01M0ED1MS94FEZZDTX12NDJCSS: 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: 01M0ED21PXVXKE931EE5QQEPHZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-20T01:38:38.739Zjob assigned to worker 01M0ED2AERKH8PZZZ52GM4HM2B [factory aws, i-011d144f3e254cea4] (queued for 1 m 2 s)
 
22026-08-20T01:38:46.286Zstarting task 0: "setup"
32026-08-20T01:38:46.290Z++ uname -s
42026-08-20T01:38:46.293Z+ kern=SunOS
52026-08-20T01:38:46.293Z+ build_user=build
62026-08-20T01:38:46.293Z+ build_uid=12345
72026-08-20T01:38:46.293Z+ work_dir=/work
82026-08-20T01:38:46.293Z+ input_dir=/input
92026-08-20T01:38:46.293Z+ [[ 0 == 12345 ]]
102026-08-20T01:38:46.294Z+ case "$kern" in
112026-08-20T01:38:46.294Z+ groupadd -g 12345 build
122026-08-20T01:38:46.296Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-20T01:38:48.302Z+ zfs create -o mountpoint=/work rpool/work
142026-08-20T01:38:48.398Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-20T01:38:48.401Z+ home_fs=zfs
162026-08-20T01:38:48.401Z+ [[ zfs == autofs ]]
172026-08-20T01:38:48.401Z+ mkdir -p /home/build
182026-08-20T01:38:48.404Z+ chown build:build /home/build /work
192026-08-20T01:38:50.404Z+ chmod 0700 /home/build /work
202026-08-20T01:38:50.408Zprocess exited: duration 4122 ms, exit code 0
 
212026-08-20T01:38:50.414Zstarting task 1: "rust-toolchain"
222026-08-20T01:38:50.419Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-20T01:38:50.419Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-20T01:38:50.419Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-20T01:38:50.419Z * rust toolchain channel = "1.97.1"
262026-08-20T01:38:50.420Z * rust toolchain profile = "default"
272026-08-20T01:38:50.420Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-20T01:38:50.423Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-20T01:38:50.423Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-20T01:38:50.532Zinfo: downloading installer
312026-08-20T01:38:51.955Zwarn: It looks like you have an existing rustup settings file at:
322026-08-20T01:38:51.955Zwarn: /home/build/.rustup/settings.toml
332026-08-20T01:38:51.955Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-20T01:38:51.955Zwarn: instead of the one inferred from the default host triple.
352026-08-20T01:38:51.966Zinfo: profile set to default
362026-08-20T01:38:51.966Zinfo: default host triple is x86_64-unknown-illumos
372026-08-20T01:38:51.969Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-20T01:38:52.121Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-20T01:38:52.124Zinfo: downloading 6 components
402026-08-20T01:39:07.427Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-20T01:39:07.427Z
422026-08-20T01:39:07.455Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-20T01:39:07.455Z
442026-08-20T01:39:07.455Z
452026-08-20T01:39:07.455ZRust is installed now. Great!
462026-08-20T01:39:07.456Z
472026-08-20T01:39:07.456ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-20T01:39:07.456Zenvironment variable. This has not been done automatically.
492026-08-20T01:39:07.456Z
502026-08-20T01:39:07.456ZTo configure your current shell, you need to source
512026-08-20T01:39:07.456Zthe corresponding env file under $HOME/.cargo.
522026-08-20T01:39:07.456Z
532026-08-20T01:39:07.456ZThis is usually done by running one of the following (note the leading DOT):
542026-08-20T01:39:07.456Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-20T01:39:07.456Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-20T01:39:07.456Zsource "~/.cargo/env.nu" # For nushell
572026-08-20T01:39:07.456Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-20T01:39:07.456Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-20T01:39:07.456Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-20T01:39:07.459Zwarn: no default linker (`cc`) was found in your PATH
612026-08-20T01:39:07.459Zwarn: many Rust crates require a system C toolchain to build
622026-08-20T01:39:07.560Z+ rustup --version
632026-08-20T01:39:07.566Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-20T01:39:07.569Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-20T01:39:07.586Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-20T01:39:07.589Z+ cargo --version
672026-08-20T01:39:07.597Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-20T01:39:07.600Z+ rustc --version
692026-08-20T01:39:07.620Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-20T01:39:07.623Zprocess exited: duration 17208 ms, exit code 0
 
712026-08-20T01:39:07.629Zstarting task 2: "authentication"
722026-08-20T01:39:07.647Zprocess exited: duration 17 ms, exit code 0
 
732026-08-20T01:39:07.654Zstarting task 3: "clone repository"
742026-08-20T01:39:07.658Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-20T01:39:07.660Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-20T01:39:07.694ZCloning into '/work/oxidecomputer/omicron'...
772026-08-20T01:39:26.664Z+ cd /work/oxidecomputer/omicron
782026-08-20T01:39:26.664Z+ git fetch origin 1b799bd90a15cc4ddb9525641af5a651c5b97d7e
792026-08-20T01:39:27.010ZFrom https://github.com/oxidecomputer/omicron
802026-08-20T01:39:27.010Z * branch 1b799bd90a15cc4ddb9525641af5a651c5b97d7e -> FETCH_HEAD
812026-08-20T01:39:27.025Z+ [[ -n '' ]]
822026-08-20T01:39:27.025Z+ git reset --hard 1b799bd90a15cc4ddb9525641af5a651c5b97d7e
832026-08-20T01:39:27.274ZHEAD is now at 1b799bd90 f u openapi
842026-08-20T01:39:27.278Zprocess exited: duration 19625 ms, exit code 0
 
852026-08-20T01:39:27.285Zstarting task 4: "build"
862026-08-20T01:39:27.290Z+ source .github/buildomat/ci-env.sh
872026-08-20T01:39:27.290Z++ export CARGO_TERM_COLOR=always
882026-08-20T01:39:27.290Z++ CARGO_TERM_COLOR=always
892026-08-20T01:39:27.293Z+++ uname -s
902026-08-20T01:39:27.293Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-20T01:39:27.293Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-20T01:39:27.296Z+ cargo --version
932026-08-20T01:39:27.304Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-20T01:39:27.307Z+ rustc --version
952026-08-20T01:39:27.327Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-20T01:39:27.330Z+ cargo tree --locked
972026-08-20T01:39:27.502Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
982026-08-20T01:39:27.863Z Updating crates.io index
992026-08-20T01:39:27.866Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1002026-08-20T01:39:28.137Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1012026-08-20T01:39:28.505Z Updating git repository `https://github.com/oxidecomputer/propolis`
1022026-08-20T01:39:29.892Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032026-08-20T01:39:30.539Z Updating git repository `https://github.com/oxidecomputer/crucible`
1042026-08-20T01:39:32.468Z Updating git repository `https://github.com/oxidecomputer/opte`
1052026-08-20T01:39:33.808Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062026-08-20T01:39:34.112Z Updating git repository `https://github.com/oxidecomputer/lldp`
1072026-08-20T01:39:34.478Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1082026-08-20T01:39:35.785Z Updating git repository `https://github.com/oxidecomputer/clickward`
1092026-08-20T01:39:36.087Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1102026-08-20T01:39:36.522Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1112026-08-20T01:39:36.797Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1122026-08-20T01:39:37.073Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1132026-08-20T01:39:37.924Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1142026-08-20T01:39:38.239Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1152026-08-20T01:39:38.555Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1162026-08-20T01:39:38.870Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1172026-08-20T01:39:39.557Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1182026-08-20T01:39:39.895Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1192026-08-20T01:39:40.374Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1202026-08-20T01:39:40.694Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1212026-08-20T01:39:41.222Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1222026-08-20T01:39:41.580Z Updating git repository `https://github.com/oxidecomputer/erebor`
1232026-08-20T01:39:41.845Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1242026-08-20T01:39:42.294Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1252026-08-20T01:39:42.595Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1262026-08-20T01:39:43.002Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1272026-08-20T01:39:43.664Z Updating git repository `https://github.com/oxidecomputer/ispf`
1282026-08-20T01:39:44.096Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1292026-08-20T01:39:44.451Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1302026-08-20T01:39:44.930Z Updating git repository `https://github.com/oxidecomputer/tough`
1312026-08-20T01:39:45.498Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1322026-08-20T01:39:46.064Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1332026-08-20T01:39:46.368Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1342026-08-20T01:39:46.677Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1352026-08-20T01:39:47.323Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1362026-08-20T01:39:47.623Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1372026-08-20T01:39:47.898Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1382026-08-20T01:39:48.265Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1392026-08-20T01:39:48.561Z Updating git repository `https://github.com/illumos/smf-rs`
1402026-08-20T01:39:48.828Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1412026-08-20T01:39:51.565Z Downloading crates ...
1422026-08-20T01:39:51.636Z Downloaded crc32fast v1.5.0
1432026-08-20T01:39:51.639Z Downloaded concurrent-queue v2.5.0
1442026-08-20T01:39:51.642Z Downloaded addr2line v0.25.1
1452026-08-20T01:39:51.644Z Downloaded cpubits v0.1.1
1462026-08-20T01:39:51.648Z Downloaded crc8 v0.1.1
1472026-08-20T01:39:51.650Z Downloaded crypto-common v0.1.7
1482026-08-20T01:39:51.650Z Downloaded colorchoice v1.0.4
1492026-08-20T01:39:51.650Z Downloaded group v0.13.0
1502026-08-20T01:39:51.653Z Downloaded home v0.5.12
1512026-08-20T01:39:51.656Z Downloaded const_format_proc_macros v0.2.34
1522026-08-20T01:39:51.656Z Downloaded guppy-workspace-hack v0.1.0
1532026-08-20T01:39:51.656Z Downloaded constant_time_eq v0.3.1
1542026-08-20T01:39:51.659Z Downloaded http-body-util v0.1.3
1552026-08-20T01:39:51.662Z Downloaded clap_lex v1.0.0
1562026-08-20T01:39:51.665Z Downloaded hyper-tls v0.6.0
1572026-08-20T01:39:51.668Z Downloaded ident_case v1.0.1
1582026-08-20T01:39:51.668Z Downloaded internet-checksum v0.2.1
1592026-08-20T01:39:51.669Z Downloaded compression-core v0.4.31
1602026-08-20T01:39:51.671Z Downloaded cmake v0.1.57
1612026-08-20T01:39:51.672Z Downloaded criterion-plot v0.6.0
1622026-08-20T01:39:51.672Z Downloaded crossbeam-deque v0.8.6
1632026-08-20T01:39:51.674Z Downloaded convert_case v0.10.0
1642026-08-20T01:39:51.677Z Downloaded highway v1.3.0
1652026-08-20T01:39:51.677Z Downloaded ipnetwork v0.21.1
1662026-08-20T01:39:51.680Z Downloaded crc v3.4.0
1672026-08-20T01:39:51.682Z Downloaded ingot v0.2.1
1682026-08-20T01:39:51.685Z Downloaded critical-section v1.2.0
1692026-08-20T01:39:51.688Z Downloaded is_terminal_polyfill v1.70.2
1702026-08-20T01:39:51.691Z Downloaded corncobs v0.1.4
1712026-08-20T01:39:51.691Z Downloaded cookie v0.18.1
1722026-08-20T01:39:51.696Z Downloaded half v2.7.1
1732026-08-20T01:39:51.699Z Downloaded diesel_table_macro_syntax v0.3.0
1742026-08-20T01:39:51.702Z Downloaded icu_properties v2.1.2
1752026-08-20T01:39:51.704Z Downloaded indexmap v1.9.3
1762026-08-20T01:39:51.707Z Downloaded darling_macro v0.21.3
1772026-08-20T01:39:51.710Z Downloaded hubpack v0.1.2
1782026-08-20T01:39:51.715Z Downloaded hickory-resolver v0.24.4
1792026-08-20T01:39:51.718Z Downloaded hashbrown v0.12.3
1802026-08-20T01:39:51.720Z Downloaded icu_locale_core v2.1.1
1812026-08-20T01:39:51.723Z Downloaded console v0.15.11
1822026-08-20T01:39:51.726Z Downloaded cpufeatures v0.3.0
1832026-08-20T01:39:51.726Z Downloaded difflib v0.4.0
1842026-08-20T01:39:51.726Z Downloaded hubpack_derive v0.1.1
1852026-08-20T01:39:51.727Z Downloaded console v0.16.2
1862026-08-20T01:39:51.729Z Downloaded async-stream v0.3.6
1872026-08-20T01:39:51.729Z Downloaded hash32 v0.2.1
1882026-08-20T01:39:51.729Z Downloaded atomicwrites v0.4.4
1892026-08-20T01:39:51.732Z Downloaded const-oid v0.9.6
1902026-08-20T01:39:51.732Z Downloaded group v0.14.0
1912026-08-20T01:39:51.732Z Downloaded debug-ignore v1.0.5
1922026-08-20T01:39:51.735Z Downloaded defmt v0.3.100
1932026-08-20T01:39:51.735Z Downloaded crypto-common v0.2.2
1942026-08-20T01:39:51.738Z Downloaded is-terminal v0.4.17
1952026-08-20T01:39:51.738Z Downloaded instant v0.1.13
1962026-08-20T01:39:51.738Z Downloaded crunchy v0.2.4
1972026-08-20T01:39:51.741Z Downloaded crucible-workspace-hack v0.1.0
1982026-08-20T01:39:51.741Z Downloaded darling_macro v0.20.11
1992026-08-20T01:39:51.744Z Downloaded darling_macro v0.13.4
2002026-08-20T01:39:51.744Z Downloaded hex v0.4.3
2012026-08-20T01:39:51.744Z Downloaded humantime v2.3.0
2022026-08-20T01:39:51.747Z Downloaded cstr-argument v0.1.2
2032026-08-20T01:39:51.750Z Downloaded illumos-nvpair-sys v0.2.0
2042026-08-20T01:39:51.750Z Downloaded cfg-if v1.0.4
2052026-08-20T01:39:51.753Z Downloaded hash32 v0.3.1
2062026-08-20T01:39:51.756Z Downloaded cpufeatures v0.2.17
2072026-08-20T01:39:51.758Z Downloaded hex-literal v0.4.1
2082026-08-20T01:39:51.758Z Downloaded bitflags v1.3.2
2092026-08-20T01:39:51.761Z Downloaded heck v0.4.1
2102026-08-20T01:39:51.761Z Downloaded cobs v0.3.0
2112026-08-20T01:39:51.764Z Downloaded itoa v1.0.17
2122026-08-20T01:39:51.764Z Downloaded curve25519-dalek-derive v0.1.1
2132026-08-20T01:39:51.768Z Downloaded indent_write v2.2.0
2142026-08-20T01:39:51.768Z Downloaded constant_time_eq v0.4.2
2152026-08-20T01:39:51.771Z Downloaded crc-catalog v2.4.0
2162026-08-20T01:39:51.774Z Downloaded convert_case v0.4.0
2172026-08-20T01:39:51.774Z Downloaded darling v0.13.4
2182026-08-20T01:39:51.774Z Downloaded data-encoding v2.10.0
2192026-08-20T01:39:51.777Z Downloaded httptest v0.16.4
2202026-08-20T01:39:51.777Z Downloaded ignore v0.4.25
2212026-08-20T01:39:51.777Z Downloaded daft-derive v0.1.7
2222026-08-20T01:39:51.780Z Downloaded hostname v0.4.2
2232026-08-20T01:39:51.783Z Downloaded http-range v0.1.5
2242026-08-20T01:39:51.783Z Downloaded derive_builder_macro v0.20.2
2252026-08-20T01:39:51.785Z Downloaded inout v0.2.2
2262026-08-20T01:39:51.788Z Downloaded httpdate v1.0.3
2272026-08-20T01:39:51.791Z Downloaded inout v0.1.4
2282026-08-20T01:39:51.791Z Downloaded defmt-parser v1.0.0
2292026-08-20T01:39:51.795Z Downloaded base16ct v1.0.0
2302026-08-20T01:39:51.798Z Downloaded darling_macro v0.23.0
2312026-08-20T01:39:51.800Z Downloaded deranged v0.5.8
2322026-08-20T01:39:51.800Z Downloaded compression-codecs v0.4.37
2332026-08-20T01:39:51.803Z Downloaded hostname v0.3.1
2342026-08-20T01:39:51.806Z Downloaded backoff v0.4.0
2352026-08-20T01:39:51.809Z Downloaded array-init v0.0.4
2362026-08-20T01:39:51.809Z Downloaded assert_matches v1.5.0
2372026-08-20T01:39:51.812Z Downloaded indoc v1.0.9
2382026-08-20T01:39:51.812Z Downloaded clap v4.6.1
2392026-08-20T01:39:51.816Z Downloaded clap_derive v4.6.1
2402026-08-20T01:39:51.819Z Downloaded hickory-client v0.25.2
2412026-08-20T01:39:51.819Z Downloaded hybrid-array v0.4.13
2422026-08-20T01:39:51.822Z Downloaded arrayref v0.3.9
2432026-08-20T01:39:51.822Z Downloaded ipnet v2.12.0
2442026-08-20T01:39:51.822Z Downloaded idna_adapter v1.2.1
2452026-08-20T01:39:51.825Z Downloaded plotters-svg v0.3.7
2462026-08-20T01:39:51.825Z Downloaded headers-core v0.3.0
2472026-08-20T01:39:51.828Z Downloaded openssl-probe v0.1.6
2482026-08-20T01:39:51.828Z Downloaded ingot-types v0.2.0
2492026-08-20T01:39:51.831Z Downloaded proc-macro-error-attr v1.0.4
2502026-08-20T01:39:51.831Z Downloaded hex-literal v1.1.0
2512026-08-20T01:39:51.831Z Downloaded indoc v2.0.7
2522026-08-20T01:39:51.831Z Downloaded instability v0.3.11
2532026-08-20T01:39:51.834Z Downloaded ctr v0.10.1
2542026-08-20T01:39:51.837Z Downloaded csv-core v0.1.13
2552026-08-20T01:39:51.837Z Downloaded hyper-staticfile v0.10.1
2562026-08-20T01:39:51.839Z Downloaded delegate v0.13.5
2572026-08-20T01:39:51.839Z Downloaded derive_builder_core v0.20.2
2582026-08-20T01:39:51.842Z Downloaded http-body v1.0.1
2592026-08-20T01:39:51.845Z Downloaded olpc-cjson v0.1.4
2602026-08-20T01:39:51.845Z Downloaded defmt v1.0.1
2612026-08-20T01:39:51.851Z Downloaded parking v2.2.1
2622026-08-20T01:39:51.854Z Downloaded peg v0.8.5
2632026-08-20T01:39:51.857Z Downloaded hashbrown v0.14.5
2642026-08-20T01:39:51.859Z Downloaded darling v0.23.0
2652026-08-20T01:39:51.862Z Downloaded hmac v0.12.1
2662026-08-20T01:39:51.865Z Downloaded httparse v1.10.1
2672026-08-20T01:39:51.869Z Downloaded defmt-macros v1.0.1
2682026-08-20T01:39:51.872Z Downloaded heck v0.5.0
2692026-08-20T01:39:51.872Z Downloaded oso-derive v0.27.3
2702026-08-20T01:39:51.876Z Downloaded daft v0.1.7
2712026-08-20T01:39:51.879Z Downloaded der_derive v0.7.3
2722026-08-20T01:39:51.879Z Downloaded anstream v0.6.21
2732026-08-20T01:39:51.882Z Downloaded predicates-tree v1.0.13
2742026-08-20T01:39:51.885Z Downloaded progenitor-macro v0.14.0
2752026-08-20T01:39:51.885Z Downloaded is_ci v1.2.0
2762026-08-20T01:39:51.888Z Downloaded bitfield-struct v0.6.2
2772026-08-20T01:39:51.891Z Downloaded itertools v0.13.0
2782026-08-20T01:39:51.893Z Downloaded impl-trait-for-tuples v0.2.3
2792026-08-20T01:39:51.896Z Downloaded ctutils v0.4.2
2802026-08-20T01:39:51.899Z Downloaded proc-macro-crate v1.3.1
2812026-08-20T01:39:51.902Z Downloaded recursive-proc-macro-impl v0.1.1
2822026-08-20T01:39:51.904Z Downloaded ref-cast-impl v1.0.25
2832026-08-20T01:39:51.904Z Downloaded const-oid v0.10.2
2842026-08-20T01:39:51.905Z Downloaded crc-any v2.5.0
2852026-08-20T01:39:51.907Z Downloaded bs58 v0.5.1
2862026-08-20T01:39:51.907Z Downloaded bytecount v0.6.9
2872026-08-20T01:39:51.907Z Downloaded cargo_metadata v0.23.1
2882026-08-20T01:39:51.910Z Downloaded opaque-debug v0.3.1
2892026-08-20T01:39:51.910Z Downloaded bit-vec v0.6.3
2902026-08-20T01:39:51.910Z Downloaded byte-wrapper v0.1.0
2912026-08-20T01:39:51.910Z Downloaded byteorder v1.5.0
2922026-08-20T01:39:51.913Z Downloaded illumos-nvpair v0.3.0
2932026-08-20T01:39:51.917Z Downloaded partial-io v0.5.4
2942026-08-20T01:39:51.919Z Downloaded semver v0.1.20
2952026-08-20T01:39:51.919Z Downloaded secrecy v0.10.3
2962026-08-20T01:39:51.923Z Downloaded parking_lot_core v0.9.12
2972026-08-20T01:39:51.926Z Downloaded sha1 v0.11.0
2982026-08-20T01:39:51.926Z Downloaded cipher v0.4.4
2992026-08-20T01:39:51.929Z Downloaded crossbeam-utils v0.8.21
3002026-08-20T01:39:51.929Z Downloaded datatest-stable v0.3.3
3012026-08-20T01:39:51.932Z Downloaded derive-ex v0.1.8
3022026-08-20T01:39:51.932Z Downloaded diff v0.1.13
3032026-08-20T01:39:51.935Z Downloaded derive_builder v0.20.2
3042026-08-20T01:39:51.937Z Downloaded indicatif v0.18.4
3052026-08-20T01:39:51.937Z Downloaded anstyle-parse v1.0.0
3062026-08-20T01:39:51.940Z Downloaded colored v2.2.0
3072026-08-20T01:39:51.940Z Downloaded oxide-tokio-rt v0.1.4
3082026-08-20T01:39:51.940Z Downloaded cassowary v0.3.0
3092026-08-20T01:39:51.943Z Downloaded pem-rfc7468 v0.7.0
3102026-08-20T01:39:51.943Z Downloaded pem-rfc7468 v1.0.0
3112026-08-20T01:39:51.943Z Downloaded ppv-lite86 v0.2.21
3122026-08-20T01:39:51.946Z Downloaded structmeta-derive v0.3.0
3132026-08-20T01:39:51.946Z Downloaded pkcs1 v0.8.0-rc.4
3142026-08-20T01:39:51.946Z Downloaded signal-hook-tokio v0.3.1
3152026-08-20T01:39:51.949Z Downloaded slog-envlogger v2.2.0
3162026-08-20T01:39:51.952Z Downloaded polyval v0.7.1
3172026-08-20T01:39:51.952Z Downloaded darling v0.20.11
3182026-08-20T01:39:51.955Z Downloaded derive-where v1.6.0
3192026-08-20T01:39:51.957Z Downloaded bcs v0.1.6
3202026-08-20T01:39:51.957Z Downloaded darling v0.21.3
3212026-08-20T01:39:51.960Z Downloaded cookie_store v0.22.1
3222026-08-20T01:39:51.960Z Downloaded ahash v0.8.12
3232026-08-20T01:39:51.963Z Downloaded colored v3.1.1
3242026-08-20T01:39:51.963Z Downloaded cmov v0.5.4
3252026-08-20T01:39:51.966Z Downloaded diesel-dtrace v0.5.0
3262026-08-20T01:39:51.966Z Downloaded iana-time-zone v0.1.65
3272026-08-20T01:39:51.969Z Downloaded pkg-config v0.3.32
3282026-08-20T01:39:51.969Z Downloaded supports-hyperlinks v2.1.0
3292026-08-20T01:39:51.971Z Downloaded structmeta v0.3.0
3302026-08-20T01:39:51.977Z Downloaded rand_core v0.9.5
3312026-08-20T01:39:51.980Z Downloaded heapless v0.7.17
3322026-08-20T01:39:51.980Z Downloaded progenitor v0.14.0
3332026-08-20T01:39:51.980Z Downloaded paste v1.0.15
3342026-08-20T01:39:51.983Z Downloaded hmac v0.13.0
3352026-08-20T01:39:51.983Z Downloaded termtree v0.5.1
3362026-08-20T01:39:51.986Z Downloaded quinn-udp v0.5.14
3372026-08-20T01:39:51.986Z Downloaded thread-id v5.1.0
3382026-08-20T01:39:51.990Z Downloaded const_format v0.2.35
3392026-08-20T01:39:51.993Z Downloaded serde_repr v0.1.20
3402026-08-20T01:39:51.996Z Downloaded serde_urlencoded v0.7.1
3412026-08-20T01:39:51.996Z Downloaded smawk v0.3.2
3422026-08-20T01:39:51.996Z Downloaded target-triple v1.0.0
3432026-08-20T01:39:51.996Z Downloaded chacha20 v0.10.0
3442026-08-20T01:39:51.998Z Downloaded crossbeam-epoch v0.9.18
3452026-08-20T01:39:51.999Z Downloaded subtle v2.6.1
3462026-08-20T01:39:51.999Z Downloaded tabled_derive v0.7.0
3472026-08-20T01:39:52.001Z Downloaded sync_wrapper v1.0.2
3482026-08-20T01:39:52.004Z Downloaded rustversion v1.0.22
3492026-08-20T01:39:52.004Z Downloaded usdt-macro v0.6.0
3502026-08-20T01:39:52.007Z Downloaded tower-service v0.3.3
3512026-08-20T01:39:52.010Z Downloaded unarray v0.1.4
3522026-08-20T01:39:52.013Z Downloaded des v0.9.0
3532026-08-20T01:39:52.013Z Downloaded heapless v0.8.0
3542026-08-20T01:39:52.016Z Downloaded darling_core v0.13.4
3552026-08-20T01:39:52.019Z Downloaded derive_more v0.99.20
3562026-08-20T01:39:52.020Z Downloaded ingot-macros v0.2.0
3572026-08-20T01:39:52.022Z Downloaded slog-dtrace v0.3.0
3582026-08-20T01:39:52.025Z Downloaded snafu-derive v0.8.9
3592026-08-20T01:39:52.025Z Downloaded universal-hash v0.6.1
3602026-08-20T01:39:52.028Z Downloaded icu_normalizer_data v2.1.1
3612026-08-20T01:39:52.028Z Downloaded unicode-xid v0.2.6
3622026-08-20T01:39:52.028Z Downloaded usdt-attr-macro v0.5.0
3632026-08-20T01:39:52.031Z Downloaded want v0.3.1
3642026-08-20T01:39:52.031Z Downloaded rand_core v0.10.0
3652026-08-20T01:39:52.033Z Downloaded rustc-demangle v0.1.27
3662026-08-20T01:39:52.033Z Downloaded static_assertions v1.1.0
3672026-08-20T01:39:52.034Z Downloaded darling_core v0.20.11
3682026-08-20T01:39:52.045Z Downloaded darling_core v0.21.3
3692026-08-20T01:39:52.045Z Downloaded hashbrown v0.13.2
3702026-08-20T01:39:52.045Z Downloaded poly1305 v0.9.0
3712026-08-20T01:39:52.045Z Downloaded icu_normalizer v2.1.1
3722026-08-20T01:39:52.045Z Downloaded version_check v0.9.5
3732026-08-20T01:39:52.045Z Downloaded xattr v1.6.1
3742026-08-20T01:39:52.049Z Downloaded zerofrom-derive v0.1.6
3752026-08-20T01:39:52.051Z Downloaded dsl_auto_type v0.2.0
3762026-08-20T01:39:52.051Z Downloaded wait-timeout v0.2.1
3772026-08-20T01:39:52.051Z Downloaded zeroize_derive v1.5.0
3782026-08-20T01:39:52.054Z Downloaded event-listener-strategy v0.5.4
3792026-08-20T01:39:52.057Z Downloaded crypto-bigint v0.5.5
3802026-08-20T01:39:52.060Z Downloaded compact_str v0.8.1
3812026-08-20T01:39:52.060Z Downloaded hickory-resolver v0.25.2
3822026-08-20T01:39:52.063Z Downloaded hkdf v0.13.0
3832026-08-20T01:39:52.066Z Downloaded termcolor v1.4.1
3842026-08-20T01:39:52.066Z Downloaded sqlformat v0.3.5
3852026-08-20T01:39:52.066Z Downloaded thiserror-impl v2.0.18
3862026-08-20T01:39:52.069Z Downloaded fastrand v2.3.0
3872026-08-20T01:39:52.069Z Downloaded half v1.8.3
3882026-08-20T01:39:52.072Z Downloaded float-ord v0.3.2
3892026-08-20T01:39:52.075Z Downloaded futures-macro v0.3.32
3902026-08-20T01:39:52.078Z Downloaded ghash v0.6.0
3912026-08-20T01:39:52.078Z Downloaded chumsky v0.9.3
3922026-08-20T01:39:52.080Z Downloaded salsa20 v0.11.0
3932026-08-20T01:39:52.081Z Downloaded stringprep v0.1.5
3942026-08-20T01:39:52.081Z Downloaded tokio-tungstenite v0.21.0
3952026-08-20T01:39:52.083Z Downloaded bitflags v2.11.0
3962026-08-20T01:39:52.086Z Downloaded serde_cbor v0.11.2
3972026-08-20T01:39:52.086Z Downloaded serde_with_macros v3.21.0
3982026-08-20T01:39:52.086Z Downloaded icu_provider v2.1.1
3992026-08-20T01:39:52.089Z Downloaded dyn-clone v1.0.20
4002026-08-20T01:39:52.089Z Downloaded fixedbitset v0.4.2
4012026-08-20T01:39:52.092Z Downloaded foreign-types v0.3.2
4022026-08-20T01:39:52.095Z Downloaded hyper-rustls v0.27.7
4032026-08-20T01:39:52.098Z Downloaded supports-unicode v3.0.0
4042026-08-20T01:39:52.098Z Downloaded gethostname v0.5.0
4052026-08-20T01:39:52.101Z Downloaded schemars v0.8.22
4062026-08-20T01:39:52.105Z Downloaded icu_collections v2.1.1
4072026-08-20T01:39:52.108Z Downloaded maybe-uninit v2.0.0
4082026-08-20T01:39:52.111Z Downloaded lru-cache v0.1.2
4092026-08-20T01:39:52.114Z Downloaded num-conv v0.2.0
4102026-08-20T01:39:52.118Z Downloaded headers v0.4.1
4112026-08-20T01:39:52.120Z Downloaded kstat-rs v0.2.5
4122026-08-20T01:39:52.123Z Downloaded lazy_static v1.5.0
4132026-08-20T01:39:52.123Z Downloaded dof v0.3.0
4142026-08-20T01:39:52.123Z Downloaded lru v0.12.5
4152026-08-20T01:39:52.126Z Downloaded new_debug_unreachable v1.0.6
4162026-08-20T01:39:52.126Z Downloaded aead v0.5.2
4172026-08-20T01:39:52.126Z Downloaded vergen-git2 v9.1.0
4182026-08-20T01:39:52.126Z Downloaded digest v0.10.7
4192026-08-20T01:39:52.129Z Downloaded memmap v0.7.0
4202026-08-20T01:39:52.132Z Downloaded multimap v0.10.1
4212026-08-20T01:39:52.132Z Downloaded async-recursion v1.1.1
4222026-08-20T01:39:52.134Z Downloaded nibble_vec v0.1.0
4232026-08-20T01:39:52.137Z Downloaded block-buffer v0.12.1
4242026-08-20T01:39:52.137Z Downloaded wyz v0.5.1
4252026-08-20T01:39:52.137Z Downloaded zeroize v1.9.0
4262026-08-20T01:39:52.140Z Downloaded xshell v0.2.7
4272026-08-20T01:39:52.140Z Downloaded newtype_derive v0.1.6
4282026-08-20T01:39:52.143Z Downloaded digest v0.11.3
4292026-08-20T01:39:52.143Z Downloaded nonempty v0.12.0
4302026-08-20T01:39:52.143Z Downloaded atty v0.2.14
4312026-08-20T01:39:52.146Z Downloaded der v0.7.10
4322026-08-20T01:39:52.149Z Downloaded derive_more v2.1.1
4332026-08-20T01:39:52.153Z Downloaded castaway v0.2.4
4342026-08-20T01:39:52.155Z Downloaded progenitor-impl v0.13.0
4352026-08-20T01:39:52.158Z Downloaded phf_shared v0.13.1
4362026-08-20T01:39:52.161Z Downloaded fs_extra v1.3.0
4372026-08-20T01:39:52.164Z Downloaded toml_parser v1.1.2+spec-1.1.0
4382026-08-20T01:39:52.167Z Downloaded tracing-attributes v0.1.31
4392026-08-20T01:39:52.169Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4402026-08-20T01:39:52.173Z Downloaded ryu v1.0.23
4412026-08-20T01:39:52.179Z Downloaded predicates-core v1.0.10
4422026-08-20T01:39:52.182Z Downloaded ed25519 v2.2.3
4432026-08-20T01:39:52.182Z Downloaded ecdsa v0.16.9
4442026-08-20T01:39:52.185Z Downloaded foldhash v0.2.0
4452026-08-20T01:39:52.185Z Downloaded p256 v0.14.0
4462026-08-20T01:39:52.185Z Downloaded similar v2.7.0
4472026-08-20T01:39:52.188Z Downloaded ciborium-io v0.2.2
4482026-08-20T01:39:52.191Z Downloaded num-complex v0.4.6
4492026-08-20T01:39:52.197Z Downloaded radium v0.7.0
4502026-08-20T01:39:52.200Z Downloaded ref-cast v1.0.25
4512026-08-20T01:39:52.200Z Downloaded darling_core v0.23.0
4522026-08-20T01:39:52.202Z Downloaded http v1.4.2
4532026-08-20T01:39:52.207Z Downloaded signal-hook v0.3.18
4542026-08-20T01:39:52.207Z Downloaded tinyvec v1.10.0
4552026-08-20T01:39:52.207Z Downloaded pin-project v1.1.11
4562026-08-20T01:39:52.212Z Downloaded anstyle v1.0.14
4572026-08-20T01:39:52.215Z Downloaded approx v0.5.1
4582026-08-20T01:39:52.215Z Downloaded arrayvec v0.7.6
4592026-08-20T01:39:52.215Z Downloaded ucd-trie v0.1.7
4602026-08-20T01:39:52.218Z Downloaded fs-err v3.3.0
4612026-08-20T01:39:52.218Z Downloaded rand_pcg v0.10.2
4622026-08-20T01:39:52.218Z Downloaded scroll_derive v0.13.1
4632026-08-20T01:39:52.218Z Downloaded libsw-core v0.3.2
4642026-08-20T01:39:52.220Z Downloaded proc-macro-crate v3.4.0
4652026-08-20T01:39:52.220Z Downloaded psl-types v2.0.11
4662026-08-20T01:39:52.223Z Downloaded libtest-mimic v0.8.1
4672026-08-20T01:39:52.223Z Downloaded mime_guess v2.0.5
4682026-08-20T01:39:52.226Z Downloaded ar_archive_writer v0.5.1
4692026-08-20T01:39:52.229Z Downloaded whoami v1.6.1
4702026-08-20T01:39:52.231Z Downloaded ed25519 v3.0.0
4712026-08-20T01:39:52.231Z Downloaded scheduled-thread-pool v0.2.7
4722026-08-20T01:39:52.234Z Downloaded camino-tempfile-ext v0.3.3
4732026-08-20T01:39:52.234Z Downloaded textwrap v0.16.2
4742026-08-20T01:39:52.234Z Downloaded serde_spanned v0.6.9
4752026-08-20T01:39:52.237Z Downloaded sha1 v0.10.6
4762026-08-20T01:39:52.237Z Downloaded time-macros v0.2.27
4772026-08-20T01:39:52.240Z Downloaded password-hash v0.5.0
4782026-08-20T01:39:52.243Z Downloaded ecdsa v0.17.0
4792026-08-20T01:39:52.246Z Downloaded aead v0.6.1
4802026-08-20T01:39:52.249Z Downloaded internal-russh-num-bigint v0.5.0
4812026-08-20T01:39:52.252Z Downloaded bitfield v0.19.4
4822026-08-20T01:39:52.255Z Downloaded rtoolbox v0.0.3
4832026-08-20T01:39:52.255Z Downloaded signature v2.2.0
4842026-08-20T01:39:52.255Z Downloaded sponge-cursor v0.1.0
4852026-08-20T01:39:52.261Z Downloaded criterion v0.7.0
4862026-08-20T01:39:52.265Z Downloaded cexpr v0.6.0
4872026-08-20T01:39:52.268Z Downloaded scuffle v0.1.0
4882026-08-20T01:39:52.268Z Downloaded iddqd v0.4.2
4892026-08-20T01:39:52.272Z Downloaded erased-serde v0.3.31
4902026-08-20T01:39:52.275Z Downloaded memmap2 v0.9.10
4912026-08-20T01:39:52.275Z Downloaded glob v0.3.3
4922026-08-20T01:39:52.275Z Downloaded litemap v0.8.1
4932026-08-20T01:39:52.278Z Downloaded buf-list v1.1.2
4942026-08-20T01:39:52.278Z Downloaded predicates v3.1.4
4952026-08-20T01:39:52.280Z Downloaded psm v0.1.30
4962026-08-20T01:39:52.280Z Downloaded owo-colors v3.5.0
4972026-08-20T01:39:52.283Z Downloaded path-tree v0.8.3
4982026-08-20T01:39:52.283Z Downloaded supports-unicode v2.1.0
4992026-08-20T01:39:52.283Z Downloaded parking_lot_core v0.8.6
5002026-08-20T01:39:52.286Z Downloaded sync-ptr v0.1.4
5012026-08-20T01:39:52.286Z Downloaded toml v0.8.23
5022026-08-20T01:39:52.286Z Downloaded testing_table v0.3.0
5032026-08-20T01:39:52.289Z Downloaded rand_seeder v0.4.0
5042026-08-20T01:39:52.291Z Downloaded toml_datetime v0.6.11
5052026-08-20T01:39:52.294Z Downloaded universal-hash v0.5.1
5062026-08-20T01:39:52.294Z Downloaded postgres-protocol v0.6.10
5072026-08-20T01:39:52.297Z Downloaded pretty_assertions v1.4.1
5082026-08-20T01:39:52.297Z Downloaded zopfli v0.8.3
5092026-08-20T01:39:52.300Z Downloaded snafu v0.8.9
5102026-08-20T01:39:52.303Z Downloaded scroll v0.12.0
5112026-08-20T01:39:52.303Z Downloaded hickory-server v0.25.2
5122026-08-20T01:39:52.305Z Downloaded itertools v0.10.5
5132026-08-20T01:39:52.308Z Downloaded port-file v0.1.0
5142026-08-20T01:39:52.312Z Downloaded progenitor-extras v0.2.0
5152026-08-20T01:39:52.312Z Downloaded schemars v0.9.0
5162026-08-20T01:39:52.317Z Downloaded cfg-expr v0.20.6
5172026-08-20T01:39:52.320Z Downloaded serde-hex v0.1.0
5182026-08-20T01:39:52.320Z Downloaded crossbeam-channel v0.5.15
5192026-08-20T01:39:52.323Z Downloaded waitgroup v0.1.2
5202026-08-20T01:39:52.323Z Downloaded serde_derive_internals v0.29.1
5212026-08-20T01:39:52.323Z Downloaded indexmap v2.14.0
5222026-08-20T01:39:52.326Z Downloaded unit-prefix v0.5.2
5232026-08-20T01:39:52.326Z Downloaded hyper-util v0.1.20
5242026-08-20T01:39:52.328Z Downloaded qorb v0.4.1
5252026-08-20T01:39:52.331Z Downloaded async-bb8-diesel v0.2.1
5262026-08-20T01:39:52.335Z Downloaded spki v0.8.0
5272026-08-20T01:39:52.338Z Downloaded zerofrom v0.1.6
5282026-08-20T01:39:52.338Z Downloaded zone_cfg_derive v0.3.1
5292026-08-20T01:39:52.338Z Downloaded blake2 v0.11.0-rc.6
5302026-08-20T01:39:52.340Z Downloaded zone v0.3.1
5312026-08-20T01:39:52.343Z Downloaded string_cache v0.8.9
5322026-08-20T01:39:52.343Z Downloaded downcast-rs v2.0.2
5332026-08-20T01:39:52.346Z Downloaded strum_macros v0.24.3
5342026-08-20T01:39:52.349Z Downloaded signal-hook-registry v1.4.8
5352026-08-20T01:39:52.349Z Downloaded smf v0.2.3
5362026-08-20T01:39:52.352Z Downloaded futures-io v0.3.32
5372026-08-20T01:39:52.355Z Downloaded ml-kem v0.3.2
5382026-08-20T01:39:52.357Z Downloaded futures-sink v0.3.32
5392026-08-20T01:39:52.357Z Downloaded tokio-native-tls v0.3.1
5402026-08-20T01:39:52.360Z Downloaded bzip2 v0.6.1
5412026-08-20T01:39:52.364Z Downloaded pem v3.0.6
5422026-08-20T01:39:52.369Z Downloaded foreign-types-shared v0.3.1
5432026-08-20T01:39:52.372Z Downloaded funty v2.0.0
5442026-08-20T01:39:52.375Z Downloaded libscf-sys v1.2.0
5452026-08-20T01:39:52.375Z Downloaded match_cfg v0.1.0
5462026-08-20T01:39:52.375Z Downloaded diesel_derives v2.3.7
5472026-08-20T01:39:52.378Z Downloaded tiny-keccak v2.0.2
5482026-08-20T01:39:52.381Z Downloaded tls_codec v0.4.2
5492026-08-20T01:39:52.381Z Downloaded derive_more-impl v2.1.1
5502026-08-20T01:39:52.384Z Downloaded libbz2-rs-sys v0.2.2
5512026-08-20T01:39:52.386Z Downloaded pest_generator v2.8.6
5522026-08-20T01:39:52.386Z Downloaded vergen-lib v9.1.0
5532026-08-20T01:39:52.389Z Downloaded walkdir v2.5.0
5542026-08-20T01:39:52.392Z Downloaded num_threads v0.1.7
5552026-08-20T01:39:52.392Z Downloaded omicron-zone-package v0.12.3
5562026-08-20T01:39:52.395Z Downloaded tokio-tungstenite v0.23.1
5572026-08-20T01:39:52.395Z Downloaded fd-lock v4.0.4
5582026-08-20T01:39:52.397Z Downloaded linked-hash-map v0.5.6
5592026-08-20T01:39:52.397Z Downloaded guppy v0.17.25
5602026-08-20T01:39:52.400Z Downloaded lzss v0.8.2
5612026-08-20T01:39:52.400Z Downloaded memoffset v0.9.1
5622026-08-20T01:39:52.403Z Downloaded mime v0.3.17
5632026-08-20T01:39:52.403Z Downloaded uuid v1.23.4
5642026-08-20T01:39:52.406Z Downloaded der v0.8.0
5652026-08-20T01:39:52.408Z Downloaded hashbrown v0.16.1
5662026-08-20T01:39:52.411Z Downloaded base16ct v0.2.0
5672026-08-20T01:39:52.411Z Downloaded bitfield-macros v0.19.4
5682026-08-20T01:39:52.414Z Downloaded cast v0.3.0
5692026-08-20T01:39:52.414Z Downloaded slog-async v2.8.0
5702026-08-20T01:39:52.414Z Downloaded url v2.5.8
5712026-08-20T01:39:52.417Z Downloaded env_filter v2.0.0
5722026-08-20T01:39:52.417Z Downloaded hashbrown v0.17.0
5732026-08-20T01:39:52.419Z Downloaded idna v1.1.0
5742026-08-20T01:39:52.422Z Downloaded normalize-line-endings v0.3.0
5752026-08-20T01:39:52.422Z Downloaded path-slash v0.1.5
5762026-08-20T01:39:52.425Z Downloaded async-object-pool v0.2.0
5772026-08-20T01:39:52.425Z Downloaded bcrypt-pbkdf v0.11.0
5782026-08-20T01:39:52.425Z Downloaded rand v0.10.1
5792026-08-20T01:39:52.427Z Downloaded peg-runtime v0.8.5
5802026-08-20T01:39:52.427Z Downloaded tokio-postgres v0.7.16
5812026-08-20T01:39:52.430Z Downloaded rsa v0.10.0-rc.18
5822026-08-20T01:39:52.433Z Downloaded globset v0.4.18
5832026-08-20T01:39:52.436Z Downloaded proc-macro2 v1.0.106
5842026-08-20T01:39:52.436Z Downloaded ron v0.8.1
5852026-08-20T01:39:52.438Z Downloaded git-stub-vcs v0.1.0
5862026-08-20T01:39:52.439Z Downloaded phf_shared v0.11.3
5872026-08-20T01:39:52.441Z Downloaded cargo-platform v0.3.2
5882026-08-20T01:39:52.444Z Downloaded precomputed-hash v0.1.1
5892026-08-20T01:39:52.444Z Downloaded keccak v0.2.0
5902026-08-20T01:39:52.447Z Downloaded fatfs v0.3.6
5912026-08-20T01:39:52.450Z Downloaded env_logger v0.11.11
5922026-08-20T01:39:52.450Z Downloaded crossterm v0.28.1
5932026-08-20T01:39:52.452Z Downloaded oso v0.27.3
5942026-08-20T01:39:52.455Z Downloaded progenitor-macro v0.13.0
5952026-08-20T01:39:52.455Z Downloaded smallvec v1.15.1
5962026-08-20T01:39:52.458Z Downloaded rand_xorshift v0.4.0
5972026-08-20T01:39:52.458Z Downloaded progenitor-client v0.14.0
5982026-08-20T01:39:52.458Z Downloaded recursive v0.1.1
5992026-08-20T01:39:52.458Z Downloaded target-spec v3.5.7
6002026-08-20T01:39:52.463Z Downloaded yoke v0.8.1
6012026-08-20T01:39:52.466Z Downloaded zstd v0.13.3
6022026-08-20T01:39:52.466Z Downloaded nanorand v0.7.0
6032026-08-20T01:39:52.469Z Downloaded num-integer v0.1.46
6042026-08-20T01:39:52.469Z Downloaded itertools v0.14.0
6052026-08-20T01:39:52.471Z Downloaded proc-macro-error-attr2 v2.0.0
6062026-08-20T01:39:52.471Z Downloaded rand_chacha v0.3.1
6072026-08-20T01:39:52.474Z Downloaded target-lexicon v0.13.3
6082026-08-20T01:39:52.474Z Downloaded foldhash v0.1.5
6092026-08-20T01:39:52.474Z Downloaded assert-json-diff v2.0.2
6102026-08-20T01:39:52.474Z Downloaded papergrid v0.11.0
6112026-08-20T01:39:52.477Z Downloaded hashbrown v0.15.5
6122026-08-20T01:39:52.480Z Downloaded sapling-renderdag v0.1.0
6132026-08-20T01:39:52.482Z Downloaded libefi-sys v0.1.0
6142026-08-20T01:39:52.485Z Downloaded hyper v1.10.1
6152026-08-20T01:39:52.488Z Downloaded serde-big-array v0.5.1
6162026-08-20T01:39:52.491Z Downloaded cipher v0.5.2
6172026-08-20T01:39:52.494Z Downloaded linear-map v1.2.0
6182026-08-20T01:39:52.494Z Downloaded parse-display v0.10.0
6192026-08-20T01:39:52.494Z Downloaded strsim v0.10.0
6202026-08-20T01:39:52.494Z Downloaded strip-ansi-escapes v0.2.1
6212026-08-20T01:39:52.497Z Downloaded supports-color v2.1.0
6222026-08-20T01:39:52.497Z Downloaded semver v1.0.28
6232026-08-20T01:39:52.497Z Downloaded num_enum v0.5.11
6242026-08-20T01:39:52.500Z Downloaded textwrap v0.15.2
6252026-08-20T01:39:52.503Z Downloaded miette-derive v7.6.0
6262026-08-20T01:39:52.503Z Downloaded newtype-uuid v1.3.2
6272026-08-20T01:39:52.503Z Downloaded autocfg v1.5.0
6282026-08-20T01:39:52.505Z Downloaded tracing-core v0.1.36
6292026-08-20T01:39:52.505Z Downloaded sigpipe v0.1.3
6302026-08-20T01:39:52.508Z Downloaded siphasher v1.0.2
6312026-08-20T01:39:52.508Z Downloaded pkcs8 v0.10.2
6322026-08-20T01:39:52.511Z Downloaded anstyle-parse v0.2.7
6332026-08-20T01:39:52.514Z Downloaded topological-sort v0.2.2
6342026-08-20T01:39:52.514Z Downloaded rustls-platform-verifier v0.6.2
6352026-08-20T01:39:52.516Z Downloaded unicode-properties v0.1.4
6362026-08-20T01:39:52.519Z Downloaded unicode-bidi v0.3.18
6372026-08-20T01:39:52.522Z Downloaded iri-string v0.7.10
6382026-08-20T01:39:52.525Z Downloaded slog-bunyan v2.5.0
6392026-08-20T01:39:52.528Z Downloaded sqlparser_derive v0.5.0
6402026-08-20T01:39:52.531Z Downloaded thread-id v4.2.2
6412026-08-20T01:39:52.533Z Downloaded slog v2.8.2
6422026-08-20T01:39:52.533Z Downloaded trait-variant v0.1.2
6432026-08-20T01:39:52.533Z Downloaded utf8_iter v1.0.4
6442026-08-20T01:39:52.536Z Downloaded knuffel v3.2.0
6452026-08-20T01:39:52.539Z Downloaded openssl-sys v0.9.117
6462026-08-20T01:39:52.542Z Downloaded rustls-pemfile v2.2.0
6472026-08-20T01:39:52.542Z Downloaded oxnet v0.1.6
6482026-08-20T01:39:52.544Z Downloaded scroll v0.13.0
6492026-08-20T01:39:52.545Z Downloaded hkdf v0.12.4
6502026-08-20T01:39:52.547Z Downloaded itertools v0.12.1
6512026-08-20T01:39:52.550Z Downloaded tabwriter v1.4.1
6522026-08-20T01:39:52.550Z Downloaded take_mut v0.2.2
6532026-08-20T01:39:52.550Z Downloaded tokio-macros v2.7.0
6542026-08-20T01:39:52.554Z Downloaded tokio-test v0.4.5
6552026-08-20T01:39:52.554Z Downloaded dropshot-api-manager-types v0.8.0
6562026-08-20T01:39:52.554Z Downloaded yoke-derive v0.8.1
6572026-08-20T01:39:52.556Z Downloaded enum-as-inner v0.6.1
6582026-08-20T01:39:52.557Z Downloaded embedded-io v0.4.0
6592026-08-20T01:39:52.557Z Downloaded subprocess v0.2.15
6602026-08-20T01:39:52.559Z Downloaded itertools v0.15.0
6612026-08-20T01:39:52.562Z Downloaded h2 v0.4.15
6622026-08-20T01:39:52.567Z Downloaded primefield v0.14.0
6632026-08-20T01:39:52.569Z Downloaded pkcs5 v0.8.1
6642026-08-20T01:39:52.572Z Downloaded test-strategy v0.4.5
6652026-08-20T01:39:52.575Z Downloaded knus-derive v3.4.0
6662026-08-20T01:39:52.575Z Downloaded once_cell v1.21.3
6672026-08-20T01:39:52.575Z Downloaded fnv v1.0.7
6682026-08-20T01:39:52.578Z Downloaded escape8259 v0.5.3
6692026-08-20T01:39:52.578Z Downloaded rstest_macros v0.25.0
6702026-08-20T01:39:52.578Z Downloaded x509-cert v0.2.5
6712026-08-20T01:39:52.581Z Downloaded digest-io v0.1.0
6722026-08-20T01:39:52.584Z Downloaded num-bigint v0.4.6
6732026-08-20T01:39:52.587Z Downloaded serdect v0.4.3
6742026-08-20T01:39:52.587Z Downloaded thiserror-impl v1.0.69
6752026-08-20T01:39:52.587Z Downloaded getrandom v0.3.4
6762026-08-20T01:39:52.590Z Downloaded sec1 v0.8.1
6772026-08-20T01:39:52.590Z Downloaded form_urlencoded v1.2.2
6782026-08-20T01:39:52.590Z Downloaded newline-converter v0.3.0
6792026-08-20T01:39:52.592Z Downloaded maplit v1.0.2
6802026-08-20T01:39:52.592Z Downloaded managed v0.8.0
6812026-08-20T01:39:52.593Z Downloaded anstyle-query v1.1.5
6822026-08-20T01:39:52.593Z Downloaded futures-core v0.3.32
6832026-08-20T01:39:52.595Z Downloaded keccak v0.1.6
6842026-08-20T01:39:52.595Z Downloaded serde_path_to_error v0.1.20
6852026-08-20T01:39:52.595Z Downloaded adler2 v2.0.1
6862026-08-20T01:39:52.595Z Downloaded anstream v1.0.0
6872026-08-20T01:39:52.598Z Downloaded toml_edit v0.23.10+spec-1.0.0
6882026-08-20T01:39:52.601Z Downloaded unsafe-libyaml v0.2.11
6892026-08-20T01:39:52.603Z Downloaded serde_tokenstream v0.2.3
6902026-08-20T01:39:52.603Z Downloaded typify v0.6.2
6912026-08-20T01:39:52.606Z Downloaded slab v0.4.12
6922026-08-20T01:39:52.606Z Downloaded spki v0.7.3
6932026-08-20T01:39:52.606Z Downloaded tagptr v0.2.0
6942026-08-20T01:39:52.609Z Downloaded resolv-conf v0.7.6
6952026-08-20T01:39:52.609Z Downloaded rustls-native-certs v0.8.3
6962026-08-20T01:39:52.609Z Downloaded unicase v2.9.0
6972026-08-20T01:39:52.612Z Downloaded bit-set v0.5.3
6982026-08-20T01:39:52.612Z Downloaded nodrop v0.1.14
6992026-08-20T01:39:52.612Z Downloaded backtrace-ext v0.2.1
7002026-08-20T01:39:52.612Z Downloaded parse-size v1.1.0
7012026-08-20T01:39:52.612Z Downloaded cfg_aliases v0.1.1
7022026-08-20T01:39:52.616Z Downloaded tinytemplate v1.2.1
7032026-08-20T01:39:52.619Z Downloaded typenum v1.20.1
7042026-08-20T01:39:52.627Z Downloaded percent-encoding v2.3.2
7052026-08-20T01:39:52.630Z Downloaded displaydoc v0.2.5
7062026-08-20T01:39:52.632Z Downloaded plotters-backend v0.3.7
7072026-08-20T01:39:52.635Z Downloaded pest_meta v2.8.6
7082026-08-20T01:39:52.638Z Downloaded postcard v1.1.3
7092026-08-20T01:39:52.641Z Downloaded usdt-impl v0.5.0
7102026-08-20T01:39:52.641Z Downloaded clang-sys v1.8.1
7112026-08-20T01:39:52.644Z Downloaded libloading v0.8.9
7122026-08-20T01:39:52.647Z Downloaded potential_utf v0.1.4
7132026-08-20T01:39:52.650Z Downloaded unicode-segmentation v1.12.0
7142026-08-20T01:39:52.653Z Downloaded rustls-webpki v0.103.13
7152026-08-20T01:39:52.655Z Downloaded tungstenite v0.21.0
7162026-08-20T01:39:52.658Z Downloaded pkcs1 v0.7.5
7172026-08-20T01:39:52.658Z Downloaded crossterm v0.29.0
7182026-08-20T01:39:52.661Z Downloaded scopeguard v1.2.0
7192026-08-20T01:39:52.664Z Downloaded ff v0.13.1
7202026-08-20T01:39:52.664Z Downloaded lock_api v0.4.14
7212026-08-20T01:39:52.664Z Downloaded russh-cryptovec v0.62.0
7222026-08-20T01:39:52.664Z Downloaded rustc_version v0.1.7
7232026-08-20T01:39:52.667Z Downloaded serde_plain v1.0.2
7242026-08-20T01:39:52.669Z Downloaded strsim v0.11.1
7252026-08-20T01:39:52.672Z Downloaded futures-timer v3.0.3
7262026-08-20T01:39:52.672Z Downloaded base64 v0.22.1
7272026-08-20T01:39:52.675Z Downloaded regex v1.12.3
7282026-08-20T01:39:52.678Z Downloaded backtrace v0.3.76
7292026-08-20T01:39:52.681Z Downloaded icu_properties_data v2.1.2
7302026-08-20T01:39:52.685Z Downloaded zip v0.6.6
7312026-08-20T01:39:52.688Z Downloaded async-trait v0.1.89
7322026-08-20T01:39:52.690Z Downloaded tinyvec_macros v0.1.1
7332026-08-20T01:39:52.690Z Downloaded usdt v0.6.0
7342026-08-20T01:39:52.690Z Downloaded utf8parse v0.2.2
7352026-08-20T01:39:52.694Z Downloaded vergen v9.1.0
7362026-08-20T01:39:52.697Z Downloaded oorandom v11.1.5
7372026-08-20T01:39:52.700Z Downloaded jiff-core v0.1.0
7382026-08-20T01:39:52.700Z Downloaded p384 v0.13.1
7392026-08-20T01:39:52.703Z Downloaded dropshot_endpoint v0.17.1
7402026-08-20T01:39:52.706Z Downloaded typify-macro v0.6.2
7412026-08-20T01:39:52.708Z Downloaded steno v0.4.1
7422026-08-20T01:39:52.711Z Downloaded usdt v0.5.0
7432026-08-20T01:39:52.714Z Downloaded dtrace-parser v0.2.0
7442026-08-20T01:39:52.717Z Downloaded xshell-macros v0.2.7
7452026-08-20T01:39:52.717Z Downloaded serde_yaml v0.9.34+deprecated
7462026-08-20T01:39:52.719Z Downloaded fixedbitset v0.5.7
7472026-08-20T01:39:52.724Z Downloaded yasna v0.5.2
7482026-08-20T01:39:52.727Z Downloaded lru-slab v0.1.2
7492026-08-20T01:39:52.731Z Downloaded cfg_aliases v0.2.1
7502026-08-20T01:39:52.734Z Downloaded endian-type v0.1.2
7512026-08-20T01:39:52.736Z Downloaded globwalk v0.9.1
7522026-08-20T01:39:52.736Z Downloaded serde_json v1.0.151
7532026-08-20T01:39:52.740Z Downloaded num v0.4.3
7542026-08-20T01:39:52.743Z Downloaded clap_builder v4.6.0
7552026-08-20T01:39:52.747Z Downloaded schemars_derive v0.8.22
7562026-08-20T01:39:52.749Z Downloaded slog-scope v4.4.1
7572026-08-20T01:39:52.749Z Downloaded ssh-cipher v0.3.0
7582026-08-20T01:39:52.749Z Downloaded rstest v0.25.0
7592026-08-20T01:39:52.754Z Downloaded serde_with_macros v1.5.2
7602026-08-20T01:39:52.757Z Downloaded anes v0.1.6
7612026-08-20T01:39:52.757Z Downloaded tinystr v0.8.2
7622026-08-20T01:39:52.760Z Downloaded toml_writer v1.1.1+spec-1.1.0
7632026-08-20T01:39:52.760Z Downloaded unicode-ident v1.0.24
7642026-08-20T01:39:52.763Z Downloaded progenitor-impl v0.14.0
7652026-08-20T01:39:52.765Z Downloaded tungstenite v0.23.0
7662026-08-20T01:39:52.768Z Downloaded ciborium-ll v0.2.2
7672026-08-20T01:39:52.772Z Downloaded thiserror-no-std v2.0.2
7682026-08-20T01:39:52.774Z Downloaded simd-adler32 v0.3.8
7692026-08-20T01:39:52.774Z Downloaded russh-util v0.52.0
7702026-08-20T01:39:52.775Z Downloaded whoami v2.1.0
7712026-08-20T01:39:52.777Z Downloaded proc-macro-error v1.0.4
7722026-08-20T01:39:52.780Z Downloaded zstd-safe v7.2.4
7732026-08-20T01:39:52.783Z Downloaded ed25519-dalek v2.2.0
7742026-08-20T01:39:52.783Z Downloaded stacker v0.1.23
7752026-08-20T01:39:52.785Z Downloaded stringmetrics v2.2.2
7762026-08-20T01:39:52.786Z Downloaded tough v0.22.0
7772026-08-20T01:39:52.791Z Downloaded filetime v0.2.27
7782026-08-20T01:39:52.794Z Downloaded fs-err v2.11.0
7792026-08-20T01:39:52.797Z Downloaded blowfish v0.10.0
7802026-08-20T01:39:52.800Z Downloaded termios v0.3.3
7812026-08-20T01:39:52.801Z Downloaded num-bigint-dig v0.8.6
7822026-08-20T01:39:52.803Z Downloaded p384 v0.14.0
7832026-08-20T01:39:52.806Z Downloaded supports-color v3.0.2
7842026-08-20T01:39:52.806Z Downloaded toml_write v0.1.2
7852026-08-20T01:39:52.806Z Downloaded terminal_size v0.1.17
7862026-08-20T01:39:52.809Z Downloaded serde_bytes v0.11.19
7872026-08-20T01:39:52.809Z Downloaded reqwest v0.13.2
7882026-08-20T01:39:52.813Z Downloaded ed25519-dalek v3.0.0
7892026-08-20T01:39:52.817Z Downloaded base64ct v1.8.3
7902026-08-20T01:39:52.819Z Downloaded secrecy v0.8.0
7912026-08-20T01:39:52.819Z Downloaded flate2 v1.1.9
7922026-08-20T01:39:52.822Z Downloaded tower v0.5.3
7932026-08-20T01:39:52.825Z Downloaded writeable v0.6.2
7942026-08-20T01:39:52.828Z Downloaded vte v0.14.1
7952026-08-20T01:39:52.830Z Downloaded fancy-regex v0.14.0
7962026-08-20T01:39:52.830Z Downloaded peg-macros v0.8.5
7972026-08-20T01:39:52.833Z Downloaded usdt-macro v0.5.0
7982026-08-20T01:39:52.833Z Downloaded void v1.0.2
7992026-08-20T01:39:52.833Z Downloaded untrusted v0.9.0
8002026-08-20T01:39:52.833Z Downloaded errno v0.3.14
8012026-08-20T01:39:52.836Z Downloaded knuffel-derive v3.2.0
8022026-08-20T01:39:52.836Z Downloaded libsw v3.5.0
8032026-08-20T01:39:52.836Z Downloaded tap v1.0.1
8042026-08-20T01:39:52.836Z Downloaded thiserror-impl-no-std v2.0.2
8052026-08-20T01:39:52.839Z Downloaded dtrace-parser v0.3.0
8062026-08-20T01:39:52.839Z Downloaded pbkdf2 v0.13.0
8072026-08-20T01:39:52.839Z Downloaded rcgen v0.12.1
8082026-08-20T01:39:52.842Z Downloaded postgres-types v0.2.12
8092026-08-20T01:39:52.842Z Downloaded crypto-primes v0.7.2
8102026-08-20T01:39:52.845Z Downloaded unicode_categories v0.1.1
8112026-08-20T01:39:52.848Z Downloaded native-tls v0.2.18
8122026-08-20T01:39:52.850Z Downloaded nu-ansi-term v0.50.3
8132026-08-20T01:39:52.850Z Downloaded wnaf v0.14.0
8142026-08-20T01:39:52.853Z Downloaded progenitor v0.13.0
8152026-08-20T01:39:52.856Z Downloaded same-file v1.0.6
8162026-08-20T01:39:52.856Z Downloaded zmij v1.0.21
8172026-08-20T01:39:52.856Z Downloaded embedded-io v0.6.1
8182026-08-20T01:39:52.859Z Downloaded futures-task v0.3.32
8192026-08-20T01:39:52.859Z Downloaded getrandom v0.4.3
8202026-08-20T01:39:52.873Z Downloaded linkme-impl v0.3.35
8212026-08-20T01:39:52.875Z Downloaded newtype-uuid-macros v0.1.0
8222026-08-20T01:39:52.875Z Downloaded packed_struct v0.10.1
8232026-08-20T01:39:52.875Z Downloaded foreign-types-macros v0.2.3
8242026-08-20T01:39:52.878Z Downloaded md-5 v0.10.6
8252026-08-20T01:39:52.881Z Downloaded miette-derive v5.10.0
8262026-08-20T01:39:52.884Z Downloaded pin-project-lite v0.2.17
8272026-08-20T01:39:52.886Z Downloaded tls_codec_derive v0.4.2
8282026-08-20T01:39:52.886Z Downloaded nested v0.1.1
8292026-08-20T01:39:52.886Z Downloaded rand_chacha v0.9.0
8302026-08-20T01:39:52.889Z Downloaded tokio-dtrace v0.1.1
8312026-08-20T01:39:52.892Z Downloaded blake2 v0.10.6
8322026-08-20T01:39:52.895Z Downloaded trybuild v1.0.116
8332026-08-20T01:39:52.898Z Downloaded miniz_oxide v0.8.9
8342026-08-20T01:39:52.898Z Downloaded relative-path v1.9.3
8352026-08-20T01:39:52.901Z Downloaded sha2 v0.10.9
8362026-08-20T01:39:52.901Z Downloaded camino v1.2.5
8372026-08-20T01:39:52.904Z Downloaded parking_lot v0.12.5
8382026-08-20T01:39:52.904Z Downloaded tui-tree-widget v0.23.1
8392026-08-20T01:39:52.906Z Downloaded scroll_derive v0.12.1
8402026-08-20T01:39:52.909Z Downloaded allocator-api2 v0.2.21
8412026-08-20T01:39:52.912Z Downloaded term v0.7.0
8422026-08-20T01:39:52.915Z Downloaded toml v0.7.8
8432026-08-20T01:39:52.915Z Downloaded oxide-update-engine-types v0.1.2
8442026-08-20T01:39:52.918Z Downloaded event-listener v5.4.1
8452026-08-20T01:39:52.923Z Downloaded swrite v0.1.0
8462026-08-20T01:39:52.926Z Downloaded rfc6979 v0.6.0
8472026-08-20T01:39:52.929Z Downloaded signature v3.0.0
8482026-08-20T01:39:52.929Z Downloaded strum v0.27.2
8492026-08-20T01:39:52.931Z Downloaded try-lock v0.2.5
8502026-08-20T01:39:52.931Z Downloaded elliptic-curve v0.13.8
8512026-08-20T01:39:52.934Z Downloaded petname v2.0.2
8522026-08-20T01:39:52.938Z Downloaded flagset v0.4.7
8532026-08-20T01:39:52.940Z Downloaded display-error-chain v0.2.2
8542026-08-20T01:39:52.940Z Downloaded utf-8 v0.7.6
8552026-08-20T01:39:52.943Z Downloaded float-cmp v0.10.0
8562026-08-20T01:39:52.946Z Downloaded git-stub v1.0.0
8572026-08-20T01:39:52.946Z Downloaded num_enum_derive v0.5.11
8582026-08-20T01:39:52.949Z Downloaded backon v1.6.0
8592026-08-20T01:39:52.949Z Downloaded ciborium v0.2.2
8602026-08-20T01:39:52.951Z Downloaded plotters v0.3.7
8612026-08-20T01:39:52.956Z Downloaded anyhow v1.0.104
8622026-08-20T01:39:52.959Z Downloaded bit-vec v0.8.0
8632026-08-20T01:39:52.959Z Downloaded oxide-update-engine-display v0.1.2
8642026-08-20T01:39:52.963Z Downloaded document-features v0.2.12
8652026-08-20T01:39:52.966Z Downloaded equivalent v1.0.2
8662026-08-20T01:39:52.968Z Downloaded async-stream-impl v0.3.6
8672026-08-20T01:39:52.969Z Downloaded block-buffer v0.10.4
8682026-08-20T01:39:52.972Z Downloaded proc-macro-error2 v2.0.1
8692026-08-20T01:39:52.974Z Downloaded pretty-hex v0.4.1
8702026-08-20T01:39:52.977Z Downloaded seq-macro v0.3.6
8712026-08-20T01:39:52.980Z Downloaded jobserver v0.1.34
8722026-08-20T01:39:52.980Z Downloaded phf v0.13.1
8732026-08-20T01:39:52.980Z Downloaded argon2 v0.5.3
8742026-08-20T01:39:52.991Z Downloaded rustls-pki-types v1.14.0
8752026-08-20T01:39:52.993Z Downloaded sha2 v0.11.0
8762026-08-20T01:39:52.996Z Downloaded thread_local v1.1.9
8772026-08-20T01:39:52.996Z Downloaded oxide-update-engine v0.1.2
8782026-08-20T01:39:52.999Z Downloaded cc v1.2.56
8792026-08-20T01:39:53.002Z Downloaded powerfmt v0.2.0
8802026-08-20T01:39:53.005Z Downloaded futures v0.3.32
8812026-08-20T01:39:53.013Z Downloaded getrandom v0.2.17
8822026-08-20T01:39:53.016Z Downloaded jiff-static v0.2.34
8832026-08-20T01:39:53.016Z Downloaded md5 v0.8.0
8842026-08-20T01:39:53.019Z Downloaded pin-project-internal v1.1.11
8852026-08-20T01:39:53.019Z Downloaded kem v0.3.0
8862026-08-20T01:39:53.022Z Downloaded unicode-truncate v1.1.0
8872026-08-20T01:39:53.027Z Downloaded blake2b_simd v1.0.4
8882026-08-20T01:39:53.038Z Downloaded num-derive v0.4.2
8892026-08-20T01:39:53.038Z Downloaded ascii-canvas v3.0.0
8902026-08-20T01:39:53.038Z Downloaded rpassword v7.5.4
8912026-08-20T01:39:53.038Z Downloaded rsa v0.9.10
8922026-08-20T01:39:53.038Z Downloaded slog-stdlog v4.1.1
8932026-08-20T01:39:53.038Z Downloaded zerocopy-derive v0.7.35
8942026-08-20T01:39:53.038Z Downloaded flume v0.11.1
8952026-08-20T01:39:53.042Z Downloaded arc-swap v1.8.2
8962026-08-20T01:39:53.045Z Downloaded primeorder v0.13.6
8972026-08-20T01:39:53.045Z Downloaded primeorder v0.14.0
8982026-08-20T01:39:53.045Z Downloaded rfc6979 v0.4.0
8992026-08-20T01:39:53.053Z Downloaded strum v0.26.3
9002026-08-20T01:39:53.056Z Downloaded vsss-rs v3.3.4
9012026-08-20T01:39:53.056Z Downloaded either v1.15.0
9022026-08-20T01:39:53.056Z Downloaded linkme v0.3.35
9032026-08-20T01:39:53.062Z Downloaded module-lattice v0.2.3
9042026-08-20T01:39:53.062Z Downloaded progenitor-client v0.13.0
9052026-08-20T01:39:53.062Z Downloaded find-msvc-tools v0.1.9
9062026-08-20T01:39:53.062Z Downloaded bb8 v0.8.6
9072026-08-20T01:39:53.062Z Downloaded pest_derive v2.8.6
9082026-08-20T01:39:53.062Z Downloaded phf_shared v0.12.1
9092026-08-20T01:39:53.067Z Downloaded shell-words v1.1.1
9102026-08-20T01:39:53.067Z Downloaded camino-tempfile v1.4.1
9112026-08-20T01:39:53.068Z Downloaded owo-colors v4.3.0
9122026-08-20T01:39:53.068Z Downloaded phc v0.6.1
9132026-08-20T01:39:53.068Z Downloaded prettyplease v0.2.37
9142026-08-20T01:39:53.072Z Downloaded tempfile v3.27.0
9152026-08-20T01:39:53.075Z Downloaded uzers v0.12.2
9162026-08-20T01:39:53.078Z Downloaded socket2 v0.6.3
9172026-08-20T01:39:53.081Z Downloaded dirs-sys-next v0.1.2
9182026-08-20T01:39:53.081Z Downloaded similar-asserts v1.7.0
9192026-08-20T01:39:53.084Z Downloaded tower-layer v0.3.3
9202026-08-20T01:39:53.084Z Downloaded foreign-types-shared v0.1.1
9212026-08-20T01:39:53.084Z Downloaded parse-display-derive v0.10.0
9222026-08-20T01:39:53.084Z Downloaded yansi v1.0.1
9232026-08-20T01:39:53.088Z Downloaded dof v0.4.0
9242026-08-20T01:39:53.090Z Downloaded futures-executor v0.3.32
9252026-08-20T01:39:53.090Z Downloaded socket2 v0.5.10
9262026-08-20T01:39:53.090Z Downloaded futures-util v0.3.32
9272026-08-20T01:39:53.098Z Downloaded slog-json v2.6.1
9282026-08-20T01:39:53.101Z Downloaded strum_macros v0.27.2
9292026-08-20T01:39:53.101Z Downloaded thiserror v1.0.69
9302026-08-20T01:39:53.104Z Downloaded packed_struct_codegen v0.10.1
9312026-08-20T01:39:53.104Z Downloaded plain v0.2.3
9322026-08-20T01:39:53.106Z Downloaded num-iter v0.1.45
9332026-08-20T01:39:53.106Z Downloaded argon2 v0.6.0-rc.8
9342026-08-20T01:39:53.106Z Downloaded poly1305 v0.8.0
9352026-08-20T01:39:53.109Z Downloaded reedline v0.40.0
9362026-08-20T01:39:53.112Z Downloaded minimal-lexical v0.2.1
9372026-08-20T01:39:53.115Z Downloaded ff v0.14.0
9382026-08-20T01:39:53.115Z Downloaded serde_spanned v1.1.1
9392026-08-20T01:39:53.118Z Downloaded schemars v1.2.1
9402026-08-20T01:39:53.127Z Downloaded zerovec-derive v0.11.2
9412026-08-20T01:39:53.130Z Downloaded ena v0.14.4
9422026-08-20T01:39:53.130Z Downloaded strum_macros v0.26.4
9432026-08-20T01:39:53.131Z Downloaded rand_core v0.6.4
9442026-08-20T01:39:53.131Z Downloaded scrypt v0.12.0
9452026-08-20T01:39:53.134Z Downloaded atomic-waker v1.1.2
9462026-08-20T01:39:53.136Z Downloaded serde_core v1.0.228
9472026-08-20T01:39:53.139Z Downloaded chacha20 v0.9.1
9482026-08-20T01:39:53.142Z Downloaded block-padding v0.4.2
9492026-08-20T01:39:53.142Z Downloaded generic-array v0.14.7
9502026-08-20T01:39:53.145Z Downloaded bumpalo v3.20.2
9512026-08-20T01:39:53.152Z Downloaded tokio-rustls v0.26.4
9522026-08-20T01:39:53.155Z Downloaded vergen-gitcl v1.0.8
9532026-08-20T01:39:53.158Z Downloaded rayon-core v1.13.0
9542026-08-20T01:39:53.158Z Downloaded tabled v0.21.0
9552026-08-20T01:39:53.167Z Downloaded rustc_version v0.4.1
9562026-08-20T01:39:53.170Z Downloaded phf v0.12.1
9572026-08-20T01:39:53.171Z Downloaded dropshot-api-manager v0.8.0
9582026-08-20T01:39:53.174Z Downloaded sha3 v0.12.0
9592026-08-20T01:39:53.174Z Downloaded memchr v2.8.0
9602026-08-20T01:39:53.178Z Downloaded num_enum v0.7.6
9612026-08-20T01:39:53.184Z Downloaded stable_deref_trait v1.2.1
9622026-08-20T01:39:53.184Z Downloaded assert_cmd v2.1.2
9632026-08-20T01:39:53.184Z Downloaded serde_regex v1.1.0
9642026-08-20T01:39:53.195Z Downloaded fxhash v0.2.1
9652026-08-20T01:39:53.196Z Downloaded quinn-proto v0.11.16
9662026-08-20T01:39:53.211Z Downloaded ssh-encoding v0.3.0
9672026-08-20T01:39:53.211Z Downloaded rand v0.9.2
9682026-08-20T01:39:53.212Z Downloaded r2d2 v0.8.10
9692026-08-20T01:39:53.212Z Downloaded terminal_size v0.4.3
9702026-08-20T01:39:53.212Z Downloaded thiserror v2.0.18
9712026-08-20T01:39:53.235Z Downloaded bit-set v0.8.0
9722026-08-20T01:39:53.235Z Downloaded signal-hook-mio v0.2.5
9732026-08-20T01:39:53.235Z Downloaded time-core v0.1.8
9742026-08-20T01:39:53.235Z Downloaded tokio-stream v0.1.18
9752026-08-20T01:39:53.236Z Downloaded base64 v0.21.7
9762026-08-20T01:39:53.236Z Downloaded bzip2 v0.4.4
9772026-08-20T01:39:53.236Z Downloaded prefix-trie v0.7.0
9782026-08-20T01:39:53.236Z Downloaded usdt-attr-macro v0.6.0
9792026-08-20T01:39:53.236Z Downloaded usdt-impl v0.6.0
9802026-08-20T01:39:53.236Z Downloaded macaddr v1.0.1
9812026-08-20T01:39:53.319Z Downloaded serde_derive v1.0.228
9822026-08-20T01:39:53.320Z Downloaded fallible-iterator v0.2.0
9832026-08-20T01:39:53.320Z Downloaded nom v7.1.3
9842026-08-20T01:39:53.320Z Downloaded num-rational v0.4.2
9852026-08-20T01:39:53.320Z Downloaded dunce v1.0.5
9862026-08-20T01:39:53.320Z Downloaded pathdiff v0.2.3
9872026-08-20T01:39:53.320Z Downloaded rustc-hash v2.1.1
9882026-08-20T01:39:53.320Z Downloaded toml_edit v0.22.27
9892026-08-20T01:39:53.320Z Downloaded quick-error v1.2.3
9902026-08-20T01:39:53.320Z Downloaded supports-hyperlinks v3.2.0
9912026-08-20T01:39:53.320Z Downloaded untrusted v0.7.1
9922026-08-20T01:39:53.320Z Downloaded quinn v0.11.11
9932026-08-20T01:39:53.321Z Downloaded serde_with v3.21.0
9942026-08-20T01:39:53.321Z Downloaded generic-array v1.4.3
9952026-08-20T01:39:53.321Z Downloaded foreign-types v0.5.0
9962026-08-20T01:39:53.321Z Downloaded dirs-next v2.0.0
9972026-08-20T01:39:53.321Z Downloaded synstructure v0.13.2
9982026-08-20T01:39:53.321Z Downloaded openssl-macros v0.1.1
9992026-08-20T01:39:53.321Z Downloaded password-hash v0.6.1
10002026-08-20T01:39:53.406Z Downloaded zerocopy-derive v0.8.55
10012026-08-20T01:39:53.406Z Downloaded vergen-lib v0.1.6
10022026-08-20T01:39:53.407Z Downloaded cbc v0.2.1
10032026-08-20T01:39:53.407Z Downloaded p521 v0.14.0
10042026-08-20T01:39:53.407Z Downloaded spin v0.9.8
10052026-08-20T01:39:53.407Z Downloaded unicode-linebreak v0.1.5
10062026-08-20T01:39:53.407Z Downloaded smallvec v0.6.14
10072026-08-20T01:39:53.407Z Downloaded rusty-fork v0.3.1
10082026-08-20T01:39:53.407Z Downloaded rand v0.8.6
10092026-08-20T01:39:53.407Z Downloaded serde v1.0.228
10102026-08-20T01:39:53.407Z Downloaded shlex v1.3.0
10112026-08-20T01:39:53.407Z Downloaded enum_dispatch v0.3.13
10122026-08-20T01:39:53.407Z Downloaded slog-term v2.9.2
10132026-08-20T01:39:53.407Z Downloaded openssl-probe v0.2.1
10142026-08-20T01:39:53.407Z Downloaded russh v0.62.4
10152026-08-20T01:39:53.408Z Downloaded term v1.2.1
10162026-08-20T01:39:53.408Z Downloaded support-bundle-viewer v0.1.2
10172026-08-20T01:39:53.408Z Downloaded num_enum_derive v0.7.6
10182026-08-20T01:39:53.408Z Downloaded multer v3.1.0
10192026-08-20T01:39:53.408Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10202026-08-20T01:39:53.408Z Downloaded twox-hash v2.1.2
10212026-08-20T01:39:53.408Z Downloaded cancel-safe-futures v0.1.5
10222026-08-20T01:39:53.408Z Downloaded pkcs8 v0.11.0
10232026-08-20T01:39:53.408Z Downloaded async-lock v3.4.2
10242026-08-20T01:39:53.408Z Downloaded litrs v1.0.0
10252026-08-20T01:39:53.408Z Downloaded pest v2.8.6
10262026-08-20T01:39:53.408Z Downloaded quote v1.0.45
10272026-08-20T01:39:53.408Z Downloaded lalrpop-util v0.19.12
10282026-08-20T01:39:53.409Z Downloaded log v0.4.33
10292026-08-20T01:39:53.491Z Downloaded bindgen v0.71.1
10302026-08-20T01:39:53.491Z Downloaded zip v4.6.1
10312026-08-20T01:39:53.491Z Downloaded sec1 v0.7.3
10322026-08-20T01:39:53.491Z Downloaded rustyline v14.0.0
10332026-08-20T01:39:53.491Z Downloaded rust-argon2 v2.1.0
10342026-08-20T01:39:53.492Z Downloaded reqwest v0.12.28
10352026-08-20T01:39:53.492Z Downloaded tokio-util v0.7.18
10362026-08-20T01:39:53.492Z Downloaded nom v8.0.0
10372026-08-20T01:39:53.492Z Downloaded drift v0.2.0
10382026-08-20T01:39:53.492Z Downloaded zerocopy v0.6.6
10392026-08-20T01:39:53.492Z Downloaded libm v0.2.16
10402026-08-20T01:39:53.492Z Downloaded num-traits v0.2.19
10412026-08-20T01:39:53.492Z Downloaded papergrid v0.18.0
10422026-08-20T01:39:53.492Z Downloaded unicode-normalization v0.1.25
10432026-08-20T01:39:53.492Z Downloaded async-compression v0.4.41
10442026-08-20T01:39:53.492Z Downloaded serde_with v1.14.0
10452026-08-20T01:39:53.492Z Downloaded futures-channel v0.3.32
10462026-08-20T01:39:53.492Z Downloaded mio v1.2.0
10472026-08-20T01:39:53.492Z Downloaded radix_trie v0.2.1
10482026-08-20T01:39:53.492Z Downloaded git2 v0.20.4
10492026-08-20T01:39:53.492Z Downloaded bytes v1.11.1
10502026-08-20T01:39:53.492Z Downloaded elliptic-curve v0.14.1
10512026-08-20T01:39:53.493Z Downloaded tar v0.4.46
10522026-08-20T01:39:53.493Z Downloaded blake3 v1.8.5
10532026-08-20T01:39:53.493Z Downloaded crypto-bigint v0.7.5
10542026-08-20T01:39:53.493Z Downloaded rand_distr v0.5.1
10552026-08-20T01:39:53.493Z Downloaded toml v1.1.2+spec-1.1.0
10562026-08-20T01:39:53.493Z Downloaded winnow v1.0.3
10572026-08-20T01:39:53.493Z Downloaded toml_edit v0.19.15
10582026-08-20T01:39:53.553Z Downloaded winnow v0.7.14
10592026-08-20T01:39:53.553Z Downloaded zerotrie v0.2.3
10602026-08-20T01:39:53.553Z Downloaded quick-xml v0.37.5
10612026-08-20T01:39:53.553Z Downloaded knus v3.4.0
10622026-08-20T01:39:53.553Z Downloaded publicsuffix v2.3.0
10632026-08-20T01:39:53.554Z Downloaded hickory-proto v0.24.4
10642026-08-20T01:39:53.554Z Downloaded zlib-rs v0.6.2
10652026-08-20T01:39:53.554Z Downloaded chacha20poly1305 v0.10.1
10662026-08-20T01:39:53.554Z Downloaded ssh-key v0.7.0-rc.11
10672026-08-20T01:39:53.554Z Downloaded goblin v0.8.2
10682026-08-20T01:39:53.554Z Downloaded parking_lot v0.11.2
10692026-08-20T01:39:53.555Z Downloaded expectorate v1.2.0
10702026-08-20T01:39:53.555Z Downloaded rawzip v0.4.4
10712026-08-20T01:39:53.555Z Downloaded curve25519-dalek v4.1.3
10722026-08-20T01:39:53.608Z Downloaded zerovec v0.11.5
10732026-08-20T01:39:53.608Z Downloaded miette v5.10.0
10742026-08-20T01:39:53.608Z Downloaded object v0.30.4
10752026-08-20T01:39:53.608Z Downloaded samael v0.0.19
10762026-08-20T01:39:53.608Z Downloaded tower-http v0.6.8
10772026-08-20T01:39:53.608Z Downloaded zerocopy v0.7.35
10782026-08-20T01:39:53.608Z Downloaded syn v1.0.109
10792026-08-20T01:39:53.608Z Downloaded miette v7.6.0
10802026-08-20T01:39:53.609Z Downloaded aho-corasick v1.1.4
10812026-08-20T01:39:53.609Z Downloaded proptest v1.11.0
10822026-08-20T01:39:53.609Z Downloaded vcpkg v0.2.15
10832026-08-20T01:39:53.655Z Downloaded curve25519-dalek v5.0.0
10842026-08-20T01:39:53.655Z Downloaded typed-path v0.9.3
10852026-08-20T01:39:53.655Z Downloaded libxml v0.3.3
10862026-08-20T01:39:53.655Z Downloaded chrono v0.4.45
10872026-08-20T01:39:53.655Z Downloaded lalrpop v0.19.12
10882026-08-20T01:39:53.731Z Downloaded winnow v0.6.26
10892026-08-20T01:39:53.731Z Downloaded aes v0.9.1
10902026-08-20T01:39:53.731Z Downloaded smoltcp v0.9.1
10912026-08-20T01:39:53.732Z Downloaded portable-atomic v1.13.1
10922026-08-20T01:39:53.732Z Downloaded dropshot v0.17.1
10932026-08-20T01:39:53.732Z Downloaded unicode-width v0.2.0
10942026-08-20T01:39:53.732Z Downloaded tabled v0.15.0
10952026-08-20T01:39:53.732Z Downloaded object v0.37.3
10962026-08-20T01:39:53.798Z Downloaded hickory-proto v0.25.2
10972026-08-20T01:39:53.798Z Downloaded salty v0.3.0
10982026-08-20T01:39:53.798Z Downloaded bitvec v1.0.1
10992026-08-20T01:39:53.798Z Downloaded aes-gcm v0.11.0
11002026-08-20T01:39:53.798Z Downloaded winnow v0.5.40
11012026-08-20T01:39:53.798Z Downloaded syn v2.0.117
11022026-08-20T01:39:53.798Z Downloaded zerocopy v0.8.55
11032026-08-20T01:39:53.799Z Downloaded aws-lc-rs v1.16.3
11042026-08-20T01:39:53.799Z Downloaded rustix v0.38.44
11052026-08-20T01:39:53.841Z Downloaded rayon v1.11.0
11062026-08-20T01:39:53.841Z Downloaded rustls v0.23.41
11072026-08-20T01:39:53.841Z Downloaded sqlparser v0.61.0
11082026-08-20T01:39:53.841Z Downloaded moka v0.12.13
11092026-08-20T01:39:53.842Z Downloaded nix v0.31.2
11102026-08-20T01:39:53.842Z Downloaded bstr v1.12.1
11112026-08-20T01:39:53.842Z Downloaded gimli v0.32.3
11122026-08-20T01:39:53.842Z Downloaded time v0.3.47
11132026-08-20T01:39:53.842Z Downloaded nix v0.27.1
11142026-08-20T01:39:53.842Z Downloaded tracing v0.1.44
11152026-08-20T01:39:53.930Z Downloaded unicode-width v0.1.14
11162026-08-20T01:39:53.930Z Downloaded diesel v2.3.7
11172026-08-20T01:39:53.931Z Downloaded openssl v0.10.80
11182026-08-20T01:39:53.931Z Downloaded regex-syntax v0.6.29
11192026-08-20T01:39:53.931Z Downloaded sled v0.34.7
11202026-08-20T01:39:53.931Z Downloaded regex-syntax v0.8.10
11212026-08-20T01:39:53.931Z Downloaded goblin v0.10.5
11222026-08-20T01:39:53.931Z Downloaded openapiv3 v2.2.0
11232026-08-20T01:39:53.931Z Downloaded nix v0.28.0
11242026-08-20T01:39:53.931Z Downloaded polar-core v0.27.3
11252026-08-20T01:39:53.990Z Downloaded rustix v1.1.4
11262026-08-20T01:39:53.991Z Downloaded ratatui v0.29.0
11272026-08-20T01:39:53.991Z Downloaded smoltcp v0.11.0
11282026-08-20T01:39:53.991Z Downloaded regress v0.11.1
11292026-08-20T01:39:53.991Z Downloaded regress v0.10.5
11302026-08-20T01:39:53.991Z Downloaded sha3 v0.11.0
11312026-08-20T01:39:53.991Z Downloaded jiff v0.2.34
11322026-08-20T01:39:53.991Z Downloaded regex-automata v0.4.14
11332026-08-20T01:39:53.991Z Downloaded zerocopy-derive v0.6.6
11342026-08-20T01:39:53.991Z Downloaded petgraph v0.8.3
11352026-08-20T01:39:54.063Z Downloaded typify-impl v0.6.2
11362026-08-20T01:39:54.063Z Downloaded chrono-tz v0.10.4
11372026-08-20T01:39:54.063Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11382026-08-20T01:39:54.063Z Downloaded httpmock v0.8.3
11392026-08-20T01:39:54.117Z Downloaded bzip2-sys v0.1.13+1.0.8
11402026-08-20T01:39:54.167Z Downloaded petgraph v0.6.5
11412026-08-20T01:39:54.226Z Downloaded csv v1.4.0
11422026-08-20T01:39:54.256Z Downloaded sha3 v0.10.8
11432026-08-20T01:39:54.257Z Downloaded tokio v1.52.1
11442026-08-20T01:39:54.269Z Downloaded libc v0.2.185
11452026-08-20T01:39:54.293Z Downloaded libz-sys v1.1.24
11462026-08-20T01:39:54.399Z Downloaded encoding_rs v0.8.35
11472026-08-20T01:39:54.415Z Downloaded ring v0.17.14
11482026-08-20T01:39:54.482Z Downloaded libgit2-sys v0.18.3+1.9.2
11492026-08-20T01:39:55.084Z Downloaded aws-lc-sys v0.40.0
11502026-08-20T01:39:55.501Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11512026-08-20T01:40:00.540Z Startup: Refreshing catalog 'helios' ... Done
11522026-08-20T01:40:00.874Z Startup: Caching catalogs ... Done
11532026-08-20T01:40:02.704ZPlanning: Solver setup ... Done (1.722s)
11542026-08-20T01:40:02.760ZPlanning: Running solver ... Done (0.056s)
11552026-08-20T01:40:02.803ZPlanning: Finding local manifests ... Done (0.002s)
11562026-08-20T01:40:02.817ZPlanning: Fetching manifests: 0/2 0% complete
11572026-08-20T01:40:02.835ZPlanning: Fetching manifests: 2/2 100% complete
11582026-08-20T01:40:02.848ZPlanning: Package planning ... Done (0.014s)
11592026-08-20T01:40:02.851ZPlanning: Merging actions ... Done (0.001s)
11602026-08-20T01:40:03.009ZPlanning: Checking for conflicting actions ... Done (0.159s)
11612026-08-20T01:40:03.012ZPlanning: Consolidating action changes ... Done (0.001s)
11622026-08-20T01:40:03.755ZPlanning: Evaluating mediators ... Done (0.744s)
11632026-08-20T01:40:03.758ZPlanning: Planning completed in 2.85 seconds
11642026-08-20T01:40:03.765Z Packages to install: 2
11652026-08-20T01:40:03.765Z Estimated space available: 155.73 GB
11662026-08-20T01:40:03.765ZEstimated space to be consumed: 72.15 MB
11672026-08-20T01:40:03.765Z Create boot environment: No
11682026-08-20T01:40:03.765ZCreate backup boot environment: No
11692026-08-20T01:40:03.765Z Rebuild boot archive: No
11702026-08-20T01:40:03.768Z
11712026-08-20T01:40:03.768ZChanged packages:
11722026-08-20T01:40:03.768Zhelios
11732026-08-20T01:40:03.768Z developer/build-essential
11742026-08-20T01:40:03.768Z None -> 11-3.0
11752026-08-20T01:40:03.768Z library/libxmlsec1
11762026-08-20T01:40:03.768Z None -> 1.2.35-3.0
11772026-08-20T01:40:03.791Z
11782026-08-20T01:40:03.791ZDownload: 0/214 items 0.0/1.3MB 0% complete
11792026-08-20T01:40:03.870ZDownload: Completed 1.28 MB in 0.08 seconds (16.3M/s)
11802026-08-20T01:40:03.978Z Actions: 1/268 actions (Installing new actions)
11812026-08-20T01:40:04.016Z Actions: Completed 268 actions in 0.04 seconds.
11822026-08-20T01:40:04.050ZFinalize: Updating package state database ... Done (0.033s)
11832026-08-20T01:40:04.050ZFinalize: Updating package cache ... Done (0.000s)
11842026-08-20T01:40:04.132ZFinalize: Updating image state ... Done (0.081s)
11852026-08-20T01:40:06.748ZFinalize: Creating fast lookup database ... Done (2.566s)
11862026-08-20T01:40:06.815ZFinalize: Reading search index ... Done (0.013s)
11872026-08-20T01:40:06.818ZFinalize: Updating search index ... Done (0.000s)
11882026-08-20T01:40:06.925ZFinalize: Updating package cache ... Done (0.000s)
11892026-08-20T01:40:07.285ZPlanning: Evaluating mediator changes ... Done
11902026-08-20T01:40:07.388ZPlanning: Checking for conflicting actions ... Done
11912026-08-20T01:40:07.391ZPlanning: Consolidating action changes ... Done
11922026-08-20T01:40:07.548ZPlanning: Evaluating mediators ... Done
11932026-08-20T01:40:07.551ZPlanning: Planning completed in 0.26 seconds
11942026-08-20T01:40:07.572Z Mediators to change: 2
11952026-08-20T01:40:07.572Z Create boot environment: No
11962026-08-20T01:40:07.572ZCreate backup boot environment: No
11972026-08-20T01:40:07.618ZFinalize: Updating package state database ... Done
11982026-08-20T01:40:07.618ZFinalize: Updating package cache ... Done
11992026-08-20T01:40:07.669ZFinalize: Updating image state ... Done
12002026-08-20T01:40:09.598ZFinalize: Creating fast lookup database ... Done
12012026-08-20T01:40:09.664ZFinalize: Reading search index ... Done
12022026-08-20T01:40:09.667ZFinalize: Updating search index ... Done
12032026-08-20T01:40:09.746ZFinalize: Updating package cache ... Done
12042026-08-20T01:40:10.030ZPlanning: Evaluating mediator changes ... Done
12052026-08-20T01:40:10.136ZPlanning: Checking for conflicting actions ... Done
12062026-08-20T01:40:10.139ZPlanning: Consolidating action changes ... Done
12072026-08-20T01:40:10.293ZPlanning: Evaluating mediators ... Done
12082026-08-20T01:40:10.298ZPlanning: Planning completed in 0.26 seconds
12092026-08-20T01:40:10.316Z Mediators to change: 1
12102026-08-20T01:40:10.316Z Create boot environment: No
12112026-08-20T01:40:10.316ZCreate backup boot environment: No
12122026-08-20T01:40:10.368ZFinalize: Updating package state database ... Done
12132026-08-20T01:40:10.369ZFinalize: Updating package cache ... Done
12142026-08-20T01:40:10.417ZFinalize: Updating image state ... Done
12152026-08-20T01:40:12.351ZFinalize: Creating fast lookup database ... Done
12162026-08-20T01:40:12.416ZFinalize: Reading search index ... Done
12172026-08-20T01:40:12.418ZFinalize: Updating search index ... Done
12182026-08-20T01:40:12.482ZFinalize: Updating package cache ... Done
12192026-08-20T01:40:12.800ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12202026-08-20T01:40:12.800Zapache system 2.4 system
12212026-08-20T01:40:12.800Zclang system 15 system
12222026-08-20T01:40:12.800Zcsh system system illumos
12232026-08-20T01:40:12.800Zctags system system illumos
12242026-08-20T01:40:12.800Zfile vendor vendor darwinsys
12252026-08-20T01:40:12.800Zfile system system illumos
12262026-08-20T01:40:12.800Zgcc vendor 14 vendor
12272026-08-20T01:40:12.800Zgcc system 13 system
12282026-08-20T01:40:12.801Zgcc system 10 system
12292026-08-20T01:40:12.801Zgo system 1.25 system
12302026-08-20T01:40:12.801Zllvm system 15 system
12312026-08-20T01:40:12.801Zmariadb system 11.4 system
12322026-08-20T01:40:12.801Zmta vendor vendor dma
12332026-08-20T01:40:12.801Zopenjdk system 17 system
12342026-08-20T01:40:12.801Zopenjdk system 11 system
12352026-08-20T01:40:12.801Zopenssl vendor 3 vendor
12362026-08-20T01:40:12.801Zperl system 5.40 system
12372026-08-20T01:40:12.801Zpostgresql system 18 system
12382026-08-20T01:40:12.801Zpostgresql system 17 system
12392026-08-20T01:40:12.801Zpython vendor 3 vendor
12402026-08-20T01:40:12.801Zpython system 2 system
12412026-08-20T01:40:12.801Zpython3 vendor 3.13 vendor
12422026-08-20T01:40:12.801Zruby system 3.4 system
12432026-08-20T01:40:12.801Zruby system 3.0 system
12442026-08-20T01:40:12.801Zwords vendor vendor american-english
12452026-08-20T01:40:12.801Zwords system system australian-english
12462026-08-20T01:40:12.801Zwords system system british-english
12472026-08-20T01:40:12.801Zwords system system canadian-english
12482026-08-20T01:40:12.801Zwords system system french
12492026-08-20T01:40:12.801Zwords system system italian
12502026-08-20T01:40:12.801Zwords system system ngerman
12512026-08-20T01:40:12.801Zwords system system ogerman
12522026-08-20T01:40:12.801Zwords system system spanish
12532026-08-20T01:40:13.051ZPUBLISHER TYPE STATUS P LOCATION
12542026-08-20T01:40:13.051Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12552026-08-20T01:40:13.507ZFMRI IFO
12562026-08-20T01:40:13.508Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12572026-08-20T01:40:13.508Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12582026-08-20T01:40:13.508Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12592026-08-20T01:40:13.508Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12602026-08-20T01:40:13.508Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12612026-08-20T01:40:13.508Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12622026-08-20T01:40:13.508Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12632026-08-20T01:40:13.508Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12642026-08-20T01:40:13.508Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12652026-08-20T01:40:14.108Z Downloading crates ...
12662026-08-20T01:40:14.163Z Downloaded cargo_toml v0.21.0
12672026-08-20T01:40:14.210Z Compiling proc-macro2 v1.0.106
12682026-08-20T01:40:14.210Z Compiling unicode-ident v1.0.24
12692026-08-20T01:40:14.210Z Compiling quote v1.0.45
12702026-08-20T01:40:14.214Z Compiling serde_core v1.0.228
12712026-08-20T01:40:14.214Z Compiling libc v0.2.185
12722026-08-20T01:40:14.214Z Compiling version_check v0.9.5
12732026-08-20T01:40:14.291Z Compiling memchr v2.8.0
12742026-08-20T01:40:14.294Z Compiling serde v1.0.228
12752026-08-20T01:40:14.294Z Compiling zmij v1.0.21
12762026-08-20T01:40:14.294Z Compiling thiserror v1.0.69
12772026-08-20T01:40:14.294Z Compiling ucd-trie v0.1.7
12782026-08-20T01:40:14.294Z Compiling itoa v1.0.17
12792026-08-20T01:40:14.294Z Compiling rustix v1.1.4
12802026-08-20T01:40:14.294Z Compiling byteorder v1.5.0
12812026-08-20T01:40:14.563Z Compiling bitflags v2.11.0
12822026-08-20T01:40:14.639Z Compiling serde_json v1.0.151
12832026-08-20T01:40:14.695Z Compiling proc-macro-error-attr v1.0.4
12842026-08-20T01:40:14.736Z Compiling usdt-impl v0.5.0
12852026-08-20T01:40:14.869Z Compiling pest v2.8.6
12862026-08-20T01:40:14.872Z Compiling camino v1.2.5
12872026-08-20T01:40:14.879Z Compiling syn v1.0.109
12882026-08-20T01:40:14.920Z Compiling proc-macro-error v1.0.4
12892026-08-20T01:40:14.931Z Compiling plain v0.2.3
12902026-08-20T01:40:15.001Z Compiling log v0.4.33
12912026-08-20T01:40:15.012Z Compiling hashbrown v0.17.0
12922026-08-20T01:40:15.035Z Compiling equivalent v1.0.2
12932026-08-20T01:40:15.047Z Compiling utf8parse v0.2.2
12942026-08-20T01:40:15.066Z Compiling getrandom v0.3.4
12952026-08-20T01:40:15.203Z Compiling anstyle-parse v1.0.0
12962026-08-20T01:40:15.223Z Compiling autocfg v1.5.0
12972026-08-20T01:40:15.237Z Compiling thiserror v2.0.18
12982026-08-20T01:40:15.280Z Compiling anstyle-query v1.1.5
12992026-08-20T01:40:15.302Z Compiling winnow v0.7.14
13002026-08-20T01:40:15.310Z Compiling colorchoice v1.0.4
13012026-08-20T01:40:15.337Z Compiling toml_write v0.1.2
13022026-08-20T01:40:15.371Z Compiling errno v0.3.14
13032026-08-20T01:40:15.395Z Compiling thread-id v4.2.2
13042026-08-20T01:40:15.408Z Compiling anstyle v1.0.14
13052026-08-20T01:40:15.419Z Compiling pretty-hex v0.4.1
13062026-08-20T01:40:15.422Z Compiling cfg-if v1.0.4
13072026-08-20T01:40:15.448Z Compiling is_terminal_polyfill v1.70.2
13082026-08-20T01:40:15.541Z Compiling heck v0.5.0
13092026-08-20T01:40:15.552Z Compiling indexmap v2.14.0
13102026-08-20T01:40:15.563Z Compiling fnv v1.0.7
13112026-08-20T01:40:15.574Z Compiling anstream v1.0.0
13122026-08-20T01:40:15.633Z Compiling once_cell v1.21.3
13132026-08-20T01:40:15.644Z Compiling heck v0.4.1
13142026-08-20T01:40:15.669Z Compiling fs-err v3.3.0
13152026-08-20T01:40:15.679Z Compiling anyhow v1.0.104
13162026-08-20T01:40:15.809Z Compiling unicode-width v0.1.14
13172026-08-20T01:40:15.820Z Compiling syn v2.0.117
13182026-08-20T01:40:15.899Z Compiling bytecount v0.6.9
13192026-08-20T01:40:15.913Z Compiling strsim v0.11.1
13202026-08-20T01:40:15.916Z Compiling clap_lex v1.0.0
13212026-08-20T01:40:15.933Z Compiling fastrand v2.3.0
13222026-08-20T01:40:16.022Z Compiling pest_meta v2.8.6
13232026-08-20T01:40:16.042Z Compiling papergrid v0.11.0
13242026-08-20T01:40:16.166Z Compiling memmap v0.7.0
13252026-08-20T01:40:16.211Z Compiling smawk v0.3.2
13262026-08-20T01:40:16.222Z Compiling unicode-width v0.2.0
13272026-08-20T01:40:16.235Z Compiling unicode-linebreak v0.1.5
13282026-08-20T01:40:16.274Z Compiling swrite v0.1.0
13292026-08-20T01:40:16.355Z Compiling terminal_size v0.4.3
13302026-08-20T01:40:16.356Z Compiling tempfile v3.27.0
13312026-08-20T01:40:16.454Z Compiling clap_builder v4.6.0
13322026-08-20T01:40:16.454Z Compiling textwrap v0.16.2
13332026-08-20T01:40:16.771Z Compiling cargo-platform v0.3.2
13342026-08-20T01:40:16.778Z Compiling semver v1.0.28
13352026-08-20T01:40:17.010Z Compiling camino-tempfile v1.4.1
13362026-08-20T01:40:17.251Z Compiling tabled_derive v0.7.0
13372026-08-20T01:40:17.916Z Compiling tabled v0.15.0
13382026-08-20T01:40:17.934Z Compiling pest_generator v2.8.6
13392026-08-20T01:40:18.447Z Compiling serde_derive v1.0.228
13402026-08-20T01:40:18.450Z Compiling thiserror-impl v1.0.69
13412026-08-20T01:40:18.450Z Compiling zerocopy-derive v0.7.35
13422026-08-20T01:40:18.450Z Compiling scroll_derive v0.12.1
13432026-08-20T01:40:18.450Z Compiling thiserror-impl v2.0.18
13442026-08-20T01:40:18.450Z Compiling clap_derive v4.6.1
13452026-08-20T01:40:18.492Z Compiling pest_derive v2.8.6
13462026-08-20T01:40:19.062Z Compiling scroll v0.12.0
13472026-08-20T01:40:19.136Z Compiling zerocopy v0.7.35
13482026-08-20T01:40:19.271Z Compiling goblin v0.8.2
13492026-08-20T01:40:19.423Z Compiling dtrace-parser v0.2.0
13502026-08-20T01:40:19.716Z Compiling clap v4.6.1
13512026-08-20T01:40:20.730Z Compiling dof v0.3.0
13522026-08-20T01:40:20.730Z Compiling serde_tokenstream v0.2.3
13532026-08-20T01:40:20.739Z Compiling toml_datetime v0.6.11
13542026-08-20T01:40:20.742Z Compiling serde_spanned v0.6.9
13552026-08-20T01:40:20.742Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13562026-08-20T01:40:20.742Z Compiling cargo_metadata v0.23.1
13572026-08-20T01:40:20.743Z Compiling macaddr v1.0.1
13582026-08-20T01:40:20.923Z Compiling toml_edit v0.22.27
13592026-08-20T01:40:21.369Z Compiling usdt-attr-macro v0.5.0
13602026-08-20T01:40:21.369Z Compiling usdt-macro v0.5.0
13612026-08-20T01:40:21.962Z Compiling usdt v0.5.0
13622026-08-20T01:40:22.167Z Compiling toml v0.8.23
13632026-08-20T01:40:22.486Z Compiling cargo_toml v0.21.0
13642026-08-20T01:40:23.775Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13652026-08-20T01:40:25.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.14s
13662026-08-20T01:40:25.847Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13672026-08-20T01:40:26.613Z Compiling libc v0.2.185
13682026-08-20T01:40:26.613Z Compiling serde_core v1.0.228
13692026-08-20T01:40:26.613Z Compiling serde v1.0.228
13702026-08-20T01:40:26.616Z Compiling log v0.4.33
13712026-08-20T01:40:26.616Z Compiling smallvec v1.15.1
13722026-08-20T01:40:26.616Z Compiling shlex v1.3.0
13732026-08-20T01:40:26.616Z Compiling find-msvc-tools v0.1.9
13742026-08-20T01:40:26.616Z Compiling subtle v2.6.1
13752026-08-20T01:40:26.815Z Compiling scopeguard v1.2.0
13762026-08-20T01:40:26.818Z Compiling typenum v1.20.1
13772026-08-20T01:40:26.818Z Compiling stable_deref_trait v1.2.1
13782026-08-20T01:40:26.818Z Compiling zerocopy v0.8.55
13792026-08-20T01:40:26.828Z Compiling portable-atomic v1.13.1
13802026-08-20T01:40:26.878Z Compiling serde_json v1.0.151
13812026-08-20T01:40:26.881Z Compiling syn v2.0.117
13822026-08-20T01:40:26.891Z Compiling critical-section v1.2.0
13832026-08-20T01:40:26.928Z Compiling lock_api v0.4.14
13842026-08-20T01:40:26.941Z Compiling libm v0.2.16
13852026-08-20T01:40:26.974Z Compiling num-traits v0.2.19
13862026-08-20T01:40:26.988Z Compiling pkg-config v0.3.32
13872026-08-20T01:40:27.003Z Compiling generic-array v0.14.7
13882026-08-20T01:40:27.025Z Compiling const-oid v0.9.6
13892026-08-20T01:40:27.029Z Compiling parking_lot_core v0.9.12
13902026-08-20T01:40:27.033Z Compiling pin-project-lite v0.2.17
13912026-08-20T01:40:27.130Z Compiling getrandom v0.3.4
13922026-08-20T01:40:27.179Z Compiling futures-core v0.3.32
13932026-08-20T01:40:27.194Z Compiling writeable v0.6.2
13942026-08-20T01:40:27.235Z Compiling litemap v0.8.1
13952026-08-20T01:40:27.307Z Compiling percent-encoding v2.3.2
13962026-08-20T01:40:27.323Z Compiling icu_normalizer_data v2.1.1
13972026-08-20T01:40:27.369Z Compiling icu_properties_data v2.1.2
13982026-08-20T01:40:27.369Z Compiling getrandom v0.4.3
13992026-08-20T01:40:27.406Z Compiling rustix v1.1.4
14002026-08-20T01:40:27.422Z Compiling futures-sink v0.3.32
14012026-08-20T01:40:27.440Z Compiling rand_core v0.10.0
14022026-08-20T01:40:27.520Z Compiling slab v0.4.12
14032026-08-20T01:40:27.553Z Compiling futures-channel v0.3.32
14042026-08-20T01:40:27.567Z Compiling futures-task v0.3.32
14052026-08-20T01:40:27.652Z Compiling utf8_iter v1.0.4
14062026-08-20T01:40:27.669Z Compiling futures-io v0.3.32
14072026-08-20T01:40:27.672Z Compiling form_urlencoded v1.2.2
14082026-08-20T01:40:27.712Z Compiling rustversion v1.0.22
14092026-08-20T01:40:27.773Z Compiling errno v0.3.14
14102026-08-20T01:40:27.795Z Compiling jobserver v0.1.34
14112026-08-20T01:40:27.809Z Compiling getrandom v0.2.17
14122026-08-20T01:40:27.855Z Compiling mio v1.2.0
14132026-08-20T01:40:27.858Z Compiling socket2 v0.6.3
14142026-08-20T01:40:27.885Z Compiling signal-hook-registry v1.4.8
14152026-08-20T01:40:27.913Z Compiling base64ct v1.8.3
14162026-08-20T01:40:27.952Z Compiling once_cell v1.21.3
14172026-08-20T01:40:27.965Z Compiling rand_core v0.6.4
14182026-08-20T01:40:28.022Z Compiling cc v1.2.56
14192026-08-20T01:40:28.057Z Compiling parking_lot v0.12.5
14202026-08-20T01:40:28.165Z Compiling iana-time-zone v0.1.65
14212026-08-20T01:40:28.196Z Compiling pem-rfc7468 v0.7.0
14222026-08-20T01:40:28.209Z Compiling fs_extra v1.3.0
14232026-08-20T01:40:28.212Z Compiling regex-syntax v0.8.10
14242026-08-20T01:40:28.243Z Compiling dunce v1.0.5
14252026-08-20T01:40:28.259Z Compiling ident_case v1.0.1
14262026-08-20T01:40:28.292Z Compiling flagset v0.4.7
14272026-08-20T01:40:28.320Z Compiling rand_core v0.9.5
14282026-08-20T01:40:28.337Z Compiling base64 v0.22.1
14292026-08-20T01:40:28.353Z Compiling vcpkg v0.2.15
14302026-08-20T01:40:28.383Z Compiling syn v1.0.109
14312026-08-20T01:40:28.399Z Compiling tracing-core v0.1.36
14322026-08-20T01:40:28.438Z Compiling dyn-clone v1.0.20
14332026-08-20T01:40:28.453Z Compiling schemars v0.8.22
14342026-08-20T01:40:28.489Z Compiling aws-lc-rs v1.16.3
14352026-08-20T01:40:28.504Z Compiling cpufeatures v0.2.17
14362026-08-20T01:40:28.520Z Compiling simd-adler32 v0.3.8
14372026-08-20T01:40:28.587Z Compiling spin v0.9.8
14382026-08-20T01:40:28.602Z Compiling adler2 v2.0.1
14392026-08-20T01:40:28.618Z Compiling crc32fast v1.5.0
14402026-08-20T01:40:28.684Z Compiling openssl-probe v0.2.1
14412026-08-20T01:40:28.704Z Compiling httparse v1.10.1
14422026-08-20T01:40:28.746Z Compiling cmake v0.1.57
14432026-08-20T01:40:28.786Z Compiling cmov v0.5.4
14442026-08-20T01:40:28.801Z Compiling tinyvec_macros v0.1.1
14452026-08-20T01:40:28.815Z Compiling miniz_oxide v0.8.9
14462026-08-20T01:40:28.818Z Compiling aho-corasick v1.1.4
14472026-08-20T01:40:28.843Z Compiling radium v0.7.0
14482026-08-20T01:40:28.870Z Compiling tinyvec v1.10.0
14492026-08-20T01:40:28.885Z Compiling tower-layer v0.3.3
14502026-08-20T01:40:28.951Z Compiling untrusted v0.7.1
14512026-08-20T01:40:28.965Z Compiling bitflags v2.11.0
14522026-08-20T01:40:29.058Z Compiling semver v1.0.28
14532026-08-20T01:40:29.077Z Compiling indexmap v2.14.0
14542026-08-20T01:40:29.082Z Compiling uuid v1.23.4
14552026-08-20T01:40:29.125Z Compiling ctutils v0.4.2
14562026-08-20T01:40:29.153Z Compiling tower-service v0.3.3
14572026-08-20T01:40:29.166Z Compiling atomic-waker v1.1.2
14582026-08-20T01:40:29.214Z Compiling try-lock v0.2.5
14592026-08-20T01:40:29.279Z Compiling rustc_version v0.4.1
14602026-08-20T01:40:29.300Z Compiling want v0.3.1
14612026-08-20T01:40:29.372Z Compiling tap v1.0.1
14622026-08-20T01:40:29.386Z Compiling maybe-uninit v2.0.0
14632026-08-20T01:40:29.442Z Compiling httpdate v1.0.3
14642026-08-20T01:40:29.475Z Compiling rustls v0.23.41
14652026-08-20T01:40:29.496Z Compiling foreign-types-shared v0.1.1
14662026-08-20T01:40:29.530Z Compiling untrusted v0.9.0
14672026-08-20T01:40:29.555Z Compiling openssl v0.10.80
14682026-08-20T01:40:29.584Z Compiling aws-lc-sys v0.40.0
14692026-08-20T01:40:29.598Z Compiling openssl-sys v0.9.117
14702026-08-20T01:40:29.615Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14712026-08-20T01:40:29.660Z Compiling bzip2-sys v0.1.13+1.0.8
14722026-08-20T01:40:29.663Z Compiling foreign-types v0.3.2
14732026-08-20T01:40:29.687Z Compiling synstructure v0.13.2
14742026-08-20T01:40:29.691Z Compiling serde_derive_internals v0.29.1
14752026-08-20T01:40:29.737Z Compiling pest_generator v2.8.6
14762026-08-20T01:40:29.754Z Compiling darling_core v0.20.11
14772026-08-20T01:40:29.781Z Compiling regex-automata v0.4.14
14782026-08-20T01:40:29.857Z Compiling wyz v0.5.1
14792026-08-20T01:40:30.032Z Compiling terminal_size v0.4.3
14802026-08-20T01:40:30.072Z Compiling tempfile v3.27.0
14812026-08-20T01:40:30.171Z Compiling unicode-normalization v0.1.25
14822026-08-20T01:40:30.187Z Compiling num-integer v0.1.46
14832026-08-20T01:40:30.202Z Compiling wait-timeout v0.2.1
14842026-08-20T01:40:30.299Z Compiling ahash v0.8.12
14852026-08-20T01:40:30.314Z Compiling native-tls v0.2.18
14862026-08-20T01:40:30.460Z Compiling num-bigint-dig v0.8.6
14872026-08-20T01:40:30.475Z Compiling quick-error v1.2.3
14882026-08-20T01:40:30.490Z Compiling funty v2.0.0
14892026-08-20T01:40:30.527Z Compiling time-core v0.1.8
14902026-08-20T01:40:30.542Z Compiling bit-vec v0.8.0
14912026-08-20T01:40:30.555Z Compiling packed_struct v0.10.1
14922026-08-20T01:40:30.569Z Compiling powerfmt v0.2.0
14932026-08-20T01:40:30.585Z Compiling num-conv v0.2.0
14942026-08-20T01:40:30.599Z Compiling clap_builder v4.6.0
14952026-08-20T01:40:30.625Z Compiling rusty-fork v0.3.1
14962026-08-20T01:40:30.696Z Compiling num-iter v0.1.45
14972026-08-20T01:40:30.715Z Compiling deranged v0.5.8
14982026-08-20T01:40:30.728Z Compiling bit-set v0.8.0
14992026-08-20T01:40:30.731Z Compiling time-macros v0.2.27
15002026-08-20T01:40:30.824Z Compiling bitvec v1.0.1
15012026-08-20T01:40:30.864Z Compiling lazy_static v1.5.0
15022026-08-20T01:40:30.907Z Compiling rand_xorshift v0.4.0
15032026-08-20T01:40:30.928Z Compiling sync_wrapper v1.0.2
15042026-08-20T01:40:30.951Z Compiling indexmap v1.9.3
15052026-08-20T01:40:30.968Z Compiling crossbeam-utils v0.8.21
15062026-08-20T01:40:31.045Z Compiling num_threads v0.1.7
15072026-08-20T01:40:31.076Z Compiling unarray v0.1.4
15082026-08-20T01:40:31.090Z Compiling siphasher v1.0.2
15092026-08-20T01:40:31.153Z Compiling paste v1.0.15
15102026-08-20T01:40:31.169Z Compiling object v0.37.3
15112026-08-20T01:40:31.195Z Compiling nodrop v0.1.14
15122026-08-20T01:40:31.274Z Compiling crc-catalog v2.4.0
15132026-08-20T01:40:31.290Z Compiling usdt-impl v0.6.0
15142026-08-20T01:40:31.304Z Compiling zlib-rs v0.6.2
15152026-08-20T01:40:31.377Z Compiling crc v3.4.0
15162026-08-20T01:40:31.392Z Compiling serde_derive v1.0.228
15172026-08-20T01:40:31.430Z Compiling zeroize_derive v1.5.0
15182026-08-20T01:40:31.455Z Compiling zerocopy-derive v0.8.55
15192026-08-20T01:40:31.510Z Compiling zerofrom-derive v0.1.6
15202026-08-20T01:40:31.583Z Compiling yoke-derive v0.8.1
15212026-08-20T01:40:31.710Z Compiling zerovec-derive v0.11.2
15222026-08-20T01:40:31.758Z Compiling displaydoc v0.2.5
15232026-08-20T01:40:31.843Z Compiling tokio-macros v2.7.0
15242026-08-20T01:40:32.039Z Compiling futures-macro v0.3.32
15252026-08-20T01:40:32.101Z Compiling zeroize v1.9.0
15262026-08-20T01:40:32.322Z Compiling thiserror-impl v2.0.18
15272026-08-20T01:40:32.631Z Compiling der_derive v0.7.3
15282026-08-20T01:40:32.682Z Compiling tracing-attributes v0.1.31
15292026-08-20T01:40:32.696Z Compiling rustls-pki-types v1.14.0
15302026-08-20T01:40:32.848Z Compiling schemars_derive v0.8.22
15312026-08-20T01:40:32.940Z Compiling crypto-common v0.1.7
15322026-08-20T01:40:32.955Z Compiling block-buffer v0.10.4
15332026-08-20T01:40:33.015Z Compiling futures-util v0.3.32
15342026-08-20T01:40:33.028Z Compiling zerofrom v0.1.6
15352026-08-20T01:40:33.105Z Compiling digest v0.10.7
15362026-08-20T01:40:33.139Z Compiling yoke v0.8.1
15372026-08-20T01:40:33.167Z Compiling hybrid-array v0.4.13
15382026-08-20T01:40:33.182Z Compiling scroll_derive v0.13.1
15392026-08-20T01:40:33.339Z Compiling zerovec v0.11.5
15402026-08-20T01:40:33.371Z Compiling zerotrie v0.2.3
15412026-08-20T01:40:33.619Z Compiling der v0.7.10
15422026-08-20T01:40:33.693Z Compiling sha2 v0.10.9
15432026-08-20T01:40:33.711Z Compiling pest_derive v2.8.6
15442026-08-20T01:40:33.759Z Compiling thiserror v2.0.18
15452026-08-20T01:40:33.858Z Compiling tinystr v0.8.2
15462026-08-20T01:40:33.884Z Compiling potential_utf v0.1.4
15472026-08-20T01:40:33.970Z Compiling signature v2.2.0
15482026-08-20T01:40:34.028Z Compiling icu_collections v2.1.1
15492026-08-20T01:40:34.054Z Compiling icu_locale_core v2.1.1
15502026-08-20T01:40:34.070Z Compiling tracing v0.1.44
15512026-08-20T01:40:34.085Z Compiling scroll v0.13.0
15522026-08-20T01:40:34.098Z Compiling darling_macro v0.20.11
15532026-08-20T01:40:34.153Z Compiling openssl-macros v0.1.1
15542026-08-20T01:40:34.169Z Compiling thiserror-impl v1.0.69
15552026-08-20T01:40:34.207Z Compiling hmac v0.12.1
15562026-08-20T01:40:34.355Z Compiling goblin v0.10.5
15572026-08-20T01:40:34.370Z Compiling packed_struct_codegen v0.10.1
15582026-08-20T01:40:34.382Z Compiling bitfield-macros v0.19.4
15592026-08-20T01:40:34.526Z Compiling spki v0.7.3
15602026-08-20T01:40:34.608Z Compiling clap_derive v4.6.1
15612026-08-20T01:40:34.630Z Compiling darling v0.20.11
15622026-08-20T01:40:34.730Z Compiling icu_provider v2.1.1
15632026-08-20T01:40:34.748Z Compiling pkcs8 v0.10.2
15642026-08-20T01:40:34.868Z Compiling zerocopy-derive v0.6.6
15652026-08-20T01:40:34.956Z Compiling bytes v1.11.1
15662026-08-20T01:40:34.997Z Compiling icu_properties v2.1.2
15672026-08-20T01:40:35.032Z Compiling icu_normalizer v2.1.1
15682026-08-20T01:40:35.048Z Compiling chrono v0.4.45
15692026-08-20T01:40:35.063Z Compiling ipnet v2.12.0
15702026-08-20T01:40:35.136Z Compiling hex v0.4.3
15712026-08-20T01:40:35.349Z Compiling serde_spanned v0.6.9
15722026-08-20T01:40:35.425Z Compiling toml_datetime v0.6.11
15732026-08-20T01:40:35.439Z Compiling tokio v1.52.1
15742026-08-20T01:40:35.515Z Compiling http v1.4.2
15752026-08-20T01:40:35.530Z Compiling thiserror v1.0.69
15762026-08-20T01:40:35.591Z Compiling bitfield v0.19.4
15772026-08-20T01:40:35.594Z Compiling pkcs1 v0.7.5
15782026-08-20T01:40:35.649Z Compiling derive_builder_core v0.20.2
15792026-08-20T01:40:35.698Z Compiling dtrace-parser v0.3.0
15802026-08-20T01:40:35.728Z Compiling zerocopy v0.6.6
15812026-08-20T01:40:35.892Z Compiling idna_adapter v1.2.1
15822026-08-20T01:40:36.001Z Compiling ppv-lite86 v0.2.21
15832026-08-20T01:40:36.047Z Compiling idna v1.1.0
15842026-08-20T01:40:36.097Z Compiling flate2 v1.1.9
15852026-08-20T01:40:36.164Z Compiling http-body v1.0.1
15862026-08-20T01:40:36.307Z Compiling rand_chacha v0.9.0
15872026-08-20T01:40:36.333Z Compiling rand_chacha v0.3.1
15882026-08-20T01:40:36.337Z Compiling http-body-util v0.1.3
15892026-08-20T01:40:36.393Z Compiling url v2.5.8
15902026-08-20T01:40:36.412Z Compiling clap v4.6.1
15912026-08-20T01:40:36.435Z Compiling time v0.3.47
15922026-08-20T01:40:36.516Z Compiling rand v0.9.2
15932026-08-20T01:40:36.561Z Compiling rand v0.8.6
15942026-08-20T01:40:36.585Z Compiling structmeta-derive v0.3.0
15952026-08-20T01:40:36.599Z Compiling scroll_derive v0.12.1
15962026-08-20T01:40:36.633Z Compiling array-init v0.0.4
15972026-08-20T01:40:36.744Z Compiling smallvec v0.6.14
15982026-08-20T01:40:36.988Z Compiling darling_core v0.23.0
15992026-08-20T01:40:37.007Z Compiling heapless v0.7.17
16002026-08-20T01:40:37.127Z Compiling proptest v1.11.0
16012026-08-20T01:40:37.204Z Compiling dof v0.4.0
16022026-08-20T01:40:37.282Z Compiling slog v2.8.2
16032026-08-20T01:40:37.297Z Compiling thread-id v5.1.0
16042026-08-20T01:40:37.310Z Compiling env_filter v2.0.0
16052026-08-20T01:40:37.375Z Compiling cookie v0.18.1
16062026-08-20T01:40:37.389Z Compiling zstd-safe v7.2.4
16072026-08-20T01:40:37.532Z Compiling ryu v1.0.23
16082026-08-20T01:40:37.628Z Compiling iri-string v0.7.10
16092026-08-20T01:40:37.646Z Compiling allocator-api2 v0.2.21
16102026-08-20T01:40:37.673Z Compiling unicode-properties v0.1.4
16112026-08-20T01:40:37.687Z Compiling base64 v0.21.7
16122026-08-20T01:40:37.687Z Compiling unicode-bidi v0.3.18
16132026-08-20T01:40:37.731Z Compiling winnow v0.5.40
16142026-08-20T01:40:37.891Z Compiling ipnetwork v0.21.1
16152026-08-20T01:40:37.905Z Compiling signal-hook v0.3.18
16162026-08-20T01:40:37.989Z Compiling anyhow v1.0.104
16172026-08-20T01:40:38.020Z Compiling gimli v0.32.3
16182026-08-20T01:40:38.074Z Compiling hashbrown v0.12.3
16192026-08-20T01:40:38.122Z Compiling stringprep v0.1.5
16202026-08-20T01:40:38.247Z Compiling rsa v0.9.10
16212026-08-20T01:40:38.312Z Compiling oxnet v0.1.6
16222026-08-20T01:40:38.342Z Compiling ron v0.8.1
16232026-08-20T01:40:38.607Z Compiling structmeta v0.3.0
16242026-08-20T01:40:38.644Z Compiling serde_urlencoded v0.7.1
16252026-08-20T01:40:38.776Z Compiling env_logger v0.11.11
16262026-08-20T01:40:38.794Z Compiling scroll v0.12.0
16272026-08-20T01:40:38.888Z Compiling serde-hex v0.1.0
16282026-08-20T01:40:38.904Z Compiling camino v1.2.5
16292026-08-20T01:40:38.957Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16302026-08-20T01:40:39.078Z Compiling toml_edit v0.19.15
16312026-08-20T01:40:39.191Z Compiling bzip2 v0.4.4
16322026-08-20T01:40:39.309Z Compiling tokio-util v0.7.18
16332026-08-20T01:40:39.322Z Compiling tower v0.5.3
16342026-08-20T01:40:39.413Z Compiling tokio-native-tls v0.3.1
16352026-08-20T01:40:39.511Z Compiling derive_builder_macro v0.20.2
16362026-08-20T01:40:39.526Z Compiling darling_macro v0.23.0
16372026-08-20T01:40:39.610Z Compiling newtype-uuid v1.3.2
16382026-08-20T01:40:39.686Z Compiling hashbrown v0.13.2
16392026-08-20T01:40:39.826Z Compiling tower-http v0.6.8
16402026-08-20T01:40:39.977Z Compiling addr2line v0.25.1
16412026-08-20T01:40:39.992Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16422026-08-20T01:40:40.012Z Compiling h2 v0.4.15
16432026-08-20T01:40:40.043Z Compiling serde_tokenstream v0.2.3
16442026-08-20T01:40:40.184Z Compiling erased-serde v0.3.31
16452026-08-20T01:40:40.198Z Compiling x509-cert v0.2.5
16462026-08-20T01:40:40.252Z Compiling block-buffer v0.12.1
16472026-08-20T01:40:40.323Z Compiling block-padding v0.4.2
16482026-08-20T01:40:40.372Z Compiling crypto-common v0.2.2
16492026-08-20T01:40:40.387Z Compiling md-5 v0.10.6
16502026-08-20T01:40:40.464Z Compiling rustls-native-certs v0.8.3
16512026-08-20T01:40:40.501Z Compiling bstr v1.12.1
16522026-08-20T01:40:40.567Z Compiling daft-derive v0.1.7
16532026-08-20T01:40:40.676Z Compiling pin-project-internal v1.1.11
16542026-08-20T01:40:40.676Z Compiling async-trait v0.1.89
16552026-08-20T01:40:40.760Z Compiling zerocopy-derive v0.7.35
16562026-08-20T01:40:41.154Z Compiling curve25519-dalek v4.1.3
16572026-08-20T01:40:41.198Z Compiling vergen-lib v9.1.0
16582026-08-20T01:40:41.304Z Compiling hash32 v0.2.1
16592026-08-20T01:40:41.342Z Compiling encoding_rs v0.8.35
16602026-08-20T01:40:41.398Z Compiling memoffset v0.9.1
16612026-08-20T01:40:41.513Z Compiling fallible-iterator v0.2.0
16622026-08-20T01:40:41.531Z Compiling crc-any v2.5.0
16632026-08-20T01:40:41.611Z Compiling ref-cast v1.0.25
16642026-08-20T01:40:41.662Z Compiling smoltcp v0.9.1
16652026-08-20T01:40:41.728Z Compiling mime v0.3.17
16662026-08-20T01:40:41.742Z Compiling owo-colors v4.3.0
16672026-08-20T01:40:41.777Z Compiling litrs v1.0.0
16682026-08-20T01:40:41.808Z Compiling rustix v0.38.44
16692026-08-20T01:40:41.823Z Compiling psl-types v2.0.11
16702026-08-20T01:40:41.840Z Compiling rustc-demangle v0.1.27
16712026-08-20T01:40:41.949Z Compiling cfg_aliases v0.2.1
16722026-08-20T01:40:41.998Z Compiling publicsuffix v2.3.0
16732026-08-20T01:40:42.001Z Compiling pin-project v1.1.11
16742026-08-20T01:40:42.027Z Compiling postgres-protocol v0.6.10
16752026-08-20T01:40:42.044Z Compiling nix v0.31.2
16762026-08-20T01:40:42.092Z Compiling zerocopy v0.7.35
16772026-08-20T01:40:42.104Z Compiling backtrace v0.3.76
16782026-08-20T01:40:42.199Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16792026-08-20T01:40:42.259Z Compiling daft v0.1.7
16802026-08-20T01:40:42.285Z Compiling inout v0.2.2
16812026-08-20T01:40:42.299Z Compiling document-features v0.2.12
16822026-08-20T01:40:42.432Z Compiling toml v0.7.8
16832026-08-20T01:40:42.530Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16842026-08-20T01:40:42.642Z Compiling object v0.30.4
16852026-08-20T01:40:42.669Z Compiling darling v0.23.0
16862026-08-20T01:40:42.701Z Compiling derive_builder v0.20.2
16872026-08-20T01:40:42.755Z Compiling zip v0.6.6
16882026-08-20T01:40:42.794Z Compiling goblin v0.8.2
16892026-08-20T01:40:42.874Z Compiling derive-ex v0.1.8
16902026-08-20T01:40:42.958Z Compiling futures-executor v0.3.32
16912026-08-20T01:40:43.059Z Compiling hubpack_derive v0.1.1
16922026-08-20T01:40:43.059Z Compiling regex v1.12.3
16932026-08-20T01:40:43.210Z Compiling hyper v1.10.1
16942026-08-20T01:40:43.226Z Compiling curve25519-dalek-derive v0.1.1
16952026-08-20T01:40:43.240Z Compiling ref-cast-impl v1.0.25
16962026-08-20T01:40:43.318Z Compiling snafu-derive v0.8.9
16972026-08-20T01:40:43.345Z Compiling strum_macros v0.27.2
16982026-08-20T01:40:43.354Z Compiling phf_shared v0.13.1
16992026-08-20T01:40:43.522Z Compiling cargo-platform v0.3.2
17002026-08-20T01:40:43.537Z Compiling vergen v9.1.0
17012026-08-20T01:40:43.615Z Compiling ff v0.13.1
17022026-08-20T01:40:43.621Z Compiling fs-err v3.3.0
17032026-08-20T01:40:43.735Z Compiling same-file v1.0.6
17042026-08-20T01:40:43.768Z Compiling is_ci v1.2.0
17052026-08-20T01:40:43.832Z Compiling base16ct v0.2.0
17062026-08-20T01:40:43.855Z Compiling jiff-core v0.1.0
17072026-08-20T01:40:43.855Z Compiling foldhash v0.2.0
17082026-08-20T01:40:43.932Z Compiling path-slash v0.1.5
17092026-08-20T01:40:43.957Z Compiling libbz2-rs-sys v0.2.2
17102026-08-20T01:40:43.957Z Compiling bumpalo v3.20.2
17112026-08-20T01:40:44.038Z Compiling managed v0.8.0
17122026-08-20T01:40:44.065Z Compiling foldhash v0.1.5
17132026-08-20T01:40:44.108Z Compiling either v1.15.0
17142026-08-20T01:40:44.208Z Compiling unicode-segmentation v1.12.0
17152026-08-20T01:40:44.222Z Compiling bitflags v1.3.2
17162026-08-20T01:40:44.236Z Compiling textwrap v0.16.2
17172026-08-20T01:40:44.255Z Compiling hashbrown v0.15.5
17182026-08-20T01:40:44.326Z Compiling zopfli v0.8.3
17192026-08-20T01:40:44.509Z Compiling hyper-util v0.1.20
17202026-08-20T01:40:44.604Z Compiling jiff v0.2.34
17212026-08-20T01:40:44.623Z Compiling test-strategy v0.4.5
17222026-08-20T01:40:44.715Z Compiling bzip2 v0.6.1
17232026-08-20T01:40:44.823Z Compiling hashbrown v0.16.1
17242026-08-20T01:40:44.878Z Compiling sec1 v0.7.3
17252026-08-20T01:40:44.941Z Compiling supports-color v3.0.2
17262026-08-20T01:40:44.990Z Compiling dof v0.3.0
17272026-08-20T01:40:45.126Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17282026-08-20T01:40:45.139Z Compiling walkdir v2.5.0
17292026-08-20T01:40:45.303Z Compiling snafu v0.8.9
17302026-08-20T01:40:45.361Z Compiling strum v0.27.2
17312026-08-20T01:40:45.425Z Compiling group v0.13.0
17322026-08-20T01:40:45.440Z Compiling cargo_metadata v0.23.1
17332026-08-20T01:40:45.460Z Compiling phf v0.13.1
17342026-08-20T01:40:45.513Z Compiling hubpack v0.1.2
17352026-08-20T01:40:45.537Z Compiling signal-hook-mio v0.2.5
17362026-08-20T01:40:45.625Z Compiling cookie_store v0.22.1
17372026-08-20T01:40:45.643Z Compiling futures v0.3.32
17382026-08-20T01:40:45.669Z Compiling zstd v0.13.3
17392026-08-20T01:40:45.719Z Compiling serde_with_macros v3.21.0
17402026-08-20T01:40:45.734Z Compiling backtrace-ext v0.2.1
17412026-08-20T01:40:45.772Z Compiling cipher v0.5.2
17422026-08-20T01:40:45.922Z Compiling hyper-tls v0.6.0
17432026-08-20T01:40:45.962Z Compiling postgres-types v0.2.12
17442026-08-20T01:40:46.128Z Compiling reqwest v0.12.28
17452026-08-20T01:40:46.197Z Compiling globset v0.4.18
17462026-08-20T01:40:46.261Z Compiling usdt-macro v0.6.0
17472026-08-20T01:40:46.277Z Compiling usdt-attr-macro v0.6.0
17482026-08-20T01:40:46.290Z Compiling byte-wrapper v0.1.0
17492026-08-20T01:40:46.523Z Compiling dtrace-parser v0.2.0
17502026-08-20T01:40:46.545Z Compiling ed25519 v2.2.3
17512026-08-20T01:40:46.657Z Compiling olpc-cjson v0.1.4
17522026-08-20T01:40:46.794Z Compiling serde_plain v1.0.2
17532026-08-20T01:40:46.840Z Compiling serde-big-array v0.5.1
17542026-08-20T01:40:46.877Z Compiling hkdf v0.12.4
17552026-08-20T01:40:46.891Z Compiling crypto-bigint v0.5.5
17562026-08-20T01:40:46.911Z Compiling serde_repr v0.1.20
17572026-08-20T01:40:47.001Z Compiling miette-derive v7.6.0
17582026-08-20T01:40:47.015Z Compiling async-recursion v1.1.1
17592026-08-20T01:40:47.058Z Compiling strum_macros v0.26.4
17602026-08-20T01:40:47.076Z Compiling enum-as-inner v0.6.1
17612026-08-20T01:40:47.137Z Compiling phf_shared v0.11.3
17622026-08-20T01:40:47.162Z Compiling float-cmp v0.10.0
17632026-08-20T01:40:47.281Z Compiling pem v3.0.6
17642026-08-20T01:40:47.328Z Compiling memmap2 v0.9.10
17652026-08-20T01:40:47.341Z Compiling thread-id v4.2.2
17662026-08-20T01:40:47.435Z Compiling const-oid v0.10.2
17672026-08-20T01:40:47.503Z Compiling whoami v2.1.0
17682026-08-20T01:40:47.529Z Compiling predicates-core v1.0.10
17692026-08-20T01:40:47.619Z Compiling precomputed-hash v0.1.1
17702026-08-20T01:40:47.632Z Compiling supports-hyperlinks v3.2.0
17712026-08-20T01:40:47.672Z Compiling static_assertions v1.1.0
17722026-08-20T01:40:47.692Z Compiling normalize-line-endings v0.3.0
17732026-08-20T01:40:47.714Z Compiling winnow v1.0.3
17742026-08-20T01:40:47.729Z Compiling new_debug_unreachable v1.0.6
17752026-08-20T01:40:47.741Z Compiling data-encoding v2.10.0
17762026-08-20T01:40:47.754Z Compiling difflib v0.4.0
17772026-08-20T01:40:47.795Z Compiling cpufeatures v0.3.0
17782026-08-20T01:40:47.809Z Compiling fixedbitset v0.5.7
17792026-08-20T01:40:47.809Z Compiling supports-unicode v3.0.0
17802026-08-20T01:40:47.888Z Compiling fixedbitset v0.4.2
17812026-08-20T01:40:47.904Z Compiling keccak v0.1.6
17822026-08-20T01:40:47.928Z Compiling typed-path v0.9.3
17832026-08-20T01:40:47.988Z Compiling predicates v3.1.4
17842026-08-20T01:40:48.128Z Compiling sha3 v0.10.8
17852026-08-20T01:40:48.143Z Compiling hickory-proto v0.25.2
17862026-08-20T01:40:48.164Z Compiling petgraph v0.6.5
17872026-08-20T01:40:48.194Z Compiling miette v7.6.0
17882026-08-20T01:40:48.326Z Compiling petgraph v0.8.3
17892026-08-20T01:40:48.329Z Compiling elliptic-curve v0.13.8
17902026-08-20T01:40:48.467Z Compiling chacha20 v0.10.0
17912026-08-20T01:40:48.607Z Compiling string_cache v0.8.9
17922026-08-20T01:40:48.653Z Compiling toml_edit v0.22.27
17932026-08-20T01:40:48.667Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17942026-08-20T01:40:48.764Z Compiling toml_parser v1.1.2+spec-1.1.0
17952026-08-20T01:40:48.827Z Compiling tokio-postgres v0.7.16
17962026-08-20T01:40:48.857Z Compiling digest v0.11.3
17972026-08-20T01:40:48.871Z Compiling usdt v0.6.0
17982026-08-20T01:40:48.923Z Compiling strum v0.26.3
17992026-08-20T01:40:49.069Z Compiling usdt-impl v0.5.0
18002026-08-20T01:40:49.100Z Compiling crossterm v0.28.1
18012026-08-20T01:40:49.117Z Compiling serde_with v3.21.0
18022026-08-20T01:40:49.157Z Compiling zip v4.6.1
18032026-08-20T01:40:49.173Z Compiling ed25519-dalek v2.2.0
18042026-08-20T01:40:49.381Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18052026-08-20T01:40:49.712Z Compiling iddqd v0.4.2
18062026-08-20T01:40:49.819Z Compiling heck v0.4.1
18072026-08-20T01:40:49.955Z Compiling similar v2.7.0
18082026-08-20T01:40:50.062Z Compiling itertools v0.13.0
18092026-08-20T01:40:50.125Z Compiling itertools v0.15.0
18102026-08-20T01:40:50.141Z Compiling tokio-stream v0.1.18
18112026-08-20T01:40:50.298Z Compiling crossbeam-epoch v0.9.18
18122026-08-20T01:40:50.383Z Compiling buf-list v1.1.2
18132026-08-20T01:40:50.603Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18142026-08-20T01:40:50.631Z Compiling openapiv3 v2.2.0
18152026-08-20T01:40:50.680Z Compiling lalrpop-util v0.19.12
18162026-08-20T01:40:50.808Z Compiling peg-runtime v0.8.5
18172026-08-20T01:40:50.891Z Compiling thread_local v1.1.9
18182026-08-20T01:40:50.905Z Compiling slog-async v2.8.0
18192026-08-20T01:40:50.930Z Compiling crossbeam-channel v0.5.15
18202026-08-20T01:40:50.945Z Compiling is-terminal v0.4.17
18212026-08-20T01:40:50.985Z Compiling filetime v0.2.27
18222026-08-20T01:40:51.055Z Compiling take_mut v0.2.2
18232026-08-20T01:40:51.075Z Compiling xattr v1.6.1
18242026-08-20T01:40:51.320Z Compiling term v1.2.1
18252026-08-20T01:40:51.337Z Compiling camino-tempfile v1.4.1
18262026-08-20T01:40:51.337Z Compiling tar v0.4.46
18272026-08-20T01:40:51.389Z Compiling slog-term v2.9.2
18282026-08-20T01:41:08.472Z Compiling rustls-webpki v0.103.13
18292026-08-20T01:41:11.136Z Compiling tokio-rustls v0.26.4
18302026-08-20T01:41:11.136Z Compiling rustls-platform-verifier v0.6.2
18312026-08-20T01:41:11.137Z Compiling tough v0.22.0
18322026-08-20T01:41:11.331Z Compiling hyper-rustls v0.27.7
18332026-08-20T01:41:11.514Z Compiling reqwest v0.13.2
18342026-08-20T01:41:13.686Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18352026-08-20T01:41:13.914Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18362026-08-20T01:41:16.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.87s
18372026-08-20T01:41:16.897Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18382026-08-20T01:41:16.951ZAug 20 01:41:16.292 INFO Starting download, target: DendriteStub
18392026-08-20T01:41:16.951ZAug 20 01:41:16.292 INFO Starting download, target: Console
18402026-08-20T01:41:16.951ZAug 20 01:41:16.292 INFO Starting download, target: Cockroach
18412026-08-20T01:41:16.956ZAug 20 01:41:16.292 INFO Starting download, target: Clickhouse
18422026-08-20T01:41:16.956ZAug 20 01:41:16.292 INFO Starting download, target: MaghemiteMgd
18432026-08-20T01:41:16.956ZAug 20 01:41:16.292 INFO Starting download, target: MaghemiteDdmd
18442026-08-20T01:41:16.956ZAug 20 01:41:16.292 INFO Starting download, target: TransceiverControl
18452026-08-20T01:41:16.956ZAug 20 01:41:16.293 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18462026-08-20T01:41:16.956ZAug 20 01:41:16.293 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18472026-08-20T01:41:16.956ZAug 20 01:41:16.293 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18482026-08-20T01:41:16.956ZAug 20 01:41:16.293 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18492026-08-20T01:41:16.956ZAug 20 01:41:16.293 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18502026-08-20T01:41:16.956ZAug 20 01:41:16.293 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18512026-08-20T01:41:16.956ZAug 20 01:41:16.293 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18522026-08-20T01:41:17.293ZAug 20 01:41:16.628 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18532026-08-20T01:41:17.518ZAug 20 01:41:16.835 INFO Download complete, target: TransceiverControl
18542026-08-20T01:41:18.798ZAug 20 01:41:18.122 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18552026-08-20T01:41:19.043ZAug 20 01:41:18.367 INFO Download complete, target: Console
18562026-08-20T01:41:19.493ZAug 20 01:41:18.836 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18572026-08-20T01:41:22.014ZAug 20 01:41:21.349 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18582026-08-20T01:41:22.048ZAug 20 01:41:21.380 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18592026-08-20T01:41:22.363ZAug 20 01:41:21.699 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18602026-08-20T01:41:23.022ZAug 20 01:41:22.363 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18612026-08-20T01:41:23.022ZAug 20 01:41:22.363 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18622026-08-20T01:41:24.032ZAug 20 01:41:23.374 INFO Download complete, target: MaghemiteDdmd
18632026-08-20T01:41:24.435ZAug 20 01:41:23.778 INFO Download complete, target: DendriteStub
18642026-08-20T01:41:24.832ZAug 20 01:41:24.173 INFO Download complete, target: MaghemiteMgd
18652026-08-20T01:41:26.047ZAug 20 01:41:25.389 INFO Checking that binary works, target: Clickhouse
18662026-08-20T01:41:26.136ZAug 20 01:41:25.478 INFO Download complete, target: Clickhouse
18672026-08-20T01:41:27.498ZAug 20 01:41:26.838 INFO Checking that binary works, target: Cockroach
18682026-08-20T01:41:27.625ZAug 20 01:41:26.961 INFO Download complete, target: Cockroach
18692026-08-20T01:41:27.629ZAll prerequisites installed successfully
18702026-08-20T01:41:27.630Z
18712026-08-20T01:41:27.630Zreal 1:32.119812216
18722026-08-20T01:41:27.630Zuser 7:09.544082633
18732026-08-20T01:41:27.630Zsys 1:42.120632328
18742026-08-20T01:41:27.630Ztrap 0.257172118
18752026-08-20T01:41:27.630Ztflt 0.860275774
18762026-08-20T01:41:27.630Zdflt 1.732174846
18772026-08-20T01:41:27.630Zkflt 0.029704901
18782026-08-20T01:41:27.630Zlock 27:08.398522158
18792026-08-20T01:41:27.630Zslp 19:38.866301289
18802026-08-20T01:41:27.631Zlat 24.465975560
18812026-08-20T01:41:27.631Zstop 2:46.577758515
18822026-08-20T01:41:27.631Z+ source ./tools/include/force-git-over-https.sh
18832026-08-20T01:41:27.631Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18842026-08-20T01:41:27.631Z++ (( i = 0 ))
18852026-08-20T01:41:27.631Z++ (( i < 5 ))
18862026-08-20T01:41:27.631Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18872026-08-20T01:41:27.636Z++ (( i++ ))
18882026-08-20T01:41:27.636Z++ (( i < 5 ))
18892026-08-20T01:41:27.636Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18902026-08-20T01:41:27.636Z++ (( i++ ))
18912026-08-20T01:41:27.636Z++ (( i < 5 ))
18922026-08-20T01:41:27.636Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18932026-08-20T01:41:27.636Z++ (( i++ ))
18942026-08-20T01:41:27.636Z++ (( i < 5 ))
18952026-08-20T01:41:27.636Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18962026-08-20T01:41:27.640Z++ (( i++ ))
18972026-08-20T01:41:27.640Z++ (( i < 5 ))
18982026-08-20T01:41:27.640Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18992026-08-20T01:41:27.643Z++ (( i++ ))
19002026-08-20T01:41:27.643Z++ (( i < 5 ))
19012026-08-20T01:41:27.643Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19022026-08-20T01:41:27.643Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19032026-08-20T01:41:27.643Z+ rc=0
19042026-08-20T01:41:27.643Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19052026-08-20T01:41:37.156Z+ case $rc in
19062026-08-20T01:41:37.157Z+ pfexec zfs create -p rpool/images/build/host
19072026-08-20T01:41:37.278Z+ pfexec zfs create -p rpool/images/build/recovery
19082026-08-20T01:41:37.324Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19092026-08-20T01:41:37.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19102026-08-20T01:41:37.788Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19112026-08-20T01:41:38.634Z Compiling proc-macro2 v1.0.106
19122026-08-20T01:41:38.634Z Compiling quote v1.0.45
19132026-08-20T01:41:38.638Z Compiling unicode-ident v1.0.24
19142026-08-20T01:41:38.638Z Compiling libc v0.2.185
19152026-08-20T01:41:38.638Z Compiling serde_core v1.0.228
19162026-08-20T01:41:38.638Z Compiling serde v1.0.228
19172026-08-20T01:41:38.638Z Compiling cfg-if v1.0.4
19182026-08-20T01:41:38.638Z Compiling shlex v1.3.0
19192026-08-20T01:41:38.638Z Compiling find-msvc-tools v0.1.9
19202026-08-20T01:41:38.638Z Compiling autocfg v1.5.0
19212026-08-20T01:41:38.638Z Compiling version_check v0.9.5
19222026-08-20T01:41:38.638Z Compiling zerocopy v0.8.55
19232026-08-20T01:41:38.768Z Compiling memchr v2.8.0
19242026-08-20T01:41:38.772Z Compiling portable-atomic v1.13.1
19252026-08-20T01:41:38.772Z Compiling zmij v1.0.21
19262026-08-20T01:41:38.966Z Compiling serde_json v1.0.151
19272026-08-20T01:41:38.970Z Compiling libm v0.2.16
19282026-08-20T01:41:39.033Z Compiling getrandom v0.3.4
19292026-08-20T01:41:39.054Z Compiling parking_lot_core v0.9.12
19302026-08-20T01:41:39.087Z Compiling pkg-config v0.3.32
19312026-08-20T01:41:39.135Z Compiling generic-array v0.14.7
19322026-08-20T01:41:39.225Z Compiling num-traits v0.2.19
19332026-08-20T01:41:39.277Z Compiling icu_normalizer_data v2.1.1
19342026-08-20T01:41:39.288Z Compiling icu_properties_data v2.1.2
19352026-08-20T01:41:39.288Z Compiling smallvec v1.15.1
19362026-08-20T01:41:39.343Z Compiling rustix v1.1.4
19372026-08-20T01:41:39.382Z Compiling getrandom v0.4.3
19382026-08-20T01:41:39.386Z Compiling log v0.4.33
19392026-08-20T01:41:39.465Z Compiling itoa v1.0.17
19402026-08-20T01:41:39.468Z Compiling subtle v2.6.1
19412026-08-20T01:41:39.554Z Compiling scopeguard v1.2.0
19422026-08-20T01:41:39.674Z Compiling stable_deref_trait v1.2.1
19432026-08-20T01:41:39.695Z Compiling lock_api v0.4.14
19442026-08-20T01:41:39.695Z Compiling typenum v1.20.1
19452026-08-20T01:41:39.725Z Compiling jobserver v0.1.34
19462026-08-20T01:41:39.725Z Compiling errno v0.3.14
19472026-08-20T01:41:39.787Z Compiling heck v0.5.0
19482026-08-20T01:41:39.792Z Compiling critical-section v1.2.0
19492026-08-20T01:41:39.851Z Compiling thiserror v2.0.18
19502026-08-20T01:41:39.934Z Compiling cc v1.2.56
19512026-08-20T01:41:40.083Z Compiling syn v2.0.117
19522026-08-20T01:41:40.083Z Compiling getrandom v0.2.17
19532026-08-20T01:41:40.153Z Compiling fs_extra v1.3.0
19542026-08-20T01:41:40.167Z Compiling dunce v1.0.5
19552026-08-20T01:41:40.229Z Compiling percent-encoding v2.3.2
19562026-08-20T01:41:40.249Z Compiling rand_core v0.6.4
19572026-08-20T01:41:40.262Z Compiling writeable v0.6.2
19582026-08-20T01:41:40.280Z Compiling litemap v0.8.1
19592026-08-20T01:41:40.374Z Compiling once_cell v1.21.3
19602026-08-20T01:41:40.429Z Compiling const-oid v0.9.6
19612026-08-20T01:41:40.566Z Compiling schemars v0.8.22
19622026-08-20T01:41:40.599Z Compiling pin-project-lite v0.2.17
19632026-08-20T01:41:40.676Z Compiling equivalent v1.0.2
19642026-08-20T01:41:40.715Z Compiling cmake v0.1.57
19652026-08-20T01:41:40.771Z Compiling signal-hook-registry v1.4.8
19662026-08-20T01:41:40.820Z Compiling rand_core v0.10.0
19672026-08-20T01:41:40.868Z Compiling rustversion v1.0.22
19682026-08-20T01:41:41.013Z Compiling aws-lc-rs v1.16.3
19692026-08-20T01:41:41.013Z Compiling futures-core v0.3.32
19702026-08-20T01:41:41.087Z Compiling parking_lot v0.12.5
19712026-08-20T01:41:41.134Z Compiling bitflags v2.11.0
19722026-08-20T01:41:41.201Z Compiling semver v1.0.28
19732026-08-20T01:41:41.269Z Compiling aws-lc-sys v0.40.0
19742026-08-20T01:41:41.323Z Compiling mio v1.2.0
19752026-08-20T01:41:41.399Z Compiling utf8_iter v1.0.4
19762026-08-20T01:41:41.414Z Compiling crc32fast v1.5.0
19772026-08-20T01:41:41.587Z Compiling form_urlencoded v1.2.2
19782026-08-20T01:41:41.687Z Compiling strsim v0.11.1
19792026-08-20T01:41:41.755Z Compiling byteorder v1.5.0
19802026-08-20T01:41:41.770Z Compiling vcpkg v0.2.15
19812026-08-20T01:41:41.853Z Compiling hashbrown v0.17.0
19822026-08-20T01:41:41.884Z Compiling fnv v1.0.7
19832026-08-20T01:41:42.002Z Compiling syn v1.0.109
19842026-08-20T01:41:42.017Z Compiling socket2 v0.6.3
19852026-08-20T01:41:42.224Z Compiling httparse v1.10.1
19862026-08-20T01:41:42.240Z Compiling futures-sink v0.3.32
19872026-08-20T01:41:42.258Z Compiling radium v0.7.0
19882026-08-20T01:41:42.378Z Compiling openssl-sys v0.9.117
19892026-08-20T01:41:42.409Z Compiling futures-channel v0.3.32
19902026-08-20T01:41:42.412Z Compiling thiserror v1.0.69
19912026-08-20T01:41:42.412Z Compiling futures-task v0.3.32
19922026-08-20T01:41:42.490Z Compiling iana-time-zone v0.1.65
19932026-08-20T01:41:42.549Z Compiling indexmap v2.14.0
19942026-08-20T01:41:42.577Z Compiling futures-io v0.3.32
19952026-08-20T01:41:42.622Z Compiling slab v0.4.12
19962026-08-20T01:41:42.709Z Compiling maybe-uninit v2.0.0
19972026-08-20T01:41:42.735Z Compiling base64 v0.22.1
19982026-08-20T01:41:42.795Z Compiling rustls v0.23.41
19992026-08-20T01:41:42.853Z Compiling rustc_version v0.4.1
20002026-08-20T01:41:42.886Z Compiling synstructure v0.13.2
20012026-08-20T01:41:42.890Z Compiling serde_derive_internals v0.29.1
20022026-08-20T01:41:43.161Z Compiling uuid v1.23.4
20032026-08-20T01:41:43.197Z Compiling bzip2-sys v0.1.13+1.0.8
20042026-08-20T01:41:43.257Z Compiling ahash v0.8.12
20052026-08-20T01:41:43.265Z Compiling base64ct v1.8.3
20062026-08-20T01:41:43.285Z Compiling packed_struct v0.10.1
20072026-08-20T01:41:43.303Z Compiling regex-syntax v0.8.10
20082026-08-20T01:41:43.323Z Compiling ucd-trie v0.1.7
20092026-08-20T01:41:43.429Z Compiling num-bigint-dig v0.8.6
20102026-08-20T01:41:43.449Z Compiling ident_case v1.0.1
20112026-08-20T01:41:43.514Z Compiling rand_core v0.9.5
20122026-08-20T01:41:43.560Z Compiling pem-rfc7468 v0.7.0
20132026-08-20T01:41:43.598Z Compiling pest v2.8.6
20142026-08-20T01:41:43.640Z Compiling fastrand v2.3.0
20152026-08-20T01:41:43.655Z Compiling flagset v0.4.7
20162026-08-20T01:41:43.671Z Compiling dyn-clone v1.0.20
20172026-08-20T01:41:43.675Z Compiling openssl v0.10.80
20182026-08-20T01:41:43.825Z Compiling indexmap v1.9.3
20192026-08-20T01:41:43.860Z Compiling tempfile v3.27.0
20202026-08-20T01:41:43.891Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20212026-08-20T01:41:44.028Z Compiling paste v1.0.15
20222026-08-20T01:41:44.049Z Compiling cpufeatures v0.2.17
20232026-08-20T01:41:44.065Z Compiling simd-adler32 v0.3.8
20242026-08-20T01:41:44.160Z Compiling serde_derive v1.0.228
20252026-08-20T01:41:44.178Z Compiling zeroize_derive v1.5.0
20262026-08-20T01:41:44.181Z Compiling zerocopy-derive v0.8.55
20272026-08-20T01:41:44.228Z Compiling zerofrom-derive v0.1.6
20282026-08-20T01:41:44.263Z Compiling yoke-derive v0.8.1
20292026-08-20T01:41:44.286Z Compiling zerovec-derive v0.11.2
20302026-08-20T01:41:44.296Z Compiling displaydoc v0.2.5
20312026-08-20T01:41:44.314Z Compiling tokio-macros v2.7.0
20322026-08-20T01:41:44.318Z Compiling futures-macro v0.3.32
20332026-08-20T01:41:44.435Z Compiling thiserror-impl v2.0.18
20342026-08-20T01:41:44.665Z Compiling der_derive v0.7.3
20352026-08-20T01:41:44.688Z Compiling schemars_derive v0.8.22
20362026-08-20T01:41:44.806Z Compiling zeroize v1.9.0
20372026-08-20T01:41:45.018Z Compiling tracing-attributes v0.1.31
20382026-08-20T01:41:45.101Z Compiling thiserror-impl v1.0.69
20392026-08-20T01:41:45.116Z Compiling futures-util v0.3.32
20402026-08-20T01:41:45.352Z Compiling clap_derive v4.6.1
20412026-08-20T01:41:45.384Z Compiling zerofrom v0.1.6
20422026-08-20T01:41:45.550Z Compiling yoke v0.8.1
20432026-08-20T01:41:45.600Z Compiling crypto-common v0.1.7
20442026-08-20T01:41:45.617Z Compiling block-buffer v0.10.4
20452026-08-20T01:41:45.772Z Compiling zerovec v0.11.5
20462026-08-20T01:41:45.789Z Compiling zerotrie v0.2.3
20472026-08-20T01:41:45.816Z Compiling digest v0.10.7
20482026-08-20T01:41:46.081Z Compiling packed_struct_codegen v0.10.1
20492026-08-20T01:41:46.244Z Compiling der v0.7.10
20502026-08-20T01:41:46.258Z Compiling pest_meta v2.8.6
20512026-08-20T01:41:46.272Z Compiling zerocopy-derive v0.6.6
20522026-08-20T01:41:46.309Z Compiling tinystr v0.8.2
20532026-08-20T01:41:46.359Z Compiling potential_utf v0.1.4
20542026-08-20T01:41:46.375Z Compiling bitfield-macros v0.19.4
20552026-08-20T01:41:46.553Z Compiling icu_locale_core v2.1.1
20562026-08-20T01:41:46.575Z Compiling icu_collections v2.1.1
20572026-08-20T01:41:47.057Z Compiling pest_generator v2.8.6
20582026-08-20T01:41:47.228Z Compiling spki v0.7.3
20592026-08-20T01:41:47.302Z Compiling bytes v1.11.1
20602026-08-20T01:41:47.415Z Compiling icu_provider v2.1.1
20612026-08-20T01:41:47.606Z Compiling chrono v0.4.45
20622026-08-20T01:41:47.627Z Compiling hex v0.4.3
20632026-08-20T01:41:47.643Z Compiling openssl-macros v0.1.1
20642026-08-20T01:41:47.721Z Compiling icu_normalizer v2.1.1
20652026-08-20T01:41:47.774Z Compiling icu_properties v2.1.2
20662026-08-20T01:41:47.883Z Compiling native-tls v0.2.18
20672026-08-20T01:41:47.954Z Compiling tokio v1.52.1
20682026-08-20T01:41:48.149Z Compiling pest_derive v2.8.6
20692026-08-20T01:41:48.627Z Compiling ppv-lite86 v0.2.21
20702026-08-20T01:41:48.785Z Compiling idna_adapter v1.2.1
20712026-08-20T01:41:48.924Z Compiling idna v1.1.0
20722026-08-20T01:41:48.995Z Compiling scroll_derive v0.13.1
20732026-08-20T01:41:49.121Z Compiling adler2 v2.0.1
20742026-08-20T01:41:49.251Z Compiling rand_chacha v0.9.0
20752026-08-20T01:41:49.281Z Compiling url v2.5.8
20762026-08-20T01:41:49.296Z Compiling crossbeam-utils v0.8.21
20772026-08-20T01:41:49.313Z Compiling camino v1.2.5
20782026-08-20T01:41:49.484Z Compiling rand v0.9.2
20792026-08-20T01:41:49.582Z Compiling utf8parse v0.2.2
20802026-08-20T01:41:49.603Z Compiling anstyle v1.0.14
20812026-08-20T01:41:49.648Z Compiling miniz_oxide v0.8.9
20822026-08-20T01:41:49.714Z Compiling anstyle-parse v1.0.0
20832026-08-20T01:41:49.945Z Compiling http v1.4.2
20842026-08-20T01:41:50.035Z Compiling pkcs8 v0.10.2
20852026-08-20T01:41:50.143Z Compiling sha2 v0.10.9
20862026-08-20T01:41:50.159Z Compiling rustls-pki-types v1.14.0
20872026-08-20T01:41:50.236Z Compiling daft-derive v0.1.7
20882026-08-20T01:41:50.254Z Compiling terminal_size v0.4.3
20892026-08-20T01:41:50.482Z Compiling spin v0.9.8
20902026-08-20T01:41:50.776Z Compiling is_terminal_polyfill v1.70.2
20912026-08-20T01:41:50.809Z Compiling anstyle-query v1.1.5
20922026-08-20T01:41:50.831Z Compiling tinyvec_macros v0.1.1
20932026-08-20T01:41:50.895Z Compiling time-core v0.1.8
20942026-08-20T01:41:50.917Z Compiling colorchoice v1.0.4
20952026-08-20T01:41:50.933Z Compiling num-conv v0.2.0
20962026-08-20T01:41:50.949Z Compiling tinyvec v1.10.0
20972026-08-20T01:41:51.023Z Compiling anstream v1.0.0
20982026-08-20T01:41:51.058Z Compiling async-trait v0.1.89
20992026-08-20T01:41:51.092Z Compiling structmeta-derive v0.3.0
21002026-08-20T01:41:51.095Z Compiling time-macros v0.2.27
21012026-08-20T01:41:51.122Z Compiling tracing-core v0.1.36
21022026-08-20T01:41:51.420Z Compiling cmov v0.5.4
21032026-08-20T01:41:51.534Z Compiling plain v0.2.3
21042026-08-20T01:41:51.634Z Compiling untrusted v0.7.1
21052026-08-20T01:41:51.659Z Compiling object v0.37.3
21062026-08-20T01:41:51.675Z Compiling tracing v0.1.44
21072026-08-20T01:41:51.719Z Compiling ctutils v0.4.2
21082026-08-20T01:41:51.799Z Compiling http-body v1.0.1
21092026-08-20T01:41:51.879Z Compiling tokio-util v0.7.18
21102026-08-20T01:41:52.016Z Compiling toml_datetime v0.6.11
21112026-08-20T01:41:52.016Z Compiling serde_spanned v0.6.9
21122026-08-20T01:41:52.067Z Compiling pin-project-internal v1.1.11
21132026-08-20T01:41:52.084Z Compiling structmeta v0.3.0
21142026-08-20T01:41:52.185Z Compiling slog v2.8.2
21152026-08-20T01:41:52.280Z Compiling wait-timeout v0.2.1
21162026-08-20T01:41:52.343Z Compiling cookie v0.18.1
21172026-08-20T01:41:52.407Z Compiling openssl-probe v0.2.1
21182026-08-20T01:41:52.480Z Compiling untrusted v0.9.0
21192026-08-20T01:41:52.512Z Compiling zstd-safe v7.2.4
21202026-08-20T01:41:52.529Z Compiling tap v1.0.1
21212026-08-20T01:41:52.558Z Compiling quick-error v1.2.3
21222026-08-20T01:41:52.587Z Compiling clap_lex v1.0.0
21232026-08-20T01:41:52.627Z Compiling bit-vec v0.8.0
21242026-08-20T01:41:52.824Z Compiling rusty-fork v0.3.1
21252026-08-20T01:41:52.890Z Compiling bit-set v0.8.0
21262026-08-20T01:41:52.945Z Compiling clap_builder v4.6.0
21272026-08-20T01:41:52.962Z Compiling wyz v0.5.1
21282026-08-20T01:41:53.100Z Compiling derive-ex v0.1.8
21292026-08-20T01:41:53.133Z Compiling hybrid-array v0.4.13
21302026-08-20T01:41:53.222Z Compiling unicode-normalization v0.1.25
21312026-08-20T01:41:53.252Z Compiling rand_chacha v0.3.1
21322026-08-20T01:41:53.378Z Compiling signature v2.2.0
21332026-08-20T01:41:53.504Z Compiling scroll_derive v0.12.1
21342026-08-20T01:41:53.572Z Compiling rand_xorshift v0.4.0
21352026-08-20T01:41:53.587Z Compiling heapless v0.7.17
21362026-08-20T01:41:53.776Z Compiling num-integer v0.1.46
21372026-08-20T01:41:53.792Z Compiling aho-corasick v1.1.4
21382026-08-20T01:41:53.871Z Compiling tower-layer v0.3.3
21392026-08-20T01:41:53.963Z Compiling signal-hook v0.3.18
21402026-08-20T01:41:53.981Z Compiling tower-service v0.3.3
21412026-08-20T01:41:54.079Z Compiling zlib-rs v0.6.2
21422026-08-20T01:41:54.096Z Compiling usdt-impl v0.6.0
21432026-08-20T01:41:54.127Z Compiling unarray v0.1.4
21442026-08-20T01:41:54.155Z Compiling try-lock v0.2.5
21452026-08-20T01:41:54.193Z Compiling funty v2.0.0
21462026-08-20T01:41:54.257Z Compiling rustix v0.38.44
21472026-08-20T01:41:54.291Z Compiling pretty-hex v0.4.1
21482026-08-20T01:41:54.349Z Compiling atomic-waker v1.1.2
21492026-08-20T01:41:54.397Z Compiling anyhow v1.0.104
21502026-08-20T01:41:54.478Z Compiling want v0.3.1
21512026-08-20T01:41:54.493Z Compiling h2 v0.4.15
21522026-08-20T01:41:54.591Z Compiling test-strategy v0.4.5
21532026-08-20T01:41:54.606Z Compiling bitvec v1.0.1
21542026-08-20T01:41:54.622Z Compiling regex-automata v0.4.14
21552026-08-20T01:41:54.821Z Compiling clap v4.6.1
21562026-08-20T01:41:54.915Z Compiling proptest v1.11.0
21572026-08-20T01:41:54.930Z Compiling num-iter v0.1.45
21582026-08-20T01:41:55.353Z Compiling rand v0.8.6
21592026-08-20T01:41:55.680Z Compiling ipnetwork v0.21.1
21602026-08-20T01:41:55.883Z Compiling lazy_static v1.5.0
21612026-08-20T01:41:55.997Z Compiling scroll v0.13.0
21622026-08-20T01:41:56.151Z Compiling ipnet v2.12.0
21632026-08-20T01:41:56.291Z Compiling flate2 v1.1.9
21642026-08-20T01:41:56.433Z Compiling strum_macros v0.26.4
21652026-08-20T01:41:56.618Z Compiling snafu-derive v0.8.9
21662026-08-20T01:41:56.938Z Compiling darling_core v0.23.0
21672026-08-20T01:41:57.159Z Compiling darling_core v0.20.11
21682026-08-20T01:41:58.143Z Compiling winnow v0.5.40
21692026-08-20T01:41:58.158Z Compiling foreign-types-shared v0.1.1
21702026-08-20T01:41:58.260Z Compiling nodrop v0.1.14
21712026-08-20T01:41:58.284Z Compiling crc-catalog v2.4.0
21722026-08-20T01:41:58.378Z Compiling httpdate v1.0.3
21732026-08-20T01:41:58.527Z Compiling crc v3.4.0
21742026-08-20T01:41:58.649Z Compiling hyper v1.10.1
21752026-08-20T01:41:58.739Z Compiling array-init v0.0.4
21762026-08-20T01:41:58.778Z Compiling foreign-types v0.3.2
21772026-08-20T01:41:59.081Z Compiling newtype-uuid v1.3.2
21782026-08-20T01:41:59.177Z Compiling darling_macro v0.23.0
21792026-08-20T01:41:59.195Z Compiling darling_macro v0.20.11
21802026-08-20T01:41:59.703Z Compiling toml_edit v0.19.15
21812026-08-20T01:41:59.738Z Compiling goblin v0.10.5
21822026-08-20T01:41:59.916Z Compiling oxnet v0.1.6
21832026-08-20T01:42:00.050Z Compiling smallvec v0.6.14
21842026-08-20T01:42:00.472Z Compiling pkcs1 v0.7.5
21852026-08-20T01:42:00.645Z Compiling bitfield v0.19.4
21862026-08-20T01:42:00.762Z Compiling zerocopy v0.6.6
21872026-08-20T01:42:00.945Z Compiling zerocopy-derive v0.7.35
21882026-08-20T01:42:00.985Z Compiling curve25519-dalek v4.1.3
21892026-08-20T01:42:01.342Z Compiling env_filter v2.0.0
21902026-08-20T01:42:01.455Z Compiling memoffset v0.9.1
21912026-08-20T01:42:01.486Z Compiling hashbrown v0.12.3
21922026-08-20T01:42:01.531Z Compiling ref-cast v1.0.25
21932026-08-20T01:42:01.677Z Compiling litrs v1.0.0
21942026-08-20T01:42:01.895Z Compiling owo-colors v4.3.0
21952026-08-20T01:42:02.037Z Compiling smoltcp v0.9.1
21962026-08-20T01:42:02.071Z Compiling base64 v0.21.7
21972026-08-20T01:42:02.155Z Compiling document-features v0.2.12
21982026-08-20T01:42:02.383Z Compiling ron v0.8.1
21992026-08-20T01:42:02.527Z Compiling dof v0.4.0
22002026-08-20T01:42:02.742Z Compiling env_logger v0.11.11
22012026-08-20T01:42:02.873Z Compiling toml v0.7.8
22022026-08-20T01:42:02.978Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22032026-08-20T01:42:03.045Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22042026-08-20T01:42:03.175Z Compiling rsa v0.9.10
22052026-08-20T01:42:03.550Z Compiling bzip2 v0.4.4
22062026-08-20T01:42:03.571Z Compiling serde-hex v0.1.0
22072026-08-20T01:42:03.586Z Compiling daft v0.1.7
22082026-08-20T01:42:03.728Z Compiling hyper-util v0.1.20
22092026-08-20T01:42:03.917Z Compiling darling v0.20.11
22102026-08-20T01:42:03.979Z Compiling darling v0.23.0
22112026-08-20T01:42:04.020Z Compiling hashbrown v0.13.2
22122026-08-20T01:42:04.529Z Compiling dtrace-parser v0.3.0
22132026-08-20T01:42:04.545Z Compiling x509-cert v0.2.5
22142026-08-20T01:42:04.685Z Compiling hmac v0.12.1
22152026-08-20T01:42:04.819Z Compiling async-recursion v1.1.1
22162026-08-20T01:42:04.958Z Compiling sync_wrapper v1.0.2
22172026-08-20T01:42:05.122Z Compiling thread-id v5.1.0
22182026-08-20T01:42:05.322Z Compiling siphasher v1.0.2
22192026-08-20T01:42:05.370Z Compiling powerfmt v0.2.0
22202026-08-20T01:42:05.521Z Compiling crc-any v2.5.0
22212026-08-20T01:42:05.641Z Compiling cfg_aliases v0.2.1
22222026-08-20T01:42:05.714Z Compiling deranged v0.5.8
22232026-08-20T01:42:05.728Z Compiling nix v0.31.2
22242026-08-20T01:42:06.094Z Compiling tower v0.5.3
22252026-08-20T01:42:06.629Z Compiling object v0.30.4
22262026-08-20T01:42:06.830Z Compiling serde_with_macros v3.21.0
22272026-08-20T01:42:06.871Z Compiling derive_builder_core v0.20.2
22282026-08-20T01:42:07.504Z Compiling zip v0.6.6
22292026-08-20T01:42:07.620Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22302026-08-20T01:42:07.727Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22312026-08-20T01:42:07.779Z Compiling bstr v1.12.1
22322026-08-20T01:42:07.903Z Compiling block-buffer v0.12.1
22332026-08-20T01:42:07.981Z Compiling crypto-common v0.2.2
22342026-08-20T01:42:08.495Z Compiling http-body-util v0.1.3
22352026-08-20T01:42:08.598Z Compiling futures-executor v0.3.32
22362026-08-20T01:42:08.661Z Compiling serde_tokenstream v0.2.3
22372026-08-20T01:42:08.764Z Compiling erased-serde v0.3.31
22382026-08-20T01:42:08.967Z Compiling hubpack_derive v0.1.1
22392026-08-20T01:42:09.098Z Compiling ref-cast-impl v1.0.25
22402026-08-20T01:42:09.116Z Compiling curve25519-dalek-derive v0.1.1
22412026-08-20T01:42:09.208Z Compiling strum_macros v0.27.2
22422026-08-20T01:42:09.297Z Compiling fs-err v3.3.0
22432026-08-20T01:42:09.311Z Compiling usdt-impl v0.5.0
22442026-08-20T01:42:09.525Z Compiling iri-string v0.7.10
22452026-08-20T01:42:09.545Z Compiling gimli v0.32.3
22462026-08-20T01:42:09.728Z Compiling unicode-bidi v0.3.18
22472026-08-20T01:42:09.759Z Compiling ryu v1.0.23
22482026-08-20T01:42:09.812Z Compiling unicode-properties v0.1.4
22492026-08-20T01:42:09.936Z Compiling num_threads v0.1.7
22502026-08-20T01:42:10.225Z Compiling path-slash v0.1.5
22512026-08-20T01:42:10.238Z Compiling same-file v1.0.6
22522026-08-20T01:42:10.333Z Compiling allocator-api2 v0.2.21
22532026-08-20T01:42:10.546Z Compiling time v0.3.47
22542026-08-20T01:42:10.561Z Compiling walkdir v2.5.0
22552026-08-20T01:42:10.677Z Compiling tower-http v0.6.8
22562026-08-20T01:42:10.944Z Compiling serde_urlencoded v0.7.1
22572026-08-20T01:42:11.101Z Compiling stringprep v0.1.5
22582026-08-20T01:42:11.230Z Compiling addr2line v0.25.1
22592026-08-20T01:42:12.405Z Compiling futures v0.3.32
22602026-08-20T01:42:12.966Z Compiling derive_builder_macro v0.20.2
22612026-08-20T01:42:13.099Z Compiling tokio-native-tls v0.3.1
22622026-08-20T01:42:13.195Z Compiling strum v0.26.3
22632026-08-20T01:42:13.349Z Compiling block-padding v0.4.2
22642026-08-20T01:42:13.414Z Compiling scroll v0.12.0
22652026-08-20T01:42:13.476Z Compiling pin-project v1.1.11
22662026-08-20T01:42:13.521Z Compiling rustls-native-certs v0.8.3
22672026-08-20T01:42:13.587Z Compiling md-5 v0.10.6
22682026-08-20T01:42:13.623Z Compiling vergen-lib v9.1.0
22692026-08-20T01:42:13.638Z Compiling hash32 v0.2.1
22702026-08-20T01:42:13.754Z Compiling encoding_rs v0.8.35
22712026-08-20T01:42:13.790Z Compiling cpufeatures v0.3.0
22722026-08-20T01:42:13.794Z Compiling jiff-core v0.1.0
22732026-08-20T01:42:13.847Z Compiling mime v0.3.17
22742026-08-20T01:42:13.905Z Compiling rustc-demangle v0.1.27
22752026-08-20T01:42:14.083Z Compiling fallible-iterator v0.2.0
22762026-08-20T01:42:14.112Z Compiling psl-types v2.0.11
22772026-08-20T01:42:14.234Z Compiling publicsuffix v2.3.0
22782026-08-20T01:42:14.271Z Compiling goblin v0.8.2
22792026-08-20T01:42:14.405Z Compiling postgres-protocol v0.6.10
22802026-08-20T01:42:14.623Z Compiling jiff v0.2.34
22812026-08-20T01:42:14.666Z Compiling snafu v0.8.9
22822026-08-20T01:42:14.873Z Compiling derive_builder v0.20.2
22832026-08-20T01:42:14.909Z Compiling inout v0.2.2
22842026-08-20T01:42:15.004Z Compiling backtrace v0.3.76
22852026-08-20T01:42:15.097Z Compiling hyper-tls v0.6.0
22862026-08-20T01:42:15.416Z Compiling usdt-macro v0.6.0
22872026-08-20T01:42:15.532Z Compiling usdt-attr-macro v0.6.0
22882026-08-20T01:42:15.547Z Compiling globset v0.4.18
22892026-08-20T01:42:15.565Z Compiling phf_shared v0.13.1
22902026-08-20T01:42:15.568Z Compiling crossbeam-epoch v0.9.18
22912026-08-20T01:42:15.852Z Compiling zerocopy v0.7.35
22922026-08-20T01:42:16.003Z Compiling regex v1.12.3
22932026-08-20T01:42:16.318Z Compiling serde_plain v1.0.2
22942026-08-20T01:42:16.423Z Compiling miette-derive v7.6.0
22952026-08-20T01:42:16.438Z Compiling serde_repr v0.1.20
22962026-08-20T01:42:16.524Z Compiling enum-as-inner v0.6.1
22972026-08-20T01:42:16.539Z Compiling pem v3.0.6
22982026-08-20T01:42:16.554Z Compiling vergen v9.1.0
22992026-08-20T01:42:16.610Z Compiling cargo-platform v0.3.2
23002026-08-20T01:42:16.760Z Compiling ff v0.13.1
23012026-08-20T01:42:16.880Z Compiling filetime v0.2.27
23022026-08-20T01:42:16.903Z Compiling is_ci v1.2.0
23032026-08-20T01:42:16.906Z Compiling bumpalo v3.20.2
23042026-08-20T01:42:16.933Z Compiling typed-path v0.9.3
23052026-08-20T01:42:16.972Z Compiling foldhash v0.1.5
23062026-08-20T01:42:17.029Z Compiling managed v0.8.0
23072026-08-20T01:42:17.067Z Compiling base16ct v0.2.0
23082026-08-20T01:42:17.154Z Compiling unicode-segmentation v1.12.0
23092026-08-20T01:42:17.169Z Compiling foldhash v0.2.0
23102026-08-20T01:42:17.226Z Compiling bitflags v1.3.2
23112026-08-20T01:42:17.248Z Compiling const-oid v0.10.2
23122026-08-20T01:42:17.357Z Compiling xattr v1.6.1
23132026-08-20T01:42:17.470Z Compiling libbz2-rs-sys v0.2.2
23142026-08-20T01:42:17.568Z Compiling smawk v0.3.2
23152026-08-20T01:42:17.604Z Compiling unicode-width v0.2.0
23162026-08-20T01:42:17.607Z Compiling either v1.15.0
23172026-08-20T01:42:17.720Z Compiling unicode-linebreak v0.1.5
23182026-08-20T01:42:17.903Z Compiling bzip2 v0.6.1
23192026-08-20T01:42:17.958Z Compiling textwrap v0.16.2
23202026-08-20T01:42:18.076Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23212026-08-20T01:42:18.079Z Compiling tar v0.4.46
23222026-08-20T01:42:18.128Z Compiling digest v0.11.3
23232026-08-20T01:42:18.158Z Compiling hashbrown v0.16.1
23242026-08-20T01:42:18.306Z Compiling sec1 v0.7.3
23252026-08-20T01:42:18.376Z Compiling zopfli v0.8.3
23262026-08-20T01:42:18.380Z Compiling hashbrown v0.15.5
23272026-08-20T01:42:18.536Z Compiling supports-color v3.0.2
23282026-08-20T01:42:18.595Z Compiling group v0.13.0
23292026-08-20T01:42:18.717Z Compiling cargo_metadata v0.23.1
23302026-08-20T01:42:18.792Z Compiling dof v0.3.0
23312026-08-20T01:42:19.975Z Compiling phf v0.13.1
23322026-08-20T01:42:20.068Z Compiling zstd v0.13.3
23332026-08-20T01:42:20.173Z Compiling backtrace-ext v0.2.1
23342026-08-20T01:42:20.334Z Compiling reqwest v0.12.28
23352026-08-20T01:42:20.351Z Compiling signal-hook-mio v0.2.5
23362026-08-20T01:42:20.411Z Compiling cipher v0.5.2
23372026-08-20T01:42:20.485Z Compiling postgres-types v0.2.12
23382026-08-20T01:42:20.501Z Compiling cookie_store v0.22.1
23392026-08-20T01:42:20.703Z Compiling strum v0.27.2
23402026-08-20T01:42:20.896Z Compiling hubpack v0.1.2
23412026-08-20T01:42:21.000Z Compiling phf_shared v0.11.3
23422026-08-20T01:42:21.015Z Compiling hkdf v0.12.4
23432026-08-20T01:42:21.085Z Compiling dtrace-parser v0.2.0
23442026-08-20T01:42:21.134Z Compiling ed25519 v2.2.3
23452026-08-20T01:42:21.175Z Compiling byte-wrapper v0.1.0
23462026-08-20T01:42:21.200Z Compiling olpc-cjson v0.1.4
23472026-08-20T01:42:21.489Z Compiling serde-big-array v0.5.1
23482026-08-20T01:42:21.648Z Compiling crypto-bigint v0.5.5
23492026-08-20T01:42:21.665Z Compiling float-cmp v0.10.0
23502026-08-20T01:42:21.732Z Compiling memmap2 v0.9.10
23512026-08-20T01:42:21.770Z Compiling thread-id v4.2.2
23522026-08-20T01:42:21.942Z Compiling toml_write v0.1.2
23532026-08-20T01:42:21.958Z Compiling new_debug_unreachable v1.0.6
23542026-08-20T01:42:22.060Z Compiling fixedbitset v0.4.2
23552026-08-20T01:42:22.074Z Compiling unicode-width v0.1.14
23562026-08-20T01:42:22.088Z Compiling winnow v0.7.14
23572026-08-20T01:42:22.202Z Compiling normalize-line-endings v0.3.0
23582026-08-20T01:42:22.263Z Compiling precomputed-hash v0.1.1
23592026-08-20T01:42:22.325Z Compiling difflib v0.4.0
23602026-08-20T01:42:22.374Z Compiling predicates-core v1.0.10
23612026-08-20T01:42:22.390Z Compiling rayon-core v1.13.0
23622026-08-20T01:42:22.562Z Compiling data-encoding v2.10.0
23632026-08-20T01:42:22.606Z Compiling supports-unicode v3.0.0
23642026-08-20T01:42:22.621Z Compiling fixedbitset v0.5.7
23652026-08-20T01:42:22.781Z Compiling winnow v1.0.3
23662026-08-20T01:42:22.924Z Compiling static_assertions v1.1.0
23672026-08-20T01:42:23.014Z Compiling keccak v0.1.6
23682026-08-20T01:42:23.118Z Compiling whoami v2.1.0
23692026-08-20T01:42:23.231Z Compiling supports-hyperlinks v3.2.0
23702026-08-20T01:42:23.427Z Compiling chacha20 v0.10.0
23712026-08-20T01:42:23.465Z Compiling toml_edit v0.22.27
23722026-08-20T01:42:23.583Z Compiling miette v7.6.0
23732026-08-20T01:42:23.630Z Compiling tokio-postgres v0.7.16
23742026-08-20T01:42:23.732Z Compiling toml_parser v1.1.2+spec-1.1.0
23752026-08-20T01:42:23.788Z Compiling sha3 v0.10.8
23762026-08-20T01:42:24.213Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23772026-08-20T01:42:24.289Z Compiling hickory-proto v0.25.2
23782026-08-20T01:42:24.509Z Compiling petgraph v0.8.3
23792026-08-20T01:42:24.580Z Compiling elliptic-curve v0.13.8
23802026-08-20T01:42:24.602Z Compiling predicates v3.1.4
23812026-08-20T01:42:25.012Z Compiling string_cache v0.8.9
23822026-08-20T01:42:25.159Z Compiling petgraph v0.6.5
23832026-08-20T01:42:25.472Z Compiling usdt v0.6.0
23842026-08-20T01:42:26.233Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23852026-08-20T01:42:26.644Z Compiling ed25519-dalek v2.2.0
23862026-08-20T01:42:27.380Z Compiling crossterm v0.28.1
23872026-08-20T01:42:27.538Z Compiling zip v4.6.1
23882026-08-20T01:42:27.900Z Compiling iddqd v0.4.2
23892026-08-20T01:42:28.572Z Compiling itertools v0.13.0
23902026-08-20T01:42:28.588Z Compiling itertools v0.15.0
23912026-08-20T01:42:28.606Z Compiling similar v2.7.0
23922026-08-20T01:42:28.762Z Compiling heck v0.4.1
23932026-08-20T01:42:29.116Z Compiling serde_with v3.21.0
23942026-08-20T01:42:29.947Z Compiling tokio-stream v0.1.18
23952026-08-20T01:42:30.041Z Compiling buf-list v1.1.2
23962026-08-20T01:42:30.069Z Compiling half v2.7.1
23972026-08-20T01:42:30.151Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23982026-08-20T01:42:30.315Z Compiling openapiv3 v2.2.0
23992026-08-20T01:42:30.424Z Compiling peg-runtime v0.8.5
24002026-08-20T01:42:30.677Z Compiling ciborium-io v0.2.2
24012026-08-20T01:42:31.007Z Compiling lalrpop-util v0.19.12
24022026-08-20T01:42:31.177Z Compiling ciborium-ll v0.2.2
24032026-08-20T01:42:32.338Z Compiling crossbeam-deque v0.8.6
24042026-08-20T01:42:32.790Z Compiling camino-tempfile v1.4.1
24052026-08-20T01:42:33.188Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24062026-08-20T01:42:33.698Z Compiling blake3 v1.8.5
24072026-08-20T01:42:33.815Z Compiling fs-err v2.11.0
24082026-08-20T01:42:35.355Z Compiling rustls-webpki v0.103.13
24092026-08-20T01:42:36.311Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24102026-08-20T01:42:37.984Z Compiling ciborium v0.2.2
24112026-08-20T01:42:38.563Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24122026-08-20T01:42:38.910Z Compiling tokio-rustls v0.26.4
24132026-08-20T01:42:38.982Z Compiling rustls-platform-verifier v0.6.2
24142026-08-20T01:42:39.147Z Compiling hyper-rustls v0.27.7
24152026-08-20T01:42:39.198Z Compiling tough v0.22.0
24162026-08-20T01:42:39.229Z Compiling thread_local v1.1.9
24172026-08-20T01:42:39.460Z Compiling reqwest v0.13.2
24182026-08-20T01:42:39.628Z Compiling slog-async v2.8.0
24192026-08-20T01:42:39.775Z Compiling arrayref v0.3.9
24202026-08-20T01:42:39.791Z Compiling constant_time_eq v0.4.2
24212026-08-20T01:42:39.868Z Compiling arrayvec v0.7.6
24222026-08-20T01:42:39.976Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24232026-08-20T01:42:39.995Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24242026-08-20T01:42:40.158Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24252026-08-20T01:42:40.293Z Compiling toml v0.8.23
24262026-08-20T01:42:40.401Z Compiling atomicwrites v0.4.4
24272026-08-20T01:42:40.476Z Compiling sha2 v0.11.0
24282026-08-20T01:42:40.502Z Compiling digest-io v0.1.0
24292026-08-20T01:42:40.660Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24302026-08-20T01:42:40.702Z Compiling crossbeam-channel v0.5.15
24312026-08-20T01:42:40.759Z Compiling serde_path_to_error v0.1.20
24322026-08-20T01:42:40.983Z Compiling is-terminal v0.4.17
24332026-08-20T01:42:41.089Z Compiling debug-ignore v1.0.5
24342026-08-20T01:42:41.107Z Compiling rawzip v0.4.4
24352026-08-20T01:42:41.219Z Compiling parse-size v1.1.0
24362026-08-20T01:42:41.232Z Compiling topological-sort v0.2.2
24372026-08-20T01:42:41.252Z Compiling indent_write v2.2.0
24382026-08-20T01:42:41.381Z Compiling term v1.2.1
24392026-08-20T01:42:41.401Z Compiling take_mut v0.2.2
24402026-08-20T01:42:41.423Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24412026-08-20T01:42:41.438Z Compiling shell-words v1.1.1
24422026-08-20T01:42:41.706Z Compiling slog-term v2.9.2
24432026-08-20T01:42:42.705Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24442026-08-20T01:42:49.088Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24452026-08-20T01:42:51.124Z Compiling omicron-zone-package v0.12.3
24462026-08-20T01:42:51.691Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24472026-08-20T01:42:51.763Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24482026-08-20T01:42:51.789Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24492026-08-20T01:42:56.361Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24502026-08-20T01:43:08.582Z Finished `release` profile [optimized] target(s) in 1m 30s
24512026-08-20T01:43:08.754Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24522026-08-20T01:43:08.778ZAug 20 01:43:08.119 DEBG changing working directory to /work/oxidecomputer/omicron
24532026-08-20T01:43:08.874ZAug 20 01:43:08.215 DEBG running: git rev-parse HEAD
24542026-08-20T01:43:08.877ZAug 20 01:43:08.217 DEBG process exited with exit status: 0 (2.44716ms)
24552026-08-20T01:43:08.877ZAug 20 01:43:08.217 INFO version: 23.0.0-0.ci+git1b799bd90a1
24562026-08-20T01:43:08.885ZAug 20 01:43:08.226 INFO cloning helios to /work/oxidecomputer/helios
24572026-08-20T01:43:08.885ZAug 20 01:43:08.226 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24582026-08-20T01:43:08.888ZCloning into '/work/oxidecomputer/helios'...
24592026-08-20T01:43:11.156ZAug 20 01:43:10.497 DEBG process exited with exit status: 0 (2.270530695s)
24602026-08-20T01:43:11.156ZAug 20 01:43:10.497 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24612026-08-20T01:43:11.160ZAug 20 01:43:10.499 DEBG process exited with exit status: 0 (2.4875ms)
24622026-08-20T01:43:11.160ZAug 20 01:43:10.499 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24632026-08-20T01:43:11.517ZAug 20 01:43:10.857 DEBG process exited with exit status: 0 (357.672609ms)
24642026-08-20T01:43:11.517ZAug 20 01:43:10.857 DEBG running: zfs list rpool/images/build/host
24652026-08-20T01:43:11.520ZNAME USED AVAIL REFER MOUNTPOINT
24662026-08-20T01:43:11.520Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24672026-08-20T01:43:11.520ZAug 20 01:43:10.862 DEBG process exited with exit status: 0 (4.54876ms)
24682026-08-20T01:43:11.520ZAug 20 01:43:10.862 DEBG running: zfs list rpool/images/build/recovery
24692026-08-20T01:43:11.524ZNAME USED AVAIL REFER MOUNTPOINT
24702026-08-20T01:43:11.524Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24712026-08-20T01:43:11.524ZAug 20 01:43:10.865 DEBG process exited with exit status: 0 (3.51521ms)
24722026-08-20T01:43:11.524ZAug 20 01:43:10.865 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e)
24732026-08-20T01:43:11.535ZAug 20 01:43:10.877 INFO console client API version matches nexus API version (2026081700.0.0)
24742026-08-20T01:43:11.538ZAug 20 01:43:10.878 INFO [hubris-production] running task
24752026-08-20T01:43:11.539ZAug 20 01:43:10.878 INFO [hubris-staging] running task
24762026-08-20T01:43:11.539ZAug 20 01:43:10.878 INFO [incorp-manifest] running task
24772026-08-20T01:43:11.539ZAug 20 01:43:10.879 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24782026-08-20T01:43:11.539ZAug 20 01:43:10.879 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
24792026-08-20T01:43:11.539ZAug 20 01:43:10.880 INFO [incorp-create] running: pkgrepo create /work/incorporation
24802026-08-20T01:43:11.542ZAug 20 01:43:10.881 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24812026-08-20T01:43:11.579Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24822026-08-20T01:43:11.772ZAug 20 01:43:11.113 INFO [incorp-create] process exited with exit status: 0 (233.57567ms)
24832026-08-20T01:43:11.775ZAug 20 01:43:11.113 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24842026-08-20T01:43:12.003ZAug 20 01:43:11.344 INFO [incorp-publisher] process exited with exit status: 0 (230.62846ms)
24852026-08-20T01:43:12.062Z[ omicron-package] Blocking waiting for file lock on package cache
24862026-08-20T01:43:12.499Z[ omicron-package] Blocking waiting for file lock on package cache
24872026-08-20T01:43:12.610ZAug 20 01:43:11.952 INFO [hubris-production] task succeeded (1.073140558s)
24882026-08-20T01:43:13.289ZAug 20 01:43:12.631 DEBG process exited with exit status: 0 (1.752014707s)
24892026-08-20T01:43:13.293ZAug 20 01:43:12.631 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24902026-08-20T01:43:13.563Z[ omicron-package] Compiling macaddr v1.0.1
24912026-08-20T01:43:13.563Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24922026-08-20T01:43:13.563Z[ omicron-package] Compiling secrecy v0.10.3
24932026-08-20T01:43:13.563Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24942026-08-20T01:43:13.563Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24952026-08-20T01:43:13.563Z[ omicron-package] Compiling heapless v0.8.0
24962026-08-20T01:43:13.563Z[ omicron-package] Compiling ingot-macros v0.2.0
24972026-08-20T01:43:13.563Z[ omicron-package] Compiling hash32 v0.3.1
24982026-08-20T01:43:13.563Z[ omicron-package] Compiling inout v0.1.4
24992026-08-20T01:43:13.563Z[ omicron-package] Compiling multer v3.1.0
25002026-08-20T01:43:13.563Z[ omicron-package] Compiling compression-core v0.4.31
25012026-08-20T01:43:13.563Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25022026-08-20T01:43:13.563Z[ omicron-package] Compiling match_cfg v0.1.0
25032026-08-20T01:43:13.563Z[ omicron-package] Compiling smoltcp v0.11.0
25042026-08-20T01:43:13.563Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25052026-08-20T01:43:13.563Z[ omicron-package] Compiling slog-json v2.6.1
25062026-08-20T01:43:14.151Z[ omicron-package] Compiling cipher v0.4.4
25072026-08-20T01:43:14.781Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25082026-08-20T01:43:14.784Z[ omicron-package] Compiling hostname v0.3.1
25092026-08-20T01:43:14.784Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25102026-08-20T01:43:14.784Z[ omicron-package] Compiling cobs v0.3.0
25112026-08-20T01:43:14.784Z[ omicron-package] Compiling universal-hash v0.5.1
25122026-08-20T01:43:14.810Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25132026-08-20T01:43:14.957Z[ omicron-package] Compiling compression-codecs v0.4.37
25142026-08-20T01:43:15.134Z[ omicron-package] Compiling async-stream-impl v0.3.6
25152026-08-20T01:43:15.138Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25162026-08-20T01:43:15.139Z[ omicron-package] Compiling serde_spanned v1.1.1
25172026-08-20T01:43:15.139Z[ omicron-package] Compiling dropshot v0.17.1
25182026-08-20T01:43:15.286Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25192026-08-20T01:43:15.347Z[ omicron-package] Compiling opaque-debug v0.3.1
25202026-08-20T01:43:15.433Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25212026-08-20T01:43:15.534Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25222026-08-20T01:43:15.539Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25232026-08-20T01:43:15.539Z[ omicron-package] Compiling convert_case v0.4.0
25242026-08-20T01:43:15.539Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25252026-08-20T01:43:15.720Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25262026-08-20T01:43:15.746Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25272026-08-20T01:43:15.753Z[ omicron-package] Compiling async-compression v0.4.41
25282026-08-20T01:43:15.756Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25292026-08-20T01:43:15.760ZAug 20 01:43:15.102 DEBG process exited with exit status: 0 (2.471100525s)
25302026-08-20T01:43:15.764ZAug 20 01:43:15.103 INFO [incorp-manifest] task succeeded (4.224434602s)
25312026-08-20T01:43:15.764ZAug 20 01:43:15.103 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25322026-08-20T01:43:15.786Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25332026-08-20T01:43:15.841Z[ omicron-package] Compiling poly1305 v0.8.0
25342026-08-20T01:43:15.871Z[ omicron-package] Compiling slog-bunyan v2.5.0
25352026-08-20T01:43:15.924Z[ omicron-package] Compiling async-stream v0.3.6
25362026-08-20T01:43:15.976ZAug 20 01:43:15.317 INFO [incorp-fmt] process exited with exit status: 0 (213.80007ms)
25372026-08-20T01:43:15.979ZAug 20 01:43:15.317 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25382026-08-20T01:43:16.000Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25392026-08-20T01:43:16.049Z[ omicron-package] Compiling derive_more v0.99.20
25402026-08-20T01:43:16.205Z[ omicron-package] Compiling postcard v1.1.3
25412026-08-20T01:43:16.274Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260820T014315Z
25422026-08-20T01:43:16.274Z[ incorp-pkgsend] PUBLISHED
25432026-08-20T01:43:16.279Z[ omicron-package] Compiling num_enum_derive v0.7.6
25442026-08-20T01:43:16.282Z[ omicron-package] Compiling chacha20 v0.9.1
25452026-08-20T01:43:16.282Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25462026-08-20T01:43:16.327ZAug 20 01:43:15.667 INFO [incorp-pkgsend] process exited with exit status: 0 (349.644079ms)
25472026-08-20T01:43:16.331ZAug 20 01:43:15.667 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25482026-08-20T01:43:16.426Z[ omicron-package] Compiling sha1 v0.11.0
25492026-08-20T01:43:16.429Z[ omicron-package] Compiling progenitor-client v0.14.0
25502026-08-20T01:43:16.429Z[ omicron-package] Compiling parse-display-derive v0.10.0
25512026-08-20T01:43:16.604Z[ helios-incorp] Retrieving packages for publisher helios ...
25522026-08-20T01:43:16.635Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25532026-08-20T01:43:16.649Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25542026-08-20T01:43:16.649Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25552026-08-20T01:43:16.653Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25562026-08-20T01:43:16.658Z[ helios-incorp]
25572026-08-20T01:43:16.671Z[ helios-incorp] Archiving packages ...
25582026-08-20T01:43:16.680Z[ helios-incorp] Packages to add: 1
25592026-08-20T01:43:16.680Z[ helios-incorp] Files to retrieve: 0
25602026-08-20T01:43:16.684Z[ helios-incorp] Estimated transfer size: 0.00 B
25612026-08-20T01:43:16.684Z[ helios-incorp]
25622026-08-20T01:43:16.684Z[ helios-incorp] Packages to archive:
25632026-08-20T01:43:16.687Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260820T014315Z
25642026-08-20T01:43:16.688Z[ helios-incorp]
25652026-08-20T01:43:16.688Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25662026-08-20T01:43:16.688Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25672026-08-20T01:43:16.701ZAug 20 01:43:16.042 INFO [helios-incorp] process exited with exit status: 0 (375.213089ms)
25682026-08-20T01:43:16.705Z[ omicron-package] Compiling waitgroup v0.1.2
25692026-08-20T01:43:16.753Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25702026-08-20T01:43:16.757Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25712026-08-20T01:43:16.757Z[ omicron-package] Compiling backon v1.6.0
25722026-08-20T01:43:16.916Z[ omicron-package] Compiling ingot-types v0.2.0
25732026-08-20T01:43:16.957Z[ omicron-package] Compiling password-hash v0.5.0
25742026-08-20T01:43:17.012Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25752026-08-20T01:43:17.059Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25762026-08-20T01:43:17.103Z[ omicron-package] Compiling blake2 v0.10.6
25772026-08-20T01:43:17.172Z[ omicron-package] Compiling aead v0.5.2
25782026-08-20T01:43:17.269Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25792026-08-20T01:43:17.349Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25802026-08-20T01:43:17.431Z[ omicron-package] Compiling hostname v0.4.2
25812026-08-20T01:43:17.485Z[ omicron-package] Compiling ingot v0.2.1
25822026-08-20T01:43:17.559Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25832026-08-20T01:43:17.639Z[ omicron-package] Compiling proc-macro-error v1.0.4
25842026-08-20T01:43:17.720Z[ omicron-package] Compiling instant v0.1.13
25852026-08-20T01:43:17.830Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25862026-08-20T01:43:17.901Z[ omicron-package] Compiling num_enum v0.7.6
25872026-08-20T01:43:18.019Z[ omicron-package] Compiling backoff v0.4.0
25882026-08-20T01:43:18.039Z[ omicron-package] Compiling argon2 v0.5.3
25892026-08-20T01:43:18.084Z[ omicron-package] Compiling foreign-types v0.5.0
25902026-08-20T01:43:18.084Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25912026-08-20T01:43:18.088Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25922026-08-20T01:43:18.088Z[ omicron-package] Compiling num_enum_derive v0.5.11
25932026-08-20T01:43:18.117Z[ omicron-package] Compiling progenitor-extras v0.2.0
25942026-08-20T01:43:18.217Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25952026-08-20T01:43:18.259Z[ omicron-package] Compiling vsss-rs v3.3.4
25962026-08-20T01:43:18.425Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25972026-08-20T01:43:18.511Z[ omicron-package] Compiling parse-display v0.10.0
25982026-08-20T01:43:18.511Z[ omicron-package] Compiling regress v0.10.5
25992026-08-20T01:43:18.561Z[ omicron-package] Compiling itertools v0.14.0
26002026-08-20T01:43:18.564Z[ omicron-package] Compiling tabwriter v1.4.1
26012026-08-20T01:43:18.700Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26022026-08-20T01:43:18.792Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26032026-08-20T01:43:18.810Z[ omicron-package] Compiling cstr-argument v0.1.2
26042026-08-20T01:43:19.078Z[ omicron-package] Compiling humantime v2.3.0
26052026-08-20T01:43:19.139Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26062026-08-20T01:43:19.260Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26072026-08-20T01:43:19.393Z[ omicron-package] Compiling num_enum v0.5.11
26082026-08-20T01:43:19.449Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26092026-08-20T01:43:19.466Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26102026-08-20T01:43:19.559Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26112026-08-20T01:43:19.563Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26122026-08-20T01:43:19.691Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26132026-08-20T01:43:19.776Z[ omicron-package] Compiling rayon v1.11.0
26142026-08-20T01:43:19.780Z[ omicron-package] Compiling rand v0.10.1
26152026-08-20T01:43:19.780Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26162026-08-20T01:43:19.893Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26172026-08-20T01:43:20.004Z[ omicron-package] Compiling libefi-sys v0.1.0
26182026-08-20T01:43:20.072Z[ omicron-package] Compiling colored v3.1.1
26192026-08-20T01:43:20.122Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26202026-08-20T01:43:20.180Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26212026-08-20T01:43:20.284Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26222026-08-20T01:43:20.292Z[ omicron-package] Compiling itertools v0.12.1
26232026-08-20T01:43:20.439Z[ omicron-package] Compiling usdt-macro v0.5.0
26242026-08-20T01:43:20.483Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26252026-08-20T01:43:20.517Z[ omicron-package] Compiling num-derive v0.4.2
26262026-08-20T01:43:20.757Z[ omicron-package] Compiling bitfield-struct v0.6.2
26272026-08-20T01:43:20.820Z[ omicron-package] Compiling sigpipe v0.1.3
26282026-08-20T01:43:20.906Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26292026-08-20T01:43:21.011Z[ omicron-package] Compiling memmap v0.7.0
26302026-08-20T01:43:21.086Z[ omicron-package] Compiling glob v0.3.3
26312026-08-20T01:43:21.467Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26322026-08-20T01:43:21.515Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26332026-08-20T01:43:21.620Z[ omicron-package] Compiling swrite v0.1.0
26342026-08-20T01:43:21.655Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26352026-08-20T01:43:21.655Z[ omicron-package] Compiling usdt v0.5.0
26362026-08-20T01:43:21.764Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26372026-08-20T01:43:21.886Z[ omicron-package] Compiling zone v0.3.1
26382026-08-20T01:43:22.096Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26392026-08-20T01:43:22.187Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26402026-08-20T01:43:22.338Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26412026-08-20T01:43:22.446Z[ omicron-package] Compiling smf v0.2.3
26422026-08-20T01:43:22.539Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26432026-08-20T01:43:22.566Z[ omicron-package] Compiling whoami v1.6.1
26442026-08-20T01:43:22.605Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26452026-08-20T01:43:22.605Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26462026-08-20T01:43:22.609Z[ omicron-package] Compiling gethostname v0.5.0
26472026-08-20T01:43:22.686Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26482026-08-20T01:43:22.726Z[ omicron-package] Compiling console v0.16.2
26492026-08-20T01:43:22.816Z[ omicron-package] Compiling unit-prefix v0.5.2
26502026-08-20T01:43:22.921Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26512026-08-20T01:43:23.144Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26522026-08-20T01:43:23.292Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26532026-08-20T01:43:23.385Z[ omicron-package] Compiling indicatif v0.18.4
26542026-08-20T01:43:27.017ZAug 20 01:43:26.358 INFO [hubris-staging] task succeeded (15.47968512s)
26552026-08-20T01:43:27.500Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26562026-08-20T01:43:27.898Z[ helios-setup] Aug 20 01:43:27.238 INFO helios repository root is: /work/oxidecomputer/helios
26572026-08-20T01:43:27.901Z[ helios-setup] Aug 20 01:43:27.239 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26582026-08-20T01:43:27.901Z[ helios-setup] Aug 20 01:43:27.239 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26592026-08-20T01:43:27.901Z[ helios-setup] Aug 20 01:43:27.240 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
26602026-08-20T01:43:27.901Z[ helios-setup] Aug 20 01:43:27.240 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26612026-08-20T01:43:27.901Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26622026-08-20T01:43:28.843Z[ helios-setup] Aug 20 01:43:28.184 INFO clone ok!, project: chelsio-t6-roms
26632026-08-20T01:43:28.847Z[ helios-setup] Aug 20 01:43:28.184 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
26642026-08-20T01:43:28.848Z[ helios-setup] Aug 20 01:43:28.184 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26652026-08-20T01:43:28.848Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26662026-08-20T01:43:29.402Z[ helios-setup] Aug 20 01:43:28.743 INFO clone ok!, project: bootserver
26672026-08-20T01:43:29.402Z[ helios-setup] Aug 20 01:43:28.743 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26682026-08-20T01:43:29.405Z[ helios-setup] Aug 20 01:43:28.743 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
26692026-08-20T01:43:29.405Z[ helios-setup] Aug 20 01:43:28.743 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26702026-08-20T01:43:29.405Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26712026-08-20T01:43:30.475Z[ helios-setup] Aug 20 01:43:29.815 INFO clone ok!, project: phbl
26722026-08-20T01:43:30.475Z[ helios-setup] Aug 20 01:43:29.816 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
26732026-08-20T01:43:30.479Z[ helios-setup] Aug 20 01:43:29.816 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26742026-08-20T01:43:30.479Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26752026-08-20T01:43:30.972Z[ helios-setup] Aug 20 01:43:30.312 INFO clone ok!, project: pinprick
26762026-08-20T01:43:30.976Z[ helios-setup] Aug 20 01:43:30.313 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
26772026-08-20T01:43:30.976Z[ helios-setup] Aug 20 01:43:30.313 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
26782026-08-20T01:43:30.976Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26792026-08-20T01:43:31.874Z[ helios-setup] Aug 20 01:43:31.215 INFO clone ok!, project: amd-host-image-builder
26802026-08-20T01:43:31.877Z[ helios-setup] Aug 20 01:43:31.215 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
26812026-08-20T01:43:31.878Z[ helios-setup] Aug 20 01:43:31.215 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26822026-08-20T01:43:31.878Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26832026-08-20T01:43:35.933Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26842026-08-20T01:43:38.331Z[ helios-setup] Aug 20 01:43:37.671 INFO clone ok!, project: amd-firmware
26852026-08-20T01:43:38.335Z[ helios-setup] Aug 20 01:43:37.672 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
26862026-08-20T01:43:38.335Z[ helios-setup] Aug 20 01:43:37.672 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26872026-08-20T01:43:38.335Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26882026-08-20T01:43:38.900Z[ helios-setup] Aug 20 01:43:38.240 INFO clone ok!, project: image-builder
26892026-08-20T01:43:38.903Z[ helios-setup] Aug 20 01:43:38.241 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
26902026-08-20T01:43:38.904Z[ helios-setup] Aug 20 01:43:38.241 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26912026-08-20T01:43:38.904Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26922026-08-20T01:43:39.232Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26932026-08-20T01:43:40.128Z[ helios-setup] Aug 20 01:43:39.468 INFO clone ok!, project: pilot
26942026-08-20T01:43:40.132Z[ helios-setup] Aug 20 01:43:39.469 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
26952026-08-20T01:43:40.132Z[ helios-setup] Aug 20 01:43:39.469 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26962026-08-20T01:43:40.132Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26972026-08-20T01:43:40.329Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26982026-08-20T01:43:40.962Z[ helios-setup] Aug 20 01:43:40.302 INFO clone ok!, project: dmar-report
26992026-08-20T01:43:40.965Z[ helios-setup] Aug 20 01:43:40.302 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27002026-08-20T01:43:41.195Z[ helios-setup] Aug 20 01:43:40.536 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27012026-08-20T01:43:41.440Z[ helios-setup] Aug 20 01:43:40.781 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27022026-08-20T01:43:41.443Z[ helios-setup] Aug 20 01:43:40.781 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27032026-08-20T01:43:41.672Z[ helios-setup] Aug 20 01:43:41.012 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27042026-08-20T01:43:41.943Z[ helios-setup] Aug 20 01:43:41.283 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27052026-08-20T01:43:41.943Z[ helios-setup] Aug 20 01:43:41.284 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27062026-08-20T01:43:42.178Z[ helios-setup] Aug 20 01:43:41.518 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27072026-08-20T01:43:42.397Z[ helios-setup] Aug 20 01:43:41.736 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27082026-08-20T01:43:42.397Z[ helios-setup] Aug 20 01:43:41.736 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27092026-08-20T01:43:42.400Z[ helios-setup] Aug 20 01:43:41.736 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27102026-08-20T01:43:42.400Z[ helios-setup] Aug 20 01:43:41.736 INFO ok!
27112026-08-20T01:43:42.400Z[ helios-setup] Aug 20 01:43:41.736 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27122026-08-20T01:43:42.400Z[ helios-setup] Aug 20 01:43:41.736 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27132026-08-20T01:43:42.400Z[ helios-setup] Aug 20 01:43:41.736 INFO ok!
27142026-08-20T01:43:42.400Z[ helios-setup] Aug 20 01:43:41.736 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27152026-08-20T01:43:42.400Z[ helios-setup] Aug 20 01:43:41.736 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27162026-08-20T01:43:42.400Z[ helios-setup] Aug 20 01:43:41.736 INFO ok!
27172026-08-20T01:43:42.400Z[ helios-setup] Aug 20 01:43:41.736 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
27182026-08-20T01:43:42.403Z[ helios-setup] Aug 20 01:43:41.743 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
27192026-08-20T01:43:42.403Z[ helios-setup] Aug 20 01:43:41.743 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
27202026-08-20T01:43:42.403Z[ helios-setup] Aug 20 01:43:41.743 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
27212026-08-20T01:43:42.480Z[ helios-setup] Aug 20 01:43:41.820 INFO E| Downloading crates ...
27222026-08-20T01:43:42.541Z[ helios-setup] Aug 20 01:43:41.881 INFO E| Downloaded cpufeatures v0.2.5
27232026-08-20T01:43:42.545Z[ helios-setup] Aug 20 01:43:41.884 INFO E| Downloaded block-buffer v0.10.3
27242026-08-20T01:43:42.547Z[ helios-setup] Aug 20 01:43:41.888 INFO E| Downloaded miniz_oxide v0.6.2
27252026-08-20T01:43:42.551Z[ helios-setup] Aug 20 01:43:41.892 INFO E| Downloaded digest v0.10.3
27262026-08-20T01:43:42.556Z[ helios-setup] Aug 20 01:43:41.897 INFO E| Downloaded typenum v1.15.0
27272026-08-20T01:43:42.559Z[ helios-setup] Aug 20 01:43:41.898 INFO E| Downloaded generic-array v0.14.6
27282026-08-20T01:43:42.559Z[ helios-setup] Aug 20 01:43:41.900 INFO E| Downloaded unicode-width v0.1.10
27292026-08-20T01:43:42.562Z[ helios-setup] Aug 20 01:43:41.903 INFO E| Downloaded sha2 v0.10.5
27302026-08-20T01:43:42.565Z[ helios-setup] Aug 20 01:43:41.904 INFO E| Downloaded anyhow v1.0.62
27312026-08-20T01:43:42.568Z[ helios-setup] Aug 20 01:43:41.906 INFO E| Downloaded bytes v1.2.1
27322026-08-20T01:43:42.568Z[ helios-setup] Aug 20 01:43:41.908 INFO E| Downloaded flate2 v1.0.25
27332026-08-20T01:43:42.600Z[ helios-setup] Aug 20 01:43:41.939 INFO E| Compiling version_check v0.9.4
27342026-08-20T01:43:42.603Z[ helios-setup] Aug 20 01:43:41.939 INFO E| Compiling typenum v1.15.0
27352026-08-20T01:43:42.603Z[ helios-setup] Aug 20 01:43:41.939 INFO E| Compiling cfg-if v1.0.0
27362026-08-20T01:43:42.603Z[ helios-setup] Aug 20 01:43:41.939 INFO E| Compiling crc32fast v1.3.2
27372026-08-20T01:43:42.603Z[ helios-setup] Aug 20 01:43:41.939 INFO E| Compiling adler v1.0.2
27382026-08-20T01:43:42.603Z[ helios-setup] Aug 20 01:43:41.939 INFO E| Compiling anyhow v1.0.62
27392026-08-20T01:43:42.603Z[ helios-setup] Aug 20 01:43:41.939 INFO E| Compiling unicode-width v0.1.10
27402026-08-20T01:43:42.603Z[ helios-setup] Aug 20 01:43:41.939 INFO E| Compiling cpufeatures v0.2.5
27412026-08-20T01:43:42.606Z[ helios-setup] Aug 20 01:43:41.947 INFO E| Compiling bitflags v1.3.2
27422026-08-20T01:43:42.609Z[ helios-setup] Aug 20 01:43:41.947 INFO E| Compiling bytes v1.2.1
27432026-08-20T01:43:42.684Z[ helios-setup] Aug 20 01:43:42.025 INFO E| Compiling miniz_oxide v0.6.2
27442026-08-20T01:43:42.692Z[ helios-setup] Aug 20 01:43:42.033 INFO E| Compiling getopts v0.2.21
27452026-08-20T01:43:42.821Z[ helios-setup] Aug 20 01:43:42.162 INFO E| Compiling generic-array v0.14.6
27462026-08-20T01:43:43.051Z[ helios-setup] Aug 20 01:43:42.390 INFO E| Compiling flate2 v1.0.25
27472026-08-20T01:43:43.915Z[ helios-setup] Aug 20 01:43:43.256 INFO E| Compiling block-buffer v0.10.3
27482026-08-20T01:43:43.915Z[ helios-setup] Aug 20 01:43:43.256 INFO E| Compiling crypto-common v0.1.6
27492026-08-20T01:43:44.006Z[ helios-setup] Aug 20 01:43:43.346 INFO E| Compiling digest v0.10.3
27502026-08-20T01:43:44.143Z[ helios-setup] Aug 20 01:43:43.483 INFO E| Compiling sha2 v0.10.5
27512026-08-20T01:43:44.322Z[ helios-setup] Aug 20 01:43:43.662 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
27522026-08-20T01:43:45.963Z[ helios-setup] Aug 20 01:43:45.303 INFO E| Finished `release` profile [optimized] target(s) in 3.55s
27532026-08-20T01:43:45.972Z[ helios-setup] Aug 20 01:43:45.313 INFO building project "bootserver" ok (3 seconds)
27542026-08-20T01:43:45.972Z[ helios-setup] Aug 20 01:43:45.313 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
27552026-08-20T01:43:50.054Z[ omicron-package] Finished `release` profile [optimized] target(s) in 38.51s
27562026-08-20T01:43:50.303Z[ omicron-package]
27572026-08-20T01:43:50.303Z[ omicron-package] real 38.694860833
27582026-08-20T01:43:50.303Z[ omicron-package] user 3:48.361269503
27592026-08-20T01:43:50.307Z[ omicron-package] sys 27.292929145
27602026-08-20T01:43:50.307Z[ omicron-package] trap 0.486457195
27612026-08-20T01:43:50.307Z[ omicron-package] tflt 0.588327749
27622026-08-20T01:43:50.308Z[ omicron-package] dflt 2.385676874
27632026-08-20T01:43:50.308Z[ omicron-package] kflt 0.004955599
27642026-08-20T01:43:50.308Z[ omicron-package] lock 11:45.973692481
27652026-08-20T01:43:50.308Z[ omicron-package] slp 5:58.661612747
27662026-08-20T01:43:50.308Z[ omicron-package] lat 49.083340227
27672026-08-20T01:43:50.308Z[ omicron-package] stop 2:04.951907057
27682026-08-20T01:43:50.308ZAug 20 01:43:49.644 INFO [omicron-package] process exited with exit status: 0 (38.764745393s)
27692026-08-20T01:43:50.308ZAug 20 01:43:49.644 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27702026-08-20T01:43:50.308ZAug 20 01:43:49.644 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27712026-08-20T01:43:50.314Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27722026-08-20T01:43:50.314Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27732026-08-20T01:43:50.318Z[ recovery-target] Created new build target 'recovery' and set it as active
27742026-08-20T01:43:50.318Z[ host-target] Created new build target 'host' and set it as active
27752026-08-20T01:43:50.318ZAug 20 01:43:49.658 INFO [recovery-target] process exited with exit status: 0 (13.96642ms)
27762026-08-20T01:43:50.321ZAug 20 01:43:49.659 INFO [host-target] process exited with exit status: 0 (14.92459ms)
27772026-08-20T01:43:50.321ZAug 20 01:43:49.659 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27782026-08-20T01:43:50.325Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27792026-08-20T01:43:52.040Z[ host-package] Compiling heck v0.5.0
27802026-08-20T01:43:52.041Z[ host-package] Compiling regress v0.11.1
27812026-08-20T01:43:52.269Z[ host-package] Compiling unsafe-libyaml v0.2.11
27822026-08-20T01:43:52.313Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27832026-08-20T01:43:52.344Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27842026-08-20T01:43:52.344Z[ host-package] Compiling derive-where v1.6.0
27852026-08-20T01:43:52.348Z[ host-package] Compiling bytecount v0.6.9
27862026-08-20T01:43:52.407Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
27872026-08-20T01:43:52.411Z[ host-package] Compiling atomicwrites v0.4.4
27882026-08-20T01:43:52.411Z[ host-package] Compiling is-terminal v0.4.17
27892026-08-20T01:43:52.411Z[ host-package] Compiling prettyplease v0.2.37
27902026-08-20T01:43:52.411Z[ host-package] Compiling newline-converter v0.3.0
27912026-08-20T01:43:52.428Z[ host-package] Compiling console v0.15.11
27922026-08-20T01:43:52.489Z[ host-package] Compiling slog-dtrace v0.3.0
27932026-08-20T01:43:52.493Z[ host-package] Compiling cancel-safe-futures v0.1.5
27942026-08-20T01:43:52.560Z[ host-package] Compiling resolv-conf v0.7.6
27952026-08-20T01:43:52.606Z[ host-package] Compiling num-rational v0.4.2
27962026-08-20T01:43:52.606Z[ host-package] Compiling num-complex v0.4.6
27972026-08-20T01:43:52.649Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27982026-08-20T01:43:52.674Z[ host-package] Compiling thread_local v1.1.9
27992026-08-20T01:43:52.818Z[ host-package] Compiling compression-core v0.4.31
28002026-08-20T01:43:52.848Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28012026-08-20T01:43:52.967Z[ host-package] Compiling expectorate v1.2.0
28022026-08-20T01:43:53.040Z[ host-package] Compiling match_cfg v0.1.0
28032026-08-20T01:43:53.128Z[ host-package] Compiling hostname v0.3.1
28042026-08-20T01:43:53.176Z[ host-package] Compiling num v0.4.3
28052026-08-20T01:43:53.176Z[ host-package] Compiling compression-codecs v0.4.37
28062026-08-20T01:43:53.232Z[ host-package] Compiling multer v3.1.0
28072026-08-20T01:43:53.279Z[ host-package] Compiling slog-async v2.8.0
28082026-08-20T01:43:53.321Z[ host-package] Compiling crossbeam-channel v0.5.15
28092026-08-20T01:43:53.344Z[ host-package] Compiling slog-json v2.6.1
28102026-08-20T01:43:53.372Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
28112026-08-20T01:43:53.376Z[ host-package] Compiling serde_spanned v1.1.1
28122026-08-20T01:43:53.482Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
28132026-08-20T01:43:53.562Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
28142026-08-20T01:43:53.591Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28152026-08-20T01:43:53.619Z[ host-package] Compiling take_mut v0.2.2
28162026-08-20T01:43:53.653Z[ host-package] Compiling linear-map v1.2.0
28172026-08-20T01:43:53.708Z[ host-package] Compiling term v1.2.1
28182026-08-20T01:43:53.740Z[ host-package] Compiling oxide-update-engine-types v0.1.2
28192026-08-20T01:43:53.769Z[ host-package] Compiling float-ord v0.3.2
28202026-08-20T01:43:53.773Z[ host-package] Compiling linked-hash-map v0.5.6
28212026-08-20T01:43:53.773Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
28222026-08-20T01:43:53.818Z[ host-package] Compiling slog-bunyan v2.5.0
28232026-08-20T01:43:53.843Z[ host-package] Compiling async-compression v0.4.41
28242026-08-20T01:43:53.937Z[ host-package] Compiling typify-impl v0.6.2
28252026-08-20T01:43:53.975Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28262026-08-20T01:43:54.099Z[ host-package] Compiling lru-cache v0.1.2
28272026-08-20T01:43:54.341Z[ host-package] Compiling slog-term v2.9.2
28282026-08-20T01:43:54.385Z[ host-package] Compiling async-stream v0.3.6
28292026-08-20T01:43:54.388Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28302026-08-20T01:43:54.431Z[ host-package] Compiling dropshot v0.17.1
28312026-08-20T01:43:54.486Z[ host-package] Compiling sha1 v0.11.0
28322026-08-20T01:43:54.542Z[ host-package] Compiling progenitor-client v0.14.0
28332026-08-20T01:43:54.546Z[ host-package] Compiling waitgroup v0.1.2
28342026-08-20T01:43:54.590Z[ host-package] Compiling rustls-pemfile v2.2.0
28352026-08-20T01:43:54.590Z[ host-package] Compiling backon v1.6.0
28362026-08-20T01:43:54.750Z[ host-package] Compiling serde_path_to_error v0.1.20
28372026-08-20T01:43:54.857Z[ host-package] Compiling hostname v0.4.2
28382026-08-20T01:43:54.891Z[ host-package] Compiling instant v0.1.13
28392026-08-20T01:43:54.958Z[ host-package] Compiling debug-ignore v1.0.5
28402026-08-20T01:43:55.022Z[ host-package] Compiling minimal-lexical v0.2.1
28412026-08-20T01:43:55.022Z[ host-package] Compiling progenitor-extras v0.2.0
28422026-08-20T01:43:55.119Z[ host-package] Compiling backoff v0.4.0
28432026-08-20T01:43:55.152Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28442026-08-20T01:43:55.219Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28452026-08-20T01:43:55.268Z[ host-package] Compiling oxide-update-engine v0.1.2
28462026-08-20T01:43:55.363Z[ host-package] Compiling nom v7.1.3
28472026-08-20T01:43:55.400Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28482026-08-20T01:43:55.403Z[ host-package] Compiling parse-display v0.10.0
28492026-08-20T01:43:55.450Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28502026-08-20T01:43:55.497Z[ host-package] Compiling hickory-proto v0.24.4
28512026-08-20T01:43:55.973Z[ host-package] Compiling regress v0.10.5
28522026-08-20T01:43:56.273Z[ host-package] Compiling itertools v0.14.0
28532026-08-20T01:43:56.664Z[ host-package] Compiling macaddr v1.0.1
28542026-08-20T01:43:56.987Z[ host-package] Compiling unicode-xid v0.2.6
28552026-08-20T01:43:57.050Z[ host-package] Compiling humantime v2.3.0
28562026-08-20T01:43:57.216Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28572026-08-20T01:43:57.263Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28582026-08-20T01:43:57.386Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28592026-08-20T01:43:57.416Z[ host-package] Compiling convert_case v0.10.0
28602026-08-20T01:43:57.520Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28612026-08-20T01:43:57.701Z[ host-package] Compiling toml v0.8.23
28622026-08-20T01:43:57.726Z[ host-package] Compiling derive_more-impl v2.1.1
28632026-08-20T01:43:57.752Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28642026-08-20T01:43:58.056Z[ host-package] Compiling typify-macro v0.6.2
28652026-08-20T01:43:58.172Z[ host-package] Compiling papergrid v0.11.0
28662026-08-20T01:43:58.255Z[ host-package] Compiling tabled_derive v0.7.0
28672026-08-20T01:43:58.312Z[ host-package] Compiling termtree v0.5.1
28682026-08-20T01:43:58.359Z[ host-package] Compiling phf_shared v0.12.1
28692026-08-20T01:43:58.584Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28702026-08-20T01:43:58.642Z[ host-package] Compiling hickory-resolver v0.24.4
28712026-08-20T01:43:58.697Z[ host-package] Compiling derive_more v2.1.1
28722026-08-20T01:43:58.875Z[ host-package] Compiling crossterm v0.29.0
28732026-08-20T01:43:58.902Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28742026-08-20T01:43:59.242Z[ host-package] Compiling tabled v0.15.0
28752026-08-20T01:43:59.754Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28762026-08-20T01:43:59.781Z[ host-package] Compiling typify v0.6.2
28772026-08-20T01:44:00.114Z[ host-package] Compiling progenitor-impl v0.14.0
28782026-08-20T01:44:00.531Z[ host-package] Compiling qorb v0.4.1
28792026-08-20T01:44:00.857Z[ host-package] Compiling vte v0.14.1
28802026-08-20T01:44:01.206Z[ host-package] Compiling csv-core v0.1.13
28812026-08-20T01:44:01.679Z[ host-package] Compiling highway v1.3.0
28822026-08-20T01:44:01.919Z[ host-package] Compiling chrono-tz v0.10.4
28832026-08-20T01:44:02.281Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28842026-08-20T01:44:02.445Z[ host-package] Compiling progenitor-macro v0.14.0
28852026-08-20T01:44:03.744Z[ host-package] Compiling csv v1.4.0
28862026-08-20T01:44:03.822Z[ helios-setup] Aug 20 01:44:03.162 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-06-16-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
28872026-08-20T01:44:03.822Z[ helios-setup] Aug 20 01:44:03.162 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
28882026-08-20T01:44:03.881Z[ helios-setup] Aug 20 01:44:03.170 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
28892026-08-20T01:44:03.881Z[ helios-setup] Aug 20 01:44:03.170 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
28902026-08-20T01:44:03.881Z[ helios-setup] Aug 20 01:44:03.170 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
28912026-08-20T01:44:03.881Z[ host-package] Compiling strip-ansi-escapes v0.2.1
28922026-08-20T01:44:04.014Z[ helios-setup] Aug 20 01:44:03.354 INFO E| Downloading crates ...
28932026-08-20T01:44:04.061Z[ helios-setup] Aug 20 01:44:03.401 INFO E| Downloaded adler2 v2.0.0
28942026-08-20T01:44:04.072Z[ helios-setup] Aug 20 01:44:03.412 INFO E| Downloaded miniz_oxide v0.8.8
28952026-08-20T01:44:04.114Z[ helios-setup] Aug 20 01:44:03.454 INFO E| Compiling adler2 v2.0.0
28962026-08-20T01:44:04.141Z[ host-package] Compiling phf v0.12.1
28972026-08-20T01:44:04.202Z[ helios-setup] Aug 20 01:44:03.542 INFO E| Compiling miniz_oxide v0.8.8
28982026-08-20T01:44:04.357Z[ host-package] Compiling const_format_proc_macros v0.2.34
28992026-08-20T01:44:04.626Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29002026-08-20T01:44:04.653Z[ host-package] Compiling fd-lock v4.0.4
29012026-08-20T01:44:04.766Z[ host-package] Compiling peg-macros v0.8.5
29022026-08-20T01:44:04.905Z[ host-package] Compiling nu-ansi-term v0.50.3
29032026-08-20T01:44:05.255Z[ helios-setup] Aug 20 01:44:04.595 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
29042026-08-20T01:44:05.259Z[ host-package] Compiling reedline v0.40.0
29052026-08-20T01:44:05.337Z[ host-package] Compiling const_format v0.2.35
29062026-08-20T01:44:05.455Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29072026-08-20T01:44:05.547Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
29082026-08-20T01:44:05.838Z[ helios-setup] Aug 20 01:44:05.179 INFO E| Finished `release` profile [optimized] target(s) in 1.98s
29092026-08-20T01:44:05.849Z[ helios-setup] Aug 20 01:44:05.189 INFO building project "pinprick" ok (2 seconds)
29102026-08-20T01:44:05.849Z[ helios-setup] Aug 20 01:44:05.190 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
29112026-08-20T01:44:05.890Z[ helios-setup] Aug 20 01:44:05.231 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
29122026-08-20T01:44:05.890Z[ helios-setup] Aug 20 01:44:05.231 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
29132026-08-20T01:44:05.890Z[ helios-setup] Aug 20 01:44:05.231 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
29142026-08-20T01:44:06.040Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29152026-08-20T01:44:06.069Z[ helios-setup] Aug 20 01:44:05.408 INFO E| Updating crates.io index
29162026-08-20T01:44:06.072Z[ helios-setup] Aug 20 01:44:05.409 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
29172026-08-20T01:44:06.158Z[ host-package] Compiling peg v0.8.5
29182026-08-20T01:44:06.524Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29192026-08-20T01:44:06.658Z[ helios-setup] Aug 20 01:44:05.998 INFO E| From https://github.com/oxidecomputer/amd-apcb
29202026-08-20T01:44:06.658Z[ helios-setup] Aug 20 01:44:05.999 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
29212026-08-20T01:44:06.729Z[ helios-setup] Aug 20 01:44:06.069 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
29222026-08-20T01:44:06.975Z[ host-package] Compiling progenitor v0.14.0
29232026-08-20T01:44:07.109Z[ helios-setup] Aug 20 01:44:06.448 INFO E| From https://github.com/oxidecomputer/amd-efs
29242026-08-20T01:44:07.112Z[ helios-setup] Aug 20 01:44:06.448 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
29252026-08-20T01:44:07.173Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29262026-08-20T01:44:07.372Z[ helios-setup] Aug 20 01:44:06.713 INFO E| Downloading crates ...
29272026-08-20T01:44:07.400Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29282026-08-20T01:44:07.438Z[ helios-setup] Aug 20 01:44:06.779 INFO E| Downloaded itoa v1.0.15
29292026-08-20T01:44:07.442Z[ helios-setup] Aug 20 01:44:06.780 INFO E| Downloaded structopt v0.3.26
29302026-08-20T01:44:07.445Z[ helios-setup] Aug 20 01:44:06.785 INFO E| Downloaded modular-bitfield-impl v0.11.2
29312026-08-20T01:44:07.445Z[ helios-setup] Aug 20 01:44:06.786 INFO E| Downloaded unic-char-range v0.9.0
29322026-08-20T01:44:07.448Z[ helios-setup] Aug 20 01:44:06.786 INFO E| Downloaded typenum v1.18.0
29332026-08-20T01:44:07.477Z[ helios-setup] Aug 20 01:44:06.818 INFO E| Downloaded serde_json v1.0.140
29342026-08-20T01:44:07.499Z[ helios-setup] Aug 20 01:44:06.840 INFO E| Downloaded unic-common v0.9.0
29352026-08-20T01:44:07.502Z[ helios-setup] Aug 20 01:44:06.840 INFO E| Downloaded structopt-derive v0.4.18
29362026-08-20T01:44:07.503Z[ helios-setup] Aug 20 01:44:06.841 INFO E| Downloaded strum v0.27.1
29372026-08-20T01:44:07.503Z[ helios-setup] Aug 20 01:44:06.841 INFO E| Downloaded heck v0.3.3
29382026-08-20T01:44:07.503Z[ helios-setup] Aug 20 01:44:06.842 INFO E| Downloaded strum_macros v0.27.1
29392026-08-20T01:44:07.506Z[ helios-setup] Aug 20 01:44:06.843 INFO E| Downloaded autocfg v1.4.0
29402026-08-20T01:44:07.506Z[ helios-setup] Aug 20 01:44:06.844 INFO E| Downloaded fletcher v1.0.0
29412026-08-20T01:44:07.506Z[ helios-setup] Aug 20 01:44:06.845 INFO E| Downloaded vec_map v0.8.2
29422026-08-20T01:44:07.506Z[ helios-setup] Aug 20 01:44:06.845 INFO E| Downloaded unic-char-property v0.9.0
29432026-08-20T01:44:07.506Z[ helios-setup] Aug 20 01:44:06.846 INFO E| Downloaded dyn-clone v1.0.19
29442026-08-20T01:44:07.509Z[ helios-setup] Aug 20 01:44:06.847 INFO E| Downloaded textwrap v0.11.0
29452026-08-20T01:44:07.509Z[ helios-setup] Aug 20 01:44:06.848 INFO E| Downloaded unic-ucd-version v0.9.0
29462026-08-20T01:44:07.509Z[ helios-setup] Aug 20 01:44:06.848 INFO E| Downloaded four-cc v0.4.0
29472026-08-20T01:44:07.509Z[ helios-setup] Aug 20 01:44:06.849 INFO E| Downloaded strsim v0.8.0
29482026-08-20T01:44:07.512Z[ helios-setup] Aug 20 01:44:06.850 INFO E| Downloaded parse_int v0.9.0
29492026-08-20T01:44:07.517Z[ helios-setup] Aug 20 01:44:06.857 INFO E| Downloaded modular-bitfield-impl v0.13.1
29502026-08-20T01:44:07.539Z[ helios-setup] Aug 20 01:44:06.880 INFO E| Downloaded thiserror v2.0.12
29512026-08-20T01:44:07.544Z[ helios-setup] Aug 20 01:44:06.884 INFO E| Downloaded unic-ucd-ident v0.9.0
29522026-08-20T01:44:07.547Z[ helios-setup] Aug 20 01:44:06.885 INFO E| Downloaded pest_derive v2.8.0
29532026-08-20T01:44:07.547Z[ helios-setup] Aug 20 01:44:06.887 INFO E| Downloaded quote v1.0.40
29542026-08-20T01:44:07.551Z[ helios-setup] Aug 20 01:44:06.888 INFO E| Downloaded rustversion v1.0.20
29552026-08-20T01:44:07.560Z[ helios-setup] Aug 20 01:44:06.900 INFO E| Downloaded thiserror-impl v2.0.12
29562026-08-20T01:44:07.563Z[ helios-setup] Aug 20 01:44:06.901 INFO E| Downloaded ansi_term v0.12.1
29572026-08-20T01:44:07.563Z[ helios-setup] Aug 20 01:44:06.902 INFO E| Downloaded log v0.4.27
29582026-08-20T01:44:07.566Z[ helios-setup] Aug 20 01:44:06.904 INFO E| Downloaded pest_meta v2.8.0
29592026-08-20T01:44:07.566Z[ helios-setup] Aug 20 01:44:06.905 INFO E| Downloaded unicode-ident v1.0.18
29602026-08-20T01:44:07.569Z[ helios-setup] Aug 20 01:44:06.907 INFO E| Downloaded pest_generator v2.8.0
29612026-08-20T01:44:07.569Z[ helios-setup] Aug 20 01:44:06.908 INFO E| Downloaded bytesize v2.0.1
29622026-08-20T01:44:07.569Z[ helios-setup] Aug 20 01:44:06.909 INFO E| Downloaded modular-bitfield v0.13.1
29632026-08-20T01:44:07.574Z[ helios-setup] Aug 20 01:44:06.914 INFO E| Downloaded ryu v1.0.20
29642026-08-20T01:44:07.577Z[ helios-setup] Aug 20 01:44:06.916 INFO E| Downloaded modular-bitfield v0.11.2
29652026-08-20T01:44:07.577Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29662026-08-20T01:44:07.582Z[ helios-setup] Aug 20 01:44:06.923 INFO E| Downloaded proc-macro2 v1.0.95
29672026-08-20T01:44:07.585Z[ helios-setup] Aug 20 01:44:06.925 INFO E| Downloaded serde v1.0.219
29682026-08-20T01:44:07.588Z[ helios-setup] Aug 20 01:44:06.927 INFO E| Downloaded serde_derive v1.0.219
29692026-08-20T01:44:07.588Z[ helios-setup] Aug 20 01:44:06.929 INFO E| Downloaded memchr v2.7.4
29702026-08-20T01:44:07.592Z[ helios-setup] Aug 20 01:44:06.933 INFO E| Downloaded zerocopy-derive v0.8.25
29712026-08-20T01:44:07.596Z[ helios-setup] Aug 20 01:44:06.937 INFO E| Downloaded pest v2.8.0
29722026-08-20T01:44:07.599Z[ helios-setup] Aug 20 01:44:06.940 INFO E| Downloaded syn v2.0.101
29732026-08-20T01:44:07.607Z[ helios-setup] Aug 20 01:44:06.947 INFO E| Downloaded clap v2.34.0
29742026-08-20T01:44:07.611Z[ helios-setup] Aug 20 01:44:06.951 INFO E| Downloaded goblin v0.9.3
29752026-08-20T01:44:07.615Z[ helios-setup] Aug 20 01:44:06.956 INFO E| Downloaded zerocopy v0.8.25
29762026-08-20T01:44:07.645Z[ helios-setup] Aug 20 01:44:06.984 INFO E| Downloaded libc v0.2.172
29772026-08-20T01:44:07.674Z[ host-package] Compiling bcs v0.1.6
29782026-08-20T01:44:07.714Z[ helios-setup] Aug 20 01:44:07.053 INFO E| Compiling proc-macro2 v1.0.95
29792026-08-20T01:44:07.718Z[ helios-setup] Aug 20 01:44:07.054 INFO E| Compiling unicode-ident v1.0.18
29802026-08-20T01:44:07.719Z[ helios-setup] Aug 20 01:44:07.054 INFO E| Compiling memchr v2.7.4
29812026-08-20T01:44:07.736Z[ helios-setup] Aug 20 01:44:07.055 INFO E| Compiling autocfg v1.4.0
29822026-08-20T01:44:07.736Z[ helios-setup] Aug 20 01:44:07.055 INFO E| Compiling thiserror v2.0.12
29832026-08-20T01:44:07.739Z[ helios-setup] Aug 20 01:44:07.055 INFO E| Compiling serde v1.0.219
29842026-08-20T01:44:07.739Z[ helios-setup] Aug 20 01:44:07.055 INFO E| Compiling syn v1.0.109
29852026-08-20T01:44:07.742Z[ host-package] Compiling nom v8.0.0
29862026-08-20T01:44:07.746Z[ helios-setup] Aug 20 01:44:07.085 INFO E| Compiling version_check v0.9.5
29872026-08-20T01:44:07.746Z[ helios-setup] Aug 20 01:44:07.085 INFO E| Compiling serde_json v1.0.140
29882026-08-20T01:44:07.746Z[ helios-setup] Aug 20 01:44:07.085 INFO E| Compiling schemars v0.8.22
29892026-08-20T01:44:07.746Z[ helios-setup] Aug 20 01:44:07.085 INFO E| Compiling itoa v1.0.15
29902026-08-20T01:44:07.747Z[ helios-setup] Aug 20 01:44:07.085 INFO E| Compiling ryu v1.0.20
29912026-08-20T01:44:07.747Z[ helios-setup] Aug 20 01:44:07.085 INFO E| Compiling dyn-clone v1.0.19
29922026-08-20T01:44:07.747Z[ helios-setup] Aug 20 01:44:07.085 INFO E| Compiling static_assertions v1.1.0
29932026-08-20T01:44:07.747Z[ helios-setup] Aug 20 01:44:07.085 INFO E| Compiling libc v0.2.172
29942026-08-20T01:44:07.747Z[ helios-setup] Aug 20 01:44:07.085 INFO E| Compiling ucd-trie v0.1.7
29952026-08-20T01:44:08.162Z[ helios-setup] Aug 20 01:44:07.502 INFO E| Compiling rustversion v1.0.20
29962026-08-20T01:44:08.331Z[ helios-setup] Aug 20 01:44:07.671 INFO E| Compiling zerocopy v0.8.25
29972026-08-20T01:44:08.363Z[ helios-setup] Aug 20 01:44:07.702 INFO E| Compiling paste v1.0.15
29982026-08-20T01:44:08.508Z[ helios-setup] Aug 20 01:44:07.848 INFO E| Compiling once_cell v1.21.3
29992026-08-20T01:44:08.611Z[ helios-setup] Aug 20 01:44:07.952 INFO E| Compiling heck v0.5.0
30002026-08-20T01:44:08.631Z[ host-package] Compiling semver v0.1.20
30012026-08-20T01:44:08.640Z[ helios-setup] Aug 20 01:44:07.980 INFO E| Compiling proc-macro-error-attr v1.0.4
30022026-08-20T01:44:08.643Z[ helios-setup] Aug 20 01:44:07.981 INFO E| Compiling proc-macro-error v1.0.4
30032026-08-20T01:44:08.750Z[ helios-setup] Aug 20 01:44:08.090 INFO E| Compiling unicode-width v0.1.14
30042026-08-20T01:44:08.888Z[ helios-setup] Aug 20 01:44:08.228 INFO E| Compiling unicode-segmentation v1.12.0
30052026-08-20T01:44:08.888Z[ helios-setup] Aug 20 01:44:08.228 INFO E| Compiling strsim v0.8.0
30062026-08-20T01:44:08.954Z[ helios-setup] Aug 20 01:44:08.295 INFO E| Compiling num-traits v0.2.19
30072026-08-20T01:44:09.018Z[ helios-setup] Aug 20 01:44:08.359 INFO E| Compiling memoffset v0.9.1
30082026-08-20T01:44:09.035Z[ helios-setup] Aug 20 01:44:08.375 INFO E| Compiling vec_map v0.8.2
30092026-08-20T01:44:09.067Z[ helios-setup] Aug 20 01:44:08.407 INFO E| Compiling ansi_term v0.12.1
30102026-08-20T01:44:09.067Z[ helios-setup] Aug 20 01:44:08.407 INFO E| Compiling bitflags v1.3.2
30112026-08-20T01:44:09.071Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
30122026-08-20T01:44:09.180Z[ helios-setup] Aug 20 01:44:08.520 INFO E| Compiling byteorder v1.5.0
30132026-08-20T01:44:09.187Z[ helios-setup] Aug 20 01:44:08.527 INFO E| Compiling unic-common v0.9.0
30142026-08-20T01:44:09.202Z[ helios-setup] Aug 20 01:44:08.543 INFO E| Compiling fletcher v1.0.0
30152026-08-20T01:44:09.293Z[ helios-setup] Aug 20 01:44:08.633 INFO E| Compiling atty v0.2.14
30162026-08-20T01:44:09.315Z[ host-package] Compiling rustc_version v0.1.7
30172026-08-20T01:44:09.315Z[ helios-setup] Aug 20 01:44:08.656 INFO E| Compiling strum v0.27.1
30182026-08-20T01:44:09.347Z[ helios-setup] Aug 20 01:44:08.687 INFO E| Compiling unic-char-range v0.9.0
30192026-08-20T01:44:09.365Z[ helios-setup] Aug 20 01:44:08.705 INFO E| Compiling unic-ucd-version v0.9.0
30202026-08-20T01:44:09.401Z[ helios-setup] Aug 20 01:44:08.717 INFO E| Compiling plain v0.2.3
30212026-08-20T01:44:09.411Z[ helios-setup] Aug 20 01:44:08.751 INFO E| Compiling log v0.4.27
30222026-08-20T01:44:09.433Z[ helios-setup] Aug 20 01:44:08.774 INFO E| Compiling lazy_static v1.5.0
30232026-08-20T01:44:09.464Z[ helios-setup] Aug 20 01:44:08.804 INFO E| Compiling textwrap v0.11.0
30242026-08-20T01:44:09.503Z[ helios-setup] Aug 20 01:44:08.843 INFO E| Compiling unic-char-property v0.9.0
30252026-08-20T01:44:09.522Z[ helios-setup] Aug 20 01:44:08.862 INFO E| Compiling bytesize v2.0.1
30262026-08-20T01:44:09.593Z[ helios-setup] Aug 20 01:44:08.933 INFO E| Compiling unic-ucd-ident v0.9.0
30272026-08-20T01:44:09.676Z[ helios-setup] Aug 20 01:44:09.016 INFO E| Compiling clap v2.34.0
30282026-08-20T01:44:09.697Z[ helios-setup] Aug 20 01:44:09.038 INFO E| Compiling heck v0.3.3
30292026-08-20T01:44:09.777Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
30302026-08-20T01:44:09.835Z[ host-package] Compiling newtype_derive v0.1.6
30312026-08-20T01:44:10.065Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30322026-08-20T01:44:10.136Z[ helios-setup] Aug 20 01:44:09.476 INFO E| Compiling quote v1.0.40
30332026-08-20T01:44:10.323Z[ helios-setup] Aug 20 01:44:09.663 INFO E| Compiling syn v2.0.101
30342026-08-20T01:44:10.482Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
30352026-08-20T01:44:10.567Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30362026-08-20T01:44:10.606Z[ helios-setup] Aug 20 01:44:09.946 INFO E| Compiling parse_int v0.9.0
30372026-08-20T01:44:10.832Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
30382026-08-20T01:44:10.874Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30392026-08-20T01:44:11.546Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30402026-08-20T01:44:11.709Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30412026-08-20T01:44:12.147Z[ host-package] Compiling steno v0.4.1
30422026-08-20T01:44:13.034Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
30432026-08-20T01:44:13.090Z[ host-package] Compiling sha1 v0.10.6
30442026-08-20T01:44:13.176Z[ helios-setup] Aug 20 01:44:12.516 INFO E| Compiling serde_derive_internals v0.29.1
30452026-08-20T01:44:13.220Z[ helios-setup] Aug 20 01:44:12.560 INFO E| Compiling modular-bitfield-impl v0.11.2
30462026-08-20T01:44:13.220Z[ helios-setup] Aug 20 01:44:12.560 INFO E| Compiling structopt-derive v0.4.18
30472026-08-20T01:44:13.719Z[ host-package] Compiling tagptr v0.2.0
30482026-08-20T01:44:13.795Z[ host-package] Compiling utf-8 v0.7.6
30492026-08-20T01:44:14.075Z[ host-package] Compiling moka v0.12.13
30502026-08-20T01:44:14.133Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30512026-08-20T01:44:14.158Z[ helios-setup] Aug 20 01:44:13.497 INFO E| Compiling thiserror-impl v2.0.12
30522026-08-20T01:44:14.158Z[ helios-setup] Aug 20 01:44:13.497 INFO E| Compiling serde_derive v1.0.219
30532026-08-20T01:44:14.161Z[ helios-setup] Aug 20 01:44:13.497 INFO E| Compiling schemars_derive v0.8.22
30542026-08-20T01:44:14.165Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
30552026-08-20T01:44:14.168Z[ helios-setup] Aug 20 01:44:13.504 INFO E| Compiling zerocopy-derive v0.8.25
30562026-08-20T01:44:14.168Z[ helios-setup] Aug 20 01:44:13.504 INFO E| Compiling modular-bitfield-impl v0.13.1
30572026-08-20T01:44:14.168Z[ helios-setup] Aug 20 01:44:13.504 INFO E| Compiling num-derive v0.4.2
30582026-08-20T01:44:14.168Z[ helios-setup] Aug 20 01:44:13.504 INFO E| Compiling strum_macros v0.27.1
30592026-08-20T01:44:14.168Z[ helios-setup] Aug 20 01:44:13.504 INFO E| Compiling scroll_derive v0.12.1
30602026-08-20T01:44:14.564Z[ helios-setup] Aug 20 01:44:13.904 INFO E| Compiling structopt v0.3.26
30612026-08-20T01:44:14.607Z[ host-package] Compiling tungstenite v0.21.0
30622026-08-20T01:44:14.974Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30632026-08-20T01:44:15.218Z[ helios-setup] Aug 20 01:44:14.557 INFO E| Compiling modular-bitfield v0.11.2
30642026-08-20T01:44:15.418Z[ helios-setup] Aug 20 01:44:14.758 INFO E| Compiling scroll v0.12.0
30652026-08-20T01:44:15.701Z[ helios-setup] Aug 20 01:44:15.041 INFO E| Compiling goblin v0.9.3
30662026-08-20T01:44:15.897Z[ host-package] Compiling hickory-resolver v0.25.2
30672026-08-20T01:44:16.231Z[ helios-setup] Aug 20 01:44:15.571 INFO E| Compiling pest v2.8.0
30682026-08-20T01:44:16.314Z[ host-package] Compiling tokio-tungstenite v0.21.0
30692026-08-20T01:44:16.370Z[ helios-setup] Aug 20 01:44:15.711 INFO E| Compiling modular-bitfield v0.13.1
30702026-08-20T01:44:17.067Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30712026-08-20T01:44:17.946Z[ helios-setup] Aug 20 01:44:17.285 INFO E| Compiling pest_meta v2.8.0
30722026-08-20T01:44:18.036Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30732026-08-20T01:44:18.524Z[ host-package] Compiling darling_core v0.21.3
30742026-08-20T01:44:18.600Z[ helios-setup] Aug 20 01:44:17.940 INFO E| Compiling pest_generator v2.8.0
30752026-08-20T01:44:18.749Z[ host-package] Compiling display-error-chain v0.2.2
30762026-08-20T01:44:19.027Z[ host-package] Compiling libscf-sys v1.2.0
30772026-08-20T01:44:19.136Z[ host-package] Compiling vergen-lib v0.1.6
30782026-08-20T01:44:19.226Z[ host-package] Compiling diesel_derives v2.3.7
30792026-08-20T01:44:19.635Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30802026-08-20T01:44:19.685Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30812026-08-20T01:44:19.743Z[ helios-setup] Aug 20 01:44:19.083 INFO E| Compiling pest_derive v2.8.0
30822026-08-20T01:44:19.812Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30832026-08-20T01:44:20.288Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30842026-08-20T01:44:20.480Z[ host-package] Compiling vergen-gitcl v1.0.8
30852026-08-20T01:44:20.615Z[ helios-setup] Aug 20 01:44:19.955 INFO E| Compiling json5 v0.4.1
30862026-08-20T01:44:20.797Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
30872026-08-20T01:44:21.044Z[ host-package] Compiling dirs-sys-next v0.1.2
30882026-08-20T01:44:21.108Z[ host-package] Compiling maplit v1.0.2
30892026-08-20T01:44:21.297Z[ host-package] Compiling darling_macro v0.21.3
30902026-08-20T01:44:21.300Z[ host-package] Compiling glob v0.3.3
30912026-08-20T01:44:21.381Z[ host-package] Compiling crunchy v0.2.4
30922026-08-20T01:44:21.454Z[ host-package] Compiling dirs-next v2.0.0
30932026-08-20T01:44:21.784Z[ host-package] Compiling clang-sys v1.8.1
30942026-08-20T01:44:21.881Z[ helios-setup] Aug 20 01:44:21.222 INFO E| Compiling four-cc v0.4.0
30952026-08-20T01:44:21.882Z[ helios-setup] Aug 20 01:44:21.222 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
30962026-08-20T01:44:21.895Z[ host-package] Compiling darling v0.21.3
30972026-08-20T01:44:21.935Z[ host-package] Compiling r2d2 v0.8.10
30982026-08-20T01:44:22.000Z[ helios-setup] Aug 20 01:44:21.340 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
30992026-08-20T01:44:22.103Z[ host-package] Compiling dsl_auto_type v0.2.0
31002026-08-20T01:44:22.155Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31012026-08-20T01:44:22.407Z[ host-package] Compiling papergrid v0.18.0
31022026-08-20T01:44:22.489Z[ host-package] Compiling tiny-keccak v2.0.2
31032026-08-20T01:44:22.539Z[ host-package] Compiling downcast-rs v2.0.2
31042026-08-20T01:44:22.628Z[ host-package] Compiling xshell-macros v0.2.7
31052026-08-20T01:44:22.778Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31062026-08-20T01:44:23.060Z[ host-package] Compiling term v0.7.0
31072026-08-20T01:44:23.150Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31082026-08-20T01:44:23.288Z[ host-package] Compiling xshell v0.2.7
31092026-08-20T01:44:23.363Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
31102026-08-20T01:44:23.661Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
31112026-08-20T01:44:23.750Z[ host-package] Compiling tabled v0.21.0
31122026-08-20T01:44:23.829Z[ host-package] Compiling bit-vec v0.6.3
31132026-08-20T01:44:23.876Z[ host-package] Compiling ascii-canvas v3.0.0
31142026-08-20T01:44:24.174Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31152026-08-20T01:44:24.212Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31162026-08-20T01:44:24.257Z[ host-package] Compiling bit-set v0.5.3
31172026-08-20T01:44:24.499Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
31182026-08-20T01:44:24.621Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31192026-08-20T01:44:25.226Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31202026-08-20T01:44:25.348Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31212026-08-20T01:44:25.427Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31222026-08-20T01:44:25.588Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31232026-08-20T01:44:25.753Z[ host-package] Compiling itertools v0.10.5
31242026-08-20T01:44:25.784Z[ host-package] Compiling ena v0.14.4
31252026-08-20T01:44:25.861Z[ host-package] Compiling libloading v0.8.9
31262026-08-20T01:44:26.101Z[ host-package] Compiling diff v0.1.13
31272026-08-20T01:44:26.214Z[ host-package] Compiling regex-syntax v0.6.29
31282026-08-20T01:44:26.458Z[ host-package] Compiling unicase v2.9.0
31292026-08-20T01:44:26.492Z[ host-package] Compiling bindgen v0.71.1
31302026-08-20T01:44:26.953Z[ host-package] Compiling cexpr v0.6.0
31312026-08-20T01:44:27.140Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31322026-08-20T01:44:27.231Z[ host-package] Compiling crc8 v0.1.1
31332026-08-20T01:44:27.372Z[ host-package] Compiling rustc-hash v2.1.1
31342026-08-20T01:44:27.637Z[ host-package] Compiling lalrpop v0.19.12
31352026-08-20T01:44:27.663Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31362026-08-20T01:44:27.829Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31372026-08-20T01:44:27.999Z[ host-package] Compiling diesel v2.3.7
31382026-08-20T01:44:28.149Z[ host-package] Compiling headers-core v0.3.0
31392026-08-20T01:44:28.280Z[ host-package] Compiling libxml v0.3.3
31402026-08-20T01:44:28.398Z[ host-package] Compiling headers v0.4.1
31412026-08-20T01:44:28.606Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31422026-08-20T01:44:28.841Z[ host-package] Compiling strum_macros v0.24.3
31432026-08-20T01:44:29.097Z[ host-package] Compiling indoc v1.0.9
31442026-08-20T01:44:29.466Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31452026-08-20T01:44:29.568Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31462026-08-20T01:44:29.705Z[ host-package] Compiling derive_builder v0.20.2
31472026-08-20T01:44:29.894Z[ host-package] Compiling oso-derive v0.27.3
31482026-08-20T01:44:29.981Z[ host-package] Compiling quick-xml v0.37.5
31492026-08-20T01:44:30.117Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
31502026-08-20T01:44:30.159Z[ host-package] Compiling openssl-probe v0.1.6
31512026-08-20T01:44:30.237Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31522026-08-20T01:44:30.509Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31532026-08-20T01:44:30.541Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31542026-08-20T01:44:31.050Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31552026-08-20T01:44:31.240Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31562026-08-20T01:44:31.442Z[ host-package] Compiling bb8 v0.8.6
31572026-08-20T01:44:31.470Z[ host-package] Compiling trait-variant v0.1.2
31582026-08-20T01:44:31.507Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
31592026-08-20T01:44:31.853Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31602026-08-20T01:44:31.924Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31612026-08-20T01:44:32.024Z[ host-package] Compiling half v1.8.3
31622026-08-20T01:44:32.060Z[ host-package] Compiling proc-macro-error2 v2.0.1
31632026-08-20T01:44:32.107Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
31642026-08-20T01:44:32.216Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31652026-08-20T01:44:32.499Z[ host-package] Compiling serde_cbor v0.11.2
31662026-08-20T01:44:32.545Z[ host-package] Compiling hashbrown v0.14.5
31672026-08-20T01:44:32.626Z[ host-package] Compiling rfc6979 v0.4.0
31682026-08-20T01:44:32.749Z[ host-package] Compiling salty v0.3.0
31692026-08-20T01:44:32.791Z[ host-package] Compiling ecdsa v0.16.9
31702026-08-20T01:44:33.126Z[ host-package] Compiling chumsky v0.9.3
31712026-08-20T01:44:33.225Z[ host-package] Compiling knus-derive v3.4.0
31722026-08-20T01:44:33.228Z[ host-package] Compiling samael v0.0.19
31732026-08-20T01:44:33.428Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31742026-08-20T01:44:33.704Z[ host-package] Compiling progenitor-impl v0.13.0
31752026-08-20T01:44:33.708Z[ host-package] Compiling primeorder v0.13.6
31762026-08-20T01:44:34.075Z[ host-package] Compiling nonempty v0.12.0
31772026-08-20T01:44:34.322Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31782026-08-20T01:44:34.372Z[ host-package] Compiling p384 v0.13.1
31792026-08-20T01:44:34.613Z[ host-package] Compiling knus v3.4.0
31802026-08-20T01:44:35.306Z[ host-package] Compiling polar-core v0.27.3
31812026-08-20T01:44:35.564Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31822026-08-20T01:44:35.921Z[ host-package] Compiling progenitor-macro v0.13.0
31832026-08-20T01:44:35.943Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31842026-08-20T01:44:36.086Z[ helios-setup] Aug 20 01:44:35.426 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
31852026-08-20T01:44:36.793Z[ host-package] Compiling progenitor-client v0.13.0
31862026-08-20T01:44:37.027Z[ host-package] Compiling fxhash v0.2.1
31872026-08-20T01:44:37.378Z[ host-package] Compiling libz-sys v1.1.24
31882026-08-20T01:44:37.500Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
31892026-08-20T01:44:37.557Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
31902026-08-20T01:44:37.926Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31912026-08-20T01:44:38.180Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31922026-08-20T01:44:38.618Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31932026-08-20T01:44:39.051Z[ helios-setup] Aug 20 01:44:38.391 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31942026-08-20T01:44:39.367Z[ host-package] Compiling kstat-rs v0.2.5
31952026-08-20T01:44:39.761Z[ host-package] Compiling mime_guess v2.0.5
31962026-08-20T01:44:39.914Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31972026-08-20T01:44:40.416Z[ host-package] Compiling progenitor v0.13.0
31982026-08-20T01:44:40.985Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31992026-08-20T01:44:41.684Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32002026-08-20T01:44:41.756Z[ host-package] Compiling nanorand v0.7.0
32012026-08-20T01:44:41.996Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
32022026-08-20T01:44:42.196Z[ host-package] Compiling parking_lot_core v0.8.6
32032026-08-20T01:44:42.615Z[ host-package] Compiling flume v0.11.1
32042026-08-20T01:44:42.898Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32052026-08-20T01:44:43.024Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32062026-08-20T01:44:43.226Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32072026-08-20T01:44:43.885Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32082026-08-20T01:44:44.091Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32092026-08-20T01:44:44.361Z[ host-package] Compiling git-stub v1.0.0
32102026-08-20T01:44:44.581Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
32112026-08-20T01:44:44.680Z[ host-package] Compiling instability v0.3.11
32122026-08-20T01:44:44.859Z[ host-package] Compiling http-range v0.1.5
32132026-08-20T01:44:45.059Z[ host-package] Compiling oso v0.27.3
32142026-08-20T01:44:45.297Z[ host-package] Compiling strsim v0.10.0
32152026-08-20T01:44:45.425Z[ host-package] Compiling corncobs v0.1.4
32162026-08-20T01:44:45.654Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32172026-08-20T01:44:45.707Z[ host-package] Compiling darling_core v0.13.4
32182026-08-20T01:44:46.090Z[ host-package] Compiling git-stub-vcs v0.1.0
32192026-08-20T01:44:46.718Z[ host-package] Compiling diesel-dtrace v0.5.0
32202026-08-20T01:44:47.114Z[ host-package] Compiling async-bb8-diesel v0.2.1
32212026-08-20T01:44:47.615Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32222026-08-20T01:44:49.120Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32232026-08-20T01:44:50.611Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32242026-08-20T01:44:50.953Z[ host-package] Compiling ignore v0.4.25
32252026-08-20T01:44:51.229Z[ helios-setup] Aug 20 01:44:50.569 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.30s
32262026-08-20T01:44:51.265Z[ helios-setup] Aug 20 01:44:50.604 INFO building project "amd-host-image-builder" ok (45 seconds)
32272026-08-20T01:44:51.265Z[ helios-setup] Aug 20 01:44:50.605 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
32282026-08-20T01:44:51.273Z[ helios-setup] Aug 20 01:44:50.613 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
32292026-08-20T01:44:51.273Z[ helios-setup] Aug 20 01:44:50.613 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
32302026-08-20T01:44:51.277Z[ helios-setup] Aug 20 01:44:50.613 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
32312026-08-20T01:44:51.379Z[ helios-setup] Aug 20 01:44:50.719 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
32322026-08-20T01:44:51.723Z[ helios-setup] Aug 20 01:44:51.063 INFO E| From https://github.com/jclulow/rust-jmclib
32332026-08-20T01:44:51.723Z[ helios-setup] Aug 20 01:44:51.063 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
32342026-08-20T01:44:51.759Z[ helios-setup] Aug 20 01:44:51.098 INFO E| Updating crates.io index
32352026-08-20T01:44:51.804Z[ helios-setup] Aug 20 01:44:51.144 INFO E| Downloading crates ...
32362026-08-20T01:44:51.849Z[ helios-setup] Aug 20 01:44:51.189 INFO E| Downloaded block-buffer v0.9.0
32372026-08-20T01:44:51.856Z[ helios-setup] Aug 20 01:44:51.195 INFO E| Downloaded once_cell v1.18.0
32382026-08-20T01:44:51.859Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32392026-08-20T01:44:51.863Z[ helios-setup] Aug 20 01:44:51.203 INFO E| Downloaded tempfile v3.7.0
32402026-08-20T01:44:51.866Z[ helios-setup] Aug 20 01:44:51.205 INFO E| Downloaded unicode-ident v1.0.11
32412026-08-20T01:44:51.872Z[ helios-setup] Aug 20 01:44:51.212 INFO E| Downloaded anyhow v1.0.72
32422026-08-20T01:44:51.872Z[ helios-setup] Aug 20 01:44:51.212 INFO E| Downloaded fastrand v2.0.0
32432026-08-20T01:44:51.874Z[ helios-setup] Aug 20 01:44:51.212 INFO E| Downloaded itoa v1.0.9
32442026-08-20T01:44:51.874Z[ helios-setup] Aug 20 01:44:51.213 INFO E| Downloaded quote v1.0.31
32452026-08-20T01:44:51.874Z[ helios-setup] Aug 20 01:44:51.214 INFO E| Downloaded libdevinfo-sys v1.0.0
32462026-08-20T01:44:51.878Z[ helios-setup] Aug 20 01:44:51.218 INFO E| Downloaded errno v0.3.1
32472026-08-20T01:44:51.885Z[ helios-setup] Aug 20 01:44:51.219 INFO E| Downloaded cpufeatures v0.2.9
32482026-08-20T01:44:51.885Z[ helios-setup] Aug 20 01:44:51.220 INFO E| Downloaded digest v0.9.0
32492026-08-20T01:44:51.886Z[ helios-setup] Aug 20 01:44:51.220 INFO E| Downloaded md-5 v0.9.1
32502026-08-20T01:44:51.886Z[ helios-setup] Aug 20 01:44:51.225 INFO E| Downloaded sha-1 v0.9.8
32512026-08-20T01:44:51.889Z[ helios-setup] Aug 20 01:44:51.227 INFO E| Downloaded opaque-debug v0.3.0
32522026-08-20T01:44:51.894Z[ helios-setup] Aug 20 01:44:51.233 INFO E| Downloaded walkdir v2.3.3
32532026-08-20T01:44:51.897Z[ helios-setup] Aug 20 01:44:51.234 INFO E| Downloaded proc-macro2 v1.0.66
32542026-08-20T01:44:51.897Z[ helios-setup] Aug 20 01:44:51.235 INFO E| Downloaded uuid v0.8.2
32552026-08-20T01:44:51.901Z[ helios-setup] Aug 20 01:44:51.241 INFO E| Downloaded getrandom v0.2.10
32562026-08-20T01:44:51.905Z[ helios-setup] Aug 20 01:44:51.245 INFO E| Downloaded toml v0.5.11
32572026-08-20T01:44:51.908Z[ helios-setup] Aug 20 01:44:51.246 INFO E| Downloaded typenum v1.16.0
32582026-08-20T01:44:51.910Z[ helios-setup] Aug 20 01:44:51.248 INFO E| Downloaded bitflags v2.3.3
32592026-08-20T01:44:51.910Z[ helios-setup] Aug 20 01:44:51.250 INFO E| Downloaded ryu v1.0.15
32602026-08-20T01:44:51.913Z[ helios-setup] Aug 20 01:44:51.251 INFO E| Downloaded serde_derive v1.0.193
32612026-08-20T01:44:51.913Z[ helios-setup] Aug 20 01:44:51.253 INFO E| Downloaded serde v1.0.193
32622026-08-20T01:44:51.916Z[ helios-setup] Aug 20 01:44:51.255 INFO E| Downloaded glob v0.3.1
32632026-08-20T01:44:51.940Z[ helios-setup] Aug 20 01:44:51.279 INFO E| Downloaded serde_json v1.0.103
32642026-08-20T01:44:51.947Z[ helios-setup] Aug 20 01:44:51.287 INFO E| Downloaded syn v2.0.32
32652026-08-20T01:44:51.960Z[ helios-setup] Aug 20 01:44:51.300 INFO E| Downloaded rustix v0.38.4
32662026-08-20T01:44:51.978Z[ helios-setup] Aug 20 01:44:51.318 INFO E| Downloaded libc v0.2.147
32672026-08-20T01:44:52.041Z[ helios-setup] Aug 20 01:44:51.381 INFO E| Compiling libc v0.2.147
32682026-08-20T01:44:52.041Z[ helios-setup] Aug 20 01:44:51.381 INFO E| Compiling proc-macro2 v1.0.66
32692026-08-20T01:44:52.041Z[ helios-setup] Aug 20 01:44:51.381 INFO E| Compiling unicode-ident v1.0.11
32702026-08-20T01:44:52.041Z[ helios-setup] Aug 20 01:44:51.381 INFO E| Compiling cfg-if v1.0.0
32712026-08-20T01:44:52.041Z[ helios-setup] Aug 20 01:44:51.381 INFO E| Compiling version_check v0.9.4
32722026-08-20T01:44:52.045Z[ helios-setup] Aug 20 01:44:51.381 INFO E| Compiling typenum v1.16.0
32732026-08-20T01:44:52.045Z[ helios-setup] Aug 20 01:44:51.381 INFO E| Compiling serde v1.0.193
32742026-08-20T01:44:52.045Z[ helios-setup] Aug 20 01:44:51.381 INFO E| Compiling itoa v1.0.9
32752026-08-20T01:44:52.045Z[ helios-setup] Aug 20 01:44:51.381 INFO E| Compiling slog v2.7.0
32762026-08-20T01:44:52.045Z[ helios-setup] Aug 20 01:44:51.381 INFO E| Compiling powerfmt v0.2.0
32772026-08-20T01:44:52.045Z[ helios-setup] Aug 20 01:44:51.381 INFO E| Compiling rustix v0.38.4
32782026-08-20T01:44:52.045Z[ helios-setup] Aug 20 01:44:51.381 INFO E| Compiling time-core v0.1.2
32792026-08-20T01:44:52.045Z[ helios-setup] Aug 20 01:44:51.381 INFO E| Compiling num-conv v0.1.0
32802026-08-20T01:44:52.045Z[ helios-setup] Aug 20 01:44:51.381 INFO E| Compiling once_cell v1.18.0
32812026-08-20T01:44:52.045Z[ helios-setup] Aug 20 01:44:51.381 INFO E| Compiling num_threads v0.1.6
32822026-08-20T01:44:52.045Z[ helios-setup] Aug 20 01:44:51.381 INFO E| Compiling bitflags v2.3.3
32832026-08-20T01:44:52.144Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32842026-08-20T01:44:52.264Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32852026-08-20T01:44:52.324Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
32862026-08-20T01:44:52.759Z[ helios-setup] Aug 20 01:44:52.098 INFO E| Compiling deranged v0.3.11
32872026-08-20T01:44:52.765Z[ helios-setup] Aug 20 01:44:52.105 INFO E| Compiling generic-array v0.14.7
32882026-08-20T01:44:52.870Z[ helios-setup] Aug 20 01:44:52.209 INFO E| Compiling fastrand v2.0.0
32892026-08-20T01:44:52.921Z[ helios-setup] Aug 20 01:44:52.260 INFO E| Compiling opaque-debug v0.3.0
32902026-08-20T01:44:52.952Z[ helios-setup] Aug 20 01:44:52.291 INFO E| Compiling serde_json v1.0.103
32912026-08-20T01:44:53.001Z[ helios-setup] Aug 20 01:44:52.340 INFO E| Compiling anyhow v1.0.72
32922026-08-20T01:44:53.074Z[ helios-setup] Aug 20 01:44:52.413 INFO E| Compiling thread_local v1.1.7
32932026-08-20T01:44:53.099Z[ helios-setup] Aug 20 01:44:52.438 INFO E| Compiling same-file v1.0.6
32942026-08-20T01:44:53.131Z[ helios-setup] Aug 20 01:44:52.471 INFO E| Compiling cpufeatures v0.2.9
32952026-08-20T01:44:53.241Z[ helios-setup] Aug 20 01:44:52.581 INFO E| Compiling ryu v1.0.15
32962026-08-20T01:44:53.256Z[ helios-setup] Aug 20 01:44:52.595 INFO E| Compiling time-macros v0.2.18
32972026-08-20T01:44:53.268Z[ helios-setup] Aug 20 01:44:52.607 INFO E| Compiling unicode-width v0.1.10
32982026-08-20T01:44:53.413Z[ helios-setup] Aug 20 01:44:52.752 INFO E| Compiling walkdir v2.3.3
32992026-08-20T01:44:53.413Z[ helios-setup] Aug 20 01:44:52.752 INFO E| Compiling libdevinfo-sys v1.0.0
33002026-08-20T01:44:53.541Z[ helios-setup] Aug 20 01:44:52.881 INFO E| Compiling getopts v0.2.21
33012026-08-20T01:44:53.601Z[ helios-setup] Aug 20 01:44:52.940 INFO E| Compiling quote v1.0.31
33022026-08-20T01:44:53.672Z[ helios-setup] Aug 20 01:44:53.011 INFO E| Compiling glob v0.3.1
33032026-08-20T01:44:53.860Z[ helios-setup] Aug 20 01:44:53.199 INFO E| Compiling syn v2.0.32
33042026-08-20T01:44:54.123Z[ host-package] Compiling anstyle-parse v0.2.7
33052026-08-20T01:44:54.349Z[ helios-setup] Aug 20 01:44:53.689 INFO E| Compiling dirs-sys-next v0.1.2
33062026-08-20T01:44:54.349Z[ helios-setup] Aug 20 01:44:53.689 INFO E| Compiling errno v0.3.1
33072026-08-20T01:44:54.353Z[ helios-setup] Aug 20 01:44:53.689 INFO E| Compiling atty v0.2.14
33082026-08-20T01:44:54.353Z[ helios-setup] Aug 20 01:44:53.689 INFO E| Compiling getrandom v0.2.10
33092026-08-20T01:44:54.471Z[ host-package] Compiling secrecy v0.8.0
33102026-08-20T01:44:54.551Z[ helios-setup] Aug 20 01:44:53.885 INFO E| Compiling dirs-next v2.0.0
33112026-08-20T01:44:54.625Z[ helios-setup] Aug 20 01:44:53.962 INFO E| Compiling term v0.7.0
33122026-08-20T01:44:54.651Z[ host-package] Compiling vergen-git2 v9.1.0
33132026-08-20T01:44:54.814Z[ host-package] Compiling castaway v0.2.4
33142026-08-20T01:44:54.919Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33152026-08-20T01:44:55.037Z[ host-package] Compiling indoc v2.0.7
33162026-08-20T01:44:55.088Z[ helios-setup] Aug 20 01:44:54.427 INFO E| Compiling block-buffer v0.9.0
33172026-08-20T01:44:55.088Z[ helios-setup] Aug 20 01:44:54.427 INFO E| Compiling digest v0.9.0
33182026-08-20T01:44:55.116Z[ host-package] Compiling compact_str v0.8.1
33192026-08-20T01:44:55.219Z[ helios-setup] Aug 20 01:44:54.558 INFO E| Compiling sha-1 v0.9.8
33202026-08-20T01:44:55.219Z[ helios-setup] Aug 20 01:44:54.558 INFO E| Compiling md-5 v0.9.1
33212026-08-20T01:44:55.248Z[ helios-setup] Aug 20 01:44:54.582 INFO E| Compiling tempfile v3.7.0
33222026-08-20T01:44:55.347Z[ helios-setup] Aug 20 01:44:54.686 INFO E| Compiling time v0.3.36
33232026-08-20T01:44:55.709Z[ host-package] Compiling anstream v0.6.21
33242026-08-20T01:44:55.943Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33252026-08-20T01:44:55.943Z[ helios-setup] Aug 20 01:44:55.283 INFO E| Compiling serde_derive v1.0.193
33262026-08-20T01:44:56.432Z[ helios-setup] Aug 20 01:44:55.772 INFO E| Compiling slog-term v2.9.0
33272026-08-20T01:44:56.442Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33282026-08-20T01:44:56.919Z[ host-package] Compiling globwalk v0.9.1
33292026-08-20T01:44:57.212Z[ host-package] Compiling hyper-staticfile v0.10.1
33302026-08-20T01:44:57.358Z[ host-package] Compiling parking_lot v0.11.2
33312026-08-20T01:44:57.653Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33322026-08-20T01:44:57.719Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33332026-08-20T01:44:58.337Z[ host-package] Compiling darling_macro v0.13.4
33342026-08-20T01:44:58.409Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33352026-08-20T01:44:58.465Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33362026-08-20T01:44:58.910Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33372026-08-20T01:44:58.948Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33382026-08-20T01:44:59.219Z[ host-package] Compiling predicates-tree v1.0.13
33392026-08-20T01:44:59.489Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33402026-08-20T01:44:59.685Z[ host-package] Compiling unicode-truncate v1.1.0
33412026-08-20T01:44:59.736Z[ host-package] Compiling lru v0.12.5
33422026-08-20T01:44:59.915Z[ host-package] Compiling prefix-trie v0.7.0
33432026-08-20T01:45:00.010Z[ host-package] Compiling rand_seeder v0.4.0
33442026-08-20T01:45:00.283Z[ host-package] Compiling cassowary v0.3.0
33452026-08-20T01:45:00.333Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
33462026-08-20T01:45:00.456Z[ host-package] Compiling hickory-server v0.25.2
33472026-08-20T01:45:00.495Z[ helios-setup] Aug 20 01:44:59.834 INFO E| Compiling toml v0.5.11
33482026-08-20T01:45:00.495Z[ helios-setup] Aug 20 01:44:59.835 INFO E| Compiling uuid v0.8.2
33492026-08-20T01:45:00.510Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33502026-08-20T01:45:00.695Z[ host-package] Compiling ratatui v0.29.0
33512026-08-20T01:45:00.861Z[ host-package] Compiling camino-tempfile-ext v0.3.3
33522026-08-20T01:45:00.953Z[ host-package] Compiling darling v0.13.4
33532026-08-20T01:45:01.013Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33542026-08-20T01:45:01.164Z[ host-package] Compiling sled v0.34.7
33552026-08-20T01:45:01.273Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33562026-08-20T01:45:01.376Z[ helios-setup] Aug 20 01:45:00.716 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
33572026-08-20T01:45:01.553Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33582026-08-20T01:45:01.847Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33592026-08-20T01:45:02.120Z[ helios-setup] Aug 20 01:45:01.459 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
33602026-08-20T01:45:02.146Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33612026-08-20T01:45:02.259Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33622026-08-20T01:45:02.413Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33632026-08-20T01:45:02.567Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33642026-08-20T01:45:04.349Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33652026-08-20T01:45:04.887Z[ host-package] Compiling serde_with_macros v1.5.2
33662026-08-20T01:45:05.106Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33672026-08-20T01:45:05.803Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33682026-08-20T01:45:05.867Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33692026-08-20T01:45:06.121Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33702026-08-20T01:45:06.358Z[ helios-setup] Aug 20 01:45:05.697 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.07s
33712026-08-20T01:45:06.377Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33722026-08-20T01:45:06.380Z[ helios-setup] Aug 20 01:45:05.720 INFO building project "image-builder" ok (15 seconds)
33732026-08-20T01:45:06.381Z[ helios-setup] Aug 20 01:45:05.720 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
33742026-08-20T01:45:06.391Z[ helios-setup] Aug 20 01:45:05.729 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
33752026-08-20T01:45:06.391Z[ helios-setup] Aug 20 01:45:05.729 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
33762026-08-20T01:45:06.394Z[ helios-setup] Aug 20 01:45:05.729 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
33772026-08-20T01:45:06.505Z[ helios-setup] Aug 20 01:45:05.844 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
33782026-08-20T01:45:06.642Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33792026-08-20T01:45:06.852Z[ helios-setup] Aug 20 01:45:06.191 INFO E| From https://github.com/jclulow/hiercmd
33802026-08-20T01:45:06.852Z[ helios-setup] Aug 20 01:45:06.191 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
33812026-08-20T01:45:06.864Z[ helios-setup] Aug 20 01:45:06.203 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
33822026-08-20T01:45:06.874Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33832026-08-20T01:45:07.100Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33842026-08-20T01:45:07.178Z[ helios-setup] Aug 20 01:45:06.518 INFO E| From https://github.com/oxidecomputer/network-interface
33852026-08-20T01:45:07.178Z[ helios-setup] Aug 20 01:45:06.518 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
33862026-08-20T01:45:07.190Z[ helios-setup] Aug 20 01:45:06.529 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
33872026-08-20T01:45:07.260Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33882026-08-20T01:45:07.324Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33892026-08-20T01:45:07.491Z[ host-package] Compiling arc-swap v1.8.2
33902026-08-20T01:45:07.536Z[ helios-setup] Aug 20 01:45:06.872 INFO E| From https://github.com/oxidecomputer/boot-image-tools
33912026-08-20T01:45:07.536Z[ helios-setup] Aug 20 01:45:06.872 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
33922026-08-20T01:45:07.547Z[ host-package] Compiling void v1.0.2
33932026-08-20T01:45:07.552Z[ helios-setup] Aug 20 01:45:06.891 INFO E| Updating crates.io index
33942026-08-20T01:45:07.614Z[ helios-setup] Aug 20 01:45:06.953 INFO E| Downloading crates ...
33952026-08-20T01:45:07.671Z[ host-package] Compiling lzss v0.8.2
33962026-08-20T01:45:07.690Z[ helios-setup] Aug 20 01:45:07.024 INFO E| Downloaded bitfield-macros v0.19.3
33972026-08-20T01:45:07.690Z[ helios-setup] Aug 20 01:45:07.024 INFO E| Downloaded devinfo v0.1.0
33982026-08-20T01:45:07.693Z[ helios-setup] Aug 20 01:45:07.032 INFO E| Downloaded futures-macro v0.3.31
33992026-08-20T01:45:07.694Z[ helios-setup] Aug 20 01:45:07.033 INFO E| Downloaded futures-task v0.3.31
34002026-08-20T01:45:07.700Z[ helios-setup] Aug 20 01:45:07.039 INFO E| Downloaded serde_spanned v1.0.3
34012026-08-20T01:45:07.704Z[ helios-setup] Aug 20 01:45:07.040 INFO E| Downloaded anstyle-query v1.1.4
34022026-08-20T01:45:07.704Z[ helios-setup] Aug 20 01:45:07.041 INFO E| Downloaded futures-io v0.3.31
34032026-08-20T01:45:07.704Z[ helios-setup] Aug 20 01:45:07.042 INFO E| Downloaded num_enum_derive v0.7.5
34042026-08-20T01:45:07.704Z[ helios-setup] Aug 20 01:45:07.043 INFO E| Downloaded futures-channel v0.3.31
34052026-08-20T01:45:07.708Z[ helios-setup] Aug 20 01:45:07.044 INFO E| Downloaded getopts v0.2.24
34062026-08-20T01:45:07.708Z[ helios-setup] Aug 20 01:45:07.045 INFO E| Downloaded find-msvc-tools v0.1.4
34072026-08-20T01:45:07.719Z[ helios-setup] Aug 20 01:45:07.058 INFO E| Downloaded libdevinfo-sys v1.1.0
34082026-08-20T01:45:07.724Z[ helios-setup] Aug 20 01:45:07.059 INFO E| Downloaded base64ct v1.8.0
34092026-08-20T01:45:07.728Z[ helios-setup] Aug 20 01:45:07.060 INFO E| Downloaded pin-project-lite v0.2.16
34102026-08-20T01:45:07.729Z[ helios-setup] Aug 20 01:45:07.063 INFO E| Downloaded zeroize v1.8.2
34112026-08-20T01:45:07.733Z[ helios-setup] Aug 20 01:45:07.072 INFO E| Downloaded crc v3.3.0
34122026-08-20T01:45:07.736Z[ helios-setup] Aug 20 01:45:07.075 INFO E| Downloaded slab v0.4.11
34132026-08-20T01:45:07.740Z[ helios-setup] Aug 20 01:45:07.076 INFO E| Downloaded futures-executor v0.3.31
34142026-08-20T01:45:07.752Z[ helios-setup] Aug 20 01:45:07.091 INFO E| Downloaded iana-time-zone v0.1.64
34152026-08-20T01:45:07.756Z[ helios-setup] Aug 20 01:45:07.093 INFO E| Downloaded generic-array v0.14.9
34162026-08-20T01:45:07.756Z[ helios-setup] Aug 20 01:45:07.094 INFO E| Downloaded futures-sink v0.3.31
34172026-08-20T01:45:07.770Z[ helios-setup] Aug 20 01:45:07.109 INFO E| Downloaded pin-utils v0.1.0
34182026-08-20T01:45:07.774Z[ helios-setup] Aug 20 01:45:07.110 INFO E| Downloaded time-core v0.1.6
34192026-08-20T01:45:07.774Z[ helios-setup] Aug 20 01:45:07.111 INFO E| Downloaded zeroize_derive v1.4.2
34202026-08-20T01:45:07.780Z[ helios-setup] Aug 20 01:45:07.112 INFO E| Downloaded env_filter v0.1.4
34212026-08-20T01:45:07.780Z[ helios-setup] Aug 20 01:45:07.116 INFO E| Downloaded simd-adler32 v0.3.7
34222026-08-20T01:45:07.791Z[ host-package] Compiling slog-scope v4.4.1
34232026-08-20T01:45:07.791Z[ helios-setup] Aug 20 01:45:07.124 INFO E| Downloaded anstyle v1.0.13
34242026-08-20T01:45:07.791Z[ helios-setup] Aug 20 01:45:07.125 INFO E| Downloaded deranged v0.5.5
34252026-08-20T01:45:07.791Z[ helios-setup] Aug 20 01:45:07.126 INFO E| Downloaded num_enum v0.7.5
34262026-08-20T01:45:07.795Z[ helios-setup] Aug 20 01:45:07.133 INFO E| Downloaded futures-core v0.3.31
34272026-08-20T01:45:07.801Z[ helios-setup] Aug 20 01:45:07.140 INFO E| Downloaded anyhow v1.0.100
34282026-08-20T01:45:07.809Z[ helios-setup] Aug 20 01:45:07.143 INFO E| Downloaded term v1.2.0
34292026-08-20T01:45:07.817Z[ helios-setup] Aug 20 01:45:07.151 INFO E| Downloaded thiserror-impl v2.0.17
34302026-08-20T01:45:07.823Z[ helios-setup] Aug 20 01:45:07.157 INFO E| Downloaded quote v1.0.41
34312026-08-20T01:45:07.823Z[ helios-setup] Aug 20 01:45:07.159 INFO E| Downloaded thiserror v2.0.17
34322026-08-20T01:45:07.823Z[ helios-setup] Aug 20 01:45:07.162 INFO E| Downloaded clap_lex v0.7.6
34332026-08-20T01:45:07.836Z[ helios-setup] Aug 20 01:45:07.163 INFO E| Downloaded tokio-macros v2.6.0
34342026-08-20T01:45:07.836Z[ helios-setup] Aug 20 01:45:07.164 INFO E| Downloaded toml_writer v1.0.4
34352026-08-20T01:45:07.836Z[ helios-setup] Aug 20 01:45:07.164 INFO E| Downloaded signal-hook-registry v1.4.6
34362026-08-20T01:45:07.836Z[ helios-setup] Aug 20 01:45:07.165 INFO E| Downloaded bitfield v0.19.3
34372026-08-20T01:45:07.836Z[ helios-setup] Aug 20 01:45:07.166 INFO E| Downloaded toml_parser v1.0.4
34382026-08-20T01:45:07.836Z[ helios-setup] Aug 20 01:45:07.167 INFO E| Downloaded clap_derive v4.5.49
34392026-08-20T01:45:07.837Z[ helios-setup] Aug 20 01:45:07.169 INFO E| Downloaded toml v0.9.8
34402026-08-20T01:45:07.837Z[ helios-setup] Aug 20 01:45:07.171 INFO E| Downloaded getrandom v0.2.16
34412026-08-20T01:45:07.837Z[ helios-setup] Aug 20 01:45:07.173 INFO E| Downloaded toml_datetime v0.7.3
34422026-08-20T01:45:07.842Z[ helios-setup] Aug 20 01:45:07.182 INFO E| Downloaded time-macros v0.2.24
34432026-08-20T01:45:07.852Z[ helios-setup] Aug 20 01:45:07.191 INFO E| Downloaded bitflags v2.10.0
34442026-08-20T01:45:07.859Z[ helios-setup] Aug 20 01:45:07.198 INFO E| Downloaded env_logger v0.11.8
34452026-08-20T01:45:07.863Z[ helios-setup] Aug 20 01:45:07.203 INFO E| Downloaded log v0.4.28
34462026-08-20T01:45:07.875Z[ helios-setup] Aug 20 01:45:07.215 INFO E| Downloaded memchr v2.7.6
34472026-08-20T01:45:07.879Z[ helios-setup] Aug 20 01:45:07.218 INFO E| Downloaded bytes v1.10.1
34482026-08-20T01:45:07.882Z[ helios-setup] Aug 20 01:45:07.222 INFO E| Downloaded proc-macro2 v1.0.103
34492026-08-20T01:45:07.885Z[ helios-setup] Aug 20 01:45:07.224 INFO E| Downloaded socket2 v0.6.1
34502026-08-20T01:45:07.888Z[ helios-setup] Aug 20 01:45:07.225 INFO E| Downloaded unicode-ident v1.0.22
34512026-08-20T01:45:07.892Z[ helios-setup] Aug 20 01:45:07.232 INFO E| Downloaded rand v0.8.5
34522026-08-20T01:45:07.901Z[ helios-setup] Aug 20 01:45:07.241 INFO E| Downloaded futures v0.3.31
34532026-08-20T01:45:07.904Z[ helios-setup] Aug 20 01:45:07.244 INFO E| Downloaded indexmap v2.12.0
34542026-08-20T01:45:07.907Z[ helios-setup] Aug 20 01:45:07.246 INFO E| Downloaded uuid v1.18.1
34552026-08-20T01:45:07.910Z[ helios-setup] Aug 20 01:45:07.249 INFO E| Downloaded typenum v1.19.0
34562026-08-20T01:45:07.913Z[ helios-setup] Aug 20 01:45:07.251 INFO E| Downloaded toml_edit v0.23.7
34572026-08-20T01:45:07.933Z[ helios-setup] Aug 20 01:45:07.272 INFO E| Downloaded clap v4.5.51
34582026-08-20T01:45:07.940Z[ helios-setup] Aug 20 01:45:07.279 INFO E| Downloaded rsa v0.9.8
34592026-08-20T01:45:07.943Z[ helios-setup] Aug 20 01:45:07.283 INFO E| Downloaded flate2 v1.1.5
34602026-08-20T01:45:07.946Z[ helios-setup] Aug 20 01:45:07.285 INFO E| Downloaded zerocopy-derive v0.8.27
34612026-08-20T01:45:07.952Z[ helios-setup] Aug 20 01:45:07.290 INFO E| Downloaded cc v1.2.44
34622026-08-20T01:45:07.968Z[ helios-setup] Aug 20 01:45:07.307 INFO E| Downloaded time v0.3.44
34632026-08-20T01:45:07.973Z[ helios-setup] Aug 20 01:45:07.312 INFO E| Downloaded hashbrown v0.16.0
34642026-08-20T01:45:07.976Z[ helios-setup] Aug 20 01:45:07.316 INFO E| Downloaded libm v0.2.15
34652026-08-20T01:45:07.983Z[ helios-setup] Aug 20 01:45:07.323 INFO E| Downloaded num-bigint-dig v0.8.4
34662026-08-20T01:45:07.986Z[ helios-setup] Aug 20 01:45:07.325 INFO E| Downloaded iddqd v0.3.14
34672026-08-20T01:45:07.990Z[ helios-setup] Aug 20 01:45:07.329 INFO E| Downloaded clap_builder v4.5.51
34682026-08-20T01:45:07.994Z[ helios-setup] Aug 20 01:45:07.334 INFO E| Downloaded futures-util v0.3.31
34692026-08-20T01:45:08.001Z[ helios-setup] Aug 20 01:45:07.341 INFO E| Downloaded winnow v0.7.13
34702026-08-20T01:45:08.005Z[ host-package] Compiling illumos-nvpair v0.3.0
34712026-08-20T01:45:08.007Z[ helios-setup] Aug 20 01:45:07.347 INFO E| Downloaded mio v1.1.0
34722026-08-20T01:45:08.010Z[ helios-setup] Aug 20 01:45:07.350 INFO E| Downloaded serde_json v1.0.145
34732026-08-20T01:45:08.025Z[ host-package] Compiling serde_with v1.14.0
34742026-08-20T01:45:08.037Z[ helios-setup] Aug 20 01:45:07.377 INFO E| Downloaded chrono v0.4.42
34752026-08-20T01:45:08.042Z[ helios-setup] Aug 20 01:45:07.382 INFO E| Downloaded zerocopy v0.8.27
34762026-08-20T01:45:08.056Z[ helios-setup] Aug 20 01:45:07.395 INFO E| Downloaded syn v2.0.108
34772026-08-20T01:45:08.063Z[ helios-setup] Aug 20 01:45:07.403 INFO E| Downloaded unicode-width v0.2.2
34782026-08-20T01:45:08.070Z[ helios-setup] Aug 20 01:45:07.410 INFO E| Downloaded rustix v1.1.2
34792026-08-20T01:45:08.130Z[ helios-setup] Aug 20 01:45:07.469 INFO E| Downloaded libc v0.2.177
34802026-08-20T01:45:08.146Z[ helios-setup] Aug 20 01:45:07.485 INFO E| Downloaded tokio v1.48.0
34812026-08-20T01:45:08.246Z[ helios-setup] Aug 20 01:45:07.585 INFO E| Compiling proc-macro2 v1.0.103
34822026-08-20T01:45:08.246Z[ helios-setup] Aug 20 01:45:07.585 INFO E| Compiling quote v1.0.41
34832026-08-20T01:45:08.249Z[ helios-setup] Aug 20 01:45:07.585 INFO E| Compiling unicode-ident v1.0.22
34842026-08-20T01:45:08.249Z[ helios-setup] Aug 20 01:45:07.585 INFO E| Compiling libc v0.2.177
34852026-08-20T01:45:08.249Z[ helios-setup] Aug 20 01:45:07.585 INFO E| Compiling serde_core v1.0.228
34862026-08-20T01:45:08.249Z[ helios-setup] Aug 20 01:45:07.585 INFO E| Compiling cfg-if v1.0.4
34872026-08-20T01:45:08.249Z[ helios-setup] Aug 20 01:45:07.585 INFO E| Compiling serde v1.0.228
34882026-08-20T01:45:08.249Z[ helios-setup] Aug 20 01:45:07.585 INFO E| Compiling version_check v0.9.5
34892026-08-20T01:45:08.249Z[ helios-setup] Aug 20 01:45:07.585 INFO E| Compiling autocfg v1.5.0
34902026-08-20T01:45:08.249Z[ helios-setup] Aug 20 01:45:07.585 INFO E| Compiling const-oid v0.9.6
34912026-08-20T01:45:08.249Z[ helios-setup] Aug 20 01:45:07.585 INFO E| Compiling typenum v1.19.0
34922026-08-20T01:45:08.249Z[ helios-setup] Aug 20 01:45:07.585 INFO E| Compiling libm v0.2.15
34932026-08-20T01:45:08.250Z[ helios-setup] Aug 20 01:45:07.585 INFO E| Compiling zerocopy v0.8.27
34942026-08-20T01:45:08.250Z[ helios-setup] Aug 20 01:45:07.585 INFO E| Compiling rustversion v1.0.22
34952026-08-20T01:45:08.250Z[ helios-setup] Aug 20 01:45:07.585 INFO E| Compiling smallvec v1.15.1
34962026-08-20T01:45:08.250Z[ helios-setup] Aug 20 01:45:07.585 INFO E| Compiling zeroize v1.8.2
34972026-08-20T01:45:08.602Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
34982026-08-20T01:45:08.809Z[ helios-setup] Aug 20 01:45:08.147 INFO E| Compiling base64ct v1.8.0
34992026-08-20T01:45:08.889Z[ helios-setup] Aug 20 01:45:08.229 INFO E| Compiling rustix v1.1.2
35002026-08-20T01:45:09.142Z[ helios-setup] Aug 20 01:45:08.481 INFO E| Compiling byteorder v1.5.0
35012026-08-20T01:45:09.273Z[ helios-setup] Aug 20 01:45:08.613 INFO E| Compiling pem-rfc7468 v0.7.0
35022026-08-20T01:45:09.326Z[ helios-setup] Aug 20 01:45:08.666 INFO E| Compiling memchr v2.7.6
35032026-08-20T01:45:09.458Z[ helios-setup] Aug 20 01:45:08.798 INFO E| Compiling num-traits v0.2.19
35042026-08-20T01:45:09.511Z[ helios-setup] Aug 20 01:45:08.851 INFO E| Compiling generic-array v0.14.9
35052026-08-20T01:45:09.659Z[ helios-setup] Aug 20 01:45:08.998 INFO E| Compiling flagset v0.4.7
35062026-08-20T01:45:09.676Z[ helios-setup] Aug 20 01:45:08.999 INFO E| Compiling anyhow v1.0.100
35072026-08-20T01:45:09.706Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35082026-08-20T01:45:09.785Z[ helios-setup] Aug 20 01:45:09.120 INFO E| Compiling equivalent v1.0.2
35092026-08-20T01:45:09.812Z[ helios-setup] Aug 20 01:45:09.151 INFO E| Compiling crc32fast v1.5.0
35102026-08-20T01:45:09.899Z[ helios-setup] Aug 20 01:45:09.238 INFO E| Compiling hashbrown v0.16.0
35112026-08-20T01:45:09.907Z[ host-package] Compiling git2 v0.20.4
35122026-08-20T01:45:09.940Z[ helios-setup] Aug 20 01:45:09.280 INFO E| Compiling winnow v0.7.13
35132026-08-20T01:45:09.996Z[ helios-setup] Aug 20 01:45:09.335 INFO E| Compiling utf8parse v0.2.2
35142026-08-20T01:45:10.144Z[ helios-setup] Aug 20 01:45:09.483 INFO E| Compiling getrandom v0.2.16
35152026-08-20T01:45:10.174Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35162026-08-20T01:45:10.197Z[ helios-setup] Aug 20 01:45:09.537 INFO E| Compiling errno v0.3.14
35172026-08-20T01:45:10.274Z[ helios-setup] Aug 20 01:45:09.613 INFO E| Compiling anstyle-parse v0.2.7
35182026-08-20T01:45:10.334Z[ helios-setup] Aug 20 01:45:09.673 INFO E| Compiling rand_core v0.6.4
35192026-08-20T01:45:10.568Z[ helios-setup] Aug 20 01:45:09.907 INFO E| Compiling is_terminal_polyfill v1.70.2
35202026-08-20T01:45:10.704Z[ helios-setup] Aug 20 01:45:10.043 INFO E| Compiling anstyle-query v1.1.4
35212026-08-20T01:45:10.813Z[ helios-setup] Aug 20 01:45:10.150 INFO E| Compiling syn v2.0.108
35222026-08-20T01:45:10.816Z[ helios-setup] Aug 20 01:45:10.151 INFO E| Compiling colorchoice v1.0.4
35232026-08-20T01:45:10.824Z[ helios-setup] Aug 20 01:45:10.164 INFO E| Compiling find-msvc-tools v0.1.4
35242026-08-20T01:45:10.824Z[ helios-setup] Aug 20 01:45:10.164 INFO E| Compiling allocator-api2 v0.2.21
35252026-08-20T01:45:10.857Z[ helios-setup] Aug 20 01:45:10.196 INFO E| Compiling toml_datetime v0.7.3
35262026-08-20T01:45:10.864Z[ helios-setup] Aug 20 01:45:10.203 INFO E| Compiling shlex v1.3.0
35272026-08-20T01:45:11.000Z[ helios-setup] Aug 20 01:45:10.340 INFO E| Compiling anstyle v1.0.13
35282026-08-20T01:45:11.055Z[ helios-setup] Aug 20 01:45:10.394 INFO E| Compiling indexmap v2.12.0
35292026-08-20T01:45:11.105Z[ helios-setup] Aug 20 01:45:10.444 INFO E| Compiling cpufeatures v0.2.17
35302026-08-20T01:45:11.194Z[ helios-setup] Aug 20 01:45:10.534 INFO E| Compiling syn v1.0.109
35312026-08-20T01:45:11.334Z[ helios-setup] Aug 20 01:45:10.674 INFO E| Compiling radium v0.7.0
35322026-08-20T01:45:11.346Z[ helios-setup] Aug 20 01:45:10.686 INFO E| Compiling anstream v0.6.21
35332026-08-20T01:45:11.377Z[ helios-setup] Aug 20 01:45:10.717 INFO E| Compiling cc v1.2.44
35342026-08-20T01:45:11.478Z[ helios-setup] Aug 20 01:45:10.817 INFO E| Compiling slog v2.8.2
35352026-08-20T01:45:11.594Z[ helios-setup] Aug 20 01:45:10.932 INFO E| Compiling crypto-common v0.1.6
35362026-08-20T01:45:11.649Z[ helios-setup] Aug 20 01:45:10.989 INFO E| Compiling block-buffer v0.10.4
35372026-08-20T01:45:11.847Z[ helios-setup] Aug 20 01:45:11.181 INFO E| Compiling parking_lot_core v0.9.12
35382026-08-20T01:45:11.889Z[ helios-setup] Aug 20 01:45:11.228 INFO E| Compiling digest v0.10.7
35392026-08-20T01:45:11.903Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35402026-08-20T01:45:12.049Z[ helios-setup] Aug 20 01:45:11.388 INFO E| Compiling pin-project-lite v0.2.16
35412026-08-20T01:45:12.077Z[ helios-setup] Aug 20 01:45:11.416 INFO E| Compiling pkg-config v0.3.32
35422026-08-20T01:45:12.204Z[ helios-setup] Aug 20 01:45:11.542 INFO E| Compiling sha2 v0.10.9
35432026-08-20T01:45:12.330Z[ helios-setup] Aug 20 01:45:11.670 INFO E| Compiling unicode-width v0.2.2
35442026-08-20T01:45:12.433Z[ helios-setup] Aug 20 01:45:11.773 INFO E| Compiling maybe-uninit v2.0.0
35452026-08-20T01:45:12.517Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35462026-08-20T01:45:12.668Z[ helios-setup] Aug 20 01:45:12.006 INFO E| Compiling futures-core v0.3.31
35472026-08-20T01:45:12.714Z[ helios-setup] Aug 20 01:45:12.053 INFO E| Compiling tap v1.0.1
35482026-08-20T01:45:12.725Z[ helios-setup] Aug 20 01:45:12.065 INFO E| Compiling futures-sink v0.3.31
35492026-08-20T01:45:12.795Z[ helios-setup] Aug 20 01:45:12.135 INFO E| Compiling num-integer v0.1.46
35502026-08-20T01:45:12.802Z[ helios-setup] Aug 20 01:45:12.141 INFO E| Compiling getopts v0.2.24
35512026-08-20T01:45:12.943Z[ helios-setup] Aug 20 01:45:12.282 INFO E| Compiling toml_parser v1.0.4
35522026-08-20T01:45:12.993Z[ helios-setup] Aug 20 01:45:12.333 INFO E| Compiling futures-channel v0.3.31
35532026-08-20T01:45:13.024Z[ helios-setup] Aug 20 01:45:12.362 INFO E| Compiling wyz v0.5.1
35542026-08-20T01:45:13.156Z[ helios-setup] Aug 20 01:45:12.495 INFO E| Compiling ahash v0.8.12
35552026-08-20T01:45:13.185Z[ helios-setup] Aug 20 01:45:12.524 INFO E| Compiling pin-utils v0.1.0
35562026-08-20T01:45:13.248Z[ helios-setup] Aug 20 01:45:12.588 INFO E| Compiling itoa v1.0.15
35572026-08-20T01:45:13.275Z[ helios-setup] Aug 20 01:45:12.614 INFO E| Compiling funty v2.0.0
35582026-08-20T01:45:13.344Z[ helios-setup] Aug 20 01:45:12.683 INFO E| Compiling num-conv v0.1.0
35592026-08-20T01:45:13.362Z[ host-package] Compiling scuffle v0.1.0
35602026-08-20T01:45:13.406Z[ helios-setup] Aug 20 01:45:12.745 INFO E| Compiling time-core v0.1.6
35612026-08-20T01:45:13.520Z[ helios-setup] Aug 20 01:45:12.856 INFO E| Compiling slab v0.4.11
35622026-08-20T01:45:13.554Z[ helios-setup] Aug 20 01:45:12.893 INFO E| Compiling getrandom v0.3.4
35632026-08-20T01:45:13.588Z[ helios-setup] Aug 20 01:45:12.927 INFO E| Compiling bytes v1.10.1
35642026-08-20T01:45:13.615Z[ helios-setup] Aug 20 01:45:12.954 INFO E| Compiling toml_edit v0.23.7
35652026-08-20T01:45:13.779Z[ helios-setup] Aug 20 01:45:13.118 INFO E| Compiling futures-task v0.3.31
35662026-08-20T01:45:13.782Z[ helios-setup] Aug 20 01:45:13.119 INFO E| Compiling clap_lex v0.7.6
35672026-08-20T01:45:13.785Z[ helios-setup] Aug 20 01:45:13.125 INFO E| Compiling thiserror v1.0.69
35682026-08-20T01:45:13.853Z[ helios-setup] Aug 20 01:45:13.192 INFO E| Compiling futures-io v0.3.31
35692026-08-20T01:45:13.929Z[ helios-setup] Aug 20 01:45:13.268 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
35702026-08-20T01:45:14.028Z[ helios-setup] Aug 20 01:45:13.368 INFO E| Compiling spin v0.9.8
35712026-08-20T01:45:14.070Z[ helios-setup] Aug 20 01:45:13.410 INFO E| Compiling powerfmt v0.2.0
35722026-08-20T01:45:14.100Z[ helios-setup] Aug 20 01:45:13.439 INFO E| Compiling scopeguard v1.2.0
35732026-08-20T01:45:14.230Z[ helios-setup] Aug 20 01:45:13.570 INFO E| Compiling strsim v0.11.1
35742026-08-20T01:45:14.238Z[ helios-setup] Aug 20 01:45:13.576 INFO E| Compiling heck v0.5.0
35752026-08-20T01:45:14.395Z[ helios-setup] Aug 20 01:45:13.728 INFO E| Compiling packed_struct v0.10.1
35762026-08-20T01:45:14.442Z[ helios-setup] Aug 20 01:45:13.781 INFO E| Compiling num-bigint-dig v0.8.4
35772026-08-20T01:45:14.573Z[ host-package] Compiling tungstenite v0.23.0
35782026-08-20T01:45:14.586Z[ helios-setup] Aug 20 01:45:13.925 INFO E| Compiling proc-macro-crate v3.4.0
35792026-08-20T01:45:14.640Z[ helios-setup] Aug 20 01:45:13.979 INFO E| Compiling deranged v0.5.5
35802026-08-20T01:45:14.728Z[ helios-setup] Aug 20 01:45:14.048 INFO E| Compiling lock_api v0.4.14
35812026-08-20T01:45:14.748Z[ helios-setup] Aug 20 01:45:14.086 INFO E| Compiling lazy_static v1.5.0
35822026-08-20T01:45:14.866Z[ helios-setup] Aug 20 01:45:14.206 INFO E| Compiling bitvec v1.0.1
35832026-08-20T01:45:14.885Z[ helios-setup] Aug 20 01:45:14.221 INFO E| Compiling time-macros v0.2.24
35842026-08-20T01:45:14.994Z[ helios-setup] Aug 20 01:45:14.333 INFO E| Compiling num-iter v0.1.45
35852026-08-20T01:45:15.155Z[ helios-setup] Aug 20 01:45:14.494 INFO E| Compiling indexmap v1.9.3
35862026-08-20T01:45:15.331Z[ helios-setup] Aug 20 01:45:14.671 INFO E| Compiling bitflags v2.10.0
35872026-08-20T01:45:15.430Z[ helios-setup] Aug 20 01:45:14.770 INFO E| Compiling nodrop v0.1.14
35882026-08-20T01:45:15.441Z[ helios-setup] Aug 20 01:45:14.780 INFO E| Compiling iana-time-zone v0.1.64
35892026-08-20T01:45:15.578Z[ helios-setup] Aug 20 01:45:14.916 INFO E| Compiling once_cell v1.21.3
35902026-08-20T01:45:15.663Z[ helios-setup] Aug 20 01:45:15.002 INFO E| Compiling simd-adler32 v0.3.7
35912026-08-20T01:45:15.928Z[ helios-setup] Aug 20 01:45:15.267 INFO E| Compiling thiserror v2.0.17
35922026-08-20T01:45:15.942Z[ helios-setup] Aug 20 01:45:15.281 INFO E| Compiling crc-catalog v2.4.0
35932026-08-20T01:45:15.991Z[ helios-setup] Aug 20 01:45:15.330 INFO E| Compiling serde_json v1.0.145
35942026-08-20T01:45:16.030Z[ helios-setup] Aug 20 01:45:15.369 INFO E| Compiling adler2 v2.0.1
35952026-08-20T01:45:16.037Z[ helios-setup] Aug 20 01:45:15.376 INFO E| Compiling log v0.4.28
35962026-08-20T01:45:16.092Z[ helios-setup] Aug 20 01:45:15.431 INFO E| Compiling crc v3.3.0
35972026-08-20T01:45:16.236Z[ helios-setup] Aug 20 01:45:15.576 INFO E| Compiling miniz_oxide v0.8.9
35982026-08-20T01:45:16.441Z[ helios-setup] Aug 20 01:45:15.780 INFO E| Compiling terminal_size v0.4.3
35992026-08-20T01:45:16.461Z[ helios-setup] Aug 20 01:45:15.800 INFO E| Compiling env_filter v0.1.4
36002026-08-20T01:45:16.540Z[ helios-setup] Aug 20 01:45:15.879 INFO E| Compiling chrono v0.4.42
36012026-08-20T01:45:16.766Z[ helios-setup] Aug 20 01:45:16.105 INFO E| Compiling clap_builder v4.5.51
36022026-08-20T01:45:16.773Z[ helios-setup] Aug 20 01:45:16.112 INFO E| Compiling parking_lot v0.12.5
36032026-08-20T01:45:16.855Z[ helios-setup] Aug 20 01:45:16.194 INFO E| Compiling array-init v0.0.4
36042026-08-20T01:45:17.269Z[ helios-setup] Aug 20 01:45:16.609 INFO E| Compiling serde_spanned v1.0.3
36052026-08-20T01:45:17.320Z[ helios-setup] Aug 20 01:45:16.659 INFO E| Compiling smallvec v0.6.14
36062026-08-20T01:45:17.614Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36072026-08-20T01:45:17.669Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36082026-08-20T01:45:17.760Z[ helios-setup] Aug 20 01:45:17.100 INFO E| Compiling signature v2.2.0
36092026-08-20T01:45:17.770Z[ helios-setup] Aug 20 01:45:17.109 INFO E| Compiling time v0.3.44
36102026-08-20T01:45:17.816Z[ helios-setup] Aug 20 01:45:17.155 INFO E| Compiling is-terminal v0.4.17
36112026-08-20T01:45:17.857Z[ helios-setup] Aug 20 01:45:17.196 INFO E| Compiling signal-hook-registry v1.4.6
36122026-08-20T01:45:17.870Z[ helios-setup] Aug 20 01:45:17.210 INFO E| Compiling socket2 v0.6.1
36132026-08-20T01:45:17.884Z[ helios-setup] Aug 20 01:45:17.223 INFO E| Compiling mio v1.1.0
36142026-08-20T01:45:17.977Z[ helios-setup] Aug 20 01:45:17.316 INFO E| Compiling thread_local v1.1.9
36152026-08-20T01:45:18.021Z[ helios-setup] Aug 20 01:45:17.361 INFO E| Compiling packed_struct_codegen v0.10.1
36162026-08-20T01:45:18.065Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36172026-08-20T01:45:18.312Z[ helios-setup] Aug 20 01:45:17.652 INFO E| Compiling winnow v0.5.40
36182026-08-20T01:45:18.396Z[ helios-setup] Aug 20 01:45:17.734 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
36192026-08-20T01:45:18.402Z[ helios-setup] Aug 20 01:45:17.742 INFO E| Compiling serde_derive v1.0.228
36202026-08-20T01:45:18.861Z[ helios-setup] Aug 20 01:45:18.200 INFO E| Compiling zerocopy-derive v0.8.27
36212026-08-20T01:45:18.944Z[ helios-setup] Aug 20 01:45:18.283 INFO E| Compiling der_derive v0.7.3
36222026-08-20T01:45:18.960Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36232026-08-20T01:45:18.989Z[ helios-setup] Aug 20 01:45:18.328 INFO E| Compiling futures-macro v0.3.31
36242026-08-20T01:45:19.182Z[ helios-setup] Aug 20 01:45:18.520 INFO E| Compiling bitfield-macros v0.19.3
36252026-08-20T01:45:19.282Z[ helios-setup] Aug 20 01:45:18.621 INFO E| Compiling num_enum_derive v0.7.5
36262026-08-20T01:45:19.305Z[ helios-setup] Aug 20 01:45:18.644 INFO E| Compiling zerocopy-derive v0.6.6
36272026-08-20T01:45:19.366Z[ helios-setup] Aug 20 01:45:18.705 INFO E| Compiling thiserror-impl v1.0.69
36282026-08-20T01:45:19.702Z[ helios-setup] Aug 20 01:45:19.042 INFO E| Compiling clap_derive v4.5.49
36292026-08-20T01:45:19.722Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36302026-08-20T01:45:20.013Z[ helios-setup] Aug 20 01:45:19.353 INFO E| Compiling tokio-macros v2.6.0
36312026-08-20T01:45:20.592Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36322026-08-20T01:45:20.781Z[ helios-setup] Aug 20 01:45:20.119 INFO E| Compiling zerocopy v0.6.6
36332026-08-20T01:45:20.790Z[ helios-setup] Aug 20 01:45:20.129 INFO E| Compiling der v0.7.10
36342026-08-20T01:45:20.802Z[ helios-setup] Aug 20 01:45:20.141 INFO E| Compiling thiserror-impl v2.0.17
36352026-08-20T01:45:20.871Z[ helios-setup] Aug 20 01:45:20.211 INFO E| Compiling futures-util v0.3.31
36362026-08-20T01:45:21.118Z[ helios-setup] Aug 20 01:45:20.457 INFO E| Compiling term v1.2.0
36372026-08-20T01:45:21.233Z[ helios-setup] Aug 20 01:45:20.573 INFO E| Compiling bitfield v0.19.3
36382026-08-20T01:45:21.444Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36392026-08-20T01:45:21.584Z[ host-package] Compiling nix v0.27.1
36402026-08-20T01:45:21.614Z[ helios-setup] Aug 20 01:45:20.946 INFO E| Compiling toml_writer v1.0.4
36412026-08-20T01:45:21.716Z[ helios-setup] Aug 20 01:45:21.055 INFO E| Compiling subtle v2.6.1
36422026-08-20T01:45:21.843Z[ host-package] Compiling twox-hash v2.1.2
36432026-08-20T01:45:21.849Z[ helios-setup] Aug 20 01:45:21.189 INFO E| Compiling ryu v1.0.20
36442026-08-20T01:45:21.911Z[ helios-setup] Aug 20 01:45:21.250 INFO E| Compiling hashbrown v0.12.3
36452026-08-20T01:45:21.959Z[ helios-setup] Aug 20 01:45:21.298 INFO E| Compiling base64 v0.21.7
36462026-08-20T01:45:21.990Z[ helios-setup] Aug 20 01:45:21.330 INFO E| Compiling libdevinfo-sys v1.1.0
36472026-08-20T01:45:22.189Z[ helios-setup] Aug 20 01:45:21.528 INFO E| Compiling num_enum v0.7.5
36482026-08-20T01:45:22.249Z[ helios-setup] Aug 20 01:45:21.588 INFO E| Compiling toml v0.9.8
36492026-08-20T01:45:22.362Z[ helios-setup] Aug 20 01:45:21.701 INFO E| Compiling devinfo v0.1.0
36502026-08-20T01:45:22.371Z[ host-package] Compiling libsw-core v0.3.2
36512026-08-20T01:45:22.465Z[ helios-setup] Aug 20 01:45:21.804 INFO E| Compiling tokio v1.48.0
36522026-08-20T01:45:22.534Z[ host-package] Compiling atty v0.2.14
36532026-08-20T01:45:22.623Z[ host-package] Compiling serde_bytes v0.11.19
36542026-08-20T01:45:22.628Z[ helios-setup] Aug 20 01:45:21.968 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
36552026-08-20T01:45:22.766Z[ host-package] Compiling libsw v3.5.0
36562026-08-20T01:45:23.085Z[ helios-setup] Aug 20 01:45:22.425 INFO E| Compiling bzip2 v0.4.4
36572026-08-20T01:45:23.111Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
36582026-08-20T01:45:23.114Z[ helios-setup] Aug 20 01:45:22.451 INFO E| Compiling uuid v1.18.1
36592026-08-20T01:45:23.121Z[ helios-setup] Aug 20 01:45:22.458 INFO E| Compiling flate2 v1.1.5
36602026-08-20T01:45:23.166Z[ helios-setup] Aug 20 01:45:22.505 INFO E| Compiling env_logger v0.11.8
36612026-08-20T01:45:23.327Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36622026-08-20T01:45:23.330Z[ helios-setup] Aug 20 01:45:22.670 INFO E| Compiling spki v0.7.3
36632026-08-20T01:45:23.538Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36642026-08-20T01:45:23.560Z[ helios-setup] Aug 20 01:45:22.899 INFO E| Compiling clap v4.5.51
36652026-08-20T01:45:23.662Z[ helios-setup] Aug 20 01:45:23.001 INFO E| Compiling pkcs8 v0.10.2
36662026-08-20T01:45:23.718Z[ helios-setup] Aug 20 01:45:23.053 INFO E| Compiling x509-cert v0.2.5
36672026-08-20T01:45:23.737Z[ host-package] Compiling tokio-tungstenite v0.23.1
36682026-08-20T01:45:23.753Z[ helios-setup] Aug 20 01:45:23.092 INFO E| Compiling bitflags v1.3.2
36692026-08-20T01:45:23.884Z[ helios-setup] Aug 20 01:45:23.223 INFO E| Compiling crc-any v2.5.0
36702026-08-20T01:45:23.932Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
36712026-08-20T01:45:24.046Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
36722026-08-20T01:45:24.185Z[ helios-setup] Aug 20 01:45:23.522 INFO E| Compiling pkcs1 v0.7.5
36732026-08-20T01:45:24.272Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36742026-08-20T01:45:24.310Z[ helios-setup] Aug 20 01:45:23.649 INFO E| Compiling hex v0.4.3
36752026-08-20T01:45:24.338Z[ helios-setup] Aug 20 01:45:23.677 INFO E| Compiling rustc-hash v2.1.1
36762026-08-20T01:45:24.625Z[ helios-setup] Aug 20 01:45:23.964 INFO E| Compiling erased-serde v0.3.31
36772026-08-20T01:45:24.633Z[ helios-setup] Aug 20 01:45:23.972 INFO E| Compiling toml_datetime v0.6.11
36782026-08-20T01:45:24.686Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36792026-08-20T01:45:24.778Z[ helios-setup] Aug 20 01:45:24.117 INFO E| Compiling ppv-lite86 v0.2.21
36802026-08-20T01:45:25.055Z[ helios-setup] Aug 20 01:45:24.394 INFO E| Compiling serde_spanned v0.6.9
36812026-08-20T01:45:25.172Z[ helios-setup] Aug 20 01:45:24.510 INFO E| Compiling hashbrown v0.13.2
36822026-08-20T01:45:25.302Z[ helios-setup] Aug 20 01:45:24.641 INFO E| Compiling toml_edit v0.19.15
36832026-08-20T01:45:25.407Z[ helios-setup] Aug 20 01:45:24.746 INFO E| Compiling serde-hex v0.1.0
36842026-08-20T01:45:25.820Z[ helios-setup] Aug 20 01:45:25.160 INFO E| Compiling rand_chacha v0.3.1
36852026-08-20T01:45:25.978Z[ helios-setup] Aug 20 01:45:25.317 INFO E| Compiling futures-executor v0.3.31
36862026-08-20T01:45:26.029Z[ helios-setup] Aug 20 01:45:25.368 INFO E| Compiling ron v0.8.1
36872026-08-20T01:45:26.559Z[ helios-setup] Aug 20 01:45:25.898 INFO E| Compiling rand v0.8.5
36882026-08-20T01:45:26.596Z[ helios-setup] Aug 20 01:45:25.935 INFO E| Compiling futures v0.3.31
36892026-08-20T01:45:26.696Z[ helios-setup] Aug 20 01:45:26.035 INFO E| Compiling slog-term v2.9.2
36902026-08-20T01:45:26.730Z[ helios-setup] Aug 20 01:45:26.069 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
36912026-08-20T01:45:26.765Z[ helios-setup] Aug 20 01:45:26.101 INFO E| Compiling foldhash v0.2.0
36922026-08-20T01:45:26.826Z[ helios-setup] Aug 20 01:45:26.165 INFO E| Compiling object v0.30.4
36932026-08-20T01:45:26.857Z[ helios-setup] Aug 20 01:45:26.196 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
36942026-08-20T01:45:26.897Z[ helios-setup] Aug 20 01:45:26.236 INFO E| Compiling zip v0.6.6
36952026-08-20T01:45:27.183Z[ helios-setup] Aug 20 01:45:26.522 INFO E| Compiling iddqd v0.3.14
36962026-08-20T01:45:27.768Z[ helios-setup] Aug 20 01:45:27.107 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
36972026-08-20T01:45:28.853Z[ helios-setup] Aug 20 01:45:28.192 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
36982026-08-20T01:45:29.225Z[ helios-setup] Aug 20 01:45:28.564 INFO E| Compiling toml v0.7.8
36992026-08-20T01:45:29.261Z[ helios-setup] Aug 20 01:45:28.600 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
37002026-08-20T01:45:29.402Z[ helios-setup] Aug 20 01:45:28.741 INFO E| Compiling path-slash v0.1.5
37012026-08-20T01:45:30.169Z[ helios-setup] Aug 20 01:45:29.509 INFO E| Compiling rsa v0.9.8
37022026-08-20T01:45:31.342Z[ helios-setup] Aug 20 01:45:30.681 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
37032026-08-20T01:45:31.430Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
37042026-08-20T01:45:31.593Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37052026-08-20T01:45:31.695Z[ helios-setup] Aug 20 01:45:31.034 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
37062026-08-20T01:45:32.194Z[ host-package] Compiling slog-stdlog v4.1.1
37072026-08-20T01:45:32.661Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37082026-08-20T01:45:33.094Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37092026-08-20T01:45:33.205Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
37102026-08-20T01:45:33.316Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
37112026-08-20T01:45:34.087Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37122026-08-20T01:45:34.558Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37132026-08-20T01:45:36.997Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37142026-08-20T01:45:37.690Z[ helios-setup] Aug 20 01:45:37.029 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37152026-08-20T01:45:38.893Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37162026-08-20T01:45:38.904Z[ helios-setup] Aug 20 01:45:38.243 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
37172026-08-20T01:45:39.172Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37182026-08-20T01:45:39.880Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
37192026-08-20T01:45:40.448Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37202026-08-20T01:45:42.452Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37212026-08-20T01:45:43.807Z[ helios-setup] Aug 20 01:45:43.146 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
37222026-08-20T01:45:44.169Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37232026-08-20T01:45:44.202Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37242026-08-20T01:45:44.515Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
37252026-08-20T01:45:47.064Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37262026-08-20T01:45:48.046Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37272026-08-20T01:45:48.082Z[ host-package] Compiling signal-hook-tokio v0.3.1
37282026-08-20T01:45:48.256Z[ host-package] Compiling fatfs v0.3.6
37292026-08-20T01:45:48.350Z[ host-package] Compiling yasna v0.5.2
37302026-08-20T01:45:48.464Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37312026-08-20T01:45:48.524Z[ host-package] Compiling seq-macro v0.3.6
37322026-08-20T01:45:48.993Z[ host-package] Compiling assert_matches v1.5.0
37332026-08-20T01:45:49.256Z[ host-package] Compiling rcgen v0.12.1
37342026-08-20T01:45:49.481Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37352026-08-20T01:45:50.076Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37362026-08-20T01:45:52.275Z[ host-package] Compiling slog-envlogger v2.2.0
37372026-08-20T01:45:53.126Z[ host-package] Compiling oxide-update-engine-display v0.1.2
37382026-08-20T01:45:53.395Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37392026-08-20T01:45:53.671Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37402026-08-20T01:45:54.259Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37412026-08-20T01:45:54.638Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37422026-08-20T01:45:54.932Z[ host-package] Compiling port-file v0.1.0
37432026-08-20T01:45:54.959Z[ host-package] Compiling rtoolbox v0.0.3
37442026-08-20T01:45:54.962Z[ host-package] Compiling subprocess v0.2.15
37452026-08-20T01:45:55.312Z[ host-package] Compiling rpassword v7.5.4
37462026-08-20T01:45:55.449Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37472026-08-20T01:45:56.011Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37482026-08-20T01:45:56.193Z[ helios-setup] Aug 20 01:45:55.532 INFO E| Finished `release` profile [optimized] target(s) in 49.79s
37492026-08-20T01:45:56.196Z[ helios-setup] Aug 20 01:45:55.535 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
37502026-08-20T01:45:56.197Z[ helios-setup] Aug 20 01:45:55.535 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
37512026-08-20T01:45:56.254Z[ helios-setup] Aug 20 01:45:55.593 INFO building project "pilot" ok (49 seconds)
37522026-08-20T01:45:56.255Z[ helios-setup] Aug 20 01:45:55.593 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
37532026-08-20T01:45:56.264Z[ helios-setup] Aug 20 01:45:55.603 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
37542026-08-20T01:45:56.264Z[ helios-setup] Aug 20 01:45:55.603 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
37552026-08-20T01:45:56.267Z[ helios-setup] Aug 20 01:45:55.603 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
37562026-08-20T01:45:56.470Z[ helios-setup] Aug 20 01:45:55.809 INFO E| Downloading crates ...
37572026-08-20T01:45:56.544Z[ helios-setup] Aug 20 01:45:55.882 INFO E| Downloaded getrandom v0.3.3
37582026-08-20T01:45:56.549Z[ helios-setup] Aug 20 01:45:55.888 INFO E| Downloaded errno v0.3.12
37592026-08-20T01:45:56.552Z[ helios-setup] Aug 20 01:45:55.889 INFO E| Downloaded time-core v0.1.4
37602026-08-20T01:45:56.560Z[ helios-setup] Aug 20 01:45:55.898 INFO E| Downloaded time-macros v0.2.22
37612026-08-20T01:45:56.564Z[ helios-setup] Aug 20 01:45:55.903 INFO E| Downloaded serde_with_macros v3.12.0
37622026-08-20T01:45:56.568Z[ helios-setup] Aug 20 01:45:55.905 INFO E| Downloaded deranged v0.4.0
37632026-08-20T01:45:56.571Z[ helios-setup] Aug 20 01:45:55.909 INFO E| Downloaded iana-time-zone v0.1.63
37642026-08-20T01:45:56.575Z[ helios-setup] Aug 20 01:45:55.913 INFO E| Downloaded serde_with v3.12.0
37652026-08-20T01:45:56.579Z[ helios-setup] Aug 20 01:45:55.918 INFO E| Downloaded tempfile v3.20.0
37662026-08-20T01:45:56.582Z[ helios-setup] Aug 20 01:45:55.919 INFO E| Downloaded anyhow v1.0.98
37672026-08-20T01:45:56.590Z[ helios-setup] Aug 20 01:45:55.929 INFO E| Downloaded bitflags v2.9.1
37682026-08-20T01:45:56.602Z[ helios-setup] Aug 20 01:45:55.940 INFO E| Downloaded indexmap v2.9.0
37692026-08-20T01:45:56.614Z[ helios-setup] Aug 20 01:45:55.953 INFO E| Downloaded time v0.3.41
37702026-08-20T01:45:56.619Z[ helios-setup] Aug 20 01:45:55.958 INFO E| Downloaded hashbrown v0.15.3
37712026-08-20T01:45:56.660Z[ helios-setup] Aug 20 01:45:55.999 INFO E| Downloaded chrono v0.4.41
37722026-08-20T01:45:56.664Z[ helios-setup] Aug 20 01:45:56.003 INFO E| Downloaded rustix v1.0.7
37732026-08-20T01:45:56.736Z[ helios-setup] Aug 20 01:45:56.075 INFO E| Compiling proc-macro2 v1.0.95
37742026-08-20T01:45:56.736Z[ helios-setup] Aug 20 01:45:56.075 INFO E| Compiling unicode-ident v1.0.18
37752026-08-20T01:45:56.736Z[ helios-setup] Aug 20 01:45:56.075 INFO E| Compiling libc v0.2.172
37762026-08-20T01:45:56.763Z[ helios-setup] Aug 20 01:45:56.075 INFO E| Compiling fnv v1.0.7
37772026-08-20T01:45:56.763Z[ helios-setup] Aug 20 01:45:56.075 INFO E| Compiling ident_case v1.0.1
37782026-08-20T01:45:56.763Z[ helios-setup] Aug 20 01:45:56.075 INFO E| Compiling strsim v0.11.1
37792026-08-20T01:45:56.763Z[ helios-setup] Aug 20 01:45:56.075 INFO E| Compiling serde v1.0.219
37802026-08-20T01:45:56.763Z[ helios-setup] Aug 20 01:45:56.075 INFO E| Compiling getrandom v0.3.3
37812026-08-20T01:45:56.763Z[ helios-setup] Aug 20 01:45:56.075 INFO E| Compiling rustix v1.0.7
37822026-08-20T01:45:56.763Z[ helios-setup] Aug 20 01:45:56.075 INFO E| Compiling cfg-if v1.0.0
37832026-08-20T01:45:56.763Z[ helios-setup] Aug 20 01:45:56.076 INFO E| Compiling bitflags v2.9.1
37842026-08-20T01:45:56.767Z[ helios-setup] Aug 20 01:45:56.102 INFO E| Compiling thiserror v2.0.12
37852026-08-20T01:45:56.767Z[ helios-setup] Aug 20 01:45:56.103 INFO E| Compiling anyhow v1.0.98
37862026-08-20T01:45:56.779Z[ helios-setup] Aug 20 01:45:56.118 INFO E| Compiling serde_json v1.0.140
37872026-08-20T01:45:56.824Z[ helios-setup] Aug 20 01:45:56.163 INFO E| Compiling once_cell v1.21.3
37882026-08-20T01:45:56.824Z[ helios-setup] Aug 20 01:45:56.163 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
37892026-08-20T01:45:57.051Z[ helios-setup] Aug 20 01:45:56.388 INFO E| Compiling memchr v2.7.4
37902026-08-20T01:45:57.300Z[ helios-setup] Aug 20 01:45:56.639 INFO E| Compiling ryu v1.0.20
37912026-08-20T01:45:57.322Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37922026-08-20T01:45:57.360Z[ helios-setup] Aug 20 01:45:56.697 INFO E| Compiling fastrand v2.3.0
37932026-08-20T01:45:57.500Z[ helios-setup] Aug 20 01:45:56.839 INFO E| Compiling itoa v1.0.15
37942026-08-20T01:45:57.760Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37952026-08-20T01:45:57.986Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37962026-08-20T01:45:58.152Z[ helios-setup] Aug 20 01:45:57.473 INFO E| Compiling quote v1.0.40
37972026-08-20T01:45:58.329Z[ helios-setup] Aug 20 01:45:57.667 INFO E| Compiling syn v2.0.101
37982026-08-20T01:45:58.526Z[ helios-setup] Aug 20 01:45:57.865 INFO E| Compiling errno v0.3.12
37992026-08-20T01:45:59.606Z[ helios-setup] Aug 20 01:45:58.932 INFO E| Compiling tempfile v3.20.0
38002026-08-20T01:46:00.056Z[ host-package] Compiling tui-tree-widget v0.23.1
38012026-08-20T01:46:00.406Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38022026-08-20T01:46:01.129Z[ helios-setup] Aug 20 01:46:00.465 INFO E| Compiling darling_core v0.20.11
38032026-08-20T01:46:01.996Z[ helios-setup] Aug 20 01:46:01.335 INFO E| Compiling serde_derive v1.0.219
38042026-08-20T01:46:01.996Z[ helios-setup] Aug 20 01:46:01.335 INFO E| Compiling thiserror-impl v2.0.12
38052026-08-20T01:46:02.301Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
38062026-08-20T01:46:02.625Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38072026-08-20T01:46:03.147Z[ helios-setup] Aug 20 01:46:02.485 INFO E| Compiling darling_macro v0.20.11
38082026-08-20T01:46:03.799Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
38092026-08-20T01:46:03.850Z[ helios-setup] Aug 20 01:46:03.189 INFO E| Compiling darling v0.20.11
38102026-08-20T01:46:03.947Z[ helios-setup] Aug 20 01:46:03.285 INFO E| Compiling serde_with_macros v3.12.0
38112026-08-20T01:46:04.554Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38122026-08-20T01:46:04.790Z[ host-package] Compiling uzers v0.12.2
38132026-08-20T01:46:05.485Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38142026-08-20T01:46:05.673Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38152026-08-20T01:46:06.565Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38162026-08-20T01:46:06.750Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38172026-08-20T01:46:07.361Z[ helios-setup] Aug 20 01:46:06.700 INFO E| Compiling serde_with v3.12.0
38182026-08-20T01:46:07.882Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38192026-08-20T01:46:08.416Z[ host-package] Compiling support-bundle-viewer v0.1.2
38202026-08-20T01:46:10.404Z[ host-package] Compiling multimap v0.10.1
38212026-08-20T01:46:12.168Z[ helios-setup] Aug 20 01:46:11.507 INFO E| Finished `release` profile [optimized] target(s) in 15.89s
38222026-08-20T01:46:12.192Z[ helios-setup] Aug 20 01:46:11.530 INFO building project "dmar-report" ok (15 seconds)
38232026-08-20T01:46:12.195Z[ helios-setup] rm -f helios-build
38242026-08-20T01:46:12.195Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38252026-08-20T01:46:12.198Z[ helios-setup]
38262026-08-20T01:46:12.203Z[ helios-setup] Setup complete! ./helios-build is now available.
38272026-08-20T01:46:12.203Z[ helios-setup]
38282026-08-20T01:46:12.203Z[ helios-setup]
38292026-08-20T01:46:12.203Z[ helios-setup] real 3:00.656147679
38302026-08-20T01:46:12.203Z[ helios-setup] user 7:04.110981351
38312026-08-20T01:46:12.203Z[ helios-setup] sys 1:21.848599047
38322026-08-20T01:46:12.203Z[ helios-setup] trap 0.602649452
38332026-08-20T01:46:12.203Z[ helios-setup] tflt 2.649728959
38342026-08-20T01:46:12.203Z[ helios-setup] dflt 6.874962773
38352026-08-20T01:46:12.203Z[ helios-setup] kflt 0.002777192
38362026-08-20T01:46:12.203Z[ helios-setup] lock 55:14.988238484
38372026-08-20T01:46:12.203Z[ helios-setup] slp 38:12.787625232
38382026-08-20T01:46:12.203Z[ helios-setup] lat 7:18.221047162
38392026-08-20T01:46:12.203Z[ helios-setup] stop 1:49.284167886
38402026-08-20T01:46:12.203ZAug 20 01:46:11.540 INFO [helios-setup] process exited with exit status: 0 (180.659122079s)
38412026-08-20T01:46:12.203ZAug 20 01:46:11.540 INFO [helios-record] running task
38422026-08-20T01:46:12.207ZAug 20 01:46:11.540 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38432026-08-20T01:46:12.208ZAug 20 01:46:11.544 DEBG process exited with exit status: 0 (4.28463ms)
38442026-08-20T01:46:12.208ZAug 20 01:46:11.544 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38452026-08-20T01:46:12.211ZAug 20 01:46:11.549 DEBG process exited with exit status: 0 (4.49918ms)
38462026-08-20T01:46:12.211ZAug 20 01:46:11.549 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38472026-08-20T01:46:12.214ZAug 20 01:46:11.553 DEBG process exited with exit status: 0 (3.85177ms)
38482026-08-20T01:46:12.214ZAug 20 01:46:11.553 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38492026-08-20T01:46:12.217ZAug 20 01:46:11.556 DEBG process exited with exit status: 0 (3.50025ms)
38502026-08-20T01:46:12.217ZAug 20 01:46:11.556 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38512026-08-20T01:46:12.220ZAug 20 01:46:11.560 DEBG process exited with exit status: 0 (3.33026ms)
38522026-08-20T01:46:12.221ZAug 20 01:46:11.560 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38532026-08-20T01:46:12.225ZAug 20 01:46:11.563 DEBG process exited with exit status: 0 (3.38085ms)
38542026-08-20T01:46:12.225ZAug 20 01:46:11.563 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38552026-08-20T01:46:12.228ZAug 20 01:46:11.566 DEBG process exited with exit status: 0 (3.20258ms)
38562026-08-20T01:46:12.228ZAug 20 01:46:11.566 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38572026-08-20T01:46:12.231ZAug 20 01:46:11.570 DEBG process exited with exit status: 0 (3.3698ms)
38582026-08-20T01:46:12.231ZAug 20 01:46:11.570 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38592026-08-20T01:46:12.234ZAug 20 01:46:11.573 DEBG process exited with exit status: 0 (3.23024ms)
38602026-08-20T01:46:12.237ZAug 20 01:46:11.573 INFO [helios-record] task succeeded (33.25898ms)
38612026-08-20T01:46:16.974Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38622026-08-20T01:46:23.422Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38632026-08-20T01:46:25.804Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38642026-08-20T01:46:29.961Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38652026-08-20T01:46:30.958Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38662026-08-20T01:53:55.321Z[ host-package] Finished `release` profile [optimized] target(s) in 10m 04s
38672026-08-20T01:53:55.326Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38682026-08-20T01:53:55.326Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38692026-08-20T01:54:46.692ZAug 20 01:54:45.998 INFO [host-package] process exited with exit status: 0 (656.339337827s)
38702026-08-20T01:54:46.692ZAug 20 01:54:45.998 INFO [host-libraries] running task
38712026-08-20T01:54:46.692ZAug 20 01:54:45.998 INFO [host-stamp] running task
38722026-08-20T01:54:46.711ZAug 20 01:54:46.001 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 23.0.0-0.ci+git1b799bd90a1
38732026-08-20T01:54:46.711ZAug 20 01:54:46.001 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 23.0.0-0.ci+git1b799bd90a1
38742026-08-20T01:54:46.711ZAug 20 01:54:46.002 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 23.0.0-0.ci+git1b799bd90a1
38752026-08-20T01:54:46.711ZAug 20 01:54:46.002 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 23.0.0-0.ci+git1b799bd90a1
38762026-08-20T01:54:46.711ZAug 20 01:54:46.002 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 23.0.0-0.ci+git1b799bd90a1
38772026-08-20T01:54:46.711ZAug 20 01:54:46.002 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 23.0.0-0.ci+git1b799bd90a1
38782026-08-20T01:54:46.711ZAug 20 01:54:46.003 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 23.0.0-0.ci+git1b799bd90a1
38792026-08-20T01:54:46.711ZAug 20 01:54:46.003 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 23.0.0-0.ci+git1b799bd90a1
38802026-08-20T01:54:46.711Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38812026-08-20T01:54:46.711Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38822026-08-20T01:54:46.711Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38832026-08-20T01:54:46.711Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38842026-08-20T01:54:46.712Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38852026-08-20T01:54:46.712Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38862026-08-20T01:54:46.712Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38872026-08-20T01:54:46.712Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38882026-08-20T01:54:46.712Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38892026-08-20T01:54:46.712ZAug 20 01:54:46.015 INFO [stamp-overlay] process exited with exit status: 0 (12.78002ms)
38902026-08-20T01:54:46.712Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38912026-08-20T01:54:46.712ZAug 20 01:54:46.027 INFO [stamp-oxlog] process exited with exit status: 0 (26.09024ms)
38922026-08-20T01:54:46.784Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38932026-08-20T01:54:46.784ZAug 20 01:54:46.063 INFO [stamp-crucible-utils] process exited with exit status: 0 (60.90782ms)
38942026-08-20T01:54:46.802Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38952026-08-20T01:54:46.802ZAug 20 01:54:46.077 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (74.51583ms)
38962026-08-20T01:54:46.883Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38972026-08-20T01:54:46.906ZAug 20 01:54:46.206 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (204.20563ms)
38982026-08-20T01:54:47.268Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38992026-08-20T01:54:47.351ZAug 20 01:54:46.564 INFO [stamp-propolis-server] process exited with exit status: 0 (562.214079ms)
39002026-08-20T01:54:47.352Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39012026-08-20T01:54:47.352ZAug 20 01:54:46.596 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (594.543609ms)
39022026-08-20T01:54:48.424ZAug 20 01:54:47.741 INFO [host-libraries] task succeeded (1.742542987s)
39032026-08-20T01:54:48.473ZAug 20 01:54:47.741 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39042026-08-20T01:54:48.473Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39052026-08-20T01:54:49.344Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39062026-08-20T01:54:50.187Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39072026-08-20T01:54:53.730Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39082026-08-20T01:54:53.739ZAug 20 01:54:53.061 INFO [stamp-switch-asic] process exited with exit status: 0 (7.058174416s)
39092026-08-20T01:54:53.739ZAug 20 01:54:53.061 INFO [host-stamp] task succeeded (7.062457136s)
39102026-08-20T01:54:53.739ZAug 20 01:54:53.061 INFO [host-proto] running task
39112026-08-20T01:54:54.225ZAug 20 01:54:53.558 INFO [host-proto] task succeeded (496.884469ms)
39122026-08-20T01:54:54.225ZAug 20 01:54:53.558 INFO [host-profile] running task
39132026-08-20T01:54:54.229ZAug 20 01:54:53.558 INFO [host-profile] task succeeded (221.25µs)
39142026-08-20T01:54:54.229ZAug 20 01:54:53.558 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.506' -P /tmp/.tmpon8wkG/proto/host/root -N 'ci 1b799bd/${os_short_commit} 2026-08-20 01:43' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
39152026-08-20T01:54:54.232Z[ host-image] Aug 20 01:54:53.564 INFO Checking files for board 'cosmo-mbist'
39162026-08-20T01:54:54.232Z[ host-image] Aug 20 01:54:53.564 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39172026-08-20T01:54:54.232Z[ host-image] Aug 20 01:54:53.564 INFO Checking files for board 'gimlet'
39182026-08-20T01:54:54.233Z[ host-image] Aug 20 01:54:53.564 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39192026-08-20T01:54:54.233Z[ host-image] Aug 20 01:54:53.564 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39202026-08-20T01:54:54.243Z[ host-image] Aug 20 01:54:53.564 INFO Checking files for board 'cosmo'
39212026-08-20T01:54:54.243Z[ host-image] Aug 20 01:54:53.564 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39222026-08-20T01:54:54.243Z[ host-image] Aug 20 01:54:53.565 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39232026-08-20T01:54:54.243Z[ host-image] Aug 20 01:54:53.565 INFO Checking files for board 'cosmo-mbist-noaggr'
39242026-08-20T01:54:54.244Z[ host-image] Aug 20 01:54:53.565 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39252026-08-20T01:54:54.247Z[ host-image] Aug 20 01:54:53.574 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpon8wkG/proto/host/root"
39262026-08-20T01:54:54.247Z[ host-image] Aug 20 01:54:53.574 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39272026-08-20T01:54:54.247Z[ host-image] Aug 20 01:54:53.574 INFO image builder template: ramdisk-01-os...
39282026-08-20T01:54:54.247Z[ host-image] Aug 20 01:54:53.574 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/.tmpon8wkG/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.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39292026-08-20T01:54:54.254Z[ host-image] Aug 20 01:54:53.586 INFO O| Aug 20 01:54:53.586 INFO CREATE DATASET: rpool/images/build/host/output
39302026-08-20T01:54:55.660Z[ host-image] Aug 20 01:54:54.992 INFO O| Aug 20 01:54:54.992 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39312026-08-20T01:54:55.663Z[ host-image] Aug 20 01:54:54.994 INFO O| Aug 20 01:54:54.994 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39322026-08-20T01:54:55.861Z[ host-image] Aug 20 01:54:55.194 INFO O| Aug 20 01:54:55.194 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39332026-08-20T01:54:55.922Z[ host-image] Aug 20 01:54:55.251 INFO O| Aug 20 01:54:55.251 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39342026-08-20T01:54:55.922Z[ host-image] Aug 20 01:54:55.251 INFO O| Aug 20 01:54:55.251 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39352026-08-20T01:54:55.926Z[ host-image] Aug 20 01:54:55.251 INFO O| Aug 20 01:54:55.251 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39362026-08-20T01:54:55.926Z[ host-image] Aug 20 01:54:55.251 INFO O| Aug 20 01:54:55.251 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39372026-08-20T01:54:55.926Z[ host-image] Aug 20 01:54:55.257 INFO O| Aug 20 01:54:55.257 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39382026-08-20T01:54:56.151Z[ host-image] Aug 20 01:54:55.482 INFO O| Aug 20 01:54:55.482 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39392026-08-20T01:54:56.165Z[ host-image] Aug 20 01:54:55.488 INFO O| Aug 20 01:54:55.488 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39402026-08-20T01:54:56.432Z[ host-image] Aug 20 01:54:55.764 INFO O| Aug 20 01:54:55.764 INFO O| Caching catalogs ... Done
39412026-08-20T01:54:56.502Z[ host-image] Aug 20 01:54:55.833 INFO O| Aug 20 01:54:55.832 INFO STEP 0 (pkg_image_create) COMPLETE
39422026-08-20T01:54:56.502Z[ host-image] Aug 20 01:54:55.833 INFO O| Aug 20 01:54:55.832 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39432026-08-20T01:54:56.508Z[ host-image] Aug 20 01:54:55.840 INFO O| Aug 20 01:54:55.840 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"]
39442026-08-20T01:54:56.758Z[ host-image] Aug 20 01:54:56.091 INFO O| Aug 20 01:54:56.090 INFO STEP 1 (pkg_set_publisher) COMPLETE
39452026-08-20T01:54:56.758Z[ host-image] Aug 20 01:54:56.091 INFO O| Aug 20 01:54:56.091 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39462026-08-20T01:54:56.762Z[ host-image] Aug 20 01:54:56.091 INFO O| Aug 20 01:54:56.091 INFO skip step because feature "publisher_1_name" is not enabled
39472026-08-20T01:54:56.762Z[ host-image] Aug 20 01:54:56.091 INFO O| Aug 20 01:54:56.091 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39482026-08-20T01:54:56.762Z[ host-image] Aug 20 01:54:56.091 INFO O| Aug 20 01:54:56.091 INFO skip step because feature "publisher_2_name" is not enabled
39492026-08-20T01:54:56.762Z[ host-image] Aug 20 01:54:56.091 INFO O| Aug 20 01:54:56.091 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39502026-08-20T01:54:56.762Z[ host-image] Aug 20 01:54:56.091 INFO O| Aug 20 01:54:56.091 INFO skip step because feature "publisher_3_name" is not enabled
39512026-08-20T01:54:56.762Z[ host-image] Aug 20 01:54:56.091 INFO O| Aug 20 01:54:56.091 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39522026-08-20T01:54:57.002Z[ host-image] Aug 20 01:54:56.332 INFO O| Aug 20 01:54:56.332 INFO variant opensolaris.zone is already global
39532026-08-20T01:54:57.002Z[ host-image] Aug 20 01:54:56.332 INFO O| Aug 20 01:54:56.332 INFO STEP 5 (pkg_change_variant) COMPLETE
39542026-08-20T01:54:57.005Z[ host-image] Aug 20 01:54:56.332 INFO O| Aug 20 01:54:56.332 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39552026-08-20T01:54:57.307Z[ host-image] Aug 20 01:54:56.639 INFO O| Aug 20 01:54:56.639 INFO variant opensolaris.imagetype is full; changing to partial
39562026-08-20T01:54:57.307Z[ host-image] Aug 20 01:54:56.639 INFO O| Aug 20 01:54:56.639 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39572026-08-20T01:54:58.884Z[ host-image] Aug 20 01:54:58.216 INFO O| Aug 20 01:54:58.216 INFO O| Startup: Refreshing catalog 'helios' ... Done
39582026-08-20T01:54:59.253Z[ host-image] Aug 20 01:54:58.584 INFO O| Aug 20 01:54:58.584 INFO O| Startup: Caching catalogs ... Done
39592026-08-20T01:54:59.264Z[ host-image] Aug 20 01:54:58.596 INFO O| Aug 20 01:54:58.596 INFO O| Planning: Planning completed in 0.00 seconds
39602026-08-20T01:54:59.267Z[ host-image] Aug 20 01:54:58.597 INFO O| Aug 20 01:54:58.597 INFO O| Planning: Consolidating action changes ... Done
39612026-08-20T01:54:59.267Z[ host-image] Aug 20 01:54:58.597 INFO O| Aug 20 01:54:58.597 INFO O| Planning: Evaluating mediators ... Done
39622026-08-20T01:54:59.267Z[ host-image] Aug 20 01:54:58.597 INFO O| Aug 20 01:54:58.597 INFO O| Planning: Planning completed in 0.00 seconds
39632026-08-20T01:54:59.267Z[ host-image] Aug 20 01:54:58.597 INFO O| Aug 20 01:54:58.597 INFO O| Variants/Facets to change: 1
39642026-08-20T01:54:59.274Z[ host-image] Aug 20 01:54:58.605 INFO O| Aug 20 01:54:58.605 INFO O| Finalize: Updating package state database ... Done
39652026-08-20T01:54:59.274Z[ host-image] Aug 20 01:54:58.605 INFO O| Aug 20 01:54:58.605 INFO O| Finalize: Updating package cache ... Done
39662026-08-20T01:54:59.330Z[ host-image] Aug 20 01:54:58.663 INFO O| Aug 20 01:54:58.663 INFO O| Finalize: Updating image state ... Done
39672026-08-20T01:54:59.340Z[ host-image] Aug 20 01:54:58.672 INFO O| Aug 20 01:54:58.672 INFO O| Finalize: Creating fast lookup database ... Done
39682026-08-20T01:54:59.343Z[ host-image] Aug 20 01:54:58.673 INFO O| Aug 20 01:54:58.673 INFO O| Finalize: Reading search index ... Done
39692026-08-20T01:54:59.343Z[ host-image] Aug 20 01:54:58.673 INFO O| Aug 20 01:54:58.673 INFO O| Finalize: Updating search index ... Done
39702026-08-20T01:54:59.343Z[ host-image] Aug 20 01:54:58.674 INFO O| Aug 20 01:54:58.674 INFO O| Finalize: Updating package cache ... Done
39712026-08-20T01:54:59.498Z[ host-image] Aug 20 01:54:58.831 INFO O| Aug 20 01:54:58.831 INFO STEP 6 (pkg_change_variant) COMPLETE
39722026-08-20T01:54:59.498Z[ host-image] Aug 20 01:54:58.831 INFO O| Aug 20 01:54:58.831 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39732026-08-20T01:54:59.498Z[ host-image] Aug 20 01:54:58.831 INFO O| Aug 20 01:54:58.831 INFO skip step because feature "debug_variant" is not enabled
39742026-08-20T01:54:59.501Z[ host-image] Aug 20 01:54:58.831 INFO O| Aug 20 01:54:58.831 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39752026-08-20T01:54:59.747Z[ host-image] Aug 20 01:54:59.079 INFO O| Aug 20 01:54:59.079 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39762026-08-20T01:55:01.193Z[ host-image] Aug 20 01:55:00.525 INFO O| Aug 20 01:55:00.525 INFO O| Startup: Refreshing catalog 'helios' ... Done
39772026-08-20T01:55:01.286Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.75s
39782026-08-20T01:55:01.592Z[ host-image] Aug 20 01:55:00.924 INFO O| Aug 20 01:55:00.924 INFO O| Startup: Caching catalogs ... Done
39792026-08-20T01:55:01.606Z[ host-image] Aug 20 01:55:00.938 INFO O| Aug 20 01:55:00.938 INFO O| Planning: Planning completed in 0.00 seconds
39802026-08-20T01:55:01.609Z[ host-image] Aug 20 01:55:00.939 INFO O| Aug 20 01:55:00.939 INFO O| Planning: Consolidating action changes ... Done
39812026-08-20T01:55:01.609Z[ host-image] Aug 20 01:55:00.939 INFO O| Aug 20 01:55:00.939 INFO O| Planning: Evaluating mediators ... Done
39822026-08-20T01:55:01.609Z[ host-image] Aug 20 01:55:00.939 INFO O| Aug 20 01:55:00.939 INFO O| Planning: Planning completed in 0.00 seconds
39832026-08-20T01:55:01.609Z[ host-image] Aug 20 01:55:00.939 INFO O| Aug 20 01:55:00.939 INFO O| Variants/Facets to change: 1
39842026-08-20T01:55:01.618Z[ host-image] Aug 20 01:55:00.947 INFO O| Aug 20 01:55:00.947 INFO O| Finalize: Updating package state database ... Done
39852026-08-20T01:55:01.618Z[ host-image] Aug 20 01:55:00.947 INFO O| Aug 20 01:55:00.947 INFO O| Finalize: Updating package cache ... Done
39862026-08-20T01:55:01.679Z[ host-image] Aug 20 01:55:01.010 INFO O| Aug 20 01:55:01.010 INFO O| Finalize: Updating image state ... Done
39872026-08-20T01:55:01.690Z[ host-image] Aug 20 01:55:01.019 INFO O| Aug 20 01:55:01.019 INFO O| Finalize: Creating fast lookup database ... Done
39882026-08-20T01:55:01.700Z[ host-image] Aug 20 01:55:01.020 INFO O| Aug 20 01:55:01.020 INFO O| Finalize: Reading search index ... Done
39892026-08-20T01:55:01.700Z[ host-image] Aug 20 01:55:01.020 INFO O| Aug 20 01:55:01.020 INFO O| Finalize: Updating search index ... Done
39902026-08-20T01:55:01.700Z[ host-image] Aug 20 01:55:01.020 INFO O| Aug 20 01:55:01.020 INFO O| Finalize: Updating package cache ... Done
39912026-08-20T01:55:01.858Z[ host-image] Aug 20 01:55:01.191 INFO O| Aug 20 01:55:01.191 INFO STEP 8 (pkg_change_facet) COMPLETE
39922026-08-20T01:55:01.858Z[ host-image] Aug 20 01:55:01.191 INFO O| Aug 20 01:55:01.191 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39932026-08-20T01:55:01.861Z[ host-image] Aug 20 01:55:01.191 INFO O| Aug 20 01:55:01.191 INFO skip step because feature "recovery" is not enabled
39942026-08-20T01:55:01.861Z[ host-image] Aug 20 01:55:01.191 INFO O| Aug 20 01:55:01.191 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39952026-08-20T01:55:01.861Z[ host-image] Aug 20 01:55:01.191 INFO O| Aug 20 01:55:01.191 INFO skip step because feature "recovery" is not enabled
39962026-08-20T01:55:01.861Z[ host-image] Aug 20 01:55:01.191 INFO O| Aug 20 01:55:01.191 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39972026-08-20T01:55:01.865Z[ host-image] Aug 20 01:55:01.198 INFO O| Aug 20 01:55:01.198 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@23.0.0.0"]
39982026-08-20T01:55:03.280Z[ host-image] Aug 20 01:55:02.613 INFO O| Aug 20 01:55:02.613 INFO O| Startup: Refreshing catalog 'helios' ... Done
39992026-08-20T01:55:03.324ZAug 20 01:55:02.657 INFO [recovery-package] process exited with exit status: 0 (14.91538259s)
40002026-08-20T01:55:03.324ZAug 20 01:55:02.657 INFO [recovery-libraries] running task
40012026-08-20T01:55:03.324ZAug 20 01:55:02.657 INFO [recovery-stamp] running task
40022026-08-20T01:55:03.327ZAug 20 01:55:02.657 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 23.0.0-0.ci+git1b799bd90a1
40032026-08-20T01:55:03.327ZAug 20 01:55:02.657 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git1b799bd90a1
40042026-08-20T01:55:03.331Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40052026-08-20T01:55:03.337Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40062026-08-20T01:55:03.379ZAug 20 01:55:02.712 INFO [recovery-libraries] task succeeded (55.40915ms)
40072026-08-20T01:55:03.382ZAug 20 01:55:02.712 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40082026-08-20T01:55:03.450Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40092026-08-20T01:55:03.456ZAug 20 01:55:02.785 INFO [stamp-installinator] process exited with exit status: 0 (127.59171ms)
40102026-08-20T01:55:03.504Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40112026-08-20T01:55:03.509ZAug 20 01:55:02.840 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (182.886699ms)
40122026-08-20T01:55:03.510ZAug 20 01:55:02.840 INFO [recovery-stamp] task succeeded (183.352179ms)
40132026-08-20T01:55:03.510ZAug 20 01:55:02.840 INFO [recovery-proto] running task
40142026-08-20T01:55:03.510ZAug 20 01:55:02.840 INFO [tuf-stamp] running task
40152026-08-20T01:55:03.510ZAug 20 01:55:02.840 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 23.0.0-0.ci+git1b799bd90a1
40162026-08-20T01:55:03.510ZAug 20 01:55:02.841 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 23.0.0-0.ci+git1b799bd90a1
40172026-08-20T01:55:03.515ZAug 20 01:55:02.841 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 23.0.0-0.ci+git1b799bd90a1
40182026-08-20T01:55:03.515ZAug 20 01:55:02.842 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 23.0.0-0.ci+git1b799bd90a1
40192026-08-20T01:55:03.515ZAug 20 01:55:02.842 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 23.0.0-0.ci+git1b799bd90a1
40202026-08-20T01:55:03.515ZAug 20 01:55:02.842 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 23.0.0-0.ci+git1b799bd90a1
40212026-08-20T01:55:03.515ZAug 20 01:55:02.843 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 23.0.0-0.ci+git1b799bd90a1
40222026-08-20T01:55:03.515ZAug 20 01:55:02.843 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 23.0.0-0.ci+git1b799bd90a1
40232026-08-20T01:55:03.515ZAug 20 01:55:02.843 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 23.0.0-0.ci+git1b799bd90a1
40242026-08-20T01:55:03.515ZAug 20 01:55:02.843 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 23.0.0-0.ci+git1b799bd90a1
40252026-08-20T01:55:03.515ZAug 20 01:55:02.844 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 23.0.0-0.ci+git1b799bd90a1
40262026-08-20T01:55:03.515ZAug 20 01:55:02.844 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 23.0.0-0.ci+git1b799bd90a1
40272026-08-20T01:55:03.519Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40282026-08-20T01:55:03.519Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40292026-08-20T01:55:03.519Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40302026-08-20T01:55:03.519Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40312026-08-20T01:55:03.519Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40322026-08-20T01:55:03.524Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40332026-08-20T01:55:03.524Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40342026-08-20T01:55:03.524Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40352026-08-20T01:55:03.524Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40362026-08-20T01:55:03.524Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40372026-08-20T01:55:03.524Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40382026-08-20T01:55:03.524Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40392026-08-20T01:55:03.566Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40402026-08-20T01:55:03.569ZAug 20 01:55:02.902 INFO [stamp-probe] process exited with exit status: 0 (60.50393ms)
40412026-08-20T01:55:03.626ZAug 20 01:55:02.959 INFO [recovery-proto] task succeeded (118.67177ms)
40422026-08-20T01:55:03.629ZAug 20 01:55:02.959 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.506' -P /tmp/.tmpon8wkG/proto/recovery/root -N 'recovery 1b799bd/${os_short_commit} 2026-08-20 01:43' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40432026-08-20T01:55:03.633Z[ recovery-image] Aug 20 01:55:02.965 INFO Checking files for board 'cosmo-mbist-noaggr'
40442026-08-20T01:55:03.634Z[ recovery-image] Aug 20 01:55:02.966 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40452026-08-20T01:55:03.636Z[ recovery-image] Aug 20 01:55:02.966 INFO Checking files for board 'gimlet'
40462026-08-20T01:55:03.636Z[ recovery-image] Aug 20 01:55:02.966 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40472026-08-20T01:55:03.636Z[ recovery-image] Aug 20 01:55:02.966 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40482026-08-20T01:55:03.636Z[ recovery-image] Aug 20 01:55:02.966 INFO Checking files for board 'cosmo'
40492026-08-20T01:55:03.636Z[ recovery-image] Aug 20 01:55:02.966 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40502026-08-20T01:55:03.637Z[ recovery-image] Aug 20 01:55:02.966 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40512026-08-20T01:55:03.637Z[ recovery-image] Aug 20 01:55:02.966 INFO Checking files for board 'cosmo-mbist'
40522026-08-20T01:55:03.637Z[ recovery-image] Aug 20 01:55:02.966 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40532026-08-20T01:55:03.646Z[ recovery-image] Aug 20 01:55:02.976 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpon8wkG/proto/recovery/root"
40542026-08-20T01:55:03.649Z[ recovery-image] Aug 20 01:55:02.976 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40552026-08-20T01:55:03.649Z[ recovery-image] Aug 20 01:55:02.976 INFO image builder template: ramdisk-01-os...
40562026-08-20T01:55:03.649Z[ recovery-image] Aug 20 01:55:02.976 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/.tmpon8wkG/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40572026-08-20T01:55:03.662Z[ recovery-image] Aug 20 01:55:02.993 INFO O| Aug 20 01:55:02.993 INFO CREATE DATASET: rpool/images/build/recovery/output
40582026-08-20T01:55:03.686Z[ host-image] Aug 20 01:55:03.014 INFO O| Aug 20 01:55:03.012 INFO O| Startup: Caching catalogs ... Done
40592026-08-20T01:55:03.944Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40602026-08-20T01:55:03.976Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40612026-08-20T01:55:04.081Z[ recovery-image] Aug 20 01:55:03.413 INFO O| Aug 20 01:55:03.413 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40622026-08-20T01:55:04.084Z[ recovery-image] Aug 20 01:55:03.417 INFO O| Aug 20 01:55:03.416 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40632026-08-20T01:55:04.120Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40642026-08-20T01:55:04.124ZAug 20 01:55:03.456 INFO [stamp-ntp] process exited with exit status: 0 (614.11495ms)
40652026-08-20T01:55:04.186Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40662026-08-20T01:55:04.191ZAug 20 01:55:03.522 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (680.919109ms)
40672026-08-20T01:55:04.348Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40682026-08-20T01:55:04.355ZAug 20 01:55:03.683 INFO [stamp-internal-dns] process exited with exit status: 0 (839.241919ms)
40692026-08-20T01:55:04.402Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40702026-08-20T01:55:04.406ZAug 20 01:55:03.738 INFO [stamp-external-dns] process exited with exit status: 0 (898.023779ms)
40712026-08-20T01:55:04.409Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40722026-08-20T01:55:04.413ZAug 20 01:55:03.742 INFO [stamp-crucible-zone] process exited with exit status: 0 (899.123469ms)
40732026-08-20T01:55:04.586Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40742026-08-20T01:55:04.590ZAug 20 01:55:03.922 INFO [stamp-oximeter] process exited with exit status: 0 (1.081558538s)
40752026-08-20T01:55:05.055Z[ recovery-image] Aug 20 01:55:04.387 INFO O| Aug 20 01:55:04.387 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40762026-08-20T01:55:05.710Z[ recovery-image] Aug 20 01:55:05.042 INFO O| Aug 20 01:55:05.042 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40772026-08-20T01:55:05.710Z[ recovery-image] Aug 20 01:55:05.042 INFO O| Aug 20 01:55:05.042 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40782026-08-20T01:55:05.716Z[ recovery-image] Aug 20 01:55:05.042 INFO O| Aug 20 01:55:05.042 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40792026-08-20T01:55:05.716Z[ recovery-image] Aug 20 01:55:05.042 INFO O| Aug 20 01:55:05.042 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40802026-08-20T01:55:05.716Z[ recovery-image] Aug 20 01:55:05.048 INFO O| Aug 20 01:55:05.048 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40812026-08-20T01:55:05.723Z[ host-image] Aug 20 01:55:05.049 INFO O| Aug 20 01:55:05.049 INFO O| Planning: Solver setup ... Done
40822026-08-20T01:55:05.897Z[ host-image] Aug 20 01:55:05.228 INFO O| Aug 20 01:55:05.228 INFO O| Planning: Running solver ... Done
40832026-08-20T01:55:05.940Z[ host-image] Aug 20 01:55:05.270 INFO O| Aug 20 01:55:05.270 INFO O| Planning: Finding local manifests ... Done
40842026-08-20T01:55:05.957Z[ host-image] Aug 20 01:55:05.289 INFO O| Aug 20 01:55:05.289 INFO O| Planning: Fetching manifests: 0/130 0% complete
40852026-08-20T01:55:06.132Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40862026-08-20T01:55:06.137ZAug 20 01:55:05.468 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.625135115s)
40872026-08-20T01:55:07.754Z[ host-image] Aug 20 01:55:07.086 INFO O| Aug 20 01:55:07.086 INFO O| Planning: Fetching manifests: 130/130 100% complete
40882026-08-20T01:55:08.121Z[ host-image] Aug 20 01:55:07.454 INFO O| Aug 20 01:55:07.454 INFO O| Planning: Package planning ... Done
40892026-08-20T01:55:08.186Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40902026-08-20T01:55:08.189ZAug 20 01:55:07.522 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.678376001s)
40912026-08-20T01:55:08.410Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40922026-08-20T01:55:08.415ZAug 20 01:55:07.744 INFO [stamp-clickhouse] process exited with exit status: 0 (4.901634811s)
40932026-08-20T01:55:08.430Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40942026-08-20T01:55:08.433ZAug 20 01:55:07.766 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.922011381s)
40952026-08-20T01:55:08.561Z[ host-image] Aug 20 01:55:07.893 INFO O| Aug 20 01:55:07.893 INFO O| Planning: Merging actions ... Done
40962026-08-20T01:55:08.668Z[ host-image] Aug 20 01:55:08.000 INFO O| Aug 20 01:55:08.000 INFO O| Planning: Checking for conflicting actions ... Done
40972026-08-20T01:55:08.750Z[verify-libraries] Compiling match_cfg v0.1.0
40982026-08-20T01:55:08.750Z[verify-libraries] Compiling slog-json v2.6.1
40992026-08-20T01:55:08.753Z[verify-libraries] Compiling debug-ignore v1.0.5
41002026-08-20T01:55:08.753Z[verify-libraries] Compiling progenitor-client v0.14.0
41012026-08-20T01:55:08.753Z[verify-libraries] Compiling sha1 v0.11.0
41022026-08-20T01:55:08.753Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41032026-08-20T01:55:08.753Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41042026-08-20T01:55:08.771Z[ host-image] Aug 20 01:55:08.104 INFO O| Aug 20 01:55:08.104 INFO O| Planning: Consolidating action changes ... Done
41052026-08-20T01:55:08.920Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41062026-08-20T01:55:08.923ZAug 20 01:55:08.256 INFO [stamp-nexus] process exited with exit status: 0 (5.41402006s)
41072026-08-20T01:55:08.923ZAug 20 01:55:08.256 INFO [tuf-stamp] task succeeded (5.41602883s)
41082026-08-20T01:55:08.923ZAug 20 01:55:08.256 INFO [tuf-v2-zones] running task
41092026-08-20T01:55:08.940Z[ host-image] Aug 20 01:55:08.273 INFO O| Aug 20 01:55:08.273 INFO O| Planning: Evaluating mediators ... Done
41102026-08-20T01:55:09.011Z[verify-libraries] Compiling multer v3.1.0
41112026-08-20T01:55:09.030Z[verify-libraries] Compiling compression-core v0.4.31
41122026-08-20T01:55:09.035Z[verify-libraries] Compiling async-stream-impl v0.3.6
41132026-08-20T01:55:09.035Z[verify-libraries] Compiling serde_spanned v1.1.1
41142026-08-20T01:55:09.035Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41152026-08-20T01:55:09.047Z[verify-libraries] Compiling dropshot v0.17.1
41162026-08-20T01:55:09.095ZAug 20 01:55:08.428 INFO [tuf-v2-zones] task succeeded (171.60667ms)
41172026-08-20T01:55:09.192Z[verify-libraries] Compiling hostname v0.3.1
41182026-08-20T01:55:09.213Z[verify-libraries] Compiling compression-codecs v0.4.37
41192026-08-20T01:55:09.213Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41202026-08-20T01:55:09.216Z[verify-libraries] Compiling waitgroup v0.1.2
41212026-08-20T01:55:09.275Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41222026-08-20T01:55:09.275Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41232026-08-20T01:55:09.275Z[verify-libraries] Compiling hostname v0.4.2
41242026-08-20T01:55:09.353Z[verify-libraries] Compiling slog-bunyan v2.5.0
41252026-08-20T01:55:09.356Z[verify-libraries] Compiling atomicwrites v0.4.4
41262026-08-20T01:55:09.396Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41272026-08-20T01:55:09.399Z[verify-libraries] Compiling macaddr v1.0.1
41282026-08-20T01:55:09.399Z[verify-libraries] Compiling regress v0.10.5
41292026-08-20T01:55:09.434Z[verify-libraries] Compiling async-compression v0.4.41
41302026-08-20T01:55:09.457Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41312026-08-20T01:55:09.537Z[verify-libraries] Compiling instant v0.1.13
41322026-08-20T01:55:09.542Z[verify-libraries] Compiling parse-display-derive v0.10.0
41332026-08-20T01:55:09.542Z[verify-libraries] Compiling itertools v0.14.0
41342026-08-20T01:55:09.542Z[verify-libraries] Compiling backon v1.6.0
41352026-08-20T01:55:09.542Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41362026-08-20T01:55:09.542Z[verify-libraries] Compiling humantime v2.3.0
41372026-08-20T01:55:09.682Z[verify-libraries] Compiling backoff v0.4.0
41382026-08-20T01:55:09.685Z[verify-libraries] Compiling convert_case v0.4.0
41392026-08-20T01:55:09.686Z[verify-libraries] Compiling half v2.7.1
41402026-08-20T01:55:09.743Z[verify-libraries] Compiling async-stream v0.3.6
41412026-08-20T01:55:09.798Z[verify-libraries] Compiling progenitor-extras v0.2.0
41422026-08-20T01:55:09.827Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41432026-08-20T01:55:09.851Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41442026-08-20T01:55:09.851Z[verify-libraries] Compiling ciborium-io v0.2.2
41452026-08-20T01:55:09.896Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41462026-08-20T01:55:09.938Z[verify-libraries] Compiling indent_write v2.2.0
41472026-08-20T01:55:09.997Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41482026-08-20T01:55:10.021Z[verify-libraries] Compiling ciborium-ll v0.2.2
41492026-08-20T01:55:10.053Z[verify-libraries] Compiling regress v0.11.1
41502026-08-20T01:55:10.085Z[verify-libraries] Compiling secrecy v0.10.3
41512026-08-20T01:55:10.108Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41522026-08-20T01:55:10.111Z[verify-libraries] Compiling derive_more v0.99.20
41532026-08-20T01:55:10.154Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41542026-08-20T01:55:10.201Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41552026-08-20T01:55:10.201Z[verify-libraries] Compiling inout v0.1.4
41562026-08-20T01:55:10.281Z[verify-libraries] Compiling ciborium v0.2.2
41572026-08-20T01:55:10.308Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41582026-08-20T01:55:10.338Z[ host-image] Aug 20 01:55:09.669 INFO O| Aug 20 01:55:09.669 INFO O| Planning: Planning completed in 6.64 seconds
41592026-08-20T01:55:10.338Z[ host-image] Aug 20 01:55:09.670 INFO O| Aug 20 01:55:09.669 INFO O| Packages to install: 130
41602026-08-20T01:55:10.338Z[ host-image] Aug 20 01:55:09.670 INFO O| Aug 20 01:55:09.669 INFO O| Mediators to change: 5
41612026-08-20T01:55:10.338Z[ host-image] Aug 20 01:55:09.670 INFO O| Aug 20 01:55:09.669 INFO O| Services to change: 6
41622026-08-20T01:55:10.355Z[verify-libraries] Compiling universal-hash v0.5.1
41632026-08-20T01:55:10.368Z[ host-image] Aug 20 01:55:09.701 INFO O| Aug 20 01:55:09.701 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete
41642026-08-20T01:55:10.397Z[verify-libraries] Compiling cipher v0.4.4
41652026-08-20T01:55:10.428Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41662026-08-20T01:55:10.543Z[verify-libraries] Compiling opaque-debug v0.3.1
41672026-08-20T01:55:10.568Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41682026-08-20T01:55:10.638Z[verify-libraries] Compiling poly1305 v0.8.0
41692026-08-20T01:55:10.662Z[verify-libraries] Compiling chacha20 v0.9.1
41702026-08-20T01:55:10.730Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41712026-08-20T01:55:10.753Z[verify-libraries] Compiling blake2 v0.10.6
41722026-08-20T01:55:10.866Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41732026-08-20T01:55:10.907Z[verify-libraries] Compiling aead v0.5.2
41742026-08-20T01:55:10.930Z[verify-libraries] Compiling password-hash v0.5.0
41752026-08-20T01:55:10.963Z[verify-libraries] Compiling num-derive v0.4.2
41762026-08-20T01:55:11.035Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41772026-08-20T01:55:11.073Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41782026-08-20T01:55:11.177Z[verify-libraries] Compiling rayon-core v1.13.0
41792026-08-20T01:55:11.281Z[verify-libraries] Compiling argon2 v0.5.3
41802026-08-20T01:55:11.302Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41812026-08-20T01:55:11.400Z[verify-libraries] Compiling parse-display v0.10.0
41822026-08-20T01:55:11.435Z[verify-libraries] Compiling glob v0.3.3
41832026-08-20T01:55:11.485Z[verify-libraries] Compiling usdt-macro v0.5.0
41842026-08-20T01:55:11.486Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41852026-08-20T01:55:11.525Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41862026-08-20T01:55:11.766Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41872026-08-20T01:55:11.834Z[ recovery-image] Aug 20 01:55:11.166 INFO O| Aug 20 01:55:11.166 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41882026-08-20T01:55:11.837Z[verify-libraries] Compiling typify-impl v0.6.2
41892026-08-20T01:55:11.842Z[ recovery-image] Aug 20 01:55:11.175 INFO O| Aug 20 01:55:11.175 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41902026-08-20T01:55:11.900Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41912026-08-20T01:55:12.109Z[verify-libraries] Compiling vsss-rs v3.3.4
41922026-08-20T01:55:12.157Z[verify-libraries] Compiling memmap v0.7.0
41932026-08-20T01:55:12.185Z[ recovery-image] Aug 20 01:55:11.516 INFO O| Aug 20 01:55:11.516 INFO O| Caching catalogs ... Done
41942026-08-20T01:55:12.281Z[ recovery-image] Aug 20 01:55:11.614 INFO O| Aug 20 01:55:11.614 INFO STEP 0 (pkg_image_create) COMPLETE
41952026-08-20T01:55:12.281Z[ recovery-image] Aug 20 01:55:11.614 INFO O| Aug 20 01:55:11.614 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41962026-08-20T01:55:12.318Z[ recovery-image] Aug 20 01:55:11.625 INFO O| Aug 20 01:55:11.625 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"]
41972026-08-20T01:55:12.323Z[verify-libraries] Compiling proc-macro-crate v3.4.0
41982026-08-20T01:55:12.358Z[verify-libraries] Compiling heapless v0.8.0
41992026-08-20T01:55:12.407Z[verify-libraries] Compiling proc-macro-error v1.0.4
42002026-08-20T01:55:12.438Z[verify-libraries] Compiling ingot-macros v0.2.0
42012026-08-20T01:55:12.438Z[verify-libraries] Compiling tabwriter v1.4.1
42022026-08-20T01:55:12.523Z[verify-libraries] Compiling usdt v0.5.0
42032026-08-20T01:55:12.612Z[verify-libraries] Compiling hash32 v0.3.1
42042026-08-20T01:55:12.624Z[ recovery-image] Aug 20 01:55:11.957 INFO O| Aug 20 01:55:11.957 INFO STEP 1 (pkg_set_publisher) COMPLETE
42052026-08-20T01:55:12.625Z[ recovery-image] Aug 20 01:55:11.957 INFO O| Aug 20 01:55:11.957 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42062026-08-20T01:55:12.628Z[ recovery-image] Aug 20 01:55:11.957 INFO O| Aug 20 01:55:11.957 INFO skip step because feature "publisher_1_name" is not enabled
42072026-08-20T01:55:12.632Z[ recovery-image] Aug 20 01:55:11.957 INFO O| Aug 20 01:55:11.957 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42082026-08-20T01:55:12.632Z[ recovery-image] Aug 20 01:55:11.957 INFO O| Aug 20 01:55:11.957 INFO skip step because feature "publisher_2_name" is not enabled
42092026-08-20T01:55:12.632Z[ recovery-image] Aug 20 01:55:11.957 INFO O| Aug 20 01:55:11.957 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42102026-08-20T01:55:12.632Z[ recovery-image] Aug 20 01:55:11.957 INFO O| Aug 20 01:55:11.957 INFO skip step because feature "publisher_3_name" is not enabled
42112026-08-20T01:55:12.632Z[ recovery-image] Aug 20 01:55:11.957 INFO O| Aug 20 01:55:11.957 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42122026-08-20T01:55:12.748Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42132026-08-20T01:55:12.806Z[verify-libraries] Compiling smoltcp v0.11.0
42142026-08-20T01:55:12.806Z[verify-libraries] Compiling cobs v0.3.0
42152026-08-20T01:55:12.846Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42162026-08-20T01:55:12.868Z[verify-libraries] Compiling colored v3.1.1
42172026-08-20T01:55:12.892Z[verify-libraries] Compiling rayon v1.11.0
42182026-08-20T01:55:12.950Z[ recovery-image] Aug 20 01:55:12.282 INFO O| Aug 20 01:55:12.282 INFO variant opensolaris.zone is already global
42192026-08-20T01:55:12.950Z[ recovery-image] Aug 20 01:55:12.283 INFO O| Aug 20 01:55:12.282 INFO STEP 5 (pkg_change_variant) COMPLETE
42202026-08-20T01:55:12.950Z[ recovery-image] Aug 20 01:55:12.283 INFO O| Aug 20 01:55:12.282 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42212026-08-20T01:55:12.956Z[verify-libraries] Compiling rand v0.10.1
42222026-08-20T01:55:12.958Z[verify-libraries] Compiling num_enum_derive v0.7.6
42232026-08-20T01:55:12.959Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42242026-08-20T01:55:13.023Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42252026-08-20T01:55:13.148Z[verify-libraries] Compiling postcard v1.1.3
42262026-08-20T01:55:13.177Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42272026-08-20T01:55:13.214Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42282026-08-20T01:55:13.267Z[ recovery-image] Aug 20 01:55:12.599 INFO O| Aug 20 01:55:12.599 INFO variant opensolaris.imagetype is full; changing to partial
42292026-08-20T01:55:13.267Z[ recovery-image] Aug 20 01:55:12.599 INFO O| Aug 20 01:55:12.599 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42302026-08-20T01:55:13.303Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42312026-08-20T01:55:13.428Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42322026-08-20T01:55:13.502Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42332026-08-20T01:55:13.563Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42342026-08-20T01:55:13.699Z[verify-libraries] Compiling num_enum_derive v0.5.11
42352026-08-20T01:55:13.797Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42362026-08-20T01:55:13.829Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42372026-08-20T01:55:13.860Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42382026-08-20T01:55:13.860Z[verify-libraries] Compiling cstr-argument v0.1.2
42392026-08-20T01:55:13.945Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42402026-08-20T01:55:14.016Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42412026-08-20T01:55:14.080Z[verify-libraries] Compiling foreign-types v0.5.0
42422026-08-20T01:55:14.109Z[verify-libraries] Compiling sigpipe v0.1.3
42432026-08-20T01:55:14.140Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42442026-08-20T01:55:14.182Z[verify-libraries] Compiling num_enum v0.7.6
42452026-08-20T01:55:14.219Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42462026-08-20T01:55:14.267Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42472026-08-20T01:55:14.339Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42482026-08-20T01:55:14.440Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42492026-08-20T01:55:14.474Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42502026-08-20T01:55:14.537Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42512026-08-20T01:55:14.577Z[verify-libraries] Compiling itertools v0.12.1
42522026-08-20T01:55:14.606Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42532026-08-20T01:55:14.641Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42542026-08-20T01:55:14.641Z[verify-libraries] Compiling toml v0.8.23
42552026-08-20T01:55:14.719Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42562026-08-20T01:55:14.791Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42572026-08-20T01:55:14.981Z[verify-libraries] Compiling smf v0.2.3
42582026-08-20T01:55:15.002Z[verify-libraries] Compiling whoami v1.6.1
42592026-08-20T01:55:15.036Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42602026-08-20T01:55:15.101Z[verify-libraries] Compiling num_enum v0.5.11
42612026-08-20T01:55:15.136Z[verify-libraries] Compiling derive-where v1.6.0
42622026-08-20T01:55:15.178Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42632026-08-20T01:55:15.186Z[ recovery-image] Aug 20 01:55:14.517 INFO O| Aug 20 01:55:14.517 INFO O| Startup: Refreshing catalog 'helios' ... Done
42642026-08-20T01:55:15.269Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42652026-08-20T01:55:15.365Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42662026-08-20T01:55:15.368Z[ host-image] Aug 20 01:55:14.701 INFO O| Aug 20 01:55:14.701 INFO O| Download: 12329/23887 items 105.9/222.8MB 47% complete (21.2M/s)
42672026-08-20T01:55:15.426Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
42682026-08-20T01:55:15.645Z[verify-libraries] Compiling gethostname v0.5.0
42692026-08-20T01:55:15.666Z[ recovery-image] Aug 20 01:55:14.997 INFO O| Aug 20 01:55:14.997 INFO O| Startup: Caching catalogs ... Done
42702026-08-20T01:55:15.673Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42712026-08-20T01:55:15.679Z[ recovery-image] Aug 20 01:55:15.012 INFO O| Aug 20 01:55:15.011 INFO O| Planning: Planning completed in 0.00 seconds
42722026-08-20T01:55:15.683Z[ recovery-image] Aug 20 01:55:15.012 INFO O| Aug 20 01:55:15.012 INFO O| Planning: Consolidating action changes ... Done
42732026-08-20T01:55:15.683Z[ recovery-image] Aug 20 01:55:15.012 INFO O| Aug 20 01:55:15.012 INFO O| Planning: Evaluating mediators ... Done
42742026-08-20T01:55:15.683Z[ recovery-image] Aug 20 01:55:15.012 INFO O| Aug 20 01:55:15.012 INFO O| Planning: Planning completed in 0.00 seconds
42752026-08-20T01:55:15.683Z[ recovery-image] Aug 20 01:55:15.013 INFO O| Aug 20 01:55:15.013 INFO O| Variants/Facets to change: 1
42762026-08-20T01:55:15.695Z[ recovery-image] Aug 20 01:55:15.026 INFO O| Aug 20 01:55:15.026 INFO O| Finalize: Updating package state database ... Done
42772026-08-20T01:55:15.695Z[ recovery-image] Aug 20 01:55:15.026 INFO O| Aug 20 01:55:15.026 INFO O| Finalize: Updating package cache ... Done
42782026-08-20T01:55:15.706Z[verify-libraries] Compiling newline-converter v0.3.0
42792026-08-20T01:55:15.706Z[verify-libraries] Compiling ingot-types v0.2.0
42802026-08-20T01:55:15.763Z[ recovery-image] Aug 20 01:55:15.094 INFO O| Aug 20 01:55:15.094 INFO O| Finalize: Updating image state ... Done
42812026-08-20T01:55:15.771Z[verify-libraries] Compiling console v0.15.11
42822026-08-20T01:55:15.780Z[ recovery-image] Aug 20 01:55:15.112 INFO O| Aug 20 01:55:15.112 INFO O| Finalize: Creating fast lookup database ... Done
42832026-08-20T01:55:15.783Z[ recovery-image] Aug 20 01:55:15.113 INFO O| Aug 20 01:55:15.113 INFO O| Finalize: Reading search index ... Done
42842026-08-20T01:55:15.783Z[ recovery-image] Aug 20 01:55:15.113 INFO O| Aug 20 01:55:15.113 INFO O| Finalize: Updating search index ... Done
42852026-08-20T01:55:15.783Z[ recovery-image] Aug 20 01:55:15.114 INFO O| Aug 20 01:55:15.114 INFO O| Finalize: Updating package cache ... Done
42862026-08-20T01:55:15.799Z[verify-libraries] Compiling linear-map v1.2.0
42872026-08-20T01:55:15.826Z[verify-libraries] Compiling resolv-conf v0.7.6
42882026-08-20T01:55:15.826Z[verify-libraries] Compiling num-rational v0.4.2
42892026-08-20T01:55:15.905Z[verify-libraries] Compiling zone v0.3.1
42902026-08-20T01:55:15.965Z[verify-libraries] Compiling num-complex v0.4.6
42912026-08-20T01:55:16.016Z[verify-libraries] Compiling slog-dtrace v0.3.0
42922026-08-20T01:55:16.043Z[verify-libraries] Compiling prettyplease v0.2.37
42932026-08-20T01:55:16.048Z[ recovery-image] Aug 20 01:55:15.378 INFO O| Aug 20 01:55:15.378 INFO STEP 6 (pkg_change_variant) COMPLETE
42942026-08-20T01:55:16.048Z[ recovery-image] Aug 20 01:55:15.378 INFO O| Aug 20 01:55:15.378 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42952026-08-20T01:55:16.048Z[ recovery-image] Aug 20 01:55:15.378 INFO O| Aug 20 01:55:15.378 INFO skip step because feature "debug_variant" is not enabled
42962026-08-20T01:55:16.048Z[ recovery-image] Aug 20 01:55:15.378 INFO O| Aug 20 01:55:15.378 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42972026-08-20T01:55:16.221Z[verify-libraries] Compiling ingot v0.2.1
42982026-08-20T01:55:16.262Z[verify-libraries] Compiling expectorate v1.2.0
42992026-08-20T01:55:16.370Z[ recovery-image] Aug 20 01:55:15.702 INFO O| Aug 20 01:55:15.702 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43002026-08-20T01:55:16.386Z[verify-libraries] Compiling num v0.4.3
43012026-08-20T01:55:16.448Z[verify-libraries] Compiling float-ord v0.3.2
43022026-08-20T01:55:16.471Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43032026-08-20T01:55:16.516Z[verify-libraries] Compiling linked-hash-map v0.5.6
43042026-08-20T01:55:16.519Z[verify-libraries] Compiling hickory-proto v0.24.4
43052026-08-20T01:55:16.519Z[verify-libraries] Compiling convert_case v0.10.0
43062026-08-20T01:55:16.538Z[verify-libraries] Compiling minimal-lexical v0.2.1
43072026-08-20T01:55:16.624Z[verify-libraries] Compiling unicode-xid v0.2.6
43082026-08-20T01:55:16.627Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43092026-08-20T01:55:16.700Z[verify-libraries] Compiling typify-macro v0.6.2
43102026-08-20T01:55:16.700Z[verify-libraries] Compiling tabled_derive v0.7.0
43112026-08-20T01:55:16.768Z[verify-libraries] Compiling lru-cache v0.1.2
43122026-08-20T01:55:16.811Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43132026-08-20T01:55:16.836Z[verify-libraries] Compiling fd-lock v4.0.4
43142026-08-20T01:55:16.943Z[verify-libraries] Compiling derive_more-impl v2.1.1
43152026-08-20T01:55:16.990Z[verify-libraries] Compiling nom v7.1.3
43162026-08-20T01:55:17.036Z[verify-libraries] Compiling vte v0.14.1
43172026-08-20T01:55:17.072Z[verify-libraries] Compiling display-error-chain v0.2.2
43182026-08-20T01:55:17.290Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43192026-08-20T01:55:17.345Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43202026-08-20T01:55:17.385Z[verify-libraries] Compiling stacker v0.1.23
43212026-08-20T01:55:17.542Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43222026-08-20T01:55:17.569Z[verify-libraries] Compiling cfg_aliases v0.1.1
43232026-08-20T01:55:17.668Z[verify-libraries] Compiling reedline v0.40.0
43242026-08-20T01:55:17.704Z[verify-libraries] Compiling psm v0.1.30
43252026-08-20T01:55:17.773Z[verify-libraries] Compiling nix v0.28.0
43262026-08-20T01:55:17.839Z[verify-libraries] Compiling semver v0.1.20
43272026-08-20T01:55:17.867Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43282026-08-20T01:55:17.899Z[verify-libraries] Compiling termtree v0.5.1
43292026-08-20T01:55:17.934Z[verify-libraries] Compiling tabled v0.15.0
43302026-08-20T01:55:18.004Z[verify-libraries] Compiling derive_more v2.1.1
43312026-08-20T01:55:18.096Z[verify-libraries] Compiling rustc_version v0.1.7
43322026-08-20T01:55:18.126Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43332026-08-20T01:55:18.160Z[verify-libraries] Compiling crossterm v0.29.0
43342026-08-20T01:55:18.211Z[ recovery-image] Aug 20 01:55:17.543 INFO O| Aug 20 01:55:17.543 INFO O| Startup: Refreshing catalog 'helios' ... Done
43352026-08-20T01:55:18.279Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43362026-08-20T01:55:18.306Z[verify-libraries] Compiling phf_shared v0.12.1
43372026-08-20T01:55:18.355Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43382026-08-20T01:55:18.358Z[verify-libraries] Compiling nibble_vec v0.1.0
43392026-08-20T01:55:18.452Z[verify-libraries] Compiling highway v1.3.0
43402026-08-20T01:55:18.486Z[verify-libraries] Compiling endian-type v0.1.2
43412026-08-20T01:55:18.519Z[verify-libraries] Compiling chrono-tz v0.10.4
43422026-08-20T01:55:18.557Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43432026-08-20T01:55:18.590Z[verify-libraries] Compiling phf v0.12.1
43442026-08-20T01:55:18.651Z[ recovery-image] Aug 20 01:55:17.983 INFO O| Aug 20 01:55:17.983 INFO O| Startup: Caching catalogs ... Done
43452026-08-20T01:55:18.668Z[ recovery-image] Aug 20 01:55:17.998 INFO O| Aug 20 01:55:17.998 INFO O| Planning: Planning completed in 0.00 seconds
43462026-08-20T01:55:18.668Z[ recovery-image] Aug 20 01:55:17.998 INFO O| Aug 20 01:55:17.998 INFO O| Planning: Consolidating action changes ... Done
43472026-08-20T01:55:18.668Z[ recovery-image] Aug 20 01:55:17.998 INFO O| Aug 20 01:55:17.998 INFO O| Planning: Evaluating mediators ... Done
43482026-08-20T01:55:18.668Z[ recovery-image] Aug 20 01:55:17.999 INFO O| Aug 20 01:55:17.998 INFO O| Planning: Planning completed in 0.00 seconds
43492026-08-20T01:55:18.668Z[ recovery-image] Aug 20 01:55:17.999 INFO O| Aug 20 01:55:17.998 INFO O| Variants/Facets to change: 1
43502026-08-20T01:55:18.686Z[ recovery-image] Aug 20 01:55:18.013 INFO O| Aug 20 01:55:18.013 INFO O| Finalize: Updating package state database ... Done
43512026-08-20T01:55:18.686Z[ recovery-image] Aug 20 01:55:18.014 INFO O| Aug 20 01:55:18.013 INFO O| Finalize: Updating package cache ... Done
43522026-08-20T01:55:18.708Z[verify-libraries] Compiling radix_trie v0.2.1
43532026-08-20T01:55:18.773Z[ recovery-image] Aug 20 01:55:18.105 INFO O| Aug 20 01:55:18.104 INFO O| Finalize: Updating image state ... Done
43542026-08-20T01:55:18.788Z[ recovery-image] Aug 20 01:55:18.119 INFO O| Aug 20 01:55:18.119 INFO O| Finalize: Creating fast lookup database ... Done
43552026-08-20T01:55:18.791Z[ recovery-image] Aug 20 01:55:18.120 INFO O| Aug 20 01:55:18.120 INFO O| Finalize: Reading search index ... Done
43562026-08-20T01:55:18.791Z[ recovery-image] Aug 20 01:55:18.120 INFO O| Aug 20 01:55:18.120 INFO O| Finalize: Updating search index ... Done
43572026-08-20T01:55:18.791Z[ recovery-image] Aug 20 01:55:18.121 INFO O| Aug 20 01:55:18.121 INFO O| Finalize: Updating package cache ... Done
43582026-08-20T01:55:18.812Z[verify-libraries] Compiling typify v0.6.2
43592026-08-20T01:55:18.812Z[verify-libraries] Compiling newtype_derive v0.1.6
43602026-08-20T01:55:18.904Z[verify-libraries] Compiling hickory-resolver v0.24.4
43612026-08-20T01:55:18.965Z[verify-libraries] Compiling progenitor-impl v0.14.0
43622026-08-20T01:55:19.023Z[verify-libraries] Compiling recursive v0.1.1
43632026-08-20T01:55:19.101Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43642026-08-20T01:55:19.182Z[ recovery-image] Aug 20 01:55:18.512 INFO O| Aug 20 01:55:18.511 INFO STEP 8 (pkg_change_facet) COMPLETE
43652026-08-20T01:55:19.182Z[ recovery-image] Aug 20 01:55:18.512 INFO O| Aug 20 01:55:18.512 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43662026-08-20T01:55:19.194Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43672026-08-20T01:55:19.216Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43682026-08-20T01:55:19.275Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43692026-08-20T01:55:19.511Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43702026-08-20T01:55:19.578Z[ recovery-image] Aug 20 01:55:18.910 INFO O| Aug 20 01:55:18.910 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43712026-08-20T01:55:19.581Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43722026-08-20T01:55:19.581Z[verify-libraries] Compiling peg-macros v0.8.5
43732026-08-20T01:55:19.770Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43742026-08-20T01:55:20.219Z[ host-image] Aug 20 01:55:19.552 INFO O| Aug 20 01:55:19.552 INFO O| Download: Completed 222.83 MB in 9.85 seconds (22.6M/s)
43752026-08-20T01:55:20.224Z[verify-libraries] Compiling qorb v0.4.1
43762026-08-20T01:55:20.593Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43772026-08-20T01:55:20.628Z[ host-image] Aug 20 01:55:19.957 INFO O| Aug 20 01:55:19.957 INFO O| Actions: 1/54180 actions (Installing new actions)
43782026-08-20T01:55:20.640Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43792026-08-20T01:55:20.685Z[verify-libraries] Compiling csv-core v0.1.13
43802026-08-20T01:55:20.691Z[verify-libraries] Compiling winnow v0.6.26
43812026-08-20T01:55:20.742Z[verify-libraries] Compiling home v0.5.12
43822026-08-20T01:55:20.910Z[verify-libraries] Compiling unicode_categories v0.1.1
43832026-08-20T01:55:21.044Z[verify-libraries] Compiling csv v1.4.0
43842026-08-20T01:55:21.070Z[verify-libraries] Compiling rustyline v14.0.0
43852026-08-20T01:55:21.205Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43862026-08-20T01:55:21.209Z[verify-libraries] Compiling peg v0.8.5
43872026-08-20T01:55:21.330Z[verify-libraries] Compiling const_format v0.2.35
43882026-08-20T01:55:21.601Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43892026-08-20T01:55:21.604Z[verify-libraries] Compiling sqlparser v0.61.0
43902026-08-20T01:55:21.671Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43912026-08-20T01:55:21.724Z[verify-libraries] Compiling bcs v0.1.6
43922026-08-20T01:55:21.831Z[ recovery-image] Aug 20 01:55:21.155 INFO O| Aug 20 01:55:21.155 INFO O| Startup: Refreshing catalog 'helios' ... Done
43932026-08-20T01:55:21.911Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43942026-08-20T01:55:21.981Z[verify-libraries] Compiling progenitor-macro v0.14.0
43952026-08-20T01:55:22.030Z[verify-libraries] Compiling nom v8.0.0
43962026-08-20T01:55:22.137Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43972026-08-20T01:55:22.184Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43982026-08-20T01:55:22.217Z[verify-libraries] Compiling sqlformat v0.3.5
43992026-08-20T01:55:22.276Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44002026-08-20T01:55:22.341Z[ recovery-image] Aug 20 01:55:21.673 INFO O| Aug 20 01:55:21.673 INFO O| Startup: Caching catalogs ... Done
44012026-08-20T01:55:22.346Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44022026-08-20T01:55:22.357Z[ recovery-image] Aug 20 01:55:21.689 INFO O| Aug 20 01:55:21.689 INFO O| Planning: Planning completed in 0.00 seconds
44032026-08-20T01:55:22.360Z[ recovery-image] Aug 20 01:55:21.689 INFO O| Aug 20 01:55:21.689 INFO O| Planning: Consolidating action changes ... Done
44042026-08-20T01:55:22.360Z[ recovery-image] Aug 20 01:55:21.689 INFO O| Aug 20 01:55:21.689 INFO O| Planning: Evaluating mediators ... Done
44052026-08-20T01:55:22.360Z[ recovery-image] Aug 20 01:55:21.691 INFO O| Aug 20 01:55:21.691 INFO O| Planning: Planning completed in 0.00 seconds
44062026-08-20T01:55:22.360Z[ recovery-image] Aug 20 01:55:21.691 INFO O| Aug 20 01:55:21.691 INFO O| Variants/Facets to change: 1
44072026-08-20T01:55:22.368Z[ recovery-image] Aug 20 01:55:21.701 INFO O| Aug 20 01:55:21.700 INFO O| Finalize: Updating package state database ... Done
44082026-08-20T01:55:22.368Z[ recovery-image] Aug 20 01:55:21.701 INFO O| Aug 20 01:55:21.700 INFO O| Finalize: Updating package cache ... Done
44092026-08-20T01:55:22.383Z[verify-libraries] Compiling steno v0.4.1
44102026-08-20T01:55:22.460Z[ recovery-image] Aug 20 01:55:21.792 INFO O| Aug 20 01:55:21.792 INFO O| Finalize: Updating image state ... Done
44112026-08-20T01:55:22.475Z[ recovery-image] Aug 20 01:55:21.807 INFO O| Aug 20 01:55:21.807 INFO O| Finalize: Creating fast lookup database ... Done
44122026-08-20T01:55:22.478Z[ recovery-image] Aug 20 01:55:21.807 INFO O| Aug 20 01:55:21.807 INFO O| Finalize: Reading search index ... Done
44132026-08-20T01:55:22.478Z[ recovery-image] Aug 20 01:55:21.807 INFO O| Aug 20 01:55:21.807 INFO O| Finalize: Updating search index ... Done
44142026-08-20T01:55:22.478Z[ recovery-image] Aug 20 01:55:21.808 INFO O| Aug 20 01:55:21.808 INFO O| Finalize: Updating package cache ... Done
44152026-08-20T01:55:22.478Z[verify-libraries] Compiling sha1 v0.10.6
44162026-08-20T01:55:22.746Z[ recovery-image] Aug 20 01:55:22.079 INFO O| Aug 20 01:55:22.079 INFO STEP 9 (pkg_change_facet) COMPLETE
44172026-08-20T01:55:22.747Z[ recovery-image] Aug 20 01:55:22.079 INFO O| Aug 20 01:55:22.079 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44182026-08-20T01:55:22.810Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44192026-08-20T01:55:22.862Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44202026-08-20T01:55:22.999Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
44212026-08-20T01:55:23.095Z[ recovery-image] Aug 20 01:55:22.427 INFO O| Aug 20 01:55:22.427 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44222026-08-20T01:55:23.230Z[verify-libraries] Compiling tagptr v0.2.0
44232026-08-20T01:55:23.326Z[verify-libraries] Compiling utf-8 v0.7.6
44242026-08-20T01:55:23.353Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44252026-08-20T01:55:23.396Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44262026-08-20T01:55:23.436Z[verify-libraries] Compiling libefi-sys v0.1.0
44272026-08-20T01:55:23.512Z[verify-libraries] Compiling moka v0.12.13
44282026-08-20T01:55:23.538Z[verify-libraries] Compiling tungstenite v0.21.0
44292026-08-20T01:55:23.577Z[verify-libraries] Compiling bitfield-struct v0.6.2
44302026-08-20T01:55:23.605Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44312026-08-20T01:55:23.649Z[verify-libraries] Compiling xshell-macros v0.2.7
44322026-08-20T01:55:23.930Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44332026-08-20T01:55:23.991Z[verify-libraries] Compiling libscf-sys v1.2.0
44342026-08-20T01:55:24.068Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44352026-08-20T01:55:24.196Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44362026-08-20T01:55:24.199Z[verify-libraries] Compiling xshell v0.2.7
44372026-08-20T01:55:24.371Z[verify-libraries] Compiling hickory-resolver v0.25.2
44382026-08-20T01:55:24.426Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44392026-08-20T01:55:24.497Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44402026-08-20T01:55:24.500Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44412026-08-20T01:55:24.575Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44422026-08-20T01:55:24.625Z[verify-libraries] Compiling papergrid v0.18.0
44432026-08-20T01:55:24.625Z[verify-libraries] Compiling sha2 v0.11.0
44442026-08-20T01:55:24.704Z[verify-libraries] Compiling subprocess v0.2.15
44452026-08-20T01:55:24.796Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44462026-08-20T01:55:24.796Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44472026-08-20T01:55:24.949Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44482026-08-20T01:55:25.092Z[verify-libraries] Compiling headers-core v0.3.0
44492026-08-20T01:55:25.296Z[verify-libraries] Compiling unicase v2.9.0
44502026-08-20T01:55:25.355Z[verify-libraries] Compiling headers v0.4.1
44512026-08-20T01:55:25.493Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44522026-08-20T01:55:25.525Z[verify-libraries] Compiling darling_core v0.21.3
44532026-08-20T01:55:25.546Z[ recovery-image] Aug 20 01:55:24.878 INFO O| Aug 20 01:55:24.877 INFO O| Startup: Refreshing catalog 'helios' ... Done
44542026-08-20T01:55:25.582Z[verify-libraries] Compiling maplit v1.0.2
44552026-08-20T01:55:25.639Z[verify-libraries] Compiling tabled v0.21.0
44562026-08-20T01:55:25.651Z[ host-image] Aug 20 01:55:24.980 INFO O| Aug 20 01:55:24.980 INFO O| Actions: 25244/54180 actions (Installing new actions)
44572026-08-20T01:55:25.752Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44582026-08-20T01:55:25.888Z[verify-libraries] Compiling crc8 v0.1.1
44592026-08-20T01:55:26.032Z[ recovery-image] Aug 20 01:55:25.361 INFO O| Aug 20 01:55:25.360 INFO O| Startup: Caching catalogs ... Done
44602026-08-20T01:55:26.043Z[ recovery-image] Aug 20 01:55:25.375 INFO O| Aug 20 01:55:25.375 INFO O| Planning: Planning completed in 0.00 seconds
44612026-08-20T01:55:26.047Z[ recovery-image] Aug 20 01:55:25.376 INFO O| Aug 20 01:55:25.376 INFO O| Planning: Consolidating action changes ... Done
44622026-08-20T01:55:26.047Z[ recovery-image] Aug 20 01:55:25.376 INFO O| Aug 20 01:55:25.376 INFO O| Planning: Evaluating mediators ... Done
44632026-08-20T01:55:26.047Z[ recovery-image] Aug 20 01:55:25.377 INFO O| Aug 20 01:55:25.377 INFO O| Planning: Planning completed in 0.00 seconds
44642026-08-20T01:55:26.047Z[ recovery-image] Aug 20 01:55:25.377 INFO O| Aug 20 01:55:25.377 INFO O| Variants/Facets to change: 1
44652026-08-20T01:55:26.081Z[ recovery-image] Aug 20 01:55:25.414 INFO O| Aug 20 01:55:25.414 INFO O| Finalize: Updating package state database ... Done
44662026-08-20T01:55:26.081Z[ recovery-image] Aug 20 01:55:25.414 INFO O| Aug 20 01:55:25.414 INFO O| Finalize: Updating package cache ... Done
44672026-08-20T01:55:26.091Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44682026-08-20T01:55:26.155Z[ recovery-image] Aug 20 01:55:25.487 INFO O| Aug 20 01:55:25.487 INFO O| Finalize: Updating image state ... Done
44692026-08-20T01:55:26.171Z[ recovery-image] Aug 20 01:55:25.503 INFO O| Aug 20 01:55:25.503 INFO O| Finalize: Creating fast lookup database ... Done
44702026-08-20T01:55:26.174Z[ recovery-image] Aug 20 01:55:25.503 INFO O| Aug 20 01:55:25.503 INFO O| Finalize: Reading search index ... Done
44712026-08-20T01:55:26.174Z[ recovery-image] Aug 20 01:55:25.503 INFO O| Aug 20 01:55:25.503 INFO O| Finalize: Updating search index ... Done
44722026-08-20T01:55:26.174Z[ recovery-image] Aug 20 01:55:25.504 INFO O| Aug 20 01:55:25.504 INFO O| Finalize: Updating package cache ... Done
44732026-08-20T01:55:26.208Z[verify-libraries] Compiling yasna v0.5.2
44742026-08-20T01:55:26.437Z[ recovery-image] Aug 20 01:55:25.769 INFO O| Aug 20 01:55:25.769 INFO STEP 10 (pkg_change_facet) COMPLETE
44752026-08-20T01:55:26.441Z[ recovery-image] Aug 20 01:55:25.769 INFO O| Aug 20 01:55:25.769 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44762026-08-20T01:55:26.450Z[ recovery-image] Aug 20 01:55:25.779 INFO O| Aug 20 01:55:25.779 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@23.0.0.0"]
44772026-08-20T01:55:26.492Z[verify-libraries] Compiling vergen-lib v0.1.6
44782026-08-20T01:55:26.588Z[verify-libraries] Compiling diesel_derives v2.3.7
44792026-08-20T01:55:26.635Z[verify-libraries] Compiling port-file v0.1.0
44802026-08-20T01:55:26.726Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44812026-08-20T01:55:26.806Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44822026-08-20T01:55:26.919Z[verify-libraries] Compiling rcgen v0.12.1
44832026-08-20T01:55:27.037Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44842026-08-20T01:55:27.066Z[verify-libraries] Compiling half v1.8.3
44852026-08-20T01:55:27.138Z[verify-libraries] Compiling r2d2 v0.8.10
44862026-08-20T01:55:27.231Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44872026-08-20T01:55:27.291Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44882026-08-20T01:55:27.431Z[verify-libraries] Compiling serde_cbor v0.11.2
44892026-08-20T01:55:27.480Z[verify-libraries] Compiling cpubits v0.1.1
44902026-08-20T01:55:27.643Z[verify-libraries] Compiling downcast-rs v2.0.2
44912026-08-20T01:55:27.692Z[verify-libraries] Compiling crunchy v0.2.4
44922026-08-20T01:55:27.695Z[verify-libraries] Compiling progenitor v0.14.0
44932026-08-20T01:55:27.792Z[verify-libraries] Compiling dirs-next v2.0.0
44942026-08-20T01:55:27.903Z[verify-libraries] Compiling clang-sys v1.8.1
44952026-08-20T01:55:27.969Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44962026-08-20T01:55:28.021Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
44972026-08-20T01:55:28.055Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44982026-08-20T01:55:28.164Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
44992026-08-20T01:55:28.274Z[ host-image] Aug 20 01:55:27.606 INFO O| Aug 20 01:55:27.606 INFO O| Actions: Completed 54180 actions in 7.64 seconds.
45002026-08-20T01:55:28.372Z[ host-image] Aug 20 01:55:27.696 INFO O| Aug 20 01:55:27.696 INFO O| Finalize: Updating package state database ... Done
45012026-08-20T01:55:28.372Z[ host-image] Aug 20 01:55:27.696 INFO O| Aug 20 01:55:27.696 INFO O| Finalize: Updating package cache ... Done
45022026-08-20T01:55:28.509Z[ host-image] Aug 20 01:55:27.835 INFO O| Aug 20 01:55:27.834 INFO O| Finalize: Updating image state ... Done
45032026-08-20T01:55:28.556Z[verify-libraries] Compiling tiny-keccak v2.0.2
45042026-08-20T01:55:28.597Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45052026-08-20T01:55:28.623Z[verify-libraries] Compiling darling_macro v0.21.3
45062026-08-20T01:55:28.761Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45072026-08-20T01:55:28.897Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45082026-08-20T01:55:28.912Z[ recovery-image] Aug 20 01:55:28.243 INFO O| Aug 20 01:55:28.243 INFO O| Startup: Refreshing catalog 'helios' ... Done
45092026-08-20T01:55:28.959Z[verify-libraries] Compiling term v0.7.0
45102026-08-20T01:55:29.031Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45112026-08-20T01:55:29.111Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45122026-08-20T01:55:29.139Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45132026-08-20T01:55:29.224Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45142026-08-20T01:55:29.289Z[verify-libraries] Compiling darling v0.21.3
45152026-08-20T01:55:29.358Z[ recovery-image] Aug 20 01:55:28.690 INFO O| Aug 20 01:55:28.690 INFO O| Startup: Caching catalogs ... Done
45162026-08-20T01:55:29.388Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45172026-08-20T01:55:29.445Z[ host-image] Aug 20 01:55:28.777 INFO O| Aug 20 01:55:28.777 INFO O| Finalize: Creating fast lookup database ... Done
45182026-08-20T01:55:29.471Z[ host-image] Aug 20 01:55:28.798 INFO O| Aug 20 01:55:28.798 INFO O| Finalize: Reading search index ... Done
45192026-08-20T01:55:29.475Z[verify-libraries] Compiling bit-vec v0.6.3
45202026-08-20T01:55:29.478Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45212026-08-20T01:55:29.499Z[verify-libraries] Compiling diff v0.1.13
45222026-08-20T01:55:29.502Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45232026-08-20T01:55:29.626Z[verify-libraries] Compiling ascii-canvas v3.0.0
45242026-08-20T01:55:29.738Z[verify-libraries] Compiling bit-set v0.5.3
45252026-08-20T01:55:29.738Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45262026-08-20T01:55:29.779Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45272026-08-20T01:55:29.803Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45282026-08-20T01:55:29.845Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45292026-08-20T01:55:29.989Z[verify-libraries] Compiling itertools v0.10.5
45302026-08-20T01:55:30.036Z[verify-libraries] Compiling ena v0.14.4
45312026-08-20T01:55:30.040Z[verify-libraries] Compiling libloading v0.8.9
45322026-08-20T01:55:30.130Z[verify-libraries] Compiling bindgen v0.71.1
45332026-08-20T01:55:30.185Z[verify-libraries] Compiling regex-syntax v0.6.29
45342026-08-20T01:55:30.479Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45352026-08-20T01:55:30.644Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45362026-08-20T01:55:30.768Z[verify-libraries] Compiling cexpr v0.6.0
45372026-08-20T01:55:30.833Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45382026-08-20T01:55:30.837Z[verify-libraries] Compiling rustc-hash v2.1.1
45392026-08-20T01:55:30.886Z[verify-libraries] Compiling rfc6979 v0.4.0
45402026-08-20T01:55:31.098Z[verify-libraries] Compiling libxml v0.3.3
45412026-08-20T01:55:31.194Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45422026-08-20T01:55:31.246Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45432026-08-20T01:55:31.346Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45442026-08-20T01:55:31.404Z[verify-libraries] Compiling ecdsa v0.16.9
45452026-08-20T01:55:31.581Z[ recovery-image] Aug 20 01:55:30.912 INFO O| Aug 20 01:55:30.912 INFO O| Planning: Solver setup ... Done
45462026-08-20T01:55:31.605Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45472026-08-20T01:55:31.643Z[verify-libraries] Compiling lalrpop v0.19.12
45482026-08-20T01:55:31.748Z[verify-libraries] Compiling strum_macros v0.24.3
45492026-08-20T01:55:31.763Z[ recovery-image] Aug 20 01:55:31.095 INFO O| Aug 20 01:55:31.095 INFO O| Planning: Running solver ... Done
45502026-08-20T01:55:31.807Z[ recovery-image] Aug 20 01:55:31.139 INFO O| Aug 20 01:55:31.139 INFO O| Planning: Finding local manifests ... Done
45512026-08-20T01:55:31.816Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45522026-08-20T01:55:31.845Z[ recovery-image] Aug 20 01:55:31.176 INFO O| Aug 20 01:55:31.175 INFO O| Planning: Fetching manifests: 0/130 0% complete
45532026-08-20T01:55:31.851Z[verify-libraries] Compiling primeorder v0.13.6
45542026-08-20T01:55:31.892Z[verify-libraries] Compiling hashbrown v0.14.5
45552026-08-20T01:55:32.263Z[verify-libraries] Compiling hmac v0.13.0
45562026-08-20T01:55:32.281Z[ host-image] Aug 20 01:55:31.613 INFO O| Aug 20 01:55:31.613 INFO O| Finalize: Building new search index ... Done
45572026-08-20T01:55:32.488Z[verify-libraries] Compiling universal-hash v0.6.1
45582026-08-20T01:55:32.574Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45592026-08-20T01:55:32.577Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45602026-08-20T01:55:32.729Z[verify-libraries] Compiling fxhash v0.2.1
45612026-08-20T01:55:32.762Z[verify-libraries] Compiling salty v0.3.0
45622026-08-20T01:55:32.762Z[ host-image] Aug 20 01:55:32.094 INFO O| Aug 20 01:55:32.094 INFO O| Finalize: Updating package cache ... Done
45632026-08-20T01:55:33.080Z[verify-libraries] Compiling indoc v1.0.9
45642026-08-20T01:55:33.087Z[ host-image] Aug 20 01:55:32.419 INFO O| Aug 20 01:55:32.419 INFO STEP 11 (pkg_install) COMPLETE
45652026-08-20T01:55:33.087Z[ host-image] Aug 20 01:55:32.419 INFO O| Aug 20 01:55:32.419 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45662026-08-20T01:55:33.096Z[ host-image] Aug 20 01:55:32.428 INFO O| Aug 20 01:55:32.428 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest", "/system/i2c"]
45672026-08-20T01:55:33.273Z[verify-libraries] Compiling chumsky v0.9.3
45682026-08-20T01:55:33.333Z[verify-libraries] Compiling knus-derive v3.4.0
45692026-08-20T01:55:33.675Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45702026-08-20T01:55:34.388Z[verify-libraries] Compiling p384 v0.13.1
45712026-08-20T01:55:34.459Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
45722026-08-20T01:55:34.847Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45732026-08-20T01:55:35.019Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45742026-08-20T01:55:35.163Z[verify-libraries] Compiling progenitor-impl v0.13.0
45752026-08-20T01:55:35.217Z[ recovery-image] Aug 20 01:55:34.549 INFO O| Aug 20 01:55:34.549 INFO O| Planning: Fetching manifests: 130/130 100% complete
45762026-08-20T01:55:35.256Z[ host-image] Aug 20 01:55:34.588 INFO O| Aug 20 01:55:34.588 INFO O| Startup: Refreshing catalog 'helios' ... Done
45772026-08-20T01:55:35.660Z[ recovery-image] Aug 20 01:55:34.993 INFO O| Aug 20 01:55:34.992 INFO O| Planning: Package planning ... Done
45782026-08-20T01:55:35.689Z[ host-image] Aug 20 01:55:35.021 INFO O| Aug 20 01:55:35.021 INFO O| Startup: Caching catalogs ... Done
45792026-08-20T01:55:35.826Z[ recovery-image] Aug 20 01:55:35.157 INFO O| Aug 20 01:55:35.157 INFO O| Planning: Merging actions ... Done
45802026-08-20T01:55:35.900Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45812026-08-20T01:55:36.045Z[ recovery-image] Aug 20 01:55:35.377 INFO O| Aug 20 01:55:35.376 INFO O| Planning: Checking for conflicting actions ... Done
45822026-08-20T01:55:36.103Z[ recovery-image] Aug 20 01:55:35.435 INFO O| Aug 20 01:55:35.435 INFO O| Planning: Consolidating action changes ... Done
45832026-08-20T01:55:36.189Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45842026-08-20T01:55:36.210Z[ host-image] Aug 20 01:55:35.531 INFO O| Aug 20 01:55:35.531 INFO O| Planning: Solver setup ... Done
45852026-08-20T01:55:36.210Z[ host-image] Aug 20 01:55:35.537 INFO O| Aug 20 01:55:35.537 INFO O| Planning: Running solver ... Done
45862026-08-20T01:55:36.220Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45872026-08-20T01:55:36.220Z[verify-libraries] Compiling oso-derive v0.27.3
45882026-08-20T01:55:36.223Z[ host-image] Aug 20 01:55:35.552 INFO O| Aug 20 01:55:35.552 INFO O| Planning: Finding local manifests ... Done
45892026-08-20T01:55:36.246Z[ recovery-image] Aug 20 01:55:35.578 INFO O| Aug 20 01:55:35.578 INFO O| Planning: Evaluating mediators ... Done
45902026-08-20T01:55:36.254Z[ host-image] Aug 20 01:55:35.586 INFO O| Aug 20 01:55:35.586 INFO O| Planning: Fetching manifests: 0/6 0% complete
45912026-08-20T01:55:36.328Z[verify-libraries] Compiling diesel v2.3.7
45922026-08-20T01:55:36.426Z[ host-image] Aug 20 01:55:35.757 INFO O| Aug 20 01:55:35.757 INFO O| Planning: Fetching manifests: 6/6 100% complete
45932026-08-20T01:55:36.453Z[ host-image] Aug 20 01:55:35.782 INFO O| Aug 20 01:55:35.781 INFO O| Planning: Package planning ... Done
45942026-08-20T01:55:36.456Z[ host-image] Aug 20 01:55:35.784 INFO O| Aug 20 01:55:35.784 INFO O| Planning: Merging actions ... Done
45952026-08-20T01:55:36.617Z[ host-image] Aug 20 01:55:35.949 INFO O| Aug 20 01:55:35.948 INFO O| Planning: Checking for conflicting actions ... Done
45962026-08-20T01:55:36.620Z[ host-image] Aug 20 01:55:35.950 INFO O| Aug 20 01:55:35.950 INFO O| Planning: Consolidating action changes ... Done
45972026-08-20T01:55:36.765Z[verify-libraries] Compiling quick-xml v0.37.5
45982026-08-20T01:55:36.791Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45992026-08-20T01:55:36.806Z[ host-image] Aug 20 01:55:36.138 INFO O| Aug 20 01:55:36.138 INFO O| Planning: Evaluating mediators ... Done
46002026-08-20T01:55:36.809Z[ host-image] Aug 20 01:55:36.140 INFO O| Aug 20 01:55:36.140 INFO O| Planning: Planning completed in 1.10 seconds
46012026-08-20T01:55:36.809Z[ host-image] Aug 20 01:55:36.140 INFO O| Aug 20 01:55:36.140 INFO O| Packages to install: 6
46022026-08-20T01:55:36.809Z[ host-image] Aug 20 01:55:36.140 INFO O| Aug 20 01:55:36.140 INFO O| Services to change: 2
46032026-08-20T01:55:36.837Z[ host-image] Aug 20 01:55:36.168 INFO O| Aug 20 01:55:36.168 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
46042026-08-20T01:55:37.045Z[verify-libraries] Compiling openssl-probe v0.1.6
46052026-08-20T01:55:37.282Z[ host-image] Aug 20 01:55:36.614 INFO O| Aug 20 01:55:36.614 INFO O| Download: Completed 1.75 MB in 0.45 seconds (3.9M/s)
46062026-08-20T01:55:37.308Z[ host-image] Aug 20 01:55:36.640 INFO O| Aug 20 01:55:36.639 INFO O| Actions: 1/390 actions (Installing new actions)
46072026-08-20T01:55:37.447Z[ host-image] Aug 20 01:55:36.779 INFO O| Aug 20 01:55:36.779 INFO O| Actions: Completed 390 actions in 0.14 seconds.
46082026-08-20T01:55:37.488Z[ host-image] Aug 20 01:55:36.820 INFO O| Aug 20 01:55:36.819 INFO O| Finalize: Updating package state database ... Done
46092026-08-20T01:55:37.488Z[ host-image] Aug 20 01:55:36.820 INFO O| Aug 20 01:55:36.820 INFO O| Finalize: Updating package cache ... Done
46102026-08-20T01:55:37.539Z[verify-libraries] Compiling knus v3.4.0
46112026-08-20T01:55:37.585Z[ host-image] Aug 20 01:55:36.916 INFO O| Aug 20 01:55:36.916 INFO O| Finalize: Updating image state ... Done
46122026-08-20T01:55:37.982Z[ recovery-image] Aug 20 01:55:37.314 INFO O| Aug 20 01:55:37.313 INFO O| Planning: Planning completed in 8.61 seconds
46132026-08-20T01:55:37.985Z[ recovery-image] Aug 20 01:55:37.316 INFO O| Aug 20 01:55:37.316 INFO O| Packages to install: 130
46142026-08-20T01:55:37.985Z[ recovery-image] Aug 20 01:55:37.316 INFO O| Aug 20 01:55:37.316 INFO O| Mediators to change: 5
46152026-08-20T01:55:37.985Z[ recovery-image] Aug 20 01:55:37.316 INFO O| Aug 20 01:55:37.316 INFO O| Services to change: 5
46162026-08-20T01:55:37.991Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46172026-08-20T01:55:38.016Z[ recovery-image] Aug 20 01:55:37.348 INFO O| Aug 20 01:55:37.348 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46182026-08-20T01:55:38.293Z[verify-libraries] Compiling progenitor-macro v0.13.0
46192026-08-20T01:55:38.389Z[verify-libraries] Compiling polyval v0.7.1
46202026-08-20T01:55:38.465Z[verify-libraries] Compiling der v0.8.0
46212026-08-20T01:55:38.620Z[ host-image] Aug 20 01:55:37.952 INFO O| Aug 20 01:55:37.952 INFO O| Finalize: Creating fast lookup database ... Done
46222026-08-20T01:55:38.651Z[ host-image] Aug 20 01:55:37.978 INFO O| Aug 20 01:55:37.978 INFO O| Finalize: Reading search index ... Done
46232026-08-20T01:55:38.651Z[ host-image] Aug 20 01:55:37.978 INFO O| Aug 20 01:55:37.978 INFO O| Finalize: Updating search index ... Done
46242026-08-20T01:55:38.661Z[ host-image] Aug 20 01:55:37.993 INFO O| Aug 20 01:55:37.993 INFO O| Finalize: Updating package cache ... Done
46252026-08-20T01:55:38.701Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46262026-08-20T01:55:38.731Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46272026-08-20T01:55:38.734Z[verify-libraries] Compiling progenitor-client v0.13.0
46282026-08-20T01:55:38.758Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46292026-08-20T01:55:38.971Z[ host-image] Aug 20 01:55:38.303 INFO O| Aug 20 01:55:38.303 INFO STEP 12 (pkg_install) COMPLETE
46302026-08-20T01:55:38.971Z[ host-image] Aug 20 01:55:38.303 INFO O| Aug 20 01:55:38.303 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46312026-08-20T01:55:38.981Z[ host-image] Aug 20 01:55:38.313 INFO O| Aug 20 01:55:38.313 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
46322026-08-20T01:55:39.108Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46332026-08-20T01:55:39.169Z[verify-libraries] Compiling git-stub v1.0.0
46342026-08-20T01:55:39.433Z[verify-libraries] Compiling kstat-rs v0.2.5
46352026-08-20T01:55:39.469Z[verify-libraries] Compiling trait-variant v0.1.2
46362026-08-20T01:55:39.512Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46372026-08-20T01:55:39.637Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46382026-08-20T01:55:39.794Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46392026-08-20T01:55:39.853Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46402026-08-20T01:55:39.853Z[verify-libraries] Compiling ghash v0.6.0
46412026-08-20T01:55:39.970Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
46422026-08-20T01:55:40.096Z[verify-libraries] Compiling pbkdf2 v0.13.0
46432026-08-20T01:55:40.141Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46442026-08-20T01:55:40.175Z[verify-libraries] Compiling crypto-bigint v0.7.5
46452026-08-20T01:55:40.251Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46462026-08-20T01:55:40.353Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46472026-08-20T01:55:40.458Z[verify-libraries] Compiling aes v0.9.1
46482026-08-20T01:55:40.744Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46492026-08-20T01:55:40.868Z[verify-libraries] Compiling ctr v0.10.1
46502026-08-20T01:55:40.990Z[ host-image] Aug 20 01:55:40.322 INFO O| Aug 20 01:55:40.321 INFO O| Startup: Refreshing catalog 'helios' ... Done
46512026-08-20T01:55:41.029Z[verify-libraries] Compiling aead v0.6.1
46522026-08-20T01:55:41.063Z[verify-libraries] Compiling bb8 v0.8.6
46532026-08-20T01:55:41.149Z[verify-libraries] Compiling parking_lot_core v0.8.6
46542026-08-20T01:55:41.282Z[verify-libraries] Compiling aes-gcm v0.11.0
46552026-08-20T01:55:41.469Z[ host-image] Aug 20 01:55:40.799 INFO O| Aug 20 01:55:40.799 INFO O| Startup: Caching catalogs ... Done
46562026-08-20T01:55:41.546Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46572026-08-20T01:55:41.642Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46582026-08-20T01:55:41.739Z[verify-libraries] Compiling spki v0.8.0
46592026-08-20T01:55:41.893Z[ host-image] Aug 20 01:55:41.225 INFO O| Aug 20 01:55:41.224 INFO O| Planning: Solver setup ... Done
46602026-08-20T01:55:41.898Z[ host-image] Aug 20 01:55:41.230 INFO O| Aug 20 01:55:41.230 INFO O| Planning: Running solver ... Done
46612026-08-20T01:55:41.912Z[ host-image] Aug 20 01:55:41.243 INFO O| Aug 20 01:55:41.243 INFO O| Planning: Finding local manifests ... Done
46622026-08-20T01:55:41.960Z[ host-image] Aug 20 01:55:41.292 INFO O| Aug 20 01:55:41.292 INFO O| Planning: Fetching manifests: 0/6 0% complete
46632026-08-20T01:55:41.988Z[verify-libraries] Compiling mime_guess v2.0.5
46642026-08-20T01:55:42.067Z[ host-image] Aug 20 01:55:41.398 INFO O| Aug 20 01:55:41.398 INFO O| Planning: Fetching manifests: 6/6 100% complete
46652026-08-20T01:55:42.105Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46662026-08-20T01:55:42.123Z[ host-image] Aug 20 01:55:41.454 INFO O| Aug 20 01:55:41.454 INFO O| Planning: Package planning ... Done
46672026-08-20T01:55:42.131Z[ host-image] Aug 20 01:55:41.463 INFO O| Aug 20 01:55:41.463 INFO O| Planning: Merging actions ... Done
46682026-08-20T01:55:42.194Z[verify-libraries] Compiling salsa20 v0.11.0
46692026-08-20T01:55:42.306Z[ host-image] Aug 20 01:55:41.638 INFO O| Aug 20 01:55:41.638 INFO O| Planning: Checking for conflicting actions ... Done
46702026-08-20T01:55:42.309Z[ host-image] Aug 20 01:55:41.641 INFO O| Aug 20 01:55:41.641 INFO O| Planning: Consolidating action changes ... Done
46712026-08-20T01:55:42.395Z[verify-libraries] Compiling nanorand v0.7.0
46722026-08-20T01:55:42.468Z[verify-libraries] Compiling scrypt v0.12.0
46732026-08-20T01:55:42.471Z[ host-image] Aug 20 01:55:41.801 INFO O| Aug 20 01:55:41.801 INFO O| Planning: Evaluating mediators ... Done
46742026-08-20T01:55:42.474Z[ host-image] Aug 20 01:55:41.804 INFO O| Aug 20 01:55:41.804 INFO O| Planning: Planning completed in 0.99 seconds
46752026-08-20T01:55:42.474Z[ host-image] Aug 20 01:55:41.805 INFO O| Aug 20 01:55:41.805 INFO O| Packages to install: 6
46762026-08-20T01:55:42.474Z[ host-image] Aug 20 01:55:41.805 INFO O| Aug 20 01:55:41.805 INFO O| Mediators to change: 1
46772026-08-20T01:55:42.474Z[ host-image] Aug 20 01:55:41.805 INFO O| Aug 20 01:55:41.805 INFO O| Services to change: 1
46782026-08-20T01:55:42.486Z[ host-image] Aug 20 01:55:41.816 INFO O| Aug 20 01:55:41.816 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
46792026-08-20T01:55:42.492Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46802026-08-20T01:55:42.692Z[verify-libraries] Compiling flume v0.11.1
46812026-08-20T01:55:42.871Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46822026-08-20T01:55:42.914Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46832026-08-20T01:55:42.951Z[ host-image] Aug 20 01:55:42.277 INFO O| Aug 20 01:55:42.276 INFO O| Download: Completed 7.84 MB in 0.46 seconds (17.0M/s)
46842026-08-20T01:55:42.980Z[ host-image] Aug 20 01:55:42.312 INFO O| Aug 20 01:55:42.312 INFO O| Actions: 1/1366 actions (Installing new actions)
46852026-08-20T01:55:42.985Z[verify-libraries] Compiling cbc v0.2.1
46862026-08-20T01:55:43.044Z[ recovery-image] Aug 20 01:55:42.375 INFO O| Aug 20 01:55:42.375 INFO O| Download: 9385/16682 items 94.3/200.0MB 47% complete (18.9M/s)
46872026-08-20T01:55:43.057Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46882026-08-20T01:55:43.183Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
46892026-08-20T01:55:43.219Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46902026-08-20T01:55:43.237Z[ host-image] Aug 20 01:55:42.564 INFO O| Aug 20 01:55:42.564 INFO O| Actions: Completed 1366 actions in 0.25 seconds.
46912026-08-20T01:55:43.272Z[verify-libraries] Compiling corncobs v0.1.4
46922026-08-20T01:55:43.275Z[ host-image] Aug 20 01:55:42.603 INFO O| Aug 20 01:55:42.603 INFO O| Finalize: Updating package state database ... Done
46932026-08-20T01:55:43.275Z[ host-image] Aug 20 01:55:42.603 INFO O| Aug 20 01:55:42.603 INFO O| Finalize: Updating package cache ... Done
46942026-08-20T01:55:43.336Z[verify-libraries] Compiling http-range v0.1.5
46952026-08-20T01:55:43.375Z[ host-image] Aug 20 01:55:42.705 INFO O| Aug 20 01:55:42.705 INFO O| Finalize: Updating image state ... Done
46962026-08-20T01:55:43.519Z[verify-libraries] Compiling nonempty v0.12.0
46972026-08-20T01:55:43.608Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46982026-08-20T01:55:43.654Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46992026-08-20T01:55:43.657Z[verify-libraries] Compiling pkcs5 v0.8.1
47002026-08-20T01:55:43.715Z[verify-libraries] Compiling parking_lot v0.11.2
47012026-08-20T01:55:43.986Z[verify-libraries] Compiling progenitor v0.13.0
47022026-08-20T01:55:44.149Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
47032026-08-20T01:55:44.205Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
47042026-08-20T01:55:44.265Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
47052026-08-20T01:55:44.323Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
47062026-08-20T01:55:44.339Z[ host-image] Aug 20 01:55:43.670 INFO O| Aug 20 01:55:43.670 INFO O| Finalize: Creating fast lookup database ... Done
47072026-08-20T01:55:44.368Z[ host-image] Aug 20 01:55:43.700 INFO O| Aug 20 01:55:43.700 INFO O| Finalize: Reading search index ... Done
47082026-08-20T01:55:44.368Z[ host-image] Aug 20 01:55:43.700 INFO O| Aug 20 01:55:43.700 INFO O| Finalize: Updating search index ... Done
47092026-08-20T01:55:44.381Z[verify-libraries] Compiling digest-io v0.1.0
47102026-08-20T01:55:44.405Z[ host-image] Aug 20 01:55:43.737 INFO O| Aug 20 01:55:43.736 INFO O| Finalize: Updating package cache ... Done
47112026-08-20T01:55:44.591Z[verify-libraries] Compiling prefix-trie v0.7.0
47122026-08-20T01:55:44.753Z[ host-image] Aug 20 01:55:44.085 INFO O| Aug 20 01:55:44.084 INFO STEP 13 (pkg_install) COMPLETE
47132026-08-20T01:55:44.753Z[ host-image] Aug 20 01:55:44.085 INFO O| Aug 20 01:55:44.084 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47142026-08-20T01:55:44.766Z[ host-image] Aug 20 01:55:44.098 INFO O| Aug 20 01:55:44.098 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
47152026-08-20T01:55:44.889Z[verify-libraries] Compiling secrecy v0.8.0
47162026-08-20T01:55:45.013Z[verify-libraries] Compiling rawzip v0.4.4
47172026-08-20T01:55:45.133Z[verify-libraries] Compiling hickory-server v0.25.2
47182026-08-20T01:55:45.286Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47192026-08-20T01:55:45.314Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47202026-08-20T01:55:45.455Z[verify-libraries] Compiling pkcs8 v0.11.0
47212026-08-20T01:55:45.643Z[verify-libraries] Compiling sled v0.34.7
47222026-08-20T01:55:45.794Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47232026-08-20T01:55:45.889Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47242026-08-20T01:55:45.913Z[verify-libraries] Compiling ignore v0.4.25
47252026-08-20T01:55:46.313Z[verify-libraries] Compiling anstyle-parse v0.2.7
47262026-08-20T01:55:46.530Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47272026-08-20T01:55:46.573Z[verify-libraries] Compiling ff v0.14.0
47282026-08-20T01:55:46.640Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
47292026-08-20T01:55:46.778Z[verify-libraries] Compiling globwalk v0.9.1
47302026-08-20T01:55:46.816Z[verify-libraries] Compiling anstream v0.6.21
47312026-08-20T01:55:46.945Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47322026-08-20T01:55:47.001Z[ host-image] Aug 20 01:55:46.332 INFO O| Aug 20 01:55:46.332 INFO O| Startup: Refreshing catalog 'helios' ... Done
47332026-08-20T01:55:47.130Z[verify-libraries] Compiling predicates-tree v1.0.13
47342026-08-20T01:55:47.162Z[ recovery-image] Aug 20 01:55:46.493 INFO O| Aug 20 01:55:46.493 INFO O| Download: Completed 200.00 MB in 9.14 seconds (21.8M/s)
47352026-08-20T01:55:47.186Z[verify-libraries] Compiling libz-sys v1.1.24
47362026-08-20T01:55:47.298Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47372026-08-20T01:55:47.368Z[verify-libraries] Compiling rand_seeder v0.4.0
47382026-08-20T01:55:47.426Z[ recovery-image] Aug 20 01:55:46.758 INFO O| Aug 20 01:55:46.758 INFO O| Actions: 1/27580 actions (Installing new actions)
47392026-08-20T01:55:47.444Z[ host-image] Aug 20 01:55:46.775 INFO O| Aug 20 01:55:46.775 INFO O| Startup: Caching catalogs ... Done
47402026-08-20T01:55:47.843Z[ host-image] Aug 20 01:55:47.175 INFO O| Aug 20 01:55:47.175 INFO O| Planning: Solver setup ... Done
47412026-08-20T01:55:47.850Z[ host-image] Aug 20 01:55:47.182 INFO O| Aug 20 01:55:47.182 INFO O| Planning: Running solver ... Done
47422026-08-20T01:55:47.864Z[ host-image] Aug 20 01:55:47.196 INFO O| Aug 20 01:55:47.196 INFO O| Planning: Finding local manifests ... Done
47432026-08-20T01:55:47.905Z[ host-image] Aug 20 01:55:47.237 INFO O| Aug 20 01:55:47.237 INFO O| Planning: Fetching manifests: 0/1 0% complete
47442026-08-20T01:55:47.919Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47452026-08-20T01:55:47.929Z[ host-image] Aug 20 01:55:47.261 INFO O| Aug 20 01:55:47.261 INFO O| Planning: Fetching manifests: 1/1 100% complete
47462026-08-20T01:55:47.946Z[ host-image] Aug 20 01:55:47.278 INFO O| Aug 20 01:55:47.278 INFO O| Planning: Package planning ... Done
47472026-08-20T01:55:47.946Z[ host-image] Aug 20 01:55:47.278 INFO O| Aug 20 01:55:47.278 INFO O| Planning: Merging actions ... Done
47482026-08-20T01:55:47.997Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47492026-08-20T01:55:48.090Z[ host-image] Aug 20 01:55:47.421 INFO O| Aug 20 01:55:47.421 INFO O| Planning: Checking for conflicting actions ... Done
47502026-08-20T01:55:48.094Z[ host-image] Aug 20 01:55:47.421 INFO O| Aug 20 01:55:47.421 INFO O| Planning: Consolidating action changes ... Done
47512026-08-20T01:55:48.225Z[ host-image] Aug 20 01:55:47.557 INFO O| Aug 20 01:55:47.557 INFO O| Planning: Evaluating mediators ... Done
47522026-08-20T01:55:48.228Z[ host-image] Aug 20 01:55:47.557 INFO O| Aug 20 01:55:47.557 INFO O| Planning: Planning completed in 0.77 seconds
47532026-08-20T01:55:48.228Z[ host-image] Aug 20 01:55:47.557 INFO O| Aug 20 01:55:47.557 INFO O| Packages to install: 1
47542026-08-20T01:55:48.237Z[ host-image] Aug 20 01:55:47.568 INFO O| Aug 20 01:55:47.568 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
47552026-08-20T01:55:48.240Z[verify-libraries] Compiling group v0.14.0
47562026-08-20T01:55:48.373Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47572026-08-20T01:55:48.456Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47582026-08-20T01:55:48.587Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47592026-08-20T01:55:48.741Z[ host-image] Aug 20 01:55:48.073 INFO O| Aug 20 01:55:48.072 INFO O| Download: Completed 13.27 MB in 0.50 seconds (26.3M/s)
47602026-08-20T01:55:48.803Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47612026-08-20T01:55:48.828Z[verify-libraries] Compiling signature v3.0.0
47622026-08-20T01:55:48.986Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47632026-08-20T01:55:49.052Z[verify-libraries] Compiling base16ct v1.0.0
47642026-08-20T01:55:49.172Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47652026-08-20T01:55:49.273Z[verify-libraries] Compiling instability v0.3.11
47662026-08-20T01:55:49.355Z[ host-image] Aug 20 01:55:48.686 INFO O| Aug 20 01:55:48.679 INFO O| Actions: 1/22 actions (Installing new actions)
47672026-08-20T01:55:49.381Z[verify-libraries] Compiling sec1 v0.8.1
47682026-08-20T01:55:49.536Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47692026-08-20T01:55:49.577Z[ host-image] Aug 20 01:55:48.909 INFO O| Aug 20 01:55:48.909 INFO O| Actions: Completed 22 actions in 0.23 seconds.
47702026-08-20T01:55:49.613Z[ host-image] Aug 20 01:55:48.945 INFO O| Aug 20 01:55:48.945 INFO O| Finalize: Updating package state database ... Done
47712026-08-20T01:55:49.613Z[ host-image] Aug 20 01:55:48.945 INFO O| Aug 20 01:55:48.945 INFO O| Finalize: Updating package cache ... Done
47722026-08-20T01:55:49.698Z[ host-image] Aug 20 01:55:49.030 INFO O| Aug 20 01:55:49.030 INFO O| Finalize: Updating image state ... Done
47732026-08-20T01:55:49.777Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47742026-08-20T01:55:49.842Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47752026-08-20T01:55:49.846Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47762026-08-20T01:55:49.911Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47772026-08-20T01:55:49.949Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47782026-08-20T01:55:49.969Z[verify-libraries] Compiling hkdf v0.13.0
47792026-08-20T01:55:50.027Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47802026-08-20T01:55:50.100Z[verify-libraries] Compiling scuffle v0.1.0
47812026-08-20T01:55:50.149Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47822026-08-20T01:55:50.279Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47832026-08-20T01:55:50.468Z[verify-libraries] Compiling castaway v0.2.4
47842026-08-20T01:55:50.541Z[verify-libraries] Compiling indoc v2.0.7
47852026-08-20T01:55:50.643Z[ host-image] Aug 20 01:55:49.974 INFO O| Aug 20 01:55:49.974 INFO O| Finalize: Creating fast lookup database ... Done
47862026-08-20T01:55:50.680Z[ host-image] Aug 20 01:55:50.005 INFO O| Aug 20 01:55:50.005 INFO O| Finalize: Reading search index ... Done
47872026-08-20T01:55:50.683Z[ host-image] Aug 20 01:55:50.005 INFO O| Aug 20 01:55:50.005 INFO O| Finalize: Updating search index ... Done
47882026-08-20T01:55:50.686Z[ host-image] Aug 20 01:55:50.016 INFO O| Aug 20 01:55:50.016 INFO O| Finalize: Updating package cache ... Done
47892026-08-20T01:55:50.717Z[verify-libraries] Compiling compact_str v0.8.1
47902026-08-20T01:55:51.004Z[ host-image] Aug 20 01:55:50.335 INFO O| Aug 20 01:55:50.335 INFO STEP 14 (pkg_install) COMPLETE
47912026-08-20T01:55:51.004Z[ host-image] Aug 20 01:55:50.335 INFO O| Aug 20 01:55:50.335 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47922026-08-20T01:55:51.008Z[ host-image] Aug 20 01:55:50.335 INFO O| Aug 20 01:55:50.335 INFO skip step because feature "mbist" is not enabled
47932026-08-20T01:55:51.008Z[ host-image] Aug 20 01:55:50.335 INFO O| Aug 20 01:55:50.335 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47942026-08-20T01:55:51.008Z[ host-image] Aug 20 01:55:50.335 INFO O| Aug 20 01:55:50.335 INFO skip step because feature "mfg" is not enabled
47952026-08-20T01:55:51.008Z[ host-image] Aug 20 01:55:50.335 INFO O| Aug 20 01:55:50.335 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47962026-08-20T01:55:51.008Z[ host-image] Aug 20 01:55:50.335 INFO O| Aug 20 01:55:50.335 INFO skip step because feature "compliance" is not enabled
47972026-08-20T01:55:51.008Z[ host-image] Aug 20 01:55:50.335 INFO O| Aug 20 01:55:50.335 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47982026-08-20T01:55:51.008Z[ host-image] Aug 20 01:55:50.335 INFO O| Aug 20 01:55:50.335 INFO skip step because feature "stress" is not enabled
47992026-08-20T01:55:51.008Z[ host-image] Aug 20 01:55:50.335 INFO O| Aug 20 01:55:50.335 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48002026-08-20T01:55:51.008Z[ host-image] Aug 20 01:55:50.335 INFO O| Aug 20 01:55:50.335 INFO skip step because feature "compliance" is not enabled
48012026-08-20T01:55:51.008Z[ host-image] Aug 20 01:55:50.335 INFO O| Aug 20 01:55:50.335 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48022026-08-20T01:55:51.008Z[ host-image] Aug 20 01:55:50.335 INFO O| Aug 20 01:55:50.335 INFO skip step because feature "nfs" is not enabled
48032026-08-20T01:55:51.008Z[ host-image] Aug 20 01:55:50.335 INFO O| Aug 20 01:55:50.335 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
48042026-08-20T01:55:51.008Z[ host-image] Aug 20 01:55:50.335 INFO O| Aug 20 01:55:50.335 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
48052026-08-20T01:55:51.293Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
48062026-08-20T01:55:51.346Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
48072026-08-20T01:55:51.433Z[ host-image] Aug 20 01:55:50.765 INFO O| Aug 20 01:55:50.765 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
48082026-08-20T01:55:51.548Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
48092026-08-20T01:55:51.594Z[verify-libraries] Compiling elliptic-curve v0.14.1
48102026-08-20T01:55:51.635Z[ host-image] Aug 20 01:55:50.967 INFO O| Aug 20 01:55:50.965 INFO completed processing sled/ramdisk-01-os
48112026-08-20T01:55:51.638Z[ host-image] Aug 20 01:55:50.968 INFO omicron1 baseline generation...
48122026-08-20T01:55:51.638Z[ host-image] Aug 20 01:55:50.968 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
48132026-08-20T01:55:51.953Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
48142026-08-20T01:55:52.033Z[ host-image] Aug 20 01:55:51.363 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24193:20260819T212204Z
48152026-08-20T01:55:52.221Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48162026-08-20T01:55:52.255Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
48172026-08-20T01:55:52.434Z[ recovery-image] Aug 20 01:55:51.766 INFO O| Aug 20 01:55:51.766 INFO O| Actions: 20659/27580 actions (Installing new actions)
48182026-08-20T01:55:52.472Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
48192026-08-20T01:55:52.522Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
48202026-08-20T01:55:52.580Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
48212026-08-20T01:55:52.583Z[verify-libraries] Compiling lru v0.12.5
48222026-08-20T01:55:52.830Z[verify-libraries] Compiling unicode-truncate v1.1.0
48232026-08-20T01:55:52.859Z[verify-libraries] Compiling arc-swap v1.8.2
48242026-08-20T01:55:53.078Z[verify-libraries] Compiling cassowary v0.3.0
48252026-08-20T01:55:53.143Z[verify-libraries] Compiling slog-scope v4.4.1
48262026-08-20T01:55:53.221Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48272026-08-20T01:55:53.400Z[verify-libraries] Compiling wnaf v0.14.0
48282026-08-20T01:55:53.532Z[verify-libraries] Compiling ratatui v0.29.0
48292026-08-20T01:55:53.580Z[verify-libraries] Compiling primefield v0.14.0
48302026-08-20T01:55:53.583Z[verify-libraries] Compiling rfc6979 v0.6.0
48312026-08-20T01:55:53.638Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48322026-08-20T01:55:53.658Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48332026-08-20T01:55:53.691Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48342026-08-20T01:55:53.765Z[ recovery-image] Aug 20 01:55:53.097 INFO O| Aug 20 01:55:53.097 INFO O| Actions: Completed 27580 actions in 6.34 seconds.
48352026-08-20T01:55:53.845Z[ recovery-image] Aug 20 01:55:53.177 INFO O| Aug 20 01:55:53.177 INFO O| Finalize: Updating package state database ... Done
48362026-08-20T01:55:53.845Z[ recovery-image] Aug 20 01:55:53.177 INFO O| Aug 20 01:55:53.177 INFO O| Finalize: Updating package cache ... Done
48372026-08-20T01:55:53.863Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48382026-08-20T01:55:53.913Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48392026-08-20T01:55:53.977Z[verify-libraries] Compiling vergen-git2 v9.1.0
48402026-08-20T01:55:53.989Z[ recovery-image] Aug 20 01:55:53.321 INFO O| Aug 20 01:55:53.321 INFO O| Finalize: Updating image state ... Done
48412026-08-20T01:55:54.192Z[verify-libraries] Compiling strsim v0.10.0
48422026-08-20T01:55:54.384Z[verify-libraries] Compiling ecdsa v0.17.0
48432026-08-20T01:55:54.466Z[verify-libraries] Compiling darling_core v0.13.4
48442026-08-20T01:55:54.695Z[ recovery-image] Aug 20 01:55:54.027 INFO O| Aug 20 01:55:54.027 INFO O| Finalize: Creating fast lookup database ... Done
48452026-08-20T01:55:54.716Z[ recovery-image] Aug 20 01:55:54.045 INFO O| Aug 20 01:55:54.045 INFO O| Finalize: Reading search index ... Done
48462026-08-20T01:55:54.761Z[verify-libraries] Compiling primeorder v0.14.0
48472026-08-20T01:55:54.979Z[verify-libraries] Compiling slog-stdlog v4.1.1
48482026-08-20T01:55:55.036Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48492026-08-20T01:55:55.241Z[verify-libraries] Compiling tungstenite v0.23.0
48502026-08-20T01:55:55.317Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48512026-08-20T01:55:55.391Z[verify-libraries] Compiling console v0.16.2
48522026-08-20T01:55:55.825Z[verify-libraries] Compiling libsw-core v0.3.2
48532026-08-20T01:55:56.064Z[verify-libraries] Compiling void v1.0.2
48542026-08-20T01:55:56.088Z[verify-libraries] Compiling unit-prefix v0.5.2
48552026-08-20T01:55:56.262Z[verify-libraries] Compiling assert_matches v1.5.0
48562026-08-20T01:55:56.293Z[verify-libraries] Compiling indicatif v0.18.4
48572026-08-20T01:55:56.345Z[verify-libraries] Compiling lzss v0.8.2
48582026-08-20T01:55:56.460Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48592026-08-20T01:55:56.491Z[verify-libraries] Compiling libsw v3.5.0
48602026-08-20T01:55:56.532Z[verify-libraries] Compiling slog-envlogger v2.2.0
48612026-08-20T01:55:56.604Z[ recovery-image] Aug 20 01:55:55.935 INFO O| Aug 20 01:55:55.935 INFO O| Finalize: Building new search index ... Done
48622026-08-20T01:55:56.607Z[verify-libraries] Compiling ssh-encoding v0.3.0
48632026-08-20T01:55:56.683Z[verify-libraries] Compiling darling_macro v0.13.4
48642026-08-20T01:55:56.745Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48652026-08-20T01:55:56.818Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48662026-08-20T01:55:56.915Z[ recovery-image] Aug 20 01:55:56.246 INFO O| Aug 20 01:55:56.246 INFO O| Finalize: Updating package cache ... Done
48672026-08-20T01:55:56.949Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48682026-08-20T01:55:57.016Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48692026-08-20T01:55:57.068Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48702026-08-20T01:55:57.234Z[ recovery-image] Aug 20 01:55:56.566 INFO O| Aug 20 01:55:56.566 INFO STEP 11 (pkg_install) COMPLETE
48712026-08-20T01:55:57.234Z[ recovery-image] Aug 20 01:55:56.566 INFO O| Aug 20 01:55:56.566 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48722026-08-20T01:55:57.237Z[ recovery-image] Aug 20 01:55:56.566 INFO O| Aug 20 01:55:56.566 INFO skip step because feature "recovery" is enabled
48732026-08-20T01:55:57.237Z[ recovery-image] Aug 20 01:55:56.566 INFO O| Aug 20 01:55:56.566 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48742026-08-20T01:55:57.237Z[ recovery-image] Aug 20 01:55:56.566 INFO O| Aug 20 01:55:56.566 INFO skip step because feature "omicron1" is not enabled
48752026-08-20T01:55:57.237Z[ recovery-image] Aug 20 01:55:56.566 INFO O| Aug 20 01:55:56.566 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48762026-08-20T01:55:57.237Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48772026-08-20T01:55:57.244Z[ recovery-image] Aug 20 01:55:56.576 INFO O| Aug 20 01:55:56.576 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48782026-08-20T01:55:57.273Z[verify-libraries] Compiling nix v0.27.1
48792026-08-20T01:55:57.349Z[verify-libraries] Compiling colored v2.2.0
48802026-08-20T01:55:57.376Z[verify-libraries] Compiling blake3 v1.8.5
48812026-08-20T01:55:57.466Z[verify-libraries] Compiling serde_bytes v0.11.19
48822026-08-20T01:55:57.536Z[verify-libraries] Compiling keccak v0.2.0
48832026-08-20T01:55:57.761Z[verify-libraries] Compiling shell-words v1.1.1
48842026-08-20T01:55:57.801Z[verify-libraries] Compiling darling v0.13.4
48852026-08-20T01:55:57.953Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48862026-08-20T01:55:57.989Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48872026-08-20T01:55:58.053Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48882026-08-20T01:55:58.569Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48892026-08-20T01:55:58.603Z[verify-libraries] Compiling ed25519 v3.0.0
48902026-08-20T01:55:58.675Z[verify-libraries] Compiling crypto-primes v0.7.2
48912026-08-20T01:55:58.990Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48922026-08-20T01:55:59.061Z[ recovery-image] Aug 20 01:55:58.392 INFO O| Aug 20 01:55:58.392 INFO O| Startup: Refreshing catalog 'helios' ... Done
48932026-08-20T01:55:59.469Z[verify-libraries] Compiling poly1305 v0.9.0
48942026-08-20T01:55:59.500Z[ recovery-image] Aug 20 01:55:58.831 INFO O| Aug 20 01:55:58.831 INFO O| Startup: Caching catalogs ... Done
48952026-08-20T01:55:59.764Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48962026-08-20T01:55:59.910Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48972026-08-20T01:55:59.930Z[ recovery-image] Aug 20 01:55:59.262 INFO O| Aug 20 01:55:59.261 INFO O| Planning: Solver setup ... Done
48982026-08-20T01:55:59.935Z[ recovery-image] Aug 20 01:55:59.266 INFO O| Aug 20 01:55:59.266 INFO O| Planning: Running solver ... Done
48992026-08-20T01:55:59.954Z[ recovery-image] Aug 20 01:55:59.283 INFO O| Aug 20 01:55:59.283 INFO O| Planning: Finding local manifests ... Done
49002026-08-20T01:56:00.001Z[ recovery-image] Aug 20 01:55:59.332 INFO O| Aug 20 01:55:59.332 INFO O| Planning: Fetching manifests: 0/1 0% complete
49012026-08-20T01:56:00.008Z[ recovery-image] Aug 20 01:55:59.339 INFO O| Aug 20 01:55:59.339 INFO O| Planning: Fetching manifests: 1/1 100% complete
49022026-08-20T01:56:00.040Z[ recovery-image] Aug 20 01:55:59.372 INFO O| Aug 20 01:55:59.372 INFO O| Planning: Package planning ... Done
49032026-08-20T01:56:00.040Z[ recovery-image] Aug 20 01:55:59.372 INFO O| Aug 20 01:55:59.372 INFO O| Planning: Merging actions ... Done
49042026-08-20T01:56:00.159Z[ recovery-image] Aug 20 01:55:59.490 INFO O| Aug 20 01:55:59.490 INFO O| Planning: Checking for conflicting actions ... Done
49052026-08-20T01:56:00.159Z[ recovery-image] Aug 20 01:55:59.490 INFO O| Aug 20 01:55:59.490 INFO O| Planning: Consolidating action changes ... Done
49062026-08-20T01:56:00.254Z[ recovery-image] Aug 20 01:55:59.585 INFO O| Aug 20 01:55:59.585 INFO O| Planning: Evaluating mediators ... Done
49072026-08-20T01:56:00.257Z[ recovery-image] Aug 20 01:55:59.586 INFO O| Aug 20 01:55:59.586 INFO O| Planning: Planning completed in 0.74 seconds
49082026-08-20T01:56:00.257Z[ recovery-image] Aug 20 01:55:59.586 INFO O| Aug 20 01:55:59.586 INFO O| Packages to install: 1
49092026-08-20T01:56:00.272Z[ recovery-image] Aug 20 01:55:59.603 INFO O| Aug 20 01:55:59.603 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49102026-08-20T01:56:00.278Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49112026-08-20T01:56:00.337Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49122026-08-20T01:56:00.424Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49132026-08-20T01:56:00.619Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49142026-08-20T01:56:00.656Z[ recovery-image] Aug 20 01:55:59.988 INFO O| Aug 20 01:55:59.988 INFO O| Download: Completed 13.27 MB in 0.38 seconds (34.5M/s)
49152026-08-20T01:56:00.678Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49162026-08-20T01:56:00.755Z[ recovery-image] Aug 20 01:56:00.085 INFO O| Aug 20 01:56:00.085 INFO O| Actions: 1/22 actions (Installing new actions)
49172026-08-20T01:56:00.860Z[verify-libraries] Compiling blowfish v0.10.0
49182026-08-20T01:56:00.887Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
49192026-08-20T01:56:00.940Z[verify-libraries] Compiling petname v2.0.2
49202026-08-20T01:56:01.024Z[verify-libraries] Compiling constant_time_eq v0.4.2
49212026-08-20T01:56:01.034Z[ recovery-image] Aug 20 01:56:00.366 INFO O| Aug 20 01:56:00.366 INFO O| Actions: Completed 22 actions in 0.28 seconds.
49222026-08-20T01:56:01.074Z[ recovery-image] Aug 20 01:56:00.405 INFO O| Aug 20 01:56:00.405 INFO O| Finalize: Updating package state database ... Done
49232026-08-20T01:56:01.074Z[ recovery-image] Aug 20 01:56:00.406 INFO O| Aug 20 01:56:00.405 INFO O| Finalize: Updating package cache ... Done
49242026-08-20T01:56:01.122Z[verify-libraries] Compiling arrayvec v0.7.6
49252026-08-20T01:56:01.167Z[ recovery-image] Aug 20 01:56:00.499 INFO O| Aug 20 01:56:00.499 INFO O| Finalize: Updating image state ... Done
49262026-08-20T01:56:01.270Z[verify-libraries] Compiling arrayref v0.3.9
49272026-08-20T01:56:01.400Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
49282026-08-20T01:56:01.506Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
49292026-08-20T01:56:01.822Z[ recovery-image] Aug 20 01:56:01.153 INFO O| Aug 20 01:56:01.153 INFO O| Finalize: Creating fast lookup database ... Done
49302026-08-20T01:56:01.837Z[ recovery-image] Aug 20 01:56:01.168 INFO O| Aug 20 01:56:01.168 INFO O| Finalize: Reading search index ... Done
49312026-08-20T01:56:01.837Z[ recovery-image] Aug 20 01:56:01.169 INFO O| Aug 20 01:56:01.168 INFO O| Finalize: Updating search index ... Done
49322026-08-20T01:56:01.847Z[ recovery-image] Aug 20 01:56:01.179 INFO O| Aug 20 01:56:01.179 INFO O| Finalize: Updating package cache ... Done
49332026-08-20T01:56:01.859Z[verify-libraries] Compiling ssh-cipher v0.3.0
49342026-08-20T01:56:01.862Z[verify-libraries] Compiling rsa v0.10.0-rc.18
49352026-08-20T01:56:01.944Z[verify-libraries] Compiling ed25519-dalek v3.0.0
49362026-08-20T01:56:01.949Z[verify-libraries] Compiling serde_with_macros v1.5.2
49372026-08-20T01:56:01.987Z[verify-libraries] Compiling sha3 v0.11.0
49382026-08-20T01:56:02.009Z[verify-libraries] Compiling p384 v0.14.0
49392026-08-20T01:56:02.105Z[ recovery-image] Aug 20 01:56:01.436 INFO O| Aug 20 01:56:01.436 INFO STEP 14 (pkg_install) COMPLETE
49402026-08-20T01:56:02.105Z[ recovery-image] Aug 20 01:56:01.436 INFO O| Aug 20 01:56:01.436 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49412026-08-20T01:56:02.105Z[ recovery-image] Aug 20 01:56:01.436 INFO O| Aug 20 01:56:01.436 INFO skip step because feature "mbist" is not enabled
49422026-08-20T01:56:02.108Z[ recovery-image] Aug 20 01:56:01.436 INFO O| Aug 20 01:56:01.436 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49432026-08-20T01:56:02.108Z[ recovery-image] Aug 20 01:56:01.436 INFO O| Aug 20 01:56:01.436 INFO skip step because feature "mfg" is not enabled
49442026-08-20T01:56:02.108Z[ recovery-image] Aug 20 01:56:01.437 INFO O| Aug 20 01:56:01.436 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49452026-08-20T01:56:02.108Z[ recovery-image] Aug 20 01:56:01.437 INFO O| Aug 20 01:56:01.436 INFO skip step because feature "compliance" is not enabled
49462026-08-20T01:56:02.108Z[ recovery-image] Aug 20 01:56:01.437 INFO O| Aug 20 01:56:01.436 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49472026-08-20T01:56:02.108Z[ recovery-image] Aug 20 01:56:01.437 INFO O| Aug 20 01:56:01.436 INFO skip step because feature "stress" is not enabled
49482026-08-20T01:56:02.108Z[ recovery-image] Aug 20 01:56:01.437 INFO O| Aug 20 01:56:01.436 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49492026-08-20T01:56:02.108Z[ recovery-image] Aug 20 01:56:01.437 INFO O| Aug 20 01:56:01.436 INFO skip step because feature "compliance" is not enabled
49502026-08-20T01:56:02.108Z[ recovery-image] Aug 20 01:56:01.437 INFO O| Aug 20 01:56:01.436 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49512026-08-20T01:56:02.108Z[ recovery-image] Aug 20 01:56:01.437 INFO O| Aug 20 01:56:01.436 INFO skip step because feature "nfs" is not enabled
49522026-08-20T01:56:02.108Z[ recovery-image] Aug 20 01:56:01.437 INFO O| Aug 20 01:56:01.436 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49532026-08-20T01:56:02.108Z[ recovery-image] Aug 20 01:56:01.437 INFO O| Aug 20 01:56:01.436 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49542026-08-20T01:56:02.272Z[verify-libraries] Compiling p521 v0.14.0
49552026-08-20T01:56:02.432Z[ recovery-image] Aug 20 01:56:01.763 INFO O| Aug 20 01:56:01.763 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49562026-08-20T01:56:02.528Z[verify-libraries] Compiling p256 v0.14.0
49572026-08-20T01:56:02.543Z[ recovery-image] Aug 20 01:56:01.875 INFO O| Aug 20 01:56:01.875 INFO completed processing sled/ramdisk-01-os
49582026-08-20T01:56:02.546Z[ recovery-image] Aug 20 01:56:01.877 INFO image builder template: ramdisk-02-trim...
49592026-08-20T01:56:02.546Z[ recovery-image] Aug 20 01:56:01.877 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/.tmpon8wkG/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
49602026-08-20T01:56:02.565Z[ recovery-image] Aug 20 01:56:01.896 INFO O| Aug 20 01:56:01.896 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49612026-08-20T01:56:02.568Z[ recovery-image] Aug 20 01:56:01.900 INFO O| Aug 20 01:56:01.900 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49622026-08-20T01:56:02.586Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49632026-08-20T01:56:02.645Z[ recovery-image] Aug 20 01:56:01.976 INFO O| Aug 20 01:56:01.976 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49642026-08-20T01:56:02.696Z[ recovery-image] Aug 20 01:56:02.027 INFO O| Aug 20 01:56:02.027 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49652026-08-20T01:56:02.696Z[ recovery-image] Aug 20 01:56:02.028 INFO O| Aug 20 01:56:02.028 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49662026-08-20T01:56:02.700Z[ recovery-image] Aug 20 01:56:02.032 INFO O| Aug 20 01:56:02.032 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49672026-08-20T01:56:02.703Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49682026-08-20T01:56:02.707Z[ recovery-image] Aug 20 01:56:02.035 INFO O| Aug 20 01:56:02.035 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49692026-08-20T01:56:02.711Z[ recovery-image] Aug 20 01:56:02.039 INFO O| Aug 20 01:56:02.039 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49702026-08-20T01:56:02.806Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49712026-08-20T01:56:02.983Z[verify-libraries] Compiling twox-hash v2.1.2
49722026-08-20T01:56:03.175Z[verify-libraries] Compiling kem v0.3.0
49732026-08-20T01:56:03.179Z[ recovery-image] Aug 20 01:56:02.510 INFO O| Aug 20 01:56:02.510 INFO rolled back to input snapshot; work may begin
49742026-08-20T01:56:03.179Z[ recovery-image] Aug 20 01:56:02.510 INFO O| Aug 20 01:56:02.510 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49752026-08-20T01:56:03.183Z[ recovery-image] Aug 20 01:56:02.515 INFO O| Aug 20 01:56:02.515 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49762026-08-20T01:56:03.195Z[ recovery-image] Aug 20 01:56:02.524 INFO O| Aug 20 01:56:02.524 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49772026-08-20T01:56:03.237Z[ recovery-image] Aug 20 01:56:02.568 INFO O| Aug 20 01:56:02.568 INFO STEP 0 (remove_files) COMPLETE
49782026-08-20T01:56:03.237Z[ recovery-image] Aug 20 01:56:02.569 INFO O| Aug 20 01:56:02.568 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49792026-08-20T01:56:03.248Z[ recovery-image] Aug 20 01:56:02.578 INFO O| Aug 20 01:56:02.578 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49802026-08-20T01:56:03.251Z[ recovery-image] Aug 20 01:56:02.580 INFO O| Aug 20 01:56:02.580 INFO STEP 1 (remove_files) COMPLETE
49812026-08-20T01:56:03.251Z[ recovery-image] Aug 20 01:56:02.580 INFO O| Aug 20 01:56:02.580 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49822026-08-20T01:56:03.257Z[ recovery-image] Aug 20 01:56:02.588 INFO O| Aug 20 01:56:02.588 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49832026-08-20T01:56:03.273Z[ recovery-image] Aug 20 01:56:02.603 INFO O| Aug 20 01:56:02.603 INFO STEP 2 (remove_files) COMPLETE
49842026-08-20T01:56:03.273Z[ recovery-image] Aug 20 01:56:02.603 INFO O| Aug 20 01:56:02.603 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49852026-08-20T01:56:03.284Z[ recovery-image] Aug 20 01:56:02.614 INFO O| Aug 20 01:56:02.614 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
49862026-08-20T01:56:03.287Z[ recovery-image] Aug 20 01:56:02.615 INFO O| Aug 20 01:56:02.615 INFO STEP 3 (remove_files) COMPLETE
49872026-08-20T01:56:03.287Z[ recovery-image] Aug 20 01:56:02.615 INFO O| Aug 20 01:56:02.615 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49882026-08-20T01:56:03.294Z[ recovery-image] Aug 20 01:56:02.625 INFO O| Aug 20 01:56:02.625 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
49892026-08-20T01:56:03.298Z[ recovery-image] Aug 20 01:56:02.628 INFO O| Aug 20 01:56:02.628 INFO STEP 4 (remove_files) COMPLETE
49902026-08-20T01:56:03.298Z[ recovery-image] Aug 20 01:56:02.628 INFO O| Aug 20 01:56:02.628 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49912026-08-20T01:56:03.306Z[ recovery-image] Aug 20 01:56:02.638 INFO O| Aug 20 01:56:02.638 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
49922026-08-20T01:56:03.306Z[ recovery-image] Aug 20 01:56:02.638 INFO O| Aug 20 01:56:02.638 INFO STEP 5 (remove_files) COMPLETE
49932026-08-20T01:56:03.306Z[ recovery-image] Aug 20 01:56:02.638 INFO O| Aug 20 01:56:02.638 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49942026-08-20T01:56:03.316Z[ recovery-image] Aug 20 01:56:02.648 INFO O| Aug 20 01:56:02.647 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
49952026-08-20T01:56:03.328Z[ recovery-image] Aug 20 01:56:02.660 INFO O| Aug 20 01:56:02.659 INFO STEP 6 (remove_files) COMPLETE
49962026-08-20T01:56:03.329Z[ recovery-image] Aug 20 01:56:02.660 INFO O| Aug 20 01:56:02.659 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49972026-08-20T01:56:03.329Z[ recovery-image] Aug 20 01:56:02.660 INFO O| Aug 20 01:56:02.659 INFO skip step because feature "heliosv2" is not enabled
49982026-08-20T01:56:03.332Z[ recovery-image] Aug 20 01:56:02.660 INFO O| Aug 20 01:56:02.660 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49992026-08-20T01:56:03.332Z[ recovery-image] Aug 20 01:56:02.660 INFO O| Aug 20 01:56:02.660 INFO skip step because feature "recovery" is enabled
50002026-08-20T01:56:03.332Z[ recovery-image] Aug 20 01:56:02.660 INFO O| Aug 20 01:56:02.660 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50012026-08-20T01:56:03.332Z[ recovery-image] Aug 20 01:56:02.660 INFO O| Aug 20 01:56:02.660 INFO skip step because feature "recovery" is enabled
50022026-08-20T01:56:03.332Z[ recovery-image] Aug 20 01:56:02.660 INFO O| Aug 20 01:56:02.660 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50032026-08-20T01:56:03.332Z[ recovery-image] Aug 20 01:56:02.660 INFO O| Aug 20 01:56:02.660 INFO skip step because feature "recovery" is enabled
50042026-08-20T01:56:03.332Z[ recovery-image] Aug 20 01:56:02.660 INFO O| Aug 20 01:56:02.660 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50052026-08-20T01:56:03.339Z[ recovery-image] Aug 20 01:56:02.670 INFO O| Aug 20 01:56:02.670 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50062026-08-20T01:56:03.342Z[ recovery-image] Aug 20 01:56:02.673 INFO O| Aug 20 01:56:02.673 INFO STEP 11 (remove_files) COMPLETE
50072026-08-20T01:56:03.342Z[ recovery-image] Aug 20 01:56:02.673 INFO O| Aug 20 01:56:02.673 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50082026-08-20T01:56:03.374Z[ recovery-image] Aug 20 01:56:02.683 INFO O| Aug 20 01:56:02.683 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50092026-08-20T01:56:03.380Z[ recovery-image] Aug 20 01:56:02.684 INFO O| Aug 20 01:56:02.684 INFO STEP 12 (remove_files) COMPLETE
50102026-08-20T01:56:03.380Z[ recovery-image] Aug 20 01:56:02.684 INFO O| Aug 20 01:56:02.684 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50112026-08-20T01:56:03.380Z[ recovery-image] Aug 20 01:56:02.693 INFO O| Aug 20 01:56:02.692 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50122026-08-20T01:56:03.380Z[ recovery-image] Aug 20 01:56:02.694 INFO O| Aug 20 01:56:02.694 INFO STEP 13 (remove_files) COMPLETE
50132026-08-20T01:56:03.380Z[ recovery-image] Aug 20 01:56:02.694 INFO O| Aug 20 01:56:02.694 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50142026-08-20T01:56:03.380Z[verify-libraries] Compiling module-lattice v0.2.3
50152026-08-20T01:56:03.380Z[ recovery-image] Aug 20 01:56:02.708 INFO O| Aug 20 01:56:02.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50162026-08-20T01:56:03.380Z[ recovery-image] Aug 20 01:56:02.708 INFO O| Aug 20 01:56:02.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50172026-08-20T01:56:03.407Z[verify-libraries] Compiling atty v0.2.14
50182026-08-20T01:56:03.450Z[ recovery-image] Aug 20 01:56:02.782 INFO O| Aug 20 01:56:02.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50192026-08-20T01:56:03.455Z[verify-libraries] Compiling rtoolbox v0.0.3
50202026-08-20T01:56:03.487Z[ recovery-image] Aug 20 01:56:02.819 INFO O| Aug 20 01:56:02.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50212026-08-20T01:56:03.538Z[ recovery-image] Aug 20 01:56:02.869 INFO O| Aug 20 01:56:02.869 INFO STEP 14 (remove_files) COMPLETE
50222026-08-20T01:56:03.538Z[ recovery-image] Aug 20 01:56:02.869 INFO O| Aug 20 01:56:02.869 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50232026-08-20T01:56:03.548Z[ recovery-image] Aug 20 01:56:02.879 INFO O| Aug 20 01:56:02.879 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50242026-08-20T01:56:03.551Z[ recovery-image] Aug 20 01:56:02.880 INFO O| Aug 20 01:56:02.880 INFO STEP 15 (remove_files) COMPLETE
50252026-08-20T01:56:03.551Z[ recovery-image] Aug 20 01:56:02.880 INFO O| Aug 20 01:56:02.880 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50262026-08-20T01:56:03.562Z[ recovery-image] Aug 20 01:56:02.890 INFO O| Aug 20 01:56:02.890 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50272026-08-20T01:56:03.565Z[ recovery-image] Aug 20 01:56:02.896 INFO O| Aug 20 01:56:02.896 INFO STEP 16 (remove_files) COMPLETE
50282026-08-20T01:56:03.565Z[ recovery-image] Aug 20 01:56:02.896 INFO O| Aug 20 01:56:02.896 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50292026-08-20T01:56:03.588Z[ recovery-image] Aug 20 01:56:02.905 INFO O| Aug 20 01:56:02.905 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50302026-08-20T01:56:03.588Z[ recovery-image] Aug 20 01:56:02.905 INFO O| Aug 20 01:56:02.905 INFO STEP 17 (remove_files) COMPLETE
50312026-08-20T01:56:03.592Z[ recovery-image] Aug 20 01:56:02.905 INFO O| Aug 20 01:56:02.905 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50322026-08-20T01:56:03.592Z[ recovery-image] Aug 20 01:56:02.912 INFO O| Aug 20 01:56:02.912 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50332026-08-20T01:56:03.592Z[ recovery-image] Aug 20 01:56:02.914 INFO O| Aug 20 01:56:02.914 INFO STEP 18 (remove_files) COMPLETE
50342026-08-20T01:56:03.592Z[ recovery-image] Aug 20 01:56:02.914 INFO O| Aug 20 01:56:02.914 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50352026-08-20T01:56:03.592Z[verify-libraries] Compiling sponge-cursor v0.1.0
50362026-08-20T01:56:03.592Z[ recovery-image] Aug 20 01:56:02.922 INFO O| Aug 20 01:56:02.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50372026-08-20T01:56:03.592Z[ recovery-image] Aug 20 01:56:02.922 INFO O| Aug 20 01:56:02.922 INFO STEP 19 (remove_files) COMPLETE
50382026-08-20T01:56:03.592Z[ recovery-image] Aug 20 01:56:02.922 INFO O| Aug 20 01:56:02.922 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50392026-08-20T01:56:03.599Z[ recovery-image] Aug 20 01:56:02.930 INFO O| Aug 20 01:56:02.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50402026-08-20T01:56:03.599Z[ recovery-image] Aug 20 01:56:02.930 INFO O| Aug 20 01:56:02.930 INFO STEP 20 (remove_files) COMPLETE
50412026-08-20T01:56:03.599Z[ recovery-image] Aug 20 01:56:02.930 INFO O| Aug 20 01:56:02.930 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50422026-08-20T01:56:03.614Z[ recovery-image] Aug 20 01:56:02.943 INFO O| Aug 20 01:56:02.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50432026-08-20T01:56:03.614Z[ recovery-image] Aug 20 01:56:02.943 INFO O| Aug 20 01:56:02.943 INFO STEP 21 (remove_files) COMPLETE
50442026-08-20T01:56:03.614Z[ recovery-image] Aug 20 01:56:02.943 INFO O| Aug 20 01:56:02.943 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50452026-08-20T01:56:03.621Z[ recovery-image] Aug 20 01:56:02.953 INFO O| Aug 20 01:56:02.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50462026-08-20T01:56:03.621Z[ recovery-image] Aug 20 01:56:02.953 INFO O| Aug 20 01:56:02.953 INFO STEP 22 (remove_files) COMPLETE
50472026-08-20T01:56:03.621Z[ recovery-image] Aug 20 01:56:02.953 INFO O| Aug 20 01:56:02.953 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50482026-08-20T01:56:03.631Z[ recovery-image] Aug 20 01:56:02.961 INFO O| Aug 20 01:56:02.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50492026-08-20T01:56:03.631Z[ recovery-image] Aug 20 01:56:02.961 INFO O| Aug 20 01:56:02.961 INFO STEP 23 (remove_files) COMPLETE
50502026-08-20T01:56:03.635Z[ recovery-image] Aug 20 01:56:02.961 INFO O| Aug 20 01:56:02.961 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50512026-08-20T01:56:03.639Z[ recovery-image] Aug 20 01:56:02.970 INFO O| Aug 20 01:56:02.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50522026-08-20T01:56:03.639Z[ recovery-image] Aug 20 01:56:02.970 INFO O| Aug 20 01:56:02.970 INFO STEP 24 (remove_files) COMPLETE
50532026-08-20T01:56:03.639Z[ recovery-image] Aug 20 01:56:02.970 INFO O| Aug 20 01:56:02.970 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50542026-08-20T01:56:03.647Z[ recovery-image] Aug 20 01:56:02.978 INFO O| Aug 20 01:56:02.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50552026-08-20T01:56:03.647Z[ recovery-image] Aug 20 01:56:02.978 INFO O| Aug 20 01:56:02.978 INFO STEP 25 (remove_files) COMPLETE
50562026-08-20T01:56:03.647Z[ recovery-image] Aug 20 01:56:02.978 INFO O| Aug 20 01:56:02.978 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50572026-08-20T01:56:03.667Z[ recovery-image] Aug 20 01:56:02.999 INFO O| Aug 20 01:56:02.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50582026-08-20T01:56:03.667Z[ recovery-image] Aug 20 01:56:02.999 INFO O| Aug 20 01:56:02.999 INFO STEP 26 (remove_files) COMPLETE
50592026-08-20T01:56:03.671Z[ recovery-image] Aug 20 01:56:02.999 INFO O| Aug 20 01:56:02.999 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50602026-08-20T01:56:03.678Z[ recovery-image] Aug 20 01:56:03.010 INFO O| Aug 20 01:56:03.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50612026-08-20T01:56:03.678Z[ recovery-image] Aug 20 01:56:03.010 INFO O| Aug 20 01:56:03.010 INFO STEP 27 (remove_files) COMPLETE
50622026-08-20T01:56:03.678Z[ recovery-image] Aug 20 01:56:03.010 INFO O| Aug 20 01:56:03.010 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50632026-08-20T01:56:03.688Z[ recovery-image] Aug 20 01:56:03.019 INFO O| Aug 20 01:56:03.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50642026-08-20T01:56:03.691Z[ recovery-image] Aug 20 01:56:03.020 INFO O| Aug 20 01:56:03.019 INFO STEP 28 (remove_files) COMPLETE
50652026-08-20T01:56:03.692Z[ recovery-image] Aug 20 01:56:03.020 INFO O| Aug 20 01:56:03.020 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50662026-08-20T01:56:03.701Z[ recovery-image] Aug 20 01:56:03.028 INFO O| Aug 20 01:56:03.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50672026-08-20T01:56:03.701Z[ recovery-image] Aug 20 01:56:03.029 INFO O| Aug 20 01:56:03.029 INFO STEP 29 (remove_files) COMPLETE
50682026-08-20T01:56:03.701Z[ recovery-image] Aug 20 01:56:03.029 INFO O| Aug 20 01:56:03.029 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50692026-08-20T01:56:03.719Z[ recovery-image] Aug 20 01:56:03.050 INFO O| Aug 20 01:56:03.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50702026-08-20T01:56:03.719Z[ recovery-image] Aug 20 01:56:03.050 INFO O| Aug 20 01:56:03.047 INFO STEP 30 (remove_files) COMPLETE
50712026-08-20T01:56:03.719Z[ recovery-image] Aug 20 01:56:03.050 INFO O| Aug 20 01:56:03.047 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50722026-08-20T01:56:03.728Z[ recovery-image] Aug 20 01:56:03.060 INFO O| Aug 20 01:56:03.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50732026-08-20T01:56:03.729Z[ recovery-image] Aug 20 01:56:03.060 INFO O| Aug 20 01:56:03.060 INFO STEP 31 (remove_files) COMPLETE
50742026-08-20T01:56:03.734Z[ recovery-image] Aug 20 01:56:03.060 INFO O| Aug 20 01:56:03.060 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50752026-08-20T01:56:03.738Z[ recovery-image] Aug 20 01:56:03.069 INFO O| Aug 20 01:56:03.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50762026-08-20T01:56:03.738Z[ recovery-image] Aug 20 01:56:03.069 INFO O| Aug 20 01:56:03.069 INFO STEP 32 (remove_files) COMPLETE
50772026-08-20T01:56:03.738Z[ recovery-image] Aug 20 01:56:03.069 INFO O| Aug 20 01:56:03.069 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50782026-08-20T01:56:03.745Z[verify-libraries] Compiling topological-sort v0.2.2
50792026-08-20T01:56:03.748Z[ recovery-image] Aug 20 01:56:03.079 INFO O| Aug 20 01:56:03.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50802026-08-20T01:56:03.748Z[ recovery-image] Aug 20 01:56:03.079 INFO O| Aug 20 01:56:03.079 INFO STEP 33 (remove_files) COMPLETE
50812026-08-20T01:56:03.748Z[ recovery-image] Aug 20 01:56:03.079 INFO O| Aug 20 01:56:03.079 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50822026-08-20T01:56:03.755Z[ recovery-image] Aug 20 01:56:03.087 INFO O| Aug 20 01:56:03.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50832026-08-20T01:56:03.755Z[ recovery-image] Aug 20 01:56:03.087 INFO O| Aug 20 01:56:03.087 INFO STEP 34 (remove_files) COMPLETE
50842026-08-20T01:56:03.759Z[ recovery-image] Aug 20 01:56:03.087 INFO O| Aug 20 01:56:03.087 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50852026-08-20T01:56:03.765Z[ recovery-image] Aug 20 01:56:03.096 INFO O| Aug 20 01:56:03.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50862026-08-20T01:56:03.765Z[ recovery-image] Aug 20 01:56:03.096 INFO O| Aug 20 01:56:03.096 INFO STEP 35 (remove_files) COMPLETE
50872026-08-20T01:56:03.765Z[ recovery-image] Aug 20 01:56:03.096 INFO O| Aug 20 01:56:03.096 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50882026-08-20T01:56:03.768Z[verify-libraries] Compiling sha3 v0.12.0
50892026-08-20T01:56:03.774Z[ recovery-image] Aug 20 01:56:03.106 INFO O| Aug 20 01:56:03.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
50902026-08-20T01:56:03.774Z[ recovery-image] Aug 20 01:56:03.106 INFO O| Aug 20 01:56:03.106 INFO STEP 36 (remove_files) COMPLETE
50912026-08-20T01:56:03.774Z[ recovery-image] Aug 20 01:56:03.106 INFO O| Aug 20 01:56:03.106 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50922026-08-20T01:56:03.784Z[ recovery-image] Aug 20 01:56:03.115 INFO O| Aug 20 01:56:03.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
50932026-08-20T01:56:03.784Z[ recovery-image] Aug 20 01:56:03.115 INFO O| Aug 20 01:56:03.115 INFO STEP 37 (remove_files) COMPLETE
50942026-08-20T01:56:03.787Z[ recovery-image] Aug 20 01:56:03.115 INFO O| Aug 20 01:56:03.115 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50952026-08-20T01:56:03.790Z[ recovery-image] Aug 20 01:56:03.122 INFO O| Aug 20 01:56:03.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
50962026-08-20T01:56:03.790Z[ recovery-image] Aug 20 01:56:03.122 INFO O| Aug 20 01:56:03.122 INFO STEP 38 (remove_files) COMPLETE
50972026-08-20T01:56:03.790Z[ recovery-image] Aug 20 01:56:03.122 INFO O| Aug 20 01:56:03.122 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50982026-08-20T01:56:03.797Z[ recovery-image] Aug 20 01:56:03.129 INFO O| Aug 20 01:56:03.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
50992026-08-20T01:56:03.797Z[ recovery-image] Aug 20 01:56:03.129 INFO O| Aug 20 01:56:03.129 INFO STEP 39 (remove_files) COMPLETE
51002026-08-20T01:56:03.800Z[ recovery-image] Aug 20 01:56:03.129 INFO O| Aug 20 01:56:03.129 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51012026-08-20T01:56:03.806Z[ recovery-image] Aug 20 01:56:03.137 INFO O| Aug 20 01:56:03.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51022026-08-20T01:56:03.806Z[ recovery-image] Aug 20 01:56:03.137 INFO O| Aug 20 01:56:03.137 INFO STEP 40 (remove_files) COMPLETE
51032026-08-20T01:56:03.806Z[ recovery-image] Aug 20 01:56:03.137 INFO O| Aug 20 01:56:03.137 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51042026-08-20T01:56:03.813Z[ recovery-image] Aug 20 01:56:03.145 INFO O| Aug 20 01:56:03.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51052026-08-20T01:56:03.813Z[ recovery-image] Aug 20 01:56:03.145 INFO O| Aug 20 01:56:03.145 INFO STEP 41 (remove_files) COMPLETE
51062026-08-20T01:56:03.813Z[ recovery-image] Aug 20 01:56:03.145 INFO O| Aug 20 01:56:03.145 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51072026-08-20T01:56:03.816Z[verify-libraries] Compiling rpassword v7.5.4
51082026-08-20T01:56:03.820Z[ recovery-image] Aug 20 01:56:03.152 INFO O| Aug 20 01:56:03.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51092026-08-20T01:56:03.820Z[ recovery-image] Aug 20 01:56:03.152 INFO O| Aug 20 01:56:03.152 INFO STEP 42 (remove_files) COMPLETE
51102026-08-20T01:56:03.820Z[ recovery-image] Aug 20 01:56:03.152 INFO O| Aug 20 01:56:03.152 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51112026-08-20T01:56:03.831Z[ recovery-image] Aug 20 01:56:03.163 INFO O| Aug 20 01:56:03.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51122026-08-20T01:56:03.831Z[ recovery-image] Aug 20 01:56:03.163 INFO O| Aug 20 01:56:03.163 INFO STEP 43 (remove_files) COMPLETE
51132026-08-20T01:56:03.831Z[ recovery-image] Aug 20 01:56:03.163 INFO O| Aug 20 01:56:03.163 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51142026-08-20T01:56:03.841Z[ recovery-image] Aug 20 01:56:03.171 INFO O| Aug 20 01:56:03.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51152026-08-20T01:56:03.841Z[ recovery-image] Aug 20 01:56:03.172 INFO O| Aug 20 01:56:03.172 INFO STEP 44 (remove_files) COMPLETE
51162026-08-20T01:56:03.841Z[ recovery-image] Aug 20 01:56:03.172 INFO O| Aug 20 01:56:03.172 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51172026-08-20T01:56:03.847Z[ recovery-image] Aug 20 01:56:03.179 INFO O| Aug 20 01:56:03.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51182026-08-20T01:56:03.847Z[ recovery-image] Aug 20 01:56:03.179 INFO O| Aug 20 01:56:03.179 INFO STEP 45 (remove_files) COMPLETE
51192026-08-20T01:56:03.847Z[ recovery-image] Aug 20 01:56:03.179 INFO O| Aug 20 01:56:03.179 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51202026-08-20T01:56:03.855Z[ recovery-image] Aug 20 01:56:03.187 INFO O| Aug 20 01:56:03.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51212026-08-20T01:56:03.855Z[ recovery-image] Aug 20 01:56:03.187 INFO O| Aug 20 01:56:03.187 INFO STEP 46 (remove_files) COMPLETE
51222026-08-20T01:56:03.855Z[ recovery-image] Aug 20 01:56:03.187 INFO O| Aug 20 01:56:03.187 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51232026-08-20T01:56:03.863Z[ recovery-image] Aug 20 01:56:03.195 INFO O| Aug 20 01:56:03.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51242026-08-20T01:56:03.863Z[ recovery-image] Aug 20 01:56:03.195 INFO O| Aug 20 01:56:03.195 INFO STEP 47 (remove_files) COMPLETE
51252026-08-20T01:56:03.863Z[ recovery-image] Aug 20 01:56:03.195 INFO O| Aug 20 01:56:03.195 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51262026-08-20T01:56:03.871Z[verify-libraries] Compiling ml-kem v0.3.2
51272026-08-20T01:56:03.874Z[ recovery-image] Aug 20 01:56:03.203 INFO O| Aug 20 01:56:03.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51282026-08-20T01:56:03.874Z[ recovery-image] Aug 20 01:56:03.203 INFO O| Aug 20 01:56:03.203 INFO STEP 48 (remove_files) COMPLETE
51292026-08-20T01:56:03.874Z[ recovery-image] Aug 20 01:56:03.203 INFO O| Aug 20 01:56:03.203 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51302026-08-20T01:56:03.880Z[ recovery-image] Aug 20 01:56:03.211 INFO O| Aug 20 01:56:03.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51312026-08-20T01:56:03.880Z[ recovery-image] Aug 20 01:56:03.211 INFO O| Aug 20 01:56:03.211 INFO STEP 49 (remove_files) COMPLETE
51322026-08-20T01:56:03.880Z[ recovery-image] Aug 20 01:56:03.211 INFO O| Aug 20 01:56:03.211 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51332026-08-20T01:56:03.890Z[ recovery-image] Aug 20 01:56:03.220 INFO O| Aug 20 01:56:03.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51342026-08-20T01:56:03.890Z[ recovery-image] Aug 20 01:56:03.221 INFO O| Aug 20 01:56:03.221 INFO STEP 50 (remove_files) COMPLETE
51352026-08-20T01:56:03.890Z[ recovery-image] Aug 20 01:56:03.221 INFO O| Aug 20 01:56:03.221 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51362026-08-20T01:56:03.898Z[ recovery-image] Aug 20 01:56:03.229 INFO O| Aug 20 01:56:03.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51372026-08-20T01:56:03.898Z[ recovery-image] Aug 20 01:56:03.229 INFO O| Aug 20 01:56:03.229 INFO STEP 51 (remove_files) COMPLETE
51382026-08-20T01:56:03.898Z[ recovery-image] Aug 20 01:56:03.229 INFO O| Aug 20 01:56:03.229 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51392026-08-20T01:56:03.907Z[ recovery-image] Aug 20 01:56:03.239 INFO O| Aug 20 01:56:03.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51402026-08-20T01:56:03.907Z[ recovery-image] Aug 20 01:56:03.239 INFO O| Aug 20 01:56:03.239 INFO STEP 52 (remove_files) COMPLETE
51412026-08-20T01:56:03.907Z[ recovery-image] Aug 20 01:56:03.239 INFO O| Aug 20 01:56:03.239 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51422026-08-20T01:56:03.917Z[ recovery-image] Aug 20 01:56:03.248 INFO O| Aug 20 01:56:03.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51432026-08-20T01:56:03.917Z[ recovery-image] Aug 20 01:56:03.248 INFO O| Aug 20 01:56:03.248 INFO STEP 53 (remove_files) COMPLETE
51442026-08-20T01:56:03.920Z[ recovery-image] Aug 20 01:56:03.248 INFO O| Aug 20 01:56:03.248 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51452026-08-20T01:56:03.926Z[ recovery-image] Aug 20 01:56:03.257 INFO O| Aug 20 01:56:03.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51462026-08-20T01:56:03.926Z[ recovery-image] Aug 20 01:56:03.257 INFO O| Aug 20 01:56:03.257 INFO STEP 54 (remove_files) COMPLETE
51472026-08-20T01:56:03.929Z[ recovery-image] Aug 20 01:56:03.258 INFO O| Aug 20 01:56:03.257 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51482026-08-20T01:56:03.935Z[ recovery-image] Aug 20 01:56:03.267 INFO O| Aug 20 01:56:03.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51492026-08-20T01:56:03.935Z[ recovery-image] Aug 20 01:56:03.267 INFO O| Aug 20 01:56:03.267 INFO STEP 55 (remove_files) COMPLETE
51502026-08-20T01:56:03.938Z[ recovery-image] Aug 20 01:56:03.267 INFO O| Aug 20 01:56:03.267 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51512026-08-20T01:56:03.949Z[ recovery-image] Aug 20 01:56:03.276 INFO O| Aug 20 01:56:03.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51522026-08-20T01:56:03.949Z[ recovery-image] Aug 20 01:56:03.276 INFO O| Aug 20 01:56:03.276 INFO STEP 56 (remove_files) COMPLETE
51532026-08-20T01:56:03.953Z[ recovery-image] Aug 20 01:56:03.276 INFO O| Aug 20 01:56:03.276 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51542026-08-20T01:56:03.959Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
51552026-08-20T01:56:03.959Z[ recovery-image] Aug 20 01:56:03.285 INFO O| Aug 20 01:56:03.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51562026-08-20T01:56:03.959Z[ recovery-image] Aug 20 01:56:03.285 INFO O| Aug 20 01:56:03.285 INFO STEP 57 (remove_files) COMPLETE
51572026-08-20T01:56:03.959Z[ recovery-image] Aug 20 01:56:03.285 INFO O| Aug 20 01:56:03.285 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51582026-08-20T01:56:03.962Z[ recovery-image] Aug 20 01:56:03.293 INFO O| Aug 20 01:56:03.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51592026-08-20T01:56:03.962Z[ recovery-image] Aug 20 01:56:03.293 INFO O| Aug 20 01:56:03.293 INFO STEP 58 (remove_files) COMPLETE
51602026-08-20T01:56:03.962Z[ recovery-image] Aug 20 01:56:03.293 INFO O| Aug 20 01:56:03.293 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51612026-08-20T01:56:03.973Z[ recovery-image] Aug 20 01:56:03.305 INFO O| Aug 20 01:56:03.304 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51622026-08-20T01:56:03.973Z[ recovery-image] Aug 20 01:56:03.305 INFO O| Aug 20 01:56:03.305 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51632026-08-20T01:56:03.973Z[ recovery-image] Aug 20 01:56:03.305 INFO O| Aug 20 01:56:03.305 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51642026-08-20T01:56:03.976Z[ recovery-image] Aug 20 01:56:03.305 INFO O| Aug 20 01:56:03.305 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51652026-08-20T01:56:03.976Z[ recovery-image] Aug 20 01:56:03.305 INFO O| Aug 20 01:56:03.305 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51662026-08-20T01:56:03.976Z[ recovery-image] Aug 20 01:56:03.305 INFO O| Aug 20 01:56:03.305 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51672026-08-20T01:56:03.976Z[ recovery-image] Aug 20 01:56:03.305 INFO O| Aug 20 01:56:03.305 INFO ok!
51682026-08-20T01:56:03.976Z[ recovery-image] Aug 20 01:56:03.305 INFO O| Aug 20 01:56:03.305 INFO STEP 59 (ensure_file) COMPLETE
51692026-08-20T01:56:03.976Z[ recovery-image] Aug 20 01:56:03.305 INFO O| Aug 20 01:56:03.305 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51702026-08-20T01:56:03.990Z[ recovery-image] Aug 20 01:56:03.321 INFO O| Aug 20 01:56:03.321 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51712026-08-20T01:56:03.990Z[ recovery-image] Aug 20 01:56:03.322 INFO O| Aug 20 01:56:03.321 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51722026-08-20T01:56:03.990Z[ recovery-image] Aug 20 01:56:03.322 INFO O| Aug 20 01:56:03.322 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51732026-08-20T01:56:03.993Z[ recovery-image] Aug 20 01:56:03.322 INFO O| Aug 20 01:56:03.322 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51742026-08-20T01:56:03.993Z[ recovery-image] Aug 20 01:56:03.322 INFO O| Aug 20 01:56:03.322 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51752026-08-20T01:56:03.993Z[ recovery-image] Aug 20 01:56:03.322 INFO O| Aug 20 01:56:03.322 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51762026-08-20T01:56:03.993Z[ recovery-image] Aug 20 01:56:03.322 INFO O| Aug 20 01:56:03.322 INFO ok!
51772026-08-20T01:56:03.993Z[ recovery-image] Aug 20 01:56:03.322 INFO O| Aug 20 01:56:03.322 INFO STEP 60 (ensure_file) COMPLETE
51782026-08-20T01:56:03.993Z[ recovery-image] Aug 20 01:56:03.322 INFO O| Aug 20 01:56:03.322 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51792026-08-20T01:56:04.000Z[ recovery-image] Aug 20 01:56:03.331 INFO O| Aug 20 01:56:03.331 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51802026-08-20T01:56:04.000Z[ recovery-image] Aug 20 01:56:03.332 INFO O| Aug 20 01:56:03.331 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51812026-08-20T01:56:04.000Z[ recovery-image] Aug 20 01:56:03.332 INFO O| Aug 20 01:56:03.331 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51822026-08-20T01:56:04.003Z[ recovery-image] Aug 20 01:56:03.332 INFO O| Aug 20 01:56:03.331 INFO ok!
51832026-08-20T01:56:04.003Z[ recovery-image] Aug 20 01:56:03.332 INFO O| Aug 20 01:56:03.331 INFO STEP 61 (ensure_file) COMPLETE
51842026-08-20T01:56:04.003Z[ recovery-image] Aug 20 01:56:03.332 INFO O| Aug 20 01:56:03.331 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51852026-08-20T01:56:04.003Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
51862026-08-20T01:56:04.013Z[ recovery-image] Aug 20 01:56:03.341 INFO O| Aug 20 01:56:03.341 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
51872026-08-20T01:56:04.013Z[ recovery-image] Aug 20 01:56:03.341 INFO O| Aug 20 01:56:03.341 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
51882026-08-20T01:56:04.016Z[ recovery-image] Aug 20 01:56:03.341 INFO O| Aug 20 01:56:03.341 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
51892026-08-20T01:56:04.016Z[ recovery-image] Aug 20 01:56:03.341 INFO O| Aug 20 01:56:03.341 INFO ok!
51902026-08-20T01:56:04.016Z[ recovery-image] Aug 20 01:56:03.341 INFO O| Aug 20 01:56:03.341 INFO STEP 62 (ensure_file) COMPLETE
51912026-08-20T01:56:04.016Z[ recovery-image] Aug 20 01:56:03.341 INFO O| Aug 20 01:56:03.341 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51922026-08-20T01:56:04.019Z[ recovery-image] Aug 20 01:56:03.349 INFO O| Aug 20 01:56:03.349 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
51932026-08-20T01:56:04.019Z[ recovery-image] Aug 20 01:56:03.349 INFO O| Aug 20 01:56:03.349 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
51942026-08-20T01:56:04.019Z[ recovery-image] Aug 20 01:56:03.349 INFO O| Aug 20 01:56:03.349 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51952026-08-20T01:56:04.019Z[ recovery-image] Aug 20 01:56:03.349 INFO O| Aug 20 01:56:03.349 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51962026-08-20T01:56:04.019Z[ recovery-image] Aug 20 01:56:03.349 INFO O| Aug 20 01:56:03.349 INFO ok!
51972026-08-20T01:56:04.019Z[ recovery-image] Aug 20 01:56:03.349 INFO O| Aug 20 01:56:03.349 INFO STEP 63 (ensure_file) COMPLETE
51982026-08-20T01:56:04.019Z[ recovery-image] Aug 20 01:56:03.349 INFO O| Aug 20 01:56:03.349 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51992026-08-20T01:56:04.026Z[ recovery-image] Aug 20 01:56:03.358 INFO O| Aug 20 01:56:03.357 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52002026-08-20T01:56:04.026Z[ recovery-image] Aug 20 01:56:03.358 INFO O| Aug 20 01:56:03.357 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52012026-08-20T01:56:04.029Z[ recovery-image] Aug 20 01:56:03.358 INFO O| Aug 20 01:56:03.358 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52022026-08-20T01:56:04.029Z[ recovery-image] Aug 20 01:56:03.358 INFO O| Aug 20 01:56:03.358 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52032026-08-20T01:56:04.029Z[ recovery-image] Aug 20 01:56:03.358 INFO O| Aug 20 01:56:03.358 INFO ok!
52042026-08-20T01:56:04.029Z[ recovery-image] Aug 20 01:56:03.358 INFO O| Aug 20 01:56:03.358 INFO STEP 64 (ensure_file) COMPLETE
52052026-08-20T01:56:04.029Z[ recovery-image] Aug 20 01:56:03.358 INFO O| Aug 20 01:56:03.358 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52062026-08-20T01:56:04.034Z[ recovery-image] Aug 20 01:56:03.366 INFO O| Aug 20 01:56:03.366 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52072026-08-20T01:56:04.034Z[ recovery-image] Aug 20 01:56:03.366 INFO O| Aug 20 01:56:03.366 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52082026-08-20T01:56:04.037Z[ recovery-image] Aug 20 01:56:03.366 INFO O| Aug 20 01:56:03.366 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52092026-08-20T01:56:04.037Z[ recovery-image] Aug 20 01:56:03.366 INFO O| Aug 20 01:56:03.366 INFO ok!
52102026-08-20T01:56:04.037Z[ recovery-image] Aug 20 01:56:03.366 INFO O| Aug 20 01:56:03.366 INFO STEP 65 (assemble_files) COMPLETE
52112026-08-20T01:56:04.037Z[ recovery-image] Aug 20 01:56:03.366 INFO O| Aug 20 01:56:03.366 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52122026-08-20T01:56:04.044Z[ recovery-image] Aug 20 01:56:03.375 INFO O| Aug 20 01:56:03.375 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52132026-08-20T01:56:04.044Z[ recovery-image] Aug 20 01:56:03.375 INFO O| Aug 20 01:56:03.375 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52142026-08-20T01:56:04.044Z[ recovery-image] Aug 20 01:56:03.375 INFO O| Aug 20 01:56:03.375 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52152026-08-20T01:56:04.044Z[ recovery-image] Aug 20 01:56:03.375 INFO O| Aug 20 01:56:03.375 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52162026-08-20T01:56:04.044Z[ recovery-image] Aug 20 01:56:03.375 INFO O| Aug 20 01:56:03.375 INFO ok!
52172026-08-20T01:56:04.048Z[ recovery-image] Aug 20 01:56:03.375 INFO O| Aug 20 01:56:03.375 INFO STEP 66 (ensure_file) COMPLETE
52182026-08-20T01:56:04.048Z[ recovery-image] Aug 20 01:56:03.375 INFO O| Aug 20 01:56:03.375 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52192026-08-20T01:56:04.048Z[ recovery-image] Aug 20 01:56:03.375 INFO O| Aug 20 01:56:03.375 INFO skip step because feature "omicron1" is not enabled
52202026-08-20T01:56:04.048Z[ recovery-image] Aug 20 01:56:03.375 INFO O| Aug 20 01:56:03.375 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52212026-08-20T01:56:04.048Z[ recovery-image] Aug 20 01:56:03.375 INFO O| Aug 20 01:56:03.375 INFO skip step because feature "omicron1" is not enabled
52222026-08-20T01:56:04.048Z[ recovery-image] Aug 20 01:56:03.375 INFO O| Aug 20 01:56:03.375 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52232026-08-20T01:56:04.048Z[ recovery-image] Aug 20 01:56:03.375 INFO O| Aug 20 01:56:03.375 INFO skip step because feature "omicron1" is not enabled
52242026-08-20T01:56:04.048Z[ recovery-image] Aug 20 01:56:03.375 INFO O| Aug 20 01:56:03.375 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52252026-08-20T01:56:04.056Z[ recovery-image] Aug 20 01:56:03.387 INFO O| Aug 20 01:56:03.387 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52262026-08-20T01:56:04.056Z[ recovery-image] Aug 20 01:56:03.388 INFO O| Aug 20 01:56:03.387 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52272026-08-20T01:56:04.185Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
52282026-08-20T01:56:04.442Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
52292026-08-20T01:56:04.627Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
52302026-08-20T01:56:05.240Z[ recovery-image] Aug 20 01:56:04.572 INFO O| Aug 20 01:56:04.572 INFO STEP 70 (pack_tar) COMPLETE
52312026-08-20T01:56:05.240Z[ recovery-image] Aug 20 01:56:04.572 INFO O| Aug 20 01:56:04.572 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52322026-08-20T01:56:05.240Z[ recovery-image] Aug 20 01:56:04.572 INFO O| Aug 20 01:56:04.572 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52332026-08-20T01:56:05.753Z[ recovery-image] Aug 20 01:56:05.084 INFO O| Aug 20 01:56:05.084 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52342026-08-20T01:56:05.759Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
52352026-08-20T01:56:05.882Z[ recovery-image] Aug 20 01:56:05.214 INFO O| Aug 20 01:56:05.214 INFO completed processing sled/ramdisk-02-trim
52362026-08-20T01:56:05.886Z[ recovery-image] Aug 20 01:56:05.216 INFO image builder template: ramdisk-03-recovery-trim...
52372026-08-20T01:56:05.886Z[ recovery-image] Aug 20 01:56:05.216 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/.tmpon8wkG/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
52382026-08-20T01:56:05.889Z[ recovery-image] Aug 20 01:56:05.221 INFO O| Aug 20 01:56:05.221 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52392026-08-20T01:56:05.965Z[ recovery-image] Aug 20 01:56:05.296 INFO O| Aug 20 01:56:05.296 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52402026-08-20T01:56:05.969Z[ recovery-image] Aug 20 01:56:05.300 INFO O| Aug 20 01:56:05.300 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52412026-08-20T01:56:06.047Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
52422026-08-20T01:56:06.054Z[ recovery-image] Aug 20 01:56:05.383 INFO O| Aug 20 01:56:05.383 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52432026-08-20T01:56:06.117Z[ recovery-image] Aug 20 01:56:05.447 INFO O| Aug 20 01:56:05.447 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52442026-08-20T01:56:06.117Z[ recovery-image] Aug 20 01:56:05.447 INFO O| Aug 20 01:56:05.447 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52452026-08-20T01:56:06.122Z[ recovery-image] Aug 20 01:56:05.454 INFO O| Aug 20 01:56:05.454 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52462026-08-20T01:56:06.126Z[ recovery-image] Aug 20 01:56:05.458 INFO O| Aug 20 01:56:05.458 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52472026-08-20T01:56:06.131Z[ recovery-image] Aug 20 01:56:05.462 INFO O| Aug 20 01:56:05.462 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52482026-08-20T01:56:06.727Z[ recovery-image] Aug 20 01:56:06.058 INFO O| Aug 20 01:56:06.058 INFO rolled back to input snapshot; work may begin
52492026-08-20T01:56:06.727Z[ recovery-image] Aug 20 01:56:06.058 INFO O| Aug 20 01:56:06.058 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52502026-08-20T01:56:06.732Z[ recovery-image] Aug 20 01:56:06.063 INFO O| Aug 20 01:56:06.063 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52512026-08-20T01:56:06.744Z[ recovery-image] Aug 20 01:56:06.074 INFO O| Aug 20 01:56:06.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52522026-08-20T01:56:06.747Z[ recovery-image] Aug 20 01:56:06.076 INFO O| Aug 20 01:56:06.076 INFO STEP 0 (remove_files) COMPLETE
52532026-08-20T01:56:06.747Z[ recovery-image] Aug 20 01:56:06.076 INFO O| Aug 20 01:56:06.076 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52542026-08-20T01:56:06.754Z[ recovery-image] Aug 20 01:56:06.086 INFO O| Aug 20 01:56:06.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52552026-08-20T01:56:06.754Z[ recovery-image] Aug 20 01:56:06.086 INFO O| Aug 20 01:56:06.086 INFO STEP 1 (remove_files) COMPLETE
52562026-08-20T01:56:06.757Z[ recovery-image] Aug 20 01:56:06.086 INFO O| Aug 20 01:56:06.086 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52572026-08-20T01:56:06.764Z[ recovery-image] Aug 20 01:56:06.096 INFO O| Aug 20 01:56:06.096 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52582026-08-20T01:56:06.771Z[ recovery-image] Aug 20 01:56:06.102 INFO O| Aug 20 01:56:06.102 INFO STEP 2 (remove_files) COMPLETE
52592026-08-20T01:56:06.771Z[ recovery-image] Aug 20 01:56:06.102 INFO O| Aug 20 01:56:06.102 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52602026-08-20T01:56:06.782Z[ recovery-image] Aug 20 01:56:06.114 INFO O| Aug 20 01:56:06.114 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52612026-08-20T01:56:06.829Z[ recovery-image] Aug 20 01:56:06.161 INFO O| Aug 20 01:56:06.161 INFO STEP 3 (remove_files) COMPLETE
52622026-08-20T01:56:06.829Z[ recovery-image] Aug 20 01:56:06.161 INFO O| Aug 20 01:56:06.161 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52632026-08-20T01:56:06.838Z[ recovery-image] Aug 20 01:56:06.170 INFO O| Aug 20 01:56:06.170 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52642026-08-20T01:56:06.841Z[ recovery-image] Aug 20 01:56:06.171 INFO O| Aug 20 01:56:06.171 INFO STEP 4 (remove_files) COMPLETE
52652026-08-20T01:56:06.841Z[ recovery-image] Aug 20 01:56:06.171 INFO O| Aug 20 01:56:06.171 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52662026-08-20T01:56:06.848Z[ recovery-image] Aug 20 01:56:06.180 INFO O| Aug 20 01:56:06.180 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52672026-08-20T01:56:06.887Z[ recovery-image] Aug 20 01:56:06.218 INFO O| Aug 20 01:56:06.218 INFO STEP 5 (remove_files) COMPLETE
52682026-08-20T01:56:06.887Z[ recovery-image] Aug 20 01:56:06.218 INFO O| Aug 20 01:56:06.218 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52692026-08-20T01:56:06.897Z[ recovery-image] Aug 20 01:56:06.229 INFO O| Aug 20 01:56:06.229 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52702026-08-20T01:56:06.908Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
52712026-08-20T01:56:06.911Z[ recovery-image] Aug 20 01:56:06.242 INFO O| Aug 20 01:56:06.242 INFO STEP 6 (remove_files) COMPLETE
52722026-08-20T01:56:06.911Z[ recovery-image] Aug 20 01:56:06.243 INFO O| Aug 20 01:56:06.242 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52732026-08-20T01:56:06.921Z[ recovery-image] Aug 20 01:56:06.252 INFO O| Aug 20 01:56:06.252 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52742026-08-20T01:56:06.956Z[ recovery-image] Aug 20 01:56:06.287 INFO O| Aug 20 01:56:06.287 INFO STEP 7 (remove_files) COMPLETE
52752026-08-20T01:56:06.956Z[ recovery-image] Aug 20 01:56:06.287 INFO O| Aug 20 01:56:06.287 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52762026-08-20T01:56:06.967Z[ recovery-image] Aug 20 01:56:06.297 INFO O| Aug 20 01:56:06.297 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52772026-08-20T01:56:06.971Z[ recovery-image] Aug 20 01:56:06.300 INFO O| Aug 20 01:56:06.300 INFO STEP 8 (remove_files) COMPLETE
52782026-08-20T01:56:06.971Z[ recovery-image] Aug 20 01:56:06.300 INFO O| Aug 20 01:56:06.300 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52792026-08-20T01:56:06.977Z[ recovery-image] Aug 20 01:56:06.309 INFO O| Aug 20 01:56:06.309 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52802026-08-20T01:56:07.024Z[ recovery-image] Aug 20 01:56:06.356 INFO O| Aug 20 01:56:06.356 INFO STEP 9 (remove_files) COMPLETE
52812026-08-20T01:56:07.024Z[ recovery-image] Aug 20 01:56:06.356 INFO O| Aug 20 01:56:06.356 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52822026-08-20T01:56:07.033Z[ recovery-image] Aug 20 01:56:06.365 INFO O| Aug 20 01:56:06.365 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
52832026-08-20T01:56:07.033Z[ recovery-image] Aug 20 01:56:06.365 INFO O| Aug 20 01:56:06.365 INFO STEP 10 (remove_files) COMPLETE
52842026-08-20T01:56:07.033Z[ recovery-image] Aug 20 01:56:06.365 INFO O| Aug 20 01:56:06.365 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52852026-08-20T01:56:07.047Z[ recovery-image] Aug 20 01:56:06.378 INFO O| Aug 20 01:56:06.378 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
52862026-08-20T01:56:07.059Z[ recovery-image] Aug 20 01:56:06.390 INFO O| Aug 20 01:56:06.390 INFO STEP 11 (remove_files) COMPLETE
52872026-08-20T01:56:07.059Z[ recovery-image] Aug 20 01:56:06.390 INFO O| Aug 20 01:56:06.390 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52882026-08-20T01:56:07.072Z[ recovery-image] Aug 20 01:56:06.404 INFO O| Aug 20 01:56:06.404 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
52892026-08-20T01:56:07.279Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
52902026-08-20T01:56:07.309Z[ recovery-image] Aug 20 01:56:06.640 INFO O| Aug 20 01:56:06.640 INFO STEP 12 (remove_files) COMPLETE
52912026-08-20T01:56:07.309Z[ recovery-image] Aug 20 01:56:06.641 INFO O| Aug 20 01:56:06.640 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52922026-08-20T01:56:07.322Z[ recovery-image] Aug 20 01:56:06.653 INFO O| Aug 20 01:56:06.653 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
52932026-08-20T01:56:07.343Z[ recovery-image] Aug 20 01:56:06.673 INFO O| Aug 20 01:56:06.673 INFO STEP 13 (remove_files) COMPLETE
52942026-08-20T01:56:07.343Z[ recovery-image] Aug 20 01:56:06.673 INFO O| Aug 20 01:56:06.673 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52952026-08-20T01:56:07.352Z[ recovery-image] Aug 20 01:56:06.684 INFO O| Aug 20 01:56:06.684 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
52962026-08-20T01:56:07.357Z[ recovery-image] Aug 20 01:56:06.689 INFO O| Aug 20 01:56:06.689 INFO STEP 14 (remove_files) COMPLETE
52972026-08-20T01:56:07.357Z[ recovery-image] Aug 20 01:56:06.689 INFO O| Aug 20 01:56:06.689 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52982026-08-20T01:56:07.368Z[ recovery-image] Aug 20 01:56:06.699 INFO O| Aug 20 01:56:06.699 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
52992026-08-20T01:56:07.372Z[ recovery-image] Aug 20 01:56:06.701 INFO O| Aug 20 01:56:06.701 INFO STEP 15 (remove_files) COMPLETE
53002026-08-20T01:56:07.372Z[ recovery-image] Aug 20 01:56:06.701 INFO O| Aug 20 01:56:06.701 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53012026-08-20T01:56:07.379Z[ recovery-image] Aug 20 01:56:06.711 INFO O| Aug 20 01:56:06.710 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53022026-08-20T01:56:07.382Z[ recovery-image] Aug 20 01:56:06.711 INFO O| Aug 20 01:56:06.711 INFO STEP 16 (remove_files) COMPLETE
53032026-08-20T01:56:07.382Z[ recovery-image] Aug 20 01:56:06.711 INFO O| Aug 20 01:56:06.711 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53042026-08-20T01:56:07.393Z[ recovery-image] Aug 20 01:56:06.725 INFO O| Aug 20 01:56:06.725 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53052026-08-20T01:56:07.445Z[ recovery-image] Aug 20 01:56:06.776 INFO O| Aug 20 01:56:06.776 INFO STEP 17 (remove_files) COMPLETE
53062026-08-20T01:56:07.445Z[ recovery-image] Aug 20 01:56:06.776 INFO O| Aug 20 01:56:06.776 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53072026-08-20T01:56:07.458Z[ recovery-image] Aug 20 01:56:06.789 INFO O| Aug 20 01:56:06.788 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53082026-08-20T01:56:07.461Z[ recovery-image] Aug 20 01:56:06.793 INFO O| Aug 20 01:56:06.793 INFO STEP 18 (remove_files) COMPLETE
53092026-08-20T01:56:07.461Z[ recovery-image] Aug 20 01:56:06.793 INFO O| Aug 20 01:56:06.793 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53102026-08-20T01:56:07.471Z[ recovery-image] Aug 20 01:56:06.803 INFO O| Aug 20 01:56:06.803 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53112026-08-20T01:56:07.474Z[ recovery-image] Aug 20 01:56:06.805 INFO O| Aug 20 01:56:06.805 INFO STEP 19 (remove_files) COMPLETE
53122026-08-20T01:56:07.474Z[ recovery-image] Aug 20 01:56:06.805 INFO O| Aug 20 01:56:06.805 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53132026-08-20T01:56:07.502Z[ recovery-image] Aug 20 01:56:06.830 INFO O| Aug 20 01:56:06.830 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53142026-08-20T01:56:07.573Z[ recovery-image] Aug 20 01:56:06.904 INFO O| Aug 20 01:56:06.904 INFO STEP 20 (remove_files) COMPLETE
53152026-08-20T01:56:07.573Z[ recovery-image] Aug 20 01:56:06.905 INFO O| Aug 20 01:56:06.904 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53162026-08-20T01:56:07.587Z[ recovery-image] Aug 20 01:56:06.918 INFO O| Aug 20 01:56:06.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53172026-08-20T01:56:07.590Z[ recovery-image] Aug 20 01:56:06.920 INFO O| Aug 20 01:56:06.920 INFO STEP 21 (remove_files) COMPLETE
53182026-08-20T01:56:07.590Z[ recovery-image] Aug 20 01:56:06.920 INFO O| Aug 20 01:56:06.920 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53192026-08-20T01:56:07.604Z[ recovery-image] Aug 20 01:56:06.935 INFO O| Aug 20 01:56:06.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53202026-08-20T01:56:07.607Z[ recovery-image] Aug 20 01:56:06.936 INFO O| Aug 20 01:56:06.936 INFO STEP 22 (remove_files) COMPLETE
53212026-08-20T01:56:07.607Z[ recovery-image] Aug 20 01:56:06.936 INFO O| Aug 20 01:56:06.936 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53222026-08-20T01:56:07.617Z[ recovery-image] Aug 20 01:56:06.947 INFO O| Aug 20 01:56:06.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53232026-08-20T01:56:07.619Z[ recovery-image] Aug 20 01:56:06.950 INFO O| Aug 20 01:56:06.950 INFO STEP 23 (remove_files) COMPLETE
53242026-08-20T01:56:07.620Z[ recovery-image] Aug 20 01:56:06.950 INFO O| Aug 20 01:56:06.950 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53252026-08-20T01:56:07.631Z[ recovery-image] Aug 20 01:56:06.963 INFO O| Aug 20 01:56:06.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53262026-08-20T01:56:07.634Z[ recovery-image] Aug 20 01:56:06.964 INFO O| Aug 20 01:56:06.964 INFO STEP 24 (remove_files) COMPLETE
53272026-08-20T01:56:07.634Z[ recovery-image] Aug 20 01:56:06.964 INFO O| Aug 20 01:56:06.964 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53282026-08-20T01:56:07.642Z[ recovery-image] Aug 20 01:56:06.974 INFO O| Aug 20 01:56:06.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53292026-08-20T01:56:07.645Z[ recovery-image] Aug 20 01:56:06.974 INFO O| Aug 20 01:56:06.974 INFO STEP 25 (remove_files) COMPLETE
53302026-08-20T01:56:07.645Z[ recovery-image] Aug 20 01:56:06.974 INFO O| Aug 20 01:56:06.974 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53312026-08-20T01:56:07.656Z[ recovery-image] Aug 20 01:56:06.988 INFO O| Aug 20 01:56:06.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53322026-08-20T01:56:07.656Z[ recovery-image] Aug 20 01:56:06.988 INFO O| Aug 20 01:56:06.988 INFO STEP 26 (remove_files) COMPLETE
53332026-08-20T01:56:07.656Z[ recovery-image] Aug 20 01:56:06.988 INFO O| Aug 20 01:56:06.988 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53342026-08-20T01:56:07.673Z[ recovery-image] Aug 20 01:56:07.004 INFO O| Aug 20 01:56:07.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53352026-08-20T01:56:07.673Z[ recovery-image] Aug 20 01:56:07.004 INFO O| Aug 20 01:56:07.004 INFO STEP 27 (remove_files) COMPLETE
53362026-08-20T01:56:07.673Z[ recovery-image] Aug 20 01:56:07.004 INFO O| Aug 20 01:56:07.004 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53372026-08-20T01:56:07.691Z[ recovery-image] Aug 20 01:56:07.020 INFO O| Aug 20 01:56:07.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53382026-08-20T01:56:07.691Z[ recovery-image] Aug 20 01:56:07.020 INFO O| Aug 20 01:56:07.020 INFO STEP 28 (remove_files) COMPLETE
53392026-08-20T01:56:07.691Z[ recovery-image] Aug 20 01:56:07.020 INFO O| Aug 20 01:56:07.020 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53402026-08-20T01:56:07.702Z[ recovery-image] Aug 20 01:56:07.033 INFO O| Aug 20 01:56:07.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53412026-08-20T01:56:07.702Z[ recovery-image] Aug 20 01:56:07.034 INFO O| Aug 20 01:56:07.034 INFO STEP 29 (remove_files) COMPLETE
53422026-08-20T01:56:07.705Z[ recovery-image] Aug 20 01:56:07.034 INFO O| Aug 20 01:56:07.034 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53432026-08-20T01:56:07.714Z[ recovery-image] Aug 20 01:56:07.046 INFO O| Aug 20 01:56:07.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53442026-08-20T01:56:07.717Z[ recovery-image] Aug 20 01:56:07.048 INFO O| Aug 20 01:56:07.047 INFO STEP 30 (remove_files) COMPLETE
53452026-08-20T01:56:07.717Z[ recovery-image] Aug 20 01:56:07.048 INFO O| Aug 20 01:56:07.047 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53462026-08-20T01:56:07.727Z[ recovery-image] Aug 20 01:56:07.059 INFO O| Aug 20 01:56:07.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53472026-08-20T01:56:07.727Z[ recovery-image] Aug 20 01:56:07.059 INFO O| Aug 20 01:56:07.059 INFO STEP 31 (remove_files) COMPLETE
53482026-08-20T01:56:07.727Z[ recovery-image] Aug 20 01:56:07.059 INFO O| Aug 20 01:56:07.059 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53492026-08-20T01:56:07.737Z[ recovery-image] Aug 20 01:56:07.069 INFO O| Aug 20 01:56:07.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53502026-08-20T01:56:07.741Z[ recovery-image] Aug 20 01:56:07.070 INFO O| Aug 20 01:56:07.070 INFO STEP 32 (remove_files) COMPLETE
53512026-08-20T01:56:07.741Z[ recovery-image] Aug 20 01:56:07.070 INFO O| Aug 20 01:56:07.070 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53522026-08-20T01:56:07.749Z[ recovery-image] Aug 20 01:56:07.081 INFO O| Aug 20 01:56:07.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53532026-08-20T01:56:07.752Z[ recovery-image] Aug 20 01:56:07.081 INFO O| Aug 20 01:56:07.081 INFO STEP 33 (remove_files) COMPLETE
53542026-08-20T01:56:07.752Z[ recovery-image] Aug 20 01:56:07.081 INFO O| Aug 20 01:56:07.081 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53552026-08-20T01:56:07.764Z[ recovery-image] Aug 20 01:56:07.091 INFO O| Aug 20 01:56:07.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53562026-08-20T01:56:07.764Z[ recovery-image] Aug 20 01:56:07.091 INFO O| Aug 20 01:56:07.091 INFO STEP 34 (remove_files) COMPLETE
53572026-08-20T01:56:07.764Z[ recovery-image] Aug 20 01:56:07.091 INFO O| Aug 20 01:56:07.091 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53582026-08-20T01:56:07.768Z[ recovery-image] Aug 20 01:56:07.099 INFO O| Aug 20 01:56:07.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53592026-08-20T01:56:07.772Z[ recovery-image] Aug 20 01:56:07.100 INFO O| Aug 20 01:56:07.100 INFO STEP 35 (remove_files) COMPLETE
53602026-08-20T01:56:07.772Z[ recovery-image] Aug 20 01:56:07.100 INFO O| Aug 20 01:56:07.100 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53612026-08-20T01:56:07.779Z[ recovery-image] Aug 20 01:56:07.111 INFO O| Aug 20 01:56:07.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53622026-08-20T01:56:07.779Z[ recovery-image] Aug 20 01:56:07.111 INFO O| Aug 20 01:56:07.111 INFO STEP 36 (remove_files) COMPLETE
53632026-08-20T01:56:07.779Z[ recovery-image] Aug 20 01:56:07.111 INFO O| Aug 20 01:56:07.111 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53642026-08-20T01:56:07.789Z[ recovery-image] Aug 20 01:56:07.121 INFO O| Aug 20 01:56:07.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53652026-08-20T01:56:07.789Z[ recovery-image] Aug 20 01:56:07.121 INFO O| Aug 20 01:56:07.121 INFO STEP 37 (remove_files) COMPLETE
53662026-08-20T01:56:07.790Z[ recovery-image] Aug 20 01:56:07.121 INFO O| Aug 20 01:56:07.121 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53672026-08-20T01:56:07.801Z[ recovery-image] Aug 20 01:56:07.133 INFO O| Aug 20 01:56:07.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53682026-08-20T01:56:07.801Z[ recovery-image] Aug 20 01:56:07.133 INFO O| Aug 20 01:56:07.133 INFO STEP 38 (remove_files) COMPLETE
53692026-08-20T01:56:07.804Z[ recovery-image] Aug 20 01:56:07.133 INFO O| Aug 20 01:56:07.133 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53702026-08-20T01:56:07.804Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53712026-08-20T01:56:07.812Z[ recovery-image] Aug 20 01:56:07.144 INFO O| Aug 20 01:56:07.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53722026-08-20T01:56:07.812Z[ recovery-image] Aug 20 01:56:07.144 INFO O| Aug 20 01:56:07.144 INFO STEP 39 (remove_files) COMPLETE
53732026-08-20T01:56:07.812Z[ recovery-image] Aug 20 01:56:07.144 INFO O| Aug 20 01:56:07.144 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-08-20T01:56:07.823Z[ recovery-image] Aug 20 01:56:07.154 INFO O| Aug 20 01:56:07.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53752026-08-20T01:56:07.823Z[ recovery-image] Aug 20 01:56:07.155 INFO O| Aug 20 01:56:07.155 INFO STEP 40 (remove_files) COMPLETE
53762026-08-20T01:56:07.823Z[ recovery-image] Aug 20 01:56:07.155 INFO O| Aug 20 01:56:07.155 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-08-20T01:56:07.835Z[ recovery-image] Aug 20 01:56:07.166 INFO O| Aug 20 01:56:07.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53782026-08-20T01:56:07.835Z[ recovery-image] Aug 20 01:56:07.166 INFO O| Aug 20 01:56:07.166 INFO STEP 41 (remove_files) COMPLETE
53792026-08-20T01:56:07.835Z[ recovery-image] Aug 20 01:56:07.166 INFO O| Aug 20 01:56:07.166 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-08-20T01:56:07.844Z[ recovery-image] Aug 20 01:56:07.175 INFO O| Aug 20 01:56:07.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
53812026-08-20T01:56:07.844Z[ recovery-image] Aug 20 01:56:07.175 INFO O| Aug 20 01:56:07.175 INFO STEP 42 (remove_files) COMPLETE
53822026-08-20T01:56:07.847Z[ recovery-image] Aug 20 01:56:07.175 INFO O| Aug 20 01:56:07.175 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-08-20T01:56:07.851Z[ recovery-image] Aug 20 01:56:07.183 INFO O| Aug 20 01:56:07.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
53842026-08-20T01:56:07.855Z[ recovery-image] Aug 20 01:56:07.184 INFO O| Aug 20 01:56:07.183 INFO STEP 43 (remove_files) COMPLETE
53852026-08-20T01:56:07.855Z[ recovery-image] Aug 20 01:56:07.184 INFO O| Aug 20 01:56:07.184 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-08-20T01:56:07.864Z[ recovery-image] Aug 20 01:56:07.195 INFO O| Aug 20 01:56:07.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
53872026-08-20T01:56:07.868Z[ recovery-image] Aug 20 01:56:07.196 INFO O| Aug 20 01:56:07.196 INFO STEP 44 (remove_files) COMPLETE
53882026-08-20T01:56:07.868Z[ recovery-image] Aug 20 01:56:07.196 INFO O| Aug 20 01:56:07.196 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-08-20T01:56:07.874Z[ recovery-image] Aug 20 01:56:07.206 INFO O| Aug 20 01:56:07.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
53902026-08-20T01:56:07.874Z[ recovery-image] Aug 20 01:56:07.206 INFO O| Aug 20 01:56:07.206 INFO STEP 45 (remove_files) COMPLETE
53912026-08-20T01:56:07.874Z[ recovery-image] Aug 20 01:56:07.206 INFO O| Aug 20 01:56:07.206 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-08-20T01:56:07.885Z[ recovery-image] Aug 20 01:56:07.215 INFO O| Aug 20 01:56:07.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
53932026-08-20T01:56:07.885Z[ recovery-image] Aug 20 01:56:07.215 INFO O| Aug 20 01:56:07.215 INFO STEP 46 (remove_files) COMPLETE
53942026-08-20T01:56:07.888Z[ recovery-image] Aug 20 01:56:07.215 INFO O| Aug 20 01:56:07.215 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-08-20T01:56:07.895Z[ recovery-image] Aug 20 01:56:07.227 INFO O| Aug 20 01:56:07.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
53962026-08-20T01:56:07.895Z[ recovery-image] Aug 20 01:56:07.227 INFO O| Aug 20 01:56:07.227 INFO STEP 47 (remove_files) COMPLETE
53972026-08-20T01:56:07.898Z[ recovery-image] Aug 20 01:56:07.227 INFO O| Aug 20 01:56:07.227 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-08-20T01:56:07.906Z[ recovery-image] Aug 20 01:56:07.237 INFO O| Aug 20 01:56:07.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
53992026-08-20T01:56:07.906Z[ recovery-image] Aug 20 01:56:07.237 INFO O| Aug 20 01:56:07.237 INFO STEP 48 (remove_files) COMPLETE
54002026-08-20T01:56:07.906Z[ recovery-image] Aug 20 01:56:07.237 INFO O| Aug 20 01:56:07.237 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-08-20T01:56:07.916Z[ recovery-image] Aug 20 01:56:07.248 INFO O| Aug 20 01:56:07.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54022026-08-20T01:56:07.916Z[ recovery-image] Aug 20 01:56:07.248 INFO O| Aug 20 01:56:07.248 INFO STEP 49 (remove_files) COMPLETE
54032026-08-20T01:56:07.916Z[ recovery-image] Aug 20 01:56:07.248 INFO O| Aug 20 01:56:07.248 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-08-20T01:56:07.926Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
54052026-08-20T01:56:07.932Z[ recovery-image] Aug 20 01:56:07.259 INFO O| Aug 20 01:56:07.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54062026-08-20T01:56:07.933Z[ recovery-image] Aug 20 01:56:07.259 INFO O| Aug 20 01:56:07.259 INFO STEP 50 (remove_files) COMPLETE
54072026-08-20T01:56:07.933Z[ recovery-image] Aug 20 01:56:07.259 INFO O| Aug 20 01:56:07.259 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54082026-08-20T01:56:07.972Z[ recovery-image] Aug 20 01:56:07.269 INFO O| Aug 20 01:56:07.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54092026-08-20T01:56:07.972Z[ recovery-image] Aug 20 01:56:07.269 INFO O| Aug 20 01:56:07.269 INFO STEP 51 (remove_files) COMPLETE
54102026-08-20T01:56:07.972Z[ recovery-image] Aug 20 01:56:07.270 INFO O| Aug 20 01:56:07.270 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54112026-08-20T01:56:07.973Z[ recovery-image] Aug 20 01:56:07.280 INFO O| Aug 20 01:56:07.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54122026-08-20T01:56:07.973Z[ recovery-image] Aug 20 01:56:07.280 INFO O| Aug 20 01:56:07.280 INFO STEP 52 (remove_files) COMPLETE
54132026-08-20T01:56:07.973Z[ recovery-image] Aug 20 01:56:07.280 INFO O| Aug 20 01:56:07.280 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-08-20T01:56:07.973Z[ recovery-image] Aug 20 01:56:07.290 INFO O| Aug 20 01:56:07.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54152026-08-20T01:56:07.973Z[ recovery-image] Aug 20 01:56:07.290 INFO O| Aug 20 01:56:07.290 INFO STEP 53 (remove_files) COMPLETE
54162026-08-20T01:56:07.973Z[ recovery-image] Aug 20 01:56:07.290 INFO O| Aug 20 01:56:07.290 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-08-20T01:56:07.976Z[ recovery-image] Aug 20 01:56:07.304 INFO O| Aug 20 01:56:07.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54182026-08-20T01:56:07.976Z[ recovery-image] Aug 20 01:56:07.304 INFO O| Aug 20 01:56:07.304 INFO STEP 54 (remove_files) COMPLETE
54192026-08-20T01:56:07.976Z[ recovery-image] Aug 20 01:56:07.304 INFO O| Aug 20 01:56:07.304 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-08-20T01:56:07.986Z[ recovery-image] Aug 20 01:56:07.314 INFO O| Aug 20 01:56:07.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54212026-08-20T01:56:07.987Z[ recovery-image] Aug 20 01:56:07.314 INFO O| Aug 20 01:56:07.314 INFO STEP 55 (remove_files) COMPLETE
54222026-08-20T01:56:07.987Z[ recovery-image] Aug 20 01:56:07.314 INFO O| Aug 20 01:56:07.314 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-08-20T01:56:07.993Z[ recovery-image] Aug 20 01:56:07.324 INFO O| Aug 20 01:56:07.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54242026-08-20T01:56:07.993Z[ recovery-image] Aug 20 01:56:07.324 INFO O| Aug 20 01:56:07.324 INFO STEP 56 (remove_files) COMPLETE
54252026-08-20T01:56:07.993Z[ recovery-image] Aug 20 01:56:07.324 INFO O| Aug 20 01:56:07.324 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-08-20T01:56:08.018Z[ recovery-image] Aug 20 01:56:07.334 INFO O| Aug 20 01:56:07.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54272026-08-20T01:56:08.022Z[ recovery-image] Aug 20 01:56:07.334 INFO O| Aug 20 01:56:07.334 INFO STEP 57 (remove_files) COMPLETE
54282026-08-20T01:56:08.022Z[ recovery-image] Aug 20 01:56:07.334 INFO O| Aug 20 01:56:07.334 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-08-20T01:56:08.022Z[ recovery-image] Aug 20 01:56:07.344 INFO O| Aug 20 01:56:07.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54302026-08-20T01:56:08.022Z[ recovery-image] Aug 20 01:56:07.344 INFO O| Aug 20 01:56:07.344 INFO STEP 58 (remove_files) COMPLETE
54312026-08-20T01:56:08.022Z[ recovery-image] Aug 20 01:56:07.344 INFO O| Aug 20 01:56:07.344 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-08-20T01:56:08.040Z[ recovery-image] Aug 20 01:56:07.354 INFO O| Aug 20 01:56:07.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54332026-08-20T01:56:08.040Z[ recovery-image] Aug 20 01:56:07.355 INFO O| Aug 20 01:56:07.354 INFO STEP 59 (remove_files) COMPLETE
54342026-08-20T01:56:08.040Z[ recovery-image] Aug 20 01:56:07.355 INFO O| Aug 20 01:56:07.355 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-08-20T01:56:08.046Z[ recovery-image] Aug 20 01:56:07.364 INFO O| Aug 20 01:56:07.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54362026-08-20T01:56:08.046Z[ recovery-image] Aug 20 01:56:07.364 INFO O| Aug 20 01:56:07.364 INFO STEP 60 (remove_files) COMPLETE
54372026-08-20T01:56:08.046Z[ recovery-image] Aug 20 01:56:07.364 INFO O| Aug 20 01:56:07.364 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54382026-08-20T01:56:08.046Z[ recovery-image] Aug 20 01:56:07.373 INFO O| Aug 20 01:56:07.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54392026-08-20T01:56:08.046Z[ recovery-image] Aug 20 01:56:07.374 INFO O| Aug 20 01:56:07.374 INFO STEP 61 (remove_files) COMPLETE
54402026-08-20T01:56:08.046Z[ recovery-image] Aug 20 01:56:07.374 INFO O| Aug 20 01:56:07.374 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54412026-08-20T01:56:08.051Z[ recovery-image] Aug 20 01:56:07.383 INFO O| Aug 20 01:56:07.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54422026-08-20T01:56:08.051Z[ recovery-image] Aug 20 01:56:07.383 INFO O| Aug 20 01:56:07.383 INFO STEP 62 (remove_files) COMPLETE
54432026-08-20T01:56:08.051Z[ recovery-image] Aug 20 01:56:07.383 INFO O| Aug 20 01:56:07.383 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54442026-08-20T01:56:08.062Z[ recovery-image] Aug 20 01:56:07.392 INFO O| Aug 20 01:56:07.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54452026-08-20T01:56:08.062Z[ recovery-image] Aug 20 01:56:07.392 INFO O| Aug 20 01:56:07.392 INFO STEP 63 (remove_files) COMPLETE
54462026-08-20T01:56:08.063Z[ recovery-image] Aug 20 01:56:07.393 INFO O| Aug 20 01:56:07.392 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54472026-08-20T01:56:08.072Z[ recovery-image] Aug 20 01:56:07.402 INFO O| Aug 20 01:56:07.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54482026-08-20T01:56:08.076Z[ recovery-image] Aug 20 01:56:07.403 INFO O| Aug 20 01:56:07.403 INFO STEP 64 (remove_files) COMPLETE
54492026-08-20T01:56:08.076Z[ recovery-image] Aug 20 01:56:07.403 INFO O| Aug 20 01:56:07.403 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54502026-08-20T01:56:08.082Z[ recovery-image] Aug 20 01:56:07.413 INFO O| Aug 20 01:56:07.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54512026-08-20T01:56:08.083Z[ recovery-image] Aug 20 01:56:07.413 INFO O| Aug 20 01:56:07.413 INFO STEP 65 (remove_files) COMPLETE
54522026-08-20T01:56:08.086Z[ recovery-image] Aug 20 01:56:07.413 INFO O| Aug 20 01:56:07.413 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54532026-08-20T01:56:08.092Z[ recovery-image] Aug 20 01:56:07.422 INFO O| Aug 20 01:56:07.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54542026-08-20T01:56:08.092Z[ recovery-image] Aug 20 01:56:07.422 INFO O| Aug 20 01:56:07.422 INFO STEP 66 (remove_files) COMPLETE
54552026-08-20T01:56:08.092Z[ recovery-image] Aug 20 01:56:07.422 INFO O| Aug 20 01:56:07.422 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54562026-08-20T01:56:08.101Z[ recovery-image] Aug 20 01:56:07.432 INFO O| Aug 20 01:56:07.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54572026-08-20T01:56:08.101Z[ recovery-image] Aug 20 01:56:07.432 INFO O| Aug 20 01:56:07.432 INFO STEP 67 (remove_files) COMPLETE
54582026-08-20T01:56:08.101Z[ recovery-image] Aug 20 01:56:07.432 INFO O| Aug 20 01:56:07.432 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54592026-08-20T01:56:08.109Z[ recovery-image] Aug 20 01:56:07.441 INFO O| Aug 20 01:56:07.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54602026-08-20T01:56:08.109Z[ recovery-image] Aug 20 01:56:07.441 INFO O| Aug 20 01:56:07.441 INFO STEP 68 (remove_files) COMPLETE
54612026-08-20T01:56:08.117Z[ recovery-image] Aug 20 01:56:07.441 INFO O| Aug 20 01:56:07.441 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54622026-08-20T01:56:08.120Z[ recovery-image] Aug 20 01:56:07.449 INFO O| Aug 20 01:56:07.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54632026-08-20T01:56:08.120Z[ recovery-image] Aug 20 01:56:07.449 INFO O| Aug 20 01:56:07.449 INFO STEP 69 (remove_files) COMPLETE
54642026-08-20T01:56:08.120Z[ recovery-image] Aug 20 01:56:07.449 INFO O| Aug 20 01:56:07.449 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54652026-08-20T01:56:08.127Z[ recovery-image] Aug 20 01:56:07.459 INFO O| Aug 20 01:56:07.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54662026-08-20T01:56:08.127Z[ recovery-image] Aug 20 01:56:07.459 INFO O| Aug 20 01:56:07.459 INFO STEP 70 (remove_files) COMPLETE
54672026-08-20T01:56:08.127Z[ recovery-image] Aug 20 01:56:07.459 INFO O| Aug 20 01:56:07.459 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54682026-08-20T01:56:08.137Z[ recovery-image] Aug 20 01:56:07.469 INFO O| Aug 20 01:56:07.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54692026-08-20T01:56:08.137Z[ recovery-image] Aug 20 01:56:07.469 INFO O| Aug 20 01:56:07.469 INFO STEP 71 (remove_files) COMPLETE
54702026-08-20T01:56:08.137Z[ recovery-image] Aug 20 01:56:07.469 INFO O| Aug 20 01:56:07.469 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54712026-08-20T01:56:08.151Z[ recovery-image] Aug 20 01:56:07.480 INFO O| Aug 20 01:56:07.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54722026-08-20T01:56:08.151Z[ recovery-image] Aug 20 01:56:07.480 INFO O| Aug 20 01:56:07.480 INFO STEP 72 (remove_files) COMPLETE
54732026-08-20T01:56:08.155Z[ recovery-image] Aug 20 01:56:07.480 INFO O| Aug 20 01:56:07.480 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54742026-08-20T01:56:08.158Z[ recovery-image] Aug 20 01:56:07.489 INFO O| Aug 20 01:56:07.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54752026-08-20T01:56:08.158Z[ recovery-image] Aug 20 01:56:07.489 INFO O| Aug 20 01:56:07.489 INFO STEP 73 (remove_files) COMPLETE
54762026-08-20T01:56:08.158Z[ recovery-image] Aug 20 01:56:07.489 INFO O| Aug 20 01:56:07.489 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54772026-08-20T01:56:08.166Z[ recovery-image] Aug 20 01:56:07.497 INFO O| Aug 20 01:56:07.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54782026-08-20T01:56:08.166Z[ recovery-image] Aug 20 01:56:07.498 INFO O| Aug 20 01:56:07.498 INFO STEP 74 (remove_files) COMPLETE
54792026-08-20T01:56:08.166Z[ recovery-image] Aug 20 01:56:07.498 INFO O| Aug 20 01:56:07.498 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54802026-08-20T01:56:08.171Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
54812026-08-20T01:56:08.175Z[ recovery-image] Aug 20 01:56:07.506 INFO O| Aug 20 01:56:07.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
54822026-08-20T01:56:08.175Z[ recovery-image] Aug 20 01:56:07.507 INFO O| Aug 20 01:56:07.507 INFO STEP 75 (remove_files) COMPLETE
54832026-08-20T01:56:08.175Z[ recovery-image] Aug 20 01:56:07.507 INFO O| Aug 20 01:56:07.507 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54842026-08-20T01:56:08.185Z[ recovery-image] Aug 20 01:56:07.516 INFO O| Aug 20 01:56:07.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
54852026-08-20T01:56:08.185Z[ recovery-image] Aug 20 01:56:07.516 INFO O| Aug 20 01:56:07.516 INFO STEP 76 (remove_files) COMPLETE
54862026-08-20T01:56:08.185Z[ recovery-image] Aug 20 01:56:07.516 INFO O| Aug 20 01:56:07.516 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54872026-08-20T01:56:08.193Z[ recovery-image] Aug 20 01:56:07.525 INFO O| Aug 20 01:56:07.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
54882026-08-20T01:56:08.193Z[ recovery-image] Aug 20 01:56:07.525 INFO O| Aug 20 01:56:07.525 INFO STEP 77 (remove_files) COMPLETE
54892026-08-20T01:56:08.193Z[ recovery-image] Aug 20 01:56:07.525 INFO O| Aug 20 01:56:07.525 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54902026-08-20T01:56:08.204Z[ recovery-image] Aug 20 01:56:07.535 INFO O| Aug 20 01:56:07.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
54912026-08-20T01:56:08.204Z[ recovery-image] Aug 20 01:56:07.535 INFO O| Aug 20 01:56:07.535 INFO STEP 78 (remove_files) COMPLETE
54922026-08-20T01:56:08.209Z[ recovery-image] Aug 20 01:56:07.535 INFO O| Aug 20 01:56:07.535 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54932026-08-20T01:56:08.214Z[ recovery-image] Aug 20 01:56:07.545 INFO O| Aug 20 01:56:07.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
54942026-08-20T01:56:08.214Z[ recovery-image] Aug 20 01:56:07.545 INFO O| Aug 20 01:56:07.545 INFO STEP 79 (remove_files) COMPLETE
54952026-08-20T01:56:08.214Z[ recovery-image] Aug 20 01:56:07.545 INFO O| Aug 20 01:56:07.545 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54962026-08-20T01:56:08.223Z[ recovery-image] Aug 20 01:56:07.555 INFO O| Aug 20 01:56:07.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
54972026-08-20T01:56:08.223Z[ recovery-image] Aug 20 01:56:07.555 INFO O| Aug 20 01:56:07.555 INFO STEP 80 (remove_files) COMPLETE
54982026-08-20T01:56:08.223Z[ recovery-image] Aug 20 01:56:07.555 INFO O| Aug 20 01:56:07.555 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54992026-08-20T01:56:08.235Z[ recovery-image] Aug 20 01:56:07.565 INFO O| Aug 20 01:56:07.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55002026-08-20T01:56:08.235Z[ recovery-image] Aug 20 01:56:07.565 INFO O| Aug 20 01:56:07.565 INFO STEP 81 (remove_files) COMPLETE
55012026-08-20T01:56:08.235Z[ recovery-image] Aug 20 01:56:07.565 INFO O| Aug 20 01:56:07.565 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55022026-08-20T01:56:08.244Z[ recovery-image] Aug 20 01:56:07.575 INFO O| Aug 20 01:56:07.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55032026-08-20T01:56:08.244Z[ recovery-image] Aug 20 01:56:07.575 INFO O| Aug 20 01:56:07.575 INFO STEP 82 (remove_files) COMPLETE
55042026-08-20T01:56:08.244Z[ recovery-image] Aug 20 01:56:07.575 INFO O| Aug 20 01:56:07.575 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55052026-08-20T01:56:08.254Z[ recovery-image] Aug 20 01:56:07.586 INFO O| Aug 20 01:56:07.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55062026-08-20T01:56:08.258Z[ recovery-image] Aug 20 01:56:07.586 INFO O| Aug 20 01:56:07.586 INFO STEP 83 (remove_files) COMPLETE
55072026-08-20T01:56:08.258Z[ recovery-image] Aug 20 01:56:07.586 INFO O| Aug 20 01:56:07.586 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55082026-08-20T01:56:08.264Z[ recovery-image] Aug 20 01:56:07.596 INFO O| Aug 20 01:56:07.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55092026-08-20T01:56:08.267Z[ recovery-image] Aug 20 01:56:07.597 INFO O| Aug 20 01:56:07.597 INFO STEP 84 (remove_files) COMPLETE
55102026-08-20T01:56:08.267Z[ recovery-image] Aug 20 01:56:07.597 INFO O| Aug 20 01:56:07.597 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55112026-08-20T01:56:08.278Z[ recovery-image] Aug 20 01:56:07.607 INFO O| Aug 20 01:56:07.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55122026-08-20T01:56:08.278Z[ recovery-image] Aug 20 01:56:07.607 INFO O| Aug 20 01:56:07.607 INFO STEP 85 (remove_files) COMPLETE
55132026-08-20T01:56:08.281Z[ recovery-image] Aug 20 01:56:07.607 INFO O| Aug 20 01:56:07.607 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55142026-08-20T01:56:08.285Z[ recovery-image] Aug 20 01:56:07.617 INFO O| Aug 20 01:56:07.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55152026-08-20T01:56:08.285Z[ recovery-image] Aug 20 01:56:07.617 INFO O| Aug 20 01:56:07.617 INFO STEP 86 (remove_files) COMPLETE
55162026-08-20T01:56:08.285Z[ recovery-image] Aug 20 01:56:07.617 INFO O| Aug 20 01:56:07.617 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55172026-08-20T01:56:08.294Z[ recovery-image] Aug 20 01:56:07.626 INFO O| Aug 20 01:56:07.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55182026-08-20T01:56:08.294Z[ recovery-image] Aug 20 01:56:07.626 INFO O| Aug 20 01:56:07.626 INFO STEP 87 (remove_files) COMPLETE
55192026-08-20T01:56:08.299Z[ recovery-image] Aug 20 01:56:07.626 INFO O| Aug 20 01:56:07.626 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55202026-08-20T01:56:08.303Z[ recovery-image] Aug 20 01:56:07.635 INFO O| Aug 20 01:56:07.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55212026-08-20T01:56:08.303Z[ recovery-image] Aug 20 01:56:07.635 INFO O| Aug 20 01:56:07.635 INFO STEP 88 (remove_files) COMPLETE
55222026-08-20T01:56:08.303Z[ recovery-image] Aug 20 01:56:07.635 INFO O| Aug 20 01:56:07.635 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55232026-08-20T01:56:08.314Z[ recovery-image] Aug 20 01:56:07.645 INFO O| Aug 20 01:56:07.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55242026-08-20T01:56:08.314Z[ recovery-image] Aug 20 01:56:07.645 INFO O| Aug 20 01:56:07.645 INFO STEP 89 (remove_files) COMPLETE
55252026-08-20T01:56:08.314Z[ recovery-image] Aug 20 01:56:07.645 INFO O| Aug 20 01:56:07.645 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55262026-08-20T01:56:08.324Z[ recovery-image] Aug 20 01:56:07.655 INFO O| Aug 20 01:56:07.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55272026-08-20T01:56:08.324Z[ recovery-image] Aug 20 01:56:07.655 INFO O| Aug 20 01:56:07.655 INFO STEP 90 (remove_files) COMPLETE
55282026-08-20T01:56:08.324Z[ recovery-image] Aug 20 01:56:07.655 INFO O| Aug 20 01:56:07.655 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55292026-08-20T01:56:08.333Z[ recovery-image] Aug 20 01:56:07.665 INFO O| Aug 20 01:56:07.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55302026-08-20T01:56:08.333Z[ recovery-image] Aug 20 01:56:07.665 INFO O| Aug 20 01:56:07.665 INFO STEP 91 (remove_files) COMPLETE
55312026-08-20T01:56:08.336Z[ recovery-image] Aug 20 01:56:07.665 INFO O| Aug 20 01:56:07.665 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55322026-08-20T01:56:08.343Z[ recovery-image] Aug 20 01:56:07.674 INFO O| Aug 20 01:56:07.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55332026-08-20T01:56:08.343Z[ recovery-image] Aug 20 01:56:07.674 INFO O| Aug 20 01:56:07.674 INFO STEP 92 (remove_files) COMPLETE
55342026-08-20T01:56:08.343Z[ recovery-image] Aug 20 01:56:07.674 INFO O| Aug 20 01:56:07.674 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55352026-08-20T01:56:08.352Z[ recovery-image] Aug 20 01:56:07.684 INFO O| Aug 20 01:56:07.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55362026-08-20T01:56:08.356Z[ recovery-image] Aug 20 01:56:07.685 INFO O| Aug 20 01:56:07.685 INFO STEP 93 (remove_files) COMPLETE
55372026-08-20T01:56:08.356Z[ recovery-image] Aug 20 01:56:07.685 INFO O| Aug 20 01:56:07.685 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55382026-08-20T01:56:08.365Z[ recovery-image] Aug 20 01:56:07.695 INFO O| Aug 20 01:56:07.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55392026-08-20T01:56:08.365Z[ recovery-image] Aug 20 01:56:07.695 INFO O| Aug 20 01:56:07.695 INFO STEP 94 (remove_files) COMPLETE
55402026-08-20T01:56:08.365Z[ recovery-image] Aug 20 01:56:07.695 INFO O| Aug 20 01:56:07.695 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55412026-08-20T01:56:08.374Z[ recovery-image] Aug 20 01:56:07.705 INFO O| Aug 20 01:56:07.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55422026-08-20T01:56:08.374Z[ recovery-image] Aug 20 01:56:07.705 INFO O| Aug 20 01:56:07.705 INFO STEP 95 (remove_files) COMPLETE
55432026-08-20T01:56:08.374Z[ recovery-image] Aug 20 01:56:07.705 INFO O| Aug 20 01:56:07.705 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55442026-08-20T01:56:08.382Z[ recovery-image] Aug 20 01:56:07.714 INFO O| Aug 20 01:56:07.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55452026-08-20T01:56:08.382Z[ recovery-image] Aug 20 01:56:07.714 INFO O| Aug 20 01:56:07.714 INFO STEP 96 (remove_files) COMPLETE
55462026-08-20T01:56:08.382Z[ recovery-image] Aug 20 01:56:07.714 INFO O| Aug 20 01:56:07.714 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55472026-08-20T01:56:08.392Z[ recovery-image] Aug 20 01:56:07.723 INFO O| Aug 20 01:56:07.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55482026-08-20T01:56:08.393Z[ recovery-image] Aug 20 01:56:07.723 INFO O| Aug 20 01:56:07.723 INFO STEP 97 (remove_files) COMPLETE
55492026-08-20T01:56:08.396Z[ recovery-image] Aug 20 01:56:07.723 INFO O| Aug 20 01:56:07.723 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55502026-08-20T01:56:08.402Z[ recovery-image] Aug 20 01:56:07.734 INFO O| Aug 20 01:56:07.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55512026-08-20T01:56:08.402Z[ recovery-image] Aug 20 01:56:07.734 INFO O| Aug 20 01:56:07.734 INFO STEP 98 (remove_files) COMPLETE
55522026-08-20T01:56:08.406Z[ recovery-image] Aug 20 01:56:07.734 INFO O| Aug 20 01:56:07.734 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55532026-08-20T01:56:08.413Z[ recovery-image] Aug 20 01:56:07.745 INFO O| Aug 20 01:56:07.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55542026-08-20T01:56:08.413Z[ recovery-image] Aug 20 01:56:07.745 INFO O| Aug 20 01:56:07.745 INFO STEP 99 (remove_files) COMPLETE
55552026-08-20T01:56:08.416Z[ recovery-image] Aug 20 01:56:07.745 INFO O| Aug 20 01:56:07.745 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55562026-08-20T01:56:08.425Z[ recovery-image] Aug 20 01:56:07.757 INFO O| Aug 20 01:56:07.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55572026-08-20T01:56:08.425Z[ recovery-image] Aug 20 01:56:07.757 INFO O| Aug 20 01:56:07.757 INFO STEP 100 (remove_files) COMPLETE
55582026-08-20T01:56:08.425Z[ recovery-image] Aug 20 01:56:07.757 INFO O| Aug 20 01:56:07.757 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55592026-08-20T01:56:08.436Z[ recovery-image] Aug 20 01:56:07.767 INFO O| Aug 20 01:56:07.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55602026-08-20T01:56:08.436Z[ recovery-image] Aug 20 01:56:07.767 INFO O| Aug 20 01:56:07.767 INFO STEP 101 (remove_files) COMPLETE
55612026-08-20T01:56:08.441Z[ recovery-image] Aug 20 01:56:07.767 INFO O| Aug 20 01:56:07.767 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55622026-08-20T01:56:08.446Z[ recovery-image] Aug 20 01:56:07.777 INFO O| Aug 20 01:56:07.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55632026-08-20T01:56:08.446Z[ recovery-image] Aug 20 01:56:07.777 INFO O| Aug 20 01:56:07.777 INFO STEP 102 (remove_files) COMPLETE
55642026-08-20T01:56:08.446Z[ recovery-image] Aug 20 01:56:07.777 INFO O| Aug 20 01:56:07.777 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55652026-08-20T01:56:08.457Z[ recovery-image] Aug 20 01:56:07.789 INFO O| Aug 20 01:56:07.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55662026-08-20T01:56:08.457Z[ recovery-image] Aug 20 01:56:07.789 INFO O| Aug 20 01:56:07.789 INFO STEP 103 (remove_files) COMPLETE
55672026-08-20T01:56:08.457Z[ recovery-image] Aug 20 01:56:07.789 INFO O| Aug 20 01:56:07.789 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55682026-08-20T01:56:08.466Z[ recovery-image] Aug 20 01:56:07.798 INFO O| Aug 20 01:56:07.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55692026-08-20T01:56:08.466Z[ recovery-image] Aug 20 01:56:07.798 INFO O| Aug 20 01:56:07.798 INFO STEP 104 (remove_files) COMPLETE
55702026-08-20T01:56:08.466Z[ recovery-image] Aug 20 01:56:07.798 INFO O| Aug 20 01:56:07.798 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-08-20T01:56:08.476Z[ recovery-image] Aug 20 01:56:07.806 INFO O| Aug 20 01:56:07.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55722026-08-20T01:56:08.476Z[ recovery-image] Aug 20 01:56:07.807 INFO O| Aug 20 01:56:07.807 INFO STEP 105 (remove_files) COMPLETE
55732026-08-20T01:56:08.500Z[ recovery-image] Aug 20 01:56:07.807 INFO O| Aug 20 01:56:07.807 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55742026-08-20T01:56:08.503Z[ recovery-image] Aug 20 01:56:07.817 INFO O| Aug 20 01:56:07.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55752026-08-20T01:56:08.503Z[ recovery-image] Aug 20 01:56:07.817 INFO O| Aug 20 01:56:07.817 INFO STEP 106 (remove_files) COMPLETE
55762026-08-20T01:56:08.503Z[ recovery-image] Aug 20 01:56:07.817 INFO O| Aug 20 01:56:07.817 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-08-20T01:56:08.503Z[ recovery-image] Aug 20 01:56:07.827 INFO O| Aug 20 01:56:07.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55782026-08-20T01:56:08.503Z[ recovery-image] Aug 20 01:56:07.827 INFO O| Aug 20 01:56:07.827 INFO STEP 107 (remove_files) COMPLETE
55792026-08-20T01:56:08.503Z[ recovery-image] Aug 20 01:56:07.827 INFO O| Aug 20 01:56:07.827 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-08-20T01:56:08.507Z[ recovery-image] Aug 20 01:56:07.838 INFO O| Aug 20 01:56:07.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55812026-08-20T01:56:08.507Z[ recovery-image] Aug 20 01:56:07.838 INFO O| Aug 20 01:56:07.838 INFO STEP 108 (remove_files) COMPLETE
55822026-08-20T01:56:08.507Z[ recovery-image] Aug 20 01:56:07.838 INFO O| Aug 20 01:56:07.838 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-08-20T01:56:08.517Z[ recovery-image] Aug 20 01:56:07.849 INFO O| Aug 20 01:56:07.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
55842026-08-20T01:56:08.518Z[ recovery-image] Aug 20 01:56:07.849 INFO O| Aug 20 01:56:07.849 INFO STEP 109 (remove_files) COMPLETE
55852026-08-20T01:56:08.518Z[ recovery-image] Aug 20 01:56:07.849 INFO O| Aug 20 01:56:07.849 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-08-20T01:56:08.529Z[ recovery-image] Aug 20 01:56:07.859 INFO O| Aug 20 01:56:07.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
55872026-08-20T01:56:08.529Z[ recovery-image] Aug 20 01:56:07.859 INFO O| Aug 20 01:56:07.859 INFO STEP 110 (remove_files) COMPLETE
55882026-08-20T01:56:08.529Z[ recovery-image] Aug 20 01:56:07.859 INFO O| Aug 20 01:56:07.859 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-08-20T01:56:08.537Z[ recovery-image] Aug 20 01:56:07.869 INFO O| Aug 20 01:56:07.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
55902026-08-20T01:56:08.537Z[ recovery-image] Aug 20 01:56:07.869 INFO O| Aug 20 01:56:07.869 INFO STEP 111 (remove_files) COMPLETE
55912026-08-20T01:56:08.537Z[ recovery-image] Aug 20 01:56:07.869 INFO O| Aug 20 01:56:07.869 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55922026-08-20T01:56:08.548Z[ recovery-image] Aug 20 01:56:07.879 INFO O| Aug 20 01:56:07.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
55932026-08-20T01:56:08.548Z[ recovery-image] Aug 20 01:56:07.879 INFO O| Aug 20 01:56:07.879 INFO STEP 112 (remove_files) COMPLETE
55942026-08-20T01:56:08.548Z[ recovery-image] Aug 20 01:56:07.879 INFO O| Aug 20 01:56:07.879 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55952026-08-20T01:56:08.556Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
55962026-08-20T01:56:08.563Z[ recovery-image] Aug 20 01:56:07.889 INFO O| Aug 20 01:56:07.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
55972026-08-20T01:56:08.563Z[ recovery-image] Aug 20 01:56:07.890 INFO O| Aug 20 01:56:07.890 INFO STEP 113 (remove_files) COMPLETE
55982026-08-20T01:56:08.563Z[ recovery-image] Aug 20 01:56:07.890 INFO O| Aug 20 01:56:07.890 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-08-20T01:56:08.568Z[ recovery-image] Aug 20 01:56:07.900 INFO O| Aug 20 01:56:07.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56002026-08-20T01:56:08.572Z[ recovery-image] Aug 20 01:56:07.900 INFO O| Aug 20 01:56:07.900 INFO STEP 114 (remove_files) COMPLETE
56012026-08-20T01:56:08.572Z[ recovery-image] Aug 20 01:56:07.900 INFO O| Aug 20 01:56:07.900 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-08-20T01:56:08.580Z[ recovery-image] Aug 20 01:56:07.912 INFO O| Aug 20 01:56:07.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56032026-08-20T01:56:08.584Z[ recovery-image] Aug 20 01:56:07.914 INFO O| Aug 20 01:56:07.914 INFO STEP 115 (remove_files) COMPLETE
56042026-08-20T01:56:08.584Z[ recovery-image] Aug 20 01:56:07.914 INFO O| Aug 20 01:56:07.914 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-08-20T01:56:08.594Z[ recovery-image] Aug 20 01:56:07.925 INFO O| Aug 20 01:56:07.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56062026-08-20T01:56:08.597Z[ recovery-image] Aug 20 01:56:07.926 INFO O| Aug 20 01:56:07.926 INFO STEP 116 (remove_files) COMPLETE
56072026-08-20T01:56:08.597Z[ recovery-image] Aug 20 01:56:07.926 INFO O| Aug 20 01:56:07.926 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-08-20T01:56:08.605Z[ recovery-image] Aug 20 01:56:07.936 INFO O| Aug 20 01:56:07.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56092026-08-20T01:56:08.605Z[ recovery-image] Aug 20 01:56:07.936 INFO O| Aug 20 01:56:07.936 INFO STEP 117 (remove_files) COMPLETE
56102026-08-20T01:56:08.608Z[ recovery-image] Aug 20 01:56:07.936 INFO O| Aug 20 01:56:07.936 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-08-20T01:56:08.615Z[ recovery-image] Aug 20 01:56:07.947 INFO O| Aug 20 01:56:07.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56122026-08-20T01:56:08.615Z[ recovery-image] Aug 20 01:56:07.947 INFO O| Aug 20 01:56:07.947 INFO STEP 118 (remove_files) COMPLETE
56132026-08-20T01:56:08.618Z[ recovery-image] Aug 20 01:56:07.947 INFO O| Aug 20 01:56:07.947 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-08-20T01:56:08.624Z[ recovery-image] Aug 20 01:56:07.955 INFO O| Aug 20 01:56:07.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56152026-08-20T01:56:08.624Z[ recovery-image] Aug 20 01:56:07.955 INFO O| Aug 20 01:56:07.955 INFO STEP 119 (remove_files) COMPLETE
56162026-08-20T01:56:08.624Z[ recovery-image] Aug 20 01:56:07.955 INFO O| Aug 20 01:56:07.955 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-08-20T01:56:08.635Z[ recovery-image] Aug 20 01:56:07.966 INFO O| Aug 20 01:56:07.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56182026-08-20T01:56:08.635Z[ recovery-image] Aug 20 01:56:07.966 INFO O| Aug 20 01:56:07.966 INFO STEP 120 (remove_files) COMPLETE
56192026-08-20T01:56:08.635Z[ recovery-image] Aug 20 01:56:07.966 INFO O| Aug 20 01:56:07.966 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-08-20T01:56:08.645Z[ recovery-image] Aug 20 01:56:07.976 INFO O| Aug 20 01:56:07.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56212026-08-20T01:56:08.645Z[ recovery-image] Aug 20 01:56:07.976 INFO O| Aug 20 01:56:07.976 INFO STEP 121 (remove_files) COMPLETE
56222026-08-20T01:56:08.645Z[ recovery-image] Aug 20 01:56:07.976 INFO O| Aug 20 01:56:07.976 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-08-20T01:56:08.653Z[ recovery-image] Aug 20 01:56:07.985 INFO O| Aug 20 01:56:07.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56242026-08-20T01:56:08.653Z[ recovery-image] Aug 20 01:56:07.985 INFO O| Aug 20 01:56:07.985 INFO STEP 122 (remove_files) COMPLETE
56252026-08-20T01:56:08.653Z[ recovery-image] Aug 20 01:56:07.985 INFO O| Aug 20 01:56:07.985 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-08-20T01:56:08.662Z[ recovery-image] Aug 20 01:56:07.994 INFO O| Aug 20 01:56:07.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56272026-08-20T01:56:08.662Z[ recovery-image] Aug 20 01:56:07.994 INFO O| Aug 20 01:56:07.994 INFO STEP 123 (remove_files) COMPLETE
56282026-08-20T01:56:08.666Z[ recovery-image] Aug 20 01:56:07.994 INFO O| Aug 20 01:56:07.994 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-08-20T01:56:08.673Z[ recovery-image] Aug 20 01:56:08.005 INFO O| Aug 20 01:56:08.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56302026-08-20T01:56:08.673Z[ recovery-image] Aug 20 01:56:08.005 INFO O| Aug 20 01:56:08.005 INFO STEP 124 (remove_files) COMPLETE
56312026-08-20T01:56:08.676Z[ recovery-image] Aug 20 01:56:08.005 INFO O| Aug 20 01:56:08.005 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-08-20T01:56:08.685Z[ recovery-image] Aug 20 01:56:08.015 INFO O| Aug 20 01:56:08.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56332026-08-20T01:56:08.685Z[ recovery-image] Aug 20 01:56:08.015 INFO O| Aug 20 01:56:08.015 INFO STEP 125 (remove_files) COMPLETE
56342026-08-20T01:56:08.685Z[ recovery-image] Aug 20 01:56:08.015 INFO O| Aug 20 01:56:08.015 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-08-20T01:56:08.695Z[ recovery-image] Aug 20 01:56:08.026 INFO O| Aug 20 01:56:08.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56362026-08-20T01:56:08.696Z[ recovery-image] Aug 20 01:56:08.026 INFO O| Aug 20 01:56:08.026 INFO STEP 126 (remove_files) COMPLETE
56372026-08-20T01:56:08.696Z[ recovery-image] Aug 20 01:56:08.026 INFO O| Aug 20 01:56:08.026 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-08-20T01:56:08.705Z[ recovery-image] Aug 20 01:56:08.037 INFO O| Aug 20 01:56:08.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56392026-08-20T01:56:08.705Z[ recovery-image] Aug 20 01:56:08.037 INFO O| Aug 20 01:56:08.037 INFO STEP 127 (remove_files) COMPLETE
56402026-08-20T01:56:08.705Z[ recovery-image] Aug 20 01:56:08.037 INFO O| Aug 20 01:56:08.037 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-08-20T01:56:08.717Z[ recovery-image] Aug 20 01:56:08.048 INFO O| Aug 20 01:56:08.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56422026-08-20T01:56:08.717Z[ recovery-image] Aug 20 01:56:08.048 INFO O| Aug 20 01:56:08.048 INFO STEP 128 (remove_files) COMPLETE
56432026-08-20T01:56:08.721Z[ recovery-image] Aug 20 01:56:08.048 INFO O| Aug 20 01:56:08.048 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-08-20T01:56:08.729Z[ recovery-image] Aug 20 01:56:08.059 INFO O| Aug 20 01:56:08.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56452026-08-20T01:56:08.730Z[ recovery-image] Aug 20 01:56:08.059 INFO O| Aug 20 01:56:08.059 INFO STEP 129 (remove_files) COMPLETE
56462026-08-20T01:56:08.730Z[ recovery-image] Aug 20 01:56:08.059 INFO O| Aug 20 01:56:08.059 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-08-20T01:56:08.738Z[ recovery-image] Aug 20 01:56:08.069 INFO O| Aug 20 01:56:08.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56482026-08-20T01:56:08.738Z[ recovery-image] Aug 20 01:56:08.069 INFO O| Aug 20 01:56:08.069 INFO STEP 130 (remove_files) COMPLETE
56492026-08-20T01:56:08.741Z[ recovery-image] Aug 20 01:56:08.069 INFO O| Aug 20 01:56:08.069 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-08-20T01:56:08.748Z[ recovery-image] Aug 20 01:56:08.079 INFO O| Aug 20 01:56:08.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56512026-08-20T01:56:08.748Z[ recovery-image] Aug 20 01:56:08.079 INFO O| Aug 20 01:56:08.079 INFO STEP 131 (remove_files) COMPLETE
56522026-08-20T01:56:08.751Z[ recovery-image] Aug 20 01:56:08.079 INFO O| Aug 20 01:56:08.079 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-08-20T01:56:08.758Z[ recovery-image] Aug 20 01:56:08.089 INFO O| Aug 20 01:56:08.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56542026-08-20T01:56:08.758Z[ recovery-image] Aug 20 01:56:08.089 INFO O| Aug 20 01:56:08.089 INFO STEP 132 (remove_files) COMPLETE
56552026-08-20T01:56:08.758Z[ recovery-image] Aug 20 01:56:08.089 INFO O| Aug 20 01:56:08.089 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-08-20T01:56:08.768Z[ recovery-image] Aug 20 01:56:08.100 INFO O| Aug 20 01:56:08.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56572026-08-20T01:56:08.768Z[ recovery-image] Aug 20 01:56:08.100 INFO O| Aug 20 01:56:08.100 INFO STEP 133 (remove_files) COMPLETE
56582026-08-20T01:56:08.768Z[ recovery-image] Aug 20 01:56:08.100 INFO O| Aug 20 01:56:08.100 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-08-20T01:56:08.772Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
56602026-08-20T01:56:08.782Z[ recovery-image] Aug 20 01:56:08.113 INFO O| Aug 20 01:56:08.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56612026-08-20T01:56:08.782Z[ recovery-image] Aug 20 01:56:08.113 INFO O| Aug 20 01:56:08.113 INFO STEP 134 (remove_files) COMPLETE
56622026-08-20T01:56:08.782Z[ recovery-image] Aug 20 01:56:08.113 INFO O| Aug 20 01:56:08.113 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-08-20T01:56:08.792Z[ recovery-image] Aug 20 01:56:08.123 INFO O| Aug 20 01:56:08.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56642026-08-20T01:56:08.792Z[ recovery-image] Aug 20 01:56:08.123 INFO O| Aug 20 01:56:08.123 INFO STEP 135 (remove_files) COMPLETE
56652026-08-20T01:56:08.795Z[ recovery-image] Aug 20 01:56:08.123 INFO O| Aug 20 01:56:08.123 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-08-20T01:56:08.801Z[ recovery-image] Aug 20 01:56:08.132 INFO O| Aug 20 01:56:08.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56672026-08-20T01:56:08.801Z[ recovery-image] Aug 20 01:56:08.132 INFO O| Aug 20 01:56:08.132 INFO STEP 136 (remove_files) COMPLETE
56682026-08-20T01:56:08.801Z[ recovery-image] Aug 20 01:56:08.132 INFO O| Aug 20 01:56:08.132 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-08-20T01:56:08.806Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
56702026-08-20T01:56:08.810Z[ recovery-image] Aug 20 01:56:08.141 INFO O| Aug 20 01:56:08.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56712026-08-20T01:56:08.810Z[ recovery-image] Aug 20 01:56:08.141 INFO O| Aug 20 01:56:08.141 INFO STEP 137 (remove_files) COMPLETE
56722026-08-20T01:56:08.813Z[ recovery-image] Aug 20 01:56:08.141 INFO O| Aug 20 01:56:08.141 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56732026-08-20T01:56:08.820Z[ recovery-image] Aug 20 01:56:08.152 INFO O| Aug 20 01:56:08.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56742026-08-20T01:56:08.820Z[ recovery-image] Aug 20 01:56:08.152 INFO O| Aug 20 01:56:08.152 INFO STEP 138 (remove_files) COMPLETE
56752026-08-20T01:56:08.820Z[ recovery-image] Aug 20 01:56:08.152 INFO O| Aug 20 01:56:08.152 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-08-20T01:56:08.832Z[ recovery-image] Aug 20 01:56:08.163 INFO O| Aug 20 01:56:08.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56772026-08-20T01:56:08.832Z[ recovery-image] Aug 20 01:56:08.163 INFO O| Aug 20 01:56:08.163 INFO STEP 139 (remove_files) COMPLETE
56782026-08-20T01:56:08.835Z[ recovery-image] Aug 20 01:56:08.163 INFO O| Aug 20 01:56:08.163 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-08-20T01:56:08.841Z[ recovery-image] Aug 20 01:56:08.173 INFO O| Aug 20 01:56:08.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56802026-08-20T01:56:08.841Z[ recovery-image] Aug 20 01:56:08.173 INFO O| Aug 20 01:56:08.173 INFO STEP 140 (remove_files) COMPLETE
56812026-08-20T01:56:08.845Z[ recovery-image] Aug 20 01:56:08.173 INFO O| Aug 20 01:56:08.173 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56822026-08-20T01:56:08.850Z[ recovery-image] Aug 20 01:56:08.182 INFO O| Aug 20 01:56:08.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
56832026-08-20T01:56:08.850Z[ recovery-image] Aug 20 01:56:08.182 INFO O| Aug 20 01:56:08.182 INFO STEP 141 (remove_files) COMPLETE
56842026-08-20T01:56:08.850Z[ recovery-image] Aug 20 01:56:08.182 INFO O| Aug 20 01:56:08.182 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-08-20T01:56:08.853Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
56862026-08-20T01:56:08.860Z[ recovery-image] Aug 20 01:56:08.191 INFO O| Aug 20 01:56:08.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
56872026-08-20T01:56:08.860Z[ recovery-image] Aug 20 01:56:08.191 INFO O| Aug 20 01:56:08.191 INFO STEP 142 (remove_files) COMPLETE
56882026-08-20T01:56:08.863Z[ recovery-image] Aug 20 01:56:08.191 INFO O| Aug 20 01:56:08.191 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-08-20T01:56:08.871Z[ recovery-image] Aug 20 01:56:08.200 INFO O| Aug 20 01:56:08.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
56902026-08-20T01:56:08.871Z[ recovery-image] Aug 20 01:56:08.201 INFO O| Aug 20 01:56:08.200 INFO STEP 143 (remove_files) COMPLETE
56912026-08-20T01:56:08.871Z[ recovery-image] Aug 20 01:56:08.201 INFO O| Aug 20 01:56:08.200 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-08-20T01:56:08.880Z[ recovery-image] Aug 20 01:56:08.210 INFO O| Aug 20 01:56:08.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
56932026-08-20T01:56:08.880Z[ recovery-image] Aug 20 01:56:08.211 INFO O| Aug 20 01:56:08.210 INFO STEP 144 (remove_files) COMPLETE
56942026-08-20T01:56:08.883Z[ recovery-image] Aug 20 01:56:08.211 INFO O| Aug 20 01:56:08.210 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-08-20T01:56:08.889Z[ recovery-image] Aug 20 01:56:08.220 INFO O| Aug 20 01:56:08.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
56962026-08-20T01:56:08.889Z[ recovery-image] Aug 20 01:56:08.220 INFO O| Aug 20 01:56:08.220 INFO STEP 145 (remove_files) COMPLETE
56972026-08-20T01:56:08.892Z[ recovery-image] Aug 20 01:56:08.220 INFO O| Aug 20 01:56:08.220 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-08-20T01:56:08.899Z[ recovery-image] Aug 20 01:56:08.230 INFO O| Aug 20 01:56:08.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
56992026-08-20T01:56:08.899Z[ recovery-image] Aug 20 01:56:08.230 INFO O| Aug 20 01:56:08.230 INFO STEP 146 (remove_files) COMPLETE
57002026-08-20T01:56:08.902Z[ recovery-image] Aug 20 01:56:08.230 INFO O| Aug 20 01:56:08.230 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-08-20T01:56:08.910Z[ recovery-image] Aug 20 01:56:08.240 INFO O| Aug 20 01:56:08.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57022026-08-20T01:56:08.910Z[ recovery-image] Aug 20 01:56:08.240 INFO O| Aug 20 01:56:08.240 INFO STEP 147 (remove_files) COMPLETE
57032026-08-20T01:56:08.910Z[ recovery-image] Aug 20 01:56:08.241 INFO O| Aug 20 01:56:08.240 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-08-20T01:56:08.919Z[ recovery-image] Aug 20 01:56:08.250 INFO O| Aug 20 01:56:08.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57052026-08-20T01:56:08.919Z[ recovery-image] Aug 20 01:56:08.250 INFO O| Aug 20 01:56:08.250 INFO STEP 148 (remove_files) COMPLETE
57062026-08-20T01:56:08.922Z[ recovery-image] Aug 20 01:56:08.250 INFO O| Aug 20 01:56:08.250 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-08-20T01:56:08.927Z[ recovery-image] Aug 20 01:56:08.259 INFO O| Aug 20 01:56:08.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57082026-08-20T01:56:08.927Z[ recovery-image] Aug 20 01:56:08.259 INFO O| Aug 20 01:56:08.259 INFO STEP 149 (remove_files) COMPLETE
57092026-08-20T01:56:08.927Z[ recovery-image] Aug 20 01:56:08.259 INFO O| Aug 20 01:56:08.259 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-08-20T01:56:08.936Z[ recovery-image] Aug 20 01:56:08.267 INFO O| Aug 20 01:56:08.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57112026-08-20T01:56:08.936Z[ recovery-image] Aug 20 01:56:08.268 INFO O| Aug 20 01:56:08.268 INFO STEP 150 (remove_files) COMPLETE
57122026-08-20T01:56:08.940Z[ recovery-image] Aug 20 01:56:08.268 INFO O| Aug 20 01:56:08.268 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-08-20T01:56:08.945Z[ recovery-image] Aug 20 01:56:08.276 INFO O| Aug 20 01:56:08.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57142026-08-20T01:56:08.945Z[ recovery-image] Aug 20 01:56:08.276 INFO O| Aug 20 01:56:08.276 INFO STEP 151 (remove_files) COMPLETE
57152026-08-20T01:56:08.945Z[ recovery-image] Aug 20 01:56:08.276 INFO O| Aug 20 01:56:08.276 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-08-20T01:56:08.955Z[ recovery-image] Aug 20 01:56:08.285 INFO O| Aug 20 01:56:08.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57172026-08-20T01:56:08.955Z[ recovery-image] Aug 20 01:56:08.285 INFO O| Aug 20 01:56:08.285 INFO STEP 152 (remove_files) COMPLETE
57182026-08-20T01:56:08.959Z[ recovery-image] Aug 20 01:56:08.285 INFO O| Aug 20 01:56:08.285 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-08-20T01:56:08.962Z[ recovery-image] Aug 20 01:56:08.294 INFO O| Aug 20 01:56:08.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57202026-08-20T01:56:08.963Z[ recovery-image] Aug 20 01:56:08.294 INFO O| Aug 20 01:56:08.294 INFO STEP 153 (remove_files) COMPLETE
57212026-08-20T01:56:08.963Z[ recovery-image] Aug 20 01:56:08.294 INFO O| Aug 20 01:56:08.294 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-08-20T01:56:08.972Z[ recovery-image] Aug 20 01:56:08.304 INFO O| Aug 20 01:56:08.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57232026-08-20T01:56:08.972Z[ recovery-image] Aug 20 01:56:08.304 INFO O| Aug 20 01:56:08.304 INFO STEP 154 (remove_files) COMPLETE
57242026-08-20T01:56:08.976Z[ recovery-image] Aug 20 01:56:08.304 INFO O| Aug 20 01:56:08.304 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-08-20T01:56:08.982Z[ recovery-image] Aug 20 01:56:08.313 INFO O| Aug 20 01:56:08.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57262026-08-20T01:56:08.982Z[ recovery-image] Aug 20 01:56:08.313 INFO O| Aug 20 01:56:08.313 INFO STEP 155 (remove_files) COMPLETE
57272026-08-20T01:56:08.985Z[ recovery-image] Aug 20 01:56:08.314 INFO O| Aug 20 01:56:08.313 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-08-20T01:56:08.992Z[ recovery-image] Aug 20 01:56:08.324 INFO O| Aug 20 01:56:08.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57292026-08-20T01:56:08.992Z[ recovery-image] Aug 20 01:56:08.324 INFO O| Aug 20 01:56:08.324 INFO STEP 156 (remove_files) COMPLETE
57302026-08-20T01:56:08.992Z[ recovery-image] Aug 20 01:56:08.324 INFO O| Aug 20 01:56:08.324 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-08-20T01:56:09.003Z[ recovery-image] Aug 20 01:56:08.334 INFO O| Aug 20 01:56:08.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57322026-08-20T01:56:09.003Z[ recovery-image] Aug 20 01:56:08.334 INFO O| Aug 20 01:56:08.334 INFO STEP 157 (remove_files) COMPLETE
57332026-08-20T01:56:09.003Z[ recovery-image] Aug 20 01:56:08.334 INFO O| Aug 20 01:56:08.334 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-08-20T01:56:09.011Z[ recovery-image] Aug 20 01:56:08.343 INFO O| Aug 20 01:56:08.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57352026-08-20T01:56:09.011Z[ recovery-image] Aug 20 01:56:08.343 INFO O| Aug 20 01:56:08.343 INFO STEP 158 (remove_files) COMPLETE
57362026-08-20T01:56:09.011Z[ recovery-image] Aug 20 01:56:08.343 INFO O| Aug 20 01:56:08.343 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-08-20T01:56:09.020Z[ recovery-image] Aug 20 01:56:08.351 INFO O| Aug 20 01:56:08.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57382026-08-20T01:56:09.020Z[ recovery-image] Aug 20 01:56:08.352 INFO O| Aug 20 01:56:08.352 INFO STEP 159 (remove_files) COMPLETE
57392026-08-20T01:56:09.020Z[ recovery-image] Aug 20 01:56:08.352 INFO O| Aug 20 01:56:08.352 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-08-20T01:56:09.029Z[ recovery-image] Aug 20 01:56:08.361 INFO O| Aug 20 01:56:08.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57412026-08-20T01:56:09.029Z[ recovery-image] Aug 20 01:56:08.361 INFO O| Aug 20 01:56:08.361 INFO STEP 160 (remove_files) COMPLETE
57422026-08-20T01:56:09.029Z[ recovery-image] Aug 20 01:56:08.361 INFO O| Aug 20 01:56:08.361 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-08-20T01:56:09.038Z[ recovery-image] Aug 20 01:56:08.369 INFO O| Aug 20 01:56:08.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57442026-08-20T01:56:09.038Z[ recovery-image] Aug 20 01:56:08.369 INFO O| Aug 20 01:56:08.369 INFO STEP 161 (remove_files) COMPLETE
57452026-08-20T01:56:09.041Z[ recovery-image] Aug 20 01:56:08.369 INFO O| Aug 20 01:56:08.369 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-08-20T01:56:09.046Z[ recovery-image] Aug 20 01:56:08.378 INFO O| Aug 20 01:56:08.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57472026-08-20T01:56:09.047Z[ recovery-image] Aug 20 01:56:08.378 INFO O| Aug 20 01:56:08.378 INFO STEP 162 (remove_files) COMPLETE
57482026-08-20T01:56:09.047Z[ recovery-image] Aug 20 01:56:08.378 INFO O| Aug 20 01:56:08.378 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-08-20T01:56:09.055Z[ recovery-image] Aug 20 01:56:08.387 INFO O| Aug 20 01:56:08.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57502026-08-20T01:56:09.055Z[ recovery-image] Aug 20 01:56:08.387 INFO O| Aug 20 01:56:08.387 INFO STEP 163 (remove_files) COMPLETE
57512026-08-20T01:56:09.058Z[ recovery-image] Aug 20 01:56:08.387 INFO O| Aug 20 01:56:08.387 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-08-20T01:56:09.066Z[ recovery-image] Aug 20 01:56:08.397 INFO O| Aug 20 01:56:08.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57532026-08-20T01:56:09.066Z[ recovery-image] Aug 20 01:56:08.397 INFO O| Aug 20 01:56:08.397 INFO STEP 164 (remove_files) COMPLETE
57542026-08-20T01:56:09.069Z[ recovery-image] Aug 20 01:56:08.397 INFO O| Aug 20 01:56:08.397 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-08-20T01:56:09.077Z[ recovery-image] Aug 20 01:56:08.408 INFO O| Aug 20 01:56:08.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57562026-08-20T01:56:09.077Z[ recovery-image] Aug 20 01:56:08.408 INFO O| Aug 20 01:56:08.408 INFO STEP 165 (remove_files) COMPLETE
57572026-08-20T01:56:09.077Z[ recovery-image] Aug 20 01:56:08.408 INFO O| Aug 20 01:56:08.408 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-08-20T01:56:09.088Z[ recovery-image] Aug 20 01:56:08.419 INFO O| Aug 20 01:56:08.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57592026-08-20T01:56:09.088Z[ recovery-image] Aug 20 01:56:08.419 INFO O| Aug 20 01:56:08.419 INFO STEP 166 (remove_files) COMPLETE
57602026-08-20T01:56:09.088Z[ recovery-image] Aug 20 01:56:08.419 INFO O| Aug 20 01:56:08.419 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-08-20T01:56:09.098Z[ recovery-image] Aug 20 01:56:08.429 INFO O| Aug 20 01:56:08.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57622026-08-20T01:56:09.098Z[ recovery-image] Aug 20 01:56:08.429 INFO O| Aug 20 01:56:08.429 INFO STEP 167 (remove_files) COMPLETE
57632026-08-20T01:56:09.098Z[ recovery-image] Aug 20 01:56:08.429 INFO O| Aug 20 01:56:08.429 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-08-20T01:56:09.108Z[ recovery-image] Aug 20 01:56:08.440 INFO O| Aug 20 01:56:08.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57652026-08-20T01:56:09.108Z[ recovery-image] Aug 20 01:56:08.440 INFO O| Aug 20 01:56:08.440 INFO STEP 168 (remove_files) COMPLETE
57662026-08-20T01:56:09.112Z[ recovery-image] Aug 20 01:56:08.440 INFO O| Aug 20 01:56:08.440 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-08-20T01:56:09.118Z[ recovery-image] Aug 20 01:56:08.449 INFO O| Aug 20 01:56:08.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57682026-08-20T01:56:09.118Z[ recovery-image] Aug 20 01:56:08.450 INFO O| Aug 20 01:56:08.450 INFO STEP 169 (remove_files) COMPLETE
57692026-08-20T01:56:09.123Z[ recovery-image] Aug 20 01:56:08.450 INFO O| Aug 20 01:56:08.450 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-08-20T01:56:09.128Z[ recovery-image] Aug 20 01:56:08.459 INFO O| Aug 20 01:56:08.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57712026-08-20T01:56:09.128Z[ recovery-image] Aug 20 01:56:08.459 INFO O| Aug 20 01:56:08.459 INFO STEP 170 (remove_files) COMPLETE
57722026-08-20T01:56:09.131Z[ recovery-image] Aug 20 01:56:08.459 INFO O| Aug 20 01:56:08.459 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-08-20T01:56:09.138Z[ recovery-image] Aug 20 01:56:08.469 INFO O| Aug 20 01:56:08.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57742026-08-20T01:56:09.138Z[ recovery-image] Aug 20 01:56:08.469 INFO O| Aug 20 01:56:08.469 INFO STEP 171 (remove_files) COMPLETE
57752026-08-20T01:56:09.138Z[ recovery-image] Aug 20 01:56:08.469 INFO O| Aug 20 01:56:08.469 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-08-20T01:56:09.149Z[ recovery-image] Aug 20 01:56:08.480 INFO O| Aug 20 01:56:08.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57772026-08-20T01:56:09.149Z[ recovery-image] Aug 20 01:56:08.480 INFO O| Aug 20 01:56:08.480 INFO STEP 172 (remove_files) COMPLETE
57782026-08-20T01:56:09.167Z[ recovery-image] Aug 20 01:56:08.480 INFO O| Aug 20 01:56:08.480 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-08-20T01:56:09.172Z[ recovery-image] Aug 20 01:56:08.490 INFO O| Aug 20 01:56:08.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57802026-08-20T01:56:09.172Z[ recovery-image] Aug 20 01:56:08.490 INFO O| Aug 20 01:56:08.490 INFO STEP 173 (remove_files) COMPLETE
57812026-08-20T01:56:09.172Z[ recovery-image] Aug 20 01:56:08.490 INFO O| Aug 20 01:56:08.490 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-08-20T01:56:09.173Z[ recovery-image] Aug 20 01:56:08.500 INFO O| Aug 20 01:56:08.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
57832026-08-20T01:56:09.173Z[ recovery-image] Aug 20 01:56:08.501 INFO O| Aug 20 01:56:08.501 INFO STEP 174 (remove_files) COMPLETE
57842026-08-20T01:56:09.173Z[ recovery-image] Aug 20 01:56:08.501 INFO O| Aug 20 01:56:08.501 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-08-20T01:56:09.182Z[ recovery-image] Aug 20 01:56:08.511 INFO O| Aug 20 01:56:08.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
57862026-08-20T01:56:09.182Z[ recovery-image] Aug 20 01:56:08.511 INFO O| Aug 20 01:56:08.511 INFO STEP 175 (remove_files) COMPLETE
57872026-08-20T01:56:09.182Z[ recovery-image] Aug 20 01:56:08.511 INFO O| Aug 20 01:56:08.511 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-08-20T01:56:09.191Z[ recovery-image] Aug 20 01:56:08.520 INFO O| Aug 20 01:56:08.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
57892026-08-20T01:56:09.192Z[ recovery-image] Aug 20 01:56:08.520 INFO O| Aug 20 01:56:08.520 INFO STEP 176 (remove_files) COMPLETE
57902026-08-20T01:56:09.192Z[ recovery-image] Aug 20 01:56:08.520 INFO O| Aug 20 01:56:08.520 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-08-20T01:56:09.197Z[ recovery-image] Aug 20 01:56:08.529 INFO O| Aug 20 01:56:08.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
57922026-08-20T01:56:09.200Z[ recovery-image] Aug 20 01:56:08.529 INFO O| Aug 20 01:56:08.529 INFO STEP 177 (remove_files) COMPLETE
57932026-08-20T01:56:09.200Z[ recovery-image] Aug 20 01:56:08.529 INFO O| Aug 20 01:56:08.529 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-08-20T01:56:09.206Z[ recovery-image] Aug 20 01:56:08.538 INFO O| Aug 20 01:56:08.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
57952026-08-20T01:56:09.206Z[ recovery-image] Aug 20 01:56:08.538 INFO O| Aug 20 01:56:08.538 INFO STEP 178 (remove_files) COMPLETE
57962026-08-20T01:56:09.206Z[ recovery-image] Aug 20 01:56:08.538 INFO O| Aug 20 01:56:08.538 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-08-20T01:56:09.215Z[ recovery-image] Aug 20 01:56:08.546 INFO O| Aug 20 01:56:08.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
57982026-08-20T01:56:09.215Z[ recovery-image] Aug 20 01:56:08.546 INFO O| Aug 20 01:56:08.546 INFO STEP 179 (remove_files) COMPLETE
57992026-08-20T01:56:09.215Z[ recovery-image] Aug 20 01:56:08.546 INFO O| Aug 20 01:56:08.546 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-08-20T01:56:09.223Z[ recovery-image] Aug 20 01:56:08.555 INFO O| Aug 20 01:56:08.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58012026-08-20T01:56:09.223Z[ recovery-image] Aug 20 01:56:08.555 INFO O| Aug 20 01:56:08.555 INFO STEP 180 (remove_files) COMPLETE
58022026-08-20T01:56:09.228Z[ recovery-image] Aug 20 01:56:08.555 INFO O| Aug 20 01:56:08.555 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-08-20T01:56:09.232Z[ recovery-image] Aug 20 01:56:08.563 INFO O| Aug 20 01:56:08.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58042026-08-20T01:56:09.232Z[ recovery-image] Aug 20 01:56:08.563 INFO O| Aug 20 01:56:08.563 INFO STEP 181 (remove_files) COMPLETE
58052026-08-20T01:56:09.235Z[ recovery-image] Aug 20 01:56:08.563 INFO O| Aug 20 01:56:08.563 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-08-20T01:56:09.241Z[ recovery-image] Aug 20 01:56:08.572 INFO O| Aug 20 01:56:08.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58072026-08-20T01:56:09.241Z[ recovery-image] Aug 20 01:56:08.572 INFO O| Aug 20 01:56:08.572 INFO STEP 182 (remove_files) COMPLETE
58082026-08-20T01:56:09.241Z[ recovery-image] Aug 20 01:56:08.572 INFO O| Aug 20 01:56:08.572 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-08-20T01:56:09.250Z[ recovery-image] Aug 20 01:56:08.581 INFO O| Aug 20 01:56:08.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58102026-08-20T01:56:09.250Z[ recovery-image] Aug 20 01:56:08.581 INFO O| Aug 20 01:56:08.581 INFO STEP 183 (remove_files) COMPLETE
58112026-08-20T01:56:09.250Z[ recovery-image] Aug 20 01:56:08.581 INFO O| Aug 20 01:56:08.581 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-08-20T01:56:09.259Z[ recovery-image] Aug 20 01:56:08.591 INFO O| Aug 20 01:56:08.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58132026-08-20T01:56:09.259Z[ recovery-image] Aug 20 01:56:08.591 INFO O| Aug 20 01:56:08.591 INFO STEP 184 (remove_files) COMPLETE
58142026-08-20T01:56:09.259Z[ recovery-image] Aug 20 01:56:08.591 INFO O| Aug 20 01:56:08.591 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-08-20T01:56:09.269Z[ recovery-image] Aug 20 01:56:08.600 INFO O| Aug 20 01:56:08.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58162026-08-20T01:56:09.272Z[ recovery-image] Aug 20 01:56:08.601 INFO O| Aug 20 01:56:08.601 INFO STEP 185 (remove_files) COMPLETE
58172026-08-20T01:56:09.272Z[ recovery-image] Aug 20 01:56:08.601 INFO O| Aug 20 01:56:08.601 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-08-20T01:56:09.281Z[ recovery-image] Aug 20 01:56:08.612 INFO O| Aug 20 01:56:08.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58192026-08-20T01:56:09.281Z[ recovery-image] Aug 20 01:56:08.612 INFO O| Aug 20 01:56:08.612 INFO STEP 186 (remove_files) COMPLETE
58202026-08-20T01:56:09.284Z[ recovery-image] Aug 20 01:56:08.612 INFO O| Aug 20 01:56:08.612 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-08-20T01:56:09.291Z[ recovery-image] Aug 20 01:56:08.623 INFO O| Aug 20 01:56:08.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58222026-08-20T01:56:09.291Z[ recovery-image] Aug 20 01:56:08.623 INFO O| Aug 20 01:56:08.623 INFO STEP 187 (remove_files) COMPLETE
58232026-08-20T01:56:09.294Z[ recovery-image] Aug 20 01:56:08.623 INFO O| Aug 20 01:56:08.623 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-08-20T01:56:09.301Z[ recovery-image] Aug 20 01:56:08.633 INFO O| Aug 20 01:56:08.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58252026-08-20T01:56:09.301Z[ recovery-image] Aug 20 01:56:08.633 INFO O| Aug 20 01:56:08.633 INFO STEP 188 (remove_files) COMPLETE
58262026-08-20T01:56:09.301Z[ recovery-image] Aug 20 01:56:08.633 INFO O| Aug 20 01:56:08.633 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-08-20T01:56:09.310Z[ recovery-image] Aug 20 01:56:08.641 INFO O| Aug 20 01:56:08.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58282026-08-20T01:56:09.310Z[ recovery-image] Aug 20 01:56:08.642 INFO O| Aug 20 01:56:08.642 INFO STEP 189 (remove_files) COMPLETE
58292026-08-20T01:56:09.313Z[ recovery-image] Aug 20 01:56:08.642 INFO O| Aug 20 01:56:08.642 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-08-20T01:56:09.318Z[ recovery-image] Aug 20 01:56:08.650 INFO O| Aug 20 01:56:08.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58312026-08-20T01:56:09.318Z[ recovery-image] Aug 20 01:56:08.650 INFO O| Aug 20 01:56:08.650 INFO STEP 190 (remove_files) COMPLETE
58322026-08-20T01:56:09.321Z[ recovery-image] Aug 20 01:56:08.650 INFO O| Aug 20 01:56:08.650 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-08-20T01:56:09.326Z[ recovery-image] Aug 20 01:56:08.658 INFO O| Aug 20 01:56:08.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58342026-08-20T01:56:09.327Z[ recovery-image] Aug 20 01:56:08.658 INFO O| Aug 20 01:56:08.658 INFO STEP 191 (remove_files) COMPLETE
58352026-08-20T01:56:09.327Z[ recovery-image] Aug 20 01:56:08.658 INFO O| Aug 20 01:56:08.658 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-08-20T01:56:09.336Z[ recovery-image] Aug 20 01:56:08.668 INFO O| Aug 20 01:56:08.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58372026-08-20T01:56:09.337Z[ recovery-image] Aug 20 01:56:08.668 INFO O| Aug 20 01:56:08.668 INFO STEP 192 (remove_files) COMPLETE
58382026-08-20T01:56:09.337Z[ recovery-image] Aug 20 01:56:08.668 INFO O| Aug 20 01:56:08.668 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-08-20T01:56:09.346Z[ recovery-image] Aug 20 01:56:08.677 INFO O| Aug 20 01:56:08.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58402026-08-20T01:56:09.346Z[ recovery-image] Aug 20 01:56:08.677 INFO O| Aug 20 01:56:08.677 INFO STEP 193 (remove_files) COMPLETE
58412026-08-20T01:56:09.346Z[ recovery-image] Aug 20 01:56:08.677 INFO O| Aug 20 01:56:08.677 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-08-20T01:56:09.354Z[ recovery-image] Aug 20 01:56:08.686 INFO O| Aug 20 01:56:08.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58432026-08-20T01:56:09.355Z[ recovery-image] Aug 20 01:56:08.686 INFO O| Aug 20 01:56:08.686 INFO STEP 194 (remove_files) COMPLETE
58442026-08-20T01:56:09.355Z[ recovery-image] Aug 20 01:56:08.686 INFO O| Aug 20 01:56:08.686 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-08-20T01:56:09.364Z[ recovery-image] Aug 20 01:56:08.695 INFO O| Aug 20 01:56:08.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58462026-08-20T01:56:09.364Z[ recovery-image] Aug 20 01:56:08.695 INFO O| Aug 20 01:56:08.695 INFO STEP 195 (remove_files) COMPLETE
58472026-08-20T01:56:09.368Z[ recovery-image] Aug 20 01:56:08.695 INFO O| Aug 20 01:56:08.695 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-08-20T01:56:09.374Z[ recovery-image] Aug 20 01:56:08.704 INFO O| Aug 20 01:56:08.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58492026-08-20T01:56:09.374Z[ recovery-image] Aug 20 01:56:08.704 INFO O| Aug 20 01:56:08.704 INFO STEP 196 (remove_files) COMPLETE
58502026-08-20T01:56:09.374Z[ recovery-image] Aug 20 01:56:08.704 INFO O| Aug 20 01:56:08.704 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-08-20T01:56:09.381Z[ recovery-image] Aug 20 01:56:08.713 INFO O| Aug 20 01:56:08.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58522026-08-20T01:56:09.381Z[ recovery-image] Aug 20 01:56:08.713 INFO O| Aug 20 01:56:08.713 INFO STEP 197 (remove_files) COMPLETE
58532026-08-20T01:56:09.381Z[ recovery-image] Aug 20 01:56:08.713 INFO O| Aug 20 01:56:08.713 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-08-20T01:56:09.390Z[ recovery-image] Aug 20 01:56:08.721 INFO O| Aug 20 01:56:08.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58552026-08-20T01:56:09.393Z[ recovery-image] Aug 20 01:56:08.721 INFO O| Aug 20 01:56:08.721 INFO STEP 198 (remove_files) COMPLETE
58562026-08-20T01:56:09.393Z[ recovery-image] Aug 20 01:56:08.721 INFO O| Aug 20 01:56:08.721 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-08-20T01:56:09.398Z[ recovery-image] Aug 20 01:56:08.730 INFO O| Aug 20 01:56:08.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58582026-08-20T01:56:09.398Z[ recovery-image] Aug 20 01:56:08.730 INFO O| Aug 20 01:56:08.730 INFO STEP 199 (remove_files) COMPLETE
58592026-08-20T01:56:09.398Z[ recovery-image] Aug 20 01:56:08.730 INFO O| Aug 20 01:56:08.730 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-08-20T01:56:09.406Z[ recovery-image] Aug 20 01:56:08.738 INFO O| Aug 20 01:56:08.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58612026-08-20T01:56:09.407Z[ recovery-image] Aug 20 01:56:08.738 INFO O| Aug 20 01:56:08.738 INFO STEP 200 (remove_files) COMPLETE
58622026-08-20T01:56:09.407Z[ recovery-image] Aug 20 01:56:08.738 INFO O| Aug 20 01:56:08.738 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-08-20T01:56:09.416Z[ recovery-image] Aug 20 01:56:08.748 INFO O| Aug 20 01:56:08.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58642026-08-20T01:56:09.417Z[ recovery-image] Aug 20 01:56:08.748 INFO O| Aug 20 01:56:08.748 INFO STEP 201 (remove_files) COMPLETE
58652026-08-20T01:56:09.420Z[ recovery-image] Aug 20 01:56:08.748 INFO O| Aug 20 01:56:08.748 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-08-20T01:56:09.425Z[ recovery-image] Aug 20 01:56:08.756 INFO O| Aug 20 01:56:08.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58672026-08-20T01:56:09.425Z[ recovery-image] Aug 20 01:56:08.756 INFO O| Aug 20 01:56:08.756 INFO STEP 202 (remove_files) COMPLETE
58682026-08-20T01:56:09.425Z[ recovery-image] Aug 20 01:56:08.756 INFO O| Aug 20 01:56:08.756 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-08-20T01:56:09.437Z[ recovery-image] Aug 20 01:56:08.768 INFO O| Aug 20 01:56:08.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58702026-08-20T01:56:09.437Z[ recovery-image] Aug 20 01:56:08.768 INFO O| Aug 20 01:56:08.768 INFO STEP 203 (remove_files) COMPLETE
58712026-08-20T01:56:09.440Z[ recovery-image] Aug 20 01:56:08.768 INFO O| Aug 20 01:56:08.768 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-08-20T01:56:09.446Z[ recovery-image] Aug 20 01:56:08.778 INFO O| Aug 20 01:56:08.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58732026-08-20T01:56:09.446Z[ recovery-image] Aug 20 01:56:08.778 INFO O| Aug 20 01:56:08.778 INFO STEP 204 (remove_files) COMPLETE
58742026-08-20T01:56:09.446Z[ recovery-image] Aug 20 01:56:08.778 INFO O| Aug 20 01:56:08.778 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-08-20T01:56:09.456Z[ recovery-image] Aug 20 01:56:08.787 INFO O| Aug 20 01:56:08.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58762026-08-20T01:56:09.456Z[ recovery-image] Aug 20 01:56:08.788 INFO O| Aug 20 01:56:08.788 INFO STEP 205 (remove_files) COMPLETE
58772026-08-20T01:56:09.456Z[ recovery-image] Aug 20 01:56:08.788 INFO O| Aug 20 01:56:08.788 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-08-20T01:56:09.467Z[ recovery-image] Aug 20 01:56:08.799 INFO O| Aug 20 01:56:08.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58792026-08-20T01:56:09.467Z[ recovery-image] Aug 20 01:56:08.799 INFO O| Aug 20 01:56:08.799 INFO STEP 206 (remove_files) COMPLETE
58802026-08-20T01:56:09.470Z[ recovery-image] Aug 20 01:56:08.799 INFO O| Aug 20 01:56:08.799 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-08-20T01:56:09.477Z[ recovery-image] Aug 20 01:56:08.809 INFO O| Aug 20 01:56:08.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
58822026-08-20T01:56:09.477Z[ recovery-image] Aug 20 01:56:08.809 INFO O| Aug 20 01:56:08.809 INFO STEP 207 (remove_files) COMPLETE
58832026-08-20T01:56:09.477Z[ recovery-image] Aug 20 01:56:08.809 INFO O| Aug 20 01:56:08.809 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-08-20T01:56:09.488Z[ recovery-image] Aug 20 01:56:08.819 INFO O| Aug 20 01:56:08.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
58852026-08-20T01:56:09.488Z[ recovery-image] Aug 20 01:56:08.819 INFO O| Aug 20 01:56:08.819 INFO STEP 208 (remove_files) COMPLETE
58862026-08-20T01:56:09.491Z[ recovery-image] Aug 20 01:56:08.819 INFO O| Aug 20 01:56:08.819 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-08-20T01:56:09.499Z[ recovery-image] Aug 20 01:56:08.830 INFO O| Aug 20 01:56:08.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
58882026-08-20T01:56:09.499Z[ recovery-image] Aug 20 01:56:08.830 INFO O| Aug 20 01:56:08.830 INFO STEP 209 (remove_files) COMPLETE
58892026-08-20T01:56:09.499Z[ recovery-image] Aug 20 01:56:08.830 INFO O| Aug 20 01:56:08.830 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-08-20T01:56:09.509Z[ recovery-image] Aug 20 01:56:08.841 INFO O| Aug 20 01:56:08.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
58912026-08-20T01:56:09.509Z[ recovery-image] Aug 20 01:56:08.841 INFO O| Aug 20 01:56:08.841 INFO STEP 210 (remove_files) COMPLETE
58922026-08-20T01:56:09.509Z[ recovery-image] Aug 20 01:56:08.841 INFO O| Aug 20 01:56:08.841 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-08-20T01:56:09.520Z[ recovery-image] Aug 20 01:56:08.852 INFO O| Aug 20 01:56:08.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
58942026-08-20T01:56:09.520Z[ recovery-image] Aug 20 01:56:08.852 INFO O| Aug 20 01:56:08.852 INFO STEP 211 (remove_files) COMPLETE
58952026-08-20T01:56:09.520Z[ recovery-image] Aug 20 01:56:08.852 INFO O| Aug 20 01:56:08.852 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-08-20T01:56:09.531Z[ recovery-image] Aug 20 01:56:08.862 INFO O| Aug 20 01:56:08.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
58972026-08-20T01:56:09.531Z[ recovery-image] Aug 20 01:56:08.862 INFO O| Aug 20 01:56:08.862 INFO STEP 212 (remove_files) COMPLETE
58982026-08-20T01:56:09.531Z[ recovery-image] Aug 20 01:56:08.862 INFO O| Aug 20 01:56:08.862 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-08-20T01:56:09.540Z[ recovery-image] Aug 20 01:56:08.872 INFO O| Aug 20 01:56:08.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59002026-08-20T01:56:09.540Z[ recovery-image] Aug 20 01:56:08.872 INFO O| Aug 20 01:56:08.872 INFO STEP 213 (remove_files) COMPLETE
59012026-08-20T01:56:09.540Z[ recovery-image] Aug 20 01:56:08.872 INFO O| Aug 20 01:56:08.872 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-08-20T01:56:09.550Z[ recovery-image] Aug 20 01:56:08.881 INFO O| Aug 20 01:56:08.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59032026-08-20T01:56:09.550Z[ recovery-image] Aug 20 01:56:08.881 INFO O| Aug 20 01:56:08.881 INFO STEP 214 (remove_files) COMPLETE
59042026-08-20T01:56:09.550Z[ recovery-image] Aug 20 01:56:08.881 INFO O| Aug 20 01:56:08.881 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-08-20T01:56:09.560Z[ recovery-image] Aug 20 01:56:08.890 INFO O| Aug 20 01:56:08.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59062026-08-20T01:56:09.560Z[ recovery-image] Aug 20 01:56:08.891 INFO O| Aug 20 01:56:08.890 INFO STEP 215 (remove_files) COMPLETE
59072026-08-20T01:56:09.560Z[ recovery-image] Aug 20 01:56:08.891 INFO O| Aug 20 01:56:08.891 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-08-20T01:56:09.571Z[ recovery-image] Aug 20 01:56:08.902 INFO O| Aug 20 01:56:08.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59092026-08-20T01:56:09.571Z[ recovery-image] Aug 20 01:56:08.902 INFO O| Aug 20 01:56:08.902 INFO STEP 216 (remove_files) COMPLETE
59102026-08-20T01:56:09.574Z[ recovery-image] Aug 20 01:56:08.902 INFO O| Aug 20 01:56:08.902 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-08-20T01:56:09.580Z[ recovery-image] Aug 20 01:56:08.912 INFO O| Aug 20 01:56:08.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59122026-08-20T01:56:09.580Z[ recovery-image] Aug 20 01:56:08.912 INFO O| Aug 20 01:56:08.912 INFO STEP 217 (remove_files) COMPLETE
59132026-08-20T01:56:09.581Z[ recovery-image] Aug 20 01:56:08.912 INFO O| Aug 20 01:56:08.912 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-08-20T01:56:09.591Z[ recovery-image] Aug 20 01:56:08.922 INFO O| Aug 20 01:56:08.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59152026-08-20T01:56:09.591Z[ recovery-image] Aug 20 01:56:08.922 INFO O| Aug 20 01:56:08.922 INFO STEP 218 (remove_files) COMPLETE
59162026-08-20T01:56:09.591Z[ recovery-image] Aug 20 01:56:08.922 INFO O| Aug 20 01:56:08.922 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-08-20T01:56:09.600Z[ recovery-image] Aug 20 01:56:08.932 INFO O| Aug 20 01:56:08.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59182026-08-20T01:56:09.600Z[ recovery-image] Aug 20 01:56:08.932 INFO O| Aug 20 01:56:08.932 INFO STEP 219 (remove_files) COMPLETE
59192026-08-20T01:56:09.600Z[ recovery-image] Aug 20 01:56:08.932 INFO O| Aug 20 01:56:08.932 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-08-20T01:56:09.609Z[ recovery-image] Aug 20 01:56:08.941 INFO O| Aug 20 01:56:08.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59212026-08-20T01:56:09.609Z[ recovery-image] Aug 20 01:56:08.941 INFO O| Aug 20 01:56:08.941 INFO STEP 220 (remove_files) COMPLETE
59222026-08-20T01:56:09.612Z[ recovery-image] Aug 20 01:56:08.941 INFO O| Aug 20 01:56:08.941 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-08-20T01:56:09.619Z[ recovery-image] Aug 20 01:56:08.951 INFO O| Aug 20 01:56:08.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59242026-08-20T01:56:09.619Z[ recovery-image] Aug 20 01:56:08.951 INFO O| Aug 20 01:56:08.951 INFO STEP 221 (remove_files) COMPLETE
59252026-08-20T01:56:09.622Z[ recovery-image] Aug 20 01:56:08.951 INFO O| Aug 20 01:56:08.951 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-08-20T01:56:09.628Z[ recovery-image] Aug 20 01:56:08.960 INFO O| Aug 20 01:56:08.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59272026-08-20T01:56:09.628Z[ recovery-image] Aug 20 01:56:08.960 INFO O| Aug 20 01:56:08.960 INFO STEP 222 (remove_files) COMPLETE
59282026-08-20T01:56:09.631Z[ recovery-image] Aug 20 01:56:08.960 INFO O| Aug 20 01:56:08.960 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-08-20T01:56:09.637Z[ recovery-image] Aug 20 01:56:08.968 INFO O| Aug 20 01:56:08.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59302026-08-20T01:56:09.637Z[ recovery-image] Aug 20 01:56:08.968 INFO O| Aug 20 01:56:08.968 INFO STEP 223 (remove_files) COMPLETE
59312026-08-20T01:56:09.640Z[ recovery-image] Aug 20 01:56:08.968 INFO O| Aug 20 01:56:08.968 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-08-20T01:56:09.645Z[ recovery-image] Aug 20 01:56:08.976 INFO O| Aug 20 01:56:08.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59332026-08-20T01:56:09.645Z[ recovery-image] Aug 20 01:56:08.976 INFO O| Aug 20 01:56:08.976 INFO STEP 224 (remove_files) COMPLETE
59342026-08-20T01:56:09.645Z[ recovery-image] Aug 20 01:56:08.976 INFO O| Aug 20 01:56:08.976 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-08-20T01:56:09.649Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
59362026-08-20T01:56:09.654Z[ recovery-image] Aug 20 01:56:08.985 INFO O| Aug 20 01:56:08.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59372026-08-20T01:56:09.658Z[ recovery-image] Aug 20 01:56:08.986 INFO O| Aug 20 01:56:08.986 INFO STEP 225 (remove_files) COMPLETE
59382026-08-20T01:56:09.658Z[ recovery-image] Aug 20 01:56:08.986 INFO O| Aug 20 01:56:08.986 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-08-20T01:56:09.663Z[ recovery-image] Aug 20 01:56:08.994 INFO O| Aug 20 01:56:08.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59402026-08-20T01:56:09.663Z[ recovery-image] Aug 20 01:56:08.994 INFO O| Aug 20 01:56:08.994 INFO STEP 226 (remove_files) COMPLETE
59412026-08-20T01:56:09.666Z[ recovery-image] Aug 20 01:56:08.994 INFO O| Aug 20 01:56:08.994 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-08-20T01:56:09.673Z[ recovery-image] Aug 20 01:56:09.003 INFO O| Aug 20 01:56:09.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59432026-08-20T01:56:09.673Z[ recovery-image] Aug 20 01:56:09.003 INFO O| Aug 20 01:56:09.003 INFO STEP 227 (remove_files) COMPLETE
59442026-08-20T01:56:09.673Z[ recovery-image] Aug 20 01:56:09.003 INFO O| Aug 20 01:56:09.003 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-08-20T01:56:09.680Z[ recovery-image] Aug 20 01:56:09.012 INFO O| Aug 20 01:56:09.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59462026-08-20T01:56:09.680Z[ recovery-image] Aug 20 01:56:09.012 INFO O| Aug 20 01:56:09.012 INFO STEP 228 (remove_files) COMPLETE
59472026-08-20T01:56:09.684Z[ recovery-image] Aug 20 01:56:09.012 INFO O| Aug 20 01:56:09.012 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-08-20T01:56:09.690Z[ recovery-image] Aug 20 01:56:09.021 INFO O| Aug 20 01:56:09.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59492026-08-20T01:56:09.693Z[ recovery-image] Aug 20 01:56:09.021 INFO O| Aug 20 01:56:09.021 INFO STEP 229 (remove_files) COMPLETE
59502026-08-20T01:56:09.693Z[ recovery-image] Aug 20 01:56:09.021 INFO O| Aug 20 01:56:09.021 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-08-20T01:56:09.702Z[ recovery-image] Aug 20 01:56:09.031 INFO O| Aug 20 01:56:09.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59522026-08-20T01:56:09.702Z[ recovery-image] Aug 20 01:56:09.031 INFO O| Aug 20 01:56:09.031 INFO STEP 230 (remove_files) COMPLETE
59532026-08-20T01:56:09.706Z[ recovery-image] Aug 20 01:56:09.031 INFO O| Aug 20 01:56:09.031 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-08-20T01:56:09.710Z[ recovery-image] Aug 20 01:56:09.040 INFO O| Aug 20 01:56:09.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59552026-08-20T01:56:09.710Z[ recovery-image] Aug 20 01:56:09.040 INFO O| Aug 20 01:56:09.040 INFO STEP 231 (remove_files) COMPLETE
59562026-08-20T01:56:09.710Z[ recovery-image] Aug 20 01:56:09.040 INFO O| Aug 20 01:56:09.040 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-08-20T01:56:09.722Z[ recovery-image] Aug 20 01:56:09.049 INFO O| Aug 20 01:56:09.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59582026-08-20T01:56:09.722Z[ recovery-image] Aug 20 01:56:09.049 INFO O| Aug 20 01:56:09.049 INFO STEP 232 (remove_files) COMPLETE
59592026-08-20T01:56:09.722Z[ recovery-image] Aug 20 01:56:09.049 INFO O| Aug 20 01:56:09.049 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-08-20T01:56:09.727Z[ recovery-image] Aug 20 01:56:09.058 INFO O| Aug 20 01:56:09.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59612026-08-20T01:56:09.730Z[ recovery-image] Aug 20 01:56:09.058 INFO O| Aug 20 01:56:09.058 INFO STEP 233 (remove_files) COMPLETE
59622026-08-20T01:56:09.730Z[ recovery-image] Aug 20 01:56:09.058 INFO O| Aug 20 01:56:09.058 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-08-20T01:56:09.736Z[ recovery-image] Aug 20 01:56:09.067 INFO O| Aug 20 01:56:09.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59642026-08-20T01:56:09.739Z[ recovery-image] Aug 20 01:56:09.068 INFO O| Aug 20 01:56:09.068 INFO STEP 234 (remove_files) COMPLETE
59652026-08-20T01:56:09.739Z[ recovery-image] Aug 20 01:56:09.068 INFO O| Aug 20 01:56:09.068 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-08-20T01:56:09.748Z[ recovery-image] Aug 20 01:56:09.079 INFO O| Aug 20 01:56:09.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59672026-08-20T01:56:09.748Z[ recovery-image] Aug 20 01:56:09.079 INFO O| Aug 20 01:56:09.079 INFO STEP 235 (remove_files) COMPLETE
59682026-08-20T01:56:09.751Z[ recovery-image] Aug 20 01:56:09.079 INFO O| Aug 20 01:56:09.079 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-08-20T01:56:09.758Z[ recovery-image] Aug 20 01:56:09.089 INFO O| Aug 20 01:56:09.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59702026-08-20T01:56:09.758Z[ recovery-image] Aug 20 01:56:09.089 INFO O| Aug 20 01:56:09.089 INFO STEP 236 (remove_files) COMPLETE
59712026-08-20T01:56:09.758Z[ recovery-image] Aug 20 01:56:09.089 INFO O| Aug 20 01:56:09.089 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-08-20T01:56:09.768Z[ recovery-image] Aug 20 01:56:09.099 INFO O| Aug 20 01:56:09.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59732026-08-20T01:56:09.768Z[ recovery-image] Aug 20 01:56:09.099 INFO O| Aug 20 01:56:09.099 INFO STEP 237 (remove_files) COMPLETE
59742026-08-20T01:56:09.768Z[ recovery-image] Aug 20 01:56:09.099 INFO O| Aug 20 01:56:09.099 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-08-20T01:56:09.778Z[ recovery-image] Aug 20 01:56:09.109 INFO O| Aug 20 01:56:09.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59762026-08-20T01:56:09.778Z[ recovery-image] Aug 20 01:56:09.109 INFO O| Aug 20 01:56:09.109 INFO STEP 238 (remove_files) COMPLETE
59772026-08-20T01:56:09.778Z[ recovery-image] Aug 20 01:56:09.109 INFO O| Aug 20 01:56:09.109 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-08-20T01:56:09.787Z[ recovery-image] Aug 20 01:56:09.118 INFO O| Aug 20 01:56:09.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59792026-08-20T01:56:09.787Z[ recovery-image] Aug 20 01:56:09.118 INFO O| Aug 20 01:56:09.118 INFO STEP 239 (remove_files) COMPLETE
59802026-08-20T01:56:09.787Z[ recovery-image] Aug 20 01:56:09.119 INFO O| Aug 20 01:56:09.118 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-08-20T01:56:09.796Z[ recovery-image] Aug 20 01:56:09.128 INFO O| Aug 20 01:56:09.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
59822026-08-20T01:56:09.796Z[ recovery-image] Aug 20 01:56:09.128 INFO O| Aug 20 01:56:09.128 INFO STEP 240 (remove_files) COMPLETE
59832026-08-20T01:56:09.796Z[ recovery-image] Aug 20 01:56:09.128 INFO O| Aug 20 01:56:09.128 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-08-20T01:56:09.806Z[ recovery-image] Aug 20 01:56:09.138 INFO O| Aug 20 01:56:09.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
59852026-08-20T01:56:09.806Z[ recovery-image] Aug 20 01:56:09.138 INFO O| Aug 20 01:56:09.138 INFO STEP 241 (remove_files) COMPLETE
59862026-08-20T01:56:09.806Z[ recovery-image] Aug 20 01:56:09.138 INFO O| Aug 20 01:56:09.138 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-08-20T01:56:09.817Z[ recovery-image] Aug 20 01:56:09.148 INFO O| Aug 20 01:56:09.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
59882026-08-20T01:56:09.817Z[ recovery-image] Aug 20 01:56:09.148 INFO O| Aug 20 01:56:09.148 INFO STEP 242 (remove_files) COMPLETE
59892026-08-20T01:56:09.817Z[ recovery-image] Aug 20 01:56:09.148 INFO O| Aug 20 01:56:09.148 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-08-20T01:56:09.828Z[ recovery-image] Aug 20 01:56:09.159 INFO O| Aug 20 01:56:09.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
59912026-08-20T01:56:09.828Z[ recovery-image] Aug 20 01:56:09.159 INFO O| Aug 20 01:56:09.159 INFO STEP 243 (remove_files) COMPLETE
59922026-08-20T01:56:09.828Z[ recovery-image] Aug 20 01:56:09.159 INFO O| Aug 20 01:56:09.159 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-08-20T01:56:09.838Z[ recovery-image] Aug 20 01:56:09.169 INFO O| Aug 20 01:56:09.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
59942026-08-20T01:56:09.838Z[ recovery-image] Aug 20 01:56:09.169 INFO O| Aug 20 01:56:09.169 INFO STEP 244 (remove_files) COMPLETE
59952026-08-20T01:56:09.841Z[ recovery-image] Aug 20 01:56:09.169 INFO O| Aug 20 01:56:09.169 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-08-20T01:56:09.847Z[ recovery-image] Aug 20 01:56:09.179 INFO O| Aug 20 01:56:09.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
59972026-08-20T01:56:09.847Z[ recovery-image] Aug 20 01:56:09.179 INFO O| Aug 20 01:56:09.179 INFO STEP 245 (remove_files) COMPLETE
59982026-08-20T01:56:09.847Z[ recovery-image] Aug 20 01:56:09.179 INFO O| Aug 20 01:56:09.179 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-08-20T01:56:09.860Z[ recovery-image] Aug 20 01:56:09.189 INFO O| Aug 20 01:56:09.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60002026-08-20T01:56:09.860Z[ recovery-image] Aug 20 01:56:09.189 INFO O| Aug 20 01:56:09.189 INFO STEP 246 (remove_files) COMPLETE
60012026-08-20T01:56:09.860Z[ recovery-image] Aug 20 01:56:09.189 INFO O| Aug 20 01:56:09.189 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-08-20T01:56:09.867Z[ recovery-image] Aug 20 01:56:09.199 INFO O| Aug 20 01:56:09.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60032026-08-20T01:56:09.867Z[ recovery-image] Aug 20 01:56:09.199 INFO O| Aug 20 01:56:09.199 INFO STEP 247 (remove_files) COMPLETE
60042026-08-20T01:56:09.867Z[ recovery-image] Aug 20 01:56:09.199 INFO O| Aug 20 01:56:09.199 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-08-20T01:56:09.877Z[ recovery-image] Aug 20 01:56:09.208 INFO O| Aug 20 01:56:09.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60062026-08-20T01:56:09.877Z[ recovery-image] Aug 20 01:56:09.208 INFO O| Aug 20 01:56:09.208 INFO STEP 248 (remove_files) COMPLETE
60072026-08-20T01:56:09.880Z[ recovery-image] Aug 20 01:56:09.208 INFO O| Aug 20 01:56:09.208 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-08-20T01:56:09.886Z[ recovery-image] Aug 20 01:56:09.218 INFO O| Aug 20 01:56:09.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60092026-08-20T01:56:09.886Z[ recovery-image] Aug 20 01:56:09.218 INFO O| Aug 20 01:56:09.218 INFO STEP 249 (remove_files) COMPLETE
60102026-08-20T01:56:09.886Z[ recovery-image] Aug 20 01:56:09.218 INFO O| Aug 20 01:56:09.218 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-08-20T01:56:09.896Z[ recovery-image] Aug 20 01:56:09.227 INFO O| Aug 20 01:56:09.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60122026-08-20T01:56:09.896Z[ recovery-image] Aug 20 01:56:09.228 INFO O| Aug 20 01:56:09.228 INFO STEP 250 (remove_files) COMPLETE
60132026-08-20T01:56:09.896Z[ recovery-image] Aug 20 01:56:09.228 INFO O| Aug 20 01:56:09.228 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-08-20T01:56:09.905Z[ recovery-image] Aug 20 01:56:09.237 INFO O| Aug 20 01:56:09.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60152026-08-20T01:56:09.905Z[ recovery-image] Aug 20 01:56:09.237 INFO O| Aug 20 01:56:09.237 INFO STEP 251 (remove_files) COMPLETE
60162026-08-20T01:56:09.905Z[ recovery-image] Aug 20 01:56:09.237 INFO O| Aug 20 01:56:09.237 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-08-20T01:56:09.914Z[ recovery-image] Aug 20 01:56:09.245 INFO O| Aug 20 01:56:09.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60182026-08-20T01:56:09.914Z[ recovery-image] Aug 20 01:56:09.245 INFO O| Aug 20 01:56:09.245 INFO STEP 252 (remove_files) COMPLETE
60192026-08-20T01:56:09.914Z[ recovery-image] Aug 20 01:56:09.245 INFO O| Aug 20 01:56:09.245 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-08-20T01:56:09.924Z[ recovery-image] Aug 20 01:56:09.256 INFO O| Aug 20 01:56:09.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60212026-08-20T01:56:09.924Z[ recovery-image] Aug 20 01:56:09.256 INFO O| Aug 20 01:56:09.256 INFO STEP 253 (remove_files) COMPLETE
60222026-08-20T01:56:09.927Z[ recovery-image] Aug 20 01:56:09.256 INFO O| Aug 20 01:56:09.256 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-08-20T01:56:09.936Z[ recovery-image] Aug 20 01:56:09.266 INFO O| Aug 20 01:56:09.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60242026-08-20T01:56:09.937Z[ recovery-image] Aug 20 01:56:09.266 INFO O| Aug 20 01:56:09.266 INFO STEP 254 (remove_files) COMPLETE
60252026-08-20T01:56:09.937Z[ recovery-image] Aug 20 01:56:09.266 INFO O| Aug 20 01:56:09.266 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-08-20T01:56:09.945Z[ recovery-image] Aug 20 01:56:09.276 INFO O| Aug 20 01:56:09.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60272026-08-20T01:56:09.945Z[ recovery-image] Aug 20 01:56:09.276 INFO O| Aug 20 01:56:09.276 INFO STEP 255 (remove_files) COMPLETE
60282026-08-20T01:56:09.945Z[ recovery-image] Aug 20 01:56:09.276 INFO O| Aug 20 01:56:09.276 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-08-20T01:56:09.954Z[ recovery-image] Aug 20 01:56:09.285 INFO O| Aug 20 01:56:09.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60302026-08-20T01:56:09.954Z[ recovery-image] Aug 20 01:56:09.285 INFO O| Aug 20 01:56:09.285 INFO STEP 256 (remove_files) COMPLETE
60312026-08-20T01:56:09.954Z[ recovery-image] Aug 20 01:56:09.285 INFO O| Aug 20 01:56:09.285 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-08-20T01:56:09.963Z[ recovery-image] Aug 20 01:56:09.294 INFO O| Aug 20 01:56:09.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60332026-08-20T01:56:09.963Z[ recovery-image] Aug 20 01:56:09.294 INFO O| Aug 20 01:56:09.294 INFO STEP 257 (remove_files) COMPLETE
60342026-08-20T01:56:09.963Z[ recovery-image] Aug 20 01:56:09.294 INFO O| Aug 20 01:56:09.294 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-08-20T01:56:09.971Z[ recovery-image] Aug 20 01:56:09.302 INFO O| Aug 20 01:56:09.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60362026-08-20T01:56:09.971Z[ recovery-image] Aug 20 01:56:09.302 INFO O| Aug 20 01:56:09.302 INFO STEP 258 (remove_files) COMPLETE
60372026-08-20T01:56:09.975Z[ recovery-image] Aug 20 01:56:09.302 INFO O| Aug 20 01:56:09.302 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-08-20T01:56:09.979Z[ recovery-image] Aug 20 01:56:09.310 INFO O| Aug 20 01:56:09.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60392026-08-20T01:56:09.979Z[ recovery-image] Aug 20 01:56:09.310 INFO O| Aug 20 01:56:09.310 INFO STEP 259 (remove_files) COMPLETE
60402026-08-20T01:56:09.979Z[ recovery-image] Aug 20 01:56:09.310 INFO O| Aug 20 01:56:09.310 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-08-20T01:56:09.988Z[ recovery-image] Aug 20 01:56:09.320 INFO O| Aug 20 01:56:09.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60422026-08-20T01:56:09.992Z[ recovery-image] Aug 20 01:56:09.320 INFO O| Aug 20 01:56:09.320 INFO STEP 260 (remove_files) COMPLETE
60432026-08-20T01:56:09.992Z[ recovery-image] Aug 20 01:56:09.320 INFO O| Aug 20 01:56:09.320 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-08-20T01:56:09.998Z[ recovery-image] Aug 20 01:56:09.330 INFO O| Aug 20 01:56:09.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60452026-08-20T01:56:09.999Z[ recovery-image] Aug 20 01:56:09.330 INFO O| Aug 20 01:56:09.330 INFO STEP 261 (remove_files) COMPLETE
60462026-08-20T01:56:09.999Z[ recovery-image] Aug 20 01:56:09.330 INFO O| Aug 20 01:56:09.330 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-08-20T01:56:10.009Z[ recovery-image] Aug 20 01:56:09.341 INFO O| Aug 20 01:56:09.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60482026-08-20T01:56:10.009Z[ recovery-image] Aug 20 01:56:09.341 INFO O| Aug 20 01:56:09.341 INFO STEP 262 (remove_files) COMPLETE
60492026-08-20T01:56:10.009Z[ recovery-image] Aug 20 01:56:09.341 INFO O| Aug 20 01:56:09.341 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-08-20T01:56:10.019Z[ recovery-image] Aug 20 01:56:09.351 INFO O| Aug 20 01:56:09.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60512026-08-20T01:56:10.019Z[ recovery-image] Aug 20 01:56:09.351 INFO O| Aug 20 01:56:09.351 INFO STEP 263 (remove_files) COMPLETE
60522026-08-20T01:56:10.019Z[ recovery-image] Aug 20 01:56:09.351 INFO O| Aug 20 01:56:09.351 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-08-20T01:56:10.029Z[ recovery-image] Aug 20 01:56:09.360 INFO O| Aug 20 01:56:09.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60542026-08-20T01:56:10.029Z[ recovery-image] Aug 20 01:56:09.360 INFO O| Aug 20 01:56:09.360 INFO STEP 264 (remove_files) COMPLETE
60552026-08-20T01:56:10.032Z[ recovery-image] Aug 20 01:56:09.360 INFO O| Aug 20 01:56:09.360 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-08-20T01:56:10.038Z[ recovery-image] Aug 20 01:56:09.369 INFO O| Aug 20 01:56:09.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60572026-08-20T01:56:10.038Z[ recovery-image] Aug 20 01:56:09.369 INFO O| Aug 20 01:56:09.369 INFO STEP 265 (remove_files) COMPLETE
60582026-08-20T01:56:10.038Z[ recovery-image] Aug 20 01:56:09.369 INFO O| Aug 20 01:56:09.369 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-08-20T01:56:10.047Z[ recovery-image] Aug 20 01:56:09.378 INFO O| Aug 20 01:56:09.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60602026-08-20T01:56:10.047Z[ recovery-image] Aug 20 01:56:09.379 INFO O| Aug 20 01:56:09.379 INFO STEP 266 (remove_files) COMPLETE
60612026-08-20T01:56:10.047Z[ recovery-image] Aug 20 01:56:09.379 INFO O| Aug 20 01:56:09.379 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-08-20T01:56:10.058Z[ recovery-image] Aug 20 01:56:09.388 INFO O| Aug 20 01:56:09.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60632026-08-20T01:56:10.059Z[ recovery-image] Aug 20 01:56:09.388 INFO O| Aug 20 01:56:09.388 INFO STEP 267 (remove_files) COMPLETE
60642026-08-20T01:56:10.059Z[ recovery-image] Aug 20 01:56:09.388 INFO O| Aug 20 01:56:09.388 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-08-20T01:56:10.067Z[ recovery-image] Aug 20 01:56:09.398 INFO O| Aug 20 01:56:09.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60662026-08-20T01:56:10.067Z[ recovery-image] Aug 20 01:56:09.398 INFO O| Aug 20 01:56:09.398 INFO STEP 268 (remove_files) COMPLETE
60672026-08-20T01:56:10.070Z[ recovery-image] Aug 20 01:56:09.398 INFO O| Aug 20 01:56:09.398 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-08-20T01:56:10.076Z[ recovery-image] Aug 20 01:56:09.408 INFO O| Aug 20 01:56:09.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60692026-08-20T01:56:10.076Z[ recovery-image] Aug 20 01:56:09.408 INFO O| Aug 20 01:56:09.408 INFO STEP 269 (remove_files) COMPLETE
60702026-08-20T01:56:10.076Z[ recovery-image] Aug 20 01:56:09.408 INFO O| Aug 20 01:56:09.408 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-08-20T01:56:10.087Z[ recovery-image] Aug 20 01:56:09.417 INFO O| Aug 20 01:56:09.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60722026-08-20T01:56:10.087Z[ recovery-image] Aug 20 01:56:09.417 INFO O| Aug 20 01:56:09.417 INFO STEP 270 (remove_files) COMPLETE
60732026-08-20T01:56:10.087Z[ recovery-image] Aug 20 01:56:09.417 INFO O| Aug 20 01:56:09.417 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-08-20T01:56:10.095Z[ recovery-image] Aug 20 01:56:09.426 INFO O| Aug 20 01:56:09.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60752026-08-20T01:56:10.095Z[ recovery-image] Aug 20 01:56:09.426 INFO O| Aug 20 01:56:09.426 INFO STEP 271 (remove_files) COMPLETE
60762026-08-20T01:56:10.095Z[ recovery-image] Aug 20 01:56:09.426 INFO O| Aug 20 01:56:09.426 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-08-20T01:56:10.105Z[ recovery-image] Aug 20 01:56:09.437 INFO O| Aug 20 01:56:09.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60782026-08-20T01:56:10.106Z[ recovery-image] Aug 20 01:56:09.437 INFO O| Aug 20 01:56:09.437 INFO STEP 272 (remove_files) COMPLETE
60792026-08-20T01:56:10.106Z[ recovery-image] Aug 20 01:56:09.437 INFO O| Aug 20 01:56:09.437 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-08-20T01:56:10.115Z[ recovery-image] Aug 20 01:56:09.446 INFO O| Aug 20 01:56:09.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
60812026-08-20T01:56:10.115Z[ recovery-image] Aug 20 01:56:09.446 INFO O| Aug 20 01:56:09.446 INFO STEP 273 (remove_files) COMPLETE
60822026-08-20T01:56:10.115Z[ recovery-image] Aug 20 01:56:09.446 INFO O| Aug 20 01:56:09.446 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-08-20T01:56:10.125Z[ recovery-image] Aug 20 01:56:09.456 INFO O| Aug 20 01:56:09.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
60842026-08-20T01:56:10.125Z[ recovery-image] Aug 20 01:56:09.456 INFO O| Aug 20 01:56:09.456 INFO STEP 274 (remove_files) COMPLETE
60852026-08-20T01:56:10.128Z[ recovery-image] Aug 20 01:56:09.456 INFO O| Aug 20 01:56:09.456 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-08-20T01:56:10.134Z[ recovery-image] Aug 20 01:56:09.466 INFO O| Aug 20 01:56:09.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
60872026-08-20T01:56:10.135Z[ recovery-image] Aug 20 01:56:09.466 INFO O| Aug 20 01:56:09.466 INFO STEP 275 (remove_files) COMPLETE
60882026-08-20T01:56:10.135Z[ recovery-image] Aug 20 01:56:09.466 INFO O| Aug 20 01:56:09.466 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-08-20T01:56:10.145Z[ recovery-image] Aug 20 01:56:09.476 INFO O| Aug 20 01:56:09.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
60902026-08-20T01:56:10.145Z[ recovery-image] Aug 20 01:56:09.476 INFO O| Aug 20 01:56:09.476 INFO STEP 276 (remove_files) COMPLETE
60912026-08-20T01:56:10.148Z[ recovery-image] Aug 20 01:56:09.476 INFO O| Aug 20 01:56:09.476 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-08-20T01:56:10.154Z[ recovery-image] Aug 20 01:56:09.486 INFO O| Aug 20 01:56:09.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
60932026-08-20T01:56:10.154Z[ recovery-image] Aug 20 01:56:09.486 INFO O| Aug 20 01:56:09.486 INFO STEP 277 (remove_files) COMPLETE
60942026-08-20T01:56:10.158Z[ recovery-image] Aug 20 01:56:09.486 INFO O| Aug 20 01:56:09.486 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-08-20T01:56:10.165Z[ recovery-image] Aug 20 01:56:09.496 INFO O| Aug 20 01:56:09.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
60962026-08-20T01:56:10.165Z[ recovery-image] Aug 20 01:56:09.496 INFO O| Aug 20 01:56:09.496 INFO STEP 278 (remove_files) COMPLETE
60972026-08-20T01:56:10.165Z[ recovery-image] Aug 20 01:56:09.496 INFO O| Aug 20 01:56:09.496 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-08-20T01:56:10.175Z[ recovery-image] Aug 20 01:56:09.506 INFO O| Aug 20 01:56:09.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
60992026-08-20T01:56:10.175Z[ recovery-image] Aug 20 01:56:09.506 INFO O| Aug 20 01:56:09.506 INFO STEP 279 (remove_files) COMPLETE
61002026-08-20T01:56:10.175Z[ recovery-image] Aug 20 01:56:09.506 INFO O| Aug 20 01:56:09.506 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-08-20T01:56:10.188Z[ recovery-image] Aug 20 01:56:09.516 INFO O| Aug 20 01:56:09.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61022026-08-20T01:56:10.188Z[ recovery-image] Aug 20 01:56:09.516 INFO O| Aug 20 01:56:09.516 INFO STEP 280 (remove_files) COMPLETE
61032026-08-20T01:56:10.188Z[ recovery-image] Aug 20 01:56:09.516 INFO O| Aug 20 01:56:09.516 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-08-20T01:56:10.194Z[ recovery-image] Aug 20 01:56:09.526 INFO O| Aug 20 01:56:09.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61052026-08-20T01:56:10.194Z[ recovery-image] Aug 20 01:56:09.526 INFO O| Aug 20 01:56:09.526 INFO STEP 281 (remove_files) COMPLETE
61062026-08-20T01:56:10.197Z[ recovery-image] Aug 20 01:56:09.526 INFO O| Aug 20 01:56:09.526 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-08-20T01:56:10.205Z[ recovery-image] Aug 20 01:56:09.536 INFO O| Aug 20 01:56:09.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61082026-08-20T01:56:10.205Z[ recovery-image] Aug 20 01:56:09.536 INFO O| Aug 20 01:56:09.536 INFO STEP 282 (remove_files) COMPLETE
61092026-08-20T01:56:10.205Z[ recovery-image] Aug 20 01:56:09.536 INFO O| Aug 20 01:56:09.536 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-08-20T01:56:10.215Z[ recovery-image] Aug 20 01:56:09.546 INFO O| Aug 20 01:56:09.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61112026-08-20T01:56:10.215Z[ recovery-image] Aug 20 01:56:09.546 INFO O| Aug 20 01:56:09.546 INFO STEP 283 (remove_files) COMPLETE
61122026-08-20T01:56:10.215Z[ recovery-image] Aug 20 01:56:09.546 INFO O| Aug 20 01:56:09.546 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-08-20T01:56:10.225Z[ recovery-image] Aug 20 01:56:09.557 INFO O| Aug 20 01:56:09.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61142026-08-20T01:56:10.225Z[ recovery-image] Aug 20 01:56:09.557 INFO O| Aug 20 01:56:09.557 INFO STEP 284 (remove_files) COMPLETE
61152026-08-20T01:56:10.226Z[ recovery-image] Aug 20 01:56:09.557 INFO O| Aug 20 01:56:09.557 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-08-20T01:56:10.236Z[ recovery-image] Aug 20 01:56:09.567 INFO O| Aug 20 01:56:09.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61172026-08-20T01:56:10.236Z[ recovery-image] Aug 20 01:56:09.567 INFO O| Aug 20 01:56:09.567 INFO STEP 285 (remove_files) COMPLETE
61182026-08-20T01:56:10.236Z[ recovery-image] Aug 20 01:56:09.567 INFO O| Aug 20 01:56:09.567 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-08-20T01:56:10.245Z[ recovery-image] Aug 20 01:56:09.576 INFO O| Aug 20 01:56:09.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61202026-08-20T01:56:10.245Z[ recovery-image] Aug 20 01:56:09.576 INFO O| Aug 20 01:56:09.576 INFO STEP 286 (remove_files) COMPLETE
61212026-08-20T01:56:10.248Z[ recovery-image] Aug 20 01:56:09.576 INFO O| Aug 20 01:56:09.576 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-08-20T01:56:10.254Z[ recovery-image] Aug 20 01:56:09.586 INFO O| Aug 20 01:56:09.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61232026-08-20T01:56:10.254Z[ recovery-image] Aug 20 01:56:09.586 INFO O| Aug 20 01:56:09.586 INFO STEP 287 (remove_files) COMPLETE
61242026-08-20T01:56:10.254Z[ recovery-image] Aug 20 01:56:09.586 INFO O| Aug 20 01:56:09.586 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-08-20T01:56:10.264Z[ recovery-image] Aug 20 01:56:09.595 INFO O| Aug 20 01:56:09.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61262026-08-20T01:56:10.264Z[ recovery-image] Aug 20 01:56:09.595 INFO O| Aug 20 01:56:09.595 INFO STEP 288 (remove_files) COMPLETE
61272026-08-20T01:56:10.264Z[ recovery-image] Aug 20 01:56:09.595 INFO O| Aug 20 01:56:09.595 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-08-20T01:56:10.276Z[ recovery-image] Aug 20 01:56:09.604 INFO O| Aug 20 01:56:09.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61292026-08-20T01:56:10.276Z[ recovery-image] Aug 20 01:56:09.604 INFO O| Aug 20 01:56:09.604 INFO STEP 289 (remove_files) COMPLETE
61302026-08-20T01:56:10.281Z[ recovery-image] Aug 20 01:56:09.604 INFO O| Aug 20 01:56:09.604 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-08-20T01:56:10.284Z[ recovery-image] Aug 20 01:56:09.612 INFO O| Aug 20 01:56:09.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61322026-08-20T01:56:10.284Z[ recovery-image] Aug 20 01:56:09.612 INFO O| Aug 20 01:56:09.612 INFO STEP 290 (remove_files) COMPLETE
61332026-08-20T01:56:10.284Z[ recovery-image] Aug 20 01:56:09.612 INFO O| Aug 20 01:56:09.612 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-08-20T01:56:10.290Z[ recovery-image] Aug 20 01:56:09.621 INFO O| Aug 20 01:56:09.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61352026-08-20T01:56:10.290Z[ recovery-image] Aug 20 01:56:09.621 INFO O| Aug 20 01:56:09.621 INFO STEP 291 (remove_files) COMPLETE
61362026-08-20T01:56:10.293Z[ recovery-image] Aug 20 01:56:09.621 INFO O| Aug 20 01:56:09.621 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-08-20T01:56:10.297Z[ recovery-image] Aug 20 01:56:09.629 INFO O| Aug 20 01:56:09.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61382026-08-20T01:56:10.297Z[ recovery-image] Aug 20 01:56:09.629 INFO O| Aug 20 01:56:09.629 INFO STEP 292 (remove_files) COMPLETE
61392026-08-20T01:56:10.297Z[ recovery-image] Aug 20 01:56:09.629 INFO O| Aug 20 01:56:09.629 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-08-20T01:56:10.307Z[ recovery-image] Aug 20 01:56:09.638 INFO O| Aug 20 01:56:09.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61412026-08-20T01:56:10.307Z[ recovery-image] Aug 20 01:56:09.638 INFO O| Aug 20 01:56:09.638 INFO STEP 293 (remove_files) COMPLETE
61422026-08-20T01:56:10.307Z[ recovery-image] Aug 20 01:56:09.638 INFO O| Aug 20 01:56:09.638 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-08-20T01:56:10.320Z[ recovery-image] Aug 20 01:56:09.648 INFO O| Aug 20 01:56:09.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61442026-08-20T01:56:10.320Z[ recovery-image] Aug 20 01:56:09.648 INFO O| Aug 20 01:56:09.648 INFO STEP 294 (remove_files) COMPLETE
61452026-08-20T01:56:10.320Z[ recovery-image] Aug 20 01:56:09.648 INFO O| Aug 20 01:56:09.648 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-08-20T01:56:10.324Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
61472026-08-20T01:56:10.327Z[ recovery-image] Aug 20 01:56:09.657 INFO O| Aug 20 01:56:09.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61482026-08-20T01:56:10.327Z[ recovery-image] Aug 20 01:56:09.657 INFO O| Aug 20 01:56:09.657 INFO STEP 295 (remove_files) COMPLETE
61492026-08-20T01:56:10.327Z[ recovery-image] Aug 20 01:56:09.657 INFO O| Aug 20 01:56:09.657 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61502026-08-20T01:56:10.335Z[ recovery-image] Aug 20 01:56:09.667 INFO O| Aug 20 01:56:09.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61512026-08-20T01:56:10.335Z[ recovery-image] Aug 20 01:56:09.667 INFO O| Aug 20 01:56:09.667 INFO STEP 296 (remove_files) COMPLETE
61522026-08-20T01:56:10.335Z[ recovery-image] Aug 20 01:56:09.667 INFO O| Aug 20 01:56:09.667 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61532026-08-20T01:56:10.346Z[ recovery-image] Aug 20 01:56:09.678 INFO O| Aug 20 01:56:09.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61542026-08-20T01:56:10.346Z[ recovery-image] Aug 20 01:56:09.678 INFO O| Aug 20 01:56:09.678 INFO STEP 297 (remove_files) COMPLETE
61552026-08-20T01:56:10.346Z[ recovery-image] Aug 20 01:56:09.678 INFO O| Aug 20 01:56:09.678 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61562026-08-20T01:56:10.362Z[ recovery-image] Aug 20 01:56:09.688 INFO O| Aug 20 01:56:09.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61572026-08-20T01:56:10.362Z[ recovery-image] Aug 20 01:56:09.688 INFO O| Aug 20 01:56:09.688 INFO STEP 298 (remove_files) COMPLETE
61582026-08-20T01:56:10.362Z[ recovery-image] Aug 20 01:56:09.688 INFO O| Aug 20 01:56:09.688 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61592026-08-20T01:56:10.367Z[ recovery-image] Aug 20 01:56:09.698 INFO O| Aug 20 01:56:09.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61602026-08-20T01:56:10.367Z[ recovery-image] Aug 20 01:56:09.698 INFO O| Aug 20 01:56:09.698 INFO STEP 299 (remove_files) COMPLETE
61612026-08-20T01:56:10.367Z[ recovery-image] Aug 20 01:56:09.698 INFO O| Aug 20 01:56:09.698 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61622026-08-20T01:56:10.377Z[ recovery-image] Aug 20 01:56:09.708 INFO O| Aug 20 01:56:09.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61632026-08-20T01:56:10.377Z[ recovery-image] Aug 20 01:56:09.708 INFO O| Aug 20 01:56:09.708 INFO STEP 300 (remove_files) COMPLETE
61642026-08-20T01:56:10.377Z[ recovery-image] Aug 20 01:56:09.708 INFO O| Aug 20 01:56:09.708 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61652026-08-20T01:56:10.392Z[ recovery-image] Aug 20 01:56:09.724 INFO O| Aug 20 01:56:09.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61662026-08-20T01:56:10.392Z[ recovery-image] Aug 20 01:56:09.724 INFO O| Aug 20 01:56:09.724 INFO STEP 301 (remove_files) COMPLETE
61672026-08-20T01:56:10.392Z[ recovery-image] Aug 20 01:56:09.724 INFO O| Aug 20 01:56:09.724 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61682026-08-20T01:56:10.402Z[ recovery-image] Aug 20 01:56:09.734 INFO O| Aug 20 01:56:09.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61692026-08-20T01:56:10.402Z[ recovery-image] Aug 20 01:56:09.734 INFO O| Aug 20 01:56:09.734 INFO STEP 302 (remove_files) COMPLETE
61702026-08-20T01:56:10.402Z[ recovery-image] Aug 20 01:56:09.734 INFO O| Aug 20 01:56:09.734 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61712026-08-20T01:56:10.416Z[ recovery-image] Aug 20 01:56:09.744 INFO O| Aug 20 01:56:09.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61722026-08-20T01:56:10.416Z[ recovery-image] Aug 20 01:56:09.744 INFO O| Aug 20 01:56:09.744 INFO STEP 303 (remove_files) COMPLETE
61732026-08-20T01:56:10.416Z[ recovery-image] Aug 20 01:56:09.744 INFO O| Aug 20 01:56:09.744 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61742026-08-20T01:56:10.423Z[ recovery-image] Aug 20 01:56:09.755 INFO O| Aug 20 01:56:09.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61752026-08-20T01:56:10.423Z[ recovery-image] Aug 20 01:56:09.755 INFO O| Aug 20 01:56:09.755 INFO STEP 304 (remove_files) COMPLETE
61762026-08-20T01:56:10.423Z[ recovery-image] Aug 20 01:56:09.755 INFO O| Aug 20 01:56:09.755 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61772026-08-20T01:56:10.434Z[ recovery-image] Aug 20 01:56:09.765 INFO O| Aug 20 01:56:09.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61782026-08-20T01:56:10.434Z[ recovery-image] Aug 20 01:56:09.765 INFO O| Aug 20 01:56:09.765 INFO STEP 305 (remove_files) COMPLETE
61792026-08-20T01:56:10.434Z[ recovery-image] Aug 20 01:56:09.765 INFO O| Aug 20 01:56:09.765 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61802026-08-20T01:56:10.444Z[ recovery-image] Aug 20 01:56:09.775 INFO O| Aug 20 01:56:09.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61812026-08-20T01:56:10.444Z[ recovery-image] Aug 20 01:56:09.775 INFO O| Aug 20 01:56:09.775 INFO STEP 306 (remove_files) COMPLETE
61822026-08-20T01:56:10.444Z[ recovery-image] Aug 20 01:56:09.775 INFO O| Aug 20 01:56:09.775 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61832026-08-20T01:56:10.454Z[ recovery-image] Aug 20 01:56:09.785 INFO O| Aug 20 01:56:09.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
61842026-08-20T01:56:10.454Z[ recovery-image] Aug 20 01:56:09.785 INFO O| Aug 20 01:56:09.785 INFO STEP 307 (remove_files) COMPLETE
61852026-08-20T01:56:10.454Z[ recovery-image] Aug 20 01:56:09.785 INFO O| Aug 20 01:56:09.785 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61862026-08-20T01:56:10.465Z[ recovery-image] Aug 20 01:56:09.796 INFO O| Aug 20 01:56:09.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
61872026-08-20T01:56:10.465Z[ recovery-image] Aug 20 01:56:09.796 INFO O| Aug 20 01:56:09.796 INFO STEP 308 (remove_files) COMPLETE
61882026-08-20T01:56:10.465Z[ recovery-image] Aug 20 01:56:09.796 INFO O| Aug 20 01:56:09.796 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61892026-08-20T01:56:10.474Z[ recovery-image] Aug 20 01:56:09.806 INFO O| Aug 20 01:56:09.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
61902026-08-20T01:56:10.475Z[ recovery-image] Aug 20 01:56:09.806 INFO O| Aug 20 01:56:09.806 INFO STEP 309 (remove_files) COMPLETE
61912026-08-20T01:56:10.478Z[ recovery-image] Aug 20 01:56:09.806 INFO O| Aug 20 01:56:09.806 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61922026-08-20T01:56:10.484Z[ recovery-image] Aug 20 01:56:09.816 INFO O| Aug 20 01:56:09.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
61932026-08-20T01:56:10.484Z[ recovery-image] Aug 20 01:56:09.816 INFO O| Aug 20 01:56:09.816 INFO STEP 310 (remove_files) COMPLETE
61942026-08-20T01:56:10.489Z[ recovery-image] Aug 20 01:56:09.816 INFO O| Aug 20 01:56:09.816 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61952026-08-20T01:56:10.494Z[ recovery-image] Aug 20 01:56:09.826 INFO O| Aug 20 01:56:09.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
61962026-08-20T01:56:10.497Z[ recovery-image] Aug 20 01:56:09.826 INFO O| Aug 20 01:56:09.826 INFO STEP 311 (remove_files) COMPLETE
61972026-08-20T01:56:10.497Z[ recovery-image] Aug 20 01:56:09.826 INFO O| Aug 20 01:56:09.826 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61982026-08-20T01:56:10.504Z[ recovery-image] Aug 20 01:56:09.836 INFO O| Aug 20 01:56:09.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
61992026-08-20T01:56:10.504Z[ recovery-image] Aug 20 01:56:09.836 INFO O| Aug 20 01:56:09.836 INFO STEP 312 (remove_files) COMPLETE
62002026-08-20T01:56:10.508Z[ recovery-image] Aug 20 01:56:09.836 INFO O| Aug 20 01:56:09.836 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62012026-08-20T01:56:10.514Z[ recovery-image] Aug 20 01:56:09.845 INFO O| Aug 20 01:56:09.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62022026-08-20T01:56:10.514Z[ recovery-image] Aug 20 01:56:09.845 INFO O| Aug 20 01:56:09.845 INFO STEP 313 (remove_files) COMPLETE
62032026-08-20T01:56:10.514Z[ recovery-image] Aug 20 01:56:09.845 INFO O| Aug 20 01:56:09.845 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62042026-08-20T01:56:10.523Z[ recovery-image] Aug 20 01:56:09.855 INFO O| Aug 20 01:56:09.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62052026-08-20T01:56:10.527Z[ recovery-image] Aug 20 01:56:09.856 INFO O| Aug 20 01:56:09.856 INFO STEP 314 (remove_files) COMPLETE
62062026-08-20T01:56:10.527Z[ recovery-image] Aug 20 01:56:09.856 INFO O| Aug 20 01:56:09.856 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62072026-08-20T01:56:10.534Z[ recovery-image] Aug 20 01:56:09.864 INFO O| Aug 20 01:56:09.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62082026-08-20T01:56:10.540Z[ recovery-image] Aug 20 01:56:09.865 INFO O| Aug 20 01:56:09.865 INFO STEP 315 (remove_files) COMPLETE
62092026-08-20T01:56:10.540Z[ recovery-image] Aug 20 01:56:09.865 INFO O| Aug 20 01:56:09.865 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62102026-08-20T01:56:10.544Z[ recovery-image] Aug 20 01:56:09.874 INFO O| Aug 20 01:56:09.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62112026-08-20T01:56:10.544Z[ recovery-image] Aug 20 01:56:09.874 INFO O| Aug 20 01:56:09.874 INFO STEP 316 (remove_files) COMPLETE
62122026-08-20T01:56:10.544Z[ recovery-image] Aug 20 01:56:09.874 INFO O| Aug 20 01:56:09.874 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62132026-08-20T01:56:10.551Z[ recovery-image] Aug 20 01:56:09.883 INFO O| Aug 20 01:56:09.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62142026-08-20T01:56:10.551Z[ recovery-image] Aug 20 01:56:09.883 INFO O| Aug 20 01:56:09.883 INFO STEP 317 (remove_files) COMPLETE
62152026-08-20T01:56:10.551Z[ recovery-image] Aug 20 01:56:09.883 INFO O| Aug 20 01:56:09.883 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62162026-08-20T01:56:10.561Z[ recovery-image] Aug 20 01:56:09.892 INFO O| Aug 20 01:56:09.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62172026-08-20T01:56:10.561Z[ recovery-image] Aug 20 01:56:09.892 INFO O| Aug 20 01:56:09.892 INFO STEP 318 (remove_files) COMPLETE
62182026-08-20T01:56:10.566Z[ recovery-image] Aug 20 01:56:09.892 INFO O| Aug 20 01:56:09.892 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62192026-08-20T01:56:10.570Z[ recovery-image] Aug 20 01:56:09.902 INFO O| Aug 20 01:56:09.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62202026-08-20T01:56:10.570Z[ recovery-image] Aug 20 01:56:09.902 INFO O| Aug 20 01:56:09.902 INFO STEP 319 (remove_files) COMPLETE
62212026-08-20T01:56:10.570Z[ recovery-image] Aug 20 01:56:09.902 INFO O| Aug 20 01:56:09.902 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62222026-08-20T01:56:10.581Z[ recovery-image] Aug 20 01:56:09.912 INFO O| Aug 20 01:56:09.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62232026-08-20T01:56:10.581Z[ recovery-image] Aug 20 01:56:09.912 INFO O| Aug 20 01:56:09.912 INFO STEP 320 (remove_files) COMPLETE
62242026-08-20T01:56:10.581Z[ recovery-image] Aug 20 01:56:09.912 INFO O| Aug 20 01:56:09.912 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62252026-08-20T01:56:10.592Z[ recovery-image] Aug 20 01:56:09.924 INFO O| Aug 20 01:56:09.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62262026-08-20T01:56:10.592Z[ recovery-image] Aug 20 01:56:09.924 INFO O| Aug 20 01:56:09.924 INFO STEP 321 (remove_files) COMPLETE
62272026-08-20T01:56:10.592Z[ recovery-image] Aug 20 01:56:09.924 INFO O| Aug 20 01:56:09.924 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62282026-08-20T01:56:10.602Z[ recovery-image] Aug 20 01:56:09.933 INFO O| Aug 20 01:56:09.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62292026-08-20T01:56:10.602Z[ recovery-image] Aug 20 01:56:09.933 INFO O| Aug 20 01:56:09.933 INFO STEP 322 (remove_files) COMPLETE
62302026-08-20T01:56:10.602Z[ recovery-image] Aug 20 01:56:09.933 INFO O| Aug 20 01:56:09.933 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62312026-08-20T01:56:10.612Z[ recovery-image] Aug 20 01:56:09.944 INFO O| Aug 20 01:56:09.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62322026-08-20T01:56:10.612Z[ recovery-image] Aug 20 01:56:09.944 INFO O| Aug 20 01:56:09.944 INFO STEP 323 (remove_files) COMPLETE
62332026-08-20T01:56:10.612Z[ recovery-image] Aug 20 01:56:09.944 INFO O| Aug 20 01:56:09.944 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62342026-08-20T01:56:10.622Z[ recovery-image] Aug 20 01:56:09.953 INFO O| Aug 20 01:56:09.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62352026-08-20T01:56:10.622Z[ recovery-image] Aug 20 01:56:09.953 INFO O| Aug 20 01:56:09.953 INFO STEP 324 (remove_files) COMPLETE
62362026-08-20T01:56:10.622Z[ recovery-image] Aug 20 01:56:09.954 INFO O| Aug 20 01:56:09.953 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62372026-08-20T01:56:10.631Z[ recovery-image] Aug 20 01:56:09.962 INFO O| Aug 20 01:56:09.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62382026-08-20T01:56:10.631Z[ recovery-image] Aug 20 01:56:09.962 INFO O| Aug 20 01:56:09.962 INFO STEP 325 (remove_files) COMPLETE
62392026-08-20T01:56:10.635Z[ recovery-image] Aug 20 01:56:09.962 INFO O| Aug 20 01:56:09.962 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62402026-08-20T01:56:10.639Z[ recovery-image] Aug 20 01:56:09.970 INFO O| Aug 20 01:56:09.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62412026-08-20T01:56:10.639Z[ recovery-image] Aug 20 01:56:09.971 INFO O| Aug 20 01:56:09.970 INFO STEP 326 (remove_files) COMPLETE
62422026-08-20T01:56:10.639Z[ recovery-image] Aug 20 01:56:09.971 INFO O| Aug 20 01:56:09.971 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62432026-08-20T01:56:10.649Z[ recovery-image] Aug 20 01:56:09.981 INFO O| Aug 20 01:56:09.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62442026-08-20T01:56:10.650Z[ recovery-image] Aug 20 01:56:09.981 INFO O| Aug 20 01:56:09.981 INFO STEP 327 (remove_files) COMPLETE
62452026-08-20T01:56:10.653Z[ recovery-image] Aug 20 01:56:09.981 INFO O| Aug 20 01:56:09.981 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62462026-08-20T01:56:10.659Z[ recovery-image] Aug 20 01:56:09.990 INFO O| Aug 20 01:56:09.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62472026-08-20T01:56:10.659Z[ recovery-image] Aug 20 01:56:09.990 INFO O| Aug 20 01:56:09.990 INFO STEP 328 (remove_files) COMPLETE
62482026-08-20T01:56:10.659Z[ recovery-image] Aug 20 01:56:09.990 INFO O| Aug 20 01:56:09.990 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62492026-08-20T01:56:10.668Z[ recovery-image] Aug 20 01:56:10.000 INFO O| Aug 20 01:56:09.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62502026-08-20T01:56:10.668Z[ recovery-image] Aug 20 01:56:10.000 INFO O| Aug 20 01:56:10.000 INFO STEP 329 (remove_files) COMPLETE
62512026-08-20T01:56:10.668Z[ recovery-image] Aug 20 01:56:10.000 INFO O| Aug 20 01:56:10.000 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62522026-08-20T01:56:10.678Z[ recovery-image] Aug 20 01:56:10.009 INFO O| Aug 20 01:56:10.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62532026-08-20T01:56:10.678Z[ recovery-image] Aug 20 01:56:10.009 INFO O| Aug 20 01:56:10.009 INFO STEP 330 (remove_files) COMPLETE
62542026-08-20T01:56:10.678Z[ recovery-image] Aug 20 01:56:10.009 INFO O| Aug 20 01:56:10.009 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62552026-08-20T01:56:10.688Z[ recovery-image] Aug 20 01:56:10.019 INFO O| Aug 20 01:56:10.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62562026-08-20T01:56:10.688Z[ recovery-image] Aug 20 01:56:10.019 INFO O| Aug 20 01:56:10.019 INFO STEP 331 (remove_files) COMPLETE
62572026-08-20T01:56:10.688Z[ recovery-image] Aug 20 01:56:10.019 INFO O| Aug 20 01:56:10.019 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62582026-08-20T01:56:10.699Z[ recovery-image] Aug 20 01:56:10.030 INFO O| Aug 20 01:56:10.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62592026-08-20T01:56:10.699Z[ recovery-image] Aug 20 01:56:10.030 INFO O| Aug 20 01:56:10.030 INFO STEP 332 (remove_files) COMPLETE
62602026-08-20T01:56:10.702Z[ recovery-image] Aug 20 01:56:10.030 INFO O| Aug 20 01:56:10.030 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62612026-08-20T01:56:10.709Z[ recovery-image] Aug 20 01:56:10.040 INFO O| Aug 20 01:56:10.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62622026-08-20T01:56:10.709Z[ recovery-image] Aug 20 01:56:10.040 INFO O| Aug 20 01:56:10.040 INFO STEP 333 (remove_files) COMPLETE
62632026-08-20T01:56:10.709Z[ recovery-image] Aug 20 01:56:10.040 INFO O| Aug 20 01:56:10.040 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62642026-08-20T01:56:10.718Z[ recovery-image] Aug 20 01:56:10.050 INFO O| Aug 20 01:56:10.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62652026-08-20T01:56:10.718Z[ recovery-image] Aug 20 01:56:10.050 INFO O| Aug 20 01:56:10.050 INFO STEP 334 (remove_files) COMPLETE
62662026-08-20T01:56:10.721Z[ recovery-image] Aug 20 01:56:10.050 INFO O| Aug 20 01:56:10.050 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62672026-08-20T01:56:10.729Z[ recovery-image] Aug 20 01:56:10.060 INFO O| Aug 20 01:56:10.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62682026-08-20T01:56:10.729Z[ recovery-image] Aug 20 01:56:10.060 INFO O| Aug 20 01:56:10.060 INFO STEP 335 (remove_files) COMPLETE
62692026-08-20T01:56:10.729Z[ recovery-image] Aug 20 01:56:10.060 INFO O| Aug 20 01:56:10.060 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62702026-08-20T01:56:10.740Z[ recovery-image] Aug 20 01:56:10.071 INFO O| Aug 20 01:56:10.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62712026-08-20T01:56:10.740Z[ recovery-image] Aug 20 01:56:10.071 INFO O| Aug 20 01:56:10.071 INFO STEP 336 (remove_files) COMPLETE
62722026-08-20T01:56:10.740Z[ recovery-image] Aug 20 01:56:10.071 INFO O| Aug 20 01:56:10.071 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62732026-08-20T01:56:10.750Z[ recovery-image] Aug 20 01:56:10.080 INFO O| Aug 20 01:56:10.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62742026-08-20T01:56:10.750Z[ recovery-image] Aug 20 01:56:10.080 INFO O| Aug 20 01:56:10.080 INFO STEP 337 (remove_files) COMPLETE
62752026-08-20T01:56:10.750Z[ recovery-image] Aug 20 01:56:10.080 INFO O| Aug 20 01:56:10.080 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62762026-08-20T01:56:10.757Z[ recovery-image] Aug 20 01:56:10.089 INFO O| Aug 20 01:56:10.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
62772026-08-20T01:56:10.757Z[ recovery-image] Aug 20 01:56:10.089 INFO O| Aug 20 01:56:10.089 INFO STEP 338 (remove_files) COMPLETE
62782026-08-20T01:56:10.761Z[ recovery-image] Aug 20 01:56:10.089 INFO O| Aug 20 01:56:10.089 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62792026-08-20T01:56:10.768Z[ recovery-image] Aug 20 01:56:10.100 INFO O| Aug 20 01:56:10.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
62802026-08-20T01:56:10.768Z[ recovery-image] Aug 20 01:56:10.100 INFO O| Aug 20 01:56:10.100 INFO STEP 339 (remove_files) COMPLETE
62812026-08-20T01:56:10.768Z[ recovery-image] Aug 20 01:56:10.100 INFO O| Aug 20 01:56:10.100 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62822026-08-20T01:56:10.779Z[ recovery-image] Aug 20 01:56:10.111 INFO O| Aug 20 01:56:10.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
62832026-08-20T01:56:10.779Z[ recovery-image] Aug 20 01:56:10.111 INFO O| Aug 20 01:56:10.111 INFO STEP 340 (remove_files) COMPLETE
62842026-08-20T01:56:10.779Z[ recovery-image] Aug 20 01:56:10.111 INFO O| Aug 20 01:56:10.111 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62852026-08-20T01:56:10.788Z[ recovery-image] Aug 20 01:56:10.119 INFO O| Aug 20 01:56:10.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
62862026-08-20T01:56:10.788Z[ recovery-image] Aug 20 01:56:10.119 INFO O| Aug 20 01:56:10.119 INFO STEP 341 (remove_files) COMPLETE
62872026-08-20T01:56:10.788Z[ recovery-image] Aug 20 01:56:10.119 INFO O| Aug 20 01:56:10.119 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62882026-08-20T01:56:10.799Z[ recovery-image] Aug 20 01:56:10.130 INFO O| Aug 20 01:56:10.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
62892026-08-20T01:56:10.799Z[ recovery-image] Aug 20 01:56:10.130 INFO O| Aug 20 01:56:10.130 INFO STEP 342 (remove_files) COMPLETE
62902026-08-20T01:56:10.799Z[ recovery-image] Aug 20 01:56:10.130 INFO O| Aug 20 01:56:10.130 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62912026-08-20T01:56:10.808Z[ recovery-image] Aug 20 01:56:10.139 INFO O| Aug 20 01:56:10.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
62922026-08-20T01:56:10.808Z[ recovery-image] Aug 20 01:56:10.139 INFO O| Aug 20 01:56:10.139 INFO STEP 343 (remove_files) COMPLETE
62932026-08-20T01:56:10.808Z[ recovery-image] Aug 20 01:56:10.139 INFO O| Aug 20 01:56:10.139 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62942026-08-20T01:56:10.817Z[ recovery-image] Aug 20 01:56:10.148 INFO O| Aug 20 01:56:10.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
62952026-08-20T01:56:10.820Z[ recovery-image] Aug 20 01:56:10.149 INFO O| Aug 20 01:56:10.149 INFO STEP 344 (remove_files) COMPLETE
62962026-08-20T01:56:10.820Z[ recovery-image] Aug 20 01:56:10.149 INFO O| Aug 20 01:56:10.149 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62972026-08-20T01:56:10.826Z[ recovery-image] Aug 20 01:56:10.157 INFO O| Aug 20 01:56:10.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
62982026-08-20T01:56:10.826Z[ recovery-image] Aug 20 01:56:10.158 INFO O| Aug 20 01:56:10.157 INFO STEP 345 (remove_files) COMPLETE
62992026-08-20T01:56:10.826Z[ recovery-image] Aug 20 01:56:10.158 INFO O| Aug 20 01:56:10.158 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63002026-08-20T01:56:10.836Z[ recovery-image] Aug 20 01:56:10.168 INFO O| Aug 20 01:56:10.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63012026-08-20T01:56:10.837Z[ recovery-image] Aug 20 01:56:10.168 INFO O| Aug 20 01:56:10.168 INFO STEP 346 (remove_files) COMPLETE
63022026-08-20T01:56:10.837Z[ recovery-image] Aug 20 01:56:10.168 INFO O| Aug 20 01:56:10.168 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-08-20T01:56:10.847Z[ recovery-image] Aug 20 01:56:10.178 INFO O| Aug 20 01:56:10.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63042026-08-20T01:56:10.847Z[ recovery-image] Aug 20 01:56:10.178 INFO O| Aug 20 01:56:10.178 INFO STEP 347 (remove_files) COMPLETE
63052026-08-20T01:56:10.847Z[ recovery-image] Aug 20 01:56:10.178 INFO O| Aug 20 01:56:10.178 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-08-20T01:56:10.856Z[ recovery-image] Aug 20 01:56:10.188 INFO O| Aug 20 01:56:10.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63072026-08-20T01:56:10.856Z[ recovery-image] Aug 20 01:56:10.188 INFO O| Aug 20 01:56:10.188 INFO STEP 348 (remove_files) COMPLETE
63082026-08-20T01:56:10.856Z[ recovery-image] Aug 20 01:56:10.188 INFO O| Aug 20 01:56:10.188 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-08-20T01:56:10.868Z[ recovery-image] Aug 20 01:56:10.199 INFO O| Aug 20 01:56:10.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63102026-08-20T01:56:10.868Z[ recovery-image] Aug 20 01:56:10.199 INFO O| Aug 20 01:56:10.199 INFO STEP 349 (remove_files) COMPLETE
63112026-08-20T01:56:10.868Z[ recovery-image] Aug 20 01:56:10.199 INFO O| Aug 20 01:56:10.199 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-08-20T01:56:10.879Z[ recovery-image] Aug 20 01:56:10.210 INFO O| Aug 20 01:56:10.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63132026-08-20T01:56:10.879Z[ recovery-image] Aug 20 01:56:10.210 INFO O| Aug 20 01:56:10.210 INFO STEP 350 (remove_files) COMPLETE
63142026-08-20T01:56:10.882Z[ recovery-image] Aug 20 01:56:10.210 INFO O| Aug 20 01:56:10.210 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-08-20T01:56:10.889Z[ recovery-image] Aug 20 01:56:10.220 INFO O| Aug 20 01:56:10.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63162026-08-20T01:56:10.889Z[ recovery-image] Aug 20 01:56:10.220 INFO O| Aug 20 01:56:10.220 INFO STEP 351 (remove_files) COMPLETE
63172026-08-20T01:56:10.889Z[ recovery-image] Aug 20 01:56:10.220 INFO O| Aug 20 01:56:10.220 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-08-20T01:56:10.899Z[ recovery-image] Aug 20 01:56:10.229 INFO O| Aug 20 01:56:10.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63192026-08-20T01:56:10.899Z[ recovery-image] Aug 20 01:56:10.229 INFO O| Aug 20 01:56:10.229 INFO STEP 352 (remove_files) COMPLETE
63202026-08-20T01:56:10.902Z[ recovery-image] Aug 20 01:56:10.229 INFO O| Aug 20 01:56:10.229 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-08-20T01:56:10.909Z[ recovery-image] Aug 20 01:56:10.240 INFO O| Aug 20 01:56:10.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63222026-08-20T01:56:10.909Z[ recovery-image] Aug 20 01:56:10.241 INFO O| Aug 20 01:56:10.241 INFO STEP 353 (remove_files) COMPLETE
63232026-08-20T01:56:10.909Z[ recovery-image] Aug 20 01:56:10.241 INFO O| Aug 20 01:56:10.241 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63242026-08-20T01:56:10.921Z[ recovery-image] Aug 20 01:56:10.251 INFO O| Aug 20 01:56:10.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63252026-08-20T01:56:10.921Z[ recovery-image] Aug 20 01:56:10.251 INFO O| Aug 20 01:56:10.251 INFO STEP 354 (remove_files) COMPLETE
63262026-08-20T01:56:10.928Z[ recovery-image] Aug 20 01:56:10.251 INFO O| Aug 20 01:56:10.251 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63272026-08-20T01:56:10.937Z[ recovery-image] Aug 20 01:56:10.261 INFO O| Aug 20 01:56:10.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63282026-08-20T01:56:10.937Z[ recovery-image] Aug 20 01:56:10.261 INFO O| Aug 20 01:56:10.261 INFO STEP 355 (remove_files) COMPLETE
63292026-08-20T01:56:10.937Z[ recovery-image] Aug 20 01:56:10.261 INFO O| Aug 20 01:56:10.261 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63302026-08-20T01:56:10.942Z[verify-libraries] Compiling omicron-zone-package v0.12.3
63312026-08-20T01:56:10.942Z[ recovery-image] Aug 20 01:56:10.270 INFO O| Aug 20 01:56:10.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63322026-08-20T01:56:10.942Z[ recovery-image] Aug 20 01:56:10.270 INFO O| Aug 20 01:56:10.270 INFO STEP 356 (remove_files) COMPLETE
63332026-08-20T01:56:10.942Z[ recovery-image] Aug 20 01:56:10.270 INFO O| Aug 20 01:56:10.270 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-08-20T01:56:10.948Z[ recovery-image] Aug 20 01:56:10.279 INFO O| Aug 20 01:56:10.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63352026-08-20T01:56:10.948Z[ recovery-image] Aug 20 01:56:10.279 INFO O| Aug 20 01:56:10.279 INFO STEP 357 (remove_files) COMPLETE
63362026-08-20T01:56:10.948Z[ recovery-image] Aug 20 01:56:10.279 INFO O| Aug 20 01:56:10.279 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-08-20T01:56:10.957Z[ recovery-image] Aug 20 01:56:10.288 INFO O| Aug 20 01:56:10.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63382026-08-20T01:56:10.957Z[ recovery-image] Aug 20 01:56:10.288 INFO O| Aug 20 01:56:10.288 INFO STEP 358 (remove_files) COMPLETE
63392026-08-20T01:56:10.960Z[ recovery-image] Aug 20 01:56:10.288 INFO O| Aug 20 01:56:10.288 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-08-20T01:56:10.967Z[ recovery-image] Aug 20 01:56:10.298 INFO O| Aug 20 01:56:10.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63412026-08-20T01:56:10.967Z[ recovery-image] Aug 20 01:56:10.298 INFO O| Aug 20 01:56:10.298 INFO STEP 359 (remove_files) COMPLETE
63422026-08-20T01:56:10.967Z[ recovery-image] Aug 20 01:56:10.298 INFO O| Aug 20 01:56:10.298 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-08-20T01:56:10.977Z[ recovery-image] Aug 20 01:56:10.308 INFO O| Aug 20 01:56:10.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63442026-08-20T01:56:10.977Z[ recovery-image] Aug 20 01:56:10.308 INFO O| Aug 20 01:56:10.308 INFO STEP 360 (remove_files) COMPLETE
63452026-08-20T01:56:10.977Z[ recovery-image] Aug 20 01:56:10.308 INFO O| Aug 20 01:56:10.308 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-08-20T01:56:10.987Z[verify-libraries] Compiling serde_with v1.14.0
63472026-08-20T01:56:10.992Z[ recovery-image] Aug 20 01:56:10.319 INFO O| Aug 20 01:56:10.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63482026-08-20T01:56:10.992Z[ recovery-image] Aug 20 01:56:10.320 INFO O| Aug 20 01:56:10.319 INFO STEP 361 (remove_files) COMPLETE
63492026-08-20T01:56:10.992Z[ recovery-image] Aug 20 01:56:10.320 INFO O| Aug 20 01:56:10.320 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-08-20T01:56:10.997Z[ recovery-image] Aug 20 01:56:10.329 INFO O| Aug 20 01:56:10.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63512026-08-20T01:56:10.997Z[ recovery-image] Aug 20 01:56:10.329 INFO O| Aug 20 01:56:10.329 INFO STEP 362 (remove_files) COMPLETE
63522026-08-20T01:56:10.997Z[ recovery-image] Aug 20 01:56:10.329 INFO O| Aug 20 01:56:10.329 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-08-20T01:56:11.007Z[ recovery-image] Aug 20 01:56:10.338 INFO O| Aug 20 01:56:10.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63542026-08-20T01:56:11.007Z[ recovery-image] Aug 20 01:56:10.338 INFO O| Aug 20 01:56:10.338 INFO STEP 363 (remove_files) COMPLETE
63552026-08-20T01:56:11.007Z[ recovery-image] Aug 20 01:56:10.338 INFO O| Aug 20 01:56:10.338 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-08-20T01:56:11.017Z[ recovery-image] Aug 20 01:56:10.348 INFO O| Aug 20 01:56:10.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63572026-08-20T01:56:11.017Z[ recovery-image] Aug 20 01:56:10.349 INFO O| Aug 20 01:56:10.349 INFO STEP 364 (remove_files) COMPLETE
63582026-08-20T01:56:11.017Z[ recovery-image] Aug 20 01:56:10.349 INFO O| Aug 20 01:56:10.349 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-08-20T01:56:11.027Z[ recovery-image] Aug 20 01:56:10.358 INFO O| Aug 20 01:56:10.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63602026-08-20T01:56:11.027Z[ recovery-image] Aug 20 01:56:10.358 INFO O| Aug 20 01:56:10.358 INFO STEP 365 (remove_files) COMPLETE
63612026-08-20T01:56:11.027Z[ recovery-image] Aug 20 01:56:10.358 INFO O| Aug 20 01:56:10.358 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-08-20T01:56:11.036Z[ recovery-image] Aug 20 01:56:10.368 INFO O| Aug 20 01:56:10.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63632026-08-20T01:56:11.036Z[ recovery-image] Aug 20 01:56:10.368 INFO O| Aug 20 01:56:10.368 INFO STEP 366 (remove_files) COMPLETE
63642026-08-20T01:56:11.036Z[ recovery-image] Aug 20 01:56:10.368 INFO O| Aug 20 01:56:10.368 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-08-20T01:56:11.046Z[ recovery-image] Aug 20 01:56:10.377 INFO O| Aug 20 01:56:10.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63662026-08-20T01:56:11.046Z[ recovery-image] Aug 20 01:56:10.377 INFO O| Aug 20 01:56:10.377 INFO STEP 367 (remove_files) COMPLETE
63672026-08-20T01:56:11.046Z[ recovery-image] Aug 20 01:56:10.377 INFO O| Aug 20 01:56:10.377 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-08-20T01:56:11.055Z[ recovery-image] Aug 20 01:56:10.387 INFO O| Aug 20 01:56:10.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63692026-08-20T01:56:11.055Z[ recovery-image] Aug 20 01:56:10.387 INFO O| Aug 20 01:56:10.387 INFO STEP 368 (remove_files) COMPLETE
63702026-08-20T01:56:11.055Z[ recovery-image] Aug 20 01:56:10.387 INFO O| Aug 20 01:56:10.387 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-08-20T01:56:11.065Z[ recovery-image] Aug 20 01:56:10.396 INFO O| Aug 20 01:56:10.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63722026-08-20T01:56:11.065Z[ recovery-image] Aug 20 01:56:10.396 INFO O| Aug 20 01:56:10.396 INFO STEP 369 (remove_files) COMPLETE
63732026-08-20T01:56:11.066Z[ recovery-image] Aug 20 01:56:10.396 INFO O| Aug 20 01:56:10.396 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-08-20T01:56:11.073Z[ recovery-image] Aug 20 01:56:10.405 INFO O| Aug 20 01:56:10.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63752026-08-20T01:56:11.073Z[ recovery-image] Aug 20 01:56:10.405 INFO O| Aug 20 01:56:10.405 INFO STEP 370 (remove_files) COMPLETE
63762026-08-20T01:56:11.073Z[ recovery-image] Aug 20 01:56:10.405 INFO O| Aug 20 01:56:10.405 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-08-20T01:56:11.083Z[ recovery-image] Aug 20 01:56:10.414 INFO O| Aug 20 01:56:10.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
63782026-08-20T01:56:11.083Z[ recovery-image] Aug 20 01:56:10.414 INFO O| Aug 20 01:56:10.414 INFO STEP 371 (remove_files) COMPLETE
63792026-08-20T01:56:11.083Z[ recovery-image] Aug 20 01:56:10.414 INFO O| Aug 20 01:56:10.414 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-08-20T01:56:11.093Z[ recovery-image] Aug 20 01:56:10.424 INFO O| Aug 20 01:56:10.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
63812026-08-20T01:56:11.093Z[ recovery-image] Aug 20 01:56:10.424 INFO O| Aug 20 01:56:10.424 INFO STEP 372 (remove_files) COMPLETE
63822026-08-20T01:56:11.093Z[ recovery-image] Aug 20 01:56:10.424 INFO O| Aug 20 01:56:10.424 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-08-20T01:56:11.103Z[ recovery-image] Aug 20 01:56:10.433 INFO O| Aug 20 01:56:10.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
63842026-08-20T01:56:11.103Z[ recovery-image] Aug 20 01:56:10.433 INFO O| Aug 20 01:56:10.433 INFO STEP 373 (remove_files) COMPLETE
63852026-08-20T01:56:11.103Z[ recovery-image] Aug 20 01:56:10.433 INFO O| Aug 20 01:56:10.433 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-08-20T01:56:11.114Z[ recovery-image] Aug 20 01:56:10.441 INFO O| Aug 20 01:56:10.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
63872026-08-20T01:56:11.114Z[ recovery-image] Aug 20 01:56:10.441 INFO O| Aug 20 01:56:10.441 INFO STEP 374 (remove_files) COMPLETE
63882026-08-20T01:56:11.114Z[ recovery-image] Aug 20 01:56:10.442 INFO O| Aug 20 01:56:10.441 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-08-20T01:56:11.120Z[ recovery-image] Aug 20 01:56:10.451 INFO O| Aug 20 01:56:10.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
63902026-08-20T01:56:11.120Z[ recovery-image] Aug 20 01:56:10.451 INFO O| Aug 20 01:56:10.451 INFO STEP 375 (remove_files) COMPLETE
63912026-08-20T01:56:11.120Z[ recovery-image] Aug 20 01:56:10.451 INFO O| Aug 20 01:56:10.451 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-08-20T01:56:11.129Z[ recovery-image] Aug 20 01:56:10.460 INFO O| Aug 20 01:56:10.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
63932026-08-20T01:56:11.129Z[ recovery-image] Aug 20 01:56:10.460 INFO O| Aug 20 01:56:10.460 INFO STEP 376 (remove_files) COMPLETE
63942026-08-20T01:56:11.130Z[ recovery-image] Aug 20 01:56:10.460 INFO O| Aug 20 01:56:10.460 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-08-20T01:56:11.139Z[ recovery-image] Aug 20 01:56:10.470 INFO O| Aug 20 01:56:10.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
63962026-08-20T01:56:11.139Z[ recovery-image] Aug 20 01:56:10.470 INFO O| Aug 20 01:56:10.470 INFO STEP 377 (remove_files) COMPLETE
63972026-08-20T01:56:11.139Z[ recovery-image] Aug 20 01:56:10.470 INFO O| Aug 20 01:56:10.470 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-08-20T01:56:11.148Z[ recovery-image] Aug 20 01:56:10.479 INFO O| Aug 20 01:56:10.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
63992026-08-20T01:56:11.148Z[ recovery-image] Aug 20 01:56:10.479 INFO O| Aug 20 01:56:10.479 INFO STEP 378 (remove_files) COMPLETE
64002026-08-20T01:56:11.148Z[ recovery-image] Aug 20 01:56:10.479 INFO O| Aug 20 01:56:10.479 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-08-20T01:56:11.158Z[ recovery-image] Aug 20 01:56:10.489 INFO O| Aug 20 01:56:10.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64022026-08-20T01:56:11.158Z[ recovery-image] Aug 20 01:56:10.489 INFO O| Aug 20 01:56:10.489 INFO STEP 379 (remove_files) COMPLETE
64032026-08-20T01:56:11.158Z[ recovery-image] Aug 20 01:56:10.489 INFO O| Aug 20 01:56:10.489 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-08-20T01:56:11.167Z[ recovery-image] Aug 20 01:56:10.499 INFO O| Aug 20 01:56:10.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64052026-08-20T01:56:11.168Z[ recovery-image] Aug 20 01:56:10.499 INFO O| Aug 20 01:56:10.499 INFO STEP 380 (remove_files) COMPLETE
64062026-08-20T01:56:11.168Z[ recovery-image] Aug 20 01:56:10.499 INFO O| Aug 20 01:56:10.499 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-08-20T01:56:11.177Z[ recovery-image] Aug 20 01:56:10.508 INFO O| Aug 20 01:56:10.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64082026-08-20T01:56:11.177Z[ recovery-image] Aug 20 01:56:10.508 INFO O| Aug 20 01:56:10.508 INFO STEP 381 (remove_files) COMPLETE
64092026-08-20T01:56:11.177Z[ recovery-image] Aug 20 01:56:10.508 INFO O| Aug 20 01:56:10.508 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-08-20T01:56:11.186Z[ recovery-image] Aug 20 01:56:10.517 INFO O| Aug 20 01:56:10.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64112026-08-20T01:56:11.186Z[ recovery-image] Aug 20 01:56:10.517 INFO O| Aug 20 01:56:10.517 INFO STEP 382 (remove_files) COMPLETE
64122026-08-20T01:56:11.186Z[ recovery-image] Aug 20 01:56:10.517 INFO O| Aug 20 01:56:10.517 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-08-20T01:56:11.194Z[ recovery-image] Aug 20 01:56:10.526 INFO O| Aug 20 01:56:10.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64142026-08-20T01:56:11.194Z[ recovery-image] Aug 20 01:56:10.526 INFO O| Aug 20 01:56:10.526 INFO STEP 383 (remove_files) COMPLETE
64152026-08-20T01:56:11.194Z[ recovery-image] Aug 20 01:56:10.526 INFO O| Aug 20 01:56:10.526 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-08-20T01:56:11.204Z[ recovery-image] Aug 20 01:56:10.535 INFO O| Aug 20 01:56:10.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64172026-08-20T01:56:11.204Z[ recovery-image] Aug 20 01:56:10.535 INFO O| Aug 20 01:56:10.535 INFO STEP 384 (remove_files) COMPLETE
64182026-08-20T01:56:11.210Z[ recovery-image] Aug 20 01:56:10.535 INFO O| Aug 20 01:56:10.535 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-08-20T01:56:11.215Z[ recovery-image] Aug 20 01:56:10.546 INFO O| Aug 20 01:56:10.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64202026-08-20T01:56:11.215Z[ recovery-image] Aug 20 01:56:10.546 INFO O| Aug 20 01:56:10.546 INFO STEP 385 (remove_files) COMPLETE
64212026-08-20T01:56:11.215Z[ recovery-image] Aug 20 01:56:10.546 INFO O| Aug 20 01:56:10.546 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-08-20T01:56:11.225Z[ recovery-image] Aug 20 01:56:10.556 INFO O| Aug 20 01:56:10.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64232026-08-20T01:56:11.225Z[ recovery-image] Aug 20 01:56:10.556 INFO O| Aug 20 01:56:10.556 INFO STEP 386 (remove_files) COMPLETE
64242026-08-20T01:56:11.225Z[ recovery-image] Aug 20 01:56:10.556 INFO O| Aug 20 01:56:10.556 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-08-20T01:56:11.235Z[ recovery-image] Aug 20 01:56:10.566 INFO O| Aug 20 01:56:10.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64262026-08-20T01:56:11.235Z[ recovery-image] Aug 20 01:56:10.566 INFO O| Aug 20 01:56:10.566 INFO STEP 387 (remove_files) COMPLETE
64272026-08-20T01:56:11.235Z[ recovery-image] Aug 20 01:56:10.566 INFO O| Aug 20 01:56:10.566 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-08-20T01:56:11.245Z[ recovery-image] Aug 20 01:56:10.577 INFO O| Aug 20 01:56:10.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64292026-08-20T01:56:11.245Z[ recovery-image] Aug 20 01:56:10.577 INFO O| Aug 20 01:56:10.577 INFO STEP 388 (remove_files) COMPLETE
64302026-08-20T01:56:11.245Z[ recovery-image] Aug 20 01:56:10.577 INFO O| Aug 20 01:56:10.577 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-08-20T01:56:11.255Z[ recovery-image] Aug 20 01:56:10.586 INFO O| Aug 20 01:56:10.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64322026-08-20T01:56:11.255Z[ recovery-image] Aug 20 01:56:10.586 INFO O| Aug 20 01:56:10.586 INFO STEP 389 (remove_files) COMPLETE
64332026-08-20T01:56:11.255Z[ recovery-image] Aug 20 01:56:10.586 INFO O| Aug 20 01:56:10.586 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-08-20T01:56:11.263Z[ recovery-image] Aug 20 01:56:10.595 INFO O| Aug 20 01:56:10.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64352026-08-20T01:56:11.263Z[ recovery-image] Aug 20 01:56:10.595 INFO O| Aug 20 01:56:10.595 INFO STEP 390 (remove_files) COMPLETE
64362026-08-20T01:56:11.267Z[ recovery-image] Aug 20 01:56:10.595 INFO O| Aug 20 01:56:10.595 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-08-20T01:56:11.273Z[ recovery-image] Aug 20 01:56:10.604 INFO O| Aug 20 01:56:10.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64382026-08-20T01:56:11.273Z[ recovery-image] Aug 20 01:56:10.605 INFO O| Aug 20 01:56:10.604 INFO STEP 391 (remove_files) COMPLETE
64392026-08-20T01:56:11.273Z[ recovery-image] Aug 20 01:56:10.605 INFO O| Aug 20 01:56:10.604 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-08-20T01:56:11.283Z[ recovery-image] Aug 20 01:56:10.613 INFO O| Aug 20 01:56:10.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64412026-08-20T01:56:11.283Z[ recovery-image] Aug 20 01:56:10.613 INFO O| Aug 20 01:56:10.613 INFO STEP 392 (remove_files) COMPLETE
64422026-08-20T01:56:11.287Z[ recovery-image] Aug 20 01:56:10.613 INFO O| Aug 20 01:56:10.613 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-08-20T01:56:11.293Z[ recovery-image] Aug 20 01:56:10.624 INFO O| Aug 20 01:56:10.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64442026-08-20T01:56:11.293Z[ recovery-image] Aug 20 01:56:10.624 INFO O| Aug 20 01:56:10.624 INFO STEP 393 (remove_files) COMPLETE
64452026-08-20T01:56:11.293Z[ recovery-image] Aug 20 01:56:10.624 INFO O| Aug 20 01:56:10.624 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-08-20T01:56:11.302Z[ recovery-image] Aug 20 01:56:10.634 INFO O| Aug 20 01:56:10.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64472026-08-20T01:56:11.302Z[ recovery-image] Aug 20 01:56:10.634 INFO O| Aug 20 01:56:10.634 INFO STEP 394 (remove_files) COMPLETE
64482026-08-20T01:56:11.302Z[ recovery-image] Aug 20 01:56:10.634 INFO O| Aug 20 01:56:10.634 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-08-20T01:56:11.315Z[ recovery-image] Aug 20 01:56:10.646 INFO O| Aug 20 01:56:10.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64502026-08-20T01:56:11.315Z[ recovery-image] Aug 20 01:56:10.646 INFO O| Aug 20 01:56:10.646 INFO STEP 395 (remove_files) COMPLETE
64512026-08-20T01:56:11.315Z[ recovery-image] Aug 20 01:56:10.646 INFO O| Aug 20 01:56:10.646 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-08-20T01:56:11.325Z[ recovery-image] Aug 20 01:56:10.657 INFO O| Aug 20 01:56:10.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64532026-08-20T01:56:11.325Z[ recovery-image] Aug 20 01:56:10.657 INFO O| Aug 20 01:56:10.657 INFO STEP 396 (remove_files) COMPLETE
64542026-08-20T01:56:11.325Z[ recovery-image] Aug 20 01:56:10.657 INFO O| Aug 20 01:56:10.657 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-08-20T01:56:11.341Z[ recovery-image] Aug 20 01:56:10.668 INFO O| Aug 20 01:56:10.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64562026-08-20T01:56:11.341Z[ recovery-image] Aug 20 01:56:10.668 INFO O| Aug 20 01:56:10.668 INFO STEP 397 (remove_files) COMPLETE
64572026-08-20T01:56:11.341Z[ recovery-image] Aug 20 01:56:10.668 INFO O| Aug 20 01:56:10.668 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-08-20T01:56:11.349Z[ recovery-image] Aug 20 01:56:10.681 INFO O| Aug 20 01:56:10.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64592026-08-20T01:56:11.352Z[ recovery-image] Aug 20 01:56:10.682 INFO O| Aug 20 01:56:10.682 INFO STEP 398 (remove_files) COMPLETE
64602026-08-20T01:56:11.352Z[ recovery-image] Aug 20 01:56:10.682 INFO O| Aug 20 01:56:10.682 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-08-20T01:56:11.361Z[ recovery-image] Aug 20 01:56:10.691 INFO O| Aug 20 01:56:10.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64622026-08-20T01:56:11.361Z[ recovery-image] Aug 20 01:56:10.691 INFO O| Aug 20 01:56:10.691 INFO STEP 399 (remove_files) COMPLETE
64632026-08-20T01:56:11.365Z[ recovery-image] Aug 20 01:56:10.691 INFO O| Aug 20 01:56:10.691 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-08-20T01:56:11.371Z[ recovery-image] Aug 20 01:56:10.702 INFO O| Aug 20 01:56:10.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64652026-08-20T01:56:11.376Z[ recovery-image] Aug 20 01:56:10.703 INFO O| Aug 20 01:56:10.703 INFO STEP 400 (remove_files) COMPLETE
64662026-08-20T01:56:11.377Z[ recovery-image] Aug 20 01:56:10.703 INFO O| Aug 20 01:56:10.703 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-08-20T01:56:11.381Z[ recovery-image] Aug 20 01:56:10.713 INFO O| Aug 20 01:56:10.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64682026-08-20T01:56:11.381Z[ recovery-image] Aug 20 01:56:10.713 INFO O| Aug 20 01:56:10.713 INFO STEP 401 (remove_files) COMPLETE
64692026-08-20T01:56:11.382Z[ recovery-image] Aug 20 01:56:10.713 INFO O| Aug 20 01:56:10.713 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-08-20T01:56:11.392Z[ recovery-image] Aug 20 01:56:10.723 INFO O| Aug 20 01:56:10.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64712026-08-20T01:56:11.392Z[ recovery-image] Aug 20 01:56:10.723 INFO O| Aug 20 01:56:10.723 INFO STEP 402 (remove_files) COMPLETE
64722026-08-20T01:56:11.392Z[ recovery-image] Aug 20 01:56:10.723 INFO O| Aug 20 01:56:10.723 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-08-20T01:56:11.402Z[ recovery-image] Aug 20 01:56:10.734 INFO O| Aug 20 01:56:10.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64742026-08-20T01:56:11.402Z[ recovery-image] Aug 20 01:56:10.734 INFO O| Aug 20 01:56:10.734 INFO STEP 403 (remove_files) COMPLETE
64752026-08-20T01:56:11.406Z[ recovery-image] Aug 20 01:56:10.734 INFO O| Aug 20 01:56:10.734 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-08-20T01:56:11.409Z[verify-libraries] Compiling russh-cryptovec v0.62.0
64772026-08-20T01:56:11.413Z[ recovery-image] Aug 20 01:56:10.743 INFO O| Aug 20 01:56:10.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
64782026-08-20T01:56:11.413Z[ recovery-image] Aug 20 01:56:10.743 INFO O| Aug 20 01:56:10.743 INFO STEP 404 (remove_files) COMPLETE
64792026-08-20T01:56:11.413Z[ recovery-image] Aug 20 01:56:10.743 INFO O| Aug 20 01:56:10.743 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64802026-08-20T01:56:11.422Z[ recovery-image] Aug 20 01:56:10.753 INFO O| Aug 20 01:56:10.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
64812026-08-20T01:56:11.422Z[ recovery-image] Aug 20 01:56:10.753 INFO O| Aug 20 01:56:10.753 INFO STEP 405 (remove_files) COMPLETE
64822026-08-20T01:56:11.425Z[ recovery-image] Aug 20 01:56:10.753 INFO O| Aug 20 01:56:10.753 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64832026-08-20T01:56:11.432Z[ recovery-image] Aug 20 01:56:10.763 INFO O| Aug 20 01:56:10.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
64842026-08-20T01:56:11.432Z[ recovery-image] Aug 20 01:56:10.763 INFO O| Aug 20 01:56:10.763 INFO STEP 406 (remove_files) COMPLETE
64852026-08-20T01:56:11.432Z[ recovery-image] Aug 20 01:56:10.763 INFO O| Aug 20 01:56:10.763 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64862026-08-20T01:56:11.442Z[ recovery-image] Aug 20 01:56:10.774 INFO O| Aug 20 01:56:10.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
64872026-08-20T01:56:11.442Z[ recovery-image] Aug 20 01:56:10.774 INFO O| Aug 20 01:56:10.774 INFO STEP 407 (remove_files) COMPLETE
64882026-08-20T01:56:11.442Z[ recovery-image] Aug 20 01:56:10.774 INFO O| Aug 20 01:56:10.774 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64892026-08-20T01:56:11.451Z[ recovery-image] Aug 20 01:56:10.783 INFO O| Aug 20 01:56:10.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
64902026-08-20T01:56:11.451Z[ recovery-image] Aug 20 01:56:10.783 INFO O| Aug 20 01:56:10.783 INFO STEP 408 (remove_files) COMPLETE
64912026-08-20T01:56:11.451Z[ recovery-image] Aug 20 01:56:10.783 INFO O| Aug 20 01:56:10.783 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-08-20T01:56:11.460Z[ recovery-image] Aug 20 01:56:10.791 INFO O| Aug 20 01:56:10.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
64932026-08-20T01:56:11.460Z[ recovery-image] Aug 20 01:56:10.791 INFO O| Aug 20 01:56:10.791 INFO STEP 409 (remove_files) COMPLETE
64942026-08-20T01:56:11.464Z[ recovery-image] Aug 20 01:56:10.791 INFO O| Aug 20 01:56:10.791 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64952026-08-20T01:56:11.471Z[ recovery-image] Aug 20 01:56:10.802 INFO O| Aug 20 01:56:10.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
64962026-08-20T01:56:11.471Z[ recovery-image] Aug 20 01:56:10.802 INFO O| Aug 20 01:56:10.802 INFO STEP 410 (remove_files) COMPLETE
64972026-08-20T01:56:11.471Z[ recovery-image] Aug 20 01:56:10.802 INFO O| Aug 20 01:56:10.802 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64982026-08-20T01:56:11.480Z[ recovery-image] Aug 20 01:56:10.811 INFO O| Aug 20 01:56:10.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
64992026-08-20T01:56:11.480Z[ recovery-image] Aug 20 01:56:10.811 INFO O| Aug 20 01:56:10.811 INFO STEP 411 (remove_files) COMPLETE
65002026-08-20T01:56:11.484Z[ recovery-image] Aug 20 01:56:10.811 INFO O| Aug 20 01:56:10.811 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65012026-08-20T01:56:11.490Z[ recovery-image] Aug 20 01:56:10.821 INFO O| Aug 20 01:56:10.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65022026-08-20T01:56:11.490Z[ recovery-image] Aug 20 01:56:10.821 INFO O| Aug 20 01:56:10.821 INFO STEP 412 (remove_files) COMPLETE
65032026-08-20T01:56:11.490Z[ recovery-image] Aug 20 01:56:10.821 INFO O| Aug 20 01:56:10.821 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65042026-08-20T01:56:11.499Z[ recovery-image] Aug 20 01:56:10.831 INFO O| Aug 20 01:56:10.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65052026-08-20T01:56:11.499Z[ recovery-image] Aug 20 01:56:10.831 INFO O| Aug 20 01:56:10.831 INFO STEP 413 (remove_files) COMPLETE
65062026-08-20T01:56:11.499Z[ recovery-image] Aug 20 01:56:10.831 INFO O| Aug 20 01:56:10.831 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65072026-08-20T01:56:11.510Z[ recovery-image] Aug 20 01:56:10.840 INFO O| Aug 20 01:56:10.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65082026-08-20T01:56:11.510Z[ recovery-image] Aug 20 01:56:10.840 INFO O| Aug 20 01:56:10.840 INFO STEP 414 (remove_files) COMPLETE
65092026-08-20T01:56:11.510Z[ recovery-image] Aug 20 01:56:10.840 INFO O| Aug 20 01:56:10.840 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65102026-08-20T01:56:11.518Z[ recovery-image] Aug 20 01:56:10.849 INFO O| Aug 20 01:56:10.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65112026-08-20T01:56:11.518Z[ recovery-image] Aug 20 01:56:10.849 INFO O| Aug 20 01:56:10.849 INFO STEP 415 (remove_files) COMPLETE
65122026-08-20T01:56:11.518Z[ recovery-image] Aug 20 01:56:10.849 INFO O| Aug 20 01:56:10.849 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65132026-08-20T01:56:11.551Z[ recovery-image] Aug 20 01:56:10.883 INFO O| Aug 20 01:56:10.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65142026-08-20T01:56:11.551Z[ recovery-image] Aug 20 01:56:10.883 INFO O| Aug 20 01:56:10.883 INFO STEP 416 (remove_files) COMPLETE
65152026-08-20T01:56:11.555Z[ recovery-image] Aug 20 01:56:10.883 INFO O| Aug 20 01:56:10.883 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65162026-08-20T01:56:11.566Z[ recovery-image] Aug 20 01:56:10.897 INFO O| Aug 20 01:56:10.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65172026-08-20T01:56:11.566Z[ recovery-image] Aug 20 01:56:10.897 INFO O| Aug 20 01:56:10.896 INFO STEP 417 (remove_files) COMPLETE
65182026-08-20T01:56:11.566Z[ recovery-image] Aug 20 01:56:10.897 INFO O| Aug 20 01:56:10.896 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65192026-08-20T01:56:11.593Z[ recovery-image] Aug 20 01:56:10.924 INFO O| Aug 20 01:56:10.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65202026-08-20T01:56:11.593Z[ recovery-image] Aug 20 01:56:10.925 INFO O| Aug 20 01:56:10.925 INFO STEP 418 (remove_files) COMPLETE
65212026-08-20T01:56:11.596Z[ recovery-image] Aug 20 01:56:10.925 INFO O| Aug 20 01:56:10.925 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65222026-08-20T01:56:11.605Z[ recovery-image] Aug 20 01:56:10.936 INFO O| Aug 20 01:56:10.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65232026-08-20T01:56:11.605Z[ recovery-image] Aug 20 01:56:10.936 INFO O| Aug 20 01:56:10.936 INFO STEP 419 (remove_files) COMPLETE
65242026-08-20T01:56:11.605Z[ recovery-image] Aug 20 01:56:10.936 INFO O| Aug 20 01:56:10.936 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65252026-08-20T01:56:11.616Z[ recovery-image] Aug 20 01:56:10.947 INFO O| Aug 20 01:56:10.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65262026-08-20T01:56:11.616Z[ recovery-image] Aug 20 01:56:10.947 INFO O| Aug 20 01:56:10.947 INFO STEP 420 (remove_files) COMPLETE
65272026-08-20T01:56:11.619Z[ recovery-image] Aug 20 01:56:10.947 INFO O| Aug 20 01:56:10.947 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65282026-08-20T01:56:11.627Z[ recovery-image] Aug 20 01:56:10.959 INFO O| Aug 20 01:56:10.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65292026-08-20T01:56:11.628Z[ recovery-image] Aug 20 01:56:10.959 INFO O| Aug 20 01:56:10.959 INFO STEP 421 (remove_files) COMPLETE
65302026-08-20T01:56:11.631Z[ recovery-image] Aug 20 01:56:10.959 INFO O| Aug 20 01:56:10.959 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65312026-08-20T01:56:11.639Z[ recovery-image] Aug 20 01:56:10.971 INFO O| Aug 20 01:56:10.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65322026-08-20T01:56:11.639Z[ recovery-image] Aug 20 01:56:10.971 INFO O| Aug 20 01:56:10.971 INFO STEP 422 (remove_files) COMPLETE
65332026-08-20T01:56:11.642Z[ recovery-image] Aug 20 01:56:10.971 INFO O| Aug 20 01:56:10.971 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65342026-08-20T01:56:11.651Z[ recovery-image] Aug 20 01:56:10.982 INFO O| Aug 20 01:56:10.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65352026-08-20T01:56:11.651Z[ recovery-image] Aug 20 01:56:10.982 INFO O| Aug 20 01:56:10.982 INFO STEP 423 (remove_files) COMPLETE
65362026-08-20T01:56:11.651Z[ recovery-image] Aug 20 01:56:10.982 INFO O| Aug 20 01:56:10.982 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65372026-08-20T01:56:11.661Z[ recovery-image] Aug 20 01:56:10.992 INFO O| Aug 20 01:56:10.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65382026-08-20T01:56:11.661Z[ recovery-image] Aug 20 01:56:10.993 INFO O| Aug 20 01:56:10.993 INFO STEP 424 (remove_files) COMPLETE
65392026-08-20T01:56:11.661Z[ recovery-image] Aug 20 01:56:10.993 INFO O| Aug 20 01:56:10.993 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65402026-08-20T01:56:11.672Z[ recovery-image] Aug 20 01:56:11.003 INFO O| Aug 20 01:56:11.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65412026-08-20T01:56:11.672Z[ recovery-image] Aug 20 01:56:11.003 INFO O| Aug 20 01:56:11.003 INFO STEP 425 (remove_files) COMPLETE
65422026-08-20T01:56:11.675Z[ recovery-image] Aug 20 01:56:11.003 INFO O| Aug 20 01:56:11.003 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65432026-08-20T01:56:11.684Z[ recovery-image] Aug 20 01:56:11.015 INFO O| Aug 20 01:56:11.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65442026-08-20T01:56:11.684Z[ recovery-image] Aug 20 01:56:11.015 INFO O| Aug 20 01:56:11.015 INFO STEP 426 (remove_files) COMPLETE
65452026-08-20T01:56:11.697Z[ recovery-image] Aug 20 01:56:11.015 INFO O| Aug 20 01:56:11.015 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65462026-08-20T01:56:11.697Z[ recovery-image] Aug 20 01:56:11.027 INFO O| Aug 20 01:56:11.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65472026-08-20T01:56:11.697Z[ recovery-image] Aug 20 01:56:11.027 INFO O| Aug 20 01:56:11.027 INFO STEP 427 (remove_files) COMPLETE
65482026-08-20T01:56:11.697Z[ recovery-image] Aug 20 01:56:11.027 INFO O| Aug 20 01:56:11.027 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-08-20T01:56:11.707Z[ recovery-image] Aug 20 01:56:11.039 INFO O| Aug 20 01:56:11.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65502026-08-20T01:56:11.707Z[ recovery-image] Aug 20 01:56:11.039 INFO O| Aug 20 01:56:11.039 INFO STEP 428 (remove_files) COMPLETE
65512026-08-20T01:56:11.707Z[ recovery-image] Aug 20 01:56:11.039 INFO O| Aug 20 01:56:11.039 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65522026-08-20T01:56:11.719Z[ recovery-image] Aug 20 01:56:11.050 INFO O| Aug 20 01:56:11.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65532026-08-20T01:56:11.719Z[ recovery-image] Aug 20 01:56:11.050 INFO O| Aug 20 01:56:11.050 INFO STEP 429 (remove_files) COMPLETE
65542026-08-20T01:56:11.719Z[ recovery-image] Aug 20 01:56:11.050 INFO O| Aug 20 01:56:11.050 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-08-20T01:56:11.730Z[ recovery-image] Aug 20 01:56:11.061 INFO O| Aug 20 01:56:11.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65562026-08-20T01:56:11.730Z[ recovery-image] Aug 20 01:56:11.061 INFO O| Aug 20 01:56:11.061 INFO STEP 430 (remove_files) COMPLETE
65572026-08-20T01:56:11.730Z[ recovery-image] Aug 20 01:56:11.061 INFO O| Aug 20 01:56:11.061 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-08-20T01:56:11.742Z[ recovery-image] Aug 20 01:56:11.073 INFO O| Aug 20 01:56:11.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65592026-08-20T01:56:11.742Z[ recovery-image] Aug 20 01:56:11.073 INFO O| Aug 20 01:56:11.073 INFO STEP 431 (remove_files) COMPLETE
65602026-08-20T01:56:11.742Z[ recovery-image] Aug 20 01:56:11.073 INFO O| Aug 20 01:56:11.073 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-08-20T01:56:11.751Z[ recovery-image] Aug 20 01:56:11.083 INFO O| Aug 20 01:56:11.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65622026-08-20T01:56:11.755Z[ recovery-image] Aug 20 01:56:11.083 INFO O| Aug 20 01:56:11.083 INFO STEP 432 (remove_files) COMPLETE
65632026-08-20T01:56:11.755Z[ recovery-image] Aug 20 01:56:11.083 INFO O| Aug 20 01:56:11.083 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-08-20T01:56:11.766Z[ recovery-image] Aug 20 01:56:11.097 INFO O| Aug 20 01:56:11.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65652026-08-20T01:56:11.766Z[ recovery-image] Aug 20 01:56:11.097 INFO O| Aug 20 01:56:11.097 INFO STEP 433 (remove_files) COMPLETE
65662026-08-20T01:56:11.766Z[ recovery-image] Aug 20 01:56:11.097 INFO O| Aug 20 01:56:11.097 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65672026-08-20T01:56:11.774Z[verify-libraries] Compiling tui-tree-widget v0.23.1
65682026-08-20T01:56:11.778Z[ recovery-image] Aug 20 01:56:11.109 INFO O| Aug 20 01:56:11.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65692026-08-20T01:56:11.778Z[ recovery-image] Aug 20 01:56:11.110 INFO O| Aug 20 01:56:11.109 INFO STEP 434 (remove_files) COMPLETE
65702026-08-20T01:56:11.781Z[ recovery-image] Aug 20 01:56:11.110 INFO O| Aug 20 01:56:11.109 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-08-20T01:56:11.787Z[ recovery-image] Aug 20 01:56:11.118 INFO O| Aug 20 01:56:11.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65722026-08-20T01:56:11.790Z[ recovery-image] Aug 20 01:56:11.118 INFO O| Aug 20 01:56:11.118 INFO STEP 435 (remove_files) COMPLETE
65732026-08-20T01:56:11.790Z[ recovery-image] Aug 20 01:56:11.118 INFO O| Aug 20 01:56:11.118 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-08-20T01:56:11.797Z[ recovery-image] Aug 20 01:56:11.129 INFO O| Aug 20 01:56:11.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65752026-08-20T01:56:11.797Z[ recovery-image] Aug 20 01:56:11.129 INFO O| Aug 20 01:56:11.129 INFO STEP 436 (remove_files) COMPLETE
65762026-08-20T01:56:11.797Z[ recovery-image] Aug 20 01:56:11.129 INFO O| Aug 20 01:56:11.129 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-08-20T01:56:11.809Z[ recovery-image] Aug 20 01:56:11.141 INFO O| Aug 20 01:56:11.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
65782026-08-20T01:56:11.809Z[ recovery-image] Aug 20 01:56:11.141 INFO O| Aug 20 01:56:11.141 INFO STEP 437 (remove_files) COMPLETE
65792026-08-20T01:56:11.809Z[ recovery-image] Aug 20 01:56:11.141 INFO O| Aug 20 01:56:11.141 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-08-20T01:56:11.822Z[ recovery-image] Aug 20 01:56:11.153 INFO O| Aug 20 01:56:11.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
65812026-08-20T01:56:11.822Z[ recovery-image] Aug 20 01:56:11.153 INFO O| Aug 20 01:56:11.153 INFO STEP 438 (remove_files) COMPLETE
65822026-08-20T01:56:11.822Z[ recovery-image] Aug 20 01:56:11.153 INFO O| Aug 20 01:56:11.153 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-08-20T01:56:11.833Z[ recovery-image] Aug 20 01:56:11.164 INFO O| Aug 20 01:56:11.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
65842026-08-20T01:56:11.836Z[ recovery-image] Aug 20 01:56:11.165 INFO O| Aug 20 01:56:11.165 INFO STEP 439 (remove_files) COMPLETE
65852026-08-20T01:56:11.836Z[ recovery-image] Aug 20 01:56:11.165 INFO O| Aug 20 01:56:11.165 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-08-20T01:56:11.845Z[ recovery-image] Aug 20 01:56:11.177 INFO O| Aug 20 01:56:11.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
65872026-08-20T01:56:11.846Z[ recovery-image] Aug 20 01:56:11.177 INFO O| Aug 20 01:56:11.177 INFO STEP 440 (remove_files) COMPLETE
65882026-08-20T01:56:11.849Z[ recovery-image] Aug 20 01:56:11.177 INFO O| Aug 20 01:56:11.177 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-08-20T01:56:11.856Z[ recovery-image] Aug 20 01:56:11.188 INFO O| Aug 20 01:56:11.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
65902026-08-20T01:56:11.856Z[ recovery-image] Aug 20 01:56:11.188 INFO O| Aug 20 01:56:11.188 INFO STEP 441 (remove_files) COMPLETE
65912026-08-20T01:56:11.859Z[ recovery-image] Aug 20 01:56:11.188 INFO O| Aug 20 01:56:11.188 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-08-20T01:56:11.865Z[ recovery-image] Aug 20 01:56:11.196 INFO O| Aug 20 01:56:11.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
65932026-08-20T01:56:11.865Z[ recovery-image] Aug 20 01:56:11.196 INFO O| Aug 20 01:56:11.196 INFO STEP 442 (remove_files) COMPLETE
65942026-08-20T01:56:11.865Z[ recovery-image] Aug 20 01:56:11.197 INFO O| Aug 20 01:56:11.196 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-08-20T01:56:11.876Z[ recovery-image] Aug 20 01:56:11.207 INFO O| Aug 20 01:56:11.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
65962026-08-20T01:56:11.876Z[ recovery-image] Aug 20 01:56:11.207 INFO O| Aug 20 01:56:11.207 INFO STEP 443 (remove_files) COMPLETE
65972026-08-20T01:56:11.880Z[ recovery-image] Aug 20 01:56:11.207 INFO O| Aug 20 01:56:11.207 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-08-20T01:56:11.886Z[ recovery-image] Aug 20 01:56:11.217 INFO O| Aug 20 01:56:11.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
65992026-08-20T01:56:11.886Z[ recovery-image] Aug 20 01:56:11.217 INFO O| Aug 20 01:56:11.217 INFO STEP 444 (remove_files) COMPLETE
66002026-08-20T01:56:11.886Z[ recovery-image] Aug 20 01:56:11.217 INFO O| Aug 20 01:56:11.217 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-08-20T01:56:11.897Z[ recovery-image] Aug 20 01:56:11.228 INFO O| Aug 20 01:56:11.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66022026-08-20T01:56:11.897Z[ recovery-image] Aug 20 01:56:11.228 INFO O| Aug 20 01:56:11.228 INFO STEP 445 (remove_files) COMPLETE
66032026-08-20T01:56:11.897Z[ recovery-image] Aug 20 01:56:11.228 INFO O| Aug 20 01:56:11.228 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-08-20T01:56:11.910Z[ recovery-image] Aug 20 01:56:11.241 INFO O| Aug 20 01:56:11.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66052026-08-20T01:56:11.910Z[ recovery-image] Aug 20 01:56:11.241 INFO O| Aug 20 01:56:11.241 INFO STEP 446 (remove_files) COMPLETE
66062026-08-20T01:56:11.910Z[ recovery-image] Aug 20 01:56:11.241 INFO O| Aug 20 01:56:11.241 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-08-20T01:56:11.920Z[ recovery-image] Aug 20 01:56:11.252 INFO O| Aug 20 01:56:11.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66082026-08-20T01:56:11.921Z[ recovery-image] Aug 20 01:56:11.252 INFO O| Aug 20 01:56:11.252 INFO STEP 447 (remove_files) COMPLETE
66092026-08-20T01:56:11.921Z[ recovery-image] Aug 20 01:56:11.252 INFO O| Aug 20 01:56:11.252 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-08-20T01:56:11.931Z[ recovery-image] Aug 20 01:56:11.262 INFO O| Aug 20 01:56:11.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66112026-08-20T01:56:11.932Z[ recovery-image] Aug 20 01:56:11.262 INFO O| Aug 20 01:56:11.262 INFO STEP 448 (remove_files) COMPLETE
66122026-08-20T01:56:11.936Z[ recovery-image] Aug 20 01:56:11.262 INFO O| Aug 20 01:56:11.262 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-08-20T01:56:11.942Z[ recovery-image] Aug 20 01:56:11.273 INFO O| Aug 20 01:56:11.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66142026-08-20T01:56:11.946Z[ recovery-image] Aug 20 01:56:11.274 INFO O| Aug 20 01:56:11.274 INFO STEP 449 (remove_files) COMPLETE
66152026-08-20T01:56:11.949Z[ recovery-image] Aug 20 01:56:11.274 INFO O| Aug 20 01:56:11.274 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-08-20T01:56:11.952Z[ recovery-image] Aug 20 01:56:11.284 INFO O| Aug 20 01:56:11.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66172026-08-20T01:56:11.956Z[ recovery-image] Aug 20 01:56:11.284 INFO O| Aug 20 01:56:11.284 INFO STEP 450 (remove_files) COMPLETE
66182026-08-20T01:56:11.956Z[ recovery-image] Aug 20 01:56:11.284 INFO O| Aug 20 01:56:11.284 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-08-20T01:56:11.961Z[ recovery-image] Aug 20 01:56:11.292 INFO O| Aug 20 01:56:11.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66202026-08-20T01:56:11.964Z[ recovery-image] Aug 20 01:56:11.292 INFO O| Aug 20 01:56:11.292 INFO STEP 451 (remove_files) COMPLETE
66212026-08-20T01:56:11.964Z[ recovery-image] Aug 20 01:56:11.292 INFO O| Aug 20 01:56:11.292 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-08-20T01:56:11.971Z[ recovery-image] Aug 20 01:56:11.302 INFO O| Aug 20 01:56:11.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66232026-08-20T01:56:11.971Z[ recovery-image] Aug 20 01:56:11.302 INFO O| Aug 20 01:56:11.302 INFO STEP 452 (remove_files) COMPLETE
66242026-08-20T01:56:11.974Z[ recovery-image] Aug 20 01:56:11.302 INFO O| Aug 20 01:56:11.302 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-08-20T01:56:11.979Z[ recovery-image] Aug 20 01:56:11.311 INFO O| Aug 20 01:56:11.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66262026-08-20T01:56:11.982Z[ recovery-image] Aug 20 01:56:11.312 INFO O| Aug 20 01:56:11.312 INFO STEP 453 (remove_files) COMPLETE
66272026-08-20T01:56:11.982Z[ recovery-image] Aug 20 01:56:11.312 INFO O| Aug 20 01:56:11.312 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-08-20T01:56:11.990Z[ recovery-image] Aug 20 01:56:11.320 INFO O| Aug 20 01:56:11.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66292026-08-20T01:56:11.990Z[ recovery-image] Aug 20 01:56:11.321 INFO O| Aug 20 01:56:11.321 INFO STEP 454 (remove_files) COMPLETE
66302026-08-20T01:56:11.990Z[ recovery-image] Aug 20 01:56:11.321 INFO O| Aug 20 01:56:11.321 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-08-20T01:56:11.998Z[ recovery-image] Aug 20 01:56:11.329 INFO O| Aug 20 01:56:11.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66322026-08-20T01:56:11.998Z[ recovery-image] Aug 20 01:56:11.329 INFO O| Aug 20 01:56:11.329 INFO STEP 455 (remove_files) COMPLETE
66332026-08-20T01:56:12.001Z[ recovery-image] Aug 20 01:56:11.329 INFO O| Aug 20 01:56:11.329 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-08-20T01:56:12.009Z[ recovery-image] Aug 20 01:56:11.341 INFO O| Aug 20 01:56:11.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66352026-08-20T01:56:12.009Z[ recovery-image] Aug 20 01:56:11.341 INFO O| Aug 20 01:56:11.341 INFO STEP 456 (remove_files) COMPLETE
66362026-08-20T01:56:12.012Z[ recovery-image] Aug 20 01:56:11.341 INFO O| Aug 20 01:56:11.341 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-08-20T01:56:12.020Z[ recovery-image] Aug 20 01:56:11.352 INFO O| Aug 20 01:56:11.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66382026-08-20T01:56:12.020Z[ recovery-image] Aug 20 01:56:11.352 INFO O| Aug 20 01:56:11.352 INFO STEP 457 (remove_files) COMPLETE
66392026-08-20T01:56:12.020Z[ recovery-image] Aug 20 01:56:11.352 INFO O| Aug 20 01:56:11.352 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-08-20T01:56:12.030Z[ recovery-image] Aug 20 01:56:11.362 INFO O| Aug 20 01:56:11.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66412026-08-20T01:56:12.030Z[ recovery-image] Aug 20 01:56:11.362 INFO O| Aug 20 01:56:11.362 INFO STEP 458 (remove_files) COMPLETE
66422026-08-20T01:56:12.030Z[ recovery-image] Aug 20 01:56:11.362 INFO O| Aug 20 01:56:11.362 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-08-20T01:56:12.041Z[ recovery-image] Aug 20 01:56:11.372 INFO O| Aug 20 01:56:11.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66442026-08-20T01:56:12.041Z[ recovery-image] Aug 20 01:56:11.372 INFO O| Aug 20 01:56:11.372 INFO STEP 459 (remove_files) COMPLETE
66452026-08-20T01:56:12.041Z[ recovery-image] Aug 20 01:56:11.372 INFO O| Aug 20 01:56:11.372 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-08-20T01:56:12.055Z[ recovery-image] Aug 20 01:56:11.384 INFO O| Aug 20 01:56:11.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66472026-08-20T01:56:12.055Z[ recovery-image] Aug 20 01:56:11.384 INFO O| Aug 20 01:56:11.384 INFO STEP 460 (remove_files) COMPLETE
66482026-08-20T01:56:12.055Z[ recovery-image] Aug 20 01:56:11.384 INFO O| Aug 20 01:56:11.384 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-08-20T01:56:12.063Z[ recovery-image] Aug 20 01:56:11.395 INFO O| Aug 20 01:56:11.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66502026-08-20T01:56:12.063Z[ recovery-image] Aug 20 01:56:11.395 INFO O| Aug 20 01:56:11.395 INFO STEP 461 (remove_files) COMPLETE
66512026-08-20T01:56:12.063Z[ recovery-image] Aug 20 01:56:11.395 INFO O| Aug 20 01:56:11.395 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-08-20T01:56:12.075Z[ recovery-image] Aug 20 01:56:11.405 INFO O| Aug 20 01:56:11.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66532026-08-20T01:56:12.075Z[ recovery-image] Aug 20 01:56:11.405 INFO O| Aug 20 01:56:11.405 INFO STEP 462 (remove_files) COMPLETE
66542026-08-20T01:56:12.075Z[ recovery-image] Aug 20 01:56:11.405 INFO O| Aug 20 01:56:11.405 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-08-20T01:56:12.084Z[ recovery-image] Aug 20 01:56:11.415 INFO O| Aug 20 01:56:11.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66562026-08-20T01:56:12.084Z[ recovery-image] Aug 20 01:56:11.415 INFO O| Aug 20 01:56:11.415 INFO STEP 463 (remove_files) COMPLETE
66572026-08-20T01:56:12.084Z[ recovery-image] Aug 20 01:56:11.415 INFO O| Aug 20 01:56:11.415 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-08-20T01:56:12.088Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
66592026-08-20T01:56:12.095Z[ recovery-image] Aug 20 01:56:11.426 INFO O| Aug 20 01:56:11.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66602026-08-20T01:56:12.095Z[ recovery-image] Aug 20 01:56:11.426 INFO O| Aug 20 01:56:11.426 INFO STEP 464 (remove_files) COMPLETE
66612026-08-20T01:56:12.099Z[ recovery-image] Aug 20 01:56:11.426 INFO O| Aug 20 01:56:11.426 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-08-20T01:56:12.106Z[ recovery-image] Aug 20 01:56:11.437 INFO O| Aug 20 01:56:11.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66632026-08-20T01:56:12.106Z[ recovery-image] Aug 20 01:56:11.437 INFO O| Aug 20 01:56:11.437 INFO STEP 465 (remove_files) COMPLETE
66642026-08-20T01:56:12.109Z[ recovery-image] Aug 20 01:56:11.437 INFO O| Aug 20 01:56:11.437 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-08-20T01:56:12.116Z[ recovery-image] Aug 20 01:56:11.448 INFO O| Aug 20 01:56:11.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66662026-08-20T01:56:12.116Z[ recovery-image] Aug 20 01:56:11.448 INFO O| Aug 20 01:56:11.448 INFO STEP 466 (remove_files) COMPLETE
66672026-08-20T01:56:12.117Z[ recovery-image] Aug 20 01:56:11.448 INFO O| Aug 20 01:56:11.448 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-08-20T01:56:12.128Z[ recovery-image] Aug 20 01:56:11.458 INFO O| Aug 20 01:56:11.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66692026-08-20T01:56:12.128Z[ recovery-image] Aug 20 01:56:11.458 INFO O| Aug 20 01:56:11.458 INFO STEP 467 (remove_files) COMPLETE
66702026-08-20T01:56:12.128Z[ recovery-image] Aug 20 01:56:11.458 INFO O| Aug 20 01:56:11.458 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-08-20T01:56:12.137Z[ recovery-image] Aug 20 01:56:11.468 INFO O| Aug 20 01:56:11.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66722026-08-20T01:56:12.137Z[ recovery-image] Aug 20 01:56:11.468 INFO O| Aug 20 01:56:11.468 INFO STEP 468 (remove_files) COMPLETE
66732026-08-20T01:56:12.137Z[ recovery-image] Aug 20 01:56:11.468 INFO O| Aug 20 01:56:11.468 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-08-20T01:56:12.145Z[ recovery-image] Aug 20 01:56:11.476 INFO O| Aug 20 01:56:11.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66752026-08-20T01:56:12.145Z[ recovery-image] Aug 20 01:56:11.477 INFO O| Aug 20 01:56:11.477 INFO STEP 469 (remove_files) COMPLETE
66762026-08-20T01:56:12.145Z[ recovery-image] Aug 20 01:56:11.477 INFO O| Aug 20 01:56:11.477 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-08-20T01:56:12.148Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
66782026-08-20T01:56:12.154Z[ recovery-image] Aug 20 01:56:11.485 INFO O| Aug 20 01:56:11.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
66792026-08-20T01:56:12.154Z[ recovery-image] Aug 20 01:56:11.485 INFO O| Aug 20 01:56:11.485 INFO STEP 470 (remove_files) COMPLETE
66802026-08-20T01:56:12.154Z[ recovery-image] Aug 20 01:56:11.485 INFO O| Aug 20 01:56:11.485 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-08-20T01:56:12.165Z[ recovery-image] Aug 20 01:56:11.495 INFO O| Aug 20 01:56:11.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
66822026-08-20T01:56:12.166Z[ recovery-image] Aug 20 01:56:11.495 INFO O| Aug 20 01:56:11.495 INFO STEP 471 (remove_files) COMPLETE
66832026-08-20T01:56:12.166Z[ recovery-image] Aug 20 01:56:11.495 INFO O| Aug 20 01:56:11.495 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-08-20T01:56:12.179Z[ recovery-image] Aug 20 01:56:11.504 INFO O| Aug 20 01:56:11.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
66852026-08-20T01:56:12.179Z[ recovery-image] Aug 20 01:56:11.504 INFO O| Aug 20 01:56:11.504 INFO STEP 472 (remove_files) COMPLETE
66862026-08-20T01:56:12.179Z[ recovery-image] Aug 20 01:56:11.504 INFO O| Aug 20 01:56:11.504 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-08-20T01:56:12.184Z[ recovery-image] Aug 20 01:56:11.513 INFO O| Aug 20 01:56:11.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
66882026-08-20T01:56:12.184Z[ recovery-image] Aug 20 01:56:11.513 INFO O| Aug 20 01:56:11.513 INFO STEP 473 (remove_files) COMPLETE
66892026-08-20T01:56:12.184Z[ recovery-image] Aug 20 01:56:11.513 INFO O| Aug 20 01:56:11.513 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-08-20T01:56:12.190Z[ recovery-image] Aug 20 01:56:11.521 INFO O| Aug 20 01:56:11.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
66912026-08-20T01:56:12.190Z[ recovery-image] Aug 20 01:56:11.522 INFO O| Aug 20 01:56:11.522 INFO STEP 474 (remove_files) COMPLETE
66922026-08-20T01:56:12.193Z[ recovery-image] Aug 20 01:56:11.522 INFO O| Aug 20 01:56:11.522 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-08-20T01:56:12.199Z[ recovery-image] Aug 20 01:56:11.530 INFO O| Aug 20 01:56:11.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
66942026-08-20T01:56:12.199Z[ recovery-image] Aug 20 01:56:11.531 INFO O| Aug 20 01:56:11.530 INFO STEP 475 (remove_files) COMPLETE
66952026-08-20T01:56:12.199Z[ recovery-image] Aug 20 01:56:11.531 INFO O| Aug 20 01:56:11.531 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-08-20T01:56:12.209Z[ recovery-image] Aug 20 01:56:11.539 INFO O| Aug 20 01:56:11.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
66972026-08-20T01:56:12.209Z[ recovery-image] Aug 20 01:56:11.540 INFO O| Aug 20 01:56:11.539 INFO STEP 476 (remove_files) COMPLETE
66982026-08-20T01:56:12.209Z[ recovery-image] Aug 20 01:56:11.540 INFO O| Aug 20 01:56:11.540 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-08-20T01:56:12.218Z[ recovery-image] Aug 20 01:56:11.549 INFO O| Aug 20 01:56:11.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67002026-08-20T01:56:12.218Z[ recovery-image] Aug 20 01:56:11.549 INFO O| Aug 20 01:56:11.549 INFO STEP 477 (remove_files) COMPLETE
67012026-08-20T01:56:12.218Z[ recovery-image] Aug 20 01:56:11.549 INFO O| Aug 20 01:56:11.549 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-08-20T01:56:12.226Z[ recovery-image] Aug 20 01:56:11.558 INFO O| Aug 20 01:56:11.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67032026-08-20T01:56:12.226Z[ recovery-image] Aug 20 01:56:11.558 INFO O| Aug 20 01:56:11.558 INFO STEP 478 (remove_files) COMPLETE
67042026-08-20T01:56:12.226Z[ recovery-image] Aug 20 01:56:11.558 INFO O| Aug 20 01:56:11.558 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-08-20T01:56:12.235Z[ recovery-image] Aug 20 01:56:11.567 INFO O| Aug 20 01:56:11.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67062026-08-20T01:56:12.235Z[ recovery-image] Aug 20 01:56:11.567 INFO O| Aug 20 01:56:11.567 INFO STEP 479 (remove_files) COMPLETE
67072026-08-20T01:56:12.235Z[ recovery-image] Aug 20 01:56:11.567 INFO O| Aug 20 01:56:11.567 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-08-20T01:56:12.245Z[ recovery-image] Aug 20 01:56:11.576 INFO O| Aug 20 01:56:11.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67092026-08-20T01:56:12.245Z[ recovery-image] Aug 20 01:56:11.576 INFO O| Aug 20 01:56:11.576 INFO STEP 480 (remove_files) COMPLETE
67102026-08-20T01:56:12.245Z[ recovery-image] Aug 20 01:56:11.576 INFO O| Aug 20 01:56:11.576 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-08-20T01:56:12.254Z[ recovery-image] Aug 20 01:56:11.585 INFO O| Aug 20 01:56:11.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67122026-08-20T01:56:12.254Z[ recovery-image] Aug 20 01:56:11.585 INFO O| Aug 20 01:56:11.585 INFO STEP 481 (remove_files) COMPLETE
67132026-08-20T01:56:12.254Z[ recovery-image] Aug 20 01:56:11.585 INFO O| Aug 20 01:56:11.585 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-08-20T01:56:12.264Z[ recovery-image] Aug 20 01:56:11.595 INFO O| Aug 20 01:56:11.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67152026-08-20T01:56:12.264Z[ recovery-image] Aug 20 01:56:11.595 INFO O| Aug 20 01:56:11.595 INFO STEP 482 (remove_files) COMPLETE
67162026-08-20T01:56:12.268Z[ recovery-image] Aug 20 01:56:11.595 INFO O| Aug 20 01:56:11.595 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67172026-08-20T01:56:12.275Z[ recovery-image] Aug 20 01:56:11.606 INFO O| Aug 20 01:56:11.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67182026-08-20T01:56:12.275Z[ recovery-image] Aug 20 01:56:11.606 INFO O| Aug 20 01:56:11.606 INFO STEP 483 (remove_files) COMPLETE
67192026-08-20T01:56:12.275Z[ recovery-image] Aug 20 01:56:11.606 INFO O| Aug 20 01:56:11.606 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-08-20T01:56:12.284Z[ recovery-image] Aug 20 01:56:11.616 INFO O| Aug 20 01:56:11.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67212026-08-20T01:56:12.284Z[ recovery-image] Aug 20 01:56:11.616 INFO O| Aug 20 01:56:11.616 INFO STEP 484 (remove_files) COMPLETE
67222026-08-20T01:56:12.287Z[ recovery-image] Aug 20 01:56:11.616 INFO O| Aug 20 01:56:11.616 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-08-20T01:56:12.295Z[ recovery-image] Aug 20 01:56:11.626 INFO O| Aug 20 01:56:11.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67242026-08-20T01:56:12.295Z[ recovery-image] Aug 20 01:56:11.626 INFO O| Aug 20 01:56:11.626 INFO STEP 485 (remove_files) COMPLETE
67252026-08-20T01:56:12.298Z[ recovery-image] Aug 20 01:56:11.626 INFO O| Aug 20 01:56:11.626 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-08-20T01:56:12.305Z[ recovery-image] Aug 20 01:56:11.636 INFO O| Aug 20 01:56:11.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67272026-08-20T01:56:12.305Z[ recovery-image] Aug 20 01:56:11.636 INFO O| Aug 20 01:56:11.636 INFO STEP 486 (remove_files) COMPLETE
67282026-08-20T01:56:12.305Z[ recovery-image] Aug 20 01:56:11.636 INFO O| Aug 20 01:56:11.636 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-08-20T01:56:12.319Z[ recovery-image] Aug 20 01:56:11.648 INFO O| Aug 20 01:56:11.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67302026-08-20T01:56:12.324Z[ recovery-image] Aug 20 01:56:11.649 INFO O| Aug 20 01:56:11.649 INFO STEP 487 (remove_files) COMPLETE
67312026-08-20T01:56:12.324Z[ recovery-image] Aug 20 01:56:11.649 INFO O| Aug 20 01:56:11.649 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-08-20T01:56:12.327Z[ recovery-image] Aug 20 01:56:11.659 INFO O| Aug 20 01:56:11.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67332026-08-20T01:56:12.327Z[ recovery-image] Aug 20 01:56:11.659 INFO O| Aug 20 01:56:11.659 INFO STEP 488 (remove_files) COMPLETE
67342026-08-20T01:56:12.327Z[ recovery-image] Aug 20 01:56:11.659 INFO O| Aug 20 01:56:11.659 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-08-20T01:56:12.337Z[ recovery-image] Aug 20 01:56:11.668 INFO O| Aug 20 01:56:11.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67362026-08-20T01:56:12.338Z[ recovery-image] Aug 20 01:56:11.668 INFO O| Aug 20 01:56:11.668 INFO STEP 489 (remove_files) COMPLETE
67372026-08-20T01:56:12.341Z[ recovery-image] Aug 20 01:56:11.668 INFO O| Aug 20 01:56:11.668 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-08-20T01:56:12.346Z[ recovery-image] Aug 20 01:56:11.677 INFO O| Aug 20 01:56:11.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67392026-08-20T01:56:12.346Z[ recovery-image] Aug 20 01:56:11.677 INFO O| Aug 20 01:56:11.677 INFO STEP 490 (remove_files) COMPLETE
67402026-08-20T01:56:12.346Z[ recovery-image] Aug 20 01:56:11.677 INFO O| Aug 20 01:56:11.677 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-08-20T01:56:12.356Z[ recovery-image] Aug 20 01:56:11.688 INFO O| Aug 20 01:56:11.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67422026-08-20T01:56:12.356Z[ recovery-image] Aug 20 01:56:11.688 INFO O| Aug 20 01:56:11.688 INFO STEP 491 (remove_files) COMPLETE
67432026-08-20T01:56:12.356Z[ recovery-image] Aug 20 01:56:11.688 INFO O| Aug 20 01:56:11.688 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-08-20T01:56:12.371Z[ recovery-image] Aug 20 01:56:11.703 INFO O| Aug 20 01:56:11.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67452026-08-20T01:56:12.371Z[ recovery-image] Aug 20 01:56:11.703 INFO O| Aug 20 01:56:11.697 INFO STEP 492 (remove_files) COMPLETE
67462026-08-20T01:56:12.371Z[ recovery-image] Aug 20 01:56:11.703 INFO O| Aug 20 01:56:11.697 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-08-20T01:56:12.377Z[ recovery-image] Aug 20 01:56:11.708 INFO O| Aug 20 01:56:11.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67482026-08-20T01:56:12.377Z[ recovery-image] Aug 20 01:56:11.708 INFO O| Aug 20 01:56:11.706 INFO STEP 493 (remove_files) COMPLETE
67492026-08-20T01:56:12.377Z[ recovery-image] Aug 20 01:56:11.708 INFO O| Aug 20 01:56:11.706 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-08-20T01:56:12.383Z[ recovery-image] Aug 20 01:56:11.715 INFO O| Aug 20 01:56:11.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67512026-08-20T01:56:12.386Z[ recovery-image] Aug 20 01:56:11.715 INFO O| Aug 20 01:56:11.715 INFO STEP 494 (remove_files) COMPLETE
67522026-08-20T01:56:12.386Z[ recovery-image] Aug 20 01:56:11.715 INFO O| Aug 20 01:56:11.715 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-08-20T01:56:12.391Z[ recovery-image] Aug 20 01:56:11.723 INFO O| Aug 20 01:56:11.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67542026-08-20T01:56:12.391Z[ recovery-image] Aug 20 01:56:11.723 INFO O| Aug 20 01:56:11.723 INFO STEP 495 (remove_files) COMPLETE
67552026-08-20T01:56:12.394Z[ recovery-image] Aug 20 01:56:11.723 INFO O| Aug 20 01:56:11.723 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-08-20T01:56:12.400Z[ recovery-image] Aug 20 01:56:11.731 INFO O| Aug 20 01:56:11.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67572026-08-20T01:56:12.400Z[ recovery-image] Aug 20 01:56:11.731 INFO O| Aug 20 01:56:11.731 INFO STEP 496 (remove_files) COMPLETE
67582026-08-20T01:56:12.403Z[ recovery-image] Aug 20 01:56:11.731 INFO O| Aug 20 01:56:11.731 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-08-20T01:56:12.408Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
67602026-08-20T01:56:12.411Z[ recovery-image] Aug 20 01:56:11.739 INFO O| Aug 20 01:56:11.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67612026-08-20T01:56:12.411Z[ recovery-image] Aug 20 01:56:11.739 INFO O| Aug 20 01:56:11.739 INFO STEP 497 (remove_files) COMPLETE
67622026-08-20T01:56:12.411Z[ recovery-image] Aug 20 01:56:11.740 INFO O| Aug 20 01:56:11.739 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-08-20T01:56:12.415Z[ recovery-image] Aug 20 01:56:11.747 INFO O| Aug 20 01:56:11.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67642026-08-20T01:56:12.415Z[ recovery-image] Aug 20 01:56:11.747 INFO O| Aug 20 01:56:11.747 INFO STEP 498 (remove_files) COMPLETE
67652026-08-20T01:56:12.415Z[ recovery-image] Aug 20 01:56:11.747 INFO O| Aug 20 01:56:11.747 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-08-20T01:56:12.425Z[ recovery-image] Aug 20 01:56:11.756 INFO O| Aug 20 01:56:11.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
67672026-08-20T01:56:12.425Z[ recovery-image] Aug 20 01:56:11.756 INFO O| Aug 20 01:56:11.756 INFO STEP 499 (remove_files) COMPLETE
67682026-08-20T01:56:12.425Z[ recovery-image] Aug 20 01:56:11.756 INFO O| Aug 20 01:56:11.756 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-08-20T01:56:12.433Z[ recovery-image] Aug 20 01:56:11.764 INFO O| Aug 20 01:56:11.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
67702026-08-20T01:56:12.433Z[ recovery-image] Aug 20 01:56:11.764 INFO O| Aug 20 01:56:11.764 INFO STEP 500 (remove_files) COMPLETE
67712026-08-20T01:56:12.433Z[ recovery-image] Aug 20 01:56:11.764 INFO O| Aug 20 01:56:11.764 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-08-20T01:56:12.442Z[ recovery-image] Aug 20 01:56:11.773 INFO O| Aug 20 01:56:11.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
67732026-08-20T01:56:12.442Z[ recovery-image] Aug 20 01:56:11.773 INFO O| Aug 20 01:56:11.773 INFO STEP 501 (remove_files) COMPLETE
67742026-08-20T01:56:12.442Z[ recovery-image] Aug 20 01:56:11.773 INFO O| Aug 20 01:56:11.773 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-08-20T01:56:12.450Z[ recovery-image] Aug 20 01:56:11.782 INFO O| Aug 20 01:56:11.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
67762026-08-20T01:56:12.450Z[ recovery-image] Aug 20 01:56:11.782 INFO O| Aug 20 01:56:11.782 INFO STEP 502 (remove_files) COMPLETE
67772026-08-20T01:56:12.450Z[ recovery-image] Aug 20 01:56:11.782 INFO O| Aug 20 01:56:11.782 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-08-20T01:56:12.459Z[ recovery-image] Aug 20 01:56:11.790 INFO O| Aug 20 01:56:11.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
67792026-08-20T01:56:12.459Z[ recovery-image] Aug 20 01:56:11.790 INFO O| Aug 20 01:56:11.790 INFO STEP 503 (remove_files) COMPLETE
67802026-08-20T01:56:12.459Z[ recovery-image] Aug 20 01:56:11.790 INFO O| Aug 20 01:56:11.790 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-08-20T01:56:12.467Z[ recovery-image] Aug 20 01:56:11.798 INFO O| Aug 20 01:56:11.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
67822026-08-20T01:56:12.467Z[ recovery-image] Aug 20 01:56:11.798 INFO O| Aug 20 01:56:11.798 INFO STEP 504 (remove_files) COMPLETE
67832026-08-20T01:56:12.467Z[ recovery-image] Aug 20 01:56:11.798 INFO O| Aug 20 01:56:11.798 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-08-20T01:56:12.475Z[ recovery-image] Aug 20 01:56:11.806 INFO O| Aug 20 01:56:11.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
67852026-08-20T01:56:12.475Z[ recovery-image] Aug 20 01:56:11.806 INFO O| Aug 20 01:56:11.806 INFO STEP 505 (remove_files) COMPLETE
67862026-08-20T01:56:12.475Z[ recovery-image] Aug 20 01:56:11.806 INFO O| Aug 20 01:56:11.806 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-08-20T01:56:12.484Z[ recovery-image] Aug 20 01:56:11.815 INFO O| Aug 20 01:56:11.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
67882026-08-20T01:56:12.484Z[ recovery-image] Aug 20 01:56:11.815 INFO O| Aug 20 01:56:11.815 INFO STEP 506 (remove_files) COMPLETE
67892026-08-20T01:56:12.484Z[ recovery-image] Aug 20 01:56:11.815 INFO O| Aug 20 01:56:11.815 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-08-20T01:56:12.493Z[ recovery-image] Aug 20 01:56:11.824 INFO O| Aug 20 01:56:11.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
67912026-08-20T01:56:12.493Z[ recovery-image] Aug 20 01:56:11.824 INFO O| Aug 20 01:56:11.824 INFO STEP 507 (remove_files) COMPLETE
67922026-08-20T01:56:12.493Z[ recovery-image] Aug 20 01:56:11.824 INFO O| Aug 20 01:56:11.824 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-08-20T01:56:12.502Z[ recovery-image] Aug 20 01:56:11.833 INFO O| Aug 20 01:56:11.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
67942026-08-20T01:56:12.502Z[ recovery-image] Aug 20 01:56:11.833 INFO O| Aug 20 01:56:11.833 INFO STEP 508 (remove_files) COMPLETE
67952026-08-20T01:56:12.502Z[ recovery-image] Aug 20 01:56:11.833 INFO O| Aug 20 01:56:11.833 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-08-20T01:56:12.511Z[ recovery-image] Aug 20 01:56:11.842 INFO O| Aug 20 01:56:11.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
67972026-08-20T01:56:12.514Z[ recovery-image] Aug 20 01:56:11.842 INFO O| Aug 20 01:56:11.842 INFO STEP 509 (remove_files) COMPLETE
67982026-08-20T01:56:12.514Z[ recovery-image] Aug 20 01:56:11.842 INFO O| Aug 20 01:56:11.842 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-08-20T01:56:12.522Z[ recovery-image] Aug 20 01:56:11.853 INFO O| Aug 20 01:56:11.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68002026-08-20T01:56:12.522Z[ recovery-image] Aug 20 01:56:11.853 INFO O| Aug 20 01:56:11.853 INFO STEP 510 (remove_files) COMPLETE
68012026-08-20T01:56:12.522Z[ recovery-image] Aug 20 01:56:11.853 INFO O| Aug 20 01:56:11.853 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-08-20T01:56:12.532Z[ recovery-image] Aug 20 01:56:11.863 INFO O| Aug 20 01:56:11.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68032026-08-20T01:56:12.532Z[ recovery-image] Aug 20 01:56:11.863 INFO O| Aug 20 01:56:11.863 INFO STEP 511 (remove_files) COMPLETE
68042026-08-20T01:56:12.535Z[ recovery-image] Aug 20 01:56:11.864 INFO O| Aug 20 01:56:11.864 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-08-20T01:56:12.541Z[ recovery-image] Aug 20 01:56:11.872 INFO O| Aug 20 01:56:11.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68062026-08-20T01:56:12.544Z[ recovery-image] Aug 20 01:56:11.872 INFO O| Aug 20 01:56:11.872 INFO STEP 512 (remove_files) COMPLETE
68072026-08-20T01:56:12.544Z[ recovery-image] Aug 20 01:56:11.872 INFO O| Aug 20 01:56:11.872 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-08-20T01:56:12.551Z[ recovery-image] Aug 20 01:56:11.882 INFO O| Aug 20 01:56:11.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68092026-08-20T01:56:12.554Z[ recovery-image] Aug 20 01:56:11.882 INFO O| Aug 20 01:56:11.882 INFO STEP 513 (remove_files) COMPLETE
68102026-08-20T01:56:12.554Z[ recovery-image] Aug 20 01:56:11.882 INFO O| Aug 20 01:56:11.882 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-08-20T01:56:12.582Z[ recovery-image] Aug 20 01:56:11.914 INFO O| Aug 20 01:56:11.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68122026-08-20T01:56:12.586Z[ recovery-image] Aug 20 01:56:11.915 INFO O| Aug 20 01:56:11.915 INFO STEP 514 (remove_files) COMPLETE
68132026-08-20T01:56:12.586Z[ recovery-image] Aug 20 01:56:11.915 INFO O| Aug 20 01:56:11.915 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-08-20T01:56:12.595Z[ recovery-image] Aug 20 01:56:11.927 INFO O| Aug 20 01:56:11.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68152026-08-20T01:56:12.595Z[ recovery-image] Aug 20 01:56:11.927 INFO O| Aug 20 01:56:11.927 INFO STEP 515 (remove_files) COMPLETE
68162026-08-20T01:56:12.595Z[ recovery-image] Aug 20 01:56:11.927 INFO O| Aug 20 01:56:11.927 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-08-20T01:56:12.607Z[ recovery-image] Aug 20 01:56:11.938 INFO O| Aug 20 01:56:11.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68182026-08-20T01:56:12.607Z[ recovery-image] Aug 20 01:56:11.938 INFO O| Aug 20 01:56:11.938 INFO STEP 516 (remove_files) COMPLETE
68192026-08-20T01:56:12.607Z[ recovery-image] Aug 20 01:56:11.938 INFO O| Aug 20 01:56:11.938 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-08-20T01:56:12.617Z[ recovery-image] Aug 20 01:56:11.949 INFO O| Aug 20 01:56:11.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68212026-08-20T01:56:12.617Z[ recovery-image] Aug 20 01:56:11.949 INFO O| Aug 20 01:56:11.949 INFO STEP 517 (remove_files) COMPLETE
68222026-08-20T01:56:12.617Z[ recovery-image] Aug 20 01:56:11.949 INFO O| Aug 20 01:56:11.949 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-08-20T01:56:12.629Z[ recovery-image] Aug 20 01:56:11.960 INFO O| Aug 20 01:56:11.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68242026-08-20T01:56:12.629Z[ recovery-image] Aug 20 01:56:11.960 INFO O| Aug 20 01:56:11.960 INFO STEP 518 (remove_files) COMPLETE
68252026-08-20T01:56:12.629Z[ recovery-image] Aug 20 01:56:11.960 INFO O| Aug 20 01:56:11.960 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-08-20T01:56:12.635Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
68272026-08-20T01:56:12.652Z[ recovery-image] Aug 20 01:56:11.982 INFO O| Aug 20 01:56:11.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68282026-08-20T01:56:12.652Z[ recovery-image] Aug 20 01:56:11.982 INFO O| Aug 20 01:56:11.982 INFO STEP 519 (remove_files) COMPLETE
68292026-08-20T01:56:12.652Z[ recovery-image] Aug 20 01:56:11.982 INFO O| Aug 20 01:56:11.982 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-08-20T01:56:12.669Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
68312026-08-20T01:56:12.676Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
68322026-08-20T01:56:12.679Z[ recovery-image] Aug 20 01:56:12.007 INFO O| Aug 20 01:56:12.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68332026-08-20T01:56:12.679Z[ recovery-image] Aug 20 01:56:12.007 INFO O| Aug 20 01:56:12.007 INFO STEP 520 (remove_files) COMPLETE
68342026-08-20T01:56:12.679Z[ recovery-image] Aug 20 01:56:12.007 INFO O| Aug 20 01:56:12.007 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-08-20T01:56:12.686Z[ recovery-image] Aug 20 01:56:12.017 INFO O| Aug 20 01:56:12.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68362026-08-20T01:56:12.686Z[ recovery-image] Aug 20 01:56:12.017 INFO O| Aug 20 01:56:12.017 INFO STEP 521 (remove_files) COMPLETE
68372026-08-20T01:56:12.686Z[ recovery-image] Aug 20 01:56:12.017 INFO O| Aug 20 01:56:12.017 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-08-20T01:56:12.696Z[ recovery-image] Aug 20 01:56:12.026 INFO O| Aug 20 01:56:12.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68392026-08-20T01:56:12.696Z[ recovery-image] Aug 20 01:56:12.026 INFO O| Aug 20 01:56:12.026 INFO STEP 522 (remove_files) COMPLETE
68402026-08-20T01:56:12.701Z[ recovery-image] Aug 20 01:56:12.026 INFO O| Aug 20 01:56:12.026 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68412026-08-20T01:56:12.705Z[ recovery-image] Aug 20 01:56:12.034 INFO O| Aug 20 01:56:12.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68422026-08-20T01:56:12.705Z[ recovery-image] Aug 20 01:56:12.034 INFO O| Aug 20 01:56:12.034 INFO STEP 523 (remove_files) COMPLETE
68432026-08-20T01:56:12.705Z[ recovery-image] Aug 20 01:56:12.034 INFO O| Aug 20 01:56:12.034 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68442026-08-20T01:56:12.713Z[ recovery-image] Aug 20 01:56:12.042 INFO O| Aug 20 01:56:12.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68452026-08-20T01:56:12.713Z[ recovery-image] Aug 20 01:56:12.042 INFO O| Aug 20 01:56:12.042 INFO STEP 524 (remove_files) COMPLETE
68462026-08-20T01:56:12.713Z[ recovery-image] Aug 20 01:56:12.042 INFO O| Aug 20 01:56:12.042 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68472026-08-20T01:56:12.719Z[ recovery-image] Aug 20 01:56:12.051 INFO O| Aug 20 01:56:12.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68482026-08-20T01:56:12.719Z[ recovery-image] Aug 20 01:56:12.051 INFO O| Aug 20 01:56:12.051 INFO STEP 525 (remove_files) COMPLETE
68492026-08-20T01:56:12.722Z[ recovery-image] Aug 20 01:56:12.051 INFO O| Aug 20 01:56:12.051 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68502026-08-20T01:56:12.727Z[ recovery-image] Aug 20 01:56:12.059 INFO O| Aug 20 01:56:12.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68512026-08-20T01:56:12.730Z[ recovery-image] Aug 20 01:56:12.060 INFO O| Aug 20 01:56:12.059 INFO STEP 526 (remove_files) COMPLETE
68522026-08-20T01:56:12.730Z[ recovery-image] Aug 20 01:56:12.060 INFO O| Aug 20 01:56:12.060 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68532026-08-20T01:56:12.740Z[ recovery-image] Aug 20 01:56:12.071 INFO O| Aug 20 01:56:12.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68542026-08-20T01:56:12.743Z[ recovery-image] Aug 20 01:56:12.072 INFO O| Aug 20 01:56:12.072 INFO STEP 527 (remove_files) COMPLETE
68552026-08-20T01:56:12.743Z[ recovery-image] Aug 20 01:56:12.072 INFO O| Aug 20 01:56:12.072 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68562026-08-20T01:56:12.751Z[ recovery-image] Aug 20 01:56:12.082 INFO O| Aug 20 01:56:12.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68572026-08-20T01:56:12.752Z[ recovery-image] Aug 20 01:56:12.082 INFO O| Aug 20 01:56:12.082 INFO STEP 528 (remove_files) COMPLETE
68582026-08-20T01:56:12.752Z[ recovery-image] Aug 20 01:56:12.082 INFO O| Aug 20 01:56:12.082 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68592026-08-20T01:56:12.761Z[ recovery-image] Aug 20 01:56:12.092 INFO O| Aug 20 01:56:12.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68602026-08-20T01:56:12.761Z[ recovery-image] Aug 20 01:56:12.092 INFO O| Aug 20 01:56:12.092 INFO STEP 529 (remove_files) COMPLETE
68612026-08-20T01:56:12.765Z[ recovery-image] Aug 20 01:56:12.092 INFO O| Aug 20 01:56:12.092 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68622026-08-20T01:56:12.770Z[ recovery-image] Aug 20 01:56:12.102 INFO O| Aug 20 01:56:12.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68632026-08-20T01:56:12.770Z[ recovery-image] Aug 20 01:56:12.102 INFO O| Aug 20 01:56:12.102 INFO STEP 530 (remove_files) COMPLETE
68642026-08-20T01:56:12.770Z[ recovery-image] Aug 20 01:56:12.102 INFO O| Aug 20 01:56:12.102 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68652026-08-20T01:56:12.780Z[ recovery-image] Aug 20 01:56:12.111 INFO O| Aug 20 01:56:12.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68662026-08-20T01:56:12.780Z[ recovery-image] Aug 20 01:56:12.111 INFO O| Aug 20 01:56:12.111 INFO STEP 531 (remove_files) COMPLETE
68672026-08-20T01:56:12.780Z[ recovery-image] Aug 20 01:56:12.111 INFO O| Aug 20 01:56:12.111 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68682026-08-20T01:56:12.791Z[ recovery-image] Aug 20 01:56:12.121 INFO O| Aug 20 01:56:12.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
68692026-08-20T01:56:12.791Z[ recovery-image] Aug 20 01:56:12.121 INFO O| Aug 20 01:56:12.121 INFO STEP 532 (remove_files) COMPLETE
68702026-08-20T01:56:12.791Z[ recovery-image] Aug 20 01:56:12.121 INFO O| Aug 20 01:56:12.121 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-08-20T01:56:12.800Z[ recovery-image] Aug 20 01:56:12.131 INFO O| Aug 20 01:56:12.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
68722026-08-20T01:56:12.803Z[ recovery-image] Aug 20 01:56:12.132 INFO O| Aug 20 01:56:12.132 INFO STEP 533 (remove_files) COMPLETE
68732026-08-20T01:56:12.803Z[ recovery-image] Aug 20 01:56:12.132 INFO O| Aug 20 01:56:12.132 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68742026-08-20T01:56:12.811Z[ recovery-image] Aug 20 01:56:12.143 INFO O| Aug 20 01:56:12.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
68752026-08-20T01:56:12.814Z[ recovery-image] Aug 20 01:56:12.143 INFO O| Aug 20 01:56:12.143 INFO STEP 534 (remove_files) COMPLETE
68762026-08-20T01:56:12.814Z[ recovery-image] Aug 20 01:56:12.144 INFO O| Aug 20 01:56:12.143 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68772026-08-20T01:56:12.821Z[ recovery-image] Aug 20 01:56:12.153 INFO O| Aug 20 01:56:12.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
68782026-08-20T01:56:12.821Z[ recovery-image] Aug 20 01:56:12.153 INFO O| Aug 20 01:56:12.153 INFO STEP 535 (remove_files) COMPLETE
68792026-08-20T01:56:12.821Z[ recovery-image] Aug 20 01:56:12.153 INFO O| Aug 20 01:56:12.153 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68802026-08-20T01:56:12.830Z[ recovery-image] Aug 20 01:56:12.162 INFO O| Aug 20 01:56:12.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
68812026-08-20T01:56:12.830Z[ recovery-image] Aug 20 01:56:12.162 INFO O| Aug 20 01:56:12.162 INFO STEP 536 (remove_files) COMPLETE
68822026-08-20T01:56:12.833Z[ recovery-image] Aug 20 01:56:12.162 INFO O| Aug 20 01:56:12.162 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68832026-08-20T01:56:12.841Z[ recovery-image] Aug 20 01:56:12.171 INFO O| Aug 20 01:56:12.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
68842026-08-20T01:56:12.841Z[ recovery-image] Aug 20 01:56:12.171 INFO O| Aug 20 01:56:12.171 INFO STEP 537 (remove_files) COMPLETE
68852026-08-20T01:56:12.841Z[ recovery-image] Aug 20 01:56:12.171 INFO O| Aug 20 01:56:12.171 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68862026-08-20T01:56:12.849Z[ recovery-image] Aug 20 01:56:12.180 INFO O| Aug 20 01:56:12.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
68872026-08-20T01:56:12.853Z[ recovery-image] Aug 20 01:56:12.181 INFO O| Aug 20 01:56:12.181 INFO STEP 538 (remove_files) COMPLETE
68882026-08-20T01:56:12.853Z[ recovery-image] Aug 20 01:56:12.181 INFO O| Aug 20 01:56:12.181 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68892026-08-20T01:56:12.858Z[ recovery-image] Aug 20 01:56:12.190 INFO O| Aug 20 01:56:12.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
68902026-08-20T01:56:12.858Z[ recovery-image] Aug 20 01:56:12.190 INFO O| Aug 20 01:56:12.190 INFO STEP 539 (remove_files) COMPLETE
68912026-08-20T01:56:12.861Z[ recovery-image] Aug 20 01:56:12.190 INFO O| Aug 20 01:56:12.190 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-08-20T01:56:12.867Z[ recovery-image] Aug 20 01:56:12.198 INFO O| Aug 20 01:56:12.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
68932026-08-20T01:56:12.867Z[ recovery-image] Aug 20 01:56:12.199 INFO O| Aug 20 01:56:12.198 INFO STEP 540 (remove_files) COMPLETE
68942026-08-20T01:56:12.870Z[ recovery-image] Aug 20 01:56:12.199 INFO O| Aug 20 01:56:12.198 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-08-20T01:56:12.877Z[ recovery-image] Aug 20 01:56:12.208 INFO O| Aug 20 01:56:12.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
68962026-08-20T01:56:12.880Z[ recovery-image] Aug 20 01:56:12.209 INFO O| Aug 20 01:56:12.209 INFO STEP 541 (remove_files) COMPLETE
68972026-08-20T01:56:12.880Z[ recovery-image] Aug 20 01:56:12.209 INFO O| Aug 20 01:56:12.209 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-08-20T01:56:12.888Z[ recovery-image] Aug 20 01:56:12.219 INFO O| Aug 20 01:56:12.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
68992026-08-20T01:56:12.888Z[ recovery-image] Aug 20 01:56:12.219 INFO O| Aug 20 01:56:12.219 INFO STEP 542 (remove_files) COMPLETE
69002026-08-20T01:56:12.888Z[ recovery-image] Aug 20 01:56:12.219 INFO O| Aug 20 01:56:12.219 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-08-20T01:56:12.897Z[ recovery-image] Aug 20 01:56:12.229 INFO O| Aug 20 01:56:12.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69022026-08-20T01:56:12.897Z[ recovery-image] Aug 20 01:56:12.229 INFO O| Aug 20 01:56:12.229 INFO STEP 543 (remove_files) COMPLETE
69032026-08-20T01:56:12.897Z[ recovery-image] Aug 20 01:56:12.229 INFO O| Aug 20 01:56:12.229 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-08-20T01:56:12.907Z[ recovery-image] Aug 20 01:56:12.238 INFO O| Aug 20 01:56:12.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69052026-08-20T01:56:12.907Z[ recovery-image] Aug 20 01:56:12.238 INFO O| Aug 20 01:56:12.238 INFO STEP 544 (remove_files) COMPLETE
69062026-08-20T01:56:12.910Z[ recovery-image] Aug 20 01:56:12.238 INFO O| Aug 20 01:56:12.238 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-08-20T01:56:12.915Z[ recovery-image] Aug 20 01:56:12.247 INFO O| Aug 20 01:56:12.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69082026-08-20T01:56:12.915Z[ recovery-image] Aug 20 01:56:12.247 INFO O| Aug 20 01:56:12.247 INFO STEP 545 (remove_files) COMPLETE
69092026-08-20T01:56:12.915Z[ recovery-image] Aug 20 01:56:12.247 INFO O| Aug 20 01:56:12.247 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-08-20T01:56:12.925Z[ recovery-image] Aug 20 01:56:12.257 INFO O| Aug 20 01:56:12.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69112026-08-20T01:56:12.925Z[ recovery-image] Aug 20 01:56:12.257 INFO O| Aug 20 01:56:12.257 INFO STEP 546 (remove_files) COMPLETE
69122026-08-20T01:56:12.928Z[ recovery-image] Aug 20 01:56:12.257 INFO O| Aug 20 01:56:12.257 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-08-20T01:56:12.935Z[ recovery-image] Aug 20 01:56:12.266 INFO O| Aug 20 01:56:12.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69142026-08-20T01:56:12.935Z[ recovery-image] Aug 20 01:56:12.266 INFO O| Aug 20 01:56:12.266 INFO STEP 547 (remove_files) COMPLETE
69152026-08-20T01:56:12.935Z[ recovery-image] Aug 20 01:56:12.266 INFO O| Aug 20 01:56:12.266 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-08-20T01:56:12.942Z[ recovery-image] Aug 20 01:56:12.274 INFO O| Aug 20 01:56:12.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69172026-08-20T01:56:12.942Z[ recovery-image] Aug 20 01:56:12.274 INFO O| Aug 20 01:56:12.274 INFO STEP 548 (remove_files) COMPLETE
69182026-08-20T01:56:12.942Z[ recovery-image] Aug 20 01:56:12.274 INFO O| Aug 20 01:56:12.274 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-08-20T01:56:12.952Z[ recovery-image] Aug 20 01:56:12.284 INFO O| Aug 20 01:56:12.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69202026-08-20T01:56:12.953Z[ recovery-image] Aug 20 01:56:12.284 INFO O| Aug 20 01:56:12.284 INFO STEP 549 (remove_files) COMPLETE
69212026-08-20T01:56:12.953Z[ recovery-image] Aug 20 01:56:12.284 INFO O| Aug 20 01:56:12.284 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-08-20T01:56:12.963Z[ recovery-image] Aug 20 01:56:12.295 INFO O| Aug 20 01:56:12.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69232026-08-20T01:56:12.963Z[ recovery-image] Aug 20 01:56:12.295 INFO O| Aug 20 01:56:12.295 INFO STEP 550 (remove_files) COMPLETE
69242026-08-20T01:56:12.967Z[ recovery-image] Aug 20 01:56:12.295 INFO O| Aug 20 01:56:12.295 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-08-20T01:56:12.973Z[ recovery-image] Aug 20 01:56:12.305 INFO O| Aug 20 01:56:12.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69262026-08-20T01:56:12.973Z[ recovery-image] Aug 20 01:56:12.305 INFO O| Aug 20 01:56:12.305 INFO STEP 551 (remove_files) COMPLETE
69272026-08-20T01:56:12.973Z[ recovery-image] Aug 20 01:56:12.305 INFO O| Aug 20 01:56:12.305 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-08-20T01:56:12.984Z[ recovery-image] Aug 20 01:56:12.315 INFO O| Aug 20 01:56:12.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69292026-08-20T01:56:12.984Z[ recovery-image] Aug 20 01:56:12.315 INFO O| Aug 20 01:56:12.315 INFO STEP 552 (remove_files) COMPLETE
69302026-08-20T01:56:12.984Z[ recovery-image] Aug 20 01:56:12.315 INFO O| Aug 20 01:56:12.315 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-08-20T01:56:12.993Z[ recovery-image] Aug 20 01:56:12.324 INFO O| Aug 20 01:56:12.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69322026-08-20T01:56:12.993Z[ recovery-image] Aug 20 01:56:12.324 INFO O| Aug 20 01:56:12.324 INFO STEP 553 (remove_files) COMPLETE
69332026-08-20T01:56:12.993Z[ recovery-image] Aug 20 01:56:12.324 INFO O| Aug 20 01:56:12.324 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-08-20T01:56:13.013Z[ recovery-image] Aug 20 01:56:12.333 INFO O| Aug 20 01:56:12.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69352026-08-20T01:56:13.014Z[ recovery-image] Aug 20 01:56:12.333 INFO O| Aug 20 01:56:12.333 INFO STEP 554 (remove_files) COMPLETE
69362026-08-20T01:56:13.014Z[ recovery-image] Aug 20 01:56:12.333 INFO O| Aug 20 01:56:12.333 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-08-20T01:56:13.019Z[ recovery-image] Aug 20 01:56:12.341 INFO O| Aug 20 01:56:12.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69382026-08-20T01:56:13.019Z[ recovery-image] Aug 20 01:56:12.341 INFO O| Aug 20 01:56:12.341 INFO STEP 555 (remove_files) COMPLETE
69392026-08-20T01:56:13.019Z[ recovery-image] Aug 20 01:56:12.341 INFO O| Aug 20 01:56:12.341 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-08-20T01:56:13.023Z[ recovery-image] Aug 20 01:56:12.350 INFO O| Aug 20 01:56:12.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69412026-08-20T01:56:13.023Z[ recovery-image] Aug 20 01:56:12.350 INFO O| Aug 20 01:56:12.350 INFO STEP 556 (remove_files) COMPLETE
69422026-08-20T01:56:13.023Z[ recovery-image] Aug 20 01:56:12.350 INFO O| Aug 20 01:56:12.350 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-08-20T01:56:13.038Z[ recovery-image] Aug 20 01:56:12.361 INFO O| Aug 20 01:56:12.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69442026-08-20T01:56:13.038Z[ recovery-image] Aug 20 01:56:12.361 INFO O| Aug 20 01:56:12.361 INFO STEP 557 (remove_files) COMPLETE
69452026-08-20T01:56:13.038Z[ recovery-image] Aug 20 01:56:12.361 INFO O| Aug 20 01:56:12.361 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-08-20T01:56:13.041Z[ recovery-image] Aug 20 01:56:12.372 INFO O| Aug 20 01:56:12.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69472026-08-20T01:56:13.041Z[ recovery-image] Aug 20 01:56:12.372 INFO O| Aug 20 01:56:12.372 INFO STEP 558 (remove_files) COMPLETE
69482026-08-20T01:56:13.041Z[ recovery-image] Aug 20 01:56:12.372 INFO O| Aug 20 01:56:12.372 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-08-20T01:56:13.050Z[ recovery-image] Aug 20 01:56:12.382 INFO O| Aug 20 01:56:12.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69502026-08-20T01:56:13.050Z[ recovery-image] Aug 20 01:56:12.382 INFO O| Aug 20 01:56:12.382 INFO STEP 559 (remove_files) COMPLETE
69512026-08-20T01:56:13.050Z[ recovery-image] Aug 20 01:56:12.382 INFO O| Aug 20 01:56:12.382 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-08-20T01:56:13.060Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
69532026-08-20T01:56:13.060Z[ recovery-image] Aug 20 01:56:12.392 INFO O| Aug 20 01:56:12.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69542026-08-20T01:56:13.060Z[ recovery-image] Aug 20 01:56:12.392 INFO O| Aug 20 01:56:12.392 INFO STEP 560 (remove_files) COMPLETE
69552026-08-20T01:56:13.064Z[ recovery-image] Aug 20 01:56:12.392 INFO O| Aug 20 01:56:12.392 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-08-20T01:56:13.083Z[ recovery-image] Aug 20 01:56:12.403 INFO O| Aug 20 01:56:12.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69572026-08-20T01:56:13.083Z[ recovery-image] Aug 20 01:56:12.404 INFO O| Aug 20 01:56:12.404 INFO STEP 561 (remove_files) COMPLETE
69582026-08-20T01:56:13.083Z[ recovery-image] Aug 20 01:56:12.404 INFO O| Aug 20 01:56:12.404 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-08-20T01:56:13.087Z[ recovery-image] Aug 20 01:56:12.413 INFO O| Aug 20 01:56:12.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69602026-08-20T01:56:13.087Z[ recovery-image] Aug 20 01:56:12.413 INFO O| Aug 20 01:56:12.413 INFO STEP 562 (remove_files) COMPLETE
69612026-08-20T01:56:13.087Z[ recovery-image] Aug 20 01:56:12.413 INFO O| Aug 20 01:56:12.413 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-08-20T01:56:13.091Z[ recovery-image] Aug 20 01:56:12.422 INFO O| Aug 20 01:56:12.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69632026-08-20T01:56:13.094Z[ recovery-image] Aug 20 01:56:12.422 INFO O| Aug 20 01:56:12.422 INFO STEP 563 (remove_files) COMPLETE
69642026-08-20T01:56:13.094Z[ recovery-image] Aug 20 01:56:12.422 INFO O| Aug 20 01:56:12.422 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-08-20T01:56:13.101Z[ recovery-image] Aug 20 01:56:12.433 INFO O| Aug 20 01:56:12.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69662026-08-20T01:56:13.105Z[ recovery-image] Aug 20 01:56:12.433 INFO O| Aug 20 01:56:12.433 INFO STEP 564 (remove_files) COMPLETE
69672026-08-20T01:56:13.105Z[ recovery-image] Aug 20 01:56:12.433 INFO O| Aug 20 01:56:12.433 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-08-20T01:56:13.112Z[ recovery-image] Aug 20 01:56:12.443 INFO O| Aug 20 01:56:12.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69692026-08-20T01:56:13.112Z[ recovery-image] Aug 20 01:56:12.443 INFO O| Aug 20 01:56:12.443 INFO STEP 565 (remove_files) COMPLETE
69702026-08-20T01:56:13.115Z[ recovery-image] Aug 20 01:56:12.443 INFO O| Aug 20 01:56:12.443 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-08-20T01:56:13.120Z[ recovery-image] Aug 20 01:56:12.451 INFO O| Aug 20 01:56:12.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
69722026-08-20T01:56:13.120Z[ recovery-image] Aug 20 01:56:12.451 INFO O| Aug 20 01:56:12.451 INFO STEP 566 (remove_files) COMPLETE
69732026-08-20T01:56:13.123Z[ recovery-image] Aug 20 01:56:12.451 INFO O| Aug 20 01:56:12.451 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-08-20T01:56:13.128Z[ recovery-image] Aug 20 01:56:12.460 INFO O| Aug 20 01:56:12.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
69752026-08-20T01:56:13.131Z[ recovery-image] Aug 20 01:56:12.460 INFO O| Aug 20 01:56:12.460 INFO STEP 567 (remove_files) COMPLETE
69762026-08-20T01:56:13.131Z[ recovery-image] Aug 20 01:56:12.460 INFO O| Aug 20 01:56:12.460 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-08-20T01:56:13.137Z[ recovery-image] Aug 20 01:56:12.468 INFO O| Aug 20 01:56:12.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
69782026-08-20T01:56:13.137Z[ recovery-image] Aug 20 01:56:12.468 INFO O| Aug 20 01:56:12.468 INFO STEP 568 (remove_files) COMPLETE
69792026-08-20T01:56:13.137Z[ recovery-image] Aug 20 01:56:12.468 INFO O| Aug 20 01:56:12.468 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-08-20T01:56:13.145Z[ recovery-image] Aug 20 01:56:12.477 INFO O| Aug 20 01:56:12.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
69812026-08-20T01:56:13.145Z[ recovery-image] Aug 20 01:56:12.477 INFO O| Aug 20 01:56:12.477 INFO STEP 569 (remove_files) COMPLETE
69822026-08-20T01:56:13.145Z[ recovery-image] Aug 20 01:56:12.477 INFO O| Aug 20 01:56:12.477 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-08-20T01:56:13.159Z[ recovery-image] Aug 20 01:56:12.488 INFO O| Aug 20 01:56:12.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
69842026-08-20T01:56:13.159Z[ recovery-image] Aug 20 01:56:12.488 INFO O| Aug 20 01:56:12.488 INFO STEP 570 (remove_files) COMPLETE
69852026-08-20T01:56:13.159Z[ recovery-image] Aug 20 01:56:12.488 INFO O| Aug 20 01:56:12.488 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-08-20T01:56:13.168Z[ recovery-image] Aug 20 01:56:12.498 INFO O| Aug 20 01:56:12.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
69872026-08-20T01:56:13.168Z[ recovery-image] Aug 20 01:56:12.498 INFO O| Aug 20 01:56:12.498 INFO STEP 571 (remove_files) COMPLETE
69882026-08-20T01:56:13.168Z[ recovery-image] Aug 20 01:56:12.498 INFO O| Aug 20 01:56:12.498 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-08-20T01:56:13.175Z[ recovery-image] Aug 20 01:56:12.507 INFO O| Aug 20 01:56:12.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
69902026-08-20T01:56:13.175Z[ recovery-image] Aug 20 01:56:12.507 INFO O| Aug 20 01:56:12.507 INFO STEP 572 (remove_files) COMPLETE
69912026-08-20T01:56:13.178Z[ recovery-image] Aug 20 01:56:12.507 INFO O| Aug 20 01:56:12.507 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-08-20T01:56:13.184Z[ recovery-image] Aug 20 01:56:12.516 INFO O| Aug 20 01:56:12.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
69932026-08-20T01:56:13.184Z[ recovery-image] Aug 20 01:56:12.516 INFO O| Aug 20 01:56:12.516 INFO STEP 573 (remove_files) COMPLETE
69942026-08-20T01:56:13.184Z[ recovery-image] Aug 20 01:56:12.516 INFO O| Aug 20 01:56:12.516 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-08-20T01:56:13.194Z[ recovery-image] Aug 20 01:56:12.525 INFO O| Aug 20 01:56:12.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
69962026-08-20T01:56:13.194Z[ recovery-image] Aug 20 01:56:12.525 INFO O| Aug 20 01:56:12.525 INFO STEP 574 (remove_files) COMPLETE
69972026-08-20T01:56:13.194Z[ recovery-image] Aug 20 01:56:12.525 INFO O| Aug 20 01:56:12.525 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-08-20T01:56:13.205Z[ recovery-image] Aug 20 01:56:12.536 INFO O| Aug 20 01:56:12.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
69992026-08-20T01:56:13.205Z[ recovery-image] Aug 20 01:56:12.536 INFO O| Aug 20 01:56:12.536 INFO STEP 575 (remove_files) COMPLETE
70002026-08-20T01:56:13.208Z[ recovery-image] Aug 20 01:56:12.536 INFO O| Aug 20 01:56:12.536 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-08-20T01:56:13.216Z[ recovery-image] Aug 20 01:56:12.547 INFO O| Aug 20 01:56:12.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70022026-08-20T01:56:13.216Z[ recovery-image] Aug 20 01:56:12.547 INFO O| Aug 20 01:56:12.547 INFO STEP 576 (remove_files) COMPLETE
70032026-08-20T01:56:13.216Z[ recovery-image] Aug 20 01:56:12.547 INFO O| Aug 20 01:56:12.547 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-08-20T01:56:13.226Z[ recovery-image] Aug 20 01:56:12.556 INFO O| Aug 20 01:56:12.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70052026-08-20T01:56:13.229Z[ recovery-image] Aug 20 01:56:12.556 INFO O| Aug 20 01:56:12.556 INFO STEP 577 (remove_files) COMPLETE
70062026-08-20T01:56:13.229Z[ recovery-image] Aug 20 01:56:12.556 INFO O| Aug 20 01:56:12.556 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-08-20T01:56:13.233Z[ recovery-image] Aug 20 01:56:12.565 INFO O| Aug 20 01:56:12.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70082026-08-20T01:56:13.233Z[ recovery-image] Aug 20 01:56:12.565 INFO O| Aug 20 01:56:12.565 INFO STEP 578 (remove_files) COMPLETE
70092026-08-20T01:56:13.236Z[ recovery-image] Aug 20 01:56:12.565 INFO O| Aug 20 01:56:12.565 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-08-20T01:56:13.243Z[ recovery-image] Aug 20 01:56:12.574 INFO O| Aug 20 01:56:12.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70112026-08-20T01:56:13.247Z[ recovery-image] Aug 20 01:56:12.574 INFO O| Aug 20 01:56:12.574 INFO STEP 579 (remove_files) COMPLETE
70122026-08-20T01:56:13.247Z[ recovery-image] Aug 20 01:56:12.574 INFO O| Aug 20 01:56:12.574 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-08-20T01:56:13.252Z[ recovery-image] Aug 20 01:56:12.584 INFO O| Aug 20 01:56:12.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70142026-08-20T01:56:13.252Z[ recovery-image] Aug 20 01:56:12.584 INFO O| Aug 20 01:56:12.584 INFO STEP 580 (remove_files) COMPLETE
70152026-08-20T01:56:13.252Z[ recovery-image] Aug 20 01:56:12.584 INFO O| Aug 20 01:56:12.584 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-08-20T01:56:13.256Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
70172026-08-20T01:56:13.262Z[ recovery-image] Aug 20 01:56:12.593 INFO O| Aug 20 01:56:12.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70182026-08-20T01:56:13.263Z[ recovery-image] Aug 20 01:56:12.593 INFO O| Aug 20 01:56:12.593 INFO STEP 581 (remove_files) COMPLETE
70192026-08-20T01:56:13.263Z[ recovery-image] Aug 20 01:56:12.593 INFO O| Aug 20 01:56:12.593 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-08-20T01:56:13.271Z[ recovery-image] Aug 20 01:56:12.602 INFO O| Aug 20 01:56:12.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70212026-08-20T01:56:13.271Z[ recovery-image] Aug 20 01:56:12.603 INFO O| Aug 20 01:56:12.603 INFO STEP 582 (remove_files) COMPLETE
70222026-08-20T01:56:13.274Z[ recovery-image] Aug 20 01:56:12.603 INFO O| Aug 20 01:56:12.603 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-08-20T01:56:13.282Z[ recovery-image] Aug 20 01:56:12.613 INFO O| Aug 20 01:56:12.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70242026-08-20T01:56:13.282Z[ recovery-image] Aug 20 01:56:12.613 INFO O| Aug 20 01:56:12.613 INFO STEP 583 (remove_files) COMPLETE
70252026-08-20T01:56:13.282Z[ recovery-image] Aug 20 01:56:12.613 INFO O| Aug 20 01:56:12.613 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-08-20T01:56:13.298Z[ recovery-image] Aug 20 01:56:12.629 INFO O| Aug 20 01:56:12.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70272026-08-20T01:56:13.298Z[ recovery-image] Aug 20 01:56:12.629 INFO O| Aug 20 01:56:12.629 INFO STEP 584 (remove_files) COMPLETE
70282026-08-20T01:56:13.298Z[ recovery-image] Aug 20 01:56:12.629 INFO O| Aug 20 01:56:12.629 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-08-20T01:56:13.309Z[ recovery-image] Aug 20 01:56:12.640 INFO O| Aug 20 01:56:12.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70302026-08-20T01:56:13.309Z[ recovery-image] Aug 20 01:56:12.640 INFO O| Aug 20 01:56:12.640 INFO STEP 585 (remove_files) COMPLETE
70312026-08-20T01:56:13.309Z[ recovery-image] Aug 20 01:56:12.640 INFO O| Aug 20 01:56:12.640 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-08-20T01:56:13.319Z[ recovery-image] Aug 20 01:56:12.650 INFO O| Aug 20 01:56:12.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70332026-08-20T01:56:13.319Z[ recovery-image] Aug 20 01:56:12.650 INFO O| Aug 20 01:56:12.650 INFO STEP 586 (remove_files) COMPLETE
70342026-08-20T01:56:13.319Z[ recovery-image] Aug 20 01:56:12.650 INFO O| Aug 20 01:56:12.650 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-08-20T01:56:13.333Z[ recovery-image] Aug 20 01:56:12.659 INFO O| Aug 20 01:56:12.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70362026-08-20T01:56:13.333Z[ recovery-image] Aug 20 01:56:12.659 INFO O| Aug 20 01:56:12.659 INFO STEP 587 (remove_files) COMPLETE
70372026-08-20T01:56:13.333Z[ recovery-image] Aug 20 01:56:12.659 INFO O| Aug 20 01:56:12.659 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-08-20T01:56:13.337Z[ recovery-image] Aug 20 01:56:12.668 INFO O| Aug 20 01:56:12.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70392026-08-20T01:56:13.337Z[ recovery-image] Aug 20 01:56:12.668 INFO O| Aug 20 01:56:12.668 INFO STEP 588 (remove_files) COMPLETE
70402026-08-20T01:56:13.341Z[ recovery-image] Aug 20 01:56:12.668 INFO O| Aug 20 01:56:12.668 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-08-20T01:56:13.345Z[ recovery-image] Aug 20 01:56:12.676 INFO O| Aug 20 01:56:12.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70422026-08-20T01:56:13.345Z[ recovery-image] Aug 20 01:56:12.676 INFO O| Aug 20 01:56:12.676 INFO STEP 589 (remove_files) COMPLETE
70432026-08-20T01:56:13.345Z[ recovery-image] Aug 20 01:56:12.676 INFO O| Aug 20 01:56:12.676 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-08-20T01:56:13.354Z[ recovery-image] Aug 20 01:56:12.685 INFO O| Aug 20 01:56:12.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70452026-08-20T01:56:13.354Z[ recovery-image] Aug 20 01:56:12.685 INFO O| Aug 20 01:56:12.685 INFO STEP 590 (remove_files) COMPLETE
70462026-08-20T01:56:13.357Z[ recovery-image] Aug 20 01:56:12.685 INFO O| Aug 20 01:56:12.685 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-08-20T01:56:13.361Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
70482026-08-20T01:56:13.367Z[ recovery-image] Aug 20 01:56:12.693 INFO O| Aug 20 01:56:12.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70492026-08-20T01:56:13.367Z[ recovery-image] Aug 20 01:56:12.693 INFO O| Aug 20 01:56:12.693 INFO STEP 591 (remove_files) COMPLETE
70502026-08-20T01:56:13.367Z[ recovery-image] Aug 20 01:56:12.693 INFO O| Aug 20 01:56:12.693 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-08-20T01:56:13.372Z[ recovery-image] Aug 20 01:56:12.702 INFO O| Aug 20 01:56:12.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70522026-08-20T01:56:13.372Z[ recovery-image] Aug 20 01:56:12.702 INFO O| Aug 20 01:56:12.702 INFO STEP 592 (remove_files) COMPLETE
70532026-08-20T01:56:13.376Z[ recovery-image] Aug 20 01:56:12.702 INFO O| Aug 20 01:56:12.702 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-08-20T01:56:13.381Z[ recovery-image] Aug 20 01:56:12.712 INFO O| Aug 20 01:56:12.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70552026-08-20T01:56:13.381Z[ recovery-image] Aug 20 01:56:12.712 INFO O| Aug 20 01:56:12.712 INFO STEP 593 (remove_files) COMPLETE
70562026-08-20T01:56:13.381Z[ recovery-image] Aug 20 01:56:12.712 INFO O| Aug 20 01:56:12.712 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-08-20T01:56:13.389Z[ recovery-image] Aug 20 01:56:12.721 INFO O| Aug 20 01:56:12.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70582026-08-20T01:56:13.390Z[ recovery-image] Aug 20 01:56:12.721 INFO O| Aug 20 01:56:12.721 INFO STEP 594 (remove_files) COMPLETE
70592026-08-20T01:56:13.390Z[ recovery-image] Aug 20 01:56:12.721 INFO O| Aug 20 01:56:12.721 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-08-20T01:56:13.398Z[ recovery-image] Aug 20 01:56:12.729 INFO O| Aug 20 01:56:12.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70612026-08-20T01:56:13.398Z[ recovery-image] Aug 20 01:56:12.729 INFO O| Aug 20 01:56:12.729 INFO STEP 595 (remove_files) COMPLETE
70622026-08-20T01:56:13.402Z[ recovery-image] Aug 20 01:56:12.729 INFO O| Aug 20 01:56:12.729 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-08-20T01:56:13.407Z[ recovery-image] Aug 20 01:56:12.737 INFO O| Aug 20 01:56:12.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70642026-08-20T01:56:13.407Z[ recovery-image] Aug 20 01:56:12.737 INFO O| Aug 20 01:56:12.737 INFO STEP 596 (remove_files) COMPLETE
70652026-08-20T01:56:13.407Z[ recovery-image] Aug 20 01:56:12.737 INFO O| Aug 20 01:56:12.737 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-08-20T01:56:13.414Z[ recovery-image] Aug 20 01:56:12.746 INFO O| Aug 20 01:56:12.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70672026-08-20T01:56:13.414Z[ recovery-image] Aug 20 01:56:12.746 INFO O| Aug 20 01:56:12.746 INFO STEP 597 (remove_files) COMPLETE
70682026-08-20T01:56:13.415Z[ recovery-image] Aug 20 01:56:12.746 INFO O| Aug 20 01:56:12.746 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-08-20T01:56:13.424Z[ recovery-image] Aug 20 01:56:12.755 INFO O| Aug 20 01:56:12.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
70702026-08-20T01:56:13.427Z[ recovery-image] Aug 20 01:56:12.756 INFO O| Aug 20 01:56:12.756 INFO STEP 598 (remove_files) COMPLETE
70712026-08-20T01:56:13.427Z[ recovery-image] Aug 20 01:56:12.756 INFO O| Aug 20 01:56:12.756 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-08-20T01:56:13.436Z[ recovery-image] Aug 20 01:56:12.765 INFO O| Aug 20 01:56:12.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
70732026-08-20T01:56:13.436Z[ recovery-image] Aug 20 01:56:12.765 INFO O| Aug 20 01:56:12.765 INFO STEP 599 (remove_files) COMPLETE
70742026-08-20T01:56:13.440Z[ recovery-image] Aug 20 01:56:12.765 INFO O| Aug 20 01:56:12.765 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-08-20T01:56:13.444Z[ recovery-image] Aug 20 01:56:12.776 INFO O| Aug 20 01:56:12.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
70762026-08-20T01:56:13.444Z[ recovery-image] Aug 20 01:56:12.776 INFO O| Aug 20 01:56:12.776 INFO STEP 600 (remove_files) COMPLETE
70772026-08-20T01:56:13.447Z[ recovery-image] Aug 20 01:56:12.776 INFO O| Aug 20 01:56:12.776 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-08-20T01:56:13.456Z[ recovery-image] Aug 20 01:56:12.787 INFO O| Aug 20 01:56:12.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
70792026-08-20T01:56:13.456Z[ recovery-image] Aug 20 01:56:12.787 INFO O| Aug 20 01:56:12.787 INFO STEP 601 (remove_files) COMPLETE
70802026-08-20T01:56:13.456Z[ recovery-image] Aug 20 01:56:12.787 INFO O| Aug 20 01:56:12.787 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-08-20T01:56:13.467Z[ recovery-image] Aug 20 01:56:12.798 INFO O| Aug 20 01:56:12.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
70822026-08-20T01:56:13.467Z[ recovery-image] Aug 20 01:56:12.798 INFO O| Aug 20 01:56:12.798 INFO STEP 602 (remove_files) COMPLETE
70832026-08-20T01:56:13.470Z[ recovery-image] Aug 20 01:56:12.798 INFO O| Aug 20 01:56:12.798 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-08-20T01:56:13.480Z[ recovery-image] Aug 20 01:56:12.809 INFO O| Aug 20 01:56:12.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
70852026-08-20T01:56:13.480Z[ recovery-image] Aug 20 01:56:12.809 INFO O| Aug 20 01:56:12.809 INFO STEP 603 (remove_files) COMPLETE
70862026-08-20T01:56:13.480Z[ recovery-image] Aug 20 01:56:12.809 INFO O| Aug 20 01:56:12.809 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-08-20T01:56:13.499Z[ recovery-image] Aug 20 01:56:12.824 INFO O| Aug 20 01:56:12.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
70882026-08-20T01:56:13.499Z[ recovery-image] Aug 20 01:56:12.824 INFO O| Aug 20 01:56:12.818 INFO STEP 604 (remove_files) COMPLETE
70892026-08-20T01:56:13.499Z[ recovery-image] Aug 20 01:56:12.824 INFO O| Aug 20 01:56:12.818 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-08-20T01:56:13.502Z[ recovery-image] Aug 20 01:56:12.827 INFO O| Aug 20 01:56:12.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
70912026-08-20T01:56:13.502Z[ recovery-image] Aug 20 01:56:12.827 INFO O| Aug 20 01:56:12.827 INFO STEP 605 (remove_files) COMPLETE
70922026-08-20T01:56:13.502Z[ recovery-image] Aug 20 01:56:12.827 INFO O| Aug 20 01:56:12.827 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-08-20T01:56:13.507Z[ recovery-image] Aug 20 01:56:12.835 INFO O| Aug 20 01:56:12.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
70942026-08-20T01:56:13.507Z[ recovery-image] Aug 20 01:56:12.835 INFO O| Aug 20 01:56:12.835 INFO STEP 606 (remove_files) COMPLETE
70952026-08-20T01:56:13.507Z[ recovery-image] Aug 20 01:56:12.835 INFO O| Aug 20 01:56:12.835 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-08-20T01:56:13.507Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
70972026-08-20T01:56:13.513Z[ recovery-image] Aug 20 01:56:12.845 INFO O| Aug 20 01:56:12.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
70982026-08-20T01:56:13.513Z[ recovery-image] Aug 20 01:56:12.845 INFO O| Aug 20 01:56:12.845 INFO STEP 607 (remove_files) COMPLETE
70992026-08-20T01:56:13.513Z[ recovery-image] Aug 20 01:56:12.845 INFO O| Aug 20 01:56:12.845 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-08-20T01:56:13.523Z[ recovery-image] Aug 20 01:56:12.854 INFO O| Aug 20 01:56:12.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71012026-08-20T01:56:13.523Z[ recovery-image] Aug 20 01:56:12.854 INFO O| Aug 20 01:56:12.854 INFO STEP 608 (remove_files) COMPLETE
71022026-08-20T01:56:13.526Z[ recovery-image] Aug 20 01:56:12.854 INFO O| Aug 20 01:56:12.854 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-08-20T01:56:13.532Z[ recovery-image] Aug 20 01:56:12.864 INFO O| Aug 20 01:56:12.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71042026-08-20T01:56:13.533Z[ recovery-image] Aug 20 01:56:12.864 INFO O| Aug 20 01:56:12.864 INFO STEP 609 (remove_files) COMPLETE
71052026-08-20T01:56:13.533Z[ recovery-image] Aug 20 01:56:12.864 INFO O| Aug 20 01:56:12.864 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-08-20T01:56:13.541Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
71072026-08-20T01:56:13.544Z[ recovery-image] Aug 20 01:56:12.873 INFO O| Aug 20 01:56:12.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71082026-08-20T01:56:13.544Z[ recovery-image] Aug 20 01:56:12.873 INFO O| Aug 20 01:56:12.873 INFO STEP 610 (remove_files) COMPLETE
71092026-08-20T01:56:13.544Z[ recovery-image] Aug 20 01:56:12.873 INFO O| Aug 20 01:56:12.873 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-08-20T01:56:13.550Z[ recovery-image] Aug 20 01:56:12.882 INFO O| Aug 20 01:56:12.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71112026-08-20T01:56:13.550Z[ recovery-image] Aug 20 01:56:12.882 INFO O| Aug 20 01:56:12.882 INFO STEP 611 (remove_files) COMPLETE
71122026-08-20T01:56:13.550Z[ recovery-image] Aug 20 01:56:12.882 INFO O| Aug 20 01:56:12.882 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-08-20T01:56:13.561Z[ recovery-image] Aug 20 01:56:12.893 INFO O| Aug 20 01:56:12.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71142026-08-20T01:56:13.561Z[ recovery-image] Aug 20 01:56:12.893 INFO O| Aug 20 01:56:12.893 INFO STEP 612 (remove_files) COMPLETE
71152026-08-20T01:56:13.561Z[ recovery-image] Aug 20 01:56:12.893 INFO O| Aug 20 01:56:12.893 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-08-20T01:56:13.575Z[ recovery-image] Aug 20 01:56:12.903 INFO O| Aug 20 01:56:12.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71172026-08-20T01:56:13.575Z[ recovery-image] Aug 20 01:56:12.903 INFO O| Aug 20 01:56:12.903 INFO STEP 613 (remove_files) COMPLETE
71182026-08-20T01:56:13.575Z[ recovery-image] Aug 20 01:56:12.903 INFO O| Aug 20 01:56:12.903 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-08-20T01:56:13.593Z[ recovery-image] Aug 20 01:56:12.924 INFO O| Aug 20 01:56:12.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71202026-08-20T01:56:13.593Z[ recovery-image] Aug 20 01:56:12.924 INFO O| Aug 20 01:56:12.924 INFO STEP 614 (remove_files) COMPLETE
71212026-08-20T01:56:13.593Z[ recovery-image] Aug 20 01:56:12.924 INFO O| Aug 20 01:56:12.924 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-08-20T01:56:13.602Z[ recovery-image] Aug 20 01:56:12.934 INFO O| Aug 20 01:56:12.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71232026-08-20T01:56:13.603Z[ recovery-image] Aug 20 01:56:12.934 INFO O| Aug 20 01:56:12.934 INFO STEP 615 (remove_files) COMPLETE
71242026-08-20T01:56:13.606Z[ recovery-image] Aug 20 01:56:12.934 INFO O| Aug 20 01:56:12.934 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-08-20T01:56:13.612Z[ recovery-image] Aug 20 01:56:12.943 INFO O| Aug 20 01:56:12.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71262026-08-20T01:56:13.615Z[ recovery-image] Aug 20 01:56:12.943 INFO O| Aug 20 01:56:12.943 INFO STEP 616 (remove_files) COMPLETE
71272026-08-20T01:56:13.615Z[ recovery-image] Aug 20 01:56:12.943 INFO O| Aug 20 01:56:12.943 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-08-20T01:56:13.621Z[ recovery-image] Aug 20 01:56:12.952 INFO O| Aug 20 01:56:12.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71292026-08-20T01:56:13.621Z[ recovery-image] Aug 20 01:56:12.952 INFO O| Aug 20 01:56:12.952 INFO STEP 617 (remove_files) COMPLETE
71302026-08-20T01:56:13.621Z[ recovery-image] Aug 20 01:56:12.952 INFO O| Aug 20 01:56:12.952 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-08-20T01:56:13.628Z[verify-libraries] Compiling fatfs v0.3.6
71322026-08-20T01:56:13.634Z[ recovery-image] Aug 20 01:56:12.964 INFO O| Aug 20 01:56:12.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71332026-08-20T01:56:13.634Z[ recovery-image] Aug 20 01:56:12.964 INFO O| Aug 20 01:56:12.964 INFO STEP 618 (remove_files) COMPLETE
71342026-08-20T01:56:13.634Z[ recovery-image] Aug 20 01:56:12.964 INFO O| Aug 20 01:56:12.964 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-08-20T01:56:13.648Z[ recovery-image] Aug 20 01:56:12.979 INFO O| Aug 20 01:56:12.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71362026-08-20T01:56:13.648Z[ recovery-image] Aug 20 01:56:12.979 INFO O| Aug 20 01:56:12.979 INFO STEP 619 (remove_files) COMPLETE
71372026-08-20T01:56:13.652Z[ recovery-image] Aug 20 01:56:12.979 INFO O| Aug 20 01:56:12.979 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-08-20T01:56:13.657Z[verify-libraries] Compiling num-bigint v0.4.6
71392026-08-20T01:56:13.660Z[ recovery-image] Aug 20 01:56:12.989 INFO O| Aug 20 01:56:12.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71402026-08-20T01:56:13.660Z[ recovery-image] Aug 20 01:56:12.989 INFO O| Aug 20 01:56:12.989 INFO STEP 620 (remove_files) COMPLETE
71412026-08-20T01:56:13.660Z[ recovery-image] Aug 20 01:56:12.989 INFO O| Aug 20 01:56:12.989 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-08-20T01:56:13.667Z[ recovery-image] Aug 20 01:56:12.998 INFO O| Aug 20 01:56:12.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71432026-08-20T01:56:13.667Z[ recovery-image] Aug 20 01:56:12.998 INFO O| Aug 20 01:56:12.998 INFO STEP 621 (remove_files) COMPLETE
71442026-08-20T01:56:13.667Z[ recovery-image] Aug 20 01:56:12.998 INFO O| Aug 20 01:56:12.998 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-08-20T01:56:13.677Z[ recovery-image] Aug 20 01:56:13.008 INFO O| Aug 20 01:56:13.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71462026-08-20T01:56:13.677Z[ recovery-image] Aug 20 01:56:13.008 INFO O| Aug 20 01:56:13.008 INFO STEP 622 (remove_files) COMPLETE
71472026-08-20T01:56:13.677Z[ recovery-image] Aug 20 01:56:13.008 INFO O| Aug 20 01:56:13.008 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-08-20T01:56:13.685Z[ recovery-image] Aug 20 01:56:13.017 INFO O| Aug 20 01:56:13.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71492026-08-20T01:56:13.685Z[ recovery-image] Aug 20 01:56:13.017 INFO O| Aug 20 01:56:13.017 INFO STEP 623 (remove_files) COMPLETE
71502026-08-20T01:56:13.685Z[ recovery-image] Aug 20 01:56:13.017 INFO O| Aug 20 01:56:13.017 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-08-20T01:56:13.694Z[ recovery-image] Aug 20 01:56:13.026 INFO O| Aug 20 01:56:13.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71522026-08-20T01:56:13.694Z[ recovery-image] Aug 20 01:56:13.026 INFO O| Aug 20 01:56:13.026 INFO STEP 624 (remove_files) COMPLETE
71532026-08-20T01:56:13.694Z[ recovery-image] Aug 20 01:56:13.026 INFO O| Aug 20 01:56:13.026 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-08-20T01:56:13.703Z[ recovery-image] Aug 20 01:56:13.035 INFO O| Aug 20 01:56:13.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71552026-08-20T01:56:13.703Z[ recovery-image] Aug 20 01:56:13.035 INFO O| Aug 20 01:56:13.035 INFO STEP 625 (remove_files) COMPLETE
71562026-08-20T01:56:13.703Z[ recovery-image] Aug 20 01:56:13.035 INFO O| Aug 20 01:56:13.035 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-08-20T01:56:13.712Z[ recovery-image] Aug 20 01:56:13.044 INFO O| Aug 20 01:56:13.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71582026-08-20T01:56:13.712Z[ recovery-image] Aug 20 01:56:13.044 INFO O| Aug 20 01:56:13.044 INFO STEP 626 (remove_files) COMPLETE
71592026-08-20T01:56:13.715Z[ recovery-image] Aug 20 01:56:13.044 INFO O| Aug 20 01:56:13.044 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-08-20T01:56:13.727Z[ recovery-image] Aug 20 01:56:13.058 INFO O| Aug 20 01:56:13.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71612026-08-20T01:56:13.727Z[ recovery-image] Aug 20 01:56:13.058 INFO O| Aug 20 01:56:13.058 INFO STEP 627 (remove_files) COMPLETE
71622026-08-20T01:56:13.727Z[ recovery-image] Aug 20 01:56:13.058 INFO O| Aug 20 01:56:13.058 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-08-20T01:56:13.736Z[ recovery-image] Aug 20 01:56:13.068 INFO O| Aug 20 01:56:13.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71642026-08-20T01:56:13.736Z[ recovery-image] Aug 20 01:56:13.068 INFO O| Aug 20 01:56:13.068 INFO STEP 628 (remove_files) COMPLETE
71652026-08-20T01:56:13.740Z[ recovery-image] Aug 20 01:56:13.068 INFO O| Aug 20 01:56:13.068 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-08-20T01:56:13.745Z[ recovery-image] Aug 20 01:56:13.077 INFO O| Aug 20 01:56:13.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71672026-08-20T01:56:13.745Z[ recovery-image] Aug 20 01:56:13.077 INFO O| Aug 20 01:56:13.077 INFO STEP 629 (remove_files) COMPLETE
71682026-08-20T01:56:13.750Z[ recovery-image] Aug 20 01:56:13.077 INFO O| Aug 20 01:56:13.077 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-08-20T01:56:13.756Z[ recovery-image] Aug 20 01:56:13.087 INFO O| Aug 20 01:56:13.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71702026-08-20T01:56:13.756Z[ recovery-image] Aug 20 01:56:13.087 INFO O| Aug 20 01:56:13.087 INFO STEP 630 (remove_files) COMPLETE
71712026-08-20T01:56:13.756Z[ recovery-image] Aug 20 01:56:13.087 INFO O| Aug 20 01:56:13.087 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-08-20T01:56:13.760Z[verify-libraries] Compiling generic-array v1.4.3
71732026-08-20T01:56:13.765Z[ recovery-image] Aug 20 01:56:13.097 INFO O| Aug 20 01:56:13.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
71742026-08-20T01:56:13.765Z[ recovery-image] Aug 20 01:56:13.097 INFO O| Aug 20 01:56:13.097 INFO STEP 631 (remove_files) COMPLETE
71752026-08-20T01:56:13.769Z[ recovery-image] Aug 20 01:56:13.097 INFO O| Aug 20 01:56:13.097 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-08-20T01:56:13.776Z[ recovery-image] Aug 20 01:56:13.108 INFO O| Aug 20 01:56:13.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
71772026-08-20T01:56:13.776Z[ recovery-image] Aug 20 01:56:13.108 INFO O| Aug 20 01:56:13.106 INFO STEP 632 (remove_files) COMPLETE
71782026-08-20T01:56:13.776Z[ recovery-image] Aug 20 01:56:13.108 INFO O| Aug 20 01:56:13.106 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-08-20T01:56:13.788Z[ recovery-image] Aug 20 01:56:13.119 INFO O| Aug 20 01:56:13.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
71802026-08-20T01:56:13.788Z[ recovery-image] Aug 20 01:56:13.119 INFO O| Aug 20 01:56:13.115 INFO STEP 633 (remove_files) COMPLETE
71812026-08-20T01:56:13.788Z[ recovery-image] Aug 20 01:56:13.119 INFO O| Aug 20 01:56:13.115 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71822026-08-20T01:56:13.795Z[ recovery-image] Aug 20 01:56:13.125 INFO O| Aug 20 01:56:13.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
71832026-08-20T01:56:13.795Z[ recovery-image] Aug 20 01:56:13.125 INFO O| Aug 20 01:56:13.125 INFO STEP 634 (remove_files) COMPLETE
71842026-08-20T01:56:13.798Z[ recovery-image] Aug 20 01:56:13.125 INFO O| Aug 20 01:56:13.125 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-08-20T01:56:13.803Z[ recovery-image] Aug 20 01:56:13.135 INFO O| Aug 20 01:56:13.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
71862026-08-20T01:56:13.803Z[ recovery-image] Aug 20 01:56:13.135 INFO O| Aug 20 01:56:13.135 INFO STEP 635 (remove_files) COMPLETE
71872026-08-20T01:56:13.804Z[ recovery-image] Aug 20 01:56:13.135 INFO O| Aug 20 01:56:13.135 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-08-20T01:56:13.814Z[ recovery-image] Aug 20 01:56:13.145 INFO O| Aug 20 01:56:13.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
71892026-08-20T01:56:13.814Z[ recovery-image] Aug 20 01:56:13.145 INFO O| Aug 20 01:56:13.145 INFO STEP 636 (remove_files) COMPLETE
71902026-08-20T01:56:13.814Z[ recovery-image] Aug 20 01:56:13.145 INFO O| Aug 20 01:56:13.145 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71912026-08-20T01:56:13.825Z[ recovery-image] Aug 20 01:56:13.155 INFO O| Aug 20 01:56:13.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
71922026-08-20T01:56:13.825Z[ recovery-image] Aug 20 01:56:13.155 INFO O| Aug 20 01:56:13.155 INFO STEP 637 (remove_files) COMPLETE
71932026-08-20T01:56:13.829Z[ recovery-image] Aug 20 01:56:13.155 INFO O| Aug 20 01:56:13.155 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71942026-08-20T01:56:13.833Z[ recovery-image] Aug 20 01:56:13.164 INFO O| Aug 20 01:56:13.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
71952026-08-20T01:56:13.833Z[ recovery-image] Aug 20 01:56:13.164 INFO O| Aug 20 01:56:13.164 INFO STEP 638 (remove_files) COMPLETE
71962026-08-20T01:56:13.833Z[ recovery-image] Aug 20 01:56:13.164 INFO O| Aug 20 01:56:13.164 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71972026-08-20T01:56:13.846Z[ recovery-image] Aug 20 01:56:13.176 INFO O| Aug 20 01:56:13.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
71982026-08-20T01:56:13.846Z[ recovery-image] Aug 20 01:56:13.176 INFO O| Aug 20 01:56:13.176 INFO STEP 639 (remove_files) COMPLETE
71992026-08-20T01:56:13.846Z[ recovery-image] Aug 20 01:56:13.176 INFO O| Aug 20 01:56:13.176 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72002026-08-20T01:56:13.856Z[verify-libraries] Compiling russh-util v0.52.0
72012026-08-20T01:56:13.860Z[ recovery-image] Aug 20 01:56:13.187 INFO O| Aug 20 01:56:13.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72022026-08-20T01:56:13.860Z[ recovery-image] Aug 20 01:56:13.187 INFO O| Aug 20 01:56:13.187 INFO STEP 640 (remove_files) COMPLETE
72032026-08-20T01:56:13.860Z[ recovery-image] Aug 20 01:56:13.187 INFO O| Aug 20 01:56:13.187 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-08-20T01:56:13.866Z[ recovery-image] Aug 20 01:56:13.197 INFO O| Aug 20 01:56:13.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72052026-08-20T01:56:13.866Z[ recovery-image] Aug 20 01:56:13.197 INFO O| Aug 20 01:56:13.197 INFO STEP 641 (remove_files) COMPLETE
72062026-08-20T01:56:13.866Z[ recovery-image] Aug 20 01:56:13.197 INFO O| Aug 20 01:56:13.197 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-08-20T01:56:13.877Z[ recovery-image] Aug 20 01:56:13.208 INFO O| Aug 20 01:56:13.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72082026-08-20T01:56:13.877Z[ recovery-image] Aug 20 01:56:13.208 INFO O| Aug 20 01:56:13.208 INFO STEP 642 (remove_files) COMPLETE
72092026-08-20T01:56:13.880Z[ recovery-image] Aug 20 01:56:13.208 INFO O| Aug 20 01:56:13.208 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-08-20T01:56:13.887Z[ recovery-image] Aug 20 01:56:13.218 INFO O| Aug 20 01:56:13.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72112026-08-20T01:56:13.887Z[ recovery-image] Aug 20 01:56:13.218 INFO O| Aug 20 01:56:13.218 INFO STEP 643 (remove_files) COMPLETE
72122026-08-20T01:56:13.890Z[ recovery-image] Aug 20 01:56:13.218 INFO O| Aug 20 01:56:13.218 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-08-20T01:56:13.896Z[ recovery-image] Aug 20 01:56:13.227 INFO O| Aug 20 01:56:13.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72142026-08-20T01:56:13.896Z[ recovery-image] Aug 20 01:56:13.227 INFO O| Aug 20 01:56:13.227 INFO STEP 644 (remove_files) COMPLETE
72152026-08-20T01:56:13.896Z[ recovery-image] Aug 20 01:56:13.227 INFO O| Aug 20 01:56:13.227 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-08-20T01:56:13.904Z[ recovery-image] Aug 20 01:56:13.235 INFO O| Aug 20 01:56:13.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72172026-08-20T01:56:13.904Z[ recovery-image] Aug 20 01:56:13.235 INFO O| Aug 20 01:56:13.235 INFO STEP 645 (remove_files) COMPLETE
72182026-08-20T01:56:13.904Z[ recovery-image] Aug 20 01:56:13.235 INFO O| Aug 20 01:56:13.235 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-08-20T01:56:13.915Z[ recovery-image] Aug 20 01:56:13.243 INFO O| Aug 20 01:56:13.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72202026-08-20T01:56:13.915Z[ recovery-image] Aug 20 01:56:13.243 INFO O| Aug 20 01:56:13.243 INFO STEP 646 (remove_files) COMPLETE
72212026-08-20T01:56:13.918Z[ recovery-image] Aug 20 01:56:13.243 INFO O| Aug 20 01:56:13.243 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-08-20T01:56:13.922Z[ recovery-image] Aug 20 01:56:13.252 INFO O| Aug 20 01:56:13.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72232026-08-20T01:56:13.922Z[ recovery-image] Aug 20 01:56:13.252 INFO O| Aug 20 01:56:13.252 INFO STEP 647 (remove_files) COMPLETE
72242026-08-20T01:56:13.923Z[ recovery-image] Aug 20 01:56:13.252 INFO O| Aug 20 01:56:13.252 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-08-20T01:56:13.931Z[verify-libraries] Compiling enum_dispatch v0.3.13
72262026-08-20T01:56:13.934Z[ recovery-image] Aug 20 01:56:13.263 INFO O| Aug 20 01:56:13.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72272026-08-20T01:56:13.934Z[ recovery-image] Aug 20 01:56:13.263 INFO O| Aug 20 01:56:13.263 INFO STEP 648 (remove_files) COMPLETE
72282026-08-20T01:56:13.934Z[ recovery-image] Aug 20 01:56:13.263 INFO O| Aug 20 01:56:13.263 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-08-20T01:56:13.941Z[ recovery-image] Aug 20 01:56:13.272 INFO O| Aug 20 01:56:13.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72302026-08-20T01:56:13.941Z[ recovery-image] Aug 20 01:56:13.272 INFO O| Aug 20 01:56:13.272 INFO STEP 649 (remove_files) COMPLETE
72312026-08-20T01:56:13.946Z[ recovery-image] Aug 20 01:56:13.272 INFO O| Aug 20 01:56:13.272 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-08-20T01:56:13.950Z[ recovery-image] Aug 20 01:56:13.282 INFO O| Aug 20 01:56:13.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72332026-08-20T01:56:13.950Z[ recovery-image] Aug 20 01:56:13.282 INFO O| Aug 20 01:56:13.282 INFO STEP 650 (remove_files) COMPLETE
72342026-08-20T01:56:13.950Z[ recovery-image] Aug 20 01:56:13.282 INFO O| Aug 20 01:56:13.282 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-08-20T01:56:13.960Z[ recovery-image] Aug 20 01:56:13.291 INFO O| Aug 20 01:56:13.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72362026-08-20T01:56:13.960Z[ recovery-image] Aug 20 01:56:13.291 INFO O| Aug 20 01:56:13.291 INFO STEP 651 (remove_files) COMPLETE
72372026-08-20T01:56:13.960Z[ recovery-image] Aug 20 01:56:13.291 INFO O| Aug 20 01:56:13.291 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-08-20T01:56:13.968Z[ recovery-image] Aug 20 01:56:13.300 INFO O| Aug 20 01:56:13.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72392026-08-20T01:56:13.968Z[ recovery-image] Aug 20 01:56:13.300 INFO O| Aug 20 01:56:13.300 INFO STEP 652 (remove_files) COMPLETE
72402026-08-20T01:56:13.968Z[ recovery-image] Aug 20 01:56:13.300 INFO O| Aug 20 01:56:13.300 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-08-20T01:56:13.971Z[verify-libraries] Compiling delegate v0.13.5
72422026-08-20T01:56:13.978Z[ recovery-image] Aug 20 01:56:13.309 INFO O| Aug 20 01:56:13.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72432026-08-20T01:56:13.978Z[ recovery-image] Aug 20 01:56:13.309 INFO O| Aug 20 01:56:13.309 INFO STEP 653 (remove_files) COMPLETE
72442026-08-20T01:56:13.981Z[ recovery-image] Aug 20 01:56:13.309 INFO O| Aug 20 01:56:13.309 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72452026-08-20T01:56:13.987Z[ recovery-image] Aug 20 01:56:13.318 INFO O| Aug 20 01:56:13.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72462026-08-20T01:56:13.990Z[ recovery-image] Aug 20 01:56:13.318 INFO O| Aug 20 01:56:13.318 INFO STEP 654 (remove_files) COMPLETE
72472026-08-20T01:56:13.990Z[ recovery-image] Aug 20 01:56:13.318 INFO O| Aug 20 01:56:13.318 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72482026-08-20T01:56:13.996Z[ recovery-image] Aug 20 01:56:13.327 INFO O| Aug 20 01:56:13.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72492026-08-20T01:56:13.999Z[ recovery-image] Aug 20 01:56:13.328 INFO O| Aug 20 01:56:13.328 INFO STEP 655 (remove_files) COMPLETE
72502026-08-20T01:56:13.999Z[ recovery-image] Aug 20 01:56:13.328 INFO O| Aug 20 01:56:13.328 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72512026-08-20T01:56:14.009Z[ recovery-image] Aug 20 01:56:13.337 INFO O| Aug 20 01:56:13.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72522026-08-20T01:56:14.009Z[ recovery-image] Aug 20 01:56:13.337 INFO O| Aug 20 01:56:13.337 INFO STEP 656 (remove_files) COMPLETE
72532026-08-20T01:56:14.009Z[ recovery-image] Aug 20 01:56:13.337 INFO O| Aug 20 01:56:13.337 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72542026-08-20T01:56:14.016Z[ recovery-image] Aug 20 01:56:13.346 INFO O| Aug 20 01:56:13.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72552026-08-20T01:56:14.020Z[ recovery-image] Aug 20 01:56:13.350 INFO O| Aug 20 01:56:13.350 INFO STEP 657 (remove_files) COMPLETE
72562026-08-20T01:56:14.020Z[ recovery-image] Aug 20 01:56:13.350 INFO O| Aug 20 01:56:13.350 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72572026-08-20T01:56:14.028Z[ recovery-image] Aug 20 01:56:13.360 INFO O| Aug 20 01:56:13.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72582026-08-20T01:56:14.028Z[ recovery-image] Aug 20 01:56:13.360 INFO O| Aug 20 01:56:13.360 INFO STEP 658 (remove_files) COMPLETE
72592026-08-20T01:56:14.028Z[ recovery-image] Aug 20 01:56:13.360 INFO O| Aug 20 01:56:13.360 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72602026-08-20T01:56:14.037Z[ recovery-image] Aug 20 01:56:13.369 INFO O| Aug 20 01:56:13.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72612026-08-20T01:56:14.038Z[ recovery-image] Aug 20 01:56:13.369 INFO O| Aug 20 01:56:13.369 INFO STEP 659 (remove_files) COMPLETE
72622026-08-20T01:56:14.038Z[ recovery-image] Aug 20 01:56:13.369 INFO O| Aug 20 01:56:13.369 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72632026-08-20T01:56:14.050Z[ recovery-image] Aug 20 01:56:13.380 INFO O| Aug 20 01:56:13.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72642026-08-20T01:56:14.050Z[ recovery-image] Aug 20 01:56:13.380 INFO O| Aug 20 01:56:13.380 INFO STEP 660 (remove_files) COMPLETE
72652026-08-20T01:56:14.050Z[ recovery-image] Aug 20 01:56:13.380 INFO O| Aug 20 01:56:13.380 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72662026-08-20T01:56:14.063Z[ recovery-image] Aug 20 01:56:13.390 INFO O| Aug 20 01:56:13.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72672026-08-20T01:56:14.063Z[ recovery-image] Aug 20 01:56:13.390 INFO O| Aug 20 01:56:13.390 INFO STEP 661 (remove_files) COMPLETE
72682026-08-20T01:56:14.063Z[ recovery-image] Aug 20 01:56:13.390 INFO O| Aug 20 01:56:13.390 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72692026-08-20T01:56:14.066Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
72702026-08-20T01:56:14.069Z[ recovery-image] Aug 20 01:56:13.399 INFO O| Aug 20 01:56:13.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72712026-08-20T01:56:14.069Z[ recovery-image] Aug 20 01:56:13.399 INFO O| Aug 20 01:56:13.399 INFO STEP 662 (remove_files) COMPLETE
72722026-08-20T01:56:14.069Z[ recovery-image] Aug 20 01:56:13.399 INFO O| Aug 20 01:56:13.399 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-08-20T01:56:14.076Z[ recovery-image] Aug 20 01:56:13.408 INFO O| Aug 20 01:56:13.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72742026-08-20T01:56:14.076Z[ recovery-image] Aug 20 01:56:13.408 INFO O| Aug 20 01:56:13.408 INFO STEP 663 (remove_files) COMPLETE
72752026-08-20T01:56:14.076Z[ recovery-image] Aug 20 01:56:13.408 INFO O| Aug 20 01:56:13.408 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-08-20T01:56:14.085Z[ recovery-image] Aug 20 01:56:13.417 INFO O| Aug 20 01:56:13.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
72772026-08-20T01:56:14.085Z[ recovery-image] Aug 20 01:56:13.417 INFO O| Aug 20 01:56:13.417 INFO STEP 664 (remove_files) COMPLETE
72782026-08-20T01:56:14.085Z[ recovery-image] Aug 20 01:56:13.417 INFO O| Aug 20 01:56:13.417 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-08-20T01:56:14.094Z[ recovery-image] Aug 20 01:56:13.425 INFO O| Aug 20 01:56:13.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
72802026-08-20T01:56:14.098Z[ recovery-image] Aug 20 01:56:13.425 INFO O| Aug 20 01:56:13.425 INFO STEP 665 (remove_files) COMPLETE
72812026-08-20T01:56:14.098Z[ recovery-image] Aug 20 01:56:13.425 INFO O| Aug 20 01:56:13.425 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-08-20T01:56:14.103Z[ recovery-image] Aug 20 01:56:13.435 INFO O| Aug 20 01:56:13.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
72832026-08-20T01:56:14.103Z[ recovery-image] Aug 20 01:56:13.435 INFO O| Aug 20 01:56:13.435 INFO STEP 666 (remove_files) COMPLETE
72842026-08-20T01:56:14.103Z[ recovery-image] Aug 20 01:56:13.435 INFO O| Aug 20 01:56:13.435 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-08-20T01:56:14.114Z[ recovery-image] Aug 20 01:56:13.444 INFO O| Aug 20 01:56:13.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
72862026-08-20T01:56:14.114Z[ recovery-image] Aug 20 01:56:13.444 INFO O| Aug 20 01:56:13.444 INFO STEP 667 (remove_files) COMPLETE
72872026-08-20T01:56:14.114Z[ recovery-image] Aug 20 01:56:13.444 INFO O| Aug 20 01:56:13.444 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-08-20T01:56:14.124Z[ recovery-image] Aug 20 01:56:13.453 INFO O| Aug 20 01:56:13.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
72892026-08-20T01:56:14.124Z[ recovery-image] Aug 20 01:56:13.453 INFO O| Aug 20 01:56:13.453 INFO STEP 668 (remove_files) COMPLETE
72902026-08-20T01:56:14.124Z[ recovery-image] Aug 20 01:56:13.453 INFO O| Aug 20 01:56:13.453 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-08-20T01:56:14.156Z[ recovery-image] Aug 20 01:56:13.462 INFO O| Aug 20 01:56:13.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
72922026-08-20T01:56:14.156Z[ recovery-image] Aug 20 01:56:13.462 INFO O| Aug 20 01:56:13.462 INFO STEP 669 (remove_files) COMPLETE
72932026-08-20T01:56:14.156Z[ recovery-image] Aug 20 01:56:13.462 INFO O| Aug 20 01:56:13.462 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-08-20T01:56:14.164Z[ recovery-image] Aug 20 01:56:13.471 INFO O| Aug 20 01:56:13.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
72952026-08-20T01:56:14.164Z[ recovery-image] Aug 20 01:56:13.471 INFO O| Aug 20 01:56:13.471 INFO STEP 670 (remove_files) COMPLETE
72962026-08-20T01:56:14.164Z[ recovery-image] Aug 20 01:56:13.471 INFO O| Aug 20 01:56:13.471 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-08-20T01:56:14.164Z[ recovery-image] Aug 20 01:56:13.482 INFO O| Aug 20 01:56:13.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
72982026-08-20T01:56:14.164Z[ recovery-image] Aug 20 01:56:13.482 INFO O| Aug 20 01:56:13.482 INFO STEP 671 (remove_files) COMPLETE
72992026-08-20T01:56:14.164Z[ recovery-image] Aug 20 01:56:13.482 INFO O| Aug 20 01:56:13.482 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-08-20T01:56:14.172Z[ recovery-image] Aug 20 01:56:13.492 INFO O| Aug 20 01:56:13.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73012026-08-20T01:56:14.172Z[ recovery-image] Aug 20 01:56:13.493 INFO O| Aug 20 01:56:13.493 INFO STEP 672 (remove_files) COMPLETE
73022026-08-20T01:56:14.172Z[ recovery-image] Aug 20 01:56:13.493 INFO O| Aug 20 01:56:13.493 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-08-20T01:56:14.176Z[ recovery-image] Aug 20 01:56:13.502 INFO O| Aug 20 01:56:13.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73042026-08-20T01:56:14.176Z[ recovery-image] Aug 20 01:56:13.502 INFO O| Aug 20 01:56:13.502 INFO STEP 673 (remove_files) COMPLETE
73052026-08-20T01:56:14.176Z[ recovery-image] Aug 20 01:56:13.502 INFO O| Aug 20 01:56:13.502 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-08-20T01:56:14.181Z[ recovery-image] Aug 20 01:56:13.513 INFO O| Aug 20 01:56:13.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73072026-08-20T01:56:14.181Z[ recovery-image] Aug 20 01:56:13.513 INFO O| Aug 20 01:56:13.513 INFO STEP 674 (remove_files) COMPLETE
73082026-08-20T01:56:14.185Z[ recovery-image] Aug 20 01:56:13.513 INFO O| Aug 20 01:56:13.513 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-08-20T01:56:14.194Z[ recovery-image] Aug 20 01:56:13.523 INFO O| Aug 20 01:56:13.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73102026-08-20T01:56:14.194Z[ recovery-image] Aug 20 01:56:13.523 INFO O| Aug 20 01:56:13.523 INFO STEP 675 (remove_files) COMPLETE
73112026-08-20T01:56:14.194Z[ recovery-image] Aug 20 01:56:13.523 INFO O| Aug 20 01:56:13.523 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-08-20T01:56:14.201Z[ recovery-image] Aug 20 01:56:13.532 INFO O| Aug 20 01:56:13.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73132026-08-20T01:56:14.201Z[ recovery-image] Aug 20 01:56:13.532 INFO O| Aug 20 01:56:13.532 INFO STEP 676 (remove_files) COMPLETE
73142026-08-20T01:56:14.201Z[ recovery-image] Aug 20 01:56:13.532 INFO O| Aug 20 01:56:13.532 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-08-20T01:56:14.210Z[ recovery-image] Aug 20 01:56:13.540 INFO O| Aug 20 01:56:13.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73162026-08-20T01:56:14.210Z[ recovery-image] Aug 20 01:56:13.540 INFO O| Aug 20 01:56:13.540 INFO STEP 677 (remove_files) COMPLETE
73172026-08-20T01:56:14.210Z[ recovery-image] Aug 20 01:56:13.540 INFO O| Aug 20 01:56:13.540 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-08-20T01:56:14.218Z[ recovery-image] Aug 20 01:56:13.549 INFO O| Aug 20 01:56:13.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73192026-08-20T01:56:14.218Z[ recovery-image] Aug 20 01:56:13.549 INFO O| Aug 20 01:56:13.549 INFO STEP 678 (remove_files) COMPLETE
73202026-08-20T01:56:14.218Z[ recovery-image] Aug 20 01:56:13.549 INFO O| Aug 20 01:56:13.549 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-08-20T01:56:14.227Z[ recovery-image] Aug 20 01:56:13.558 INFO O| Aug 20 01:56:13.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73222026-08-20T01:56:14.227Z[ recovery-image] Aug 20 01:56:13.558 INFO O| Aug 20 01:56:13.558 INFO STEP 679 (remove_files) COMPLETE
73232026-08-20T01:56:14.230Z[ recovery-image] Aug 20 01:56:13.558 INFO O| Aug 20 01:56:13.558 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-08-20T01:56:14.237Z[ recovery-image] Aug 20 01:56:13.568 INFO O| Aug 20 01:56:13.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73252026-08-20T01:56:14.237Z[ recovery-image] Aug 20 01:56:13.568 INFO O| Aug 20 01:56:13.568 INFO STEP 680 (remove_files) COMPLETE
73262026-08-20T01:56:14.237Z[ recovery-image] Aug 20 01:56:13.568 INFO O| Aug 20 01:56:13.568 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-08-20T01:56:14.247Z[ recovery-image] Aug 20 01:56:13.578 INFO O| Aug 20 01:56:13.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73282026-08-20T01:56:14.247Z[ recovery-image] Aug 20 01:56:13.578 INFO O| Aug 20 01:56:13.578 INFO STEP 681 (remove_files) COMPLETE
73292026-08-20T01:56:14.247Z[ recovery-image] Aug 20 01:56:13.579 INFO O| Aug 20 01:56:13.578 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-08-20T01:56:14.258Z[ recovery-image] Aug 20 01:56:13.589 INFO O| Aug 20 01:56:13.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73312026-08-20T01:56:14.258Z[ recovery-image] Aug 20 01:56:13.589 INFO O| Aug 20 01:56:13.589 INFO STEP 682 (remove_files) COMPLETE
73322026-08-20T01:56:14.258Z[ recovery-image] Aug 20 01:56:13.589 INFO O| Aug 20 01:56:13.589 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-08-20T01:56:14.266Z[ recovery-image] Aug 20 01:56:13.597 INFO O| Aug 20 01:56:13.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73342026-08-20T01:56:14.266Z[ recovery-image] Aug 20 01:56:13.597 INFO O| Aug 20 01:56:13.597 INFO STEP 683 (remove_files) COMPLETE
73352026-08-20T01:56:14.266Z[ recovery-image] Aug 20 01:56:13.597 INFO O| Aug 20 01:56:13.597 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-08-20T01:56:14.277Z[ recovery-image] Aug 20 01:56:13.607 INFO O| Aug 20 01:56:13.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73372026-08-20T01:56:14.277Z[ recovery-image] Aug 20 01:56:13.607 INFO O| Aug 20 01:56:13.607 INFO STEP 684 (remove_files) COMPLETE
73382026-08-20T01:56:14.277Z[ recovery-image] Aug 20 01:56:13.607 INFO O| Aug 20 01:56:13.607 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-08-20T01:56:14.284Z[ recovery-image] Aug 20 01:56:13.615 INFO O| Aug 20 01:56:13.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73402026-08-20T01:56:14.284Z[ recovery-image] Aug 20 01:56:13.615 INFO O| Aug 20 01:56:13.615 INFO STEP 685 (remove_files) COMPLETE
73412026-08-20T01:56:14.284Z[ recovery-image] Aug 20 01:56:13.615 INFO O| Aug 20 01:56:13.615 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-08-20T01:56:14.292Z[ recovery-image] Aug 20 01:56:13.624 INFO O| Aug 20 01:56:13.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73432026-08-20T01:56:14.292Z[ recovery-image] Aug 20 01:56:13.624 INFO O| Aug 20 01:56:13.624 INFO STEP 686 (remove_files) COMPLETE
73442026-08-20T01:56:14.293Z[ recovery-image] Aug 20 01:56:13.624 INFO O| Aug 20 01:56:13.624 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-08-20T01:56:14.303Z[ recovery-image] Aug 20 01:56:13.634 INFO O| Aug 20 01:56:13.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73462026-08-20T01:56:14.303Z[ recovery-image] Aug 20 01:56:13.634 INFO O| Aug 20 01:56:13.634 INFO STEP 687 (remove_files) COMPLETE
73472026-08-20T01:56:14.303Z[ recovery-image] Aug 20 01:56:13.634 INFO O| Aug 20 01:56:13.634 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-08-20T01:56:14.313Z[ recovery-image] Aug 20 01:56:13.644 INFO O| Aug 20 01:56:13.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73492026-08-20T01:56:14.313Z[ recovery-image] Aug 20 01:56:13.644 INFO O| Aug 20 01:56:13.644 INFO STEP 688 (remove_files) COMPLETE
73502026-08-20T01:56:14.317Z[ recovery-image] Aug 20 01:56:13.644 INFO O| Aug 20 01:56:13.644 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-08-20T01:56:14.324Z[ recovery-image] Aug 20 01:56:13.652 INFO O| Aug 20 01:56:13.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73522026-08-20T01:56:14.324Z[ recovery-image] Aug 20 01:56:13.652 INFO O| Aug 20 01:56:13.652 INFO STEP 689 (remove_files) COMPLETE
73532026-08-20T01:56:14.324Z[ recovery-image] Aug 20 01:56:13.652 INFO O| Aug 20 01:56:13.652 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-08-20T01:56:14.330Z[ recovery-image] Aug 20 01:56:13.662 INFO O| Aug 20 01:56:13.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73552026-08-20T01:56:14.333Z[ recovery-image] Aug 20 01:56:13.662 INFO O| Aug 20 01:56:13.662 INFO STEP 690 (remove_files) COMPLETE
73562026-08-20T01:56:14.333Z[ recovery-image] Aug 20 01:56:13.662 INFO O| Aug 20 01:56:13.662 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-08-20T01:56:14.340Z[ recovery-image] Aug 20 01:56:13.672 INFO O| Aug 20 01:56:13.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73582026-08-20T01:56:14.340Z[ recovery-image] Aug 20 01:56:13.672 INFO O| Aug 20 01:56:13.672 INFO STEP 691 (remove_files) COMPLETE
73592026-08-20T01:56:14.344Z[ recovery-image] Aug 20 01:56:13.672 INFO O| Aug 20 01:56:13.672 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-08-20T01:56:14.351Z[ recovery-image] Aug 20 01:56:13.681 INFO O| Aug 20 01:56:13.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73612026-08-20T01:56:14.351Z[ recovery-image] Aug 20 01:56:13.681 INFO O| Aug 20 01:56:13.681 INFO STEP 692 (remove_files) COMPLETE
73622026-08-20T01:56:14.354Z[ recovery-image] Aug 20 01:56:13.681 INFO O| Aug 20 01:56:13.681 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-08-20T01:56:14.360Z[ recovery-image] Aug 20 01:56:13.691 INFO O| Aug 20 01:56:13.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73642026-08-20T01:56:14.360Z[ recovery-image] Aug 20 01:56:13.691 INFO O| Aug 20 01:56:13.691 INFO STEP 693 (remove_files) COMPLETE
73652026-08-20T01:56:14.363Z[ recovery-image] Aug 20 01:56:13.691 INFO O| Aug 20 01:56:13.691 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-08-20T01:56:14.363Z[verify-libraries] Compiling sapling-renderdag v0.1.0
73672026-08-20T01:56:14.369Z[ recovery-image] Aug 20 01:56:13.701 INFO O| Aug 20 01:56:13.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73682026-08-20T01:56:14.369Z[ recovery-image] Aug 20 01:56:13.701 INFO O| Aug 20 01:56:13.701 INFO STEP 694 (remove_files) COMPLETE
73692026-08-20T01:56:14.372Z[ recovery-image] Aug 20 01:56:13.701 INFO O| Aug 20 01:56:13.701 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-08-20T01:56:14.379Z[ recovery-image] Aug 20 01:56:13.710 INFO O| Aug 20 01:56:13.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73712026-08-20T01:56:14.379Z[ recovery-image] Aug 20 01:56:13.710 INFO O| Aug 20 01:56:13.710 INFO STEP 695 (remove_files) COMPLETE
73722026-08-20T01:56:14.379Z[ recovery-image] Aug 20 01:56:13.710 INFO O| Aug 20 01:56:13.710 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-08-20T01:56:14.388Z[ recovery-image] Aug 20 01:56:13.719 INFO O| Aug 20 01:56:13.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73742026-08-20T01:56:14.388Z[ recovery-image] Aug 20 01:56:13.719 INFO O| Aug 20 01:56:13.719 INFO STEP 696 (remove_files) COMPLETE
73752026-08-20T01:56:14.391Z[ recovery-image] Aug 20 01:56:13.719 INFO O| Aug 20 01:56:13.719 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-08-20T01:56:14.396Z[ recovery-image] Aug 20 01:56:13.727 INFO O| Aug 20 01:56:13.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
73772026-08-20T01:56:14.396Z[ recovery-image] Aug 20 01:56:13.727 INFO O| Aug 20 01:56:13.727 INFO STEP 697 (remove_files) COMPLETE
73782026-08-20T01:56:14.396Z[ recovery-image] Aug 20 01:56:13.727 INFO O| Aug 20 01:56:13.727 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-08-20T01:56:14.407Z[ recovery-image] Aug 20 01:56:13.738 INFO O| Aug 20 01:56:13.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
73802026-08-20T01:56:14.407Z[ recovery-image] Aug 20 01:56:13.738 INFO O| Aug 20 01:56:13.738 INFO STEP 698 (remove_files) COMPLETE
73812026-08-20T01:56:14.407Z[ recovery-image] Aug 20 01:56:13.738 INFO O| Aug 20 01:56:13.738 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-08-20T01:56:14.417Z[ recovery-image] Aug 20 01:56:13.749 INFO O| Aug 20 01:56:13.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
73832026-08-20T01:56:14.418Z[ recovery-image] Aug 20 01:56:13.749 INFO O| Aug 20 01:56:13.749 INFO STEP 699 (remove_files) COMPLETE
73842026-08-20T01:56:14.418Z[ recovery-image] Aug 20 01:56:13.749 INFO O| Aug 20 01:56:13.749 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-08-20T01:56:14.427Z[ recovery-image] Aug 20 01:56:13.759 INFO O| Aug 20 01:56:13.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
73862026-08-20T01:56:14.427Z[ recovery-image] Aug 20 01:56:13.759 INFO O| Aug 20 01:56:13.759 INFO STEP 700 (remove_files) COMPLETE
73872026-08-20T01:56:14.427Z[ recovery-image] Aug 20 01:56:13.759 INFO O| Aug 20 01:56:13.759 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-08-20T01:56:14.437Z[ recovery-image] Aug 20 01:56:13.768 INFO O| Aug 20 01:56:13.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
73892026-08-20T01:56:14.437Z[ recovery-image] Aug 20 01:56:13.768 INFO O| Aug 20 01:56:13.768 INFO STEP 701 (remove_files) COMPLETE
73902026-08-20T01:56:14.440Z[ recovery-image] Aug 20 01:56:13.768 INFO O| Aug 20 01:56:13.768 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-08-20T01:56:14.446Z[ recovery-image] Aug 20 01:56:13.778 INFO O| Aug 20 01:56:13.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
73922026-08-20T01:56:14.446Z[ recovery-image] Aug 20 01:56:13.778 INFO O| Aug 20 01:56:13.778 INFO STEP 702 (remove_files) COMPLETE
73932026-08-20T01:56:14.451Z[ recovery-image] Aug 20 01:56:13.778 INFO O| Aug 20 01:56:13.778 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-08-20T01:56:14.456Z[ recovery-image] Aug 20 01:56:13.788 INFO O| Aug 20 01:56:13.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
73952026-08-20T01:56:14.456Z[ recovery-image] Aug 20 01:56:13.788 INFO O| Aug 20 01:56:13.788 INFO STEP 703 (remove_files) COMPLETE
73962026-08-20T01:56:14.460Z[ recovery-image] Aug 20 01:56:13.788 INFO O| Aug 20 01:56:13.788 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-08-20T01:56:14.464Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
73982026-08-20T01:56:14.467Z[ recovery-image] Aug 20 01:56:13.797 INFO O| Aug 20 01:56:13.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
73992026-08-20T01:56:14.467Z[ recovery-image] Aug 20 01:56:13.797 INFO O| Aug 20 01:56:13.797 INFO STEP 704 (remove_files) COMPLETE
74002026-08-20T01:56:14.467Z[ recovery-image] Aug 20 01:56:13.797 INFO O| Aug 20 01:56:13.797 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-08-20T01:56:14.476Z[ recovery-image] Aug 20 01:56:13.806 INFO O| Aug 20 01:56:13.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74022026-08-20T01:56:14.476Z[ recovery-image] Aug 20 01:56:13.806 INFO O| Aug 20 01:56:13.806 INFO STEP 705 (remove_files) COMPLETE
74032026-08-20T01:56:14.480Z[ recovery-image] Aug 20 01:56:13.806 INFO O| Aug 20 01:56:13.806 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-08-20T01:56:14.489Z[ recovery-image] Aug 20 01:56:13.817 INFO O| Aug 20 01:56:13.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74052026-08-20T01:56:14.489Z[ recovery-image] Aug 20 01:56:13.817 INFO O| Aug 20 01:56:13.817 INFO STEP 706 (remove_files) COMPLETE
74062026-08-20T01:56:14.494Z[ recovery-image] Aug 20 01:56:13.817 INFO O| Aug 20 01:56:13.817 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-08-20T01:56:14.499Z[ recovery-image] Aug 20 01:56:13.827 INFO O| Aug 20 01:56:13.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74082026-08-20T01:56:14.499Z[ recovery-image] Aug 20 01:56:13.827 INFO O| Aug 20 01:56:13.827 INFO STEP 707 (remove_files) COMPLETE
74092026-08-20T01:56:14.499Z[ recovery-image] Aug 20 01:56:13.827 INFO O| Aug 20 01:56:13.827 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-08-20T01:56:14.504Z[ recovery-image] Aug 20 01:56:13.836 INFO O| Aug 20 01:56:13.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74112026-08-20T01:56:14.504Z[ recovery-image] Aug 20 01:56:13.836 INFO O| Aug 20 01:56:13.836 INFO STEP 708 (remove_files) COMPLETE
74122026-08-20T01:56:14.505Z[ recovery-image] Aug 20 01:56:13.836 INFO O| Aug 20 01:56:13.836 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-08-20T01:56:14.508Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
74142026-08-20T01:56:14.515Z[ recovery-image] Aug 20 01:56:13.846 INFO O| Aug 20 01:56:13.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74152026-08-20T01:56:14.515Z[ recovery-image] Aug 20 01:56:13.847 INFO O| Aug 20 01:56:13.847 INFO STEP 709 (remove_files) COMPLETE
74162026-08-20T01:56:14.520Z[ recovery-image] Aug 20 01:56:13.847 INFO O| Aug 20 01:56:13.847 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-08-20T01:56:14.527Z[ recovery-image] Aug 20 01:56:13.858 INFO O| Aug 20 01:56:13.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74182026-08-20T01:56:14.527Z[ recovery-image] Aug 20 01:56:13.858 INFO O| Aug 20 01:56:13.858 INFO STEP 710 (remove_files) COMPLETE
74192026-08-20T01:56:14.527Z[ recovery-image] Aug 20 01:56:13.858 INFO O| Aug 20 01:56:13.858 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-08-20T01:56:14.536Z[ recovery-image] Aug 20 01:56:13.868 INFO O| Aug 20 01:56:13.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74212026-08-20T01:56:14.536Z[ recovery-image] Aug 20 01:56:13.868 INFO O| Aug 20 01:56:13.868 INFO STEP 711 (remove_files) COMPLETE
74222026-08-20T01:56:14.540Z[ recovery-image] Aug 20 01:56:13.868 INFO O| Aug 20 01:56:13.868 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-08-20T01:56:14.545Z[ recovery-image] Aug 20 01:56:13.876 INFO O| Aug 20 01:56:13.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74242026-08-20T01:56:14.545Z[ recovery-image] Aug 20 01:56:13.876 INFO O| Aug 20 01:56:13.876 INFO STEP 712 (remove_files) COMPLETE
74252026-08-20T01:56:14.545Z[ recovery-image] Aug 20 01:56:13.876 INFO O| Aug 20 01:56:13.876 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-08-20T01:56:14.554Z[ recovery-image] Aug 20 01:56:13.885 INFO O| Aug 20 01:56:13.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74272026-08-20T01:56:14.554Z[ recovery-image] Aug 20 01:56:13.885 INFO O| Aug 20 01:56:13.885 INFO STEP 713 (remove_files) COMPLETE
74282026-08-20T01:56:14.557Z[ recovery-image] Aug 20 01:56:13.885 INFO O| Aug 20 01:56:13.885 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-08-20T01:56:14.563Z[ recovery-image] Aug 20 01:56:13.894 INFO O| Aug 20 01:56:13.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74302026-08-20T01:56:14.563Z[ recovery-image] Aug 20 01:56:13.894 INFO O| Aug 20 01:56:13.894 INFO STEP 714 (remove_files) COMPLETE
74312026-08-20T01:56:14.563Z[ recovery-image] Aug 20 01:56:13.894 INFO O| Aug 20 01:56:13.894 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-08-20T01:56:14.571Z[ recovery-image] Aug 20 01:56:13.902 INFO O| Aug 20 01:56:13.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74332026-08-20T01:56:14.571Z[ recovery-image] Aug 20 01:56:13.902 INFO O| Aug 20 01:56:13.902 INFO STEP 715 (remove_files) COMPLETE
74342026-08-20T01:56:14.571Z[ recovery-image] Aug 20 01:56:13.902 INFO O| Aug 20 01:56:13.902 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-08-20T01:56:14.579Z[ recovery-image] Aug 20 01:56:13.911 INFO O| Aug 20 01:56:13.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74362026-08-20T01:56:14.587Z[ recovery-image] Aug 20 01:56:13.912 INFO O| Aug 20 01:56:13.912 INFO STEP 716 (remove_files) COMPLETE
74372026-08-20T01:56:14.587Z[ recovery-image] Aug 20 01:56:13.912 INFO O| Aug 20 01:56:13.912 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-08-20T01:56:14.590Z[ recovery-image] Aug 20 01:56:13.922 INFO O| Aug 20 01:56:13.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74392026-08-20T01:56:14.593Z[ recovery-image] Aug 20 01:56:13.923 INFO O| Aug 20 01:56:13.922 INFO STEP 717 (remove_files) COMPLETE
74402026-08-20T01:56:14.593Z[ recovery-image] Aug 20 01:56:13.923 INFO O| Aug 20 01:56:13.923 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-08-20T01:56:14.600Z[ recovery-image] Aug 20 01:56:13.931 INFO O| Aug 20 01:56:13.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74422026-08-20T01:56:14.600Z[ recovery-image] Aug 20 01:56:13.931 INFO O| Aug 20 01:56:13.931 INFO STEP 718 (remove_files) COMPLETE
74432026-08-20T01:56:14.600Z[ recovery-image] Aug 20 01:56:13.931 INFO O| Aug 20 01:56:13.931 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-08-20T01:56:14.608Z[ recovery-image] Aug 20 01:56:13.939 INFO O| Aug 20 01:56:13.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74452026-08-20T01:56:14.608Z[ recovery-image] Aug 20 01:56:13.939 INFO O| Aug 20 01:56:13.939 INFO STEP 719 (remove_files) COMPLETE
74462026-08-20T01:56:14.608Z[ recovery-image] Aug 20 01:56:13.939 INFO O| Aug 20 01:56:13.939 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-08-20T01:56:14.616Z[ recovery-image] Aug 20 01:56:13.947 INFO O| Aug 20 01:56:13.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74482026-08-20T01:56:14.616Z[ recovery-image] Aug 20 01:56:13.947 INFO O| Aug 20 01:56:13.947 INFO STEP 720 (remove_files) COMPLETE
74492026-08-20T01:56:14.616Z[ recovery-image] Aug 20 01:56:13.947 INFO O| Aug 20 01:56:13.947 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-08-20T01:56:14.625Z[ recovery-image] Aug 20 01:56:13.956 INFO O| Aug 20 01:56:13.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74512026-08-20T01:56:14.625Z[ recovery-image] Aug 20 01:56:13.956 INFO O| Aug 20 01:56:13.956 INFO STEP 721 (remove_files) COMPLETE
74522026-08-20T01:56:14.625Z[ recovery-image] Aug 20 01:56:13.956 INFO O| Aug 20 01:56:13.956 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-08-20T01:56:14.633Z[ recovery-image] Aug 20 01:56:13.965 INFO O| Aug 20 01:56:13.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74542026-08-20T01:56:14.633Z[ recovery-image] Aug 20 01:56:13.965 INFO O| Aug 20 01:56:13.965 INFO STEP 722 (remove_files) COMPLETE
74552026-08-20T01:56:14.633Z[ recovery-image] Aug 20 01:56:13.965 INFO O| Aug 20 01:56:13.965 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-08-20T01:56:14.643Z[ recovery-image] Aug 20 01:56:13.974 INFO O| Aug 20 01:56:13.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74572026-08-20T01:56:14.643Z[ recovery-image] Aug 20 01:56:13.974 INFO O| Aug 20 01:56:13.974 INFO STEP 723 (remove_files) COMPLETE
74582026-08-20T01:56:14.643Z[ recovery-image] Aug 20 01:56:13.974 INFO O| Aug 20 01:56:13.974 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-08-20T01:56:14.654Z[ recovery-image] Aug 20 01:56:13.985 INFO O| Aug 20 01:56:13.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74602026-08-20T01:56:14.654Z[ recovery-image] Aug 20 01:56:13.985 INFO O| Aug 20 01:56:13.985 INFO STEP 724 (remove_files) COMPLETE
74612026-08-20T01:56:14.654Z[ recovery-image] Aug 20 01:56:13.985 INFO O| Aug 20 01:56:13.985 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-08-20T01:56:14.661Z[ recovery-image] Aug 20 01:56:13.993 INFO O| Aug 20 01:56:13.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74632026-08-20T01:56:14.661Z[ recovery-image] Aug 20 01:56:13.993 INFO O| Aug 20 01:56:13.993 INFO STEP 725 (remove_files) COMPLETE
74642026-08-20T01:56:14.662Z[ recovery-image] Aug 20 01:56:13.993 INFO O| Aug 20 01:56:13.993 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-08-20T01:56:14.670Z[ recovery-image] Aug 20 01:56:14.002 INFO O| Aug 20 01:56:14.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74662026-08-20T01:56:14.670Z[ recovery-image] Aug 20 01:56:14.002 INFO O| Aug 20 01:56:14.002 INFO STEP 726 (remove_files) COMPLETE
74672026-08-20T01:56:14.670Z[ recovery-image] Aug 20 01:56:14.002 INFO O| Aug 20 01:56:14.002 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-08-20T01:56:14.678Z[ recovery-image] Aug 20 01:56:14.010 INFO O| Aug 20 01:56:14.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74692026-08-20T01:56:14.678Z[ recovery-image] Aug 20 01:56:14.010 INFO O| Aug 20 01:56:14.010 INFO STEP 727 (remove_files) COMPLETE
74702026-08-20T01:56:14.678Z[ recovery-image] Aug 20 01:56:14.010 INFO O| Aug 20 01:56:14.010 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-08-20T01:56:14.687Z[ recovery-image] Aug 20 01:56:14.019 INFO O| Aug 20 01:56:14.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74722026-08-20T01:56:14.687Z[ recovery-image] Aug 20 01:56:14.019 INFO O| Aug 20 01:56:14.019 INFO STEP 728 (remove_files) COMPLETE
74732026-08-20T01:56:14.687Z[ recovery-image] Aug 20 01:56:14.019 INFO O| Aug 20 01:56:14.019 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-08-20T01:56:14.696Z[ recovery-image] Aug 20 01:56:14.027 INFO O| Aug 20 01:56:14.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
74752026-08-20T01:56:14.696Z[ recovery-image] Aug 20 01:56:14.027 INFO O| Aug 20 01:56:14.027 INFO STEP 729 (remove_files) COMPLETE
74762026-08-20T01:56:14.699Z[ recovery-image] Aug 20 01:56:14.027 INFO O| Aug 20 01:56:14.027 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-08-20T01:56:14.704Z[ recovery-image] Aug 20 01:56:14.036 INFO O| Aug 20 01:56:14.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
74782026-08-20T01:56:14.704Z[ recovery-image] Aug 20 01:56:14.036 INFO O| Aug 20 01:56:14.036 INFO STEP 730 (remove_files) COMPLETE
74792026-08-20T01:56:14.707Z[ recovery-image] Aug 20 01:56:14.036 INFO O| Aug 20 01:56:14.036 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-08-20T01:56:14.714Z[ recovery-image] Aug 20 01:56:14.045 INFO O| Aug 20 01:56:14.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
74812026-08-20T01:56:14.714Z[ recovery-image] Aug 20 01:56:14.045 INFO O| Aug 20 01:56:14.045 INFO STEP 731 (remove_files) COMPLETE
74822026-08-20T01:56:14.714Z[ recovery-image] Aug 20 01:56:14.045 INFO O| Aug 20 01:56:14.045 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-08-20T01:56:14.724Z[ recovery-image] Aug 20 01:56:14.056 INFO O| Aug 20 01:56:14.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
74842026-08-20T01:56:14.724Z[ recovery-image] Aug 20 01:56:14.056 INFO O| Aug 20 01:56:14.056 INFO STEP 732 (remove_files) COMPLETE
74852026-08-20T01:56:14.724Z[ recovery-image] Aug 20 01:56:14.056 INFO O| Aug 20 01:56:14.056 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-08-20T01:56:14.735Z[ recovery-image] Aug 20 01:56:14.065 INFO O| Aug 20 01:56:14.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
74872026-08-20T01:56:14.735Z[ recovery-image] Aug 20 01:56:14.065 INFO O| Aug 20 01:56:14.065 INFO STEP 733 (remove_files) COMPLETE
74882026-08-20T01:56:14.735Z[ recovery-image] Aug 20 01:56:14.065 INFO O| Aug 20 01:56:14.065 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-08-20T01:56:14.743Z[ recovery-image] Aug 20 01:56:14.074 INFO O| Aug 20 01:56:14.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
74902026-08-20T01:56:14.743Z[ recovery-image] Aug 20 01:56:14.074 INFO O| Aug 20 01:56:14.074 INFO STEP 734 (remove_files) COMPLETE
74912026-08-20T01:56:14.744Z[ recovery-image] Aug 20 01:56:14.074 INFO O| Aug 20 01:56:14.074 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-08-20T01:56:14.751Z[ recovery-image] Aug 20 01:56:14.083 INFO O| Aug 20 01:56:14.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
74932026-08-20T01:56:14.752Z[ recovery-image] Aug 20 01:56:14.083 INFO O| Aug 20 01:56:14.083 INFO STEP 735 (remove_files) COMPLETE
74942026-08-20T01:56:14.754Z[ recovery-image] Aug 20 01:56:14.083 INFO O| Aug 20 01:56:14.083 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-08-20T01:56:14.762Z[ recovery-image] Aug 20 01:56:14.093 INFO O| Aug 20 01:56:14.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
74962026-08-20T01:56:14.762Z[ recovery-image] Aug 20 01:56:14.093 INFO O| Aug 20 01:56:14.093 INFO STEP 736 (remove_files) COMPLETE
74972026-08-20T01:56:14.762Z[ recovery-image] Aug 20 01:56:14.093 INFO O| Aug 20 01:56:14.093 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-08-20T01:56:14.775Z[ recovery-image] Aug 20 01:56:14.105 INFO O| Aug 20 01:56:14.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
74992026-08-20T01:56:14.775Z[ recovery-image] Aug 20 01:56:14.105 INFO O| Aug 20 01:56:14.104 INFO STEP 737 (remove_files) COMPLETE
75002026-08-20T01:56:14.775Z[ recovery-image] Aug 20 01:56:14.105 INFO O| Aug 20 01:56:14.104 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-08-20T01:56:14.785Z[ recovery-image] Aug 20 01:56:14.116 INFO O| Aug 20 01:56:14.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75022026-08-20T01:56:14.785Z[ recovery-image] Aug 20 01:56:14.116 INFO O| Aug 20 01:56:14.116 INFO STEP 738 (remove_files) COMPLETE
75032026-08-20T01:56:14.785Z[ recovery-image] Aug 20 01:56:14.116 INFO O| Aug 20 01:56:14.116 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-08-20T01:56:14.795Z[ recovery-image] Aug 20 01:56:14.126 INFO O| Aug 20 01:56:14.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75052026-08-20T01:56:14.795Z[ recovery-image] Aug 20 01:56:14.127 INFO O| Aug 20 01:56:14.126 INFO STEP 739 (remove_files) COMPLETE
75062026-08-20T01:56:14.795Z[ recovery-image] Aug 20 01:56:14.127 INFO O| Aug 20 01:56:14.126 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-08-20T01:56:14.798Z[verify-libraries] Compiling hex-literal v1.1.0
75082026-08-20T01:56:14.805Z[ recovery-image] Aug 20 01:56:14.137 INFO O| Aug 20 01:56:14.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75092026-08-20T01:56:14.805Z[ recovery-image] Aug 20 01:56:14.137 INFO O| Aug 20 01:56:14.137 INFO STEP 740 (remove_files) COMPLETE
75102026-08-20T01:56:14.809Z[ recovery-image] Aug 20 01:56:14.137 INFO O| Aug 20 01:56:14.137 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-08-20T01:56:14.816Z[ recovery-image] Aug 20 01:56:14.147 INFO O| Aug 20 01:56:14.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75122026-08-20T01:56:14.816Z[ recovery-image] Aug 20 01:56:14.147 INFO O| Aug 20 01:56:14.147 INFO STEP 741 (remove_files) COMPLETE
75132026-08-20T01:56:14.819Z[ recovery-image] Aug 20 01:56:14.147 INFO O| Aug 20 01:56:14.147 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-08-20T01:56:14.826Z[ recovery-image] Aug 20 01:56:14.158 INFO O| Aug 20 01:56:14.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75152026-08-20T01:56:14.826Z[ recovery-image] Aug 20 01:56:14.158 INFO O| Aug 20 01:56:14.158 INFO STEP 742 (remove_files) COMPLETE
75162026-08-20T01:56:14.826Z[ recovery-image] Aug 20 01:56:14.158 INFO O| Aug 20 01:56:14.158 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-08-20T01:56:14.835Z[ recovery-image] Aug 20 01:56:14.167 INFO O| Aug 20 01:56:14.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75182026-08-20T01:56:14.835Z[ recovery-image] Aug 20 01:56:14.167 INFO O| Aug 20 01:56:14.167 INFO STEP 743 (remove_files) COMPLETE
75192026-08-20T01:56:14.839Z[ recovery-image] Aug 20 01:56:14.167 INFO O| Aug 20 01:56:14.167 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-08-20T01:56:14.842Z[verify-libraries] Compiling md5 v0.8.0
75212026-08-20T01:56:14.845Z[ recovery-image] Aug 20 01:56:14.175 INFO O| Aug 20 01:56:14.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75222026-08-20T01:56:14.845Z[ recovery-image] Aug 20 01:56:14.176 INFO O| Aug 20 01:56:14.176 INFO STEP 744 (remove_files) COMPLETE
75232026-08-20T01:56:14.845Z[ recovery-image] Aug 20 01:56:14.176 INFO O| Aug 20 01:56:14.176 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-08-20T01:56:14.852Z[ recovery-image] Aug 20 01:56:14.184 INFO O| Aug 20 01:56:14.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75252026-08-20T01:56:14.852Z[ recovery-image] Aug 20 01:56:14.184 INFO O| Aug 20 01:56:14.184 INFO STEP 745 (remove_files) COMPLETE
75262026-08-20T01:56:14.856Z[ recovery-image] Aug 20 01:56:14.184 INFO O| Aug 20 01:56:14.184 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-08-20T01:56:14.864Z[ recovery-image] Aug 20 01:56:14.192 INFO O| Aug 20 01:56:14.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75282026-08-20T01:56:14.864Z[ recovery-image] Aug 20 01:56:14.192 INFO O| Aug 20 01:56:14.192 INFO STEP 746 (remove_files) COMPLETE
75292026-08-20T01:56:14.864Z[ recovery-image] Aug 20 01:56:14.192 INFO O| Aug 20 01:56:14.192 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-08-20T01:56:14.869Z[ recovery-image] Aug 20 01:56:14.200 INFO O| Aug 20 01:56:14.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75312026-08-20T01:56:14.869Z[ recovery-image] Aug 20 01:56:14.200 INFO O| Aug 20 01:56:14.200 INFO STEP 747 (remove_files) COMPLETE
75322026-08-20T01:56:14.869Z[ recovery-image] Aug 20 01:56:14.200 INFO O| Aug 20 01:56:14.200 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-08-20T01:56:14.878Z[ recovery-image] Aug 20 01:56:14.208 INFO O| Aug 20 01:56:14.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75342026-08-20T01:56:14.878Z[ recovery-image] Aug 20 01:56:14.208 INFO O| Aug 20 01:56:14.208 INFO STEP 748 (remove_files) COMPLETE
75352026-08-20T01:56:14.878Z[ recovery-image] Aug 20 01:56:14.208 INFO O| Aug 20 01:56:14.208 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-08-20T01:56:14.886Z[ recovery-image] Aug 20 01:56:14.216 INFO O| Aug 20 01:56:14.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75372026-08-20T01:56:14.886Z[ recovery-image] Aug 20 01:56:14.216 INFO O| Aug 20 01:56:14.216 INFO STEP 749 (remove_files) COMPLETE
75382026-08-20T01:56:14.889Z[ recovery-image] Aug 20 01:56:14.216 INFO O| Aug 20 01:56:14.216 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-08-20T01:56:14.893Z[ recovery-image] Aug 20 01:56:14.224 INFO O| Aug 20 01:56:14.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75402026-08-20T01:56:14.893Z[ recovery-image] Aug 20 01:56:14.224 INFO O| Aug 20 01:56:14.224 INFO STEP 750 (remove_files) COMPLETE
75412026-08-20T01:56:14.893Z[ recovery-image] Aug 20 01:56:14.224 INFO O| Aug 20 01:56:14.224 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-08-20T01:56:14.902Z[ recovery-image] Aug 20 01:56:14.234 INFO O| Aug 20 01:56:14.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75432026-08-20T01:56:14.902Z[ recovery-image] Aug 20 01:56:14.234 INFO O| Aug 20 01:56:14.234 INFO STEP 751 (remove_files) COMPLETE
75442026-08-20T01:56:14.902Z[ recovery-image] Aug 20 01:56:14.234 INFO O| Aug 20 01:56:14.234 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-08-20T01:56:14.911Z[ recovery-image] Aug 20 01:56:14.243 INFO O| Aug 20 01:56:14.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75462026-08-20T01:56:14.911Z[ recovery-image] Aug 20 01:56:14.243 INFO O| Aug 20 01:56:14.243 INFO STEP 752 (remove_files) COMPLETE
75472026-08-20T01:56:14.911Z[ recovery-image] Aug 20 01:56:14.243 INFO O| Aug 20 01:56:14.243 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-08-20T01:56:14.922Z[ recovery-image] Aug 20 01:56:14.252 INFO O| Aug 20 01:56:14.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75492026-08-20T01:56:14.922Z[ recovery-image] Aug 20 01:56:14.252 INFO O| Aug 20 01:56:14.252 INFO STEP 753 (remove_files) COMPLETE
75502026-08-20T01:56:14.925Z[ recovery-image] Aug 20 01:56:14.252 INFO O| Aug 20 01:56:14.252 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-08-20T01:56:14.928Z[ recovery-image] Aug 20 01:56:14.260 INFO O| Aug 20 01:56:14.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75522026-08-20T01:56:14.928Z[ recovery-image] Aug 20 01:56:14.260 INFO O| Aug 20 01:56:14.260 INFO STEP 754 (remove_files) COMPLETE
75532026-08-20T01:56:14.928Z[ recovery-image] Aug 20 01:56:14.260 INFO O| Aug 20 01:56:14.260 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-08-20T01:56:14.937Z[ recovery-image] Aug 20 01:56:14.268 INFO O| Aug 20 01:56:14.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75552026-08-20T01:56:14.937Z[ recovery-image] Aug 20 01:56:14.268 INFO O| Aug 20 01:56:14.268 INFO STEP 755 (remove_files) COMPLETE
75562026-08-20T01:56:14.937Z[ recovery-image] Aug 20 01:56:14.268 INFO O| Aug 20 01:56:14.268 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75572026-08-20T01:56:14.950Z[ recovery-image] Aug 20 01:56:14.279 INFO O| Aug 20 01:56:14.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75582026-08-20T01:56:14.950Z[ recovery-image] Aug 20 01:56:14.279 INFO O| Aug 20 01:56:14.279 INFO STEP 756 (remove_files) COMPLETE
75592026-08-20T01:56:14.951Z[ recovery-image] Aug 20 01:56:14.279 INFO O| Aug 20 01:56:14.279 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75602026-08-20T01:56:14.958Z[ recovery-image] Aug 20 01:56:14.290 INFO O| Aug 20 01:56:14.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75612026-08-20T01:56:14.958Z[ recovery-image] Aug 20 01:56:14.290 INFO O| Aug 20 01:56:14.290 INFO STEP 757 (remove_files) COMPLETE
75622026-08-20T01:56:14.958Z[ recovery-image] Aug 20 01:56:14.290 INFO O| Aug 20 01:56:14.290 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75632026-08-20T01:56:14.968Z[ recovery-image] Aug 20 01:56:14.300 INFO O| Aug 20 01:56:14.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75642026-08-20T01:56:14.968Z[ recovery-image] Aug 20 01:56:14.300 INFO O| Aug 20 01:56:14.300 INFO STEP 758 (remove_files) COMPLETE
75652026-08-20T01:56:14.968Z[ recovery-image] Aug 20 01:56:14.300 INFO O| Aug 20 01:56:14.300 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75662026-08-20T01:56:14.977Z[ recovery-image] Aug 20 01:56:14.309 INFO O| Aug 20 01:56:14.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75672026-08-20T01:56:14.977Z[ recovery-image] Aug 20 01:56:14.309 INFO O| Aug 20 01:56:14.309 INFO STEP 759 (remove_files) COMPLETE
75682026-08-20T01:56:14.981Z[ recovery-image] Aug 20 01:56:14.309 INFO O| Aug 20 01:56:14.309 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75692026-08-20T01:56:14.986Z[ recovery-image] Aug 20 01:56:14.317 INFO O| Aug 20 01:56:14.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75702026-08-20T01:56:14.986Z[ recovery-image] Aug 20 01:56:14.317 INFO O| Aug 20 01:56:14.317 INFO STEP 760 (remove_files) COMPLETE
75712026-08-20T01:56:14.986Z[ recovery-image] Aug 20 01:56:14.317 INFO O| Aug 20 01:56:14.317 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75722026-08-20T01:56:14.995Z[ recovery-image] Aug 20 01:56:14.326 INFO O| Aug 20 01:56:14.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
75732026-08-20T01:56:15.000Z[ recovery-image] Aug 20 01:56:14.327 INFO O| Aug 20 01:56:14.327 INFO STEP 761 (remove_files) COMPLETE
75742026-08-20T01:56:15.000Z[ recovery-image] Aug 20 01:56:14.327 INFO O| Aug 20 01:56:14.327 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75752026-08-20T01:56:15.005Z[ recovery-image] Aug 20 01:56:14.337 INFO O| Aug 20 01:56:14.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
75762026-08-20T01:56:15.009Z[ recovery-image] Aug 20 01:56:14.338 INFO O| Aug 20 01:56:14.338 INFO STEP 762 (remove_files) COMPLETE
75772026-08-20T01:56:15.009Z[ recovery-image] Aug 20 01:56:14.338 INFO O| Aug 20 01:56:14.338 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75782026-08-20T01:56:15.022Z[ recovery-image] Aug 20 01:56:14.353 INFO O| Aug 20 01:56:14.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
75792026-08-20T01:56:15.022Z[ recovery-image] Aug 20 01:56:14.353 INFO O| Aug 20 01:56:14.353 INFO STEP 763 (remove_files) COMPLETE
75802026-08-20T01:56:15.022Z[ recovery-image] Aug 20 01:56:14.353 INFO O| Aug 20 01:56:14.353 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-08-20T01:56:15.033Z[ recovery-image] Aug 20 01:56:14.362 INFO O| Aug 20 01:56:14.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
75822026-08-20T01:56:15.033Z[ recovery-image] Aug 20 01:56:14.362 INFO O| Aug 20 01:56:14.362 INFO STEP 764 (remove_files) COMPLETE
75832026-08-20T01:56:15.033Z[ recovery-image] Aug 20 01:56:14.362 INFO O| Aug 20 01:56:14.362 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-08-20T01:56:15.033Z[verify-libraries] Compiling sync-ptr v0.1.4
75852026-08-20T01:56:15.046Z[ recovery-image] Aug 20 01:56:14.372 INFO O| Aug 20 01:56:14.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
75862026-08-20T01:56:15.046Z[ recovery-image] Aug 20 01:56:14.372 INFO O| Aug 20 01:56:14.372 INFO STEP 765 (remove_files) COMPLETE
75872026-08-20T01:56:15.046Z[ recovery-image] Aug 20 01:56:14.372 INFO O| Aug 20 01:56:14.372 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-08-20T01:56:15.051Z[ recovery-image] Aug 20 01:56:14.381 INFO O| Aug 20 01:56:14.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
75892026-08-20T01:56:15.051Z[ recovery-image] Aug 20 01:56:14.381 INFO O| Aug 20 01:56:14.381 INFO STEP 766 (remove_files) COMPLETE
75902026-08-20T01:56:15.056Z[ recovery-image] Aug 20 01:56:14.381 INFO O| Aug 20 01:56:14.381 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-08-20T01:56:15.056Z[verify-libraries] Compiling seq-macro v0.3.6
75922026-08-20T01:56:15.059Z[ recovery-image] Aug 20 01:56:14.389 INFO O| Aug 20 01:56:14.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
75932026-08-20T01:56:15.059Z[ recovery-image] Aug 20 01:56:14.389 INFO O| Aug 20 01:56:14.389 INFO STEP 767 (remove_files) COMPLETE
75942026-08-20T01:56:15.059Z[ recovery-image] Aug 20 01:56:14.389 INFO O| Aug 20 01:56:14.389 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-08-20T01:56:15.068Z[ recovery-image] Aug 20 01:56:14.400 INFO O| Aug 20 01:56:14.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
75962026-08-20T01:56:15.068Z[ recovery-image] Aug 20 01:56:14.400 INFO O| Aug 20 01:56:14.400 INFO STEP 768 (remove_files) COMPLETE
75972026-08-20T01:56:15.068Z[ recovery-image] Aug 20 01:56:14.400 INFO O| Aug 20 01:56:14.400 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-08-20T01:56:15.079Z[ recovery-image] Aug 20 01:56:14.410 INFO O| Aug 20 01:56:14.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
75992026-08-20T01:56:15.079Z[ recovery-image] Aug 20 01:56:14.410 INFO O| Aug 20 01:56:14.410 INFO STEP 769 (remove_files) COMPLETE
76002026-08-20T01:56:15.082Z[ recovery-image] Aug 20 01:56:14.410 INFO O| Aug 20 01:56:14.410 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-08-20T01:56:15.089Z[ recovery-image] Aug 20 01:56:14.420 INFO O| Aug 20 01:56:14.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76022026-08-20T01:56:15.089Z[ recovery-image] Aug 20 01:56:14.420 INFO O| Aug 20 01:56:14.420 INFO STEP 770 (remove_files) COMPLETE
76032026-08-20T01:56:15.089Z[ recovery-image] Aug 20 01:56:14.420 INFO O| Aug 20 01:56:14.420 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-08-20T01:56:15.095Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
76052026-08-20T01:56:15.099Z[ recovery-image] Aug 20 01:56:14.429 INFO O| Aug 20 01:56:14.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76062026-08-20T01:56:15.099Z[ recovery-image] Aug 20 01:56:14.429 INFO O| Aug 20 01:56:14.429 INFO STEP 771 (remove_files) COMPLETE
76072026-08-20T01:56:15.099Z[ recovery-image] Aug 20 01:56:14.429 INFO O| Aug 20 01:56:14.429 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-08-20T01:56:15.107Z[ recovery-image] Aug 20 01:56:14.439 INFO O| Aug 20 01:56:14.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76092026-08-20T01:56:15.107Z[ recovery-image] Aug 20 01:56:14.439 INFO O| Aug 20 01:56:14.439 INFO STEP 772 (remove_files) COMPLETE
76102026-08-20T01:56:15.107Z[ recovery-image] Aug 20 01:56:14.439 INFO O| Aug 20 01:56:14.439 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-08-20T01:56:15.117Z[ recovery-image] Aug 20 01:56:14.449 INFO O| Aug 20 01:56:14.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76122026-08-20T01:56:15.117Z[ recovery-image] Aug 20 01:56:14.449 INFO O| Aug 20 01:56:14.449 INFO STEP 773 (remove_files) COMPLETE
76132026-08-20T01:56:15.117Z[ recovery-image] Aug 20 01:56:14.449 INFO O| Aug 20 01:56:14.449 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-08-20T01:56:15.123Z[verify-libraries] Compiling russh v0.62.4
76152026-08-20T01:56:15.129Z[ recovery-image] Aug 20 01:56:14.460 INFO O| Aug 20 01:56:14.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76162026-08-20T01:56:15.129Z[ recovery-image] Aug 20 01:56:14.460 INFO O| Aug 20 01:56:14.460 INFO STEP 774 (remove_files) COMPLETE
76172026-08-20T01:56:15.129Z[ recovery-image] Aug 20 01:56:14.460 INFO O| Aug 20 01:56:14.460 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-08-20T01:56:15.138Z[ recovery-image] Aug 20 01:56:14.469 INFO O| Aug 20 01:56:14.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76192026-08-20T01:56:15.138Z[ recovery-image] Aug 20 01:56:14.469 INFO O| Aug 20 01:56:14.469 INFO STEP 775 (remove_files) COMPLETE
76202026-08-20T01:56:15.138Z[ recovery-image] Aug 20 01:56:14.469 INFO O| Aug 20 01:56:14.469 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-08-20T01:56:15.146Z[ recovery-image] Aug 20 01:56:14.477 INFO O| Aug 20 01:56:14.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76222026-08-20T01:56:15.146Z[ recovery-image] Aug 20 01:56:14.478 INFO O| Aug 20 01:56:14.478 INFO STEP 776 (remove_files) COMPLETE
76232026-08-20T01:56:15.146Z[ recovery-image] Aug 20 01:56:14.478 INFO O| Aug 20 01:56:14.478 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-08-20T01:56:15.156Z[ recovery-image] Aug 20 01:56:14.488 INFO O| Aug 20 01:56:14.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76252026-08-20T01:56:15.156Z[ recovery-image] Aug 20 01:56:14.488 INFO O| Aug 20 01:56:14.488 INFO STEP 777 (remove_files) COMPLETE
76262026-08-20T01:56:15.156Z[ recovery-image] Aug 20 01:56:14.488 INFO O| Aug 20 01:56:14.488 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-08-20T01:56:15.167Z[ recovery-image] Aug 20 01:56:14.498 INFO O| Aug 20 01:56:14.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76282026-08-20T01:56:15.167Z[ recovery-image] Aug 20 01:56:14.498 INFO O| Aug 20 01:56:14.498 INFO STEP 778 (remove_files) COMPLETE
76292026-08-20T01:56:15.167Z[ recovery-image] Aug 20 01:56:14.498 INFO O| Aug 20 01:56:14.498 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-08-20T01:56:15.177Z[ recovery-image] Aug 20 01:56:14.507 INFO O| Aug 20 01:56:14.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76312026-08-20T01:56:15.177Z[ recovery-image] Aug 20 01:56:14.507 INFO O| Aug 20 01:56:14.507 INFO STEP 779 (remove_files) COMPLETE
76322026-08-20T01:56:15.177Z[ recovery-image] Aug 20 01:56:14.507 INFO O| Aug 20 01:56:14.507 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-08-20T01:56:15.193Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
76342026-08-20T01:56:15.193Z[ recovery-image] Aug 20 01:56:14.517 INFO O| Aug 20 01:56:14.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76352026-08-20T01:56:15.193Z[ recovery-image] Aug 20 01:56:14.517 INFO O| Aug 20 01:56:14.517 INFO STEP 780 (remove_files) COMPLETE
76362026-08-20T01:56:15.193Z[ recovery-image] Aug 20 01:56:14.517 INFO O| Aug 20 01:56:14.517 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-08-20T01:56:15.200Z[ recovery-image] Aug 20 01:56:14.526 INFO O| Aug 20 01:56:14.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76382026-08-20T01:56:15.200Z[ recovery-image] Aug 20 01:56:14.526 INFO O| Aug 20 01:56:14.526 INFO STEP 781 (remove_files) COMPLETE
76392026-08-20T01:56:15.200Z[ recovery-image] Aug 20 01:56:14.526 INFO O| Aug 20 01:56:14.526 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-08-20T01:56:15.205Z[ recovery-image] Aug 20 01:56:14.536 INFO O| Aug 20 01:56:14.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76412026-08-20T01:56:15.205Z[ recovery-image] Aug 20 01:56:14.536 INFO O| Aug 20 01:56:14.536 INFO STEP 782 (remove_files) COMPLETE
76422026-08-20T01:56:15.208Z[ recovery-image] Aug 20 01:56:14.536 INFO O| Aug 20 01:56:14.536 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-08-20T01:56:15.216Z[ recovery-image] Aug 20 01:56:14.546 INFO O| Aug 20 01:56:14.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76442026-08-20T01:56:15.216Z[ recovery-image] Aug 20 01:56:14.546 INFO O| Aug 20 01:56:14.546 INFO STEP 783 (remove_files) COMPLETE
76452026-08-20T01:56:15.219Z[ recovery-image] Aug 20 01:56:14.546 INFO O| Aug 20 01:56:14.546 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-08-20T01:56:15.222Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
76472026-08-20T01:56:15.225Z[ recovery-image] Aug 20 01:56:14.555 INFO O| Aug 20 01:56:14.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76482026-08-20T01:56:15.225Z[ recovery-image] Aug 20 01:56:14.555 INFO O| Aug 20 01:56:14.555 INFO STEP 784 (remove_files) COMPLETE
76492026-08-20T01:56:15.226Z[ recovery-image] Aug 20 01:56:14.555 INFO O| Aug 20 01:56:14.555 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76502026-08-20T01:56:15.234Z[ recovery-image] Aug 20 01:56:14.565 INFO O| Aug 20 01:56:14.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76512026-08-20T01:56:15.234Z[ recovery-image] Aug 20 01:56:14.565 INFO O| Aug 20 01:56:14.565 INFO STEP 785 (remove_files) COMPLETE
76522026-08-20T01:56:15.234Z[ recovery-image] Aug 20 01:56:14.565 INFO O| Aug 20 01:56:14.565 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76532026-08-20T01:56:15.243Z[ recovery-image] Aug 20 01:56:14.574 INFO O| Aug 20 01:56:14.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76542026-08-20T01:56:15.243Z[ recovery-image] Aug 20 01:56:14.574 INFO O| Aug 20 01:56:14.574 INFO STEP 786 (remove_files) COMPLETE
76552026-08-20T01:56:15.246Z[ recovery-image] Aug 20 01:56:14.574 INFO O| Aug 20 01:56:14.574 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76562026-08-20T01:56:15.254Z[ recovery-image] Aug 20 01:56:14.585 INFO O| Aug 20 01:56:14.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76572026-08-20T01:56:15.254Z[ recovery-image] Aug 20 01:56:14.585 INFO O| Aug 20 01:56:14.585 INFO STEP 787 (remove_files) COMPLETE
76582026-08-20T01:56:15.257Z[ recovery-image] Aug 20 01:56:14.585 INFO O| Aug 20 01:56:14.585 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76592026-08-20T01:56:15.264Z[ recovery-image] Aug 20 01:56:14.595 INFO O| Aug 20 01:56:14.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76602026-08-20T01:56:15.264Z[ recovery-image] Aug 20 01:56:14.595 INFO O| Aug 20 01:56:14.595 INFO STEP 788 (remove_files) COMPLETE
76612026-08-20T01:56:15.267Z[ recovery-image] Aug 20 01:56:14.595 INFO O| Aug 20 01:56:14.595 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-08-20T01:56:15.273Z[ recovery-image] Aug 20 01:56:14.605 INFO O| Aug 20 01:56:14.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76632026-08-20T01:56:15.273Z[ recovery-image] Aug 20 01:56:14.605 INFO O| Aug 20 01:56:14.605 INFO STEP 789 (remove_files) COMPLETE
76642026-08-20T01:56:15.273Z[ recovery-image] Aug 20 01:56:14.605 INFO O| Aug 20 01:56:14.605 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-08-20T01:56:15.282Z[ recovery-image] Aug 20 01:56:14.613 INFO O| Aug 20 01:56:14.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76662026-08-20T01:56:15.282Z[ recovery-image] Aug 20 01:56:14.613 INFO O| Aug 20 01:56:14.613 INFO STEP 790 (remove_files) COMPLETE
76672026-08-20T01:56:15.282Z[ recovery-image] Aug 20 01:56:14.613 INFO O| Aug 20 01:56:14.613 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-08-20T01:56:15.290Z[ recovery-image] Aug 20 01:56:14.621 INFO O| Aug 20 01:56:14.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76692026-08-20T01:56:15.290Z[ recovery-image] Aug 20 01:56:14.621 INFO O| Aug 20 01:56:14.621 INFO STEP 791 (remove_files) COMPLETE
76702026-08-20T01:56:15.290Z[ recovery-image] Aug 20 01:56:14.621 INFO O| Aug 20 01:56:14.621 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-08-20T01:56:15.300Z[ recovery-image] Aug 20 01:56:14.632 INFO O| Aug 20 01:56:14.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76722026-08-20T01:56:15.300Z[ recovery-image] Aug 20 01:56:14.632 INFO O| Aug 20 01:56:14.632 INFO STEP 792 (remove_files) COMPLETE
76732026-08-20T01:56:15.300Z[ recovery-image] Aug 20 01:56:14.632 INFO O| Aug 20 01:56:14.632 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-08-20T01:56:15.310Z[ recovery-image] Aug 20 01:56:14.641 INFO O| Aug 20 01:56:14.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76752026-08-20T01:56:15.310Z[ recovery-image] Aug 20 01:56:14.641 INFO O| Aug 20 01:56:14.641 INFO STEP 793 (remove_files) COMPLETE
76762026-08-20T01:56:15.313Z[ recovery-image] Aug 20 01:56:14.641 INFO O| Aug 20 01:56:14.641 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-08-20T01:56:15.319Z[ recovery-image] Aug 20 01:56:14.650 INFO O| Aug 20 01:56:14.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76782026-08-20T01:56:15.319Z[ recovery-image] Aug 20 01:56:14.650 INFO O| Aug 20 01:56:14.650 INFO STEP 794 (remove_files) COMPLETE
76792026-08-20T01:56:15.319Z[ recovery-image] Aug 20 01:56:14.650 INFO O| Aug 20 01:56:14.650 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-08-20T01:56:15.328Z[ recovery-image] Aug 20 01:56:14.659 INFO O| Aug 20 01:56:14.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
76812026-08-20T01:56:15.328Z[ recovery-image] Aug 20 01:56:14.659 INFO O| Aug 20 01:56:14.659 INFO STEP 795 (remove_files) COMPLETE
76822026-08-20T01:56:15.328Z[ recovery-image] Aug 20 01:56:14.659 INFO O| Aug 20 01:56:14.659 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-08-20T01:56:15.337Z[ recovery-image] Aug 20 01:56:14.669 INFO O| Aug 20 01:56:14.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
76842026-08-20T01:56:15.337Z[ recovery-image] Aug 20 01:56:14.669 INFO O| Aug 20 01:56:14.669 INFO STEP 796 (remove_files) COMPLETE
76852026-08-20T01:56:15.337Z[ recovery-image] Aug 20 01:56:14.669 INFO O| Aug 20 01:56:14.669 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-08-20T01:56:15.346Z[ recovery-image] Aug 20 01:56:14.678 INFO O| Aug 20 01:56:14.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
76872026-08-20T01:56:15.347Z[ recovery-image] Aug 20 01:56:14.678 INFO O| Aug 20 01:56:14.678 INFO STEP 797 (remove_files) COMPLETE
76882026-08-20T01:56:15.347Z[ recovery-image] Aug 20 01:56:14.678 INFO O| Aug 20 01:56:14.678 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-08-20T01:56:15.357Z[ recovery-image] Aug 20 01:56:14.688 INFO O| Aug 20 01:56:14.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
76902026-08-20T01:56:15.358Z[ recovery-image] Aug 20 01:56:14.688 INFO O| Aug 20 01:56:14.688 INFO STEP 798 (remove_files) COMPLETE
76912026-08-20T01:56:15.358Z[ recovery-image] Aug 20 01:56:14.688 INFO O| Aug 20 01:56:14.688 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-08-20T01:56:15.366Z[ recovery-image] Aug 20 01:56:14.697 INFO O| Aug 20 01:56:14.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
76932026-08-20T01:56:15.366Z[ recovery-image] Aug 20 01:56:14.697 INFO O| Aug 20 01:56:14.697 INFO STEP 799 (remove_files) COMPLETE
76942026-08-20T01:56:15.366Z[ recovery-image] Aug 20 01:56:14.697 INFO O| Aug 20 01:56:14.697 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-08-20T01:56:15.375Z[ recovery-image] Aug 20 01:56:14.706 INFO O| Aug 20 01:56:14.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
76962026-08-20T01:56:15.375Z[ recovery-image] Aug 20 01:56:14.706 INFO O| Aug 20 01:56:14.706 INFO STEP 800 (remove_files) COMPLETE
76972026-08-20T01:56:15.375Z[ recovery-image] Aug 20 01:56:14.706 INFO O| Aug 20 01:56:14.706 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-08-20T01:56:15.384Z[ recovery-image] Aug 20 01:56:14.715 INFO O| Aug 20 01:56:14.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
76992026-08-20T01:56:15.384Z[ recovery-image] Aug 20 01:56:14.715 INFO O| Aug 20 01:56:14.715 INFO STEP 801 (remove_files) COMPLETE
77002026-08-20T01:56:15.384Z[ recovery-image] Aug 20 01:56:14.715 INFO O| Aug 20 01:56:14.715 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-08-20T01:56:15.393Z[ recovery-image] Aug 20 01:56:14.724 INFO O| Aug 20 01:56:14.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77022026-08-20T01:56:15.393Z[ recovery-image] Aug 20 01:56:14.724 INFO O| Aug 20 01:56:14.724 INFO STEP 802 (remove_files) COMPLETE
77032026-08-20T01:56:15.393Z[ recovery-image] Aug 20 01:56:14.724 INFO O| Aug 20 01:56:14.724 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-08-20T01:56:15.402Z[ recovery-image] Aug 20 01:56:14.733 INFO O| Aug 20 01:56:14.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77052026-08-20T01:56:15.402Z[ recovery-image] Aug 20 01:56:14.733 INFO O| Aug 20 01:56:14.733 INFO STEP 803 (remove_files) COMPLETE
77062026-08-20T01:56:15.405Z[ recovery-image] Aug 20 01:56:14.733 INFO O| Aug 20 01:56:14.733 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-08-20T01:56:15.411Z[ recovery-image] Aug 20 01:56:14.742 INFO O| Aug 20 01:56:14.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77082026-08-20T01:56:15.411Z[ recovery-image] Aug 20 01:56:14.742 INFO O| Aug 20 01:56:14.742 INFO STEP 804 (remove_files) COMPLETE
77092026-08-20T01:56:15.411Z[ recovery-image] Aug 20 01:56:14.742 INFO O| Aug 20 01:56:14.742 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-08-20T01:56:15.420Z[ recovery-image] Aug 20 01:56:14.751 INFO O| Aug 20 01:56:14.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77112026-08-20T01:56:15.420Z[ recovery-image] Aug 20 01:56:14.751 INFO O| Aug 20 01:56:14.751 INFO STEP 805 (remove_files) COMPLETE
77122026-08-20T01:56:15.424Z[ recovery-image] Aug 20 01:56:14.751 INFO O| Aug 20 01:56:14.751 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-08-20T01:56:15.428Z[ recovery-image] Aug 20 01:56:14.759 INFO O| Aug 20 01:56:14.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77142026-08-20T01:56:15.428Z[ recovery-image] Aug 20 01:56:14.759 INFO O| Aug 20 01:56:14.759 INFO STEP 806 (remove_files) COMPLETE
77152026-08-20T01:56:15.428Z[ recovery-image] Aug 20 01:56:14.759 INFO O| Aug 20 01:56:14.759 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-08-20T01:56:15.436Z[ recovery-image] Aug 20 01:56:14.768 INFO O| Aug 20 01:56:14.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77172026-08-20T01:56:15.436Z[ recovery-image] Aug 20 01:56:14.768 INFO O| Aug 20 01:56:14.768 INFO STEP 807 (remove_files) COMPLETE
77182026-08-20T01:56:15.436Z[ recovery-image] Aug 20 01:56:14.768 INFO O| Aug 20 01:56:14.768 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-08-20T01:56:15.445Z[ recovery-image] Aug 20 01:56:14.776 INFO O| Aug 20 01:56:14.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77202026-08-20T01:56:15.445Z[ recovery-image] Aug 20 01:56:14.776 INFO O| Aug 20 01:56:14.776 INFO STEP 808 (remove_files) COMPLETE
77212026-08-20T01:56:15.445Z[ recovery-image] Aug 20 01:56:14.776 INFO O| Aug 20 01:56:14.776 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-08-20T01:56:15.453Z[ recovery-image] Aug 20 01:56:14.784 INFO O| Aug 20 01:56:14.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77232026-08-20T01:56:15.453Z[ recovery-image] Aug 20 01:56:14.784 INFO O| Aug 20 01:56:14.784 INFO STEP 809 (remove_files) COMPLETE
77242026-08-20T01:56:15.458Z[ recovery-image] Aug 20 01:56:14.784 INFO O| Aug 20 01:56:14.784 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-08-20T01:56:15.462Z[ recovery-image] Aug 20 01:56:14.793 INFO O| Aug 20 01:56:14.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77262026-08-20T01:56:15.462Z[ recovery-image] Aug 20 01:56:14.793 INFO O| Aug 20 01:56:14.793 INFO STEP 810 (remove_files) COMPLETE
77272026-08-20T01:56:15.462Z[ recovery-image] Aug 20 01:56:14.793 INFO O| Aug 20 01:56:14.793 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-08-20T01:56:15.471Z[ recovery-image] Aug 20 01:56:14.802 INFO O| Aug 20 01:56:14.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77292026-08-20T01:56:15.471Z[ recovery-image] Aug 20 01:56:14.802 INFO O| Aug 20 01:56:14.802 INFO STEP 811 (remove_files) COMPLETE
77302026-08-20T01:56:15.471Z[ recovery-image] Aug 20 01:56:14.802 INFO O| Aug 20 01:56:14.802 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-08-20T01:56:15.479Z[ recovery-image] Aug 20 01:56:14.810 INFO O| Aug 20 01:56:14.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77322026-08-20T01:56:15.479Z[ recovery-image] Aug 20 01:56:14.811 INFO O| Aug 20 01:56:14.811 INFO STEP 812 (remove_files) COMPLETE
77332026-08-20T01:56:15.479Z[ recovery-image] Aug 20 01:56:14.811 INFO O| Aug 20 01:56:14.811 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-08-20T01:56:15.488Z[ recovery-image] Aug 20 01:56:14.819 INFO O| Aug 20 01:56:14.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77352026-08-20T01:56:15.488Z[ recovery-image] Aug 20 01:56:14.819 INFO O| Aug 20 01:56:14.819 INFO STEP 813 (remove_files) COMPLETE
77362026-08-20T01:56:15.488Z[ recovery-image] Aug 20 01:56:14.819 INFO O| Aug 20 01:56:14.819 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-08-20T01:56:15.496Z[ recovery-image] Aug 20 01:56:14.827 INFO O| Aug 20 01:56:14.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77382026-08-20T01:56:15.496Z[ recovery-image] Aug 20 01:56:14.827 INFO O| Aug 20 01:56:14.827 INFO STEP 814 (remove_files) COMPLETE
77392026-08-20T01:56:15.500Z[ recovery-image] Aug 20 01:56:14.827 INFO O| Aug 20 01:56:14.827 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-08-20T01:56:15.505Z[ recovery-image] Aug 20 01:56:14.837 INFO O| Aug 20 01:56:14.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77412026-08-20T01:56:15.506Z[ recovery-image] Aug 20 01:56:14.837 INFO O| Aug 20 01:56:14.837 INFO STEP 815 (remove_files) COMPLETE
77422026-08-20T01:56:15.506Z[ recovery-image] Aug 20 01:56:14.837 INFO O| Aug 20 01:56:14.837 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-08-20T01:56:15.514Z[ recovery-image] Aug 20 01:56:14.845 INFO O| Aug 20 01:56:14.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77442026-08-20T01:56:15.515Z[ recovery-image] Aug 20 01:56:14.845 INFO O| Aug 20 01:56:14.845 INFO STEP 816 (remove_files) COMPLETE
77452026-08-20T01:56:15.515Z[ recovery-image] Aug 20 01:56:14.845 INFO O| Aug 20 01:56:14.845 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-08-20T01:56:15.522Z[ recovery-image] Aug 20 01:56:14.854 INFO O| Aug 20 01:56:14.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77472026-08-20T01:56:15.522Z[ recovery-image] Aug 20 01:56:14.854 INFO O| Aug 20 01:56:14.854 INFO STEP 817 (remove_files) COMPLETE
77482026-08-20T01:56:15.522Z[ recovery-image] Aug 20 01:56:14.854 INFO O| Aug 20 01:56:14.854 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-08-20T01:56:15.531Z[ recovery-image] Aug 20 01:56:14.863 INFO O| Aug 20 01:56:14.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77502026-08-20T01:56:15.531Z[ recovery-image] Aug 20 01:56:14.863 INFO O| Aug 20 01:56:14.863 INFO STEP 818 (remove_files) COMPLETE
77512026-08-20T01:56:15.537Z[ recovery-image] Aug 20 01:56:14.863 INFO O| Aug 20 01:56:14.863 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-08-20T01:56:15.547Z[ recovery-image] Aug 20 01:56:14.872 INFO O| Aug 20 01:56:14.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77532026-08-20T01:56:15.547Z[ recovery-image] Aug 20 01:56:14.872 INFO O| Aug 20 01:56:14.872 INFO STEP 819 (remove_files) COMPLETE
77542026-08-20T01:56:15.547Z[ recovery-image] Aug 20 01:56:14.872 INFO O| Aug 20 01:56:14.872 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77552026-08-20T01:56:15.552Z[ recovery-image] Aug 20 01:56:14.884 INFO O| Aug 20 01:56:14.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77562026-08-20T01:56:15.552Z[ recovery-image] Aug 20 01:56:14.884 INFO O| Aug 20 01:56:14.884 INFO STEP 820 (remove_files) COMPLETE
77572026-08-20T01:56:15.552Z[ recovery-image] Aug 20 01:56:14.884 INFO O| Aug 20 01:56:14.884 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77582026-08-20T01:56:15.562Z[ recovery-image] Aug 20 01:56:14.893 INFO O| Aug 20 01:56:14.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77592026-08-20T01:56:15.562Z[ recovery-image] Aug 20 01:56:14.893 INFO O| Aug 20 01:56:14.893 INFO STEP 821 (remove_files) COMPLETE
77602026-08-20T01:56:15.562Z[ recovery-image] Aug 20 01:56:14.893 INFO O| Aug 20 01:56:14.893 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77612026-08-20T01:56:15.571Z[ recovery-image] Aug 20 01:56:14.902 INFO O| Aug 20 01:56:14.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77622026-08-20T01:56:15.571Z[ recovery-image] Aug 20 01:56:14.902 INFO O| Aug 20 01:56:14.902 INFO STEP 822 (remove_files) COMPLETE
77632026-08-20T01:56:15.571Z[ recovery-image] Aug 20 01:56:14.902 INFO O| Aug 20 01:56:14.902 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77642026-08-20T01:56:15.581Z[ recovery-image] Aug 20 01:56:14.911 INFO O| Aug 20 01:56:14.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77652026-08-20T01:56:15.581Z[ recovery-image] Aug 20 01:56:14.911 INFO O| Aug 20 01:56:14.911 INFO STEP 823 (remove_files) COMPLETE
77662026-08-20T01:56:15.581Z[ recovery-image] Aug 20 01:56:14.911 INFO O| Aug 20 01:56:14.911 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77672026-08-20T01:56:15.588Z[ recovery-image] Aug 20 01:56:14.919 INFO O| Aug 20 01:56:14.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77682026-08-20T01:56:15.588Z[ recovery-image] Aug 20 01:56:14.919 INFO O| Aug 20 01:56:14.919 INFO STEP 824 (remove_files) COMPLETE
77692026-08-20T01:56:15.588Z[ recovery-image] Aug 20 01:56:14.919 INFO O| Aug 20 01:56:14.919 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77702026-08-20T01:56:15.596Z[ recovery-image] Aug 20 01:56:14.927 INFO O| Aug 20 01:56:14.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77712026-08-20T01:56:15.596Z[ recovery-image] Aug 20 01:56:14.927 INFO O| Aug 20 01:56:14.927 INFO STEP 825 (remove_files) COMPLETE
77722026-08-20T01:56:15.596Z[ recovery-image] Aug 20 01:56:14.927 INFO O| Aug 20 01:56:14.927 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77732026-08-20T01:56:15.605Z[ recovery-image] Aug 20 01:56:14.935 INFO O| Aug 20 01:56:14.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77742026-08-20T01:56:15.605Z[ recovery-image] Aug 20 01:56:14.935 INFO O| Aug 20 01:56:14.935 INFO STEP 826 (remove_files) COMPLETE
77752026-08-20T01:56:15.605Z[ recovery-image] Aug 20 01:56:14.935 INFO O| Aug 20 01:56:14.935 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77762026-08-20T01:56:15.621Z[ recovery-image] Aug 20 01:56:14.952 INFO O| Aug 20 01:56:14.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77772026-08-20T01:56:15.621Z[ recovery-image] Aug 20 01:56:14.952 INFO O| Aug 20 01:56:14.951 INFO STEP 827 (remove_files) COMPLETE
77782026-08-20T01:56:15.625Z[ recovery-image] Aug 20 01:56:14.952 INFO O| Aug 20 01:56:14.951 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77792026-08-20T01:56:15.631Z[ recovery-image] Aug 20 01:56:14.962 INFO O| Aug 20 01:56:14.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
77802026-08-20T01:56:15.631Z[ recovery-image] Aug 20 01:56:14.962 INFO O| Aug 20 01:56:14.962 INFO STEP 828 (remove_files) COMPLETE
77812026-08-20T01:56:15.631Z[ recovery-image] Aug 20 01:56:14.962 INFO O| Aug 20 01:56:14.962 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77822026-08-20T01:56:15.641Z[ recovery-image] Aug 20 01:56:14.972 INFO O| Aug 20 01:56:14.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
77832026-08-20T01:56:15.641Z[ recovery-image] Aug 20 01:56:14.972 INFO O| Aug 20 01:56:14.972 INFO STEP 829 (remove_files) COMPLETE
77842026-08-20T01:56:15.641Z[ recovery-image] Aug 20 01:56:14.972 INFO O| Aug 20 01:56:14.972 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77852026-08-20T01:56:15.651Z[ recovery-image] Aug 20 01:56:14.981 INFO O| Aug 20 01:56:14.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
77862026-08-20T01:56:15.651Z[ recovery-image] Aug 20 01:56:14.981 INFO O| Aug 20 01:56:14.981 INFO STEP 830 (remove_files) COMPLETE
77872026-08-20T01:56:15.655Z[ recovery-image] Aug 20 01:56:14.981 INFO O| Aug 20 01:56:14.981 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77882026-08-20T01:56:15.660Z[ recovery-image] Aug 20 01:56:14.991 INFO O| Aug 20 01:56:14.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
77892026-08-20T01:56:15.660Z[ recovery-image] Aug 20 01:56:14.991 INFO O| Aug 20 01:56:14.991 INFO STEP 831 (remove_files) COMPLETE
77902026-08-20T01:56:15.663Z[ recovery-image] Aug 20 01:56:14.991 INFO O| Aug 20 01:56:14.991 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77912026-08-20T01:56:15.670Z[ recovery-image] Aug 20 01:56:15.000 INFO O| Aug 20 01:56:15.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
77922026-08-20T01:56:15.670Z[ recovery-image] Aug 20 01:56:15.000 INFO O| Aug 20 01:56:15.000 INFO STEP 832 (remove_files) COMPLETE
77932026-08-20T01:56:15.670Z[ recovery-image] Aug 20 01:56:15.000 INFO O| Aug 20 01:56:15.000 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77942026-08-20T01:56:15.677Z[ recovery-image] Aug 20 01:56:15.009 INFO O| Aug 20 01:56:15.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
77952026-08-20T01:56:15.677Z[ recovery-image] Aug 20 01:56:15.009 INFO O| Aug 20 01:56:15.009 INFO STEP 833 (remove_files) COMPLETE
77962026-08-20T01:56:15.681Z[ recovery-image] Aug 20 01:56:15.009 INFO O| Aug 20 01:56:15.009 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77972026-08-20T01:56:15.686Z[ recovery-image] Aug 20 01:56:15.018 INFO O| Aug 20 01:56:15.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
77982026-08-20T01:56:15.686Z[ recovery-image] Aug 20 01:56:15.018 INFO O| Aug 20 01:56:15.018 INFO STEP 834 (remove_files) COMPLETE
77992026-08-20T01:56:15.689Z[ recovery-image] Aug 20 01:56:15.018 INFO O| Aug 20 01:56:15.018 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78002026-08-20T01:56:15.696Z[ recovery-image] Aug 20 01:56:15.027 INFO O| Aug 20 01:56:15.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78012026-08-20T01:56:15.696Z[ recovery-image] Aug 20 01:56:15.027 INFO O| Aug 20 01:56:15.027 INFO STEP 835 (remove_files) COMPLETE
78022026-08-20T01:56:15.707Z[ recovery-image] Aug 20 01:56:15.027 INFO O| Aug 20 01:56:15.027 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78032026-08-20T01:56:15.713Z[ recovery-image] Aug 20 01:56:15.036 INFO O| Aug 20 01:56:15.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78042026-08-20T01:56:15.713Z[ recovery-image] Aug 20 01:56:15.036 INFO O| Aug 20 01:56:15.036 INFO STEP 836 (remove_files) COMPLETE
78052026-08-20T01:56:15.713Z[ recovery-image] Aug 20 01:56:15.036 INFO O| Aug 20 01:56:15.036 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78062026-08-20T01:56:15.716Z[ recovery-image] Aug 20 01:56:15.045 INFO O| Aug 20 01:56:15.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78072026-08-20T01:56:15.716Z[ recovery-image] Aug 20 01:56:15.045 INFO O| Aug 20 01:56:15.045 INFO STEP 837 (remove_files) COMPLETE
78082026-08-20T01:56:15.716Z[ recovery-image] Aug 20 01:56:15.045 INFO O| Aug 20 01:56:15.045 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78092026-08-20T01:56:15.727Z[ recovery-image] Aug 20 01:56:15.058 INFO O| Aug 20 01:56:15.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78102026-08-20T01:56:15.727Z[ recovery-image] Aug 20 01:56:15.058 INFO O| Aug 20 01:56:15.058 INFO STEP 838 (remove_files) COMPLETE
78112026-08-20T01:56:15.727Z[ recovery-image] Aug 20 01:56:15.058 INFO O| Aug 20 01:56:15.058 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78122026-08-20T01:56:15.738Z[ recovery-image] Aug 20 01:56:15.069 INFO O| Aug 20 01:56:15.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78132026-08-20T01:56:15.738Z[ recovery-image] Aug 20 01:56:15.069 INFO O| Aug 20 01:56:15.069 INFO STEP 839 (remove_files) COMPLETE
78142026-08-20T01:56:15.738Z[ recovery-image] Aug 20 01:56:15.069 INFO O| Aug 20 01:56:15.069 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78152026-08-20T01:56:15.749Z[ recovery-image] Aug 20 01:56:15.080 INFO O| Aug 20 01:56:15.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78162026-08-20T01:56:15.749Z[ recovery-image] Aug 20 01:56:15.080 INFO O| Aug 20 01:56:15.080 INFO STEP 840 (remove_files) COMPLETE
78172026-08-20T01:56:15.749Z[ recovery-image] Aug 20 01:56:15.080 INFO O| Aug 20 01:56:15.080 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78182026-08-20T01:56:15.762Z[ recovery-image] Aug 20 01:56:15.093 INFO O| Aug 20 01:56:15.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78192026-08-20T01:56:15.762Z[ recovery-image] Aug 20 01:56:15.093 INFO O| Aug 20 01:56:15.093 INFO STEP 841 (remove_files) COMPLETE
78202026-08-20T01:56:15.762Z[ recovery-image] Aug 20 01:56:15.093 INFO O| Aug 20 01:56:15.093 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78212026-08-20T01:56:15.772Z[ recovery-image] Aug 20 01:56:15.103 INFO O| Aug 20 01:56:15.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78222026-08-20T01:56:15.772Z[ recovery-image] Aug 20 01:56:15.103 INFO O| Aug 20 01:56:15.103 INFO STEP 842 (remove_files) COMPLETE
78232026-08-20T01:56:15.776Z[ recovery-image] Aug 20 01:56:15.103 INFO O| Aug 20 01:56:15.103 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78242026-08-20T01:56:15.781Z[ recovery-image] Aug 20 01:56:15.112 INFO O| Aug 20 01:56:15.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78252026-08-20T01:56:15.781Z[ recovery-image] Aug 20 01:56:15.112 INFO O| Aug 20 01:56:15.112 INFO STEP 843 (remove_files) COMPLETE
78262026-08-20T01:56:15.784Z[ recovery-image] Aug 20 01:56:15.112 INFO O| Aug 20 01:56:15.112 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78272026-08-20T01:56:15.790Z[ recovery-image] Aug 20 01:56:15.121 INFO O| Aug 20 01:56:15.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78282026-08-20T01:56:15.790Z[ recovery-image] Aug 20 01:56:15.121 INFO O| Aug 20 01:56:15.121 INFO STEP 844 (remove_files) COMPLETE
78292026-08-20T01:56:15.793Z[ recovery-image] Aug 20 01:56:15.121 INFO O| Aug 20 01:56:15.121 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78302026-08-20T01:56:15.801Z[ recovery-image] Aug 20 01:56:15.132 INFO O| Aug 20 01:56:15.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78312026-08-20T01:56:15.801Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
78322026-08-20T01:56:15.801Z[ recovery-image] Aug 20 01:56:15.132 INFO O| Aug 20 01:56:15.132 INFO STEP 845 (remove_files) COMPLETE
78332026-08-20T01:56:15.804Z[ recovery-image] Aug 20 01:56:15.132 INFO O| Aug 20 01:56:15.132 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-08-20T01:56:15.812Z[ recovery-image] Aug 20 01:56:15.143 INFO O| Aug 20 01:56:15.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78352026-08-20T01:56:15.812Z[ recovery-image] Aug 20 01:56:15.143 INFO O| Aug 20 01:56:15.143 INFO STEP 846 (remove_files) COMPLETE
78362026-08-20T01:56:15.813Z[ recovery-image] Aug 20 01:56:15.143 INFO O| Aug 20 01:56:15.143 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-08-20T01:56:15.822Z[ recovery-image] Aug 20 01:56:15.153 INFO O| Aug 20 01:56:15.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78382026-08-20T01:56:15.822Z[ recovery-image] Aug 20 01:56:15.153 INFO O| Aug 20 01:56:15.153 INFO STEP 847 (remove_files) COMPLETE
78392026-08-20T01:56:15.822Z[ recovery-image] Aug 20 01:56:15.153 INFO O| Aug 20 01:56:15.153 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-08-20T01:56:15.833Z[ recovery-image] Aug 20 01:56:15.163 INFO O| Aug 20 01:56:15.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78412026-08-20T01:56:15.833Z[ recovery-image] Aug 20 01:56:15.163 INFO O| Aug 20 01:56:15.163 INFO STEP 848 (remove_files) COMPLETE
78422026-08-20T01:56:15.833Z[ recovery-image] Aug 20 01:56:15.163 INFO O| Aug 20 01:56:15.163 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-08-20T01:56:15.841Z[ recovery-image] Aug 20 01:56:15.173 INFO O| Aug 20 01:56:15.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78442026-08-20T01:56:15.842Z[ recovery-image] Aug 20 01:56:15.173 INFO O| Aug 20 01:56:15.173 INFO STEP 849 (remove_files) COMPLETE
78452026-08-20T01:56:15.842Z[ recovery-image] Aug 20 01:56:15.173 INFO O| Aug 20 01:56:15.173 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-08-20T01:56:15.850Z[ recovery-image] Aug 20 01:56:15.181 INFO O| Aug 20 01:56:15.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78472026-08-20T01:56:15.850Z[ recovery-image] Aug 20 01:56:15.182 INFO O| Aug 20 01:56:15.181 INFO STEP 850 (remove_files) COMPLETE
78482026-08-20T01:56:15.850Z[ recovery-image] Aug 20 01:56:15.182 INFO O| Aug 20 01:56:15.181 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-08-20T01:56:15.862Z[ recovery-image] Aug 20 01:56:15.192 INFO O| Aug 20 01:56:15.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78502026-08-20T01:56:15.865Z[ recovery-image] Aug 20 01:56:15.192 INFO O| Aug 20 01:56:15.192 INFO STEP 851 (remove_files) COMPLETE
78512026-08-20T01:56:15.865Z[ recovery-image] Aug 20 01:56:15.192 INFO O| Aug 20 01:56:15.192 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-08-20T01:56:15.870Z[ recovery-image] Aug 20 01:56:15.201 INFO O| Aug 20 01:56:15.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78532026-08-20T01:56:15.873Z[ recovery-image] Aug 20 01:56:15.201 INFO O| Aug 20 01:56:15.201 INFO STEP 852 (remove_files) COMPLETE
78542026-08-20T01:56:15.874Z[ recovery-image] Aug 20 01:56:15.201 INFO O| Aug 20 01:56:15.201 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-08-20T01:56:15.878Z[ recovery-image] Aug 20 01:56:15.209 INFO O| Aug 20 01:56:15.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78562026-08-20T01:56:15.878Z[ recovery-image] Aug 20 01:56:15.209 INFO O| Aug 20 01:56:15.209 INFO STEP 853 (remove_files) COMPLETE
78572026-08-20T01:56:15.878Z[ recovery-image] Aug 20 01:56:15.209 INFO O| Aug 20 01:56:15.209 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-08-20T01:56:15.886Z[ recovery-image] Aug 20 01:56:15.218 INFO O| Aug 20 01:56:15.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78592026-08-20T01:56:15.887Z[ recovery-image] Aug 20 01:56:15.218 INFO O| Aug 20 01:56:15.218 INFO STEP 854 (remove_files) COMPLETE
78602026-08-20T01:56:15.887Z[ recovery-image] Aug 20 01:56:15.218 INFO O| Aug 20 01:56:15.218 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-08-20T01:56:15.901Z[ recovery-image] Aug 20 01:56:15.227 INFO O| Aug 20 01:56:15.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78622026-08-20T01:56:15.901Z[ recovery-image] Aug 20 01:56:15.227 INFO O| Aug 20 01:56:15.227 INFO STEP 855 (remove_files) COMPLETE
78632026-08-20T01:56:15.901Z[ recovery-image] Aug 20 01:56:15.227 INFO O| Aug 20 01:56:15.227 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-08-20T01:56:15.905Z[ recovery-image] Aug 20 01:56:15.237 INFO O| Aug 20 01:56:15.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78652026-08-20T01:56:15.905Z[ recovery-image] Aug 20 01:56:15.237 INFO O| Aug 20 01:56:15.237 INFO STEP 856 (remove_files) COMPLETE
78662026-08-20T01:56:15.909Z[ recovery-image] Aug 20 01:56:15.237 INFO O| Aug 20 01:56:15.237 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-08-20T01:56:15.914Z[ recovery-image] Aug 20 01:56:15.245 INFO O| Aug 20 01:56:15.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78682026-08-20T01:56:15.914Z[ recovery-image] Aug 20 01:56:15.245 INFO O| Aug 20 01:56:15.245 INFO STEP 857 (remove_files) COMPLETE
78692026-08-20T01:56:15.914Z[ recovery-image] Aug 20 01:56:15.245 INFO O| Aug 20 01:56:15.245 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-08-20T01:56:15.922Z[ recovery-image] Aug 20 01:56:15.253 INFO O| Aug 20 01:56:15.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78712026-08-20T01:56:15.922Z[ recovery-image] Aug 20 01:56:15.254 INFO O| Aug 20 01:56:15.254 INFO STEP 858 (remove_files) COMPLETE
78722026-08-20T01:56:15.922Z[ recovery-image] Aug 20 01:56:15.254 INFO O| Aug 20 01:56:15.254 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-08-20T01:56:15.932Z[ recovery-image] Aug 20 01:56:15.262 INFO O| Aug 20 01:56:15.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
78742026-08-20T01:56:15.932Z[ recovery-image] Aug 20 01:56:15.262 INFO O| Aug 20 01:56:15.262 INFO STEP 859 (remove_files) COMPLETE
78752026-08-20T01:56:15.932Z[ recovery-image] Aug 20 01:56:15.262 INFO O| Aug 20 01:56:15.262 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-08-20T01:56:15.939Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
78772026-08-20T01:56:15.943Z[ recovery-image] Aug 20 01:56:15.270 INFO O| Aug 20 01:56:15.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
78782026-08-20T01:56:15.943Z[ recovery-image] Aug 20 01:56:15.270 INFO O| Aug 20 01:56:15.270 INFO STEP 860 (remove_files) COMPLETE
78792026-08-20T01:56:15.943Z[ recovery-image] Aug 20 01:56:15.270 INFO O| Aug 20 01:56:15.270 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-08-20T01:56:15.947Z[ recovery-image] Aug 20 01:56:15.278 INFO O| Aug 20 01:56:15.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
78812026-08-20T01:56:15.947Z[ recovery-image] Aug 20 01:56:15.278 INFO O| Aug 20 01:56:15.278 INFO STEP 861 (remove_files) COMPLETE
78822026-08-20T01:56:15.947Z[ recovery-image] Aug 20 01:56:15.278 INFO O| Aug 20 01:56:15.278 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-08-20T01:56:15.955Z[ recovery-image] Aug 20 01:56:15.286 INFO O| Aug 20 01:56:15.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
78842026-08-20T01:56:15.955Z[ recovery-image] Aug 20 01:56:15.286 INFO O| Aug 20 01:56:15.286 INFO STEP 862 (remove_files) COMPLETE
78852026-08-20T01:56:15.959Z[ recovery-image] Aug 20 01:56:15.286 INFO O| Aug 20 01:56:15.286 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-08-20T01:56:15.962Z[ recovery-image] Aug 20 01:56:15.294 INFO O| Aug 20 01:56:15.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
78872026-08-20T01:56:15.962Z[ recovery-image] Aug 20 01:56:15.294 INFO O| Aug 20 01:56:15.294 INFO STEP 863 (remove_files) COMPLETE
78882026-08-20T01:56:15.963Z[ recovery-image] Aug 20 01:56:15.294 INFO O| Aug 20 01:56:15.294 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-08-20T01:56:15.973Z[ recovery-image] Aug 20 01:56:15.303 INFO O| Aug 20 01:56:15.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
78902026-08-20T01:56:15.973Z[ recovery-image] Aug 20 01:56:15.303 INFO O| Aug 20 01:56:15.303 INFO STEP 864 (remove_files) COMPLETE
78912026-08-20T01:56:15.973Z[ recovery-image] Aug 20 01:56:15.303 INFO O| Aug 20 01:56:15.303 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-08-20T01:56:15.979Z[ recovery-image] Aug 20 01:56:15.311 INFO O| Aug 20 01:56:15.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
78932026-08-20T01:56:15.980Z[ recovery-image] Aug 20 01:56:15.311 INFO O| Aug 20 01:56:15.311 INFO STEP 865 (remove_files) COMPLETE
78942026-08-20T01:56:15.980Z[ recovery-image] Aug 20 01:56:15.311 INFO O| Aug 20 01:56:15.311 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78952026-08-20T01:56:15.988Z[ recovery-image] Aug 20 01:56:15.319 INFO O| Aug 20 01:56:15.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
78962026-08-20T01:56:15.988Z[ recovery-image] Aug 20 01:56:15.319 INFO O| Aug 20 01:56:15.319 INFO STEP 866 (remove_files) COMPLETE
78972026-08-20T01:56:15.988Z[ recovery-image] Aug 20 01:56:15.319 INFO O| Aug 20 01:56:15.319 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-08-20T01:56:15.996Z[ recovery-image] Aug 20 01:56:15.328 INFO O| Aug 20 01:56:15.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
78992026-08-20T01:56:15.997Z[ recovery-image] Aug 20 01:56:15.328 INFO O| Aug 20 01:56:15.328 INFO STEP 867 (remove_files) COMPLETE
79002026-08-20T01:56:15.997Z[ recovery-image] Aug 20 01:56:15.328 INFO O| Aug 20 01:56:15.328 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-08-20T01:56:16.005Z[ recovery-image] Aug 20 01:56:15.336 INFO O| Aug 20 01:56:15.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79022026-08-20T01:56:16.005Z[ recovery-image] Aug 20 01:56:15.336 INFO O| Aug 20 01:56:15.336 INFO STEP 868 (remove_files) COMPLETE
79032026-08-20T01:56:16.005Z[ recovery-image] Aug 20 01:56:15.336 INFO O| Aug 20 01:56:15.336 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-08-20T01:56:16.013Z[ recovery-image] Aug 20 01:56:15.344 INFO O| Aug 20 01:56:15.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79052026-08-20T01:56:16.013Z[ recovery-image] Aug 20 01:56:15.344 INFO O| Aug 20 01:56:15.344 INFO STEP 869 (remove_files) COMPLETE
79062026-08-20T01:56:16.013Z[ recovery-image] Aug 20 01:56:15.344 INFO O| Aug 20 01:56:15.344 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-08-20T01:56:16.021Z[ recovery-image] Aug 20 01:56:15.352 INFO O| Aug 20 01:56:15.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79082026-08-20T01:56:16.021Z[ recovery-image] Aug 20 01:56:15.352 INFO O| Aug 20 01:56:15.352 INFO STEP 870 (remove_files) COMPLETE
79092026-08-20T01:56:16.021Z[ recovery-image] Aug 20 01:56:15.352 INFO O| Aug 20 01:56:15.352 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-08-20T01:56:16.029Z[ recovery-image] Aug 20 01:56:15.360 INFO O| Aug 20 01:56:15.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79112026-08-20T01:56:16.029Z[ recovery-image] Aug 20 01:56:15.360 INFO O| Aug 20 01:56:15.360 INFO STEP 871 (remove_files) COMPLETE
79122026-08-20T01:56:16.029Z[ recovery-image] Aug 20 01:56:15.361 INFO O| Aug 20 01:56:15.360 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-08-20T01:56:16.037Z[ recovery-image] Aug 20 01:56:15.369 INFO O| Aug 20 01:56:15.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79142026-08-20T01:56:16.038Z[ recovery-image] Aug 20 01:56:15.369 INFO O| Aug 20 01:56:15.369 INFO STEP 872 (remove_files) COMPLETE
79152026-08-20T01:56:16.038Z[ recovery-image] Aug 20 01:56:15.369 INFO O| Aug 20 01:56:15.369 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-08-20T01:56:16.046Z[ recovery-image] Aug 20 01:56:15.377 INFO O| Aug 20 01:56:15.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79172026-08-20T01:56:16.046Z[ recovery-image] Aug 20 01:56:15.377 INFO O| Aug 20 01:56:15.377 INFO STEP 873 (remove_files) COMPLETE
79182026-08-20T01:56:16.050Z[ recovery-image] Aug 20 01:56:15.377 INFO O| Aug 20 01:56:15.377 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-08-20T01:56:16.055Z[ recovery-image] Aug 20 01:56:15.386 INFO O| Aug 20 01:56:15.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79202026-08-20T01:56:16.055Z[ recovery-image] Aug 20 01:56:15.386 INFO O| Aug 20 01:56:15.386 INFO STEP 874 (remove_files) COMPLETE
79212026-08-20T01:56:16.059Z[ recovery-image] Aug 20 01:56:15.386 INFO O| Aug 20 01:56:15.386 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-08-20T01:56:16.064Z[ recovery-image] Aug 20 01:56:15.395 INFO O| Aug 20 01:56:15.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79232026-08-20T01:56:16.064Z[ recovery-image] Aug 20 01:56:15.395 INFO O| Aug 20 01:56:15.395 INFO STEP 875 (remove_files) COMPLETE
79242026-08-20T01:56:16.068Z[ recovery-image] Aug 20 01:56:15.395 INFO O| Aug 20 01:56:15.395 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-08-20T01:56:16.075Z[ recovery-image] Aug 20 01:56:15.406 INFO O| Aug 20 01:56:15.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79262026-08-20T01:56:16.075Z[ recovery-image] Aug 20 01:56:15.406 INFO O| Aug 20 01:56:15.406 INFO STEP 876 (remove_files) COMPLETE
79272026-08-20T01:56:16.075Z[ recovery-image] Aug 20 01:56:15.406 INFO O| Aug 20 01:56:15.406 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-08-20T01:56:16.085Z[ recovery-image] Aug 20 01:56:15.416 INFO O| Aug 20 01:56:15.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79292026-08-20T01:56:16.085Z[ recovery-image] Aug 20 01:56:15.416 INFO O| Aug 20 01:56:15.416 INFO STEP 877 (remove_files) COMPLETE
79302026-08-20T01:56:16.085Z[ recovery-image] Aug 20 01:56:15.416 INFO O| Aug 20 01:56:15.416 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-08-20T01:56:16.095Z[ recovery-image] Aug 20 01:56:15.426 INFO O| Aug 20 01:56:15.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79322026-08-20T01:56:16.095Z[ recovery-image] Aug 20 01:56:15.426 INFO O| Aug 20 01:56:15.426 INFO STEP 878 (remove_files) COMPLETE
79332026-08-20T01:56:16.098Z[ recovery-image] Aug 20 01:56:15.426 INFO O| Aug 20 01:56:15.426 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-08-20T01:56:16.104Z[ recovery-image] Aug 20 01:56:15.435 INFO O| Aug 20 01:56:15.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79352026-08-20T01:56:16.104Z[ recovery-image] Aug 20 01:56:15.435 INFO O| Aug 20 01:56:15.435 INFO STEP 879 (remove_files) COMPLETE
79362026-08-20T01:56:16.107Z[ recovery-image] Aug 20 01:56:15.435 INFO O| Aug 20 01:56:15.435 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-08-20T01:56:16.113Z[ recovery-image] Aug 20 01:56:15.444 INFO O| Aug 20 01:56:15.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79382026-08-20T01:56:16.113Z[ recovery-image] Aug 20 01:56:15.444 INFO O| Aug 20 01:56:15.444 INFO STEP 880 (remove_files) COMPLETE
79392026-08-20T01:56:16.113Z[ recovery-image] Aug 20 01:56:15.444 INFO O| Aug 20 01:56:15.444 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-08-20T01:56:16.127Z[ recovery-image] Aug 20 01:56:15.458 INFO O| Aug 20 01:56:15.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79412026-08-20T01:56:16.127Z[ recovery-image] Aug 20 01:56:15.458 INFO O| Aug 20 01:56:15.458 INFO STEP 881 (remove_files) COMPLETE
79422026-08-20T01:56:16.127Z[ recovery-image] Aug 20 01:56:15.458 INFO O| Aug 20 01:56:15.458 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-08-20T01:56:16.160Z[ recovery-image] Aug 20 01:56:15.491 INFO O| Aug 20 01:56:15.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79442026-08-20T01:56:16.160Z[ recovery-image] Aug 20 01:56:15.491 INFO O| Aug 20 01:56:15.491 INFO STEP 882 (remove_files) COMPLETE
79452026-08-20T01:56:16.160Z[ recovery-image] Aug 20 01:56:15.491 INFO O| Aug 20 01:56:15.491 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-08-20T01:56:16.169Z[ recovery-image] Aug 20 01:56:15.500 INFO O| Aug 20 01:56:15.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79472026-08-20T01:56:16.169Z[ recovery-image] Aug 20 01:56:15.500 INFO O| Aug 20 01:56:15.500 INFO STEP 883 (remove_files) COMPLETE
79482026-08-20T01:56:16.169Z[ recovery-image] Aug 20 01:56:15.500 INFO O| Aug 20 01:56:15.500 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-08-20T01:56:16.180Z[ recovery-image] Aug 20 01:56:15.509 INFO O| Aug 20 01:56:15.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79502026-08-20T01:56:16.180Z[ recovery-image] Aug 20 01:56:15.509 INFO O| Aug 20 01:56:15.509 INFO STEP 884 (remove_files) COMPLETE
79512026-08-20T01:56:16.180Z[ recovery-image] Aug 20 01:56:15.509 INFO O| Aug 20 01:56:15.509 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-08-20T01:56:16.187Z[ recovery-image] Aug 20 01:56:15.518 INFO O| Aug 20 01:56:15.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79532026-08-20T01:56:16.187Z[ recovery-image] Aug 20 01:56:15.518 INFO O| Aug 20 01:56:15.518 INFO STEP 885 (remove_files) COMPLETE
79542026-08-20T01:56:16.190Z[ recovery-image] Aug 20 01:56:15.518 INFO O| Aug 20 01:56:15.518 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-08-20T01:56:16.195Z[ recovery-image] Aug 20 01:56:15.526 INFO O| Aug 20 01:56:15.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79562026-08-20T01:56:16.195Z[ recovery-image] Aug 20 01:56:15.526 INFO O| Aug 20 01:56:15.526 INFO STEP 886 (remove_files) COMPLETE
79572026-08-20T01:56:16.198Z[ recovery-image] Aug 20 01:56:15.526 INFO O| Aug 20 01:56:15.526 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-08-20T01:56:16.203Z[ recovery-image] Aug 20 01:56:15.534 INFO O| Aug 20 01:56:15.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79592026-08-20T01:56:16.203Z[ recovery-image] Aug 20 01:56:15.534 INFO O| Aug 20 01:56:15.534 INFO STEP 887 (remove_files) COMPLETE
79602026-08-20T01:56:16.203Z[ recovery-image] Aug 20 01:56:15.534 INFO O| Aug 20 01:56:15.534 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-08-20T01:56:16.225Z[ recovery-image] Aug 20 01:56:15.543 INFO O| Aug 20 01:56:15.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79622026-08-20T01:56:16.226Z[ recovery-image] Aug 20 01:56:15.543 INFO O| Aug 20 01:56:15.543 INFO STEP 888 (remove_files) COMPLETE
79632026-08-20T01:56:16.226Z[ recovery-image] Aug 20 01:56:15.543 INFO O| Aug 20 01:56:15.543 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-08-20T01:56:16.226Z[ recovery-image] Aug 20 01:56:15.552 INFO O| Aug 20 01:56:15.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79652026-08-20T01:56:16.229Z[ recovery-image] Aug 20 01:56:15.552 INFO O| Aug 20 01:56:15.552 INFO STEP 889 (remove_files) COMPLETE
79662026-08-20T01:56:16.229Z[ recovery-image] Aug 20 01:56:15.552 INFO O| Aug 20 01:56:15.552 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-08-20T01:56:16.229Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
79682026-08-20T01:56:16.235Z[ recovery-image] Aug 20 01:56:15.561 INFO O| Aug 20 01:56:15.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79692026-08-20T01:56:16.235Z[ recovery-image] Aug 20 01:56:15.561 INFO O| Aug 20 01:56:15.561 INFO STEP 890 (remove_files) COMPLETE
79702026-08-20T01:56:16.235Z[ recovery-image] Aug 20 01:56:15.561 INFO O| Aug 20 01:56:15.561 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79712026-08-20T01:56:16.239Z[ recovery-image] Aug 20 01:56:15.569 INFO O| Aug 20 01:56:15.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79722026-08-20T01:56:16.239Z[ recovery-image] Aug 20 01:56:15.569 INFO O| Aug 20 01:56:15.569 INFO STEP 891 (remove_files) COMPLETE
79732026-08-20T01:56:16.239Z[ recovery-image] Aug 20 01:56:15.569 INFO O| Aug 20 01:56:15.569 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79742026-08-20T01:56:16.247Z[ recovery-image] Aug 20 01:56:15.578 INFO O| Aug 20 01:56:15.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
79752026-08-20T01:56:16.247Z[ recovery-image] Aug 20 01:56:15.578 INFO O| Aug 20 01:56:15.578 INFO STEP 892 (remove_files) COMPLETE
79762026-08-20T01:56:16.251Z[ recovery-image] Aug 20 01:56:15.578 INFO O| Aug 20 01:56:15.578 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79772026-08-20T01:56:16.258Z[ recovery-image] Aug 20 01:56:15.588 INFO O| Aug 20 01:56:15.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
79782026-08-20T01:56:16.258Z[ recovery-image] Aug 20 01:56:15.588 INFO O| Aug 20 01:56:15.588 INFO STEP 893 (remove_files) COMPLETE
79792026-08-20T01:56:16.258Z[ recovery-image] Aug 20 01:56:15.588 INFO O| Aug 20 01:56:15.588 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79802026-08-20T01:56:16.335Z[ recovery-image] Aug 20 01:56:15.666 INFO O| Aug 20 01:56:15.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
79812026-08-20T01:56:16.336Z[ recovery-image] Aug 20 01:56:15.666 INFO O| Aug 20 01:56:15.666 INFO STEP 894 (remove_files) COMPLETE
79822026-08-20T01:56:16.336Z[ recovery-image] Aug 20 01:56:15.666 INFO O| Aug 20 01:56:15.666 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-08-20T01:56:16.346Z[ recovery-image] Aug 20 01:56:15.677 INFO O| Aug 20 01:56:15.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
79842026-08-20T01:56:16.346Z[ recovery-image] Aug 20 01:56:15.677 INFO O| Aug 20 01:56:15.677 INFO STEP 895 (remove_files) COMPLETE
79852026-08-20T01:56:16.346Z[ recovery-image] Aug 20 01:56:15.677 INFO O| Aug 20 01:56:15.677 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-08-20T01:56:16.364Z[ recovery-image] Aug 20 01:56:15.686 INFO O| Aug 20 01:56:15.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
79872026-08-20T01:56:16.364Z[ recovery-image] Aug 20 01:56:15.686 INFO O| Aug 20 01:56:15.686 INFO STEP 896 (remove_files) COMPLETE
79882026-08-20T01:56:16.364Z[ recovery-image] Aug 20 01:56:15.686 INFO O| Aug 20 01:56:15.686 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-08-20T01:56:16.369Z[ recovery-image] Aug 20 01:56:15.695 INFO O| Aug 20 01:56:15.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
79902026-08-20T01:56:16.369Z[ recovery-image] Aug 20 01:56:15.695 INFO O| Aug 20 01:56:15.695 INFO STEP 897 (remove_files) COMPLETE
79912026-08-20T01:56:16.369Z[ recovery-image] Aug 20 01:56:15.695 INFO O| Aug 20 01:56:15.695 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-08-20T01:56:16.373Z[ recovery-image] Aug 20 01:56:15.703 INFO O| Aug 20 01:56:15.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
79932026-08-20T01:56:16.373Z[ recovery-image] Aug 20 01:56:15.703 INFO O| Aug 20 01:56:15.703 INFO STEP 898 (remove_files) COMPLETE
79942026-08-20T01:56:16.373Z[ recovery-image] Aug 20 01:56:15.703 INFO O| Aug 20 01:56:15.703 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-08-20T01:56:16.404Z[ recovery-image] Aug 20 01:56:15.734 INFO O| Aug 20 01:56:15.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
79962026-08-20T01:56:16.404Z[ recovery-image] Aug 20 01:56:15.734 INFO O| Aug 20 01:56:15.734 INFO STEP 899 (remove_files) COMPLETE
79972026-08-20T01:56:16.404Z[ recovery-image] Aug 20 01:56:15.734 INFO O| Aug 20 01:56:15.734 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-08-20T01:56:16.412Z[ recovery-image] Aug 20 01:56:15.743 INFO O| Aug 20 01:56:15.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
79992026-08-20T01:56:16.412Z[ recovery-image] Aug 20 01:56:15.743 INFO O| Aug 20 01:56:15.743 INFO STEP 900 (remove_files) COMPLETE
80002026-08-20T01:56:16.412Z[ recovery-image] Aug 20 01:56:15.743 INFO O| Aug 20 01:56:15.743 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-08-20T01:56:16.422Z[ recovery-image] Aug 20 01:56:15.752 INFO O| Aug 20 01:56:15.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80022026-08-20T01:56:16.422Z[ recovery-image] Aug 20 01:56:15.752 INFO O| Aug 20 01:56:15.752 INFO STEP 901 (remove_files) COMPLETE
80032026-08-20T01:56:16.427Z[ recovery-image] Aug 20 01:56:15.752 INFO O| Aug 20 01:56:15.752 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80042026-08-20T01:56:16.432Z[ recovery-image] Aug 20 01:56:15.761 INFO O| Aug 20 01:56:15.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80052026-08-20T01:56:16.432Z[ recovery-image] Aug 20 01:56:15.762 INFO O| Aug 20 01:56:15.761 INFO STEP 902 (remove_files) COMPLETE
80062026-08-20T01:56:16.432Z[ recovery-image] Aug 20 01:56:15.762 INFO O| Aug 20 01:56:15.762 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80072026-08-20T01:56:16.507Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
80082026-08-20T01:56:16.515Z[ recovery-image] Aug 20 01:56:15.845 INFO O| Aug 20 01:56:15.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80092026-08-20T01:56:16.515Z[ recovery-image] Aug 20 01:56:15.845 INFO O| Aug 20 01:56:15.845 INFO STEP 903 (remove_files) COMPLETE
80102026-08-20T01:56:16.515Z[ recovery-image] Aug 20 01:56:15.845 INFO O| Aug 20 01:56:15.845 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-08-20T01:56:16.594Z[ recovery-image] Aug 20 01:56:15.925 INFO O| Aug 20 01:56:15.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80122026-08-20T01:56:16.594Z[ recovery-image] Aug 20 01:56:15.925 INFO O| Aug 20 01:56:15.925 INFO STEP 904 (remove_files) COMPLETE
80132026-08-20T01:56:16.594Z[ recovery-image] Aug 20 01:56:15.925 INFO O| Aug 20 01:56:15.925 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-08-20T01:56:16.605Z[ recovery-image] Aug 20 01:56:15.936 INFO O| Aug 20 01:56:15.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80152026-08-20T01:56:16.605Z[ recovery-image] Aug 20 01:56:15.936 INFO O| Aug 20 01:56:15.936 INFO STEP 905 (remove_files) COMPLETE
80162026-08-20T01:56:16.608Z[ recovery-image] Aug 20 01:56:15.936 INFO O| Aug 20 01:56:15.936 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-08-20T01:56:16.636Z[ recovery-image] Aug 20 01:56:15.964 INFO O| Aug 20 01:56:15.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80182026-08-20T01:56:16.636Z[ recovery-image] Aug 20 01:56:15.964 INFO O| Aug 20 01:56:15.964 INFO STEP 906 (remove_files) COMPLETE
80192026-08-20T01:56:16.636Z[ recovery-image] Aug 20 01:56:15.964 INFO O| Aug 20 01:56:15.964 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-08-20T01:56:16.643Z[ recovery-image] Aug 20 01:56:15.974 INFO O| Aug 20 01:56:15.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80212026-08-20T01:56:16.643Z[ recovery-image] Aug 20 01:56:15.974 INFO O| Aug 20 01:56:15.974 INFO STEP 907 (remove_files) COMPLETE
80222026-08-20T01:56:16.643Z[ recovery-image] Aug 20 01:56:15.974 INFO O| Aug 20 01:56:15.974 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-08-20T01:56:16.652Z[ recovery-image] Aug 20 01:56:15.983 INFO O| Aug 20 01:56:15.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80242026-08-20T01:56:16.652Z[ recovery-image] Aug 20 01:56:15.983 INFO O| Aug 20 01:56:15.983 INFO STEP 908 (remove_files) COMPLETE
80252026-08-20T01:56:16.652Z[ recovery-image] Aug 20 01:56:15.983 INFO O| Aug 20 01:56:15.983 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-08-20T01:56:16.661Z[ recovery-image] Aug 20 01:56:15.992 INFO O| Aug 20 01:56:15.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80272026-08-20T01:56:16.662Z[ recovery-image] Aug 20 01:56:15.992 INFO O| Aug 20 01:56:15.992 INFO STEP 909 (remove_files) COMPLETE
80282026-08-20T01:56:16.662Z[ recovery-image] Aug 20 01:56:15.992 INFO O| Aug 20 01:56:15.992 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-08-20T01:56:16.672Z[ recovery-image] Aug 20 01:56:16.001 INFO O| Aug 20 01:56:16.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80302026-08-20T01:56:16.672Z[ recovery-image] Aug 20 01:56:16.001 INFO O| Aug 20 01:56:16.001 INFO STEP 910 (remove_files) COMPLETE
80312026-08-20T01:56:16.677Z[ recovery-image] Aug 20 01:56:16.001 INFO O| Aug 20 01:56:16.001 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-08-20T01:56:16.681Z[ recovery-image] Aug 20 01:56:16.010 INFO O| Aug 20 01:56:16.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80332026-08-20T01:56:16.681Z[ recovery-image] Aug 20 01:56:16.010 INFO O| Aug 20 01:56:16.010 INFO STEP 911 (remove_files) COMPLETE
80342026-08-20T01:56:16.681Z[ recovery-image] Aug 20 01:56:16.010 INFO O| Aug 20 01:56:16.010 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-08-20T01:56:16.687Z[ recovery-image] Aug 20 01:56:16.018 INFO O| Aug 20 01:56:16.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80362026-08-20T01:56:16.687Z[ recovery-image] Aug 20 01:56:16.018 INFO O| Aug 20 01:56:16.018 INFO STEP 912 (remove_files) COMPLETE
80372026-08-20T01:56:16.687Z[ recovery-image] Aug 20 01:56:16.018 INFO O| Aug 20 01:56:16.018 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-08-20T01:56:16.696Z[ recovery-image] Aug 20 01:56:16.027 INFO O| Aug 20 01:56:16.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80392026-08-20T01:56:16.696Z[ recovery-image] Aug 20 01:56:16.027 INFO O| Aug 20 01:56:16.027 INFO STEP 913 (remove_files) COMPLETE
80402026-08-20T01:56:16.696Z[ recovery-image] Aug 20 01:56:16.027 INFO O| Aug 20 01:56:16.027 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-08-20T01:56:16.707Z[ recovery-image] Aug 20 01:56:16.036 INFO O| Aug 20 01:56:16.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80422026-08-20T01:56:16.707Z[ recovery-image] Aug 20 01:56:16.036 INFO O| Aug 20 01:56:16.036 INFO STEP 914 (remove_files) COMPLETE
80432026-08-20T01:56:16.707Z[ recovery-image] Aug 20 01:56:16.036 INFO O| Aug 20 01:56:16.036 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-08-20T01:56:16.714Z[ recovery-image] Aug 20 01:56:16.045 INFO O| Aug 20 01:56:16.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80452026-08-20T01:56:16.714Z[ recovery-image] Aug 20 01:56:16.045 INFO O| Aug 20 01:56:16.045 INFO STEP 915 (remove_files) COMPLETE
80462026-08-20T01:56:16.714Z[ recovery-image] Aug 20 01:56:16.045 INFO O| Aug 20 01:56:16.045 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-08-20T01:56:16.724Z[ recovery-image] Aug 20 01:56:16.054 INFO O| Aug 20 01:56:16.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80482026-08-20T01:56:16.724Z[ recovery-image] Aug 20 01:56:16.054 INFO O| Aug 20 01:56:16.054 INFO STEP 916 (remove_files) COMPLETE
80492026-08-20T01:56:16.725Z[ recovery-image] Aug 20 01:56:16.054 INFO O| Aug 20 01:56:16.054 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-08-20T01:56:16.732Z[ recovery-image] Aug 20 01:56:16.063 INFO O| Aug 20 01:56:16.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80512026-08-20T01:56:16.732Z[ recovery-image] Aug 20 01:56:16.063 INFO O| Aug 20 01:56:16.063 INFO STEP 917 (remove_files) COMPLETE
80522026-08-20T01:56:16.732Z[ recovery-image] Aug 20 01:56:16.063 INFO O| Aug 20 01:56:16.063 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-08-20T01:56:16.741Z[ recovery-image] Aug 20 01:56:16.072 INFO O| Aug 20 01:56:16.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80542026-08-20T01:56:16.745Z[ recovery-image] Aug 20 01:56:16.073 INFO O| Aug 20 01:56:16.073 INFO STEP 918 (remove_files) COMPLETE
80552026-08-20T01:56:16.745Z[ recovery-image] Aug 20 01:56:16.073 INFO O| Aug 20 01:56:16.073 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-08-20T01:56:16.752Z[ recovery-image] Aug 20 01:56:16.083 INFO O| Aug 20 01:56:16.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80572026-08-20T01:56:16.752Z[ recovery-image] Aug 20 01:56:16.083 INFO O| Aug 20 01:56:16.083 INFO STEP 919 (remove_files) COMPLETE
80582026-08-20T01:56:16.756Z[ recovery-image] Aug 20 01:56:16.083 INFO O| Aug 20 01:56:16.083 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-08-20T01:56:16.760Z[ recovery-image] Aug 20 01:56:16.092 INFO O| Aug 20 01:56:16.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80602026-08-20T01:56:16.761Z[ recovery-image] Aug 20 01:56:16.092 INFO O| Aug 20 01:56:16.092 INFO STEP 920 (remove_files) COMPLETE
80612026-08-20T01:56:16.761Z[ recovery-image] Aug 20 01:56:16.092 INFO O| Aug 20 01:56:16.092 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-08-20T01:56:16.771Z[ recovery-image] Aug 20 01:56:16.102 INFO O| Aug 20 01:56:16.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80632026-08-20T01:56:16.771Z[ recovery-image] Aug 20 01:56:16.102 INFO O| Aug 20 01:56:16.102 INFO STEP 921 (remove_files) COMPLETE
80642026-08-20T01:56:16.771Z[ recovery-image] Aug 20 01:56:16.102 INFO O| Aug 20 01:56:16.102 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-08-20T01:56:16.780Z[ recovery-image] Aug 20 01:56:16.111 INFO O| Aug 20 01:56:16.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80662026-08-20T01:56:16.780Z[ recovery-image] Aug 20 01:56:16.111 INFO O| Aug 20 01:56:16.111 INFO STEP 922 (remove_files) COMPLETE
80672026-08-20T01:56:16.784Z[ recovery-image] Aug 20 01:56:16.111 INFO O| Aug 20 01:56:16.111 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-08-20T01:56:16.789Z[ recovery-image] Aug 20 01:56:16.120 INFO O| Aug 20 01:56:16.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80692026-08-20T01:56:16.789Z[ recovery-image] Aug 20 01:56:16.121 INFO O| Aug 20 01:56:16.121 INFO STEP 923 (remove_files) COMPLETE
80702026-08-20T01:56:16.795Z[ recovery-image] Aug 20 01:56:16.121 INFO O| Aug 20 01:56:16.121 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-08-20T01:56:16.798Z[ recovery-image] Aug 20 01:56:16.130 INFO O| Aug 20 01:56:16.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80722026-08-20T01:56:16.798Z[ recovery-image] Aug 20 01:56:16.130 INFO O| Aug 20 01:56:16.130 INFO STEP 924 (remove_files) COMPLETE
80732026-08-20T01:56:16.802Z[ recovery-image] Aug 20 01:56:16.130 INFO O| Aug 20 01:56:16.130 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-08-20T01:56:16.810Z[ recovery-image] Aug 20 01:56:16.141 INFO O| Aug 20 01:56:16.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
80752026-08-20T01:56:16.810Z[ recovery-image] Aug 20 01:56:16.141 INFO O| Aug 20 01:56:16.141 INFO STEP 925 (remove_files) COMPLETE
80762026-08-20T01:56:16.810Z[ recovery-image] Aug 20 01:56:16.141 INFO O| Aug 20 01:56:16.141 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-08-20T01:56:16.819Z[ recovery-image] Aug 20 01:56:16.150 INFO O| Aug 20 01:56:16.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
80782026-08-20T01:56:16.820Z[ recovery-image] Aug 20 01:56:16.151 INFO O| Aug 20 01:56:16.151 INFO STEP 926 (remove_files) COMPLETE
80792026-08-20T01:56:16.823Z[ recovery-image] Aug 20 01:56:16.151 INFO O| Aug 20 01:56:16.151 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-08-20T01:56:16.828Z[ recovery-image] Aug 20 01:56:16.160 INFO O| Aug 20 01:56:16.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
80812026-08-20T01:56:16.829Z[ recovery-image] Aug 20 01:56:16.160 INFO O| Aug 20 01:56:16.160 INFO STEP 927 (remove_files) COMPLETE
80822026-08-20T01:56:16.829Z[ recovery-image] Aug 20 01:56:16.160 INFO O| Aug 20 01:56:16.160 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-08-20T01:56:16.839Z[ recovery-image] Aug 20 01:56:16.170 INFO O| Aug 20 01:56:16.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
80842026-08-20T01:56:16.839Z[ recovery-image] Aug 20 01:56:16.170 INFO O| Aug 20 01:56:16.170 INFO STEP 928 (remove_files) COMPLETE
80852026-08-20T01:56:16.839Z[ recovery-image] Aug 20 01:56:16.170 INFO O| Aug 20 01:56:16.170 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-08-20T01:56:16.854Z[ recovery-image] Aug 20 01:56:16.181 INFO O| Aug 20 01:56:16.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
80872026-08-20T01:56:16.854Z[ recovery-image] Aug 20 01:56:16.181 INFO O| Aug 20 01:56:16.181 INFO STEP 929 (remove_files) COMPLETE
80882026-08-20T01:56:16.854Z[ recovery-image] Aug 20 01:56:16.181 INFO O| Aug 20 01:56:16.181 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-08-20T01:56:16.865Z[ recovery-image] Aug 20 01:56:16.190 INFO O| Aug 20 01:56:16.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
80902026-08-20T01:56:16.865Z[ recovery-image] Aug 20 01:56:16.191 INFO O| Aug 20 01:56:16.191 INFO STEP 930 (remove_files) COMPLETE
80912026-08-20T01:56:16.865Z[ recovery-image] Aug 20 01:56:16.191 INFO O| Aug 20 01:56:16.191 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80922026-08-20T01:56:16.868Z[ recovery-image] Aug 20 01:56:16.199 INFO O| Aug 20 01:56:16.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
80932026-08-20T01:56:16.869Z[ recovery-image] Aug 20 01:56:16.199 INFO O| Aug 20 01:56:16.199 INFO STEP 931 (remove_files) COMPLETE
80942026-08-20T01:56:16.869Z[ recovery-image] Aug 20 01:56:16.199 INFO O| Aug 20 01:56:16.199 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80952026-08-20T01:56:16.879Z[ recovery-image] Aug 20 01:56:16.210 INFO O| Aug 20 01:56:16.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
80962026-08-20T01:56:16.879Z[ recovery-image] Aug 20 01:56:16.211 INFO O| Aug 20 01:56:16.210 INFO STEP 932 (remove_files) COMPLETE
80972026-08-20T01:56:16.879Z[ recovery-image] Aug 20 01:56:16.211 INFO O| Aug 20 01:56:16.211 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80982026-08-20T01:56:16.889Z[ recovery-image] Aug 20 01:56:16.220 INFO O| Aug 20 01:56:16.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
80992026-08-20T01:56:16.889Z[ recovery-image] Aug 20 01:56:16.220 INFO O| Aug 20 01:56:16.220 INFO STEP 933 (remove_files) COMPLETE
81002026-08-20T01:56:16.892Z[ recovery-image] Aug 20 01:56:16.220 INFO O| Aug 20 01:56:16.220 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-08-20T01:56:16.899Z[ recovery-image] Aug 20 01:56:16.230 INFO O| Aug 20 01:56:16.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81022026-08-20T01:56:16.899Z[ recovery-image] Aug 20 01:56:16.231 INFO O| Aug 20 01:56:16.231 INFO STEP 934 (remove_files) COMPLETE
81032026-08-20T01:56:16.899Z[ recovery-image] Aug 20 01:56:16.231 INFO O| Aug 20 01:56:16.231 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-08-20T01:56:16.909Z[ recovery-image] Aug 20 01:56:16.240 INFO O| Aug 20 01:56:16.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81052026-08-20T01:56:16.909Z[ recovery-image] Aug 20 01:56:16.240 INFO O| Aug 20 01:56:16.240 INFO STEP 935 (remove_files) COMPLETE
81062026-08-20T01:56:16.912Z[ recovery-image] Aug 20 01:56:16.240 INFO O| Aug 20 01:56:16.240 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-08-20T01:56:16.918Z[ recovery-image] Aug 20 01:56:16.249 INFO O| Aug 20 01:56:16.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81082026-08-20T01:56:16.918Z[ recovery-image] Aug 20 01:56:16.249 INFO O| Aug 20 01:56:16.249 INFO STEP 936 (remove_files) COMPLETE
81092026-08-20T01:56:16.918Z[ recovery-image] Aug 20 01:56:16.249 INFO O| Aug 20 01:56:16.249 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-08-20T01:56:16.928Z[ recovery-image] Aug 20 01:56:16.259 INFO O| Aug 20 01:56:16.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81112026-08-20T01:56:16.928Z[ recovery-image] Aug 20 01:56:16.259 INFO O| Aug 20 01:56:16.259 INFO STEP 937 (remove_files) COMPLETE
81122026-08-20T01:56:16.928Z[ recovery-image] Aug 20 01:56:16.259 INFO O| Aug 20 01:56:16.259 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-08-20T01:56:16.938Z[ recovery-image] Aug 20 01:56:16.268 INFO O| Aug 20 01:56:16.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81142026-08-20T01:56:16.938Z[ recovery-image] Aug 20 01:56:16.268 INFO O| Aug 20 01:56:16.268 INFO STEP 938 (remove_files) COMPLETE
81152026-08-20T01:56:16.942Z[ recovery-image] Aug 20 01:56:16.268 INFO O| Aug 20 01:56:16.268 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-08-20T01:56:16.947Z[ recovery-image] Aug 20 01:56:16.277 INFO O| Aug 20 01:56:16.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81172026-08-20T01:56:16.947Z[ recovery-image] Aug 20 01:56:16.277 INFO O| Aug 20 01:56:16.277 INFO STEP 939 (remove_files) COMPLETE
81182026-08-20T01:56:16.947Z[ recovery-image] Aug 20 01:56:16.277 INFO O| Aug 20 01:56:16.277 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-08-20T01:56:16.955Z[ recovery-image] Aug 20 01:56:16.286 INFO O| Aug 20 01:56:16.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81202026-08-20T01:56:16.955Z[ recovery-image] Aug 20 01:56:16.286 INFO O| Aug 20 01:56:16.286 INFO STEP 940 (remove_files) COMPLETE
81212026-08-20T01:56:16.955Z[ recovery-image] Aug 20 01:56:16.286 INFO O| Aug 20 01:56:16.286 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-08-20T01:56:16.966Z[ recovery-image] Aug 20 01:56:16.297 INFO O| Aug 20 01:56:16.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81232026-08-20T01:56:16.966Z[ recovery-image] Aug 20 01:56:16.297 INFO O| Aug 20 01:56:16.297 INFO STEP 941 (remove_files) COMPLETE
81242026-08-20T01:56:16.966Z[ recovery-image] Aug 20 01:56:16.297 INFO O| Aug 20 01:56:16.297 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-08-20T01:56:16.977Z[ recovery-image] Aug 20 01:56:16.308 INFO O| Aug 20 01:56:16.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81262026-08-20T01:56:16.977Z[ recovery-image] Aug 20 01:56:16.308 INFO O| Aug 20 01:56:16.308 INFO STEP 942 (remove_files) COMPLETE
81272026-08-20T01:56:16.977Z[ recovery-image] Aug 20 01:56:16.308 INFO O| Aug 20 01:56:16.308 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-08-20T01:56:16.987Z[ recovery-image] Aug 20 01:56:16.318 INFO O| Aug 20 01:56:16.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81292026-08-20T01:56:16.987Z[ recovery-image] Aug 20 01:56:16.318 INFO O| Aug 20 01:56:16.318 INFO STEP 943 (remove_files) COMPLETE
81302026-08-20T01:56:16.987Z[ recovery-image] Aug 20 01:56:16.318 INFO O| Aug 20 01:56:16.318 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-08-20T01:56:17.006Z[ recovery-image] Aug 20 01:56:16.332 INFO O| Aug 20 01:56:16.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81322026-08-20T01:56:17.006Z[ recovery-image] Aug 20 01:56:16.332 INFO O| Aug 20 01:56:16.332 INFO STEP 944 (remove_files) COMPLETE
81332026-08-20T01:56:17.006Z[ recovery-image] Aug 20 01:56:16.332 INFO O| Aug 20 01:56:16.332 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-08-20T01:56:17.011Z[ recovery-image] Aug 20 01:56:16.342 INFO O| Aug 20 01:56:16.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81352026-08-20T01:56:17.011Z[ recovery-image] Aug 20 01:56:16.342 INFO O| Aug 20 01:56:16.342 INFO STEP 945 (remove_files) COMPLETE
81362026-08-20T01:56:17.011Z[ recovery-image] Aug 20 01:56:16.342 INFO O| Aug 20 01:56:16.342 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-08-20T01:56:17.019Z[ recovery-image] Aug 20 01:56:16.351 INFO O| Aug 20 01:56:16.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81382026-08-20T01:56:17.019Z[ recovery-image] Aug 20 01:56:16.351 INFO O| Aug 20 01:56:16.351 INFO STEP 946 (remove_files) COMPLETE
81392026-08-20T01:56:17.020Z[ recovery-image] Aug 20 01:56:16.351 INFO O| Aug 20 01:56:16.351 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-08-20T01:56:17.030Z[ recovery-image] Aug 20 01:56:16.361 INFO O| Aug 20 01:56:16.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81412026-08-20T01:56:17.030Z[ recovery-image] Aug 20 01:56:16.361 INFO O| Aug 20 01:56:16.361 INFO STEP 947 (remove_files) COMPLETE
81422026-08-20T01:56:17.030Z[ recovery-image] Aug 20 01:56:16.361 INFO O| Aug 20 01:56:16.361 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-08-20T01:56:17.038Z[ recovery-image] Aug 20 01:56:16.369 INFO O| Aug 20 01:56:16.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81442026-08-20T01:56:17.038Z[ recovery-image] Aug 20 01:56:16.369 INFO O| Aug 20 01:56:16.369 INFO STEP 948 (remove_files) COMPLETE
81452026-08-20T01:56:17.038Z[ recovery-image] Aug 20 01:56:16.369 INFO O| Aug 20 01:56:16.369 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-08-20T01:56:17.047Z[ recovery-image] Aug 20 01:56:16.379 INFO O| Aug 20 01:56:16.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81472026-08-20T01:56:17.047Z[ recovery-image] Aug 20 01:56:16.379 INFO O| Aug 20 01:56:16.379 INFO STEP 949 (remove_files) COMPLETE
81482026-08-20T01:56:17.047Z[ recovery-image] Aug 20 01:56:16.379 INFO O| Aug 20 01:56:16.379 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-08-20T01:56:17.058Z[ recovery-image] Aug 20 01:56:16.389 INFO O| Aug 20 01:56:16.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81502026-08-20T01:56:17.058Z[ recovery-image] Aug 20 01:56:16.389 INFO O| Aug 20 01:56:16.389 INFO STEP 950 (remove_files) COMPLETE
81512026-08-20T01:56:17.058Z[ recovery-image] Aug 20 01:56:16.389 INFO O| Aug 20 01:56:16.389 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-08-20T01:56:17.068Z[ recovery-image] Aug 20 01:56:16.399 INFO O| Aug 20 01:56:16.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81532026-08-20T01:56:17.068Z[ recovery-image] Aug 20 01:56:16.399 INFO O| Aug 20 01:56:16.399 INFO STEP 951 (remove_files) COMPLETE
81542026-08-20T01:56:17.068Z[ recovery-image] Aug 20 01:56:16.399 INFO O| Aug 20 01:56:16.399 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-08-20T01:56:17.079Z[ recovery-image] Aug 20 01:56:16.409 INFO O| Aug 20 01:56:16.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81562026-08-20T01:56:17.079Z[ recovery-image] Aug 20 01:56:16.409 INFO O| Aug 20 01:56:16.409 INFO STEP 952 (remove_files) COMPLETE
81572026-08-20T01:56:17.079Z[ recovery-image] Aug 20 01:56:16.409 INFO O| Aug 20 01:56:16.409 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-08-20T01:56:17.088Z[ recovery-image] Aug 20 01:56:16.419 INFO O| Aug 20 01:56:16.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81592026-08-20T01:56:17.088Z[ recovery-image] Aug 20 01:56:16.419 INFO O| Aug 20 01:56:16.419 INFO STEP 953 (remove_files) COMPLETE
81602026-08-20T01:56:17.091Z[ recovery-image] Aug 20 01:56:16.419 INFO O| Aug 20 01:56:16.419 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-08-20T01:56:17.097Z[ recovery-image] Aug 20 01:56:16.429 INFO O| Aug 20 01:56:16.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81622026-08-20T01:56:17.097Z[ recovery-image] Aug 20 01:56:16.429 INFO O| Aug 20 01:56:16.429 INFO STEP 954 (remove_files) COMPLETE
81632026-08-20T01:56:17.098Z[ recovery-image] Aug 20 01:56:16.429 INFO O| Aug 20 01:56:16.429 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-08-20T01:56:17.108Z[ recovery-image] Aug 20 01:56:16.439 INFO O| Aug 20 01:56:16.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81652026-08-20T01:56:17.108Z[ recovery-image] Aug 20 01:56:16.439 INFO O| Aug 20 01:56:16.439 INFO STEP 955 (remove_files) COMPLETE
81662026-08-20T01:56:17.108Z[ recovery-image] Aug 20 01:56:16.439 INFO O| Aug 20 01:56:16.439 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-08-20T01:56:17.118Z[ recovery-image] Aug 20 01:56:16.448 INFO O| Aug 20 01:56:16.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81682026-08-20T01:56:17.118Z[ recovery-image] Aug 20 01:56:16.448 INFO O| Aug 20 01:56:16.448 INFO STEP 956 (remove_files) COMPLETE
81692026-08-20T01:56:17.121Z[ recovery-image] Aug 20 01:56:16.448 INFO O| Aug 20 01:56:16.448 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-08-20T01:56:17.128Z[ recovery-image] Aug 20 01:56:16.459 INFO O| Aug 20 01:56:16.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81712026-08-20T01:56:17.128Z[ recovery-image] Aug 20 01:56:16.459 INFO O| Aug 20 01:56:16.459 INFO STEP 957 (remove_files) COMPLETE
81722026-08-20T01:56:17.128Z[ recovery-image] Aug 20 01:56:16.459 INFO O| Aug 20 01:56:16.459 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81732026-08-20T01:56:17.139Z[ recovery-image] Aug 20 01:56:16.470 INFO O| Aug 20 01:56:16.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
81742026-08-20T01:56:17.139Z[ recovery-image] Aug 20 01:56:16.470 INFO O| Aug 20 01:56:16.470 INFO STEP 958 (remove_files) COMPLETE
81752026-08-20T01:56:17.139Z[ recovery-image] Aug 20 01:56:16.470 INFO O| Aug 20 01:56:16.470 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-08-20T01:56:17.151Z[ recovery-image] Aug 20 01:56:16.481 INFO O| Aug 20 01:56:16.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
81772026-08-20T01:56:17.151Z[ recovery-image] Aug 20 01:56:16.481 INFO O| Aug 20 01:56:16.481 INFO STEP 959 (remove_files) COMPLETE
81782026-08-20T01:56:17.151Z[ recovery-image] Aug 20 01:56:16.481 INFO O| Aug 20 01:56:16.481 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-08-20T01:56:17.163Z[ recovery-image] Aug 20 01:56:16.489 INFO O| Aug 20 01:56:16.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
81802026-08-20T01:56:17.163Z[ recovery-image] Aug 20 01:56:16.489 INFO O| Aug 20 01:56:16.489 INFO STEP 960 (remove_files) COMPLETE
81812026-08-20T01:56:17.163Z[ recovery-image] Aug 20 01:56:16.489 INFO O| Aug 20 01:56:16.489 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-08-20T01:56:17.168Z[ recovery-image] Aug 20 01:56:16.499 INFO O| Aug 20 01:56:16.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
81832026-08-20T01:56:17.168Z[ recovery-image] Aug 20 01:56:16.499 INFO O| Aug 20 01:56:16.499 INFO STEP 961 (remove_files) COMPLETE
81842026-08-20T01:56:17.168Z[ recovery-image] Aug 20 01:56:16.499 INFO O| Aug 20 01:56:16.499 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81852026-08-20T01:56:17.179Z[ recovery-image] Aug 20 01:56:16.510 INFO O| Aug 20 01:56:16.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
81862026-08-20T01:56:17.179Z[ recovery-image] Aug 20 01:56:16.510 INFO O| Aug 20 01:56:16.510 INFO STEP 962 (remove_files) COMPLETE
81872026-08-20T01:56:17.184Z[ recovery-image] Aug 20 01:56:16.510 INFO O| Aug 20 01:56:16.510 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81882026-08-20T01:56:17.196Z[ recovery-image] Aug 20 01:56:16.519 INFO O| Aug 20 01:56:16.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
81892026-08-20T01:56:17.196Z[ recovery-image] Aug 20 01:56:16.519 INFO O| Aug 20 01:56:16.519 INFO STEP 963 (remove_files) COMPLETE
81902026-08-20T01:56:17.200Z[ recovery-image] Aug 20 01:56:16.519 INFO O| Aug 20 01:56:16.519 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81912026-08-20T01:56:17.200Z[ recovery-image] Aug 20 01:56:16.529 INFO O| Aug 20 01:56:16.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
81922026-08-20T01:56:17.201Z[ recovery-image] Aug 20 01:56:16.529 INFO O| Aug 20 01:56:16.529 INFO STEP 964 (remove_files) COMPLETE
81932026-08-20T01:56:17.201Z[ recovery-image] Aug 20 01:56:16.529 INFO O| Aug 20 01:56:16.529 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81942026-08-20T01:56:17.207Z[ recovery-image] Aug 20 01:56:16.538 INFO O| Aug 20 01:56:16.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
81952026-08-20T01:56:17.207Z[ recovery-image] Aug 20 01:56:16.538 INFO O| Aug 20 01:56:16.538 INFO STEP 965 (remove_files) COMPLETE
81962026-08-20T01:56:17.207Z[ recovery-image] Aug 20 01:56:16.538 INFO O| Aug 20 01:56:16.538 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81972026-08-20T01:56:17.217Z[ recovery-image] Aug 20 01:56:16.548 INFO O| Aug 20 01:56:16.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
81982026-08-20T01:56:17.217Z[ recovery-image] Aug 20 01:56:16.548 INFO O| Aug 20 01:56:16.548 INFO STEP 966 (remove_files) COMPLETE
81992026-08-20T01:56:17.217Z[ recovery-image] Aug 20 01:56:16.548 INFO O| Aug 20 01:56:16.548 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-08-20T01:56:17.227Z[ recovery-image] Aug 20 01:56:16.557 INFO O| Aug 20 01:56:16.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82012026-08-20T01:56:17.227Z[ recovery-image] Aug 20 01:56:16.557 INFO O| Aug 20 01:56:16.557 INFO STEP 967 (remove_files) COMPLETE
82022026-08-20T01:56:17.227Z[ recovery-image] Aug 20 01:56:16.557 INFO O| Aug 20 01:56:16.557 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-08-20T01:56:17.237Z[ recovery-image] Aug 20 01:56:16.566 INFO O| Aug 20 01:56:16.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82042026-08-20T01:56:17.237Z[ recovery-image] Aug 20 01:56:16.566 INFO O| Aug 20 01:56:16.566 INFO STEP 968 (remove_files) COMPLETE
82052026-08-20T01:56:17.237Z[ recovery-image] Aug 20 01:56:16.566 INFO O| Aug 20 01:56:16.566 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82062026-08-20T01:56:17.246Z[ recovery-image] Aug 20 01:56:16.573 INFO O| Aug 20 01:56:16.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82072026-08-20T01:56:17.246Z[ recovery-image] Aug 20 01:56:16.573 INFO O| Aug 20 01:56:16.573 INFO STEP 969 (remove_files) COMPLETE
82082026-08-20T01:56:17.246Z[ recovery-image] Aug 20 01:56:16.574 INFO O| Aug 20 01:56:16.573 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82092026-08-20T01:56:17.251Z[ recovery-image] Aug 20 01:56:16.581 INFO O| Aug 20 01:56:16.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82102026-08-20T01:56:17.251Z[ recovery-image] Aug 20 01:56:16.581 INFO O| Aug 20 01:56:16.581 INFO STEP 970 (remove_files) COMPLETE
82112026-08-20T01:56:17.251Z[ recovery-image] Aug 20 01:56:16.581 INFO O| Aug 20 01:56:16.581 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82122026-08-20T01:56:17.267Z[ recovery-image] Aug 20 01:56:16.590 INFO O| Aug 20 01:56:16.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82132026-08-20T01:56:17.267Z[ recovery-image] Aug 20 01:56:16.590 INFO O| Aug 20 01:56:16.590 INFO STEP 971 (remove_files) COMPLETE
82142026-08-20T01:56:17.276Z[ recovery-image] Aug 20 01:56:16.590 INFO O| Aug 20 01:56:16.590 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82152026-08-20T01:56:17.276Z[ recovery-image] Aug 20 01:56:16.600 INFO O| Aug 20 01:56:16.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82162026-08-20T01:56:17.276Z[ recovery-image] Aug 20 01:56:16.600 INFO O| Aug 20 01:56:16.600 INFO STEP 972 (remove_files) COMPLETE
82172026-08-20T01:56:17.276Z[ recovery-image] Aug 20 01:56:16.600 INFO O| Aug 20 01:56:16.600 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82182026-08-20T01:56:17.286Z[ recovery-image] Aug 20 01:56:16.611 INFO O| Aug 20 01:56:16.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82192026-08-20T01:56:17.286Z[ recovery-image] Aug 20 01:56:16.611 INFO O| Aug 20 01:56:16.611 INFO STEP 973 (remove_files) COMPLETE
82202026-08-20T01:56:17.286Z[ recovery-image] Aug 20 01:56:16.611 INFO O| Aug 20 01:56:16.611 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-08-20T01:56:17.294Z[ recovery-image] Aug 20 01:56:16.621 INFO O| Aug 20 01:56:16.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82222026-08-20T01:56:17.294Z[ recovery-image] Aug 20 01:56:16.621 INFO O| Aug 20 01:56:16.621 INFO STEP 974 (remove_files) COMPLETE
82232026-08-20T01:56:17.298Z[ recovery-image] Aug 20 01:56:16.621 INFO O| Aug 20 01:56:16.621 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82242026-08-20T01:56:17.302Z[ recovery-image] Aug 20 01:56:16.630 INFO O| Aug 20 01:56:16.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82252026-08-20T01:56:17.302Z[ recovery-image] Aug 20 01:56:16.630 INFO O| Aug 20 01:56:16.630 INFO STEP 975 (remove_files) COMPLETE
82262026-08-20T01:56:17.303Z[ recovery-image] Aug 20 01:56:16.630 INFO O| Aug 20 01:56:16.630 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-08-20T01:56:17.310Z[ recovery-image] Aug 20 01:56:16.640 INFO O| Aug 20 01:56:16.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82282026-08-20T01:56:17.310Z[ recovery-image] Aug 20 01:56:16.641 INFO O| Aug 20 01:56:16.641 INFO STEP 976 (remove_files) COMPLETE
82292026-08-20T01:56:17.313Z[ recovery-image] Aug 20 01:56:16.641 INFO O| Aug 20 01:56:16.641 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-08-20T01:56:17.321Z[ recovery-image] Aug 20 01:56:16.651 INFO O| Aug 20 01:56:16.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82312026-08-20T01:56:17.321Z[ recovery-image] Aug 20 01:56:16.651 INFO O| Aug 20 01:56:16.651 INFO STEP 977 (remove_files) COMPLETE
82322026-08-20T01:56:17.321Z[ recovery-image] Aug 20 01:56:16.651 INFO O| Aug 20 01:56:16.651 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82332026-08-20T01:56:17.330Z[ recovery-image] Aug 20 01:56:16.662 INFO O| Aug 20 01:56:16.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82342026-08-20T01:56:17.330Z[ recovery-image] Aug 20 01:56:16.662 INFO O| Aug 20 01:56:16.662 INFO STEP 978 (remove_files) COMPLETE
82352026-08-20T01:56:17.330Z[ recovery-image] Aug 20 01:56:16.662 INFO O| Aug 20 01:56:16.662 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82362026-08-20T01:56:17.342Z[ recovery-image] Aug 20 01:56:16.672 INFO O| Aug 20 01:56:16.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82372026-08-20T01:56:17.342Z[ recovery-image] Aug 20 01:56:16.672 INFO O| Aug 20 01:56:16.672 INFO STEP 979 (remove_files) COMPLETE
82382026-08-20T01:56:17.342Z[ recovery-image] Aug 20 01:56:16.672 INFO O| Aug 20 01:56:16.672 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82392026-08-20T01:56:17.352Z[ recovery-image] Aug 20 01:56:16.682 INFO O| Aug 20 01:56:16.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82402026-08-20T01:56:17.353Z[ recovery-image] Aug 20 01:56:16.682 INFO O| Aug 20 01:56:16.682 INFO STEP 980 (remove_files) COMPLETE
82412026-08-20T01:56:17.353Z[ recovery-image] Aug 20 01:56:16.682 INFO O| Aug 20 01:56:16.682 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82422026-08-20T01:56:17.360Z[ recovery-image] Aug 20 01:56:16.691 INFO O| Aug 20 01:56:16.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82432026-08-20T01:56:17.360Z[ recovery-image] Aug 20 01:56:16.691 INFO O| Aug 20 01:56:16.691 INFO STEP 981 (remove_files) COMPLETE
82442026-08-20T01:56:17.364Z[ recovery-image] Aug 20 01:56:16.691 INFO O| Aug 20 01:56:16.691 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82452026-08-20T01:56:17.369Z[ recovery-image] Aug 20 01:56:16.700 INFO O| Aug 20 01:56:16.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82462026-08-20T01:56:17.369Z[ recovery-image] Aug 20 01:56:16.700 INFO O| Aug 20 01:56:16.700 INFO STEP 982 (remove_files) COMPLETE
82472026-08-20T01:56:17.369Z[ recovery-image] Aug 20 01:56:16.700 INFO O| Aug 20 01:56:16.700 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82482026-08-20T01:56:17.380Z[ recovery-image] Aug 20 01:56:16.710 INFO O| Aug 20 01:56:16.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82492026-08-20T01:56:17.380Z[ recovery-image] Aug 20 01:56:16.710 INFO O| Aug 20 01:56:16.710 INFO STEP 983 (remove_files) COMPLETE
82502026-08-20T01:56:17.380Z[ recovery-image] Aug 20 01:56:16.710 INFO O| Aug 20 01:56:16.710 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-08-20T01:56:17.388Z[ recovery-image] Aug 20 01:56:16.719 INFO O| Aug 20 01:56:16.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82522026-08-20T01:56:17.388Z[ recovery-image] Aug 20 01:56:16.719 INFO O| Aug 20 01:56:16.719 INFO STEP 984 (remove_files) COMPLETE
82532026-08-20T01:56:17.388Z[ recovery-image] Aug 20 01:56:16.719 INFO O| Aug 20 01:56:16.719 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-08-20T01:56:17.396Z[ recovery-image] Aug 20 01:56:16.727 INFO O| Aug 20 01:56:16.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82552026-08-20T01:56:17.396Z[ recovery-image] Aug 20 01:56:16.727 INFO O| Aug 20 01:56:16.727 INFO STEP 985 (remove_files) COMPLETE
82562026-08-20T01:56:17.396Z[ recovery-image] Aug 20 01:56:16.727 INFO O| Aug 20 01:56:16.727 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-08-20T01:56:17.406Z[ recovery-image] Aug 20 01:56:16.738 INFO O| Aug 20 01:56:16.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82582026-08-20T01:56:17.407Z[ recovery-image] Aug 20 01:56:16.738 INFO O| Aug 20 01:56:16.738 INFO STEP 986 (remove_files) COMPLETE
82592026-08-20T01:56:17.407Z[ recovery-image] Aug 20 01:56:16.738 INFO O| Aug 20 01:56:16.738 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-08-20T01:56:17.416Z[ recovery-image] Aug 20 01:56:16.748 INFO O| Aug 20 01:56:16.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82612026-08-20T01:56:17.416Z[ recovery-image] Aug 20 01:56:16.748 INFO O| Aug 20 01:56:16.748 INFO STEP 987 (remove_files) COMPLETE
82622026-08-20T01:56:17.416Z[ recovery-image] Aug 20 01:56:16.748 INFO O| Aug 20 01:56:16.748 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-08-20T01:56:17.426Z[ recovery-image] Aug 20 01:56:16.757 INFO O| Aug 20 01:56:16.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82642026-08-20T01:56:17.426Z[ recovery-image] Aug 20 01:56:16.757 INFO O| Aug 20 01:56:16.757 INFO STEP 988 (remove_files) COMPLETE
82652026-08-20T01:56:17.430Z[ recovery-image] Aug 20 01:56:16.757 INFO O| Aug 20 01:56:16.757 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-08-20T01:56:17.469Z[ recovery-image] Aug 20 01:56:16.767 INFO O| Aug 20 01:56:16.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82672026-08-20T01:56:17.469Z[ recovery-image] Aug 20 01:56:16.767 INFO O| Aug 20 01:56:16.767 INFO STEP 989 (remove_files) COMPLETE
82682026-08-20T01:56:17.469Z[ recovery-image] Aug 20 01:56:16.767 INFO O| Aug 20 01:56:16.767 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-08-20T01:56:17.507Z[ recovery-image] Aug 20 01:56:16.784 INFO O| Aug 20 01:56:16.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82702026-08-20T01:56:17.507Z[ recovery-image] Aug 20 01:56:16.784 INFO O| Aug 20 01:56:16.784 INFO STEP 990 (remove_files) COMPLETE
82712026-08-20T01:56:17.507Z[ recovery-image] Aug 20 01:56:16.784 INFO O| Aug 20 01:56:16.784 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-08-20T01:56:17.507Z[ recovery-image] Aug 20 01:56:16.794 INFO O| Aug 20 01:56:16.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82732026-08-20T01:56:17.507Z[ recovery-image] Aug 20 01:56:16.794 INFO O| Aug 20 01:56:16.794 INFO STEP 991 (remove_files) COMPLETE
82742026-08-20T01:56:17.507Z[ recovery-image] Aug 20 01:56:16.794 INFO O| Aug 20 01:56:16.794 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-08-20T01:56:17.507Z[ recovery-image] Aug 20 01:56:16.804 INFO O| Aug 20 01:56:16.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
82762026-08-20T01:56:17.507Z[ recovery-image] Aug 20 01:56:16.804 INFO O| Aug 20 01:56:16.804 INFO STEP 992 (remove_files) COMPLETE
82772026-08-20T01:56:17.507Z[ recovery-image] Aug 20 01:56:16.804 INFO O| Aug 20 01:56:16.804 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-08-20T01:56:17.508Z[ recovery-image] Aug 20 01:56:16.813 INFO O| Aug 20 01:56:16.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
82792026-08-20T01:56:17.508Z[ recovery-image] Aug 20 01:56:16.814 INFO O| Aug 20 01:56:16.814 INFO STEP 993 (remove_files) COMPLETE
82802026-08-20T01:56:17.508Z[ recovery-image] Aug 20 01:56:16.814 INFO O| Aug 20 01:56:16.814 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-08-20T01:56:17.514Z[ recovery-image] Aug 20 01:56:16.823 INFO O| Aug 20 01:56:16.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
82822026-08-20T01:56:17.514Z[ recovery-image] Aug 20 01:56:16.823 INFO O| Aug 20 01:56:16.823 INFO STEP 994 (remove_files) COMPLETE
82832026-08-20T01:56:17.514Z[ recovery-image] Aug 20 01:56:16.823 INFO O| Aug 20 01:56:16.823 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-08-20T01:56:17.514Z[ recovery-image] Aug 20 01:56:16.833 INFO O| Aug 20 01:56:16.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
82852026-08-20T01:56:17.514Z[ recovery-image] Aug 20 01:56:16.833 INFO O| Aug 20 01:56:16.833 INFO STEP 995 (remove_files) COMPLETE
82862026-08-20T01:56:17.514Z[ recovery-image] Aug 20 01:56:16.833 INFO O| Aug 20 01:56:16.833 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-08-20T01:56:17.518Z[ recovery-image] Aug 20 01:56:16.843 INFO O| Aug 20 01:56:16.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
82882026-08-20T01:56:17.518Z[ recovery-image] Aug 20 01:56:16.843 INFO O| Aug 20 01:56:16.843 INFO STEP 996 (remove_files) COMPLETE
82892026-08-20T01:56:17.518Z[ recovery-image] Aug 20 01:56:16.843 INFO O| Aug 20 01:56:16.843 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-08-20T01:56:17.522Z[ recovery-image] Aug 20 01:56:16.853 INFO O| Aug 20 01:56:16.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
82912026-08-20T01:56:17.522Z[ recovery-image] Aug 20 01:56:16.853 INFO O| Aug 20 01:56:16.853 INFO STEP 997 (remove_files) COMPLETE
82922026-08-20T01:56:17.525Z[ recovery-image] Aug 20 01:56:16.853 INFO O| Aug 20 01:56:16.853 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-08-20T01:56:17.533Z[ recovery-image] Aug 20 01:56:16.863 INFO O| Aug 20 01:56:16.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
82942026-08-20T01:56:17.533Z[ recovery-image] Aug 20 01:56:16.863 INFO O| Aug 20 01:56:16.863 INFO STEP 998 (remove_files) COMPLETE
82952026-08-20T01:56:17.533Z[ recovery-image] Aug 20 01:56:16.863 INFO O| Aug 20 01:56:16.863 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-08-20T01:56:17.541Z[ recovery-image] Aug 20 01:56:16.872 INFO O| Aug 20 01:56:16.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
82972026-08-20T01:56:17.541Z[ recovery-image] Aug 20 01:56:16.872 INFO O| Aug 20 01:56:16.872 INFO STEP 999 (remove_files) COMPLETE
82982026-08-20T01:56:17.544Z[ recovery-image] Aug 20 01:56:16.872 INFO O| Aug 20 01:56:16.872 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-08-20T01:56:17.551Z[ recovery-image] Aug 20 01:56:16.882 INFO O| Aug 20 01:56:16.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83002026-08-20T01:56:17.554Z[ recovery-image] Aug 20 01:56:16.883 INFO O| Aug 20 01:56:16.883 INFO STEP 1000 (remove_files) COMPLETE
83012026-08-20T01:56:17.554Z[ recovery-image] Aug 20 01:56:16.883 INFO O| Aug 20 01:56:16.883 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-08-20T01:56:17.565Z[ recovery-image] Aug 20 01:56:16.895 INFO O| Aug 20 01:56:16.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83032026-08-20T01:56:17.565Z[ recovery-image] Aug 20 01:56:16.895 INFO O| Aug 20 01:56:16.895 INFO STEP 1001 (remove_files) COMPLETE
83042026-08-20T01:56:17.568Z[ recovery-image] Aug 20 01:56:16.895 INFO O| Aug 20 01:56:16.895 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-08-20T01:56:17.574Z[ recovery-image] Aug 20 01:56:16.905 INFO O| Aug 20 01:56:16.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83062026-08-20T01:56:17.574Z[ recovery-image] Aug 20 01:56:16.905 INFO O| Aug 20 01:56:16.905 INFO STEP 1002 (remove_files) COMPLETE
83072026-08-20T01:56:17.574Z[ recovery-image] Aug 20 01:56:16.905 INFO O| Aug 20 01:56:16.905 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-08-20T01:56:17.584Z[ recovery-image] Aug 20 01:56:16.915 INFO O| Aug 20 01:56:16.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83092026-08-20T01:56:17.584Z[ recovery-image] Aug 20 01:56:16.915 INFO O| Aug 20 01:56:16.915 INFO STEP 1003 (remove_files) COMPLETE
83102026-08-20T01:56:17.587Z[ recovery-image] Aug 20 01:56:16.915 INFO O| Aug 20 01:56:16.915 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-08-20T01:56:17.593Z[ recovery-image] Aug 20 01:56:16.925 INFO O| Aug 20 01:56:16.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83122026-08-20T01:56:17.597Z[ recovery-image] Aug 20 01:56:16.925 INFO O| Aug 20 01:56:16.925 INFO STEP 1004 (remove_files) COMPLETE
83132026-08-20T01:56:17.597Z[ recovery-image] Aug 20 01:56:16.925 INFO O| Aug 20 01:56:16.925 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-08-20T01:56:17.605Z[ recovery-image] Aug 20 01:56:16.936 INFO O| Aug 20 01:56:16.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83152026-08-20T01:56:17.605Z[ recovery-image] Aug 20 01:56:16.937 INFO O| Aug 20 01:56:16.937 INFO STEP 1005 (remove_files) COMPLETE
83162026-08-20T01:56:17.606Z[ recovery-image] Aug 20 01:56:16.937 INFO O| Aug 20 01:56:16.937 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-08-20T01:56:17.610Z[verify-libraries] Compiling samael v0.0.19
83182026-08-20T01:56:17.616Z[ recovery-image] Aug 20 01:56:16.947 INFO O| Aug 20 01:56:16.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83192026-08-20T01:56:17.616Z[ recovery-image] Aug 20 01:56:16.947 INFO O| Aug 20 01:56:16.947 INFO STEP 1006 (remove_files) COMPLETE
83202026-08-20T01:56:17.616Z[ recovery-image] Aug 20 01:56:16.947 INFO O| Aug 20 01:56:16.947 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83212026-08-20T01:56:17.626Z[ recovery-image] Aug 20 01:56:16.957 INFO O| Aug 20 01:56:16.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83222026-08-20T01:56:17.626Z[ recovery-image] Aug 20 01:56:16.957 INFO O| Aug 20 01:56:16.957 INFO STEP 1007 (remove_files) COMPLETE
83232026-08-20T01:56:17.626Z[ recovery-image] Aug 20 01:56:16.957 INFO O| Aug 20 01:56:16.957 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83242026-08-20T01:56:17.645Z[ recovery-image] Aug 20 01:56:16.968 INFO O| Aug 20 01:56:16.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83252026-08-20T01:56:17.649Z[ recovery-image] Aug 20 01:56:16.969 INFO O| Aug 20 01:56:16.969 INFO STEP 1008 (remove_files) COMPLETE
83262026-08-20T01:56:17.649Z[ recovery-image] Aug 20 01:56:16.969 INFO O| Aug 20 01:56:16.969 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83272026-08-20T01:56:17.649Z[ recovery-image] Aug 20 01:56:16.980 INFO O| Aug 20 01:56:16.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83282026-08-20T01:56:17.649Z[ recovery-image] Aug 20 01:56:16.980 INFO O| Aug 20 01:56:16.980 INFO STEP 1009 (remove_files) COMPLETE
83292026-08-20T01:56:17.652Z[ recovery-image] Aug 20 01:56:16.980 INFO O| Aug 20 01:56:16.980 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83302026-08-20T01:56:17.660Z[ recovery-image] Aug 20 01:56:16.991 INFO O| Aug 20 01:56:16.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83312026-08-20T01:56:17.660Z[ recovery-image] Aug 20 01:56:16.991 INFO O| Aug 20 01:56:16.991 INFO STEP 1010 (remove_files) COMPLETE
83322026-08-20T01:56:17.660Z[ recovery-image] Aug 20 01:56:16.991 INFO O| Aug 20 01:56:16.991 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83332026-08-20T01:56:17.679Z[ recovery-image] Aug 20 01:56:17.011 INFO O| Aug 20 01:56:17.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83342026-08-20T01:56:17.680Z[ recovery-image] Aug 20 01:56:17.011 INFO O| Aug 20 01:56:17.011 INFO STEP 1011 (remove_files) COMPLETE
83352026-08-20T01:56:17.683Z[ recovery-image] Aug 20 01:56:17.011 INFO O| Aug 20 01:56:17.011 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83362026-08-20T01:56:17.689Z[ recovery-image] Aug 20 01:56:17.020 INFO O| Aug 20 01:56:17.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83372026-08-20T01:56:17.694Z[ recovery-image] Aug 20 01:56:17.022 INFO O| Aug 20 01:56:17.022 INFO STEP 1012 (remove_files) COMPLETE
83382026-08-20T01:56:17.694Z[ recovery-image] Aug 20 01:56:17.022 INFO O| Aug 20 01:56:17.022 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83392026-08-20T01:56:17.702Z[ recovery-image] Aug 20 01:56:17.033 INFO O| Aug 20 01:56:17.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83402026-08-20T01:56:17.705Z[ recovery-image] Aug 20 01:56:17.033 INFO O| Aug 20 01:56:17.033 INFO STEP 1013 (remove_files) COMPLETE
83412026-08-20T01:56:17.705Z[ recovery-image] Aug 20 01:56:17.033 INFO O| Aug 20 01:56:17.033 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83422026-08-20T01:56:17.720Z[ recovery-image] Aug 20 01:56:17.051 INFO O| Aug 20 01:56:17.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83432026-08-20T01:56:17.720Z[ recovery-image] Aug 20 01:56:17.051 INFO O| Aug 20 01:56:17.051 INFO STEP 1014 (remove_files) COMPLETE
83442026-08-20T01:56:17.720Z[ recovery-image] Aug 20 01:56:17.051 INFO O| Aug 20 01:56:17.051 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83452026-08-20T01:56:17.731Z[ recovery-image] Aug 20 01:56:17.062 INFO O| Aug 20 01:56:17.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83462026-08-20T01:56:17.731Z[ recovery-image] Aug 20 01:56:17.062 INFO O| Aug 20 01:56:17.062 INFO STEP 1015 (remove_files) COMPLETE
83472026-08-20T01:56:17.731Z[ recovery-image] Aug 20 01:56:17.062 INFO O| Aug 20 01:56:17.062 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83482026-08-20T01:56:17.746Z[ recovery-image] Aug 20 01:56:17.074 INFO O| Aug 20 01:56:17.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83492026-08-20T01:56:17.746Z[ recovery-image] Aug 20 01:56:17.074 INFO O| Aug 20 01:56:17.074 INFO STEP 1016 (remove_files) COMPLETE
83502026-08-20T01:56:17.746Z[ recovery-image] Aug 20 01:56:17.074 INFO O| Aug 20 01:56:17.074 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83512026-08-20T01:56:17.753Z[ recovery-image] Aug 20 01:56:17.084 INFO O| Aug 20 01:56:17.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83522026-08-20T01:56:17.753Z[ recovery-image] Aug 20 01:56:17.085 INFO O| Aug 20 01:56:17.085 INFO STEP 1017 (remove_files) COMPLETE
83532026-08-20T01:56:17.753Z[ recovery-image] Aug 20 01:56:17.085 INFO O| Aug 20 01:56:17.085 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83542026-08-20T01:56:17.779Z[ recovery-image] Aug 20 01:56:17.096 INFO O| Aug 20 01:56:17.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83552026-08-20T01:56:17.779Z[ recovery-image] Aug 20 01:56:17.096 INFO O| Aug 20 01:56:17.096 INFO STEP 1018 (remove_files) COMPLETE
83562026-08-20T01:56:17.779Z[ recovery-image] Aug 20 01:56:17.096 INFO O| Aug 20 01:56:17.096 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83572026-08-20T01:56:17.784Z[ recovery-image] Aug 20 01:56:17.106 INFO O| Aug 20 01:56:17.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83582026-08-20T01:56:17.784Z[ recovery-image] Aug 20 01:56:17.106 INFO O| Aug 20 01:56:17.106 INFO STEP 1019 (remove_files) COMPLETE
83592026-08-20T01:56:17.784Z[ recovery-image] Aug 20 01:56:17.106 INFO O| Aug 20 01:56:17.106 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83602026-08-20T01:56:17.788Z[ recovery-image] Aug 20 01:56:17.116 INFO O| Aug 20 01:56:17.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83612026-08-20T01:56:17.788Z[ recovery-image] Aug 20 01:56:17.117 INFO O| Aug 20 01:56:17.116 INFO STEP 1020 (remove_files) COMPLETE
83622026-08-20T01:56:17.788Z[ recovery-image] Aug 20 01:56:17.117 INFO O| Aug 20 01:56:17.116 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83632026-08-20T01:56:17.798Z[ recovery-image] Aug 20 01:56:17.127 INFO O| Aug 20 01:56:17.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83642026-08-20T01:56:17.798Z[ recovery-image] Aug 20 01:56:17.127 INFO O| Aug 20 01:56:17.127 INFO STEP 1021 (remove_files) COMPLETE
83652026-08-20T01:56:17.798Z[ recovery-image] Aug 20 01:56:17.127 INFO O| Aug 20 01:56:17.127 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-08-20T01:56:17.805Z[ recovery-image] Aug 20 01:56:17.136 INFO O| Aug 20 01:56:17.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83672026-08-20T01:56:17.805Z[ recovery-image] Aug 20 01:56:17.136 INFO O| Aug 20 01:56:17.136 INFO STEP 1022 (remove_files) COMPLETE
83682026-08-20T01:56:17.805Z[ recovery-image] Aug 20 01:56:17.136 INFO O| Aug 20 01:56:17.136 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-08-20T01:56:17.814Z[ recovery-image] Aug 20 01:56:17.145 INFO O| Aug 20 01:56:17.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83702026-08-20T01:56:17.814Z[ recovery-image] Aug 20 01:56:17.145 INFO O| Aug 20 01:56:17.145 INFO STEP 1023 (remove_files) COMPLETE
83712026-08-20T01:56:17.817Z[ recovery-image] Aug 20 01:56:17.145 INFO O| Aug 20 01:56:17.145 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-08-20T01:56:17.824Z[ recovery-image] Aug 20 01:56:17.155 INFO O| Aug 20 01:56:17.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83732026-08-20T01:56:17.824Z[ recovery-image] Aug 20 01:56:17.155 INFO O| Aug 20 01:56:17.155 INFO STEP 1024 (remove_files) COMPLETE
83742026-08-20T01:56:17.824Z[ recovery-image] Aug 20 01:56:17.155 INFO O| Aug 20 01:56:17.155 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-08-20T01:56:17.832Z[ recovery-image] Aug 20 01:56:17.164 INFO O| Aug 20 01:56:17.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
83762026-08-20T01:56:17.832Z[ recovery-image] Aug 20 01:56:17.164 INFO O| Aug 20 01:56:17.164 INFO STEP 1025 (remove_files) COMPLETE
83772026-08-20T01:56:17.832Z[ recovery-image] Aug 20 01:56:17.164 INFO O| Aug 20 01:56:17.164 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-08-20T01:56:17.843Z[ recovery-image] Aug 20 01:56:17.175 INFO O| Aug 20 01:56:17.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
83792026-08-20T01:56:17.844Z[ recovery-image] Aug 20 01:56:17.175 INFO O| Aug 20 01:56:17.175 INFO STEP 1026 (remove_files) COMPLETE
83802026-08-20T01:56:17.848Z[ recovery-image] Aug 20 01:56:17.175 INFO O| Aug 20 01:56:17.175 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83812026-08-20T01:56:17.853Z[ recovery-image] Aug 20 01:56:17.184 INFO O| Aug 20 01:56:17.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
83822026-08-20T01:56:17.853Z[ recovery-image] Aug 20 01:56:17.185 INFO O| Aug 20 01:56:17.185 INFO STEP 1027 (remove_files) COMPLETE
83832026-08-20T01:56:17.857Z[ recovery-image] Aug 20 01:56:17.185 INFO O| Aug 20 01:56:17.185 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83842026-08-20T01:56:17.863Z[ recovery-image] Aug 20 01:56:17.194 INFO O| Aug 20 01:56:17.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
83852026-08-20T01:56:17.863Z[ recovery-image] Aug 20 01:56:17.194 INFO O| Aug 20 01:56:17.194 INFO STEP 1028 (remove_files) COMPLETE
83862026-08-20T01:56:17.863Z[ recovery-image] Aug 20 01:56:17.194 INFO O| Aug 20 01:56:17.194 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-08-20T01:56:17.874Z[ recovery-image] Aug 20 01:56:17.205 INFO O| Aug 20 01:56:17.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
83882026-08-20T01:56:17.874Z[ recovery-image] Aug 20 01:56:17.205 INFO O| Aug 20 01:56:17.205 INFO STEP 1029 (remove_files) COMPLETE
83892026-08-20T01:56:17.874Z[ recovery-image] Aug 20 01:56:17.205 INFO O| Aug 20 01:56:17.205 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-08-20T01:56:17.885Z[ recovery-image] Aug 20 01:56:17.214 INFO O| Aug 20 01:56:17.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
83912026-08-20T01:56:17.885Z[ recovery-image] Aug 20 01:56:17.214 INFO O| Aug 20 01:56:17.214 INFO STEP 1030 (remove_files) COMPLETE
83922026-08-20T01:56:17.885Z[ recovery-image] Aug 20 01:56:17.214 INFO O| Aug 20 01:56:17.214 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-08-20T01:56:17.892Z[ recovery-image] Aug 20 01:56:17.223 INFO O| Aug 20 01:56:17.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
83942026-08-20T01:56:17.892Z[ recovery-image] Aug 20 01:56:17.223 INFO O| Aug 20 01:56:17.223 INFO STEP 1031 (remove_files) COMPLETE
83952026-08-20T01:56:17.892Z[ recovery-image] Aug 20 01:56:17.223 INFO O| Aug 20 01:56:17.223 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-08-20T01:56:17.902Z[ recovery-image] Aug 20 01:56:17.233 INFO O| Aug 20 01:56:17.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
83972026-08-20T01:56:17.902Z[ recovery-image] Aug 20 01:56:17.233 INFO O| Aug 20 01:56:17.233 INFO STEP 1032 (remove_files) COMPLETE
83982026-08-20T01:56:17.906Z[ recovery-image] Aug 20 01:56:17.233 INFO O| Aug 20 01:56:17.233 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-08-20T01:56:17.915Z[ recovery-image] Aug 20 01:56:17.243 INFO O| Aug 20 01:56:17.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84002026-08-20T01:56:17.915Z[ recovery-image] Aug 20 01:56:17.243 INFO O| Aug 20 01:56:17.243 INFO STEP 1033 (remove_files) COMPLETE
84012026-08-20T01:56:17.919Z[ recovery-image] Aug 20 01:56:17.243 INFO O| Aug 20 01:56:17.243 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-08-20T01:56:17.922Z[ recovery-image] Aug 20 01:56:17.253 INFO O| Aug 20 01:56:17.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84032026-08-20T01:56:17.922Z[ recovery-image] Aug 20 01:56:17.253 INFO O| Aug 20 01:56:17.253 INFO STEP 1034 (remove_files) COMPLETE
84042026-08-20T01:56:17.922Z[ recovery-image] Aug 20 01:56:17.253 INFO O| Aug 20 01:56:17.253 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-08-20T01:56:17.931Z[ recovery-image] Aug 20 01:56:17.262 INFO O| Aug 20 01:56:17.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84062026-08-20T01:56:17.931Z[ recovery-image] Aug 20 01:56:17.262 INFO O| Aug 20 01:56:17.262 INFO STEP 1035 (remove_files) COMPLETE
84072026-08-20T01:56:17.931Z[ recovery-image] Aug 20 01:56:17.262 INFO O| Aug 20 01:56:17.262 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-08-20T01:56:17.940Z[ recovery-image] Aug 20 01:56:17.271 INFO O| Aug 20 01:56:17.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84092026-08-20T01:56:17.940Z[ recovery-image] Aug 20 01:56:17.271 INFO O| Aug 20 01:56:17.271 INFO STEP 1036 (remove_files) COMPLETE
84102026-08-20T01:56:17.945Z[ recovery-image] Aug 20 01:56:17.271 INFO O| Aug 20 01:56:17.271 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-08-20T01:56:17.948Z[ recovery-image] Aug 20 01:56:17.279 INFO O| Aug 20 01:56:17.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84122026-08-20T01:56:17.948Z[ recovery-image] Aug 20 01:56:17.279 INFO O| Aug 20 01:56:17.279 INFO STEP 1037 (remove_files) COMPLETE
84132026-08-20T01:56:17.948Z[ recovery-image] Aug 20 01:56:17.279 INFO O| Aug 20 01:56:17.279 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-08-20T01:56:17.957Z[ recovery-image] Aug 20 01:56:17.288 INFO O| Aug 20 01:56:17.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84152026-08-20T01:56:17.957Z[ recovery-image] Aug 20 01:56:17.288 INFO O| Aug 20 01:56:17.288 INFO STEP 1038 (remove_files) COMPLETE
84162026-08-20T01:56:17.957Z[ recovery-image] Aug 20 01:56:17.288 INFO O| Aug 20 01:56:17.288 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84172026-08-20T01:56:17.966Z[ recovery-image] Aug 20 01:56:17.298 INFO O| Aug 20 01:56:17.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84182026-08-20T01:56:17.972Z[ recovery-image] Aug 20 01:56:17.298 INFO O| Aug 20 01:56:17.298 INFO STEP 1039 (remove_files) COMPLETE
84192026-08-20T01:56:17.972Z[ recovery-image] Aug 20 01:56:17.298 INFO O| Aug 20 01:56:17.298 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84202026-08-20T01:56:17.979Z[ recovery-image] Aug 20 01:56:17.310 INFO O| Aug 20 01:56:17.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84212026-08-20T01:56:17.979Z[ recovery-image] Aug 20 01:56:17.310 INFO O| Aug 20 01:56:17.310 INFO STEP 1040 (remove_files) COMPLETE
84222026-08-20T01:56:17.989Z[ recovery-image] Aug 20 01:56:17.310 INFO O| Aug 20 01:56:17.310 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84232026-08-20T01:56:17.993Z[ recovery-image] Aug 20 01:56:17.321 INFO O| Aug 20 01:56:17.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84242026-08-20T01:56:17.993Z[ recovery-image] Aug 20 01:56:17.321 INFO O| Aug 20 01:56:17.321 INFO STEP 1041 (remove_files) COMPLETE
84252026-08-20T01:56:17.993Z[ recovery-image] Aug 20 01:56:17.321 INFO O| Aug 20 01:56:17.321 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84262026-08-20T01:56:17.999Z[ recovery-image] Aug 20 01:56:17.330 INFO O| Aug 20 01:56:17.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84272026-08-20T01:56:17.999Z[ recovery-image] Aug 20 01:56:17.331 INFO O| Aug 20 01:56:17.331 INFO STEP 1042 (remove_files) COMPLETE
84282026-08-20T01:56:17.999Z[ recovery-image] Aug 20 01:56:17.331 INFO O| Aug 20 01:56:17.331 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84292026-08-20T01:56:18.011Z[ recovery-image] Aug 20 01:56:17.341 INFO O| Aug 20 01:56:17.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84302026-08-20T01:56:18.011Z[ recovery-image] Aug 20 01:56:17.341 INFO O| Aug 20 01:56:17.341 INFO STEP 1043 (remove_files) COMPLETE
84312026-08-20T01:56:18.011Z[ recovery-image] Aug 20 01:56:17.341 INFO O| Aug 20 01:56:17.341 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84322026-08-20T01:56:18.021Z[ recovery-image] Aug 20 01:56:17.351 INFO O| Aug 20 01:56:17.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84332026-08-20T01:56:18.021Z[ recovery-image] Aug 20 01:56:17.352 INFO O| Aug 20 01:56:17.352 INFO STEP 1044 (remove_files) COMPLETE
84342026-08-20T01:56:18.021Z[ recovery-image] Aug 20 01:56:17.352 INFO O| Aug 20 01:56:17.352 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84352026-08-20T01:56:18.031Z[ recovery-image] Aug 20 01:56:17.362 INFO O| Aug 20 01:56:17.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84362026-08-20T01:56:18.031Z[ recovery-image] Aug 20 01:56:17.362 INFO O| Aug 20 01:56:17.362 INFO STEP 1045 (remove_files) COMPLETE
84372026-08-20T01:56:18.031Z[ recovery-image] Aug 20 01:56:17.362 INFO O| Aug 20 01:56:17.362 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84382026-08-20T01:56:18.041Z[ recovery-image] Aug 20 01:56:17.372 INFO O| Aug 20 01:56:17.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84392026-08-20T01:56:18.041Z[ recovery-image] Aug 20 01:56:17.372 INFO O| Aug 20 01:56:17.372 INFO STEP 1046 (remove_files) COMPLETE
84402026-08-20T01:56:18.041Z[ recovery-image] Aug 20 01:56:17.372 INFO O| Aug 20 01:56:17.372 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84412026-08-20T01:56:18.053Z[ recovery-image] Aug 20 01:56:17.382 INFO O| Aug 20 01:56:17.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84422026-08-20T01:56:18.058Z[ recovery-image] Aug 20 01:56:17.383 INFO O| Aug 20 01:56:17.382 INFO STEP 1047 (remove_files) COMPLETE
84432026-08-20T01:56:18.058Z[ recovery-image] Aug 20 01:56:17.383 INFO O| Aug 20 01:56:17.382 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84442026-08-20T01:56:18.062Z[ recovery-image] Aug 20 01:56:17.393 INFO O| Aug 20 01:56:17.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84452026-08-20T01:56:18.062Z[ recovery-image] Aug 20 01:56:17.393 INFO O| Aug 20 01:56:17.393 INFO STEP 1048 (remove_files) COMPLETE
84462026-08-20T01:56:18.062Z[ recovery-image] Aug 20 01:56:17.393 INFO O| Aug 20 01:56:17.393 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84472026-08-20T01:56:18.071Z[ recovery-image] Aug 20 01:56:17.402 INFO O| Aug 20 01:56:17.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84482026-08-20T01:56:18.071Z[ recovery-image] Aug 20 01:56:17.402 INFO O| Aug 20 01:56:17.402 INFO STEP 1049 (remove_files) COMPLETE
84492026-08-20T01:56:18.075Z[ recovery-image] Aug 20 01:56:17.402 INFO O| Aug 20 01:56:17.402 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84502026-08-20T01:56:18.080Z[ recovery-image] Aug 20 01:56:17.411 INFO O| Aug 20 01:56:17.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84512026-08-20T01:56:18.080Z[ recovery-image] Aug 20 01:56:17.411 INFO O| Aug 20 01:56:17.411 INFO STEP 1050 (remove_files) COMPLETE
84522026-08-20T01:56:18.080Z[ recovery-image] Aug 20 01:56:17.411 INFO O| Aug 20 01:56:17.411 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84532026-08-20T01:56:18.090Z[ recovery-image] Aug 20 01:56:17.421 INFO O| Aug 20 01:56:17.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84542026-08-20T01:56:18.090Z[ recovery-image] Aug 20 01:56:17.421 INFO O| Aug 20 01:56:17.421 INFO STEP 1051 (remove_files) COMPLETE
84552026-08-20T01:56:18.090Z[ recovery-image] Aug 20 01:56:17.421 INFO O| Aug 20 01:56:17.421 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84562026-08-20T01:56:18.102Z[ recovery-image] Aug 20 01:56:17.432 INFO O| Aug 20 01:56:17.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84572026-08-20T01:56:18.102Z[ recovery-image] Aug 20 01:56:17.432 INFO O| Aug 20 01:56:17.432 INFO STEP 1052 (remove_files) COMPLETE
84582026-08-20T01:56:18.102Z[ recovery-image] Aug 20 01:56:17.432 INFO O| Aug 20 01:56:17.432 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84592026-08-20T01:56:18.112Z[ recovery-image] Aug 20 01:56:17.443 INFO O| Aug 20 01:56:17.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84602026-08-20T01:56:18.112Z[ recovery-image] Aug 20 01:56:17.443 INFO O| Aug 20 01:56:17.443 INFO STEP 1053 (remove_files) COMPLETE
84612026-08-20T01:56:18.115Z[ recovery-image] Aug 20 01:56:17.443 INFO O| Aug 20 01:56:17.443 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84622026-08-20T01:56:18.124Z[ recovery-image] Aug 20 01:56:17.455 INFO O| Aug 20 01:56:17.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84632026-08-20T01:56:18.124Z[ recovery-image] Aug 20 01:56:17.455 INFO O| Aug 20 01:56:17.455 INFO STEP 1054 (remove_files) COMPLETE
84642026-08-20T01:56:18.127Z[ recovery-image] Aug 20 01:56:17.455 INFO O| Aug 20 01:56:17.455 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84652026-08-20T01:56:18.134Z[ recovery-image] Aug 20 01:56:17.465 INFO O| Aug 20 01:56:17.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84662026-08-20T01:56:18.134Z[ recovery-image] Aug 20 01:56:17.466 INFO O| Aug 20 01:56:17.466 INFO STEP 1055 (remove_files) COMPLETE
84672026-08-20T01:56:18.134Z[ recovery-image] Aug 20 01:56:17.466 INFO O| Aug 20 01:56:17.466 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84682026-08-20T01:56:18.146Z[ recovery-image] Aug 20 01:56:17.477 INFO O| Aug 20 01:56:17.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84692026-08-20T01:56:18.146Z[ recovery-image] Aug 20 01:56:17.477 INFO O| Aug 20 01:56:17.477 INFO STEP 1056 (remove_files) COMPLETE
84702026-08-20T01:56:18.149Z[ recovery-image] Aug 20 01:56:17.477 INFO O| Aug 20 01:56:17.477 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84712026-08-20T01:56:18.157Z[ recovery-image] Aug 20 01:56:17.488 INFO O| Aug 20 01:56:17.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84722026-08-20T01:56:18.157Z[ recovery-image] Aug 20 01:56:17.488 INFO O| Aug 20 01:56:17.488 INFO STEP 1057 (remove_files) COMPLETE
84732026-08-20T01:56:18.161Z[ recovery-image] Aug 20 01:56:17.488 INFO O| Aug 20 01:56:17.488 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84742026-08-20T01:56:18.166Z[ recovery-image] Aug 20 01:56:17.498 INFO O| Aug 20 01:56:17.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
84752026-08-20T01:56:18.166Z[ recovery-image] Aug 20 01:56:17.498 INFO O| Aug 20 01:56:17.498 INFO STEP 1058 (remove_files) COMPLETE
84762026-08-20T01:56:18.166Z[ recovery-image] Aug 20 01:56:17.498 INFO O| Aug 20 01:56:17.498 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84772026-08-20T01:56:18.176Z[ recovery-image] Aug 20 01:56:17.507 INFO O| Aug 20 01:56:17.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
84782026-08-20T01:56:18.176Z[ recovery-image] Aug 20 01:56:17.507 INFO O| Aug 20 01:56:17.507 INFO STEP 1059 (remove_files) COMPLETE
84792026-08-20T01:56:18.179Z[ recovery-image] Aug 20 01:56:17.507 INFO O| Aug 20 01:56:17.507 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84802026-08-20T01:56:18.186Z[ recovery-image] Aug 20 01:56:17.518 INFO O| Aug 20 01:56:17.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
84812026-08-20T01:56:18.186Z[ recovery-image] Aug 20 01:56:17.518 INFO O| Aug 20 01:56:17.518 INFO STEP 1060 (remove_files) COMPLETE
84822026-08-20T01:56:18.187Z[ recovery-image] Aug 20 01:56:17.518 INFO O| Aug 20 01:56:17.518 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84832026-08-20T01:56:18.197Z[ recovery-image] Aug 20 01:56:17.528 INFO O| Aug 20 01:56:17.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
84842026-08-20T01:56:18.197Z[ recovery-image] Aug 20 01:56:17.528 INFO O| Aug 20 01:56:17.528 INFO STEP 1061 (remove_files) COMPLETE
84852026-08-20T01:56:18.197Z[ recovery-image] Aug 20 01:56:17.528 INFO O| Aug 20 01:56:17.528 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84862026-08-20T01:56:18.209Z[ recovery-image] Aug 20 01:56:17.540 INFO O| Aug 20 01:56:17.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
84872026-08-20T01:56:18.209Z[ recovery-image] Aug 20 01:56:17.540 INFO O| Aug 20 01:56:17.540 INFO STEP 1062 (remove_files) COMPLETE
84882026-08-20T01:56:18.213Z[ recovery-image] Aug 20 01:56:17.540 INFO O| Aug 20 01:56:17.540 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84892026-08-20T01:56:18.219Z[ recovery-image] Aug 20 01:56:17.550 INFO O| Aug 20 01:56:17.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
84902026-08-20T01:56:18.219Z[ recovery-image] Aug 20 01:56:17.550 INFO O| Aug 20 01:56:17.550 INFO STEP 1063 (remove_files) COMPLETE
84912026-08-20T01:56:18.219Z[ recovery-image] Aug 20 01:56:17.550 INFO O| Aug 20 01:56:17.550 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84922026-08-20T01:56:18.226Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
84932026-08-20T01:56:18.229Z[ recovery-image] Aug 20 01:56:17.560 INFO O| Aug 20 01:56:17.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
84942026-08-20T01:56:18.229Z[ recovery-image] Aug 20 01:56:17.560 INFO O| Aug 20 01:56:17.560 INFO STEP 1064 (remove_files) COMPLETE
84952026-08-20T01:56:18.229Z[ recovery-image] Aug 20 01:56:17.560 INFO O| Aug 20 01:56:17.560 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-08-20T01:56:18.238Z[ recovery-image] Aug 20 01:56:17.570 INFO O| Aug 20 01:56:17.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
84972026-08-20T01:56:18.239Z[ recovery-image] Aug 20 01:56:17.570 INFO O| Aug 20 01:56:17.570 INFO STEP 1065 (remove_files) COMPLETE
84982026-08-20T01:56:18.239Z[ recovery-image] Aug 20 01:56:17.570 INFO O| Aug 20 01:56:17.570 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-08-20T01:56:18.249Z[ recovery-image] Aug 20 01:56:17.580 INFO O| Aug 20 01:56:17.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85002026-08-20T01:56:18.249Z[ recovery-image] Aug 20 01:56:17.580 INFO O| Aug 20 01:56:17.580 INFO STEP 1066 (remove_files) COMPLETE
85012026-08-20T01:56:18.249Z[ recovery-image] Aug 20 01:56:17.580 INFO O| Aug 20 01:56:17.580 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-08-20T01:56:18.259Z[ recovery-image] Aug 20 01:56:17.590 INFO O| Aug 20 01:56:17.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85032026-08-20T01:56:18.259Z[ recovery-image] Aug 20 01:56:17.590 INFO O| Aug 20 01:56:17.590 INFO STEP 1067 (remove_files) COMPLETE
85042026-08-20T01:56:18.262Z[ recovery-image] Aug 20 01:56:17.590 INFO O| Aug 20 01:56:17.590 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-08-20T01:56:18.269Z[ recovery-image] Aug 20 01:56:17.600 INFO O| Aug 20 01:56:17.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85062026-08-20T01:56:18.269Z[ recovery-image] Aug 20 01:56:17.600 INFO O| Aug 20 01:56:17.600 INFO STEP 1068 (remove_files) COMPLETE
85072026-08-20T01:56:18.269Z[ recovery-image] Aug 20 01:56:17.600 INFO O| Aug 20 01:56:17.600 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-08-20T01:56:18.281Z[ recovery-image] Aug 20 01:56:17.611 INFO O| Aug 20 01:56:17.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85092026-08-20T01:56:18.281Z[ recovery-image] Aug 20 01:56:17.611 INFO O| Aug 20 01:56:17.611 INFO STEP 1069 (remove_files) COMPLETE
85102026-08-20T01:56:18.281Z[ recovery-image] Aug 20 01:56:17.611 INFO O| Aug 20 01:56:17.611 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-08-20T01:56:18.291Z[ recovery-image] Aug 20 01:56:17.622 INFO O| Aug 20 01:56:17.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85122026-08-20T01:56:18.291Z[ recovery-image] Aug 20 01:56:17.622 INFO O| Aug 20 01:56:17.622 INFO STEP 1070 (remove_files) COMPLETE
85132026-08-20T01:56:18.294Z[ recovery-image] Aug 20 01:56:17.622 INFO O| Aug 20 01:56:17.622 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-08-20T01:56:18.302Z[ recovery-image] Aug 20 01:56:17.631 INFO O| Aug 20 01:56:17.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85152026-08-20T01:56:18.302Z[ recovery-image] Aug 20 01:56:17.631 INFO O| Aug 20 01:56:17.631 INFO STEP 1071 (remove_files) COMPLETE
85162026-08-20T01:56:18.302Z[ recovery-image] Aug 20 01:56:17.631 INFO O| Aug 20 01:56:17.631 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-08-20T01:56:18.306Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
85182026-08-20T01:56:18.311Z[ recovery-image] Aug 20 01:56:17.643 INFO O| Aug 20 01:56:17.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85192026-08-20T01:56:18.311Z[ recovery-image] Aug 20 01:56:17.643 INFO O| Aug 20 01:56:17.643 INFO STEP 1072 (remove_files) COMPLETE
85202026-08-20T01:56:18.311Z[ recovery-image] Aug 20 01:56:17.643 INFO O| Aug 20 01:56:17.643 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85212026-08-20T01:56:18.322Z[ recovery-image] Aug 20 01:56:17.653 INFO O| Aug 20 01:56:17.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85222026-08-20T01:56:18.322Z[ recovery-image] Aug 20 01:56:17.653 INFO O| Aug 20 01:56:17.653 INFO STEP 1073 (remove_files) COMPLETE
85232026-08-20T01:56:18.322Z[ recovery-image] Aug 20 01:56:17.653 INFO O| Aug 20 01:56:17.653 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85242026-08-20T01:56:18.332Z[ recovery-image] Aug 20 01:56:17.663 INFO O| Aug 20 01:56:17.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85252026-08-20T01:56:18.332Z[ recovery-image] Aug 20 01:56:17.663 INFO O| Aug 20 01:56:17.663 INFO STEP 1074 (remove_files) COMPLETE
85262026-08-20T01:56:18.332Z[ recovery-image] Aug 20 01:56:17.663 INFO O| Aug 20 01:56:17.663 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85272026-08-20T01:56:18.344Z[ recovery-image] Aug 20 01:56:17.673 INFO O| Aug 20 01:56:17.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85282026-08-20T01:56:18.344Z[ recovery-image] Aug 20 01:56:17.673 INFO O| Aug 20 01:56:17.673 INFO STEP 1075 (remove_files) COMPLETE
85292026-08-20T01:56:18.344Z[ recovery-image] Aug 20 01:56:17.673 INFO O| Aug 20 01:56:17.673 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85302026-08-20T01:56:18.351Z[ recovery-image] Aug 20 01:56:17.683 INFO O| Aug 20 01:56:17.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85312026-08-20T01:56:18.351Z[ recovery-image] Aug 20 01:56:17.683 INFO O| Aug 20 01:56:17.683 INFO STEP 1076 (remove_files) COMPLETE
85322026-08-20T01:56:18.355Z[ recovery-image] Aug 20 01:56:17.683 INFO O| Aug 20 01:56:17.683 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85332026-08-20T01:56:18.363Z[ recovery-image] Aug 20 01:56:17.693 INFO O| Aug 20 01:56:17.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85342026-08-20T01:56:18.363Z[ recovery-image] Aug 20 01:56:17.693 INFO O| Aug 20 01:56:17.693 INFO STEP 1077 (remove_files) COMPLETE
85352026-08-20T01:56:18.363Z[ recovery-image] Aug 20 01:56:17.693 INFO O| Aug 20 01:56:17.693 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85362026-08-20T01:56:18.372Z[ recovery-image] Aug 20 01:56:17.703 INFO O| Aug 20 01:56:17.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85372026-08-20T01:56:18.372Z[ recovery-image] Aug 20 01:56:17.703 INFO O| Aug 20 01:56:17.703 INFO STEP 1078 (remove_files) COMPLETE
85382026-08-20T01:56:18.372Z[ recovery-image] Aug 20 01:56:17.703 INFO O| Aug 20 01:56:17.703 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85392026-08-20T01:56:18.382Z[ recovery-image] Aug 20 01:56:17.713 INFO O| Aug 20 01:56:17.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85402026-08-20T01:56:18.382Z[ recovery-image] Aug 20 01:56:17.713 INFO O| Aug 20 01:56:17.713 INFO STEP 1079 (remove_files) COMPLETE
85412026-08-20T01:56:18.382Z[ recovery-image] Aug 20 01:56:17.713 INFO O| Aug 20 01:56:17.713 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85422026-08-20T01:56:18.392Z[ recovery-image] Aug 20 01:56:17.723 INFO O| Aug 20 01:56:17.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85432026-08-20T01:56:18.392Z[ recovery-image] Aug 20 01:56:17.724 INFO O| Aug 20 01:56:17.724 INFO STEP 1080 (remove_files) COMPLETE
85442026-08-20T01:56:18.392Z[ recovery-image] Aug 20 01:56:17.724 INFO O| Aug 20 01:56:17.724 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85452026-08-20T01:56:18.405Z[ recovery-image] Aug 20 01:56:17.734 INFO O| Aug 20 01:56:17.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85462026-08-20T01:56:18.405Z[ recovery-image] Aug 20 01:56:17.734 INFO O| Aug 20 01:56:17.734 INFO STEP 1081 (remove_files) COMPLETE
85472026-08-20T01:56:18.408Z[ recovery-image] Aug 20 01:56:17.734 INFO O| Aug 20 01:56:17.734 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85482026-08-20T01:56:18.412Z[ recovery-image] Aug 20 01:56:17.744 INFO O| Aug 20 01:56:17.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85492026-08-20T01:56:18.413Z[ recovery-image] Aug 20 01:56:17.744 INFO O| Aug 20 01:56:17.744 INFO STEP 1082 (remove_files) COMPLETE
85502026-08-20T01:56:18.413Z[ recovery-image] Aug 20 01:56:17.744 INFO O| Aug 20 01:56:17.744 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85512026-08-20T01:56:18.423Z[ recovery-image] Aug 20 01:56:17.754 INFO O| Aug 20 01:56:17.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85522026-08-20T01:56:18.423Z[ recovery-image] Aug 20 01:56:17.754 INFO O| Aug 20 01:56:17.754 INFO STEP 1083 (remove_files) COMPLETE
85532026-08-20T01:56:18.423Z[ recovery-image] Aug 20 01:56:17.754 INFO O| Aug 20 01:56:17.754 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85542026-08-20T01:56:18.432Z[ recovery-image] Aug 20 01:56:17.763 INFO O| Aug 20 01:56:17.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85552026-08-20T01:56:18.432Z[ recovery-image] Aug 20 01:56:17.763 INFO O| Aug 20 01:56:17.763 INFO STEP 1084 (remove_files) COMPLETE
85562026-08-20T01:56:18.432Z[ recovery-image] Aug 20 01:56:17.763 INFO O| Aug 20 01:56:17.763 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85572026-08-20T01:56:18.442Z[ recovery-image] Aug 20 01:56:17.773 INFO O| Aug 20 01:56:17.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85582026-08-20T01:56:18.442Z[ recovery-image] Aug 20 01:56:17.773 INFO O| Aug 20 01:56:17.773 INFO STEP 1085 (remove_files) COMPLETE
85592026-08-20T01:56:18.442Z[ recovery-image] Aug 20 01:56:17.773 INFO O| Aug 20 01:56:17.773 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85602026-08-20T01:56:18.450Z[ recovery-image] Aug 20 01:56:17.782 INFO O| Aug 20 01:56:17.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85612026-08-20T01:56:18.450Z[ recovery-image] Aug 20 01:56:17.782 INFO O| Aug 20 01:56:17.782 INFO STEP 1086 (remove_files) COMPLETE
85622026-08-20T01:56:18.451Z[ recovery-image] Aug 20 01:56:17.782 INFO O| Aug 20 01:56:17.782 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-08-20T01:56:18.460Z[ recovery-image] Aug 20 01:56:17.791 INFO O| Aug 20 01:56:17.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85642026-08-20T01:56:18.460Z[ recovery-image] Aug 20 01:56:17.791 INFO O| Aug 20 01:56:17.791 INFO STEP 1087 (remove_files) COMPLETE
85652026-08-20T01:56:18.464Z[ recovery-image] Aug 20 01:56:17.791 INFO O| Aug 20 01:56:17.791 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85662026-08-20T01:56:18.469Z[ recovery-image] Aug 20 01:56:17.800 INFO O| Aug 20 01:56:17.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85672026-08-20T01:56:18.469Z[ recovery-image] Aug 20 01:56:17.800 INFO O| Aug 20 01:56:17.800 INFO STEP 1088 (remove_files) COMPLETE
85682026-08-20T01:56:18.469Z[ recovery-image] Aug 20 01:56:17.800 INFO O| Aug 20 01:56:17.800 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85692026-08-20T01:56:18.481Z[ recovery-image] Aug 20 01:56:17.812 INFO O| Aug 20 01:56:17.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85702026-08-20T01:56:18.481Z[ recovery-image] Aug 20 01:56:17.812 INFO O| Aug 20 01:56:17.812 INFO STEP 1089 (remove_files) COMPLETE
85712026-08-20T01:56:18.481Z[ recovery-image] Aug 20 01:56:17.812 INFO O| Aug 20 01:56:17.812 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85722026-08-20T01:56:18.491Z[ recovery-image] Aug 20 01:56:17.822 INFO O| Aug 20 01:56:17.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
85732026-08-20T01:56:18.491Z[ recovery-image] Aug 20 01:56:17.822 INFO O| Aug 20 01:56:17.822 INFO STEP 1090 (remove_files) COMPLETE
85742026-08-20T01:56:18.491Z[ recovery-image] Aug 20 01:56:17.822 INFO O| Aug 20 01:56:17.822 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85752026-08-20T01:56:18.495Z[verify-libraries] Compiling socket2 v0.5.10
85762026-08-20T01:56:18.502Z[ recovery-image] Aug 20 01:56:17.833 INFO O| Aug 20 01:56:17.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
85772026-08-20T01:56:18.502Z[ recovery-image] Aug 20 01:56:17.833 INFO O| Aug 20 01:56:17.833 INFO STEP 1091 (remove_files) COMPLETE
85782026-08-20T01:56:18.502Z[ recovery-image] Aug 20 01:56:17.833 INFO O| Aug 20 01:56:17.833 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85792026-08-20T01:56:18.511Z[ recovery-image] Aug 20 01:56:17.843 INFO O| Aug 20 01:56:17.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
85802026-08-20T01:56:18.511Z[ recovery-image] Aug 20 01:56:17.843 INFO O| Aug 20 01:56:17.843 INFO STEP 1092 (remove_files) COMPLETE
85812026-08-20T01:56:18.511Z[ recovery-image] Aug 20 01:56:17.843 INFO O| Aug 20 01:56:17.843 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85822026-08-20T01:56:18.520Z[ recovery-image] Aug 20 01:56:17.851 INFO O| Aug 20 01:56:17.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
85832026-08-20T01:56:18.520Z[ recovery-image] Aug 20 01:56:17.851 INFO O| Aug 20 01:56:17.851 INFO STEP 1093 (remove_files) COMPLETE
85842026-08-20T01:56:18.523Z[ recovery-image] Aug 20 01:56:17.851 INFO O| Aug 20 01:56:17.851 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85852026-08-20T01:56:18.531Z[ recovery-image] Aug 20 01:56:17.860 INFO O| Aug 20 01:56:17.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
85862026-08-20T01:56:18.531Z[ recovery-image] Aug 20 01:56:17.860 INFO O| Aug 20 01:56:17.860 INFO STEP 1094 (remove_files) COMPLETE
85872026-08-20T01:56:18.531Z[ recovery-image] Aug 20 01:56:17.860 INFO O| Aug 20 01:56:17.860 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85882026-08-20T01:56:18.539Z[ recovery-image] Aug 20 01:56:17.870 INFO O| Aug 20 01:56:17.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
85892026-08-20T01:56:18.539Z[ recovery-image] Aug 20 01:56:17.870 INFO O| Aug 20 01:56:17.870 INFO STEP 1095 (remove_files) COMPLETE
85902026-08-20T01:56:18.540Z[ recovery-image] Aug 20 01:56:17.870 INFO O| Aug 20 01:56:17.870 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85912026-08-20T01:56:18.550Z[ recovery-image] Aug 20 01:56:17.881 INFO O| Aug 20 01:56:17.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
85922026-08-20T01:56:18.550Z[ recovery-image] Aug 20 01:56:17.881 INFO O| Aug 20 01:56:17.881 INFO STEP 1096 (remove_files) COMPLETE
85932026-08-20T01:56:18.550Z[ recovery-image] Aug 20 01:56:17.881 INFO O| Aug 20 01:56:17.881 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85942026-08-20T01:56:18.560Z[ recovery-image] Aug 20 01:56:17.891 INFO O| Aug 20 01:56:17.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
85952026-08-20T01:56:18.560Z[ recovery-image] Aug 20 01:56:17.891 INFO O| Aug 20 01:56:17.891 INFO STEP 1097 (remove_files) COMPLETE
85962026-08-20T01:56:18.560Z[ recovery-image] Aug 20 01:56:17.891 INFO O| Aug 20 01:56:17.891 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85972026-08-20T01:56:18.569Z[ recovery-image] Aug 20 01:56:17.900 INFO O| Aug 20 01:56:17.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
85982026-08-20T01:56:18.569Z[ recovery-image] Aug 20 01:56:17.901 INFO O| Aug 20 01:56:17.901 INFO STEP 1098 (remove_files) COMPLETE
85992026-08-20T01:56:18.572Z[ recovery-image] Aug 20 01:56:17.901 INFO O| Aug 20 01:56:17.901 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86002026-08-20T01:56:18.579Z[ recovery-image] Aug 20 01:56:17.910 INFO O| Aug 20 01:56:17.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86012026-08-20T01:56:18.579Z[ recovery-image] Aug 20 01:56:17.910 INFO O| Aug 20 01:56:17.910 INFO STEP 1099 (remove_files) COMPLETE
86022026-08-20T01:56:18.582Z[ recovery-image] Aug 20 01:56:17.910 INFO O| Aug 20 01:56:17.910 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86032026-08-20T01:56:18.589Z[ recovery-image] Aug 20 01:56:17.920 INFO O| Aug 20 01:56:17.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86042026-08-20T01:56:18.589Z[ recovery-image] Aug 20 01:56:17.920 INFO O| Aug 20 01:56:17.920 INFO STEP 1100 (remove_files) COMPLETE
86052026-08-20T01:56:18.589Z[ recovery-image] Aug 20 01:56:17.920 INFO O| Aug 20 01:56:17.920 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86062026-08-20T01:56:18.599Z[ recovery-image] Aug 20 01:56:17.929 INFO O| Aug 20 01:56:17.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86072026-08-20T01:56:18.600Z[ recovery-image] Aug 20 01:56:17.929 INFO O| Aug 20 01:56:17.929 INFO STEP 1101 (remove_files) COMPLETE
86082026-08-20T01:56:18.600Z[ recovery-image] Aug 20 01:56:17.929 INFO O| Aug 20 01:56:17.929 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86092026-08-20T01:56:18.611Z[ recovery-image] Aug 20 01:56:17.941 INFO O| Aug 20 01:56:17.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86102026-08-20T01:56:18.611Z[ recovery-image] Aug 20 01:56:17.941 INFO O| Aug 20 01:56:17.941 INFO STEP 1102 (remove_files) COMPLETE
86112026-08-20T01:56:18.611Z[ recovery-image] Aug 20 01:56:17.941 INFO O| Aug 20 01:56:17.941 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86122026-08-20T01:56:18.621Z[ recovery-image] Aug 20 01:56:17.952 INFO O| Aug 20 01:56:17.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86132026-08-20T01:56:18.621Z[ recovery-image] Aug 20 01:56:17.952 INFO O| Aug 20 01:56:17.952 INFO STEP 1103 (remove_files) COMPLETE
86142026-08-20T01:56:18.625Z[ recovery-image] Aug 20 01:56:17.952 INFO O| Aug 20 01:56:17.952 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86152026-08-20T01:56:18.634Z[ recovery-image] Aug 20 01:56:17.964 INFO O| Aug 20 01:56:17.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86162026-08-20T01:56:18.634Z[ recovery-image] Aug 20 01:56:17.964 INFO O| Aug 20 01:56:17.964 INFO STEP 1104 (remove_files) COMPLETE
86172026-08-20T01:56:18.634Z[ recovery-image] Aug 20 01:56:17.964 INFO O| Aug 20 01:56:17.964 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86182026-08-20T01:56:18.649Z[ recovery-image] Aug 20 01:56:17.974 INFO O| Aug 20 01:56:17.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86192026-08-20T01:56:18.649Z[ recovery-image] Aug 20 01:56:17.974 INFO O| Aug 20 01:56:17.974 INFO STEP 1105 (remove_files) COMPLETE
86202026-08-20T01:56:18.649Z[ recovery-image] Aug 20 01:56:17.974 INFO O| Aug 20 01:56:17.974 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86212026-08-20T01:56:18.653Z[verify-libraries] Compiling fs-err v2.11.0
86222026-08-20T01:56:18.657Z[ recovery-image] Aug 20 01:56:17.985 INFO O| Aug 20 01:56:17.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86232026-08-20T01:56:18.657Z[ recovery-image] Aug 20 01:56:17.985 INFO O| Aug 20 01:56:17.985 INFO STEP 1106 (remove_files) COMPLETE
86242026-08-20T01:56:18.657Z[ recovery-image] Aug 20 01:56:17.985 INFO O| Aug 20 01:56:17.985 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86252026-08-20T01:56:18.664Z[ recovery-image] Aug 20 01:56:17.995 INFO O| Aug 20 01:56:17.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86262026-08-20T01:56:18.664Z[ recovery-image] Aug 20 01:56:17.995 INFO O| Aug 20 01:56:17.995 INFO STEP 1107 (remove_files) COMPLETE
86272026-08-20T01:56:18.668Z[ recovery-image] Aug 20 01:56:17.995 INFO O| Aug 20 01:56:17.995 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86282026-08-20T01:56:18.674Z[ recovery-image] Aug 20 01:56:18.005 INFO O| Aug 20 01:56:18.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86292026-08-20T01:56:18.674Z[ recovery-image] Aug 20 01:56:18.005 INFO O| Aug 20 01:56:18.005 INFO STEP 1108 (remove_files) COMPLETE
86302026-08-20T01:56:18.674Z[ recovery-image] Aug 20 01:56:18.005 INFO O| Aug 20 01:56:18.005 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86312026-08-20T01:56:18.684Z[ recovery-image] Aug 20 01:56:18.016 INFO O| Aug 20 01:56:18.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86322026-08-20T01:56:18.685Z[ recovery-image] Aug 20 01:56:18.016 INFO O| Aug 20 01:56:18.016 INFO STEP 1109 (remove_files) COMPLETE
86332026-08-20T01:56:18.685Z[ recovery-image] Aug 20 01:56:18.016 INFO O| Aug 20 01:56:18.016 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86342026-08-20T01:56:18.697Z[ recovery-image] Aug 20 01:56:18.027 INFO O| Aug 20 01:56:18.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86352026-08-20T01:56:18.697Z[ recovery-image] Aug 20 01:56:18.027 INFO O| Aug 20 01:56:18.027 INFO STEP 1110 (remove_files) COMPLETE
86362026-08-20T01:56:18.704Z[ recovery-image] Aug 20 01:56:18.027 INFO O| Aug 20 01:56:18.027 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86372026-08-20T01:56:18.707Z[ recovery-image] Aug 20 01:56:18.038 INFO O| Aug 20 01:56:18.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86382026-08-20T01:56:18.707Z[ recovery-image] Aug 20 01:56:18.038 INFO O| Aug 20 01:56:18.038 INFO STEP 1111 (remove_files) COMPLETE
86392026-08-20T01:56:18.707Z[ recovery-image] Aug 20 01:56:18.038 INFO O| Aug 20 01:56:18.038 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86402026-08-20T01:56:18.720Z[ recovery-image] Aug 20 01:56:18.050 INFO O| Aug 20 01:56:18.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86412026-08-20T01:56:18.720Z[ recovery-image] Aug 20 01:56:18.050 INFO O| Aug 20 01:56:18.049 INFO STEP 1112 (remove_files) COMPLETE
86422026-08-20T01:56:18.723Z[ recovery-image] Aug 20 01:56:18.050 INFO O| Aug 20 01:56:18.049 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86432026-08-20T01:56:18.740Z[ recovery-image] Aug 20 01:56:18.062 INFO O| Aug 20 01:56:18.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86442026-08-20T01:56:18.740Z[ recovery-image] Aug 20 01:56:18.062 INFO O| Aug 20 01:56:18.060 INFO STEP 1113 (remove_files) COMPLETE
86452026-08-20T01:56:18.740Z[ recovery-image] Aug 20 01:56:18.062 INFO O| Aug 20 01:56:18.060 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86462026-08-20T01:56:18.750Z[ recovery-image] Aug 20 01:56:18.072 INFO O| Aug 20 01:56:18.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86472026-08-20T01:56:18.750Z[ recovery-image] Aug 20 01:56:18.072 INFO O| Aug 20 01:56:18.072 INFO STEP 1114 (remove_files) COMPLETE
86482026-08-20T01:56:18.750Z[ recovery-image] Aug 20 01:56:18.072 INFO O| Aug 20 01:56:18.072 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86492026-08-20T01:56:18.755Z[ recovery-image] Aug 20 01:56:18.082 INFO O| Aug 20 01:56:18.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86502026-08-20T01:56:18.755Z[ recovery-image] Aug 20 01:56:18.082 INFO O| Aug 20 01:56:18.082 INFO STEP 1115 (remove_files) COMPLETE
86512026-08-20T01:56:18.755Z[ recovery-image] Aug 20 01:56:18.082 INFO O| Aug 20 01:56:18.082 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86522026-08-20T01:56:18.761Z[ recovery-image] Aug 20 01:56:18.092 INFO O| Aug 20 01:56:18.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86532026-08-20T01:56:18.761Z[ recovery-image] Aug 20 01:56:18.092 INFO O| Aug 20 01:56:18.092 INFO STEP 1116 (remove_files) COMPLETE
86542026-08-20T01:56:18.761Z[ recovery-image] Aug 20 01:56:18.092 INFO O| Aug 20 01:56:18.092 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86552026-08-20T01:56:18.775Z[ recovery-image] Aug 20 01:56:18.103 INFO O| Aug 20 01:56:18.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86562026-08-20T01:56:18.775Z[ recovery-image] Aug 20 01:56:18.103 INFO O| Aug 20 01:56:18.103 INFO STEP 1117 (remove_files) COMPLETE
86572026-08-20T01:56:18.775Z[ recovery-image] Aug 20 01:56:18.103 INFO O| Aug 20 01:56:18.103 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86582026-08-20T01:56:18.799Z[ recovery-image] Aug 20 01:56:18.117 INFO O| Aug 20 01:56:18.117 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86592026-08-20T01:56:18.799Z[ recovery-image] Aug 20 01:56:18.117 INFO O| Aug 20 01:56:18.117 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86602026-08-20T01:56:18.817Z[verify-libraries] Compiling internet-checksum v0.2.1
86612026-08-20T01:56:19.054Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86622026-08-20T01:56:19.165Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
86632026-08-20T01:56:19.215Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
86642026-08-20T01:56:19.460Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
86652026-08-20T01:56:19.688Z[ recovery-image] Aug 20 01:56:19.017 INFO O| Aug 20 01:56:19.016 INFO STEP 1118 (pack_tar) COMPLETE
86662026-08-20T01:56:19.689Z[ recovery-image] Aug 20 01:56:19.017 INFO O| Aug 20 01:56:19.016 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86672026-08-20T01:56:19.689Z[ recovery-image] Aug 20 01:56:19.017 INFO O| Aug 20 01:56:19.016 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86682026-08-20T01:56:19.751Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
86692026-08-20T01:56:20.268Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
86702026-08-20T01:56:20.282Z[ recovery-image] Aug 20 01:56:19.612 INFO O| Aug 20 01:56:19.612 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86712026-08-20T01:56:20.391Z[ recovery-image] Aug 20 01:56:19.720 INFO O| Aug 20 01:56:19.720 INFO completed processing sled/ramdisk-03-recovery-trim
86722026-08-20T01:56:20.399Z[ recovery-image] Aug 20 01:56:19.723 INFO image builder template: zfs-recovery...
86732026-08-20T01:56:20.400Z[ recovery-image] Aug 20 01:56:19.724 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/.tmpon8wkG/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs-recovery"], pwd: None
86742026-08-20T01:56:20.422Z[ recovery-image] Aug 20 01:56:19.753 INFO O| Aug 20 01:56:19.753 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
86752026-08-20T01:56:20.427Z[ recovery-image] Aug 20 01:56:19.757 INFO O| Aug 20 01:56:19.757 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86762026-08-20T01:56:20.542Z[ recovery-image] Aug 20 01:56:19.867 INFO O| Aug 20 01:56:19.867 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
86772026-08-20T01:56:20.697Z[ recovery-image] Aug 20 01:56:20.020 INFO O| Aug 20 01:56:20.020 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
86782026-08-20T01:56:20.697Z[ recovery-image] Aug 20 01:56:20.020 INFO O| Aug 20 01:56:20.020 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
86792026-08-20T01:56:20.707Z[ recovery-image] Aug 20 01:56:20.024 INFO O| Aug 20 01:56:20.024 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
86802026-08-20T01:56:20.805Z[ recovery-image] Aug 20 01:56:20.129 INFO O| Aug 20 01:56:20.129 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
86812026-08-20T01:56:20.965Z[ recovery-image] Aug 20 01:56:20.294 INFO O| Aug 20 01:56:20.294 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
86822026-08-20T01:56:20.973Z[ recovery-image] Aug 20 01:56:20.302 INFO O| Aug 20 01:56:20.302 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86832026-08-20T01:56:20.978Z[ recovery-image] Aug 20 01:56:20.308 INFO O| Aug 20 01:56:20.308 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
86842026-08-20T01:56:20.987Z[ recovery-image] Aug 20 01:56:20.309 INFO O| Aug 20 01:56:20.309 INFO no lofi found
86852026-08-20T01:56:20.987Z[ recovery-image] Aug 20 01:56:20.309 INFO O| Aug 20 01:56:20.309 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
86862026-08-20T01:56:20.987Z[ recovery-image] Aug 20 01:56:20.309 INFO O| Aug 20 01:56:20.309 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86872026-08-20T01:56:21.663Z[verify-libraries] Compiling git2 v0.20.4
86882026-08-20T01:56:21.884Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
86892026-08-20T01:56:22.048Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
86902026-08-20T01:56:22.329Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
86912026-08-20T01:56:22.361Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
86922026-08-20T01:56:22.611Z[verify-libraries] Compiling yansi v1.0.1
86932026-08-20T01:56:22.670Z[ recovery-image] Aug 20 01:56:22.001 INFO O| Aug 20 01:56:22.001 INFO lofi device = /dev/dsk/c2t1d0p0
86942026-08-20T01:56:22.670Z[ recovery-image] Aug 20 01:56:22.001 INFO O| Aug 20 01:56:22.001 INFO pool device = /dev/dsk/c2t1d0p0
86952026-08-20T01:56:22.670Z[ recovery-image] Aug 20 01:56:22.001 INFO O| Aug 20 01:56:22.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
86962026-08-20T01:56:22.828Z[ recovery-image] Aug 20 01:56:22.156 INFO O| Aug 20 01:56:22.156 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86972026-08-20T01:56:22.828Z[ recovery-image] Aug 20 01:56:22.156 INFO O| Aug 20 01:56:22.156 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
86982026-08-20T01:56:22.854Z[ recovery-image] Aug 20 01:56:22.185 INFO O| Aug 20 01:56:22.184 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
86992026-08-20T01:56:22.918Z[ recovery-image] Aug 20 01:56:22.248 INFO O| Aug 20 01:56:22.248 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87002026-08-20T01:56:22.951Z[ recovery-image] Aug 20 01:56:22.281 INFO O| Aug 20 01:56:22.281 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87012026-08-20T01:56:22.971Z[ recovery-image] Aug 20 01:56:22.302 INFO O| Aug 20 01:56:22.302 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87022026-08-20T01:56:22.983Z[verify-libraries] Compiling pretty_assertions v1.4.1
87032026-08-20T01:56:22.987Z[ recovery-image] Aug 20 01:56:22.317 INFO O| Aug 20 01:56:22.317 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87042026-08-20T01:56:23.033Z[ recovery-image] Aug 20 01:56:22.363 INFO O| Aug 20 01:56:22.362 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87052026-08-20T01:56:23.034Z[ recovery-image] Aug 20 01:56:22.363 INFO O| Aug 20 01:56:22.363 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87062026-08-20T01:56:23.034Z[ recovery-image] Aug 20 01:56:22.363 INFO O| Aug 20 01:56:22.363 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87072026-08-20T01:56:23.042Z[ recovery-image] Aug 20 01:56:22.370 INFO O| Aug 20 01:56:22.370 INFO boot environment UUID: cae40ef5-b017-495d-af20-0a3a4b6c942b
87082026-08-20T01:56:23.043Z[ recovery-image] Aug 20 01:56:22.371 INFO O| Aug 20 01:56:22.370 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = cae40ef5-b017-495d-af20-0a3a4b6c942b
87092026-08-20T01:56:23.056Z[ recovery-image] Aug 20 01:56:22.387 INFO O| Aug 20 01:56:22.387 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87102026-08-20T01:56:23.073Z[ recovery-image] Aug 20 01:56:22.403 INFO O| Aug 20 01:56:22.403 INFO STEP 0 (create_be) COMPLETE
87112026-08-20T01:56:23.073Z[ recovery-image] Aug 20 01:56:22.403 INFO O| Aug 20 01:56:22.403 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87122026-08-20T01:56:23.084Z[ recovery-image] Aug 20 01:56:22.416 INFO O| Aug 20 01:56:22.415 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87132026-08-20T01:56:23.178Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
87142026-08-20T01:56:23.336Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87152026-08-20T01:56:23.960Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
87162026-08-20T01:56:24.137Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
87172026-08-20T01:56:24.288Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
87182026-08-20T01:56:24.400Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
87192026-08-20T01:56:24.751Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
87202026-08-20T01:56:25.160Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
87212026-08-20T01:56:25.701Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
87222026-08-20T01:56:25.892Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
87232026-08-20T01:56:25.946Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
87242026-08-20T01:56:25.976Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
87252026-08-20T01:56:26.217Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
87262026-08-20T01:56:26.284Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
87272026-08-20T01:56:26.401Z[verify-libraries] Compiling drift v0.2.0
87282026-08-20T01:56:26.594Z[verify-libraries] Compiling uzers v0.12.2
87292026-08-20T01:56:27.099Z[verify-libraries] Compiling parse-size v1.1.0
87302026-08-20T01:56:27.282Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
87312026-08-20T01:56:27.390Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87322026-08-20T01:56:27.560Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
87332026-08-20T01:56:28.313Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87342026-08-20T01:56:28.584Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87352026-08-20T01:56:29.134Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87362026-08-20T01:56:30.087Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87372026-08-20T01:56:30.223Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87382026-08-20T01:56:31.781Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87392026-08-20T01:56:31.963Z[ recovery-image] Aug 20 01:56:31.293 INFO O| Aug 20 01:56:31.293 INFO STEP 1 (unpack_tar) COMPLETE
87402026-08-20T01:56:31.964Z[ recovery-image] Aug 20 01:56:31.293 INFO O| Aug 20 01:56:31.293 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87412026-08-20T01:56:31.974Z[ recovery-image] Aug 20 01:56:31.304 INFO O| Aug 20 01:56:31.304 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87422026-08-20T01:56:32.914Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87432026-08-20T01:56:33.279Z[ recovery-image] Aug 20 01:56:32.610 INFO O| Aug 20 01:56:32.610 INFO STEP 2 (devfsadm) COMPLETE
87442026-08-20T01:56:33.280Z[ recovery-image] Aug 20 01:56:32.610 INFO O| Aug 20 01:56:32.610 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87452026-08-20T01:56:33.289Z[ recovery-image] Aug 20 01:56:32.620 INFO O| Aug 20 01:56:32.620 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87462026-08-20T01:56:33.289Z[ recovery-image] Aug 20 01:56:32.620 INFO O| Aug 20 01:56:32.620 INFO STEP 3 (ensure_dir) COMPLETE
87472026-08-20T01:56:33.289Z[ recovery-image] Aug 20 01:56:32.620 INFO O| Aug 20 01:56:32.620 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87482026-08-20T01:56:33.303Z[ recovery-image] Aug 20 01:56:32.628 INFO O| Aug 20 01:56:32.628 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87492026-08-20T01:56:33.303Z[ recovery-image] Aug 20 01:56:32.628 INFO O| Aug 20 01:56:32.628 INFO STEP 4 (ensure_dir) COMPLETE
87502026-08-20T01:56:33.303Z[ recovery-image] Aug 20 01:56:32.628 INFO O| Aug 20 01:56:32.628 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87512026-08-20T01:56:33.307Z[ recovery-image] Aug 20 01:56:32.638 INFO O| Aug 20 01:56:32.638 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87522026-08-20T01:56:33.307Z[ recovery-image] Aug 20 01:56:32.638 INFO O| Aug 20 01:56:32.638 INFO STEP 5 (ensure_dir) COMPLETE
87532026-08-20T01:56:33.307Z[ recovery-image] Aug 20 01:56:32.638 INFO O| Aug 20 01:56:32.638 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87542026-08-20T01:56:33.315Z[ recovery-image] Aug 20 01:56:32.646 INFO O| Aug 20 01:56:32.646 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87552026-08-20T01:56:33.315Z[ recovery-image] Aug 20 01:56:32.646 INFO O| Aug 20 01:56:32.646 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87562026-08-20T01:56:33.315Z[ recovery-image] Aug 20 01:56:32.646 INFO O| Aug 20 01:56:32.646 INFO STEP 6 (ensure_dir) COMPLETE
87572026-08-20T01:56:33.320Z[ recovery-image] Aug 20 01:56:32.646 INFO O| Aug 20 01:56:32.646 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87582026-08-20T01:56:33.326Z[ recovery-image] Aug 20 01:56:32.656 INFO O| Aug 20 01:56:32.656 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87592026-08-20T01:56:33.326Z[ recovery-image] Aug 20 01:56:32.656 INFO O| Aug 20 01:56:32.656 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87602026-08-20T01:56:33.326Z[ recovery-image] Aug 20 01:56:32.656 INFO O| Aug 20 01:56:32.656 INFO STEP 7 (ensure_dir) COMPLETE
87612026-08-20T01:56:33.329Z[ recovery-image] Aug 20 01:56:32.656 INFO O| Aug 20 01:56:32.656 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87622026-08-20T01:56:33.336Z[ recovery-image] Aug 20 01:56:32.667 INFO O| Aug 20 01:56:32.667 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87632026-08-20T01:56:33.340Z[ recovery-image] Aug 20 01:56:32.667 INFO O| Aug 20 01:56:32.667 INFO STEP 8 (remove_files) COMPLETE
87642026-08-20T01:56:33.340Z[ recovery-image] Aug 20 01:56:32.667 INFO O| Aug 20 01:56:32.667 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87652026-08-20T01:56:33.347Z[ recovery-image] Aug 20 01:56:32.678 INFO O| Aug 20 01:56:32.677 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87662026-08-20T01:56:33.351Z[ recovery-image] Aug 20 01:56:32.678 INFO O| Aug 20 01:56:32.678 INFO STEP 9 (remove_files) COMPLETE
87672026-08-20T01:56:33.352Z[ recovery-image] Aug 20 01:56:32.678 INFO O| Aug 20 01:56:32.678 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87682026-08-20T01:56:33.359Z[ recovery-image] Aug 20 01:56:32.689 INFO O| Aug 20 01:56:32.689 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87692026-08-20T01:56:33.359Z[ recovery-image] Aug 20 01:56:32.690 INFO O| Aug 20 01:56:32.690 INFO STEP 10 (remove_files) COMPLETE
87702026-08-20T01:56:33.360Z[ recovery-image] Aug 20 01:56:32.690 INFO O| Aug 20 01:56:32.690 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87712026-08-20T01:56:33.395Z[ recovery-image] Aug 20 01:56:32.699 INFO O| Aug 20 01:56:32.699 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87722026-08-20T01:56:33.395Z[ recovery-image] Aug 20 01:56:32.699 INFO O| Aug 20 01:56:32.699 INFO STEP 11 (remove_files) COMPLETE
87732026-08-20T01:56:33.395Z[ recovery-image] Aug 20 01:56:32.699 INFO O| Aug 20 01:56:32.699 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87742026-08-20T01:56:33.470Z[ recovery-image] Aug 20 01:56:32.708 INFO O| Aug 20 01:56:32.708 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87752026-08-20T01:56:33.470Z[ recovery-image] Aug 20 01:56:32.708 INFO O| Aug 20 01:56:32.708 INFO STEP 12 (remove_files) COMPLETE
87762026-08-20T01:56:33.470Z[ recovery-image] Aug 20 01:56:32.708 INFO O| Aug 20 01:56:32.708 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87772026-08-20T01:56:33.470Z[ recovery-image] Aug 20 01:56:32.718 INFO O| Aug 20 01:56:32.718 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87782026-08-20T01:56:33.470Z[ recovery-image] Aug 20 01:56:32.718 INFO O| Aug 20 01:56:32.718 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87792026-08-20T01:56:33.470Z[ recovery-image] Aug 20 01:56:32.718 INFO O| Aug 20 01:56:32.718 INFO STEP 13 (ensure_dir) COMPLETE
87802026-08-20T01:56:33.470Z[ recovery-image] Aug 20 01:56:32.718 INFO O| Aug 20 01:56:32.718 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87812026-08-20T01:56:33.470Z[ recovery-image] Aug 20 01:56:32.726 INFO O| Aug 20 01:56:32.726 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87822026-08-20T01:56:33.470Z[ recovery-image] Aug 20 01:56:32.726 INFO O| Aug 20 01:56:32.726 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87832026-08-20T01:56:33.470Z[ recovery-image] Aug 20 01:56:32.726 INFO O| Aug 20 01:56:32.726 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87842026-08-20T01:56:33.470Z[ recovery-image] Aug 20 01:56:32.726 INFO O| Aug 20 01:56:32.726 INFO STEP 14 (ensure_dir) COMPLETE
87852026-08-20T01:56:33.470Z[ recovery-image] Aug 20 01:56:32.726 INFO O| Aug 20 01:56:32.726 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87862026-08-20T01:56:33.470Z[ recovery-image] Aug 20 01:56:32.736 INFO O| Aug 20 01:56:32.735 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87872026-08-20T01:56:33.470Z[ recovery-image] Aug 20 01:56:32.736 INFO O| Aug 20 01:56:32.735 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87882026-08-20T01:56:33.470Z[ recovery-image] Aug 20 01:56:32.736 INFO O| Aug 20 01:56:32.736 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87892026-08-20T01:56:33.470Z[ recovery-image] Aug 20 01:56:32.736 INFO O| Aug 20 01:56:32.736 INFO STEP 15 (ensure_dir) COMPLETE
87902026-08-20T01:56:33.470Z[ recovery-image] Aug 20 01:56:32.736 INFO O| Aug 20 01:56:32.736 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87912026-08-20T01:56:33.470Z[ recovery-image] Aug 20 01:56:32.744 INFO O| Aug 20 01:56:32.744 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87922026-08-20T01:56:33.470Z[ recovery-image] Aug 20 01:56:32.744 INFO O| Aug 20 01:56:32.744 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87932026-08-20T01:56:33.470Z[ recovery-image] Aug 20 01:56:32.744 INFO O| Aug 20 01:56:32.744 INFO STEP 16 (ensure_dir) COMPLETE
87942026-08-20T01:56:33.470Z[ recovery-image] Aug 20 01:56:32.744 INFO O| Aug 20 01:56:32.744 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87952026-08-20T01:56:33.482Z[ recovery-image] Aug 20 01:56:32.753 INFO O| Aug 20 01:56:32.753 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87962026-08-20T01:56:33.482Z[ recovery-image] Aug 20 01:56:32.754 INFO O| Aug 20 01:56:32.753 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87972026-08-20T01:56:33.482Z[ recovery-image] Aug 20 01:56:32.754 INFO O| Aug 20 01:56:32.753 INFO STEP 17 (ensure_dir) COMPLETE
87982026-08-20T01:56:33.482Z[ recovery-image] Aug 20 01:56:32.754 INFO O| Aug 20 01:56:32.753 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87992026-08-20T01:56:33.483Z[ recovery-image] Aug 20 01:56:32.764 INFO O| Aug 20 01:56:32.764 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88002026-08-20T01:56:33.483Z[ recovery-image] Aug 20 01:56:32.764 INFO O| Aug 20 01:56:32.764 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88012026-08-20T01:56:33.483Z[ recovery-image] Aug 20 01:56:32.764 INFO O| Aug 20 01:56:32.764 INFO ok!
88022026-08-20T01:56:33.483Z[ recovery-image] Aug 20 01:56:32.764 INFO O| Aug 20 01:56:32.764 INFO STEP 18 (ensure_symlink) COMPLETE
88032026-08-20T01:56:33.483Z[ recovery-image] Aug 20 01:56:32.764 INFO O| Aug 20 01:56:32.764 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88042026-08-20T01:56:33.483Z[ recovery-image] Aug 20 01:56:32.797 INFO O| Aug 20 01:56:32.796 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88052026-08-20T01:56:33.483Z[ recovery-image] Aug 20 01:56:32.797 INFO O| Aug 20 01:56:32.796 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88062026-08-20T01:56:33.483Z[ recovery-image] Aug 20 01:56:32.797 INFO O| Aug 20 01:56:32.796 INFO ok!
88072026-08-20T01:56:33.483Z[ recovery-image] Aug 20 01:56:32.797 INFO O| Aug 20 01:56:32.796 INFO STEP 19 (ensure_file) COMPLETE
88082026-08-20T01:56:33.483Z[ recovery-image] Aug 20 01:56:32.797 INFO O| Aug 20 01:56:32.796 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88092026-08-20T01:56:33.500Z[ recovery-image] Aug 20 01:56:32.827 INFO O| Aug 20 01:56:32.827 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88102026-08-20T01:56:33.500Z[ recovery-image] Aug 20 01:56:32.827 INFO O| Aug 20 01:56:32.827 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88112026-08-20T01:56:33.500Z[ recovery-image] Aug 20 01:56:32.827 INFO O| Aug 20 01:56:32.827 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88122026-08-20T01:56:33.519Z[ recovery-image] Aug 20 01:56:32.827 INFO O| Aug 20 01:56:32.827 INFO ok!
88132026-08-20T01:56:33.520Z[ recovery-image] Aug 20 01:56:32.827 INFO O| Aug 20 01:56:32.827 INFO STEP 20 (ensure_symlink) COMPLETE
88142026-08-20T01:56:33.520Z[ recovery-image] Aug 20 01:56:32.827 INFO O| Aug 20 01:56:32.827 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88152026-08-20T01:56:33.526Z[ recovery-image] Aug 20 01:56:32.837 INFO O| Aug 20 01:56:32.837 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88162026-08-20T01:56:33.526Z[ recovery-image] Aug 20 01:56:32.837 INFO O| Aug 20 01:56:32.837 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88172026-08-20T01:56:33.526Z[ recovery-image] Aug 20 01:56:32.837 INFO O| Aug 20 01:56:32.837 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88182026-08-20T01:56:33.526Z[ recovery-image] Aug 20 01:56:32.837 INFO O| Aug 20 01:56:32.837 INFO ok!
88192026-08-20T01:56:33.526Z[ recovery-image] Aug 20 01:56:32.837 INFO O| Aug 20 01:56:32.837 INFO STEP 21 (ensure_symlink) COMPLETE
88202026-08-20T01:56:33.526Z[ recovery-image] Aug 20 01:56:32.837 INFO O| Aug 20 01:56:32.837 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88212026-08-20T01:56:33.526Z[ recovery-image] Aug 20 01:56:32.847 INFO O| Aug 20 01:56:32.847 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88222026-08-20T01:56:33.526Z[ recovery-image] Aug 20 01:56:32.847 INFO O| Aug 20 01:56:32.847 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88232026-08-20T01:56:33.526Z[ recovery-image] Aug 20 01:56:32.847 INFO O| Aug 20 01:56:32.847 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88242026-08-20T01:56:33.526Z[ recovery-image] Aug 20 01:56:32.847 INFO O| Aug 20 01:56:32.847 INFO ok!
88252026-08-20T01:56:33.526Z[ recovery-image] Aug 20 01:56:32.847 INFO O| Aug 20 01:56:32.847 INFO STEP 22 (ensure_symlink) COMPLETE
88262026-08-20T01:56:33.526Z[ recovery-image] Aug 20 01:56:32.847 INFO O| Aug 20 01:56:32.847 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88272026-08-20T01:56:33.532Z[ recovery-image] Aug 20 01:56:32.855 INFO O| Aug 20 01:56:32.855 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88282026-08-20T01:56:33.532Z[ recovery-image] Aug 20 01:56:32.855 INFO O| Aug 20 01:56:32.855 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88292026-08-20T01:56:33.532Z[ recovery-image] Aug 20 01:56:32.855 INFO O| Aug 20 01:56:32.855 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88302026-08-20T01:56:33.532Z[ recovery-image] Aug 20 01:56:32.855 INFO O| Aug 20 01:56:32.855 INFO ok!
88312026-08-20T01:56:33.532Z[ recovery-image] Aug 20 01:56:32.855 INFO O| Aug 20 01:56:32.855 INFO STEP 23 (ensure_symlink) COMPLETE
88322026-08-20T01:56:33.532Z[ recovery-image] Aug 20 01:56:32.855 INFO O| Aug 20 01:56:32.855 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88332026-08-20T01:56:33.537Z[ recovery-image] Aug 20 01:56:32.863 INFO O| Aug 20 01:56:32.863 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88342026-08-20T01:56:33.537Z[ recovery-image] Aug 20 01:56:32.863 INFO O| Aug 20 01:56:32.863 INFO copying /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.dns -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf ...
88352026-08-20T01:56:33.537Z[ recovery-image] Aug 20 01:56:32.863 INFO O| Aug 20 01:56:32.863 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88362026-08-20T01:56:33.537Z[ recovery-image] Aug 20 01:56:32.863 INFO O| Aug 20 01:56:32.863 INFO ok!
88372026-08-20T01:56:33.537Z[ recovery-image] Aug 20 01:56:32.863 INFO O| Aug 20 01:56:32.863 INFO STEP 24 (ensure_file) COMPLETE
88382026-08-20T01:56:33.537Z[ recovery-image] Aug 20 01:56:32.863 INFO O| Aug 20 01:56:32.863 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88392026-08-20T01:56:33.544Z[ recovery-image] Aug 20 01:56:32.875 INFO O| Aug 20 01:56:32.875 INFO updating shadow file
88402026-08-20T01:56:33.544Z[ recovery-image] Aug 20 01:56:32.875 INFO O| Aug 20 01:56:32.875 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88412026-08-20T01:56:33.544Z[ recovery-image] Aug 20 01:56:32.875 INFO O| Aug 20 01:56:32.875 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88422026-08-20T01:56:33.544Z[ recovery-image] Aug 20 01:56:32.875 INFO O| Aug 20 01:56:32.875 INFO STEP 25 (shadow) COMPLETE
88432026-08-20T01:56:33.548Z[ recovery-image] Aug 20 01:56:32.875 INFO O| Aug 20 01:56:32.875 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88442026-08-20T01:56:33.554Z[ recovery-image] Aug 20 01:56:32.885 INFO O| Aug 20 01:56:32.885 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88452026-08-20T01:56:33.554Z[ recovery-image] Aug 20 01:56:32.885 INFO O| Aug 20 01:56:32.885 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88462026-08-20T01:56:33.554Z[ recovery-image] Aug 20 01:56:32.885 INFO O| Aug 20 01:56:32.885 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88472026-08-20T01:56:33.559Z[ recovery-image] Aug 20 01:56:32.885 INFO O| Aug 20 01:56:32.885 INFO ok!
88482026-08-20T01:56:33.559Z[ recovery-image] Aug 20 01:56:32.885 INFO O| Aug 20 01:56:32.885 INFO STEP 26 (ensure_file) COMPLETE
88492026-08-20T01:56:33.559Z[ recovery-image] Aug 20 01:56:32.885 INFO O| Aug 20 01:56:32.885 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88502026-08-20T01:56:33.564Z[ recovery-image] Aug 20 01:56:32.895 INFO O| Aug 20 01:56:32.895 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88512026-08-20T01:56:33.564Z[ recovery-image] Aug 20 01:56:32.895 INFO O| Aug 20 01:56:32.895 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88522026-08-20T01:56:33.564Z[ recovery-image] Aug 20 01:56:32.895 INFO O| Aug 20 01:56:32.895 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88532026-08-20T01:56:33.568Z[ recovery-image] Aug 20 01:56:32.895 INFO O| Aug 20 01:56:32.895 INFO ok!
88542026-08-20T01:56:33.568Z[ recovery-image] Aug 20 01:56:32.895 INFO O| Aug 20 01:56:32.895 INFO STEP 27 (ensure_file) COMPLETE
88552026-08-20T01:56:33.568Z[ recovery-image] Aug 20 01:56:32.895 INFO O| Aug 20 01:56:32.895 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88562026-08-20T01:56:33.574Z[ recovery-image] Aug 20 01:56:32.905 INFO O| Aug 20 01:56:32.905 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88572026-08-20T01:56:33.574Z[ recovery-image] Aug 20 01:56:32.905 INFO O| Aug 20 01:56:32.905 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88582026-08-20T01:56:33.575Z[ recovery-image] Aug 20 01:56:32.905 INFO O| Aug 20 01:56:32.905 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88592026-08-20T01:56:33.578Z[ recovery-image] Aug 20 01:56:32.905 INFO O| Aug 20 01:56:32.905 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88602026-08-20T01:56:33.578Z[ recovery-image] Aug 20 01:56:32.905 INFO O| Aug 20 01:56:32.905 INFO ok!
88612026-08-20T01:56:33.578Z[ recovery-image] Aug 20 01:56:32.905 INFO O| Aug 20 01:56:32.905 INFO STEP 28 (ensure_file) COMPLETE
88622026-08-20T01:56:33.578Z[ recovery-image] Aug 20 01:56:32.905 INFO O| Aug 20 01:56:32.905 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88632026-08-20T01:56:33.586Z[ recovery-image] Aug 20 01:56:32.916 INFO O| Aug 20 01:56:32.916 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88642026-08-20T01:56:33.586Z[ recovery-image] Aug 20 01:56:32.916 INFO O| Aug 20 01:56:32.916 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88652026-08-20T01:56:33.586Z[ recovery-image] Aug 20 01:56:32.916 INFO O| Aug 20 01:56:32.916 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88662026-08-20T01:56:33.592Z[ recovery-image] Aug 20 01:56:32.916 INFO O| Aug 20 01:56:32.916 INFO ok!
88672026-08-20T01:56:33.592Z[ recovery-image] Aug 20 01:56:32.916 INFO O| Aug 20 01:56:32.916 INFO STEP 29 (ensure_file) COMPLETE
88682026-08-20T01:56:33.592Z[ recovery-image] Aug 20 01:56:32.916 INFO O| Aug 20 01:56:32.916 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88692026-08-20T01:56:33.596Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
88702026-08-20T01:56:33.603Z[ recovery-image] Aug 20 01:56:32.928 INFO O| Aug 20 01:56:32.927 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88712026-08-20T01:56:33.603Z[ recovery-image] Aug 20 01:56:32.928 INFO O| Aug 20 01:56:32.928 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88722026-08-20T01:56:33.603Z[ recovery-image] Aug 20 01:56:32.928 INFO O| Aug 20 01:56:32.928 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88732026-08-20T01:56:33.603Z[ recovery-image] Aug 20 01:56:32.928 INFO O| Aug 20 01:56:32.928 INFO STEP 30 (ensure_dir) COMPLETE
88742026-08-20T01:56:33.603Z[ recovery-image] Aug 20 01:56:32.928 INFO O| Aug 20 01:56:32.928 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88752026-08-20T01:56:33.609Z[ recovery-image] Aug 20 01:56:32.939 INFO O| Aug 20 01:56:32.939 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88762026-08-20T01:56:33.609Z[ recovery-image] Aug 20 01:56:32.939 INFO O| Aug 20 01:56:32.939 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup ...
88772026-08-20T01:56:33.609Z[ recovery-image] Aug 20 01:56:32.939 INFO O| Aug 20 01:56:32.939 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88782026-08-20T01:56:33.609Z[ recovery-image] Aug 20 01:56:32.939 INFO O| Aug 20 01:56:32.939 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88792026-08-20T01:56:33.609Z[ recovery-image] Aug 20 01:56:32.939 INFO O| Aug 20 01:56:32.939 INFO ok!
88802026-08-20T01:56:33.609Z[ recovery-image] Aug 20 01:56:32.939 INFO O| Aug 20 01:56:32.939 INFO STEP 31 (ensure_file) COMPLETE
88812026-08-20T01:56:33.609Z[ recovery-image] Aug 20 01:56:32.939 INFO O| Aug 20 01:56:32.939 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88822026-08-20T01:56:33.618Z[ recovery-image] Aug 20 01:56:32.949 INFO O| Aug 20 01:56:32.949 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88832026-08-20T01:56:33.618Z[ recovery-image] Aug 20 01:56:32.949 INFO O| Aug 20 01:56:32.949 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88842026-08-20T01:56:33.618Z[ recovery-image] Aug 20 01:56:32.949 INFO O| Aug 20 01:56:32.949 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88852026-08-20T01:56:33.624Z[ recovery-image] Aug 20 01:56:32.949 INFO O| Aug 20 01:56:32.949 INFO STEP 32 (ensure_dir) COMPLETE
88862026-08-20T01:56:33.625Z[ recovery-image] Aug 20 01:56:32.949 INFO O| Aug 20 01:56:32.949 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88872026-08-20T01:56:33.638Z[ recovery-image] Aug 20 01:56:32.960 INFO O| Aug 20 01:56:32.960 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
88882026-08-20T01:56:33.638Z[ recovery-image] Aug 20 01:56:32.960 INFO O| Aug 20 01:56:32.960 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml ...
88892026-08-20T01:56:33.646Z[ recovery-image] Aug 20 01:56:32.960 INFO O| Aug 20 01:56:32.960 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
88902026-08-20T01:56:33.646Z[ recovery-image] Aug 20 01:56:32.960 INFO O| Aug 20 01:56:32.960 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
88912026-08-20T01:56:33.646Z[ recovery-image] Aug 20 01:56:32.960 INFO O| Aug 20 01:56:32.960 INFO ok!
88922026-08-20T01:56:33.646Z[ recovery-image] Aug 20 01:56:32.960 INFO O| Aug 20 01:56:32.960 INFO STEP 33 (ensure_file) COMPLETE
88932026-08-20T01:56:33.646Z[ recovery-image] Aug 20 01:56:32.960 INFO O| Aug 20 01:56:32.960 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88942026-08-20T01:56:33.646Z[ recovery-image] Aug 20 01:56:32.970 INFO O| Aug 20 01:56:32.970 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
88952026-08-20T01:56:33.646Z[ recovery-image] Aug 20 01:56:32.970 INFO O| Aug 20 01:56:32.970 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
88962026-08-20T01:56:33.646Z[ recovery-image] Aug 20 01:56:32.970 INFO O| Aug 20 01:56:32.970 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
88972026-08-20T01:56:33.647Z[ recovery-image] Aug 20 01:56:32.970 INFO O| Aug 20 01:56:32.970 INFO ok!
88982026-08-20T01:56:33.647Z[ recovery-image] Aug 20 01:56:32.970 INFO O| Aug 20 01:56:32.970 INFO STEP 34 (ensure_file) COMPLETE
88992026-08-20T01:56:33.647Z[ recovery-image] Aug 20 01:56:32.970 INFO O| Aug 20 01:56:32.970 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89002026-08-20T01:56:33.651Z[ recovery-image] Aug 20 01:56:32.981 INFO O| Aug 20 01:56:32.981 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89012026-08-20T01:56:33.651Z[ recovery-image] Aug 20 01:56:32.981 INFO O| Aug 20 01:56:32.981 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89022026-08-20T01:56:33.651Z[ recovery-image] Aug 20 01:56:32.982 INFO O| Aug 20 01:56:32.981 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89032026-08-20T01:56:33.651Z[ recovery-image] Aug 20 01:56:32.982 INFO O| Aug 20 01:56:32.982 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89042026-08-20T01:56:33.651Z[ recovery-image] Aug 20 01:56:32.982 INFO O| Aug 20 01:56:32.982 INFO ok!
89052026-08-20T01:56:33.651Z[ recovery-image] Aug 20 01:56:32.982 INFO O| Aug 20 01:56:32.982 INFO STEP 35 (ensure_file) COMPLETE
89062026-08-20T01:56:33.657Z[ recovery-image] Aug 20 01:56:32.982 INFO O| Aug 20 01:56:32.982 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89072026-08-20T01:56:33.662Z[ recovery-image] Aug 20 01:56:32.992 INFO O| Aug 20 01:56:32.991 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89082026-08-20T01:56:33.662Z[ recovery-image] Aug 20 01:56:32.992 INFO O| Aug 20 01:56:32.992 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89092026-08-20T01:56:33.662Z[ recovery-image] Aug 20 01:56:32.992 INFO O| Aug 20 01:56:32.992 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89102026-08-20T01:56:33.662Z[ recovery-image] Aug 20 01:56:32.992 INFO O| Aug 20 01:56:32.992 INFO ok!
89112026-08-20T01:56:33.662Z[ recovery-image] Aug 20 01:56:32.992 INFO O| Aug 20 01:56:32.992 INFO STEP 36 (ensure_file) COMPLETE
89122026-08-20T01:56:33.662Z[ recovery-image] Aug 20 01:56:32.992 INFO O| Aug 20 01:56:32.992 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89132026-08-20T01:56:33.680Z[ recovery-image] Aug 20 01:56:33.002 INFO O| Aug 20 01:56:33.002 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89142026-08-20T01:56:33.680Z[ recovery-image] Aug 20 01:56:33.002 INFO O| Aug 20 01:56:33.002 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89152026-08-20T01:56:33.680Z[ recovery-image] Aug 20 01:56:33.002 INFO O| Aug 20 01:56:33.002 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89162026-08-20T01:56:33.680Z[ recovery-image] Aug 20 01:56:33.002 INFO O| Aug 20 01:56:33.002 INFO ok!
89172026-08-20T01:56:33.688Z[ recovery-image] Aug 20 01:56:33.002 INFO O| Aug 20 01:56:33.002 INFO STEP 37 (ensure_file) COMPLETE
89182026-08-20T01:56:33.688Z[ recovery-image] Aug 20 01:56:33.002 INFO O| Aug 20 01:56:33.002 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89192026-08-20T01:56:33.688Z[ recovery-image] Aug 20 01:56:33.013 INFO O| Aug 20 01:56:33.012 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89202026-08-20T01:56:33.688Z[ recovery-image] Aug 20 01:56:33.013 INFO O| Aug 20 01:56:33.013 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89212026-08-20T01:56:33.688Z[ recovery-image] Aug 20 01:56:33.013 INFO O| Aug 20 01:56:33.013 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89222026-08-20T01:56:33.688Z[ recovery-image] Aug 20 01:56:33.013 INFO O| Aug 20 01:56:33.013 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89232026-08-20T01:56:33.688Z[ recovery-image] Aug 20 01:56:33.013 INFO O| Aug 20 01:56:33.013 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89242026-08-20T01:56:33.688Z[ recovery-image] Aug 20 01:56:33.013 INFO O| Aug 20 01:56:33.013 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89252026-08-20T01:56:33.688Z[ recovery-image] Aug 20 01:56:33.013 INFO O| Aug 20 01:56:33.013 INFO ok!
89262026-08-20T01:56:33.688Z[ recovery-image] Aug 20 01:56:33.013 INFO O| Aug 20 01:56:33.013 INFO STEP 38 (ensure_file) COMPLETE
89272026-08-20T01:56:33.688Z[ recovery-image] Aug 20 01:56:33.013 INFO O| Aug 20 01:56:33.013 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89282026-08-20T01:56:33.692Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
89292026-08-20T01:56:33.692Z[ recovery-image] Aug 20 01:56:33.022 INFO O| Aug 20 01:56:33.022 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89302026-08-20T01:56:33.692Z[ recovery-image] Aug 20 01:56:33.023 INFO O| Aug 20 01:56:33.023 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89312026-08-20T01:56:33.692Z[ recovery-image] Aug 20 01:56:33.023 INFO O| Aug 20 01:56:33.023 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89322026-08-20T01:56:33.692Z[ recovery-image] Aug 20 01:56:33.023 INFO O| Aug 20 01:56:33.023 INFO STEP 39 (ensure_dir) COMPLETE
89332026-08-20T01:56:33.692Z[ recovery-image] Aug 20 01:56:33.023 INFO O| Aug 20 01:56:33.023 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89342026-08-20T01:56:33.701Z[ recovery-image] Aug 20 01:56:33.032 INFO O| Aug 20 01:56:33.032 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
89352026-08-20T01:56:33.701Z[ recovery-image] Aug 20 01:56:33.032 INFO O| Aug 20 01:56:33.032 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
89362026-08-20T01:56:33.701Z[ recovery-image] Aug 20 01:56:33.032 INFO O| Aug 20 01:56:33.032 INFO perms are 644, should be 555, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
89372026-08-20T01:56:33.702Z[ recovery-image] Aug 20 01:56:33.032 INFO O| Aug 20 01:56:33.032 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
89382026-08-20T01:56:33.706Z[ recovery-image] Aug 20 01:56:33.032 INFO O| Aug 20 01:56:33.032 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
89392026-08-20T01:56:33.706Z[ recovery-image] Aug 20 01:56:33.032 INFO O| Aug 20 01:56:33.032 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
89402026-08-20T01:56:33.707Z[ recovery-image] Aug 20 01:56:33.032 INFO O| Aug 20 01:56:33.032 INFO ok!
89412026-08-20T01:56:33.707Z[ recovery-image] Aug 20 01:56:33.032 INFO O| Aug 20 01:56:33.032 INFO STEP 40 (ensure_file) COMPLETE
89422026-08-20T01:56:33.707Z[ recovery-image] Aug 20 01:56:33.032 INFO O| Aug 20 01:56:33.032 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89432026-08-20T01:56:33.712Z[ recovery-image] Aug 20 01:56:33.042 INFO O| Aug 20 01:56:33.042 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89442026-08-20T01:56:33.712Z[ recovery-image] Aug 20 01:56:33.042 INFO O| Aug 20 01:56:33.042 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
89452026-08-20T01:56:33.712Z[ recovery-image] Aug 20 01:56:33.042 INFO O| Aug 20 01:56:33.042 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89462026-08-20T01:56:33.720Z[ recovery-image] Aug 20 01:56:33.042 INFO O| Aug 20 01:56:33.042 INFO ok!
89472026-08-20T01:56:33.720Z[ recovery-image] Aug 20 01:56:33.042 INFO O| Aug 20 01:56:33.042 INFO STEP 41 (ensure_symlink) COMPLETE
89482026-08-20T01:56:33.720Z[ recovery-image] Aug 20 01:56:33.042 INFO O| Aug 20 01:56:33.042 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89492026-08-20T01:56:33.724Z[ recovery-image] Aug 20 01:56:33.053 INFO O| Aug 20 01:56:33.051 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89502026-08-20T01:56:33.724Z[ recovery-image] Aug 20 01:56:33.053 INFO O| Aug 20 01:56:33.051 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89512026-08-20T01:56:33.724Z[ recovery-image] Aug 20 01:56:33.053 INFO O| Aug 20 01:56:33.051 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89522026-08-20T01:56:33.724Z[ recovery-image] Aug 20 01:56:33.053 INFO O| Aug 20 01:56:33.051 INFO ok!
89532026-08-20T01:56:33.724Z[ recovery-image] Aug 20 01:56:33.053 INFO O| Aug 20 01:56:33.051 INFO STEP 42 (ensure_symlink) COMPLETE
89542026-08-20T01:56:33.724Z[ recovery-image] Aug 20 01:56:33.053 INFO O| Aug 20 01:56:33.051 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89552026-08-20T01:56:33.731Z[ recovery-image] Aug 20 01:56:33.062 INFO O| Aug 20 01:56:33.062 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89562026-08-20T01:56:33.731Z[ recovery-image] Aug 20 01:56:33.062 INFO O| Aug 20 01:56:33.062 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89572026-08-20T01:56:33.736Z[ recovery-image] Aug 20 01:56:33.062 INFO O| Aug 20 01:56:33.062 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89582026-08-20T01:56:33.736Z[ recovery-image] Aug 20 01:56:33.062 INFO O| Aug 20 01:56:33.062 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89592026-08-20T01:56:33.736Z[ recovery-image] Aug 20 01:56:33.062 INFO O| Aug 20 01:56:33.062 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89602026-08-20T01:56:33.736Z[ recovery-image] Aug 20 01:56:33.062 INFO O| Aug 20 01:56:33.062 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89612026-08-20T01:56:33.736Z[ recovery-image] Aug 20 01:56:33.062 INFO O| Aug 20 01:56:33.062 INFO ok!
89622026-08-20T01:56:33.736Z[ recovery-image] Aug 20 01:56:33.062 INFO O| Aug 20 01:56:33.062 INFO STEP 43 (ensure_file) COMPLETE
89632026-08-20T01:56:33.736Z[ recovery-image] Aug 20 01:56:33.063 INFO O| Aug 20 01:56:33.062 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89642026-08-20T01:56:33.742Z[ recovery-image] Aug 20 01:56:33.073 INFO O| Aug 20 01:56:33.073 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89652026-08-20T01:56:33.742Z[ recovery-image] Aug 20 01:56:33.073 INFO O| Aug 20 01:56:33.073 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml ...
89662026-08-20T01:56:33.742Z[ recovery-image] Aug 20 01:56:33.073 INFO O| Aug 20 01:56:33.073 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89672026-08-20T01:56:33.745Z[ recovery-image] Aug 20 01:56:33.073 INFO O| Aug 20 01:56:33.073 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89682026-08-20T01:56:33.745Z[ recovery-image] Aug 20 01:56:33.073 INFO O| Aug 20 01:56:33.073 INFO ok!
89692026-08-20T01:56:33.745Z[ recovery-image] Aug 20 01:56:33.073 INFO O| Aug 20 01:56:33.073 INFO STEP 44 (ensure_file) COMPLETE
89702026-08-20T01:56:33.745Z[ recovery-image] Aug 20 01:56:33.073 INFO O| Aug 20 01:56:33.073 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89712026-08-20T01:56:33.753Z[ recovery-image] Aug 20 01:56:33.084 INFO O| Aug 20 01:56:33.084 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89722026-08-20T01:56:33.753Z[ recovery-image] Aug 20 01:56:33.084 INFO O| Aug 20 01:56:33.084 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89732026-08-20T01:56:33.753Z[ recovery-image] Aug 20 01:56:33.084 INFO O| Aug 20 01:56:33.084 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89742026-08-20T01:56:33.757Z[ recovery-image] Aug 20 01:56:33.084 INFO O| Aug 20 01:56:33.084 INFO ok!
89752026-08-20T01:56:33.757Z[ recovery-image] Aug 20 01:56:33.084 INFO O| Aug 20 01:56:33.084 INFO STEP 45 (ensure_file) COMPLETE
89762026-08-20T01:56:33.757Z[ recovery-image] Aug 20 01:56:33.084 INFO O| Aug 20 01:56:33.084 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89772026-08-20T01:56:33.765Z[ recovery-image] Aug 20 01:56:33.095 INFO O| Aug 20 01:56:33.095 INFO updating shadow file
89782026-08-20T01:56:33.765Z[ recovery-image] Aug 20 01:56:33.095 INFO O| Aug 20 01:56:33.095 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89792026-08-20T01:56:33.765Z[ recovery-image] Aug 20 01:56:33.095 INFO O| Aug 20 01:56:33.095 INFO STEP 46 (shadow) COMPLETE
89802026-08-20T01:56:33.769Z[ recovery-image] Aug 20 01:56:33.095 INFO O| Aug 20 01:56:33.095 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89812026-08-20T01:56:33.775Z[ recovery-image] Aug 20 01:56:33.106 INFO O| Aug 20 01:56:33.106 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
89822026-08-20T01:56:33.775Z[ recovery-image] Aug 20 01:56:33.106 INFO O| Aug 20 01:56:33.106 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
89832026-08-20T01:56:33.775Z[ recovery-image] Aug 20 01:56:33.106 INFO O| Aug 20 01:56:33.106 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89842026-08-20T01:56:33.780Z[ recovery-image] Aug 20 01:56:33.106 INFO O| Aug 20 01:56:33.106 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89852026-08-20T01:56:33.780Z[ recovery-image] Aug 20 01:56:33.106 INFO O| Aug 20 01:56:33.106 INFO ok!
89862026-08-20T01:56:33.780Z[ recovery-image] Aug 20 01:56:33.106 INFO O| Aug 20 01:56:33.106 INFO STEP 47 (ensure_file) COMPLETE
89872026-08-20T01:56:33.781Z[ recovery-image] Aug 20 01:56:33.106 INFO O| Aug 20 01:56:33.106 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89882026-08-20T01:56:33.788Z[ recovery-image] Aug 20 01:56:33.117 INFO O| Aug 20 01:56:33.117 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
89892026-08-20T01:56:33.788Z[ recovery-image] Aug 20 01:56:33.117 INFO O| Aug 20 01:56:33.117 INFO STEP 48 (ensure_dir) COMPLETE
89902026-08-20T01:56:33.793Z[ recovery-image] Aug 20 01:56:33.117 INFO O| Aug 20 01:56:33.117 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89912026-08-20T01:56:33.797Z[ recovery-image] Aug 20 01:56:33.127 INFO O| Aug 20 01:56:33.127 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89922026-08-20T01:56:33.797Z[ recovery-image] Aug 20 01:56:33.127 INFO O| Aug 20 01:56:33.127 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89932026-08-20T01:56:33.797Z[ recovery-image] Aug 20 01:56:33.127 INFO O| Aug 20 01:56:33.127 INFO STEP 49 (ensure_dir) COMPLETE
89942026-08-20T01:56:33.797Z[ recovery-image] Aug 20 01:56:33.127 INFO O| Aug 20 01:56:33.127 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89952026-08-20T01:56:33.829Z[ recovery-image] Aug 20 01:56:33.136 INFO O| Aug 20 01:56:33.136 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89962026-08-20T01:56:33.829Z[ recovery-image] Aug 20 01:56:33.136 INFO O| Aug 20 01:56:33.136 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89972026-08-20T01:56:33.829Z[ recovery-image] Aug 20 01:56:33.136 INFO O| Aug 20 01:56:33.136 INFO STEP 50 (ensure_dir) COMPLETE
89982026-08-20T01:56:33.829Z[ recovery-image] Aug 20 01:56:33.136 INFO O| Aug 20 01:56:33.136 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89992026-08-20T01:56:33.829Z[ recovery-image] Aug 20 01:56:33.145 INFO O| Aug 20 01:56:33.145 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90002026-08-20T01:56:33.829Z[ recovery-image] Aug 20 01:56:33.145 INFO O| Aug 20 01:56:33.145 INFO copying /tmp/.tmpon8wkG/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90012026-08-20T01:56:33.846Z[ recovery-image] Aug 20 01:56:33.175 INFO O| Aug 20 01:56:33.175 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90022026-08-20T01:56:33.846Z[ recovery-image] Aug 20 01:56:33.176 INFO O| Aug 20 01:56:33.175 INFO ok!
90032026-08-20T01:56:33.850Z[ recovery-image] Aug 20 01:56:33.176 INFO O| Aug 20 01:56:33.175 INFO STEP 51 (ensure_file) COMPLETE
90042026-08-20T01:56:33.850Z[ recovery-image] Aug 20 01:56:33.176 INFO O| Aug 20 01:56:33.175 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90052026-08-20T01:56:33.858Z[ recovery-image] Aug 20 01:56:33.186 INFO O| Aug 20 01:56:33.186 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90062026-08-20T01:56:33.858Z[ recovery-image] Aug 20 01:56:33.186 INFO O| Aug 20 01:56:33.186 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90072026-08-20T01:56:33.858Z[ recovery-image] Aug 20 01:56:33.186 INFO O| Aug 20 01:56:33.186 INFO STEP 52 (ensure_dir) COMPLETE
90082026-08-20T01:56:33.862Z[ recovery-image] Aug 20 01:56:33.186 INFO O| Aug 20 01:56:33.186 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90092026-08-20T01:56:33.866Z[ recovery-image] Aug 20 01:56:33.196 INFO O| Aug 20 01:56:33.196 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90102026-08-20T01:56:33.866Z[ recovery-image] Aug 20 01:56:33.196 INFO O| Aug 20 01:56:33.196 INFO copying /tmp/.tmpon8wkG/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90112026-08-20T01:56:33.866Z[ recovery-image] Aug 20 01:56:33.197 INFO O| Aug 20 01:56:33.196 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90122026-08-20T01:56:33.866Z[ recovery-image] Aug 20 01:56:33.197 INFO O| Aug 20 01:56:33.196 INFO ok!
90132026-08-20T01:56:33.870Z[ recovery-image] Aug 20 01:56:33.197 INFO O| Aug 20 01:56:33.197 INFO STEP 53 (ensure_file) COMPLETE
90142026-08-20T01:56:33.870Z[ recovery-image] Aug 20 01:56:33.197 INFO O| Aug 20 01:56:33.197 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90152026-08-20T01:56:33.878Z[ recovery-image] Aug 20 01:56:33.208 INFO O| Aug 20 01:56:33.208 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90162026-08-20T01:56:33.878Z[ recovery-image] Aug 20 01:56:33.208 INFO O| Aug 20 01:56:33.208 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90172026-08-20T01:56:33.878Z[ recovery-image] Aug 20 01:56:33.208 INFO O| Aug 20 01:56:33.208 INFO STEP 54 (ensure_dir) COMPLETE
90182026-08-20T01:56:33.881Z[ recovery-image] Aug 20 01:56:33.208 INFO O| Aug 20 01:56:33.208 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90192026-08-20T01:56:33.888Z[ recovery-image] Aug 20 01:56:33.218 INFO O| Aug 20 01:56:33.218 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90202026-08-20T01:56:33.888Z[ recovery-image] Aug 20 01:56:33.219 INFO O| Aug 20 01:56:33.218 INFO copying /tmp/.tmpon8wkG/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90212026-08-20T01:56:33.929Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
90222026-08-20T01:56:34.039Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
90232026-08-20T01:56:34.259Z[verify-libraries] Compiling multimap v0.10.1
90242026-08-20T01:56:34.538Z[verify-libraries] Compiling termios v0.3.3
90252026-08-20T01:56:34.703Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
90262026-08-20T01:56:34.790Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
90272026-08-20T01:56:35.899Z[ recovery-image] Aug 20 01:56:35.228 INFO O| Aug 20 01:56:35.228 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90282026-08-20T01:56:35.905Z[ recovery-image] Aug 20 01:56:35.229 INFO O| Aug 20 01:56:35.228 INFO ok!
90292026-08-20T01:56:35.905Z[ recovery-image] Aug 20 01:56:35.229 INFO O| Aug 20 01:56:35.228 INFO STEP 55 (ensure_file) COMPLETE
90302026-08-20T01:56:35.905Z[ recovery-image] Aug 20 01:56:35.229 INFO O| Aug 20 01:56:35.228 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90312026-08-20T01:56:35.909Z[ recovery-image] Aug 20 01:56:35.239 INFO O| Aug 20 01:56:35.239 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90322026-08-20T01:56:35.909Z[ recovery-image] Aug 20 01:56:35.239 INFO O| Aug 20 01:56:35.239 INFO copying /tmp/.tmpon8wkG/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90332026-08-20T01:56:37.910Z[ recovery-image] Aug 20 01:56:37.241 INFO O| Aug 20 01:56:37.241 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90342026-08-20T01:56:37.911Z[ recovery-image] Aug 20 01:56:37.241 INFO O| Aug 20 01:56:37.241 INFO ok!
90352026-08-20T01:56:37.915Z[ recovery-image] Aug 20 01:56:37.241 INFO O| Aug 20 01:56:37.241 INFO STEP 56 (ensure_file) COMPLETE
90362026-08-20T01:56:37.915Z[ recovery-image] Aug 20 01:56:37.241 INFO O| Aug 20 01:56:37.241 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90372026-08-20T01:56:37.921Z[ recovery-image] Aug 20 01:56:37.252 INFO O| Aug 20 01:56:37.252 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90382026-08-20T01:56:37.921Z[ recovery-image] Aug 20 01:56:37.252 INFO O| Aug 20 01:56:37.252 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90392026-08-20T01:56:37.926Z[ recovery-image] Aug 20 01:56:37.252 INFO O| Aug 20 01:56:37.252 INFO STEP 57 (ensure_dir) COMPLETE
90402026-08-20T01:56:37.926Z[ recovery-image] Aug 20 01:56:37.252 INFO O| Aug 20 01:56:37.252 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90412026-08-20T01:56:37.932Z[ recovery-image] Aug 20 01:56:37.262 INFO O| Aug 20 01:56:37.261 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90422026-08-20T01:56:37.932Z[ recovery-image] Aug 20 01:56:37.262 INFO O| Aug 20 01:56:37.261 INFO copying /tmp/.tmpon8wkG/proto/recovery/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
90432026-08-20T01:56:37.932Z[ recovery-image] Aug 20 01:56:37.262 INFO O| Aug 20 01:56:37.262 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
90442026-08-20T01:56:37.935Z[ recovery-image] Aug 20 01:56:37.262 INFO O| Aug 20 01:56:37.262 INFO ok!
90452026-08-20T01:56:37.935Z[ recovery-image] Aug 20 01:56:37.262 INFO O| Aug 20 01:56:37.262 INFO STEP 58 (ensure_file) COMPLETE
90462026-08-20T01:56:37.935Z[ recovery-image] Aug 20 01:56:37.262 INFO O| Aug 20 01:56:37.262 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90472026-08-20T01:56:37.941Z[ recovery-image] Aug 20 01:56:37.271 INFO O| Aug 20 01:56:37.271 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90482026-08-20T01:56:37.941Z[ recovery-image] Aug 20 01:56:37.271 INFO O| Aug 20 01:56:37.271 INFO copying /tmp/.tmpon8wkG/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
90492026-08-20T01:56:37.941Z[ recovery-image] Aug 20 01:56:37.271 INFO O| Aug 20 01:56:37.271 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
90502026-08-20T01:56:37.945Z[ recovery-image] Aug 20 01:56:37.271 INFO O| Aug 20 01:56:37.271 INFO ok!
90512026-08-20T01:56:37.945Z[ recovery-image] Aug 20 01:56:37.271 INFO O| Aug 20 01:56:37.271 INFO STEP 59 (ensure_file) COMPLETE
90522026-08-20T01:56:37.946Z[ recovery-image] Aug 20 01:56:37.271 INFO O| Aug 20 01:56:37.271 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90532026-08-20T01:56:37.951Z[ recovery-image] Aug 20 01:56:37.281 INFO O| Aug 20 01:56:37.281 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90542026-08-20T01:56:37.951Z[ recovery-image] Aug 20 01:56:37.281 INFO O| Aug 20 01:56:37.281 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90552026-08-20T01:56:37.958Z[ recovery-image] Aug 20 01:56:37.281 INFO O| Aug 20 01:56:37.281 INFO STEP 60 (ensure_dir) COMPLETE
90562026-08-20T01:56:37.958Z[ recovery-image] Aug 20 01:56:37.281 INFO O| Aug 20 01:56:37.281 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90572026-08-20T01:56:37.963Z[ recovery-image] Aug 20 01:56:37.292 INFO O| Aug 20 01:56:37.291 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90582026-08-20T01:56:37.963Z[ recovery-image] Aug 20 01:56:37.292 INFO O| Aug 20 01:56:37.292 INFO copying /tmp/.tmpon8wkG/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
90592026-08-20T01:56:37.963Z[ recovery-image] Aug 20 01:56:37.292 INFO O| Aug 20 01:56:37.292 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90602026-08-20T01:56:37.963Z[ recovery-image] Aug 20 01:56:37.292 INFO O| Aug 20 01:56:37.292 INFO ok!
90612026-08-20T01:56:37.963Z[ recovery-image] Aug 20 01:56:37.292 INFO O| Aug 20 01:56:37.292 INFO STEP 61 (ensure_file) COMPLETE
90622026-08-20T01:56:37.963Z[ recovery-image] Aug 20 01:56:37.292 INFO O| Aug 20 01:56:37.292 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90632026-08-20T01:56:37.979Z[ recovery-image] Aug 20 01:56:37.302 INFO O| Aug 20 01:56:37.302 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90642026-08-20T01:56:37.979Z[ recovery-image] Aug 20 01:56:37.302 INFO O| Aug 20 01:56:37.302 INFO copying /tmp/.tmpon8wkG/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
90652026-08-20T01:56:37.979Z[ recovery-image] Aug 20 01:56:37.302 INFO O| Aug 20 01:56:37.302 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
90662026-08-20T01:56:37.979Z[ recovery-image] Aug 20 01:56:37.302 INFO O| Aug 20 01:56:37.302 INFO ok!
90672026-08-20T01:56:37.979Z[ recovery-image] Aug 20 01:56:37.302 INFO O| Aug 20 01:56:37.302 INFO STEP 62 (ensure_file) COMPLETE
90682026-08-20T01:56:37.979Z[ recovery-image] Aug 20 01:56:37.302 INFO O| Aug 20 01:56:37.302 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90692026-08-20T01:56:37.986Z[ recovery-image] Aug 20 01:56:37.311 INFO O| Aug 20 01:56:37.311 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90702026-08-20T01:56:37.986Z[ recovery-image] Aug 20 01:56:37.311 INFO O| Aug 20 01:56:37.311 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90712026-08-20T01:56:37.986Z[ recovery-image] Aug 20 01:56:37.311 INFO O| Aug 20 01:56:37.311 INFO STEP 63 (ensure_dir) COMPLETE
90722026-08-20T01:56:37.986Z[ recovery-image] Aug 20 01:56:37.311 INFO O| Aug 20 01:56:37.311 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90732026-08-20T01:56:37.992Z[ recovery-image] Aug 20 01:56:37.322 INFO O| Aug 20 01:56:37.322 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90742026-08-20T01:56:37.992Z[ recovery-image] Aug 20 01:56:37.322 INFO O| Aug 20 01:56:37.322 INFO copying /tmp/.tmpon8wkG/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
90752026-08-20T01:56:37.992Z[ recovery-image] Aug 20 01:56:37.322 INFO O| Aug 20 01:56:37.322 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90762026-08-20T01:56:37.992Z[ recovery-image] Aug 20 01:56:37.322 INFO O| Aug 20 01:56:37.322 INFO ok!
90772026-08-20T01:56:37.996Z[ recovery-image] Aug 20 01:56:37.322 INFO O| Aug 20 01:56:37.322 INFO STEP 64 (ensure_file) COMPLETE
90782026-08-20T01:56:37.997Z[ recovery-image] Aug 20 01:56:37.322 INFO O| Aug 20 01:56:37.322 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90792026-08-20T01:56:38.002Z[ recovery-image] Aug 20 01:56:37.332 INFO O| Aug 20 01:56:37.332 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90802026-08-20T01:56:38.003Z[ recovery-image] Aug 20 01:56:37.332 INFO O| Aug 20 01:56:37.332 INFO copying /tmp/.tmpon8wkG/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90812026-08-20T01:56:38.007Z[ recovery-image] Aug 20 01:56:37.332 INFO O| Aug 20 01:56:37.332 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90822026-08-20T01:56:38.007Z[ recovery-image] Aug 20 01:56:37.332 INFO O| Aug 20 01:56:37.332 INFO ok!
90832026-08-20T01:56:38.007Z[ recovery-image] Aug 20 01:56:37.332 INFO O| Aug 20 01:56:37.332 INFO STEP 65 (ensure_file) COMPLETE
90842026-08-20T01:56:38.007Z[ recovery-image] Aug 20 01:56:37.332 INFO O| Aug 20 01:56:37.332 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90852026-08-20T01:56:38.012Z[ recovery-image] Aug 20 01:56:37.342 INFO O| Aug 20 01:56:37.341 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
90862026-08-20T01:56:38.012Z[ recovery-image] Aug 20 01:56:37.342 INFO O| Aug 20 01:56:37.341 INFO STEP 66 (ensure_dir) COMPLETE
90872026-08-20T01:56:38.012Z[ recovery-image] Aug 20 01:56:37.342 INFO O| Aug 20 01:56:37.341 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90882026-08-20T01:56:38.021Z[ recovery-image] Aug 20 01:56:37.352 INFO O| Aug 20 01:56:37.352 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
90892026-08-20T01:56:38.021Z[ recovery-image] Aug 20 01:56:37.352 INFO O| Aug 20 01:56:37.352 INFO STEP 67 (ensure_dir) COMPLETE
90902026-08-20T01:56:38.021Z[ recovery-image] Aug 20 01:56:37.352 INFO O| Aug 20 01:56:37.352 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90912026-08-20T01:56:38.034Z[ recovery-image] Aug 20 01:56:37.361 INFO O| Aug 20 01:56:37.361 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
90922026-08-20T01:56:38.034Z[ recovery-image] Aug 20 01:56:37.361 INFO O| Aug 20 01:56:37.361 INFO STEP 68 (ensure_dir) COMPLETE
90932026-08-20T01:56:38.034Z[ recovery-image] Aug 20 01:56:37.361 INFO O| Aug 20 01:56:37.361 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90942026-08-20T01:56:38.040Z[ recovery-image] Aug 20 01:56:37.370 INFO O| Aug 20 01:56:37.369 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
90952026-08-20T01:56:38.040Z[ recovery-image] Aug 20 01:56:37.370 INFO O| Aug 20 01:56:37.370 INFO STEP 69 (ensure_dir) COMPLETE
90962026-08-20T01:56:38.048Z[ recovery-image] Aug 20 01:56:37.370 INFO O| Aug 20 01:56:37.370 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90972026-08-20T01:56:38.052Z[ recovery-image] Aug 20 01:56:37.380 INFO O| Aug 20 01:56:37.380 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
90982026-08-20T01:56:38.053Z[ recovery-image] Aug 20 01:56:37.380 INFO O| Aug 20 01:56:37.380 INFO copying /tmp/.tmpon8wkG/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
90992026-08-20T01:56:38.053Z[ recovery-image] Aug 20 01:56:37.380 INFO O| Aug 20 01:56:37.380 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91002026-08-20T01:56:38.053Z[ recovery-image] Aug 20 01:56:37.380 INFO O| Aug 20 01:56:37.380 INFO ok!
91012026-08-20T01:56:38.053Z[ recovery-image] Aug 20 01:56:37.380 INFO O| Aug 20 01:56:37.380 INFO STEP 70 (ensure_file) COMPLETE
91022026-08-20T01:56:38.053Z[ recovery-image] Aug 20 01:56:37.380 INFO O| Aug 20 01:56:37.380 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91032026-08-20T01:56:38.061Z[ recovery-image] Aug 20 01:56:37.390 INFO O| Aug 20 01:56:37.390 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91042026-08-20T01:56:38.066Z[ recovery-image] Aug 20 01:56:37.391 INFO O| Aug 20 01:56:37.391 INFO STEP 71 (remove_files) COMPLETE
91052026-08-20T01:56:38.067Z[ recovery-image] Aug 20 01:56:37.391 INFO O| Aug 20 01:56:37.391 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91062026-08-20T01:56:38.070Z[ recovery-image] Aug 20 01:56:37.400 INFO O| Aug 20 01:56:37.400 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91072026-08-20T01:56:38.070Z[ recovery-image] Aug 20 01:56:37.400 INFO O| Aug 20 01:56:37.400 INFO STEP 72 (remove_files) COMPLETE
91082026-08-20T01:56:38.070Z[ recovery-image] Aug 20 01:56:37.400 INFO O| Aug 20 01:56:37.400 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91092026-08-20T01:56:38.080Z[ recovery-image] Aug 20 01:56:37.410 INFO O| Aug 20 01:56:37.410 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91102026-08-20T01:56:38.080Z[ recovery-image] Aug 20 01:56:37.410 INFO O| Aug 20 01:56:37.410 INFO STEP 73 (remove_files) COMPLETE
91112026-08-20T01:56:38.080Z[ recovery-image] Aug 20 01:56:37.410 INFO O| Aug 20 01:56:37.410 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91122026-08-20T01:56:38.089Z[ recovery-image] Aug 20 01:56:37.420 INFO O| Aug 20 01:56:37.419 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91132026-08-20T01:56:38.089Z[ recovery-image] Aug 20 01:56:37.420 INFO O| Aug 20 01:56:37.420 INFO STEP 74 (remove_files) COMPLETE
91142026-08-20T01:56:38.089Z[ recovery-image] Aug 20 01:56:37.420 INFO O| Aug 20 01:56:37.420 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91152026-08-20T01:56:38.101Z[ recovery-image] Aug 20 01:56:37.432 INFO O| Aug 20 01:56:37.432 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91162026-08-20T01:56:38.101Z[ recovery-image] Aug 20 01:56:37.432 INFO O| Aug 20 01:56:37.432 INFO STEP 75 (remove_files) COMPLETE
91172026-08-20T01:56:38.101Z[ recovery-image] Aug 20 01:56:37.432 INFO O| Aug 20 01:56:37.432 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91182026-08-20T01:56:38.113Z[ recovery-image] Aug 20 01:56:37.443 INFO O| Aug 20 01:56:37.442 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91192026-08-20T01:56:38.113Z[ recovery-image] Aug 20 01:56:37.443 INFO O| Aug 20 01:56:37.443 INFO STEP 76 (remove_files) COMPLETE
91202026-08-20T01:56:38.113Z[ recovery-image] Aug 20 01:56:37.443 INFO O| Aug 20 01:56:37.443 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91212026-08-20T01:56:38.122Z[ recovery-image] Aug 20 01:56:37.453 INFO O| Aug 20 01:56:37.453 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91222026-08-20T01:56:38.122Z[ recovery-image] Aug 20 01:56:37.453 INFO O| Aug 20 01:56:37.453 INFO STEP 77 (remove_files) COMPLETE
91232026-08-20T01:56:38.132Z[ recovery-image] Aug 20 01:56:37.453 INFO O| Aug 20 01:56:37.453 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91242026-08-20T01:56:38.136Z[ recovery-image] Aug 20 01:56:37.462 INFO O| Aug 20 01:56:37.462 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91252026-08-20T01:56:38.136Z[ recovery-image] Aug 20 01:56:37.463 INFO O| Aug 20 01:56:37.463 INFO STEP 78 (remove_files) COMPLETE
91262026-08-20T01:56:38.136Z[ recovery-image] Aug 20 01:56:37.463 INFO O| Aug 20 01:56:37.463 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91272026-08-20T01:56:38.142Z[ recovery-image] Aug 20 01:56:37.472 INFO O| Aug 20 01:56:37.472 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91282026-08-20T01:56:38.142Z[ recovery-image] Aug 20 01:56:37.472 INFO O| Aug 20 01:56:37.472 INFO STEP 79 (remove_files) COMPLETE
91292026-08-20T01:56:38.142Z[ recovery-image] Aug 20 01:56:37.472 INFO O| Aug 20 01:56:37.472 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91302026-08-20T01:56:38.153Z[ recovery-image] Aug 20 01:56:37.482 INFO O| Aug 20 01:56:37.482 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91312026-08-20T01:56:38.153Z[ recovery-image] Aug 20 01:56:37.482 INFO O| Aug 20 01:56:37.482 INFO STEP 80 (remove_files) COMPLETE
91322026-08-20T01:56:38.153Z[ recovery-image] Aug 20 01:56:37.482 INFO O| Aug 20 01:56:37.482 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91332026-08-20T01:56:38.161Z[ recovery-image] Aug 20 01:56:37.492 INFO O| Aug 20 01:56:37.492 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91342026-08-20T01:56:38.161Z[ recovery-image] Aug 20 01:56:37.492 INFO O| Aug 20 01:56:37.492 INFO STEP 81 (remove_files) COMPLETE
91352026-08-20T01:56:38.161Z[ recovery-image] Aug 20 01:56:37.492 INFO O| Aug 20 01:56:37.492 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91362026-08-20T01:56:38.172Z[ recovery-image] Aug 20 01:56:37.502 INFO O| Aug 20 01:56:37.502 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91372026-08-20T01:56:38.172Z[ recovery-image] Aug 20 01:56:37.502 INFO O| Aug 20 01:56:37.502 INFO STEP 82 (remove_files) COMPLETE
91382026-08-20T01:56:38.172Z[ recovery-image] Aug 20 01:56:37.502 INFO O| Aug 20 01:56:37.502 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91392026-08-20T01:56:38.181Z[ recovery-image] Aug 20 01:56:37.511 INFO O| Aug 20 01:56:37.511 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91402026-08-20T01:56:38.181Z[ recovery-image] Aug 20 01:56:37.511 INFO O| Aug 20 01:56:37.511 INFO STEP 83 (remove_files) COMPLETE
91412026-08-20T01:56:38.181Z[ recovery-image] Aug 20 01:56:37.511 INFO O| Aug 20 01:56:37.511 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91422026-08-20T01:56:38.193Z[ recovery-image] Aug 20 01:56:37.521 INFO O| Aug 20 01:56:37.521 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91432026-08-20T01:56:38.193Z[ recovery-image] Aug 20 01:56:37.521 INFO O| Aug 20 01:56:37.521 INFO STEP 84 (remove_files) COMPLETE
91442026-08-20T01:56:38.193Z[ recovery-image] Aug 20 01:56:37.521 INFO O| Aug 20 01:56:37.521 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91452026-08-20T01:56:38.200Z[ recovery-image] Aug 20 01:56:37.531 INFO O| Aug 20 01:56:37.531 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91462026-08-20T01:56:38.200Z[ recovery-image] Aug 20 01:56:37.531 INFO O| Aug 20 01:56:37.531 INFO STEP 85 (remove_files) COMPLETE
91472026-08-20T01:56:38.200Z[ recovery-image] Aug 20 01:56:37.531 INFO O| Aug 20 01:56:37.531 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91482026-08-20T01:56:38.210Z[ recovery-image] Aug 20 01:56:37.541 INFO O| Aug 20 01:56:37.541 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91492026-08-20T01:56:38.210Z[ recovery-image] Aug 20 01:56:37.541 INFO O| Aug 20 01:56:37.541 INFO STEP 86 (remove_files) COMPLETE
91502026-08-20T01:56:38.211Z[ recovery-image] Aug 20 01:56:37.541 INFO O| Aug 20 01:56:37.541 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91512026-08-20T01:56:38.222Z[ recovery-image] Aug 20 01:56:37.552 INFO O| Aug 20 01:56:37.552 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91522026-08-20T01:56:38.222Z[ recovery-image] Aug 20 01:56:37.552 INFO O| Aug 20 01:56:37.552 INFO STEP 87 (remove_files) COMPLETE
91532026-08-20T01:56:38.222Z[ recovery-image] Aug 20 01:56:37.552 INFO O| Aug 20 01:56:37.552 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91542026-08-20T01:56:38.227Z[verify-libraries] Compiling polar-core v0.27.3
91552026-08-20T01:56:38.233Z[ recovery-image] Aug 20 01:56:37.562 INFO O| Aug 20 01:56:37.562 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91562026-08-20T01:56:38.233Z[ recovery-image] Aug 20 01:56:37.562 INFO O| Aug 20 01:56:37.562 INFO STEP 88 (remove_files) COMPLETE
91572026-08-20T01:56:38.237Z[ recovery-image] Aug 20 01:56:37.562 INFO O| Aug 20 01:56:37.562 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91582026-08-20T01:56:38.243Z[ recovery-image] Aug 20 01:56:37.573 INFO O| Aug 20 01:56:37.573 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91592026-08-20T01:56:38.243Z[ recovery-image] Aug 20 01:56:37.573 INFO O| Aug 20 01:56:37.573 INFO STEP 89 (remove_files) COMPLETE
91602026-08-20T01:56:38.243Z[ recovery-image] Aug 20 01:56:37.573 INFO O| Aug 20 01:56:37.573 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91612026-08-20T01:56:38.263Z[ recovery-image] Aug 20 01:56:37.593 INFO O| Aug 20 01:56:37.584 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91622026-08-20T01:56:38.263Z[ recovery-image] Aug 20 01:56:37.593 INFO O| Aug 20 01:56:37.593 INFO STEP 90 (remove_files) COMPLETE
91632026-08-20T01:56:38.263Z[ recovery-image] Aug 20 01:56:37.593 INFO O| Aug 20 01:56:37.593 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91642026-08-20T01:56:38.282Z[ recovery-image] Aug 20 01:56:37.612 INFO O| Aug 20 01:56:37.612 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91652026-08-20T01:56:38.282Z[ recovery-image] Aug 20 01:56:37.612 INFO O| Aug 20 01:56:37.612 INFO STEP 91 (remove_files) COMPLETE
91662026-08-20T01:56:38.282Z[ recovery-image] Aug 20 01:56:37.612 INFO O| Aug 20 01:56:37.612 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91672026-08-20T01:56:38.292Z[ recovery-image] Aug 20 01:56:37.623 INFO O| Aug 20 01:56:37.623 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91682026-08-20T01:56:38.293Z[ recovery-image] Aug 20 01:56:37.623 INFO O| Aug 20 01:56:37.623 INFO STEP 92 (remove_files) COMPLETE
91692026-08-20T01:56:38.293Z[ recovery-image] Aug 20 01:56:37.623 INFO O| Aug 20 01:56:37.623 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91702026-08-20T01:56:38.303Z[ recovery-image] Aug 20 01:56:37.633 INFO O| Aug 20 01:56:37.633 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91712026-08-20T01:56:38.303Z[ recovery-image] Aug 20 01:56:37.633 INFO O| Aug 20 01:56:37.633 INFO STEP 93 (remove_files) COMPLETE
91722026-08-20T01:56:38.307Z[ recovery-image] Aug 20 01:56:37.633 INFO O| Aug 20 01:56:37.633 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91732026-08-20T01:56:38.316Z[ recovery-image] Aug 20 01:56:37.646 INFO O| Aug 20 01:56:37.646 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91742026-08-20T01:56:38.316Z[ recovery-image] Aug 20 01:56:37.646 INFO O| Aug 20 01:56:37.646 INFO STEP 94 (remove_files) COMPLETE
91752026-08-20T01:56:38.316Z[ recovery-image] Aug 20 01:56:37.646 INFO O| Aug 20 01:56:37.646 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91762026-08-20T01:56:38.326Z[ recovery-image] Aug 20 01:56:37.656 INFO O| Aug 20 01:56:37.656 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91772026-08-20T01:56:38.326Z[ recovery-image] Aug 20 01:56:37.657 INFO O| Aug 20 01:56:37.657 INFO STEP 95 (remove_files) COMPLETE
91782026-08-20T01:56:38.326Z[ recovery-image] Aug 20 01:56:37.657 INFO O| Aug 20 01:56:37.657 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91792026-08-20T01:56:38.335Z[ recovery-image] Aug 20 01:56:37.666 INFO O| Aug 20 01:56:37.666 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91802026-08-20T01:56:38.335Z[ recovery-image] Aug 20 01:56:37.666 INFO O| Aug 20 01:56:37.666 INFO STEP 96 (remove_files) COMPLETE
91812026-08-20T01:56:38.335Z[ recovery-image] Aug 20 01:56:37.666 INFO O| Aug 20 01:56:37.666 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91822026-08-20T01:56:38.357Z[ recovery-image] Aug 20 01:56:37.684 INFO O| Aug 20 01:56:37.684 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
91832026-08-20T01:56:38.357Z[ recovery-image] Aug 20 01:56:37.684 INFO O| Aug 20 01:56:37.684 INFO STEP 97 (remove_files) COMPLETE
91842026-08-20T01:56:38.357Z[ recovery-image] Aug 20 01:56:37.684 INFO O| Aug 20 01:56:37.684 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91852026-08-20T01:56:38.363Z[ recovery-image] Aug 20 01:56:37.693 INFO O| Aug 20 01:56:37.693 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
91862026-08-20T01:56:38.363Z[ recovery-image] Aug 20 01:56:37.693 INFO O| Aug 20 01:56:37.693 INFO STEP 98 (remove_files) COMPLETE
91872026-08-20T01:56:38.363Z[ recovery-image] Aug 20 01:56:37.693 INFO O| Aug 20 01:56:37.693 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91882026-08-20T01:56:38.374Z[ recovery-image] Aug 20 01:56:37.703 INFO O| Aug 20 01:56:37.703 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
91892026-08-20T01:56:38.375Z[ recovery-image] Aug 20 01:56:37.703 INFO O| Aug 20 01:56:37.703 INFO STEP 99 (remove_files) COMPLETE
91902026-08-20T01:56:38.375Z[ recovery-image] Aug 20 01:56:37.703 INFO O| Aug 20 01:56:37.703 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91912026-08-20T01:56:38.388Z[ recovery-image] Aug 20 01:56:37.718 INFO O| Aug 20 01:56:37.718 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
91922026-08-20T01:56:38.388Z[ recovery-image] Aug 20 01:56:37.718 INFO O| Aug 20 01:56:37.718 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
91932026-08-20T01:56:44.884Z[ recovery-image] Aug 20 01:56:44.213 INFO O| Aug 20 01:56:44.213 INFO O| Loading smf(7) service descriptions: 1/692/693/694/695/696/697/698/699/6910/6911/6912/6913/6914/6915/6916/6917/6918/6919/6920/6921/6922/6923/6924/6925/6926/6927/6928/6929/6930/6931/6932/6933/6934/6935/6936/6937/6938/6939/6940/6941/6942/6943/6944/6945/6946/6947/6948/6949/6950/6951/6952/6953/6954/6955/6956/6957/6958/6959/6960/6961/6962/6963/6964/6965/6966/6967/6968/6969/69
91942026-08-20T01:56:44.884Z[ recovery-image] Aug 20 01:56:44.213 INFO O| Aug 20 01:56:44.213 INFO E| svccfg: Loaded 69 smf(7) service descriptions
91952026-08-20T01:56:44.906Z[ recovery-image] Aug 20 01:56:44.227 INFO O| Aug 20 01:56:44.227 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
91962026-08-20T01:56:45.053Z[ recovery-image] Aug 20 01:56:44.340 INFO O| Aug 20 01:56:44.340 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
91972026-08-20T01:56:45.081Z[ recovery-image] Aug 20 01:56:44.399 INFO O| Aug 20 01:56:44.399 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
91982026-08-20T01:56:45.135Z[ recovery-image] Aug 20 01:56:44.464 INFO O| Aug 20 01:56:44.464 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
91992026-08-20T01:56:45.135Z[ recovery-image] Aug 20 01:56:44.464 INFO O| Aug 20 01:56:44.464 INFO copying /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db ...
92002026-08-20T01:56:45.135Z[ recovery-image] Aug 20 01:56:44.465 INFO O| Aug 20 01:56:44.465 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92012026-08-20T01:56:45.135Z[ recovery-image] Aug 20 01:56:44.465 INFO O| Aug 20 01:56:44.465 INFO ok!
92022026-08-20T01:56:45.135Z[ recovery-image] Aug 20 01:56:44.465 INFO O| Aug 20 01:56:44.465 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92032026-08-20T01:56:45.161Z[ recovery-image] Aug 20 01:56:44.465 INFO O| Aug 20 01:56:44.465 INFO STEP 100 (seed_smf) COMPLETE
92042026-08-20T01:56:45.161Z[ recovery-image] Aug 20 01:56:44.465 INFO O| Aug 20 01:56:44.465 INFO steps complete; finalising image!
92052026-08-20T01:56:45.161Z[ recovery-image] Aug 20 01:56:44.465 INFO O| Aug 20 01:56:44.465 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92062026-08-20T01:56:45.202Z[ recovery-image] Aug 20 01:56:44.531 INFO O| Aug 20 01:56:44.531 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Thu Aug 20 01:56:44 2026)
92072026-08-20T01:56:45.419Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
92082026-08-20T01:56:45.428Z[ recovery-image] Aug 20 01:56:44.738 INFO O| Aug 20 01:56:44.738 INFO trim TEMPORARY-sled-zfs-recovery: (66% trimmed, started at Thu Aug 20 01:56:44 2026)
92092026-08-20T01:56:45.614Z[ recovery-image] Aug 20 01:56:44.945 INFO O| Aug 20 01:56:44.945 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 20 01:56:44 2026)
92102026-08-20T01:56:45.820Z[ recovery-image] Aug 20 01:56:45.151 INFO O| Aug 20 01:56:45.151 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 20 01:56:44 2026)
92112026-08-20T01:56:46.031Z[ recovery-image] Aug 20 01:56:45.359 INFO O| Aug 20 01:56:45.358 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 20 01:56:44 2026)
92122026-08-20T01:56:46.234Z[ recovery-image] Aug 20 01:56:45.565 INFO O| Aug 20 01:56:45.565 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 20 01:56:44 2026)
92132026-08-20T01:56:46.394Z[ host-image] Aug 20 01:56:45.720 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24193:20260819T212218Z
92142026-08-20T01:56:46.394Z[ host-image] Aug 20 01:56:45.720 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24193:20260819T212218Z
92152026-08-20T01:56:46.403Z[ host-image] Aug 20 01:56:45.720 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92162026-08-20T01:56:46.403Z[ host-image] Aug 20 01:56:45.720 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92172026-08-20T01:56:46.403Z[ host-image] Aug 20 01:56:45.720 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92182026-08-20T01:56:46.404Z[ host-image] Aug 20 01:56:45.720 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92192026-08-20T01:56:46.404Z[ host-image] Aug 20 01:56:45.720 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92202026-08-20T01:56:46.404Z[ host-image] Aug 20 01:56:45.720 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92212026-08-20T01:56:46.404Z[ host-image] Aug 20 01:56:45.721 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260820T014315Z
92222026-08-20T01:56:46.404Z[ host-image] Aug 20 01:56:45.721 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92232026-08-20T01:56:46.404Z[ host-image] Aug 20 01:56:45.721 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92242026-08-20T01:56:46.404Z[ host-image] Aug 20 01:56:45.721 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24193:20260819T212219Z
92252026-08-20T01:56:46.404Z[ host-image] Aug 20 01:56:45.721 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24193:20260819T212219Z
92262026-08-20T01:56:46.404Z[ host-image] Aug 20 01:56:45.722 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24193:20260819T212219Z
92272026-08-20T01:56:46.404Z[ host-image] Aug 20 01:56:45.722 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24193:20260819T212219Z
92282026-08-20T01:56:46.404Z[ host-image] Aug 20 01:56:45.722 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92292026-08-20T01:56:46.404Z[ host-image] Aug 20 01:56:45.722 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24193:20260819T212219Z
92302026-08-20T01:56:46.404Z[ host-image] Aug 20 01:56:45.722 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24193:20260819T212219Z
92312026-08-20T01:56:46.404Z[ host-image] Aug 20 01:56:45.722 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24193:20260819T212219Z
92322026-08-20T01:56:46.404Z[ host-image] Aug 20 01:56:45.722 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24193:20260819T212219Z
92332026-08-20T01:56:46.404Z[ host-image] Aug 20 01:56:45.722 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24193:20260819T212220Z
92342026-08-20T01:56:46.404Z[ host-image] Aug 20 01:56:45.722 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24193:20260819T212220Z
92352026-08-20T01:56:46.404Z[ host-image] Aug 20 01:56:45.722 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24193:20260819T212220Z
92362026-08-20T01:56:46.404Z[ host-image] Aug 20 01:56:45.722 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24193:20260819T212220Z
92372026-08-20T01:56:46.404Z[ host-image] Aug 20 01:56:45.722 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24193:20260819T212220Z
92382026-08-20T01:56:46.404Z[ host-image] Aug 20 01:56:45.723 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24193:20260819T212221Z
92392026-08-20T01:56:46.405Z[ host-image] Aug 20 01:56:45.723 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24193:20260819T212221Z
92402026-08-20T01:56:46.405Z[ host-image] Aug 20 01:56:45.723 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24193:20260819T212221Z
92412026-08-20T01:56:46.405Z[ host-image] Aug 20 01:56:45.723 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24193:20260819T212221Z
92422026-08-20T01:56:46.405Z[ host-image] Aug 20 01:56:45.723 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24193:20260819T212222Z
92432026-08-20T01:56:46.405Z[ host-image] Aug 20 01:56:45.723 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24193:20260819T212222Z
92442026-08-20T01:56:46.405Z[ host-image] Aug 20 01:56:45.723 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
92452026-08-20T01:56:46.405Z[ host-image] Aug 20 01:56:45.723 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24193:20260819T212223Z
92462026-08-20T01:56:46.405Z[ host-image] Aug 20 01:56:45.723 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24193:20260819T212224Z
92472026-08-20T01:56:46.405Z[ host-image] Aug 20 01:56:45.723 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24193:20260819T212224Z
92482026-08-20T01:56:46.405Z[ host-image] Aug 20 01:56:45.723 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24193:20260819T212224Z
92492026-08-20T01:56:46.405Z[ host-image] Aug 20 01:56:45.723 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24193:20260819T212224Z
92502026-08-20T01:56:46.405Z[ host-image] Aug 20 01:56:45.723 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24193:20260819T212225Z
92512026-08-20T01:56:46.405Z[ host-image] Aug 20 01:56:45.723 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24193:20260819T212225Z
92522026-08-20T01:56:46.405Z[ host-image] Aug 20 01:56:45.726 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92532026-08-20T01:56:46.405Z[ host-image] Aug 20 01:56:45.726 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24193:20260819T212225Z
92542026-08-20T01:56:46.405Z[ host-image] Aug 20 01:56:45.726 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92552026-08-20T01:56:46.405Z[ host-image] Aug 20 01:56:45.726 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92562026-08-20T01:56:46.405Z[ host-image] Aug 20 01:56:45.726 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92572026-08-20T01:56:46.405Z[ host-image] Aug 20 01:56:45.726 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92582026-08-20T01:56:46.405Z[ host-image] Aug 20 01:56:45.727 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24193:20260819T212225Z
92592026-08-20T01:56:46.406Z[ host-image] Aug 20 01:56:45.727 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92602026-08-20T01:56:46.406Z[ host-image] Aug 20 01:56:45.727 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92612026-08-20T01:56:46.406Z[ host-image] Aug 20 01:56:45.727 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92622026-08-20T01:56:46.406Z[ host-image] Aug 20 01:56:45.727 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92632026-08-20T01:56:46.406Z[ host-image] Aug 20 01:56:45.731 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92642026-08-20T01:56:46.406Z[ host-image] Aug 20 01:56:45.731 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92652026-08-20T01:56:46.406Z[ host-image] Aug 20 01:56:45.731 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92662026-08-20T01:56:46.406Z[ host-image] Aug 20 01:56:45.731 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92672026-08-20T01:56:46.406Z[ host-image] Aug 20 01:56:45.731 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92682026-08-20T01:56:46.406Z[ host-image] Aug 20 01:56:45.731 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92692026-08-20T01:56:46.416Z[ host-image] Aug 20 01:56:45.743 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
92702026-08-20T01:56:46.416Z[ host-image] Aug 20 01:56:45.743 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92712026-08-20T01:56:46.416Z[ host-image] Aug 20 01:56:45.743 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92722026-08-20T01:56:46.416Z[ host-image] Aug 20 01:56:45.743 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24193:20260819T212226Z
92732026-08-20T01:56:46.416Z[ host-image] Aug 20 01:56:45.743 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24193:20260819T212229Z
92742026-08-20T01:56:46.416Z[ host-image] Aug 20 01:56:45.743 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
92752026-08-20T01:56:46.416Z[ host-image] Aug 20 01:56:45.743 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24193:20260819T212229Z
92762026-08-20T01:56:46.416Z[ host-image] Aug 20 01:56:45.743 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
92772026-08-20T01:56:46.416Z[ host-image] Aug 20 01:56:45.743 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
92782026-08-20T01:56:46.416Z[ host-image] Aug 20 01:56:45.743 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
92792026-08-20T01:56:46.416Z[ host-image] Aug 20 01:56:45.743 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
92802026-08-20T01:56:46.416Z[ host-image] Aug 20 01:56:45.743 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24193:20260819T212229Z
92812026-08-20T01:56:46.416Z[ host-image] Aug 20 01:56:45.743 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
92822026-08-20T01:56:46.416Z[ host-image] Aug 20 01:56:45.745 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
92832026-08-20T01:56:46.417Z[ host-image] Aug 20 01:56:45.745 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
92842026-08-20T01:56:46.417Z[ host-image] Aug 20 01:56:45.745 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
92852026-08-20T01:56:46.417Z[ host-image] Aug 20 01:56:45.745 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24193:20260819T212229Z
92862026-08-20T01:56:46.417Z[ host-image] Aug 20 01:56:45.745 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
92872026-08-20T01:56:46.465Z[ host-image] Aug 20 01:56:45.749 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
92882026-08-20T01:56:46.465Z[ host-image] Aug 20 01:56:45.749 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24193:20260819T212229Z
92892026-08-20T01:56:46.465Z[ host-image] Aug 20 01:56:45.749 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24193:20260819T212229Z
92902026-08-20T01:56:46.465Z[ host-image] Aug 20 01:56:45.749 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24193:20260819T212229Z
92912026-08-20T01:56:46.465Z[ host-image] Aug 20 01:56:45.749 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
92922026-08-20T01:56:46.465Z[ host-image] Aug 20 01:56:45.749 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24193:20260819T212230Z
92932026-08-20T01:56:46.465Z[ host-image] Aug 20 01:56:45.750 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24193:20260819T212230Z
92942026-08-20T01:56:46.466Z[ host-image] Aug 20 01:56:45.750 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24193:20260819T212230Z
92952026-08-20T01:56:46.466Z[ host-image] Aug 20 01:56:45.750 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24193:20260819T212230Z
92962026-08-20T01:56:46.466Z[ host-image] Aug 20 01:56:45.751 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
92972026-08-20T01:56:46.466Z[ host-image] Aug 20 01:56:45.751 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24193:20260819T212230Z
92982026-08-20T01:56:46.466Z[ host-image] Aug 20 01:56:45.751 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24193:20260819T212231Z
92992026-08-20T01:56:46.466Z[ host-image] Aug 20 01:56:45.751 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93002026-08-20T01:56:46.466Z[ host-image] Aug 20 01:56:45.751 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24193:20260819T212231Z
93012026-08-20T01:56:46.466Z[ host-image] Aug 20 01:56:45.751 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24193:20260819T212231Z
93022026-08-20T01:56:46.466Z[ host-image] Aug 20 01:56:45.751 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24193:20260819T212231Z
93032026-08-20T01:56:46.467Z[ host-image] Aug 20 01:56:45.751 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24193:20260819T212231Z
93042026-08-20T01:56:46.467Z[ host-image] Aug 20 01:56:45.753 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24193:20260819T212231Z
93052026-08-20T01:56:46.467Z[ host-image] Aug 20 01:56:45.753 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93062026-08-20T01:56:46.467Z[ host-image] Aug 20 01:56:45.754 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24193:20260819T212231Z
93072026-08-20T01:56:46.467Z[ host-image] Aug 20 01:56:45.754 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24193:20260819T212231Z
93082026-08-20T01:56:46.467Z[ host-image] Aug 20 01:56:45.754 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24193:20260819T212231Z
93092026-08-20T01:56:46.467Z[ host-image] Aug 20 01:56:45.754 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24193:20260819T212231Z
93102026-08-20T01:56:46.468Z[ host-image] Aug 20 01:56:45.754 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24193:20260819T212232Z
93112026-08-20T01:56:46.468Z[ host-image] Aug 20 01:56:45.754 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24193:20260819T212232Z
93122026-08-20T01:56:46.468Z[ host-image] Aug 20 01:56:45.755 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24193:20260819T212232Z
93132026-08-20T01:56:46.468Z[ host-image] Aug 20 01:56:45.755 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24193:20260819T212232Z
93142026-08-20T01:56:46.474Z[ host-image] Aug 20 01:56:45.757 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24193:20260819T212233Z
93152026-08-20T01:56:46.475Z[ host-image] Aug 20 01:56:45.757 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24193:20260819T212232Z
93162026-08-20T01:56:46.475Z[ host-image] Aug 20 01:56:45.758 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24193:20260819T212232Z
93172026-08-20T01:56:46.475Z[ host-image] Aug 20 01:56:45.758 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24193:20260819T212232Z
93182026-08-20T01:56:46.475Z[ host-image] Aug 20 01:56:45.758 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24193:20260819T212233Z
93192026-08-20T01:56:46.475Z[ host-image] Aug 20 01:56:45.763 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24193:20260819T212234Z
93202026-08-20T01:56:46.475Z[ host-image] Aug 20 01:56:45.763 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24193:20260819T212233Z
93212026-08-20T01:56:46.475Z[ host-image] Aug 20 01:56:45.763 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24193:20260819T212233Z
93222026-08-20T01:56:46.475Z[ host-image] Aug 20 01:56:45.763 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93232026-08-20T01:56:46.475Z[ host-image] Aug 20 01:56:45.764 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93242026-08-20T01:56:46.509Z[ recovery-image] Aug 20 01:56:45.771 INFO O| Aug 20 01:56:45.771 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 20 01:56:44 2026)
93252026-08-20T01:56:46.510Z[ host-image] Aug 20 01:56:45.772 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24193:20260819T212233Z
93262026-08-20T01:56:46.510Z[ host-image] Aug 20 01:56:45.772 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93272026-08-20T01:56:46.510Z[ host-image] Aug 20 01:56:45.772 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24193:20260819T212233Z
93282026-08-20T01:56:46.510Z[ host-image] Aug 20 01:56:45.772 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24193:20260819T212233Z
93292026-08-20T01:56:46.510Z[ host-image] Aug 20 01:56:45.773 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24193:20260819T212233Z
93302026-08-20T01:56:46.510Z[ host-image] Aug 20 01:56:45.773 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93312026-08-20T01:56:46.510Z[ host-image] Aug 20 01:56:45.773 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93322026-08-20T01:56:46.510Z[ host-image] Aug 20 01:56:45.773 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24193:20260819T212234Z
93332026-08-20T01:56:46.510Z[ host-image] Aug 20 01:56:45.773 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24193:20260819T212234Z
93342026-08-20T01:56:46.510Z[ host-image] Aug 20 01:56:45.773 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24193:20260819T212234Z
93352026-08-20T01:56:46.510Z[ host-image] Aug 20 01:56:45.773 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24193:20260819T212234Z
93362026-08-20T01:56:46.510Z[ host-image] Aug 20 01:56:45.773 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24193:20260819T212234Z
93372026-08-20T01:56:46.510Z[ host-image] Aug 20 01:56:45.773 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24193:20260819T212234Z
93382026-08-20T01:56:46.510Z[ host-image] Aug 20 01:56:45.774 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93392026-08-20T01:56:46.510Z[ host-image] Aug 20 01:56:45.774 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24193:20260819T212234Z
93402026-08-20T01:56:46.510Z[ host-image] Aug 20 01:56:45.775 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24193:20260819T212234Z
93412026-08-20T01:56:46.510Z[ host-image] Aug 20 01:56:45.775 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24193:20260819T212234Z
93422026-08-20T01:56:46.510Z[ host-image] Aug 20 01:56:45.775 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24193:20260819T212235Z
93432026-08-20T01:56:46.510Z[ host-image] Aug 20 01:56:45.775 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24193:20260819T212235Z
93442026-08-20T01:56:46.511Z[ host-image] Aug 20 01:56:45.775 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24193:20260819T212235Z
93452026-08-20T01:56:46.511Z[ host-image] Aug 20 01:56:45.775 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93462026-08-20T01:56:46.511Z[ host-image] Aug 20 01:56:45.775 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93472026-08-20T01:56:46.511Z[ host-image] Aug 20 01:56:45.775 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24193:20260819T212236Z
93482026-08-20T01:56:46.511Z[ host-image] Aug 20 01:56:45.775 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24193:20260819T212236Z
93492026-08-20T01:56:46.511Z[ host-image] Aug 20 01:56:45.775 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93502026-08-20T01:56:46.511Z[ host-image] Aug 20 01:56:45.775 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93512026-08-20T01:56:46.511Z[ host-image] Aug 20 01:56:45.775 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93522026-08-20T01:56:46.511Z[ host-image] Aug 20 01:56:45.775 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93532026-08-20T01:56:46.511Z[ host-image] Aug 20 01:56:45.775 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93542026-08-20T01:56:46.511Z[ host-image] Aug 20 01:56:45.775 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93552026-08-20T01:56:46.511Z[ host-image] Aug 20 01:56:45.776 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93562026-08-20T01:56:46.511Z[ host-image] Aug 20 01:56:45.776 INFO O| tempdir @ "/tmp/.tmpBzu6Kk/tmp"
93572026-08-20T01:56:46.511Z[ host-image] Aug 20 01:56:45.776 INFO O| image root @ "/tmp/.tmpBzu6Kk/tmp/root"
93582026-08-20T01:56:46.511Z[ host-image] Aug 20 01:56:45.776 INFO O| creating image...
93592026-08-20T01:56:46.650Z[ recovery-image] Aug 20 01:56:45.977 INFO O| Aug 20 01:56:45.977 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 20 01:56:44 2026)
93602026-08-20T01:56:51.629Z[ recovery-image] Aug 20 01:56:48.672 INFO O| Aug 20 01:56:48.671 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Thu Aug 20 01:56:44 2026)
93612026-08-20T01:56:51.719Z[verify-libraries] Compiling oso v0.27.3
93622026-08-20T01:56:51.719Z[ recovery-image] Aug 20 01:56:48.908 INFO O| Aug 20 01:56:48.908 INFO temporary pool has 497M used, 1.26G avail, 1.00x compressratio
93632026-08-20T01:56:51.719Z[ recovery-image] Aug 20 01:56:48.908 INFO O| Aug 20 01:56:48.908 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93642026-08-20T01:56:51.719Z[ recovery-image] Aug 20 01:56:50.140 INFO O| Aug 20 01:56:50.140 INFO copying image /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw to output file /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93652026-08-20T01:56:51.719Z[ recovery-image] Aug 20 01:56:50.140 INFO O| Aug 20 01:56:50.140 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93662026-08-20T01:56:51.719Z[ host-image] Aug 20 01:56:50.238 INFO O| copying publishers...
93672026-08-20T01:56:52.025Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
93682026-08-20T01:56:53.229Z[ recovery-image] Aug 20 01:56:52.548 INFO O| Aug 20 01:56:52.548 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93692026-08-20T01:56:53.229Z[ recovery-image] Aug 20 01:56:52.548 INFO O| Aug 20 01:56:52.548 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93702026-08-20T01:56:53.229Z[ recovery-image] Aug 20 01:56:52.548 INFO O| Aug 20 01:56:52.548 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93712026-08-20T01:56:53.239Z[ recovery-image] Aug 20 01:56:52.548 INFO O| Aug 20 01:56:52.548 INFO completed processing sled/zfs-recovery
93722026-08-20T01:56:53.239Z[ recovery-image] Aug 20 01:56:52.548 INFO O| Aug 20 01:56:52.548 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93732026-08-20T01:56:53.239Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
93742026-08-20T01:56:54.823Z[ recovery-image] Aug 20 01:56:54.153 INFO O| Aug 20 01:56:54.153 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93752026-08-20T01:56:55.046Z[ recovery-image] Aug 20 01:56:54.375 INFO BUILD STRING "heads/stlouis-0-g328a187b5d\n"
93762026-08-20T01:56:55.046Z[ recovery-image] Aug 20 01:56:54.375 INFO expanded image name: "recovery 1b799bd/${os_short_commit} 2026-08-20 01:43" -> "recovery 1b799bd/328a187 2026-08-20 01:43"
93772026-08-20T01:56:55.046Z[ recovery-image] Aug 20 01:56:54.376 INFO output artefacts stored in: "/work/os-recovery"
93782026-08-20T01:56:55.050Z[ recovery-image] Aug 20 01:56:54.376 INFO collecting git info from project "chelsio-t6-roms"...
93792026-08-20T01:56:55.063Z[ recovery-image] Aug 20 01:56:54.394 INFO collecting git info from project "amd-firmware"...
93802026-08-20T01:56:55.353Z[ host-image] Aug 20 01:56:54.684 INFO O| adding properties...
93812026-08-20T01:56:55.419Z[ recovery-image] Aug 20 01:56:54.750 INFO collecting git info from project "amd-host-image-builder"...
93822026-08-20T01:56:55.461Z[ recovery-image] Aug 20 01:56:54.791 INFO collecting git info from project "image-builder"...
93832026-08-20T01:56:55.468Z[ recovery-image] Aug 20 01:56:54.799 INFO collecting git info from project "phbl"...
93842026-08-20T01:56:55.476Z[ recovery-image] Aug 20 01:56:54.807 INFO collecting git info from project "pinprick"...
93852026-08-20T01:56:55.490Z[ recovery-image] Aug 20 01:56:54.820 INFO collecting git info from project "dmar-report"...
93862026-08-20T01:56:55.505Z[ recovery-image] Aug 20 01:56:54.835 INFO collecting git info from project "pilot"...
93872026-08-20T01:56:55.528Z[ recovery-image] Aug 20 01:56:54.858 INFO collecting git info from project "bootserver"...
93882026-08-20T01:56:55.535Z[ recovery-image] Aug 20 01:56:54.866 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
93892026-08-20T01:56:56.225Z[ recovery-image] Aug 20 01:56:55.552 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
93902026-08-20T01:56:56.366Z[ host-image] Aug 20 01:56:55.696 INFO O| installing packages...
93912026-08-20T01:56:56.591Z[ recovery-image] Aug 20 01:56:55.921 INFO creating Oxide boot image...
93922026-08-20T01:56:56.591Z[ recovery-image] Aug 20 01:56:55.921 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 1b799bd/328a187 2026-08-20 01:43", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
93932026-08-20T01:57:03.723Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
93942026-08-20T01:57:05.520Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
93952026-08-20T01:57:05.671Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
93962026-08-20T01:57:06.963Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
93972026-08-20T01:57:07.492Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
93982026-08-20T01:57:07.753Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
93992026-08-20T01:57:08.462Z[ host-image] Aug 20 01:57:07.792 INFO O| seeding SMF database...
94002026-08-20T01:57:11.423Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
94012026-08-20T01:57:13.164Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94022026-08-20T01:57:13.522Z[ host-image] Aug 20 01:57:12.852 INFO O| configuring SMF profile...
94032026-08-20T01:57:13.523Z[ host-image] Aug 20 01:57:12.852 INFO O| modifying shadow(5)...
94042026-08-20T01:57:13.523Z[ host-image] Aug 20 01:57:12.852 INFO O| loading user and group database...
94052026-08-20T01:57:13.523Z[ host-image] Aug 20 01:57:12.852 INFO O| loading facet selections...
94062026-08-20T01:57:13.997Z[ host-image] Aug 20 01:57:13.325 INFO O| devel -> true
94072026-08-20T01:57:13.997Z[ host-image] Aug 20 01:57:13.325 INFO O| doc.man -> true
94082026-08-20T01:57:13.997Z[ host-image] Aug 20 01:57:13.325 INFO O| version-lock.shell/ksh93 -> true
94092026-08-20T01:57:13.997Z[ host-image] Aug 20 01:57:13.325 INFO O| version-lock.system/data/hardware-registry -> true
94102026-08-20T01:57:14.001Z[ host-image] Aug 20 01:57:13.325 INFO O| version-lock.system/data/zoneinfo -> true
94112026-08-20T01:57:14.001Z[ host-image] Aug 20 01:57:13.325 INFO O| version-lock.system/microcode/amd -> true
94122026-08-20T01:57:14.001Z[ host-image] Aug 20 01:57:13.325 INFO O| version-lock.system/microcode/intel -> true
94132026-08-20T01:57:14.002Z[ host-image] Aug 20 01:57:13.325 INFO O| version-lock.system/microcode/oxide -> true
94142026-08-20T01:57:14.002Z[ host-image] Aug 20 01:57:13.325 INFO O| assessing packaged files...
94152026-08-20T01:57:15.407Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94162026-08-20T01:57:16.192Z[ host-image] Aug 20 01:57:15.522 INFO O| creating archive...
94172026-08-20T01:57:16.213Z[ host-image] Aug 20 01:57:15.544 INFO O| missing from packaging:
94182026-08-20T01:57:16.214Z[ host-image] Aug 20 01:57:15.544 INFO O| "etc/.pwd.lock"
94192026-08-20T01:57:16.214Z[ host-image] Aug 20 01:57:15.544 INFO O| "etc/bash"
94202026-08-20T01:57:16.218Z[ host-image] Aug 20 01:57:15.548 INFO O| "etc/svc/profile/generic.xml"
94212026-08-20T01:57:16.218Z[ host-image] Aug 20 01:57:15.548 INFO O| "etc/svc/profile/inetd_services.xml"
94222026-08-20T01:57:16.218Z[ host-image] Aug 20 01:57:15.548 INFO O| "etc/svc/profile/name_service.xml"
94232026-08-20T01:57:16.218Z[ host-image] Aug 20 01:57:15.548 INFO O| "etc/svc/profile/platform.xml"
94242026-08-20T01:57:16.218Z[ host-image] Aug 20 01:57:15.548 INFO O| "etc/svc/profile/platform_omicron1.xml"
94252026-08-20T01:57:16.218Z[ host-image] Aug 20 01:57:15.548 INFO O| "etc/svc/repository.db"
94262026-08-20T01:57:16.224Z[ host-image] Aug 20 01:57:15.554 INFO O| "opt/ooce/share"
94272026-08-20T01:57:16.224Z[ host-image] Aug 20 01:57:15.554 INFO O| "opt/ooce/share/man"
94282026-08-20T01:57:16.227Z[ host-image] Aug 20 01:57:15.554 INFO O| "opt/ooce/share/man/man1"
94292026-08-20T01:57:16.233Z[ host-image] Aug 20 01:57:15.563 INFO O| finishing archive...
94302026-08-20T01:57:19.667Z[ host-image] Aug 20 01:57:18.997 INFO O| creating gzonly manifest...
94312026-08-20T01:57:19.682Z[ host-image] Aug 20 01:57:19.003 INFO O| ok
94322026-08-20T01:57:19.817Z[ host-image] Aug 20 01:57:19.147 INFO image builder template: ramdisk-02-trim...
94332026-08-20T01:57:19.817Z[ host-image] Aug 20 01:57:19.147 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/.tmpon8wkG/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.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
94342026-08-20T01:57:19.838Z[ host-image] Aug 20 01:57:19.168 INFO O| Aug 20 01:57:19.167 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94352026-08-20T01:57:19.843Z[ host-image] Aug 20 01:57:19.172 INFO O| Aug 20 01:57:19.172 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94362026-08-20T01:57:21.340Z[ host-image] Aug 20 01:57:20.670 INFO O| Aug 20 01:57:20.670 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94372026-08-20T01:57:21.707Z[ host-image] Aug 20 01:57:21.037 INFO O| Aug 20 01:57:21.037 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94382026-08-20T01:57:21.707Z[ host-image] Aug 20 01:57:21.037 INFO O| Aug 20 01:57:21.037 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94392026-08-20T01:57:21.713Z[ host-image] Aug 20 01:57:21.042 INFO O| Aug 20 01:57:21.042 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94402026-08-20T01:57:21.716Z[ host-image] Aug 20 01:57:21.046 INFO O| Aug 20 01:57:21.046 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94412026-08-20T01:57:21.720Z[ host-image] Aug 20 01:57:21.050 INFO O| Aug 20 01:57:21.050 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94422026-08-20T01:57:22.174Z[ host-image] Aug 20 01:57:21.504 INFO O| Aug 20 01:57:21.504 INFO rolled back to input snapshot; work may begin
94432026-08-20T01:57:22.174Z[ host-image] Aug 20 01:57:21.504 INFO O| Aug 20 01:57:21.504 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94442026-08-20T01:57:22.178Z[ host-image] Aug 20 01:57:21.508 INFO O| Aug 20 01:57:21.508 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94452026-08-20T01:57:22.185Z[ host-image] Aug 20 01:57:21.515 INFO O| Aug 20 01:57:21.515 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94462026-08-20T01:57:22.223Z[ host-image] Aug 20 01:57:21.552 INFO O| Aug 20 01:57:21.552 INFO STEP 0 (remove_files) COMPLETE
94472026-08-20T01:57:22.223Z[ host-image] Aug 20 01:57:21.552 INFO O| Aug 20 01:57:21.552 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94482026-08-20T01:57:22.230Z[ host-image] Aug 20 01:57:21.560 INFO O| Aug 20 01:57:21.560 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94492026-08-20T01:57:22.234Z[ host-image] Aug 20 01:57:21.561 INFO O| Aug 20 01:57:21.561 INFO STEP 1 (remove_files) COMPLETE
94502026-08-20T01:57:22.234Z[ host-image] Aug 20 01:57:21.561 INFO O| Aug 20 01:57:21.561 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94512026-08-20T01:57:22.239Z[ host-image] Aug 20 01:57:21.570 INFO O| Aug 20 01:57:21.570 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94522026-08-20T01:57:22.254Z[ host-image] Aug 20 01:57:21.583 INFO O| Aug 20 01:57:21.583 INFO STEP 2 (remove_files) COMPLETE
94532026-08-20T01:57:22.259Z[ host-image] Aug 20 01:57:21.583 INFO O| Aug 20 01:57:21.583 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94542026-08-20T01:57:22.263Z[ host-image] Aug 20 01:57:21.593 INFO O| Aug 20 01:57:21.593 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94552026-08-20T01:57:22.267Z[ host-image] Aug 20 01:57:21.594 INFO O| Aug 20 01:57:21.594 INFO STEP 3 (remove_files) COMPLETE
94562026-08-20T01:57:22.267Z[ host-image] Aug 20 01:57:21.594 INFO O| Aug 20 01:57:21.594 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94572026-08-20T01:57:22.271Z[ host-image] Aug 20 01:57:21.602 INFO O| Aug 20 01:57:21.602 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94582026-08-20T01:57:22.275Z[ host-image] Aug 20 01:57:21.605 INFO O| Aug 20 01:57:21.604 INFO STEP 4 (remove_files) COMPLETE
94592026-08-20T01:57:22.275Z[ host-image] Aug 20 01:57:21.605 INFO O| Aug 20 01:57:21.604 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94602026-08-20T01:57:22.283Z[ host-image] Aug 20 01:57:21.612 INFO O| Aug 20 01:57:21.612 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94612026-08-20T01:57:22.288Z[ host-image] Aug 20 01:57:21.614 INFO O| Aug 20 01:57:21.614 INFO STEP 5 (remove_files) COMPLETE
94622026-08-20T01:57:22.288Z[ host-image] Aug 20 01:57:21.614 INFO O| Aug 20 01:57:21.614 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94632026-08-20T01:57:22.292Z[ host-image] Aug 20 01:57:21.622 INFO O| Aug 20 01:57:21.622 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94642026-08-20T01:57:22.302Z[ host-image] Aug 20 01:57:21.632 INFO O| Aug 20 01:57:21.632 INFO STEP 6 (remove_files) COMPLETE
94652026-08-20T01:57:22.302Z[ host-image] Aug 20 01:57:21.632 INFO O| Aug 20 01:57:21.632 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94662026-08-20T01:57:22.306Z[ host-image] Aug 20 01:57:21.632 INFO O| Aug 20 01:57:21.632 INFO skip step because feature "heliosv2" is not enabled
94672026-08-20T01:57:22.306Z[ host-image] Aug 20 01:57:21.632 INFO O| Aug 20 01:57:21.632 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94682026-08-20T01:57:22.310Z[ host-image] Aug 20 01:57:21.641 INFO O| Aug 20 01:57:21.641 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94692026-08-20T01:57:22.321Z[ host-image] Aug 20 01:57:21.652 INFO O| Aug 20 01:57:21.652 INFO STEP 8 (remove_files) COMPLETE
94702026-08-20T01:57:22.321Z[ host-image] Aug 20 01:57:21.652 INFO O| Aug 20 01:57:21.652 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94712026-08-20T01:57:22.330Z[ host-image] Aug 20 01:57:21.660 INFO O| Aug 20 01:57:21.660 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94722026-08-20T01:57:22.397Z[ host-image] Aug 20 01:57:21.727 INFO O| Aug 20 01:57:21.727 INFO STEP 9 (remove_files) COMPLETE
94732026-08-20T01:57:22.398Z[ host-image] Aug 20 01:57:21.727 INFO O| Aug 20 01:57:21.727 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94742026-08-20T01:57:22.407Z[ host-image] Aug 20 01:57:21.737 INFO O| Aug 20 01:57:21.737 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94752026-08-20T01:57:22.486Z[ host-image] Aug 20 01:57:21.816 INFO O| Aug 20 01:57:21.816 INFO STEP 10 (remove_files) COMPLETE
94762026-08-20T01:57:22.486Z[ host-image] Aug 20 01:57:21.816 INFO O| Aug 20 01:57:21.816 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94772026-08-20T01:57:22.496Z[ host-image] Aug 20 01:57:21.826 INFO O| Aug 20 01:57:21.826 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94782026-08-20T01:57:22.499Z[ host-image] Aug 20 01:57:21.829 INFO O| Aug 20 01:57:21.829 INFO STEP 11 (remove_files) COMPLETE
94792026-08-20T01:57:22.499Z[ host-image] Aug 20 01:57:21.829 INFO O| Aug 20 01:57:21.829 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94802026-08-20T01:57:22.507Z[ host-image] Aug 20 01:57:21.837 INFO O| Aug 20 01:57:21.837 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94812026-08-20T01:57:22.511Z[ host-image] Aug 20 01:57:21.838 INFO O| Aug 20 01:57:21.838 INFO STEP 12 (remove_files) COMPLETE
94822026-08-20T01:57:22.511Z[ host-image] Aug 20 01:57:21.838 INFO O| Aug 20 01:57:21.838 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94832026-08-20T01:57:22.515Z[ host-image] Aug 20 01:57:21.845 INFO O| Aug 20 01:57:21.845 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94842026-08-20T01:57:22.518Z[ host-image] Aug 20 01:57:21.846 INFO O| Aug 20 01:57:21.846 INFO STEP 13 (remove_files) COMPLETE
94852026-08-20T01:57:22.518Z[ host-image] Aug 20 01:57:21.846 INFO O| Aug 20 01:57:21.846 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94862026-08-20T01:57:22.592Z[ host-image] Aug 20 01:57:21.922 INFO O| Aug 20 01:57:21.922 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94872026-08-20T01:57:22.595Z[ host-image] Aug 20 01:57:21.925 INFO O| Aug 20 01:57:21.925 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94882026-08-20T01:57:22.751Z[ host-image] Aug 20 01:57:22.081 INFO O| Aug 20 01:57:22.081 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94892026-08-20T01:57:22.751Z[ host-image] Aug 20 01:57:22.081 INFO O| Aug 20 01:57:22.081 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94902026-08-20T01:57:22.755Z[ host-image] Aug 20 01:57:22.082 INFO O| Aug 20 01:57:22.082 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94912026-08-20T01:57:22.755Z[ host-image] Aug 20 01:57:22.082 INFO O| Aug 20 01:57:22.082 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94922026-08-20T01:57:22.755Z[ host-image] Aug 20 01:57:22.082 INFO O| Aug 20 01:57:22.082 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94932026-08-20T01:57:22.755Z[ host-image] Aug 20 01:57:22.082 INFO O| Aug 20 01:57:22.082 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94942026-08-20T01:57:22.755Z[ host-image] Aug 20 01:57:22.082 INFO O| Aug 20 01:57:22.082 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94952026-08-20T01:57:22.755Z[ host-image] Aug 20 01:57:22.082 INFO O| Aug 20 01:57:22.082 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94962026-08-20T01:57:22.755Z[ host-image] Aug 20 01:57:22.082 INFO O| Aug 20 01:57:22.082 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94972026-08-20T01:57:22.755Z[ host-image] Aug 20 01:57:22.082 INFO O| Aug 20 01:57:22.082 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94982026-08-20T01:57:22.755Z[ host-image] Aug 20 01:57:22.082 INFO O| Aug 20 01:57:22.082 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94992026-08-20T01:57:22.755Z[ host-image] Aug 20 01:57:22.082 INFO O| Aug 20 01:57:22.082 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95002026-08-20T01:57:22.755Z[ host-image] Aug 20 01:57:22.083 INFO O| Aug 20 01:57:22.083 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95012026-08-20T01:57:22.755Z[ host-image] Aug 20 01:57:22.083 INFO O| Aug 20 01:57:22.083 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95022026-08-20T01:57:22.755Z[ host-image] Aug 20 01:57:22.083 INFO O| Aug 20 01:57:22.083 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95032026-08-20T01:57:22.756Z[ host-image] Aug 20 01:57:22.083 INFO O| Aug 20 01:57:22.083 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95042026-08-20T01:57:22.756Z[ host-image] Aug 20 01:57:22.083 INFO O| Aug 20 01:57:22.083 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95052026-08-20T01:57:22.756Z[ host-image] Aug 20 01:57:22.083 INFO O| Aug 20 01:57:22.083 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95062026-08-20T01:57:22.763Z[ host-image] Aug 20 01:57:22.093 INFO O| Aug 20 01:57:22.093 INFO STEP 14 (remove_files) COMPLETE
95072026-08-20T01:57:22.763Z[ host-image] Aug 20 01:57:22.093 INFO O| Aug 20 01:57:22.093 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95082026-08-20T01:57:22.772Z[ host-image] Aug 20 01:57:22.103 INFO O| Aug 20 01:57:22.102 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95092026-08-20T01:57:22.775Z[ host-image] Aug 20 01:57:22.104 INFO O| Aug 20 01:57:22.104 INFO STEP 15 (remove_files) COMPLETE
95102026-08-20T01:57:22.776Z[ host-image] Aug 20 01:57:22.104 INFO O| Aug 20 01:57:22.104 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95112026-08-20T01:57:22.782Z[ host-image] Aug 20 01:57:22.113 INFO O| Aug 20 01:57:22.112 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95122026-08-20T01:57:22.789Z[ host-image] Aug 20 01:57:22.118 INFO O| Aug 20 01:57:22.118 INFO STEP 16 (remove_files) COMPLETE
95132026-08-20T01:57:22.789Z[ host-image] Aug 20 01:57:22.118 INFO O| Aug 20 01:57:22.118 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95142026-08-20T01:57:22.797Z[ host-image] Aug 20 01:57:22.127 INFO O| Aug 20 01:57:22.127 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95152026-08-20T01:57:22.800Z[ host-image] Aug 20 01:57:22.127 INFO O| Aug 20 01:57:22.127 INFO STEP 17 (remove_files) COMPLETE
95162026-08-20T01:57:22.800Z[ host-image] Aug 20 01:57:22.127 INFO O| Aug 20 01:57:22.127 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95172026-08-20T01:57:22.805Z[ host-image] Aug 20 01:57:22.136 INFO O| Aug 20 01:57:22.136 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95182026-08-20T01:57:22.808Z[ host-image] Aug 20 01:57:22.137 INFO O| Aug 20 01:57:22.137 INFO STEP 18 (remove_files) COMPLETE
95192026-08-20T01:57:22.808Z[ host-image] Aug 20 01:57:22.137 INFO O| Aug 20 01:57:22.137 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95202026-08-20T01:57:22.815Z[ host-image] Aug 20 01:57:22.146 INFO O| Aug 20 01:57:22.146 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95212026-08-20T01:57:22.821Z[ host-image] Aug 20 01:57:22.146 INFO O| Aug 20 01:57:22.146 INFO STEP 19 (remove_files) COMPLETE
95222026-08-20T01:57:22.821Z[ host-image] Aug 20 01:57:22.146 INFO O| Aug 20 01:57:22.146 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95232026-08-20T01:57:22.826Z[ host-image] Aug 20 01:57:22.154 INFO O| Aug 20 01:57:22.154 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95242026-08-20T01:57:22.826Z[ host-image] Aug 20 01:57:22.154 INFO O| Aug 20 01:57:22.154 INFO STEP 20 (remove_files) COMPLETE
95252026-08-20T01:57:22.826Z[ host-image] Aug 20 01:57:22.154 INFO O| Aug 20 01:57:22.154 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95262026-08-20T01:57:22.831Z[ host-image] Aug 20 01:57:22.162 INFO O| Aug 20 01:57:22.161 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95272026-08-20T01:57:22.831Z[ host-image] Aug 20 01:57:22.162 INFO O| Aug 20 01:57:22.162 INFO STEP 21 (remove_files) COMPLETE
95282026-08-20T01:57:22.835Z[ host-image] Aug 20 01:57:22.162 INFO O| Aug 20 01:57:22.162 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95292026-08-20T01:57:22.840Z[ host-image] Aug 20 01:57:22.170 INFO O| Aug 20 01:57:22.170 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95302026-08-20T01:57:22.840Z[ host-image] Aug 20 01:57:22.170 INFO O| Aug 20 01:57:22.170 INFO STEP 22 (remove_files) COMPLETE
95312026-08-20T01:57:22.841Z[ host-image] Aug 20 01:57:22.171 INFO O| Aug 20 01:57:22.170 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95322026-08-20T01:57:22.850Z[ host-image] Aug 20 01:57:22.180 INFO O| Aug 20 01:57:22.180 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95332026-08-20T01:57:22.850Z[ host-image] Aug 20 01:57:22.180 INFO O| Aug 20 01:57:22.180 INFO STEP 23 (remove_files) COMPLETE
95342026-08-20T01:57:22.854Z[ host-image] Aug 20 01:57:22.180 INFO O| Aug 20 01:57:22.180 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95352026-08-20T01:57:22.860Z[ host-image] Aug 20 01:57:22.190 INFO O| Aug 20 01:57:22.190 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95362026-08-20T01:57:22.860Z[ host-image] Aug 20 01:57:22.190 INFO O| Aug 20 01:57:22.190 INFO STEP 24 (remove_files) COMPLETE
95372026-08-20T01:57:22.863Z[ host-image] Aug 20 01:57:22.190 INFO O| Aug 20 01:57:22.190 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95382026-08-20T01:57:22.870Z[ host-image] Aug 20 01:57:22.199 INFO O| Aug 20 01:57:22.199 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95392026-08-20T01:57:22.870Z[ host-image] Aug 20 01:57:22.199 INFO O| Aug 20 01:57:22.199 INFO STEP 25 (remove_files) COMPLETE
95402026-08-20T01:57:22.873Z[ host-image] Aug 20 01:57:22.199 INFO O| Aug 20 01:57:22.199 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95412026-08-20T01:57:22.877Z[ host-image] Aug 20 01:57:22.207 INFO O| Aug 20 01:57:22.207 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95422026-08-20T01:57:22.877Z[ host-image] Aug 20 01:57:22.207 INFO O| Aug 20 01:57:22.207 INFO STEP 26 (remove_files) COMPLETE
95432026-08-20T01:57:22.881Z[ host-image] Aug 20 01:57:22.207 INFO O| Aug 20 01:57:22.207 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95442026-08-20T01:57:22.886Z[ host-image] Aug 20 01:57:22.217 INFO O| Aug 20 01:57:22.216 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95452026-08-20T01:57:22.886Z[ host-image] Aug 20 01:57:22.217 INFO O| Aug 20 01:57:22.217 INFO STEP 27 (remove_files) COMPLETE
95462026-08-20T01:57:22.886Z[ host-image] Aug 20 01:57:22.217 INFO O| Aug 20 01:57:22.217 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95472026-08-20T01:57:22.897Z[ host-image] Aug 20 01:57:22.225 INFO O| Aug 20 01:57:22.225 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95482026-08-20T01:57:22.897Z[ host-image] Aug 20 01:57:22.225 INFO O| Aug 20 01:57:22.225 INFO STEP 28 (remove_files) COMPLETE
95492026-08-20T01:57:22.902Z[ host-image] Aug 20 01:57:22.225 INFO O| Aug 20 01:57:22.225 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95502026-08-20T01:57:22.905Z[ host-image] Aug 20 01:57:22.235 INFO O| Aug 20 01:57:22.235 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95512026-08-20T01:57:22.905Z[ host-image] Aug 20 01:57:22.235 INFO O| Aug 20 01:57:22.235 INFO STEP 29 (remove_files) COMPLETE
95522026-08-20T01:57:22.905Z[ host-image] Aug 20 01:57:22.235 INFO O| Aug 20 01:57:22.235 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95532026-08-20T01:57:22.913Z[ host-image] Aug 20 01:57:22.243 INFO O| Aug 20 01:57:22.243 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95542026-08-20T01:57:22.913Z[ host-image] Aug 20 01:57:22.243 INFO O| Aug 20 01:57:22.243 INFO STEP 30 (remove_files) COMPLETE
95552026-08-20T01:57:22.913Z[ host-image] Aug 20 01:57:22.243 INFO O| Aug 20 01:57:22.243 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95562026-08-20T01:57:22.922Z[ host-image] Aug 20 01:57:22.252 INFO O| Aug 20 01:57:22.252 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95572026-08-20T01:57:22.922Z[ host-image] Aug 20 01:57:22.253 INFO O| Aug 20 01:57:22.252 INFO STEP 31 (remove_files) COMPLETE
95582026-08-20T01:57:22.923Z[ host-image] Aug 20 01:57:22.253 INFO O| Aug 20 01:57:22.253 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95592026-08-20T01:57:22.930Z[ host-image] Aug 20 01:57:22.260 INFO O| Aug 20 01:57:22.260 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95602026-08-20T01:57:22.934Z[ host-image] Aug 20 01:57:22.260 INFO O| Aug 20 01:57:22.260 INFO STEP 32 (remove_files) COMPLETE
95612026-08-20T01:57:22.934Z[ host-image] Aug 20 01:57:22.260 INFO O| Aug 20 01:57:22.260 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95622026-08-20T01:57:22.940Z[ host-image] Aug 20 01:57:22.270 INFO O| Aug 20 01:57:22.270 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95632026-08-20T01:57:22.941Z[ host-image] Aug 20 01:57:22.270 INFO O| Aug 20 01:57:22.270 INFO STEP 33 (remove_files) COMPLETE
95642026-08-20T01:57:22.944Z[ host-image] Aug 20 01:57:22.270 INFO O| Aug 20 01:57:22.270 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95652026-08-20T01:57:22.948Z[ host-image] Aug 20 01:57:22.278 INFO O| Aug 20 01:57:22.278 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95662026-08-20T01:57:22.948Z[ host-image] Aug 20 01:57:22.278 INFO O| Aug 20 01:57:22.278 INFO STEP 34 (remove_files) COMPLETE
95672026-08-20T01:57:22.948Z[ host-image] Aug 20 01:57:22.278 INFO O| Aug 20 01:57:22.278 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95682026-08-20T01:57:22.957Z[ host-image] Aug 20 01:57:22.288 INFO O| Aug 20 01:57:22.288 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95692026-08-20T01:57:22.958Z[ host-image] Aug 20 01:57:22.288 INFO O| Aug 20 01:57:22.288 INFO STEP 35 (remove_files) COMPLETE
95702026-08-20T01:57:22.961Z[ host-image] Aug 20 01:57:22.288 INFO O| Aug 20 01:57:22.288 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95712026-08-20T01:57:22.966Z[ host-image] Aug 20 01:57:22.296 INFO O| Aug 20 01:57:22.296 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95722026-08-20T01:57:22.966Z[ host-image] Aug 20 01:57:22.296 INFO O| Aug 20 01:57:22.296 INFO STEP 36 (remove_files) COMPLETE
95732026-08-20T01:57:22.966Z[ host-image] Aug 20 01:57:22.296 INFO O| Aug 20 01:57:22.296 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95742026-08-20T01:57:22.976Z[ host-image] Aug 20 01:57:22.306 INFO O| Aug 20 01:57:22.306 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95752026-08-20T01:57:22.976Z[ host-image] Aug 20 01:57:22.306 INFO O| Aug 20 01:57:22.306 INFO STEP 37 (remove_files) COMPLETE
95762026-08-20T01:57:22.980Z[ host-image] Aug 20 01:57:22.306 INFO O| Aug 20 01:57:22.306 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95772026-08-20T01:57:22.985Z[ host-image] Aug 20 01:57:22.315 INFO O| Aug 20 01:57:22.315 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95782026-08-20T01:57:22.985Z[ host-image] Aug 20 01:57:22.315 INFO O| Aug 20 01:57:22.315 INFO STEP 38 (remove_files) COMPLETE
95792026-08-20T01:57:22.988Z[ host-image] Aug 20 01:57:22.315 INFO O| Aug 20 01:57:22.315 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95802026-08-20T01:57:22.993Z[ host-image] Aug 20 01:57:22.322 INFO O| Aug 20 01:57:22.322 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95812026-08-20T01:57:22.993Z[ host-image] Aug 20 01:57:22.322 INFO O| Aug 20 01:57:22.322 INFO STEP 39 (remove_files) COMPLETE
95822026-08-20T01:57:22.993Z[ host-image] Aug 20 01:57:22.322 INFO O| Aug 20 01:57:22.322 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95832026-08-20T01:57:23.001Z[ host-image] Aug 20 01:57:22.331 INFO O| Aug 20 01:57:22.331 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95842026-08-20T01:57:23.001Z[ host-image] Aug 20 01:57:22.331 INFO O| Aug 20 01:57:22.331 INFO STEP 40 (remove_files) COMPLETE
95852026-08-20T01:57:23.005Z[ host-image] Aug 20 01:57:22.331 INFO O| Aug 20 01:57:22.331 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95862026-08-20T01:57:23.010Z[ host-image] Aug 20 01:57:22.341 INFO O| Aug 20 01:57:22.341 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95872026-08-20T01:57:23.011Z[ host-image] Aug 20 01:57:22.341 INFO O| Aug 20 01:57:22.341 INFO STEP 41 (remove_files) COMPLETE
95882026-08-20T01:57:23.011Z[ host-image] Aug 20 01:57:22.341 INFO O| Aug 20 01:57:22.341 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95892026-08-20T01:57:23.018Z[ host-image] Aug 20 01:57:22.349 INFO O| Aug 20 01:57:22.349 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95902026-08-20T01:57:23.022Z[ host-image] Aug 20 01:57:22.349 INFO O| Aug 20 01:57:22.349 INFO STEP 42 (remove_files) COMPLETE
95912026-08-20T01:57:23.022Z[ host-image] Aug 20 01:57:22.349 INFO O| Aug 20 01:57:22.349 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95922026-08-20T01:57:23.025Z[ host-image] Aug 20 01:57:22.356 INFO O| Aug 20 01:57:22.356 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95932026-08-20T01:57:23.026Z[ host-image] Aug 20 01:57:22.356 INFO O| Aug 20 01:57:22.356 INFO STEP 43 (remove_files) COMPLETE
95942026-08-20T01:57:23.026Z[ host-image] Aug 20 01:57:22.356 INFO O| Aug 20 01:57:22.356 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95952026-08-20T01:57:23.033Z[ host-image] Aug 20 01:57:22.363 INFO O| Aug 20 01:57:22.363 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95962026-08-20T01:57:23.033Z[ host-image] Aug 20 01:57:22.363 INFO O| Aug 20 01:57:22.363 INFO STEP 44 (remove_files) COMPLETE
95972026-08-20T01:57:23.033Z[ host-image] Aug 20 01:57:22.363 INFO O| Aug 20 01:57:22.363 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95982026-08-20T01:57:23.043Z[ host-image] Aug 20 01:57:22.373 INFO O| Aug 20 01:57:22.373 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95992026-08-20T01:57:23.043Z[ host-image] Aug 20 01:57:22.373 INFO O| Aug 20 01:57:22.373 INFO STEP 45 (remove_files) COMPLETE
96002026-08-20T01:57:23.043Z[ host-image] Aug 20 01:57:22.373 INFO O| Aug 20 01:57:22.373 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96012026-08-20T01:57:23.053Z[ host-image] Aug 20 01:57:22.383 INFO O| Aug 20 01:57:22.383 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96022026-08-20T01:57:23.053Z[ host-image] Aug 20 01:57:22.383 INFO O| Aug 20 01:57:22.383 INFO STEP 46 (remove_files) COMPLETE
96032026-08-20T01:57:23.054Z[ host-image] Aug 20 01:57:22.383 INFO O| Aug 20 01:57:22.383 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96042026-08-20T01:57:23.064Z[ host-image] Aug 20 01:57:22.393 INFO O| Aug 20 01:57:22.393 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96052026-08-20T01:57:23.064Z[ host-image] Aug 20 01:57:22.393 INFO O| Aug 20 01:57:22.393 INFO STEP 47 (remove_files) COMPLETE
96062026-08-20T01:57:23.070Z[ host-image] Aug 20 01:57:22.393 INFO O| Aug 20 01:57:22.393 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96072026-08-20T01:57:23.079Z[ host-image] Aug 20 01:57:22.402 INFO O| Aug 20 01:57:22.402 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96082026-08-20T01:57:23.079Z[ host-image] Aug 20 01:57:22.402 INFO O| Aug 20 01:57:22.402 INFO STEP 48 (remove_files) COMPLETE
96092026-08-20T01:57:23.079Z[ host-image] Aug 20 01:57:22.402 INFO O| Aug 20 01:57:22.402 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96102026-08-20T01:57:23.083Z[ host-image] Aug 20 01:57:22.411 INFO O| Aug 20 01:57:22.410 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96112026-08-20T01:57:23.083Z[ host-image] Aug 20 01:57:22.411 INFO O| Aug 20 01:57:22.411 INFO STEP 49 (remove_files) COMPLETE
96122026-08-20T01:57:23.083Z[ host-image] Aug 20 01:57:22.411 INFO O| Aug 20 01:57:22.411 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96132026-08-20T01:57:23.090Z[ host-image] Aug 20 01:57:22.419 INFO O| Aug 20 01:57:22.419 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96142026-08-20T01:57:23.090Z[ host-image] Aug 20 01:57:22.419 INFO O| Aug 20 01:57:22.419 INFO STEP 50 (remove_files) COMPLETE
96152026-08-20T01:57:23.094Z[ host-image] Aug 20 01:57:22.419 INFO O| Aug 20 01:57:22.419 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96162026-08-20T01:57:23.097Z[ host-image] Aug 20 01:57:22.427 INFO O| Aug 20 01:57:22.427 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96172026-08-20T01:57:23.097Z[ host-image] Aug 20 01:57:22.427 INFO O| Aug 20 01:57:22.427 INFO STEP 51 (remove_files) COMPLETE
96182026-08-20T01:57:23.097Z[ host-image] Aug 20 01:57:22.427 INFO O| Aug 20 01:57:22.427 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96192026-08-20T01:57:23.105Z[ host-image] Aug 20 01:57:22.435 INFO O| Aug 20 01:57:22.435 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96202026-08-20T01:57:23.105Z[ host-image] Aug 20 01:57:22.435 INFO O| Aug 20 01:57:22.435 INFO STEP 52 (remove_files) COMPLETE
96212026-08-20T01:57:23.105Z[ host-image] Aug 20 01:57:22.435 INFO O| Aug 20 01:57:22.435 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96222026-08-20T01:57:23.113Z[ host-image] Aug 20 01:57:22.443 INFO O| Aug 20 01:57:22.443 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96232026-08-20T01:57:23.113Z[ host-image] Aug 20 01:57:22.443 INFO O| Aug 20 01:57:22.443 INFO STEP 53 (remove_files) COMPLETE
96242026-08-20T01:57:23.113Z[ host-image] Aug 20 01:57:22.443 INFO O| Aug 20 01:57:22.443 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96252026-08-20T01:57:23.121Z[ host-image] Aug 20 01:57:22.452 INFO O| Aug 20 01:57:22.452 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96262026-08-20T01:57:23.125Z[ host-image] Aug 20 01:57:22.452 INFO O| Aug 20 01:57:22.452 INFO STEP 54 (remove_files) COMPLETE
96272026-08-20T01:57:23.125Z[ host-image] Aug 20 01:57:22.452 INFO O| Aug 20 01:57:22.452 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96282026-08-20T01:57:23.125Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
96292026-08-20T01:57:23.131Z[ host-image] Aug 20 01:57:22.461 INFO O| Aug 20 01:57:22.461 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96302026-08-20T01:57:23.131Z[ host-image] Aug 20 01:57:22.461 INFO O| Aug 20 01:57:22.461 INFO STEP 55 (remove_files) COMPLETE
96312026-08-20T01:57:23.131Z[ host-image] Aug 20 01:57:22.461 INFO O| Aug 20 01:57:22.461 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96322026-08-20T01:57:23.157Z[ host-image] Aug 20 01:57:22.469 INFO O| Aug 20 01:57:22.469 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96332026-08-20T01:57:23.157Z[ host-image] Aug 20 01:57:22.469 INFO O| Aug 20 01:57:22.469 INFO STEP 56 (remove_files) COMPLETE
96342026-08-20T01:57:23.158Z[ host-image] Aug 20 01:57:22.469 INFO O| Aug 20 01:57:22.469 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96352026-08-20T01:57:23.158Z[ host-image] Aug 20 01:57:22.476 INFO O| Aug 20 01:57:22.476 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96362026-08-20T01:57:23.158Z[ host-image] Aug 20 01:57:22.476 INFO O| Aug 20 01:57:22.476 INFO STEP 57 (remove_files) COMPLETE
96372026-08-20T01:57:23.158Z[ host-image] Aug 20 01:57:22.476 INFO O| Aug 20 01:57:22.476 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96382026-08-20T01:57:23.158Z[ host-image] Aug 20 01:57:22.484 INFO O| Aug 20 01:57:22.483 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96392026-08-20T01:57:23.158Z[ host-image] Aug 20 01:57:22.484 INFO O| Aug 20 01:57:22.484 INFO STEP 58 (remove_files) COMPLETE
96402026-08-20T01:57:23.158Z[ host-image] Aug 20 01:57:22.484 INFO O| Aug 20 01:57:22.484 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96412026-08-20T01:57:23.165Z[ host-image] Aug 20 01:57:22.492 INFO O| Aug 20 01:57:22.492 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96422026-08-20T01:57:23.165Z[ host-image] Aug 20 01:57:22.492 INFO O| Aug 20 01:57:22.492 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96432026-08-20T01:57:23.165Z[ host-image] Aug 20 01:57:22.492 INFO O| Aug 20 01:57:22.492 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96442026-08-20T01:57:23.165Z[ host-image] Aug 20 01:57:22.492 INFO O| Aug 20 01:57:22.492 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96452026-08-20T01:57:23.165Z[ host-image] Aug 20 01:57:22.492 INFO O| Aug 20 01:57:22.492 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96462026-08-20T01:57:23.165Z[ host-image] Aug 20 01:57:22.492 INFO O| Aug 20 01:57:22.492 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96472026-08-20T01:57:23.165Z[ host-image] Aug 20 01:57:22.492 INFO O| Aug 20 01:57:22.492 INFO ok!
96482026-08-20T01:57:23.166Z[ host-image] Aug 20 01:57:22.492 INFO O| Aug 20 01:57:22.492 INFO STEP 59 (ensure_file) COMPLETE
96492026-08-20T01:57:23.166Z[ host-image] Aug 20 01:57:22.492 INFO O| Aug 20 01:57:22.492 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96502026-08-20T01:57:23.171Z[ host-image] Aug 20 01:57:22.499 INFO O| Aug 20 01:57:22.499 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96512026-08-20T01:57:23.171Z[ host-image] Aug 20 01:57:22.499 INFO O| Aug 20 01:57:22.499 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96522026-08-20T01:57:23.172Z[ host-image] Aug 20 01:57:22.500 INFO O| Aug 20 01:57:22.499 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96532026-08-20T01:57:23.172Z[ host-image] Aug 20 01:57:22.500 INFO O| Aug 20 01:57:22.500 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96542026-08-20T01:57:23.172Z[ host-image] Aug 20 01:57:22.500 INFO O| Aug 20 01:57:22.500 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96552026-08-20T01:57:23.172Z[ host-image] Aug 20 01:57:22.500 INFO O| Aug 20 01:57:22.500 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96562026-08-20T01:57:23.172Z[ host-image] Aug 20 01:57:22.500 INFO O| Aug 20 01:57:22.500 INFO ok!
96572026-08-20T01:57:23.172Z[ host-image] Aug 20 01:57:22.500 INFO O| Aug 20 01:57:22.500 INFO STEP 60 (ensure_file) COMPLETE
96582026-08-20T01:57:23.172Z[ host-image] Aug 20 01:57:22.500 INFO O| Aug 20 01:57:22.500 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96592026-08-20T01:57:23.230Z[ host-image] Aug 20 01:57:22.509 INFO O| Aug 20 01:57:22.509 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96602026-08-20T01:57:23.230Z[ host-image] Aug 20 01:57:22.509 INFO O| Aug 20 01:57:22.509 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96612026-08-20T01:57:23.230Z[ host-image] Aug 20 01:57:22.509 INFO O| Aug 20 01:57:22.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96622026-08-20T01:57:23.230Z[ host-image] Aug 20 01:57:22.509 INFO O| Aug 20 01:57:22.509 INFO ok!
96632026-08-20T01:57:23.230Z[ host-image] Aug 20 01:57:22.509 INFO O| Aug 20 01:57:22.509 INFO STEP 61 (ensure_file) COMPLETE
96642026-08-20T01:57:23.230Z[ host-image] Aug 20 01:57:22.509 INFO O| Aug 20 01:57:22.509 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96652026-08-20T01:57:23.230Z[ host-image] Aug 20 01:57:22.519 INFO O| Aug 20 01:57:22.519 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96662026-08-20T01:57:23.230Z[ host-image] Aug 20 01:57:22.519 INFO O| Aug 20 01:57:22.519 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96672026-08-20T01:57:23.230Z[ host-image] Aug 20 01:57:22.519 INFO O| Aug 20 01:57:22.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96682026-08-20T01:57:23.230Z[ host-image] Aug 20 01:57:22.519 INFO O| Aug 20 01:57:22.519 INFO ok!
96692026-08-20T01:57:23.230Z[ host-image] Aug 20 01:57:22.519 INFO O| Aug 20 01:57:22.519 INFO STEP 62 (ensure_file) COMPLETE
96702026-08-20T01:57:23.230Z[ host-image] Aug 20 01:57:22.519 INFO O| Aug 20 01:57:22.519 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96712026-08-20T01:57:23.230Z[ host-image] Aug 20 01:57:22.527 INFO O| Aug 20 01:57:22.527 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96722026-08-20T01:57:23.231Z[ host-image] Aug 20 01:57:22.527 INFO O| Aug 20 01:57:22.527 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96732026-08-20T01:57:23.231Z[ host-image] Aug 20 01:57:22.527 INFO O| Aug 20 01:57:22.527 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96742026-08-20T01:57:23.231Z[ host-image] Aug 20 01:57:22.527 INFO O| Aug 20 01:57:22.527 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96752026-08-20T01:57:23.231Z[ host-image] Aug 20 01:57:22.527 INFO O| Aug 20 01:57:22.527 INFO ok!
96762026-08-20T01:57:23.231Z[ host-image] Aug 20 01:57:22.527 INFO O| Aug 20 01:57:22.527 INFO STEP 63 (ensure_file) COMPLETE
96772026-08-20T01:57:23.231Z[ host-image] Aug 20 01:57:22.527 INFO O| Aug 20 01:57:22.527 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96782026-08-20T01:57:23.231Z[ host-image] Aug 20 01:57:22.535 INFO O| Aug 20 01:57:22.534 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96792026-08-20T01:57:23.231Z[ host-image] Aug 20 01:57:22.535 INFO O| Aug 20 01:57:22.534 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96802026-08-20T01:57:23.231Z[ host-image] Aug 20 01:57:22.535 INFO O| Aug 20 01:57:22.535 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96812026-08-20T01:57:23.231Z[ host-image] Aug 20 01:57:22.535 INFO O| Aug 20 01:57:22.535 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96822026-08-20T01:57:23.231Z[ host-image] Aug 20 01:57:22.535 INFO O| Aug 20 01:57:22.535 INFO ok!
96832026-08-20T01:57:23.231Z[ host-image] Aug 20 01:57:22.535 INFO O| Aug 20 01:57:22.535 INFO STEP 64 (ensure_file) COMPLETE
96842026-08-20T01:57:23.231Z[ host-image] Aug 20 01:57:22.535 INFO O| Aug 20 01:57:22.535 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96852026-08-20T01:57:23.231Z[ host-image] Aug 20 01:57:22.544 INFO O| Aug 20 01:57:22.544 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96862026-08-20T01:57:23.231Z[ host-image] Aug 20 01:57:22.544 INFO O| Aug 20 01:57:22.544 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96872026-08-20T01:57:23.231Z[ host-image] Aug 20 01:57:22.544 INFO O| Aug 20 01:57:22.544 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96882026-08-20T01:57:23.231Z[ host-image] Aug 20 01:57:22.544 INFO O| Aug 20 01:57:22.544 INFO ok!
96892026-08-20T01:57:23.231Z[ host-image] Aug 20 01:57:22.544 INFO O| Aug 20 01:57:22.544 INFO STEP 65 (assemble_files) COMPLETE
96902026-08-20T01:57:23.231Z[ host-image] Aug 20 01:57:22.544 INFO O| Aug 20 01:57:22.544 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96912026-08-20T01:57:23.231Z[ host-image] Aug 20 01:57:22.552 INFO O| Aug 20 01:57:22.552 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96922026-08-20T01:57:23.231Z[ host-image] Aug 20 01:57:22.552 INFO O| Aug 20 01:57:22.552 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96932026-08-20T01:57:23.232Z[ host-image] Aug 20 01:57:22.552 INFO O| Aug 20 01:57:22.552 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96942026-08-20T01:57:23.232Z[ host-image] Aug 20 01:57:22.552 INFO O| Aug 20 01:57:22.552 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96952026-08-20T01:57:23.232Z[ host-image] Aug 20 01:57:22.552 INFO O| Aug 20 01:57:22.552 INFO ok!
96962026-08-20T01:57:23.232Z[ host-image] Aug 20 01:57:22.552 INFO O| Aug 20 01:57:22.552 INFO STEP 66 (ensure_file) COMPLETE
96972026-08-20T01:57:23.232Z[ host-image] Aug 20 01:57:22.552 INFO O| Aug 20 01:57:22.552 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96982026-08-20T01:57:23.239Z[ host-image] Aug 20 01:57:22.560 INFO O| Aug 20 01:57:22.560 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96992026-08-20T01:57:23.239Z[ host-image] Aug 20 01:57:22.560 INFO O| Aug 20 01:57:22.560 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97002026-08-20T01:57:23.239Z[ host-image] Aug 20 01:57:22.560 INFO O| Aug 20 01:57:22.560 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97012026-08-20T01:57:23.239Z[ host-image] Aug 20 01:57:22.560 INFO O| Aug 20 01:57:22.560 INFO STEP 67 (ensure_dir) COMPLETE
97022026-08-20T01:57:23.239Z[ host-image] Aug 20 01:57:22.560 INFO O| Aug 20 01:57:22.560 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97032026-08-20T01:57:23.244Z[ host-image] Aug 20 01:57:22.568 INFO O| Aug 20 01:57:22.568 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97042026-08-20T01:57:23.244Z[ host-image] Aug 20 01:57:22.568 INFO O| Aug 20 01:57:22.568 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/files.tar.gz -> /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz ...
97052026-08-20T01:57:23.244Z[ host-image] Aug 20 01:57:22.574 INFO O| Aug 20 01:57:22.574 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97062026-08-20T01:57:23.244Z[ host-image] Aug 20 01:57:22.574 INFO O| Aug 20 01:57:22.574 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97072026-08-20T01:57:23.245Z[ host-image] Aug 20 01:57:22.574 INFO O| Aug 20 01:57:22.574 INFO ok!
97082026-08-20T01:57:23.245Z[ host-image] Aug 20 01:57:22.574 INFO O| Aug 20 01:57:22.574 INFO STEP 68 (ensure_file) COMPLETE
97092026-08-20T01:57:23.245Z[ host-image] Aug 20 01:57:22.574 INFO O| Aug 20 01:57:22.574 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97102026-08-20T01:57:23.252Z[ host-image] Aug 20 01:57:22.582 INFO O| Aug 20 01:57:22.582 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97112026-08-20T01:57:23.252Z[ host-image] Aug 20 01:57:22.583 INFO O| Aug 20 01:57:22.582 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/gzonly.txt -> /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt ...
97122026-08-20T01:57:23.256Z[ host-image] Aug 20 01:57:22.583 INFO O| Aug 20 01:57:22.583 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97132026-08-20T01:57:23.256Z[ host-image] Aug 20 01:57:22.583 INFO O| Aug 20 01:57:22.583 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97142026-08-20T01:57:23.256Z[ host-image] Aug 20 01:57:22.583 INFO O| Aug 20 01:57:22.583 INFO ok!
97152026-08-20T01:57:23.256Z[ host-image] Aug 20 01:57:22.583 INFO O| Aug 20 01:57:22.583 INFO STEP 69 (ensure_file) COMPLETE
97162026-08-20T01:57:23.256Z[ host-image] Aug 20 01:57:22.583 INFO O| Aug 20 01:57:22.583 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97172026-08-20T01:57:23.266Z[ host-image] Aug 20 01:57:22.597 INFO O| Aug 20 01:57:22.597 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97182026-08-20T01:57:23.267Z[ host-image] Aug 20 01:57:22.597 INFO O| Aug 20 01:57:22.597 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97192026-08-20T01:57:24.795Z[ host-image] Aug 20 01:57:24.125 INFO O| Aug 20 01:57:24.125 INFO STEP 70 (pack_tar) COMPLETE
97202026-08-20T01:57:24.795Z[ host-image] Aug 20 01:57:24.126 INFO O| Aug 20 01:57:24.125 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97212026-08-20T01:57:24.796Z[ host-image] Aug 20 01:57:24.126 INFO O| Aug 20 01:57:24.125 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97222026-08-20T01:57:25.165Z[ host-image] Aug 20 01:57:24.495 INFO O| Aug 20 01:57:24.495 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97232026-08-20T01:57:25.370Z[ host-image] Aug 20 01:57:24.700 INFO O| Aug 20 01:57:24.700 INFO completed processing sled/ramdisk-02-trim
97242026-08-20T01:57:25.373Z[ host-image] Aug 20 01:57:24.702 INFO image builder template: zfs...
97252026-08-20T01:57:25.373Z[ host-image] Aug 20 01:57:24.702 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/.tmpon8wkG/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.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs"], pwd: None
97262026-08-20T01:57:25.384Z[ host-image] Aug 20 01:57:24.715 INFO O| Aug 20 01:57:24.715 INFO skip include "stress" because feature "stress" is not enabled
97272026-08-20T01:57:25.388Z[ host-image] Aug 20 01:57:24.715 INFO O| Aug 20 01:57:24.715 INFO skip include "stress" because feature "compliance" is not enabled
97282026-08-20T01:57:25.414Z[ host-image] Aug 20 01:57:24.744 INFO O| Aug 20 01:57:24.744 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97292026-08-20T01:57:25.418Z[ host-image] Aug 20 01:57:24.747 INFO O| Aug 20 01:57:24.747 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97302026-08-20T01:57:25.523Z[ host-image] Aug 20 01:57:24.853 INFO O| Aug 20 01:57:24.853 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97312026-08-20T01:57:25.653Z[ host-image] Aug 20 01:57:24.984 INFO O| Aug 20 01:57:24.984 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97322026-08-20T01:57:25.653Z[ host-image] Aug 20 01:57:24.984 INFO O| Aug 20 01:57:24.984 INFO work dataset: rpool/images/build/host/work/sled/zfs
97332026-08-20T01:57:25.657Z[ host-image] Aug 20 01:57:24.986 INFO O| Aug 20 01:57:24.986 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97342026-08-20T01:57:25.839Z[ host-image] Aug 20 01:57:25.169 INFO O| Aug 20 01:57:25.169 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97352026-08-20T01:57:25.911Z[ host-image] Aug 20 01:57:25.241 INFO O| Aug 20 01:57:25.241 INFO DESTROY POOL: TEMPORARY-sled-zfs
97362026-08-20T01:57:25.920Z[ host-image] Aug 20 01:57:25.248 INFO O| Aug 20 01:57:25.248 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97372026-08-20T01:57:25.925Z[ host-image] Aug 20 01:57:25.253 INFO O| Aug 20 01:57:25.253 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97382026-08-20T01:57:25.925Z[ host-image] Aug 20 01:57:25.253 INFO O| Aug 20 01:57:25.253 INFO no lofi found
97392026-08-20T01:57:25.925Z[ host-image] Aug 20 01:57:25.253 INFO O| Aug 20 01:57:25.253 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97402026-08-20T01:57:25.925Z[ host-image] Aug 20 01:57:25.253 INFO O| Aug 20 01:57:25.253 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97412026-08-20T01:57:26.454Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
97422026-08-20T01:57:27.672Z[ host-image] Aug 20 01:57:27.001 INFO O| Aug 20 01:57:27.001 INFO lofi device = /dev/dsk/c2t1d0p0
97432026-08-20T01:57:27.672Z[ host-image] Aug 20 01:57:27.001 INFO O| Aug 20 01:57:27.001 INFO pool device = /dev/dsk/c2t1d0p0
97442026-08-20T01:57:27.672Z[ host-image] Aug 20 01:57:27.001 INFO O| Aug 20 01:57:27.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
97452026-08-20T01:57:27.771Z[ host-image] Aug 20 01:57:27.099 INFO O| Aug 20 01:57:27.099 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97462026-08-20T01:57:27.771Z[ host-image] Aug 20 01:57:27.099 INFO O| Aug 20 01:57:27.099 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97472026-08-20T01:57:27.791Z[ host-image] Aug 20 01:57:27.121 INFO O| Aug 20 01:57:27.121 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97482026-08-20T01:57:27.840Z[ host-image] Aug 20 01:57:27.171 INFO O| Aug 20 01:57:27.170 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97492026-08-20T01:57:27.870Z[ host-image] Aug 20 01:57:27.200 INFO O| Aug 20 01:57:27.200 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97502026-08-20T01:57:27.885Z[ host-image] Aug 20 01:57:27.215 INFO O| Aug 20 01:57:27.215 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97512026-08-20T01:57:27.895Z[ host-image] Aug 20 01:57:27.225 INFO O| Aug 20 01:57:27.225 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97522026-08-20T01:57:27.932Z[ host-image] Aug 20 01:57:27.261 INFO O| Aug 20 01:57:27.261 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97532026-08-20T01:57:27.932Z[ host-image] Aug 20 01:57:27.261 INFO O| Aug 20 01:57:27.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97542026-08-20T01:57:27.938Z[ host-image] Aug 20 01:57:27.261 INFO O| Aug 20 01:57:27.261 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97552026-08-20T01:57:27.944Z[ host-image] Aug 20 01:57:27.269 INFO O| Aug 20 01:57:27.269 INFO boot environment UUID: 0a3ecf6e-1c18-4174-8308-86edbd92cbe5
97562026-08-20T01:57:27.944Z[ host-image] Aug 20 01:57:27.269 INFO O| Aug 20 01:57:27.269 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 0a3ecf6e-1c18-4174-8308-86edbd92cbe5
97572026-08-20T01:57:27.949Z[ host-image] Aug 20 01:57:27.280 INFO O| Aug 20 01:57:27.280 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97582026-08-20T01:57:27.960Z[ host-image] Aug 20 01:57:27.290 INFO O| Aug 20 01:57:27.290 INFO STEP 0 (create_be) COMPLETE
97592026-08-20T01:57:27.960Z[ host-image] Aug 20 01:57:27.290 INFO O| Aug 20 01:57:27.290 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97602026-08-20T01:57:27.974Z[ host-image] Aug 20 01:57:27.305 INFO O| Aug 20 01:57:27.305 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97612026-08-20T01:57:37.967Z[ host-image] Aug 20 01:57:37.287 INFO O| Aug 20 01:57:37.287 INFO STEP 1 (unpack_tar) COMPLETE
97622026-08-20T01:57:37.968Z[ host-image] Aug 20 01:57:37.287 INFO O| Aug 20 01:57:37.287 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97632026-08-20T01:57:37.984Z[ host-image] Aug 20 01:57:37.298 INFO O| Aug 20 01:57:37.298 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97642026-08-20T01:57:38.534Z[ host-image] Aug 20 01:57:37.863 INFO O| Aug 20 01:57:37.863 INFO STEP 2 (devfsadm) COMPLETE
97652026-08-20T01:57:38.534Z[ host-image] Aug 20 01:57:37.863 INFO O| Aug 20 01:57:37.863 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97662026-08-20T01:57:38.544Z[ host-image] Aug 20 01:57:37.874 INFO O| Aug 20 01:57:37.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97672026-08-20T01:57:38.544Z[ host-image] Aug 20 01:57:37.874 INFO O| Aug 20 01:57:37.874 INFO STEP 3 (ensure_dir) COMPLETE
97682026-08-20T01:57:38.544Z[ host-image] Aug 20 01:57:37.874 INFO O| Aug 20 01:57:37.874 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97692026-08-20T01:57:38.553Z[ host-image] Aug 20 01:57:37.883 INFO O| Aug 20 01:57:37.883 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97702026-08-20T01:57:38.553Z[ host-image] Aug 20 01:57:37.883 INFO O| Aug 20 01:57:37.883 INFO STEP 4 (ensure_dir) COMPLETE
97712026-08-20T01:57:38.556Z[ host-image] Aug 20 01:57:37.883 INFO O| Aug 20 01:57:37.883 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97722026-08-20T01:57:38.562Z[ host-image] Aug 20 01:57:37.892 INFO O| Aug 20 01:57:37.892 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97732026-08-20T01:57:38.562Z[ host-image] Aug 20 01:57:37.892 INFO O| Aug 20 01:57:37.892 INFO STEP 5 (ensure_dir) COMPLETE
97742026-08-20T01:57:38.566Z[ host-image] Aug 20 01:57:37.892 INFO O| Aug 20 01:57:37.892 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97752026-08-20T01:57:38.573Z[ host-image] Aug 20 01:57:37.901 INFO O| Aug 20 01:57:37.901 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97762026-08-20T01:57:38.573Z[ host-image] Aug 20 01:57:37.901 INFO O| Aug 20 01:57:37.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97772026-08-20T01:57:38.574Z[ host-image] Aug 20 01:57:37.901 INFO O| Aug 20 01:57:37.901 INFO STEP 6 (ensure_dir) COMPLETE
97782026-08-20T01:57:38.574Z[ host-image] Aug 20 01:57:37.901 INFO O| Aug 20 01:57:37.901 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97792026-08-20T01:57:38.580Z[ host-image] Aug 20 01:57:37.911 INFO O| Aug 20 01:57:37.910 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97802026-08-20T01:57:38.581Z[ host-image] Aug 20 01:57:37.911 INFO O| Aug 20 01:57:37.911 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97812026-08-20T01:57:38.585Z[ host-image] Aug 20 01:57:37.911 INFO O| Aug 20 01:57:37.911 INFO STEP 7 (ensure_dir) COMPLETE
97822026-08-20T01:57:38.585Z[ host-image] Aug 20 01:57:37.911 INFO O| Aug 20 01:57:37.911 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97832026-08-20T01:57:38.590Z[ host-image] Aug 20 01:57:37.919 INFO O| Aug 20 01:57:37.919 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97842026-08-20T01:57:38.599Z[ host-image] Aug 20 01:57:37.920 INFO O| Aug 20 01:57:37.920 INFO STEP 8 (remove_files) COMPLETE
97852026-08-20T01:57:38.599Z[ host-image] Aug 20 01:57:37.920 INFO O| Aug 20 01:57:37.920 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97862026-08-20T01:57:38.602Z[ host-image] Aug 20 01:57:37.928 INFO O| Aug 20 01:57:37.928 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97872026-08-20T01:57:38.602Z[ host-image] Aug 20 01:57:37.929 INFO O| Aug 20 01:57:37.929 INFO STEP 9 (remove_files) COMPLETE
97882026-08-20T01:57:38.603Z[ host-image] Aug 20 01:57:37.929 INFO O| Aug 20 01:57:37.929 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97892026-08-20T01:57:38.608Z[ host-image] Aug 20 01:57:37.938 INFO O| Aug 20 01:57:37.938 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97902026-08-20T01:57:38.612Z[ host-image] Aug 20 01:57:37.939 INFO O| Aug 20 01:57:37.939 INFO STEP 10 (remove_files) COMPLETE
97912026-08-20T01:57:38.612Z[ host-image] Aug 20 01:57:37.939 INFO O| Aug 20 01:57:37.939 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97922026-08-20T01:57:38.619Z[ host-image] Aug 20 01:57:37.949 INFO O| Aug 20 01:57:37.949 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
97932026-08-20T01:57:38.619Z[ host-image] Aug 20 01:57:37.949 INFO O| Aug 20 01:57:37.949 INFO STEP 11 (remove_files) COMPLETE
97942026-08-20T01:57:38.623Z[ host-image] Aug 20 01:57:37.949 INFO O| Aug 20 01:57:37.949 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97952026-08-20T01:57:38.628Z[ host-image] Aug 20 01:57:37.958 INFO O| Aug 20 01:57:37.958 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97962026-08-20T01:57:38.631Z[ host-image] Aug 20 01:57:37.958 INFO O| Aug 20 01:57:37.958 INFO STEP 12 (remove_files) COMPLETE
97972026-08-20T01:57:38.631Z[ host-image] Aug 20 01:57:37.958 INFO O| Aug 20 01:57:37.958 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97982026-08-20T01:57:38.638Z[ host-image] Aug 20 01:57:37.968 INFO O| Aug 20 01:57:37.967 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97992026-08-20T01:57:38.638Z[ host-image] Aug 20 01:57:37.968 INFO O| Aug 20 01:57:37.968 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98002026-08-20T01:57:38.642Z[ host-image] Aug 20 01:57:37.968 INFO O| Aug 20 01:57:37.968 INFO STEP 13 (ensure_dir) COMPLETE
98012026-08-20T01:57:38.642Z[ host-image] Aug 20 01:57:37.968 INFO O| Aug 20 01:57:37.968 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98022026-08-20T01:57:38.646Z[ host-image] Aug 20 01:57:37.976 INFO O| Aug 20 01:57:37.976 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98032026-08-20T01:57:38.650Z[ host-image] Aug 20 01:57:37.976 INFO O| Aug 20 01:57:37.976 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98042026-08-20T01:57:38.650Z[ host-image] Aug 20 01:57:37.976 INFO O| Aug 20 01:57:37.976 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98052026-08-20T01:57:38.650Z[ host-image] Aug 20 01:57:37.976 INFO O| Aug 20 01:57:37.976 INFO STEP 14 (ensure_dir) COMPLETE
98062026-08-20T01:57:38.650Z[ host-image] Aug 20 01:57:37.976 INFO O| Aug 20 01:57:37.976 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98072026-08-20T01:57:38.654Z[ host-image] Aug 20 01:57:37.984 INFO O| Aug 20 01:57:37.984 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98082026-08-20T01:57:38.654Z[ host-image] Aug 20 01:57:37.984 INFO O| Aug 20 01:57:37.984 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98092026-08-20T01:57:38.657Z[ host-image] Aug 20 01:57:37.984 INFO O| Aug 20 01:57:37.984 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98102026-08-20T01:57:38.657Z[ host-image] Aug 20 01:57:37.984 INFO O| Aug 20 01:57:37.984 INFO STEP 15 (ensure_dir) COMPLETE
98112026-08-20T01:57:38.657Z[ host-image] Aug 20 01:57:37.984 INFO O| Aug 20 01:57:37.984 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98122026-08-20T01:57:38.661Z[ host-image] Aug 20 01:57:37.992 INFO O| Aug 20 01:57:37.992 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98132026-08-20T01:57:38.661Z[ host-image] Aug 20 01:57:37.992 INFO O| Aug 20 01:57:37.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98142026-08-20T01:57:38.661Z[ host-image] Aug 20 01:57:37.992 INFO O| Aug 20 01:57:37.992 INFO STEP 16 (ensure_dir) COMPLETE
98152026-08-20T01:57:38.666Z[ host-image] Aug 20 01:57:37.992 INFO O| Aug 20 01:57:37.992 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98162026-08-20T01:57:38.669Z[ host-image] Aug 20 01:57:37.999 INFO O| Aug 20 01:57:37.999 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98172026-08-20T01:57:38.669Z[ host-image] Aug 20 01:57:37.999 INFO O| Aug 20 01:57:37.999 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98182026-08-20T01:57:38.669Z[ host-image] Aug 20 01:57:37.999 INFO O| Aug 20 01:57:37.999 INFO STEP 17 (ensure_dir) COMPLETE
98192026-08-20T01:57:38.669Z[ host-image] Aug 20 01:57:37.999 INFO O| Aug 20 01:57:37.999 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98202026-08-20T01:57:38.676Z[ host-image] Aug 20 01:57:38.007 INFO O| Aug 20 01:57:38.007 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98212026-08-20T01:57:38.679Z[ host-image] Aug 20 01:57:38.007 INFO O| Aug 20 01:57:38.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98222026-08-20T01:57:38.679Z[ host-image] Aug 20 01:57:38.007 INFO O| Aug 20 01:57:38.007 INFO ok!
98232026-08-20T01:57:38.679Z[ host-image] Aug 20 01:57:38.007 INFO O| Aug 20 01:57:38.007 INFO STEP 18 (ensure_symlink) COMPLETE
98242026-08-20T01:57:38.679Z[ host-image] Aug 20 01:57:38.007 INFO O| Aug 20 01:57:38.007 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98252026-08-20T01:57:38.684Z[ host-image] Aug 20 01:57:38.014 INFO O| Aug 20 01:57:38.014 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98262026-08-20T01:57:38.684Z[ host-image] Aug 20 01:57:38.014 INFO O| Aug 20 01:57:38.014 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98272026-08-20T01:57:38.684Z[ host-image] Aug 20 01:57:38.014 INFO O| Aug 20 01:57:38.014 INFO ok!
98282026-08-20T01:57:38.688Z[ host-image] Aug 20 01:57:38.014 INFO O| Aug 20 01:57:38.014 INFO STEP 19 (ensure_file) COMPLETE
98292026-08-20T01:57:38.688Z[ host-image] Aug 20 01:57:38.014 INFO O| Aug 20 01:57:38.014 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98302026-08-20T01:57:38.695Z[ host-image] Aug 20 01:57:38.025 INFO O| Aug 20 01:57:38.025 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98312026-08-20T01:57:38.695Z[ host-image] Aug 20 01:57:38.025 INFO O| Aug 20 01:57:38.025 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98322026-08-20T01:57:38.701Z[ host-image] Aug 20 01:57:38.025 INFO O| Aug 20 01:57:38.025 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98332026-08-20T01:57:38.701Z[ host-image] Aug 20 01:57:38.025 INFO O| Aug 20 01:57:38.025 INFO ok!
98342026-08-20T01:57:38.701Z[ host-image] Aug 20 01:57:38.025 INFO O| Aug 20 01:57:38.025 INFO STEP 20 (ensure_symlink) COMPLETE
98352026-08-20T01:57:38.701Z[ host-image] Aug 20 01:57:38.025 INFO O| Aug 20 01:57:38.025 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98362026-08-20T01:57:38.705Z[ host-image] Aug 20 01:57:38.034 INFO O| Aug 20 01:57:38.034 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98372026-08-20T01:57:38.705Z[ host-image] Aug 20 01:57:38.034 INFO O| Aug 20 01:57:38.034 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98382026-08-20T01:57:38.705Z[ host-image] Aug 20 01:57:38.034 INFO O| Aug 20 01:57:38.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98392026-08-20T01:57:38.705Z[ host-image] Aug 20 01:57:38.034 INFO O| Aug 20 01:57:38.034 INFO ok!
98402026-08-20T01:57:38.705Z[ host-image] Aug 20 01:57:38.034 INFO O| Aug 20 01:57:38.034 INFO STEP 21 (ensure_symlink) COMPLETE
98412026-08-20T01:57:38.705Z[ host-image] Aug 20 01:57:38.034 INFO O| Aug 20 01:57:38.034 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98422026-08-20T01:57:38.711Z[ host-image] Aug 20 01:57:38.042 INFO O| Aug 20 01:57:38.042 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98432026-08-20T01:57:38.711Z[ host-image] Aug 20 01:57:38.042 INFO O| Aug 20 01:57:38.042 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98442026-08-20T01:57:38.716Z[ host-image] Aug 20 01:57:38.042 INFO O| Aug 20 01:57:38.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98452026-08-20T01:57:38.716Z[ host-image] Aug 20 01:57:38.042 INFO O| Aug 20 01:57:38.042 INFO ok!
98462026-08-20T01:57:38.716Z[ host-image] Aug 20 01:57:38.042 INFO O| Aug 20 01:57:38.042 INFO STEP 22 (ensure_symlink) COMPLETE
98472026-08-20T01:57:38.716Z[ host-image] Aug 20 01:57:38.042 INFO O| Aug 20 01:57:38.042 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98482026-08-20T01:57:38.721Z[ host-image] Aug 20 01:57:38.051 INFO O| Aug 20 01:57:38.051 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98492026-08-20T01:57:38.721Z[ host-image] Aug 20 01:57:38.051 INFO O| Aug 20 01:57:38.051 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98502026-08-20T01:57:38.724Z[ host-image] Aug 20 01:57:38.051 INFO O| Aug 20 01:57:38.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98512026-08-20T01:57:38.724Z[ host-image] Aug 20 01:57:38.051 INFO O| Aug 20 01:57:38.051 INFO ok!
98522026-08-20T01:57:38.724Z[ host-image] Aug 20 01:57:38.051 INFO O| Aug 20 01:57:38.051 INFO STEP 23 (ensure_symlink) COMPLETE
98532026-08-20T01:57:38.724Z[ host-image] Aug 20 01:57:38.051 INFO O| Aug 20 01:57:38.051 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98542026-08-20T01:57:38.730Z[ host-image] Aug 20 01:57:38.060 INFO O| Aug 20 01:57:38.060 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98552026-08-20T01:57:38.733Z[ host-image] Aug 20 01:57:38.060 INFO O| Aug 20 01:57:38.060 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98562026-08-20T01:57:38.733Z[ host-image] Aug 20 01:57:38.060 INFO O| Aug 20 01:57:38.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98572026-08-20T01:57:38.733Z[ host-image] Aug 20 01:57:38.060 INFO O| Aug 20 01:57:38.060 INFO ok!
98582026-08-20T01:57:38.733Z[ host-image] Aug 20 01:57:38.060 INFO O| Aug 20 01:57:38.060 INFO STEP 24 (ensure_file) COMPLETE
98592026-08-20T01:57:38.733Z[ host-image] Aug 20 01:57:38.060 INFO O| Aug 20 01:57:38.060 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98602026-08-20T01:57:38.738Z[ host-image] Aug 20 01:57:38.069 INFO O| Aug 20 01:57:38.069 INFO updating shadow file
98612026-08-20T01:57:38.742Z[ host-image] Aug 20 01:57:38.069 INFO O| Aug 20 01:57:38.069 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98622026-08-20T01:57:38.742Z[ host-image] Aug 20 01:57:38.069 INFO O| Aug 20 01:57:38.069 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98632026-08-20T01:57:38.742Z[ host-image] Aug 20 01:57:38.069 INFO O| Aug 20 01:57:38.069 INFO STEP 25 (shadow) COMPLETE
98642026-08-20T01:57:38.742Z[ host-image] Aug 20 01:57:38.069 INFO O| Aug 20 01:57:38.069 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98652026-08-20T01:57:38.747Z[ host-image] Aug 20 01:57:38.077 INFO O| Aug 20 01:57:38.077 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98662026-08-20T01:57:38.747Z[ host-image] Aug 20 01:57:38.077 INFO O| Aug 20 01:57:38.077 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98672026-08-20T01:57:38.751Z[ host-image] Aug 20 01:57:38.078 INFO O| Aug 20 01:57:38.077 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98682026-08-20T01:57:38.751Z[ host-image] Aug 20 01:57:38.078 INFO O| Aug 20 01:57:38.078 INFO ok!
98692026-08-20T01:57:38.751Z[ host-image] Aug 20 01:57:38.078 INFO O| Aug 20 01:57:38.078 INFO STEP 26 (ensure_file) COMPLETE
98702026-08-20T01:57:38.751Z[ host-image] Aug 20 01:57:38.078 INFO O| Aug 20 01:57:38.078 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98712026-08-20T01:57:38.756Z[ host-image] Aug 20 01:57:38.086 INFO O| Aug 20 01:57:38.086 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98722026-08-20T01:57:38.756Z[ host-image] Aug 20 01:57:38.086 INFO O| Aug 20 01:57:38.086 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98732026-08-20T01:57:38.760Z[ host-image] Aug 20 01:57:38.086 INFO O| Aug 20 01:57:38.086 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98742026-08-20T01:57:38.760Z[ host-image] Aug 20 01:57:38.086 INFO O| Aug 20 01:57:38.086 INFO ok!
98752026-08-20T01:57:38.760Z[ host-image] Aug 20 01:57:38.086 INFO O| Aug 20 01:57:38.086 INFO STEP 27 (ensure_file) COMPLETE
98762026-08-20T01:57:38.760Z[ host-image] Aug 20 01:57:38.086 INFO O| Aug 20 01:57:38.086 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98772026-08-20T01:57:38.764Z[ host-image] Aug 20 01:57:38.093 INFO O| Aug 20 01:57:38.093 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98782026-08-20T01:57:38.764Z[ host-image] Aug 20 01:57:38.093 INFO O| Aug 20 01:57:38.093 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98792026-08-20T01:57:38.764Z[ host-image] Aug 20 01:57:38.093 INFO O| Aug 20 01:57:38.093 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98802026-08-20T01:57:38.764Z[ host-image] Aug 20 01:57:38.093 INFO O| Aug 20 01:57:38.093 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98812026-08-20T01:57:38.764Z[ host-image] Aug 20 01:57:38.093 INFO O| Aug 20 01:57:38.093 INFO ok!
98822026-08-20T01:57:38.764Z[ host-image] Aug 20 01:57:38.093 INFO O| Aug 20 01:57:38.093 INFO STEP 28 (ensure_file) COMPLETE
98832026-08-20T01:57:38.764Z[ host-image] Aug 20 01:57:38.093 INFO O| Aug 20 01:57:38.093 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98842026-08-20T01:57:38.772Z[ host-image] Aug 20 01:57:38.102 INFO O| Aug 20 01:57:38.102 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98852026-08-20T01:57:38.772Z[ host-image] Aug 20 01:57:38.102 INFO O| Aug 20 01:57:38.102 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98862026-08-20T01:57:38.776Z[ host-image] Aug 20 01:57:38.102 INFO O| Aug 20 01:57:38.102 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98872026-08-20T01:57:38.776Z[ host-image] Aug 20 01:57:38.102 INFO O| Aug 20 01:57:38.102 INFO ok!
98882026-08-20T01:57:38.776Z[ host-image] Aug 20 01:57:38.102 INFO O| Aug 20 01:57:38.102 INFO STEP 29 (ensure_file) COMPLETE
98892026-08-20T01:57:38.776Z[ host-image] Aug 20 01:57:38.102 INFO O| Aug 20 01:57:38.102 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98902026-08-20T01:57:38.780Z[ host-image] Aug 20 01:57:38.111 INFO O| Aug 20 01:57:38.111 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98912026-08-20T01:57:38.780Z[ host-image] Aug 20 01:57:38.111 INFO O| Aug 20 01:57:38.111 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98922026-08-20T01:57:38.784Z[ host-image] Aug 20 01:57:38.111 INFO O| Aug 20 01:57:38.111 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98932026-08-20T01:57:38.784Z[ host-image] Aug 20 01:57:38.111 INFO O| Aug 20 01:57:38.111 INFO STEP 30 (ensure_dir) COMPLETE
98942026-08-20T01:57:38.784Z[ host-image] Aug 20 01:57:38.111 INFO O| Aug 20 01:57:38.111 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98952026-08-20T01:57:38.788Z[ host-image] Aug 20 01:57:38.119 INFO O| Aug 20 01:57:38.119 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98962026-08-20T01:57:38.788Z[ host-image] Aug 20 01:57:38.119 INFO O| Aug 20 01:57:38.119 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
98972026-08-20T01:57:38.792Z[ host-image] Aug 20 01:57:38.119 INFO O| Aug 20 01:57:38.119 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98982026-08-20T01:57:38.792Z[ host-image] Aug 20 01:57:38.119 INFO O| Aug 20 01:57:38.119 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98992026-08-20T01:57:38.792Z[ host-image] Aug 20 01:57:38.119 INFO O| Aug 20 01:57:38.119 INFO ok!
99002026-08-20T01:57:38.792Z[ host-image] Aug 20 01:57:38.119 INFO O| Aug 20 01:57:38.119 INFO STEP 31 (ensure_file) COMPLETE
99012026-08-20T01:57:38.792Z[ host-image] Aug 20 01:57:38.119 INFO O| Aug 20 01:57:38.119 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99022026-08-20T01:57:38.796Z[ host-image] Aug 20 01:57:38.126 INFO O| Aug 20 01:57:38.125 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99032026-08-20T01:57:38.796Z[ host-image] Aug 20 01:57:38.126 INFO O| Aug 20 01:57:38.126 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99042026-08-20T01:57:38.796Z[ host-image] Aug 20 01:57:38.126 INFO O| Aug 20 01:57:38.126 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99052026-08-20T01:57:38.796Z[ host-image] Aug 20 01:57:38.126 INFO O| Aug 20 01:57:38.126 INFO STEP 32 (ensure_dir) COMPLETE
99062026-08-20T01:57:38.796Z[ host-image] Aug 20 01:57:38.126 INFO O| Aug 20 01:57:38.126 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99072026-08-20T01:57:38.802Z[ host-image] Aug 20 01:57:38.132 INFO O| Aug 20 01:57:38.132 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99082026-08-20T01:57:38.802Z[ host-image] Aug 20 01:57:38.132 INFO O| Aug 20 01:57:38.132 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml ...
99092026-08-20T01:57:38.805Z[ host-image] Aug 20 01:57:38.132 INFO O| Aug 20 01:57:38.132 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99102026-08-20T01:57:38.805Z[ host-image] Aug 20 01:57:38.132 INFO O| Aug 20 01:57:38.132 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99112026-08-20T01:57:38.805Z[ host-image] Aug 20 01:57:38.132 INFO O| Aug 20 01:57:38.132 INFO ok!
99122026-08-20T01:57:38.805Z[ host-image] Aug 20 01:57:38.132 INFO O| Aug 20 01:57:38.132 INFO STEP 33 (ensure_file) COMPLETE
99132026-08-20T01:57:38.805Z[ host-image] Aug 20 01:57:38.132 INFO O| Aug 20 01:57:38.132 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99142026-08-20T01:57:38.811Z[ host-image] Aug 20 01:57:38.142 INFO O| Aug 20 01:57:38.142 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99152026-08-20T01:57:38.811Z[ host-image] Aug 20 01:57:38.142 INFO O| Aug 20 01:57:38.142 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99162026-08-20T01:57:38.815Z[ host-image] Aug 20 01:57:38.142 INFO O| Aug 20 01:57:38.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99172026-08-20T01:57:38.815Z[ host-image] Aug 20 01:57:38.142 INFO O| Aug 20 01:57:38.142 INFO ok!
99182026-08-20T01:57:38.815Z[ host-image] Aug 20 01:57:38.142 INFO O| Aug 20 01:57:38.142 INFO STEP 34 (ensure_file) COMPLETE
99192026-08-20T01:57:38.815Z[ host-image] Aug 20 01:57:38.142 INFO O| Aug 20 01:57:38.142 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99202026-08-20T01:57:38.821Z[ host-image] Aug 20 01:57:38.151 INFO O| Aug 20 01:57:38.151 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99212026-08-20T01:57:38.821Z[ host-image] Aug 20 01:57:38.151 INFO O| Aug 20 01:57:38.151 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99222026-08-20T01:57:38.825Z[ host-image] Aug 20 01:57:38.152 INFO O| Aug 20 01:57:38.151 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99232026-08-20T01:57:38.825Z[ host-image] Aug 20 01:57:38.152 INFO O| Aug 20 01:57:38.152 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99242026-08-20T01:57:38.825Z[ host-image] Aug 20 01:57:38.152 INFO O| Aug 20 01:57:38.152 INFO ok!
99252026-08-20T01:57:38.825Z[ host-image] Aug 20 01:57:38.152 INFO O| Aug 20 01:57:38.152 INFO STEP 35 (ensure_file) COMPLETE
99262026-08-20T01:57:38.825Z[ host-image] Aug 20 01:57:38.152 INFO O| Aug 20 01:57:38.152 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99272026-08-20T01:57:38.838Z[ host-image] Aug 20 01:57:38.159 INFO O| Aug 20 01:57:38.159 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99282026-08-20T01:57:38.838Z[ host-image] Aug 20 01:57:38.159 INFO O| Aug 20 01:57:38.159 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99292026-08-20T01:57:38.838Z[ host-image] Aug 20 01:57:38.159 INFO O| Aug 20 01:57:38.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99302026-08-20T01:57:38.838Z[ host-image] Aug 20 01:57:38.159 INFO O| Aug 20 01:57:38.159 INFO ok!
99312026-08-20T01:57:38.838Z[ host-image] Aug 20 01:57:38.159 INFO O| Aug 20 01:57:38.159 INFO STEP 36 (ensure_file) COMPLETE
99322026-08-20T01:57:38.838Z[ host-image] Aug 20 01:57:38.159 INFO O| Aug 20 01:57:38.159 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99332026-08-20T01:57:38.842Z[ host-image] Aug 20 01:57:38.167 INFO O| Aug 20 01:57:38.166 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99342026-08-20T01:57:38.842Z[ host-image] Aug 20 01:57:38.167 INFO O| Aug 20 01:57:38.167 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99352026-08-20T01:57:38.842Z[ host-image] Aug 20 01:57:38.167 INFO O| Aug 20 01:57:38.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99362026-08-20T01:57:38.842Z[ host-image] Aug 20 01:57:38.167 INFO O| Aug 20 01:57:38.167 INFO ok!
99372026-08-20T01:57:38.842Z[ host-image] Aug 20 01:57:38.167 INFO O| Aug 20 01:57:38.167 INFO STEP 37 (ensure_file) COMPLETE
99382026-08-20T01:57:38.842Z[ host-image] Aug 20 01:57:38.167 INFO O| Aug 20 01:57:38.167 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99392026-08-20T01:57:38.846Z[ host-image] Aug 20 01:57:38.175 INFO O| Aug 20 01:57:38.175 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99402026-08-20T01:57:38.846Z[ host-image] Aug 20 01:57:38.175 INFO O| Aug 20 01:57:38.175 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99412026-08-20T01:57:38.846Z[ host-image] Aug 20 01:57:38.175 INFO O| Aug 20 01:57:38.175 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99422026-08-20T01:57:38.846Z[ host-image] Aug 20 01:57:38.175 INFO O| Aug 20 01:57:38.175 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99432026-08-20T01:57:38.846Z[ host-image] Aug 20 01:57:38.175 INFO O| Aug 20 01:57:38.175 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99442026-08-20T01:57:38.846Z[ host-image] Aug 20 01:57:38.175 INFO O| Aug 20 01:57:38.175 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99452026-08-20T01:57:38.846Z[ host-image] Aug 20 01:57:38.175 INFO O| Aug 20 01:57:38.175 INFO ok!
99462026-08-20T01:57:38.846Z[ host-image] Aug 20 01:57:38.175 INFO O| Aug 20 01:57:38.175 INFO STEP 38 (ensure_file) COMPLETE
99472026-08-20T01:57:38.846Z[ host-image] Aug 20 01:57:38.175 INFO O| Aug 20 01:57:38.175 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99482026-08-20T01:57:38.852Z[ host-image] Aug 20 01:57:38.183 INFO O| Aug 20 01:57:38.183 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99492026-08-20T01:57:38.853Z[ host-image] Aug 20 01:57:38.183 INFO O| Aug 20 01:57:38.183 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99502026-08-20T01:57:38.856Z[ host-image] Aug 20 01:57:38.183 INFO O| Aug 20 01:57:38.183 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99512026-08-20T01:57:38.856Z[ host-image] Aug 20 01:57:38.183 INFO O| Aug 20 01:57:38.183 INFO STEP 39 (ensure_dir) COMPLETE
99522026-08-20T01:57:38.856Z[ host-image] Aug 20 01:57:38.183 INFO O| Aug 20 01:57:38.183 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99532026-08-20T01:57:38.861Z[ host-image] Aug 20 01:57:38.192 INFO O| Aug 20 01:57:38.192 INFO file /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
99542026-08-20T01:57:38.861Z[ host-image] Aug 20 01:57:38.192 INFO O| Aug 20 01:57:38.192 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
99552026-08-20T01:57:38.866Z[ host-image] Aug 20 01:57:38.192 INFO O| Aug 20 01:57:38.192 INFO perms are 644, should be 555, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
99562026-08-20T01:57:38.866Z[ host-image] Aug 20 01:57:38.192 INFO O| Aug 20 01:57:38.192 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
99572026-08-20T01:57:38.866Z[ host-image] Aug 20 01:57:38.192 INFO O| Aug 20 01:57:38.192 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
99582026-08-20T01:57:38.866Z[ host-image] Aug 20 01:57:38.192 INFO O| Aug 20 01:57:38.192 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
99592026-08-20T01:57:38.866Z[ host-image] Aug 20 01:57:38.192 INFO O| Aug 20 01:57:38.192 INFO ok!
99602026-08-20T01:57:38.866Z[ host-image] Aug 20 01:57:38.192 INFO O| Aug 20 01:57:38.192 INFO STEP 40 (ensure_file) COMPLETE
99612026-08-20T01:57:38.866Z[ host-image] Aug 20 01:57:38.192 INFO O| Aug 20 01:57:38.192 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99622026-08-20T01:57:38.871Z[ host-image] Aug 20 01:57:38.199 INFO O| Aug 20 01:57:38.199 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99632026-08-20T01:57:38.871Z[ host-image] Aug 20 01:57:38.199 INFO O| Aug 20 01:57:38.199 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
99642026-08-20T01:57:38.871Z[ host-image] Aug 20 01:57:38.199 INFO O| Aug 20 01:57:38.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99652026-08-20T01:57:38.871Z[ host-image] Aug 20 01:57:38.199 INFO O| Aug 20 01:57:38.199 INFO ok!
99662026-08-20T01:57:38.871Z[ host-image] Aug 20 01:57:38.199 INFO O| Aug 20 01:57:38.199 INFO STEP 41 (ensure_symlink) COMPLETE
99672026-08-20T01:57:38.871Z[ host-image] Aug 20 01:57:38.199 INFO O| Aug 20 01:57:38.199 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99682026-08-20T01:57:38.877Z[ host-image] Aug 20 01:57:38.208 INFO O| Aug 20 01:57:38.208 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99692026-08-20T01:57:38.878Z[ host-image] Aug 20 01:57:38.208 INFO O| Aug 20 01:57:38.208 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99702026-08-20T01:57:38.881Z[ host-image] Aug 20 01:57:38.208 INFO O| Aug 20 01:57:38.208 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99712026-08-20T01:57:38.881Z[ host-image] Aug 20 01:57:38.208 INFO O| Aug 20 01:57:38.208 INFO ok!
99722026-08-20T01:57:38.881Z[ host-image] Aug 20 01:57:38.208 INFO O| Aug 20 01:57:38.208 INFO STEP 42 (ensure_symlink) COMPLETE
99732026-08-20T01:57:38.881Z[ host-image] Aug 20 01:57:38.208 INFO O| Aug 20 01:57:38.208 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99742026-08-20T01:57:38.892Z[ host-image] Aug 20 01:57:38.216 INFO O| Aug 20 01:57:38.216 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99752026-08-20T01:57:38.897Z[ host-image] Aug 20 01:57:38.216 INFO O| Aug 20 01:57:38.216 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99762026-08-20T01:57:38.897Z[ host-image] Aug 20 01:57:38.216 INFO O| Aug 20 01:57:38.216 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99772026-08-20T01:57:38.897Z[ host-image] Aug 20 01:57:38.216 INFO O| Aug 20 01:57:38.216 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99782026-08-20T01:57:38.897Z[ host-image] Aug 20 01:57:38.216 INFO O| Aug 20 01:57:38.216 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99792026-08-20T01:57:38.897Z[ host-image] Aug 20 01:57:38.216 INFO O| Aug 20 01:57:38.216 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99802026-08-20T01:57:38.897Z[ host-image] Aug 20 01:57:38.216 INFO O| Aug 20 01:57:38.216 INFO ok!
99812026-08-20T01:57:38.897Z[ host-image] Aug 20 01:57:38.216 INFO O| Aug 20 01:57:38.216 INFO STEP 43 (ensure_file) COMPLETE
99822026-08-20T01:57:38.897Z[ host-image] Aug 20 01:57:38.216 INFO O| Aug 20 01:57:38.216 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99832026-08-20T01:57:38.898Z[ host-image] Aug 20 01:57:38.224 INFO O| Aug 20 01:57:38.224 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99842026-08-20T01:57:38.898Z[ host-image] Aug 20 01:57:38.224 INFO O| Aug 20 01:57:38.224 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml ...
99852026-08-20T01:57:38.898Z[ host-image] Aug 20 01:57:38.224 INFO O| Aug 20 01:57:38.224 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99862026-08-20T01:57:38.898Z[ host-image] Aug 20 01:57:38.224 INFO O| Aug 20 01:57:38.224 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99872026-08-20T01:57:38.898Z[ host-image] Aug 20 01:57:38.224 INFO O| Aug 20 01:57:38.224 INFO ok!
99882026-08-20T01:57:38.898Z[ host-image] Aug 20 01:57:38.224 INFO O| Aug 20 01:57:38.224 INFO STEP 44 (ensure_file) COMPLETE
99892026-08-20T01:57:38.898Z[ host-image] Aug 20 01:57:38.224 INFO O| Aug 20 01:57:38.224 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99902026-08-20T01:57:38.903Z[ host-image] Aug 20 01:57:38.233 INFO O| Aug 20 01:57:38.233 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99912026-08-20T01:57:38.903Z[ host-image] Aug 20 01:57:38.233 INFO O| Aug 20 01:57:38.233 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99922026-08-20T01:57:38.907Z[ host-image] Aug 20 01:57:38.233 INFO O| Aug 20 01:57:38.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
99932026-08-20T01:57:38.908Z[ host-image] Aug 20 01:57:38.233 INFO O| Aug 20 01:57:38.233 INFO ok!
99942026-08-20T01:57:38.908Z[ host-image] Aug 20 01:57:38.233 INFO O| Aug 20 01:57:38.233 INFO STEP 45 (ensure_file) COMPLETE
99952026-08-20T01:57:38.908Z[ host-image] Aug 20 01:57:38.233 INFO O| Aug 20 01:57:38.233 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99962026-08-20T01:57:38.913Z[ host-image] Aug 20 01:57:38.243 INFO O| Aug 20 01:57:38.243 INFO updating shadow file
99972026-08-20T01:57:38.916Z[ host-image] Aug 20 01:57:38.243 INFO O| Aug 20 01:57:38.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99982026-08-20T01:57:38.916Z[ host-image] Aug 20 01:57:38.243 INFO O| Aug 20 01:57:38.243 INFO STEP 46 (shadow) COMPLETE
99992026-08-20T01:57:38.916Z[ host-image] Aug 20 01:57:38.243 INFO O| Aug 20 01:57:38.243 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100002026-08-20T01:57:38.922Z[ host-image] Aug 20 01:57:38.253 INFO O| Aug 20 01:57:38.253 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100012026-08-20T01:57:38.922Z[ host-image] Aug 20 01:57:38.253 INFO O| Aug 20 01:57:38.253 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100022026-08-20T01:57:38.926Z[ host-image] Aug 20 01:57:38.253 INFO O| Aug 20 01:57:38.253 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100032026-08-20T01:57:38.926Z[ host-image] Aug 20 01:57:38.253 INFO O| Aug 20 01:57:38.253 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100042026-08-20T01:57:38.926Z[ host-image] Aug 20 01:57:38.253 INFO O| Aug 20 01:57:38.253 INFO ok!
100052026-08-20T01:57:38.926Z[ host-image] Aug 20 01:57:38.253 INFO O| Aug 20 01:57:38.253 INFO STEP 47 (ensure_file) COMPLETE
100062026-08-20T01:57:38.926Z[ host-image] Aug 20 01:57:38.253 INFO O| Aug 20 01:57:38.253 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100072026-08-20T01:57:38.926Z[ host-image] Aug 20 01:57:38.253 INFO O| Aug 20 01:57:38.253 INFO skip step because feature "mfg" is not enabled
100082026-08-20T01:57:38.926Z[ host-image] Aug 20 01:57:38.253 INFO O| Aug 20 01:57:38.253 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100092026-08-20T01:57:38.926Z[ host-image] Aug 20 01:57:38.253 INFO O| Aug 20 01:57:38.253 INFO skip step because feature "mfg" is not enabled
100102026-08-20T01:57:38.926Z[ host-image] Aug 20 01:57:38.253 INFO O| Aug 20 01:57:38.253 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100112026-08-20T01:57:38.932Z[ host-image] Aug 20 01:57:38.261 INFO O| Aug 20 01:57:38.261 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100122026-08-20T01:57:38.932Z[ host-image] Aug 20 01:57:38.261 INFO O| Aug 20 01:57:38.261 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100132026-08-20T01:57:38.955Z[ host-image] Aug 20 01:57:38.285 INFO O| Aug 20 01:57:38.285 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100142026-08-20T01:57:38.955Z[ host-image] Aug 20 01:57:38.285 INFO O| Aug 20 01:57:38.285 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100152026-08-20T01:57:38.963Z[ host-image] Aug 20 01:57:38.285 INFO O| Aug 20 01:57:38.285 INFO ok!
100162026-08-20T01:57:38.963Z[ host-image] Aug 20 01:57:38.285 INFO O| Aug 20 01:57:38.285 INFO STEP 50 (ensure_file) COMPLETE
100172026-08-20T01:57:38.963Z[ host-image] Aug 20 01:57:38.285 INFO O| Aug 20 01:57:38.285 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100182026-08-20T01:57:38.963Z[ host-image] Aug 20 01:57:38.285 INFO O| Aug 20 01:57:38.285 INFO skip step because feature "compliance" is not enabled
100192026-08-20T01:57:38.963Z[ host-image] Aug 20 01:57:38.285 INFO O| Aug 20 01:57:38.285 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100202026-08-20T01:57:38.972Z[ host-image] Aug 20 01:57:38.295 INFO O| Aug 20 01:57:38.295 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100212026-08-20T01:57:38.972Z[ host-image] Aug 20 01:57:38.295 INFO O| Aug 20 01:57:38.295 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100222026-08-20T01:57:38.972Z[ host-image] Aug 20 01:57:38.295 INFO O| Aug 20 01:57:38.295 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100232026-08-20T01:57:38.972Z[ host-image] Aug 20 01:57:38.295 INFO O| Aug 20 01:57:38.295 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100242026-08-20T01:57:38.972Z[ host-image] Aug 20 01:57:38.295 INFO O| Aug 20 01:57:38.295 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100252026-08-20T01:57:38.972Z[ host-image] Aug 20 01:57:38.295 INFO O| Aug 20 01:57:38.295 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100262026-08-20T01:57:38.972Z[ host-image] Aug 20 01:57:38.295 INFO O| Aug 20 01:57:38.295 INFO ok!
100272026-08-20T01:57:38.972Z[ host-image] Aug 20 01:57:38.295 INFO O| Aug 20 01:57:38.295 INFO STEP 52 (ensure_file) COMPLETE
100282026-08-20T01:57:38.972Z[ host-image] Aug 20 01:57:38.295 INFO O| Aug 20 01:57:38.295 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100292026-08-20T01:57:38.976Z[ host-image] Aug 20 01:57:38.303 INFO O| Aug 20 01:57:38.303 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100302026-08-20T01:57:38.976Z[ host-image] Aug 20 01:57:38.303 INFO O| Aug 20 01:57:38.303 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml ...
100312026-08-20T01:57:38.976Z[ host-image] Aug 20 01:57:38.303 INFO O| Aug 20 01:57:38.303 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100322026-08-20T01:57:38.976Z[ host-image] Aug 20 01:57:38.303 INFO O| Aug 20 01:57:38.303 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100332026-08-20T01:57:38.976Z[ host-image] Aug 20 01:57:38.303 INFO O| Aug 20 01:57:38.303 INFO ok!
100342026-08-20T01:57:38.976Z[ host-image] Aug 20 01:57:38.303 INFO O| Aug 20 01:57:38.303 INFO STEP 53 (ensure_file) COMPLETE
100352026-08-20T01:57:38.976Z[ host-image] Aug 20 01:57:38.303 INFO O| Aug 20 01:57:38.303 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100362026-08-20T01:57:38.981Z[ host-image] Aug 20 01:57:38.311 INFO O| Aug 20 01:57:38.311 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100372026-08-20T01:57:38.981Z[ host-image] Aug 20 01:57:38.311 INFO O| Aug 20 01:57:38.311 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-cpu-loadgen.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen ...
100382026-08-20T01:57:38.984Z[ host-image] Aug 20 01:57:38.311 INFO O| Aug 20 01:57:38.311 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100392026-08-20T01:57:38.984Z[ host-image] Aug 20 01:57:38.311 INFO O| Aug 20 01:57:38.311 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100402026-08-20T01:57:38.985Z[ host-image] Aug 20 01:57:38.311 INFO O| Aug 20 01:57:38.311 INFO ok!
100412026-08-20T01:57:38.985Z[ host-image] Aug 20 01:57:38.311 INFO O| Aug 20 01:57:38.311 INFO STEP 54 (ensure_file) COMPLETE
100422026-08-20T01:57:38.985Z[ host-image] Aug 20 01:57:38.311 INFO O| Aug 20 01:57:38.311 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100432026-08-20T01:57:38.992Z[ host-image] Aug 20 01:57:38.319 INFO O| Aug 20 01:57:38.319 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100442026-08-20T01:57:38.992Z[ host-image] Aug 20 01:57:38.319 INFO O| Aug 20 01:57:38.319 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-cpu-loadgen.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml ...
100452026-08-20T01:57:38.992Z[ host-image] Aug 20 01:57:38.319 INFO O| Aug 20 01:57:38.319 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100462026-08-20T01:57:38.992Z[ host-image] Aug 20 01:57:38.319 INFO O| Aug 20 01:57:38.319 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100472026-08-20T01:57:38.992Z[ host-image] Aug 20 01:57:38.319 INFO O| Aug 20 01:57:38.319 INFO ok!
100482026-08-20T01:57:38.992Z[ host-image] Aug 20 01:57:38.319 INFO O| Aug 20 01:57:38.319 INFO STEP 55 (ensure_file) COMPLETE
100492026-08-20T01:57:38.992Z[ host-image] Aug 20 01:57:38.319 INFO O| Aug 20 01:57:38.319 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100502026-08-20T01:57:38.997Z[ host-image] Aug 20 01:57:38.327 INFO O| Aug 20 01:57:38.327 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100512026-08-20T01:57:38.997Z[ host-image] Aug 20 01:57:38.327 INFO O| Aug 20 01:57:38.327 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-mem-loadgen.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen ...
100522026-08-20T01:57:38.997Z[ host-image] Aug 20 01:57:38.327 INFO O| Aug 20 01:57:38.327 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100532026-08-20T01:57:38.997Z[ host-image] Aug 20 01:57:38.327 INFO O| Aug 20 01:57:38.327 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100542026-08-20T01:57:38.997Z[ host-image] Aug 20 01:57:38.327 INFO O| Aug 20 01:57:38.327 INFO ok!
100552026-08-20T01:57:38.997Z[ host-image] Aug 20 01:57:38.327 INFO O| Aug 20 01:57:38.327 INFO STEP 56 (ensure_file) COMPLETE
100562026-08-20T01:57:38.997Z[ host-image] Aug 20 01:57:38.327 INFO O| Aug 20 01:57:38.327 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100572026-08-20T01:57:39.007Z[ host-image] Aug 20 01:57:38.337 INFO O| Aug 20 01:57:38.337 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100582026-08-20T01:57:39.007Z[ host-image] Aug 20 01:57:38.337 INFO O| Aug 20 01:57:38.337 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-mem-loadgen.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml ...
100592026-08-20T01:57:39.011Z[ host-image] Aug 20 01:57:38.337 INFO O| Aug 20 01:57:38.337 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100602026-08-20T01:57:39.011Z[ host-image] Aug 20 01:57:38.337 INFO O| Aug 20 01:57:38.337 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100612026-08-20T01:57:39.011Z[ host-image] Aug 20 01:57:38.337 INFO O| Aug 20 01:57:38.337 INFO ok!
100622026-08-20T01:57:39.011Z[ host-image] Aug 20 01:57:38.337 INFO O| Aug 20 01:57:38.337 INFO STEP 57 (ensure_file) COMPLETE
100632026-08-20T01:57:39.011Z[ host-image] Aug 20 01:57:38.337 INFO O| Aug 20 01:57:38.337 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100642026-08-20T01:57:39.017Z[ host-image] Aug 20 01:57:38.346 INFO O| Aug 20 01:57:38.346 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100652026-08-20T01:57:39.017Z[ host-image] Aug 20 01:57:38.346 INFO O| Aug 20 01:57:38.346 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-nvme-loadgen.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen ...
100662026-08-20T01:57:39.022Z[ host-image] Aug 20 01:57:38.346 INFO O| Aug 20 01:57:38.346 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100672026-08-20T01:57:39.022Z[ host-image] Aug 20 01:57:38.346 INFO O| Aug 20 01:57:38.346 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100682026-08-20T01:57:39.022Z[ host-image] Aug 20 01:57:38.346 INFO O| Aug 20 01:57:38.346 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100692026-08-20T01:57:39.022Z[ host-image] Aug 20 01:57:38.346 INFO O| Aug 20 01:57:38.346 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100702026-08-20T01:57:39.022Z[ host-image] Aug 20 01:57:38.346 INFO O| Aug 20 01:57:38.346 INFO ok!
100712026-08-20T01:57:39.022Z[ host-image] Aug 20 01:57:38.346 INFO O| Aug 20 01:57:38.346 INFO STEP 58 (ensure_file) COMPLETE
100722026-08-20T01:57:39.022Z[ host-image] Aug 20 01:57:38.346 INFO O| Aug 20 01:57:38.346 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100732026-08-20T01:57:39.034Z[ host-image] Aug 20 01:57:38.355 INFO O| Aug 20 01:57:38.355 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100742026-08-20T01:57:39.034Z[ host-image] Aug 20 01:57:38.355 INFO O| Aug 20 01:57:38.355 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-nvme-loadgen.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml ...
100752026-08-20T01:57:39.034Z[ host-image] Aug 20 01:57:38.355 INFO O| Aug 20 01:57:38.355 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100762026-08-20T01:57:39.034Z[ host-image] Aug 20 01:57:38.355 INFO O| Aug 20 01:57:38.355 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100772026-08-20T01:57:39.034Z[ host-image] Aug 20 01:57:38.355 INFO O| Aug 20 01:57:38.355 INFO ok!
100782026-08-20T01:57:39.034Z[ host-image] Aug 20 01:57:38.355 INFO O| Aug 20 01:57:38.355 INFO STEP 59 (ensure_file) COMPLETE
100792026-08-20T01:57:39.034Z[ host-image] Aug 20 01:57:38.355 INFO O| Aug 20 01:57:38.355 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100802026-08-20T01:57:39.039Z[ host-image] Aug 20 01:57:38.364 INFO O| Aug 20 01:57:38.364 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100812026-08-20T01:57:39.039Z[ host-image] Aug 20 01:57:38.364 INFO O| Aug 20 01:57:38.364 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100822026-08-20T01:57:39.039Z[ host-image] Aug 20 01:57:38.364 INFO O| Aug 20 01:57:38.364 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100832026-08-20T01:57:39.039Z[ host-image] Aug 20 01:57:38.364 INFO O| Aug 20 01:57:38.364 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100842026-08-20T01:57:39.039Z[ host-image] Aug 20 01:57:38.364 INFO O| Aug 20 01:57:38.364 INFO ok!
100852026-08-20T01:57:39.039Z[ host-image] Aug 20 01:57:38.364 INFO O| Aug 20 01:57:38.364 INFO STEP 60 (ensure_file) COMPLETE
100862026-08-20T01:57:39.039Z[ host-image] Aug 20 01:57:38.364 INFO O| Aug 20 01:57:38.364 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100872026-08-20T01:57:39.043Z[ host-image] Aug 20 01:57:38.372 INFO O| Aug 20 01:57:38.372 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100882026-08-20T01:57:39.043Z[ host-image] Aug 20 01:57:38.372 INFO O| Aug 20 01:57:38.372 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml ...
100892026-08-20T01:57:39.043Z[ host-image] Aug 20 01:57:38.372 INFO O| Aug 20 01:57:38.372 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100902026-08-20T01:57:39.043Z[ host-image] Aug 20 01:57:38.372 INFO O| Aug 20 01:57:38.372 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100912026-08-20T01:57:39.043Z[ host-image] Aug 20 01:57:38.372 INFO O| Aug 20 01:57:38.372 INFO ok!
100922026-08-20T01:57:39.043Z[ host-image] Aug 20 01:57:38.372 INFO O| Aug 20 01:57:38.372 INFO STEP 61 (ensure_file) COMPLETE
100932026-08-20T01:57:39.043Z[ host-image] Aug 20 01:57:38.372 INFO O| Aug 20 01:57:38.372 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100942026-08-20T01:57:39.052Z[ host-image] Aug 20 01:57:38.382 INFO O| Aug 20 01:57:38.382 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100952026-08-20T01:57:39.052Z[ host-image] Aug 20 01:57:38.382 INFO O| Aug 20 01:57:38.382 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100962026-08-20T01:57:39.056Z[ host-image] Aug 20 01:57:38.382 INFO O| Aug 20 01:57:38.382 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100972026-08-20T01:57:39.056Z[ host-image] Aug 20 01:57:38.382 INFO O| Aug 20 01:57:38.382 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100982026-08-20T01:57:39.056Z[ host-image] Aug 20 01:57:38.382 INFO O| Aug 20 01:57:38.382 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100992026-08-20T01:57:39.056Z[ host-image] Aug 20 01:57:38.382 INFO O| Aug 20 01:57:38.382 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101002026-08-20T01:57:39.056Z[ host-image] Aug 20 01:57:38.382 INFO O| Aug 20 01:57:38.382 INFO ok!
101012026-08-20T01:57:39.056Z[ host-image] Aug 20 01:57:38.382 INFO O| Aug 20 01:57:38.382 INFO STEP 62 (ensure_file) COMPLETE
101022026-08-20T01:57:39.056Z[ host-image] Aug 20 01:57:38.382 INFO O| Aug 20 01:57:38.382 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101032026-08-20T01:57:39.069Z[ host-image] Aug 20 01:57:38.390 INFO O| Aug 20 01:57:38.390 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101042026-08-20T01:57:39.069Z[ host-image] Aug 20 01:57:38.391 INFO O| Aug 20 01:57:38.390 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml ...
101052026-08-20T01:57:39.069Z[ host-image] Aug 20 01:57:38.391 INFO O| Aug 20 01:57:38.391 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101062026-08-20T01:57:39.069Z[ host-image] Aug 20 01:57:38.391 INFO O| Aug 20 01:57:38.391 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101072026-08-20T01:57:39.069Z[ host-image] Aug 20 01:57:38.391 INFO O| Aug 20 01:57:38.391 INFO ok!
101082026-08-20T01:57:39.069Z[ host-image] Aug 20 01:57:38.391 INFO O| Aug 20 01:57:38.391 INFO STEP 63 (ensure_file) COMPLETE
101092026-08-20T01:57:39.069Z[ host-image] Aug 20 01:57:38.391 INFO O| Aug 20 01:57:38.391 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101102026-08-20T01:57:39.073Z[ host-image] Aug 20 01:57:38.400 INFO O| Aug 20 01:57:38.400 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101112026-08-20T01:57:39.073Z[ host-image] Aug 20 01:57:38.400 INFO O| Aug 20 01:57:38.400 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-time.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml ...
101122026-08-20T01:57:39.073Z[ host-image] Aug 20 01:57:38.400 INFO O| Aug 20 01:57:38.400 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101132026-08-20T01:57:39.073Z[ host-image] Aug 20 01:57:38.400 INFO O| Aug 20 01:57:38.400 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101142026-08-20T01:57:39.073Z[ host-image] Aug 20 01:57:38.400 INFO O| Aug 20 01:57:38.400 INFO ok!
101152026-08-20T01:57:39.073Z[ host-image] Aug 20 01:57:38.400 INFO O| Aug 20 01:57:38.400 INFO STEP 64 (ensure_file) COMPLETE
101162026-08-20T01:57:39.073Z[ host-image] Aug 20 01:57:38.400 INFO O| Aug 20 01:57:38.400 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101172026-08-20T01:57:39.079Z[ host-image] Aug 20 01:57:38.409 INFO O| Aug 20 01:57:38.409 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101182026-08-20T01:57:39.079Z[ host-image] Aug 20 01:57:38.409 INFO O| Aug 20 01:57:38.409 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-dump.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml ...
101192026-08-20T01:57:39.079Z[ host-image] Aug 20 01:57:38.409 INFO O| Aug 20 01:57:38.409 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101202026-08-20T01:57:39.079Z[ host-image] Aug 20 01:57:38.409 INFO O| Aug 20 01:57:38.409 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101212026-08-20T01:57:39.079Z[ host-image] Aug 20 01:57:38.409 INFO O| Aug 20 01:57:38.409 INFO ok!
101222026-08-20T01:57:39.079Z[ host-image] Aug 20 01:57:38.409 INFO O| Aug 20 01:57:38.409 INFO STEP 65 (ensure_file) COMPLETE
101232026-08-20T01:57:39.079Z[ host-image] Aug 20 01:57:38.409 INFO O| Aug 20 01:57:38.409 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101242026-08-20T01:57:39.079Z[ host-image] Aug 20 01:57:38.409 INFO O| Aug 20 01:57:38.409 INFO skip step because feature "mbist" is not enabled
101252026-08-20T01:57:39.087Z[ host-image] Aug 20 01:57:38.409 INFO O| Aug 20 01:57:38.409 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101262026-08-20T01:57:39.091Z[ host-image] Aug 20 01:57:38.418 INFO O| Aug 20 01:57:38.418 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101272026-08-20T01:57:39.091Z[ host-image] Aug 20 01:57:38.418 INFO O| Aug 20 01:57:38.418 INFO STEP 67 (ensure_dir) COMPLETE
101282026-08-20T01:57:39.091Z[ host-image] Aug 20 01:57:38.418 INFO O| Aug 20 01:57:38.418 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101292026-08-20T01:57:39.097Z[ host-image] Aug 20 01:57:38.427 INFO O| Aug 20 01:57:38.427 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101302026-08-20T01:57:39.107Z[ host-image] Aug 20 01:57:38.427 INFO O| Aug 20 01:57:38.427 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101312026-08-20T01:57:39.107Z[ host-image] Aug 20 01:57:38.427 INFO O| Aug 20 01:57:38.427 INFO STEP 68 (ensure_dir) COMPLETE
101322026-08-20T01:57:39.108Z[ host-image] Aug 20 01:57:38.427 INFO O| Aug 20 01:57:38.427 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101332026-08-20T01:57:39.108Z[ host-image] Aug 20 01:57:38.435 INFO O| Aug 20 01:57:38.435 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101342026-08-20T01:57:39.108Z[ host-image] Aug 20 01:57:38.435 INFO O| Aug 20 01:57:38.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101352026-08-20T01:57:39.108Z[ host-image] Aug 20 01:57:38.435 INFO O| Aug 20 01:57:38.435 INFO STEP 69 (ensure_dir) COMPLETE
101362026-08-20T01:57:39.108Z[ host-image] Aug 20 01:57:38.436 INFO O| Aug 20 01:57:38.435 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101372026-08-20T01:57:39.118Z[ host-image] Aug 20 01:57:38.446 INFO O| Aug 20 01:57:38.446 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101382026-08-20T01:57:39.118Z[ host-image] Aug 20 01:57:38.446 INFO O| Aug 20 01:57:38.446 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101392026-08-20T01:57:39.473Z[ host-image] Aug 20 01:57:38.803 INFO O| Aug 20 01:57:38.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101402026-08-20T01:57:39.473Z[ host-image] Aug 20 01:57:38.803 INFO O| Aug 20 01:57:38.803 INFO ok!
101412026-08-20T01:57:39.473Z[ host-image] Aug 20 01:57:38.803 INFO O| Aug 20 01:57:38.803 INFO STEP 70 (ensure_file) COMPLETE
101422026-08-20T01:57:39.480Z[ host-image] Aug 20 01:57:38.803 INFO O| Aug 20 01:57:38.803 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101432026-08-20T01:57:39.487Z[ host-image] Aug 20 01:57:38.812 INFO O| Aug 20 01:57:38.812 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101442026-08-20T01:57:39.487Z[ host-image] Aug 20 01:57:38.812 INFO O| Aug 20 01:57:38.812 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101452026-08-20T01:57:40.124Z[ host-image] Aug 20 01:57:39.454 INFO O| Aug 20 01:57:39.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101462026-08-20T01:57:40.125Z[ host-image] Aug 20 01:57:39.454 INFO O| Aug 20 01:57:39.454 INFO ok!
101472026-08-20T01:57:40.125Z[ host-image] Aug 20 01:57:39.454 INFO O| Aug 20 01:57:39.454 INFO STEP 71 (ensure_file) COMPLETE
101482026-08-20T01:57:40.128Z[ host-image] Aug 20 01:57:39.454 INFO O| Aug 20 01:57:39.454 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101492026-08-20T01:57:40.134Z[ host-image] Aug 20 01:57:39.464 INFO O| Aug 20 01:57:39.464 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101502026-08-20T01:57:40.135Z[ host-image] Aug 20 01:57:39.464 INFO O| Aug 20 01:57:39.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101512026-08-20T01:57:40.135Z[ host-image] Aug 20 01:57:39.464 INFO O| Aug 20 01:57:39.464 INFO STEP 72 (ensure_dir) COMPLETE
101522026-08-20T01:57:40.135Z[ host-image] Aug 20 01:57:39.464 INFO O| Aug 20 01:57:39.464 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101532026-08-20T01:57:40.144Z[ host-image] Aug 20 01:57:39.474 INFO O| Aug 20 01:57:39.474 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101542026-08-20T01:57:40.144Z[ host-image] Aug 20 01:57:39.474 INFO O| Aug 20 01:57:39.474 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
101552026-08-20T01:57:40.160Z[ host-image] Aug 20 01:57:39.474 INFO O| Aug 20 01:57:39.474 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101562026-08-20T01:57:40.160Z[ host-image] Aug 20 01:57:39.474 INFO O| Aug 20 01:57:39.474 INFO ok!
101572026-08-20T01:57:40.160Z[ host-image] Aug 20 01:57:39.474 INFO O| Aug 20 01:57:39.474 INFO STEP 73 (ensure_file) COMPLETE
101582026-08-20T01:57:40.160Z[ host-image] Aug 20 01:57:39.474 INFO O| Aug 20 01:57:39.474 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101592026-08-20T01:57:40.160Z[ host-image] Aug 20 01:57:39.484 INFO O| Aug 20 01:57:39.484 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101602026-08-20T01:57:40.160Z[ host-image] Aug 20 01:57:39.484 INFO O| Aug 20 01:57:39.484 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
101612026-08-20T01:57:40.160Z[ host-image] Aug 20 01:57:39.484 INFO O| Aug 20 01:57:39.484 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101622026-08-20T01:57:40.161Z[ host-image] Aug 20 01:57:39.484 INFO O| Aug 20 01:57:39.484 INFO ok!
101632026-08-20T01:57:40.161Z[ host-image] Aug 20 01:57:39.484 INFO O| Aug 20 01:57:39.484 INFO STEP 74 (ensure_file) COMPLETE
101642026-08-20T01:57:40.161Z[ host-image] Aug 20 01:57:39.484 INFO O| Aug 20 01:57:39.484 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101652026-08-20T01:57:40.236Z[ host-image] Aug 20 01:57:39.494 INFO O| Aug 20 01:57:39.494 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101662026-08-20T01:57:40.236Z[ host-image] Aug 20 01:57:39.494 INFO O| Aug 20 01:57:39.494 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101672026-08-20T01:57:40.236Z[ host-image] Aug 20 01:57:39.494 INFO O| Aug 20 01:57:39.494 INFO STEP 75 (ensure_dir) COMPLETE
101682026-08-20T01:57:40.236Z[ host-image] Aug 20 01:57:39.494 INFO O| Aug 20 01:57:39.494 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101692026-08-20T01:57:40.242Z[ host-image] Aug 20 01:57:39.503 INFO O| Aug 20 01:57:39.503 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101702026-08-20T01:57:40.242Z[ host-image] Aug 20 01:57:39.503 INFO O| Aug 20 01:57:39.503 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
101712026-08-20T01:57:40.242Z[ host-image] Aug 20 01:57:39.503 INFO O| Aug 20 01:57:39.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101722026-08-20T01:57:40.242Z[ host-image] Aug 20 01:57:39.503 INFO O| Aug 20 01:57:39.503 INFO ok!
101732026-08-20T01:57:40.242Z[ host-image] Aug 20 01:57:39.503 INFO O| Aug 20 01:57:39.503 INFO STEP 76 (ensure_file) COMPLETE
101742026-08-20T01:57:40.242Z[ host-image] Aug 20 01:57:39.503 INFO O| Aug 20 01:57:39.503 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101752026-08-20T01:57:40.242Z[ host-image] Aug 20 01:57:39.510 INFO O| Aug 20 01:57:39.510 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101762026-08-20T01:57:40.242Z[ host-image] Aug 20 01:57:39.510 INFO O| Aug 20 01:57:39.510 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
101772026-08-20T01:57:40.242Z[ host-image] Aug 20 01:57:39.510 INFO O| Aug 20 01:57:39.510 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101782026-08-20T01:57:40.242Z[ host-image] Aug 20 01:57:39.510 INFO O| Aug 20 01:57:39.510 INFO ok!
101792026-08-20T01:57:40.242Z[ host-image] Aug 20 01:57:39.510 INFO O| Aug 20 01:57:39.510 INFO STEP 77 (ensure_file) COMPLETE
101802026-08-20T01:57:40.242Z[ host-image] Aug 20 01:57:39.510 INFO O| Aug 20 01:57:39.510 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101812026-08-20T01:57:40.242Z[ host-image] Aug 20 01:57:39.519 INFO O| Aug 20 01:57:39.519 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101822026-08-20T01:57:40.242Z[ host-image] Aug 20 01:57:39.519 INFO O| Aug 20 01:57:39.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101832026-08-20T01:57:40.242Z[ host-image] Aug 20 01:57:39.519 INFO O| Aug 20 01:57:39.519 INFO STEP 78 (ensure_dir) COMPLETE
101842026-08-20T01:57:40.242Z[ host-image] Aug 20 01:57:39.519 INFO O| Aug 20 01:57:39.519 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101852026-08-20T01:57:40.242Z[ host-image] Aug 20 01:57:39.527 INFO O| Aug 20 01:57:39.527 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101862026-08-20T01:57:40.243Z[ host-image] Aug 20 01:57:39.527 INFO O| Aug 20 01:57:39.527 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
101872026-08-20T01:57:40.243Z[ host-image] Aug 20 01:57:39.527 INFO O| Aug 20 01:57:39.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101882026-08-20T01:57:40.243Z[ host-image] Aug 20 01:57:39.527 INFO O| Aug 20 01:57:39.527 INFO ok!
101892026-08-20T01:57:40.243Z[ host-image] Aug 20 01:57:39.527 INFO O| Aug 20 01:57:39.527 INFO STEP 79 (ensure_file) COMPLETE
101902026-08-20T01:57:40.243Z[ host-image] Aug 20 01:57:39.527 INFO O| Aug 20 01:57:39.527 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101912026-08-20T01:57:40.243Z[ host-image] Aug 20 01:57:39.535 INFO O| Aug 20 01:57:39.535 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101922026-08-20T01:57:40.243Z[ host-image] Aug 20 01:57:39.535 INFO O| Aug 20 01:57:39.535 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
101932026-08-20T01:57:40.243Z[ host-image] Aug 20 01:57:39.535 INFO O| Aug 20 01:57:39.535 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101942026-08-20T01:57:40.243Z[ host-image] Aug 20 01:57:39.535 INFO O| Aug 20 01:57:39.535 INFO ok!
101952026-08-20T01:57:40.243Z[ host-image] Aug 20 01:57:39.535 INFO O| Aug 20 01:57:39.535 INFO STEP 80 (ensure_file) COMPLETE
101962026-08-20T01:57:40.243Z[ host-image] Aug 20 01:57:39.535 INFO O| Aug 20 01:57:39.535 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101972026-08-20T01:57:40.243Z[ host-image] Aug 20 01:57:39.543 INFO O| Aug 20 01:57:39.543 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101982026-08-20T01:57:40.243Z[ host-image] Aug 20 01:57:39.543 INFO O| Aug 20 01:57:39.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101992026-08-20T01:57:40.243Z[ host-image] Aug 20 01:57:39.543 INFO O| Aug 20 01:57:39.543 INFO STEP 81 (ensure_dir) COMPLETE
102002026-08-20T01:57:40.243Z[ host-image] Aug 20 01:57:39.543 INFO O| Aug 20 01:57:39.543 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102012026-08-20T01:57:40.243Z[ host-image] Aug 20 01:57:39.549 INFO O| Aug 20 01:57:39.549 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102022026-08-20T01:57:40.243Z[ host-image] Aug 20 01:57:39.549 INFO O| Aug 20 01:57:39.549 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102032026-08-20T01:57:40.811Z[ host-image] Aug 20 01:57:40.141 INFO O| Aug 20 01:57:40.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102042026-08-20T01:57:40.811Z[ host-image] Aug 20 01:57:40.141 INFO O| Aug 20 01:57:40.141 INFO ok!
102052026-08-20T01:57:40.811Z[ host-image] Aug 20 01:57:40.141 INFO O| Aug 20 01:57:40.141 INFO STEP 82 (ensure_file) COMPLETE
102062026-08-20T01:57:40.815Z[ host-image] Aug 20 01:57:40.141 INFO O| Aug 20 01:57:40.141 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102072026-08-20T01:57:40.819Z[ host-image] Aug 20 01:57:40.150 INFO O| Aug 20 01:57:40.150 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102082026-08-20T01:57:40.819Z[ host-image] Aug 20 01:57:40.150 INFO O| Aug 20 01:57:40.150 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102092026-08-20T01:57:41.085Z[ host-image] Aug 20 01:57:40.415 INFO O| Aug 20 01:57:40.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102102026-08-20T01:57:41.085Z[ host-image] Aug 20 01:57:40.415 INFO O| Aug 20 01:57:40.415 INFO ok!
102112026-08-20T01:57:41.088Z[ host-image] Aug 20 01:57:40.415 INFO O| Aug 20 01:57:40.415 INFO STEP 83 (ensure_file) COMPLETE
102122026-08-20T01:57:41.088Z[ host-image] Aug 20 01:57:40.415 INFO O| Aug 20 01:57:40.415 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102132026-08-20T01:57:41.093Z[ host-image] Aug 20 01:57:40.424 INFO O| Aug 20 01:57:40.424 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102142026-08-20T01:57:41.098Z[ host-image] Aug 20 01:57:40.424 INFO O| Aug 20 01:57:40.424 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102152026-08-20T01:57:42.446Z[ host-image] Aug 20 01:57:41.775 INFO O| Aug 20 01:57:41.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102162026-08-20T01:57:42.446Z[ host-image] Aug 20 01:57:41.775 INFO O| Aug 20 01:57:41.775 INFO ok!
102172026-08-20T01:57:42.450Z[ host-image] Aug 20 01:57:41.775 INFO O| Aug 20 01:57:41.775 INFO STEP 84 (ensure_file) COMPLETE
102182026-08-20T01:57:42.450Z[ host-image] Aug 20 01:57:41.775 INFO O| Aug 20 01:57:41.775 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102192026-08-20T01:57:42.453Z[ host-image] Aug 20 01:57:41.784 INFO O| Aug 20 01:57:41.784 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102202026-08-20T01:57:42.453Z[ host-image] Aug 20 01:57:41.784 INFO O| Aug 20 01:57:41.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102212026-08-20T01:57:42.457Z[ host-image] Aug 20 01:57:41.784 INFO O| Aug 20 01:57:41.784 INFO STEP 85 (ensure_dir) COMPLETE
102222026-08-20T01:57:42.457Z[ host-image] Aug 20 01:57:41.784 INFO O| Aug 20 01:57:41.784 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102232026-08-20T01:57:42.464Z[ host-image] Aug 20 01:57:41.794 INFO O| Aug 20 01:57:41.794 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102242026-08-20T01:57:42.464Z[ host-image] Aug 20 01:57:41.794 INFO O| Aug 20 01:57:41.794 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/sled-agent/pkg/config.toml -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml ...
102252026-08-20T01:57:42.467Z[ host-image] Aug 20 01:57:41.794 INFO O| Aug 20 01:57:41.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102262026-08-20T01:57:42.467Z[ host-image] Aug 20 01:57:41.794 INFO O| Aug 20 01:57:41.794 INFO ok!
102272026-08-20T01:57:42.467Z[ host-image] Aug 20 01:57:41.794 INFO O| Aug 20 01:57:41.794 INFO STEP 86 (ensure_file) COMPLETE
102282026-08-20T01:57:42.467Z[ host-image] Aug 20 01:57:41.794 INFO O| Aug 20 01:57:41.794 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102292026-08-20T01:57:42.472Z[ host-image] Aug 20 01:57:41.802 INFO O| Aug 20 01:57:41.802 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102302026-08-20T01:57:42.472Z[ host-image] Aug 20 01:57:41.802 INFO O| Aug 20 01:57:41.802 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/sled-agent/pkg/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md ...
102312026-08-20T01:57:42.475Z[ host-image] Aug 20 01:57:41.802 INFO O| Aug 20 01:57:41.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102322026-08-20T01:57:42.475Z[ host-image] Aug 20 01:57:41.802 INFO O| Aug 20 01:57:41.802 INFO ok!
102332026-08-20T01:57:42.475Z[ host-image] Aug 20 01:57:41.802 INFO O| Aug 20 01:57:41.802 INFO STEP 87 (ensure_file) COMPLETE
102342026-08-20T01:57:42.475Z[ host-image] Aug 20 01:57:41.802 INFO O| Aug 20 01:57:41.802 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102352026-08-20T01:57:42.479Z[ host-image] Aug 20 01:57:41.809 INFO O| Aug 20 01:57:41.809 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102362026-08-20T01:57:42.479Z[ host-image] Aug 20 01:57:41.809 INFO O| Aug 20 01:57:41.809 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102372026-08-20T01:57:42.483Z[ host-image] Aug 20 01:57:41.809 INFO O| Aug 20 01:57:41.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102382026-08-20T01:57:42.483Z[ host-image] Aug 20 01:57:41.809 INFO O| Aug 20 01:57:41.809 INFO ok!
102392026-08-20T01:57:42.483Z[ host-image] Aug 20 01:57:41.809 INFO O| Aug 20 01:57:41.809 INFO STEP 88 (ensure_file) COMPLETE
102402026-08-20T01:57:42.483Z[ host-image] Aug 20 01:57:41.809 INFO O| Aug 20 01:57:41.809 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102412026-08-20T01:57:42.489Z[ host-image] Aug 20 01:57:41.818 INFO O| Aug 20 01:57:41.818 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102422026-08-20T01:57:42.489Z[ host-image] Aug 20 01:57:41.818 INFO O| Aug 20 01:57:41.818 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102432026-08-20T01:57:42.493Z[ host-image] Aug 20 01:57:41.818 INFO O| Aug 20 01:57:41.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102442026-08-20T01:57:42.493Z[ host-image] Aug 20 01:57:41.818 INFO O| Aug 20 01:57:41.818 INFO ok!
102452026-08-20T01:57:42.493Z[ host-image] Aug 20 01:57:41.818 INFO O| Aug 20 01:57:41.818 INFO STEP 89 (ensure_file) COMPLETE
102462026-08-20T01:57:42.493Z[ host-image] Aug 20 01:57:41.818 INFO O| Aug 20 01:57:41.818 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102472026-08-20T01:57:42.497Z[ host-image] Aug 20 01:57:41.826 INFO O| Aug 20 01:57:41.826 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102482026-08-20T01:57:42.497Z[ host-image] Aug 20 01:57:41.826 INFO O| Aug 20 01:57:41.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102492026-08-20T01:57:42.497Z[ host-image] Aug 20 01:57:41.826 INFO O| Aug 20 01:57:41.826 INFO STEP 90 (ensure_dir) COMPLETE
102502026-08-20T01:57:42.497Z[ host-image] Aug 20 01:57:41.826 INFO O| Aug 20 01:57:41.826 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102512026-08-20T01:57:42.505Z[ host-image] Aug 20 01:57:41.836 INFO O| Aug 20 01:57:41.835 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102522026-08-20T01:57:42.505Z[ host-image] Aug 20 01:57:41.836 INFO O| Aug 20 01:57:41.835 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102532026-08-20T01:57:42.509Z[ host-image] Aug 20 01:57:41.840 INFO O| Aug 20 01:57:41.839 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102542026-08-20T01:57:42.509Z[ host-image] Aug 20 01:57:41.840 INFO O| Aug 20 01:57:41.840 INFO ok!
102552026-08-20T01:57:42.513Z[ host-image] Aug 20 01:57:41.840 INFO O| Aug 20 01:57:41.840 INFO STEP 91 (ensure_file) COMPLETE
102562026-08-20T01:57:42.513Z[ host-image] Aug 20 01:57:41.840 INFO O| Aug 20 01:57:41.840 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102572026-08-20T01:57:42.517Z[ host-image] Aug 20 01:57:41.847 INFO O| Aug 20 01:57:41.847 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102582026-08-20T01:57:42.521Z[ host-image] Aug 20 01:57:41.847 INFO O| Aug 20 01:57:41.847 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102592026-08-20T01:57:42.521Z[ host-image] Aug 20 01:57:41.848 INFO O| Aug 20 01:57:41.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102602026-08-20T01:57:42.521Z[ host-image] Aug 20 01:57:41.848 INFO O| Aug 20 01:57:41.848 INFO ok!
102612026-08-20T01:57:42.521Z[ host-image] Aug 20 01:57:41.848 INFO O| Aug 20 01:57:41.848 INFO STEP 92 (ensure_file) COMPLETE
102622026-08-20T01:57:42.521Z[ host-image] Aug 20 01:57:41.848 INFO O| Aug 20 01:57:41.848 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102632026-08-20T01:57:42.526Z[ host-image] Aug 20 01:57:41.856 INFO O| Aug 20 01:57:41.856 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102642026-08-20T01:57:42.526Z[ host-image] Aug 20 01:57:41.856 INFO O| Aug 20 01:57:41.856 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102652026-08-20T01:57:42.572Z[ recovery-image] Aug 20 01:57:41.894 INFO O| ok, image written!
102662026-08-20T01:57:42.578Z[ recovery-image] Aug 20 01:57:41.896 INFO O| ok, boot_image_csum file written!
102672026-08-20T01:57:42.578Z[ recovery-image] Aug 20 01:57:41.896 INFO creating boot archive (CPIO)...
102682026-08-20T01:57:42.578Z[ recovery-image] Aug 20 01:57:41.897 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/recovery/work/sled/ramdisk", "/work/os-recovery/cpio", "/work/oxidecomputer/helios/tmp/image.recovery"], pwd: None
102692026-08-20T01:57:42.578Z[ recovery-image] Aug 20 01:57:41.904 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
102702026-08-20T01:57:42.578Z[ recovery-image] Aug 20 01:57:41.904 INFO E| + outfile=/work/os-recovery/cpio
102712026-08-20T01:57:42.579Z[ recovery-image] Aug 20 01:57:41.904 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
102722026-08-20T01:57:42.579Z[ recovery-image] Aug 20 01:57:41.904 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
102732026-08-20T01:57:42.579Z[ recovery-image] Aug 20 01:57:41.905 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
102742026-08-20T01:57:42.620Z[ recovery-image] Aug 20 01:57:41.944 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
102752026-08-20T01:57:42.624Z[ recovery-image] Aug 20 01:57:41.945 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
102762026-08-20T01:57:42.628Z[ recovery-image] Aug 20 01:57:41.952 INFO creating compressed cpio/unix for dev loaders...
102772026-08-20T01:57:42.633Z[ recovery-image] Aug 20 01:57:41.952 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/amd64/unix' >'/work/os-recovery/unix.z'"], pwd: None
102782026-08-20T01:57:42.887Z[ recovery-image] Aug 20 01:57:42.217 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
102792026-08-20T01:57:43.219Z[ host-image] Aug 20 01:57:42.549 INFO O| Aug 20 01:57:42.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102802026-08-20T01:57:43.219Z[ host-image] Aug 20 01:57:42.549 INFO O| Aug 20 01:57:42.549 INFO ok!
102812026-08-20T01:57:43.223Z[ host-image] Aug 20 01:57:42.549 INFO O| Aug 20 01:57:42.549 INFO STEP 93 (ensure_file) COMPLETE
102822026-08-20T01:57:43.223Z[ host-image] Aug 20 01:57:42.549 INFO O| Aug 20 01:57:42.549 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102832026-08-20T01:57:43.230Z[ host-image] Aug 20 01:57:42.559 INFO O| Aug 20 01:57:42.559 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102842026-08-20T01:57:43.230Z[ host-image] Aug 20 01:57:42.559 INFO O| Aug 20 01:57:42.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102852026-08-20T01:57:43.251Z[ host-image] Aug 20 01:57:42.559 INFO O| Aug 20 01:57:42.559 INFO STEP 94 (ensure_dir) COMPLETE
102862026-08-20T01:57:43.251Z[ host-image] Aug 20 01:57:42.559 INFO O| Aug 20 01:57:42.559 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102872026-08-20T01:57:43.251Z[ host-image] Aug 20 01:57:42.567 INFO O| Aug 20 01:57:42.567 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102882026-08-20T01:57:43.251Z[ host-image] Aug 20 01:57:42.567 INFO O| Aug 20 01:57:42.567 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102892026-08-20T01:57:43.251Z[ host-image] Aug 20 01:57:42.567 INFO O| Aug 20 01:57:42.567 INFO STEP 95 (ensure_dir) COMPLETE
102902026-08-20T01:57:43.251Z[ host-image] Aug 20 01:57:42.567 INFO O| Aug 20 01:57:42.567 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102912026-08-20T01:57:43.251Z[ host-image] Aug 20 01:57:42.578 INFO O| Aug 20 01:57:42.578 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102922026-08-20T01:57:43.251Z[ host-image] Aug 20 01:57:42.578 INFO O| Aug 20 01:57:42.578 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102932026-08-20T01:57:43.251Z[ host-image] Aug 20 01:57:42.578 INFO O| Aug 20 01:57:42.578 INFO STEP 96 (ensure_dir) COMPLETE
102942026-08-20T01:57:43.251Z[ host-image] Aug 20 01:57:42.578 INFO O| Aug 20 01:57:42.578 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102952026-08-20T01:57:43.261Z[ host-image] Aug 20 01:57:42.586 INFO O| Aug 20 01:57:42.586 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102962026-08-20T01:57:43.262Z[ host-image] Aug 20 01:57:42.586 INFO O| Aug 20 01:57:42.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102972026-08-20T01:57:43.262Z[ host-image] Aug 20 01:57:42.586 INFO O| Aug 20 01:57:42.586 INFO STEP 97 (ensure_dir) COMPLETE
102982026-08-20T01:57:43.262Z[ host-image] Aug 20 01:57:42.586 INFO O| Aug 20 01:57:42.586 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102992026-08-20T01:57:43.265Z[ host-image] Aug 20 01:57:42.594 INFO O| Aug 20 01:57:42.594 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103002026-08-20T01:57:43.265Z[ host-image] Aug 20 01:57:42.594 INFO O| Aug 20 01:57:42.594 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103012026-08-20T01:57:43.265Z[ host-image] Aug 20 01:57:42.594 INFO O| Aug 20 01:57:42.594 INFO STEP 98 (ensure_dir) COMPLETE
103022026-08-20T01:57:43.265Z[ host-image] Aug 20 01:57:42.594 INFO O| Aug 20 01:57:42.594 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103032026-08-20T01:57:43.279Z[ host-image] Aug 20 01:57:42.602 INFO O| Aug 20 01:57:42.602 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103042026-08-20T01:57:43.280Z[ host-image] Aug 20 01:57:42.602 INFO O| Aug 20 01:57:42.602 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml ...
103052026-08-20T01:57:43.283Z[ host-image] Aug 20 01:57:42.602 INFO O| Aug 20 01:57:42.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103062026-08-20T01:57:43.283Z[ host-image] Aug 20 01:57:42.602 INFO O| Aug 20 01:57:42.602 INFO ok!
103072026-08-20T01:57:43.283Z[ host-image] Aug 20 01:57:42.602 INFO O| Aug 20 01:57:42.602 INFO STEP 99 (ensure_file) COMPLETE
103082026-08-20T01:57:43.283Z[ host-image] Aug 20 01:57:42.602 INFO O| Aug 20 01:57:42.602 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103092026-08-20T01:57:43.283Z[ host-image] Aug 20 01:57:42.610 INFO O| Aug 20 01:57:42.610 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103102026-08-20T01:57:43.283Z[ host-image] Aug 20 01:57:42.610 INFO O| Aug 20 01:57:42.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103112026-08-20T01:57:43.283Z[ host-image] Aug 20 01:57:42.610 INFO O| Aug 20 01:57:42.610 INFO STEP 100 (ensure_dir) COMPLETE
103122026-08-20T01:57:43.283Z[ host-image] Aug 20 01:57:42.610 INFO O| Aug 20 01:57:42.610 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103132026-08-20T01:57:43.289Z[ host-image] Aug 20 01:57:42.617 INFO O| Aug 20 01:57:42.617 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103142026-08-20T01:57:43.289Z[ host-image] Aug 20 01:57:42.617 INFO O| Aug 20 01:57:42.617 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103152026-08-20T01:57:43.296Z[ host-image] Aug 20 01:57:42.627 INFO O| Aug 20 01:57:42.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103162026-08-20T01:57:43.296Z[ host-image] Aug 20 01:57:42.627 INFO O| Aug 20 01:57:42.627 INFO ok!
103172026-08-20T01:57:43.300Z[ host-image] Aug 20 01:57:42.627 INFO O| Aug 20 01:57:42.627 INFO STEP 101 (ensure_file) COMPLETE
103182026-08-20T01:57:43.300Z[ host-image] Aug 20 01:57:42.627 INFO O| Aug 20 01:57:42.627 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103192026-08-20T01:57:43.304Z[ host-image] Aug 20 01:57:42.634 INFO O| Aug 20 01:57:42.634 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103202026-08-20T01:57:43.304Z[ host-image] Aug 20 01:57:42.634 INFO O| Aug 20 01:57:42.634 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103212026-08-20T01:57:43.310Z[ host-image] Aug 20 01:57:42.634 INFO O| Aug 20 01:57:42.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103222026-08-20T01:57:43.310Z[ host-image] Aug 20 01:57:42.634 INFO O| Aug 20 01:57:42.634 INFO ok!
103232026-08-20T01:57:43.310Z[ host-image] Aug 20 01:57:42.634 INFO O| Aug 20 01:57:42.634 INFO STEP 102 (ensure_file) COMPLETE
103242026-08-20T01:57:43.310Z[ host-image] Aug 20 01:57:42.634 INFO O| Aug 20 01:57:42.634 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103252026-08-20T01:57:43.314Z[ host-image] Aug 20 01:57:42.642 INFO O| Aug 20 01:57:42.642 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103262026-08-20T01:57:43.314Z[ host-image] Aug 20 01:57:42.642 INFO O| Aug 20 01:57:42.642 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103272026-08-20T01:57:43.674Z[ host-image] Aug 20 01:57:43.004 INFO O| Aug 20 01:57:43.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103282026-08-20T01:57:43.674Z[ host-image] Aug 20 01:57:43.004 INFO O| Aug 20 01:57:43.004 INFO ok!
103292026-08-20T01:57:43.674Z[ host-image] Aug 20 01:57:43.004 INFO O| Aug 20 01:57:43.004 INFO STEP 103 (ensure_file) COMPLETE
103302026-08-20T01:57:43.678Z[ host-image] Aug 20 01:57:43.004 INFO O| Aug 20 01:57:43.004 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103312026-08-20T01:57:43.684Z[ host-image] Aug 20 01:57:43.014 INFO O| Aug 20 01:57:43.014 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103322026-08-20T01:57:43.684Z[ host-image] Aug 20 01:57:43.014 INFO O| Aug 20 01:57:43.014 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103332026-08-20T01:57:43.684Z[ host-image] Aug 20 01:57:43.014 INFO O| Aug 20 01:57:43.014 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103342026-08-20T01:57:43.688Z[ host-image] Aug 20 01:57:43.014 INFO O| Aug 20 01:57:43.014 INFO ok!
103352026-08-20T01:57:43.688Z[ host-image] Aug 20 01:57:43.014 INFO O| Aug 20 01:57:43.014 INFO STEP 104 (ensure_file) COMPLETE
103362026-08-20T01:57:43.688Z[ host-image] Aug 20 01:57:43.014 INFO O| Aug 20 01:57:43.014 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103372026-08-20T01:57:43.693Z[ host-image] Aug 20 01:57:43.023 INFO O| Aug 20 01:57:43.023 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103382026-08-20T01:57:43.693Z[ host-image] Aug 20 01:57:43.023 INFO O| Aug 20 01:57:43.023 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103392026-08-20T01:57:43.693Z[ host-image] Aug 20 01:57:43.023 INFO O| Aug 20 01:57:43.023 INFO STEP 105 (ensure_dir) COMPLETE
103402026-08-20T01:57:43.693Z[ host-image] Aug 20 01:57:43.023 INFO O| Aug 20 01:57:43.023 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103412026-08-20T01:57:43.702Z[ host-image] Aug 20 01:57:43.032 INFO O| Aug 20 01:57:43.032 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103422026-08-20T01:57:43.702Z[ host-image] Aug 20 01:57:43.032 INFO O| Aug 20 01:57:43.032 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/crucible-verify-raw -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw ...
103432026-08-20T01:57:44.012Z[ host-image] Aug 20 01:57:43.342 INFO O| Aug 20 01:57:43.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103442026-08-20T01:57:44.012Z[ host-image] Aug 20 01:57:43.342 INFO O| Aug 20 01:57:43.342 INFO ok!
103452026-08-20T01:57:44.012Z[ host-image] Aug 20 01:57:43.342 INFO O| Aug 20 01:57:43.342 INFO STEP 106 (ensure_file) COMPLETE
103462026-08-20T01:57:44.016Z[ host-image] Aug 20 01:57:43.342 INFO O| Aug 20 01:57:43.342 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103472026-08-20T01:57:44.021Z[ host-image] Aug 20 01:57:43.352 INFO O| Aug 20 01:57:43.352 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103482026-08-20T01:57:44.021Z[ host-image] Aug 20 01:57:43.352 INFO O| Aug 20 01:57:43.352 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/upstairs_repair.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d ...
103492026-08-20T01:57:44.025Z[ host-image] Aug 20 01:57:43.352 INFO O| Aug 20 01:57:43.352 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103502026-08-20T01:57:44.025Z[ host-image] Aug 20 01:57:43.352 INFO O| Aug 20 01:57:43.352 INFO ok!
103512026-08-20T01:57:44.025Z[ host-image] Aug 20 01:57:43.352 INFO O| Aug 20 01:57:43.352 INFO STEP 107 (ensure_file) COMPLETE
103522026-08-20T01:57:44.025Z[ host-image] Aug 20 01:57:43.352 INFO O| Aug 20 01:57:43.352 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103532026-08-20T01:57:44.030Z[ host-image] Aug 20 01:57:43.360 INFO O| Aug 20 01:57:43.360 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103542026-08-20T01:57:44.030Z[ host-image] Aug 20 01:57:43.360 INFO O| Aug 20 01:57:43.360 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/upstairs_raw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d ...
103552026-08-20T01:57:44.033Z[ host-image] Aug 20 01:57:43.360 INFO O| Aug 20 01:57:43.360 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103562026-08-20T01:57:44.033Z[ host-image] Aug 20 01:57:43.360 INFO O| Aug 20 01:57:43.360 INFO ok!
103572026-08-20T01:57:44.034Z[ host-image] Aug 20 01:57:43.360 INFO O| Aug 20 01:57:43.360 INFO STEP 108 (ensure_file) COMPLETE
103582026-08-20T01:57:44.034Z[ host-image] Aug 20 01:57:43.360 INFO O| Aug 20 01:57:43.360 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103592026-08-20T01:57:44.037Z[ host-image] Aug 20 01:57:43.368 INFO O| Aug 20 01:57:43.368 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103602026-08-20T01:57:44.041Z[ host-image] Aug 20 01:57:43.368 INFO O| Aug 20 01:57:43.368 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/upstairs_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d ...
103612026-08-20T01:57:44.041Z[ host-image] Aug 20 01:57:43.368 INFO O| Aug 20 01:57:43.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103622026-08-20T01:57:44.041Z[ host-image] Aug 20 01:57:43.368 INFO O| Aug 20 01:57:43.368 INFO ok!
103632026-08-20T01:57:44.041Z[ host-image] Aug 20 01:57:43.368 INFO O| Aug 20 01:57:43.368 INFO STEP 109 (ensure_file) COMPLETE
103642026-08-20T01:57:44.041Z[ host-image] Aug 20 01:57:43.368 INFO O| Aug 20 01:57:43.368 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103652026-08-20T01:57:44.045Z[ host-image] Aug 20 01:57:43.375 INFO O| Aug 20 01:57:43.375 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103662026-08-20T01:57:44.045Z[ host-image] Aug 20 01:57:43.375 INFO O| Aug 20 01:57:43.375 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/upstairs_count.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d ...
103672026-08-20T01:57:44.045Z[ host-image] Aug 20 01:57:43.375 INFO O| Aug 20 01:57:43.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103682026-08-20T01:57:44.046Z[ host-image] Aug 20 01:57:43.375 INFO O| Aug 20 01:57:43.375 INFO ok!
103692026-08-20T01:57:44.046Z[ host-image] Aug 20 01:57:43.375 INFO O| Aug 20 01:57:43.375 INFO STEP 110 (ensure_file) COMPLETE
103702026-08-20T01:57:44.046Z[ host-image] Aug 20 01:57:43.375 INFO O| Aug 20 01:57:43.375 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103712026-08-20T01:57:44.054Z[ host-image] Aug 20 01:57:43.384 INFO O| Aug 20 01:57:43.384 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103722026-08-20T01:57:44.054Z[ host-image] Aug 20 01:57:43.385 INFO O| Aug 20 01:57:43.384 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/upstairs_action.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d ...
103732026-08-20T01:57:44.060Z[ host-image] Aug 20 01:57:43.385 INFO O| Aug 20 01:57:43.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103742026-08-20T01:57:44.060Z[ host-image] Aug 20 01:57:43.385 INFO O| Aug 20 01:57:43.385 INFO ok!
103752026-08-20T01:57:44.060Z[ host-image] Aug 20 01:57:43.385 INFO O| Aug 20 01:57:43.385 INFO STEP 111 (ensure_file) COMPLETE
103762026-08-20T01:57:44.060Z[ host-image] Aug 20 01:57:43.385 INFO O| Aug 20 01:57:43.385 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103772026-08-20T01:57:44.066Z[ host-image] Aug 20 01:57:43.391 INFO O| Aug 20 01:57:43.391 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103782026-08-20T01:57:44.066Z[ host-image] Aug 20 01:57:43.391 INFO O| Aug 20 01:57:43.391 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/up-info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d ...
103792026-08-20T01:57:44.066Z[ host-image] Aug 20 01:57:43.391 INFO O| Aug 20 01:57:43.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103802026-08-20T01:57:44.066Z[ host-image] Aug 20 01:57:43.391 INFO O| Aug 20 01:57:43.391 INFO ok!
103812026-08-20T01:57:44.066Z[ host-image] Aug 20 01:57:43.391 INFO O| Aug 20 01:57:43.391 INFO STEP 112 (ensure_file) COMPLETE
103822026-08-20T01:57:44.066Z[ host-image] Aug 20 01:57:43.391 INFO O| Aug 20 01:57:43.391 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103832026-08-20T01:57:44.071Z[ host-image] Aug 20 01:57:43.398 INFO O| Aug 20 01:57:43.398 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103842026-08-20T01:57:44.071Z[ host-image] Aug 20 01:57:43.398 INFO O| Aug 20 01:57:43.398 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103852026-08-20T01:57:44.071Z[ host-image] Aug 20 01:57:43.398 INFO O| Aug 20 01:57:43.398 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103862026-08-20T01:57:44.071Z[ host-image] Aug 20 01:57:43.398 INFO O| Aug 20 01:57:43.398 INFO ok!
103872026-08-20T01:57:44.071Z[ host-image] Aug 20 01:57:43.398 INFO O| Aug 20 01:57:43.398 INFO STEP 113 (ensure_file) COMPLETE
103882026-08-20T01:57:44.071Z[ host-image] Aug 20 01:57:43.398 INFO O| Aug 20 01:57:43.398 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103892026-08-20T01:57:44.075Z[ host-image] Aug 20 01:57:43.405 INFO O| Aug 20 01:57:43.405 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103902026-08-20T01:57:44.075Z[ host-image] Aug 20 01:57:43.405 INFO O| Aug 20 01:57:43.405 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/trace-vol.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d ...
103912026-08-20T01:57:44.075Z[ host-image] Aug 20 01:57:43.405 INFO O| Aug 20 01:57:43.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103922026-08-20T01:57:44.075Z[ host-image] Aug 20 01:57:43.405 INFO O| Aug 20 01:57:43.405 INFO ok!
103932026-08-20T01:57:44.075Z[ host-image] Aug 20 01:57:43.405 INFO O| Aug 20 01:57:43.405 INFO STEP 114 (ensure_file) COMPLETE
103942026-08-20T01:57:44.075Z[ host-image] Aug 20 01:57:43.405 INFO O| Aug 20 01:57:43.405 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103952026-08-20T01:57:44.081Z[ host-image] Aug 20 01:57:43.412 INFO O| Aug 20 01:57:43.412 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
103962026-08-20T01:57:44.084Z[ host-image] Aug 20 01:57:43.412 INFO O| Aug 20 01:57:43.412 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/sled_upstairs_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d ...
103972026-08-20T01:57:44.084Z[ host-image] Aug 20 01:57:43.412 INFO O| Aug 20 01:57:43.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
103982026-08-20T01:57:44.084Z[ host-image] Aug 20 01:57:43.412 INFO O| Aug 20 01:57:43.412 INFO ok!
103992026-08-20T01:57:44.084Z[ host-image] Aug 20 01:57:43.412 INFO O| Aug 20 01:57:43.412 INFO STEP 115 (ensure_file) COMPLETE
104002026-08-20T01:57:44.084Z[ host-image] Aug 20 01:57:43.412 INFO O| Aug 20 01:57:43.412 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104012026-08-20T01:57:44.091Z[ host-image] Aug 20 01:57:43.421 INFO O| Aug 20 01:57:43.421 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104022026-08-20T01:57:44.094Z[ host-image] Aug 20 01:57:43.421 INFO O| Aug 20 01:57:43.421 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/single_up_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d ...
104032026-08-20T01:57:44.095Z[ host-image] Aug 20 01:57:43.421 INFO O| Aug 20 01:57:43.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104042026-08-20T01:57:44.095Z[ host-image] Aug 20 01:57:43.421 INFO O| Aug 20 01:57:43.421 INFO ok!
104052026-08-20T01:57:44.095Z[ host-image] Aug 20 01:57:43.421 INFO O| Aug 20 01:57:43.421 INFO STEP 116 (ensure_file) COMPLETE
104062026-08-20T01:57:44.095Z[ host-image] Aug 20 01:57:43.421 INFO O| Aug 20 01:57:43.421 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104072026-08-20T01:57:44.100Z[ host-image] Aug 20 01:57:43.429 INFO O| Aug 20 01:57:43.429 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104082026-08-20T01:57:44.100Z[ host-image] Aug 20 01:57:43.429 INFO O| Aug 20 01:57:43.429 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104092026-08-20T01:57:44.100Z[ host-image] Aug 20 01:57:43.429 INFO O| Aug 20 01:57:43.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104102026-08-20T01:57:44.100Z[ host-image] Aug 20 01:57:43.429 INFO O| Aug 20 01:57:43.429 INFO ok!
104112026-08-20T01:57:44.100Z[ host-image] Aug 20 01:57:43.429 INFO O| Aug 20 01:57:43.429 INFO STEP 117 (ensure_file) COMPLETE
104122026-08-20T01:57:44.100Z[ host-image] Aug 20 01:57:43.429 INFO O| Aug 20 01:57:43.429 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104132026-08-20T01:57:44.105Z[ host-image] Aug 20 01:57:43.435 INFO O| Aug 20 01:57:43.435 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104142026-08-20T01:57:44.105Z[ host-image] Aug 20 01:57:43.435 INFO O| Aug 20 01:57:43.435 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/perf-vol.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d ...
104152026-08-20T01:57:44.109Z[ host-image] Aug 20 01:57:43.435 INFO O| Aug 20 01:57:43.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104162026-08-20T01:57:44.109Z[ host-image] Aug 20 01:57:43.435 INFO O| Aug 20 01:57:43.435 INFO ok!
104172026-08-20T01:57:44.109Z[ host-image] Aug 20 01:57:43.435 INFO O| Aug 20 01:57:43.435 INFO STEP 118 (ensure_file) COMPLETE
104182026-08-20T01:57:44.109Z[ host-image] Aug 20 01:57:43.435 INFO O| Aug 20 01:57:43.435 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104192026-08-20T01:57:44.113Z[ host-image] Aug 20 01:57:43.443 INFO O| Aug 20 01:57:43.443 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104202026-08-20T01:57:44.113Z[ host-image] Aug 20 01:57:43.443 INFO O| Aug 20 01:57:43.443 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/perf-upstairs-wf.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d ...
104212026-08-20T01:57:44.119Z[ host-image] Aug 20 01:57:43.443 INFO O| Aug 20 01:57:43.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104222026-08-20T01:57:44.119Z[ host-image] Aug 20 01:57:43.443 INFO O| Aug 20 01:57:43.443 INFO ok!
104232026-08-20T01:57:44.119Z[ host-image] Aug 20 01:57:43.443 INFO O| Aug 20 01:57:43.443 INFO STEP 119 (ensure_file) COMPLETE
104242026-08-20T01:57:44.119Z[ host-image] Aug 20 01:57:43.443 INFO O| Aug 20 01:57:43.443 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104252026-08-20T01:57:44.126Z[ host-image] Aug 20 01:57:43.451 INFO O| Aug 20 01:57:43.451 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104262026-08-20T01:57:44.126Z[ host-image] Aug 20 01:57:43.451 INFO O| Aug 20 01:57:43.451 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/perf-reqwest.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d ...
104272026-08-20T01:57:44.126Z[ host-image] Aug 20 01:57:43.451 INFO O| Aug 20 01:57:43.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104282026-08-20T01:57:44.127Z[ host-image] Aug 20 01:57:43.451 INFO O| Aug 20 01:57:43.451 INFO ok!
104292026-08-20T01:57:44.127Z[ host-image] Aug 20 01:57:43.451 INFO O| Aug 20 01:57:43.451 INFO STEP 120 (ensure_file) COMPLETE
104302026-08-20T01:57:44.127Z[ host-image] Aug 20 01:57:43.451 INFO O| Aug 20 01:57:43.451 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104312026-08-20T01:57:44.130Z[ host-image] Aug 20 01:57:43.458 INFO O| Aug 20 01:57:43.458 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104322026-08-20T01:57:44.130Z[ host-image] Aug 20 01:57:43.458 INFO O| Aug 20 01:57:43.458 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/perf-online-repair.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d ...
104332026-08-20T01:57:44.131Z[ host-image] Aug 20 01:57:43.458 INFO O| Aug 20 01:57:43.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104342026-08-20T01:57:44.131Z[ host-image] Aug 20 01:57:43.458 INFO O| Aug 20 01:57:43.458 INFO ok!
104352026-08-20T01:57:44.131Z[ host-image] Aug 20 01:57:43.458 INFO O| Aug 20 01:57:43.458 INFO STEP 121 (ensure_file) COMPLETE
104362026-08-20T01:57:44.131Z[ host-image] Aug 20 01:57:43.458 INFO O| Aug 20 01:57:43.458 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104372026-08-20T01:57:44.135Z[ host-image] Aug 20 01:57:43.465 INFO O| Aug 20 01:57:43.465 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104382026-08-20T01:57:44.135Z[ host-image] Aug 20 01:57:43.465 INFO O| Aug 20 01:57:43.465 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/perf-ds-net.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d ...
104392026-08-20T01:57:44.138Z[ host-image] Aug 20 01:57:43.465 INFO O| Aug 20 01:57:43.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104402026-08-20T01:57:44.138Z[ host-image] Aug 20 01:57:43.465 INFO O| Aug 20 01:57:43.465 INFO ok!
104412026-08-20T01:57:44.138Z[ host-image] Aug 20 01:57:43.465 INFO O| Aug 20 01:57:43.465 INFO STEP 122 (ensure_file) COMPLETE
104422026-08-20T01:57:44.138Z[ host-image] Aug 20 01:57:43.465 INFO O| Aug 20 01:57:43.465 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104432026-08-20T01:57:44.142Z[ host-image] Aug 20 01:57:43.472 INFO O| Aug 20 01:57:43.472 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104442026-08-20T01:57:44.142Z[ host-image] Aug 20 01:57:43.472 INFO O| Aug 20 01:57:43.472 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/perf-ds-client.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d ...
104452026-08-20T01:57:44.142Z[ host-image] Aug 20 01:57:43.472 INFO O| Aug 20 01:57:43.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104462026-08-20T01:57:44.142Z[ host-image] Aug 20 01:57:43.472 INFO O| Aug 20 01:57:43.472 INFO ok!
104472026-08-20T01:57:44.142Z[ host-image] Aug 20 01:57:43.472 INFO O| Aug 20 01:57:43.472 INFO STEP 123 (ensure_file) COMPLETE
104482026-08-20T01:57:44.142Z[ host-image] Aug 20 01:57:43.472 INFO O| Aug 20 01:57:43.472 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104492026-08-20T01:57:44.149Z[ host-image] Aug 20 01:57:43.479 INFO O| Aug 20 01:57:43.479 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104502026-08-20T01:57:44.149Z[ host-image] Aug 20 01:57:43.479 INFO O| Aug 20 01:57:43.479 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/perf-downstairs.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d ...
104512026-08-20T01:57:44.152Z[ host-image] Aug 20 01:57:43.479 INFO O| Aug 20 01:57:43.479 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104522026-08-20T01:57:44.152Z[ host-image] Aug 20 01:57:43.479 INFO O| Aug 20 01:57:43.479 INFO ok!
104532026-08-20T01:57:44.152Z[ host-image] Aug 20 01:57:43.479 INFO O| Aug 20 01:57:43.479 INFO STEP 124 (ensure_file) COMPLETE
104542026-08-20T01:57:44.152Z[ host-image] Aug 20 01:57:43.479 INFO O| Aug 20 01:57:43.479 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104552026-08-20T01:57:44.157Z[ host-image] Aug 20 01:57:43.487 INFO O| Aug 20 01:57:43.487 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104562026-08-20T01:57:44.157Z[ host-image] Aug 20 01:57:43.487 INFO O| Aug 20 01:57:43.487 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/perf-downstairs-tick.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d ...
104572026-08-20T01:57:44.160Z[ host-image] Aug 20 01:57:43.487 INFO O| Aug 20 01:57:43.487 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104582026-08-20T01:57:44.160Z[ host-image] Aug 20 01:57:43.487 INFO O| Aug 20 01:57:43.487 INFO ok!
104592026-08-20T01:57:44.160Z[ host-image] Aug 20 01:57:43.487 INFO O| Aug 20 01:57:43.487 INFO STEP 125 (ensure_file) COMPLETE
104602026-08-20T01:57:44.160Z[ host-image] Aug 20 01:57:43.487 INFO O| Aug 20 01:57:43.487 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104612026-08-20T01:57:44.165Z[ host-image] Aug 20 01:57:43.494 INFO O| Aug 20 01:57:43.494 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104622026-08-20T01:57:44.165Z[ host-image] Aug 20 01:57:43.494 INFO O| Aug 20 01:57:43.494 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/perf-downstairs-three.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d ...
104632026-08-20T01:57:44.165Z[ host-image] Aug 20 01:57:43.494 INFO O| Aug 20 01:57:43.494 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104642026-08-20T01:57:44.165Z[ host-image] Aug 20 01:57:43.494 INFO O| Aug 20 01:57:43.494 INFO ok!
104652026-08-20T01:57:44.165Z[ host-image] Aug 20 01:57:43.494 INFO O| Aug 20 01:57:43.494 INFO STEP 126 (ensure_file) COMPLETE
104662026-08-20T01:57:44.165Z[ host-image] Aug 20 01:57:43.494 INFO O| Aug 20 01:57:43.494 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104672026-08-20T01:57:44.171Z[ host-image] Aug 20 01:57:43.502 INFO O| Aug 20 01:57:43.502 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104682026-08-20T01:57:44.172Z[ host-image] Aug 20 01:57:43.502 INFO O| Aug 20 01:57:43.502 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/perf-downstairs-os.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d ...
104692026-08-20T01:57:44.175Z[ host-image] Aug 20 01:57:43.502 INFO O| Aug 20 01:57:43.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104702026-08-20T01:57:44.175Z[ host-image] Aug 20 01:57:43.502 INFO O| Aug 20 01:57:43.502 INFO ok!
104712026-08-20T01:57:44.175Z[ host-image] Aug 20 01:57:43.502 INFO O| Aug 20 01:57:43.502 INFO STEP 127 (ensure_file) COMPLETE
104722026-08-20T01:57:44.175Z[ host-image] Aug 20 01:57:43.502 INFO O| Aug 20 01:57:43.502 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104732026-08-20T01:57:44.179Z[ host-image] Aug 20 01:57:43.508 INFO O| Aug 20 01:57:43.508 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104742026-08-20T01:57:44.179Z[ host-image] Aug 20 01:57:43.508 INFO O| Aug 20 01:57:43.508 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/get-up-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh ...
104752026-08-20T01:57:44.179Z[ host-image] Aug 20 01:57:43.508 INFO O| Aug 20 01:57:43.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104762026-08-20T01:57:44.179Z[ host-image] Aug 20 01:57:43.508 INFO O| Aug 20 01:57:43.508 INFO ok!
104772026-08-20T01:57:44.179Z[ host-image] Aug 20 01:57:43.508 INFO O| Aug 20 01:57:43.508 INFO STEP 128 (ensure_file) COMPLETE
104782026-08-20T01:57:44.179Z[ host-image] Aug 20 01:57:43.508 INFO O| Aug 20 01:57:43.508 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104792026-08-20T01:57:44.186Z[ host-image] Aug 20 01:57:43.516 INFO O| Aug 20 01:57:43.516 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104802026-08-20T01:57:44.186Z[ host-image] Aug 20 01:57:43.516 INFO O| Aug 20 01:57:43.516 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/get-up-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d ...
104812026-08-20T01:57:44.189Z[ host-image] Aug 20 01:57:43.516 INFO O| Aug 20 01:57:43.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104822026-08-20T01:57:44.190Z[ host-image] Aug 20 01:57:43.516 INFO O| Aug 20 01:57:43.516 INFO ok!
104832026-08-20T01:57:44.190Z[ host-image] Aug 20 01:57:43.516 INFO O| Aug 20 01:57:43.516 INFO STEP 129 (ensure_file) COMPLETE
104842026-08-20T01:57:44.190Z[ host-image] Aug 20 01:57:43.516 INFO O| Aug 20 01:57:43.516 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104852026-08-20T01:57:44.194Z[ host-image] Aug 20 01:57:43.524 INFO O| Aug 20 01:57:43.524 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104862026-08-20T01:57:44.194Z[ host-image] Aug 20 01:57:43.524 INFO O| Aug 20 01:57:43.524 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/get-lr-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh ...
104872026-08-20T01:57:44.194Z[ host-image] Aug 20 01:57:43.524 INFO O| Aug 20 01:57:43.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104882026-08-20T01:57:44.194Z[ host-image] Aug 20 01:57:43.524 INFO O| Aug 20 01:57:43.524 INFO ok!
104892026-08-20T01:57:44.194Z[ host-image] Aug 20 01:57:43.524 INFO O| Aug 20 01:57:43.524 INFO STEP 130 (ensure_file) COMPLETE
104902026-08-20T01:57:44.198Z[ host-image] Aug 20 01:57:43.524 INFO O| Aug 20 01:57:43.524 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104912026-08-20T01:57:44.202Z[ host-image] Aug 20 01:57:43.532 INFO O| Aug 20 01:57:43.532 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104922026-08-20T01:57:44.202Z[ host-image] Aug 20 01:57:43.532 INFO O| Aug 20 01:57:43.532 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/get-lr-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d ...
104932026-08-20T01:57:44.202Z[ host-image] Aug 20 01:57:43.532 INFO O| Aug 20 01:57:43.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104942026-08-20T01:57:44.202Z[ host-image] Aug 20 01:57:43.532 INFO O| Aug 20 01:57:43.532 INFO ok!
104952026-08-20T01:57:44.202Z[ host-image] Aug 20 01:57:43.532 INFO O| Aug 20 01:57:43.532 INFO STEP 131 (ensure_file) COMPLETE
104962026-08-20T01:57:44.202Z[ host-image] Aug 20 01:57:43.532 INFO O| Aug 20 01:57:43.532 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104972026-08-20T01:57:44.208Z[ host-image] Aug 20 01:57:43.539 INFO O| Aug 20 01:57:43.539 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
104982026-08-20T01:57:44.212Z[ host-image] Aug 20 01:57:43.539 INFO O| Aug 20 01:57:43.539 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/get-ds-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh ...
104992026-08-20T01:57:44.212Z[ host-image] Aug 20 01:57:43.539 INFO O| Aug 20 01:57:43.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105002026-08-20T01:57:44.212Z[ host-image] Aug 20 01:57:43.539 INFO O| Aug 20 01:57:43.539 INFO ok!
105012026-08-20T01:57:44.212Z[ host-image] Aug 20 01:57:43.539 INFO O| Aug 20 01:57:43.539 INFO STEP 132 (ensure_file) COMPLETE
105022026-08-20T01:57:44.212Z[ host-image] Aug 20 01:57:43.539 INFO O| Aug 20 01:57:43.539 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105032026-08-20T01:57:44.215Z[ host-image] Aug 20 01:57:43.545 INFO O| Aug 20 01:57:43.545 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105042026-08-20T01:57:44.215Z[ host-image] Aug 20 01:57:43.545 INFO O| Aug 20 01:57:43.545 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/get-ds-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d ...
105052026-08-20T01:57:44.215Z[ host-image] Aug 20 01:57:43.545 INFO O| Aug 20 01:57:43.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105062026-08-20T01:57:44.215Z[ host-image] Aug 20 01:57:43.545 INFO O| Aug 20 01:57:43.545 INFO ok!
105072026-08-20T01:57:44.215Z[ host-image] Aug 20 01:57:43.545 INFO O| Aug 20 01:57:43.545 INFO STEP 133 (ensure_file) COMPLETE
105082026-08-20T01:57:44.215Z[ host-image] Aug 20 01:57:43.545 INFO O| Aug 20 01:57:43.545 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105092026-08-20T01:57:44.223Z[ host-image] Aug 20 01:57:43.554 INFO O| Aug 20 01:57:43.554 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105102026-08-20T01:57:44.223Z[ host-image] Aug 20 01:57:43.554 INFO O| Aug 20 01:57:43.554 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/downstairs_count.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d ...
105112026-08-20T01:57:44.226Z[ host-image] Aug 20 01:57:43.554 INFO O| Aug 20 01:57:43.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105122026-08-20T01:57:44.226Z[ host-image] Aug 20 01:57:43.554 INFO O| Aug 20 01:57:43.554 INFO ok!
105132026-08-20T01:57:44.226Z[ host-image] Aug 20 01:57:43.554 INFO O| Aug 20 01:57:43.554 INFO STEP 134 (ensure_file) COMPLETE
105142026-08-20T01:57:44.226Z[ host-image] Aug 20 01:57:43.554 INFO O| Aug 20 01:57:43.554 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105152026-08-20T01:57:44.756Z[ host-image] Aug 20 01:57:43.562 INFO O| Aug 20 01:57:43.562 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105162026-08-20T01:57:44.757Z[ host-image] Aug 20 01:57:43.562 INFO O| Aug 20 01:57:43.562 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/all_downstairs.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d ...
105172026-08-20T01:57:44.757Z[ host-image] Aug 20 01:57:43.562 INFO O| Aug 20 01:57:43.562 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105182026-08-20T01:57:44.757Z[ host-image] Aug 20 01:57:43.562 INFO O| Aug 20 01:57:43.562 INFO ok!
105192026-08-20T01:57:44.757Z[ host-image] Aug 20 01:57:43.562 INFO O| Aug 20 01:57:43.562 INFO STEP 135 (ensure_file) COMPLETE
105202026-08-20T01:57:44.792Z[ host-image] Aug 20 01:57:43.562 INFO O| Aug 20 01:57:43.562 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105212026-08-20T01:57:44.792Z[ host-image] Aug 20 01:57:43.570 INFO O| Aug 20 01:57:43.570 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105222026-08-20T01:57:44.792Z[ host-image] Aug 20 01:57:43.570 INFO O| Aug 20 01:57:43.570 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105232026-08-20T01:57:44.792Z[ host-image] Aug 20 01:57:43.570 INFO O| Aug 20 01:57:43.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105242026-08-20T01:57:44.792Z[ host-image] Aug 20 01:57:43.570 INFO O| Aug 20 01:57:43.570 INFO ok!
105252026-08-20T01:57:44.792Z[ host-image] Aug 20 01:57:43.570 INFO O| Aug 20 01:57:43.570 INFO STEP 136 (ensure_file) COMPLETE
105262026-08-20T01:57:44.792Z[ host-image] Aug 20 01:57:43.570 INFO O| Aug 20 01:57:43.570 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105272026-08-20T01:57:44.792Z[ host-image] Aug 20 01:57:43.576 INFO O| Aug 20 01:57:43.576 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105282026-08-20T01:57:44.792Z[ host-image] Aug 20 01:57:43.576 INFO O| Aug 20 01:57:43.576 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/utils-info.txt -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt ...
105292026-08-20T01:57:44.792Z[ host-image] Aug 20 01:57:43.576 INFO O| Aug 20 01:57:43.576 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105302026-08-20T01:57:44.792Z[ host-image] Aug 20 01:57:43.576 INFO O| Aug 20 01:57:43.576 INFO ok!
105312026-08-20T01:57:44.792Z[ host-image] Aug 20 01:57:43.576 INFO O| Aug 20 01:57:43.576 INFO STEP 137 (ensure_file) COMPLETE
105322026-08-20T01:57:44.792Z[ host-image] Aug 20 01:57:43.576 INFO O| Aug 20 01:57:43.576 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105332026-08-20T01:57:44.792Z[ host-image] Aug 20 01:57:43.583 INFO O| Aug 20 01:57:43.583 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105342026-08-20T01:57:44.792Z[ host-image] Aug 20 01:57:43.583 INFO O| Aug 20 01:57:43.583 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105352026-08-20T01:57:44.792Z[ host-image] Aug 20 01:57:43.583 INFO O| Aug 20 01:57:43.583 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105362026-08-20T01:57:44.793Z[ host-image] Aug 20 01:57:43.583 INFO O| Aug 20 01:57:43.583 INFO ok!
105372026-08-20T01:57:44.793Z[ host-image] Aug 20 01:57:43.583 INFO O| Aug 20 01:57:43.583 INFO STEP 138 (ensure_file) COMPLETE
105382026-08-20T01:57:44.793Z[ host-image] Aug 20 01:57:43.583 INFO O| Aug 20 01:57:43.583 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105392026-08-20T01:57:44.793Z[ host-image] Aug 20 01:57:43.589 INFO O| Aug 20 01:57:43.589 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105402026-08-20T01:57:44.793Z[ host-image] Aug 20 01:57:43.589 INFO O| Aug 20 01:57:43.589 INFO copying /tmp/.tmpon8wkG/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105412026-08-20T01:57:46.765Z[ recovery-image] Aug 20 01:57:46.095 INFO creating reset image...
105422026-08-20T01:57:46.766Z[ recovery-image] Aug 20 01:57:46.095 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z", "--target-dir", "/work/os-recovery/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
105432026-08-20T01:57:47.059Z[ recovery-image] Aug 20 01:57:46.389 INFO E| Updating crates.io index
105442026-08-20T01:57:47.457Z[ recovery-image] Aug 20 01:57:46.787 INFO E| Downloading crates ...
105452026-08-20T01:57:47.527Z[ recovery-image] Aug 20 01:57:46.857 INFO E| Downloaded shared_thread v0.2.0
105462026-08-20T01:57:47.530Z[ recovery-image] Aug 20 01:57:46.858 INFO E| Downloaded os_pipe v1.2.3
105472026-08-20T01:57:47.530Z[ recovery-image] Aug 20 01:57:46.860 INFO E| Downloaded colorchoice v1.0.5
105482026-08-20T01:57:47.533Z[ recovery-image] Aug 20 01:57:46.864 INFO E| Downloaded shared_child v1.1.1
105492026-08-20T01:57:47.536Z[ recovery-image] Aug 20 01:57:46.866 INFO E| Downloaded duct v1.1.1
105502026-08-20T01:57:47.539Z[ recovery-image] Aug 20 01:57:46.868 INFO E| Downloaded sigchld v0.2.4
105512026-08-20T01:57:47.539Z[ recovery-image] Aug 20 01:57:46.868 INFO E| Downloaded clap_lex v1.1.0
105522026-08-20T01:57:47.584Z[ recovery-image] Aug 20 01:57:46.915 INFO E| Compiling libc v0.2.186
105532026-08-20T01:57:47.584Z[ recovery-image] Aug 20 01:57:46.915 INFO E| Compiling proc-macro2 v1.0.106
105542026-08-20T01:57:47.588Z[ recovery-image] Aug 20 01:57:46.915 INFO E| Compiling quote v1.0.45
105552026-08-20T01:57:47.588Z[ recovery-image] Aug 20 01:57:46.915 INFO E| Compiling unicode-ident v1.0.24
105562026-08-20T01:57:47.588Z[ recovery-image] Aug 20 01:57:46.915 INFO E| Compiling signal-hook v0.3.18
105572026-08-20T01:57:47.588Z[ recovery-image] Aug 20 01:57:46.915 INFO E| Compiling utf8parse v0.2.2
105582026-08-20T01:57:47.588Z[ recovery-image] Aug 20 01:57:46.915 INFO E| Compiling colorchoice v1.0.5
105592026-08-20T01:57:47.588Z[ recovery-image] Aug 20 01:57:46.915 INFO E| Compiling anstyle v1.0.14
105602026-08-20T01:57:47.588Z[ recovery-image] Aug 20 01:57:46.915 INFO E| Compiling anstyle-query v1.1.5
105612026-08-20T01:57:47.588Z[ recovery-image] Aug 20 01:57:46.915 INFO E| Compiling is_terminal_polyfill v1.70.2
105622026-08-20T01:57:47.588Z[ recovery-image] Aug 20 01:57:46.915 INFO E| Compiling strsim v0.11.1
105632026-08-20T01:57:47.588Z[ recovery-image] Aug 20 01:57:46.915 INFO E| Compiling heck v0.5.0
105642026-08-20T01:57:47.597Z[ recovery-image] Aug 20 01:57:46.927 INFO E| Compiling clap_lex v1.1.0
105652026-08-20T01:57:47.600Z[ recovery-image] Aug 20 01:57:46.927 INFO E| Compiling shared_thread v0.2.0
105662026-08-20T01:57:47.730Z[ recovery-image] Aug 20 01:57:47.060 INFO E| Compiling anstyle-parse v1.0.0
105672026-08-20T01:57:47.918Z[ recovery-image] Aug 20 01:57:47.248 INFO E| Compiling anstream v1.0.0
105682026-08-20T01:57:48.153Z[ recovery-image] Aug 20 01:57:47.484 INFO E| Compiling clap_builder v4.6.0
105692026-08-20T01:57:48.529Z[ recovery-image] Aug 20 01:57:47.859 INFO E| Compiling errno v0.3.14
105702026-08-20T01:57:48.529Z[ recovery-image] Aug 20 01:57:47.859 INFO E| Compiling os_pipe v1.2.3
105712026-08-20T01:57:48.636Z[ recovery-image] Aug 20 01:57:47.967 INFO E| Compiling signal-hook-registry v1.4.8
105722026-08-20T01:57:48.823Z[ recovery-image] Aug 20 01:57:48.153 INFO E| Compiling syn v2.0.117
105732026-08-20T01:57:48.941Z[ recovery-image] Aug 20 01:57:48.272 INFO E| Compiling sigchld v0.2.4
105742026-08-20T01:57:49.054Z[ recovery-image] Aug 20 01:57:48.383 INFO E| Compiling shared_child v1.1.1
105752026-08-20T01:57:49.191Z[ recovery-image] Aug 20 01:57:48.521 INFO E| Compiling duct v1.1.1
105762026-08-20T01:57:51.315Z[ recovery-image] Aug 20 01:57:50.645 INFO E| Compiling clap_derive v4.6.1
105772026-08-20T01:57:52.636Z[ host-image] Aug 20 01:57:51.967 INFO O| Aug 20 01:57:51.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105782026-08-20T01:57:52.636Z[ host-image] Aug 20 01:57:51.967 INFO O| Aug 20 01:57:51.967 INFO ok!
105792026-08-20T01:57:52.636Z[ host-image] Aug 20 01:57:51.967 INFO O| Aug 20 01:57:51.967 INFO STEP 139 (ensure_file) COMPLETE
105802026-08-20T01:57:52.639Z[ host-image] Aug 20 01:57:51.967 INFO O| Aug 20 01:57:51.967 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105812026-08-20T01:57:52.646Z[ host-image] Aug 20 01:57:51.976 INFO O| Aug 20 01:57:51.976 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105822026-08-20T01:57:52.646Z[ host-image] Aug 20 01:57:51.976 INFO O| Aug 20 01:57:51.976 INFO STEP 140 (ensure_dir) COMPLETE
105832026-08-20T01:57:52.646Z[ host-image] Aug 20 01:57:51.976 INFO O| Aug 20 01:57:51.976 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105842026-08-20T01:57:52.651Z[ host-image] Aug 20 01:57:51.982 INFO O| Aug 20 01:57:51.982 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105852026-08-20T01:57:52.651Z[ host-image] Aug 20 01:57:51.982 INFO O| Aug 20 01:57:51.982 INFO STEP 141 (ensure_dir) COMPLETE
105862026-08-20T01:57:52.651Z[ host-image] Aug 20 01:57:51.982 INFO O| Aug 20 01:57:51.982 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105872026-08-20T01:57:52.657Z[ host-image] Aug 20 01:57:51.987 INFO O| Aug 20 01:57:51.987 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105882026-08-20T01:57:52.657Z[ host-image] Aug 20 01:57:51.987 INFO O| Aug 20 01:57:51.987 INFO STEP 142 (ensure_dir) COMPLETE
105892026-08-20T01:57:52.659Z[ host-image] Aug 20 01:57:51.987 INFO O| Aug 20 01:57:51.987 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105902026-08-20T01:57:52.662Z[ host-image] Aug 20 01:57:51.993 INFO O| Aug 20 01:57:51.993 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
105912026-08-20T01:57:52.663Z[ host-image] Aug 20 01:57:51.993 INFO O| Aug 20 01:57:51.993 INFO STEP 143 (ensure_dir) COMPLETE
105922026-08-20T01:57:52.663Z[ host-image] Aug 20 01:57:51.993 INFO O| Aug 20 01:57:51.993 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105932026-08-20T01:57:52.669Z[ host-image] Aug 20 01:57:51.999 INFO O| Aug 20 01:57:51.999 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
105942026-08-20T01:57:52.670Z[ host-image] Aug 20 01:57:51.999 INFO O| Aug 20 01:57:51.999 INFO copying /tmp/.tmpon8wkG/proto/host/root/lib/svc/manifest/site/sled-agent.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml ...
105952026-08-20T01:57:52.672Z[ host-image] Aug 20 01:57:51.999 INFO O| Aug 20 01:57:51.999 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
105962026-08-20T01:57:52.673Z[ host-image] Aug 20 01:57:51.999 INFO O| Aug 20 01:57:51.999 INFO ok!
105972026-08-20T01:57:52.673Z[ host-image] Aug 20 01:57:51.999 INFO O| Aug 20 01:57:51.999 INFO STEP 144 (ensure_file) COMPLETE
105982026-08-20T01:57:52.673Z[ host-image] Aug 20 01:57:51.999 INFO O| Aug 20 01:57:51.999 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105992026-08-20T01:57:52.676Z[ host-image] Aug 20 01:57:52.005 INFO O| Aug 20 01:57:52.005 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106002026-08-20T01:57:52.676Z[ host-image] Aug 20 01:57:52.005 INFO O| Aug 20 01:57:52.005 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106012026-08-20T01:57:52.676Z[ host-image] Aug 20 01:57:52.005 INFO O| Aug 20 01:57:52.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106022026-08-20T01:57:52.676Z[ host-image] Aug 20 01:57:52.005 INFO O| Aug 20 01:57:52.005 INFO STEP 145 (ensure_dir) COMPLETE
106032026-08-20T01:57:52.676Z[ host-image] Aug 20 01:57:52.005 INFO O| Aug 20 01:57:52.005 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106042026-08-20T01:57:52.680Z[ host-image] Aug 20 01:57:52.011 INFO O| Aug 20 01:57:52.011 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106052026-08-20T01:57:52.680Z[ host-image] Aug 20 01:57:52.011 INFO O| Aug 20 01:57:52.011 INFO copying /tmp/.tmpon8wkG/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106062026-08-20T01:57:52.687Z[ host-image] Aug 20 01:57:52.011 INFO O| Aug 20 01:57:52.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106072026-08-20T01:57:52.687Z[ host-image] Aug 20 01:57:52.011 INFO O| Aug 20 01:57:52.011 INFO ok!
106082026-08-20T01:57:52.687Z[ host-image] Aug 20 01:57:52.011 INFO O| Aug 20 01:57:52.011 INFO STEP 146 (ensure_file) COMPLETE
106092026-08-20T01:57:52.687Z[ host-image] Aug 20 01:57:52.011 INFO O| Aug 20 01:57:52.011 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106102026-08-20T01:57:52.690Z[ host-image] Aug 20 01:57:52.017 INFO O| Aug 20 01:57:52.017 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106112026-08-20T01:57:52.690Z[ host-image] Aug 20 01:57:52.017 INFO O| Aug 20 01:57:52.017 INFO STEP 147 (remove_files) COMPLETE
106122026-08-20T01:57:52.690Z[ host-image] Aug 20 01:57:52.017 INFO O| Aug 20 01:57:52.017 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106132026-08-20T01:57:52.694Z[ host-image] Aug 20 01:57:52.025 INFO O| Aug 20 01:57:52.025 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106142026-08-20T01:57:52.699Z[ host-image] Aug 20 01:57:52.025 INFO O| Aug 20 01:57:52.025 INFO STEP 148 (remove_files) COMPLETE
106152026-08-20T01:57:52.699Z[ host-image] Aug 20 01:57:52.025 INFO O| Aug 20 01:57:52.025 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106162026-08-20T01:57:52.702Z[ host-image] Aug 20 01:57:52.030 INFO O| Aug 20 01:57:52.030 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106172026-08-20T01:57:52.702Z[ host-image] Aug 20 01:57:52.030 INFO O| Aug 20 01:57:52.030 INFO STEP 149 (remove_files) COMPLETE
106182026-08-20T01:57:52.702Z[ host-image] Aug 20 01:57:52.030 INFO O| Aug 20 01:57:52.030 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106192026-08-20T01:57:52.708Z[ host-image] Aug 20 01:57:52.039 INFO O| Aug 20 01:57:52.038 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106202026-08-20T01:57:52.711Z[ host-image] Aug 20 01:57:52.039 INFO O| Aug 20 01:57:52.039 INFO STEP 150 (remove_files) COMPLETE
106212026-08-20T01:57:52.711Z[ host-image] Aug 20 01:57:52.039 INFO O| Aug 20 01:57:52.039 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106222026-08-20T01:57:52.715Z[ host-image] Aug 20 01:57:52.046 INFO O| Aug 20 01:57:52.046 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106232026-08-20T01:57:52.715Z[ host-image] Aug 20 01:57:52.046 INFO O| Aug 20 01:57:52.046 INFO STEP 151 (remove_files) COMPLETE
106242026-08-20T01:57:52.715Z[ host-image] Aug 20 01:57:52.046 INFO O| Aug 20 01:57:52.046 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106252026-08-20T01:57:52.722Z[ host-image] Aug 20 01:57:52.053 INFO O| Aug 20 01:57:52.053 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106262026-08-20T01:57:52.725Z[ host-image] Aug 20 01:57:52.053 INFO O| Aug 20 01:57:52.053 INFO STEP 152 (remove_files) COMPLETE
106272026-08-20T01:57:52.725Z[ host-image] Aug 20 01:57:52.053 INFO O| Aug 20 01:57:52.053 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106282026-08-20T01:57:52.729Z[ host-image] Aug 20 01:57:52.060 INFO O| Aug 20 01:57:52.060 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106292026-08-20T01:57:52.729Z[ host-image] Aug 20 01:57:52.060 INFO O| Aug 20 01:57:52.060 INFO STEP 153 (remove_files) COMPLETE
106302026-08-20T01:57:52.732Z[ host-image] Aug 20 01:57:52.060 INFO O| Aug 20 01:57:52.060 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106312026-08-20T01:57:52.736Z[ host-image] Aug 20 01:57:52.067 INFO O| Aug 20 01:57:52.067 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106322026-08-20T01:57:52.739Z[ host-image] Aug 20 01:57:52.067 INFO O| Aug 20 01:57:52.067 INFO STEP 154 (remove_files) COMPLETE
106332026-08-20T01:57:52.739Z[ host-image] Aug 20 01:57:52.067 INFO O| Aug 20 01:57:52.067 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106342026-08-20T01:57:52.743Z[ host-image] Aug 20 01:57:52.074 INFO O| Aug 20 01:57:52.074 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106352026-08-20T01:57:52.746Z[ host-image] Aug 20 01:57:52.074 INFO O| Aug 20 01:57:52.074 INFO STEP 155 (remove_files) COMPLETE
106362026-08-20T01:57:52.746Z[ host-image] Aug 20 01:57:52.074 INFO O| Aug 20 01:57:52.074 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106372026-08-20T01:57:52.751Z[ host-image] Aug 20 01:57:52.081 INFO O| Aug 20 01:57:52.081 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106382026-08-20T01:57:52.751Z[ host-image] Aug 20 01:57:52.081 INFO O| Aug 20 01:57:52.081 INFO STEP 156 (remove_files) COMPLETE
106392026-08-20T01:57:52.754Z[ host-image] Aug 20 01:57:52.081 INFO O| Aug 20 01:57:52.081 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106402026-08-20T01:57:52.758Z[ host-image] Aug 20 01:57:52.088 INFO O| Aug 20 01:57:52.088 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106412026-08-20T01:57:52.758Z[ host-image] Aug 20 01:57:52.088 INFO O| Aug 20 01:57:52.088 INFO STEP 157 (remove_files) COMPLETE
106422026-08-20T01:57:52.758Z[ host-image] Aug 20 01:57:52.088 INFO O| Aug 20 01:57:52.088 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106432026-08-20T01:57:52.765Z[ host-image] Aug 20 01:57:52.096 INFO O| Aug 20 01:57:52.096 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106442026-08-20T01:57:52.765Z[ host-image] Aug 20 01:57:52.096 INFO O| Aug 20 01:57:52.096 INFO STEP 158 (remove_files) COMPLETE
106452026-08-20T01:57:52.768Z[ host-image] Aug 20 01:57:52.096 INFO O| Aug 20 01:57:52.096 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106462026-08-20T01:57:52.773Z[ host-image] Aug 20 01:57:52.103 INFO O| Aug 20 01:57:52.103 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106472026-08-20T01:57:52.773Z[ host-image] Aug 20 01:57:52.103 INFO O| Aug 20 01:57:52.103 INFO STEP 159 (remove_files) COMPLETE
106482026-08-20T01:57:52.773Z[ host-image] Aug 20 01:57:52.103 INFO O| Aug 20 01:57:52.103 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106492026-08-20T01:57:52.781Z[ host-image] Aug 20 01:57:52.112 INFO O| Aug 20 01:57:52.111 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106502026-08-20T01:57:52.781Z[ host-image] Aug 20 01:57:52.112 INFO O| Aug 20 01:57:52.112 INFO STEP 160 (remove_files) COMPLETE
106512026-08-20T01:57:52.784Z[ host-image] Aug 20 01:57:52.112 INFO O| Aug 20 01:57:52.112 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106522026-08-20T01:57:52.788Z[ host-image] Aug 20 01:57:52.119 INFO O| Aug 20 01:57:52.119 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106532026-08-20T01:57:52.791Z[ host-image] Aug 20 01:57:52.119 INFO O| Aug 20 01:57:52.119 INFO STEP 161 (remove_files) COMPLETE
106542026-08-20T01:57:52.791Z[ host-image] Aug 20 01:57:52.119 INFO O| Aug 20 01:57:52.119 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106552026-08-20T01:57:52.795Z[ host-image] Aug 20 01:57:52.126 INFO O| Aug 20 01:57:52.126 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106562026-08-20T01:57:52.795Z[ host-image] Aug 20 01:57:52.126 INFO O| Aug 20 01:57:52.126 INFO STEP 162 (remove_files) COMPLETE
106572026-08-20T01:57:52.795Z[ host-image] Aug 20 01:57:52.126 INFO O| Aug 20 01:57:52.126 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106582026-08-20T01:57:52.802Z[ host-image] Aug 20 01:57:52.133 INFO O| Aug 20 01:57:52.132 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106592026-08-20T01:57:52.802Z[ host-image] Aug 20 01:57:52.133 INFO O| Aug 20 01:57:52.133 INFO STEP 163 (remove_files) COMPLETE
106602026-08-20T01:57:52.805Z[ host-image] Aug 20 01:57:52.133 INFO O| Aug 20 01:57:52.133 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106612026-08-20T01:57:52.808Z[ host-image] Aug 20 01:57:52.139 INFO O| Aug 20 01:57:52.139 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106622026-08-20T01:57:52.808Z[ host-image] Aug 20 01:57:52.139 INFO O| Aug 20 01:57:52.139 INFO STEP 164 (remove_files) COMPLETE
106632026-08-20T01:57:52.811Z[ host-image] Aug 20 01:57:52.139 INFO O| Aug 20 01:57:52.139 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106642026-08-20T01:57:52.817Z[ host-image] Aug 20 01:57:52.147 INFO O| Aug 20 01:57:52.147 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106652026-08-20T01:57:52.820Z[ host-image] Aug 20 01:57:52.147 INFO O| Aug 20 01:57:52.147 INFO STEP 165 (remove_files) COMPLETE
106662026-08-20T01:57:52.820Z[ host-image] Aug 20 01:57:52.147 INFO O| Aug 20 01:57:52.147 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106672026-08-20T01:57:52.824Z[ host-image] Aug 20 01:57:52.155 INFO O| Aug 20 01:57:52.155 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106682026-08-20T01:57:52.824Z[ host-image] Aug 20 01:57:52.155 INFO O| Aug 20 01:57:52.155 INFO STEP 166 (remove_files) COMPLETE
106692026-08-20T01:57:52.824Z[ host-image] Aug 20 01:57:52.155 INFO O| Aug 20 01:57:52.155 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106702026-08-20T01:57:52.832Z[ host-image] Aug 20 01:57:52.162 INFO O| Aug 20 01:57:52.162 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106712026-08-20T01:57:52.835Z[ host-image] Aug 20 01:57:52.162 INFO O| Aug 20 01:57:52.162 INFO STEP 167 (remove_files) COMPLETE
106722026-08-20T01:57:52.835Z[ host-image] Aug 20 01:57:52.162 INFO O| Aug 20 01:57:52.162 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106732026-08-20T01:57:52.840Z[ host-image] Aug 20 01:57:52.170 INFO O| Aug 20 01:57:52.170 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106742026-08-20T01:57:52.840Z[ recovery-image] Aug 20 01:57:52.170 INFO E| Compiling clap v4.6.1
106752026-08-20T01:57:52.840Z[ host-image] Aug 20 01:57:52.170 INFO O| Aug 20 01:57:52.170 INFO STEP 168 (remove_files) COMPLETE
106762026-08-20T01:57:52.843Z[ host-image] Aug 20 01:57:52.170 INFO O| Aug 20 01:57:52.170 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106772026-08-20T01:57:52.847Z[ host-image] Aug 20 01:57:52.178 INFO O| Aug 20 01:57:52.178 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106782026-08-20T01:57:52.847Z[ host-image] Aug 20 01:57:52.178 INFO O| Aug 20 01:57:52.178 INFO STEP 169 (remove_files) COMPLETE
106792026-08-20T01:57:52.847Z[ host-image] Aug 20 01:57:52.178 INFO O| Aug 20 01:57:52.178 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106802026-08-20T01:57:52.854Z[ host-image] Aug 20 01:57:52.185 INFO O| Aug 20 01:57:52.185 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106812026-08-20T01:57:52.857Z[ host-image] Aug 20 01:57:52.185 INFO O| Aug 20 01:57:52.185 INFO STEP 170 (remove_files) COMPLETE
106822026-08-20T01:57:52.857Z[ host-image] Aug 20 01:57:52.185 INFO O| Aug 20 01:57:52.185 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106832026-08-20T01:57:52.861Z[ host-image] Aug 20 01:57:52.191 INFO O| Aug 20 01:57:52.191 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106842026-08-20T01:57:52.864Z[ host-image] Aug 20 01:57:52.191 INFO O| Aug 20 01:57:52.191 INFO STEP 171 (remove_files) COMPLETE
106852026-08-20T01:57:52.864Z[ host-image] Aug 20 01:57:52.191 INFO O| Aug 20 01:57:52.191 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106862026-08-20T01:57:52.867Z[ host-image] Aug 20 01:57:52.198 INFO O| Aug 20 01:57:52.197 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106872026-08-20T01:57:52.870Z[ host-image] Aug 20 01:57:52.198 INFO O| Aug 20 01:57:52.198 INFO STEP 172 (remove_files) COMPLETE
106882026-08-20T01:57:52.870Z[ host-image] Aug 20 01:57:52.198 INFO O| Aug 20 01:57:52.198 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106892026-08-20T01:57:52.874Z[ host-image] Aug 20 01:57:52.205 INFO O| Aug 20 01:57:52.205 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
106902026-08-20T01:57:52.877Z[ host-image] Aug 20 01:57:52.205 INFO O| Aug 20 01:57:52.205 INFO STEP 173 (remove_files) COMPLETE
106912026-08-20T01:57:52.877Z[ host-image] Aug 20 01:57:52.205 INFO O| Aug 20 01:57:52.205 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106922026-08-20T01:57:52.882Z[ host-image] Aug 20 01:57:52.213 INFO O| Aug 20 01:57:52.213 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
106932026-08-20T01:57:52.882Z[ host-image] Aug 20 01:57:52.213 INFO O| Aug 20 01:57:52.213 INFO STEP 174 (remove_files) COMPLETE
106942026-08-20T01:57:52.885Z[ host-image] Aug 20 01:57:52.213 INFO O| Aug 20 01:57:52.213 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106952026-08-20T01:57:52.889Z[ host-image] Aug 20 01:57:52.220 INFO O| Aug 20 01:57:52.220 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
106962026-08-20T01:57:52.892Z[ host-image] Aug 20 01:57:52.220 INFO O| Aug 20 01:57:52.220 INFO STEP 175 (remove_files) COMPLETE
106972026-08-20T01:57:52.892Z[ host-image] Aug 20 01:57:52.220 INFO O| Aug 20 01:57:52.220 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
106982026-08-20T01:57:52.900Z[ host-image] Aug 20 01:57:52.230 INFO O| Aug 20 01:57:52.230 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
106992026-08-20T01:57:52.900Z[ host-image] Aug 20 01:57:52.230 INFO O| Aug 20 01:57:52.230 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107002026-08-20T01:57:52.904Z[ recovery-image] Aug 20 01:57:52.233 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
107012026-08-20T01:57:53.663Z[ recovery-image] Aug 20 01:57:52.994 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.84s
107022026-08-20T01:57:53.668Z[ recovery-image] Aug 20 01:57:52.999 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
107032026-08-20T01:57:53.858Z[ recovery-image] Aug 20 01:57:53.188 INFO E| Downloading crates ...
107042026-08-20T01:57:53.912Z[ recovery-image] Aug 20 01:57:53.242 INFO E| Downloaded bitstruct_derive v0.1.0
107052026-08-20T01:57:53.916Z[ recovery-image] Aug 20 01:57:53.247 INFO E| Downloaded bitstruct v0.1.1
107062026-08-20T01:57:53.920Z[ recovery-image] Aug 20 01:57:53.248 INFO E| Downloaded bit_field v0.10.3
107072026-08-20T01:57:53.920Z[ recovery-image] Aug 20 01:57:53.250 INFO E| Downloaded cpio_reader v0.1.2
107082026-08-20T01:57:53.931Z[ recovery-image] Aug 20 01:57:53.262 INFO E| Downloaded log v0.4.32
107092026-08-20T01:57:53.935Z[ recovery-image] Aug 20 01:57:53.263 INFO E| Downloaded bitflags v2.13.0
107102026-08-20T01:57:53.941Z[ recovery-image] Aug 20 01:57:53.272 INFO E| Downloaded miniz_oxide v0.9.1
107112026-08-20T01:57:53.949Z[ recovery-image] Aug 20 01:57:53.279 INFO E| Downloaded raw-cpuid v10.7.0
107122026-08-20T01:57:53.972Z[ recovery-image] Aug 20 01:57:53.303 INFO E| Downloaded goblin v0.10.7
107132026-08-20T01:57:54.107Z[ recovery-image] Aug 20 01:57:53.437 INFO E| Downloaded x86 v0.52.0
107142026-08-20T01:57:54.138Z[ recovery-image] Aug 20 01:57:53.468 INFO E| Updating crates.io index
107152026-08-20T01:57:54.181Z[ recovery-image] Aug 20 01:57:53.512 INFO E| Downloading crates ...
107162026-08-20T01:57:54.198Z[ recovery-image] Aug 20 01:57:53.529 INFO E| Downloaded rustc-literal-escaper v0.0.7
107172026-08-20T01:57:54.205Z[ recovery-image] Aug 20 01:57:53.536 INFO E| Downloaded hashbrown v0.17.1
107182026-08-20T01:57:54.245Z[ recovery-image] Aug 20 01:57:53.576 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
107192026-08-20T01:57:54.245Z[ recovery-image] Aug 20 01:57:53.576 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
107202026-08-20T01:57:54.248Z[ recovery-image] Aug 20 01:57:53.576 INFO E| Compiling proc-macro2 v1.0.106
107212026-08-20T01:57:54.248Z[ recovery-image] Aug 20 01:57:53.576 INFO E| Compiling quote v1.0.45
107222026-08-20T01:57:54.248Z[ recovery-image] Aug 20 01:57:53.576 INFO E| Compiling unicode-ident v1.0.24
107232026-08-20T01:57:54.248Z[ recovery-image] Aug 20 01:57:53.576 INFO E| Compiling syn v1.0.109
107242026-08-20T01:57:54.248Z[ recovery-image] Aug 20 01:57:53.576 INFO E| Compiling x86 v0.52.0
107252026-08-20T01:57:54.248Z[ recovery-image] Aug 20 01:57:53.576 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107262026-08-20T01:57:54.248Z[ recovery-image] Aug 20 01:57:53.576 INFO E| Compiling seq-macro v0.3.6
107272026-08-20T01:57:55.176Z[ recovery-image] Aug 20 01:57:54.506 INFO E| Compiling syn v2.0.117
107282026-08-20T01:57:56.444Z[ recovery-image] Aug 20 01:57:55.774 INFO E| Compiling scroll_derive v0.13.1
107292026-08-20T01:57:57.413Z[ recovery-image] Aug 20 01:57:56.743 INFO E| Compiling bitstruct_derive v0.1.0
107302026-08-20T01:57:59.882Z[ host-image] Aug 20 01:57:59.212 INFO O| Aug 20 01:57:59.212 INFO O| Loading smf(7) service descriptions: 1/802/803/804/805/806/807/808/809/8010/8011/8012/8013/8014/8015/8016/8017/8018/8019/8020/8021/8022/8023/8024/8025/8026/8027/8028/8029/8030/8031/8032/8033/8034/8035/8036/8037/8038/8039/8040/8041/8042/8043/8044/8045/8046/8047/8048/8049/8050/8051/8052/8053/8054/8055/8056/8057/8058/8059/8060/8061/8062/8063/8064/8065/8066/8067/8068/8069/8070/8071/8072/8073/8074/8075/8076/8077/8078/8079/8080/80
107312026-08-20T01:57:59.882Z[ host-image] Aug 20 01:57:59.212 INFO O| Aug 20 01:57:59.212 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107322026-08-20T01:57:59.895Z[ host-image] Aug 20 01:57:59.224 INFO O| Aug 20 01:57:59.224 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107332026-08-20T01:57:59.985Z[ host-image] Aug 20 01:57:59.316 INFO O| Aug 20 01:57:59.316 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
107342026-08-20T01:58:00.035Z[ host-image] Aug 20 01:57:59.365 INFO O| Aug 20 01:57:59.365 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107352026-08-20T01:58:00.093Z[ host-image] Aug 20 01:57:59.423 INFO O| Aug 20 01:57:59.423 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107362026-08-20T01:58:00.093Z[ host-image] Aug 20 01:57:59.423 INFO O| Aug 20 01:57:59.423 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107372026-08-20T01:58:00.096Z[ host-image] Aug 20 01:57:59.425 INFO O| Aug 20 01:57:59.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107382026-08-20T01:58:00.096Z[ host-image] Aug 20 01:57:59.425 INFO O| Aug 20 01:57:59.425 INFO ok!
107392026-08-20T01:58:00.096Z[ host-image] Aug 20 01:57:59.425 INFO O| Aug 20 01:57:59.425 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107402026-08-20T01:58:00.096Z[ host-image] Aug 20 01:57:59.425 INFO O| Aug 20 01:57:59.425 INFO STEP 176 (seed_smf) COMPLETE
107412026-08-20T01:58:00.096Z[ host-image] Aug 20 01:57:59.425 INFO O| Aug 20 01:57:59.425 INFO steps complete; finalising image!
107422026-08-20T01:58:00.096Z[ host-image] Aug 20 01:57:59.425 INFO O| Aug 20 01:57:59.425 INFO TRIM POOL: TEMPORARY-sled-zfs
107432026-08-20T01:58:00.186Z[ host-image] Aug 20 01:57:59.516 INFO O| Aug 20 01:57:59.516 INFO trim TEMPORARY-sled-zfs: (6% trimmed, started at Thu Aug 20 01:57:59 2026)
107442026-08-20T01:58:00.399Z[ host-image] Aug 20 01:57:59.730 INFO O| Aug 20 01:57:59.730 INFO temporary pool has 909M used, 115M avail, 1.81x compressratio
107452026-08-20T01:58:00.400Z[ host-image] Aug 20 01:57:59.730 INFO O| Aug 20 01:57:59.730 INFO EXPORT POOL: TEMPORARY-sled-zfs
107462026-08-20T01:58:00.729Z[ host-image] Aug 20 01:58:00.059 INFO O| Aug 20 01:58:00.059 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107472026-08-20T01:58:00.729Z[ host-image] Aug 20 01:58:00.059 INFO O| Aug 20 01:58:00.059 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107482026-08-20T01:58:01.514Z[ host-image] Aug 20 01:58:00.844 INFO O| Aug 20 01:58:00.844 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107492026-08-20T01:58:01.514Z[ host-image] Aug 20 01:58:00.844 INFO O| Aug 20 01:58:00.844 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107502026-08-20T01:58:01.516Z[ host-image] Aug 20 01:58:00.844 INFO O| Aug 20 01:58:00.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107512026-08-20T01:58:01.516Z[ host-image] Aug 20 01:58:00.844 INFO O| Aug 20 01:58:00.844 INFO completed processing sled/zfs
107522026-08-20T01:58:01.516Z[ host-image] Aug 20 01:58:00.844 INFO O| Aug 20 01:58:00.844 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107532026-08-20T01:58:06.384Z[ recovery-image] Aug 20 01:58:05.715 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
107542026-08-20T01:58:08.446Z[ recovery-image] Aug 20 01:58:07.776 INFO E| Compiling bitflags v1.3.2
107552026-08-20T01:58:08.446Z[ recovery-image] Aug 20 01:58:07.776 INFO E| Compiling adler2 v2.0.1
107562026-08-20T01:58:08.446Z[ recovery-image] Aug 20 01:58:07.776 INFO E| Compiling bitflags v2.13.0
107572026-08-20T01:58:08.450Z[ recovery-image] Aug 20 01:58:07.776 INFO E| Compiling scroll v0.13.0
107582026-08-20T01:58:08.451Z[ recovery-image] Aug 20 01:58:07.776 INFO E| Compiling bit_field v0.10.3
107592026-08-20T01:58:08.451Z[ recovery-image] Aug 20 01:58:07.776 INFO E| Compiling plain v0.2.3
107602026-08-20T01:58:08.451Z[ recovery-image] Aug 20 01:58:07.776 INFO E| Compiling log v0.4.32
107612026-08-20T01:58:08.451Z[ recovery-image] Aug 20 01:58:07.776 INFO E| Compiling static_assertions v1.1.0
107622026-08-20T01:58:08.451Z[ recovery-image] Aug 20 01:58:07.776 INFO E| Compiling bitstruct v0.1.1
107632026-08-20T01:58:08.497Z[ recovery-image] Aug 20 01:58:07.827 INFO E| Compiling raw-cpuid v10.7.0
107642026-08-20T01:58:08.535Z[ recovery-image] Aug 20 01:58:07.865 INFO E| Compiling miniz_oxide v0.9.1
107652026-08-20T01:58:08.602Z[ recovery-image] Aug 20 01:58:07.932 INFO E| Compiling cpio_reader v0.1.2
107662026-08-20T01:58:08.669Z[ recovery-image] Aug 20 01:58:07.999 INFO E| Compiling goblin v0.10.7
107672026-08-20T01:58:11.437Z[ recovery-image] Aug 20 01:58:10.767 INFO E| Finished `release` profile [optimized] target(s) in 17.75s
107682026-08-20T01:58:11.457Z[ recovery-image] Aug 20 01:58:10.786 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
107692026-08-20T01:58:11.460Z[ recovery-image] Aug 20 01:58:10.786 INFO building ROM for gimlet
107702026-08-20T01:58:11.460Z[ recovery-image] Aug 20 01:58:10.786 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml", "--image", "/work/os-recovery/gimlet.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
107712026-08-20T01:58:11.531Z[ recovery-image] Aug 20 01:58:10.861 INFO E| Downloading crates ...
107722026-08-20T01:58:11.577Z[ recovery-image] Aug 20 01:58:10.907 INFO E| Downloaded toml_datetime v0.6.9
107732026-08-20T01:58:11.580Z[ recovery-image] Aug 20 01:58:10.909 INFO E| Downloaded is_terminal_polyfill v1.70.1
107742026-08-20T01:58:11.605Z[ recovery-image] Aug 20 01:58:10.935 INFO E| Downloaded colorchoice v1.0.3
107752026-08-20T01:58:11.608Z[ recovery-image] Aug 20 01:58:10.936 INFO E| Downloaded serde_spanned v0.6.8
107762026-08-20T01:58:11.608Z[ recovery-image] Aug 20 01:58:10.937 INFO E| Downloaded anstyle v1.0.10
107772026-08-20T01:58:11.608Z[ recovery-image] Aug 20 01:58:10.937 INFO E| Downloaded shared_child v1.0.1
107782026-08-20T01:58:11.612Z[ recovery-image] Aug 20 01:58:10.943 INFO E| Downloaded os_pipe v1.2.1
107792026-08-20T01:58:11.615Z[ recovery-image] Aug 20 01:58:10.944 INFO E| Downloaded anstyle-query v1.1.2
107802026-08-20T01:58:11.615Z[ recovery-image] Aug 20 01:58:10.945 INFO E| Downloaded clap_lex v0.7.4
107812026-08-20T01:58:11.615Z[ recovery-image] Aug 20 01:58:10.945 INFO E| Downloaded clap_builder v4.5.37
107822026-08-20T01:58:11.619Z[ recovery-image] Aug 20 01:58:10.949 INFO E| Downloaded anstream v0.6.18
107832026-08-20T01:58:11.623Z[ recovery-image] Aug 20 01:58:10.953 INFO E| Downloaded toml_write v0.1.1
107842026-08-20T01:58:11.626Z[ recovery-image] Aug 20 01:58:10.954 INFO E| Downloaded anstyle-parse v0.2.6
107852026-08-20T01:58:11.626Z[ recovery-image] Aug 20 01:58:10.955 INFO E| Downloaded clap_derive v4.5.32
107862026-08-20T01:58:11.631Z[ recovery-image] Aug 20 01:58:10.961 INFO E| Downloaded duct v0.13.7
107872026-08-20T01:58:11.633Z[ recovery-image] Aug 20 01:58:10.962 INFO E| Downloaded clap v4.5.37
107882026-08-20T01:58:11.639Z[ recovery-image] Aug 20 01:58:10.969 INFO E| Downloaded toml v0.8.22
107892026-08-20T01:58:11.659Z[ recovery-image] Aug 20 01:58:10.989 INFO E| Downloaded cc v1.2.20
107902026-08-20T01:58:11.662Z[ recovery-image] Aug 20 01:58:10.991 INFO E| Downloaded toml_edit v0.22.26
107912026-08-20T01:58:11.681Z[ recovery-image] Aug 20 01:58:11.011 INFO E| Downloaded winnow v0.7.7
107922026-08-20T01:58:11.696Z[ recovery-image] Aug 20 01:58:11.026 INFO E| Compiling libc v0.2.172
107932026-08-20T01:58:11.696Z[ recovery-image] Aug 20 01:58:11.026 INFO E| Compiling utf8parse v0.2.2
107942026-08-20T01:58:11.699Z[ recovery-image] Aug 20 01:58:11.026 INFO E| Compiling anstyle v1.0.10
107952026-08-20T01:58:11.699Z[ recovery-image] Aug 20 01:58:11.026 INFO E| Compiling colorchoice v1.0.3
107962026-08-20T01:58:11.699Z[ recovery-image] Aug 20 01:58:11.026 INFO E| Compiling equivalent v1.0.2
107972026-08-20T01:58:11.699Z[ recovery-image] Aug 20 01:58:11.026 INFO E| Compiling anstyle-query v1.1.2
107982026-08-20T01:58:11.699Z[ recovery-image] Aug 20 01:58:11.026 INFO E| Compiling hashbrown v0.15.2
107992026-08-20T01:58:11.699Z[ recovery-image] Aug 20 01:58:11.026 INFO E| Compiling once_cell v1.21.3
108002026-08-20T01:58:11.699Z[ recovery-image] Aug 20 01:58:11.026 INFO E| Compiling shlex v1.3.0
108012026-08-20T01:58:11.699Z[ recovery-image] Aug 20 01:58:11.026 INFO E| Compiling is_terminal_polyfill v1.70.1
108022026-08-20T01:58:11.699Z[ recovery-image] Aug 20 01:58:11.027 INFO E| Compiling clap_lex v0.7.4
108032026-08-20T01:58:11.699Z[ recovery-image] Aug 20 01:58:11.027 INFO E| Compiling toml_write v0.1.1
108042026-08-20T01:58:11.714Z[ recovery-image] Aug 20 01:58:11.044 INFO E| Compiling anyhow v1.0.98
108052026-08-20T01:58:11.737Z[ recovery-image] Aug 20 01:58:11.067 INFO E| Compiling strsim v0.11.1
108062026-08-20T01:58:11.740Z[ recovery-image] Aug 20 01:58:11.070 INFO E| Compiling winnow v0.7.7
108072026-08-20T01:58:11.741Z[ recovery-image] Aug 20 01:58:11.070 INFO E| Compiling syn v2.0.101
108082026-08-20T01:58:11.815Z[ recovery-image] Aug 20 01:58:11.145 INFO E| Compiling anstyle-parse v0.2.6
108092026-08-20T01:58:11.863Z[ recovery-image] Aug 20 01:58:11.193 INFO E| Compiling cc v1.2.20
108102026-08-20T01:58:11.955Z[ recovery-image] Aug 20 01:58:11.286 INFO E| Compiling anstream v0.6.18
108112026-08-20T01:58:12.148Z[ recovery-image] Aug 20 01:58:11.478 INFO E| Compiling clap_builder v4.5.37
108122026-08-20T01:58:12.170Z[ recovery-image] Aug 20 01:58:11.500 INFO E| Compiling indexmap v2.9.0
108132026-08-20T01:58:12.304Z[ recovery-image] Aug 20 01:58:11.632 INFO E| Compiling shared_child v1.0.1
108142026-08-20T01:58:12.304Z[ recovery-image] Aug 20 01:58:11.632 INFO E| Compiling os_pipe v1.2.1
108152026-08-20T01:58:12.415Z[ recovery-image] Aug 20 01:58:11.743 INFO E| Compiling duct v0.13.7
108162026-08-20T01:58:12.868Z[ recovery-image] Aug 20 01:58:12.198 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108172026-08-20T01:58:13.697Z[ recovery-image] Aug 20 01:58:13.027 INFO E| Compiling serde_derive v1.0.219
108182026-08-20T01:58:13.697Z[ recovery-image] Aug 20 01:58:13.027 INFO E| Compiling clap_derive v4.5.32
108192026-08-20T01:58:14.999Z[ recovery-image] Aug 20 01:58:14.257 INFO E| Compiling clap v4.5.37
108202026-08-20T01:58:15.569Z[ recovery-image] Aug 20 01:58:14.898 INFO E| Compiling serde v1.0.219
108212026-08-20T01:58:15.986Z[ host-image] Aug 20 01:58:15.316 INFO O| Aug 20 01:58:15.316 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108222026-08-20T01:58:16.138Z[ host-image] Aug 20 01:58:15.468 INFO BUILD STRING "heads/stlouis-0-g328a187b5d\n"
108232026-08-20T01:58:16.138Z[ host-image] Aug 20 01:58:15.468 INFO expanded image name: "ci 1b799bd/${os_short_commit} 2026-08-20 01:43" -> "ci 1b799bd/328a187 2026-08-20 01:43"
108242026-08-20T01:58:16.142Z[ host-image] Aug 20 01:58:15.468 INFO output artefacts stored in: "/work/os-host"
108252026-08-20T01:58:16.142Z[ host-image] Aug 20 01:58:15.468 INFO collecting git info from project "chelsio-t6-roms"...
108262026-08-20T01:58:16.146Z[ host-image] Aug 20 01:58:15.476 INFO collecting git info from project "amd-firmware"...
108272026-08-20T01:58:16.160Z[ host-image] Aug 20 01:58:15.490 INFO collecting git info from project "amd-host-image-builder"...
108282026-08-20T01:58:16.167Z[ host-image] Aug 20 01:58:15.497 INFO collecting git info from project "image-builder"...
108292026-08-20T01:58:16.173Z[ host-image] Aug 20 01:58:15.503 INFO collecting git info from project "phbl"...
108302026-08-20T01:58:16.179Z[ host-image] Aug 20 01:58:15.510 INFO collecting git info from project "pinprick"...
108312026-08-20T01:58:16.185Z[ host-image] Aug 20 01:58:15.515 INFO collecting git info from project "dmar-report"...
108322026-08-20T01:58:16.190Z[ host-image] Aug 20 01:58:15.520 INFO collecting git info from project "pilot"...
108332026-08-20T01:58:16.196Z[ host-image] Aug 20 01:58:15.526 INFO collecting git info from project "bootserver"...
108342026-08-20T01:58:16.202Z[ host-image] Aug 20 01:58:15.532 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108352026-08-20T01:58:16.546Z[ host-image] Aug 20 01:58:15.875 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108362026-08-20T01:58:16.901Z[ host-image] Aug 20 01:58:16.231 INFO creating Oxide boot image...
108372026-08-20T01:58:16.901Z[ host-image] Aug 20 01:58:16.231 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 1b799bd/328a187 2026-08-20 01:43", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108382026-08-20T01:58:17.550Z[ recovery-image] Aug 20 01:58:16.879 INFO E| Compiling serde_spanned v0.6.8
108392026-08-20T01:58:17.550Z[ recovery-image] Aug 20 01:58:16.879 INFO E| Compiling toml_datetime v0.6.9
108402026-08-20T01:58:17.735Z[ recovery-image] Aug 20 01:58:17.065 INFO E| Compiling toml_edit v0.22.26
108412026-08-20T01:58:17.753Z[ host-image] Aug 20 01:58:17.083 INFO O| ok, image written!
108422026-08-20T01:58:17.753Z[ host-image] Aug 20 01:58:17.083 INFO O| ok, boot_image_csum file written!
108432026-08-20T01:58:17.758Z[ host-image] Aug 20 01:58:17.086 INFO creating boot archive (CPIO)...
108442026-08-20T01:58:17.758Z[ host-image] Aug 20 01:58:17.086 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/host/work/sled/ramdisk", "/work/os-host/cpio", "/work/oxidecomputer/helios/tmp/image.host"], pwd: None
108452026-08-20T01:58:17.761Z[ host-image] Aug 20 01:58:17.091 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108462026-08-20T01:58:17.761Z[ host-image] Aug 20 01:58:17.091 INFO E| + outfile=/work/os-host/cpio
108472026-08-20T01:58:17.761Z[ host-image] Aug 20 01:58:17.091 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108482026-08-20T01:58:17.764Z[ host-image] Aug 20 01:58:17.093 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108492026-08-20T01:58:17.764Z[ host-image] Aug 20 01:58:17.094 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108502026-08-20T01:58:17.800Z[ host-image] Aug 20 01:58:17.129 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108512026-08-20T01:58:17.800Z[ host-image] Aug 20 01:58:17.129 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108522026-08-20T01:58:17.807Z[ host-image] Aug 20 01:58:17.137 INFO creating compressed cpio/unix for dev loaders...
108532026-08-20T01:58:17.807Z[ host-image] Aug 20 01:58:17.137 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/rpool/images/build/host/work/sled/ramdisk/platform/oxide/kernel/amd64/unix' >'/work/os-host/unix.z'"], pwd: None
108542026-08-20T01:58:18.048Z[ host-image] Aug 20 01:58:17.378 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108552026-08-20T01:58:19.205Z[ recovery-image] Aug 20 01:58:18.535 INFO E| Compiling toml v0.8.22
108562026-08-20T01:58:21.397Z[ host-image] Aug 20 01:58:20.727 INFO creating reset image...
108572026-08-20T01:58:21.398Z[ host-image] Aug 20 01:58:20.727 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z", "--target-dir", "/work/os-host/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
108582026-08-20T01:58:21.454Z[ recovery-image] Aug 20 01:58:20.782 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.96s
108592026-08-20T01:58:21.462Z[ recovery-image] Aug 20 01:58:20.792 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml --image /work/os-recovery/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5`
108602026-08-20T01:58:21.476Z[ host-image] Aug 20 01:58:20.802 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
108612026-08-20T01:58:21.480Z[ host-image] Aug 20 01:58:20.805 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
108622026-08-20T01:58:21.480Z[ recovery-image] Aug 20 01:58:20.810 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108632026-08-20T01:58:21.565Z[ recovery-image] Aug 20 01:58:20.892 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108642026-08-20T01:58:21.568Z[ recovery-image] Aug 20 01:58:20.898 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f -o /work/os-recovery/gimlet.rom`
108652026-08-20T01:58:21.697Z[ recovery-image] Aug 20 01:58:21.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108662026-08-20T01:58:21.697Z[ recovery-image] Aug 20 01:58:21.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
108672026-08-20T01:58:21.697Z[ recovery-image] Aug 20 01:58:21.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
108682026-08-20T01:58:21.701Z[ recovery-image] Aug 20 01:58:21.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108692026-08-20T01:58:21.701Z[ recovery-image] Aug 20 01:58:21.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108702026-08-20T01:58:21.701Z[ recovery-image] Aug 20 01:58:21.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
108712026-08-20T01:58:21.701Z[ recovery-image] Aug 20 01:58:21.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
108722026-08-20T01:58:21.701Z[ recovery-image] Aug 20 01:58:21.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
108732026-08-20T01:58:21.702Z[ recovery-image] Aug 20 01:58:21.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
108742026-08-20T01:58:21.702Z[ recovery-image] Aug 20 01:58:21.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
108752026-08-20T01:58:21.702Z[ recovery-image] Aug 20 01:58:21.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
108762026-08-20T01:58:21.702Z[ recovery-image] Aug 20 01:58:21.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
108772026-08-20T01:58:21.702Z[ recovery-image] Aug 20 01:58:21.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
108782026-08-20T01:58:21.702Z[ recovery-image] Aug 20 01:58:21.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
108792026-08-20T01:58:21.702Z[ recovery-image] Aug 20 01:58:21.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
108802026-08-20T01:58:21.702Z[ recovery-image] Aug 20 01:58:21.027 INFO O| Info: ABL version: 0x100f5010
108812026-08-20T01:58:21.702Z[ recovery-image] Aug 20 01:58:21.027 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
108822026-08-20T01:58:21.702Z[ recovery-image] Aug 20 01:58:21.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108832026-08-20T01:58:21.702Z[ recovery-image] Aug 20 01:58:21.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108842026-08-20T01:58:21.702Z[ recovery-image] Aug 20 01:58:21.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
108852026-08-20T01:58:21.702Z[ recovery-image] Aug 20 01:58:21.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
108862026-08-20T01:58:21.702Z[ recovery-image] Aug 20 01:58:21.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
108872026-08-20T01:58:21.702Z[ recovery-image] Aug 20 01:58:21.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
108882026-08-20T01:58:21.702Z[ recovery-image] Aug 20 01:58:21.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
108892026-08-20T01:58:21.702Z[ recovery-image] Aug 20 01:58:21.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
108902026-08-20T01:58:21.702Z[ recovery-image] Aug 20 01:58:21.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
108912026-08-20T01:58:21.702Z[ recovery-image] Aug 20 01:58:21.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
108922026-08-20T01:58:21.702Z[ recovery-image] Aug 20 01:58:21.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
108932026-08-20T01:58:21.702Z[ recovery-image] Aug 20 01:58:21.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
108942026-08-20T01:58:21.702Z[ recovery-image] Aug 20 01:58:21.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
108952026-08-20T01:58:21.702Z[ recovery-image] Aug 20 01:58:21.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
108962026-08-20T01:58:21.702Z[ recovery-image] Aug 20 01:58:21.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
108972026-08-20T01:58:21.702Z[ recovery-image] Aug 20 01:58:21.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
108982026-08-20T01:58:21.702Z[ recovery-image] Aug 20 01:58:21.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
108992026-08-20T01:58:21.702Z[ recovery-image] Aug 20 01:58:21.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109002026-08-20T01:58:21.742Z[ recovery-image] Aug 20 01:58:21.072 INFO building ROM for cosmo
109012026-08-20T01:58:21.742Z[ recovery-image] Aug 20 01:58:21.072 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml", "--image", "/work/os-recovery/cosmo.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
109022026-08-20T01:58:21.786Z[ host-image] Aug 20 01:58:21.115 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
109032026-08-20T01:58:21.786Z[ host-image] Aug 20 01:58:21.115 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
109042026-08-20T01:58:21.786Z[ host-image] Aug 20 01:58:21.115 INFO E| Compiling proc-macro2 v1.0.106
109052026-08-20T01:58:21.790Z[ host-image] Aug 20 01:58:21.115 INFO E| Compiling quote v1.0.45
109062026-08-20T01:58:21.790Z[ host-image] Aug 20 01:58:21.115 INFO E| Compiling unicode-ident v1.0.24
109072026-08-20T01:58:21.790Z[ host-image] Aug 20 01:58:21.115 INFO E| Compiling syn v1.0.109
109082026-08-20T01:58:21.790Z[ host-image] Aug 20 01:58:21.115 INFO E| Compiling x86 v0.52.0
109092026-08-20T01:58:21.795Z[ host-image] Aug 20 01:58:21.125 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
109102026-08-20T01:58:21.798Z[ host-image] Aug 20 01:58:21.127 INFO E| Compiling seq-macro v0.3.6
109112026-08-20T01:58:21.860Z[ recovery-image] Aug 20 01:58:21.190 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
109122026-08-20T01:58:21.875Z[ recovery-image] Aug 20 01:58:21.204 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml --image /work/os-recovery/cosmo.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5`
109132026-08-20T01:58:21.891Z[ recovery-image] Aug 20 01:58:21.222 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109142026-08-20T01:58:21.974Z[ recovery-image] Aug 20 01:58:21.303 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
109152026-08-20T01:58:21.980Z[ recovery-image] Aug 20 01:58:21.308 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a -o /work/os-recovery/cosmo.rom`
109162026-08-20T01:58:22.234Z[ recovery-image] Aug 20 01:58:21.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109172026-08-20T01:58:22.234Z[ recovery-image] Aug 20 01:58:21.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109182026-08-20T01:58:22.234Z[ recovery-image] Aug 20 01:58:21.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109192026-08-20T01:58:22.234Z[ recovery-image] Aug 20 01:58:21.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109202026-08-20T01:58:22.234Z[ recovery-image] Aug 20 01:58:21.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109212026-08-20T01:58:22.238Z[ recovery-image] Aug 20 01:58:21.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109222026-08-20T01:58:22.238Z[ recovery-image] Aug 20 01:58:21.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109232026-08-20T01:58:22.238Z[ recovery-image] Aug 20 01:58:21.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109242026-08-20T01:58:22.238Z[ recovery-image] Aug 20 01:58:21.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109252026-08-20T01:58:22.238Z[ recovery-image] Aug 20 01:58:21.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109262026-08-20T01:58:22.238Z[ recovery-image] Aug 20 01:58:21.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109272026-08-20T01:58:22.238Z[ recovery-image] Aug 20 01:58:21.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109282026-08-20T01:58:22.238Z[ recovery-image] Aug 20 01:58:21.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109292026-08-20T01:58:22.238Z[ recovery-image] Aug 20 01:58:21.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109302026-08-20T01:58:22.238Z[ recovery-image] Aug 20 01:58:21.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109312026-08-20T01:58:22.238Z[ recovery-image] Aug 20 01:58:21.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109322026-08-20T01:58:22.238Z[ recovery-image] Aug 20 01:58:21.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109332026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109342026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109352026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109362026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109372026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109382026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109392026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109402026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109412026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109422026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109432026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109442026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109452026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109462026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109472026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109482026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109492026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109502026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109512026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109522026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109532026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109542026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109552026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109562026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109572026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109582026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109592026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109602026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109612026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109622026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109632026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109642026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109652026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109662026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109672026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109682026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109692026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.566 INFO O| Info: ABL version: 0x100af010
109702026-08-20T01:58:22.239Z[ recovery-image] Aug 20 01:58:21.566 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109712026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.566 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109722026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109732026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109742026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109752026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109762026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109772026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109782026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109792026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109802026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109812026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109822026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109832026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109842026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109852026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109862026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.567 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109872026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.567 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109882026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.567 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109892026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.567 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109902026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.567 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109912026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.567 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109922026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.567 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109932026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.567 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109942026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.567 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109952026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.567 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109962026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.567 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109972026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.567 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109982026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.567 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109992026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.567 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
110002026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.567 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
110012026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.567 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
110022026-08-20T01:58:22.240Z[ recovery-image] Aug 20 01:58:21.567 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
110032026-08-20T01:58:22.282Z[ recovery-image] Aug 20 01:58:21.610 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110042026-08-20T01:58:22.282Z[ recovery-image] Aug 20 01:58:21.610 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
110052026-08-20T01:58:22.852Z[ host-image] Aug 20 01:58:22.182 INFO E| Compiling syn v2.0.117
110062026-08-20T01:58:23.459Z[ recovery-image] Aug 20 01:58:22.789 INFO image complete! materials are in "/work/os-recovery"
110072026-08-20T01:58:23.463Z[ recovery-image]
110082026-08-20T01:58:23.463Z[ recovery-image] real 3:19.829033821
110092026-08-20T01:58:23.463Z[ recovery-image] user 2:36.809359577
110102026-08-20T01:58:23.463Z[ recovery-image] sys 39.058766814
110112026-08-20T01:58:23.463Z[ recovery-image] trap 0.142473273
110122026-08-20T01:58:23.463Z[ recovery-image] tflt 0.705396303
110132026-08-20T01:58:23.463Z[ recovery-image] dflt 0.787524880
110142026-08-20T01:58:23.466Z[ recovery-image] kflt 0.000201406
110152026-08-20T01:58:23.466Z[ recovery-image] lock 7:50.190636359
110162026-08-20T01:58:23.466Z[ recovery-image] slp 17:42.458409397
110172026-08-20T01:58:23.466Z[ recovery-image] lat 29.013917019
110182026-08-20T01:58:23.466Z[ recovery-image] stop 6.378665819
110192026-08-20T01:58:23.466ZAug 20 01:58:22.793 INFO [recovery-image] process exited with exit status: 0 (199.834111101s)
110202026-08-20T01:58:23.466ZAug 20 01:58:22.793 INFO [tuf-v2-recovery] running task
110212026-08-20T01:58:23.466ZAug 20 01:58:22.794 INFO [tuf-v2-recovery] task succeeded (603.649µs)
110222026-08-20T01:58:24.412Z[ host-image] Aug 20 01:58:23.742 INFO E| Compiling scroll_derive v0.13.1
110232026-08-20T01:58:25.428Z[ host-image] Aug 20 01:58:24.757 INFO E| Compiling bitstruct_derive v0.1.0
110242026-08-20T01:58:34.494Z[ host-image] Aug 20 01:58:33.823 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
110252026-08-20T01:58:36.580Z[ host-image] Aug 20 01:58:35.910 INFO E| Compiling bitflags v1.3.2
110262026-08-20T01:58:36.580Z[ host-image] Aug 20 01:58:35.910 INFO E| Compiling log v0.4.32
110272026-08-20T01:58:36.582Z[ host-image] Aug 20 01:58:35.910 INFO E| Compiling adler2 v2.0.1
110282026-08-20T01:58:36.583Z[ host-image] Aug 20 01:58:35.910 INFO E| Compiling plain v0.2.3
110292026-08-20T01:58:36.583Z[ host-image] Aug 20 01:58:35.910 INFO E| Compiling bitflags v2.13.0
110302026-08-20T01:58:36.583Z[ host-image] Aug 20 01:58:35.910 INFO E| Compiling bit_field v0.10.3
110312026-08-20T01:58:36.583Z[ host-image] Aug 20 01:58:35.910 INFO E| Compiling scroll v0.13.0
110322026-08-20T01:58:36.583Z[ host-image] Aug 20 01:58:35.910 INFO E| Compiling static_assertions v1.1.0
110332026-08-20T01:58:36.583Z[ host-image] Aug 20 01:58:35.910 INFO E| Compiling bitstruct v0.1.1
110342026-08-20T01:58:36.635Z[ host-image] Aug 20 01:58:35.963 INFO E| Compiling raw-cpuid v10.7.0
110352026-08-20T01:58:36.686Z[ host-image] Aug 20 01:58:36.016 INFO E| Compiling miniz_oxide v0.9.1
110362026-08-20T01:58:36.745Z[ host-image] Aug 20 01:58:36.074 INFO E| Compiling cpio_reader v0.1.2
110372026-08-20T01:58:36.800Z[ host-image] Aug 20 01:58:36.130 INFO E| Compiling goblin v0.10.7
110382026-08-20T01:58:39.662Z[ host-image] Aug 20 01:58:38.991 INFO E| Finished `release` profile [optimized] target(s) in 18.17s
110392026-08-20T01:58:39.675Z[ host-image] Aug 20 01:58:39.005 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110402026-08-20T01:58:39.675Z[ host-image] Aug 20 01:58:39.005 INFO building ROM for gimlet
110412026-08-20T01:58:39.675Z[ host-image] Aug 20 01:58:39.005 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-host/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml", "--image", "/work/os-host/gimlet.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
110422026-08-20T01:58:39.767Z[ host-image] Aug 20 01:58:39.094 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110432026-08-20T01:58:39.770Z[ host-image] Aug 20 01:58:39.097 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml --image /work/os-host/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5`
110442026-08-20T01:58:39.780Z[ host-image] Aug 20 01:58:39.110 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110452026-08-20T01:58:39.847Z[ host-image] Aug 20 01:58:39.177 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110462026-08-20T01:58:39.850Z[ host-image] Aug 20 01:58:39.179 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f -o /work/os-host/gimlet.rom`
110472026-08-20T01:58:39.961Z[ host-image] Aug 20 01:58:39.289 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110482026-08-20T01:58:39.961Z[ host-image] Aug 20 01:58:39.289 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110492026-08-20T01:58:39.961Z[ host-image] Aug 20 01:58:39.289 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110502026-08-20T01:58:39.964Z[ host-image] Aug 20 01:58:39.289 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110512026-08-20T01:58:39.964Z[ host-image] Aug 20 01:58:39.289 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110522026-08-20T01:58:39.964Z[ host-image] Aug 20 01:58:39.289 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110532026-08-20T01:58:39.964Z[ host-image] Aug 20 01:58:39.289 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110542026-08-20T01:58:39.964Z[ host-image] Aug 20 01:58:39.289 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110552026-08-20T01:58:39.964Z[ host-image] Aug 20 01:58:39.289 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110562026-08-20T01:58:39.964Z[ host-image] Aug 20 01:58:39.289 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110572026-08-20T01:58:39.964Z[ host-image] Aug 20 01:58:39.289 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110582026-08-20T01:58:39.964Z[ host-image] Aug 20 01:58:39.289 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110592026-08-20T01:58:39.964Z[ host-image] Aug 20 01:58:39.289 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110602026-08-20T01:58:39.964Z[ host-image] Aug 20 01:58:39.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110612026-08-20T01:58:39.964Z[ host-image] Aug 20 01:58:39.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110622026-08-20T01:58:39.964Z[ host-image] Aug 20 01:58:39.290 INFO O| Info: ABL version: 0x100f5010
110632026-08-20T01:58:39.964Z[ host-image] Aug 20 01:58:39.290 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110642026-08-20T01:58:39.964Z[ host-image] Aug 20 01:58:39.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110652026-08-20T01:58:39.964Z[ host-image] Aug 20 01:58:39.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110662026-08-20T01:58:39.964Z[ host-image] Aug 20 01:58:39.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110672026-08-20T01:58:39.964Z[ host-image] Aug 20 01:58:39.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110682026-08-20T01:58:39.965Z[ host-image] Aug 20 01:58:39.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110692026-08-20T01:58:39.965Z[ host-image] Aug 20 01:58:39.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110702026-08-20T01:58:39.965Z[ host-image] Aug 20 01:58:39.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110712026-08-20T01:58:39.965Z[ host-image] Aug 20 01:58:39.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110722026-08-20T01:58:39.965Z[ host-image] Aug 20 01:58:39.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110732026-08-20T01:58:39.965Z[ host-image] Aug 20 01:58:39.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110742026-08-20T01:58:39.965Z[ host-image] Aug 20 01:58:39.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110752026-08-20T01:58:39.965Z[ host-image] Aug 20 01:58:39.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110762026-08-20T01:58:39.965Z[ host-image] Aug 20 01:58:39.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110772026-08-20T01:58:39.965Z[ host-image] Aug 20 01:58:39.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110782026-08-20T01:58:39.965Z[ host-image] Aug 20 01:58:39.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110792026-08-20T01:58:39.965Z[ host-image] Aug 20 01:58:39.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110802026-08-20T01:58:39.965Z[ host-image] Aug 20 01:58:39.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110812026-08-20T01:58:39.965Z[ host-image] Aug 20 01:58:39.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110822026-08-20T01:58:39.991Z[ host-image] Aug 20 01:58:39.321 INFO building ROM for cosmo
110832026-08-20T01:58:39.994Z[ host-image] Aug 20 01:58:39.321 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-host/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml", "--image", "/work/os-host/cosmo.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
110842026-08-20T01:58:40.075Z[ host-image] Aug 20 01:58:39.404 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110852026-08-20T01:58:40.078Z[ host-image] Aug 20 01:58:39.407 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml --image /work/os-host/cosmo.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5`
110862026-08-20T01:58:40.087Z[ host-image] Aug 20 01:58:39.417 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110872026-08-20T01:58:40.159Z[ host-image] Aug 20 01:58:39.488 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110882026-08-20T01:58:40.162Z[ host-image] Aug 20 01:58:39.492 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a -o /work/os-host/cosmo.rom`
110892026-08-20T01:58:40.368Z[ host-image] Aug 20 01:58:39.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110902026-08-20T01:58:40.368Z[ host-image] Aug 20 01:58:39.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110912026-08-20T01:58:40.369Z[ host-image] Aug 20 01:58:39.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110922026-08-20T01:58:40.372Z[ host-image] Aug 20 01:58:39.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110932026-08-20T01:58:40.372Z[ host-image] Aug 20 01:58:39.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110942026-08-20T01:58:40.372Z[ host-image] Aug 20 01:58:39.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110952026-08-20T01:58:40.372Z[ host-image] Aug 20 01:58:39.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110962026-08-20T01:58:40.372Z[ host-image] Aug 20 01:58:39.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110972026-08-20T01:58:40.372Z[ host-image] Aug 20 01:58:39.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110982026-08-20T01:58:40.372Z[ host-image] Aug 20 01:58:39.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110992026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
111002026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
111012026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
111022026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
111032026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
111042026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
111052026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
111062026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
111072026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
111082026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111092026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111102026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111112026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111122026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111132026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111142026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111152026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111162026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111172026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111182026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111192026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111202026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111212026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111222026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111232026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111242026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111252026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111262026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111272026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111282026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111292026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111302026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111312026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111322026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111332026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111342026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111352026-08-20T01:58:40.373Z[ host-image] Aug 20 01:58:39.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111362026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111372026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111382026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111392026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111402026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111412026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111422026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.700 INFO O| Info: ABL version: 0x100af010
111432026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.700 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111442026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.700 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111452026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111462026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111472026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111482026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111492026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111502026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111512026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111522026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111532026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111542026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111552026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111562026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111572026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111582026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111592026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.701 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111602026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.701 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111612026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.701 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111622026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.701 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111632026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.701 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111642026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.701 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111652026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.701 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111662026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.701 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111672026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.701 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111682026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.701 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111692026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.701 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111702026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.701 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111712026-08-20T01:58:40.374Z[ host-image] Aug 20 01:58:39.701 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111722026-08-20T01:58:40.375Z[ host-image] Aug 20 01:58:39.701 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111732026-08-20T01:58:40.375Z[ host-image] Aug 20 01:58:39.701 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111742026-08-20T01:58:40.375Z[ host-image] Aug 20 01:58:39.701 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111752026-08-20T01:58:40.375Z[ host-image] Aug 20 01:58:39.701 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111762026-08-20T01:58:40.403Z[ host-image] Aug 20 01:58:39.732 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111772026-08-20T01:58:40.406Z[ host-image] Aug 20 01:58:39.733 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111782026-08-20T01:58:52.183Z[ host-image] Aug 20 01:58:51.513 INFO image complete! materials are in "/work/os-host"
111792026-08-20T01:58:52.186Z[ host-image]
111802026-08-20T01:58:52.186Z[ host-image] real 3:57.953183604
111812026-08-20T01:58:52.186Z[ host-image] user 2:48.064478640
111822026-08-20T01:58:52.186Z[ host-image] sys 37.959723663
111832026-08-20T01:58:52.186Z[ host-image] trap 0.148029613
111842026-08-20T01:58:52.189Z[ host-image] tflt 0.269097777
111852026-08-20T01:58:52.189Z[ host-image] dflt 0.291196955
111862026-08-20T01:58:52.189Z[ host-image] kflt 0.000223330
111872026-08-20T01:58:52.189Z[ host-image] lock 7:35.420293823
111882026-08-20T01:58:52.189Z[ host-image] slp 20:10.633693022
111892026-08-20T01:58:52.189Z[ host-image] lat 24.565740365
111902026-08-20T01:58:52.190Z[ host-image] stop 1.680593024
111912026-08-20T01:58:52.190ZAug 20 01:58:51.517 INFO [host-image] process exited with exit status: 0 (237.958530144s)
111922026-08-20T01:58:52.190ZAug 20 01:58:51.517 INFO [tuf-v2-host] running task
111932026-08-20T01:58:52.190ZAug 20 01:58:51.517 INFO [tuf-repo] running task
111942026-08-20T01:58:52.190ZAug 20 01:58:51.517 INFO [tuf-v2-host] task succeeded (606.51µs)
111952026-08-20T01:58:52.190ZAug 20 01:58:51.517 INFO [tuf-v2-repo] running task
111962026-08-20T01:59:13.481ZAug 20 01:59:12.810 INFO assembling repository in `/tmp/tufaceous5eo0bB`, component: OmicronRepoAssembler
111972026-08-20T01:59:13.677ZAug 20 01:59:13.006 INFO [tuf-v2-repo] task succeeded (21.488782657s)
111982026-08-20T01:59:22.353ZAug 20 01:59:21.682 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111992026-08-20T01:59:22.595ZAug 20 01:59:21.924 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112002026-08-20T01:59:24.674ZAug 20 01:59:24.003 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112012026-08-20T01:59:24.728ZAug 20 01:59:24.057 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112022026-08-20T01:59:24.777ZAug 20 01:59:24.106 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112032026-08-20T01:59:24.834ZAug 20 01:59:24.164 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112042026-08-20T01:59:24.886ZAug 20 01:59:24.215 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112052026-08-20T01:59:24.935ZAug 20 01:59:24.263 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112062026-08-20T01:59:24.984ZAug 20 01:59:24.313 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112072026-08-20T01:59:35.325ZAug 20 01:59:34.655 INFO skipping duplicate RoT image, skipped_inner_file: archive-a.zip, skipped_target: psc_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz
112082026-08-20T01:59:35.331ZAug 20 01:59:34.661 INFO skipping duplicate RoT image, skipped_inner_file: archive-b.zip, skipped_target: psc_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz
112092026-08-20T01:59:35.355ZAug 20 01:59:34.684 INFO skipping duplicate RoT bootloader image, skipped: psc_rot_bootloader-psc_rot_bootloader-bart-1.4.1.tar.gz, existing: gimlet_rot_bootloader-gimlet_rot_bootloader-bart-1.4.1.tar.gz
112102026-08-20T01:59:35.411ZAug 20 01:59:34.740 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112112026-08-20T01:59:35.465ZAug 20 01:59:34.794 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112122026-08-20T01:59:35.516ZAug 20 01:59:34.846 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112132026-08-20T01:59:35.580ZAug 20 01:59:34.909 INFO skipping duplicate RoT image, skipped_inner_file: archive-a.zip, skipped_target: switch_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz
112142026-08-20T01:59:35.588ZAug 20 01:59:34.916 INFO skipping duplicate RoT image, skipped_inner_file: archive-b.zip, skipped_target: switch_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz
112152026-08-20T01:59:35.609ZAug 20 01:59:34.939 INFO skipping duplicate RoT bootloader image, skipped: switch_rot_bootloader-switch_rot_bootloader-bart-1.4.1.tar.gz, existing: gimlet_rot_bootloader-gimlet_rot_bootloader-bart-1.4.1.tar.gz
112162026-08-20T01:59:37.518ZAug 20 01:59:36.846 INFO [tuf-repo] task succeeded (45.329623249s)
112172026-08-20T02:02:07.463Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 00s
112182026-08-20T02:02:07.467Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
112192026-08-20T02:02:07.467Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
112202026-08-20T02:02:10.127ZAug 20 02:02:09.432 INFO [verify-libraries] process exited with exit status: 0 (426.719979147s)
112212026-08-20T02:02:10.127ZAug 20 02:02:09.432 INFO all jobs completed in 1138.553747474s
112222026-08-20T02:02:11.272Zprocess exited: duration 1363969 ms, exit code 0
 
112232026-08-20T02:02:11.308Zfound 41 output files
112242026-08-20T02:02:11.308Zuploading: /work/manifest.toml (17334 bytes)
112252026-08-20T02:02:12.334Zuploaded: /work/manifest.toml
112262026-08-20T02:02:12.334Zuploading: /work/repo.zip (3281044820 bytes)
112272026-08-20T02:03:46.432Zuploaded: /work/repo.zip
112282026-08-20T02:03:46.432Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112292026-08-20T02:03:47.535Zuploaded: /work/repo.zip.sha256.txt
112302026-08-20T02:03:47.535Zuploading: /work/helios.json (647 bytes)
112312026-08-20T02:03:48.546Zuploaded: /work/helios.json
112322026-08-20T02:03:48.546Zuploading: /work/incorporation.p5m (113590 bytes)
112332026-08-20T02:03:49.699Zuploaded: /work/incorporation.p5m
112342026-08-20T02:03:49.699Zuploading: /work/incorporation.p5p (133120 bytes)
112352026-08-20T02:03:50.716Zuploaded: /work/incorporation.p5p
112362026-08-20T02:03:50.716Zuploading: /work/helios-incorp.log (522 bytes)
112372026-08-20T02:03:51.726Zuploaded: /work/helios-incorp.log
112382026-08-20T02:03:51.726Zuploading: /work/helios-setup.log (57113 bytes)
112392026-08-20T02:03:52.740Zuploaded: /work/helios-setup.log
112402026-08-20T02:03:52.740Zuploading: /work/host-image.log (233225 bytes)
112412026-08-20T02:03:53.752Zuploaded: /work/host-image.log
112422026-08-20T02:03:53.753Zuploading: /work/host-package.log (33711 bytes)
112432026-08-20T02:03:54.767Zuploaded: /work/host-package.log
112442026-08-20T02:03:54.773Zuploading: /work/host-target.log (101 bytes)
112452026-08-20T02:03:55.775Zuploaded: /work/host-target.log
112462026-08-20T02:03:55.779Zuploading: /work/incorp-create.log (0 bytes)
112472026-08-20T02:03:56.786Zuploaded: /work/incorp-create.log
112482026-08-20T02:03:56.786Zuploading: /work/incorp-fmt.log (0 bytes)
112492026-08-20T02:03:57.795Zuploaded: /work/incorp-fmt.log
112502026-08-20T02:03:57.796Zuploading: /work/incorp-pkgsend.log (108 bytes)
112512026-08-20T02:03:58.807Zuploaded: /work/incorp-pkgsend.log
112522026-08-20T02:03:58.808Zuploading: /work/incorp-publisher.log (0 bytes)
112532026-08-20T02:03:59.815Zuploaded: /work/incorp-publisher.log
112542026-08-20T02:03:59.815Zuploading: /work/omicron-package.log (10067 bytes)
112552026-08-20T02:04:00.827Zuploaded: /work/omicron-package.log
112562026-08-20T02:04:00.827Zuploading: /work/recovery-image.log (589728 bytes)
112572026-08-20T02:04:01.915Zuploaded: /work/recovery-image.log
112582026-08-20T02:04:01.915Zuploading: /work/recovery-package.log (321 bytes)
112592026-08-20T02:04:02.937Zuploaded: /work/recovery-package.log
112602026-08-20T02:04:02.937Zuploading: /work/recovery-target.log (98 bytes)
112612026-08-20T02:04:03.980Zuploaded: /work/recovery-target.log
112622026-08-20T02:04:03.980Zuploading: /work/stamp-clickhouse.log (117 bytes)
112632026-08-20T02:04:05.021Zuploaded: /work/stamp-clickhouse.log
112642026-08-20T02:04:05.021Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
112652026-08-20T02:04:06.102Zuploaded: /work/stamp-clickhouse_keeper.log
112662026-08-20T02:04:06.102Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
112672026-08-20T02:04:07.461Zuploaded: /work/stamp-clickhouse_server.log
112682026-08-20T02:04:07.462Zuploading: /work/stamp-cockroachdb.log (118 bytes)
112692026-08-20T02:04:08.692Zuploaded: /work/stamp-cockroachdb.log
112702026-08-20T02:04:08.692Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
112712026-08-20T02:04:09.882Zuploaded: /work/stamp-crucible-pantry-zone.log
112722026-08-20T02:04:09.882Zuploading: /work/stamp-crucible-utils.log (118 bytes)
112732026-08-20T02:04:11.120Zuploaded: /work/stamp-crucible-utils.log
112742026-08-20T02:04:11.120Zuploading: /work/stamp-crucible-zone.log (120 bytes)
112752026-08-20T02:04:12.159Zuploaded: /work/stamp-crucible-zone.log
112762026-08-20T02:04:12.159Zuploading: /work/stamp-external-dns.log (119 bytes)
112772026-08-20T02:04:13.356Zuploaded: /work/stamp-external-dns.log
112782026-08-20T02:04:13.356Zuploading: /work/stamp-installinator.log (103 bytes)
112792026-08-20T02:04:14.548Zuploaded: /work/stamp-installinator.log
112802026-08-20T02:04:14.549Zuploading: /work/stamp-internal-dns.log (119 bytes)
112812026-08-20T02:04:15.737Zuploaded: /work/stamp-internal-dns.log
112822026-08-20T02:04:15.737Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
112832026-08-20T02:04:16.846Zuploaded: /work/stamp-mg-ddm-gz.log
112842026-08-20T02:04:16.846Zuploading: /work/stamp-nexus.log (112 bytes)
112852026-08-20T02:04:17.924Zuploaded: /work/stamp-nexus.log
112862026-08-20T02:04:17.925Zuploading: /work/stamp-ntp.log (110 bytes)
112872026-08-20T02:04:19.407Zuploaded: /work/stamp-ntp.log
112882026-08-20T02:04:19.407Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
112892026-08-20T02:04:20.462Zuploaded: /work/stamp-omicron-sled-agent.log
112902026-08-20T02:04:20.462Zuploading: /work/stamp-overlay.log (114 bytes)
112912026-08-20T02:04:21.708Zuploaded: /work/stamp-overlay.log
112922026-08-20T02:04:21.708Zuploading: /work/stamp-oximeter.log (115 bytes)
112932026-08-20T02:04:22.865Zuploaded: /work/stamp-oximeter.log
112942026-08-20T02:04:22.865Zuploading: /work/stamp-oxlog.log (109 bytes)
112952026-08-20T02:04:24.063Zuploaded: /work/stamp-oxlog.log
112962026-08-20T02:04:24.063Zuploading: /work/stamp-probe.log (112 bytes)
112972026-08-20T02:04:25.157Zuploaded: /work/stamp-probe.log
112982026-08-20T02:04:25.157Zuploading: /work/stamp-propolis-server.log (122 bytes)
112992026-08-20T02:04:26.333Zuploaded: /work/stamp-propolis-server.log
113002026-08-20T02:04:26.333Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113012026-08-20T02:04:27.389Zuploaded: /work/stamp-pumpkind-gz.log
113022026-08-20T02:04:27.389Zuploading: /work/stamp-switch-asic.log (118 bytes)
113032026-08-20T02:04:28.513Zuploaded: /work/stamp-switch-asic.log
113042026-08-20T02:04:28.513Zuploading: /work/verify-libraries.log (50450 bytes)
113052026-08-20T02:04:29.699Zuploaded: /work/verify-libraries.log