01M1FKG3GZEMZJ9HSTG3W6K2GW: 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: 01M1FKGVRFXSKXC4DW6JCCYG87

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-01T23:07:28.898Zjob assigned to worker 01M1FKH18NJWZTFJ1GSMMPZW1D [factory aws, i-05263b040e3c40abc] (queued for 1 m 59 s)
 
22026-09-01T23:07:36.398Zstarting task 0: "setup"
32026-09-01T23:07:36.403Z++ uname -s
42026-09-01T23:07:36.407Z+ kern=SunOS
52026-09-01T23:07:36.407Z+ build_user=build
62026-09-01T23:07:36.407Z+ build_uid=12345
72026-09-01T23:07:36.407Z+ work_dir=/work
82026-09-01T23:07:36.407Z+ input_dir=/input
92026-09-01T23:07:36.407Z+ [[ 0 == 12345 ]]
102026-09-01T23:07:36.407Z+ case "$kern" in
112026-09-01T23:07:36.407Z+ groupadd -g 12345 build
122026-09-01T23:07:36.410Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-01T23:07:36.413Z+ zfs create -o mountpoint=/work rpool/work
142026-09-01T23:07:36.547Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-01T23:07:36.551Z+ home_fs=zfs
162026-09-01T23:07:36.551Z+ [[ zfs == autofs ]]
172026-09-01T23:07:36.551Z+ mkdir -p /home/build
182026-09-01T23:07:36.551Z+ chown build:build /home/build /work
192026-09-01T23:07:36.554Z+ chmod 0700 /home/build /work
202026-09-01T23:07:36.554Zprocess exited: duration 158 ms, exit code 0
 
212026-09-01T23:07:36.561Zstarting task 1: "rust-toolchain"
222026-09-01T23:07:36.565Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-09-01T23:07:36.566Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-09-01T23:07:36.566Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-09-01T23:07:36.566Z * rust toolchain channel = "1.97.1"
262026-09-01T23:07:36.569Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-01T23:07:36.569Z * rust toolchain profile = "default"
282026-09-01T23:07:36.569Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-01T23:07:36.569Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-09-01T23:07:36.642Zinfo: downloading installer
312026-09-01T23:07:38.224Zinfo: profile set to default
322026-09-01T23:07:38.224Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-01T23:07:38.228Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
342026-09-01T23:07:38.379Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
352026-09-01T23:07:38.382Zinfo: downloading 6 components
362026-09-01T23:07:52.350Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
372026-09-01T23:07:52.350Z
382026-09-01T23:07:52.378Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
392026-09-01T23:07:52.378Z
402026-09-01T23:07:52.381Z
412026-09-01T23:07:52.381ZRust is installed now. Great!
422026-09-01T23:07:52.381Z
432026-09-01T23:07:52.381ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-01T23:07:52.381Zenvironment variable. This has not been done automatically.
452026-09-01T23:07:52.381Z
462026-09-01T23:07:52.381ZTo configure your current shell, you need to source
472026-09-01T23:07:52.381Zthe corresponding env file under $HOME/.cargo.
482026-09-01T23:07:52.381Z
492026-09-01T23:07:52.381ZConsider running the right command for your shell (note the leading DOT):
502026-09-01T23:07:52.381Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-01T23:07:52.381Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-01T23:07:52.381ZCC_x86_64-unknown-illumos = None
532026-09-01T23:07:52.381Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-01T23:07:52.381ZCC_x86_64_unknown_illumos = None
552026-09-01T23:07:52.381Zcargo:rerun-if-env-changed=HOST_CC
562026-09-01T23:07:52.381ZHOST_CC = None
572026-09-01T23:07:52.381Zcargo:rerun-if-env-changed=CC
582026-09-01T23:07:52.381ZCC = None
592026-09-01T23:07:52.381Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-01T23:07:53.507Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-01T23:07:53.508ZCRATE_CC_NO_DEFAULTS = None
622026-09-01T23:07:53.508Zcargo:rerun-if-env-changed=CFLAGS
632026-09-01T23:07:53.508ZCFLAGS = None
642026-09-01T23:07:53.508Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-01T23:07:53.508ZHOST_CFLAGS = None
662026-09-01T23:07:53.508Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-01T23:07:53.508ZCFLAGS_x86_64_unknown_illumos = None
682026-09-01T23:07:53.508Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-01T23:07:53.508ZCFLAGS_x86_64-unknown-illumos = None
702026-09-01T23:07:53.608Z+ rustup --version
712026-09-01T23:07:53.614Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-01T23:07:53.617Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-01T23:07:53.635Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
742026-09-01T23:07:53.639Z+ cargo --version
752026-09-01T23:07:53.645Zcargo 1.97.1 (c980f4866 2026-06-30)
762026-09-01T23:07:53.648Z+ rustc --version
772026-09-01T23:07:53.666Zrustc 1.97.1 (8bab26f4f 2026-07-14)
782026-09-01T23:07:53.669Zprocess exited: duration 17107 ms, exit code 0
 
792026-09-01T23:07:53.674Zstarting task 2: "authentication"
802026-09-01T23:07:53.693Zprocess exited: duration 17 ms, exit code 0
 
812026-09-01T23:07:53.699Zstarting task 3: "clone repository"
822026-09-01T23:07:53.704Z+ mkdir -p /work/oxidecomputer/omicron
832026-09-01T23:07:53.706Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
842026-09-01T23:07:53.738ZCloning into '/work/oxidecomputer/omicron'...
852026-09-01T23:08:13.674Z+ cd /work/oxidecomputer/omicron
862026-09-01T23:08:13.675Z+ git fetch origin 9032079c3e607754a9d66001daf801df6718cff8
872026-09-01T23:08:14.044ZFrom https://github.com/oxidecomputer/omicron
882026-09-01T23:08:14.044Z * branch 9032079c3e607754a9d66001daf801df6718cff8 -> FETCH_HEAD
892026-09-01T23:08:14.059Z+ [[ -n bump-console-c1e623ca ]]
902026-09-01T23:08:14.062Z++ git branch --show-current
912026-09-01T23:08:14.062Z+ current=main
922026-09-01T23:08:14.062Z+ [[ main != bump-console-c1e623ca ]]
932026-09-01T23:08:14.062Z+ git branch -f bump-console-c1e623ca 9032079c3e607754a9d66001daf801df6718cff8
942026-09-01T23:08:14.066Z+ git checkout -f bump-console-c1e623ca
952026-09-01T23:08:14.316ZSwitched to branch 'bump-console-c1e623ca'
962026-09-01T23:08:14.318Z+ git reset --hard 9032079c3e607754a9d66001daf801df6718cff8
972026-09-01T23:08:14.566ZHEAD is now at 9032079c3 Bump web console (mobile layout)
982026-09-01T23:08:14.569Zprocess exited: duration 20869 ms, exit code 0
 
992026-09-01T23:08:14.575Zstarting task 4: "build"
1002026-09-01T23:08:14.582Z+ source .github/buildomat/ci-env.sh
1012026-09-01T23:08:14.585Z++ export CARGO_TERM_COLOR=always
1022026-09-01T23:08:14.585Z++ CARGO_TERM_COLOR=always
1032026-09-01T23:08:14.585Z+++ uname -s
1042026-09-01T23:08:14.585Z++ [[ SunOS == \S\u\n\O\S ]]
1052026-09-01T23:08:14.585Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1062026-09-01T23:08:14.585Z+ cargo --version
1072026-09-01T23:08:14.594Zcargo 1.97.1 (c980f4866 2026-06-30)
1082026-09-01T23:08:14.597Z+ rustc --version
1092026-09-01T23:08:14.618Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1102026-09-01T23:08:14.621Z+ cargo tree --locked
1112026-09-01T23:08:14.791Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-09-01T23:08:15.140Z Updating crates.io index
1132026-09-01T23:08:15.143Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-09-01T23:08:15.406Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1152026-09-01T23:08:15.981Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1162026-09-01T23:08:16.257Z Updating git repository `https://github.com/oxidecomputer/propolis`
1172026-09-01T23:08:17.562Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1182026-09-01T23:08:18.174Z Updating git repository `https://github.com/oxidecomputer/crucible`
1192026-09-01T23:08:20.195Z Updating git repository `https://github.com/oxidecomputer/opte`
1202026-09-01T23:08:21.285Z Updating git repository `https://github.com/oxidecomputer/tofino`
1212026-09-01T23:08:21.573Z Updating git repository `https://github.com/oxidecomputer/lldp`
1222026-09-01T23:08:21.971Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1232026-09-01T23:08:23.448Z Updating git repository `https://github.com/oxidecomputer/clickward`
1242026-09-01T23:08:23.737Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1252026-09-01T23:08:24.146Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1262026-09-01T23:08:24.444Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1272026-09-01T23:08:25.007Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1282026-09-01T23:08:25.271Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1292026-09-01T23:08:25.593Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-09-01T23:08:25.882Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-09-01T23:08:26.205Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1322026-09-01T23:08:26.624Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1332026-09-01T23:08:27.172Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1342026-09-01T23:08:27.508Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1352026-09-01T23:08:28.449Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1362026-09-01T23:08:28.812Z Updating git repository `https://github.com/oxidecomputer/erebor`
1372026-09-01T23:08:29.126Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1382026-09-01T23:08:29.599Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1392026-09-01T23:08:30.186Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1402026-09-01T23:08:30.650Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1412026-09-01T23:08:31.067Z Updating git repository `https://github.com/oxidecomputer/ispf`
1422026-09-01T23:08:31.385Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1432026-09-01T23:08:31.738Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1442026-09-01T23:08:32.158Z Updating git repository `https://github.com/oxidecomputer/tough`
1452026-09-01T23:08:32.754Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1462026-09-01T23:08:33.090Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1472026-09-01T23:08:33.470Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1482026-09-01T23:08:33.833Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1492026-09-01T23:08:34.528Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1502026-09-01T23:08:34.858Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1512026-09-01T23:08:35.138Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1522026-09-01T23:08:35.448Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1532026-09-01T23:08:35.747Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1542026-09-01T23:08:36.191Z Updating git repository `https://github.com/illumos/smf-rs`
1552026-09-01T23:08:39.105Z Downloading crates ...
1562026-09-01T23:08:39.164Z Downloaded crc v3.4.0
1572026-09-01T23:08:39.191Z Downloaded crossbeam-deque v0.8.6
1582026-09-01T23:08:39.191Z Downloaded concurrent-queue v2.5.0
1592026-09-01T23:08:39.191Z Downloaded compact_str v0.8.1
1602026-09-01T23:08:39.191Z Downloaded clap v4.6.1
1612026-09-01T23:08:39.191Z Downloaded curve25519-dalek-derive v0.1.1
1622026-09-01T23:08:39.218Z Downloaded diesel-dtrace v0.5.0
1632026-09-01T23:08:39.218Z Downloaded clap_lex v1.0.0
1642026-09-01T23:08:39.218Z Downloaded clap_derive v4.6.1
1652026-09-01T23:08:39.218Z Downloaded cpufeatures v0.3.0
1662026-09-01T23:08:39.218Z Downloaded addr2line v0.25.1
1672026-09-01T23:08:39.218Z Downloaded derive-where v1.6.0
1682026-09-01T23:08:39.218Z Downloaded derive_more-impl v2.1.1
1692026-09-01T23:08:39.218Z Downloaded cmake v0.1.57
1702026-09-01T23:08:39.219Z Downloaded compression-core v0.4.31
1712026-09-01T23:08:39.219Z Downloaded crc8 v0.1.1
1722026-09-01T23:08:39.219Z Downloaded crunchy v0.2.4
1732026-09-01T23:08:39.219Z Downloaded heck v0.5.0
1742026-09-01T23:08:39.219Z Downloaded crc-any v2.5.0
1752026-09-01T23:08:39.219Z Downloaded group v0.13.0
1762026-09-01T23:08:39.243Z Downloaded group v0.14.0
1772026-09-01T23:08:39.243Z Downloaded darling_core v0.21.3
1782026-09-01T23:08:39.243Z Downloaded half v1.8.3
1792026-09-01T23:08:39.243Z Downloaded cmov v0.5.4
1802026-09-01T23:08:39.243Z Downloaded diesel_table_macro_syntax v0.3.0
1812026-09-01T23:08:39.243Z Downloaded headers-core v0.3.0
1822026-09-01T23:08:39.243Z Downloaded hex v0.4.3
1832026-09-01T23:08:39.244Z Downloaded hyper-tls v0.6.0
1842026-09-01T23:08:39.244Z Downloaded darling_macro v0.13.4
1852026-09-01T23:08:39.245Z Downloaded is_terminal_polyfill v1.70.2
1862026-09-01T23:08:39.245Z Downloaded guppy-workspace-hack v0.1.0
1872026-09-01T23:08:39.245Z Downloaded heck v0.4.1
1882026-09-01T23:08:39.245Z Downloaded http-range v0.1.5
1892026-09-01T23:08:39.245Z Downloaded hubpack_derive v0.1.1
1902026-09-01T23:08:39.246Z Downloaded hostname v0.4.2
1912026-09-01T23:08:39.246Z Downloaded constant_time_eq v0.3.1
1922026-09-01T23:08:39.246Z Downloaded hex-literal v0.4.1
1932026-09-01T23:08:39.246Z Downloaded hash32 v0.2.1
1942026-09-01T23:08:39.246Z Downloaded darling_macro v0.20.11
1952026-09-01T23:08:39.247Z Downloaded debug-ignore v1.0.5
1962026-09-01T23:08:39.247Z Downloaded heapless v0.7.17
1972026-09-01T23:08:39.247Z Downloaded hash32 v0.3.1
1982026-09-01T23:08:39.287Z Downloaded crc-catalog v2.4.0
1992026-09-01T23:08:39.287Z Downloaded crucible-workspace-hack v0.1.0
2002026-09-01T23:08:39.287Z Downloaded const_format v0.2.35
2012026-09-01T23:08:39.287Z Downloaded crypto-common v0.1.7
2022026-09-01T23:08:39.287Z Downloaded humantime v2.3.0
2032026-09-01T23:08:39.287Z Downloaded convert_case v0.4.0
2042026-09-01T23:08:39.287Z Downloaded crypto-common v0.2.2
2052026-09-01T23:08:39.287Z Downloaded hex-literal v1.1.0
2062026-09-01T23:08:39.287Z Downloaded highway v1.3.0
2072026-09-01T23:08:39.287Z Downloaded httptest v0.16.4
2082026-09-01T23:08:39.288Z Downloaded derive_builder_macro v0.20.2
2092026-09-01T23:08:39.296Z Downloaded home v0.5.12
2102026-09-01T23:08:39.297Z Downloaded hubpack v0.1.2
2112026-09-01T23:08:39.297Z Downloaded hostname v0.3.1
2122026-09-01T23:08:39.297Z Downloaded darling_macro v0.23.0
2132026-09-01T23:08:39.297Z Downloaded critical-section v1.2.0
2142026-09-01T23:08:39.297Z Downloaded const_format_proc_macros v0.2.34
2152026-09-01T23:08:39.297Z Downloaded criterion-plot v0.6.0
2162026-09-01T23:08:39.297Z Downloaded constant_time_eq v0.4.2
2172026-09-01T23:08:39.297Z Downloaded csv-core v0.1.13
2182026-09-01T23:08:39.297Z Downloaded hmac v0.12.1
2192026-09-01T23:08:39.298Z Downloaded compression-codecs v0.4.37
2202026-09-01T23:08:39.298Z Downloaded defmt-macros v1.0.1
2212026-09-01T23:08:39.298Z Downloaded illumos-nvpair-sys v0.2.0
2222026-09-01T23:08:39.298Z Downloaded http-body v1.0.1
2232026-09-01T23:08:39.298Z Downloaded httpdate v1.0.3
2242026-09-01T23:08:39.298Z Downloaded cookie v0.18.1
2252026-09-01T23:08:39.298Z Downloaded cpubits v0.1.1
2262026-09-01T23:08:39.298Z Downloaded illumos-nvpair v0.3.0
2272026-09-01T23:08:39.298Z Downloaded cobs v0.3.0
2282026-09-01T23:08:39.298Z Downloaded cstr-argument v0.1.2
2292026-09-01T23:08:39.298Z Downloaded internet-checksum v0.2.1
2302026-09-01T23:08:39.298Z Downloaded defmt v0.3.100
2312026-09-01T23:08:39.298Z Downloaded instability v0.3.11
2322026-09-01T23:08:39.298Z Downloaded darling_macro v0.21.3
2332026-09-01T23:08:39.299Z Downloaded is-terminal v0.4.17
2342026-09-01T23:08:39.309Z Downloaded indoc v1.0.9
2352026-09-01T23:08:39.309Z Downloaded colorchoice v1.0.4
2362026-09-01T23:08:39.309Z Downloaded idna_adapter v1.2.1
2372026-09-01T23:08:39.309Z Downloaded is_ci v1.2.0
2382026-09-01T23:08:39.324Z Downloaded instant v0.1.13
2392026-09-01T23:08:39.325Z Downloaded assert_matches v1.5.0
2402026-09-01T23:08:39.325Z Downloaded ctutils v0.4.2
2412026-09-01T23:08:39.325Z Downloaded indent_write v2.2.0
2422026-09-01T23:08:39.325Z Downloaded darling v0.13.4
2432026-09-01T23:08:39.325Z Downloaded defmt-parser v1.0.0
2442026-09-01T23:08:39.325Z Downloaded inout v0.1.4
2452026-09-01T23:08:39.325Z Downloaded ident_case v1.0.1
2462026-09-01T23:08:39.325Z Downloaded corncobs v0.1.4
2472026-09-01T23:08:39.325Z Downloaded inout v0.2.2
2482026-09-01T23:08:39.325Z Downloaded convert_case v0.10.0
2492026-09-01T23:08:39.350Z Downloaded ctr v0.10.1
2502026-09-01T23:08:39.350Z Downloaded block-padding v0.4.2
2512026-09-01T23:08:39.350Z Downloaded ingot v0.2.1
2522026-09-01T23:08:39.350Z Downloaded derive-ex v0.1.8
2532026-09-01T23:08:39.350Z Downloaded data-encoding v2.10.0
2542026-09-01T23:08:39.350Z Downloaded der_derive v0.7.3
2552026-09-01T23:08:39.351Z Downloaded http-body-util v0.1.3
2562026-09-01T23:08:39.351Z Downloaded bit-set v0.5.3
2572026-09-01T23:08:39.351Z Downloaded opaque-debug v0.3.1
2582026-09-01T23:08:39.351Z Downloaded cfg_aliases v0.2.1
2592026-09-01T23:08:39.351Z Downloaded openssl-macros v0.1.1
2602026-09-01T23:08:39.351Z Downloaded base16ct v1.0.0
2612026-09-01T23:08:39.375Z Downloaded bit-set v0.8.0
2622026-09-01T23:08:39.375Z Downloaded atomic-waker v1.1.2
2632026-09-01T23:08:39.375Z Downloaded bb8 v0.8.6
2642026-09-01T23:08:39.375Z Downloaded olpc-cjson v0.1.4
2652026-09-01T23:08:39.375Z Downloaded cookie_store v0.22.1
2662026-09-01T23:08:39.376Z Downloaded ingot-macros v0.2.0
2672026-09-01T23:08:39.376Z Downloaded derive_builder_core v0.20.2
2682026-09-01T23:08:39.376Z Downloaded console v0.15.11
2692026-09-01T23:08:39.376Z Downloaded argon2 v0.5.3
2702026-09-01T23:08:39.376Z Downloaded half v2.7.1
2712026-09-01T23:08:39.376Z Downloaded indoc v2.0.7
2722026-09-01T23:08:39.376Z Downloaded heapless v0.8.0
2732026-09-01T23:08:39.377Z Downloaded pathdiff v0.2.3
2742026-09-01T23:08:39.377Z Downloaded daft v0.1.8
2752026-09-01T23:08:39.377Z Downloaded deranged v0.5.8
2762026-09-01T23:08:39.377Z Downloaded oso-derive v0.27.3
2772026-09-01T23:08:39.377Z Downloaded defmt v1.0.1
2782026-09-01T23:08:39.377Z Downloaded percent-encoding v2.3.2
2792026-09-01T23:08:39.377Z Downloaded potential_utf v0.1.4
2802026-09-01T23:08:39.409Z Downloaded progenitor-client v0.14.0
2812026-09-01T23:08:39.409Z Downloaded cpufeatures v0.2.17
2822026-09-01T23:08:39.409Z Downloaded impl-trait-for-tuples v0.2.3
2832026-09-01T23:08:39.409Z Downloaded delegate v0.13.5
2842026-09-01T23:08:39.409Z Downloaded hyper-staticfile v0.10.1
2852026-09-01T23:08:39.410Z Downloaded arrayvec v0.7.6
2862026-09-01T23:08:39.410Z Downloaded ingot-types v0.2.0
2872026-09-01T23:08:39.410Z Downloaded anstream v1.0.0
2882026-09-01T23:08:39.410Z Downloaded bit-vec v0.8.0
2892026-09-01T23:08:39.410Z Downloaded rand_xorshift v0.4.0
2902026-09-01T23:08:39.410Z Downloaded progenitor-macro v0.13.0
2912026-09-01T23:08:39.410Z Downloaded quick-error v1.2.3
2922026-09-01T23:08:39.410Z Downloaded rfc6979 v0.4.0
2932026-09-01T23:08:39.410Z Downloaded rfc6979 v0.6.0
2942026-09-01T23:08:39.410Z Downloaded colored v2.2.0
2952026-09-01T23:08:39.411Z Downloaded ipnet v2.12.0
2962026-09-01T23:08:39.411Z Downloaded ref-cast v1.0.25
2972026-09-01T23:08:39.411Z Downloaded console v0.16.2
2982026-09-01T23:08:39.411Z Downloaded daft-derive v0.1.8
2992026-09-01T23:08:39.411Z Downloaded password-hash v0.6.1
3002026-09-01T23:08:39.411Z Downloaded clang-sys v1.8.1
3012026-09-01T23:08:39.470Z Downloaded cipher v0.5.2
3022026-09-01T23:08:39.470Z Downloaded darling v0.20.11
3032026-09-01T23:08:39.470Z Downloaded anyhow v1.0.104
3042026-09-01T23:08:39.470Z Downloaded atomicwrites v0.4.4
3052026-09-01T23:08:39.470Z Downloaded hmac v0.13.0
3062026-09-01T23:08:39.470Z Downloaded rtoolbox v0.0.3
3072026-09-01T23:08:39.470Z Downloaded cargo-platform v0.3.2
3082026-09-01T23:08:39.470Z Downloaded predicates-core v1.0.10
3092026-09-01T23:08:39.470Z Downloaded proc-macro-error-attr v1.0.4
3102026-09-01T23:08:39.470Z Downloaded derive_builder v0.20.2
3112026-09-01T23:08:39.470Z Downloaded buf-list v1.1.2
3122026-09-01T23:08:39.470Z Downloaded scroll_derive v0.13.1
3132026-09-01T23:08:39.471Z Downloaded oxide-update-engine v0.1.2
3142026-09-01T23:08:39.471Z Downloaded oxide-update-engine-display v0.1.2
3152026-09-01T23:08:39.471Z Downloaded httparse v1.10.1
3162026-09-01T23:08:39.471Z Downloaded pbkdf2 v0.13.0
3172026-09-01T23:08:39.471Z Downloaded phf v0.12.1
3182026-09-01T23:08:39.471Z Downloaded pkcs8 v0.10.2
3192026-09-01T23:08:39.471Z Downloaded poly1305 v0.8.0
3202026-09-01T23:08:39.471Z Downloaded const-oid v0.9.6
3212026-09-01T23:08:39.471Z Downloaded async-trait v0.1.89
3222026-09-01T23:08:39.471Z Downloaded phc v0.6.1
3232026-09-01T23:08:39.471Z Downloaded port-file v0.1.0
3242026-09-01T23:08:39.472Z Downloaded scopeguard v1.2.0
3252026-09-01T23:08:39.472Z Downloaded serde_plain v1.0.2
3262026-09-01T23:08:39.488Z Downloaded similar-asserts v1.7.0
3272026-09-01T23:08:39.488Z Downloaded siphasher v1.0.2
3282026-09-01T23:08:39.488Z Downloaded colored v3.1.1
3292026-09-01T23:08:39.488Z Downloaded hickory-client v0.25.2
3302026-09-01T23:08:39.488Z Downloaded hybrid-array v0.4.13
3312026-09-01T23:08:39.488Z Downloaded darling v0.23.0
3322026-09-01T23:08:39.489Z Downloaded des v0.9.0
3332026-09-01T23:08:39.489Z Downloaded bit-vec v0.6.3
3342026-09-01T23:08:39.489Z Downloaded cbc v0.2.1
3352026-09-01T23:08:39.489Z Downloaded crossbeam-utils v0.8.21
3362026-09-01T23:08:39.489Z Downloaded secrecy v0.8.0
3372026-09-01T23:08:39.489Z Downloaded serde_spanned v0.6.9
3382026-09-01T23:08:39.489Z Downloaded iana-time-zone v0.1.65
3392026-09-01T23:08:39.489Z Downloaded stable_deref_trait v1.2.1
3402026-09-01T23:08:39.489Z Downloaded supports-hyperlinks v3.2.0
3412026-09-01T23:08:39.489Z Downloaded supports-unicode v2.1.0
3422026-09-01T23:08:39.489Z Downloaded target-triple v1.0.0
3432026-09-01T23:08:39.489Z Downloaded ipnetwork v0.21.1
3442026-09-01T23:08:39.489Z Downloaded primeorder v0.13.6
3452026-09-01T23:08:39.489Z Downloaded crc32fast v1.5.0
3462026-09-01T23:08:39.489Z Downloaded darling v0.21.3
3472026-09-01T23:08:39.489Z Downloaded signature v3.0.0
3482026-09-01T23:08:39.489Z Downloaded slog-envlogger v2.2.0
3492026-09-01T23:08:39.489Z Downloaded structmeta v0.3.0
3502026-09-01T23:08:39.489Z Downloaded supports-unicode v3.0.0
3512026-09-01T23:08:39.489Z Downloaded hyper-rustls v0.27.7
3522026-09-01T23:08:39.489Z Downloaded derive_more v0.99.20
3532026-09-01T23:08:39.489Z Downloaded cancel-safe-futures v0.1.5
3542026-09-01T23:08:39.489Z Downloaded datatest-stable v0.3.3
3552026-09-01T23:08:39.489Z Downloaded psm v0.1.30
3562026-09-01T23:08:39.489Z Downloaded termtree v0.5.1
3572026-09-01T23:08:39.489Z Downloaded byteorder v1.5.0
3582026-09-01T23:08:39.489Z Downloaded crossbeam-epoch v0.9.18
3592026-09-01T23:08:39.496Z Downloaded parking_lot v0.11.2
3602026-09-01T23:08:39.496Z Downloaded time-core v0.1.8
3612026-09-01T23:08:39.496Z Downloaded tap v1.0.1
3622026-09-01T23:08:39.497Z Downloaded predicates v3.1.4
3632026-09-01T23:08:39.497Z Downloaded sec1 v0.8.1
3642026-09-01T23:08:39.497Z Downloaded usdt-attr-macro v0.5.0
3652026-09-01T23:08:39.497Z Downloaded darling_core v0.20.11
3662026-09-01T23:08:39.524Z Downloaded thread-id v5.1.0
3672026-09-01T23:08:39.524Z Downloaded signal-hook-mio v0.2.5
3682026-09-01T23:08:39.524Z Downloaded usdt v0.6.0
3692026-09-01T23:08:39.531Z Downloaded proc-macro-error v1.0.4
3702026-09-01T23:08:39.531Z Downloaded want v0.3.1
3712026-09-01T23:08:39.531Z Downloaded universal-hash v0.6.1
3722026-09-01T23:08:39.531Z Downloaded serde-hex v0.1.0
3732026-09-01T23:08:39.531Z Downloaded parking_lot v0.12.5
3742026-09-01T23:08:39.531Z Downloaded utf8_iter v1.0.4
3752026-09-01T23:08:39.531Z Downloaded yoke-derive v0.8.1
3762026-09-01T23:08:39.531Z Downloaded allocator-api2 v0.2.21
3772026-09-01T23:08:39.531Z Downloaded darling_core v0.13.4
3782026-09-01T23:08:39.531Z Downloaded async-lock v3.4.2
3792026-09-01T23:08:39.531Z Downloaded smf v0.2.3
3802026-09-01T23:08:39.531Z Downloaded strum_macros v0.26.4
3812026-09-01T23:08:39.531Z Downloaded xshell-macros v0.2.7
3822026-09-01T23:08:39.531Z Downloaded snafu-derive v0.8.9
3832026-09-01T23:08:39.531Z Downloaded difflib v0.4.0
3842026-09-01T23:08:39.539Z Downloaded dof v0.4.0
3852026-09-01T23:08:39.539Z Downloaded dropshot-api-manager-types v0.8.0
3862026-09-01T23:08:39.539Z Downloaded embedded-io v0.6.1
3872026-09-01T23:08:39.539Z Downloaded sha2 v0.10.9
3882026-09-01T23:08:39.539Z Downloaded strum_macros v0.27.2
3892026-09-01T23:08:39.544Z Downloaded indexmap v1.9.3
3902026-09-01T23:08:39.549Z Downloaded termcolor v1.4.1
3912026-09-01T23:08:39.549Z Downloaded fixedbitset v0.4.2
3922026-09-01T23:08:39.554Z Downloaded foreign-types v0.5.0
3932026-09-01T23:08:39.554Z Downloaded dunce v1.0.5
3942026-09-01T23:08:39.554Z Downloaded endian-type v0.1.2
3952026-09-01T23:08:39.554Z Downloaded form_urlencoded v1.2.2
3962026-09-01T23:08:39.554Z Downloaded embedded-io v0.4.0
3972026-09-01T23:08:39.554Z Downloaded ignore v0.4.25
3982026-09-01T23:08:39.568Z Downloaded tls_codec_derive v0.4.2
3992026-09-01T23:08:39.584Z Downloaded tokio-tungstenite v0.21.0
4002026-09-01T23:08:39.584Z Downloaded itoa v1.0.17
4012026-09-01T23:08:39.584Z Downloaded git-stub v1.0.0
4022026-09-01T23:08:39.584Z Downloaded globwalk v0.9.1
4032026-09-01T23:08:39.585Z Downloaded dtrace-parser v0.3.0
4042026-09-01T23:08:39.585Z Downloaded fnv v1.0.7
4052026-09-01T23:08:39.585Z Downloaded futures-task v0.3.32
4062026-09-01T23:08:39.585Z Downloaded libscf-sys v1.2.0
4072026-09-01T23:08:39.585Z Downloaded crypto-bigint v0.5.5
4082026-09-01T23:08:39.589Z Downloaded indicatif v0.18.4
4092026-09-01T23:08:39.589Z Downloaded maplit v1.0.2
4102026-09-01T23:08:39.589Z Downloaded strip-ansi-escapes v0.2.1
4112026-09-01T23:08:39.589Z Downloaded generic-array v0.14.7
4122026-09-01T23:08:39.595Z Downloaded http v1.4.2
4132026-09-01T23:08:39.607Z Downloaded icu_properties v2.1.2
4142026-09-01T23:08:39.607Z Downloaded vergen-git2 v9.1.0
4152026-09-01T23:08:39.607Z Downloaded match_cfg v0.1.0
4162026-09-01T23:08:39.607Z Downloaded nodrop v0.1.14
4172026-09-01T23:08:39.607Z Downloaded num-iter v0.1.45
4182026-09-01T23:08:39.607Z Downloaded const-oid v0.10.2
4192026-09-01T23:08:39.608Z Downloaded papergrid v0.11.0
4202026-09-01T23:08:39.619Z Downloaded relative-path v1.9.3
4212026-09-01T23:08:39.619Z Downloaded wyz v0.5.1
4222026-09-01T23:08:39.619Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4232026-09-01T23:08:39.619Z Downloaded synstructure v0.13.2
4242026-09-01T23:08:39.619Z Downloaded yoke v0.8.1
4252026-09-01T23:08:39.619Z Downloaded zerofrom-derive v0.1.6
4262026-09-01T23:08:39.619Z Downloaded lru-slab v0.1.2
4272026-09-01T23:08:39.644Z Downloaded icu_provider v2.1.1
4282026-09-01T23:08:39.644Z Downloaded async-object-pool v0.2.0
4292026-09-01T23:08:39.644Z Downloaded async-recursion v1.1.1
4302026-09-01T23:08:39.644Z Downloaded base16ct v0.2.0
4312026-09-01T23:08:39.644Z Downloaded bcrypt-pbkdf v0.11.0
4322026-09-01T23:08:39.645Z Downloaded derive_more v2.1.1
4332026-09-01T23:08:39.645Z Downloaded displaydoc v0.2.5
4342026-09-01T23:08:39.645Z Downloaded icu_normalizer v2.1.1
4352026-09-01T23:08:39.645Z Downloaded icu_normalizer_data v2.1.1
4362026-09-01T23:08:39.672Z Downloaded der v0.7.10
4372026-09-01T23:08:39.672Z Downloaded fd-lock v4.0.4
4382026-09-01T23:08:39.673Z Downloaded anstyle-query v1.1.5
4392026-09-01T23:08:39.673Z Downloaded miette-derive v5.10.0
4402026-09-01T23:08:39.673Z Downloaded array-init v0.0.4
4412026-09-01T23:08:39.673Z Downloaded icu_locale_core v2.1.1
4422026-09-01T23:08:39.673Z Downloaded find-msvc-tools v0.1.9
4432026-09-01T23:08:39.673Z Downloaded fs-err v2.11.0
4442026-09-01T23:08:39.673Z Downloaded cast v0.3.0
4452026-09-01T23:08:39.673Z Downloaded slog-term v2.9.2
4462026-09-01T23:08:39.673Z Downloaded hickory-resolver v0.25.2
4472026-09-01T23:08:39.673Z Downloaded darling_core v0.23.0
4482026-09-01T23:08:39.673Z Downloaded rustls-platform-verifier v0.6.2
4492026-09-01T23:08:39.673Z Downloaded futures-executor v0.3.32
4502026-09-01T23:08:39.673Z Downloaded tracing-attributes v0.1.31
4512026-09-01T23:08:39.673Z Downloaded bitfield-macros v0.19.4
4522026-09-01T23:08:39.673Z Downloaded hashbrown v0.13.2
4532026-09-01T23:08:39.673Z Downloaded globset v0.4.18
4542026-09-01T23:08:39.673Z Downloaded libtest-mimic v0.8.1
4552026-09-01T23:08:39.673Z Downloaded oxide-generation-macros v0.2.0
4562026-09-01T23:08:39.673Z Downloaded serde_derive v1.0.228
4572026-09-01T23:08:39.673Z Downloaded oso v0.27.3
4582026-09-01T23:08:39.674Z Downloaded unicode-properties v0.1.4
4592026-09-01T23:08:39.674Z Downloaded libsw-core v0.3.2
4602026-09-01T23:08:39.674Z Downloaded pin-project v1.1.11
4612026-09-01T23:08:39.685Z Downloaded serde_with_macros v3.21.0
4622026-09-01T23:08:39.685Z Downloaded vsss-rs v3.3.4
4632026-09-01T23:08:39.685Z Downloaded path-slash v0.1.5
4642026-09-01T23:08:39.685Z Downloaded hickory-resolver v0.24.4
4652026-09-01T23:08:39.686Z Downloaded schemars v0.8.22
4662026-09-01T23:08:39.686Z Downloaded knus-derive v3.4.0
4672026-09-01T23:08:39.686Z Downloaded parse-size v1.1.0
4682026-09-01T23:08:39.686Z Downloaded peg-runtime v0.8.5
4692026-09-01T23:08:39.686Z Downloaded phf_shared v0.12.1
4702026-09-01T23:08:39.691Z Downloaded phf_shared v0.13.1
4712026-09-01T23:08:39.691Z Downloaded headers v0.4.1
4722026-09-01T23:08:39.691Z Downloaded pest_meta v2.8.6
4732026-09-01T23:08:39.691Z Downloaded crossbeam-channel v0.5.15
4742026-09-01T23:08:39.691Z Downloaded ucd-trie v0.1.7
4752026-09-01T23:08:39.696Z Downloaded socket2 v0.5.10
4762026-09-01T23:08:39.696Z Downloaded native-tls v0.2.18
4772026-09-01T23:08:39.696Z Downloaded thiserror-impl v2.0.18
4782026-09-01T23:08:39.696Z Downloaded vergen-gitcl v1.0.8
4792026-09-01T23:08:39.696Z Downloaded aead v0.6.1
4802026-09-01T23:08:39.696Z Downloaded pretty-hex v0.4.1
4812026-09-01T23:08:39.700Z Downloaded progenitor-macro v0.14.0
4822026-09-01T23:08:39.700Z Downloaded recursive v0.1.1
4832026-09-01T23:08:39.700Z Downloaded newtype-uuid v1.3.2
4842026-09-01T23:08:39.704Z Downloaded icu_collections v2.1.1
4852026-09-01T23:08:39.716Z Downloaded ena v0.14.4
4862026-09-01T23:08:39.720Z Downloaded hickory-server v0.25.2
4872026-09-01T23:08:39.720Z Downloaded num_enum v0.7.6
4882026-09-01T23:08:39.729Z Downloaded diff v0.1.13
4892026-09-01T23:08:39.729Z Downloaded hashbrown v0.12.3
4902026-09-01T23:08:39.729Z Downloaded cassowary v0.3.0
4912026-09-01T23:08:39.729Z Downloaded chacha20 v0.9.1
4922026-09-01T23:08:39.737Z Downloaded same-file v1.0.6
4932026-09-01T23:08:39.737Z Downloaded sapling-renderdag v0.1.0
4942026-09-01T23:08:39.737Z Downloaded tinyvec v1.10.0
4952026-09-01T23:08:39.737Z Downloaded rustc_version v0.4.1
4962026-09-01T23:08:39.737Z Downloaded secrecy v0.10.3
4972026-09-01T23:08:39.738Z Downloaded semver v0.1.20
4982026-09-01T23:08:39.738Z Downloaded backoff v0.4.0
4992026-09-01T23:08:39.738Z Downloaded chacha20poly1305 v0.10.1
5002026-09-01T23:08:39.738Z Downloaded bs58 v0.5.1
5012026-09-01T23:08:39.738Z Downloaded serde_urlencoded v0.7.1
5022026-09-01T23:08:39.742Z Downloaded crossterm v0.29.0
5032026-09-01T23:08:39.742Z Downloaded packed_struct v0.10.1
5042026-09-01T23:08:39.742Z Downloaded unicode-ident v1.0.24
5052026-09-01T23:08:39.742Z Downloaded unsafe-libyaml v0.2.11
5062026-09-01T23:08:39.745Z Downloaded memmap2 v0.9.10
5072026-09-01T23:08:39.745Z Downloaded bytecount v0.6.9
5082026-09-01T23:08:39.745Z Downloaded parking_lot_core v0.8.6
5092026-09-01T23:08:39.748Z Downloaded structmeta-derive v0.3.0
5102026-09-01T23:08:39.748Z Downloaded serde_regex v1.1.0
5112026-09-01T23:08:39.749Z Downloaded rand_chacha v0.3.1
5122026-09-01T23:08:39.749Z Downloaded signature v2.2.0
5132026-09-01T23:08:39.749Z Downloaded sponge-cursor v0.1.0
5142026-09-01T23:08:39.752Z Downloaded supports-color v3.0.2
5152026-09-01T23:08:39.757Z Downloaded textwrap v0.16.2
5162026-09-01T23:08:39.757Z Downloaded rand_distr v0.5.1
5172026-09-01T23:08:39.762Z Downloaded progenitor-client v0.13.0
5182026-09-01T23:08:39.767Z Downloaded toml v0.7.8
5192026-09-01T23:08:39.768Z Downloaded tungstenite v0.21.0
5202026-09-01T23:08:39.768Z Downloaded primeorder v0.14.0
5212026-09-01T23:08:39.771Z Downloaded proc-macro-error2 v2.0.1
5222026-09-01T23:08:39.771Z Downloaded tower-service v0.3.3
5232026-09-01T23:08:39.774Z Downloaded pkg-config v0.3.32
5242026-09-01T23:08:39.774Z Downloaded libefi-sys v0.1.0
5252026-09-01T23:08:39.775Z Downloaded tower-layer v0.3.3
5262026-09-01T23:08:39.778Z Downloaded utf8parse v0.2.2
5272026-09-01T23:08:39.778Z Downloaded der v0.8.0
5282026-09-01T23:08:39.781Z Downloaded diesel_derives v2.3.7
5292026-09-01T23:08:39.784Z Downloaded zopfli v0.8.3
5302026-09-01T23:08:39.784Z Downloaded rand v0.8.6
5312026-09-01T23:08:39.801Z Downloaded internal-russh-num-bigint v0.5.0
5322026-09-01T23:08:39.810Z Downloaded unit-prefix v0.5.2
5332026-09-01T23:08:39.810Z Downloaded universal-hash v0.5.1
5342026-09-01T23:08:39.810Z Downloaded toml_write v0.1.2
5352026-09-01T23:08:39.811Z Downloaded xattr v1.6.1
5362026-09-01T23:08:39.811Z Downloaded rustls-native-certs v0.8.3
5372026-09-01T23:08:39.811Z Downloaded downcast-rs v2.0.2
5382026-09-01T23:08:39.811Z Downloaded bytes v1.11.1
5392026-09-01T23:08:39.811Z Downloaded getrandom v0.3.4
5402026-09-01T23:08:39.811Z Downloaded libsw v3.5.0
5412026-09-01T23:08:39.811Z Downloaded scroll v0.12.0
5422026-09-01T23:08:39.811Z Downloaded enum-as-inner v0.6.1
5432026-09-01T23:08:39.840Z Downloaded serde_tokenstream v0.3.0
5442026-09-01T23:08:39.840Z Downloaded crossterm v0.28.1
5452026-09-01T23:08:39.841Z Downloaded dirs-sys-next v0.1.2
5462026-09-01T23:08:39.841Z Downloaded dsl_auto_type v0.2.0
5472026-09-01T23:08:39.841Z Downloaded rust-argon2 v2.1.0
5482026-09-01T23:08:39.841Z Downloaded event-listener-strategy v0.5.4
5492026-09-01T23:08:39.841Z Downloaded shlex v1.3.0
5502026-09-01T23:08:39.841Z Downloaded poly1305 v0.9.0
5512026-09-01T23:08:39.841Z Downloaded stacker v0.1.23
5522026-09-01T23:08:39.841Z Downloaded target-lexicon v0.13.3
5532026-09-01T23:08:39.841Z Downloaded target-spec v3.5.7
5542026-09-01T23:08:39.841Z Downloaded termios v0.3.3
5552026-09-01T23:08:39.841Z Downloaded rand v0.9.2
5562026-09-01T23:08:39.854Z Downloaded foreign-types-shared v0.1.1
5572026-09-01T23:08:39.854Z Downloaded foreign-types-shared v0.3.1
5582026-09-01T23:08:39.854Z Downloaded postgres-types v0.2.12
5592026-09-01T23:08:39.854Z Downloaded slog-async v2.8.0
5602026-09-01T23:08:39.854Z Downloaded kstat-rs v0.2.5
5612026-09-01T23:08:39.855Z Downloaded static_assertions v1.1.0
5622026-09-01T23:08:39.855Z Downloaded tagptr v0.2.0
5632026-09-01T23:08:39.863Z Downloaded memmap v0.7.0
5642026-09-01T23:08:39.863Z Downloaded tinystr v0.8.2
5652026-09-01T23:08:39.863Z Downloaded maybe-uninit v2.0.0
5662026-09-01T23:08:39.863Z Downloaded thiserror-impl v1.0.69
5672026-09-01T23:08:39.863Z Downloaded thread_local v1.1.9
5682026-09-01T23:08:39.863Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5692026-09-01T23:08:39.863Z Downloaded camino v1.2.5
5702026-09-01T23:08:39.899Z Downloaded criterion v0.7.0
5712026-09-01T23:08:39.899Z Downloaded ciborium v0.2.2
5722026-09-01T23:08:39.899Z Downloaded normalize-line-endings v0.3.0
5732026-09-01T23:08:39.899Z Downloaded samael v0.0.19
5742026-09-01T23:08:39.899Z Downloaded digest v0.10.7
5752026-09-01T23:08:39.899Z Downloaded assert-json-diff v2.0.2
5762026-09-01T23:08:39.900Z Downloaded writeable v0.6.2
5772026-09-01T23:08:39.900Z Downloaded version_check v0.9.5
5782026-09-01T23:08:39.900Z Downloaded walkdir v2.5.0
5792026-09-01T23:08:39.992Z Downloaded async-stream v0.3.6
5802026-09-01T23:08:39.992Z Downloaded backtrace-ext v0.2.1
5812026-09-01T23:08:39.992Z Downloaded castaway v0.2.4
5822026-09-01T23:08:39.992Z Downloaded argon2 v0.6.0-rc.8
5832026-09-01T23:08:39.993Z Downloaded foldhash v0.1.5
5842026-09-01T23:08:39.993Z Downloaded slab v0.4.12
5852026-09-01T23:08:39.993Z Downloaded guppy v0.17.25
5862026-09-01T23:08:39.993Z Downloaded indexmap v2.14.0
5872026-09-01T23:08:39.993Z Downloaded knus v3.4.0
5882026-09-01T23:08:39.993Z Downloaded aes v0.9.1
5892026-09-01T23:08:39.993Z Downloaded idna v1.1.0
5902026-09-01T23:08:39.993Z Downloaded enum_dispatch v0.3.13
5912026-09-01T23:08:39.993Z Downloaded ff v0.14.0
5922026-09-01T23:08:39.994Z Downloaded parse-display v0.10.0
5932026-09-01T23:08:39.994Z Downloaded spin v0.9.8
5942026-09-01T23:08:39.994Z Downloaded tokio-rustls v0.26.4
5952026-09-01T23:08:39.994Z Downloaded miniz_oxide v0.8.9
5962026-09-01T23:08:39.994Z Downloaded itertools v0.13.0
5972026-09-01T23:08:39.994Z Downloaded packed_struct_codegen v0.10.1
5982026-09-01T23:08:39.994Z Downloaded toml_edit v0.19.15
5992026-09-01T23:08:39.994Z Downloaded fs-err v3.3.0
6002026-09-01T23:08:39.994Z Downloaded plotters-backend v0.3.7
6012026-09-01T23:08:39.994Z Downloaded precomputed-hash v0.1.1
6022026-09-01T23:08:39.994Z Downloaded proc-macro-error-attr2 v2.0.0
6032026-09-01T23:08:39.995Z Downloaded lock_api v0.4.14
6042026-09-01T23:08:39.995Z Downloaded hyper-util v0.1.20
6052026-09-01T23:08:39.995Z Downloaded itertools v0.10.5
6062026-09-01T23:08:39.995Z Downloaded rustls-webpki v0.103.13
6072026-09-01T23:08:39.996Z Downloaded num_enum_derive v0.7.6
6082026-09-01T23:08:39.996Z Downloaded miette-derive v7.6.0
6092026-09-01T23:08:39.996Z Downloaded module-lattice v0.2.3
6102026-09-01T23:08:39.996Z Downloaded hashbrown v0.15.5
6112026-09-01T23:08:39.996Z Downloaded serde_core v1.0.228
6122026-09-01T23:08:39.997Z Downloaded num-complex v0.4.6
6132026-09-01T23:08:39.997Z Downloaded vergen v9.1.0
6142026-09-01T23:08:39.997Z Downloaded bcs v0.1.6
6152026-09-01T23:08:39.997Z Downloaded zerocopy-derive v0.7.35
6162026-09-01T23:08:40.014Z Downloaded rustc-hash v2.1.1
6172026-09-01T23:08:40.014Z Downloaded rustc_version v0.1.7
6182026-09-01T23:08:40.014Z Downloaded serde-big-array v0.5.1
6192026-09-01T23:08:40.014Z Downloaded sha1 v0.10.6
6202026-09-01T23:08:40.014Z Downloaded shell-words v1.1.1
6212026-09-01T23:08:40.014Z Downloaded slog v2.8.2
6222026-09-01T23:08:40.014Z Downloaded sqlparser_derive v0.5.0
6232026-09-01T23:08:40.014Z Downloaded event-listener v5.4.1
6242026-09-01T23:08:40.014Z Downloaded getrandom v0.2.17
6252026-09-01T23:08:40.014Z Downloaded cargo_metadata v0.23.1
6262026-09-01T23:08:40.014Z Downloaded oxnet v0.1.6
6272026-09-01T23:08:40.014Z Downloaded hashbrown v0.16.1
6282026-09-01T23:08:40.015Z Downloaded slog-bunyan v2.5.0
6292026-09-01T23:08:40.015Z Downloaded iri-string v0.7.10
6302026-09-01T23:08:40.015Z Downloaded subtle v2.6.1
6312026-09-01T23:08:40.015Z Downloaded ron v0.8.1
6322026-09-01T23:08:40.015Z Downloaded tokio-postgres v0.7.16
6332026-09-01T23:08:40.015Z Downloaded hkdf v0.13.0
6342026-09-01T23:08:40.030Z Downloaded tower v0.5.3
6352026-09-01T23:08:40.031Z Downloaded subprocess v0.2.15
6362026-09-01T23:08:40.031Z Downloaded rand_chacha v0.9.0
6372026-09-01T23:08:40.031Z Downloaded rand_core v0.6.4
6382026-09-01T23:08:40.031Z Downloaded tokio-test v0.4.5
6392026-09-01T23:08:40.031Z Downloaded path-tree v0.8.3
6402026-09-01T23:08:40.031Z Downloaded tinytemplate v1.2.1
6412026-09-01T23:08:40.031Z Downloaded trybuild v1.0.116
6422026-09-01T23:08:40.031Z Downloaded typify-macro v0.6.2
6432026-09-01T23:08:40.032Z Downloaded progenitor-extras v0.2.0
6442026-09-01T23:08:40.032Z Downloaded hashbrown v0.14.5
6452026-09-01T23:08:40.039Z Downloaded itertools v0.12.1
6462026-09-01T23:08:40.039Z Downloaded litrs v1.0.0
6472026-09-01T23:08:40.039Z Downloaded openssl-sys v0.9.117
6482026-09-01T23:08:40.039Z Downloaded untrusted v0.9.0
6492026-09-01T23:08:40.039Z Downloaded untrusted v0.7.1
6502026-09-01T23:08:40.039Z Downloaded void v1.0.2
6512026-09-01T23:08:40.040Z Downloaded ml-kem v0.3.2
6522026-09-01T23:08:40.056Z Downloaded usdt-macro v0.6.0
6532026-09-01T23:08:40.056Z Downloaded clap_builder v4.6.0
6542026-09-01T23:08:40.057Z Downloaded unicode-bidi v0.3.18
6552026-09-01T23:08:40.057Z Downloaded quote v1.0.45
6562026-09-01T23:08:40.057Z Downloaded rustc-demangle v0.1.27
6572026-09-01T23:08:40.057Z Downloaded scroll v0.13.0
6582026-09-01T23:08:40.057Z Downloaded sec1 v0.7.3
6592026-09-01T23:08:40.057Z Downloaded digest-io v0.1.0
6602026-09-01T23:08:40.057Z Downloaded blake2b_simd v1.0.4
6612026-09-01T23:08:40.067Z Downloaded dtrace-parser v0.2.0
6622026-09-01T23:08:40.067Z Downloaded zone_cfg_derive v0.3.1
6632026-09-01T23:08:40.067Z Downloaded dof v0.3.0
6642026-09-01T23:08:40.068Z Downloaded typenum v1.20.1
6652026-09-01T23:08:40.068Z Downloaded bzip2 v0.6.1
6662026-09-01T23:08:40.068Z Downloaded serde_tokenstream v0.2.3
6672026-09-01T23:08:40.068Z Downloaded slog-scope v4.4.1
6682026-09-01T23:08:40.068Z Downloaded spki v0.7.3
6692026-09-01T23:08:40.068Z Downloaded futures-macro v0.3.32
6702026-09-01T23:08:40.074Z Downloaded keccak v0.2.0
6712026-09-01T23:08:40.074Z Downloaded dropshot_endpoint v0.17.1
6722026-09-01T23:08:40.074Z Downloaded p256 v0.14.0
6732026-09-01T23:08:40.074Z Downloaded rstest v0.25.0
6742026-09-01T23:08:40.074Z Downloaded cipher v0.4.4
6752026-09-01T23:08:40.074Z Downloaded once_cell v1.21.3
6762026-09-01T23:08:40.074Z Downloaded getrandom v0.4.3
6772026-09-01T23:08:40.081Z Downloaded postcard v1.1.3
6782026-09-01T23:08:40.081Z Downloaded pkcs1 v0.8.0-rc.4
6792026-09-01T23:08:40.081Z Downloaded spki v0.8.0
6802026-09-01T23:08:40.088Z Downloaded lru-cache v0.1.2
6812026-09-01T23:08:40.088Z Downloaded paste v1.0.15
6822026-09-01T23:08:40.088Z Downloaded lzss v0.8.2
6832026-09-01T23:08:40.088Z Downloaded num-derive v0.4.2
6842026-09-01T23:08:40.091Z Downloaded pest_generator v2.8.6
6852026-09-01T23:08:40.091Z Downloaded num-conv v0.2.0
6862026-09-01T23:08:40.091Z Downloaded lazy_static v1.5.0
6872026-09-01T23:08:40.091Z Downloaded nested v0.1.1
6882026-09-01T23:08:40.095Z Downloaded mio v1.2.0
6892026-09-01T23:08:40.108Z Downloaded tokio-dtrace v0.1.1
6902026-09-01T23:08:40.108Z Downloaded hashbrown v0.17.0
6912026-09-01T23:08:40.108Z Downloaded itertools v0.14.0
6922026-09-01T23:08:40.113Z Downloaded itertools v0.15.0
6932026-09-01T23:08:40.113Z Downloaded ahash v0.8.12
6942026-09-01T23:08:40.113Z Downloaded hyper v1.10.1
6952026-09-01T23:08:40.113Z Downloaded nonempty v0.12.0
6962026-09-01T23:08:40.116Z Downloaded aead v0.5.2
6972026-09-01T23:08:40.116Z Downloaded arrayref v0.3.9
6982026-09-01T23:08:40.116Z Downloaded newtype_derive v0.1.6
6992026-09-01T23:08:40.116Z Downloaded block-buffer v0.10.4
7002026-09-01T23:08:40.116Z Downloaded block-buffer v0.12.1
7012026-09-01T23:08:40.116Z Downloaded toml_writer v1.1.1+spec-1.1.0
7022026-09-01T23:08:40.116Z Downloaded num-rational v0.4.2
7032026-09-01T23:08:40.119Z Downloaded erased-serde v0.3.31
7042026-09-01T23:08:40.123Z Downloaded unicode-segmentation v1.12.0
7052026-09-01T23:08:40.123Z Downloaded ed25519 v2.2.3
7062026-09-01T23:08:40.123Z Downloaded ed25519 v3.0.0
7072026-09-01T23:08:40.126Z Downloaded serde_with v1.14.0
7082026-09-01T23:08:40.129Z Downloaded cfg-if v1.0.4
7092026-09-01T23:08:40.129Z Downloaded ed25519-dalek v3.0.0
7102026-09-01T23:08:40.134Z Downloaded whoami v2.1.0
7112026-09-01T23:08:40.135Z Downloaded parking v2.2.1
7122026-09-01T23:08:40.135Z Downloaded omicron-zone-package v0.12.3
7132026-09-01T23:08:40.135Z Downloaded support-bundle-viewer v0.1.2
7142026-09-01T23:08:40.138Z Downloaded fallible-iterator v0.2.0
7152026-09-01T23:08:40.138Z Downloaded sqlformat v0.3.5
7162026-09-01T23:08:40.138Z Downloaded zerovec-derive v0.11.2
7172026-09-01T23:08:40.138Z Downloaded ciborium-io v0.2.2
7182026-09-01T23:08:40.138Z Downloaded zip v0.6.6
7192026-09-01T23:08:40.138Z Downloaded term v1.2.1
7202026-09-01T23:08:40.143Z Downloaded filetime v0.2.27
7212026-09-01T23:08:40.143Z Downloaded fixedbitset v0.5.7
7222026-09-01T23:08:40.144Z Downloaded ssh-key v0.7.0-rc.11
7232026-09-01T23:08:40.150Z Downloaded jiff-static v0.2.34
7242026-09-01T23:08:40.150Z Downloaded thiserror-no-std v2.0.2
7252026-09-01T23:08:40.152Z Downloaded psl-types v2.0.11
7262026-09-01T23:08:40.153Z Downloaded russh-util v0.52.0
7272026-09-01T23:08:40.153Z Downloaded ff v0.13.1
7282026-09-01T23:08:40.153Z Downloaded tiny-keccak v2.0.2
7292026-09-01T23:08:40.156Z Downloaded unicode_categories v0.1.1
7302026-09-01T23:08:40.159Z Downloaded plotters v0.3.7
7312026-09-01T23:08:40.190Z Downloaded libbz2-rs-sys v0.2.2
7322026-09-01T23:08:40.190Z Downloaded sha1 v0.11.0
7332026-09-01T23:08:40.190Z Downloaded crypto-primes v0.7.2
7342026-09-01T23:08:40.190Z Downloaded serde_repr v0.1.20
7352026-09-01T23:08:40.190Z Downloaded git-stub-vcs v0.1.0
7362026-09-01T23:08:40.198Z Downloaded linear-map v1.2.0
7372026-09-01T23:08:40.198Z Downloaded anes v0.1.6
7382026-09-01T23:08:40.198Z Downloaded bitflags v1.3.2
7392026-09-01T23:08:40.198Z Downloaded tabled_derive v0.7.0
7402026-09-01T23:08:40.198Z Downloaded tabwriter v1.4.1
7412026-09-01T23:08:40.198Z Downloaded strsim v0.11.1
7422026-09-01T23:08:40.198Z Downloaded strum v0.26.3
7432026-09-01T23:08:40.198Z Downloaded icu_properties_data v2.1.2
7442026-09-01T23:08:40.198Z Downloaded tough v0.22.0
7452026-09-01T23:08:40.203Z Downloaded hkdf v0.12.4
7462026-09-01T23:08:40.203Z Downloaded thread-id v4.2.2
7472026-09-01T23:08:40.203Z Downloaded nom v7.1.3
7482026-09-01T23:08:40.203Z Downloaded camino-tempfile-ext v0.3.3
7492026-09-01T23:08:40.203Z Downloaded ciborium-ll v0.2.2
7502026-09-01T23:08:40.203Z Downloaded uzers v0.12.2
7512026-09-01T23:08:40.219Z Downloaded phf_shared v0.11.3
7522026-09-01T23:08:40.220Z Downloaded unarray v0.1.4
7532026-09-01T23:08:40.220Z Downloaded document-features v0.2.12
7542026-09-01T23:08:40.220Z Downloaded flagset v0.4.7
7552026-09-01T23:08:40.226Z Downloaded usdt-attr-macro v0.6.0
7562026-09-01T23:08:40.226Z Downloaded utf-8 v0.7.6
7572026-09-01T23:08:40.226Z Downloaded futures-sink v0.3.32
7582026-09-01T23:08:40.226Z Downloaded display-error-chain v0.2.2
7592026-09-01T23:08:40.226Z Downloaded goblin v0.8.2
7602026-09-01T23:08:40.226Z Downloaded polyval v0.7.1
7612026-09-01T23:08:40.226Z Downloaded num-bigint-dig v0.8.6
7622026-09-01T23:08:40.226Z Downloaded flate2 v1.1.9
7632026-09-01T23:08:40.230Z Downloaded zerovec v0.11.5
7642026-09-01T23:08:40.230Z Downloaded textwrap v0.15.2
7652026-09-01T23:08:40.230Z Downloaded funty v2.0.0
7662026-09-01T23:08:40.230Z Downloaded ghash v0.6.0
7672026-09-01T23:08:40.234Z Downloaded progenitor v0.13.0
7682026-09-01T23:08:40.234Z Downloaded rand_core v0.10.0
7692026-09-01T23:08:40.238Z Downloaded rpassword v7.5.4
7702026-09-01T23:08:40.238Z Downloaded lru v0.12.5
7712026-09-01T23:08:40.238Z Downloaded schemars_derive v0.8.22
7722026-09-01T23:08:40.242Z Downloaded rcgen v0.12.1
7732026-09-01T23:08:40.249Z Downloaded prettyplease v0.2.37
7742026-09-01T23:08:40.249Z Downloaded toml v1.1.2+spec-1.1.0
7752026-09-01T23:08:40.267Z Downloaded rustversion v1.0.22
7762026-09-01T23:08:40.267Z Downloaded take_mut v0.2.2
7772026-09-01T23:08:40.267Z Downloaded num_enum_derive v0.5.11
7782026-09-01T23:08:40.267Z Downloaded tungstenite v0.23.0
7792026-09-01T23:08:40.267Z Downloaded bitfield-struct v0.6.2
7802026-09-01T23:08:40.267Z Downloaded plain v0.2.3
7812026-09-01T23:08:40.267Z Downloaded rand v0.10.1
7822026-09-01T23:08:40.272Z Downloaded recursive-proc-macro-impl v0.1.1
7832026-09-01T23:08:40.272Z Downloaded ar_archive_writer v0.5.1
7842026-09-01T23:08:40.272Z Downloaded ssh-cipher v0.3.0
7852026-09-01T23:08:40.272Z Downloaded macaddr v1.0.1
7862026-09-01T23:08:40.272Z Downloaded async-stream-impl v0.3.6
7872026-09-01T23:08:40.272Z Downloaded tui-tree-widget v0.23.1
7882026-09-01T23:08:40.272Z Downloaded h2 v0.4.15
7892026-09-01T23:08:40.278Z Downloaded iddqd v0.4.2
7902026-09-01T23:08:40.282Z Downloaded x509-cert v0.2.5
7912026-09-01T23:08:40.282Z Downloaded zstd-safe v7.2.4
7922026-09-01T23:08:40.289Z Downloaded futures v0.3.32
7932026-09-01T23:08:40.296Z Downloaded rustyline v14.0.0
7942026-09-01T23:08:40.296Z Downloaded slog-dtrace v0.3.0
7952026-09-01T23:08:40.297Z Downloaded ed25519-dalek v2.2.0
7962026-09-01T23:08:40.297Z Downloaded env_logger v0.11.11
7972026-09-01T23:08:40.307Z Downloaded foldhash v0.2.0
7982026-09-01T23:08:40.307Z Downloaded unicase v2.9.0
7992026-09-01T23:08:40.307Z Downloaded wait-timeout v0.2.1
8002026-09-01T23:08:40.307Z Downloaded russh-cryptovec v0.62.0
8012026-09-01T23:08:40.307Z Downloaded tar v0.4.46
8022026-09-01T23:08:40.307Z Downloaded oxide-generation v0.1.3
8032026-09-01T23:08:40.307Z Downloaded primefield v0.14.0
8042026-09-01T23:08:40.316Z Downloaded pest v2.8.6
8052026-09-01T23:08:40.328Z Downloaded publicsuffix v2.3.0
8062026-09-01T23:08:40.328Z Downloaded strum v0.27.2
8072026-09-01T23:08:40.328Z Downloaded generic-array v1.4.3
8082026-09-01T23:08:40.328Z Downloaded sync_wrapper v1.0.2
8092026-09-01T23:08:40.328Z Downloaded toml_datetime v0.6.11
8102026-09-01T23:08:40.328Z Downloaded smawk v0.3.2
8112026-09-01T23:08:40.328Z Downloaded swrite v0.1.0
8122026-09-01T23:08:40.328Z Downloaded terminal_size v0.4.3
8132026-09-01T23:08:40.328Z Downloaded sha2 v0.11.0
8142026-09-01T23:08:40.338Z Downloaded try-lock v0.2.5
8152026-09-01T23:08:40.338Z Downloaded waitgroup v0.1.2
8162026-09-01T23:08:40.338Z Downloaded mime_guess v2.0.5
8172026-09-01T23:08:40.338Z Downloaded nanorand v0.7.0
8182026-09-01T23:08:40.338Z Downloaded anstyle v1.0.14
8192026-09-01T23:08:40.338Z Downloaded semver v1.0.28
8202026-09-01T23:08:40.338Z Downloaded bitfield v0.19.4
8212026-09-01T23:08:40.338Z Downloaded serde_cbor v0.11.2
8222026-09-01T23:08:40.401Z Downloaded quick-xml v0.37.5
8232026-09-01T23:08:40.401Z Downloaded owo-colors v3.5.0
8242026-09-01T23:08:40.401Z Downloaded usdt-macro v0.5.0
8252026-09-01T23:08:40.401Z Downloaded dyn-clone v1.0.20
8262026-09-01T23:08:40.401Z Downloaded escape8259 v0.5.3
8272026-09-01T23:08:40.401Z Downloaded fxhash v0.2.1
8282026-09-01T23:08:40.401Z Downloaded foreign-types v0.3.2
8292026-09-01T23:08:40.401Z Downloaded linkme-impl v0.3.35
8302026-09-01T23:08:40.432Z Downloaded errno v0.3.14
8312026-09-01T23:08:40.432Z Downloaded oorandom v11.1.5
8322026-09-01T23:08:40.432Z Downloaded password-hash v0.5.0
8332026-09-01T23:08:40.432Z Downloaded pem-rfc7468 v0.7.0
8342026-09-01T23:08:40.432Z Downloaded tokio-stream v0.1.18
8352026-09-01T23:08:40.432Z Downloaded rand_core v0.9.5
8362026-09-01T23:08:40.432Z Downloaded rusty-fork v0.3.1
8372026-09-01T23:08:40.432Z Downloaded new_debug_unreachable v1.0.6
8382026-09-01T23:08:40.432Z Downloaded md-5 v0.10.6
8392026-09-01T23:08:40.432Z Downloaded papergrid v0.18.0
8402026-09-01T23:08:40.432Z Downloaded pkcs5 v0.8.1
8412026-09-01T23:08:40.432Z Downloaded serde_derive_internals v0.29.1
8422026-09-01T23:08:40.432Z Downloaded ascii-canvas v3.0.0
8432026-09-01T23:08:40.432Z Downloaded aes-gcm v0.11.0
8442026-09-01T23:08:40.432Z Downloaded serde_path_to_error v0.1.20
8452026-09-01T23:08:40.433Z Downloaded knuffel-derive v3.2.0
8462026-09-01T23:08:40.433Z Downloaded signal-hook-registry v1.4.8
8472026-09-01T23:08:40.433Z Downloaded slog-json v2.6.1
8482026-09-01T23:08:40.433Z Downloaded knuffel v3.2.0
8492026-09-01T23:08:40.433Z Downloaded cfg_aliases v0.1.1
8502026-09-01T23:08:40.433Z Downloaded proc-macro-crate v1.3.1
8512026-09-01T23:08:40.433Z Downloaded proc-macro-crate v3.4.0
8522026-09-01T23:08:40.433Z Downloaded seq-macro v0.3.6
8532026-09-01T23:08:40.433Z Downloaded thiserror v2.0.18
8542026-09-01T23:08:40.433Z Downloaded scheduled-thread-pool v0.2.7
8552026-09-01T23:08:40.433Z Downloaded tls_codec v0.4.2
8562026-09-01T23:08:40.475Z Downloaded cfg-expr v0.20.6
8572026-09-01T23:08:40.476Z Downloaded owo-colors v4.3.0
8582026-09-01T23:08:40.476Z Downloaded digest v0.11.3
8592026-09-01T23:08:40.476Z Downloaded futures-core v0.3.32
8602026-09-01T23:08:40.476Z Downloaded zmij v1.0.21
8612026-09-01T23:08:40.476Z Downloaded similar v2.7.0
8622026-09-01T23:08:40.476Z Downloaded tokio-macros v2.7.0
8632026-09-01T23:08:40.476Z Downloaded strsim v0.10.0
8642026-09-01T23:08:40.476Z Downloaded pkcs8 v0.11.0
8652026-09-01T23:08:40.476Z Downloaded trait-variant v0.1.2
8662026-09-01T23:08:40.476Z Downloaded base64 v0.22.1
8672026-09-01T23:08:40.502Z Downloaded socket2 v0.6.3
8682026-09-01T23:08:40.502Z Downloaded rsa v0.10.0-rc.18
8692026-09-01T23:08:40.502Z Downloaded unicode-truncate v1.1.0
8702026-09-01T23:08:40.502Z Downloaded wnaf v0.14.0
8712026-09-01T23:08:40.502Z Downloaded env_filter v2.0.0
8722026-09-01T23:08:40.502Z Downloaded jobserver v0.1.34
8732026-09-01T23:08:40.502Z Downloaded drift v0.2.0
8742026-09-01T23:08:40.502Z Downloaded p384 v0.14.0
8752026-09-01T23:08:40.503Z Downloaded lalrpop-util v0.19.12
8762026-09-01T23:08:40.503Z Downloaded anstream v0.6.21
8772026-09-01T23:08:40.503Z Downloaded zerofrom v0.1.6
8782026-09-01T23:08:40.503Z Downloaded dirs-next v2.0.0
8792026-09-01T23:08:40.503Z Downloaded memoffset v0.9.1
8802026-09-01T23:08:40.503Z Downloaded adler2 v2.0.1
8812026-09-01T23:08:40.503Z Downloaded foreign-types-macros v0.2.3
8822026-09-01T23:08:40.503Z Downloaded autocfg v1.5.0
8832026-09-01T23:08:40.503Z Downloaded cexpr v0.6.0
8842026-09-01T23:08:40.503Z Downloaded plotters-svg v0.3.7
8852026-09-01T23:08:40.503Z Downloaded gethostname v0.5.0
8862026-09-01T23:08:40.503Z Downloaded nu-ansi-term v0.50.3
8872026-09-01T23:08:40.503Z Downloaded parse-display-derive v0.10.0
8882026-09-01T23:08:40.503Z Downloaded pem v3.0.6
8892026-09-01T23:08:40.503Z Downloaded pin-project-lite v0.2.17
8902026-09-01T23:08:40.504Z Downloaded rustls-pemfile v2.2.0
8912026-09-01T23:08:40.504Z Downloaded quinn-udp v0.5.14
8922026-09-01T23:08:40.504Z Downloaded uuid v1.23.4
8932026-09-01T23:08:40.504Z Downloaded scroll_derive v0.12.1
8942026-09-01T23:08:40.504Z Downloaded resolv-conf v0.7.6
8952026-09-01T23:08:40.510Z Downloaded miette v5.10.0
8962026-09-01T23:08:40.510Z Downloaded slog-stdlog v4.1.1
8972026-09-01T23:08:40.510Z Downloaded winnow v0.7.14
8982026-09-01T23:08:40.510Z Downloaded tokio-util v0.7.18
8992026-09-01T23:08:40.510Z Downloaded pin-project-internal v1.1.11
9002026-09-01T23:08:40.510Z Downloaded tinyvec_macros v0.1.1
9012026-09-01T23:08:40.510Z Downloaded predicates-tree v1.0.13
9022026-09-01T23:08:40.510Z Downloaded thiserror v1.0.69
9032026-09-01T23:08:40.511Z Downloaded rand_pcg v0.10.2
9042026-09-01T23:08:40.511Z Downloaded signal-hook-tokio v0.3.1
9052026-09-01T23:08:40.511Z Downloaded regex v1.12.3
9062026-09-01T23:08:40.515Z Downloaded toml_edit v0.22.27
9072026-09-01T23:08:40.515Z Downloaded yasna v0.5.2
9082026-09-01T23:08:40.515Z Downloaded yansi v1.0.1
9092026-09-01T23:08:40.515Z Downloaded scrypt v0.12.0
9102026-09-01T23:08:40.516Z Downloaded zerotrie v0.2.3
9112026-09-01T23:08:40.527Z Downloaded topological-sort v0.2.2
9122026-09-01T23:08:40.531Z Downloaded zip v4.6.1
9132026-09-01T23:08:40.535Z Downloaded managed v0.8.0
9142026-09-01T23:08:40.540Z Downloaded vergen-lib v9.1.0
9152026-09-01T23:08:40.543Z Downloaded blowfish v0.10.0
9162026-09-01T23:08:40.546Z Downloaded pem-rfc7468 v1.0.0
9172026-09-01T23:08:40.550Z Downloaded qorb v0.4.1
9182026-09-01T23:08:40.558Z Downloaded openssl-probe v0.2.1
9192026-09-01T23:08:40.562Z Downloaded num_threads v0.1.7
9202026-09-01T23:08:40.562Z Downloaded approx v0.5.1
9212026-09-01T23:08:40.562Z Downloaded nibble_vec v0.1.0
9222026-09-01T23:08:40.562Z Downloaded usdt-impl v0.5.0
9232026-09-01T23:08:40.562Z Downloaded glob v0.3.3
9242026-09-01T23:08:40.566Z Downloaded libxml v0.3.3
9252026-09-01T23:08:40.575Z Downloaded proc-macro2 v1.0.106
9262026-09-01T23:08:40.597Z Downloaded futures-timer v3.0.3
9272026-09-01T23:08:40.597Z Downloaded num-integer v0.1.46
9282026-09-01T23:08:40.597Z Downloaded zlib-rs v0.6.2
9292026-09-01T23:08:40.598Z Downloaded jiff-core v0.1.0
9302026-09-01T23:08:40.598Z Downloaded rawzip v0.4.4
9312026-09-01T23:08:40.598Z Downloaded supports-color v2.1.0
9322026-09-01T23:08:40.598Z Downloaded futures-io v0.3.32
9332026-09-01T23:08:40.598Z Downloaded sha3 v0.12.0
9342026-09-01T23:08:40.627Z Downloaded winnow v0.5.40
9352026-09-01T23:08:40.627Z Downloaded radium v0.7.0
9362026-09-01T23:08:40.627Z Downloaded ref-cast-impl v1.0.25
9372026-09-01T23:08:40.627Z Downloaded terminal_size v0.1.17
9382026-09-01T23:08:40.627Z Downloaded usdt v0.5.0
9392026-09-01T23:08:40.627Z Downloaded typify v0.6.2
9402026-09-01T23:08:40.627Z Downloaded minimal-lexical v0.2.1
9412026-09-01T23:08:40.627Z Downloaded zstd v0.13.3
9422026-09-01T23:08:40.627Z Downloaded russh v0.62.4
9432026-09-01T23:08:40.627Z Downloaded schemars v0.9.0
9442026-09-01T23:08:40.645Z Downloaded libloading v0.8.9
9452026-09-01T23:08:40.646Z Downloaded vte v0.14.1
9462026-09-01T23:08:40.646Z Downloaded scuffle v0.1.0
9472026-09-01T23:08:40.646Z Downloaded blake2 v0.11.0-rc.6
9482026-09-01T23:08:40.646Z Downloaded fastrand v2.3.0
9492026-09-01T23:08:40.646Z Downloaded atty v0.2.14
9502026-09-01T23:08:40.646Z Downloaded assert_cmd v2.1.2
9512026-09-01T23:08:40.646Z Downloaded powerfmt v0.2.0
9522026-09-01T23:08:40.646Z Downloaded unicode-linebreak v0.1.5
9532026-09-01T23:08:40.646Z Downloaded arc-swap v1.8.2
9542026-09-01T23:08:40.646Z Downloaded elliptic-curve v0.13.8
9552026-09-01T23:08:40.646Z Downloaded async-compression v0.4.41
9562026-09-01T23:08:40.646Z Downloaded prefix-trie v0.7.0
9572026-09-01T23:08:40.661Z Downloaded zeroize_derive v1.5.0
9582026-09-01T23:08:40.661Z Downloaded zone v0.3.1
9592026-09-01T23:08:40.661Z Downloaded multimap v0.10.1
9602026-09-01T23:08:40.661Z Downloaded serde_bytes v0.11.19
9612026-09-01T23:08:40.661Z Downloaded mime v0.3.17
9622026-09-01T23:08:40.673Z Downloaded backtrace v0.3.76
9632026-09-01T23:08:40.673Z Downloaded newline-converter v0.3.0
9642026-09-01T23:08:40.673Z Downloaded whoami v1.6.1
9652026-09-01T23:08:40.673Z Downloaded smallvec v1.15.1
9662026-09-01T23:08:40.673Z Downloaded stringprep v0.1.5
9672026-09-01T23:08:40.688Z Downloaded ssh-encoding v0.3.0
9682026-09-01T23:08:40.688Z Downloaded bitflags v2.11.0
9692026-09-01T23:08:40.688Z Downloaded parking_lot_core v0.9.12
9702026-09-01T23:08:40.688Z Downloaded testing_table v0.3.0
9712026-09-01T23:08:40.688Z Downloaded float-cmp v0.10.0
9722026-09-01T23:08:40.688Z Downloaded linked-hash-map v0.5.6
9732026-09-01T23:08:40.688Z Downloaded num v0.4.3
9742026-09-01T23:08:40.697Z Downloaded pretty_assertions v1.4.1
9752026-09-01T23:08:40.697Z Downloaded progenitor v0.14.0
9762026-09-01T23:08:40.697Z Downloaded zeroize v1.9.0
9772026-09-01T23:08:40.697Z Downloaded unicode-normalization v0.1.25
9782026-09-01T23:08:40.697Z Downloaded md5 v0.8.0
9792026-09-01T23:08:40.697Z Downloaded peg v0.8.5
9802026-09-01T23:08:40.698Z Downloaded peg-macros v0.8.5
9812026-09-01T23:08:40.698Z Downloaded time-macros v0.2.27
9822026-09-01T23:08:40.698Z Downloaded goblin v0.10.5
9832026-09-01T23:08:40.704Z Downloaded toml_parser v1.1.2+spec-1.1.0
9842026-09-01T23:08:40.708Z Downloaded equivalent v1.0.2
9852026-09-01T23:08:40.708Z Downloaded expectorate v1.2.0
9862026-09-01T23:08:40.715Z Downloaded term v0.7.0
9872026-09-01T23:08:40.715Z Downloaded usdt-impl v0.6.0
9882026-09-01T23:08:40.725Z Downloaded smallvec v0.6.14
9892026-09-01T23:08:40.725Z Downloaded num_enum v0.5.11
9902026-09-01T23:08:40.725Z Downloaded serde_spanned v1.1.1
9912026-09-01T23:08:40.725Z Downloaded thiserror-impl-no-std v2.0.2
9922026-09-01T23:08:40.734Z Downloaded tokio-native-tls v0.3.1
9932026-09-01T23:08:40.735Z Downloaded vergen-lib v0.1.6
9942026-09-01T23:08:40.735Z Downloaded float-ord v0.3.2
9952026-09-01T23:08:40.751Z Downloaded postgres-protocol v0.6.10
9962026-09-01T23:08:40.752Z Downloaded url v2.5.8
9972026-09-01T23:08:40.752Z Downloaded fatfs v0.3.6
9982026-09-01T23:08:40.752Z Downloaded base64ct v1.8.3
9992026-09-01T23:08:40.752Z Downloaded reqwest v0.13.2
10002026-09-01T23:08:40.752Z Downloaded aho-corasick v1.1.4
10012026-09-01T23:08:40.766Z Downloaded blake2 v0.10.6
10022026-09-01T23:08:40.767Z Downloaded chacha20 v0.10.0
10032026-09-01T23:08:40.767Z Downloaded chrono v0.4.45
10042026-09-01T23:08:40.767Z Downloaded ecdsa v0.17.0
10052026-09-01T23:08:40.767Z Downloaded keccak v0.1.6
10062026-09-01T23:08:40.767Z Downloaded sync-ptr v0.1.4
10072026-09-01T23:08:40.767Z Downloaded openssl-probe v0.1.6
10082026-09-01T23:08:40.773Z Downloaded kem v0.3.0
10092026-09-01T23:08:40.773Z Downloaded toml_edit v0.23.10+spec-1.0.0
10102026-09-01T23:08:40.773Z Downloaded futures-channel v0.3.32
10112026-09-01T23:08:40.773Z Downloaded zerocopy-derive v0.8.55
10122026-09-01T23:08:40.778Z Downloaded tracing-core v0.1.36
10132026-09-01T23:08:40.778Z Downloaded byte-wrapper v0.1.0
10142026-09-01T23:08:40.778Z Downloaded sigpipe v0.1.3
10152026-09-01T23:08:40.778Z Downloaded supports-hyperlinks v2.1.0
10162026-09-01T23:08:40.783Z Downloaded serde_yaml v0.9.34+deprecated
10172026-09-01T23:08:40.786Z Downloaded linkme v0.3.35
10182026-09-01T23:08:40.786Z Downloaded log v0.4.33
10192026-09-01T23:08:40.793Z Downloaded phf v0.13.1
10202026-09-01T23:08:40.793Z Downloaded rayon-core v1.13.0
10212026-09-01T23:08:40.793Z Downloaded snafu v0.8.9
10222026-09-01T23:08:40.805Z Downloaded blake3 v1.8.5
10232026-09-01T23:08:40.805Z Downloaded strum_macros v0.24.3
10242026-09-01T23:08:40.805Z Downloaded serde_with_macros v1.5.2
10252026-09-01T23:08:40.805Z Downloaded newtype-uuid-macros v0.1.0
10262026-09-01T23:08:40.805Z Downloaded backon v1.6.0
10272026-09-01T23:08:40.805Z Downloaded r2d2 v0.8.10
10282026-09-01T23:08:40.805Z Downloaded anstyle-parse v0.2.7
10292026-09-01T23:08:40.809Z Downloaded multer v3.1.0
10302026-09-01T23:08:40.809Z Downloaded unicode-xid v0.2.6
10312026-09-01T23:08:40.813Z Downloaded test-strategy v0.4.5
10322026-09-01T23:08:40.813Z Downloaded partial-io v0.5.4
10332026-09-01T23:08:40.817Z Downloaded serde v1.0.228
10342026-09-01T23:08:40.817Z Downloaded fs_extra v1.3.0
10352026-09-01T23:08:40.817Z Downloaded libm v0.2.16
10362026-09-01T23:08:40.826Z Downloaded num-bigint v0.4.6
10372026-09-01T23:08:40.829Z Downloaded ryu v1.0.23
10382026-09-01T23:08:40.829Z Downloaded salsa20 v0.11.0
10392026-09-01T23:08:40.829Z Downloaded signal-hook v0.3.18
10402026-09-01T23:08:40.832Z Downloaded ppv-lite86 v0.2.21
10412026-09-01T23:08:40.832Z Downloaded simd-adler32 v0.3.8
10422026-09-01T23:08:40.832Z Downloaded string_cache v0.8.9
10432026-09-01T23:08:40.832Z Downloaded twox-hash v2.1.2
10442026-09-01T23:08:40.836Z Downloaded serdect v0.4.3
10452026-09-01T23:08:40.836Z Downloaded stringmetrics v2.2.2
10462026-09-01T23:08:40.836Z Downloaded ecdsa v0.16.9
10472026-09-01T23:08:40.836Z Downloaded p521 v0.14.0
10482026-09-01T23:08:40.841Z Downloaded oxide-tokio-rt v0.1.4
10492026-09-01T23:08:40.841Z Downloaded anstyle-parse v1.0.0
10502026-09-01T23:08:40.841Z Downloaded either v1.15.0
10512026-09-01T23:08:40.841Z Downloaded proptest v1.11.0
10522026-09-01T23:08:40.845Z Downloaded pest_derive v2.8.6
10532026-09-01T23:08:40.850Z Downloaded miette v7.6.0
10542026-09-01T23:08:40.850Z Downloaded futures-util v0.3.32
10552026-09-01T23:08:40.856Z Downloaded progenitor-impl v0.13.0
10562026-09-01T23:08:40.860Z Downloaded async-bb8-diesel v0.2.1
10572026-09-01T23:08:40.860Z Downloaded rand_seeder v0.4.0
10582026-09-01T23:08:40.860Z Downloaded camino-tempfile v1.4.1
10592026-09-01T23:08:40.867Z Downloaded bitvec v1.0.1
10602026-09-01T23:08:40.874Z Downloaded xshell v0.2.7
10612026-09-01T23:08:40.874Z Downloaded cc v1.2.56
10622026-09-01T23:08:40.877Z Downloaded base64 v0.21.7
10632026-09-01T23:08:40.877Z Downloaded steno v0.4.1
10642026-09-01T23:08:40.877Z Downloaded litemap v0.8.1
10652026-09-01T23:08:40.878Z Downloaded rustls-pki-types v1.14.0
10662026-09-01T23:08:40.881Z Downloaded tempfile v3.27.0
10672026-09-01T23:08:40.881Z Downloaded serde_with v3.21.0
10682026-09-01T23:08:40.886Z Downloaded zerocopy v0.7.35
10692026-09-01T23:08:40.895Z Downloaded tokio-tungstenite v0.23.1
10702026-09-01T23:08:40.898Z Downloaded tower-http v0.6.8
10712026-09-01T23:08:40.900Z Downloaded winnow v0.6.26
10722026-09-01T23:08:40.905Z Downloaded flume v0.11.1
10732026-09-01T23:08:40.908Z Downloaded pkcs1 v0.7.5
10742026-09-01T23:08:40.911Z Downloaded bzip2 v0.4.4
10752026-09-01T23:08:40.911Z Downloaded toml v0.8.23
10762026-09-01T23:08:40.914Z Downloaded fancy-regex v0.14.0
10772026-09-01T23:08:40.914Z Downloaded regex-syntax v0.6.29
10782026-09-01T23:08:40.917Z Downloaded crypto-bigint v0.7.5
10792026-09-01T23:08:40.926Z Downloaded bumpalo v3.20.2
10802026-09-01T23:08:40.931Z Downloaded chumsky v0.9.3
10812026-09-01T23:08:40.931Z Downloaded tabled v0.15.0
10822026-09-01T23:08:40.938Z Downloaded serde_json v1.0.151
10832026-09-01T23:08:40.942Z Downloaded zerocopy v0.6.6
10842026-09-01T23:08:40.945Z Downloaded rstest_macros v0.25.0
10852026-09-01T23:08:40.953Z Downloaded object v0.30.4
10862026-09-01T23:08:40.957Z Downloaded syn v1.0.109
10872026-09-01T23:08:40.957Z Downloaded num-traits v0.2.19
10882026-09-01T23:08:40.963Z Downloaded schemars v1.2.1
10892026-09-01T23:08:40.967Z Downloaded oxide-update-engine-types v0.1.2
10902026-09-01T23:08:40.970Z Downloaded rsa v0.9.10
10912026-09-01T23:08:40.970Z Downloaded quinn v0.11.11
10922026-09-01T23:08:40.973Z Downloaded quinn-proto v0.11.16
10932026-09-01T23:08:40.976Z Downloaded memchr v2.8.0
10942026-09-01T23:08:40.979Z Downloaded progenitor-impl v0.14.0
10952026-09-01T23:08:40.982Z Downloaded nom v8.0.0
10962026-09-01T23:08:40.985Z Downloaded elliptic-curve v0.14.1
10972026-09-01T23:08:40.985Z Downloaded nix v0.27.1
10982026-09-01T23:08:40.993Z Downloaded aws-lc-rs v1.16.3
10992026-09-01T23:08:40.996Z Downloaded bindgen v0.71.1
11002026-09-01T23:08:41.000Z Downloaded rayon v1.11.0
11012026-09-01T23:08:41.004Z Downloaded reqwest v0.12.28
11022026-09-01T23:08:41.008Z Downloaded salty v0.3.0
11032026-09-01T23:08:41.018Z Downloaded curve25519-dalek v4.1.3
11042026-09-01T23:08:41.023Z Downloaded tabled v0.21.0
11052026-09-01T23:08:41.032Z Downloaded curve25519-dalek v5.0.0
11062026-09-01T23:08:41.038Z Downloaded portable-atomic v1.13.1
11072026-09-01T23:08:41.044Z Downloaded moka v0.12.13
11082026-09-01T23:08:41.054Z Downloaded typed-path v0.9.3
11092026-09-01T23:08:41.057Z Downloaded smoltcp v0.9.1
11102026-09-01T23:08:41.060Z Downloaded polar-core v0.27.3
11112026-09-01T23:08:41.064Z Downloaded hickory-proto v0.25.2
11122026-09-01T23:08:41.070Z Downloaded rustix v0.38.44
11132026-09-01T23:08:41.083Z Downloaded hickory-proto v0.24.4
11142026-09-01T23:08:41.132Z Downloaded time v0.3.47
11152026-09-01T23:08:41.151Z Downloaded gimli v0.32.3
11162026-09-01T23:08:41.154Z Downloaded winnow v1.0.3
11172026-09-01T23:08:41.157Z Downloaded unicode-width v0.1.14
11182026-09-01T23:08:41.161Z Downloaded dropshot-api-manager v0.8.0
11192026-09-01T23:08:41.164Z Downloaded object v0.37.3
11202026-09-01T23:08:41.172Z Downloaded reedline v0.40.0
11212026-09-01T23:08:41.176Z Downloaded sqlparser v0.61.0
11222026-09-01T23:08:41.182Z Downloaded nix v0.28.0
11232026-09-01T23:08:41.188Z Downloaded zerocopy v0.8.55
11242026-09-01T23:08:41.205Z Downloaded petname v2.0.2
11252026-09-01T23:08:41.208Z Downloaded regress v0.11.1
11262026-09-01T23:08:41.208Z Downloaded diesel v2.3.7
11272026-09-01T23:08:41.224Z Downloaded p384 v0.13.1
11282026-09-01T23:08:41.228Z Downloaded git2 v0.20.4
11292026-09-01T23:08:41.231Z Downloaded radix_trie v0.2.1
11302026-09-01T23:08:41.234Z Downloaded bstr v1.12.1
11312026-09-01T23:08:41.242Z Downloaded openapiv3 v2.2.0
11322026-09-01T23:08:41.249Z Downloaded syn v3.0.3
11332026-09-01T23:08:41.264Z Downloaded lalrpop v0.19.12
11342026-09-01T23:08:41.270Z Downloaded unicode-width v0.2.0
11352026-09-01T23:08:41.287Z Downloaded smoltcp v0.11.0
11362026-09-01T23:08:41.293Z Downloaded vcpkg v0.2.15
11372026-09-01T23:08:41.317Z Downloaded rustix v1.1.4
11382026-09-01T23:08:41.339Z Downloaded regress v0.10.5
11392026-09-01T23:08:41.344Z Downloaded nix v0.31.2
11402026-09-01T23:08:41.344Z Downloaded regex-syntax v0.8.10
11412026-09-01T23:08:41.348Z Downloaded rustls v0.23.41
11422026-09-01T23:08:41.352Z Downloaded syn v2.0.117
11432026-09-01T23:08:41.359Z Downloaded dropshot v0.17.1
11442026-09-01T23:08:41.372Z Downloaded openssl v0.10.80
11452026-09-01T23:08:41.378Z Downloaded tracing v0.1.44
11462026-09-01T23:08:41.391Z Downloaded ratatui v0.29.0
11472026-09-01T23:08:41.402Z Downloaded sled v0.34.7
11482026-09-01T23:08:41.408Z Downloaded typify-impl v0.6.2
11492026-09-01T23:08:41.416Z Downloaded sha3 v0.11.0
11502026-09-01T23:08:41.420Z Downloaded zerocopy-derive v0.6.6
11512026-09-01T23:08:41.453Z Downloaded bzip2-sys v0.1.13+1.0.8
11522026-09-01T23:08:41.459Z Downloaded petgraph v0.6.5
11532026-09-01T23:08:41.486Z Downloaded regex-automata v0.4.14
11542026-09-01T23:08:41.545Z Downloaded petgraph v0.8.3
11552026-09-01T23:08:41.556Z Downloaded chrono-tz v0.10.4
11562026-09-01T23:08:41.570Z Downloaded libc v0.2.185
11572026-09-01T23:08:41.590Z Downloaded csv v1.4.0
11582026-09-01T23:08:41.600Z Downloaded jiff v0.2.34
11592026-09-01T23:08:41.612Z Downloaded tokio v1.52.1
11602026-09-01T23:08:41.633Z Downloaded libz-sys v1.1.24
11612026-09-01T23:08:41.645Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11622026-09-01T23:08:41.655Z Downloaded sha3 v0.10.8
11632026-09-01T23:08:41.658Z Downloaded encoding_rs v0.8.35
11642026-09-01T23:08:41.670Z Downloaded ring v0.17.14
11652026-09-01T23:08:41.694Z Downloaded libgit2-sys v0.18.3+1.9.2
11662026-09-01T23:08:41.733Z Downloaded httpmock v0.8.3
11672026-09-01T23:08:42.232Z Downloaded aws-lc-sys v0.40.0
11682026-09-01T23:08:42.669Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11692026-09-01T23:08:45.400Z Startup: Refreshing catalog 'helios' ... Done
11702026-09-01T23:08:45.827Z Startup: Caching catalogs ... Done
11712026-09-01T23:08:48.366ZPlanning: Solver setup ... Done (2.413s)
11722026-09-01T23:08:48.432ZPlanning: Running solver ... Done (0.067s)
11732026-09-01T23:08:48.486ZPlanning: Finding local manifests ... Done (0.003s)
11742026-09-01T23:08:48.500ZPlanning: Fetching manifests: 0/2 0% complete
11752026-09-01T23:08:48.522ZPlanning: Fetching manifests: 2/2 100% complete
11762026-09-01T23:08:48.536ZPlanning: Package planning ... Done (0.014s)
11772026-09-01T23:08:48.539ZPlanning: Merging actions ... Done (0.002s)
11782026-09-01T23:08:48.706ZPlanning: Checking for conflicting actions ... Done (0.169s)
11792026-09-01T23:08:48.711ZPlanning: Consolidating action changes ... Done (0.001s)
11802026-09-01T23:08:49.541ZPlanning: Evaluating mediators ... Done (0.831s)
11812026-09-01T23:08:49.545ZPlanning: Planning completed in 3.68 seconds
11822026-09-01T23:08:49.548Z Packages to install: 2
11832026-09-01T23:08:49.548Z Estimated space available: 155.72 GB
11842026-09-01T23:08:49.548ZEstimated space to be consumed: 85.05 MB
11852026-09-01T23:08:49.548Z Create boot environment: No
11862026-09-01T23:08:49.553ZCreate backup boot environment: No
11872026-09-01T23:08:49.553Z Rebuild boot archive: No
11882026-09-01T23:08:49.553Z
11892026-09-01T23:08:49.553ZChanged packages:
11902026-09-01T23:08:49.553Zhelios
11912026-09-01T23:08:49.553Z developer/build-essential
11922026-09-01T23:08:49.553Z None -> 11-3.0
11932026-09-01T23:08:49.553Z library/libxmlsec1
11942026-09-01T23:08:49.553Z None -> 1.2.35-3.0
11952026-09-01T23:08:49.577Z
11962026-09-01T23:08:49.577ZDownload: 0/214 items 0.0/1.3MB 0% complete
11972026-09-01T23:08:49.661ZDownload: Completed 1.28 MB in 0.08 seconds (16.5M/s)
11982026-09-01T23:08:49.785Z Actions: 1/268 actions (Installing new actions)
11992026-09-01T23:08:49.798Z Actions: Completed 268 actions in 0.04 seconds.
12002026-09-01T23:08:49.831ZFinalize: Updating package state database ... Done (0.035s)
12012026-09-01T23:08:49.837ZFinalize: Updating package cache ... Done (0.000s)
12022026-09-01T23:08:49.937ZFinalize: Updating image state ... Done (0.095s)
12032026-09-01T23:08:52.710ZFinalize: Creating fast lookup database ... Done (2.704s)
12042026-09-01T23:08:52.756ZFinalize: Reading search index ... Done (0.012s)
12052026-09-01T23:08:52.771ZFinalize: Updating search index ... Done (0.000s)
12062026-09-01T23:08:52.852ZFinalize: Updating package cache ... Done (0.000s)
12072026-09-01T23:08:53.228ZPlanning: Evaluating mediator changes ... Done
12082026-09-01T23:08:53.337ZPlanning: Checking for conflicting actions ... Done
12092026-09-01T23:08:53.357ZPlanning: Consolidating action changes ... Done
12102026-09-01T23:08:53.496ZPlanning: Evaluating mediators ... Done
12112026-09-01T23:08:53.504ZPlanning: Planning completed in 0.27 seconds
12122026-09-01T23:08:53.521Z Mediators to change: 2
12132026-09-01T23:08:53.521Z Create boot environment: No
12142026-09-01T23:08:53.521ZCreate backup boot environment: No
12152026-09-01T23:08:53.578ZFinalize: Updating package state database ... Done
12162026-09-01T23:08:53.578ZFinalize: Updating package cache ... Done
12172026-09-01T23:08:53.638ZFinalize: Updating image state ... Done
12182026-09-01T23:08:55.603ZFinalize: Creating fast lookup database ... Done
12192026-09-01T23:08:55.660ZFinalize: Reading search index ... Done
12202026-09-01T23:08:55.664ZFinalize: Updating search index ... Done
12212026-09-01T23:08:55.736ZFinalize: Updating package cache ... Done
12222026-09-01T23:08:56.026ZPlanning: Evaluating mediator changes ... Done
12232026-09-01T23:08:56.148ZPlanning: Checking for conflicting actions ... Done
12242026-09-01T23:08:56.154ZPlanning: Consolidating action changes ... Done
12252026-09-01T23:08:56.291ZPlanning: Evaluating mediators ... Done
12262026-09-01T23:08:56.294ZPlanning: Planning completed in 0.27 seconds
12272026-09-01T23:08:56.316Z Mediators to change: 1
12282026-09-01T23:08:56.316Z Create boot environment: No
12292026-09-01T23:08:56.316ZCreate backup boot environment: No
12302026-09-01T23:08:56.362ZFinalize: Updating package state database ... Done
12312026-09-01T23:08:56.362ZFinalize: Updating package cache ... Done
12322026-09-01T23:08:56.423ZFinalize: Updating image state ... Done
12332026-09-01T23:08:58.394ZFinalize: Creating fast lookup database ... Done
12342026-09-01T23:08:58.458ZFinalize: Reading search index ... Done
12352026-09-01T23:08:58.462ZFinalize: Updating search index ... Done
12362026-09-01T23:08:58.545ZFinalize: Updating package cache ... Done
12372026-09-01T23:08:58.866ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12382026-09-01T23:08:58.866Zapache system 2.4 system
12392026-09-01T23:08:58.866Zclang system 15 system
12402026-09-01T23:08:58.866Zcsh system system illumos
12412026-09-01T23:08:58.866Zctags system system illumos
12422026-09-01T23:08:58.866Zfile vendor vendor darwinsys
12432026-09-01T23:08:58.866Zfile system system illumos
12442026-09-01T23:08:58.866Zgcc vendor 14 vendor
12452026-09-01T23:08:58.866Zgcc system 13 system
12462026-09-01T23:08:58.866Zgcc system 10 system
12472026-09-01T23:08:58.866Zgo system 1.25 system
12482026-09-01T23:08:58.866Zllvm system 15 system
12492026-09-01T23:08:58.866Zmariadb system 11.4 system
12502026-09-01T23:08:58.866Zmta vendor vendor dma
12512026-09-01T23:08:58.866Zopenjdk system 17 system
12522026-09-01T23:08:58.866Zopenjdk system 11 system
12532026-09-01T23:08:58.866Zopenssl vendor 3 vendor
12542026-09-01T23:08:58.866Zperl system 5.40 system
12552026-09-01T23:08:58.866Zpostgresql system 18 system
12562026-09-01T23:08:58.866Zpostgresql system 17 system
12572026-09-01T23:08:58.866Zpython vendor 3 vendor
12582026-09-01T23:08:58.866Zpython system 2 system
12592026-09-01T23:08:58.867Zpython3 vendor 3.13 vendor
12602026-09-01T23:08:58.867Zruby system 3.4 system
12612026-09-01T23:08:58.867Zruby system 3.0 system
12622026-09-01T23:08:58.867Zwords vendor vendor american-english
12632026-09-01T23:08:58.867Zwords system system australian-english
12642026-09-01T23:08:58.867Zwords system system british-english
12652026-09-01T23:08:58.867Zwords system system canadian-english
12662026-09-01T23:08:58.867Zwords system system french
12672026-09-01T23:08:58.867Zwords system system italian
12682026-09-01T23:08:58.867Zwords system system ngerman
12692026-09-01T23:08:58.867Zwords system system ogerman
12702026-09-01T23:08:58.867Zwords system system spanish
12712026-09-01T23:08:59.128ZPUBLISHER TYPE STATUS P LOCATION
12722026-09-01T23:08:59.129Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12732026-09-01T23:08:59.645ZFMRI IFO
12742026-09-01T23:08:59.645Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12752026-09-01T23:08:59.645Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12762026-09-01T23:08:59.645Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12772026-09-01T23:08:59.645Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12782026-09-01T23:08:59.645Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12792026-09-01T23:08:59.645Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12802026-09-01T23:08:59.645Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12812026-09-01T23:08:59.645Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12822026-09-01T23:08:59.645Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12832026-09-01T23:09:00.281Z Downloading crates ...
12842026-09-01T23:09:00.326Z Downloaded cargo_toml v0.21.0
12852026-09-01T23:09:00.376Z Compiling proc-macro2 v1.0.106
12862026-09-01T23:09:00.377Z Compiling quote v1.0.45
12872026-09-01T23:09:00.377Z Compiling unicode-ident v1.0.24
12882026-09-01T23:09:00.377Z Compiling serde_core v1.0.228
12892026-09-01T23:09:00.384Z Compiling libc v0.2.185
12902026-09-01T23:09:00.385Z Compiling version_check v0.9.5
12912026-09-01T23:09:00.385Z Compiling memchr v2.8.0
12922026-09-01T23:09:00.385Z Compiling serde v1.0.228
12932026-09-01T23:09:00.385Z Compiling zmij v1.0.21
12942026-09-01T23:09:00.455Z Compiling itoa v1.0.17
12952026-09-01T23:09:00.458Z Compiling ucd-trie v0.1.7
12962026-09-01T23:09:00.459Z Compiling thiserror v1.0.69
12972026-09-01T23:09:00.459Z Compiling byteorder v1.5.0
12982026-09-01T23:09:00.459Z Compiling rustix v1.1.4
12992026-09-01T23:09:00.648Z Compiling bitflags v2.11.0
13002026-09-01T23:09:00.809Z Compiling serde_json v1.0.151
13012026-09-01T23:09:01.871Z Compiling camino v1.2.5
13022026-09-01T23:09:01.875Z Compiling usdt-impl v0.5.0
13032026-09-01T23:09:01.875Z Compiling proc-macro-error-attr v1.0.4
13042026-09-01T23:09:01.875Z Compiling pest v2.8.6
13052026-09-01T23:09:01.875Z Compiling syn v1.0.109
13062026-09-01T23:09:01.876Z Compiling proc-macro-error v1.0.4
13072026-09-01T23:09:01.876Z Compiling hashbrown v0.17.0
13082026-09-01T23:09:01.876Z Compiling utf8parse v0.2.2
13092026-09-01T23:09:01.876Z Compiling log v0.4.33
13102026-09-01T23:09:01.876Z Compiling plain v0.2.3
13112026-09-01T23:09:01.876Z Compiling equivalent v1.0.2
13122026-09-01T23:09:01.876Z Compiling getrandom v0.4.3
13132026-09-01T23:09:01.876Z Compiling anstyle-parse v1.0.0
13142026-09-01T23:09:01.876Z Compiling cfg-if v1.0.4
13152026-09-01T23:09:01.876Z Compiling autocfg v1.5.0
13162026-09-01T23:09:01.876Z Compiling anstyle v1.0.14
13172026-09-01T23:09:01.876Z Compiling toml_write v0.1.2
13182026-09-01T23:09:01.876Z Compiling thiserror v2.0.18
13192026-09-01T23:09:01.876Z Compiling anstyle-query v1.1.5
13202026-09-01T23:09:01.876Z Compiling is_terminal_polyfill v1.70.2
13212026-09-01T23:09:01.876Z Compiling colorchoice v1.0.4
13222026-09-01T23:09:01.876Z Compiling pretty-hex v0.4.1
13232026-09-01T23:09:01.876Z Compiling winnow v0.7.14
13242026-09-01T23:09:01.876Z Compiling errno v0.3.14
13252026-09-01T23:09:01.876Z Compiling thread-id v4.2.2
13262026-09-01T23:09:01.876Z Compiling anstream v1.0.0
13272026-09-01T23:09:01.876Z Compiling bytecount v0.6.9
13282026-09-01T23:09:01.876Z Compiling heck v0.4.1
13292026-09-01T23:09:01.876Z Compiling indexmap v2.14.0
13302026-09-01T23:09:01.876Z Compiling fnv v1.0.7
13312026-09-01T23:09:01.876Z Compiling once_cell v1.21.3
13322026-09-01T23:09:01.876Z Compiling fastrand v2.3.0
13332026-09-01T23:09:01.876Z Compiling heck v0.5.0
13342026-09-01T23:09:01.949Z Compiling fs-err v3.3.0
13352026-09-01T23:09:01.972Z Compiling unicode-width v0.1.14
13362026-09-01T23:09:01.995Z Compiling clap_lex v1.0.0
13372026-09-01T23:09:02.041Z Compiling strsim v0.11.1
13382026-09-01T23:09:02.080Z Compiling anyhow v1.0.104
13392026-09-01T23:09:02.119Z Compiling memmap v0.7.0
13402026-09-01T23:09:02.148Z Compiling syn v2.0.117
13412026-09-01T23:09:02.222Z Compiling pest_meta v2.8.6
13422026-09-01T23:09:02.247Z Compiling papergrid v0.11.0
13432026-09-01T23:09:02.266Z Compiling smawk v0.3.2
13442026-09-01T23:09:02.277Z Compiling unicode-width v0.2.0
13452026-09-01T23:09:02.288Z Compiling unicode-linebreak v0.1.5
13462026-09-01T23:09:02.421Z Compiling swrite v0.1.0
13472026-09-01T23:09:02.628Z Compiling terminal_size v0.4.3
13482026-09-01T23:09:02.628Z Compiling tempfile v3.27.0
13492026-09-01T23:09:02.729Z Compiling clap_builder v4.6.0
13502026-09-01T23:09:02.729Z Compiling textwrap v0.16.2
13512026-09-01T23:09:03.085Z Compiling cargo-platform v0.3.2
13522026-09-01T23:09:03.107Z Compiling semver v1.0.28
13532026-09-01T23:09:03.331Z Compiling camino-tempfile v1.4.1
13542026-09-01T23:09:03.566Z Compiling tabled_derive v0.7.0
13552026-09-01T23:09:04.237Z Compiling tabled v0.15.0
13562026-09-01T23:09:04.294Z Compiling pest_generator v2.8.6
13572026-09-01T23:09:04.772Z Compiling serde_derive v1.0.228
13582026-09-01T23:09:04.772Z Compiling thiserror-impl v1.0.69
13592026-09-01T23:09:04.772Z Compiling zerocopy-derive v0.7.35
13602026-09-01T23:09:04.772Z Compiling scroll_derive v0.12.1
13612026-09-01T23:09:04.781Z Compiling thiserror-impl v2.0.18
13622026-09-01T23:09:04.781Z Compiling clap_derive v4.6.1
13632026-09-01T23:09:04.819Z Compiling pest_derive v2.8.6
13642026-09-01T23:09:05.436Z Compiling scroll v0.12.0
13652026-09-01T23:09:05.472Z Compiling zerocopy v0.7.35
13662026-09-01T23:09:05.656Z Compiling goblin v0.8.2
13672026-09-01T23:09:05.796Z Compiling dtrace-parser v0.2.0
13682026-09-01T23:09:06.126Z Compiling clap v4.6.1
13692026-09-01T23:09:07.144Z Compiling dof v0.3.0
13702026-09-01T23:09:07.145Z Compiling serde_tokenstream v0.2.3
13712026-09-01T23:09:07.154Z Compiling serde_spanned v0.6.9
13722026-09-01T23:09:07.157Z Compiling toml_datetime v0.6.11
13732026-09-01T23:09:07.157Z Compiling macaddr v1.0.1
13742026-09-01T23:09:07.157Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13752026-09-01T23:09:07.157Z Compiling cargo_metadata v0.23.1
13762026-09-01T23:09:07.323Z Compiling toml_edit v0.22.27
13772026-09-01T23:09:07.784Z Compiling usdt-attr-macro v0.5.0
13782026-09-01T23:09:07.787Z Compiling usdt-macro v0.5.0
13792026-09-01T23:09:08.393Z Compiling usdt v0.5.0
13802026-09-01T23:09:08.579Z Compiling toml v0.8.23
13812026-09-01T23:09:08.895Z Compiling cargo_toml v0.21.0
13822026-09-01T23:09:10.191Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13832026-09-01T23:09:12.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.37s
13842026-09-01T23:09:12.240Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13852026-09-01T23:09:12.994Z Compiling serde_core v1.0.228
13862026-09-01T23:09:12.994Z Compiling libc v0.2.185
13872026-09-01T23:09:12.994Z Compiling serde v1.0.228
13882026-09-01T23:09:12.998Z Compiling log v0.4.33
13892026-09-01T23:09:12.998Z Compiling smallvec v1.15.1
13902026-09-01T23:09:12.998Z Compiling find-msvc-tools v0.1.9
13912026-09-01T23:09:12.998Z Compiling shlex v1.3.0
13922026-09-01T23:09:12.998Z Compiling subtle v2.6.1
13932026-09-01T23:09:12.998Z Compiling scopeguard v1.2.0
13942026-09-01T23:09:12.998Z Compiling typenum v1.20.1
13952026-09-01T23:09:12.998Z Compiling stable_deref_trait v1.2.1
13962026-09-01T23:09:12.998Z Compiling zerocopy v0.8.55
13972026-09-01T23:09:13.119Z Compiling portable-atomic v1.13.1
13982026-09-01T23:09:13.153Z Compiling serde_json v1.0.151
13992026-09-01T23:09:13.166Z Compiling syn v2.0.117
14002026-09-01T23:09:13.178Z Compiling critical-section v1.2.0
14012026-09-01T23:09:13.246Z Compiling lock_api v0.4.14
14022026-09-01T23:09:13.259Z Compiling libm v0.2.16
14032026-09-01T23:09:13.338Z Compiling num-traits v0.2.19
14042026-09-01T23:09:13.371Z Compiling pkg-config v0.3.32
14052026-09-01T23:09:13.397Z Compiling generic-array v0.14.7
14062026-09-01T23:09:13.432Z Compiling pin-project-lite v0.2.17
14072026-09-01T23:09:13.444Z Compiling const-oid v0.9.6
14082026-09-01T23:09:13.511Z Compiling parking_lot_core v0.9.12
14092026-09-01T23:09:13.539Z Compiling getrandom v0.4.3
14102026-09-01T23:09:13.554Z Compiling rand_core v0.10.0
14112026-09-01T23:09:13.611Z Compiling litemap v0.8.1
14122026-09-01T23:09:13.670Z Compiling futures-core v0.3.32
14132026-09-01T23:09:13.725Z Compiling percent-encoding v2.3.2
14142026-09-01T23:09:13.757Z Compiling writeable v0.6.2
14152026-09-01T23:09:13.786Z Compiling icu_normalizer_data v2.1.1
14162026-09-01T23:09:13.799Z Compiling icu_properties_data v2.1.2
14172026-09-01T23:09:13.843Z Compiling getrandom v0.3.4
14182026-09-01T23:09:13.858Z Compiling rustix v1.1.4
14192026-09-01T23:09:13.861Z Compiling futures-sink v0.3.32
14202026-09-01T23:09:13.958Z Compiling slab v0.4.12
14212026-09-01T23:09:13.988Z Compiling futures-channel v0.3.32
14222026-09-01T23:09:14.005Z Compiling futures-io v0.3.32
14232026-09-01T23:09:14.008Z Compiling utf8_iter v1.0.4
14242026-09-01T23:09:14.041Z Compiling futures-task v0.3.32
14252026-09-01T23:09:14.070Z Compiling form_urlencoded v1.2.2
14262026-09-01T23:09:14.165Z Compiling errno v0.3.14
14272026-09-01T23:09:14.181Z Compiling jobserver v0.1.34
14282026-09-01T23:09:14.196Z Compiling getrandom v0.2.17
14292026-09-01T23:09:14.243Z Compiling mio v1.2.0
14302026-09-01T23:09:14.259Z Compiling socket2 v0.6.3
14312026-09-01T23:09:14.274Z Compiling rustversion v1.0.22
14322026-09-01T23:09:14.287Z Compiling once_cell v1.21.3
14332026-09-01T23:09:14.290Z Compiling signal-hook-registry v1.4.8
14342026-09-01T23:09:14.332Z Compiling iana-time-zone v0.1.65
14352026-09-01T23:09:14.390Z Compiling cc v1.2.56
14362026-09-01T23:09:14.446Z Compiling rand_core v0.6.4
14372026-09-01T23:09:14.463Z Compiling parking_lot v0.12.5
14382026-09-01T23:09:14.512Z Compiling base64ct v1.8.3
14392026-09-01T23:09:14.558Z Compiling regex-syntax v0.8.10
14402026-09-01T23:09:14.561Z Compiling fs_extra v1.3.0
14412026-09-01T23:09:14.586Z Compiling flagset v0.4.7
14422026-09-01T23:09:14.602Z Compiling dunce v1.0.5
14432026-09-01T23:09:14.666Z Compiling ident_case v1.0.1
14442026-09-01T23:09:14.705Z Compiling base64 v0.22.1
14452026-09-01T23:09:14.723Z Compiling vcpkg v0.2.15
14462026-09-01T23:09:14.736Z Compiling syn v1.0.109
14472026-09-01T23:09:14.749Z Compiling rand_core v0.9.5
14482026-09-01T23:09:14.802Z Compiling pem-rfc7468 v0.7.0
14492026-09-01T23:09:14.829Z Compiling tracing-core v0.1.36
14502026-09-01T23:09:14.846Z Compiling simd-adler32 v0.3.8
14512026-09-01T23:09:14.861Z Compiling dyn-clone v1.0.20
14522026-09-01T23:09:14.864Z Compiling aws-lc-rs v1.16.3
14532026-09-01T23:09:14.865Z Compiling schemars v0.8.22
14542026-09-01T23:09:15.010Z Compiling cpufeatures v0.2.17
14552026-09-01T23:09:15.038Z Compiling spin v0.9.8
14562026-09-01T23:09:15.053Z Compiling tinyvec_macros v0.1.1
14572026-09-01T23:09:15.093Z Compiling httparse v1.10.1
14582026-09-01T23:09:15.109Z Compiling cmake v0.1.57
14592026-09-01T23:09:15.137Z Compiling openssl-probe v0.2.1
14602026-09-01T23:09:15.150Z Compiling cmov v0.5.4
14612026-09-01T23:09:15.164Z Compiling adler2 v2.0.1
14622026-09-01T23:09:15.194Z Compiling crc32fast v1.5.0
14632026-09-01T23:09:15.198Z Compiling tinyvec v1.10.0
14642026-09-01T23:09:15.263Z Compiling aho-corasick v1.1.4
14652026-09-01T23:09:15.290Z Compiling miniz_oxide v0.8.9
14662026-09-01T23:09:15.324Z Compiling bitflags v2.11.0
14672026-09-01T23:09:15.390Z Compiling semver v1.0.28
14682026-09-01T23:09:15.405Z Compiling indexmap v2.14.0
14692026-09-01T23:09:15.464Z Compiling uuid v1.23.4
14702026-09-01T23:09:15.521Z Compiling ctutils v0.4.2
14712026-09-01T23:09:15.536Z Compiling radium v0.7.0
14722026-09-01T23:09:15.561Z Compiling atomic-waker v1.1.2
14732026-09-01T23:09:15.576Z Compiling unicode-segmentation v1.12.0
14742026-09-01T23:09:15.579Z Compiling untrusted v0.7.1
14752026-09-01T23:09:15.698Z Compiling rustc_version v0.4.1
14762026-09-01T23:09:15.725Z Compiling tower-service v0.3.3
14772026-09-01T23:09:15.740Z Compiling tower-layer v0.3.3
14782026-09-01T23:09:15.771Z Compiling try-lock v0.2.5
14792026-09-01T23:09:15.888Z Compiling want v0.3.1
14802026-09-01T23:09:15.916Z Compiling openssl v0.10.80
14812026-09-01T23:09:15.919Z Compiling tap v1.0.1
14822026-09-01T23:09:15.957Z Compiling aws-lc-sys v0.40.0
14832026-09-01T23:09:15.983Z Compiling openssl-sys v0.9.117
14842026-09-01T23:09:16.026Z Compiling untrusted v0.9.0
14852026-09-01T23:09:16.042Z Compiling synstructure v0.13.2
14862026-09-01T23:09:16.075Z Compiling serde_derive_internals v0.29.1
14872026-09-01T23:09:16.079Z Compiling pest_generator v2.8.6
14882026-09-01T23:09:16.079Z Compiling darling_core v0.20.11
14892026-09-01T23:09:16.149Z Compiling regex-automata v0.4.14
14902026-09-01T23:09:16.164Z Compiling foreign-types-shared v0.1.1
14912026-09-01T23:09:16.167Z Compiling httpdate v1.0.3
14922026-09-01T23:09:16.194Z Compiling maybe-uninit v2.0.0
14932026-09-01T23:09:16.263Z Compiling rustls v0.23.41
14942026-09-01T23:09:16.449Z Compiling tempfile v3.27.0
14952026-09-01T23:09:16.472Z Compiling terminal_size v0.4.3
14962026-09-01T23:09:16.487Z Compiling foreign-types v0.3.2
14972026-09-01T23:09:16.560Z Compiling wyz v0.5.1
14982026-09-01T23:09:16.573Z Compiling bzip2-sys v0.1.13+1.0.8
14992026-09-01T23:09:16.632Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15002026-09-01T23:09:16.704Z Compiling unicode-normalization v0.1.25
15012026-09-01T23:09:16.769Z Compiling num-integer v0.1.46
15022026-09-01T23:09:16.800Z Compiling wait-timeout v0.2.1
15032026-09-01T23:09:16.841Z Compiling socket2 v0.5.10
15042026-09-01T23:09:16.890Z Compiling ahash v0.8.12
15052026-09-01T23:09:16.904Z Compiling num-bigint-dig v0.8.6
15062026-09-01T23:09:16.951Z Compiling funty v2.0.0
15072026-09-01T23:09:16.972Z Compiling powerfmt v0.2.0
15082026-09-01T23:09:16.999Z Compiling packed_struct v0.10.1
15092026-09-01T23:09:17.054Z Compiling quick-error v1.2.3
15102026-09-01T23:09:17.111Z Compiling time-core v0.1.8
15112026-09-01T23:09:17.126Z Compiling native-tls v0.2.18
15122026-09-01T23:09:17.131Z Compiling num-conv v0.2.0
15132026-09-01T23:09:17.131Z Compiling bit-vec v0.8.0
15142026-09-01T23:09:17.143Z Compiling deranged v0.5.8
15152026-09-01T23:09:17.185Z Compiling rusty-fork v0.3.1
15162026-09-01T23:09:17.254Z Compiling clap_builder v4.6.0
15172026-09-01T23:09:17.273Z Compiling num-iter v0.1.45
15182026-09-01T23:09:17.287Z Compiling time-macros v0.2.27
15192026-09-01T23:09:17.336Z Compiling bitvec v1.0.1
15202026-09-01T23:09:17.369Z Compiling bit-set v0.8.0
15212026-09-01T23:09:17.414Z Compiling lazy_static v1.5.0
15222026-09-01T23:09:17.477Z Compiling rand_xorshift v0.4.0
15232026-09-01T23:09:17.509Z Compiling sync_wrapper v1.0.2
15242026-09-01T23:09:17.523Z Compiling indexmap v1.9.3
15252026-09-01T23:09:17.540Z Compiling siphasher v1.0.2
15262026-09-01T23:09:17.572Z Compiling nodrop v0.1.14
15272026-09-01T23:09:17.628Z Compiling zlib-rs v0.6.2
15282026-09-01T23:09:17.660Z Compiling paste v1.0.15
15292026-09-01T23:09:17.676Z Compiling usdt-impl v0.6.0
15302026-09-01T23:09:17.726Z Compiling crossbeam-utils v0.8.21
15312026-09-01T23:09:17.743Z Compiling num_threads v0.1.7
15322026-09-01T23:09:17.776Z Compiling serde_derive v1.0.228
15332026-09-01T23:09:17.852Z Compiling zeroize_derive v1.5.0
15342026-09-01T23:09:17.897Z Compiling zerocopy-derive v0.8.55
15352026-09-01T23:09:17.939Z Compiling zerofrom-derive v0.1.6
15362026-09-01T23:09:18.033Z Compiling yoke-derive v0.8.1
15372026-09-01T23:09:18.158Z Compiling zerovec-derive v0.11.2
15382026-09-01T23:09:18.251Z Compiling displaydoc v0.2.5
15392026-09-01T23:09:18.379Z Compiling tokio-macros v2.7.0
15402026-09-01T23:09:18.443Z Compiling futures-macro v0.3.32
15412026-09-01T23:09:18.519Z Compiling thiserror-impl v2.0.18
15422026-09-01T23:09:18.846Z Compiling der_derive v0.7.3
15432026-09-01T23:09:19.119Z Compiling tracing-attributes v0.1.31
15442026-09-01T23:09:19.150Z Compiling schemars_derive v0.8.22
15452026-09-01T23:09:19.228Z Compiling pest_derive v2.8.6
15462026-09-01T23:09:19.291Z Compiling scroll_derive v0.13.1
15472026-09-01T23:09:19.366Z Compiling futures-util v0.3.32
15482026-09-01T23:09:19.393Z Compiling darling_macro v0.20.11
15492026-09-01T23:09:19.449Z Compiling zerofrom v0.1.6
15502026-09-01T23:09:19.593Z Compiling yoke v0.8.1
15512026-09-01T23:09:19.700Z Compiling thiserror-impl v1.0.69
15522026-09-01T23:09:19.796Z Compiling zerovec v0.11.5
15532026-09-01T23:09:19.891Z Compiling zerotrie v0.2.3
15542026-09-01T23:09:19.925Z Compiling openssl-macros v0.1.1
15552026-09-01T23:09:19.952Z Compiling thiserror v2.0.18
15562026-09-01T23:09:20.076Z Compiling darling v0.20.11
15572026-09-01T23:09:20.127Z Compiling scroll v0.13.0
15582026-09-01T23:09:20.171Z Compiling packed_struct_codegen v0.10.1
15592026-09-01T23:09:20.206Z Compiling clap_derive v4.6.1
15602026-09-01T23:09:20.340Z Compiling tinystr v0.8.2
15612026-09-01T23:09:20.360Z Compiling potential_utf v0.1.4
15622026-09-01T23:09:20.376Z Compiling goblin v0.10.5
15632026-09-01T23:09:20.448Z Compiling zerocopy-derive v0.6.6
15642026-09-01T23:09:20.451Z Compiling bitfield-macros v0.19.4
15652026-09-01T23:09:20.492Z Compiling icu_collections v2.1.1
15662026-09-01T23:09:20.540Z Compiling icu_locale_core v2.1.1
15672026-09-01T23:09:20.560Z Compiling tracing v0.1.44
15682026-09-01T23:09:20.852Z Compiling object v0.37.3
15692026-09-01T23:09:21.002Z Compiling thiserror v1.0.69
15702026-09-01T23:09:21.015Z Compiling unarray v0.1.4
15712026-09-01T23:09:21.048Z Compiling crc-catalog v2.4.0
15722026-09-01T23:09:21.127Z Compiling flate2 v1.1.9
15732026-09-01T23:09:21.149Z Compiling derive_builder_core v0.20.2
15742026-09-01T23:09:21.164Z Compiling crc v3.4.0
15752026-09-01T23:09:21.218Z Compiling icu_provider v2.1.1
15762026-09-01T23:09:21.233Z Compiling bitfield v0.19.4
15772026-09-01T23:09:21.305Z Compiling dtrace-parser v0.3.0
15782026-09-01T23:09:21.333Z Compiling zerocopy v0.6.6
15792026-09-01T23:09:21.395Z Compiling zeroize v1.9.0
15802026-09-01T23:09:21.425Z Compiling bytes v1.11.1
15812026-09-01T23:09:21.453Z Compiling icu_normalizer v2.1.1
15822026-09-01T23:09:21.531Z Compiling icu_properties v2.1.2
15832026-09-01T23:09:21.550Z Compiling chrono v0.4.45
15842026-09-01T23:09:21.623Z Compiling der v0.7.10
15852026-09-01T23:09:21.678Z Compiling rustls-pki-types v1.14.0
15862026-09-01T23:09:21.752Z Compiling hybrid-array v0.4.13
15872026-09-01T23:09:22.035Z Compiling tokio v1.52.1
15882026-09-01T23:09:22.038Z Compiling http v1.4.2
15892026-09-01T23:09:22.064Z Compiling ipnet v2.12.0
15902026-09-01T23:09:22.064Z Compiling hex v0.4.3
15912026-09-01T23:09:22.091Z Compiling block-buffer v0.10.4
15922026-09-01T23:09:22.142Z Compiling crypto-common v0.1.7
15932026-09-01T23:09:22.156Z Compiling serde_spanned v0.6.9
15942026-09-01T23:09:22.273Z Compiling digest v0.10.7
15952026-09-01T23:09:22.307Z Compiling toml_datetime v0.6.11
15962026-09-01T23:09:22.321Z Compiling clap v4.6.1
15972026-09-01T23:09:22.417Z Compiling idna_adapter v1.2.1
15982026-09-01T23:09:22.542Z Compiling ppv-lite86 v0.2.21
15992026-09-01T23:09:22.542Z Compiling idna v1.1.0
16002026-09-01T23:09:22.572Z Compiling spki v0.7.3
16012026-09-01T23:09:22.575Z Compiling sha2 v0.10.9
16022026-09-01T23:09:22.602Z Compiling signature v2.2.0
16032026-09-01T23:09:22.631Z Compiling hmac v0.12.1
16042026-09-01T23:09:22.679Z Compiling http-body v1.0.1
16052026-09-01T23:09:22.805Z Compiling pkcs8 v0.10.2
16062026-09-01T23:09:22.805Z Compiling http-body-util v0.1.3
16072026-09-01T23:09:22.833Z Compiling rand_chacha v0.9.0
16082026-09-01T23:09:22.847Z Compiling url v2.5.8
16092026-09-01T23:09:22.863Z Compiling rand_chacha v0.3.1
16102026-09-01T23:09:22.965Z Compiling time v0.3.47
16112026-09-01T23:09:23.072Z Compiling rand v0.9.2
16122026-09-01T23:09:23.092Z Compiling rand v0.8.6
16132026-09-01T23:09:23.169Z Compiling dof v0.4.0
16142026-09-01T23:09:23.210Z Compiling pkcs1 v0.7.5
16152026-09-01T23:09:23.563Z Compiling scroll_derive v0.12.1
16162026-09-01T23:09:23.587Z Compiling structmeta-derive v0.3.0
16172026-09-01T23:09:23.688Z Compiling array-init v0.0.4
16182026-09-01T23:09:23.706Z Compiling proptest v1.11.0
16192026-09-01T23:09:23.721Z Compiling smallvec v0.6.14
16202026-09-01T23:09:23.737Z Compiling heapless v0.7.17
16212026-09-01T23:09:23.945Z Compiling darling_core v0.23.0
16222026-09-01T23:09:23.964Z Compiling slog v2.8.2
16232026-09-01T23:09:23.978Z Compiling thread-id v5.1.0
16242026-09-01T23:09:24.001Z Compiling env_filter v2.0.0
16252026-09-01T23:09:24.044Z Compiling syn v3.0.3
16262026-09-01T23:09:24.072Z Compiling cookie v0.18.1
16272026-09-01T23:09:24.175Z Compiling gimli v0.32.3
16282026-09-01T23:09:24.261Z Compiling ipnetwork v0.21.1
16292026-09-01T23:09:24.277Z Compiling signal-hook v0.3.18
16302026-09-01T23:09:24.311Z Compiling winnow v0.5.40
16312026-09-01T23:09:24.424Z Compiling hashbrown v0.12.3
16322026-09-01T23:09:24.454Z Compiling zstd-safe v7.2.4
16332026-09-01T23:09:24.634Z Compiling base64 v0.21.7
16342026-09-01T23:09:24.675Z Compiling iri-string v0.7.10
16352026-09-01T23:09:24.690Z Compiling ryu v1.0.23
16362026-09-01T23:09:24.707Z Compiling anyhow v1.0.104
16372026-09-01T23:09:24.722Z Compiling allocator-api2 v0.2.21
16382026-09-01T23:09:24.745Z Compiling unicode-bidi v0.3.18
16392026-09-01T23:09:24.884Z Compiling unicode-properties v0.1.4
16402026-09-01T23:09:24.909Z Compiling ron v0.8.1
16412026-09-01T23:09:24.961Z Compiling rsa v0.9.10
16422026-09-01T23:09:25.082Z Compiling stringprep v0.1.5
16432026-09-01T23:09:25.176Z Compiling serde_urlencoded v0.7.1
16442026-09-01T23:09:25.254Z Compiling structmeta v0.3.0
16452026-09-01T23:09:25.292Z Compiling oxnet v0.1.6
16462026-09-01T23:09:25.486Z Compiling scroll v0.12.0
16472026-09-01T23:09:25.518Z Compiling env_logger v0.11.11
16482026-09-01T23:09:25.604Z Compiling serde-hex v0.1.0
16492026-09-01T23:09:25.753Z Compiling toml_edit v0.19.15
16502026-09-01T23:09:25.778Z Compiling camino v1.2.5
16512026-09-01T23:09:25.867Z Compiling addr2line v0.25.1
16522026-09-01T23:09:25.888Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16532026-09-01T23:09:26.139Z Compiling tokio-util v0.7.18
16542026-09-01T23:09:26.153Z Compiling tower v0.5.3
16552026-09-01T23:09:26.190Z Compiling newtype-uuid v1.3.2
16562026-09-01T23:09:26.221Z Compiling tokio-native-tls v0.3.1
16572026-09-01T23:09:26.326Z Compiling bzip2 v0.4.4
16582026-09-01T23:09:26.418Z Compiling hashbrown v0.13.2
16592026-09-01T23:09:26.498Z Compiling darling_macro v0.23.0
16602026-09-01T23:09:26.551Z Compiling x509-cert v0.2.5
16612026-09-01T23:09:26.551Z Compiling md-5 v0.10.6
16622026-09-01T23:09:26.652Z Compiling tower-http v0.6.8
16632026-09-01T23:09:26.746Z Compiling block-padding v0.4.2
16642026-09-01T23:09:26.760Z Compiling block-buffer v0.12.1
16652026-09-01T23:09:26.924Z Compiling h2 v0.4.15
16662026-09-01T23:09:26.938Z Compiling crypto-common v0.2.2
16672026-09-01T23:09:26.974Z Compiling derive_builder_macro v0.20.2
16682026-09-01T23:09:27.008Z Compiling rustls-native-certs v0.8.3
16692026-09-01T23:09:27.076Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16702026-09-01T23:09:27.207Z Compiling erased-serde v0.3.31
16712026-09-01T23:09:27.278Z Compiling serde_tokenstream v0.2.3
16722026-09-01T23:09:27.360Z Compiling bstr v1.12.1
16732026-09-01T23:09:27.469Z Compiling pin-project-internal v1.1.11
16742026-09-01T23:09:27.548Z Compiling daft-derive v0.1.8
16752026-09-01T23:09:27.609Z Compiling zerocopy-derive v0.7.35
16762026-09-01T23:09:27.717Z Compiling async-trait v0.1.89
16772026-09-01T23:09:27.894Z Compiling curve25519-dalek v4.1.3
16782026-09-01T23:09:28.016Z Compiling heck v0.4.1
16792026-09-01T23:09:28.056Z Compiling vergen-lib v9.1.0
16802026-09-01T23:09:28.181Z Compiling hash32 v0.2.1
16812026-09-01T23:09:28.259Z Compiling encoding_rs v0.8.35
16822026-09-01T23:09:28.262Z Compiling memoffset v0.9.1
16832026-09-01T23:09:28.289Z Compiling rustc-demangle v0.1.27
16842026-09-01T23:09:28.304Z Compiling crc-any v2.5.0
16852026-09-01T23:09:28.392Z Compiling fallible-iterator v0.2.0
16862026-09-01T23:09:28.430Z Compiling mime v0.3.17
16872026-09-01T23:09:28.534Z Compiling rustix v0.38.44
16882026-09-01T23:09:28.546Z Compiling psl-types v2.0.11
16892026-09-01T23:09:28.571Z Compiling owo-colors v4.3.0
16902026-09-01T23:09:28.650Z Compiling litrs v1.0.0
16912026-09-01T23:09:28.688Z Compiling ref-cast v1.0.25
16922026-09-01T23:09:28.726Z Compiling smoltcp v0.9.1
16932026-09-01T23:09:28.738Z Compiling cfg_aliases v0.2.1
16942026-09-01T23:09:28.753Z Compiling postgres-protocol v0.6.10
16952026-09-01T23:09:28.771Z Compiling publicsuffix v2.3.0
16962026-09-01T23:09:28.818Z Compiling nix v0.31.2
16972026-09-01T23:09:28.833Z Compiling pin-project v1.1.11
16982026-09-01T23:09:28.947Z Compiling zerocopy v0.7.35
16992026-09-01T23:09:29.007Z Compiling daft v0.1.8
17002026-09-01T23:09:29.070Z Compiling snafu-derive v0.8.9
17012026-09-01T23:09:29.185Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17022026-09-01T23:09:29.199Z Compiling document-features v0.2.12
17032026-09-01T23:09:29.214Z Compiling derive_builder v0.20.2
17042026-09-01T23:09:29.308Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17052026-09-01T23:09:29.345Z Compiling toml v0.7.8
17062026-09-01T23:09:29.359Z Compiling darling v0.23.0
17072026-09-01T23:09:29.457Z Compiling inout v0.2.2
17082026-09-01T23:09:29.472Z Compiling object v0.30.4
17092026-09-01T23:09:29.472Z Compiling zip v0.6.6
17102026-09-01T23:09:29.530Z Compiling goblin v0.8.2
17112026-09-01T23:09:29.616Z Compiling derive-ex v0.1.8
17122026-09-01T23:09:29.974Z Compiling backtrace v0.3.76
17132026-09-01T23:09:29.989Z Compiling futures-executor v0.3.32
17142026-09-01T23:09:30.082Z Compiling hubpack_derive v0.1.1
17152026-09-01T23:09:30.104Z Compiling regex v1.12.3
17162026-09-01T23:09:30.119Z Compiling hyper v1.10.1
17172026-09-01T23:09:30.184Z Compiling ref-cast-impl v1.0.25
17182026-09-01T23:09:30.199Z Compiling curve25519-dalek-derive v0.1.1
17192026-09-01T23:09:30.271Z Compiling strum_macros v0.27.2
17202026-09-01T23:09:30.569Z Compiling phf_shared v0.13.1
17212026-09-01T23:09:30.583Z Compiling convert_case v0.10.0
17222026-09-01T23:09:30.624Z Compiling cargo-platform v0.3.2
17232026-09-01T23:09:30.763Z Compiling vergen v9.1.0
17242026-09-01T23:09:30.832Z Compiling ff v0.13.1
17252026-09-01T23:09:30.889Z Compiling fs-err v3.3.0
17262026-09-01T23:09:30.903Z Compiling same-file v1.0.6
17272026-09-01T23:09:30.918Z Compiling jiff-core v0.1.0
17282026-09-01T23:09:30.961Z Compiling managed v0.8.0
17292026-09-01T23:09:30.988Z Compiling bitflags v1.3.2
17302026-09-01T23:09:31.056Z Compiling path-slash v0.1.5
17312026-09-01T23:09:31.077Z Compiling libbz2-rs-sys v0.2.2
17322026-09-01T23:09:31.091Z Compiling base16ct v0.2.0
17332026-09-01T23:09:31.106Z Compiling foldhash v0.2.0
17342026-09-01T23:09:31.181Z Compiling foldhash v0.1.5
17352026-09-01T23:09:31.196Z Compiling bumpalo v3.20.2
17362026-09-01T23:09:31.199Z Compiling is_ci v1.2.0
17372026-09-01T23:09:31.228Z Compiling sec1 v0.7.3
17382026-09-01T23:09:31.290Z Compiling hyper-util v0.1.20
17392026-09-01T23:09:31.349Z Compiling supports-color v3.0.2
17402026-09-01T23:09:31.366Z Compiling test-strategy v0.4.5
17412026-09-01T23:09:31.380Z Compiling hashbrown v0.15.5
17422026-09-01T23:09:31.384Z Compiling hashbrown v0.16.1
17432026-09-01T23:09:31.465Z Compiling zopfli v0.8.3
17442026-09-01T23:09:31.525Z Compiling bzip2 v0.6.1
17452026-09-01T23:09:31.757Z Compiling jiff v0.2.34
17462026-09-01T23:09:31.792Z Compiling dof v0.3.0
17472026-09-01T23:09:31.892Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17482026-09-01T23:09:31.967Z Compiling textwrap v0.16.2
17492026-09-01T23:09:31.999Z Compiling snafu v0.8.9
17502026-09-01T23:09:32.012Z Compiling walkdir v2.5.0
17512026-09-01T23:09:32.164Z Compiling group v0.13.0
17522026-09-01T23:09:32.294Z Compiling strum v0.27.2
17532026-09-01T23:09:32.341Z Compiling derive_more-impl v2.1.1
17542026-09-01T23:09:32.374Z Compiling cargo_metadata v0.23.1
17552026-09-01T23:09:32.374Z Compiling phf v0.13.1
17562026-09-01T23:09:32.440Z Compiling hubpack v0.1.2
17572026-09-01T23:09:32.455Z Compiling backtrace-ext v0.2.1
17582026-09-01T23:09:32.528Z Compiling futures v0.3.32
17592026-09-01T23:09:32.565Z Compiling zstd v0.13.3
17602026-09-01T23:09:32.622Z Compiling signal-hook-mio v0.2.5
17612026-09-01T23:09:32.637Z Compiling cookie_store v0.22.1
17622026-09-01T23:09:32.681Z Compiling cipher v0.5.2
17632026-09-01T23:09:32.754Z Compiling hyper-tls v0.6.0
17642026-09-01T23:09:32.855Z Compiling serde_with_macros v3.21.0
17652026-09-01T23:09:32.908Z Compiling postgres-types v0.2.12
17662026-09-01T23:09:33.002Z Compiling reqwest v0.12.28
17672026-09-01T23:09:33.079Z Compiling globset v0.4.18
17682026-09-01T23:09:33.104Z Compiling usdt-attr-macro v0.6.0
17692026-09-01T23:09:33.308Z Compiling usdt-macro v0.6.0
17702026-09-01T23:09:33.323Z Compiling byte-wrapper v0.1.0
17712026-09-01T23:09:33.488Z Compiling ed25519 v2.2.3
17722026-09-01T23:09:33.537Z Compiling hkdf v0.12.4
17732026-09-01T23:09:33.711Z Compiling crypto-bigint v0.5.5
17742026-09-01T23:09:33.731Z Compiling serde_plain v1.0.2
17752026-09-01T23:09:33.781Z Compiling serde-big-array v0.5.1
17762026-09-01T23:09:33.812Z Compiling olpc-cjson v0.1.4
17772026-09-01T23:09:33.826Z Compiling dtrace-parser v0.2.0
17782026-09-01T23:09:33.952Z Compiling enum-as-inner v0.6.1
17792026-09-01T23:09:33.955Z Compiling async-recursion v1.1.1
17802026-09-01T23:09:33.979Z Compiling miette-derive v7.6.0
17812026-09-01T23:09:33.995Z Compiling strum_macros v0.26.4
17822026-09-01T23:09:34.032Z Compiling serde_repr v0.1.20
17832026-09-01T23:09:34.145Z Compiling phf_shared v0.11.3
17842026-09-01T23:09:34.165Z Compiling float-cmp v0.10.0
17852026-09-01T23:09:34.327Z Compiling pem v3.0.6
17862026-09-01T23:09:34.346Z Compiling memmap2 v0.9.10
17872026-09-01T23:09:34.472Z Compiling thread-id v4.2.2
17882026-09-01T23:09:34.493Z Compiling const-oid v0.10.2
17892026-09-01T23:09:34.572Z Compiling keccak v0.1.6
17902026-09-01T23:09:34.587Z Compiling supports-unicode v3.0.0
17912026-09-01T23:09:34.602Z Compiling data-encoding v2.10.0
17922026-09-01T23:09:34.605Z Compiling new_debug_unreachable v1.0.6
17932026-09-01T23:09:34.659Z Compiling supports-hyperlinks v3.2.0
17942026-09-01T23:09:34.673Z Compiling typed-path v0.9.3
17952026-09-01T23:09:34.699Z Compiling precomputed-hash v0.1.1
17962026-09-01T23:09:34.728Z Compiling normalize-line-endings v0.3.0
17972026-09-01T23:09:34.748Z Compiling fixedbitset v0.4.2
17982026-09-01T23:09:34.800Z Compiling winnow v1.0.3
17992026-09-01T23:09:34.832Z Compiling predicates-core v1.0.10
18002026-09-01T23:09:34.835Z Compiling static_assertions v1.1.0
18012026-09-01T23:09:34.922Z Compiling either v1.15.0
18022026-09-01T23:09:34.938Z Compiling difflib v0.4.0
18032026-09-01T23:09:34.989Z Compiling cpufeatures v0.3.0
18042026-09-01T23:09:35.026Z Compiling fixedbitset v0.5.7
18052026-09-01T23:09:35.078Z Compiling whoami v2.1.0
18062026-09-01T23:09:35.148Z Compiling itertools v0.13.0
18072026-09-01T23:09:35.183Z Compiling miette v7.6.0
18082026-09-01T23:09:35.340Z Compiling tokio-postgres v0.7.16
18092026-09-01T23:09:35.355Z Compiling petgraph v0.8.3
18102026-09-01T23:09:35.358Z Compiling predicates v3.1.4
18112026-09-01T23:09:35.399Z Compiling chacha20 v0.10.0
18122026-09-01T23:09:35.420Z Compiling toml_edit v0.22.27
18132026-09-01T23:09:35.481Z Compiling hickory-proto v0.25.2
18142026-09-01T23:09:35.517Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18152026-09-01T23:09:35.804Z Compiling toml_parser v1.1.2+spec-1.1.0
18162026-09-01T23:09:35.833Z Compiling strum v0.26.3
18172026-09-01T23:09:35.906Z Compiling petgraph v0.6.5
18182026-09-01T23:09:35.909Z Compiling string_cache v0.8.9
18192026-09-01T23:09:35.945Z Compiling elliptic-curve v0.13.8
18202026-09-01T23:09:35.982Z Compiling sha3 v0.10.8
18212026-09-01T23:09:36.038Z Compiling digest v0.11.3
18222026-09-01T23:09:36.166Z Compiling usdt-impl v0.5.0
18232026-09-01T23:09:36.300Z Compiling usdt v0.6.0
18242026-09-01T23:09:36.375Z Compiling serde_with v3.21.0
18252026-09-01T23:09:36.390Z Compiling zip v4.6.1
18262026-09-01T23:09:36.420Z Compiling crossterm v0.28.1
18272026-09-01T23:09:36.438Z Compiling ed25519-dalek v2.2.0
18282026-09-01T23:09:36.461Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18292026-09-01T23:09:36.587Z Compiling derive_more v2.1.1
18302026-09-01T23:09:36.904Z Compiling iddqd v0.4.2
18312026-09-01T23:09:37.122Z Compiling similar v2.7.0
18322026-09-01T23:09:37.339Z Compiling tokio-stream v0.1.18
18332026-09-01T23:09:37.359Z Compiling crossbeam-epoch v0.9.18
18342026-09-01T23:09:37.416Z Compiling buf-list v1.1.2
18352026-09-01T23:09:37.442Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18362026-09-01T23:09:37.615Z Compiling openapiv3 v2.2.0
18372026-09-01T23:09:37.704Z Compiling lalrpop-util v0.19.12
18382026-09-01T23:09:37.707Z Compiling peg-runtime v0.8.5
18392026-09-01T23:09:37.732Z Compiling thread_local v1.1.9
18402026-09-01T23:09:37.760Z Compiling slog-async v2.8.0
18412026-09-01T23:09:37.816Z Compiling crossbeam-channel v0.5.15
18422026-09-01T23:09:37.917Z Compiling filetime v0.2.27
18432026-09-01T23:09:37.995Z Compiling is-terminal v0.4.17
18442026-09-01T23:09:38.011Z Compiling take_mut v0.2.2
18452026-09-01T23:09:38.014Z Compiling xattr v1.6.1
18462026-09-01T23:09:38.042Z Compiling term v1.2.1
18472026-09-01T23:09:38.109Z Compiling camino-tempfile v1.4.1
18482026-09-01T23:09:38.213Z Compiling tar v0.4.46
18492026-09-01T23:09:38.354Z Compiling slog-term v2.9.2
18502026-09-01T23:09:55.454Z Compiling rustls-webpki v0.103.13
18512026-09-01T23:09:58.159Z Compiling tokio-rustls v0.26.4
18522026-09-01T23:09:58.159Z Compiling rustls-platform-verifier v0.6.2
18532026-09-01T23:09:58.159Z Compiling tough v0.22.0
18542026-09-01T23:09:58.357Z Compiling hyper-rustls v0.27.7
18552026-09-01T23:09:58.545Z Compiling reqwest v0.13.2
18562026-09-01T23:10:00.722Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18572026-09-01T23:10:00.949Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18582026-09-01T23:10:03.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.59s
18592026-09-01T23:10:04.003Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18602026-09-01T23:10:04.054ZSep 01 23:10:02.642 INFO Starting download, target: Clickhouse
18612026-09-01T23:10:04.054ZSep 01 23:10:02.643 INFO Starting download, target: DendriteStub
18622026-09-01T23:10:04.054ZSep 01 23:10:02.643 INFO Starting download, target: Cockroach
18632026-09-01T23:10:04.054ZSep 01 23:10:02.643 INFO Starting download, target: MaghemiteMgd
18642026-09-01T23:10:04.057ZSep 01 23:10:02.643 INFO Starting download, target: Console
18652026-09-01T23:10:04.057ZSep 01 23:10:02.643 INFO Starting download, target: MaghemiteDdmd
18662026-09-01T23:10:04.057ZSep 01 23:10:02.643 INFO Starting download, target: TransceiverControl
18672026-09-01T23:10:04.057ZSep 01 23:10:02.643 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18682026-09-01T23:10:04.057ZSep 01 23:10:02.643 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18692026-09-01T23:10:04.057ZSep 01 23:10:02.643 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18702026-09-01T23:10:04.057ZSep 01 23:10:02.643 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18712026-09-01T23:10:04.057ZSep 01 23:10:02.643 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18722026-09-01T23:10:04.057ZSep 01 23:10:02.643 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18732026-09-01T23:10:04.057ZSep 01 23:10:02.643 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18742026-09-01T23:10:04.619ZSep 01 23:10:03.197 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18752026-09-01T23:10:04.821ZSep 01 23:10:03.406 INFO Download complete, target: TransceiverControl
18762026-09-01T23:10:05.423ZSep 01 23:10:04.009 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18772026-09-01T23:10:05.903ZSep 01 23:10:04.490 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18782026-09-01T23:10:05.914ZSep 01 23:10:04.503 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18792026-09-01T23:10:05.972ZSep 01 23:10:04.561 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18802026-09-01T23:10:06.174ZSep 01 23:10:04.760 INFO Download complete, target: Console
18812026-09-01T23:10:06.500ZSep 01 23:10:05.089 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18822026-09-01T23:10:06.500ZSep 01 23:10:05.089 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18832026-09-01T23:10:08.076ZSep 01 23:10:06.664 INFO Download complete, target: MaghemiteMgd
18842026-09-01T23:10:08.166ZSep 01 23:10:06.754 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18852026-09-01T23:10:08.208ZSep 01 23:10:06.796 INFO Download complete, target: MaghemiteDdmd
18862026-09-01T23:10:08.531ZSep 01 23:10:07.119 INFO Download complete, target: DendriteStub
18872026-09-01T23:10:11.153ZSep 01 23:10:09.742 INFO Checking that binary works, target: Cockroach
18882026-09-01T23:10:11.331ZSep 01 23:10:09.920 INFO Download complete, target: Cockroach
18892026-09-01T23:10:14.640ZSep 01 23:10:13.227 INFO Checking that binary works, target: Clickhouse
18902026-09-01T23:10:14.766ZSep 01 23:10:13.355 INFO Download complete, target: Clickhouse
18912026-09-01T23:10:14.772ZAll prerequisites installed successfully
18922026-09-01T23:10:14.775Z
18932026-09-01T23:10:14.776Zreal 1:32.103419605
18942026-09-01T23:10:14.776Zuser 7:19.110066346
18952026-09-01T23:10:14.776Zsys 1:43.306352892
18962026-09-01T23:10:14.776Ztrap 0.256116484
18972026-09-01T23:10:14.776Ztflt 1.056053273
18982026-09-01T23:10:14.776Zdflt 3.187390068
18992026-09-01T23:10:14.776Zkflt 0.037803791
19002026-09-01T23:10:14.776Zlock 28:12.548403718
19012026-09-01T23:10:14.776Zslp 19:58.477087664
19022026-09-01T23:10:14.776Zlat 24.457258975
19032026-09-01T23:10:14.776Zstop 2:56.807226121
19042026-09-01T23:10:14.776Z+ source ./tools/include/force-git-over-https.sh
19052026-09-01T23:10:14.776Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
19062026-09-01T23:10:14.776Z++ (( i = 0 ))
19072026-09-01T23:10:14.776Z++ (( i < 5 ))
19082026-09-01T23:10:14.776Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19092026-09-01T23:10:14.780Z++ (( i++ ))
19102026-09-01T23:10:14.780Z++ (( i < 5 ))
19112026-09-01T23:10:14.780Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19122026-09-01T23:10:14.783Z++ (( i++ ))
19132026-09-01T23:10:14.783Z++ (( i < 5 ))
19142026-09-01T23:10:14.783Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19152026-09-01T23:10:14.783Z++ (( i++ ))
19162026-09-01T23:10:14.783Z++ (( i < 5 ))
19172026-09-01T23:10:14.783Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19182026-09-01T23:10:14.787Z++ (( i++ ))
19192026-09-01T23:10:14.787Z++ (( i < 5 ))
19202026-09-01T23:10:14.787Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19212026-09-01T23:10:14.790Z++ (( i++ ))
19222026-09-01T23:10:14.790Z++ (( i < 5 ))
19232026-09-01T23:10:14.790Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19242026-09-01T23:10:14.790Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19252026-09-01T23:10:14.790Z+ rc=0
19262026-09-01T23:10:14.790Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19272026-09-01T23:10:24.543Z+ case $rc in
19282026-09-01T23:10:24.543Z+ pfexec zfs create -p rpool/images/build/host
19292026-09-01T23:10:24.726Z+ pfexec zfs create -p rpool/images/build/recovery
19302026-09-01T23:10:24.798Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19312026-09-01T23:10:25.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19322026-09-01T23:10:25.263Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19332026-09-01T23:10:26.115Z Compiling proc-macro2 v1.0.106
19342026-09-01T23:10:26.115Z Compiling quote v1.0.45
19352026-09-01T23:10:26.115Z Compiling unicode-ident v1.0.24
19362026-09-01T23:10:26.118Z Compiling serde_core v1.0.228
19372026-09-01T23:10:26.118Z Compiling libc v0.2.185
19382026-09-01T23:10:26.118Z Compiling serde v1.0.228
19392026-09-01T23:10:26.118Z Compiling cfg-if v1.0.4
19402026-09-01T23:10:26.118Z Compiling find-msvc-tools v0.1.9
19412026-09-01T23:10:26.118Z Compiling shlex v1.3.0
19422026-09-01T23:10:26.248Z Compiling autocfg v1.5.0
19432026-09-01T23:10:26.251Z Compiling version_check v0.9.5
19442026-09-01T23:10:26.251Z Compiling zerocopy v0.8.55
19452026-09-01T23:10:26.251Z Compiling memchr v2.8.0
19462026-09-01T23:10:26.251Z Compiling portable-atomic v1.13.1
19472026-09-01T23:10:26.251Z Compiling zmij v1.0.21
19482026-09-01T23:10:26.374Z Compiling serde_json v1.0.151
19492026-09-01T23:10:26.547Z Compiling libm v0.2.16
19502026-09-01T23:10:26.547Z Compiling getrandom v0.4.3
19512026-09-01T23:10:26.565Z Compiling parking_lot_core v0.9.12
19522026-09-01T23:10:26.610Z Compiling pkg-config v0.3.32
19532026-09-01T23:10:26.684Z Compiling icu_normalizer_data v2.1.1
19542026-09-01T23:10:26.701Z Compiling num-traits v0.2.19
19552026-09-01T23:10:26.704Z Compiling icu_properties_data v2.1.2
19562026-09-01T23:10:26.763Z Compiling smallvec v1.15.1
19572026-09-01T23:10:26.854Z Compiling generic-array v0.14.7
19582026-09-01T23:10:26.885Z Compiling rustix v1.1.4
19592026-09-01T23:10:26.889Z Compiling log v0.4.33
19602026-09-01T23:10:26.913Z Compiling itoa v1.0.17
19612026-09-01T23:10:26.959Z Compiling getrandom v0.3.4
19622026-09-01T23:10:26.963Z Compiling subtle v2.6.1
19632026-09-01T23:10:27.067Z Compiling scopeguard v1.2.0
19642026-09-01T23:10:27.083Z Compiling stable_deref_trait v1.2.1
19652026-09-01T23:10:27.122Z Compiling typenum v1.20.1
19662026-09-01T23:10:27.160Z Compiling lock_api v0.4.14
19672026-09-01T23:10:27.176Z Compiling jobserver v0.1.34
19682026-09-01T23:10:27.180Z Compiling errno v0.3.14
19692026-09-01T23:10:27.252Z Compiling critical-section v1.2.0
19702026-09-01T23:10:27.331Z Compiling thiserror v2.0.18
19712026-09-01T23:10:27.347Z Compiling rand_core v0.10.0
19722026-09-01T23:10:27.393Z Compiling cc v1.2.56
19732026-09-01T23:10:27.494Z Compiling syn v2.0.117
19742026-09-01T23:10:27.554Z Compiling getrandom v0.2.17
19752026-09-01T23:10:27.594Z Compiling heck v0.5.0
19762026-09-01T23:10:27.623Z Compiling fs_extra v1.3.0
19772026-09-01T23:10:27.642Z Compiling dunce v1.0.5
19782026-09-01T23:10:27.705Z Compiling rand_core v0.6.4
19792026-09-01T23:10:27.744Z Compiling once_cell v1.21.3
19802026-09-01T23:10:27.758Z Compiling litemap v0.8.1
19812026-09-01T23:10:27.762Z Compiling percent-encoding v2.3.2
19822026-09-01T23:10:27.786Z Compiling writeable v0.6.2
19832026-09-01T23:10:27.904Z Compiling const-oid v0.9.6
19842026-09-01T23:10:28.025Z Compiling schemars v0.8.22
19852026-09-01T23:10:28.042Z Compiling pin-project-lite v0.2.17
19862026-09-01T23:10:28.153Z Compiling cmake v0.1.57
19872026-09-01T23:10:28.180Z Compiling equivalent v1.0.2
19882026-09-01T23:10:28.183Z Compiling signal-hook-registry v1.4.8
19892026-09-01T23:10:28.323Z Compiling aws-lc-rs v1.16.3
19902026-09-01T23:10:28.350Z Compiling futures-core v0.3.32
19912026-09-01T23:10:28.382Z Compiling rustversion v1.0.22
19922026-09-01T23:10:28.439Z Compiling parking_lot v0.12.5
19932026-09-01T23:10:28.530Z Compiling mio v1.2.0
19942026-09-01T23:10:28.609Z Compiling bitflags v2.11.0
19952026-09-01T23:10:28.625Z Compiling semver v1.0.28
19962026-09-01T23:10:28.701Z Compiling crc32fast v1.5.0
19972026-09-01T23:10:28.720Z Compiling utf8_iter v1.0.4
19982026-09-01T23:10:28.737Z Compiling aws-lc-sys v0.40.0
19992026-09-01T23:10:28.894Z Compiling form_urlencoded v1.2.2
20002026-09-01T23:10:29.070Z Compiling byteorder v1.5.0
20012026-09-01T23:10:29.090Z Compiling strsim v0.11.1
20022026-09-01T23:10:29.140Z Compiling vcpkg v0.2.15
20032026-09-01T23:10:29.195Z Compiling hashbrown v0.17.0
20042026-09-01T23:10:29.214Z Compiling syn v1.0.109
20052026-09-01T23:10:29.230Z Compiling fnv v1.0.7
20062026-09-01T23:10:29.348Z Compiling socket2 v0.6.3
20072026-09-01T23:10:29.537Z Compiling httparse v1.10.1
20082026-09-01T23:10:29.553Z Compiling radium v0.7.0
20092026-09-01T23:10:29.556Z Compiling futures-sink v0.3.32
20102026-09-01T23:10:29.673Z Compiling futures-channel v0.3.32
20112026-09-01T23:10:29.697Z Compiling openssl-sys v0.9.117
20122026-09-01T23:10:29.700Z Compiling futures-io v0.3.32
20132026-09-01T23:10:29.771Z Compiling futures-task v0.3.32
20142026-09-01T23:10:29.827Z Compiling thiserror v1.0.69
20152026-09-01T23:10:29.849Z Compiling indexmap v2.14.0
20162026-09-01T23:10:29.879Z Compiling iana-time-zone v0.1.65
20172026-09-01T23:10:29.911Z Compiling slab v0.4.12
20182026-09-01T23:10:29.942Z Compiling rustls v0.23.41
20192026-09-01T23:10:29.989Z Compiling maybe-uninit v2.0.0
20202026-09-01T23:10:30.003Z Compiling base64 v0.22.1
20212026-09-01T23:10:30.128Z Compiling rustc_version v0.4.1
20222026-09-01T23:10:30.299Z Compiling uuid v1.23.4
20232026-09-01T23:10:30.352Z Compiling synstructure v0.13.2
20242026-09-01T23:10:30.369Z Compiling serde_derive_internals v0.29.1
20252026-09-01T23:10:30.404Z Compiling bzip2-sys v0.1.13+1.0.8
20262026-09-01T23:10:30.407Z Compiling ahash v0.8.12
20272026-09-01T23:10:30.436Z Compiling packed_struct v0.10.1
20282026-09-01T23:10:30.467Z Compiling num-bigint-dig v0.8.6
20292026-09-01T23:10:30.470Z Compiling base64ct v1.8.3
20302026-09-01T23:10:30.470Z Compiling regex-syntax v0.8.10
20312026-09-01T23:10:30.482Z Compiling ucd-trie v0.1.7
20322026-09-01T23:10:30.592Z Compiling ident_case v1.0.1
20332026-09-01T23:10:30.711Z Compiling pest v2.8.6
20342026-09-01T23:10:30.728Z Compiling rand_core v0.9.5
20352026-09-01T23:10:30.772Z Compiling fastrand v2.3.0
20362026-09-01T23:10:30.777Z Compiling openssl v0.10.80
20372026-09-01T23:10:30.777Z Compiling dyn-clone v1.0.20
20382026-09-01T23:10:30.859Z Compiling flagset v0.4.7
20392026-09-01T23:10:30.935Z Compiling pem-rfc7468 v0.7.0
20402026-09-01T23:10:30.979Z Compiling tempfile v3.27.0
20412026-09-01T23:10:31.025Z Compiling indexmap v1.9.3
20422026-09-01T23:10:31.077Z Compiling unicode-segmentation v1.12.0
20432026-09-01T23:10:31.103Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20442026-09-01T23:10:31.180Z Compiling cpufeatures v0.2.17
20452026-09-01T23:10:31.201Z Compiling paste v1.0.15
20462026-09-01T23:10:31.276Z Compiling simd-adler32 v0.3.8
20472026-09-01T23:10:31.372Z Compiling native-tls v0.2.18
20482026-09-01T23:10:31.470Z Compiling syn v3.0.3
20492026-09-01T23:10:31.515Z Compiling adler2 v2.0.1
20502026-09-01T23:10:31.532Z Compiling utf8parse v0.2.2
20512026-09-01T23:10:31.554Z Compiling camino v1.2.5
20522026-09-01T23:10:31.588Z Compiling crossbeam-utils v0.8.21
20532026-09-01T23:10:31.622Z Compiling serde_derive v1.0.228
20542026-09-01T23:10:31.641Z Compiling zeroize_derive v1.5.0
20552026-09-01T23:10:31.670Z Compiling zerocopy-derive v0.8.55
20562026-09-01T23:10:31.685Z Compiling zerofrom-derive v0.1.6
20572026-09-01T23:10:31.688Z Compiling yoke-derive v0.8.1
20582026-09-01T23:10:31.688Z Compiling zerovec-derive v0.11.2
20592026-09-01T23:10:31.873Z Compiling displaydoc v0.2.5
20602026-09-01T23:10:31.892Z Compiling tokio-macros v2.7.0
20612026-09-01T23:10:31.908Z Compiling futures-macro v0.3.32
20622026-09-01T23:10:31.951Z Compiling der_derive v0.7.3
20632026-09-01T23:10:31.972Z Compiling thiserror-impl v2.0.18
20642026-09-01T23:10:32.260Z Compiling schemars_derive v0.8.22
20652026-09-01T23:10:32.597Z Compiling tracing-attributes v0.1.31
20662026-09-01T23:10:32.612Z Compiling thiserror-impl v1.0.69
20672026-09-01T23:10:32.731Z Compiling futures-util v0.3.32
20682026-09-01T23:10:32.750Z Compiling clap_derive v4.6.1
20692026-09-01T23:10:32.854Z Compiling zerofrom v0.1.6
20702026-09-01T23:10:33.008Z Compiling yoke v0.8.1
20712026-09-01T23:10:33.069Z Compiling packed_struct_codegen v0.10.1
20722026-09-01T23:10:33.224Z Compiling zerovec v0.11.5
20732026-09-01T23:10:33.257Z Compiling zerotrie v0.2.3
20742026-09-01T23:10:33.734Z Compiling pest_meta v2.8.6
20752026-09-01T23:10:33.760Z Compiling tinystr v0.8.2
20762026-09-01T23:10:33.775Z Compiling potential_utf v0.1.4
20772026-09-01T23:10:33.800Z Compiling zerocopy-derive v0.6.6
20782026-09-01T23:10:33.818Z Compiling bitfield-macros v0.19.4
20792026-09-01T23:10:33.961Z Compiling icu_locale_core v2.1.1
20802026-09-01T23:10:33.987Z Compiling icu_collections v2.1.1
20812026-09-01T23:10:34.398Z Compiling pest_generator v2.8.6
20822026-09-01T23:10:34.511Z Compiling openssl-macros v0.1.1
20832026-09-01T23:10:34.569Z Compiling scroll_derive v0.13.1
20842026-09-01T23:10:34.585Z Compiling anstyle v1.0.14
20852026-09-01T23:10:34.687Z Compiling daft-derive v0.1.8
20862026-09-01T23:10:34.702Z Compiling icu_provider v2.1.1
20872026-09-01T23:10:34.890Z Compiling zeroize v1.9.0
20882026-09-01T23:10:34.937Z Compiling bytes v1.11.1
20892026-09-01T23:10:35.023Z Compiling chrono v0.4.45
20902026-09-01T23:10:35.042Z Compiling icu_normalizer v2.1.1
20912026-09-01T23:10:35.161Z Compiling icu_properties v2.1.2
20922026-09-01T23:10:35.164Z Compiling der v0.7.10
20932026-09-01T23:10:35.405Z Compiling hex v0.4.3
20942026-09-01T23:10:35.454Z Compiling tokio v1.52.1
20952026-09-01T23:10:35.693Z Compiling block-buffer v0.10.4
20962026-09-01T23:10:35.718Z Compiling crypto-common v0.1.7
20972026-09-01T23:10:35.823Z Compiling pest_derive v2.8.6
20982026-09-01T23:10:35.875Z Compiling digest v0.10.7
20992026-09-01T23:10:35.920Z Compiling http v1.4.2
21002026-09-01T23:10:36.143Z Compiling idna_adapter v1.2.1
21012026-09-01T23:10:36.158Z Compiling ppv-lite86 v0.2.21
21022026-09-01T23:10:36.274Z Compiling idna v1.1.0
21032026-09-01T23:10:36.405Z Compiling spki v0.7.3
21042026-09-01T23:10:36.524Z Compiling sha2 v0.10.9
21052026-09-01T23:10:36.549Z Compiling rustls-pki-types v1.14.0
21062026-09-01T23:10:36.635Z Compiling url v2.5.8
21072026-09-01T23:10:36.659Z Compiling rand_chacha v0.9.0
21082026-09-01T23:10:36.680Z Compiling pkcs8 v0.10.2
21092026-09-01T23:10:36.684Z Compiling anstyle-parse v1.0.0
21102026-09-01T23:10:36.780Z Compiling miniz_oxide v0.8.9
21112026-09-01T23:10:36.917Z Compiling rand v0.9.2
21122026-09-01T23:10:37.121Z Compiling terminal_size v0.4.3
21132026-09-01T23:10:37.217Z Compiling spin v0.9.8
21142026-09-01T23:10:37.244Z Compiling tinyvec_macros v0.1.1
21152026-09-01T23:10:37.258Z Compiling time-core v0.1.8
21162026-09-01T23:10:37.287Z Compiling colorchoice v1.0.4
21172026-09-01T23:10:37.291Z Compiling is_terminal_polyfill v1.70.2
21182026-09-01T23:10:37.336Z Compiling anstyle-query v1.1.5
21192026-09-01T23:10:37.416Z Compiling num-conv v0.2.0
21202026-09-01T23:10:37.431Z Compiling tinyvec v1.10.0
21212026-09-01T23:10:37.475Z Compiling anstream v1.0.0
21222026-09-01T23:10:37.478Z Compiling structmeta-derive v0.3.0
21232026-09-01T23:10:37.513Z Compiling async-trait v0.1.89
21242026-09-01T23:10:37.558Z Compiling time-macros v0.2.27
21252026-09-01T23:10:37.616Z Compiling tracing-core v0.1.36
21262026-09-01T23:10:37.685Z Compiling object v0.37.3
21272026-09-01T23:10:37.784Z Compiling cmov v0.5.4
21282026-09-01T23:10:37.854Z Compiling plain v0.2.3
21292026-09-01T23:10:37.879Z Compiling untrusted v0.7.1
21302026-09-01T23:10:37.981Z Compiling tracing v0.1.44
21312026-09-01T23:10:38.038Z Compiling ctutils v0.4.2
21322026-09-01T23:10:38.107Z Compiling http-body v1.0.1
21332026-09-01T23:10:38.283Z Compiling toml_datetime v0.6.11
21342026-09-01T23:10:38.324Z Compiling serde_spanned v0.6.9
21352026-09-01T23:10:38.342Z Compiling pin-project-internal v1.1.11
21362026-09-01T23:10:38.416Z Compiling slog v2.8.2
21372026-09-01T23:10:38.470Z Compiling structmeta v0.3.0
21382026-09-01T23:10:38.470Z Compiling wait-timeout v0.2.1
21392026-09-01T23:10:38.502Z Compiling cookie v0.18.1
21402026-09-01T23:10:38.577Z Compiling bit-vec v0.8.0
21412026-09-01T23:10:38.646Z Compiling clap_lex v1.0.0
21422026-09-01T23:10:38.650Z Compiling tap v1.0.1
21432026-09-01T23:10:38.691Z Compiling untrusted v0.9.0
21442026-09-01T23:10:38.710Z Compiling zstd-safe v7.2.4
21452026-09-01T23:10:38.715Z Compiling quick-error v1.2.3
21462026-09-01T23:10:38.798Z Compiling openssl-probe v0.2.1
21472026-09-01T23:10:38.847Z Compiling rusty-fork v0.3.1
21482026-09-01T23:10:38.864Z Compiling bit-set v0.8.0
21492026-09-01T23:10:38.878Z Compiling wyz v0.5.1
21502026-09-01T23:10:38.932Z Compiling clap_builder v4.6.0
21512026-09-01T23:10:39.020Z Compiling derive-ex v0.1.8
21522026-09-01T23:10:39.244Z Compiling tokio-util v0.7.18
21532026-09-01T23:10:39.272Z Compiling hybrid-array v0.4.13
21542026-09-01T23:10:39.289Z Compiling unicode-normalization v0.1.25
21552026-09-01T23:10:39.378Z Compiling rand_chacha v0.3.1
21562026-09-01T23:10:39.398Z Compiling signature v2.2.0
21572026-09-01T23:10:39.413Z Compiling scroll_derive v0.12.1
21582026-09-01T23:10:39.428Z Compiling heck v0.4.1
21592026-09-01T23:10:39.574Z Compiling rand_xorshift v0.4.0
21602026-09-01T23:10:39.644Z Compiling heapless v0.7.17
21612026-09-01T23:10:39.834Z Compiling num-integer v0.1.46
21622026-09-01T23:10:39.853Z Compiling aho-corasick v1.1.4
21632026-09-01T23:10:39.908Z Compiling try-lock v0.2.5
21642026-09-01T23:10:39.938Z Compiling tower-service v0.3.3
21652026-09-01T23:10:40.070Z Compiling unarray v0.1.4
21662026-09-01T23:10:40.119Z Compiling atomic-waker v1.1.2
21672026-09-01T23:10:40.158Z Compiling anyhow v1.0.104
21682026-09-01T23:10:40.206Z Compiling tower-layer v0.3.3
21692026-09-01T23:10:40.301Z Compiling rustix v0.38.44
21702026-09-01T23:10:40.395Z Compiling funty v2.0.0
21712026-09-01T23:10:40.424Z Compiling zlib-rs v0.6.2
21722026-09-01T23:10:40.490Z Compiling pretty-hex v0.4.1
21732026-09-01T23:10:40.548Z Compiling usdt-impl v0.6.0
21742026-09-01T23:10:40.586Z Compiling signal-hook v0.3.18
21752026-09-01T23:10:40.628Z Compiling test-strategy v0.4.5
21762026-09-01T23:10:40.648Z Compiling want v0.3.1
21772026-09-01T23:10:40.651Z Compiling h2 v0.4.15
21782026-09-01T23:10:40.702Z Compiling regex-automata v0.4.14
21792026-09-01T23:10:40.786Z Compiling bitvec v1.0.1
21802026-09-01T23:10:40.996Z Compiling clap v4.6.1
21812026-09-01T23:10:41.088Z Compiling proptest v1.11.0
21822026-09-01T23:10:41.188Z Compiling num-iter v0.1.45
21832026-09-01T23:10:41.606Z Compiling snafu-derive v0.8.9
21842026-09-01T23:10:41.766Z Compiling rand v0.8.6
21852026-09-01T23:10:41.910Z Compiling ipnetwork v0.21.1
21862026-09-01T23:10:42.505Z Compiling lazy_static v1.5.0
21872026-09-01T23:10:42.521Z Compiling scroll v0.13.0
21882026-09-01T23:10:42.578Z Compiling ipnet v2.12.0
21892026-09-01T23:10:42.628Z Compiling flate2 v1.1.9
21902026-09-01T23:10:42.706Z Compiling strum_macros v0.26.4
21912026-09-01T23:10:42.849Z Compiling darling_core v0.20.11
21922026-09-01T23:10:43.063Z Compiling darling_core v0.23.0
21932026-09-01T23:10:43.318Z Compiling nodrop v0.1.14
21942026-09-01T23:10:43.368Z Compiling foreign-types-shared v0.1.1
21952026-09-01T23:10:43.427Z Compiling httpdate v1.0.3
21962026-09-01T23:10:43.468Z Compiling winnow v0.5.40
21972026-09-01T23:10:43.483Z Compiling crc-catalog v2.4.0
21982026-09-01T23:10:43.736Z Compiling crc v3.4.0
21992026-09-01T23:10:43.831Z Compiling hyper v1.10.1
22002026-09-01T23:10:43.932Z Compiling newtype-uuid v1.3.2
22012026-09-01T23:10:43.947Z Compiling foreign-types v0.3.2
22022026-09-01T23:10:44.030Z Compiling array-init v0.0.4
22032026-09-01T23:10:44.405Z Compiling goblin v0.10.5
22042026-09-01T23:10:44.456Z Compiling oxnet v0.1.6
22052026-09-01T23:10:44.544Z Compiling smallvec v0.6.14
22062026-09-01T23:10:44.830Z Compiling darling_macro v0.20.11
22072026-09-01T23:10:45.211Z Compiling toml_edit v0.19.15
22082026-09-01T23:10:45.229Z Compiling darling_macro v0.23.0
22092026-09-01T23:10:45.396Z Compiling pkcs1 v0.7.5
22102026-09-01T23:10:45.782Z Compiling zerocopy v0.6.6
22112026-09-01T23:10:45.798Z Compiling bitfield v0.19.4
22122026-09-01T23:10:45.836Z Compiling zerocopy-derive v0.7.35
22132026-09-01T23:10:45.888Z Compiling curve25519-dalek v4.1.3
22142026-09-01T23:10:46.105Z Compiling socket2 v0.5.10
22152026-09-01T23:10:46.167Z Compiling env_filter v2.0.0
22162026-09-01T23:10:46.180Z Compiling memoffset v0.9.1
22172026-09-01T23:10:46.319Z Compiling litrs v1.0.0
22182026-09-01T23:10:46.443Z Compiling base64 v0.21.7
22192026-09-01T23:10:46.446Z Compiling ref-cast v1.0.25
22202026-09-01T23:10:46.521Z Compiling smoltcp v0.9.1
22212026-09-01T23:10:46.537Z Compiling hashbrown v0.12.3
22222026-09-01T23:10:46.647Z Compiling owo-colors v4.3.0
22232026-09-01T23:10:46.759Z Compiling toml v0.7.8
22242026-09-01T23:10:46.784Z Compiling ron v0.8.1
22252026-09-01T23:10:46.799Z Compiling document-features v0.2.12
22262026-09-01T23:10:46.873Z Compiling hyper-util v0.1.20
22272026-09-01T23:10:47.148Z Compiling env_logger v0.11.11
22282026-09-01T23:10:47.164Z Compiling dof v0.4.0
22292026-09-01T23:10:47.396Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22302026-09-01T23:10:47.450Z Compiling bzip2 v0.4.4
22312026-09-01T23:10:47.603Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22322026-09-01T23:10:47.704Z Compiling darling v0.23.0
22332026-09-01T23:10:47.774Z Compiling rsa v0.9.10
22342026-09-01T23:10:48.209Z Compiling darling v0.20.11
22352026-09-01T23:10:48.223Z Compiling daft v0.1.8
22362026-09-01T23:10:48.226Z Compiling serde-hex v0.1.0
22372026-09-01T23:10:48.310Z Compiling hashbrown v0.13.2
22382026-09-01T23:10:48.457Z Compiling x509-cert v0.2.5
22392026-09-01T23:10:48.485Z Compiling dtrace-parser v0.3.0
22402026-09-01T23:10:48.537Z Compiling hmac v0.12.1
22412026-09-01T23:10:48.736Z Compiling async-recursion v1.1.1
22422026-09-01T23:10:48.954Z Compiling sync_wrapper v1.0.2
22432026-09-01T23:10:49.044Z Compiling thread-id v5.1.0
22442026-09-01T23:10:49.090Z Compiling cfg_aliases v0.2.1
22452026-09-01T23:10:49.140Z Compiling siphasher v1.0.2
22462026-09-01T23:10:49.176Z Compiling powerfmt v0.2.0
22472026-09-01T23:10:49.190Z Compiling crc-any v2.5.0
22482026-09-01T23:10:49.354Z Compiling deranged v0.5.8
22492026-09-01T23:10:49.406Z Compiling nix v0.31.2
22502026-09-01T23:10:49.728Z Compiling tower v0.5.3
22512026-09-01T23:10:50.319Z Compiling object v0.30.4
22522026-09-01T23:10:50.446Z Compiling derive_builder_core v0.20.2
22532026-09-01T23:10:50.586Z Compiling serde_with_macros v3.21.0
22542026-09-01T23:10:50.639Z Compiling zip v0.6.6
22552026-09-01T23:10:50.820Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22562026-09-01T23:10:50.835Z Compiling bstr v1.12.1
22572026-09-01T23:10:51.104Z Compiling crypto-common v0.2.2
22582026-09-01T23:10:51.218Z Compiling block-buffer v0.12.1
22592026-09-01T23:10:51.447Z Compiling http-body-util v0.1.3
22602026-09-01T23:10:51.618Z Compiling futures-executor v0.3.32
22612026-09-01T23:10:51.635Z Compiling erased-serde v0.3.31
22622026-09-01T23:10:51.660Z Compiling serde_tokenstream v0.2.3
22632026-09-01T23:10:51.772Z Compiling hubpack_derive v0.1.1
22642026-09-01T23:10:51.800Z Compiling strum_macros v0.27.2
22652026-09-01T23:10:51.876Z Compiling curve25519-dalek-derive v0.1.1
22662026-09-01T23:10:51.965Z Compiling ref-cast-impl v1.0.25
22672026-09-01T23:10:52.083Z Compiling usdt-impl v0.5.0
22682026-09-01T23:10:52.176Z Compiling fs-err v3.3.0
22692026-09-01T23:10:52.233Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22702026-09-01T23:10:52.325Z Compiling ryu v1.0.23
22712026-09-01T23:10:52.361Z Compiling unicode-properties v0.1.4
22722026-09-01T23:10:52.388Z Compiling unicode-bidi v0.3.18
22732026-09-01T23:10:52.538Z Compiling iri-string v0.7.10
22742026-09-01T23:10:52.583Z Compiling num_threads v0.1.7
22752026-09-01T23:10:52.852Z Compiling allocator-api2 v0.2.21
22762026-09-01T23:10:52.884Z Compiling path-slash v0.1.5
22772026-09-01T23:10:52.995Z Compiling same-file v1.0.6
22782026-09-01T23:10:53.160Z Compiling gimli v0.32.3
22792026-09-01T23:10:53.230Z Compiling walkdir v2.5.0
22802026-09-01T23:10:53.325Z Compiling time v0.3.47
22812026-09-01T23:10:53.924Z Compiling tower-http v0.6.8
22822026-09-01T23:10:54.382Z Compiling stringprep v0.1.5
22832026-09-01T23:10:54.525Z Compiling serde_urlencoded v0.7.1
22842026-09-01T23:10:54.974Z Compiling addr2line v0.25.1
22852026-09-01T23:10:54.989Z Compiling futures v0.3.32
22862026-09-01T23:10:55.136Z Compiling derive_builder_macro v0.20.2
22872026-09-01T23:10:55.316Z Compiling tokio-native-tls v0.3.1
22882026-09-01T23:10:55.473Z Compiling strum v0.26.3
22892026-09-01T23:10:55.510Z Compiling block-padding v0.4.2
22902026-09-01T23:10:55.690Z Compiling scroll v0.12.0
22912026-09-01T23:10:55.721Z Compiling pin-project v1.1.11
22922026-09-01T23:10:55.725Z Compiling rustls-native-certs v0.8.3
22932026-09-01T23:10:55.833Z Compiling md-5 v0.10.6
22942026-09-01T23:10:55.897Z Compiling convert_case v0.10.0
22952026-09-01T23:10:55.927Z Compiling vergen-lib v9.1.0
22962026-09-01T23:10:55.958Z Compiling hash32 v0.2.1
22972026-09-01T23:10:55.974Z Compiling encoding_rs v0.8.35
22982026-09-01T23:10:56.030Z Compiling fallible-iterator v0.2.0
22992026-09-01T23:10:56.053Z Compiling mime v0.3.17
23002026-09-01T23:10:56.160Z Compiling rustc-demangle v0.1.27
23012026-09-01T23:10:56.299Z Compiling cpufeatures v0.3.0
23022026-09-01T23:10:56.356Z Compiling psl-types v2.0.11
23032026-09-01T23:10:56.371Z Compiling jiff-core v0.1.0
23042026-09-01T23:10:56.387Z Compiling postgres-protocol v0.6.10
23052026-09-01T23:10:56.439Z Compiling derive_more-impl v2.1.1
23062026-09-01T23:10:56.486Z Compiling publicsuffix v2.3.0
23072026-09-01T23:10:56.667Z Compiling goblin v0.8.2
23082026-09-01T23:10:56.998Z Compiling snafu v0.8.9
23092026-09-01T23:10:57.230Z Compiling jiff v0.2.34
23102026-09-01T23:10:57.277Z Compiling inout v0.2.2
23112026-09-01T23:10:57.292Z Compiling derive_builder v0.20.2
23122026-09-01T23:10:57.393Z Compiling hyper-tls v0.6.0
23132026-09-01T23:10:57.627Z Compiling backtrace v0.3.76
23142026-09-01T23:10:57.756Z Compiling usdt-macro v0.6.0
23152026-09-01T23:10:57.773Z Compiling usdt-attr-macro v0.6.0
23162026-09-01T23:10:57.777Z Compiling globset v0.4.18
23172026-09-01T23:10:57.805Z Compiling phf_shared v0.13.1
23182026-09-01T23:10:57.856Z Compiling crossbeam-epoch v0.9.18
23192026-09-01T23:10:58.014Z Compiling zerocopy v0.7.35
23202026-09-01T23:10:58.157Z Compiling regex v1.12.3
23212026-09-01T23:10:58.557Z Compiling serde_plain v1.0.2
23222026-09-01T23:10:58.589Z Compiling enum-as-inner v0.6.1
23232026-09-01T23:10:58.593Z Compiling serde_repr v0.1.20
23242026-09-01T23:10:58.616Z Compiling miette-derive v7.6.0
23252026-09-01T23:10:58.791Z Compiling pem v3.0.6
23262026-09-01T23:10:58.810Z Compiling vergen v9.1.0
23272026-09-01T23:10:58.830Z Compiling cargo-platform v0.3.2
23282026-09-01T23:10:58.834Z Compiling ff v0.13.1
23292026-09-01T23:10:58.995Z Compiling filetime v0.2.27
23302026-09-01T23:10:59.039Z Compiling foldhash v0.1.5
23312026-09-01T23:10:59.129Z Compiling foldhash v0.2.0
23322026-09-01T23:10:59.163Z Compiling libbz2-rs-sys v0.2.2
23332026-09-01T23:10:59.212Z Compiling smawk v0.3.2
23342026-09-01T23:10:59.223Z Compiling bumpalo v3.20.2
23352026-09-01T23:10:59.278Z Compiling xattr v1.6.1
23362026-09-01T23:10:59.345Z Compiling unicode-linebreak v0.1.5
23372026-09-01T23:10:59.359Z Compiling bitflags v1.3.2
23382026-09-01T23:10:59.473Z Compiling typed-path v0.9.3
23392026-09-01T23:10:59.488Z Compiling base16ct v0.2.0
23402026-09-01T23:10:59.516Z Compiling unicode-width v0.2.0
23412026-09-01T23:10:59.582Z Compiling const-oid v0.10.2
23422026-09-01T23:10:59.597Z Compiling managed v0.8.0
23432026-09-01T23:10:59.649Z Compiling is_ci v1.2.0
23442026-09-01T23:10:59.790Z Compiling digest v0.11.3
23452026-09-01T23:10:59.793Z Compiling textwrap v0.16.2
23462026-09-01T23:10:59.793Z Compiling supports-color v3.0.2
23472026-09-01T23:10:59.871Z Compiling sec1 v0.7.3
23482026-09-01T23:10:59.874Z Compiling bzip2 v0.6.1
23492026-09-01T23:10:59.979Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23502026-09-01T23:11:00.008Z Compiling zopfli v0.8.3
23512026-09-01T23:11:00.027Z Compiling tar v0.4.46
23522026-09-01T23:11:00.100Z Compiling hashbrown v0.16.1
23532026-09-01T23:11:00.162Z Compiling hashbrown v0.15.5
23542026-09-01T23:11:00.234Z Compiling cargo_metadata v0.23.1
23552026-09-01T23:11:00.588Z Compiling group v0.13.0
23562026-09-01T23:11:00.612Z Compiling dof v0.3.0
23572026-09-01T23:11:01.387Z Compiling backtrace-ext v0.2.1
23582026-09-01T23:11:01.497Z Compiling phf v0.13.1
23592026-09-01T23:11:01.584Z Compiling zstd v0.13.3
23602026-09-01T23:11:01.600Z Compiling reqwest v0.12.28
23612026-09-01T23:11:01.670Z Compiling cipher v0.5.2
23622026-09-01T23:11:01.815Z Compiling signal-hook-mio v0.2.5
23632026-09-01T23:11:01.847Z Compiling cookie_store v0.22.1
23642026-09-01T23:11:01.944Z Compiling postgres-types v0.2.12
23652026-09-01T23:11:02.237Z Compiling strum v0.27.2
23662026-09-01T23:11:02.443Z Compiling hubpack v0.1.2
23672026-09-01T23:11:02.483Z Compiling phf_shared v0.11.3
23682026-09-01T23:11:02.501Z Compiling hkdf v0.12.4
23692026-09-01T23:11:02.516Z Compiling dtrace-parser v0.2.0
23702026-09-01T23:11:02.557Z Compiling byte-wrapper v0.1.0
23712026-09-01T23:11:02.590Z Compiling ed25519 v2.2.3
23722026-09-01T23:11:02.671Z Compiling olpc-cjson v0.1.4
23732026-09-01T23:11:02.928Z Compiling crypto-bigint v0.5.5
23742026-09-01T23:11:03.010Z Compiling serde-big-array v0.5.1
23752026-09-01T23:11:03.112Z Compiling float-cmp v0.10.0
23762026-09-01T23:11:03.242Z Compiling memmap2 v0.9.10
23772026-09-01T23:11:03.275Z Compiling thread-id v4.2.2
23782026-09-01T23:11:03.376Z Compiling rayon-core v1.13.0
23792026-09-01T23:11:03.390Z Compiling toml_write v0.1.2
23802026-09-01T23:11:03.445Z Compiling fixedbitset v0.4.2
23812026-09-01T23:11:03.495Z Compiling either v1.15.0
23822026-09-01T23:11:03.517Z Compiling difflib v0.4.0
23832026-09-01T23:11:03.581Z Compiling data-encoding v2.10.0
23842026-09-01T23:11:03.633Z Compiling winnow v0.7.14
23852026-09-01T23:11:03.650Z Compiling winnow v1.0.3
23862026-09-01T23:11:03.871Z Compiling keccak v0.1.6
23872026-09-01T23:11:03.958Z Compiling fixedbitset v0.5.7
23882026-09-01T23:11:04.121Z Compiling normalize-line-endings v0.3.0
23892026-09-01T23:11:04.250Z Compiling predicates-core v1.0.10
23902026-09-01T23:11:04.291Z Compiling supports-hyperlinks v3.2.0
23912026-09-01T23:11:04.400Z Compiling new_debug_unreachable v1.0.6
23922026-09-01T23:11:04.428Z Compiling unicode-width v0.1.14
23932026-09-01T23:11:04.480Z Compiling precomputed-hash v0.1.1
23942026-09-01T23:11:04.585Z Compiling static_assertions v1.1.0
23952026-09-01T23:11:04.621Z Compiling whoami v2.1.0
23962026-09-01T23:11:04.667Z Compiling supports-unicode v3.0.0
23972026-09-01T23:11:04.683Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23982026-09-01T23:11:04.700Z Compiling toml_parser v1.1.2+spec-1.1.0
23992026-09-01T23:11:04.717Z Compiling string_cache v0.8.9
24002026-09-01T23:11:04.763Z Compiling chacha20 v0.10.0
24012026-09-01T23:11:04.847Z Compiling tokio-postgres v0.7.16
24022026-09-01T23:11:04.960Z Compiling miette v7.6.0
24032026-09-01T23:11:04.963Z Compiling predicates v3.1.4
24042026-09-01T23:11:04.992Z Compiling toml_edit v0.22.27
24052026-09-01T23:11:05.409Z Compiling petgraph v0.8.3
24062026-09-01T23:11:05.490Z Compiling sha3 v0.10.8
24072026-09-01T23:11:05.554Z Compiling hickory-proto v0.25.2
24082026-09-01T23:11:05.579Z Compiling elliptic-curve v0.13.8
24092026-09-01T23:11:05.947Z Compiling itertools v0.13.0
24102026-09-01T23:11:05.998Z Compiling petgraph v0.6.5
24112026-09-01T23:11:06.720Z Compiling usdt v0.6.0
24122026-09-01T23:11:07.191Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24132026-09-01T23:11:07.486Z Compiling ed25519-dalek v2.2.0
24142026-09-01T23:11:07.522Z Compiling zip v4.6.1
24152026-09-01T23:11:07.670Z Compiling crossterm v0.28.1
24162026-09-01T23:11:07.880Z Compiling iddqd v0.4.2
24172026-09-01T23:11:08.388Z Compiling derive_more v2.1.1
24182026-09-01T23:11:08.514Z Compiling similar v2.7.0
24192026-09-01T23:11:08.788Z Compiling serde_with v3.21.0
24202026-09-01T23:11:09.284Z Compiling tokio-stream v0.1.18
24212026-09-01T23:11:09.385Z Compiling buf-list v1.1.2
24222026-09-01T23:11:09.514Z Compiling half v2.7.1
24232026-09-01T23:11:09.645Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24242026-09-01T23:11:09.767Z Compiling openapiv3 v2.2.0
24252026-09-01T23:11:09.987Z Compiling ciborium-io v0.2.2
24262026-09-01T23:11:10.076Z Compiling lalrpop-util v0.19.12
24272026-09-01T23:11:10.160Z Compiling peg-runtime v0.8.5
24282026-09-01T23:11:10.296Z Compiling ciborium-ll v0.2.2
24292026-09-01T23:11:11.328Z Compiling crossbeam-deque v0.8.6
24302026-09-01T23:11:11.635Z Compiling camino-tempfile v1.4.1
24312026-09-01T23:11:11.825Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24322026-09-01T23:11:12.034Z Compiling blake3 v1.8.5
24332026-09-01T23:11:12.049Z Compiling fs-err v2.11.0
24342026-09-01T23:11:13.872Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24352026-09-01T23:11:14.918Z Compiling ciborium v0.2.2
24362026-09-01T23:11:15.236Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24372026-09-01T23:11:15.347Z Compiling thread_local v1.1.9
24382026-09-01T23:11:15.466Z Compiling constant_time_eq v0.4.2
24392026-09-01T23:11:15.642Z Compiling slog-async v2.8.0
24402026-09-01T23:11:15.659Z Compiling arrayref v0.3.9
24412026-09-01T23:11:15.689Z Compiling arrayvec v0.7.6
24422026-09-01T23:11:15.759Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24432026-09-01T23:11:15.814Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24442026-09-01T23:11:15.992Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24452026-09-01T23:11:16.051Z Compiling toml v0.8.23
24462026-09-01T23:11:16.102Z Compiling atomicwrites v0.4.4
24472026-09-01T23:11:16.275Z Compiling sha2 v0.11.0
24482026-09-01T23:11:16.329Z Compiling digest-io v0.1.0
24492026-09-01T23:11:16.351Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24502026-09-01T23:11:16.455Z Compiling crossbeam-channel v0.5.15
24512026-09-01T23:11:16.485Z Compiling serde_path_to_error v0.1.20
24522026-09-01T23:11:16.528Z Compiling is-terminal v0.4.17
24532026-09-01T23:11:16.628Z Compiling topological-sort v0.2.2
24542026-09-01T23:11:16.644Z Compiling take_mut v0.2.2
24552026-09-01T23:11:16.647Z Compiling indent_write v2.2.0
24562026-09-01T23:11:16.673Z Compiling debug-ignore v1.0.5
24572026-09-01T23:11:16.728Z Compiling parse-size v1.1.0
24582026-09-01T23:11:16.776Z Compiling rawzip v0.4.4
24592026-09-01T23:11:16.798Z Compiling term v1.2.1
24602026-09-01T23:11:16.814Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24612026-09-01T23:11:16.828Z Compiling shell-words v1.1.1
24622026-09-01T23:11:17.113Z Compiling slog-term v2.9.2
24632026-09-01T23:11:20.296Z Compiling rustls-webpki v0.103.13
24642026-09-01T23:11:23.047Z Compiling tokio-rustls v0.26.4
24652026-09-01T23:11:23.047Z Compiling rustls-platform-verifier v0.6.2
24662026-09-01T23:11:23.050Z Compiling tough v0.22.0
24672026-09-01T23:11:23.254Z Compiling hyper-rustls v0.27.7
24682026-09-01T23:11:23.440Z Compiling reqwest v0.13.2
24692026-09-01T23:11:24.684Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24702026-09-01T23:11:25.664Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24712026-09-01T23:11:26.688Z Compiling omicron-zone-package v0.12.3
24722026-09-01T23:11:27.015Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24732026-09-01T23:11:27.310Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24742026-09-01T23:11:27.356Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24752026-09-01T23:11:29.797Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24762026-09-01T23:11:49.143Z Finished `release` profile [optimized] target(s) in 1m 23s
24772026-09-01T23:11:49.286Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24782026-09-01T23:11:49.343ZSep 01 23:11:47.929 DEBG changing working directory to /work/oxidecomputer/omicron
24792026-09-01T23:11:49.440ZSep 01 23:11:48.027 DEBG running: git rev-parse HEAD
24802026-09-01T23:11:49.443ZSep 01 23:11:48.029 DEBG process exited with exit status: 0 (2.511704ms)
24812026-09-01T23:11:49.443ZSep 01 23:11:48.030 INFO version: 23.0.0-0.ci+git9032079c3e6
24822026-09-01T23:11:49.450ZSep 01 23:11:48.038 INFO cloning helios to /work/oxidecomputer/helios
24832026-09-01T23:11:49.450ZSep 01 23:11:48.038 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24842026-09-01T23:11:49.453ZCloning into '/work/oxidecomputer/helios'...
24852026-09-01T23:11:50.160ZSep 01 23:11:48.706 DEBG process exited with exit status: 0 (668.300982ms)
24862026-09-01T23:11:50.160ZSep 01 23:11:48.706 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24872026-09-01T23:11:50.165ZSep 01 23:11:48.709 DEBG process exited with exit status: 0 (2.600724ms)
24882026-09-01T23:11:50.165ZSep 01 23:11:48.709 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24892026-09-01T23:11:50.504ZSep 01 23:11:49.092 DEBG process exited with exit status: 0 (383.238655ms)
24902026-09-01T23:11:50.505ZSep 01 23:11:49.092 DEBG running: zfs list rpool/images/build/host
24912026-09-01T23:11:50.508ZNAME USED AVAIL REFER MOUNTPOINT
24922026-09-01T23:11:50.508Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24932026-09-01T23:11:50.512ZSep 01 23:11:49.096 DEBG process exited with exit status: 0 (4.421626ms)
24942026-09-01T23:11:50.512ZSep 01 23:11:49.096 DEBG running: zfs list rpool/images/build/recovery
24952026-09-01T23:11:50.512ZNAME USED AVAIL REFER MOUNTPOINT
24962026-09-01T23:11:50.512Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24972026-09-01T23:11:50.512ZSep 01 23:11:49.100 DEBG process exited with exit status: 0 (3.203755ms)
24982026-09-01T23:11:50.512ZSep 01 23:11:49.100 INFO console assets match pinned console commit (c1e623cad30d6f38a45db1f835d8f5c2e9a387d1)
24992026-09-01T23:11:50.525ZSep 01 23:11:49.113 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026081901.0.0, but the current nexus API version is 2026082800.0.0; the console needs a client regen and tools/console_version needs a bump
25002026-09-01T23:11:50.530ZSep 01 23:11:49.113 INFO [hubris-staging] running task
25012026-09-01T23:11:50.530ZSep 01 23:11:49.113 INFO [incorp-manifest] running task
25022026-09-01T23:11:50.530ZSep 01 23:11:49.113 INFO [hubris-production] running task
25032026-09-01T23:11:50.530ZSep 01 23:11:49.113 INFO [incorp-create] running: pkgrepo create /work/incorporation
25042026-09-01T23:11:50.530ZSep 01 23:11:49.113 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
25052026-09-01T23:11:50.556ZSep 01 23:11:49.144 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
25062026-09-01T23:11:50.559ZSep 01 23:11:49.144 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
25072026-09-01T23:11:50.598Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25082026-09-01T23:11:50.663Z[ omicron-package] Blocking waiting for file lock on package cache
25092026-09-01T23:11:50.789ZSep 01 23:11:49.377 INFO [incorp-create] process exited with exit status: 0 (263.313933ms)
25102026-09-01T23:11:50.796ZSep 01 23:11:49.377 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25112026-09-01T23:11:51.011ZSep 01 23:11:49.598 INFO [incorp-publisher] process exited with exit status: 0 (221.664869ms)
25122026-09-01T23:11:51.362Z[ omicron-package] Blocking waiting for file lock on package cache
25132026-09-01T23:11:51.701ZSep 01 23:11:50.289 INFO [hubris-production] task succeeded (1.175652967s)
25142026-09-01T23:11:52.667Z[ omicron-package] Compiling macaddr v1.0.1
25152026-09-01T23:11:52.667Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25162026-09-01T23:11:52.667Z[ omicron-package] Compiling itertools v0.15.0
25172026-09-01T23:11:52.670Z[ omicron-package] Compiling secrecy v0.10.3
25182026-09-01T23:11:52.670Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25192026-09-01T23:11:52.670Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25202026-09-01T23:11:52.670Z[ omicron-package] Compiling heapless v0.8.0
25212026-09-01T23:11:52.670Z[ omicron-package] Compiling hash32 v0.3.1
25222026-09-01T23:11:52.670Z[ omicron-package] Compiling inout v0.1.4
25232026-09-01T23:11:52.670Z[ omicron-package] Compiling multer v3.1.0
25242026-09-01T23:11:52.670Z[ omicron-package] Compiling smoltcp v0.11.0
25252026-09-01T23:11:52.670Z[ omicron-package] Compiling match_cfg v0.1.0
25262026-09-01T23:11:52.670Z[ omicron-package] Compiling compression-core v0.4.31
25272026-09-01T23:11:52.670Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25282026-09-01T23:11:52.670Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25292026-09-01T23:11:52.670Z[ omicron-package] Compiling slog-json v2.6.1
25302026-09-01T23:11:52.853ZSep 01 23:11:51.441 DEBG process exited with exit status: 0 (2.327550617s)
25312026-09-01T23:11:52.856ZSep 01 23:11:51.441 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25322026-09-01T23:11:53.480Z[ omicron-package] Compiling serde_tokenstream v0.3.0
25332026-09-01T23:11:53.526Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25342026-09-01T23:11:53.544Z[ omicron-package] Compiling hostname v0.3.1
25352026-09-01T23:11:53.563Z[ omicron-package] Compiling cobs v0.3.0
25362026-09-01T23:11:53.595Z[ omicron-package] Compiling universal-hash v0.5.1
25372026-09-01T23:11:53.804Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25382026-09-01T23:11:53.804Z[ omicron-package] Compiling compression-codecs v0.4.37
25392026-09-01T23:11:53.918Z[ omicron-package] Compiling cipher v0.4.4
25402026-09-01T23:11:54.002Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25412026-09-01T23:11:54.069Z[ omicron-package] Compiling dropshot v0.17.1
25422026-09-01T23:11:54.078Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25432026-09-01T23:11:54.087Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25442026-09-01T23:11:54.087Z[ omicron-package] Compiling serde_spanned v1.1.1
25452026-09-01T23:11:54.124Z[ omicron-package] Compiling async-stream-impl v0.3.6
25462026-09-01T23:11:54.224Z[ omicron-package] Compiling opaque-debug v0.3.1
25472026-09-01T23:11:54.261Z[ omicron-package] Compiling convert_case v0.4.0
25482026-09-01T23:11:54.281Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25492026-09-01T23:11:54.282Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25502026-09-01T23:11:54.315Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25512026-09-01T23:11:54.418Z[ omicron-package] Compiling chacha20 v0.9.1
25522026-09-01T23:11:54.443Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25532026-09-01T23:11:54.480Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25542026-09-01T23:11:54.483Z[ omicron-package] Compiling poly1305 v0.8.0
25552026-09-01T23:11:54.703Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25562026-09-01T23:11:54.708Z[ omicron-package] Compiling derive_more v0.99.20
25572026-09-01T23:11:54.708Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25582026-09-01T23:11:54.708Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25592026-09-01T23:11:54.708Z[ omicron-package] Compiling slog-bunyan v2.5.0
25602026-09-01T23:11:55.039Z[ omicron-package] Compiling async-stream v0.3.6
25612026-09-01T23:11:55.039Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
25622026-09-01T23:11:55.042Z[ omicron-package] Compiling async-compression v0.4.41
25632026-09-01T23:11:55.198Z[ omicron-package] Compiling num_enum_derive v0.7.6
25642026-09-01T23:11:55.203Z[ omicron-package] Compiling postcard v1.1.3
25652026-09-01T23:11:55.293Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25662026-09-01T23:11:55.362Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25672026-09-01T23:11:55.409Z[ omicron-package] Compiling ingot-macros v0.2.0
25682026-09-01T23:11:55.460Z[ omicron-package] Compiling sha1 v0.11.0
25692026-09-01T23:11:55.463Z[ omicron-package] Compiling progenitor-client v0.14.0
25702026-09-01T23:11:55.495Z[ omicron-package] Compiling oxide-generation v0.1.3
25712026-09-01T23:11:55.498Z[ omicron-package] Compiling parse-display-derive v0.10.0
25722026-09-01T23:11:55.588Z[ omicron-package] Compiling waitgroup v0.1.2
25732026-09-01T23:11:55.689Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25742026-09-01T23:11:55.750Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25752026-09-01T23:11:55.818ZSep 01 23:11:54.406 DEBG process exited with exit status: 0 (2.96454405s)
25762026-09-01T23:11:55.821Z[ omicron-package] Compiling backon v1.6.0
25772026-09-01T23:11:55.821ZSep 01 23:11:54.408 INFO [incorp-manifest] task succeeded (5.295243482s)
25782026-09-01T23:11:55.821ZSep 01 23:11:54.409 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25792026-09-01T23:11:55.869Z[ omicron-package] Compiling password-hash v0.5.0
25802026-09-01T23:11:55.917Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25812026-09-01T23:11:55.973Z[ omicron-package] Compiling blake2 v0.10.6
25822026-09-01T23:11:56.049ZSep 01 23:11:54.636 INFO [incorp-fmt] process exited with exit status: 0 (227.313577ms)
25832026-09-01T23:11:56.049ZSep 01 23:11:54.636 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25842026-09-01T23:11:56.099Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25852026-09-01T23:11:56.170Z[ omicron-package] Compiling aead v0.5.2
25862026-09-01T23:11:56.170Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25872026-09-01T23:11:56.244Z[ omicron-package] Compiling proc-macro-error v1.0.4
25882026-09-01T23:11:56.269Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25892026-09-01T23:11:56.309Z[ omicron-package] Compiling instant v0.1.13
25902026-09-01T23:11:56.352Z[ omicron-package] Compiling hostname v0.4.2
25912026-09-01T23:11:56.386Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260901T231154Z
25922026-09-01T23:11:56.386Z[ incorp-pkgsend] PUBLISHED
25932026-09-01T23:11:56.411Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25942026-09-01T23:11:56.463ZSep 01 23:11:55.050 INFO [incorp-pkgsend] process exited with exit status: 0 (414.276792ms)
25952026-09-01T23:11:56.466ZSep 01 23:11:55.050 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25962026-09-01T23:11:56.493Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
25972026-09-01T23:11:56.493Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25982026-09-01T23:11:56.497Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25992026-09-01T23:11:56.497Z[ omicron-package] Compiling backoff v0.4.0
26002026-09-01T23:11:56.609Z[ omicron-package] Compiling num_enum v0.7.6
26012026-09-01T23:11:56.674Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26022026-09-01T23:11:56.693Z[ omicron-package] Compiling num_enum_derive v0.5.11
26032026-09-01T23:11:56.711Z[ omicron-package] Compiling argon2 v0.5.3
26042026-09-01T23:11:56.744Z[ helios-incorp] Retrieving packages for publisher helios ...
26052026-09-01T23:11:56.764Z[ helios-incorp] Retrieving catalog 'helios' ... Done
26062026-09-01T23:11:56.816Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26072026-09-01T23:11:56.816Z[ omicron-package] Compiling progenitor-extras v0.2.0
26082026-09-01T23:11:56.819Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26092026-09-01T23:11:56.819Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26102026-09-01T23:11:56.819Z[ helios-incorp]
26112026-09-01T23:11:56.819Z[ helios-incorp] Archiving packages ...
26122026-09-01T23:11:56.819Z[ helios-incorp] Packages to add: 1
26132026-09-01T23:11:56.819Z[ helios-incorp] Files to retrieve: 0
26142026-09-01T23:11:56.819Z[ helios-incorp] Estimated transfer size: 0.00 B
26152026-09-01T23:11:56.819Z[ helios-incorp]
26162026-09-01T23:11:56.819Z[ helios-incorp] Packages to archive:
26172026-09-01T23:11:56.819Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260901T231154Z
26182026-09-01T23:11:56.819Z[ helios-incorp]
26192026-09-01T23:11:56.819Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26202026-09-01T23:11:56.819Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
26212026-09-01T23:11:56.833ZSep 01 23:11:55.421 INFO [helios-incorp] process exited with exit status: 0 (370.587437ms)
26222026-09-01T23:11:56.849Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26232026-09-01T23:11:56.852Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26242026-09-01T23:11:56.900Z[ omicron-package] Compiling vsss-rs v3.3.4
26252026-09-01T23:11:57.054Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26262026-09-01T23:11:57.226Z[ omicron-package] Compiling foreign-types v0.5.0
26272026-09-01T23:11:57.271Z[ omicron-package] Compiling parse-display v0.10.0
26282026-09-01T23:11:57.329Z[ omicron-package] Compiling regress v0.10.5
26292026-09-01T23:11:57.352Z[ omicron-package] Compiling itertools v0.14.0
26302026-09-01T23:11:57.372Z[ omicron-package] Compiling tabwriter v1.4.1
26312026-09-01T23:11:57.375Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26322026-09-01T23:11:57.413Z[ omicron-package] Compiling cstr-argument v0.1.2
26332026-09-01T23:11:57.417Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26342026-09-01T23:11:57.472Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26352026-09-01T23:11:57.475Z[ omicron-package] Compiling humantime v2.3.0
26362026-09-01T23:11:57.744Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26372026-09-01T23:11:57.792Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26382026-09-01T23:11:57.839Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26392026-09-01T23:11:57.881Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26402026-09-01T23:11:57.926Z[ omicron-package] Compiling rayon v1.11.0
26412026-09-01T23:11:57.929Z[ omicron-package] Compiling num_enum v0.5.11
26422026-09-01T23:11:58.023Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26432026-09-01T23:11:58.023Z[ omicron-package] Compiling rand v0.10.1
26442026-09-01T23:11:58.085Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26452026-09-01T23:11:58.116Z[ omicron-package] Compiling colored v3.1.1
26462026-09-01T23:11:58.116Z[ omicron-package] Compiling libefi-sys v0.1.0
26472026-09-01T23:11:58.149Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26482026-09-01T23:11:58.210Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26492026-09-01T23:11:58.260Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26502026-09-01T23:11:58.328Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26512026-09-01T23:11:58.443Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26522026-09-01T23:11:58.504Z[ omicron-package] Compiling ingot-types v0.2.0
26532026-09-01T23:11:58.648Z[ omicron-package] Compiling itertools v0.12.1
26542026-09-01T23:11:58.670Z[ omicron-package] Compiling usdt-macro v0.5.0
26552026-09-01T23:11:58.699Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26562026-09-01T23:11:58.736Z[ omicron-package] Compiling sigpipe v0.1.3
26572026-09-01T23:11:58.741Z[ omicron-package] Compiling memmap v0.7.0
26582026-09-01T23:11:58.744Z[ omicron-package] Compiling bitfield-struct v0.6.2
26592026-09-01T23:11:58.944Z[ omicron-package] Compiling num-derive v0.4.2
26602026-09-01T23:11:59.052Z[ omicron-package] Compiling ingot v0.2.1
26612026-09-01T23:11:59.097Z[ omicron-package] Compiling glob v0.3.3
26622026-09-01T23:11:59.133Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26632026-09-01T23:11:59.136Z[ omicron-package] Compiling swrite v0.1.0
26642026-09-01T23:11:59.396Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26652026-09-01T23:11:59.610Z[ omicron-package] Compiling usdt v0.5.0
26662026-09-01T23:11:59.649Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26672026-09-01T23:11:59.688Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26682026-09-01T23:11:59.717Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26692026-09-01T23:11:59.843Z[ omicron-package] Compiling smf v0.2.3
26702026-09-01T23:11:59.903Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26712026-09-01T23:11:59.936Z[ omicron-package] Compiling whoami v1.6.1
26722026-09-01T23:11:59.962Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26732026-09-01T23:12:00.011Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26742026-09-01T23:12:00.011Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26752026-09-01T23:12:00.196Z[ omicron-package] Compiling zone v0.3.1
26762026-09-01T23:12:00.244Z[ omicron-package] Compiling gethostname v0.5.0
26772026-09-01T23:12:00.353Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26782026-09-01T23:12:00.393Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26792026-09-01T23:12:00.470Z[ omicron-package] Compiling console v0.16.2
26802026-09-01T23:12:00.475Z[ omicron-package] Compiling unit-prefix v0.5.2
26812026-09-01T23:12:00.492Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26822026-09-01T23:12:01.191Z[ omicron-package] Compiling indicatif v0.18.4
26832026-09-01T23:12:01.370Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26842026-09-01T23:12:01.592Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26852026-09-01T23:12:02.664Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26862026-09-01T23:12:03.798Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26872026-09-01T23:12:04.876Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26882026-09-01T23:12:05.338Z[ helios-setup] Sep 01 23:12:03.925 INFO helios repository root is: /work/oxidecomputer/helios
26892026-09-01T23:12:05.341Z[ helios-setup] Sep 01 23:12:03.926 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
26902026-09-01T23:12:05.341Z[ helios-setup] Sep 01 23:12:03.926 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
26912026-09-01T23:12:05.341Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26922026-09-01T23:12:06.308Z[ helios-setup] Sep 01 23:12:04.895 INFO clone ok!, project: amd-host-image-builder
26932026-09-01T23:12:06.311Z[ helios-setup] Sep 01 23:12:04.896 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
26942026-09-01T23:12:06.311Z[ helios-setup] Sep 01 23:12:04.896 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26952026-09-01T23:12:06.311Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26962026-09-01T23:12:07.306Z[ helios-setup] Sep 01 23:12:05.894 INFO clone ok!, project: pilot
26972026-09-01T23:12:07.310Z[ helios-setup] Sep 01 23:12:05.894 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26982026-09-01T23:12:07.310Z[ helios-setup] Sep 01 23:12:05.894 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
26992026-09-01T23:12:07.310Z[ helios-setup] Sep 01 23:12:05.894 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27002026-09-01T23:12:07.310Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27012026-09-01T23:12:07.357ZSep 01 23:12:05.945 INFO [hubris-staging] task succeeded (16.831906639s)
27022026-09-01T23:12:08.145Z[ helios-setup] Sep 01 23:12:06.733 INFO clone ok!, project: dmar-report
27032026-09-01T23:12:08.145Z[ helios-setup] Sep 01 23:12:06.733 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
27042026-09-01T23:12:08.145Z[ helios-setup] Sep 01 23:12:06.733 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
27052026-09-01T23:12:08.149Z[ helios-setup] Sep 01 23:12:06.733 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
27062026-09-01T23:12:08.149Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
27072026-09-01T23:12:09.258Z[ helios-setup] Sep 01 23:12:07.845 INFO clone ok!, project: phbl
27082026-09-01T23:12:09.261Z[ helios-setup] Sep 01 23:12:07.845 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
27092026-09-01T23:12:09.261Z[ helios-setup] Sep 01 23:12:07.845 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
27102026-09-01T23:12:09.261Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
27112026-09-01T23:12:10.189Z[ helios-setup] Sep 01 23:12:08.777 INFO clone ok!, project: chelsio-t6-roms
27122026-09-01T23:12:10.189Z[ helios-setup] Sep 01 23:12:08.777 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
27132026-09-01T23:12:10.193Z[ helios-setup] Sep 01 23:12:08.777 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
27142026-09-01T23:12:10.193Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
27152026-09-01T23:12:10.760Z[ helios-setup] Sep 01 23:12:09.347 INFO clone ok!, project: bootserver
27162026-09-01T23:12:10.760Z[ helios-setup] Sep 01 23:12:09.347 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
27172026-09-01T23:12:10.760Z[ helios-setup] Sep 01 23:12:09.347 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
27182026-09-01T23:12:10.763Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
27192026-09-01T23:12:11.309Z[ helios-setup] Sep 01 23:12:09.897 INFO clone ok!, project: pinprick
27202026-09-01T23:12:11.309Z[ helios-setup] Sep 01 23:12:09.897 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
27212026-09-01T23:12:11.313Z[ helios-setup] Sep 01 23:12:09.897 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
27222026-09-01T23:12:11.313Z[ helios-setup] Sep 01 23:12:09.897 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
27232026-09-01T23:12:11.313Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
27242026-09-01T23:12:11.873Z[ helios-setup] Sep 01 23:12:10.460 INFO clone ok!, project: image-builder
27252026-09-01T23:12:11.873Z[ helios-setup] Sep 01 23:12:10.460 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
27262026-09-01T23:12:11.876Z[ helios-setup] Sep 01 23:12:10.460 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
27272026-09-01T23:12:11.876Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
27282026-09-01T23:12:14.566Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27292026-09-01T23:12:17.659Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27302026-09-01T23:12:18.659Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27312026-09-01T23:12:18.671Z[ helios-setup] Sep 01 23:12:17.259 INFO clone ok!, project: amd-firmware
27322026-09-01T23:12:18.675Z[ helios-setup] Sep 01 23:12:17.259 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27332026-09-01T23:12:18.901Z[ helios-setup] Sep 01 23:12:17.488 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27342026-09-01T23:12:19.133Z[ helios-setup] Sep 01 23:12:17.720 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27352026-09-01T23:12:19.133Z[ helios-setup] Sep 01 23:12:17.720 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27362026-09-01T23:12:19.344Z[ helios-setup] Sep 01 23:12:17.931 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27372026-09-01T23:12:19.578Z[ helios-setup] Sep 01 23:12:18.165 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27382026-09-01T23:12:19.578Z[ helios-setup] Sep 01 23:12:18.165 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27392026-09-01T23:12:19.817Z[ helios-setup] Sep 01 23:12:18.405 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27402026-09-01T23:12:20.043Z[ helios-setup] Sep 01 23:12:18.630 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27412026-09-01T23:12:20.043Z[ helios-setup] Sep 01 23:12:18.630 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27422026-09-01T23:12:20.043Z[ helios-setup] Sep 01 23:12:18.630 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27432026-09-01T23:12:20.047Z[ helios-setup] Sep 01 23:12:18.630 INFO ok!
27442026-09-01T23:12:20.047Z[ helios-setup] Sep 01 23:12:18.630 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27452026-09-01T23:12:20.047Z[ helios-setup] Sep 01 23:12:18.630 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27462026-09-01T23:12:20.047Z[ helios-setup] Sep 01 23:12:18.630 INFO ok!
27472026-09-01T23:12:20.047Z[ helios-setup] Sep 01 23:12:18.630 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27482026-09-01T23:12:20.047Z[ helios-setup] Sep 01 23:12:18.630 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27492026-09-01T23:12:20.047Z[ helios-setup] Sep 01 23:12:18.630 INFO ok!
27502026-09-01T23:12:20.047Z[ helios-setup] Sep 01 23:12:18.630 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
27512026-09-01T23:12:20.076Z[ helios-setup] Sep 01 23:12:18.664 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')"
27522026-09-01T23:12:20.076Z[ helios-setup] Sep 01 23:12:18.664 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
27532026-09-01T23:12:20.080Z[ helios-setup] Sep 01 23:12:18.664 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
27542026-09-01T23:12:20.199Z[ helios-setup] Sep 01 23:12:18.786 INFO E| Updating crates.io index
27552026-09-01T23:12:20.203Z[ helios-setup] Sep 01 23:12:18.787 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
27562026-09-01T23:12:20.651Z[ helios-setup] Sep 01 23:12:19.238 INFO E| From https://github.com/oxidecomputer/amd-apcb
27572026-09-01T23:12:20.651Z[ helios-setup] Sep 01 23:12:19.238 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
27582026-09-01T23:12:20.664Z[ helios-setup] Sep 01 23:12:19.251 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
27592026-09-01T23:12:21.045Z[ helios-setup] Sep 01 23:12:19.632 INFO E| From https://github.com/oxidecomputer/amd-efs
27602026-09-01T23:12:21.045Z[ helios-setup] Sep 01 23:12:19.632 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
27612026-09-01T23:12:21.179Z[ helios-setup] Sep 01 23:12:19.767 INFO E| Downloading crates ...
27622026-09-01T23:12:21.227Z[ helios-setup] Sep 01 23:12:19.814 INFO E| Downloaded parse_int v0.9.0
27632026-09-01T23:12:21.230Z[ helios-setup] Sep 01 23:12:19.817 INFO E| Downloaded unic-ucd-ident v0.9.0
27642026-09-01T23:12:21.236Z[ helios-setup] Sep 01 23:12:19.823 INFO E| Downloaded modular-bitfield v0.13.1
27652026-09-01T23:12:21.243Z[ helios-setup] Sep 01 23:12:19.830 INFO E| Downloaded dyn-clone v1.0.19
27662026-09-01T23:12:21.246Z[ helios-setup] Sep 01 23:12:19.831 INFO E| Downloaded four-cc v0.4.0
27672026-09-01T23:12:21.246Z[ helios-setup] Sep 01 23:12:19.833 INFO E| Downloaded zerocopy-derive v0.8.25
27682026-09-01T23:12:21.249Z[ helios-setup] Sep 01 23:12:19.837 INFO E| Downloaded itoa v1.0.15
27692026-09-01T23:12:21.253Z[ helios-setup] Sep 01 23:12:19.841 INFO E| Downloaded autocfg v1.4.0
27702026-09-01T23:12:21.256Z[ helios-setup] Sep 01 23:12:19.842 INFO E| Downloaded ansi_term v0.12.1
27712026-09-01T23:12:21.259Z[ helios-setup] Sep 01 23:12:19.844 INFO E| Downloaded fletcher v1.0.0
27722026-09-01T23:12:21.259Z[ helios-setup] Sep 01 23:12:19.846 INFO E| Downloaded unic-char-property v0.9.0
27732026-09-01T23:12:21.259Z[ helios-setup] Sep 01 23:12:19.846 INFO E| Downloaded heck v0.3.3
27742026-09-01T23:12:21.262Z[ helios-setup] Sep 01 23:12:19.847 INFO E| Downloaded strsim v0.8.0
27752026-09-01T23:12:21.267Z[ helios-setup] Sep 01 23:12:19.855 INFO E| Downloaded thiserror v2.0.12
27762026-09-01T23:12:21.270Z[ helios-setup] Sep 01 23:12:19.858 INFO E| Downloaded modular-bitfield-impl v0.11.2
27772026-09-01T23:12:21.273Z[ helios-setup] Sep 01 23:12:19.859 INFO E| Downloaded quote v1.0.40
27782026-09-01T23:12:21.284Z[ helios-setup] Sep 01 23:12:19.871 INFO E| Downloaded vec_map v0.8.2
27792026-09-01T23:12:21.287Z[ helios-setup] Sep 01 23:12:19.874 INFO E| Downloaded unic-common v0.9.0
27802026-09-01T23:12:21.287Z[ helios-setup] Sep 01 23:12:19.874 INFO E| Downloaded strum v0.27.1
27812026-09-01T23:12:21.290Z[ helios-setup] Sep 01 23:12:19.875 INFO E| Downloaded unic-ucd-version v0.9.0
27822026-09-01T23:12:21.292Z[ helios-setup] Sep 01 23:12:19.877 INFO E| Downloaded thiserror-impl v2.0.12
27832026-09-01T23:12:21.292Z[ helios-setup] Sep 01 23:12:19.879 INFO E| Downloaded rustversion v1.0.20
27842026-09-01T23:12:21.296Z[ helios-setup] Sep 01 23:12:19.882 INFO E| Downloaded unic-char-range v0.9.0
27852026-09-01T23:12:21.296Z[ helios-setup] Sep 01 23:12:19.883 INFO E| Downloaded log v0.4.27
27862026-09-01T23:12:21.298Z[ helios-setup] Sep 01 23:12:19.884 INFO E| Downloaded bytesize v2.0.1
27872026-09-01T23:12:21.298Z[ helios-setup] Sep 01 23:12:19.885 INFO E| Downloaded textwrap v0.11.0
27882026-09-01T23:12:21.304Z[ helios-setup] Sep 01 23:12:19.891 INFO E| Downloaded pest_generator v2.8.0
27892026-09-01T23:12:21.307Z[ helios-setup] Sep 01 23:12:19.894 INFO E| Downloaded modular-bitfield v0.11.2
27902026-09-01T23:12:21.312Z[ helios-setup] Sep 01 23:12:19.900 INFO E| Downloaded strum_macros v0.27.1
27912026-09-01T23:12:21.315Z[ helios-setup] Sep 01 23:12:19.901 INFO E| Downloaded unicode-ident v1.0.18
27922026-09-01T23:12:21.315Z[ helios-setup] Sep 01 23:12:19.903 INFO E| Downloaded ryu v1.0.20
27932026-09-01T23:12:21.318Z[ helios-setup] Sep 01 23:12:19.904 INFO E| Downloaded pest_meta v2.8.0
27942026-09-01T23:12:21.321Z[ helios-setup] Sep 01 23:12:19.906 INFO E| Downloaded modular-bitfield-impl v0.13.1
27952026-09-01T23:12:21.329Z[ helios-setup] Sep 01 23:12:19.917 INFO E| Downloaded structopt-derive v0.4.18
27962026-09-01T23:12:21.332Z[ helios-setup] Sep 01 23:12:19.920 INFO E| Downloaded proc-macro2 v1.0.95
27972026-09-01T23:12:21.335Z[ helios-setup] Sep 01 23:12:19.923 INFO E| Downloaded pest_derive v2.8.0
27982026-09-01T23:12:21.338Z[ helios-setup] Sep 01 23:12:19.925 INFO E| Downloaded structopt v0.3.26
27992026-09-01T23:12:21.341Z[ helios-setup] Sep 01 23:12:19.929 INFO E| Downloaded serde_derive v1.0.219
28002026-09-01T23:12:21.356Z[ helios-setup] Sep 01 23:12:19.944 INFO E| Downloaded typenum v1.18.0
28012026-09-01T23:12:21.364Z[ helios-setup] Sep 01 23:12:19.952 INFO E| Downloaded serde v1.0.219
28022026-09-01T23:12:21.379Z[ helios-setup] Sep 01 23:12:19.967 INFO E| Downloaded memchr v2.7.4
28032026-09-01T23:12:21.382Z[ helios-setup] Sep 01 23:12:19.970 INFO E| Downloaded pest v2.8.0
28042026-09-01T23:12:21.405Z[ helios-setup] Sep 01 23:12:19.992 INFO E| Downloaded serde_json v1.0.140
28052026-09-01T23:12:21.415Z[ helios-setup] Sep 01 23:12:20.003 INFO E| Downloaded goblin v0.9.3
28062026-09-01T23:12:21.419Z[ helios-setup] Sep 01 23:12:20.007 INFO E| Downloaded clap v2.34.0
28072026-09-01T23:12:21.424Z[ helios-setup] Sep 01 23:12:20.012 INFO E| Downloaded zerocopy v0.8.25
28082026-09-01T23:12:21.439Z[ helios-setup] Sep 01 23:12:20.027 INFO E| Downloaded syn v2.0.101
28092026-09-01T23:12:21.466Z[ helios-setup] Sep 01 23:12:20.053 INFO E| Downloaded libc v0.2.172
28102026-09-01T23:12:21.519Z[ helios-setup] Sep 01 23:12:20.106 INFO E| Compiling proc-macro2 v1.0.95
28112026-09-01T23:12:21.519Z[ helios-setup] Sep 01 23:12:20.106 INFO E| Compiling unicode-ident v1.0.18
28122026-09-01T23:12:21.519Z[ helios-setup] Sep 01 23:12:20.106 INFO E| Compiling memchr v2.7.4
28132026-09-01T23:12:21.522Z[ helios-setup] Sep 01 23:12:20.106 INFO E| Compiling thiserror v2.0.12
28142026-09-01T23:12:21.522Z[ helios-setup] Sep 01 23:12:20.106 INFO E| Compiling autocfg v1.4.0
28152026-09-01T23:12:21.522Z[ helios-setup] Sep 01 23:12:20.106 INFO E| Compiling serde v1.0.219
28162026-09-01T23:12:21.522Z[ helios-setup] Sep 01 23:12:20.106 INFO E| Compiling syn v1.0.109
28172026-09-01T23:12:21.522Z[ helios-setup] Sep 01 23:12:20.106 INFO E| Compiling version_check v0.9.5
28182026-09-01T23:12:21.523Z[ helios-setup] Sep 01 23:12:20.106 INFO E| Compiling serde_json v1.0.140
28192026-09-01T23:12:21.523Z[ helios-setup] Sep 01 23:12:20.106 INFO E| Compiling ryu v1.0.20
28202026-09-01T23:12:21.571Z[ helios-setup] Sep 01 23:12:20.133 INFO E| Compiling itoa v1.0.15
28212026-09-01T23:12:21.571Z[ helios-setup] Sep 01 23:12:20.133 INFO E| Compiling schemars v0.8.22
28222026-09-01T23:12:21.571Z[ helios-setup] Sep 01 23:12:20.133 INFO E| Compiling static_assertions v1.1.0
28232026-09-01T23:12:21.571Z[ helios-setup] Sep 01 23:12:20.133 INFO E| Compiling rustversion v1.0.20
28242026-09-01T23:12:21.571Z[ helios-setup] Sep 01 23:12:20.133 INFO E| Compiling dyn-clone v1.0.19
28252026-09-01T23:12:21.571Z[ helios-setup] Sep 01 23:12:20.134 INFO E| Compiling ucd-trie v0.1.7
28262026-09-01T23:12:21.682Z[ helios-setup] Sep 01 23:12:20.270 INFO E| Compiling libc v0.2.172
28272026-09-01T23:12:21.725Z[ helios-setup] Sep 01 23:12:20.312 INFO E| Compiling zerocopy v0.8.25
28282026-09-01T23:12:21.743Z[ helios-setup] Sep 01 23:12:20.330 INFO E| Compiling paste v1.0.15
28292026-09-01T23:12:21.792Z[ helios-setup] Sep 01 23:12:20.379 INFO E| Compiling once_cell v1.21.3
28302026-09-01T23:12:21.857Z[ helios-setup] Sep 01 23:12:20.444 INFO E| Compiling unicode-segmentation v1.12.0
28312026-09-01T23:12:21.871Z[ helios-setup] Sep 01 23:12:20.458 INFO E| Compiling heck v0.5.0
28322026-09-01T23:12:21.950Z[ helios-setup] Sep 01 23:12:20.537 INFO E| Compiling proc-macro-error-attr v1.0.4
28332026-09-01T23:12:21.984Z[ helios-setup] Sep 01 23:12:20.572 INFO E| Compiling num-traits v0.2.19
28342026-09-01T23:12:22.011Z[ helios-setup] Sep 01 23:12:20.598 INFO E| Compiling memoffset v0.9.1
28352026-09-01T23:12:22.061Z[ helios-setup] Sep 01 23:12:20.648 INFO E| Compiling proc-macro-error v1.0.4
28362026-09-01T23:12:22.069Z[ helios-setup] Sep 01 23:12:20.656 INFO E| Compiling unicode-width v0.1.14
28372026-09-01T23:12:22.100Z[ helios-setup] Sep 01 23:12:20.685 INFO E| Compiling byteorder v1.5.0
28382026-09-01T23:12:22.112Z[ helios-setup] Sep 01 23:12:20.699 INFO E| Compiling strsim v0.8.0
28392026-09-01T23:12:22.166Z[ helios-setup] Sep 01 23:12:20.753 INFO E| Compiling vec_map v0.8.2
28402026-09-01T23:12:22.285Z[ helios-setup] Sep 01 23:12:20.873 INFO E| Compiling heck v0.3.3
28412026-09-01T23:12:22.338Z[ helios-setup] Sep 01 23:12:20.926 INFO E| Compiling textwrap v0.11.0
28422026-09-01T23:12:22.360Z[ helios-setup] Sep 01 23:12:20.947 INFO E| Compiling ansi_term v0.12.1
28432026-09-01T23:12:22.470Z[ helios-setup] Sep 01 23:12:21.057 INFO E| Compiling unic-common v0.9.0
28442026-09-01T23:12:22.473Z[ helios-setup] Sep 01 23:12:21.058 INFO E| Compiling unic-char-range v0.9.0
28452026-09-01T23:12:22.481Z[ helios-setup] Sep 01 23:12:21.068 INFO E| Compiling fletcher v1.0.0
28462026-09-01T23:12:22.481Z[ helios-setup] Sep 01 23:12:21.068 INFO E| Compiling bitflags v1.3.2
28472026-09-01T23:12:22.503Z[ helios-setup] Sep 01 23:12:21.090 INFO E| Compiling strum v0.27.1
28482026-09-01T23:12:22.507Z[ helios-setup] Sep 01 23:12:21.095 INFO E| Compiling log v0.4.27
28492026-09-01T23:12:22.527Z[ helios-setup] Sep 01 23:12:21.114 INFO E| Compiling lazy_static v1.5.0
28502026-09-01T23:12:22.567Z[ helios-setup] Sep 01 23:12:21.154 INFO E| Compiling atty v0.2.14
28512026-09-01T23:12:22.610Z[ helios-setup] Sep 01 23:12:21.198 INFO E| Compiling unic-char-property v0.9.0
28522026-09-01T23:12:22.623Z[ helios-setup] Sep 01 23:12:21.211 INFO E| Compiling unic-ucd-version v0.9.0
28532026-09-01T23:12:22.630Z[ helios-setup] Sep 01 23:12:21.217 INFO E| Compiling plain v0.2.3
28542026-09-01T23:12:22.630Z[ helios-setup] Sep 01 23:12:21.217 INFO E| Compiling bytesize v2.0.1
28552026-09-01T23:12:22.690Z[ helios-setup] Sep 01 23:12:21.277 INFO E| Compiling unic-ucd-ident v0.9.0
28562026-09-01T23:12:22.719Z[ helios-setup] Sep 01 23:12:21.306 INFO E| Compiling clap v2.34.0
28572026-09-01T23:12:22.749Z[ helios-setup] Sep 01 23:12:21.336 INFO E| Compiling quote v1.0.40
28582026-09-01T23:12:22.914Z[ helios-setup] Sep 01 23:12:21.502 INFO E| Compiling syn v2.0.101
28592026-09-01T23:12:23.210Z[ helios-setup] Sep 01 23:12:21.797 INFO E| Compiling parse_int v0.9.0
28602026-09-01T23:12:25.318Z[ helios-setup] Sep 01 23:12:23.905 INFO E| Compiling serde_derive_internals v0.29.1
28612026-09-01T23:12:25.691Z[ helios-setup] Sep 01 23:12:24.278 INFO E| Compiling modular-bitfield-impl v0.11.2
28622026-09-01T23:12:25.691Z[ helios-setup] Sep 01 23:12:24.278 INFO E| Compiling structopt-derive v0.4.18
28632026-09-01T23:12:25.892Z[ helios-setup] Sep 01 23:12:24.479 INFO E| Compiling thiserror-impl v2.0.12
28642026-09-01T23:12:25.892Z[ helios-setup] Sep 01 23:12:24.479 INFO E| Compiling serde_derive v1.0.219
28652026-09-01T23:12:25.895Z[ helios-setup] Sep 01 23:12:24.479 INFO E| Compiling zerocopy-derive v0.8.25
28662026-09-01T23:12:25.895Z[ helios-setup] Sep 01 23:12:24.479 INFO E| Compiling modular-bitfield-impl v0.13.1
28672026-09-01T23:12:25.895Z[ helios-setup] Sep 01 23:12:24.479 INFO E| Compiling num-derive v0.4.2
28682026-09-01T23:12:25.895Z[ helios-setup] Sep 01 23:12:24.479 INFO E| Compiling strum_macros v0.27.1
28692026-09-01T23:12:25.896Z[ helios-setup] Sep 01 23:12:24.479 INFO E| Compiling scroll_derive v0.12.1
28702026-09-01T23:12:26.631Z[ helios-setup] Sep 01 23:12:25.218 INFO E| Compiling schemars_derive v0.8.22
28712026-09-01T23:12:27.176Z[ helios-setup] Sep 01 23:12:25.763 INFO E| Compiling modular-bitfield v0.11.2
28722026-09-01T23:12:27.274Z[ helios-setup] Sep 01 23:12:25.862 INFO E| Compiling scroll v0.12.0
28732026-09-01T23:12:27.335Z[ helios-setup] Sep 01 23:12:25.922 INFO E| Compiling structopt v0.3.26
28742026-09-01T23:12:27.571Z[ helios-setup] Sep 01 23:12:26.159 INFO E| Compiling goblin v0.9.3
28752026-09-01T23:12:28.057Z[ helios-setup] Sep 01 23:12:26.645 INFO E| Compiling modular-bitfield v0.13.1
28762026-09-01T23:12:28.349Z[ helios-setup] Sep 01 23:12:26.936 INFO E| Compiling pest v2.8.0
28772026-09-01T23:12:29.474Z[ helios-setup] Sep 01 23:12:28.061 INFO E| Compiling pest_meta v2.8.0
28782026-09-01T23:12:30.215Z[ helios-setup] Sep 01 23:12:28.802 INFO E| Compiling pest_generator v2.8.0
28792026-09-01T23:12:31.020Z[ helios-setup] Sep 01 23:12:29.607 INFO E| Compiling pest_derive v2.8.0
28802026-09-01T23:12:31.898Z[ helios-setup] Sep 01 23:12:30.485 INFO E| Compiling json5 v0.4.1
28812026-09-01T23:12:33.134Z[ helios-setup] Sep 01 23:12:31.721 INFO E| Compiling four-cc v0.4.0
28822026-09-01T23:12:33.134Z[ helios-setup] Sep 01 23:12:31.721 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
28832026-09-01T23:12:33.230Z[ helios-setup] Sep 01 23:12:31.816 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
28842026-09-01T23:12:33.520Z[ omicron-package] Finished `release` profile [optimized] target(s) in 42.95s
28852026-09-01T23:12:33.750Z[ omicron-package]
28862026-09-01T23:12:33.750Z[ omicron-package] real 43.132233366
28872026-09-01T23:12:33.754Z[ omicron-package] user 4:01.290487048
28882026-09-01T23:12:33.754Z[ omicron-package] sys 27.934227886
28892026-09-01T23:12:33.754Z[ omicron-package] trap 0.449319530
28902026-09-01T23:12:33.754Z[ omicron-package] tflt 0.378421645
28912026-09-01T23:12:33.754Z[ omicron-package] dflt 2.250145892
28922026-09-01T23:12:33.754Z[ omicron-package] kflt 0.014603870
28932026-09-01T23:12:33.754Z[ omicron-package] lock 8:38.527356359
28942026-09-01T23:12:33.754Z[ omicron-package] slp 4:36.715609738
28952026-09-01T23:12:33.754Z[ omicron-package] lat 1:19.481021441
28962026-09-01T23:12:33.754Z[ omicron-package] stop 1:41.766977702
28972026-09-01T23:12:33.754ZSep 01 23:12:32.338 INFO [omicron-package] process exited with exit status: 0 (43.193274759s)
28982026-09-01T23:12:33.754ZSep 01 23:12:32.338 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28992026-09-01T23:12:33.754ZSep 01 23:12:32.338 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
29002026-09-01T23:12:33.758Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
29012026-09-01T23:12:33.758Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
29022026-09-01T23:12:33.762Z[ recovery-target] Created new build target 'recovery' and set it as active
29032026-09-01T23:12:33.762Z[ host-target] Created new build target 'host' and set it as active
29042026-09-01T23:12:33.762ZSep 01 23:12:32.349 INFO [host-target] process exited with exit status: 0 (11.604027ms)
29052026-09-01T23:12:33.765ZSep 01 23:12:32.349 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
29062026-09-01T23:12:33.765ZSep 01 23:12:32.350 INFO [recovery-target] process exited with exit status: 0 (11.719328ms)
29072026-09-01T23:12:33.769Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
29082026-09-01T23:12:35.310Z[ host-package] Compiling cfg-if v1.0.4
29092026-09-01T23:12:35.523Z[ host-package] Compiling serde_core v1.0.228
29102026-09-01T23:12:35.523Z[ host-package] Compiling libc v0.2.185
29112026-09-01T23:12:35.526Z[ host-package] Compiling memchr v2.8.0
29122026-09-01T23:12:35.598Z[ host-package] Compiling smallvec v1.15.1
29132026-09-01T23:12:35.629Z[ host-package] Compiling stable_deref_trait v1.2.1
29142026-09-01T23:12:35.657Z[ host-package] Compiling libm v0.2.16
29152026-09-01T23:12:35.657Z[ host-package] Compiling scopeguard v1.2.0
29162026-09-01T23:12:35.703Z[ host-package] Compiling zerofrom v0.1.6
29172026-09-01T23:12:35.726Z[ host-package] Compiling rand_core v0.10.0
29182026-09-01T23:12:35.750Z[ host-package] Compiling percent-encoding v2.3.2
29192026-09-01T23:12:35.750Z[ host-package] Compiling writeable v0.6.2
29202026-09-01T23:12:35.753Z[ host-package] Compiling litemap v0.8.1
29212026-09-01T23:12:35.817Z[ host-package] Compiling lock_api v0.4.14
29222026-09-01T23:12:35.838Z[ host-package] Compiling yoke v0.8.1
29232026-09-01T23:12:35.864Z[ host-package] Compiling icu_properties_data v2.1.2
29242026-09-01T23:12:35.868Z[ host-package] Compiling icu_normalizer_data v2.1.1
29252026-09-01T23:12:35.915Z[ host-package] Compiling utf8_iter v1.0.4
29262026-09-01T23:12:35.939Z[ host-package] Compiling form_urlencoded v1.2.2
29272026-09-01T23:12:35.966Z[ host-package] Compiling iana-time-zone v0.1.65
29282026-09-01T23:12:35.994Z[ host-package] Compiling errno v0.3.14
29292026-09-01T23:12:35.994Z[ host-package] Compiling getrandom v0.4.3
29302026-09-01T23:12:35.994Z[ host-package] Compiling parking_lot_core v0.9.12
29312026-09-01T23:12:36.067Z[ host-package] Compiling zerovec v0.11.5
29322026-09-01T23:12:36.072Z[ host-package] Compiling zerotrie v0.2.3
29332026-09-01T23:12:36.117Z[ host-package] Compiling zerocopy v0.8.55
29342026-09-01T23:12:36.142Z[ host-package] Compiling signal-hook-registry v1.4.8
29352026-09-01T23:12:36.169Z[ host-package] Compiling mio v1.2.0
29362026-09-01T23:12:36.199Z[ host-package] Compiling socket2 v0.6.3
29372026-09-01T23:12:36.239Z[ host-package] Compiling thiserror v2.0.18
29382026-09-01T23:12:36.269Z[ host-package] Compiling parking_lot v0.12.5
29392026-09-01T23:12:36.306Z[ host-package] Compiling getrandom v0.2.17
29402026-09-01T23:12:36.347Z[ host-package] Compiling futures-util v0.3.32
29412026-09-01T23:12:36.375Z[ host-package] Compiling getrandom v0.3.4
29422026-09-01T23:12:36.375Z[ host-package] Compiling base64 v0.22.1
29432026-09-01T23:12:36.426Z[ host-package] Compiling time v0.3.47
29442026-09-01T23:12:36.430Z[ host-package] Compiling aho-corasick v1.1.4
29452026-09-01T23:12:36.523Z[ host-package] Compiling num-traits v0.2.19
29462026-09-01T23:12:36.523Z[ host-package] Compiling rand_core v0.6.4
29472026-09-01T23:12:36.594Z[ host-package] Compiling rand_core v0.9.5
29482026-09-01T23:12:36.619Z[ host-package] Compiling tinystr v0.8.2
29492026-09-01T23:12:36.674Z[ host-package] Compiling potential_utf v0.1.4
29502026-09-01T23:12:36.718Z[ host-package] Compiling spin v0.9.8
29512026-09-01T23:12:36.762Z[ host-package] Compiling socket2 v0.5.10
29522026-09-01T23:12:36.796Z[ host-package] Compiling pest v2.8.6
29532026-09-01T23:12:36.864Z[ host-package] Compiling icu_locale_core v2.1.1
29542026-09-01T23:12:36.864Z[ host-package] Compiling icu_collections v2.1.1
29552026-09-01T23:12:36.913Z[ host-package] Compiling encoding_rs v0.8.35
29562026-09-01T23:12:36.917Z[ host-package] Compiling simd-adler32 v0.3.8
29572026-09-01T23:12:36.942Z[ host-package] Compiling adler2 v2.0.1
29582026-09-01T23:12:36.995Z[ host-package] Compiling crc32fast v1.5.0
29592026-09-01T23:12:36.998Z[ host-package] Compiling wait-timeout v0.2.1
29602026-09-01T23:12:37.204Z[ host-package] Compiling miniz_oxide v0.8.9
29612026-09-01T23:12:37.328Z[ host-package] Compiling zlib-rs v0.6.2
29622026-09-01T23:12:37.368Z[ host-package] Compiling serde v1.0.228
29632026-09-01T23:12:37.414Z[ host-package] Compiling serde_json v1.0.151
29642026-09-01T23:12:37.448Z[ host-package] Compiling bitflags v2.11.0
29652026-09-01T23:12:37.523Z[ host-package] Compiling uuid v1.23.4
29662026-09-01T23:12:37.584Z[ host-package] Compiling semver v1.0.28
29672026-09-01T23:12:37.587Z[ host-package] Compiling indexmap v2.14.0
29682026-09-01T23:12:37.667Z[ host-package] Compiling icu_provider v2.1.1
29692026-09-01T23:12:38.010Z[ host-package] Compiling bytes v1.11.1
29702026-09-01T23:12:38.054Z[ host-package] Compiling zeroize v1.9.0
29712026-09-01T23:12:38.054Z[ host-package] Compiling icu_normalizer v2.1.1
29722026-09-01T23:12:38.190Z[ host-package] Compiling icu_properties v2.1.2
29732026-09-01T23:12:38.232Z[ host-package] Compiling chrono v0.4.45
29742026-09-01T23:12:38.349Z[ host-package] Compiling rustix v1.1.4
29752026-09-01T23:12:38.446Z[ host-package] Compiling generic-array v0.14.7
29762026-09-01T23:12:38.530Z[ host-package] Compiling erased-serde v0.3.31
29772026-09-01T23:12:38.708Z[ host-package] Compiling tokio v1.52.1
29782026-09-01T23:12:38.754Z[ host-package] Compiling http v1.4.2
29792026-09-01T23:12:38.890Z[ host-package] Compiling rustls-pki-types v1.14.0
29802026-09-01T23:12:39.053Z[ host-package] Compiling crypto-common v0.1.7
29812026-09-01T23:12:39.130Z[ host-package] Compiling idna_adapter v1.2.1
29822026-09-01T23:12:39.162Z[ host-package] Compiling block-buffer v0.10.4
29832026-09-01T23:12:39.206Z[ host-package] Compiling slog v2.8.2
29842026-09-01T23:12:39.260Z[ host-package] Compiling ppv-lite86 v0.2.21
29852026-09-01T23:12:39.283Z[ host-package] Compiling ipnet v2.12.0
29862026-09-01T23:12:39.324Z[ host-package] Compiling idna v1.1.0
29872026-09-01T23:12:39.328Z[ host-package] Compiling digest v0.10.7
29882026-09-01T23:12:39.372Z[ host-package] Compiling aws-lc-rs v1.16.3
29892026-09-01T23:12:39.396Z[ host-package] Compiling regex-automata v0.4.14
29902026-09-01T23:12:39.396Z[ host-package] Compiling der v0.7.10
29912026-09-01T23:12:39.481Z[ host-package] Compiling terminal_size v0.4.3
29922026-09-01T23:12:39.573Z[ host-package] Compiling rand_chacha v0.9.0
29932026-09-01T23:12:39.624Z[ host-package] Compiling http-body v1.0.1
29942026-09-01T23:12:39.661Z[ host-package] Compiling tempfile v3.27.0
29952026-09-01T23:12:39.725Z[ host-package] Compiling url v2.5.8
29962026-09-01T23:12:39.757Z[ host-package] Compiling clap_builder v4.6.0
29972026-09-01T23:12:39.757Z[ host-package] Compiling rand_chacha v0.3.1
29982026-09-01T23:12:39.853Z[ host-package] Compiling rand v0.9.2
29992026-09-01T23:12:39.856Z[ host-package] Compiling http-body-util v0.1.3
30002026-09-01T23:12:40.099Z[ host-package] Compiling serde_urlencoded v0.7.1
30012026-09-01T23:12:40.156Z[ host-package] Compiling rand v0.8.6
30022026-09-01T23:12:40.206Z[ host-package] Compiling rustls-native-certs v0.8.3
30032026-09-01T23:12:40.236Z[ host-package] Compiling futures-executor v0.3.32
30042026-09-01T23:12:40.263Z[ host-package] Compiling hybrid-array v0.4.13
30052026-09-01T23:12:40.385Z[ host-package] Compiling schemars v0.8.22
30062026-09-01T23:12:40.444Z[ host-package] Compiling hubpack v0.1.2
30072026-09-01T23:12:40.623Z[ host-package] Compiling rustls-webpki v0.103.13
30082026-09-01T23:12:40.753Z[ host-package] Compiling spki v0.7.3
30092026-09-01T23:12:40.791Z[ host-package] Compiling hex v0.4.3
30102026-09-01T23:12:40.791Z[ host-package] Compiling futures v0.3.32
30112026-09-01T23:12:40.982Z[ host-package] Compiling publicsuffix v2.3.0
30122026-09-01T23:12:41.024Z[ host-package] Compiling pkcs8 v0.10.2
30132026-09-01T23:12:41.062Z[ host-package] Compiling openapiv3 v2.2.0
30142026-09-01T23:12:41.111Z[ host-package] Compiling cookie v0.18.1
30152026-09-01T23:12:41.155Z[ host-package] Compiling rusty-fork v0.3.1
30162026-09-01T23:12:41.256Z[ host-package] Compiling rustls v0.23.41
30172026-09-01T23:12:41.311Z[ host-package] Compiling sha2 v0.10.9
30182026-09-01T23:12:41.351Z[ host-package] Compiling flate2 v1.1.9
30192026-09-01T23:12:41.507Z[ host-package] Compiling ipnetwork v0.21.1
30202026-09-01T23:12:41.553Z[ host-package] Compiling cookie_store v0.22.1
30212026-09-01T23:12:41.755Z[ host-package] Compiling rand_xorshift v0.4.0
30222026-09-01T23:12:41.799Z[ host-package] Compiling block-buffer v0.12.1
30232026-09-01T23:12:41.799Z[ host-package] Compiling crypto-common v0.2.2
30242026-09-01T23:12:41.993Z[ host-package] Compiling clap v4.6.1
30252026-09-01T23:12:41.996Z[ host-package] Compiling oxnet v0.1.6
30262026-09-01T23:12:42.045Z[ host-package] Compiling proptest v1.11.0
30272026-09-01T23:12:42.045Z[ host-package] Compiling signature v2.2.0
30282026-09-01T23:12:42.045Z[ host-package] Compiling lazy_static v1.5.0
30292026-09-01T23:12:42.124Z[ host-package] Compiling camino v1.2.5
30302026-09-01T23:12:42.161Z[ host-package] Compiling dof v0.4.0
30312026-09-01T23:12:42.300Z[ host-package] Compiling hmac v0.12.1
30322026-09-01T23:12:42.325Z[ host-package] Compiling regex v1.12.3
30332026-09-01T23:12:42.365Z[ host-package] Compiling dtrace-parser v0.3.0
30342026-09-01T23:12:42.437Z[ host-package] Compiling thread-id v5.1.0
30352026-09-01T23:12:42.496Z[ host-package] Compiling data-encoding v2.10.0
30362026-09-01T23:12:42.582Z[ host-package] Compiling memmap2 v0.9.10
30372026-09-01T23:12:42.638Z[ host-package] Compiling num-integer v0.1.46
30382026-09-01T23:12:42.697Z[ host-package] Compiling rustix v0.38.44
30392026-09-01T23:12:42.739Z[ host-package] Compiling x509-cert v0.2.5
30402026-09-01T23:12:42.986Z[ host-package] Compiling toml_datetime v0.6.11
30412026-09-01T23:12:42.990Z[ host-package] Compiling serde_spanned v0.6.9
30422026-09-01T23:12:43.048Z[ host-package] Compiling usdt-impl v0.6.0
30432026-09-01T23:12:43.120Z[ host-package] Compiling dof v0.3.0
30442026-09-01T23:12:43.120Z[ host-package] Compiling num-iter v0.1.45
30452026-09-01T23:12:43.200Z[ host-package] Compiling tokio-util v0.7.18
30462026-09-01T23:12:43.245Z[ host-package] Compiling tower v0.5.3
30472026-09-01T23:12:43.322Z[ host-package] Compiling bstr v1.12.1
30482026-09-01T23:12:43.381Z[ host-package] Compiling dtrace-parser v0.2.0
30492026-09-01T23:12:43.871Z[ host-package] Compiling tower-http v0.6.8
30502026-09-01T23:12:43.906Z[ host-package] Compiling usdt v0.6.0
30512026-09-01T23:12:43.941Z[ host-package] Compiling ff v0.13.1
30522026-09-01T23:12:44.145Z[ host-package] Compiling h2 v0.4.15
30532026-09-01T23:12:44.200Z[ host-package] Compiling thread-id v4.2.2
30542026-09-01T23:12:44.338Z[ host-package] Compiling sec1 v0.7.3
30552026-09-01T23:12:44.381Z[ host-package] Compiling digest v0.11.3
30562026-09-01T23:12:44.461Z[ host-package] Compiling newtype-uuid v1.3.2
30572026-09-01T23:12:44.544Z[ host-package] Compiling usdt-impl v0.5.0
30582026-09-01T23:12:44.616Z[ host-package] Compiling signal-hook v0.3.18
30592026-09-01T23:12:44.712Z[ host-package] Compiling nix v0.31.2
30602026-09-01T23:12:44.782Z[ host-package] Compiling group v0.13.0
30612026-09-01T23:12:44.855Z[ host-package] Compiling tokio-rustls v0.26.4
30622026-09-01T23:12:44.938Z[ host-package] Compiling rustls-platform-verifier v0.6.2
30632026-09-01T23:12:45.017Z[ host-package] Compiling daft v0.1.8
30642026-09-01T23:12:45.060Z[ host-package] Compiling hkdf v0.12.4
30652026-09-01T23:12:45.092Z[ host-package] Compiling serde_with v3.21.0
30662026-09-01T23:12:45.092Z[ host-package] Compiling crypto-bigint v0.5.5
30672026-09-01T23:12:45.142Z[ host-package] Compiling foreign-types-shared v0.1.1
30682026-09-01T23:12:45.257Z[ host-package] Compiling ahash v0.8.12
30692026-09-01T23:12:45.279Z[ host-package] Compiling num-bigint-dig v0.8.6
30702026-09-01T23:12:45.330Z[ host-package] Compiling foreign-types v0.3.2
30712026-09-01T23:12:45.377Z[ host-package] Compiling packed_struct v0.10.1
30722026-09-01T23:12:45.402Z[ host-package] Compiling openssl-sys v0.9.117
30732026-09-01T23:12:45.427Z[ host-package] Compiling pkcs1 v0.7.5
30742026-09-01T23:12:45.480Z[ host-package] Compiling toml_edit v0.19.15
30752026-09-01T23:12:45.480Z[ host-package] Compiling serde-hex v0.1.0
30762026-09-01T23:12:45.559Z[ host-package] Compiling hashbrown v0.13.2
30772026-09-01T23:12:45.906Z[ host-package] Compiling openssl v0.10.80
30782026-09-01T23:12:46.220Z[ host-package] Compiling elliptic-curve v0.13.8
30792026-09-01T23:12:46.300Z[ host-package] Compiling bzip2 v0.4.4
30802026-09-01T23:12:46.403Z[ host-package] Compiling rsa v0.9.10
30812026-09-01T23:12:46.536Z[ helios-setup] Sep 01 23:12:45.123 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
30822026-09-01T23:12:46.604Z[ host-package] Compiling signal-hook-mio v0.2.5
30832026-09-01T23:12:46.732Z[ host-package] Compiling ron v0.8.1
30842026-09-01T23:12:46.768Z[ host-package] Compiling globset v0.4.18
30852026-09-01T23:12:46.768Z[ host-package] Compiling block-padding v0.4.2
30862026-09-01T23:12:46.839Z[ host-package] Compiling sha3 v0.10.8
30872026-09-01T23:12:46.893Z[ host-package] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
30882026-09-01T23:12:46.952Z[ host-package] Compiling curve25519-dalek v4.1.3
30892026-09-01T23:12:47.018Z[ host-package] Compiling inout v0.2.2
30902026-09-01T23:12:47.071Z[ host-package] Compiling toml v0.7.8
30912026-09-01T23:12:47.106Z[ host-package] Compiling zip v0.6.6
30922026-09-01T23:12:47.281Z[ host-package] Compiling object v0.30.4
30932026-09-01T23:12:47.351Z[ host-package] Compiling jiff v0.2.34
30942026-09-01T23:12:47.585Z[ host-package] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
30952026-09-01T23:12:47.685Z[ host-package] Compiling cipher v0.5.2
30962026-09-01T23:12:47.830Z[ host-package] Compiling crossterm v0.28.1
30972026-09-01T23:12:47.869Z[ host-package] Compiling ed25519 v2.2.3
30982026-09-01T23:12:48.064Z[ host-package] Compiling hyper v1.10.1
30992026-09-01T23:12:48.156Z[ host-package] Compiling serde-big-array v0.5.1
31002026-09-01T23:12:48.156Z[ host-package] Compiling pem v3.0.6
31012026-09-01T23:12:48.239Z[ host-package] Compiling petgraph v0.8.3
31022026-09-01T23:12:48.242Z[ host-package] Compiling object v0.37.3
31032026-09-01T23:12:48.293Z[ host-package] Compiling heapless v0.7.17
31042026-09-01T23:12:48.449Z[ host-package] Compiling ed25519-dalek v2.2.0
31052026-09-01T23:12:48.530Z[ host-package] Compiling chacha20 v0.10.0
31062026-09-01T23:12:48.673Z[ host-package] Compiling native-tls v0.2.18
31072026-09-01T23:12:48.781Z[ host-package] Compiling byte-wrapper v0.1.0
31082026-09-01T23:12:48.899Z[ host-package] Compiling md-5 v0.10.6
31092026-09-01T23:12:48.956Z[ host-package] Compiling serde_plain v1.0.2
31102026-09-01T23:12:49.113Z[ host-package] Compiling tokio-native-tls v0.3.1
31112026-09-01T23:12:49.200Z[ host-package] Compiling postgres-protocol v0.6.10
31122026-09-01T23:12:49.255Z[ host-package] Compiling zopfli v0.8.3
31132026-09-01T23:12:49.434Z[ host-package] Compiling toml_edit v0.22.27
31142026-09-01T23:12:49.507Z[ host-package] Compiling smoltcp v0.9.1
31152026-09-01T23:12:49.513Z[ host-package] Compiling hickory-proto v0.25.2
31162026-09-01T23:12:49.884Z[ host-package] Compiling hyper-util v0.1.20
31172026-09-01T23:12:50.021Z[ host-package] Compiling float-cmp v0.10.0
31182026-09-01T23:12:50.258Z[ host-package] Compiling textwrap v0.16.2
31192026-09-01T23:12:50.313Z[ host-package] Compiling predicates v3.1.4
31202026-09-01T23:12:50.362Z[ host-package] Compiling zip v4.6.1
31212026-09-01T23:12:50.373Z[ helios-setup] Sep 01 23:12:48.960 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31222026-09-01T23:12:50.404Z[ host-package] Compiling string_cache v0.8.9
31232026-09-01T23:12:50.622Z[ host-package] Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
31242026-09-01T23:12:50.817Z[ host-package] Compiling petgraph v0.6.5
31252026-09-01T23:12:50.845Z[ host-package] Compiling postgres-types v0.2.12
31262026-09-01T23:12:51.071Z[ host-package] Compiling iddqd v0.4.2
31272026-09-01T23:12:51.100Z[ host-package] Compiling similar v2.7.0
31282026-09-01T23:12:51.389Z[ host-package] Compiling tokio-stream v0.1.18
31292026-09-01T23:12:51.454Z[ host-package] Compiling olpc-cjson v0.1.4
31302026-09-01T23:12:51.840Z[ host-package] Compiling hyper-rustls v0.27.7
31312026-09-01T23:12:51.870Z[ host-package] Compiling hyper-tls v0.6.0
31322026-09-01T23:12:51.920Z[ host-package] Compiling backtrace v0.3.76
31332026-09-01T23:12:51.962Z[ host-package] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
31342026-09-01T23:12:51.962Z[ host-package] Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
31352026-09-01T23:12:52.031Z[ host-package] Compiling tokio-postgres v0.7.16
31362026-09-01T23:12:52.227Z[ host-package] Compiling reqwest v0.13.2
31372026-09-01T23:12:52.418Z[ host-package] Compiling reqwest v0.12.28
31382026-09-01T23:12:52.469Z[ host-package] Compiling backtrace-ext v0.2.1
31392026-09-01T23:12:52.472Z[ host-package] Compiling fs-err v3.3.0
31402026-09-01T23:12:52.705Z[ host-package] Compiling miette v7.6.0
31412026-09-01T23:12:52.765Z[ host-package] Compiling buf-list v1.1.2
31422026-09-01T23:12:52.815Z[ host-package] Compiling thread_local v1.1.9
31432026-09-01T23:12:52.858Z[ host-package] Compiling is-terminal v0.4.17
31442026-09-01T23:12:53.040Z[ host-package] Compiling hostname v0.3.1
31452026-09-01T23:12:53.065Z[ host-package] Compiling slog-async v2.8.0
31462026-09-01T23:12:53.065Z[ host-package] Compiling slog-term v2.9.2
31472026-09-01T23:12:53.153Z[ host-package] Compiling slog-json v2.6.1
31482026-09-01T23:12:53.220Z[ host-package] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
31492026-09-01T23:12:53.252Z[ host-package] Compiling compression-codecs v0.4.37
31502026-09-01T23:12:53.502Z[ host-package] Compiling slog-bunyan v2.5.0
31512026-09-01T23:12:53.561Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31522026-09-01T23:12:53.608Z[ host-package] Compiling serde_spanned v1.1.1
31532026-09-01T23:12:53.740Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
31542026-09-01T23:12:53.807Z[ host-package] Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31552026-09-01T23:12:53.852Z[ host-package] Compiling multer v3.1.0
31562026-09-01T23:12:53.940Z[ host-package] Compiling async-compression v0.4.41
31572026-09-01T23:12:54.068Z[ host-package] Compiling tough v0.22.0
31582026-09-01T23:12:54.195Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
31592026-09-01T23:12:54.279Z[ host-package] Compiling progenitor-client v0.14.0
31602026-09-01T23:12:54.410Z[ host-package] Compiling sha1 v0.11.0
31612026-09-01T23:12:54.620Z[ host-package] Compiling rustls-pemfile v2.2.0
31622026-09-01T23:12:54.653Z[ host-package] Compiling serde_path_to_error v0.1.20
31632026-09-01T23:12:54.762Z[ host-package] Compiling hostname v0.4.2
31642026-09-01T23:12:54.800Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31652026-09-01T23:12:54.845Z[ host-package] Compiling atomicwrites v0.4.4
31662026-09-01T23:12:54.901Z[ host-package] Compiling macaddr v1.0.1
31672026-09-01T23:12:54.995Z[ host-package] Compiling instant v0.1.13
31682026-09-01T23:12:55.044Z[ host-package] Compiling oxide-generation v0.1.3
31692026-09-01T23:12:55.074Z[ host-package] Compiling regress v0.10.5
31702026-09-01T23:12:55.136Z[ host-package] Compiling progenitor-extras v0.2.0
31712026-09-01T23:12:55.187Z[ host-package] Compiling backoff v0.4.0
31722026-09-01T23:12:55.187Z[ host-package] Compiling parse-display v0.10.0
31732026-09-01T23:12:55.215Z[ host-package] Compiling dropshot v0.17.1
31742026-09-01T23:12:55.283Z[ host-package] Compiling half v2.7.1
31752026-09-01T23:12:55.365Z[ host-package] Compiling heck v0.5.0
31762026-09-01T23:12:55.445Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31772026-09-01T23:12:55.484Z[ host-package] Compiling regress v0.11.1
31782026-09-01T23:12:55.702Z[ host-package] Compiling ciborium-ll v0.2.2
31792026-09-01T23:12:55.744Z[ host-package] Compiling secrecy v0.10.3
31802026-09-01T23:12:55.800Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31812026-09-01T23:12:55.804Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31822026-09-01T23:12:55.964Z[ host-package] Compiling ciborium v0.2.2
31832026-09-01T23:12:56.017Z[ host-package] Compiling inout v0.1.4
31842026-09-01T23:12:56.122Z[ host-package] Compiling universal-hash v0.5.1
31852026-09-01T23:12:56.212Z[ host-package] Compiling unsafe-libyaml v0.2.11
31862026-09-01T23:12:56.316Z[ host-package] Compiling cipher v0.4.4
31872026-09-01T23:12:56.417Z[ host-package] Compiling blake2 v0.10.6
31882026-09-01T23:12:56.496Z[ host-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31892026-09-01T23:12:56.670Z[ host-package] Compiling poly1305 v0.8.0
31902026-09-01T23:12:56.788Z[ host-package] Compiling chacha20 v0.9.1
31912026-09-01T23:12:56.965Z[ host-package] Compiling aead v0.5.2
31922026-09-01T23:12:57.049Z[ host-package] Compiling password-hash v0.5.0
31932026-09-01T23:12:57.053Z[ host-package] Compiling vsss-rs v3.3.4
31942026-09-01T23:12:57.238Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
31952026-09-01T23:12:57.319Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31962026-09-01T23:12:57.395Z[ host-package] Compiling typify-impl v0.6.2
31972026-09-01T23:12:57.398Z[ host-package] Compiling camino-tempfile v1.4.1
31982026-09-01T23:12:57.464Z[ host-package] Compiling chacha20poly1305 v0.10.1
31992026-09-01T23:12:57.518Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
32002026-09-01T23:12:57.607Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32012026-09-01T23:12:57.728Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32022026-09-01T23:12:57.831Z[ host-package] Compiling argon2 v0.5.3
32032026-09-01T23:12:57.908Z[ host-package] Compiling heapless v0.8.0
32042026-09-01T23:12:57.972Z[ host-package] Compiling ingot-types v0.2.0
32052026-09-01T23:12:58.105Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32062026-09-01T23:12:58.459Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32072026-09-01T23:12:58.493Z[ host-package] Compiling cobs v0.3.0
32082026-09-01T23:12:58.524Z[ host-package] Compiling smoltcp v0.11.0
32092026-09-01T23:12:58.557Z[ host-package] Compiling ingot v0.2.1
32102026-09-01T23:12:58.564Z[ host-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32112026-09-01T23:12:58.813Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32122026-09-01T23:12:58.813Z[ host-package] Compiling postcard v1.1.3
32132026-09-01T23:12:58.860Z[ host-package] Compiling cstr-argument v0.1.2
32142026-09-01T23:12:58.891Z[ host-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32152026-09-01T23:12:59.050Z[ host-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32162026-09-01T23:12:59.106Z[ host-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32172026-09-01T23:12:59.151Z[ host-package] Compiling rand v0.10.1
32182026-09-01T23:12:59.265Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32192026-09-01T23:12:59.385Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32202026-09-01T23:12:59.479Z[ host-package] Compiling sigpipe v0.1.3
32212026-09-01T23:12:59.479Z[ host-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32222026-09-01T23:12:59.570Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32232026-09-01T23:12:59.672Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32242026-09-01T23:12:59.808Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32252026-09-01T23:13:00.020Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32262026-09-01T23:13:00.068Z[ host-package] Compiling memmap v0.7.0
32272026-09-01T23:13:00.159Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32282026-09-01T23:13:00.167Z[ host-package] Compiling zone v0.3.1
32292026-09-01T23:13:00.324Z[ host-package] Compiling usdt v0.5.0
32302026-09-01T23:13:00.488Z[ host-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32312026-09-01T23:13:00.514Z[ host-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32322026-09-01T23:13:00.802Z[ host-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32332026-09-01T23:13:00.872Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32342026-09-01T23:13:00.913Z[ host-package] Compiling derive-where v1.6.0
32352026-09-01T23:13:00.940Z[ host-package] Compiling bytecount v0.6.9
32362026-09-01T23:13:01.044Z[ host-package] Compiling typify-macro v0.6.2
32372026-09-01T23:13:01.090Z[ host-package] Compiling toml v0.8.23
32382026-09-01T23:13:01.114Z[ host-package] Compiling tokio-dtrace v0.1.1
32392026-09-01T23:13:01.150Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32402026-09-01T23:13:01.383Z[ host-package] Compiling oxide-tokio-rt v0.1.4
32412026-09-01T23:13:01.491Z[ host-package] Compiling prettyplease v0.2.37
32422026-09-01T23:13:01.524Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32432026-09-01T23:13:01.529Z[ host-package] Compiling newline-converter v0.3.0
32442026-09-01T23:13:01.615Z[ host-package] Compiling gethostname v0.5.0
32452026-09-01T23:13:01.748Z[ host-package] Compiling console v0.15.11
32462026-09-01T23:13:01.772Z[ host-package] Compiling slog-dtrace v0.3.0
32472026-09-01T23:13:01.787Z[ host-package] Compiling cancel-safe-futures v0.1.5
32482026-09-01T23:13:01.846Z[ host-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32492026-09-01T23:13:01.850Z[ helios-setup] Sep 01 23:13:00.434 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.73s
32502026-09-01T23:13:01.884Z[ helios-setup] Sep 01 23:13:00.470 INFO building project "amd-host-image-builder" ok (41 seconds)
32512026-09-01T23:13:01.884Z[ helios-setup] Sep 01 23:13:00.470 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
32522026-09-01T23:13:01.892Z[ helios-setup] Sep 01 23:13:00.479 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
32532026-09-01T23:13:01.892Z[ helios-setup] Sep 01 23:13:00.479 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
32542026-09-01T23:13:01.892Z[ helios-setup] Sep 01 23:13:00.479 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
32552026-09-01T23:13:01.909Z[ host-package] Compiling num-rational v0.4.2
32562026-09-01T23:13:01.943Z[ host-package] Compiling num-complex v0.4.6
32572026-09-01T23:13:02.002Z[ helios-setup] Sep 01 23:13:00.588 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
32582026-09-01T23:13:02.140Z[ host-package] Compiling oxide-update-engine-types v0.1.2
32592026-09-01T23:13:02.193Z[ host-package] Compiling expectorate v1.2.0
32602026-09-01T23:13:02.294Z[ host-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32612026-09-01T23:13:02.400Z[ helios-setup] Sep 01 23:13:00.982 INFO E| From https://github.com/jclulow/hiercmd
32622026-09-01T23:13:02.400Z[ helios-setup] Sep 01 23:13:00.982 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
32632026-09-01T23:13:02.410Z[ helios-setup] Sep 01 23:13:00.997 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
32642026-09-01T23:13:02.425Z[ host-package] Compiling compression-core v0.4.31
32652026-09-01T23:13:02.458Z[ host-package] Compiling resolv-conf v0.7.6
32662026-09-01T23:13:02.501Z[ host-package] Compiling match_cfg v0.1.0
32672026-09-01T23:13:02.537Z[ host-package] Compiling num v0.4.3
32682026-09-01T23:13:02.680Z[ host-package] Compiling crossbeam-channel v0.5.15
32692026-09-01T23:13:02.726Z[ host-package] Compiling typify v0.6.2
32702026-09-01T23:13:02.753Z[ helios-setup] Sep 01 23:13:01.339 INFO E| From https://github.com/oxidecomputer/network-interface
32712026-09-01T23:13:02.753Z[ helios-setup] Sep 01 23:13:01.340 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
32722026-09-01T23:13:02.765Z[ helios-setup] Sep 01 23:13:01.352 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
32732026-09-01T23:13:02.891Z[ host-package] Compiling progenitor-impl v0.14.0
32742026-09-01T23:13:02.938Z[ host-package] Compiling term v1.2.1
32752026-09-01T23:13:02.961Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
32762026-09-01T23:13:02.970Z[ host-package] Compiling float-ord v0.3.2
32772026-09-01T23:13:03.012Z[ host-package] Compiling take_mut v0.2.2
32782026-09-01T23:13:03.034Z[ host-package] Compiling linear-map v1.2.0
32792026-09-01T23:13:03.130Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32802026-09-01T23:13:03.135Z[ helios-setup] Sep 01 23:13:01.721 INFO E| From https://github.com/oxidecomputer/boot-image-tools
32812026-09-01T23:13:03.136Z[ helios-setup] Sep 01 23:13:01.721 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
32822026-09-01T23:13:03.163Z[ helios-setup] Sep 01 23:13:01.747 INFO E| Updating crates.io index
32832026-09-01T23:13:03.235Z[ helios-setup] Sep 01 23:13:01.819 INFO E| Downloading crates ...
32842026-09-01T23:13:03.272Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32852026-09-01T23:13:03.288Z[ helios-setup] Sep 01 23:13:01.867 INFO E| Downloaded bitfield-macros v0.19.3
32862026-09-01T23:13:03.288Z[ helios-setup] Sep 01 23:13:01.869 INFO E| Downloaded anstyle-query v1.1.4
32872026-09-01T23:13:03.288Z[ helios-setup] Sep 01 23:13:01.870 INFO E| Downloaded anyhow v1.0.100
32882026-09-01T23:13:03.288Z[ helios-setup] Sep 01 23:13:01.874 INFO E| Downloaded clap_lex v0.7.6
32892026-09-01T23:13:03.294Z[ helios-setup] Sep 01 23:13:01.875 INFO E| Downloaded libdevinfo-sys v1.1.0
32902026-09-01T23:13:03.294Z[ helios-setup] Sep 01 23:13:01.880 INFO E| Downloaded devinfo v0.1.0
32912026-09-01T23:13:03.297Z[ helios-setup] Sep 01 23:13:01.882 INFO E| Downloaded anstyle v1.0.13
32922026-09-01T23:13:03.310Z[ helios-setup] Sep 01 23:13:01.894 INFO E| Downloaded bitfield v0.19.3
32932026-09-01T23:13:03.313Z[ helios-setup] Sep 01 23:13:01.895 INFO E| Downloaded futures-executor v0.3.31
32942026-09-01T23:13:03.313Z[ helios-setup] Sep 01 23:13:01.896 INFO E| Downloaded find-msvc-tools v0.1.4
32952026-09-01T23:13:03.316Z[ helios-setup] Sep 01 23:13:01.901 INFO E| Downloaded slab v0.4.11
32962026-09-01T23:13:03.316Z[ helios-setup] Sep 01 23:13:01.902 INFO E| Downloaded time-macros v0.2.24
32972026-09-01T23:13:03.317Z[ helios-setup] Sep 01 23:13:01.903 INFO E| Downloaded getopts v0.2.24
32982026-09-01T23:13:03.320Z[ helios-setup] Sep 01 23:13:01.904 INFO E| Downloaded crc v3.3.0
32992026-09-01T23:13:03.323Z[ helios-setup] Sep 01 23:13:01.909 INFO E| Downloaded getrandom v0.2.16
33002026-09-01T23:13:03.326Z[ helios-setup] Sep 01 23:13:01.912 INFO E| Downloaded env_logger v0.11.8
33012026-09-01T23:13:03.326Z[ helios-setup] Sep 01 23:13:01.913 INFO E| Downloaded thiserror-impl v2.0.17
33022026-09-01T23:13:03.329Z[ helios-setup] Sep 01 23:13:01.916 INFO E| Downloaded base64ct v1.8.0
33032026-09-01T23:13:03.333Z[ helios-setup] Sep 01 23:13:01.921 INFO E| Downloaded futures-core v0.3.31
33042026-09-01T23:13:03.337Z[ helios-setup] Sep 01 23:13:01.922 INFO E| Downloaded futures-task v0.3.31
33052026-09-01T23:13:03.337Z[ helios-setup] Sep 01 23:13:01.924 INFO E| Downloaded env_filter v0.1.4
33062026-09-01T23:13:03.343Z[ helios-setup] Sep 01 23:13:01.930 INFO E| Downloaded futures-io v0.3.31
33072026-09-01T23:13:03.347Z[ helios-setup] Sep 01 23:13:01.934 INFO E| Downloaded futures-macro v0.3.31
33082026-09-01T23:13:03.350Z[ helios-setup] Sep 01 23:13:01.936 INFO E| Downloaded quote v1.0.41
33092026-09-01T23:13:03.355Z[ helios-setup] Sep 01 23:13:01.937 INFO E| Downloaded deranged v0.5.5
33102026-09-01T23:13:03.386Z[ helios-setup] Sep 01 23:13:01.971 INFO E| Downloaded generic-array v0.14.9
33112026-09-01T23:13:03.389Z[ helios-setup] Sep 01 23:13:01.972 INFO E| Downloaded futures-sink v0.3.31
33122026-09-01T23:13:03.389Z[ helios-setup] Sep 01 23:13:01.973 INFO E| Downloaded pin-utils v0.1.0
33132026-09-01T23:13:03.389Z[ helios-setup] Sep 01 23:13:01.974 INFO E| Downloaded zeroize_derive v1.4.2
33142026-09-01T23:13:03.389Z[ helios-setup] Sep 01 23:13:01.974 INFO E| Downloaded simd-adler32 v0.3.7
33152026-09-01T23:13:03.390Z[ helios-setup] Sep 01 23:13:01.975 INFO E| Downloaded serde_spanned v1.0.3
33162026-09-01T23:13:03.409Z[ helios-setup] Sep 01 23:13:01.995 INFO E| Downloaded clap_derive v4.5.49
33172026-09-01T23:13:03.417Z[ helios-setup] Sep 01 23:13:01.996 INFO E| Downloaded num_enum v0.7.5
33182026-09-01T23:13:03.421Z[ helios-setup] Sep 01 23:13:02.000 INFO E| Downloaded bitflags v2.10.0
33192026-09-01T23:13:03.421Z[ helios-setup] Sep 01 23:13:02.003 INFO E| Downloaded log v0.4.28
33202026-09-01T23:13:03.421Z[ helios-setup] Sep 01 23:13:02.004 INFO E| Downloaded clap v4.5.51
33212026-09-01T23:13:03.437Z[ helios-setup] Sep 01 23:13:02.024 INFO E| Downloaded num_enum_derive v0.7.5
33222026-09-01T23:13:03.440Z[ helios-setup] Sep 01 23:13:02.025 INFO E| Downloaded time-core v0.1.6
33232026-09-01T23:13:03.440Z[ helios-setup] Sep 01 23:13:02.025 INFO E| Downloaded zeroize v1.8.2
33242026-09-01T23:13:03.440Z[ helios-setup] Sep 01 23:13:02.026 INFO E| Downloaded thiserror v2.0.17
33252026-09-01T23:13:03.450Z[ helios-setup] Sep 01 23:13:02.031 INFO E| Downloaded tokio-macros v2.6.0
33262026-09-01T23:13:03.451Z[ helios-setup] Sep 01 23:13:02.031 INFO E| Downloaded toml_writer v1.0.4
33272026-09-01T23:13:03.451Z[ helios-setup] Sep 01 23:13:02.032 INFO E| Downloaded pin-project-lite v0.2.16
33282026-09-01T23:13:03.451Z[ helios-setup] Sep 01 23:13:02.036 INFO E| Downloaded iana-time-zone v0.1.64
33292026-09-01T23:13:03.454Z[ helios-setup] Sep 01 23:13:02.038 INFO E| Downloaded toml_parser v1.0.4
33302026-09-01T23:13:03.454Z[ helios-setup] Sep 01 23:13:02.039 INFO E| Downloaded cc v1.2.44
33312026-09-01T23:13:03.457Z[ helios-setup] Sep 01 23:13:02.042 INFO E| Downloaded futures v0.3.31
33322026-09-01T23:13:03.463Z[ helios-setup] Sep 01 23:13:02.048 INFO E| Downloaded futures-channel v0.3.31
33332026-09-01T23:13:03.466Z[ helios-setup] Sep 01 23:13:02.049 INFO E| Downloaded toml_datetime v0.7.3
33342026-09-01T23:13:03.469Z[ helios-setup] Sep 01 23:13:02.050 INFO E| Downloaded unicode-ident v1.0.22
33352026-09-01T23:13:03.469Z[ helios-setup] Sep 01 23:13:02.052 INFO E| Downloaded term v1.2.0
33362026-09-01T23:13:03.469Z[ helios-setup] Sep 01 23:13:02.054 INFO E| Downloaded signal-hook-registry v1.4.6
33372026-09-01T23:13:03.469Z[ helios-setup] Sep 01 23:13:02.054 INFO E| Downloaded proc-macro2 v1.0.103
33382026-09-01T23:13:03.469Z[ helios-setup] Sep 01 23:13:02.056 INFO E| Downloaded toml_edit v0.23.7
33392026-09-01T23:13:03.474Z[ host-package] Compiling oxide-update-engine v0.1.2
33402026-09-01T23:13:03.474Z[ helios-setup] Sep 01 23:13:02.059 INFO E| Downloaded memchr v2.7.6
33412026-09-01T23:13:03.477Z[ helios-setup] Sep 01 23:13:02.062 INFO E| Downloaded rand v0.8.5
33422026-09-01T23:13:03.477Z[ helios-setup] Sep 01 23:13:02.064 INFO E| Downloaded uuid v1.18.1
33432026-09-01T23:13:03.481Z[ helios-setup] Sep 01 23:13:02.066 INFO E| Downloaded toml v0.9.8
33442026-09-01T23:13:03.495Z[ helios-setup] Sep 01 23:13:02.079 INFO E| Downloaded mio v1.1.0
33452026-09-01T23:13:03.506Z[ helios-setup] Sep 01 23:13:02.082 INFO E| Downloaded typenum v1.19.0
33462026-09-01T23:13:03.512Z[ helios-setup] Sep 01 23:13:02.098 INFO E| Downloaded indexmap v2.12.0
33472026-09-01T23:13:03.515Z[ helios-setup] Sep 01 23:13:02.102 INFO E| Downloaded rsa v0.9.8
33482026-09-01T23:13:03.520Z[ helios-setup] Sep 01 23:13:02.105 INFO E| Downloaded socket2 v0.6.1
33492026-09-01T23:13:03.521Z[ helios-setup] Sep 01 23:13:02.106 INFO E| Downloaded bytes v1.10.1
33502026-09-01T23:13:03.524Z[ helios-setup] Sep 01 23:13:02.109 INFO E| Downloaded flate2 v1.1.5
33512026-09-01T23:13:03.535Z[ helios-setup] Sep 01 23:13:02.118 INFO E| Downloaded zerocopy-derive v0.8.27
33522026-09-01T23:13:03.540Z[ helios-setup] Sep 01 23:13:02.123 INFO E| Downloaded iddqd v0.3.14
33532026-09-01T23:13:03.540Z[ helios-setup] Sep 01 23:13:02.127 INFO E| Downloaded hashbrown v0.16.0
33542026-09-01T23:13:03.554Z[ helios-setup] Sep 01 23:13:02.141 INFO E| Downloaded num-bigint-dig v0.8.4
33552026-09-01T23:13:03.558Z[ helios-setup] Sep 01 23:13:02.144 INFO E| Downloaded time v0.3.44
33562026-09-01T23:13:03.565Z[ helios-setup] Sep 01 23:13:02.152 INFO E| Downloaded libm v0.2.15
33572026-09-01T23:13:03.634Z[ helios-setup] Sep 01 23:13:02.220 INFO E| Downloaded serde_json v1.0.145
33582026-09-01T23:13:03.638Z[ helios-setup] Sep 01 23:13:02.225 INFO E| Downloaded futures-util v0.3.31
33592026-09-01T23:13:03.648Z[ helios-setup] Sep 01 23:13:02.233 INFO E| Downloaded clap_builder v4.5.51
33602026-09-01T23:13:03.652Z[ helios-setup] Sep 01 23:13:02.237 INFO E| Downloaded winnow v0.7.13
33612026-09-01T23:13:03.656Z[ helios-setup] Sep 01 23:13:02.243 INFO E| Downloaded unicode-width v0.2.2
33622026-09-01T23:13:03.660Z[ helios-setup] Sep 01 23:13:02.247 INFO E| Downloaded chrono v0.4.42
33632026-09-01T23:13:03.663Z[ host-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33642026-09-01T23:13:03.667Z[ helios-setup] Sep 01 23:13:02.253 INFO E| Downloaded zerocopy v0.8.27
33652026-09-01T23:13:03.679Z[ helios-setup] Sep 01 23:13:02.266 INFO E| Downloaded syn v2.0.108
33662026-09-01T23:13:03.698Z[ helios-setup] Sep 01 23:13:02.285 INFO E| Downloaded rustix v1.1.2
33672026-09-01T23:13:03.713Z[ helios-setup] Sep 01 23:13:02.300 INFO E| Downloaded libc v0.2.177
33682026-09-01T23:13:03.729Z[ helios-setup] Sep 01 23:13:02.316 INFO E| Downloaded tokio v1.48.0
33692026-09-01T23:13:03.826Z[ helios-setup] Sep 01 23:13:02.413 INFO E| Compiling proc-macro2 v1.0.103
33702026-09-01T23:13:03.826Z[ helios-setup] Sep 01 23:13:02.413 INFO E| Compiling quote v1.0.41
33712026-09-01T23:13:03.826Z[ helios-setup] Sep 01 23:13:02.413 INFO E| Compiling unicode-ident v1.0.22
33722026-09-01T23:13:03.826Z[ helios-setup] Sep 01 23:13:02.413 INFO E| Compiling libc v0.2.177
33732026-09-01T23:13:03.826Z[ helios-setup] Sep 01 23:13:02.413 INFO E| Compiling serde_core v1.0.228
33742026-09-01T23:13:03.826Z[ helios-setup] Sep 01 23:13:02.413 INFO E| Compiling cfg-if v1.0.4
33752026-09-01T23:13:03.830Z[ helios-setup] Sep 01 23:13:02.413 INFO E| Compiling serde v1.0.228
33762026-09-01T23:13:03.830Z[ helios-setup] Sep 01 23:13:02.413 INFO E| Compiling version_check v0.9.5
33772026-09-01T23:13:03.830Z[ helios-setup] Sep 01 23:13:02.413 INFO E| Compiling autocfg v1.5.0
33782026-09-01T23:13:03.830Z[ helios-setup] Sep 01 23:13:02.413 INFO E| Compiling const-oid v0.9.6
33792026-09-01T23:13:03.830Z[ helios-setup] Sep 01 23:13:02.413 INFO E| Compiling typenum v1.19.0
33802026-09-01T23:13:03.830Z[ helios-setup] Sep 01 23:13:02.413 INFO E| Compiling libm v0.2.15
33812026-09-01T23:13:03.830Z[ helios-setup] Sep 01 23:13:02.413 INFO E| Compiling zerocopy v0.8.27
33822026-09-01T23:13:03.830Z[ helios-setup] Sep 01 23:13:02.413 INFO E| Compiling rustversion v1.0.22
33832026-09-01T23:13:03.830Z[ helios-setup] Sep 01 23:13:02.413 INFO E| Compiling zeroize v1.8.2
33842026-09-01T23:13:03.830Z[ helios-setup] Sep 01 23:13:02.413 INFO E| Compiling smallvec v1.15.1
33852026-09-01T23:13:04.183Z[ host-package] Compiling async-stream v0.3.6
33862026-09-01T23:13:04.458Z[ host-package] Compiling waitgroup v0.1.2
33872026-09-01T23:13:04.488Z[ helios-setup] Sep 01 23:13:03.075 INFO E| Compiling base64ct v1.8.0
33882026-09-01T23:13:04.497Z[ helios-setup] Sep 01 23:13:03.084 INFO E| Compiling generic-array v0.14.9
33892026-09-01T23:13:04.604Z[ helios-setup] Sep 01 23:13:03.188 INFO E| Compiling crc32fast v1.5.0
33902026-09-01T23:13:04.625Z[ helios-setup] Sep 01 23:13:03.212 INFO E| Compiling utf8parse v0.2.2
33912026-09-01T23:13:04.849Z[ helios-setup] Sep 01 23:13:03.431 INFO E| Compiling flagset v0.4.7
33922026-09-01T23:13:04.894Z[ host-package] Compiling backon v1.6.0
33932026-09-01T23:13:05.034Z[ helios-setup] Sep 01 23:13:03.621 INFO E| Compiling hashbrown v0.16.0
33942026-09-01T23:13:05.099Z[ helios-setup] Sep 01 23:13:03.686 INFO E| Compiling memchr v2.7.6
33952026-09-01T23:13:05.149Z[ helios-setup] Sep 01 23:13:03.735 INFO E| Compiling equivalent v1.0.2
33962026-09-01T23:13:05.195Z[ helios-setup] Sep 01 23:13:03.778 INFO E| Compiling winnow v0.7.13
33972026-09-01T23:13:05.269Z[ helios-setup] Sep 01 23:13:03.856 INFO E| Compiling pem-rfc7468 v0.7.0
33982026-09-01T23:13:05.297Z[ host-package] Compiling progenitor-macro v0.14.0
33992026-09-01T23:13:05.323Z[ host-package] Compiling linked-hash-map v0.5.6
34002026-09-01T23:13:05.428Z[ helios-setup] Sep 01 23:13:04.014 INFO E| Compiling rustix v1.1.2
34012026-09-01T23:13:05.480Z[ host-package] Compiling debug-ignore v1.0.5
34022026-09-01T23:13:05.480Z[ host-package] Compiling minimal-lexical v0.2.1
34032026-09-01T23:13:05.500Z[ helios-setup] Sep 01 23:13:04.087 INFO E| Compiling byteorder v1.5.0
34042026-09-01T23:13:05.533Z[ helios-setup] Sep 01 23:13:04.120 INFO E| Compiling anyhow v1.0.100
34052026-09-01T23:13:05.606Z[ helios-setup] Sep 01 23:13:04.193 INFO E| Compiling num-traits v0.2.19
34062026-09-01T23:13:05.663Z[ helios-setup] Sep 01 23:13:04.249 INFO E| Compiling anstyle-parse v0.2.7
34072026-09-01T23:13:05.904Z[ helios-setup] Sep 01 23:13:04.490 INFO E| Compiling colorchoice v1.0.4
34082026-09-01T23:13:06.021Z[ host-package] Compiling lru-cache v0.1.2
34092026-09-01T23:13:06.045Z[ helios-setup] Sep 01 23:13:04.633 INFO E| Compiling indexmap v2.12.0
34102026-09-01T23:13:06.092Z[ helios-setup] Sep 01 23:13:04.679 INFO E| Compiling toml_datetime v0.7.3
34112026-09-01T23:13:06.116Z[ helios-setup] Sep 01 23:13:04.689 INFO E| Compiling allocator-api2 v0.2.21
34122026-09-01T23:13:06.177Z[ host-package] Compiling nom v7.1.3
34132026-09-01T23:13:06.266Z[ helios-setup] Sep 01 23:13:04.852 INFO E| Compiling getrandom v0.2.16
34142026-09-01T23:13:06.326Z[ helios-setup] Sep 01 23:13:04.912 INFO E| Compiling errno v0.3.14
34152026-09-01T23:13:06.422Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34162026-09-01T23:13:06.515Z[ helios-setup] Sep 01 23:13:05.100 INFO E| Compiling anstyle v1.0.13
34172026-09-01T23:13:06.619Z[ host-package] Compiling itertools v0.14.0
34182026-09-01T23:13:06.658Z[ helios-setup] Sep 01 23:13:05.245 INFO E| Compiling rand_core v0.6.4
34192026-09-01T23:13:06.665Z[ helios-setup] Sep 01 23:13:05.253 INFO E| Compiling syn v2.0.108
34202026-09-01T23:13:06.681Z[ helios-setup] Sep 01 23:13:05.268 INFO E| Compiling anstyle-query v1.1.4
34212026-09-01T23:13:06.749Z[ helios-setup] Sep 01 23:13:05.336 INFO E| Compiling find-msvc-tools v0.1.4
34222026-09-01T23:13:06.773Z[ helios-setup] Sep 01 23:13:05.360 INFO E| Compiling is_terminal_polyfill v1.70.2
34232026-09-01T23:13:06.791Z[ helios-setup] Sep 01 23:13:05.377 INFO E| Compiling cpufeatures v0.2.17
34242026-09-01T23:13:06.802Z[ helios-setup] Sep 01 23:13:05.389 INFO E| Compiling radium v0.7.0
34252026-09-01T23:13:06.851Z[ helios-setup] Sep 01 23:13:05.438 INFO E| Compiling syn v1.0.109
34262026-09-01T23:13:06.880Z[ helios-setup] Sep 01 23:13:05.467 INFO E| Compiling shlex v1.3.0
34272026-09-01T23:13:06.889Z[ helios-setup] Sep 01 23:13:05.475 INFO E| Compiling anstream v0.6.21
34282026-09-01T23:13:07.073Z[ helios-setup] Sep 01 23:13:05.658 INFO E| Compiling cc v1.2.44
34292026-09-01T23:13:07.093Z[ helios-setup] Sep 01 23:13:05.680 INFO E| Compiling slog v2.8.2
34302026-09-01T23:13:07.304Z[ helios-setup] Sep 01 23:13:05.888 INFO E| Compiling maybe-uninit v2.0.0
34312026-09-01T23:13:07.436Z[ helios-setup] Sep 01 23:13:06.021 INFO E| Compiling futures-sink v0.3.31
34322026-09-01T23:13:07.499Z[ helios-setup] Sep 01 23:13:06.085 INFO E| Compiling parking_lot_core v0.9.12
34332026-09-01T23:13:07.600Z[ helios-setup] Sep 01 23:13:06.187 INFO E| Compiling unicode-width v0.2.2
34342026-09-01T23:13:07.709Z[ helios-setup] Sep 01 23:13:06.295 INFO E| Compiling block-buffer v0.10.4
34352026-09-01T23:13:07.718Z[ host-package] Compiling humantime v2.3.0
34362026-09-01T23:13:07.730Z[ helios-setup] Sep 01 23:13:06.311 INFO E| Compiling crypto-common v0.1.6
34372026-09-01T23:13:07.837Z[ helios-setup] Sep 01 23:13:06.425 INFO E| Compiling bitflags v2.10.0
34382026-09-01T23:13:07.932Z[ helios-setup] Sep 01 23:13:06.519 INFO E| Compiling pkg-config v0.3.32
34392026-09-01T23:13:07.938Z[ helios-setup] Sep 01 23:13:06.525 INFO E| Compiling tap v1.0.1
34402026-09-01T23:13:07.941Z[ helios-setup] Sep 01 23:13:06.527 INFO E| Compiling futures-core v0.3.31
34412026-09-01T23:13:07.984Z[ host-package] Compiling unicode-xid v0.2.6
34422026-09-01T23:13:08.051Z[ helios-setup] Sep 01 23:13:06.637 INFO E| Compiling digest v0.10.7
34432026-09-01T23:13:08.114Z[ helios-setup] Sep 01 23:13:06.701 INFO E| Compiling pin-project-lite v0.2.16
34442026-09-01T23:13:08.191Z[ helios-setup] Sep 01 23:13:06.777 INFO E| Compiling toml_parser v1.0.4
34452026-09-01T23:13:08.213Z[ helios-setup] Sep 01 23:13:06.800 INFO E| Compiling futures-channel v0.3.31
34462026-09-01T23:13:08.228Z[ helios-setup] Sep 01 23:13:06.814 INFO E| Compiling getopts v0.2.24
34472026-09-01T23:13:08.290Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34482026-09-01T23:13:08.297Z[ helios-setup] Sep 01 23:13:06.878 INFO E| Compiling wyz v0.5.1
34492026-09-01T23:13:08.456Z[ host-package] Compiling hickory-proto v0.24.4
34502026-09-01T23:13:08.503Z[ helios-setup] Sep 01 23:13:07.090 INFO E| Compiling sha2 v0.10.9
34512026-09-01T23:13:08.607Z[ helios-setup] Sep 01 23:13:07.194 INFO E| Compiling ahash v0.8.12
34522026-09-01T23:13:08.622Z[ helios-setup] Sep 01 23:13:07.208 INFO E| Compiling futures-task v0.3.31
34532026-09-01T23:13:08.685Z[ helios-setup] Sep 01 23:13:07.271 INFO E| Compiling spin v0.9.8
34542026-09-01T23:13:08.718Z[ helios-setup] Sep 01 23:13:07.304 INFO E| Compiling futures-io v0.3.31
34552026-09-01T23:13:08.860Z[ helios-setup] Sep 01 23:13:07.447 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
34562026-09-01T23:13:08.905Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34572026-09-01T23:13:08.909Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34582026-09-01T23:13:08.951Z[ helios-setup] Sep 01 23:13:07.537 INFO E| Compiling itoa v1.0.15
34592026-09-01T23:13:08.960Z[ helios-setup] Sep 01 23:13:07.544 INFO E| Compiling num-integer v0.1.46
34602026-09-01T23:13:08.974Z[ helios-setup] Sep 01 23:13:07.561 INFO E| Compiling scopeguard v1.2.0
34612026-09-01T23:13:08.990Z[ helios-setup] Sep 01 23:13:07.574 INFO E| Compiling terminal_size v0.4.3
34622026-09-01T23:13:09.061Z[ helios-setup] Sep 01 23:13:07.636 INFO E| Compiling toml_edit v0.23.7
34632026-09-01T23:13:09.093Z[ helios-setup] Sep 01 23:13:07.678 INFO E| Compiling time-core v0.1.6
34642026-09-01T23:13:09.100Z[ helios-setup] Sep 01 23:13:07.685 INFO E| Compiling strsim v0.11.1
34652026-09-01T23:13:09.177Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34662026-09-01T23:13:09.332Z[ helios-setup] Sep 01 23:13:07.916 INFO E| Compiling num-conv v0.1.0
34672026-09-01T23:13:09.353Z[ helios-setup] Sep 01 23:13:07.940 INFO E| Compiling slab v0.4.11
34682026-09-01T23:13:09.360Z[ helios-setup] Sep 01 23:13:07.947 INFO E| Compiling heck v0.5.0
34692026-09-01T23:13:09.367Z[ helios-setup] Sep 01 23:13:07.953 INFO E| Compiling thiserror v1.0.69
34702026-09-01T23:13:09.412Z[ helios-setup] Sep 01 23:13:07.999 INFO E| Compiling getrandom v0.3.4
34712026-09-01T23:13:09.482Z[ helios-setup] Sep 01 23:13:08.067 INFO E| Compiling clap_lex v0.7.6
34722026-09-01T23:13:09.523Z[ helios-setup] Sep 01 23:13:08.109 INFO E| Compiling num-bigint-dig v0.8.4
34732026-09-01T23:13:09.529Z[ helios-setup] Sep 01 23:13:08.117 INFO E| Compiling bytes v1.10.1
34742026-09-01T23:13:09.579Z[ helios-setup] Sep 01 23:13:08.166 INFO E| Compiling pin-utils v0.1.0
34752026-09-01T23:13:09.665Z[ helios-setup] Sep 01 23:13:08.250 INFO E| Compiling packed_struct v0.10.1
34762026-09-01T23:13:09.761Z[ helios-setup] Sep 01 23:13:08.348 INFO E| Compiling funty v2.0.0
34772026-09-01T23:13:09.935Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34782026-09-01T23:13:10.029Z[ helios-setup] Sep 01 23:13:08.616 INFO E| Compiling powerfmt v0.2.0
34792026-09-01T23:13:10.048Z[ helios-setup] Sep 01 23:13:08.635 INFO E| Compiling clap_builder v4.5.51
34802026-09-01T23:13:10.066Z[ host-package] Compiling papergrid v0.11.0
34812026-09-01T23:13:10.123Z[ helios-setup] Sep 01 23:13:08.706 INFO E| Compiling time-macros v0.2.24
34822026-09-01T23:13:10.137Z[ host-package] Compiling tabled_derive v0.7.0
34832026-09-01T23:13:10.192Z[ helios-setup] Sep 01 23:13:08.779 INFO E| Compiling proc-macro-crate v3.4.0
34842026-09-01T23:13:10.349Z[ host-package] Compiling termtree v0.5.1
34852026-09-01T23:13:10.482Z[ helios-setup] Sep 01 23:13:09.069 INFO E| Compiling deranged v0.5.5
34862026-09-01T23:13:10.548Z[ helios-setup] Sep 01 23:13:09.133 INFO E| Compiling num-iter v0.1.45
34872026-09-01T23:13:10.600Z[ helios-setup] Sep 01 23:13:09.186 INFO E| Compiling bitvec v1.0.1
34882026-09-01T23:13:10.603Z[ helios-setup] Sep 01 23:13:09.186 INFO E| Compiling lock_api v0.4.14
34892026-09-01T23:13:10.695Z[ helios-setup] Sep 01 23:13:09.280 INFO E| Compiling lazy_static v1.5.0
34902026-09-01T23:13:10.700Z[ host-package] Compiling crossterm v0.29.0
34912026-09-01T23:13:10.760Z[ host-package] Compiling phf_shared v0.12.1
34922026-09-01T23:13:10.814Z[ helios-setup] Sep 01 23:13:09.387 INFO E| Compiling indexmap v1.9.3
34932026-09-01T23:13:10.839Z[ helios-setup] Sep 01 23:13:09.424 INFO E| Compiling once_cell v1.21.3
34942026-09-01T23:13:10.896Z[ helios-setup] Sep 01 23:13:09.480 INFO E| Compiling nodrop v0.1.14
34952026-09-01T23:13:11.009Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34962026-09-01T23:13:11.112Z[ helios-setup] Sep 01 23:13:09.698 INFO E| Compiling simd-adler32 v0.3.7
34972026-09-01T23:13:11.185Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34982026-09-01T23:13:11.289Z[ helios-setup] Sep 01 23:13:09.876 INFO E| Compiling crc-catalog v2.4.0
34992026-09-01T23:13:11.314Z[ helios-setup] Sep 01 23:13:09.899 INFO E| Compiling log v0.4.28
35002026-09-01T23:13:11.363Z[ host-package] Compiling vte v0.14.1
35012026-09-01T23:13:11.432Z[ helios-setup] Sep 01 23:13:10.020 INFO E| Compiling iana-time-zone v0.1.64
35022026-09-01T23:13:11.476Z[ helios-setup] Sep 01 23:13:10.062 INFO E| Compiling serde_json v1.0.145
35032026-09-01T23:13:11.497Z[ helios-setup] Sep 01 23:13:10.084 INFO E| Compiling adler2 v2.0.1
35042026-09-01T23:13:11.567Z[ helios-setup] Sep 01 23:13:10.154 INFO E| Compiling thiserror v2.0.17
35052026-09-01T23:13:11.571Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
35062026-09-01T23:13:11.618Z[ helios-setup] Sep 01 23:13:10.205 INFO E| Compiling env_filter v0.1.4
35072026-09-01T23:13:11.621Z[ host-package] Compiling csv-core v0.1.13
35082026-09-01T23:13:11.701Z[ helios-setup] Sep 01 23:13:10.288 INFO E| Compiling chrono v0.4.42
35092026-09-01T23:13:11.733Z[ helios-setup] Sep 01 23:13:10.320 INFO E| Compiling miniz_oxide v0.8.9
35102026-09-01T23:13:11.817Z[ helios-setup] Sep 01 23:13:10.404 INFO E| Compiling crc v3.3.0
35112026-09-01T23:13:12.102Z[ helios-setup] Sep 01 23:13:10.689 INFO E| Compiling parking_lot v0.12.5
35122026-09-01T23:13:12.369Z[ helios-setup] Sep 01 23:13:10.957 INFO E| Compiling array-init v0.0.4
35132026-09-01T23:13:12.505Z[ host-package] Compiling chrono-tz v0.10.4
35142026-09-01T23:13:12.510Z[ helios-setup] Sep 01 23:13:11.097 INFO E| Compiling smallvec v0.6.14
35152026-09-01T23:13:12.572Z[ host-package] Compiling tabled v0.15.0
35162026-09-01T23:13:12.572Z[ host-package] Compiling highway v1.3.0
35172026-09-01T23:13:12.590Z[ helios-setup] Sep 01 23:13:11.178 INFO E| Compiling signature v2.2.0
35182026-09-01T23:13:12.762Z[ helios-setup] Sep 01 23:13:11.349 INFO E| Compiling serde_spanned v1.0.3
35192026-09-01T23:13:12.916Z[ helios-setup] Sep 01 23:13:11.501 INFO E| Compiling time v0.3.44
35202026-09-01T23:13:13.186Z[ helios-setup] Sep 01 23:13:11.773 INFO E| Compiling mio v1.1.0
35212026-09-01T23:13:13.201Z[ host-package] Compiling csv v1.4.0
35222026-09-01T23:13:13.226Z[ helios-setup] Sep 01 23:13:11.813 INFO E| Compiling is-terminal v0.4.17
35232026-09-01T23:13:13.286Z[ helios-setup] Sep 01 23:13:11.873 INFO E| Compiling signal-hook-registry v1.4.6
35242026-09-01T23:13:13.365Z[ helios-setup] Sep 01 23:13:11.952 INFO E| Compiling socket2 v0.6.1
35252026-09-01T23:13:13.369Z[ helios-setup] Sep 01 23:13:11.956 INFO E| Compiling thread_local v1.1.9
35262026-09-01T23:13:13.401Z[ helios-setup] Sep 01 23:13:11.989 INFO E| Compiling serde_derive v1.0.228
35272026-09-01T23:13:13.426Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
35282026-09-01T23:13:13.518Z[ helios-setup] Sep 01 23:13:12.082 INFO E| Compiling zerocopy-derive v0.8.27
35292026-09-01T23:13:13.651Z[ host-package] Compiling strip-ansi-escapes v0.2.1
35302026-09-01T23:13:13.751Z[ helios-setup] Sep 01 23:13:12.338 INFO E| Compiling der_derive v0.7.3
35312026-09-01T23:13:13.851Z[ host-package] Compiling hickory-resolver v0.24.4
35322026-09-01T23:13:13.920Z[ host-package] Compiling progenitor v0.14.0
35332026-09-01T23:13:13.951Z[ helios-setup] Sep 01 23:13:12.535 INFO E| Compiling futures-macro v0.3.31
35342026-09-01T23:13:14.052Z[ host-package] Compiling phf v0.12.1
35352026-09-01T23:13:14.185Z[ helios-setup] Sep 01 23:13:12.772 INFO E| Compiling packed_struct_codegen v0.10.1
35362026-09-01T23:13:14.285Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
35372026-09-01T23:13:14.388Z[ helios-setup] Sep 01 23:13:12.975 INFO E| Compiling zerocopy-derive v0.6.6
35382026-09-01T23:13:14.478Z[ host-package] Compiling const_format_proc_macros v0.2.34
35392026-09-01T23:13:14.547Z[ host-package] Compiling fd-lock v4.0.4
35402026-09-01T23:13:14.627Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
35412026-09-01T23:13:14.630Z[ helios-setup] Sep 01 23:13:13.215 INFO E| Compiling num_enum_derive v0.7.5
35422026-09-01T23:13:14.687Z[ helios-setup] Sep 01 23:13:13.273 INFO E| Compiling thiserror-impl v1.0.69
35432026-09-01T23:13:14.766Z[ helios-setup] Sep 01 23:13:13.352 INFO E| Compiling clap_derive v4.5.49
35442026-09-01T23:13:14.789Z[ helios-setup] Sep 01 23:13:13.376 INFO E| Compiling bitfield-macros v0.19.3
35452026-09-01T23:13:14.792Z[ host-package] Compiling peg-macros v0.8.5
35462026-09-01T23:13:14.792Z[ host-package] Compiling nu-ansi-term v0.50.3
35472026-09-01T23:13:14.993Z[ helios-setup] Sep 01 23:13:13.579 INFO E| Compiling tokio-macros v2.6.0
35482026-09-01T23:13:15.190Z[ helios-setup] Sep 01 23:13:13.777 INFO E| Compiling thiserror-impl v2.0.17
35492026-09-01T23:13:15.616Z[ helios-setup] Sep 01 23:13:14.203 INFO E| Compiling der v0.7.10
35502026-09-01T23:13:16.073Z[ host-package] Compiling reedline v0.40.0
35512026-09-01T23:13:16.112Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
35522026-09-01T23:13:16.131Z[ host-package] Compiling const_format v0.2.35
35532026-09-01T23:13:16.150Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
35542026-09-01T23:13:16.420Z[ helios-setup] Sep 01 23:13:15.007 INFO E| Compiling zerocopy v0.6.6
35552026-09-01T23:13:16.507Z[ helios-setup] Sep 01 23:13:15.094 INFO E| Compiling base64 v0.21.7
35562026-09-01T23:13:16.569Z[ host-package] Compiling bcs v0.1.6
35572026-09-01T23:13:16.590Z[ helios-setup] Sep 01 23:13:15.177 INFO E| Compiling futures-util v0.3.31
35582026-09-01T23:13:16.590Z[ helios-setup] Sep 01 23:13:15.177 INFO E| Compiling num_enum v0.7.5
35592026-09-01T23:13:16.590Z[ helios-setup] Sep 01 23:13:15.177 INFO E| Compiling bitfield v0.19.3
35602026-09-01T23:13:16.594Z[ helios-setup] Sep 01 23:13:15.178 INFO E| Compiling hashbrown v0.12.3
35612026-09-01T23:13:16.770Z[ host-package] Compiling qorb v0.4.1
35622026-09-01T23:13:16.845Z[ helios-setup] Sep 01 23:13:15.432 INFO E| Compiling toml_writer v1.0.4
35632026-09-01T23:13:16.973Z[ helios-setup] Sep 01 23:13:15.560 INFO E| Compiling term v1.2.0
35642026-09-01T23:13:17.240Z[ host-package] Compiling peg v0.8.5
35652026-09-01T23:13:17.302Z[ helios-setup] Sep 01 23:13:15.888 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
35662026-09-01T23:13:17.380Z[ helios-setup] Sep 01 23:13:15.966 INFO E| Compiling libdevinfo-sys v1.1.0
35672026-09-01T23:13:17.410Z[ host-package] Compiling nom v8.0.0
35682026-09-01T23:13:17.465Z[ helios-setup] Sep 01 23:13:16.052 INFO E| Compiling spki v0.7.3
35692026-09-01T23:13:17.505Z[ helios-setup] Sep 01 23:13:16.092 INFO E| Compiling ryu v1.0.20
35702026-09-01T23:13:17.529Z[ host-package] Compiling semver v0.1.20
35712026-09-01T23:13:17.535Z[ helios-setup] Sep 01 23:13:16.120 INFO E| Compiling subtle v2.6.1
35722026-09-01T23:13:17.556Z[ helios-setup] Sep 01 23:13:16.143 INFO E| Compiling winnow v0.5.40
35732026-09-01T23:13:17.608Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35742026-09-01T23:13:17.706Z[ helios-setup] Sep 01 23:13:16.293 INFO E| Compiling devinfo v0.1.0
35752026-09-01T23:13:17.868Z[ helios-setup] Sep 01 23:13:16.453 INFO E| Compiling pkcs8 v0.10.2
35762026-09-01T23:13:17.926Z[ helios-setup] Sep 01 23:13:16.511 INFO E| Compiling x509-cert v0.2.5
35772026-09-01T23:13:18.142Z[ host-package] Compiling rustc_version v0.1.7
35782026-09-01T23:13:18.201Z[ helios-setup] Sep 01 23:13:16.788 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
35792026-09-01T23:13:18.253Z[ helios-setup] Sep 01 23:13:16.839 INFO E| Compiling pkcs1 v0.7.5
35802026-09-01T23:13:18.303Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
35812026-09-01T23:13:18.409Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35822026-09-01T23:13:18.417Z[ helios-setup] Sep 01 23:13:17.004 INFO E| Compiling toml v0.9.8
35832026-09-01T23:13:18.538Z[ helios-setup] Sep 01 23:13:17.124 INFO E| Compiling tokio v1.48.0
35842026-09-01T23:13:18.548Z[ helios-setup] Sep 01 23:13:17.135 INFO E| Compiling clap v4.5.51
35852026-09-01T23:13:18.643Z[ helios-setup] Sep 01 23:13:17.229 INFO E| Compiling bzip2 v0.4.4
35862026-09-01T23:13:18.656Z[ host-package] Compiling newtype_derive v0.1.6
35872026-09-01T23:13:18.805Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
35882026-09-01T23:13:18.850Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
35892026-09-01T23:13:19.026Z[ helios-setup] Sep 01 23:13:17.613 INFO E| Compiling flate2 v1.1.5
35902026-09-01T23:13:19.065Z[ helios-setup] Sep 01 23:13:17.652 INFO E| Compiling uuid v1.18.1
35912026-09-01T23:13:19.341Z[ helios-setup] Sep 01 23:13:17.928 INFO E| Compiling env_logger v0.11.8
35922026-09-01T23:13:19.368Z[ helios-setup] Sep 01 23:13:17.955 INFO E| Compiling hex v0.4.3
35932026-09-01T23:13:19.559Z[ host-package] Compiling sha1 v0.10.6
35942026-09-01T23:13:19.712Z[ helios-setup] Sep 01 23:13:18.292 INFO E| Compiling ppv-lite86 v0.2.21
35952026-09-01T23:13:19.924Z[ host-package] Compiling utf-8 v0.7.6
35962026-09-01T23:13:19.987Z[ helios-setup] Sep 01 23:13:18.573 INFO E| Compiling erased-serde v0.3.31
35972026-09-01T23:13:20.108Z[ helios-setup] Sep 01 23:13:18.695 INFO E| Compiling toml_datetime v0.6.11
35982026-09-01T23:13:20.205Z[ host-package] Compiling steno v0.4.1
35992026-09-01T23:13:20.257Z[ helios-setup] Sep 01 23:13:18.839 INFO E| Compiling rand_chacha v0.3.1
36002026-09-01T23:13:20.312Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36012026-09-01T23:13:20.374Z[ helios-setup] Sep 01 23:13:18.960 INFO E| Compiling serde_spanned v0.6.9
36022026-09-01T23:13:20.564Z[ host-package] Compiling tagptr v0.2.0
36032026-09-01T23:13:20.571Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
36042026-09-01T23:13:20.571Z[ host-package] Compiling tungstenite v0.21.0
36052026-09-01T23:13:20.628Z[ helios-setup] Sep 01 23:13:19.211 INFO E| Compiling rand v0.8.5
36062026-09-01T23:13:20.682Z[ helios-setup] Sep 01 23:13:19.269 INFO E| Compiling toml_edit v0.19.15
36072026-09-01T23:13:20.714Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36082026-09-01T23:13:20.772Z[ helios-setup] Sep 01 23:13:19.359 INFO E| Compiling ron v0.8.1
36092026-09-01T23:13:20.798Z[ helios-setup] Sep 01 23:13:19.377 INFO E| Compiling serde-hex v0.1.0
36102026-09-01T23:13:20.850Z[ helios-setup] Sep 01 23:13:19.430 INFO E| Compiling hashbrown v0.13.2
36112026-09-01T23:13:20.889Z[ helios-setup] Sep 01 23:13:19.471 INFO E| Compiling rustc-hash v2.1.1
36122026-09-01T23:13:21.116Z[ host-package] Compiling darling_core v0.21.3
36132026-09-01T23:13:21.207Z[ helios-setup] Sep 01 23:13:19.778 INFO E| Compiling foldhash v0.2.0
36142026-09-01T23:13:21.321Z[ host-package] Compiling moka v0.12.13
36152026-09-01T23:13:21.540Z[ host-package] Compiling display-error-chain v0.2.2
36162026-09-01T23:13:21.619Z[ helios-setup] Sep 01 23:13:20.116 INFO E| Compiling bitflags v1.3.2
36172026-09-01T23:13:21.665Z[ helios-setup] Sep 01 23:13:20.151 INFO E| Compiling crc-any v2.5.0
36182026-09-01T23:13:21.665Z[ host-package] Compiling vergen-lib v0.1.6
36192026-09-01T23:13:21.665Z[ helios-setup] Sep 01 23:13:20.209 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
36202026-09-01T23:13:21.767Z[ host-package] Compiling diesel_derives v2.3.7
36212026-09-01T23:13:22.202Z[ host-package] Compiling tokio-tungstenite v0.21.0
36222026-09-01T23:13:22.267Z[ helios-setup] Sep 01 23:13:20.850 INFO E| Compiling futures-executor v0.3.31
36232026-09-01T23:13:22.349Z[ helios-setup] Sep 01 23:13:20.925 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
36242026-09-01T23:13:22.398Z[ helios-setup] Sep 01 23:13:20.984 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
36252026-09-01T23:13:22.545Z[ helios-setup] Sep 01 23:13:21.123 INFO E| Compiling futures v0.3.31
36262026-09-01T23:13:22.631Z[ helios-setup] Sep 01 23:13:21.218 INFO E| Compiling slog-term v2.9.2
36272026-09-01T23:13:22.766Z[ helios-setup] Sep 01 23:13:21.332 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
36282026-09-01T23:13:22.786Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36292026-09-01T23:13:22.804Z[ helios-setup] Sep 01 23:13:21.384 INFO E| Compiling object v0.30.4
36302026-09-01T23:13:22.991Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
36312026-09-01T23:13:23.005Z[ host-package] Compiling scheduled-thread-pool v0.2.7
36322026-09-01T23:13:23.010Z[ helios-setup] Sep 01 23:13:21.593 INFO E| Compiling iddqd v0.3.14
36332026-09-01T23:13:23.016Z[ helios-setup] Sep 01 23:13:21.603 INFO E| Compiling zip v0.6.6
36342026-09-01T23:13:23.111Z[ helios-setup] Sep 01 23:13:21.698 INFO E| Compiling rsa v0.9.8
36352026-09-01T23:13:23.372Z[ host-package] Compiling hickory-resolver v0.25.2
36362026-09-01T23:13:23.378Z[ host-package] Compiling vergen-gitcl v1.0.8
36372026-09-01T23:13:23.536Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
36382026-09-01T23:13:23.546Z[ host-package] Compiling dirs-sys-next v0.1.2
36392026-09-01T23:13:23.737Z[ host-package] Compiling glob v0.3.3
36402026-09-01T23:13:24.095Z[ helios-setup] Sep 01 23:13:22.678 INFO E| Compiling toml v0.7.8
36412026-09-01T23:13:24.203Z[ host-package] Compiling maplit v1.0.2
36422026-09-01T23:13:24.348Z[ host-package] Compiling crunchy v0.2.4
36432026-09-01T23:13:24.468Z[ host-package] Compiling dirs-next v2.0.0
36442026-09-01T23:13:24.595Z[ host-package] Compiling r2d2 v0.8.10
36452026-09-01T23:13:24.839Z[ host-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36462026-09-01T23:13:24.947Z[ host-package] Compiling clang-sys v1.8.1
36472026-09-01T23:13:25.204Z[ host-package] Compiling libscf-sys v1.2.0
36482026-09-01T23:13:25.208Z[ host-package] Compiling tiny-keccak v2.0.2
36492026-09-01T23:13:25.290Z[ helios-setup] Sep 01 23:13:23.874 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
36502026-09-01T23:13:25.352Z[ host-package] Compiling darling_macro v0.21.3
36512026-09-01T23:13:25.364Z[ host-package] Compiling xshell-macros v0.2.7
36522026-09-01T23:13:25.368Z[ helios-setup] Sep 01 23:13:23.955 INFO E| Compiling path-slash v0.1.5
36532026-09-01T23:13:25.523Z[ host-package] Compiling downcast-rs v2.0.2
36542026-09-01T23:13:25.913Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
36552026-09-01T23:13:25.925Z[ host-package] Compiling term v0.7.0
36562026-09-01T23:13:26.120Z[ host-package] Compiling papergrid v0.18.0
36572026-09-01T23:13:26.181Z[ helios-setup] Sep 01 23:13:24.766 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
36582026-09-01T23:13:26.191Z[ helios-setup] Sep 01 23:13:24.774 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
36592026-09-01T23:13:26.607Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
36602026-09-01T23:13:26.611Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
36612026-09-01T23:13:26.707Z[ host-package] Compiling xshell v0.2.7
36622026-09-01T23:13:26.889Z[ host-package] Compiling bit-vec v0.6.3
36632026-09-01T23:13:27.536Z[ host-package] Compiling bit-set v0.5.3
36642026-09-01T23:13:27.546Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
36652026-09-01T23:13:27.647Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
36662026-09-01T23:13:27.650Z[ host-package] Compiling ascii-canvas v3.0.0
36672026-09-01T23:13:27.909Z[ host-package] Compiling tabled v0.21.0
36682026-09-01T23:13:27.912Z[ host-package] Compiling darling v0.21.3
36692026-09-01T23:13:28.628Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36702026-09-01T23:13:28.874Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36712026-09-01T23:13:28.877Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
36722026-09-01T23:13:28.887Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36732026-09-01T23:13:29.205Z[ host-package] Compiling dsl_auto_type v0.2.0
36742026-09-01T23:13:29.542Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36752026-09-01T23:13:29.542Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
36762026-09-01T23:13:29.542Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
36772026-09-01T23:13:29.922Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
36782026-09-01T23:13:30.338Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
36792026-09-01T23:13:30.553Z[ host-package] Compiling itertools v0.15.0
36802026-09-01T23:13:30.557Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
36812026-09-01T23:13:30.763Z[ host-package] Compiling itertools v0.10.5
36822026-09-01T23:13:31.058Z[ helios-setup] Sep 01 23:13:29.644 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
36832026-09-01T23:13:31.118Z[ host-package] Compiling ena v0.14.4
36842026-09-01T23:13:31.269Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
36852026-09-01T23:13:31.497Z[ host-package] Compiling libloading v0.8.9
36862026-09-01T23:13:31.707Z[ host-package] Compiling bindgen v0.71.1
36872026-09-01T23:13:31.849Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
36882026-09-01T23:13:32.077Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36892026-09-01T23:13:32.177Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36902026-09-01T23:13:32.291Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
36912026-09-01T23:13:32.368Z[ helios-setup] Sep 01 23:13:30.945 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
36922026-09-01T23:13:32.371Z[ host-package] Compiling diff v0.1.13
36932026-09-01T23:13:32.472Z[ host-package] Compiling unicase v2.9.0
36942026-09-01T23:13:32.472Z[ host-package] Compiling regex-syntax v0.6.29
36952026-09-01T23:13:32.662Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
36962026-09-01T23:13:32.845Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
36972026-09-01T23:13:33.156Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36982026-09-01T23:13:34.275Z[ host-package] Compiling cexpr v0.6.0
36992026-09-01T23:13:34.456Z[ host-package] Compiling lalrpop v0.19.12
37002026-09-01T23:13:34.500Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
37012026-09-01T23:13:34.961Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37022026-09-01T23:13:35.162Z[ host-package] Compiling rustc-hash v2.1.1
37032026-09-01T23:13:35.750Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
37042026-09-01T23:13:35.942Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
37052026-09-01T23:13:36.332Z[ host-package] Compiling headers-core v0.3.0
37062026-09-01T23:13:36.462Z[ host-package] Compiling libxml v0.3.3
37072026-09-01T23:13:36.488Z[ helios-setup] Sep 01 23:13:35.074 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
37082026-09-01T23:13:36.590Z[ host-package] Compiling crc8 v0.1.1
37092026-09-01T23:13:36.735Z[ host-package] Compiling headers v0.4.1
37102026-09-01T23:13:36.739Z[ host-package] Compiling diesel v2.3.7
37112026-09-01T23:13:36.830Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
37122026-09-01T23:13:36.945Z[ host-package] Compiling strum_macros v0.24.3
37132026-09-01T23:13:36.974Z[ host-package] Compiling indoc v1.0.9
37142026-09-01T23:13:37.236Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
37152026-09-01T23:13:37.423Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
37162026-09-01T23:13:37.546Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37172026-09-01T23:13:37.817Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
37182026-09-01T23:13:37.841Z[ host-package] Compiling quick-xml v0.37.5
37192026-09-01T23:13:37.902Z[ host-package] Compiling derive_builder v0.20.2
37202026-09-01T23:13:38.130Z[ host-package] Compiling oso-derive v0.27.3
37212026-09-01T23:13:38.159Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
37222026-09-01T23:13:38.203Z[ host-package] Compiling openssl-probe v0.1.6
37232026-09-01T23:13:38.276Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
37242026-09-01T23:13:38.322Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
37252026-09-01T23:13:38.553Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37262026-09-01T23:13:38.577Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37272026-09-01T23:13:38.726Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
37282026-09-01T23:13:39.049Z[ host-package] Compiling bb8 v0.8.6
37292026-09-01T23:13:39.075Z[ host-package] Compiling filetime v0.2.27
37302026-09-01T23:13:39.079Z[ host-package] Compiling trait-variant v0.1.2
37312026-09-01T23:13:39.375Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
37322026-09-01T23:13:39.423Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
37332026-09-01T23:13:39.512Z[ host-package] Compiling half v1.8.3
37342026-09-01T23:13:39.554Z[ host-package] Compiling tar v0.4.46
37352026-09-01T23:13:39.775Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37362026-09-01T23:13:39.804Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
37372026-09-01T23:13:39.872Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
37382026-09-01T23:13:39.967Z[ host-package] Compiling proc-macro-error2 v2.0.1
37392026-09-01T23:13:40.022Z[ host-package] Compiling serde_cbor v0.11.2
37402026-09-01T23:13:40.240Z[ host-package] Compiling hashbrown v0.14.5
37412026-09-01T23:13:40.478Z[ host-package] Compiling rfc6979 v0.4.0
37422026-09-01T23:13:40.562Z[ host-package] Compiling salty v0.3.0
37432026-09-01T23:13:40.563Z[ host-package] Compiling samael v0.0.19
37442026-09-01T23:13:40.840Z[ host-package] Compiling knus-derive v3.4.0
37452026-09-01T23:13:40.968Z[ host-package] Compiling ecdsa v0.16.9
37462026-09-01T23:13:41.340Z[ host-package] Compiling chumsky v0.9.3
37472026-09-01T23:13:41.371Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37482026-09-01T23:13:41.477Z[ host-package] Compiling primeorder v0.13.6
37492026-09-01T23:13:41.484Z[ host-package] Compiling nonempty v0.12.0
37502026-09-01T23:13:41.626Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37512026-09-01T23:13:41.751Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37522026-09-01T23:13:41.961Z[ host-package] Compiling p384 v0.13.1
37532026-09-01T23:13:42.358Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37542026-09-01T23:13:42.600Z[ host-package] Compiling fxhash v0.2.1
37552026-09-01T23:13:42.716Z[ host-package] Compiling libz-sys v1.1.24
37562026-09-01T23:13:42.895Z[ host-package] Compiling knus v3.4.0
37572026-09-01T23:13:43.018Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37582026-09-01T23:13:43.369Z[ host-package] Compiling polar-core v0.27.3
37592026-09-01T23:13:43.373Z[ host-package] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
37602026-09-01T23:13:43.478Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
37612026-09-01T23:13:43.772Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37622026-09-01T23:13:43.911Z[ host-package] Compiling kstat-rs v0.2.5
37632026-09-01T23:13:44.048Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
37642026-09-01T23:13:44.210Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
37652026-09-01T23:13:44.409Z[ host-package] Compiling mime_guess v2.0.5
37662026-09-01T23:13:44.477Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37672026-09-01T23:13:44.595Z[ host-package] Compiling nanorand v0.7.0
37682026-09-01T23:13:45.033Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
37692026-09-01T23:13:45.131Z[ host-package] Compiling parking_lot_core v0.8.6
37702026-09-01T23:13:45.328Z[ host-package] Compiling flume v0.11.1
37712026-09-01T23:13:45.502Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37722026-09-01T23:13:45.596Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37732026-09-01T23:13:45.856Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
37742026-09-01T23:13:45.971Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37752026-09-01T23:13:46.242Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
37762026-09-01T23:13:46.467Z[ host-package] Compiling git-stub v1.0.0
37772026-09-01T23:13:46.591Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
37782026-09-01T23:13:46.632Z[ host-package] Compiling instability v0.3.11
37792026-09-01T23:13:46.753Z[ host-package] Compiling corncobs v0.1.4
37802026-09-01T23:13:46.848Z[ host-package] Compiling strsim v0.10.0
37812026-09-01T23:13:46.880Z[ host-package] Compiling http-range v0.1.5
37822026-09-01T23:13:46.979Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
37832026-09-01T23:13:47.067Z[ host-package] Compiling darling_core v0.13.4
37842026-09-01T23:13:47.190Z[ host-package] Compiling git-stub-vcs v0.1.0
37852026-09-01T23:13:47.217Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37862026-09-01T23:13:47.222Z[ helios-setup] Sep 01 23:13:45.809 INFO E| Finished `release` profile [optimized] target(s) in 45.32s
37872026-09-01T23:13:47.225Z[ helios-setup] Sep 01 23:13:45.812 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
37882026-09-01T23:13:47.226Z[ helios-setup] Sep 01 23:13:45.812 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
37892026-09-01T23:13:47.284Z[ helios-setup] Sep 01 23:13:45.870 INFO building project "pilot" ok (45 seconds)
37902026-09-01T23:13:47.284Z[ helios-setup] Sep 01 23:13:45.870 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
37912026-09-01T23:13:47.291Z[ helios-setup] Sep 01 23:13:45.878 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
37922026-09-01T23:13:47.291Z[ helios-setup] Sep 01 23:13:45.878 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
37932026-09-01T23:13:47.302Z[ helios-setup] Sep 01 23:13:45.878 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
37942026-09-01T23:13:47.486Z[ helios-setup] Sep 01 23:13:46.072 INFO E| Downloading crates ...
37952026-09-01T23:13:47.555Z[ helios-setup] Sep 01 23:13:46.142 INFO E| Downloaded time-core v0.1.4
37962026-09-01T23:13:47.561Z[ helios-setup] Sep 01 23:13:46.148 INFO E| Downloaded errno v0.3.12
37972026-09-01T23:13:47.571Z[ helios-setup] Sep 01 23:13:46.157 INFO E| Downloaded serde_with_macros v3.12.0
37982026-09-01T23:13:47.574Z[ helios-setup] Sep 01 23:13:46.159 INFO E| Downloaded time-macros v0.2.22
37992026-09-01T23:13:47.574Z[ helios-setup] Sep 01 23:13:46.160 INFO E| Downloaded deranged v0.4.0
38002026-09-01T23:13:47.579Z[ helios-setup] Sep 01 23:13:46.166 INFO E| Downloaded bitflags v2.9.1
38012026-09-01T23:13:47.582Z[ helios-setup] Sep 01 23:13:46.168 INFO E| Downloaded tempfile v3.20.0
38022026-09-01T23:13:47.586Z[ helios-setup] Sep 01 23:13:46.173 INFO E| Downloaded iana-time-zone v0.1.63
38032026-09-01T23:13:47.589Z[ helios-setup] Sep 01 23:13:46.176 INFO E| Downloaded anyhow v1.0.98
38042026-09-01T23:13:47.593Z[ helios-setup] Sep 01 23:13:46.180 INFO E| Downloaded getrandom v0.3.3
38052026-09-01T23:13:47.602Z[ helios-setup] Sep 01 23:13:46.189 INFO E| Downloaded indexmap v2.9.0
38062026-09-01T23:13:47.619Z[ helios-setup] Sep 01 23:13:46.206 INFO E| Downloaded time v0.3.41
38072026-09-01T23:13:47.624Z[ helios-setup] Sep 01 23:13:46.211 INFO E| Downloaded chrono v0.4.41
38082026-09-01T23:13:47.628Z[ helios-setup] Sep 01 23:13:46.215 INFO E| Downloaded hashbrown v0.15.3
38092026-09-01T23:13:47.631Z[ helios-setup] Sep 01 23:13:46.218 INFO E| Downloaded serde_with v3.12.0
38102026-09-01T23:13:47.638Z[ helios-setup] Sep 01 23:13:46.225 INFO E| Downloaded rustix v1.0.7
38112026-09-01T23:13:47.701Z[ helios-setup] Sep 01 23:13:46.288 INFO E| Compiling proc-macro2 v1.0.95
38122026-09-01T23:13:47.701Z[ helios-setup] Sep 01 23:13:46.288 INFO E| Compiling unicode-ident v1.0.18
38132026-09-01T23:13:47.704Z[ helios-setup] Sep 01 23:13:46.288 INFO E| Compiling libc v0.2.172
38142026-09-01T23:13:47.704Z[ helios-setup] Sep 01 23:13:46.288 INFO E| Compiling ident_case v1.0.1
38152026-09-01T23:13:47.704Z[ helios-setup] Sep 01 23:13:46.288 INFO E| Compiling strsim v0.11.1
38162026-09-01T23:13:47.704Z[ helios-setup] Sep 01 23:13:46.288 INFO E| Compiling fnv v1.0.7
38172026-09-01T23:13:47.704Z[ helios-setup] Sep 01 23:13:46.288 INFO E| Compiling serde v1.0.219
38182026-09-01T23:13:47.704Z[ helios-setup] Sep 01 23:13:46.288 INFO E| Compiling rustix v1.0.7
38192026-09-01T23:13:47.705Z[ helios-setup] Sep 01 23:13:46.288 INFO E| Compiling getrandom v0.3.3
38202026-09-01T23:13:47.705Z[ helios-setup] Sep 01 23:13:46.288 INFO E| Compiling cfg-if v1.0.0
38212026-09-01T23:13:47.705Z[ helios-setup] Sep 01 23:13:46.288 INFO E| Compiling anyhow v1.0.98
38222026-09-01T23:13:47.705Z[ helios-setup] Sep 01 23:13:46.288 INFO E| Compiling thiserror v2.0.12
38232026-09-01T23:13:47.715Z[ helios-setup] Sep 01 23:13:46.302 INFO E| Compiling serde_json v1.0.140
38242026-09-01T23:13:47.715Z[ helios-setup] Sep 01 23:13:46.302 INFO E| Compiling bitflags v2.9.1
38252026-09-01T23:13:47.762Z[ helios-setup] Sep 01 23:13:46.349 INFO E| Compiling fastrand v2.3.0
38262026-09-01T23:13:47.762Z[ helios-setup] Sep 01 23:13:46.349 INFO E| Compiling memchr v2.7.4
38272026-09-01T23:13:47.889Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38282026-09-01T23:13:48.036Z[ host-package] Compiling progenitor-impl v0.13.0
38292026-09-01T23:13:48.196Z[ host-package] Compiling ignore v0.4.25
38302026-09-01T23:13:48.199Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38312026-09-01T23:13:48.368Z[ host-package] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
38322026-09-01T23:13:48.420Z[ helios-setup] Sep 01 23:13:47.006 INFO E| Compiling ryu v1.0.20
38332026-09-01T23:13:48.461Z[ helios-setup] Sep 01 23:13:47.048 INFO E| Compiling itoa v1.0.15
38342026-09-01T23:13:48.474Z[ helios-setup] Sep 01 23:13:47.061 INFO E| Compiling once_cell v1.21.3
38352026-09-01T23:13:48.512Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
38362026-09-01T23:13:48.611Z[ helios-setup] Sep 01 23:13:47.197 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
38372026-09-01T23:13:48.943Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38382026-09-01T23:13:49.050Z[ helios-setup] Sep 01 23:13:47.637 INFO E| Compiling errno v0.3.12
38392026-09-01T23:13:49.187Z[ host-package] Compiling secrecy v0.8.0
38402026-09-01T23:13:49.604Z[ host-package] Compiling anstyle-parse v0.2.7
38412026-09-01T23:13:49.867Z[ helios-setup] Sep 01 23:13:48.448 INFO E| Compiling quote v1.0.40
38422026-09-01T23:13:49.904Z[ host-package] Compiling castaway v0.2.4
38432026-09-01T23:13:50.049Z[ helios-setup] Sep 01 23:13:48.631 INFO E| Compiling syn v2.0.101
38442026-09-01T23:13:50.136Z[ helios-setup] Sep 01 23:13:48.719 INFO E| Compiling tempfile v3.20.0
38452026-09-01T23:13:50.186Z[ host-package] Compiling vergen-git2 v9.1.0
38462026-09-01T23:13:50.436Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
38472026-09-01T23:13:50.655Z[ host-package] Compiling indoc v2.0.7
38482026-09-01T23:13:50.970Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38492026-09-01T23:13:50.973Z[ host-package] Compiling progenitor-macro v0.13.0
38502026-09-01T23:13:51.014Z[ host-package] Compiling compact_str v0.8.1
38512026-09-01T23:13:51.891Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
38522026-09-01T23:13:51.911Z[ host-package] Compiling anstream v0.6.21
38532026-09-01T23:13:51.953Z[ host-package] Compiling globwalk v0.9.1
38542026-09-01T23:13:52.188Z[ host-package] Compiling darling_macro v0.13.4
38552026-09-01T23:13:52.383Z[ host-package] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
38562026-09-01T23:13:52.405Z[ helios-setup] Sep 01 23:13:50.991 INFO E| Compiling darling_core v0.20.11
38572026-09-01T23:13:52.509Z[ host-package] Compiling hyper-staticfile v0.10.1
38582026-09-01T23:13:52.866Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
38592026-09-01T23:13:53.382Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38602026-09-01T23:13:53.386Z[ helios-setup] Sep 01 23:13:51.973 INFO E| Compiling serde_derive v1.0.219
38612026-09-01T23:13:53.386Z[ helios-setup] Sep 01 23:13:51.973 INFO E| Compiling thiserror-impl v2.0.12
38622026-09-01T23:13:53.504Z[ host-package] Compiling parking_lot v0.11.2
38632026-09-01T23:13:53.632Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38642026-09-01T23:13:54.164Z[ host-package] Compiling oso v0.27.3
38652026-09-01T23:13:54.195Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38662026-09-01T23:13:54.248Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38672026-09-01T23:13:54.299Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38682026-09-01T23:13:54.649Z[ helios-setup] Sep 01 23:13:53.235 INFO E| Compiling darling_macro v0.20.11
38692026-09-01T23:13:54.704Z[ host-package] Compiling predicates-tree v1.0.13
38702026-09-01T23:13:55.036Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38712026-09-01T23:13:55.205Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
38722026-09-01T23:13:55.412Z[ host-package] Compiling progenitor-client v0.13.0
38732026-09-01T23:13:55.582Z[ helios-setup] Sep 01 23:13:54.169 INFO E| Compiling darling v0.20.11
38742026-09-01T23:13:55.677Z[ helios-setup] Sep 01 23:13:54.263 INFO E| Compiling serde_with_macros v3.12.0
38752026-09-01T23:13:55.736Z[ host-package] Compiling unicode-truncate v1.1.0
38762026-09-01T23:13:55.774Z[ host-package] Compiling sha2 v0.11.0
38772026-09-01T23:13:55.778Z[ host-package] Compiling digest-io v0.1.0
38782026-09-01T23:13:55.956Z[ host-package] Compiling lru v0.12.5
38792026-09-01T23:13:56.036Z[ host-package] Compiling prefix-trie v0.7.0
38802026-09-01T23:13:56.099Z[ host-package] Compiling rand_seeder v0.4.0
38812026-09-01T23:13:56.390Z[ host-package] Compiling cassowary v0.3.0
38822026-09-01T23:13:56.461Z[ host-package] Compiling hickory-server v0.25.2
38832026-09-01T23:13:56.547Z[ host-package] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
38842026-09-01T23:13:56.608Z[ host-package] Compiling progenitor v0.13.0
38852026-09-01T23:13:56.853Z[ host-package] Compiling ratatui v0.29.0
38862026-09-01T23:13:56.919Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38872026-09-01T23:13:57.271Z[ host-package] Compiling diesel-dtrace v0.5.0
38882026-09-01T23:13:57.693Z[ host-package] Compiling async-bb8-diesel v0.2.1
38892026-09-01T23:13:58.162Z[ host-package] Compiling camino-tempfile-ext v0.3.3
38902026-09-01T23:13:58.234Z[ host-package] Compiling sled v0.34.7
38912026-09-01T23:13:58.430Z[ helios-setup] Sep 01 23:13:57.017 INFO E| Compiling serde_with v3.12.0
38922026-09-01T23:13:59.003Z[ host-package] Compiling darling v0.13.4
38932026-09-01T23:13:59.140Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38942026-09-01T23:13:59.578Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
38952026-09-01T23:14:00.077Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38962026-09-01T23:14:00.299Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38972026-09-01T23:14:00.526Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38982026-09-01T23:14:00.753Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38992026-09-01T23:14:01.037Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
39002026-09-01T23:14:01.127Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
39012026-09-01T23:14:01.726Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39022026-09-01T23:14:02.189Z[ host-package] Compiling serde_with_macros v1.5.2
39032026-09-01T23:14:02.342Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39042026-09-01T23:14:02.617Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
39052026-09-01T23:14:02.716Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
39062026-09-01T23:14:02.839Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
39072026-09-01T23:14:02.951Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
39082026-09-01T23:14:03.021Z[ helios-setup] Sep 01 23:14:01.607 INFO E| Finished `release` profile [optimized] target(s) in 15.71s
39092026-09-01T23:14:03.044Z[ helios-setup] Sep 01 23:14:01.630 INFO building project "dmar-report" ok (15 seconds)
39102026-09-01T23:14:03.044Z[ helios-setup] Sep 01 23:14:01.631 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
39112026-09-01T23:14:03.110Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
39122026-09-01T23:14:03.133Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
39132026-09-01T23:14:03.200Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
39142026-09-01T23:14:03.226Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
39152026-09-01T23:14:03.342Z[ host-package] Compiling arc-swap v1.8.2
39162026-09-01T23:14:03.371Z[ host-package] Compiling void v1.0.2
39172026-09-01T23:14:03.500Z[ host-package] Compiling lzss v0.8.2
39182026-09-01T23:14:03.592Z[ host-package] Compiling serde_with v1.14.0
39192026-09-01T23:14:03.617Z[ host-package] Compiling slog-scope v4.4.1
39202026-09-01T23:14:03.711Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39212026-09-01T23:14:03.734Z[ host-package] Compiling scuffle v0.1.0
39222026-09-01T23:14:03.772Z[ host-package] Compiling tungstenite v0.23.0
39232026-09-01T23:14:03.809Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
39242026-09-01T23:14:03.985Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
39252026-09-01T23:14:04.419Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
39262026-09-01T23:14:04.693Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39272026-09-01T23:14:04.853Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
39282026-09-01T23:14:04.992Z[ host-package] Compiling libsw-core v0.3.2
39292026-09-01T23:14:05.026Z[ host-package] Compiling nix v0.27.1
39302026-09-01T23:14:05.059Z[ host-package] Compiling twox-hash v2.1.2
39312026-09-01T23:14:05.117Z[ host-package] Compiling serde_bytes v0.11.19
39322026-09-01T23:14:05.212Z[ host-package] Compiling atty v0.2.14
39332026-09-01T23:14:05.234Z[ host-package] Compiling libsw v3.5.0
39342026-09-01T23:14:05.308Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
39352026-09-01T23:14:05.395Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
39362026-09-01T23:14:05.415Z[ host-package] Compiling tokio-tungstenite v0.23.1
39372026-09-01T23:14:05.458Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39382026-09-01T23:14:05.479Z[ host-package] Compiling slog-stdlog v4.1.1
39392026-09-01T23:14:05.547Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
39402026-09-01T23:14:05.578Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
39412026-09-01T23:14:05.815Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
39422026-09-01T23:14:05.839Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
39432026-09-01T23:14:05.888Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39442026-09-01T23:14:06.040Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
39452026-09-01T23:14:06.066Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
39462026-09-01T23:14:06.568Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
39472026-09-01T23:14:06.642Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
39482026-09-01T23:14:06.685Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39492026-09-01T23:14:06.759Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
39502026-09-01T23:14:07.157Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
39512026-09-01T23:14:07.928Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
39522026-09-01T23:14:08.243Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
39532026-09-01T23:14:08.319Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
39542026-09-01T23:14:08.765Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39552026-09-01T23:14:08.817Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
39562026-09-01T23:14:10.799Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
39572026-09-01T23:14:12.107Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
39582026-09-01T23:14:12.752Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
39592026-09-01T23:14:12.854Z[ host-package] Compiling git2 v0.20.4
39602026-09-01T23:14:12.878Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
39612026-09-01T23:14:13.118Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39622026-09-01T23:14:13.415Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
39632026-09-01T23:14:13.822Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39642026-09-01T23:14:13.929Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39652026-09-01T23:14:14.513Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39662026-09-01T23:14:16.305Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
39672026-09-01T23:14:16.456Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
39682026-09-01T23:14:16.597Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39692026-09-01T23:14:16.824Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
39702026-09-01T23:14:17.078Z[ host-package] Compiling signal-hook-tokio v0.3.1
39712026-09-01T23:14:17.327Z[ host-package] Compiling fatfs v0.3.6
39722026-09-01T23:14:17.388Z[ host-package] Compiling yasna v0.5.2
39732026-09-01T23:14:17.525Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
39742026-09-01T23:14:18.096Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
39752026-09-01T23:14:18.355Z[ host-package] Compiling console v0.16.2
39762026-09-01T23:14:18.518Z[ host-package] Compiling assert_matches v1.5.0
39772026-09-01T23:14:18.595Z[ host-package] Compiling seq-macro v0.3.6
39782026-09-01T23:14:18.635Z[ host-package] Compiling rcgen v0.12.1
39792026-09-01T23:14:19.243Z[ host-package] Compiling indicatif v0.18.4
39802026-09-01T23:14:19.313Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
39812026-09-01T23:14:21.525Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
39822026-09-01T23:14:21.665Z[ host-package] Compiling slog-envlogger v2.2.0
39832026-09-01T23:14:22.590Z[ host-package] Compiling oxide-update-engine-display v0.1.2
39842026-09-01T23:14:23.147Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39852026-09-01T23:14:23.336Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39862026-09-01T23:14:23.404Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
39872026-09-01T23:14:23.630Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
39882026-09-01T23:14:23.855Z[ host-package] Compiling port-file v0.1.0
39892026-09-01T23:14:23.880Z[ host-package] Compiling rtoolbox v0.0.3
39902026-09-01T23:14:23.962Z[ helios-setup] Sep 01 23:14:22.548 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')"
39912026-09-01T23:14:23.962Z[ helios-setup] Sep 01 23:14:22.548 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
39922026-09-01T23:14:23.969Z[ helios-setup] Sep 01 23:14:22.556 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
39932026-09-01T23:14:23.969Z[ helios-setup] Sep 01 23:14:22.556 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
39942026-09-01T23:14:23.969Z[ helios-setup] Sep 01 23:14:22.556 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
39952026-09-01T23:14:24.046Z[ host-package] Compiling subprocess v0.2.15
39962026-09-01T23:14:24.080Z[ helios-setup] Sep 01 23:14:22.665 INFO E| Blocking waiting for file lock on package cache
39972026-09-01T23:14:24.160Z[ host-package] Compiling rpassword v7.5.4
39982026-09-01T23:14:24.215Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39992026-09-01T23:14:24.585Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40002026-09-01T23:14:25.180Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
40012026-09-01T23:14:25.252Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40022026-09-01T23:14:25.298Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40032026-09-01T23:14:25.381Z[ host-package] Compiling tui-tree-widget v0.23.1
40042026-09-01T23:14:25.708Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40052026-09-01T23:14:26.476Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
40062026-09-01T23:14:26.544Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
40072026-09-01T23:14:27.251Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40082026-09-01T23:14:28.110Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
40092026-09-01T23:14:28.354Z[ host-package] Compiling uzers v0.12.2
40102026-09-01T23:14:28.388Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
40112026-09-01T23:14:28.708Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
40122026-09-01T23:14:28.761Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
40132026-09-01T23:14:29.005Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40142026-09-01T23:14:29.300Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40152026-09-01T23:14:29.600Z[ host-package] Compiling support-bundle-viewer v0.1.2
40162026-09-01T23:14:29.844Z[ host-package] Compiling multimap v0.10.1
40172026-09-01T23:14:30.796Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
40182026-09-01T23:14:32.602Z[ helios-setup] Sep 01 23:14:31.189 INFO E| Downloading crates ...
40192026-09-01T23:14:32.657Z[ helios-setup] Sep 01 23:14:31.243 INFO E| Downloaded block-buffer v0.10.3
40202026-09-01T23:14:32.660Z[ helios-setup] Sep 01 23:14:31.246 INFO E| Downloaded generic-array v0.14.6
40212026-09-01T23:14:32.668Z[ helios-setup] Sep 01 23:14:31.252 INFO E| Downloaded typenum v1.15.0
40222026-09-01T23:14:32.668Z[ helios-setup] Sep 01 23:14:31.253 INFO E| Downloaded cpufeatures v0.2.5
40232026-09-01T23:14:32.675Z[ helios-setup] Sep 01 23:14:31.260 INFO E| Downloaded anyhow v1.0.62
40242026-09-01T23:14:32.681Z[ helios-setup] Sep 01 23:14:31.267 INFO E| Downloaded digest v0.10.3
40252026-09-01T23:14:32.684Z[ helios-setup] Sep 01 23:14:31.269 INFO E| Downloaded unicode-width v0.1.10
40262026-09-01T23:14:32.684Z[ helios-setup] Sep 01 23:14:31.269 INFO E| Downloaded sha2 v0.10.5
40272026-09-01T23:14:32.687Z[ helios-setup] Sep 01 23:14:31.271 INFO E| Downloaded miniz_oxide v0.6.2
40282026-09-01T23:14:32.690Z[ helios-setup] Sep 01 23:14:31.274 INFO E| Downloaded bytes v1.2.1
40292026-09-01T23:14:32.690Z[ helios-setup] Sep 01 23:14:31.276 INFO E| Downloaded flate2 v1.0.25
40302026-09-01T23:14:32.693Z[ helios-setup] Sep 01 23:14:31.279 INFO E| Blocking waiting for file lock on package cache
40312026-09-01T23:14:32.791Z[ helios-setup] Sep 01 23:14:31.377 INFO E| Compiling typenum v1.15.0
40322026-09-01T23:14:32.791Z[ helios-setup] Sep 01 23:14:31.377 INFO E| Compiling version_check v0.9.4
40332026-09-01T23:14:32.794Z[ helios-setup] Sep 01 23:14:31.377 INFO E| Compiling cfg-if v1.0.0
40342026-09-01T23:14:32.794Z[ helios-setup] Sep 01 23:14:31.377 INFO E| Compiling crc32fast v1.3.2
40352026-09-01T23:14:32.794Z[ helios-setup] Sep 01 23:14:31.377 INFO E| Compiling adler v1.0.2
40362026-09-01T23:14:32.794Z[ helios-setup] Sep 01 23:14:31.377 INFO E| Compiling anyhow v1.0.62
40372026-09-01T23:14:32.794Z[ helios-setup] Sep 01 23:14:31.377 INFO E| Compiling unicode-width v0.1.10
40382026-09-01T23:14:32.800Z[ helios-setup] Sep 01 23:14:31.385 INFO E| Compiling cpufeatures v0.2.5
40392026-09-01T23:14:32.802Z[ helios-setup] Sep 01 23:14:31.385 INFO E| Compiling bitflags v1.3.2
40402026-09-01T23:14:32.805Z[ helios-setup] Sep 01 23:14:31.386 INFO E| Compiling bytes v1.2.1
40412026-09-01T23:14:32.951Z[ helios-setup] Sep 01 23:14:31.537 INFO E| Compiling getopts v0.2.21
40422026-09-01T23:14:32.995Z[ helios-setup] Sep 01 23:14:31.582 INFO E| Compiling miniz_oxide v0.6.2
40432026-09-01T23:14:33.418Z[ helios-setup] Sep 01 23:14:32.005 INFO E| Compiling generic-array v0.14.6
40442026-09-01T23:14:33.548Z[ helios-setup] Sep 01 23:14:32.134 INFO E| Compiling flate2 v1.0.25
40452026-09-01T23:14:34.859Z[ helios-setup] Sep 01 23:14:33.445 INFO E| Compiling block-buffer v0.10.3
40462026-09-01T23:14:34.859Z[ helios-setup] Sep 01 23:14:33.445 INFO E| Compiling crypto-common v0.1.6
40472026-09-01T23:14:35.045Z[ helios-setup] Sep 01 23:14:33.632 INFO E| Compiling digest v0.10.3
40482026-09-01T23:14:35.225Z[ helios-setup] Sep 01 23:14:33.811 INFO E| Compiling sha2 v0.10.5
40492026-09-01T23:14:35.465Z[ helios-setup] Sep 01 23:14:34.051 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
40502026-09-01T23:14:37.847Z[ helios-setup] Sep 01 23:14:36.433 INFO E| Finished `release` profile [optimized] target(s) in 13.86s
40512026-09-01T23:14:37.860Z[ helios-setup] Sep 01 23:14:36.447 INFO building project "bootserver" ok (13 seconds)
40522026-09-01T23:14:37.860Z[ helios-setup] Sep 01 23:14:36.447 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
40532026-09-01T23:14:37.870Z[ helios-setup] Sep 01 23:14:36.455 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
40542026-09-01T23:14:37.870Z[ helios-setup] Sep 01 23:14:36.455 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
40552026-09-01T23:14:37.873Z[ helios-setup] Sep 01 23:14:36.456 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
40562026-09-01T23:14:37.972Z[ helios-setup] Sep 01 23:14:36.559 INFO E| Blocking waiting for file lock on package cache
40572026-09-01T23:14:39.233Z[ helios-setup] Sep 01 23:14:37.819 INFO E| Downloading crates ...
40582026-09-01T23:14:39.279Z[ helios-setup] Sep 01 23:14:37.866 INFO E| Downloaded adler2 v2.0.0
40592026-09-01T23:14:39.289Z[ helios-setup] Sep 01 23:14:37.876 INFO E| Downloaded miniz_oxide v0.8.8
40602026-09-01T23:14:39.331Z[ helios-setup] Sep 01 23:14:37.918 INFO E| Compiling adler2 v2.0.0
40612026-09-01T23:14:39.445Z[ helios-setup] Sep 01 23:14:38.031 INFO E| Compiling miniz_oxide v0.8.8
40622026-09-01T23:14:40.802Z[ helios-setup] Sep 01 23:14:39.388 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
40632026-09-01T23:14:41.286Z[ helios-setup] Sep 01 23:14:39.871 INFO E| Finished `release` profile [optimized] target(s) in 3.40s
40642026-09-01T23:14:41.297Z[ helios-setup] Sep 01 23:14:39.883 INFO building project "pinprick" ok (3 seconds)
40652026-09-01T23:14:41.297Z[ helios-setup] Sep 01 23:14:39.883 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
40662026-09-01T23:14:41.306Z[ helios-setup] Sep 01 23:14:39.892 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
40672026-09-01T23:14:41.306Z[ helios-setup] Sep 01 23:14:39.892 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
40682026-09-01T23:14:41.309Z[ helios-setup] Sep 01 23:14:39.892 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
40692026-09-01T23:14:41.422Z[ helios-setup] Sep 01 23:14:40.009 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
40702026-09-01T23:14:41.734Z[ helios-setup] Sep 01 23:14:40.292 INFO E| From https://github.com/jclulow/rust-jmclib
40712026-09-01T23:14:41.734Z[ helios-setup] Sep 01 23:14:40.292 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
40722026-09-01T23:14:41.741Z[ helios-setup] Sep 01 23:14:40.304 INFO E| Updating crates.io index
40732026-09-01T23:14:41.786Z[ helios-setup] Sep 01 23:14:40.373 INFO E| Downloading crates ...
40742026-09-01T23:14:41.852Z[ helios-setup] Sep 01 23:14:40.438 INFO E| Downloaded errno v0.3.1
40752026-09-01T23:14:41.855Z[ helios-setup] Sep 01 23:14:40.439 INFO E| Downloaded fastrand v2.0.0
40762026-09-01T23:14:41.855Z[ helios-setup] Sep 01 23:14:40.440 INFO E| Downloaded md-5 v0.9.1
40772026-09-01T23:14:41.862Z[ helios-setup] Sep 01 23:14:40.446 INFO E| Downloaded cpufeatures v0.2.9
40782026-09-01T23:14:41.883Z[ helios-setup] Sep 01 23:14:40.467 INFO E| Downloaded sha-1 v0.9.8
40792026-09-01T23:14:41.888Z[ helios-setup] Sep 01 23:14:40.469 INFO E| Downloaded block-buffer v0.9.0
40802026-09-01T23:14:41.888Z[ helios-setup] Sep 01 23:14:40.469 INFO E| Downloaded digest v0.9.0
40812026-09-01T23:14:41.888Z[ helios-setup] Sep 01 23:14:40.470 INFO E| Downloaded libdevinfo-sys v1.0.0
40822026-09-01T23:14:41.888Z[ helios-setup] Sep 01 23:14:40.471 INFO E| Downloaded quote v1.0.31
40832026-09-01T23:14:41.888Z[ helios-setup] Sep 01 23:14:40.472 INFO E| Downloaded tempfile v3.7.0
40842026-09-01T23:14:41.893Z[ helios-setup] Sep 01 23:14:40.473 INFO E| Downloaded walkdir v2.3.3
40852026-09-01T23:14:41.893Z[ helios-setup] Sep 01 23:14:40.475 INFO E| Downloaded anyhow v1.0.72
40862026-09-01T23:14:41.901Z[ helios-setup] Sep 01 23:14:40.479 INFO E| Downloaded glob v0.3.1
40872026-09-01T23:14:41.901Z[ helios-setup] Sep 01 23:14:40.480 INFO E| Downloaded unicode-ident v1.0.11
40882026-09-01T23:14:41.901Z[ helios-setup] Sep 01 23:14:40.482 INFO E| Downloaded typenum v1.16.0
40892026-09-01T23:14:41.901Z[ helios-setup] Sep 01 23:14:40.483 INFO E| Downloaded once_cell v1.18.0
40902026-09-01T23:14:41.908Z[ helios-setup] Sep 01 23:14:40.486 INFO E| Downloaded uuid v0.8.2
40912026-09-01T23:14:41.908Z[ helios-setup] Sep 01 23:14:40.488 INFO E| Downloaded bitflags v2.3.3
40922026-09-01T23:14:41.908Z[ helios-setup] Sep 01 23:14:40.490 INFO E| Downloaded getrandom v0.2.10
40932026-09-01T23:14:41.914Z[ helios-setup] Sep 01 23:14:40.493 INFO E| Downloaded proc-macro2 v1.0.66
40942026-09-01T23:14:41.914Z[ helios-setup] Sep 01 23:14:40.495 INFO E| Downloaded toml v0.5.11
40952026-09-01T23:14:41.914Z[ helios-setup] Sep 01 23:14:40.496 INFO E| Downloaded serde_derive v1.0.193
40962026-09-01T23:14:41.918Z[ helios-setup] Sep 01 23:14:40.498 INFO E| Downloaded serde v1.0.193
40972026-09-01T23:14:41.940Z[ helios-setup] Sep 01 23:14:40.523 INFO E| Downloaded serde_json v1.0.103
40982026-09-01T23:14:41.947Z[ helios-setup] Sep 01 23:14:40.532 INFO E| Downloaded syn v2.0.32
40992026-09-01T23:14:41.963Z[ helios-setup] Sep 01 23:14:40.549 INFO E| Downloaded rustix v0.38.4
41002026-09-01T23:14:41.987Z[ helios-setup] Sep 01 23:14:40.573 INFO E| Downloaded libc v0.2.147
41012026-09-01T23:14:42.051Z[ helios-setup] Sep 01 23:14:40.637 INFO E| Compiling libc v0.2.147
41022026-09-01T23:14:42.051Z[ helios-setup] Sep 01 23:14:40.637 INFO E| Compiling proc-macro2 v1.0.66
41032026-09-01T23:14:42.051Z[ helios-setup] Sep 01 23:14:40.637 INFO E| Compiling unicode-ident v1.0.11
41042026-09-01T23:14:42.059Z[ helios-setup] Sep 01 23:14:40.637 INFO E| Compiling cfg-if v1.0.0
41052026-09-01T23:14:42.059Z[ helios-setup] Sep 01 23:14:40.637 INFO E| Compiling version_check v0.9.4
41062026-09-01T23:14:42.059Z[ helios-setup] Sep 01 23:14:40.637 INFO E| Compiling typenum v1.16.0
41072026-09-01T23:14:42.059Z[ helios-setup] Sep 01 23:14:40.637 INFO E| Compiling serde v1.0.193
41082026-09-01T23:14:42.059Z[ helios-setup] Sep 01 23:14:40.637 INFO E| Compiling time-core v0.1.2
41092026-09-01T23:14:42.059Z[ helios-setup] Sep 01 23:14:40.637 INFO E| Compiling rustix v0.38.4
41102026-09-01T23:14:42.059Z[ helios-setup] Sep 01 23:14:40.637 INFO E| Compiling slog v2.7.0
41112026-09-01T23:14:42.059Z[ helios-setup] Sep 01 23:14:40.637 INFO E| Compiling powerfmt v0.2.0
41122026-09-01T23:14:42.059Z[ helios-setup] Sep 01 23:14:40.637 INFO E| Compiling num-conv v0.1.0
41132026-09-01T23:14:42.059Z[ helios-setup] Sep 01 23:14:40.637 INFO E| Compiling itoa v1.0.9
41142026-09-01T23:14:42.119Z[ helios-setup] Sep 01 23:14:40.702 INFO E| Compiling bitflags v2.3.3
41152026-09-01T23:14:42.472Z[ helios-setup] Sep 01 23:14:41.057 INFO E| Compiling num_threads v0.1.6
41162026-09-01T23:14:42.478Z[ helios-setup] Sep 01 23:14:41.058 INFO E| Compiling once_cell v1.18.0
41172026-09-01T23:14:42.514Z[ helios-setup] Sep 01 23:14:41.097 INFO E| Compiling anyhow v1.0.72
41182026-09-01T23:14:42.521Z[ helios-setup] Sep 01 23:14:41.107 INFO E| Compiling serde_json v1.0.103
41192026-09-01T23:14:42.590Z[ helios-setup] Sep 01 23:14:41.176 INFO E| Compiling generic-array v0.14.7
41202026-09-01T23:14:42.783Z[ helios-setup] Sep 01 23:14:41.369 INFO E| Compiling deranged v0.3.11
41212026-09-01T23:14:42.854Z[ helios-setup] Sep 01 23:14:41.440 INFO E| Compiling thread_local v1.1.7
41222026-09-01T23:14:42.873Z[ helios-setup] Sep 01 23:14:41.458 INFO E| Compiling opaque-debug v0.3.0
41232026-09-01T23:14:42.956Z[ helios-setup] Sep 01 23:14:41.542 INFO E| Compiling fastrand v2.0.0
41242026-09-01T23:14:42.994Z[ helios-setup] Sep 01 23:14:41.578 INFO E| Compiling ryu v1.0.15
41252026-09-01T23:14:43.015Z[ helios-setup] Sep 01 23:14:41.601 INFO E| Compiling unicode-width v0.1.10
41262026-09-01T23:14:43.043Z[ helios-setup] Sep 01 23:14:41.629 INFO E| Compiling time-macros v0.2.18
41272026-09-01T23:14:43.073Z[ helios-setup] Sep 01 23:14:41.658 INFO E| Compiling same-file v1.0.6
41282026-09-01T23:14:43.205Z[ helios-setup] Sep 01 23:14:41.791 INFO E| Compiling cpufeatures v0.2.9
41292026-09-01T23:14:43.292Z[ helios-setup] Sep 01 23:14:41.875 INFO E| Compiling getopts v0.2.21
41302026-09-01T23:14:43.303Z[ helios-setup] Sep 01 23:14:41.889 INFO E| Compiling walkdir v2.3.3
41312026-09-01T23:14:43.447Z[ helios-setup] Sep 01 23:14:42.033 INFO E| Compiling glob v0.3.1
41322026-09-01T23:14:43.500Z[ helios-setup] Sep 01 23:14:42.086 INFO E| Compiling libdevinfo-sys v1.0.0
41332026-09-01T23:14:43.665Z[ helios-setup] Sep 01 23:14:42.252 INFO E| Compiling dirs-sys-next v0.1.2
41342026-09-01T23:14:43.665Z[ helios-setup] Sep 01 23:14:42.252 INFO E| Compiling errno v0.3.1
41352026-09-01T23:14:43.669Z[ helios-setup] Sep 01 23:14:42.252 INFO E| Compiling atty v0.2.14
41362026-09-01T23:14:43.669Z[ helios-setup] Sep 01 23:14:42.252 INFO E| Compiling getrandom v0.2.10
41372026-09-01T23:14:43.858Z[ helios-setup] Sep 01 23:14:42.444 INFO E| Compiling dirs-next v2.0.0
41382026-09-01T23:14:43.942Z[ helios-setup] Sep 01 23:14:42.527 INFO E| Compiling term v0.7.0
41392026-09-01T23:14:44.327Z[ helios-setup] Sep 01 23:14:42.913 INFO E| Compiling quote v1.0.31
41402026-09-01T23:14:44.607Z[ helios-setup] Sep 01 23:14:43.194 INFO E| Compiling syn v2.0.32
41412026-09-01T23:14:44.843Z[ helios-setup] Sep 01 23:14:43.429 INFO E| Compiling tempfile v3.7.0
41422026-09-01T23:14:45.241Z[ helios-setup] Sep 01 23:14:43.827 INFO E| Compiling time v0.3.36
41432026-09-01T23:14:45.519Z[ helios-setup] Sep 01 23:14:44.106 INFO E| Compiling digest v0.9.0
41442026-09-01T23:14:45.519Z[ helios-setup] Sep 01 23:14:44.106 INFO E| Compiling block-buffer v0.9.0
41452026-09-01T23:14:45.682Z[ helios-setup] Sep 01 23:14:44.268 INFO E| Compiling md-5 v0.9.1
41462026-09-01T23:14:45.682Z[ helios-setup] Sep 01 23:14:44.268 INFO E| Compiling sha-1 v0.9.8
41472026-09-01T23:14:46.409Z[ helios-setup] Sep 01 23:14:44.994 INFO E| Compiling slog-term v2.9.0
41482026-09-01T23:14:46.519Z[ helios-setup] Sep 01 23:14:45.102 INFO E| Compiling serde_derive v1.0.193
41492026-09-01T23:14:51.144Z[ helios-setup] Sep 01 23:14:49.730 INFO E| Compiling toml v0.5.11
41502026-09-01T23:14:51.144Z[ helios-setup] Sep 01 23:14:49.730 INFO E| Compiling uuid v0.8.2
41512026-09-01T23:14:51.950Z[ helios-setup] Sep 01 23:14:50.536 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
41522026-09-01T23:14:52.874Z[ helios-setup] Sep 01 23:14:51.460 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
41532026-09-01T23:14:57.658Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
41542026-09-01T23:14:57.972Z[ helios-setup] Sep 01 23:14:56.558 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.65s
41552026-09-01T23:14:57.998Z[ helios-setup] Sep 01 23:14:56.584 INFO building project "image-builder" ok (16 seconds)
41562026-09-01T23:14:58.002Z[ helios-setup] rm -f helios-build
41572026-09-01T23:14:58.002Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
41582026-09-01T23:14:58.034Z[ helios-setup]
41592026-09-01T23:14:58.037Z[ helios-setup] Setup complete! ./helios-build is now available.
41602026-09-01T23:14:58.037Z[ helios-setup]
41612026-09-01T23:14:58.037Z[ helios-setup]
41622026-09-01T23:14:58.037Z[ helios-setup] real 3:07.477119726
41632026-09-01T23:14:58.038Z[ helios-setup] user 7:06.280543980
41642026-09-01T23:14:58.038Z[ helios-setup] sys 1:17.009137666
41652026-09-01T23:14:58.038Z[ helios-setup] trap 0.550356063
41662026-09-01T23:14:58.038Z[ helios-setup] tflt 2.988154012
41672026-09-01T23:14:58.038Z[ helios-setup] dflt 7.638046492
41682026-09-01T23:14:58.038Z[ helios-setup] kflt 0.001295640
41692026-09-01T23:14:58.038Z[ helios-setup] lock 55:34.133436927
41702026-09-01T23:14:58.038Z[ helios-setup] slp 37:37.845901287
41712026-09-01T23:14:58.038Z[ helios-setup] lat 6:45.554583088
41722026-09-01T23:14:58.038Z[ helios-setup] stop 1:47.126562144
41732026-09-01T23:14:58.038ZSep 01 23:14:56.624 INFO [helios-setup] process exited with exit status: 0 (187.4799589s)
41742026-09-01T23:14:58.038ZSep 01 23:14:56.624 INFO [helios-record] running task
41752026-09-01T23:14:58.041ZSep 01 23:14:56.624 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
41762026-09-01T23:14:58.044ZSep 01 23:14:56.628 DEBG process exited with exit status: 0 (3.838496ms)
41772026-09-01T23:14:58.044ZSep 01 23:14:56.628 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
41782026-09-01T23:14:58.047ZSep 01 23:14:56.631 DEBG process exited with exit status: 0 (3.414755ms)
41792026-09-01T23:14:58.047ZSep 01 23:14:56.631 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
41802026-09-01T23:14:58.050ZSep 01 23:14:56.634 DEBG process exited with exit status: 0 (3.069975ms)
41812026-09-01T23:14:58.050ZSep 01 23:14:56.634 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
41822026-09-01T23:14:58.054ZSep 01 23:14:56.638 DEBG process exited with exit status: 0 (3.145685ms)
41832026-09-01T23:14:58.054ZSep 01 23:14:56.638 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
41842026-09-01T23:14:58.057ZSep 01 23:14:56.641 DEBG process exited with exit status: 0 (3.016575ms)
41852026-09-01T23:14:58.057ZSep 01 23:14:56.641 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
41862026-09-01T23:14:58.059ZSep 01 23:14:56.644 DEBG process exited with exit status: 0 (3.242125ms)
41872026-09-01T23:14:58.059ZSep 01 23:14:56.644 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
41882026-09-01T23:14:58.062ZSep 01 23:14:56.647 DEBG process exited with exit status: 0 (3.027444ms)
41892026-09-01T23:14:58.062ZSep 01 23:14:56.647 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
41902026-09-01T23:14:58.065ZSep 01 23:14:56.651 DEBG process exited with exit status: 0 (3.296495ms)
41912026-09-01T23:14:58.065ZSep 01 23:14:56.651 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
41922026-09-01T23:14:58.069ZSep 01 23:14:56.653 DEBG process exited with exit status: 0 (3.162125ms)
41932026-09-01T23:14:58.069ZSep 01 23:14:56.654 INFO [helios-record] task succeeded (29.822226ms)
41942026-09-01T23:15:18.263Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41952026-09-01T23:15:33.247Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
41962026-09-01T23:23:20.680Z[ host-package] Finished `release` profile [optimized] target(s) in 10m 46s
41972026-09-01T23:23:20.683Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41982026-09-01T23:23:20.683Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41992026-09-01T23:23:56.227ZSep 01 23:23:54.808 INFO [host-package] process exited with exit status: 0 (682.458514507s)
42002026-09-01T23:23:56.227ZSep 01 23:23:54.808 INFO [host-libraries] running task
42012026-09-01T23:23:56.227ZSep 01 23:23:54.808 INFO [host-stamp] running task
42022026-09-01T23:23:56.231ZSep 01 23:23:54.811 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+git9032079c3e6
42032026-09-01T23:23:56.231ZSep 01 23:23:54.811 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+git9032079c3e6
42042026-09-01T23:23:56.231ZSep 01 23:23:54.812 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+git9032079c3e6
42052026-09-01T23:23:56.231ZSep 01 23:23:54.812 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+git9032079c3e6
42062026-09-01T23:23:56.235ZSep 01 23:23:54.812 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+git9032079c3e6
42072026-09-01T23:23:56.235ZSep 01 23:23:54.812 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+git9032079c3e6
42082026-09-01T23:23:56.235ZSep 01 23:23:54.813 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+git9032079c3e6
42092026-09-01T23:23:56.235ZSep 01 23:23:54.813 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+git9032079c3e6
42102026-09-01T23:23:56.239Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
42112026-09-01T23:23:56.239Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
42122026-09-01T23:23:56.239Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
42132026-09-01T23:23:56.239Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
42142026-09-01T23:23:56.239Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
42152026-09-01T23:23:56.240Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
42162026-09-01T23:23:56.240Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
42172026-09-01T23:23:56.240Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
42182026-09-01T23:23:56.240Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
42192026-09-01T23:23:56.243ZSep 01 23:23:54.822 INFO [stamp-overlay] process exited with exit status: 0 (9.211094ms)
42202026-09-01T23:23:56.243Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
42212026-09-01T23:23:56.246ZSep 01 23:23:54.827 INFO [stamp-oxlog] process exited with exit status: 0 (16.266345ms)
42222026-09-01T23:23:56.273Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
42232026-09-01T23:23:56.276ZSep 01 23:23:54.856 INFO [stamp-crucible-utils] process exited with exit status: 0 (43.626797ms)
42242026-09-01T23:23:56.281Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
42252026-09-01T23:23:56.284ZSep 01 23:23:54.865 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (53.318332ms)
42262026-09-01T23:23:56.447Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
42272026-09-01T23:23:56.450ZSep 01 23:23:55.031 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (218.989895ms)
42282026-09-01T23:23:56.515Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
42292026-09-01T23:23:56.518ZSep 01 23:23:55.099 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (286.588259ms)
42302026-09-01T23:23:56.771Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
42312026-09-01T23:23:56.775ZSep 01 23:23:55.356 INFO [stamp-propolis-server] process exited with exit status: 0 (543.888531ms)
42322026-09-01T23:23:57.062ZSep 01 23:23:55.643 INFO [host-libraries] task succeeded (835.158737ms)
42332026-09-01T23:23:57.065ZSep 01 23:23:55.643 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
42342026-09-01T23:23:57.069Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
42352026-09-01T23:23:58.071Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42362026-09-01T23:23:58.196Z[recovery-package] Compiling regress v0.11.1
42372026-09-01T23:23:58.234Z[recovery-package] Compiling oxide-update-engine-types v0.1.2
42382026-09-01T23:23:58.237Z[recovery-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42392026-09-01T23:23:58.237Z[recovery-package] Compiling slog-scope v4.4.1
42402026-09-01T23:23:58.237Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
42412026-09-01T23:23:58.237Z[recovery-package] Compiling cancel-safe-futures v0.1.5
42422026-09-01T23:23:58.237Z[recovery-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
42432026-09-01T23:23:58.383Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
42442026-09-01T23:23:58.441Z[recovery-package] Compiling slog-stdlog v4.1.1
42452026-09-01T23:23:58.466Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42462026-09-01T23:23:58.580Z[recovery-package] Compiling slog-envlogger v2.2.0
42472026-09-01T23:23:58.780Z[recovery-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42482026-09-01T23:23:59.224Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
42492026-09-01T23:23:59.355Z[recovery-package] Compiling oxide-update-engine v0.1.2
42502026-09-01T23:23:59.829Z[recovery-package] Compiling typify-impl v0.6.2
42512026-09-01T23:24:01.177Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
42522026-09-01T23:24:01.181ZSep 01 23:23:59.762 INFO [stamp-switch-asic] process exited with exit status: 0 (4.950155655s)
42532026-09-01T23:24:01.181ZSep 01 23:23:59.762 INFO [host-stamp] task succeeded (4.95361781s)
42542026-09-01T23:24:01.181ZSep 01 23:23:59.762 INFO [host-proto] running task
42552026-09-01T23:24:01.534ZSep 01 23:24:00.115 INFO [host-proto] task succeeded (353.632419ms)
42562026-09-01T23:24:01.534ZSep 01 23:24:00.115 INFO [host-profile] running task
42572026-09-01T23:24:01.537Z[recovery-package] Compiling typify v0.6.2
42582026-09-01T23:24:01.537ZSep 01 23:24:00.116 INFO [host-profile] task succeeded (203.841µs)
42592026-09-01T23:24:01.537ZSep 01 23:24:00.116 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/.tmpLVXgGk/proto/host/root -N 'ci 9032079/${os_short_commit} 2026-09-01 23:11' -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/'
42602026-09-01T23:24:01.540Z[ host-image] Sep 01 23:24:00.122 INFO Checking files for board 'gimlet'
42612026-09-01T23:24:01.541Z[ host-image] Sep 01 23:24:00.122 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
42622026-09-01T23:24:01.544Z[ host-image] Sep 01 23:24:00.122 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
42632026-09-01T23:24:01.544Z[ host-image] Sep 01 23:24:00.122 INFO Checking files for board 'cosmo'
42642026-09-01T23:24:01.544Z[ host-image] Sep 01 23:24:00.122 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
42652026-09-01T23:24:01.544Z[ host-image] Sep 01 23:24:00.122 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
42662026-09-01T23:24:01.544Z[ host-image] Sep 01 23:24:00.122 INFO Checking files for board 'cosmo-mbist'
42672026-09-01T23:24:01.544Z[ host-image] Sep 01 23:24:00.122 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
42682026-09-01T23:24:01.544Z[ host-image] Sep 01 23:24:00.122 INFO Checking files for board 'cosmo-mbist-noaggr'
42692026-09-01T23:24:01.544Z[ host-image] Sep 01 23:24:00.122 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
42702026-09-01T23:24:01.549Z[ host-image] Sep 01 23:24:00.130 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpLVXgGk/proto/host/root"
42712026-09-01T23:24:01.553Z[ host-image] Sep 01 23:24:00.130 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
42722026-09-01T23:24:01.553Z[ host-image] Sep 01 23:24:00.130 INFO image builder template: ramdisk-01-os...
42732026-09-01T23:24:01.553Z[ host-image] Sep 01 23:24:00.130 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/.tmpLVXgGk/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", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
42742026-09-01T23:24:01.562Z[ host-image] Sep 01 23:24:00.144 INFO O| Sep 01 23:24:00.144 INFO CREATE DATASET: rpool/images/build/host/output
42752026-09-01T23:24:01.617Z[recovery-package] Compiling progenitor-impl v0.14.0
42762026-09-01T23:24:02.754Z[ host-image] Sep 01 23:24:01.335 INFO O| Sep 01 23:24:01.335 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
42772026-09-01T23:24:02.757Z[ host-image] Sep 01 23:24:01.338 INFO O| Sep 01 23:24:01.338 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
42782026-09-01T23:24:02.939Z[ host-image] Sep 01 23:24:01.520 INFO O| Sep 01 23:24:01.520 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
42792026-09-01T23:24:02.975Z[recovery-package] Compiling progenitor v0.14.0
42802026-09-01T23:24:02.984Z[ host-image] Sep 01 23:24:01.565 INFO O| Sep 01 23:24:01.565 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
42812026-09-01T23:24:02.987Z[ host-image] Sep 01 23:24:01.565 INFO O| Sep 01 23:24:01.565 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
42822026-09-01T23:24:02.987Z[ host-image] Sep 01 23:24:01.565 INFO O| Sep 01 23:24:01.565 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
42832026-09-01T23:24:02.987Z[ host-image] Sep 01 23:24:01.565 INFO O| Sep 01 23:24:01.565 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
42842026-09-01T23:24:02.990Z[ host-image] Sep 01 23:24:01.571 INFO O| Sep 01 23:24:01.571 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
42852026-09-01T23:24:03.085Z[recovery-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42862026-09-01T23:24:03.085Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42872026-09-01T23:24:03.134Z[ host-image] Sep 01 23:24:01.715 INFO O| Sep 01 23:24:01.715 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42882026-09-01T23:24:03.142Z[ host-image] Sep 01 23:24:01.723 INFO O| Sep 01 23:24:01.723 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
42892026-09-01T23:24:03.450Z[ host-image] Sep 01 23:24:02.032 INFO O| Sep 01 23:24:02.031 INFO O| Caching catalogs ... Done
42902026-09-01T23:24:03.529Z[ host-image] Sep 01 23:24:02.110 INFO O| Sep 01 23:24:02.110 INFO STEP 0 (pkg_image_create) COMPLETE
42912026-09-01T23:24:03.529Z[ host-image] Sep 01 23:24:02.111 INFO O| Sep 01 23:24:02.110 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42922026-09-01T23:24:03.538Z[ host-image] Sep 01 23:24:02.119 INFO O| Sep 01 23:24:02.119 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"]
42932026-09-01T23:24:03.628Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
42942026-09-01T23:24:03.812Z[ host-image] Sep 01 23:24:02.392 INFO O| Sep 01 23:24:02.392 INFO STEP 1 (pkg_set_publisher) COMPLETE
42952026-09-01T23:24:03.813Z[ host-image] Sep 01 23:24:02.392 INFO O| Sep 01 23:24:02.392 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42962026-09-01T23:24:03.813Z[ host-image] Sep 01 23:24:02.392 INFO O| Sep 01 23:24:02.392 INFO skip step because feature "publisher_1_name" is not enabled
42972026-09-01T23:24:03.817Z[ host-image] Sep 01 23:24:02.392 INFO O| Sep 01 23:24:02.392 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42982026-09-01T23:24:03.817Z[ host-image] Sep 01 23:24:02.392 INFO O| Sep 01 23:24:02.392 INFO skip step because feature "publisher_2_name" is not enabled
42992026-09-01T23:24:03.817Z[ host-image] Sep 01 23:24:02.392 INFO O| Sep 01 23:24:02.392 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43002026-09-01T23:24:03.817Z[ host-image] Sep 01 23:24:02.392 INFO O| Sep 01 23:24:02.392 INFO skip step because feature "publisher_3_name" is not enabled
43012026-09-01T23:24:03.818Z[ host-image] Sep 01 23:24:02.392 INFO O| Sep 01 23:24:02.392 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43022026-09-01T23:24:04.091Z[ host-image] Sep 01 23:24:02.672 INFO O| Sep 01 23:24:02.672 INFO variant opensolaris.zone is already global
43032026-09-01T23:24:04.091Z[ host-image] Sep 01 23:24:02.672 INFO O| Sep 01 23:24:02.672 INFO STEP 5 (pkg_change_variant) COMPLETE
43042026-09-01T23:24:04.091Z[ host-image] Sep 01 23:24:02.672 INFO O| Sep 01 23:24:02.672 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43052026-09-01T23:24:04.348Z[ host-image] Sep 01 23:24:02.929 INFO O| Sep 01 23:24:02.929 INFO variant opensolaris.imagetype is full; changing to partial
43062026-09-01T23:24:04.351Z[ host-image] Sep 01 23:24:02.929 INFO O| Sep 01 23:24:02.929 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
43072026-09-01T23:24:09.136Z[ host-image] Sep 01 23:24:04.719 INFO O| Sep 01 23:24:04.718 INFO O| Startup: Refreshing catalog 'helios' ... Done
43082026-09-01T23:24:09.175Z[ host-image] Sep 01 23:24:05.150 INFO O| Sep 01 23:24:05.150 INFO O| Startup: Caching catalogs ... Done
43092026-09-01T23:24:09.175Z[ host-image] Sep 01 23:24:05.166 INFO O| Sep 01 23:24:05.166 INFO O| Planning: Planning completed in 0.00 seconds
43102026-09-01T23:24:09.175Z[ host-image] Sep 01 23:24:05.166 INFO O| Sep 01 23:24:05.166 INFO O| Planning: Consolidating action changes ... Done
43112026-09-01T23:24:09.175Z[ host-image] Sep 01 23:24:05.166 INFO O| Sep 01 23:24:05.166 INFO O| Planning: Evaluating mediators ... Done
43122026-09-01T23:24:09.175Z[ host-image] Sep 01 23:24:05.166 INFO O| Sep 01 23:24:05.166 INFO O| Planning: Planning completed in 0.00 seconds
43132026-09-01T23:24:09.175Z[ host-image] Sep 01 23:24:05.167 INFO O| Sep 01 23:24:05.167 INFO O| Variants/Facets to change: 1
43142026-09-01T23:24:09.175Z[ host-image] Sep 01 23:24:05.175 INFO O| Sep 01 23:24:05.175 INFO O| Finalize: Updating package state database ... Done
43152026-09-01T23:24:09.175Z[ host-image] Sep 01 23:24:05.175 INFO O| Sep 01 23:24:05.175 INFO O| Finalize: Updating package cache ... Done
43162026-09-01T23:24:09.175Z[ host-image] Sep 01 23:24:05.247 INFO O| Sep 01 23:24:05.247 INFO O| Finalize: Updating image state ... Done
43172026-09-01T23:24:09.175Z[ host-image] Sep 01 23:24:05.258 INFO O| Sep 01 23:24:05.258 INFO O| Finalize: Creating fast lookup database ... Done
43182026-09-01T23:24:09.175Z[ host-image] Sep 01 23:24:05.259 INFO O| Sep 01 23:24:05.259 INFO O| Finalize: Reading search index ... Done
43192026-09-01T23:24:09.175Z[ host-image] Sep 01 23:24:05.259 INFO O| Sep 01 23:24:05.259 INFO O| Finalize: Updating search index ... Done
43202026-09-01T23:24:09.175Z[ host-image] Sep 01 23:24:05.260 INFO O| Sep 01 23:24:05.260 INFO O| Finalize: Updating package cache ... Done
43212026-09-01T23:24:09.175Z[ host-image] Sep 01 23:24:05.468 INFO O| Sep 01 23:24:05.468 INFO STEP 6 (pkg_change_variant) COMPLETE
43222026-09-01T23:24:09.175Z[ host-image] Sep 01 23:24:05.468 INFO O| Sep 01 23:24:05.468 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43232026-09-01T23:24:09.175Z[ host-image] Sep 01 23:24:05.468 INFO O| Sep 01 23:24:05.468 INFO skip step because feature "debug_variant" is not enabled
43242026-09-01T23:24:09.175Z[ host-image] Sep 01 23:24:05.468 INFO O| Sep 01 23:24:05.468 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43252026-09-01T23:24:09.175Z[ host-image] Sep 01 23:24:05.711 INFO O| Sep 01 23:24:05.711 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43262026-09-01T23:24:09.175Z[ host-image] Sep 01 23:24:07.486 INFO O| Sep 01 23:24:07.486 INFO O| Startup: Refreshing catalog 'helios' ... Done
43272026-09-01T23:24:11.003Z[ host-image] Sep 01 23:24:07.921 INFO O| Sep 01 23:24:07.921 INFO O| Startup: Caching catalogs ... Done
43282026-09-01T23:24:11.015Z[ host-image] Sep 01 23:24:07.937 INFO O| Sep 01 23:24:07.937 INFO O| Planning: Planning completed in 0.00 seconds
43292026-09-01T23:24:11.015Z[ host-image] Sep 01 23:24:07.938 INFO O| Sep 01 23:24:07.938 INFO O| Planning: Consolidating action changes ... Done
43302026-09-01T23:24:11.015Z[ host-image] Sep 01 23:24:07.938 INFO O| Sep 01 23:24:07.938 INFO O| Planning: Evaluating mediators ... Done
43312026-09-01T23:24:11.015Z[ host-image] Sep 01 23:24:07.938 INFO O| Sep 01 23:24:07.938 INFO O| Planning: Planning completed in 0.00 seconds
43322026-09-01T23:24:11.015Z[ host-image] Sep 01 23:24:07.938 INFO O| Sep 01 23:24:07.938 INFO O| Variants/Facets to change: 1
43332026-09-01T23:24:11.015Z[ host-image] Sep 01 23:24:07.947 INFO O| Sep 01 23:24:07.947 INFO O| Finalize: Updating package state database ... Done
43342026-09-01T23:24:11.015Z[ host-image] Sep 01 23:24:07.947 INFO O| Sep 01 23:24:07.947 INFO O| Finalize: Updating package cache ... Done
43352026-09-01T23:24:11.015Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43362026-09-01T23:24:11.015Z[ host-image] Sep 01 23:24:08.018 INFO O| Sep 01 23:24:08.018 INFO O| Finalize: Updating image state ... Done
43372026-09-01T23:24:11.015Z[ host-image] Sep 01 23:24:08.033 INFO O| Sep 01 23:24:08.032 INFO O| Finalize: Creating fast lookup database ... Done
43382026-09-01T23:24:11.015Z[ host-image] Sep 01 23:24:08.033 INFO O| Sep 01 23:24:08.033 INFO O| Finalize: Reading search index ... Done
43392026-09-01T23:24:11.015Z[ host-image] Sep 01 23:24:08.033 INFO O| Sep 01 23:24:08.033 INFO O| Finalize: Updating search index ... Done
43402026-09-01T23:24:11.016Z[ host-image] Sep 01 23:24:08.034 INFO O| Sep 01 23:24:08.034 INFO O| Finalize: Updating package cache ... Done
43412026-09-01T23:24:11.016Z[ host-image] Sep 01 23:24:08.261 INFO O| Sep 01 23:24:08.261 INFO STEP 8 (pkg_change_facet) COMPLETE
43422026-09-01T23:24:11.016Z[ host-image] Sep 01 23:24:08.261 INFO O| Sep 01 23:24:08.261 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43432026-09-01T23:24:11.016Z[ host-image] Sep 01 23:24:08.261 INFO O| Sep 01 23:24:08.261 INFO skip step because feature "recovery" is not enabled
43442026-09-01T23:24:11.016Z[ host-image] Sep 01 23:24:08.261 INFO O| Sep 01 23:24:08.261 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43452026-09-01T23:24:11.016Z[ host-image] Sep 01 23:24:08.261 INFO O| Sep 01 23:24:08.261 INFO skip step because feature "recovery" is not enabled
43462026-09-01T23:24:11.016Z[ host-image] Sep 01 23:24:08.261 INFO O| Sep 01 23:24:08.261 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43472026-09-01T23:24:11.016Z[ host-image] Sep 01 23:24:08.268 INFO O| Sep 01 23:24:08.268 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"]
43482026-09-01T23:24:11.016Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
43492026-09-01T23:24:11.016Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43502026-09-01T23:24:11.895Z[ host-image] Sep 01 23:24:10.283 INFO O| Sep 01 23:24:10.283 INFO O| Startup: Refreshing catalog 'helios' ... Done
43512026-09-01T23:24:12.571Z[ host-image] Sep 01 23:24:10.721 INFO O| Sep 01 23:24:10.721 INFO O| Startup: Caching catalogs ... Done
43522026-09-01T23:24:12.611Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43532026-09-01T23:24:12.611Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43542026-09-01T23:24:13.646Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43552026-09-01T23:24:14.230Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43562026-09-01T23:24:14.783Z[ host-image] Sep 01 23:24:13.365 INFO O| Sep 01 23:24:13.365 INFO O| Planning: Solver setup ... Done
43572026-09-01T23:24:15.061Z[ host-image] Sep 01 23:24:13.642 INFO O| Sep 01 23:24:13.642 INFO O| Planning: Running solver ... Done
43582026-09-01T23:24:15.113Z[ host-image] Sep 01 23:24:13.695 INFO O| Sep 01 23:24:13.695 INFO O| Planning: Finding local manifests ... Done
43592026-09-01T23:24:15.133Z[ host-image] Sep 01 23:24:13.715 INFO O| Sep 01 23:24:13.715 INFO O| Planning: Fetching manifests: 0/130 0% complete
43602026-09-01T23:24:16.719Z[ host-image] Sep 01 23:24:15.300 INFO O| Sep 01 23:24:15.300 INFO O| Planning: Fetching manifests: 130/130 100% complete
43612026-09-01T23:24:17.211Z[ host-image] Sep 01 23:24:15.792 INFO O| Sep 01 23:24:15.792 INFO O| Planning: Package planning ... Done
43622026-09-01T23:24:17.525Z[ host-image] Sep 01 23:24:16.106 INFO O| Sep 01 23:24:16.106 INFO O| Planning: Merging actions ... Done
43632026-09-01T23:24:17.629Z[ host-image] Sep 01 23:24:16.210 INFO O| Sep 01 23:24:16.210 INFO O| Planning: Checking for conflicting actions ... Done
43642026-09-01T23:24:17.727Z[ host-image] Sep 01 23:24:16.308 INFO O| Sep 01 23:24:16.308 INFO O| Planning: Consolidating action changes ... Done
43652026-09-01T23:24:17.893Z[ host-image] Sep 01 23:24:16.474 INFO O| Sep 01 23:24:16.474 INFO O| Planning: Evaluating mediators ... Done
43662026-09-01T23:24:19.345Z[ host-image] Sep 01 23:24:17.926 INFO O| Sep 01 23:24:17.926 INFO O| Planning: Planning completed in 7.19 seconds
43672026-09-01T23:24:19.348Z[ host-image] Sep 01 23:24:17.928 INFO O| Sep 01 23:24:17.928 INFO O| Packages to install: 130
43682026-09-01T23:24:19.348Z[ host-image] Sep 01 23:24:17.928 INFO O| Sep 01 23:24:17.928 INFO O| Mediators to change: 5
43692026-09-01T23:24:19.348Z[ host-image] Sep 01 23:24:17.928 INFO O| Sep 01 23:24:17.928 INFO O| Services to change: 6
43702026-09-01T23:24:19.379Z[ host-image] Sep 01 23:24:17.959 INFO O| Sep 01 23:24:17.959 INFO O| Download: 0/23888 items 0.0/222.8MB 0% complete
43712026-09-01T23:24:24.381Z[ host-image] Sep 01 23:24:22.960 INFO O| Sep 01 23:24:22.960 INFO O| Download: 12097/23888 items 103.8/222.8MB 46% complete (21.0M/s)
43722026-09-01T23:24:29.379Z[ host-image] Sep 01 23:24:27.960 INFO O| Sep 01 23:24:27.960 INFO O| Download: 23268/23888 items 220.3/222.8MB 98% complete (22.0M/s)
43732026-09-01T23:24:29.504Z[ host-image] Sep 01 23:24:28.083 INFO O| Sep 01 23:24:28.083 INFO O| Download: Completed 222.84 MB in 10.12 seconds (22.0M/s)
43742026-09-01T23:24:30.158Z[recovery-package] Finished `release` profile [optimized] target(s) in 32.97s
43752026-09-01T23:24:30.181Z[ host-image] Sep 01 23:24:28.762 INFO O| Sep 01 23:24:28.762 INFO O| Actions: 1/54182 actions (Installing new actions)
43762026-09-01T23:24:35.187Z[ host-image] Sep 01 23:24:33.762 INFO O| Sep 01 23:24:33.762 INFO O| Actions: 27625/54182 actions (Installing new actions)
43772026-09-01T23:24:36.727Z[ host-image] Sep 01 23:24:35.051 INFO O| Sep 01 23:24:35.051 INFO O| Actions: Completed 54182 actions in 6.28 seconds.
43782026-09-01T23:24:36.742Z[ host-image] Sep 01 23:24:35.125 INFO O| Sep 01 23:24:35.125 INFO O| Finalize: Updating package state database ... Done
43792026-09-01T23:24:36.743Z[ host-image] Sep 01 23:24:35.125 INFO O| Sep 01 23:24:35.125 INFO O| Finalize: Updating package cache ... Done
43802026-09-01T23:24:36.743Z[ host-image] Sep 01 23:24:35.256 INFO O| Sep 01 23:24:35.256 INFO O| Finalize: Updating image state ... Done
43812026-09-01T23:24:37.427Z[ host-image] Sep 01 23:24:36.007 INFO O| Sep 01 23:24:36.007 INFO O| Finalize: Creating fast lookup database ... Done
43822026-09-01T23:24:37.448Z[ host-image] Sep 01 23:24:36.028 INFO O| Sep 01 23:24:36.028 INFO O| Finalize: Reading search index ... Done
43832026-09-01T23:24:39.103ZSep 01 23:24:37.682 INFO [recovery-package] process exited with exit status: 0 (42.039092426s)
43842026-09-01T23:24:39.103ZSep 01 23:24:37.682 INFO [recovery-libraries] running task
43852026-09-01T23:24:39.103ZSep 01 23:24:37.682 INFO [recovery-stamp] running task
43862026-09-01T23:24:39.108ZSep 01 23:24:37.683 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+git9032079c3e6
43872026-09-01T23:24:39.108ZSep 01 23:24:37.683 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git9032079c3e6
43882026-09-01T23:24:39.111Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
43892026-09-01T23:24:39.111Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
43902026-09-01T23:24:39.122ZSep 01 23:24:37.704 INFO [recovery-libraries] task succeeded (21.079212ms)
43912026-09-01T23:24:39.126ZSep 01 23:24:37.704 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
43922026-09-01T23:24:39.142Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
43932026-09-01T23:24:39.146ZSep 01 23:24:37.725 INFO [stamp-installinator] process exited with exit status: 0 (41.831464ms)
43942026-09-01T23:24:39.232Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
43952026-09-01T23:24:39.236ZSep 01 23:24:37.814 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (131.47219ms)
43962026-09-01T23:24:39.236ZSep 01 23:24:37.814 INFO [recovery-stamp] task succeeded (131.90108ms)
43972026-09-01T23:24:39.236ZSep 01 23:24:37.814 INFO [recovery-proto] running task
43982026-09-01T23:24:39.236ZSep 01 23:24:37.814 INFO [tuf-stamp] running task
43992026-09-01T23:24:39.236ZSep 01 23:24:37.815 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+git9032079c3e6
44002026-09-01T23:24:39.236ZSep 01 23:24:37.815 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+git9032079c3e6
44012026-09-01T23:24:39.236ZSep 01 23:24:37.815 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+git9032079c3e6
44022026-09-01T23:24:39.236ZSep 01 23:24:37.816 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+git9032079c3e6
44032026-09-01T23:24:39.236ZSep 01 23:24:37.816 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+git9032079c3e6
44042026-09-01T23:24:39.236ZSep 01 23:24:37.816 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+git9032079c3e6
44052026-09-01T23:24:39.236ZSep 01 23:24:37.817 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+git9032079c3e6
44062026-09-01T23:24:39.236ZSep 01 23:24:37.817 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+git9032079c3e6
44072026-09-01T23:24:39.236ZSep 01 23:24:37.817 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+git9032079c3e6
44082026-09-01T23:24:39.245ZSep 01 23:24:37.817 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+git9032079c3e6
44092026-09-01T23:24:39.258ZSep 01 23:24:37.818 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+git9032079c3e6
44102026-09-01T23:24:39.258ZSep 01 23:24:37.818 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+git9032079c3e6
44112026-09-01T23:24:39.258Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
44122026-09-01T23:24:39.258Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
44132026-09-01T23:24:39.258Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
44142026-09-01T23:24:39.258Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
44152026-09-01T23:24:39.288Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
44162026-09-01T23:24:39.288Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
44172026-09-01T23:24:39.289Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
44182026-09-01T23:24:39.289Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
44192026-09-01T23:24:39.289Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
44202026-09-01T23:24:39.289Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
44212026-09-01T23:24:39.289Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
44222026-09-01T23:24:39.289Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
44232026-09-01T23:24:39.339Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
44242026-09-01T23:24:39.340ZSep 01 23:24:37.875 INFO [stamp-probe] process exited with exit status: 0 (58.684069ms)
44252026-09-01T23:24:39.360ZSep 01 23:24:37.911 INFO [recovery-proto] task succeeded (96.833428ms)
44262026-09-01T23:24:39.360ZSep 01 23:24:37.911 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/.tmpLVXgGk/proto/recovery/root -N 'recovery 9032079/${os_short_commit} 2026-09-01 23:11' -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/'
44272026-09-01T23:24:39.360Z[ recovery-image] Sep 01 23:24:37.919 INFO Checking files for board 'cosmo-mbist-noaggr'
44282026-09-01T23:24:39.361Z[ recovery-image] Sep 01 23:24:37.919 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
44292026-09-01T23:24:39.361Z[ recovery-image] Sep 01 23:24:37.919 INFO Checking files for board 'cosmo'
44302026-09-01T23:24:39.361Z[ recovery-image] Sep 01 23:24:37.919 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
44312026-09-01T23:24:39.361Z[ recovery-image] Sep 01 23:24:37.919 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
44322026-09-01T23:24:39.361Z[ recovery-image] Sep 01 23:24:37.919 INFO Checking files for board 'cosmo-mbist'
44332026-09-01T23:24:39.361Z[ recovery-image] Sep 01 23:24:37.919 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
44342026-09-01T23:24:39.361Z[ recovery-image] Sep 01 23:24:37.919 INFO Checking files for board 'gimlet'
44352026-09-01T23:24:39.361Z[ recovery-image] Sep 01 23:24:37.919 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
44362026-09-01T23:24:39.361Z[ recovery-image] Sep 01 23:24:37.919 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
44372026-09-01T23:24:39.369Z[ recovery-image] Sep 01 23:24:37.929 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpLVXgGk/proto/recovery/root"
44382026-09-01T23:24:39.369Z[ recovery-image] Sep 01 23:24:37.930 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
44392026-09-01T23:24:39.369Z[ recovery-image] Sep 01 23:24:37.930 INFO image builder template: ramdisk-01-os...
44402026-09-01T23:24:39.369Z[ recovery-image] Sep 01 23:24:37.930 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/.tmpLVXgGk/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
44412026-09-01T23:24:39.369Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
44422026-09-01T23:24:39.369ZSep 01 23:24:37.938 INFO [stamp-ntp] process exited with exit status: 0 (122.509337ms)
44432026-09-01T23:24:39.373Z[ recovery-image] Sep 01 23:24:37.948 INFO O| Sep 01 23:24:37.947 INFO CREATE DATASET: rpool/images/build/recovery/output
44442026-09-01T23:24:39.480Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
44452026-09-01T23:24:39.484ZSep 01 23:24:38.065 INFO [stamp-internal-dns] process exited with exit status: 0 (249.922842ms)
44462026-09-01T23:24:39.490Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
44472026-09-01T23:24:39.493ZSep 01 23:24:38.075 INFO [stamp-external-dns] process exited with exit status: 0 (259.815138ms)
44482026-09-01T23:24:39.560Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
44492026-09-01T23:24:39.568ZSep 01 23:24:38.149 INFO [stamp-oximeter] process exited with exit status: 0 (332.554679ms)
44502026-09-01T23:24:39.672Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
44512026-09-01T23:24:39.676ZSep 01 23:24:38.256 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (438.55569ms)
44522026-09-01T23:24:39.728Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
44532026-09-01T23:24:39.757Z[verify-libraries] Running `target/debug/xtask verify-libraries`
44542026-09-01T23:24:39.879Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
44552026-09-01T23:24:39.883ZSep 01 23:24:38.463 INFO [stamp-crucible-zone] process exited with exit status: 0 (647.32855ms)
44562026-09-01T23:24:39.902Z[ host-image] Sep 01 23:24:38.483 INFO O| Sep 01 23:24:38.483 INFO O| Finalize: Building new search index ... Done
44572026-09-01T23:24:40.016Z[ recovery-image] Sep 01 23:24:38.597 INFO O| Sep 01 23:24:38.596 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44582026-09-01T23:24:40.026Z[ recovery-image] Sep 01 23:24:38.600 INFO O| Sep 01 23:24:38.600 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44592026-09-01T23:24:40.287Z[ host-image] Sep 01 23:24:38.868 INFO O| Sep 01 23:24:38.868 INFO O| Finalize: Updating package cache ... Done
44602026-09-01T23:24:40.386Z[ recovery-image] Sep 01 23:24:38.958 INFO O| Sep 01 23:24:38.958 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
44612026-09-01T23:24:40.501Z[ recovery-image] Sep 01 23:24:39.081 INFO O| Sep 01 23:24:39.081 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44622026-09-01T23:24:40.501Z[ recovery-image] Sep 01 23:24:39.081 INFO O| Sep 01 23:24:39.081 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
44632026-09-01T23:24:40.505Z[ recovery-image] Sep 01 23:24:39.081 INFO O| Sep 01 23:24:39.081 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
44642026-09-01T23:24:40.505Z[ recovery-image] Sep 01 23:24:39.081 INFO O| Sep 01 23:24:39.081 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
44652026-09-01T23:24:40.512Z[ recovery-image] Sep 01 23:24:39.087 INFO O| Sep 01 23:24:39.087 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
44662026-09-01T23:24:40.565Z[ host-image] Sep 01 23:24:39.146 INFO O| Sep 01 23:24:39.146 INFO STEP 11 (pkg_install) COMPLETE
44672026-09-01T23:24:40.566Z[ host-image] Sep 01 23:24:39.146 INFO O| Sep 01 23:24:39.146 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44682026-09-01T23:24:40.572Z[ host-image] Sep 01 23:24:39.153 INFO O| Sep 01 23:24:39.153 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"]
44692026-09-01T23:24:40.955Z[ recovery-image] Sep 01 23:24:39.536 INFO O| Sep 01 23:24:39.536 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44702026-09-01T23:24:40.961Z[ recovery-image] Sep 01 23:24:39.543 INFO O| Sep 01 23:24:39.543 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
44712026-09-01T23:24:41.214Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
44722026-09-01T23:24:41.221ZSep 01 23:24:39.798 INFO [stamp-cockroachdb] process exited with exit status: 0 (1.979720185s)
44732026-09-01T23:24:41.227Z[ recovery-image] Sep 01 23:24:39.808 INFO O| Sep 01 23:24:39.808 INFO O| Caching catalogs ... Done
44742026-09-01T23:24:41.298Z[ recovery-image] Sep 01 23:24:39.879 INFO O| Sep 01 23:24:39.879 INFO STEP 0 (pkg_image_create) COMPLETE
44752026-09-01T23:24:41.298Z[ recovery-image] Sep 01 23:24:39.879 INFO O| Sep 01 23:24:39.879 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44762026-09-01T23:24:41.307Z[ recovery-image] Sep 01 23:24:39.888 INFO O| Sep 01 23:24:39.888 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"]
44772026-09-01T23:24:41.600Z[ recovery-image] Sep 01 23:24:40.161 INFO O| Sep 01 23:24:40.161 INFO STEP 1 (pkg_set_publisher) COMPLETE
44782026-09-01T23:24:41.600Z[ recovery-image] Sep 01 23:24:40.161 INFO O| Sep 01 23:24:40.161 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44792026-09-01T23:24:41.600Z[ recovery-image] Sep 01 23:24:40.161 INFO O| Sep 01 23:24:40.161 INFO skip step because feature "publisher_1_name" is not enabled
44802026-09-01T23:24:41.645Z[ recovery-image] Sep 01 23:24:40.161 INFO O| Sep 01 23:24:40.161 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44812026-09-01T23:24:41.645Z[ recovery-image] Sep 01 23:24:40.161 INFO O| Sep 01 23:24:40.161 INFO skip step because feature "publisher_2_name" is not enabled
44822026-09-01T23:24:41.645Z[ recovery-image] Sep 01 23:24:40.161 INFO O| Sep 01 23:24:40.161 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44832026-09-01T23:24:41.646Z[ recovery-image] Sep 01 23:24:40.161 INFO O| Sep 01 23:24:40.161 INFO skip step because feature "publisher_3_name" is not enabled
44842026-09-01T23:24:41.646Z[ recovery-image] Sep 01 23:24:40.161 INFO O| Sep 01 23:24:40.161 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44852026-09-01T23:24:41.865Z[ recovery-image] Sep 01 23:24:40.446 INFO O| Sep 01 23:24:40.446 INFO variant opensolaris.zone is already global
44862026-09-01T23:24:41.865Z[ recovery-image] Sep 01 23:24:40.446 INFO O| Sep 01 23:24:40.446 INFO STEP 5 (pkg_change_variant) COMPLETE
44872026-09-01T23:24:41.888Z[ recovery-image] Sep 01 23:24:40.446 INFO O| Sep 01 23:24:40.446 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44882026-09-01T23:24:42.158Z[ recovery-image] Sep 01 23:24:40.738 INFO O| Sep 01 23:24:40.738 INFO variant opensolaris.imagetype is full; changing to partial
44892026-09-01T23:24:42.158Z[ recovery-image] Sep 01 23:24:40.738 INFO O| Sep 01 23:24:40.738 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
44902026-09-01T23:24:42.274Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
44912026-09-01T23:24:46.232ZSep 01 23:24:40.858 INFO [stamp-nexus] process exited with exit status: 0 (3.04329546s)
44922026-09-01T23:24:46.233Z[ host-image] Sep 01 23:24:41.159 INFO O| Sep 01 23:24:41.159 INFO O| Startup: Refreshing catalog 'helios' ... Done
44932026-09-01T23:24:46.233Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
44942026-09-01T23:24:46.233ZSep 01 23:24:41.322 INFO [stamp-clickhouse_server] process exited with exit status: 0 (3.504665676s)
44952026-09-01T23:24:46.233Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
44962026-09-01T23:24:46.233ZSep 01 23:24:41.348 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (3.530338315s)
44972026-09-01T23:24:46.233Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
44982026-09-01T23:24:46.233ZSep 01 23:24:41.409 INFO [stamp-clickhouse] process exited with exit status: 0 (3.592157769s)
44992026-09-01T23:24:46.233ZSep 01 23:24:41.409 INFO [tuf-stamp] task succeeded (3.594555523s)
45002026-09-01T23:24:46.233ZSep 01 23:24:41.409 INFO [tuf-v2-zones] running task
45012026-09-01T23:24:46.233ZSep 01 23:24:41.473 INFO [tuf-v2-zones] task succeeded (63.911398ms)
45022026-09-01T23:24:46.233Z[verify-libraries] Compiling match_cfg v0.1.0
45032026-09-01T23:24:46.233Z[verify-libraries] Compiling slog-json v2.6.1
45042026-09-01T23:24:46.233Z[verify-libraries] Compiling debug-ignore v1.0.5
45052026-09-01T23:24:46.233Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
45062026-09-01T23:24:46.233Z[ host-image] Sep 01 23:24:42.601 INFO O| Sep 01 23:24:42.601 INFO O| Startup: Caching catalogs ... Done
45072026-09-01T23:24:46.233Z[verify-libraries] Compiling sha1 v0.11.0
45082026-09-01T23:24:46.233Z[verify-libraries] Compiling serde_path_to_error v0.1.20
45092026-09-01T23:24:46.233Z[verify-libraries] Compiling multer v3.1.0
45102026-09-01T23:24:46.233Z[verify-libraries] Compiling compression-core v0.4.31
45112026-09-01T23:24:46.233Z[verify-libraries] Compiling progenitor-client v0.14.0
45122026-09-01T23:24:46.233Z[verify-libraries] Compiling async-stream-impl v0.3.6
45132026-09-01T23:24:46.233Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
45142026-09-01T23:24:46.233Z[verify-libraries] Compiling serde_spanned v1.1.1
45152026-09-01T23:24:46.233Z[verify-libraries] Compiling dropshot v0.17.1
45162026-09-01T23:24:46.233Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
45172026-09-01T23:24:46.233Z[verify-libraries] Compiling compression-codecs v0.4.37
45182026-09-01T23:24:46.233Z[verify-libraries] Compiling waitgroup v0.1.2
45192026-09-01T23:24:46.233Z[verify-libraries] Compiling rustls-pemfile v2.2.0
45202026-09-01T23:24:46.233Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
45212026-09-01T23:24:46.233Z[verify-libraries] Compiling hostname v0.3.1
45222026-09-01T23:24:46.233Z[verify-libraries] Compiling hostname v0.4.2
45232026-09-01T23:24:46.233Z[verify-libraries] Compiling atomicwrites v0.4.4
45242026-09-01T23:24:46.233Z[ host-image] Sep 01 23:24:43.233 INFO O| Sep 01 23:24:43.233 INFO O| Planning: Solver setup ... Done
45252026-09-01T23:24:46.233Z[ host-image] Sep 01 23:24:43.238 INFO O| Sep 01 23:24:43.238 INFO O| Planning: Running solver ... Done
45262026-09-01T23:24:46.233Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
45272026-09-01T23:24:46.234Z[ host-image] Sep 01 23:24:43.257 INFO O| Sep 01 23:24:43.257 INFO O| Planning: Finding local manifests ... Done
45282026-09-01T23:24:46.234Z[ host-image] Sep 01 23:24:43.272 INFO O| Sep 01 23:24:43.272 INFO O| Planning: Fetching manifests: 0/6 0% complete
45292026-09-01T23:24:46.234Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
45302026-09-01T23:24:46.234Z[verify-libraries] Compiling async-compression v0.4.41
45312026-09-01T23:24:46.234Z[ host-image] Sep 01 23:24:43.309 INFO O| Sep 01 23:24:43.309 INFO O| Planning: Fetching manifests: 6/6 100% complete
45322026-09-01T23:24:46.234Z[verify-libraries] Compiling slog-bunyan v2.5.0
45332026-09-01T23:24:46.234Z[ host-image] Sep 01 23:24:43.329 INFO O| Sep 01 23:24:43.329 INFO O| Planning: Package planning ... Done
45342026-09-01T23:24:46.234Z[ host-image] Sep 01 23:24:43.331 INFO O| Sep 01 23:24:43.331 INFO O| Planning: Merging actions ... Done
45352026-09-01T23:24:46.234Z[verify-libraries] Compiling macaddr v1.0.1
45362026-09-01T23:24:46.234Z[verify-libraries] Compiling serde_tokenstream v0.3.0
45372026-09-01T23:24:46.234Z[ host-image] Sep 01 23:24:43.385 INFO O| Sep 01 23:24:43.385 INFO O| Planning: Checking for conflicting actions ... Done
45382026-09-01T23:24:46.234Z[ host-image] Sep 01 23:24:43.386 INFO O| Sep 01 23:24:43.386 INFO O| Planning: Consolidating action changes ... Done
45392026-09-01T23:24:46.234Z[verify-libraries] Compiling regress v0.10.5
45402026-09-01T23:24:46.234Z[verify-libraries] Compiling instant v0.1.13
45412026-09-01T23:24:46.234Z[verify-libraries] Compiling oxide-generation v0.1.3
45422026-09-01T23:24:46.234Z[verify-libraries] Compiling parse-display-derive v0.10.0
45432026-09-01T23:24:46.234Z[verify-libraries] Compiling itertools v0.14.0
45442026-09-01T23:24:46.234Z[ host-image] Sep 01 23:24:43.520 INFO O| Sep 01 23:24:43.520 INFO O| Planning: Evaluating mediators ... Done
45452026-09-01T23:24:46.234Z[ host-image] Sep 01 23:24:43.521 INFO O| Sep 01 23:24:43.521 INFO O| Planning: Planning completed in 0.90 seconds
45462026-09-01T23:24:46.234Z[ host-image] Sep 01 23:24:43.521 INFO O| Sep 01 23:24:43.521 INFO O| Packages to install: 6
45472026-09-01T23:24:46.234Z[ host-image] Sep 01 23:24:43.521 INFO O| Sep 01 23:24:43.521 INFO O| Services to change: 2
45482026-09-01T23:24:46.234Z[ host-image] Sep 01 23:24:43.532 INFO O| Sep 01 23:24:43.532 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
45492026-09-01T23:24:46.234Z[verify-libraries] Compiling backoff v0.4.0
45502026-09-01T23:24:46.234Z[verify-libraries] Compiling backon v1.6.0
45512026-09-01T23:24:46.234Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
45522026-09-01T23:24:46.234Z[verify-libraries] Compiling async-stream v0.3.6
45532026-09-01T23:24:46.234Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
45542026-09-01T23:24:46.234Z[ host-image] Sep 01 23:24:43.655 INFO O| Sep 01 23:24:43.655 INFO O| Download: Completed 1.76 MB in 0.12 seconds (14.3M/s)
45552026-09-01T23:24:46.234Z[verify-libraries] Compiling humantime v2.3.0
45562026-09-01T23:24:46.234Z[ host-image] Sep 01 23:24:43.675 INFO O| Sep 01 23:24:43.675 INFO O| Actions: 1/391 actions (Installing new actions)
45572026-09-01T23:24:46.234Z[verify-libraries] Compiling convert_case v0.4.0
45582026-09-01T23:24:46.234Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
45592026-09-01T23:24:46.234Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
45602026-09-01T23:24:46.234Z[verify-libraries] Compiling progenitor-extras v0.2.0
45612026-09-01T23:24:46.234Z[verify-libraries] Compiling half v2.7.1
45622026-09-01T23:24:46.234Z[verify-libraries] Compiling ciborium-io v0.2.2
45632026-09-01T23:24:46.234Z[ host-image] Sep 01 23:24:43.835 INFO O| Sep 01 23:24:43.835 INFO O| Actions: Completed 391 actions in 0.16 seconds.
45642026-09-01T23:24:46.234Z[ recovery-image] Sep 01 23:24:43.877 INFO O| Sep 01 23:24:43.877 INFO O| Startup: Refreshing catalog 'helios' ... Done
45652026-09-01T23:24:46.234Z[ host-image] Sep 01 23:24:43.879 INFO O| Sep 01 23:24:43.879 INFO O| Finalize: Updating package state database ... Done
45662026-09-01T23:24:46.235Z[ host-image] Sep 01 23:24:43.879 INFO O| Sep 01 23:24:43.879 INFO O| Finalize: Updating package cache ... Done
45672026-09-01T23:24:46.235Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
45682026-09-01T23:24:46.235Z[verify-libraries] Compiling indent_write v2.2.0
45692026-09-01T23:24:46.235Z[ host-image] Sep 01 23:24:44.001 INFO O| Sep 01 23:24:43.991 INFO O| Finalize: Updating image state ... Done
45702026-09-01T23:24:46.235Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
45712026-09-01T23:24:46.235Z[verify-libraries] Compiling regress v0.11.1
45722026-09-01T23:24:46.235Z[verify-libraries] Compiling secrecy v0.10.3
45732026-09-01T23:24:46.235Z[verify-libraries] Compiling ciborium-ll v0.2.2
45742026-09-01T23:24:46.235Z[verify-libraries] Compiling derive_more v0.99.20
45752026-09-01T23:24:46.235Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
45762026-09-01T23:24:46.235Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45772026-09-01T23:24:46.235Z[verify-libraries] Compiling inout v0.1.4
45782026-09-01T23:24:46.235Z[verify-libraries] Compiling universal-hash v0.5.1
45792026-09-01T23:24:46.235Z[ recovery-image] Sep 01 23:24:44.365 INFO O| Sep 01 23:24:44.365 INFO O| Startup: Caching catalogs ... Done
45802026-09-01T23:24:46.235Z[ recovery-image] Sep 01 23:24:44.383 INFO O| Sep 01 23:24:44.383 INFO O| Planning: Planning completed in 0.00 seconds
45812026-09-01T23:24:46.235Z[ recovery-image] Sep 01 23:24:44.384 INFO O| Sep 01 23:24:44.383 INFO O| Planning: Consolidating action changes ... Done
45822026-09-01T23:24:46.235Z[ recovery-image] Sep 01 23:24:44.384 INFO O| Sep 01 23:24:44.384 INFO O| Planning: Evaluating mediators ... Done
45832026-09-01T23:24:46.235Z[ recovery-image] Sep 01 23:24:44.384 INFO O| Sep 01 23:24:44.384 INFO O| Planning: Planning completed in 0.00 seconds
45842026-09-01T23:24:46.235Z[ recovery-image] Sep 01 23:24:44.384 INFO O| Sep 01 23:24:44.384 INFO O| Variants/Facets to change: 1
45852026-09-01T23:24:46.235Z[ recovery-image] Sep 01 23:24:44.401 INFO O| Sep 01 23:24:44.401 INFO O| Finalize: Updating package state database ... Done
45862026-09-01T23:24:46.235Z[ recovery-image] Sep 01 23:24:44.401 INFO O| Sep 01 23:24:44.401 INFO O| Finalize: Updating package cache ... Done
45872026-09-01T23:24:46.235Z[verify-libraries] Compiling ciborium v0.2.2
45882026-09-01T23:24:46.235Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45892026-09-01T23:24:46.235Z[ recovery-image] Sep 01 23:24:44.501 INFO O| Sep 01 23:24:44.501 INFO O| Finalize: Updating image state ... Done
45902026-09-01T23:24:46.235Z[verify-libraries] Compiling cipher v0.4.4
45912026-09-01T23:24:46.287Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
45922026-09-01T23:24:46.288Z[verify-libraries] Compiling opaque-debug v0.3.1
45932026-09-01T23:24:46.288Z[ recovery-image] Sep 01 23:24:44.519 INFO O| Sep 01 23:24:44.519 INFO O| Finalize: Creating fast lookup database ... Done
45942026-09-01T23:24:46.288Z[ recovery-image] Sep 01 23:24:44.520 INFO O| Sep 01 23:24:44.520 INFO O| Finalize: Reading search index ... Done
45952026-09-01T23:24:46.288Z[ recovery-image] Sep 01 23:24:44.520 INFO O| Sep 01 23:24:44.520 INFO O| Finalize: Updating search index ... Done
45962026-09-01T23:24:46.288Z[ recovery-image] Sep 01 23:24:44.521 INFO O| Sep 01 23:24:44.521 INFO O| Finalize: Updating package cache ... Done
45972026-09-01T23:24:46.288Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
45982026-09-01T23:24:46.288Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45992026-09-01T23:24:46.288Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
46002026-09-01T23:24:46.288Z[verify-libraries] Compiling poly1305 v0.8.0
46012026-09-01T23:24:46.288Z[verify-libraries] Compiling blake2 v0.10.6
46022026-09-01T23:24:46.288Z[verify-libraries] Compiling chacha20 v0.9.1
46032026-09-01T23:24:46.288Z[ recovery-image] Sep 01 23:24:44.842 INFO O| Sep 01 23:24:44.842 INFO STEP 6 (pkg_change_variant) COMPLETE
46042026-09-01T23:24:46.288Z[ recovery-image] Sep 01 23:24:44.842 INFO O| Sep 01 23:24:44.842 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46052026-09-01T23:24:46.288Z[ recovery-image] Sep 01 23:24:44.842 INFO O| Sep 01 23:24:44.842 INFO skip step because feature "debug_variant" is not enabled
46062026-09-01T23:24:46.288Z[ recovery-image] Sep 01 23:24:44.842 INFO O| Sep 01 23:24:44.842 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46072026-09-01T23:24:46.304Z[verify-libraries] Compiling aead v0.5.2
46082026-09-01T23:24:46.411Z[ host-image] Sep 01 23:24:44.987 INFO O| Sep 01 23:24:44.987 INFO O| Finalize: Creating fast lookup database ... Done
46092026-09-01T23:24:46.420Z[verify-libraries] Compiling password-hash v0.5.0
46102026-09-01T23:24:46.438Z[ host-image] Sep 01 23:24:45.017 INFO O| Sep 01 23:24:45.017 INFO O| Finalize: Reading search index ... Done
46112026-09-01T23:24:46.438Z[ host-image] Sep 01 23:24:45.018 INFO O| Sep 01 23:24:45.018 INFO O| Finalize: Updating search index ... Done
46122026-09-01T23:24:46.455Z[ host-image] Sep 01 23:24:45.036 INFO O| Sep 01 23:24:45.033 INFO O| Finalize: Updating package cache ... Done
46132026-09-01T23:24:46.498Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46142026-09-01T23:24:46.502Z[verify-libraries] Compiling itertools v0.15.0
46152026-09-01T23:24:46.593Z[ recovery-image] Sep 01 23:24:45.174 INFO O| Sep 01 23:24:45.174 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
46162026-09-01T23:24:46.599Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
46172026-09-01T23:24:46.599Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
46182026-09-01T23:24:46.694Z[verify-libraries] Compiling argon2 v0.5.3
46192026-09-01T23:24:46.739Z[verify-libraries] Compiling parse-display v0.10.0
46202026-09-01T23:24:46.797Z[ host-image] Sep 01 23:24:45.377 INFO O| Sep 01 23:24:45.377 INFO STEP 12 (pkg_install) COMPLETE
46212026-09-01T23:24:46.797Z[ host-image] Sep 01 23:24:45.377 INFO O| Sep 01 23:24:45.377 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46222026-09-01T23:24:46.808Z[ host-image] Sep 01 23:24:45.387 INFO O| Sep 01 23:24:45.387 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
46232026-09-01T23:24:46.813Z[verify-libraries] Compiling num-derive v0.4.2
46242026-09-01T23:24:46.843Z[verify-libraries] Compiling crossbeam-deque v0.8.6
46252026-09-01T23:24:46.848Z[verify-libraries] Compiling rayon-core v1.13.0
46262026-09-01T23:24:46.894Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
46272026-09-01T23:24:46.894Z[verify-libraries] Compiling glob v0.3.3
46282026-09-01T23:24:47.110Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
46292026-09-01T23:24:47.172Z[verify-libraries] Compiling typify-impl v0.6.2
46302026-09-01T23:24:47.201Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
46312026-09-01T23:24:47.301Z[verify-libraries] Compiling thiserror-no-std v2.0.2
46322026-09-01T23:24:47.382Z[verify-libraries] Compiling heapless v0.8.0
46332026-09-01T23:24:47.444Z[verify-libraries] Compiling vsss-rs v3.3.4
46342026-09-01T23:24:47.533Z[verify-libraries] Compiling proc-macro-error v1.0.4
46352026-09-01T23:24:47.935Z[verify-libraries] Compiling proc-macro-crate v3.4.0
46362026-09-01T23:24:48.019Z[verify-libraries] Compiling usdt-macro v0.5.0
46372026-09-01T23:24:48.050Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
46382026-09-01T23:24:48.050Z[verify-libraries] Compiling tabwriter v1.4.1
46392026-09-01T23:24:48.121Z[verify-libraries] Compiling ingot-macros v0.2.0
46402026-09-01T23:24:48.122Z[verify-libraries] Compiling hash32 v0.3.1
46412026-09-01T23:24:48.291Z[verify-libraries] Compiling memmap v0.7.0
46422026-09-01T23:24:48.354Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
46432026-09-01T23:24:48.398Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46442026-09-01T23:24:48.402Z[verify-libraries] Compiling smoltcp v0.11.0
46452026-09-01T23:24:48.501Z[verify-libraries] Compiling cobs v0.3.0
46462026-09-01T23:24:48.541Z[verify-libraries] Compiling colored v3.1.1
46472026-09-01T23:24:48.544Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46482026-09-01T23:24:48.639Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46492026-09-01T23:24:48.642Z[verify-libraries] Compiling num_enum_derive v0.7.6
46502026-09-01T23:24:48.804Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
46512026-09-01T23:24:48.879Z[verify-libraries] Compiling postcard v1.1.3
46522026-09-01T23:24:48.964Z[verify-libraries] Compiling rayon v1.11.0
46532026-09-01T23:24:48.992Z[verify-libraries] Compiling rand v0.10.1
46542026-09-01T23:24:48.995Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
46552026-09-01T23:24:49.016Z[verify-libraries] Compiling usdt v0.5.0
46562026-09-01T23:24:49.074Z[ recovery-image] Sep 01 23:24:47.655 INFO O| Sep 01 23:24:47.655 INFO O| Startup: Refreshing catalog 'helios' ... Done
46572026-09-01T23:24:49.085Z[verify-libraries] Compiling proc-macro-crate v1.3.1
46582026-09-01T23:24:49.085Z[verify-libraries] Compiling foreign-types-macros v0.2.3
46592026-09-01T23:24:49.178Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46602026-09-01T23:24:49.336Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46612026-09-01T23:24:49.345Z[verify-libraries] Compiling foreign-types-shared v0.3.1
46622026-09-01T23:24:49.520Z[verify-libraries] Compiling illumos-nvpair v0.3.0
46632026-09-01T23:24:49.546Z[ recovery-image] Sep 01 23:24:48.123 INFO O| Sep 01 23:24:48.123 INFO O| Startup: Caching catalogs ... Done
46642026-09-01T23:24:49.560Z[ recovery-image] Sep 01 23:24:48.141 INFO O| Sep 01 23:24:48.141 INFO O| Planning: Planning completed in 0.00 seconds
46652026-09-01T23:24:49.563Z[ recovery-image] Sep 01 23:24:48.141 INFO O| Sep 01 23:24:48.141 INFO O| Planning: Consolidating action changes ... Done
46662026-09-01T23:24:49.563Z[ recovery-image] Sep 01 23:24:48.141 INFO O| Sep 01 23:24:48.141 INFO O| Planning: Evaluating mediators ... Done
46672026-09-01T23:24:49.563Z[ recovery-image] Sep 01 23:24:48.142 INFO O| Sep 01 23:24:48.142 INFO O| Planning: Planning completed in 0.00 seconds
46682026-09-01T23:24:49.563Z[ recovery-image] Sep 01 23:24:48.142 INFO O| Sep 01 23:24:48.142 INFO O| Variants/Facets to change: 1
46692026-09-01T23:24:49.571Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
46702026-09-01T23:24:49.576Z[ recovery-image] Sep 01 23:24:48.157 INFO O| Sep 01 23:24:48.157 INFO O| Finalize: Updating package state database ... Done
46712026-09-01T23:24:49.576Z[ recovery-image] Sep 01 23:24:48.157 INFO O| Sep 01 23:24:48.157 INFO O| Finalize: Updating package cache ... Done
46722026-09-01T23:24:49.643Z[verify-libraries] Compiling num_enum_derive v0.5.11
46732026-09-01T23:24:49.667Z[ recovery-image] Sep 01 23:24:48.248 INFO O| Sep 01 23:24:48.247 INFO O| Finalize: Updating image state ... Done
46742026-09-01T23:24:49.686Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
46752026-09-01T23:24:49.690Z[ recovery-image] Sep 01 23:24:48.267 INFO O| Sep 01 23:24:48.267 INFO O| Finalize: Creating fast lookup database ... Done
46762026-09-01T23:24:49.690Z[ recovery-image] Sep 01 23:24:48.268 INFO O| Sep 01 23:24:48.268 INFO O| Finalize: Reading search index ... Done
46772026-09-01T23:24:49.690Z[ recovery-image] Sep 01 23:24:48.268 INFO O| Sep 01 23:24:48.268 INFO O| Finalize: Updating search index ... Done
46782026-09-01T23:24:49.690Z[ recovery-image] Sep 01 23:24:48.269 INFO O| Sep 01 23:24:48.269 INFO O| Finalize: Updating package cache ... Done
46792026-09-01T23:24:49.731Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46802026-09-01T23:24:49.824Z[ host-image] Sep 01 23:24:48.403 INFO O| Sep 01 23:24:48.403 INFO O| Startup: Refreshing catalog 'helios' ... Done
46812026-09-01T23:24:49.862Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
46822026-09-01T23:24:49.887Z[verify-libraries] Compiling foreign-types v0.5.0
46832026-09-01T23:24:49.891Z[verify-libraries] Compiling num_enum v0.7.6
46842026-09-01T23:24:49.891Z[verify-libraries] Compiling cstr-argument v0.1.2
46852026-09-01T23:24:49.891Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
46862026-09-01T23:24:50.017Z[ recovery-image] Sep 01 23:24:48.597 INFO O| Sep 01 23:24:48.597 INFO STEP 8 (pkg_change_facet) COMPLETE
46872026-09-01T23:24:50.017Z[ recovery-image] Sep 01 23:24:48.597 INFO O| Sep 01 23:24:48.597 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46882026-09-01T23:24:50.020Z[verify-libraries] Compiling itertools v0.12.1
46892026-09-01T23:24:50.046Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
46902026-09-01T23:24:50.115Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
46912026-09-01T23:24:50.170Z[verify-libraries] Compiling sigpipe v0.1.3
46922026-09-01T23:24:50.242Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
46932026-09-01T23:24:50.279Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
46942026-09-01T23:24:50.279Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
46952026-09-01T23:24:50.282Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
46962026-09-01T23:24:50.319Z[ host-image] Sep 01 23:24:48.900 INFO O| Sep 01 23:24:48.900 INFO O| Startup: Caching catalogs ... Done
46972026-09-01T23:24:50.337Z[ recovery-image] Sep 01 23:24:48.918 INFO O| Sep 01 23:24:48.918 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
46982026-09-01T23:24:50.351Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46992026-09-01T23:24:50.351Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47002026-09-01T23:24:50.586Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47012026-09-01T23:24:50.601Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47022026-09-01T23:24:50.650Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
47032026-09-01T23:24:50.679Z[verify-libraries] Compiling toml v0.8.23
47042026-09-01T23:24:50.741Z[verify-libraries] Compiling smf v0.2.3
47052026-09-01T23:24:50.818Z[verify-libraries] Compiling num_enum v0.5.11
47062026-09-01T23:24:50.871Z[verify-libraries] Compiling whoami v1.6.1
47072026-09-01T23:24:50.931Z[ host-image] Sep 01 23:24:49.512 INFO O| Sep 01 23:24:49.512 INFO O| Planning: Solver setup ... Done
47082026-09-01T23:24:50.939Z[ host-image] Sep 01 23:24:49.517 INFO O| Sep 01 23:24:49.517 INFO O| Planning: Running solver ... Done
47092026-09-01T23:24:50.956Z[ host-image] Sep 01 23:24:49.535 INFO O| Sep 01 23:24:49.535 INFO O| Planning: Finding local manifests ... Done
47102026-09-01T23:24:50.963Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
47112026-09-01T23:24:50.977Z[ host-image] Sep 01 23:24:49.557 INFO O| Sep 01 23:24:49.557 INFO O| Planning: Fetching manifests: 0/6 0% complete
47122026-09-01T23:24:50.993Z[verify-libraries] Compiling tokio-dtrace v0.1.1
47132026-09-01T23:24:51.033Z[verify-libraries] Compiling derive-where v1.6.0
47142026-09-01T23:24:51.068Z[ host-image] Sep 01 23:24:49.648 INFO O| Sep 01 23:24:49.648 INFO O| Planning: Fetching manifests: 6/6 100% complete
47152026-09-01T23:24:51.095Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47162026-09-01T23:24:51.111Z[ host-image] Sep 01 23:24:49.692 INFO O| Sep 01 23:24:49.692 INFO O| Planning: Package planning ... Done
47172026-09-01T23:24:51.119Z[ host-image] Sep 01 23:24:49.700 INFO O| Sep 01 23:24:49.700 INFO O| Planning: Merging actions ... Done
47182026-09-01T23:24:51.165Z[verify-libraries] Compiling ingot-types v0.2.0
47192026-09-01T23:24:51.170Z[ host-image] Sep 01 23:24:49.751 INFO O| Sep 01 23:24:49.751 INFO O| Planning: Checking for conflicting actions ... Done
47202026-09-01T23:24:51.174Z[ host-image] Sep 01 23:24:49.754 INFO O| Sep 01 23:24:49.754 INFO O| Planning: Consolidating action changes ... Done
47212026-09-01T23:24:51.276Z[verify-libraries] Compiling zone v0.3.1
47222026-09-01T23:24:51.311Z[ host-image] Sep 01 23:24:49.891 INFO O| Sep 01 23:24:49.891 INFO O| Planning: Evaluating mediators ... Done
47232026-09-01T23:24:51.315Z[ host-image] Sep 01 23:24:49.894 INFO O| Sep 01 23:24:49.894 INFO O| Planning: Planning completed in 0.98 seconds
47242026-09-01T23:24:51.315Z[ host-image] Sep 01 23:24:49.894 INFO O| Sep 01 23:24:49.894 INFO O| Packages to install: 6
47252026-09-01T23:24:51.315Z[ host-image] Sep 01 23:24:49.894 INFO O| Sep 01 23:24:49.894 INFO O| Mediators to change: 1
47262026-09-01T23:24:51.315Z[ host-image] Sep 01 23:24:49.894 INFO O| Sep 01 23:24:49.894 INFO O| Services to change: 1
47272026-09-01T23:24:51.325Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
47282026-09-01T23:24:51.328Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47292026-09-01T23:24:51.328Z[ host-image] Sep 01 23:24:49.906 INFO O| Sep 01 23:24:49.906 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
47302026-09-01T23:24:51.387Z[verify-libraries] Compiling gethostname v0.5.0
47312026-09-01T23:24:51.391Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
47322026-09-01T23:24:51.439Z[verify-libraries] Compiling newline-converter v0.3.0
47332026-09-01T23:24:51.511Z[verify-libraries] Compiling console v0.15.11
47342026-09-01T23:24:51.551Z[verify-libraries] Compiling linear-map v1.2.0
47352026-09-01T23:24:51.555Z[verify-libraries] Compiling num-rational v0.4.2
47362026-09-01T23:24:51.658Z[verify-libraries] Compiling ingot v0.2.1
47372026-09-01T23:24:51.673Z[ host-image] Sep 01 23:24:50.244 INFO O| Sep 01 23:24:50.244 INFO O| Download: Completed 7.84 MB in 0.34 seconds (23.2M/s)
47382026-09-01T23:24:51.707Z[verify-libraries] Compiling num-complex v0.4.6
47392026-09-01T23:24:51.707Z[ host-image] Sep 01 23:24:50.278 INFO O| Sep 01 23:24:50.278 INFO O| Actions: 1/1366 actions (Installing new actions)
47402026-09-01T23:24:51.715Z[verify-libraries] Compiling slog-dtrace v0.3.0
47412026-09-01T23:24:51.794Z[verify-libraries] Compiling prettyplease v0.2.37
47422026-09-01T23:24:51.844Z[verify-libraries] Compiling resolv-conf v0.7.6
47432026-09-01T23:24:51.935Z[ host-image] Sep 01 23:24:50.511 INFO O| Sep 01 23:24:50.511 INFO O| Actions: Completed 1366 actions in 0.23 seconds.
47442026-09-01T23:24:51.997Z[ host-image] Sep 01 23:24:50.578 INFO O| Sep 01 23:24:50.578 INFO O| Finalize: Updating package state database ... Done
47452026-09-01T23:24:51.997Z[ host-image] Sep 01 23:24:50.578 INFO O| Sep 01 23:24:50.578 INFO O| Finalize: Updating package cache ... Done
47462026-09-01T23:24:52.003Z[verify-libraries] Compiling expectorate v1.2.0
47472026-09-01T23:24:52.124Z[verify-libraries] Compiling typify-macro v0.6.2
47482026-09-01T23:24:52.192Z[ host-image] Sep 01 23:24:50.772 INFO O| Sep 01 23:24:50.771 INFO O| Finalize: Updating image state ... Done
47492026-09-01T23:24:52.207Z[verify-libraries] Compiling num v0.4.3
47502026-09-01T23:24:52.230Z[verify-libraries] Compiling float-ord v0.3.2
47512026-09-01T23:24:52.253Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47522026-09-01T23:24:52.337Z[verify-libraries] Compiling linked-hash-map v0.5.6
47532026-09-01T23:24:52.364Z[verify-libraries] Compiling minimal-lexical v0.2.1
47542026-09-01T23:24:52.364Z[verify-libraries] Compiling hickory-proto v0.24.4
47552026-09-01T23:24:52.369Z[verify-libraries] Compiling unicode-xid v0.2.6
47562026-09-01T23:24:52.407Z[verify-libraries] Compiling tabled_derive v0.7.0
47572026-09-01T23:24:52.407Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
47582026-09-01T23:24:52.536Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
47592026-09-01T23:24:52.595Z[verify-libraries] Compiling lru-cache v0.1.2
47602026-09-01T23:24:52.645Z[verify-libraries] Compiling ar_archive_writer v0.5.1
47612026-09-01T23:24:52.692Z[verify-libraries] Compiling nom v7.1.3
47622026-09-01T23:24:52.696Z[verify-libraries] Compiling fd-lock v4.0.4
47632026-09-01T23:24:52.696Z[ recovery-image] Sep 01 23:24:51.276 INFO O| Sep 01 23:24:51.276 INFO O| Startup: Refreshing catalog 'helios' ... Done
47642026-09-01T23:24:52.760Z[verify-libraries] Compiling vte v0.14.1
47652026-09-01T23:24:52.811Z[verify-libraries] Compiling display-error-chain v0.2.2
47662026-09-01T23:24:52.976Z[verify-libraries] Compiling crossterm v0.29.0
47672026-09-01T23:24:53.030Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
47682026-09-01T23:24:53.104Z[verify-libraries] Compiling nu-ansi-term v0.50.3
47692026-09-01T23:24:53.244Z[ host-image] Sep 01 23:24:51.824 INFO O| Sep 01 23:24:51.824 INFO O| Finalize: Creating fast lookup database ... Done
47702026-09-01T23:24:53.263Z[verify-libraries] Compiling stacker v0.1.23
47712026-09-01T23:24:53.277Z[ host-image] Sep 01 23:24:51.857 INFO O| Sep 01 23:24:51.857 INFO O| Finalize: Reading search index ... Done
47722026-09-01T23:24:53.278Z[ host-image] Sep 01 23:24:51.857 INFO O| Sep 01 23:24:51.857 INFO O| Finalize: Updating search index ... Done
47732026-09-01T23:24:53.307Z[ recovery-image] Sep 01 23:24:51.887 INFO O| Sep 01 23:24:51.887 INFO O| Startup: Caching catalogs ... Done
47742026-09-01T23:24:53.311Z[ host-image] Sep 01 23:24:51.890 INFO O| Sep 01 23:24:51.890 INFO O| Finalize: Updating package cache ... Done
47752026-09-01T23:24:53.324Z[ recovery-image] Sep 01 23:24:51.905 INFO O| Sep 01 23:24:51.905 INFO O| Planning: Planning completed in 0.00 seconds
47762026-09-01T23:24:53.328Z[ recovery-image] Sep 01 23:24:51.906 INFO O| Sep 01 23:24:51.906 INFO O| Planning: Consolidating action changes ... Done
47772026-09-01T23:24:53.328Z[ recovery-image] Sep 01 23:24:51.906 INFO O| Sep 01 23:24:51.906 INFO O| Planning: Evaluating mediators ... Done
47782026-09-01T23:24:53.328Z[ recovery-image] Sep 01 23:24:51.906 INFO O| Sep 01 23:24:51.906 INFO O| Planning: Planning completed in 0.00 seconds
47792026-09-01T23:24:53.328Z[ recovery-image] Sep 01 23:24:51.906 INFO O| Sep 01 23:24:51.906 INFO O| Variants/Facets to change: 1
47802026-09-01T23:24:53.359Z[ recovery-image] Sep 01 23:24:51.939 INFO O| Sep 01 23:24:51.939 INFO O| Finalize: Updating package state database ... Done
47812026-09-01T23:24:53.359Z[ recovery-image] Sep 01 23:24:51.939 INFO O| Sep 01 23:24:51.939 INFO O| Finalize: Updating package cache ... Done
47822026-09-01T23:24:53.405Z[verify-libraries] Compiling cfg_aliases v0.1.1
47832026-09-01T23:24:53.440Z[ recovery-image] Sep 01 23:24:52.020 INFO O| Sep 01 23:24:52.020 INFO O| Finalize: Updating image state ... Done
47842026-09-01T23:24:53.458Z[ recovery-image] Sep 01 23:24:52.038 INFO O| Sep 01 23:24:52.038 INFO O| Finalize: Creating fast lookup database ... Done
47852026-09-01T23:24:53.462Z[ recovery-image] Sep 01 23:24:52.039 INFO O| Sep 01 23:24:52.039 INFO O| Finalize: Reading search index ... Done
47862026-09-01T23:24:53.462Z[ recovery-image] Sep 01 23:24:52.039 INFO O| Sep 01 23:24:52.039 INFO O| Finalize: Updating search index ... Done
47872026-09-01T23:24:53.462Z[ recovery-image] Sep 01 23:24:52.040 INFO O| Sep 01 23:24:52.040 INFO O| Finalize: Updating package cache ... Done
47882026-09-01T23:24:53.517Z[verify-libraries] Compiling reedline v0.40.0
47892026-09-01T23:24:53.552Z[verify-libraries] Compiling tabled v0.15.0
47902026-09-01T23:24:53.556Z[verify-libraries] Compiling semver v0.1.20
47912026-09-01T23:24:53.628Z[ host-image] Sep 01 23:24:52.208 INFO O| Sep 01 23:24:52.208 INFO STEP 13 (pkg_install) COMPLETE
47922026-09-01T23:24:53.628Z[ host-image] Sep 01 23:24:52.208 INFO O| Sep 01 23:24:52.208 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47932026-09-01T23:24:53.632Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47942026-09-01T23:24:53.632Z[verify-libraries] Compiling psm v0.1.30
47952026-09-01T23:24:53.637Z[ host-image] Sep 01 23:24:52.217 INFO O| Sep 01 23:24:52.217 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
47962026-09-01T23:24:53.725Z[verify-libraries] Compiling oxide-update-engine v0.1.2
47972026-09-01T23:24:53.779Z[ recovery-image] Sep 01 23:24:52.358 INFO O| Sep 01 23:24:52.358 INFO STEP 9 (pkg_change_facet) COMPLETE
47982026-09-01T23:24:53.779Z[ recovery-image] Sep 01 23:24:52.358 INFO O| Sep 01 23:24:52.358 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47992026-09-01T23:24:53.849Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
48002026-09-01T23:24:53.853Z[verify-libraries] Compiling nix v0.28.0
48012026-09-01T23:24:54.015Z[verify-libraries] Compiling termtree v0.5.1
48022026-09-01T23:24:54.058Z[verify-libraries] Compiling rustc_version v0.1.7
48032026-09-01T23:24:54.119Z[ recovery-image] Sep 01 23:24:52.700 INFO O| Sep 01 23:24:52.700 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
48042026-09-01T23:24:54.128Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
48052026-09-01T23:24:54.161Z[verify-libraries] Compiling typify v0.6.2
48062026-09-01T23:24:54.189Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
48072026-09-01T23:24:54.222Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
48082026-09-01T23:24:54.222Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
48092026-09-01T23:24:54.321Z[verify-libraries] Compiling progenitor-impl v0.14.0
48102026-09-01T23:24:54.372Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
48112026-09-01T23:24:54.441Z[verify-libraries] Compiling phf_shared v0.12.1
48122026-09-01T23:24:54.464Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
48132026-09-01T23:24:54.525Z[verify-libraries] Compiling nibble_vec v0.1.0
48142026-09-01T23:24:54.701Z[verify-libraries] Compiling highway v1.3.0
48152026-09-01T23:24:54.739Z[verify-libraries] Compiling hickory-resolver v0.24.4
48162026-09-01T23:24:54.803Z[verify-libraries] Compiling chrono-tz v0.10.4
48172026-09-01T23:24:55.103Z[verify-libraries] Compiling endian-type v0.1.2
48182026-09-01T23:24:55.148Z[verify-libraries] Compiling recursive v0.1.1
48192026-09-01T23:24:55.219Z[verify-libraries] Compiling phf v0.12.1
48202026-09-01T23:24:55.283Z[verify-libraries] Compiling radix_trie v0.2.1
48212026-09-01T23:24:55.382Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
48222026-09-01T23:24:55.467Z[verify-libraries] Compiling newtype_derive v0.1.6
48232026-09-01T23:24:55.518Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
48242026-09-01T23:24:55.665Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
48252026-09-01T23:24:55.875Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
48262026-09-01T23:24:55.903Z[verify-libraries] Compiling peg-macros v0.8.5
48272026-09-01T23:24:55.959Z[verify-libraries] Compiling qorb v0.4.1
48282026-09-01T23:24:56.061Z[ host-image] Sep 01 23:24:54.641 INFO O| Sep 01 23:24:54.641 INFO O| Startup: Refreshing catalog 'helios' ... Done
48292026-09-01T23:24:56.092Z[verify-libraries] Compiling sqlparser_derive v0.5.0
48302026-09-01T23:24:56.169Z[ recovery-image] Sep 01 23:24:54.747 INFO O| Sep 01 23:24:54.747 INFO O| Startup: Refreshing catalog 'helios' ... Done
48312026-09-01T23:24:56.356Z[verify-libraries] Compiling winnow v0.6.26
48322026-09-01T23:24:56.457Z[verify-libraries] Compiling csv-core v0.1.13
48332026-09-01T23:24:56.549Z[verify-libraries] Compiling home v0.5.12
48342026-09-01T23:24:56.590Z[ host-image] Sep 01 23:24:55.171 INFO O| Sep 01 23:24:55.171 INFO O| Startup: Caching catalogs ... Done
48352026-09-01T23:24:56.614Z[verify-libraries] Compiling unicode_categories v0.1.1
48362026-09-01T23:24:56.677Z[ recovery-image] Sep 01 23:24:55.257 INFO O| Sep 01 23:24:55.257 INFO O| Startup: Caching catalogs ... Done
48372026-09-01T23:24:56.694Z[ recovery-image] Sep 01 23:24:55.275 INFO O| Sep 01 23:24:55.275 INFO O| Planning: Planning completed in 0.00 seconds
48382026-09-01T23:24:56.699Z[ recovery-image] Sep 01 23:24:55.275 INFO O| Sep 01 23:24:55.275 INFO O| Planning: Consolidating action changes ... Done
48392026-09-01T23:24:56.699Z[ recovery-image] Sep 01 23:24:55.275 INFO O| Sep 01 23:24:55.275 INFO O| Planning: Evaluating mediators ... Done
48402026-09-01T23:24:56.699Z[ recovery-image] Sep 01 23:24:55.276 INFO O| Sep 01 23:24:55.275 INFO O| Planning: Planning completed in 0.00 seconds
48412026-09-01T23:24:56.703Z[ recovery-image] Sep 01 23:24:55.276 INFO O| Sep 01 23:24:55.276 INFO O| Variants/Facets to change: 1
48422026-09-01T23:24:56.714Z[ recovery-image] Sep 01 23:24:55.294 INFO O| Sep 01 23:24:55.294 INFO O| Finalize: Updating package state database ... Done
48432026-09-01T23:24:56.714Z[ recovery-image] Sep 01 23:24:55.294 INFO O| Sep 01 23:24:55.294 INFO O| Finalize: Updating package cache ... Done
48442026-09-01T23:24:56.759Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
48452026-09-01T23:24:56.793Z[ recovery-image] Sep 01 23:24:55.373 INFO O| Sep 01 23:24:55.373 INFO O| Finalize: Updating image state ... Done
48462026-09-01T23:24:56.804Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
48472026-09-01T23:24:56.811Z[ recovery-image] Sep 01 23:24:55.392 INFO O| Sep 01 23:24:55.392 INFO O| Finalize: Creating fast lookup database ... Done
48482026-09-01T23:24:56.815Z[ recovery-image] Sep 01 23:24:55.393 INFO O| Sep 01 23:24:55.392 INFO O| Finalize: Reading search index ... Done
48492026-09-01T23:24:56.815Z[ recovery-image] Sep 01 23:24:55.393 INFO O| Sep 01 23:24:55.393 INFO O| Finalize: Updating search index ... Done
48502026-09-01T23:24:56.816Z[ recovery-image] Sep 01 23:24:55.394 INFO O| Sep 01 23:24:55.394 INFO O| Finalize: Updating package cache ... Done
48512026-09-01T23:24:56.851Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
48522026-09-01T23:24:56.968Z[verify-libraries] Compiling csv v1.4.0
48532026-09-01T23:24:57.015Z[verify-libraries] Compiling sqlparser v0.61.0
48542026-09-01T23:24:57.016Z[verify-libraries] Compiling rustyline v14.0.0
48552026-09-01T23:24:57.224Z[ recovery-image] Sep 01 23:24:55.804 INFO O| Sep 01 23:24:55.804 INFO STEP 10 (pkg_change_facet) COMPLETE
48562026-09-01T23:24:57.224Z[ recovery-image] Sep 01 23:24:55.804 INFO O| Sep 01 23:24:55.804 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48572026-09-01T23:24:57.241Z[ recovery-image] Sep 01 23:24:55.816 INFO O| Sep 01 23:24:55.816 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"]
48582026-09-01T23:24:57.266Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
48592026-09-01T23:24:57.312Z[verify-libraries] Compiling progenitor-macro v0.14.0
48602026-09-01T23:24:57.317Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
48612026-09-01T23:24:57.368Z[verify-libraries] Compiling const_format v0.2.35
48622026-09-01T23:24:57.387Z[ host-image] Sep 01 23:24:55.968 INFO O| Sep 01 23:24:55.968 INFO O| Planning: Solver setup ... Done
48632026-09-01T23:24:57.394Z[ host-image] Sep 01 23:24:55.975 INFO O| Sep 01 23:24:55.975 INFO O| Planning: Running solver ... Done
48642026-09-01T23:24:57.413Z[ host-image] Sep 01 23:24:55.994 INFO O| Sep 01 23:24:55.994 INFO O| Planning: Finding local manifests ... Done
48652026-09-01T23:24:57.472Z[ host-image] Sep 01 23:24:56.053 INFO O| Sep 01 23:24:56.052 INFO O| Planning: Fetching manifests: 0/1 0% complete
48662026-09-01T23:24:57.484Z[ host-image] Sep 01 23:24:56.058 INFO O| Sep 01 23:24:56.057 INFO O| Planning: Fetching manifests: 1/1 100% complete
48672026-09-01T23:24:57.495Z[ host-image] Sep 01 23:24:56.075 INFO O| Sep 01 23:24:56.075 INFO O| Planning: Package planning ... Done
48682026-09-01T23:24:57.495Z[ host-image] Sep 01 23:24:56.075 INFO O| Sep 01 23:24:56.075 INFO O| Planning: Merging actions ... Done
48692026-09-01T23:24:57.535Z[ host-image] Sep 01 23:24:56.116 INFO O| Sep 01 23:24:56.115 INFO O| Planning: Checking for conflicting actions ... Done
48702026-09-01T23:24:57.539Z[ host-image] Sep 01 23:24:56.116 INFO O| Sep 01 23:24:56.116 INFO O| Planning: Consolidating action changes ... Done
48712026-09-01T23:24:57.657Z[verify-libraries] Compiling peg v0.8.5
48722026-09-01T23:24:57.688Z[verify-libraries] Compiling bcs v0.1.6
48732026-09-01T23:24:57.689Z[ host-image] Sep 01 23:24:56.269 INFO O| Sep 01 23:24:56.269 INFO O| Planning: Evaluating mediators ... Done
48742026-09-01T23:24:57.693Z[ host-image] Sep 01 23:24:56.270 INFO O| Sep 01 23:24:56.270 INFO O| Planning: Planning completed in 1.08 seconds
48752026-09-01T23:24:57.693Z[ host-image] Sep 01 23:24:56.270 INFO O| Sep 01 23:24:56.270 INFO O| Packages to install: 1
48762026-09-01T23:24:57.700Z[ host-image] Sep 01 23:24:56.281 INFO O| Sep 01 23:24:56.281 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
48772026-09-01T23:24:57.828Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
48782026-09-01T23:24:57.887Z[ host-image] Sep 01 23:24:56.468 INFO O| Sep 01 23:24:56.468 INFO O| Download: Completed 13.27 MB in 0.19 seconds (71.0M/s)
48792026-09-01T23:24:57.909Z[ host-image] Sep 01 23:24:56.488 INFO O| Sep 01 23:24:56.488 INFO O| Actions: 1/22 actions (Installing new actions)
48802026-09-01T23:24:57.923Z[verify-libraries] Compiling nom v8.0.0
48812026-09-01T23:24:57.927Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48822026-09-01T23:24:57.961Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
48832026-09-01T23:24:58.064Z[verify-libraries] Compiling sqlformat v0.3.5
48842026-09-01T23:24:58.134Z[ host-image] Sep 01 23:24:56.714 INFO O| Sep 01 23:24:56.714 INFO O| Actions: Completed 22 actions in 0.23 seconds.
48852026-09-01T23:24:58.139Z[verify-libraries] Compiling steno v0.4.1
48862026-09-01T23:24:58.175Z[ host-image] Sep 01 23:24:56.756 INFO O| Sep 01 23:24:56.756 INFO O| Finalize: Updating package state database ... Done
48872026-09-01T23:24:58.175Z[ host-image] Sep 01 23:24:56.756 INFO O| Sep 01 23:24:56.756 INFO O| Finalize: Updating package cache ... Done
48882026-09-01T23:24:58.232Z[verify-libraries] Compiling sha1 v0.10.6
48892026-09-01T23:24:58.273Z[ host-image] Sep 01 23:24:56.853 INFO O| Sep 01 23:24:56.853 INFO O| Finalize: Updating image state ... Done
48902026-09-01T23:24:58.308Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
48912026-09-01T23:24:58.407Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
48922026-09-01T23:24:58.556Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
48932026-09-01T23:24:58.880Z[verify-libraries] Compiling tagptr v0.2.0
48942026-09-01T23:24:58.912Z[verify-libraries] Compiling utf-8 v0.7.6
48952026-09-01T23:24:58.916Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48962026-09-01T23:24:58.969Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
48972026-09-01T23:24:59.029Z[verify-libraries] Compiling libefi-sys v0.1.0
48982026-09-01T23:24:59.098Z[verify-libraries] Compiling moka v0.12.13
48992026-09-01T23:24:59.150Z[verify-libraries] Compiling tungstenite v0.21.0
49002026-09-01T23:24:59.225Z[verify-libraries] Compiling bitfield-struct v0.6.2
49012026-09-01T23:24:59.253Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
49022026-09-01T23:24:59.257Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
49032026-09-01T23:24:59.274Z[ host-image] Sep 01 23:24:57.855 INFO O| Sep 01 23:24:57.855 INFO O| Finalize: Creating fast lookup database ... Done
49042026-09-01T23:24:59.303Z[ host-image] Sep 01 23:24:57.883 INFO O| Sep 01 23:24:57.883 INFO O| Finalize: Reading search index ... Done
49052026-09-01T23:24:59.303Z[ host-image] Sep 01 23:24:57.884 INFO O| Sep 01 23:24:57.884 INFO O| Finalize: Updating search index ... Done
49062026-09-01T23:24:59.313Z[verify-libraries] Compiling xshell-macros v0.2.7
49072026-09-01T23:24:59.317Z[ host-image] Sep 01 23:24:57.896 INFO O| Sep 01 23:24:57.895 INFO O| Finalize: Updating package cache ... Done
49082026-09-01T23:24:59.420Z[ recovery-image] Sep 01 23:24:58.000 INFO O| Sep 01 23:24:58.000 INFO O| Startup: Refreshing catalog 'helios' ... Done
49092026-09-01T23:24:59.495Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
49102026-09-01T23:24:59.655Z[ host-image] Sep 01 23:24:58.235 INFO O| Sep 01 23:24:58.226 INFO STEP 14 (pkg_install) COMPLETE
49112026-09-01T23:24:59.655Z[ host-image] Sep 01 23:24:58.235 INFO O| Sep 01 23:24:58.227 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49122026-09-01T23:24:59.655Z[ host-image] Sep 01 23:24:58.235 INFO O| Sep 01 23:24:58.227 INFO skip step because feature "mbist" is not enabled
49132026-09-01T23:24:59.659Z[ host-image] Sep 01 23:24:58.235 INFO O| Sep 01 23:24:58.227 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49142026-09-01T23:24:59.659Z[ host-image] Sep 01 23:24:58.235 INFO O| Sep 01 23:24:58.227 INFO skip step because feature "mfg" is not enabled
49152026-09-01T23:24:59.659Z[ host-image] Sep 01 23:24:58.235 INFO O| Sep 01 23:24:58.227 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49162026-09-01T23:24:59.659Z[ host-image] Sep 01 23:24:58.235 INFO O| Sep 01 23:24:58.227 INFO skip step because feature "compliance" is not enabled
49172026-09-01T23:24:59.659Z[ host-image] Sep 01 23:24:58.235 INFO O| Sep 01 23:24:58.227 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49182026-09-01T23:24:59.660Z[ host-image] Sep 01 23:24:58.235 INFO O| Sep 01 23:24:58.227 INFO skip step because feature "stress" is not enabled
49192026-09-01T23:24:59.660Z[ host-image] Sep 01 23:24:58.235 INFO O| Sep 01 23:24:58.227 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49202026-09-01T23:24:59.660Z[ host-image] Sep 01 23:24:58.235 INFO O| Sep 01 23:24:58.227 INFO skip step because feature "compliance" is not enabled
49212026-09-01T23:24:59.660Z[ host-image] Sep 01 23:24:58.235 INFO O| Sep 01 23:24:58.227 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49222026-09-01T23:24:59.660Z[ host-image] Sep 01 23:24:58.235 INFO O| Sep 01 23:24:58.227 INFO skip step because feature "nfs" is not enabled
49232026-09-01T23:24:59.660Z[ host-image] Sep 01 23:24:58.235 INFO O| Sep 01 23:24:58.227 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
49242026-09-01T23:24:59.660Z[ host-image] Sep 01 23:24:58.235 INFO O| Sep 01 23:24:58.227 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
49252026-09-01T23:24:59.665Z[verify-libraries] Compiling sha2 v0.11.0
49262026-09-01T23:24:59.766Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
49272026-09-01T23:24:59.872Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
49282026-09-01T23:24:59.893Z[ host-image] Sep 01 23:24:58.472 INFO O| Sep 01 23:24:58.472 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
49292026-09-01T23:24:59.909Z[verify-libraries] Compiling hickory-resolver v0.25.2
49302026-09-01T23:24:59.939Z[verify-libraries] Compiling xshell v0.2.7
49312026-09-01T23:24:59.981Z[ recovery-image] Sep 01 23:24:58.559 INFO O| Sep 01 23:24:58.559 INFO O| Startup: Caching catalogs ... Done
49322026-09-01T23:25:00.007Z[ host-image] Sep 01 23:24:58.587 INFO O| Sep 01 23:24:58.587 INFO completed processing sled/ramdisk-01-os
49332026-09-01T23:25:00.013Z[ host-image] Sep 01 23:24:58.590 INFO omicron1 baseline generation...
49342026-09-01T23:25:00.013Z[ host-image] Sep 01 23:24:58.590 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
49352026-09-01T23:25:00.013Z[verify-libraries] Compiling libscf-sys v1.2.0
49362026-09-01T23:25:00.068Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
49372026-09-01T23:25:00.132Z[verify-libraries] Compiling subprocess v0.2.15
49382026-09-01T23:25:00.187Z[verify-libraries] Compiling papergrid v0.18.0
49392026-09-01T23:25:00.274Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
49402026-09-01T23:25:00.355Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
49412026-09-01T23:25:00.369Z[ host-image] Sep 01 23:24:58.949 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24233:20260901T130637Z
49422026-09-01T23:25:00.447Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49432026-09-01T23:25:00.552Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49442026-09-01T23:25:00.590Z[verify-libraries] Compiling headers-core v0.3.0
49452026-09-01T23:25:00.696Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49462026-09-01T23:25:00.845Z[verify-libraries] Compiling unicase v2.9.0
49472026-09-01T23:25:00.907Z[verify-libraries] Compiling headers v0.4.1
49482026-09-01T23:25:01.038Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
49492026-09-01T23:25:01.169Z[verify-libraries] Compiling darling_core v0.21.3
49502026-09-01T23:25:01.222Z[verify-libraries] Compiling tabled v0.21.0
49512026-09-01T23:25:01.316Z[verify-libraries] Compiling maplit v1.0.2
49522026-09-01T23:25:01.520Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49532026-09-01T23:25:01.606Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
49542026-09-01T23:25:01.639Z[verify-libraries] Compiling yasna v0.5.2
49552026-09-01T23:25:01.788Z[verify-libraries] Compiling crc8 v0.1.1
49562026-09-01T23:25:01.962Z[verify-libraries] Compiling vergen-lib v0.1.6
49572026-09-01T23:25:02.011Z[verify-libraries] Compiling diesel_derives v2.3.7
49582026-09-01T23:25:02.116Z[verify-libraries] Compiling port-file v0.1.0
49592026-09-01T23:25:02.195Z[verify-libraries] Compiling rcgen v0.12.1
49602026-09-01T23:25:02.339Z[verify-libraries] Compiling vergen-gitcl v1.0.8
49612026-09-01T23:25:02.441Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
49622026-09-01T23:25:02.502Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
49632026-09-01T23:25:02.502Z[verify-libraries] Compiling half v1.8.3
49642026-09-01T23:25:02.708Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
49652026-09-01T23:25:02.778Z[verify-libraries] Compiling serde_cbor v0.11.2
49662026-09-01T23:25:02.851Z[verify-libraries] Compiling r2d2 v0.8.10
49672026-09-01T23:25:03.003Z[verify-libraries] Compiling progenitor v0.14.0
49682026-09-01T23:25:03.013Z[ recovery-image] Sep 01 23:25:01.591 INFO O| Sep 01 23:25:01.591 INFO O| Planning: Solver setup ... Done
49692026-09-01T23:25:03.074Z[verify-libraries] Compiling dirs-sys-next v0.1.2
49702026-09-01T23:25:03.147Z[verify-libraries] Compiling crunchy v0.2.4
49712026-09-01T23:25:03.187Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
49722026-09-01T23:25:03.187Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
49732026-09-01T23:25:03.274Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
49742026-09-01T23:25:03.325Z[ recovery-image] Sep 01 23:25:01.904 INFO O| Sep 01 23:25:01.904 INFO O| Planning: Running solver ... Done
49752026-09-01T23:25:03.383Z[ recovery-image] Sep 01 23:25:01.963 INFO O| Sep 01 23:25:01.962 INFO O| Planning: Finding local manifests ... Done
49762026-09-01T23:25:03.439Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
49772026-09-01T23:25:03.446Z[ recovery-image] Sep 01 23:25:02.026 INFO O| Sep 01 23:25:02.026 INFO O| Planning: Fetching manifests: 0/130 0% complete
49782026-09-01T23:25:03.510Z[verify-libraries] Compiling cpubits v0.1.1
49792026-09-01T23:25:03.534Z[verify-libraries] Compiling downcast-rs v2.0.2
49802026-09-01T23:25:03.661Z[verify-libraries] Compiling dirs-next v2.0.0
49812026-09-01T23:25:03.853Z[verify-libraries] Compiling clang-sys v1.8.1
49822026-09-01T23:25:03.898Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
49832026-09-01T23:25:03.928Z[verify-libraries] Compiling darling_macro v0.21.3
49842026-09-01T23:25:03.962Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
49852026-09-01T23:25:04.222Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
49862026-09-01T23:25:04.278Z[verify-libraries] Compiling tiny-keccak v2.0.2
49872026-09-01T23:25:04.282Z[verify-libraries] Compiling term v0.7.0
49882026-09-01T23:25:04.325Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
49892026-09-01T23:25:04.387Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
49902026-09-01T23:25:04.482Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
49912026-09-01T23:25:04.538Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
49922026-09-01T23:25:04.588Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
49932026-09-01T23:25:04.674Z[verify-libraries] Compiling darling v0.21.3
49942026-09-01T23:25:04.713Z[verify-libraries] Compiling bit-vec v0.6.3
49952026-09-01T23:25:04.785Z[verify-libraries] Compiling dsl_auto_type v0.2.0
49962026-09-01T23:25:04.847Z[verify-libraries] Compiling diff v0.1.13
49972026-09-01T23:25:04.870Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
49982026-09-01T23:25:04.934Z[verify-libraries] Compiling ascii-canvas v3.0.0
49992026-09-01T23:25:04.970Z[verify-libraries] Compiling bit-set v0.5.3
50002026-09-01T23:25:05.061Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
50012026-09-01T23:25:05.165Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50022026-09-01T23:25:05.218Z[verify-libraries] Compiling itertools v0.10.5
50032026-09-01T23:25:05.269Z[verify-libraries] Compiling ena v0.14.4
50042026-09-01T23:25:05.273Z[verify-libraries] Compiling libloading v0.8.9
50052026-09-01T23:25:05.320Z[verify-libraries] Compiling regex-syntax v0.6.29
50062026-09-01T23:25:05.429Z[verify-libraries] Compiling bindgen v0.71.1
50072026-09-01T23:25:05.512Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50082026-09-01T23:25:05.534Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50092026-09-01T23:25:05.742Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
50102026-09-01T23:25:05.841Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
50112026-09-01T23:25:05.907Z[verify-libraries] Compiling cexpr v0.6.0
50122026-09-01T23:25:05.967Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
50132026-09-01T23:25:05.993Z[verify-libraries] Compiling rustc-hash v2.1.1
50142026-09-01T23:25:06.131Z[verify-libraries] Compiling rfc6979 v0.4.0
50152026-09-01T23:25:06.313Z[verify-libraries] Compiling libxml v0.3.3
50162026-09-01T23:25:06.346Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
50172026-09-01T23:25:06.421Z[verify-libraries] Compiling ecdsa v0.16.9
50182026-09-01T23:25:06.453Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50192026-09-01T23:25:06.497Z[ recovery-image] Sep 01 23:25:05.077 INFO O| Sep 01 23:25:05.077 INFO O| Planning: Fetching manifests: 130/130 100% complete
50202026-09-01T23:25:06.541Z[verify-libraries] Compiling primeorder v0.13.6
50212026-09-01T23:25:06.629Z[verify-libraries] Compiling strum_macros v0.24.3
50222026-09-01T23:25:06.673Z[verify-libraries] Compiling hashbrown v0.14.5
50232026-09-01T23:25:06.771Z[verify-libraries] Compiling lalrpop v0.19.12
50242026-09-01T23:25:06.838Z[verify-libraries] Compiling hmac v0.13.0
50252026-09-01T23:25:06.884Z[verify-libraries] Compiling universal-hash v0.6.1
50262026-09-01T23:25:06.923Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
50272026-09-01T23:25:06.924Z[verify-libraries] Compiling fxhash v0.2.1
50282026-09-01T23:25:06.935Z[ recovery-image] Sep 01 23:25:05.515 INFO O| Sep 01 23:25:05.515 INFO O| Planning: Package planning ... Done
50292026-09-01T23:25:07.107Z[verify-libraries] Compiling salty v0.3.0
50302026-09-01T23:25:07.189Z[verify-libraries] Compiling indoc v1.0.9
50312026-09-01T23:25:07.246Z[ recovery-image] Sep 01 23:25:05.826 INFO O| Sep 01 23:25:05.826 INFO O| Planning: Merging actions ... Done
50322026-09-01T23:25:07.294Z[verify-libraries] Compiling knus-derive v3.4.0
50332026-09-01T23:25:07.322Z[ recovery-image] Sep 01 23:25:05.902 INFO O| Sep 01 23:25:05.902 INFO O| Planning: Checking for conflicting actions ... Done
50342026-09-01T23:25:07.366Z[verify-libraries] Compiling chumsky v0.9.3
50352026-09-01T23:25:07.385Z[ recovery-image] Sep 01 23:25:05.966 INFO O| Sep 01 23:25:05.965 INFO O| Planning: Consolidating action changes ... Done
50362026-09-01T23:25:07.526Z[ recovery-image] Sep 01 23:25:06.107 INFO O| Sep 01 23:25:06.106 INFO O| Planning: Evaluating mediators ... Done
50372026-09-01T23:25:07.545Z[verify-libraries] Compiling p384 v0.13.1
50382026-09-01T23:25:07.839Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
50392026-09-01T23:25:07.913Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50402026-09-01T23:25:08.163Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50412026-09-01T23:25:08.313Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
50422026-09-01T23:25:08.336Z[verify-libraries] Compiling oso-derive v0.27.3
50432026-09-01T23:25:08.386Z[verify-libraries] Compiling quick-xml v0.37.5
50442026-09-01T23:25:08.661Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
50452026-09-01T23:25:08.891Z[verify-libraries] Compiling openssl-probe v0.1.6
50462026-09-01T23:25:09.018Z[verify-libraries] Compiling knus v3.4.0
50472026-09-01T23:25:09.047Z[ recovery-image] Sep 01 23:25:07.628 INFO O| Sep 01 23:25:07.628 INFO O| Planning: Planning completed in 9.05 seconds
50482026-09-01T23:25:09.047Z[ recovery-image] Sep 01 23:25:07.628 INFO O| Sep 01 23:25:07.628 INFO O| Packages to install: 130
50492026-09-01T23:25:09.048Z[ recovery-image] Sep 01 23:25:07.628 INFO O| Sep 01 23:25:07.628 INFO O| Mediators to change: 5
50502026-09-01T23:25:09.052Z[ recovery-image] Sep 01 23:25:07.628 INFO O| Sep 01 23:25:07.628 INFO O| Services to change: 5
50512026-09-01T23:25:09.085Z[ recovery-image] Sep 01 23:25:07.665 INFO O| Sep 01 23:25:07.659 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
50522026-09-01T23:25:09.155Z[verify-libraries] Compiling polyval v0.7.1
50532026-09-01T23:25:09.474Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50542026-09-01T23:25:09.526Z[verify-libraries] Compiling der v0.8.0
50552026-09-01T23:25:09.598Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
50562026-09-01T23:25:10.207Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50572026-09-01T23:25:10.335Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50582026-09-01T23:25:10.476Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
50592026-09-01T23:25:10.717Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
50602026-09-01T23:25:11.169Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50612026-09-01T23:25:11.414Z[verify-libraries] Compiling git-stub v1.0.0
50622026-09-01T23:25:11.445Z[verify-libraries] Compiling diesel v2.3.7
50632026-09-01T23:25:11.748Z[verify-libraries] Compiling kstat-rs v0.2.5
50642026-09-01T23:25:12.131Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50652026-09-01T23:25:12.164Z[verify-libraries] Compiling trait-variant v0.1.2
50662026-09-01T23:25:12.206Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
50672026-09-01T23:25:12.484Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50682026-09-01T23:25:12.601Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50692026-09-01T23:25:12.890Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
50702026-09-01T23:25:12.918Z[verify-libraries] Compiling git-stub-vcs v0.1.0
50712026-09-01T23:25:13.170Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
50722026-09-01T23:25:13.406Z[verify-libraries] Compiling ghash v0.6.0
50732026-09-01T23:25:13.470Z[verify-libraries] Compiling pbkdf2 v0.13.0
50742026-09-01T23:25:13.619Z[verify-libraries] Compiling aes v0.9.1
50752026-09-01T23:25:13.701Z[verify-libraries] Compiling crypto-bigint v0.7.5
50762026-09-01T23:25:13.786Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50772026-09-01T23:25:13.790Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
50782026-09-01T23:25:14.086Z[ recovery-image] Sep 01 23:25:12.665 INFO O| Sep 01 23:25:12.665 INFO O| Download: 8546/16682 items 87.9/200.0MB 43% complete (17.7M/s)
50792026-09-01T23:25:14.546Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
50802026-09-01T23:25:14.650Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
50812026-09-01T23:25:14.840Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
50822026-09-01T23:25:14.937Z[verify-libraries] Compiling ctr v0.10.1
50832026-09-01T23:25:15.225Z[verify-libraries] Compiling aead v0.6.1
50842026-09-01T23:25:15.260Z[verify-libraries] Compiling bb8 v0.8.6
50852026-09-01T23:25:15.293Z[verify-libraries] Compiling parking_lot_core v0.8.6
50862026-09-01T23:25:15.444Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50872026-09-01T23:25:15.490Z[verify-libraries] Compiling aes-gcm v0.11.0
50882026-09-01T23:25:15.665Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50892026-09-01T23:25:15.836Z[verify-libraries] Compiling spki v0.8.0
50902026-09-01T23:25:16.035Z[verify-libraries] Compiling mime_guess v2.0.5
50912026-09-01T23:25:16.097Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50922026-09-01T23:25:16.189Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
50932026-09-01T23:25:16.362Z[verify-libraries] Compiling salsa20 v0.11.0
50942026-09-01T23:25:16.455Z[verify-libraries] Compiling nanorand v0.7.0
50952026-09-01T23:25:16.506Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
50962026-09-01T23:25:16.612Z[verify-libraries] Compiling scrypt v0.12.0
50972026-09-01T23:25:16.751Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
50982026-09-01T23:25:16.922Z[verify-libraries] Compiling flume v0.11.1
50992026-09-01T23:25:17.042Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
51002026-09-01T23:25:17.072Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51012026-09-01T23:25:17.126Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
51022026-09-01T23:25:17.326Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
51032026-09-01T23:25:17.459Z[verify-libraries] Compiling cbc v0.2.1
51042026-09-01T23:25:17.763Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
51052026-09-01T23:25:17.763Z[verify-libraries] Compiling digest-io v0.1.0
51062026-09-01T23:25:17.835Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
51072026-09-01T23:25:17.982Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51082026-09-01T23:25:18.212Z[verify-libraries] Compiling rawzip v0.4.4
51092026-09-01T23:25:18.386Z[verify-libraries] Compiling corncobs v0.1.4
51102026-09-01T23:25:18.433Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51112026-09-01T23:25:18.522Z[verify-libraries] Compiling nonempty v0.12.0
51122026-09-01T23:25:18.679Z[verify-libraries] Compiling http-range v0.1.5
51132026-09-01T23:25:18.860Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51142026-09-01T23:25:19.039Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
51152026-09-01T23:25:19.070Z[verify-libraries] Compiling pkcs5 v0.8.1
51162026-09-01T23:25:19.085Z[ recovery-image] Sep 01 23:25:17.665 INFO O| Sep 01 23:25:17.665 INFO O| Download: 16276/16682 items 186.0/200.0MB 92% complete (18.5M/s)
51172026-09-01T23:25:19.357Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
51182026-09-01T23:25:19.393Z[verify-libraries] Compiling parking_lot v0.11.2
51192026-09-01T23:25:19.539Z[ recovery-image] Sep 01 23:25:18.120 INFO O| Sep 01 23:25:18.120 INFO O| Download: Completed 200.01 MB in 10.46 seconds (19.1M/s)
51202026-09-01T23:25:19.706Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
51212026-09-01T23:25:19.904Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
51222026-09-01T23:25:20.148Z[verify-libraries] Compiling ignore v0.4.25
51232026-09-01T23:25:20.151Z[verify-libraries] Compiling anstyle-parse v0.2.7
51242026-09-01T23:25:20.261Z[verify-libraries] Compiling prefix-trie v0.7.0
51252026-09-01T23:25:20.472Z[verify-libraries] Compiling secrecy v0.8.0
51262026-09-01T23:25:20.483Z[ recovery-image] Sep 01 23:25:19.064 INFO O| Sep 01 23:25:19.064 INFO O| Actions: 1/27580 actions (Installing new actions)
51272026-09-01T23:25:20.625Z[verify-libraries] Compiling anstream v0.6.21
51282026-09-01T23:25:20.809Z[verify-libraries] Compiling hickory-server v0.25.2
51292026-09-01T23:25:21.006Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
51302026-09-01T23:25:21.029Z[verify-libraries] Compiling globwalk v0.9.1
51312026-09-01T23:25:21.087Z[verify-libraries] Compiling hyper-staticfile v0.10.1
51322026-09-01T23:25:21.394Z[verify-libraries] Compiling sled v0.34.7
51332026-09-01T23:25:21.424Z[verify-libraries] Compiling pkcs8 v0.11.0
51342026-09-01T23:25:21.518Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
51352026-09-01T23:25:21.672Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
51362026-09-01T23:25:21.742Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
51372026-09-01T23:25:21.921Z[verify-libraries] Compiling predicates-tree v1.0.13
51382026-09-01T23:25:22.028Z[verify-libraries] Compiling rand_seeder v0.4.0
51392026-09-01T23:25:22.150Z[verify-libraries] Compiling ff v0.14.0
51402026-09-01T23:25:22.280Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
51412026-09-01T23:25:22.355Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
51422026-09-01T23:25:22.394Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
51432026-09-01T23:25:22.565Z[verify-libraries] Compiling libz-sys v1.1.24
51442026-09-01T23:25:22.634Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
51452026-09-01T23:25:22.740Z[verify-libraries] Compiling group v0.14.0
51462026-09-01T23:25:22.781Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
51472026-09-01T23:25:22.817Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51482026-09-01T23:25:22.842Z[verify-libraries] Compiling signature v3.0.0
51492026-09-01T23:25:22.923Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51502026-09-01T23:25:23.082Z[verify-libraries] Compiling instability v0.3.11
51512026-09-01T23:25:23.214Z[verify-libraries] Compiling base16ct v1.0.0
51522026-09-01T23:25:23.437Z[verify-libraries] Compiling sec1 v0.8.1
51532026-09-01T23:25:23.515Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
51542026-09-01T23:25:23.569Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
51552026-09-01T23:25:23.601Z[verify-libraries] Compiling hkdf v0.13.0
51562026-09-01T23:25:23.794Z[verify-libraries] Compiling scuffle v0.1.0
51572026-09-01T23:25:23.920Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51582026-09-01T23:25:23.979Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
51592026-09-01T23:25:24.010Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
51602026-09-01T23:25:24.053Z[verify-libraries] Compiling castaway v0.2.4
51612026-09-01T23:25:24.080Z[verify-libraries] Compiling indoc v2.0.7
51622026-09-01T23:25:24.272Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
51632026-09-01T23:25:24.431Z[verify-libraries] Compiling compact_str v0.8.1
51642026-09-01T23:25:24.434Z[verify-libraries] Compiling elliptic-curve v0.14.1
51652026-09-01T23:25:24.773Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
51662026-09-01T23:25:24.844Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
51672026-09-01T23:25:25.113Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
51682026-09-01T23:25:25.220Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
51692026-09-01T23:25:25.489Z[ recovery-image] Sep 01 23:25:24.070 INFO O| Sep 01 23:25:24.064 INFO O| Actions: 22227/27580 actions (Installing new actions)
51702026-09-01T23:25:25.545Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
51712026-09-01T23:25:25.571Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
51722026-09-01T23:25:25.603Z[verify-libraries] Compiling lru v0.12.5
51732026-09-01T23:25:25.680Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
51742026-09-01T23:25:25.858Z[verify-libraries] Compiling unicode-truncate v1.1.0
51752026-09-01T23:25:25.966Z[verify-libraries] Compiling arc-swap v1.8.2
51762026-09-01T23:25:26.072Z[verify-libraries] Compiling cassowary v0.3.0
51772026-09-01T23:25:26.160Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
51782026-09-01T23:25:26.189Z[ recovery-image] Sep 01 23:25:24.769 INFO O| Sep 01 23:25:24.769 INFO O| Actions: Completed 27580 actions in 5.70 seconds.
51792026-09-01T23:25:26.200Z[verify-libraries] Compiling wnaf v0.14.0
51802026-09-01T23:25:26.269Z[ recovery-image] Sep 01 23:25:24.846 INFO O| Sep 01 23:25:24.846 INFO O| Finalize: Updating package state database ... Done
51812026-09-01T23:25:26.269Z[ recovery-image] Sep 01 23:25:24.846 INFO O| Sep 01 23:25:24.846 INFO O| Finalize: Updating package cache ... Done
51822026-09-01T23:25:26.395Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
51832026-09-01T23:25:26.412Z[ recovery-image] Sep 01 23:25:24.992 INFO O| Sep 01 23:25:24.992 INFO O| Finalize: Updating image state ... Done
51842026-09-01T23:25:26.468Z[verify-libraries] Compiling slog-scope v4.4.1
51852026-09-01T23:25:26.522Z[verify-libraries] Compiling ratatui v0.29.0
51862026-09-01T23:25:26.701Z[verify-libraries] Compiling primefield v0.14.0
51872026-09-01T23:25:26.864Z[verify-libraries] Compiling rfc6979 v0.6.0
51882026-09-01T23:25:27.066Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
51892026-09-01T23:25:27.118Z[verify-libraries] Compiling progenitor-impl v0.13.0
51902026-09-01T23:25:27.182Z[ recovery-image] Sep 01 23:25:25.763 INFO O| Sep 01 23:25:25.763 INFO O| Finalize: Creating fast lookup database ... Done
51912026-09-01T23:25:27.201Z[ recovery-image] Sep 01 23:25:25.782 INFO O| Sep 01 23:25:25.781 INFO O| Finalize: Reading search index ... Done
51922026-09-01T23:25:27.617Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
51932026-09-01T23:25:27.747Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
51942026-09-01T23:25:28.039Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
51952026-09-01T23:25:28.285Z[verify-libraries] Compiling vergen-git2 v9.1.0
51962026-09-01T23:25:28.625Z[verify-libraries] Compiling strsim v0.10.0
51972026-09-01T23:25:28.724Z[verify-libraries] Compiling ecdsa v0.17.0
51982026-09-01T23:25:29.038Z[ recovery-image] Sep 01 23:25:27.618 INFO O| Sep 01 23:25:27.618 INFO O| Finalize: Building new search index ... Done
51992026-09-01T23:25:29.154Z[verify-libraries] Compiling diesel-dtrace v0.5.0
52002026-09-01T23:25:29.316Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
52012026-09-01T23:25:29.344Z[ recovery-image] Sep 01 23:25:27.924 INFO O| Sep 01 23:25:27.924 INFO O| Finalize: Updating package cache ... Done
52022026-09-01T23:25:29.517Z[verify-libraries] Compiling darling_core v0.13.4
52032026-09-01T23:25:29.548Z[verify-libraries] Compiling primeorder v0.14.0
52042026-09-01T23:25:29.620Z[verify-libraries] Compiling slog-stdlog v4.1.1
52052026-09-01T23:25:29.764Z[ recovery-image] Sep 01 23:25:28.345 INFO O| Sep 01 23:25:28.345 INFO STEP 11 (pkg_install) COMPLETE
52062026-09-01T23:25:29.769Z[ recovery-image] Sep 01 23:25:28.345 INFO O| Sep 01 23:25:28.345 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52072026-09-01T23:25:29.769Z[ recovery-image] Sep 01 23:25:28.345 INFO O| Sep 01 23:25:28.345 INFO skip step because feature "recovery" is enabled
52082026-09-01T23:25:29.769Z[ recovery-image] Sep 01 23:25:28.345 INFO O| Sep 01 23:25:28.345 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52092026-09-01T23:25:29.769Z[ recovery-image] Sep 01 23:25:28.345 INFO O| Sep 01 23:25:28.345 INFO skip step because feature "omicron1" is not enabled
52102026-09-01T23:25:29.769Z[ recovery-image] Sep 01 23:25:28.345 INFO O| Sep 01 23:25:28.345 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52112026-09-01T23:25:29.775Z[ recovery-image] Sep 01 23:25:28.355 INFO O| Sep 01 23:25:28.355 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
52122026-09-01T23:25:29.863Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
52132026-09-01T23:25:29.919Z[verify-libraries] Compiling tungstenite v0.23.0
52142026-09-01T23:25:29.945Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
52152026-09-01T23:25:30.057Z[verify-libraries] Compiling progenitor-client v0.13.0
52162026-09-01T23:25:30.185Z[verify-libraries] Compiling progenitor-macro v0.13.0
52172026-09-01T23:25:30.221Z[verify-libraries] Compiling console v0.16.2
52182026-09-01T23:25:30.303Z[verify-libraries] Compiling curve25519-dalek v5.0.0
52192026-09-01T23:25:30.443Z[verify-libraries] Compiling libsw-core v0.3.2
52202026-09-01T23:25:30.542Z[verify-libraries] Compiling unit-prefix v0.5.2
52212026-09-01T23:25:30.703Z[verify-libraries] Compiling void v1.0.2
52222026-09-01T23:25:30.804Z[verify-libraries] Compiling assert_matches v1.5.0
52232026-09-01T23:25:30.842Z[verify-libraries] Compiling lzss v0.8.2
52242026-09-01T23:25:30.921Z[verify-libraries] Compiling indicatif v0.18.4
52252026-09-01T23:25:30.926Z[verify-libraries] Compiling libsw v3.5.0
52262026-09-01T23:25:30.926Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
52272026-09-01T23:25:30.986Z[verify-libraries] Compiling slog-envlogger v2.2.0
52282026-09-01T23:25:31.130Z[verify-libraries] Compiling ssh-encoding v0.3.0
52292026-09-01T23:25:31.185Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
52302026-09-01T23:25:31.257Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
52312026-09-01T23:25:31.296Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
52322026-09-01T23:25:31.389Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
52332026-09-01T23:25:31.567Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
52342026-09-01T23:25:31.604Z[verify-libraries] Compiling darling_macro v0.13.4
52352026-09-01T23:25:31.639Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
52362026-09-01T23:25:31.662Z[verify-libraries] Compiling nix v0.27.1
52372026-09-01T23:25:31.830Z[verify-libraries] Compiling colored v2.2.0
52382026-09-01T23:25:31.858Z[verify-libraries] Compiling blake3 v1.8.5
52392026-09-01T23:25:31.898Z[verify-libraries] Compiling serde_bytes v0.11.19
52402026-09-01T23:25:32.192Z[verify-libraries] Compiling keccak v0.2.0
52412026-09-01T23:25:32.225Z[verify-libraries] Compiling shell-words v1.1.1
52422026-09-01T23:25:32.260Z[verify-libraries] Compiling darling v0.13.4
52432026-09-01T23:25:32.388Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
52442026-09-01T23:25:32.486Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
52452026-09-01T23:25:32.569Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
52462026-09-01T23:25:32.852Z[verify-libraries] Compiling ed25519 v3.0.0
52472026-09-01T23:25:32.910Z[verify-libraries] Compiling crypto-primes v0.7.2
52482026-09-01T23:25:33.005Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
52492026-09-01T23:25:33.041Z[verify-libraries] Compiling poly1305 v0.9.0
52502026-09-01T23:25:33.411Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
52512026-09-01T23:25:33.491Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
52522026-09-01T23:25:33.902Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
52532026-09-01T23:25:33.934Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
52542026-09-01T23:25:34.070Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
52552026-09-01T23:25:34.122Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
52562026-09-01T23:25:34.179Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
52572026-09-01T23:25:34.182Z[verify-libraries] Compiling blowfish v0.10.0
52582026-09-01T23:25:34.242Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
52592026-09-01T23:25:34.340Z[verify-libraries] Compiling petname v2.0.2
52602026-09-01T23:25:34.378Z[verify-libraries] Compiling arrayref v0.3.9
52612026-09-01T23:25:34.461Z[verify-libraries] Compiling constant_time_eq v0.4.2
52622026-09-01T23:25:34.515Z[verify-libraries] Compiling arrayvec v0.7.6
52632026-09-01T23:25:34.616Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
52642026-09-01T23:25:34.758Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
52652026-09-01T23:25:35.020Z[verify-libraries] Compiling rsa v0.10.0-rc.18
52662026-09-01T23:25:35.128Z[verify-libraries] Compiling ed25519-dalek v3.0.0
52672026-09-01T23:25:35.181Z[verify-libraries] Compiling ssh-cipher v0.3.0
52682026-09-01T23:25:35.264Z[verify-libraries] Compiling serde_with_macros v1.5.2
52692026-09-01T23:25:35.587Z[verify-libraries] Compiling sha3 v0.11.0
52702026-09-01T23:25:35.679Z[verify-libraries] Compiling progenitor v0.13.0
52712026-09-01T23:25:35.756Z[verify-libraries] Compiling p521 v0.14.0
52722026-09-01T23:25:35.858Z[verify-libraries] Compiling p384 v0.14.0
52732026-09-01T23:25:35.952Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
52742026-09-01T23:25:36.024Z[verify-libraries] Compiling p256 v0.14.0
52752026-09-01T23:25:36.099Z[ recovery-image] Sep 01 23:25:34.676 INFO O| Sep 01 23:25:34.676 INFO O| Startup: Refreshing catalog 'helios' ... Done
52762026-09-01T23:25:36.121Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
52772026-09-01T23:25:36.221Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52782026-09-01T23:25:36.221Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
52792026-09-01T23:25:36.373Z[verify-libraries] Compiling twox-hash v2.1.2
52802026-09-01T23:25:36.581Z[ recovery-image] Sep 01 23:25:35.162 INFO O| Sep 01 23:25:35.162 INFO O| Startup: Caching catalogs ... Done
52812026-09-01T23:25:36.653Z[verify-libraries] Compiling kem v0.3.0
52822026-09-01T23:25:36.827Z[verify-libraries] Compiling module-lattice v0.2.3
52832026-09-01T23:25:36.891Z[verify-libraries] Compiling rtoolbox v0.0.3
52842026-09-01T23:25:36.920Z[verify-libraries] Compiling atty v0.2.14
52852026-09-01T23:25:37.126Z[verify-libraries] Compiling sponge-cursor v0.1.0
52862026-09-01T23:25:37.129Z[verify-libraries] Compiling topological-sort v0.2.2
52872026-09-01T23:25:37.200Z[ recovery-image] Sep 01 23:25:35.780 INFO O| Sep 01 23:25:35.780 INFO O| Planning: Solver setup ... Done
52882026-09-01T23:25:37.206Z[ recovery-image] Sep 01 23:25:35.785 INFO O| Sep 01 23:25:35.785 INFO O| Planning: Running solver ... Done
52892026-09-01T23:25:37.224Z[ recovery-image] Sep 01 23:25:35.803 INFO O| Sep 01 23:25:35.803 INFO O| Planning: Finding local manifests ... Done
52902026-09-01T23:25:37.266Z[verify-libraries] Compiling sha3 v0.12.0
52912026-09-01T23:25:37.270Z[ recovery-image] Sep 01 23:25:35.851 INFO O| Sep 01 23:25:35.851 INFO O| Planning: Fetching manifests: 0/1 0% complete
52922026-09-01T23:25:37.276Z[ recovery-image] Sep 01 23:25:35.857 INFO O| Sep 01 23:25:35.857 INFO O| Planning: Fetching manifests: 1/1 100% complete
52932026-09-01T23:25:37.288Z[verify-libraries] Compiling rpassword v7.5.4
52942026-09-01T23:25:37.296Z[ recovery-image] Sep 01 23:25:35.876 INFO O| Sep 01 23:25:35.876 INFO O| Planning: Package planning ... Done
52952026-09-01T23:25:37.296Z[ recovery-image] Sep 01 23:25:35.876 INFO O| Sep 01 23:25:35.876 INFO O| Planning: Merging actions ... Done
52962026-09-01T23:25:37.317Z[ recovery-image] Sep 01 23:25:35.897 INFO O| Sep 01 23:25:35.897 INFO O| Planning: Checking for conflicting actions ... Done
52972026-09-01T23:25:37.320Z[ recovery-image] Sep 01 23:25:35.898 INFO O| Sep 01 23:25:35.898 INFO O| Planning: Consolidating action changes ... Done
52982026-09-01T23:25:37.349Z[verify-libraries] Compiling ml-kem v0.3.2
52992026-09-01T23:25:37.411Z[ recovery-image] Sep 01 23:25:35.991 INFO O| Sep 01 23:25:35.991 INFO O| Planning: Evaluating mediators ... Done
53002026-09-01T23:25:37.444Z[ recovery-image] Sep 01 23:25:35.992 INFO O| Sep 01 23:25:35.991 INFO O| Planning: Planning completed in 0.81 seconds
53012026-09-01T23:25:37.444Z[ recovery-image] Sep 01 23:25:35.992 INFO O| Sep 01 23:25:35.992 INFO O| Packages to install: 1
53022026-09-01T23:25:37.444Z[verify-libraries] Compiling omicron-zone-package v0.12.3
53032026-09-01T23:25:37.444Z[ recovery-image] Sep 01 23:25:36.003 INFO O| Sep 01 23:25:36.002 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
53042026-09-01T23:25:37.520Z[verify-libraries] Compiling serde_with v1.14.0
53052026-09-01T23:25:37.602Z[ recovery-image] Sep 01 23:25:36.174 INFO O| Sep 01 23:25:36.174 INFO O| Download: Completed 13.27 MB in 0.17 seconds (77.4M/s)
53062026-09-01T23:25:37.648Z[ recovery-image] Sep 01 23:25:36.229 INFO O| Sep 01 23:25:36.229 INFO O| Actions: 1/22 actions (Installing new actions)
53072026-09-01T23:25:37.901Z[verify-libraries] Compiling russh-cryptovec v0.62.0
53082026-09-01T23:25:37.908Z[ recovery-image] Sep 01 23:25:36.486 INFO O| Sep 01 23:25:36.486 INFO O| Actions: Completed 22 actions in 0.26 seconds.
53092026-09-01T23:25:37.983Z[ recovery-image] Sep 01 23:25:36.563 INFO O| Sep 01 23:25:36.563 INFO O| Finalize: Updating package state database ... Done
53102026-09-01T23:25:37.983Z[ recovery-image] Sep 01 23:25:36.563 INFO O| Sep 01 23:25:36.563 INFO O| Finalize: Updating package cache ... Done
53112026-09-01T23:25:38.093Z[ recovery-image] Sep 01 23:25:36.674 INFO O| Sep 01 23:25:36.674 INFO O| Finalize: Updating image state ... Done
53122026-09-01T23:25:38.329Z[verify-libraries] Compiling tui-tree-widget v0.23.1
53132026-09-01T23:25:38.407Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
53142026-09-01T23:25:38.595Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
53152026-09-01T23:25:38.649Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
53162026-09-01T23:25:38.743Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
53172026-09-01T23:25:38.880Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
53182026-09-01T23:25:38.941Z[ recovery-image] Sep 01 23:25:37.521 INFO O| Sep 01 23:25:37.521 INFO O| Finalize: Creating fast lookup database ... Done
53192026-09-01T23:25:38.950Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
53202026-09-01T23:25:38.958Z[ recovery-image] Sep 01 23:25:37.539 INFO O| Sep 01 23:25:37.539 INFO O| Finalize: Reading search index ... Done
53212026-09-01T23:25:38.958Z[ recovery-image] Sep 01 23:25:37.539 INFO O| Sep 01 23:25:37.539 INFO O| Finalize: Updating search index ... Done
53222026-09-01T23:25:38.969Z[ recovery-image] Sep 01 23:25:37.550 INFO O| Sep 01 23:25:37.550 INFO O| Finalize: Updating package cache ... Done
53232026-09-01T23:25:39.283Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
53242026-09-01T23:25:39.300Z[ recovery-image] Sep 01 23:25:37.881 INFO O| Sep 01 23:25:37.881 INFO STEP 14 (pkg_install) COMPLETE
53252026-09-01T23:25:39.300Z[ recovery-image] Sep 01 23:25:37.881 INFO O| Sep 01 23:25:37.881 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53262026-09-01T23:25:39.300Z[ recovery-image] Sep 01 23:25:37.881 INFO O| Sep 01 23:25:37.881 INFO skip step because feature "mbist" is not enabled
53272026-09-01T23:25:39.300Z[ recovery-image] Sep 01 23:25:37.881 INFO O| Sep 01 23:25:37.881 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53282026-09-01T23:25:39.303Z[ recovery-image] Sep 01 23:25:37.881 INFO O| Sep 01 23:25:37.881 INFO skip step because feature "mfg" is not enabled
53292026-09-01T23:25:39.303Z[ recovery-image] Sep 01 23:25:37.881 INFO O| Sep 01 23:25:37.881 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53302026-09-01T23:25:39.304Z[ recovery-image] Sep 01 23:25:37.881 INFO O| Sep 01 23:25:37.881 INFO skip step because feature "compliance" is not enabled
53312026-09-01T23:25:39.304Z[ recovery-image] Sep 01 23:25:37.881 INFO O| Sep 01 23:25:37.881 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53322026-09-01T23:25:39.304Z[ recovery-image] Sep 01 23:25:37.881 INFO O| Sep 01 23:25:37.881 INFO skip step because feature "stress" is not enabled
53332026-09-01T23:25:39.304Z[ recovery-image] Sep 01 23:25:37.881 INFO O| Sep 01 23:25:37.881 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53342026-09-01T23:25:39.304Z[ recovery-image] Sep 01 23:25:37.881 INFO O| Sep 01 23:25:37.881 INFO skip step because feature "compliance" is not enabled
53352026-09-01T23:25:39.304Z[ recovery-image] Sep 01 23:25:37.881 INFO O| Sep 01 23:25:37.881 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53362026-09-01T23:25:39.304Z[ recovery-image] Sep 01 23:25:37.881 INFO O| Sep 01 23:25:37.881 INFO skip step because feature "nfs" is not enabled
53372026-09-01T23:25:39.304Z[ recovery-image] Sep 01 23:25:37.881 INFO O| Sep 01 23:25:37.881 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
53382026-09-01T23:25:39.304Z[ recovery-image] Sep 01 23:25:37.881 INFO O| Sep 01 23:25:37.881 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
53392026-09-01T23:25:39.358Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
53402026-09-01T23:25:39.475Z[ recovery-image] Sep 01 23:25:38.056 INFO O| Sep 01 23:25:38.056 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
53412026-09-01T23:25:39.567Z[ recovery-image] Sep 01 23:25:38.148 INFO O| Sep 01 23:25:38.147 INFO completed processing sled/ramdisk-01-os
53422026-09-01T23:25:39.572Z[ recovery-image] Sep 01 23:25:38.150 INFO image builder template: ramdisk-02-trim...
53432026-09-01T23:25:39.572Z[ recovery-image] Sep 01 23:25:38.150 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/.tmpLVXgGk/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
53442026-09-01T23:25:39.572Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
53452026-09-01T23:25:39.591Z[ recovery-image] Sep 01 23:25:38.171 INFO O| Sep 01 23:25:38.171 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53462026-09-01T23:25:39.595Z[ recovery-image] Sep 01 23:25:38.176 INFO O| Sep 01 23:25:38.175 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53472026-09-01T23:25:39.654Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
53482026-09-01T23:25:39.677Z[ recovery-image] Sep 01 23:25:38.258 INFO O| Sep 01 23:25:38.258 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
53492026-09-01T23:25:39.760Z[ recovery-image] Sep 01 23:25:38.341 INFO O| Sep 01 23:25:38.340 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53502026-09-01T23:25:39.760Z[ recovery-image] Sep 01 23:25:38.341 INFO O| Sep 01 23:25:38.341 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
53512026-09-01T23:25:39.765Z[ recovery-image] Sep 01 23:25:38.346 INFO O| Sep 01 23:25:38.346 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53522026-09-01T23:25:39.769Z[ recovery-image] Sep 01 23:25:38.350 INFO O| Sep 01 23:25:38.350 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
53532026-09-01T23:25:39.774Z[ recovery-image] Sep 01 23:25:38.355 INFO O| Sep 01 23:25:38.355 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
53542026-09-01T23:25:39.876Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
53552026-09-01T23:25:39.916Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
53562026-09-01T23:25:40.105Z[verify-libraries] Compiling fatfs v0.3.6
53572026-09-01T23:25:40.142Z[verify-libraries] Compiling num-bigint v0.4.6
53582026-09-01T23:25:40.201Z[ recovery-image] Sep 01 23:25:38.782 INFO O| Sep 01 23:25:38.781 INFO rolled back to input snapshot; work may begin
53592026-09-01T23:25:40.201Z[ recovery-image] Sep 01 23:25:38.782 INFO O| Sep 01 23:25:38.781 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53602026-09-01T23:25:40.206Z[ recovery-image] Sep 01 23:25:38.787 INFO O| Sep 01 23:25:38.786 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53612026-09-01T23:25:40.215Z[ recovery-image] Sep 01 23:25:38.796 INFO O| Sep 01 23:25:38.795 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
53622026-09-01T23:25:40.250Z[ recovery-image] Sep 01 23:25:38.831 INFO O| Sep 01 23:25:38.830 INFO STEP 0 (remove_files) COMPLETE
53632026-09-01T23:25:40.250Z[ recovery-image] Sep 01 23:25:38.831 INFO O| Sep 01 23:25:38.830 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53642026-09-01T23:25:40.259Z[ recovery-image] Sep 01 23:25:38.840 INFO O| Sep 01 23:25:38.840 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
53652026-09-01T23:25:40.263Z[ recovery-image] Sep 01 23:25:38.841 INFO O| Sep 01 23:25:38.841 INFO STEP 1 (remove_files) COMPLETE
53662026-09-01T23:25:40.263Z[ recovery-image] Sep 01 23:25:38.841 INFO O| Sep 01 23:25:38.841 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53672026-09-01T23:25:40.269Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53682026-09-01T23:25:40.272Z[ recovery-image] Sep 01 23:25:38.850 INFO O| Sep 01 23:25:38.850 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
53692026-09-01T23:25:40.282Z[ recovery-image] Sep 01 23:25:38.863 INFO O| Sep 01 23:25:38.863 INFO STEP 2 (remove_files) COMPLETE
53702026-09-01T23:25:40.282Z[ recovery-image] Sep 01 23:25:38.863 INFO O| Sep 01 23:25:38.863 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53712026-09-01T23:25:40.296Z[ recovery-image] Sep 01 23:25:38.872 INFO O| Sep 01 23:25:38.872 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
53722026-09-01T23:25:40.296Z[ recovery-image] Sep 01 23:25:38.873 INFO O| Sep 01 23:25:38.873 INFO STEP 3 (remove_files) COMPLETE
53732026-09-01T23:25:40.300Z[ recovery-image] Sep 01 23:25:38.873 INFO O| Sep 01 23:25:38.873 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53742026-09-01T23:25:40.303Z[ recovery-image] Sep 01 23:25:38.882 INFO O| Sep 01 23:25:38.882 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
53752026-09-01T23:25:40.306Z[ recovery-image] Sep 01 23:25:38.885 INFO O| Sep 01 23:25:38.885 INFO STEP 4 (remove_files) COMPLETE
53762026-09-01T23:25:40.306Z[ recovery-image] Sep 01 23:25:38.885 INFO O| Sep 01 23:25:38.885 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53772026-09-01T23:25:40.315Z[ recovery-image] Sep 01 23:25:38.895 INFO O| Sep 01 23:25:38.895 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
53782026-09-01T23:25:40.315Z[ recovery-image] Sep 01 23:25:38.895 INFO O| Sep 01 23:25:38.895 INFO STEP 5 (remove_files) COMPLETE
53792026-09-01T23:25:40.315Z[ recovery-image] Sep 01 23:25:38.895 INFO O| Sep 01 23:25:38.895 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53802026-09-01T23:25:40.325Z[ recovery-image] Sep 01 23:25:38.905 INFO O| Sep 01 23:25:38.905 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
53812026-09-01T23:25:40.336Z[ recovery-image] Sep 01 23:25:38.916 INFO O| Sep 01 23:25:38.916 INFO STEP 6 (remove_files) COMPLETE
53822026-09-01T23:25:40.336Z[ recovery-image] Sep 01 23:25:38.916 INFO O| Sep 01 23:25:38.916 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53832026-09-01T23:25:40.336Z[ recovery-image] Sep 01 23:25:38.916 INFO O| Sep 01 23:25:38.916 INFO skip step because feature "heliosv2" is not enabled
53842026-09-01T23:25:40.340Z[ recovery-image] Sep 01 23:25:38.916 INFO O| Sep 01 23:25:38.916 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53852026-09-01T23:25:40.340Z[ recovery-image] Sep 01 23:25:38.916 INFO O| Sep 01 23:25:38.916 INFO skip step because feature "recovery" is enabled
53862026-09-01T23:25:40.340Z[ recovery-image] Sep 01 23:25:38.916 INFO O| Sep 01 23:25:38.916 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53872026-09-01T23:25:40.340Z[ recovery-image] Sep 01 23:25:38.916 INFO O| Sep 01 23:25:38.916 INFO skip step because feature "recovery" is enabled
53882026-09-01T23:25:40.340Z[ recovery-image] Sep 01 23:25:38.916 INFO O| Sep 01 23:25:38.916 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53892026-09-01T23:25:40.340Z[ recovery-image] Sep 01 23:25:38.916 INFO O| Sep 01 23:25:38.916 INFO skip step because feature "recovery" is enabled
53902026-09-01T23:25:40.340Z[ recovery-image] Sep 01 23:25:38.916 INFO O| Sep 01 23:25:38.916 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53912026-09-01T23:25:40.345Z[ recovery-image] Sep 01 23:25:38.926 INFO O| Sep 01 23:25:38.926 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
53922026-09-01T23:25:40.348Z[ recovery-image] Sep 01 23:25:38.928 INFO O| Sep 01 23:25:38.928 INFO STEP 11 (remove_files) COMPLETE
53932026-09-01T23:25:40.348Z[ recovery-image] Sep 01 23:25:38.928 INFO O| Sep 01 23:25:38.928 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53942026-09-01T23:25:40.359Z[ recovery-image] Sep 01 23:25:38.937 INFO O| Sep 01 23:25:38.937 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
53952026-09-01T23:25:40.359Z[ recovery-image] Sep 01 23:25:38.939 INFO O| Sep 01 23:25:38.939 INFO STEP 12 (remove_files) COMPLETE
53962026-09-01T23:25:40.359Z[ recovery-image] Sep 01 23:25:38.939 INFO O| Sep 01 23:25:38.939 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53972026-09-01T23:25:40.371Z[ recovery-image] Sep 01 23:25:38.951 INFO O| Sep 01 23:25:38.951 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
53982026-09-01T23:25:40.374Z[ recovery-image] Sep 01 23:25:38.952 INFO O| Sep 01 23:25:38.952 INFO STEP 13 (remove_files) COMPLETE
53992026-09-01T23:25:40.374Z[ recovery-image] Sep 01 23:25:38.952 INFO O| Sep 01 23:25:38.952 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54002026-09-01T23:25:40.385Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
54012026-09-01T23:25:40.427Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
54022026-09-01T23:25:40.430Z[ recovery-image] Sep 01 23:25:39.009 INFO O| Sep 01 23:25:39.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
54032026-09-01T23:25:40.433Z[ recovery-image] Sep 01 23:25:39.014 INFO O| Sep 01 23:25:39.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
54042026-09-01T23:25:40.502Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
54052026-09-01T23:25:40.547Z[ recovery-image] Sep 01 23:25:39.127 INFO O| Sep 01 23:25:39.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
54062026-09-01T23:25:40.547Z[ recovery-image] Sep 01 23:25:39.128 INFO O| Sep 01 23:25:39.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
54072026-09-01T23:25:40.550Z[ recovery-image] Sep 01 23:25:39.128 INFO O| Sep 01 23:25:39.128 INFO STEP 14 (remove_files) COMPLETE
54082026-09-01T23:25:40.550Z[ recovery-image] Sep 01 23:25:39.128 INFO O| Sep 01 23:25:39.128 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54092026-09-01T23:25:40.556Z[ recovery-image] Sep 01 23:25:39.137 INFO O| Sep 01 23:25:39.137 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
54102026-09-01T23:25:40.559Z[ recovery-image] Sep 01 23:25:39.138 INFO O| Sep 01 23:25:39.138 INFO STEP 15 (remove_files) COMPLETE
54112026-09-01T23:25:40.559Z[ recovery-image] Sep 01 23:25:39.138 INFO O| Sep 01 23:25:39.138 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54122026-09-01T23:25:40.565Z[ recovery-image] Sep 01 23:25:39.146 INFO O| Sep 01 23:25:39.146 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
54132026-09-01T23:25:40.570Z[ recovery-image] Sep 01 23:25:39.151 INFO O| Sep 01 23:25:39.151 INFO STEP 16 (remove_files) COMPLETE
54142026-09-01T23:25:40.570Z[ recovery-image] Sep 01 23:25:39.151 INFO O| Sep 01 23:25:39.151 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54152026-09-01T23:25:40.579Z[ recovery-image] Sep 01 23:25:39.160 INFO O| Sep 01 23:25:39.160 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
54162026-09-01T23:25:40.582Z[ recovery-image] Sep 01 23:25:39.160 INFO O| Sep 01 23:25:39.160 INFO STEP 17 (remove_files) COMPLETE
54172026-09-01T23:25:40.582Z[ recovery-image] Sep 01 23:25:39.160 INFO O| Sep 01 23:25:39.160 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54182026-09-01T23:25:40.598Z[ recovery-image] Sep 01 23:25:39.179 INFO O| Sep 01 23:25:39.179 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
54192026-09-01T23:25:40.601Z[ recovery-image] Sep 01 23:25:39.180 INFO O| Sep 01 23:25:39.180 INFO STEP 18 (remove_files) COMPLETE
54202026-09-01T23:25:40.601Z[ recovery-image] Sep 01 23:25:39.180 INFO O| Sep 01 23:25:39.180 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54212026-09-01T23:25:40.619Z[ recovery-image] Sep 01 23:25:39.199 INFO O| Sep 01 23:25:39.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
54222026-09-01T23:25:40.619Z[ recovery-image] Sep 01 23:25:39.199 INFO O| Sep 01 23:25:39.199 INFO STEP 19 (remove_files) COMPLETE
54232026-09-01T23:25:40.619Z[ recovery-image] Sep 01 23:25:39.199 INFO O| Sep 01 23:25:39.199 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54242026-09-01T23:25:40.628Z[ recovery-image] Sep 01 23:25:39.208 INFO O| Sep 01 23:25:39.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
54252026-09-01T23:25:40.628Z[ recovery-image] Sep 01 23:25:39.209 INFO O| Sep 01 23:25:39.208 INFO STEP 20 (remove_files) COMPLETE
54262026-09-01T23:25:40.631Z[ recovery-image] Sep 01 23:25:39.209 INFO O| Sep 01 23:25:39.208 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54272026-09-01T23:25:40.636Z[ recovery-image] Sep 01 23:25:39.217 INFO O| Sep 01 23:25:39.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
54282026-09-01T23:25:40.636Z[ recovery-image] Sep 01 23:25:39.217 INFO O| Sep 01 23:25:39.217 INFO STEP 21 (remove_files) COMPLETE
54292026-09-01T23:25:40.636Z[ recovery-image] Sep 01 23:25:39.217 INFO O| Sep 01 23:25:39.217 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54302026-09-01T23:25:40.645Z[ recovery-image] Sep 01 23:25:39.225 INFO O| Sep 01 23:25:39.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
54312026-09-01T23:25:40.645Z[ recovery-image] Sep 01 23:25:39.225 INFO O| Sep 01 23:25:39.225 INFO STEP 22 (remove_files) COMPLETE
54322026-09-01T23:25:40.648Z[ recovery-image] Sep 01 23:25:39.225 INFO O| Sep 01 23:25:39.225 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54332026-09-01T23:25:40.653Z[ recovery-image] Sep 01 23:25:39.234 INFO O| Sep 01 23:25:39.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
54342026-09-01T23:25:40.653Z[ recovery-image] Sep 01 23:25:39.234 INFO O| Sep 01 23:25:39.234 INFO STEP 23 (remove_files) COMPLETE
54352026-09-01T23:25:40.656Z[ recovery-image] Sep 01 23:25:39.234 INFO O| Sep 01 23:25:39.234 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54362026-09-01T23:25:40.661Z[ recovery-image] Sep 01 23:25:39.242 INFO O| Sep 01 23:25:39.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
54372026-09-01T23:25:40.661Z[ recovery-image] Sep 01 23:25:39.242 INFO O| Sep 01 23:25:39.242 INFO STEP 24 (remove_files) COMPLETE
54382026-09-01T23:25:40.664Z[ recovery-image] Sep 01 23:25:39.242 INFO O| Sep 01 23:25:39.242 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54392026-09-01T23:25:40.669Z[ recovery-image] Sep 01 23:25:39.250 INFO O| Sep 01 23:25:39.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
54402026-09-01T23:25:40.669Z[ recovery-image] Sep 01 23:25:39.250 INFO O| Sep 01 23:25:39.250 INFO STEP 25 (remove_files) COMPLETE
54412026-09-01T23:25:40.673Z[ recovery-image] Sep 01 23:25:39.250 INFO O| Sep 01 23:25:39.250 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54422026-09-01T23:25:40.678Z[ recovery-image] Sep 01 23:25:39.259 INFO O| Sep 01 23:25:39.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
54432026-09-01T23:25:40.678Z[ recovery-image] Sep 01 23:25:39.259 INFO O| Sep 01 23:25:39.259 INFO STEP 26 (remove_files) COMPLETE
54442026-09-01T23:25:40.681Z[ recovery-image] Sep 01 23:25:39.259 INFO O| Sep 01 23:25:39.259 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54452026-09-01T23:25:40.687Z[ recovery-image] Sep 01 23:25:39.268 INFO O| Sep 01 23:25:39.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
54462026-09-01T23:25:40.687Z[ recovery-image] Sep 01 23:25:39.268 INFO O| Sep 01 23:25:39.268 INFO STEP 27 (remove_files) COMPLETE
54472026-09-01T23:25:40.690Z[ recovery-image] Sep 01 23:25:39.268 INFO O| Sep 01 23:25:39.268 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54482026-09-01T23:25:40.699Z[ recovery-image] Sep 01 23:25:39.277 INFO O| Sep 01 23:25:39.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
54492026-09-01T23:25:40.699Z[ recovery-image] Sep 01 23:25:39.277 INFO O| Sep 01 23:25:39.277 INFO STEP 28 (remove_files) COMPLETE
54502026-09-01T23:25:40.699Z[ recovery-image] Sep 01 23:25:39.277 INFO O| Sep 01 23:25:39.277 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54512026-09-01T23:25:40.706Z[ recovery-image] Sep 01 23:25:39.287 INFO O| Sep 01 23:25:39.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
54522026-09-01T23:25:40.706Z[ recovery-image] Sep 01 23:25:39.287 INFO O| Sep 01 23:25:39.287 INFO STEP 29 (remove_files) COMPLETE
54532026-09-01T23:25:40.709Z[ recovery-image] Sep 01 23:25:39.287 INFO O| Sep 01 23:25:39.287 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54542026-09-01T23:25:40.716Z[ recovery-image] Sep 01 23:25:39.296 INFO O| Sep 01 23:25:39.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
54552026-09-01T23:25:40.716Z[ recovery-image] Sep 01 23:25:39.296 INFO O| Sep 01 23:25:39.296 INFO STEP 30 (remove_files) COMPLETE
54562026-09-01T23:25:40.716Z[ recovery-image] Sep 01 23:25:39.296 INFO O| Sep 01 23:25:39.296 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54572026-09-01T23:25:40.724Z[ recovery-image] Sep 01 23:25:39.304 INFO O| Sep 01 23:25:39.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
54582026-09-01T23:25:40.724Z[ recovery-image] Sep 01 23:25:39.305 INFO O| Sep 01 23:25:39.305 INFO STEP 31 (remove_files) COMPLETE
54592026-09-01T23:25:40.724Z[ recovery-image] Sep 01 23:25:39.305 INFO O| Sep 01 23:25:39.305 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54602026-09-01T23:25:40.732Z[ recovery-image] Sep 01 23:25:39.313 INFO O| Sep 01 23:25:39.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
54612026-09-01T23:25:40.732Z[ recovery-image] Sep 01 23:25:39.313 INFO O| Sep 01 23:25:39.313 INFO STEP 32 (remove_files) COMPLETE
54622026-09-01T23:25:40.732Z[ recovery-image] Sep 01 23:25:39.313 INFO O| Sep 01 23:25:39.313 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54632026-09-01T23:25:40.741Z[ recovery-image] Sep 01 23:25:39.322 INFO O| Sep 01 23:25:39.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
54642026-09-01T23:25:40.741Z[ recovery-image] Sep 01 23:25:39.322 INFO O| Sep 01 23:25:39.322 INFO STEP 33 (remove_files) COMPLETE
54652026-09-01T23:25:40.741Z[ recovery-image] Sep 01 23:25:39.322 INFO O| Sep 01 23:25:39.322 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54662026-09-01T23:25:40.751Z[ recovery-image] Sep 01 23:25:39.331 INFO O| Sep 01 23:25:39.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
54672026-09-01T23:25:40.751Z[ recovery-image] Sep 01 23:25:39.331 INFO O| Sep 01 23:25:39.331 INFO STEP 34 (remove_files) COMPLETE
54682026-09-01T23:25:40.755Z[ recovery-image] Sep 01 23:25:39.331 INFO O| Sep 01 23:25:39.331 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54692026-09-01T23:25:40.781Z[ recovery-image] Sep 01 23:25:39.362 INFO O| Sep 01 23:25:39.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
54702026-09-01T23:25:40.782Z[ recovery-image] Sep 01 23:25:39.362 INFO O| Sep 01 23:25:39.362 INFO STEP 35 (remove_files) COMPLETE
54712026-09-01T23:25:40.785Z[ recovery-image] Sep 01 23:25:39.362 INFO O| Sep 01 23:25:39.362 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54722026-09-01T23:25:40.836Z[ recovery-image] Sep 01 23:25:39.416 INFO O| Sep 01 23:25:39.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
54732026-09-01T23:25:40.839Z[ recovery-image] Sep 01 23:25:39.420 INFO O| Sep 01 23:25:39.420 INFO STEP 36 (remove_files) COMPLETE
54742026-09-01T23:25:40.839Z[ recovery-image] Sep 01 23:25:39.420 INFO O| Sep 01 23:25:39.420 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54752026-09-01T23:25:40.849Z[ recovery-image] Sep 01 23:25:39.430 INFO O| Sep 01 23:25:39.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
54762026-09-01T23:25:40.849Z[ recovery-image] Sep 01 23:25:39.430 INFO O| Sep 01 23:25:39.430 INFO STEP 37 (remove_files) COMPLETE
54772026-09-01T23:25:40.852Z[ recovery-image] Sep 01 23:25:39.430 INFO O| Sep 01 23:25:39.430 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54782026-09-01T23:25:40.858Z[ recovery-image] Sep 01 23:25:39.439 INFO O| Sep 01 23:25:39.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
54792026-09-01T23:25:40.858Z[ recovery-image] Sep 01 23:25:39.439 INFO O| Sep 01 23:25:39.439 INFO STEP 38 (remove_files) COMPLETE
54802026-09-01T23:25:40.858Z[ recovery-image] Sep 01 23:25:39.439 INFO O| Sep 01 23:25:39.439 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54812026-09-01T23:25:40.867Z[ recovery-image] Sep 01 23:25:39.448 INFO O| Sep 01 23:25:39.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
54822026-09-01T23:25:40.867Z[ recovery-image] Sep 01 23:25:39.448 INFO O| Sep 01 23:25:39.448 INFO STEP 39 (remove_files) COMPLETE
54832026-09-01T23:25:40.867Z[ recovery-image] Sep 01 23:25:39.448 INFO O| Sep 01 23:25:39.448 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54842026-09-01T23:25:40.876Z[ recovery-image] Sep 01 23:25:39.457 INFO O| Sep 01 23:25:39.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
54852026-09-01T23:25:40.876Z[ recovery-image] Sep 01 23:25:39.457 INFO O| Sep 01 23:25:39.457 INFO STEP 40 (remove_files) COMPLETE
54862026-09-01T23:25:40.876Z[ recovery-image] Sep 01 23:25:39.457 INFO O| Sep 01 23:25:39.457 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54872026-09-01T23:25:40.885Z[ recovery-image] Sep 01 23:25:39.466 INFO O| Sep 01 23:25:39.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
54882026-09-01T23:25:40.885Z[ recovery-image] Sep 01 23:25:39.466 INFO O| Sep 01 23:25:39.466 INFO STEP 41 (remove_files) COMPLETE
54892026-09-01T23:25:40.885Z[ recovery-image] Sep 01 23:25:39.466 INFO O| Sep 01 23:25:39.466 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54902026-09-01T23:25:41.005Z[ recovery-image] Sep 01 23:25:39.585 INFO O| Sep 01 23:25:39.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
54912026-09-01T23:25:41.005Z[ recovery-image] Sep 01 23:25:39.585 INFO O| Sep 01 23:25:39.585 INFO STEP 42 (remove_files) COMPLETE
54922026-09-01T23:25:41.005Z[ recovery-image] Sep 01 23:25:39.585 INFO O| Sep 01 23:25:39.585 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54932026-09-01T23:25:41.014Z[ recovery-image] Sep 01 23:25:39.595 INFO O| Sep 01 23:25:39.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
54942026-09-01T23:25:41.014Z[ recovery-image] Sep 01 23:25:39.595 INFO O| Sep 01 23:25:39.595 INFO STEP 43 (remove_files) COMPLETE
54952026-09-01T23:25:41.014Z[ recovery-image] Sep 01 23:25:39.595 INFO O| Sep 01 23:25:39.595 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54962026-09-01T23:25:41.023Z[ recovery-image] Sep 01 23:25:39.604 INFO O| Sep 01 23:25:39.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
54972026-09-01T23:25:41.023Z[ recovery-image] Sep 01 23:25:39.604 INFO O| Sep 01 23:25:39.604 INFO STEP 44 (remove_files) COMPLETE
54982026-09-01T23:25:41.023Z[ recovery-image] Sep 01 23:25:39.604 INFO O| Sep 01 23:25:39.604 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54992026-09-01T23:25:41.033Z[ recovery-image] Sep 01 23:25:39.613 INFO O| Sep 01 23:25:39.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
55002026-09-01T23:25:41.033Z[ recovery-image] Sep 01 23:25:39.613 INFO O| Sep 01 23:25:39.613 INFO STEP 45 (remove_files) COMPLETE
55012026-09-01T23:25:41.033Z[ recovery-image] Sep 01 23:25:39.613 INFO O| Sep 01 23:25:39.613 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55022026-09-01T23:25:41.042Z[ recovery-image] Sep 01 23:25:39.623 INFO O| Sep 01 23:25:39.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
55032026-09-01T23:25:41.042Z[ recovery-image] Sep 01 23:25:39.623 INFO O| Sep 01 23:25:39.623 INFO STEP 46 (remove_files) COMPLETE
55042026-09-01T23:25:41.042Z[ recovery-image] Sep 01 23:25:39.623 INFO O| Sep 01 23:25:39.623 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55052026-09-01T23:25:41.052Z[ recovery-image] Sep 01 23:25:39.632 INFO O| Sep 01 23:25:39.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
55062026-09-01T23:25:41.052Z[ recovery-image] Sep 01 23:25:39.632 INFO O| Sep 01 23:25:39.632 INFO STEP 47 (remove_files) COMPLETE
55072026-09-01T23:25:41.052Z[ recovery-image] Sep 01 23:25:39.632 INFO O| Sep 01 23:25:39.632 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55082026-09-01T23:25:41.062Z[ recovery-image] Sep 01 23:25:39.642 INFO O| Sep 01 23:25:39.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
55092026-09-01T23:25:41.065Z[ recovery-image] Sep 01 23:25:39.642 INFO O| Sep 01 23:25:39.642 INFO STEP 48 (remove_files) COMPLETE
55102026-09-01T23:25:41.065Z[ recovery-image] Sep 01 23:25:39.642 INFO O| Sep 01 23:25:39.642 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55112026-09-01T23:25:41.071Z[ recovery-image] Sep 01 23:25:39.651 INFO O| Sep 01 23:25:39.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
55122026-09-01T23:25:41.071Z[ recovery-image] Sep 01 23:25:39.652 INFO O| Sep 01 23:25:39.651 INFO STEP 49 (remove_files) COMPLETE
55132026-09-01T23:25:41.071Z[ recovery-image] Sep 01 23:25:39.652 INFO O| Sep 01 23:25:39.652 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55142026-09-01T23:25:41.121Z[ recovery-image] Sep 01 23:25:39.702 INFO O| Sep 01 23:25:39.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
55152026-09-01T23:25:41.121Z[ recovery-image] Sep 01 23:25:39.702 INFO O| Sep 01 23:25:39.702 INFO STEP 50 (remove_files) COMPLETE
55162026-09-01T23:25:41.121Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
55172026-09-01T23:25:41.124Z[ recovery-image] Sep 01 23:25:39.702 INFO O| Sep 01 23:25:39.702 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55182026-09-01T23:25:41.130Z[ recovery-image] Sep 01 23:25:39.711 INFO O| Sep 01 23:25:39.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
55192026-09-01T23:25:41.130Z[ recovery-image] Sep 01 23:25:39.711 INFO O| Sep 01 23:25:39.711 INFO STEP 51 (remove_files) COMPLETE
55202026-09-01T23:25:41.130Z[ recovery-image] Sep 01 23:25:39.711 INFO O| Sep 01 23:25:39.711 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55212026-09-01T23:25:41.139Z[ recovery-image] Sep 01 23:25:39.719 INFO O| Sep 01 23:25:39.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
55222026-09-01T23:25:41.139Z[ recovery-image] Sep 01 23:25:39.719 INFO O| Sep 01 23:25:39.719 INFO STEP 52 (remove_files) COMPLETE
55232026-09-01T23:25:41.139Z[ recovery-image] Sep 01 23:25:39.719 INFO O| Sep 01 23:25:39.719 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55242026-09-01T23:25:41.147Z[ recovery-image] Sep 01 23:25:39.728 INFO O| Sep 01 23:25:39.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
55252026-09-01T23:25:41.147Z[ recovery-image] Sep 01 23:25:39.728 INFO O| Sep 01 23:25:39.728 INFO STEP 53 (remove_files) COMPLETE
55262026-09-01T23:25:41.150Z[ recovery-image] Sep 01 23:25:39.728 INFO O| Sep 01 23:25:39.728 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55272026-09-01T23:25:41.150Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
55282026-09-01T23:25:41.171Z[ recovery-image] Sep 01 23:25:39.752 INFO O| Sep 01 23:25:39.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
55292026-09-01T23:25:41.171Z[ recovery-image] Sep 01 23:25:39.752 INFO O| Sep 01 23:25:39.752 INFO STEP 54 (remove_files) COMPLETE
55302026-09-01T23:25:41.171Z[ recovery-image] Sep 01 23:25:39.752 INFO O| Sep 01 23:25:39.752 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55312026-09-01T23:25:41.180Z[ recovery-image] Sep 01 23:25:39.760 INFO O| Sep 01 23:25:39.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
55322026-09-01T23:25:41.180Z[ recovery-image] Sep 01 23:25:39.760 INFO O| Sep 01 23:25:39.760 INFO STEP 55 (remove_files) COMPLETE
55332026-09-01T23:25:41.180Z[ recovery-image] Sep 01 23:25:39.760 INFO O| Sep 01 23:25:39.760 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55342026-09-01T23:25:41.188Z[ recovery-image] Sep 01 23:25:39.768 INFO O| Sep 01 23:25:39.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
55352026-09-01T23:25:41.188Z[ recovery-image] Sep 01 23:25:39.768 INFO O| Sep 01 23:25:39.768 INFO STEP 56 (remove_files) COMPLETE
55362026-09-01T23:25:41.188Z[ recovery-image] Sep 01 23:25:39.768 INFO O| Sep 01 23:25:39.768 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55372026-09-01T23:25:41.196Z[ recovery-image] Sep 01 23:25:39.777 INFO O| Sep 01 23:25:39.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
55382026-09-01T23:25:41.196Z[ recovery-image] Sep 01 23:25:39.777 INFO O| Sep 01 23:25:39.777 INFO STEP 57 (remove_files) COMPLETE
55392026-09-01T23:25:41.196Z[ recovery-image] Sep 01 23:25:39.777 INFO O| Sep 01 23:25:39.777 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55402026-09-01T23:25:41.266Z[ recovery-image] Sep 01 23:25:39.847 INFO O| Sep 01 23:25:39.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
55412026-09-01T23:25:41.266Z[ recovery-image] Sep 01 23:25:39.847 INFO O| Sep 01 23:25:39.847 INFO STEP 58 (remove_files) COMPLETE
55422026-09-01T23:25:41.266Z[ recovery-image] Sep 01 23:25:39.847 INFO O| Sep 01 23:25:39.847 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55432026-09-01T23:25:41.315Z[ recovery-image] Sep 01 23:25:39.896 INFO O| Sep 01 23:25:39.896 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
55442026-09-01T23:25:41.316Z[ recovery-image] Sep 01 23:25:39.896 INFO O| Sep 01 23:25:39.896 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
55452026-09-01T23:25:41.316Z[ recovery-image] Sep 01 23:25:39.896 INFO O| Sep 01 23:25:39.896 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55462026-09-01T23:25:41.319Z[ recovery-image] Sep 01 23:25:39.896 INFO O| Sep 01 23:25:39.896 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55472026-09-01T23:25:41.319Z[ recovery-image] Sep 01 23:25:39.896 INFO O| Sep 01 23:25:39.896 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55482026-09-01T23:25:41.319Z[ recovery-image] Sep 01 23:25:39.896 INFO O| Sep 01 23:25:39.896 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55492026-09-01T23:25:41.319Z[ recovery-image] Sep 01 23:25:39.896 INFO O| Sep 01 23:25:39.896 INFO ok!
55502026-09-01T23:25:41.319Z[ recovery-image] Sep 01 23:25:39.896 INFO O| Sep 01 23:25:39.896 INFO STEP 59 (ensure_file) COMPLETE
55512026-09-01T23:25:41.319Z[ recovery-image] Sep 01 23:25:39.896 INFO O| Sep 01 23:25:39.896 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55522026-09-01T23:25:41.325Z[ recovery-image] Sep 01 23:25:39.906 INFO O| Sep 01 23:25:39.906 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
55532026-09-01T23:25:41.325Z[ recovery-image] Sep 01 23:25:39.906 INFO O| Sep 01 23:25:39.906 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
55542026-09-01T23:25:41.325Z[ recovery-image] Sep 01 23:25:39.906 INFO O| Sep 01 23:25:39.906 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55552026-09-01T23:25:41.328Z[ recovery-image] Sep 01 23:25:39.906 INFO O| Sep 01 23:25:39.906 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55562026-09-01T23:25:41.328Z[ recovery-image] Sep 01 23:25:39.906 INFO O| Sep 01 23:25:39.906 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55572026-09-01T23:25:41.328Z[ recovery-image] Sep 01 23:25:39.906 INFO O| Sep 01 23:25:39.906 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55582026-09-01T23:25:41.328Z[ recovery-image] Sep 01 23:25:39.906 INFO O| Sep 01 23:25:39.906 INFO ok!
55592026-09-01T23:25:41.328Z[ recovery-image] Sep 01 23:25:39.906 INFO O| Sep 01 23:25:39.906 INFO STEP 60 (ensure_file) COMPLETE
55602026-09-01T23:25:41.328Z[ recovery-image] Sep 01 23:25:39.906 INFO O| Sep 01 23:25:39.906 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55612026-09-01T23:25:41.334Z[ recovery-image] Sep 01 23:25:39.915 INFO O| Sep 01 23:25:39.914 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
55622026-09-01T23:25:41.334Z[ recovery-image] Sep 01 23:25:39.915 INFO O| Sep 01 23:25:39.914 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
55632026-09-01T23:25:41.334Z[ recovery-image] Sep 01 23:25:39.915 INFO O| Sep 01 23:25:39.915 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
55642026-09-01T23:25:41.351Z[ recovery-image] Sep 01 23:25:39.915 INFO O| Sep 01 23:25:39.915 INFO ok!
55652026-09-01T23:25:41.351Z[ recovery-image] Sep 01 23:25:39.915 INFO O| Sep 01 23:25:39.915 INFO STEP 61 (ensure_file) COMPLETE
55662026-09-01T23:25:41.351Z[ recovery-image] Sep 01 23:25:39.915 INFO O| Sep 01 23:25:39.915 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55672026-09-01T23:25:41.351Z[ recovery-image] Sep 01 23:25:39.923 INFO O| Sep 01 23:25:39.923 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
55682026-09-01T23:25:41.351Z[ recovery-image] Sep 01 23:25:39.923 INFO O| Sep 01 23:25:39.923 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
55692026-09-01T23:25:41.351Z[ recovery-image] Sep 01 23:25:39.923 INFO O| Sep 01 23:25:39.923 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
55702026-09-01T23:25:41.351Z[ recovery-image] Sep 01 23:25:39.923 INFO O| Sep 01 23:25:39.923 INFO ok!
55712026-09-01T23:25:41.351Z[ recovery-image] Sep 01 23:25:39.923 INFO O| Sep 01 23:25:39.923 INFO STEP 62 (ensure_file) COMPLETE
55722026-09-01T23:25:41.351Z[ recovery-image] Sep 01 23:25:39.923 INFO O| Sep 01 23:25:39.923 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55732026-09-01T23:25:41.355Z[ recovery-image] Sep 01 23:25:39.931 INFO O| Sep 01 23:25:39.931 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
55742026-09-01T23:25:41.355Z[ recovery-image] Sep 01 23:25:39.931 INFO O| Sep 01 23:25:39.931 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
55752026-09-01T23:25:41.355Z[ recovery-image] Sep 01 23:25:39.931 INFO O| Sep 01 23:25:39.931 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
55762026-09-01T23:25:41.355Z[ recovery-image] Sep 01 23:25:39.931 INFO O| Sep 01 23:25:39.931 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
55772026-09-01T23:25:41.355Z[ recovery-image] Sep 01 23:25:39.931 INFO O| Sep 01 23:25:39.931 INFO ok!
55782026-09-01T23:25:41.355Z[ recovery-image] Sep 01 23:25:39.931 INFO O| Sep 01 23:25:39.931 INFO STEP 63 (ensure_file) COMPLETE
55792026-09-01T23:25:41.355Z[ recovery-image] Sep 01 23:25:39.931 INFO O| Sep 01 23:25:39.931 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55802026-09-01T23:25:41.359Z[ recovery-image] Sep 01 23:25:39.940 INFO O| Sep 01 23:25:39.940 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
55812026-09-01T23:25:41.359Z[ recovery-image] Sep 01 23:25:39.940 INFO O| Sep 01 23:25:39.940 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/recovery/work/sled/ramdisk/etc/profile ...
55822026-09-01T23:25:41.359Z[ recovery-image] Sep 01 23:25:39.940 INFO O| Sep 01 23:25:39.940 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
55832026-09-01T23:25:41.359Z[ recovery-image] Sep 01 23:25:39.940 INFO O| Sep 01 23:25:39.940 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
55842026-09-01T23:25:41.363Z[ recovery-image] Sep 01 23:25:39.940 INFO O| Sep 01 23:25:39.940 INFO ok!
55852026-09-01T23:25:41.363Z[ recovery-image] Sep 01 23:25:39.940 INFO O| Sep 01 23:25:39.940 INFO STEP 64 (ensure_file) COMPLETE
55862026-09-01T23:25:41.363Z[ recovery-image] Sep 01 23:25:39.940 INFO O| Sep 01 23:25:39.940 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55872026-09-01T23:25:41.368Z[ recovery-image] Sep 01 23:25:39.949 INFO O| Sep 01 23:25:39.949 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
55882026-09-01T23:25:41.368Z[ recovery-image] Sep 01 23:25:39.949 INFO O| Sep 01 23:25:39.949 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
55892026-09-01T23:25:41.368Z[ recovery-image] Sep 01 23:25:39.949 INFO O| Sep 01 23:25:39.949 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
55902026-09-01T23:25:41.372Z[ recovery-image] Sep 01 23:25:39.949 INFO O| Sep 01 23:25:39.949 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
55912026-09-01T23:25:41.372Z[ recovery-image] Sep 01 23:25:39.949 INFO O| Sep 01 23:25:39.949 INFO ok!
55922026-09-01T23:25:41.372Z[ recovery-image] Sep 01 23:25:39.949 INFO O| Sep 01 23:25:39.949 INFO STEP 65 (ensure_file) COMPLETE
55932026-09-01T23:25:41.372Z[ recovery-image] Sep 01 23:25:39.949 INFO O| Sep 01 23:25:39.949 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55942026-09-01T23:25:41.376Z[ recovery-image] Sep 01 23:25:39.957 INFO O| Sep 01 23:25:39.957 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
55952026-09-01T23:25:41.376Z[ recovery-image] Sep 01 23:25:39.957 INFO O| Sep 01 23:25:39.957 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
55962026-09-01T23:25:41.380Z[ recovery-image] Sep 01 23:25:39.957 INFO O| Sep 01 23:25:39.957 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
55972026-09-01T23:25:41.380Z[ recovery-image] Sep 01 23:25:39.957 INFO O| Sep 01 23:25:39.957 INFO ok!
55982026-09-01T23:25:41.380Z[ recovery-image] Sep 01 23:25:39.957 INFO O| Sep 01 23:25:39.957 INFO STEP 66 (assemble_files) COMPLETE
55992026-09-01T23:25:41.380Z[ recovery-image] Sep 01 23:25:39.957 INFO O| Sep 01 23:25:39.957 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56002026-09-01T23:25:41.385Z[ recovery-image] Sep 01 23:25:39.966 INFO O| Sep 01 23:25:39.965 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
56012026-09-01T23:25:41.385Z[ recovery-image] Sep 01 23:25:39.966 INFO O| Sep 01 23:25:39.965 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
56022026-09-01T23:25:41.385Z[ recovery-image] Sep 01 23:25:39.966 INFO O| Sep 01 23:25:39.965 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
56032026-09-01T23:25:41.385Z[ recovery-image] Sep 01 23:25:39.966 INFO O| Sep 01 23:25:39.965 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
56042026-09-01T23:25:41.389Z[ recovery-image] Sep 01 23:25:39.966 INFO O| Sep 01 23:25:39.965 INFO ok!
56052026-09-01T23:25:41.389Z[ recovery-image] Sep 01 23:25:39.966 INFO O| Sep 01 23:25:39.965 INFO STEP 67 (ensure_file) COMPLETE
56062026-09-01T23:25:41.389Z[ recovery-image] Sep 01 23:25:39.966 INFO O| Sep 01 23:25:39.965 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56072026-09-01T23:25:41.389Z[ recovery-image] Sep 01 23:25:39.966 INFO O| Sep 01 23:25:39.966 INFO skip step because feature "omicron1" is not enabled
56082026-09-01T23:25:41.389Z[ recovery-image] Sep 01 23:25:39.966 INFO O| Sep 01 23:25:39.966 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56092026-09-01T23:25:41.389Z[ recovery-image] Sep 01 23:25:39.966 INFO O| Sep 01 23:25:39.966 INFO skip step because feature "omicron1" is not enabled
56102026-09-01T23:25:41.389Z[ recovery-image] Sep 01 23:25:39.966 INFO O| Sep 01 23:25:39.966 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56112026-09-01T23:25:41.389Z[ recovery-image] Sep 01 23:25:39.966 INFO O| Sep 01 23:25:39.966 INFO skip step because feature "omicron1" is not enabled
56122026-09-01T23:25:41.389Z[ recovery-image] Sep 01 23:25:39.966 INFO O| Sep 01 23:25:39.966 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56132026-09-01T23:25:41.398Z[ recovery-image] Sep 01 23:25:39.978 INFO O| Sep 01 23:25:39.978 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
56142026-09-01T23:25:41.398Z[ recovery-image] Sep 01 23:25:39.978 INFO O| Sep 01 23:25:39.978 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
56152026-09-01T23:25:42.380Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
56162026-09-01T23:25:42.774Z[ recovery-image] Sep 01 23:25:41.355 INFO O| Sep 01 23:25:41.355 INFO STEP 71 (pack_tar) COMPLETE
56172026-09-01T23:25:42.775Z[ recovery-image] Sep 01 23:25:41.355 INFO O| Sep 01 23:25:41.355 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
56182026-09-01T23:25:42.778Z[ recovery-image] Sep 01 23:25:41.355 INFO O| Sep 01 23:25:41.355 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
56192026-09-01T23:25:43.392Z[ recovery-image] Sep 01 23:25:41.973 INFO O| Sep 01 23:25:41.965 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
56202026-09-01T23:25:43.476Z[ recovery-image] Sep 01 23:25:42.056 INFO O| Sep 01 23:25:42.056 INFO completed processing sled/ramdisk-02-trim
56212026-09-01T23:25:43.479Z[ recovery-image] Sep 01 23:25:42.058 INFO image builder template: ramdisk-03-recovery-trim...
56222026-09-01T23:25:43.480Z[ recovery-image] Sep 01 23:25:42.058 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/.tmpLVXgGk/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-03-recovery-trim"], pwd: None
56232026-09-01T23:25:43.485Z[ recovery-image] Sep 01 23:25:42.064 INFO O| Sep 01 23:25:42.063 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
56242026-09-01T23:25:43.559Z[ recovery-image] Sep 01 23:25:42.139 INFO O| Sep 01 23:25:42.139 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
56252026-09-01T23:25:43.564Z[ recovery-image] Sep 01 23:25:42.143 INFO O| Sep 01 23:25:42.143 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
56262026-09-01T23:25:43.660Z[ recovery-image] Sep 01 23:25:42.241 INFO O| Sep 01 23:25:42.240 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
56272026-09-01T23:25:43.713Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
56282026-09-01T23:25:43.750Z[ recovery-image] Sep 01 23:25:42.330 INFO O| Sep 01 23:25:42.330 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
56292026-09-01T23:25:43.750Z[ recovery-image] Sep 01 23:25:42.330 INFO O| Sep 01 23:25:42.330 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
56302026-09-01T23:25:43.758Z[ recovery-image] Sep 01 23:25:42.338 INFO O| Sep 01 23:25:42.338 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
56312026-09-01T23:25:43.762Z[ recovery-image] Sep 01 23:25:42.343 INFO O| Sep 01 23:25:42.343 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
56322026-09-01T23:25:43.767Z[ recovery-image] Sep 01 23:25:42.348 INFO O| Sep 01 23:25:42.348 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
56332026-09-01T23:25:43.982Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
56342026-09-01T23:25:44.237Z[ recovery-image] Sep 01 23:25:42.817 INFO O| Sep 01 23:25:42.817 INFO rolled back to input snapshot; work may begin
56352026-09-01T23:25:44.237Z[ recovery-image] Sep 01 23:25:42.817 INFO O| Sep 01 23:25:42.817 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
56362026-09-01T23:25:44.242Z[ recovery-image] Sep 01 23:25:42.822 INFO O| Sep 01 23:25:42.822 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56372026-09-01T23:25:44.251Z[ recovery-image] Sep 01 23:25:42.832 INFO O| Sep 01 23:25:42.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
56382026-09-01T23:25:44.255Z[ recovery-image] Sep 01 23:25:42.835 INFO O| Sep 01 23:25:42.835 INFO STEP 0 (remove_files) COMPLETE
56392026-09-01T23:25:44.255Z[ recovery-image] Sep 01 23:25:42.835 INFO O| Sep 01 23:25:42.835 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56402026-09-01T23:25:44.264Z[ recovery-image] Sep 01 23:25:42.845 INFO O| Sep 01 23:25:42.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
56412026-09-01T23:25:44.264Z[ recovery-image] Sep 01 23:25:42.845 INFO O| Sep 01 23:25:42.845 INFO STEP 1 (remove_files) COMPLETE
56422026-09-01T23:25:44.265Z[ recovery-image] Sep 01 23:25:42.845 INFO O| Sep 01 23:25:42.845 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56432026-09-01T23:25:44.275Z[ recovery-image] Sep 01 23:25:42.856 INFO O| Sep 01 23:25:42.856 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
56442026-09-01T23:25:44.279Z[ recovery-image] Sep 01 23:25:42.859 INFO O| Sep 01 23:25:42.859 INFO STEP 2 (remove_files) COMPLETE
56452026-09-01T23:25:44.279Z[ recovery-image] Sep 01 23:25:42.859 INFO O| Sep 01 23:25:42.859 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56462026-09-01T23:25:44.289Z[ recovery-image] Sep 01 23:25:42.870 INFO O| Sep 01 23:25:42.870 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
56472026-09-01T23:25:44.293Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
56482026-09-01T23:25:44.349Z[ recovery-image] Sep 01 23:25:42.929 INFO O| Sep 01 23:25:42.929 INFO STEP 3 (remove_files) COMPLETE
56492026-09-01T23:25:44.349Z[ recovery-image] Sep 01 23:25:42.929 INFO O| Sep 01 23:25:42.929 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-09-01T23:25:44.361Z[ recovery-image] Sep 01 23:25:42.941 INFO O| Sep 01 23:25:42.941 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
56512026-09-01T23:25:44.367Z[ recovery-image] Sep 01 23:25:42.947 INFO O| Sep 01 23:25:42.947 INFO STEP 4 (remove_files) COMPLETE
56522026-09-01T23:25:44.367Z[ recovery-image] Sep 01 23:25:42.947 INFO O| Sep 01 23:25:42.947 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-09-01T23:25:44.379Z[ recovery-image] Sep 01 23:25:42.959 INFO O| Sep 01 23:25:42.959 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
56542026-09-01T23:25:44.425Z[ recovery-image] Sep 01 23:25:43.006 INFO O| Sep 01 23:25:43.005 INFO STEP 5 (remove_files) COMPLETE
56552026-09-01T23:25:44.425Z[ recovery-image] Sep 01 23:25:43.006 INFO O| Sep 01 23:25:43.006 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-09-01T23:25:44.436Z[ recovery-image] Sep 01 23:25:43.017 INFO O| Sep 01 23:25:43.017 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
56572026-09-01T23:25:44.448Z[ recovery-image] Sep 01 23:25:43.029 INFO O| Sep 01 23:25:43.028 INFO STEP 6 (remove_files) COMPLETE
56582026-09-01T23:25:44.448Z[ recovery-image] Sep 01 23:25:43.029 INFO O| Sep 01 23:25:43.029 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-09-01T23:25:44.460Z[ recovery-image] Sep 01 23:25:43.040 INFO O| Sep 01 23:25:43.040 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
56602026-09-01T23:25:44.464Z[ recovery-image] Sep 01 23:25:43.042 INFO O| Sep 01 23:25:43.042 INFO STEP 7 (remove_files) COMPLETE
56612026-09-01T23:25:44.464Z[ recovery-image] Sep 01 23:25:43.042 INFO O| Sep 01 23:25:43.042 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-09-01T23:25:44.473Z[ recovery-image] Sep 01 23:25:43.053 INFO O| Sep 01 23:25:43.053 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
56632026-09-01T23:25:44.477Z[ recovery-image] Sep 01 23:25:43.055 INFO O| Sep 01 23:25:43.055 INFO STEP 8 (remove_files) COMPLETE
56642026-09-01T23:25:44.477Z[ recovery-image] Sep 01 23:25:43.055 INFO O| Sep 01 23:25:43.055 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-09-01T23:25:44.486Z[ recovery-image] Sep 01 23:25:43.066 INFO O| Sep 01 23:25:43.066 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
56662026-09-01T23:25:44.490Z[ recovery-image] Sep 01 23:25:43.071 INFO O| Sep 01 23:25:43.071 INFO STEP 9 (remove_files) COMPLETE
56672026-09-01T23:25:44.490Z[ recovery-image] Sep 01 23:25:43.071 INFO O| Sep 01 23:25:43.071 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-09-01T23:25:44.502Z[ recovery-image] Sep 01 23:25:43.082 INFO O| Sep 01 23:25:43.082 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
56692026-09-01T23:25:44.502Z[ recovery-image] Sep 01 23:25:43.082 INFO O| Sep 01 23:25:43.082 INFO STEP 10 (remove_files) COMPLETE
56702026-09-01T23:25:44.502Z[ recovery-image] Sep 01 23:25:43.082 INFO O| Sep 01 23:25:43.082 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-09-01T23:25:44.514Z[ recovery-image] Sep 01 23:25:43.094 INFO O| Sep 01 23:25:43.094 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
56722026-09-01T23:25:44.517Z[ recovery-image] Sep 01 23:25:43.095 INFO O| Sep 01 23:25:43.095 INFO STEP 11 (remove_files) COMPLETE
56732026-09-01T23:25:44.517Z[ recovery-image] Sep 01 23:25:43.095 INFO O| Sep 01 23:25:43.095 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-09-01T23:25:44.524Z[ recovery-image] Sep 01 23:25:43.104 INFO O| Sep 01 23:25:43.104 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
56752026-09-01T23:25:44.592Z[ recovery-image] Sep 01 23:25:43.172 INFO O| Sep 01 23:25:43.172 INFO STEP 12 (remove_files) COMPLETE
56762026-09-01T23:25:44.592Z[ recovery-image] Sep 01 23:25:43.172 INFO O| Sep 01 23:25:43.172 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-09-01T23:25:44.601Z[ recovery-image] Sep 01 23:25:43.181 INFO O| Sep 01 23:25:43.181 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
56782026-09-01T23:25:44.605Z[ recovery-image] Sep 01 23:25:43.185 INFO O| Sep 01 23:25:43.184 INFO STEP 13 (remove_files) COMPLETE
56792026-09-01T23:25:44.605Z[ recovery-image] Sep 01 23:25:43.185 INFO O| Sep 01 23:25:43.184 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-09-01T23:25:44.617Z[ recovery-image] Sep 01 23:25:43.197 INFO O| Sep 01 23:25:43.196 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
56812026-09-01T23:25:44.620Z[ recovery-image] Sep 01 23:25:43.198 INFO O| Sep 01 23:25:43.198 INFO STEP 14 (remove_files) COMPLETE
56822026-09-01T23:25:44.620Z[ recovery-image] Sep 01 23:25:43.198 INFO O| Sep 01 23:25:43.198 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-09-01T23:25:44.628Z[ recovery-image] Sep 01 23:25:43.208 INFO O| Sep 01 23:25:43.207 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
56842026-09-01T23:25:44.628Z[ recovery-image] Sep 01 23:25:43.208 INFO O| Sep 01 23:25:43.208 INFO STEP 15 (remove_files) COMPLETE
56852026-09-01T23:25:44.628Z[ recovery-image] Sep 01 23:25:43.208 INFO O| Sep 01 23:25:43.208 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-09-01T23:25:44.637Z[ recovery-image] Sep 01 23:25:43.217 INFO O| Sep 01 23:25:43.217 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
56872026-09-01T23:25:44.641Z[ recovery-image] Sep 01 23:25:43.220 INFO O| Sep 01 23:25:43.220 INFO STEP 16 (remove_files) COMPLETE
56882026-09-01T23:25:44.641Z[ recovery-image] Sep 01 23:25:43.220 INFO O| Sep 01 23:25:43.220 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-09-01T23:25:44.650Z[ recovery-image] Sep 01 23:25:43.231 INFO O| Sep 01 23:25:43.231 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
56902026-09-01T23:25:44.659Z[ recovery-image] Sep 01 23:25:43.240 INFO O| Sep 01 23:25:43.239 INFO STEP 17 (remove_files) COMPLETE
56912026-09-01T23:25:44.659Z[ recovery-image] Sep 01 23:25:43.240 INFO O| Sep 01 23:25:43.240 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-09-01T23:25:44.671Z[ recovery-image] Sep 01 23:25:43.251 INFO O| Sep 01 23:25:43.251 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
56932026-09-01T23:25:44.671Z[ recovery-image] Sep 01 23:25:43.251 INFO O| Sep 01 23:25:43.251 INFO STEP 18 (remove_files) COMPLETE
56942026-09-01T23:25:44.671Z[ recovery-image] Sep 01 23:25:43.251 INFO O| Sep 01 23:25:43.251 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-09-01T23:25:44.681Z[ recovery-image] Sep 01 23:25:43.261 INFO O| Sep 01 23:25:43.261 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
56962026-09-01T23:25:44.684Z[ recovery-image] Sep 01 23:25:43.265 INFO O| Sep 01 23:25:43.265 INFO STEP 19 (remove_files) COMPLETE
56972026-09-01T23:25:44.684Z[ recovery-image] Sep 01 23:25:43.265 INFO O| Sep 01 23:25:43.265 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-09-01T23:25:44.695Z[ recovery-image] Sep 01 23:25:43.276 INFO O| Sep 01 23:25:43.275 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
56992026-09-01T23:25:44.709Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
57002026-09-01T23:25:44.792Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
57012026-09-01T23:25:44.879Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
57022026-09-01T23:25:44.882Z[ recovery-image] Sep 01 23:25:43.462 INFO O| Sep 01 23:25:43.462 INFO STEP 20 (remove_files) COMPLETE
57032026-09-01T23:25:44.882Z[ recovery-image] Sep 01 23:25:43.462 INFO O| Sep 01 23:25:43.462 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-09-01T23:25:44.891Z[ recovery-image] Sep 01 23:25:43.471 INFO O| Sep 01 23:25:43.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
57052026-09-01T23:25:44.909Z[ recovery-image] Sep 01 23:25:43.484 INFO O| Sep 01 23:25:43.484 INFO STEP 21 (remove_files) COMPLETE
57062026-09-01T23:25:44.909Z[ recovery-image] Sep 01 23:25:43.484 INFO O| Sep 01 23:25:43.484 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-09-01T23:25:44.920Z[ recovery-image] Sep 01 23:25:43.500 INFO O| Sep 01 23:25:43.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
57082026-09-01T23:25:44.942Z[ recovery-image] Sep 01 23:25:43.522 INFO O| Sep 01 23:25:43.522 INFO STEP 22 (remove_files) COMPLETE
57092026-09-01T23:25:44.942Z[ recovery-image] Sep 01 23:25:43.522 INFO O| Sep 01 23:25:43.522 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-09-01T23:25:44.951Z[ recovery-image] Sep 01 23:25:43.531 INFO O| Sep 01 23:25:43.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
57112026-09-01T23:25:44.954Z[ recovery-image] Sep 01 23:25:43.531 INFO O| Sep 01 23:25:43.531 INFO STEP 23 (remove_files) COMPLETE
57122026-09-01T23:25:44.954Z[ recovery-image] Sep 01 23:25:43.531 INFO O| Sep 01 23:25:43.531 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-09-01T23:25:44.958Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
57142026-09-01T23:25:44.963Z[ recovery-image] Sep 01 23:25:43.540 INFO O| Sep 01 23:25:43.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
57152026-09-01T23:25:44.963Z[ recovery-image] Sep 01 23:25:43.540 INFO O| Sep 01 23:25:43.540 INFO STEP 24 (remove_files) COMPLETE
57162026-09-01T23:25:44.964Z[ recovery-image] Sep 01 23:25:43.540 INFO O| Sep 01 23:25:43.540 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-09-01T23:25:44.981Z[ recovery-image] Sep 01 23:25:43.561 INFO O| Sep 01 23:25:43.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
57182026-09-01T23:25:44.981Z[ recovery-image] Sep 01 23:25:43.561 INFO O| Sep 01 23:25:43.561 INFO STEP 25 (remove_files) COMPLETE
57192026-09-01T23:25:44.985Z[ recovery-image] Sep 01 23:25:43.561 INFO O| Sep 01 23:25:43.561 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-09-01T23:25:44.991Z[ recovery-image] Sep 01 23:25:43.571 INFO O| Sep 01 23:25:43.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
57212026-09-01T23:25:45.015Z[ recovery-image] Sep 01 23:25:43.596 INFO O| Sep 01 23:25:43.596 INFO STEP 26 (remove_files) COMPLETE
57222026-09-01T23:25:45.016Z[ recovery-image] Sep 01 23:25:43.596 INFO O| Sep 01 23:25:43.596 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-09-01T23:25:45.045Z[ recovery-image] Sep 01 23:25:43.625 INFO O| Sep 01 23:25:43.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
57242026-09-01T23:25:45.048Z[ recovery-image] Sep 01 23:25:43.625 INFO O| Sep 01 23:25:43.625 INFO STEP 27 (remove_files) COMPLETE
57252026-09-01T23:25:45.048Z[ recovery-image] Sep 01 23:25:43.625 INFO O| Sep 01 23:25:43.625 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-09-01T23:25:45.053Z[ recovery-image] Sep 01 23:25:43.634 INFO O| Sep 01 23:25:43.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
57272026-09-01T23:25:45.073Z[ recovery-image] Sep 01 23:25:43.654 INFO O| Sep 01 23:25:43.654 INFO STEP 28 (remove_files) COMPLETE
57282026-09-01T23:25:45.074Z[ recovery-image] Sep 01 23:25:43.654 INFO O| Sep 01 23:25:43.654 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57292026-09-01T23:25:45.108Z[ recovery-image] Sep 01 23:25:43.689 INFO O| Sep 01 23:25:43.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
57302026-09-01T23:25:45.194Z[ recovery-image] Sep 01 23:25:43.767 INFO O| Sep 01 23:25:43.767 INFO STEP 29 (remove_files) COMPLETE
57312026-09-01T23:25:45.194Z[ recovery-image] Sep 01 23:25:43.768 INFO O| Sep 01 23:25:43.767 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-09-01T23:25:45.198Z[ recovery-image] Sep 01 23:25:43.779 INFO O| Sep 01 23:25:43.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
57332026-09-01T23:25:45.198Z[ recovery-image] Sep 01 23:25:43.779 INFO O| Sep 01 23:25:43.779 INFO STEP 30 (remove_files) COMPLETE
57342026-09-01T23:25:45.198Z[ recovery-image] Sep 01 23:25:43.779 INFO O| Sep 01 23:25:43.779 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-09-01T23:25:45.208Z[ recovery-image] Sep 01 23:25:43.788 INFO O| Sep 01 23:25:43.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
57362026-09-01T23:25:45.208Z[ recovery-image] Sep 01 23:25:43.788 INFO O| Sep 01 23:25:43.788 INFO STEP 31 (remove_files) COMPLETE
57372026-09-01T23:25:45.208Z[ recovery-image] Sep 01 23:25:43.788 INFO O| Sep 01 23:25:43.788 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-09-01T23:25:45.217Z[ recovery-image] Sep 01 23:25:43.798 INFO O| Sep 01 23:25:43.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
57392026-09-01T23:25:45.228Z[ recovery-image] Sep 01 23:25:43.809 INFO O| Sep 01 23:25:43.809 INFO STEP 32 (remove_files) COMPLETE
57402026-09-01T23:25:45.228Z[ recovery-image] Sep 01 23:25:43.809 INFO O| Sep 01 23:25:43.809 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-09-01T23:25:45.260Z[ recovery-image] Sep 01 23:25:43.840 INFO O| Sep 01 23:25:43.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
57422026-09-01T23:25:45.260Z[ recovery-image] Sep 01 23:25:43.840 INFO O| Sep 01 23:25:43.840 INFO STEP 33 (remove_files) COMPLETE
57432026-09-01T23:25:45.260Z[ recovery-image] Sep 01 23:25:43.840 INFO O| Sep 01 23:25:43.840 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-09-01T23:25:45.277Z[ recovery-image] Sep 01 23:25:43.857 INFO O| Sep 01 23:25:43.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
57452026-09-01T23:25:45.277Z[ recovery-image] Sep 01 23:25:43.857 INFO O| Sep 01 23:25:43.857 INFO STEP 34 (remove_files) COMPLETE
57462026-09-01T23:25:45.277Z[ recovery-image] Sep 01 23:25:43.857 INFO O| Sep 01 23:25:43.857 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-09-01T23:25:45.287Z[ recovery-image] Sep 01 23:25:43.867 INFO O| Sep 01 23:25:43.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
57482026-09-01T23:25:45.287Z[ recovery-image] Sep 01 23:25:43.867 INFO O| Sep 01 23:25:43.867 INFO STEP 35 (remove_files) COMPLETE
57492026-09-01T23:25:45.287Z[ recovery-image] Sep 01 23:25:43.867 INFO O| Sep 01 23:25:43.867 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-09-01T23:25:45.295Z[ recovery-image] Sep 01 23:25:43.876 INFO O| Sep 01 23:25:43.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
57512026-09-01T23:25:45.296Z[ recovery-image] Sep 01 23:25:43.876 INFO O| Sep 01 23:25:43.876 INFO STEP 36 (remove_files) COMPLETE
57522026-09-01T23:25:45.296Z[ recovery-image] Sep 01 23:25:43.876 INFO O| Sep 01 23:25:43.876 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-09-01T23:25:45.305Z[ recovery-image] Sep 01 23:25:43.885 INFO O| Sep 01 23:25:43.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
57542026-09-01T23:25:45.305Z[ recovery-image] Sep 01 23:25:43.885 INFO O| Sep 01 23:25:43.885 INFO STEP 37 (remove_files) COMPLETE
57552026-09-01T23:25:45.305Z[ recovery-image] Sep 01 23:25:43.885 INFO O| Sep 01 23:25:43.885 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-09-01T23:25:45.313Z[ recovery-image] Sep 01 23:25:43.893 INFO O| Sep 01 23:25:43.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
57572026-09-01T23:25:45.313Z[ recovery-image] Sep 01 23:25:43.893 INFO O| Sep 01 23:25:43.893 INFO STEP 38 (remove_files) COMPLETE
57582026-09-01T23:25:45.317Z[ recovery-image] Sep 01 23:25:43.893 INFO O| Sep 01 23:25:43.893 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-09-01T23:25:45.321Z[ recovery-image] Sep 01 23:25:43.902 INFO O| Sep 01 23:25:43.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
57602026-09-01T23:25:45.321Z[ recovery-image] Sep 01 23:25:43.902 INFO O| Sep 01 23:25:43.902 INFO STEP 39 (remove_files) COMPLETE
57612026-09-01T23:25:45.321Z[ recovery-image] Sep 01 23:25:43.902 INFO O| Sep 01 23:25:43.902 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-09-01T23:25:45.329Z[ recovery-image] Sep 01 23:25:43.909 INFO O| Sep 01 23:25:43.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
57632026-09-01T23:25:45.329Z[ recovery-image] Sep 01 23:25:43.910 INFO O| Sep 01 23:25:43.910 INFO STEP 40 (remove_files) COMPLETE
57642026-09-01T23:25:45.329Z[ recovery-image] Sep 01 23:25:43.910 INFO O| Sep 01 23:25:43.910 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-09-01T23:25:45.337Z[ recovery-image] Sep 01 23:25:43.918 INFO O| Sep 01 23:25:43.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
57662026-09-01T23:25:45.337Z[ recovery-image] Sep 01 23:25:43.918 INFO O| Sep 01 23:25:43.918 INFO STEP 41 (remove_files) COMPLETE
57672026-09-01T23:25:45.341Z[ recovery-image] Sep 01 23:25:43.918 INFO O| Sep 01 23:25:43.918 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-09-01T23:25:45.345Z[ recovery-image] Sep 01 23:25:43.925 INFO O| Sep 01 23:25:43.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
57692026-09-01T23:25:45.349Z[ recovery-image] Sep 01 23:25:43.925 INFO O| Sep 01 23:25:43.925 INFO STEP 42 (remove_files) COMPLETE
57702026-09-01T23:25:45.349Z[ recovery-image] Sep 01 23:25:43.925 INFO O| Sep 01 23:25:43.925 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-09-01T23:25:45.353Z[ recovery-image] Sep 01 23:25:43.933 INFO O| Sep 01 23:25:43.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
57722026-09-01T23:25:45.354Z[ recovery-image] Sep 01 23:25:43.933 INFO O| Sep 01 23:25:43.933 INFO STEP 43 (remove_files) COMPLETE
57732026-09-01T23:25:45.354Z[ recovery-image] Sep 01 23:25:43.933 INFO O| Sep 01 23:25:43.933 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-09-01T23:25:45.361Z[ recovery-image] Sep 01 23:25:43.942 INFO O| Sep 01 23:25:43.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
57752026-09-01T23:25:45.362Z[ recovery-image] Sep 01 23:25:43.942 INFO O| Sep 01 23:25:43.942 INFO STEP 44 (remove_files) COMPLETE
57762026-09-01T23:25:45.362Z[ recovery-image] Sep 01 23:25:43.942 INFO O| Sep 01 23:25:43.942 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-09-01T23:25:45.372Z[ recovery-image] Sep 01 23:25:43.953 INFO O| Sep 01 23:25:43.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
57782026-09-01T23:25:45.373Z[ recovery-image] Sep 01 23:25:43.953 INFO O| Sep 01 23:25:43.953 INFO STEP 45 (remove_files) COMPLETE
57792026-09-01T23:25:45.373Z[ recovery-image] Sep 01 23:25:43.953 INFO O| Sep 01 23:25:43.953 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-09-01T23:25:45.388Z[ recovery-image] Sep 01 23:25:43.968 INFO O| Sep 01 23:25:43.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
57812026-09-01T23:25:45.388Z[ recovery-image] Sep 01 23:25:43.968 INFO O| Sep 01 23:25:43.968 INFO STEP 46 (remove_files) COMPLETE
57822026-09-01T23:25:45.392Z[ recovery-image] Sep 01 23:25:43.968 INFO O| Sep 01 23:25:43.968 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-09-01T23:25:45.397Z[ recovery-image] Sep 01 23:25:43.978 INFO O| Sep 01 23:25:43.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
57842026-09-01T23:25:45.397Z[ recovery-image] Sep 01 23:25:43.978 INFO O| Sep 01 23:25:43.978 INFO STEP 47 (remove_files) COMPLETE
57852026-09-01T23:25:45.401Z[ recovery-image] Sep 01 23:25:43.978 INFO O| Sep 01 23:25:43.978 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-09-01T23:25:45.407Z[ recovery-image] Sep 01 23:25:43.987 INFO O| Sep 01 23:25:43.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
57872026-09-01T23:25:45.407Z[ recovery-image] Sep 01 23:25:43.987 INFO O| Sep 01 23:25:43.987 INFO STEP 48 (remove_files) COMPLETE
57882026-09-01T23:25:45.411Z[ recovery-image] Sep 01 23:25:43.987 INFO O| Sep 01 23:25:43.987 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-09-01T23:25:45.462Z[ recovery-image] Sep 01 23:25:44.042 INFO O| Sep 01 23:25:44.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
57902026-09-01T23:25:45.467Z[ recovery-image] Sep 01 23:25:44.043 INFO O| Sep 01 23:25:44.043 INFO STEP 49 (remove_files) COMPLETE
57912026-09-01T23:25:45.467Z[ recovery-image] Sep 01 23:25:44.043 INFO O| Sep 01 23:25:44.043 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-09-01T23:25:45.472Z[ recovery-image] Sep 01 23:25:44.052 INFO O| Sep 01 23:25:44.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
57932026-09-01T23:25:45.472Z[ recovery-image] Sep 01 23:25:44.052 INFO O| Sep 01 23:25:44.052 INFO STEP 50 (remove_files) COMPLETE
57942026-09-01T23:25:45.475Z[ recovery-image] Sep 01 23:25:44.052 INFO O| Sep 01 23:25:44.052 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-09-01T23:25:45.481Z[ recovery-image] Sep 01 23:25:44.062 INFO O| Sep 01 23:25:44.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
57962026-09-01T23:25:45.484Z[ recovery-image] Sep 01 23:25:44.062 INFO O| Sep 01 23:25:44.062 INFO STEP 51 (remove_files) COMPLETE
57972026-09-01T23:25:45.484Z[ recovery-image] Sep 01 23:25:44.063 INFO O| Sep 01 23:25:44.062 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-09-01T23:25:45.493Z[ recovery-image] Sep 01 23:25:44.074 INFO O| Sep 01 23:25:44.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
57992026-09-01T23:25:45.497Z[ recovery-image] Sep 01 23:25:44.075 INFO O| Sep 01 23:25:44.075 INFO STEP 52 (remove_files) COMPLETE
58002026-09-01T23:25:45.497Z[ recovery-image] Sep 01 23:25:44.075 INFO O| Sep 01 23:25:44.075 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-09-01T23:25:45.505Z[ recovery-image] Sep 01 23:25:44.086 INFO O| Sep 01 23:25:44.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
58022026-09-01T23:25:45.505Z[ recovery-image] Sep 01 23:25:44.086 INFO O| Sep 01 23:25:44.086 INFO STEP 53 (remove_files) COMPLETE
58032026-09-01T23:25:45.505Z[ recovery-image] Sep 01 23:25:44.086 INFO O| Sep 01 23:25:44.086 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-09-01T23:25:45.515Z[ recovery-image] Sep 01 23:25:44.095 INFO O| Sep 01 23:25:44.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
58052026-09-01T23:25:45.515Z[ recovery-image] Sep 01 23:25:44.095 INFO O| Sep 01 23:25:44.095 INFO STEP 54 (remove_files) COMPLETE
58062026-09-01T23:25:45.515Z[ recovery-image] Sep 01 23:25:44.095 INFO O| Sep 01 23:25:44.095 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-09-01T23:25:45.524Z[ recovery-image] Sep 01 23:25:44.105 INFO O| Sep 01 23:25:44.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
58082026-09-01T23:25:45.524Z[ recovery-image] Sep 01 23:25:44.105 INFO O| Sep 01 23:25:44.105 INFO STEP 55 (remove_files) COMPLETE
58092026-09-01T23:25:45.524Z[ recovery-image] Sep 01 23:25:44.105 INFO O| Sep 01 23:25:44.105 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-09-01T23:25:45.529Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
58112026-09-01T23:25:45.534Z[ recovery-image] Sep 01 23:25:44.114 INFO O| Sep 01 23:25:44.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
58122026-09-01T23:25:45.534Z[ recovery-image] Sep 01 23:25:44.115 INFO O| Sep 01 23:25:44.115 INFO STEP 56 (remove_files) COMPLETE
58132026-09-01T23:25:45.534Z[ recovery-image] Sep 01 23:25:44.115 INFO O| Sep 01 23:25:44.115 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58142026-09-01T23:25:45.542Z[ recovery-image] Sep 01 23:25:44.123 INFO O| Sep 01 23:25:44.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
58152026-09-01T23:25:45.542Z[ recovery-image] Sep 01 23:25:44.123 INFO O| Sep 01 23:25:44.123 INFO STEP 57 (remove_files) COMPLETE
58162026-09-01T23:25:45.546Z[ recovery-image] Sep 01 23:25:44.123 INFO O| Sep 01 23:25:44.123 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58172026-09-01T23:25:45.551Z[ recovery-image] Sep 01 23:25:44.132 INFO O| Sep 01 23:25:44.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
58182026-09-01T23:25:45.551Z[ recovery-image] Sep 01 23:25:44.132 INFO O| Sep 01 23:25:44.132 INFO STEP 58 (remove_files) COMPLETE
58192026-09-01T23:25:45.554Z[ recovery-image] Sep 01 23:25:44.132 INFO O| Sep 01 23:25:44.132 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58202026-09-01T23:25:45.561Z[ recovery-image] Sep 01 23:25:44.142 INFO O| Sep 01 23:25:44.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
58212026-09-01T23:25:45.562Z[ recovery-image] Sep 01 23:25:44.142 INFO O| Sep 01 23:25:44.142 INFO STEP 59 (remove_files) COMPLETE
58222026-09-01T23:25:45.565Z[ recovery-image] Sep 01 23:25:44.142 INFO O| Sep 01 23:25:44.142 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58232026-09-01T23:25:45.571Z[ recovery-image] Sep 01 23:25:44.151 INFO O| Sep 01 23:25:44.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
58242026-09-01T23:25:45.574Z[ recovery-image] Sep 01 23:25:44.152 INFO O| Sep 01 23:25:44.152 INFO STEP 60 (remove_files) COMPLETE
58252026-09-01T23:25:45.574Z[ recovery-image] Sep 01 23:25:44.152 INFO O| Sep 01 23:25:44.152 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58262026-09-01T23:25:45.579Z[ recovery-image] Sep 01 23:25:44.160 INFO O| Sep 01 23:25:44.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
58272026-09-01T23:25:45.579Z[ recovery-image] Sep 01 23:25:44.160 INFO O| Sep 01 23:25:44.160 INFO STEP 61 (remove_files) COMPLETE
58282026-09-01T23:25:45.579Z[ recovery-image] Sep 01 23:25:44.160 INFO O| Sep 01 23:25:44.160 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58292026-09-01T23:25:45.588Z[ recovery-image] Sep 01 23:25:44.169 INFO O| Sep 01 23:25:44.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
58302026-09-01T23:25:45.588Z[ recovery-image] Sep 01 23:25:44.169 INFO O| Sep 01 23:25:44.169 INFO STEP 62 (remove_files) COMPLETE
58312026-09-01T23:25:45.588Z[ recovery-image] Sep 01 23:25:44.169 INFO O| Sep 01 23:25:44.169 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58322026-09-01T23:25:45.596Z[ recovery-image] Sep 01 23:25:44.177 INFO O| Sep 01 23:25:44.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
58332026-09-01T23:25:45.596Z[ recovery-image] Sep 01 23:25:44.177 INFO O| Sep 01 23:25:44.177 INFO STEP 63 (remove_files) COMPLETE
58342026-09-01T23:25:45.596Z[ recovery-image] Sep 01 23:25:44.177 INFO O| Sep 01 23:25:44.177 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58352026-09-01T23:25:45.605Z[ recovery-image] Sep 01 23:25:44.185 INFO O| Sep 01 23:25:44.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
58362026-09-01T23:25:45.605Z[ recovery-image] Sep 01 23:25:44.185 INFO O| Sep 01 23:25:44.185 INFO STEP 64 (remove_files) COMPLETE
58372026-09-01T23:25:45.605Z[ recovery-image] Sep 01 23:25:44.185 INFO O| Sep 01 23:25:44.185 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58382026-09-01T23:25:45.612Z[ recovery-image] Sep 01 23:25:44.193 INFO O| Sep 01 23:25:44.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
58392026-09-01T23:25:45.612Z[ recovery-image] Sep 01 23:25:44.193 INFO O| Sep 01 23:25:44.193 INFO STEP 65 (remove_files) COMPLETE
58402026-09-01T23:25:45.615Z[ recovery-image] Sep 01 23:25:44.193 INFO O| Sep 01 23:25:44.193 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58412026-09-01T23:25:45.623Z[ recovery-image] Sep 01 23:25:44.204 INFO O| Sep 01 23:25:44.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
58422026-09-01T23:25:45.623Z[ recovery-image] Sep 01 23:25:44.204 INFO O| Sep 01 23:25:44.204 INFO STEP 66 (remove_files) COMPLETE
58432026-09-01T23:25:45.623Z[ recovery-image] Sep 01 23:25:44.204 INFO O| Sep 01 23:25:44.204 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58442026-09-01T23:25:45.632Z[ recovery-image] Sep 01 23:25:44.213 INFO O| Sep 01 23:25:44.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
58452026-09-01T23:25:45.633Z[ recovery-image] Sep 01 23:25:44.213 INFO O| Sep 01 23:25:44.213 INFO STEP 67 (remove_files) COMPLETE
58462026-09-01T23:25:45.633Z[ recovery-image] Sep 01 23:25:44.213 INFO O| Sep 01 23:25:44.213 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58472026-09-01T23:25:45.641Z[ recovery-image] Sep 01 23:25:44.222 INFO O| Sep 01 23:25:44.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
58482026-09-01T23:25:45.641Z[ recovery-image] Sep 01 23:25:44.222 INFO O| Sep 01 23:25:44.222 INFO STEP 68 (remove_files) COMPLETE
58492026-09-01T23:25:45.641Z[ recovery-image] Sep 01 23:25:44.222 INFO O| Sep 01 23:25:44.222 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58502026-09-01T23:25:45.650Z[ recovery-image] Sep 01 23:25:44.230 INFO O| Sep 01 23:25:44.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
58512026-09-01T23:25:45.650Z[ recovery-image] Sep 01 23:25:44.230 INFO O| Sep 01 23:25:44.230 INFO STEP 69 (remove_files) COMPLETE
58522026-09-01T23:25:45.653Z[ recovery-image] Sep 01 23:25:44.230 INFO O| Sep 01 23:25:44.230 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58532026-09-01T23:25:45.658Z[ recovery-image] Sep 01 23:25:44.239 INFO O| Sep 01 23:25:44.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
58542026-09-01T23:25:45.658Z[ recovery-image] Sep 01 23:25:44.239 INFO O| Sep 01 23:25:44.239 INFO STEP 70 (remove_files) COMPLETE
58552026-09-01T23:25:45.658Z[ recovery-image] Sep 01 23:25:44.239 INFO O| Sep 01 23:25:44.239 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58562026-09-01T23:25:45.669Z[ recovery-image] Sep 01 23:25:44.250 INFO O| Sep 01 23:25:44.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
58572026-09-01T23:25:45.669Z[ recovery-image] Sep 01 23:25:44.250 INFO O| Sep 01 23:25:44.250 INFO STEP 71 (remove_files) COMPLETE
58582026-09-01T23:25:45.669Z[ recovery-image] Sep 01 23:25:44.250 INFO O| Sep 01 23:25:44.250 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58592026-09-01T23:25:45.681Z[ recovery-image] Sep 01 23:25:44.260 INFO O| Sep 01 23:25:44.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
58602026-09-01T23:25:45.681Z[ recovery-image] Sep 01 23:25:44.260 INFO O| Sep 01 23:25:44.260 INFO STEP 72 (remove_files) COMPLETE
58612026-09-01T23:25:45.681Z[ recovery-image] Sep 01 23:25:44.260 INFO O| Sep 01 23:25:44.260 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58622026-09-01T23:25:45.720Z[ recovery-image] Sep 01 23:25:44.270 INFO O| Sep 01 23:25:44.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
58632026-09-01T23:25:45.721Z[ recovery-image] Sep 01 23:25:44.270 INFO O| Sep 01 23:25:44.270 INFO STEP 73 (remove_files) COMPLETE
58642026-09-01T23:25:45.721Z[ recovery-image] Sep 01 23:25:44.270 INFO O| Sep 01 23:25:44.270 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58652026-09-01T23:25:45.724Z[ recovery-image] Sep 01 23:25:44.281 INFO O| Sep 01 23:25:44.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
58662026-09-01T23:25:45.724Z[ recovery-image] Sep 01 23:25:44.281 INFO O| Sep 01 23:25:44.281 INFO STEP 74 (remove_files) COMPLETE
58672026-09-01T23:25:45.724Z[ recovery-image] Sep 01 23:25:44.281 INFO O| Sep 01 23:25:44.281 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58682026-09-01T23:25:45.724Z[ recovery-image] Sep 01 23:25:44.290 INFO O| Sep 01 23:25:44.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
58692026-09-01T23:25:45.724Z[ recovery-image] Sep 01 23:25:44.290 INFO O| Sep 01 23:25:44.290 INFO STEP 75 (remove_files) COMPLETE
58702026-09-01T23:25:45.724Z[ recovery-image] Sep 01 23:25:44.290 INFO O| Sep 01 23:25:44.290 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58712026-09-01T23:25:45.724Z[ recovery-image] Sep 01 23:25:44.301 INFO O| Sep 01 23:25:44.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
58722026-09-01T23:25:45.724Z[ recovery-image] Sep 01 23:25:44.301 INFO O| Sep 01 23:25:44.301 INFO STEP 76 (remove_files) COMPLETE
58732026-09-01T23:25:45.724Z[ recovery-image] Sep 01 23:25:44.301 INFO O| Sep 01 23:25:44.301 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58742026-09-01T23:25:45.729Z[ recovery-image] Sep 01 23:25:44.310 INFO O| Sep 01 23:25:44.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
58752026-09-01T23:25:45.729Z[ recovery-image] Sep 01 23:25:44.310 INFO O| Sep 01 23:25:44.310 INFO STEP 77 (remove_files) COMPLETE
58762026-09-01T23:25:45.729Z[ recovery-image] Sep 01 23:25:44.310 INFO O| Sep 01 23:25:44.310 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58772026-09-01T23:25:45.739Z[ recovery-image] Sep 01 23:25:44.319 INFO O| Sep 01 23:25:44.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
58782026-09-01T23:25:45.739Z[ recovery-image] Sep 01 23:25:44.319 INFO O| Sep 01 23:25:44.319 INFO STEP 78 (remove_files) COMPLETE
58792026-09-01T23:25:45.742Z[ recovery-image] Sep 01 23:25:44.319 INFO O| Sep 01 23:25:44.319 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58802026-09-01T23:25:45.748Z[ recovery-image] Sep 01 23:25:44.329 INFO O| Sep 01 23:25:44.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
58812026-09-01T23:25:45.748Z[ recovery-image] Sep 01 23:25:44.329 INFO O| Sep 01 23:25:44.329 INFO STEP 79 (remove_files) COMPLETE
58822026-09-01T23:25:45.748Z[ recovery-image] Sep 01 23:25:44.329 INFO O| Sep 01 23:25:44.329 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58832026-09-01T23:25:45.758Z[ recovery-image] Sep 01 23:25:44.339 INFO O| Sep 01 23:25:44.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
58842026-09-01T23:25:45.758Z[ recovery-image] Sep 01 23:25:44.339 INFO O| Sep 01 23:25:44.339 INFO STEP 80 (remove_files) COMPLETE
58852026-09-01T23:25:45.762Z[ recovery-image] Sep 01 23:25:44.339 INFO O| Sep 01 23:25:44.339 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58862026-09-01T23:25:45.768Z[ recovery-image] Sep 01 23:25:44.348 INFO O| Sep 01 23:25:44.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
58872026-09-01T23:25:45.768Z[ recovery-image] Sep 01 23:25:44.348 INFO O| Sep 01 23:25:44.348 INFO STEP 81 (remove_files) COMPLETE
58882026-09-01T23:25:45.768Z[ recovery-image] Sep 01 23:25:44.348 INFO O| Sep 01 23:25:44.348 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58892026-09-01T23:25:45.777Z[ recovery-image] Sep 01 23:25:44.358 INFO O| Sep 01 23:25:44.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
58902026-09-01T23:25:45.777Z[ recovery-image] Sep 01 23:25:44.358 INFO O| Sep 01 23:25:44.358 INFO STEP 82 (remove_files) COMPLETE
58912026-09-01T23:25:45.777Z[ recovery-image] Sep 01 23:25:44.358 INFO O| Sep 01 23:25:44.358 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58922026-09-01T23:25:45.788Z[ recovery-image] Sep 01 23:25:44.368 INFO O| Sep 01 23:25:44.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
58932026-09-01T23:25:45.788Z[ recovery-image] Sep 01 23:25:44.368 INFO O| Sep 01 23:25:44.368 INFO STEP 83 (remove_files) COMPLETE
58942026-09-01T23:25:45.788Z[ recovery-image] Sep 01 23:25:44.368 INFO O| Sep 01 23:25:44.368 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58952026-09-01T23:25:45.798Z[ recovery-image] Sep 01 23:25:44.378 INFO O| Sep 01 23:25:44.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
58962026-09-01T23:25:45.798Z[ recovery-image] Sep 01 23:25:44.378 INFO O| Sep 01 23:25:44.378 INFO STEP 84 (remove_files) COMPLETE
58972026-09-01T23:25:45.798Z[ recovery-image] Sep 01 23:25:44.378 INFO O| Sep 01 23:25:44.378 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58982026-09-01T23:25:45.808Z[ recovery-image] Sep 01 23:25:44.388 INFO O| Sep 01 23:25:44.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
58992026-09-01T23:25:45.808Z[ recovery-image] Sep 01 23:25:44.389 INFO O| Sep 01 23:25:44.389 INFO STEP 85 (remove_files) COMPLETE
59002026-09-01T23:25:45.808Z[ recovery-image] Sep 01 23:25:44.389 INFO O| Sep 01 23:25:44.389 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59012026-09-01T23:25:45.818Z[ recovery-image] Sep 01 23:25:44.398 INFO O| Sep 01 23:25:44.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
59022026-09-01T23:25:45.818Z[ recovery-image] Sep 01 23:25:44.398 INFO O| Sep 01 23:25:44.398 INFO STEP 86 (remove_files) COMPLETE
59032026-09-01T23:25:45.818Z[ recovery-image] Sep 01 23:25:44.398 INFO O| Sep 01 23:25:44.398 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59042026-09-01T23:25:45.828Z[ recovery-image] Sep 01 23:25:44.408 INFO O| Sep 01 23:25:44.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
59052026-09-01T23:25:45.828Z[ recovery-image] Sep 01 23:25:44.408 INFO O| Sep 01 23:25:44.408 INFO STEP 87 (remove_files) COMPLETE
59062026-09-01T23:25:45.828Z[ recovery-image] Sep 01 23:25:44.408 INFO O| Sep 01 23:25:44.408 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59072026-09-01T23:25:45.837Z[ recovery-image] Sep 01 23:25:44.418 INFO O| Sep 01 23:25:44.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
59082026-09-01T23:25:45.837Z[ recovery-image] Sep 01 23:25:44.418 INFO O| Sep 01 23:25:44.418 INFO STEP 88 (remove_files) COMPLETE
59092026-09-01T23:25:45.837Z[ recovery-image] Sep 01 23:25:44.418 INFO O| Sep 01 23:25:44.418 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59102026-09-01T23:25:45.848Z[ recovery-image] Sep 01 23:25:44.428 INFO O| Sep 01 23:25:44.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
59112026-09-01T23:25:45.848Z[ recovery-image] Sep 01 23:25:44.428 INFO O| Sep 01 23:25:44.428 INFO STEP 89 (remove_files) COMPLETE
59122026-09-01T23:25:45.848Z[ recovery-image] Sep 01 23:25:44.428 INFO O| Sep 01 23:25:44.428 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-09-01T23:25:45.858Z[ recovery-image] Sep 01 23:25:44.438 INFO O| Sep 01 23:25:44.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
59142026-09-01T23:25:45.858Z[ recovery-image] Sep 01 23:25:44.438 INFO O| Sep 01 23:25:44.438 INFO STEP 90 (remove_files) COMPLETE
59152026-09-01T23:25:45.858Z[ recovery-image] Sep 01 23:25:44.438 INFO O| Sep 01 23:25:44.438 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-09-01T23:25:45.867Z[ recovery-image] Sep 01 23:25:44.448 INFO O| Sep 01 23:25:44.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
59172026-09-01T23:25:45.868Z[ recovery-image] Sep 01 23:25:44.448 INFO O| Sep 01 23:25:44.448 INFO STEP 91 (remove_files) COMPLETE
59182026-09-01T23:25:45.871Z[ recovery-image] Sep 01 23:25:44.448 INFO O| Sep 01 23:25:44.448 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-09-01T23:25:45.876Z[ recovery-image] Sep 01 23:25:44.457 INFO O| Sep 01 23:25:44.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
59202026-09-01T23:25:45.876Z[ recovery-image] Sep 01 23:25:44.457 INFO O| Sep 01 23:25:44.457 INFO STEP 92 (remove_files) COMPLETE
59212026-09-01T23:25:45.876Z[ recovery-image] Sep 01 23:25:44.457 INFO O| Sep 01 23:25:44.457 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-09-01T23:25:45.886Z[ recovery-image] Sep 01 23:25:44.467 INFO O| Sep 01 23:25:44.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
59232026-09-01T23:25:45.886Z[ recovery-image] Sep 01 23:25:44.467 INFO O| Sep 01 23:25:44.467 INFO STEP 93 (remove_files) COMPLETE
59242026-09-01T23:25:45.886Z[ recovery-image] Sep 01 23:25:44.467 INFO O| Sep 01 23:25:44.467 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-09-01T23:25:45.896Z[ recovery-image] Sep 01 23:25:44.476 INFO O| Sep 01 23:25:44.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
59262026-09-01T23:25:45.896Z[ recovery-image] Sep 01 23:25:44.476 INFO O| Sep 01 23:25:44.476 INFO STEP 94 (remove_files) COMPLETE
59272026-09-01T23:25:45.896Z[ recovery-image] Sep 01 23:25:44.476 INFO O| Sep 01 23:25:44.476 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-09-01T23:25:45.902Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
59292026-09-01T23:25:45.905Z[ recovery-image] Sep 01 23:25:44.486 INFO O| Sep 01 23:25:44.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
59302026-09-01T23:25:45.906Z[ recovery-image] Sep 01 23:25:44.486 INFO O| Sep 01 23:25:44.486 INFO STEP 95 (remove_files) COMPLETE
59312026-09-01T23:25:45.909Z[ recovery-image] Sep 01 23:25:44.486 INFO O| Sep 01 23:25:44.486 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-09-01T23:25:45.920Z[ recovery-image] Sep 01 23:25:44.495 INFO O| Sep 01 23:25:44.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
59332026-09-01T23:25:45.920Z[ recovery-image] Sep 01 23:25:44.495 INFO O| Sep 01 23:25:44.495 INFO STEP 96 (remove_files) COMPLETE
59342026-09-01T23:25:45.920Z[ recovery-image] Sep 01 23:25:44.495 INFO O| Sep 01 23:25:44.495 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-09-01T23:25:45.924Z[ recovery-image] Sep 01 23:25:44.505 INFO O| Sep 01 23:25:44.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
59362026-09-01T23:25:45.924Z[ recovery-image] Sep 01 23:25:44.505 INFO O| Sep 01 23:25:44.505 INFO STEP 97 (remove_files) COMPLETE
59372026-09-01T23:25:45.924Z[ recovery-image] Sep 01 23:25:44.505 INFO O| Sep 01 23:25:44.505 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-09-01T23:25:45.934Z[ recovery-image] Sep 01 23:25:44.515 INFO O| Sep 01 23:25:44.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
59392026-09-01T23:25:45.934Z[ recovery-image] Sep 01 23:25:44.515 INFO O| Sep 01 23:25:44.515 INFO STEP 98 (remove_files) COMPLETE
59402026-09-01T23:25:45.935Z[ recovery-image] Sep 01 23:25:44.515 INFO O| Sep 01 23:25:44.515 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-09-01T23:25:45.943Z[ recovery-image] Sep 01 23:25:44.524 INFO O| Sep 01 23:25:44.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
59422026-09-01T23:25:45.943Z[ recovery-image] Sep 01 23:25:44.524 INFO O| Sep 01 23:25:44.524 INFO STEP 99 (remove_files) COMPLETE
59432026-09-01T23:25:45.943Z[ recovery-image] Sep 01 23:25:44.524 INFO O| Sep 01 23:25:44.524 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-09-01T23:25:45.952Z[ recovery-image] Sep 01 23:25:44.532 INFO O| Sep 01 23:25:44.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
59452026-09-01T23:25:45.952Z[ recovery-image] Sep 01 23:25:44.533 INFO O| Sep 01 23:25:44.532 INFO STEP 100 (remove_files) COMPLETE
59462026-09-01T23:25:45.952Z[ recovery-image] Sep 01 23:25:44.533 INFO O| Sep 01 23:25:44.533 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-09-01T23:25:45.961Z[ recovery-image] Sep 01 23:25:44.542 INFO O| Sep 01 23:25:44.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
59482026-09-01T23:25:45.964Z[ recovery-image] Sep 01 23:25:44.542 INFO O| Sep 01 23:25:44.542 INFO STEP 101 (remove_files) COMPLETE
59492026-09-01T23:25:45.965Z[ recovery-image] Sep 01 23:25:44.542 INFO O| Sep 01 23:25:44.542 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-09-01T23:25:45.971Z[ recovery-image] Sep 01 23:25:44.551 INFO O| Sep 01 23:25:44.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
59512026-09-01T23:25:45.971Z[ recovery-image] Sep 01 23:25:44.551 INFO O| Sep 01 23:25:44.551 INFO STEP 102 (remove_files) COMPLETE
59522026-09-01T23:25:45.974Z[ recovery-image] Sep 01 23:25:44.551 INFO O| Sep 01 23:25:44.551 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-09-01T23:25:45.979Z[ recovery-image] Sep 01 23:25:44.560 INFO O| Sep 01 23:25:44.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
59542026-09-01T23:25:45.979Z[ recovery-image] Sep 01 23:25:44.560 INFO O| Sep 01 23:25:44.560 INFO STEP 103 (remove_files) COMPLETE
59552026-09-01T23:25:45.982Z[ recovery-image] Sep 01 23:25:44.560 INFO O| Sep 01 23:25:44.560 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-09-01T23:25:45.990Z[ recovery-image] Sep 01 23:25:44.570 INFO O| Sep 01 23:25:44.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
59572026-09-01T23:25:45.994Z[ recovery-image] Sep 01 23:25:44.570 INFO O| Sep 01 23:25:44.570 INFO STEP 104 (remove_files) COMPLETE
59582026-09-01T23:25:45.994Z[ recovery-image] Sep 01 23:25:44.570 INFO O| Sep 01 23:25:44.570 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-09-01T23:25:46.002Z[ recovery-image] Sep 01 23:25:44.580 INFO O| Sep 01 23:25:44.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
59602026-09-01T23:25:46.002Z[ recovery-image] Sep 01 23:25:44.580 INFO O| Sep 01 23:25:44.580 INFO STEP 105 (remove_files) COMPLETE
59612026-09-01T23:25:46.002Z[ recovery-image] Sep 01 23:25:44.580 INFO O| Sep 01 23:25:44.580 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-09-01T23:25:46.008Z[ recovery-image] Sep 01 23:25:44.589 INFO O| Sep 01 23:25:44.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
59632026-09-01T23:25:46.008Z[ recovery-image] Sep 01 23:25:44.589 INFO O| Sep 01 23:25:44.589 INFO STEP 106 (remove_files) COMPLETE
59642026-09-01T23:25:46.009Z[ recovery-image] Sep 01 23:25:44.589 INFO O| Sep 01 23:25:44.589 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-09-01T23:25:46.018Z[ recovery-image] Sep 01 23:25:44.598 INFO O| Sep 01 23:25:44.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
59662026-09-01T23:25:46.018Z[ recovery-image] Sep 01 23:25:44.598 INFO O| Sep 01 23:25:44.598 INFO STEP 107 (remove_files) COMPLETE
59672026-09-01T23:25:46.018Z[ recovery-image] Sep 01 23:25:44.598 INFO O| Sep 01 23:25:44.598 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-09-01T23:25:46.028Z[ recovery-image] Sep 01 23:25:44.608 INFO O| Sep 01 23:25:44.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
59692026-09-01T23:25:46.028Z[ recovery-image] Sep 01 23:25:44.608 INFO O| Sep 01 23:25:44.608 INFO STEP 108 (remove_files) COMPLETE
59702026-09-01T23:25:46.028Z[ recovery-image] Sep 01 23:25:44.608 INFO O| Sep 01 23:25:44.608 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-09-01T23:25:46.037Z[ recovery-image] Sep 01 23:25:44.618 INFO O| Sep 01 23:25:44.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
59722026-09-01T23:25:46.037Z[ recovery-image] Sep 01 23:25:44.618 INFO O| Sep 01 23:25:44.618 INFO STEP 109 (remove_files) COMPLETE
59732026-09-01T23:25:46.038Z[ recovery-image] Sep 01 23:25:44.618 INFO O| Sep 01 23:25:44.618 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-09-01T23:25:46.048Z[ recovery-image] Sep 01 23:25:44.628 INFO O| Sep 01 23:25:44.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
59752026-09-01T23:25:46.048Z[ recovery-image] Sep 01 23:25:44.628 INFO O| Sep 01 23:25:44.628 INFO STEP 110 (remove_files) COMPLETE
59762026-09-01T23:25:46.051Z[ recovery-image] Sep 01 23:25:44.628 INFO O| Sep 01 23:25:44.628 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-09-01T23:25:46.057Z[ recovery-image] Sep 01 23:25:44.637 INFO O| Sep 01 23:25:44.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
59782026-09-01T23:25:46.057Z[ recovery-image] Sep 01 23:25:44.637 INFO O| Sep 01 23:25:44.637 INFO STEP 111 (remove_files) COMPLETE
59792026-09-01T23:25:46.060Z[ recovery-image] Sep 01 23:25:44.637 INFO O| Sep 01 23:25:44.637 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-09-01T23:25:46.065Z[ recovery-image] Sep 01 23:25:44.646 INFO O| Sep 01 23:25:44.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
59812026-09-01T23:25:46.068Z[ recovery-image] Sep 01 23:25:44.647 INFO O| Sep 01 23:25:44.646 INFO STEP 112 (remove_files) COMPLETE
59822026-09-01T23:25:46.068Z[ recovery-image] Sep 01 23:25:44.647 INFO O| Sep 01 23:25:44.647 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-09-01T23:25:46.076Z[ recovery-image] Sep 01 23:25:44.656 INFO O| Sep 01 23:25:44.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
59842026-09-01T23:25:46.076Z[ recovery-image] Sep 01 23:25:44.656 INFO O| Sep 01 23:25:44.656 INFO STEP 113 (remove_files) COMPLETE
59852026-09-01T23:25:46.080Z[ recovery-image] Sep 01 23:25:44.656 INFO O| Sep 01 23:25:44.656 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-09-01T23:25:46.085Z[ recovery-image] Sep 01 23:25:44.665 INFO O| Sep 01 23:25:44.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
59872026-09-01T23:25:46.085Z[ recovery-image] Sep 01 23:25:44.665 INFO O| Sep 01 23:25:44.665 INFO STEP 114 (remove_files) COMPLETE
59882026-09-01T23:25:46.085Z[ recovery-image] Sep 01 23:25:44.665 INFO O| Sep 01 23:25:44.665 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-09-01T23:25:46.094Z[ recovery-image] Sep 01 23:25:44.674 INFO O| Sep 01 23:25:44.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
59902026-09-01T23:25:46.094Z[ recovery-image] Sep 01 23:25:44.674 INFO O| Sep 01 23:25:44.674 INFO STEP 115 (remove_files) COMPLETE
59912026-09-01T23:25:46.094Z[ recovery-image] Sep 01 23:25:44.674 INFO O| Sep 01 23:25:44.674 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-09-01T23:25:46.102Z[ recovery-image] Sep 01 23:25:44.683 INFO O| Sep 01 23:25:44.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
59932026-09-01T23:25:46.106Z[ recovery-image] Sep 01 23:25:44.684 INFO O| Sep 01 23:25:44.684 INFO STEP 116 (remove_files) COMPLETE
59942026-09-01T23:25:46.106Z[ recovery-image] Sep 01 23:25:44.684 INFO O| Sep 01 23:25:44.684 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-09-01T23:25:46.111Z[ recovery-image] Sep 01 23:25:44.692 INFO O| Sep 01 23:25:44.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
59962026-09-01T23:25:46.111Z[ recovery-image] Sep 01 23:25:44.692 INFO O| Sep 01 23:25:44.692 INFO STEP 117 (remove_files) COMPLETE
59972026-09-01T23:25:46.111Z[ recovery-image] Sep 01 23:25:44.692 INFO O| Sep 01 23:25:44.692 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-09-01T23:25:46.120Z[ recovery-image] Sep 01 23:25:44.701 INFO O| Sep 01 23:25:44.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
59992026-09-01T23:25:46.123Z[ recovery-image] Sep 01 23:25:44.702 INFO O| Sep 01 23:25:44.702 INFO STEP 118 (remove_files) COMPLETE
60002026-09-01T23:25:46.123Z[ recovery-image] Sep 01 23:25:44.702 INFO O| Sep 01 23:25:44.702 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-09-01T23:25:46.130Z[ recovery-image] Sep 01 23:25:44.711 INFO O| Sep 01 23:25:44.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
60022026-09-01T23:25:46.131Z[ recovery-image] Sep 01 23:25:44.711 INFO O| Sep 01 23:25:44.711 INFO STEP 119 (remove_files) COMPLETE
60032026-09-01T23:25:46.131Z[ recovery-image] Sep 01 23:25:44.711 INFO O| Sep 01 23:25:44.711 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-09-01T23:25:46.140Z[ recovery-image] Sep 01 23:25:44.720 INFO O| Sep 01 23:25:44.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
60052026-09-01T23:25:46.140Z[ recovery-image] Sep 01 23:25:44.720 INFO O| Sep 01 23:25:44.720 INFO STEP 120 (remove_files) COMPLETE
60062026-09-01T23:25:46.143Z[ recovery-image] Sep 01 23:25:44.720 INFO O| Sep 01 23:25:44.720 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-09-01T23:25:46.148Z[ recovery-image] Sep 01 23:25:44.729 INFO O| Sep 01 23:25:44.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
60082026-09-01T23:25:46.148Z[ recovery-image] Sep 01 23:25:44.729 INFO O| Sep 01 23:25:44.729 INFO STEP 121 (remove_files) COMPLETE
60092026-09-01T23:25:46.148Z[ recovery-image] Sep 01 23:25:44.729 INFO O| Sep 01 23:25:44.729 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-09-01T23:25:46.158Z[ recovery-image] Sep 01 23:25:44.738 INFO O| Sep 01 23:25:44.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
60112026-09-01T23:25:46.158Z[ recovery-image] Sep 01 23:25:44.738 INFO O| Sep 01 23:25:44.738 INFO STEP 122 (remove_files) COMPLETE
60122026-09-01T23:25:46.158Z[ recovery-image] Sep 01 23:25:44.738 INFO O| Sep 01 23:25:44.738 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-09-01T23:25:46.169Z[ recovery-image] Sep 01 23:25:44.747 INFO O| Sep 01 23:25:44.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
60142026-09-01T23:25:46.169Z[ recovery-image] Sep 01 23:25:44.747 INFO O| Sep 01 23:25:44.747 INFO STEP 123 (remove_files) COMPLETE
60152026-09-01T23:25:46.172Z[ recovery-image] Sep 01 23:25:44.747 INFO O| Sep 01 23:25:44.747 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-09-01T23:25:46.176Z[ recovery-image] Sep 01 23:25:44.757 INFO O| Sep 01 23:25:44.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
60172026-09-01T23:25:46.176Z[ recovery-image] Sep 01 23:25:44.757 INFO O| Sep 01 23:25:44.757 INFO STEP 124 (remove_files) COMPLETE
60182026-09-01T23:25:46.179Z[ recovery-image] Sep 01 23:25:44.757 INFO O| Sep 01 23:25:44.757 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-09-01T23:25:46.185Z[ recovery-image] Sep 01 23:25:44.765 INFO O| Sep 01 23:25:44.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
60202026-09-01T23:25:46.188Z[ recovery-image] Sep 01 23:25:44.766 INFO O| Sep 01 23:25:44.766 INFO STEP 125 (remove_files) COMPLETE
60212026-09-01T23:25:46.188Z[ recovery-image] Sep 01 23:25:44.766 INFO O| Sep 01 23:25:44.766 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-09-01T23:25:46.196Z[ recovery-image] Sep 01 23:25:44.777 INFO O| Sep 01 23:25:44.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
60232026-09-01T23:25:46.197Z[ recovery-image] Sep 01 23:25:44.777 INFO O| Sep 01 23:25:44.777 INFO STEP 126 (remove_files) COMPLETE
60242026-09-01T23:25:46.197Z[ recovery-image] Sep 01 23:25:44.777 INFO O| Sep 01 23:25:44.777 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-09-01T23:25:46.207Z[ recovery-image] Sep 01 23:25:44.787 INFO O| Sep 01 23:25:44.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
60262026-09-01T23:25:46.207Z[ recovery-image] Sep 01 23:25:44.787 INFO O| Sep 01 23:25:44.787 INFO STEP 127 (remove_files) COMPLETE
60272026-09-01T23:25:46.210Z[ recovery-image] Sep 01 23:25:44.787 INFO O| Sep 01 23:25:44.787 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-09-01T23:25:46.217Z[ recovery-image] Sep 01 23:25:44.797 INFO O| Sep 01 23:25:44.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
60292026-09-01T23:25:46.217Z[ recovery-image] Sep 01 23:25:44.797 INFO O| Sep 01 23:25:44.797 INFO STEP 128 (remove_files) COMPLETE
60302026-09-01T23:25:46.220Z[ recovery-image] Sep 01 23:25:44.798 INFO O| Sep 01 23:25:44.797 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-09-01T23:25:46.236Z[ recovery-image] Sep 01 23:25:44.817 INFO O| Sep 01 23:25:44.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
60322026-09-01T23:25:46.236Z[ recovery-image] Sep 01 23:25:44.817 INFO O| Sep 01 23:25:44.817 INFO STEP 129 (remove_files) COMPLETE
60332026-09-01T23:25:46.236Z[ recovery-image] Sep 01 23:25:44.817 INFO O| Sep 01 23:25:44.817 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-09-01T23:25:46.265Z[ recovery-image] Sep 01 23:25:44.846 INFO O| Sep 01 23:25:44.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
60352026-09-01T23:25:46.265Z[ recovery-image] Sep 01 23:25:44.846 INFO O| Sep 01 23:25:44.846 INFO STEP 130 (remove_files) COMPLETE
60362026-09-01T23:25:46.265Z[ recovery-image] Sep 01 23:25:44.846 INFO O| Sep 01 23:25:44.846 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-09-01T23:25:46.293Z[ recovery-image] Sep 01 23:25:44.874 INFO O| Sep 01 23:25:44.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
60382026-09-01T23:25:46.293Z[ recovery-image] Sep 01 23:25:44.874 INFO O| Sep 01 23:25:44.874 INFO STEP 131 (remove_files) COMPLETE
60392026-09-01T23:25:46.297Z[ recovery-image] Sep 01 23:25:44.874 INFO O| Sep 01 23:25:44.874 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-09-01T23:25:46.302Z[ recovery-image] Sep 01 23:25:44.883 INFO O| Sep 01 23:25:44.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
60412026-09-01T23:25:46.302Z[ recovery-image] Sep 01 23:25:44.883 INFO O| Sep 01 23:25:44.883 INFO STEP 132 (remove_files) COMPLETE
60422026-09-01T23:25:46.302Z[ recovery-image] Sep 01 23:25:44.883 INFO O| Sep 01 23:25:44.883 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-09-01T23:25:46.344Z[ recovery-image] Sep 01 23:25:44.925 INFO O| Sep 01 23:25:44.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
60442026-09-01T23:25:46.344Z[ recovery-image] Sep 01 23:25:44.925 INFO O| Sep 01 23:25:44.925 INFO STEP 133 (remove_files) COMPLETE
60452026-09-01T23:25:46.348Z[ recovery-image] Sep 01 23:25:44.925 INFO O| Sep 01 23:25:44.925 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-09-01T23:25:46.355Z[ recovery-image] Sep 01 23:25:44.935 INFO O| Sep 01 23:25:44.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
60472026-09-01T23:25:46.355Z[ recovery-image] Sep 01 23:25:44.935 INFO O| Sep 01 23:25:44.935 INFO STEP 134 (remove_files) COMPLETE
60482026-09-01T23:25:46.355Z[ recovery-image] Sep 01 23:25:44.935 INFO O| Sep 01 23:25:44.935 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-09-01T23:25:46.410Z[ recovery-image] Sep 01 23:25:44.990 INFO O| Sep 01 23:25:44.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
60502026-09-01T23:25:46.410Z[ recovery-image] Sep 01 23:25:44.990 INFO O| Sep 01 23:25:44.990 INFO STEP 135 (remove_files) COMPLETE
60512026-09-01T23:25:46.410Z[ recovery-image] Sep 01 23:25:44.990 INFO O| Sep 01 23:25:44.990 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-09-01T23:25:46.433Z[ recovery-image] Sep 01 23:25:45.014 INFO O| Sep 01 23:25:45.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
60532026-09-01T23:25:46.433Z[ recovery-image] Sep 01 23:25:45.014 INFO O| Sep 01 23:25:45.014 INFO STEP 136 (remove_files) COMPLETE
60542026-09-01T23:25:46.433Z[ recovery-image] Sep 01 23:25:45.014 INFO O| Sep 01 23:25:45.014 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-09-01T23:25:46.464Z[ recovery-image] Sep 01 23:25:45.045 INFO O| Sep 01 23:25:45.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
60562026-09-01T23:25:46.464Z[ recovery-image] Sep 01 23:25:45.045 INFO O| Sep 01 23:25:45.045 INFO STEP 137 (remove_files) COMPLETE
60572026-09-01T23:25:46.465Z[ recovery-image] Sep 01 23:25:45.045 INFO O| Sep 01 23:25:45.045 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-09-01T23:25:46.475Z[ recovery-image] Sep 01 23:25:45.056 INFO O| Sep 01 23:25:45.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
60592026-09-01T23:25:46.475Z[ recovery-image] Sep 01 23:25:45.056 INFO O| Sep 01 23:25:45.056 INFO STEP 138 (remove_files) COMPLETE
60602026-09-01T23:25:46.491Z[ recovery-image] Sep 01 23:25:45.056 INFO O| Sep 01 23:25:45.056 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-09-01T23:25:46.495Z[ recovery-image] Sep 01 23:25:45.067 INFO O| Sep 01 23:25:45.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
60622026-09-01T23:25:46.495Z[ recovery-image] Sep 01 23:25:45.067 INFO O| Sep 01 23:25:45.067 INFO STEP 139 (remove_files) COMPLETE
60632026-09-01T23:25:46.495Z[ recovery-image] Sep 01 23:25:45.067 INFO O| Sep 01 23:25:45.067 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-09-01T23:25:46.498Z[ recovery-image] Sep 01 23:25:45.078 INFO O| Sep 01 23:25:45.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
60652026-09-01T23:25:46.498Z[ recovery-image] Sep 01 23:25:45.078 INFO O| Sep 01 23:25:45.078 INFO STEP 140 (remove_files) COMPLETE
60662026-09-01T23:25:46.499Z[ recovery-image] Sep 01 23:25:45.078 INFO O| Sep 01 23:25:45.078 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-09-01T23:25:46.507Z[ recovery-image] Sep 01 23:25:45.088 INFO O| Sep 01 23:25:45.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
60682026-09-01T23:25:46.507Z[ recovery-image] Sep 01 23:25:45.088 INFO O| Sep 01 23:25:45.088 INFO STEP 141 (remove_files) COMPLETE
60692026-09-01T23:25:46.507Z[ recovery-image] Sep 01 23:25:45.088 INFO O| Sep 01 23:25:45.088 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-09-01T23:25:46.518Z[ recovery-image] Sep 01 23:25:45.099 INFO O| Sep 01 23:25:45.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
60712026-09-01T23:25:46.518Z[ recovery-image] Sep 01 23:25:45.099 INFO O| Sep 01 23:25:45.099 INFO STEP 142 (remove_files) COMPLETE
60722026-09-01T23:25:46.521Z[ recovery-image] Sep 01 23:25:45.099 INFO O| Sep 01 23:25:45.099 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-09-01T23:25:46.528Z[ recovery-image] Sep 01 23:25:45.108 INFO O| Sep 01 23:25:45.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
60742026-09-01T23:25:46.528Z[ recovery-image] Sep 01 23:25:45.109 INFO O| Sep 01 23:25:45.108 INFO STEP 143 (remove_files) COMPLETE
60752026-09-01T23:25:46.528Z[ recovery-image] Sep 01 23:25:45.109 INFO O| Sep 01 23:25:45.108 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-09-01T23:25:46.537Z[ recovery-image] Sep 01 23:25:45.117 INFO O| Sep 01 23:25:45.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
60772026-09-01T23:25:46.537Z[ recovery-image] Sep 01 23:25:45.117 INFO O| Sep 01 23:25:45.117 INFO STEP 144 (remove_files) COMPLETE
60782026-09-01T23:25:46.537Z[ recovery-image] Sep 01 23:25:45.117 INFO O| Sep 01 23:25:45.117 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-09-01T23:25:46.547Z[ recovery-image] Sep 01 23:25:45.128 INFO O| Sep 01 23:25:45.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
60802026-09-01T23:25:46.551Z[ recovery-image] Sep 01 23:25:45.128 INFO O| Sep 01 23:25:45.128 INFO STEP 145 (remove_files) COMPLETE
60812026-09-01T23:25:46.551Z[ recovery-image] Sep 01 23:25:45.128 INFO O| Sep 01 23:25:45.128 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-09-01T23:25:46.558Z[ recovery-image] Sep 01 23:25:45.138 INFO O| Sep 01 23:25:45.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
60832026-09-01T23:25:46.558Z[ recovery-image] Sep 01 23:25:45.138 INFO O| Sep 01 23:25:45.138 INFO STEP 146 (remove_files) COMPLETE
60842026-09-01T23:25:46.558Z[ recovery-image] Sep 01 23:25:45.138 INFO O| Sep 01 23:25:45.138 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-09-01T23:25:46.568Z[ recovery-image] Sep 01 23:25:45.149 INFO O| Sep 01 23:25:45.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
60862026-09-01T23:25:46.568Z[ recovery-image] Sep 01 23:25:45.149 INFO O| Sep 01 23:25:45.149 INFO STEP 147 (remove_files) COMPLETE
60872026-09-01T23:25:46.568Z[ recovery-image] Sep 01 23:25:45.149 INFO O| Sep 01 23:25:45.149 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-09-01T23:25:46.577Z[ recovery-image] Sep 01 23:25:45.158 INFO O| Sep 01 23:25:45.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
60892026-09-01T23:25:46.577Z[ recovery-image] Sep 01 23:25:45.158 INFO O| Sep 01 23:25:45.158 INFO STEP 148 (remove_files) COMPLETE
60902026-09-01T23:25:46.581Z[ recovery-image] Sep 01 23:25:45.158 INFO O| Sep 01 23:25:45.158 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-09-01T23:25:46.589Z[ recovery-image] Sep 01 23:25:45.169 INFO O| Sep 01 23:25:45.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
60922026-09-01T23:25:46.589Z[ recovery-image] Sep 01 23:25:45.169 INFO O| Sep 01 23:25:45.169 INFO STEP 149 (remove_files) COMPLETE
60932026-09-01T23:25:46.589Z[ recovery-image] Sep 01 23:25:45.169 INFO O| Sep 01 23:25:45.169 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-09-01T23:25:46.599Z[ recovery-image] Sep 01 23:25:45.180 INFO O| Sep 01 23:25:45.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
60952026-09-01T23:25:46.599Z[ recovery-image] Sep 01 23:25:45.180 INFO O| Sep 01 23:25:45.180 INFO STEP 150 (remove_files) COMPLETE
60962026-09-01T23:25:46.602Z[ recovery-image] Sep 01 23:25:45.180 INFO O| Sep 01 23:25:45.180 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-09-01T23:25:46.609Z[ recovery-image] Sep 01 23:25:45.190 INFO O| Sep 01 23:25:45.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
60982026-09-01T23:25:46.609Z[ recovery-image] Sep 01 23:25:45.190 INFO O| Sep 01 23:25:45.190 INFO STEP 151 (remove_files) COMPLETE
60992026-09-01T23:25:46.612Z[ recovery-image] Sep 01 23:25:45.190 INFO O| Sep 01 23:25:45.190 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-09-01T23:25:46.619Z[ recovery-image] Sep 01 23:25:45.200 INFO O| Sep 01 23:25:45.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
61012026-09-01T23:25:46.619Z[ recovery-image] Sep 01 23:25:45.200 INFO O| Sep 01 23:25:45.200 INFO STEP 152 (remove_files) COMPLETE
61022026-09-01T23:25:46.622Z[ recovery-image] Sep 01 23:25:45.200 INFO O| Sep 01 23:25:45.200 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-09-01T23:25:46.629Z[ recovery-image] Sep 01 23:25:45.210 INFO O| Sep 01 23:25:45.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
61042026-09-01T23:25:46.630Z[ recovery-image] Sep 01 23:25:45.210 INFO O| Sep 01 23:25:45.210 INFO STEP 153 (remove_files) COMPLETE
61052026-09-01T23:25:46.633Z[ recovery-image] Sep 01 23:25:45.210 INFO O| Sep 01 23:25:45.210 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-09-01T23:25:46.639Z[ recovery-image] Sep 01 23:25:45.219 INFO O| Sep 01 23:25:45.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
61072026-09-01T23:25:46.639Z[ recovery-image] Sep 01 23:25:45.219 INFO O| Sep 01 23:25:45.219 INFO STEP 154 (remove_files) COMPLETE
61082026-09-01T23:25:46.639Z[ recovery-image] Sep 01 23:25:45.219 INFO O| Sep 01 23:25:45.219 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-09-01T23:25:46.647Z[ recovery-image] Sep 01 23:25:45.228 INFO O| Sep 01 23:25:45.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
61102026-09-01T23:25:46.647Z[ recovery-image] Sep 01 23:25:45.228 INFO O| Sep 01 23:25:45.228 INFO STEP 155 (remove_files) COMPLETE
61112026-09-01T23:25:46.647Z[ recovery-image] Sep 01 23:25:45.228 INFO O| Sep 01 23:25:45.228 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-09-01T23:25:46.656Z[ recovery-image] Sep 01 23:25:45.236 INFO O| Sep 01 23:25:45.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
61132026-09-01T23:25:46.656Z[ recovery-image] Sep 01 23:25:45.237 INFO O| Sep 01 23:25:45.236 INFO STEP 156 (remove_files) COMPLETE
61142026-09-01T23:25:46.659Z[ recovery-image] Sep 01 23:25:45.237 INFO O| Sep 01 23:25:45.237 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-09-01T23:25:46.664Z[ recovery-image] Sep 01 23:25:45.245 INFO O| Sep 01 23:25:45.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
61162026-09-01T23:25:46.665Z[ recovery-image] Sep 01 23:25:45.245 INFO O| Sep 01 23:25:45.245 INFO STEP 157 (remove_files) COMPLETE
61172026-09-01T23:25:46.668Z[ recovery-image] Sep 01 23:25:45.245 INFO O| Sep 01 23:25:45.245 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-09-01T23:25:46.674Z[ recovery-image] Sep 01 23:25:45.255 INFO O| Sep 01 23:25:45.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
61192026-09-01T23:25:46.674Z[ recovery-image] Sep 01 23:25:45.255 INFO O| Sep 01 23:25:45.255 INFO STEP 158 (remove_files) COMPLETE
61202026-09-01T23:25:46.675Z[ recovery-image] Sep 01 23:25:45.255 INFO O| Sep 01 23:25:45.255 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-09-01T23:25:46.684Z[ recovery-image] Sep 01 23:25:45.264 INFO O| Sep 01 23:25:45.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
61222026-09-01T23:25:46.687Z[ recovery-image] Sep 01 23:25:45.265 INFO O| Sep 01 23:25:45.265 INFO STEP 159 (remove_files) COMPLETE
61232026-09-01T23:25:46.687Z[ recovery-image] Sep 01 23:25:45.265 INFO O| Sep 01 23:25:45.265 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-09-01T23:25:46.695Z[ recovery-image] Sep 01 23:25:45.276 INFO O| Sep 01 23:25:45.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
61252026-09-01T23:25:46.695Z[ recovery-image] Sep 01 23:25:45.276 INFO O| Sep 01 23:25:45.276 INFO STEP 160 (remove_files) COMPLETE
61262026-09-01T23:25:46.695Z[ recovery-image] Sep 01 23:25:45.276 INFO O| Sep 01 23:25:45.276 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-09-01T23:25:46.706Z[ recovery-image] Sep 01 23:25:45.286 INFO O| Sep 01 23:25:45.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
61282026-09-01T23:25:46.709Z[ recovery-image] Sep 01 23:25:45.287 INFO O| Sep 01 23:25:45.287 INFO STEP 161 (remove_files) COMPLETE
61292026-09-01T23:25:46.709Z[ recovery-image] Sep 01 23:25:45.287 INFO O| Sep 01 23:25:45.287 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-09-01T23:25:46.716Z[ recovery-image] Sep 01 23:25:45.297 INFO O| Sep 01 23:25:45.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
61312026-09-01T23:25:46.716Z[ recovery-image] Sep 01 23:25:45.297 INFO O| Sep 01 23:25:45.297 INFO STEP 162 (remove_files) COMPLETE
61322026-09-01T23:25:46.716Z[ recovery-image] Sep 01 23:25:45.297 INFO O| Sep 01 23:25:45.297 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-09-01T23:25:46.727Z[ recovery-image] Sep 01 23:25:45.307 INFO O| Sep 01 23:25:45.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
61342026-09-01T23:25:46.727Z[ recovery-image] Sep 01 23:25:45.307 INFO O| Sep 01 23:25:45.307 INFO STEP 163 (remove_files) COMPLETE
61352026-09-01T23:25:46.730Z[ recovery-image] Sep 01 23:25:45.307 INFO O| Sep 01 23:25:45.307 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-09-01T23:25:46.736Z[ recovery-image] Sep 01 23:25:45.317 INFO O| Sep 01 23:25:45.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
61372026-09-01T23:25:46.736Z[ recovery-image] Sep 01 23:25:45.317 INFO O| Sep 01 23:25:45.317 INFO STEP 164 (remove_files) COMPLETE
61382026-09-01T23:25:46.739Z[ recovery-image] Sep 01 23:25:45.317 INFO O| Sep 01 23:25:45.317 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-09-01T23:25:46.747Z[ recovery-image] Sep 01 23:25:45.327 INFO O| Sep 01 23:25:45.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
61402026-09-01T23:25:46.747Z[ recovery-image] Sep 01 23:25:45.328 INFO O| Sep 01 23:25:45.327 INFO STEP 165 (remove_files) COMPLETE
61412026-09-01T23:25:46.750Z[ recovery-image] Sep 01 23:25:45.328 INFO O| Sep 01 23:25:45.327 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-09-01T23:25:46.757Z[ recovery-image] Sep 01 23:25:45.338 INFO O| Sep 01 23:25:45.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
61432026-09-01T23:25:46.757Z[ recovery-image] Sep 01 23:25:45.338 INFO O| Sep 01 23:25:45.338 INFO STEP 166 (remove_files) COMPLETE
61442026-09-01T23:25:46.757Z[ recovery-image] Sep 01 23:25:45.338 INFO O| Sep 01 23:25:45.338 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-09-01T23:25:46.768Z[ recovery-image] Sep 01 23:25:45.348 INFO O| Sep 01 23:25:45.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
61462026-09-01T23:25:46.768Z[ recovery-image] Sep 01 23:25:45.348 INFO O| Sep 01 23:25:45.348 INFO STEP 167 (remove_files) COMPLETE
61472026-09-01T23:25:46.768Z[ recovery-image] Sep 01 23:25:45.348 INFO O| Sep 01 23:25:45.348 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-09-01T23:25:46.777Z[ recovery-image] Sep 01 23:25:45.358 INFO O| Sep 01 23:25:45.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
61492026-09-01T23:25:46.777Z[ recovery-image] Sep 01 23:25:45.358 INFO O| Sep 01 23:25:45.358 INFO STEP 168 (remove_files) COMPLETE
61502026-09-01T23:25:46.781Z[ recovery-image] Sep 01 23:25:45.358 INFO O| Sep 01 23:25:45.358 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-09-01T23:25:46.789Z[ recovery-image] Sep 01 23:25:45.369 INFO O| Sep 01 23:25:45.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
61522026-09-01T23:25:46.789Z[ recovery-image] Sep 01 23:25:45.369 INFO O| Sep 01 23:25:45.369 INFO STEP 169 (remove_files) COMPLETE
61532026-09-01T23:25:46.789Z[ recovery-image] Sep 01 23:25:45.369 INFO O| Sep 01 23:25:45.369 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-09-01T23:25:46.799Z[ recovery-image] Sep 01 23:25:45.380 INFO O| Sep 01 23:25:45.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
61552026-09-01T23:25:46.799Z[ recovery-image] Sep 01 23:25:45.380 INFO O| Sep 01 23:25:45.380 INFO STEP 170 (remove_files) COMPLETE
61562026-09-01T23:25:46.799Z[ recovery-image] Sep 01 23:25:45.380 INFO O| Sep 01 23:25:45.380 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-09-01T23:25:46.810Z[ recovery-image] Sep 01 23:25:45.391 INFO O| Sep 01 23:25:45.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
61582026-09-01T23:25:46.810Z[ recovery-image] Sep 01 23:25:45.391 INFO O| Sep 01 23:25:45.391 INFO STEP 171 (remove_files) COMPLETE
61592026-09-01T23:25:46.811Z[ recovery-image] Sep 01 23:25:45.391 INFO O| Sep 01 23:25:45.391 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-09-01T23:25:46.821Z[ recovery-image] Sep 01 23:25:45.402 INFO O| Sep 01 23:25:45.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
61612026-09-01T23:25:46.822Z[ recovery-image] Sep 01 23:25:45.402 INFO O| Sep 01 23:25:45.402 INFO STEP 172 (remove_files) COMPLETE
61622026-09-01T23:25:46.822Z[ recovery-image] Sep 01 23:25:45.402 INFO O| Sep 01 23:25:45.402 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-09-01T23:25:46.832Z[ recovery-image] Sep 01 23:25:45.412 INFO O| Sep 01 23:25:45.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
61642026-09-01T23:25:46.832Z[ recovery-image] Sep 01 23:25:45.412 INFO O| Sep 01 23:25:45.412 INFO STEP 173 (remove_files) COMPLETE
61652026-09-01T23:25:46.832Z[ recovery-image] Sep 01 23:25:45.412 INFO O| Sep 01 23:25:45.412 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-09-01T23:25:46.841Z[ recovery-image] Sep 01 23:25:45.422 INFO O| Sep 01 23:25:45.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
61672026-09-01T23:25:46.842Z[ recovery-image] Sep 01 23:25:45.422 INFO O| Sep 01 23:25:45.422 INFO STEP 174 (remove_files) COMPLETE
61682026-09-01T23:25:46.846Z[ recovery-image] Sep 01 23:25:45.422 INFO O| Sep 01 23:25:45.422 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-09-01T23:25:46.851Z[ recovery-image] Sep 01 23:25:45.432 INFO O| Sep 01 23:25:45.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
61702026-09-01T23:25:46.852Z[ recovery-image] Sep 01 23:25:45.432 INFO O| Sep 01 23:25:45.432 INFO STEP 175 (remove_files) COMPLETE
61712026-09-01T23:25:46.855Z[ recovery-image] Sep 01 23:25:45.432 INFO O| Sep 01 23:25:45.432 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-09-01T23:25:46.861Z[ recovery-image] Sep 01 23:25:45.442 INFO O| Sep 01 23:25:45.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
61732026-09-01T23:25:46.861Z[ recovery-image] Sep 01 23:25:45.442 INFO O| Sep 01 23:25:45.442 INFO STEP 176 (remove_files) COMPLETE
61742026-09-01T23:25:46.861Z[ recovery-image] Sep 01 23:25:45.442 INFO O| Sep 01 23:25:45.442 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-09-01T23:25:46.871Z[ recovery-image] Sep 01 23:25:45.452 INFO O| Sep 01 23:25:45.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
61762026-09-01T23:25:46.871Z[ recovery-image] Sep 01 23:25:45.452 INFO O| Sep 01 23:25:45.452 INFO STEP 177 (remove_files) COMPLETE
61772026-09-01T23:25:46.871Z[ recovery-image] Sep 01 23:25:45.452 INFO O| Sep 01 23:25:45.452 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-09-01T23:25:46.883Z[ recovery-image] Sep 01 23:25:45.463 INFO O| Sep 01 23:25:45.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
61792026-09-01T23:25:46.883Z[ recovery-image] Sep 01 23:25:45.463 INFO O| Sep 01 23:25:45.463 INFO STEP 178 (remove_files) COMPLETE
61802026-09-01T23:25:46.883Z[ recovery-image] Sep 01 23:25:45.463 INFO O| Sep 01 23:25:45.463 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-09-01T23:25:46.894Z[ recovery-image] Sep 01 23:25:45.475 INFO O| Sep 01 23:25:45.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
61822026-09-01T23:25:46.894Z[ recovery-image] Sep 01 23:25:45.475 INFO O| Sep 01 23:25:45.475 INFO STEP 179 (remove_files) COMPLETE
61832026-09-01T23:25:46.897Z[ recovery-image] Sep 01 23:25:45.475 INFO O| Sep 01 23:25:45.475 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-09-01T23:25:46.905Z[ recovery-image] Sep 01 23:25:45.486 INFO O| Sep 01 23:25:45.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
61852026-09-01T23:25:46.908Z[ recovery-image] Sep 01 23:25:45.486 INFO O| Sep 01 23:25:45.486 INFO STEP 180 (remove_files) COMPLETE
61862026-09-01T23:25:46.908Z[ recovery-image] Sep 01 23:25:45.486 INFO O| Sep 01 23:25:45.486 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-09-01T23:25:46.916Z[ recovery-image] Sep 01 23:25:45.497 INFO O| Sep 01 23:25:45.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
61882026-09-01T23:25:46.916Z[ recovery-image] Sep 01 23:25:45.497 INFO O| Sep 01 23:25:45.497 INFO STEP 181 (remove_files) COMPLETE
61892026-09-01T23:25:46.916Z[ recovery-image] Sep 01 23:25:45.497 INFO O| Sep 01 23:25:45.497 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-09-01T23:25:46.928Z[ recovery-image] Sep 01 23:25:45.508 INFO O| Sep 01 23:25:45.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
61912026-09-01T23:25:46.928Z[ recovery-image] Sep 01 23:25:45.508 INFO O| Sep 01 23:25:45.508 INFO STEP 182 (remove_files) COMPLETE
61922026-09-01T23:25:46.928Z[ recovery-image] Sep 01 23:25:45.508 INFO O| Sep 01 23:25:45.508 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-09-01T23:25:46.938Z[ recovery-image] Sep 01 23:25:45.519 INFO O| Sep 01 23:25:45.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
61942026-09-01T23:25:46.938Z[ recovery-image] Sep 01 23:25:45.519 INFO O| Sep 01 23:25:45.519 INFO STEP 183 (remove_files) COMPLETE
61952026-09-01T23:25:46.942Z[ recovery-image] Sep 01 23:25:45.519 INFO O| Sep 01 23:25:45.519 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-09-01T23:25:46.950Z[ recovery-image] Sep 01 23:25:45.530 INFO O| Sep 01 23:25:45.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
61972026-09-01T23:25:46.953Z[ recovery-image] Sep 01 23:25:45.530 INFO O| Sep 01 23:25:45.530 INFO STEP 184 (remove_files) COMPLETE
61982026-09-01T23:25:46.953Z[ recovery-image] Sep 01 23:25:45.530 INFO O| Sep 01 23:25:45.530 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-09-01T23:25:46.960Z[ recovery-image] Sep 01 23:25:45.540 INFO O| Sep 01 23:25:45.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
62002026-09-01T23:25:46.960Z[ recovery-image] Sep 01 23:25:45.540 INFO O| Sep 01 23:25:45.540 INFO STEP 185 (remove_files) COMPLETE
62012026-09-01T23:25:46.960Z[ recovery-image] Sep 01 23:25:45.540 INFO O| Sep 01 23:25:45.540 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-09-01T23:25:46.971Z[ recovery-image] Sep 01 23:25:45.551 INFO O| Sep 01 23:25:45.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
62032026-09-01T23:25:46.971Z[ recovery-image] Sep 01 23:25:45.551 INFO O| Sep 01 23:25:45.551 INFO STEP 186 (remove_files) COMPLETE
62042026-09-01T23:25:46.971Z[ recovery-image] Sep 01 23:25:45.551 INFO O| Sep 01 23:25:45.551 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-09-01T23:25:46.975Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
62062026-09-01T23:25:46.982Z[ recovery-image] Sep 01 23:25:45.562 INFO O| Sep 01 23:25:45.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
62072026-09-01T23:25:46.982Z[ recovery-image] Sep 01 23:25:45.562 INFO O| Sep 01 23:25:45.562 INFO STEP 187 (remove_files) COMPLETE
62082026-09-01T23:25:46.985Z[ recovery-image] Sep 01 23:25:45.562 INFO O| Sep 01 23:25:45.562 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-09-01T23:25:46.995Z[ recovery-image] Sep 01 23:25:45.575 INFO O| Sep 01 23:25:45.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
62102026-09-01T23:25:46.995Z[ recovery-image] Sep 01 23:25:45.575 INFO O| Sep 01 23:25:45.575 INFO STEP 188 (remove_files) COMPLETE
62112026-09-01T23:25:46.995Z[ recovery-image] Sep 01 23:25:45.575 INFO O| Sep 01 23:25:45.575 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-09-01T23:25:47.006Z[ recovery-image] Sep 01 23:25:45.586 INFO O| Sep 01 23:25:45.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
62132026-09-01T23:25:47.006Z[ recovery-image] Sep 01 23:25:45.586 INFO O| Sep 01 23:25:45.586 INFO STEP 189 (remove_files) COMPLETE
62142026-09-01T23:25:47.009Z[ recovery-image] Sep 01 23:25:45.586 INFO O| Sep 01 23:25:45.586 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-09-01T23:25:47.017Z[ recovery-image] Sep 01 23:25:45.595 INFO O| Sep 01 23:25:45.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
62162026-09-01T23:25:47.017Z[ recovery-image] Sep 01 23:25:45.596 INFO O| Sep 01 23:25:45.596 INFO STEP 190 (remove_files) COMPLETE
62172026-09-01T23:25:47.017Z[ recovery-image] Sep 01 23:25:45.596 INFO O| Sep 01 23:25:45.596 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-09-01T23:25:47.024Z[ recovery-image] Sep 01 23:25:45.605 INFO O| Sep 01 23:25:45.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
62192026-09-01T23:25:47.024Z[ recovery-image] Sep 01 23:25:45.605 INFO O| Sep 01 23:25:45.605 INFO STEP 191 (remove_files) COMPLETE
62202026-09-01T23:25:47.024Z[ recovery-image] Sep 01 23:25:45.605 INFO O| Sep 01 23:25:45.605 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-09-01T23:25:47.033Z[ recovery-image] Sep 01 23:25:45.614 INFO O| Sep 01 23:25:45.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
62222026-09-01T23:25:47.034Z[ recovery-image] Sep 01 23:25:45.614 INFO O| Sep 01 23:25:45.614 INFO STEP 192 (remove_files) COMPLETE
62232026-09-01T23:25:47.034Z[ recovery-image] Sep 01 23:25:45.614 INFO O| Sep 01 23:25:45.614 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-09-01T23:25:47.043Z[ recovery-image] Sep 01 23:25:45.624 INFO O| Sep 01 23:25:45.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
62252026-09-01T23:25:47.043Z[ recovery-image] Sep 01 23:25:45.624 INFO O| Sep 01 23:25:45.624 INFO STEP 193 (remove_files) COMPLETE
62262026-09-01T23:25:47.043Z[ recovery-image] Sep 01 23:25:45.624 INFO O| Sep 01 23:25:45.624 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-09-01T23:25:47.053Z[ recovery-image] Sep 01 23:25:45.633 INFO O| Sep 01 23:25:45.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
62282026-09-01T23:25:47.053Z[ recovery-image] Sep 01 23:25:45.633 INFO O| Sep 01 23:25:45.633 INFO STEP 194 (remove_files) COMPLETE
62292026-09-01T23:25:47.053Z[ recovery-image] Sep 01 23:25:45.633 INFO O| Sep 01 23:25:45.633 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-09-01T23:25:47.062Z[ recovery-image] Sep 01 23:25:45.642 INFO O| Sep 01 23:25:45.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
62312026-09-01T23:25:47.062Z[ recovery-image] Sep 01 23:25:45.642 INFO O| Sep 01 23:25:45.642 INFO STEP 195 (remove_files) COMPLETE
62322026-09-01T23:25:47.064Z[ recovery-image] Sep 01 23:25:45.642 INFO O| Sep 01 23:25:45.642 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-09-01T23:25:47.071Z[ recovery-image] Sep 01 23:25:45.651 INFO O| Sep 01 23:25:45.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
62342026-09-01T23:25:47.071Z[ recovery-image] Sep 01 23:25:45.651 INFO O| Sep 01 23:25:45.651 INFO STEP 196 (remove_files) COMPLETE
62352026-09-01T23:25:47.071Z[ recovery-image] Sep 01 23:25:45.651 INFO O| Sep 01 23:25:45.651 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-09-01T23:25:47.080Z[ recovery-image] Sep 01 23:25:45.661 INFO O| Sep 01 23:25:45.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
62372026-09-01T23:25:47.080Z[ recovery-image] Sep 01 23:25:45.661 INFO O| Sep 01 23:25:45.661 INFO STEP 197 (remove_files) COMPLETE
62382026-09-01T23:25:47.080Z[ recovery-image] Sep 01 23:25:45.661 INFO O| Sep 01 23:25:45.661 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-09-01T23:25:47.089Z[ recovery-image] Sep 01 23:25:45.670 INFO O| Sep 01 23:25:45.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
62402026-09-01T23:25:47.089Z[ recovery-image] Sep 01 23:25:45.670 INFO O| Sep 01 23:25:45.670 INFO STEP 198 (remove_files) COMPLETE
62412026-09-01T23:25:47.089Z[ recovery-image] Sep 01 23:25:45.670 INFO O| Sep 01 23:25:45.670 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-09-01T23:25:47.099Z[ recovery-image] Sep 01 23:25:45.679 INFO O| Sep 01 23:25:45.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
62432026-09-01T23:25:47.099Z[ recovery-image] Sep 01 23:25:45.679 INFO O| Sep 01 23:25:45.679 INFO STEP 199 (remove_files) COMPLETE
62442026-09-01T23:25:47.099Z[ recovery-image] Sep 01 23:25:45.679 INFO O| Sep 01 23:25:45.679 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-09-01T23:25:47.110Z[ recovery-image] Sep 01 23:25:45.691 INFO O| Sep 01 23:25:45.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
62462026-09-01T23:25:47.110Z[ recovery-image] Sep 01 23:25:45.691 INFO O| Sep 01 23:25:45.691 INFO STEP 200 (remove_files) COMPLETE
62472026-09-01T23:25:47.110Z[ recovery-image] Sep 01 23:25:45.691 INFO O| Sep 01 23:25:45.691 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-09-01T23:25:47.121Z[ recovery-image] Sep 01 23:25:45.702 INFO O| Sep 01 23:25:45.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
62492026-09-01T23:25:47.121Z[ recovery-image] Sep 01 23:25:45.702 INFO O| Sep 01 23:25:45.702 INFO STEP 201 (remove_files) COMPLETE
62502026-09-01T23:25:47.121Z[ recovery-image] Sep 01 23:25:45.702 INFO O| Sep 01 23:25:45.702 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-09-01T23:25:47.131Z[ recovery-image] Sep 01 23:25:45.711 INFO O| Sep 01 23:25:45.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
62522026-09-01T23:25:47.131Z[ recovery-image] Sep 01 23:25:45.712 INFO O| Sep 01 23:25:45.711 INFO STEP 202 (remove_files) COMPLETE
62532026-09-01T23:25:47.131Z[ recovery-image] Sep 01 23:25:45.712 INFO O| Sep 01 23:25:45.712 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-09-01T23:25:47.141Z[ recovery-image] Sep 01 23:25:45.722 INFO O| Sep 01 23:25:45.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
62552026-09-01T23:25:47.141Z[ recovery-image] Sep 01 23:25:45.722 INFO O| Sep 01 23:25:45.722 INFO STEP 203 (remove_files) COMPLETE
62562026-09-01T23:25:47.141Z[ recovery-image] Sep 01 23:25:45.722 INFO O| Sep 01 23:25:45.722 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-09-01T23:25:47.152Z[ recovery-image] Sep 01 23:25:45.733 INFO O| Sep 01 23:25:45.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
62582026-09-01T23:25:47.152Z[ recovery-image] Sep 01 23:25:45.733 INFO O| Sep 01 23:25:45.733 INFO STEP 204 (remove_files) COMPLETE
62592026-09-01T23:25:47.152Z[ recovery-image] Sep 01 23:25:45.733 INFO O| Sep 01 23:25:45.733 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-09-01T23:25:47.163Z[ recovery-image] Sep 01 23:25:45.743 INFO O| Sep 01 23:25:45.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
62612026-09-01T23:25:47.163Z[ recovery-image] Sep 01 23:25:45.743 INFO O| Sep 01 23:25:45.743 INFO STEP 205 (remove_files) COMPLETE
62622026-09-01T23:25:47.163Z[ recovery-image] Sep 01 23:25:45.743 INFO O| Sep 01 23:25:45.743 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-09-01T23:25:47.173Z[ recovery-image] Sep 01 23:25:45.753 INFO O| Sep 01 23:25:45.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
62642026-09-01T23:25:47.173Z[ recovery-image] Sep 01 23:25:45.753 INFO O| Sep 01 23:25:45.753 INFO STEP 206 (remove_files) COMPLETE
62652026-09-01T23:25:47.176Z[ recovery-image] Sep 01 23:25:45.753 INFO O| Sep 01 23:25:45.753 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-09-01T23:25:47.182Z[ recovery-image] Sep 01 23:25:45.763 INFO O| Sep 01 23:25:45.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
62672026-09-01T23:25:47.182Z[ recovery-image] Sep 01 23:25:45.763 INFO O| Sep 01 23:25:45.763 INFO STEP 207 (remove_files) COMPLETE
62682026-09-01T23:25:47.182Z[ recovery-image] Sep 01 23:25:45.763 INFO O| Sep 01 23:25:45.763 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-09-01T23:25:47.192Z[ recovery-image] Sep 01 23:25:45.773 INFO O| Sep 01 23:25:45.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
62702026-09-01T23:25:47.193Z[ recovery-image] Sep 01 23:25:45.773 INFO O| Sep 01 23:25:45.773 INFO STEP 208 (remove_files) COMPLETE
62712026-09-01T23:25:47.193Z[ recovery-image] Sep 01 23:25:45.773 INFO O| Sep 01 23:25:45.773 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-09-01T23:25:47.204Z[ recovery-image] Sep 01 23:25:45.784 INFO O| Sep 01 23:25:45.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
62732026-09-01T23:25:47.204Z[ recovery-image] Sep 01 23:25:45.784 INFO O| Sep 01 23:25:45.784 INFO STEP 209 (remove_files) COMPLETE
62742026-09-01T23:25:47.204Z[ recovery-image] Sep 01 23:25:45.784 INFO O| Sep 01 23:25:45.784 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-09-01T23:25:47.214Z[ recovery-image] Sep 01 23:25:45.794 INFO O| Sep 01 23:25:45.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
62762026-09-01T23:25:47.214Z[ recovery-image] Sep 01 23:25:45.794 INFO O| Sep 01 23:25:45.794 INFO STEP 210 (remove_files) COMPLETE
62772026-09-01T23:25:47.214Z[ recovery-image] Sep 01 23:25:45.794 INFO O| Sep 01 23:25:45.794 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-09-01T23:25:47.224Z[ recovery-image] Sep 01 23:25:45.804 INFO O| Sep 01 23:25:45.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
62792026-09-01T23:25:47.224Z[ recovery-image] Sep 01 23:25:45.804 INFO O| Sep 01 23:25:45.804 INFO STEP 211 (remove_files) COMPLETE
62802026-09-01T23:25:47.224Z[ recovery-image] Sep 01 23:25:45.804 INFO O| Sep 01 23:25:45.804 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-09-01T23:25:47.233Z[ recovery-image] Sep 01 23:25:45.813 INFO O| Sep 01 23:25:45.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
62822026-09-01T23:25:47.233Z[ recovery-image] Sep 01 23:25:45.813 INFO O| Sep 01 23:25:45.813 INFO STEP 212 (remove_files) COMPLETE
62832026-09-01T23:25:47.233Z[ recovery-image] Sep 01 23:25:45.813 INFO O| Sep 01 23:25:45.813 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-09-01T23:25:47.244Z[ recovery-image] Sep 01 23:25:45.824 INFO O| Sep 01 23:25:45.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
62852026-09-01T23:25:47.244Z[ recovery-image] Sep 01 23:25:45.824 INFO O| Sep 01 23:25:45.824 INFO STEP 213 (remove_files) COMPLETE
62862026-09-01T23:25:47.244Z[ recovery-image] Sep 01 23:25:45.824 INFO O| Sep 01 23:25:45.824 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-09-01T23:25:47.254Z[ recovery-image] Sep 01 23:25:45.834 INFO O| Sep 01 23:25:45.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
62882026-09-01T23:25:47.254Z[ recovery-image] Sep 01 23:25:45.834 INFO O| Sep 01 23:25:45.834 INFO STEP 214 (remove_files) COMPLETE
62892026-09-01T23:25:47.257Z[ recovery-image] Sep 01 23:25:45.834 INFO O| Sep 01 23:25:45.834 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-09-01T23:25:47.257Z[verify-libraries] Compiling generic-array v1.4.3
62912026-09-01T23:25:47.265Z[ recovery-image] Sep 01 23:25:45.845 INFO O| Sep 01 23:25:45.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
62922026-09-01T23:25:47.265Z[ recovery-image] Sep 01 23:25:45.845 INFO O| Sep 01 23:25:45.845 INFO STEP 215 (remove_files) COMPLETE
62932026-09-01T23:25:47.265Z[ recovery-image] Sep 01 23:25:45.845 INFO O| Sep 01 23:25:45.845 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62942026-09-01T23:25:47.275Z[ recovery-image] Sep 01 23:25:45.856 INFO O| Sep 01 23:25:45.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
62952026-09-01T23:25:47.275Z[ recovery-image] Sep 01 23:25:45.856 INFO O| Sep 01 23:25:45.856 INFO STEP 216 (remove_files) COMPLETE
62962026-09-01T23:25:47.275Z[ recovery-image] Sep 01 23:25:45.856 INFO O| Sep 01 23:25:45.856 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62972026-09-01T23:25:47.287Z[ recovery-image] Sep 01 23:25:45.866 INFO O| Sep 01 23:25:45.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
62982026-09-01T23:25:47.290Z[ recovery-image] Sep 01 23:25:45.867 INFO O| Sep 01 23:25:45.867 INFO STEP 217 (remove_files) COMPLETE
62992026-09-01T23:25:47.290Z[ recovery-image] Sep 01 23:25:45.867 INFO O| Sep 01 23:25:45.867 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63002026-09-01T23:25:47.297Z[ recovery-image] Sep 01 23:25:45.878 INFO O| Sep 01 23:25:45.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
63012026-09-01T23:25:47.298Z[ recovery-image] Sep 01 23:25:45.878 INFO O| Sep 01 23:25:45.878 INFO STEP 218 (remove_files) COMPLETE
63022026-09-01T23:25:47.298Z[ recovery-image] Sep 01 23:25:45.878 INFO O| Sep 01 23:25:45.878 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-09-01T23:25:47.309Z[ recovery-image] Sep 01 23:25:45.889 INFO O| Sep 01 23:25:45.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
63042026-09-01T23:25:47.309Z[ recovery-image] Sep 01 23:25:45.889 INFO O| Sep 01 23:25:45.889 INFO STEP 219 (remove_files) COMPLETE
63052026-09-01T23:25:47.309Z[ recovery-image] Sep 01 23:25:45.889 INFO O| Sep 01 23:25:45.889 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-09-01T23:25:47.319Z[ recovery-image] Sep 01 23:25:45.899 INFO O| Sep 01 23:25:45.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
63072026-09-01T23:25:47.319Z[ recovery-image] Sep 01 23:25:45.899 INFO O| Sep 01 23:25:45.899 INFO STEP 220 (remove_files) COMPLETE
63082026-09-01T23:25:47.319Z[ recovery-image] Sep 01 23:25:45.899 INFO O| Sep 01 23:25:45.899 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-09-01T23:25:47.329Z[ recovery-image] Sep 01 23:25:45.910 INFO O| Sep 01 23:25:45.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
63102026-09-01T23:25:47.329Z[ recovery-image] Sep 01 23:25:45.910 INFO O| Sep 01 23:25:45.910 INFO STEP 221 (remove_files) COMPLETE
63112026-09-01T23:25:47.329Z[ recovery-image] Sep 01 23:25:45.910 INFO O| Sep 01 23:25:45.910 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-09-01T23:25:47.340Z[ recovery-image] Sep 01 23:25:45.919 INFO O| Sep 01 23:25:45.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
63132026-09-01T23:25:47.340Z[ recovery-image] Sep 01 23:25:45.919 INFO O| Sep 01 23:25:45.919 INFO STEP 222 (remove_files) COMPLETE
63142026-09-01T23:25:47.340Z[ recovery-image] Sep 01 23:25:45.919 INFO O| Sep 01 23:25:45.919 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-09-01T23:25:47.353Z[ recovery-image] Sep 01 23:25:45.928 INFO O| Sep 01 23:25:45.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
63162026-09-01T23:25:47.353Z[ recovery-image] Sep 01 23:25:45.928 INFO O| Sep 01 23:25:45.928 INFO STEP 223 (remove_files) COMPLETE
63172026-09-01T23:25:47.353Z[ recovery-image] Sep 01 23:25:45.928 INFO O| Sep 01 23:25:45.928 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-09-01T23:25:47.357Z[ recovery-image] Sep 01 23:25:45.938 INFO O| Sep 01 23:25:45.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
63192026-09-01T23:25:47.357Z[ recovery-image] Sep 01 23:25:45.938 INFO O| Sep 01 23:25:45.938 INFO STEP 224 (remove_files) COMPLETE
63202026-09-01T23:25:47.360Z[ recovery-image] Sep 01 23:25:45.938 INFO O| Sep 01 23:25:45.938 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-09-01T23:25:47.367Z[ recovery-image] Sep 01 23:25:45.947 INFO O| Sep 01 23:25:45.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
63222026-09-01T23:25:47.367Z[ recovery-image] Sep 01 23:25:45.947 INFO O| Sep 01 23:25:45.947 INFO STEP 225 (remove_files) COMPLETE
63232026-09-01T23:25:47.370Z[ recovery-image] Sep 01 23:25:45.947 INFO O| Sep 01 23:25:45.947 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63242026-09-01T23:25:47.377Z[ recovery-image] Sep 01 23:25:45.958 INFO O| Sep 01 23:25:45.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
63252026-09-01T23:25:47.377Z[ recovery-image] Sep 01 23:25:45.958 INFO O| Sep 01 23:25:45.958 INFO STEP 226 (remove_files) COMPLETE
63262026-09-01T23:25:47.381Z[ recovery-image] Sep 01 23:25:45.958 INFO O| Sep 01 23:25:45.958 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63272026-09-01T23:25:47.387Z[ recovery-image] Sep 01 23:25:45.968 INFO O| Sep 01 23:25:45.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
63282026-09-01T23:25:47.387Z[ recovery-image] Sep 01 23:25:45.968 INFO O| Sep 01 23:25:45.968 INFO STEP 227 (remove_files) COMPLETE
63292026-09-01T23:25:47.387Z[ recovery-image] Sep 01 23:25:45.968 INFO O| Sep 01 23:25:45.968 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63302026-09-01T23:25:47.392Z[verify-libraries] Compiling russh-util v0.52.0
63312026-09-01T23:25:47.397Z[ recovery-image] Sep 01 23:25:45.978 INFO O| Sep 01 23:25:45.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
63322026-09-01T23:25:47.397Z[ recovery-image] Sep 01 23:25:45.978 INFO O| Sep 01 23:25:45.978 INFO STEP 228 (remove_files) COMPLETE
63332026-09-01T23:25:47.397Z[ recovery-image] Sep 01 23:25:45.978 INFO O| Sep 01 23:25:45.978 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-09-01T23:25:47.406Z[ recovery-image] Sep 01 23:25:45.986 INFO O| Sep 01 23:25:45.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
63352026-09-01T23:25:47.406Z[ recovery-image] Sep 01 23:25:45.986 INFO O| Sep 01 23:25:45.986 INFO STEP 229 (remove_files) COMPLETE
63362026-09-01T23:25:47.406Z[ recovery-image] Sep 01 23:25:45.986 INFO O| Sep 01 23:25:45.986 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-09-01T23:25:47.414Z[ recovery-image] Sep 01 23:25:45.994 INFO O| Sep 01 23:25:45.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
63382026-09-01T23:25:47.414Z[ recovery-image] Sep 01 23:25:45.995 INFO O| Sep 01 23:25:45.995 INFO STEP 230 (remove_files) COMPLETE
63392026-09-01T23:25:47.414Z[ recovery-image] Sep 01 23:25:45.995 INFO O| Sep 01 23:25:45.995 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-09-01T23:25:47.422Z[ recovery-image] Sep 01 23:25:46.003 INFO O| Sep 01 23:25:46.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
63412026-09-01T23:25:47.423Z[ recovery-image] Sep 01 23:25:46.003 INFO O| Sep 01 23:25:46.003 INFO STEP 231 (remove_files) COMPLETE
63422026-09-01T23:25:47.426Z[ recovery-image] Sep 01 23:25:46.003 INFO O| Sep 01 23:25:46.003 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-09-01T23:25:47.432Z[ recovery-image] Sep 01 23:25:46.012 INFO O| Sep 01 23:25:46.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
63442026-09-01T23:25:47.432Z[ recovery-image] Sep 01 23:25:46.012 INFO O| Sep 01 23:25:46.012 INFO STEP 232 (remove_files) COMPLETE
63452026-09-01T23:25:47.436Z[ recovery-image] Sep 01 23:25:46.012 INFO O| Sep 01 23:25:46.012 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-09-01T23:25:47.441Z[ recovery-image] Sep 01 23:25:46.022 INFO O| Sep 01 23:25:46.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
63472026-09-01T23:25:47.444Z[ recovery-image] Sep 01 23:25:46.022 INFO O| Sep 01 23:25:46.022 INFO STEP 233 (remove_files) COMPLETE
63482026-09-01T23:25:47.444Z[ recovery-image] Sep 01 23:25:46.022 INFO O| Sep 01 23:25:46.022 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-09-01T23:25:47.452Z[ recovery-image] Sep 01 23:25:46.032 INFO O| Sep 01 23:25:46.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
63502026-09-01T23:25:47.456Z[ recovery-image] Sep 01 23:25:46.032 INFO O| Sep 01 23:25:46.032 INFO STEP 234 (remove_files) COMPLETE
63512026-09-01T23:25:47.456Z[ recovery-image] Sep 01 23:25:46.032 INFO O| Sep 01 23:25:46.032 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-09-01T23:25:47.463Z[ recovery-image] Sep 01 23:25:46.044 INFO O| Sep 01 23:25:46.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
63532026-09-01T23:25:47.463Z[ recovery-image] Sep 01 23:25:46.044 INFO O| Sep 01 23:25:46.044 INFO STEP 235 (remove_files) COMPLETE
63542026-09-01T23:25:47.466Z[ recovery-image] Sep 01 23:25:46.044 INFO O| Sep 01 23:25:46.044 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-09-01T23:25:47.474Z[ recovery-image] Sep 01 23:25:46.055 INFO O| Sep 01 23:25:46.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
63562026-09-01T23:25:47.474Z[ recovery-image] Sep 01 23:25:46.055 INFO O| Sep 01 23:25:46.055 INFO STEP 236 (remove_files) COMPLETE
63572026-09-01T23:25:47.478Z[ recovery-image] Sep 01 23:25:46.055 INFO O| Sep 01 23:25:46.055 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-09-01T23:25:47.484Z[ recovery-image] Sep 01 23:25:46.064 INFO O| Sep 01 23:25:46.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
63592026-09-01T23:25:47.484Z[ recovery-image] Sep 01 23:25:46.064 INFO O| Sep 01 23:25:46.064 INFO STEP 237 (remove_files) COMPLETE
63602026-09-01T23:25:47.487Z[ recovery-image] Sep 01 23:25:46.064 INFO O| Sep 01 23:25:46.064 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-09-01T23:25:47.493Z[ recovery-image] Sep 01 23:25:46.073 INFO O| Sep 01 23:25:46.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
63622026-09-01T23:25:47.493Z[ recovery-image] Sep 01 23:25:46.073 INFO O| Sep 01 23:25:46.073 INFO STEP 238 (remove_files) COMPLETE
63632026-09-01T23:25:47.493Z[ recovery-image] Sep 01 23:25:46.073 INFO O| Sep 01 23:25:46.073 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-09-01T23:25:47.501Z[ recovery-image] Sep 01 23:25:46.082 INFO O| Sep 01 23:25:46.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
63652026-09-01T23:25:47.501Z[ recovery-image] Sep 01 23:25:46.082 INFO O| Sep 01 23:25:46.082 INFO STEP 239 (remove_files) COMPLETE
63662026-09-01T23:25:47.501Z[ recovery-image] Sep 01 23:25:46.082 INFO O| Sep 01 23:25:46.082 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-09-01T23:25:47.509Z[ recovery-image] Sep 01 23:25:46.090 INFO O| Sep 01 23:25:46.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
63682026-09-01T23:25:47.509Z[ recovery-image] Sep 01 23:25:46.090 INFO O| Sep 01 23:25:46.090 INFO STEP 240 (remove_files) COMPLETE
63692026-09-01T23:25:47.509Z[ recovery-image] Sep 01 23:25:46.090 INFO O| Sep 01 23:25:46.090 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-09-01T23:25:47.522Z[ recovery-image] Sep 01 23:25:46.103 INFO O| Sep 01 23:25:46.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
63712026-09-01T23:25:47.522Z[ recovery-image] Sep 01 23:25:46.103 INFO O| Sep 01 23:25:46.103 INFO STEP 241 (remove_files) COMPLETE
63722026-09-01T23:25:47.522Z[ recovery-image] Sep 01 23:25:46.103 INFO O| Sep 01 23:25:46.103 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-09-01T23:25:47.533Z[ recovery-image] Sep 01 23:25:46.113 INFO O| Sep 01 23:25:46.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
63742026-09-01T23:25:47.533Z[ recovery-image] Sep 01 23:25:46.113 INFO O| Sep 01 23:25:46.113 INFO STEP 242 (remove_files) COMPLETE
63752026-09-01T23:25:47.533Z[ recovery-image] Sep 01 23:25:46.113 INFO O| Sep 01 23:25:46.113 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-09-01T23:25:47.543Z[ recovery-image] Sep 01 23:25:46.123 INFO O| Sep 01 23:25:46.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
63772026-09-01T23:25:47.543Z[ recovery-image] Sep 01 23:25:46.123 INFO O| Sep 01 23:25:46.123 INFO STEP 243 (remove_files) COMPLETE
63782026-09-01T23:25:47.543Z[ recovery-image] Sep 01 23:25:46.123 INFO O| Sep 01 23:25:46.123 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-09-01T23:25:47.552Z[ recovery-image] Sep 01 23:25:46.133 INFO O| Sep 01 23:25:46.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
63802026-09-01T23:25:47.552Z[ recovery-image] Sep 01 23:25:46.133 INFO O| Sep 01 23:25:46.133 INFO STEP 244 (remove_files) COMPLETE
63812026-09-01T23:25:47.552Z[ recovery-image] Sep 01 23:25:46.133 INFO O| Sep 01 23:25:46.133 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-09-01T23:25:47.558Z[verify-libraries] Compiling enum_dispatch v0.3.13
63832026-09-01T23:25:47.562Z[ recovery-image] Sep 01 23:25:46.143 INFO O| Sep 01 23:25:46.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
63842026-09-01T23:25:47.562Z[ recovery-image] Sep 01 23:25:46.143 INFO O| Sep 01 23:25:46.143 INFO STEP 245 (remove_files) COMPLETE
63852026-09-01T23:25:47.566Z[ recovery-image] Sep 01 23:25:46.143 INFO O| Sep 01 23:25:46.143 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-09-01T23:25:47.572Z[ recovery-image] Sep 01 23:25:46.152 INFO O| Sep 01 23:25:46.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
63872026-09-01T23:25:47.572Z[ recovery-image] Sep 01 23:25:46.152 INFO O| Sep 01 23:25:46.152 INFO STEP 246 (remove_files) COMPLETE
63882026-09-01T23:25:47.572Z[ recovery-image] Sep 01 23:25:46.152 INFO O| Sep 01 23:25:46.152 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-09-01T23:25:47.583Z[ recovery-image] Sep 01 23:25:46.164 INFO O| Sep 01 23:25:46.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
63902026-09-01T23:25:47.583Z[ recovery-image] Sep 01 23:25:46.164 INFO O| Sep 01 23:25:46.164 INFO STEP 247 (remove_files) COMPLETE
63912026-09-01T23:25:47.583Z[ recovery-image] Sep 01 23:25:46.164 INFO O| Sep 01 23:25:46.164 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-09-01T23:25:47.594Z[ recovery-image] Sep 01 23:25:46.174 INFO O| Sep 01 23:25:46.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
63932026-09-01T23:25:47.594Z[ recovery-image] Sep 01 23:25:46.174 INFO O| Sep 01 23:25:46.174 INFO STEP 248 (remove_files) COMPLETE
63942026-09-01T23:25:47.597Z[ recovery-image] Sep 01 23:25:46.174 INFO O| Sep 01 23:25:46.174 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-09-01T23:25:47.602Z[ recovery-image] Sep 01 23:25:46.183 INFO O| Sep 01 23:25:46.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
63962026-09-01T23:25:47.602Z[ recovery-image] Sep 01 23:25:46.183 INFO O| Sep 01 23:25:46.183 INFO STEP 249 (remove_files) COMPLETE
63972026-09-01T23:25:47.605Z[ recovery-image] Sep 01 23:25:46.183 INFO O| Sep 01 23:25:46.183 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-09-01T23:25:47.611Z[ recovery-image] Sep 01 23:25:46.192 INFO O| Sep 01 23:25:46.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
63992026-09-01T23:25:47.611Z[ recovery-image] Sep 01 23:25:46.192 INFO O| Sep 01 23:25:46.192 INFO STEP 250 (remove_files) COMPLETE
64002026-09-01T23:25:47.611Z[ recovery-image] Sep 01 23:25:46.192 INFO O| Sep 01 23:25:46.192 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-09-01T23:25:47.614Z[verify-libraries] Compiling delegate v0.13.5
64022026-09-01T23:25:47.620Z[ recovery-image] Sep 01 23:25:46.201 INFO O| Sep 01 23:25:46.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
64032026-09-01T23:25:47.620Z[ recovery-image] Sep 01 23:25:46.201 INFO O| Sep 01 23:25:46.201 INFO STEP 251 (remove_files) COMPLETE
64042026-09-01T23:25:47.623Z[ recovery-image] Sep 01 23:25:46.201 INFO O| Sep 01 23:25:46.201 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64052026-09-01T23:25:47.631Z[ recovery-image] Sep 01 23:25:46.211 INFO O| Sep 01 23:25:46.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
64062026-09-01T23:25:47.631Z[ recovery-image] Sep 01 23:25:46.211 INFO O| Sep 01 23:25:46.211 INFO STEP 252 (remove_files) COMPLETE
64072026-09-01T23:25:47.634Z[ recovery-image] Sep 01 23:25:46.211 INFO O| Sep 01 23:25:46.211 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64082026-09-01T23:25:47.640Z[ recovery-image] Sep 01 23:25:46.221 INFO O| Sep 01 23:25:46.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
64092026-09-01T23:25:47.640Z[ recovery-image] Sep 01 23:25:46.221 INFO O| Sep 01 23:25:46.221 INFO STEP 253 (remove_files) COMPLETE
64102026-09-01T23:25:47.640Z[ recovery-image] Sep 01 23:25:46.221 INFO O| Sep 01 23:25:46.221 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64112026-09-01T23:25:47.650Z[ recovery-image] Sep 01 23:25:46.231 INFO O| Sep 01 23:25:46.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
64122026-09-01T23:25:47.650Z[ recovery-image] Sep 01 23:25:46.231 INFO O| Sep 01 23:25:46.231 INFO STEP 254 (remove_files) COMPLETE
64132026-09-01T23:25:47.650Z[ recovery-image] Sep 01 23:25:46.231 INFO O| Sep 01 23:25:46.231 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64142026-09-01T23:25:47.660Z[ recovery-image] Sep 01 23:25:46.240 INFO O| Sep 01 23:25:46.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
64152026-09-01T23:25:47.660Z[ recovery-image] Sep 01 23:25:46.240 INFO O| Sep 01 23:25:46.240 INFO STEP 255 (remove_files) COMPLETE
64162026-09-01T23:25:47.660Z[ recovery-image] Sep 01 23:25:46.240 INFO O| Sep 01 23:25:46.240 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64172026-09-01T23:25:47.669Z[ recovery-image] Sep 01 23:25:46.250 INFO O| Sep 01 23:25:46.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
64182026-09-01T23:25:47.670Z[ recovery-image] Sep 01 23:25:46.250 INFO O| Sep 01 23:25:46.250 INFO STEP 256 (remove_files) COMPLETE
64192026-09-01T23:25:47.670Z[ recovery-image] Sep 01 23:25:46.250 INFO O| Sep 01 23:25:46.250 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64202026-09-01T23:25:47.680Z[ recovery-image] Sep 01 23:25:46.261 INFO O| Sep 01 23:25:46.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
64212026-09-01T23:25:47.680Z[ recovery-image] Sep 01 23:25:46.261 INFO O| Sep 01 23:25:46.261 INFO STEP 257 (remove_files) COMPLETE
64222026-09-01T23:25:47.680Z[ recovery-image] Sep 01 23:25:46.261 INFO O| Sep 01 23:25:46.261 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64232026-09-01T23:25:47.690Z[ recovery-image] Sep 01 23:25:46.271 INFO O| Sep 01 23:25:46.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
64242026-09-01T23:25:47.690Z[ recovery-image] Sep 01 23:25:46.271 INFO O| Sep 01 23:25:46.271 INFO STEP 258 (remove_files) COMPLETE
64252026-09-01T23:25:47.690Z[ recovery-image] Sep 01 23:25:46.271 INFO O| Sep 01 23:25:46.271 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64262026-09-01T23:25:47.702Z[ recovery-image] Sep 01 23:25:46.282 INFO O| Sep 01 23:25:46.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
64272026-09-01T23:25:47.702Z[ recovery-image] Sep 01 23:25:46.282 INFO O| Sep 01 23:25:46.282 INFO STEP 259 (remove_files) COMPLETE
64282026-09-01T23:25:47.702Z[ recovery-image] Sep 01 23:25:46.282 INFO O| Sep 01 23:25:46.282 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64292026-09-01T23:25:47.712Z[ recovery-image] Sep 01 23:25:46.292 INFO O| Sep 01 23:25:46.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
64302026-09-01T23:25:47.712Z[ recovery-image] Sep 01 23:25:46.292 INFO O| Sep 01 23:25:46.292 INFO STEP 260 (remove_files) COMPLETE
64312026-09-01T23:25:47.712Z[ recovery-image] Sep 01 23:25:46.292 INFO O| Sep 01 23:25:46.292 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64322026-09-01T23:25:47.721Z[ recovery-image] Sep 01 23:25:46.302 INFO O| Sep 01 23:25:46.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
64332026-09-01T23:25:47.721Z[ recovery-image] Sep 01 23:25:46.302 INFO O| Sep 01 23:25:46.302 INFO STEP 261 (remove_files) COMPLETE
64342026-09-01T23:25:47.721Z[ recovery-image] Sep 01 23:25:46.302 INFO O| Sep 01 23:25:46.302 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64352026-09-01T23:25:47.732Z[ recovery-image] Sep 01 23:25:46.313 INFO O| Sep 01 23:25:46.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
64362026-09-01T23:25:47.732Z[ recovery-image] Sep 01 23:25:46.313 INFO O| Sep 01 23:25:46.313 INFO STEP 262 (remove_files) COMPLETE
64372026-09-01T23:25:47.735Z[ recovery-image] Sep 01 23:25:46.313 INFO O| Sep 01 23:25:46.313 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64382026-09-01T23:25:47.743Z[ recovery-image] Sep 01 23:25:46.324 INFO O| Sep 01 23:25:46.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
64392026-09-01T23:25:47.743Z[ recovery-image] Sep 01 23:25:46.324 INFO O| Sep 01 23:25:46.323 INFO STEP 263 (remove_files) COMPLETE
64402026-09-01T23:25:47.746Z[ recovery-image] Sep 01 23:25:46.324 INFO O| Sep 01 23:25:46.323 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64412026-09-01T23:25:47.751Z[ recovery-image] Sep 01 23:25:46.332 INFO O| Sep 01 23:25:46.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
64422026-09-01T23:25:47.751Z[ recovery-image] Sep 01 23:25:46.332 INFO O| Sep 01 23:25:46.332 INFO STEP 264 (remove_files) COMPLETE
64432026-09-01T23:25:47.754Z[ recovery-image] Sep 01 23:25:46.332 INFO O| Sep 01 23:25:46.332 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64442026-09-01T23:25:47.759Z[ recovery-image] Sep 01 23:25:46.340 INFO O| Sep 01 23:25:46.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
64452026-09-01T23:25:47.759Z[ recovery-image] Sep 01 23:25:46.340 INFO O| Sep 01 23:25:46.340 INFO STEP 265 (remove_files) COMPLETE
64462026-09-01T23:25:47.759Z[ recovery-image] Sep 01 23:25:46.340 INFO O| Sep 01 23:25:46.340 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64472026-09-01T23:25:47.768Z[ recovery-image] Sep 01 23:25:46.349 INFO O| Sep 01 23:25:46.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
64482026-09-01T23:25:47.768Z[ recovery-image] Sep 01 23:25:46.349 INFO O| Sep 01 23:25:46.349 INFO STEP 266 (remove_files) COMPLETE
64492026-09-01T23:25:47.768Z[ recovery-image] Sep 01 23:25:46.349 INFO O| Sep 01 23:25:46.349 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64502026-09-01T23:25:47.777Z[ recovery-image] Sep 01 23:25:46.357 INFO O| Sep 01 23:25:46.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
64512026-09-01T23:25:47.777Z[ recovery-image] Sep 01 23:25:46.357 INFO O| Sep 01 23:25:46.357 INFO STEP 267 (remove_files) COMPLETE
64522026-09-01T23:25:47.780Z[ recovery-image] Sep 01 23:25:46.357 INFO O| Sep 01 23:25:46.357 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64532026-09-01T23:25:47.785Z[ recovery-image] Sep 01 23:25:46.365 INFO O| Sep 01 23:25:46.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
64542026-09-01T23:25:47.785Z[ recovery-image] Sep 01 23:25:46.365 INFO O| Sep 01 23:25:46.365 INFO STEP 268 (remove_files) COMPLETE
64552026-09-01T23:25:47.788Z[ recovery-image] Sep 01 23:25:46.365 INFO O| Sep 01 23:25:46.365 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64562026-09-01T23:25:47.794Z[ recovery-image] Sep 01 23:25:46.375 INFO O| Sep 01 23:25:46.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
64572026-09-01T23:25:47.794Z[ recovery-image] Sep 01 23:25:46.375 INFO O| Sep 01 23:25:46.375 INFO STEP 269 (remove_files) COMPLETE
64582026-09-01T23:25:47.794Z[ recovery-image] Sep 01 23:25:46.375 INFO O| Sep 01 23:25:46.375 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64592026-09-01T23:25:47.805Z[ recovery-image] Sep 01 23:25:46.385 INFO O| Sep 01 23:25:46.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
64602026-09-01T23:25:47.805Z[ recovery-image] Sep 01 23:25:46.385 INFO O| Sep 01 23:25:46.385 INFO STEP 270 (remove_files) COMPLETE
64612026-09-01T23:25:47.805Z[ recovery-image] Sep 01 23:25:46.385 INFO O| Sep 01 23:25:46.385 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64622026-09-01T23:25:47.814Z[ recovery-image] Sep 01 23:25:46.394 INFO O| Sep 01 23:25:46.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
64632026-09-01T23:25:47.814Z[ recovery-image] Sep 01 23:25:46.394 INFO O| Sep 01 23:25:46.394 INFO STEP 271 (remove_files) COMPLETE
64642026-09-01T23:25:47.814Z[ recovery-image] Sep 01 23:25:46.394 INFO O| Sep 01 23:25:46.394 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64652026-09-01T23:25:47.824Z[ recovery-image] Sep 01 23:25:46.404 INFO O| Sep 01 23:25:46.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
64662026-09-01T23:25:47.824Z[ recovery-image] Sep 01 23:25:46.404 INFO O| Sep 01 23:25:46.404 INFO STEP 272 (remove_files) COMPLETE
64672026-09-01T23:25:47.824Z[ recovery-image] Sep 01 23:25:46.404 INFO O| Sep 01 23:25:46.404 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64682026-09-01T23:25:47.833Z[ recovery-image] Sep 01 23:25:46.414 INFO O| Sep 01 23:25:46.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
64692026-09-01T23:25:47.834Z[ recovery-image] Sep 01 23:25:46.414 INFO O| Sep 01 23:25:46.414 INFO STEP 273 (remove_files) COMPLETE
64702026-09-01T23:25:47.834Z[ recovery-image] Sep 01 23:25:46.414 INFO O| Sep 01 23:25:46.414 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64712026-09-01T23:25:47.845Z[ recovery-image] Sep 01 23:25:46.425 INFO O| Sep 01 23:25:46.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
64722026-09-01T23:25:47.845Z[ recovery-image] Sep 01 23:25:46.425 INFO O| Sep 01 23:25:46.425 INFO STEP 274 (remove_files) COMPLETE
64732026-09-01T23:25:47.845Z[ recovery-image] Sep 01 23:25:46.425 INFO O| Sep 01 23:25:46.425 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64742026-09-01T23:25:47.853Z[ recovery-image] Sep 01 23:25:46.434 INFO O| Sep 01 23:25:46.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
64752026-09-01T23:25:47.854Z[ recovery-image] Sep 01 23:25:46.434 INFO O| Sep 01 23:25:46.434 INFO STEP 275 (remove_files) COMPLETE
64762026-09-01T23:25:47.854Z[ recovery-image] Sep 01 23:25:46.434 INFO O| Sep 01 23:25:46.434 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64772026-09-01T23:25:47.863Z[ recovery-image] Sep 01 23:25:46.443 INFO O| Sep 01 23:25:46.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
64782026-09-01T23:25:47.863Z[ recovery-image] Sep 01 23:25:46.443 INFO O| Sep 01 23:25:46.443 INFO STEP 276 (remove_files) COMPLETE
64792026-09-01T23:25:47.863Z[ recovery-image] Sep 01 23:25:46.443 INFO O| Sep 01 23:25:46.443 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64802026-09-01T23:25:47.866Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
64812026-09-01T23:25:47.872Z[ recovery-image] Sep 01 23:25:46.453 INFO O| Sep 01 23:25:46.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
64822026-09-01T23:25:47.872Z[ recovery-image] Sep 01 23:25:46.453 INFO O| Sep 01 23:25:46.453 INFO STEP 277 (remove_files) COMPLETE
64832026-09-01T23:25:47.875Z[ recovery-image] Sep 01 23:25:46.453 INFO O| Sep 01 23:25:46.453 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-09-01T23:25:47.882Z[ recovery-image] Sep 01 23:25:46.462 INFO O| Sep 01 23:25:46.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
64852026-09-01T23:25:47.882Z[ recovery-image] Sep 01 23:25:46.462 INFO O| Sep 01 23:25:46.462 INFO STEP 278 (remove_files) COMPLETE
64862026-09-01T23:25:47.885Z[ recovery-image] Sep 01 23:25:46.462 INFO O| Sep 01 23:25:46.462 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-09-01T23:25:47.891Z[ recovery-image] Sep 01 23:25:46.472 INFO O| Sep 01 23:25:46.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
64882026-09-01T23:25:47.891Z[ recovery-image] Sep 01 23:25:46.472 INFO O| Sep 01 23:25:46.472 INFO STEP 279 (remove_files) COMPLETE
64892026-09-01T23:25:47.892Z[ recovery-image] Sep 01 23:25:46.472 INFO O| Sep 01 23:25:46.472 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-09-01T23:25:47.901Z[ recovery-image] Sep 01 23:25:46.482 INFO O| Sep 01 23:25:46.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
64912026-09-01T23:25:47.901Z[ recovery-image] Sep 01 23:25:46.482 INFO O| Sep 01 23:25:46.482 INFO STEP 280 (remove_files) COMPLETE
64922026-09-01T23:25:47.904Z[ recovery-image] Sep 01 23:25:46.482 INFO O| Sep 01 23:25:46.482 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-09-01T23:25:47.911Z[ recovery-image] Sep 01 23:25:46.491 INFO O| Sep 01 23:25:46.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
64942026-09-01T23:25:47.913Z[ recovery-image] Sep 01 23:25:46.491 INFO O| Sep 01 23:25:46.491 INFO STEP 281 (remove_files) COMPLETE
64952026-09-01T23:25:47.913Z[ recovery-image] Sep 01 23:25:46.491 INFO O| Sep 01 23:25:46.491 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-09-01T23:25:47.922Z[ recovery-image] Sep 01 23:25:46.502 INFO O| Sep 01 23:25:46.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
64972026-09-01T23:25:47.922Z[ recovery-image] Sep 01 23:25:46.502 INFO O| Sep 01 23:25:46.502 INFO STEP 282 (remove_files) COMPLETE
64982026-09-01T23:25:47.922Z[ recovery-image] Sep 01 23:25:46.502 INFO O| Sep 01 23:25:46.502 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-09-01T23:25:47.931Z[ recovery-image] Sep 01 23:25:46.512 INFO O| Sep 01 23:25:46.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
65002026-09-01T23:25:47.931Z[ recovery-image] Sep 01 23:25:46.512 INFO O| Sep 01 23:25:46.512 INFO STEP 283 (remove_files) COMPLETE
65012026-09-01T23:25:47.934Z[ recovery-image] Sep 01 23:25:46.512 INFO O| Sep 01 23:25:46.512 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-09-01T23:25:47.939Z[ recovery-image] Sep 01 23:25:46.520 INFO O| Sep 01 23:25:46.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
65032026-09-01T23:25:47.939Z[ recovery-image] Sep 01 23:25:46.520 INFO O| Sep 01 23:25:46.520 INFO STEP 284 (remove_files) COMPLETE
65042026-09-01T23:25:47.942Z[ recovery-image] Sep 01 23:25:46.520 INFO O| Sep 01 23:25:46.520 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-09-01T23:25:47.947Z[ recovery-image] Sep 01 23:25:46.528 INFO O| Sep 01 23:25:46.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
65062026-09-01T23:25:47.947Z[ recovery-image] Sep 01 23:25:46.528 INFO O| Sep 01 23:25:46.528 INFO STEP 285 (remove_files) COMPLETE
65072026-09-01T23:25:47.947Z[ recovery-image] Sep 01 23:25:46.528 INFO O| Sep 01 23:25:46.528 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-09-01T23:25:47.956Z[ recovery-image] Sep 01 23:25:46.537 INFO O| Sep 01 23:25:46.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
65092026-09-01T23:25:47.956Z[ recovery-image] Sep 01 23:25:46.537 INFO O| Sep 01 23:25:46.537 INFO STEP 286 (remove_files) COMPLETE
65102026-09-01T23:25:47.956Z[ recovery-image] Sep 01 23:25:46.537 INFO O| Sep 01 23:25:46.537 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-09-01T23:25:47.965Z[ recovery-image] Sep 01 23:25:46.545 INFO O| Sep 01 23:25:46.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
65122026-09-01T23:25:47.965Z[ recovery-image] Sep 01 23:25:46.545 INFO O| Sep 01 23:25:46.545 INFO STEP 287 (remove_files) COMPLETE
65132026-09-01T23:25:47.968Z[ recovery-image] Sep 01 23:25:46.545 INFO O| Sep 01 23:25:46.545 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-09-01T23:25:47.976Z[ recovery-image] Sep 01 23:25:46.556 INFO O| Sep 01 23:25:46.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
65152026-09-01T23:25:47.976Z[ recovery-image] Sep 01 23:25:46.556 INFO O| Sep 01 23:25:46.556 INFO STEP 288 (remove_files) COMPLETE
65162026-09-01T23:25:47.976Z[ recovery-image] Sep 01 23:25:46.556 INFO O| Sep 01 23:25:46.556 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-09-01T23:25:47.985Z[ recovery-image] Sep 01 23:25:46.565 INFO O| Sep 01 23:25:46.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
65182026-09-01T23:25:47.985Z[ recovery-image] Sep 01 23:25:46.565 INFO O| Sep 01 23:25:46.565 INFO STEP 289 (remove_files) COMPLETE
65192026-09-01T23:25:47.988Z[ recovery-image] Sep 01 23:25:46.565 INFO O| Sep 01 23:25:46.565 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-09-01T23:25:47.993Z[ recovery-image] Sep 01 23:25:46.574 INFO O| Sep 01 23:25:46.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
65212026-09-01T23:25:47.993Z[ recovery-image] Sep 01 23:25:46.574 INFO O| Sep 01 23:25:46.574 INFO STEP 290 (remove_files) COMPLETE
65222026-09-01T23:25:47.993Z[ recovery-image] Sep 01 23:25:46.574 INFO O| Sep 01 23:25:46.574 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-09-01T23:25:48.004Z[ recovery-image] Sep 01 23:25:46.584 INFO O| Sep 01 23:25:46.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
65242026-09-01T23:25:48.004Z[ recovery-image] Sep 01 23:25:46.584 INFO O| Sep 01 23:25:46.584 INFO STEP 291 (remove_files) COMPLETE
65252026-09-01T23:25:48.004Z[ recovery-image] Sep 01 23:25:46.584 INFO O| Sep 01 23:25:46.584 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-09-01T23:25:48.015Z[ recovery-image] Sep 01 23:25:46.595 INFO O| Sep 01 23:25:46.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
65272026-09-01T23:25:48.015Z[ recovery-image] Sep 01 23:25:46.595 INFO O| Sep 01 23:25:46.595 INFO STEP 292 (remove_files) COMPLETE
65282026-09-01T23:25:48.015Z[ recovery-image] Sep 01 23:25:46.595 INFO O| Sep 01 23:25:46.595 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-09-01T23:25:48.025Z[ recovery-image] Sep 01 23:25:46.606 INFO O| Sep 01 23:25:46.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
65302026-09-01T23:25:48.025Z[ recovery-image] Sep 01 23:25:46.606 INFO O| Sep 01 23:25:46.606 INFO STEP 293 (remove_files) COMPLETE
65312026-09-01T23:25:48.025Z[ recovery-image] Sep 01 23:25:46.606 INFO O| Sep 01 23:25:46.606 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-09-01T23:25:48.033Z[verify-libraries] Compiling sapling-renderdag v0.1.0
65332026-09-01T23:25:48.036Z[ recovery-image] Sep 01 23:25:46.615 INFO O| Sep 01 23:25:46.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
65342026-09-01T23:25:48.036Z[ recovery-image] Sep 01 23:25:46.615 INFO O| Sep 01 23:25:46.615 INFO STEP 294 (remove_files) COMPLETE
65352026-09-01T23:25:48.036Z[ recovery-image] Sep 01 23:25:46.615 INFO O| Sep 01 23:25:46.615 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-09-01T23:25:48.043Z[ recovery-image] Sep 01 23:25:46.624 INFO O| Sep 01 23:25:46.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
65372026-09-01T23:25:48.043Z[ recovery-image] Sep 01 23:25:46.624 INFO O| Sep 01 23:25:46.624 INFO STEP 295 (remove_files) COMPLETE
65382026-09-01T23:25:48.043Z[ recovery-image] Sep 01 23:25:46.624 INFO O| Sep 01 23:25:46.624 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-09-01T23:25:48.052Z[ recovery-image] Sep 01 23:25:46.633 INFO O| Sep 01 23:25:46.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
65402026-09-01T23:25:48.052Z[ recovery-image] Sep 01 23:25:46.633 INFO O| Sep 01 23:25:46.633 INFO STEP 296 (remove_files) COMPLETE
65412026-09-01T23:25:48.052Z[ recovery-image] Sep 01 23:25:46.633 INFO O| Sep 01 23:25:46.633 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-09-01T23:25:48.064Z[ recovery-image] Sep 01 23:25:46.642 INFO O| Sep 01 23:25:46.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
65432026-09-01T23:25:48.064Z[ recovery-image] Sep 01 23:25:46.642 INFO O| Sep 01 23:25:46.642 INFO STEP 297 (remove_files) COMPLETE
65442026-09-01T23:25:48.070Z[ recovery-image] Sep 01 23:25:46.642 INFO O| Sep 01 23:25:46.642 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-09-01T23:25:48.072Z[ recovery-image] Sep 01 23:25:46.651 INFO O| Sep 01 23:25:46.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
65462026-09-01T23:25:48.072Z[ recovery-image] Sep 01 23:25:46.651 INFO O| Sep 01 23:25:46.651 INFO STEP 298 (remove_files) COMPLETE
65472026-09-01T23:25:48.073Z[ recovery-image] Sep 01 23:25:46.651 INFO O| Sep 01 23:25:46.651 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-09-01T23:25:48.079Z[ recovery-image] Sep 01 23:25:46.660 INFO O| Sep 01 23:25:46.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
65492026-09-01T23:25:48.079Z[ recovery-image] Sep 01 23:25:46.660 INFO O| Sep 01 23:25:46.660 INFO STEP 299 (remove_files) COMPLETE
65502026-09-01T23:25:48.083Z[ recovery-image] Sep 01 23:25:46.660 INFO O| Sep 01 23:25:46.660 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-09-01T23:25:48.089Z[ recovery-image] Sep 01 23:25:46.670 INFO O| Sep 01 23:25:46.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
65522026-09-01T23:25:48.089Z[ recovery-image] Sep 01 23:25:46.670 INFO O| Sep 01 23:25:46.670 INFO STEP 300 (remove_files) COMPLETE
65532026-09-01T23:25:48.089Z[ recovery-image] Sep 01 23:25:46.670 INFO O| Sep 01 23:25:46.670 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-09-01T23:25:48.099Z[ recovery-image] Sep 01 23:25:46.679 INFO O| Sep 01 23:25:46.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
65552026-09-01T23:25:48.099Z[ recovery-image] Sep 01 23:25:46.679 INFO O| Sep 01 23:25:46.679 INFO STEP 301 (remove_files) COMPLETE
65562026-09-01T23:25:48.099Z[ recovery-image] Sep 01 23:25:46.679 INFO O| Sep 01 23:25:46.679 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-09-01T23:25:48.107Z[ recovery-image] Sep 01 23:25:46.688 INFO O| Sep 01 23:25:46.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
65582026-09-01T23:25:48.107Z[ recovery-image] Sep 01 23:25:46.688 INFO O| Sep 01 23:25:46.688 INFO STEP 302 (remove_files) COMPLETE
65592026-09-01T23:25:48.108Z[ recovery-image] Sep 01 23:25:46.688 INFO O| Sep 01 23:25:46.688 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-09-01T23:25:48.117Z[ recovery-image] Sep 01 23:25:46.698 INFO O| Sep 01 23:25:46.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
65612026-09-01T23:25:48.117Z[ recovery-image] Sep 01 23:25:46.698 INFO O| Sep 01 23:25:46.698 INFO STEP 303 (remove_files) COMPLETE
65622026-09-01T23:25:48.117Z[ recovery-image] Sep 01 23:25:46.698 INFO O| Sep 01 23:25:46.698 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-09-01T23:25:48.126Z[ recovery-image] Sep 01 23:25:46.707 INFO O| Sep 01 23:25:46.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
65642026-09-01T23:25:48.126Z[ recovery-image] Sep 01 23:25:46.707 INFO O| Sep 01 23:25:46.707 INFO STEP 304 (remove_files) COMPLETE
65652026-09-01T23:25:48.126Z[ recovery-image] Sep 01 23:25:46.707 INFO O| Sep 01 23:25:46.707 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-09-01T23:25:48.136Z[ recovery-image] Sep 01 23:25:46.717 INFO O| Sep 01 23:25:46.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
65672026-09-01T23:25:48.136Z[ recovery-image] Sep 01 23:25:46.717 INFO O| Sep 01 23:25:46.717 INFO STEP 305 (remove_files) COMPLETE
65682026-09-01T23:25:48.137Z[ recovery-image] Sep 01 23:25:46.717 INFO O| Sep 01 23:25:46.717 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-09-01T23:25:48.147Z[ recovery-image] Sep 01 23:25:46.728 INFO O| Sep 01 23:25:46.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
65702026-09-01T23:25:48.147Z[ recovery-image] Sep 01 23:25:46.728 INFO O| Sep 01 23:25:46.728 INFO STEP 306 (remove_files) COMPLETE
65712026-09-01T23:25:48.147Z[ recovery-image] Sep 01 23:25:46.728 INFO O| Sep 01 23:25:46.728 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-09-01T23:25:48.157Z[ recovery-image] Sep 01 23:25:46.738 INFO O| Sep 01 23:25:46.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
65732026-09-01T23:25:48.157Z[ recovery-image] Sep 01 23:25:46.738 INFO O| Sep 01 23:25:46.738 INFO STEP 307 (remove_files) COMPLETE
65742026-09-01T23:25:48.161Z[ recovery-image] Sep 01 23:25:46.738 INFO O| Sep 01 23:25:46.738 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-09-01T23:25:48.167Z[ recovery-image] Sep 01 23:25:46.748 INFO O| Sep 01 23:25:46.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
65762026-09-01T23:25:48.167Z[ recovery-image] Sep 01 23:25:46.748 INFO O| Sep 01 23:25:46.748 INFO STEP 308 (remove_files) COMPLETE
65772026-09-01T23:25:48.170Z[ recovery-image] Sep 01 23:25:46.748 INFO O| Sep 01 23:25:46.748 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-09-01T23:25:48.178Z[ recovery-image] Sep 01 23:25:46.759 INFO O| Sep 01 23:25:46.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
65792026-09-01T23:25:48.178Z[ recovery-image] Sep 01 23:25:46.759 INFO O| Sep 01 23:25:46.759 INFO STEP 309 (remove_files) COMPLETE
65802026-09-01T23:25:48.181Z[ recovery-image] Sep 01 23:25:46.759 INFO O| Sep 01 23:25:46.759 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-09-01T23:25:48.189Z[ recovery-image] Sep 01 23:25:46.769 INFO O| Sep 01 23:25:46.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
65822026-09-01T23:25:48.189Z[ recovery-image] Sep 01 23:25:46.769 INFO O| Sep 01 23:25:46.769 INFO STEP 310 (remove_files) COMPLETE
65832026-09-01T23:25:48.189Z[ recovery-image] Sep 01 23:25:46.769 INFO O| Sep 01 23:25:46.769 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-09-01T23:25:48.199Z[ recovery-image] Sep 01 23:25:46.779 INFO O| Sep 01 23:25:46.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
65852026-09-01T23:25:48.199Z[ recovery-image] Sep 01 23:25:46.779 INFO O| Sep 01 23:25:46.779 INFO STEP 311 (remove_files) COMPLETE
65862026-09-01T23:25:48.199Z[ recovery-image] Sep 01 23:25:46.779 INFO O| Sep 01 23:25:46.779 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-09-01T23:25:48.209Z[ recovery-image] Sep 01 23:25:46.790 INFO O| Sep 01 23:25:46.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
65882026-09-01T23:25:48.209Z[ recovery-image] Sep 01 23:25:46.790 INFO O| Sep 01 23:25:46.790 INFO STEP 312 (remove_files) COMPLETE
65892026-09-01T23:25:48.209Z[ recovery-image] Sep 01 23:25:46.790 INFO O| Sep 01 23:25:46.790 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-09-01T23:25:48.219Z[ recovery-image] Sep 01 23:25:46.799 INFO O| Sep 01 23:25:46.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
65912026-09-01T23:25:48.219Z[ recovery-image] Sep 01 23:25:46.799 INFO O| Sep 01 23:25:46.799 INFO STEP 313 (remove_files) COMPLETE
65922026-09-01T23:25:48.219Z[ recovery-image] Sep 01 23:25:46.799 INFO O| Sep 01 23:25:46.799 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-09-01T23:25:48.228Z[ recovery-image] Sep 01 23:25:46.808 INFO O| Sep 01 23:25:46.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
65942026-09-01T23:25:48.228Z[ recovery-image] Sep 01 23:25:46.809 INFO O| Sep 01 23:25:46.808 INFO STEP 314 (remove_files) COMPLETE
65952026-09-01T23:25:48.228Z[ recovery-image] Sep 01 23:25:46.809 INFO O| Sep 01 23:25:46.809 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-09-01T23:25:48.238Z[ recovery-image] Sep 01 23:25:46.818 INFO O| Sep 01 23:25:46.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
65972026-09-01T23:25:48.238Z[ recovery-image] Sep 01 23:25:46.818 INFO O| Sep 01 23:25:46.818 INFO STEP 315 (remove_files) COMPLETE
65982026-09-01T23:25:48.241Z[ recovery-image] Sep 01 23:25:46.818 INFO O| Sep 01 23:25:46.818 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-09-01T23:25:48.248Z[ recovery-image] Sep 01 23:25:46.829 INFO O| Sep 01 23:25:46.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
66002026-09-01T23:25:48.248Z[ recovery-image] Sep 01 23:25:46.829 INFO O| Sep 01 23:25:46.829 INFO STEP 316 (remove_files) COMPLETE
66012026-09-01T23:25:48.248Z[ recovery-image] Sep 01 23:25:46.829 INFO O| Sep 01 23:25:46.829 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-09-01T23:25:48.258Z[ recovery-image] Sep 01 23:25:46.839 INFO O| Sep 01 23:25:46.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
66032026-09-01T23:25:48.258Z[ recovery-image] Sep 01 23:25:46.839 INFO O| Sep 01 23:25:46.839 INFO STEP 317 (remove_files) COMPLETE
66042026-09-01T23:25:48.258Z[ recovery-image] Sep 01 23:25:46.839 INFO O| Sep 01 23:25:46.839 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-09-01T23:25:48.268Z[ recovery-image] Sep 01 23:25:46.848 INFO O| Sep 01 23:25:46.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
66062026-09-01T23:25:48.268Z[ recovery-image] Sep 01 23:25:46.848 INFO O| Sep 01 23:25:46.848 INFO STEP 318 (remove_files) COMPLETE
66072026-09-01T23:25:48.268Z[ recovery-image] Sep 01 23:25:46.848 INFO O| Sep 01 23:25:46.848 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-09-01T23:25:48.277Z[ recovery-image] Sep 01 23:25:46.858 INFO O| Sep 01 23:25:46.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
66092026-09-01T23:25:48.277Z[ recovery-image] Sep 01 23:25:46.858 INFO O| Sep 01 23:25:46.858 INFO STEP 319 (remove_files) COMPLETE
66102026-09-01T23:25:48.277Z[ recovery-image] Sep 01 23:25:46.858 INFO O| Sep 01 23:25:46.858 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-09-01T23:25:48.288Z[ recovery-image] Sep 01 23:25:46.868 INFO O| Sep 01 23:25:46.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
66122026-09-01T23:25:48.288Z[ recovery-image] Sep 01 23:25:46.868 INFO O| Sep 01 23:25:46.868 INFO STEP 320 (remove_files) COMPLETE
66132026-09-01T23:25:48.288Z[ recovery-image] Sep 01 23:25:46.868 INFO O| Sep 01 23:25:46.868 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-09-01T23:25:48.298Z[ recovery-image] Sep 01 23:25:46.879 INFO O| Sep 01 23:25:46.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
66152026-09-01T23:25:48.298Z[ recovery-image] Sep 01 23:25:46.879 INFO O| Sep 01 23:25:46.879 INFO STEP 321 (remove_files) COMPLETE
66162026-09-01T23:25:48.298Z[ recovery-image] Sep 01 23:25:46.879 INFO O| Sep 01 23:25:46.879 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-09-01T23:25:48.309Z[ recovery-image] Sep 01 23:25:46.889 INFO O| Sep 01 23:25:46.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
66182026-09-01T23:25:48.309Z[ recovery-image] Sep 01 23:25:46.889 INFO O| Sep 01 23:25:46.889 INFO STEP 322 (remove_files) COMPLETE
66192026-09-01T23:25:48.309Z[ recovery-image] Sep 01 23:25:46.889 INFO O| Sep 01 23:25:46.889 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-09-01T23:25:48.318Z[ recovery-image] Sep 01 23:25:46.898 INFO O| Sep 01 23:25:46.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
66212026-09-01T23:25:48.318Z[ recovery-image] Sep 01 23:25:46.898 INFO O| Sep 01 23:25:46.898 INFO STEP 323 (remove_files) COMPLETE
66222026-09-01T23:25:48.318Z[ recovery-image] Sep 01 23:25:46.898 INFO O| Sep 01 23:25:46.898 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-09-01T23:25:48.328Z[ recovery-image] Sep 01 23:25:46.908 INFO O| Sep 01 23:25:46.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
66242026-09-01T23:25:48.328Z[ recovery-image] Sep 01 23:25:46.908 INFO O| Sep 01 23:25:46.908 INFO STEP 324 (remove_files) COMPLETE
66252026-09-01T23:25:48.328Z[ recovery-image] Sep 01 23:25:46.908 INFO O| Sep 01 23:25:46.908 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-09-01T23:25:48.338Z[ recovery-image] Sep 01 23:25:46.918 INFO O| Sep 01 23:25:46.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
66272026-09-01T23:25:48.338Z[ recovery-image] Sep 01 23:25:46.918 INFO O| Sep 01 23:25:46.918 INFO STEP 325 (remove_files) COMPLETE
66282026-09-01T23:25:48.338Z[ recovery-image] Sep 01 23:25:46.918 INFO O| Sep 01 23:25:46.918 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-09-01T23:25:48.350Z[ recovery-image] Sep 01 23:25:46.931 INFO O| Sep 01 23:25:46.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
66302026-09-01T23:25:48.350Z[ recovery-image] Sep 01 23:25:46.931 INFO O| Sep 01 23:25:46.931 INFO STEP 326 (remove_files) COMPLETE
66312026-09-01T23:25:48.351Z[ recovery-image] Sep 01 23:25:46.931 INFO O| Sep 01 23:25:46.931 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-09-01T23:25:48.360Z[ recovery-image] Sep 01 23:25:46.941 INFO O| Sep 01 23:25:46.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
66332026-09-01T23:25:48.360Z[ recovery-image] Sep 01 23:25:46.941 INFO O| Sep 01 23:25:46.941 INFO STEP 327 (remove_files) COMPLETE
66342026-09-01T23:25:48.360Z[ recovery-image] Sep 01 23:25:46.941 INFO O| Sep 01 23:25:46.941 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-09-01T23:25:48.373Z[ recovery-image] Sep 01 23:25:46.950 INFO O| Sep 01 23:25:46.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
66362026-09-01T23:25:48.373Z[ recovery-image] Sep 01 23:25:46.951 INFO O| Sep 01 23:25:46.950 INFO STEP 328 (remove_files) COMPLETE
66372026-09-01T23:25:48.373Z[ recovery-image] Sep 01 23:25:46.951 INFO O| Sep 01 23:25:46.950 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-09-01T23:25:48.380Z[ recovery-image] Sep 01 23:25:46.961 INFO O| Sep 01 23:25:46.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
66392026-09-01T23:25:48.380Z[ recovery-image] Sep 01 23:25:46.961 INFO O| Sep 01 23:25:46.960 INFO STEP 329 (remove_files) COMPLETE
66402026-09-01T23:25:48.380Z[ recovery-image] Sep 01 23:25:46.961 INFO O| Sep 01 23:25:46.960 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-09-01T23:25:48.391Z[ recovery-image] Sep 01 23:25:46.971 INFO O| Sep 01 23:25:46.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
66422026-09-01T23:25:48.396Z[ recovery-image] Sep 01 23:25:46.971 INFO O| Sep 01 23:25:46.971 INFO STEP 330 (remove_files) COMPLETE
66432026-09-01T23:25:48.396Z[ recovery-image] Sep 01 23:25:46.971 INFO O| Sep 01 23:25:46.971 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-09-01T23:25:48.401Z[ recovery-image] Sep 01 23:25:46.982 INFO O| Sep 01 23:25:46.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
66452026-09-01T23:25:48.401Z[ recovery-image] Sep 01 23:25:46.982 INFO O| Sep 01 23:25:46.982 INFO STEP 331 (remove_files) COMPLETE
66462026-09-01T23:25:48.404Z[ recovery-image] Sep 01 23:25:46.982 INFO O| Sep 01 23:25:46.982 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-09-01T23:25:48.413Z[ recovery-image] Sep 01 23:25:46.993 INFO O| Sep 01 23:25:46.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
66482026-09-01T23:25:48.413Z[ recovery-image] Sep 01 23:25:46.993 INFO O| Sep 01 23:25:46.993 INFO STEP 332 (remove_files) COMPLETE
66492026-09-01T23:25:48.416Z[ recovery-image] Sep 01 23:25:46.993 INFO O| Sep 01 23:25:46.993 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-09-01T23:25:48.434Z[ recovery-image] Sep 01 23:25:47.003 INFO O| Sep 01 23:25:47.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
66512026-09-01T23:25:48.435Z[ recovery-image] Sep 01 23:25:47.003 INFO O| Sep 01 23:25:47.003 INFO STEP 333 (remove_files) COMPLETE
66522026-09-01T23:25:48.435Z[ recovery-image] Sep 01 23:25:47.003 INFO O| Sep 01 23:25:47.003 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-09-01T23:25:48.435Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
66542026-09-01T23:25:48.435Z[ recovery-image] Sep 01 23:25:47.013 INFO O| Sep 01 23:25:47.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
66552026-09-01T23:25:48.435Z[ recovery-image] Sep 01 23:25:47.013 INFO O| Sep 01 23:25:47.013 INFO STEP 334 (remove_files) COMPLETE
66562026-09-01T23:25:48.435Z[ recovery-image] Sep 01 23:25:47.013 INFO O| Sep 01 23:25:47.013 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-09-01T23:25:48.443Z[ recovery-image] Sep 01 23:25:47.024 INFO O| Sep 01 23:25:47.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
66582026-09-01T23:25:48.443Z[ recovery-image] Sep 01 23:25:47.024 INFO O| Sep 01 23:25:47.024 INFO STEP 335 (remove_files) COMPLETE
66592026-09-01T23:25:48.443Z[ recovery-image] Sep 01 23:25:47.024 INFO O| Sep 01 23:25:47.024 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66602026-09-01T23:25:48.453Z[ recovery-image] Sep 01 23:25:47.034 INFO O| Sep 01 23:25:47.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
66612026-09-01T23:25:48.453Z[ recovery-image] Sep 01 23:25:47.034 INFO O| Sep 01 23:25:47.034 INFO STEP 336 (remove_files) COMPLETE
66622026-09-01T23:25:48.456Z[ recovery-image] Sep 01 23:25:47.034 INFO O| Sep 01 23:25:47.034 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66632026-09-01T23:25:48.463Z[ recovery-image] Sep 01 23:25:47.044 INFO O| Sep 01 23:25:47.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
66642026-09-01T23:25:48.464Z[ recovery-image] Sep 01 23:25:47.044 INFO O| Sep 01 23:25:47.044 INFO STEP 337 (remove_files) COMPLETE
66652026-09-01T23:25:48.467Z[ recovery-image] Sep 01 23:25:47.044 INFO O| Sep 01 23:25:47.044 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66662026-09-01T23:25:48.476Z[ recovery-image] Sep 01 23:25:47.055 INFO O| Sep 01 23:25:47.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
66672026-09-01T23:25:48.476Z[ recovery-image] Sep 01 23:25:47.055 INFO O| Sep 01 23:25:47.055 INFO STEP 338 (remove_files) COMPLETE
66682026-09-01T23:25:48.481Z[ recovery-image] Sep 01 23:25:47.055 INFO O| Sep 01 23:25:47.055 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-09-01T23:25:48.488Z[ recovery-image] Sep 01 23:25:47.067 INFO O| Sep 01 23:25:47.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
66702026-09-01T23:25:48.488Z[ recovery-image] Sep 01 23:25:47.067 INFO O| Sep 01 23:25:47.067 INFO STEP 339 (remove_files) COMPLETE
66712026-09-01T23:25:48.488Z[ recovery-image] Sep 01 23:25:47.067 INFO O| Sep 01 23:25:47.067 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-09-01T23:25:48.500Z[ recovery-image] Sep 01 23:25:47.078 INFO O| Sep 01 23:25:47.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
66732026-09-01T23:25:48.500Z[ recovery-image] Sep 01 23:25:47.078 INFO O| Sep 01 23:25:47.078 INFO STEP 340 (remove_files) COMPLETE
66742026-09-01T23:25:48.500Z[ recovery-image] Sep 01 23:25:47.078 INFO O| Sep 01 23:25:47.078 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-09-01T23:25:48.509Z[ recovery-image] Sep 01 23:25:47.088 INFO O| Sep 01 23:25:47.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
66762026-09-01T23:25:48.509Z[ recovery-image] Sep 01 23:25:47.088 INFO O| Sep 01 23:25:47.088 INFO STEP 341 (remove_files) COMPLETE
66772026-09-01T23:25:48.513Z[ recovery-image] Sep 01 23:25:47.088 INFO O| Sep 01 23:25:47.088 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-09-01T23:25:48.516Z[ recovery-image] Sep 01 23:25:47.096 INFO O| Sep 01 23:25:47.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
66792026-09-01T23:25:48.516Z[ recovery-image] Sep 01 23:25:47.096 INFO O| Sep 01 23:25:47.096 INFO STEP 342 (remove_files) COMPLETE
66802026-09-01T23:25:48.516Z[ recovery-image] Sep 01 23:25:47.096 INFO O| Sep 01 23:25:47.096 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-09-01T23:25:48.526Z[ recovery-image] Sep 01 23:25:47.105 INFO O| Sep 01 23:25:47.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
66822026-09-01T23:25:48.526Z[ recovery-image] Sep 01 23:25:47.105 INFO O| Sep 01 23:25:47.105 INFO STEP 343 (remove_files) COMPLETE
66832026-09-01T23:25:48.529Z[ recovery-image] Sep 01 23:25:47.105 INFO O| Sep 01 23:25:47.105 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-09-01T23:25:48.533Z[ recovery-image] Sep 01 23:25:47.114 INFO O| Sep 01 23:25:47.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
66852026-09-01T23:25:48.533Z[ recovery-image] Sep 01 23:25:47.114 INFO O| Sep 01 23:25:47.114 INFO STEP 344 (remove_files) COMPLETE
66862026-09-01T23:25:48.533Z[ recovery-image] Sep 01 23:25:47.114 INFO O| Sep 01 23:25:47.114 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-09-01T23:25:48.543Z[ recovery-image] Sep 01 23:25:47.123 INFO O| Sep 01 23:25:47.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
66882026-09-01T23:25:48.543Z[ recovery-image] Sep 01 23:25:47.123 INFO O| Sep 01 23:25:47.123 INFO STEP 345 (remove_files) COMPLETE
66892026-09-01T23:25:48.543Z[ recovery-image] Sep 01 23:25:47.123 INFO O| Sep 01 23:25:47.123 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-09-01T23:25:48.552Z[ recovery-image] Sep 01 23:25:47.132 INFO O| Sep 01 23:25:47.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
66912026-09-01T23:25:48.552Z[ recovery-image] Sep 01 23:25:47.132 INFO O| Sep 01 23:25:47.132 INFO STEP 346 (remove_files) COMPLETE
66922026-09-01T23:25:48.552Z[ recovery-image] Sep 01 23:25:47.132 INFO O| Sep 01 23:25:47.132 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-09-01T23:25:48.561Z[ recovery-image] Sep 01 23:25:47.142 INFO O| Sep 01 23:25:47.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
66942026-09-01T23:25:48.561Z[ recovery-image] Sep 01 23:25:47.142 INFO O| Sep 01 23:25:47.142 INFO STEP 347 (remove_files) COMPLETE
66952026-09-01T23:25:48.561Z[ recovery-image] Sep 01 23:25:47.142 INFO O| Sep 01 23:25:47.142 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-09-01T23:25:48.572Z[ recovery-image] Sep 01 23:25:47.152 INFO O| Sep 01 23:25:47.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
66972026-09-01T23:25:48.572Z[ recovery-image] Sep 01 23:25:47.153 INFO O| Sep 01 23:25:47.152 INFO STEP 348 (remove_files) COMPLETE
66982026-09-01T23:25:48.572Z[ recovery-image] Sep 01 23:25:47.153 INFO O| Sep 01 23:25:47.152 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-09-01T23:25:48.583Z[ recovery-image] Sep 01 23:25:47.163 INFO O| Sep 01 23:25:47.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
67002026-09-01T23:25:48.583Z[ recovery-image] Sep 01 23:25:47.163 INFO O| Sep 01 23:25:47.163 INFO STEP 349 (remove_files) COMPLETE
67012026-09-01T23:25:48.583Z[ recovery-image] Sep 01 23:25:47.163 INFO O| Sep 01 23:25:47.163 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-09-01T23:25:48.593Z[ recovery-image] Sep 01 23:25:47.174 INFO O| Sep 01 23:25:47.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
67032026-09-01T23:25:48.593Z[ recovery-image] Sep 01 23:25:47.174 INFO O| Sep 01 23:25:47.174 INFO STEP 350 (remove_files) COMPLETE
67042026-09-01T23:25:48.593Z[ recovery-image] Sep 01 23:25:47.174 INFO O| Sep 01 23:25:47.174 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-09-01T23:25:48.604Z[ recovery-image] Sep 01 23:25:47.184 INFO O| Sep 01 23:25:47.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
67062026-09-01T23:25:48.604Z[ recovery-image] Sep 01 23:25:47.184 INFO O| Sep 01 23:25:47.184 INFO STEP 351 (remove_files) COMPLETE
67072026-09-01T23:25:48.608Z[ recovery-image] Sep 01 23:25:47.184 INFO O| Sep 01 23:25:47.184 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-09-01T23:25:48.615Z[ recovery-image] Sep 01 23:25:47.196 INFO O| Sep 01 23:25:47.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
67092026-09-01T23:25:48.615Z[ recovery-image] Sep 01 23:25:47.196 INFO O| Sep 01 23:25:47.196 INFO STEP 352 (remove_files) COMPLETE
67102026-09-01T23:25:48.618Z[ recovery-image] Sep 01 23:25:47.196 INFO O| Sep 01 23:25:47.196 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-09-01T23:25:48.626Z[ recovery-image] Sep 01 23:25:47.206 INFO O| Sep 01 23:25:47.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
67122026-09-01T23:25:48.626Z[ recovery-image] Sep 01 23:25:47.206 INFO O| Sep 01 23:25:47.206 INFO STEP 353 (remove_files) COMPLETE
67132026-09-01T23:25:48.629Z[ recovery-image] Sep 01 23:25:47.206 INFO O| Sep 01 23:25:47.206 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-09-01T23:25:48.636Z[ recovery-image] Sep 01 23:25:47.217 INFO O| Sep 01 23:25:47.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
67152026-09-01T23:25:48.636Z[ recovery-image] Sep 01 23:25:47.217 INFO O| Sep 01 23:25:47.217 INFO STEP 354 (remove_files) COMPLETE
67162026-09-01T23:25:48.636Z[ recovery-image] Sep 01 23:25:47.217 INFO O| Sep 01 23:25:47.217 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67172026-09-01T23:25:48.646Z[ recovery-image] Sep 01 23:25:47.227 INFO O| Sep 01 23:25:47.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
67182026-09-01T23:25:48.646Z[ recovery-image] Sep 01 23:25:47.227 INFO O| Sep 01 23:25:47.227 INFO STEP 355 (remove_files) COMPLETE
67192026-09-01T23:25:48.646Z[ recovery-image] Sep 01 23:25:47.227 INFO O| Sep 01 23:25:47.227 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-09-01T23:25:48.657Z[ recovery-image] Sep 01 23:25:47.238 INFO O| Sep 01 23:25:47.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
67212026-09-01T23:25:48.657Z[ recovery-image] Sep 01 23:25:47.238 INFO O| Sep 01 23:25:47.238 INFO STEP 356 (remove_files) COMPLETE
67222026-09-01T23:25:48.657Z[ recovery-image] Sep 01 23:25:47.238 INFO O| Sep 01 23:25:47.238 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-09-01T23:25:48.668Z[ recovery-image] Sep 01 23:25:47.248 INFO O| Sep 01 23:25:47.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
67242026-09-01T23:25:48.668Z[ recovery-image] Sep 01 23:25:47.249 INFO O| Sep 01 23:25:47.249 INFO STEP 357 (remove_files) COMPLETE
67252026-09-01T23:25:48.668Z[ recovery-image] Sep 01 23:25:47.249 INFO O| Sep 01 23:25:47.249 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-09-01T23:25:48.672Z[verify-libraries] Compiling md5 v0.8.0
67272026-09-01T23:25:48.678Z[ recovery-image] Sep 01 23:25:47.259 INFO O| Sep 01 23:25:47.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
67282026-09-01T23:25:48.678Z[ recovery-image] Sep 01 23:25:47.259 INFO O| Sep 01 23:25:47.259 INFO STEP 358 (remove_files) COMPLETE
67292026-09-01T23:25:48.678Z[ recovery-image] Sep 01 23:25:47.259 INFO O| Sep 01 23:25:47.259 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-09-01T23:25:48.688Z[ recovery-image] Sep 01 23:25:47.268 INFO O| Sep 01 23:25:47.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
67312026-09-01T23:25:48.688Z[ recovery-image] Sep 01 23:25:47.268 INFO O| Sep 01 23:25:47.268 INFO STEP 359 (remove_files) COMPLETE
67322026-09-01T23:25:48.691Z[ recovery-image] Sep 01 23:25:47.268 INFO O| Sep 01 23:25:47.268 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-09-01T23:25:48.696Z[ recovery-image] Sep 01 23:25:47.277 INFO O| Sep 01 23:25:47.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
67342026-09-01T23:25:48.696Z[ recovery-image] Sep 01 23:25:47.277 INFO O| Sep 01 23:25:47.277 INFO STEP 360 (remove_files) COMPLETE
67352026-09-01T23:25:48.699Z[ recovery-image] Sep 01 23:25:47.277 INFO O| Sep 01 23:25:47.277 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-09-01T23:25:48.707Z[ recovery-image] Sep 01 23:25:47.287 INFO O| Sep 01 23:25:47.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
67372026-09-01T23:25:48.707Z[ recovery-image] Sep 01 23:25:47.287 INFO O| Sep 01 23:25:47.287 INFO STEP 361 (remove_files) COMPLETE
67382026-09-01T23:25:48.707Z[ recovery-image] Sep 01 23:25:47.287 INFO O| Sep 01 23:25:47.287 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-09-01T23:25:48.718Z[ recovery-image] Sep 01 23:25:47.298 INFO O| Sep 01 23:25:47.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
67402026-09-01T23:25:48.718Z[ recovery-image] Sep 01 23:25:47.298 INFO O| Sep 01 23:25:47.298 INFO STEP 362 (remove_files) COMPLETE
67412026-09-01T23:25:48.718Z[ recovery-image] Sep 01 23:25:47.298 INFO O| Sep 01 23:25:47.298 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-09-01T23:25:48.728Z[ recovery-image] Sep 01 23:25:47.309 INFO O| Sep 01 23:25:47.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
67432026-09-01T23:25:48.728Z[ recovery-image] Sep 01 23:25:47.309 INFO O| Sep 01 23:25:47.309 INFO STEP 363 (remove_files) COMPLETE
67442026-09-01T23:25:48.728Z[ recovery-image] Sep 01 23:25:47.309 INFO O| Sep 01 23:25:47.309 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-09-01T23:25:48.732Z[verify-libraries] Compiling sync-ptr v0.1.4
67462026-09-01T23:25:48.737Z[ recovery-image] Sep 01 23:25:47.318 INFO O| Sep 01 23:25:47.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
67472026-09-01T23:25:48.737Z[ recovery-image] Sep 01 23:25:47.318 INFO O| Sep 01 23:25:47.318 INFO STEP 364 (remove_files) COMPLETE
67482026-09-01T23:25:48.740Z[ recovery-image] Sep 01 23:25:47.318 INFO O| Sep 01 23:25:47.318 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-09-01T23:25:48.747Z[ recovery-image] Sep 01 23:25:47.327 INFO O| Sep 01 23:25:47.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
67502026-09-01T23:25:48.747Z[ recovery-image] Sep 01 23:25:47.327 INFO O| Sep 01 23:25:47.327 INFO STEP 365 (remove_files) COMPLETE
67512026-09-01T23:25:48.747Z[ recovery-image] Sep 01 23:25:47.327 INFO O| Sep 01 23:25:47.327 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-09-01T23:25:48.761Z[ recovery-image] Sep 01 23:25:47.337 INFO O| Sep 01 23:25:47.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
67532026-09-01T23:25:48.761Z[ recovery-image] Sep 01 23:25:47.337 INFO O| Sep 01 23:25:47.337 INFO STEP 366 (remove_files) COMPLETE
67542026-09-01T23:25:48.764Z[ recovery-image] Sep 01 23:25:47.337 INFO O| Sep 01 23:25:47.337 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-09-01T23:25:48.767Z[ recovery-image] Sep 01 23:25:47.347 INFO O| Sep 01 23:25:47.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
67562026-09-01T23:25:48.767Z[ recovery-image] Sep 01 23:25:47.347 INFO O| Sep 01 23:25:47.347 INFO STEP 367 (remove_files) COMPLETE
67572026-09-01T23:25:48.767Z[ recovery-image] Sep 01 23:25:47.347 INFO O| Sep 01 23:25:47.347 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-09-01T23:25:48.776Z[ recovery-image] Sep 01 23:25:47.356 INFO O| Sep 01 23:25:47.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
67592026-09-01T23:25:48.776Z[ recovery-image] Sep 01 23:25:47.356 INFO O| Sep 01 23:25:47.356 INFO STEP 368 (remove_files) COMPLETE
67602026-09-01T23:25:48.779Z[ recovery-image] Sep 01 23:25:47.356 INFO O| Sep 01 23:25:47.356 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-09-01T23:25:48.784Z[ recovery-image] Sep 01 23:25:47.365 INFO O| Sep 01 23:25:47.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
67622026-09-01T23:25:48.785Z[ recovery-image] Sep 01 23:25:47.365 INFO O| Sep 01 23:25:47.365 INFO STEP 369 (remove_files) COMPLETE
67632026-09-01T23:25:48.787Z[ recovery-image] Sep 01 23:25:47.365 INFO O| Sep 01 23:25:47.365 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-09-01T23:25:48.796Z[ recovery-image] Sep 01 23:25:47.376 INFO O| Sep 01 23:25:47.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
67652026-09-01T23:25:48.796Z[ recovery-image] Sep 01 23:25:47.376 INFO O| Sep 01 23:25:47.376 INFO STEP 370 (remove_files) COMPLETE
67662026-09-01T23:25:48.796Z[ recovery-image] Sep 01 23:25:47.376 INFO O| Sep 01 23:25:47.376 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-09-01T23:25:48.806Z[ recovery-image] Sep 01 23:25:47.387 INFO O| Sep 01 23:25:47.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
67682026-09-01T23:25:48.806Z[ recovery-image] Sep 01 23:25:47.387 INFO O| Sep 01 23:25:47.387 INFO STEP 371 (remove_files) COMPLETE
67692026-09-01T23:25:48.807Z[ recovery-image] Sep 01 23:25:47.387 INFO O| Sep 01 23:25:47.387 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-09-01T23:25:48.817Z[ recovery-image] Sep 01 23:25:47.398 INFO O| Sep 01 23:25:47.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
67712026-09-01T23:25:48.818Z[ recovery-image] Sep 01 23:25:47.398 INFO O| Sep 01 23:25:47.398 INFO STEP 372 (remove_files) COMPLETE
67722026-09-01T23:25:48.820Z[ recovery-image] Sep 01 23:25:47.398 INFO O| Sep 01 23:25:47.398 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-09-01T23:25:48.827Z[ recovery-image] Sep 01 23:25:47.408 INFO O| Sep 01 23:25:47.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
67742026-09-01T23:25:48.828Z[ recovery-image] Sep 01 23:25:47.408 INFO O| Sep 01 23:25:47.408 INFO STEP 373 (remove_files) COMPLETE
67752026-09-01T23:25:48.828Z[ recovery-image] Sep 01 23:25:47.408 INFO O| Sep 01 23:25:47.408 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-09-01T23:25:48.838Z[ recovery-image] Sep 01 23:25:47.418 INFO O| Sep 01 23:25:47.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
67772026-09-01T23:25:48.838Z[ recovery-image] Sep 01 23:25:47.418 INFO O| Sep 01 23:25:47.418 INFO STEP 374 (remove_files) COMPLETE
67782026-09-01T23:25:48.838Z[ recovery-image] Sep 01 23:25:47.418 INFO O| Sep 01 23:25:47.418 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-09-01T23:25:48.847Z[ recovery-image] Sep 01 23:25:47.428 INFO O| Sep 01 23:25:47.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
67802026-09-01T23:25:48.847Z[ recovery-image] Sep 01 23:25:47.428 INFO O| Sep 01 23:25:47.428 INFO STEP 375 (remove_files) COMPLETE
67812026-09-01T23:25:48.850Z[ recovery-image] Sep 01 23:25:47.428 INFO O| Sep 01 23:25:47.428 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-09-01T23:25:48.856Z[ recovery-image] Sep 01 23:25:47.436 INFO O| Sep 01 23:25:47.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
67832026-09-01T23:25:48.856Z[ recovery-image] Sep 01 23:25:47.437 INFO O| Sep 01 23:25:47.437 INFO STEP 376 (remove_files) COMPLETE
67842026-09-01T23:25:48.859Z[ recovery-image] Sep 01 23:25:47.437 INFO O| Sep 01 23:25:47.437 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-09-01T23:25:48.865Z[ recovery-image] Sep 01 23:25:47.445 INFO O| Sep 01 23:25:47.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
67862026-09-01T23:25:48.865Z[ recovery-image] Sep 01 23:25:47.445 INFO O| Sep 01 23:25:47.445 INFO STEP 377 (remove_files) COMPLETE
67872026-09-01T23:25:48.865Z[ recovery-image] Sep 01 23:25:47.445 INFO O| Sep 01 23:25:47.445 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-09-01T23:25:48.891Z[ recovery-image] Sep 01 23:25:47.454 INFO O| Sep 01 23:25:47.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
67892026-09-01T23:25:48.891Z[ recovery-image] Sep 01 23:25:47.454 INFO O| Sep 01 23:25:47.454 INFO STEP 378 (remove_files) COMPLETE
67902026-09-01T23:25:48.891Z[ recovery-image] Sep 01 23:25:47.454 INFO O| Sep 01 23:25:47.454 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-09-01T23:25:48.891Z[ recovery-image] Sep 01 23:25:47.463 INFO O| Sep 01 23:25:47.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
67922026-09-01T23:25:48.891Z[ recovery-image] Sep 01 23:25:47.463 INFO O| Sep 01 23:25:47.463 INFO STEP 379 (remove_files) COMPLETE
67932026-09-01T23:25:48.891Z[ recovery-image] Sep 01 23:25:47.463 INFO O| Sep 01 23:25:47.463 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-09-01T23:25:48.891Z[ recovery-image] Sep 01 23:25:47.471 INFO O| Sep 01 23:25:47.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
67952026-09-01T23:25:48.894Z[ recovery-image] Sep 01 23:25:47.472 INFO O| Sep 01 23:25:47.472 INFO STEP 380 (remove_files) COMPLETE
67962026-09-01T23:25:48.894Z[ recovery-image] Sep 01 23:25:47.472 INFO O| Sep 01 23:25:47.472 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-09-01T23:25:48.901Z[ recovery-image] Sep 01 23:25:47.481 INFO O| Sep 01 23:25:47.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
67982026-09-01T23:25:48.901Z[ recovery-image] Sep 01 23:25:47.481 INFO O| Sep 01 23:25:47.481 INFO STEP 381 (remove_files) COMPLETE
67992026-09-01T23:25:48.901Z[ recovery-image] Sep 01 23:25:47.481 INFO O| Sep 01 23:25:47.481 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-09-01T23:25:48.905Z[verify-libraries] Compiling seq-macro v0.3.6
68012026-09-01T23:25:48.909Z[ recovery-image] Sep 01 23:25:47.490 INFO O| Sep 01 23:25:47.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
68022026-09-01T23:25:48.912Z[ recovery-image] Sep 01 23:25:47.492 INFO O| Sep 01 23:25:47.490 INFO STEP 382 (remove_files) COMPLETE
68032026-09-01T23:25:48.912Z[ recovery-image] Sep 01 23:25:47.492 INFO O| Sep 01 23:25:47.490 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-09-01T23:25:48.919Z[ recovery-image] Sep 01 23:25:47.500 INFO O| Sep 01 23:25:47.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
68052026-09-01T23:25:48.920Z[ recovery-image] Sep 01 23:25:47.500 INFO O| Sep 01 23:25:47.500 INFO STEP 383 (remove_files) COMPLETE
68062026-09-01T23:25:48.923Z[ recovery-image] Sep 01 23:25:47.500 INFO O| Sep 01 23:25:47.500 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-09-01T23:25:48.929Z[ recovery-image] Sep 01 23:25:47.510 INFO O| Sep 01 23:25:47.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
68082026-09-01T23:25:48.929Z[ recovery-image] Sep 01 23:25:47.510 INFO O| Sep 01 23:25:47.510 INFO STEP 384 (remove_files) COMPLETE
68092026-09-01T23:25:48.930Z[ recovery-image] Sep 01 23:25:47.510 INFO O| Sep 01 23:25:47.510 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-09-01T23:25:48.935Z[verify-libraries] Compiling hex-literal v1.1.0
68112026-09-01T23:25:48.940Z[ recovery-image] Sep 01 23:25:47.521 INFO O| Sep 01 23:25:47.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
68122026-09-01T23:25:48.943Z[ recovery-image] Sep 01 23:25:47.522 INFO O| Sep 01 23:25:47.522 INFO STEP 385 (remove_files) COMPLETE
68132026-09-01T23:25:48.943Z[ recovery-image] Sep 01 23:25:47.522 INFO O| Sep 01 23:25:47.522 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-09-01T23:25:48.950Z[ recovery-image] Sep 01 23:25:47.531 INFO O| Sep 01 23:25:47.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
68152026-09-01T23:25:48.950Z[ recovery-image] Sep 01 23:25:47.531 INFO O| Sep 01 23:25:47.531 INFO STEP 386 (remove_files) COMPLETE
68162026-09-01T23:25:48.954Z[ recovery-image] Sep 01 23:25:47.531 INFO O| Sep 01 23:25:47.531 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-09-01T23:25:48.958Z[ recovery-image] Sep 01 23:25:47.539 INFO O| Sep 01 23:25:47.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
68182026-09-01T23:25:48.958Z[ recovery-image] Sep 01 23:25:47.539 INFO O| Sep 01 23:25:47.539 INFO STEP 387 (remove_files) COMPLETE
68192026-09-01T23:25:48.959Z[ recovery-image] Sep 01 23:25:47.539 INFO O| Sep 01 23:25:47.539 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-09-01T23:25:48.969Z[ recovery-image] Sep 01 23:25:47.549 INFO O| Sep 01 23:25:47.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
68212026-09-01T23:25:48.969Z[ recovery-image] Sep 01 23:25:47.549 INFO O| Sep 01 23:25:47.549 INFO STEP 388 (remove_files) COMPLETE
68222026-09-01T23:25:48.972Z[ recovery-image] Sep 01 23:25:47.549 INFO O| Sep 01 23:25:47.549 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-09-01T23:25:48.977Z[ recovery-image] Sep 01 23:25:47.558 INFO O| Sep 01 23:25:47.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
68242026-09-01T23:25:48.977Z[ recovery-image] Sep 01 23:25:47.558 INFO O| Sep 01 23:25:47.558 INFO STEP 389 (remove_files) COMPLETE
68252026-09-01T23:25:48.980Z[ recovery-image] Sep 01 23:25:47.558 INFO O| Sep 01 23:25:47.558 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-09-01T23:25:48.986Z[ recovery-image] Sep 01 23:25:47.566 INFO O| Sep 01 23:25:47.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
68272026-09-01T23:25:48.986Z[ recovery-image] Sep 01 23:25:47.566 INFO O| Sep 01 23:25:47.566 INFO STEP 390 (remove_files) COMPLETE
68282026-09-01T23:25:48.989Z[ recovery-image] Sep 01 23:25:47.566 INFO O| Sep 01 23:25:47.566 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-09-01T23:25:48.991Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
68302026-09-01T23:25:48.996Z[ recovery-image] Sep 01 23:25:47.577 INFO O| Sep 01 23:25:47.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
68312026-09-01T23:25:48.996Z[ recovery-image] Sep 01 23:25:47.577 INFO O| Sep 01 23:25:47.577 INFO STEP 391 (remove_files) COMPLETE
68322026-09-01T23:25:48.999Z[ recovery-image] Sep 01 23:25:47.577 INFO O| Sep 01 23:25:47.577 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-09-01T23:25:49.007Z[ recovery-image] Sep 01 23:25:47.587 INFO O| Sep 01 23:25:47.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
68342026-09-01T23:25:49.007Z[ recovery-image] Sep 01 23:25:47.587 INFO O| Sep 01 23:25:47.587 INFO STEP 392 (remove_files) COMPLETE
68352026-09-01T23:25:49.007Z[ recovery-image] Sep 01 23:25:47.587 INFO O| Sep 01 23:25:47.587 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-09-01T23:25:49.017Z[ recovery-image] Sep 01 23:25:47.598 INFO O| Sep 01 23:25:47.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
68372026-09-01T23:25:49.017Z[ recovery-image] Sep 01 23:25:47.598 INFO O| Sep 01 23:25:47.598 INFO STEP 393 (remove_files) COMPLETE
68382026-09-01T23:25:49.017Z[ recovery-image] Sep 01 23:25:47.598 INFO O| Sep 01 23:25:47.598 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-09-01T23:25:49.027Z[ recovery-image] Sep 01 23:25:47.608 INFO O| Sep 01 23:25:47.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
68402026-09-01T23:25:49.028Z[ recovery-image] Sep 01 23:25:47.608 INFO O| Sep 01 23:25:47.608 INFO STEP 394 (remove_files) COMPLETE
68412026-09-01T23:25:49.028Z[ recovery-image] Sep 01 23:25:47.608 INFO O| Sep 01 23:25:47.608 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-09-01T23:25:49.042Z[ recovery-image] Sep 01 23:25:47.622 INFO O| Sep 01 23:25:47.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
68432026-09-01T23:25:49.042Z[ recovery-image] Sep 01 23:25:47.622 INFO O| Sep 01 23:25:47.622 INFO STEP 395 (remove_files) COMPLETE
68442026-09-01T23:25:49.042Z[ recovery-image] Sep 01 23:25:47.622 INFO O| Sep 01 23:25:47.622 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-09-01T23:25:49.052Z[ recovery-image] Sep 01 23:25:47.632 INFO O| Sep 01 23:25:47.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
68462026-09-01T23:25:49.052Z[ recovery-image] Sep 01 23:25:47.632 INFO O| Sep 01 23:25:47.632 INFO STEP 396 (remove_files) COMPLETE
68472026-09-01T23:25:49.055Z[ recovery-image] Sep 01 23:25:47.632 INFO O| Sep 01 23:25:47.632 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-09-01T23:25:49.063Z[ recovery-image] Sep 01 23:25:47.643 INFO O| Sep 01 23:25:47.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
68492026-09-01T23:25:49.063Z[ recovery-image] Sep 01 23:25:47.643 INFO O| Sep 01 23:25:47.643 INFO STEP 397 (remove_files) COMPLETE
68502026-09-01T23:25:49.063Z[ recovery-image] Sep 01 23:25:47.643 INFO O| Sep 01 23:25:47.643 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-09-01T23:25:49.068Z[verify-libraries] Compiling russh v0.62.4
68522026-09-01T23:25:49.073Z[ recovery-image] Sep 01 23:25:47.653 INFO O| Sep 01 23:25:47.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
68532026-09-01T23:25:49.073Z[ recovery-image] Sep 01 23:25:47.653 INFO O| Sep 01 23:25:47.653 INFO STEP 398 (remove_files) COMPLETE
68542026-09-01T23:25:49.073Z[ recovery-image] Sep 01 23:25:47.653 INFO O| Sep 01 23:25:47.653 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-09-01T23:25:49.083Z[ recovery-image] Sep 01 23:25:47.663 INFO O| Sep 01 23:25:47.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
68562026-09-01T23:25:49.083Z[ recovery-image] Sep 01 23:25:47.664 INFO O| Sep 01 23:25:47.664 INFO STEP 399 (remove_files) COMPLETE
68572026-09-01T23:25:49.083Z[ recovery-image] Sep 01 23:25:47.664 INFO O| Sep 01 23:25:47.664 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-09-01T23:25:49.100Z[ recovery-image] Sep 01 23:25:47.676 INFO O| Sep 01 23:25:47.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
68592026-09-01T23:25:49.100Z[ recovery-image] Sep 01 23:25:47.676 INFO O| Sep 01 23:25:47.676 INFO STEP 400 (remove_files) COMPLETE
68602026-09-01T23:25:49.100Z[ recovery-image] Sep 01 23:25:47.676 INFO O| Sep 01 23:25:47.676 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-09-01T23:25:49.104Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
68622026-09-01T23:25:49.108Z[ recovery-image] Sep 01 23:25:47.686 INFO O| Sep 01 23:25:47.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
68632026-09-01T23:25:49.108Z[ recovery-image] Sep 01 23:25:47.687 INFO O| Sep 01 23:25:47.687 INFO STEP 401 (remove_files) COMPLETE
68642026-09-01T23:25:49.108Z[ recovery-image] Sep 01 23:25:47.687 INFO O| Sep 01 23:25:47.687 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68652026-09-01T23:25:49.120Z[ recovery-image] Sep 01 23:25:47.696 INFO O| Sep 01 23:25:47.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
68662026-09-01T23:25:49.120Z[ recovery-image] Sep 01 23:25:47.696 INFO O| Sep 01 23:25:47.696 INFO STEP 402 (remove_files) COMPLETE
68672026-09-01T23:25:49.120Z[ recovery-image] Sep 01 23:25:47.696 INFO O| Sep 01 23:25:47.696 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68682026-09-01T23:25:49.125Z[ recovery-image] Sep 01 23:25:47.706 INFO O| Sep 01 23:25:47.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
68692026-09-01T23:25:49.125Z[ recovery-image] Sep 01 23:25:47.706 INFO O| Sep 01 23:25:47.706 INFO STEP 403 (remove_files) COMPLETE
68702026-09-01T23:25:49.125Z[ recovery-image] Sep 01 23:25:47.706 INFO O| Sep 01 23:25:47.706 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-09-01T23:25:49.129Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
68722026-09-01T23:25:49.136Z[ recovery-image] Sep 01 23:25:47.716 INFO O| Sep 01 23:25:47.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
68732026-09-01T23:25:49.136Z[ recovery-image] Sep 01 23:25:47.716 INFO O| Sep 01 23:25:47.716 INFO STEP 404 (remove_files) COMPLETE
68742026-09-01T23:25:49.139Z[ recovery-image] Sep 01 23:25:47.716 INFO O| Sep 01 23:25:47.716 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-09-01T23:25:49.146Z[ recovery-image] Sep 01 23:25:47.727 INFO O| Sep 01 23:25:47.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
68762026-09-01T23:25:49.146Z[ recovery-image] Sep 01 23:25:47.727 INFO O| Sep 01 23:25:47.727 INFO STEP 405 (remove_files) COMPLETE
68772026-09-01T23:25:49.146Z[ recovery-image] Sep 01 23:25:47.727 INFO O| Sep 01 23:25:47.727 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-09-01T23:25:49.162Z[ recovery-image] Sep 01 23:25:47.743 INFO O| Sep 01 23:25:47.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
68792026-09-01T23:25:49.163Z[ recovery-image] Sep 01 23:25:47.743 INFO O| Sep 01 23:25:47.743 INFO STEP 406 (remove_files) COMPLETE
68802026-09-01T23:25:49.163Z[ recovery-image] Sep 01 23:25:47.743 INFO O| Sep 01 23:25:47.743 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-09-01T23:25:49.232Z[ recovery-image] Sep 01 23:25:47.812 INFO O| Sep 01 23:25:47.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
68822026-09-01T23:25:49.232Z[ recovery-image] Sep 01 23:25:47.812 INFO O| Sep 01 23:25:47.812 INFO STEP 407 (remove_files) COMPLETE
68832026-09-01T23:25:49.232Z[ recovery-image] Sep 01 23:25:47.812 INFO O| Sep 01 23:25:47.812 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-09-01T23:25:49.243Z[ recovery-image] Sep 01 23:25:47.824 INFO O| Sep 01 23:25:47.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
68852026-09-01T23:25:49.243Z[ recovery-image] Sep 01 23:25:47.824 INFO O| Sep 01 23:25:47.824 INFO STEP 408 (remove_files) COMPLETE
68862026-09-01T23:25:49.247Z[ recovery-image] Sep 01 23:25:47.824 INFO O| Sep 01 23:25:47.824 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-09-01T23:25:49.252Z[ recovery-image] Sep 01 23:25:47.833 INFO O| Sep 01 23:25:47.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
68882026-09-01T23:25:49.252Z[ recovery-image] Sep 01 23:25:47.833 INFO O| Sep 01 23:25:47.833 INFO STEP 409 (remove_files) COMPLETE
68892026-09-01T23:25:49.256Z[ recovery-image] Sep 01 23:25:47.833 INFO O| Sep 01 23:25:47.833 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-09-01T23:25:49.263Z[ recovery-image] Sep 01 23:25:47.843 INFO O| Sep 01 23:25:47.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
68912026-09-01T23:25:49.263Z[ recovery-image] Sep 01 23:25:47.843 INFO O| Sep 01 23:25:47.843 INFO STEP 410 (remove_files) COMPLETE
68922026-09-01T23:25:49.263Z[ recovery-image] Sep 01 23:25:47.843 INFO O| Sep 01 23:25:47.843 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-09-01T23:25:49.273Z[ recovery-image] Sep 01 23:25:47.853 INFO O| Sep 01 23:25:47.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
68942026-09-01T23:25:49.273Z[ recovery-image] Sep 01 23:25:47.853 INFO O| Sep 01 23:25:47.853 INFO STEP 411 (remove_files) COMPLETE
68952026-09-01T23:25:49.273Z[ recovery-image] Sep 01 23:25:47.853 INFO O| Sep 01 23:25:47.853 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-09-01T23:25:49.284Z[ recovery-image] Sep 01 23:25:47.864 INFO O| Sep 01 23:25:47.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
68972026-09-01T23:25:49.284Z[ recovery-image] Sep 01 23:25:47.864 INFO O| Sep 01 23:25:47.864 INFO STEP 412 (remove_files) COMPLETE
68982026-09-01T23:25:49.284Z[ recovery-image] Sep 01 23:25:47.864 INFO O| Sep 01 23:25:47.864 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-09-01T23:25:49.296Z[ recovery-image] Sep 01 23:25:47.876 INFO O| Sep 01 23:25:47.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
69002026-09-01T23:25:49.296Z[ recovery-image] Sep 01 23:25:47.876 INFO O| Sep 01 23:25:47.876 INFO STEP 413 (remove_files) COMPLETE
69012026-09-01T23:25:49.296Z[ recovery-image] Sep 01 23:25:47.876 INFO O| Sep 01 23:25:47.876 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-09-01T23:25:49.306Z[ recovery-image] Sep 01 23:25:47.887 INFO O| Sep 01 23:25:47.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
69032026-09-01T23:25:49.306Z[ recovery-image] Sep 01 23:25:47.887 INFO O| Sep 01 23:25:47.887 INFO STEP 414 (remove_files) COMPLETE
69042026-09-01T23:25:49.306Z[ recovery-image] Sep 01 23:25:47.887 INFO O| Sep 01 23:25:47.887 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-09-01T23:25:49.320Z[ recovery-image] Sep 01 23:25:47.899 INFO O| Sep 01 23:25:47.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
69062026-09-01T23:25:49.320Z[ recovery-image] Sep 01 23:25:47.899 INFO O| Sep 01 23:25:47.899 INFO STEP 415 (remove_files) COMPLETE
69072026-09-01T23:25:49.320Z[ recovery-image] Sep 01 23:25:47.899 INFO O| Sep 01 23:25:47.899 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-09-01T23:25:49.329Z[ recovery-image] Sep 01 23:25:47.909 INFO O| Sep 01 23:25:47.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
69092026-09-01T23:25:49.329Z[ recovery-image] Sep 01 23:25:47.909 INFO O| Sep 01 23:25:47.909 INFO STEP 416 (remove_files) COMPLETE
69102026-09-01T23:25:49.329Z[ recovery-image] Sep 01 23:25:47.909 INFO O| Sep 01 23:25:47.909 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-09-01T23:25:49.339Z[ recovery-image] Sep 01 23:25:47.919 INFO O| Sep 01 23:25:47.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
69122026-09-01T23:25:49.339Z[ recovery-image] Sep 01 23:25:47.919 INFO O| Sep 01 23:25:47.919 INFO STEP 417 (remove_files) COMPLETE
69132026-09-01T23:25:49.339Z[ recovery-image] Sep 01 23:25:47.919 INFO O| Sep 01 23:25:47.919 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-09-01T23:25:49.349Z[ recovery-image] Sep 01 23:25:47.929 INFO O| Sep 01 23:25:47.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
69152026-09-01T23:25:49.349Z[ recovery-image] Sep 01 23:25:47.929 INFO O| Sep 01 23:25:47.929 INFO STEP 418 (remove_files) COMPLETE
69162026-09-01T23:25:49.349Z[ recovery-image] Sep 01 23:25:47.929 INFO O| Sep 01 23:25:47.929 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-09-01T23:25:49.378Z[ recovery-image] Sep 01 23:25:47.958 INFO O| Sep 01 23:25:47.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
69182026-09-01T23:25:49.378Z[ recovery-image] Sep 01 23:25:47.958 INFO O| Sep 01 23:25:47.958 INFO STEP 419 (remove_files) COMPLETE
69192026-09-01T23:25:49.378Z[ recovery-image] Sep 01 23:25:47.958 INFO O| Sep 01 23:25:47.958 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-09-01T23:25:49.387Z[ recovery-image] Sep 01 23:25:47.968 INFO O| Sep 01 23:25:47.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
69212026-09-01T23:25:49.387Z[ recovery-image] Sep 01 23:25:47.968 INFO O| Sep 01 23:25:47.968 INFO STEP 420 (remove_files) COMPLETE
69222026-09-01T23:25:49.387Z[ recovery-image] Sep 01 23:25:47.968 INFO O| Sep 01 23:25:47.968 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-09-01T23:25:49.396Z[ recovery-image] Sep 01 23:25:47.977 INFO O| Sep 01 23:25:47.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
69242026-09-01T23:25:49.396Z[ recovery-image] Sep 01 23:25:47.977 INFO O| Sep 01 23:25:47.977 INFO STEP 421 (remove_files) COMPLETE
69252026-09-01T23:25:49.396Z[ recovery-image] Sep 01 23:25:47.977 INFO O| Sep 01 23:25:47.977 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-09-01T23:25:49.407Z[ recovery-image] Sep 01 23:25:47.988 INFO O| Sep 01 23:25:47.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
69272026-09-01T23:25:49.407Z[ recovery-image] Sep 01 23:25:47.988 INFO O| Sep 01 23:25:47.988 INFO STEP 422 (remove_files) COMPLETE
69282026-09-01T23:25:49.407Z[ recovery-image] Sep 01 23:25:47.988 INFO O| Sep 01 23:25:47.988 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-09-01T23:25:49.418Z[ recovery-image] Sep 01 23:25:47.998 INFO O| Sep 01 23:25:47.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
69302026-09-01T23:25:49.418Z[ recovery-image] Sep 01 23:25:47.998 INFO O| Sep 01 23:25:47.998 INFO STEP 423 (remove_files) COMPLETE
69312026-09-01T23:25:49.418Z[ recovery-image] Sep 01 23:25:47.998 INFO O| Sep 01 23:25:47.998 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-09-01T23:25:49.429Z[ recovery-image] Sep 01 23:25:48.009 INFO O| Sep 01 23:25:48.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
69332026-09-01T23:25:49.429Z[ recovery-image] Sep 01 23:25:48.009 INFO O| Sep 01 23:25:48.009 INFO STEP 424 (remove_files) COMPLETE
69342026-09-01T23:25:49.429Z[ recovery-image] Sep 01 23:25:48.009 INFO O| Sep 01 23:25:48.009 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-09-01T23:25:49.440Z[ recovery-image] Sep 01 23:25:48.020 INFO O| Sep 01 23:25:48.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
69362026-09-01T23:25:49.440Z[ recovery-image] Sep 01 23:25:48.020 INFO O| Sep 01 23:25:48.020 INFO STEP 425 (remove_files) COMPLETE
69372026-09-01T23:25:49.440Z[ recovery-image] Sep 01 23:25:48.020 INFO O| Sep 01 23:25:48.020 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-09-01T23:25:49.451Z[ recovery-image] Sep 01 23:25:48.031 INFO O| Sep 01 23:25:48.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
69392026-09-01T23:25:49.451Z[ recovery-image] Sep 01 23:25:48.031 INFO O| Sep 01 23:25:48.031 INFO STEP 426 (remove_files) COMPLETE
69402026-09-01T23:25:49.454Z[ recovery-image] Sep 01 23:25:48.031 INFO O| Sep 01 23:25:48.031 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-09-01T23:25:49.460Z[ recovery-image] Sep 01 23:25:48.041 INFO O| Sep 01 23:25:48.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
69422026-09-01T23:25:49.460Z[ recovery-image] Sep 01 23:25:48.041 INFO O| Sep 01 23:25:48.041 INFO STEP 427 (remove_files) COMPLETE
69432026-09-01T23:25:49.464Z[ recovery-image] Sep 01 23:25:48.041 INFO O| Sep 01 23:25:48.041 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-09-01T23:25:49.474Z[ recovery-image] Sep 01 23:25:48.054 INFO O| Sep 01 23:25:48.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
69452026-09-01T23:25:49.478Z[ recovery-image] Sep 01 23:25:48.054 INFO O| Sep 01 23:25:48.054 INFO STEP 428 (remove_files) COMPLETE
69462026-09-01T23:25:49.479Z[ recovery-image] Sep 01 23:25:48.055 INFO O| Sep 01 23:25:48.054 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-09-01T23:25:49.492Z[ recovery-image] Sep 01 23:25:48.072 INFO O| Sep 01 23:25:48.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
69482026-09-01T23:25:49.492Z[ recovery-image] Sep 01 23:25:48.073 INFO O| Sep 01 23:25:48.072 INFO STEP 429 (remove_files) COMPLETE
69492026-09-01T23:25:49.492Z[ recovery-image] Sep 01 23:25:48.073 INFO O| Sep 01 23:25:48.072 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-09-01T23:25:49.503Z[ recovery-image] Sep 01 23:25:48.084 INFO O| Sep 01 23:25:48.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
69512026-09-01T23:25:49.503Z[ recovery-image] Sep 01 23:25:48.084 INFO O| Sep 01 23:25:48.084 INFO STEP 430 (remove_files) COMPLETE
69522026-09-01T23:25:49.504Z[ recovery-image] Sep 01 23:25:48.084 INFO O| Sep 01 23:25:48.084 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-09-01T23:25:49.515Z[ recovery-image] Sep 01 23:25:48.095 INFO O| Sep 01 23:25:48.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
69542026-09-01T23:25:49.515Z[ recovery-image] Sep 01 23:25:48.095 INFO O| Sep 01 23:25:48.095 INFO STEP 431 (remove_files) COMPLETE
69552026-09-01T23:25:49.515Z[ recovery-image] Sep 01 23:25:48.095 INFO O| Sep 01 23:25:48.095 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-09-01T23:25:49.534Z[ recovery-image] Sep 01 23:25:48.108 INFO O| Sep 01 23:25:48.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
69572026-09-01T23:25:49.534Z[ recovery-image] Sep 01 23:25:48.108 INFO O| Sep 01 23:25:48.108 INFO STEP 432 (remove_files) COMPLETE
69582026-09-01T23:25:49.534Z[ recovery-image] Sep 01 23:25:48.108 INFO O| Sep 01 23:25:48.108 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-09-01T23:25:49.540Z[ recovery-image] Sep 01 23:25:48.120 INFO O| Sep 01 23:25:48.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
69602026-09-01T23:25:49.543Z[ recovery-image] Sep 01 23:25:48.121 INFO O| Sep 01 23:25:48.121 INFO STEP 433 (remove_files) COMPLETE
69612026-09-01T23:25:49.543Z[ recovery-image] Sep 01 23:25:48.121 INFO O| Sep 01 23:25:48.121 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-09-01T23:25:49.551Z[ recovery-image] Sep 01 23:25:48.132 INFO O| Sep 01 23:25:48.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
69632026-09-01T23:25:49.551Z[ recovery-image] Sep 01 23:25:48.132 INFO O| Sep 01 23:25:48.132 INFO STEP 434 (remove_files) COMPLETE
69642026-09-01T23:25:49.554Z[ recovery-image] Sep 01 23:25:48.132 INFO O| Sep 01 23:25:48.132 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-09-01T23:25:49.562Z[ recovery-image] Sep 01 23:25:48.142 INFO O| Sep 01 23:25:48.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
69662026-09-01T23:25:49.562Z[ recovery-image] Sep 01 23:25:48.142 INFO O| Sep 01 23:25:48.142 INFO STEP 435 (remove_files) COMPLETE
69672026-09-01T23:25:49.562Z[ recovery-image] Sep 01 23:25:48.142 INFO O| Sep 01 23:25:48.142 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-09-01T23:25:49.570Z[ recovery-image] Sep 01 23:25:48.151 INFO O| Sep 01 23:25:48.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
69692026-09-01T23:25:49.570Z[ recovery-image] Sep 01 23:25:48.151 INFO O| Sep 01 23:25:48.151 INFO STEP 436 (remove_files) COMPLETE
69702026-09-01T23:25:49.575Z[ recovery-image] Sep 01 23:25:48.151 INFO O| Sep 01 23:25:48.151 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-09-01T23:25:49.579Z[ recovery-image] Sep 01 23:25:48.160 INFO O| Sep 01 23:25:48.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
69722026-09-01T23:25:49.579Z[ recovery-image] Sep 01 23:25:48.160 INFO O| Sep 01 23:25:48.160 INFO STEP 437 (remove_files) COMPLETE
69732026-09-01T23:25:49.582Z[ recovery-image] Sep 01 23:25:48.160 INFO O| Sep 01 23:25:48.160 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-09-01T23:25:49.589Z[ recovery-image] Sep 01 23:25:48.169 INFO O| Sep 01 23:25:48.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
69752026-09-01T23:25:49.589Z[ recovery-image] Sep 01 23:25:48.169 INFO O| Sep 01 23:25:48.169 INFO STEP 438 (remove_files) COMPLETE
69762026-09-01T23:25:49.593Z[ recovery-image] Sep 01 23:25:48.169 INFO O| Sep 01 23:25:48.169 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-09-01T23:25:49.593Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
69782026-09-01T23:25:49.598Z[ recovery-image] Sep 01 23:25:48.179 INFO O| Sep 01 23:25:48.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
69792026-09-01T23:25:49.598Z[ recovery-image] Sep 01 23:25:48.179 INFO O| Sep 01 23:25:48.179 INFO STEP 439 (remove_files) COMPLETE
69802026-09-01T23:25:49.601Z[ recovery-image] Sep 01 23:25:48.179 INFO O| Sep 01 23:25:48.179 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-09-01T23:25:49.607Z[ recovery-image] Sep 01 23:25:48.188 INFO O| Sep 01 23:25:48.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
69822026-09-01T23:25:49.607Z[ recovery-image] Sep 01 23:25:48.188 INFO O| Sep 01 23:25:48.188 INFO STEP 440 (remove_files) COMPLETE
69832026-09-01T23:25:49.611Z[ recovery-image] Sep 01 23:25:48.188 INFO O| Sep 01 23:25:48.188 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-09-01T23:25:49.619Z[ recovery-image] Sep 01 23:25:48.200 INFO O| Sep 01 23:25:48.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
69852026-09-01T23:25:49.619Z[ recovery-image] Sep 01 23:25:48.200 INFO O| Sep 01 23:25:48.200 INFO STEP 441 (remove_files) COMPLETE
69862026-09-01T23:25:49.620Z[ recovery-image] Sep 01 23:25:48.200 INFO O| Sep 01 23:25:48.200 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-09-01T23:25:49.631Z[ recovery-image] Sep 01 23:25:48.211 INFO O| Sep 01 23:25:48.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
69882026-09-01T23:25:49.631Z[ recovery-image] Sep 01 23:25:48.211 INFO O| Sep 01 23:25:48.211 INFO STEP 442 (remove_files) COMPLETE
69892026-09-01T23:25:49.631Z[ recovery-image] Sep 01 23:25:48.211 INFO O| Sep 01 23:25:48.211 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-09-01T23:25:49.644Z[ recovery-image] Sep 01 23:25:48.224 INFO O| Sep 01 23:25:48.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
69912026-09-01T23:25:49.644Z[ recovery-image] Sep 01 23:25:48.224 INFO O| Sep 01 23:25:48.224 INFO STEP 443 (remove_files) COMPLETE
69922026-09-01T23:25:49.644Z[ recovery-image] Sep 01 23:25:48.224 INFO O| Sep 01 23:25:48.224 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-09-01T23:25:49.655Z[ recovery-image] Sep 01 23:25:48.236 INFO O| Sep 01 23:25:48.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
69942026-09-01T23:25:49.655Z[ recovery-image] Sep 01 23:25:48.236 INFO O| Sep 01 23:25:48.236 INFO STEP 444 (remove_files) COMPLETE
69952026-09-01T23:25:49.655Z[ recovery-image] Sep 01 23:25:48.236 INFO O| Sep 01 23:25:48.236 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-09-01T23:25:49.666Z[ recovery-image] Sep 01 23:25:48.246 INFO O| Sep 01 23:25:48.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
69972026-09-01T23:25:49.666Z[ recovery-image] Sep 01 23:25:48.246 INFO O| Sep 01 23:25:48.246 INFO STEP 445 (remove_files) COMPLETE
69982026-09-01T23:25:49.669Z[ recovery-image] Sep 01 23:25:48.246 INFO O| Sep 01 23:25:48.246 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-09-01T23:25:49.677Z[ recovery-image] Sep 01 23:25:48.258 INFO O| Sep 01 23:25:48.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
70002026-09-01T23:25:49.678Z[ recovery-image] Sep 01 23:25:48.258 INFO O| Sep 01 23:25:48.258 INFO STEP 446 (remove_files) COMPLETE
70012026-09-01T23:25:49.678Z[ recovery-image] Sep 01 23:25:48.258 INFO O| Sep 01 23:25:48.258 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-09-01T23:25:49.688Z[ recovery-image] Sep 01 23:25:48.268 INFO O| Sep 01 23:25:48.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
70032026-09-01T23:25:49.688Z[ recovery-image] Sep 01 23:25:48.269 INFO O| Sep 01 23:25:48.268 INFO STEP 447 (remove_files) COMPLETE
70042026-09-01T23:25:49.688Z[ recovery-image] Sep 01 23:25:48.269 INFO O| Sep 01 23:25:48.268 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-09-01T23:25:49.703Z[ recovery-image] Sep 01 23:25:48.281 INFO O| Sep 01 23:25:48.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
70062026-09-01T23:25:49.703Z[ recovery-image] Sep 01 23:25:48.282 INFO O| Sep 01 23:25:48.282 INFO STEP 448 (remove_files) COMPLETE
70072026-09-01T23:25:49.703Z[ recovery-image] Sep 01 23:25:48.282 INFO O| Sep 01 23:25:48.282 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-09-01T23:25:49.712Z[ recovery-image] Sep 01 23:25:48.293 INFO O| Sep 01 23:25:48.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
70092026-09-01T23:25:49.712Z[ recovery-image] Sep 01 23:25:48.293 INFO O| Sep 01 23:25:48.293 INFO STEP 449 (remove_files) COMPLETE
70102026-09-01T23:25:49.712Z[ recovery-image] Sep 01 23:25:48.293 INFO O| Sep 01 23:25:48.293 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-09-01T23:25:49.722Z[ recovery-image] Sep 01 23:25:48.302 INFO O| Sep 01 23:25:48.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
70122026-09-01T23:25:49.722Z[ recovery-image] Sep 01 23:25:48.303 INFO O| Sep 01 23:25:48.303 INFO STEP 450 (remove_files) COMPLETE
70132026-09-01T23:25:49.726Z[ recovery-image] Sep 01 23:25:48.303 INFO O| Sep 01 23:25:48.303 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-09-01T23:25:49.731Z[ recovery-image] Sep 01 23:25:48.312 INFO O| Sep 01 23:25:48.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
70152026-09-01T23:25:49.732Z[ recovery-image] Sep 01 23:25:48.312 INFO O| Sep 01 23:25:48.312 INFO STEP 451 (remove_files) COMPLETE
70162026-09-01T23:25:49.732Z[ recovery-image] Sep 01 23:25:48.312 INFO O| Sep 01 23:25:48.312 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-09-01T23:25:49.741Z[ recovery-image] Sep 01 23:25:48.322 INFO O| Sep 01 23:25:48.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
70182026-09-01T23:25:49.744Z[ recovery-image] Sep 01 23:25:48.323 INFO O| Sep 01 23:25:48.323 INFO STEP 452 (remove_files) COMPLETE
70192026-09-01T23:25:49.744Z[ recovery-image] Sep 01 23:25:48.323 INFO O| Sep 01 23:25:48.323 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-09-01T23:25:49.753Z[ recovery-image] Sep 01 23:25:48.333 INFO O| Sep 01 23:25:48.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
70212026-09-01T23:25:49.753Z[ recovery-image] Sep 01 23:25:48.333 INFO O| Sep 01 23:25:48.333 INFO STEP 453 (remove_files) COMPLETE
70222026-09-01T23:25:49.753Z[ recovery-image] Sep 01 23:25:48.333 INFO O| Sep 01 23:25:48.333 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-09-01T23:25:49.761Z[ recovery-image] Sep 01 23:25:48.342 INFO O| Sep 01 23:25:48.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
70242026-09-01T23:25:49.761Z[ recovery-image] Sep 01 23:25:48.342 INFO O| Sep 01 23:25:48.342 INFO STEP 454 (remove_files) COMPLETE
70252026-09-01T23:25:49.764Z[ recovery-image] Sep 01 23:25:48.342 INFO O| Sep 01 23:25:48.342 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-09-01T23:25:49.771Z[ recovery-image] Sep 01 23:25:48.351 INFO O| Sep 01 23:25:48.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
70272026-09-01T23:25:49.771Z[ recovery-image] Sep 01 23:25:48.351 INFO O| Sep 01 23:25:48.351 INFO STEP 455 (remove_files) COMPLETE
70282026-09-01T23:25:49.771Z[ recovery-image] Sep 01 23:25:48.351 INFO O| Sep 01 23:25:48.351 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-09-01T23:25:49.780Z[ recovery-image] Sep 01 23:25:48.360 INFO O| Sep 01 23:25:48.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
70302026-09-01T23:25:49.780Z[ recovery-image] Sep 01 23:25:48.361 INFO O| Sep 01 23:25:48.361 INFO STEP 456 (remove_files) COMPLETE
70312026-09-01T23:25:49.784Z[ recovery-image] Sep 01 23:25:48.361 INFO O| Sep 01 23:25:48.361 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-09-01T23:25:49.784Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
70332026-09-01T23:25:49.791Z[ recovery-image] Sep 01 23:25:48.371 INFO O| Sep 01 23:25:48.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
70342026-09-01T23:25:49.791Z[ recovery-image] Sep 01 23:25:48.372 INFO O| Sep 01 23:25:48.372 INFO STEP 457 (remove_files) COMPLETE
70352026-09-01T23:25:49.791Z[ recovery-image] Sep 01 23:25:48.372 INFO O| Sep 01 23:25:48.372 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-09-01T23:25:49.801Z[ recovery-image] Sep 01 23:25:48.382 INFO O| Sep 01 23:25:48.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
70372026-09-01T23:25:49.801Z[ recovery-image] Sep 01 23:25:48.382 INFO O| Sep 01 23:25:48.382 INFO STEP 458 (remove_files) COMPLETE
70382026-09-01T23:25:49.801Z[ recovery-image] Sep 01 23:25:48.382 INFO O| Sep 01 23:25:48.382 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-09-01T23:25:49.808Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
70402026-09-01T23:25:49.811Z[ recovery-image] Sep 01 23:25:48.392 INFO O| Sep 01 23:25:48.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
70412026-09-01T23:25:49.811Z[ recovery-image] Sep 01 23:25:48.392 INFO O| Sep 01 23:25:48.392 INFO STEP 459 (remove_files) COMPLETE
70422026-09-01T23:25:49.811Z[ recovery-image] Sep 01 23:25:48.392 INFO O| Sep 01 23:25:48.392 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-09-01T23:25:49.823Z[ recovery-image] Sep 01 23:25:48.403 INFO O| Sep 01 23:25:48.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
70442026-09-01T23:25:49.823Z[ recovery-image] Sep 01 23:25:48.403 INFO O| Sep 01 23:25:48.403 INFO STEP 460 (remove_files) COMPLETE
70452026-09-01T23:25:49.823Z[ recovery-image] Sep 01 23:25:48.404 INFO O| Sep 01 23:25:48.403 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-09-01T23:25:49.834Z[ recovery-image] Sep 01 23:25:48.414 INFO O| Sep 01 23:25:48.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
70472026-09-01T23:25:49.834Z[ recovery-image] Sep 01 23:25:48.414 INFO O| Sep 01 23:25:48.414 INFO STEP 461 (remove_files) COMPLETE
70482026-09-01T23:25:49.834Z[ recovery-image] Sep 01 23:25:48.414 INFO O| Sep 01 23:25:48.414 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-09-01T23:25:49.844Z[ recovery-image] Sep 01 23:25:48.425 INFO O| Sep 01 23:25:48.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
70502026-09-01T23:25:49.844Z[ recovery-image] Sep 01 23:25:48.425 INFO O| Sep 01 23:25:48.425 INFO STEP 462 (remove_files) COMPLETE
70512026-09-01T23:25:49.845Z[ recovery-image] Sep 01 23:25:48.425 INFO O| Sep 01 23:25:48.425 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-09-01T23:25:49.855Z[ recovery-image] Sep 01 23:25:48.435 INFO O| Sep 01 23:25:48.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
70532026-09-01T23:25:49.855Z[ recovery-image] Sep 01 23:25:48.436 INFO O| Sep 01 23:25:48.436 INFO STEP 463 (remove_files) COMPLETE
70542026-09-01T23:25:49.858Z[ recovery-image] Sep 01 23:25:48.436 INFO O| Sep 01 23:25:48.436 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-09-01T23:25:49.865Z[ recovery-image] Sep 01 23:25:48.446 INFO O| Sep 01 23:25:48.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
70562026-09-01T23:25:49.865Z[ recovery-image] Sep 01 23:25:48.446 INFO O| Sep 01 23:25:48.446 INFO STEP 464 (remove_files) COMPLETE
70572026-09-01T23:25:49.868Z[ recovery-image] Sep 01 23:25:48.446 INFO O| Sep 01 23:25:48.446 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-09-01T23:25:49.876Z[ recovery-image] Sep 01 23:25:48.457 INFO O| Sep 01 23:25:48.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
70592026-09-01T23:25:49.877Z[ recovery-image] Sep 01 23:25:48.457 INFO O| Sep 01 23:25:48.457 INFO STEP 465 (remove_files) COMPLETE
70602026-09-01T23:25:49.877Z[ recovery-image] Sep 01 23:25:48.457 INFO O| Sep 01 23:25:48.457 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-09-01T23:25:49.887Z[ recovery-image] Sep 01 23:25:48.468 INFO O| Sep 01 23:25:48.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
70622026-09-01T23:25:49.887Z[ recovery-image] Sep 01 23:25:48.468 INFO O| Sep 01 23:25:48.468 INFO STEP 466 (remove_files) COMPLETE
70632026-09-01T23:25:49.887Z[ recovery-image] Sep 01 23:25:48.468 INFO O| Sep 01 23:25:48.468 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-09-01T23:25:49.898Z[ recovery-image] Sep 01 23:25:48.478 INFO O| Sep 01 23:25:48.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
70652026-09-01T23:25:49.898Z[ recovery-image] Sep 01 23:25:48.478 INFO O| Sep 01 23:25:48.478 INFO STEP 467 (remove_files) COMPLETE
70662026-09-01T23:25:49.898Z[ recovery-image] Sep 01 23:25:48.478 INFO O| Sep 01 23:25:48.478 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-09-01T23:25:49.909Z[ recovery-image] Sep 01 23:25:48.489 INFO O| Sep 01 23:25:48.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
70682026-09-01T23:25:49.909Z[ recovery-image] Sep 01 23:25:48.489 INFO O| Sep 01 23:25:48.489 INFO STEP 468 (remove_files) COMPLETE
70692026-09-01T23:25:49.912Z[ recovery-image] Sep 01 23:25:48.489 INFO O| Sep 01 23:25:48.489 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-09-01T23:25:49.919Z[ recovery-image] Sep 01 23:25:48.499 INFO O| Sep 01 23:25:48.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
70712026-09-01T23:25:49.922Z[ recovery-image] Sep 01 23:25:48.499 INFO O| Sep 01 23:25:48.499 INFO STEP 469 (remove_files) COMPLETE
70722026-09-01T23:25:49.922Z[ recovery-image] Sep 01 23:25:48.499 INFO O| Sep 01 23:25:48.499 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-09-01T23:25:49.929Z[ recovery-image] Sep 01 23:25:48.510 INFO O| Sep 01 23:25:48.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
70742026-09-01T23:25:49.929Z[ recovery-image] Sep 01 23:25:48.510 INFO O| Sep 01 23:25:48.510 INFO STEP 470 (remove_files) COMPLETE
70752026-09-01T23:25:49.929Z[ recovery-image] Sep 01 23:25:48.510 INFO O| Sep 01 23:25:48.510 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-09-01T23:25:49.941Z[ recovery-image] Sep 01 23:25:48.521 INFO O| Sep 01 23:25:48.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
70772026-09-01T23:25:49.941Z[ recovery-image] Sep 01 23:25:48.521 INFO O| Sep 01 23:25:48.521 INFO STEP 471 (remove_files) COMPLETE
70782026-09-01T23:25:49.943Z[ recovery-image] Sep 01 23:25:48.521 INFO O| Sep 01 23:25:48.521 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-09-01T23:25:49.952Z[ recovery-image] Sep 01 23:25:48.532 INFO O| Sep 01 23:25:48.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
70802026-09-01T23:25:49.952Z[ recovery-image] Sep 01 23:25:48.532 INFO O| Sep 01 23:25:48.532 INFO STEP 472 (remove_files) COMPLETE
70812026-09-01T23:25:49.952Z[ recovery-image] Sep 01 23:25:48.532 INFO O| Sep 01 23:25:48.532 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-09-01T23:25:49.962Z[ recovery-image] Sep 01 23:25:48.543 INFO O| Sep 01 23:25:48.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
70832026-09-01T23:25:49.962Z[ recovery-image] Sep 01 23:25:48.543 INFO O| Sep 01 23:25:48.543 INFO STEP 473 (remove_files) COMPLETE
70842026-09-01T23:25:49.962Z[ recovery-image] Sep 01 23:25:48.543 INFO O| Sep 01 23:25:48.543 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-09-01T23:25:49.973Z[ recovery-image] Sep 01 23:25:48.553 INFO O| Sep 01 23:25:48.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
70862026-09-01T23:25:49.976Z[ recovery-image] Sep 01 23:25:48.554 INFO O| Sep 01 23:25:48.554 INFO STEP 474 (remove_files) COMPLETE
70872026-09-01T23:25:49.976Z[ recovery-image] Sep 01 23:25:48.554 INFO O| Sep 01 23:25:48.554 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-09-01T23:25:49.983Z[ recovery-image] Sep 01 23:25:48.564 INFO O| Sep 01 23:25:48.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
70892026-09-01T23:25:49.986Z[ recovery-image] Sep 01 23:25:48.564 INFO O| Sep 01 23:25:48.564 INFO STEP 475 (remove_files) COMPLETE
70902026-09-01T23:25:49.986Z[ recovery-image] Sep 01 23:25:48.565 INFO O| Sep 01 23:25:48.564 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-09-01T23:25:49.993Z[ recovery-image] Sep 01 23:25:48.574 INFO O| Sep 01 23:25:48.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
70922026-09-01T23:25:49.994Z[ recovery-image] Sep 01 23:25:48.574 INFO O| Sep 01 23:25:48.574 INFO STEP 476 (remove_files) COMPLETE
70932026-09-01T23:25:49.994Z[ recovery-image] Sep 01 23:25:48.574 INFO O| Sep 01 23:25:48.574 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-09-01T23:25:50.003Z[ recovery-image] Sep 01 23:25:48.583 INFO O| Sep 01 23:25:48.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
70952026-09-01T23:25:50.006Z[ recovery-image] Sep 01 23:25:48.584 INFO O| Sep 01 23:25:48.584 INFO STEP 477 (remove_files) COMPLETE
70962026-09-01T23:25:50.006Z[ recovery-image] Sep 01 23:25:48.584 INFO O| Sep 01 23:25:48.584 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-09-01T23:25:50.013Z[ recovery-image] Sep 01 23:25:48.594 INFO O| Sep 01 23:25:48.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
70982026-09-01T23:25:50.014Z[ recovery-image] Sep 01 23:25:48.594 INFO O| Sep 01 23:25:48.594 INFO STEP 478 (remove_files) COMPLETE
70992026-09-01T23:25:50.016Z[ recovery-image] Sep 01 23:25:48.594 INFO O| Sep 01 23:25:48.594 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-09-01T23:25:50.024Z[ recovery-image] Sep 01 23:25:48.604 INFO O| Sep 01 23:25:48.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
71012026-09-01T23:25:50.024Z[ recovery-image] Sep 01 23:25:48.604 INFO O| Sep 01 23:25:48.604 INFO STEP 479 (remove_files) COMPLETE
71022026-09-01T23:25:50.026Z[ recovery-image] Sep 01 23:25:48.604 INFO O| Sep 01 23:25:48.604 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-09-01T23:25:50.035Z[ recovery-image] Sep 01 23:25:48.615 INFO O| Sep 01 23:25:48.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
71042026-09-01T23:25:50.035Z[ recovery-image] Sep 01 23:25:48.615 INFO O| Sep 01 23:25:48.615 INFO STEP 480 (remove_files) COMPLETE
71052026-09-01T23:25:50.035Z[ recovery-image] Sep 01 23:25:48.615 INFO O| Sep 01 23:25:48.615 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-09-01T23:25:50.045Z[ recovery-image] Sep 01 23:25:48.626 INFO O| Sep 01 23:25:48.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
71072026-09-01T23:25:50.045Z[ recovery-image] Sep 01 23:25:48.626 INFO O| Sep 01 23:25:48.626 INFO STEP 481 (remove_files) COMPLETE
71082026-09-01T23:25:50.045Z[ recovery-image] Sep 01 23:25:48.626 INFO O| Sep 01 23:25:48.626 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-09-01T23:25:50.056Z[ recovery-image] Sep 01 23:25:48.636 INFO O| Sep 01 23:25:48.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
71102026-09-01T23:25:50.056Z[ recovery-image] Sep 01 23:25:48.636 INFO O| Sep 01 23:25:48.636 INFO STEP 482 (remove_files) COMPLETE
71112026-09-01T23:25:50.056Z[ recovery-image] Sep 01 23:25:48.636 INFO O| Sep 01 23:25:48.636 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-09-01T23:25:50.065Z[ recovery-image] Sep 01 23:25:48.646 INFO O| Sep 01 23:25:48.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
71132026-09-01T23:25:50.065Z[ recovery-image] Sep 01 23:25:48.646 INFO O| Sep 01 23:25:48.646 INFO STEP 483 (remove_files) COMPLETE
71142026-09-01T23:25:50.068Z[ recovery-image] Sep 01 23:25:48.646 INFO O| Sep 01 23:25:48.646 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-09-01T23:25:50.074Z[ recovery-image] Sep 01 23:25:48.655 INFO O| Sep 01 23:25:48.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
71162026-09-01T23:25:50.074Z[ recovery-image] Sep 01 23:25:48.655 INFO O| Sep 01 23:25:48.655 INFO STEP 484 (remove_files) COMPLETE
71172026-09-01T23:25:50.074Z[ recovery-image] Sep 01 23:25:48.655 INFO O| Sep 01 23:25:48.655 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-09-01T23:25:50.082Z[ recovery-image] Sep 01 23:25:48.663 INFO O| Sep 01 23:25:48.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
71192026-09-01T23:25:50.082Z[ recovery-image] Sep 01 23:25:48.663 INFO O| Sep 01 23:25:48.663 INFO STEP 485 (remove_files) COMPLETE
71202026-09-01T23:25:50.082Z[ recovery-image] Sep 01 23:25:48.663 INFO O| Sep 01 23:25:48.663 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-09-01T23:25:50.090Z[ recovery-image] Sep 01 23:25:48.671 INFO O| Sep 01 23:25:48.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
71222026-09-01T23:25:50.091Z[ recovery-image] Sep 01 23:25:48.671 INFO O| Sep 01 23:25:48.671 INFO STEP 486 (remove_files) COMPLETE
71232026-09-01T23:25:50.091Z[ recovery-image] Sep 01 23:25:48.671 INFO O| Sep 01 23:25:48.671 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-09-01T23:25:50.099Z[ recovery-image] Sep 01 23:25:48.679 INFO O| Sep 01 23:25:48.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
71252026-09-01T23:25:50.099Z[ recovery-image] Sep 01 23:25:48.679 INFO O| Sep 01 23:25:48.679 INFO STEP 487 (remove_files) COMPLETE
71262026-09-01T23:25:50.099Z[ recovery-image] Sep 01 23:25:48.679 INFO O| Sep 01 23:25:48.679 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-09-01T23:25:50.108Z[ recovery-image] Sep 01 23:25:48.688 INFO O| Sep 01 23:25:48.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
71282026-09-01T23:25:50.108Z[ recovery-image] Sep 01 23:25:48.688 INFO O| Sep 01 23:25:48.688 INFO STEP 488 (remove_files) COMPLETE
71292026-09-01T23:25:50.111Z[ recovery-image] Sep 01 23:25:48.688 INFO O| Sep 01 23:25:48.688 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-09-01T23:25:50.116Z[ recovery-image] Sep 01 23:25:48.696 INFO O| Sep 01 23:25:48.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
71312026-09-01T23:25:50.116Z[ recovery-image] Sep 01 23:25:48.696 INFO O| Sep 01 23:25:48.696 INFO STEP 489 (remove_files) COMPLETE
71322026-09-01T23:25:50.116Z[ recovery-image] Sep 01 23:25:48.696 INFO O| Sep 01 23:25:48.696 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-09-01T23:25:50.124Z[ recovery-image] Sep 01 23:25:48.705 INFO O| Sep 01 23:25:48.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
71342026-09-01T23:25:50.124Z[ recovery-image] Sep 01 23:25:48.705 INFO O| Sep 01 23:25:48.705 INFO STEP 490 (remove_files) COMPLETE
71352026-09-01T23:25:50.124Z[ recovery-image] Sep 01 23:25:48.705 INFO O| Sep 01 23:25:48.705 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-09-01T23:25:50.133Z[ recovery-image] Sep 01 23:25:48.713 INFO O| Sep 01 23:25:48.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
71372026-09-01T23:25:50.133Z[ recovery-image] Sep 01 23:25:48.714 INFO O| Sep 01 23:25:48.714 INFO STEP 491 (remove_files) COMPLETE
71382026-09-01T23:25:50.133Z[ recovery-image] Sep 01 23:25:48.714 INFO O| Sep 01 23:25:48.714 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-09-01T23:25:50.141Z[ recovery-image] Sep 01 23:25:48.722 INFO O| Sep 01 23:25:48.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
71402026-09-01T23:25:50.141Z[ recovery-image] Sep 01 23:25:48.722 INFO O| Sep 01 23:25:48.722 INFO STEP 492 (remove_files) COMPLETE
71412026-09-01T23:25:50.141Z[ recovery-image] Sep 01 23:25:48.722 INFO O| Sep 01 23:25:48.722 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-09-01T23:25:50.165Z[ recovery-image] Sep 01 23:25:48.731 INFO O| Sep 01 23:25:48.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
71432026-09-01T23:25:50.165Z[ recovery-image] Sep 01 23:25:48.731 INFO O| Sep 01 23:25:48.731 INFO STEP 493 (remove_files) COMPLETE
71442026-09-01T23:25:50.165Z[ recovery-image] Sep 01 23:25:48.731 INFO O| Sep 01 23:25:48.731 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-09-01T23:25:50.165Z[ recovery-image] Sep 01 23:25:48.741 INFO O| Sep 01 23:25:48.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
71462026-09-01T23:25:50.165Z[ recovery-image] Sep 01 23:25:48.741 INFO O| Sep 01 23:25:48.741 INFO STEP 494 (remove_files) COMPLETE
71472026-09-01T23:25:50.165Z[ recovery-image] Sep 01 23:25:48.741 INFO O| Sep 01 23:25:48.741 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-09-01T23:25:50.169Z[ recovery-image] Sep 01 23:25:48.750 INFO O| Sep 01 23:25:48.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
71492026-09-01T23:25:50.169Z[ recovery-image] Sep 01 23:25:48.750 INFO O| Sep 01 23:25:48.750 INFO STEP 495 (remove_files) COMPLETE
71502026-09-01T23:25:50.169Z[ recovery-image] Sep 01 23:25:48.750 INFO O| Sep 01 23:25:48.750 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-09-01T23:25:50.178Z[ recovery-image] Sep 01 23:25:48.759 INFO O| Sep 01 23:25:48.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
71522026-09-01T23:25:50.179Z[ recovery-image] Sep 01 23:25:48.759 INFO O| Sep 01 23:25:48.759 INFO STEP 496 (remove_files) COMPLETE
71532026-09-01T23:25:50.179Z[ recovery-image] Sep 01 23:25:48.759 INFO O| Sep 01 23:25:48.759 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-09-01T23:25:50.188Z[ recovery-image] Sep 01 23:25:48.769 INFO O| Sep 01 23:25:48.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
71552026-09-01T23:25:50.188Z[ recovery-image] Sep 01 23:25:48.769 INFO O| Sep 01 23:25:48.769 INFO STEP 497 (remove_files) COMPLETE
71562026-09-01T23:25:50.188Z[ recovery-image] Sep 01 23:25:48.769 INFO O| Sep 01 23:25:48.769 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-09-01T23:25:50.198Z[ recovery-image] Sep 01 23:25:48.778 INFO O| Sep 01 23:25:48.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
71582026-09-01T23:25:50.198Z[ recovery-image] Sep 01 23:25:48.778 INFO O| Sep 01 23:25:48.778 INFO STEP 498 (remove_files) COMPLETE
71592026-09-01T23:25:50.198Z[ recovery-image] Sep 01 23:25:48.778 INFO O| Sep 01 23:25:48.778 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-09-01T23:25:50.208Z[ recovery-image] Sep 01 23:25:48.789 INFO O| Sep 01 23:25:48.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
71612026-09-01T23:25:50.208Z[ recovery-image] Sep 01 23:25:48.789 INFO O| Sep 01 23:25:48.789 INFO STEP 499 (remove_files) COMPLETE
71622026-09-01T23:25:50.208Z[ recovery-image] Sep 01 23:25:48.789 INFO O| Sep 01 23:25:48.789 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-09-01T23:25:50.219Z[ recovery-image] Sep 01 23:25:48.800 INFO O| Sep 01 23:25:48.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
71642026-09-01T23:25:50.219Z[ recovery-image] Sep 01 23:25:48.800 INFO O| Sep 01 23:25:48.800 INFO STEP 500 (remove_files) COMPLETE
71652026-09-01T23:25:50.219Z[ recovery-image] Sep 01 23:25:48.800 INFO O| Sep 01 23:25:48.800 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-09-01T23:25:50.230Z[ recovery-image] Sep 01 23:25:48.811 INFO O| Sep 01 23:25:48.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
71672026-09-01T23:25:50.230Z[ recovery-image] Sep 01 23:25:48.811 INFO O| Sep 01 23:25:48.811 INFO STEP 501 (remove_files) COMPLETE
71682026-09-01T23:25:50.230Z[ recovery-image] Sep 01 23:25:48.811 INFO O| Sep 01 23:25:48.811 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-09-01T23:25:50.241Z[ recovery-image] Sep 01 23:25:48.821 INFO O| Sep 01 23:25:48.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
71702026-09-01T23:25:50.241Z[ recovery-image] Sep 01 23:25:48.821 INFO O| Sep 01 23:25:48.821 INFO STEP 502 (remove_files) COMPLETE
71712026-09-01T23:25:50.241Z[ recovery-image] Sep 01 23:25:48.821 INFO O| Sep 01 23:25:48.821 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-09-01T23:25:50.251Z[ recovery-image] Sep 01 23:25:48.832 INFO O| Sep 01 23:25:48.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
71732026-09-01T23:25:50.252Z[ recovery-image] Sep 01 23:25:48.832 INFO O| Sep 01 23:25:48.832 INFO STEP 503 (remove_files) COMPLETE
71742026-09-01T23:25:50.252Z[ recovery-image] Sep 01 23:25:48.832 INFO O| Sep 01 23:25:48.832 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-09-01T23:25:50.261Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
71762026-09-01T23:25:50.264Z[ recovery-image] Sep 01 23:25:48.842 INFO O| Sep 01 23:25:48.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
71772026-09-01T23:25:50.264Z[ recovery-image] Sep 01 23:25:48.842 INFO O| Sep 01 23:25:48.842 INFO STEP 504 (remove_files) COMPLETE
71782026-09-01T23:25:50.264Z[ recovery-image] Sep 01 23:25:48.842 INFO O| Sep 01 23:25:48.842 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-09-01T23:25:50.272Z[ recovery-image] Sep 01 23:25:48.853 INFO O| Sep 01 23:25:48.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
71802026-09-01T23:25:50.277Z[ recovery-image] Sep 01 23:25:48.854 INFO O| Sep 01 23:25:48.854 INFO STEP 505 (remove_files) COMPLETE
71812026-09-01T23:25:50.277Z[ recovery-image] Sep 01 23:25:48.854 INFO O| Sep 01 23:25:48.854 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71822026-09-01T23:25:50.282Z[ recovery-image] Sep 01 23:25:48.863 INFO O| Sep 01 23:25:48.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
71832026-09-01T23:25:50.283Z[ recovery-image] Sep 01 23:25:48.863 INFO O| Sep 01 23:25:48.863 INFO STEP 506 (remove_files) COMPLETE
71842026-09-01T23:25:50.285Z[ recovery-image] Sep 01 23:25:48.863 INFO O| Sep 01 23:25:48.863 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-09-01T23:25:50.292Z[ recovery-image] Sep 01 23:25:48.873 INFO O| Sep 01 23:25:48.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
71862026-09-01T23:25:50.292Z[ recovery-image] Sep 01 23:25:48.873 INFO O| Sep 01 23:25:48.873 INFO STEP 507 (remove_files) COMPLETE
71872026-09-01T23:25:50.295Z[ recovery-image] Sep 01 23:25:48.873 INFO O| Sep 01 23:25:48.873 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-09-01T23:25:50.301Z[ recovery-image] Sep 01 23:25:48.882 INFO O| Sep 01 23:25:48.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
71892026-09-01T23:25:50.301Z[ recovery-image] Sep 01 23:25:48.882 INFO O| Sep 01 23:25:48.882 INFO STEP 508 (remove_files) COMPLETE
71902026-09-01T23:25:50.301Z[ recovery-image] Sep 01 23:25:48.882 INFO O| Sep 01 23:25:48.882 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71912026-09-01T23:25:50.313Z[ recovery-image] Sep 01 23:25:48.894 INFO O| Sep 01 23:25:48.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
71922026-09-01T23:25:50.313Z[ recovery-image] Sep 01 23:25:48.894 INFO O| Sep 01 23:25:48.894 INFO STEP 509 (remove_files) COMPLETE
71932026-09-01T23:25:50.313Z[ recovery-image] Sep 01 23:25:48.894 INFO O| Sep 01 23:25:48.894 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71942026-09-01T23:25:50.323Z[ recovery-image] Sep 01 23:25:48.904 INFO O| Sep 01 23:25:48.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
71952026-09-01T23:25:50.323Z[ recovery-image] Sep 01 23:25:48.904 INFO O| Sep 01 23:25:48.904 INFO STEP 510 (remove_files) COMPLETE
71962026-09-01T23:25:50.324Z[ recovery-image] Sep 01 23:25:48.904 INFO O| Sep 01 23:25:48.904 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71972026-09-01T23:25:50.335Z[ recovery-image] Sep 01 23:25:48.915 INFO O| Sep 01 23:25:48.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
71982026-09-01T23:25:50.335Z[ recovery-image] Sep 01 23:25:48.915 INFO O| Sep 01 23:25:48.915 INFO STEP 511 (remove_files) COMPLETE
71992026-09-01T23:25:50.338Z[ recovery-image] Sep 01 23:25:48.915 INFO O| Sep 01 23:25:48.915 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72002026-09-01T23:25:50.345Z[ recovery-image] Sep 01 23:25:48.925 INFO O| Sep 01 23:25:48.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
72012026-09-01T23:25:50.345Z[ recovery-image] Sep 01 23:25:48.925 INFO O| Sep 01 23:25:48.925 INFO STEP 512 (remove_files) COMPLETE
72022026-09-01T23:25:50.345Z[ recovery-image] Sep 01 23:25:48.925 INFO O| Sep 01 23:25:48.925 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72032026-09-01T23:25:50.357Z[ recovery-image] Sep 01 23:25:48.937 INFO O| Sep 01 23:25:48.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
72042026-09-01T23:25:50.360Z[ recovery-image] Sep 01 23:25:48.937 INFO O| Sep 01 23:25:48.937 INFO STEP 513 (remove_files) COMPLETE
72052026-09-01T23:25:50.360Z[ recovery-image] Sep 01 23:25:48.937 INFO O| Sep 01 23:25:48.937 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72062026-09-01T23:25:50.367Z[ recovery-image] Sep 01 23:25:48.948 INFO O| Sep 01 23:25:48.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
72072026-09-01T23:25:50.367Z[ recovery-image] Sep 01 23:25:48.948 INFO O| Sep 01 23:25:48.948 INFO STEP 514 (remove_files) COMPLETE
72082026-09-01T23:25:50.367Z[ recovery-image] Sep 01 23:25:48.948 INFO O| Sep 01 23:25:48.948 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72092026-09-01T23:25:50.378Z[ recovery-image] Sep 01 23:25:48.957 INFO O| Sep 01 23:25:48.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
72102026-09-01T23:25:50.379Z[ recovery-image] Sep 01 23:25:48.957 INFO O| Sep 01 23:25:48.957 INFO STEP 515 (remove_files) COMPLETE
72112026-09-01T23:25:50.379Z[ recovery-image] Sep 01 23:25:48.957 INFO O| Sep 01 23:25:48.957 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72122026-09-01T23:25:50.386Z[ recovery-image] Sep 01 23:25:48.966 INFO O| Sep 01 23:25:48.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
72132026-09-01T23:25:50.386Z[ recovery-image] Sep 01 23:25:48.966 INFO O| Sep 01 23:25:48.966 INFO STEP 516 (remove_files) COMPLETE
72142026-09-01T23:25:50.386Z[ recovery-image] Sep 01 23:25:48.966 INFO O| Sep 01 23:25:48.966 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72152026-09-01T23:25:50.395Z[ recovery-image] Sep 01 23:25:48.975 INFO O| Sep 01 23:25:48.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
72162026-09-01T23:25:50.395Z[ recovery-image] Sep 01 23:25:48.976 INFO O| Sep 01 23:25:48.976 INFO STEP 517 (remove_files) COMPLETE
72172026-09-01T23:25:50.395Z[ recovery-image] Sep 01 23:25:48.976 INFO O| Sep 01 23:25:48.976 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72182026-09-01T23:25:50.406Z[ recovery-image] Sep 01 23:25:48.987 INFO O| Sep 01 23:25:48.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
72192026-09-01T23:25:50.406Z[ recovery-image] Sep 01 23:25:48.987 INFO O| Sep 01 23:25:48.987 INFO STEP 518 (remove_files) COMPLETE
72202026-09-01T23:25:50.406Z[ recovery-image] Sep 01 23:25:48.987 INFO O| Sep 01 23:25:48.987 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72212026-09-01T23:25:50.418Z[ recovery-image] Sep 01 23:25:48.998 INFO O| Sep 01 23:25:48.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
72222026-09-01T23:25:50.418Z[ recovery-image] Sep 01 23:25:48.998 INFO O| Sep 01 23:25:48.998 INFO STEP 519 (remove_files) COMPLETE
72232026-09-01T23:25:50.418Z[ recovery-image] Sep 01 23:25:48.998 INFO O| Sep 01 23:25:48.998 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72242026-09-01T23:25:50.430Z[ recovery-image] Sep 01 23:25:49.009 INFO O| Sep 01 23:25:49.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
72252026-09-01T23:25:50.430Z[ recovery-image] Sep 01 23:25:49.009 INFO O| Sep 01 23:25:49.009 INFO STEP 520 (remove_files) COMPLETE
72262026-09-01T23:25:50.430Z[ recovery-image] Sep 01 23:25:49.009 INFO O| Sep 01 23:25:49.009 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72272026-09-01T23:25:50.440Z[ recovery-image] Sep 01 23:25:49.020 INFO O| Sep 01 23:25:49.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
72282026-09-01T23:25:50.440Z[ recovery-image] Sep 01 23:25:49.020 INFO O| Sep 01 23:25:49.020 INFO STEP 521 (remove_files) COMPLETE
72292026-09-01T23:25:50.440Z[ recovery-image] Sep 01 23:25:49.020 INFO O| Sep 01 23:25:49.020 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72302026-09-01T23:25:50.451Z[ recovery-image] Sep 01 23:25:49.031 INFO O| Sep 01 23:25:49.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
72312026-09-01T23:25:50.451Z[ recovery-image] Sep 01 23:25:49.031 INFO O| Sep 01 23:25:49.031 INFO STEP 522 (remove_files) COMPLETE
72322026-09-01T23:25:50.451Z[ recovery-image] Sep 01 23:25:49.031 INFO O| Sep 01 23:25:49.031 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72332026-09-01T23:25:50.468Z[ recovery-image] Sep 01 23:25:49.042 INFO O| Sep 01 23:25:49.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
72342026-09-01T23:25:50.468Z[ recovery-image] Sep 01 23:25:49.043 INFO O| Sep 01 23:25:49.043 INFO STEP 523 (remove_files) COMPLETE
72352026-09-01T23:25:50.468Z[ recovery-image] Sep 01 23:25:49.043 INFO O| Sep 01 23:25:49.043 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72362026-09-01T23:25:50.473Z[ recovery-image] Sep 01 23:25:49.053 INFO O| Sep 01 23:25:49.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
72372026-09-01T23:25:50.473Z[ recovery-image] Sep 01 23:25:49.053 INFO O| Sep 01 23:25:49.053 INFO STEP 524 (remove_files) COMPLETE
72382026-09-01T23:25:50.473Z[ recovery-image] Sep 01 23:25:49.053 INFO O| Sep 01 23:25:49.053 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72392026-09-01T23:25:50.484Z[ recovery-image] Sep 01 23:25:49.064 INFO O| Sep 01 23:25:49.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
72402026-09-01T23:25:50.484Z[ recovery-image] Sep 01 23:25:49.064 INFO O| Sep 01 23:25:49.064 INFO STEP 525 (remove_files) COMPLETE
72412026-09-01T23:25:50.484Z[ recovery-image] Sep 01 23:25:49.064 INFO O| Sep 01 23:25:49.064 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72422026-09-01T23:25:50.494Z[ recovery-image] Sep 01 23:25:49.075 INFO O| Sep 01 23:25:49.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
72432026-09-01T23:25:50.494Z[ recovery-image] Sep 01 23:25:49.075 INFO O| Sep 01 23:25:49.075 INFO STEP 526 (remove_files) COMPLETE
72442026-09-01T23:25:50.506Z[ recovery-image] Sep 01 23:25:49.075 INFO O| Sep 01 23:25:49.075 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72452026-09-01T23:25:50.506Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
72462026-09-01T23:25:50.506Z[ recovery-image] Sep 01 23:25:49.086 INFO O| Sep 01 23:25:49.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
72472026-09-01T23:25:50.506Z[ recovery-image] Sep 01 23:25:49.086 INFO O| Sep 01 23:25:49.086 INFO STEP 527 (remove_files) COMPLETE
72482026-09-01T23:25:50.506Z[ recovery-image] Sep 01 23:25:49.086 INFO O| Sep 01 23:25:49.086 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-09-01T23:25:50.520Z[ recovery-image] Sep 01 23:25:49.097 INFO O| Sep 01 23:25:49.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
72502026-09-01T23:25:50.520Z[ recovery-image] Sep 01 23:25:49.097 INFO O| Sep 01 23:25:49.097 INFO STEP 528 (remove_files) COMPLETE
72512026-09-01T23:25:50.520Z[ recovery-image] Sep 01 23:25:49.097 INFO O| Sep 01 23:25:49.097 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-09-01T23:25:50.527Z[ recovery-image] Sep 01 23:25:49.107 INFO O| Sep 01 23:25:49.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
72532026-09-01T23:25:50.527Z[ recovery-image] Sep 01 23:25:49.108 INFO O| Sep 01 23:25:49.108 INFO STEP 529 (remove_files) COMPLETE
72542026-09-01T23:25:50.527Z[ recovery-image] Sep 01 23:25:49.108 INFO O| Sep 01 23:25:49.108 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-09-01T23:25:50.534Z[verify-libraries] Compiling fs-err v2.11.0
72562026-09-01T23:25:50.539Z[ recovery-image] Sep 01 23:25:49.119 INFO O| Sep 01 23:25:49.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
72572026-09-01T23:25:50.539Z[ recovery-image] Sep 01 23:25:49.119 INFO O| Sep 01 23:25:49.119 INFO STEP 530 (remove_files) COMPLETE
72582026-09-01T23:25:50.539Z[ recovery-image] Sep 01 23:25:49.119 INFO O| Sep 01 23:25:49.119 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-09-01T23:25:50.547Z[ recovery-image] Sep 01 23:25:49.128 INFO O| Sep 01 23:25:49.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
72602026-09-01T23:25:50.547Z[ recovery-image] Sep 01 23:25:49.128 INFO O| Sep 01 23:25:49.128 INFO STEP 531 (remove_files) COMPLETE
72612026-09-01T23:25:50.547Z[ recovery-image] Sep 01 23:25:49.128 INFO O| Sep 01 23:25:49.128 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-09-01T23:25:50.557Z[ recovery-image] Sep 01 23:25:49.137 INFO O| Sep 01 23:25:49.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
72632026-09-01T23:25:50.560Z[ recovery-image] Sep 01 23:25:49.137 INFO O| Sep 01 23:25:49.137 INFO STEP 532 (remove_files) COMPLETE
72642026-09-01T23:25:50.560Z[ recovery-image] Sep 01 23:25:49.137 INFO O| Sep 01 23:25:49.137 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-09-01T23:25:50.567Z[ recovery-image] Sep 01 23:25:49.147 INFO O| Sep 01 23:25:49.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
72662026-09-01T23:25:50.567Z[ recovery-image] Sep 01 23:25:49.147 INFO O| Sep 01 23:25:49.147 INFO STEP 533 (remove_files) COMPLETE
72672026-09-01T23:25:50.567Z[ recovery-image] Sep 01 23:25:49.147 INFO O| Sep 01 23:25:49.147 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-09-01T23:25:50.576Z[ recovery-image] Sep 01 23:25:49.156 INFO O| Sep 01 23:25:49.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
72692026-09-01T23:25:50.576Z[ recovery-image] Sep 01 23:25:49.156 INFO O| Sep 01 23:25:49.156 INFO STEP 534 (remove_files) COMPLETE
72702026-09-01T23:25:50.576Z[ recovery-image] Sep 01 23:25:49.156 INFO O| Sep 01 23:25:49.156 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-09-01T23:25:50.584Z[ recovery-image] Sep 01 23:25:49.164 INFO O| Sep 01 23:25:49.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
72722026-09-01T23:25:50.584Z[ recovery-image] Sep 01 23:25:49.165 INFO O| Sep 01 23:25:49.165 INFO STEP 535 (remove_files) COMPLETE
72732026-09-01T23:25:50.584Z[ recovery-image] Sep 01 23:25:49.165 INFO O| Sep 01 23:25:49.165 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-09-01T23:25:50.594Z[ recovery-image] Sep 01 23:25:49.174 INFO O| Sep 01 23:25:49.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
72752026-09-01T23:25:50.594Z[ recovery-image] Sep 01 23:25:49.174 INFO O| Sep 01 23:25:49.174 INFO STEP 536 (remove_files) COMPLETE
72762026-09-01T23:25:50.594Z[ recovery-image] Sep 01 23:25:49.174 INFO O| Sep 01 23:25:49.174 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-09-01T23:25:50.603Z[ recovery-image] Sep 01 23:25:49.184 INFO O| Sep 01 23:25:49.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
72782026-09-01T23:25:50.603Z[ recovery-image] Sep 01 23:25:49.184 INFO O| Sep 01 23:25:49.184 INFO STEP 537 (remove_files) COMPLETE
72792026-09-01T23:25:50.603Z[ recovery-image] Sep 01 23:25:49.184 INFO O| Sep 01 23:25:49.184 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-09-01T23:25:50.612Z[ recovery-image] Sep 01 23:25:49.193 INFO O| Sep 01 23:25:49.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
72812026-09-01T23:25:50.616Z[ recovery-image] Sep 01 23:25:49.194 INFO O| Sep 01 23:25:49.194 INFO STEP 538 (remove_files) COMPLETE
72822026-09-01T23:25:50.616Z[ recovery-image] Sep 01 23:25:49.194 INFO O| Sep 01 23:25:49.194 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-09-01T23:25:50.622Z[ recovery-image] Sep 01 23:25:49.203 INFO O| Sep 01 23:25:49.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
72842026-09-01T23:25:50.622Z[ recovery-image] Sep 01 23:25:49.203 INFO O| Sep 01 23:25:49.203 INFO STEP 539 (remove_files) COMPLETE
72852026-09-01T23:25:50.622Z[ recovery-image] Sep 01 23:25:49.203 INFO O| Sep 01 23:25:49.203 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-09-01T23:25:50.630Z[ recovery-image] Sep 01 23:25:49.211 INFO O| Sep 01 23:25:49.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
72872026-09-01T23:25:50.630Z[ recovery-image] Sep 01 23:25:49.211 INFO O| Sep 01 23:25:49.211 INFO STEP 540 (remove_files) COMPLETE
72882026-09-01T23:25:50.630Z[ recovery-image] Sep 01 23:25:49.211 INFO O| Sep 01 23:25:49.211 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-09-01T23:25:50.638Z[ recovery-image] Sep 01 23:25:49.219 INFO O| Sep 01 23:25:49.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
72902026-09-01T23:25:50.638Z[ recovery-image] Sep 01 23:25:49.219 INFO O| Sep 01 23:25:49.219 INFO STEP 541 (remove_files) COMPLETE
72912026-09-01T23:25:50.641Z[ recovery-image] Sep 01 23:25:49.219 INFO O| Sep 01 23:25:49.219 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-09-01T23:25:50.648Z[ recovery-image] Sep 01 23:25:49.229 INFO O| Sep 01 23:25:49.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
72932026-09-01T23:25:50.648Z[ recovery-image] Sep 01 23:25:49.229 INFO O| Sep 01 23:25:49.229 INFO STEP 542 (remove_files) COMPLETE
72942026-09-01T23:25:50.648Z[ recovery-image] Sep 01 23:25:49.229 INFO O| Sep 01 23:25:49.229 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-09-01T23:25:50.658Z[ recovery-image] Sep 01 23:25:49.239 INFO O| Sep 01 23:25:49.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
72962026-09-01T23:25:50.658Z[ recovery-image] Sep 01 23:25:49.239 INFO O| Sep 01 23:25:49.239 INFO STEP 543 (remove_files) COMPLETE
72972026-09-01T23:25:50.661Z[ recovery-image] Sep 01 23:25:49.239 INFO O| Sep 01 23:25:49.239 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-09-01T23:25:50.669Z[ recovery-image] Sep 01 23:25:49.249 INFO O| Sep 01 23:25:49.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
72992026-09-01T23:25:50.669Z[ recovery-image] Sep 01 23:25:49.249 INFO O| Sep 01 23:25:49.249 INFO STEP 544 (remove_files) COMPLETE
73002026-09-01T23:25:50.669Z[ recovery-image] Sep 01 23:25:49.249 INFO O| Sep 01 23:25:49.249 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-09-01T23:25:50.677Z[ recovery-image] Sep 01 23:25:49.258 INFO O| Sep 01 23:25:49.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
73022026-09-01T23:25:50.677Z[ recovery-image] Sep 01 23:25:49.258 INFO O| Sep 01 23:25:49.258 INFO STEP 545 (remove_files) COMPLETE
73032026-09-01T23:25:50.678Z[ recovery-image] Sep 01 23:25:49.258 INFO O| Sep 01 23:25:49.258 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-09-01T23:25:50.688Z[ recovery-image] Sep 01 23:25:49.268 INFO O| Sep 01 23:25:49.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
73052026-09-01T23:25:50.688Z[ recovery-image] Sep 01 23:25:49.269 INFO O| Sep 01 23:25:49.269 INFO STEP 546 (remove_files) COMPLETE
73062026-09-01T23:25:50.688Z[ recovery-image] Sep 01 23:25:49.269 INFO O| Sep 01 23:25:49.269 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-09-01T23:25:50.697Z[ recovery-image] Sep 01 23:25:49.278 INFO O| Sep 01 23:25:49.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
73082026-09-01T23:25:50.697Z[ recovery-image] Sep 01 23:25:49.278 INFO O| Sep 01 23:25:49.278 INFO STEP 547 (remove_files) COMPLETE
73092026-09-01T23:25:50.697Z[ recovery-image] Sep 01 23:25:49.278 INFO O| Sep 01 23:25:49.278 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-09-01T23:25:50.706Z[ recovery-image] Sep 01 23:25:49.286 INFO O| Sep 01 23:25:49.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
73112026-09-01T23:25:50.706Z[ recovery-image] Sep 01 23:25:49.286 INFO O| Sep 01 23:25:49.286 INFO STEP 548 (remove_files) COMPLETE
73122026-09-01T23:25:50.709Z[ recovery-image] Sep 01 23:25:49.286 INFO O| Sep 01 23:25:49.286 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-09-01T23:25:50.714Z[ recovery-image] Sep 01 23:25:49.294 INFO O| Sep 01 23:25:49.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
73142026-09-01T23:25:50.714Z[ recovery-image] Sep 01 23:25:49.294 INFO O| Sep 01 23:25:49.294 INFO STEP 549 (remove_files) COMPLETE
73152026-09-01T23:25:50.714Z[ recovery-image] Sep 01 23:25:49.294 INFO O| Sep 01 23:25:49.294 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-09-01T23:25:50.724Z[ recovery-image] Sep 01 23:25:49.304 INFO O| Sep 01 23:25:49.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
73172026-09-01T23:25:50.724Z[ recovery-image] Sep 01 23:25:49.304 INFO O| Sep 01 23:25:49.304 INFO STEP 550 (remove_files) COMPLETE
73182026-09-01T23:25:50.724Z[ recovery-image] Sep 01 23:25:49.304 INFO O| Sep 01 23:25:49.304 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-09-01T23:25:50.733Z[ recovery-image] Sep 01 23:25:49.314 INFO O| Sep 01 23:25:49.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
73202026-09-01T23:25:50.733Z[ recovery-image] Sep 01 23:25:49.314 INFO O| Sep 01 23:25:49.314 INFO STEP 551 (remove_files) COMPLETE
73212026-09-01T23:25:50.733Z[ recovery-image] Sep 01 23:25:49.314 INFO O| Sep 01 23:25:49.314 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-09-01T23:25:50.743Z[ recovery-image] Sep 01 23:25:49.323 INFO O| Sep 01 23:25:49.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
73232026-09-01T23:25:50.743Z[ recovery-image] Sep 01 23:25:49.323 INFO O| Sep 01 23:25:49.323 INFO STEP 552 (remove_files) COMPLETE
73242026-09-01T23:25:50.746Z[ recovery-image] Sep 01 23:25:49.323 INFO O| Sep 01 23:25:49.323 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-09-01T23:25:50.752Z[ recovery-image] Sep 01 23:25:49.333 INFO O| Sep 01 23:25:49.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
73262026-09-01T23:25:50.752Z[ recovery-image] Sep 01 23:25:49.333 INFO O| Sep 01 23:25:49.333 INFO STEP 553 (remove_files) COMPLETE
73272026-09-01T23:25:50.755Z[ recovery-image] Sep 01 23:25:49.333 INFO O| Sep 01 23:25:49.333 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-09-01T23:25:50.761Z[ recovery-image] Sep 01 23:25:49.342 INFO O| Sep 01 23:25:49.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
73292026-09-01T23:25:50.761Z[ recovery-image] Sep 01 23:25:49.342 INFO O| Sep 01 23:25:49.342 INFO STEP 554 (remove_files) COMPLETE
73302026-09-01T23:25:50.764Z[ recovery-image] Sep 01 23:25:49.342 INFO O| Sep 01 23:25:49.342 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-09-01T23:25:50.771Z[ recovery-image] Sep 01 23:25:49.351 INFO O| Sep 01 23:25:49.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
73322026-09-01T23:25:50.774Z[ recovery-image] Sep 01 23:25:49.351 INFO O| Sep 01 23:25:49.351 INFO STEP 555 (remove_files) COMPLETE
73332026-09-01T23:25:50.774Z[ recovery-image] Sep 01 23:25:49.351 INFO O| Sep 01 23:25:49.351 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-09-01T23:25:50.781Z[ recovery-image] Sep 01 23:25:49.362 INFO O| Sep 01 23:25:49.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
73352026-09-01T23:25:50.781Z[ recovery-image] Sep 01 23:25:49.362 INFO O| Sep 01 23:25:49.362 INFO STEP 556 (remove_files) COMPLETE
73362026-09-01T23:25:50.781Z[ recovery-image] Sep 01 23:25:49.362 INFO O| Sep 01 23:25:49.362 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-09-01T23:25:50.793Z[ recovery-image] Sep 01 23:25:49.372 INFO O| Sep 01 23:25:49.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
73382026-09-01T23:25:50.793Z[ recovery-image] Sep 01 23:25:49.372 INFO O| Sep 01 23:25:49.372 INFO STEP 557 (remove_files) COMPLETE
73392026-09-01T23:25:50.793Z[ recovery-image] Sep 01 23:25:49.372 INFO O| Sep 01 23:25:49.372 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-09-01T23:25:50.801Z[ recovery-image] Sep 01 23:25:49.382 INFO O| Sep 01 23:25:49.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
73412026-09-01T23:25:50.801Z[ recovery-image] Sep 01 23:25:49.382 INFO O| Sep 01 23:25:49.382 INFO STEP 558 (remove_files) COMPLETE
73422026-09-01T23:25:50.805Z[ recovery-image] Sep 01 23:25:49.382 INFO O| Sep 01 23:25:49.382 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-09-01T23:25:50.829Z[ recovery-image] Sep 01 23:25:49.400 INFO O| Sep 01 23:25:49.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
73442026-09-01T23:25:50.829Z[ recovery-image] Sep 01 23:25:49.400 INFO O| Sep 01 23:25:49.400 INFO STEP 559 (remove_files) COMPLETE
73452026-09-01T23:25:50.829Z[ recovery-image] Sep 01 23:25:49.400 INFO O| Sep 01 23:25:49.400 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-09-01T23:25:50.833Z[ recovery-image] Sep 01 23:25:49.410 INFO O| Sep 01 23:25:49.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
73472026-09-01T23:25:50.833Z[ recovery-image] Sep 01 23:25:49.410 INFO O| Sep 01 23:25:49.410 INFO STEP 560 (remove_files) COMPLETE
73482026-09-01T23:25:50.833Z[ recovery-image] Sep 01 23:25:49.410 INFO O| Sep 01 23:25:49.410 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-09-01T23:25:50.840Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
73502026-09-01T23:25:50.843Z[ recovery-image] Sep 01 23:25:49.424 INFO O| Sep 01 23:25:49.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
73512026-09-01T23:25:50.843Z[ recovery-image] Sep 01 23:25:49.424 INFO O| Sep 01 23:25:49.424 INFO STEP 561 (remove_files) COMPLETE
73522026-09-01T23:25:50.843Z[ recovery-image] Sep 01 23:25:49.424 INFO O| Sep 01 23:25:49.424 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73532026-09-01T23:25:50.853Z[ recovery-image] Sep 01 23:25:49.434 INFO O| Sep 01 23:25:49.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
73542026-09-01T23:25:50.853Z[ recovery-image] Sep 01 23:25:49.434 INFO O| Sep 01 23:25:49.434 INFO STEP 562 (remove_files) COMPLETE
73552026-09-01T23:25:50.856Z[ recovery-image] Sep 01 23:25:49.434 INFO O| Sep 01 23:25:49.434 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73562026-09-01T23:25:50.863Z[ recovery-image] Sep 01 23:25:49.444 INFO O| Sep 01 23:25:49.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
73572026-09-01T23:25:50.863Z[ recovery-image] Sep 01 23:25:49.444 INFO O| Sep 01 23:25:49.444 INFO STEP 563 (remove_files) COMPLETE
73582026-09-01T23:25:50.863Z[ recovery-image] Sep 01 23:25:49.444 INFO O| Sep 01 23:25:49.444 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-09-01T23:25:50.866Z[verify-libraries] Compiling internet-checksum v0.2.1
73602026-09-01T23:25:50.877Z[ recovery-image] Sep 01 23:25:49.457 INFO O| Sep 01 23:25:49.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
73612026-09-01T23:25:50.877Z[ recovery-image] Sep 01 23:25:49.457 INFO O| Sep 01 23:25:49.457 INFO STEP 564 (remove_files) COMPLETE
73622026-09-01T23:25:50.877Z[ recovery-image] Sep 01 23:25:49.457 INFO O| Sep 01 23:25:49.457 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-09-01T23:25:50.887Z[ recovery-image] Sep 01 23:25:49.467 INFO O| Sep 01 23:25:49.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
73642026-09-01T23:25:50.887Z[ recovery-image] Sep 01 23:25:49.467 INFO O| Sep 01 23:25:49.467 INFO STEP 565 (remove_files) COMPLETE
73652026-09-01T23:25:50.887Z[ recovery-image] Sep 01 23:25:49.467 INFO O| Sep 01 23:25:49.467 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-09-01T23:25:50.899Z[ recovery-image] Sep 01 23:25:49.479 INFO O| Sep 01 23:25:49.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
73672026-09-01T23:25:50.899Z[ recovery-image] Sep 01 23:25:49.479 INFO O| Sep 01 23:25:49.479 INFO STEP 566 (remove_files) COMPLETE
73682026-09-01T23:25:50.899Z[ recovery-image] Sep 01 23:25:49.479 INFO O| Sep 01 23:25:49.479 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-09-01T23:25:50.908Z[ recovery-image] Sep 01 23:25:49.489 INFO O| Sep 01 23:25:49.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
73702026-09-01T23:25:50.908Z[ recovery-image] Sep 01 23:25:49.489 INFO O| Sep 01 23:25:49.489 INFO STEP 567 (remove_files) COMPLETE
73712026-09-01T23:25:50.908Z[ recovery-image] Sep 01 23:25:49.489 INFO O| Sep 01 23:25:49.489 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-09-01T23:25:50.918Z[ recovery-image] Sep 01 23:25:49.499 INFO O| Sep 01 23:25:49.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
73732026-09-01T23:25:50.918Z[ recovery-image] Sep 01 23:25:49.499 INFO O| Sep 01 23:25:49.499 INFO STEP 568 (remove_files) COMPLETE
73742026-09-01T23:25:50.918Z[ recovery-image] Sep 01 23:25:49.499 INFO O| Sep 01 23:25:49.499 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-09-01T23:25:50.928Z[ recovery-image] Sep 01 23:25:49.508 INFO O| Sep 01 23:25:49.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
73762026-09-01T23:25:50.928Z[ recovery-image] Sep 01 23:25:49.508 INFO O| Sep 01 23:25:49.508 INFO STEP 569 (remove_files) COMPLETE
73772026-09-01T23:25:50.928Z[ recovery-image] Sep 01 23:25:49.508 INFO O| Sep 01 23:25:49.508 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-09-01T23:25:50.935Z[ recovery-image] Sep 01 23:25:49.516 INFO O| Sep 01 23:25:49.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
73792026-09-01T23:25:50.935Z[ recovery-image] Sep 01 23:25:49.516 INFO O| Sep 01 23:25:49.516 INFO STEP 570 (remove_files) COMPLETE
73802026-09-01T23:25:50.939Z[ recovery-image] Sep 01 23:25:49.516 INFO O| Sep 01 23:25:49.516 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-09-01T23:25:50.944Z[ recovery-image] Sep 01 23:25:49.524 INFO O| Sep 01 23:25:49.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
73822026-09-01T23:25:50.944Z[ recovery-image] Sep 01 23:25:49.525 INFO O| Sep 01 23:25:49.525 INFO STEP 571 (remove_files) COMPLETE
73832026-09-01T23:25:50.944Z[ recovery-image] Sep 01 23:25:49.525 INFO O| Sep 01 23:25:49.525 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-09-01T23:25:50.953Z[ recovery-image] Sep 01 23:25:49.533 INFO O| Sep 01 23:25:49.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
73852026-09-01T23:25:50.953Z[ recovery-image] Sep 01 23:25:49.534 INFO O| Sep 01 23:25:49.534 INFO STEP 572 (remove_files) COMPLETE
73862026-09-01T23:25:50.953Z[ recovery-image] Sep 01 23:25:49.534 INFO O| Sep 01 23:25:49.534 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-09-01T23:25:50.962Z[ recovery-image] Sep 01 23:25:49.543 INFO O| Sep 01 23:25:49.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
73882026-09-01T23:25:50.963Z[ recovery-image] Sep 01 23:25:49.543 INFO O| Sep 01 23:25:49.543 INFO STEP 573 (remove_files) COMPLETE
73892026-09-01T23:25:50.963Z[ recovery-image] Sep 01 23:25:49.543 INFO O| Sep 01 23:25:49.543 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-09-01T23:25:50.972Z[ recovery-image] Sep 01 23:25:49.552 INFO O| Sep 01 23:25:49.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
73912026-09-01T23:25:50.972Z[ recovery-image] Sep 01 23:25:49.553 INFO O| Sep 01 23:25:49.552 INFO STEP 574 (remove_files) COMPLETE
73922026-09-01T23:25:50.972Z[ recovery-image] Sep 01 23:25:49.553 INFO O| Sep 01 23:25:49.553 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-09-01T23:25:50.982Z[ recovery-image] Sep 01 23:25:49.562 INFO O| Sep 01 23:25:49.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
73942026-09-01T23:25:50.982Z[ recovery-image] Sep 01 23:25:49.562 INFO O| Sep 01 23:25:49.562 INFO STEP 575 (remove_files) COMPLETE
73952026-09-01T23:25:50.982Z[ recovery-image] Sep 01 23:25:49.562 INFO O| Sep 01 23:25:49.562 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-09-01T23:25:50.992Z[ recovery-image] Sep 01 23:25:49.573 INFO O| Sep 01 23:25:49.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
73972026-09-01T23:25:50.992Z[ recovery-image] Sep 01 23:25:49.573 INFO O| Sep 01 23:25:49.573 INFO STEP 576 (remove_files) COMPLETE
73982026-09-01T23:25:50.992Z[ recovery-image] Sep 01 23:25:49.573 INFO O| Sep 01 23:25:49.573 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-09-01T23:25:51.003Z[ recovery-image] Sep 01 23:25:49.583 INFO O| Sep 01 23:25:49.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
74002026-09-01T23:25:51.003Z[ recovery-image] Sep 01 23:25:49.583 INFO O| Sep 01 23:25:49.583 INFO STEP 577 (remove_files) COMPLETE
74012026-09-01T23:25:51.003Z[ recovery-image] Sep 01 23:25:49.583 INFO O| Sep 01 23:25:49.583 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-09-01T23:25:51.013Z[ recovery-image] Sep 01 23:25:49.594 INFO O| Sep 01 23:25:49.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
74032026-09-01T23:25:51.013Z[ recovery-image] Sep 01 23:25:49.594 INFO O| Sep 01 23:25:49.594 INFO STEP 578 (remove_files) COMPLETE
74042026-09-01T23:25:51.013Z[ recovery-image] Sep 01 23:25:49.594 INFO O| Sep 01 23:25:49.594 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-09-01T23:25:51.023Z[ recovery-image] Sep 01 23:25:49.604 INFO O| Sep 01 23:25:49.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
74062026-09-01T23:25:51.023Z[ recovery-image] Sep 01 23:25:49.604 INFO O| Sep 01 23:25:49.604 INFO STEP 579 (remove_files) COMPLETE
74072026-09-01T23:25:51.023Z[ recovery-image] Sep 01 23:25:49.604 INFO O| Sep 01 23:25:49.604 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-09-01T23:25:51.034Z[ recovery-image] Sep 01 23:25:49.614 INFO O| Sep 01 23:25:49.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
74092026-09-01T23:25:51.034Z[ recovery-image] Sep 01 23:25:49.614 INFO O| Sep 01 23:25:49.614 INFO STEP 580 (remove_files) COMPLETE
74102026-09-01T23:25:51.034Z[ recovery-image] Sep 01 23:25:49.614 INFO O| Sep 01 23:25:49.614 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-09-01T23:25:51.043Z[ recovery-image] Sep 01 23:25:49.624 INFO O| Sep 01 23:25:49.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
74122026-09-01T23:25:51.043Z[ recovery-image] Sep 01 23:25:49.624 INFO O| Sep 01 23:25:49.624 INFO STEP 581 (remove_files) COMPLETE
74132026-09-01T23:25:51.043Z[ recovery-image] Sep 01 23:25:49.624 INFO O| Sep 01 23:25:49.624 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-09-01T23:25:51.056Z[ recovery-image] Sep 01 23:25:49.635 INFO O| Sep 01 23:25:49.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
74152026-09-01T23:25:51.059Z[ recovery-image] Sep 01 23:25:49.636 INFO O| Sep 01 23:25:49.636 INFO STEP 582 (remove_files) COMPLETE
74162026-09-01T23:25:51.059Z[ recovery-image] Sep 01 23:25:49.636 INFO O| Sep 01 23:25:49.636 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-09-01T23:25:51.064Z[ recovery-image] Sep 01 23:25:49.645 INFO O| Sep 01 23:25:49.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
74182026-09-01T23:25:51.064Z[ recovery-image] Sep 01 23:25:49.645 INFO O| Sep 01 23:25:49.645 INFO STEP 583 (remove_files) COMPLETE
74192026-09-01T23:25:51.064Z[ recovery-image] Sep 01 23:25:49.645 INFO O| Sep 01 23:25:49.645 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-09-01T23:25:51.073Z[ recovery-image] Sep 01 23:25:49.654 INFO O| Sep 01 23:25:49.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
74212026-09-01T23:25:51.073Z[ recovery-image] Sep 01 23:25:49.654 INFO O| Sep 01 23:25:49.654 INFO STEP 584 (remove_files) COMPLETE
74222026-09-01T23:25:51.076Z[ recovery-image] Sep 01 23:25:49.654 INFO O| Sep 01 23:25:49.654 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-09-01T23:25:51.082Z[ recovery-image] Sep 01 23:25:49.663 INFO O| Sep 01 23:25:49.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
74242026-09-01T23:25:51.082Z[ recovery-image] Sep 01 23:25:49.663 INFO O| Sep 01 23:25:49.663 INFO STEP 585 (remove_files) COMPLETE
74252026-09-01T23:25:51.082Z[ recovery-image] Sep 01 23:25:49.663 INFO O| Sep 01 23:25:49.663 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-09-01T23:25:51.091Z[ recovery-image] Sep 01 23:25:49.672 INFO O| Sep 01 23:25:49.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
74272026-09-01T23:25:51.091Z[ recovery-image] Sep 01 23:25:49.672 INFO O| Sep 01 23:25:49.672 INFO STEP 586 (remove_files) COMPLETE
74282026-09-01T23:25:51.091Z[ recovery-image] Sep 01 23:25:49.672 INFO O| Sep 01 23:25:49.672 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-09-01T23:25:51.100Z[ recovery-image] Sep 01 23:25:49.681 INFO O| Sep 01 23:25:49.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
74302026-09-01T23:25:51.105Z[ recovery-image] Sep 01 23:25:49.684 INFO O| Sep 01 23:25:49.684 INFO STEP 587 (remove_files) COMPLETE
74312026-09-01T23:25:51.105Z[ recovery-image] Sep 01 23:25:49.684 INFO O| Sep 01 23:25:49.684 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-09-01T23:25:51.113Z[ recovery-image] Sep 01 23:25:49.694 INFO O| Sep 01 23:25:49.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
74332026-09-01T23:25:51.113Z[ recovery-image] Sep 01 23:25:49.694 INFO O| Sep 01 23:25:49.694 INFO STEP 588 (remove_files) COMPLETE
74342026-09-01T23:25:51.113Z[ recovery-image] Sep 01 23:25:49.694 INFO O| Sep 01 23:25:49.694 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-09-01T23:25:51.122Z[ recovery-image] Sep 01 23:25:49.703 INFO O| Sep 01 23:25:49.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
74362026-09-01T23:25:51.123Z[ recovery-image] Sep 01 23:25:49.703 INFO O| Sep 01 23:25:49.703 INFO STEP 589 (remove_files) COMPLETE
74372026-09-01T23:25:51.123Z[ recovery-image] Sep 01 23:25:49.703 INFO O| Sep 01 23:25:49.703 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-09-01T23:25:51.131Z[ recovery-image] Sep 01 23:25:49.712 INFO O| Sep 01 23:25:49.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
74392026-09-01T23:25:51.131Z[ recovery-image] Sep 01 23:25:49.712 INFO O| Sep 01 23:25:49.712 INFO STEP 590 (remove_files) COMPLETE
74402026-09-01T23:25:51.131Z[ recovery-image] Sep 01 23:25:49.712 INFO O| Sep 01 23:25:49.712 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-09-01T23:25:51.140Z[ recovery-image] Sep 01 23:25:49.721 INFO O| Sep 01 23:25:49.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
74422026-09-01T23:25:51.140Z[ recovery-image] Sep 01 23:25:49.721 INFO O| Sep 01 23:25:49.721 INFO STEP 591 (remove_files) COMPLETE
74432026-09-01T23:25:51.140Z[ recovery-image] Sep 01 23:25:49.721 INFO O| Sep 01 23:25:49.721 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-09-01T23:25:51.150Z[ recovery-image] Sep 01 23:25:49.730 INFO O| Sep 01 23:25:49.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
74452026-09-01T23:25:51.150Z[ recovery-image] Sep 01 23:25:49.730 INFO O| Sep 01 23:25:49.730 INFO STEP 592 (remove_files) COMPLETE
74462026-09-01T23:25:51.150Z[ recovery-image] Sep 01 23:25:49.730 INFO O| Sep 01 23:25:49.730 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-09-01T23:25:51.159Z[ recovery-image] Sep 01 23:25:49.739 INFO O| Sep 01 23:25:49.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
74482026-09-01T23:25:51.159Z[ recovery-image] Sep 01 23:25:49.739 INFO O| Sep 01 23:25:49.739 INFO STEP 593 (remove_files) COMPLETE
74492026-09-01T23:25:51.162Z[ recovery-image] Sep 01 23:25:49.739 INFO O| Sep 01 23:25:49.739 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-09-01T23:25:51.168Z[ recovery-image] Sep 01 23:25:49.748 INFO O| Sep 01 23:25:49.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
74512026-09-01T23:25:51.168Z[ recovery-image] Sep 01 23:25:49.748 INFO O| Sep 01 23:25:49.748 INFO STEP 594 (remove_files) COMPLETE
74522026-09-01T23:25:51.170Z[ recovery-image] Sep 01 23:25:49.748 INFO O| Sep 01 23:25:49.748 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-09-01T23:25:51.177Z[ recovery-image] Sep 01 23:25:49.757 INFO O| Sep 01 23:25:49.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
74542026-09-01T23:25:51.177Z[ recovery-image] Sep 01 23:25:49.757 INFO O| Sep 01 23:25:49.757 INFO STEP 595 (remove_files) COMPLETE
74552026-09-01T23:25:51.180Z[ recovery-image] Sep 01 23:25:49.757 INFO O| Sep 01 23:25:49.757 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-09-01T23:25:51.186Z[ recovery-image] Sep 01 23:25:49.767 INFO O| Sep 01 23:25:49.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
74572026-09-01T23:25:51.186Z[ recovery-image] Sep 01 23:25:49.767 INFO O| Sep 01 23:25:49.767 INFO STEP 596 (remove_files) COMPLETE
74582026-09-01T23:25:51.186Z[ recovery-image] Sep 01 23:25:49.767 INFO O| Sep 01 23:25:49.767 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-09-01T23:25:51.196Z[ recovery-image] Sep 01 23:25:49.776 INFO O| Sep 01 23:25:49.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
74602026-09-01T23:25:51.196Z[ recovery-image] Sep 01 23:25:49.776 INFO O| Sep 01 23:25:49.776 INFO STEP 597 (remove_files) COMPLETE
74612026-09-01T23:25:51.196Z[ recovery-image] Sep 01 23:25:49.776 INFO O| Sep 01 23:25:49.776 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-09-01T23:25:51.206Z[ recovery-image] Sep 01 23:25:49.787 INFO O| Sep 01 23:25:49.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
74632026-09-01T23:25:51.206Z[ recovery-image] Sep 01 23:25:49.787 INFO O| Sep 01 23:25:49.787 INFO STEP 598 (remove_files) COMPLETE
74642026-09-01T23:25:51.206Z[ recovery-image] Sep 01 23:25:49.787 INFO O| Sep 01 23:25:49.787 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-09-01T23:25:51.217Z[ recovery-image] Sep 01 23:25:49.797 INFO O| Sep 01 23:25:49.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
74662026-09-01T23:25:51.220Z[ recovery-image] Sep 01 23:25:49.798 INFO O| Sep 01 23:25:49.798 INFO STEP 599 (remove_files) COMPLETE
74672026-09-01T23:25:51.220Z[ recovery-image] Sep 01 23:25:49.798 INFO O| Sep 01 23:25:49.798 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-09-01T23:25:51.227Z[ recovery-image] Sep 01 23:25:49.808 INFO O| Sep 01 23:25:49.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
74692026-09-01T23:25:51.227Z[ recovery-image] Sep 01 23:25:49.808 INFO O| Sep 01 23:25:49.808 INFO STEP 600 (remove_files) COMPLETE
74702026-09-01T23:25:51.227Z[ recovery-image] Sep 01 23:25:49.808 INFO O| Sep 01 23:25:49.808 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-09-01T23:25:51.237Z[ recovery-image] Sep 01 23:25:49.817 INFO O| Sep 01 23:25:49.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
74722026-09-01T23:25:51.237Z[ recovery-image] Sep 01 23:25:49.817 INFO O| Sep 01 23:25:49.817 INFO STEP 601 (remove_files) COMPLETE
74732026-09-01T23:25:51.237Z[ recovery-image] Sep 01 23:25:49.817 INFO O| Sep 01 23:25:49.817 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-09-01T23:25:51.247Z[ recovery-image] Sep 01 23:25:49.827 INFO O| Sep 01 23:25:49.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
74752026-09-01T23:25:51.251Z[ recovery-image] Sep 01 23:25:49.828 INFO O| Sep 01 23:25:49.827 INFO STEP 602 (remove_files) COMPLETE
74762026-09-01T23:25:51.251Z[ recovery-image] Sep 01 23:25:49.828 INFO O| Sep 01 23:25:49.827 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-09-01T23:25:51.285Z[ recovery-image] Sep 01 23:25:49.866 INFO O| Sep 01 23:25:49.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
74782026-09-01T23:25:51.285Z[ recovery-image] Sep 01 23:25:49.866 INFO O| Sep 01 23:25:49.866 INFO STEP 603 (remove_files) COMPLETE
74792026-09-01T23:25:51.285Z[ recovery-image] Sep 01 23:25:49.866 INFO O| Sep 01 23:25:49.866 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-09-01T23:25:51.311Z[ recovery-image] Sep 01 23:25:49.891 INFO O| Sep 01 23:25:49.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
74812026-09-01T23:25:51.311Z[ recovery-image] Sep 01 23:25:49.891 INFO O| Sep 01 23:25:49.891 INFO STEP 604 (remove_files) COMPLETE
74822026-09-01T23:25:51.311Z[ recovery-image] Sep 01 23:25:49.891 INFO O| Sep 01 23:25:49.891 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-09-01T23:25:51.336Z[ recovery-image] Sep 01 23:25:49.917 INFO O| Sep 01 23:25:49.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
74842026-09-01T23:25:51.337Z[ recovery-image] Sep 01 23:25:49.917 INFO O| Sep 01 23:25:49.917 INFO STEP 605 (remove_files) COMPLETE
74852026-09-01T23:25:51.337Z[ recovery-image] Sep 01 23:25:49.917 INFO O| Sep 01 23:25:49.917 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-09-01T23:25:51.345Z[ recovery-image] Sep 01 23:25:49.926 INFO O| Sep 01 23:25:49.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
74872026-09-01T23:25:51.345Z[ recovery-image] Sep 01 23:25:49.926 INFO O| Sep 01 23:25:49.926 INFO STEP 606 (remove_files) COMPLETE
74882026-09-01T23:25:51.348Z[ recovery-image] Sep 01 23:25:49.926 INFO O| Sep 01 23:25:49.926 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-09-01T23:25:51.361Z[ recovery-image] Sep 01 23:25:49.942 INFO O| Sep 01 23:25:49.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
74902026-09-01T23:25:51.361Z[ recovery-image] Sep 01 23:25:49.942 INFO O| Sep 01 23:25:49.942 INFO STEP 607 (remove_files) COMPLETE
74912026-09-01T23:25:51.361Z[ recovery-image] Sep 01 23:25:49.942 INFO O| Sep 01 23:25:49.942 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-09-01T23:25:51.371Z[ recovery-image] Sep 01 23:25:49.952 INFO O| Sep 01 23:25:49.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
74932026-09-01T23:25:51.371Z[ recovery-image] Sep 01 23:25:49.952 INFO O| Sep 01 23:25:49.952 INFO STEP 608 (remove_files) COMPLETE
74942026-09-01T23:25:51.371Z[ recovery-image] Sep 01 23:25:49.952 INFO O| Sep 01 23:25:49.952 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-09-01T23:25:51.381Z[ recovery-image] Sep 01 23:25:49.961 INFO O| Sep 01 23:25:49.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
74962026-09-01T23:25:51.381Z[ recovery-image] Sep 01 23:25:49.961 INFO O| Sep 01 23:25:49.961 INFO STEP 609 (remove_files) COMPLETE
74972026-09-01T23:25:51.381Z[ recovery-image] Sep 01 23:25:49.961 INFO O| Sep 01 23:25:49.961 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-09-01T23:25:51.390Z[ recovery-image] Sep 01 23:25:49.970 INFO O| Sep 01 23:25:49.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
74992026-09-01T23:25:51.390Z[ recovery-image] Sep 01 23:25:49.970 INFO O| Sep 01 23:25:49.970 INFO STEP 610 (remove_files) COMPLETE
75002026-09-01T23:25:51.390Z[ recovery-image] Sep 01 23:25:49.970 INFO O| Sep 01 23:25:49.970 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-09-01T23:25:51.398Z[ recovery-image] Sep 01 23:25:49.979 INFO O| Sep 01 23:25:49.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
75022026-09-01T23:25:51.398Z[ recovery-image] Sep 01 23:25:49.979 INFO O| Sep 01 23:25:49.979 INFO STEP 611 (remove_files) COMPLETE
75032026-09-01T23:25:51.398Z[ recovery-image] Sep 01 23:25:49.979 INFO O| Sep 01 23:25:49.979 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-09-01T23:25:51.417Z[ recovery-image] Sep 01 23:25:49.988 INFO O| Sep 01 23:25:49.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
75052026-09-01T23:25:51.417Z[ recovery-image] Sep 01 23:25:49.988 INFO O| Sep 01 23:25:49.988 INFO STEP 612 (remove_files) COMPLETE
75062026-09-01T23:25:51.417Z[ recovery-image] Sep 01 23:25:49.988 INFO O| Sep 01 23:25:49.988 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-09-01T23:25:51.417Z[ recovery-image] Sep 01 23:25:49.996 INFO O| Sep 01 23:25:49.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
75082026-09-01T23:25:51.417Z[ recovery-image] Sep 01 23:25:49.996 INFO O| Sep 01 23:25:49.996 INFO STEP 613 (remove_files) COMPLETE
75092026-09-01T23:25:51.417Z[ recovery-image] Sep 01 23:25:49.996 INFO O| Sep 01 23:25:49.996 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-09-01T23:25:51.431Z[ recovery-image] Sep 01 23:25:50.010 INFO O| Sep 01 23:25:50.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
75112026-09-01T23:25:51.431Z[ recovery-image] Sep 01 23:25:50.010 INFO O| Sep 01 23:25:50.010 INFO STEP 614 (remove_files) COMPLETE
75122026-09-01T23:25:51.431Z[ recovery-image] Sep 01 23:25:50.010 INFO O| Sep 01 23:25:50.010 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-09-01T23:25:51.442Z[ recovery-image] Sep 01 23:25:50.022 INFO O| Sep 01 23:25:50.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
75142026-09-01T23:25:51.442Z[ recovery-image] Sep 01 23:25:50.022 INFO O| Sep 01 23:25:50.022 INFO STEP 615 (remove_files) COMPLETE
75152026-09-01T23:25:51.442Z[ recovery-image] Sep 01 23:25:50.022 INFO O| Sep 01 23:25:50.022 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-09-01T23:25:51.451Z[ recovery-image] Sep 01 23:25:50.032 INFO O| Sep 01 23:25:50.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
75172026-09-01T23:25:51.451Z[ recovery-image] Sep 01 23:25:50.032 INFO O| Sep 01 23:25:50.032 INFO STEP 616 (remove_files) COMPLETE
75182026-09-01T23:25:51.451Z[ recovery-image] Sep 01 23:25:50.032 INFO O| Sep 01 23:25:50.032 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-09-01T23:25:51.459Z[ recovery-image] Sep 01 23:25:50.040 INFO O| Sep 01 23:25:50.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
75202026-09-01T23:25:51.467Z[ recovery-image] Sep 01 23:25:50.048 INFO O| Sep 01 23:25:50.048 INFO STEP 617 (remove_files) COMPLETE
75212026-09-01T23:25:51.467Z[ recovery-image] Sep 01 23:25:50.048 INFO O| Sep 01 23:25:50.048 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-09-01T23:25:51.488Z[ recovery-image] Sep 01 23:25:50.068 INFO O| Sep 01 23:25:50.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
75232026-09-01T23:25:51.488Z[ recovery-image] Sep 01 23:25:50.068 INFO O| Sep 01 23:25:50.068 INFO STEP 618 (remove_files) COMPLETE
75242026-09-01T23:25:51.488Z[ recovery-image] Sep 01 23:25:50.068 INFO O| Sep 01 23:25:50.068 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-09-01T23:25:51.499Z[ recovery-image] Sep 01 23:25:50.079 INFO O| Sep 01 23:25:50.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
75262026-09-01T23:25:51.499Z[ recovery-image] Sep 01 23:25:50.079 INFO O| Sep 01 23:25:50.079 INFO STEP 619 (remove_files) COMPLETE
75272026-09-01T23:25:51.502Z[ recovery-image] Sep 01 23:25:50.079 INFO O| Sep 01 23:25:50.079 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-09-01T23:25:51.506Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
75292026-09-01T23:25:51.510Z[ recovery-image] Sep 01 23:25:50.090 INFO O| Sep 01 23:25:50.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
75302026-09-01T23:25:51.510Z[ recovery-image] Sep 01 23:25:50.091 INFO O| Sep 01 23:25:50.090 INFO STEP 620 (remove_files) COMPLETE
75312026-09-01T23:25:51.510Z[ recovery-image] Sep 01 23:25:50.091 INFO O| Sep 01 23:25:50.091 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-09-01T23:25:51.521Z[ recovery-image] Sep 01 23:25:50.101 INFO O| Sep 01 23:25:50.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
75332026-09-01T23:25:51.521Z[ recovery-image] Sep 01 23:25:50.101 INFO O| Sep 01 23:25:50.101 INFO STEP 621 (remove_files) COMPLETE
75342026-09-01T23:25:51.521Z[ recovery-image] Sep 01 23:25:50.101 INFO O| Sep 01 23:25:50.101 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-09-01T23:25:51.535Z[ recovery-image] Sep 01 23:25:50.111 INFO O| Sep 01 23:25:50.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
75362026-09-01T23:25:51.535Z[ recovery-image] Sep 01 23:25:50.112 INFO O| Sep 01 23:25:50.112 INFO STEP 622 (remove_files) COMPLETE
75372026-09-01T23:25:51.535Z[ recovery-image] Sep 01 23:25:50.112 INFO O| Sep 01 23:25:50.112 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-09-01T23:25:51.542Z[ recovery-image] Sep 01 23:25:50.123 INFO O| Sep 01 23:25:50.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
75392026-09-01T23:25:51.543Z[ recovery-image] Sep 01 23:25:50.123 INFO O| Sep 01 23:25:50.123 INFO STEP 623 (remove_files) COMPLETE
75402026-09-01T23:25:51.543Z[ recovery-image] Sep 01 23:25:50.123 INFO O| Sep 01 23:25:50.123 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-09-01T23:25:51.553Z[ recovery-image] Sep 01 23:25:50.134 INFO O| Sep 01 23:25:50.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
75422026-09-01T23:25:51.553Z[ recovery-image] Sep 01 23:25:50.134 INFO O| Sep 01 23:25:50.134 INFO STEP 624 (remove_files) COMPLETE
75432026-09-01T23:25:51.554Z[ recovery-image] Sep 01 23:25:50.134 INFO O| Sep 01 23:25:50.134 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-09-01T23:25:51.564Z[ recovery-image] Sep 01 23:25:50.144 INFO O| Sep 01 23:25:50.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
75452026-09-01T23:25:51.564Z[ recovery-image] Sep 01 23:25:50.145 INFO O| Sep 01 23:25:50.145 INFO STEP 625 (remove_files) COMPLETE
75462026-09-01T23:25:51.564Z[ recovery-image] Sep 01 23:25:50.145 INFO O| Sep 01 23:25:50.145 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-09-01T23:25:51.574Z[ recovery-image] Sep 01 23:25:50.154 INFO O| Sep 01 23:25:50.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
75482026-09-01T23:25:51.574Z[ recovery-image] Sep 01 23:25:50.154 INFO O| Sep 01 23:25:50.154 INFO STEP 626 (remove_files) COMPLETE
75492026-09-01T23:25:51.574Z[ recovery-image] Sep 01 23:25:50.154 INFO O| Sep 01 23:25:50.154 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-09-01T23:25:51.586Z[ recovery-image] Sep 01 23:25:50.165 INFO O| Sep 01 23:25:50.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
75512026-09-01T23:25:51.586Z[ recovery-image] Sep 01 23:25:50.165 INFO O| Sep 01 23:25:50.165 INFO STEP 627 (remove_files) COMPLETE
75522026-09-01T23:25:51.586Z[ recovery-image] Sep 01 23:25:50.165 INFO O| Sep 01 23:25:50.165 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-09-01T23:25:51.595Z[ recovery-image] Sep 01 23:25:50.175 INFO O| Sep 01 23:25:50.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
75542026-09-01T23:25:51.595Z[ recovery-image] Sep 01 23:25:50.175 INFO O| Sep 01 23:25:50.175 INFO STEP 628 (remove_files) COMPLETE
75552026-09-01T23:25:51.598Z[ recovery-image] Sep 01 23:25:50.175 INFO O| Sep 01 23:25:50.175 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-09-01T23:25:51.606Z[ recovery-image] Sep 01 23:25:50.187 INFO O| Sep 01 23:25:50.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
75572026-09-01T23:25:51.606Z[ recovery-image] Sep 01 23:25:50.187 INFO O| Sep 01 23:25:50.187 INFO STEP 629 (remove_files) COMPLETE
75582026-09-01T23:25:51.606Z[ recovery-image] Sep 01 23:25:50.187 INFO O| Sep 01 23:25:50.187 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-09-01T23:25:51.617Z[ recovery-image] Sep 01 23:25:50.197 INFO O| Sep 01 23:25:50.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
75602026-09-01T23:25:51.617Z[ recovery-image] Sep 01 23:25:50.197 INFO O| Sep 01 23:25:50.197 INFO STEP 630 (remove_files) COMPLETE
75612026-09-01T23:25:51.620Z[ recovery-image] Sep 01 23:25:50.197 INFO O| Sep 01 23:25:50.197 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-09-01T23:25:51.626Z[ recovery-image] Sep 01 23:25:50.206 INFO O| Sep 01 23:25:50.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
75632026-09-01T23:25:51.626Z[ recovery-image] Sep 01 23:25:50.206 INFO O| Sep 01 23:25:50.206 INFO STEP 631 (remove_files) COMPLETE
75642026-09-01T23:25:51.626Z[ recovery-image] Sep 01 23:25:50.206 INFO O| Sep 01 23:25:50.206 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-09-01T23:25:51.635Z[ recovery-image] Sep 01 23:25:50.215 INFO O| Sep 01 23:25:50.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
75662026-09-01T23:25:51.635Z[ recovery-image] Sep 01 23:25:50.215 INFO O| Sep 01 23:25:50.215 INFO STEP 632 (remove_files) COMPLETE
75672026-09-01T23:25:51.635Z[ recovery-image] Sep 01 23:25:50.215 INFO O| Sep 01 23:25:50.215 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-09-01T23:25:51.646Z[ recovery-image] Sep 01 23:25:50.227 INFO O| Sep 01 23:25:50.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
75692026-09-01T23:25:51.646Z[ recovery-image] Sep 01 23:25:50.227 INFO O| Sep 01 23:25:50.226 INFO STEP 633 (remove_files) COMPLETE
75702026-09-01T23:25:51.646Z[ recovery-image] Sep 01 23:25:50.227 INFO O| Sep 01 23:25:50.226 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-09-01T23:25:51.658Z[ recovery-image] Sep 01 23:25:50.236 INFO O| Sep 01 23:25:50.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
75722026-09-01T23:25:51.658Z[ recovery-image] Sep 01 23:25:50.236 INFO O| Sep 01 23:25:50.236 INFO STEP 634 (remove_files) COMPLETE
75732026-09-01T23:25:51.658Z[ recovery-image] Sep 01 23:25:50.236 INFO O| Sep 01 23:25:50.236 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-09-01T23:25:51.665Z[ recovery-image] Sep 01 23:25:50.245 INFO O| Sep 01 23:25:50.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
75752026-09-01T23:25:51.666Z[ recovery-image] Sep 01 23:25:50.245 INFO O| Sep 01 23:25:50.245 INFO STEP 635 (remove_files) COMPLETE
75762026-09-01T23:25:51.666Z[ recovery-image] Sep 01 23:25:50.245 INFO O| Sep 01 23:25:50.245 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-09-01T23:25:51.675Z[ recovery-image] Sep 01 23:25:50.255 INFO O| Sep 01 23:25:50.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
75782026-09-01T23:25:51.675Z[ recovery-image] Sep 01 23:25:50.255 INFO O| Sep 01 23:25:50.255 INFO STEP 636 (remove_files) COMPLETE
75792026-09-01T23:25:51.678Z[ recovery-image] Sep 01 23:25:50.255 INFO O| Sep 01 23:25:50.255 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-09-01T23:25:51.684Z[ recovery-image] Sep 01 23:25:50.265 INFO O| Sep 01 23:25:50.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
75812026-09-01T23:25:51.684Z[ recovery-image] Sep 01 23:25:50.265 INFO O| Sep 01 23:25:50.265 INFO STEP 637 (remove_files) COMPLETE
75822026-09-01T23:25:51.687Z[ recovery-image] Sep 01 23:25:50.265 INFO O| Sep 01 23:25:50.265 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-09-01T23:25:51.693Z[ recovery-image] Sep 01 23:25:50.273 INFO O| Sep 01 23:25:50.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
75842026-09-01T23:25:51.693Z[ recovery-image] Sep 01 23:25:50.273 INFO O| Sep 01 23:25:50.273 INFO STEP 638 (remove_files) COMPLETE
75852026-09-01T23:25:51.693Z[ recovery-image] Sep 01 23:25:50.273 INFO O| Sep 01 23:25:50.273 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-09-01T23:25:51.703Z[ recovery-image] Sep 01 23:25:50.283 INFO O| Sep 01 23:25:50.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
75872026-09-01T23:25:51.703Z[ recovery-image] Sep 01 23:25:50.283 INFO O| Sep 01 23:25:50.283 INFO STEP 639 (remove_files) COMPLETE
75882026-09-01T23:25:51.703Z[ recovery-image] Sep 01 23:25:50.283 INFO O| Sep 01 23:25:50.283 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-09-01T23:25:51.713Z[ recovery-image] Sep 01 23:25:50.293 INFO O| Sep 01 23:25:50.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
75902026-09-01T23:25:51.713Z[ recovery-image] Sep 01 23:25:50.294 INFO O| Sep 01 23:25:50.293 INFO STEP 640 (remove_files) COMPLETE
75912026-09-01T23:25:51.716Z[ recovery-image] Sep 01 23:25:50.294 INFO O| Sep 01 23:25:50.294 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-09-01T23:25:51.722Z[ recovery-image] Sep 01 23:25:50.303 INFO O| Sep 01 23:25:50.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
75932026-09-01T23:25:51.722Z[ recovery-image] Sep 01 23:25:50.303 INFO O| Sep 01 23:25:50.303 INFO STEP 641 (remove_files) COMPLETE
75942026-09-01T23:25:51.722Z[ recovery-image] Sep 01 23:25:50.303 INFO O| Sep 01 23:25:50.303 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-09-01T23:25:51.731Z[ recovery-image] Sep 01 23:25:50.312 INFO O| Sep 01 23:25:50.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
75962026-09-01T23:25:51.732Z[ recovery-image] Sep 01 23:25:50.312 INFO O| Sep 01 23:25:50.312 INFO STEP 642 (remove_files) COMPLETE
75972026-09-01T23:25:51.732Z[ recovery-image] Sep 01 23:25:50.312 INFO O| Sep 01 23:25:50.312 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-09-01T23:25:51.742Z[ recovery-image] Sep 01 23:25:50.322 INFO O| Sep 01 23:25:50.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
75992026-09-01T23:25:51.742Z[ recovery-image] Sep 01 23:25:50.322 INFO O| Sep 01 23:25:50.322 INFO STEP 643 (remove_files) COMPLETE
76002026-09-01T23:25:51.742Z[ recovery-image] Sep 01 23:25:50.322 INFO O| Sep 01 23:25:50.322 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-09-01T23:25:51.752Z[ recovery-image] Sep 01 23:25:50.333 INFO O| Sep 01 23:25:50.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
76022026-09-01T23:25:51.752Z[ recovery-image] Sep 01 23:25:50.333 INFO O| Sep 01 23:25:50.333 INFO STEP 644 (remove_files) COMPLETE
76032026-09-01T23:25:51.752Z[ recovery-image] Sep 01 23:25:50.333 INFO O| Sep 01 23:25:50.333 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-09-01T23:25:51.762Z[ recovery-image] Sep 01 23:25:50.343 INFO O| Sep 01 23:25:50.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
76052026-09-01T23:25:51.762Z[ recovery-image] Sep 01 23:25:50.343 INFO O| Sep 01 23:25:50.343 INFO STEP 645 (remove_files) COMPLETE
76062026-09-01T23:25:51.762Z[ recovery-image] Sep 01 23:25:50.343 INFO O| Sep 01 23:25:50.343 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-09-01T23:25:51.773Z[ recovery-image] Sep 01 23:25:50.353 INFO O| Sep 01 23:25:50.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
76082026-09-01T23:25:51.773Z[ recovery-image] Sep 01 23:25:50.353 INFO O| Sep 01 23:25:50.353 INFO STEP 646 (remove_files) COMPLETE
76092026-09-01T23:25:51.773Z[ recovery-image] Sep 01 23:25:50.353 INFO O| Sep 01 23:25:50.353 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-09-01T23:25:51.783Z[ recovery-image] Sep 01 23:25:50.363 INFO O| Sep 01 23:25:50.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
76112026-09-01T23:25:51.783Z[ recovery-image] Sep 01 23:25:50.363 INFO O| Sep 01 23:25:50.363 INFO STEP 647 (remove_files) COMPLETE
76122026-09-01T23:25:51.785Z[ recovery-image] Sep 01 23:25:50.363 INFO O| Sep 01 23:25:50.363 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-09-01T23:25:51.792Z[ recovery-image] Sep 01 23:25:50.372 INFO O| Sep 01 23:25:50.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
76142026-09-01T23:25:51.792Z[ recovery-image] Sep 01 23:25:50.372 INFO O| Sep 01 23:25:50.372 INFO STEP 648 (remove_files) COMPLETE
76152026-09-01T23:25:51.792Z[ recovery-image] Sep 01 23:25:50.372 INFO O| Sep 01 23:25:50.372 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-09-01T23:25:51.801Z[ recovery-image] Sep 01 23:25:50.381 INFO O| Sep 01 23:25:50.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
76172026-09-01T23:25:51.801Z[ recovery-image] Sep 01 23:25:50.381 INFO O| Sep 01 23:25:50.381 INFO STEP 649 (remove_files) COMPLETE
76182026-09-01T23:25:51.801Z[ recovery-image] Sep 01 23:25:50.381 INFO O| Sep 01 23:25:50.381 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-09-01T23:25:51.810Z[ recovery-image] Sep 01 23:25:50.391 INFO O| Sep 01 23:25:50.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
76202026-09-01T23:25:51.810Z[ recovery-image] Sep 01 23:25:50.391 INFO O| Sep 01 23:25:50.391 INFO STEP 650 (remove_files) COMPLETE
76212026-09-01T23:25:51.810Z[ recovery-image] Sep 01 23:25:50.391 INFO O| Sep 01 23:25:50.391 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-09-01T23:25:51.819Z[ recovery-image] Sep 01 23:25:50.400 INFO O| Sep 01 23:25:50.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
76232026-09-01T23:25:51.819Z[ recovery-image] Sep 01 23:25:50.400 INFO O| Sep 01 23:25:50.400 INFO STEP 651 (remove_files) COMPLETE
76242026-09-01T23:25:51.819Z[ recovery-image] Sep 01 23:25:50.400 INFO O| Sep 01 23:25:50.400 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-09-01T23:25:51.830Z[ recovery-image] Sep 01 23:25:50.411 INFO O| Sep 01 23:25:50.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
76262026-09-01T23:25:51.830Z[ recovery-image] Sep 01 23:25:50.411 INFO O| Sep 01 23:25:50.411 INFO STEP 652 (remove_files) COMPLETE
76272026-09-01T23:25:51.830Z[ recovery-image] Sep 01 23:25:50.411 INFO O| Sep 01 23:25:50.411 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-09-01T23:25:51.841Z[ recovery-image] Sep 01 23:25:50.421 INFO O| Sep 01 23:25:50.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
76292026-09-01T23:25:51.841Z[ recovery-image] Sep 01 23:25:50.421 INFO O| Sep 01 23:25:50.421 INFO STEP 653 (remove_files) COMPLETE
76302026-09-01T23:25:51.841Z[ recovery-image] Sep 01 23:25:50.421 INFO O| Sep 01 23:25:50.421 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-09-01T23:25:51.851Z[ recovery-image] Sep 01 23:25:50.431 INFO O| Sep 01 23:25:50.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
76322026-09-01T23:25:51.851Z[ recovery-image] Sep 01 23:25:50.432 INFO O| Sep 01 23:25:50.432 INFO STEP 654 (remove_files) COMPLETE
76332026-09-01T23:25:51.851Z[ recovery-image] Sep 01 23:25:50.432 INFO O| Sep 01 23:25:50.432 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-09-01T23:25:51.861Z[ recovery-image] Sep 01 23:25:50.442 INFO O| Sep 01 23:25:50.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
76352026-09-01T23:25:51.865Z[ recovery-image] Sep 01 23:25:50.443 INFO O| Sep 01 23:25:50.443 INFO STEP 655 (remove_files) COMPLETE
76362026-09-01T23:25:51.865Z[ recovery-image] Sep 01 23:25:50.443 INFO O| Sep 01 23:25:50.443 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-09-01T23:25:51.872Z[ recovery-image] Sep 01 23:25:50.453 INFO O| Sep 01 23:25:50.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
76382026-09-01T23:25:51.872Z[ recovery-image] Sep 01 23:25:50.453 INFO O| Sep 01 23:25:50.453 INFO STEP 656 (remove_files) COMPLETE
76392026-09-01T23:25:51.873Z[ recovery-image] Sep 01 23:25:50.453 INFO O| Sep 01 23:25:50.453 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-09-01T23:25:51.883Z[ recovery-image] Sep 01 23:25:50.463 INFO O| Sep 01 23:25:50.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
76412026-09-01T23:25:51.883Z[ recovery-image] Sep 01 23:25:50.463 INFO O| Sep 01 23:25:50.463 INFO STEP 657 (remove_files) COMPLETE
76422026-09-01T23:25:51.883Z[ recovery-image] Sep 01 23:25:50.463 INFO O| Sep 01 23:25:50.463 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-09-01T23:25:51.893Z[ recovery-image] Sep 01 23:25:50.474 INFO O| Sep 01 23:25:50.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
76442026-09-01T23:25:51.893Z[ recovery-image] Sep 01 23:25:50.474 INFO O| Sep 01 23:25:50.474 INFO STEP 658 (remove_files) COMPLETE
76452026-09-01T23:25:51.896Z[ recovery-image] Sep 01 23:25:50.474 INFO O| Sep 01 23:25:50.474 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-09-01T23:25:51.903Z[ recovery-image] Sep 01 23:25:50.484 INFO O| Sep 01 23:25:50.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
76472026-09-01T23:25:51.903Z[ recovery-image] Sep 01 23:25:50.484 INFO O| Sep 01 23:25:50.484 INFO STEP 659 (remove_files) COMPLETE
76482026-09-01T23:25:51.903Z[ recovery-image] Sep 01 23:25:50.484 INFO O| Sep 01 23:25:50.484 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-09-01T23:25:51.912Z[ recovery-image] Sep 01 23:25:50.492 INFO O| Sep 01 23:25:50.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
76502026-09-01T23:25:51.912Z[ recovery-image] Sep 01 23:25:50.492 INFO O| Sep 01 23:25:50.492 INFO STEP 660 (remove_files) COMPLETE
76512026-09-01T23:25:51.915Z[ recovery-image] Sep 01 23:25:50.492 INFO O| Sep 01 23:25:50.492 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-09-01T23:25:51.920Z[ recovery-image] Sep 01 23:25:50.499 INFO O| Sep 01 23:25:50.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
76532026-09-01T23:25:51.920Z[ recovery-image] Sep 01 23:25:50.499 INFO O| Sep 01 23:25:50.499 INFO STEP 661 (remove_files) COMPLETE
76542026-09-01T23:25:51.922Z[ recovery-image] Sep 01 23:25:50.500 INFO O| Sep 01 23:25:50.499 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-09-01T23:25:51.926Z[ recovery-image] Sep 01 23:25:50.507 INFO O| Sep 01 23:25:50.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
76562026-09-01T23:25:51.926Z[ recovery-image] Sep 01 23:25:50.507 INFO O| Sep 01 23:25:50.507 INFO STEP 662 (remove_files) COMPLETE
76572026-09-01T23:25:51.929Z[ recovery-image] Sep 01 23:25:50.507 INFO O| Sep 01 23:25:50.507 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-09-01T23:25:51.935Z[ recovery-image] Sep 01 23:25:50.515 INFO O| Sep 01 23:25:50.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
76592026-09-01T23:25:51.938Z[ recovery-image] Sep 01 23:25:50.516 INFO O| Sep 01 23:25:50.516 INFO STEP 663 (remove_files) COMPLETE
76602026-09-01T23:25:51.938Z[ recovery-image] Sep 01 23:25:50.516 INFO O| Sep 01 23:25:50.516 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-09-01T23:25:51.947Z[ recovery-image] Sep 01 23:25:50.528 INFO O| Sep 01 23:25:50.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
76622026-09-01T23:25:51.947Z[ recovery-image] Sep 01 23:25:50.528 INFO O| Sep 01 23:25:50.528 INFO STEP 664 (remove_files) COMPLETE
76632026-09-01T23:25:51.950Z[ recovery-image] Sep 01 23:25:50.528 INFO O| Sep 01 23:25:50.528 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-09-01T23:25:51.957Z[ recovery-image] Sep 01 23:25:50.538 INFO O| Sep 01 23:25:50.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
76652026-09-01T23:25:51.957Z[ recovery-image] Sep 01 23:25:50.538 INFO O| Sep 01 23:25:50.538 INFO STEP 665 (remove_files) COMPLETE
76662026-09-01T23:25:51.957Z[ recovery-image] Sep 01 23:25:50.538 INFO O| Sep 01 23:25:50.538 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-09-01T23:25:51.967Z[ recovery-image] Sep 01 23:25:50.547 INFO O| Sep 01 23:25:50.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
76682026-09-01T23:25:51.967Z[ recovery-image] Sep 01 23:25:50.547 INFO O| Sep 01 23:25:50.547 INFO STEP 666 (remove_files) COMPLETE
76692026-09-01T23:25:51.970Z[ recovery-image] Sep 01 23:25:50.547 INFO O| Sep 01 23:25:50.547 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-09-01T23:25:51.977Z[ recovery-image] Sep 01 23:25:50.558 INFO O| Sep 01 23:25:50.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
76712026-09-01T23:25:51.977Z[ recovery-image] Sep 01 23:25:50.558 INFO O| Sep 01 23:25:50.558 INFO STEP 667 (remove_files) COMPLETE
76722026-09-01T23:25:51.977Z[ recovery-image] Sep 01 23:25:50.558 INFO O| Sep 01 23:25:50.558 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-09-01T23:25:51.988Z[ recovery-image] Sep 01 23:25:50.568 INFO O| Sep 01 23:25:50.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
76742026-09-01T23:25:51.988Z[ recovery-image] Sep 01 23:25:50.568 INFO O| Sep 01 23:25:50.568 INFO STEP 668 (remove_files) COMPLETE
76752026-09-01T23:25:51.988Z[ recovery-image] Sep 01 23:25:50.568 INFO O| Sep 01 23:25:50.568 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-09-01T23:25:51.991Z[verify-libraries] Compiling samael v0.0.19
76772026-09-01T23:25:51.998Z[ recovery-image] Sep 01 23:25:50.578 INFO O| Sep 01 23:25:50.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
76782026-09-01T23:25:51.998Z[ recovery-image] Sep 01 23:25:50.578 INFO O| Sep 01 23:25:50.578 INFO STEP 669 (remove_files) COMPLETE
76792026-09-01T23:25:52.001Z[ recovery-image] Sep 01 23:25:50.578 INFO O| Sep 01 23:25:50.578 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-09-01T23:25:52.010Z[ recovery-image] Sep 01 23:25:50.590 INFO O| Sep 01 23:25:50.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
76812026-09-01T23:25:52.010Z[ recovery-image] Sep 01 23:25:50.590 INFO O| Sep 01 23:25:50.590 INFO STEP 670 (remove_files) COMPLETE
76822026-09-01T23:25:52.013Z[ recovery-image] Sep 01 23:25:50.590 INFO O| Sep 01 23:25:50.590 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-09-01T23:25:52.020Z[ recovery-image] Sep 01 23:25:50.600 INFO O| Sep 01 23:25:50.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
76842026-09-01T23:25:52.020Z[ recovery-image] Sep 01 23:25:50.600 INFO O| Sep 01 23:25:50.600 INFO STEP 671 (remove_files) COMPLETE
76852026-09-01T23:25:52.023Z[ recovery-image] Sep 01 23:25:50.600 INFO O| Sep 01 23:25:50.600 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-09-01T23:25:52.029Z[ recovery-image] Sep 01 23:25:50.609 INFO O| Sep 01 23:25:50.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
76872026-09-01T23:25:52.029Z[ recovery-image] Sep 01 23:25:50.610 INFO O| Sep 01 23:25:50.610 INFO STEP 672 (remove_files) COMPLETE
76882026-09-01T23:25:52.032Z[ recovery-image] Sep 01 23:25:50.610 INFO O| Sep 01 23:25:50.610 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-09-01T23:25:52.039Z[ recovery-image] Sep 01 23:25:50.619 INFO O| Sep 01 23:25:50.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
76902026-09-01T23:25:52.039Z[ recovery-image] Sep 01 23:25:50.619 INFO O| Sep 01 23:25:50.619 INFO STEP 673 (remove_files) COMPLETE
76912026-09-01T23:25:52.039Z[ recovery-image] Sep 01 23:25:50.619 INFO O| Sep 01 23:25:50.619 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-09-01T23:25:52.049Z[ recovery-image] Sep 01 23:25:50.629 INFO O| Sep 01 23:25:50.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
76932026-09-01T23:25:52.049Z[ recovery-image] Sep 01 23:25:50.629 INFO O| Sep 01 23:25:50.629 INFO STEP 674 (remove_files) COMPLETE
76942026-09-01T23:25:52.052Z[ recovery-image] Sep 01 23:25:50.629 INFO O| Sep 01 23:25:50.629 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-09-01T23:25:52.059Z[ recovery-image] Sep 01 23:25:50.640 INFO O| Sep 01 23:25:50.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
76962026-09-01T23:25:52.059Z[ recovery-image] Sep 01 23:25:50.640 INFO O| Sep 01 23:25:50.640 INFO STEP 675 (remove_files) COMPLETE
76972026-09-01T23:25:52.059Z[ recovery-image] Sep 01 23:25:50.640 INFO O| Sep 01 23:25:50.640 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-09-01T23:25:52.071Z[ recovery-image] Sep 01 23:25:50.651 INFO O| Sep 01 23:25:50.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
76992026-09-01T23:25:52.071Z[ recovery-image] Sep 01 23:25:50.652 INFO O| Sep 01 23:25:50.652 INFO STEP 676 (remove_files) COMPLETE
77002026-09-01T23:25:52.071Z[ recovery-image] Sep 01 23:25:50.652 INFO O| Sep 01 23:25:50.652 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-09-01T23:25:52.084Z[ recovery-image] Sep 01 23:25:50.663 INFO O| Sep 01 23:25:50.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
77022026-09-01T23:25:52.084Z[ recovery-image] Sep 01 23:25:50.663 INFO O| Sep 01 23:25:50.663 INFO STEP 677 (remove_files) COMPLETE
77032026-09-01T23:25:52.084Z[ recovery-image] Sep 01 23:25:50.663 INFO O| Sep 01 23:25:50.663 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-09-01T23:25:52.093Z[ recovery-image] Sep 01 23:25:50.674 INFO O| Sep 01 23:25:50.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
77052026-09-01T23:25:52.093Z[ recovery-image] Sep 01 23:25:50.674 INFO O| Sep 01 23:25:50.674 INFO STEP 678 (remove_files) COMPLETE
77062026-09-01T23:25:52.094Z[ recovery-image] Sep 01 23:25:50.674 INFO O| Sep 01 23:25:50.674 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-09-01T23:25:52.103Z[ recovery-image] Sep 01 23:25:50.683 INFO O| Sep 01 23:25:50.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
77082026-09-01T23:25:52.103Z[ recovery-image] Sep 01 23:25:50.683 INFO O| Sep 01 23:25:50.683 INFO STEP 679 (remove_files) COMPLETE
77092026-09-01T23:25:52.103Z[ recovery-image] Sep 01 23:25:50.683 INFO O| Sep 01 23:25:50.683 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-09-01T23:25:52.113Z[ recovery-image] Sep 01 23:25:50.693 INFO O| Sep 01 23:25:50.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
77112026-09-01T23:25:52.113Z[ recovery-image] Sep 01 23:25:50.693 INFO O| Sep 01 23:25:50.693 INFO STEP 680 (remove_files) COMPLETE
77122026-09-01T23:25:52.113Z[ recovery-image] Sep 01 23:25:50.693 INFO O| Sep 01 23:25:50.693 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-09-01T23:25:52.122Z[ recovery-image] Sep 01 23:25:50.702 INFO O| Sep 01 23:25:50.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
77142026-09-01T23:25:52.122Z[ recovery-image] Sep 01 23:25:50.702 INFO O| Sep 01 23:25:50.702 INFO STEP 681 (remove_files) COMPLETE
77152026-09-01T23:25:52.122Z[ recovery-image] Sep 01 23:25:50.702 INFO O| Sep 01 23:25:50.702 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-09-01T23:25:52.132Z[ recovery-image] Sep 01 23:25:50.713 INFO O| Sep 01 23:25:50.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
77172026-09-01T23:25:52.132Z[ recovery-image] Sep 01 23:25:50.713 INFO O| Sep 01 23:25:50.713 INFO STEP 682 (remove_files) COMPLETE
77182026-09-01T23:25:52.132Z[ recovery-image] Sep 01 23:25:50.713 INFO O| Sep 01 23:25:50.713 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-09-01T23:25:52.142Z[ recovery-image] Sep 01 23:25:50.722 INFO O| Sep 01 23:25:50.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
77202026-09-01T23:25:52.142Z[ recovery-image] Sep 01 23:25:50.723 INFO O| Sep 01 23:25:50.723 INFO STEP 683 (remove_files) COMPLETE
77212026-09-01T23:25:52.145Z[ recovery-image] Sep 01 23:25:50.723 INFO O| Sep 01 23:25:50.723 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-09-01T23:25:52.152Z[ recovery-image] Sep 01 23:25:50.733 INFO O| Sep 01 23:25:50.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
77232026-09-01T23:25:52.152Z[ recovery-image] Sep 01 23:25:50.733 INFO O| Sep 01 23:25:50.733 INFO STEP 684 (remove_files) COMPLETE
77242026-09-01T23:25:52.152Z[ recovery-image] Sep 01 23:25:50.733 INFO O| Sep 01 23:25:50.733 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-09-01T23:25:52.161Z[ recovery-image] Sep 01 23:25:50.742 INFO O| Sep 01 23:25:50.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
77262026-09-01T23:25:52.162Z[ recovery-image] Sep 01 23:25:50.742 INFO O| Sep 01 23:25:50.742 INFO STEP 685 (remove_files) COMPLETE
77272026-09-01T23:25:52.162Z[ recovery-image] Sep 01 23:25:50.742 INFO O| Sep 01 23:25:50.742 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-09-01T23:25:52.170Z[ recovery-image] Sep 01 23:25:50.751 INFO O| Sep 01 23:25:50.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
77292026-09-01T23:25:52.170Z[ recovery-image] Sep 01 23:25:50.751 INFO O| Sep 01 23:25:50.751 INFO STEP 686 (remove_files) COMPLETE
77302026-09-01T23:25:52.170Z[ recovery-image] Sep 01 23:25:50.751 INFO O| Sep 01 23:25:50.751 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-09-01T23:25:52.182Z[ recovery-image] Sep 01 23:25:50.762 INFO O| Sep 01 23:25:50.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
77322026-09-01T23:25:52.182Z[ recovery-image] Sep 01 23:25:50.762 INFO O| Sep 01 23:25:50.762 INFO STEP 687 (remove_files) COMPLETE
77332026-09-01T23:25:52.182Z[ recovery-image] Sep 01 23:25:50.762 INFO O| Sep 01 23:25:50.762 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-09-01T23:25:52.193Z[ recovery-image] Sep 01 23:25:50.772 INFO O| Sep 01 23:25:50.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
77352026-09-01T23:25:52.193Z[ recovery-image] Sep 01 23:25:50.772 INFO O| Sep 01 23:25:50.772 INFO STEP 688 (remove_files) COMPLETE
77362026-09-01T23:25:52.193Z[ recovery-image] Sep 01 23:25:50.772 INFO O| Sep 01 23:25:50.772 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-09-01T23:25:52.202Z[ recovery-image] Sep 01 23:25:50.782 INFO O| Sep 01 23:25:50.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
77382026-09-01T23:25:52.202Z[ recovery-image] Sep 01 23:25:50.783 INFO O| Sep 01 23:25:50.783 INFO STEP 689 (remove_files) COMPLETE
77392026-09-01T23:25:52.202Z[ recovery-image] Sep 01 23:25:50.783 INFO O| Sep 01 23:25:50.783 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-09-01T23:25:52.212Z[ recovery-image] Sep 01 23:25:50.793 INFO O| Sep 01 23:25:50.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
77412026-09-01T23:25:52.212Z[ recovery-image] Sep 01 23:25:50.793 INFO O| Sep 01 23:25:50.793 INFO STEP 690 (remove_files) COMPLETE
77422026-09-01T23:25:52.212Z[ recovery-image] Sep 01 23:25:50.793 INFO O| Sep 01 23:25:50.793 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-09-01T23:25:52.223Z[ recovery-image] Sep 01 23:25:50.803 INFO O| Sep 01 23:25:50.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
77442026-09-01T23:25:52.223Z[ recovery-image] Sep 01 23:25:50.803 INFO O| Sep 01 23:25:50.803 INFO STEP 691 (remove_files) COMPLETE
77452026-09-01T23:25:52.223Z[ recovery-image] Sep 01 23:25:50.803 INFO O| Sep 01 23:25:50.803 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-09-01T23:25:52.232Z[ recovery-image] Sep 01 23:25:50.812 INFO O| Sep 01 23:25:50.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
77472026-09-01T23:25:52.232Z[ recovery-image] Sep 01 23:25:50.812 INFO O| Sep 01 23:25:50.812 INFO STEP 692 (remove_files) COMPLETE
77482026-09-01T23:25:52.232Z[ recovery-image] Sep 01 23:25:50.812 INFO O| Sep 01 23:25:50.812 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-09-01T23:25:52.243Z[ recovery-image] Sep 01 23:25:50.823 INFO O| Sep 01 23:25:50.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
77502026-09-01T23:25:52.243Z[ recovery-image] Sep 01 23:25:50.823 INFO O| Sep 01 23:25:50.823 INFO STEP 693 (remove_files) COMPLETE
77512026-09-01T23:25:52.243Z[ recovery-image] Sep 01 23:25:50.823 INFO O| Sep 01 23:25:50.823 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-09-01T23:25:52.252Z[ recovery-image] Sep 01 23:25:50.833 INFO O| Sep 01 23:25:50.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
77532026-09-01T23:25:52.252Z[ recovery-image] Sep 01 23:25:50.833 INFO O| Sep 01 23:25:50.833 INFO STEP 694 (remove_files) COMPLETE
77542026-09-01T23:25:52.252Z[ recovery-image] Sep 01 23:25:50.833 INFO O| Sep 01 23:25:50.833 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77552026-09-01T23:25:52.262Z[ recovery-image] Sep 01 23:25:50.843 INFO O| Sep 01 23:25:50.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
77562026-09-01T23:25:52.262Z[ recovery-image] Sep 01 23:25:50.843 INFO O| Sep 01 23:25:50.843 INFO STEP 695 (remove_files) COMPLETE
77572026-09-01T23:25:52.265Z[ recovery-image] Sep 01 23:25:50.843 INFO O| Sep 01 23:25:50.843 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77582026-09-01T23:25:52.272Z[ recovery-image] Sep 01 23:25:50.852 INFO O| Sep 01 23:25:50.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
77592026-09-01T23:25:52.272Z[ recovery-image] Sep 01 23:25:50.852 INFO O| Sep 01 23:25:50.852 INFO STEP 696 (remove_files) COMPLETE
77602026-09-01T23:25:52.275Z[ recovery-image] Sep 01 23:25:50.853 INFO O| Sep 01 23:25:50.852 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77612026-09-01T23:25:52.281Z[ recovery-image] Sep 01 23:25:50.862 INFO O| Sep 01 23:25:50.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
77622026-09-01T23:25:52.281Z[ recovery-image] Sep 01 23:25:50.862 INFO O| Sep 01 23:25:50.862 INFO STEP 697 (remove_files) COMPLETE
77632026-09-01T23:25:52.281Z[ recovery-image] Sep 01 23:25:50.862 INFO O| Sep 01 23:25:50.862 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77642026-09-01T23:25:52.287Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
77652026-09-01T23:25:52.291Z[ recovery-image] Sep 01 23:25:50.871 INFO O| Sep 01 23:25:50.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
77662026-09-01T23:25:52.291Z[ recovery-image] Sep 01 23:25:50.871 INFO O| Sep 01 23:25:50.871 INFO STEP 698 (remove_files) COMPLETE
77672026-09-01T23:25:52.291Z[ recovery-image] Sep 01 23:25:50.871 INFO O| Sep 01 23:25:50.871 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-09-01T23:25:52.302Z[ recovery-image] Sep 01 23:25:50.882 INFO O| Sep 01 23:25:50.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
77692026-09-01T23:25:52.302Z[ recovery-image] Sep 01 23:25:50.882 INFO O| Sep 01 23:25:50.882 INFO STEP 699 (remove_files) COMPLETE
77702026-09-01T23:25:52.302Z[ recovery-image] Sep 01 23:25:50.882 INFO O| Sep 01 23:25:50.882 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-09-01T23:25:52.311Z[ recovery-image] Sep 01 23:25:50.891 INFO O| Sep 01 23:25:50.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
77722026-09-01T23:25:52.311Z[ recovery-image] Sep 01 23:25:50.891 INFO O| Sep 01 23:25:50.891 INFO STEP 700 (remove_files) COMPLETE
77732026-09-01T23:25:52.311Z[ recovery-image] Sep 01 23:25:50.891 INFO O| Sep 01 23:25:50.891 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-09-01T23:25:52.326Z[ recovery-image] Sep 01 23:25:50.900 INFO O| Sep 01 23:25:50.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
77752026-09-01T23:25:52.326Z[ recovery-image] Sep 01 23:25:50.900 INFO O| Sep 01 23:25:50.900 INFO STEP 701 (remove_files) COMPLETE
77762026-09-01T23:25:52.326Z[ recovery-image] Sep 01 23:25:50.900 INFO O| Sep 01 23:25:50.900 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-09-01T23:25:52.329Z[ recovery-image] Sep 01 23:25:50.908 INFO O| Sep 01 23:25:50.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
77782026-09-01T23:25:52.329Z[ recovery-image] Sep 01 23:25:50.909 INFO O| Sep 01 23:25:50.908 INFO STEP 702 (remove_files) COMPLETE
77792026-09-01T23:25:52.329Z[ recovery-image] Sep 01 23:25:50.909 INFO O| Sep 01 23:25:50.909 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-09-01T23:25:52.338Z[ recovery-image] Sep 01 23:25:50.918 INFO O| Sep 01 23:25:50.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
77812026-09-01T23:25:52.338Z[ recovery-image] Sep 01 23:25:50.918 INFO O| Sep 01 23:25:50.918 INFO STEP 703 (remove_files) COMPLETE
77822026-09-01T23:25:52.341Z[ recovery-image] Sep 01 23:25:50.918 INFO O| Sep 01 23:25:50.918 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-09-01T23:25:52.350Z[ recovery-image] Sep 01 23:25:50.931 INFO O| Sep 01 23:25:50.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
77842026-09-01T23:25:52.350Z[ recovery-image] Sep 01 23:25:50.931 INFO O| Sep 01 23:25:50.931 INFO STEP 704 (remove_files) COMPLETE
77852026-09-01T23:25:52.350Z[ recovery-image] Sep 01 23:25:50.931 INFO O| Sep 01 23:25:50.931 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-09-01T23:25:52.361Z[ recovery-image] Sep 01 23:25:50.941 INFO O| Sep 01 23:25:50.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
77872026-09-01T23:25:52.361Z[ recovery-image] Sep 01 23:25:50.941 INFO O| Sep 01 23:25:50.941 INFO STEP 705 (remove_files) COMPLETE
77882026-09-01T23:25:52.361Z[ recovery-image] Sep 01 23:25:50.941 INFO O| Sep 01 23:25:50.941 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-09-01T23:25:52.371Z[ recovery-image] Sep 01 23:25:50.951 INFO O| Sep 01 23:25:50.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
77902026-09-01T23:25:52.371Z[ recovery-image] Sep 01 23:25:50.951 INFO O| Sep 01 23:25:50.951 INFO STEP 706 (remove_files) COMPLETE
77912026-09-01T23:25:52.371Z[ recovery-image] Sep 01 23:25:50.952 INFO O| Sep 01 23:25:50.951 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-09-01T23:25:52.382Z[ recovery-image] Sep 01 23:25:50.962 INFO O| Sep 01 23:25:50.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
77932026-09-01T23:25:52.382Z[ recovery-image] Sep 01 23:25:50.962 INFO O| Sep 01 23:25:50.962 INFO STEP 707 (remove_files) COMPLETE
77942026-09-01T23:25:52.382Z[ recovery-image] Sep 01 23:25:50.962 INFO O| Sep 01 23:25:50.962 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-09-01T23:25:52.391Z[ recovery-image] Sep 01 23:25:50.972 INFO O| Sep 01 23:25:50.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
77962026-09-01T23:25:52.392Z[ recovery-image] Sep 01 23:25:50.972 INFO O| Sep 01 23:25:50.972 INFO STEP 708 (remove_files) COMPLETE
77972026-09-01T23:25:52.392Z[ recovery-image] Sep 01 23:25:50.972 INFO O| Sep 01 23:25:50.972 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-09-01T23:25:52.401Z[ recovery-image] Sep 01 23:25:50.981 INFO O| Sep 01 23:25:50.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
77992026-09-01T23:25:52.401Z[ recovery-image] Sep 01 23:25:50.981 INFO O| Sep 01 23:25:50.981 INFO STEP 709 (remove_files) COMPLETE
78002026-09-01T23:25:52.401Z[ recovery-image] Sep 01 23:25:50.981 INFO O| Sep 01 23:25:50.981 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-09-01T23:25:52.411Z[ recovery-image] Sep 01 23:25:50.991 INFO O| Sep 01 23:25:50.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
78022026-09-01T23:25:52.411Z[ recovery-image] Sep 01 23:25:50.991 INFO O| Sep 01 23:25:50.991 INFO STEP 710 (remove_files) COMPLETE
78032026-09-01T23:25:52.411Z[ recovery-image] Sep 01 23:25:50.991 INFO O| Sep 01 23:25:50.991 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-09-01T23:25:52.420Z[ recovery-image] Sep 01 23:25:51.001 INFO O| Sep 01 23:25:51.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
78052026-09-01T23:25:52.420Z[ recovery-image] Sep 01 23:25:51.001 INFO O| Sep 01 23:25:51.001 INFO STEP 711 (remove_files) COMPLETE
78062026-09-01T23:25:52.420Z[ recovery-image] Sep 01 23:25:51.001 INFO O| Sep 01 23:25:51.001 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-09-01T23:25:52.429Z[ recovery-image] Sep 01 23:25:51.010 INFO O| Sep 01 23:25:51.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
78082026-09-01T23:25:52.429Z[ recovery-image] Sep 01 23:25:51.010 INFO O| Sep 01 23:25:51.010 INFO STEP 712 (remove_files) COMPLETE
78092026-09-01T23:25:52.429Z[ recovery-image] Sep 01 23:25:51.010 INFO O| Sep 01 23:25:51.010 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-09-01T23:25:52.438Z[ recovery-image] Sep 01 23:25:51.019 INFO O| Sep 01 23:25:51.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
78112026-09-01T23:25:52.438Z[ recovery-image] Sep 01 23:25:51.019 INFO O| Sep 01 23:25:51.019 INFO STEP 713 (remove_files) COMPLETE
78122026-09-01T23:25:52.438Z[ recovery-image] Sep 01 23:25:51.019 INFO O| Sep 01 23:25:51.019 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-09-01T23:25:52.448Z[ recovery-image] Sep 01 23:25:51.028 INFO O| Sep 01 23:25:51.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
78142026-09-01T23:25:52.448Z[ recovery-image] Sep 01 23:25:51.028 INFO O| Sep 01 23:25:51.028 INFO STEP 714 (remove_files) COMPLETE
78152026-09-01T23:25:52.448Z[ recovery-image] Sep 01 23:25:51.028 INFO O| Sep 01 23:25:51.028 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-09-01T23:25:52.460Z[ recovery-image] Sep 01 23:25:51.040 INFO O| Sep 01 23:25:51.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
78172026-09-01T23:25:52.460Z[ recovery-image] Sep 01 23:25:51.040 INFO O| Sep 01 23:25:51.040 INFO STEP 715 (remove_files) COMPLETE
78182026-09-01T23:25:52.460Z[ recovery-image] Sep 01 23:25:51.040 INFO O| Sep 01 23:25:51.040 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-09-01T23:25:52.478Z[ recovery-image] Sep 01 23:25:51.059 INFO O| Sep 01 23:25:51.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
78202026-09-01T23:25:52.481Z[ recovery-image] Sep 01 23:25:51.060 INFO O| Sep 01 23:25:51.060 INFO STEP 716 (remove_files) COMPLETE
78212026-09-01T23:25:52.481Z[ recovery-image] Sep 01 23:25:51.060 INFO O| Sep 01 23:25:51.060 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-09-01T23:25:52.489Z[ recovery-image] Sep 01 23:25:51.070 INFO O| Sep 01 23:25:51.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
78232026-09-01T23:25:52.492Z[ recovery-image] Sep 01 23:25:51.071 INFO O| Sep 01 23:25:51.071 INFO STEP 717 (remove_files) COMPLETE
78242026-09-01T23:25:52.493Z[ recovery-image] Sep 01 23:25:51.071 INFO O| Sep 01 23:25:51.071 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-09-01T23:25:52.501Z[ recovery-image] Sep 01 23:25:51.082 INFO O| Sep 01 23:25:51.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
78262026-09-01T23:25:52.501Z[ recovery-image] Sep 01 23:25:51.082 INFO O| Sep 01 23:25:51.082 INFO STEP 718 (remove_files) COMPLETE
78272026-09-01T23:25:52.501Z[ recovery-image] Sep 01 23:25:51.082 INFO O| Sep 01 23:25:51.082 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-09-01T23:25:52.511Z[ recovery-image] Sep 01 23:25:51.091 INFO O| Sep 01 23:25:51.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
78292026-09-01T23:25:52.511Z[ recovery-image] Sep 01 23:25:51.091 INFO O| Sep 01 23:25:51.091 INFO STEP 719 (remove_files) COMPLETE
78302026-09-01T23:25:52.511Z[ recovery-image] Sep 01 23:25:51.091 INFO O| Sep 01 23:25:51.091 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-09-01T23:25:52.520Z[ recovery-image] Sep 01 23:25:51.101 INFO O| Sep 01 23:25:51.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
78322026-09-01T23:25:52.520Z[ recovery-image] Sep 01 23:25:51.101 INFO O| Sep 01 23:25:51.101 INFO STEP 720 (remove_files) COMPLETE
78332026-09-01T23:25:52.520Z[ recovery-image] Sep 01 23:25:51.101 INFO O| Sep 01 23:25:51.101 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-09-01T23:25:52.529Z[ recovery-image] Sep 01 23:25:51.110 INFO O| Sep 01 23:25:51.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
78352026-09-01T23:25:52.529Z[ recovery-image] Sep 01 23:25:51.110 INFO O| Sep 01 23:25:51.110 INFO STEP 721 (remove_files) COMPLETE
78362026-09-01T23:25:52.529Z[ recovery-image] Sep 01 23:25:51.110 INFO O| Sep 01 23:25:51.110 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-09-01T23:25:52.539Z[ recovery-image] Sep 01 23:25:51.119 INFO O| Sep 01 23:25:51.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
78382026-09-01T23:25:52.539Z[ recovery-image] Sep 01 23:25:51.119 INFO O| Sep 01 23:25:51.119 INFO STEP 722 (remove_files) COMPLETE
78392026-09-01T23:25:52.542Z[ recovery-image] Sep 01 23:25:51.119 INFO O| Sep 01 23:25:51.119 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-09-01T23:25:52.550Z[ recovery-image] Sep 01 23:25:51.131 INFO O| Sep 01 23:25:51.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
78412026-09-01T23:25:52.550Z[ recovery-image] Sep 01 23:25:51.131 INFO O| Sep 01 23:25:51.131 INFO STEP 723 (remove_files) COMPLETE
78422026-09-01T23:25:52.550Z[ recovery-image] Sep 01 23:25:51.131 INFO O| Sep 01 23:25:51.131 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-09-01T23:25:52.560Z[ recovery-image] Sep 01 23:25:51.140 INFO O| Sep 01 23:25:51.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
78442026-09-01T23:25:52.560Z[ recovery-image] Sep 01 23:25:51.140 INFO O| Sep 01 23:25:51.140 INFO STEP 724 (remove_files) COMPLETE
78452026-09-01T23:25:52.563Z[ recovery-image] Sep 01 23:25:51.140 INFO O| Sep 01 23:25:51.140 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-09-01T23:25:52.569Z[ recovery-image] Sep 01 23:25:51.150 INFO O| Sep 01 23:25:51.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
78472026-09-01T23:25:52.569Z[ recovery-image] Sep 01 23:25:51.150 INFO O| Sep 01 23:25:51.150 INFO STEP 725 (remove_files) COMPLETE
78482026-09-01T23:25:52.574Z[ recovery-image] Sep 01 23:25:51.150 INFO O| Sep 01 23:25:51.150 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-09-01T23:25:52.579Z[ recovery-image] Sep 01 23:25:51.160 INFO O| Sep 01 23:25:51.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
78502026-09-01T23:25:52.580Z[ recovery-image] Sep 01 23:25:51.160 INFO O| Sep 01 23:25:51.160 INFO STEP 726 (remove_files) COMPLETE
78512026-09-01T23:25:52.580Z[ recovery-image] Sep 01 23:25:51.160 INFO O| Sep 01 23:25:51.160 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-09-01T23:25:52.590Z[ recovery-image] Sep 01 23:25:51.171 INFO O| Sep 01 23:25:51.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
78532026-09-01T23:25:52.590Z[ recovery-image] Sep 01 23:25:51.171 INFO O| Sep 01 23:25:51.171 INFO STEP 727 (remove_files) COMPLETE
78542026-09-01T23:25:52.590Z[ recovery-image] Sep 01 23:25:51.171 INFO O| Sep 01 23:25:51.171 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-09-01T23:25:52.602Z[ recovery-image] Sep 01 23:25:51.182 INFO O| Sep 01 23:25:51.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
78562026-09-01T23:25:52.602Z[ recovery-image] Sep 01 23:25:51.182 INFO O| Sep 01 23:25:51.182 INFO STEP 728 (remove_files) COMPLETE
78572026-09-01T23:25:52.602Z[ recovery-image] Sep 01 23:25:51.182 INFO O| Sep 01 23:25:51.182 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-09-01T23:25:52.613Z[ recovery-image] Sep 01 23:25:51.193 INFO O| Sep 01 23:25:51.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
78592026-09-01T23:25:52.616Z[ recovery-image] Sep 01 23:25:51.194 INFO O| Sep 01 23:25:51.194 INFO STEP 729 (remove_files) COMPLETE
78602026-09-01T23:25:52.616Z[ recovery-image] Sep 01 23:25:51.194 INFO O| Sep 01 23:25:51.194 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-09-01T23:25:52.629Z[ recovery-image] Sep 01 23:25:51.204 INFO O| Sep 01 23:25:51.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
78622026-09-01T23:25:52.629Z[ recovery-image] Sep 01 23:25:51.204 INFO O| Sep 01 23:25:51.204 INFO STEP 730 (remove_files) COMPLETE
78632026-09-01T23:25:52.629Z[ recovery-image] Sep 01 23:25:51.204 INFO O| Sep 01 23:25:51.204 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-09-01T23:25:52.634Z[ recovery-image] Sep 01 23:25:51.215 INFO O| Sep 01 23:25:51.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
78652026-09-01T23:25:52.634Z[ recovery-image] Sep 01 23:25:51.215 INFO O| Sep 01 23:25:51.215 INFO STEP 731 (remove_files) COMPLETE
78662026-09-01T23:25:52.634Z[ recovery-image] Sep 01 23:25:51.215 INFO O| Sep 01 23:25:51.215 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-09-01T23:25:52.644Z[ recovery-image] Sep 01 23:25:51.225 INFO O| Sep 01 23:25:51.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
78682026-09-01T23:25:52.644Z[ recovery-image] Sep 01 23:25:51.225 INFO O| Sep 01 23:25:51.225 INFO STEP 732 (remove_files) COMPLETE
78692026-09-01T23:25:52.644Z[ recovery-image] Sep 01 23:25:51.225 INFO O| Sep 01 23:25:51.225 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-09-01T23:25:52.655Z[ recovery-image] Sep 01 23:25:51.235 INFO O| Sep 01 23:25:51.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
78712026-09-01T23:25:52.655Z[ recovery-image] Sep 01 23:25:51.235 INFO O| Sep 01 23:25:51.235 INFO STEP 733 (remove_files) COMPLETE
78722026-09-01T23:25:52.655Z[ recovery-image] Sep 01 23:25:51.235 INFO O| Sep 01 23:25:51.235 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-09-01T23:25:52.665Z[ recovery-image] Sep 01 23:25:51.246 INFO O| Sep 01 23:25:51.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
78742026-09-01T23:25:52.665Z[ recovery-image] Sep 01 23:25:51.246 INFO O| Sep 01 23:25:51.246 INFO STEP 734 (remove_files) COMPLETE
78752026-09-01T23:25:52.665Z[ recovery-image] Sep 01 23:25:51.246 INFO O| Sep 01 23:25:51.246 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-09-01T23:25:52.675Z[ recovery-image] Sep 01 23:25:51.255 INFO O| Sep 01 23:25:51.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
78772026-09-01T23:25:52.675Z[ recovery-image] Sep 01 23:25:51.255 INFO O| Sep 01 23:25:51.255 INFO STEP 735 (remove_files) COMPLETE
78782026-09-01T23:25:52.675Z[ recovery-image] Sep 01 23:25:51.255 INFO O| Sep 01 23:25:51.255 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-09-01T23:25:52.684Z[ recovery-image] Sep 01 23:25:51.265 INFO O| Sep 01 23:25:51.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
78802026-09-01T23:25:52.684Z[ recovery-image] Sep 01 23:25:51.265 INFO O| Sep 01 23:25:51.265 INFO STEP 736 (remove_files) COMPLETE
78812026-09-01T23:25:52.687Z[ recovery-image] Sep 01 23:25:51.265 INFO O| Sep 01 23:25:51.265 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-09-01T23:25:52.694Z[ recovery-image] Sep 01 23:25:51.275 INFO O| Sep 01 23:25:51.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
78832026-09-01T23:25:52.695Z[ recovery-image] Sep 01 23:25:51.275 INFO O| Sep 01 23:25:51.275 INFO STEP 737 (remove_files) COMPLETE
78842026-09-01T23:25:52.695Z[ recovery-image] Sep 01 23:25:51.275 INFO O| Sep 01 23:25:51.275 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-09-01T23:25:52.704Z[ recovery-image] Sep 01 23:25:51.285 INFO O| Sep 01 23:25:51.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
78862026-09-01T23:25:52.704Z[ recovery-image] Sep 01 23:25:51.285 INFO O| Sep 01 23:25:51.285 INFO STEP 738 (remove_files) COMPLETE
78872026-09-01T23:25:52.704Z[ recovery-image] Sep 01 23:25:51.285 INFO O| Sep 01 23:25:51.285 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-09-01T23:25:52.714Z[ recovery-image] Sep 01 23:25:51.294 INFO O| Sep 01 23:25:51.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
78892026-09-01T23:25:52.714Z[ recovery-image] Sep 01 23:25:51.294 INFO O| Sep 01 23:25:51.294 INFO STEP 739 (remove_files) COMPLETE
78902026-09-01T23:25:52.714Z[ recovery-image] Sep 01 23:25:51.294 INFO O| Sep 01 23:25:51.294 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-09-01T23:25:52.723Z[ recovery-image] Sep 01 23:25:51.302 INFO O| Sep 01 23:25:51.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
78922026-09-01T23:25:52.724Z[ recovery-image] Sep 01 23:25:51.302 INFO O| Sep 01 23:25:51.302 INFO STEP 740 (remove_files) COMPLETE
78932026-09-01T23:25:52.724Z[ recovery-image] Sep 01 23:25:51.302 INFO O| Sep 01 23:25:51.302 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-09-01T23:25:52.736Z[ recovery-image] Sep 01 23:25:51.310 INFO O| Sep 01 23:25:51.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
78952026-09-01T23:25:52.736Z[ recovery-image] Sep 01 23:25:51.311 INFO O| Sep 01 23:25:51.311 INFO STEP 741 (remove_files) COMPLETE
78962026-09-01T23:25:52.736Z[ recovery-image] Sep 01 23:25:51.311 INFO O| Sep 01 23:25:51.311 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-09-01T23:25:52.740Z[ recovery-image] Sep 01 23:25:51.319 INFO O| Sep 01 23:25:51.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
78982026-09-01T23:25:52.740Z[ recovery-image] Sep 01 23:25:51.319 INFO O| Sep 01 23:25:51.319 INFO STEP 742 (remove_files) COMPLETE
78992026-09-01T23:25:52.740Z[ recovery-image] Sep 01 23:25:51.319 INFO O| Sep 01 23:25:51.319 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-09-01T23:25:52.766Z[ recovery-image] Sep 01 23:25:51.329 INFO O| Sep 01 23:25:51.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
79012026-09-01T23:25:52.766Z[ recovery-image] Sep 01 23:25:51.329 INFO O| Sep 01 23:25:51.329 INFO STEP 743 (remove_files) COMPLETE
79022026-09-01T23:25:52.766Z[ recovery-image] Sep 01 23:25:51.329 INFO O| Sep 01 23:25:51.329 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-09-01T23:25:52.797Z[ recovery-image] Sep 01 23:25:51.377 INFO O| Sep 01 23:25:51.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
79042026-09-01T23:25:52.801Z[ recovery-image] Sep 01 23:25:51.381 INFO O| Sep 01 23:25:51.381 INFO STEP 744 (remove_files) COMPLETE
79052026-09-01T23:25:52.801Z[ recovery-image] Sep 01 23:25:51.382 INFO O| Sep 01 23:25:51.381 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-09-01T23:25:52.810Z[ recovery-image] Sep 01 23:25:51.390 INFO O| Sep 01 23:25:51.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
79072026-09-01T23:25:52.810Z[ recovery-image] Sep 01 23:25:51.391 INFO O| Sep 01 23:25:51.391 INFO STEP 745 (remove_files) COMPLETE
79082026-09-01T23:25:52.813Z[ recovery-image] Sep 01 23:25:51.391 INFO O| Sep 01 23:25:51.391 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-09-01T23:25:52.820Z[ recovery-image] Sep 01 23:25:51.401 INFO O| Sep 01 23:25:51.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
79102026-09-01T23:25:52.820Z[ recovery-image] Sep 01 23:25:51.401 INFO O| Sep 01 23:25:51.401 INFO STEP 746 (remove_files) COMPLETE
79112026-09-01T23:25:52.820Z[ recovery-image] Sep 01 23:25:51.401 INFO O| Sep 01 23:25:51.401 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-09-01T23:25:52.831Z[ recovery-image] Sep 01 23:25:51.412 INFO O| Sep 01 23:25:51.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
79132026-09-01T23:25:52.831Z[ recovery-image] Sep 01 23:25:51.412 INFO O| Sep 01 23:25:51.412 INFO STEP 747 (remove_files) COMPLETE
79142026-09-01T23:25:52.831Z[ recovery-image] Sep 01 23:25:51.412 INFO O| Sep 01 23:25:51.412 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-09-01T23:25:52.841Z[ recovery-image] Sep 01 23:25:51.422 INFO O| Sep 01 23:25:51.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
79162026-09-01T23:25:52.841Z[ recovery-image] Sep 01 23:25:51.422 INFO O| Sep 01 23:25:51.422 INFO STEP 748 (remove_files) COMPLETE
79172026-09-01T23:25:52.841Z[ recovery-image] Sep 01 23:25:51.422 INFO O| Sep 01 23:25:51.422 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-09-01T23:25:52.852Z[ recovery-image] Sep 01 23:25:51.432 INFO O| Sep 01 23:25:51.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
79192026-09-01T23:25:52.852Z[ recovery-image] Sep 01 23:25:51.432 INFO O| Sep 01 23:25:51.432 INFO STEP 749 (remove_files) COMPLETE
79202026-09-01T23:25:52.852Z[ recovery-image] Sep 01 23:25:51.432 INFO O| Sep 01 23:25:51.432 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-09-01T23:25:52.862Z[ recovery-image] Sep 01 23:25:51.442 INFO O| Sep 01 23:25:51.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
79222026-09-01T23:25:52.862Z[ recovery-image] Sep 01 23:25:51.442 INFO O| Sep 01 23:25:51.442 INFO STEP 750 (remove_files) COMPLETE
79232026-09-01T23:25:52.862Z[ recovery-image] Sep 01 23:25:51.442 INFO O| Sep 01 23:25:51.442 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-09-01T23:25:52.870Z[ recovery-image] Sep 01 23:25:51.450 INFO O| Sep 01 23:25:51.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
79252026-09-01T23:25:52.870Z[ recovery-image] Sep 01 23:25:51.451 INFO O| Sep 01 23:25:51.451 INFO STEP 751 (remove_files) COMPLETE
79262026-09-01T23:25:52.870Z[ recovery-image] Sep 01 23:25:51.451 INFO O| Sep 01 23:25:51.451 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-09-01T23:25:52.878Z[ recovery-image] Sep 01 23:25:51.459 INFO O| Sep 01 23:25:51.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
79282026-09-01T23:25:52.878Z[ recovery-image] Sep 01 23:25:51.459 INFO O| Sep 01 23:25:51.459 INFO STEP 752 (remove_files) COMPLETE
79292026-09-01T23:25:52.881Z[ recovery-image] Sep 01 23:25:51.459 INFO O| Sep 01 23:25:51.459 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-09-01T23:25:52.886Z[ recovery-image] Sep 01 23:25:51.467 INFO O| Sep 01 23:25:51.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
79312026-09-01T23:25:52.886Z[ recovery-image] Sep 01 23:25:51.467 INFO O| Sep 01 23:25:51.467 INFO STEP 753 (remove_files) COMPLETE
79322026-09-01T23:25:52.886Z[ recovery-image] Sep 01 23:25:51.467 INFO O| Sep 01 23:25:51.467 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-09-01T23:25:52.897Z[ recovery-image] Sep 01 23:25:51.476 INFO O| Sep 01 23:25:51.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
79342026-09-01T23:25:52.897Z[ recovery-image] Sep 01 23:25:51.476 INFO O| Sep 01 23:25:51.476 INFO STEP 754 (remove_files) COMPLETE
79352026-09-01T23:25:52.897Z[ recovery-image] Sep 01 23:25:51.476 INFO O| Sep 01 23:25:51.476 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-09-01T23:25:52.906Z[ recovery-image] Sep 01 23:25:51.485 INFO O| Sep 01 23:25:51.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
79372026-09-01T23:25:52.906Z[ recovery-image] Sep 01 23:25:51.485 INFO O| Sep 01 23:25:51.485 INFO STEP 755 (remove_files) COMPLETE
79382026-09-01T23:25:52.907Z[ recovery-image] Sep 01 23:25:51.485 INFO O| Sep 01 23:25:51.485 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-09-01T23:25:52.913Z[ recovery-image] Sep 01 23:25:51.493 INFO O| Sep 01 23:25:51.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
79402026-09-01T23:25:52.913Z[ recovery-image] Sep 01 23:25:51.493 INFO O| Sep 01 23:25:51.493 INFO STEP 756 (remove_files) COMPLETE
79412026-09-01T23:25:52.913Z[ recovery-image] Sep 01 23:25:51.493 INFO O| Sep 01 23:25:51.493 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-09-01T23:25:52.922Z[ recovery-image] Sep 01 23:25:51.503 INFO O| Sep 01 23:25:51.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
79432026-09-01T23:25:52.922Z[ recovery-image] Sep 01 23:25:51.503 INFO O| Sep 01 23:25:51.503 INFO STEP 757 (remove_files) COMPLETE
79442026-09-01T23:25:52.925Z[ recovery-image] Sep 01 23:25:51.503 INFO O| Sep 01 23:25:51.503 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-09-01T23:25:52.931Z[ recovery-image] Sep 01 23:25:51.512 INFO O| Sep 01 23:25:51.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
79462026-09-01T23:25:52.931Z[ recovery-image] Sep 01 23:25:51.512 INFO O| Sep 01 23:25:51.512 INFO STEP 758 (remove_files) COMPLETE
79472026-09-01T23:25:52.931Z[ recovery-image] Sep 01 23:25:51.512 INFO O| Sep 01 23:25:51.512 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-09-01T23:25:52.940Z[ recovery-image] Sep 01 23:25:51.520 INFO O| Sep 01 23:25:51.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
79492026-09-01T23:25:52.940Z[ recovery-image] Sep 01 23:25:51.520 INFO O| Sep 01 23:25:51.520 INFO STEP 759 (remove_files) COMPLETE
79502026-09-01T23:25:52.943Z[ recovery-image] Sep 01 23:25:51.520 INFO O| Sep 01 23:25:51.520 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-09-01T23:25:52.949Z[ recovery-image] Sep 01 23:25:51.530 INFO O| Sep 01 23:25:51.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
79522026-09-01T23:25:52.952Z[ recovery-image] Sep 01 23:25:51.530 INFO O| Sep 01 23:25:51.530 INFO STEP 760 (remove_files) COMPLETE
79532026-09-01T23:25:52.952Z[ recovery-image] Sep 01 23:25:51.530 INFO O| Sep 01 23:25:51.530 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-09-01T23:25:52.962Z[ recovery-image] Sep 01 23:25:51.542 INFO O| Sep 01 23:25:51.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
79552026-09-01T23:25:52.962Z[ recovery-image] Sep 01 23:25:51.542 INFO O| Sep 01 23:25:51.542 INFO STEP 761 (remove_files) COMPLETE
79562026-09-01T23:25:52.965Z[ recovery-image] Sep 01 23:25:51.542 INFO O| Sep 01 23:25:51.542 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-09-01T23:25:52.972Z[ recovery-image] Sep 01 23:25:51.552 INFO O| Sep 01 23:25:51.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
79582026-09-01T23:25:52.972Z[ recovery-image] Sep 01 23:25:51.553 INFO O| Sep 01 23:25:51.553 INFO STEP 762 (remove_files) COMPLETE
79592026-09-01T23:25:52.972Z[ recovery-image] Sep 01 23:25:51.553 INFO O| Sep 01 23:25:51.553 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-09-01T23:25:52.983Z[ recovery-image] Sep 01 23:25:51.563 INFO O| Sep 01 23:25:51.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
79612026-09-01T23:25:52.983Z[ recovery-image] Sep 01 23:25:51.564 INFO O| Sep 01 23:25:51.563 INFO STEP 763 (remove_files) COMPLETE
79622026-09-01T23:25:52.987Z[ recovery-image] Sep 01 23:25:51.564 INFO O| Sep 01 23:25:51.564 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-09-01T23:25:52.993Z[ recovery-image] Sep 01 23:25:51.574 INFO O| Sep 01 23:25:51.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
79642026-09-01T23:25:52.993Z[ recovery-image] Sep 01 23:25:51.574 INFO O| Sep 01 23:25:51.574 INFO STEP 764 (remove_files) COMPLETE
79652026-09-01T23:25:52.996Z[ recovery-image] Sep 01 23:25:51.574 INFO O| Sep 01 23:25:51.574 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-09-01T23:25:53.003Z[ recovery-image] Sep 01 23:25:51.583 INFO O| Sep 01 23:25:51.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
79672026-09-01T23:25:53.003Z[ recovery-image] Sep 01 23:25:51.584 INFO O| Sep 01 23:25:51.584 INFO STEP 765 (remove_files) COMPLETE
79682026-09-01T23:25:53.006Z[ recovery-image] Sep 01 23:25:51.584 INFO O| Sep 01 23:25:51.584 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-09-01T23:25:53.013Z[ recovery-image] Sep 01 23:25:51.593 INFO O| Sep 01 23:25:51.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
79702026-09-01T23:25:53.013Z[ recovery-image] Sep 01 23:25:51.594 INFO O| Sep 01 23:25:51.593 INFO STEP 766 (remove_files) COMPLETE
79712026-09-01T23:25:53.013Z[ recovery-image] Sep 01 23:25:51.594 INFO O| Sep 01 23:25:51.593 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-09-01T23:25:53.023Z[ recovery-image] Sep 01 23:25:51.603 INFO O| Sep 01 23:25:51.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
79732026-09-01T23:25:53.023Z[ recovery-image] Sep 01 23:25:51.603 INFO O| Sep 01 23:25:51.603 INFO STEP 767 (remove_files) COMPLETE
79742026-09-01T23:25:53.023Z[ recovery-image] Sep 01 23:25:51.603 INFO O| Sep 01 23:25:51.603 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-09-01T23:25:53.033Z[ recovery-image] Sep 01 23:25:51.613 INFO O| Sep 01 23:25:51.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
79762026-09-01T23:25:53.033Z[ recovery-image] Sep 01 23:25:51.613 INFO O| Sep 01 23:25:51.613 INFO STEP 768 (remove_files) COMPLETE
79772026-09-01T23:25:53.033Z[ recovery-image] Sep 01 23:25:51.613 INFO O| Sep 01 23:25:51.613 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-09-01T23:25:53.043Z[ recovery-image] Sep 01 23:25:51.624 INFO O| Sep 01 23:25:51.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
79792026-09-01T23:25:53.044Z[ recovery-image] Sep 01 23:25:51.624 INFO O| Sep 01 23:25:51.624 INFO STEP 769 (remove_files) COMPLETE
79802026-09-01T23:25:53.044Z[ recovery-image] Sep 01 23:25:51.624 INFO O| Sep 01 23:25:51.624 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-09-01T23:25:53.055Z[ recovery-image] Sep 01 23:25:51.635 INFO O| Sep 01 23:25:51.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
79822026-09-01T23:25:53.055Z[ recovery-image] Sep 01 23:25:51.635 INFO O| Sep 01 23:25:51.635 INFO STEP 770 (remove_files) COMPLETE
79832026-09-01T23:25:53.055Z[ recovery-image] Sep 01 23:25:51.635 INFO O| Sep 01 23:25:51.635 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-09-01T23:25:53.069Z[ recovery-image] Sep 01 23:25:51.646 INFO O| Sep 01 23:25:51.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
79852026-09-01T23:25:53.069Z[ recovery-image] Sep 01 23:25:51.646 INFO O| Sep 01 23:25:51.646 INFO STEP 771 (remove_files) COMPLETE
79862026-09-01T23:25:53.072Z[ recovery-image] Sep 01 23:25:51.646 INFO O| Sep 01 23:25:51.646 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-09-01T23:25:53.075Z[ recovery-image] Sep 01 23:25:51.656 INFO O| Sep 01 23:25:51.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
79882026-09-01T23:25:53.075Z[ recovery-image] Sep 01 23:25:51.656 INFO O| Sep 01 23:25:51.656 INFO STEP 772 (remove_files) COMPLETE
79892026-09-01T23:25:53.075Z[ recovery-image] Sep 01 23:25:51.656 INFO O| Sep 01 23:25:51.656 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-09-01T23:25:53.085Z[ recovery-image] Sep 01 23:25:51.665 INFO O| Sep 01 23:25:51.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
79912026-09-01T23:25:53.085Z[ recovery-image] Sep 01 23:25:51.665 INFO O| Sep 01 23:25:51.665 INFO STEP 773 (remove_files) COMPLETE
79922026-09-01T23:25:53.085Z[ recovery-image] Sep 01 23:25:51.665 INFO O| Sep 01 23:25:51.665 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-09-01T23:25:53.096Z[ recovery-image] Sep 01 23:25:51.674 INFO O| Sep 01 23:25:51.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
79942026-09-01T23:25:53.096Z[ recovery-image] Sep 01 23:25:51.674 INFO O| Sep 01 23:25:51.674 INFO STEP 774 (remove_files) COMPLETE
79952026-09-01T23:25:53.096Z[ recovery-image] Sep 01 23:25:51.674 INFO O| Sep 01 23:25:51.674 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-09-01T23:25:53.104Z[ recovery-image] Sep 01 23:25:51.685 INFO O| Sep 01 23:25:51.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
79972026-09-01T23:25:53.104Z[ recovery-image] Sep 01 23:25:51.685 INFO O| Sep 01 23:25:51.685 INFO STEP 775 (remove_files) COMPLETE
79982026-09-01T23:25:53.104Z[ recovery-image] Sep 01 23:25:51.685 INFO O| Sep 01 23:25:51.685 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-09-01T23:25:53.114Z[ recovery-image] Sep 01 23:25:51.694 INFO O| Sep 01 23:25:51.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
80002026-09-01T23:25:53.114Z[ recovery-image] Sep 01 23:25:51.694 INFO O| Sep 01 23:25:51.694 INFO STEP 776 (remove_files) COMPLETE
80012026-09-01T23:25:53.114Z[ recovery-image] Sep 01 23:25:51.694 INFO O| Sep 01 23:25:51.694 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-09-01T23:25:53.122Z[ recovery-image] Sep 01 23:25:51.702 INFO O| Sep 01 23:25:51.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
80032026-09-01T23:25:53.122Z[ recovery-image] Sep 01 23:25:51.702 INFO O| Sep 01 23:25:51.702 INFO STEP 777 (remove_files) COMPLETE
80042026-09-01T23:25:53.122Z[ recovery-image] Sep 01 23:25:51.702 INFO O| Sep 01 23:25:51.702 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-09-01T23:25:53.130Z[ recovery-image] Sep 01 23:25:51.711 INFO O| Sep 01 23:25:51.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
80062026-09-01T23:25:53.130Z[ recovery-image] Sep 01 23:25:51.711 INFO O| Sep 01 23:25:51.711 INFO STEP 778 (remove_files) COMPLETE
80072026-09-01T23:25:53.130Z[ recovery-image] Sep 01 23:25:51.711 INFO O| Sep 01 23:25:51.711 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-09-01T23:25:53.143Z[ recovery-image] Sep 01 23:25:51.719 INFO O| Sep 01 23:25:51.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
80092026-09-01T23:25:53.143Z[ recovery-image] Sep 01 23:25:51.719 INFO O| Sep 01 23:25:51.719 INFO STEP 779 (remove_files) COMPLETE
80102026-09-01T23:25:53.143Z[ recovery-image] Sep 01 23:25:51.719 INFO O| Sep 01 23:25:51.719 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-09-01T23:25:53.148Z[ recovery-image] Sep 01 23:25:51.728 INFO O| Sep 01 23:25:51.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
80122026-09-01T23:25:53.148Z[ recovery-image] Sep 01 23:25:51.728 INFO O| Sep 01 23:25:51.728 INFO STEP 780 (remove_files) COMPLETE
80132026-09-01T23:25:53.148Z[ recovery-image] Sep 01 23:25:51.728 INFO O| Sep 01 23:25:51.728 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-09-01T23:25:53.158Z[ recovery-image] Sep 01 23:25:51.738 INFO O| Sep 01 23:25:51.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
80152026-09-01T23:25:53.158Z[ recovery-image] Sep 01 23:25:51.738 INFO O| Sep 01 23:25:51.738 INFO STEP 781 (remove_files) COMPLETE
80162026-09-01T23:25:53.158Z[ recovery-image] Sep 01 23:25:51.738 INFO O| Sep 01 23:25:51.738 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-09-01T23:25:53.168Z[ recovery-image] Sep 01 23:25:51.748 INFO O| Sep 01 23:25:51.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
80182026-09-01T23:25:53.168Z[ recovery-image] Sep 01 23:25:51.748 INFO O| Sep 01 23:25:51.748 INFO STEP 782 (remove_files) COMPLETE
80192026-09-01T23:25:53.168Z[ recovery-image] Sep 01 23:25:51.748 INFO O| Sep 01 23:25:51.748 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-09-01T23:25:53.179Z[ recovery-image] Sep 01 23:25:51.759 INFO O| Sep 01 23:25:51.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
80212026-09-01T23:25:53.179Z[ recovery-image] Sep 01 23:25:51.759 INFO O| Sep 01 23:25:51.759 INFO STEP 783 (remove_files) COMPLETE
80222026-09-01T23:25:53.179Z[ recovery-image] Sep 01 23:25:51.759 INFO O| Sep 01 23:25:51.759 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-09-01T23:25:53.189Z[ recovery-image] Sep 01 23:25:51.770 INFO O| Sep 01 23:25:51.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
80242026-09-01T23:25:53.189Z[ recovery-image] Sep 01 23:25:51.770 INFO O| Sep 01 23:25:51.770 INFO STEP 784 (remove_files) COMPLETE
80252026-09-01T23:25:53.189Z[ recovery-image] Sep 01 23:25:51.770 INFO O| Sep 01 23:25:51.770 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-09-01T23:25:53.202Z[ recovery-image] Sep 01 23:25:51.782 INFO O| Sep 01 23:25:51.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
80272026-09-01T23:25:53.202Z[ recovery-image] Sep 01 23:25:51.782 INFO O| Sep 01 23:25:51.782 INFO STEP 785 (remove_files) COMPLETE
80282026-09-01T23:25:53.202Z[ recovery-image] Sep 01 23:25:51.782 INFO O| Sep 01 23:25:51.782 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-09-01T23:25:53.214Z[ recovery-image] Sep 01 23:25:51.795 INFO O| Sep 01 23:25:51.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
80302026-09-01T23:25:53.214Z[ recovery-image] Sep 01 23:25:51.795 INFO O| Sep 01 23:25:51.795 INFO STEP 786 (remove_files) COMPLETE
80312026-09-01T23:25:53.214Z[ recovery-image] Sep 01 23:25:51.795 INFO O| Sep 01 23:25:51.795 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-09-01T23:25:53.224Z[ recovery-image] Sep 01 23:25:51.805 INFO O| Sep 01 23:25:51.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
80332026-09-01T23:25:53.224Z[ recovery-image] Sep 01 23:25:51.805 INFO O| Sep 01 23:25:51.805 INFO STEP 787 (remove_files) COMPLETE
80342026-09-01T23:25:53.224Z[ recovery-image] Sep 01 23:25:51.805 INFO O| Sep 01 23:25:51.805 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-09-01T23:25:53.240Z[ recovery-image] Sep 01 23:25:51.821 INFO O| Sep 01 23:25:51.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
80362026-09-01T23:25:53.240Z[ recovery-image] Sep 01 23:25:51.821 INFO O| Sep 01 23:25:51.821 INFO STEP 788 (remove_files) COMPLETE
80372026-09-01T23:25:53.240Z[ recovery-image] Sep 01 23:25:51.821 INFO O| Sep 01 23:25:51.821 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-09-01T23:25:53.250Z[ recovery-image] Sep 01 23:25:51.831 INFO O| Sep 01 23:25:51.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
80392026-09-01T23:25:53.250Z[ recovery-image] Sep 01 23:25:51.831 INFO O| Sep 01 23:25:51.831 INFO STEP 789 (remove_files) COMPLETE
80402026-09-01T23:25:53.250Z[ recovery-image] Sep 01 23:25:51.831 INFO O| Sep 01 23:25:51.831 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-09-01T23:25:53.263Z[ recovery-image] Sep 01 23:25:51.843 INFO O| Sep 01 23:25:51.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
80422026-09-01T23:25:53.263Z[ recovery-image] Sep 01 23:25:51.843 INFO O| Sep 01 23:25:51.843 INFO STEP 790 (remove_files) COMPLETE
80432026-09-01T23:25:53.263Z[ recovery-image] Sep 01 23:25:51.843 INFO O| Sep 01 23:25:51.843 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-09-01T23:25:53.289Z[ recovery-image] Sep 01 23:25:51.869 INFO O| Sep 01 23:25:51.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
80452026-09-01T23:25:53.289Z[ recovery-image] Sep 01 23:25:51.869 INFO O| Sep 01 23:25:51.869 INFO STEP 791 (remove_files) COMPLETE
80462026-09-01T23:25:53.289Z[ recovery-image] Sep 01 23:25:51.869 INFO O| Sep 01 23:25:51.869 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-09-01T23:25:53.299Z[ recovery-image] Sep 01 23:25:51.879 INFO O| Sep 01 23:25:51.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
80482026-09-01T23:25:53.299Z[ recovery-image] Sep 01 23:25:51.879 INFO O| Sep 01 23:25:51.879 INFO STEP 792 (remove_files) COMPLETE
80492026-09-01T23:25:53.299Z[ recovery-image] Sep 01 23:25:51.879 INFO O| Sep 01 23:25:51.879 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-09-01T23:25:53.308Z[ recovery-image] Sep 01 23:25:51.888 INFO O| Sep 01 23:25:51.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
80512026-09-01T23:25:53.308Z[ recovery-image] Sep 01 23:25:51.888 INFO O| Sep 01 23:25:51.888 INFO STEP 793 (remove_files) COMPLETE
80522026-09-01T23:25:53.311Z[ recovery-image] Sep 01 23:25:51.888 INFO O| Sep 01 23:25:51.888 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-09-01T23:25:53.318Z[ recovery-image] Sep 01 23:25:51.898 INFO O| Sep 01 23:25:51.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
80542026-09-01T23:25:53.326Z[ recovery-image] Sep 01 23:25:51.906 INFO O| Sep 01 23:25:51.906 INFO STEP 794 (remove_files) COMPLETE
80552026-09-01T23:25:53.326Z[ recovery-image] Sep 01 23:25:51.906 INFO O| Sep 01 23:25:51.906 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-09-01T23:25:53.349Z[ recovery-image] Sep 01 23:25:51.930 INFO O| Sep 01 23:25:51.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
80572026-09-01T23:25:53.349Z[ recovery-image] Sep 01 23:25:51.930 INFO O| Sep 01 23:25:51.930 INFO STEP 795 (remove_files) COMPLETE
80582026-09-01T23:25:53.349Z[ recovery-image] Sep 01 23:25:51.930 INFO O| Sep 01 23:25:51.930 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-09-01T23:25:53.359Z[ recovery-image] Sep 01 23:25:51.940 INFO O| Sep 01 23:25:51.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
80602026-09-01T23:25:53.359Z[ recovery-image] Sep 01 23:25:51.940 INFO O| Sep 01 23:25:51.940 INFO STEP 796 (remove_files) COMPLETE
80612026-09-01T23:25:53.359Z[ recovery-image] Sep 01 23:25:51.940 INFO O| Sep 01 23:25:51.940 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-09-01T23:25:53.377Z[ recovery-image] Sep 01 23:25:51.957 INFO O| Sep 01 23:25:51.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
80632026-09-01T23:25:53.377Z[ recovery-image] Sep 01 23:25:51.957 INFO O| Sep 01 23:25:51.957 INFO STEP 797 (remove_files) COMPLETE
80642026-09-01T23:25:53.377Z[ recovery-image] Sep 01 23:25:51.957 INFO O| Sep 01 23:25:51.957 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-09-01T23:25:53.387Z[ recovery-image] Sep 01 23:25:51.968 INFO O| Sep 01 23:25:51.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
80662026-09-01T23:25:53.388Z[ recovery-image] Sep 01 23:25:51.968 INFO O| Sep 01 23:25:51.968 INFO STEP 798 (remove_files) COMPLETE
80672026-09-01T23:25:53.388Z[ recovery-image] Sep 01 23:25:51.968 INFO O| Sep 01 23:25:51.968 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-09-01T23:25:53.398Z[ recovery-image] Sep 01 23:25:51.978 INFO O| Sep 01 23:25:51.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
80692026-09-01T23:25:53.398Z[ recovery-image] Sep 01 23:25:51.978 INFO O| Sep 01 23:25:51.978 INFO STEP 799 (remove_files) COMPLETE
80702026-09-01T23:25:53.398Z[ recovery-image] Sep 01 23:25:51.978 INFO O| Sep 01 23:25:51.978 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-09-01T23:25:53.408Z[ recovery-image] Sep 01 23:25:51.988 INFO O| Sep 01 23:25:51.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
80722026-09-01T23:25:53.408Z[ recovery-image] Sep 01 23:25:51.988 INFO O| Sep 01 23:25:51.988 INFO STEP 800 (remove_files) COMPLETE
80732026-09-01T23:25:53.408Z[ recovery-image] Sep 01 23:25:51.988 INFO O| Sep 01 23:25:51.988 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-09-01T23:25:53.425Z[ recovery-image] Sep 01 23:25:51.998 INFO O| Sep 01 23:25:51.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
80752026-09-01T23:25:53.428Z[ recovery-image] Sep 01 23:25:51.998 INFO O| Sep 01 23:25:51.998 INFO STEP 801 (remove_files) COMPLETE
80762026-09-01T23:25:53.428Z[ recovery-image] Sep 01 23:25:51.998 INFO O| Sep 01 23:25:51.998 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-09-01T23:25:53.435Z[ recovery-image] Sep 01 23:25:52.016 INFO O| Sep 01 23:25:52.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
80782026-09-01T23:25:53.435Z[ recovery-image] Sep 01 23:25:52.016 INFO O| Sep 01 23:25:52.016 INFO STEP 802 (remove_files) COMPLETE
80792026-09-01T23:25:53.435Z[ recovery-image] Sep 01 23:25:52.016 INFO O| Sep 01 23:25:52.016 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-09-01T23:25:53.470Z[ recovery-image] Sep 01 23:25:52.050 INFO O| Sep 01 23:25:52.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
80812026-09-01T23:25:53.470Z[ recovery-image] Sep 01 23:25:52.050 INFO O| Sep 01 23:25:52.050 INFO STEP 803 (remove_files) COMPLETE
80822026-09-01T23:25:53.473Z[ recovery-image] Sep 01 23:25:52.050 INFO O| Sep 01 23:25:52.050 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-09-01T23:25:53.480Z[ recovery-image] Sep 01 23:25:52.060 INFO O| Sep 01 23:25:52.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
80842026-09-01T23:25:53.480Z[ recovery-image] Sep 01 23:25:52.060 INFO O| Sep 01 23:25:52.060 INFO STEP 804 (remove_files) COMPLETE
80852026-09-01T23:25:53.483Z[ recovery-image] Sep 01 23:25:52.060 INFO O| Sep 01 23:25:52.060 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-09-01T23:25:53.491Z[ recovery-image] Sep 01 23:25:52.071 INFO O| Sep 01 23:25:52.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
80872026-09-01T23:25:53.491Z[ recovery-image] Sep 01 23:25:52.071 INFO O| Sep 01 23:25:52.071 INFO STEP 805 (remove_files) COMPLETE
80882026-09-01T23:25:53.491Z[ recovery-image] Sep 01 23:25:52.071 INFO O| Sep 01 23:25:52.071 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-09-01T23:25:53.503Z[ recovery-image] Sep 01 23:25:52.082 INFO O| Sep 01 23:25:52.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
80902026-09-01T23:25:53.503Z[ recovery-image] Sep 01 23:25:52.082 INFO O| Sep 01 23:25:52.082 INFO STEP 806 (remove_files) COMPLETE
80912026-09-01T23:25:53.503Z[ recovery-image] Sep 01 23:25:52.082 INFO O| Sep 01 23:25:52.082 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80922026-09-01T23:25:53.512Z[ recovery-image] Sep 01 23:25:52.093 INFO O| Sep 01 23:25:52.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
80932026-09-01T23:25:53.512Z[ recovery-image] Sep 01 23:25:52.093 INFO O| Sep 01 23:25:52.093 INFO STEP 807 (remove_files) COMPLETE
80942026-09-01T23:25:53.512Z[ recovery-image] Sep 01 23:25:52.093 INFO O| Sep 01 23:25:52.093 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80952026-09-01T23:25:53.522Z[ recovery-image] Sep 01 23:25:52.102 INFO O| Sep 01 23:25:52.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
80962026-09-01T23:25:53.522Z[ recovery-image] Sep 01 23:25:52.102 INFO O| Sep 01 23:25:52.102 INFO STEP 808 (remove_files) COMPLETE
80972026-09-01T23:25:53.522Z[ recovery-image] Sep 01 23:25:52.102 INFO O| Sep 01 23:25:52.102 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80982026-09-01T23:25:53.532Z[ recovery-image] Sep 01 23:25:52.112 INFO O| Sep 01 23:25:52.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
80992026-09-01T23:25:53.532Z[ recovery-image] Sep 01 23:25:52.112 INFO O| Sep 01 23:25:52.112 INFO STEP 809 (remove_files) COMPLETE
81002026-09-01T23:25:53.535Z[ recovery-image] Sep 01 23:25:52.113 INFO O| Sep 01 23:25:52.112 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-09-01T23:25:53.542Z[ recovery-image] Sep 01 23:25:52.123 INFO O| Sep 01 23:25:52.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
81022026-09-01T23:25:53.542Z[ recovery-image] Sep 01 23:25:52.123 INFO O| Sep 01 23:25:52.123 INFO STEP 810 (remove_files) COMPLETE
81032026-09-01T23:25:53.542Z[ recovery-image] Sep 01 23:25:52.123 INFO O| Sep 01 23:25:52.123 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-09-01T23:25:53.553Z[ recovery-image] Sep 01 23:25:52.133 INFO O| Sep 01 23:25:52.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
81052026-09-01T23:25:53.553Z[ recovery-image] Sep 01 23:25:52.133 INFO O| Sep 01 23:25:52.133 INFO STEP 811 (remove_files) COMPLETE
81062026-09-01T23:25:53.553Z[ recovery-image] Sep 01 23:25:52.133 INFO O| Sep 01 23:25:52.133 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-09-01T23:25:53.562Z[ recovery-image] Sep 01 23:25:52.142 INFO O| Sep 01 23:25:52.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
81082026-09-01T23:25:53.562Z[ recovery-image] Sep 01 23:25:52.142 INFO O| Sep 01 23:25:52.142 INFO STEP 812 (remove_files) COMPLETE
81092026-09-01T23:25:53.562Z[ recovery-image] Sep 01 23:25:52.142 INFO O| Sep 01 23:25:52.142 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-09-01T23:25:53.571Z[ recovery-image] Sep 01 23:25:52.152 INFO O| Sep 01 23:25:52.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
81112026-09-01T23:25:53.571Z[ recovery-image] Sep 01 23:25:52.152 INFO O| Sep 01 23:25:52.152 INFO STEP 813 (remove_files) COMPLETE
81122026-09-01T23:25:53.571Z[ recovery-image] Sep 01 23:25:52.152 INFO O| Sep 01 23:25:52.152 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-09-01T23:25:53.580Z[ recovery-image] Sep 01 23:25:52.160 INFO O| Sep 01 23:25:52.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
81142026-09-01T23:25:53.580Z[ recovery-image] Sep 01 23:25:52.160 INFO O| Sep 01 23:25:52.160 INFO STEP 814 (remove_files) COMPLETE
81152026-09-01T23:25:53.583Z[ recovery-image] Sep 01 23:25:52.160 INFO O| Sep 01 23:25:52.160 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-09-01T23:25:53.589Z[ recovery-image] Sep 01 23:25:52.169 INFO O| Sep 01 23:25:52.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
81172026-09-01T23:25:53.589Z[ recovery-image] Sep 01 23:25:52.169 INFO O| Sep 01 23:25:52.169 INFO STEP 815 (remove_files) COMPLETE
81182026-09-01T23:25:53.589Z[ recovery-image] Sep 01 23:25:52.169 INFO O| Sep 01 23:25:52.169 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-09-01T23:25:53.599Z[ recovery-image] Sep 01 23:25:52.180 INFO O| Sep 01 23:25:52.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
81202026-09-01T23:25:53.599Z[ recovery-image] Sep 01 23:25:52.180 INFO O| Sep 01 23:25:52.180 INFO STEP 816 (remove_files) COMPLETE
81212026-09-01T23:25:53.599Z[ recovery-image] Sep 01 23:25:52.180 INFO O| Sep 01 23:25:52.180 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-09-01T23:25:53.611Z[ recovery-image] Sep 01 23:25:52.191 INFO O| Sep 01 23:25:52.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
81232026-09-01T23:25:53.611Z[ recovery-image] Sep 01 23:25:52.191 INFO O| Sep 01 23:25:52.191 INFO STEP 817 (remove_files) COMPLETE
81242026-09-01T23:25:53.611Z[ recovery-image] Sep 01 23:25:52.191 INFO O| Sep 01 23:25:52.191 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-09-01T23:25:53.619Z[ recovery-image] Sep 01 23:25:52.199 INFO O| Sep 01 23:25:52.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
81262026-09-01T23:25:53.619Z[ recovery-image] Sep 01 23:25:52.200 INFO O| Sep 01 23:25:52.200 INFO STEP 818 (remove_files) COMPLETE
81272026-09-01T23:25:53.619Z[ recovery-image] Sep 01 23:25:52.200 INFO O| Sep 01 23:25:52.200 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-09-01T23:25:53.628Z[ recovery-image] Sep 01 23:25:52.208 INFO O| Sep 01 23:25:52.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
81292026-09-01T23:25:53.628Z[ recovery-image] Sep 01 23:25:52.208 INFO O| Sep 01 23:25:52.208 INFO STEP 819 (remove_files) COMPLETE
81302026-09-01T23:25:53.628Z[ recovery-image] Sep 01 23:25:52.208 INFO O| Sep 01 23:25:52.208 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-09-01T23:25:53.638Z[ recovery-image] Sep 01 23:25:52.218 INFO O| Sep 01 23:25:52.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
81322026-09-01T23:25:53.638Z[ recovery-image] Sep 01 23:25:52.218 INFO O| Sep 01 23:25:52.218 INFO STEP 820 (remove_files) COMPLETE
81332026-09-01T23:25:53.641Z[ recovery-image] Sep 01 23:25:52.218 INFO O| Sep 01 23:25:52.218 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-09-01T23:25:53.647Z[ recovery-image] Sep 01 23:25:52.227 INFO O| Sep 01 23:25:52.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
81352026-09-01T23:25:53.647Z[ recovery-image] Sep 01 23:25:52.228 INFO O| Sep 01 23:25:52.228 INFO STEP 821 (remove_files) COMPLETE
81362026-09-01T23:25:53.648Z[ recovery-image] Sep 01 23:25:52.228 INFO O| Sep 01 23:25:52.228 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-09-01T23:25:53.658Z[ recovery-image] Sep 01 23:25:52.239 INFO O| Sep 01 23:25:52.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
81382026-09-01T23:25:53.658Z[ recovery-image] Sep 01 23:25:52.239 INFO O| Sep 01 23:25:52.239 INFO STEP 822 (remove_files) COMPLETE
81392026-09-01T23:25:53.658Z[ recovery-image] Sep 01 23:25:52.239 INFO O| Sep 01 23:25:52.239 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-09-01T23:25:53.669Z[ recovery-image] Sep 01 23:25:52.249 INFO O| Sep 01 23:25:52.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
81412026-09-01T23:25:53.669Z[ recovery-image] Sep 01 23:25:52.249 INFO O| Sep 01 23:25:52.249 INFO STEP 823 (remove_files) COMPLETE
81422026-09-01T23:25:53.669Z[ recovery-image] Sep 01 23:25:52.249 INFO O| Sep 01 23:25:52.249 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-09-01T23:25:53.679Z[ recovery-image] Sep 01 23:25:52.259 INFO O| Sep 01 23:25:52.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
81442026-09-01T23:25:53.679Z[ recovery-image] Sep 01 23:25:52.259 INFO O| Sep 01 23:25:52.259 INFO STEP 824 (remove_files) COMPLETE
81452026-09-01T23:25:53.679Z[ recovery-image] Sep 01 23:25:52.259 INFO O| Sep 01 23:25:52.259 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-09-01T23:25:53.688Z[ recovery-image] Sep 01 23:25:52.268 INFO O| Sep 01 23:25:52.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
81472026-09-01T23:25:53.688Z[ recovery-image] Sep 01 23:25:52.268 INFO O| Sep 01 23:25:52.268 INFO STEP 825 (remove_files) COMPLETE
81482026-09-01T23:25:53.688Z[ recovery-image] Sep 01 23:25:52.268 INFO O| Sep 01 23:25:52.268 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-09-01T23:25:53.697Z[ recovery-image] Sep 01 23:25:52.277 INFO O| Sep 01 23:25:52.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
81502026-09-01T23:25:53.697Z[ recovery-image] Sep 01 23:25:52.278 INFO O| Sep 01 23:25:52.278 INFO STEP 826 (remove_files) COMPLETE
81512026-09-01T23:25:53.701Z[ recovery-image] Sep 01 23:25:52.278 INFO O| Sep 01 23:25:52.278 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-09-01T23:25:53.706Z[ recovery-image] Sep 01 23:25:52.287 INFO O| Sep 01 23:25:52.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
81532026-09-01T23:25:53.711Z[ recovery-image] Sep 01 23:25:52.287 INFO O| Sep 01 23:25:52.287 INFO STEP 827 (remove_files) COMPLETE
81542026-09-01T23:25:53.711Z[ recovery-image] Sep 01 23:25:52.287 INFO O| Sep 01 23:25:52.287 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-09-01T23:25:53.717Z[ recovery-image] Sep 01 23:25:52.297 INFO O| Sep 01 23:25:52.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
81562026-09-01T23:25:53.717Z[ recovery-image] Sep 01 23:25:52.297 INFO O| Sep 01 23:25:52.297 INFO STEP 828 (remove_files) COMPLETE
81572026-09-01T23:25:53.717Z[ recovery-image] Sep 01 23:25:52.297 INFO O| Sep 01 23:25:52.297 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-09-01T23:25:53.726Z[ recovery-image] Sep 01 23:25:52.306 INFO O| Sep 01 23:25:52.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
81592026-09-01T23:25:53.726Z[ recovery-image] Sep 01 23:25:52.306 INFO O| Sep 01 23:25:52.306 INFO STEP 829 (remove_files) COMPLETE
81602026-09-01T23:25:53.730Z[ recovery-image] Sep 01 23:25:52.307 INFO O| Sep 01 23:25:52.306 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-09-01T23:25:53.735Z[ recovery-image] Sep 01 23:25:52.316 INFO O| Sep 01 23:25:52.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
81622026-09-01T23:25:53.735Z[ recovery-image] Sep 01 23:25:52.316 INFO O| Sep 01 23:25:52.316 INFO STEP 830 (remove_files) COMPLETE
81632026-09-01T23:25:53.735Z[ recovery-image] Sep 01 23:25:52.316 INFO O| Sep 01 23:25:52.316 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-09-01T23:25:53.745Z[ recovery-image] Sep 01 23:25:52.325 INFO O| Sep 01 23:25:52.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
81652026-09-01T23:25:53.745Z[ recovery-image] Sep 01 23:25:52.325 INFO O| Sep 01 23:25:52.325 INFO STEP 831 (remove_files) COMPLETE
81662026-09-01T23:25:53.745Z[ recovery-image] Sep 01 23:25:52.325 INFO O| Sep 01 23:25:52.325 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-09-01T23:25:53.774Z[ recovery-image] Sep 01 23:25:52.335 INFO O| Sep 01 23:25:52.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
81682026-09-01T23:25:53.774Z[ recovery-image] Sep 01 23:25:52.335 INFO O| Sep 01 23:25:52.335 INFO STEP 832 (remove_files) COMPLETE
81692026-09-01T23:25:53.774Z[ recovery-image] Sep 01 23:25:52.335 INFO O| Sep 01 23:25:52.335 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-09-01T23:25:53.780Z[ recovery-image] Sep 01 23:25:52.344 INFO O| Sep 01 23:25:52.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
81712026-09-01T23:25:53.780Z[ recovery-image] Sep 01 23:25:52.344 INFO O| Sep 01 23:25:52.344 INFO STEP 833 (remove_files) COMPLETE
81722026-09-01T23:25:53.780Z[ recovery-image] Sep 01 23:25:52.344 INFO O| Sep 01 23:25:52.344 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81732026-09-01T23:25:53.781Z[ recovery-image] Sep 01 23:25:52.353 INFO O| Sep 01 23:25:52.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
81742026-09-01T23:25:53.781Z[ recovery-image] Sep 01 23:25:52.353 INFO O| Sep 01 23:25:52.353 INFO STEP 834 (remove_files) COMPLETE
81752026-09-01T23:25:53.781Z[ recovery-image] Sep 01 23:25:52.353 INFO O| Sep 01 23:25:52.353 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-09-01T23:25:53.784Z[ recovery-image] Sep 01 23:25:52.363 INFO O| Sep 01 23:25:52.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
81772026-09-01T23:25:53.784Z[ recovery-image] Sep 01 23:25:52.363 INFO O| Sep 01 23:25:52.363 INFO STEP 835 (remove_files) COMPLETE
81782026-09-01T23:25:53.784Z[ recovery-image] Sep 01 23:25:52.363 INFO O| Sep 01 23:25:52.363 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-09-01T23:25:53.793Z[ recovery-image] Sep 01 23:25:52.373 INFO O| Sep 01 23:25:52.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
81802026-09-01T23:25:53.793Z[ recovery-image] Sep 01 23:25:52.373 INFO O| Sep 01 23:25:52.373 INFO STEP 836 (remove_files) COMPLETE
81812026-09-01T23:25:53.797Z[ recovery-image] Sep 01 23:25:52.373 INFO O| Sep 01 23:25:52.373 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-09-01T23:25:53.803Z[ recovery-image] Sep 01 23:25:52.383 INFO O| Sep 01 23:25:52.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
81832026-09-01T23:25:53.803Z[ recovery-image] Sep 01 23:25:52.383 INFO O| Sep 01 23:25:52.383 INFO STEP 837 (remove_files) COMPLETE
81842026-09-01T23:25:53.807Z[ recovery-image] Sep 01 23:25:52.383 INFO O| Sep 01 23:25:52.383 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81852026-09-01T23:25:53.814Z[ recovery-image] Sep 01 23:25:52.393 INFO O| Sep 01 23:25:52.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
81862026-09-01T23:25:53.814Z[ recovery-image] Sep 01 23:25:52.393 INFO O| Sep 01 23:25:52.393 INFO STEP 838 (remove_files) COMPLETE
81872026-09-01T23:25:53.814Z[ recovery-image] Sep 01 23:25:52.393 INFO O| Sep 01 23:25:52.393 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81882026-09-01T23:25:53.822Z[ recovery-image] Sep 01 23:25:52.403 INFO O| Sep 01 23:25:52.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
81892026-09-01T23:25:53.822Z[ recovery-image] Sep 01 23:25:52.403 INFO O| Sep 01 23:25:52.403 INFO STEP 839 (remove_files) COMPLETE
81902026-09-01T23:25:53.822Z[ recovery-image] Sep 01 23:25:52.403 INFO O| Sep 01 23:25:52.403 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81912026-09-01T23:25:53.832Z[ recovery-image] Sep 01 23:25:52.412 INFO O| Sep 01 23:25:52.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
81922026-09-01T23:25:53.832Z[ recovery-image] Sep 01 23:25:52.412 INFO O| Sep 01 23:25:52.412 INFO STEP 840 (remove_files) COMPLETE
81932026-09-01T23:25:53.832Z[ recovery-image] Sep 01 23:25:52.412 INFO O| Sep 01 23:25:52.412 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81942026-09-01T23:25:53.842Z[ recovery-image] Sep 01 23:25:52.422 INFO O| Sep 01 23:25:52.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
81952026-09-01T23:25:53.842Z[ recovery-image] Sep 01 23:25:52.422 INFO O| Sep 01 23:25:52.422 INFO STEP 841 (remove_files) COMPLETE
81962026-09-01T23:25:53.842Z[ recovery-image] Sep 01 23:25:52.422 INFO O| Sep 01 23:25:52.422 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81972026-09-01T23:25:53.852Z[ recovery-image] Sep 01 23:25:52.432 INFO O| Sep 01 23:25:52.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
81982026-09-01T23:25:53.852Z[ recovery-image] Sep 01 23:25:52.432 INFO O| Sep 01 23:25:52.432 INFO STEP 842 (remove_files) COMPLETE
81992026-09-01T23:25:53.852Z[ recovery-image] Sep 01 23:25:52.432 INFO O| Sep 01 23:25:52.432 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-09-01T23:25:53.862Z[ recovery-image] Sep 01 23:25:52.442 INFO O| Sep 01 23:25:52.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
82012026-09-01T23:25:53.862Z[ recovery-image] Sep 01 23:25:52.442 INFO O| Sep 01 23:25:52.442 INFO STEP 843 (remove_files) COMPLETE
82022026-09-01T23:25:53.866Z[ recovery-image] Sep 01 23:25:52.442 INFO O| Sep 01 23:25:52.442 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-09-01T23:25:53.871Z[ recovery-image] Sep 01 23:25:52.451 INFO O| Sep 01 23:25:52.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
82042026-09-01T23:25:53.871Z[ recovery-image] Sep 01 23:25:52.452 INFO O| Sep 01 23:25:52.451 INFO STEP 844 (remove_files) COMPLETE
82052026-09-01T23:25:53.871Z[ recovery-image] Sep 01 23:25:52.452 INFO O| Sep 01 23:25:52.452 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82062026-09-01T23:25:53.881Z[ recovery-image] Sep 01 23:25:52.461 INFO O| Sep 01 23:25:52.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
82072026-09-01T23:25:53.881Z[ recovery-image] Sep 01 23:25:52.461 INFO O| Sep 01 23:25:52.461 INFO STEP 845 (remove_files) COMPLETE
82082026-09-01T23:25:53.881Z[ recovery-image] Sep 01 23:25:52.461 INFO O| Sep 01 23:25:52.461 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82092026-09-01T23:25:53.890Z[ recovery-image] Sep 01 23:25:52.470 INFO O| Sep 01 23:25:52.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
82102026-09-01T23:25:53.890Z[ recovery-image] Sep 01 23:25:52.470 INFO O| Sep 01 23:25:52.470 INFO STEP 846 (remove_files) COMPLETE
82112026-09-01T23:25:53.894Z[ recovery-image] Sep 01 23:25:52.470 INFO O| Sep 01 23:25:52.470 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82122026-09-01T23:25:53.900Z[ recovery-image] Sep 01 23:25:52.480 INFO O| Sep 01 23:25:52.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
82132026-09-01T23:25:53.900Z[ recovery-image] Sep 01 23:25:52.480 INFO O| Sep 01 23:25:52.480 INFO STEP 847 (remove_files) COMPLETE
82142026-09-01T23:25:53.900Z[ recovery-image] Sep 01 23:25:52.480 INFO O| Sep 01 23:25:52.480 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82152026-09-01T23:25:53.910Z[ recovery-image] Sep 01 23:25:52.491 INFO O| Sep 01 23:25:52.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
82162026-09-01T23:25:53.910Z[ recovery-image] Sep 01 23:25:52.491 INFO O| Sep 01 23:25:52.491 INFO STEP 848 (remove_files) COMPLETE
82172026-09-01T23:25:53.910Z[ recovery-image] Sep 01 23:25:52.491 INFO O| Sep 01 23:25:52.491 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82182026-09-01T23:25:53.920Z[ recovery-image] Sep 01 23:25:52.500 INFO O| Sep 01 23:25:52.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
82192026-09-01T23:25:53.920Z[ recovery-image] Sep 01 23:25:52.500 INFO O| Sep 01 23:25:52.500 INFO STEP 849 (remove_files) COMPLETE
82202026-09-01T23:25:53.924Z[ recovery-image] Sep 01 23:25:52.500 INFO O| Sep 01 23:25:52.500 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-09-01T23:25:53.929Z[ recovery-image] Sep 01 23:25:52.509 INFO O| Sep 01 23:25:52.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
82222026-09-01T23:25:53.929Z[ recovery-image] Sep 01 23:25:52.510 INFO O| Sep 01 23:25:52.510 INFO STEP 850 (remove_files) COMPLETE
82232026-09-01T23:25:53.933Z[ recovery-image] Sep 01 23:25:52.510 INFO O| Sep 01 23:25:52.510 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82242026-09-01T23:25:53.939Z[ recovery-image] Sep 01 23:25:52.519 INFO O| Sep 01 23:25:52.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
82252026-09-01T23:25:53.939Z[ recovery-image] Sep 01 23:25:52.519 INFO O| Sep 01 23:25:52.519 INFO STEP 851 (remove_files) COMPLETE
82262026-09-01T23:25:53.939Z[ recovery-image] Sep 01 23:25:52.519 INFO O| Sep 01 23:25:52.519 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-09-01T23:25:53.950Z[ recovery-image] Sep 01 23:25:52.530 INFO O| Sep 01 23:25:52.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
82282026-09-01T23:25:53.950Z[ recovery-image] Sep 01 23:25:52.530 INFO O| Sep 01 23:25:52.530 INFO STEP 852 (remove_files) COMPLETE
82292026-09-01T23:25:53.950Z[ recovery-image] Sep 01 23:25:52.530 INFO O| Sep 01 23:25:52.530 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-09-01T23:25:53.959Z[ recovery-image] Sep 01 23:25:52.539 INFO O| Sep 01 23:25:52.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
82312026-09-01T23:25:53.963Z[ recovery-image] Sep 01 23:25:52.539 INFO O| Sep 01 23:25:52.539 INFO STEP 853 (remove_files) COMPLETE
82322026-09-01T23:25:53.963Z[ recovery-image] Sep 01 23:25:52.540 INFO O| Sep 01 23:25:52.539 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82332026-09-01T23:25:53.969Z[ recovery-image] Sep 01 23:25:52.549 INFO O| Sep 01 23:25:52.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
82342026-09-01T23:25:53.969Z[ recovery-image] Sep 01 23:25:52.549 INFO O| Sep 01 23:25:52.549 INFO STEP 854 (remove_files) COMPLETE
82352026-09-01T23:25:53.973Z[ recovery-image] Sep 01 23:25:52.549 INFO O| Sep 01 23:25:52.549 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82362026-09-01T23:25:53.979Z[ recovery-image] Sep 01 23:25:52.560 INFO O| Sep 01 23:25:52.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
82372026-09-01T23:25:53.983Z[ recovery-image] Sep 01 23:25:52.561 INFO O| Sep 01 23:25:52.561 INFO STEP 855 (remove_files) COMPLETE
82382026-09-01T23:25:53.983Z[ recovery-image] Sep 01 23:25:52.561 INFO O| Sep 01 23:25:52.561 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82392026-09-01T23:25:53.990Z[ recovery-image] Sep 01 23:25:52.570 INFO O| Sep 01 23:25:52.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
82402026-09-01T23:25:53.990Z[ recovery-image] Sep 01 23:25:52.570 INFO O| Sep 01 23:25:52.570 INFO STEP 856 (remove_files) COMPLETE
82412026-09-01T23:25:53.994Z[ recovery-image] Sep 01 23:25:52.570 INFO O| Sep 01 23:25:52.570 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82422026-09-01T23:25:53.999Z[ recovery-image] Sep 01 23:25:52.579 INFO O| Sep 01 23:25:52.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
82432026-09-01T23:25:53.999Z[ recovery-image] Sep 01 23:25:52.579 INFO O| Sep 01 23:25:52.579 INFO STEP 857 (remove_files) COMPLETE
82442026-09-01T23:25:54.004Z[ recovery-image] Sep 01 23:25:52.579 INFO O| Sep 01 23:25:52.579 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82452026-09-01T23:25:54.009Z[ recovery-image] Sep 01 23:25:52.589 INFO O| Sep 01 23:25:52.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
82462026-09-01T23:25:54.009Z[ recovery-image] Sep 01 23:25:52.589 INFO O| Sep 01 23:25:52.589 INFO STEP 858 (remove_files) COMPLETE
82472026-09-01T23:25:54.009Z[ recovery-image] Sep 01 23:25:52.589 INFO O| Sep 01 23:25:52.589 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82482026-09-01T23:25:54.018Z[ recovery-image] Sep 01 23:25:52.598 INFO O| Sep 01 23:25:52.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
82492026-09-01T23:25:54.018Z[ recovery-image] Sep 01 23:25:52.598 INFO O| Sep 01 23:25:52.598 INFO STEP 859 (remove_files) COMPLETE
82502026-09-01T23:25:54.021Z[ recovery-image] Sep 01 23:25:52.598 INFO O| Sep 01 23:25:52.598 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-09-01T23:25:54.027Z[ recovery-image] Sep 01 23:25:52.607 INFO O| Sep 01 23:25:52.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
82522026-09-01T23:25:54.027Z[ recovery-image] Sep 01 23:25:52.607 INFO O| Sep 01 23:25:52.607 INFO STEP 860 (remove_files) COMPLETE
82532026-09-01T23:25:54.027Z[ recovery-image] Sep 01 23:25:52.607 INFO O| Sep 01 23:25:52.607 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-09-01T23:25:54.040Z[ recovery-image] Sep 01 23:25:52.617 INFO O| Sep 01 23:25:52.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
82552026-09-01T23:25:54.041Z[ recovery-image] Sep 01 23:25:52.618 INFO O| Sep 01 23:25:52.618 INFO STEP 861 (remove_files) COMPLETE
82562026-09-01T23:25:54.041Z[ recovery-image] Sep 01 23:25:52.618 INFO O| Sep 01 23:25:52.618 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-09-01T23:25:54.048Z[ recovery-image] Sep 01 23:25:52.628 INFO O| Sep 01 23:25:52.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
82582026-09-01T23:25:54.048Z[ recovery-image] Sep 01 23:25:52.628 INFO O| Sep 01 23:25:52.628 INFO STEP 862 (remove_files) COMPLETE
82592026-09-01T23:25:54.051Z[ recovery-image] Sep 01 23:25:52.628 INFO O| Sep 01 23:25:52.628 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-09-01T23:25:54.058Z[ recovery-image] Sep 01 23:25:52.638 INFO O| Sep 01 23:25:52.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
82612026-09-01T23:25:54.058Z[ recovery-image] Sep 01 23:25:52.638 INFO O| Sep 01 23:25:52.638 INFO STEP 863 (remove_files) COMPLETE
82622026-09-01T23:25:54.058Z[ recovery-image] Sep 01 23:25:52.638 INFO O| Sep 01 23:25:52.638 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-09-01T23:25:54.069Z[ recovery-image] Sep 01 23:25:52.649 INFO O| Sep 01 23:25:52.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
82642026-09-01T23:25:54.069Z[ recovery-image] Sep 01 23:25:52.650 INFO O| Sep 01 23:25:52.649 INFO STEP 864 (remove_files) COMPLETE
82652026-09-01T23:25:54.069Z[ recovery-image] Sep 01 23:25:52.650 INFO O| Sep 01 23:25:52.649 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-09-01T23:25:54.080Z[ recovery-image] Sep 01 23:25:52.660 INFO O| Sep 01 23:25:52.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
82672026-09-01T23:25:54.080Z[ recovery-image] Sep 01 23:25:52.660 INFO O| Sep 01 23:25:52.660 INFO STEP 865 (remove_files) COMPLETE
82682026-09-01T23:25:54.083Z[ recovery-image] Sep 01 23:25:52.660 INFO O| Sep 01 23:25:52.660 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-09-01T23:25:54.090Z[ recovery-image] Sep 01 23:25:52.670 INFO O| Sep 01 23:25:52.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
82702026-09-01T23:25:54.090Z[ recovery-image] Sep 01 23:25:52.671 INFO O| Sep 01 23:25:52.670 INFO STEP 866 (remove_files) COMPLETE
82712026-09-01T23:25:54.094Z[ recovery-image] Sep 01 23:25:52.671 INFO O| Sep 01 23:25:52.671 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-09-01T23:25:54.099Z[ recovery-image] Sep 01 23:25:52.679 INFO O| Sep 01 23:25:52.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
82732026-09-01T23:25:54.099Z[ recovery-image] Sep 01 23:25:52.679 INFO O| Sep 01 23:25:52.679 INFO STEP 867 (remove_files) COMPLETE
82742026-09-01T23:25:54.099Z[ recovery-image] Sep 01 23:25:52.679 INFO O| Sep 01 23:25:52.679 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-09-01T23:25:54.110Z[ recovery-image] Sep 01 23:25:52.691 INFO O| Sep 01 23:25:52.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
82762026-09-01T23:25:54.111Z[ recovery-image] Sep 01 23:25:52.691 INFO O| Sep 01 23:25:52.691 INFO STEP 868 (remove_files) COMPLETE
82772026-09-01T23:25:54.111Z[ recovery-image] Sep 01 23:25:52.691 INFO O| Sep 01 23:25:52.691 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-09-01T23:25:54.121Z[ recovery-image] Sep 01 23:25:52.701 INFO O| Sep 01 23:25:52.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
82792026-09-01T23:25:54.121Z[ recovery-image] Sep 01 23:25:52.701 INFO O| Sep 01 23:25:52.701 INFO STEP 869 (remove_files) COMPLETE
82802026-09-01T23:25:54.121Z[ recovery-image] Sep 01 23:25:52.701 INFO O| Sep 01 23:25:52.701 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-09-01T23:25:54.133Z[ recovery-image] Sep 01 23:25:52.713 INFO O| Sep 01 23:25:52.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
82822026-09-01T23:25:54.133Z[ recovery-image] Sep 01 23:25:52.713 INFO O| Sep 01 23:25:52.713 INFO STEP 870 (remove_files) COMPLETE
82832026-09-01T23:25:54.137Z[ recovery-image] Sep 01 23:25:52.713 INFO O| Sep 01 23:25:52.713 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-09-01T23:25:54.145Z[ recovery-image] Sep 01 23:25:52.725 INFO O| Sep 01 23:25:52.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
82852026-09-01T23:25:54.145Z[ recovery-image] Sep 01 23:25:52.725 INFO O| Sep 01 23:25:52.725 INFO STEP 871 (remove_files) COMPLETE
82862026-09-01T23:25:54.145Z[ recovery-image] Sep 01 23:25:52.725 INFO O| Sep 01 23:25:52.725 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-09-01T23:25:54.155Z[ recovery-image] Sep 01 23:25:52.735 INFO O| Sep 01 23:25:52.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
82882026-09-01T23:25:54.155Z[ recovery-image] Sep 01 23:25:52.735 INFO O| Sep 01 23:25:52.735 INFO STEP 872 (remove_files) COMPLETE
82892026-09-01T23:25:54.155Z[ recovery-image] Sep 01 23:25:52.735 INFO O| Sep 01 23:25:52.735 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-09-01T23:25:54.190Z[ host-image] Sep 01 23:25:52.770 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24233:20260901T130651Z
82912026-09-01T23:25:54.190Z[ host-image] Sep 01 23:25:52.770 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24233:20260901T130651Z
82922026-09-01T23:25:54.194Z[ host-image] Sep 01 23:25:52.770 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
82932026-09-01T23:25:54.194Z[ host-image] Sep 01 23:25:52.770 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
82942026-09-01T23:25:54.194Z[ host-image] Sep 01 23:25:52.770 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
82952026-09-01T23:25:54.194Z[ host-image] Sep 01 23:25:52.770 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
82962026-09-01T23:25:54.194Z[ host-image] Sep 01 23:25:52.770 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
82972026-09-01T23:25:54.194Z[ host-image] Sep 01 23:25:52.770 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
82982026-09-01T23:25:54.194Z[ host-image] Sep 01 23:25:52.771 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260901T231154Z
82992026-09-01T23:25:54.194Z[ host-image] Sep 01 23:25:52.771 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
83002026-09-01T23:25:54.194Z[ host-image] Sep 01 23:25:52.771 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
83012026-09-01T23:25:54.194Z[ host-image] Sep 01 23:25:52.771 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24233:20260901T130652Z
83022026-09-01T23:25:54.194Z[ host-image] Sep 01 23:25:52.771 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24233:20260901T130652Z
83032026-09-01T23:25:54.194Z[ host-image] Sep 01 23:25:52.771 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24233:20260901T130652Z
83042026-09-01T23:25:54.194Z[ host-image] Sep 01 23:25:52.772 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24233:20260901T130652Z
83052026-09-01T23:25:54.194Z[ host-image] Sep 01 23:25:52.772 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
83062026-09-01T23:25:54.194Z[ host-image] Sep 01 23:25:52.772 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24233:20260901T130652Z
83072026-09-01T23:25:54.194Z[ host-image] Sep 01 23:25:52.772 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24233:20260901T130652Z
83082026-09-01T23:25:54.194Z[ host-image] Sep 01 23:25:52.772 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24233:20260901T130652Z
83092026-09-01T23:25:54.194Z[ host-image] Sep 01 23:25:52.772 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24233:20260901T130652Z
83102026-09-01T23:25:54.194Z[ host-image] Sep 01 23:25:52.772 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24233:20260901T130653Z
83112026-09-01T23:25:54.194Z[ host-image] Sep 01 23:25:52.772 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24233:20260901T130653Z
83122026-09-01T23:25:54.194Z[ host-image] Sep 01 23:25:52.772 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24233:20260901T130653Z
83132026-09-01T23:25:54.194Z[ host-image] Sep 01 23:25:52.772 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24233:20260901T130653Z
83142026-09-01T23:25:54.194Z[ host-image] Sep 01 23:25:52.772 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24233:20260901T130653Z
83152026-09-01T23:25:54.194Z[ host-image] Sep 01 23:25:52.773 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24233:20260901T130653Z
83162026-09-01T23:25:54.194Z[ host-image] Sep 01 23:25:52.773 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24233:20260901T130653Z
83172026-09-01T23:25:54.195Z[ host-image] Sep 01 23:25:52.773 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24233:20260901T130654Z
83182026-09-01T23:25:54.195Z[ host-image] Sep 01 23:25:52.773 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24233:20260901T130654Z
83192026-09-01T23:25:54.195Z[ host-image] Sep 01 23:25:52.773 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24233:20260901T130655Z
83202026-09-01T23:25:54.195Z[ host-image] Sep 01 23:25:52.773 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24233:20260901T130655Z
83212026-09-01T23:25:54.195Z[ host-image] Sep 01 23:25:52.773 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
83222026-09-01T23:25:54.195Z[ host-image] Sep 01 23:25:52.773 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24233:20260901T130656Z
83232026-09-01T23:25:54.195Z[ host-image] Sep 01 23:25:52.773 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24233:20260901T130656Z
83242026-09-01T23:25:54.195Z[ host-image] Sep 01 23:25:52.773 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24233:20260901T130657Z
83252026-09-01T23:25:54.195Z[ host-image] Sep 01 23:25:52.773 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24233:20260901T130657Z
83262026-09-01T23:25:54.195Z[ host-image] Sep 01 23:25:52.773 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24233:20260901T130657Z
83272026-09-01T23:25:54.195Z[ host-image] Sep 01 23:25:52.773 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24233:20260901T130658Z
83282026-09-01T23:25:54.195Z[ host-image] Sep 01 23:25:52.773 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24233:20260901T130658Z
83292026-09-01T23:25:54.199Z[ host-image] Sep 01 23:25:52.776 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
83302026-09-01T23:25:54.199Z[ host-image] Sep 01 23:25:52.776 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24233:20260901T130658Z
83312026-09-01T23:25:54.199Z[ host-image] Sep 01 23:25:52.776 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
83322026-09-01T23:25:54.202Z[ recovery-image] Sep 01 23:25:52.780 INFO O| Sep 01 23:25:52.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
83332026-09-01T23:25:54.202Z[ recovery-image] Sep 01 23:25:52.780 INFO O| Sep 01 23:25:52.779 INFO STEP 873 (remove_files) COMPLETE
83342026-09-01T23:25:54.202Z[ host-image] Sep 01 23:25:52.776 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
83352026-09-01T23:25:54.208Z[ host-image] Sep 01 23:25:52.777 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
83362026-09-01T23:25:54.208Z[ host-image] Sep 01 23:25:52.777 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
83372026-09-01T23:25:54.208Z[ recovery-image] Sep 01 23:25:52.780 INFO O| Sep 01 23:25:52.779 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83382026-09-01T23:25:54.208Z[ host-image] Sep 01 23:25:52.777 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24233:20260901T130658Z
83392026-09-01T23:25:54.208Z[ host-image] Sep 01 23:25:52.777 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
83402026-09-01T23:25:54.208Z[ host-image] Sep 01 23:25:52.777 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
83412026-09-01T23:25:54.208Z[ host-image] Sep 01 23:25:52.777 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
83422026-09-01T23:25:54.208Z[ host-image] Sep 01 23:25:52.777 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
83432026-09-01T23:25:54.208Z[ host-image] Sep 01 23:25:52.781 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
83442026-09-01T23:25:54.208Z[ host-image] Sep 01 23:25:52.781 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
83452026-09-01T23:25:54.209Z[ host-image] Sep 01 23:25:52.781 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
83462026-09-01T23:25:54.209Z[ host-image] Sep 01 23:25:52.781 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
83472026-09-01T23:25:54.209Z[ host-image] Sep 01 23:25:52.781 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
83482026-09-01T23:25:54.209Z[ host-image] Sep 01 23:25:52.781 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
83492026-09-01T23:25:54.215Z[ host-image] Sep 01 23:25:52.793 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
83502026-09-01T23:25:54.215Z[ host-image] Sep 01 23:25:52.794 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
83512026-09-01T23:25:54.219Z[ host-image] Sep 01 23:25:52.794 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
83522026-09-01T23:25:54.219Z[ host-image] Sep 01 23:25:52.794 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24233:20260901T130659Z
83532026-09-01T23:25:54.219Z[ host-image] Sep 01 23:25:52.794 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24233:20260901T130701Z
83542026-09-01T23:25:54.219Z[ host-image] Sep 01 23:25:52.794 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
83552026-09-01T23:25:54.219Z[ host-image] Sep 01 23:25:52.794 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24233:20260901T130702Z
83562026-09-01T23:25:54.219Z[ host-image] Sep 01 23:25:52.794 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
83572026-09-01T23:25:54.219Z[ host-image] Sep 01 23:25:52.794 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
83582026-09-01T23:25:54.219Z[ host-image] Sep 01 23:25:52.794 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
83592026-09-01T23:25:54.219Z[ host-image] Sep 01 23:25:52.794 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
83602026-09-01T23:25:54.219Z[ host-image] Sep 01 23:25:52.794 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24233:20260901T130702Z
83612026-09-01T23:25:54.219Z[ host-image] Sep 01 23:25:52.794 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
83622026-09-01T23:25:54.219Z[ host-image] Sep 01 23:25:52.795 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
83632026-09-01T23:25:54.219Z[ host-image] Sep 01 23:25:52.795 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
83642026-09-01T23:25:54.219Z[ host-image] Sep 01 23:25:52.795 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
83652026-09-01T23:25:54.219Z[ host-image] Sep 01 23:25:52.795 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24233:20260901T130702Z
83662026-09-01T23:25:54.219Z[ host-image] Sep 01 23:25:52.796 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
83672026-09-01T23:25:54.223Z[ host-image] Sep 01 23:25:52.799 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
83682026-09-01T23:25:54.224Z[ host-image] Sep 01 23:25:52.800 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24233:20260901T130702Z
83692026-09-01T23:25:54.224Z[ host-image] Sep 01 23:25:52.800 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24233:20260901T130702Z
83702026-09-01T23:25:54.224Z[ host-image] Sep 01 23:25:52.800 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24233:20260901T130702Z
83712026-09-01T23:25:54.224Z[ host-image] Sep 01 23:25:52.800 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
83722026-09-01T23:25:54.224Z[ host-image] Sep 01 23:25:52.800 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24233:20260901T130703Z
83732026-09-01T23:25:54.224Z[ host-image] Sep 01 23:25:52.801 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24233:20260901T130703Z
83742026-09-01T23:25:54.224Z[ host-image] Sep 01 23:25:52.801 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24233:20260901T130703Z
83752026-09-01T23:25:54.224Z[ host-image] Sep 01 23:25:52.801 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24233:20260901T130703Z
83762026-09-01T23:25:54.224Z[ host-image] Sep 01 23:25:52.802 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
83772026-09-01T23:25:54.224Z[ host-image] Sep 01 23:25:52.802 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24233:20260901T130703Z
83782026-09-01T23:25:54.224Z[ host-image] Sep 01 23:25:52.802 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24233:20260901T130704Z
83792026-09-01T23:25:54.224Z[ host-image] Sep 01 23:25:52.802 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
83802026-09-01T23:25:54.224Z[ host-image] Sep 01 23:25:52.802 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24233:20260901T130704Z
83812026-09-01T23:25:54.224Z[ host-image] Sep 01 23:25:52.802 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24233:20260901T130704Z
83822026-09-01T23:25:54.224Z[ host-image] Sep 01 23:25:52.802 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24233:20260901T130704Z
83832026-09-01T23:25:54.224Z[ host-image] Sep 01 23:25:52.802 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24233:20260901T130704Z
83842026-09-01T23:25:54.228Z[ host-image] Sep 01 23:25:52.805 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24233:20260901T130704Z
83852026-09-01T23:25:54.228Z[ host-image] Sep 01 23:25:52.805 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
83862026-09-01T23:25:54.228Z[ host-image] Sep 01 23:25:52.805 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24233:20260901T130704Z
83872026-09-01T23:25:54.228Z[ host-image] Sep 01 23:25:52.805 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24233:20260901T130704Z
83882026-09-01T23:25:54.228Z[ host-image] Sep 01 23:25:52.806 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24233:20260901T130704Z
83892026-09-01T23:25:54.228Z[ host-image] Sep 01 23:25:52.806 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24233:20260901T130704Z
83902026-09-01T23:25:54.228Z[ host-image] Sep 01 23:25:52.806 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24233:20260901T130704Z
83912026-09-01T23:25:54.228Z[ host-image] Sep 01 23:25:52.806 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24233:20260901T130705Z
83922026-09-01T23:25:54.228Z[ host-image] Sep 01 23:25:52.806 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24233:20260901T130705Z
83932026-09-01T23:25:54.228Z[ host-image] Sep 01 23:25:52.806 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24233:20260901T130705Z
83942026-09-01T23:25:54.228Z[ recovery-image] Sep 01 23:25:52.808 INFO O| Sep 01 23:25:52.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
83952026-09-01T23:25:54.228Z[ recovery-image] Sep 01 23:25:52.808 INFO O| Sep 01 23:25:52.808 INFO STEP 874 (remove_files) COMPLETE
83962026-09-01T23:25:54.228Z[ recovery-image] Sep 01 23:25:52.808 INFO O| Sep 01 23:25:52.808 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83972026-09-01T23:25:54.232Z[ host-image] Sep 01 23:25:52.809 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24233:20260901T130705Z
83982026-09-01T23:25:54.233Z[ host-image] Sep 01 23:25:52.809 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24233:20260901T130705Z
83992026-09-01T23:25:54.233Z[ host-image] Sep 01 23:25:52.809 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24233:20260901T130705Z
84002026-09-01T23:25:54.233Z[ host-image] Sep 01 23:25:52.809 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24233:20260901T130705Z
84012026-09-01T23:25:54.233Z[ host-image] Sep 01 23:25:52.809 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24233:20260901T130705Z
84022026-09-01T23:25:54.236Z[ host-image] Sep 01 23:25:52.815 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24233:20260901T130707Z
84032026-09-01T23:25:54.236Z[ host-image] Sep 01 23:25:52.815 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24233:20260901T130705Z
84042026-09-01T23:25:54.236Z[ host-image] Sep 01 23:25:52.815 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24233:20260901T130706Z
84052026-09-01T23:25:54.236Z[ host-image] Sep 01 23:25:52.815 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
84062026-09-01T23:25:54.236Z[ host-image] Sep 01 23:25:52.816 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
84072026-09-01T23:25:54.240Z[ recovery-image] Sep 01 23:25:52.818 INFO O| Sep 01 23:25:52.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
84082026-09-01T23:25:54.240Z[ recovery-image] Sep 01 23:25:52.818 INFO O| Sep 01 23:25:52.818 INFO STEP 875 (remove_files) COMPLETE
84092026-09-01T23:25:54.240Z[ recovery-image] Sep 01 23:25:52.818 INFO O| Sep 01 23:25:52.818 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84102026-09-01T23:25:54.244Z[ host-image] Sep 01 23:25:52.824 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24233:20260901T130706Z
84112026-09-01T23:25:54.244Z[ host-image] Sep 01 23:25:52.824 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
84122026-09-01T23:25:54.244Z[ host-image] Sep 01 23:25:52.824 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24233:20260901T130706Z
84132026-09-01T23:25:54.244Z[ host-image] Sep 01 23:25:52.824 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24233:20260901T130706Z
84142026-09-01T23:25:54.248Z[ host-image] Sep 01 23:25:52.825 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24233:20260901T130706Z
84152026-09-01T23:25:54.248Z[ host-image] Sep 01 23:25:52.825 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
84162026-09-01T23:25:54.248Z[ host-image] Sep 01 23:25:52.825 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
84172026-09-01T23:25:54.248Z[ host-image] Sep 01 23:25:52.825 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24233:20260901T130706Z
84182026-09-01T23:25:54.248Z[ host-image] Sep 01 23:25:52.825 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24233:20260901T130706Z
84192026-09-01T23:25:54.248Z[ host-image] Sep 01 23:25:52.825 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24233:20260901T130706Z
84202026-09-01T23:25:54.248Z[ host-image] Sep 01 23:25:52.825 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24233:20260901T130706Z
84212026-09-01T23:25:54.248Z[ host-image] Sep 01 23:25:52.825 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24233:20260901T130707Z
84222026-09-01T23:25:54.248Z[ host-image] Sep 01 23:25:52.825 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24233:20260901T130707Z
84232026-09-01T23:25:54.248Z[ host-image] Sep 01 23:25:52.826 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
84242026-09-01T23:25:54.248Z[ host-image] Sep 01 23:25:52.826 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24233:20260901T130707Z
84252026-09-01T23:25:54.248Z[ host-image] Sep 01 23:25:52.827 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24233:20260901T130707Z
84262026-09-01T23:25:54.248Z[ host-image] Sep 01 23:25:52.827 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24233:20260901T130707Z
84272026-09-01T23:25:54.248Z[ host-image] Sep 01 23:25:52.827 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24233:20260901T130708Z
84282026-09-01T23:25:54.248Z[ host-image] Sep 01 23:25:52.827 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24233:20260901T130707Z
84292026-09-01T23:25:54.248Z[ host-image] Sep 01 23:25:52.827 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24233:20260901T130708Z
84302026-09-01T23:25:54.248Z[ host-image] Sep 01 23:25:52.827 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
84312026-09-01T23:25:54.248Z[ host-image] Sep 01 23:25:52.827 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
84322026-09-01T23:25:54.248Z[ host-image] Sep 01 23:25:52.827 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24233:20260901T130709Z
84332026-09-01T23:25:54.248Z[ host-image] Sep 01 23:25:52.827 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24233:20260901T130709Z
84342026-09-01T23:25:54.248Z[ host-image] Sep 01 23:25:52.827 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
84352026-09-01T23:25:54.248Z[ host-image] Sep 01 23:25:52.827 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
84362026-09-01T23:25:54.249Z[ host-image] Sep 01 23:25:52.827 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
84372026-09-01T23:25:54.249Z[ host-image] Sep 01 23:25:52.827 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
84382026-09-01T23:25:54.249Z[ host-image] Sep 01 23:25:52.827 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
84392026-09-01T23:25:54.249Z[ host-image] Sep 01 23:25:52.828 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
84402026-09-01T23:25:54.253Z[ host-image] Sep 01 23:25:52.828 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
84412026-09-01T23:25:54.253Z[ host-image] Sep 01 23:25:52.829 INFO O| tempdir @ "/tmp/.tmpmj2yPQ/tmp"
84422026-09-01T23:25:54.253Z[ host-image] Sep 01 23:25:52.829 INFO O| image root @ "/tmp/.tmpmj2yPQ/tmp/root"
84432026-09-01T23:25:54.253Z[ host-image] Sep 01 23:25:52.829 INFO O| creating image...
84442026-09-01T23:25:54.253Z[ recovery-image] Sep 01 23:25:52.830 INFO O| Sep 01 23:25:52.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
84452026-09-01T23:25:54.253Z[ recovery-image] Sep 01 23:25:52.830 INFO O| Sep 01 23:25:52.830 INFO STEP 876 (remove_files) COMPLETE
84462026-09-01T23:25:54.253Z[ recovery-image] Sep 01 23:25:52.830 INFO O| Sep 01 23:25:52.830 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84472026-09-01T23:25:54.260Z[ recovery-image] Sep 01 23:25:52.841 INFO O| Sep 01 23:25:52.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
84482026-09-01T23:25:54.260Z[ recovery-image] Sep 01 23:25:52.841 INFO O| Sep 01 23:25:52.841 INFO STEP 877 (remove_files) COMPLETE
84492026-09-01T23:25:54.264Z[ recovery-image] Sep 01 23:25:52.841 INFO O| Sep 01 23:25:52.841 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84502026-09-01T23:25:54.270Z[ recovery-image] Sep 01 23:25:52.850 INFO O| Sep 01 23:25:52.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
84512026-09-01T23:25:54.270Z[ recovery-image] Sep 01 23:25:52.850 INFO O| Sep 01 23:25:52.850 INFO STEP 878 (remove_files) COMPLETE
84522026-09-01T23:25:54.273Z[ recovery-image] Sep 01 23:25:52.850 INFO O| Sep 01 23:25:52.850 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84532026-09-01T23:25:54.281Z[ recovery-image] Sep 01 23:25:52.862 INFO O| Sep 01 23:25:52.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
84542026-09-01T23:25:54.281Z[ recovery-image] Sep 01 23:25:52.862 INFO O| Sep 01 23:25:52.862 INFO STEP 879 (remove_files) COMPLETE
84552026-09-01T23:25:54.285Z[ recovery-image] Sep 01 23:25:52.862 INFO O| Sep 01 23:25:52.862 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84562026-09-01T23:25:54.292Z[ recovery-image] Sep 01 23:25:52.872 INFO O| Sep 01 23:25:52.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
84572026-09-01T23:25:54.292Z[ recovery-image] Sep 01 23:25:52.872 INFO O| Sep 01 23:25:52.872 INFO STEP 880 (remove_files) COMPLETE
84582026-09-01T23:25:54.292Z[ recovery-image] Sep 01 23:25:52.872 INFO O| Sep 01 23:25:52.872 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84592026-09-01T23:25:54.302Z[ recovery-image] Sep 01 23:25:52.882 INFO O| Sep 01 23:25:52.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
84602026-09-01T23:25:54.302Z[ recovery-image] Sep 01 23:25:52.883 INFO O| Sep 01 23:25:52.882 INFO STEP 881 (remove_files) COMPLETE
84612026-09-01T23:25:54.302Z[ recovery-image] Sep 01 23:25:52.883 INFO O| Sep 01 23:25:52.883 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84622026-09-01T23:25:54.312Z[ recovery-image] Sep 01 23:25:52.892 INFO O| Sep 01 23:25:52.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
84632026-09-01T23:25:54.312Z[ recovery-image] Sep 01 23:25:52.892 INFO O| Sep 01 23:25:52.892 INFO STEP 882 (remove_files) COMPLETE
84642026-09-01T23:25:54.312Z[ recovery-image] Sep 01 23:25:52.892 INFO O| Sep 01 23:25:52.892 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84652026-09-01T23:25:54.323Z[ recovery-image] Sep 01 23:25:52.903 INFO O| Sep 01 23:25:52.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
84662026-09-01T23:25:54.323Z[ recovery-image] Sep 01 23:25:52.903 INFO O| Sep 01 23:25:52.903 INFO STEP 883 (remove_files) COMPLETE
84672026-09-01T23:25:54.323Z[ recovery-image] Sep 01 23:25:52.904 INFO O| Sep 01 23:25:52.903 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84682026-09-01T23:25:54.334Z[ recovery-image] Sep 01 23:25:52.914 INFO O| Sep 01 23:25:52.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
84692026-09-01T23:25:54.334Z[ recovery-image] Sep 01 23:25:52.914 INFO O| Sep 01 23:25:52.914 INFO STEP 884 (remove_files) COMPLETE
84702026-09-01T23:25:54.338Z[ recovery-image] Sep 01 23:25:52.914 INFO O| Sep 01 23:25:52.914 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84712026-09-01T23:25:54.343Z[ recovery-image] Sep 01 23:25:52.924 INFO O| Sep 01 23:25:52.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
84722026-09-01T23:25:54.344Z[ recovery-image] Sep 01 23:25:52.924 INFO O| Sep 01 23:25:52.924 INFO STEP 885 (remove_files) COMPLETE
84732026-09-01T23:25:54.344Z[ recovery-image] Sep 01 23:25:52.924 INFO O| Sep 01 23:25:52.924 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84742026-09-01T23:25:54.354Z[ recovery-image] Sep 01 23:25:52.934 INFO O| Sep 01 23:25:52.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
84752026-09-01T23:25:54.354Z[ recovery-image] Sep 01 23:25:52.934 INFO O| Sep 01 23:25:52.934 INFO STEP 886 (remove_files) COMPLETE
84762026-09-01T23:25:54.354Z[ recovery-image] Sep 01 23:25:52.934 INFO O| Sep 01 23:25:52.934 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84772026-09-01T23:25:54.368Z[ recovery-image] Sep 01 23:25:52.946 INFO O| Sep 01 23:25:52.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
84782026-09-01T23:25:54.368Z[ recovery-image] Sep 01 23:25:52.947 INFO O| Sep 01 23:25:52.946 INFO STEP 887 (remove_files) COMPLETE
84792026-09-01T23:25:54.372Z[ recovery-image] Sep 01 23:25:52.947 INFO O| Sep 01 23:25:52.946 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84802026-09-01T23:25:54.377Z[ recovery-image] Sep 01 23:25:52.957 INFO O| Sep 01 23:25:52.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
84812026-09-01T23:25:54.377Z[ recovery-image] Sep 01 23:25:52.957 INFO O| Sep 01 23:25:52.957 INFO STEP 888 (remove_files) COMPLETE
84822026-09-01T23:25:54.381Z[ recovery-image] Sep 01 23:25:52.957 INFO O| Sep 01 23:25:52.957 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84832026-09-01T23:25:54.387Z[ recovery-image] Sep 01 23:25:52.967 INFO O| Sep 01 23:25:52.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
84842026-09-01T23:25:54.391Z[ recovery-image] Sep 01 23:25:52.968 INFO O| Sep 01 23:25:52.968 INFO STEP 889 (remove_files) COMPLETE
84852026-09-01T23:25:54.391Z[ recovery-image] Sep 01 23:25:52.968 INFO O| Sep 01 23:25:52.968 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84862026-09-01T23:25:54.398Z[ recovery-image] Sep 01 23:25:52.978 INFO O| Sep 01 23:25:52.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
84872026-09-01T23:25:54.398Z[ recovery-image] Sep 01 23:25:52.978 INFO O| Sep 01 23:25:52.978 INFO STEP 890 (remove_files) COMPLETE
84882026-09-01T23:25:54.398Z[ recovery-image] Sep 01 23:25:52.978 INFO O| Sep 01 23:25:52.978 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84892026-09-01T23:25:54.407Z[ recovery-image] Sep 01 23:25:52.987 INFO O| Sep 01 23:25:52.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
84902026-09-01T23:25:54.407Z[ recovery-image] Sep 01 23:25:52.987 INFO O| Sep 01 23:25:52.987 INFO STEP 891 (remove_files) COMPLETE
84912026-09-01T23:25:54.411Z[ recovery-image] Sep 01 23:25:52.987 INFO O| Sep 01 23:25:52.987 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84922026-09-01T23:25:54.417Z[ recovery-image] Sep 01 23:25:52.997 INFO O| Sep 01 23:25:52.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
84932026-09-01T23:25:54.417Z[ recovery-image] Sep 01 23:25:52.997 INFO O| Sep 01 23:25:52.997 INFO STEP 892 (remove_files) COMPLETE
84942026-09-01T23:25:54.417Z[ recovery-image] Sep 01 23:25:52.997 INFO O| Sep 01 23:25:52.997 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84952026-09-01T23:25:54.428Z[ recovery-image] Sep 01 23:25:53.009 INFO O| Sep 01 23:25:53.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
84962026-09-01T23:25:54.429Z[ recovery-image] Sep 01 23:25:53.009 INFO O| Sep 01 23:25:53.009 INFO STEP 893 (remove_files) COMPLETE
84972026-09-01T23:25:54.429Z[ recovery-image] Sep 01 23:25:53.009 INFO O| Sep 01 23:25:53.009 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84982026-09-01T23:25:54.438Z[ recovery-image] Sep 01 23:25:53.018 INFO O| Sep 01 23:25:53.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
84992026-09-01T23:25:54.439Z[ recovery-image] Sep 01 23:25:53.019 INFO O| Sep 01 23:25:53.018 INFO STEP 894 (remove_files) COMPLETE
85002026-09-01T23:25:54.445Z[ recovery-image] Sep 01 23:25:53.019 INFO O| Sep 01 23:25:53.018 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85012026-09-01T23:25:54.449Z[ recovery-image] Sep 01 23:25:53.028 INFO O| Sep 01 23:25:53.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
85022026-09-01T23:25:54.449Z[ recovery-image] Sep 01 23:25:53.028 INFO O| Sep 01 23:25:53.028 INFO STEP 895 (remove_files) COMPLETE
85032026-09-01T23:25:54.449Z[ recovery-image] Sep 01 23:25:53.028 INFO O| Sep 01 23:25:53.028 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85042026-09-01T23:25:54.457Z[ recovery-image] Sep 01 23:25:53.036 INFO O| Sep 01 23:25:53.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
85052026-09-01T23:25:54.457Z[ recovery-image] Sep 01 23:25:53.036 INFO O| Sep 01 23:25:53.036 INFO STEP 896 (remove_files) COMPLETE
85062026-09-01T23:25:54.457Z[ recovery-image] Sep 01 23:25:53.036 INFO O| Sep 01 23:25:53.036 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85072026-09-01T23:25:54.466Z[ recovery-image] Sep 01 23:25:53.046 INFO O| Sep 01 23:25:53.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
85082026-09-01T23:25:54.466Z[ recovery-image] Sep 01 23:25:53.046 INFO O| Sep 01 23:25:53.046 INFO STEP 897 (remove_files) COMPLETE
85092026-09-01T23:25:54.466Z[ recovery-image] Sep 01 23:25:53.046 INFO O| Sep 01 23:25:53.046 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85102026-09-01T23:25:54.475Z[ recovery-image] Sep 01 23:25:53.055 INFO O| Sep 01 23:25:53.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
85112026-09-01T23:25:54.475Z[ recovery-image] Sep 01 23:25:53.055 INFO O| Sep 01 23:25:53.055 INFO STEP 898 (remove_files) COMPLETE
85122026-09-01T23:25:54.476Z[ recovery-image] Sep 01 23:25:53.055 INFO O| Sep 01 23:25:53.055 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85132026-09-01T23:25:54.485Z[ recovery-image] Sep 01 23:25:53.065 INFO O| Sep 01 23:25:53.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
85142026-09-01T23:25:54.485Z[ recovery-image] Sep 01 23:25:53.065 INFO O| Sep 01 23:25:53.065 INFO STEP 899 (remove_files) COMPLETE
85152026-09-01T23:25:54.488Z[ recovery-image] Sep 01 23:25:53.065 INFO O| Sep 01 23:25:53.065 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85162026-09-01T23:25:54.495Z[ recovery-image] Sep 01 23:25:53.074 INFO O| Sep 01 23:25:53.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
85172026-09-01T23:25:54.495Z[ recovery-image] Sep 01 23:25:53.075 INFO O| Sep 01 23:25:53.075 INFO STEP 900 (remove_files) COMPLETE
85182026-09-01T23:25:54.499Z[ recovery-image] Sep 01 23:25:53.075 INFO O| Sep 01 23:25:53.075 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85192026-09-01T23:25:54.502Z[verify-libraries] Compiling git2 v0.20.4
85202026-09-01T23:25:54.506Z[ recovery-image] Sep 01 23:25:53.084 INFO O| Sep 01 23:25:53.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
85212026-09-01T23:25:54.506Z[ recovery-image] Sep 01 23:25:53.084 INFO O| Sep 01 23:25:53.084 INFO STEP 901 (remove_files) COMPLETE
85222026-09-01T23:25:54.506Z[ recovery-image] Sep 01 23:25:53.084 INFO O| Sep 01 23:25:53.084 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-09-01T23:25:54.514Z[ recovery-image] Sep 01 23:25:53.094 INFO O| Sep 01 23:25:53.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
85242026-09-01T23:25:54.514Z[ recovery-image] Sep 01 23:25:53.094 INFO O| Sep 01 23:25:53.094 INFO STEP 902 (remove_files) COMPLETE
85252026-09-01T23:25:54.514Z[ recovery-image] Sep 01 23:25:53.094 INFO O| Sep 01 23:25:53.094 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-09-01T23:25:54.526Z[ recovery-image] Sep 01 23:25:53.106 INFO O| Sep 01 23:25:53.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
85272026-09-01T23:25:54.526Z[ recovery-image] Sep 01 23:25:53.106 INFO O| Sep 01 23:25:53.106 INFO STEP 903 (remove_files) COMPLETE
85282026-09-01T23:25:54.526Z[ recovery-image] Sep 01 23:25:53.106 INFO O| Sep 01 23:25:53.106 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-09-01T23:25:54.539Z[ recovery-image] Sep 01 23:25:53.119 INFO O| Sep 01 23:25:53.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
85302026-09-01T23:25:54.539Z[ recovery-image] Sep 01 23:25:53.119 INFO O| Sep 01 23:25:53.119 INFO STEP 904 (remove_files) COMPLETE
85312026-09-01T23:25:54.539Z[ recovery-image] Sep 01 23:25:53.119 INFO O| Sep 01 23:25:53.119 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-09-01T23:25:54.552Z[ recovery-image] Sep 01 23:25:53.132 INFO O| Sep 01 23:25:53.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
85332026-09-01T23:25:54.552Z[ recovery-image] Sep 01 23:25:53.132 INFO O| Sep 01 23:25:53.132 INFO STEP 905 (remove_files) COMPLETE
85342026-09-01T23:25:54.552Z[ recovery-image] Sep 01 23:25:53.132 INFO O| Sep 01 23:25:53.132 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-09-01T23:25:54.562Z[ recovery-image] Sep 01 23:25:53.143 INFO O| Sep 01 23:25:53.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
85362026-09-01T23:25:54.563Z[ recovery-image] Sep 01 23:25:53.143 INFO O| Sep 01 23:25:53.143 INFO STEP 906 (remove_files) COMPLETE
85372026-09-01T23:25:54.563Z[ recovery-image] Sep 01 23:25:53.143 INFO O| Sep 01 23:25:53.143 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-09-01T23:25:54.573Z[ recovery-image] Sep 01 23:25:53.153 INFO O| Sep 01 23:25:53.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
85392026-09-01T23:25:54.573Z[ recovery-image] Sep 01 23:25:53.153 INFO O| Sep 01 23:25:53.153 INFO STEP 907 (remove_files) COMPLETE
85402026-09-01T23:25:54.573Z[ recovery-image] Sep 01 23:25:53.153 INFO O| Sep 01 23:25:53.153 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-09-01T23:25:54.704Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
85422026-09-01T23:25:55.154Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
85432026-09-01T23:25:55.323Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
85442026-09-01T23:25:55.626Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
85452026-09-01T23:25:55.889Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
85462026-09-01T23:25:56.335Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
85472026-09-01T23:25:56.857Z[ recovery-image] Sep 01 23:25:55.437 INFO O| Sep 01 23:25:55.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
85482026-09-01T23:25:56.857Z[ recovery-image] Sep 01 23:25:55.437 INFO O| Sep 01 23:25:55.437 INFO STEP 908 (remove_files) COMPLETE
85492026-09-01T23:25:56.857Z[ recovery-image] Sep 01 23:25:55.437 INFO O| Sep 01 23:25:55.437 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-09-01T23:25:56.867Z[ recovery-image] Sep 01 23:25:55.447 INFO O| Sep 01 23:25:55.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
85512026-09-01T23:25:56.867Z[ recovery-image] Sep 01 23:25:55.447 INFO O| Sep 01 23:25:55.447 INFO STEP 909 (remove_files) COMPLETE
85522026-09-01T23:25:56.870Z[ recovery-image] Sep 01 23:25:55.447 INFO O| Sep 01 23:25:55.447 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-09-01T23:25:56.876Z[ recovery-image] Sep 01 23:25:55.457 INFO O| Sep 01 23:25:55.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
85542026-09-01T23:25:56.876Z[ recovery-image] Sep 01 23:25:55.457 INFO O| Sep 01 23:25:55.457 INFO STEP 910 (remove_files) COMPLETE
85552026-09-01T23:25:56.880Z[ recovery-image] Sep 01 23:25:55.457 INFO O| Sep 01 23:25:55.457 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-09-01T23:25:56.886Z[ recovery-image] Sep 01 23:25:55.466 INFO O| Sep 01 23:25:55.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
85572026-09-01T23:25:56.886Z[ recovery-image] Sep 01 23:25:55.466 INFO O| Sep 01 23:25:55.466 INFO STEP 911 (remove_files) COMPLETE
85582026-09-01T23:25:56.890Z[ recovery-image] Sep 01 23:25:55.467 INFO O| Sep 01 23:25:55.466 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-09-01T23:25:56.896Z[ recovery-image] Sep 01 23:25:55.477 INFO O| Sep 01 23:25:55.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
85602026-09-01T23:25:56.896Z[ recovery-image] Sep 01 23:25:55.477 INFO O| Sep 01 23:25:55.477 INFO STEP 912 (remove_files) COMPLETE
85612026-09-01T23:25:56.900Z[ recovery-image] Sep 01 23:25:55.477 INFO O| Sep 01 23:25:55.477 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85622026-09-01T23:25:56.907Z[ recovery-image] Sep 01 23:25:55.487 INFO O| Sep 01 23:25:55.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
85632026-09-01T23:25:56.907Z[ recovery-image] Sep 01 23:25:55.487 INFO O| Sep 01 23:25:55.487 INFO STEP 913 (remove_files) COMPLETE
85642026-09-01T23:25:56.907Z[ recovery-image] Sep 01 23:25:55.487 INFO O| Sep 01 23:25:55.487 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85652026-09-01T23:25:56.918Z[ recovery-image] Sep 01 23:25:55.498 INFO O| Sep 01 23:25:55.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
85662026-09-01T23:25:56.918Z[ recovery-image] Sep 01 23:25:55.498 INFO O| Sep 01 23:25:55.498 INFO STEP 914 (remove_files) COMPLETE
85672026-09-01T23:25:56.918Z[ recovery-image] Sep 01 23:25:55.498 INFO O| Sep 01 23:25:55.498 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-09-01T23:25:56.928Z[ recovery-image] Sep 01 23:25:55.508 INFO O| Sep 01 23:25:55.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
85692026-09-01T23:25:56.928Z[ recovery-image] Sep 01 23:25:55.508 INFO O| Sep 01 23:25:55.508 INFO STEP 915 (remove_files) COMPLETE
85702026-09-01T23:25:56.928Z[ recovery-image] Sep 01 23:25:55.508 INFO O| Sep 01 23:25:55.508 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-09-01T23:25:56.939Z[ recovery-image] Sep 01 23:25:55.519 INFO O| Sep 01 23:25:55.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
85722026-09-01T23:25:56.939Z[ recovery-image] Sep 01 23:25:55.519 INFO O| Sep 01 23:25:55.519 INFO STEP 916 (remove_files) COMPLETE
85732026-09-01T23:25:56.939Z[ recovery-image] Sep 01 23:25:55.519 INFO O| Sep 01 23:25:55.519 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-09-01T23:25:56.949Z[ recovery-image] Sep 01 23:25:55.530 INFO O| Sep 01 23:25:55.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
85752026-09-01T23:25:56.950Z[ recovery-image] Sep 01 23:25:55.530 INFO O| Sep 01 23:25:55.530 INFO STEP 917 (remove_files) COMPLETE
85762026-09-01T23:25:56.950Z[ recovery-image] Sep 01 23:25:55.530 INFO O| Sep 01 23:25:55.530 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-09-01T23:25:56.953Z[ host-image] Sep 01 23:25:55.533 INFO O| copying publishers...
85782026-09-01T23:25:56.960Z[ recovery-image] Sep 01 23:25:55.540 INFO O| Sep 01 23:25:55.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
85792026-09-01T23:25:56.963Z[ recovery-image] Sep 01 23:25:55.541 INFO O| Sep 01 23:25:55.541 INFO STEP 918 (remove_files) COMPLETE
85802026-09-01T23:25:56.963Z[ recovery-image] Sep 01 23:25:55.541 INFO O| Sep 01 23:25:55.541 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-09-01T23:25:56.971Z[ recovery-image] Sep 01 23:25:55.551 INFO O| Sep 01 23:25:55.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
85822026-09-01T23:25:56.971Z[ recovery-image] Sep 01 23:25:55.551 INFO O| Sep 01 23:25:55.551 INFO STEP 919 (remove_files) COMPLETE
85832026-09-01T23:25:56.971Z[ recovery-image] Sep 01 23:25:55.551 INFO O| Sep 01 23:25:55.551 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-09-01T23:25:56.983Z[ recovery-image] Sep 01 23:25:55.561 INFO O| Sep 01 23:25:55.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
85852026-09-01T23:25:56.983Z[ recovery-image] Sep 01 23:25:55.561 INFO O| Sep 01 23:25:55.561 INFO STEP 920 (remove_files) COMPLETE
85862026-09-01T23:25:56.987Z[ recovery-image] Sep 01 23:25:55.561 INFO O| Sep 01 23:25:55.561 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85872026-09-01T23:25:56.990Z[ recovery-image] Sep 01 23:25:55.571 INFO O| Sep 01 23:25:55.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
85882026-09-01T23:25:56.990Z[ recovery-image] Sep 01 23:25:55.571 INFO O| Sep 01 23:25:55.571 INFO STEP 921 (remove_files) COMPLETE
85892026-09-01T23:25:56.990Z[ recovery-image] Sep 01 23:25:55.571 INFO O| Sep 01 23:25:55.571 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85902026-09-01T23:25:56.999Z[ recovery-image] Sep 01 23:25:55.580 INFO O| Sep 01 23:25:55.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
85912026-09-01T23:25:56.999Z[ recovery-image] Sep 01 23:25:55.580 INFO O| Sep 01 23:25:55.580 INFO STEP 922 (remove_files) COMPLETE
85922026-09-01T23:25:56.999Z[ recovery-image] Sep 01 23:25:55.580 INFO O| Sep 01 23:25:55.580 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85932026-09-01T23:25:57.010Z[ recovery-image] Sep 01 23:25:55.590 INFO O| Sep 01 23:25:55.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
85942026-09-01T23:25:57.010Z[ recovery-image] Sep 01 23:25:55.590 INFO O| Sep 01 23:25:55.590 INFO STEP 923 (remove_files) COMPLETE
85952026-09-01T23:25:57.010Z[ recovery-image] Sep 01 23:25:55.590 INFO O| Sep 01 23:25:55.590 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-09-01T23:25:57.019Z[ recovery-image] Sep 01 23:25:55.599 INFO O| Sep 01 23:25:55.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
85972026-09-01T23:25:57.019Z[ recovery-image] Sep 01 23:25:55.599 INFO O| Sep 01 23:25:55.599 INFO STEP 924 (remove_files) COMPLETE
85982026-09-01T23:25:57.019Z[ recovery-image] Sep 01 23:25:55.599 INFO O| Sep 01 23:25:55.599 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85992026-09-01T23:25:57.029Z[ recovery-image] Sep 01 23:25:55.610 INFO O| Sep 01 23:25:55.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
86002026-09-01T23:25:57.029Z[ recovery-image] Sep 01 23:25:55.610 INFO O| Sep 01 23:25:55.610 INFO STEP 925 (remove_files) COMPLETE
86012026-09-01T23:25:57.032Z[ recovery-image] Sep 01 23:25:55.610 INFO O| Sep 01 23:25:55.610 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86022026-09-01T23:25:57.040Z[ recovery-image] Sep 01 23:25:55.618 INFO O| Sep 01 23:25:55.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
86032026-09-01T23:25:57.040Z[ recovery-image] Sep 01 23:25:55.618 INFO O| Sep 01 23:25:55.618 INFO STEP 926 (remove_files) COMPLETE
86042026-09-01T23:25:57.040Z[ recovery-image] Sep 01 23:25:55.618 INFO O| Sep 01 23:25:55.618 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86052026-09-01T23:25:57.046Z[ recovery-image] Sep 01 23:25:55.627 INFO O| Sep 01 23:25:55.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
86062026-09-01T23:25:57.046Z[ recovery-image] Sep 01 23:25:55.627 INFO O| Sep 01 23:25:55.627 INFO STEP 927 (remove_files) COMPLETE
86072026-09-01T23:25:57.046Z[ recovery-image] Sep 01 23:25:55.627 INFO O| Sep 01 23:25:55.627 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86082026-09-01T23:25:57.055Z[ recovery-image] Sep 01 23:25:55.635 INFO O| Sep 01 23:25:55.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
86092026-09-01T23:25:57.055Z[ recovery-image] Sep 01 23:25:55.635 INFO O| Sep 01 23:25:55.635 INFO STEP 928 (remove_files) COMPLETE
86102026-09-01T23:25:57.055Z[ recovery-image] Sep 01 23:25:55.635 INFO O| Sep 01 23:25:55.635 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86112026-09-01T23:25:57.066Z[ recovery-image] Sep 01 23:25:55.646 INFO O| Sep 01 23:25:55.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
86122026-09-01T23:25:57.066Z[ recovery-image] Sep 01 23:25:55.646 INFO O| Sep 01 23:25:55.646 INFO STEP 929 (remove_files) COMPLETE
86132026-09-01T23:25:57.070Z[ recovery-image] Sep 01 23:25:55.646 INFO O| Sep 01 23:25:55.646 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86142026-09-01T23:25:57.076Z[ recovery-image] Sep 01 23:25:55.656 INFO O| Sep 01 23:25:55.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
86152026-09-01T23:25:57.076Z[ recovery-image] Sep 01 23:25:55.656 INFO O| Sep 01 23:25:55.656 INFO STEP 930 (remove_files) COMPLETE
86162026-09-01T23:25:57.079Z[ recovery-image] Sep 01 23:25:55.656 INFO O| Sep 01 23:25:55.656 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86172026-09-01T23:25:57.086Z[ recovery-image] Sep 01 23:25:55.666 INFO O| Sep 01 23:25:55.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
86182026-09-01T23:25:57.086Z[ recovery-image] Sep 01 23:25:55.666 INFO O| Sep 01 23:25:55.666 INFO STEP 931 (remove_files) COMPLETE
86192026-09-01T23:25:57.086Z[ recovery-image] Sep 01 23:25:55.666 INFO O| Sep 01 23:25:55.666 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86202026-09-01T23:25:57.097Z[ recovery-image] Sep 01 23:25:55.677 INFO O| Sep 01 23:25:55.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
86212026-09-01T23:25:57.097Z[ recovery-image] Sep 01 23:25:55.677 INFO O| Sep 01 23:25:55.677 INFO STEP 932 (remove_files) COMPLETE
86222026-09-01T23:25:57.097Z[ recovery-image] Sep 01 23:25:55.677 INFO O| Sep 01 23:25:55.677 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86232026-09-01T23:25:57.108Z[ recovery-image] Sep 01 23:25:55.687 INFO O| Sep 01 23:25:55.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
86242026-09-01T23:25:57.108Z[ recovery-image] Sep 01 23:25:55.687 INFO O| Sep 01 23:25:55.687 INFO STEP 933 (remove_files) COMPLETE
86252026-09-01T23:25:57.108Z[ recovery-image] Sep 01 23:25:55.687 INFO O| Sep 01 23:25:55.687 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86262026-09-01T23:25:57.116Z[ recovery-image] Sep 01 23:25:55.697 INFO O| Sep 01 23:25:55.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
86272026-09-01T23:25:57.117Z[ recovery-image] Sep 01 23:25:55.697 INFO O| Sep 01 23:25:55.697 INFO STEP 934 (remove_files) COMPLETE
86282026-09-01T23:25:57.117Z[ recovery-image] Sep 01 23:25:55.697 INFO O| Sep 01 23:25:55.697 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86292026-09-01T23:25:57.126Z[ recovery-image] Sep 01 23:25:55.706 INFO O| Sep 01 23:25:55.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
86302026-09-01T23:25:57.129Z[ recovery-image] Sep 01 23:25:55.706 INFO O| Sep 01 23:25:55.706 INFO STEP 935 (remove_files) COMPLETE
86312026-09-01T23:25:57.129Z[ recovery-image] Sep 01 23:25:55.706 INFO O| Sep 01 23:25:55.706 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86322026-09-01T23:25:57.140Z[ recovery-image] Sep 01 23:25:55.720 INFO O| Sep 01 23:25:55.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
86332026-09-01T23:25:57.140Z[ recovery-image] Sep 01 23:25:55.720 INFO O| Sep 01 23:25:55.717 INFO STEP 936 (remove_files) COMPLETE
86342026-09-01T23:25:57.140Z[ recovery-image] Sep 01 23:25:55.720 INFO O| Sep 01 23:25:55.717 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86352026-09-01T23:25:57.146Z[ recovery-image] Sep 01 23:25:55.727 INFO O| Sep 01 23:25:55.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
86362026-09-01T23:25:57.146Z[ recovery-image] Sep 01 23:25:55.727 INFO O| Sep 01 23:25:55.727 INFO STEP 937 (remove_files) COMPLETE
86372026-09-01T23:25:57.150Z[ recovery-image] Sep 01 23:25:55.727 INFO O| Sep 01 23:25:55.727 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86382026-09-01T23:25:57.156Z[ recovery-image] Sep 01 23:25:55.736 INFO O| Sep 01 23:25:55.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
86392026-09-01T23:25:57.156Z[ recovery-image] Sep 01 23:25:55.736 INFO O| Sep 01 23:25:55.736 INFO STEP 938 (remove_files) COMPLETE
86402026-09-01T23:25:57.156Z[ recovery-image] Sep 01 23:25:55.736 INFO O| Sep 01 23:25:55.736 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86412026-09-01T23:25:57.165Z[ recovery-image] Sep 01 23:25:55.746 INFO O| Sep 01 23:25:55.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
86422026-09-01T23:25:57.165Z[ recovery-image] Sep 01 23:25:55.746 INFO O| Sep 01 23:25:55.746 INFO STEP 939 (remove_files) COMPLETE
86432026-09-01T23:25:57.166Z[ recovery-image] Sep 01 23:25:55.746 INFO O| Sep 01 23:25:55.746 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86442026-09-01T23:25:57.177Z[ recovery-image] Sep 01 23:25:55.756 INFO O| Sep 01 23:25:55.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
86452026-09-01T23:25:57.177Z[ recovery-image] Sep 01 23:25:55.756 INFO O| Sep 01 23:25:55.756 INFO STEP 940 (remove_files) COMPLETE
86462026-09-01T23:25:57.177Z[ recovery-image] Sep 01 23:25:55.756 INFO O| Sep 01 23:25:55.756 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86472026-09-01T23:25:57.186Z[ recovery-image] Sep 01 23:25:55.766 INFO O| Sep 01 23:25:55.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
86482026-09-01T23:25:57.186Z[ recovery-image] Sep 01 23:25:55.766 INFO O| Sep 01 23:25:55.766 INFO STEP 941 (remove_files) COMPLETE
86492026-09-01T23:25:57.186Z[ recovery-image] Sep 01 23:25:55.766 INFO O| Sep 01 23:25:55.766 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86502026-09-01T23:25:57.196Z[ recovery-image] Sep 01 23:25:55.776 INFO O| Sep 01 23:25:55.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
86512026-09-01T23:25:57.196Z[ recovery-image] Sep 01 23:25:55.776 INFO O| Sep 01 23:25:55.776 INFO STEP 942 (remove_files) COMPLETE
86522026-09-01T23:25:57.196Z[ recovery-image] Sep 01 23:25:55.776 INFO O| Sep 01 23:25:55.776 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86532026-09-01T23:25:57.205Z[ recovery-image] Sep 01 23:25:55.786 INFO O| Sep 01 23:25:55.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
86542026-09-01T23:25:57.205Z[ recovery-image] Sep 01 23:25:55.786 INFO O| Sep 01 23:25:55.786 INFO STEP 943 (remove_files) COMPLETE
86552026-09-01T23:25:57.206Z[ recovery-image] Sep 01 23:25:55.786 INFO O| Sep 01 23:25:55.786 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86562026-09-01T23:25:57.215Z[ recovery-image] Sep 01 23:25:55.795 INFO O| Sep 01 23:25:55.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
86572026-09-01T23:25:57.215Z[ recovery-image] Sep 01 23:25:55.795 INFO O| Sep 01 23:25:55.795 INFO STEP 944 (remove_files) COMPLETE
86582026-09-01T23:25:57.219Z[ recovery-image] Sep 01 23:25:55.795 INFO O| Sep 01 23:25:55.795 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86592026-09-01T23:25:57.223Z[ recovery-image] Sep 01 23:25:55.804 INFO O| Sep 01 23:25:55.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
86602026-09-01T23:25:57.223Z[ recovery-image] Sep 01 23:25:55.804 INFO O| Sep 01 23:25:55.804 INFO STEP 945 (remove_files) COMPLETE
86612026-09-01T23:25:57.227Z[ recovery-image] Sep 01 23:25:55.804 INFO O| Sep 01 23:25:55.804 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86622026-09-01T23:25:57.231Z[ recovery-image] Sep 01 23:25:55.812 INFO O| Sep 01 23:25:55.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
86632026-09-01T23:25:57.231Z[ recovery-image] Sep 01 23:25:55.812 INFO O| Sep 01 23:25:55.812 INFO STEP 946 (remove_files) COMPLETE
86642026-09-01T23:25:57.231Z[ recovery-image] Sep 01 23:25:55.812 INFO O| Sep 01 23:25:55.812 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86652026-09-01T23:25:57.244Z[ recovery-image] Sep 01 23:25:55.821 INFO O| Sep 01 23:25:55.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
86662026-09-01T23:25:57.244Z[ recovery-image] Sep 01 23:25:55.821 INFO O| Sep 01 23:25:55.821 INFO STEP 947 (remove_files) COMPLETE
86672026-09-01T23:25:57.248Z[ recovery-image] Sep 01 23:25:55.821 INFO O| Sep 01 23:25:55.821 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86682026-09-01T23:25:57.251Z[ recovery-image] Sep 01 23:25:55.831 INFO O| Sep 01 23:25:55.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
86692026-09-01T23:25:57.251Z[ recovery-image] Sep 01 23:25:55.831 INFO O| Sep 01 23:25:55.831 INFO STEP 948 (remove_files) COMPLETE
86702026-09-01T23:25:57.254Z[ recovery-image] Sep 01 23:25:55.832 INFO O| Sep 01 23:25:55.831 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86712026-09-01T23:25:57.263Z[ recovery-image] Sep 01 23:25:55.843 INFO O| Sep 01 23:25:55.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
86722026-09-01T23:25:57.263Z[ recovery-image] Sep 01 23:25:55.843 INFO O| Sep 01 23:25:55.843 INFO STEP 949 (remove_files) COMPLETE
86732026-09-01T23:25:57.263Z[ recovery-image] Sep 01 23:25:55.843 INFO O| Sep 01 23:25:55.843 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86742026-09-01T23:25:57.273Z[ recovery-image] Sep 01 23:25:55.854 INFO O| Sep 01 23:25:55.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
86752026-09-01T23:25:57.273Z[ recovery-image] Sep 01 23:25:55.854 INFO O| Sep 01 23:25:55.854 INFO STEP 950 (remove_files) COMPLETE
86762026-09-01T23:25:57.273Z[ recovery-image] Sep 01 23:25:55.854 INFO O| Sep 01 23:25:55.854 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86772026-09-01T23:25:57.284Z[ recovery-image] Sep 01 23:25:55.864 INFO O| Sep 01 23:25:55.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
86782026-09-01T23:25:57.284Z[ recovery-image] Sep 01 23:25:55.864 INFO O| Sep 01 23:25:55.864 INFO STEP 951 (remove_files) COMPLETE
86792026-09-01T23:25:57.284Z[ recovery-image] Sep 01 23:25:55.864 INFO O| Sep 01 23:25:55.864 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86802026-09-01T23:25:57.293Z[ recovery-image] Sep 01 23:25:55.874 INFO O| Sep 01 23:25:55.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
86812026-09-01T23:25:57.293Z[ recovery-image] Sep 01 23:25:55.874 INFO O| Sep 01 23:25:55.874 INFO STEP 952 (remove_files) COMPLETE
86822026-09-01T23:25:57.293Z[ recovery-image] Sep 01 23:25:55.874 INFO O| Sep 01 23:25:55.874 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86832026-09-01T23:25:57.303Z[ recovery-image] Sep 01 23:25:55.884 INFO O| Sep 01 23:25:55.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
86842026-09-01T23:25:57.303Z[ recovery-image] Sep 01 23:25:55.884 INFO O| Sep 01 23:25:55.884 INFO STEP 953 (remove_files) COMPLETE
86852026-09-01T23:25:57.303Z[ recovery-image] Sep 01 23:25:55.884 INFO O| Sep 01 23:25:55.884 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86862026-09-01T23:25:57.316Z[ recovery-image] Sep 01 23:25:55.894 INFO O| Sep 01 23:25:55.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
86872026-09-01T23:25:57.316Z[ recovery-image] Sep 01 23:25:55.894 INFO O| Sep 01 23:25:55.894 INFO STEP 954 (remove_files) COMPLETE
86882026-09-01T23:25:57.316Z[ recovery-image] Sep 01 23:25:55.894 INFO O| Sep 01 23:25:55.894 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86892026-09-01T23:25:57.325Z[ recovery-image] Sep 01 23:25:55.905 INFO O| Sep 01 23:25:55.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
86902026-09-01T23:25:57.325Z[ recovery-image] Sep 01 23:25:55.905 INFO O| Sep 01 23:25:55.905 INFO STEP 955 (remove_files) COMPLETE
86912026-09-01T23:25:57.325Z[ recovery-image] Sep 01 23:25:55.905 INFO O| Sep 01 23:25:55.905 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86922026-09-01T23:25:57.335Z[ recovery-image] Sep 01 23:25:55.915 INFO O| Sep 01 23:25:55.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
86932026-09-01T23:25:57.335Z[ recovery-image] Sep 01 23:25:55.915 INFO O| Sep 01 23:25:55.915 INFO STEP 956 (remove_files) COMPLETE
86942026-09-01T23:25:57.335Z[ recovery-image] Sep 01 23:25:55.915 INFO O| Sep 01 23:25:55.915 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86952026-09-01T23:25:57.345Z[ recovery-image] Sep 01 23:25:55.926 INFO O| Sep 01 23:25:55.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
86962026-09-01T23:25:57.345Z[ recovery-image] Sep 01 23:25:55.926 INFO O| Sep 01 23:25:55.926 INFO STEP 957 (remove_files) COMPLETE
86972026-09-01T23:25:57.349Z[ recovery-image] Sep 01 23:25:55.926 INFO O| Sep 01 23:25:55.926 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86982026-09-01T23:25:57.356Z[ recovery-image] Sep 01 23:25:55.937 INFO O| Sep 01 23:25:55.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
86992026-09-01T23:25:57.356Z[ recovery-image] Sep 01 23:25:55.937 INFO O| Sep 01 23:25:55.937 INFO STEP 958 (remove_files) COMPLETE
87002026-09-01T23:25:57.356Z[ recovery-image] Sep 01 23:25:55.937 INFO O| Sep 01 23:25:55.937 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87012026-09-01T23:25:57.367Z[ recovery-image] Sep 01 23:25:55.947 INFO O| Sep 01 23:25:55.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
87022026-09-01T23:25:57.367Z[ recovery-image] Sep 01 23:25:55.947 INFO O| Sep 01 23:25:55.947 INFO STEP 959 (remove_files) COMPLETE
87032026-09-01T23:25:57.370Z[ recovery-image] Sep 01 23:25:55.947 INFO O| Sep 01 23:25:55.947 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87042026-09-01T23:25:57.381Z[ recovery-image] Sep 01 23:25:55.962 INFO O| Sep 01 23:25:55.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
87052026-09-01T23:25:57.381Z[ recovery-image] Sep 01 23:25:55.962 INFO O| Sep 01 23:25:55.962 INFO STEP 960 (remove_files) COMPLETE
87062026-09-01T23:25:57.381Z[ recovery-image] Sep 01 23:25:55.962 INFO O| Sep 01 23:25:55.962 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87072026-09-01T23:25:57.392Z[ recovery-image] Sep 01 23:25:55.973 INFO O| Sep 01 23:25:55.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
87082026-09-01T23:25:57.392Z[ recovery-image] Sep 01 23:25:55.973 INFO O| Sep 01 23:25:55.973 INFO STEP 961 (remove_files) COMPLETE
87092026-09-01T23:25:57.392Z[ recovery-image] Sep 01 23:25:55.973 INFO O| Sep 01 23:25:55.973 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87102026-09-01T23:25:57.403Z[ recovery-image] Sep 01 23:25:55.984 INFO O| Sep 01 23:25:55.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
87112026-09-01T23:25:57.403Z[ recovery-image] Sep 01 23:25:55.984 INFO O| Sep 01 23:25:55.984 INFO STEP 962 (remove_files) COMPLETE
87122026-09-01T23:25:57.407Z[ recovery-image] Sep 01 23:25:55.984 INFO O| Sep 01 23:25:55.984 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87132026-09-01T23:25:57.412Z[ recovery-image] Sep 01 23:25:55.993 INFO O| Sep 01 23:25:55.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
87142026-09-01T23:25:57.412Z[ recovery-image] Sep 01 23:25:55.993 INFO O| Sep 01 23:25:55.993 INFO STEP 963 (remove_files) COMPLETE
87152026-09-01T23:25:57.412Z[ recovery-image] Sep 01 23:25:55.993 INFO O| Sep 01 23:25:55.993 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87162026-09-01T23:25:57.423Z[ recovery-image] Sep 01 23:25:56.003 INFO O| Sep 01 23:25:56.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
87172026-09-01T23:25:57.423Z[ recovery-image] Sep 01 23:25:56.003 INFO O| Sep 01 23:25:56.003 INFO STEP 964 (remove_files) COMPLETE
87182026-09-01T23:25:57.423Z[ recovery-image] Sep 01 23:25:56.003 INFO O| Sep 01 23:25:56.003 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87192026-09-01T23:25:57.433Z[ recovery-image] Sep 01 23:25:56.014 INFO O| Sep 01 23:25:56.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
87202026-09-01T23:25:57.433Z[ recovery-image] Sep 01 23:25:56.014 INFO O| Sep 01 23:25:56.014 INFO STEP 965 (remove_files) COMPLETE
87212026-09-01T23:25:57.433Z[ recovery-image] Sep 01 23:25:56.014 INFO O| Sep 01 23:25:56.014 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87222026-09-01T23:25:57.442Z[ recovery-image] Sep 01 23:25:56.023 INFO O| Sep 01 23:25:56.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
87232026-09-01T23:25:57.443Z[ recovery-image] Sep 01 23:25:56.023 INFO O| Sep 01 23:25:56.023 INFO STEP 966 (remove_files) COMPLETE
87242026-09-01T23:25:57.443Z[ recovery-image] Sep 01 23:25:56.023 INFO O| Sep 01 23:25:56.023 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87252026-09-01T23:25:57.453Z[ recovery-image] Sep 01 23:25:56.034 INFO O| Sep 01 23:25:56.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
87262026-09-01T23:25:57.454Z[ recovery-image] Sep 01 23:25:56.034 INFO O| Sep 01 23:25:56.034 INFO STEP 967 (remove_files) COMPLETE
87272026-09-01T23:25:57.457Z[ recovery-image] Sep 01 23:25:56.034 INFO O| Sep 01 23:25:56.034 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87282026-09-01T23:25:57.465Z[ recovery-image] Sep 01 23:25:56.045 INFO O| Sep 01 23:25:56.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
87292026-09-01T23:25:57.465Z[ recovery-image] Sep 01 23:25:56.045 INFO O| Sep 01 23:25:56.045 INFO STEP 968 (remove_files) COMPLETE
87302026-09-01T23:25:57.465Z[ recovery-image] Sep 01 23:25:56.045 INFO O| Sep 01 23:25:56.045 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87312026-09-01T23:25:57.481Z[ recovery-image] Sep 01 23:25:56.061 INFO O| Sep 01 23:25:56.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
87322026-09-01T23:25:57.481Z[ recovery-image] Sep 01 23:25:56.061 INFO O| Sep 01 23:25:56.061 INFO STEP 969 (remove_files) COMPLETE
87332026-09-01T23:25:57.481Z[ recovery-image] Sep 01 23:25:56.061 INFO O| Sep 01 23:25:56.061 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87342026-09-01T23:25:57.493Z[ recovery-image] Sep 01 23:25:56.073 INFO O| Sep 01 23:25:56.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
87352026-09-01T23:25:57.493Z[ recovery-image] Sep 01 23:25:56.074 INFO O| Sep 01 23:25:56.074 INFO STEP 970 (remove_files) COMPLETE
87362026-09-01T23:25:57.497Z[ recovery-image] Sep 01 23:25:56.074 INFO O| Sep 01 23:25:56.074 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87372026-09-01T23:25:57.505Z[ recovery-image] Sep 01 23:25:56.086 INFO O| Sep 01 23:25:56.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
87382026-09-01T23:25:57.505Z[ recovery-image] Sep 01 23:25:56.086 INFO O| Sep 01 23:25:56.086 INFO STEP 971 (remove_files) COMPLETE
87392026-09-01T23:25:57.505Z[ recovery-image] Sep 01 23:25:56.086 INFO O| Sep 01 23:25:56.086 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87402026-09-01T23:25:57.516Z[ recovery-image] Sep 01 23:25:56.096 INFO O| Sep 01 23:25:56.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
87412026-09-01T23:25:57.516Z[ recovery-image] Sep 01 23:25:56.096 INFO O| Sep 01 23:25:56.096 INFO STEP 972 (remove_files) COMPLETE
87422026-09-01T23:25:57.516Z[ recovery-image] Sep 01 23:25:56.096 INFO O| Sep 01 23:25:56.096 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87432026-09-01T23:25:57.530Z[ recovery-image] Sep 01 23:25:56.111 INFO O| Sep 01 23:25:56.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
87442026-09-01T23:25:57.530Z[ recovery-image] Sep 01 23:25:56.111 INFO O| Sep 01 23:25:56.111 INFO STEP 973 (remove_files) COMPLETE
87452026-09-01T23:25:57.534Z[ recovery-image] Sep 01 23:25:56.111 INFO O| Sep 01 23:25:56.111 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87462026-09-01T23:25:57.540Z[ recovery-image] Sep 01 23:25:56.120 INFO O| Sep 01 23:25:56.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
87472026-09-01T23:25:57.540Z[ recovery-image] Sep 01 23:25:56.120 INFO O| Sep 01 23:25:56.120 INFO STEP 974 (remove_files) COMPLETE
87482026-09-01T23:25:57.543Z[ recovery-image] Sep 01 23:25:56.120 INFO O| Sep 01 23:25:56.120 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87492026-09-01T23:25:57.549Z[ recovery-image] Sep 01 23:25:56.130 INFO O| Sep 01 23:25:56.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
87502026-09-01T23:25:57.549Z[ recovery-image] Sep 01 23:25:56.130 INFO O| Sep 01 23:25:56.130 INFO STEP 975 (remove_files) COMPLETE
87512026-09-01T23:25:57.552Z[ recovery-image] Sep 01 23:25:56.130 INFO O| Sep 01 23:25:56.130 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87522026-09-01T23:25:57.558Z[ recovery-image] Sep 01 23:25:56.139 INFO O| Sep 01 23:25:56.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
87532026-09-01T23:25:57.558Z[ recovery-image] Sep 01 23:25:56.139 INFO O| Sep 01 23:25:56.139 INFO STEP 976 (remove_files) COMPLETE
87542026-09-01T23:25:57.558Z[ recovery-image] Sep 01 23:25:56.139 INFO O| Sep 01 23:25:56.139 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87552026-09-01T23:25:57.572Z[ recovery-image] Sep 01 23:25:56.152 INFO O| Sep 01 23:25:56.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
87562026-09-01T23:25:57.572Z[ recovery-image] Sep 01 23:25:56.152 INFO O| Sep 01 23:25:56.152 INFO STEP 977 (remove_files) COMPLETE
87572026-09-01T23:25:57.572Z[ recovery-image] Sep 01 23:25:56.152 INFO O| Sep 01 23:25:56.152 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87582026-09-01T23:25:57.582Z[ recovery-image] Sep 01 23:25:56.163 INFO O| Sep 01 23:25:56.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
87592026-09-01T23:25:57.582Z[ recovery-image] Sep 01 23:25:56.163 INFO O| Sep 01 23:25:56.163 INFO STEP 978 (remove_files) COMPLETE
87602026-09-01T23:25:57.582Z[ recovery-image] Sep 01 23:25:56.163 INFO O| Sep 01 23:25:56.163 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87612026-09-01T23:25:57.592Z[ recovery-image] Sep 01 23:25:56.172 INFO O| Sep 01 23:25:56.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
87622026-09-01T23:25:57.592Z[ recovery-image] Sep 01 23:25:56.172 INFO O| Sep 01 23:25:56.172 INFO STEP 979 (remove_files) COMPLETE
87632026-09-01T23:25:57.592Z[ recovery-image] Sep 01 23:25:56.172 INFO O| Sep 01 23:25:56.172 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87642026-09-01T23:25:57.602Z[ recovery-image] Sep 01 23:25:56.182 INFO O| Sep 01 23:25:56.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
87652026-09-01T23:25:57.602Z[ recovery-image] Sep 01 23:25:56.182 INFO O| Sep 01 23:25:56.182 INFO STEP 980 (remove_files) COMPLETE
87662026-09-01T23:25:57.602Z[ recovery-image] Sep 01 23:25:56.182 INFO O| Sep 01 23:25:56.182 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87672026-09-01T23:25:57.612Z[ recovery-image] Sep 01 23:25:56.192 INFO O| Sep 01 23:25:56.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
87682026-09-01T23:25:57.612Z[ recovery-image] Sep 01 23:25:56.192 INFO O| Sep 01 23:25:56.192 INFO STEP 981 (remove_files) COMPLETE
87692026-09-01T23:25:57.612Z[ recovery-image] Sep 01 23:25:56.192 INFO O| Sep 01 23:25:56.192 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87702026-09-01T23:25:57.621Z[ recovery-image] Sep 01 23:25:56.202 INFO O| Sep 01 23:25:56.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
87712026-09-01T23:25:57.621Z[ recovery-image] Sep 01 23:25:56.202 INFO O| Sep 01 23:25:56.202 INFO STEP 982 (remove_files) COMPLETE
87722026-09-01T23:25:57.625Z[ recovery-image] Sep 01 23:25:56.202 INFO O| Sep 01 23:25:56.202 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87732026-09-01T23:25:57.631Z[ recovery-image] Sep 01 23:25:56.211 INFO O| Sep 01 23:25:56.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
87742026-09-01T23:25:57.631Z[ recovery-image] Sep 01 23:25:56.212 INFO O| Sep 01 23:25:56.212 INFO STEP 983 (remove_files) COMPLETE
87752026-09-01T23:25:57.631Z[ recovery-image] Sep 01 23:25:56.212 INFO O| Sep 01 23:25:56.212 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87762026-09-01T23:25:57.641Z[ recovery-image] Sep 01 23:25:56.221 INFO O| Sep 01 23:25:56.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
87772026-09-01T23:25:57.641Z[ recovery-image] Sep 01 23:25:56.221 INFO O| Sep 01 23:25:56.221 INFO STEP 984 (remove_files) COMPLETE
87782026-09-01T23:25:57.641Z[ recovery-image] Sep 01 23:25:56.221 INFO O| Sep 01 23:25:56.221 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87792026-09-01T23:25:57.652Z[ recovery-image] Sep 01 23:25:56.232 INFO O| Sep 01 23:25:56.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
87802026-09-01T23:25:57.652Z[ recovery-image] Sep 01 23:25:56.232 INFO O| Sep 01 23:25:56.232 INFO STEP 985 (remove_files) COMPLETE
87812026-09-01T23:25:57.655Z[ recovery-image] Sep 01 23:25:56.232 INFO O| Sep 01 23:25:56.232 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87822026-09-01T23:25:57.664Z[ recovery-image] Sep 01 23:25:56.242 INFO O| Sep 01 23:25:56.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
87832026-09-01T23:25:57.664Z[ recovery-image] Sep 01 23:25:56.242 INFO O| Sep 01 23:25:56.242 INFO STEP 986 (remove_files) COMPLETE
87842026-09-01T23:25:57.664Z[ recovery-image] Sep 01 23:25:56.242 INFO O| Sep 01 23:25:56.242 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87852026-09-01T23:25:57.673Z[ recovery-image] Sep 01 23:25:56.253 INFO O| Sep 01 23:25:56.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
87862026-09-01T23:25:57.673Z[ recovery-image] Sep 01 23:25:56.253 INFO O| Sep 01 23:25:56.253 INFO STEP 987 (remove_files) COMPLETE
87872026-09-01T23:25:57.673Z[ recovery-image] Sep 01 23:25:56.253 INFO O| Sep 01 23:25:56.253 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87882026-09-01T23:25:57.684Z[ recovery-image] Sep 01 23:25:56.264 INFO O| Sep 01 23:25:56.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
87892026-09-01T23:25:57.684Z[ recovery-image] Sep 01 23:25:56.264 INFO O| Sep 01 23:25:56.264 INFO STEP 988 (remove_files) COMPLETE
87902026-09-01T23:25:57.684Z[ recovery-image] Sep 01 23:25:56.264 INFO O| Sep 01 23:25:56.264 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87912026-09-01T23:25:57.695Z[ recovery-image] Sep 01 23:25:56.275 INFO O| Sep 01 23:25:56.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
87922026-09-01T23:25:57.695Z[ recovery-image] Sep 01 23:25:56.275 INFO O| Sep 01 23:25:56.275 INFO STEP 989 (remove_files) COMPLETE
87932026-09-01T23:25:57.695Z[ recovery-image] Sep 01 23:25:56.275 INFO O| Sep 01 23:25:56.275 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87942026-09-01T23:25:57.705Z[ recovery-image] Sep 01 23:25:56.285 INFO O| Sep 01 23:25:56.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
87952026-09-01T23:25:57.705Z[ recovery-image] Sep 01 23:25:56.285 INFO O| Sep 01 23:25:56.285 INFO STEP 990 (remove_files) COMPLETE
87962026-09-01T23:25:57.705Z[ recovery-image] Sep 01 23:25:56.285 INFO O| Sep 01 23:25:56.285 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87972026-09-01T23:25:57.716Z[ recovery-image] Sep 01 23:25:56.296 INFO O| Sep 01 23:25:56.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
87982026-09-01T23:25:57.716Z[ recovery-image] Sep 01 23:25:56.296 INFO O| Sep 01 23:25:56.296 INFO STEP 991 (remove_files) COMPLETE
87992026-09-01T23:25:57.716Z[ recovery-image] Sep 01 23:25:56.296 INFO O| Sep 01 23:25:56.296 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88002026-09-01T23:25:57.729Z[ recovery-image] Sep 01 23:25:56.306 INFO O| Sep 01 23:25:56.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
88012026-09-01T23:25:57.729Z[ recovery-image] Sep 01 23:25:56.306 INFO O| Sep 01 23:25:56.306 INFO STEP 992 (remove_files) COMPLETE
88022026-09-01T23:25:57.730Z[ recovery-image] Sep 01 23:25:56.306 INFO O| Sep 01 23:25:56.306 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88032026-09-01T23:25:57.734Z[ recovery-image] Sep 01 23:25:56.314 INFO O| Sep 01 23:25:56.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
88042026-09-01T23:25:57.734Z[ recovery-image] Sep 01 23:25:56.314 INFO O| Sep 01 23:25:56.314 INFO STEP 993 (remove_files) COMPLETE
88052026-09-01T23:25:57.734Z[ recovery-image] Sep 01 23:25:56.314 INFO O| Sep 01 23:25:56.314 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88062026-09-01T23:25:57.744Z[ recovery-image] Sep 01 23:25:56.324 INFO O| Sep 01 23:25:56.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
88072026-09-01T23:25:57.744Z[ recovery-image] Sep 01 23:25:56.324 INFO O| Sep 01 23:25:56.324 INFO STEP 994 (remove_files) COMPLETE
88082026-09-01T23:25:57.744Z[ recovery-image] Sep 01 23:25:56.324 INFO O| Sep 01 23:25:56.324 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88092026-09-01T23:25:57.753Z[ recovery-image] Sep 01 23:25:56.334 INFO O| Sep 01 23:25:56.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
88102026-09-01T23:25:57.757Z[ recovery-image] Sep 01 23:25:56.334 INFO O| Sep 01 23:25:56.334 INFO STEP 995 (remove_files) COMPLETE
88112026-09-01T23:25:57.757Z[ recovery-image] Sep 01 23:25:56.334 INFO O| Sep 01 23:25:56.334 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88122026-09-01T23:25:57.762Z[ recovery-image] Sep 01 23:25:56.343 INFO O| Sep 01 23:25:56.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
88132026-09-01T23:25:57.762Z[ recovery-image] Sep 01 23:25:56.343 INFO O| Sep 01 23:25:56.343 INFO STEP 996 (remove_files) COMPLETE
88142026-09-01T23:25:57.762Z[ recovery-image] Sep 01 23:25:56.343 INFO O| Sep 01 23:25:56.343 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88152026-09-01T23:25:57.773Z[ recovery-image] Sep 01 23:25:56.353 INFO O| Sep 01 23:25:56.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
88162026-09-01T23:25:57.773Z[ recovery-image] Sep 01 23:25:56.353 INFO O| Sep 01 23:25:56.353 INFO STEP 997 (remove_files) COMPLETE
88172026-09-01T23:25:57.773Z[ recovery-image] Sep 01 23:25:56.353 INFO O| Sep 01 23:25:56.353 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88182026-09-01T23:25:57.783Z[ recovery-image] Sep 01 23:25:56.363 INFO O| Sep 01 23:25:56.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
88192026-09-01T23:25:57.783Z[ recovery-image] Sep 01 23:25:56.363 INFO O| Sep 01 23:25:56.363 INFO STEP 998 (remove_files) COMPLETE
88202026-09-01T23:25:57.786Z[ recovery-image] Sep 01 23:25:56.363 INFO O| Sep 01 23:25:56.363 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88212026-09-01T23:25:57.787Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
88222026-09-01T23:25:57.793Z[ recovery-image] Sep 01 23:25:56.374 INFO O| Sep 01 23:25:56.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
88232026-09-01T23:25:57.794Z[ recovery-image] Sep 01 23:25:56.374 INFO O| Sep 01 23:25:56.374 INFO STEP 999 (remove_files) COMPLETE
88242026-09-01T23:25:57.794Z[ recovery-image] Sep 01 23:25:56.374 INFO O| Sep 01 23:25:56.374 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88252026-09-01T23:25:57.804Z[ recovery-image] Sep 01 23:25:56.385 INFO O| Sep 01 23:25:56.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
88262026-09-01T23:25:57.804Z[ recovery-image] Sep 01 23:25:56.385 INFO O| Sep 01 23:25:56.385 INFO STEP 1000 (remove_files) COMPLETE
88272026-09-01T23:25:57.804Z[ recovery-image] Sep 01 23:25:56.385 INFO O| Sep 01 23:25:56.385 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88282026-09-01T23:25:57.816Z[ recovery-image] Sep 01 23:25:56.397 INFO O| Sep 01 23:25:56.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
88292026-09-01T23:25:57.820Z[ recovery-image] Sep 01 23:25:56.397 INFO O| Sep 01 23:25:56.397 INFO STEP 1001 (remove_files) COMPLETE
88302026-09-01T23:25:57.820Z[ recovery-image] Sep 01 23:25:56.397 INFO O| Sep 01 23:25:56.397 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88312026-09-01T23:25:57.826Z[ recovery-image] Sep 01 23:25:56.407 INFO O| Sep 01 23:25:56.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
88322026-09-01T23:25:57.827Z[ recovery-image] Sep 01 23:25:56.407 INFO O| Sep 01 23:25:56.407 INFO STEP 1002 (remove_files) COMPLETE
88332026-09-01T23:25:57.827Z[ recovery-image] Sep 01 23:25:56.407 INFO O| Sep 01 23:25:56.407 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88342026-09-01T23:25:57.838Z[ recovery-image] Sep 01 23:25:56.418 INFO O| Sep 01 23:25:56.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
88352026-09-01T23:25:57.838Z[ recovery-image] Sep 01 23:25:56.418 INFO O| Sep 01 23:25:56.418 INFO STEP 1003 (remove_files) COMPLETE
88362026-09-01T23:25:57.838Z[ recovery-image] Sep 01 23:25:56.418 INFO O| Sep 01 23:25:56.418 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88372026-09-01T23:25:57.848Z[ recovery-image] Sep 01 23:25:56.429 INFO O| Sep 01 23:25:56.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
88382026-09-01T23:25:57.848Z[ recovery-image] Sep 01 23:25:56.429 INFO O| Sep 01 23:25:56.429 INFO STEP 1004 (remove_files) COMPLETE
88392026-09-01T23:25:57.849Z[ recovery-image] Sep 01 23:25:56.429 INFO O| Sep 01 23:25:56.429 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88402026-09-01T23:25:57.859Z[ recovery-image] Sep 01 23:25:56.439 INFO O| Sep 01 23:25:56.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
88412026-09-01T23:25:57.859Z[ recovery-image] Sep 01 23:25:56.439 INFO O| Sep 01 23:25:56.439 INFO STEP 1005 (remove_files) COMPLETE
88422026-09-01T23:25:57.859Z[ recovery-image] Sep 01 23:25:56.439 INFO O| Sep 01 23:25:56.439 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88432026-09-01T23:25:57.869Z[ recovery-image] Sep 01 23:25:56.449 INFO O| Sep 01 23:25:56.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
88442026-09-01T23:25:57.869Z[ recovery-image] Sep 01 23:25:56.449 INFO O| Sep 01 23:25:56.449 INFO STEP 1006 (remove_files) COMPLETE
88452026-09-01T23:25:57.869Z[ recovery-image] Sep 01 23:25:56.449 INFO O| Sep 01 23:25:56.449 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88462026-09-01T23:25:57.874Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
88472026-09-01T23:25:57.880Z[ recovery-image] Sep 01 23:25:56.460 INFO O| Sep 01 23:25:56.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
88482026-09-01T23:25:57.880Z[ recovery-image] Sep 01 23:25:56.460 INFO O| Sep 01 23:25:56.460 INFO STEP 1007 (remove_files) COMPLETE
88492026-09-01T23:25:57.880Z[ recovery-image] Sep 01 23:25:56.460 INFO O| Sep 01 23:25:56.460 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88502026-09-01T23:25:57.890Z[ recovery-image] Sep 01 23:25:56.470 INFO O| Sep 01 23:25:56.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
88512026-09-01T23:25:57.890Z[ recovery-image] Sep 01 23:25:56.470 INFO O| Sep 01 23:25:56.470 INFO STEP 1008 (remove_files) COMPLETE
88522026-09-01T23:25:57.890Z[ recovery-image] Sep 01 23:25:56.470 INFO O| Sep 01 23:25:56.470 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88532026-09-01T23:25:57.901Z[ recovery-image] Sep 01 23:25:56.481 INFO O| Sep 01 23:25:56.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
88542026-09-01T23:25:57.901Z[ recovery-image] Sep 01 23:25:56.481 INFO O| Sep 01 23:25:56.481 INFO STEP 1009 (remove_files) COMPLETE
88552026-09-01T23:25:57.901Z[ recovery-image] Sep 01 23:25:56.481 INFO O| Sep 01 23:25:56.481 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88562026-09-01T23:25:57.910Z[ recovery-image] Sep 01 23:25:56.491 INFO O| Sep 01 23:25:56.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
88572026-09-01T23:25:57.910Z[ recovery-image] Sep 01 23:25:56.491 INFO O| Sep 01 23:25:56.491 INFO STEP 1010 (remove_files) COMPLETE
88582026-09-01T23:25:57.911Z[ recovery-image] Sep 01 23:25:56.491 INFO O| Sep 01 23:25:56.491 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88592026-09-01T23:25:57.920Z[ recovery-image] Sep 01 23:25:56.501 INFO O| Sep 01 23:25:56.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
88602026-09-01T23:25:57.920Z[ recovery-image] Sep 01 23:25:56.501 INFO O| Sep 01 23:25:56.501 INFO STEP 1011 (remove_files) COMPLETE
88612026-09-01T23:25:57.924Z[ recovery-image] Sep 01 23:25:56.501 INFO O| Sep 01 23:25:56.501 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88622026-09-01T23:25:57.929Z[ recovery-image] Sep 01 23:25:56.510 INFO O| Sep 01 23:25:56.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
88632026-09-01T23:25:57.929Z[ recovery-image] Sep 01 23:25:56.510 INFO O| Sep 01 23:25:56.510 INFO STEP 1012 (remove_files) COMPLETE
88642026-09-01T23:25:57.930Z[ recovery-image] Sep 01 23:25:56.510 INFO O| Sep 01 23:25:56.510 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88652026-09-01T23:25:57.939Z[ recovery-image] Sep 01 23:25:56.519 INFO O| Sep 01 23:25:56.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
88662026-09-01T23:25:57.939Z[ recovery-image] Sep 01 23:25:56.519 INFO O| Sep 01 23:25:56.519 INFO STEP 1013 (remove_files) COMPLETE
88672026-09-01T23:25:57.939Z[ recovery-image] Sep 01 23:25:56.519 INFO O| Sep 01 23:25:56.519 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88682026-09-01T23:25:57.948Z[ recovery-image] Sep 01 23:25:56.529 INFO O| Sep 01 23:25:56.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
88692026-09-01T23:25:57.948Z[ recovery-image] Sep 01 23:25:56.529 INFO O| Sep 01 23:25:56.529 INFO STEP 1014 (remove_files) COMPLETE
88702026-09-01T23:25:57.948Z[ recovery-image] Sep 01 23:25:56.529 INFO O| Sep 01 23:25:56.529 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88712026-09-01T23:25:57.957Z[ recovery-image] Sep 01 23:25:56.537 INFO O| Sep 01 23:25:56.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
88722026-09-01T23:25:57.957Z[ recovery-image] Sep 01 23:25:56.537 INFO O| Sep 01 23:25:56.537 INFO STEP 1015 (remove_files) COMPLETE
88732026-09-01T23:25:57.957Z[ recovery-image] Sep 01 23:25:56.537 INFO O| Sep 01 23:25:56.537 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88742026-09-01T23:25:57.967Z[ recovery-image] Sep 01 23:25:56.547 INFO O| Sep 01 23:25:56.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
88752026-09-01T23:25:57.967Z[ recovery-image] Sep 01 23:25:56.548 INFO O| Sep 01 23:25:56.548 INFO STEP 1016 (remove_files) COMPLETE
88762026-09-01T23:25:57.967Z[ recovery-image] Sep 01 23:25:56.548 INFO O| Sep 01 23:25:56.548 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88772026-09-01T23:25:57.976Z[ recovery-image] Sep 01 23:25:56.557 INFO O| Sep 01 23:25:56.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
88782026-09-01T23:25:57.976Z[ recovery-image] Sep 01 23:25:56.557 INFO O| Sep 01 23:25:56.557 INFO STEP 1017 (remove_files) COMPLETE
88792026-09-01T23:25:57.976Z[ recovery-image] Sep 01 23:25:56.557 INFO O| Sep 01 23:25:56.557 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88802026-09-01T23:25:57.986Z[ recovery-image] Sep 01 23:25:56.567 INFO O| Sep 01 23:25:56.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
88812026-09-01T23:25:57.986Z[ recovery-image] Sep 01 23:25:56.567 INFO O| Sep 01 23:25:56.567 INFO STEP 1018 (remove_files) COMPLETE
88822026-09-01T23:25:57.986Z[ recovery-image] Sep 01 23:25:56.567 INFO O| Sep 01 23:25:56.567 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88832026-09-01T23:25:57.997Z[ recovery-image] Sep 01 23:25:56.577 INFO O| Sep 01 23:25:56.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
88842026-09-01T23:25:57.997Z[ recovery-image] Sep 01 23:25:56.577 INFO O| Sep 01 23:25:56.577 INFO STEP 1019 (remove_files) COMPLETE
88852026-09-01T23:25:57.997Z[ recovery-image] Sep 01 23:25:56.577 INFO O| Sep 01 23:25:56.577 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88862026-09-01T23:25:58.008Z[ recovery-image] Sep 01 23:25:56.588 INFO O| Sep 01 23:25:56.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
88872026-09-01T23:25:58.008Z[ recovery-image] Sep 01 23:25:56.588 INFO O| Sep 01 23:25:56.588 INFO STEP 1020 (remove_files) COMPLETE
88882026-09-01T23:25:58.011Z[ recovery-image] Sep 01 23:25:56.588 INFO O| Sep 01 23:25:56.588 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88892026-09-01T23:25:58.019Z[ recovery-image] Sep 01 23:25:56.598 INFO O| Sep 01 23:25:56.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
88902026-09-01T23:25:58.019Z[ recovery-image] Sep 01 23:25:56.598 INFO O| Sep 01 23:25:56.598 INFO STEP 1021 (remove_files) COMPLETE
88912026-09-01T23:25:58.019Z[ recovery-image] Sep 01 23:25:56.598 INFO O| Sep 01 23:25:56.598 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88922026-09-01T23:25:58.028Z[ recovery-image] Sep 01 23:25:56.609 INFO O| Sep 01 23:25:56.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
88932026-09-01T23:25:58.029Z[ recovery-image] Sep 01 23:25:56.609 INFO O| Sep 01 23:25:56.609 INFO STEP 1022 (remove_files) COMPLETE
88942026-09-01T23:25:58.029Z[ recovery-image] Sep 01 23:25:56.609 INFO O| Sep 01 23:25:56.609 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88952026-09-01T23:25:58.040Z[ recovery-image] Sep 01 23:25:56.620 INFO O| Sep 01 23:25:56.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
88962026-09-01T23:25:58.040Z[ recovery-image] Sep 01 23:25:56.620 INFO O| Sep 01 23:25:56.620 INFO STEP 1023 (remove_files) COMPLETE
88972026-09-01T23:25:58.040Z[ recovery-image] Sep 01 23:25:56.620 INFO O| Sep 01 23:25:56.620 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88982026-09-01T23:25:58.051Z[ recovery-image] Sep 01 23:25:56.631 INFO O| Sep 01 23:25:56.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
88992026-09-01T23:25:58.051Z[ recovery-image] Sep 01 23:25:56.631 INFO O| Sep 01 23:25:56.631 INFO STEP 1024 (remove_files) COMPLETE
89002026-09-01T23:25:58.051Z[ recovery-image] Sep 01 23:25:56.631 INFO O| Sep 01 23:25:56.631 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89012026-09-01T23:25:58.060Z[ recovery-image] Sep 01 23:25:56.640 INFO O| Sep 01 23:25:56.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
89022026-09-01T23:25:58.060Z[ recovery-image] Sep 01 23:25:56.640 INFO O| Sep 01 23:25:56.640 INFO STEP 1025 (remove_files) COMPLETE
89032026-09-01T23:25:58.060Z[ recovery-image] Sep 01 23:25:56.640 INFO O| Sep 01 23:25:56.640 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89042026-09-01T23:25:58.071Z[ recovery-image] Sep 01 23:25:56.651 INFO O| Sep 01 23:25:56.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
89052026-09-01T23:25:58.071Z[ recovery-image] Sep 01 23:25:56.651 INFO O| Sep 01 23:25:56.651 INFO STEP 1026 (remove_files) COMPLETE
89062026-09-01T23:25:58.071Z[ recovery-image] Sep 01 23:25:56.651 INFO O| Sep 01 23:25:56.651 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89072026-09-01T23:25:58.081Z[ recovery-image] Sep 01 23:25:56.661 INFO O| Sep 01 23:25:56.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
89082026-09-01T23:25:58.081Z[ recovery-image] Sep 01 23:25:56.661 INFO O| Sep 01 23:25:56.661 INFO STEP 1027 (remove_files) COMPLETE
89092026-09-01T23:25:58.081Z[ recovery-image] Sep 01 23:25:56.661 INFO O| Sep 01 23:25:56.661 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89102026-09-01T23:25:58.091Z[ recovery-image] Sep 01 23:25:56.670 INFO O| Sep 01 23:25:56.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
89112026-09-01T23:25:58.092Z[ recovery-image] Sep 01 23:25:56.670 INFO O| Sep 01 23:25:56.670 INFO STEP 1028 (remove_files) COMPLETE
89122026-09-01T23:25:58.092Z[ recovery-image] Sep 01 23:25:56.670 INFO O| Sep 01 23:25:56.670 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89132026-09-01T23:25:58.096Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
89142026-09-01T23:25:58.100Z[ recovery-image] Sep 01 23:25:56.679 INFO O| Sep 01 23:25:56.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
89152026-09-01T23:25:58.100Z[ recovery-image] Sep 01 23:25:56.680 INFO O| Sep 01 23:25:56.680 INFO STEP 1029 (remove_files) COMPLETE
89162026-09-01T23:25:58.100Z[ recovery-image] Sep 01 23:25:56.680 INFO O| Sep 01 23:25:56.680 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89172026-09-01T23:25:58.110Z[ recovery-image] Sep 01 23:25:56.690 INFO O| Sep 01 23:25:56.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
89182026-09-01T23:25:58.110Z[ recovery-image] Sep 01 23:25:56.690 INFO O| Sep 01 23:25:56.690 INFO STEP 1030 (remove_files) COMPLETE
89192026-09-01T23:25:58.113Z[ recovery-image] Sep 01 23:25:56.690 INFO O| Sep 01 23:25:56.690 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89202026-09-01T23:25:58.119Z[ recovery-image] Sep 01 23:25:56.700 INFO O| Sep 01 23:25:56.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
89212026-09-01T23:25:58.119Z[ recovery-image] Sep 01 23:25:56.700 INFO O| Sep 01 23:25:56.700 INFO STEP 1031 (remove_files) COMPLETE
89222026-09-01T23:25:58.119Z[ recovery-image] Sep 01 23:25:56.700 INFO O| Sep 01 23:25:56.700 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89232026-09-01T23:25:58.129Z[ recovery-image] Sep 01 23:25:56.709 INFO O| Sep 01 23:25:56.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
89242026-09-01T23:25:58.129Z[ recovery-image] Sep 01 23:25:56.709 INFO O| Sep 01 23:25:56.709 INFO STEP 1032 (remove_files) COMPLETE
89252026-09-01T23:25:58.129Z[ recovery-image] Sep 01 23:25:56.709 INFO O| Sep 01 23:25:56.709 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89262026-09-01T23:25:58.139Z[ recovery-image] Sep 01 23:25:56.720 INFO O| Sep 01 23:25:56.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
89272026-09-01T23:25:58.139Z[ recovery-image] Sep 01 23:25:56.720 INFO O| Sep 01 23:25:56.720 INFO STEP 1033 (remove_files) COMPLETE
89282026-09-01T23:25:58.143Z[ recovery-image] Sep 01 23:25:56.720 INFO O| Sep 01 23:25:56.720 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89292026-09-01T23:25:58.150Z[ recovery-image] Sep 01 23:25:56.730 INFO O| Sep 01 23:25:56.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
89302026-09-01T23:25:58.150Z[ recovery-image] Sep 01 23:25:56.731 INFO O| Sep 01 23:25:56.730 INFO STEP 1034 (remove_files) COMPLETE
89312026-09-01T23:25:58.155Z[ recovery-image] Sep 01 23:25:56.731 INFO O| Sep 01 23:25:56.731 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89322026-09-01T23:25:58.161Z[ recovery-image] Sep 01 23:25:56.741 INFO O| Sep 01 23:25:56.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
89332026-09-01T23:25:58.161Z[ recovery-image] Sep 01 23:25:56.741 INFO O| Sep 01 23:25:56.741 INFO STEP 1035 (remove_files) COMPLETE
89342026-09-01T23:25:58.161Z[ recovery-image] Sep 01 23:25:56.741 INFO O| Sep 01 23:25:56.741 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89352026-09-01T23:25:58.172Z[ recovery-image] Sep 01 23:25:56.752 INFO O| Sep 01 23:25:56.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
89362026-09-01T23:25:58.172Z[ recovery-image] Sep 01 23:25:56.752 INFO O| Sep 01 23:25:56.752 INFO STEP 1036 (remove_files) COMPLETE
89372026-09-01T23:25:58.172Z[ recovery-image] Sep 01 23:25:56.752 INFO O| Sep 01 23:25:56.752 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89382026-09-01T23:25:58.178Z[verify-libraries] Compiling yansi v1.0.1
89392026-09-01T23:25:58.182Z[ recovery-image] Sep 01 23:25:56.763 INFO O| Sep 01 23:25:56.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
89402026-09-01T23:25:58.182Z[ recovery-image] Sep 01 23:25:56.763 INFO O| Sep 01 23:25:56.763 INFO STEP 1037 (remove_files) COMPLETE
89412026-09-01T23:25:58.185Z[ recovery-image] Sep 01 23:25:56.763 INFO O| Sep 01 23:25:56.763 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89422026-09-01T23:25:58.193Z[ recovery-image] Sep 01 23:25:56.773 INFO O| Sep 01 23:25:56.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
89432026-09-01T23:25:58.193Z[ recovery-image] Sep 01 23:25:56.774 INFO O| Sep 01 23:25:56.774 INFO STEP 1038 (remove_files) COMPLETE
89442026-09-01T23:25:58.197Z[ recovery-image] Sep 01 23:25:56.774 INFO O| Sep 01 23:25:56.774 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89452026-09-01T23:25:58.204Z[ recovery-image] Sep 01 23:25:56.784 INFO O| Sep 01 23:25:56.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
89462026-09-01T23:25:58.204Z[ recovery-image] Sep 01 23:25:56.784 INFO O| Sep 01 23:25:56.784 INFO STEP 1039 (remove_files) COMPLETE
89472026-09-01T23:25:58.207Z[ recovery-image] Sep 01 23:25:56.784 INFO O| Sep 01 23:25:56.784 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89482026-09-01T23:25:58.214Z[ recovery-image] Sep 01 23:25:56.794 INFO O| Sep 01 23:25:56.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
89492026-09-01T23:25:58.214Z[ recovery-image] Sep 01 23:25:56.794 INFO O| Sep 01 23:25:56.794 INFO STEP 1040 (remove_files) COMPLETE
89502026-09-01T23:25:58.214Z[ recovery-image] Sep 01 23:25:56.794 INFO O| Sep 01 23:25:56.794 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89512026-09-01T23:25:58.226Z[ recovery-image] Sep 01 23:25:56.806 INFO O| Sep 01 23:25:56.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
89522026-09-01T23:25:58.226Z[ recovery-image] Sep 01 23:25:56.806 INFO O| Sep 01 23:25:56.806 INFO STEP 1041 (remove_files) COMPLETE
89532026-09-01T23:25:58.226Z[ recovery-image] Sep 01 23:25:56.806 INFO O| Sep 01 23:25:56.806 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89542026-09-01T23:25:58.234Z[ recovery-image] Sep 01 23:25:56.814 INFO O| Sep 01 23:25:56.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
89552026-09-01T23:25:58.234Z[ recovery-image] Sep 01 23:25:56.815 INFO O| Sep 01 23:25:56.814 INFO STEP 1042 (remove_files) COMPLETE
89562026-09-01T23:25:58.234Z[ recovery-image] Sep 01 23:25:56.815 INFO O| Sep 01 23:25:56.814 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89572026-09-01T23:25:58.243Z[ recovery-image] Sep 01 23:25:56.823 INFO O| Sep 01 23:25:56.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
89582026-09-01T23:25:58.243Z[ recovery-image] Sep 01 23:25:56.823 INFO O| Sep 01 23:25:56.823 INFO STEP 1043 (remove_files) COMPLETE
89592026-09-01T23:25:58.246Z[ recovery-image] Sep 01 23:25:56.823 INFO O| Sep 01 23:25:56.823 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89602026-09-01T23:25:58.254Z[ recovery-image] Sep 01 23:25:56.834 INFO O| Sep 01 23:25:56.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
89612026-09-01T23:25:58.254Z[ recovery-image] Sep 01 23:25:56.834 INFO O| Sep 01 23:25:56.834 INFO STEP 1044 (remove_files) COMPLETE
89622026-09-01T23:25:58.254Z[ recovery-image] Sep 01 23:25:56.834 INFO O| Sep 01 23:25:56.834 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89632026-09-01T23:25:58.264Z[ recovery-image] Sep 01 23:25:56.844 INFO O| Sep 01 23:25:56.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
89642026-09-01T23:25:58.265Z[ recovery-image] Sep 01 23:25:56.844 INFO O| Sep 01 23:25:56.844 INFO STEP 1045 (remove_files) COMPLETE
89652026-09-01T23:25:58.265Z[ recovery-image] Sep 01 23:25:56.844 INFO O| Sep 01 23:25:56.844 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89662026-09-01T23:25:58.274Z[ recovery-image] Sep 01 23:25:56.854 INFO O| Sep 01 23:25:56.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
89672026-09-01T23:25:58.274Z[ recovery-image] Sep 01 23:25:56.855 INFO O| Sep 01 23:25:56.855 INFO STEP 1046 (remove_files) COMPLETE
89682026-09-01T23:25:58.274Z[ recovery-image] Sep 01 23:25:56.855 INFO O| Sep 01 23:25:56.855 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89692026-09-01T23:25:58.280Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
89702026-09-01T23:25:58.286Z[ recovery-image] Sep 01 23:25:56.866 INFO O| Sep 01 23:25:56.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
89712026-09-01T23:25:58.286Z[ recovery-image] Sep 01 23:25:56.866 INFO O| Sep 01 23:25:56.866 INFO STEP 1047 (remove_files) COMPLETE
89722026-09-01T23:25:58.286Z[ recovery-image] Sep 01 23:25:56.866 INFO O| Sep 01 23:25:56.866 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89732026-09-01T23:25:58.296Z[ recovery-image] Sep 01 23:25:56.876 INFO O| Sep 01 23:25:56.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
89742026-09-01T23:25:58.296Z[ recovery-image] Sep 01 23:25:56.876 INFO O| Sep 01 23:25:56.876 INFO STEP 1048 (remove_files) COMPLETE
89752026-09-01T23:25:58.296Z[ recovery-image] Sep 01 23:25:56.876 INFO O| Sep 01 23:25:56.876 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89762026-09-01T23:25:58.307Z[ recovery-image] Sep 01 23:25:56.888 INFO O| Sep 01 23:25:56.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
89772026-09-01T23:25:58.307Z[ recovery-image] Sep 01 23:25:56.888 INFO O| Sep 01 23:25:56.888 INFO STEP 1049 (remove_files) COMPLETE
89782026-09-01T23:25:58.307Z[ recovery-image] Sep 01 23:25:56.888 INFO O| Sep 01 23:25:56.888 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89792026-09-01T23:25:58.318Z[ recovery-image] Sep 01 23:25:56.898 INFO O| Sep 01 23:25:56.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
89802026-09-01T23:25:58.318Z[ recovery-image] Sep 01 23:25:56.898 INFO O| Sep 01 23:25:56.898 INFO STEP 1050 (remove_files) COMPLETE
89812026-09-01T23:25:58.324Z[ recovery-image] Sep 01 23:25:56.898 INFO O| Sep 01 23:25:56.898 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89822026-09-01T23:25:58.329Z[ recovery-image] Sep 01 23:25:56.909 INFO O| Sep 01 23:25:56.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
89832026-09-01T23:25:58.329Z[ recovery-image] Sep 01 23:25:56.909 INFO O| Sep 01 23:25:56.909 INFO STEP 1051 (remove_files) COMPLETE
89842026-09-01T23:25:58.329Z[ recovery-image] Sep 01 23:25:56.909 INFO O| Sep 01 23:25:56.909 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89852026-09-01T23:25:58.338Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
89862026-09-01T23:25:58.343Z[ recovery-image] Sep 01 23:25:56.921 INFO O| Sep 01 23:25:56.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
89872026-09-01T23:25:58.343Z[ recovery-image] Sep 01 23:25:56.921 INFO O| Sep 01 23:25:56.921 INFO STEP 1052 (remove_files) COMPLETE
89882026-09-01T23:25:58.343Z[ recovery-image] Sep 01 23:25:56.921 INFO O| Sep 01 23:25:56.921 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89892026-09-01T23:25:58.352Z[ recovery-image] Sep 01 23:25:56.932 INFO O| Sep 01 23:25:56.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
89902026-09-01T23:25:58.352Z[ recovery-image] Sep 01 23:25:56.932 INFO O| Sep 01 23:25:56.932 INFO STEP 1053 (remove_files) COMPLETE
89912026-09-01T23:25:58.352Z[ recovery-image] Sep 01 23:25:56.932 INFO O| Sep 01 23:25:56.932 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89922026-09-01T23:25:58.364Z[ recovery-image] Sep 01 23:25:56.944 INFO O| Sep 01 23:25:56.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
89932026-09-01T23:25:58.364Z[ recovery-image] Sep 01 23:25:56.944 INFO O| Sep 01 23:25:56.944 INFO STEP 1054 (remove_files) COMPLETE
89942026-09-01T23:25:58.367Z[ recovery-image] Sep 01 23:25:56.944 INFO O| Sep 01 23:25:56.944 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89952026-09-01T23:25:58.374Z[ recovery-image] Sep 01 23:25:56.954 INFO O| Sep 01 23:25:56.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
89962026-09-01T23:25:58.374Z[ recovery-image] Sep 01 23:25:56.954 INFO O| Sep 01 23:25:56.954 INFO STEP 1055 (remove_files) COMPLETE
89972026-09-01T23:25:58.374Z[ recovery-image] Sep 01 23:25:56.955 INFO O| Sep 01 23:25:56.954 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89982026-09-01T23:25:58.388Z[ recovery-image] Sep 01 23:25:56.964 INFO O| Sep 01 23:25:56.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
89992026-09-01T23:25:58.388Z[ recovery-image] Sep 01 23:25:56.964 INFO O| Sep 01 23:25:56.964 INFO STEP 1056 (remove_files) COMPLETE
90002026-09-01T23:25:58.388Z[ recovery-image] Sep 01 23:25:56.964 INFO O| Sep 01 23:25:56.964 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90012026-09-01T23:25:58.393Z[ recovery-image] Sep 01 23:25:56.973 INFO O| Sep 01 23:25:56.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
90022026-09-01T23:25:58.393Z[ recovery-image] Sep 01 23:25:56.973 INFO O| Sep 01 23:25:56.973 INFO STEP 1057 (remove_files) COMPLETE
90032026-09-01T23:25:58.396Z[ recovery-image] Sep 01 23:25:56.973 INFO O| Sep 01 23:25:56.973 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90042026-09-01T23:25:58.402Z[ recovery-image] Sep 01 23:25:56.982 INFO O| Sep 01 23:25:56.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
90052026-09-01T23:25:58.402Z[ recovery-image] Sep 01 23:25:56.982 INFO O| Sep 01 23:25:56.982 INFO STEP 1058 (remove_files) COMPLETE
90062026-09-01T23:25:58.402Z[ recovery-image] Sep 01 23:25:56.982 INFO O| Sep 01 23:25:56.982 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90072026-09-01T23:25:58.413Z[ recovery-image] Sep 01 23:25:56.993 INFO O| Sep 01 23:25:56.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
90082026-09-01T23:25:58.413Z[ recovery-image] Sep 01 23:25:56.993 INFO O| Sep 01 23:25:56.993 INFO STEP 1059 (remove_files) COMPLETE
90092026-09-01T23:25:58.413Z[ recovery-image] Sep 01 23:25:56.993 INFO O| Sep 01 23:25:56.993 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90102026-09-01T23:25:58.422Z[ recovery-image] Sep 01 23:25:57.002 INFO O| Sep 01 23:25:57.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
90112026-09-01T23:25:58.422Z[ recovery-image] Sep 01 23:25:57.002 INFO O| Sep 01 23:25:57.002 INFO STEP 1060 (remove_files) COMPLETE
90122026-09-01T23:25:58.426Z[ recovery-image] Sep 01 23:25:57.002 INFO O| Sep 01 23:25:57.002 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90132026-09-01T23:25:58.436Z[ recovery-image] Sep 01 23:25:57.012 INFO O| Sep 01 23:25:57.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
90142026-09-01T23:25:58.436Z[ recovery-image] Sep 01 23:25:57.012 INFO O| Sep 01 23:25:57.012 INFO STEP 1061 (remove_files) COMPLETE
90152026-09-01T23:25:58.436Z[ recovery-image] Sep 01 23:25:57.012 INFO O| Sep 01 23:25:57.012 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90162026-09-01T23:25:58.441Z[ recovery-image] Sep 01 23:25:57.022 INFO O| Sep 01 23:25:57.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
90172026-09-01T23:25:58.441Z[ recovery-image] Sep 01 23:25:57.022 INFO O| Sep 01 23:25:57.022 INFO STEP 1062 (remove_files) COMPLETE
90182026-09-01T23:25:58.441Z[ recovery-image] Sep 01 23:25:57.022 INFO O| Sep 01 23:25:57.022 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90192026-09-01T23:25:58.451Z[ recovery-image] Sep 01 23:25:57.031 INFO O| Sep 01 23:25:57.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
90202026-09-01T23:25:58.451Z[ recovery-image] Sep 01 23:25:57.031 INFO O| Sep 01 23:25:57.031 INFO STEP 1063 (remove_files) COMPLETE
90212026-09-01T23:25:58.451Z[ recovery-image] Sep 01 23:25:57.031 INFO O| Sep 01 23:25:57.031 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90222026-09-01T23:25:58.461Z[ recovery-image] Sep 01 23:25:57.042 INFO O| Sep 01 23:25:57.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
90232026-09-01T23:25:58.462Z[ recovery-image] Sep 01 23:25:57.042 INFO O| Sep 01 23:25:57.042 INFO STEP 1064 (remove_files) COMPLETE
90242026-09-01T23:25:58.462Z[ recovery-image] Sep 01 23:25:57.042 INFO O| Sep 01 23:25:57.042 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90252026-09-01T23:25:58.472Z[ recovery-image] Sep 01 23:25:57.052 INFO O| Sep 01 23:25:57.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
90262026-09-01T23:25:58.472Z[ recovery-image] Sep 01 23:25:57.052 INFO O| Sep 01 23:25:57.052 INFO STEP 1065 (remove_files) COMPLETE
90272026-09-01T23:25:58.472Z[ recovery-image] Sep 01 23:25:57.052 INFO O| Sep 01 23:25:57.052 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90282026-09-01T23:25:58.482Z[ recovery-image] Sep 01 23:25:57.062 INFO O| Sep 01 23:25:57.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
90292026-09-01T23:25:58.482Z[ recovery-image] Sep 01 23:25:57.062 INFO O| Sep 01 23:25:57.062 INFO STEP 1066 (remove_files) COMPLETE
90302026-09-01T23:25:58.482Z[ recovery-image] Sep 01 23:25:57.063 INFO O| Sep 01 23:25:57.062 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90312026-09-01T23:25:58.494Z[ recovery-image] Sep 01 23:25:57.074 INFO O| Sep 01 23:25:57.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
90322026-09-01T23:25:58.494Z[ recovery-image] Sep 01 23:25:57.074 INFO O| Sep 01 23:25:57.074 INFO STEP 1067 (remove_files) COMPLETE
90332026-09-01T23:25:58.494Z[ recovery-image] Sep 01 23:25:57.074 INFO O| Sep 01 23:25:57.074 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90342026-09-01T23:25:58.506Z[ recovery-image] Sep 01 23:25:57.085 INFO O| Sep 01 23:25:57.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
90352026-09-01T23:25:58.506Z[ recovery-image] Sep 01 23:25:57.085 INFO O| Sep 01 23:25:57.085 INFO STEP 1068 (remove_files) COMPLETE
90362026-09-01T23:25:58.509Z[ recovery-image] Sep 01 23:25:57.085 INFO O| Sep 01 23:25:57.085 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90372026-09-01T23:25:58.515Z[ recovery-image] Sep 01 23:25:57.095 INFO O| Sep 01 23:25:57.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
90382026-09-01T23:25:58.515Z[ recovery-image] Sep 01 23:25:57.095 INFO O| Sep 01 23:25:57.095 INFO STEP 1069 (remove_files) COMPLETE
90392026-09-01T23:25:58.515Z[ recovery-image] Sep 01 23:25:57.095 INFO O| Sep 01 23:25:57.095 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90402026-09-01T23:25:58.526Z[ recovery-image] Sep 01 23:25:57.107 INFO O| Sep 01 23:25:57.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
90412026-09-01T23:25:58.530Z[ recovery-image] Sep 01 23:25:57.107 INFO O| Sep 01 23:25:57.107 INFO STEP 1070 (remove_files) COMPLETE
90422026-09-01T23:25:58.530Z[ recovery-image] Sep 01 23:25:57.107 INFO O| Sep 01 23:25:57.107 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90432026-09-01T23:25:58.538Z[ recovery-image] Sep 01 23:25:57.118 INFO O| Sep 01 23:25:57.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
90442026-09-01T23:25:58.538Z[ recovery-image] Sep 01 23:25:57.118 INFO O| Sep 01 23:25:57.118 INFO STEP 1071 (remove_files) COMPLETE
90452026-09-01T23:25:58.541Z[ recovery-image] Sep 01 23:25:57.118 INFO O| Sep 01 23:25:57.118 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90462026-09-01T23:25:58.549Z[ recovery-image] Sep 01 23:25:57.129 INFO O| Sep 01 23:25:57.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
90472026-09-01T23:25:58.549Z[ recovery-image] Sep 01 23:25:57.129 INFO O| Sep 01 23:25:57.129 INFO STEP 1072 (remove_files) COMPLETE
90482026-09-01T23:25:58.552Z[ recovery-image] Sep 01 23:25:57.129 INFO O| Sep 01 23:25:57.129 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90492026-09-01T23:25:58.559Z[ recovery-image] Sep 01 23:25:57.139 INFO O| Sep 01 23:25:57.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
90502026-09-01T23:25:58.559Z[ recovery-image] Sep 01 23:25:57.139 INFO O| Sep 01 23:25:57.139 INFO STEP 1073 (remove_files) COMPLETE
90512026-09-01T23:25:58.559Z[ recovery-image] Sep 01 23:25:57.139 INFO O| Sep 01 23:25:57.139 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90522026-09-01T23:25:58.569Z[ recovery-image] Sep 01 23:25:57.149 INFO O| Sep 01 23:25:57.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
90532026-09-01T23:25:58.569Z[ recovery-image] Sep 01 23:25:57.150 INFO O| Sep 01 23:25:57.150 INFO STEP 1074 (remove_files) COMPLETE
90542026-09-01T23:25:58.573Z[ recovery-image] Sep 01 23:25:57.150 INFO O| Sep 01 23:25:57.150 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90552026-09-01T23:25:58.578Z[ recovery-image] Sep 01 23:25:57.159 INFO O| Sep 01 23:25:57.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
90562026-09-01T23:25:58.579Z[ recovery-image] Sep 01 23:25:57.159 INFO O| Sep 01 23:25:57.159 INFO STEP 1075 (remove_files) COMPLETE
90572026-09-01T23:25:58.579Z[ recovery-image] Sep 01 23:25:57.159 INFO O| Sep 01 23:25:57.159 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90582026-09-01T23:25:58.589Z[ recovery-image] Sep 01 23:25:57.169 INFO O| Sep 01 23:25:57.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
90592026-09-01T23:25:58.589Z[ recovery-image] Sep 01 23:25:57.169 INFO O| Sep 01 23:25:57.169 INFO STEP 1076 (remove_files) COMPLETE
90602026-09-01T23:25:58.592Z[ recovery-image] Sep 01 23:25:57.169 INFO O| Sep 01 23:25:57.169 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90612026-09-01T23:25:58.597Z[ recovery-image] Sep 01 23:25:57.178 INFO O| Sep 01 23:25:57.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
90622026-09-01T23:25:58.597Z[ recovery-image] Sep 01 23:25:57.178 INFO O| Sep 01 23:25:57.178 INFO STEP 1077 (remove_files) COMPLETE
90632026-09-01T23:25:58.600Z[ recovery-image] Sep 01 23:25:57.178 INFO O| Sep 01 23:25:57.178 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90642026-09-01T23:25:58.600Z[verify-libraries] Compiling pretty_assertions v1.4.1
90652026-09-01T23:25:58.607Z[ recovery-image] Sep 01 23:25:57.188 INFO O| Sep 01 23:25:57.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
90662026-09-01T23:25:58.608Z[ recovery-image] Sep 01 23:25:57.188 INFO O| Sep 01 23:25:57.188 INFO STEP 1078 (remove_files) COMPLETE
90672026-09-01T23:25:58.611Z[ recovery-image] Sep 01 23:25:57.188 INFO O| Sep 01 23:25:57.188 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90682026-09-01T23:25:58.619Z[ recovery-image] Sep 01 23:25:57.199 INFO O| Sep 01 23:25:57.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
90692026-09-01T23:25:58.619Z[ recovery-image] Sep 01 23:25:57.199 INFO O| Sep 01 23:25:57.199 INFO STEP 1079 (remove_files) COMPLETE
90702026-09-01T23:25:58.623Z[ recovery-image] Sep 01 23:25:57.199 INFO O| Sep 01 23:25:57.199 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90712026-09-01T23:25:58.629Z[ recovery-image] Sep 01 23:25:57.209 INFO O| Sep 01 23:25:57.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
90722026-09-01T23:25:58.629Z[ recovery-image] Sep 01 23:25:57.209 INFO O| Sep 01 23:25:57.209 INFO STEP 1080 (remove_files) COMPLETE
90732026-09-01T23:25:58.629Z[ recovery-image] Sep 01 23:25:57.209 INFO O| Sep 01 23:25:57.209 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90742026-09-01T23:25:58.644Z[ recovery-image] Sep 01 23:25:57.221 INFO O| Sep 01 23:25:57.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
90752026-09-01T23:25:58.644Z[ recovery-image] Sep 01 23:25:57.221 INFO O| Sep 01 23:25:57.221 INFO STEP 1081 (remove_files) COMPLETE
90762026-09-01T23:25:58.644Z[ recovery-image] Sep 01 23:25:57.221 INFO O| Sep 01 23:25:57.221 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90772026-09-01T23:25:58.651Z[ recovery-image] Sep 01 23:25:57.232 INFO O| Sep 01 23:25:57.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
90782026-09-01T23:25:58.651Z[ recovery-image] Sep 01 23:25:57.232 INFO O| Sep 01 23:25:57.232 INFO STEP 1082 (remove_files) COMPLETE
90792026-09-01T23:25:58.655Z[ recovery-image] Sep 01 23:25:57.232 INFO O| Sep 01 23:25:57.232 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90802026-09-01T23:25:58.661Z[ recovery-image] Sep 01 23:25:57.242 INFO O| Sep 01 23:25:57.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
90812026-09-01T23:25:58.661Z[ recovery-image] Sep 01 23:25:57.242 INFO O| Sep 01 23:25:57.242 INFO STEP 1083 (remove_files) COMPLETE
90822026-09-01T23:25:58.665Z[ recovery-image] Sep 01 23:25:57.242 INFO O| Sep 01 23:25:57.242 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90832026-09-01T23:25:58.671Z[ recovery-image] Sep 01 23:25:57.251 INFO O| Sep 01 23:25:57.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
90842026-09-01T23:25:58.675Z[ recovery-image] Sep 01 23:25:57.252 INFO O| Sep 01 23:25:57.252 INFO STEP 1084 (remove_files) COMPLETE
90852026-09-01T23:25:58.675Z[ recovery-image] Sep 01 23:25:57.252 INFO O| Sep 01 23:25:57.252 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90862026-09-01T23:25:58.679Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
90872026-09-01T23:25:58.682Z[ recovery-image] Sep 01 23:25:57.261 INFO O| Sep 01 23:25:57.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
90882026-09-01T23:25:58.682Z[ recovery-image] Sep 01 23:25:57.261 INFO O| Sep 01 23:25:57.261 INFO STEP 1085 (remove_files) COMPLETE
90892026-09-01T23:25:58.682Z[ recovery-image] Sep 01 23:25:57.261 INFO O| Sep 01 23:25:57.261 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90902026-09-01T23:25:58.691Z[ recovery-image] Sep 01 23:25:57.272 INFO O| Sep 01 23:25:57.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
90912026-09-01T23:25:58.691Z[ recovery-image] Sep 01 23:25:57.272 INFO O| Sep 01 23:25:57.272 INFO STEP 1086 (remove_files) COMPLETE
90922026-09-01T23:25:58.695Z[ recovery-image] Sep 01 23:25:57.272 INFO O| Sep 01 23:25:57.272 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90932026-09-01T23:25:58.700Z[ recovery-image] Sep 01 23:25:57.281 INFO O| Sep 01 23:25:57.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
90942026-09-01T23:25:58.700Z[ recovery-image] Sep 01 23:25:57.281 INFO O| Sep 01 23:25:57.281 INFO STEP 1087 (remove_files) COMPLETE
90952026-09-01T23:25:58.704Z[ recovery-image] Sep 01 23:25:57.281 INFO O| Sep 01 23:25:57.281 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90962026-09-01T23:25:58.711Z[ recovery-image] Sep 01 23:25:57.292 INFO O| Sep 01 23:25:57.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
90972026-09-01T23:25:58.711Z[ recovery-image] Sep 01 23:25:57.292 INFO O| Sep 01 23:25:57.292 INFO STEP 1088 (remove_files) COMPLETE
90982026-09-01T23:25:58.715Z[ recovery-image] Sep 01 23:25:57.292 INFO O| Sep 01 23:25:57.292 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90992026-09-01T23:25:58.722Z[ recovery-image] Sep 01 23:25:57.302 INFO O| Sep 01 23:25:57.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
91002026-09-01T23:25:58.722Z[ recovery-image] Sep 01 23:25:57.303 INFO O| Sep 01 23:25:57.302 INFO STEP 1089 (remove_files) COMPLETE
91012026-09-01T23:25:58.726Z[ recovery-image] Sep 01 23:25:57.303 INFO O| Sep 01 23:25:57.302 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91022026-09-01T23:25:58.733Z[ recovery-image] Sep 01 23:25:57.314 INFO O| Sep 01 23:25:57.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
91032026-09-01T23:25:58.733Z[ recovery-image] Sep 01 23:25:57.314 INFO O| Sep 01 23:25:57.314 INFO STEP 1090 (remove_files) COMPLETE
91042026-09-01T23:25:58.737Z[ recovery-image] Sep 01 23:25:57.314 INFO O| Sep 01 23:25:57.314 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91052026-09-01T23:25:58.744Z[ recovery-image] Sep 01 23:25:57.325 INFO O| Sep 01 23:25:57.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
91062026-09-01T23:25:58.744Z[ recovery-image] Sep 01 23:25:57.325 INFO O| Sep 01 23:25:57.325 INFO STEP 1091 (remove_files) COMPLETE
91072026-09-01T23:25:58.744Z[ recovery-image] Sep 01 23:25:57.325 INFO O| Sep 01 23:25:57.325 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91082026-09-01T23:25:58.754Z[ recovery-image] Sep 01 23:25:57.334 INFO O| Sep 01 23:25:57.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
91092026-09-01T23:25:58.754Z[ recovery-image] Sep 01 23:25:57.334 INFO O| Sep 01 23:25:57.334 INFO STEP 1092 (remove_files) COMPLETE
91102026-09-01T23:25:58.754Z[ recovery-image] Sep 01 23:25:57.334 INFO O| Sep 01 23:25:57.334 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91112026-09-01T23:25:58.763Z[ recovery-image] Sep 01 23:25:57.343 INFO O| Sep 01 23:25:57.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
91122026-09-01T23:25:58.763Z[ recovery-image] Sep 01 23:25:57.343 INFO O| Sep 01 23:25:57.343 INFO STEP 1093 (remove_files) COMPLETE
91132026-09-01T23:25:58.763Z[ recovery-image] Sep 01 23:25:57.343 INFO O| Sep 01 23:25:57.343 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91142026-09-01T23:25:58.773Z[ recovery-image] Sep 01 23:25:57.353 INFO O| Sep 01 23:25:57.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
91152026-09-01T23:25:58.773Z[ recovery-image] Sep 01 23:25:57.353 INFO O| Sep 01 23:25:57.353 INFO STEP 1094 (remove_files) COMPLETE
91162026-09-01T23:25:58.773Z[ recovery-image] Sep 01 23:25:57.353 INFO O| Sep 01 23:25:57.353 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91172026-09-01T23:25:58.782Z[ recovery-image] Sep 01 23:25:57.362 INFO O| Sep 01 23:25:57.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
91182026-09-01T23:25:58.782Z[ recovery-image] Sep 01 23:25:57.362 INFO O| Sep 01 23:25:57.362 INFO STEP 1095 (remove_files) COMPLETE
91192026-09-01T23:25:58.782Z[ recovery-image] Sep 01 23:25:57.362 INFO O| Sep 01 23:25:57.362 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91202026-09-01T23:25:58.791Z[ recovery-image] Sep 01 23:25:57.371 INFO O| Sep 01 23:25:57.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
91212026-09-01T23:25:58.791Z[ recovery-image] Sep 01 23:25:57.371 INFO O| Sep 01 23:25:57.371 INFO STEP 1096 (remove_files) COMPLETE
91222026-09-01T23:25:58.791Z[ recovery-image] Sep 01 23:25:57.371 INFO O| Sep 01 23:25:57.371 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91232026-09-01T23:25:58.801Z[ recovery-image] Sep 01 23:25:57.381 INFO O| Sep 01 23:25:57.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
91242026-09-01T23:25:58.801Z[ recovery-image] Sep 01 23:25:57.381 INFO O| Sep 01 23:25:57.381 INFO STEP 1097 (remove_files) COMPLETE
91252026-09-01T23:25:58.801Z[ recovery-image] Sep 01 23:25:57.381 INFO O| Sep 01 23:25:57.381 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91262026-09-01T23:25:58.810Z[ recovery-image] Sep 01 23:25:57.390 INFO O| Sep 01 23:25:57.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
91272026-09-01T23:25:58.810Z[ recovery-image] Sep 01 23:25:57.390 INFO O| Sep 01 23:25:57.390 INFO STEP 1098 (remove_files) COMPLETE
91282026-09-01T23:25:58.810Z[ recovery-image] Sep 01 23:25:57.390 INFO O| Sep 01 23:25:57.390 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91292026-09-01T23:25:58.820Z[ recovery-image] Sep 01 23:25:57.400 INFO O| Sep 01 23:25:57.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
91302026-09-01T23:25:58.820Z[ recovery-image] Sep 01 23:25:57.400 INFO O| Sep 01 23:25:57.400 INFO STEP 1099 (remove_files) COMPLETE
91312026-09-01T23:25:58.823Z[ recovery-image] Sep 01 23:25:57.400 INFO O| Sep 01 23:25:57.400 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91322026-09-01T23:25:58.830Z[ recovery-image] Sep 01 23:25:57.411 INFO O| Sep 01 23:25:57.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
91332026-09-01T23:25:58.830Z[ recovery-image] Sep 01 23:25:57.411 INFO O| Sep 01 23:25:57.411 INFO STEP 1100 (remove_files) COMPLETE
91342026-09-01T23:25:58.834Z[ recovery-image] Sep 01 23:25:57.411 INFO O| Sep 01 23:25:57.411 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91352026-09-01T23:25:58.841Z[ recovery-image] Sep 01 23:25:57.421 INFO O| Sep 01 23:25:57.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
91362026-09-01T23:25:58.841Z[ recovery-image] Sep 01 23:25:57.421 INFO O| Sep 01 23:25:57.421 INFO STEP 1101 (remove_files) COMPLETE
91372026-09-01T23:25:58.841Z[ recovery-image] Sep 01 23:25:57.421 INFO O| Sep 01 23:25:57.421 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91382026-09-01T23:25:58.851Z[ recovery-image] Sep 01 23:25:57.431 INFO O| Sep 01 23:25:57.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
91392026-09-01T23:25:58.851Z[ recovery-image] Sep 01 23:25:57.431 INFO O| Sep 01 23:25:57.431 INFO STEP 1102 (remove_files) COMPLETE
91402026-09-01T23:25:58.851Z[ recovery-image] Sep 01 23:25:57.431 INFO O| Sep 01 23:25:57.431 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91412026-09-01T23:25:58.861Z[ recovery-image] Sep 01 23:25:57.441 INFO O| Sep 01 23:25:57.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
91422026-09-01T23:25:58.861Z[ recovery-image] Sep 01 23:25:57.441 INFO O| Sep 01 23:25:57.441 INFO STEP 1103 (remove_files) COMPLETE
91432026-09-01T23:25:58.861Z[ recovery-image] Sep 01 23:25:57.441 INFO O| Sep 01 23:25:57.441 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91442026-09-01T23:25:58.871Z[ recovery-image] Sep 01 23:25:57.451 INFO O| Sep 01 23:25:57.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
91452026-09-01T23:25:58.874Z[ recovery-image] Sep 01 23:25:57.452 INFO O| Sep 01 23:25:57.452 INFO STEP 1104 (remove_files) COMPLETE
91462026-09-01T23:25:58.874Z[ recovery-image] Sep 01 23:25:57.452 INFO O| Sep 01 23:25:57.452 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91472026-09-01T23:25:58.883Z[ recovery-image] Sep 01 23:25:57.463 INFO O| Sep 01 23:25:57.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
91482026-09-01T23:25:58.883Z[ recovery-image] Sep 01 23:25:57.463 INFO O| Sep 01 23:25:57.463 INFO STEP 1105 (remove_files) COMPLETE
91492026-09-01T23:25:58.883Z[ recovery-image] Sep 01 23:25:57.463 INFO O| Sep 01 23:25:57.463 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91502026-09-01T23:25:58.893Z[ recovery-image] Sep 01 23:25:57.473 INFO O| Sep 01 23:25:57.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
91512026-09-01T23:25:58.893Z[ recovery-image] Sep 01 23:25:57.473 INFO O| Sep 01 23:25:57.473 INFO STEP 1106 (remove_files) COMPLETE
91522026-09-01T23:25:58.896Z[ recovery-image] Sep 01 23:25:57.473 INFO O| Sep 01 23:25:57.473 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91532026-09-01T23:25:58.902Z[ recovery-image] Sep 01 23:25:57.483 INFO O| Sep 01 23:25:57.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
91542026-09-01T23:25:58.902Z[ recovery-image] Sep 01 23:25:57.483 INFO O| Sep 01 23:25:57.483 INFO STEP 1107 (remove_files) COMPLETE
91552026-09-01T23:25:58.902Z[ recovery-image] Sep 01 23:25:57.483 INFO O| Sep 01 23:25:57.483 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91562026-09-01T23:25:58.911Z[ recovery-image] Sep 01 23:25:57.492 INFO O| Sep 01 23:25:57.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
91572026-09-01T23:25:58.911Z[ recovery-image] Sep 01 23:25:57.492 INFO O| Sep 01 23:25:57.492 INFO STEP 1108 (remove_files) COMPLETE
91582026-09-01T23:25:58.914Z[ recovery-image] Sep 01 23:25:57.492 INFO O| Sep 01 23:25:57.492 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91592026-09-01T23:25:58.922Z[ recovery-image] Sep 01 23:25:57.502 INFO O| Sep 01 23:25:57.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
91602026-09-01T23:25:58.922Z[ recovery-image] Sep 01 23:25:57.502 INFO O| Sep 01 23:25:57.502 INFO STEP 1109 (remove_files) COMPLETE
91612026-09-01T23:25:58.922Z[ recovery-image] Sep 01 23:25:57.502 INFO O| Sep 01 23:25:57.502 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91622026-09-01T23:25:58.933Z[ recovery-image] Sep 01 23:25:57.513 INFO O| Sep 01 23:25:57.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
91632026-09-01T23:25:58.933Z[ recovery-image] Sep 01 23:25:57.513 INFO O| Sep 01 23:25:57.513 INFO STEP 1110 (remove_files) COMPLETE
91642026-09-01T23:25:58.933Z[ recovery-image] Sep 01 23:25:57.513 INFO O| Sep 01 23:25:57.513 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91652026-09-01T23:25:58.943Z[ recovery-image] Sep 01 23:25:57.523 INFO O| Sep 01 23:25:57.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
91662026-09-01T23:25:58.943Z[ recovery-image] Sep 01 23:25:57.523 INFO O| Sep 01 23:25:57.523 INFO STEP 1111 (remove_files) COMPLETE
91672026-09-01T23:25:58.943Z[ recovery-image] Sep 01 23:25:57.523 INFO O| Sep 01 23:25:57.523 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91682026-09-01T23:25:58.951Z[ recovery-image] Sep 01 23:25:57.532 INFO O| Sep 01 23:25:57.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
91692026-09-01T23:25:58.951Z[ recovery-image] Sep 01 23:25:57.532 INFO O| Sep 01 23:25:57.532 INFO STEP 1112 (remove_files) COMPLETE
91702026-09-01T23:25:58.951Z[ recovery-image] Sep 01 23:25:57.532 INFO O| Sep 01 23:25:57.532 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91712026-09-01T23:25:58.961Z[ recovery-image] Sep 01 23:25:57.542 INFO O| Sep 01 23:25:57.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
91722026-09-01T23:25:58.961Z[ recovery-image] Sep 01 23:25:57.542 INFO O| Sep 01 23:25:57.542 INFO STEP 1113 (remove_files) COMPLETE
91732026-09-01T23:25:58.965Z[ recovery-image] Sep 01 23:25:57.542 INFO O| Sep 01 23:25:57.542 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91742026-09-01T23:25:58.971Z[ recovery-image] Sep 01 23:25:57.551 INFO O| Sep 01 23:25:57.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
91752026-09-01T23:25:58.971Z[ recovery-image] Sep 01 23:25:57.552 INFO O| Sep 01 23:25:57.551 INFO STEP 1114 (remove_files) COMPLETE
91762026-09-01T23:25:58.977Z[ recovery-image] Sep 01 23:25:57.552 INFO O| Sep 01 23:25:57.552 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91772026-09-01T23:25:58.980Z[ recovery-image] Sep 01 23:25:57.560 INFO O| Sep 01 23:25:57.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
91782026-09-01T23:25:58.981Z[ recovery-image] Sep 01 23:25:57.560 INFO O| Sep 01 23:25:57.560 INFO STEP 1115 (remove_files) COMPLETE
91792026-09-01T23:25:58.981Z[ recovery-image] Sep 01 23:25:57.560 INFO O| Sep 01 23:25:57.560 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91802026-09-01T23:25:58.988Z[ recovery-image] Sep 01 23:25:57.569 INFO O| Sep 01 23:25:57.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
91812026-09-01T23:25:58.988Z[ recovery-image] Sep 01 23:25:57.569 INFO O| Sep 01 23:25:57.569 INFO STEP 1116 (remove_files) COMPLETE
91822026-09-01T23:25:58.988Z[ recovery-image] Sep 01 23:25:57.569 INFO O| Sep 01 23:25:57.569 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91832026-09-01T23:25:58.996Z[ recovery-image] Sep 01 23:25:57.577 INFO O| Sep 01 23:25:57.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
91842026-09-01T23:25:58.996Z[ recovery-image] Sep 01 23:25:57.577 INFO O| Sep 01 23:25:57.577 INFO STEP 1117 (remove_files) COMPLETE
91852026-09-01T23:25:59.000Z[ recovery-image] Sep 01 23:25:57.577 INFO O| Sep 01 23:25:57.577 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
91862026-09-01T23:25:59.011Z[ recovery-image] Sep 01 23:25:57.591 INFO O| Sep 01 23:25:57.591 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
91872026-09-01T23:25:59.011Z[ recovery-image] Sep 01 23:25:57.591 INFO O| Sep 01 23:25:57.591 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
91882026-09-01T23:25:59.326Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
91892026-09-01T23:25:59.497Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
91902026-09-01T23:25:59.522Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
91912026-09-01T23:25:59.525Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
91922026-09-01T23:25:59.858Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
91932026-09-01T23:25:59.926Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
91942026-09-01T23:26:00.014Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
91952026-09-01T23:26:00.054Z[ recovery-image] Sep 01 23:25:58.634 INFO O| Sep 01 23:25:58.634 INFO STEP 1118 (pack_tar) COMPLETE
91962026-09-01T23:26:00.054Z[ recovery-image] Sep 01 23:25:58.634 INFO O| Sep 01 23:25:58.634 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
91972026-09-01T23:26:00.054Z[ recovery-image] Sep 01 23:25:58.634 INFO O| Sep 01 23:25:58.634 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
91982026-09-01T23:26:00.287Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
91992026-09-01T23:26:00.320Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
92002026-09-01T23:26:00.363Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
92012026-09-01T23:26:00.587Z[ host-image] Sep 01 23:25:59.167 INFO O| adding properties...
92022026-09-01T23:26:00.655Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
92032026-09-01T23:26:00.684Z[verify-libraries] Compiling drift v0.2.0
92042026-09-01T23:26:00.710Z[verify-libraries] Compiling uzers v0.12.2
92052026-09-01T23:26:00.715Z[ recovery-image] Sep 01 23:25:59.295 INFO O| Sep 01 23:25:59.295 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
92062026-09-01T23:26:00.885Z[ recovery-image] Sep 01 23:25:59.465 INFO O| Sep 01 23:25:59.465 INFO completed processing sled/ramdisk-03-recovery-trim
92072026-09-01T23:26:00.889Z[ recovery-image] Sep 01 23:25:59.468 INFO image builder template: zfs-recovery...
92082026-09-01T23:26:00.889Z[ recovery-image] Sep 01 23:25:59.469 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/.tmpLVXgGk/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs-recovery"], pwd: None
92092026-09-01T23:26:00.917Z[ recovery-image] Sep 01 23:25:59.497 INFO O| Sep 01 23:25:59.497 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
92102026-09-01T23:26:00.921Z[ recovery-image] Sep 01 23:25:59.501 INFO O| Sep 01 23:25:59.501 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
92112026-09-01T23:26:01.004Z[ recovery-image] Sep 01 23:25:59.584 INFO O| Sep 01 23:25:59.583 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
92122026-09-01T23:26:01.077Z[ recovery-image] Sep 01 23:25:59.657 INFO O| Sep 01 23:25:59.657 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
92132026-09-01T23:26:01.077Z[ recovery-image] Sep 01 23:25:59.657 INFO O| Sep 01 23:25:59.657 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
92142026-09-01T23:26:01.081Z[ recovery-image] Sep 01 23:25:59.660 INFO O| Sep 01 23:25:59.660 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92152026-09-01T23:26:01.160Z[ recovery-image] Sep 01 23:25:59.740 INFO O| Sep 01 23:25:59.740 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
92162026-09-01T23:26:01.213Z[ recovery-image] Sep 01 23:25:59.793 INFO O| Sep 01 23:25:59.793 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
92172026-09-01T23:26:01.223Z[ recovery-image] Sep 01 23:25:59.803 INFO O| Sep 01 23:25:59.803 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
92182026-09-01T23:26:01.230Z[ recovery-image] Sep 01 23:25:59.810 INFO O| Sep 01 23:25:59.808 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
92192026-09-01T23:26:01.230Z[ recovery-image] Sep 01 23:25:59.810 INFO O| Sep 01 23:25:59.810 INFO no lofi found
92202026-09-01T23:26:01.230Z[ recovery-image] Sep 01 23:25:59.810 INFO O| Sep 01 23:25:59.810 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
92212026-09-01T23:26:01.230Z[ recovery-image] Sep 01 23:25:59.810 INFO O| Sep 01 23:25:59.810 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
92222026-09-01T23:26:01.248Z[verify-libraries] Compiling parse-size v1.1.0
92232026-09-01T23:26:01.372Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
92242026-09-01T23:26:01.422Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
92252026-09-01T23:26:01.570Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
92262026-09-01T23:26:01.769Z[ host-image] Sep 01 23:26:00.349 INFO O| installing packages...
92272026-09-01T23:26:02.291Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
92282026-09-01T23:26:02.570Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
92292026-09-01T23:26:02.956Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
92302026-09-01T23:26:03.421Z[ recovery-image] Sep 01 23:26:02.001 INFO O| Sep 01 23:26:02.001 INFO lofi device = /dev/dsk/c2t1d0p0
92312026-09-01T23:26:03.421Z[ recovery-image] Sep 01 23:26:02.001 INFO O| Sep 01 23:26:02.001 INFO pool device = /dev/dsk/c2t1d0p0
92322026-09-01T23:26:03.421Z[ recovery-image] Sep 01 23:26:02.001 INFO O| Sep 01 23:26:02.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"]
92332026-09-01T23:26:03.616Z[ recovery-image] Sep 01 23:26:02.196 INFO O| Sep 01 23:26:02.196 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92342026-09-01T23:26:03.620Z[ recovery-image] Sep 01 23:26:02.196 INFO O| Sep 01 23:26:02.196 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
92352026-09-01T23:26:03.670Z[ recovery-image] Sep 01 23:26:02.250 INFO O| Sep 01 23:26:02.250 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
92362026-09-01T23:26:03.778Z[ recovery-image] Sep 01 23:26:02.358 INFO O| Sep 01 23:26:02.358 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
92372026-09-01T23:26:03.811Z[ recovery-image] Sep 01 23:26:02.392 INFO O| Sep 01 23:26:02.392 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
92382026-09-01T23:26:03.835Z[ recovery-image] Sep 01 23:26:02.416 INFO O| Sep 01 23:26:02.415 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
92392026-09-01T23:26:03.852Z[ recovery-image] Sep 01 23:26:02.432 INFO O| Sep 01 23:26:02.432 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
92402026-09-01T23:26:03.897Z[ recovery-image] Sep 01 23:26:02.477 INFO O| Sep 01 23:26:02.477 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
92412026-09-01T23:26:03.897Z[ recovery-image] Sep 01 23:26:02.477 INFO O| Sep 01 23:26:02.477 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
92422026-09-01T23:26:03.897Z[ recovery-image] Sep 01 23:26:02.477 INFO O| Sep 01 23:26:02.477 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
92432026-09-01T23:26:03.906Z[ recovery-image] Sep 01 23:26:02.487 INFO O| Sep 01 23:26:02.486 INFO boot environment UUID: c77f8ad9-9691-42cd-aaae-6e4febb40df9
92442026-09-01T23:26:03.906Z[ recovery-image] Sep 01 23:26:02.487 INFO O| Sep 01 23:26:02.486 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = c77f8ad9-9691-42cd-aaae-6e4febb40df9
92452026-09-01T23:26:03.923Z[ recovery-image] Sep 01 23:26:02.503 INFO O| Sep 01 23:26:02.503 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
92462026-09-01T23:26:03.940Z[ recovery-image] Sep 01 23:26:02.520 INFO O| Sep 01 23:26:02.520 INFO STEP 0 (create_be) COMPLETE
92472026-09-01T23:26:03.940Z[ recovery-image] Sep 01 23:26:02.520 INFO O| Sep 01 23:26:02.520 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92482026-09-01T23:26:03.954Z[ recovery-image] Sep 01 23:26:02.534 INFO O| Sep 01 23:26:02.534 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"]
92492026-09-01T23:26:03.972Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
92502026-09-01T23:26:04.785Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
92512026-09-01T23:26:05.647Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
92522026-09-01T23:26:07.182Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
92532026-09-01T23:26:07.282Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
92542026-09-01T23:26:07.575Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
92552026-09-01T23:26:07.625Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
92562026-09-01T23:26:07.668Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
92572026-09-01T23:26:08.132Z[verify-libraries] Compiling multimap v0.10.1
92582026-09-01T23:26:08.162Z[verify-libraries] Compiling termios v0.3.3
92592026-09-01T23:26:08.235Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
92602026-09-01T23:26:08.409Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
92612026-09-01T23:26:08.447Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
92622026-09-01T23:26:11.280Z[ recovery-image] Sep 01 23:26:09.859 INFO O| Sep 01 23:26:09.859 INFO STEP 1 (unpack_tar) COMPLETE
92632026-09-01T23:26:11.280Z[ recovery-image] Sep 01 23:26:09.859 INFO O| Sep 01 23:26:09.859 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92642026-09-01T23:26:12.015Z[verify-libraries] Compiling polar-core v0.27.3
92652026-09-01T23:26:12.885Z[ recovery-image] Sep 01 23:26:11.465 INFO O| Sep 01 23:26:11.465 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
92662026-09-01T23:26:14.184Z[ recovery-image] Sep 01 23:26:12.764 INFO O| Sep 01 23:26:12.764 INFO STEP 2 (devfsadm) COMPLETE
92672026-09-01T23:26:14.184Z[ recovery-image] Sep 01 23:26:12.764 INFO O| Sep 01 23:26:12.764 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92682026-09-01T23:26:14.200Z[ recovery-image] Sep 01 23:26:12.780 INFO O| Sep 01 23:26:12.780 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
92692026-09-01T23:26:14.200Z[ recovery-image] Sep 01 23:26:12.780 INFO O| Sep 01 23:26:12.780 INFO STEP 3 (ensure_dir) COMPLETE
92702026-09-01T23:26:14.203Z[ recovery-image] Sep 01 23:26:12.780 INFO O| Sep 01 23:26:12.780 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92712026-09-01T23:26:14.210Z[ recovery-image] Sep 01 23:26:12.791 INFO O| Sep 01 23:26:12.791 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
92722026-09-01T23:26:14.211Z[ recovery-image] Sep 01 23:26:12.791 INFO O| Sep 01 23:26:12.791 INFO STEP 4 (ensure_dir) COMPLETE
92732026-09-01T23:26:14.214Z[ recovery-image] Sep 01 23:26:12.791 INFO O| Sep 01 23:26:12.791 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92742026-09-01T23:26:14.221Z[ recovery-image] Sep 01 23:26:12.802 INFO O| Sep 01 23:26:12.801 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
92752026-09-01T23:26:14.221Z[ recovery-image] Sep 01 23:26:12.802 INFO O| Sep 01 23:26:12.802 INFO STEP 5 (ensure_dir) COMPLETE
92762026-09-01T23:26:14.225Z[ recovery-image] Sep 01 23:26:12.802 INFO O| Sep 01 23:26:12.802 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92772026-09-01T23:26:14.232Z[ recovery-image] Sep 01 23:26:12.812 INFO O| Sep 01 23:26:12.812 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
92782026-09-01T23:26:14.232Z[ recovery-image] Sep 01 23:26:12.812 INFO O| Sep 01 23:26:12.812 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
92792026-09-01T23:26:14.232Z[ recovery-image] Sep 01 23:26:12.812 INFO O| Sep 01 23:26:12.812 INFO STEP 6 (ensure_dir) COMPLETE
92802026-09-01T23:26:14.235Z[ recovery-image] Sep 01 23:26:12.812 INFO O| Sep 01 23:26:12.812 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92812026-09-01T23:26:14.242Z[ recovery-image] Sep 01 23:26:12.822 INFO O| Sep 01 23:26:12.822 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
92822026-09-01T23:26:14.242Z[ recovery-image] Sep 01 23:26:12.822 INFO O| Sep 01 23:26:12.822 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
92832026-09-01T23:26:14.246Z[ recovery-image] Sep 01 23:26:12.822 INFO O| Sep 01 23:26:12.822 INFO STEP 7 (ensure_dir) COMPLETE
92842026-09-01T23:26:14.247Z[ recovery-image] Sep 01 23:26:12.822 INFO O| Sep 01 23:26:12.822 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92852026-09-01T23:26:14.252Z[ recovery-image] Sep 01 23:26:12.832 INFO O| Sep 01 23:26:12.832 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
92862026-09-01T23:26:14.255Z[ recovery-image] Sep 01 23:26:12.833 INFO O| Sep 01 23:26:12.833 INFO STEP 8 (remove_files) COMPLETE
92872026-09-01T23:26:14.255Z[ recovery-image] Sep 01 23:26:12.833 INFO O| Sep 01 23:26:12.833 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92882026-09-01T23:26:14.263Z[ recovery-image] Sep 01 23:26:12.842 INFO O| Sep 01 23:26:12.842 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
92892026-09-01T23:26:14.266Z[ recovery-image] Sep 01 23:26:12.843 INFO O| Sep 01 23:26:12.843 INFO STEP 9 (remove_files) COMPLETE
92902026-09-01T23:26:14.266Z[ recovery-image] Sep 01 23:26:12.843 INFO O| Sep 01 23:26:12.843 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92912026-09-01T23:26:14.271Z[ recovery-image] Sep 01 23:26:12.852 INFO O| Sep 01 23:26:12.852 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
92922026-09-01T23:26:14.275Z[ recovery-image] Sep 01 23:26:12.852 INFO O| Sep 01 23:26:12.852 INFO STEP 10 (remove_files) COMPLETE
92932026-09-01T23:26:14.275Z[ recovery-image] Sep 01 23:26:12.852 INFO O| Sep 01 23:26:12.852 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92942026-09-01T23:26:14.280Z[ recovery-image] Sep 01 23:26:12.861 INFO O| Sep 01 23:26:12.861 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
92952026-09-01T23:26:14.281Z[ recovery-image] Sep 01 23:26:12.861 INFO O| Sep 01 23:26:12.861 INFO STEP 11 (remove_files) COMPLETE
92962026-09-01T23:26:14.281Z[ recovery-image] Sep 01 23:26:12.861 INFO O| Sep 01 23:26:12.861 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92972026-09-01T23:26:14.292Z[ recovery-image] Sep 01 23:26:12.872 INFO O| Sep 01 23:26:12.872 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
92982026-09-01T23:26:14.292Z[ recovery-image] Sep 01 23:26:12.872 INFO O| Sep 01 23:26:12.872 INFO STEP 12 (remove_files) COMPLETE
92992026-09-01T23:26:14.292Z[ recovery-image] Sep 01 23:26:12.872 INFO O| Sep 01 23:26:12.872 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93002026-09-01T23:26:14.301Z[ recovery-image] Sep 01 23:26:12.881 INFO O| Sep 01 23:26:12.881 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
93012026-09-01T23:26:14.301Z[ recovery-image] Sep 01 23:26:12.881 INFO O| Sep 01 23:26:12.881 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
93022026-09-01T23:26:14.301Z[ recovery-image] Sep 01 23:26:12.881 INFO O| Sep 01 23:26:12.881 INFO STEP 13 (ensure_dir) COMPLETE
93032026-09-01T23:26:14.304Z[ recovery-image] Sep 01 23:26:12.881 INFO O| Sep 01 23:26:12.881 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93042026-09-01T23:26:14.310Z[ recovery-image] Sep 01 23:26:12.890 INFO O| Sep 01 23:26:12.890 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93052026-09-01T23:26:14.310Z[ recovery-image] Sep 01 23:26:12.890 INFO O| Sep 01 23:26:12.890 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93062026-09-01T23:26:14.310Z[ recovery-image] Sep 01 23:26:12.890 INFO O| Sep 01 23:26:12.890 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93072026-09-01T23:26:14.313Z[ recovery-image] Sep 01 23:26:12.890 INFO O| Sep 01 23:26:12.890 INFO STEP 14 (ensure_dir) COMPLETE
93082026-09-01T23:26:14.313Z[ recovery-image] Sep 01 23:26:12.890 INFO O| Sep 01 23:26:12.890 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93092026-09-01T23:26:14.318Z[ recovery-image] Sep 01 23:26:12.898 INFO O| Sep 01 23:26:12.898 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93102026-09-01T23:26:14.318Z[ recovery-image] Sep 01 23:26:12.898 INFO O| Sep 01 23:26:12.898 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93112026-09-01T23:26:14.318Z[ recovery-image] Sep 01 23:26:12.898 INFO O| Sep 01 23:26:12.898 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93122026-09-01T23:26:14.322Z[ recovery-image] Sep 01 23:26:12.898 INFO O| Sep 01 23:26:12.898 INFO STEP 15 (ensure_dir) COMPLETE
93132026-09-01T23:26:14.322Z[ recovery-image] Sep 01 23:26:12.898 INFO O| Sep 01 23:26:12.898 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93142026-09-01T23:26:14.327Z[ recovery-image] Sep 01 23:26:12.908 INFO O| Sep 01 23:26:12.907 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93152026-09-01T23:26:14.327Z[ recovery-image] Sep 01 23:26:12.908 INFO O| Sep 01 23:26:12.908 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93162026-09-01T23:26:14.327Z[ recovery-image] Sep 01 23:26:12.908 INFO O| Sep 01 23:26:12.908 INFO STEP 16 (ensure_dir) COMPLETE
93172026-09-01T23:26:14.331Z[ recovery-image] Sep 01 23:26:12.908 INFO O| Sep 01 23:26:12.908 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93182026-09-01T23:26:14.338Z[ recovery-image] Sep 01 23:26:12.917 INFO O| Sep 01 23:26:12.917 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93192026-09-01T23:26:14.338Z[ recovery-image] Sep 01 23:26:12.917 INFO O| Sep 01 23:26:12.917 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93202026-09-01T23:26:14.338Z[ recovery-image] Sep 01 23:26:12.917 INFO O| Sep 01 23:26:12.917 INFO STEP 17 (ensure_dir) COMPLETE
93212026-09-01T23:26:14.341Z[ recovery-image] Sep 01 23:26:12.917 INFO O| Sep 01 23:26:12.917 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93222026-09-01T23:26:14.346Z[ recovery-image] Sep 01 23:26:12.926 INFO O| Sep 01 23:26:12.926 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
93232026-09-01T23:26:14.346Z[ recovery-image] Sep 01 23:26:12.926 INFO O| Sep 01 23:26:12.926 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
93242026-09-01T23:26:14.346Z[ recovery-image] Sep 01 23:26:12.926 INFO O| Sep 01 23:26:12.926 INFO ok!
93252026-09-01T23:26:14.350Z[ recovery-image] Sep 01 23:26:12.926 INFO O| Sep 01 23:26:12.926 INFO STEP 18 (ensure_symlink) COMPLETE
93262026-09-01T23:26:14.350Z[ recovery-image] Sep 01 23:26:12.926 INFO O| Sep 01 23:26:12.926 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93272026-09-01T23:26:14.381Z[ recovery-image] Sep 01 23:26:12.961 INFO O| Sep 01 23:26:12.961 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
93282026-09-01T23:26:14.381Z[ recovery-image] Sep 01 23:26:12.961 INFO O| Sep 01 23:26:12.961 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
93292026-09-01T23:26:14.385Z[ recovery-image] Sep 01 23:26:12.961 INFO O| Sep 01 23:26:12.961 INFO ok!
93302026-09-01T23:26:14.385Z[ recovery-image] Sep 01 23:26:12.961 INFO O| Sep 01 23:26:12.961 INFO STEP 19 (ensure_file) COMPLETE
93312026-09-01T23:26:14.385Z[ recovery-image] Sep 01 23:26:12.961 INFO O| Sep 01 23:26:12.961 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93322026-09-01T23:26:14.391Z[ recovery-image] Sep 01 23:26:12.972 INFO O| Sep 01 23:26:12.972 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
93332026-09-01T23:26:14.391Z[ recovery-image] Sep 01 23:26:12.972 INFO O| Sep 01 23:26:12.972 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
93342026-09-01T23:26:14.392Z[ recovery-image] Sep 01 23:26:12.972 INFO O| Sep 01 23:26:12.972 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
93352026-09-01T23:26:14.395Z[ recovery-image] Sep 01 23:26:12.972 INFO O| Sep 01 23:26:12.972 INFO ok!
93362026-09-01T23:26:14.395Z[ recovery-image] Sep 01 23:26:12.972 INFO O| Sep 01 23:26:12.972 INFO STEP 20 (ensure_symlink) COMPLETE
93372026-09-01T23:26:14.395Z[ recovery-image] Sep 01 23:26:12.972 INFO O| Sep 01 23:26:12.972 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93382026-09-01T23:26:14.401Z[ recovery-image] Sep 01 23:26:12.981 INFO O| Sep 01 23:26:12.981 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
93392026-09-01T23:26:14.401Z[ recovery-image] Sep 01 23:26:12.981 INFO O| Sep 01 23:26:12.981 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
93402026-09-01T23:26:14.404Z[ recovery-image] Sep 01 23:26:12.981 INFO O| Sep 01 23:26:12.981 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
93412026-09-01T23:26:14.404Z[ recovery-image] Sep 01 23:26:12.981 INFO O| Sep 01 23:26:12.981 INFO ok!
93422026-09-01T23:26:14.404Z[ recovery-image] Sep 01 23:26:12.981 INFO O| Sep 01 23:26:12.981 INFO STEP 21 (ensure_symlink) COMPLETE
93432026-09-01T23:26:14.404Z[ recovery-image] Sep 01 23:26:12.981 INFO O| Sep 01 23:26:12.981 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93442026-09-01T23:26:14.413Z[ recovery-image] Sep 01 23:26:12.993 INFO O| Sep 01 23:26:12.993 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
93452026-09-01T23:26:14.413Z[ recovery-image] Sep 01 23:26:12.993 INFO O| Sep 01 23:26:12.993 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
93462026-09-01T23:26:14.416Z[ recovery-image] Sep 01 23:26:12.993 INFO O| Sep 01 23:26:12.993 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
93472026-09-01T23:26:14.416Z[ recovery-image] Sep 01 23:26:12.993 INFO O| Sep 01 23:26:12.993 INFO ok!
93482026-09-01T23:26:14.416Z[ recovery-image] Sep 01 23:26:12.993 INFO O| Sep 01 23:26:12.993 INFO STEP 22 (ensure_symlink) COMPLETE
93492026-09-01T23:26:14.416Z[ recovery-image] Sep 01 23:26:12.993 INFO O| Sep 01 23:26:12.993 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93502026-09-01T23:26:14.428Z[ recovery-image] Sep 01 23:26:13.008 INFO O| Sep 01 23:26:13.008 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
93512026-09-01T23:26:14.428Z[ recovery-image] Sep 01 23:26:13.008 INFO O| Sep 01 23:26:13.008 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
93522026-09-01T23:26:14.428Z[ recovery-image] Sep 01 23:26:13.008 INFO O| Sep 01 23:26:13.008 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
93532026-09-01T23:26:14.431Z[ recovery-image] Sep 01 23:26:13.008 INFO O| Sep 01 23:26:13.008 INFO ok!
93542026-09-01T23:26:14.431Z[ recovery-image] Sep 01 23:26:13.008 INFO O| Sep 01 23:26:13.008 INFO STEP 23 (ensure_symlink) COMPLETE
93552026-09-01T23:26:14.431Z[ recovery-image] Sep 01 23:26:13.008 INFO O| Sep 01 23:26:13.008 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93562026-09-01T23:26:14.439Z[ recovery-image] Sep 01 23:26:13.018 INFO O| Sep 01 23:26:13.018 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
93572026-09-01T23:26:14.442Z[ recovery-image] Sep 01 23:26:13.018 INFO O| Sep 01 23:26:13.018 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 ...
93582026-09-01T23:26:14.442Z[ recovery-image] Sep 01 23:26:13.018 INFO O| Sep 01 23:26:13.018 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
93592026-09-01T23:26:14.442Z[ recovery-image] Sep 01 23:26:13.018 INFO O| Sep 01 23:26:13.018 INFO ok!
93602026-09-01T23:26:14.442Z[ recovery-image] Sep 01 23:26:13.018 INFO O| Sep 01 23:26:13.018 INFO STEP 24 (ensure_file) COMPLETE
93612026-09-01T23:26:14.442Z[ recovery-image] Sep 01 23:26:13.018 INFO O| Sep 01 23:26:13.018 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
93622026-09-01T23:26:14.447Z[ recovery-image] Sep 01 23:26:13.027 INFO O| Sep 01 23:26:13.027 INFO updating shadow file
93632026-09-01T23:26:14.450Z[ recovery-image] Sep 01 23:26:13.028 INFO O| Sep 01 23:26:13.028 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
93642026-09-01T23:26:14.450Z[ recovery-image] Sep 01 23:26:13.028 INFO O| Sep 01 23:26:13.028 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
93652026-09-01T23:26:14.450Z[ recovery-image] Sep 01 23:26:13.028 INFO O| Sep 01 23:26:13.028 INFO STEP 25 (shadow) COMPLETE
93662026-09-01T23:26:14.450Z[ recovery-image] Sep 01 23:26:13.028 INFO O| Sep 01 23:26:13.028 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93672026-09-01T23:26:14.457Z[ recovery-image] Sep 01 23:26:13.037 INFO O| Sep 01 23:26:13.037 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
93682026-09-01T23:26:14.457Z[ recovery-image] Sep 01 23:26:13.037 INFO O| Sep 01 23:26:13.037 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
93692026-09-01T23:26:14.457Z[ recovery-image] Sep 01 23:26:13.037 INFO O| Sep 01 23:26:13.037 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
93702026-09-01T23:26:14.457Z[ recovery-image] Sep 01 23:26:13.037 INFO O| Sep 01 23:26:13.037 INFO ok!
93712026-09-01T23:26:14.457Z[ recovery-image] Sep 01 23:26:13.037 INFO O| Sep 01 23:26:13.037 INFO STEP 26 (ensure_file) COMPLETE
93722026-09-01T23:26:14.461Z[ recovery-image] Sep 01 23:26:13.037 INFO O| Sep 01 23:26:13.037 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93732026-09-01T23:26:14.467Z[ recovery-image] Sep 01 23:26:13.046 INFO O| Sep 01 23:26:13.046 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
93742026-09-01T23:26:14.467Z[ recovery-image] Sep 01 23:26:13.046 INFO O| Sep 01 23:26:13.046 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
93752026-09-01T23:26:14.471Z[ recovery-image] Sep 01 23:26:13.046 INFO O| Sep 01 23:26:13.046 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
93762026-09-01T23:26:14.471Z[ recovery-image] Sep 01 23:26:13.046 INFO O| Sep 01 23:26:13.046 INFO ok!
93772026-09-01T23:26:14.493Z[ recovery-image] Sep 01 23:26:13.046 INFO O| Sep 01 23:26:13.046 INFO STEP 27 (ensure_file) COMPLETE
93782026-09-01T23:26:14.493Z[ recovery-image] Sep 01 23:26:13.046 INFO O| Sep 01 23:26:13.046 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93792026-09-01T23:26:14.493Z[ recovery-image] Sep 01 23:26:13.071 INFO O| Sep 01 23:26:13.069 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
93802026-09-01T23:26:14.493Z[ recovery-image] Sep 01 23:26:13.071 INFO O| Sep 01 23:26:13.069 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
93812026-09-01T23:26:14.496Z[ recovery-image] Sep 01 23:26:13.071 INFO O| Sep 01 23:26:13.069 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
93822026-09-01T23:26:14.496Z[ recovery-image] Sep 01 23:26:13.071 INFO O| Sep 01 23:26:13.069 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
93832026-09-01T23:26:14.496Z[ recovery-image] Sep 01 23:26:13.071 INFO O| Sep 01 23:26:13.069 INFO ok!
93842026-09-01T23:26:14.496Z[ recovery-image] Sep 01 23:26:13.071 INFO O| Sep 01 23:26:13.070 INFO STEP 28 (ensure_file) COMPLETE
93852026-09-01T23:26:14.497Z[ recovery-image] Sep 01 23:26:13.071 INFO O| Sep 01 23:26:13.070 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93862026-09-01T23:26:14.502Z[ recovery-image] Sep 01 23:26:13.083 INFO O| Sep 01 23:26:13.083 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
93872026-09-01T23:26:14.502Z[ recovery-image] Sep 01 23:26:13.083 INFO O| Sep 01 23:26:13.083 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
93882026-09-01T23:26:14.502Z[ recovery-image] Sep 01 23:26:13.083 INFO O| Sep 01 23:26:13.083 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
93892026-09-01T23:26:14.502Z[ recovery-image] Sep 01 23:26:13.083 INFO O| Sep 01 23:26:13.083 INFO ok!
93902026-09-01T23:26:14.503Z[ recovery-image] Sep 01 23:26:13.083 INFO O| Sep 01 23:26:13.083 INFO STEP 29 (ensure_file) COMPLETE
93912026-09-01T23:26:14.506Z[ recovery-image] Sep 01 23:26:13.083 INFO O| Sep 01 23:26:13.083 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
93922026-09-01T23:26:14.514Z[ recovery-image] Sep 01 23:26:13.095 INFO O| Sep 01 23:26:13.095 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
93932026-09-01T23:26:14.514Z[ recovery-image] Sep 01 23:26:13.095 INFO O| Sep 01 23:26:13.095 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
93942026-09-01T23:26:14.514Z[ recovery-image] Sep 01 23:26:13.095 INFO O| Sep 01 23:26:13.095 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
93952026-09-01T23:26:14.518Z[ recovery-image] Sep 01 23:26:13.095 INFO O| Sep 01 23:26:13.095 INFO STEP 30 (ensure_dir) COMPLETE
93962026-09-01T23:26:14.518Z[ recovery-image] Sep 01 23:26:13.095 INFO O| Sep 01 23:26:13.095 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93972026-09-01T23:26:14.526Z[ recovery-image] Sep 01 23:26:13.106 INFO O| Sep 01 23:26:13.106 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
93982026-09-01T23:26:14.526Z[ recovery-image] Sep 01 23:26:13.106 INFO O| Sep 01 23:26:13.106 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 ...
93992026-09-01T23:26:14.526Z[ recovery-image] Sep 01 23:26:13.106 INFO O| Sep 01 23:26:13.106 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
94002026-09-01T23:26:14.526Z[ recovery-image] Sep 01 23:26:13.106 INFO O| Sep 01 23:26:13.106 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
94012026-09-01T23:26:14.526Z[ recovery-image] Sep 01 23:26:13.106 INFO O| Sep 01 23:26:13.106 INFO ok!
94022026-09-01T23:26:14.529Z[ recovery-image] Sep 01 23:26:13.106 INFO O| Sep 01 23:26:13.106 INFO STEP 31 (ensure_file) COMPLETE
94032026-09-01T23:26:14.529Z[ recovery-image] Sep 01 23:26:13.106 INFO O| Sep 01 23:26:13.106 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94042026-09-01T23:26:14.538Z[ recovery-image] Sep 01 23:26:13.118 INFO O| Sep 01 23:26:13.118 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94052026-09-01T23:26:14.538Z[ recovery-image] Sep 01 23:26:13.118 INFO O| Sep 01 23:26:13.118 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94062026-09-01T23:26:14.538Z[ recovery-image] Sep 01 23:26:13.118 INFO O| Sep 01 23:26:13.118 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94072026-09-01T23:26:14.542Z[ recovery-image] Sep 01 23:26:13.118 INFO O| Sep 01 23:26:13.118 INFO STEP 32 (ensure_dir) COMPLETE
94082026-09-01T23:26:14.542Z[ recovery-image] Sep 01 23:26:13.118 INFO O| Sep 01 23:26:13.118 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94092026-09-01T23:26:14.552Z[ recovery-image] Sep 01 23:26:13.130 INFO O| Sep 01 23:26:13.130 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
94102026-09-01T23:26:14.552Z[ recovery-image] Sep 01 23:26:13.131 INFO O| Sep 01 23:26:13.130 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 ...
94112026-09-01T23:26:14.552Z[ recovery-image] Sep 01 23:26:13.131 INFO O| Sep 01 23:26:13.131 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
94122026-09-01T23:26:14.555Z[ recovery-image] Sep 01 23:26:13.131 INFO O| Sep 01 23:26:13.131 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
94132026-09-01T23:26:14.555Z[ recovery-image] Sep 01 23:26:13.131 INFO O| Sep 01 23:26:13.131 INFO ok!
94142026-09-01T23:26:14.555Z[ recovery-image] Sep 01 23:26:13.131 INFO O| Sep 01 23:26:13.131 INFO STEP 33 (ensure_file) COMPLETE
94152026-09-01T23:26:14.555Z[ recovery-image] Sep 01 23:26:13.131 INFO O| Sep 01 23:26:13.131 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94162026-09-01T23:26:14.564Z[ recovery-image] Sep 01 23:26:13.144 INFO O| Sep 01 23:26:13.144 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
94172026-09-01T23:26:14.564Z[ recovery-image] Sep 01 23:26:13.144 INFO O| Sep 01 23:26:13.144 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
94182026-09-01T23:26:14.564Z[ recovery-image] Sep 01 23:26:13.144 INFO O| Sep 01 23:26:13.144 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
94192026-09-01T23:26:14.567Z[ recovery-image] Sep 01 23:26:13.144 INFO O| Sep 01 23:26:13.144 INFO ok!
94202026-09-01T23:26:14.567Z[ recovery-image] Sep 01 23:26:13.144 INFO O| Sep 01 23:26:13.144 INFO STEP 34 (ensure_file) COMPLETE
94212026-09-01T23:26:14.567Z[ recovery-image] Sep 01 23:26:13.144 INFO O| Sep 01 23:26:13.144 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94222026-09-01T23:26:14.576Z[ recovery-image] Sep 01 23:26:13.156 INFO O| Sep 01 23:26:13.156 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
94232026-09-01T23:26:14.576Z[ recovery-image] Sep 01 23:26:13.156 INFO O| Sep 01 23:26:13.156 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
94242026-09-01T23:26:14.576Z[ recovery-image] Sep 01 23:26:13.156 INFO O| Sep 01 23:26:13.156 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
94252026-09-01T23:26:14.579Z[ recovery-image] Sep 01 23:26:13.156 INFO O| Sep 01 23:26:13.156 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
94262026-09-01T23:26:14.579Z[ recovery-image] Sep 01 23:26:13.156 INFO O| Sep 01 23:26:13.156 INFO ok!
94272026-09-01T23:26:14.579Z[ recovery-image] Sep 01 23:26:13.156 INFO O| Sep 01 23:26:13.156 INFO STEP 35 (ensure_file) COMPLETE
94282026-09-01T23:26:14.579Z[ recovery-image] Sep 01 23:26:13.156 INFO O| Sep 01 23:26:13.156 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94292026-09-01T23:26:14.589Z[ recovery-image] Sep 01 23:26:13.169 INFO O| Sep 01 23:26:13.169 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
94302026-09-01T23:26:14.589Z[ recovery-image] Sep 01 23:26:13.169 INFO O| Sep 01 23:26:13.169 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
94312026-09-01T23:26:14.592Z[ recovery-image] Sep 01 23:26:13.169 INFO O| Sep 01 23:26:13.169 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
94322026-09-01T23:26:14.592Z[ recovery-image] Sep 01 23:26:13.169 INFO O| Sep 01 23:26:13.169 INFO ok!
94332026-09-01T23:26:14.592Z[ recovery-image] Sep 01 23:26:13.169 INFO O| Sep 01 23:26:13.169 INFO STEP 36 (ensure_file) COMPLETE
94342026-09-01T23:26:14.592Z[ recovery-image] Sep 01 23:26:13.169 INFO O| Sep 01 23:26:13.169 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94352026-09-01T23:26:14.602Z[ recovery-image] Sep 01 23:26:13.182 INFO O| Sep 01 23:26:13.182 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
94362026-09-01T23:26:14.602Z[ recovery-image] Sep 01 23:26:13.182 INFO O| Sep 01 23:26:13.182 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
94372026-09-01T23:26:14.606Z[ recovery-image] Sep 01 23:26:13.183 INFO O| Sep 01 23:26:13.183 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
94382026-09-01T23:26:14.606Z[ recovery-image] Sep 01 23:26:13.183 INFO O| Sep 01 23:26:13.183 INFO ok!
94392026-09-01T23:26:14.606Z[ recovery-image] Sep 01 23:26:13.183 INFO O| Sep 01 23:26:13.183 INFO STEP 37 (ensure_file) COMPLETE
94402026-09-01T23:26:14.606Z[ recovery-image] Sep 01 23:26:13.183 INFO O| Sep 01 23:26:13.183 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94412026-09-01T23:26:14.615Z[ recovery-image] Sep 01 23:26:13.195 INFO O| Sep 01 23:26:13.195 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
94422026-09-01T23:26:14.615Z[ recovery-image] Sep 01 23:26:13.195 INFO O| Sep 01 23:26:13.195 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
94432026-09-01T23:26:14.618Z[ recovery-image] Sep 01 23:26:13.195 INFO O| Sep 01 23:26:13.195 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94442026-09-01T23:26:14.618Z[ recovery-image] Sep 01 23:26:13.195 INFO O| Sep 01 23:26:13.195 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94452026-09-01T23:26:14.618Z[ recovery-image] Sep 01 23:26:13.195 INFO O| Sep 01 23:26:13.195 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94462026-09-01T23:26:14.618Z[ recovery-image] Sep 01 23:26:13.195 INFO O| Sep 01 23:26:13.195 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94472026-09-01T23:26:14.618Z[ recovery-image] Sep 01 23:26:13.195 INFO O| Sep 01 23:26:13.195 INFO ok!
94482026-09-01T23:26:14.618Z[ recovery-image] Sep 01 23:26:13.195 INFO O| Sep 01 23:26:13.195 INFO STEP 38 (ensure_file) COMPLETE
94492026-09-01T23:26:14.618Z[ recovery-image] Sep 01 23:26:13.195 INFO O| Sep 01 23:26:13.195 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94502026-09-01T23:26:14.627Z[ recovery-image] Sep 01 23:26:13.207 INFO O| Sep 01 23:26:13.207 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
94512026-09-01T23:26:14.627Z[ recovery-image] Sep 01 23:26:13.207 INFO O| Sep 01 23:26:13.207 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
94522026-09-01T23:26:14.631Z[ recovery-image] Sep 01 23:26:13.207 INFO O| Sep 01 23:26:13.207 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
94532026-09-01T23:26:14.631Z[ recovery-image] Sep 01 23:26:13.207 INFO O| Sep 01 23:26:13.207 INFO STEP 39 (ensure_dir) COMPLETE
94542026-09-01T23:26:14.631Z[ recovery-image] Sep 01 23:26:13.207 INFO O| Sep 01 23:26:13.207 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94552026-09-01T23:26:14.639Z[ recovery-image] Sep 01 23:26:13.219 INFO O| Sep 01 23:26:13.219 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
94562026-09-01T23:26:14.639Z[ recovery-image] Sep 01 23:26:13.219 INFO O| Sep 01 23:26:13.219 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 ...
94572026-09-01T23:26:14.642Z[ recovery-image] Sep 01 23:26:13.219 INFO O| Sep 01 23:26:13.219 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
94582026-09-01T23:26:14.642Z[ recovery-image] Sep 01 23:26:13.219 INFO O| Sep 01 23:26:13.219 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
94592026-09-01T23:26:14.642Z[ recovery-image] Sep 01 23:26:13.219 INFO O| Sep 01 23:26:13.219 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
94602026-09-01T23:26:14.642Z[ recovery-image] Sep 01 23:26:13.219 INFO O| Sep 01 23:26:13.219 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
94612026-09-01T23:26:14.642Z[ recovery-image] Sep 01 23:26:13.219 INFO O| Sep 01 23:26:13.219 INFO ok!
94622026-09-01T23:26:14.642Z[ recovery-image] Sep 01 23:26:13.219 INFO O| Sep 01 23:26:13.219 INFO STEP 40 (ensure_file) COMPLETE
94632026-09-01T23:26:14.642Z[ recovery-image] Sep 01 23:26:13.219 INFO O| Sep 01 23:26:13.219 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94642026-09-01T23:26:14.651Z[ recovery-image] Sep 01 23:26:13.231 INFO O| Sep 01 23:26:13.231 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
94652026-09-01T23:26:14.655Z[ recovery-image] Sep 01 23:26:13.232 INFO O| Sep 01 23:26:13.231 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 ...
94662026-09-01T23:26:14.655Z[ recovery-image] Sep 01 23:26:13.232 INFO O| Sep 01 23:26:13.232 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
94672026-09-01T23:26:14.655Z[ recovery-image] Sep 01 23:26:13.232 INFO O| Sep 01 23:26:13.232 INFO ok!
94682026-09-01T23:26:14.655Z[ recovery-image] Sep 01 23:26:13.232 INFO O| Sep 01 23:26:13.232 INFO STEP 41 (ensure_symlink) COMPLETE
94692026-09-01T23:26:14.655Z[ recovery-image] Sep 01 23:26:13.232 INFO O| Sep 01 23:26:13.232 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94702026-09-01T23:26:14.663Z[ recovery-image] Sep 01 23:26:13.243 INFO O| Sep 01 23:26:13.243 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
94712026-09-01T23:26:14.663Z[ recovery-image] Sep 01 23:26:13.243 INFO O| Sep 01 23:26:13.243 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
94722026-09-01T23:26:14.663Z[ recovery-image] Sep 01 23:26:13.243 INFO O| Sep 01 23:26:13.243 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
94732026-09-01T23:26:14.666Z[ recovery-image] Sep 01 23:26:13.243 INFO O| Sep 01 23:26:13.243 INFO ok!
94742026-09-01T23:26:14.666Z[ recovery-image] Sep 01 23:26:13.243 INFO O| Sep 01 23:26:13.243 INFO STEP 42 (ensure_symlink) COMPLETE
94752026-09-01T23:26:14.666Z[ recovery-image] Sep 01 23:26:13.243 INFO O| Sep 01 23:26:13.243 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94762026-09-01T23:26:14.676Z[ recovery-image] Sep 01 23:26:13.255 INFO O| Sep 01 23:26:13.255 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
94772026-09-01T23:26:14.676Z[ recovery-image] Sep 01 23:26:13.255 INFO O| Sep 01 23:26:13.255 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
94782026-09-01T23:26:14.679Z[ recovery-image] Sep 01 23:26:13.255 INFO O| Sep 01 23:26:13.255 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94792026-09-01T23:26:14.679Z[ recovery-image] Sep 01 23:26:13.255 INFO O| Sep 01 23:26:13.255 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94802026-09-01T23:26:14.679Z[ recovery-image] Sep 01 23:26:13.255 INFO O| Sep 01 23:26:13.255 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94812026-09-01T23:26:14.679Z[ recovery-image] Sep 01 23:26:13.255 INFO O| Sep 01 23:26:13.255 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94822026-09-01T23:26:14.679Z[ recovery-image] Sep 01 23:26:13.255 INFO O| Sep 01 23:26:13.255 INFO ok!
94832026-09-01T23:26:14.680Z[ recovery-image] Sep 01 23:26:13.255 INFO O| Sep 01 23:26:13.255 INFO STEP 43 (ensure_file) COMPLETE
94842026-09-01T23:26:14.680Z[ recovery-image] Sep 01 23:26:13.255 INFO O| Sep 01 23:26:13.255 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94852026-09-01T23:26:14.686Z[ recovery-image] Sep 01 23:26:13.266 INFO O| Sep 01 23:26:13.266 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
94862026-09-01T23:26:14.686Z[ recovery-image] Sep 01 23:26:13.266 INFO O| Sep 01 23:26:13.266 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 ...
94872026-09-01T23:26:14.690Z[ recovery-image] Sep 01 23:26:13.266 INFO O| Sep 01 23:26:13.266 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
94882026-09-01T23:26:14.690Z[ recovery-image] Sep 01 23:26:13.266 INFO O| Sep 01 23:26:13.266 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
94892026-09-01T23:26:14.690Z[ recovery-image] Sep 01 23:26:13.266 INFO O| Sep 01 23:26:13.266 INFO ok!
94902026-09-01T23:26:14.690Z[ recovery-image] Sep 01 23:26:13.267 INFO O| Sep 01 23:26:13.266 INFO STEP 44 (ensure_file) COMPLETE
94912026-09-01T23:26:14.690Z[ recovery-image] Sep 01 23:26:13.267 INFO O| Sep 01 23:26:13.266 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94922026-09-01T23:26:14.698Z[ recovery-image] Sep 01 23:26:13.279 INFO O| Sep 01 23:26:13.279 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
94932026-09-01T23:26:14.699Z[ recovery-image] Sep 01 23:26:13.279 INFO O| Sep 01 23:26:13.279 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
94942026-09-01T23:26:14.699Z[ recovery-image] Sep 01 23:26:13.279 INFO O| Sep 01 23:26:13.279 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
94952026-09-01T23:26:14.702Z[ recovery-image] Sep 01 23:26:13.279 INFO O| Sep 01 23:26:13.279 INFO ok!
94962026-09-01T23:26:14.702Z[ recovery-image] Sep 01 23:26:13.279 INFO O| Sep 01 23:26:13.279 INFO STEP 45 (ensure_file) COMPLETE
94972026-09-01T23:26:14.702Z[ recovery-image] Sep 01 23:26:13.279 INFO O| Sep 01 23:26:13.279 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94982026-09-01T23:26:14.710Z[ recovery-image] Sep 01 23:26:13.291 INFO O| Sep 01 23:26:13.290 INFO updating shadow file
94992026-09-01T23:26:14.710Z[ recovery-image] Sep 01 23:26:13.291 INFO O| Sep 01 23:26:13.291 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
95002026-09-01T23:26:14.710Z[ recovery-image] Sep 01 23:26:13.291 INFO O| Sep 01 23:26:13.291 INFO STEP 46 (shadow) COMPLETE
95012026-09-01T23:26:14.714Z[ recovery-image] Sep 01 23:26:13.291 INFO O| Sep 01 23:26:13.291 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95022026-09-01T23:26:14.722Z[ recovery-image] Sep 01 23:26:13.302 INFO O| Sep 01 23:26:13.302 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
95032026-09-01T23:26:14.722Z[ recovery-image] Sep 01 23:26:13.302 INFO O| Sep 01 23:26:13.302 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
95042026-09-01T23:26:14.722Z[ recovery-image] Sep 01 23:26:13.302 INFO O| Sep 01 23:26:13.302 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
95052026-09-01T23:26:14.722Z[ recovery-image] Sep 01 23:26:13.302 INFO O| Sep 01 23:26:13.302 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
95062026-09-01T23:26:14.722Z[ recovery-image] Sep 01 23:26:13.302 INFO O| Sep 01 23:26:13.302 INFO ok!
95072026-09-01T23:26:14.722Z[ recovery-image] Sep 01 23:26:13.302 INFO O| Sep 01 23:26:13.302 INFO STEP 47 (ensure_file) COMPLETE
95082026-09-01T23:26:14.725Z[ recovery-image] Sep 01 23:26:13.302 INFO O| Sep 01 23:26:13.302 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95092026-09-01T23:26:14.733Z[ recovery-image] Sep 01 23:26:13.314 INFO O| Sep 01 23:26:13.313 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
95102026-09-01T23:26:14.733Z[ recovery-image] Sep 01 23:26:13.314 INFO O| Sep 01 23:26:13.314 INFO STEP 48 (ensure_dir) COMPLETE
95112026-09-01T23:26:14.736Z[ recovery-image] Sep 01 23:26:13.314 INFO O| Sep 01 23:26:13.314 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95122026-09-01T23:26:14.745Z[ recovery-image] Sep 01 23:26:13.326 INFO O| Sep 01 23:26:13.325 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
95132026-09-01T23:26:14.745Z[ recovery-image] Sep 01 23:26:13.326 INFO O| Sep 01 23:26:13.326 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
95142026-09-01T23:26:14.748Z[ recovery-image] Sep 01 23:26:13.326 INFO O| Sep 01 23:26:13.326 INFO STEP 49 (ensure_dir) COMPLETE
95152026-09-01T23:26:14.748Z[ recovery-image] Sep 01 23:26:13.326 INFO O| Sep 01 23:26:13.326 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95162026-09-01T23:26:14.757Z[ recovery-image] Sep 01 23:26:13.338 INFO O| Sep 01 23:26:13.337 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
95172026-09-01T23:26:14.757Z[ recovery-image] Sep 01 23:26:13.338 INFO O| Sep 01 23:26:13.338 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
95182026-09-01T23:26:14.761Z[ recovery-image] Sep 01 23:26:13.338 INFO O| Sep 01 23:26:13.338 INFO STEP 50 (ensure_dir) COMPLETE
95192026-09-01T23:26:14.761Z[ recovery-image] Sep 01 23:26:13.338 INFO O| Sep 01 23:26:13.338 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95202026-09-01T23:26:14.769Z[ recovery-image] Sep 01 23:26:13.349 INFO O| Sep 01 23:26:13.349 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
95212026-09-01T23:26:14.769Z[ recovery-image] Sep 01 23:26:13.349 INFO O| Sep 01 23:26:13.349 INFO copying /tmp/.tmpLVXgGk/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
95222026-09-01T23:26:14.781Z[ recovery-image] Sep 01 23:26:13.361 INFO O| Sep 01 23:26:13.361 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
95232026-09-01T23:26:14.781Z[ recovery-image] Sep 01 23:26:13.361 INFO O| Sep 01 23:26:13.361 INFO ok!
95242026-09-01T23:26:14.785Z[ recovery-image] Sep 01 23:26:13.361 INFO O| Sep 01 23:26:13.361 INFO STEP 51 (ensure_file) COMPLETE
95252026-09-01T23:26:14.785Z[ recovery-image] Sep 01 23:26:13.361 INFO O| Sep 01 23:26:13.361 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95262026-09-01T23:26:14.806Z[ recovery-image] Sep 01 23:26:13.373 INFO O| Sep 01 23:26:13.373 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
95272026-09-01T23:26:14.806Z[ recovery-image] Sep 01 23:26:13.373 INFO O| Sep 01 23:26:13.373 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
95282026-09-01T23:26:14.810Z[ recovery-image] Sep 01 23:26:13.373 INFO O| Sep 01 23:26:13.373 INFO STEP 52 (ensure_dir) COMPLETE
95292026-09-01T23:26:14.810Z[ recovery-image] Sep 01 23:26:13.373 INFO O| Sep 01 23:26:13.373 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95302026-09-01T23:26:14.810Z[ recovery-image] Sep 01 23:26:13.386 INFO O| Sep 01 23:26:13.385 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
95312026-09-01T23:26:14.810Z[ recovery-image] Sep 01 23:26:13.386 INFO O| Sep 01 23:26:13.386 INFO copying /tmp/.tmpLVXgGk/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
95322026-09-01T23:26:14.810Z[ recovery-image] Sep 01 23:26:13.386 INFO O| Sep 01 23:26:13.386 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
95332026-09-01T23:26:14.810Z[ recovery-image] Sep 01 23:26:13.386 INFO O| Sep 01 23:26:13.386 INFO ok!
95342026-09-01T23:26:14.810Z[ recovery-image] Sep 01 23:26:13.386 INFO O| Sep 01 23:26:13.386 INFO STEP 53 (ensure_file) COMPLETE
95352026-09-01T23:26:14.810Z[ recovery-image] Sep 01 23:26:13.386 INFO O| Sep 01 23:26:13.386 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95362026-09-01T23:26:14.816Z[ recovery-image] Sep 01 23:26:13.396 INFO O| Sep 01 23:26:13.396 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
95372026-09-01T23:26:14.819Z[ recovery-image] Sep 01 23:26:13.396 INFO O| Sep 01 23:26:13.396 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
95382026-09-01T23:26:14.819Z[ recovery-image] Sep 01 23:26:13.396 INFO O| Sep 01 23:26:13.396 INFO STEP 54 (ensure_dir) COMPLETE
95392026-09-01T23:26:14.819Z[ recovery-image] Sep 01 23:26:13.396 INFO O| Sep 01 23:26:13.396 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95402026-09-01T23:26:14.827Z[ recovery-image] Sep 01 23:26:13.408 INFO O| Sep 01 23:26:13.408 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
95412026-09-01T23:26:14.827Z[ recovery-image] Sep 01 23:26:13.408 INFO O| Sep 01 23:26:13.408 INFO copying /tmp/.tmpLVXgGk/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
95422026-09-01T23:26:15.220Z[ host-image] Sep 01 23:26:13.800 INFO O| seeding SMF database...
95432026-09-01T23:26:16.928Z[ recovery-image] Sep 01 23:26:15.508 INFO O| Sep 01 23:26:15.508 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
95442026-09-01T23:26:16.928Z[ recovery-image] Sep 01 23:26:15.508 INFO O| Sep 01 23:26:15.508 INFO ok!
95452026-09-01T23:26:16.928Z[ recovery-image] Sep 01 23:26:15.508 INFO O| Sep 01 23:26:15.508 INFO STEP 55 (ensure_file) COMPLETE
95462026-09-01T23:26:16.932Z[ recovery-image] Sep 01 23:26:15.508 INFO O| Sep 01 23:26:15.508 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95472026-09-01T23:26:17.030Z[ recovery-image] Sep 01 23:26:15.610 INFO O| Sep 01 23:26:15.610 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
95482026-09-01T23:26:17.030Z[ recovery-image] Sep 01 23:26:15.610 INFO O| Sep 01 23:26:15.610 INFO copying /tmp/.tmpLVXgGk/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
95492026-09-01T23:26:18.989Z[ recovery-image] Sep 01 23:26:17.569 INFO O| Sep 01 23:26:17.569 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
95502026-09-01T23:26:18.989Z[ recovery-image] Sep 01 23:26:17.569 INFO O| Sep 01 23:26:17.569 INFO ok!
95512026-09-01T23:26:18.989Z[ recovery-image] Sep 01 23:26:17.569 INFO O| Sep 01 23:26:17.569 INFO STEP 56 (ensure_file) COMPLETE
95522026-09-01T23:26:18.992Z[ recovery-image] Sep 01 23:26:17.569 INFO O| Sep 01 23:26:17.569 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95532026-09-01T23:26:18.999Z[ recovery-image] Sep 01 23:26:17.579 INFO O| Sep 01 23:26:17.579 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
95542026-09-01T23:26:18.999Z[ recovery-image] Sep 01 23:26:17.579 INFO O| Sep 01 23:26:17.579 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
95552026-09-01T23:26:19.002Z[ recovery-image] Sep 01 23:26:17.579 INFO O| Sep 01 23:26:17.579 INFO STEP 57 (ensure_dir) COMPLETE
95562026-09-01T23:26:19.002Z[ recovery-image] Sep 01 23:26:17.579 INFO O| Sep 01 23:26:17.579 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95572026-09-01T23:26:19.008Z[ recovery-image] Sep 01 23:26:17.588 INFO O| Sep 01 23:26:17.588 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
95582026-09-01T23:26:19.008Z[ recovery-image] Sep 01 23:26:17.588 INFO O| Sep 01 23:26:17.588 INFO copying /tmp/.tmpLVXgGk/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 ...
95592026-09-01T23:26:19.011Z[ recovery-image] Sep 01 23:26:17.588 INFO O| Sep 01 23:26:17.588 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
95602026-09-01T23:26:19.011Z[ recovery-image] Sep 01 23:26:17.588 INFO O| Sep 01 23:26:17.588 INFO ok!
95612026-09-01T23:26:19.011Z[ recovery-image] Sep 01 23:26:17.588 INFO O| Sep 01 23:26:17.588 INFO STEP 58 (ensure_file) COMPLETE
95622026-09-01T23:26:19.011Z[ recovery-image] Sep 01 23:26:17.588 INFO O| Sep 01 23:26:17.588 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95632026-09-01T23:26:19.015Z[ recovery-image] Sep 01 23:26:17.596 INFO O| Sep 01 23:26:17.595 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
95642026-09-01T23:26:19.015Z[ recovery-image] Sep 01 23:26:17.596 INFO O| Sep 01 23:26:17.595 INFO copying /tmp/.tmpLVXgGk/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 ...
95652026-09-01T23:26:19.019Z[ recovery-image] Sep 01 23:26:17.596 INFO O| Sep 01 23:26:17.596 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
95662026-09-01T23:26:19.019Z[ recovery-image] Sep 01 23:26:17.596 INFO O| Sep 01 23:26:17.596 INFO ok!
95672026-09-01T23:26:19.019Z[ recovery-image] Sep 01 23:26:17.596 INFO O| Sep 01 23:26:17.596 INFO STEP 59 (ensure_file) COMPLETE
95682026-09-01T23:26:19.019Z[ recovery-image] Sep 01 23:26:17.596 INFO O| Sep 01 23:26:17.596 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95692026-09-01T23:26:19.024Z[ recovery-image] Sep 01 23:26:17.604 INFO O| Sep 01 23:26:17.604 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
95702026-09-01T23:26:19.024Z[ recovery-image] Sep 01 23:26:17.604 INFO O| Sep 01 23:26:17.604 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
95712026-09-01T23:26:19.024Z[ recovery-image] Sep 01 23:26:17.604 INFO O| Sep 01 23:26:17.604 INFO STEP 60 (ensure_dir) COMPLETE
95722026-09-01T23:26:19.024Z[ recovery-image] Sep 01 23:26:17.604 INFO O| Sep 01 23:26:17.604 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95732026-09-01T23:26:19.033Z[ recovery-image] Sep 01 23:26:17.613 INFO O| Sep 01 23:26:17.613 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
95742026-09-01T23:26:19.033Z[ recovery-image] Sep 01 23:26:17.613 INFO O| Sep 01 23:26:17.613 INFO copying /tmp/.tmpLVXgGk/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 ...
95752026-09-01T23:26:19.036Z[ recovery-image] Sep 01 23:26:17.613 INFO O| Sep 01 23:26:17.613 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
95762026-09-01T23:26:19.036Z[ recovery-image] Sep 01 23:26:17.613 INFO O| Sep 01 23:26:17.613 INFO ok!
95772026-09-01T23:26:19.036Z[ recovery-image] Sep 01 23:26:17.613 INFO O| Sep 01 23:26:17.613 INFO STEP 61 (ensure_file) COMPLETE
95782026-09-01T23:26:19.036Z[ recovery-image] Sep 01 23:26:17.613 INFO O| Sep 01 23:26:17.613 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95792026-09-01T23:26:19.043Z[ recovery-image] Sep 01 23:26:17.623 INFO O| Sep 01 23:26:17.623 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
95802026-09-01T23:26:19.043Z[ recovery-image] Sep 01 23:26:17.623 INFO O| Sep 01 23:26:17.623 INFO copying /tmp/.tmpLVXgGk/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 ...
95812026-09-01T23:26:19.046Z[ recovery-image] Sep 01 23:26:17.623 INFO O| Sep 01 23:26:17.623 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
95822026-09-01T23:26:19.046Z[ recovery-image] Sep 01 23:26:17.623 INFO O| Sep 01 23:26:17.623 INFO ok!
95832026-09-01T23:26:19.046Z[ recovery-image] Sep 01 23:26:17.623 INFO O| Sep 01 23:26:17.623 INFO STEP 62 (ensure_file) COMPLETE
95842026-09-01T23:26:19.046Z[ recovery-image] Sep 01 23:26:17.623 INFO O| Sep 01 23:26:17.623 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95852026-09-01T23:26:19.053Z[ recovery-image] Sep 01 23:26:17.633 INFO O| Sep 01 23:26:17.633 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
95862026-09-01T23:26:19.053Z[ recovery-image] Sep 01 23:26:17.633 INFO O| Sep 01 23:26:17.633 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
95872026-09-01T23:26:19.053Z[ recovery-image] Sep 01 23:26:17.633 INFO O| Sep 01 23:26:17.633 INFO STEP 63 (ensure_dir) COMPLETE
95882026-09-01T23:26:19.053Z[ recovery-image] Sep 01 23:26:17.633 INFO O| Sep 01 23:26:17.633 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95892026-09-01T23:26:19.063Z[ recovery-image] Sep 01 23:26:17.643 INFO O| Sep 01 23:26:17.643 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
95902026-09-01T23:26:19.063Z[ recovery-image] Sep 01 23:26:17.643 INFO O| Sep 01 23:26:17.643 INFO copying /tmp/.tmpLVXgGk/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 ...
95912026-09-01T23:26:19.063Z[ recovery-image] Sep 01 23:26:17.643 INFO O| Sep 01 23:26:17.643 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
95922026-09-01T23:26:19.066Z[ recovery-image] Sep 01 23:26:17.643 INFO O| Sep 01 23:26:17.643 INFO ok!
95932026-09-01T23:26:19.066Z[ recovery-image] Sep 01 23:26:17.643 INFO O| Sep 01 23:26:17.643 INFO STEP 64 (ensure_file) COMPLETE
95942026-09-01T23:26:19.066Z[ recovery-image] Sep 01 23:26:17.643 INFO O| Sep 01 23:26:17.643 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95952026-09-01T23:26:19.074Z[ recovery-image] Sep 01 23:26:17.654 INFO O| Sep 01 23:26:17.654 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
95962026-09-01T23:26:19.074Z[ recovery-image] Sep 01 23:26:17.654 INFO O| Sep 01 23:26:17.654 INFO copying /tmp/.tmpLVXgGk/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
95972026-09-01T23:26:19.074Z[ recovery-image] Sep 01 23:26:17.654 INFO O| Sep 01 23:26:17.654 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
95982026-09-01T23:26:19.078Z[ recovery-image] Sep 01 23:26:17.654 INFO O| Sep 01 23:26:17.654 INFO ok!
95992026-09-01T23:26:19.078Z[ recovery-image] Sep 01 23:26:17.654 INFO O| Sep 01 23:26:17.654 INFO STEP 65 (ensure_file) COMPLETE
96002026-09-01T23:26:19.078Z[ recovery-image] Sep 01 23:26:17.654 INFO O| Sep 01 23:26:17.654 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96012026-09-01T23:26:19.084Z[ recovery-image] Sep 01 23:26:17.665 INFO O| Sep 01 23:26:17.664 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
96022026-09-01T23:26:19.084Z[ recovery-image] Sep 01 23:26:17.665 INFO O| Sep 01 23:26:17.665 INFO STEP 66 (ensure_dir) COMPLETE
96032026-09-01T23:26:19.088Z[ recovery-image] Sep 01 23:26:17.665 INFO O| Sep 01 23:26:17.665 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96042026-09-01T23:26:19.093Z[ recovery-image] Sep 01 23:26:17.673 INFO O| Sep 01 23:26:17.673 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
96052026-09-01T23:26:19.093Z[ recovery-image] Sep 01 23:26:17.673 INFO O| Sep 01 23:26:17.673 INFO STEP 67 (ensure_dir) COMPLETE
96062026-09-01T23:26:19.096Z[ recovery-image] Sep 01 23:26:17.673 INFO O| Sep 01 23:26:17.673 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96072026-09-01T23:26:19.100Z[ recovery-image] Sep 01 23:26:17.681 INFO O| Sep 01 23:26:17.681 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
96082026-09-01T23:26:19.100Z[ recovery-image] Sep 01 23:26:17.681 INFO O| Sep 01 23:26:17.681 INFO STEP 68 (ensure_dir) COMPLETE
96092026-09-01T23:26:19.100Z[ recovery-image] Sep 01 23:26:17.681 INFO O| Sep 01 23:26:17.681 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96102026-09-01T23:26:19.108Z[ recovery-image] Sep 01 23:26:17.689 INFO O| Sep 01 23:26:17.689 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
96112026-09-01T23:26:19.108Z[ recovery-image] Sep 01 23:26:17.689 INFO O| Sep 01 23:26:17.689 INFO STEP 69 (ensure_dir) COMPLETE
96122026-09-01T23:26:19.108Z[ recovery-image] Sep 01 23:26:17.689 INFO O| Sep 01 23:26:17.689 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96132026-09-01T23:26:19.118Z[ recovery-image] Sep 01 23:26:17.697 INFO O| Sep 01 23:26:17.696 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
96142026-09-01T23:26:19.118Z[ recovery-image] Sep 01 23:26:17.697 INFO O| Sep 01 23:26:17.697 INFO copying /tmp/.tmpLVXgGk/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
96152026-09-01T23:26:19.118Z[ recovery-image] Sep 01 23:26:17.697 INFO O| Sep 01 23:26:17.697 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
96162026-09-01T23:26:19.118Z[ recovery-image] Sep 01 23:26:17.697 INFO O| Sep 01 23:26:17.697 INFO ok!
96172026-09-01T23:26:19.118Z[ recovery-image] Sep 01 23:26:17.697 INFO O| Sep 01 23:26:17.697 INFO STEP 70 (ensure_file) COMPLETE
96182026-09-01T23:26:19.118Z[ recovery-image] Sep 01 23:26:17.697 INFO O| Sep 01 23:26:17.697 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96192026-09-01T23:26:19.139Z[ recovery-image] Sep 01 23:26:17.719 INFO O| Sep 01 23:26:17.719 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
96202026-09-01T23:26:19.142Z[ recovery-image] Sep 01 23:26:17.719 INFO O| Sep 01 23:26:17.719 INFO STEP 71 (remove_files) COMPLETE
96212026-09-01T23:26:19.142Z[ recovery-image] Sep 01 23:26:17.719 INFO O| Sep 01 23:26:17.719 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96222026-09-01T23:26:19.150Z[ recovery-image] Sep 01 23:26:17.730 INFO O| Sep 01 23:26:17.730 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
96232026-09-01T23:26:19.150Z[ recovery-image] Sep 01 23:26:17.731 INFO O| Sep 01 23:26:17.731 INFO STEP 72 (remove_files) COMPLETE
96242026-09-01T23:26:19.150Z[ recovery-image] Sep 01 23:26:17.731 INFO O| Sep 01 23:26:17.731 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96252026-09-01T23:26:19.168Z[ recovery-image] Sep 01 23:26:17.741 INFO O| Sep 01 23:26:17.741 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
96262026-09-01T23:26:19.168Z[ recovery-image] Sep 01 23:26:17.741 INFO O| Sep 01 23:26:17.741 INFO STEP 73 (remove_files) COMPLETE
96272026-09-01T23:26:19.168Z[ recovery-image] Sep 01 23:26:17.741 INFO O| Sep 01 23:26:17.741 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96282026-09-01T23:26:19.172Z[ recovery-image] Sep 01 23:26:17.750 INFO O| Sep 01 23:26:17.750 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
96292026-09-01T23:26:19.172Z[ recovery-image] Sep 01 23:26:17.750 INFO O| Sep 01 23:26:17.750 INFO STEP 74 (remove_files) COMPLETE
96302026-09-01T23:26:19.172Z[ recovery-image] Sep 01 23:26:17.750 INFO O| Sep 01 23:26:17.750 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96312026-09-01T23:26:19.181Z[ recovery-image] Sep 01 23:26:17.761 INFO O| Sep 01 23:26:17.761 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
96322026-09-01T23:26:19.181Z[ recovery-image] Sep 01 23:26:17.761 INFO O| Sep 01 23:26:17.761 INFO STEP 75 (remove_files) COMPLETE
96332026-09-01T23:26:19.181Z[ recovery-image] Sep 01 23:26:17.761 INFO O| Sep 01 23:26:17.761 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96342026-09-01T23:26:19.191Z[ recovery-image] Sep 01 23:26:17.771 INFO O| Sep 01 23:26:17.771 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
96352026-09-01T23:26:19.191Z[ recovery-image] Sep 01 23:26:17.771 INFO O| Sep 01 23:26:17.771 INFO STEP 76 (remove_files) COMPLETE
96362026-09-01T23:26:19.191Z[ recovery-image] Sep 01 23:26:17.771 INFO O| Sep 01 23:26:17.771 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96372026-09-01T23:26:19.201Z[ recovery-image] Sep 01 23:26:17.781 INFO O| Sep 01 23:26:17.781 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
96382026-09-01T23:26:19.202Z[ recovery-image] Sep 01 23:26:17.781 INFO O| Sep 01 23:26:17.781 INFO STEP 77 (remove_files) COMPLETE
96392026-09-01T23:26:19.202Z[ recovery-image] Sep 01 23:26:17.781 INFO O| Sep 01 23:26:17.781 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96402026-09-01T23:26:19.212Z[ recovery-image] Sep 01 23:26:17.792 INFO O| Sep 01 23:26:17.792 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
96412026-09-01T23:26:19.212Z[ recovery-image] Sep 01 23:26:17.792 INFO O| Sep 01 23:26:17.792 INFO STEP 78 (remove_files) COMPLETE
96422026-09-01T23:26:19.216Z[ recovery-image] Sep 01 23:26:17.792 INFO O| Sep 01 23:26:17.792 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96432026-09-01T23:26:19.222Z[ recovery-image] Sep 01 23:26:17.802 INFO O| Sep 01 23:26:17.802 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
96442026-09-01T23:26:19.222Z[ recovery-image] Sep 01 23:26:17.802 INFO O| Sep 01 23:26:17.802 INFO STEP 79 (remove_files) COMPLETE
96452026-09-01T23:26:19.222Z[ recovery-image] Sep 01 23:26:17.802 INFO O| Sep 01 23:26:17.802 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96462026-09-01T23:26:19.232Z[ recovery-image] Sep 01 23:26:17.812 INFO O| Sep 01 23:26:17.812 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
96472026-09-01T23:26:19.232Z[ recovery-image] Sep 01 23:26:17.812 INFO O| Sep 01 23:26:17.812 INFO STEP 80 (remove_files) COMPLETE
96482026-09-01T23:26:19.232Z[ recovery-image] Sep 01 23:26:17.812 INFO O| Sep 01 23:26:17.812 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96492026-09-01T23:26:19.242Z[ recovery-image] Sep 01 23:26:17.822 INFO O| Sep 01 23:26:17.822 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
96502026-09-01T23:26:19.242Z[ recovery-image] Sep 01 23:26:17.822 INFO O| Sep 01 23:26:17.822 INFO STEP 81 (remove_files) COMPLETE
96512026-09-01T23:26:19.246Z[ recovery-image] Sep 01 23:26:17.822 INFO O| Sep 01 23:26:17.822 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96522026-09-01T23:26:19.251Z[ recovery-image] Sep 01 23:26:17.832 INFO O| Sep 01 23:26:17.831 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
96532026-09-01T23:26:19.255Z[ recovery-image] Sep 01 23:26:17.832 INFO O| Sep 01 23:26:17.832 INFO STEP 82 (remove_files) COMPLETE
96542026-09-01T23:26:19.255Z[ recovery-image] Sep 01 23:26:17.832 INFO O| Sep 01 23:26:17.832 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96552026-09-01T23:26:19.261Z[ recovery-image] Sep 01 23:26:17.841 INFO O| Sep 01 23:26:17.841 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
96562026-09-01T23:26:19.265Z[ recovery-image] Sep 01 23:26:17.841 INFO O| Sep 01 23:26:17.841 INFO STEP 83 (remove_files) COMPLETE
96572026-09-01T23:26:19.265Z[ recovery-image] Sep 01 23:26:17.841 INFO O| Sep 01 23:26:17.841 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96582026-09-01T23:26:19.277Z[ recovery-image] Sep 01 23:26:17.850 INFO O| Sep 01 23:26:17.850 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
96592026-09-01T23:26:19.277Z[ recovery-image] Sep 01 23:26:17.850 INFO O| Sep 01 23:26:17.850 INFO STEP 84 (remove_files) COMPLETE
96602026-09-01T23:26:19.277Z[ recovery-image] Sep 01 23:26:17.850 INFO O| Sep 01 23:26:17.850 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96612026-09-01T23:26:19.289Z[ recovery-image] Sep 01 23:26:17.859 INFO O| Sep 01 23:26:17.859 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
96622026-09-01T23:26:19.290Z[ recovery-image] Sep 01 23:26:17.859 INFO O| Sep 01 23:26:17.859 INFO STEP 85 (remove_files) COMPLETE
96632026-09-01T23:26:19.290Z[ recovery-image] Sep 01 23:26:17.859 INFO O| Sep 01 23:26:17.859 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96642026-09-01T23:26:19.290Z[ recovery-image] Sep 01 23:26:17.868 INFO O| Sep 01 23:26:17.868 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
96652026-09-01T23:26:19.290Z[ recovery-image] Sep 01 23:26:17.868 INFO O| Sep 01 23:26:17.868 INFO STEP 86 (remove_files) COMPLETE
96662026-09-01T23:26:19.290Z[ recovery-image] Sep 01 23:26:17.868 INFO O| Sep 01 23:26:17.868 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96672026-09-01T23:26:19.297Z[ recovery-image] Sep 01 23:26:17.877 INFO O| Sep 01 23:26:17.877 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
96682026-09-01T23:26:19.297Z[ recovery-image] Sep 01 23:26:17.877 INFO O| Sep 01 23:26:17.877 INFO STEP 87 (remove_files) COMPLETE
96692026-09-01T23:26:19.297Z[ recovery-image] Sep 01 23:26:17.877 INFO O| Sep 01 23:26:17.877 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96702026-09-01T23:26:19.307Z[ recovery-image] Sep 01 23:26:17.886 INFO O| Sep 01 23:26:17.886 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
96712026-09-01T23:26:19.307Z[ recovery-image] Sep 01 23:26:17.887 INFO O| Sep 01 23:26:17.887 INFO STEP 88 (remove_files) COMPLETE
96722026-09-01T23:26:19.307Z[ recovery-image] Sep 01 23:26:17.887 INFO O| Sep 01 23:26:17.887 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96732026-09-01T23:26:19.316Z[ recovery-image] Sep 01 23:26:17.896 INFO O| Sep 01 23:26:17.896 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
96742026-09-01T23:26:19.316Z[ recovery-image] Sep 01 23:26:17.896 INFO O| Sep 01 23:26:17.896 INFO STEP 89 (remove_files) COMPLETE
96752026-09-01T23:26:19.320Z[ recovery-image] Sep 01 23:26:17.896 INFO O| Sep 01 23:26:17.896 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96762026-09-01T23:26:19.326Z[ recovery-image] Sep 01 23:26:17.906 INFO O| Sep 01 23:26:17.906 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
96772026-09-01T23:26:19.326Z[ recovery-image] Sep 01 23:26:17.906 INFO O| Sep 01 23:26:17.906 INFO STEP 90 (remove_files) COMPLETE
96782026-09-01T23:26:19.329Z[ recovery-image] Sep 01 23:26:17.906 INFO O| Sep 01 23:26:17.906 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96792026-09-01T23:26:19.336Z[ recovery-image] Sep 01 23:26:17.916 INFO O| Sep 01 23:26:17.916 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96802026-09-01T23:26:19.336Z[ recovery-image] Sep 01 23:26:17.916 INFO O| Sep 01 23:26:17.916 INFO STEP 91 (remove_files) COMPLETE
96812026-09-01T23:26:19.340Z[ recovery-image] Sep 01 23:26:17.916 INFO O| Sep 01 23:26:17.916 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96822026-09-01T23:26:19.347Z[ recovery-image] Sep 01 23:26:17.927 INFO O| Sep 01 23:26:17.927 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
96832026-09-01T23:26:19.347Z[ recovery-image] Sep 01 23:26:17.927 INFO O| Sep 01 23:26:17.927 INFO STEP 92 (remove_files) COMPLETE
96842026-09-01T23:26:19.351Z[ recovery-image] Sep 01 23:26:17.927 INFO O| Sep 01 23:26:17.927 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96852026-09-01T23:26:19.357Z[ recovery-image] Sep 01 23:26:17.937 INFO O| Sep 01 23:26:17.937 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96862026-09-01T23:26:19.357Z[ recovery-image] Sep 01 23:26:17.937 INFO O| Sep 01 23:26:17.937 INFO STEP 93 (remove_files) COMPLETE
96872026-09-01T23:26:19.357Z[ recovery-image] Sep 01 23:26:17.937 INFO O| Sep 01 23:26:17.937 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96882026-09-01T23:26:19.367Z[ recovery-image] Sep 01 23:26:17.947 INFO O| Sep 01 23:26:17.947 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
96892026-09-01T23:26:19.367Z[ recovery-image] Sep 01 23:26:17.947 INFO O| Sep 01 23:26:17.947 INFO STEP 94 (remove_files) COMPLETE
96902026-09-01T23:26:19.367Z[ recovery-image] Sep 01 23:26:17.947 INFO O| Sep 01 23:26:17.947 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96912026-09-01T23:26:19.378Z[ recovery-image] Sep 01 23:26:17.958 INFO O| Sep 01 23:26:17.957 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
96922026-09-01T23:26:19.378Z[ recovery-image] Sep 01 23:26:17.958 INFO O| Sep 01 23:26:17.958 INFO STEP 95 (remove_files) COMPLETE
96932026-09-01T23:26:19.378Z[ recovery-image] Sep 01 23:26:17.958 INFO O| Sep 01 23:26:17.958 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96942026-09-01T23:26:19.389Z[ recovery-image] Sep 01 23:26:17.968 INFO O| Sep 01 23:26:17.968 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
96952026-09-01T23:26:19.389Z[ recovery-image] Sep 01 23:26:17.968 INFO O| Sep 01 23:26:17.968 INFO STEP 96 (remove_files) COMPLETE
96962026-09-01T23:26:19.393Z[ recovery-image] Sep 01 23:26:17.968 INFO O| Sep 01 23:26:17.968 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96972026-09-01T23:26:19.401Z[ recovery-image] Sep 01 23:26:17.980 INFO O| Sep 01 23:26:17.980 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
96982026-09-01T23:26:19.401Z[ recovery-image] Sep 01 23:26:17.980 INFO O| Sep 01 23:26:17.980 INFO STEP 97 (remove_files) COMPLETE
96992026-09-01T23:26:19.405Z[ recovery-image] Sep 01 23:26:17.980 INFO O| Sep 01 23:26:17.980 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97002026-09-01T23:26:19.412Z[ recovery-image] Sep 01 23:26:17.992 INFO O| Sep 01 23:26:17.991 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
97012026-09-01T23:26:19.412Z[ recovery-image] Sep 01 23:26:17.992 INFO O| Sep 01 23:26:17.991 INFO STEP 98 (remove_files) COMPLETE
97022026-09-01T23:26:19.412Z[ recovery-image] Sep 01 23:26:17.992 INFO O| Sep 01 23:26:17.991 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97032026-09-01T23:26:19.424Z[ recovery-image] Sep 01 23:26:18.004 INFO O| Sep 01 23:26:18.003 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
97042026-09-01T23:26:19.424Z[ recovery-image] Sep 01 23:26:18.004 INFO O| Sep 01 23:26:18.003 INFO STEP 99 (remove_files) COMPLETE
97052026-09-01T23:26:19.424Z[ recovery-image] Sep 01 23:26:18.004 INFO O| Sep 01 23:26:18.003 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
97062026-09-01T23:26:19.440Z[ recovery-image] Sep 01 23:26:18.020 INFO O| Sep 01 23:26:18.019 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
97072026-09-01T23:26:19.441Z[ recovery-image] Sep 01 23:26:18.020 INFO O| Sep 01 23:26:18.020 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
97082026-09-01T23:26:20.292Z[verify-libraries] Compiling oso v0.27.3
97092026-09-01T23:26:20.418Z[ host-image] Sep 01 23:26:18.997 INFO O| configuring SMF profile...
97102026-09-01T23:26:20.418Z[ host-image] Sep 01 23:26:18.997 INFO O| modifying shadow(5)...
97112026-09-01T23:26:20.418Z[ host-image] Sep 01 23:26:18.998 INFO O| loading user and group database...
97122026-09-01T23:26:20.418Z[ host-image] Sep 01 23:26:18.998 INFO O| loading facet selections...
97132026-09-01T23:26:20.853Z[ host-image] Sep 01 23:26:19.433 INFO O| devel -> true
97142026-09-01T23:26:20.853Z[ host-image] Sep 01 23:26:19.433 INFO O| doc.man -> true
97152026-09-01T23:26:20.853Z[ host-image] Sep 01 23:26:19.433 INFO O| version-lock.shell/ksh93 -> true
97162026-09-01T23:26:20.856Z[ host-image] Sep 01 23:26:19.433 INFO O| version-lock.system/data/hardware-registry -> true
97172026-09-01T23:26:20.856Z[ host-image] Sep 01 23:26:19.433 INFO O| version-lock.system/data/zoneinfo -> true
97182026-09-01T23:26:20.856Z[ host-image] Sep 01 23:26:19.433 INFO O| version-lock.system/microcode/amd -> true
97192026-09-01T23:26:20.856Z[ host-image] Sep 01 23:26:19.433 INFO O| version-lock.system/microcode/intel -> true
97202026-09-01T23:26:20.857Z[ host-image] Sep 01 23:26:19.433 INFO O| version-lock.system/microcode/oxide -> true
97212026-09-01T23:26:20.857Z[ host-image] Sep 01 23:26:19.433 INFO O| assessing packaged files...
97222026-09-01T23:26:22.818Z[ host-image] Sep 01 23:26:21.398 INFO O| creating archive...
97232026-09-01T23:26:22.841Z[ host-image] Sep 01 23:26:21.421 INFO O| missing from packaging:
97242026-09-01T23:26:22.841Z[ host-image] Sep 01 23:26:21.421 INFO O| "etc/.pwd.lock"
97252026-09-01T23:26:22.841Z[ host-image] Sep 01 23:26:21.421 INFO O| "etc/bash"
97262026-09-01T23:26:22.845Z[ host-image] Sep 01 23:26:21.425 INFO O| "etc/svc/profile/generic.xml"
97272026-09-01T23:26:22.845Z[ host-image] Sep 01 23:26:21.425 INFO O| "etc/svc/profile/inetd_services.xml"
97282026-09-01T23:26:22.848Z[ host-image] Sep 01 23:26:21.425 INFO O| "etc/svc/profile/name_service.xml"
97292026-09-01T23:26:22.848Z[ host-image] Sep 01 23:26:21.425 INFO O| "etc/svc/profile/platform.xml"
97302026-09-01T23:26:22.848Z[ host-image] Sep 01 23:26:21.425 INFO O| "etc/svc/profile/platform_omicron1.xml"
97312026-09-01T23:26:22.849Z[ host-image] Sep 01 23:26:21.425 INFO O| "etc/svc/repository.db"
97322026-09-01T23:26:22.852Z[ host-image] Sep 01 23:26:21.432 INFO O| "opt/ooce/share"
97332026-09-01T23:26:22.852Z[ host-image] Sep 01 23:26:21.432 INFO O| "opt/ooce/share/man"
97342026-09-01T23:26:22.852Z[ host-image] Sep 01 23:26:21.432 INFO O| "opt/ooce/share/man/man1"
97352026-09-01T23:26:22.861Z[ host-image] Sep 01 23:26:21.441 INFO O| finishing archive...
97362026-09-01T23:26:24.107Z[ recovery-image] Sep 01 23:26:22.687 INFO O| Sep 01 23:26:22.687 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
97372026-09-01T23:26:24.107Z[ recovery-image] Sep 01 23:26:22.687 INFO O| Sep 01 23:26:22.687 INFO E| svccfg: Loaded 69 smf(7) service descriptions
97382026-09-01T23:26:24.121Z[ recovery-image] Sep 01 23:26:22.701 INFO O| Sep 01 23:26:22.701 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
97392026-09-01T23:26:24.229Z[ recovery-image] Sep 01 23:26:22.800 INFO O| Sep 01 23:26:22.800 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "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"}
97402026-09-01T23:26:24.278Z[ recovery-image] Sep 01 23:26:22.858 INFO O| Sep 01 23:26:22.857 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
97412026-09-01T23:26:24.342Z[ recovery-image] Sep 01 23:26:22.922 INFO O| Sep 01 23:26:22.922 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
97422026-09-01T23:26:24.342Z[ recovery-image] Sep 01 23:26:22.922 INFO O| Sep 01 23:26:22.922 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 ...
97432026-09-01T23:26:24.346Z[ recovery-image] Sep 01 23:26:22.924 INFO O| Sep 01 23:26:22.923 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
97442026-09-01T23:26:24.346Z[ recovery-image] Sep 01 23:26:22.924 INFO O| Sep 01 23:26:22.924 INFO ok!
97452026-09-01T23:26:24.350Z[ recovery-image] Sep 01 23:26:22.924 INFO O| Sep 01 23:26:22.924 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
97462026-09-01T23:26:24.350Z[ recovery-image] Sep 01 23:26:22.924 INFO O| Sep 01 23:26:22.924 INFO STEP 100 (seed_smf) COMPLETE
97472026-09-01T23:26:24.350Z[ recovery-image] Sep 01 23:26:22.924 INFO O| Sep 01 23:26:22.924 INFO steps complete; finalising image!
97482026-09-01T23:26:24.350Z[ recovery-image] Sep 01 23:26:22.924 INFO O| Sep 01 23:26:22.924 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
97492026-09-01T23:26:24.400Z[ recovery-image] Sep 01 23:26:22.980 INFO O| Sep 01 23:26:22.980 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Tue Sep 1 23:26:22 2026)
97502026-09-01T23:26:24.608Z[ recovery-image] Sep 01 23:26:23.186 INFO O| Sep 01 23:26:23.186 INFO trim TEMPORARY-sled-zfs-recovery: (73% trimmed, started at Tue Sep 1 23:26:22 2026)
97512026-09-01T23:26:24.813Z[ recovery-image] Sep 01 23:26:23.393 INFO O| Sep 01 23:26:23.393 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Tue Sep 1 23:26:22 2026)
97522026-09-01T23:26:25.018Z[ recovery-image] Sep 01 23:26:23.598 INFO O| Sep 01 23:26:23.598 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Tue Sep 1 23:26:22 2026)
97532026-09-01T23:26:25.224Z[ recovery-image] Sep 01 23:26:23.804 INFO O| Sep 01 23:26:23.804 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Tue Sep 1 23:26:22 2026)
97542026-09-01T23:26:25.429Z[ recovery-image] Sep 01 23:26:24.009 INFO O| Sep 01 23:26:24.009 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Tue Sep 1 23:26:22 2026)
97552026-09-01T23:26:25.586Z[ host-image] Sep 01 23:26:24.166 INFO O| creating gzonly manifest...
97562026-09-01T23:26:25.592Z[ host-image] Sep 01 23:26:24.172 INFO O| ok
97572026-09-01T23:26:25.636Z[ recovery-image] Sep 01 23:26:24.216 INFO O| Sep 01 23:26:24.216 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Tue Sep 1 23:26:22 2026)
97582026-09-01T23:26:25.719Z[ host-image] Sep 01 23:26:24.299 INFO image builder template: ramdisk-02-trim...
97592026-09-01T23:26:25.719Z[ host-image] Sep 01 23:26:24.299 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/.tmpLVXgGk/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", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
97602026-09-01T23:26:25.741Z[ host-image] Sep 01 23:26:24.321 INFO O| Sep 01 23:26:24.321 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97612026-09-01T23:26:25.744Z[ host-image] Sep 01 23:26:24.324 INFO O| Sep 01 23:26:24.324 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97622026-09-01T23:26:25.844Z[ recovery-image] Sep 01 23:26:24.424 INFO O| Sep 01 23:26:24.424 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Tue Sep 1 23:26:22 2026)
97632026-09-01T23:26:26.050Z[ recovery-image] Sep 01 23:26:24.630 INFO O| Sep 01 23:26:24.630 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Tue Sep 1 23:26:22 2026)
97642026-09-01T23:26:26.257Z[ recovery-image] Sep 01 23:26:24.837 INFO O| Sep 01 23:26:24.837 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Tue Sep 1 23:26:22 2026)
97652026-09-01T23:26:26.505Z[ recovery-image] Sep 01 23:26:25.085 INFO O| Sep 01 23:26:25.078 INFO temporary pool has 463M used, 1.30G avail, 1.00x compressratio
97662026-09-01T23:26:26.505Z[ recovery-image] Sep 01 23:26:25.085 INFO O| Sep 01 23:26:25.078 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
97672026-09-01T23:26:26.596Z[ host-image] Sep 01 23:26:25.176 INFO O| Sep 01 23:26:25.176 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
97682026-09-01T23:26:27.012Z[ recovery-image] Sep 01 23:26:25.592 INFO O| Sep 01 23:26:25.578 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
97692026-09-01T23:26:27.012Z[ recovery-image] Sep 01 23:26:25.592 INFO O| Sep 01 23:26:25.578 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
97702026-09-01T23:26:27.048Z[ host-image] Sep 01 23:26:25.628 INFO O| Sep 01 23:26:25.628 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
97712026-09-01T23:26:27.048Z[ host-image] Sep 01 23:26:25.628 INFO O| Sep 01 23:26:25.628 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
97722026-09-01T23:26:27.054Z[ host-image] Sep 01 23:26:25.634 INFO O| Sep 01 23:26:25.634 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97732026-09-01T23:26:27.063Z[ host-image] Sep 01 23:26:25.638 INFO O| Sep 01 23:26:25.638 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
97742026-09-01T23:26:27.066Z[ host-image] Sep 01 23:26:25.645 INFO O| Sep 01 23:26:25.645 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
97752026-09-01T23:26:27.316Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
97762026-09-01T23:26:27.505Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
97772026-09-01T23:26:29.424Z[ recovery-image] Sep 01 23:26:28.003 INFO O| Sep 01 23:26:28.003 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97782026-09-01T23:26:29.424Z[ recovery-image] Sep 01 23:26:28.003 INFO O| Sep 01 23:26:28.003 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97792026-09-01T23:26:29.428Z[ recovery-image] Sep 01 23:26:28.003 INFO O| Sep 01 23:26:28.003 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97802026-09-01T23:26:29.428Z[ recovery-image] Sep 01 23:26:28.003 INFO O| Sep 01 23:26:28.003 INFO completed processing sled/zfs-recovery
97812026-09-01T23:26:29.428Z[ recovery-image] Sep 01 23:26:28.003 INFO O| Sep 01 23:26:28.003 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
97822026-09-01T23:26:30.592Z[ host-image] Sep 01 23:26:29.172 INFO O| Sep 01 23:26:29.172 INFO rolled back to input snapshot; work may begin
97832026-09-01T23:26:30.592Z[ host-image] Sep 01 23:26:29.172 INFO O| Sep 01 23:26:29.172 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
97842026-09-01T23:26:30.597Z[ host-image] Sep 01 23:26:29.177 INFO O| Sep 01 23:26:29.177 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97852026-09-01T23:26:30.607Z[ host-image] Sep 01 23:26:29.187 INFO O| Sep 01 23:26:29.187 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
97862026-09-01T23:26:30.666Z[ host-image] Sep 01 23:26:29.240 INFO O| Sep 01 23:26:29.240 INFO STEP 0 (remove_files) COMPLETE
97872026-09-01T23:26:30.666Z[ host-image] Sep 01 23:26:29.240 INFO O| Sep 01 23:26:29.240 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97882026-09-01T23:26:30.673Z[ host-image] Sep 01 23:26:29.252 INFO O| Sep 01 23:26:29.252 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
97892026-09-01T23:26:30.676Z[ host-image] Sep 01 23:26:29.253 INFO O| Sep 01 23:26:29.253 INFO STEP 1 (remove_files) COMPLETE
97902026-09-01T23:26:30.676Z[ host-image] Sep 01 23:26:29.253 INFO O| Sep 01 23:26:29.253 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97912026-09-01T23:26:30.686Z[ host-image] Sep 01 23:26:29.266 INFO O| Sep 01 23:26:29.266 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
97922026-09-01T23:26:30.701Z[ host-image] Sep 01 23:26:29.281 INFO O| Sep 01 23:26:29.281 INFO STEP 2 (remove_files) COMPLETE
97932026-09-01T23:26:30.701Z[ host-image] Sep 01 23:26:29.281 INFO O| Sep 01 23:26:29.281 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97942026-09-01T23:26:30.711Z[ host-image] Sep 01 23:26:29.291 INFO O| Sep 01 23:26:29.291 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
97952026-09-01T23:26:30.714Z[ host-image] Sep 01 23:26:29.292 INFO O| Sep 01 23:26:29.292 INFO STEP 3 (remove_files) COMPLETE
97962026-09-01T23:26:30.714Z[ host-image] Sep 01 23:26:29.292 INFO O| Sep 01 23:26:29.292 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97972026-09-01T23:26:30.722Z[ host-image] Sep 01 23:26:29.302 INFO O| Sep 01 23:26:29.302 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
97982026-09-01T23:26:30.725Z[ host-image] Sep 01 23:26:29.305 INFO O| Sep 01 23:26:29.305 INFO STEP 4 (remove_files) COMPLETE
97992026-09-01T23:26:30.725Z[ host-image] Sep 01 23:26:29.305 INFO O| Sep 01 23:26:29.305 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98002026-09-01T23:26:30.735Z[ host-image] Sep 01 23:26:29.315 INFO O| Sep 01 23:26:29.315 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
98012026-09-01T23:26:30.738Z[ host-image] Sep 01 23:26:29.317 INFO O| Sep 01 23:26:29.317 INFO STEP 5 (remove_files) COMPLETE
98022026-09-01T23:26:30.738Z[ host-image] Sep 01 23:26:29.317 INFO O| Sep 01 23:26:29.317 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98032026-09-01T23:26:30.747Z[ host-image] Sep 01 23:26:29.327 INFO O| Sep 01 23:26:29.327 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
98042026-09-01T23:26:30.757Z[ host-image] Sep 01 23:26:29.337 INFO O| Sep 01 23:26:29.337 INFO STEP 6 (remove_files) COMPLETE
98052026-09-01T23:26:30.757Z[ host-image] Sep 01 23:26:29.337 INFO O| Sep 01 23:26:29.337 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98062026-09-01T23:26:30.760Z[ host-image] Sep 01 23:26:29.337 INFO O| Sep 01 23:26:29.337 INFO skip step because feature "heliosv2" is not enabled
98072026-09-01T23:26:30.760Z[ host-image] Sep 01 23:26:29.337 INFO O| Sep 01 23:26:29.337 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98082026-09-01T23:26:30.767Z[ recovery-image] Sep 01 23:26:29.347 INFO O| Sep 01 23:26:29.347 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
98092026-09-01T23:26:30.770Z[ host-image] Sep 01 23:26:29.348 INFO O| Sep 01 23:26:29.348 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
98102026-09-01T23:26:30.780Z[ host-image] Sep 01 23:26:29.360 INFO O| Sep 01 23:26:29.360 INFO STEP 8 (remove_files) COMPLETE
98112026-09-01T23:26:30.780Z[ host-image] Sep 01 23:26:29.360 INFO O| Sep 01 23:26:29.360 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98122026-09-01T23:26:30.793Z[ host-image] Sep 01 23:26:29.372 INFO O| Sep 01 23:26:29.372 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
98132026-09-01T23:26:30.881Z[ host-image] Sep 01 23:26:29.461 INFO O| Sep 01 23:26:29.461 INFO STEP 9 (remove_files) COMPLETE
98142026-09-01T23:26:30.881Z[ host-image] Sep 01 23:26:29.461 INFO O| Sep 01 23:26:29.461 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98152026-09-01T23:26:30.894Z[ host-image] Sep 01 23:26:29.474 INFO O| Sep 01 23:26:29.474 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
98162026-09-01T23:26:30.967Z[ host-image] Sep 01 23:26:29.547 INFO O| Sep 01 23:26:29.546 INFO STEP 10 (remove_files) COMPLETE
98172026-09-01T23:26:30.967Z[ host-image] Sep 01 23:26:29.547 INFO O| Sep 01 23:26:29.546 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98182026-09-01T23:26:30.980Z[ host-image] Sep 01 23:26:29.559 INFO O| Sep 01 23:26:29.559 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
98192026-09-01T23:26:30.984Z[ host-image] Sep 01 23:26:29.561 INFO O| Sep 01 23:26:29.561 INFO STEP 11 (remove_files) COMPLETE
98202026-09-01T23:26:30.984Z[ host-image] Sep 01 23:26:29.561 INFO O| Sep 01 23:26:29.561 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98212026-09-01T23:26:31.004Z[ host-image] Sep 01 23:26:29.584 INFO O| Sep 01 23:26:29.584 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
98222026-09-01T23:26:31.007Z[ host-image] Sep 01 23:26:29.585 INFO O| Sep 01 23:26:29.585 INFO STEP 12 (remove_files) COMPLETE
98232026-09-01T23:26:31.007Z[ host-image] Sep 01 23:26:29.585 INFO O| Sep 01 23:26:29.585 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98242026-09-01T23:26:31.015Z[ host-image] Sep 01 23:26:29.596 INFO O| Sep 01 23:26:29.596 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
98252026-09-01T23:26:31.019Z[ host-image] Sep 01 23:26:29.597 INFO O| Sep 01 23:26:29.597 INFO STEP 13 (remove_files) COMPLETE
98262026-09-01T23:26:31.019Z[ host-image] Sep 01 23:26:29.597 INFO O| Sep 01 23:26:29.597 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98272026-09-01T23:26:31.039Z[ recovery-image] Sep 01 23:26:29.619 INFO BUILD STRING "heads/stlouis-0-ge4ecc42868\n"
98282026-09-01T23:26:31.039Z[ recovery-image] Sep 01 23:26:29.619 INFO expanded image name: "recovery 9032079/${os_short_commit} 2026-09-01 23:11" -> "recovery 9032079/e4ecc42 2026-09-01 23:11"
98292026-09-01T23:26:31.039Z[ recovery-image] Sep 01 23:26:29.619 INFO output artefacts stored in: "/work/os-recovery"
98302026-09-01T23:26:31.042Z[ recovery-image] Sep 01 23:26:29.619 INFO collecting git info from project "bootserver"...
98312026-09-01T23:26:31.045Z[ host-image] Sep 01 23:26:29.623 INFO O| Sep 01 23:26:29.623 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
98322026-09-01T23:26:31.045Z[ host-image] Sep 01 23:26:29.623 INFO O| Sep 01 23:26:29.623 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
98332026-09-01T23:26:31.046Z[ host-image] Sep 01 23:26:29.623 INFO O| Sep 01 23:26:29.623 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
98342026-09-01T23:26:31.046Z[ host-image] Sep 01 23:26:29.623 INFO O| Sep 01 23:26:29.623 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
98352026-09-01T23:26:31.046Z[ host-image] Sep 01 23:26:29.623 INFO O| Sep 01 23:26:29.623 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
98362026-09-01T23:26:31.046Z[ host-image] Sep 01 23:26:29.623 INFO O| Sep 01 23:26:29.623 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
98372026-09-01T23:26:31.046Z[ host-image] Sep 01 23:26:29.623 INFO O| Sep 01 23:26:29.623 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
98382026-09-01T23:26:31.046Z[ host-image] Sep 01 23:26:29.624 INFO O| Sep 01 23:26:29.624 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
98392026-09-01T23:26:31.046Z[ host-image] Sep 01 23:26:29.624 INFO O| Sep 01 23:26:29.624 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
98402026-09-01T23:26:31.046Z[ host-image] Sep 01 23:26:29.624 INFO O| Sep 01 23:26:29.624 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
98412026-09-01T23:26:31.046Z[ host-image] Sep 01 23:26:29.624 INFO O| Sep 01 23:26:29.624 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
98422026-09-01T23:26:31.046Z[ host-image] Sep 01 23:26:29.624 INFO O| Sep 01 23:26:29.624 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
98432026-09-01T23:26:31.046Z[ host-image] Sep 01 23:26:29.624 INFO O| Sep 01 23:26:29.624 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
98442026-09-01T23:26:31.046Z[ host-image] Sep 01 23:26:29.624 INFO O| Sep 01 23:26:29.624 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
98452026-09-01T23:26:31.046Z[ host-image] Sep 01 23:26:29.624 INFO O| Sep 01 23:26:29.624 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
98462026-09-01T23:26:31.046Z[ host-image] Sep 01 23:26:29.624 INFO O| Sep 01 23:26:29.624 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
98472026-09-01T23:26:31.046Z[ host-image] Sep 01 23:26:29.625 INFO O| Sep 01 23:26:29.625 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
98482026-09-01T23:26:31.046Z[ host-image] Sep 01 23:26:29.625 INFO O| Sep 01 23:26:29.625 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
98492026-09-01T23:26:31.049Z[ recovery-image] Sep 01 23:26:29.627 INFO collecting git info from project "phbl"...
98502026-09-01T23:26:31.054Z[ recovery-image] Sep 01 23:26:29.635 INFO collecting git info from project "chelsio-t6-roms"...
98512026-09-01T23:26:31.072Z[ recovery-image] Sep 01 23:26:29.652 INFO collecting git info from project "pilot"...
98522026-09-01T23:26:31.082Z[ recovery-image] Sep 01 23:26:29.662 INFO collecting git info from project "amd-host-image-builder"...
98532026-09-01T23:26:31.125Z[ recovery-image] Sep 01 23:26:29.705 INFO collecting git info from project "dmar-report"...
98542026-09-01T23:26:31.139Z[ recovery-image] Sep 01 23:26:29.717 INFO collecting git info from project "amd-firmware"...
98552026-09-01T23:26:31.301Z[ host-image] Sep 01 23:26:29.881 INFO O| Sep 01 23:26:29.880 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
98562026-09-01T23:26:31.308Z[ host-image] Sep 01 23:26:29.884 INFO O| Sep 01 23:26:29.884 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
98572026-09-01T23:26:31.335Z[ host-image] Sep 01 23:26:29.915 INFO O| Sep 01 23:26:29.915 INFO STEP 14 (remove_files) COMPLETE
98582026-09-01T23:26:31.335Z[ host-image] Sep 01 23:26:29.915 INFO O| Sep 01 23:26:29.915 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98592026-09-01T23:26:31.346Z[ host-image] Sep 01 23:26:29.926 INFO O| Sep 01 23:26:29.926 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
98602026-09-01T23:26:31.350Z[ host-image] Sep 01 23:26:29.927 INFO O| Sep 01 23:26:29.927 INFO STEP 15 (remove_files) COMPLETE
98612026-09-01T23:26:31.350Z[ host-image] Sep 01 23:26:29.927 INFO O| Sep 01 23:26:29.927 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98622026-09-01T23:26:31.358Z[ host-image] Sep 01 23:26:29.939 INFO O| Sep 01 23:26:29.938 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
98632026-09-01T23:26:31.368Z[ host-image] Sep 01 23:26:29.944 INFO O| Sep 01 23:26:29.944 INFO STEP 16 (remove_files) COMPLETE
98642026-09-01T23:26:31.368Z[ host-image] Sep 01 23:26:29.944 INFO O| Sep 01 23:26:29.944 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98652026-09-01T23:26:31.411Z[ host-image] Sep 01 23:26:29.984 INFO O| Sep 01 23:26:29.984 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
98662026-09-01T23:26:31.411Z[ host-image] Sep 01 23:26:29.984 INFO O| Sep 01 23:26:29.984 INFO STEP 17 (remove_files) COMPLETE
98672026-09-01T23:26:31.411Z[ host-image] Sep 01 23:26:29.984 INFO O| Sep 01 23:26:29.984 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98682026-09-01T23:26:31.426Z[ host-image] Sep 01 23:26:29.994 INFO O| Sep 01 23:26:29.994 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
98692026-09-01T23:26:31.426Z[ host-image] Sep 01 23:26:29.995 INFO O| Sep 01 23:26:29.995 INFO STEP 18 (remove_files) COMPLETE
98702026-09-01T23:26:31.426Z[ host-image] Sep 01 23:26:29.995 INFO O| Sep 01 23:26:29.995 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98712026-09-01T23:26:31.426Z[ host-image] Sep 01 23:26:30.004 INFO O| Sep 01 23:26:30.004 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
98722026-09-01T23:26:31.426Z[ host-image] Sep 01 23:26:30.005 INFO O| Sep 01 23:26:30.005 INFO STEP 19 (remove_files) COMPLETE
98732026-09-01T23:26:31.426Z[ host-image] Sep 01 23:26:30.005 INFO O| Sep 01 23:26:30.005 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98742026-09-01T23:26:31.434Z[ host-image] Sep 01 23:26:30.014 INFO O| Sep 01 23:26:30.014 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
98752026-09-01T23:26:31.434Z[ host-image] Sep 01 23:26:30.014 INFO O| Sep 01 23:26:30.014 INFO STEP 20 (remove_files) COMPLETE
98762026-09-01T23:26:31.434Z[ host-image] Sep 01 23:26:30.014 INFO O| Sep 01 23:26:30.014 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98772026-09-01T23:26:31.444Z[ host-image] Sep 01 23:26:30.024 INFO O| Sep 01 23:26:30.024 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
98782026-09-01T23:26:31.444Z[ host-image] Sep 01 23:26:30.024 INFO O| Sep 01 23:26:30.024 INFO STEP 21 (remove_files) COMPLETE
98792026-09-01T23:26:31.447Z[ host-image] Sep 01 23:26:30.024 INFO O| Sep 01 23:26:30.024 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98802026-09-01T23:26:31.453Z[ host-image] Sep 01 23:26:30.034 INFO O| Sep 01 23:26:30.034 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
98812026-09-01T23:26:31.454Z[ host-image] Sep 01 23:26:30.034 INFO O| Sep 01 23:26:30.034 INFO STEP 22 (remove_files) COMPLETE
98822026-09-01T23:26:31.457Z[ host-image] Sep 01 23:26:30.034 INFO O| Sep 01 23:26:30.034 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98832026-09-01T23:26:31.471Z[ host-image] Sep 01 23:26:30.050 INFO O| Sep 01 23:26:30.050 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
98842026-09-01T23:26:31.471Z[ host-image] Sep 01 23:26:30.050 INFO O| Sep 01 23:26:30.050 INFO STEP 23 (remove_files) COMPLETE
98852026-09-01T23:26:31.471Z[ host-image] Sep 01 23:26:30.050 INFO O| Sep 01 23:26:30.050 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98862026-09-01T23:26:31.481Z[ host-image] Sep 01 23:26:30.061 INFO O| Sep 01 23:26:30.061 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
98872026-09-01T23:26:31.481Z[ host-image] Sep 01 23:26:30.061 INFO O| Sep 01 23:26:30.061 INFO STEP 24 (remove_files) COMPLETE
98882026-09-01T23:26:31.481Z[ host-image] Sep 01 23:26:30.061 INFO O| Sep 01 23:26:30.061 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98892026-09-01T23:26:31.536Z[ host-image] Sep 01 23:26:30.113 INFO O| Sep 01 23:26:30.113 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
98902026-09-01T23:26:31.536Z[ host-image] Sep 01 23:26:30.113 INFO O| Sep 01 23:26:30.113 INFO STEP 25 (remove_files) COMPLETE
98912026-09-01T23:26:31.536Z[ host-image] Sep 01 23:26:30.113 INFO O| Sep 01 23:26:30.113 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98922026-09-01T23:26:31.543Z[ host-image] Sep 01 23:26:30.123 INFO O| Sep 01 23:26:30.123 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
98932026-09-01T23:26:31.543Z[ host-image] Sep 01 23:26:30.123 INFO O| Sep 01 23:26:30.123 INFO STEP 26 (remove_files) COMPLETE
98942026-09-01T23:26:31.543Z[ host-image] Sep 01 23:26:30.123 INFO O| Sep 01 23:26:30.123 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98952026-09-01T23:26:31.547Z[ recovery-image] Sep 01 23:26:30.126 INFO collecting git info from project "image-builder"...
98962026-09-01T23:26:31.554Z[ recovery-image] Sep 01 23:26:30.134 INFO collecting git info from project "pinprick"...
98972026-09-01T23:26:31.557Z[ host-image] Sep 01 23:26:30.135 INFO O| Sep 01 23:26:30.134 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
98982026-09-01T23:26:31.557Z[ host-image] Sep 01 23:26:30.135 INFO O| Sep 01 23:26:30.135 INFO STEP 27 (remove_files) COMPLETE
98992026-09-01T23:26:31.557Z[ host-image] Sep 01 23:26:30.135 INFO O| Sep 01 23:26:30.135 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99002026-09-01T23:26:31.561Z[ recovery-image] Sep 01 23:26:30.140 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99012026-09-01T23:26:31.566Z[ host-image] Sep 01 23:26:30.146 INFO O| Sep 01 23:26:30.146 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
99022026-09-01T23:26:31.566Z[ host-image] Sep 01 23:26:30.146 INFO O| Sep 01 23:26:30.146 INFO STEP 28 (remove_files) COMPLETE
99032026-09-01T23:26:31.571Z[ host-image] Sep 01 23:26:30.146 INFO O| Sep 01 23:26:30.146 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99042026-09-01T23:26:31.576Z[ host-image] Sep 01 23:26:30.156 INFO O| Sep 01 23:26:30.156 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
99052026-09-01T23:26:31.576Z[ host-image] Sep 01 23:26:30.156 INFO O| Sep 01 23:26:30.156 INFO STEP 29 (remove_files) COMPLETE
99062026-09-01T23:26:31.580Z[ host-image] Sep 01 23:26:30.156 INFO O| Sep 01 23:26:30.156 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99072026-09-01T23:26:31.586Z[ host-image] Sep 01 23:26:30.166 INFO O| Sep 01 23:26:30.166 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
99082026-09-01T23:26:31.586Z[ host-image] Sep 01 23:26:30.166 INFO O| Sep 01 23:26:30.166 INFO STEP 30 (remove_files) COMPLETE
99092026-09-01T23:26:31.586Z[ host-image] Sep 01 23:26:30.166 INFO O| Sep 01 23:26:30.166 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99102026-09-01T23:26:31.597Z[ host-image] Sep 01 23:26:30.177 INFO O| Sep 01 23:26:30.177 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
99112026-09-01T23:26:31.597Z[ host-image] Sep 01 23:26:30.177 INFO O| Sep 01 23:26:30.177 INFO STEP 31 (remove_files) COMPLETE
99122026-09-01T23:26:31.606Z[ host-image] Sep 01 23:26:30.177 INFO O| Sep 01 23:26:30.177 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99132026-09-01T23:26:31.610Z[ host-image] Sep 01 23:26:30.187 INFO O| Sep 01 23:26:30.187 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
99142026-09-01T23:26:31.610Z[ host-image] Sep 01 23:26:30.187 INFO O| Sep 01 23:26:30.187 INFO STEP 32 (remove_files) COMPLETE
99152026-09-01T23:26:31.610Z[ host-image] Sep 01 23:26:30.187 INFO O| Sep 01 23:26:30.187 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99162026-09-01T23:26:31.618Z[ host-image] Sep 01 23:26:30.196 INFO O| Sep 01 23:26:30.196 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
99172026-09-01T23:26:31.618Z[ host-image] Sep 01 23:26:30.196 INFO O| Sep 01 23:26:30.196 INFO STEP 33 (remove_files) COMPLETE
99182026-09-01T23:26:31.622Z[ host-image] Sep 01 23:26:30.196 INFO O| Sep 01 23:26:30.196 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99192026-09-01T23:26:31.627Z[ host-image] Sep 01 23:26:30.206 INFO O| Sep 01 23:26:30.206 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
99202026-09-01T23:26:31.627Z[ host-image] Sep 01 23:26:30.207 INFO O| Sep 01 23:26:30.207 INFO STEP 34 (remove_files) COMPLETE
99212026-09-01T23:26:31.627Z[ host-image] Sep 01 23:26:30.207 INFO O| Sep 01 23:26:30.207 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99222026-09-01T23:26:31.637Z[ host-image] Sep 01 23:26:30.217 INFO O| Sep 01 23:26:30.217 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
99232026-09-01T23:26:31.637Z[ host-image] Sep 01 23:26:30.217 INFO O| Sep 01 23:26:30.217 INFO STEP 35 (remove_files) COMPLETE
99242026-09-01T23:26:31.637Z[ host-image] Sep 01 23:26:30.217 INFO O| Sep 01 23:26:30.217 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99252026-09-01T23:26:31.647Z[ host-image] Sep 01 23:26:30.226 INFO O| Sep 01 23:26:30.226 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
99262026-09-01T23:26:31.647Z[ host-image] Sep 01 23:26:30.226 INFO O| Sep 01 23:26:30.226 INFO STEP 36 (remove_files) COMPLETE
99272026-09-01T23:26:31.647Z[ host-image] Sep 01 23:26:30.226 INFO O| Sep 01 23:26:30.226 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99282026-09-01T23:26:31.657Z[ host-image] Sep 01 23:26:30.236 INFO O| Sep 01 23:26:30.236 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
99292026-09-01T23:26:31.657Z[ host-image] Sep 01 23:26:30.236 INFO O| Sep 01 23:26:30.236 INFO STEP 37 (remove_files) COMPLETE
99302026-09-01T23:26:31.661Z[ host-image] Sep 01 23:26:30.236 INFO O| Sep 01 23:26:30.236 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99312026-09-01T23:26:31.666Z[ host-image] Sep 01 23:26:30.246 INFO O| Sep 01 23:26:30.246 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
99322026-09-01T23:26:31.666Z[ host-image] Sep 01 23:26:30.246 INFO O| Sep 01 23:26:30.246 INFO STEP 38 (remove_files) COMPLETE
99332026-09-01T23:26:31.670Z[ host-image] Sep 01 23:26:30.246 INFO O| Sep 01 23:26:30.246 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99342026-09-01T23:26:31.676Z[ host-image] Sep 01 23:26:30.256 INFO O| Sep 01 23:26:30.256 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
99352026-09-01T23:26:31.676Z[ host-image] Sep 01 23:26:30.256 INFO O| Sep 01 23:26:30.256 INFO STEP 39 (remove_files) COMPLETE
99362026-09-01T23:26:31.680Z[ host-image] Sep 01 23:26:30.256 INFO O| Sep 01 23:26:30.256 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99372026-09-01T23:26:31.686Z[ host-image] Sep 01 23:26:30.265 INFO O| Sep 01 23:26:30.265 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
99382026-09-01T23:26:31.686Z[ host-image] Sep 01 23:26:30.266 INFO O| Sep 01 23:26:30.266 INFO STEP 40 (remove_files) COMPLETE
99392026-09-01T23:26:31.691Z[ host-image] Sep 01 23:26:30.266 INFO O| Sep 01 23:26:30.266 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99402026-09-01T23:26:31.695Z[ host-image] Sep 01 23:26:30.275 INFO O| Sep 01 23:26:30.275 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
99412026-09-01T23:26:31.696Z[ host-image] Sep 01 23:26:30.275 INFO O| Sep 01 23:26:30.275 INFO STEP 41 (remove_files) COMPLETE
99422026-09-01T23:26:31.696Z[ host-image] Sep 01 23:26:30.275 INFO O| Sep 01 23:26:30.275 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99432026-09-01T23:26:31.705Z[ host-image] Sep 01 23:26:30.284 INFO O| Sep 01 23:26:30.284 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
99442026-09-01T23:26:31.705Z[ host-image] Sep 01 23:26:30.284 INFO O| Sep 01 23:26:30.284 INFO STEP 42 (remove_files) COMPLETE
99452026-09-01T23:26:31.709Z[ host-image] Sep 01 23:26:30.284 INFO O| Sep 01 23:26:30.284 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99462026-09-01T23:26:31.714Z[ host-image] Sep 01 23:26:30.294 INFO O| Sep 01 23:26:30.294 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
99472026-09-01T23:26:31.714Z[ host-image] Sep 01 23:26:30.294 INFO O| Sep 01 23:26:30.294 INFO STEP 43 (remove_files) COMPLETE
99482026-09-01T23:26:31.714Z[ host-image] Sep 01 23:26:30.294 INFO O| Sep 01 23:26:30.294 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99492026-09-01T23:26:31.724Z[ host-image] Sep 01 23:26:30.304 INFO O| Sep 01 23:26:30.304 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
99502026-09-01T23:26:31.724Z[ host-image] Sep 01 23:26:30.304 INFO O| Sep 01 23:26:30.304 INFO STEP 44 (remove_files) COMPLETE
99512026-09-01T23:26:31.724Z[ host-image] Sep 01 23:26:30.304 INFO O| Sep 01 23:26:30.304 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99522026-09-01T23:26:31.735Z[ host-image] Sep 01 23:26:30.315 INFO O| Sep 01 23:26:30.315 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
99532026-09-01T23:26:31.735Z[ host-image] Sep 01 23:26:30.315 INFO O| Sep 01 23:26:30.315 INFO STEP 45 (remove_files) COMPLETE
99542026-09-01T23:26:31.735Z[ host-image] Sep 01 23:26:30.315 INFO O| Sep 01 23:26:30.315 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99552026-09-01T23:26:31.746Z[ host-image] Sep 01 23:26:30.326 INFO O| Sep 01 23:26:30.326 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
99562026-09-01T23:26:31.746Z[ host-image] Sep 01 23:26:30.326 INFO O| Sep 01 23:26:30.326 INFO STEP 46 (remove_files) COMPLETE
99572026-09-01T23:26:31.747Z[ host-image] Sep 01 23:26:30.326 INFO O| Sep 01 23:26:30.326 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99582026-09-01T23:26:31.757Z[ host-image] Sep 01 23:26:30.337 INFO O| Sep 01 23:26:30.337 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
99592026-09-01T23:26:31.757Z[ host-image] Sep 01 23:26:30.337 INFO O| Sep 01 23:26:30.337 INFO STEP 47 (remove_files) COMPLETE
99602026-09-01T23:26:31.757Z[ host-image] Sep 01 23:26:30.337 INFO O| Sep 01 23:26:30.337 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99612026-09-01T23:26:31.768Z[ host-image] Sep 01 23:26:30.348 INFO O| Sep 01 23:26:30.348 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
99622026-09-01T23:26:31.768Z[ host-image] Sep 01 23:26:30.348 INFO O| Sep 01 23:26:30.348 INFO STEP 48 (remove_files) COMPLETE
99632026-09-01T23:26:31.768Z[ host-image] Sep 01 23:26:30.348 INFO O| Sep 01 23:26:30.348 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99642026-09-01T23:26:31.780Z[ host-image] Sep 01 23:26:30.360 INFO O| Sep 01 23:26:30.360 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
99652026-09-01T23:26:31.780Z[ host-image] Sep 01 23:26:30.360 INFO O| Sep 01 23:26:30.360 INFO STEP 49 (remove_files) COMPLETE
99662026-09-01T23:26:31.783Z[ host-image] Sep 01 23:26:30.360 INFO O| Sep 01 23:26:30.360 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99672026-09-01T23:26:31.792Z[ host-image] Sep 01 23:26:30.372 INFO O| Sep 01 23:26:30.372 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
99682026-09-01T23:26:31.792Z[ host-image] Sep 01 23:26:30.372 INFO O| Sep 01 23:26:30.372 INFO STEP 50 (remove_files) COMPLETE
99692026-09-01T23:26:31.792Z[ host-image] Sep 01 23:26:30.372 INFO O| Sep 01 23:26:30.372 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99702026-09-01T23:26:31.804Z[ host-image] Sep 01 23:26:30.384 INFO O| Sep 01 23:26:30.383 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
99712026-09-01T23:26:31.804Z[ host-image] Sep 01 23:26:30.384 INFO O| Sep 01 23:26:30.384 INFO STEP 51 (remove_files) COMPLETE
99722026-09-01T23:26:31.804Z[ host-image] Sep 01 23:26:30.384 INFO O| Sep 01 23:26:30.384 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99732026-09-01T23:26:31.815Z[ host-image] Sep 01 23:26:30.395 INFO O| Sep 01 23:26:30.395 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
99742026-09-01T23:26:31.815Z[ host-image] Sep 01 23:26:30.395 INFO O| Sep 01 23:26:30.395 INFO STEP 52 (remove_files) COMPLETE
99752026-09-01T23:26:31.815Z[ host-image] Sep 01 23:26:30.395 INFO O| Sep 01 23:26:30.395 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99762026-09-01T23:26:31.826Z[ host-image] Sep 01 23:26:30.406 INFO O| Sep 01 23:26:30.406 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
99772026-09-01T23:26:31.826Z[ host-image] Sep 01 23:26:30.406 INFO O| Sep 01 23:26:30.406 INFO STEP 53 (remove_files) COMPLETE
99782026-09-01T23:26:31.826Z[ host-image] Sep 01 23:26:30.406 INFO O| Sep 01 23:26:30.406 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99792026-09-01T23:26:31.836Z[ host-image] Sep 01 23:26:30.416 INFO O| Sep 01 23:26:30.416 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
99802026-09-01T23:26:31.836Z[ host-image] Sep 01 23:26:30.416 INFO O| Sep 01 23:26:30.416 INFO STEP 54 (remove_files) COMPLETE
99812026-09-01T23:26:31.836Z[ host-image] Sep 01 23:26:30.416 INFO O| Sep 01 23:26:30.416 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99822026-09-01T23:26:31.846Z[ host-image] Sep 01 23:26:30.427 INFO O| Sep 01 23:26:30.427 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
99832026-09-01T23:26:31.846Z[ host-image] Sep 01 23:26:30.427 INFO O| Sep 01 23:26:30.427 INFO STEP 55 (remove_files) COMPLETE
99842026-09-01T23:26:31.850Z[ host-image] Sep 01 23:26:30.427 INFO O| Sep 01 23:26:30.427 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99852026-09-01T23:26:31.857Z[ host-image] Sep 01 23:26:30.438 INFO O| Sep 01 23:26:30.437 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
99862026-09-01T23:26:31.857Z[ host-image] Sep 01 23:26:30.438 INFO O| Sep 01 23:26:30.438 INFO STEP 56 (remove_files) COMPLETE
99872026-09-01T23:26:31.857Z[ host-image] Sep 01 23:26:30.438 INFO O| Sep 01 23:26:30.438 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99882026-09-01T23:26:31.869Z[ host-image] Sep 01 23:26:30.449 INFO O| Sep 01 23:26:30.449 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
99892026-09-01T23:26:31.869Z[ host-image] Sep 01 23:26:30.449 INFO O| Sep 01 23:26:30.449 INFO STEP 57 (remove_files) COMPLETE
99902026-09-01T23:26:31.869Z[ host-image] Sep 01 23:26:30.449 INFO O| Sep 01 23:26:30.449 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99912026-09-01T23:26:31.880Z[ host-image] Sep 01 23:26:30.460 INFO O| Sep 01 23:26:30.460 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
99922026-09-01T23:26:31.880Z[ host-image] Sep 01 23:26:30.460 INFO O| Sep 01 23:26:30.460 INFO STEP 58 (remove_files) COMPLETE
99932026-09-01T23:26:31.880Z[ host-image] Sep 01 23:26:30.460 INFO O| Sep 01 23:26:30.460 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99942026-09-01T23:26:31.891Z[ host-image] Sep 01 23:26:30.471 INFO O| Sep 01 23:26:30.471 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
99952026-09-01T23:26:31.891Z[ host-image] Sep 01 23:26:30.471 INFO O| Sep 01 23:26:30.471 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
99962026-09-01T23:26:31.894Z[ host-image] Sep 01 23:26:30.471 INFO O| Sep 01 23:26:30.471 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
99972026-09-01T23:26:31.894Z[ host-image] Sep 01 23:26:30.471 INFO O| Sep 01 23:26:30.471 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
99982026-09-01T23:26:31.894Z[ host-image] Sep 01 23:26:30.471 INFO O| Sep 01 23:26:30.471 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
99992026-09-01T23:26:31.895Z[ host-image] Sep 01 23:26:30.471 INFO O| Sep 01 23:26:30.471 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100002026-09-01T23:26:31.895Z[ host-image] Sep 01 23:26:30.471 INFO O| Sep 01 23:26:30.471 INFO ok!
100012026-09-01T23:26:31.895Z[ host-image] Sep 01 23:26:30.471 INFO O| Sep 01 23:26:30.471 INFO STEP 59 (ensure_file) COMPLETE
100022026-09-01T23:26:31.895Z[ host-image] Sep 01 23:26:30.471 INFO O| Sep 01 23:26:30.471 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100032026-09-01T23:26:31.902Z[ host-image] Sep 01 23:26:30.482 INFO O| Sep 01 23:26:30.482 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
100042026-09-01T23:26:31.902Z[ host-image] Sep 01 23:26:30.482 INFO O| Sep 01 23:26:30.482 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
100052026-09-01T23:26:31.902Z[ host-image] Sep 01 23:26:30.482 INFO O| Sep 01 23:26:30.482 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100062026-09-01T23:26:31.905Z[ host-image] Sep 01 23:26:30.482 INFO O| Sep 01 23:26:30.482 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100072026-09-01T23:26:31.905Z[ host-image] Sep 01 23:26:30.482 INFO O| Sep 01 23:26:30.482 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100082026-09-01T23:26:31.905Z[ host-image] Sep 01 23:26:30.482 INFO O| Sep 01 23:26:30.482 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100092026-09-01T23:26:31.905Z[ host-image] Sep 01 23:26:30.482 INFO O| Sep 01 23:26:30.482 INFO ok!
100102026-09-01T23:26:31.905Z[ host-image] Sep 01 23:26:30.482 INFO O| Sep 01 23:26:30.482 INFO STEP 60 (ensure_file) COMPLETE
100112026-09-01T23:26:31.905Z[ host-image] Sep 01 23:26:30.482 INFO O| Sep 01 23:26:30.482 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100122026-09-01T23:26:31.913Z[ host-image] Sep 01 23:26:30.493 INFO O| Sep 01 23:26:30.493 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
100132026-09-01T23:26:31.913Z[ host-image] Sep 01 23:26:30.493 INFO O| Sep 01 23:26:30.493 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
100142026-09-01T23:26:31.916Z[ host-image] Sep 01 23:26:30.493 INFO O| Sep 01 23:26:30.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
100152026-09-01T23:26:31.916Z[ host-image] Sep 01 23:26:30.493 INFO O| Sep 01 23:26:30.493 INFO ok!
100162026-09-01T23:26:31.916Z[ host-image] Sep 01 23:26:30.493 INFO O| Sep 01 23:26:30.493 INFO STEP 61 (ensure_file) COMPLETE
100172026-09-01T23:26:31.916Z[ host-image] Sep 01 23:26:30.493 INFO O| Sep 01 23:26:30.493 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100182026-09-01T23:26:31.924Z[ host-image] Sep 01 23:26:30.504 INFO O| Sep 01 23:26:30.504 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
100192026-09-01T23:26:31.924Z[ host-image] Sep 01 23:26:30.504 INFO O| Sep 01 23:26:30.504 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
100202026-09-01T23:26:31.924Z[ host-image] Sep 01 23:26:30.504 INFO O| Sep 01 23:26:30.504 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
100212026-09-01T23:26:31.927Z[ host-image] Sep 01 23:26:30.504 INFO O| Sep 01 23:26:30.504 INFO ok!
100222026-09-01T23:26:31.927Z[ host-image] Sep 01 23:26:30.504 INFO O| Sep 01 23:26:30.504 INFO STEP 62 (ensure_file) COMPLETE
100232026-09-01T23:26:31.927Z[ host-image] Sep 01 23:26:30.504 INFO O| Sep 01 23:26:30.504 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100242026-09-01T23:26:31.935Z[ host-image] Sep 01 23:26:30.515 INFO O| Sep 01 23:26:30.515 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
100252026-09-01T23:26:31.935Z[ host-image] Sep 01 23:26:30.515 INFO O| Sep 01 23:26:30.515 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
100262026-09-01T23:26:31.938Z[ host-image] Sep 01 23:26:30.515 INFO O| Sep 01 23:26:30.515 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
100272026-09-01T23:26:31.938Z[ host-image] Sep 01 23:26:30.515 INFO O| Sep 01 23:26:30.515 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
100282026-09-01T23:26:31.938Z[ host-image] Sep 01 23:26:30.515 INFO O| Sep 01 23:26:30.515 INFO ok!
100292026-09-01T23:26:31.938Z[ host-image] Sep 01 23:26:30.515 INFO O| Sep 01 23:26:30.515 INFO STEP 63 (ensure_file) COMPLETE
100302026-09-01T23:26:31.938Z[ host-image] Sep 01 23:26:30.515 INFO O| Sep 01 23:26:30.515 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100312026-09-01T23:26:31.946Z[ host-image] Sep 01 23:26:30.526 INFO O| Sep 01 23:26:30.526 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
100322026-09-01T23:26:31.946Z[ host-image] Sep 01 23:26:30.526 INFO O| Sep 01 23:26:30.526 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/host/work/sled/ramdisk/etc/profile ...
100332026-09-01T23:26:31.946Z[ host-image] Sep 01 23:26:30.526 INFO O| Sep 01 23:26:30.526 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
100342026-09-01T23:26:31.949Z[ host-image] Sep 01 23:26:30.526 INFO O| Sep 01 23:26:30.526 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
100352026-09-01T23:26:31.949Z[ host-image] Sep 01 23:26:30.526 INFO O| Sep 01 23:26:30.526 INFO ok!
100362026-09-01T23:26:31.950Z[ host-image] Sep 01 23:26:30.526 INFO O| Sep 01 23:26:30.526 INFO STEP 64 (ensure_file) COMPLETE
100372026-09-01T23:26:31.950Z[ host-image] Sep 01 23:26:30.526 INFO O| Sep 01 23:26:30.526 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100382026-09-01T23:26:31.957Z[ host-image] Sep 01 23:26:30.538 INFO O| Sep 01 23:26:30.538 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
100392026-09-01T23:26:31.958Z[ host-image] Sep 01 23:26:30.538 INFO O| Sep 01 23:26:30.538 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
100402026-09-01T23:26:31.961Z[ host-image] Sep 01 23:26:30.538 INFO O| Sep 01 23:26:30.538 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
100412026-09-01T23:26:31.961Z[ host-image] Sep 01 23:26:30.538 INFO O| Sep 01 23:26:30.538 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
100422026-09-01T23:26:31.961Z[ host-image] Sep 01 23:26:30.538 INFO O| Sep 01 23:26:30.538 INFO ok!
100432026-09-01T23:26:31.961Z[ host-image] Sep 01 23:26:30.538 INFO O| Sep 01 23:26:30.538 INFO STEP 65 (ensure_file) COMPLETE
100442026-09-01T23:26:31.961Z[ host-image] Sep 01 23:26:30.538 INFO O| Sep 01 23:26:30.538 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100452026-09-01T23:26:31.970Z[ host-image] Sep 01 23:26:30.550 INFO O| Sep 01 23:26:30.550 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
100462026-09-01T23:26:31.970Z[ host-image] Sep 01 23:26:30.550 INFO O| Sep 01 23:26:30.550 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
100472026-09-01T23:26:31.970Z[ host-image] Sep 01 23:26:30.550 INFO O| Sep 01 23:26:30.550 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
100482026-09-01T23:26:31.974Z[ host-image] Sep 01 23:26:30.550 INFO O| Sep 01 23:26:30.550 INFO ok!
100492026-09-01T23:26:31.974Z[ host-image] Sep 01 23:26:30.550 INFO O| Sep 01 23:26:30.550 INFO STEP 66 (assemble_files) COMPLETE
100502026-09-01T23:26:31.974Z[ host-image] Sep 01 23:26:30.550 INFO O| Sep 01 23:26:30.550 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100512026-09-01T23:26:31.982Z[ host-image] Sep 01 23:26:30.562 INFO O| Sep 01 23:26:30.562 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
100522026-09-01T23:26:31.982Z[ host-image] Sep 01 23:26:30.562 INFO O| Sep 01 23:26:30.562 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
100532026-09-01T23:26:31.982Z[ host-image] Sep 01 23:26:30.562 INFO O| Sep 01 23:26:30.562 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
100542026-09-01T23:26:31.985Z[ host-image] Sep 01 23:26:30.562 INFO O| Sep 01 23:26:30.562 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
100552026-09-01T23:26:31.985Z[ host-image] Sep 01 23:26:30.562 INFO O| Sep 01 23:26:30.562 INFO ok!
100562026-09-01T23:26:31.985Z[ host-image] Sep 01 23:26:30.562 INFO O| Sep 01 23:26:30.562 INFO STEP 67 (ensure_file) COMPLETE
100572026-09-01T23:26:31.985Z[ host-image] Sep 01 23:26:30.562 INFO O| Sep 01 23:26:30.562 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100582026-09-01T23:26:31.993Z[ host-image] Sep 01 23:26:30.573 INFO O| Sep 01 23:26:30.573 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
100592026-09-01T23:26:31.993Z[ host-image] Sep 01 23:26:30.573 INFO O| Sep 01 23:26:30.573 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
100602026-09-01T23:26:31.993Z[ host-image] Sep 01 23:26:30.573 INFO O| Sep 01 23:26:30.573 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
100612026-09-01T23:26:31.993Z[ host-image] Sep 01 23:26:30.573 INFO O| Sep 01 23:26:30.573 INFO STEP 68 (ensure_dir) COMPLETE
100622026-09-01T23:26:31.996Z[ host-image] Sep 01 23:26:30.573 INFO O| Sep 01 23:26:30.573 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100632026-09-01T23:26:32.003Z[ host-image] Sep 01 23:26:30.583 INFO O| Sep 01 23:26:30.583 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
100642026-09-01T23:26:32.003Z[ host-image] Sep 01 23:26:30.584 INFO O| Sep 01 23:26:30.583 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 ...
100652026-09-01T23:26:32.009Z[ host-image] Sep 01 23:26:30.589 INFO O| Sep 01 23:26:30.589 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
100662026-09-01T23:26:32.009Z[ host-image] Sep 01 23:26:30.589 INFO O| Sep 01 23:26:30.589 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
100672026-09-01T23:26:32.013Z[ host-image] Sep 01 23:26:30.589 INFO O| Sep 01 23:26:30.589 INFO ok!
100682026-09-01T23:26:32.013Z[ host-image] Sep 01 23:26:30.589 INFO O| Sep 01 23:26:30.589 INFO STEP 69 (ensure_file) COMPLETE
100692026-09-01T23:26:32.013Z[ host-image] Sep 01 23:26:30.589 INFO O| Sep 01 23:26:30.589 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100702026-09-01T23:26:32.020Z[ host-image] Sep 01 23:26:30.601 INFO O| Sep 01 23:26:30.600 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
100712026-09-01T23:26:32.020Z[ host-image] Sep 01 23:26:30.601 INFO O| Sep 01 23:26:30.600 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 ...
100722026-09-01T23:26:32.023Z[ host-image] Sep 01 23:26:30.601 INFO O| Sep 01 23:26:30.601 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
100732026-09-01T23:26:32.024Z[ host-image] Sep 01 23:26:30.601 INFO O| Sep 01 23:26:30.601 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
100742026-09-01T23:26:32.024Z[ host-image] Sep 01 23:26:30.601 INFO O| Sep 01 23:26:30.601 INFO ok!
100752026-09-01T23:26:32.024Z[ host-image] Sep 01 23:26:30.601 INFO O| Sep 01 23:26:30.601 INFO STEP 70 (ensure_file) COMPLETE
100762026-09-01T23:26:32.024Z[ host-image] Sep 01 23:26:30.601 INFO O| Sep 01 23:26:30.601 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100772026-09-01T23:26:32.036Z[ host-image] Sep 01 23:26:30.616 INFO O| Sep 01 23:26:30.616 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
100782026-09-01T23:26:32.036Z[ host-image] Sep 01 23:26:30.616 INFO O| Sep 01 23:26:30.616 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
100792026-09-01T23:26:32.086Z[ recovery-image] Sep 01 23:26:30.666 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
100802026-09-01T23:26:32.553Z[ recovery-image] Sep 01 23:26:31.133 INFO creating Oxide boot image...
100812026-09-01T23:26:32.553Z[ recovery-image] Sep 01 23:26:31.133 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 9032079/e4ecc42 2026-09-01 23:11", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
100822026-09-01T23:26:33.711Z[ host-image] Sep 01 23:26:32.290 INFO O| Sep 01 23:26:32.290 INFO STEP 71 (pack_tar) COMPLETE
100832026-09-01T23:26:33.711Z[ host-image] Sep 01 23:26:32.290 INFO O| Sep 01 23:26:32.290 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
100842026-09-01T23:26:33.712Z[ host-image] Sep 01 23:26:32.290 INFO O| Sep 01 23:26:32.290 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
100852026-09-01T23:26:34.769Z[ host-image] Sep 01 23:26:33.341 INFO O| Sep 01 23:26:33.341 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
100862026-09-01T23:26:35.499Z[ host-image] Sep 01 23:26:34.078 INFO O| Sep 01 23:26:34.077 INFO completed processing sled/ramdisk-02-trim
100872026-09-01T23:26:35.503Z[ host-image] Sep 01 23:26:34.080 INFO image builder template: zfs...
100882026-09-01T23:26:35.503Z[ host-image] Sep 01 23:26:34.080 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/.tmpLVXgGk/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", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs"], pwd: None
100892026-09-01T23:26:35.513Z[ host-image] Sep 01 23:26:34.093 INFO O| Sep 01 23:26:34.093 INFO skip include "stress" because feature "stress" is not enabled
100902026-09-01T23:26:35.513Z[ host-image] Sep 01 23:26:34.093 INFO O| Sep 01 23:26:34.093 INFO skip include "stress" because feature "compliance" is not enabled
100912026-09-01T23:26:35.543Z[ host-image] Sep 01 23:26:34.123 INFO O| Sep 01 23:26:34.123 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
100922026-09-01T23:26:35.546Z[ host-image] Sep 01 23:26:34.127 INFO O| Sep 01 23:26:34.126 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
100932026-09-01T23:26:36.014Z[ host-image] Sep 01 23:26:34.593 INFO O| Sep 01 23:26:34.593 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
100942026-09-01T23:26:36.106Z[ host-image] Sep 01 23:26:34.686 INFO O| Sep 01 23:26:34.686 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
100952026-09-01T23:26:36.106Z[ host-image] Sep 01 23:26:34.686 INFO O| Sep 01 23:26:34.686 INFO work dataset: rpool/images/build/host/work/sled/zfs
100962026-09-01T23:26:36.110Z[ host-image] Sep 01 23:26:34.690 INFO O| Sep 01 23:26:34.690 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
100972026-09-01T23:26:36.285Z[ host-image] Sep 01 23:26:34.865 INFO O| Sep 01 23:26:34.865 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
100982026-09-01T23:26:36.384Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
100992026-09-01T23:26:36.420Z[ host-image] Sep 01 23:26:35.000 INFO O| Sep 01 23:26:35.000 INFO DESTROY POOL: TEMPORARY-sled-zfs
101002026-09-01T23:26:36.431Z[ host-image] Sep 01 23:26:35.011 INFO O| Sep 01 23:26:35.011 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
101012026-09-01T23:26:36.437Z[ host-image] Sep 01 23:26:35.017 INFO O| Sep 01 23:26:35.017 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
101022026-09-01T23:26:36.437Z[ host-image] Sep 01 23:26:35.017 INFO O| Sep 01 23:26:35.017 INFO no lofi found
101032026-09-01T23:26:36.437Z[ host-image] Sep 01 23:26:35.017 INFO O| Sep 01 23:26:35.017 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
101042026-09-01T23:26:36.440Z[ host-image] Sep 01 23:26:35.017 INFO O| Sep 01 23:26:35.017 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
101052026-09-01T23:26:38.422Z[ host-image] Sep 01 23:26:37.002 INFO O| Sep 01 23:26:37.002 INFO lofi device = /dev/dsk/c2t1d0p0
101062026-09-01T23:26:38.422Z[ host-image] Sep 01 23:26:37.002 INFO O| Sep 01 23:26:37.002 INFO pool device = /dev/dsk/c2t1d0p0
101072026-09-01T23:26:38.423Z[ host-image] Sep 01 23:26:37.002 INFO O| Sep 01 23:26:37.002 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
101082026-09-01T23:26:38.551Z[ host-image] Sep 01 23:26:37.131 INFO O| Sep 01 23:26:37.131 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101092026-09-01T23:26:38.552Z[ host-image] Sep 01 23:26:37.131 INFO O| Sep 01 23:26:37.131 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
101102026-09-01T23:26:38.577Z[ host-image] Sep 01 23:26:37.156 INFO O| Sep 01 23:26:37.156 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
101112026-09-01T23:26:38.649Z[ host-image] Sep 01 23:26:37.229 INFO O| Sep 01 23:26:37.229 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
101122026-09-01T23:26:38.680Z[ host-image] Sep 01 23:26:37.260 INFO O| Sep 01 23:26:37.260 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
101132026-09-01T23:26:38.705Z[ host-image] Sep 01 23:26:37.277 INFO O| Sep 01 23:26:37.277 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
101142026-09-01T23:26:38.715Z[ host-image] Sep 01 23:26:37.293 INFO O| Sep 01 23:26:37.293 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
101152026-09-01T23:26:38.765Z[ host-image] Sep 01 23:26:37.336 INFO O| Sep 01 23:26:37.335 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
101162026-09-01T23:26:38.765Z[ host-image] Sep 01 23:26:37.336 INFO O| Sep 01 23:26:37.336 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
101172026-09-01T23:26:38.765Z[ host-image] Sep 01 23:26:37.336 INFO O| Sep 01 23:26:37.336 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
101182026-09-01T23:26:38.772Z[ host-image] Sep 01 23:26:37.349 INFO O| Sep 01 23:26:37.349 INFO boot environment UUID: 3d7b009a-e11a-453d-ab3d-0d05f638d947
101192026-09-01T23:26:38.772Z[ host-image] Sep 01 23:26:37.349 INFO O| Sep 01 23:26:37.349 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 3d7b009a-e11a-453d-ab3d-0d05f638d947
101202026-09-01T23:26:38.792Z[ host-image] Sep 01 23:26:37.371 INFO O| Sep 01 23:26:37.371 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
101212026-09-01T23:26:38.805Z[ host-image] Sep 01 23:26:37.385 INFO O| Sep 01 23:26:37.385 INFO STEP 0 (create_be) COMPLETE
101222026-09-01T23:26:38.805Z[ host-image] Sep 01 23:26:37.385 INFO O| Sep 01 23:26:37.385 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101232026-09-01T23:26:38.822Z[ host-image] Sep 01 23:26:37.402 INFO O| Sep 01 23:26:37.402 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
101242026-09-01T23:26:38.847Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
101252026-09-01T23:26:39.700Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
101262026-09-01T23:26:41.361Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
101272026-09-01T23:26:41.923Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
101282026-09-01T23:26:46.467Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
101292026-09-01T23:26:50.192Z[ host-image] Sep 01 23:26:48.772 INFO O| Sep 01 23:26:48.772 INFO STEP 1 (unpack_tar) COMPLETE
101302026-09-01T23:26:50.192Z[ host-image] Sep 01 23:26:48.772 INFO O| Sep 01 23:26:48.772 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101312026-09-01T23:26:50.203Z[ host-image] Sep 01 23:26:48.783 INFO O| Sep 01 23:26:48.783 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
101322026-09-01T23:26:50.579Z[ host-image] Sep 01 23:26:49.159 INFO O| Sep 01 23:26:49.159 INFO STEP 2 (devfsadm) COMPLETE
101332026-09-01T23:26:50.579Z[ host-image] Sep 01 23:26:49.159 INFO O| Sep 01 23:26:49.159 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101342026-09-01T23:26:50.593Z[ host-image] Sep 01 23:26:49.173 INFO O| Sep 01 23:26:49.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
101352026-09-01T23:26:50.593Z[ host-image] Sep 01 23:26:49.173 INFO O| Sep 01 23:26:49.173 INFO STEP 3 (ensure_dir) COMPLETE
101362026-09-01T23:26:50.596Z[ host-image] Sep 01 23:26:49.173 INFO O| Sep 01 23:26:49.173 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101372026-09-01T23:26:50.604Z[ host-image] Sep 01 23:26:49.183 INFO O| Sep 01 23:26:49.183 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101382026-09-01T23:26:50.604Z[ host-image] Sep 01 23:26:49.184 INFO O| Sep 01 23:26:49.183 INFO STEP 4 (ensure_dir) COMPLETE
101392026-09-01T23:26:50.607Z[ host-image] Sep 01 23:26:49.184 INFO O| Sep 01 23:26:49.183 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101402026-09-01T23:26:50.614Z[ host-image] Sep 01 23:26:49.194 INFO O| Sep 01 23:26:49.194 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101412026-09-01T23:26:50.615Z[ host-image] Sep 01 23:26:49.194 INFO O| Sep 01 23:26:49.194 INFO STEP 5 (ensure_dir) COMPLETE
101422026-09-01T23:26:50.615Z[ host-image] Sep 01 23:26:49.194 INFO O| Sep 01 23:26:49.194 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101432026-09-01T23:26:50.625Z[ host-image] Sep 01 23:26:49.205 INFO O| Sep 01 23:26:49.205 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101442026-09-01T23:26:50.625Z[ host-image] Sep 01 23:26:49.205 INFO O| Sep 01 23:26:49.205 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101452026-09-01T23:26:50.629Z[ host-image] Sep 01 23:26:49.205 INFO O| Sep 01 23:26:49.205 INFO STEP 6 (ensure_dir) COMPLETE
101462026-09-01T23:26:50.629Z[ host-image] Sep 01 23:26:49.205 INFO O| Sep 01 23:26:49.205 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101472026-09-01T23:26:50.635Z[ host-image] Sep 01 23:26:49.215 INFO O| Sep 01 23:26:49.215 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101482026-09-01T23:26:50.635Z[ host-image] Sep 01 23:26:49.215 INFO O| Sep 01 23:26:49.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101492026-09-01T23:26:50.635Z[ host-image] Sep 01 23:26:49.215 INFO O| Sep 01 23:26:49.215 INFO STEP 7 (ensure_dir) COMPLETE
101502026-09-01T23:26:50.642Z[ host-image] Sep 01 23:26:49.215 INFO O| Sep 01 23:26:49.215 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101512026-09-01T23:26:50.646Z[ host-image] Sep 01 23:26:49.226 INFO O| Sep 01 23:26:49.226 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
101522026-09-01T23:26:50.651Z[ host-image] Sep 01 23:26:49.227 INFO O| Sep 01 23:26:49.227 INFO STEP 8 (remove_files) COMPLETE
101532026-09-01T23:26:50.651Z[ host-image] Sep 01 23:26:49.227 INFO O| Sep 01 23:26:49.227 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101542026-09-01T23:26:50.658Z[ host-image] Sep 01 23:26:49.238 INFO O| Sep 01 23:26:49.238 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
101552026-09-01T23:26:50.664Z[ host-image] Sep 01 23:26:49.239 INFO O| Sep 01 23:26:49.239 INFO STEP 9 (remove_files) COMPLETE
101562026-09-01T23:26:50.664Z[ host-image] Sep 01 23:26:49.239 INFO O| Sep 01 23:26:49.239 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101572026-09-01T23:26:50.671Z[ host-image] Sep 01 23:26:49.251 INFO O| Sep 01 23:26:49.251 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
101582026-09-01T23:26:50.674Z[ host-image] Sep 01 23:26:49.251 INFO O| Sep 01 23:26:49.251 INFO STEP 10 (remove_files) COMPLETE
101592026-09-01T23:26:50.674Z[ host-image] Sep 01 23:26:49.251 INFO O| Sep 01 23:26:49.251 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101602026-09-01T23:26:50.683Z[ host-image] Sep 01 23:26:49.262 INFO O| Sep 01 23:26:49.262 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
101612026-09-01T23:26:50.683Z[ host-image] Sep 01 23:26:49.263 INFO O| Sep 01 23:26:49.263 INFO STEP 11 (remove_files) COMPLETE
101622026-09-01T23:26:50.686Z[ host-image] Sep 01 23:26:49.263 INFO O| Sep 01 23:26:49.263 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101632026-09-01T23:26:50.695Z[ host-image] Sep 01 23:26:49.275 INFO O| Sep 01 23:26:49.275 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
101642026-09-01T23:26:50.695Z[ host-image] Sep 01 23:26:49.275 INFO O| Sep 01 23:26:49.275 INFO STEP 12 (remove_files) COMPLETE
101652026-09-01T23:26:50.695Z[ host-image] Sep 01 23:26:49.275 INFO O| Sep 01 23:26:49.275 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101662026-09-01T23:26:50.707Z[ host-image] Sep 01 23:26:49.286 INFO O| Sep 01 23:26:49.286 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
101672026-09-01T23:26:50.707Z[ host-image] Sep 01 23:26:49.286 INFO O| Sep 01 23:26:49.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
101682026-09-01T23:26:50.714Z[ host-image] Sep 01 23:26:49.286 INFO O| Sep 01 23:26:49.286 INFO STEP 13 (ensure_dir) COMPLETE
101692026-09-01T23:26:50.714Z[ host-image] Sep 01 23:26:49.286 INFO O| Sep 01 23:26:49.286 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101702026-09-01T23:26:50.718Z[ host-image] Sep 01 23:26:49.296 INFO O| Sep 01 23:26:49.296 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101712026-09-01T23:26:50.718Z[ host-image] Sep 01 23:26:49.296 INFO O| Sep 01 23:26:49.296 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101722026-09-01T23:26:50.718Z[ host-image] Sep 01 23:26:49.296 INFO O| Sep 01 23:26:49.296 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101732026-09-01T23:26:50.718Z[ host-image] Sep 01 23:26:49.296 INFO O| Sep 01 23:26:49.296 INFO STEP 14 (ensure_dir) COMPLETE
101742026-09-01T23:26:50.718Z[ host-image] Sep 01 23:26:49.297 INFO O| Sep 01 23:26:49.296 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101752026-09-01T23:26:50.727Z[ host-image] Sep 01 23:26:49.307 INFO O| Sep 01 23:26:49.307 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101762026-09-01T23:26:50.727Z[ host-image] Sep 01 23:26:49.307 INFO O| Sep 01 23:26:49.307 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101772026-09-01T23:26:50.731Z[ host-image] Sep 01 23:26:49.307 INFO O| Sep 01 23:26:49.307 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101782026-09-01T23:26:50.731Z[ host-image] Sep 01 23:26:49.307 INFO O| Sep 01 23:26:49.307 INFO STEP 15 (ensure_dir) COMPLETE
101792026-09-01T23:26:50.731Z[ host-image] Sep 01 23:26:49.307 INFO O| Sep 01 23:26:49.307 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101802026-09-01T23:26:50.737Z[ host-image] Sep 01 23:26:49.317 INFO O| Sep 01 23:26:49.317 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101812026-09-01T23:26:50.737Z[ host-image] Sep 01 23:26:49.317 INFO O| Sep 01 23:26:49.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101822026-09-01T23:26:50.741Z[ host-image] Sep 01 23:26:49.317 INFO O| Sep 01 23:26:49.317 INFO STEP 16 (ensure_dir) COMPLETE
101832026-09-01T23:26:50.741Z[ host-image] Sep 01 23:26:49.317 INFO O| Sep 01 23:26:49.317 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101842026-09-01T23:26:50.749Z[ host-image] Sep 01 23:26:49.329 INFO O| Sep 01 23:26:49.329 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101852026-09-01T23:26:50.749Z[ host-image] Sep 01 23:26:49.329 INFO O| Sep 01 23:26:49.329 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101862026-09-01T23:26:50.753Z[ host-image] Sep 01 23:26:49.329 INFO O| Sep 01 23:26:49.329 INFO STEP 17 (ensure_dir) COMPLETE
101872026-09-01T23:26:50.753Z[ host-image] Sep 01 23:26:49.329 INFO O| Sep 01 23:26:49.329 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101882026-09-01T23:26:50.761Z[ host-image] Sep 01 23:26:49.341 INFO O| Sep 01 23:26:49.341 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
101892026-09-01T23:26:50.761Z[ host-image] Sep 01 23:26:49.341 INFO O| Sep 01 23:26:49.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
101902026-09-01T23:26:50.761Z[ host-image] Sep 01 23:26:49.341 INFO O| Sep 01 23:26:49.341 INFO ok!
101912026-09-01T23:26:50.766Z[ host-image] Sep 01 23:26:49.341 INFO O| Sep 01 23:26:49.341 INFO STEP 18 (ensure_symlink) COMPLETE
101922026-09-01T23:26:50.766Z[ host-image] Sep 01 23:26:49.341 INFO O| Sep 01 23:26:49.341 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101932026-09-01T23:26:50.772Z[ host-image] Sep 01 23:26:49.351 INFO O| Sep 01 23:26:49.351 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
101942026-09-01T23:26:50.772Z[ host-image] Sep 01 23:26:49.351 INFO O| Sep 01 23:26:49.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
101952026-09-01T23:26:50.775Z[ host-image] Sep 01 23:26:49.351 INFO O| Sep 01 23:26:49.351 INFO ok!
101962026-09-01T23:26:50.775Z[ host-image] Sep 01 23:26:49.351 INFO O| Sep 01 23:26:49.351 INFO STEP 19 (ensure_file) COMPLETE
101972026-09-01T23:26:50.775Z[ host-image] Sep 01 23:26:49.351 INFO O| Sep 01 23:26:49.351 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
101982026-09-01T23:26:50.789Z[ host-image] Sep 01 23:26:49.369 INFO O| Sep 01 23:26:49.369 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
101992026-09-01T23:26:50.789Z[ host-image] Sep 01 23:26:49.369 INFO O| Sep 01 23:26:49.369 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
102002026-09-01T23:26:50.789Z[ host-image] Sep 01 23:26:49.369 INFO O| Sep 01 23:26:49.369 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
102012026-09-01T23:26:50.789Z[ host-image] Sep 01 23:26:49.369 INFO O| Sep 01 23:26:49.369 INFO ok!
102022026-09-01T23:26:50.794Z[ host-image] Sep 01 23:26:49.369 INFO O| Sep 01 23:26:49.369 INFO STEP 20 (ensure_symlink) COMPLETE
102032026-09-01T23:26:50.794Z[ host-image] Sep 01 23:26:49.369 INFO O| Sep 01 23:26:49.369 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102042026-09-01T23:26:50.800Z[ host-image] Sep 01 23:26:49.380 INFO O| Sep 01 23:26:49.380 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
102052026-09-01T23:26:50.800Z[ host-image] Sep 01 23:26:49.380 INFO O| Sep 01 23:26:49.380 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
102062026-09-01T23:26:50.800Z[ host-image] Sep 01 23:26:49.380 INFO O| Sep 01 23:26:49.380 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
102072026-09-01T23:26:50.804Z[ host-image] Sep 01 23:26:49.380 INFO O| Sep 01 23:26:49.380 INFO ok!
102082026-09-01T23:26:50.804Z[ host-image] Sep 01 23:26:49.380 INFO O| Sep 01 23:26:49.380 INFO STEP 21 (ensure_symlink) COMPLETE
102092026-09-01T23:26:50.804Z[ host-image] Sep 01 23:26:49.380 INFO O| Sep 01 23:26:49.380 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102102026-09-01T23:26:50.813Z[ host-image] Sep 01 23:26:49.392 INFO O| Sep 01 23:26:49.392 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
102112026-09-01T23:26:50.813Z[ host-image] Sep 01 23:26:49.393 INFO O| Sep 01 23:26:49.392 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
102122026-09-01T23:26:50.813Z[ host-image] Sep 01 23:26:49.393 INFO O| Sep 01 23:26:49.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
102132026-09-01T23:26:50.813Z[ host-image] Sep 01 23:26:49.393 INFO O| Sep 01 23:26:49.392 INFO ok!
102142026-09-01T23:26:50.816Z[ host-image] Sep 01 23:26:49.393 INFO O| Sep 01 23:26:49.392 INFO STEP 22 (ensure_symlink) COMPLETE
102152026-09-01T23:26:50.817Z[ host-image] Sep 01 23:26:49.393 INFO O| Sep 01 23:26:49.393 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102162026-09-01T23:26:50.824Z[ host-image] Sep 01 23:26:49.404 INFO O| Sep 01 23:26:49.404 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
102172026-09-01T23:26:50.824Z[ host-image] Sep 01 23:26:49.404 INFO O| Sep 01 23:26:49.404 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
102182026-09-01T23:26:50.824Z[ host-image] Sep 01 23:26:49.404 INFO O| Sep 01 23:26:49.404 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
102192026-09-01T23:26:50.828Z[ host-image] Sep 01 23:26:49.404 INFO O| Sep 01 23:26:49.404 INFO ok!
102202026-09-01T23:26:50.828Z[ host-image] Sep 01 23:26:49.404 INFO O| Sep 01 23:26:49.404 INFO STEP 23 (ensure_symlink) COMPLETE
102212026-09-01T23:26:50.828Z[ host-image] Sep 01 23:26:49.404 INFO O| Sep 01 23:26:49.404 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102222026-09-01T23:26:50.835Z[ host-image] Sep 01 23:26:49.415 INFO O| Sep 01 23:26:49.415 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
102232026-09-01T23:26:50.835Z[ host-image] Sep 01 23:26:49.415 INFO O| Sep 01 23:26:49.415 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
102242026-09-01T23:26:50.839Z[ host-image] Sep 01 23:26:49.415 INFO O| Sep 01 23:26:49.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
102252026-09-01T23:26:50.839Z[ host-image] Sep 01 23:26:49.415 INFO O| Sep 01 23:26:49.415 INFO ok!
102262026-09-01T23:26:50.839Z[ host-image] Sep 01 23:26:49.415 INFO O| Sep 01 23:26:49.415 INFO STEP 24 (ensure_file) COMPLETE
102272026-09-01T23:26:50.839Z[ host-image] Sep 01 23:26:49.415 INFO O| Sep 01 23:26:49.415 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
102282026-09-01T23:26:50.849Z[ host-image] Sep 01 23:26:49.428 INFO O| Sep 01 23:26:49.428 INFO updating shadow file
102292026-09-01T23:26:50.849Z[ host-image] Sep 01 23:26:49.428 INFO O| Sep 01 23:26:49.428 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
102302026-09-01T23:26:50.849Z[ host-image] Sep 01 23:26:49.428 INFO O| Sep 01 23:26:49.428 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
102312026-09-01T23:26:50.853Z[ host-image] Sep 01 23:26:49.428 INFO O| Sep 01 23:26:49.428 INFO STEP 25 (shadow) COMPLETE
102322026-09-01T23:26:50.853Z[ host-image] Sep 01 23:26:49.428 INFO O| Sep 01 23:26:49.428 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102332026-09-01T23:26:50.860Z[ host-image] Sep 01 23:26:49.440 INFO O| Sep 01 23:26:49.440 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
102342026-09-01T23:26:50.860Z[ host-image] Sep 01 23:26:49.440 INFO O| Sep 01 23:26:49.440 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
102352026-09-01T23:26:50.863Z[ host-image] Sep 01 23:26:49.440 INFO O| Sep 01 23:26:49.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
102362026-09-01T23:26:50.863Z[ host-image] Sep 01 23:26:49.440 INFO O| Sep 01 23:26:49.440 INFO ok!
102372026-09-01T23:26:50.863Z[ host-image] Sep 01 23:26:49.440 INFO O| Sep 01 23:26:49.440 INFO STEP 26 (ensure_file) COMPLETE
102382026-09-01T23:26:50.863Z[ host-image] Sep 01 23:26:49.440 INFO O| Sep 01 23:26:49.440 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102392026-09-01T23:26:50.872Z[ host-image] Sep 01 23:26:49.451 INFO O| Sep 01 23:26:49.451 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
102402026-09-01T23:26:50.872Z[ host-image] Sep 01 23:26:49.451 INFO O| Sep 01 23:26:49.451 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
102412026-09-01T23:26:50.872Z[ host-image] Sep 01 23:26:49.451 INFO O| Sep 01 23:26:49.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
102422026-09-01T23:26:50.872Z[ host-image] Sep 01 23:26:49.451 INFO O| Sep 01 23:26:49.451 INFO ok!
102432026-09-01T23:26:50.877Z[ host-image] Sep 01 23:26:49.451 INFO O| Sep 01 23:26:49.451 INFO STEP 27 (ensure_file) COMPLETE
102442026-09-01T23:26:50.877Z[ host-image] Sep 01 23:26:49.451 INFO O| Sep 01 23:26:49.451 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102452026-09-01T23:26:50.884Z[ host-image] Sep 01 23:26:49.464 INFO O| Sep 01 23:26:49.464 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
102462026-09-01T23:26:50.884Z[ host-image] Sep 01 23:26:49.464 INFO O| Sep 01 23:26:49.464 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
102472026-09-01T23:26:50.887Z[ host-image] Sep 01 23:26:49.464 INFO O| Sep 01 23:26:49.464 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
102482026-09-01T23:26:50.887Z[ host-image] Sep 01 23:26:49.464 INFO O| Sep 01 23:26:49.464 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
102492026-09-01T23:26:50.887Z[ host-image] Sep 01 23:26:49.464 INFO O| Sep 01 23:26:49.464 INFO ok!
102502026-09-01T23:26:50.887Z[ host-image] Sep 01 23:26:49.464 INFO O| Sep 01 23:26:49.464 INFO STEP 28 (ensure_file) COMPLETE
102512026-09-01T23:26:50.887Z[ host-image] Sep 01 23:26:49.464 INFO O| Sep 01 23:26:49.464 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102522026-09-01T23:26:50.895Z[ host-image] Sep 01 23:26:49.474 INFO O| Sep 01 23:26:49.474 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
102532026-09-01T23:26:50.895Z[ host-image] Sep 01 23:26:49.474 INFO O| Sep 01 23:26:49.474 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
102542026-09-01T23:26:50.895Z[ host-image] Sep 01 23:26:49.475 INFO O| Sep 01 23:26:49.474 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
102552026-09-01T23:26:50.895Z[ host-image] Sep 01 23:26:49.475 INFO O| Sep 01 23:26:49.475 INFO ok!
102562026-09-01T23:26:50.898Z[ host-image] Sep 01 23:26:49.475 INFO O| Sep 01 23:26:49.475 INFO STEP 29 (ensure_file) COMPLETE
102572026-09-01T23:26:50.898Z[ host-image] Sep 01 23:26:49.475 INFO O| Sep 01 23:26:49.475 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
102582026-09-01T23:26:50.906Z[ host-image] Sep 01 23:26:49.486 INFO O| Sep 01 23:26:49.485 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
102592026-09-01T23:26:50.906Z[ host-image] Sep 01 23:26:49.486 INFO O| Sep 01 23:26:49.486 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
102602026-09-01T23:26:50.909Z[ host-image] Sep 01 23:26:49.486 INFO O| Sep 01 23:26:49.486 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
102612026-09-01T23:26:50.909Z[ host-image] Sep 01 23:26:49.486 INFO O| Sep 01 23:26:49.486 INFO STEP 30 (ensure_dir) COMPLETE
102622026-09-01T23:26:50.909Z[ host-image] Sep 01 23:26:49.486 INFO O| Sep 01 23:26:49.486 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102632026-09-01T23:26:50.919Z[ host-image] Sep 01 23:26:49.497 INFO O| Sep 01 23:26:49.497 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
102642026-09-01T23:26:50.919Z[ host-image] Sep 01 23:26:49.497 INFO O| Sep 01 23:26:49.497 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
102652026-09-01T23:26:50.923Z[ host-image] Sep 01 23:26:49.497 INFO O| Sep 01 23:26:49.497 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
102662026-09-01T23:26:50.923Z[ host-image] Sep 01 23:26:49.497 INFO O| Sep 01 23:26:49.497 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
102672026-09-01T23:26:50.923Z[ host-image] Sep 01 23:26:49.497 INFO O| Sep 01 23:26:49.497 INFO ok!
102682026-09-01T23:26:50.923Z[ host-image] Sep 01 23:26:49.497 INFO O| Sep 01 23:26:49.497 INFO STEP 31 (ensure_file) COMPLETE
102692026-09-01T23:26:50.923Z[ host-image] Sep 01 23:26:49.497 INFO O| Sep 01 23:26:49.497 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
102702026-09-01T23:26:50.928Z[ host-image] Sep 01 23:26:49.508 INFO O| Sep 01 23:26:49.508 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
102712026-09-01T23:26:50.928Z[ host-image] Sep 01 23:26:49.508 INFO O| Sep 01 23:26:49.508 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
102722026-09-01T23:26:50.932Z[ host-image] Sep 01 23:26:49.508 INFO O| Sep 01 23:26:49.508 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
102732026-09-01T23:26:50.932Z[ host-image] Sep 01 23:26:49.508 INFO O| Sep 01 23:26:49.508 INFO STEP 32 (ensure_dir) COMPLETE
102742026-09-01T23:26:50.933Z[ host-image] Sep 01 23:26:49.508 INFO O| Sep 01 23:26:49.508 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102752026-09-01T23:26:50.940Z[ host-image] Sep 01 23:26:49.519 INFO O| Sep 01 23:26:49.519 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
102762026-09-01T23:26:50.940Z[ host-image] Sep 01 23:26:49.519 INFO O| Sep 01 23:26:49.519 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 ...
102772026-09-01T23:26:50.943Z[ host-image] Sep 01 23:26:49.519 INFO O| Sep 01 23:26:49.519 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
102782026-09-01T23:26:50.943Z[ host-image] Sep 01 23:26:49.519 INFO O| Sep 01 23:26:49.519 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
102792026-09-01T23:26:50.943Z[ host-image] Sep 01 23:26:49.519 INFO O| Sep 01 23:26:49.519 INFO ok!
102802026-09-01T23:26:50.943Z[ host-image] Sep 01 23:26:49.519 INFO O| Sep 01 23:26:49.519 INFO STEP 33 (ensure_file) COMPLETE
102812026-09-01T23:26:50.943Z[ host-image] Sep 01 23:26:49.519 INFO O| Sep 01 23:26:49.519 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102822026-09-01T23:26:50.949Z[ host-image] Sep 01 23:26:49.529 INFO O| Sep 01 23:26:49.529 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
102832026-09-01T23:26:50.953Z[ host-image] Sep 01 23:26:49.529 INFO O| Sep 01 23:26:49.529 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
102842026-09-01T23:26:50.953Z[ host-image] Sep 01 23:26:49.529 INFO O| Sep 01 23:26:49.529 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
102852026-09-01T23:26:50.953Z[ host-image] Sep 01 23:26:49.529 INFO O| Sep 01 23:26:49.529 INFO ok!
102862026-09-01T23:26:50.953Z[ host-image] Sep 01 23:26:49.529 INFO O| Sep 01 23:26:49.529 INFO STEP 34 (ensure_file) COMPLETE
102872026-09-01T23:26:50.953Z[ host-image] Sep 01 23:26:49.529 INFO O| Sep 01 23:26:49.529 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102882026-09-01T23:26:50.960Z[ host-image] Sep 01 23:26:49.540 INFO O| Sep 01 23:26:49.540 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
102892026-09-01T23:26:50.960Z[ host-image] Sep 01 23:26:49.540 INFO O| Sep 01 23:26:49.540 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
102902026-09-01T23:26:50.961Z[ host-image] Sep 01 23:26:49.540 INFO O| Sep 01 23:26:49.540 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
102912026-09-01T23:26:50.964Z[ host-image] Sep 01 23:26:49.540 INFO O| Sep 01 23:26:49.540 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
102922026-09-01T23:26:50.964Z[ host-image] Sep 01 23:26:49.540 INFO O| Sep 01 23:26:49.540 INFO ok!
102932026-09-01T23:26:50.964Z[ host-image] Sep 01 23:26:49.540 INFO O| Sep 01 23:26:49.540 INFO STEP 35 (ensure_file) COMPLETE
102942026-09-01T23:26:50.964Z[ host-image] Sep 01 23:26:49.540 INFO O| Sep 01 23:26:49.540 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102952026-09-01T23:26:50.971Z[ host-image] Sep 01 23:26:49.551 INFO O| Sep 01 23:26:49.551 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
102962026-09-01T23:26:50.971Z[ host-image] Sep 01 23:26:49.551 INFO O| Sep 01 23:26:49.551 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
102972026-09-01T23:26:50.971Z[ host-image] Sep 01 23:26:49.551 INFO O| Sep 01 23:26:49.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
102982026-09-01T23:26:50.974Z[ host-image] Sep 01 23:26:49.551 INFO O| Sep 01 23:26:49.551 INFO ok!
102992026-09-01T23:26:50.975Z[ host-image] Sep 01 23:26:49.551 INFO O| Sep 01 23:26:49.551 INFO STEP 36 (ensure_file) COMPLETE
103002026-09-01T23:26:50.975Z[ host-image] Sep 01 23:26:49.551 INFO O| Sep 01 23:26:49.551 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103012026-09-01T23:26:50.981Z[ host-image] Sep 01 23:26:49.561 INFO O| Sep 01 23:26:49.561 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
103022026-09-01T23:26:50.981Z[ host-image] Sep 01 23:26:49.561 INFO O| Sep 01 23:26:49.561 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
103032026-09-01T23:26:50.981Z[ host-image] Sep 01 23:26:49.561 INFO O| Sep 01 23:26:49.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
103042026-09-01T23:26:50.985Z[ host-image] Sep 01 23:26:49.561 INFO O| Sep 01 23:26:49.561 INFO ok!
103052026-09-01T23:26:50.985Z[ host-image] Sep 01 23:26:49.561 INFO O| Sep 01 23:26:49.561 INFO STEP 37 (ensure_file) COMPLETE
103062026-09-01T23:26:50.985Z[ host-image] Sep 01 23:26:49.561 INFO O| Sep 01 23:26:49.561 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103072026-09-01T23:26:50.992Z[ host-image] Sep 01 23:26:49.572 INFO O| Sep 01 23:26:49.572 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
103082026-09-01T23:26:50.992Z[ host-image] Sep 01 23:26:49.572 INFO O| Sep 01 23:26:49.572 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
103092026-09-01T23:26:50.996Z[ host-image] Sep 01 23:26:49.572 INFO O| Sep 01 23:26:49.572 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103102026-09-01T23:26:50.997Z[ host-image] Sep 01 23:26:49.572 INFO O| Sep 01 23:26:49.572 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103112026-09-01T23:26:50.997Z[ host-image] Sep 01 23:26:49.572 INFO O| Sep 01 23:26:49.572 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103122026-09-01T23:26:50.997Z[ host-image] Sep 01 23:26:49.572 INFO O| Sep 01 23:26:49.572 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103132026-09-01T23:26:50.997Z[ host-image] Sep 01 23:26:49.572 INFO O| Sep 01 23:26:49.572 INFO ok!
103142026-09-01T23:26:50.997Z[ host-image] Sep 01 23:26:49.572 INFO O| Sep 01 23:26:49.572 INFO STEP 38 (ensure_file) COMPLETE
103152026-09-01T23:26:50.997Z[ host-image] Sep 01 23:26:49.572 INFO O| Sep 01 23:26:49.572 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103162026-09-01T23:26:51.003Z[ host-image] Sep 01 23:26:49.582 INFO O| Sep 01 23:26:49.582 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
103172026-09-01T23:26:51.003Z[ host-image] Sep 01 23:26:49.582 INFO O| Sep 01 23:26:49.582 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
103182026-09-01T23:26:51.003Z[ host-image] Sep 01 23:26:49.582 INFO O| Sep 01 23:26:49.582 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
103192026-09-01T23:26:51.007Z[ host-image] Sep 01 23:26:49.582 INFO O| Sep 01 23:26:49.582 INFO STEP 39 (ensure_dir) COMPLETE
103202026-09-01T23:26:51.007Z[ host-image] Sep 01 23:26:49.582 INFO O| Sep 01 23:26:49.582 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103212026-09-01T23:26:51.013Z[ host-image] Sep 01 23:26:49.593 INFO O| Sep 01 23:26:49.593 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
103222026-09-01T23:26:51.013Z[ host-image] Sep 01 23:26:49.593 INFO O| Sep 01 23:26:49.593 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 ...
103232026-09-01T23:26:51.018Z[ host-image] Sep 01 23:26:49.593 INFO O| Sep 01 23:26:49.593 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
103242026-09-01T23:26:51.018Z[ host-image] Sep 01 23:26:49.593 INFO O| Sep 01 23:26:49.593 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
103252026-09-01T23:26:51.018Z[ host-image] Sep 01 23:26:49.593 INFO O| Sep 01 23:26:49.593 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
103262026-09-01T23:26:51.019Z[ host-image] Sep 01 23:26:49.593 INFO O| Sep 01 23:26:49.593 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
103272026-09-01T23:26:51.019Z[ host-image] Sep 01 23:26:49.593 INFO O| Sep 01 23:26:49.593 INFO ok!
103282026-09-01T23:26:51.019Z[ host-image] Sep 01 23:26:49.593 INFO O| Sep 01 23:26:49.593 INFO STEP 40 (ensure_file) COMPLETE
103292026-09-01T23:26:51.019Z[ host-image] Sep 01 23:26:49.593 INFO O| Sep 01 23:26:49.593 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103302026-09-01T23:26:51.041Z[ host-image] Sep 01 23:26:49.602 INFO O| Sep 01 23:26:49.602 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
103312026-09-01T23:26:51.041Z[ host-image] Sep 01 23:26:49.602 INFO O| Sep 01 23:26:49.602 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 ...
103322026-09-01T23:26:51.041Z[ host-image] Sep 01 23:26:49.602 INFO O| Sep 01 23:26:49.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
103332026-09-01T23:26:51.041Z[ host-image] Sep 01 23:26:49.602 INFO O| Sep 01 23:26:49.602 INFO ok!
103342026-09-01T23:26:51.041Z[ host-image] Sep 01 23:26:49.602 INFO O| Sep 01 23:26:49.602 INFO STEP 41 (ensure_symlink) COMPLETE
103352026-09-01T23:26:51.041Z[ host-image] Sep 01 23:26:49.602 INFO O| Sep 01 23:26:49.602 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103362026-09-01T23:26:51.041Z[ host-image] Sep 01 23:26:49.618 INFO O| Sep 01 23:26:49.618 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
103372026-09-01T23:26:51.042Z[ host-image] Sep 01 23:26:49.618 INFO O| Sep 01 23:26:49.618 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
103382026-09-01T23:26:51.042Z[ host-image] Sep 01 23:26:49.618 INFO O| Sep 01 23:26:49.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
103392026-09-01T23:26:51.042Z[ host-image] Sep 01 23:26:49.618 INFO O| Sep 01 23:26:49.618 INFO ok!
103402026-09-01T23:26:51.042Z[ host-image] Sep 01 23:26:49.618 INFO O| Sep 01 23:26:49.618 INFO STEP 42 (ensure_symlink) COMPLETE
103412026-09-01T23:26:51.042Z[ host-image] Sep 01 23:26:49.618 INFO O| Sep 01 23:26:49.618 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103422026-09-01T23:26:51.048Z[ host-image] Sep 01 23:26:49.628 INFO O| Sep 01 23:26:49.628 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
103432026-09-01T23:26:51.048Z[ host-image] Sep 01 23:26:49.628 INFO O| Sep 01 23:26:49.628 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
103442026-09-01T23:26:51.048Z[ host-image] Sep 01 23:26:49.628 INFO O| Sep 01 23:26:49.628 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103452026-09-01T23:26:51.052Z[ host-image] Sep 01 23:26:49.628 INFO O| Sep 01 23:26:49.628 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103462026-09-01T23:26:51.052Z[ host-image] Sep 01 23:26:49.628 INFO O| Sep 01 23:26:49.628 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103472026-09-01T23:26:51.052Z[ host-image] Sep 01 23:26:49.628 INFO O| Sep 01 23:26:49.628 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103482026-09-01T23:26:51.052Z[ host-image] Sep 01 23:26:49.628 INFO O| Sep 01 23:26:49.628 INFO ok!
103492026-09-01T23:26:51.052Z[ host-image] Sep 01 23:26:49.628 INFO O| Sep 01 23:26:49.628 INFO STEP 43 (ensure_file) COMPLETE
103502026-09-01T23:26:51.052Z[ host-image] Sep 01 23:26:49.628 INFO O| Sep 01 23:26:49.628 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103512026-09-01T23:26:51.069Z[ host-image] Sep 01 23:26:49.638 INFO O| Sep 01 23:26:49.638 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
103522026-09-01T23:26:51.069Z[ host-image] Sep 01 23:26:49.638 INFO O| Sep 01 23:26:49.638 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 ...
103532026-09-01T23:26:51.069Z[ host-image] Sep 01 23:26:49.638 INFO O| Sep 01 23:26:49.638 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
103542026-09-01T23:26:51.069Z[ host-image] Sep 01 23:26:49.638 INFO O| Sep 01 23:26:49.638 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
103552026-09-01T23:26:51.069Z[ host-image] Sep 01 23:26:49.638 INFO O| Sep 01 23:26:49.638 INFO ok!
103562026-09-01T23:26:51.069Z[ host-image] Sep 01 23:26:49.638 INFO O| Sep 01 23:26:49.638 INFO STEP 44 (ensure_file) COMPLETE
103572026-09-01T23:26:51.069Z[ host-image] Sep 01 23:26:49.638 INFO O| Sep 01 23:26:49.638 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103582026-09-01T23:26:51.073Z[ host-image] Sep 01 23:26:49.651 INFO O| Sep 01 23:26:49.651 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
103592026-09-01T23:26:51.073Z[ host-image] Sep 01 23:26:49.651 INFO O| Sep 01 23:26:49.651 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
103602026-09-01T23:26:51.073Z[ host-image] Sep 01 23:26:49.651 INFO O| Sep 01 23:26:49.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
103612026-09-01T23:26:51.073Z[ host-image] Sep 01 23:26:49.651 INFO O| Sep 01 23:26:49.651 INFO ok!
103622026-09-01T23:26:51.073Z[ host-image] Sep 01 23:26:49.651 INFO O| Sep 01 23:26:49.651 INFO STEP 45 (ensure_file) COMPLETE
103632026-09-01T23:26:51.073Z[ host-image] Sep 01 23:26:49.651 INFO O| Sep 01 23:26:49.651 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
103642026-09-01T23:26:51.083Z[ host-image] Sep 01 23:26:49.661 INFO O| Sep 01 23:26:49.661 INFO updating shadow file
103652026-09-01T23:26:51.083Z[ host-image] Sep 01 23:26:49.661 INFO O| Sep 01 23:26:49.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
103662026-09-01T23:26:51.083Z[ host-image] Sep 01 23:26:49.661 INFO O| Sep 01 23:26:49.661 INFO STEP 46 (shadow) COMPLETE
103672026-09-01T23:26:51.087Z[ host-image] Sep 01 23:26:49.661 INFO O| Sep 01 23:26:49.661 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
103682026-09-01T23:26:51.091Z[ host-image] Sep 01 23:26:49.671 INFO O| Sep 01 23:26:49.671 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
103692026-09-01T23:26:51.092Z[ host-image] Sep 01 23:26:49.671 INFO O| Sep 01 23:26:49.671 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
103702026-09-01T23:26:51.092Z[ host-image] Sep 01 23:26:49.671 INFO O| Sep 01 23:26:49.671 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
103712026-09-01T23:26:51.096Z[ host-image] Sep 01 23:26:49.671 INFO O| Sep 01 23:26:49.671 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
103722026-09-01T23:26:51.096Z[ host-image] Sep 01 23:26:49.671 INFO O| Sep 01 23:26:49.671 INFO ok!
103732026-09-01T23:26:51.096Z[ host-image] Sep 01 23:26:49.671 INFO O| Sep 01 23:26:49.671 INFO STEP 47 (ensure_file) COMPLETE
103742026-09-01T23:26:51.096Z[ host-image] Sep 01 23:26:49.671 INFO O| Sep 01 23:26:49.671 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103752026-09-01T23:26:51.096Z[ host-image] Sep 01 23:26:49.671 INFO O| Sep 01 23:26:49.671 INFO skip step because feature "mfg" is not enabled
103762026-09-01T23:26:51.096Z[ host-image] Sep 01 23:26:49.671 INFO O| Sep 01 23:26:49.671 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103772026-09-01T23:26:51.096Z[ host-image] Sep 01 23:26:49.671 INFO O| Sep 01 23:26:49.671 INFO skip step because feature "mfg" is not enabled
103782026-09-01T23:26:51.096Z[ host-image] Sep 01 23:26:49.671 INFO O| Sep 01 23:26:49.671 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103792026-09-01T23:26:51.103Z[ host-image] Sep 01 23:26:49.683 INFO O| Sep 01 23:26:49.683 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
103802026-09-01T23:26:51.103Z[ host-image] Sep 01 23:26:49.683 INFO O| Sep 01 23:26:49.683 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
103812026-09-01T23:26:51.136Z[ host-image] Sep 01 23:26:49.715 INFO O| Sep 01 23:26:49.715 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
103822026-09-01T23:26:51.136Z[ host-image] Sep 01 23:26:49.715 INFO O| Sep 01 23:26:49.715 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
103832026-09-01T23:26:51.136Z[ host-image] Sep 01 23:26:49.715 INFO O| Sep 01 23:26:49.715 INFO ok!
103842026-09-01T23:26:51.140Z[ host-image] Sep 01 23:26:49.715 INFO O| Sep 01 23:26:49.715 INFO STEP 50 (ensure_file) COMPLETE
103852026-09-01T23:26:51.140Z[ host-image] Sep 01 23:26:49.715 INFO O| Sep 01 23:26:49.715 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
103862026-09-01T23:26:51.140Z[ host-image] Sep 01 23:26:49.715 INFO O| Sep 01 23:26:49.715 INFO skip step because feature "compliance" is not enabled
103872026-09-01T23:26:51.140Z[ host-image] Sep 01 23:26:49.715 INFO O| Sep 01 23:26:49.715 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
103882026-09-01T23:26:51.148Z[ host-image] Sep 01 23:26:49.728 INFO O| Sep 01 23:26:49.728 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
103892026-09-01T23:26:51.148Z[ host-image] Sep 01 23:26:49.728 INFO O| Sep 01 23:26:49.728 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
103902026-09-01T23:26:51.152Z[ host-image] Sep 01 23:26:49.728 INFO O| Sep 01 23:26:49.728 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
103912026-09-01T23:26:51.152Z[ host-image] Sep 01 23:26:49.728 INFO O| Sep 01 23:26:49.728 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
103922026-09-01T23:26:51.152Z[ host-image] Sep 01 23:26:49.728 INFO O| Sep 01 23:26:49.728 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
103932026-09-01T23:26:51.152Z[ host-image] Sep 01 23:26:49.728 INFO O| Sep 01 23:26:49.728 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
103942026-09-01T23:26:51.152Z[ host-image] Sep 01 23:26:49.728 INFO O| Sep 01 23:26:49.728 INFO ok!
103952026-09-01T23:26:51.152Z[ host-image] Sep 01 23:26:49.728 INFO O| Sep 01 23:26:49.728 INFO STEP 52 (ensure_file) COMPLETE
103962026-09-01T23:26:51.152Z[ host-image] Sep 01 23:26:49.728 INFO O| Sep 01 23:26:49.728 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
103972026-09-01T23:26:51.160Z[ host-image] Sep 01 23:26:49.739 INFO O| Sep 01 23:26:49.739 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
103982026-09-01T23:26:51.166Z[ host-image] Sep 01 23:26:49.739 INFO O| Sep 01 23:26:49.739 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 ...
103992026-09-01T23:26:51.166Z[ host-image] Sep 01 23:26:49.739 INFO O| Sep 01 23:26:49.739 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
104002026-09-01T23:26:51.166Z[ host-image] Sep 01 23:26:49.739 INFO O| Sep 01 23:26:49.739 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
104012026-09-01T23:26:51.166Z[ host-image] Sep 01 23:26:49.739 INFO O| Sep 01 23:26:49.739 INFO ok!
104022026-09-01T23:26:51.166Z[ host-image] Sep 01 23:26:49.739 INFO O| Sep 01 23:26:49.739 INFO STEP 53 (ensure_file) COMPLETE
104032026-09-01T23:26:51.166Z[ host-image] Sep 01 23:26:49.739 INFO O| Sep 01 23:26:49.739 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104042026-09-01T23:26:51.173Z[ host-image] Sep 01 23:26:49.752 INFO O| Sep 01 23:26:49.752 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
104052026-09-01T23:26:51.173Z[ host-image] Sep 01 23:26:49.753 INFO O| Sep 01 23:26:49.752 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 ...
104062026-09-01T23:26:51.178Z[ host-image] Sep 01 23:26:49.753 INFO O| Sep 01 23:26:49.753 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
104072026-09-01T23:26:51.178Z[ host-image] Sep 01 23:26:49.753 INFO O| Sep 01 23:26:49.753 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
104082026-09-01T23:26:51.178Z[ host-image] Sep 01 23:26:49.753 INFO O| Sep 01 23:26:49.753 INFO ok!
104092026-09-01T23:26:51.178Z[ host-image] Sep 01 23:26:49.753 INFO O| Sep 01 23:26:49.753 INFO STEP 54 (ensure_file) COMPLETE
104102026-09-01T23:26:51.178Z[ host-image] Sep 01 23:26:49.753 INFO O| Sep 01 23:26:49.753 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104112026-09-01T23:26:51.184Z[ host-image] Sep 01 23:26:49.764 INFO O| Sep 01 23:26:49.764 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
104122026-09-01T23:26:51.184Z[ host-image] Sep 01 23:26:49.764 INFO O| Sep 01 23:26:49.764 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 ...
104132026-09-01T23:26:51.188Z[ host-image] Sep 01 23:26:49.764 INFO O| Sep 01 23:26:49.764 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
104142026-09-01T23:26:51.188Z[ host-image] Sep 01 23:26:49.764 INFO O| Sep 01 23:26:49.764 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
104152026-09-01T23:26:51.188Z[ host-image] Sep 01 23:26:49.764 INFO O| Sep 01 23:26:49.764 INFO ok!
104162026-09-01T23:26:51.188Z[ host-image] Sep 01 23:26:49.764 INFO O| Sep 01 23:26:49.764 INFO STEP 55 (ensure_file) COMPLETE
104172026-09-01T23:26:51.188Z[ host-image] Sep 01 23:26:49.764 INFO O| Sep 01 23:26:49.764 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104182026-09-01T23:26:51.196Z[ host-image] Sep 01 23:26:49.776 INFO O| Sep 01 23:26:49.776 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
104192026-09-01T23:26:51.197Z[ host-image] Sep 01 23:26:49.776 INFO O| Sep 01 23:26:49.776 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 ...
104202026-09-01T23:26:51.197Z[ host-image] Sep 01 23:26:49.776 INFO O| Sep 01 23:26:49.776 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
104212026-09-01T23:26:51.204Z[ host-image] Sep 01 23:26:49.776 INFO O| Sep 01 23:26:49.776 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
104222026-09-01T23:26:51.204Z[ host-image] Sep 01 23:26:49.776 INFO O| Sep 01 23:26:49.776 INFO ok!
104232026-09-01T23:26:51.204Z[ host-image] Sep 01 23:26:49.776 INFO O| Sep 01 23:26:49.776 INFO STEP 56 (ensure_file) COMPLETE
104242026-09-01T23:26:51.205Z[ host-image] Sep 01 23:26:49.776 INFO O| Sep 01 23:26:49.776 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104252026-09-01T23:26:51.209Z[ host-image] Sep 01 23:26:49.788 INFO O| Sep 01 23:26:49.788 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
104262026-09-01T23:26:51.209Z[ host-image] Sep 01 23:26:49.788 INFO O| Sep 01 23:26:49.788 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 ...
104272026-09-01T23:26:51.209Z[ host-image] Sep 01 23:26:49.788 INFO O| Sep 01 23:26:49.788 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
104282026-09-01T23:26:51.209Z[ host-image] Sep 01 23:26:49.788 INFO O| Sep 01 23:26:49.788 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
104292026-09-01T23:26:51.209Z[ host-image] Sep 01 23:26:49.788 INFO O| Sep 01 23:26:49.788 INFO ok!
104302026-09-01T23:26:51.209Z[ host-image] Sep 01 23:26:49.788 INFO O| Sep 01 23:26:49.788 INFO STEP 57 (ensure_file) COMPLETE
104312026-09-01T23:26:51.209Z[ host-image] Sep 01 23:26:49.788 INFO O| Sep 01 23:26:49.788 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104322026-09-01T23:26:51.220Z[ host-image] Sep 01 23:26:49.799 INFO O| Sep 01 23:26:49.799 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
104332026-09-01T23:26:51.220Z[ host-image] Sep 01 23:26:49.799 INFO O| Sep 01 23:26:49.799 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 ...
104342026-09-01T23:26:51.220Z[ host-image] Sep 01 23:26:49.799 INFO O| Sep 01 23:26:49.799 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104352026-09-01T23:26:51.225Z[ host-image] Sep 01 23:26:49.799 INFO O| Sep 01 23:26:49.799 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104362026-09-01T23:26:51.225Z[ host-image] Sep 01 23:26:49.799 INFO O| Sep 01 23:26:49.799 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104372026-09-01T23:26:51.225Z[ host-image] Sep 01 23:26:49.799 INFO O| Sep 01 23:26:49.799 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104382026-09-01T23:26:51.225Z[ host-image] Sep 01 23:26:49.799 INFO O| Sep 01 23:26:49.799 INFO ok!
104392026-09-01T23:26:51.225Z[ host-image] Sep 01 23:26:49.799 INFO O| Sep 01 23:26:49.799 INFO STEP 58 (ensure_file) COMPLETE
104402026-09-01T23:26:51.225Z[ host-image] Sep 01 23:26:49.799 INFO O| Sep 01 23:26:49.799 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104412026-09-01T23:26:51.230Z[ host-image] Sep 01 23:26:49.809 INFO O| Sep 01 23:26:49.809 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
104422026-09-01T23:26:51.230Z[ host-image] Sep 01 23:26:49.809 INFO O| Sep 01 23:26:49.809 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 ...
104432026-09-01T23:26:51.230Z[ host-image] Sep 01 23:26:49.809 INFO O| Sep 01 23:26:49.809 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
104442026-09-01T23:26:51.233Z[ host-image] Sep 01 23:26:49.809 INFO O| Sep 01 23:26:49.809 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
104452026-09-01T23:26:51.233Z[ host-image] Sep 01 23:26:49.809 INFO O| Sep 01 23:26:49.809 INFO ok!
104462026-09-01T23:26:51.233Z[ host-image] Sep 01 23:26:49.809 INFO O| Sep 01 23:26:49.809 INFO STEP 59 (ensure_file) COMPLETE
104472026-09-01T23:26:51.233Z[ host-image] Sep 01 23:26:49.809 INFO O| Sep 01 23:26:49.809 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104482026-09-01T23:26:51.241Z[ host-image] Sep 01 23:26:49.820 INFO O| Sep 01 23:26:49.820 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
104492026-09-01T23:26:51.241Z[ host-image] Sep 01 23:26:49.820 INFO O| Sep 01 23:26:49.820 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
104502026-09-01T23:26:51.241Z[ host-image] Sep 01 23:26:49.821 INFO O| Sep 01 23:26:49.820 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
104512026-09-01T23:26:51.244Z[ host-image] Sep 01 23:26:49.821 INFO O| Sep 01 23:26:49.821 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
104522026-09-01T23:26:51.244Z[ host-image] Sep 01 23:26:49.821 INFO O| Sep 01 23:26:49.821 INFO ok!
104532026-09-01T23:26:51.244Z[ host-image] Sep 01 23:26:49.821 INFO O| Sep 01 23:26:49.821 INFO STEP 60 (ensure_file) COMPLETE
104542026-09-01T23:26:51.244Z[ host-image] Sep 01 23:26:49.821 INFO O| Sep 01 23:26:49.821 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104552026-09-01T23:26:51.270Z[ host-image] Sep 01 23:26:49.832 INFO O| Sep 01 23:26:49.832 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
104562026-09-01T23:26:51.270Z[ host-image] Sep 01 23:26:49.832 INFO O| Sep 01 23:26:49.832 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 ...
104572026-09-01T23:26:51.270Z[ host-image] Sep 01 23:26:49.832 INFO O| Sep 01 23:26:49.832 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
104582026-09-01T23:26:51.270Z[ host-image] Sep 01 23:26:49.832 INFO O| Sep 01 23:26:49.832 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
104592026-09-01T23:26:51.270Z[ host-image] Sep 01 23:26:49.832 INFO O| Sep 01 23:26:49.832 INFO ok!
104602026-09-01T23:26:51.270Z[ host-image] Sep 01 23:26:49.832 INFO O| Sep 01 23:26:49.832 INFO STEP 61 (ensure_file) COMPLETE
104612026-09-01T23:26:51.270Z[ host-image] Sep 01 23:26:49.832 INFO O| Sep 01 23:26:49.832 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104622026-09-01T23:26:51.270Z[ host-image] Sep 01 23:26:49.843 INFO O| Sep 01 23:26:49.843 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
104632026-09-01T23:26:51.270Z[ host-image] Sep 01 23:26:49.843 INFO O| Sep 01 23:26:49.843 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
104642026-09-01T23:26:51.270Z[ host-image] Sep 01 23:26:49.843 INFO O| Sep 01 23:26:49.843 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104652026-09-01T23:26:51.270Z[ host-image] Sep 01 23:26:49.843 INFO O| Sep 01 23:26:49.843 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104662026-09-01T23:26:51.270Z[ host-image] Sep 01 23:26:49.843 INFO O| Sep 01 23:26:49.843 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104672026-09-01T23:26:51.270Z[ host-image] Sep 01 23:26:49.843 INFO O| Sep 01 23:26:49.843 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104682026-09-01T23:26:51.270Z[ host-image] Sep 01 23:26:49.843 INFO O| Sep 01 23:26:49.843 INFO ok!
104692026-09-01T23:26:51.270Z[ host-image] Sep 01 23:26:49.843 INFO O| Sep 01 23:26:49.843 INFO STEP 62 (ensure_file) COMPLETE
104702026-09-01T23:26:51.270Z[ host-image] Sep 01 23:26:49.843 INFO O| Sep 01 23:26:49.843 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104712026-09-01T23:26:51.275Z[ host-image] Sep 01 23:26:49.855 INFO O| Sep 01 23:26:49.855 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
104722026-09-01T23:26:51.275Z[ host-image] Sep 01 23:26:49.855 INFO O| Sep 01 23:26:49.855 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 ...
104732026-09-01T23:26:51.276Z[ host-image] Sep 01 23:26:49.855 INFO O| Sep 01 23:26:49.855 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
104742026-09-01T23:26:51.279Z[ host-image] Sep 01 23:26:49.855 INFO O| Sep 01 23:26:49.855 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
104752026-09-01T23:26:51.279Z[ host-image] Sep 01 23:26:49.855 INFO O| Sep 01 23:26:49.855 INFO ok!
104762026-09-01T23:26:51.279Z[ host-image] Sep 01 23:26:49.855 INFO O| Sep 01 23:26:49.855 INFO STEP 63 (ensure_file) COMPLETE
104772026-09-01T23:26:51.280Z[ host-image] Sep 01 23:26:49.855 INFO O| Sep 01 23:26:49.855 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104782026-09-01T23:26:51.287Z[ host-image] Sep 01 23:26:49.866 INFO O| Sep 01 23:26:49.866 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
104792026-09-01T23:26:51.287Z[ host-image] Sep 01 23:26:49.867 INFO O| Sep 01 23:26:49.866 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 ...
104802026-09-01T23:26:51.287Z[ host-image] Sep 01 23:26:49.867 INFO O| Sep 01 23:26:49.867 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
104812026-09-01T23:26:51.290Z[ host-image] Sep 01 23:26:49.867 INFO O| Sep 01 23:26:49.867 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
104822026-09-01T23:26:51.290Z[ host-image] Sep 01 23:26:49.867 INFO O| Sep 01 23:26:49.867 INFO ok!
104832026-09-01T23:26:51.290Z[ host-image] Sep 01 23:26:49.867 INFO O| Sep 01 23:26:49.867 INFO STEP 64 (ensure_file) COMPLETE
104842026-09-01T23:26:51.291Z[ host-image] Sep 01 23:26:49.867 INFO O| Sep 01 23:26:49.867 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104852026-09-01T23:26:51.297Z[ host-image] Sep 01 23:26:49.877 INFO O| Sep 01 23:26:49.877 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
104862026-09-01T23:26:51.297Z[ host-image] Sep 01 23:26:49.877 INFO O| Sep 01 23:26:49.877 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 ...
104872026-09-01T23:26:51.297Z[ host-image] Sep 01 23:26:49.877 INFO O| Sep 01 23:26:49.877 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
104882026-09-01T23:26:51.297Z[ host-image] Sep 01 23:26:49.877 INFO O| Sep 01 23:26:49.877 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
104892026-09-01T23:26:51.301Z[ host-image] Sep 01 23:26:49.877 INFO O| Sep 01 23:26:49.877 INFO ok!
104902026-09-01T23:26:51.302Z[ host-image] Sep 01 23:26:49.877 INFO O| Sep 01 23:26:49.877 INFO STEP 65 (ensure_file) COMPLETE
104912026-09-01T23:26:51.302Z[ host-image] Sep 01 23:26:49.877 INFO O| Sep 01 23:26:49.877 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104922026-09-01T23:26:51.302Z[ host-image] Sep 01 23:26:49.877 INFO O| Sep 01 23:26:49.877 INFO skip step because feature "mbist" is not enabled
104932026-09-01T23:26:51.302Z[ host-image] Sep 01 23:26:49.877 INFO O| Sep 01 23:26:49.877 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104942026-09-01T23:26:51.307Z[ host-image] Sep 01 23:26:49.886 INFO O| Sep 01 23:26:49.886 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
104952026-09-01T23:26:51.307Z[ host-image] Sep 01 23:26:49.887 INFO O| Sep 01 23:26:49.886 INFO STEP 67 (ensure_dir) COMPLETE
104962026-09-01T23:26:51.310Z[ host-image] Sep 01 23:26:49.887 INFO O| Sep 01 23:26:49.886 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104972026-09-01T23:26:51.316Z[ host-image] Sep 01 23:26:49.896 INFO O| Sep 01 23:26:49.896 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
104982026-09-01T23:26:51.316Z[ host-image] Sep 01 23:26:49.896 INFO O| Sep 01 23:26:49.896 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
104992026-09-01T23:26:51.316Z[ host-image] Sep 01 23:26:49.896 INFO O| Sep 01 23:26:49.896 INFO STEP 68 (ensure_dir) COMPLETE
105002026-09-01T23:26:51.322Z[ host-image] Sep 01 23:26:49.896 INFO O| Sep 01 23:26:49.896 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105012026-09-01T23:26:51.326Z[ host-image] Sep 01 23:26:49.906 INFO O| Sep 01 23:26:49.906 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
105022026-09-01T23:26:51.326Z[ host-image] Sep 01 23:26:49.906 INFO O| Sep 01 23:26:49.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
105032026-09-01T23:26:51.327Z[ host-image] Sep 01 23:26:49.906 INFO O| Sep 01 23:26:49.906 INFO STEP 69 (ensure_dir) COMPLETE
105042026-09-01T23:26:51.327Z[ host-image] Sep 01 23:26:49.906 INFO O| Sep 01 23:26:49.906 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105052026-09-01T23:26:51.371Z[ host-image] Sep 01 23:26:49.951 INFO O| Sep 01 23:26:49.951 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
105062026-09-01T23:26:51.371Z[ host-image] Sep 01 23:26:49.951 INFO O| Sep 01 23:26:49.951 INFO copying /tmp/.tmpLVXgGk/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
105072026-09-01T23:26:51.928Z[ host-image] Sep 01 23:26:50.508 INFO O| Sep 01 23:26:50.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
105082026-09-01T23:26:51.928Z[ host-image] Sep 01 23:26:50.508 INFO O| Sep 01 23:26:50.508 INFO ok!
105092026-09-01T23:26:51.928Z[ host-image] Sep 01 23:26:50.508 INFO O| Sep 01 23:26:50.508 INFO STEP 70 (ensure_file) COMPLETE
105102026-09-01T23:26:51.928Z[ host-image] Sep 01 23:26:50.508 INFO O| Sep 01 23:26:50.508 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105112026-09-01T23:26:51.961Z[ host-image] Sep 01 23:26:50.540 INFO O| Sep 01 23:26:50.540 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
105122026-09-01T23:26:51.961Z[ host-image] Sep 01 23:26:50.540 INFO O| Sep 01 23:26:50.540 INFO copying /tmp/.tmpLVXgGk/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
105132026-09-01T23:26:52.777Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
105142026-09-01T23:26:52.883Z[ host-image] Sep 01 23:26:51.458 INFO O| Sep 01 23:26:51.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
105152026-09-01T23:26:52.883Z[ host-image] Sep 01 23:26:51.458 INFO O| Sep 01 23:26:51.458 INFO ok!
105162026-09-01T23:26:52.886Z[ host-image] Sep 01 23:26:51.458 INFO O| Sep 01 23:26:51.458 INFO STEP 71 (ensure_file) COMPLETE
105172026-09-01T23:26:52.886Z[ host-image] Sep 01 23:26:51.458 INFO O| Sep 01 23:26:51.458 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105182026-09-01T23:26:52.897Z[ host-image] Sep 01 23:26:51.472 INFO O| Sep 01 23:26:51.472 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
105192026-09-01T23:26:52.901Z[ host-image] Sep 01 23:26:51.472 INFO O| Sep 01 23:26:51.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
105202026-09-01T23:26:52.901Z[ host-image] Sep 01 23:26:51.472 INFO O| Sep 01 23:26:51.472 INFO STEP 72 (ensure_dir) COMPLETE
105212026-09-01T23:26:52.901Z[ host-image] Sep 01 23:26:51.472 INFO O| Sep 01 23:26:51.472 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105222026-09-01T23:26:52.914Z[ host-image] Sep 01 23:26:51.493 INFO O| Sep 01 23:26:51.493 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
105232026-09-01T23:26:52.914Z[ host-image] Sep 01 23:26:51.493 INFO O| Sep 01 23:26:51.493 INFO copying /tmp/.tmpLVXgGk/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 ...
105242026-09-01T23:26:52.914Z[ host-image] Sep 01 23:26:51.493 INFO O| Sep 01 23:26:51.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
105252026-09-01T23:26:52.919Z[ host-image] Sep 01 23:26:51.493 INFO O| Sep 01 23:26:51.493 INFO ok!
105262026-09-01T23:26:52.919Z[ host-image] Sep 01 23:26:51.493 INFO O| Sep 01 23:26:51.493 INFO STEP 73 (ensure_file) COMPLETE
105272026-09-01T23:26:52.919Z[ host-image] Sep 01 23:26:51.493 INFO O| Sep 01 23:26:51.493 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105282026-09-01T23:26:52.927Z[ host-image] Sep 01 23:26:51.507 INFO O| Sep 01 23:26:51.507 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
105292026-09-01T23:26:52.927Z[ host-image] Sep 01 23:26:51.507 INFO O| Sep 01 23:26:51.507 INFO copying /tmp/.tmpLVXgGk/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 ...
105302026-09-01T23:26:52.927Z[ host-image] Sep 01 23:26:51.507 INFO O| Sep 01 23:26:51.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
105312026-09-01T23:26:52.927Z[ host-image] Sep 01 23:26:51.507 INFO O| Sep 01 23:26:51.507 INFO ok!
105322026-09-01T23:26:52.927Z[ host-image] Sep 01 23:26:51.507 INFO O| Sep 01 23:26:51.507 INFO STEP 74 (ensure_file) COMPLETE
105332026-09-01T23:26:52.927Z[ host-image] Sep 01 23:26:51.507 INFO O| Sep 01 23:26:51.507 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105342026-09-01T23:26:52.937Z[ host-image] Sep 01 23:26:51.517 INFO O| Sep 01 23:26:51.517 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
105352026-09-01T23:26:52.937Z[ host-image] Sep 01 23:26:51.517 INFO O| Sep 01 23:26:51.517 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
105362026-09-01T23:26:52.942Z[ host-image] Sep 01 23:26:51.517 INFO O| Sep 01 23:26:51.517 INFO STEP 75 (ensure_dir) COMPLETE
105372026-09-01T23:26:52.942Z[ host-image] Sep 01 23:26:51.517 INFO O| Sep 01 23:26:51.517 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105382026-09-01T23:26:52.949Z[ host-image] Sep 01 23:26:51.527 INFO O| Sep 01 23:26:51.527 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
105392026-09-01T23:26:52.949Z[ host-image] Sep 01 23:26:51.527 INFO O| Sep 01 23:26:51.527 INFO copying /tmp/.tmpLVXgGk/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 ...
105402026-09-01T23:26:52.953Z[ host-image] Sep 01 23:26:51.527 INFO O| Sep 01 23:26:51.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
105412026-09-01T23:26:52.953Z[ host-image] Sep 01 23:26:51.527 INFO O| Sep 01 23:26:51.527 INFO ok!
105422026-09-01T23:26:52.953Z[ host-image] Sep 01 23:26:51.527 INFO O| Sep 01 23:26:51.527 INFO STEP 76 (ensure_file) COMPLETE
105432026-09-01T23:26:52.953Z[ host-image] Sep 01 23:26:51.527 INFO O| Sep 01 23:26:51.527 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105442026-09-01T23:26:52.957Z[ host-image] Sep 01 23:26:51.536 INFO O| Sep 01 23:26:51.536 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
105452026-09-01T23:26:52.957Z[ host-image] Sep 01 23:26:51.536 INFO O| Sep 01 23:26:51.536 INFO copying /tmp/.tmpLVXgGk/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 ...
105462026-09-01T23:26:52.957Z[ host-image] Sep 01 23:26:51.536 INFO O| Sep 01 23:26:51.536 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
105472026-09-01T23:26:52.957Z[ host-image] Sep 01 23:26:51.536 INFO O| Sep 01 23:26:51.536 INFO ok!
105482026-09-01T23:26:52.957Z[ host-image] Sep 01 23:26:51.536 INFO O| Sep 01 23:26:51.536 INFO STEP 77 (ensure_file) COMPLETE
105492026-09-01T23:26:52.957Z[ host-image] Sep 01 23:26:51.536 INFO O| Sep 01 23:26:51.536 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105502026-09-01T23:26:52.977Z[ host-image] Sep 01 23:26:51.557 INFO O| Sep 01 23:26:51.556 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
105512026-09-01T23:26:52.977Z[ host-image] Sep 01 23:26:51.557 INFO O| Sep 01 23:26:51.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
105522026-09-01T23:26:52.981Z[ host-image] Sep 01 23:26:51.557 INFO O| Sep 01 23:26:51.557 INFO STEP 78 (ensure_dir) COMPLETE
105532026-09-01T23:26:52.981Z[ host-image] Sep 01 23:26:51.557 INFO O| Sep 01 23:26:51.557 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105542026-09-01T23:26:52.990Z[ host-image] Sep 01 23:26:51.569 INFO O| Sep 01 23:26:51.569 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
105552026-09-01T23:26:52.990Z[ host-image] Sep 01 23:26:51.569 INFO O| Sep 01 23:26:51.569 INFO copying /tmp/.tmpLVXgGk/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 ...
105562026-09-01T23:26:52.990Z[ host-image] Sep 01 23:26:51.569 INFO O| Sep 01 23:26:51.569 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
105572026-09-01T23:26:52.990Z[ host-image] Sep 01 23:26:51.569 INFO O| Sep 01 23:26:51.569 INFO ok!
105582026-09-01T23:26:52.994Z[ host-image] Sep 01 23:26:51.569 INFO O| Sep 01 23:26:51.569 INFO STEP 79 (ensure_file) COMPLETE
105592026-09-01T23:26:52.994Z[ host-image] Sep 01 23:26:51.569 INFO O| Sep 01 23:26:51.569 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105602026-09-01T23:26:53.003Z[ host-image] Sep 01 23:26:51.582 INFO O| Sep 01 23:26:51.582 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
105612026-09-01T23:26:53.003Z[ host-image] Sep 01 23:26:51.582 INFO O| Sep 01 23:26:51.582 INFO copying /tmp/.tmpLVXgGk/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
105622026-09-01T23:26:53.007Z[ host-image] Sep 01 23:26:51.582 INFO O| Sep 01 23:26:51.582 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
105632026-09-01T23:26:53.007Z[ host-image] Sep 01 23:26:51.582 INFO O| Sep 01 23:26:51.582 INFO ok!
105642026-09-01T23:26:53.007Z[ host-image] Sep 01 23:26:51.582 INFO O| Sep 01 23:26:51.582 INFO STEP 80 (ensure_file) COMPLETE
105652026-09-01T23:26:53.007Z[ host-image] Sep 01 23:26:51.582 INFO O| Sep 01 23:26:51.582 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105662026-09-01T23:26:53.019Z[ host-image] Sep 01 23:26:51.597 INFO O| Sep 01 23:26:51.597 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
105672026-09-01T23:26:53.019Z[ host-image] Sep 01 23:26:51.598 INFO O| Sep 01 23:26:51.597 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
105682026-09-01T23:26:53.019Z[ host-image] Sep 01 23:26:51.598 INFO O| Sep 01 23:26:51.597 INFO STEP 81 (ensure_dir) COMPLETE
105692026-09-01T23:26:53.019Z[ host-image] Sep 01 23:26:51.598 INFO O| Sep 01 23:26:51.597 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105702026-09-01T23:26:53.031Z[ host-image] Sep 01 23:26:51.610 INFO O| Sep 01 23:26:51.610 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
105712026-09-01T23:26:53.031Z[ host-image] Sep 01 23:26:51.610 INFO O| Sep 01 23:26:51.610 INFO copying /tmp/.tmpLVXgGk/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
105722026-09-01T23:26:53.375Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
105732026-09-01T23:26:53.393Z[ host-image] Sep 01 23:26:51.967 INFO O| Sep 01 23:26:51.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
105742026-09-01T23:26:53.393Z[ host-image] Sep 01 23:26:51.967 INFO O| Sep 01 23:26:51.967 INFO ok!
105752026-09-01T23:26:53.393Z[ host-image] Sep 01 23:26:51.967 INFO O| Sep 01 23:26:51.967 INFO STEP 82 (ensure_file) COMPLETE
105762026-09-01T23:26:53.393Z[ host-image] Sep 01 23:26:51.968 INFO O| Sep 01 23:26:51.967 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105772026-09-01T23:26:53.489Z[ host-image] Sep 01 23:26:51.980 INFO O| Sep 01 23:26:51.980 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
105782026-09-01T23:26:53.489Z[ host-image] Sep 01 23:26:51.980 INFO O| Sep 01 23:26:51.980 INFO copying /tmp/.tmpLVXgGk/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
105792026-09-01T23:26:53.489Z[ host-image] Sep 01 23:26:51.981 INFO O| Sep 01 23:26:51.981 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
105802026-09-01T23:26:53.489Z[ host-image] Sep 01 23:26:51.981 INFO O| Sep 01 23:26:51.981 INFO ok!
105812026-09-01T23:26:53.489Z[ host-image] Sep 01 23:26:51.981 INFO O| Sep 01 23:26:51.981 INFO STEP 83 (ensure_file) COMPLETE
105822026-09-01T23:26:53.489Z[ host-image] Sep 01 23:26:51.981 INFO O| Sep 01 23:26:51.981 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105832026-09-01T23:26:53.489Z[ host-image] Sep 01 23:26:52.008 INFO O| Sep 01 23:26:52.008 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
105842026-09-01T23:26:53.489Z[ host-image] Sep 01 23:26:52.008 INFO O| Sep 01 23:26:52.008 INFO copying /tmp/.tmpLVXgGk/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
105852026-09-01T23:26:54.610Z[ host-image] Sep 01 23:26:53.189 INFO O| Sep 01 23:26:53.188 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
105862026-09-01T23:26:54.610Z[ host-image] Sep 01 23:26:53.189 INFO O| Sep 01 23:26:53.189 INFO ok!
105872026-09-01T23:26:54.610Z[ host-image] Sep 01 23:26:53.189 INFO O| Sep 01 23:26:53.189 INFO STEP 84 (ensure_file) COMPLETE
105882026-09-01T23:26:54.610Z[ host-image] Sep 01 23:26:53.189 INFO O| Sep 01 23:26:53.189 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105892026-09-01T23:26:54.621Z[ host-image] Sep 01 23:26:53.201 INFO O| Sep 01 23:26:53.201 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
105902026-09-01T23:26:54.621Z[ host-image] Sep 01 23:26:53.201 INFO O| Sep 01 23:26:53.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
105912026-09-01T23:26:54.625Z[ host-image] Sep 01 23:26:53.201 INFO O| Sep 01 23:26:53.201 INFO STEP 85 (ensure_dir) COMPLETE
105922026-09-01T23:26:54.625Z[ host-image] Sep 01 23:26:53.201 INFO O| Sep 01 23:26:53.201 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105932026-09-01T23:26:54.633Z[ host-image] Sep 01 23:26:53.213 INFO O| Sep 01 23:26:53.213 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
105942026-09-01T23:26:54.633Z[ host-image] Sep 01 23:26:53.213 INFO O| Sep 01 23:26:53.213 INFO copying /tmp/.tmpLVXgGk/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 ...
105952026-09-01T23:26:54.633Z[ host-image] Sep 01 23:26:53.213 INFO O| Sep 01 23:26:53.213 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
105962026-09-01T23:26:54.637Z[ host-image] Sep 01 23:26:53.213 INFO O| Sep 01 23:26:53.213 INFO ok!
105972026-09-01T23:26:54.637Z[ host-image] Sep 01 23:26:53.213 INFO O| Sep 01 23:26:53.213 INFO STEP 86 (ensure_file) COMPLETE
105982026-09-01T23:26:54.637Z[ host-image] Sep 01 23:26:53.213 INFO O| Sep 01 23:26:53.213 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105992026-09-01T23:26:54.646Z[ host-image] Sep 01 23:26:53.226 INFO O| Sep 01 23:26:53.226 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
106002026-09-01T23:26:54.646Z[ host-image] Sep 01 23:26:53.226 INFO O| Sep 01 23:26:53.226 INFO copying /tmp/.tmpLVXgGk/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 ...
106012026-09-01T23:26:54.646Z[ host-image] Sep 01 23:26:53.226 INFO O| Sep 01 23:26:53.226 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
106022026-09-01T23:26:54.647Z[ host-image] Sep 01 23:26:53.226 INFO O| Sep 01 23:26:53.226 INFO ok!
106032026-09-01T23:26:54.647Z[ host-image] Sep 01 23:26:53.226 INFO O| Sep 01 23:26:53.226 INFO STEP 87 (ensure_file) COMPLETE
106042026-09-01T23:26:54.647Z[ host-image] Sep 01 23:26:53.226 INFO O| Sep 01 23:26:53.226 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106052026-09-01T23:26:54.660Z[ host-image] Sep 01 23:26:53.239 INFO O| Sep 01 23:26:53.239 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
106062026-09-01T23:26:54.660Z[ host-image] Sep 01 23:26:53.239 INFO O| Sep 01 23:26:53.239 INFO copying /tmp/.tmpLVXgGk/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
106072026-09-01T23:26:54.660Z[ host-image] Sep 01 23:26:53.239 INFO O| Sep 01 23:26:53.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
106082026-09-01T23:26:54.663Z[ host-image] Sep 01 23:26:53.239 INFO O| Sep 01 23:26:53.239 INFO ok!
106092026-09-01T23:26:54.663Z[ host-image] Sep 01 23:26:53.239 INFO O| Sep 01 23:26:53.239 INFO STEP 88 (ensure_file) COMPLETE
106102026-09-01T23:26:54.663Z[ host-image] Sep 01 23:26:53.239 INFO O| Sep 01 23:26:53.239 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106112026-09-01T23:26:54.675Z[ host-image] Sep 01 23:26:53.253 INFO O| Sep 01 23:26:53.252 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
106122026-09-01T23:26:54.675Z[ host-image] Sep 01 23:26:53.253 INFO O| Sep 01 23:26:53.253 INFO copying /tmp/.tmpLVXgGk/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
106132026-09-01T23:26:54.675Z[ host-image] Sep 01 23:26:53.253 INFO O| Sep 01 23:26:53.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
106142026-09-01T23:26:54.680Z[ host-image] Sep 01 23:26:53.253 INFO O| Sep 01 23:26:53.253 INFO ok!
106152026-09-01T23:26:54.680Z[ host-image] Sep 01 23:26:53.253 INFO O| Sep 01 23:26:53.253 INFO STEP 89 (ensure_file) COMPLETE
106162026-09-01T23:26:54.680Z[ host-image] Sep 01 23:26:53.253 INFO O| Sep 01 23:26:53.253 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106172026-09-01T23:26:54.690Z[ host-image] Sep 01 23:26:53.267 INFO O| Sep 01 23:26:53.267 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
106182026-09-01T23:26:54.690Z[ host-image] Sep 01 23:26:53.267 INFO O| Sep 01 23:26:53.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
106192026-09-01T23:26:54.690Z[ host-image] Sep 01 23:26:53.267 INFO O| Sep 01 23:26:53.267 INFO STEP 90 (ensure_dir) COMPLETE
106202026-09-01T23:26:54.690Z[ host-image] Sep 01 23:26:53.267 INFO O| Sep 01 23:26:53.267 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106212026-09-01T23:26:54.700Z[ host-image] Sep 01 23:26:53.280 INFO O| Sep 01 23:26:53.280 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
106222026-09-01T23:26:54.700Z[ host-image] Sep 01 23:26:53.280 INFO O| Sep 01 23:26:53.280 INFO copying /tmp/.tmpLVXgGk/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
106232026-09-01T23:26:54.706Z[ host-image] Sep 01 23:26:53.283 INFO O| Sep 01 23:26:53.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
106242026-09-01T23:26:54.706Z[ host-image] Sep 01 23:26:53.283 INFO O| Sep 01 23:26:53.283 INFO ok!
106252026-09-01T23:26:54.706Z[ host-image] Sep 01 23:26:53.283 INFO O| Sep 01 23:26:53.283 INFO STEP 91 (ensure_file) COMPLETE
106262026-09-01T23:26:54.706Z[ host-image] Sep 01 23:26:53.283 INFO O| Sep 01 23:26:53.283 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106272026-09-01T23:26:54.717Z[ host-image] Sep 01 23:26:53.297 INFO O| Sep 01 23:26:53.296 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
106282026-09-01T23:26:54.717Z[ host-image] Sep 01 23:26:53.297 INFO O| Sep 01 23:26:53.297 INFO copying /tmp/.tmpLVXgGk/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
106292026-09-01T23:26:54.717Z[ host-image] Sep 01 23:26:53.297 INFO O| Sep 01 23:26:53.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
106302026-09-01T23:26:54.717Z[ host-image] Sep 01 23:26:53.297 INFO O| Sep 01 23:26:53.297 INFO ok!
106312026-09-01T23:26:54.722Z[ host-image] Sep 01 23:26:53.297 INFO O| Sep 01 23:26:53.297 INFO STEP 92 (ensure_file) COMPLETE
106322026-09-01T23:26:54.722Z[ host-image] Sep 01 23:26:53.297 INFO O| Sep 01 23:26:53.297 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106332026-09-01T23:26:54.740Z[ host-image] Sep 01 23:26:53.318 INFO O| Sep 01 23:26:53.314 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
106342026-09-01T23:26:54.740Z[ host-image] Sep 01 23:26:53.318 INFO O| Sep 01 23:26:53.314 INFO copying /tmp/.tmpLVXgGk/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
106352026-09-01T23:26:55.333Z[ host-image] Sep 01 23:26:53.910 INFO O| Sep 01 23:26:53.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
106362026-09-01T23:26:55.333Z[ host-image] Sep 01 23:26:53.910 INFO O| Sep 01 23:26:53.909 INFO ok!
106372026-09-01T23:26:55.333Z[ host-image] Sep 01 23:26:53.910 INFO O| Sep 01 23:26:53.909 INFO STEP 93 (ensure_file) COMPLETE
106382026-09-01T23:26:55.333Z[ host-image] Sep 01 23:26:53.910 INFO O| Sep 01 23:26:53.909 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106392026-09-01T23:26:55.343Z[ host-image] Sep 01 23:26:53.922 INFO O| Sep 01 23:26:53.922 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
106402026-09-01T23:26:55.343Z[ host-image] Sep 01 23:26:53.922 INFO O| Sep 01 23:26:53.922 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
106412026-09-01T23:26:55.346Z[ host-image] Sep 01 23:26:53.922 INFO O| Sep 01 23:26:53.922 INFO STEP 94 (ensure_dir) COMPLETE
106422026-09-01T23:26:55.346Z[ host-image] Sep 01 23:26:53.922 INFO O| Sep 01 23:26:53.922 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106432026-09-01T23:26:55.353Z[ host-image] Sep 01 23:26:53.933 INFO O| Sep 01 23:26:53.933 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
106442026-09-01T23:26:55.353Z[ host-image] Sep 01 23:26:53.933 INFO O| Sep 01 23:26:53.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
106452026-09-01T23:26:55.353Z[ host-image] Sep 01 23:26:53.933 INFO O| Sep 01 23:26:53.933 INFO STEP 95 (ensure_dir) COMPLETE
106462026-09-01T23:26:55.353Z[ host-image] Sep 01 23:26:53.933 INFO O| Sep 01 23:26:53.933 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106472026-09-01T23:26:55.367Z[ host-image] Sep 01 23:26:53.945 INFO O| Sep 01 23:26:53.945 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
106482026-09-01T23:26:55.367Z[ host-image] Sep 01 23:26:53.945 INFO O| Sep 01 23:26:53.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
106492026-09-01T23:26:55.367Z[ host-image] Sep 01 23:26:53.945 INFO O| Sep 01 23:26:53.945 INFO STEP 96 (ensure_dir) COMPLETE
106502026-09-01T23:26:55.370Z[ host-image] Sep 01 23:26:53.945 INFO O| Sep 01 23:26:53.945 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106512026-09-01T23:26:55.378Z[ host-image] Sep 01 23:26:53.958 INFO O| Sep 01 23:26:53.958 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
106522026-09-01T23:26:55.378Z[ host-image] Sep 01 23:26:53.958 INFO O| Sep 01 23:26:53.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
106532026-09-01T23:26:55.378Z[ host-image] Sep 01 23:26:53.958 INFO O| Sep 01 23:26:53.958 INFO STEP 97 (ensure_dir) COMPLETE
106542026-09-01T23:26:55.378Z[ host-image] Sep 01 23:26:53.958 INFO O| Sep 01 23:26:53.958 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106552026-09-01T23:26:55.391Z[ host-image] Sep 01 23:26:53.971 INFO O| Sep 01 23:26:53.970 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
106562026-09-01T23:26:55.391Z[ host-image] Sep 01 23:26:53.971 INFO O| Sep 01 23:26:53.971 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
106572026-09-01T23:26:55.391Z[ host-image] Sep 01 23:26:53.971 INFO O| Sep 01 23:26:53.971 INFO STEP 98 (ensure_dir) COMPLETE
106582026-09-01T23:26:55.391Z[ host-image] Sep 01 23:26:53.971 INFO O| Sep 01 23:26:53.971 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106592026-09-01T23:26:55.403Z[ host-image] Sep 01 23:26:53.982 INFO O| Sep 01 23:26:53.982 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
106602026-09-01T23:26:55.403Z[ host-image] Sep 01 23:26:53.982 INFO O| Sep 01 23:26:53.982 INFO copying /tmp/.tmpLVXgGk/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 ...
106612026-09-01T23:26:55.408Z[ host-image] Sep 01 23:26:53.982 INFO O| Sep 01 23:26:53.982 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
106622026-09-01T23:26:55.408Z[ host-image] Sep 01 23:26:53.982 INFO O| Sep 01 23:26:53.982 INFO ok!
106632026-09-01T23:26:55.408Z[ host-image] Sep 01 23:26:53.982 INFO O| Sep 01 23:26:53.982 INFO STEP 99 (ensure_file) COMPLETE
106642026-09-01T23:26:55.408Z[ host-image] Sep 01 23:26:53.982 INFO O| Sep 01 23:26:53.982 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106652026-09-01T23:26:55.413Z[ host-image] Sep 01 23:26:53.993 INFO O| Sep 01 23:26:53.993 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
106662026-09-01T23:26:55.413Z[ host-image] Sep 01 23:26:53.993 INFO O| Sep 01 23:26:53.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
106672026-09-01T23:26:55.413Z[ host-image] Sep 01 23:26:53.993 INFO O| Sep 01 23:26:53.993 INFO STEP 100 (ensure_dir) COMPLETE
106682026-09-01T23:26:55.416Z[ host-image] Sep 01 23:26:53.993 INFO O| Sep 01 23:26:53.993 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106692026-09-01T23:26:55.423Z[ host-image] Sep 01 23:26:54.003 INFO O| Sep 01 23:26:54.003 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
106702026-09-01T23:26:55.423Z[ host-image] Sep 01 23:26:54.003 INFO O| Sep 01 23:26:54.003 INFO copying /tmp/.tmpLVXgGk/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
106712026-09-01T23:26:55.618Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
106722026-09-01T23:26:56.419Z[ host-image] Sep 01 23:26:54.998 INFO O| Sep 01 23:26:54.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
106732026-09-01T23:26:56.419Z[ host-image] Sep 01 23:26:54.998 INFO O| Sep 01 23:26:54.998 INFO ok!
106742026-09-01T23:26:56.423Z[ host-image] Sep 01 23:26:54.998 INFO O| Sep 01 23:26:54.998 INFO STEP 101 (ensure_file) COMPLETE
106752026-09-01T23:26:56.423Z[ host-image] Sep 01 23:26:54.998 INFO O| Sep 01 23:26:54.998 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106762026-09-01T23:26:56.450Z[ host-image] Sep 01 23:26:55.023 INFO O| Sep 01 23:26:55.011 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
106772026-09-01T23:26:56.450Z[ host-image] Sep 01 23:26:55.023 INFO O| Sep 01 23:26:55.011 INFO copying /tmp/.tmpLVXgGk/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
106782026-09-01T23:26:56.450Z[ host-image] Sep 01 23:26:55.023 INFO O| Sep 01 23:26:55.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
106792026-09-01T23:26:56.450Z[ host-image] Sep 01 23:26:55.023 INFO O| Sep 01 23:26:55.011 INFO ok!
106802026-09-01T23:26:56.450Z[ host-image] Sep 01 23:26:55.023 INFO O| Sep 01 23:26:55.011 INFO STEP 102 (ensure_file) COMPLETE
106812026-09-01T23:26:56.450Z[ host-image] Sep 01 23:26:55.023 INFO O| Sep 01 23:26:55.011 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106822026-09-01T23:26:56.450Z[ host-image] Sep 01 23:26:55.023 INFO O| Sep 01 23:26:55.022 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
106832026-09-01T23:26:56.450Z[ host-image] Sep 01 23:26:55.023 INFO O| Sep 01 23:26:55.022 INFO copying /tmp/.tmpLVXgGk/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
106842026-09-01T23:26:56.454Z[ host-image] Sep 01 23:26:55.029 INFO O| Sep 01 23:26:55.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
106852026-09-01T23:26:56.454Z[ host-image] Sep 01 23:26:55.029 INFO O| Sep 01 23:26:55.029 INFO ok!
106862026-09-01T23:26:56.455Z[ host-image] Sep 01 23:26:55.029 INFO O| Sep 01 23:26:55.029 INFO STEP 103 (ensure_file) COMPLETE
106872026-09-01T23:26:56.455Z[ host-image] Sep 01 23:26:55.029 INFO O| Sep 01 23:26:55.029 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106882026-09-01T23:26:56.467Z[ host-image] Sep 01 23:26:55.043 INFO O| Sep 01 23:26:55.043 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
106892026-09-01T23:26:56.467Z[ host-image] Sep 01 23:26:55.043 INFO O| Sep 01 23:26:55.043 INFO copying /tmp/.tmpLVXgGk/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
106902026-09-01T23:26:56.470Z[ host-image] Sep 01 23:26:55.043 INFO O| Sep 01 23:26:55.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
106912026-09-01T23:26:56.471Z[ host-image] Sep 01 23:26:55.043 INFO O| Sep 01 23:26:55.043 INFO ok!
106922026-09-01T23:26:56.471Z[ host-image] Sep 01 23:26:55.043 INFO O| Sep 01 23:26:55.043 INFO STEP 104 (ensure_file) COMPLETE
106932026-09-01T23:26:56.474Z[ host-image] Sep 01 23:26:55.043 INFO O| Sep 01 23:26:55.043 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106942026-09-01T23:26:56.483Z[ host-image] Sep 01 23:26:55.063 INFO O| Sep 01 23:26:55.063 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
106952026-09-01T23:26:56.483Z[ host-image] Sep 01 23:26:55.063 INFO O| Sep 01 23:26:55.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
106962026-09-01T23:26:56.483Z[ host-image] Sep 01 23:26:55.063 INFO O| Sep 01 23:26:55.063 INFO STEP 105 (ensure_dir) COMPLETE
106972026-09-01T23:26:56.487Z[ host-image] Sep 01 23:26:55.063 INFO O| Sep 01 23:26:55.063 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106982026-09-01T23:26:56.494Z[ host-image] Sep 01 23:26:55.074 INFO O| Sep 01 23:26:55.074 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
106992026-09-01T23:26:56.494Z[ host-image] Sep 01 23:26:55.074 INFO O| Sep 01 23:26:55.074 INFO copying /tmp/.tmpLVXgGk/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 ...
107002026-09-01T23:26:56.897Z[ host-image] Sep 01 23:26:55.476 INFO O| Sep 01 23:26:55.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
107012026-09-01T23:26:56.897Z[ host-image] Sep 01 23:26:55.476 INFO O| Sep 01 23:26:55.476 INFO ok!
107022026-09-01T23:26:56.897Z[ host-image] Sep 01 23:26:55.476 INFO O| Sep 01 23:26:55.476 INFO STEP 106 (ensure_file) COMPLETE
107032026-09-01T23:26:56.902Z[ host-image] Sep 01 23:26:55.476 INFO O| Sep 01 23:26:55.476 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107042026-09-01T23:26:56.910Z[ host-image] Sep 01 23:26:55.489 INFO O| Sep 01 23:26:55.489 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
107052026-09-01T23:26:56.910Z[ host-image] Sep 01 23:26:55.489 INFO O| Sep 01 23:26:55.489 INFO copying /tmp/.tmpLVXgGk/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 ...
107062026-09-01T23:26:56.911Z[ host-image] Sep 01 23:26:55.489 INFO O| Sep 01 23:26:55.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
107072026-09-01T23:26:56.914Z[ host-image] Sep 01 23:26:55.489 INFO O| Sep 01 23:26:55.489 INFO ok!
107082026-09-01T23:26:56.914Z[ host-image] Sep 01 23:26:55.489 INFO O| Sep 01 23:26:55.489 INFO STEP 107 (ensure_file) COMPLETE
107092026-09-01T23:26:56.914Z[ host-image] Sep 01 23:26:55.489 INFO O| Sep 01 23:26:55.489 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107102026-09-01T23:26:56.920Z[ host-image] Sep 01 23:26:55.500 INFO O| Sep 01 23:26:55.500 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
107112026-09-01T23:26:56.920Z[ host-image] Sep 01 23:26:55.500 INFO O| Sep 01 23:26:55.500 INFO copying /tmp/.tmpLVXgGk/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 ...
107122026-09-01T23:26:56.921Z[ host-image] Sep 01 23:26:55.500 INFO O| Sep 01 23:26:55.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
107132026-09-01T23:26:56.921Z[ host-image] Sep 01 23:26:55.500 INFO O| Sep 01 23:26:55.500 INFO ok!
107142026-09-01T23:26:56.925Z[ host-image] Sep 01 23:26:55.500 INFO O| Sep 01 23:26:55.500 INFO STEP 108 (ensure_file) COMPLETE
107152026-09-01T23:26:56.925Z[ host-image] Sep 01 23:26:55.500 INFO O| Sep 01 23:26:55.500 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107162026-09-01T23:26:56.930Z[ host-image] Sep 01 23:26:55.509 INFO O| Sep 01 23:26:55.509 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
107172026-09-01T23:26:56.930Z[ host-image] Sep 01 23:26:55.509 INFO O| Sep 01 23:26:55.509 INFO copying /tmp/.tmpLVXgGk/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 ...
107182026-09-01T23:26:56.930Z[ host-image] Sep 01 23:26:55.509 INFO O| Sep 01 23:26:55.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
107192026-09-01T23:26:56.930Z[ host-image] Sep 01 23:26:55.509 INFO O| Sep 01 23:26:55.509 INFO ok!
107202026-09-01T23:26:56.934Z[ host-image] Sep 01 23:26:55.509 INFO O| Sep 01 23:26:55.509 INFO STEP 109 (ensure_file) COMPLETE
107212026-09-01T23:26:56.934Z[ host-image] Sep 01 23:26:55.510 INFO O| Sep 01 23:26:55.509 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107222026-09-01T23:26:56.941Z[ host-image] Sep 01 23:26:55.520 INFO O| Sep 01 23:26:55.520 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
107232026-09-01T23:26:56.941Z[ host-image] Sep 01 23:26:55.520 INFO O| Sep 01 23:26:55.520 INFO copying /tmp/.tmpLVXgGk/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 ...
107242026-09-01T23:26:56.941Z[ host-image] Sep 01 23:26:55.520 INFO O| Sep 01 23:26:55.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
107252026-09-01T23:26:56.941Z[ host-image] Sep 01 23:26:55.520 INFO O| Sep 01 23:26:55.520 INFO ok!
107262026-09-01T23:26:56.945Z[ host-image] Sep 01 23:26:55.520 INFO O| Sep 01 23:26:55.520 INFO STEP 110 (ensure_file) COMPLETE
107272026-09-01T23:26:56.945Z[ host-image] Sep 01 23:26:55.520 INFO O| Sep 01 23:26:55.520 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107282026-09-01T23:26:56.952Z[ host-image] Sep 01 23:26:55.531 INFO O| Sep 01 23:26:55.531 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
107292026-09-01T23:26:56.952Z[ host-image] Sep 01 23:26:55.531 INFO O| Sep 01 23:26:55.531 INFO copying /tmp/.tmpLVXgGk/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 ...
107302026-09-01T23:26:56.952Z[ host-image] Sep 01 23:26:55.531 INFO O| Sep 01 23:26:55.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
107312026-09-01T23:26:56.956Z[ host-image] Sep 01 23:26:55.531 INFO O| Sep 01 23:26:55.531 INFO ok!
107322026-09-01T23:26:56.956Z[ host-image] Sep 01 23:26:55.531 INFO O| Sep 01 23:26:55.531 INFO STEP 111 (ensure_file) COMPLETE
107332026-09-01T23:26:56.956Z[ host-image] Sep 01 23:26:55.531 INFO O| Sep 01 23:26:55.531 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107342026-09-01T23:26:56.966Z[ host-image] Sep 01 23:26:55.545 INFO O| Sep 01 23:26:55.541 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
107352026-09-01T23:26:56.966Z[ host-image] Sep 01 23:26:55.546 INFO O| Sep 01 23:26:55.542 INFO copying /tmp/.tmpLVXgGk/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 ...
107362026-09-01T23:26:56.969Z[ host-image] Sep 01 23:26:55.546 INFO O| Sep 01 23:26:55.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
107372026-09-01T23:26:56.969Z[ host-image] Sep 01 23:26:55.546 INFO O| Sep 01 23:26:55.542 INFO ok!
107382026-09-01T23:26:56.973Z[ host-image] Sep 01 23:26:55.546 INFO O| Sep 01 23:26:55.542 INFO STEP 112 (ensure_file) COMPLETE
107392026-09-01T23:26:56.973Z[ host-image] Sep 01 23:26:55.546 INFO O| Sep 01 23:26:55.542 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107402026-09-01T23:26:56.973Z[ host-image] Sep 01 23:26:55.552 INFO O| Sep 01 23:26:55.551 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
107412026-09-01T23:26:56.973Z[ host-image] Sep 01 23:26:55.552 INFO O| Sep 01 23:26:55.552 INFO copying /tmp/.tmpLVXgGk/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
107422026-09-01T23:26:56.973Z[ host-image] Sep 01 23:26:55.552 INFO O| Sep 01 23:26:55.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
107432026-09-01T23:26:56.973Z[ host-image] Sep 01 23:26:55.552 INFO O| Sep 01 23:26:55.552 INFO ok!
107442026-09-01T23:26:56.973Z[ host-image] Sep 01 23:26:55.552 INFO O| Sep 01 23:26:55.552 INFO STEP 113 (ensure_file) COMPLETE
107452026-09-01T23:26:56.974Z[ host-image] Sep 01 23:26:55.552 INFO O| Sep 01 23:26:55.552 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107462026-09-01T23:26:57.002Z[ host-image] Sep 01 23:26:55.580 INFO O| Sep 01 23:26:55.580 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
107472026-09-01T23:26:57.002Z[ host-image] Sep 01 23:26:55.580 INFO O| Sep 01 23:26:55.580 INFO copying /tmp/.tmpLVXgGk/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 ...
107482026-09-01T23:26:57.002Z[ host-image] Sep 01 23:26:55.580 INFO O| Sep 01 23:26:55.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
107492026-09-01T23:26:57.006Z[ host-image] Sep 01 23:26:55.580 INFO O| Sep 01 23:26:55.580 INFO ok!
107502026-09-01T23:26:57.010Z[ host-image] Sep 01 23:26:55.580 INFO O| Sep 01 23:26:55.580 INFO STEP 114 (ensure_file) COMPLETE
107512026-09-01T23:26:57.010Z[ host-image] Sep 01 23:26:55.580 INFO O| Sep 01 23:26:55.580 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107522026-09-01T23:26:57.014Z[ host-image] Sep 01 23:26:55.593 INFO O| Sep 01 23:26:55.593 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
107532026-09-01T23:26:57.014Z[ host-image] Sep 01 23:26:55.593 INFO O| Sep 01 23:26:55.593 INFO copying /tmp/.tmpLVXgGk/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 ...
107542026-09-01T23:26:57.014Z[ host-image] Sep 01 23:26:55.593 INFO O| Sep 01 23:26:55.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
107552026-09-01T23:26:57.014Z[ host-image] Sep 01 23:26:55.593 INFO O| Sep 01 23:26:55.593 INFO ok!
107562026-09-01T23:26:57.014Z[ host-image] Sep 01 23:26:55.593 INFO O| Sep 01 23:26:55.593 INFO STEP 115 (ensure_file) COMPLETE
107572026-09-01T23:26:57.014Z[ host-image] Sep 01 23:26:55.593 INFO O| Sep 01 23:26:55.593 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107582026-09-01T23:26:57.025Z[ host-image] Sep 01 23:26:55.604 INFO O| Sep 01 23:26:55.604 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
107592026-09-01T23:26:57.025Z[ host-image] Sep 01 23:26:55.604 INFO O| Sep 01 23:26:55.604 INFO copying /tmp/.tmpLVXgGk/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 ...
107602026-09-01T23:26:57.025Z[ host-image] Sep 01 23:26:55.604 INFO O| Sep 01 23:26:55.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
107612026-09-01T23:26:57.025Z[ host-image] Sep 01 23:26:55.604 INFO O| Sep 01 23:26:55.604 INFO ok!
107622026-09-01T23:26:57.029Z[ host-image] Sep 01 23:26:55.604 INFO O| Sep 01 23:26:55.604 INFO STEP 116 (ensure_file) COMPLETE
107632026-09-01T23:26:57.030Z[ host-image] Sep 01 23:26:55.604 INFO O| Sep 01 23:26:55.604 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107642026-09-01T23:26:57.037Z[ host-image] Sep 01 23:26:55.616 INFO O| Sep 01 23:26:55.616 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
107652026-09-01T23:26:57.037Z[ host-image] Sep 01 23:26:55.616 INFO O| Sep 01 23:26:55.616 INFO copying /tmp/.tmpLVXgGk/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
107662026-09-01T23:26:57.037Z[ host-image] Sep 01 23:26:55.616 INFO O| Sep 01 23:26:55.616 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
107672026-09-01T23:26:57.037Z[ host-image] Sep 01 23:26:55.616 INFO O| Sep 01 23:26:55.616 INFO ok!
107682026-09-01T23:26:57.041Z[ host-image] Sep 01 23:26:55.616 INFO O| Sep 01 23:26:55.616 INFO STEP 117 (ensure_file) COMPLETE
107692026-09-01T23:26:57.041Z[ host-image] Sep 01 23:26:55.616 INFO O| Sep 01 23:26:55.616 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107702026-09-01T23:26:57.052Z[ host-image] Sep 01 23:26:55.631 INFO O| Sep 01 23:26:55.631 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
107712026-09-01T23:26:57.052Z[ host-image] Sep 01 23:26:55.631 INFO O| Sep 01 23:26:55.631 INFO copying /tmp/.tmpLVXgGk/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 ...
107722026-09-01T23:26:57.052Z[ host-image] Sep 01 23:26:55.631 INFO O| Sep 01 23:26:55.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
107732026-09-01T23:26:57.056Z[ host-image] Sep 01 23:26:55.631 INFO O| Sep 01 23:26:55.631 INFO ok!
107742026-09-01T23:26:57.056Z[ host-image] Sep 01 23:26:55.631 INFO O| Sep 01 23:26:55.631 INFO STEP 118 (ensure_file) COMPLETE
107752026-09-01T23:26:57.056Z[ host-image] Sep 01 23:26:55.631 INFO O| Sep 01 23:26:55.631 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107762026-09-01T23:26:57.067Z[ host-image] Sep 01 23:26:55.646 INFO O| Sep 01 23:26:55.646 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
107772026-09-01T23:26:57.067Z[ host-image] Sep 01 23:26:55.647 INFO O| Sep 01 23:26:55.646 INFO copying /tmp/.tmpLVXgGk/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 ...
107782026-09-01T23:26:57.067Z[ host-image] Sep 01 23:26:55.647 INFO O| Sep 01 23:26:55.647 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
107792026-09-01T23:26:57.071Z[ host-image] Sep 01 23:26:55.647 INFO O| Sep 01 23:26:55.647 INFO ok!
107802026-09-01T23:26:57.071Z[ host-image] Sep 01 23:26:55.647 INFO O| Sep 01 23:26:55.647 INFO STEP 119 (ensure_file) COMPLETE
107812026-09-01T23:26:57.071Z[ host-image] Sep 01 23:26:55.647 INFO O| Sep 01 23:26:55.647 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107822026-09-01T23:26:57.082Z[ host-image] Sep 01 23:26:55.660 INFO O| Sep 01 23:26:55.660 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
107832026-09-01T23:26:57.082Z[ host-image] Sep 01 23:26:55.660 INFO O| Sep 01 23:26:55.660 INFO copying /tmp/.tmpLVXgGk/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 ...
107842026-09-01T23:26:57.086Z[ host-image] Sep 01 23:26:55.660 INFO O| Sep 01 23:26:55.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
107852026-09-01T23:26:57.086Z[ host-image] Sep 01 23:26:55.660 INFO O| Sep 01 23:26:55.660 INFO ok!
107862026-09-01T23:26:57.086Z[ host-image] Sep 01 23:26:55.660 INFO O| Sep 01 23:26:55.660 INFO STEP 120 (ensure_file) COMPLETE
107872026-09-01T23:26:57.086Z[ host-image] Sep 01 23:26:55.660 INFO O| Sep 01 23:26:55.660 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107882026-09-01T23:26:57.097Z[ host-image] Sep 01 23:26:55.676 INFO O| Sep 01 23:26:55.676 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
107892026-09-01T23:26:57.097Z[ host-image] Sep 01 23:26:55.676 INFO O| Sep 01 23:26:55.676 INFO copying /tmp/.tmpLVXgGk/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 ...
107902026-09-01T23:26:57.097Z[ host-image] Sep 01 23:26:55.676 INFO O| Sep 01 23:26:55.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
107912026-09-01T23:26:57.097Z[ host-image] Sep 01 23:26:55.676 INFO O| Sep 01 23:26:55.676 INFO ok!
107922026-09-01T23:26:57.101Z[ host-image] Sep 01 23:26:55.676 INFO O| Sep 01 23:26:55.676 INFO STEP 121 (ensure_file) COMPLETE
107932026-09-01T23:26:57.101Z[ host-image] Sep 01 23:26:55.676 INFO O| Sep 01 23:26:55.676 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107942026-09-01T23:26:57.109Z[ host-image] Sep 01 23:26:55.688 INFO O| Sep 01 23:26:55.688 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
107952026-09-01T23:26:57.109Z[ host-image] Sep 01 23:26:55.688 INFO O| Sep 01 23:26:55.688 INFO copying /tmp/.tmpLVXgGk/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 ...
107962026-09-01T23:26:57.113Z[ host-image] Sep 01 23:26:55.688 INFO O| Sep 01 23:26:55.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
107972026-09-01T23:26:57.113Z[ host-image] Sep 01 23:26:55.688 INFO O| Sep 01 23:26:55.688 INFO ok!
107982026-09-01T23:26:57.113Z[ host-image] Sep 01 23:26:55.688 INFO O| Sep 01 23:26:55.688 INFO STEP 122 (ensure_file) COMPLETE
107992026-09-01T23:26:57.113Z[ host-image] Sep 01 23:26:55.688 INFO O| Sep 01 23:26:55.688 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108002026-09-01T23:26:57.120Z[ host-image] Sep 01 23:26:55.700 INFO O| Sep 01 23:26:55.699 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
108012026-09-01T23:26:57.120Z[ host-image] Sep 01 23:26:55.700 INFO O| Sep 01 23:26:55.699 INFO copying /tmp/.tmpLVXgGk/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 ...
108022026-09-01T23:26:57.120Z[ host-image] Sep 01 23:26:55.700 INFO O| Sep 01 23:26:55.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
108032026-09-01T23:26:57.124Z[ host-image] Sep 01 23:26:55.700 INFO O| Sep 01 23:26:55.700 INFO ok!
108042026-09-01T23:26:57.124Z[ host-image] Sep 01 23:26:55.700 INFO O| Sep 01 23:26:55.700 INFO STEP 123 (ensure_file) COMPLETE
108052026-09-01T23:26:57.124Z[ host-image] Sep 01 23:26:55.700 INFO O| Sep 01 23:26:55.700 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108062026-09-01T23:26:57.131Z[ host-image] Sep 01 23:26:55.710 INFO O| Sep 01 23:26:55.710 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
108072026-09-01T23:26:57.131Z[ host-image] Sep 01 23:26:55.710 INFO O| Sep 01 23:26:55.710 INFO copying /tmp/.tmpLVXgGk/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 ...
108082026-09-01T23:26:57.131Z[ host-image] Sep 01 23:26:55.710 INFO O| Sep 01 23:26:55.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
108092026-09-01T23:26:57.136Z[ host-image] Sep 01 23:26:55.710 INFO O| Sep 01 23:26:55.710 INFO ok!
108102026-09-01T23:26:57.136Z[ host-image] Sep 01 23:26:55.710 INFO O| Sep 01 23:26:55.710 INFO STEP 124 (ensure_file) COMPLETE
108112026-09-01T23:26:57.136Z[ host-image] Sep 01 23:26:55.710 INFO O| Sep 01 23:26:55.710 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108122026-09-01T23:26:57.141Z[ host-image] Sep 01 23:26:55.721 INFO O| Sep 01 23:26:55.721 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
108132026-09-01T23:26:57.141Z[ host-image] Sep 01 23:26:55.721 INFO O| Sep 01 23:26:55.721 INFO copying /tmp/.tmpLVXgGk/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 ...
108142026-09-01T23:26:57.141Z[ host-image] Sep 01 23:26:55.721 INFO O| Sep 01 23:26:55.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
108152026-09-01T23:26:57.142Z[ host-image] Sep 01 23:26:55.721 INFO O| Sep 01 23:26:55.721 INFO ok!
108162026-09-01T23:26:57.142Z[ host-image] Sep 01 23:26:55.721 INFO O| Sep 01 23:26:55.721 INFO STEP 125 (ensure_file) COMPLETE
108172026-09-01T23:26:57.145Z[ host-image] Sep 01 23:26:55.721 INFO O| Sep 01 23:26:55.721 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108182026-09-01T23:26:57.152Z[ host-image] Sep 01 23:26:55.732 INFO O| Sep 01 23:26:55.731 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
108192026-09-01T23:26:57.152Z[ host-image] Sep 01 23:26:55.732 INFO O| Sep 01 23:26:55.731 INFO copying /tmp/.tmpLVXgGk/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 ...
108202026-09-01T23:26:57.152Z[ host-image] Sep 01 23:26:55.732 INFO O| Sep 01 23:26:55.732 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
108212026-09-01T23:26:57.156Z[ host-image] Sep 01 23:26:55.732 INFO O| Sep 01 23:26:55.732 INFO ok!
108222026-09-01T23:26:57.156Z[ host-image] Sep 01 23:26:55.732 INFO O| Sep 01 23:26:55.732 INFO STEP 126 (ensure_file) COMPLETE
108232026-09-01T23:26:57.156Z[ host-image] Sep 01 23:26:55.732 INFO O| Sep 01 23:26:55.732 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108242026-09-01T23:26:57.163Z[ host-image] Sep 01 23:26:55.742 INFO O| Sep 01 23:26:55.742 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
108252026-09-01T23:26:57.163Z[ host-image] Sep 01 23:26:55.742 INFO O| Sep 01 23:26:55.742 INFO copying /tmp/.tmpLVXgGk/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 ...
108262026-09-01T23:26:57.163Z[ host-image] Sep 01 23:26:55.743 INFO O| Sep 01 23:26:55.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
108272026-09-01T23:26:57.166Z[ host-image] Sep 01 23:26:55.743 INFO O| Sep 01 23:26:55.742 INFO ok!
108282026-09-01T23:26:57.167Z[ host-image] Sep 01 23:26:55.743 INFO O| Sep 01 23:26:55.743 INFO STEP 127 (ensure_file) COMPLETE
108292026-09-01T23:26:57.167Z[ host-image] Sep 01 23:26:55.743 INFO O| Sep 01 23:26:55.743 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108302026-09-01T23:26:57.186Z[ host-image] Sep 01 23:26:55.765 INFO O| Sep 01 23:26:55.765 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
108312026-09-01T23:26:57.186Z[ host-image] Sep 01 23:26:55.765 INFO O| Sep 01 23:26:55.765 INFO copying /tmp/.tmpLVXgGk/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 ...
108322026-09-01T23:26:57.186Z[ host-image] Sep 01 23:26:55.765 INFO O| Sep 01 23:26:55.765 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
108332026-09-01T23:26:57.191Z[ host-image] Sep 01 23:26:55.765 INFO O| Sep 01 23:26:55.765 INFO ok!
108342026-09-01T23:26:57.191Z[ host-image] Sep 01 23:26:55.765 INFO O| Sep 01 23:26:55.765 INFO STEP 128 (ensure_file) COMPLETE
108352026-09-01T23:26:57.191Z[ host-image] Sep 01 23:26:55.765 INFO O| Sep 01 23:26:55.765 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108362026-09-01T23:26:57.213Z[ host-image] Sep 01 23:26:55.793 INFO O| Sep 01 23:26:55.793 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
108372026-09-01T23:26:57.214Z[ host-image] Sep 01 23:26:55.793 INFO O| Sep 01 23:26:55.793 INFO copying /tmp/.tmpLVXgGk/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 ...
108382026-09-01T23:26:57.214Z[ host-image] Sep 01 23:26:55.793 INFO O| Sep 01 23:26:55.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
108392026-09-01T23:26:57.217Z[ host-image] Sep 01 23:26:55.793 INFO O| Sep 01 23:26:55.793 INFO ok!
108402026-09-01T23:26:57.217Z[ host-image] Sep 01 23:26:55.793 INFO O| Sep 01 23:26:55.793 INFO STEP 129 (ensure_file) COMPLETE
108412026-09-01T23:26:57.217Z[ host-image] Sep 01 23:26:55.793 INFO O| Sep 01 23:26:55.793 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108422026-09-01T23:26:57.226Z[ host-image] Sep 01 23:26:55.805 INFO O| Sep 01 23:26:55.805 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
108432026-09-01T23:26:57.226Z[ host-image] Sep 01 23:26:55.805 INFO O| Sep 01 23:26:55.805 INFO copying /tmp/.tmpLVXgGk/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 ...
108442026-09-01T23:26:57.226Z[ host-image] Sep 01 23:26:55.805 INFO O| Sep 01 23:26:55.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
108452026-09-01T23:26:57.226Z[ host-image] Sep 01 23:26:55.805 INFO O| Sep 01 23:26:55.805 INFO ok!
108462026-09-01T23:26:57.229Z[ host-image] Sep 01 23:26:55.805 INFO O| Sep 01 23:26:55.805 INFO STEP 130 (ensure_file) COMPLETE
108472026-09-01T23:26:57.229Z[ host-image] Sep 01 23:26:55.805 INFO O| Sep 01 23:26:55.805 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108482026-09-01T23:26:57.239Z[ host-image] Sep 01 23:26:55.818 INFO O| Sep 01 23:26:55.818 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
108492026-09-01T23:26:57.239Z[ host-image] Sep 01 23:26:55.818 INFO O| Sep 01 23:26:55.818 INFO copying /tmp/.tmpLVXgGk/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 ...
108502026-09-01T23:26:57.239Z[ host-image] Sep 01 23:26:55.818 INFO O| Sep 01 23:26:55.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
108512026-09-01T23:26:57.242Z[ host-image] Sep 01 23:26:55.818 INFO O| Sep 01 23:26:55.818 INFO ok!
108522026-09-01T23:26:57.242Z[ host-image] Sep 01 23:26:55.818 INFO O| Sep 01 23:26:55.818 INFO STEP 131 (ensure_file) COMPLETE
108532026-09-01T23:26:57.242Z[ host-image] Sep 01 23:26:55.818 INFO O| Sep 01 23:26:55.818 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108542026-09-01T23:26:57.248Z[ host-image] Sep 01 23:26:55.827 INFO O| Sep 01 23:26:55.827 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
108552026-09-01T23:26:57.248Z[ host-image] Sep 01 23:26:55.827 INFO O| Sep 01 23:26:55.827 INFO copying /tmp/.tmpLVXgGk/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 ...
108562026-09-01T23:26:57.248Z[ host-image] Sep 01 23:26:55.828 INFO O| Sep 01 23:26:55.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
108572026-09-01T23:26:57.254Z[ host-image] Sep 01 23:26:55.828 INFO O| Sep 01 23:26:55.828 INFO ok!
108582026-09-01T23:26:57.254Z[ host-image] Sep 01 23:26:55.828 INFO O| Sep 01 23:26:55.828 INFO STEP 132 (ensure_file) COMPLETE
108592026-09-01T23:26:57.254Z[ host-image] Sep 01 23:26:55.828 INFO O| Sep 01 23:26:55.828 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108602026-09-01T23:26:57.261Z[ host-image] Sep 01 23:26:55.841 INFO O| Sep 01 23:26:55.841 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
108612026-09-01T23:26:57.261Z[ host-image] Sep 01 23:26:55.841 INFO O| Sep 01 23:26:55.841 INFO copying /tmp/.tmpLVXgGk/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 ...
108622026-09-01T23:26:57.264Z[ host-image] Sep 01 23:26:55.841 INFO O| Sep 01 23:26:55.841 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
108632026-09-01T23:26:57.264Z[ host-image] Sep 01 23:26:55.841 INFO O| Sep 01 23:26:55.841 INFO ok!
108642026-09-01T23:26:57.264Z[ host-image] Sep 01 23:26:55.841 INFO O| Sep 01 23:26:55.841 INFO STEP 133 (ensure_file) COMPLETE
108652026-09-01T23:26:57.264Z[ host-image] Sep 01 23:26:55.841 INFO O| Sep 01 23:26:55.841 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108662026-09-01T23:26:57.273Z[ host-image] Sep 01 23:26:55.853 INFO O| Sep 01 23:26:55.853 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
108672026-09-01T23:26:57.273Z[ host-image] Sep 01 23:26:55.853 INFO O| Sep 01 23:26:55.853 INFO copying /tmp/.tmpLVXgGk/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 ...
108682026-09-01T23:26:57.276Z[ host-image] Sep 01 23:26:55.853 INFO O| Sep 01 23:26:55.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
108692026-09-01T23:26:57.276Z[ host-image] Sep 01 23:26:55.853 INFO O| Sep 01 23:26:55.853 INFO ok!
108702026-09-01T23:26:57.276Z[ host-image] Sep 01 23:26:55.853 INFO O| Sep 01 23:26:55.853 INFO STEP 134 (ensure_file) COMPLETE
108712026-09-01T23:26:57.277Z[ host-image] Sep 01 23:26:55.853 INFO O| Sep 01 23:26:55.853 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108722026-09-01T23:26:57.282Z[ host-image] Sep 01 23:26:55.862 INFO O| Sep 01 23:26:55.862 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
108732026-09-01T23:26:57.282Z[ host-image] Sep 01 23:26:55.862 INFO O| Sep 01 23:26:55.862 INFO copying /tmp/.tmpLVXgGk/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 ...
108742026-09-01T23:26:57.285Z[ host-image] Sep 01 23:26:55.862 INFO O| Sep 01 23:26:55.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
108752026-09-01T23:26:57.285Z[ host-image] Sep 01 23:26:55.862 INFO O| Sep 01 23:26:55.862 INFO ok!
108762026-09-01T23:26:57.285Z[ host-image] Sep 01 23:26:55.862 INFO O| Sep 01 23:26:55.862 INFO STEP 135 (ensure_file) COMPLETE
108772026-09-01T23:26:57.285Z[ host-image] Sep 01 23:26:55.862 INFO O| Sep 01 23:26:55.862 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108782026-09-01T23:26:57.314Z[ host-image] Sep 01 23:26:55.894 INFO O| Sep 01 23:26:55.894 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
108792026-09-01T23:26:57.315Z[ host-image] Sep 01 23:26:55.894 INFO O| Sep 01 23:26:55.894 INFO copying /tmp/.tmpLVXgGk/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
108802026-09-01T23:26:57.315Z[ host-image] Sep 01 23:26:55.894 INFO O| Sep 01 23:26:55.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
108812026-09-01T23:26:57.315Z[ host-image] Sep 01 23:26:55.894 INFO O| Sep 01 23:26:55.894 INFO ok!
108822026-09-01T23:26:57.318Z[ host-image] Sep 01 23:26:55.894 INFO O| Sep 01 23:26:55.894 INFO STEP 136 (ensure_file) COMPLETE
108832026-09-01T23:26:57.318Z[ host-image] Sep 01 23:26:55.894 INFO O| Sep 01 23:26:55.894 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108842026-09-01T23:26:57.323Z[ host-image] Sep 01 23:26:55.903 INFO O| Sep 01 23:26:55.902 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
108852026-09-01T23:26:57.323Z[ host-image] Sep 01 23:26:55.903 INFO O| Sep 01 23:26:55.902 INFO copying /tmp/.tmpLVXgGk/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 ...
108862026-09-01T23:26:57.323Z[ host-image] Sep 01 23:26:55.903 INFO O| Sep 01 23:26:55.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
108872026-09-01T23:26:57.323Z[ host-image] Sep 01 23:26:55.903 INFO O| Sep 01 23:26:55.903 INFO ok!
108882026-09-01T23:26:57.326Z[ host-image] Sep 01 23:26:55.903 INFO O| Sep 01 23:26:55.903 INFO STEP 137 (ensure_file) COMPLETE
108892026-09-01T23:26:57.326Z[ host-image] Sep 01 23:26:55.903 INFO O| Sep 01 23:26:55.903 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108902026-09-01T23:26:57.411Z[ host-image] Sep 01 23:26:55.911 INFO O| Sep 01 23:26:55.911 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
108912026-09-01T23:26:57.411Z[ host-image] Sep 01 23:26:55.912 INFO O| Sep 01 23:26:55.911 INFO copying /tmp/.tmpLVXgGk/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
108922026-09-01T23:26:57.411Z[ host-image] Sep 01 23:26:55.912 INFO O| Sep 01 23:26:55.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
108932026-09-01T23:26:57.411Z[ host-image] Sep 01 23:26:55.912 INFO O| Sep 01 23:26:55.912 INFO ok!
108942026-09-01T23:26:57.412Z[ host-image] Sep 01 23:26:55.912 INFO O| Sep 01 23:26:55.912 INFO STEP 138 (ensure_file) COMPLETE
108952026-09-01T23:26:57.412Z[ host-image] Sep 01 23:26:55.912 INFO O| Sep 01 23:26:55.912 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108962026-09-01T23:26:57.412Z[ host-image] Sep 01 23:26:55.921 INFO O| Sep 01 23:26:55.921 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
108972026-09-01T23:26:57.412Z[ host-image] Sep 01 23:26:55.921 INFO O| Sep 01 23:26:55.921 INFO copying /tmp/.tmpLVXgGk/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
108982026-09-01T23:27:04.977Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
108992026-09-01T23:27:06.888Z[ host-image] Sep 01 23:27:05.468 INFO O| Sep 01 23:27:05.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
109002026-09-01T23:27:06.888Z[ host-image] Sep 01 23:27:05.468 INFO O| Sep 01 23:27:05.468 INFO ok!
109012026-09-01T23:27:06.892Z[ host-image] Sep 01 23:27:05.468 INFO O| Sep 01 23:27:05.468 INFO STEP 139 (ensure_file) COMPLETE
109022026-09-01T23:27:06.892Z[ host-image] Sep 01 23:27:05.468 INFO O| Sep 01 23:27:05.468 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109032026-09-01T23:27:06.898Z[ host-image] Sep 01 23:27:05.477 INFO O| Sep 01 23:27:05.477 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
109042026-09-01T23:27:06.898Z[ host-image] Sep 01 23:27:05.477 INFO O| Sep 01 23:27:05.477 INFO STEP 140 (ensure_dir) COMPLETE
109052026-09-01T23:27:06.901Z[ host-image] Sep 01 23:27:05.477 INFO O| Sep 01 23:27:05.477 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109062026-09-01T23:27:06.906Z[ host-image] Sep 01 23:27:05.486 INFO O| Sep 01 23:27:05.486 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
109072026-09-01T23:27:06.906Z[ host-image] Sep 01 23:27:05.486 INFO O| Sep 01 23:27:05.486 INFO STEP 141 (ensure_dir) COMPLETE
109082026-09-01T23:27:06.909Z[ host-image] Sep 01 23:27:05.486 INFO O| Sep 01 23:27:05.486 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109092026-09-01T23:27:06.912Z[ host-image] Sep 01 23:27:05.492 INFO O| Sep 01 23:27:05.492 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
109102026-09-01T23:27:06.912Z[ host-image] Sep 01 23:27:05.492 INFO O| Sep 01 23:27:05.492 INFO STEP 142 (ensure_dir) COMPLETE
109112026-09-01T23:27:06.917Z[ host-image] Sep 01 23:27:05.492 INFO O| Sep 01 23:27:05.492 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109122026-09-01T23:27:06.922Z[ host-image] Sep 01 23:27:05.502 INFO O| Sep 01 23:27:05.502 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
109132026-09-01T23:27:06.922Z[ host-image] Sep 01 23:27:05.502 INFO O| Sep 01 23:27:05.502 INFO STEP 143 (ensure_dir) COMPLETE
109142026-09-01T23:27:06.925Z[ host-image] Sep 01 23:27:05.502 INFO O| Sep 01 23:27:05.502 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109152026-09-01T23:27:06.929Z[ host-image] Sep 01 23:27:05.509 INFO O| Sep 01 23:27:05.509 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
109162026-09-01T23:27:06.930Z[ host-image] Sep 01 23:27:05.509 INFO O| Sep 01 23:27:05.509 INFO copying /tmp/.tmpLVXgGk/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 ...
109172026-09-01T23:27:06.932Z[ host-image] Sep 01 23:27:05.509 INFO O| Sep 01 23:27:05.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
109182026-09-01T23:27:06.933Z[ host-image] Sep 01 23:27:05.509 INFO O| Sep 01 23:27:05.509 INFO ok!
109192026-09-01T23:27:06.933Z[ host-image] Sep 01 23:27:05.509 INFO O| Sep 01 23:27:05.509 INFO STEP 144 (ensure_file) COMPLETE
109202026-09-01T23:27:06.933Z[ host-image] Sep 01 23:27:05.509 INFO O| Sep 01 23:27:05.509 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109212026-09-01T23:27:06.938Z[ host-image] Sep 01 23:27:05.518 INFO O| Sep 01 23:27:05.517 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
109222026-09-01T23:27:06.938Z[ host-image] Sep 01 23:27:05.518 INFO O| Sep 01 23:27:05.518 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
109232026-09-01T23:27:06.941Z[ host-image] Sep 01 23:27:05.518 INFO O| Sep 01 23:27:05.518 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
109242026-09-01T23:27:06.941Z[ host-image] Sep 01 23:27:05.518 INFO O| Sep 01 23:27:05.518 INFO STEP 145 (ensure_dir) COMPLETE
109252026-09-01T23:27:06.941Z[ host-image] Sep 01 23:27:05.518 INFO O| Sep 01 23:27:05.518 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109262026-09-01T23:27:06.946Z[ host-image] Sep 01 23:27:05.525 INFO O| Sep 01 23:27:05.525 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
109272026-09-01T23:27:06.949Z[ host-image] Sep 01 23:27:05.525 INFO O| Sep 01 23:27:05.525 INFO copying /tmp/.tmpLVXgGk/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
109282026-09-01T23:27:06.949Z[ host-image] Sep 01 23:27:05.525 INFO O| Sep 01 23:27:05.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
109292026-09-01T23:27:06.949Z[ host-image] Sep 01 23:27:05.525 INFO O| Sep 01 23:27:05.525 INFO ok!
109302026-09-01T23:27:06.949Z[ host-image] Sep 01 23:27:05.525 INFO O| Sep 01 23:27:05.525 INFO STEP 146 (ensure_file) COMPLETE
109312026-09-01T23:27:06.949Z[ host-image] Sep 01 23:27:05.525 INFO O| Sep 01 23:27:05.525 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109322026-09-01T23:27:06.953Z[ host-image] Sep 01 23:27:05.531 INFO O| Sep 01 23:27:05.531 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
109332026-09-01T23:27:06.953Z[ host-image] Sep 01 23:27:05.532 INFO O| Sep 01 23:27:05.532 INFO STEP 147 (remove_files) COMPLETE
109342026-09-01T23:27:06.953Z[ host-image] Sep 01 23:27:05.532 INFO O| Sep 01 23:27:05.532 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109352026-09-01T23:27:06.960Z[ host-image] Sep 01 23:27:05.539 INFO O| Sep 01 23:27:05.539 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
109362026-09-01T23:27:06.964Z[ host-image] Sep 01 23:27:05.539 INFO O| Sep 01 23:27:05.539 INFO STEP 148 (remove_files) COMPLETE
109372026-09-01T23:27:06.964Z[ host-image] Sep 01 23:27:05.539 INFO O| Sep 01 23:27:05.539 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109382026-09-01T23:27:06.968Z[ host-image] Sep 01 23:27:05.547 INFO O| Sep 01 23:27:05.547 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
109392026-09-01T23:27:06.968Z[ host-image] Sep 01 23:27:05.547 INFO O| Sep 01 23:27:05.547 INFO STEP 149 (remove_files) COMPLETE
109402026-09-01T23:27:06.968Z[ host-image] Sep 01 23:27:05.547 INFO O| Sep 01 23:27:05.547 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109412026-09-01T23:27:06.975Z[ host-image] Sep 01 23:27:05.555 INFO O| Sep 01 23:27:05.555 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
109422026-09-01T23:27:06.978Z[ host-image] Sep 01 23:27:05.555 INFO O| Sep 01 23:27:05.555 INFO STEP 150 (remove_files) COMPLETE
109432026-09-01T23:27:06.978Z[ host-image] Sep 01 23:27:05.555 INFO O| Sep 01 23:27:05.555 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109442026-09-01T23:27:06.991Z[ host-image] Sep 01 23:27:05.563 INFO O| Sep 01 23:27:05.563 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
109452026-09-01T23:27:06.994Z[ host-image] Sep 01 23:27:05.563 INFO O| Sep 01 23:27:05.563 INFO STEP 151 (remove_files) COMPLETE
109462026-09-01T23:27:06.994Z[ host-image] Sep 01 23:27:05.563 INFO O| Sep 01 23:27:05.563 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109472026-09-01T23:27:06.994Z[ host-image] Sep 01 23:27:05.571 INFO O| Sep 01 23:27:05.571 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
109482026-09-01T23:27:06.994Z[ host-image] Sep 01 23:27:05.571 INFO O| Sep 01 23:27:05.571 INFO STEP 152 (remove_files) COMPLETE
109492026-09-01T23:27:06.995Z[ host-image] Sep 01 23:27:05.571 INFO O| Sep 01 23:27:05.571 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109502026-09-01T23:27:06.999Z[ host-image] Sep 01 23:27:05.578 INFO O| Sep 01 23:27:05.578 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
109512026-09-01T23:27:07.010Z[ host-image] Sep 01 23:27:05.578 INFO O| Sep 01 23:27:05.578 INFO STEP 153 (remove_files) COMPLETE
109522026-09-01T23:27:07.010Z[ host-image] Sep 01 23:27:05.578 INFO O| Sep 01 23:27:05.578 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109532026-09-01T23:27:07.015Z[ host-image] Sep 01 23:27:05.588 INFO O| Sep 01 23:27:05.587 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
109542026-09-01T23:27:07.015Z[ host-image] Sep 01 23:27:05.588 INFO O| Sep 01 23:27:05.588 INFO STEP 154 (remove_files) COMPLETE
109552026-09-01T23:27:07.015Z[ host-image] Sep 01 23:27:05.588 INFO O| Sep 01 23:27:05.588 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109562026-09-01T23:27:07.018Z[ host-image] Sep 01 23:27:05.596 INFO O| Sep 01 23:27:05.596 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
109572026-09-01T23:27:07.019Z[ host-image] Sep 01 23:27:05.596 INFO O| Sep 01 23:27:05.596 INFO STEP 155 (remove_files) COMPLETE
109582026-09-01T23:27:07.019Z[ host-image] Sep 01 23:27:05.596 INFO O| Sep 01 23:27:05.596 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109592026-09-01T23:27:07.024Z[ host-image] Sep 01 23:27:05.604 INFO O| Sep 01 23:27:05.603 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
109602026-09-01T23:27:07.027Z[ host-image] Sep 01 23:27:05.604 INFO O| Sep 01 23:27:05.604 INFO STEP 156 (remove_files) COMPLETE
109612026-09-01T23:27:07.027Z[ host-image] Sep 01 23:27:05.604 INFO O| Sep 01 23:27:05.604 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109622026-09-01T23:27:07.033Z[ host-image] Sep 01 23:27:05.612 INFO O| Sep 01 23:27:05.612 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
109632026-09-01T23:27:07.033Z[ host-image] Sep 01 23:27:05.612 INFO O| Sep 01 23:27:05.612 INFO STEP 157 (remove_files) COMPLETE
109642026-09-01T23:27:07.037Z[ host-image] Sep 01 23:27:05.612 INFO O| Sep 01 23:27:05.612 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109652026-09-01T23:27:07.041Z[ host-image] Sep 01 23:27:05.620 INFO O| Sep 01 23:27:05.620 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
109662026-09-01T23:27:07.041Z[ host-image] Sep 01 23:27:05.620 INFO O| Sep 01 23:27:05.620 INFO STEP 158 (remove_files) COMPLETE
109672026-09-01T23:27:07.041Z[ host-image] Sep 01 23:27:05.620 INFO O| Sep 01 23:27:05.620 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109682026-09-01T23:27:07.048Z[ host-image] Sep 01 23:27:05.628 INFO O| Sep 01 23:27:05.628 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
109692026-09-01T23:27:07.048Z[ host-image] Sep 01 23:27:05.628 INFO O| Sep 01 23:27:05.628 INFO STEP 159 (remove_files) COMPLETE
109702026-09-01T23:27:07.049Z[ host-image] Sep 01 23:27:05.628 INFO O| Sep 01 23:27:05.628 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109712026-09-01T23:27:07.056Z[ host-image] Sep 01 23:27:05.636 INFO O| Sep 01 23:27:05.636 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
109722026-09-01T23:27:07.060Z[ host-image] Sep 01 23:27:05.636 INFO O| Sep 01 23:27:05.636 INFO STEP 160 (remove_files) COMPLETE
109732026-09-01T23:27:07.060Z[ host-image] Sep 01 23:27:05.636 INFO O| Sep 01 23:27:05.636 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109742026-09-01T23:27:07.064Z[ host-image] Sep 01 23:27:05.644 INFO O| Sep 01 23:27:05.644 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
109752026-09-01T23:27:07.064Z[ host-image] Sep 01 23:27:05.644 INFO O| Sep 01 23:27:05.644 INFO STEP 161 (remove_files) COMPLETE
109762026-09-01T23:27:07.064Z[ host-image] Sep 01 23:27:05.644 INFO O| Sep 01 23:27:05.644 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109772026-09-01T23:27:07.074Z[ host-image] Sep 01 23:27:05.650 INFO O| Sep 01 23:27:05.650 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
109782026-09-01T23:27:07.074Z[ host-image] Sep 01 23:27:05.650 INFO O| Sep 01 23:27:05.650 INFO STEP 162 (remove_files) COMPLETE
109792026-09-01T23:27:07.079Z[ host-image] Sep 01 23:27:05.650 INFO O| Sep 01 23:27:05.650 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109802026-09-01T23:27:07.079Z[ host-image] Sep 01 23:27:05.658 INFO O| Sep 01 23:27:05.658 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
109812026-09-01T23:27:07.079Z[ host-image] Sep 01 23:27:05.658 INFO O| Sep 01 23:27:05.658 INFO STEP 163 (remove_files) COMPLETE
109822026-09-01T23:27:07.079Z[ host-image] Sep 01 23:27:05.658 INFO O| Sep 01 23:27:05.658 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109832026-09-01T23:27:07.086Z[ host-image] Sep 01 23:27:05.666 INFO O| Sep 01 23:27:05.666 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
109842026-09-01T23:27:07.090Z[ host-image] Sep 01 23:27:05.666 INFO O| Sep 01 23:27:05.666 INFO STEP 164 (remove_files) COMPLETE
109852026-09-01T23:27:07.090Z[ host-image] Sep 01 23:27:05.666 INFO O| Sep 01 23:27:05.666 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109862026-09-01T23:27:07.095Z[ host-image] Sep 01 23:27:05.675 INFO O| Sep 01 23:27:05.675 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
109872026-09-01T23:27:07.098Z[ host-image] Sep 01 23:27:05.675 INFO O| Sep 01 23:27:05.675 INFO STEP 165 (remove_files) COMPLETE
109882026-09-01T23:27:07.098Z[ host-image] Sep 01 23:27:05.675 INFO O| Sep 01 23:27:05.675 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109892026-09-01T23:27:07.104Z[ host-image] Sep 01 23:27:05.684 INFO O| Sep 01 23:27:05.684 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
109902026-09-01T23:27:07.104Z[ host-image] Sep 01 23:27:05.684 INFO O| Sep 01 23:27:05.684 INFO STEP 166 (remove_files) COMPLETE
109912026-09-01T23:27:07.107Z[ host-image] Sep 01 23:27:05.684 INFO O| Sep 01 23:27:05.684 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109922026-09-01T23:27:07.111Z[ host-image] Sep 01 23:27:05.691 INFO O| Sep 01 23:27:05.691 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
109932026-09-01T23:27:07.116Z[ host-image] Sep 01 23:27:05.692 INFO O| Sep 01 23:27:05.691 INFO STEP 167 (remove_files) COMPLETE
109942026-09-01T23:27:07.116Z[ host-image] Sep 01 23:27:05.692 INFO O| Sep 01 23:27:05.691 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109952026-09-01T23:27:07.119Z[ host-image] Sep 01 23:27:05.699 INFO O| Sep 01 23:27:05.699 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
109962026-09-01T23:27:07.120Z[ host-image] Sep 01 23:27:05.699 INFO O| Sep 01 23:27:05.699 INFO STEP 168 (remove_files) COMPLETE
109972026-09-01T23:27:07.120Z[ host-image] Sep 01 23:27:05.699 INFO O| Sep 01 23:27:05.699 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109982026-09-01T23:27:07.128Z[ host-image] Sep 01 23:27:05.708 INFO O| Sep 01 23:27:05.708 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
109992026-09-01T23:27:07.131Z[ host-image] Sep 01 23:27:05.708 INFO O| Sep 01 23:27:05.708 INFO STEP 169 (remove_files) COMPLETE
110002026-09-01T23:27:07.131Z[ host-image] Sep 01 23:27:05.708 INFO O| Sep 01 23:27:05.708 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110012026-09-01T23:27:07.135Z[ host-image] Sep 01 23:27:05.715 INFO O| Sep 01 23:27:05.715 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
110022026-09-01T23:27:07.135Z[ host-image] Sep 01 23:27:05.715 INFO O| Sep 01 23:27:05.715 INFO STEP 170 (remove_files) COMPLETE
110032026-09-01T23:27:07.138Z[ host-image] Sep 01 23:27:05.715 INFO O| Sep 01 23:27:05.715 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110042026-09-01T23:27:07.142Z[ host-image] Sep 01 23:27:05.722 INFO O| Sep 01 23:27:05.722 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
110052026-09-01T23:27:07.142Z[ host-image] Sep 01 23:27:05.722 INFO O| Sep 01 23:27:05.722 INFO STEP 171 (remove_files) COMPLETE
110062026-09-01T23:27:07.145Z[ host-image] Sep 01 23:27:05.722 INFO O| Sep 01 23:27:05.722 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110072026-09-01T23:27:07.150Z[ host-image] Sep 01 23:27:05.730 INFO O| Sep 01 23:27:05.730 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
110082026-09-01T23:27:07.150Z[ host-image] Sep 01 23:27:05.730 INFO O| Sep 01 23:27:05.730 INFO STEP 172 (remove_files) COMPLETE
110092026-09-01T23:27:07.153Z[ host-image] Sep 01 23:27:05.730 INFO O| Sep 01 23:27:05.730 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110102026-09-01T23:27:07.158Z[ host-image] Sep 01 23:27:05.737 INFO O| Sep 01 23:27:05.737 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
110112026-09-01T23:27:07.158Z[ host-image] Sep 01 23:27:05.737 INFO O| Sep 01 23:27:05.737 INFO STEP 173 (remove_files) COMPLETE
110122026-09-01T23:27:07.161Z[ host-image] Sep 01 23:27:05.737 INFO O| Sep 01 23:27:05.737 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110132026-09-01T23:27:07.165Z[ host-image] Sep 01 23:27:05.745 INFO O| Sep 01 23:27:05.745 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
110142026-09-01T23:27:07.165Z[ host-image] Sep 01 23:27:05.745 INFO O| Sep 01 23:27:05.745 INFO STEP 174 (remove_files) COMPLETE
110152026-09-01T23:27:07.169Z[ host-image] Sep 01 23:27:05.745 INFO O| Sep 01 23:27:05.745 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110162026-09-01T23:27:07.173Z[ host-image] Sep 01 23:27:05.753 INFO O| Sep 01 23:27:05.753 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
110172026-09-01T23:27:07.173Z[ host-image] Sep 01 23:27:05.753 INFO O| Sep 01 23:27:05.753 INFO STEP 175 (remove_files) COMPLETE
110182026-09-01T23:27:07.173Z[ host-image] Sep 01 23:27:05.753 INFO O| Sep 01 23:27:05.753 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
110192026-09-01T23:27:07.185Z[ host-image] Sep 01 23:27:05.765 INFO O| Sep 01 23:27:05.765 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
110202026-09-01T23:27:07.185Z[ host-image] Sep 01 23:27:05.765 INFO O| Sep 01 23:27:05.765 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
110212026-09-01T23:27:11.632Z[ host-image] Sep 01 23:27:10.212 INFO O| Sep 01 23:27:10.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
110222026-09-01T23:27:11.632Z[ host-image] Sep 01 23:27:10.212 INFO O| Sep 01 23:27:10.212 INFO E| svccfg: Loaded 80 smf(7) service descriptions
110232026-09-01T23:27:11.645Z[ host-image] Sep 01 23:27:10.224 INFO O| Sep 01 23:27:10.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"}
110242026-09-01T23:27:11.756Z[ host-image] Sep 01 23:27:10.334 INFO O| Sep 01 23:27:10.334 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
110252026-09-01T23:27:11.815Z[ host-image] Sep 01 23:27:10.394 INFO O| Sep 01 23:27:10.394 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
110262026-09-01T23:27:11.882Z[ host-image] Sep 01 23:27:10.462 INFO O| Sep 01 23:27:10.462 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
110272026-09-01T23:27:11.883Z[ host-image] Sep 01 23:27:10.462 INFO O| Sep 01 23:27:10.462 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
110282026-09-01T23:27:11.886Z[ host-image] Sep 01 23:27:10.464 INFO O| Sep 01 23:27:10.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
110292026-09-01T23:27:11.886Z[ host-image] Sep 01 23:27:10.464 INFO O| Sep 01 23:27:10.464 INFO ok!
110302026-09-01T23:27:11.886Z[ host-image] Sep 01 23:27:10.464 INFO O| Sep 01 23:27:10.464 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
110312026-09-01T23:27:11.886Z[ host-image] Sep 01 23:27:10.464 INFO O| Sep 01 23:27:10.464 INFO STEP 176 (seed_smf) COMPLETE
110322026-09-01T23:27:11.886Z[ host-image] Sep 01 23:27:10.464 INFO O| Sep 01 23:27:10.464 INFO steps complete; finalising image!
110332026-09-01T23:27:11.887Z[ host-image] Sep 01 23:27:10.464 INFO O| Sep 01 23:27:10.464 INFO TRIM POOL: TEMPORARY-sled-zfs
110342026-09-01T23:27:11.975Z[ host-image] Sep 01 23:27:10.555 INFO O| Sep 01 23:27:10.555 INFO trim TEMPORARY-sled-zfs: (3% trimmed, started at Tue Sep 1 23:27:10 2026)
110352026-09-01T23:27:11.985Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
110362026-09-01T23:27:12.197Z[ host-image] Sep 01 23:27:10.776 INFO O| Sep 01 23:27:10.776 INFO temporary pool has 706M used, 318M avail, 1.92x compressratio
110372026-09-01T23:27:12.197Z[ host-image] Sep 01 23:27:10.776 INFO O| Sep 01 23:27:10.776 INFO EXPORT POOL: TEMPORARY-sled-zfs
110382026-09-01T23:27:12.584Z[ host-image] Sep 01 23:27:11.164 INFO O| Sep 01 23:27:11.164 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
110392026-09-01T23:27:12.585Z[ host-image] Sep 01 23:27:11.164 INFO O| Sep 01 23:27:11.164 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
110402026-09-01T23:27:13.934Z[ host-image] Sep 01 23:27:12.514 INFO O| Sep 01 23:27:12.513 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
110412026-09-01T23:27:13.935Z[ host-image] Sep 01 23:27:12.514 INFO O| Sep 01 23:27:12.514 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
110422026-09-01T23:27:13.939Z[ host-image] Sep 01 23:27:12.514 INFO O| Sep 01 23:27:12.514 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
110432026-09-01T23:27:13.939Z[ host-image] Sep 01 23:27:12.514 INFO O| Sep 01 23:27:12.514 INFO completed processing sled/zfs
110442026-09-01T23:27:13.939Z[ host-image] Sep 01 23:27:12.514 INFO O| Sep 01 23:27:12.514 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
110452026-09-01T23:27:27.173Z[ recovery-image] Sep 01 23:27:25.751 INFO O| ok, image written!
110462026-09-01T23:27:27.173Z[ recovery-image] Sep 01 23:27:25.751 INFO O| ok, boot_image_csum file written!
110472026-09-01T23:27:27.177Z[ recovery-image] Sep 01 23:27:25.753 INFO creating boot archive (CPIO)...
110482026-09-01T23:27:27.177Z[ recovery-image] Sep 01 23:27:25.753 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
110492026-09-01T23:27:27.180Z[ recovery-image] Sep 01 23:27:25.757 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
110502026-09-01T23:27:27.180Z[ recovery-image] Sep 01 23:27:25.757 INFO E| + outfile=/work/os-recovery/cpio
110512026-09-01T23:27:27.180Z[ recovery-image] Sep 01 23:27:25.757 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
110522026-09-01T23:27:27.180Z[ recovery-image] Sep 01 23:27:25.759 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
110532026-09-01T23:27:27.180Z[ recovery-image] Sep 01 23:27:25.759 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
110542026-09-01T23:27:27.206Z[ recovery-image] Sep 01 23:27:25.785 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
110552026-09-01T23:27:27.206Z[ recovery-image] Sep 01 23:27:25.785 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
110562026-09-01T23:27:27.211Z[ recovery-image] Sep 01 23:27:25.791 INFO creating compressed cpio/unix for dev loaders...
110572026-09-01T23:27:27.212Z[ recovery-image] Sep 01 23:27:25.791 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
110582026-09-01T23:27:27.440Z[ recovery-image] Sep 01 23:27:26.020 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
110592026-09-01T23:27:30.696Z[ recovery-image] Sep 01 23:27:29.275 INFO creating reset image...
110602026-09-01T23:27:30.696Z[ recovery-image] Sep 01 23:27:29.275 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")
110612026-09-01T23:27:30.904Z[ recovery-image] Sep 01 23:27:29.483 INFO E| Updating crates.io index
110622026-09-01T23:27:31.098Z[ recovery-image] Sep 01 23:27:29.677 INFO E| Downloading crates ...
110632026-09-01T23:27:31.143Z[ recovery-image] Sep 01 23:27:29.722 INFO E| Downloaded shared_child v1.1.1
110642026-09-01T23:27:31.149Z[ recovery-image] Sep 01 23:27:29.728 INFO E| Downloaded duct v1.1.1
110652026-09-01T23:27:31.152Z[ recovery-image] Sep 01 23:27:29.730 INFO E| Downloaded colorchoice v1.0.5
110662026-09-01T23:27:31.152Z[ recovery-image] Sep 01 23:27:29.730 INFO E| Downloaded os_pipe v1.2.3
110672026-09-01T23:27:31.152Z[ recovery-image] Sep 01 23:27:29.731 INFO E| Downloaded shared_thread v0.2.0
110682026-09-01T23:27:31.152Z[ recovery-image] Sep 01 23:27:29.732 INFO E| Downloaded clap_lex v1.1.0
110692026-09-01T23:27:31.155Z[ recovery-image] Sep 01 23:27:29.732 INFO E| Downloaded sigchld v0.2.4
110702026-09-01T23:27:31.184Z[ recovery-image] Sep 01 23:27:29.764 INFO E| Compiling libc v0.2.186
110712026-09-01T23:27:31.185Z[ recovery-image] Sep 01 23:27:29.764 INFO E| Compiling proc-macro2 v1.0.106
110722026-09-01T23:27:31.188Z[ recovery-image] Sep 01 23:27:29.764 INFO E| Compiling signal-hook v0.3.18
110732026-09-01T23:27:31.188Z[ recovery-image] Sep 01 23:27:29.764 INFO E| Compiling unicode-ident v1.0.24
110742026-09-01T23:27:31.188Z[ recovery-image] Sep 01 23:27:29.764 INFO E| Compiling quote v1.0.45
110752026-09-01T23:27:31.188Z[ recovery-image] Sep 01 23:27:29.764 INFO E| Compiling utf8parse v0.2.2
110762026-09-01T23:27:31.188Z[ recovery-image] Sep 01 23:27:29.764 INFO E| Compiling colorchoice v1.0.5
110772026-09-01T23:27:31.196Z[ recovery-image] Sep 01 23:27:29.775 INFO E| Compiling is_terminal_polyfill v1.70.2
110782026-09-01T23:27:31.199Z[ recovery-image] Sep 01 23:27:29.775 INFO E| Compiling anstyle-query v1.1.5
110792026-09-01T23:27:31.199Z[ recovery-image] Sep 01 23:27:29.775 INFO E| Compiling anstyle v1.0.14
110802026-09-01T23:27:31.199Z[ recovery-image] Sep 01 23:27:29.776 INFO E| Compiling clap_lex v1.1.0
110812026-09-01T23:27:31.199Z[ recovery-image] Sep 01 23:27:29.776 INFO E| Compiling heck v0.5.0
110822026-09-01T23:27:31.199Z[ recovery-image] Sep 01 23:27:29.776 INFO E| Compiling strsim v0.11.1
110832026-09-01T23:27:31.199Z[ recovery-image] Sep 01 23:27:29.776 INFO E| Compiling shared_thread v0.2.0
110842026-09-01T23:27:31.300Z[ recovery-image] Sep 01 23:27:29.880 INFO E| Compiling anstyle-parse v1.0.0
110852026-09-01T23:27:31.490Z[ recovery-image] Sep 01 23:27:30.069 INFO E| Compiling anstream v1.0.0
110862026-09-01T23:27:31.673Z[ recovery-image] Sep 01 23:27:30.252 INFO E| Compiling clap_builder v4.6.0
110872026-09-01T23:27:31.933Z[ recovery-image] Sep 01 23:27:30.511 INFO E| Compiling errno v0.3.14
110882026-09-01T23:27:31.933Z[ recovery-image] Sep 01 23:27:30.511 INFO E| Compiling os_pipe v1.2.3
110892026-09-01T23:27:32.002Z[ host-image] Sep 01 23:27:30.580 INFO O| Sep 01 23:27:30.579 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
110902026-09-01T23:27:32.030Z[ recovery-image] Sep 01 23:27:30.609 INFO E| Compiling signal-hook-registry v1.4.8
110912026-09-01T23:27:32.072Z[ host-image] Sep 01 23:27:30.651 INFO BUILD STRING "heads/stlouis-0-ge4ecc42868\n"
110922026-09-01T23:27:32.072Z[ host-image] Sep 01 23:27:30.651 INFO expanded image name: "ci 9032079/${os_short_commit} 2026-09-01 23:11" -> "ci 9032079/e4ecc42 2026-09-01 23:11"
110932026-09-01T23:27:32.075Z[ host-image] Sep 01 23:27:30.651 INFO output artefacts stored in: "/work/os-host"
110942026-09-01T23:27:32.075Z[ host-image] Sep 01 23:27:30.651 INFO collecting git info from project "bootserver"...
110952026-09-01T23:27:32.079Z[ host-image] Sep 01 23:27:30.658 INFO collecting git info from project "phbl"...
110962026-09-01T23:27:32.084Z[ host-image] Sep 01 23:27:30.663 INFO collecting git info from project "chelsio-t6-roms"...
110972026-09-01T23:27:32.088Z[ host-image] Sep 01 23:27:30.668 INFO collecting git info from project "pilot"...
110982026-09-01T23:27:32.094Z[ host-image] Sep 01 23:27:30.673 INFO collecting git info from project "amd-host-image-builder"...
110992026-09-01T23:27:32.100Z[ host-image] Sep 01 23:27:30.679 INFO collecting git info from project "dmar-report"...
111002026-09-01T23:27:32.104Z[ host-image] Sep 01 23:27:30.684 INFO collecting git info from project "amd-firmware"...
111012026-09-01T23:27:32.116Z[ host-image] Sep 01 23:27:30.695 INFO collecting git info from project "image-builder"...
111022026-09-01T23:27:32.121Z[ host-image] Sep 01 23:27:30.701 INFO collecting git info from project "pinprick"...
111032026-09-01T23:27:32.127Z[ host-image] Sep 01 23:27:30.706 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
111042026-09-01T23:27:32.232Z[ recovery-image] Sep 01 23:27:30.812 INFO E| Compiling syn v2.0.117
111052026-09-01T23:27:32.279Z[ recovery-image] Sep 01 23:27:30.858 INFO E| Compiling sigchld v0.2.4
111062026-09-01T23:27:32.368Z[ recovery-image] Sep 01 23:27:30.947 INFO E| Compiling shared_child v1.1.1
111072026-09-01T23:27:32.454Z[ host-image] Sep 01 23:27:31.033 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
111082026-09-01T23:27:32.476Z[ recovery-image] Sep 01 23:27:31.055 INFO E| Compiling duct v1.1.1
111092026-09-01T23:27:32.757Z[ host-image] Sep 01 23:27:31.336 INFO creating Oxide boot image...
111102026-09-01T23:27:32.757Z[ host-image] Sep 01 23:27:31.336 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 9032079/e4ecc42 2026-09-01 23:11", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
111112026-09-01T23:27:33.740Z[ host-image] Sep 01 23:27:32.319 INFO O| ok, image written!
111122026-09-01T23:27:33.740Z[ host-image] Sep 01 23:27:32.319 INFO O| ok, boot_image_csum file written!
111132026-09-01T23:27:33.744Z[ host-image] Sep 01 23:27:32.321 INFO creating boot archive (CPIO)...
111142026-09-01T23:27:33.744Z[ host-image] Sep 01 23:27:32.321 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
111152026-09-01T23:27:33.748Z[ host-image] Sep 01 23:27:32.325 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
111162026-09-01T23:27:33.748Z[ host-image] Sep 01 23:27:32.325 INFO E| + outfile=/work/os-host/cpio
111172026-09-01T23:27:33.748Z[ host-image] Sep 01 23:27:32.325 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
111182026-09-01T23:27:33.748Z[ host-image] Sep 01 23:27:32.326 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
111192026-09-01T23:27:33.748Z[ host-image] Sep 01 23:27:32.326 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
111202026-09-01T23:27:33.772Z[ host-image] Sep 01 23:27:32.351 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
111212026-09-01T23:27:33.772Z[ host-image] Sep 01 23:27:32.351 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
111222026-09-01T23:27:33.777Z[ host-image] Sep 01 23:27:32.357 INFO creating compressed cpio/unix for dev loaders...
111232026-09-01T23:27:33.777Z[ host-image] Sep 01 23:27:32.357 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
111242026-09-01T23:27:34.003Z[ host-image] Sep 01 23:27:32.582 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
111252026-09-01T23:27:34.179Z[ recovery-image] Sep 01 23:27:32.759 INFO E| Compiling clap_derive v4.6.1
111262026-09-01T23:27:35.355Z[ recovery-image] Sep 01 23:27:33.934 INFO E| Compiling clap v4.6.1
111272026-09-01T23:27:35.409Z[ recovery-image] Sep 01 23:27:33.988 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
111282026-09-01T23:27:36.169Z[ recovery-image] Sep 01 23:27:34.748 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s
111292026-09-01T23:27:36.174Z[ recovery-image] Sep 01 23:27:34.753 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
111302026-09-01T23:27:36.381Z[ recovery-image] Sep 01 23:27:34.960 INFO E| Downloading crates ...
111312026-09-01T23:27:36.436Z[ recovery-image] Sep 01 23:27:35.015 INFO E| Downloaded bitflags v2.13.0
111322026-09-01T23:27:36.439Z[ recovery-image] Sep 01 23:27:35.019 INFO E| Downloaded log v0.4.32
111332026-09-01T23:27:36.443Z[ recovery-image] Sep 01 23:27:35.020 INFO E| Downloaded bit_field v0.10.3
111342026-09-01T23:27:36.446Z[ recovery-image] Sep 01 23:27:35.024 INFO E| Downloaded bitstruct v0.1.1
111352026-09-01T23:27:36.447Z[ recovery-image] Sep 01 23:27:35.024 INFO E| Downloaded bitstruct_derive v0.1.0
111362026-09-01T23:27:36.447Z[ recovery-image] Sep 01 23:27:35.026 INFO E| Downloaded cpio_reader v0.1.2
111372026-09-01T23:27:36.451Z[ recovery-image] Sep 01 23:27:35.030 INFO E| Downloaded miniz_oxide v0.9.1
111382026-09-01T23:27:36.463Z[ recovery-image] Sep 01 23:27:35.043 INFO E| Downloaded raw-cpuid v10.7.0
111392026-09-01T23:27:36.489Z[ recovery-image] Sep 01 23:27:35.069 INFO E| Downloaded goblin v0.10.7
111402026-09-01T23:27:36.615Z[ recovery-image] Sep 01 23:27:35.195 INFO E| Downloaded x86 v0.52.0
111412026-09-01T23:27:36.646Z[ recovery-image] Sep 01 23:27:35.226 INFO E| Updating crates.io index
111422026-09-01T23:27:36.692Z[ recovery-image] Sep 01 23:27:35.271 INFO E| Downloading crates ...
111432026-09-01T23:27:36.718Z[ recovery-image] Sep 01 23:27:35.297 INFO E| Downloaded hashbrown v0.17.1
111442026-09-01T23:27:36.721Z[ recovery-image] Sep 01 23:27:35.301 INFO E| Downloaded rustc-literal-escaper v0.0.7
111452026-09-01T23:27:36.759Z[ recovery-image] Sep 01 23:27:35.338 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)
111462026-09-01T23:27:36.759Z[ recovery-image] Sep 01 23:27:35.338 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)
111472026-09-01T23:27:36.763Z[ recovery-image] Sep 01 23:27:35.338 INFO E| Compiling proc-macro2 v1.0.106
111482026-09-01T23:27:36.763Z[ recovery-image] Sep 01 23:27:35.338 INFO E| Compiling quote v1.0.45
111492026-09-01T23:27:36.763Z[ recovery-image] Sep 01 23:27:35.338 INFO E| Compiling unicode-ident v1.0.24
111502026-09-01T23:27:36.763Z[ recovery-image] Sep 01 23:27:35.339 INFO E| Compiling syn v1.0.109
111512026-09-01T23:27:36.763Z[ recovery-image] Sep 01 23:27:35.339 INFO E| Compiling x86 v0.52.0
111522026-09-01T23:27:36.763Z[ recovery-image] Sep 01 23:27:35.339 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
111532026-09-01T23:27:36.763Z[ recovery-image] Sep 01 23:27:35.339 INFO E| Compiling seq-macro v0.3.6
111542026-09-01T23:27:37.249Z[ host-image] Sep 01 23:27:35.828 INFO creating reset image...
111552026-09-01T23:27:37.249Z[ host-image] Sep 01 23:27:35.828 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")
111562026-09-01T23:27:37.322Z[ host-image] Sep 01 23:27:35.901 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
111572026-09-01T23:27:37.325Z[ host-image] Sep 01 23:27:35.902 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
111582026-09-01T23:27:37.622Z[ host-image] Sep 01 23:27:36.201 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)
111592026-09-01T23:27:37.622Z[ host-image] Sep 01 23:27:36.201 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)
111602026-09-01T23:27:37.622Z[ host-image] Sep 01 23:27:36.201 INFO E| Compiling proc-macro2 v1.0.106
111612026-09-01T23:27:37.625Z[ host-image] Sep 01 23:27:36.201 INFO E| Compiling quote v1.0.45
111622026-09-01T23:27:37.625Z[ host-image] Sep 01 23:27:36.201 INFO E| Compiling unicode-ident v1.0.24
111632026-09-01T23:27:37.625Z[ host-image] Sep 01 23:27:36.201 INFO E| Compiling syn v1.0.109
111642026-09-01T23:27:37.625Z[ host-image] Sep 01 23:27:36.201 INFO E| Compiling x86 v0.52.0
111652026-09-01T23:27:37.625Z[ host-image] Sep 01 23:27:36.201 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
111662026-09-01T23:27:37.625Z[ host-image] Sep 01 23:27:36.201 INFO E| Compiling seq-macro v0.3.6
111672026-09-01T23:27:37.654Z[ recovery-image] Sep 01 23:27:36.233 INFO E| Compiling syn v2.0.117
111682026-09-01T23:27:38.561Z[ host-image] Sep 01 23:27:37.141 INFO E| Compiling syn v2.0.117
111692026-09-01T23:27:39.021Z[ recovery-image] Sep 01 23:27:37.600 INFO E| Compiling scroll_derive v0.13.1
111702026-09-01T23:27:39.952Z[ host-image] Sep 01 23:27:38.532 INFO E| Compiling scroll_derive v0.13.1
111712026-09-01T23:27:40.082Z[ recovery-image] Sep 01 23:27:38.661 INFO E| Compiling bitstruct_derive v0.1.0
111722026-09-01T23:27:40.936Z[ host-image] Sep 01 23:27:39.515 INFO E| Compiling bitstruct_derive v0.1.0
111732026-09-01T23:27:49.254Z[ recovery-image] Sep 01 23:27:47.834 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)
111742026-09-01T23:27:50.077Z[ host-image] Sep 01 23:27:48.656 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)
111752026-09-01T23:27:51.475Z[ recovery-image] Sep 01 23:27:50.054 INFO E| Compiling bitflags v1.3.2
111762026-09-01T23:27:51.475Z[ recovery-image] Sep 01 23:27:50.054 INFO E| Compiling log v0.4.32
111772026-09-01T23:27:51.475Z[ recovery-image] Sep 01 23:27:50.054 INFO E| Compiling plain v0.2.3
111782026-09-01T23:27:51.478Z[ recovery-image] Sep 01 23:27:50.054 INFO E| Compiling scroll v0.13.0
111792026-09-01T23:27:51.478Z[ recovery-image] Sep 01 23:27:50.054 INFO E| Compiling bit_field v0.10.3
111802026-09-01T23:27:51.478Z[ recovery-image] Sep 01 23:27:50.054 INFO E| Compiling adler2 v2.0.1
111812026-09-01T23:27:51.478Z[ recovery-image] Sep 01 23:27:50.054 INFO E| Compiling bitflags v2.13.0
111822026-09-01T23:27:51.478Z[ recovery-image] Sep 01 23:27:50.054 INFO E| Compiling bitstruct v0.1.1
111832026-09-01T23:27:51.478Z[ recovery-image] Sep 01 23:27:50.054 INFO E| Compiling static_assertions v1.1.0
111842026-09-01T23:27:51.527Z[ recovery-image] Sep 01 23:27:50.105 INFO E| Compiling raw-cpuid v10.7.0
111852026-09-01T23:27:51.570Z[ recovery-image] Sep 01 23:27:50.149 INFO E| Compiling miniz_oxide v0.9.1
111862026-09-01T23:27:51.623Z[ recovery-image] Sep 01 23:27:50.202 INFO E| Compiling cpio_reader v0.1.2
111872026-09-01T23:27:51.704Z[ recovery-image] Sep 01 23:27:50.283 INFO E| Compiling goblin v0.10.7
111882026-09-01T23:27:52.247Z[ host-image] Sep 01 23:27:50.827 INFO E| Compiling bitflags v1.3.2
111892026-09-01T23:27:52.247Z[ host-image] Sep 01 23:27:50.827 INFO E| Compiling log v0.4.32
111902026-09-01T23:27:52.248Z[ host-image] Sep 01 23:27:50.827 INFO E| Compiling adler2 v2.0.1
111912026-09-01T23:27:52.251Z[ host-image] Sep 01 23:27:50.827 INFO E| Compiling bitflags v2.13.0
111922026-09-01T23:27:52.251Z[ host-image] Sep 01 23:27:50.827 INFO E| Compiling plain v0.2.3
111932026-09-01T23:27:52.251Z[ host-image] Sep 01 23:27:50.827 INFO E| Compiling scroll v0.13.0
111942026-09-01T23:27:52.251Z[ host-image] Sep 01 23:27:50.827 INFO E| Compiling bit_field v0.10.3
111952026-09-01T23:27:52.251Z[ host-image] Sep 01 23:27:50.827 INFO E| Compiling bitstruct v0.1.1
111962026-09-01T23:27:52.251Z[ host-image] Sep 01 23:27:50.827 INFO E| Compiling static_assertions v1.1.0
111972026-09-01T23:27:52.299Z[ host-image] Sep 01 23:27:50.879 INFO E| Compiling raw-cpuid v10.7.0
111982026-09-01T23:27:52.345Z[ host-image] Sep 01 23:27:50.924 INFO E| Compiling miniz_oxide v0.9.1
111992026-09-01T23:27:52.450Z[ host-image] Sep 01 23:27:51.029 INFO E| Compiling cpio_reader v0.1.2
112002026-09-01T23:27:52.491Z[ host-image] Sep 01 23:27:51.070 INFO E| Compiling goblin v0.10.7
112012026-09-01T23:27:54.656Z[ recovery-image] Sep 01 23:27:53.235 INFO E| Finished `release` profile [optimized] target(s) in 18.46s
112022026-09-01T23:27:54.679Z[ recovery-image] Sep 01 23:27:53.258 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
112032026-09-01T23:27:54.679Z[ recovery-image] Sep 01 23:27:53.258 INFO building ROM for cosmo
112042026-09-01T23:27:54.679Z[ recovery-image] Sep 01 23:27:53.258 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")
112052026-09-01T23:27:54.765Z[ recovery-image] Sep 01 23:27:53.344 INFO E| Downloading crates ...
112062026-09-01T23:27:54.809Z[ recovery-image] Sep 01 23:27:53.388 INFO E| Downloaded anstyle v1.0.10
112072026-09-01T23:27:54.812Z[ recovery-image] Sep 01 23:27:53.390 INFO E| Downloaded colorchoice v1.0.3
112082026-09-01T23:27:54.818Z[ recovery-image] Sep 01 23:27:53.398 INFO E| Downloaded toml v0.8.22
112092026-09-01T23:27:54.841Z[ recovery-image] Sep 01 23:27:53.420 INFO E| Downloaded os_pipe v1.2.1
112102026-09-01T23:27:54.844Z[ recovery-image] Sep 01 23:27:53.421 INFO E| Downloaded anstream v0.6.18
112112026-09-01T23:27:54.844Z[ recovery-image] Sep 01 23:27:53.423 INFO E| Downloaded anstyle-query v1.1.2
112122026-09-01T23:27:54.844Z[ recovery-image] Sep 01 23:27:53.423 INFO E| Downloaded toml_datetime v0.6.9
112132026-09-01T23:27:54.847Z[ recovery-image] Sep 01 23:27:53.424 INFO E| Downloaded serde_spanned v0.6.8
112142026-09-01T23:27:54.847Z[ recovery-image] Sep 01 23:27:53.425 INFO E| Downloaded shared_child v1.0.1
112152026-09-01T23:27:54.847Z[ recovery-image] Sep 01 23:27:53.426 INFO E| Downloaded is_terminal_polyfill v1.70.1
112162026-09-01T23:27:54.847Z[ recovery-image] Sep 01 23:27:53.426 INFO E| Downloaded toml_write v0.1.1
112172026-09-01T23:27:54.851Z[ recovery-image] Sep 01 23:27:53.427 INFO E| Downloaded clap_derive v4.5.32
112182026-09-01T23:27:54.851Z[ recovery-image] Sep 01 23:27:53.428 INFO E| Downloaded anstyle-parse v0.2.6
112192026-09-01T23:27:54.851Z[ recovery-image] Sep 01 23:27:53.430 INFO E| Downloaded clap_lex v0.7.4
112202026-09-01T23:27:54.854Z[ recovery-image] Sep 01 23:27:53.430 INFO E| Downloaded duct v0.13.7
112212026-09-01T23:27:54.860Z[ recovery-image] Sep 01 23:27:53.439 INFO E| Downloaded clap v4.5.37
112222026-09-01T23:27:54.866Z[ recovery-image] Sep 01 23:27:53.445 INFO E| Downloaded cc v1.2.20
112232026-09-01T23:27:54.869Z[ recovery-image] Sep 01 23:27:53.447 INFO E| Downloaded toml_edit v0.22.26
112242026-09-01T23:27:54.890Z[ recovery-image] Sep 01 23:27:53.470 INFO E| Downloaded winnow v0.7.7
112252026-09-01T23:27:54.896Z[ recovery-image] Sep 01 23:27:53.475 INFO E| Downloaded clap_builder v4.5.37
112262026-09-01T23:27:54.912Z[ recovery-image] Sep 01 23:27:53.491 INFO E| Compiling libc v0.2.172
112272026-09-01T23:27:54.912Z[ recovery-image] Sep 01 23:27:53.491 INFO E| Compiling utf8parse v0.2.2
112282026-09-01T23:27:54.912Z[ recovery-image] Sep 01 23:27:53.491 INFO E| Compiling hashbrown v0.15.2
112292026-09-01T23:27:54.916Z[ recovery-image] Sep 01 23:27:53.491 INFO E| Compiling equivalent v1.0.2
112302026-09-01T23:27:54.916Z[ recovery-image] Sep 01 23:27:53.491 INFO E| Compiling shlex v1.3.0
112312026-09-01T23:27:54.930Z[ recovery-image] Sep 01 23:27:53.509 INFO E| Compiling colorchoice v1.0.3
112322026-09-01T23:27:54.930Z[ recovery-image] Sep 01 23:27:53.509 INFO E| Compiling anstyle-query v1.1.2
112332026-09-01T23:27:54.934Z[ recovery-image] Sep 01 23:27:53.509 INFO E| Compiling is_terminal_polyfill v1.70.1
112342026-09-01T23:27:54.934Z[ recovery-image] Sep 01 23:27:53.510 INFO E| Compiling anstyle v1.0.10
112352026-09-01T23:27:54.934Z[ recovery-image] Sep 01 23:27:53.510 INFO E| Compiling once_cell v1.21.3
112362026-09-01T23:27:54.934Z[ recovery-image] Sep 01 23:27:53.510 INFO E| Compiling clap_lex v0.7.4
112372026-09-01T23:27:54.934Z[ recovery-image] Sep 01 23:27:53.510 INFO E| Compiling winnow v0.7.7
112382026-09-01T23:27:54.934Z[ recovery-image] Sep 01 23:27:53.510 INFO E| Compiling toml_write v0.1.1
112392026-09-01T23:27:54.943Z[ recovery-image] Sep 01 23:27:53.522 INFO E| Compiling anyhow v1.0.98
112402026-09-01T23:27:55.275Z[ recovery-image] Sep 01 23:27:53.854 INFO E| Compiling strsim v0.11.1
112412026-09-01T23:27:55.278Z[ recovery-image] Sep 01 23:27:53.854 INFO E| Compiling syn v2.0.101
112422026-09-01T23:27:55.278Z[ recovery-image] Sep 01 23:27:53.854 INFO E| Compiling anstyle-parse v0.2.6
112432026-09-01T23:27:55.483Z[ host-image] Sep 01 23:27:54.062 INFO E| Finished `release` profile [optimized] target(s) in 18.14s
112442026-09-01T23:27:55.505Z[ host-image] Sep 01 23:27:54.083 INFO building ROM for gimlet
112452026-09-01T23:27:55.505Z[ host-image] Sep 01 23:27:54.083 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")
112462026-09-01T23:27:55.508Z[ recovery-image] Sep 01 23:27:54.086 INFO E| Compiling cc v1.2.20
112472026-09-01T23:27:55.613Z[ host-image] Sep 01 23:27:54.192 INFO E| Blocking waiting for file lock on build directory
112482026-09-01T23:27:55.662Z[ recovery-image] Sep 01 23:27:54.241 INFO E| Compiling anstream v0.6.18
112492026-09-01T23:27:55.702Z[ recovery-image] Sep 01 23:27:54.280 INFO E| Compiling os_pipe v1.2.1
112502026-09-01T23:27:55.702Z[ recovery-image] Sep 01 23:27:54.280 INFO E| Compiling shared_child v1.0.1
112512026-09-01T23:27:55.871Z[ recovery-image] Sep 01 23:27:54.450 INFO E| Compiling duct v0.13.7
112522026-09-01T23:27:55.904Z[ recovery-image] Sep 01 23:27:54.483 INFO E| Compiling clap_builder v4.5.37
112532026-09-01T23:27:56.021Z[ recovery-image] Sep 01 23:27:54.600 INFO E| Compiling indexmap v2.9.0
112542026-09-01T23:27:56.657Z[ recovery-image] Sep 01 23:27:55.235 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
112552026-09-01T23:27:57.885Z[ recovery-image] Sep 01 23:27:56.464 INFO E| Compiling serde_derive v1.0.219
112562026-09-01T23:27:57.885Z[ recovery-image] Sep 01 23:27:56.464 INFO E| Compiling clap_derive v4.5.32
112572026-09-01T23:27:59.349Z[ recovery-image] Sep 01 23:27:57.928 INFO E| Compiling clap v4.5.37
112582026-09-01T23:28:00.017Z[ recovery-image] Sep 01 23:27:58.595 INFO E| Compiling serde v1.0.219
112592026-09-01T23:28:01.924Z[ recovery-image] Sep 01 23:28:00.503 INFO E| Compiling serde_spanned v0.6.8
112602026-09-01T23:28:01.924Z[ recovery-image] Sep 01 23:28:00.503 INFO E| Compiling toml_datetime v0.6.9
112612026-09-01T23:28:02.086Z[ recovery-image] Sep 01 23:28:00.664 INFO E| Compiling toml_edit v0.22.26
112622026-09-01T23:28:03.484Z[ recovery-image] Sep 01 23:28:02.063 INFO E| Compiling toml v0.8.22
112632026-09-01T23:28:05.675Z[ recovery-image] Sep 01 23:28:04.254 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.95s
112642026-09-01T23:28:05.683Z[ host-image] Sep 01 23:28:04.262 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.13s
112652026-09-01T23:28:05.686Z[ recovery-image] Sep 01 23:28:04.263 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`
112662026-09-01T23:28:05.687Z[ host-image] Sep 01 23:28:04.265 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`
112672026-09-01T23:28:05.703Z[ recovery-image] Sep 01 23:28:04.282 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
112682026-09-01T23:28:05.707Z[ host-image] Sep 01 23:28:04.283 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
112692026-09-01T23:28:05.725Z[ host-image] Sep 01 23:28:04.304 INFO E| Blocking waiting for file lock on package cache
112702026-09-01T23:28:05.749Z[ recovery-image] Sep 01 23:28:04.328 INFO E| Blocking waiting for file lock on package cache
112712026-09-01T23:28:05.773Z[ host-image] Sep 01 23:28:04.352 INFO E| Blocking waiting for file lock on package cache
112722026-09-01T23:28:05.777Z[ recovery-image] Sep 01 23:28:04.352 INFO E| Blocking waiting for file lock on package cache
112732026-09-01T23:28:05.777Z[ host-image] Sep 01 23:28:04.354 INFO E| Blocking waiting for file lock on package cache
112742026-09-01T23:28:05.793Z[ recovery-image] Sep 01 23:28:04.372 INFO E| Blocking waiting for file lock on package cache
112752026-09-01T23:28:05.808Z[ host-image] Sep 01 23:28:04.387 INFO E| Blocking waiting for file lock on build directory
112762026-09-01T23:28:05.821Z[ recovery-image] Sep 01 23:28:04.400 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
112772026-09-01T23:28:05.825Z[ recovery-image] Sep 01 23:28:04.404 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`
112782026-09-01T23:28:05.832Z[ host-image] Sep 01 23:28:04.411 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
112792026-09-01T23:28:05.837Z[ host-image] Sep 01 23:28:04.416 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`
112802026-09-01T23:28:05.964Z[ host-image] Sep 01 23:28:04.542 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
112812026-09-01T23:28:05.964Z[ host-image] Sep 01 23:28:04.542 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
112822026-09-01T23:28:05.964Z[ host-image] Sep 01 23:28:04.542 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
112832026-09-01T23:28:05.968Z[ host-image] Sep 01 23:28:04.542 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
112842026-09-01T23:28:05.968Z[ host-image] Sep 01 23:28:04.543 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
112852026-09-01T23:28:05.968Z[ host-image] Sep 01 23:28:04.543 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
112862026-09-01T23:28:05.968Z[ host-image] Sep 01 23:28:04.543 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
112872026-09-01T23:28:05.968Z[ host-image] Sep 01 23:28:04.543 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
112882026-09-01T23:28:05.968Z[ host-image] Sep 01 23:28:04.543 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
112892026-09-01T23:28:05.968Z[ host-image] Sep 01 23:28:04.543 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
112902026-09-01T23:28:05.968Z[ host-image] Sep 01 23:28:04.543 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
112912026-09-01T23:28:05.968Z[ host-image] Sep 01 23:28:04.543 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
112922026-09-01T23:28:05.968Z[ host-image] Sep 01 23:28:04.543 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
112932026-09-01T23:28:05.968Z[ host-image] Sep 01 23:28:04.543 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
112942026-09-01T23:28:05.968Z[ host-image] Sep 01 23:28:04.543 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
112952026-09-01T23:28:05.968Z[ host-image] Sep 01 23:28:04.543 INFO O| Info: ABL version: 0x100f5010
112962026-09-01T23:28:05.968Z[ host-image] Sep 01 23:28:04.543 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
112972026-09-01T23:28:05.969Z[ host-image] Sep 01 23:28:04.543 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
112982026-09-01T23:28:05.969Z[ host-image] Sep 01 23:28:04.543 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
112992026-09-01T23:28:05.969Z[ host-image] Sep 01 23:28:04.543 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
113002026-09-01T23:28:05.969Z[ host-image] Sep 01 23:28:04.543 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
113012026-09-01T23:28:05.969Z[ host-image] Sep 01 23:28:04.543 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
113022026-09-01T23:28:05.969Z[ host-image] Sep 01 23:28:04.543 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
113032026-09-01T23:28:05.969Z[ host-image] Sep 01 23:28:04.543 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
113042026-09-01T23:28:05.969Z[ host-image] Sep 01 23:28:04.543 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
113052026-09-01T23:28:05.969Z[ host-image] Sep 01 23:28:04.543 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
113062026-09-01T23:28:05.969Z[ host-image] Sep 01 23:28:04.543 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
113072026-09-01T23:28:05.969Z[ host-image] Sep 01 23:28:04.543 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
113082026-09-01T23:28:05.969Z[ host-image] Sep 01 23:28:04.543 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
113092026-09-01T23:28:05.969Z[ host-image] Sep 01 23:28:04.543 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
113102026-09-01T23:28:05.969Z[ host-image] Sep 01 23:28:04.544 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
113112026-09-01T23:28:05.969Z[ host-image] Sep 01 23:28:04.544 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
113122026-09-01T23:28:05.969Z[ host-image] Sep 01 23:28:04.544 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
113132026-09-01T23:28:05.969Z[ host-image] Sep 01 23:28:04.544 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
113142026-09-01T23:28:05.969Z[ host-image] Sep 01 23:28:04.544 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
113152026-09-01T23:28:06.004Z[ host-image] Sep 01 23:28:04.583 INFO building ROM for cosmo
113162026-09-01T23:28:06.004Z[ host-image] Sep 01 23:28:04.583 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")
113172026-09-01T23:28:06.045Z[ recovery-image] Sep 01 23:28:04.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
113182026-09-01T23:28:06.045Z[ recovery-image] Sep 01 23:28:04.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
113192026-09-01T23:28:06.045Z[ recovery-image] Sep 01 23:28:04.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
113202026-09-01T23:28:06.049Z[ recovery-image] Sep 01 23:28:04.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
113212026-09-01T23:28:06.050Z[ recovery-image] Sep 01 23:28:04.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
113222026-09-01T23:28:06.050Z[ recovery-image] Sep 01 23:28:04.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
113232026-09-01T23:28:06.050Z[ recovery-image] Sep 01 23:28:04.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
113242026-09-01T23:28:06.050Z[ recovery-image] Sep 01 23:28:04.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
113252026-09-01T23:28:06.050Z[ recovery-image] Sep 01 23:28:04.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
113262026-09-01T23:28:06.050Z[ recovery-image] Sep 01 23:28:04.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
113272026-09-01T23:28:06.050Z[ recovery-image] Sep 01 23:28:04.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
113282026-09-01T23:28:06.050Z[ recovery-image] Sep 01 23:28:04.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
113292026-09-01T23:28:06.050Z[ recovery-image] Sep 01 23:28:04.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
113302026-09-01T23:28:06.050Z[ recovery-image] Sep 01 23:28:04.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
113312026-09-01T23:28:06.050Z[ recovery-image] Sep 01 23:28:04.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
113322026-09-01T23:28:06.050Z[ recovery-image] Sep 01 23:28:04.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
113332026-09-01T23:28:06.050Z[ recovery-image] Sep 01 23:28:04.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
113342026-09-01T23:28:06.050Z[ recovery-image] Sep 01 23:28:04.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
113352026-09-01T23:28:06.050Z[ recovery-image] Sep 01 23:28:04.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
113362026-09-01T23:28:06.050Z[ recovery-image] Sep 01 23:28:04.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
113372026-09-01T23:28:06.050Z[ recovery-image] Sep 01 23:28:04.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
113382026-09-01T23:28:06.050Z[ recovery-image] Sep 01 23:28:04.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
113392026-09-01T23:28:06.050Z[ recovery-image] Sep 01 23:28:04.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
113402026-09-01T23:28:06.050Z[ recovery-image] Sep 01 23:28:04.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
113412026-09-01T23:28:06.050Z[ recovery-image] Sep 01 23:28:04.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
113422026-09-01T23:28:06.050Z[ recovery-image] Sep 01 23:28:04.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
113432026-09-01T23:28:06.050Z[ recovery-image] Sep 01 23:28:04.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
113442026-09-01T23:28:06.050Z[ recovery-image] Sep 01 23:28:04.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
113452026-09-01T23:28:06.050Z[ recovery-image] Sep 01 23:28:04.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
113462026-09-01T23:28:06.051Z[ recovery-image] Sep 01 23:28:04.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
113472026-09-01T23:28:06.051Z[ recovery-image] Sep 01 23:28:04.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
113482026-09-01T23:28:06.051Z[ recovery-image] Sep 01 23:28:04.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
113492026-09-01T23:28:06.051Z[ recovery-image] Sep 01 23:28:04.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
113502026-09-01T23:28:06.051Z[ recovery-image] Sep 01 23:28:04.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
113512026-09-01T23:28:06.051Z[ recovery-image] Sep 01 23:28:04.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
113522026-09-01T23:28:06.051Z[ recovery-image] Sep 01 23:28:04.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
113532026-09-01T23:28:06.051Z[ recovery-image] Sep 01 23:28:04.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
113542026-09-01T23:28:06.051Z[ recovery-image] Sep 01 23:28:04.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
113552026-09-01T23:28:06.051Z[ recovery-image] Sep 01 23:28:04.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
113562026-09-01T23:28:06.051Z[ recovery-image] Sep 01 23:28:04.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
113572026-09-01T23:28:06.051Z[ recovery-image] Sep 01 23:28:04.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
113582026-09-01T23:28:06.051Z[ recovery-image] Sep 01 23:28:04.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
113592026-09-01T23:28:06.051Z[ recovery-image] Sep 01 23:28:04.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
113602026-09-01T23:28:06.051Z[ recovery-image] Sep 01 23:28:04.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
113612026-09-01T23:28:06.051Z[ recovery-image] Sep 01 23:28:04.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
113622026-09-01T23:28:06.051Z[ recovery-image] Sep 01 23:28:04.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
113632026-09-01T23:28:06.051Z[ recovery-image] Sep 01 23:28:04.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
113642026-09-01T23:28:06.051Z[ recovery-image] Sep 01 23:28:04.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
113652026-09-01T23:28:06.051Z[ recovery-image] Sep 01 23:28:04.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
113662026-09-01T23:28:06.051Z[ recovery-image] Sep 01 23:28:04.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
113672026-09-01T23:28:06.051Z[ recovery-image] Sep 01 23:28:04.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
113682026-09-01T23:28:06.051Z[ recovery-image] Sep 01 23:28:04.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
113692026-09-01T23:28:06.051Z[ recovery-image] Sep 01 23:28:04.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
113702026-09-01T23:28:06.051Z[ recovery-image] Sep 01 23:28:04.625 INFO O| Info: ABL version: 0x100af010
113712026-09-01T23:28:06.051Z[ recovery-image] Sep 01 23:28:04.625 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
113722026-09-01T23:28:06.051Z[ recovery-image] Sep 01 23:28:04.625 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
113732026-09-01T23:28:06.052Z[ recovery-image] Sep 01 23:28:04.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
113742026-09-01T23:28:06.052Z[ recovery-image] Sep 01 23:28:04.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
113752026-09-01T23:28:06.052Z[ recovery-image] Sep 01 23:28:04.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
113762026-09-01T23:28:06.052Z[ recovery-image] Sep 01 23:28:04.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
113772026-09-01T23:28:06.052Z[ recovery-image] Sep 01 23:28:04.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
113782026-09-01T23:28:06.052Z[ recovery-image] Sep 01 23:28:04.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
113792026-09-01T23:28:06.052Z[ recovery-image] Sep 01 23:28:04.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
113802026-09-01T23:28:06.052Z[ recovery-image] Sep 01 23:28:04.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
113812026-09-01T23:28:06.052Z[ recovery-image] Sep 01 23:28:04.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
113822026-09-01T23:28:06.052Z[ recovery-image] Sep 01 23:28:04.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
113832026-09-01T23:28:06.052Z[ recovery-image] Sep 01 23:28:04.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
113842026-09-01T23:28:06.052Z[ recovery-image] Sep 01 23:28:04.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
113852026-09-01T23:28:06.052Z[ recovery-image] Sep 01 23:28:04.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
113862026-09-01T23:28:06.052Z[ recovery-image] Sep 01 23:28:04.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
113872026-09-01T23:28:06.052Z[ recovery-image] Sep 01 23:28:04.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
113882026-09-01T23:28:06.052Z[ recovery-image] Sep 01 23:28:04.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
113892026-09-01T23:28:06.052Z[ recovery-image] Sep 01 23:28:04.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
113902026-09-01T23:28:06.052Z[ recovery-image] Sep 01 23:28:04.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
113912026-09-01T23:28:06.052Z[ recovery-image] Sep 01 23:28:04.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
113922026-09-01T23:28:06.052Z[ recovery-image] Sep 01 23:28:04.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
113932026-09-01T23:28:06.052Z[ recovery-image] Sep 01 23:28:04.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
113942026-09-01T23:28:06.052Z[ recovery-image] Sep 01 23:28:04.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
113952026-09-01T23:28:06.052Z[ recovery-image] Sep 01 23:28:04.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
113962026-09-01T23:28:06.052Z[ recovery-image] Sep 01 23:28:04.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
113972026-09-01T23:28:06.052Z[ recovery-image] Sep 01 23:28:04.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
113982026-09-01T23:28:06.052Z[ recovery-image] Sep 01 23:28:04.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
113992026-09-01T23:28:06.053Z[ recovery-image] Sep 01 23:28:04.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
114002026-09-01T23:28:06.053Z[ recovery-image] Sep 01 23:28:04.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
114012026-09-01T23:28:06.053Z[ recovery-image] Sep 01 23:28:04.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
114022026-09-01T23:28:06.053Z[ recovery-image] Sep 01 23:28:04.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
114032026-09-01T23:28:06.053Z[ recovery-image] Sep 01 23:28:04.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
114042026-09-01T23:28:06.085Z[ recovery-image] Sep 01 23:28:04.664 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
114052026-09-01T23:28:06.086Z[ recovery-image] Sep 01 23:28:04.664 INFO building ROM for gimlet
114062026-09-01T23:28:06.086Z[ recovery-image] Sep 01 23:28:04.664 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")
114072026-09-01T23:28:06.103Z[ host-image] Sep 01 23:28:04.682 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
114082026-09-01T23:28:06.108Z[ host-image] Sep 01 23:28:04.686 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`
114092026-09-01T23:28:06.125Z[ host-image] Sep 01 23:28:04.704 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
114102026-09-01T23:28:06.145Z[ host-image] Sep 01 23:28:04.723 INFO E| Blocking waiting for file lock on package cache
114112026-09-01T23:28:06.166Z[ recovery-image] Sep 01 23:28:04.745 INFO E| Blocking waiting for file lock on package cache
114122026-09-01T23:28:06.189Z[ host-image] Sep 01 23:28:04.768 INFO E| Blocking waiting for file lock on package cache
114132026-09-01T23:28:06.193Z[ recovery-image] Sep 01 23:28:04.768 INFO E| Blocking waiting for file lock on package cache
114142026-09-01T23:28:06.193Z[ host-image] Sep 01 23:28:04.770 INFO E| Blocking waiting for file lock on package cache
114152026-09-01T23:28:06.200Z[ recovery-image] Sep 01 23:28:04.780 INFO E| Blocking waiting for file lock on package cache
114162026-09-01T23:28:06.216Z[ host-image] Sep 01 23:28:04.795 INFO E| Blocking waiting for file lock on build directory
114172026-09-01T23:28:06.220Z[ recovery-image] Sep 01 23:28:04.800 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
114182026-09-01T23:28:06.224Z[ recovery-image] Sep 01 23:28:04.803 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`
114192026-09-01T23:28:06.232Z[ host-image] Sep 01 23:28:04.811 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
114202026-09-01T23:28:06.236Z[ host-image] Sep 01 23:28:04.815 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`
114212026-09-01T23:28:06.240Z[ recovery-image] Sep 01 23:28:04.817 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
114222026-09-01T23:28:06.312Z[ recovery-image] Sep 01 23:28:04.891 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
114232026-09-01T23:28:06.316Z[ recovery-image] Sep 01 23:28:04.895 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`
114242026-09-01T23:28:06.434Z[ recovery-image] Sep 01 23:28:05.013 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
114252026-09-01T23:28:06.434Z[ recovery-image] Sep 01 23:28:05.013 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
114262026-09-01T23:28:06.438Z[ recovery-image] Sep 01 23:28:05.013 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
114272026-09-01T23:28:06.438Z[ recovery-image] Sep 01 23:28:05.013 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
114282026-09-01T23:28:06.438Z[ recovery-image] Sep 01 23:28:05.013 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
114292026-09-01T23:28:06.438Z[ recovery-image] Sep 01 23:28:05.013 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
114302026-09-01T23:28:06.439Z[ recovery-image] Sep 01 23:28:05.013 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
114312026-09-01T23:28:06.439Z[ recovery-image] Sep 01 23:28:05.013 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
114322026-09-01T23:28:06.439Z[ recovery-image] Sep 01 23:28:05.013 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
114332026-09-01T23:28:06.439Z[ recovery-image] Sep 01 23:28:05.013 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
114342026-09-01T23:28:06.439Z[ recovery-image] Sep 01 23:28:05.013 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
114352026-09-01T23:28:06.439Z[ recovery-image] Sep 01 23:28:05.013 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
114362026-09-01T23:28:06.439Z[ recovery-image] Sep 01 23:28:05.013 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
114372026-09-01T23:28:06.439Z[ recovery-image] Sep 01 23:28:05.013 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
114382026-09-01T23:28:06.439Z[ recovery-image] Sep 01 23:28:05.013 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
114392026-09-01T23:28:06.439Z[ recovery-image] Sep 01 23:28:05.014 INFO O| Info: ABL version: 0x100f5010
114402026-09-01T23:28:06.439Z[ recovery-image] Sep 01 23:28:05.014 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
114412026-09-01T23:28:06.439Z[ recovery-image] Sep 01 23:28:05.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
114422026-09-01T23:28:06.439Z[ recovery-image] Sep 01 23:28:05.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
114432026-09-01T23:28:06.439Z[ recovery-image] Sep 01 23:28:05.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
114442026-09-01T23:28:06.439Z[ recovery-image] Sep 01 23:28:05.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
114452026-09-01T23:28:06.439Z[ recovery-image] Sep 01 23:28:05.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
114462026-09-01T23:28:06.439Z[ recovery-image] Sep 01 23:28:05.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
114472026-09-01T23:28:06.439Z[ recovery-image] Sep 01 23:28:05.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
114482026-09-01T23:28:06.439Z[ recovery-image] Sep 01 23:28:05.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
114492026-09-01T23:28:06.439Z[ recovery-image] Sep 01 23:28:05.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
114502026-09-01T23:28:06.439Z[ recovery-image] Sep 01 23:28:05.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
114512026-09-01T23:28:06.439Z[ recovery-image] Sep 01 23:28:05.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
114522026-09-01T23:28:06.439Z[ recovery-image] Sep 01 23:28:05.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
114532026-09-01T23:28:06.439Z[ recovery-image] Sep 01 23:28:05.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
114542026-09-01T23:28:06.439Z[ recovery-image] Sep 01 23:28:05.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
114552026-09-01T23:28:06.439Z[ recovery-image] Sep 01 23:28:05.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
114562026-09-01T23:28:06.439Z[ recovery-image] Sep 01 23:28:05.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
114572026-09-01T23:28:06.440Z[ recovery-image] Sep 01 23:28:05.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
114582026-09-01T23:28:06.440Z[ recovery-image] Sep 01 23:28:05.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
114592026-09-01T23:28:06.448Z[ host-image] Sep 01 23:28:05.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
114602026-09-01T23:28:06.448Z[ host-image] Sep 01 23:28:05.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
114612026-09-01T23:28:06.452Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
114622026-09-01T23:28:06.452Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
114632026-09-01T23:28:06.453Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
114642026-09-01T23:28:06.453Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
114652026-09-01T23:28:06.453Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
114662026-09-01T23:28:06.453Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
114672026-09-01T23:28:06.453Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
114682026-09-01T23:28:06.453Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
114692026-09-01T23:28:06.453Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
114702026-09-01T23:28:06.453Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
114712026-09-01T23:28:06.453Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
114722026-09-01T23:28:06.453Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
114732026-09-01T23:28:06.453Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
114742026-09-01T23:28:06.453Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
114752026-09-01T23:28:06.453Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
114762026-09-01T23:28:06.453Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
114772026-09-01T23:28:06.453Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
114782026-09-01T23:28:06.453Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
114792026-09-01T23:28:06.453Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
114802026-09-01T23:28:06.453Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
114812026-09-01T23:28:06.453Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
114822026-09-01T23:28:06.453Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
114832026-09-01T23:28:06.453Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
114842026-09-01T23:28:06.453Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
114852026-09-01T23:28:06.453Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
114862026-09-01T23:28:06.453Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
114872026-09-01T23:28:06.453Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
114882026-09-01T23:28:06.453Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
114892026-09-01T23:28:06.453Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
114902026-09-01T23:28:06.454Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
114912026-09-01T23:28:06.454Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
114922026-09-01T23:28:06.454Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
114932026-09-01T23:28:06.454Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
114942026-09-01T23:28:06.454Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
114952026-09-01T23:28:06.454Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
114962026-09-01T23:28:06.454Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
114972026-09-01T23:28:06.454Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
114982026-09-01T23:28:06.454Z[ host-image] Sep 01 23:28:05.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
114992026-09-01T23:28:06.454Z[ host-image] Sep 01 23:28:05.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
115002026-09-01T23:28:06.454Z[ host-image] Sep 01 23:28:05.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
115012026-09-01T23:28:06.454Z[ host-image] Sep 01 23:28:05.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
115022026-09-01T23:28:06.454Z[ host-image] Sep 01 23:28:05.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
115032026-09-01T23:28:06.454Z[ host-image] Sep 01 23:28:05.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
115042026-09-01T23:28:06.454Z[ host-image] Sep 01 23:28:05.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
115052026-09-01T23:28:06.454Z[ host-image] Sep 01 23:28:05.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
115062026-09-01T23:28:06.454Z[ host-image] Sep 01 23:28:05.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
115072026-09-01T23:28:06.454Z[ host-image] Sep 01 23:28:05.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
115082026-09-01T23:28:06.454Z[ host-image] Sep 01 23:28:05.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
115092026-09-01T23:28:06.454Z[ host-image] Sep 01 23:28:05.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
115102026-09-01T23:28:06.454Z[ host-image] Sep 01 23:28:05.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
115112026-09-01T23:28:06.454Z[ host-image] Sep 01 23:28:05.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
115122026-09-01T23:28:06.454Z[ host-image] Sep 01 23:28:05.029 INFO O| Info: ABL version: 0x100af010
115132026-09-01T23:28:06.454Z[ host-image] Sep 01 23:28:05.029 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
115142026-09-01T23:28:06.454Z[ host-image] Sep 01 23:28:05.029 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
115152026-09-01T23:28:06.454Z[ host-image] Sep 01 23:28:05.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
115162026-09-01T23:28:06.454Z[ host-image] Sep 01 23:28:05.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
115172026-09-01T23:28:06.454Z[ host-image] Sep 01 23:28:05.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
115182026-09-01T23:28:06.455Z[ host-image] Sep 01 23:28:05.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
115192026-09-01T23:28:06.455Z[ host-image] Sep 01 23:28:05.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
115202026-09-01T23:28:06.455Z[ host-image] Sep 01 23:28:05.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
115212026-09-01T23:28:06.455Z[ host-image] Sep 01 23:28:05.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
115222026-09-01T23:28:06.455Z[ host-image] Sep 01 23:28:05.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
115232026-09-01T23:28:06.455Z[ host-image] Sep 01 23:28:05.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
115242026-09-01T23:28:06.455Z[ host-image] Sep 01 23:28:05.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
115252026-09-01T23:28:06.455Z[ host-image] Sep 01 23:28:05.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
115262026-09-01T23:28:06.455Z[ host-image] Sep 01 23:28:05.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
115272026-09-01T23:28:06.455Z[ host-image] Sep 01 23:28:05.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
115282026-09-01T23:28:06.455Z[ host-image] Sep 01 23:28:05.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
115292026-09-01T23:28:06.455Z[ host-image] Sep 01 23:28:05.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
115302026-09-01T23:28:06.455Z[ host-image] Sep 01 23:28:05.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
115312026-09-01T23:28:06.455Z[ host-image] Sep 01 23:28:05.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
115322026-09-01T23:28:06.455Z[ host-image] Sep 01 23:28:05.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
115332026-09-01T23:28:06.455Z[ host-image] Sep 01 23:28:05.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
115342026-09-01T23:28:06.455Z[ host-image] Sep 01 23:28:05.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
115352026-09-01T23:28:06.455Z[ host-image] Sep 01 23:28:05.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
115362026-09-01T23:28:06.455Z[ host-image] Sep 01 23:28:05.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
115372026-09-01T23:28:06.455Z[ host-image] Sep 01 23:28:05.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
115382026-09-01T23:28:06.455Z[ host-image] Sep 01 23:28:05.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
115392026-09-01T23:28:06.455Z[ host-image] Sep 01 23:28:05.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
115402026-09-01T23:28:06.455Z[ host-image] Sep 01 23:28:05.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
115412026-09-01T23:28:06.455Z[ host-image] Sep 01 23:28:05.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
115422026-09-01T23:28:06.455Z[ host-image] Sep 01 23:28:05.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
115432026-09-01T23:28:06.455Z[ host-image] Sep 01 23:28:05.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
115442026-09-01T23:28:06.455Z[ host-image] Sep 01 23:28:05.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
115452026-09-01T23:28:06.455Z[ host-image] Sep 01 23:28:05.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
115462026-09-01T23:28:06.473Z[ recovery-image] Sep 01 23:28:05.052 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
115472026-09-01T23:28:06.484Z[ host-image] Sep 01 23:28:05.063 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
115482026-09-01T23:28:06.484Z[ host-image] Sep 01 23:28:05.063 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
115492026-09-01T23:28:06.488Z[ host-image] Sep 01 23:28:05.063 INFO finishing image archive at "/work/os-host/os.tar.gz"...
115502026-09-01T23:28:07.653Z[ host-image] Sep 01 23:28:06.232 INFO image complete! materials are in "/work/os-host"
115512026-09-01T23:28:07.656Z[ host-image]
115522026-09-01T23:28:07.657Z[ host-image] real 4:06.114738183
115532026-09-01T23:28:07.657Z[ host-image] user 2:47.646208024
115542026-09-01T23:28:07.657Z[ host-image] sys 36.866803853
115552026-09-01T23:28:07.657Z[ host-image] trap 0.124614923
115562026-09-01T23:28:07.657Z[ host-image] tflt 0.226930657
115572026-09-01T23:28:07.657Z[ host-image] dflt 0.275294123
115582026-09-01T23:28:07.657Z[ host-image] kflt 0.006306609
115592026-09-01T23:28:07.657Z[ host-image] lock 5:01.274626672
115602026-09-01T23:28:07.657Z[ host-image] slp 21:11.986163863
115612026-09-01T23:28:07.657Z[ host-image] lat 21.142786479
115622026-09-01T23:28:07.657Z[ host-image] stop 1.970676216
115632026-09-01T23:28:07.661ZSep 01 23:28:06.236 INFO [host-image] process exited with exit status: 0 (246.119951171s)
115642026-09-01T23:28:07.661ZSep 01 23:28:06.236 INFO [tuf-v2-host] running task
115652026-09-01T23:28:07.661ZSep 01 23:28:06.236 INFO [tuf-v2-host] task succeeded (721.161µs)
115662026-09-01T23:28:07.720Z[ recovery-image] Sep 01 23:28:06.298 INFO image complete! materials are in "/work/os-recovery"
115672026-09-01T23:28:07.723Z[ recovery-image]
115682026-09-01T23:28:07.724Z[ recovery-image] real 3:28.385508423
115692026-09-01T23:28:07.724Z[ recovery-image] user 2:43.487192475
115702026-09-01T23:28:07.724Z[ recovery-image] sys 37.917469479
115712026-09-01T23:28:07.724Z[ recovery-image] trap 0.139574300
115722026-09-01T23:28:07.724Z[ recovery-image] tflt 0.567071974
115732026-09-01T23:28:07.724Z[ recovery-image] dflt 0.822098368
115742026-09-01T23:28:07.724Z[ recovery-image] kflt 0.000146830
115752026-09-01T23:28:07.724Z[ recovery-image] lock 8:05.953330758
115762026-09-01T23:28:07.724Z[ recovery-image] slp 18:10.449495935
115772026-09-01T23:28:07.724Z[ recovery-image] lat 38.882378889
115782026-09-01T23:28:07.724Z[ recovery-image] stop 10.700726417
115792026-09-01T23:28:07.724ZSep 01 23:28:06.302 INFO [recovery-image] process exited with exit status: 0 (208.391027382s)
115802026-09-01T23:28:07.724ZSep 01 23:28:06.303 INFO [tuf-v2-recovery] running task
115812026-09-01T23:28:07.724ZSep 01 23:28:06.303 INFO [tuf-repo] running task
115822026-09-01T23:28:07.728ZSep 01 23:28:06.303 INFO [tuf-v2-recovery] task succeeded (593.471µs)
115832026-09-01T23:28:07.728ZSep 01 23:28:06.303 INFO [tuf-v2-repo] running task
115842026-09-01T23:28:22.396ZSep 01 23:28:20.975 INFO assembling repository in `/tmp/tufaceousWctRfD`, component: OmicronRepoAssembler
115852026-09-01T23:28:24.596ZSep 01 23:28:23.173 INFO [tuf-v2-repo] task succeeded (16.869642156s)
115862026-09-01T23:28:27.732ZSep 01 23:28:26.311 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
115872026-09-01T23:28:28.000ZSep 01 23:28:26.579 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
115882026-09-01T23:28:29.431ZSep 01 23:28:28.009 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
115892026-09-01T23:28:29.483ZSep 01 23:28:28.061 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
115902026-09-01T23:28:29.532ZSep 01 23:28:28.110 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
115912026-09-01T23:28:29.590ZSep 01 23:28:28.169 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
115922026-09-01T23:28:29.641ZSep 01 23:28:28.220 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
115932026-09-01T23:28:29.690ZSep 01 23:28:28.269 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
115942026-09-01T23:28:29.740ZSep 01 23:28:28.319 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
115952026-09-01T23:28:37.250ZSep 01 23:28:35.829 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
115962026-09-01T23:28:37.256ZSep 01 23:28:35.835 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
115972026-09-01T23:28:37.279ZSep 01 23:28:35.858 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
115982026-09-01T23:28:37.332ZSep 01 23:28:35.911 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
115992026-09-01T23:28:37.387ZSep 01 23:28:35.966 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
116002026-09-01T23:28:37.458ZSep 01 23:28:36.037 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
116012026-09-01T23:28:37.521ZSep 01 23:28:36.100 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
116022026-09-01T23:28:37.527ZSep 01 23:28:36.106 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
116032026-09-01T23:28:37.550ZSep 01 23:28:36.129 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
116042026-09-01T23:28:38.724ZSep 01 23:28:37.302 INFO [tuf-repo] task succeeded (30.999611297s)
116052026-09-01T23:31:48.315Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 05s
116062026-09-01T23:31:48.320Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
116072026-09-01T23:31:48.320Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
116082026-09-01T23:31:50.938ZSep 01 23:31:49.515 INFO [verify-libraries] process exited with exit status: 0 (431.811330068s)
116092026-09-01T23:31:50.938ZSep 01 23:31:49.515 INFO all jobs completed in 1200.401994575s
116102026-09-01T23:31:51.850Zprocess exited: duration 1417261 ms, exit code 0
 
116112026-09-01T23:31:51.863Zfound 41 output files
116122026-09-01T23:31:51.863Zuploading: /work/manifest.toml (17334 bytes)
116132026-09-01T23:31:52.876Zuploaded: /work/manifest.toml
116142026-09-01T23:31:52.876Zuploading: /work/repo.zip (2347455792 bytes)
116152026-09-01T23:32:20.105Zuploaded: /work/repo.zip
116162026-09-01T23:32:20.105Zuploading: /work/repo.zip.sha256.txt (65 bytes)
116172026-09-01T23:32:21.125Zuploaded: /work/repo.zip.sha256.txt
116182026-09-01T23:32:21.125Zuploading: /work/helios.json (647 bytes)
116192026-09-01T23:32:22.133Zuploaded: /work/helios.json
116202026-09-01T23:32:22.133Zuploading: /work/incorporation.p5m (113590 bytes)
116212026-09-01T23:32:23.146Zuploaded: /work/incorporation.p5m
116222026-09-01T23:32:23.146Zuploading: /work/incorporation.p5p (133120 bytes)
116232026-09-01T23:32:24.159Zuploaded: /work/incorporation.p5p
116242026-09-01T23:32:24.159Zuploading: /work/helios-incorp.log (522 bytes)
116252026-09-01T23:32:25.170Zuploaded: /work/helios-incorp.log
116262026-09-01T23:32:25.171Zuploading: /work/helios-setup.log (57188 bytes)
116272026-09-01T23:32:26.183Zuploaded: /work/helios-setup.log
116282026-09-01T23:32:26.183Zuploading: /work/host-image.log (235095 bytes)
116292026-09-01T23:32:27.198Zuploaded: /work/host-image.log
116302026-09-01T23:32:27.199Zuploading: /work/host-package.log (49353 bytes)
116312026-09-01T23:32:28.210Zuploaded: /work/host-package.log
116322026-09-01T23:32:28.210Zuploading: /work/host-target.log (101 bytes)
116332026-09-01T23:32:29.219Zuploaded: /work/host-target.log
116342026-09-01T23:32:29.219Zuploading: /work/incorp-create.log (0 bytes)
116352026-09-01T23:32:30.226Zuploaded: /work/incorp-create.log
116362026-09-01T23:32:30.226Zuploading: /work/incorp-fmt.log (0 bytes)
116372026-09-01T23:32:31.232Zuploaded: /work/incorp-fmt.log
116382026-09-01T23:32:31.232Zuploading: /work/incorp-pkgsend.log (108 bytes)
116392026-09-01T23:32:32.243Zuploaded: /work/incorp-pkgsend.log
116402026-09-01T23:32:32.243Zuploading: /work/incorp-publisher.log (0 bytes)
116412026-09-01T23:32:33.252Zuploaded: /work/incorp-publisher.log
116422026-09-01T23:32:33.252Zuploading: /work/omicron-package.log (10474 bytes)
116432026-09-01T23:32:34.261Zuploaded: /work/omicron-package.log
116442026-09-01T23:32:34.261Zuploading: /work/recovery-image.log (591466 bytes)
116452026-09-01T23:32:35.280Zuploaded: /work/recovery-image.log
116462026-09-01T23:32:35.280Zuploading: /work/recovery-package.log (2621 bytes)
116472026-09-01T23:32:36.290Zuploaded: /work/recovery-package.log
116482026-09-01T23:32:36.290Zuploading: /work/recovery-target.log (98 bytes)
116492026-09-01T23:32:37.299Zuploaded: /work/recovery-target.log
116502026-09-01T23:32:37.299Zuploading: /work/stamp-clickhouse.log (117 bytes)
116512026-09-01T23:32:38.307Zuploaded: /work/stamp-clickhouse.log
116522026-09-01T23:32:38.308Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
116532026-09-01T23:32:39.318Zuploaded: /work/stamp-clickhouse_keeper.log
116542026-09-01T23:32:39.318Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
116552026-09-01T23:32:40.343Zuploaded: /work/stamp-clickhouse_server.log
116562026-09-01T23:32:40.343Zuploading: /work/stamp-cockroachdb.log (118 bytes)
116572026-09-01T23:32:41.353Zuploaded: /work/stamp-cockroachdb.log
116582026-09-01T23:32:41.353Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
116592026-09-01T23:32:42.362Zuploaded: /work/stamp-crucible-pantry-zone.log
116602026-09-01T23:32:42.363Zuploading: /work/stamp-crucible-utils.log (118 bytes)
116612026-09-01T23:32:43.372Zuploaded: /work/stamp-crucible-utils.log
116622026-09-01T23:32:43.372Zuploading: /work/stamp-crucible-zone.log (120 bytes)
116632026-09-01T23:32:44.383Zuploaded: /work/stamp-crucible-zone.log
116642026-09-01T23:32:44.383Zuploading: /work/stamp-external-dns.log (119 bytes)
116652026-09-01T23:32:45.394Zuploaded: /work/stamp-external-dns.log
116662026-09-01T23:32:45.394Zuploading: /work/stamp-installinator.log (103 bytes)
116672026-09-01T23:32:46.404Zuploaded: /work/stamp-installinator.log
116682026-09-01T23:32:46.404Zuploading: /work/stamp-internal-dns.log (119 bytes)
116692026-09-01T23:32:47.414Zuploaded: /work/stamp-internal-dns.log
116702026-09-01T23:32:47.414Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
116712026-09-01T23:32:48.465Zuploaded: /work/stamp-mg-ddm-gz.log
116722026-09-01T23:32:48.465Zuploading: /work/stamp-nexus.log (112 bytes)
116732026-09-01T23:32:49.494Zuploaded: /work/stamp-nexus.log
116742026-09-01T23:32:49.494Zuploading: /work/stamp-ntp.log (110 bytes)
116752026-09-01T23:32:50.512Zuploaded: /work/stamp-ntp.log
116762026-09-01T23:32:50.512Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
116772026-09-01T23:32:51.549Zuploaded: /work/stamp-omicron-sled-agent.log
116782026-09-01T23:32:51.549Zuploading: /work/stamp-overlay.log (114 bytes)
116792026-09-01T23:32:52.564Zuploaded: /work/stamp-overlay.log
116802026-09-01T23:32:52.564Zuploading: /work/stamp-oximeter.log (115 bytes)
116812026-09-01T23:32:53.580Zuploaded: /work/stamp-oximeter.log
116822026-09-01T23:32:53.580Zuploading: /work/stamp-oxlog.log (109 bytes)
116832026-09-01T23:32:54.590Zuploaded: /work/stamp-oxlog.log
116842026-09-01T23:32:54.590Zuploading: /work/stamp-probe.log (112 bytes)
116852026-09-01T23:32:55.600Zuploaded: /work/stamp-probe.log
116862026-09-01T23:32:55.600Zuploading: /work/stamp-propolis-server.log (122 bytes)
116872026-09-01T23:32:56.614Zuploaded: /work/stamp-propolis-server.log
116882026-09-01T23:32:56.614Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
116892026-09-01T23:32:57.624Zuploaded: /work/stamp-pumpkind-gz.log
116902026-09-01T23:32:57.624Zuploading: /work/stamp-switch-asic.log (118 bytes)
116912026-09-01T23:32:58.635Zuploaded: /work/stamp-switch-asic.log
116922026-09-01T23:32:58.635Zuploading: /work/verify-libraries.log (50340 bytes)
116932026-09-01T23:32:59.650Zuploaded: /work/verify-libraries.log