01M1J0SP8A13FZX2YQJVS6003V: 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: 01M1J0TGQ3MRM0W36JGRFE897T

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-02T21:37:16.583Zjob assigned to worker 01M1J0TR3GC64CF63J0WK1ZZH8 [factory aws, i-01d34efad27ac35bd] (queued for 50 s)
 
22026-09-02T21:37:24.386Zstarting task 0: "setup"
32026-09-02T21:37:24.389Z++ uname -s
42026-09-02T21:37:24.397Z+ kern=SunOS
52026-09-02T21:37:24.398Z+ build_user=build
62026-09-02T21:37:24.398Z+ build_uid=12345
72026-09-02T21:37:24.398Z+ work_dir=/work
82026-09-02T21:37:24.398Z+ input_dir=/input
92026-09-02T21:37:24.398Z+ [[ 0 == 12345 ]]
102026-09-02T21:37:24.398Z+ case "$kern" in
112026-09-02T21:37:24.398Z+ groupadd -g 12345 build
122026-09-02T21:37:24.401Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-02T21:37:26.404Z+ zfs create -o mountpoint=/work rpool/work
142026-09-02T21:37:26.485Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-02T21:37:26.490Z+ home_fs=zfs
162026-09-02T21:37:26.490Z+ [[ zfs == autofs ]]
172026-09-02T21:37:26.490Z+ mkdir -p /home/build
182026-09-02T21:37:26.490Z+ chown build:build /home/build /work
192026-09-02T21:37:28.490Z+ chmod 0700 /home/build /work
202026-09-02T21:37:28.497Zprocess exited: duration 4109 ms, exit code 0
 
212026-09-02T21:37:28.505Zstarting task 1: "rust-toolchain"
222026-09-02T21:37:28.510Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-09-02T21:37:28.510Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-09-02T21:37:28.510Z * rust toolchain channel = "1.97.1"
252026-09-02T21:37:28.510Z * rust toolchain profile = "default"
262026-09-02T21:37:28.510Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-02T21:37:28.510Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-02T21:37:28.515Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-02T21:37:28.515Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-09-02T21:37:28.626Zinfo: downloading installer
312026-09-02T21:37:30.214Zinfo: profile set to default
322026-09-02T21:37:30.214Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-02T21:37:30.218Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
342026-09-02T21:37:30.351Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
352026-09-02T21:37:30.362Zinfo: downloading 6 components
362026-09-02T21:37:44.013Z
372026-09-02T21:37:44.013Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
382026-09-02T21:37:44.049Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
392026-09-02T21:37:44.049Z
402026-09-02T21:37:44.056Z
412026-09-02T21:37:44.056ZRust is installed now. Great!
422026-09-02T21:37:44.056Z
432026-09-02T21:37:44.056ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-02T21:37:44.056Zenvironment variable. This has not been done automatically.
452026-09-02T21:37:44.056Z
462026-09-02T21:37:44.057ZTo configure your current shell, you need to source
472026-09-02T21:37:44.057Zthe corresponding env file under $HOME/.cargo.
482026-09-02T21:37:44.057Z
492026-09-02T21:37:44.057ZConsider running the right command for your shell (note the leading DOT):
502026-09-02T21:37:44.057Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-02T21:37:44.057Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-02T21:37:44.057ZCC_x86_64-unknown-illumos = None
532026-09-02T21:37:44.057Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-02T21:37:44.058ZCC_x86_64_unknown_illumos = None
552026-09-02T21:37:44.058Zcargo:rerun-if-env-changed=HOST_CC
562026-09-02T21:37:44.058ZHOST_CC = None
572026-09-02T21:37:44.058Zcargo:rerun-if-env-changed=CC
582026-09-02T21:37:44.058ZCC = None
592026-09-02T21:37:44.058Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-02T21:37:44.256Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-02T21:37:44.256ZCRATE_CC_NO_DEFAULTS = None
622026-09-02T21:37:44.256Zcargo:rerun-if-env-changed=CFLAGS
632026-09-02T21:37:44.256ZCFLAGS = None
642026-09-02T21:37:44.256Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-02T21:37:44.256ZHOST_CFLAGS = None
662026-09-02T21:37:44.256Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-02T21:37:44.256ZCFLAGS_x86_64_unknown_illumos = None
682026-09-02T21:37:44.256Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-02T21:37:44.256ZCFLAGS_x86_64-unknown-illumos = None
702026-09-02T21:37:44.362Z+ rustup --version
712026-09-02T21:37:44.375Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-02T21:37:44.376Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-02T21:37:44.404Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
742026-09-02T21:37:44.404Z+ cargo --version
752026-09-02T21:37:44.453Zcargo 1.97.1 (c980f4866 2026-06-30)
762026-09-02T21:37:44.453Z+ rustc --version
772026-09-02T21:37:44.478Zrustc 1.97.1 (8bab26f4f 2026-07-14)
782026-09-02T21:37:44.478Zprocess exited: duration 15919 ms, exit code 0
 
792026-09-02T21:37:44.559Zstarting task 2: "authentication"
802026-09-02T21:37:44.587ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
812026-09-02T21:38:26.561Zprocess exited: duration 42035 ms, exit code 0
 
822026-09-02T21:38:26.572Zstarting task 3: "clone repository"
832026-09-02T21:38:26.581Z+ mkdir -p /work/oxidecomputer/omicron
842026-09-02T21:38:26.590Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-09-02T21:38:26.613ZCloning into '/work/oxidecomputer/omicron'...
862026-09-02T21:38:39.165Z+ cd /work/oxidecomputer/omicron
872026-09-02T21:38:39.165Z+ git fetch origin cc7d14fdd2b8bd4e3549c77c44699c4d3034516b
882026-09-02T21:38:39.494ZFrom https://github.com/oxidecomputer/omicron
892026-09-02T21:38:39.494Z * branch cc7d14fdd2b8bd4e3549c77c44699c4d3034516b -> FETCH_HEAD
902026-09-02T21:38:39.508Z+ [[ -n dap/blueprint-prune-datastore ]]
912026-09-02T21:38:39.512Z++ git branch --show-current
922026-09-02T21:38:39.512Z+ current=main
932026-09-02T21:38:39.513Z+ [[ main != dap/blueprint-prune-datastore ]]
942026-09-02T21:38:39.513Z+ git branch -f dap/blueprint-prune-datastore cc7d14fdd2b8bd4e3549c77c44699c4d3034516b
952026-09-02T21:38:39.516Z+ git checkout -f dap/blueprint-prune-datastore
962026-09-02T21:38:39.779ZSwitched to branch 'dap/blueprint-prune-datastore'
972026-09-02T21:38:39.784Z+ git reset --hard cc7d14fdd2b8bd4e3549c77c44699c4d3034516b
982026-09-02T21:38:40.042ZHEAD is now at cc7d14fdd update another comment
992026-09-02T21:38:40.046Zprocess exited: duration 13471 ms, exit code 0
 
1002026-09-02T21:38:40.054Zstarting task 4: "build"
1012026-09-02T21:38:40.059Z+ source .github/buildomat/ci-env.sh
1022026-09-02T21:38:40.059Z++ export CARGO_TERM_COLOR=always
1032026-09-02T21:38:40.059Z++ CARGO_TERM_COLOR=always
1042026-09-02T21:38:40.063Z+++ uname -s
1052026-09-02T21:38:40.063Z++ [[ SunOS == \S\u\n\O\S ]]
1062026-09-02T21:38:40.063Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1072026-09-02T21:38:40.067Z+ cargo --version
1082026-09-02T21:38:40.073Zcargo 1.97.1 (c980f4866 2026-06-30)
1092026-09-02T21:38:40.076Z+ rustc --version
1102026-09-02T21:38:40.096Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1112026-09-02T21:38:40.100Z+ cargo tree --locked
1122026-09-02T21:38:40.283Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1132026-09-02T21:38:40.643Z Updating crates.io index
1142026-09-02T21:38:40.652Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1152026-09-02T21:38:40.927Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1162026-09-02T21:38:41.289Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1172026-09-02T21:38:41.571Z Updating git repository `https://github.com/oxidecomputer/propolis`
1182026-09-02T21:38:42.627Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1192026-09-02T21:38:43.172Z Updating git repository `https://github.com/oxidecomputer/crucible`
1202026-09-02T21:38:44.830Z Updating git repository `https://github.com/oxidecomputer/opte`
1212026-09-02T21:38:45.774Z Updating git repository `https://github.com/oxidecomputer/tofino`
1222026-09-02T21:38:46.076Z Updating git repository `https://github.com/oxidecomputer/lldp`
1232026-09-02T21:38:46.463Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1242026-09-02T21:38:47.655Z Updating git repository `https://github.com/oxidecomputer/clickward`
1252026-09-02T21:38:48.017Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1262026-09-02T21:38:48.453Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1272026-09-02T21:38:49.064Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1282026-09-02T21:38:49.378Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1292026-09-02T21:38:49.699Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1302026-09-02T21:38:50.040Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1312026-09-02T21:38:50.331Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1322026-09-02T21:38:50.649Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1332026-09-02T21:38:51.148Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1342026-09-02T21:38:51.559Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1352026-09-02T21:38:52.073Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1362026-09-02T21:38:52.424Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1372026-09-02T21:38:53.044Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1382026-09-02T21:38:53.377Z Updating git repository `https://github.com/oxidecomputer/erebor`
1392026-09-02T21:38:53.681Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1402026-09-02T21:38:54.142Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1412026-09-02T21:38:54.785Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1422026-09-02T21:38:55.270Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1432026-09-02T21:38:55.963Z Updating git repository `https://github.com/oxidecomputer/ispf`
1442026-09-02T21:38:56.272Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1452026-09-02T21:38:56.615Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1462026-09-02T21:38:56.990Z Updating git repository `https://github.com/oxidecomputer/tough`
1472026-09-02T21:38:57.632Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1482026-09-02T21:38:57.958Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1492026-09-02T21:38:58.250Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1502026-09-02T21:38:58.605Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1512026-09-02T21:38:58.918Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1522026-09-02T21:38:59.223Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1532026-09-02T21:38:59.513Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1542026-09-02T21:38:59.874Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1552026-09-02T21:39:00.144Z Updating git repository `https://github.com/illumos/smf-rs`
1562026-09-02T21:39:00.441Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1572026-09-02T21:39:03.466Z Downloading crates ...
1582026-09-02T21:39:03.521Z Downloaded crc8 v0.1.1
1592026-09-02T21:39:03.524Z Downloaded addr2line v0.25.1
1602026-09-02T21:39:03.534Z Downloaded crc-catalog v2.4.0
1612026-09-02T21:39:03.537Z Downloaded clap_lex v1.0.0
1622026-09-02T21:39:03.537Z Downloaded cpufeatures v0.3.0
1632026-09-02T21:39:03.537Z Downloaded darling_macro v0.21.3
1642026-09-02T21:39:03.537Z Downloaded crossbeam-epoch v0.9.18
1652026-09-02T21:39:03.537Z Downloaded hash32 v0.3.1
1662026-09-02T21:39:03.540Z Downloaded diesel_table_macro_syntax v0.3.0
1672026-09-02T21:39:03.540Z Downloaded convert_case v0.4.0
1682026-09-02T21:39:03.543Z Downloaded home v0.5.12
1692026-09-02T21:39:03.547Z Downloaded daft-derive v0.1.8
1702026-09-02T21:39:03.549Z Downloaded ctr v0.10.1
1712026-09-02T21:39:03.553Z Downloaded compression-codecs v0.4.37
1722026-09-02T21:39:03.555Z Downloaded der_derive v0.7.3
1732026-09-02T21:39:03.555Z Downloaded hashbrown v0.14.5
1742026-09-02T21:39:03.560Z Downloaded cookie v0.18.1
1752026-09-02T21:39:03.560Z Downloaded cobs v0.3.0
1762026-09-02T21:39:03.564Z Downloaded crucible-workspace-hack v0.1.0
1772026-09-02T21:39:03.567Z Downloaded const-oid v0.10.2
1782026-09-02T21:39:03.567Z Downloaded heck v0.5.0
1792026-09-02T21:39:03.570Z Downloaded inout v0.1.4
1802026-09-02T21:39:03.570Z Downloaded guppy-workspace-hack v0.1.0
1812026-09-02T21:39:03.570Z Downloaded crunchy v0.2.4
1822026-09-02T21:39:03.571Z Downloaded httpdate v1.0.3
1832026-09-02T21:39:03.571Z Downloaded hostname v0.4.2
1842026-09-02T21:39:03.574Z Downloaded hashbrown v0.13.2
1852026-09-02T21:39:03.577Z Downloaded highway v1.3.0
1862026-09-02T21:39:03.577Z Downloaded critical-section v1.2.0
1872026-09-02T21:39:03.577Z Downloaded crossbeam-utils v0.8.21
1882026-09-02T21:39:03.580Z Downloaded group v0.14.0
1892026-09-02T21:39:03.580Z Downloaded hex-literal v1.1.0
1902026-09-02T21:39:03.580Z Downloaded http-range v0.1.5
1912026-09-02T21:39:03.583Z Downloaded http-body-util v0.1.3
1922026-09-02T21:39:03.589Z Downloaded constant_time_eq v0.4.2
1932026-09-02T21:39:03.594Z Downloaded hickory-client v0.25.2
1942026-09-02T21:39:03.594Z Downloaded indoc v2.0.7
1952026-09-02T21:39:03.594Z Downloaded colored v2.2.0
1962026-09-02T21:39:03.598Z Downloaded colored v3.1.1
1972026-09-02T21:39:03.598Z Downloaded cstr-argument v0.1.2
1982026-09-02T21:39:03.598Z Downloaded darling_macro v0.23.0
1992026-09-02T21:39:03.598Z Downloaded darling_macro v0.20.11
2002026-09-02T21:39:03.598Z Downloaded cpufeatures v0.2.17
2012026-09-02T21:39:03.602Z Downloaded defmt v0.3.100
2022026-09-02T21:39:03.611Z Downloaded hostname v0.3.1
2032026-09-02T21:39:03.611Z Downloaded heck v0.4.1
2042026-09-02T21:39:03.611Z Downloaded crc v3.4.0
2052026-09-02T21:39:03.611Z Downloaded hex v0.4.3
2062026-09-02T21:39:03.611Z Downloaded hex-literal v0.4.1
2072026-09-02T21:39:03.611Z Downloaded http-body v1.0.1
2082026-09-02T21:39:03.611Z Downloaded hubpack v0.1.2
2092026-09-02T21:39:03.616Z Downloaded hash32 v0.2.1
2102026-09-02T21:39:03.616Z Downloaded ident_case v1.0.1
2112026-09-02T21:39:03.616Z Downloaded defmt-parser v1.0.0
2122026-09-02T21:39:03.619Z Downloaded hubpack_derive v0.1.1
2132026-09-02T21:39:03.619Z Downloaded idna_adapter v1.2.1
2142026-09-02T21:39:03.619Z Downloaded inout v0.2.2
2152026-09-02T21:39:03.622Z Downloaded colorchoice v1.0.4
2162026-09-02T21:39:03.622Z Downloaded compression-core v0.4.31
2172026-09-02T21:39:03.622Z Downloaded instant v0.1.13
2182026-09-02T21:39:03.626Z Downloaded headers-core v0.3.0
2192026-09-02T21:39:03.627Z Downloaded internet-checksum v0.2.1
2202026-09-02T21:39:03.632Z Downloaded constant_time_eq v0.3.1
2212026-09-02T21:39:03.632Z Downloaded crypto-common v0.2.2
2222026-09-02T21:39:03.632Z Downloaded instability v0.3.11
2232026-09-02T21:39:03.635Z Downloaded httptest v0.16.4
2242026-09-02T21:39:03.635Z Downloaded half v2.7.1
2252026-09-02T21:39:03.635Z Downloaded headers v0.4.1
2262026-09-02T21:39:03.638Z Downloaded curve25519-dalek-derive v0.1.1
2272026-09-02T21:39:03.641Z Downloaded illumos-nvpair v0.3.0
2282026-09-02T21:39:03.644Z Downloaded indoc v1.0.9
2292026-09-02T21:39:03.648Z Downloaded debug-ignore v1.0.5
2302026-09-02T21:39:03.651Z Downloaded illumos-nvpair-sys v0.2.0
2312026-09-02T21:39:03.651Z Downloaded indent_write v2.2.0
2322026-09-02T21:39:03.651Z Downloaded derive_more v2.1.1
2332026-09-02T21:39:03.657Z Downloaded is_ci v1.2.0
2342026-09-02T21:39:03.661Z Downloaded is-terminal v0.4.17
2352026-09-02T21:39:03.661Z Downloaded cmake v0.1.57
2362026-09-02T21:39:03.661Z Downloaded console v0.15.11
2372026-09-02T21:39:03.661Z Downloaded derive-ex v0.1.8
2382026-09-02T21:39:03.665Z Downloaded hyper-tls v0.6.0
2392026-09-02T21:39:03.665Z Downloaded is_terminal_polyfill v1.70.2
2402026-09-02T21:39:03.665Z Downloaded darling_macro v0.13.4
2412026-09-02T21:39:03.665Z Downloaded async-object-pool v0.2.0
2422026-09-02T21:39:03.665Z Downloaded assert_matches v1.5.0
2432026-09-02T21:39:03.665Z Downloaded atty v0.2.14
2442026-09-02T21:39:03.668Z Downloaded derive_builder_macro v0.20.2
2452026-09-02T21:39:03.672Z Downloaded bb8 v0.8.6
2462026-09-02T21:39:03.672Z Downloaded block-padding v0.4.2
2472026-09-02T21:39:03.672Z Downloaded ciborium-io v0.2.2
2482026-09-02T21:39:03.672Z Downloaded bit-set v0.8.0
2492026-09-02T21:39:03.675Z Downloaded bit-set v0.5.3
2502026-09-02T21:39:03.753Z Downloaded corncobs v0.1.4
2512026-09-02T21:39:03.766Z Downloaded humantime v2.3.0
2522026-09-02T21:39:03.766Z Downloaded deranged v0.5.8
2532026-09-02T21:39:03.766Z Downloaded data-encoding v2.10.0
2542026-09-02T21:39:03.766Z Downloaded group v0.13.0
2552026-09-02T21:39:03.767Z Downloaded hyper-staticfile v0.10.1
2562026-09-02T21:39:03.767Z Downloaded heapless v0.8.0
2572026-09-02T21:39:03.767Z Downloaded diesel-dtrace v0.5.0
2582026-09-02T21:39:03.767Z Downloaded opaque-debug v0.3.1
2592026-09-02T21:39:03.767Z Downloaded oxide-generation-macros v0.2.0
2602026-09-02T21:39:03.767Z Downloaded password-hash v0.6.1
2612026-09-02T21:39:03.767Z Downloaded path-slash v0.1.5
2622026-09-02T21:39:03.767Z Downloaded phf_shared v0.13.1
2632026-09-02T21:39:03.767Z Downloaded cookie_store v0.22.1
2642026-09-02T21:39:03.767Z Downloaded phf_shared v0.12.1
2652026-09-02T21:39:03.767Z Downloaded pretty-hex v0.4.1
2662026-09-02T21:39:03.767Z Downloaded darling v0.20.11
2672026-09-02T21:39:03.767Z Downloaded delegate v0.13.5
2682026-09-02T21:39:03.767Z Downloaded criterion-plot v0.6.0
2692026-09-02T21:39:03.767Z Downloaded cpubits v0.1.1
2702026-09-02T21:39:03.767Z Downloaded cmov v0.5.4
2712026-09-02T21:39:03.767Z Downloaded daft v0.1.8
2722026-09-02T21:39:03.767Z Downloaded crossbeam-deque v0.8.6
2732026-09-02T21:39:03.767Z Downloaded crypto-common v0.1.7
2742026-09-02T21:39:03.767Z Downloaded defmt-macros v1.0.1
2752026-09-02T21:39:03.767Z Downloaded ingot v0.2.1
2762026-09-02T21:39:03.767Z Downloaded ingot-types v0.2.0
2772026-09-02T21:39:03.768Z Downloaded concurrent-queue v2.5.0
2782026-09-02T21:39:03.768Z Downloaded darling v0.13.4
2792026-09-02T21:39:03.768Z Downloaded csv-core v0.1.13
2802026-09-02T21:39:03.768Z Downloaded derive_builder_core v0.20.2
2812026-09-02T21:39:03.768Z Downloaded ipnet v2.12.0
2822026-09-02T21:39:03.768Z Downloaded argon2 v0.5.3
2832026-09-02T21:39:03.768Z Downloaded console v0.16.2
2842026-09-02T21:39:03.768Z Downloaded defmt v1.0.1
2852026-09-02T21:39:03.768Z Downloaded ipnetwork v0.21.1
2862026-09-02T21:39:03.768Z Downloaded derive-where v1.6.0
2872026-09-02T21:39:03.768Z Downloaded convert_case v0.10.0
2882026-09-02T21:39:03.768Z Downloaded ref-cast v1.0.25
2892026-09-02T21:39:03.768Z Downloaded half v1.8.3
2902026-09-02T21:39:03.768Z Downloaded clap_builder v4.6.0
2912026-09-02T21:39:03.768Z Downloaded hmac v0.13.0
2922026-09-02T21:39:03.768Z Downloaded httparse v1.10.1
2932026-09-02T21:39:03.768Z Downloaded anstyle v1.0.14
2942026-09-02T21:39:03.768Z Downloaded base16ct v1.0.0
2952026-09-02T21:39:03.768Z Downloaded blowfish v0.10.0
2962026-09-02T21:39:03.768Z Downloaded clap_derive v4.6.1
2972026-09-02T21:39:03.768Z Downloaded rand_pcg v0.10.2
2982026-09-02T21:39:03.768Z Downloaded const-oid v0.9.6
2992026-09-02T21:39:03.768Z Downloaded cipher v0.5.2
3002026-09-02T21:39:03.768Z Downloaded crc32fast v1.5.0
3012026-09-02T21:39:03.768Z Downloaded ctutils v0.4.2
3022026-09-02T21:39:03.769Z Downloaded darling v0.21.3
3032026-09-02T21:39:03.793Z Downloaded datatest-stable v0.3.3
3042026-09-02T21:39:03.793Z Downloaded derive_builder v0.20.2
3052026-09-02T21:39:03.793Z Downloaded impl-trait-for-tuples v0.2.3
3062026-09-02T21:39:03.793Z Downloaded rustc_version v0.4.1
3072026-09-02T21:39:03.793Z Downloaded byteorder v1.5.0
3082026-09-02T21:39:03.793Z Downloaded cexpr v0.6.0
3092026-09-02T21:39:03.793Z Downloaded paste v1.0.15
3102026-09-02T21:39:03.793Z Downloaded rfc6979 v0.4.0
3112026-09-02T21:39:03.793Z Downloaded russh-util v0.52.0
3122026-09-02T21:39:03.793Z Downloaded oxide-tokio-rt v0.1.4
3132026-09-02T21:39:03.793Z Downloaded scopeguard v1.2.0
3142026-09-02T21:39:03.793Z Downloaded serde_regex v1.1.0
3152026-09-02T21:39:03.793Z Downloaded secrecy v0.8.0
3162026-09-02T21:39:03.804Z Downloaded serde_bytes v0.11.19
3172026-09-02T21:39:03.804Z Downloaded phc v0.6.1
3182026-09-02T21:39:03.805Z Downloaded parking_lot_core v0.8.6
3192026-09-02T21:39:03.805Z Downloaded clang-sys v1.8.1
3202026-09-02T21:39:03.805Z Downloaded icu_locale_core v2.1.1
3212026-09-02T21:39:03.805Z Downloaded poly1305 v0.8.0
3222026-09-02T21:39:03.805Z Downloaded progenitor-client v0.14.0
3232026-09-02T21:39:03.805Z Downloaded postgres-protocol v0.6.10
3242026-09-02T21:39:03.805Z Downloaded progenitor-extras v0.2.0
3252026-09-02T21:39:03.805Z Downloaded const_format_proc_macros v0.2.34
3262026-09-02T21:39:03.805Z Downloaded darling v0.23.0
3272026-09-02T21:39:03.805Z Downloaded smawk v0.3.2
3282026-09-02T21:39:03.805Z Downloaded des v0.9.0
3292026-09-02T21:39:03.806Z Downloaded serde_plain v1.0.2
3302026-09-02T21:39:03.806Z Downloaded hashbrown v0.16.1
3312026-09-02T21:39:03.806Z Downloaded async-trait v0.1.89
3322026-09-02T21:39:03.811Z Downloaded rand_chacha v0.9.0
3332026-09-02T21:39:03.811Z Downloaded signal-hook-mio v0.2.5
3342026-09-02T21:39:03.811Z Downloaded hybrid-array v0.4.13
3352026-09-02T21:39:03.811Z Downloaded proc-macro-error v1.0.4
3362026-09-02T21:39:03.811Z Downloaded signature v3.0.0
3372026-09-02T21:39:03.811Z Downloaded ingot-macros v0.2.0
3382026-09-02T21:39:03.811Z Downloaded slog-envlogger v2.2.0
3392026-09-02T21:39:03.811Z Downloaded similar-asserts v1.7.0
3402026-09-02T21:39:03.811Z Downloaded hyper-rustls v0.27.7
3412026-09-02T21:39:03.812Z Downloaded bitflags v2.11.0
3422026-09-02T21:39:03.812Z Downloaded cassowary v0.3.0
3432026-09-02T21:39:03.812Z Downloaded psm v0.1.30
3442026-09-02T21:39:03.817Z Downloaded iana-time-zone v0.1.65
3452026-09-02T21:39:03.817Z Downloaded cfg-expr v0.20.6
3462026-09-02T21:39:03.817Z Downloaded cancel-safe-futures v0.1.5
3472026-09-02T21:39:03.820Z Downloaded argon2 v0.6.0-rc.8
3482026-09-02T21:39:03.820Z Downloaded blake2b_simd v1.0.4
3492026-09-02T21:39:03.820Z Downloaded strip-ansi-escapes v0.2.1
3502026-09-02T21:39:03.820Z Downloaded rand_seeder v0.4.0
3512026-09-02T21:39:03.820Z Downloaded structmeta-derive v0.3.0
3522026-09-02T21:39:03.820Z Downloaded hmac v0.12.1
3532026-09-02T21:39:03.826Z Downloaded sync_wrapper v1.0.2
3542026-09-02T21:39:03.826Z Downloaded tap v1.0.1
3552026-09-02T21:39:03.826Z Downloaded target-triple v1.0.0
3562026-09-02T21:39:03.826Z Downloaded icu_provider v2.1.1
3572026-09-02T21:39:03.830Z Downloaded indexmap v1.9.3
3582026-09-02T21:39:03.830Z Downloaded derive_more v0.99.20
3592026-09-02T21:39:03.830Z Downloaded crc-any v2.5.0
3602026-09-02T21:39:03.830Z Downloaded ignore v0.4.25
3612026-09-02T21:39:03.835Z Downloaded rustc_version v0.1.7
3622026-09-02T21:39:03.838Z Downloaded rustls-pemfile v2.2.0
3632026-09-02T21:39:03.838Z Downloaded scroll v0.12.0
3642026-09-02T21:39:03.838Z Downloaded terminal_size v0.1.17
3652026-09-02T21:39:03.838Z Downloaded pkcs8 v0.10.2
3662026-09-02T21:39:03.840Z Downloaded sec1 v0.8.1
3672026-09-02T21:39:03.840Z Downloaded compact_str v0.8.1
3682026-09-02T21:39:03.843Z Downloaded parking_lot v0.12.5
3692026-09-02T21:39:03.843Z Downloaded postcard v1.1.3
3702026-09-02T21:39:03.847Z Downloaded quote v1.0.45
3712026-09-02T21:39:03.848Z Downloaded darling_core v0.13.4
3722026-09-02T21:39:03.850Z Downloaded anyhow v1.0.104
3732026-09-02T21:39:03.850Z Downloaded smf v0.2.3
3742026-09-02T21:39:03.850Z Downloaded zerofrom-derive v0.1.6
3752026-09-02T21:39:03.850Z Downloaded dunce v1.0.5
3762026-09-02T21:39:03.853Z Downloaded path-tree v0.8.3
3772026-09-02T21:39:03.853Z Downloaded spki v0.7.3
3782026-09-02T21:39:03.856Z Downloaded unicode-xid v0.2.6
3792026-09-02T21:39:03.862Z Downloaded serdect v0.4.3
3802026-09-02T21:39:03.864Z Downloaded topological-sort v0.2.2
3812026-09-02T21:39:03.864Z Downloaded backon v1.6.0
3822026-09-02T21:39:03.867Z Downloaded wait-timeout v0.2.1
3832026-09-02T21:39:03.867Z Downloaded chacha20 v0.10.0
3842026-09-02T21:39:03.870Z Downloaded embedded-io v0.4.0
3852026-09-02T21:39:03.873Z Downloaded usdt-attr-macro v0.6.0
3862026-09-02T21:39:03.873Z Downloaded fd-lock v4.0.4
3872026-09-02T21:39:03.873Z Downloaded dtrace-parser v0.3.0
3882026-09-02T21:39:03.876Z Downloaded equivalent v1.0.2
3892026-09-02T21:39:03.879Z Downloaded foreign-types-macros v0.2.3
3902026-09-02T21:39:03.883Z Downloaded digest-io v0.1.0
3912026-09-02T21:39:03.883Z Downloaded icu_properties v2.1.2
3922026-09-02T21:39:03.887Z Downloaded icu_normalizer_data v2.1.1
3932026-09-02T21:39:03.890Z Downloaded rpassword v7.5.4
3942026-09-02T21:39:03.894Z Downloaded allocator-api2 v0.2.21
3952026-09-02T21:39:03.894Z Downloaded slog-stdlog v4.1.1
3962026-09-02T21:39:03.894Z Downloaded support-bundle-viewer v0.1.2
3972026-09-02T21:39:03.897Z Downloaded supports-color v2.1.0
3982026-09-02T21:39:03.897Z Downloaded synstructure v0.13.2
3992026-09-02T21:39:03.897Z Downloaded downcast-rs v2.0.2
4002026-09-02T21:39:03.897Z Downloaded float-cmp v0.10.0
4012026-09-02T21:39:03.897Z Downloaded tiny-keccak v2.0.2
4022026-09-02T21:39:03.897Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4032026-09-02T21:39:03.902Z Downloaded futures-io v0.3.32
4042026-09-02T21:39:03.902Z Downloaded foreign-types v0.5.0
4052026-09-02T21:39:03.902Z Downloaded termcolor v1.4.1
4062026-09-02T21:39:03.905Z Downloaded thiserror v1.0.69
4072026-09-02T21:39:03.905Z Downloaded thiserror v2.0.18
4082026-09-02T21:39:03.908Z Downloaded futures-macro v0.3.32
4092026-09-02T21:39:03.908Z Downloaded futures-sink v0.3.32
4102026-09-02T21:39:03.908Z Downloaded git-stub v1.0.0
4112026-09-02T21:39:03.908Z Downloaded lru-cache v0.1.2
4122026-09-02T21:39:03.912Z Downloaded proc-macro2 v1.0.106
4132026-09-02T21:39:03.912Z Downloaded endian-type v0.1.2
4142026-09-02T21:39:03.912Z Downloaded papergrid v0.11.0
4152026-09-02T21:39:03.914Z Downloaded serde-hex v0.1.0
4162026-09-02T21:39:03.914Z Downloaded unit-prefix v0.5.2
4172026-09-02T21:39:03.914Z Downloaded funty v2.0.0
4182026-09-02T21:39:03.914Z Downloaded globwalk v0.9.1
4192026-09-02T21:39:03.918Z Downloaded lalrpop-util v0.19.12
4202026-09-02T21:39:03.918Z Downloaded tokio-dtrace v0.1.1
4212026-09-02T21:39:03.918Z Downloaded clap v4.6.1
4222026-09-02T21:39:03.922Z Downloaded libscf-sys v1.2.0
4232026-09-02T21:39:03.922Z Downloaded maplit v1.0.2
4242026-09-02T21:39:03.922Z Downloaded num v0.4.3
4252026-09-02T21:39:03.925Z Downloaded heapless v0.7.17
4262026-09-02T21:39:03.925Z Downloaded displaydoc v0.2.5
4272026-09-02T21:39:03.928Z Downloaded darling_core v0.21.3
4282026-09-02T21:39:03.930Z Downloaded darling_core v0.23.0
4292026-09-02T21:39:03.934Z Downloaded md5 v0.8.0
4302026-09-02T21:39:03.934Z Downloaded memoffset v0.9.1
4312026-09-02T21:39:03.934Z Downloaded icu_normalizer v2.1.1
4322026-09-02T21:39:03.937Z Downloaded indicatif v0.18.4
4332026-09-02T21:39:03.937Z Downloaded newtype-uuid-macros v0.1.0
4342026-09-02T21:39:03.940Z Downloaded assert-json-diff v2.0.2
4352026-09-02T21:39:03.940Z Downloaded strum_macros v0.26.4
4362026-09-02T21:39:03.940Z Downloaded env_logger v0.11.11
4372026-09-02T21:39:03.943Z Downloaded darling_core v0.20.11
4382026-09-02T21:39:03.946Z Downloaded fallible-iterator v0.2.0
4392026-09-02T21:39:03.946Z Downloaded find-msvc-tools v0.1.9
4402026-09-02T21:39:03.946Z Downloaded hickory-resolver v0.24.4
4412026-09-02T21:39:03.949Z Downloaded usdt-impl v0.5.0
4422026-09-02T21:39:03.954Z Downloaded uzers v0.12.2
4432026-09-02T21:39:03.954Z Downloaded version_check v0.9.5
4442026-09-02T21:39:03.954Z Downloaded whoami v1.6.1
4452026-09-02T21:39:03.961Z Downloaded whoami v2.1.0
4462026-09-02T21:39:03.961Z Downloaded time-macros v0.2.27
4472026-09-02T21:39:03.961Z Downloaded base16ct v0.2.0
4482026-09-02T21:39:03.961Z Downloaded bcrypt-pbkdf v0.11.0
4492026-09-02T21:39:03.964Z Downloaded num-iter v0.1.45
4502026-09-02T21:39:03.964Z Downloaded icu_collections v2.1.1
4512026-09-02T21:39:03.964Z Downloaded itoa v1.0.17
4522026-09-02T21:39:03.971Z Downloaded olpc-cjson v0.1.4
4532026-09-02T21:39:03.971Z Downloaded tracing-attributes v0.1.31
4542026-09-02T21:39:03.973Z Downloaded atomic-waker v1.1.2
4552026-09-02T21:39:03.973Z Downloaded pretty_assertions v1.4.1
4562026-09-02T21:39:03.976Z Downloaded slog v2.8.2
4572026-09-02T21:39:03.976Z Downloaded libsw v3.5.0
4582026-09-02T21:39:03.979Z Downloaded lock_api v0.4.14
4592026-09-02T21:39:03.979Z Downloaded lazy_static v1.5.0
4602026-09-02T21:39:03.979Z Downloaded native-tls v0.2.18
4612026-09-02T21:39:03.982Z Downloaded phf_shared v0.11.3
4622026-09-02T21:39:03.988Z Downloaded hickory-resolver v0.25.2
4632026-09-02T21:39:03.990Z Downloaded const_format v0.2.35
4642026-09-02T21:39:03.991Z Downloaded crossbeam-channel v0.5.15
4652026-09-02T21:39:03.991Z Downloaded crypto-bigint v0.5.5
4662026-09-02T21:39:03.996Z Downloaded futures-executor v0.3.32
4672026-09-02T21:39:03.999Z Downloaded tokio-tungstenite v0.21.0
4682026-09-02T21:39:03.999Z Downloaded toml v0.8.23
4692026-09-02T21:39:04.003Z Downloaded toml_parser v1.1.2+spec-1.1.0
4702026-09-02T21:39:04.003Z Downloaded globset v0.4.18
4712026-09-02T21:39:04.003Z Downloaded bytes v1.11.1
4722026-09-02T21:39:04.006Z Downloaded pest_meta v2.8.6
4732026-09-02T21:39:04.009Z Downloaded newtype-uuid v1.3.2
4742026-09-02T21:39:04.009Z Downloaded plain v0.2.3
4752026-09-02T21:39:04.012Z Downloaded proc-macro-error-attr2 v2.0.0
4762026-09-02T21:39:04.012Z Downloaded radium v0.7.0
4772026-09-02T21:39:04.012Z Downloaded plotters-backend v0.3.7
4782026-09-02T21:39:04.015Z Downloaded quick-error v1.2.3
4792026-09-02T21:39:04.019Z Downloaded openssl-sys v0.9.117
4802026-09-02T21:39:04.024Z Downloaded serde_yaml v0.9.34+deprecated
4812026-09-02T21:39:04.028Z Downloaded hickory-server v0.25.2
4822026-09-02T21:39:04.032Z Downloaded serde-big-array v0.5.1
4832026-09-02T21:39:04.032Z Downloaded serde_repr v0.1.20
4842026-09-02T21:39:04.035Z Downloaded assert_cmd v2.1.2
4852026-09-02T21:39:04.035Z Downloaded bytecount v0.6.9
4862026-09-02T21:39:04.035Z Downloaded zerovec-derive v0.11.2
4872026-09-02T21:39:04.035Z Downloaded num_enum v0.7.6
4882026-09-02T21:39:04.038Z Downloaded p384 v0.14.0
4892026-09-02T21:39:04.041Z Downloaded slog-bunyan v2.5.0
4902026-09-02T21:39:04.041Z Downloaded sqlparser_derive v0.5.0
4912026-09-02T21:39:04.044Z Downloaded rand_distr v0.5.1
4922026-09-02T21:39:04.048Z Downloaded unicode-ident v1.0.24
4932026-09-02T21:39:04.048Z Downloaded anstream v0.6.21
4942026-09-02T21:39:04.052Z Downloaded ucd-trie v0.1.7
4952026-09-02T21:39:04.052Z Downloaded anstream v1.0.0
4962026-09-02T21:39:04.052Z Downloaded oxide-generation v0.1.3
4972026-09-02T21:39:04.052Z Downloaded anstyle-parse v0.2.7
4982026-09-02T21:39:04.056Z Downloaded bitfield v0.19.4
4992026-09-02T21:39:04.056Z Downloaded pbkdf2 v0.13.0
5002026-09-02T21:39:04.056Z Downloaded strum v0.26.3
5012026-09-02T21:39:04.056Z Downloaded supports-hyperlinks v2.1.0
5022026-09-02T21:39:04.056Z Downloaded structmeta v0.3.0
5032026-09-02T21:39:04.060Z Downloaded testing_table v0.3.0
5042026-09-02T21:39:04.060Z Downloaded same-file v1.0.6
5052026-09-02T21:39:04.060Z Downloaded sapling-renderdag v0.1.0
5062026-09-02T21:39:04.061Z Downloaded scroll_derive v0.12.1
5072026-09-02T21:39:04.061Z Downloaded signature v2.2.0
5082026-09-02T21:39:04.061Z Downloaded sigpipe v0.1.3
5092026-09-02T21:39:04.064Z Downloaded rand v0.8.6
5102026-09-02T21:39:04.064Z Downloaded nu-ansi-term v0.50.3
5112026-09-02T21:39:04.064Z Downloaded pem-rfc7468 v0.7.0
5122026-09-02T21:39:04.068Z Downloaded textwrap v0.16.2
5132026-09-02T21:39:04.068Z Downloaded hyper-util v0.1.20
5142026-09-02T21:39:04.072Z Downloaded indexmap v2.14.0
5152026-09-02T21:39:04.076Z Downloaded chacha20 v0.9.1
5162026-09-02T21:39:04.076Z Downloaded swrite v0.1.0
5172026-09-02T21:39:04.076Z Downloaded proc-macro-error2 v2.0.1
5182026-09-02T21:39:04.080Z Downloaded progenitor v0.13.0
5192026-09-02T21:39:04.088Z Downloaded diesel_derives v2.3.7
5202026-09-02T21:39:04.091Z Downloaded pem v3.0.6
5212026-09-02T21:39:04.091Z Downloaded der v0.7.10
5222026-09-02T21:39:04.091Z Downloaded rfc6979 v0.6.0
5232026-09-02T21:39:04.091Z Downloaded unicode-linebreak v0.1.5
5242026-09-02T21:39:04.091Z Downloaded tower-layer v0.3.3
5252026-09-02T21:39:04.091Z Downloaded universal-hash v0.6.1
5262026-09-02T21:39:04.091Z Downloaded http v1.4.2
5272026-09-02T21:39:04.094Z Downloaded pkg-config v0.3.32
5282026-09-02T21:39:04.097Z Downloaded toml_write v0.1.2
5292026-09-02T21:39:04.097Z Downloaded rsa v0.9.10
5302026-09-02T21:39:04.101Z Downloaded untrusted v0.9.0
5312026-09-02T21:39:04.101Z Downloaded internal-russh-num-bigint v0.5.0
5322026-09-02T21:39:04.104Z Downloaded samael v0.0.19
5332026-09-02T21:39:04.108Z Downloaded cargo_metadata v0.23.1
5342026-09-02T21:39:04.108Z Downloaded r2d2 v0.8.10
5352026-09-02T21:39:04.112Z Downloaded crossterm v0.28.1
5362026-09-02T21:39:04.112Z Downloaded uuid v1.23.4
5372026-09-02T21:39:04.115Z Downloaded difflib v0.4.0
5382026-09-02T21:39:04.115Z Downloaded hkdf v0.13.0
5392026-09-02T21:39:04.115Z Downloaded slog-dtrace v0.3.0
5402026-09-02T21:39:04.124Z Downloaded zstd v0.13.3
5412026-09-02T21:39:04.124Z Downloaded parking_lot_core v0.9.12
5422026-09-02T21:39:04.124Z Downloaded parking_lot v0.11.2
5432026-09-02T21:39:04.124Z Downloaded sqlformat v0.3.5
5442026-09-02T21:39:04.128Z Downloaded thread_local v1.1.9
5452026-09-02T21:39:04.128Z Downloaded rustc-demangle v0.1.27
5462026-09-02T21:39:04.128Z Downloaded usdt-macro v0.5.0
5472026-09-02T21:39:04.128Z Downloaded usdt-macro v0.6.0
5482026-09-02T21:39:04.128Z Downloaded void v1.0.2
5492026-09-02T21:39:04.128Z Downloaded tls_codec_derive v0.4.2
5502026-09-02T21:39:04.128Z Downloaded embedded-io v0.6.1
5512026-09-02T21:39:04.128Z Downloaded publicsuffix v2.3.0
5522026-09-02T21:39:04.128Z Downloaded derive_more-impl v2.1.1
5532026-09-02T21:39:04.133Z Downloaded fastrand v2.3.0
5542026-09-02T21:39:04.133Z Downloaded sha2 v0.10.9
5552026-09-02T21:39:04.133Z Downloaded zopfli v0.8.3
5562026-09-02T21:39:04.133Z Downloaded foreign-types-shared v0.3.1
5572026-09-02T21:39:04.133Z Downloaded form_urlencoded v1.2.2
5582026-09-02T21:39:04.133Z Downloaded bit-vec v0.8.0
5592026-09-02T21:39:04.137Z Downloaded scroll v0.13.0
5602026-09-02T21:39:04.137Z Downloaded hashbrown v0.12.3
5612026-09-02T21:39:04.137Z Downloaded waitgroup v0.1.2
5622026-09-02T21:39:04.137Z Downloaded drift v0.2.0
5632026-09-02T21:39:04.142Z Downloaded camino v1.2.5
5642026-09-02T21:39:04.146Z Downloaded schemars v0.8.22
5652026-09-02T21:39:04.150Z Downloaded steno v0.4.1
5662026-09-02T21:39:04.152Z Downloaded rustls-pki-types v1.14.0
5672026-09-02T21:39:04.152Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5682026-09-02T21:39:04.152Z Downloaded oxnet v0.1.6
5692026-09-02T21:39:04.155Z Downloaded itertools v0.10.5
5702026-09-02T21:39:04.158Z Downloaded dof v0.4.0
5712026-09-02T21:39:04.158Z Downloaded flagset v0.4.7
5722026-09-02T21:39:04.158Z Downloaded match_cfg v0.1.0
5732026-09-02T21:39:04.161Z Downloaded serde_tokenstream v0.2.3
5742026-09-02T21:39:04.161Z Downloaded pkcs1 v0.7.5
5752026-09-02T21:39:04.161Z Downloaded maybe-uninit v2.0.0
5762026-09-02T21:39:04.164Z Downloaded nonempty v0.12.0
5772026-09-02T21:39:04.164Z Downloaded async-recursion v1.1.1
5782026-09-02T21:39:04.167Z Downloaded target-spec v3.5.7
5792026-09-02T21:39:04.167Z Downloaded tinytemplate v1.2.1
5802026-09-02T21:39:04.169Z Downloaded generic-array v0.14.7
5812026-09-02T21:39:04.169Z Downloaded newline-converter v0.3.0
5822026-09-02T21:39:04.172Z Downloaded miniz_oxide v0.8.9
5832026-09-02T21:39:04.172Z Downloaded oso v0.27.3
5842026-09-02T21:39:04.175Z Downloaded serde_with_macros v3.21.0
5852026-09-02T21:39:04.175Z Downloaded unicode_categories v0.1.1
5862026-09-02T21:39:04.180Z Downloaded mime v0.3.17
5872026-09-02T21:39:04.180Z Downloaded tokio-rustls v0.26.4
5882026-09-02T21:39:04.180Z Downloaded der v0.8.0
5892026-09-02T21:39:04.183Z Downloaded tungstenite v0.21.0
5902026-09-02T21:39:04.183Z Downloaded ecdsa v0.16.9
5912026-09-02T21:39:04.183Z Downloaded env_filter v2.0.0
5922026-09-02T21:39:04.186Z Downloaded enum_dispatch v0.3.13
5932026-09-02T21:39:04.186Z Downloaded quinn-udp v0.5.14
5942026-09-02T21:39:04.190Z Downloaded cfg-if v1.0.4
5952026-09-02T21:39:04.190Z Downloaded fs-err v2.11.0
5962026-09-02T21:39:04.190Z Downloaded ascii-canvas v3.0.0
5972026-09-02T21:39:04.190Z Downloaded rusty-fork v0.3.1
5982026-09-02T21:39:04.190Z Downloaded usdt-impl v0.6.0
5992026-09-02T21:39:04.193Z Downloaded sha2 v0.11.0
6002026-09-02T21:39:04.196Z Downloaded backtrace-ext v0.2.1
6012026-09-02T21:39:04.200Z Downloaded openssl-macros v0.1.1
6022026-09-02T21:39:04.208Z Downloaded vsss-rs v3.3.4
6032026-09-02T21:39:04.211Z Downloaded knus-derive v3.4.0
6042026-09-02T21:39:04.211Z Downloaded packed_struct_codegen v0.10.1
6052026-09-02T21:39:04.211Z Downloaded tempfile v3.27.0
6062026-09-02T21:39:04.214Z Downloaded stringmetrics v2.2.2
6072026-09-02T21:39:04.214Z Downloaded zeroize v1.9.0
6082026-09-02T21:39:04.218Z Downloaded proc-macro-crate v3.4.0
6092026-09-02T21:39:04.218Z Downloaded pathdiff v0.2.3
6102026-09-02T21:39:04.218Z Downloaded potential_utf v0.1.4
6112026-09-02T21:39:04.221Z Downloaded proc-macro-error-attr v1.0.4
6122026-09-02T21:39:04.221Z Downloaded ref-cast-impl v1.0.25
6132026-09-02T21:39:04.221Z Downloaded serde_with v1.14.0
6142026-09-02T21:39:04.223Z Downloaded scheduled-thread-pool v0.2.7
6152026-09-02T21:39:04.223Z Downloaded guppy v0.17.25
6162026-09-02T21:39:04.226Z Downloaded criterion v0.7.0
6172026-09-02T21:39:04.231Z Downloaded iri-string v0.7.10
6182026-09-02T21:39:04.235Z Downloaded keccak v0.2.0
6192026-09-02T21:39:04.239Z Downloaded knus v3.4.0
6202026-09-02T21:39:04.239Z Downloaded pkcs8 v0.11.0
6212026-09-02T21:39:04.239Z Downloaded foldhash v0.1.5
6222026-09-02T21:39:04.245Z Downloaded git-stub-vcs v0.1.0
6232026-09-02T21:39:04.245Z Downloaded libefi-sys v0.1.0
6242026-09-02T21:39:04.245Z Downloaded num-complex v0.4.6
6252026-09-02T21:39:04.245Z Downloaded num-integer v0.1.46
6262026-09-02T21:39:04.245Z Downloaded miette-derive v7.6.0
6272026-09-02T21:39:04.245Z Downloaded mime_guess v2.0.5
6282026-09-02T21:39:04.253Z Downloaded newtype_derive v0.1.6
6292026-09-02T21:39:04.253Z Downloaded num_enum_derive v0.7.6
6302026-09-02T21:39:04.253Z Downloaded psl-types v2.0.11
6312026-09-02T21:39:04.253Z Downloaded aead v0.6.1
6322026-09-02T21:39:04.253Z Downloaded rustyline v14.0.0
6332026-09-02T21:39:04.253Z Downloaded hashbrown v0.15.5
6342026-09-02T21:39:04.261Z Downloaded secrecy v0.10.3
6352026-09-02T21:39:04.261Z Downloaded semver v0.1.20
6362026-09-02T21:39:04.261Z Downloaded shell-words v1.1.1
6372026-09-02T21:39:04.261Z Downloaded autocfg v1.5.0
6382026-09-02T21:39:04.261Z Downloaded rstest v0.25.0
6392026-09-02T21:39:04.267Z Downloaded itertools v0.12.1
6402026-09-02T21:39:04.267Z Downloaded itertools v0.13.0
6412026-09-02T21:39:04.272Z Downloaded xshell v0.2.7
6422026-09-02T21:39:04.272Z Downloaded bcs v0.1.6
6432026-09-02T21:39:04.272Z Downloaded strum v0.27.2
6442026-09-02T21:39:04.272Z Downloaded time-core v0.1.8
6452026-09-02T21:39:04.272Z Downloaded tabled_derive v0.7.0
6462026-09-02T21:39:04.272Z Downloaded tokio-macros v2.7.0
6472026-09-02T21:39:04.272Z Downloaded subtle v2.6.1
6482026-09-02T21:39:04.272Z Downloaded supports-unicode v3.0.0
6492026-09-02T21:39:04.275Z Downloaded terminal_size v0.4.3
6502026-09-02T21:39:04.275Z Downloaded toml_datetime v0.6.11
6512026-09-02T21:39:04.275Z Downloaded unarray v0.1.4
6522026-09-02T21:39:04.275Z Downloaded utf8_iter v1.0.4
6532026-09-02T21:39:04.275Z Downloaded flate2 v1.1.9
6542026-09-02T21:39:04.280Z Downloaded base64ct v1.8.3
6552026-09-02T21:39:04.284Z Downloaded cipher v0.4.4
6562026-09-02T21:39:04.284Z Downloaded unicode-bidi v0.3.18
6572026-09-02T21:39:04.284Z Downloaded tungstenite v0.23.0
6582026-09-02T21:39:04.284Z Downloaded chacha20poly1305 v0.10.1
6592026-09-02T21:39:04.287Z Downloaded owo-colors v4.3.0
6602026-09-02T21:39:04.287Z Downloaded phf v0.13.1
6612026-09-02T21:39:04.287Z Downloaded packed_struct v0.10.1
6622026-09-02T21:39:04.287Z Downloaded pem-rfc7468 v1.0.0
6632026-09-02T21:39:04.290Z Downloaded zerofrom v0.1.6
6642026-09-02T21:39:04.290Z Downloaded zeroize_derive v1.5.0
6652026-09-02T21:39:04.290Z Downloaded dirs-next v2.0.0
6662026-09-02T21:39:04.290Z Downloaded predicates v3.1.4
6672026-09-02T21:39:04.293Z Downloaded utf8parse v0.2.2
6682026-09-02T21:39:04.293Z Downloaded xshell-macros v0.2.7
6692026-09-02T21:39:04.293Z Downloaded yoke-derive v0.8.1
6702026-09-02T21:39:04.293Z Downloaded litrs v1.0.0
6712026-09-02T21:39:04.296Z Downloaded miette v5.10.0
6722026-09-02T21:39:04.299Z Downloaded rand_core v0.6.4
6732026-09-02T21:39:04.299Z Downloaded rand_core v0.9.5
6742026-09-02T21:39:04.299Z Downloaded icu_properties_data v2.1.2
6752026-09-02T21:39:04.303Z Downloaded prettyplease v0.2.37
6762026-09-02T21:39:04.306Z Downloaded litemap v0.8.1
6772026-09-02T21:39:04.311Z Downloaded rand_chacha v0.3.1
6782026-09-02T21:39:04.311Z Downloaded p256 v0.14.0
6792026-09-02T21:39:04.315Z Downloaded socket2 v0.6.3
6802026-09-02T21:39:04.315Z Downloaded dsl_auto_type v0.2.0
6812026-09-02T21:39:04.315Z Downloaded slab v0.4.12
6822026-09-02T21:39:04.315Z Downloaded slog-scope v4.4.1
6832026-09-02T21:39:04.315Z Downloaded textwrap v0.15.2
6842026-09-02T21:39:04.315Z Downloaded rustls-native-certs v0.8.3
6852026-09-02T21:39:04.320Z Downloaded serde_urlencoded v0.7.1
6862026-09-02T21:39:04.320Z Downloaded serde_tokenstream v0.3.0
6872026-09-02T21:39:04.320Z Downloaded shlex v1.3.0
6882026-09-02T21:39:04.320Z Downloaded dof v0.3.0
6892026-09-02T21:39:04.320Z Downloaded blake2 v0.10.6
6902026-09-02T21:39:04.323Z Downloaded buf-list v1.1.2
6912026-09-02T21:39:04.323Z Downloaded ssh-encoding v0.3.0
6922026-09-02T21:39:04.323Z Downloaded foreign-types v0.3.2
6932026-09-02T21:39:04.323Z Downloaded prefix-trie v0.7.0
6942026-09-02T21:39:04.326Z Downloaded rstest_macros v0.25.0
6952026-09-02T21:39:04.326Z Downloaded bzip2 v0.6.1
6962026-09-02T21:39:04.329Z Downloaded itertools v0.14.0
6972026-09-02T21:39:04.332Z Downloaded event-listener-strategy v0.5.4
6982026-09-02T21:39:04.332Z Downloaded hyper v1.10.1
6992026-09-02T21:39:04.335Z Downloaded string_cache v0.8.9
7002026-09-02T21:39:04.335Z Downloaded thiserror-impl v1.0.69
7012026-09-02T21:39:04.338Z Downloaded trait-variant v0.1.2
7022026-09-02T21:39:04.338Z Downloaded gethostname v0.5.0
7032026-09-02T21:39:04.339Z Downloaded jiff-static v0.2.34
7042026-09-02T21:39:04.339Z Downloaded normalize-line-endings v0.3.0
7052026-09-02T21:39:04.339Z Downloaded typify v0.6.2
7062026-09-02T21:39:04.341Z Downloaded num_enum_derive v0.5.11
7072026-09-02T21:39:04.341Z Downloaded arrayref v0.3.9
7082026-09-02T21:39:04.341Z Downloaded getrandom v0.3.4
7092026-09-02T21:39:04.344Z Downloaded block-buffer v0.10.4
7102026-09-02T21:39:04.345Z Downloaded cargo-platform v0.3.2
7112026-09-02T21:39:04.345Z Downloaded owo-colors v3.5.0
7122026-09-02T21:39:04.345Z Downloaded pkcs1 v0.8.0-rc.4
7132026-09-02T21:39:04.347Z Downloaded primeorder v0.13.6
7142026-09-02T21:39:04.347Z Downloaded thiserror-no-std v2.0.2
7152026-09-02T21:39:04.350Z Downloaded crossterm v0.29.0
7162026-09-02T21:39:04.353Z Downloaded cfg_aliases v0.1.1
7172026-09-02T21:39:04.353Z Downloaded walkdir v2.5.0
7182026-09-02T21:39:04.353Z Downloaded aes v0.9.1
7192026-09-02T21:39:04.356Z Downloaded h2 v0.4.15
7202026-09-02T21:39:04.359Z Downloaded serde v1.0.228
7212026-09-02T21:39:04.362Z Downloaded dropshot_endpoint v0.17.1
7222026-09-02T21:39:04.365Z Downloaded anes v0.1.6
7232026-09-02T21:39:04.365Z Downloaded openssl-probe v0.1.6
7242026-09-02T21:39:04.368Z Downloaded precomputed-hash v0.1.1
7252026-09-02T21:39:04.368Z Downloaded typify-macro v0.6.2
7262026-09-02T21:39:04.368Z Downloaded writeable v0.6.2
7272026-09-02T21:39:04.368Z Downloaded miette-derive v5.10.0
7282026-09-02T21:39:04.368Z Downloaded smallvec v1.15.1
7292026-09-02T21:39:04.371Z Downloaded linked-hash-map v0.5.6
7302026-09-02T21:39:04.371Z Downloaded ena v0.14.4
7312026-09-02T21:39:04.371Z Downloaded num_threads v0.1.7
7322026-09-02T21:39:04.371Z Downloaded predicates-core v1.0.10
7332026-09-02T21:39:04.374Z Downloaded hashbrown v0.17.0
7342026-09-02T21:39:04.377Z Downloaded idna v1.1.0
7352026-09-02T21:39:04.380Z Downloaded itertools v0.15.0
7362026-09-02T21:39:04.385Z Downloaded rand v0.9.2
7372026-09-02T21:39:04.388Z Downloaded knuffel-derive v3.2.0
7382026-09-02T21:39:04.392Z Downloaded spin v0.9.8
7392026-09-02T21:39:04.395Z Downloaded thread-id v5.1.0
7402026-09-02T21:39:04.395Z Downloaded unicode-segmentation v1.12.0
7412026-09-02T21:39:04.401Z Downloaded ed25519 v2.2.3
7422026-09-02T21:39:04.401Z Downloaded serde_spanned v1.1.1
7432026-09-02T21:39:04.404Z Downloaded ff v0.14.0
7442026-09-02T21:39:04.404Z Downloaded filetime v0.2.27
7452026-09-02T21:39:04.408Z Downloaded tokio-test v0.4.5
7462026-09-02T21:39:04.411Z Downloaded hkdf v0.12.4
7472026-09-02T21:39:04.414Z Downloaded linear-map v1.2.0
7482026-09-02T21:39:04.414Z Downloaded supports-color v3.0.2
7492026-09-02T21:39:04.486Z Downloaded oorandom v11.1.5
7502026-09-02T21:39:04.486Z Downloaded tinyvec_macros v0.1.1
7512026-09-02T21:39:04.486Z Downloaded usdt v0.6.0
7522026-09-02T21:39:04.486Z Downloaded enum-as-inner v0.6.1
7532026-09-02T21:39:04.486Z Downloaded display-error-chain v0.2.2
7542026-09-02T21:39:04.486Z Downloaded fnv v1.0.7
7552026-09-02T21:39:04.486Z Downloaded ed25519-dalek v3.0.0
7562026-09-02T21:39:04.486Z Downloaded fixedbitset v0.4.2
7572026-09-02T21:39:04.486Z Downloaded cc v1.2.56
7582026-09-02T21:39:04.487Z Downloaded tokio-stream v0.1.18
7592026-09-02T21:39:04.487Z Downloaded fancy-regex v0.14.0
7602026-09-02T21:39:04.487Z Downloaded rand_core v0.10.0
7612026-09-02T21:39:04.487Z Downloaded port-file v0.1.0
7622026-09-02T21:39:04.487Z Downloaded pest_generator v2.8.6
7632026-09-02T21:39:04.487Z Downloaded fxhash v0.2.1
7642026-09-02T21:39:04.487Z Downloaded rust-argon2 v2.1.0
7652026-09-02T21:39:04.487Z Downloaded dropshot-api-manager-types v0.8.0
7662026-09-02T21:39:04.487Z Downloaded iddqd v0.4.2
7672026-09-02T21:39:04.487Z Downloaded rand v0.10.1
7682026-09-02T21:39:04.487Z Downloaded macaddr v1.0.1
7692026-09-02T21:39:04.487Z Downloaded slog-term v2.9.2
7702026-09-02T21:39:04.487Z Downloaded smallvec v0.6.14
7712026-09-02T21:39:04.487Z Downloaded stringprep v0.1.5
7722026-09-02T21:39:04.487Z Downloaded parse-display v0.10.0
7732026-09-02T21:39:04.488Z Downloaded powerfmt v0.2.0
7742026-09-02T21:39:04.488Z Downloaded kstat-rs v0.2.5
7752026-09-02T21:39:04.488Z Downloaded password-hash v0.5.0
7762026-09-02T21:39:04.488Z Downloaded peg v0.8.5
7772026-09-02T21:39:04.488Z Downloaded memmap v0.7.0
7782026-09-02T21:39:04.488Z Downloaded array-init v0.0.4
7792026-09-02T21:39:04.488Z Downloaded getrandom v0.2.17
7802026-09-02T21:39:04.488Z Downloaded parse-display-derive v0.10.0
7812026-09-02T21:39:04.502Z Downloaded phf v0.12.1
7822026-09-02T21:39:04.502Z Downloaded typed-path v0.9.3
7832026-09-02T21:39:04.502Z Downloaded goblin v0.10.5
7842026-09-02T21:39:04.502Z Downloaded new_debug_unreachable v1.0.6
7852026-09-02T21:39:04.503Z Downloaded oso-derive v0.27.3
7862026-09-02T21:39:04.503Z Downloaded nibble_vec v0.1.0
7872026-09-02T21:39:04.503Z Downloaded block-buffer v0.12.1
7882026-09-02T21:39:04.503Z Downloaded ciborium-ll v0.2.2
7892026-09-02T21:39:04.503Z Downloaded percent-encoding v2.3.2
7902026-09-02T21:39:04.503Z Downloaded goblin v0.8.2
7912026-09-02T21:39:04.503Z Downloaded schemars v0.9.0
7922026-09-02T21:39:04.503Z Downloaded tui-tree-widget v0.23.1
7932026-09-02T21:39:04.503Z Downloaded plotters-svg v0.3.7
7942026-09-02T21:39:04.503Z Downloaded vte v0.14.1
7952026-09-02T21:39:04.503Z Downloaded ssh-key v0.7.0-rc.11
7962026-09-02T21:39:04.503Z Downloaded zerovec v0.11.5
7972026-09-02T21:39:04.515Z Downloaded futures-channel v0.3.32
7982026-09-02T21:39:04.515Z Downloaded arc-swap v1.8.2
7992026-09-02T21:39:04.516Z Downloaded strum_macros v0.27.2
8002026-09-02T21:39:04.516Z Downloaded num_enum v0.5.11
8012026-09-02T21:39:04.516Z Downloaded serde_with_macros v1.5.2
8022026-09-02T21:39:04.516Z Downloaded usdt v0.5.0
8032026-09-02T21:39:04.516Z Downloaded vergen-lib v0.1.6
8042026-09-02T21:39:04.516Z Downloaded vergen-lib v9.1.0
8052026-09-02T21:39:04.523Z Downloaded ed25519 v3.0.0
8062026-09-02T21:39:04.523Z Downloaded elliptic-curve v0.14.1
8072026-09-02T21:39:04.523Z Downloaded libsw-core v0.3.2
8082026-09-02T21:39:04.523Z Downloaded thiserror-impl-no-std v2.0.2
8092026-09-02T21:39:04.523Z Downloaded multer v3.1.0
8102026-09-02T21:39:04.523Z Downloaded semver v1.0.28
8112026-09-02T21:39:04.523Z Downloaded salsa20 v0.11.0
8122026-09-02T21:39:04.523Z Downloaded tar v0.4.46
8132026-09-02T21:39:04.523Z Downloaded byte-wrapper v0.1.0
8142026-09-02T21:39:04.531Z Downloaded seq-macro v0.3.6
8152026-09-02T21:39:04.531Z Downloaded fs_extra v1.3.0
8162026-09-02T21:39:04.531Z Downloaded term v0.7.0
8172026-09-02T21:39:04.531Z Downloaded nom v7.1.3
8182026-09-02T21:39:04.531Z Downloaded ciborium v0.2.2
8192026-09-02T21:39:04.540Z Downloaded camino-tempfile v1.4.1
8202026-09-02T21:39:04.540Z Downloaded castaway v0.2.4
8212026-09-02T21:39:04.540Z Downloaded supports-unicode v2.1.0
8222026-09-02T21:39:04.540Z Downloaded ron v0.8.1
8232026-09-02T21:39:04.540Z Downloaded toml_edit v0.22.27
8242026-09-02T21:39:04.551Z Downloaded tagptr v0.2.0
8252026-09-02T21:39:04.551Z Downloaded tabwriter v1.4.1
8262026-09-02T21:39:04.551Z Downloaded tough v0.22.0
8272026-09-02T21:39:04.551Z Downloaded plotters v0.3.7
8282026-09-02T21:39:04.559Z Downloaded primeorder v0.14.0
8292026-09-02T21:39:04.560Z Downloaded progenitor-client v0.13.0
8302026-09-02T21:39:04.560Z Downloaded errno v0.3.14
8312026-09-02T21:39:04.560Z Downloaded untrusted v0.7.1
8322026-09-02T21:39:04.560Z Downloaded want v0.3.1
8332026-09-02T21:39:04.560Z Downloaded twox-hash v2.1.2
8342026-09-02T21:39:04.563Z Downloaded foreign-types-shared v0.1.1
8352026-09-02T21:39:04.563Z Downloaded linkme-impl v0.3.35
8362026-09-02T21:39:04.566Z Downloaded resolv-conf v0.7.6
8372026-09-02T21:39:04.566Z Downloaded schemars_derive v0.8.22
8382026-09-02T21:39:04.566Z Downloaded tokio-tungstenite v0.23.1
8392026-09-02T21:39:04.571Z Downloaded diff v0.1.13
8402026-09-02T21:39:04.571Z Downloaded event-listener v5.4.1
8412026-09-02T21:39:04.571Z Downloaded ghash v0.6.0
8422026-09-02T21:39:04.574Z Downloaded nested v0.1.1
8432026-09-02T21:39:04.574Z Downloaded progenitor-impl v0.13.0
8442026-09-02T21:39:04.574Z Downloaded tokio-util v0.7.18
8452026-09-02T21:39:04.577Z Downloaded sec1 v0.7.3
8462026-09-02T21:39:04.577Z Downloaded num-conv v0.2.0
8472026-09-02T21:39:04.577Z Downloaded md-5 v0.10.6
8482026-09-02T21:39:04.577Z Downloaded atomicwrites v0.4.4
8492026-09-02T21:39:04.581Z Downloaded parking v2.2.1
8502026-09-02T21:39:04.581Z Downloaded progenitor-macro v0.14.0
8512026-09-02T21:39:04.581Z Downloaded rand_xorshift v0.4.0
8522026-09-02T21:39:04.585Z Downloaded signal-hook-registry v1.4.8
8532026-09-02T21:39:04.589Z Downloaded aes-gcm v0.11.0
8542026-09-02T21:39:04.589Z Downloaded similar v2.7.0
8552026-09-02T21:39:04.593Z Downloaded strsim v0.10.0
8562026-09-02T21:39:04.593Z Downloaded peg-runtime v0.8.5
8572026-09-02T21:39:04.598Z Downloaded try-lock v0.2.5
8582026-09-02T21:39:04.602Z Downloaded pin-project v1.1.11
8592026-09-02T21:39:04.607Z Downloaded snafu-derive v0.8.9
8602026-09-02T21:39:04.610Z Downloaded toml_edit v0.19.15
8612026-09-02T21:39:04.615Z Downloaded rtoolbox v0.0.3
8622026-09-02T21:39:04.618Z Downloaded digest v0.11.3
8632026-09-02T21:39:04.618Z Downloaded unicode-truncate v1.1.0
8642026-09-02T21:39:04.618Z Downloaded usdt-attr-macro v0.5.0
8652026-09-02T21:39:04.629Z Downloaded utf-8 v0.7.6
8662026-09-02T21:39:04.632Z Downloaded yoke v0.8.1
8672026-09-02T21:39:04.632Z Downloaded supports-hyperlinks v3.2.0
8682026-09-02T21:39:04.632Z Downloaded rcgen v0.12.1
8692026-09-02T21:39:04.632Z Downloaded jobserver v0.1.34
8702026-09-02T21:39:04.636Z Downloaded keccak v0.1.6
8712026-09-02T21:39:04.636Z Downloaded arrayvec v0.7.6
8722026-09-02T21:39:04.636Z Downloaded sponge-cursor v0.1.0
8732026-09-02T21:39:04.636Z Downloaded winnow v0.5.40
8742026-09-02T21:39:04.640Z Downloaded winnow v0.6.26
8752026-09-02T21:39:04.644Z Downloaded foldhash v0.2.0
8762026-09-02T21:39:04.647Z Downloaded kem v0.3.0
8772026-09-02T21:39:04.647Z Downloaded portable-atomic v1.13.1
8782026-09-02T21:39:04.651Z Downloaded zone_cfg_derive v0.3.1
8792026-09-02T21:39:04.651Z Downloaded progenitor-impl v0.14.0
8802026-09-02T21:39:04.655Z Downloaded serde_cbor v0.11.2
8812026-09-02T21:39:04.655Z Downloaded log v0.4.33
8822026-09-02T21:39:04.655Z Downloaded managed v0.8.0
8832026-09-02T21:39:04.658Z Downloaded nodrop v0.1.14
8842026-09-02T21:39:04.658Z Downloaded futures v0.3.32
8852026-09-02T21:39:04.658Z Downloaded rustls-platform-verifier v0.6.2
8862026-09-02T21:39:04.662Z Downloaded serde_core v1.0.228
8872026-09-02T21:39:04.662Z Downloaded knuffel v3.2.0
8882026-09-02T21:39:04.662Z Downloaded ff v0.13.1
8892026-09-02T21:39:04.665Z Downloaded subprocess v0.2.15
8902026-09-02T21:39:04.665Z Downloaded test-strategy v0.4.5
8912026-09-02T21:39:04.669Z Downloaded anstyle-parse v1.0.0
8922026-09-02T21:39:04.669Z Downloaded trybuild v1.0.116
8932026-09-02T21:39:04.672Z Downloaded toml_writer v1.1.1+spec-1.1.0
8942026-09-02T21:39:04.672Z Downloaded unicode-properties v0.1.4
8952026-09-02T21:39:04.672Z Downloaded recursive-proc-macro-impl v0.1.1
8962026-09-02T21:39:04.672Z Downloaded serde_spanned v0.6.9
8972026-09-02T21:39:04.675Z Downloaded sha1 v0.10.6
8982026-09-02T21:39:04.676Z Downloaded ed25519-dalek v2.2.0
8992026-09-02T21:39:04.676Z Downloaded base64 v0.21.7
9002026-09-02T21:39:04.679Z Downloaded sync-ptr v0.1.4
9012026-09-02T21:39:04.679Z Downloaded yasna v0.5.2
9022026-09-02T21:39:04.679Z Downloaded base64 v0.22.1
9032026-09-02T21:39:04.686Z Downloaded zip v4.6.1
9042026-09-02T21:39:04.686Z Downloaded either v1.15.0
9052026-09-02T21:39:04.686Z Downloaded oxide-update-engine-types v0.1.2
9062026-09-02T21:39:04.691Z Downloaded bitfield-struct v0.6.2
9072026-09-02T21:39:04.691Z Downloaded parse-size v1.1.0
9082026-09-02T21:39:04.691Z Downloaded crypto-primes v0.7.2
9092026-09-02T21:39:04.692Z Downloaded tower-service v0.3.3
9102026-09-02T21:39:04.692Z Downloaded dyn-clone v1.0.20
9112026-09-02T21:39:04.692Z Downloaded rsa v0.10.0-rc.18
9122026-09-02T21:39:04.696Z Downloaded bs58 v0.5.1
9132026-09-02T21:39:04.696Z Downloaded ppv-lite86 v0.2.21
9142026-09-02T21:39:04.696Z Downloaded pin-project-lite v0.2.17
9152026-09-02T21:39:04.700Z Downloaded pin-project-internal v1.1.11
9162026-09-02T21:39:04.700Z Downloaded escape8259 v0.5.3
9172026-09-02T21:39:04.700Z Downloaded serde_derive_internals v0.29.1
9182026-09-02T21:39:04.703Z Downloaded termtree v0.5.1
9192026-09-02T21:39:04.703Z Downloaded cbc v0.2.1
9202026-09-02T21:39:04.707Z Downloaded cfg_aliases v0.2.1
9212026-09-02T21:39:04.707Z Downloaded multimap v0.10.1
9222026-09-02T21:39:04.710Z Downloaded serde_path_to_error v0.1.20
9232026-09-02T21:39:04.713Z Downloaded async-stream v0.3.6
9242026-09-02T21:39:04.714Z Downloaded rayon-core v1.13.0
9252026-09-02T21:39:04.719Z Downloaded slog-async v2.8.0
9262026-09-02T21:39:04.722Z Downloaded strum_macros v0.24.3
9272026-09-02T21:39:04.722Z Downloaded ssh-cipher v0.3.0
9282026-09-02T21:39:04.722Z Downloaded tls_codec v0.4.2
9292026-09-02T21:39:04.726Z Downloaded primefield v0.14.0
9302026-09-02T21:39:04.732Z Downloaded zstd-safe v7.2.4
9312026-09-02T21:39:04.732Z Downloaded recursive v0.1.1
9322026-09-02T21:39:04.737Z Downloaded toml v1.1.2+spec-1.1.0
9332026-09-02T21:39:04.737Z Downloaded futures-core v0.3.32
9342026-09-02T21:39:04.740Z Downloaded fs-err v3.3.0
9352026-09-02T21:39:04.740Z Downloaded lru-slab v0.1.2
9362026-09-02T21:39:04.740Z Downloaded wnaf v0.14.0
9372026-09-02T21:39:04.743Z Downloaded wyz v0.5.1
9382026-09-02T21:39:04.743Z Downloaded bit-vec v0.6.3
9392026-09-02T21:39:04.748Z Downloaded dtrace-parser v0.2.0
9402026-09-02T21:39:04.755Z Downloaded zip v0.6.6
9412026-09-02T21:39:04.758Z Downloaded zerocopy v0.6.6
9422026-09-02T21:39:04.762Z Downloaded proc-macro-crate v1.3.1
9432026-09-02T21:39:04.762Z Downloaded scroll_derive v0.13.1
9442026-09-02T21:39:04.769Z Downloaded predicates-tree v1.0.13
9452026-09-02T21:39:04.769Z Downloaded lzss v0.8.2
9462026-09-02T21:39:04.769Z Downloaded rustc-hash v2.1.1
9472026-09-02T21:39:04.769Z Downloaded signal-hook-tokio v0.3.1
9482026-09-02T21:39:04.769Z Downloaded async-stream-impl v0.3.6
9492026-09-02T21:39:04.774Z Downloaded tower-http v0.6.8
9502026-09-02T21:39:04.774Z Downloaded libm v0.2.16
9512026-09-02T21:39:04.778Z Downloaded libloading v0.8.9
9522026-09-02T21:39:04.781Z Downloaded blake2 v0.11.0-rc.6
9532026-09-02T21:39:04.781Z Downloaded socket2 v0.5.10
9542026-09-02T21:39:04.781Z Downloaded dirs-sys-next v0.1.2
9552026-09-02T21:39:04.782Z Downloaded oxide-update-engine v0.1.2
9562026-09-02T21:39:04.785Z Downloaded scrypt v0.12.0
9572026-09-02T21:39:04.785Z Downloaded aead v0.5.2
9582026-09-02T21:39:04.785Z Downloaded bitfield-macros v0.19.4
9592026-09-02T21:39:04.788Z Downloaded strsim v0.11.1
9602026-09-02T21:39:04.788Z Downloaded tinyvec v1.10.0
9612026-09-02T21:39:04.788Z Downloaded toml v0.7.8
9622026-09-02T21:39:04.791Z Downloaded camino-tempfile-ext v0.3.3
9632026-09-02T21:39:04.791Z Downloaded winnow v0.7.14
9642026-09-02T21:39:04.795Z Downloaded poly1305 v0.9.0
9652026-09-02T21:39:04.801Z Downloaded xattr v1.6.1
9662026-09-02T21:39:04.805Z Downloaded float-ord v0.3.2
9672026-09-02T21:39:04.805Z Downloaded backtrace v0.3.76
9682026-09-02T21:39:04.805Z Downloaded static_assertions v1.1.0
9692026-09-02T21:39:04.808Z Downloaded ml-kem v0.3.2
9702026-09-02T21:39:04.811Z Downloaded reedline v0.40.0
9712026-09-02T21:39:04.814Z Downloaded module-lattice v0.2.3
9722026-09-02T21:39:04.814Z Downloaded tokio-native-tls v0.3.1
9732026-09-02T21:39:04.818Z Downloaded num-derive v0.4.2
9742026-09-02T21:39:04.821Z Downloaded thread-id v4.2.2
9752026-09-02T21:39:04.821Z Downloaded tower v0.5.3
9762026-09-02T21:39:04.825Z Downloaded typenum v1.20.1
9772026-09-02T21:39:04.828Z Downloaded async-lock v3.4.2
9782026-09-02T21:39:04.828Z Downloaded fatfs v0.3.6
9792026-09-02T21:39:04.832Z Downloaded stable_deref_trait v1.2.1
9802026-09-02T21:39:04.836Z Downloaded async-compression v0.4.41
9812026-09-02T21:39:04.839Z Downloaded sha1 v0.11.0
9822026-09-02T21:39:04.839Z Downloaded zerocopy-derive v0.8.55
9832026-09-02T21:39:04.844Z Downloaded simd-adler32 v0.3.8
9842026-09-02T21:39:04.847Z Downloaded chumsky v0.9.3
9852026-09-02T21:39:04.847Z Downloaded lru v0.12.5
9862026-09-02T21:39:04.847Z Downloaded openssl-probe v0.2.1
9872026-09-02T21:39:04.850Z Downloaded termios v0.3.3
9882026-09-02T21:39:04.850Z Downloaded unicase v2.9.0
9892026-09-02T21:39:04.850Z Downloaded vergen-gitcl v1.0.8
9902026-09-02T21:39:04.850Z Downloaded futures-timer v3.0.3
9912026-09-02T21:39:04.850Z Downloaded glob v0.3.3
9922026-09-02T21:39:04.853Z Downloaded fixedbitset v0.5.7
9932026-09-02T21:39:04.854Z Downloaded bitflags v1.3.2
9942026-09-02T21:39:04.857Z Downloaded bzip2 v0.4.4
9952026-09-02T21:39:04.862Z Downloaded oxide-update-engine-display v0.1.2
9962026-09-02T21:39:04.865Z Downloaded backoff v0.4.0
9972026-09-02T21:39:04.869Z Downloaded siphasher v1.0.2
9982026-09-02T21:39:04.869Z Downloaded cast v0.3.0
9992026-09-02T21:39:04.873Z Downloaded serde_derive v1.0.228
10002026-09-02T21:39:04.877Z Downloaded vergen v9.1.0
10012026-09-02T21:39:04.881Z Downloaded blake3 v1.8.5
10022026-09-02T21:39:04.885Z Downloaded zmij v1.0.21
10032026-09-02T21:39:04.885Z Downloaded linkme v0.3.35
10042026-09-02T21:39:04.888Z Downloaded futures-task v0.3.32
10052026-09-02T21:39:04.888Z Downloaded universal-hash v0.5.1
10062026-09-02T21:39:04.891Z Downloaded libtest-mimic v0.8.1
10072026-09-02T21:39:04.891Z Downloaded polyval v0.7.1
10082026-09-02T21:39:04.895Z Downloaded relative-path v1.9.3
10092026-09-02T21:39:04.895Z Downloaded yansi v1.0.1
10102026-09-02T21:39:04.895Z Downloaded minimal-lexical v0.2.1
10112026-09-02T21:39:04.898Z Downloaded x509-cert v0.2.5
10122026-09-02T21:39:04.901Z Downloaded miette v7.6.0
10132026-09-02T21:39:04.904Z Downloaded anstyle-query v1.1.5
10142026-09-02T21:39:04.904Z Downloaded rustversion v1.0.22
10152026-09-02T21:39:04.904Z Downloaded ahash v0.8.12
10162026-09-02T21:39:04.907Z Downloaded zone v0.3.1
10172026-09-02T21:39:04.908Z Downloaded term v1.2.1
10182026-09-02T21:39:04.908Z Downloaded digest v0.10.7
10192026-09-02T21:39:04.908Z Downloaded postgres-types v0.2.12
10202026-09-02T21:39:04.911Z Downloaded adler2 v2.0.1
10212026-09-02T21:39:04.911Z Downloaded serde_json v1.0.151
10222026-09-02T21:39:04.914Z Downloaded document-features v0.2.12
10232026-09-02T21:39:04.914Z Downloaded progenitor-macro v0.13.0
10242026-09-02T21:39:04.914Z Downloaded take_mut v0.2.2
10252026-09-02T21:39:04.918Z Downloaded num-traits v0.2.19
10262026-09-02T21:39:04.922Z Downloaded tinystr v0.8.2
10272026-09-02T21:39:04.926Z Downloaded spki v0.8.0
10282026-09-02T21:39:04.929Z Downloaded vergen-git2 v9.1.0
10292026-09-02T21:39:04.929Z Downloaded mio v1.2.0
10302026-09-02T21:39:04.933Z Downloaded approx v0.5.1
10312026-09-02T21:39:04.936Z Downloaded nom v8.0.0
10322026-09-02T21:39:04.936Z Downloaded unsafe-libyaml v0.2.11
10332026-09-02T21:39:04.940Z Downloaded zerocopy-derive v0.7.35
10342026-09-02T21:39:04.945Z Downloaded slog-json v2.6.1
10352026-09-02T21:39:04.948Z Downloaded ecdsa v0.17.0
10362026-09-02T21:39:04.959Z Downloaded nanorand v0.7.0
10372026-09-02T21:39:04.963Z Downloaded async-bb8-diesel v0.2.1
10382026-09-02T21:39:04.963Z Downloaded thiserror-impl v2.0.18
10392026-09-02T21:39:04.970Z Downloaded flume v0.11.1
10402026-09-02T21:39:04.974Z Downloaded libxml v0.3.3
10412026-09-02T21:39:04.980Z Downloaded partial-io v0.5.4
10422026-09-02T21:39:04.985Z Downloaded erased-serde v0.3.31
10432026-09-02T21:39:04.985Z Downloaded syn v1.0.109
10442026-09-02T21:39:04.996Z Downloaded russh-cryptovec v0.62.0
10452026-09-02T21:39:04.997Z Downloaded num-rational v0.4.2
10462026-09-02T21:39:04.997Z Downloaded zerotrie v0.2.3
10472026-09-02T21:39:04.997Z Downloaded pest_derive v2.8.6
10482026-09-02T21:39:05.007Z Downloaded progenitor v0.14.0
10492026-09-02T21:39:05.011Z Downloaded ryu v1.0.23
10502026-09-02T21:39:05.011Z Downloaded stacker v0.1.23
10512026-09-02T21:39:05.011Z Downloaded papergrid v0.18.0
10522026-09-02T21:39:05.017Z Downloaded bumpalo v3.20.2
10532026-09-02T21:39:05.017Z Downloaded omicron-zone-package v0.12.3
10542026-09-02T21:39:05.024Z Downloaded reqwest v0.13.2
10552026-09-02T21:39:05.024Z Downloaded once_cell v1.21.3
10562026-09-02T21:39:05.030Z Downloaded memmap2 v0.9.10
10572026-09-02T21:39:05.030Z Downloaded target-lexicon v0.13.3
10582026-09-02T21:39:05.030Z Downloaded p521 v0.14.0
10592026-09-02T21:39:05.035Z Downloaded libbz2-rs-sys v0.2.2
10602026-09-02T21:39:05.035Z Downloaded regex-syntax v0.6.29
10612026-09-02T21:39:05.035Z Downloaded object v0.30.4
10622026-09-02T21:39:05.038Z Downloaded url v2.5.8
10632026-09-02T21:39:05.042Z Downloaded getrandom v0.4.3
10642026-09-02T21:39:05.042Z Downloaded ar_archive_writer v0.5.1
10652026-09-02T21:39:05.045Z Downloaded signal-hook v0.3.18
10662026-09-02T21:39:05.045Z Downloaded generic-array v1.4.3
10672026-09-02T21:39:05.051Z Downloaded pkcs5 v0.8.1
10682026-09-02T21:39:05.056Z Downloaded crypto-bigint v0.7.5
10692026-09-02T21:39:05.060Z Downloaded peg-macros v0.8.5
10702026-09-02T21:39:05.063Z Downloaded zerocopy v0.7.35
10712026-09-02T21:39:05.068Z Downloaded scuffle v0.1.0
10722026-09-02T21:39:05.075Z Downloaded elliptic-curve v0.13.8
10732026-09-02T21:39:05.079Z Downloaded radix_trie v0.2.1
10742026-09-02T21:39:05.079Z Downloaded schemars v1.2.1
10752026-09-02T21:39:05.082Z Downloaded salty v0.3.0
10762026-09-02T21:39:05.086Z Downloaded git2 v0.20.4
10772026-09-02T21:39:05.090Z Downloaded snafu v0.8.9
10782026-09-02T21:39:05.094Z Downloaded tracing-core v0.1.36
10792026-09-02T21:39:05.098Z Downloaded reqwest v0.12.28
10802026-09-02T21:39:05.101Z Downloaded tabled v0.15.0
10812026-09-02T21:39:05.106Z Downloaded quinn v0.11.11
10822026-09-02T21:39:05.109Z Downloaded toml_edit v0.23.10+spec-1.0.0
10832026-09-02T21:39:05.115Z Downloaded jiff-core v0.1.0
10842026-09-02T21:39:05.116Z Downloaded moka v0.12.13
10852026-09-02T21:39:05.119Z Downloaded object v0.37.3
10862026-09-02T21:39:05.122Z Downloaded num-bigint v0.4.6
10872026-09-02T21:39:05.127Z Downloaded rawzip v0.4.4
10882026-09-02T21:39:05.131Z Downloaded futures-util v0.3.32
10892026-09-02T21:39:05.140Z Downloaded memchr v2.8.0
10902026-09-02T21:39:05.143Z Downloaded quinn-proto v0.11.16
10912026-09-02T21:39:05.147Z Downloaded tabled v0.21.0
10922026-09-02T21:39:05.156Z Downloaded rustls-webpki v0.103.13
10932026-09-02T21:39:05.160Z Downloaded curve25519-dalek v4.1.3
10942026-09-02T21:39:05.164Z Downloaded dropshot-api-manager v0.8.0
10952026-09-02T21:39:05.167Z Downloaded pest v2.8.6
10962026-09-02T21:39:05.170Z Downloaded num-bigint-dig v0.8.6
10972026-09-02T21:39:05.170Z Downloaded zlib-rs v0.6.2
10982026-09-02T21:39:05.175Z Downloaded regex-syntax v0.8.10
10992026-09-02T21:39:05.178Z Downloaded expectorate v1.2.0
11002026-09-02T21:39:05.181Z Downloaded qorb v0.4.1
11012026-09-02T21:39:05.182Z Downloaded rayon v1.11.0
11022026-09-02T21:39:05.185Z Downloaded regex v1.12.3
11032026-09-02T21:39:05.188Z Downloaded zerocopy v0.8.55
11042026-09-02T21:39:05.198Z Downloaded tokio-postgres v0.7.16
11052026-09-02T21:39:05.201Z Downloaded unicode-normalization v0.1.25
11062026-09-02T21:39:05.205Z Downloaded hickory-proto v0.24.4
11072026-09-02T21:39:05.211Z Downloaded quick-xml v0.37.5
11082026-09-02T21:39:05.215Z Downloaded polar-core v0.27.3
11092026-09-02T21:39:05.219Z Downloaded aws-lc-rs v1.16.3
11102026-09-02T21:39:05.223Z Downloaded curve25519-dalek v5.0.0
11112026-09-02T21:39:05.229Z Downloaded winnow v1.0.3
11122026-09-02T21:39:05.237Z Downloaded bstr v1.12.1
11132026-09-02T21:39:05.245Z Downloaded diesel v2.3.7
11142026-09-02T21:39:05.257Z Downloaded hickory-proto v0.25.2
11152026-09-02T21:39:05.266Z Downloaded serde_with v3.21.0
11162026-09-02T21:39:05.273Z Downloaded aho-corasick v1.1.4
11172026-09-02T21:39:05.276Z Downloaded proptest v1.11.0
11182026-09-02T21:39:05.282Z Downloaded bindgen v0.71.1
11192026-09-02T21:39:05.290Z Downloaded sha3 v0.12.0
11202026-09-02T21:39:05.294Z Downloaded openapiv3 v2.2.0
11212026-09-02T21:39:05.294Z Downloaded smoltcp v0.9.1
11222026-09-02T21:39:05.305Z Downloaded openssl v0.10.80
11232026-09-02T21:39:05.310Z Downloaded smoltcp v0.11.0
11242026-09-02T21:39:05.316Z Downloaded unicode-width v0.2.0
11252026-09-02T21:39:05.384Z Downloaded petname v2.0.2
11262026-09-02T21:39:05.385Z Downloaded unicode-width v0.1.14
11272026-09-02T21:39:05.395Z Downloaded p384 v0.13.1
11282026-09-02T21:39:05.395Z Downloaded vcpkg v0.2.15
11292026-09-02T21:39:05.395Z Downloaded bitvec v1.0.1
11302026-09-02T21:39:05.395Z Downloaded time v0.3.47
11312026-09-02T21:39:05.395Z Downloaded nix v0.27.1
11322026-09-02T21:39:05.395Z Downloaded russh v0.62.4
11332026-09-02T21:39:05.395Z Downloaded lalrpop v0.19.12
11342026-09-02T21:39:05.395Z Downloaded sqlparser v0.61.0
11352026-09-02T21:39:05.395Z Downloaded rustls v0.23.41
11362026-09-02T21:39:05.400Z Downloaded syn v2.0.117
11372026-09-02T21:39:05.410Z Downloaded chrono v0.4.45
11382026-09-02T21:39:05.417Z Downloaded nix v0.28.0
11392026-09-02T21:39:05.425Z Downloaded nix v0.31.2
11402026-09-02T21:39:05.442Z Downloaded rustix v0.38.44
11412026-09-02T21:39:05.455Z Downloaded rustix v1.1.4
11422026-09-02T21:39:05.468Z Downloaded zerocopy-derive v0.6.6
11432026-09-02T21:39:05.474Z Downloaded syn v3.0.3
11442026-09-02T21:39:05.481Z Downloaded gimli v0.32.3
11452026-09-02T21:39:05.485Z Downloaded typify-impl v0.6.2
11462026-09-02T21:39:05.494Z Downloaded regress v0.10.5
11472026-09-02T21:39:05.499Z Downloaded sled v0.34.7
11482026-09-02T21:39:05.505Z Downloaded regress v0.11.1
11492026-09-02T21:39:05.511Z Downloaded dropshot v0.17.1
11502026-09-02T21:39:05.562Z Downloaded tracing v0.1.44
11512026-09-02T21:39:05.576Z Downloaded chrono-tz v0.10.4
11522026-09-02T21:39:05.590Z Downloaded libc v0.2.185
11532026-09-02T21:39:05.610Z Downloaded sha3 v0.11.0
11542026-09-02T21:39:05.614Z Downloaded csv v1.4.0
11552026-09-02T21:39:05.626Z Downloaded bzip2-sys v0.1.13+1.0.8
11562026-09-02T21:39:05.632Z Downloaded ratatui v0.29.0
11572026-09-02T21:39:05.643Z Downloaded petgraph v0.6.5
11582026-09-02T21:39:05.655Z Downloaded tokio v1.52.1
11592026-09-02T21:39:05.678Z Downloaded libz-sys v1.1.24
11602026-09-02T21:39:05.690Z Downloaded regex-automata v0.4.14
11612026-09-02T21:39:06.704Z Downloaded petgraph v0.8.3
11622026-09-02T21:39:06.708Z Downloaded encoding_rs v0.8.35
11632026-09-02T21:39:06.708Z Downloaded jiff v0.2.34
11642026-09-02T21:39:06.708Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11652026-09-02T21:39:06.708Z Downloaded sha3 v0.10.8
11662026-09-02T21:39:06.708Z Downloaded ring v0.17.14
11672026-09-02T21:39:06.709Z Downloaded httpmock v0.8.3
11682026-09-02T21:39:06.709Z Downloaded libgit2-sys v0.18.3+1.9.2
11692026-09-02T21:39:06.709Z Downloaded aws-lc-sys v0.40.0
11702026-09-02T21:39:06.729Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11712026-09-02T21:39:08.836Z Startup: Refreshing catalog 'helios' ... Done
11722026-09-02T21:39:09.771Z Startup: Caching catalogs ... Done
11732026-09-02T21:39:12.345ZPlanning: Solver setup ... Done (2.401s)
11742026-09-02T21:39:12.415ZPlanning: Running solver ... Done (0.070s)
11752026-09-02T21:39:12.471ZPlanning: Finding local manifests ... Done (0.003s)
11762026-09-02T21:39:12.483ZPlanning: Fetching manifests: 0/2 0% complete
11772026-09-02T21:39:12.505ZPlanning: Fetching manifests: 2/2 100% complete
11782026-09-02T21:39:12.519ZPlanning: Package planning ... Done (0.014s)
11792026-09-02T21:39:12.523ZPlanning: Merging actions ... Done (0.002s)
11802026-09-02T21:39:12.691ZPlanning: Checking for conflicting actions ... Done (0.168s)
11812026-09-02T21:39:12.695ZPlanning: Consolidating action changes ... Done (0.001s)
11822026-09-02T21:39:13.501ZPlanning: Evaluating mediators ... Done (0.810s)
11832026-09-02T21:39:13.505ZPlanning: Planning completed in 3.69 seconds
11842026-09-02T21:39:13.510Z Packages to install: 2
11852026-09-02T21:39:13.511Z Estimated space available: 155.73 GB
11862026-09-02T21:39:13.511ZEstimated space to be consumed: 86.47 MB
11872026-09-02T21:39:13.511Z Create boot environment: No
11882026-09-02T21:39:13.516ZCreate backup boot environment: No
11892026-09-02T21:39:13.516Z Rebuild boot archive: No
11902026-09-02T21:39:13.516Z
11912026-09-02T21:39:13.516ZChanged packages:
11922026-09-02T21:39:13.516Zhelios
11932026-09-02T21:39:13.516Z developer/build-essential
11942026-09-02T21:39:13.516Z None -> 11-3.0
11952026-09-02T21:39:13.516Z library/libxmlsec1
11962026-09-02T21:39:13.516Z None -> 1.2.35-3.0
11972026-09-02T21:39:13.537Z
11982026-09-02T21:39:13.537ZDownload: 0/214 items 0.0/1.3MB 0% complete
11992026-09-02T21:39:13.608ZDownload: Completed 1.28 MB in 0.07 seconds (18.0M/s)
12002026-09-02T21:39:13.768Z Actions: 1/268 actions (Installing new actions)
12012026-09-02T21:39:13.808Z Actions: Completed 268 actions in 0.04 seconds.
12022026-09-02T21:39:13.845ZFinalize: Updating package state database ... Done (0.037s)
12032026-09-02T21:39:13.845ZFinalize: Updating package cache ... Done (0.000s)
12042026-09-02T21:39:13.945ZFinalize: Updating image state ... Done (0.101s)
12052026-09-02T21:39:16.812ZFinalize: Creating fast lookup database ... Done (2.807s)
12062026-09-02T21:39:16.881ZFinalize: Reading search index ... Done (0.012s)
12072026-09-02T21:39:16.887ZFinalize: Updating search index ... Done (0.000s)
12082026-09-02T21:39:16.971ZFinalize: Updating package cache ... Done (0.000s)
12092026-09-02T21:39:17.354ZPlanning: Evaluating mediator changes ... Done
12102026-09-02T21:39:17.460ZPlanning: Checking for conflicting actions ... Done
12112026-09-02T21:39:17.464ZPlanning: Consolidating action changes ... Done
12122026-09-02T21:39:17.618ZPlanning: Evaluating mediators ... Done
12132026-09-02T21:39:17.622ZPlanning: Planning completed in 0.26 seconds
12142026-09-02T21:39:17.643Z Mediators to change: 2
12152026-09-02T21:39:17.643Z Create boot environment: No
12162026-09-02T21:39:17.643ZCreate backup boot environment: No
12172026-09-02T21:39:17.694ZFinalize: Updating package state database ... Done
12182026-09-02T21:39:17.694ZFinalize: Updating package cache ... Done
12192026-09-02T21:39:17.757ZFinalize: Updating image state ... Done
12202026-09-02T21:39:19.759ZFinalize: Creating fast lookup database ... Done
12212026-09-02T21:39:19.823ZFinalize: Reading search index ... Done
12222026-09-02T21:39:19.827ZFinalize: Updating search index ... Done
12232026-09-02T21:39:19.887ZFinalize: Updating package cache ... Done
12242026-09-02T21:39:20.177ZPlanning: Evaluating mediator changes ... Done
12252026-09-02T21:39:20.289ZPlanning: Checking for conflicting actions ... Done
12262026-09-02T21:39:20.385ZPlanning: Consolidating action changes ... Done
12272026-09-02T21:39:20.446ZPlanning: Evaluating mediators ... Done
12282026-09-02T21:39:20.449ZPlanning: Planning completed in 0.27 seconds
12292026-09-02T21:39:20.469Z Mediators to change: 1
12302026-09-02T21:39:20.470Z Create boot environment: No
12312026-09-02T21:39:20.470ZCreate backup boot environment: No
12322026-09-02T21:39:20.517ZFinalize: Updating package state database ... Done
12332026-09-02T21:39:20.517ZFinalize: Updating package cache ... Done
12342026-09-02T21:39:20.575ZFinalize: Updating image state ... Done
12352026-09-02T21:39:22.542ZFinalize: Creating fast lookup database ... Done
12362026-09-02T21:39:22.605ZFinalize: Reading search index ... Done
12372026-09-02T21:39:22.609ZFinalize: Updating search index ... Done
12382026-09-02T21:39:22.687ZFinalize: Updating package cache ... Done
12392026-09-02T21:39:23.001ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12402026-09-02T21:39:23.001Zapache system 2.4 system
12412026-09-02T21:39:23.001Zclang system 15 system
12422026-09-02T21:39:23.001Zcsh system system illumos
12432026-09-02T21:39:23.001Zctags system system illumos
12442026-09-02T21:39:23.001Zfile vendor vendor darwinsys
12452026-09-02T21:39:23.001Zfile system system illumos
12462026-09-02T21:39:23.001Zgcc vendor 14 vendor
12472026-09-02T21:39:23.001Zgcc system 13 system
12482026-09-02T21:39:23.001Zgcc system 10 system
12492026-09-02T21:39:23.001Zgo system 1.25 system
12502026-09-02T21:39:23.001Zllvm system 15 system
12512026-09-02T21:39:23.001Zmariadb system 11.4 system
12522026-09-02T21:39:23.001Zmta vendor vendor dma
12532026-09-02T21:39:23.001Zopenjdk system 17 system
12542026-09-02T21:39:23.001Zopenjdk system 11 system
12552026-09-02T21:39:23.001Zopenssl vendor 3 vendor
12562026-09-02T21:39:23.001Zperl system 5.40 system
12572026-09-02T21:39:23.001Zpostgresql system 18 system
12582026-09-02T21:39:23.001Zpostgresql system 17 system
12592026-09-02T21:39:23.001Zpython vendor 3 vendor
12602026-09-02T21:39:23.002Zpython system 2 system
12612026-09-02T21:39:23.002Zpython3 vendor 3.13 vendor
12622026-09-02T21:39:23.002Zruby system 3.4 system
12632026-09-02T21:39:23.002Zruby system 3.0 system
12642026-09-02T21:39:23.002Zwords vendor vendor american-english
12652026-09-02T21:39:23.002Zwords system system australian-english
12662026-09-02T21:39:23.002Zwords system system british-english
12672026-09-02T21:39:23.002Zwords system system canadian-english
12682026-09-02T21:39:23.002Zwords system system french
12692026-09-02T21:39:23.002Zwords system system italian
12702026-09-02T21:39:23.002Zwords system system ngerman
12712026-09-02T21:39:23.002Zwords system system ogerman
12722026-09-02T21:39:23.002Zwords system system spanish
12732026-09-02T21:39:23.258ZPUBLISHER TYPE STATUS P LOCATION
12742026-09-02T21:39:23.258Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12752026-09-02T21:39:23.782ZFMRI IFO
12762026-09-02T21:39:23.782Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12772026-09-02T21:39:23.783Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12782026-09-02T21:39:23.783Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12792026-09-02T21:39:23.783Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12802026-09-02T21:39:23.783Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12812026-09-02T21:39:23.783Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12822026-09-02T21:39:23.783Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12832026-09-02T21:39:23.783Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12842026-09-02T21:39:23.783Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12852026-09-02T21:39:24.433Z Downloading crates ...
12862026-09-02T21:39:24.480Z Downloaded cargo_toml v0.21.0
12872026-09-02T21:39:24.529Z Compiling proc-macro2 v1.0.106
12882026-09-02T21:39:24.529Z Compiling unicode-ident v1.0.24
12892026-09-02T21:39:24.530Z Compiling quote v1.0.45
12902026-09-02T21:39:24.539Z Compiling serde_core v1.0.228
12912026-09-02T21:39:24.539Z Compiling libc v0.2.185
12922026-09-02T21:39:24.539Z Compiling version_check v0.9.5
12932026-09-02T21:39:24.539Z Compiling memchr v2.8.0
12942026-09-02T21:39:24.539Z Compiling serde v1.0.228
12952026-09-02T21:39:24.609Z Compiling zmij v1.0.21
12962026-09-02T21:39:24.617Z Compiling ucd-trie v0.1.7
12972026-09-02T21:39:24.617Z Compiling itoa v1.0.17
12982026-09-02T21:39:24.617Z Compiling thiserror v1.0.69
12992026-09-02T21:39:24.623Z Compiling rustix v1.1.4
13002026-09-02T21:39:24.633Z Compiling byteorder v1.5.0
13012026-09-02T21:39:24.782Z Compiling bitflags v2.11.0
13022026-09-02T21:39:24.901Z Compiling serde_json v1.0.151
13032026-09-02T21:39:24.977Z Compiling camino v1.2.5
13042026-09-02T21:39:25.062Z Compiling pest v2.8.6
13052026-09-02T21:39:25.070Z Compiling proc-macro-error-attr v1.0.4
13062026-09-02T21:39:25.178Z Compiling usdt-impl v0.5.0
13072026-09-02T21:39:25.181Z Compiling syn v1.0.109
13082026-09-02T21:39:25.220Z Compiling proc-macro-error v1.0.4
13092026-09-02T21:39:25.242Z Compiling log v0.4.33
13102026-09-02T21:39:25.251Z Compiling plain v0.2.3
13112026-09-02T21:39:25.281Z Compiling utf8parse v0.2.2
13122026-09-02T21:39:25.304Z Compiling hashbrown v0.17.0
13132026-09-02T21:39:25.356Z Compiling equivalent v1.0.2
13142026-09-02T21:39:25.386Z Compiling getrandom v0.4.3
13152026-09-02T21:39:25.400Z Compiling anstyle-parse v1.0.0
13162026-09-02T21:39:25.467Z Compiling thiserror v2.0.18
13172026-09-02T21:39:25.470Z Compiling is_terminal_polyfill v1.70.2
13182026-09-02T21:39:25.471Z Compiling pretty-hex v0.4.1
13192026-09-02T21:39:25.479Z Compiling colorchoice v1.0.4
13202026-09-02T21:39:25.538Z Compiling anstyle v1.0.14
13212026-09-02T21:39:25.599Z Compiling errno v0.3.14
13222026-09-02T21:39:25.599Z Compiling thread-id v4.2.2
13232026-09-02T21:39:25.622Z Compiling anstyle-query v1.1.5
13242026-09-02T21:39:25.633Z Compiling winnow v0.7.14
13252026-09-02T21:39:25.637Z Compiling toml_write v0.1.2
13262026-09-02T21:39:25.663Z Compiling cfg-if v1.0.4
13272026-09-02T21:39:25.669Z Compiling autocfg v1.5.0
13282026-09-02T21:39:25.708Z Compiling once_cell v1.21.3
13292026-09-02T21:39:25.743Z Compiling anstream v1.0.0
13302026-09-02T21:39:25.771Z Compiling clap_lex v1.0.0
13312026-09-02T21:39:25.796Z Compiling fastrand v2.3.0
13322026-09-02T21:39:25.801Z Compiling heck v0.4.1
13332026-09-02T21:39:25.878Z Compiling indexmap v2.14.0
13342026-09-02T21:39:25.955Z Compiling fnv v1.0.7
13352026-09-02T21:39:26.032Z Compiling syn v2.0.117
13362026-09-02T21:39:26.074Z Compiling strsim v0.11.1
13372026-09-02T21:39:26.088Z Compiling anyhow v1.0.104
13382026-09-02T21:39:26.099Z Compiling unicode-width v0.1.14
13392026-09-02T21:39:26.171Z Compiling bytecount v0.6.9
13402026-09-02T21:39:26.177Z Compiling fs-err v3.3.0
13412026-09-02T21:39:26.188Z Compiling heck v0.5.0
13422026-09-02T21:39:26.208Z Compiling pest_meta v2.8.6
13432026-09-02T21:39:26.327Z Compiling memmap v0.7.0
13442026-09-02T21:39:26.442Z Compiling papergrid v0.11.0
13452026-09-02T21:39:26.452Z Compiling smawk v0.3.2
13462026-09-02T21:39:26.464Z Compiling unicode-linebreak v0.1.5
13472026-09-02T21:39:26.493Z Compiling unicode-width v0.2.0
13482026-09-02T21:39:26.528Z Compiling swrite v0.1.0
13492026-09-02T21:39:26.642Z Compiling terminal_size v0.4.3
13502026-09-02T21:39:26.642Z Compiling tempfile v3.27.0
13512026-09-02T21:39:26.747Z Compiling clap_builder v4.6.0
13522026-09-02T21:39:26.747Z Compiling textwrap v0.16.2
13532026-09-02T21:39:27.033Z Compiling semver v1.0.28
13542026-09-02T21:39:27.043Z Compiling cargo-platform v0.3.2
13552026-09-02T21:39:27.303Z Compiling camino-tempfile v1.4.1
13562026-09-02T21:39:27.575Z Compiling tabled_derive v0.7.0
13572026-09-02T21:39:28.205Z Compiling pest_generator v2.8.6
13582026-09-02T21:39:28.250Z Compiling tabled v0.15.0
13592026-09-02T21:39:28.719Z Compiling serde_derive v1.0.228
13602026-09-02T21:39:28.719Z Compiling thiserror-impl v1.0.69
13612026-09-02T21:39:28.724Z Compiling zerocopy-derive v0.7.35
13622026-09-02T21:39:28.724Z Compiling scroll_derive v0.12.1
13632026-09-02T21:39:28.724Z Compiling thiserror-impl v2.0.18
13642026-09-02T21:39:28.724Z Compiling clap_derive v4.6.1
13652026-09-02T21:39:28.750Z Compiling pest_derive v2.8.6
13662026-09-02T21:39:29.294Z Compiling scroll v0.12.0
13672026-09-02T21:39:29.409Z Compiling zerocopy v0.7.35
13682026-09-02T21:39:29.502Z Compiling goblin v0.8.2
13692026-09-02T21:39:29.713Z Compiling dtrace-parser v0.2.0
13702026-09-02T21:39:30.056Z Compiling clap v4.6.1
13712026-09-02T21:39:31.143Z Compiling serde_spanned v0.6.9
13722026-09-02T21:39:31.143Z Compiling toml_datetime v0.6.11
13732026-09-02T21:39:31.143Z Compiling macaddr v1.0.1
13742026-09-02T21:39:31.143Z Compiling cargo_metadata v0.23.1
13752026-09-02T21:39:31.166Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13762026-09-02T21:39:31.166Z Compiling dof v0.3.0
13772026-09-02T21:39:31.166Z Compiling serde_tokenstream v0.2.3
13782026-09-02T21:39:31.330Z Compiling toml_edit v0.22.27
13792026-09-02T21:39:31.821Z Compiling usdt-macro v0.5.0
13802026-09-02T21:39:31.825Z Compiling usdt-attr-macro v0.5.0
13812026-09-02T21:39:32.421Z Compiling usdt v0.5.0
13822026-09-02T21:39:32.610Z Compiling toml v0.8.23
13832026-09-02T21:39:32.927Z Compiling cargo_toml v0.21.0
13842026-09-02T21:39:34.207Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13852026-09-02T21:39:36.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.30s
13862026-09-02T21:39:36.312Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13872026-09-02T21:39:37.086Z Compiling serde_core v1.0.228
13882026-09-02T21:39:37.086Z Compiling libc v0.2.185
13892026-09-02T21:39:37.087Z Compiling serde v1.0.228
13902026-09-02T21:39:37.092Z Compiling log v0.4.33
13912026-09-02T21:39:37.092Z Compiling smallvec v1.15.1
13922026-09-02T21:39:37.092Z Compiling find-msvc-tools v0.1.9
13932026-09-02T21:39:37.092Z Compiling shlex v1.3.0
13942026-09-02T21:39:37.092Z Compiling subtle v2.6.1
13952026-09-02T21:39:37.255Z Compiling scopeguard v1.2.0
13962026-09-02T21:39:37.269Z Compiling typenum v1.20.1
13972026-09-02T21:39:37.272Z Compiling stable_deref_trait v1.2.1
13982026-09-02T21:39:37.273Z Compiling zerocopy v0.8.55
13992026-09-02T21:39:37.273Z Compiling portable-atomic v1.13.1
14002026-09-02T21:39:37.309Z Compiling serde_json v1.0.151
14012026-09-02T21:39:37.323Z Compiling syn v2.0.117
14022026-09-02T21:39:37.365Z Compiling critical-section v1.2.0
14032026-09-02T21:39:37.402Z Compiling lock_api v0.4.14
14042026-09-02T21:39:37.407Z Compiling libm v0.2.16
14052026-09-02T21:39:37.407Z Compiling num-traits v0.2.19
14062026-09-02T21:39:37.482Z Compiling pkg-config v0.3.32
14072026-09-02T21:39:37.486Z Compiling generic-array v0.14.7
14082026-09-02T21:39:37.486Z Compiling pin-project-lite v0.2.17
14092026-09-02T21:39:37.525Z Compiling const-oid v0.9.6
14102026-09-02T21:39:37.525Z Compiling parking_lot_core v0.9.12
14112026-09-02T21:39:37.602Z Compiling getrandom v0.4.3
14122026-09-02T21:39:37.622Z Compiling rand_core v0.10.0
14132026-09-02T21:39:37.685Z Compiling writeable v0.6.2
14142026-09-02T21:39:37.709Z Compiling litemap v0.8.1
14152026-09-02T21:39:37.789Z Compiling percent-encoding v2.3.2
14162026-09-02T21:39:37.823Z Compiling futures-core v0.3.32
14172026-09-02T21:39:37.853Z Compiling icu_properties_data v2.1.2
14182026-09-02T21:39:37.885Z Compiling icu_normalizer_data v2.1.1
14192026-09-02T21:39:37.903Z Compiling rustix v1.1.4
14202026-09-02T21:39:37.903Z Compiling getrandom v0.3.4
14212026-09-02T21:39:37.930Z Compiling futures-sink v0.3.32
14222026-09-02T21:39:38.057Z Compiling utf8_iter v1.0.4
14232026-09-02T21:39:38.076Z Compiling futures-io v0.3.32
14242026-09-02T21:39:38.076Z Compiling slab v0.4.12
14252026-09-02T21:39:38.089Z Compiling futures-channel v0.3.32
14262026-09-02T21:39:38.100Z Compiling futures-task v0.3.32
14272026-09-02T21:39:38.169Z Compiling form_urlencoded v1.2.2
14282026-09-02T21:39:38.185Z Compiling rustversion v1.0.22
14292026-09-02T21:39:38.200Z Compiling errno v0.3.14
14302026-09-02T21:39:38.230Z Compiling jobserver v0.1.34
14312026-09-02T21:39:38.243Z Compiling getrandom v0.2.17
14322026-09-02T21:39:38.295Z Compiling mio v1.2.0
14332026-09-02T21:39:38.319Z Compiling socket2 v0.6.3
14342026-09-02T21:39:38.375Z Compiling signal-hook-registry v1.4.8
14352026-09-02T21:39:38.388Z Compiling base64ct v1.8.3
14362026-09-02T21:39:38.400Z Compiling once_cell v1.21.3
14372026-09-02T21:39:38.496Z Compiling cc v1.2.56
14382026-09-02T21:39:38.511Z Compiling rand_core v0.6.4
14392026-09-02T21:39:38.524Z Compiling parking_lot v0.12.5
14402026-09-02T21:39:38.573Z Compiling iana-time-zone v0.1.65
14412026-09-02T21:39:38.646Z Compiling pem-rfc7468 v0.7.0
14422026-09-02T21:39:38.650Z Compiling fs_extra v1.3.0
14432026-09-02T21:39:38.673Z Compiling regex-syntax v0.8.10
14442026-09-02T21:39:38.704Z Compiling dunce v1.0.5
14452026-09-02T21:39:38.743Z Compiling ident_case v1.0.1
14462026-09-02T21:39:38.785Z Compiling flagset v0.4.7
14472026-09-02T21:39:38.796Z Compiling base64 v0.22.1
14482026-09-02T21:39:38.812Z Compiling rand_core v0.9.5
14492026-09-02T21:39:38.820Z Compiling vcpkg v0.2.15
14502026-09-02T21:39:38.949Z Compiling syn v1.0.109
14512026-09-02T21:39:38.970Z Compiling tracing-core v0.1.36
14522026-09-02T21:39:38.970Z Compiling cpufeatures v0.2.17
14532026-09-02T21:39:38.970Z Compiling aws-lc-rs v1.16.3
14542026-09-02T21:39:38.970Z Compiling dyn-clone v1.0.20
14552026-09-02T21:39:38.993Z Compiling simd-adler32 v0.3.8
14562026-09-02T21:39:39.001Z Compiling schemars v0.8.22
14572026-09-02T21:39:39.013Z Compiling spin v0.9.8
14582026-09-02T21:39:39.102Z Compiling tinyvec_macros v0.1.1
14592026-09-02T21:39:39.124Z Compiling adler2 v2.0.1
14602026-09-02T21:39:39.145Z Compiling crc32fast v1.5.0
14612026-09-02T21:39:39.186Z Compiling cmov v0.5.4
14622026-09-02T21:39:39.227Z Compiling cmake v0.1.57
14632026-09-02T21:39:39.254Z Compiling httparse v1.10.1
14642026-09-02T21:39:39.270Z Compiling openssl-probe v0.2.1
14652026-09-02T21:39:39.274Z Compiling miniz_oxide v0.8.9
14662026-09-02T21:39:39.274Z Compiling tinyvec v1.10.0
14672026-09-02T21:39:39.297Z Compiling aho-corasick v1.1.4
14682026-09-02T21:39:39.311Z Compiling try-lock v0.2.5
14692026-09-02T21:39:39.409Z Compiling bitflags v2.11.0
14702026-09-02T21:39:39.452Z Compiling semver v1.0.28
14712026-09-02T21:39:39.466Z Compiling indexmap v2.14.0
14722026-09-02T21:39:39.484Z Compiling uuid v1.23.4
14732026-09-02T21:39:39.584Z Compiling ctutils v0.4.2
14742026-09-02T21:39:39.649Z Compiling tower-layer v0.3.3
14752026-09-02T21:39:39.667Z Compiling tower-service v0.3.3
14762026-09-02T21:39:39.667Z Compiling atomic-waker v1.1.2
14772026-09-02T21:39:39.689Z Compiling rustc_version v0.4.1
14782026-09-02T21:39:39.788Z Compiling radium v0.7.0
14792026-09-02T21:39:39.805Z Compiling untrusted v0.7.1
14802026-09-02T21:39:39.839Z Compiling want v0.3.1
14812026-09-02T21:39:39.919Z Compiling tap v1.0.1
14822026-09-02T21:39:39.938Z Compiling foreign-types-shared v0.1.1
14832026-09-02T21:39:40.024Z Compiling openssl v0.10.80
14842026-09-02T21:39:40.032Z Compiling untrusted v0.9.0
14852026-09-02T21:39:40.055Z Compiling rustls v0.23.41
14862026-09-02T21:39:40.059Z Compiling httpdate v1.0.3
14872026-09-02T21:39:40.059Z Compiling maybe-uninit v2.0.0
14882026-09-02T21:39:40.098Z Compiling aws-lc-sys v0.40.0
14892026-09-02T21:39:40.107Z Compiling openssl-sys v0.9.117
14902026-09-02T21:39:40.146Z Compiling regex-automata v0.4.14
14912026-09-02T21:39:40.180Z Compiling bzip2-sys v0.1.13+1.0.8
14922026-09-02T21:39:40.246Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14932026-09-02T21:39:40.281Z Compiling synstructure v0.13.2
14942026-09-02T21:39:40.294Z Compiling serde_derive_internals v0.29.1
14952026-09-02T21:39:40.302Z Compiling pest_generator v2.8.6
14962026-09-02T21:39:40.367Z Compiling darling_core v0.20.11
14972026-09-02T21:39:40.445Z Compiling foreign-types v0.3.2
14982026-09-02T21:39:40.514Z Compiling wyz v0.5.1
14992026-09-02T21:39:40.537Z Compiling unicode-normalization v0.1.25
15002026-09-02T21:39:40.618Z Compiling terminal_size v0.4.3
15012026-09-02T21:39:40.634Z Compiling tempfile v3.27.0
15022026-09-02T21:39:40.731Z Compiling num-integer v0.1.46
15032026-09-02T21:39:40.857Z Compiling wait-timeout v0.2.1
15042026-09-02T21:39:40.879Z Compiling ahash v0.8.12
15052026-09-02T21:39:40.890Z Compiling packed_struct v0.10.1
15062026-09-02T21:39:41.038Z Compiling funty v2.0.0
15072026-09-02T21:39:41.044Z Compiling quick-error v1.2.3
15082026-09-02T21:39:41.067Z Compiling powerfmt v0.2.0
15092026-09-02T21:39:41.084Z Compiling time-core v0.1.8
15102026-09-02T21:39:41.098Z Compiling num-bigint-dig v0.8.6
15112026-09-02T21:39:41.103Z Compiling bit-vec v0.8.0
15122026-09-02T21:39:41.103Z Compiling native-tls v0.2.18
15132026-09-02T21:39:41.139Z Compiling num-conv v0.2.0
15142026-09-02T21:39:41.173Z Compiling rusty-fork v0.3.1
15152026-09-02T21:39:41.205Z Compiling num-iter v0.1.45
15162026-09-02T21:39:41.210Z Compiling clap_builder v4.6.0
15172026-09-02T21:39:41.241Z Compiling deranged v0.5.8
15182026-09-02T21:39:41.277Z Compiling time-macros v0.2.27
15192026-09-02T21:39:41.326Z Compiling bit-set v0.8.0
15202026-09-02T21:39:41.366Z Compiling bitvec v1.0.1
15212026-09-02T21:39:41.447Z Compiling lazy_static v1.5.0
15222026-09-02T21:39:41.469Z Compiling rand_xorshift v0.4.0
15232026-09-02T21:39:41.495Z Compiling sync_wrapper v1.0.2
15242026-09-02T21:39:41.503Z Compiling indexmap v1.9.3
15252026-09-02T21:39:41.522Z Compiling siphasher v1.0.2
15262026-09-02T21:39:41.610Z Compiling crossbeam-utils v0.8.21
15272026-09-02T21:39:41.623Z Compiling usdt-impl v0.6.0
15282026-09-02T21:39:41.638Z Compiling object v0.37.3
15292026-09-02T21:39:41.710Z Compiling nodrop v0.1.14
15302026-09-02T21:39:41.728Z Compiling crc-catalog v2.4.0
15312026-09-02T21:39:41.819Z Compiling unarray v0.1.4
15322026-09-02T21:39:41.833Z Compiling paste v1.0.15
15332026-09-02T21:39:41.852Z Compiling num_threads v0.1.7
15342026-09-02T21:39:41.917Z Compiling unicode-segmentation v1.12.0
15352026-09-02T21:39:41.931Z Compiling zlib-rs v0.6.2
15362026-09-02T21:39:41.979Z Compiling serde_derive v1.0.228
15372026-09-02T21:39:41.997Z Compiling zeroize_derive v1.5.0
15382026-09-02T21:39:42.014Z Compiling zerofrom-derive v0.1.6
15392026-09-02T21:39:42.115Z Compiling zerocopy-derive v0.8.55
15402026-09-02T21:39:42.256Z Compiling yoke-derive v0.8.1
15412026-09-02T21:39:42.273Z Compiling zerovec-derive v0.11.2
15422026-09-02T21:39:42.323Z Compiling displaydoc v0.2.5
15432026-09-02T21:39:42.377Z Compiling tokio-macros v2.7.0
15442026-09-02T21:39:42.720Z Compiling futures-macro v0.3.32
15452026-09-02T21:39:42.760Z Compiling der_derive v0.7.3
15462026-09-02T21:39:42.875Z Compiling thiserror-impl v2.0.18
15472026-09-02T21:39:43.178Z Compiling tracing-attributes v0.1.31
15482026-09-02T21:39:43.212Z Compiling schemars_derive v0.8.22
15492026-09-02T21:39:43.392Z Compiling pest_derive v2.8.6
15502026-09-02T21:39:43.512Z Compiling scroll_derive v0.13.1
15512026-09-02T21:39:43.526Z Compiling zerofrom v0.1.6
15522026-09-02T21:39:43.542Z Compiling darling_macro v0.20.11
15532026-09-02T21:39:43.598Z Compiling futures-util v0.3.32
15542026-09-02T21:39:43.671Z Compiling yoke v0.8.1
15552026-09-02T21:39:43.809Z Compiling openssl-macros v0.1.1
15562026-09-02T21:39:43.829Z Compiling thiserror-impl v1.0.69
15572026-09-02T21:39:43.867Z Compiling zerovec v0.11.5
15582026-09-02T21:39:44.072Z Compiling zerotrie v0.2.3
15592026-09-02T21:39:44.315Z Compiling thiserror v2.0.18
15602026-09-02T21:39:44.354Z Compiling darling v0.20.11
15612026-09-02T21:39:44.473Z Compiling tinystr v0.8.2
15622026-09-02T21:39:44.528Z Compiling potential_utf v0.1.4
15632026-09-02T21:39:44.528Z Compiling scroll v0.13.0
15642026-09-02T21:39:44.528Z Compiling packed_struct_codegen v0.10.1
15652026-09-02T21:39:44.528Z Compiling zerocopy-derive v0.6.6
15662026-09-02T21:39:44.528Z Compiling bitfield-macros v0.19.4
15672026-09-02T21:39:44.548Z Compiling clap_derive v4.6.1
15682026-09-02T21:39:44.579Z Compiling icu_locale_core v2.1.1
15692026-09-02T21:39:44.594Z Compiling icu_collections v2.1.1
15702026-09-02T21:39:44.612Z Compiling tracing v0.1.44
15712026-09-02T21:39:44.705Z Compiling goblin v0.10.5
15722026-09-02T21:39:44.923Z Compiling flate2 v1.1.9
15732026-09-02T21:39:45.103Z Compiling derive_builder_core v0.20.2
15742026-09-02T21:39:45.158Z Compiling thiserror v1.0.69
15752026-09-02T21:39:45.221Z Compiling bitfield v0.19.4
15762026-09-02T21:39:45.365Z Compiling icu_provider v2.1.1
15772026-09-02T21:39:45.397Z Compiling dtrace-parser v0.3.0
15782026-09-02T21:39:45.397Z Compiling zerocopy v0.6.6
15792026-09-02T21:39:45.404Z Compiling time v0.3.47
15802026-09-02T21:39:45.512Z Compiling zeroize v1.9.0
15812026-09-02T21:39:45.530Z Compiling bytes v1.11.1
15822026-09-02T21:39:45.581Z Compiling icu_properties v2.1.2
15832026-09-02T21:39:45.605Z Compiling icu_normalizer v2.1.1
15842026-09-02T21:39:45.611Z Compiling chrono v0.4.45
15852026-09-02T21:39:45.748Z Compiling der v0.7.10
15862026-09-02T21:39:45.992Z Compiling rustls-pki-types v1.14.0
15872026-09-02T21:39:46.010Z Compiling tokio v1.52.1
15882026-09-02T21:39:46.073Z Compiling http v1.4.2
15892026-09-02T21:39:46.163Z Compiling hybrid-array v0.4.13
15902026-09-02T21:39:46.177Z Compiling ipnet v2.12.0
15912026-09-02T21:39:47.306Z Compiling crypto-common v0.1.7
15922026-09-02T21:39:47.354Z Compiling block-buffer v0.10.4
15932026-09-02T21:39:47.354Z Compiling idna_adapter v1.2.1
15942026-09-02T21:39:47.354Z Compiling digest v0.10.7
15952026-09-02T21:39:47.355Z Compiling hex v0.4.3
15962026-09-02T21:39:47.355Z Compiling idna v1.1.0
15972026-09-02T21:39:47.355Z Compiling ppv-lite86 v0.2.21
15982026-09-02T21:39:47.355Z Compiling spki v0.7.3
15992026-09-02T21:39:47.355Z Compiling http-body v1.0.1
16002026-09-02T21:39:47.355Z Compiling sha2 v0.10.9
16012026-09-02T21:39:47.355Z Compiling signature v2.2.0
16022026-09-02T21:39:47.355Z Compiling url v2.5.8
16032026-09-02T21:39:47.355Z Compiling pkcs8 v0.10.2
16042026-09-02T21:39:47.355Z Compiling hmac v0.12.1
16052026-09-02T21:39:47.355Z Compiling toml_datetime v0.6.11
16062026-09-02T21:39:47.355Z Compiling serde_spanned v0.6.9
16072026-09-02T21:39:47.355Z Compiling rand_chacha v0.9.0
16082026-09-02T21:39:47.355Z Compiling rand_chacha v0.3.1
16092026-09-02T21:39:47.355Z Compiling http-body-util v0.1.3
16102026-09-02T21:39:47.355Z Compiling pkcs1 v0.7.5
16112026-09-02T21:39:47.355Z Compiling rand v0.9.2
16122026-09-02T21:39:47.355Z Compiling rand v0.8.6
16132026-09-02T21:39:47.355Z Compiling clap v4.6.1
16142026-09-02T21:39:47.398Z Compiling structmeta-derive v0.3.0
16152026-09-02T21:39:47.410Z Compiling scroll_derive v0.12.1
16162026-09-02T21:39:47.564Z Compiling dof v0.4.0
16172026-09-02T21:39:47.586Z Compiling crc v3.4.0
16182026-09-02T21:39:47.742Z Compiling array-init v0.0.4
16192026-09-02T21:39:47.792Z Compiling smallvec v0.6.14
16202026-09-02T21:39:47.814Z Compiling darling_core v0.23.0
16212026-09-02T21:39:47.868Z Compiling proptest v1.11.0
16222026-09-02T21:39:48.085Z Compiling heapless v0.7.17
16232026-09-02T21:39:48.107Z Compiling slog v2.8.2
16242026-09-02T21:39:48.122Z Compiling thread-id v5.1.0
16252026-09-02T21:39:48.140Z Compiling env_filter v2.0.0
16262026-09-02T21:39:48.196Z Compiling syn v3.0.3
16272026-09-02T21:39:48.217Z Compiling cookie v0.18.1
16282026-09-02T21:39:48.311Z Compiling ipnetwork v0.21.1
16292026-09-02T21:39:48.327Z Compiling zstd-safe v7.2.4
16302026-09-02T21:39:48.350Z Compiling hashbrown v0.12.3
16312026-09-02T21:39:48.421Z Compiling anyhow v1.0.104
16322026-09-02T21:39:48.465Z Compiling unicode-properties v0.1.4
16332026-09-02T21:39:48.506Z Compiling ryu v1.0.23
16342026-09-02T21:39:48.608Z Compiling unicode-bidi v0.3.18
16352026-09-02T21:39:48.690Z Compiling gimli v0.32.3
16362026-09-02T21:39:48.712Z Compiling winnow v0.5.40
16372026-09-02T21:39:48.719Z Compiling iri-string v0.7.10
16382026-09-02T21:39:48.744Z Compiling allocator-api2 v0.2.21
16392026-09-02T21:39:48.765Z Compiling base64 v0.21.7
16402026-09-02T21:39:48.768Z Compiling signal-hook v0.3.18
16412026-09-02T21:39:48.996Z Compiling stringprep v0.1.5
16422026-09-02T21:39:49.074Z Compiling rsa v0.9.10
16432026-09-02T21:39:49.091Z Compiling ron v0.8.1
16442026-09-02T21:39:49.095Z Compiling serde_urlencoded v0.7.1
16452026-09-02T21:39:49.120Z Compiling oxnet v0.1.6
16462026-09-02T21:39:49.155Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16472026-09-02T21:39:49.240Z Compiling structmeta v0.3.0
16482026-09-02T21:39:49.476Z Compiling env_logger v0.11.11
16492026-09-02T21:39:49.579Z Compiling scroll v0.12.0
16502026-09-02T21:39:49.599Z Compiling serde-hex v0.1.0
16512026-09-02T21:39:49.888Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16522026-09-02T21:39:49.912Z Compiling camino v1.2.5
16532026-09-02T21:39:50.053Z Compiling tokio-util v0.7.18
16542026-09-02T21:39:50.068Z Compiling tower v0.5.3
16552026-09-02T21:39:50.139Z Compiling toml_edit v0.19.15
16562026-09-02T21:39:50.181Z Compiling tokio-native-tls v0.3.1
16572026-09-02T21:39:50.286Z Compiling bzip2 v0.4.4
16582026-09-02T21:39:50.381Z Compiling darling_macro v0.23.0
16592026-09-02T21:39:50.401Z Compiling addr2line v0.25.1
16602026-09-02T21:39:50.506Z Compiling tower-http v0.6.8
16612026-09-02T21:39:50.582Z Compiling newtype-uuid v1.3.2
16622026-09-02T21:39:50.675Z Compiling hashbrown v0.13.2
16632026-09-02T21:39:50.759Z Compiling h2 v0.4.15
16642026-09-02T21:39:50.846Z Compiling crypto-common v0.2.2
16652026-09-02T21:39:50.908Z Compiling block-buffer v0.12.1
16662026-09-02T21:39:50.943Z Compiling block-padding v0.4.2
16672026-09-02T21:39:51.054Z Compiling x509-cert v0.2.5
16682026-09-02T21:39:51.120Z Compiling md-5 v0.10.6
16692026-09-02T21:39:51.136Z Compiling rustls-native-certs v0.8.3
16702026-09-02T21:39:51.136Z Compiling derive_builder_macro v0.20.2
16712026-09-02T21:39:51.182Z Compiling erased-serde v0.3.31
16722026-09-02T21:39:51.312Z Compiling serde_tokenstream v0.2.3
16732026-09-02T21:39:51.358Z Compiling bstr v1.12.1
16742026-09-02T21:39:51.658Z Compiling zerocopy-derive v0.7.35
16752026-09-02T21:39:51.684Z Compiling async-trait v0.1.89
16762026-09-02T21:39:51.746Z Compiling daft-derive v0.1.8
16772026-09-02T21:39:51.908Z Compiling pin-project-internal v1.1.11
16782026-09-02T21:39:52.082Z Compiling curve25519-dalek v4.1.3
16792026-09-02T21:39:52.150Z Compiling vergen-lib v9.1.0
16802026-09-02T21:39:52.207Z Compiling hash32 v0.2.1
16812026-09-02T21:39:52.361Z Compiling encoding_rs v0.8.35
16822026-09-02T21:39:52.378Z Compiling memoffset v0.9.1
16832026-09-02T21:39:52.415Z Compiling ref-cast v1.0.25
16842026-09-02T21:39:52.500Z Compiling fallible-iterator v0.2.0
16852026-09-02T21:39:52.569Z Compiling cfg_aliases v0.2.1
16862026-09-02T21:39:52.596Z Compiling rustc-demangle v0.1.27
16872026-09-02T21:39:52.628Z Compiling rustix v0.38.44
16882026-09-02T21:39:52.633Z Compiling mime v0.3.17
16892026-09-02T21:39:52.705Z Compiling psl-types v2.0.11
16902026-09-02T21:39:52.801Z Compiling litrs v1.0.0
16912026-09-02T21:39:52.822Z Compiling smoltcp v0.9.1
16922026-09-02T21:39:52.828Z Compiling owo-colors v4.3.0
16932026-09-02T21:39:52.847Z Compiling crc-any v2.5.0
16942026-09-02T21:39:52.880Z Compiling postgres-protocol v0.6.10
16952026-09-02T21:39:52.970Z Compiling publicsuffix v2.3.0
16962026-09-02T21:39:53.057Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16972026-09-02T21:39:53.157Z Compiling pin-project v1.1.11
16982026-09-02T21:39:53.166Z Compiling nix v0.31.2
16992026-09-02T21:39:53.174Z Compiling zerocopy v0.7.35
17002026-09-02T21:39:53.222Z Compiling daft v0.1.8
17012026-09-02T21:39:53.298Z Compiling derive_builder v0.20.2
17022026-09-02T21:39:53.342Z Compiling document-features v0.2.12
17032026-09-02T21:39:53.444Z Compiling toml v0.7.8
17042026-09-02T21:39:53.477Z Compiling object v0.30.4
17052026-09-02T21:39:53.528Z Compiling inout v0.2.2
17062026-09-02T21:39:53.544Z Compiling darling v0.23.0
17072026-09-02T21:39:53.622Z Compiling zip v0.6.6
17082026-09-02T21:39:53.641Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17092026-09-02T21:39:53.731Z Compiling goblin v0.8.2
17102026-09-02T21:39:53.773Z Compiling derive-ex v0.1.8
17112026-09-02T21:39:53.968Z Compiling futures-executor v0.3.32
17122026-09-02T21:39:53.990Z Compiling hubpack_derive v0.1.1
17132026-09-02T21:39:53.993Z Compiling regex v1.12.3
17142026-09-02T21:39:54.101Z Compiling hyper v1.10.1
17152026-09-02T21:39:54.236Z Compiling backtrace v0.3.76
17162026-09-02T21:39:54.250Z Compiling convert_case v0.10.0
17172026-09-02T21:39:54.365Z Compiling ref-cast-impl v1.0.25
17182026-09-02T21:39:54.391Z Compiling curve25519-dalek-derive v0.1.1
17192026-09-02T21:39:54.391Z Compiling snafu-derive v0.8.9
17202026-09-02T21:39:54.408Z Compiling strum_macros v0.27.2
17212026-09-02T21:39:54.464Z Compiling phf_shared v0.13.1
17222026-09-02T21:39:54.487Z Compiling cargo-platform v0.3.2
17232026-09-02T21:39:54.585Z Compiling vergen v9.1.0
17242026-09-02T21:39:54.731Z Compiling ff v0.13.1
17252026-09-02T21:39:54.791Z Compiling fs-err v3.3.0
17262026-09-02T21:39:54.806Z Compiling base16ct v0.2.0
17272026-09-02T21:39:54.889Z Compiling managed v0.8.0
17282026-09-02T21:39:54.905Z Compiling bumpalo v3.20.2
17292026-09-02T21:39:55.003Z Compiling foldhash v0.2.0
17302026-09-02T21:39:55.006Z Compiling libbz2-rs-sys v0.2.2
17312026-09-02T21:39:55.034Z Compiling is_ci v1.2.0
17322026-09-02T21:39:55.089Z Compiling foldhash v0.1.5
17332026-09-02T21:39:55.129Z Compiling same-file v1.0.6
17342026-09-02T21:39:55.170Z Compiling either v1.15.0
17352026-09-02T21:39:55.182Z Compiling jiff-core v0.1.0
17362026-09-02T21:39:55.248Z Compiling hyper-util v0.1.20
17372026-09-02T21:39:55.279Z Compiling path-slash v0.1.5
17382026-09-02T21:39:55.306Z Compiling bitflags v1.3.2
17392026-09-02T21:39:55.403Z Compiling walkdir v2.5.0
17402026-09-02T21:39:55.428Z Compiling hashbrown v0.15.5
17412026-09-02T21:39:55.463Z Compiling bzip2 v0.6.1
17422026-09-02T21:39:55.569Z Compiling test-strategy v0.4.5
17432026-09-02T21:39:55.696Z Compiling hashbrown v0.16.1
17442026-09-02T21:39:55.726Z Compiling zopfli v0.8.3
17452026-09-02T21:39:55.748Z Compiling supports-color v3.0.2
17462026-09-02T21:39:55.933Z Compiling jiff v0.2.34
17472026-09-02T21:39:56.005Z Compiling dof v0.3.0
17482026-09-02T21:39:56.212Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17492026-09-02T21:39:56.285Z Compiling textwrap v0.16.2
17502026-09-02T21:39:56.341Z Compiling snafu v0.8.9
17512026-09-02T21:39:56.421Z Compiling sec1 v0.7.3
17522026-09-02T21:39:56.441Z Compiling strum v0.27.2
17532026-09-02T21:39:56.477Z Compiling group v0.13.0
17542026-09-02T21:39:56.588Z Compiling backtrace-ext v0.2.1
17552026-09-02T21:39:56.602Z Compiling cargo_metadata v0.23.1
17562026-09-02T21:39:56.682Z Compiling hyper-tls v0.6.0
17572026-09-02T21:39:56.713Z Compiling phf v0.13.1
17582026-09-02T21:39:56.728Z Compiling derive_more-impl v2.1.1
17592026-09-02T21:39:56.755Z Compiling hubpack v0.1.2
17602026-09-02T21:39:56.778Z Compiling signal-hook-mio v0.2.5
17612026-09-02T21:39:56.948Z Compiling reqwest v0.12.28
17622026-09-02T21:39:56.963Z Compiling futures v0.3.32
17632026-09-02T21:39:56.963Z Compiling cookie_store v0.22.1
17642026-09-02T21:39:57.001Z Compiling zstd v0.13.3
17652026-09-02T21:39:57.016Z Compiling cipher v0.5.2
17662026-09-02T21:39:57.045Z Compiling serde_with_macros v3.21.0
17672026-09-02T21:39:57.164Z Compiling postgres-types v0.2.12
17682026-09-02T21:39:57.297Z Compiling globset v0.4.18
17692026-09-02T21:39:57.355Z Compiling usdt-attr-macro v0.6.0
17702026-09-02T21:39:57.621Z Compiling usdt-macro v0.6.0
17712026-09-02T21:39:57.673Z Compiling byte-wrapper v0.1.0
17722026-09-02T21:39:57.817Z Compiling ed25519 v2.2.3
17732026-09-02T21:39:57.958Z Compiling hkdf v0.12.4
17742026-09-02T21:39:57.976Z Compiling crypto-bigint v0.5.5
17752026-09-02T21:39:58.045Z Compiling olpc-cjson v0.1.4
17762026-09-02T21:39:58.053Z Compiling serde_plain v1.0.2
17772026-09-02T21:39:58.058Z Compiling serde-big-array v0.5.1
17782026-09-02T21:39:58.161Z Compiling dtrace-parser v0.2.0
17792026-09-02T21:39:58.225Z Compiling enum-as-inner v0.6.1
17802026-09-02T21:39:58.239Z Compiling strum_macros v0.26.4
17812026-09-02T21:39:58.353Z Compiling miette-derive v7.6.0
17822026-09-02T21:39:58.365Z Compiling async-recursion v1.1.1
17832026-09-02T21:39:58.365Z Compiling serde_repr v0.1.20
17842026-09-02T21:39:58.446Z Compiling phf_shared v0.11.3
17852026-09-02T21:39:58.481Z Compiling float-cmp v0.10.0
17862026-09-02T21:39:58.645Z Compiling pem v3.0.6
17872026-09-02T21:39:58.660Z Compiling memmap2 v0.9.10
17882026-09-02T21:39:58.763Z Compiling thread-id v4.2.2
17892026-09-02T21:39:58.777Z Compiling typed-path v0.9.3
17902026-09-02T21:39:58.861Z Compiling whoami v2.1.0
17912026-09-02T21:39:58.882Z Compiling predicates-core v1.0.10
17922026-09-02T21:39:58.896Z Compiling fixedbitset v0.5.7
17932026-09-02T21:39:58.916Z Compiling supports-hyperlinks v3.2.0
17942026-09-02T21:39:58.942Z Compiling fixedbitset v0.4.2
17952026-09-02T21:39:58.982Z Compiling keccak v0.1.6
17962026-09-02T21:39:59.006Z Compiling normalize-line-endings v0.3.0
17972026-09-02T21:39:59.091Z Compiling supports-unicode v3.0.0
17982026-09-02T21:39:59.109Z Compiling precomputed-hash v0.1.1
17992026-09-02T21:39:59.124Z Compiling const-oid v0.10.2
18002026-09-02T21:39:59.139Z Compiling winnow v1.0.3
18012026-09-02T21:39:59.184Z Compiling data-encoding v2.10.0
18022026-09-02T21:39:59.214Z Compiling difflib v0.4.0
18032026-09-02T21:39:59.260Z Compiling static_assertions v1.1.0
18042026-09-02T21:39:59.264Z Compiling new_debug_unreachable v1.0.6
18052026-09-02T21:39:59.293Z Compiling cpufeatures v0.3.0
18062026-09-02T21:39:59.353Z Compiling string_cache v0.8.9
18072026-09-02T21:39:59.357Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18082026-09-02T21:39:59.379Z Compiling chacha20 v0.10.0
18092026-09-02T21:39:59.395Z Compiling digest v0.11.3
18102026-09-02T21:39:59.494Z Compiling miette v7.6.0
18112026-09-02T21:39:59.594Z Compiling hickory-proto v0.25.2
18122026-09-02T21:39:59.607Z Compiling predicates v3.1.4
18132026-09-02T21:39:59.709Z Compiling sha3 v0.10.8
18142026-09-02T21:39:59.759Z Compiling toml_edit v0.22.27
18152026-09-02T21:39:59.788Z Compiling petgraph v0.8.3
18162026-09-02T21:39:59.802Z Compiling petgraph v0.6.5
18172026-09-02T21:39:59.904Z Compiling tokio-postgres v0.7.16
18182026-09-02T21:40:00.045Z Compiling elliptic-curve v0.13.8
18192026-09-02T21:40:00.088Z Compiling strum v0.26.3
18202026-09-02T21:40:00.145Z Compiling toml_parser v1.1.2+spec-1.1.0
18212026-09-02T21:40:00.198Z Compiling usdt-impl v0.5.0
18222026-09-02T21:40:00.248Z Compiling usdt v0.6.0
18232026-09-02T21:40:00.261Z Compiling serde_with v3.21.0
18242026-09-02T21:40:00.279Z Compiling crossterm v0.28.1
18252026-09-02T21:40:00.472Z Compiling zip v4.6.1
18262026-09-02T21:40:00.537Z Compiling ed25519-dalek v2.2.0
18272026-09-02T21:40:00.697Z Compiling derive_more v2.1.1
18282026-09-02T21:40:00.749Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18292026-09-02T21:40:00.846Z Compiling iddqd v0.4.2
18302026-09-02T21:40:01.232Z Compiling itertools v0.15.0
18312026-09-02T21:40:01.329Z Compiling itertools v0.13.0
18322026-09-02T21:40:01.466Z Compiling crossbeam-epoch v0.9.18
18332026-09-02T21:40:01.527Z Compiling similar v2.7.0
18342026-09-02T21:40:01.598Z Compiling tokio-stream v0.1.18
18352026-09-02T21:40:01.791Z Compiling buf-list v1.1.2
18362026-09-02T21:40:01.820Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18372026-09-02T21:40:02.092Z Compiling openapiv3 v2.2.0
18382026-09-02T21:40:02.106Z Compiling heck v0.4.1
18392026-09-02T21:40:02.123Z Compiling lalrpop-util v0.19.12
18402026-09-02T21:40:02.146Z Compiling peg-runtime v0.8.5
18412026-09-02T21:40:02.168Z Compiling thread_local v1.1.9
18422026-09-02T21:40:02.189Z Compiling slog-async v2.8.0
18432026-09-02T21:40:02.235Z Compiling crossbeam-channel v0.5.15
18442026-09-02T21:40:02.304Z Compiling is-terminal v0.4.17
18452026-09-02T21:40:02.351Z Compiling filetime v0.2.27
18462026-09-02T21:40:02.361Z Compiling xattr v1.6.1
18472026-09-02T21:40:02.378Z Compiling take_mut v0.2.2
18482026-09-02T21:40:02.413Z Compiling term v1.2.1
18492026-09-02T21:40:02.435Z Compiling camino-tempfile v1.4.1
18502026-09-02T21:40:02.508Z Compiling tar v0.4.46
18512026-09-02T21:40:02.776Z Compiling slog-term v2.9.2
18522026-09-02T21:40:19.981Z Compiling rustls-webpki v0.103.13
18532026-09-02T21:40:22.664Z Compiling tokio-rustls v0.26.4
18542026-09-02T21:40:22.664Z Compiling rustls-platform-verifier v0.6.2
18552026-09-02T21:40:22.664Z Compiling tough v0.22.0
18562026-09-02T21:40:22.870Z Compiling hyper-rustls v0.27.7
18572026-09-02T21:40:23.099Z Compiling reqwest v0.13.2
18582026-09-02T21:40:25.273Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18592026-09-02T21:40:25.660Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18602026-09-02T21:40:28.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.09s
18612026-09-02T21:40:28.579Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18622026-09-02T21:40:28.633ZSep 02 21:40:27.796 INFO Starting download, target: Clickhouse
18632026-09-02T21:40:28.633ZSep 02 21:40:27.797 INFO Starting download, target: MaghemiteDdmd
18642026-09-02T21:40:28.633ZSep 02 21:40:27.797 INFO Starting download, target: Console
18652026-09-02T21:40:28.633ZSep 02 21:40:27.797 INFO Starting download, target: Cockroach
18662026-09-02T21:40:28.636ZSep 02 21:40:27.797 INFO Starting download, target: MaghemiteMgd
18672026-09-02T21:40:28.636ZSep 02 21:40:27.797 INFO Starting download, target: DendriteStub
18682026-09-02T21:40:28.636ZSep 02 21:40:27.797 INFO Starting download, target: TransceiverControl
18692026-09-02T21:40:28.636ZSep 02 21:40:27.797 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18702026-09-02T21:40:28.636ZSep 02 21:40:27.797 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18712026-09-02T21:40:28.637ZSep 02 21:40:27.797 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18722026-09-02T21:40:28.637ZSep 02 21:40:27.797 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18732026-09-02T21:40:28.637ZSep 02 21:40:27.797 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18742026-09-02T21:40:28.637ZSep 02 21:40:27.797 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18752026-09-02T21:40:28.637ZSep 02 21:40:27.797 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18762026-09-02T21:40:29.225ZSep 02 21:40:28.347 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18772026-09-02T21:40:29.452ZSep 02 21:40:28.579 INFO Download complete, target: TransceiverControl
18782026-09-02T21:40:30.676ZSep 02 21:40:29.819 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18792026-09-02T21:40:30.749ZSep 02 21:40:29.876 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18802026-09-02T21:40:30.925ZSep 02 21:40:30.060 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18812026-09-02T21:40:30.945ZSep 02 21:40:30.076 INFO Download complete, target: Console
18822026-09-02T21:40:30.997ZSep 02 21:40:30.155 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18832026-09-02T21:40:31.125ZSep 02 21:40:30.289 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18842026-09-02T21:40:31.125ZSep 02 21:40:30.289 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18852026-09-02T21:40:31.222ZSep 02 21:40:30.385 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18862026-09-02T21:40:32.975ZSep 02 21:40:32.138 INFO Download complete, target: MaghemiteDdmd
18872026-09-02T21:40:33.287ZSep 02 21:40:32.450 INFO Download complete, target: DendriteStub
18882026-09-02T21:40:33.642ZSep 02 21:40:32.805 INFO Download complete, target: MaghemiteMgd
18892026-09-02T21:40:36.026ZSep 02 21:40:35.163 INFO Checking that binary works, target: Cockroach
18902026-09-02T21:40:36.393ZSep 02 21:40:35.539 INFO Download complete, target: Cockroach
18912026-09-02T21:40:38.127ZSep 02 21:40:37.288 INFO Checking that binary works, target: Clickhouse
18922026-09-02T21:40:38.234ZSep 02 21:40:37.398 INFO Download complete, target: Clickhouse
18932026-09-02T21:40:38.241ZAll prerequisites installed successfully
18942026-09-02T21:40:38.244Z
18952026-09-02T21:40:38.244Zreal 1:31.508812146
18962026-09-02T21:40:38.244Zuser 7:23.463046456
18972026-09-02T21:40:38.244Zsys 1:43.654029046
18982026-09-02T21:40:38.244Ztrap 0.243220925
18992026-09-02T21:40:38.244Ztflt 0.956258644
19002026-09-02T21:40:38.244Zdflt 1.811744729
19012026-09-02T21:40:38.244Zkflt 0.040495677
19022026-09-02T21:40:38.245Zlock 27:44.920787230
19032026-09-02T21:40:38.245Zslp 19:50.597014819
19042026-09-02T21:40:38.245Zlat 27.702762644
19052026-09-02T21:40:38.245Zstop 3:01.482835569
19062026-09-02T21:40:38.245Z+ source ./tools/include/force-git-over-https.sh
19072026-09-02T21:40:38.245Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
19082026-09-02T21:40:38.245Z++ (( i = 0 ))
19092026-09-02T21:40:38.245Z++ (( i < 5 ))
19102026-09-02T21:40:38.245Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19112026-09-02T21:40:38.248Z++ (( i++ ))
19122026-09-02T21:40:38.248Z++ (( i < 5 ))
19132026-09-02T21:40:38.248Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19142026-09-02T21:40:38.253Z++ (( i++ ))
19152026-09-02T21:40:38.253Z++ (( i < 5 ))
19162026-09-02T21:40:38.253Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19172026-09-02T21:40:38.253Z++ (( i++ ))
19182026-09-02T21:40:38.253Z++ (( i < 5 ))
19192026-09-02T21:40:38.253Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19202026-09-02T21:40:38.256Z++ (( i++ ))
19212026-09-02T21:40:38.256Z++ (( i < 5 ))
19222026-09-02T21:40:38.256Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19232026-09-02T21:40:38.256Z++ (( i++ ))
19242026-09-02T21:40:38.256Z++ (( i < 5 ))
19252026-09-02T21:40:38.256Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19262026-09-02T21:40:38.256Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19272026-09-02T21:40:38.259Z+ rc=0
19282026-09-02T21:40:38.259Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19292026-09-02T21:40:48.951Z+ case $rc in
19302026-09-02T21:40:48.951Z+ pfexec zfs create -p rpool/images/build/host
19312026-09-02T21:40:49.088Z+ pfexec zfs create -p rpool/images/build/recovery
19322026-09-02T21:40:49.154Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19332026-09-02T21:40:49.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19342026-09-02T21:40:49.709Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19352026-09-02T21:40:50.505Z Compiling proc-macro2 v1.0.106
19362026-09-02T21:40:50.505Z Compiling quote v1.0.45
19372026-09-02T21:40:50.505Z Compiling unicode-ident v1.0.24
19382026-09-02T21:40:50.505Z Compiling serde_core v1.0.228
19392026-09-02T21:40:50.529Z Compiling libc v0.2.185
19402026-09-02T21:40:50.529Z Compiling serde v1.0.228
19412026-09-02T21:40:50.529Z Compiling cfg-if v1.0.4
19422026-09-02T21:40:50.529Z Compiling shlex v1.3.0
19432026-09-02T21:40:50.530Z Compiling find-msvc-tools v0.1.9
19442026-09-02T21:40:50.530Z Compiling autocfg v1.5.0
19452026-09-02T21:40:50.640Z Compiling version_check v0.9.5
19462026-09-02T21:40:50.657Z Compiling zerocopy v0.8.55
19472026-09-02T21:40:50.657Z Compiling memchr v2.8.0
19482026-09-02T21:40:50.657Z Compiling portable-atomic v1.13.1
19492026-09-02T21:40:50.657Z Compiling zmij v1.0.21
19502026-09-02T21:40:50.842Z Compiling serde_json v1.0.151
19512026-09-02T21:40:50.910Z Compiling libm v0.2.16
19522026-09-02T21:40:50.916Z Compiling getrandom v0.4.3
19532026-09-02T21:40:50.976Z Compiling parking_lot_core v0.9.12
19542026-09-02T21:40:51.125Z Compiling generic-array v0.14.7
19552026-09-02T21:40:51.181Z Compiling pkg-config v0.3.32
19562026-09-02T21:40:51.228Z Compiling icu_normalizer_data v2.1.1
19572026-09-02T21:40:51.364Z Compiling icu_properties_data v2.1.2
19582026-09-02T21:40:51.364Z Compiling smallvec v1.15.1
19592026-09-02T21:40:51.365Z Compiling num-traits v0.2.19
19602026-09-02T21:40:51.365Z Compiling rustix v1.1.4
19612026-09-02T21:40:51.365Z Compiling log v0.4.33
19622026-09-02T21:40:51.399Z Compiling itoa v1.0.17
19632026-09-02T21:40:51.399Z Compiling getrandom v0.3.4
19642026-09-02T21:40:51.437Z Compiling subtle v2.6.1
19652026-09-02T21:40:51.565Z Compiling stable_deref_trait v1.2.1
19662026-09-02T21:40:51.611Z Compiling scopeguard v1.2.0
19672026-09-02T21:40:51.622Z Compiling typenum v1.20.1
19682026-09-02T21:40:51.622Z Compiling jobserver v0.1.34
19692026-09-02T21:40:51.638Z Compiling errno v0.3.14
19702026-09-02T21:40:51.688Z Compiling lock_api v0.4.14
19712026-09-02T21:40:51.719Z Compiling heck v0.5.0
19722026-09-02T21:40:51.750Z Compiling critical-section v1.2.0
19732026-09-02T21:40:51.849Z Compiling rand_core v0.10.0
19742026-09-02T21:40:51.869Z Compiling cc v1.2.56
19752026-09-02T21:40:51.869Z Compiling thiserror v2.0.18
19762026-09-02T21:40:51.945Z Compiling syn v2.0.117
19772026-09-02T21:40:52.066Z Compiling getrandom v0.2.17
19782026-09-02T21:40:52.160Z Compiling dunce v1.0.5
19792026-09-02T21:40:52.206Z Compiling fs_extra v1.3.0
19802026-09-02T21:40:52.258Z Compiling rand_core v0.6.4
19812026-09-02T21:40:52.307Z Compiling percent-encoding v2.3.2
19822026-09-02T21:40:52.307Z Compiling litemap v0.8.1
19832026-09-02T21:40:52.307Z Compiling writeable v0.6.2
19842026-09-02T21:40:52.307Z Compiling once_cell v1.21.3
19852026-09-02T21:40:52.408Z Compiling const-oid v0.9.6
19862026-09-02T21:40:52.551Z Compiling schemars v0.8.22
19872026-09-02T21:40:52.560Z Compiling pin-project-lite v0.2.17
19882026-09-02T21:40:52.599Z Compiling cmake v0.1.57
19892026-09-02T21:40:52.732Z Compiling equivalent v1.0.2
19902026-09-02T21:40:52.793Z Compiling signal-hook-registry v1.4.8
19912026-09-02T21:40:52.834Z Compiling futures-core v0.3.32
19922026-09-02T21:40:52.845Z Compiling rustversion v1.0.22
19932026-09-02T21:40:52.863Z Compiling aws-lc-rs v1.16.3
19942026-09-02T21:40:52.993Z Compiling bitflags v2.11.0
19952026-09-02T21:40:53.113Z Compiling semver v1.0.28
19962026-09-02T21:40:53.194Z Compiling aws-lc-sys v0.40.0
19972026-09-02T21:40:53.228Z Compiling parking_lot v0.12.5
19982026-09-02T21:40:53.242Z Compiling mio v1.2.0
19992026-09-02T21:40:53.328Z Compiling utf8_iter v1.0.4
20002026-09-02T21:40:53.341Z Compiling crc32fast v1.5.0
20012026-09-02T21:40:53.511Z Compiling form_urlencoded v1.2.2
20022026-09-02T21:40:53.653Z Compiling vcpkg v0.2.15
20032026-09-02T21:40:53.667Z Compiling byteorder v1.5.0
20042026-09-02T21:40:53.676Z Compiling fnv v1.0.7
20052026-09-02T21:40:53.751Z Compiling strsim v0.11.1
20062026-09-02T21:40:53.801Z Compiling syn v1.0.109
20072026-09-02T21:40:53.860Z Compiling hashbrown v0.17.0
20082026-09-02T21:40:54.126Z Compiling socket2 v0.6.3
20092026-09-02T21:40:54.254Z Compiling openssl-sys v0.9.117
20102026-09-02T21:40:54.289Z Compiling radium v0.7.0
20112026-09-02T21:40:54.305Z Compiling httparse v1.10.1
20122026-09-02T21:40:54.324Z Compiling futures-sink v0.3.32
20132026-09-02T21:40:54.446Z Compiling futures-channel v0.3.32
20142026-09-02T21:40:54.471Z Compiling futures-io v0.3.32
20152026-09-02T21:40:54.488Z Compiling slab v0.4.12
20162026-09-02T21:40:54.578Z Compiling indexmap v2.14.0
20172026-09-02T21:40:54.591Z Compiling futures-task v0.3.32
20182026-09-02T21:40:54.631Z Compiling thiserror v1.0.69
20192026-09-02T21:40:54.644Z Compiling iana-time-zone v0.1.65
20202026-09-02T21:40:54.685Z Compiling base64 v0.22.1
20212026-09-02T21:40:54.711Z Compiling rustls v0.23.41
20222026-09-02T21:40:54.797Z Compiling maybe-uninit v2.0.0
20232026-09-02T21:40:54.948Z Compiling synstructure v0.13.2
20242026-09-02T21:40:54.958Z Compiling serde_derive_internals v0.29.1
20252026-09-02T21:40:54.958Z Compiling rustc_version v0.4.1
20262026-09-02T21:40:55.203Z Compiling bzip2-sys v0.1.13+1.0.8
20272026-09-02T21:40:55.222Z Compiling uuid v1.23.4
20282026-09-02T21:40:55.239Z Compiling ahash v0.8.12
20292026-09-02T21:40:55.269Z Compiling num-bigint-dig v0.8.6
20302026-09-02T21:40:55.273Z Compiling base64ct v1.8.3
20312026-09-02T21:40:55.347Z Compiling packed_struct v0.10.1
20322026-09-02T21:40:55.402Z Compiling regex-syntax v0.8.10
20332026-09-02T21:40:55.418Z Compiling ident_case v1.0.1
20342026-09-02T21:40:55.467Z Compiling ucd-trie v0.1.7
20352026-09-02T21:40:55.477Z Compiling rand_core v0.9.5
20362026-09-02T21:40:55.553Z Compiling fastrand v2.3.0
20372026-09-02T21:40:55.598Z Compiling pem-rfc7468 v0.7.0
20382026-09-02T21:40:55.658Z Compiling openssl v0.10.80
20392026-09-02T21:40:55.697Z Compiling pest v2.8.6
20402026-09-02T21:40:55.697Z Compiling dyn-clone v1.0.20
20412026-09-02T21:40:55.743Z Compiling flagset v0.4.7
20422026-09-02T21:40:55.885Z Compiling tempfile v3.27.0
20432026-09-02T21:40:55.914Z Compiling indexmap v1.9.3
20442026-09-02T21:40:55.951Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20452026-09-02T21:40:56.031Z Compiling paste v1.0.15
20462026-09-02T21:40:56.056Z Compiling simd-adler32 v0.3.8
20472026-09-02T21:40:56.186Z Compiling serde_derive v1.0.228
20482026-09-02T21:40:56.208Z Compiling zeroize_derive v1.5.0
20492026-09-02T21:40:56.215Z Compiling zerocopy-derive v0.8.55
20502026-09-02T21:40:56.238Z Compiling zerofrom-derive v0.1.6
20512026-09-02T21:40:56.259Z Compiling yoke-derive v0.8.1
20522026-09-02T21:40:56.312Z Compiling zerovec-derive v0.11.2
20532026-09-02T21:40:56.330Z Compiling displaydoc v0.2.5
20542026-09-02T21:40:56.389Z Compiling tokio-macros v2.7.0
20552026-09-02T21:40:56.453Z Compiling futures-macro v0.3.32
20562026-09-02T21:40:56.652Z Compiling thiserror-impl v2.0.18
20572026-09-02T21:40:56.738Z Compiling der_derive v0.7.3
20582026-09-02T21:40:56.784Z Compiling schemars_derive v0.8.22
20592026-09-02T21:40:57.024Z Compiling tracing-attributes v0.1.31
20602026-09-02T21:40:57.051Z Compiling thiserror-impl v1.0.69
20612026-09-02T21:40:57.103Z Compiling clap_derive v4.6.1
20622026-09-02T21:40:57.291Z Compiling pest_meta v2.8.6
20632026-09-02T21:40:57.309Z Compiling futures-util v0.3.32
20642026-09-02T21:40:57.379Z Compiling zerofrom v0.1.6
20652026-09-02T21:40:57.535Z Compiling yoke v0.8.1
20662026-09-02T21:40:57.764Z Compiling zerovec v0.11.5
20672026-09-02T21:40:57.910Z Compiling zerotrie v0.2.3
20682026-09-02T21:40:58.134Z Compiling packed_struct_codegen v0.10.1
20692026-09-02T21:40:58.206Z Compiling zerocopy-derive v0.6.6
20702026-09-02T21:40:58.269Z Compiling tinystr v0.8.2
20712026-09-02T21:40:58.337Z Compiling potential_utf v0.1.4
20722026-09-02T21:40:58.398Z Compiling bitfield-macros v0.19.4
20732026-09-02T21:40:58.515Z Compiling icu_locale_core v2.1.1
20742026-09-02T21:40:58.544Z Compiling icu_collections v2.1.1
20752026-09-02T21:40:58.549Z Compiling pest_generator v2.8.6
20762026-09-02T21:40:59.136Z Compiling openssl-macros v0.1.1
20772026-09-02T21:40:59.199Z Compiling native-tls v0.2.18
20782026-09-02T21:40:59.239Z Compiling cpufeatures v0.2.17
20792026-09-02T21:40:59.328Z Compiling icu_provider v2.1.1
20802026-09-02T21:40:59.343Z Compiling pest_derive v2.8.6
20812026-09-02T21:40:59.393Z Compiling scroll_derive v0.13.1
20822026-09-02T21:40:59.433Z Compiling zeroize v1.9.0
20832026-09-02T21:40:59.447Z Compiling bytes v1.11.1
20842026-09-02T21:40:59.730Z Compiling icu_normalizer v2.1.1
20852026-09-02T21:40:59.777Z Compiling icu_properties v2.1.2
20862026-09-02T21:40:59.815Z Compiling chrono v0.4.45
20872026-09-02T21:40:59.830Z Compiling der v0.7.10
20882026-09-02T21:41:00.051Z Compiling tokio v1.52.1
20892026-09-02T21:41:00.332Z Compiling crypto-common v0.1.7
20902026-09-02T21:41:00.348Z Compiling block-buffer v0.10.4
20912026-09-02T21:41:00.546Z Compiling digest v0.10.7
20922026-09-02T21:41:00.580Z Compiling hex v0.4.3
20932026-09-02T21:41:00.739Z Compiling idna_adapter v1.2.1
20942026-09-02T21:41:00.826Z Compiling ppv-lite86 v0.2.21
20952026-09-02T21:41:00.905Z Compiling idna v1.1.0
20962026-09-02T21:41:01.013Z Compiling spki v0.7.3
20972026-09-02T21:41:01.202Z Compiling syn v3.0.3
20982026-09-02T21:41:01.343Z Compiling url v2.5.8
20992026-09-02T21:41:01.364Z Compiling rand_chacha v0.9.0
21002026-09-02T21:41:01.380Z Compiling utf8parse v0.2.2
21012026-09-02T21:41:01.380Z Compiling adler2 v2.0.1
21022026-09-02T21:41:01.636Z Compiling rand v0.9.2
21032026-09-02T21:41:01.660Z Compiling crossbeam-utils v0.8.21
21042026-09-02T21:41:01.944Z Compiling anstyle v1.0.14
21052026-09-02T21:41:01.962Z Compiling camino v1.2.5
21062026-09-02T21:41:02.253Z Compiling anstyle-parse v1.0.0
21072026-09-02T21:41:02.305Z Compiling miniz_oxide v0.8.9
21082026-09-02T21:41:02.351Z Compiling pkcs8 v0.10.2
21092026-09-02T21:41:02.420Z Compiling sha2 v0.10.9
21102026-09-02T21:41:02.451Z Compiling http v1.4.2
21112026-09-02T21:41:02.542Z Compiling rustls-pki-types v1.14.0
21122026-09-02T21:41:02.745Z Compiling terminal_size v0.4.3
21132026-09-02T21:41:03.061Z Compiling spin v0.9.8
21142026-09-02T21:41:03.105Z Compiling time-core v0.1.8
21152026-09-02T21:41:03.169Z Compiling colorchoice v1.0.4
21162026-09-02T21:41:03.270Z Compiling tinyvec_macros v0.1.1
21172026-09-02T21:41:03.311Z Compiling anstyle-query v1.1.5
21182026-09-02T21:41:03.333Z Compiling num-conv v0.2.0
21192026-09-02T21:41:03.360Z Compiling is_terminal_polyfill v1.70.2
21202026-09-02T21:41:03.380Z Compiling tinyvec v1.10.0
21212026-09-02T21:41:03.452Z Compiling async-trait v0.1.89
21222026-09-02T21:41:03.484Z Compiling time-macros v0.2.27
21232026-09-02T21:41:03.487Z Compiling anstream v1.0.0
21242026-09-02T21:41:03.700Z Compiling structmeta-derive v0.3.0
21252026-09-02T21:41:03.748Z Compiling tracing-core v0.1.36
21262026-09-02T21:41:03.846Z Compiling object v0.37.3
21272026-09-02T21:41:03.878Z Compiling untrusted v0.7.1
21282026-09-02T21:41:03.951Z Compiling plain v0.2.3
21292026-09-02T21:41:04.041Z Compiling cmov v0.5.4
21302026-09-02T21:41:04.164Z Compiling tracing v0.1.44
21312026-09-02T21:41:04.295Z Compiling tokio-util v0.7.18
21322026-09-02T21:41:04.334Z Compiling ctutils v0.4.2
21332026-09-02T21:41:04.447Z Compiling http-body v1.0.1
21342026-09-02T21:41:04.447Z Compiling daft-derive v0.1.8
21352026-09-02T21:41:04.636Z Compiling toml_datetime v0.6.11
21362026-09-02T21:41:04.654Z Compiling serde_spanned v0.6.9
21372026-09-02T21:41:04.659Z Compiling pin-project-internal v1.1.11
21382026-09-02T21:41:04.782Z Compiling structmeta v0.3.0
21392026-09-02T21:41:04.926Z Compiling slog v2.8.2
21402026-09-02T21:41:04.999Z Compiling wait-timeout v0.2.1
21412026-09-02T21:41:05.015Z Compiling cookie v0.18.1
21422026-09-02T21:41:05.018Z Compiling zstd-safe v7.2.4
21432026-09-02T21:41:05.048Z Compiling bit-vec v0.8.0
21442026-09-02T21:41:05.150Z Compiling untrusted v0.9.0
21452026-09-02T21:41:05.227Z Compiling clap_lex v1.0.0
21462026-09-02T21:41:05.244Z Compiling tap v1.0.1
21472026-09-02T21:41:05.261Z Compiling quick-error v1.2.3
21482026-09-02T21:41:05.312Z Compiling openssl-probe v0.2.1
21492026-09-02T21:41:05.392Z Compiling rusty-fork v0.3.1
21502026-09-02T21:41:05.472Z Compiling wyz v0.5.1
21512026-09-02T21:41:05.520Z Compiling bit-set v0.8.0
21522026-09-02T21:41:05.543Z Compiling clap_builder v4.6.0
21532026-09-02T21:41:05.665Z Compiling derive-ex v0.1.8
21542026-09-02T21:41:05.746Z Compiling hybrid-array v0.4.13
21552026-09-02T21:41:05.865Z Compiling unicode-normalization v0.1.25
21562026-09-02T21:41:05.988Z Compiling rand_chacha v0.3.1
21572026-09-02T21:41:06.007Z Compiling signature v2.2.0
21582026-09-02T21:41:06.145Z Compiling scroll_derive v0.12.1
21592026-09-02T21:41:06.186Z Compiling rand_xorshift v0.4.0
21602026-09-02T21:41:06.209Z Compiling heapless v0.7.17
21612026-09-02T21:41:06.320Z Compiling num-integer v0.1.46
21622026-09-02T21:41:06.340Z Compiling aho-corasick v1.1.4
21632026-09-02T21:41:06.384Z Compiling anyhow v1.0.104
21642026-09-02T21:41:06.477Z Compiling try-lock v0.2.5
21652026-09-02T21:41:06.492Z Compiling zlib-rs v0.6.2
21662026-09-02T21:41:06.620Z Compiling unarray v0.1.4
21672026-09-02T21:41:06.635Z Compiling atomic-waker v1.1.2
21682026-09-02T21:41:06.700Z Compiling funty v2.0.0
21692026-09-02T21:41:06.763Z Compiling rustix v0.38.44
21702026-09-02T21:41:06.780Z Compiling usdt-impl v0.6.0
21712026-09-02T21:41:06.815Z Compiling pretty-hex v0.4.1
21722026-09-02T21:41:06.841Z Compiling tower-service v0.3.3
21732026-09-02T21:41:06.845Z Compiling tower-layer v0.3.3
21742026-09-02T21:41:07.068Z Compiling signal-hook v0.3.18
21752026-09-02T21:41:07.108Z Compiling bitvec v1.0.1
21762026-09-02T21:41:07.140Z Compiling h2 v0.4.15
21772026-09-02T21:41:07.176Z Compiling want v0.3.1
21782026-09-02T21:41:07.194Z Compiling regex-automata v0.4.14
21792026-09-02T21:41:07.211Z Compiling test-strategy v0.4.5
21802026-09-02T21:41:07.497Z Compiling proptest v1.11.0
21812026-09-02T21:41:07.647Z Compiling clap v4.6.1
21822026-09-02T21:41:07.734Z Compiling num-iter v0.1.45
21832026-09-02T21:41:08.074Z Compiling rand v0.8.6
21842026-09-02T21:41:08.372Z Compiling lazy_static v1.5.0
21852026-09-02T21:41:08.489Z Compiling ipnetwork v0.21.1
21862026-09-02T21:41:08.543Z Compiling scroll v0.13.0
21872026-09-02T21:41:08.832Z Compiling flate2 v1.1.9
21882026-09-02T21:41:08.852Z Compiling ipnet v2.12.0
21892026-09-02T21:41:09.018Z Compiling strum_macros v0.26.4
21902026-09-02T21:41:09.340Z Compiling snafu-derive v0.8.9
21912026-09-02T21:41:10.040Z Compiling darling_core v0.20.11
21922026-09-02T21:41:10.394Z Compiling darling_core v0.23.0
21932026-09-02T21:41:10.805Z Compiling nodrop v0.1.14
21942026-09-02T21:41:10.904Z Compiling httpdate v1.0.3
21952026-09-02T21:41:10.922Z Compiling crc-catalog v2.4.0
21962026-09-02T21:41:10.977Z Compiling foreign-types-shared v0.1.1
21972026-09-02T21:41:11.075Z Compiling winnow v0.5.40
21982026-09-02T21:41:11.136Z Compiling hyper v1.10.1
21992026-09-02T21:41:11.158Z Compiling foreign-types v0.3.2
22002026-09-02T21:41:11.470Z Compiling crc v3.4.0
22012026-09-02T21:41:11.489Z Compiling array-init v0.0.4
22022026-09-02T21:41:11.963Z Compiling newtype-uuid v1.3.2
22032026-09-02T21:41:12.118Z Compiling darling_macro v0.20.11
22042026-09-02T21:41:12.582Z Compiling goblin v0.10.5
22052026-09-02T21:41:12.602Z Compiling darling_macro v0.23.0
22062026-09-02T21:41:12.656Z Compiling oxnet v0.1.6
22072026-09-02T21:41:12.693Z Compiling smallvec v0.6.14
22082026-09-02T21:41:12.899Z Compiling toml_edit v0.19.15
22092026-09-02T21:41:13.149Z Compiling pkcs1 v0.7.5
22102026-09-02T21:41:13.603Z Compiling bitfield v0.19.4
22112026-09-02T21:41:13.625Z Compiling zerocopy v0.6.6
22122026-09-02T21:41:13.662Z Compiling zerocopy-derive v0.7.35
22132026-09-02T21:41:13.756Z Compiling curve25519-dalek v4.1.3
22142026-09-02T21:41:14.188Z Compiling env_filter v2.0.0
22152026-09-02T21:41:14.286Z Compiling memoffset v0.9.1
22162026-09-02T21:41:14.414Z Compiling base64 v0.21.7
22172026-09-02T21:41:14.503Z Compiling owo-colors v4.3.0
22182026-09-02T21:41:14.519Z Compiling unicode-segmentation v1.12.0
22192026-09-02T21:41:14.612Z Compiling hashbrown v0.12.3
22202026-09-02T21:41:14.898Z Compiling ref-cast v1.0.25
22212026-09-02T21:41:14.919Z Compiling litrs v1.0.0
22222026-09-02T21:41:14.944Z Compiling smoltcp v0.9.1
22232026-09-02T21:41:15.341Z Compiling ron v0.8.1
22242026-09-02T21:41:15.392Z Compiling document-features v0.2.12
22252026-09-02T21:41:15.454Z Compiling dof v0.4.0
22262026-09-02T21:41:15.687Z Compiling toml v0.7.8
22272026-09-02T21:41:15.753Z Compiling env_logger v0.11.11
22282026-09-02T21:41:15.941Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22292026-09-02T21:41:15.942Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22302026-09-02T21:41:16.012Z Compiling rsa v0.9.10
22312026-09-02T21:41:16.446Z Compiling darling v0.23.0
22322026-09-02T21:41:16.530Z Compiling daft v0.1.8
22332026-09-02T21:41:16.547Z Compiling serde-hex v0.1.0
22342026-09-02T21:41:16.587Z Compiling hyper-util v0.1.20
22352026-09-02T21:41:16.656Z Compiling darling v0.20.11
22362026-09-02T21:41:16.715Z Compiling bzip2 v0.4.4
22372026-09-02T21:41:16.870Z Compiling hashbrown v0.13.2
22382026-09-02T21:41:17.491Z Compiling x509-cert v0.2.5
22392026-09-02T21:41:17.509Z Compiling hmac v0.12.1
22402026-09-02T21:41:17.524Z Compiling dtrace-parser v0.3.0
22412026-09-02T21:41:17.701Z Compiling async-recursion v1.1.1
22422026-09-02T21:41:18.011Z Compiling sync_wrapper v1.0.2
22432026-09-02T21:41:18.144Z Compiling thread-id v5.1.0
22442026-09-02T21:41:18.243Z Compiling powerfmt v0.2.0
22452026-09-02T21:41:18.333Z Compiling siphasher v1.0.2
22462026-09-02T21:41:18.375Z Compiling cfg_aliases v0.2.1
22472026-09-02T21:41:18.473Z Compiling crc-any v2.5.0
22482026-09-02T21:41:18.595Z Compiling nix v0.31.2
22492026-09-02T21:41:18.696Z Compiling deranged v0.5.8
22502026-09-02T21:41:19.030Z Compiling tower v0.5.3
22512026-09-02T21:41:19.752Z Compiling object v0.30.4
22522026-09-02T21:41:19.948Z Compiling zip v0.6.6
22532026-09-02T21:41:20.135Z Compiling derive_builder_core v0.20.2
22542026-09-02T21:41:20.411Z Compiling serde_with_macros v3.21.0
22552026-09-02T21:41:20.809Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22562026-09-02T21:41:20.882Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22572026-09-02T21:41:20.983Z Compiling bstr v1.12.1
22582026-09-02T21:41:21.078Z Compiling crypto-common v0.2.2
22592026-09-02T21:41:21.164Z Compiling block-buffer v0.12.1
22602026-09-02T21:41:21.508Z Compiling http-body-util v0.1.3
22612026-09-02T21:41:21.789Z Compiling futures-executor v0.3.32
22622026-09-02T21:41:21.832Z Compiling serde_tokenstream v0.2.3
22632026-09-02T21:41:21.893Z Compiling erased-serde v0.3.31
22642026-09-02T21:41:22.151Z Compiling hubpack_derive v0.1.1
22652026-09-02T21:41:22.310Z Compiling ref-cast-impl v1.0.25
22662026-09-02T21:41:22.328Z Compiling strum_macros v0.27.2
22672026-09-02T21:41:22.434Z Compiling curve25519-dalek-derive v0.1.1
22682026-09-02T21:41:22.477Z Compiling fs-err v3.3.0
22692026-09-02T21:41:22.539Z Compiling usdt-impl v0.5.0
22702026-09-02T21:41:22.709Z Compiling unicode-bidi v0.3.18
22712026-09-02T21:41:22.776Z Compiling num_threads v0.1.7
22722026-09-02T21:41:22.795Z Compiling path-slash v0.1.5
22732026-09-02T21:41:22.956Z Compiling ryu v1.0.23
22742026-09-02T21:41:22.965Z Compiling allocator-api2 v0.2.21
22752026-09-02T21:41:23.069Z Compiling iri-string v0.7.10
22762026-09-02T21:41:23.172Z Compiling same-file v1.0.6
22772026-09-02T21:41:23.389Z Compiling unicode-properties v0.1.4
22782026-09-02T21:41:23.645Z Compiling gimli v0.32.3
22792026-09-02T21:41:24.069Z Compiling stringprep v0.1.5
22802026-09-02T21:41:24.139Z Compiling serde_urlencoded v0.7.1
22812026-09-02T21:41:24.351Z Compiling tower-http v0.6.8
22822026-09-02T21:41:24.467Z Compiling walkdir v2.5.0
22832026-09-02T21:41:24.484Z Compiling time v0.3.47
22842026-09-02T21:41:25.642Z Compiling addr2line v0.25.1
22852026-09-02T21:41:25.762Z Compiling futures v0.3.32
22862026-09-02T21:41:26.008Z Compiling derive_builder_macro v0.20.2
22872026-09-02T21:41:26.421Z Compiling tokio-native-tls v0.3.1
22882026-09-02T21:41:26.529Z Compiling convert_case v0.10.0
22892026-09-02T21:41:26.545Z Compiling strum v0.26.3
22902026-09-02T21:41:26.742Z Compiling block-padding v0.4.2
22912026-09-02T21:41:26.823Z Compiling scroll v0.12.0
22922026-09-02T21:41:26.873Z Compiling pin-project v1.1.11
22932026-09-02T21:41:26.887Z Compiling rustls-native-certs v0.8.3
22942026-09-02T21:41:26.972Z Compiling md-5 v0.10.6
22952026-09-02T21:41:27.039Z Compiling vergen-lib v9.1.0
22962026-09-02T21:41:27.076Z Compiling hash32 v0.2.1
22972026-09-02T21:41:27.148Z Compiling encoding_rs v0.8.35
22982026-09-02T21:41:27.182Z Compiling psl-types v2.0.11
22992026-09-02T21:41:27.281Z Compiling cpufeatures v0.3.0
23002026-09-02T21:41:27.345Z Compiling mime v0.3.17
23012026-09-02T21:41:27.397Z Compiling rustc-demangle v0.1.27
23022026-09-02T21:41:27.427Z Compiling fallible-iterator v0.2.0
23032026-09-02T21:41:27.446Z Compiling jiff-core v0.1.0
23042026-09-02T21:41:27.471Z Compiling publicsuffix v2.3.0
23052026-09-02T21:41:27.757Z Compiling postgres-protocol v0.6.10
23062026-09-02T21:41:27.780Z Compiling goblin v0.8.2
23072026-09-02T21:41:27.995Z Compiling snafu v0.8.9
23082026-09-02T21:41:28.087Z Compiling inout v0.2.2
23092026-09-02T21:41:28.289Z Compiling derive_more-impl v2.1.1
23102026-09-02T21:41:28.322Z Compiling jiff v0.2.34
23112026-09-02T21:41:28.442Z Compiling backtrace v0.3.76
23122026-09-02T21:41:28.495Z Compiling hyper-tls v0.6.0
23132026-09-02T21:41:28.583Z Compiling derive_builder v0.20.2
23142026-09-02T21:41:28.953Z Compiling usdt-macro v0.6.0
23152026-09-02T21:41:29.038Z Compiling usdt-attr-macro v0.6.0
23162026-09-02T21:41:29.081Z Compiling globset v0.4.18
23172026-09-02T21:41:29.228Z Compiling phf_shared v0.13.1
23182026-09-02T21:41:29.349Z Compiling crossbeam-epoch v0.9.18
23192026-09-02T21:41:29.487Z Compiling zerocopy v0.7.35
23202026-09-02T21:41:29.592Z Compiling regex v1.12.3
23212026-09-02T21:41:29.934Z Compiling serde_plain v1.0.2
23222026-09-02T21:41:30.037Z Compiling enum-as-inner v0.6.1
23232026-09-02T21:41:30.049Z Compiling serde_repr v0.1.20
23242026-09-02T21:41:30.077Z Compiling miette-derive v7.6.0
23252026-09-02T21:41:30.181Z Compiling pem v3.0.6
23262026-09-02T21:41:30.234Z Compiling vergen v9.1.0
23272026-09-02T21:41:30.249Z Compiling cargo-platform v0.3.2
23282026-09-02T21:41:30.417Z Compiling ff v0.13.1
23292026-09-02T21:41:30.450Z Compiling filetime v0.2.27
23302026-09-02T21:41:30.532Z Compiling foldhash v0.2.0
23312026-09-02T21:41:30.568Z Compiling const-oid v0.10.2
23322026-09-02T21:41:30.724Z Compiling typed-path v0.9.3
23332026-09-02T21:41:30.736Z Compiling unicode-linebreak v0.1.5
23342026-09-02T21:41:30.760Z Compiling xattr v1.6.1
23352026-09-02T21:41:30.916Z Compiling smawk v0.3.2
23362026-09-02T21:41:30.976Z Compiling foldhash v0.1.5
23372026-09-02T21:41:31.077Z Compiling unicode-width v0.2.0
23382026-09-02T21:41:31.095Z Compiling libbz2-rs-sys v0.2.2
23392026-09-02T21:41:31.150Z Compiling base16ct v0.2.0
23402026-09-02T21:41:31.165Z Compiling bitflags v1.3.2
23412026-09-02T21:41:31.176Z Compiling is_ci v1.2.0
23422026-09-02T21:41:31.256Z Compiling either v1.15.0
23432026-09-02T21:41:31.328Z Compiling managed v0.8.0
23442026-09-02T21:41:31.332Z Compiling bumpalo v3.20.2
23452026-09-02T21:41:31.568Z Compiling zopfli v0.8.3
23462026-09-02T21:41:31.615Z Compiling bzip2 v0.6.1
23472026-09-02T21:41:31.681Z Compiling textwrap v0.16.2
23482026-09-02T21:41:31.710Z Compiling supports-color v3.0.2
23492026-09-02T21:41:31.810Z Compiling sec1 v0.7.3
23502026-09-02T21:41:31.850Z Compiling hashbrown v0.15.5
23512026-09-02T21:41:31.898Z Compiling tar v0.4.46
23522026-09-02T21:41:32.047Z Compiling digest v0.11.3
23532026-09-02T21:41:32.096Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23542026-09-02T21:41:32.111Z Compiling hashbrown v0.16.1
23552026-09-02T21:41:32.156Z Compiling group v0.13.0
23562026-09-02T21:41:32.210Z Compiling cargo_metadata v0.23.1
23572026-09-02T21:41:32.349Z Compiling dof v0.3.0
23582026-09-02T21:41:33.607Z Compiling phf v0.13.1
23592026-09-02T21:41:33.717Z Compiling zstd v0.13.3
23602026-09-02T21:41:33.810Z Compiling backtrace-ext v0.2.1
23612026-09-02T21:41:33.987Z Compiling reqwest v0.12.28
23622026-09-02T21:41:34.077Z Compiling signal-hook-mio v0.2.5
23632026-09-02T21:41:34.185Z Compiling cipher v0.5.2
23642026-09-02T21:41:34.224Z Compiling postgres-types v0.2.12
23652026-09-02T21:41:34.260Z Compiling cookie_store v0.22.1
23662026-09-02T21:41:34.402Z Compiling strum v0.27.2
23672026-09-02T21:41:34.652Z Compiling hubpack v0.1.2
23682026-09-02T21:41:34.709Z Compiling phf_shared v0.11.3
23692026-09-02T21:41:34.750Z Compiling hkdf v0.12.4
23702026-09-02T21:41:34.773Z Compiling dtrace-parser v0.2.0
23712026-09-02T21:41:34.877Z Compiling byte-wrapper v0.1.0
23722026-09-02T21:41:34.893Z Compiling ed25519 v2.2.3
23732026-09-02T21:41:34.919Z Compiling olpc-cjson v0.1.4
23742026-09-02T21:41:35.233Z Compiling crypto-bigint v0.5.5
23752026-09-02T21:41:35.292Z Compiling serde-big-array v0.5.1
23762026-09-02T21:41:35.410Z Compiling float-cmp v0.10.0
23772026-09-02T21:41:35.507Z Compiling memmap2 v0.9.10
23782026-09-02T21:41:35.599Z Compiling thread-id v4.2.2
23792026-09-02T21:41:35.672Z Compiling static_assertions v1.1.0
23802026-09-02T21:41:35.762Z Compiling rayon-core v1.13.0
23812026-09-02T21:41:35.799Z Compiling winnow v0.7.14
23822026-09-02T21:41:35.816Z Compiling precomputed-hash v0.1.1
23832026-09-02T21:41:35.923Z Compiling unicode-width v0.1.14
23842026-09-02T21:41:35.939Z Compiling toml_write v0.1.2
23852026-09-02T21:41:35.966Z Compiling whoami v2.1.0
23862026-09-02T21:41:36.021Z Compiling keccak v0.1.6
23872026-09-02T21:41:36.210Z Compiling fixedbitset v0.4.2
23882026-09-02T21:41:36.226Z Compiling fixedbitset v0.5.7
23892026-09-02T21:41:36.243Z Compiling supports-hyperlinks v3.2.0
23902026-09-02T21:41:36.344Z Compiling winnow v1.0.3
23912026-09-02T21:41:36.366Z Compiling supports-unicode v3.0.0
23922026-09-02T21:41:36.531Z Compiling predicates-core v1.0.10
23932026-09-02T21:41:36.685Z Compiling new_debug_unreachable v1.0.6
23942026-09-02T21:41:36.861Z Compiling difflib v0.4.0
23952026-09-02T21:41:36.995Z Compiling normalize-line-endings v0.3.0
23962026-09-02T21:41:37.095Z Compiling data-encoding v2.10.0
23972026-09-02T21:41:37.342Z Compiling toml_parser v1.1.2+spec-1.1.0
23982026-09-02T21:41:37.403Z Compiling hickory-proto v0.25.2
23992026-09-02T21:41:37.576Z Compiling toml_edit v0.22.27
24002026-09-02T21:41:37.650Z Compiling predicates v3.1.4
24012026-09-02T21:41:37.875Z Compiling string_cache v0.8.9
24022026-09-02T21:41:37.946Z Compiling miette v7.6.0
24032026-09-02T21:41:38.109Z Compiling petgraph v0.8.3
24042026-09-02T21:41:38.168Z Compiling petgraph v0.6.5
24052026-09-02T21:41:38.221Z Compiling tokio-postgres v0.7.16
24062026-09-02T21:41:39.024Z Compiling elliptic-curve v0.13.8
24072026-09-02T21:41:39.252Z Compiling sha3 v0.10.8
24082026-09-02T21:41:39.445Z Compiling chacha20 v0.10.0
24092026-09-02T21:41:39.551Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24102026-09-02T21:41:39.554Z Compiling usdt v0.6.0
24112026-09-02T21:41:40.124Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24122026-09-02T21:41:40.439Z Compiling ed25519-dalek v2.2.0
24132026-09-02T21:41:41.416Z Compiling crossterm v0.28.1
24142026-09-02T21:41:41.770Z Compiling zip v4.6.1
24152026-09-02T21:41:41.858Z Compiling iddqd v0.4.2
24162026-09-02T21:41:42.631Z Compiling itertools v0.15.0
24172026-09-02T21:41:42.659Z Compiling itertools v0.13.0
24182026-09-02T21:41:42.727Z Compiling derive_more v2.1.1
24192026-09-02T21:41:42.854Z Compiling similar v2.7.0
24202026-09-02T21:41:43.134Z Compiling serde_with v3.21.0
24212026-09-02T21:41:43.698Z Compiling heck v0.4.1
24222026-09-02T21:41:44.074Z Compiling tokio-stream v0.1.18
24232026-09-02T21:41:44.161Z Compiling buf-list v1.1.2
24242026-09-02T21:41:44.190Z Compiling half v2.7.1
24252026-09-02T21:41:44.275Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24262026-09-02T21:41:44.443Z Compiling openapiv3 v2.2.0
24272026-09-02T21:41:44.716Z Compiling ciborium-io v0.2.2
24282026-09-02T21:41:44.886Z Compiling lalrpop-util v0.19.12
24292026-09-02T21:41:44.951Z Compiling peg-runtime v0.8.5
24302026-09-02T21:41:45.656Z Compiling ciborium-ll v0.2.2
24312026-09-02T21:41:46.586Z Compiling crossbeam-deque v0.8.6
24322026-09-02T21:41:47.098Z Compiling camino-tempfile v1.4.1
24332026-09-02T21:41:47.521Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24342026-09-02T21:41:48.073Z Compiling blake3 v1.8.5
24352026-09-02T21:41:48.137Z Compiling fs-err v2.11.0
24362026-09-02T21:41:50.387Z Compiling rustls-webpki v0.103.13
24372026-09-02T21:41:51.211Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24382026-09-02T21:41:52.689Z Compiling ciborium v0.2.2
24392026-09-02T21:41:52.963Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24402026-09-02T21:41:53.559Z Compiling thread_local v1.1.9
24412026-09-02T21:41:53.577Z Compiling arrayvec v0.7.6
24422026-09-02T21:41:53.678Z Compiling slog-async v2.8.0
24432026-09-02T21:41:53.847Z Compiling arrayref v0.3.9
24442026-09-02T21:41:53.970Z Compiling tokio-rustls v0.26.4
24452026-09-02T21:41:53.991Z Compiling rustls-platform-verifier v0.6.2
24462026-09-02T21:41:54.104Z Compiling tough v0.22.0
24472026-09-02T21:41:54.218Z Compiling constant_time_eq v0.4.2
24482026-09-02T21:41:54.289Z Compiling hyper-rustls v0.27.7
24492026-09-02T21:41:54.441Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24502026-09-02T21:41:54.474Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24512026-09-02T21:41:54.628Z Compiling reqwest v0.13.2
24522026-09-02T21:41:54.834Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24532026-09-02T21:41:54.919Z Compiling toml v0.8.23
24542026-09-02T21:41:55.128Z Compiling atomicwrites v0.4.4
24552026-09-02T21:41:55.206Z Compiling sha2 v0.11.0
24562026-09-02T21:41:55.215Z Compiling digest-io v0.1.0
24572026-09-02T21:41:55.385Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24582026-09-02T21:41:55.450Z Compiling crossbeam-channel v0.5.15
24592026-09-02T21:41:55.573Z Compiling serde_path_to_error v0.1.20
24602026-09-02T21:41:55.692Z Compiling is-terminal v0.4.17
24612026-09-02T21:41:55.713Z Compiling indent_write v2.2.0
24622026-09-02T21:41:55.818Z Compiling parse-size v1.1.0
24632026-09-02T21:41:55.889Z Compiling rawzip v0.4.4
24642026-09-02T21:41:56.003Z Compiling term v1.2.1
24652026-09-02T21:41:56.030Z Compiling take_mut v0.2.2
24662026-09-02T21:41:56.059Z Compiling topological-sort v0.2.2
24672026-09-02T21:41:56.170Z Compiling debug-ignore v1.0.5
24682026-09-02T21:41:56.254Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24692026-09-02T21:41:56.313Z Compiling shell-words v1.1.1
24702026-09-02T21:41:56.456Z Compiling slog-term v2.9.2
24712026-09-02T21:41:57.956Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24722026-09-02T21:42:04.048Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24732026-09-02T21:42:06.190Z Compiling omicron-zone-package v0.12.3
24742026-09-02T21:42:06.467Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24752026-09-02T21:42:06.897Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24762026-09-02T21:42:06.941Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24772026-09-02T21:42:11.719Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24782026-09-02T21:42:24.244Z Finished `release` profile [optimized] target(s) in 1m 34s
24792026-09-02T21:42:24.390Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24802026-09-02T21:42:24.445ZSep 02 21:42:23.608 DEBG changing working directory to /work/oxidecomputer/omicron
24812026-09-02T21:42:24.565ZSep 02 21:42:23.707 DEBG running: git rev-parse HEAD
24822026-09-02T21:42:24.575ZSep 02 21:42:23.710 DEBG process exited with exit status: 0 (2.546872ms)
24832026-09-02T21:42:24.575ZSep 02 21:42:23.710 INFO version: 23.0.0-0.ci+gitcc7d14fdd2b
24842026-09-02T21:42:24.576ZSep 02 21:42:23.718 INFO cloning helios to /work/oxidecomputer/helios
24852026-09-02T21:42:24.576ZSep 02 21:42:23.718 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24862026-09-02T21:42:24.576ZCloning into '/work/oxidecomputer/helios'...
24872026-09-02T21:42:25.162ZSep 02 21:42:24.319 DEBG process exited with exit status: 0 (600.756142ms)
24882026-09-02T21:42:25.162ZSep 02 21:42:24.319 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24892026-09-02T21:42:25.170ZSep 02 21:42:24.321 DEBG process exited with exit status: 0 (2.463581ms)
24902026-09-02T21:42:25.171ZSep 02 21:42:24.321 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24912026-09-02T21:42:25.539ZSep 02 21:42:24.702 DEBG process exited with exit status: 0 (380.487007ms)
24922026-09-02T21:42:25.539ZSep 02 21:42:24.702 DEBG running: zfs list rpool/images/build/host
24932026-09-02T21:42:25.544ZNAME USED AVAIL REFER MOUNTPOINT
24942026-09-02T21:42:25.544Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24952026-09-02T21:42:25.544ZSep 02 21:42:24.707 DEBG process exited with exit status: 0 (4.847144ms)
24962026-09-02T21:42:25.544ZSep 02 21:42:24.707 DEBG running: zfs list rpool/images/build/recovery
24972026-09-02T21:42:25.549ZNAME USED AVAIL REFER MOUNTPOINT
24982026-09-02T21:42:25.549Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24992026-09-02T21:42:25.549ZSep 02 21:42:24.710 DEBG process exited with exit status: 0 (3.272503ms)
25002026-09-02T21:42:25.549ZSep 02 21:42:24.710 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e)
25012026-09-02T21:42:25.563ZSep 02 21:42:24.723 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026081700.0.0, but the current nexus API version is 2026081901.0.0; the console needs a client regen and tools/console_version needs a bump
25022026-09-02T21:42:25.567ZSep 02 21:42:24.724 INFO [hubris-staging] running task
25032026-09-02T21:42:25.567ZSep 02 21:42:24.724 INFO [hubris-production] running task
25042026-09-02T21:42:25.567ZSep 02 21:42:24.724 INFO [incorp-manifest] running task
25052026-09-02T21:42:25.567ZSep 02 21:42:24.724 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
25062026-09-02T21:42:25.567ZSep 02 21:42:24.725 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
25072026-09-02T21:42:25.567ZSep 02 21:42:24.725 INFO [incorp-create] running: pkgrepo create /work/incorporation
25082026-09-02T21:42:25.567ZSep 02 21:42:24.726 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
25092026-09-02T21:42:25.591Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25102026-09-02T21:42:25.673Z[ omicron-package] Blocking waiting for file lock on package cache
25112026-09-02T21:42:25.795ZSep 02 21:42:24.956 INFO [incorp-create] process exited with exit status: 0 (231.511633ms)
25122026-09-02T21:42:25.801ZSep 02 21:42:24.957 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25132026-09-02T21:42:26.038ZSep 02 21:42:25.187 INFO [incorp-publisher] process exited with exit status: 0 (230.309664ms)
25142026-09-02T21:42:26.460Z[ omicron-package] Blocking waiting for file lock on package cache
25152026-09-02T21:42:26.722ZSep 02 21:42:25.874 INFO [hubris-production] task succeeded (1.150392375s)
25162026-09-02T21:42:27.619Z[ omicron-package] Compiling macaddr v1.0.1
25172026-09-02T21:42:27.619Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25182026-09-02T21:42:27.619Z[ omicron-package] Compiling secrecy v0.10.3
25192026-09-02T21:42:27.623Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25202026-09-02T21:42:27.623Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25212026-09-02T21:42:27.623Z[ omicron-package] Compiling heapless v0.8.0
25222026-09-02T21:42:27.623Z[ omicron-package] Compiling ingot-macros v0.2.0
25232026-09-02T21:42:27.623Z[ omicron-package] Compiling hash32 v0.3.1
25242026-09-02T21:42:27.623Z[ omicron-package] Compiling inout v0.1.4
25252026-09-02T21:42:27.623Z[ omicron-package] Compiling multer v3.1.0
25262026-09-02T21:42:27.623Z[ omicron-package] Compiling compression-core v0.4.31
25272026-09-02T21:42:27.623Z[ omicron-package] Compiling smoltcp v0.11.0
25282026-09-02T21:42:27.624Z[ omicron-package] Compiling match_cfg v0.1.0
25292026-09-02T21:42:27.624Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25302026-09-02T21:42:27.624Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25312026-09-02T21:42:27.624Z[ omicron-package] Compiling slog-json v2.6.1
25322026-09-02T21:42:27.888ZSep 02 21:42:27.051 DEBG process exited with exit status: 0 (2.327007232s)
25332026-09-02T21:42:27.891ZSep 02 21:42:27.051 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25342026-09-02T21:42:28.057Z[ omicron-package] Compiling serde_tokenstream v0.3.0
25352026-09-02T21:42:28.292Z[ omicron-package] Compiling cipher v0.4.4
25362026-09-02T21:42:28.654Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25372026-09-02T21:42:28.705Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25382026-09-02T21:42:28.723Z[ omicron-package] Compiling hostname v0.3.1
25392026-09-02T21:42:28.769Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25402026-09-02T21:42:28.769Z[ omicron-package] Compiling cobs v0.3.0
25412026-09-02T21:42:28.795Z[ omicron-package] Compiling universal-hash v0.5.1
25422026-09-02T21:42:28.834Z[ omicron-package] Compiling compression-codecs v0.4.37
25432026-09-02T21:42:28.837Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25442026-09-02T21:42:28.903Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25452026-09-02T21:42:28.903Z[ omicron-package] Compiling dropshot v0.17.1
25462026-09-02T21:42:28.906Z[ omicron-package] Compiling serde_spanned v1.1.1
25472026-09-02T21:42:28.907Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25482026-09-02T21:42:28.907Z[ omicron-package] Compiling async-stream-impl v0.3.6
25492026-09-02T21:42:29.006Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25502026-09-02T21:42:29.325Z[ omicron-package] Compiling convert_case v0.4.0
25512026-09-02T21:42:29.325Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25522026-09-02T21:42:29.412Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25532026-09-02T21:42:29.417Z[ omicron-package] Compiling opaque-debug v0.3.1
25542026-09-02T21:42:29.520Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25552026-09-02T21:42:29.678Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25562026-09-02T21:42:29.699Z[ omicron-package] Compiling poly1305 v0.8.0
25572026-09-02T21:42:29.748Z[ omicron-package] Compiling postcard v1.1.3
25582026-09-02T21:42:29.752Z[ omicron-package] Compiling derive_more v0.99.20
25592026-09-02T21:42:29.832Z[ omicron-package] Compiling async-compression v0.4.41
25602026-09-02T21:42:29.871Z[ omicron-package] Compiling slog-bunyan v2.5.0
25612026-09-02T21:42:29.937Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25622026-09-02T21:42:29.946Z[ omicron-package] Compiling async-stream v0.3.6
25632026-09-02T21:42:29.953Z[ omicron-package] Compiling num_enum_derive v0.7.6
25642026-09-02T21:42:30.042Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25652026-09-02T21:42:30.316Z[ omicron-package] Compiling chacha20 v0.9.1
25662026-09-02T21:42:30.394Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
25672026-09-02T21:42:30.452Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25682026-09-02T21:42:30.487Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25692026-09-02T21:42:30.578Z[ omicron-package] Compiling sha1 v0.11.0
25702026-09-02T21:42:30.583Z[ omicron-package] Compiling progenitor-client v0.14.0
25712026-09-02T21:42:30.650Z[ omicron-package] Compiling oxide-generation v0.1.3
25722026-09-02T21:42:30.706Z[ omicron-package] Compiling parse-display-derive v0.10.0
25732026-09-02T21:42:30.737Z[ omicron-package] Compiling waitgroup v0.1.2
25742026-09-02T21:42:30.834Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25752026-09-02T21:42:30.985Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25762026-09-02T21:42:31.096ZSep 02 21:42:30.258 DEBG process exited with exit status: 0 (3.206954317s)
25772026-09-02T21:42:31.100ZSep 02 21:42:30.262 INFO [incorp-manifest] task succeeded (5.538591322s)
25782026-09-02T21:42:31.100ZSep 02 21:42:30.263 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25792026-09-02T21:42:31.120Z[ omicron-package] Compiling backon v1.6.0
25802026-09-02T21:42:31.261Z[ omicron-package] Compiling password-hash v0.5.0
25812026-09-02T21:42:31.319Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25822026-09-02T21:42:31.354ZSep 02 21:42:30.516 INFO [incorp-fmt] process exited with exit status: 0 (253.762031ms)
25832026-09-02T21:42:31.361ZSep 02 21:42:30.524 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25842026-09-02T21:42:31.397Z[ omicron-package] Compiling blake2 v0.10.6
25852026-09-02T21:42:31.445Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25862026-09-02T21:42:31.479Z[ omicron-package] Compiling aead v0.5.2
25872026-09-02T21:42:31.542Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25882026-09-02T21:42:31.603Z[ omicron-package] Compiling proc-macro-error v1.0.4
25892026-09-02T21:42:31.658Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25902026-09-02T21:42:31.724Z[ omicron-package] Compiling hostname v0.4.2
25912026-09-02T21:42:31.732Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260902T214230Z
25922026-09-02T21:42:31.732Z[ incorp-pkgsend] PUBLISHED
25932026-09-02T21:42:31.792ZSep 02 21:42:30.954 INFO [incorp-pkgsend] process exited with exit status: 0 (437.589809ms)
25942026-09-02T21:42:31.795ZSep 02 21:42:30.954 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25952026-09-02T21:42:31.825Z[ omicron-package] Compiling instant v0.1.13
25962026-09-02T21:42:32.003Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25972026-09-02T21:42:32.022Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25982026-09-02T21:42:32.022Z[ omicron-package] Compiling ingot-types v0.2.0
25992026-09-02T21:42:32.025Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
26002026-09-02T21:42:32.142Z[ helios-incorp] Retrieving packages for publisher helios ...
26012026-09-02T21:42:32.142Z[ helios-incorp] Retrieving catalog 'helios' ... Done
26022026-09-02T21:42:32.143Z[ omicron-package] Compiling backoff v0.4.0
26032026-09-02T21:42:32.146Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26042026-09-02T21:42:32.165Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26052026-09-02T21:42:32.165Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26062026-09-02T21:42:32.165Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26072026-09-02T21:42:32.169Z[ helios-incorp]
26082026-09-02T21:42:32.169Z[ helios-incorp] Archiving packages ...
26092026-09-02T21:42:32.169Z[ helios-incorp] Packages to add: 1
26102026-09-02T21:42:32.169Z[ helios-incorp] Files to retrieve: 0
26112026-09-02T21:42:32.173Z[ helios-incorp] Estimated transfer size: 0.00 B
26122026-09-02T21:42:32.173Z[ helios-incorp]
26132026-09-02T21:42:32.173Z[ helios-incorp] Packages to archive:
26142026-09-02T21:42:32.173Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260902T214230Z
26152026-09-02T21:42:32.173Z[ helios-incorp]
26162026-09-02T21:42:32.173Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26172026-09-02T21:42:32.173Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
26182026-09-02T21:42:32.234ZSep 02 21:42:31.398 INFO [helios-incorp] process exited with exit status: 0 (443.275044ms)
26192026-09-02T21:42:32.250Z[ omicron-package] Compiling argon2 v0.5.3
26202026-09-02T21:42:32.302Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26212026-09-02T21:42:32.413Z[ omicron-package] Compiling num_enum_derive v0.5.11
26222026-09-02T21:42:32.462Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26232026-09-02T21:42:32.495Z[ omicron-package] Compiling num_enum v0.7.6
26242026-09-02T21:42:32.551Z[ omicron-package] Compiling progenitor-extras v0.2.0
26252026-09-02T21:42:32.585Z[ omicron-package] Compiling ingot v0.2.1
26262026-09-02T21:42:32.605Z[ omicron-package] Compiling vsss-rs v3.3.4
26272026-09-02T21:42:32.630Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26282026-09-02T21:42:32.677Z[ omicron-package] Compiling parse-display v0.10.0
26292026-09-02T21:42:32.834Z[ omicron-package] Compiling foreign-types v0.5.0
26302026-09-02T21:42:32.903Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26312026-09-02T21:42:32.971Z[ omicron-package] Compiling regress v0.10.5
26322026-09-02T21:42:33.015Z[ omicron-package] Compiling itertools v0.14.0
26332026-09-02T21:42:33.154Z[ omicron-package] Compiling tabwriter v1.4.1
26342026-09-02T21:42:33.196Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26352026-09-02T21:42:33.274Z[ omicron-package] Compiling cstr-argument v0.1.2
26362026-09-02T21:42:33.311Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26372026-09-02T21:42:33.467Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26382026-09-02T21:42:33.579Z[ omicron-package] Compiling humantime v2.3.0
26392026-09-02T21:42:33.617Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26402026-09-02T21:42:33.709Z[ omicron-package] Compiling num_enum v0.5.11
26412026-09-02T21:42:33.712Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26422026-09-02T21:42:33.917Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26432026-09-02T21:42:33.949Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26442026-09-02T21:42:33.998Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26452026-09-02T21:42:34.214Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26462026-09-02T21:42:34.220Z[ omicron-package] Compiling rayon v1.11.0
26472026-09-02T21:42:34.279Z[ omicron-package] Compiling rand v0.10.1
26482026-09-02T21:42:34.283Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26492026-09-02T21:42:34.312Z[ omicron-package] Compiling colored v3.1.1
26502026-09-02T21:42:34.331Z[ omicron-package] Compiling libefi-sys v0.1.0
26512026-09-02T21:42:34.331Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26522026-09-02T21:42:34.429Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26532026-09-02T21:42:34.485Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26542026-09-02T21:42:34.631Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26552026-09-02T21:42:34.734Z[ omicron-package] Compiling itertools v0.12.1
26562026-09-02T21:42:34.969Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26572026-09-02T21:42:35.007Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26582026-09-02T21:42:35.134Z[ omicron-package] Compiling usdt-macro v0.5.0
26592026-09-02T21:42:35.134Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26602026-09-02T21:42:35.245Z[ omicron-package] Compiling sigpipe v0.1.3
26612026-09-02T21:42:35.321Z[ omicron-package] Compiling memmap v0.7.0
26622026-09-02T21:42:35.321Z[ omicron-package] Compiling num-derive v0.4.2
26632026-09-02T21:42:35.321Z[ omicron-package] Compiling bitfield-struct v0.6.2
26642026-09-02T21:42:35.322Z[ omicron-package] Compiling swrite v0.1.0
26652026-09-02T21:42:35.525Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26662026-09-02T21:42:35.624Z[ omicron-package] Compiling glob v0.3.3
26672026-09-02T21:42:36.111Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26682026-09-02T21:42:36.307Z[ omicron-package] Compiling usdt v0.5.0
26692026-09-02T21:42:36.443Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26702026-09-02T21:42:36.542Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26712026-09-02T21:42:36.601Z[ omicron-package] Compiling zone v0.3.1
26722026-09-02T21:42:36.694Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26732026-09-02T21:42:36.767Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26742026-09-02T21:42:36.924Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26752026-09-02T21:42:36.924Z[ omicron-package] Compiling smf v0.2.3
26762026-09-02T21:42:37.032Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26772026-09-02T21:42:37.101Z[ omicron-package] Compiling whoami v1.6.1
26782026-09-02T21:42:37.128Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26792026-09-02T21:42:37.204Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26802026-09-02T21:42:37.219Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26812026-09-02T21:42:37.323Z[ omicron-package] Compiling gethostname v0.5.0
26822026-09-02T21:42:37.398Z[ omicron-package] Compiling console v0.16.2
26832026-09-02T21:42:37.605Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26842026-09-02T21:42:37.705Z[ omicron-package] Compiling unit-prefix v0.5.2
26852026-09-02T21:42:37.726Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26862026-09-02T21:42:38.151Z[ omicron-package] Compiling indicatif v0.18.4
26872026-09-02T21:42:38.760Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26882026-09-02T21:42:41.772Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26892026-09-02T21:42:41.879Z[ helios-setup] Sep 02 21:42:41.042 INFO helios repository root is: /work/oxidecomputer/helios
26902026-09-02T21:42:41.883Z[ helios-setup] Sep 02 21:42:41.043 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26912026-09-02T21:42:41.883Z[ helios-setup] Sep 02 21:42:41.043 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
26922026-09-02T21:42:41.883Z[ helios-setup] Sep 02 21:42:41.043 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26932026-09-02T21:42:41.886Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26942026-09-02T21:42:42.284ZSep 02 21:42:41.445 INFO [hubris-staging] task succeeded (16.720835284s)
26952026-09-02T21:42:42.457Z[ helios-setup] Sep 02 21:42:41.620 INFO clone ok!, project: image-builder
26962026-09-02T21:42:42.461Z[ helios-setup] Sep 02 21:42:41.620 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
26972026-09-02T21:42:42.461Z[ helios-setup] Sep 02 21:42:41.620 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26982026-09-02T21:42:42.461Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26992026-09-02T21:42:51.189Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27002026-09-02T21:42:53.153Z[ helios-setup] Sep 02 21:42:52.315 INFO clone ok!, project: amd-firmware
27012026-09-02T21:42:53.153Z[ helios-setup] Sep 02 21:42:52.316 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
27022026-09-02T21:42:53.156Z[ helios-setup] Sep 02 21:42:52.316 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
27032026-09-02T21:42:53.156Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
27042026-09-02T21:42:54.017Z[ helios-setup] Sep 02 21:42:53.180 INFO clone ok!, project: chelsio-t6-roms
27052026-09-02T21:42:54.020Z[ helios-setup] Sep 02 21:42:53.180 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
27062026-09-02T21:42:54.020Z[ helios-setup] Sep 02 21:42:53.180 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27072026-09-02T21:42:54.020Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27082026-09-02T21:42:54.622Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27092026-09-02T21:42:54.679Z[ helios-setup] Sep 02 21:42:53.842 INFO clone ok!, project: dmar-report
27102026-09-02T21:42:54.679Z[ helios-setup] Sep 02 21:42:53.842 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
27112026-09-02T21:42:54.682Z[ helios-setup] Sep 02 21:42:53.842 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
27122026-09-02T21:42:54.682Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
27132026-09-02T21:42:55.485Z[ helios-setup] Sep 02 21:42:54.648 INFO clone ok!, project: pilot
27142026-09-02T21:42:55.485Z[ helios-setup] Sep 02 21:42:54.648 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
27152026-09-02T21:42:55.488Z[ helios-setup] Sep 02 21:42:54.648 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
27162026-09-02T21:42:55.488Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
27172026-09-02T21:42:55.844Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27182026-09-02T21:42:56.018Z[ helios-setup] Sep 02 21:42:55.181 INFO clone ok!, project: pinprick
27192026-09-02T21:42:56.021Z[ helios-setup] Sep 02 21:42:55.181 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
27202026-09-02T21:42:56.022Z[ helios-setup] Sep 02 21:42:55.181 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
27212026-09-02T21:42:56.022Z[ helios-setup] Sep 02 21:42:55.181 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
27222026-09-02T21:42:56.022Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
27232026-09-02T21:42:56.879Z[ helios-setup] Sep 02 21:42:55.986 INFO clone ok!, project: amd-host-image-builder
27242026-09-02T21:42:56.879Z[ helios-setup] Sep 02 21:42:55.986 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
27252026-09-02T21:42:56.879Z[ helios-setup] Sep 02 21:42:55.986 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
27262026-09-02T21:42:56.891Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
27272026-09-02T21:42:57.474Z[ helios-setup] Sep 02 21:42:56.637 INFO clone ok!, project: bootserver
27282026-09-02T21:42:57.474Z[ helios-setup] Sep 02 21:42:56.637 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
27292026-09-02T21:42:57.474Z[ helios-setup] Sep 02 21:42:56.637 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
27302026-09-02T21:42:57.478Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
27312026-09-02T21:42:58.008Z[ helios-setup] Sep 02 21:42:57.171 INFO clone ok!, project: phbl
27322026-09-02T21:42:58.008Z[ helios-setup] Sep 02 21:42:57.171 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
27332026-09-02T21:42:58.012Z[ helios-setup] Sep 02 21:42:57.171 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27342026-09-02T21:42:58.221Z[ helios-setup] Sep 02 21:42:57.381 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27352026-09-02T21:42:58.430Z[ helios-setup] Sep 02 21:42:57.593 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27362026-09-02T21:42:58.430Z[ helios-setup] Sep 02 21:42:57.593 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27372026-09-02T21:42:58.643Z[ helios-setup] Sep 02 21:42:57.807 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27382026-09-02T21:42:58.859Z[ helios-setup] Sep 02 21:42:58.022 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27392026-09-02T21:42:58.859Z[ helios-setup] Sep 02 21:42:58.022 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27402026-09-02T21:42:59.068Z[ helios-setup] Sep 02 21:42:58.231 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27412026-09-02T21:42:59.287Z[ helios-setup] Sep 02 21:42:58.450 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27422026-09-02T21:42:59.293Z[ helios-setup] Sep 02 21:42:58.451 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27432026-09-02T21:42:59.293Z[ helios-setup] Sep 02 21:42:58.451 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27442026-09-02T21:42:59.293Z[ helios-setup] Sep 02 21:42:58.451 INFO ok!
27452026-09-02T21:42:59.293Z[ helios-setup] Sep 02 21:42:58.451 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27462026-09-02T21:42:59.293Z[ helios-setup] Sep 02 21:42:58.451 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27472026-09-02T21:42:59.294Z[ helios-setup] Sep 02 21:42:58.451 INFO ok!
27482026-09-02T21:42:59.294Z[ helios-setup] Sep 02 21:42:58.451 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27492026-09-02T21:42:59.294Z[ helios-setup] Sep 02 21:42:58.451 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27502026-09-02T21:42:59.294Z[ helios-setup] Sep 02 21:42:58.451 INFO ok!
27512026-09-02T21:42:59.294Z[ helios-setup] Sep 02 21:42:58.451 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
27522026-09-02T21:42:59.298Z[ helios-setup] Sep 02 21:42:58.458 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
27532026-09-02T21:42:59.298Z[ helios-setup] Sep 02 21:42:58.458 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
27542026-09-02T21:42:59.298Z[ helios-setup] Sep 02 21:42:58.458 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
27552026-09-02T21:42:59.359Z[ helios-setup] Sep 02 21:42:58.522 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
27562026-09-02T21:42:59.638Z[ helios-setup] Sep 02 21:42:58.800 INFO E| From https://github.com/jclulow/rust-jmclib
27572026-09-02T21:42:59.638Z[ helios-setup] Sep 02 21:42:58.800 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
27582026-09-02T21:42:59.646Z[ helios-setup] Sep 02 21:42:58.808 INFO E| Updating crates.io index
27592026-09-02T21:42:59.690Z[ helios-setup] Sep 02 21:42:58.853 INFO E| Downloading crates ...
27602026-09-02T21:42:59.744Z[ helios-setup] Sep 02 21:42:58.907 INFO E| Downloaded serde_derive v1.0.193
27612026-09-02T21:42:59.747Z[ helios-setup] Sep 02 21:42:58.909 INFO E| Downloaded libdevinfo-sys v1.0.0
27622026-09-02T21:42:59.750Z[ helios-setup] Sep 02 21:42:58.911 INFO E| Downloaded digest v0.9.0
27632026-09-02T21:42:59.753Z[ helios-setup] Sep 02 21:42:58.915 INFO E| Downloaded cpufeatures v0.2.9
27642026-09-02T21:42:59.762Z[ helios-setup] Sep 02 21:42:58.925 INFO E| Downloaded itoa v1.0.9
27652026-09-02T21:42:59.765Z[ helios-setup] Sep 02 21:42:58.928 INFO E| Downloaded sha-1 v0.9.8
27662026-09-02T21:42:59.770Z[ helios-setup] Sep 02 21:42:58.934 INFO E| Downloaded md-5 v0.9.1
27672026-09-02T21:42:59.773Z[ helios-setup] Sep 02 21:42:58.934 INFO E| Downloaded errno v0.3.1
27682026-09-02T21:42:59.773Z[ helios-setup] Sep 02 21:42:58.935 INFO E| Downloaded block-buffer v0.9.0
27692026-09-02T21:42:59.776Z[ helios-setup] Sep 02 21:42:58.937 INFO E| Downloaded opaque-debug v0.3.0
27702026-09-02T21:42:59.776Z[ helios-setup] Sep 02 21:42:58.937 INFO E| Downloaded fastrand v2.0.0
27712026-09-02T21:42:59.779Z[ helios-setup] Sep 02 21:42:58.940 INFO E| Downloaded unicode-width v0.1.10
27722026-09-02T21:42:59.789Z[ helios-setup] Sep 02 21:42:58.953 INFO E| Downloaded glob v0.3.1
27732026-09-02T21:42:59.792Z[ helios-setup] Sep 02 21:42:58.956 INFO E| Downloaded tempfile v3.7.0
27742026-09-02T21:42:59.795Z[ helios-setup] Sep 02 21:42:58.958 INFO E| Downloaded proc-macro2 v1.0.66
27752026-09-02T21:42:59.798Z[ helios-setup] Sep 02 21:42:58.959 INFO E| Downloaded uuid v0.8.2
27762026-09-02T21:42:59.798Z[ helios-setup] Sep 02 21:42:58.961 INFO E| Downloaded walkdir v2.3.3
27772026-09-02T21:42:59.801Z[ helios-setup] Sep 02 21:42:58.962 INFO E| Downloaded quote v1.0.31
27782026-09-02T21:42:59.802Z[ helios-setup] Sep 02 21:42:58.964 INFO E| Downloaded unicode-ident v1.0.11
27792026-09-02T21:42:59.804Z[ helios-setup] Sep 02 21:42:58.966 INFO E| Downloaded anyhow v1.0.72
27802026-09-02T21:42:59.807Z[ helios-setup] Sep 02 21:42:58.968 INFO E| Downloaded ryu v1.0.15
27812026-09-02T21:42:59.807Z[ helios-setup] Sep 02 21:42:58.969 INFO E| Downloaded typenum v1.16.0
27822026-09-02T21:42:59.810Z[ helios-setup] Sep 02 21:42:58.971 INFO E| Downloaded bitflags v2.3.3
27832026-09-02T21:42:59.810Z[ helios-setup] Sep 02 21:42:58.972 INFO E| Downloaded getrandom v0.2.10
27842026-09-02T21:42:59.810Z[ helios-setup] Sep 02 21:42:58.973 INFO E| Downloaded once_cell v1.18.0
27852026-09-02T21:42:59.813Z[ helios-setup] Sep 02 21:42:58.975 INFO E| Downloaded toml v0.5.11
27862026-09-02T21:42:59.820Z[ helios-setup] Sep 02 21:42:58.984 INFO E| Downloaded serde v1.0.193
27872026-09-02T21:42:59.841Z[ helios-setup] Sep 02 21:42:59.003 INFO E| Downloaded serde_json v1.0.103
27882026-09-02T21:42:59.850Z[ helios-setup] Sep 02 21:42:59.007 INFO E| Downloaded syn v2.0.32
27892026-09-02T21:42:59.863Z[ helios-setup] Sep 02 21:42:59.026 INFO E| Downloaded rustix v0.38.4
27902026-09-02T21:42:59.885Z[ helios-setup] Sep 02 21:42:59.046 INFO E| Downloaded libc v0.2.147
27912026-09-02T21:42:59.928Z[ helios-setup] Sep 02 21:42:59.092 INFO E| Compiling libc v0.2.147
27922026-09-02T21:42:59.928Z[ helios-setup] Sep 02 21:42:59.092 INFO E| Compiling proc-macro2 v1.0.66
27932026-09-02T21:42:59.928Z[ helios-setup] Sep 02 21:42:59.092 INFO E| Compiling unicode-ident v1.0.11
27942026-09-02T21:42:59.928Z[ helios-setup] Sep 02 21:42:59.092 INFO E| Compiling cfg-if v1.0.0
27952026-09-02T21:42:59.933Z[ helios-setup] Sep 02 21:42:59.092 INFO E| Compiling version_check v0.9.4
27962026-09-02T21:42:59.933Z[ helios-setup] Sep 02 21:42:59.092 INFO E| Compiling typenum v1.16.0
27972026-09-02T21:42:59.933Z[ helios-setup] Sep 02 21:42:59.092 INFO E| Compiling serde v1.0.193
27982026-09-02T21:42:59.933Z[ helios-setup] Sep 02 21:42:59.092 INFO E| Compiling time-core v0.1.2
27992026-09-02T21:42:59.941Z[ helios-setup] Sep 02 21:42:59.104 INFO E| Compiling itoa v1.0.9
28002026-09-02T21:42:59.941Z[ helios-setup] Sep 02 21:42:59.105 INFO E| Compiling slog v2.7.0
28012026-09-02T21:42:59.944Z[ helios-setup] Sep 02 21:42:59.105 INFO E| Compiling powerfmt v0.2.0
28022026-09-02T21:42:59.944Z[ helios-setup] Sep 02 21:42:59.105 INFO E| Compiling rustix v0.38.4
28032026-09-02T21:42:59.944Z[ helios-setup] Sep 02 21:42:59.105 INFO E| Compiling num-conv v0.1.0
28042026-09-02T21:42:59.944Z[ helios-setup] Sep 02 21:42:59.105 INFO E| Compiling once_cell v1.18.0
28052026-09-02T21:42:59.944Z[ helios-setup] Sep 02 21:42:59.105 INFO E| Compiling bitflags v2.3.3
28062026-09-02T21:42:59.947Z[ helios-setup] Sep 02 21:42:59.108 INFO E| Compiling num_threads v0.1.6
28072026-09-02T21:43:00.013Z[ helios-setup] Sep 02 21:42:59.176 INFO E| Compiling opaque-debug v0.3.0
28082026-09-02T21:43:00.056Z[ helios-setup] Sep 02 21:42:59.219 INFO E| Compiling anyhow v1.0.72
28092026-09-02T21:43:00.066Z[ helios-setup] Sep 02 21:42:59.229 INFO E| Compiling fastrand v2.0.0
28102026-09-02T21:43:00.088Z[ helios-setup] Sep 02 21:42:59.251 INFO E| Compiling serde_json v1.0.103
28112026-09-02T21:43:00.097Z[ helios-setup] Sep 02 21:42:59.258 INFO E| Compiling unicode-width v0.1.10
28122026-09-02T21:43:00.116Z[ helios-setup] Sep 02 21:42:59.279 INFO E| Compiling deranged v0.3.11
28132026-09-02T21:43:00.129Z[ helios-setup] Sep 02 21:42:59.291 INFO E| Compiling time-macros v0.2.18
28142026-09-02T21:43:00.182Z[ helios-setup] Sep 02 21:42:59.345 INFO E| Compiling thread_local v1.1.7
28152026-09-02T21:43:00.204Z[ helios-setup] Sep 02 21:42:59.367 INFO E| Compiling same-file v1.0.6
28162026-09-02T21:43:00.214Z[ helios-setup] Sep 02 21:42:59.374 INFO E| Compiling cpufeatures v0.2.9
28172026-09-02T21:43:00.225Z[ helios-setup] Sep 02 21:42:59.388 INFO E| Compiling ryu v1.0.15
28182026-09-02T21:43:00.267Z[ helios-setup] Sep 02 21:42:59.430 INFO E| Compiling generic-array v0.14.7
28192026-09-02T21:43:00.287Z[ helios-setup] Sep 02 21:42:59.450 INFO E| Compiling getopts v0.2.21
28202026-09-02T21:43:00.342Z[ helios-setup] Sep 02 21:42:59.505 INFO E| Compiling walkdir v2.3.3
28212026-09-02T21:43:00.370Z[ helios-setup] Sep 02 21:42:59.533 INFO E| Compiling libdevinfo-sys v1.0.0
28222026-09-02T21:43:00.409Z[ helios-setup] Sep 02 21:42:59.566 INFO E| Compiling glob v0.3.1
28232026-09-02T21:43:00.682Z[ helios-setup] Sep 02 21:42:59.845 INFO E| Compiling quote v1.0.31
28242026-09-02T21:43:00.774Z[ helios-setup] Sep 02 21:42:59.937 INFO E| Compiling dirs-sys-next v0.1.2
28252026-09-02T21:43:00.774Z[ helios-setup] Sep 02 21:42:59.937 INFO E| Compiling errno v0.3.1
28262026-09-02T21:43:00.774Z[ helios-setup] Sep 02 21:42:59.937 INFO E| Compiling atty v0.2.14
28272026-09-02T21:43:00.777Z[ helios-setup] Sep 02 21:42:59.937 INFO E| Compiling getrandom v0.2.10
28282026-09-02T21:43:00.836Z[ helios-setup] Sep 02 21:42:59.999 INFO E| Compiling syn v2.0.32
28292026-09-02T21:43:00.906Z[ helios-setup] Sep 02 21:43:00.068 INFO E| Compiling dirs-next v2.0.0
28302026-09-02T21:43:00.975Z[ helios-setup] Sep 02 21:43:00.137 INFO E| Compiling term v0.7.0
28312026-09-02T21:43:00.989Z[ helios-setup] Sep 02 21:43:00.152 INFO E| Compiling time v0.3.36
28322026-09-02T21:43:01.229Z[ helios-setup] Sep 02 21:43:00.393 INFO E| Compiling block-buffer v0.9.0
28332026-09-02T21:43:01.230Z[ helios-setup] Sep 02 21:43:00.393 INFO E| Compiling digest v0.9.0
28342026-09-02T21:43:01.324Z[ helios-setup] Sep 02 21:43:00.487 INFO E| Compiling sha-1 v0.9.8
28352026-09-02T21:43:01.324Z[ helios-setup] Sep 02 21:43:00.487 INFO E| Compiling md-5 v0.9.1
28362026-09-02T21:43:01.378Z[ helios-setup] Sep 02 21:43:00.541 INFO E| Compiling tempfile v3.7.0
28372026-09-02T21:43:01.715Z[ helios-setup] Sep 02 21:43:00.878 INFO E| Compiling slog-term v2.9.0
28382026-09-02T21:43:02.054Z[ helios-setup] Sep 02 21:43:01.216 INFO E| Compiling serde_derive v1.0.193
28392026-09-02T21:43:05.609Z[ helios-setup] Sep 02 21:43:04.771 INFO E| Compiling toml v0.5.11
28402026-09-02T21:43:05.609Z[ helios-setup] Sep 02 21:43:04.771 INFO E| Compiling uuid v0.8.2
28412026-09-02T21:43:06.281Z[ helios-setup] Sep 02 21:43:05.374 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
28422026-09-02T21:43:06.517Z[ helios-setup] Sep 02 21:43:05.680 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
28432026-09-02T21:43:07.145Z[ omicron-package] Finished `release` profile [optimized] target(s) in 41.57s
28442026-09-02T21:43:07.379Z[ omicron-package]
28452026-09-02T21:43:07.379Z[ omicron-package] real 41.751610886
28462026-09-02T21:43:07.385Z[ omicron-package] user 4:04.219649190
28472026-09-02T21:43:07.385Z[ omicron-package] sys 29.340043916
28482026-09-02T21:43:07.385Z[ omicron-package] trap 0.453924715
28492026-09-02T21:43:07.385Z[ omicron-package] tflt 0.686871276
28502026-09-02T21:43:07.385Z[ omicron-package] dflt 2.406285347
28512026-09-02T21:43:07.385Z[ omicron-package] kflt 0.000160960
28522026-09-02T21:43:07.385Z[ omicron-package] lock 12:09.537203695
28532026-09-02T21:43:07.385Z[ omicron-package] slp 6:28.959431622
28542026-09-02T21:43:07.385Z[ omicron-package] lat 51.691896052
28552026-09-02T21:43:07.385ZSep 02 21:43:06.541 INFO [omicron-package] process exited with exit status: 0 (41.815179994s)
28562026-09-02T21:43:07.385Z[ omicron-package] stop 2:02.622900406
28572026-09-02T21:43:07.385ZSep 02 21:43:06.542 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28582026-09-02T21:43:07.385ZSep 02 21:43:06.542 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28592026-09-02T21:43:07.390Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28602026-09-02T21:43:07.390Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28612026-09-02T21:43:07.395Z[ recovery-target] Created new build target 'recovery' and set it as active
28622026-09-02T21:43:07.395Z[ host-target] Created new build target 'host' and set it as active
28632026-09-02T21:43:07.395ZSep 02 21:43:06.556 INFO [host-target] process exited with exit status: 0 (14.839081ms)
28642026-09-02T21:43:07.395ZSep 02 21:43:06.557 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28652026-09-02T21:43:07.399ZSep 02 21:43:06.557 INFO [recovery-target] process exited with exit status: 0 (14.902361ms)
28662026-09-02T21:43:07.402Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28672026-09-02T21:43:08.953Z[ host-package] Compiling heck v0.5.0
28682026-09-02T21:43:08.953Z[ host-package] Compiling regress v0.11.1
28692026-09-02T21:43:09.205Z[ host-package] Compiling unsafe-libyaml v0.2.11
28702026-09-02T21:43:09.225Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
28712026-09-02T21:43:09.254Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28722026-09-02T21:43:09.254Z[ host-package] Compiling derive-where v1.6.0
28732026-09-02T21:43:09.254Z[ host-package] Compiling bytecount v0.6.9
28742026-09-02T21:43:09.298Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
28752026-09-02T21:43:09.341Z[ host-package] Compiling atomicwrites v0.4.4
28762026-09-02T21:43:09.341Z[ host-package] Compiling is-terminal v0.4.17
28772026-09-02T21:43:09.341Z[ host-package] Compiling prettyplease v0.2.37
28782026-09-02T21:43:09.346Z[ host-package] Compiling newline-converter v0.3.0
28792026-09-02T21:43:09.406Z[ host-package] Compiling console v0.15.11
28802026-09-02T21:43:09.415Z[ host-package] Compiling slog-dtrace v0.3.0
28812026-09-02T21:43:09.415Z[ host-package] Compiling cancel-safe-futures v0.1.5
28822026-09-02T21:43:09.430Z[ helios-setup] Sep 02 21:43:08.593 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.12s
28832026-09-02T21:43:09.456Z[ helios-setup] Sep 02 21:43:08.618 INFO building project "image-builder" ok (10 seconds)
28842026-09-02T21:43:09.456Z[ helios-setup] Sep 02 21:43:08.618 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
28852026-09-02T21:43:09.463Z[ helios-setup] Sep 02 21:43:08.627 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
28862026-09-02T21:43:09.463Z[ helios-setup] Sep 02 21:43:08.627 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
28872026-09-02T21:43:09.467Z[ helios-setup] Sep 02 21:43:08.627 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
28882026-09-02T21:43:09.500Z[ host-package] Compiling resolv-conf v0.7.6
28892026-09-02T21:43:09.527Z[ host-package] Compiling num-rational v0.4.2
28902026-09-02T21:43:09.548Z[ host-package] Compiling num-complex v0.4.6
28912026-09-02T21:43:09.553Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
28922026-09-02T21:43:09.571Z[ host-package] Compiling thread_local v1.1.9
28932026-09-02T21:43:09.607Z[ helios-setup] Sep 02 21:43:08.770 INFO E| Updating crates.io index
28942026-09-02T21:43:09.706Z[ helios-setup] Sep 02 21:43:08.869 INFO E| Downloading crates ...
28952026-09-02T21:43:09.745Z[ helios-setup] Sep 02 21:43:08.908 INFO E| Downloaded autocfg v1.4.0
28962026-09-02T21:43:09.749Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28972026-09-02T21:43:09.758Z[ helios-setup] Sep 02 21:43:08.921 INFO E| Downloaded anyhow v1.0.98
28982026-09-02T21:43:09.761Z[ helios-setup] Sep 02 21:43:08.924 INFO E| Downloaded itoa v1.0.15
28992026-09-02T21:43:09.765Z[ helios-setup] Sep 02 21:43:08.925 INFO E| Downloaded time-core v0.1.4
29002026-09-02T21:43:09.767Z[ helios-setup] Sep 02 21:43:08.929 INFO E| Downloaded errno v0.3.12
29012026-09-02T21:43:09.791Z[ helios-setup] Sep 02 21:43:08.954 INFO E| Downloaded quote v1.0.40
29022026-09-02T21:43:09.794Z[ helios-setup] Sep 02 21:43:08.956 INFO E| Downloaded serde_with_macros v3.12.0
29032026-09-02T21:43:09.797Z[ helios-setup] Sep 02 21:43:08.958 INFO E| Downloaded deranged v0.4.0
29042026-09-02T21:43:09.802Z[ helios-setup] Sep 02 21:43:08.963 INFO E| Downloaded time-macros v0.2.22
29052026-09-02T21:43:09.806Z[ helios-setup] Sep 02 21:43:08.969 INFO E| Downloaded thiserror v2.0.12
29062026-09-02T21:43:09.810Z[ helios-setup] Sep 02 21:43:08.973 INFO E| Downloaded unicode-ident v1.0.18
29072026-09-02T21:43:09.813Z[ helios-setup] Sep 02 21:43:08.976 INFO E| Downloaded ryu v1.0.20
29082026-09-02T21:43:09.818Z[ helios-setup] Sep 02 21:43:08.979 INFO E| Downloaded thiserror-impl v2.0.12
29092026-09-02T21:43:09.826Z[ helios-setup] Sep 02 21:43:08.988 INFO E| Downloaded iana-time-zone v0.1.63
29102026-09-02T21:43:09.829Z[ helios-setup] Sep 02 21:43:08.990 INFO E| Downloaded bitflags v2.9.1
29112026-09-02T21:43:09.833Z[ helios-setup] Sep 02 21:43:08.993 INFO E| Downloaded serde_derive v1.0.219
29122026-09-02T21:43:09.833Z[ helios-setup] Sep 02 21:43:08.995 INFO E| Downloaded tempfile v3.20.0
29132026-09-02T21:43:09.836Z[ helios-setup] Sep 02 21:43:08.996 INFO E| Downloaded proc-macro2 v1.0.95
29142026-09-02T21:43:09.839Z[ host-package] Compiling match_cfg v0.1.0
29152026-09-02T21:43:09.839Z[ helios-setup] Sep 02 21:43:09.002 INFO E| Downloaded getrandom v0.3.3
29162026-09-02T21:43:09.847Z[ helios-setup] Sep 02 21:43:09.010 INFO E| Downloaded serde v1.0.219
29172026-09-02T21:43:09.873Z[ host-package] Compiling expectorate v1.2.0
29182026-09-02T21:43:09.876Z[ helios-setup] Sep 02 21:43:09.035 INFO E| Downloaded indexmap v2.9.0
29192026-09-02T21:43:09.876Z[ helios-setup] Sep 02 21:43:09.038 INFO E| Downloaded memchr v2.7.4
29202026-09-02T21:43:09.880Z[ helios-setup] Sep 02 21:43:09.042 INFO E| Downloaded hashbrown v0.15.3
29212026-09-02T21:43:09.887Z[ helios-setup] Sep 02 21:43:09.045 INFO E| Downloaded serde_with v3.12.0
29222026-09-02T21:43:09.892Z[ helios-setup] Sep 02 21:43:09.051 INFO E| Downloaded time v0.3.41
29232026-09-02T21:43:09.895Z[ helios-setup] Sep 02 21:43:09.056 INFO E| Downloaded serde_json v1.0.140
29242026-09-02T21:43:09.906Z[ helios-setup] Sep 02 21:43:09.068 INFO E| Downloaded chrono v0.4.41
29252026-09-02T21:43:09.919Z[ helios-setup] Sep 02 21:43:09.080 INFO E| Downloaded syn v2.0.101
29262026-09-02T21:43:09.927Z[ host-package] Compiling compression-core v0.4.31
29272026-09-02T21:43:09.936Z[ helios-setup] Sep 02 21:43:09.093 INFO E| Downloaded rustix v1.0.7
29282026-09-02T21:43:09.952Z[ host-package] Compiling hostname v0.3.1
29292026-09-02T21:43:09.959Z[ helios-setup] Sep 02 21:43:09.121 INFO E| Downloaded libc v0.2.172
29302026-09-02T21:43:10.018Z[ helios-setup] Sep 02 21:43:09.181 INFO E| Compiling proc-macro2 v1.0.95
29312026-09-02T21:43:10.018Z[ helios-setup] Sep 02 21:43:09.181 INFO E| Compiling unicode-ident v1.0.18
29322026-09-02T21:43:10.022Z[ helios-setup] Sep 02 21:43:09.181 INFO E| Compiling libc v0.2.172
29332026-09-02T21:43:10.022Z[ helios-setup] Sep 02 21:43:09.181 INFO E| Compiling ident_case v1.0.1
29342026-09-02T21:43:10.022Z[ helios-setup] Sep 02 21:43:09.181 INFO E| Compiling strsim v0.11.1
29352026-09-02T21:43:10.063Z[ helios-setup] Sep 02 21:43:09.226 INFO E| Compiling fnv v1.0.7
29362026-09-02T21:43:10.063Z[ helios-setup] Sep 02 21:43:09.226 INFO E| Compiling serde v1.0.219
29372026-09-02T21:43:10.066Z[ helios-setup] Sep 02 21:43:09.226 INFO E| Compiling getrandom v0.3.3
29382026-09-02T21:43:10.066Z[ helios-setup] Sep 02 21:43:09.226 INFO E| Compiling rustix v1.0.7
29392026-09-02T21:43:10.067Z[ helios-setup] Sep 02 21:43:09.226 INFO E| Compiling anyhow v1.0.98
29402026-09-02T21:43:10.067Z[ host-package] Compiling num v0.4.3
29412026-09-02T21:43:10.094Z[ helios-setup] Sep 02 21:43:09.256 INFO E| Compiling cfg-if v1.0.0
29422026-09-02T21:43:10.098Z[ helios-setup] Sep 02 21:43:09.256 INFO E| Compiling serde_json v1.0.140
29432026-09-02T21:43:10.099Z[ helios-setup] Sep 02 21:43:09.256 INFO E| Compiling thiserror v2.0.12
29442026-09-02T21:43:10.099Z[ helios-setup] Sep 02 21:43:09.260 INFO E| Compiling bitflags v2.9.1
29452026-09-02T21:43:10.099Z[ helios-setup] Sep 02 21:43:09.260 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
29462026-09-02T21:43:10.099Z[ helios-setup] Sep 02 21:43:09.260 INFO E| Compiling itoa v1.0.15
29472026-09-02T21:43:10.183Z[ host-package] Compiling multer v3.1.0
29482026-09-02T21:43:10.187Z[ host-package] Compiling slog-async v2.8.0
29492026-09-02T21:43:10.187Z[ host-package] Compiling compression-codecs v0.4.37
29502026-09-02T21:43:10.187Z[ host-package] Compiling crossbeam-channel v0.5.15
29512026-09-02T21:43:10.374Z[ helios-setup] Sep 02 21:43:09.537 INFO E| Compiling once_cell v1.21.3
29522026-09-02T21:43:10.374Z[ helios-setup] Sep 02 21:43:09.537 INFO E| Compiling memchr v2.7.4
29532026-09-02T21:43:10.378Z[ host-package] Compiling slog-json v2.6.1
29542026-09-02T21:43:10.382Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
29552026-09-02T21:43:10.392Z[ helios-setup] Sep 02 21:43:09.554 INFO E| Compiling ryu v1.0.20
29562026-09-02T21:43:10.469Z[ host-package] Compiling serde_spanned v1.1.1
29572026-09-02T21:43:10.572Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29582026-09-02T21:43:10.695Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
29592026-09-02T21:43:10.767Z[ host-package] Compiling oxide-update-engine-types v0.1.2
29602026-09-02T21:43:10.767Z[ host-package] Compiling linear-map v1.2.0
29612026-09-02T21:43:10.771Z[ host-package] Compiling term v1.2.1
29622026-09-02T21:43:10.926Z[ helios-setup] Sep 02 21:43:10.089 INFO E| Compiling fastrand v2.3.0
29632026-09-02T21:43:10.954Z[ host-package] Compiling typify-impl v0.6.2
29642026-09-02T21:43:10.958Z[ host-package] Compiling take_mut v0.2.2
29652026-09-02T21:43:10.961Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
29662026-09-02T21:43:11.105Z[ host-package] Compiling linked-hash-map v0.5.6
29672026-09-02T21:43:11.109Z[ host-package] Compiling float-ord v0.3.2
29682026-09-02T21:43:11.355Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
29692026-09-02T21:43:11.380Z[ host-package] Compiling slog-term v2.9.2
29702026-09-02T21:43:11.383Z[ host-package] Compiling slog-bunyan v2.5.0
29712026-09-02T21:43:11.438Z[ host-package] Compiling lru-cache v0.1.2
29722026-09-02T21:43:11.552Z[ host-package] Compiling async-compression v0.4.41
29732026-09-02T21:43:11.556Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29742026-09-02T21:43:11.562Z[ helios-setup] Sep 02 21:43:10.725 INFO E| Compiling quote v1.0.40
29752026-09-02T21:43:11.725Z[ helios-setup] Sep 02 21:43:10.888 INFO E| Compiling errno v0.3.12
29762026-09-02T21:43:11.749Z[ helios-setup] Sep 02 21:43:10.912 INFO E| Compiling syn v2.0.101
29772026-09-02T21:43:11.752Z[ host-package] Compiling async-stream v0.3.6
29782026-09-02T21:43:11.752Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29792026-09-02T21:43:12.017Z[ host-package] Compiling dropshot v0.17.1
29802026-09-02T21:43:12.085Z[ host-package] Compiling progenitor-client v0.14.0
29812026-09-02T21:43:12.141Z[ host-package] Compiling sha1 v0.11.0
29822026-09-02T21:43:12.141Z[ host-package] Compiling oxide-generation v0.1.3
29832026-09-02T21:43:12.146Z[ host-package] Compiling waitgroup v0.1.2
29842026-09-02T21:43:12.257Z[ host-package] Compiling rustls-pemfile v2.2.0
29852026-09-02T21:43:12.386Z[ host-package] Compiling oxide-update-engine v0.1.2
29862026-09-02T21:43:12.429Z[ host-package] Compiling backon v1.6.0
29872026-09-02T21:43:12.488Z[ host-package] Compiling serde_path_to_error v0.1.20
29882026-09-02T21:43:12.523Z[ host-package] Compiling hostname v0.4.2
29892026-09-02T21:43:12.606Z[ host-package] Compiling instant v0.1.13
29902026-09-02T21:43:12.632Z[ helios-setup] Sep 02 21:43:11.795 INFO E| Compiling tempfile v3.20.0
29912026-09-02T21:43:12.653Z[ host-package] Compiling minimal-lexical v0.2.1
29922026-09-02T21:43:12.751Z[ host-package] Compiling debug-ignore v1.0.5
29932026-09-02T21:43:12.751Z[ host-package] Compiling progenitor-extras v0.2.0
29942026-09-02T21:43:12.854Z[ host-package] Compiling backoff v0.4.0
29952026-09-02T21:43:12.979Z[ host-package] Compiling nom v7.1.3
29962026-09-02T21:43:13.061Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
29972026-09-02T21:43:13.064Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29982026-09-02T21:43:13.064Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29992026-09-02T21:43:13.064Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30002026-09-02T21:43:13.255Z[ host-package] Compiling parse-display v0.10.0
30012026-09-02T21:43:13.331Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30022026-09-02T21:43:13.381Z[ host-package] Compiling hickory-proto v0.24.4
30032026-09-02T21:43:13.644Z[ host-package] Compiling itertools v0.14.0
30042026-09-02T21:43:13.834Z[ host-package] Compiling regress v0.10.5
30052026-09-02T21:43:14.146Z[ host-package] Compiling macaddr v1.0.1
30062026-09-02T21:43:14.199Z[ helios-setup] Sep 02 21:43:13.360 INFO E| Compiling darling_core v0.20.11
30072026-09-02T21:43:14.287Z[ host-package] Compiling humantime v2.3.0
30082026-09-02T21:43:14.452Z[ host-package] Compiling unicode-xid v0.2.6
30092026-09-02T21:43:14.712Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30102026-09-02T21:43:14.751Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30112026-09-02T21:43:14.854Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30122026-09-02T21:43:14.903Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30132026-09-02T21:43:14.989Z[ host-package] Compiling toml v0.8.23
30142026-09-02T21:43:15.119Z[ helios-setup] Sep 02 21:43:14.282 INFO E| Compiling serde_derive v1.0.219
30152026-09-02T21:43:15.119Z[ helios-setup] Sep 02 21:43:14.282 INFO E| Compiling thiserror-impl v2.0.12
30162026-09-02T21:43:15.243Z[ host-package] Compiling papergrid v0.11.0
30172026-09-02T21:43:15.301Z[ host-package] Compiling typify-macro v0.6.2
30182026-09-02T21:43:15.304Z[ host-package] Compiling tabled_derive v0.7.0
30192026-09-02T21:43:15.716Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30202026-09-02T21:43:15.887Z[ host-package] Compiling termtree v0.5.1
30212026-09-02T21:43:15.970Z[ host-package] Compiling crossterm v0.29.0
30222026-09-02T21:43:16.239Z[ host-package] Compiling phf_shared v0.12.1
30232026-09-02T21:43:16.291Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30242026-09-02T21:43:16.297Z[ helios-setup] Sep 02 21:43:15.442 INFO E| Compiling darling_macro v0.20.11
30252026-09-02T21:43:16.340Z[ host-package] Compiling hickory-resolver v0.24.4
30262026-09-02T21:43:16.624Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30272026-09-02T21:43:16.780Z[ host-package] Compiling tabled v0.15.0
30282026-09-02T21:43:17.087Z[ helios-setup] Sep 02 21:43:16.250 INFO E| Compiling darling v0.20.11
30292026-09-02T21:43:17.136Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30302026-09-02T21:43:17.162Z[ host-package] Compiling typify v0.6.2
30312026-09-02T21:43:17.175Z[ helios-setup] Sep 02 21:43:16.338 INFO E| Compiling serde_with_macros v3.12.0
30322026-09-02T21:43:17.501Z[ host-package] Compiling progenitor-impl v0.14.0
30332026-09-02T21:43:18.439Z[ host-package] Compiling qorb v0.4.1
30342026-09-02T21:43:18.542Z[ host-package] Compiling csv-core v0.1.13
30352026-09-02T21:43:19.060Z[ host-package] Compiling vte v0.14.1
30362026-09-02T21:43:19.401Z[ host-package] Compiling highway v1.3.0
30372026-09-02T21:43:19.432Z[ host-package] Compiling chrono-tz v0.10.4
30382026-09-02T21:43:19.727Z[ host-package] Compiling strip-ansi-escapes v0.2.1
30392026-09-02T21:43:20.018Z[ host-package] Compiling progenitor-macro v0.14.0
30402026-09-02T21:43:20.224Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30412026-09-02T21:43:20.315Z[ host-package] Compiling csv v1.4.0
30422026-09-02T21:43:20.468Z[ helios-setup] Sep 02 21:43:19.631 INFO E| Compiling serde_with v3.12.0
30432026-09-02T21:43:21.564Z[ host-package] Compiling phf v0.12.1
30442026-09-02T21:43:21.680Z[ host-package] Compiling const_format_proc_macros v0.2.34
30452026-09-02T21:43:21.940Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30462026-09-02T21:43:21.983Z[ host-package] Compiling fd-lock v4.0.4
30472026-09-02T21:43:22.257Z[ host-package] Compiling peg-macros v0.8.5
30482026-09-02T21:43:22.795Z[ host-package] Compiling nu-ansi-term v0.50.3
30492026-09-02T21:43:22.826Z[ host-package] Compiling const_format v0.2.35
30502026-09-02T21:43:23.150Z[ host-package] Compiling reedline v0.40.0
30512026-09-02T21:43:23.460Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30522026-09-02T21:43:23.691Z[ host-package] Compiling peg v0.8.5
30532026-09-02T21:43:23.845Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30542026-09-02T21:43:24.505Z[ host-package] Compiling bcs v0.1.6
30552026-09-02T21:43:24.901Z[ host-package] Compiling progenitor v0.14.0
30562026-09-02T21:43:25.010Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30572026-09-02T21:43:25.124Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
30582026-09-02T21:43:25.318Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30592026-09-02T21:43:25.372Z[ helios-setup] Sep 02 21:43:24.535 INFO E| Finished `release` profile [optimized] target(s) in 15.89s
30602026-09-02T21:43:25.399Z[ helios-setup] Sep 02 21:43:24.562 INFO building project "dmar-report" ok (15 seconds)
30612026-09-02T21:43:25.399Z[ helios-setup] Sep 02 21:43:24.562 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
30622026-09-02T21:43:25.407Z[ helios-setup] Sep 02 21:43:24.570 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
30632026-09-02T21:43:25.407Z[ helios-setup] Sep 02 21:43:24.570 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
30642026-09-02T21:43:25.407Z[ helios-setup] Sep 02 21:43:24.570 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
30652026-09-02T21:43:25.476Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30662026-09-02T21:43:25.516Z[ helios-setup] Sep 02 21:43:24.679 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
30672026-09-02T21:43:25.884Z[ host-package] Compiling nom v8.0.0
30682026-09-02T21:43:25.889Z[ helios-setup] Sep 02 21:43:25.052 INFO E| From https://github.com/jclulow/hiercmd
30692026-09-02T21:43:25.889Z[ helios-setup] Sep 02 21:43:25.052 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
30702026-09-02T21:43:25.905Z[ helios-setup] Sep 02 21:43:25.067 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
30712026-09-02T21:43:26.131Z[ host-package] Compiling semver v0.1.20
30722026-09-02T21:43:26.236Z[ helios-setup] Sep 02 21:43:25.399 INFO E| From https://github.com/oxidecomputer/network-interface
30732026-09-02T21:43:26.236Z[ helios-setup] Sep 02 21:43:25.399 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
30742026-09-02T21:43:26.249Z[ helios-setup] Sep 02 21:43:25.411 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
30752026-09-02T21:43:26.351Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30762026-09-02T21:43:26.446Z[ host-package] Compiling rustc_version v0.1.7
30772026-09-02T21:43:26.554Z[ helios-setup] Sep 02 21:43:25.717 INFO E| From https://github.com/oxidecomputer/boot-image-tools
30782026-09-02T21:43:26.554Z[ helios-setup] Sep 02 21:43:25.717 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
30792026-09-02T21:43:26.573Z[ helios-setup] Sep 02 21:43:25.736 INFO E| Updating crates.io index
30802026-09-02T21:43:26.652Z[ helios-setup] Sep 02 21:43:25.814 INFO E| Downloading crates ...
30812026-09-02T21:43:26.702Z[ helios-setup] Sep 02 21:43:25.865 INFO E| Downloaded bitfield-macros v0.19.3
30822026-09-02T21:43:26.735Z[ host-package] Compiling newtype_derive v0.1.6
30832026-09-02T21:43:26.740Z[ helios-setup] Sep 02 21:43:25.900 INFO E| Downloaded env_filter v0.1.4
30842026-09-02T21:43:26.740Z[ helios-setup] Sep 02 21:43:25.901 INFO E| Downloaded anstyle v1.0.13
30852026-09-02T21:43:26.743Z[ helios-setup] Sep 02 21:43:25.902 INFO E| Downloaded anstyle-query v1.1.4
30862026-09-02T21:43:26.760Z[ helios-setup] Sep 02 21:43:25.923 INFO E| Downloaded futures-macro v0.3.31
30872026-09-02T21:43:26.763Z[ helios-setup] Sep 02 21:43:25.924 INFO E| Downloaded iana-time-zone v0.1.64
30882026-09-02T21:43:26.766Z[ helios-setup] Sep 02 21:43:25.927 INFO E| Downloaded anyhow v1.0.100
30892026-09-02T21:43:26.766Z[ helios-setup] Sep 02 21:43:25.929 INFO E| Downloaded deranged v0.5.5
30902026-09-02T21:43:26.769Z[ helios-setup] Sep 02 21:43:25.930 INFO E| Downloaded futures-executor v0.3.31
30912026-09-02T21:43:26.770Z[ helios-setup] Sep 02 21:43:25.931 INFO E| Downloaded generic-array v0.14.9
30922026-09-02T21:43:26.770Z[ helios-setup] Sep 02 21:43:25.932 INFO E| Downloaded toml_edit v0.23.7
30932026-09-02T21:43:26.773Z[ helios-setup] Sep 02 21:43:25.935 INFO E| Downloaded futures-sink v0.3.31
30942026-09-02T21:43:26.773Z[ helios-setup] Sep 02 21:43:25.935 INFO E| Downloaded cc v1.2.44
30952026-09-02T21:43:26.776Z[ helios-setup] Sep 02 21:43:25.937 INFO E| Downloaded bytes v1.10.1
30962026-09-02T21:43:26.779Z[ helios-setup] Sep 02 21:43:25.940 INFO E| Downloaded pin-utils v0.1.0
30972026-09-02T21:43:26.779Z[ helios-setup] Sep 02 21:43:25.940 INFO E| Downloaded clap_lex v0.7.6
30982026-09-02T21:43:26.794Z[ helios-setup] Sep 02 21:43:25.956 INFO E| Downloaded num_enum v0.7.5
30992026-09-02T21:43:26.797Z[ helios-setup] Sep 02 21:43:25.959 INFO E| Downloaded simd-adler32 v0.3.7
31002026-09-02T21:43:26.800Z[ helios-setup] Sep 02 21:43:25.960 INFO E| Downloaded quote v1.0.41
31012026-09-02T21:43:26.800Z[ helios-setup] Sep 02 21:43:25.962 INFO E| Downloaded thiserror v2.0.17
31022026-09-02T21:43:26.803Z[ helios-setup] Sep 02 21:43:25.965 INFO E| Downloaded crc v3.3.0
31032026-09-02T21:43:26.806Z[ helios-setup] Sep 02 21:43:25.966 INFO E| Downloaded libdevinfo-sys v1.1.0
31042026-09-02T21:43:26.818Z[ helios-setup] Sep 02 21:43:25.981 INFO E| Downloaded futures-task v0.3.31
31052026-09-02T21:43:26.821Z[ helios-setup] Sep 02 21:43:25.982 INFO E| Downloaded serde_spanned v1.0.3
31062026-09-02T21:43:26.821Z[ helios-setup] Sep 02 21:43:25.983 INFO E| Downloaded futures-io v0.3.31
31072026-09-02T21:43:26.821Z[ helios-setup] Sep 02 21:43:25.983 INFO E| Downloaded devinfo v0.1.0
31082026-09-02T21:43:26.822Z[ helios-setup] Sep 02 21:43:25.984 INFO E| Downloaded futures-core v0.3.31
31092026-09-02T21:43:26.825Z[ helios-setup] Sep 02 21:43:25.985 INFO E| Downloaded zeroize_derive v1.4.2
31102026-09-02T21:43:26.834Z[ helios-setup] Sep 02 21:43:25.997 INFO E| Downloaded clap v4.5.51
31112026-09-02T21:43:26.841Z[ helios-setup] Sep 02 21:43:26.004 INFO E| Downloaded thiserror-impl v2.0.17
31122026-09-02T21:43:26.883Z[ helios-setup] Sep 02 21:43:26.045 INFO E| Downloaded toml_datetime v0.7.3
31132026-09-02T21:43:26.886Z[ helios-setup] Sep 02 21:43:26.046 INFO E| Downloaded find-msvc-tools v0.1.4
31142026-09-02T21:43:26.886Z[ helios-setup] Sep 02 21:43:26.047 INFO E| Downloaded base64ct v1.8.0
31152026-09-02T21:43:26.886Z[ helios-setup] Sep 02 21:43:26.048 INFO E| Downloaded futures-channel v0.3.31
31162026-09-02T21:43:26.889Z[ helios-setup] Sep 02 21:43:26.050 INFO E| Downloaded time-core v0.1.6
31172026-09-02T21:43:26.889Z[ helios-setup] Sep 02 21:43:26.050 INFO E| Downloaded time-macros v0.2.24
31182026-09-02T21:43:26.889Z[ helios-setup] Sep 02 21:43:26.052 INFO E| Downloaded env_logger v0.11.8
31192026-09-02T21:43:26.892Z[ helios-setup] Sep 02 21:43:26.053 INFO E| Downloaded num_enum_derive v0.7.5
31202026-09-02T21:43:26.892Z[ helios-setup] Sep 02 21:43:26.054 INFO E| Downloaded pin-project-lite v0.2.16
31212026-09-02T21:43:26.895Z[ helios-setup] Sep 02 21:43:26.057 INFO E| Downloaded signal-hook-registry v1.4.6
31222026-09-02T21:43:26.895Z[ helios-setup] Sep 02 21:43:26.058 INFO E| Downloaded toml_writer v1.0.4
31232026-09-02T21:43:26.899Z[ helios-setup] Sep 02 21:43:26.059 INFO E| Downloaded zeroize v1.8.2
31242026-09-02T21:43:26.899Z[ helios-setup] Sep 02 21:43:26.060 INFO E| Downloaded slab v0.4.11
31252026-09-02T21:43:26.899Z[ helios-setup] Sep 02 21:43:26.060 INFO E| Downloaded getopts v0.2.24
31262026-09-02T21:43:26.899Z[ helios-setup] Sep 02 21:43:26.061 INFO E| Downloaded tokio-macros v2.6.0
31272026-09-02T21:43:26.911Z[ helios-setup] Sep 02 21:43:26.064 INFO E| Downloaded unicode-ident v1.0.22
31282026-09-02T21:43:26.911Z[ helios-setup] Sep 02 21:43:26.071 INFO E| Downloaded clap_derive v4.5.49
31292026-09-02T21:43:26.915Z[ helios-setup] Sep 02 21:43:26.076 INFO E| Downloaded term v1.2.0
31302026-09-02T21:43:26.919Z[ helios-setup] Sep 02 21:43:26.081 INFO E| Downloaded socket2 v0.6.1
31312026-09-02T21:43:26.934Z[ helios-setup] Sep 02 21:43:26.098 INFO E| Downloaded getrandom v0.2.16
31322026-09-02T21:43:26.937Z[ helios-setup] Sep 02 21:43:26.100 INFO E| Downloaded toml_parser v1.0.4
31332026-09-02T21:43:26.942Z[ helios-setup] Sep 02 21:43:26.105 INFO E| Downloaded toml v0.9.8
31342026-09-02T21:43:26.945Z[ helios-setup] Sep 02 21:43:26.108 INFO E| Downloaded log v0.4.28
31352026-09-02T21:43:26.948Z[ helios-setup] Sep 02 21:43:26.109 INFO E| Downloaded bitfield v0.19.3
31362026-09-02T21:43:26.948Z[ helios-setup] Sep 02 21:43:26.110 INFO E| Downloaded futures v0.3.31
31372026-09-02T21:43:26.959Z[ helios-setup] Sep 02 21:43:26.122 INFO E| Downloaded uuid v1.18.1
31382026-09-02T21:43:26.962Z[ helios-setup] Sep 02 21:43:26.125 INFO E| Downloaded bitflags v2.10.0
31392026-09-02T21:43:26.965Z[ helios-setup] Sep 02 21:43:26.127 INFO E| Downloaded proc-macro2 v1.0.103
31402026-09-02T21:43:26.968Z[ helios-setup] Sep 02 21:43:26.130 INFO E| Downloaded chrono v0.4.42
31412026-09-02T21:43:26.980Z[ helios-setup] Sep 02 21:43:26.142 INFO E| Downloaded typenum v1.19.0
31422026-09-02T21:43:26.985Z[ helios-setup] Sep 02 21:43:26.147 INFO E| Downloaded iddqd v0.3.14
31432026-09-02T21:43:26.992Z[ helios-setup] Sep 02 21:43:26.155 INFO E| Downloaded rsa v0.9.8
31442026-09-02T21:43:26.996Z[ helios-setup] Sep 02 21:43:26.159 INFO E| Downloaded indexmap v2.12.0
31452026-09-02T21:43:26.999Z[ helios-setup] Sep 02 21:43:26.161 INFO E| Downloaded memchr v2.7.6
31462026-09-02T21:43:27.002Z[ helios-setup] Sep 02 21:43:26.164 INFO E| Downloaded zerocopy-derive v0.8.27
31472026-09-02T21:43:27.005Z[ helios-setup] Sep 02 21:43:26.168 INFO E| Downloaded flate2 v1.1.5
31482026-09-02T21:43:27.011Z[ helios-setup] Sep 02 21:43:26.171 INFO E| Downloaded rand v0.8.5
31492026-09-02T21:43:27.028Z[ helios-setup] Sep 02 21:43:26.183 INFO E| Downloaded mio v1.1.0
31502026-09-02T21:43:27.076Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31512026-09-02T21:43:27.081Z[ helios-setup] Sep 02 21:43:26.244 INFO E| Downloaded serde_json v1.0.145
31522026-09-02T21:43:27.112Z[ helios-setup] Sep 02 21:43:26.275 INFO E| Downloaded num-bigint-dig v0.8.4
31532026-09-02T21:43:27.116Z[ helios-setup] Sep 02 21:43:26.278 INFO E| Downloaded hashbrown v0.16.0
31542026-09-02T21:43:27.119Z[ helios-setup] Sep 02 21:43:26.281 INFO E| Downloaded time v0.3.44
31552026-09-02T21:43:27.123Z[ helios-setup] Sep 02 21:43:26.286 INFO E| Downloaded libm v0.2.15
31562026-09-02T21:43:27.129Z[ helios-setup] Sep 02 21:43:26.292 INFO E| Downloaded clap_builder v4.5.51
31572026-09-02T21:43:27.133Z[ helios-setup] Sep 02 21:43:26.296 INFO E| Downloaded futures-util v0.3.31
31582026-09-02T21:43:27.143Z[ helios-setup] Sep 02 21:43:26.304 INFO E| Downloaded winnow v0.7.13
31592026-09-02T21:43:27.146Z[ helios-setup] Sep 02 21:43:26.309 INFO E| Downloaded zerocopy v0.8.27
31602026-09-02T21:43:27.177Z[ helios-setup] Sep 02 21:43:26.340 INFO E| Downloaded unicode-width v0.2.2
31612026-09-02T21:43:27.181Z[ helios-setup] Sep 02 21:43:26.344 INFO E| Downloaded syn v2.0.108
31622026-09-02T21:43:27.189Z[ helios-setup] Sep 02 21:43:26.352 INFO E| Downloaded rustix v1.1.2
31632026-09-02T21:43:27.204Z[ helios-setup] Sep 02 21:43:26.367 INFO E| Downloaded libc v0.2.177
31642026-09-02T21:43:27.221Z[ helios-setup] Sep 02 21:43:26.383 INFO E| Downloaded tokio v1.48.0
31652026-09-02T21:43:27.262Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31662026-09-02T21:43:27.331Z[ helios-setup] Sep 02 21:43:26.494 INFO E| Compiling proc-macro2 v1.0.103
31672026-09-02T21:43:27.332Z[ helios-setup] Sep 02 21:43:26.494 INFO E| Compiling quote v1.0.41
31682026-09-02T21:43:27.335Z[ helios-setup] Sep 02 21:43:26.494 INFO E| Compiling unicode-ident v1.0.22
31692026-09-02T21:43:27.335Z[ helios-setup] Sep 02 21:43:26.494 INFO E| Compiling libc v0.2.177
31702026-09-02T21:43:27.335Z[ helios-setup] Sep 02 21:43:26.494 INFO E| Compiling serde_core v1.0.228
31712026-09-02T21:43:27.335Z[ helios-setup] Sep 02 21:43:26.494 INFO E| Compiling cfg-if v1.0.4
31722026-09-02T21:43:27.335Z[ helios-setup] Sep 02 21:43:26.494 INFO E| Compiling serde v1.0.228
31732026-09-02T21:43:27.335Z[ helios-setup] Sep 02 21:43:26.494 INFO E| Compiling version_check v0.9.5
31742026-09-02T21:43:27.335Z[ helios-setup] Sep 02 21:43:26.494 INFO E| Compiling autocfg v1.5.0
31752026-09-02T21:43:27.335Z[ helios-setup] Sep 02 21:43:26.494 INFO E| Compiling typenum v1.19.0
31762026-09-02T21:43:27.335Z[ helios-setup] Sep 02 21:43:26.494 INFO E| Compiling const-oid v0.9.6
31772026-09-02T21:43:27.336Z[ helios-setup] Sep 02 21:43:26.494 INFO E| Compiling libm v0.2.15
31782026-09-02T21:43:27.336Z[ helios-setup] Sep 02 21:43:26.494 INFO E| Compiling zerocopy v0.8.27
31792026-09-02T21:43:27.336Z[ helios-setup] Sep 02 21:43:26.494 INFO E| Compiling rustversion v1.0.22
31802026-09-02T21:43:27.336Z[ helios-setup] Sep 02 21:43:26.494 INFO E| Compiling smallvec v1.15.1
31812026-09-02T21:43:27.336Z[ helios-setup] Sep 02 21:43:26.494 INFO E| Compiling base64ct v1.8.0
31822026-09-02T21:43:27.480Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31832026-09-02T21:43:27.571Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31842026-09-02T21:43:27.631Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31852026-09-02T21:43:28.099Z[ helios-setup] Sep 02 21:43:27.259 INFO E| Compiling zeroize v1.8.2
31862026-09-02T21:43:28.106Z[ helios-setup] Sep 02 21:43:27.269 INFO E| Compiling winnow v0.7.13
31872026-09-02T21:43:28.138Z[ helios-setup] Sep 02 21:43:27.294 INFO E| Compiling flagset v0.4.7
31882026-09-02T21:43:28.457Z[ helios-setup] Sep 02 21:43:27.619 INFO E| Compiling generic-array v0.14.9
31892026-09-02T21:43:28.494Z[ helios-setup] Sep 02 21:43:27.646 INFO E| Compiling byteorder v1.5.0
31902026-09-02T21:43:28.566Z[ helios-setup] Sep 02 21:43:27.728 INFO E| Compiling pem-rfc7468 v0.7.0
31912026-09-02T21:43:28.671Z[ helios-setup] Sep 02 21:43:27.832 INFO E| Compiling rustix v1.1.2
31922026-09-02T21:43:28.768Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31932026-09-02T21:43:28.908Z[ helios-setup] Sep 02 21:43:28.071 INFO E| Compiling memchr v2.7.6
31942026-09-02T21:43:28.913Z[ host-package] Compiling steno v0.4.1
31952026-09-02T21:43:28.981Z[ helios-setup] Sep 02 21:43:28.144 INFO E| Compiling num-traits v0.2.19
31962026-09-02T21:43:28.984Z[ helios-setup] Sep 02 21:43:28.144 INFO E| Compiling hashbrown v0.16.0
31972026-09-02T21:43:29.017Z[ helios-setup] Sep 02 21:43:28.180 INFO E| Compiling equivalent v1.0.2
31982026-09-02T21:43:29.028Z[ helios-setup] Sep 02 21:43:28.191 INFO E| Compiling anyhow v1.0.100
31992026-09-02T21:43:29.123Z[ helios-setup] Sep 02 21:43:28.284 INFO E| Compiling utf8parse v0.2.2
32002026-09-02T21:43:29.184Z[ helios-setup] Sep 02 21:43:28.346 INFO E| Compiling crc32fast v1.5.0
32012026-09-02T21:43:29.309Z[ helios-setup] Sep 02 21:43:28.472 INFO E| Compiling anstyle-parse v0.2.7
32022026-09-02T21:43:29.365Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32032026-09-02T21:43:29.482Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32042026-09-02T21:43:29.648Z[ helios-setup] Sep 02 21:43:28.805 INFO E| Compiling colorchoice v1.0.4
32052026-09-02T21:43:29.781Z[ helios-setup] Sep 02 21:43:28.944 INFO E| Compiling toml_datetime v0.7.3
32062026-09-02T21:43:29.916Z[ helios-setup] Sep 02 21:43:29.078 INFO E| Compiling getrandom v0.2.16
32072026-09-02T21:43:29.941Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
32082026-09-02T21:43:30.003Z[ host-package] Compiling sha1 v0.10.6
32092026-09-02T21:43:30.012Z[ helios-setup] Sep 02 21:43:29.175 INFO E| Compiling errno v0.3.14
32102026-09-02T21:43:30.022Z[ helios-setup] Sep 02 21:43:29.185 INFO E| Compiling is_terminal_polyfill v1.70.2
32112026-09-02T21:43:30.034Z[ helios-setup] Sep 02 21:43:29.197 INFO E| Compiling shlex v1.3.0
32122026-09-02T21:43:30.103Z[ helios-setup] Sep 02 21:43:29.266 INFO E| Compiling anstyle v1.0.13
32132026-09-02T21:43:30.156Z[ helios-setup] Sep 02 21:43:29.308 INFO E| Compiling rand_core v0.6.4
32142026-09-02T21:43:30.200Z[ helios-setup] Sep 02 21:43:29.363 INFO E| Compiling find-msvc-tools v0.1.4
32152026-09-02T21:43:30.295Z[ helios-setup] Sep 02 21:43:29.458 INFO E| Compiling radium v0.7.0
32162026-09-02T21:43:30.371Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32172026-09-02T21:43:30.576Z[ helios-setup] Sep 02 21:43:29.738 INFO E| Compiling indexmap v2.12.0
32182026-09-02T21:43:30.606Z[ helios-setup] Sep 02 21:43:29.769 INFO E| Compiling allocator-api2 v0.2.21
32192026-09-02T21:43:30.617Z[ helios-setup] Sep 02 21:43:29.780 INFO E| Compiling anstyle-query v1.1.4
32202026-09-02T21:43:30.647Z[ helios-setup] Sep 02 21:43:29.810 INFO E| Compiling syn v1.0.109
32212026-09-02T21:43:30.683Z[ helios-setup] Sep 02 21:43:29.846 INFO E| Compiling cpufeatures v0.2.17
32222026-09-02T21:43:30.777Z[ helios-setup] Sep 02 21:43:29.940 INFO E| Compiling anstream v0.6.21
32232026-09-02T21:43:30.894Z[ helios-setup] Sep 02 21:43:29.952 INFO E| Compiling slog v2.8.2
32242026-09-02T21:43:30.895Z[ helios-setup] Sep 02 21:43:30.022 INFO E| Compiling toml_parser v1.0.4
32252026-09-02T21:43:30.919Z[ helios-setup] Sep 02 21:43:30.080 INFO E| Compiling cc v1.2.44
32262026-09-02T21:43:30.999Z[ helios-setup] Sep 02 21:43:30.162 INFO E| Compiling syn v2.0.108
32272026-09-02T21:43:31.150Z[ host-package] Compiling utf-8 v0.7.6
32282026-09-02T21:43:31.165Z[ helios-setup] Sep 02 21:43:30.328 INFO E| Compiling unicode-width v0.2.2
32292026-09-02T21:43:31.174Z[ helios-setup] Sep 02 21:43:30.337 INFO E| Compiling futures-sink v0.3.31
32302026-09-02T21:43:31.425Z[ helios-setup] Sep 02 21:43:30.588 INFO E| Compiling crypto-common v0.1.6
32312026-09-02T21:43:31.465Z[ host-package] Compiling tagptr v0.2.0
32322026-09-02T21:43:31.482Z[ helios-setup] Sep 02 21:43:30.644 INFO E| Compiling block-buffer v0.10.4
32332026-09-02T21:43:31.680Z[ helios-setup] Sep 02 21:43:30.843 INFO E| Compiling digest v0.10.7
32342026-09-02T21:43:31.790Z[ helios-setup] Sep 02 21:43:30.952 INFO E| Compiling toml_edit v0.23.7
32352026-09-02T21:43:31.852Z[ helios-setup] Sep 02 21:43:31.015 INFO E| Compiling pin-project-lite v0.2.16
32362026-09-02T21:43:31.860Z[ helios-setup] Sep 02 21:43:31.022 INFO E| Compiling tap v1.0.1
32372026-09-02T21:43:31.889Z[ helios-setup] Sep 02 21:43:31.052 INFO E| Compiling maybe-uninit v2.0.0
32382026-09-02T21:43:31.939Z[ helios-setup] Sep 02 21:43:31.102 INFO E| Compiling parking_lot_core v0.9.12
32392026-09-02T21:43:31.958Z[ helios-setup] Sep 02 21:43:31.121 INFO E| Compiling futures-core v0.3.31
32402026-09-02T21:43:31.968Z[ helios-setup] Sep 02 21:43:31.129 INFO E| Compiling pkg-config v0.3.32
32412026-09-02T21:43:31.989Z[ host-package] Compiling moka v0.12.13
32422026-09-02T21:43:32.032Z[ helios-setup] Sep 02 21:43:31.195 INFO E| Compiling wyz v0.5.1
32432026-09-02T21:43:32.041Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32442026-09-02T21:43:32.068Z[ helios-setup] Sep 02 21:43:31.231 INFO E| Compiling num-integer v0.1.46
32452026-09-02T21:43:32.068Z[ helios-setup] Sep 02 21:43:31.231 INFO E| Compiling getopts v0.2.24
32462026-09-02T21:43:32.225Z[ helios-setup] Sep 02 21:43:31.386 INFO E| Compiling bitflags v2.10.0
32472026-09-02T21:43:32.331Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32482026-09-02T21:43:32.405Z[ helios-setup] Sep 02 21:43:31.567 INFO E| Compiling sha2 v0.10.9
32492026-09-02T21:43:32.411Z[ helios-setup] Sep 02 21:43:31.574 INFO E| Compiling futures-channel v0.3.31
32502026-09-02T21:43:32.562Z[ helios-setup] Sep 02 21:43:31.724 INFO E| Compiling ahash v0.8.12
32512026-09-02T21:43:32.600Z[ host-package] Compiling tungstenite v0.21.0
32522026-09-02T21:43:32.740Z[ helios-setup] Sep 02 21:43:31.903 INFO E| Compiling proc-macro-crate v3.4.0
32532026-09-02T21:43:32.743Z[ helios-setup] Sep 02 21:43:31.904 INFO E| Compiling funty v2.0.0
32542026-09-02T21:43:32.941Z[ helios-setup] Sep 02 21:43:32.103 INFO E| Compiling scopeguard v1.2.0
32552026-09-02T21:43:32.993Z[ helios-setup] Sep 02 21:43:32.156 INFO E| Compiling spin v0.9.8
32562026-09-02T21:43:32.997Z[ helios-setup] Sep 02 21:43:32.156 INFO E| Compiling bytes v1.10.1
32572026-09-02T21:43:32.997Z[ helios-setup] Sep 02 21:43:32.156 INFO E| Compiling heck v0.5.0
32582026-09-02T21:43:33.054Z[ helios-setup] Sep 02 21:43:32.216 INFO E| Compiling futures-io v0.3.31
32592026-09-02T21:43:33.159Z[ helios-setup] Sep 02 21:43:32.322 INFO E| Compiling strsim v0.11.1
32602026-09-02T21:43:33.187Z[ helios-setup] Sep 02 21:43:32.350 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
32612026-09-02T21:43:33.213Z[ helios-setup] Sep 02 21:43:32.374 INFO E| Compiling powerfmt v0.2.0
32622026-09-02T21:43:33.216Z[ helios-setup] Sep 02 21:43:32.375 INFO E| Compiling time-core v0.1.6
32632026-09-02T21:43:33.226Z[ helios-setup] Sep 02 21:43:32.389 INFO E| Compiling num-conv v0.1.0
32642026-09-02T21:43:33.411Z[ helios-setup] Sep 02 21:43:32.574 INFO E| Compiling terminal_size v0.4.3
32652026-09-02T21:43:33.431Z[ helios-setup] Sep 02 21:43:32.594 INFO E| Compiling clap_lex v0.7.6
32662026-09-02T21:43:33.460Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32672026-09-02T21:43:33.541Z[ helios-setup] Sep 02 21:43:32.703 INFO E| Compiling itoa v1.0.15
32682026-09-02T21:43:33.613Z[ helios-setup] Sep 02 21:43:32.774 INFO E| Compiling futures-task v0.3.31
32692026-09-02T21:43:33.712Z[ helios-setup] Sep 02 21:43:32.874 INFO E| Compiling pin-utils v0.1.0
32702026-09-02T21:43:33.738Z[ helios-setup] Sep 02 21:43:32.901 INFO E| Compiling slab v0.4.11
32712026-09-02T21:43:33.797Z[ helios-setup] Sep 02 21:43:32.960 INFO E| Compiling getrandom v0.3.4
32722026-09-02T21:43:33.880Z[ helios-setup] Sep 02 21:43:33.040 INFO E| Compiling num-bigint-dig v0.8.4
32732026-09-02T21:43:33.996Z[ helios-setup] Sep 02 21:43:33.111 INFO E| Compiling packed_struct v0.10.1
32742026-09-02T21:43:34.005Z[ helios-setup] Sep 02 21:43:33.125 INFO E| Compiling thiserror v1.0.69
32752026-09-02T21:43:34.005Z[ helios-setup] Sep 02 21:43:33.138 INFO E| Compiling clap_builder v4.5.51
32762026-09-02T21:43:34.046Z[ helios-setup] Sep 02 21:43:33.209 INFO E| Compiling time-macros v0.2.24
32772026-09-02T21:43:34.069Z[ helios-setup] Sep 02 21:43:33.232 INFO E| Compiling deranged v0.5.5
32782026-09-02T21:43:34.359Z[ helios-setup] Sep 02 21:43:33.522 INFO E| Compiling bitvec v1.0.1
32792026-09-02T21:43:34.473Z[ helios-setup] Sep 02 21:43:33.634 INFO E| Compiling lazy_static v1.5.0
32802026-09-02T21:43:34.588Z[ helios-setup] Sep 02 21:43:33.749 INFO E| Compiling lock_api v0.4.14
32812026-09-02T21:43:34.725Z[ helios-setup] Sep 02 21:43:33.886 INFO E| Compiling num-iter v0.1.45
32822026-09-02T21:43:34.769Z[ helios-setup] Sep 02 21:43:33.930 INFO E| Compiling indexmap v1.9.3
32832026-09-02T21:43:34.859Z[ helios-setup] Sep 02 21:43:34.021 INFO E| Compiling once_cell v1.21.3
32842026-09-02T21:43:34.888Z[ helios-setup] Sep 02 21:43:34.051 INFO E| Compiling serde_json v1.0.145
32852026-09-02T21:43:34.955Z[ host-package] Compiling tokio-tungstenite v0.21.0
32862026-09-02T21:43:35.113Z[ helios-setup] Sep 02 21:43:34.275 INFO E| Compiling iana-time-zone v0.1.64
32872026-09-02T21:43:35.338Z[ helios-setup] Sep 02 21:43:34.500 INFO E| Compiling nodrop v0.1.14
32882026-09-02T21:43:35.344Z[ helios-setup] Sep 02 21:43:34.508 INFO E| Compiling simd-adler32 v0.3.7
32892026-09-02T21:43:35.345Z[ helios-setup] Sep 02 21:43:34.508 INFO E| Compiling log v0.4.28
32902026-09-02T21:43:35.412Z[ helios-setup] Sep 02 21:43:34.575 INFO E| Compiling thiserror v2.0.17
32912026-09-02T21:43:35.441Z[ helios-setup] Sep 02 21:43:34.604 INFO E| Compiling adler2 v2.0.1
32922026-09-02T21:43:35.558Z[ helios-setup] Sep 02 21:43:34.721 INFO E| Compiling crc-catalog v2.4.0
32932026-09-02T21:43:35.593Z[ helios-setup] Sep 02 21:43:34.756 INFO E| Compiling env_filter v0.1.4
32942026-09-02T21:43:35.680Z[ helios-setup] Sep 02 21:43:34.843 INFO E| Compiling crc v3.3.0
32952026-09-02T21:43:35.708Z[ host-package] Compiling hickory-resolver v0.25.2
32962026-09-02T21:43:35.797Z[ helios-setup] Sep 02 21:43:34.960 INFO E| Compiling miniz_oxide v0.8.9
32972026-09-02T21:43:35.804Z[ helios-setup] Sep 02 21:43:34.967 INFO E| Compiling array-init v0.0.4
32982026-09-02T21:43:35.935Z[ helios-setup] Sep 02 21:43:35.098 INFO E| Compiling chrono v0.4.42
32992026-09-02T21:43:35.952Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33002026-09-02T21:43:35.971Z[ helios-setup] Sep 02 21:43:35.129 INFO E| Compiling parking_lot v0.12.5
33012026-09-02T21:43:36.520Z[ helios-setup] Sep 02 21:43:35.683 INFO E| Compiling smallvec v0.6.14
33022026-09-02T21:43:36.757Z[ helios-setup] Sep 02 21:43:35.920 INFO E| Compiling serde_spanned v1.0.3
33032026-09-02T21:43:36.836Z[ helios-setup] Sep 02 21:43:35.999 INFO E| Compiling time v0.3.44
33042026-09-02T21:43:36.965Z[ helios-setup] Sep 02 21:43:36.128 INFO E| Compiling signature v2.2.0
33052026-09-02T21:43:36.980Z[ host-package] Compiling darling_core v0.21.3
33062026-09-02T21:43:37.066Z[ helios-setup] Sep 02 21:43:36.180 INFO E| Compiling signal-hook-registry v1.4.6
33072026-09-02T21:43:37.324Z[ helios-setup] Sep 02 21:43:36.486 INFO E| Compiling socket2 v0.6.1
33082026-09-02T21:43:37.330Z[ helios-setup] Sep 02 21:43:36.493 INFO E| Compiling is-terminal v0.4.17
33092026-09-02T21:43:37.396Z[ helios-setup] Sep 02 21:43:36.559 INFO E| Compiling mio v1.1.0
33102026-09-02T21:43:37.521Z[ helios-setup] Sep 02 21:43:36.684 INFO E| Compiling thread_local v1.1.9
33112026-09-02T21:43:37.888Z[ helios-setup] Sep 02 21:43:37.051 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
33122026-09-02T21:43:37.952Z[ helios-setup] Sep 02 21:43:37.115 INFO E| Compiling toml_writer v1.0.4
33132026-09-02T21:43:38.139Z[ helios-setup] Sep 02 21:43:37.301 INFO E| Compiling hashbrown v0.12.3
33142026-09-02T21:43:38.143Z[ host-package] Compiling display-error-chain v0.2.2
33152026-09-02T21:43:38.271Z[ helios-setup] Sep 02 21:43:37.430 INFO E| Compiling base64 v0.21.7
33162026-09-02T21:43:38.397Z[ helios-setup] Sep 02 21:43:37.559 INFO E| Compiling packed_struct_codegen v0.10.1
33172026-09-02T21:43:38.409Z[ helios-setup] Sep 02 21:43:37.572 INFO E| Compiling libdevinfo-sys v1.1.0
33182026-09-02T21:43:38.418Z[ helios-setup] Sep 02 21:43:37.581 INFO E| Compiling term v1.2.0
33192026-09-02T21:43:38.527Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33202026-09-02T21:43:38.590Z[ helios-setup] Sep 02 21:43:37.752 INFO E| Compiling subtle v2.6.1
33212026-09-02T21:43:38.682Z[ helios-setup] Sep 02 21:43:37.844 INFO E| Compiling ryu v1.0.20
33222026-09-02T21:43:38.732Z[ helios-setup] Sep 02 21:43:37.892 INFO E| Compiling winnow v0.5.40
33232026-09-02T21:43:38.901Z[ helios-setup] Sep 02 21:43:38.064 INFO E| Compiling flate2 v1.1.5
33242026-09-02T21:43:39.182Z[ helios-setup] Sep 02 21:43:38.345 INFO E| Compiling bzip2 v0.4.4
33252026-09-02T21:43:39.332Z[ helios-setup] Sep 02 21:43:38.494 INFO E| Compiling uuid v1.18.1
33262026-09-02T21:43:39.373Z[ helios-setup] Sep 02 21:43:38.536 INFO E| Compiling serde_derive v1.0.228
33272026-09-02T21:43:39.398Z[ helios-setup] Sep 02 21:43:38.561 INFO E| Compiling zerocopy-derive v0.8.27
33282026-09-02T21:43:39.554Z[ helios-setup] Sep 02 21:43:38.717 INFO E| Compiling der_derive v0.7.3
33292026-09-02T21:43:39.949Z[ helios-setup] Sep 02 21:43:39.112 INFO E| Compiling futures-macro v0.3.31
33302026-09-02T21:43:39.980Z[ helios-setup] Sep 02 21:43:39.142 INFO E| Compiling clap_derive v4.5.49
33312026-09-02T21:43:40.128Z[ helios-setup] Sep 02 21:43:39.289 INFO E| Compiling num_enum_derive v0.7.5
33322026-09-02T21:43:40.264Z[ helios-setup] Sep 02 21:43:39.427 INFO E| Compiling bitfield-macros v0.19.3
33332026-09-02T21:43:40.594Z[ helios-setup] Sep 02 21:43:39.753 INFO E| Compiling thiserror-impl v1.0.69
33342026-09-02T21:43:40.704Z[ helios-setup] Sep 02 21:43:39.866 INFO E| Compiling zerocopy-derive v0.6.6
33352026-09-02T21:43:40.777Z[ host-package] Compiling libscf-sys v1.2.0
33362026-09-02T21:43:40.982Z[ helios-setup] Sep 02 21:43:40.145 INFO E| Compiling tokio-macros v2.6.0
33372026-09-02T21:43:41.149Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33382026-09-02T21:43:41.635Z[ host-package] Compiling vergen-lib v0.1.6
33392026-09-02T21:43:41.731Z[ helios-setup] Sep 02 21:43:40.893 INFO E| Compiling thiserror-impl v2.0.17
33402026-09-02T21:43:41.757Z[ helios-setup] Sep 02 21:43:40.920 INFO E| Compiling toml v0.9.8
33412026-09-02T21:43:41.905Z[ helios-setup] Sep 02 21:43:41.068 INFO E| Compiling env_logger v0.11.8
33422026-09-02T21:43:42.070Z[ helios-setup] Sep 02 21:43:41.232 INFO E| Compiling bitfield v0.19.3
33432026-09-02T21:43:42.200Z[ host-package] Compiling darling_macro v0.21.3
33442026-09-02T21:43:42.272Z[ helios-setup] Sep 02 21:43:41.435 INFO E| Compiling num_enum v0.7.5
33452026-09-02T21:43:42.288Z[ helios-setup] Sep 02 21:43:41.450 INFO E| Compiling der v0.7.10
33462026-09-02T21:43:42.294Z[ host-package] Compiling diesel_derives v2.3.7
33472026-09-02T21:43:42.333Z[ helios-setup] Sep 02 21:43:41.496 INFO E| Compiling futures-util v0.3.31
33482026-09-02T21:43:42.612Z[ helios-setup] Sep 02 21:43:41.772 INFO E| Compiling devinfo v0.1.0
33492026-09-02T21:43:42.644Z[ helios-setup] Sep 02 21:43:41.807 INFO E| Compiling crc-any v2.5.0
33502026-09-02T21:43:42.825Z[ helios-setup] Sep 02 21:43:41.988 INFO E| Compiling zerocopy v0.6.6
33512026-09-02T21:43:42.825Z[ helios-setup] Sep 02 21:43:41.988 INFO E| Compiling tokio v1.48.0
33522026-09-02T21:43:42.867Z[ helios-setup] Sep 02 21:43:42.028 INFO E| Compiling bitflags v1.3.2
33532026-09-02T21:43:42.987Z[ helios-setup] Sep 02 21:43:42.150 INFO E| Compiling hex v0.4.3
33542026-09-02T21:43:43.193Z[ helios-setup] Sep 02 21:43:42.355 INFO E| Compiling clap v4.5.51
33552026-09-02T21:43:43.295Z[ helios-setup] Sep 02 21:43:42.458 INFO E| Compiling rustc-hash v2.1.1
33562026-09-02T21:43:43.497Z[ host-package] Compiling scheduled-thread-pool v0.2.7
33572026-09-02T21:43:43.503Z[ helios-setup] Sep 02 21:43:42.665 INFO E| Compiling foldhash v0.2.0
33582026-09-02T21:43:43.524Z[ helios-setup] Sep 02 21:43:42.685 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33592026-09-02T21:43:43.629Z[ host-package] Compiling darling v0.21.3
33602026-09-02T21:43:43.637Z[ host-package] Compiling vergen-gitcl v1.0.8
33612026-09-02T21:43:43.688Z[ helios-setup] Sep 02 21:43:42.851 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33622026-09-02T21:43:43.722Z[ helios-setup] Sep 02 21:43:42.885 INFO E| Compiling zip v0.6.6
33632026-09-02T21:43:43.858Z[ helios-setup] Sep 02 21:43:43.020 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33642026-09-02T21:43:43.944Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33652026-09-02T21:43:44.257Z[ helios-setup] Sep 02 21:43:43.417 INFO E| Compiling iddqd v0.3.14
33662026-09-02T21:43:44.293Z[ helios-setup] Sep 02 21:43:43.456 INFO E| Compiling path-slash v0.1.5
33672026-09-02T21:43:44.506Z[ helios-setup] Sep 02 21:43:43.668 INFO E| Compiling spki v0.7.3
33682026-09-02T21:43:44.527Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33692026-09-02T21:43:44.752Z[ helios-setup] Sep 02 21:43:43.915 INFO E| Compiling pkcs8 v0.10.2
33702026-09-02T21:43:44.766Z[ host-package] Compiling dsl_auto_type v0.2.0
33712026-09-02T21:43:44.769Z[ helios-setup] Sep 02 21:43:43.931 INFO E| Compiling x509-cert v0.2.5
33722026-09-02T21:43:45.053Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
33732026-09-02T21:43:45.058Z[ helios-setup] Sep 02 21:43:44.221 INFO E| Compiling pkcs1 v0.7.5
33742026-09-02T21:43:45.461Z[ host-package] Compiling dirs-sys-next v0.1.2
33752026-09-02T21:43:45.565Z[ host-package] Compiling glob v0.3.3
33762026-09-02T21:43:45.715Z[ helios-setup] Sep 02 21:43:44.878 INFO E| Compiling ppv-lite86 v0.2.21
33772026-09-02T21:43:46.065Z[ host-package] Compiling maplit v1.0.2
33782026-09-02T21:43:46.130Z[ host-package] Compiling crunchy v0.2.4
33792026-09-02T21:43:46.568Z[ host-package] Compiling dirs-next v2.0.0
33802026-09-02T21:43:46.638Z[ helios-setup] Sep 02 21:43:45.801 INFO E| Compiling erased-serde v0.3.31
33812026-09-02T21:43:46.743Z[ host-package] Compiling r2d2 v0.8.10
33822026-09-02T21:43:46.920Z[ helios-setup] Sep 02 21:43:46.080 INFO E| Compiling rand_chacha v0.3.1
33832026-09-02T21:43:47.047Z[ helios-setup] Sep 02 21:43:46.210 INFO E| Compiling serde_spanned v0.6.9
33842026-09-02T21:43:47.114Z[ host-package] Compiling clang-sys v1.8.1
33852026-09-02T21:43:47.315Z[ helios-setup] Sep 02 21:43:46.478 INFO E| Compiling futures-executor v0.3.31
33862026-09-02T21:43:47.373Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33872026-09-02T21:43:47.384Z[ helios-setup] Sep 02 21:43:46.547 INFO E| Compiling rand v0.8.5
33882026-09-02T21:43:47.425Z[ helios-setup] Sep 02 21:43:46.588 INFO E| Compiling toml_datetime v0.6.11
33892026-09-02T21:43:47.603Z[ helios-setup] Sep 02 21:43:46.766 INFO E| Compiling serde-hex v0.1.0
33902026-09-02T21:43:47.712Z[ host-package] Compiling papergrid v0.18.0
33912026-09-02T21:43:47.718Z[ helios-setup] Sep 02 21:43:46.881 INFO E| Compiling ron v0.8.1
33922026-09-02T21:43:47.827Z[ helios-setup] Sep 02 21:43:46.990 INFO E| Compiling futures v0.3.31
33932026-09-02T21:43:47.841Z[ helios-setup] Sep 02 21:43:47.004 INFO E| Compiling hashbrown v0.13.2
33942026-09-02T21:43:47.952Z[ host-package] Compiling tiny-keccak v2.0.2
33952026-09-02T21:43:48.074Z[ helios-setup] Sep 02 21:43:47.237 INFO E| Compiling toml_edit v0.19.15
33962026-09-02T21:43:48.164Z[ host-package] Compiling downcast-rs v2.0.2
33972026-09-02T21:43:48.217Z[ helios-setup] Sep 02 21:43:47.379 INFO E| Compiling slog-term v2.9.2
33982026-09-02T21:43:48.270Z[ helios-setup] Sep 02 21:43:47.430 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
33992026-09-02T21:43:48.487Z[ host-package] Compiling xshell-macros v0.2.7
34002026-09-02T21:43:48.784Z[ helios-setup] Sep 02 21:43:47.947 INFO E| Compiling object v0.30.4
34012026-09-02T21:43:48.967Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34022026-09-02T21:43:49.005Z[ host-package] Compiling term v0.7.0
34032026-09-02T21:43:49.479Z[ helios-setup] Sep 02 21:43:48.642 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34042026-09-02T21:43:49.498Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34052026-09-02T21:43:49.546Z[ helios-setup] Sep 02 21:43:48.709 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34062026-09-02T21:43:49.622Z[ host-package] Compiling xshell v0.2.7
34072026-09-02T21:43:49.625Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34082026-09-02T21:43:50.043Z[ host-package] Compiling tabled v0.21.0
34092026-09-02T21:43:50.043Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34102026-09-02T21:43:50.108Z[ helios-setup] Sep 02 21:43:49.270 INFO E| Compiling rsa v0.9.8
34112026-09-02T21:43:50.721Z[ host-package] Compiling bit-vec v0.6.3
34122026-09-02T21:43:50.830Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34132026-09-02T21:43:51.090Z[ host-package] Compiling ascii-canvas v3.0.0
34142026-09-02T21:43:51.446Z[ host-package] Compiling bit-set v0.5.3
34152026-09-02T21:43:51.458Z[ helios-setup] Sep 02 21:43:50.621 INFO E| Compiling toml v0.7.8
34162026-09-02T21:43:51.584Z[ helios-setup] Sep 02 21:43:50.742 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
34172026-09-02T21:43:51.603Z[ helios-setup] Sep 02 21:43:50.766 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
34182026-09-02T21:43:51.723Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34192026-09-02T21:43:51.931Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34202026-09-02T21:43:52.111Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34212026-09-02T21:43:52.225Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34222026-09-02T21:43:52.717Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34232026-09-02T21:43:52.909Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34242026-09-02T21:43:53.652Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34252026-09-02T21:43:53.927Z[ host-package] Compiling itertools v0.10.5
34262026-09-02T21:43:54.133Z[ host-package] Compiling ena v0.14.4
34272026-09-02T21:43:54.270Z[ host-package] Compiling libloading v0.8.9
34282026-09-02T21:43:54.376Z[ host-package] Compiling bindgen v0.71.1
34292026-09-02T21:43:54.677Z[ host-package] Compiling diff v0.1.13
34302026-09-02T21:43:54.955Z[ host-package] Compiling unicase v2.9.0
34312026-09-02T21:43:55.114Z[ host-package] Compiling diesel v2.3.7
34322026-09-02T21:43:55.368Z[ host-package] Compiling regex-syntax v0.6.29
34332026-09-02T21:43:56.206Z[ host-package] Compiling cexpr v0.6.0
34342026-09-02T21:43:56.209Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34352026-09-02T21:43:56.615Z[ host-package] Compiling rustc-hash v2.1.1
34362026-09-02T21:43:56.868Z[ host-package] Compiling crc8 v0.1.1
34372026-09-02T21:43:57.061Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34382026-09-02T21:43:57.356Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34392026-09-02T21:43:57.392Z[ host-package] Compiling headers-core v0.3.0
34402026-09-02T21:43:57.447Z[ host-package] Compiling libxml v0.3.3
34412026-09-02T21:43:57.577Z[ host-package] Compiling lalrpop v0.19.12
34422026-09-02T21:43:57.727Z[ helios-setup] Sep 02 21:43:56.888 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34432026-09-02T21:43:58.021Z[ host-package] Compiling headers v0.4.1
34442026-09-02T21:43:58.213Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34452026-09-02T21:43:58.503Z[ host-package] Compiling strum_macros v0.24.3
34462026-09-02T21:43:58.589Z[ host-package] Compiling indoc v1.0.9
34472026-09-02T21:43:58.962Z[ helios-setup] Sep 02 21:43:58.123 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
34482026-09-02T21:43:59.229Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34492026-09-02T21:43:59.393Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
34502026-09-02T21:43:59.625Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34512026-09-02T21:43:59.764Z[ host-package] Compiling derive_builder v0.20.2
34522026-09-02T21:43:59.954Z[ host-package] Compiling quick-xml v0.37.5
34532026-09-02T21:44:00.208Z[ host-package] Compiling oso-derive v0.27.3
34542026-09-02T21:44:00.266Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
34552026-09-02T21:44:00.496Z[ host-package] Compiling openssl-probe v0.1.6
34562026-09-02T21:44:00.773Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34572026-09-02T21:44:00.986Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34582026-09-02T21:44:00.987Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34592026-09-02T21:44:01.804Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34602026-09-02T21:44:01.981Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
34612026-09-02T21:44:02.126Z[ host-package] Compiling bb8 v0.8.6
34622026-09-02T21:44:02.397Z[ host-package] Compiling trait-variant v0.1.2
34632026-09-02T21:44:02.560Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
34642026-09-02T21:44:02.633Z[ host-package] Compiling half v1.8.3
34652026-09-02T21:44:02.669Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
34662026-09-02T21:44:02.864Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34672026-09-02T21:44:02.956Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34682026-09-02T21:44:03.019Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
34692026-09-02T21:44:03.053Z[ host-package] Compiling proc-macro-error2 v2.0.1
34702026-09-02T21:44:03.240Z[ host-package] Compiling serde_cbor v0.11.2
34712026-09-02T21:44:03.264Z[ host-package] Compiling hashbrown v0.14.5
34722026-09-02T21:44:03.302Z[ helios-setup] Sep 02 21:44:02.465 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34732026-09-02T21:44:03.422Z[ host-package] Compiling rfc6979 v0.4.0
34742026-09-02T21:44:03.426Z[ host-package] Compiling salty v0.3.0
34752026-09-02T21:44:03.629Z[ host-package] Compiling ecdsa v0.16.9
34762026-09-02T21:44:03.933Z[ host-package] Compiling chumsky v0.9.3
34772026-09-02T21:44:03.981Z[ host-package] Compiling knus-derive v3.4.0
34782026-09-02T21:44:04.182Z[ host-package] Compiling samael v0.0.19
34792026-09-02T21:44:04.277Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34802026-09-02T21:44:04.340Z[ host-package] Compiling progenitor-impl v0.13.0
34812026-09-02T21:44:04.601Z[ host-package] Compiling primeorder v0.13.6
34822026-09-02T21:44:04.954Z[ host-package] Compiling nonempty v0.12.0
34832026-09-02T21:44:05.254Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34842026-09-02T21:44:05.435Z[ host-package] Compiling p384 v0.13.1
34852026-09-02T21:44:05.587Z[ host-package] Compiling knus v3.4.0
34862026-09-02T21:44:06.563Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34872026-09-02T21:44:06.694Z[ host-package] Compiling polar-core v0.27.3
34882026-09-02T21:44:06.888Z[ host-package] Compiling progenitor-macro v0.13.0
34892026-09-02T21:44:07.538Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
34902026-09-02T21:44:08.252Z[ host-package] Compiling progenitor-client v0.13.0
34912026-09-02T21:44:08.903Z[ host-package] Compiling fxhash v0.2.1
34922026-09-02T21:44:09.070Z[ host-package] Compiling libz-sys v1.1.24
34932026-09-02T21:44:09.161Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34942026-09-02T21:44:09.342Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
34952026-09-02T21:44:09.512Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34962026-09-02T21:44:09.905Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34972026-09-02T21:44:10.991Z[ host-package] Compiling kstat-rs v0.2.5
34982026-09-02T21:44:11.400Z[ host-package] Compiling mime_guess v2.0.5
34992026-09-02T21:44:11.726Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35002026-09-02T21:44:12.194Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35012026-09-02T21:44:12.561Z[ host-package] Compiling progenitor v0.13.0
35022026-09-02T21:44:13.437Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35032026-09-02T21:44:14.149Z[ host-package] Compiling nanorand v0.7.0
35042026-09-02T21:44:14.489Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
35052026-09-02T21:44:14.565Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
35062026-09-02T21:44:15.166Z[ host-package] Compiling parking_lot_core v0.8.6
35072026-09-02T21:44:15.358Z[ host-package] Compiling flume v0.11.1
35082026-09-02T21:44:15.407Z[ helios-setup] Sep 02 21:44:14.570 INFO E| Finished `release` profile [optimized] target(s) in 49.98s
35092026-09-02T21:44:15.413Z[ helios-setup] Sep 02 21:44:14.574 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
35102026-09-02T21:44:15.413Z[ helios-setup] Sep 02 21:44:14.574 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35112026-09-02T21:44:15.468Z[ helios-setup] Sep 02 21:44:14.630 INFO building project "pilot" ok (50 seconds)
35122026-09-02T21:44:15.469Z[ helios-setup] Sep 02 21:44:14.630 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
35132026-09-02T21:44:15.477Z[ helios-setup] Sep 02 21:44:14.639 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
35142026-09-02T21:44:15.477Z[ helios-setup] Sep 02 21:44:14.639 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
35152026-09-02T21:44:15.477Z[ helios-setup] Sep 02 21:44:14.639 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
35162026-09-02T21:44:15.665Z[ helios-setup] Sep 02 21:44:14.826 INFO E| Downloading crates ...
35172026-09-02T21:44:15.668Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35182026-09-02T21:44:15.716Z[ helios-setup] Sep 02 21:44:14.877 INFO E| Downloaded adler2 v2.0.0
35192026-09-02T21:44:15.719Z[ helios-setup] Sep 02 21:44:14.882 INFO E| Downloaded miniz_oxide v0.8.8
35202026-09-02T21:44:15.759Z[ helios-setup] Sep 02 21:44:14.922 INFO E| Compiling adler2 v2.0.0
35212026-09-02T21:44:15.785Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35222026-09-02T21:44:15.852Z[ helios-setup] Sep 02 21:44:15.014 INFO E| Compiling miniz_oxide v0.8.8
35232026-09-02T21:44:16.006Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
35242026-09-02T21:44:16.634Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35252026-09-02T21:44:16.817Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
35262026-09-02T21:44:17.038Z[ host-package] Compiling git-stub v1.0.0
35272026-09-02T21:44:17.085Z[ helios-setup] Sep 02 21:44:16.248 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
35282026-09-02T21:44:17.320Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
35292026-09-02T21:44:17.414Z[ host-package] Compiling corncobs v0.1.4
35302026-09-02T21:44:17.583Z[ host-package] Compiling http-range v0.1.5
35312026-09-02T21:44:17.607Z[ helios-setup] Sep 02 21:44:16.770 INFO E| Finished `release` profile [optimized] target(s) in 2.11s
35322026-09-02T21:44:17.619Z[ helios-setup] Sep 02 21:44:16.782 INFO building project "pinprick" ok (2 seconds)
35332026-09-02T21:44:17.619Z[ helios-setup] Sep 02 21:44:16.782 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
35342026-09-02T21:44:17.672Z[ helios-setup] Sep 02 21:44:16.824 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')"
35352026-09-02T21:44:17.672Z[ helios-setup] Sep 02 21:44:16.824 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
35362026-09-02T21:44:17.672Z[ helios-setup] Sep 02 21:44:16.824 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
35372026-09-02T21:44:17.685Z[ host-package] Compiling instability v0.3.11
35382026-09-02T21:44:17.838Z[ helios-setup] Sep 02 21:44:16.999 INFO E| Updating crates.io index
35392026-09-02T21:44:17.841Z[ helios-setup] Sep 02 21:44:17.000 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
35402026-09-02T21:44:17.938Z[ host-package] Compiling strsim v0.10.0
35412026-09-02T21:44:18.013Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
35422026-09-02T21:44:18.100Z[ host-package] Compiling git-stub-vcs v0.1.0
35432026-09-02T21:44:18.328Z[ helios-setup] Sep 02 21:44:17.487 INFO E| From https://github.com/oxidecomputer/amd-apcb
35442026-09-02T21:44:18.328Z[ helios-setup] Sep 02 21:44:17.487 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
35452026-09-02T21:44:18.340Z[ helios-setup] Sep 02 21:44:17.502 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
35462026-09-02T21:44:18.512Z[ host-package] Compiling oso v0.27.3
35472026-09-02T21:44:18.722Z[ helios-setup] Sep 02 21:44:17.885 INFO E| From https://github.com/oxidecomputer/amd-efs
35482026-09-02T21:44:18.722Z[ helios-setup] Sep 02 21:44:17.885 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
35492026-09-02T21:44:18.745Z[ host-package] Compiling diesel-dtrace v0.5.0
35502026-09-02T21:44:18.869Z[ helios-setup] Sep 02 21:44:18.032 INFO E| Downloading crates ...
35512026-09-02T21:44:18.915Z[ helios-setup] Sep 02 21:44:18.076 INFO E| Downloaded rustversion v1.0.20
35522026-09-02T21:44:18.921Z[ helios-setup] Sep 02 21:44:18.084 INFO E| Downloaded ansi_term v0.12.1
35532026-09-02T21:44:18.924Z[ helios-setup] Sep 02 21:44:18.086 INFO E| Downloaded parse_int v0.9.0
35542026-09-02T21:44:18.924Z[ helios-setup] Sep 02 21:44:18.086 INFO E| Downloaded four-cc v0.4.0
35552026-09-02T21:44:18.924Z[ helios-setup] Sep 02 21:44:18.087 INFO E| Downloaded heck v0.3.3
35562026-09-02T21:44:18.928Z[ helios-setup] Sep 02 21:44:18.091 INFO E| Downloaded pest_derive v2.8.0
35572026-09-02T21:44:18.931Z[ helios-setup] Sep 02 21:44:18.093 INFO E| Downloaded unic-char-range v0.9.0
35582026-09-02T21:44:18.931Z[ helios-setup] Sep 02 21:44:18.094 INFO E| Downloaded dyn-clone v1.0.19
35592026-09-02T21:44:18.935Z[ helios-setup] Sep 02 21:44:18.098 INFO E| Downloaded fletcher v1.0.0
35602026-09-02T21:44:18.939Z[ helios-setup] Sep 02 21:44:18.100 INFO E| Downloaded unic-ucd-ident v0.9.0
35612026-09-02T21:44:18.942Z[ helios-setup] Sep 02 21:44:18.106 INFO E| Downloaded unic-char-property v0.9.0
35622026-09-02T21:44:18.950Z[ helios-setup] Sep 02 21:44:18.108 INFO E| Downloaded modular-bitfield v0.13.1
35632026-09-02T21:44:18.952Z[ helios-setup] Sep 02 21:44:18.114 INFO E| Downloaded modular-bitfield-impl v0.13.1
35642026-09-02T21:44:18.953Z[ helios-setup] Sep 02 21:44:18.116 INFO E| Downloaded strum_macros v0.27.1
35652026-09-02T21:44:18.957Z[ helios-setup] Sep 02 21:44:18.117 INFO E| Downloaded textwrap v0.11.0
35662026-09-02T21:44:18.957Z[ helios-setup] Sep 02 21:44:18.118 INFO E| Downloaded bytesize v2.0.1
35672026-09-02T21:44:18.960Z[ helios-setup] Sep 02 21:44:18.119 INFO E| Downloaded vec_map v0.8.2
35682026-09-02T21:44:18.960Z[ helios-setup] Sep 02 21:44:18.120 INFO E| Downloaded unic-ucd-version v0.9.0
35692026-09-02T21:44:18.960Z[ helios-setup] Sep 02 21:44:18.121 INFO E| Downloaded unic-common v0.9.0
35702026-09-02T21:44:18.960Z[ helios-setup] Sep 02 21:44:18.121 INFO E| Downloaded strsim v0.8.0
35712026-09-02T21:44:18.960Z[ helios-setup] Sep 02 21:44:18.122 INFO E| Downloaded strum v0.27.1
35722026-09-02T21:44:18.960Z[ helios-setup] Sep 02 21:44:18.123 INFO E| Downloaded modular-bitfield v0.11.2
35732026-09-02T21:44:18.967Z[ helios-setup] Sep 02 21:44:18.130 INFO E| Downloaded log v0.4.27
35742026-09-02T21:44:18.970Z[ helios-setup] Sep 02 21:44:18.132 INFO E| Downloaded modular-bitfield-impl v0.11.2
35752026-09-02T21:44:18.970Z[ helios-setup] Sep 02 21:44:18.132 INFO E| Downloaded pest_meta v2.8.0
35762026-09-02T21:44:18.974Z[ helios-setup] Sep 02 21:44:18.134 INFO E| Downloaded structopt-derive v0.4.18
35772026-09-02T21:44:18.974Z[ helios-setup] Sep 02 21:44:18.135 INFO E| Downloaded typenum v1.18.0
35782026-09-02T21:44:18.977Z[ helios-setup] Sep 02 21:44:18.137 INFO E| Downloaded pest_generator v2.8.0
35792026-09-02T21:44:18.983Z[ helios-setup] Sep 02 21:44:18.145 INFO E| Downloaded zerocopy-derive v0.8.25
35802026-09-02T21:44:18.987Z[ helios-setup] Sep 02 21:44:18.150 INFO E| Downloaded structopt v0.3.26
35812026-09-02T21:44:18.991Z[ host-package] Compiling async-bb8-diesel v0.2.1
35822026-09-02T21:44:18.994Z[ helios-setup] Sep 02 21:44:18.156 INFO E| Downloaded pest v2.8.0
35832026-09-02T21:44:19.005Z[ helios-setup] Sep 02 21:44:18.168 INFO E| Downloaded goblin v0.9.3
35842026-09-02T21:44:19.009Z[ helios-setup] Sep 02 21:44:18.173 INFO E| Downloaded clap v2.34.0
35852026-09-02T21:44:19.014Z[ helios-setup] Sep 02 21:44:18.177 INFO E| Downloaded zerocopy v0.8.25
35862026-09-02T21:44:19.086Z[ helios-setup] Sep 02 21:44:18.249 INFO E| Compiling proc-macro2 v1.0.95
35872026-09-02T21:44:19.086Z[ helios-setup] Sep 02 21:44:18.249 INFO E| Compiling unicode-ident v1.0.18
35882026-09-02T21:44:19.086Z[ helios-setup] Sep 02 21:44:18.249 INFO E| Compiling memchr v2.7.4
35892026-09-02T21:44:19.106Z[ helios-setup] Sep 02 21:44:18.249 INFO E| Compiling autocfg v1.4.0
35902026-09-02T21:44:19.106Z[ helios-setup] Sep 02 21:44:18.249 INFO E| Compiling thiserror v2.0.12
35912026-09-02T21:44:19.106Z[ helios-setup] Sep 02 21:44:18.249 INFO E| Compiling syn v1.0.109
35922026-09-02T21:44:19.106Z[ helios-setup] Sep 02 21:44:18.249 INFO E| Compiling serde v1.0.219
35932026-09-02T21:44:19.106Z[ helios-setup] Sep 02 21:44:18.249 INFO E| Compiling version_check v0.9.5
35942026-09-02T21:44:19.106Z[ helios-setup] Sep 02 21:44:18.249 INFO E| Compiling serde_json v1.0.140
35952026-09-02T21:44:19.106Z[ helios-setup] Sep 02 21:44:18.249 INFO E| Compiling schemars v0.8.22
35962026-09-02T21:44:19.114Z[ host-package] Compiling darling_core v0.13.4
35972026-09-02T21:44:19.182Z[ helios-setup] Sep 02 21:44:18.345 INFO E| Compiling ryu v1.0.20
35982026-09-02T21:44:19.182Z[ helios-setup] Sep 02 21:44:18.345 INFO E| Compiling itoa v1.0.15
35992026-09-02T21:44:19.185Z[ helios-setup] Sep 02 21:44:18.348 INFO E| Compiling paste v1.0.15
36002026-09-02T21:44:19.188Z[ helios-setup] Sep 02 21:44:18.349 INFO E| Compiling dyn-clone v1.0.19
36012026-09-02T21:44:19.188Z[ helios-setup] Sep 02 21:44:18.349 INFO E| Compiling static_assertions v1.1.0
36022026-09-02T21:44:19.188Z[ helios-setup] Sep 02 21:44:18.349 INFO E| Compiling zerocopy v0.8.25
36032026-09-02T21:44:19.907Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36042026-09-02T21:44:19.926Z[ helios-setup] Sep 02 21:44:19.078 INFO E| Compiling ucd-trie v0.1.7
36052026-09-02T21:44:19.934Z[ helios-setup] Sep 02 21:44:19.096 INFO E| Compiling num-traits v0.2.19
36062026-09-02T21:44:19.980Z[ helios-setup] Sep 02 21:44:19.143 INFO E| Compiling memoffset v0.9.1
36072026-09-02T21:44:20.011Z[ helios-setup] Sep 02 21:44:19.172 INFO E| Compiling libc v0.2.172
36082026-09-02T21:44:20.217Z[ helios-setup] Sep 02 21:44:19.353 INFO E| Compiling rustversion v1.0.20
36092026-09-02T21:44:20.309Z[ helios-setup] Sep 02 21:44:19.453 INFO E| Compiling once_cell v1.21.3
36102026-09-02T21:44:20.335Z[ helios-setup] Sep 02 21:44:19.465 INFO E| Compiling unicode-width v0.1.14
36112026-09-02T21:44:20.418Z[ helios-setup] Sep 02 21:44:19.576 INFO E| Compiling unicode-segmentation v1.12.0
36122026-09-02T21:44:20.517Z[ helios-setup] Sep 02 21:44:19.667 INFO E| Compiling heck v0.5.0
36132026-09-02T21:44:20.658Z[ helios-setup] Sep 02 21:44:19.811 INFO E| Compiling fletcher v1.0.0
36142026-09-02T21:44:20.668Z[ helios-setup] Sep 02 21:44:19.819 INFO E| Compiling ansi_term v0.12.1
36152026-09-02T21:44:20.761Z[ helios-setup] Sep 02 21:44:19.922 INFO E| Compiling textwrap v0.11.0
36162026-09-02T21:44:20.812Z[ helios-setup] Sep 02 21:44:19.974 INFO E| Compiling byteorder v1.5.0
36172026-09-02T21:44:20.863Z[ helios-setup] Sep 02 21:44:20.025 INFO E| Compiling quote v1.0.40
36182026-09-02T21:44:20.944Z[ helios-setup] Sep 02 21:44:20.094 INFO E| Compiling strsim v0.8.0
36192026-09-02T21:44:20.956Z[ helios-setup] Sep 02 21:44:20.109 INFO E| Compiling proc-macro-error-attr v1.0.4
36202026-09-02T21:44:20.985Z[ helios-setup] Sep 02 21:44:20.147 INFO E| Compiling proc-macro-error v1.0.4
36212026-09-02T21:44:20.989Z[ helios-setup] Sep 02 21:44:20.148 INFO E| Compiling heck v0.3.3
36222026-09-02T21:44:21.039Z[ helios-setup] Sep 02 21:44:20.200 INFO E| Compiling strum v0.27.1
36232026-09-02T21:44:21.044Z[ helios-setup] Sep 02 21:44:20.206 INFO E| Compiling vec_map v0.8.2
36242026-09-02T21:44:21.147Z[ helios-setup] Sep 02 21:44:20.309 INFO E| Compiling unic-common v0.9.0
36252026-09-02T21:44:21.166Z[ helios-setup] Sep 02 21:44:20.328 INFO E| Compiling bitflags v1.3.2
36262026-09-02T21:44:21.188Z[ helios-setup] Sep 02 21:44:20.349 INFO E| Compiling syn v2.0.101
36272026-09-02T21:44:21.256Z[ helios-setup] Sep 02 21:44:20.416 INFO E| Compiling unic-char-range v0.9.0
36282026-09-02T21:44:21.320Z[ helios-setup] Sep 02 21:44:20.479 INFO E| Compiling unic-ucd-version v0.9.0
36292026-09-02T21:44:21.386Z[ helios-setup] Sep 02 21:44:20.548 INFO E| Compiling unic-char-property v0.9.0
36302026-09-02T21:44:21.411Z[ helios-setup] Sep 02 21:44:20.573 INFO E| Compiling log v0.4.27
36312026-09-02T21:44:21.423Z[ helios-setup] Sep 02 21:44:20.586 INFO E| Compiling plain v0.2.3
36322026-09-02T21:44:21.450Z[ helios-setup] Sep 02 21:44:20.613 INFO E| Compiling lazy_static v1.5.0
36332026-09-02T21:44:21.465Z[ helios-setup] Sep 02 21:44:20.626 INFO E| Compiling bytesize v2.0.1
36342026-09-02T21:44:21.617Z[ helios-setup] Sep 02 21:44:20.762 INFO E| Compiling unic-ucd-ident v0.9.0
36352026-09-02T21:44:21.686Z[ helios-setup] Sep 02 21:44:20.849 INFO E| Compiling atty v0.2.14
36362026-09-02T21:44:21.763Z[ helios-setup] Sep 02 21:44:20.926 INFO E| Compiling clap v2.34.0
36372026-09-02T21:44:22.296Z[ helios-setup] Sep 02 21:44:21.459 INFO E| Compiling parse_int v0.9.0
36382026-09-02T21:44:23.018Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36392026-09-02T21:44:24.537Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36402026-09-02T21:44:24.586Z[ helios-setup] Sep 02 21:44:23.749 INFO E| Compiling modular-bitfield-impl v0.11.2
36412026-09-02T21:44:24.586Z[ helios-setup] Sep 02 21:44:23.749 INFO E| Compiling structopt-derive v0.4.18
36422026-09-02T21:44:24.722Z[ helios-setup] Sep 02 21:44:23.884 INFO E| Compiling serde_derive_internals v0.29.1
36432026-09-02T21:44:24.761Z[ host-package] Compiling ignore v0.4.25
36442026-09-02T21:44:25.755Z[ helios-setup] Sep 02 21:44:24.918 INFO E| Compiling thiserror-impl v2.0.12
36452026-09-02T21:44:25.755Z[ helios-setup] Sep 02 21:44:24.918 INFO E| Compiling serde_derive v1.0.219
36462026-09-02T21:44:25.759Z[ helios-setup] Sep 02 21:44:24.918 INFO E| Compiling zerocopy-derive v0.8.25
36472026-09-02T21:44:25.759Z[ helios-setup] Sep 02 21:44:24.918 INFO E| Compiling modular-bitfield-impl v0.13.1
36482026-09-02T21:44:25.759Z[ helios-setup] Sep 02 21:44:24.918 INFO E| Compiling num-derive v0.4.2
36492026-09-02T21:44:25.759Z[ helios-setup] Sep 02 21:44:24.918 INFO E| Compiling strum_macros v0.27.1
36502026-09-02T21:44:25.759Z[ helios-setup] Sep 02 21:44:24.919 INFO E| Compiling scroll_derive v0.12.1
36512026-09-02T21:44:26.070Z[ helios-setup] Sep 02 21:44:25.232 INFO E| Compiling schemars_derive v0.8.22
36522026-09-02T21:44:26.190Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
36532026-09-02T21:44:26.193Z[ helios-setup] Sep 02 21:44:25.353 INFO E| Compiling structopt v0.3.26
36542026-09-02T21:44:26.657Z[ helios-setup] Sep 02 21:44:25.819 INFO E| Compiling modular-bitfield v0.11.2
36552026-09-02T21:44:27.012Z[ host-package] Compiling anstyle-parse v0.2.7
36562026-09-02T21:44:27.222Z[ helios-setup] Sep 02 21:44:26.383 INFO E| Compiling scroll v0.12.0
36572026-09-02T21:44:27.501Z[ helios-setup] Sep 02 21:44:26.664 INFO E| Compiling goblin v0.9.3
36582026-09-02T21:44:27.725Z[ host-package] Compiling secrecy v0.8.0
36592026-09-02T21:44:27.739Z[ helios-setup] Sep 02 21:44:26.902 INFO E| Compiling modular-bitfield v0.13.1
36602026-09-02T21:44:27.830Z[ host-package] Compiling castaway v0.2.4
36612026-09-02T21:44:27.952Z[ helios-setup] Sep 02 21:44:27.113 INFO E| Compiling pest v2.8.0
36622026-09-02T21:44:27.997Z[ host-package] Compiling vergen-git2 v9.1.0
36632026-09-02T21:44:28.219Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
36642026-09-02T21:44:28.411Z[ host-package] Compiling indoc v2.0.7
36652026-09-02T21:44:28.486Z[ host-package] Compiling compact_str v0.8.1
36662026-09-02T21:44:29.046Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
36672026-09-02T21:44:29.384Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
36682026-09-02T21:44:29.394Z[ helios-setup] Sep 02 21:44:28.525 INFO E| Compiling pest_meta v2.8.0
36692026-09-02T21:44:29.632Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36702026-09-02T21:44:30.038Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36712026-09-02T21:44:30.070Z[ host-package] Compiling anstream v0.6.21
36722026-09-02T21:44:30.106Z[ helios-setup] Sep 02 21:44:29.268 INFO E| Compiling pest_generator v2.8.0
36732026-09-02T21:44:30.399Z[ host-package] Compiling globwalk v0.9.1
36742026-09-02T21:44:31.033Z[ host-package] Compiling parking_lot v0.11.2
36752026-09-02T21:44:31.074Z[ helios-setup] Sep 02 21:44:30.235 INFO E| Compiling pest_derive v2.8.0
36762026-09-02T21:44:31.157Z[ host-package] Compiling hyper-staticfile v0.10.1
36772026-09-02T21:44:31.395Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36782026-09-02T21:44:31.739Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36792026-09-02T21:44:32.127Z[ host-package] Compiling darling_macro v0.13.4
36802026-09-02T21:44:32.267Z[ helios-setup] Sep 02 21:44:31.427 INFO E| Compiling json5 v0.4.1
36812026-09-02T21:44:32.391Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36822026-09-02T21:44:32.567Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36832026-09-02T21:44:32.799Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36842026-09-02T21:44:33.007Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36852026-09-02T21:44:33.560Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36862026-09-02T21:44:33.566Z[ host-package] Compiling predicates-tree v1.0.13
36872026-09-02T21:44:33.985Z[ helios-setup] Sep 02 21:44:33.148 INFO E| Compiling four-cc v0.4.0
36882026-09-02T21:44:33.985Z[ helios-setup] Sep 02 21:44:33.148 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
36892026-09-02T21:44:34.065Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36902026-09-02T21:44:34.099Z[ host-package] Compiling unicode-truncate v1.1.0
36912026-09-02T21:44:34.133Z[ helios-setup] Sep 02 21:44:33.296 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
36922026-09-02T21:44:34.407Z[ host-package] Compiling lru v0.12.5
36932026-09-02T21:44:34.444Z[ host-package] Compiling prefix-trie v0.7.0
36942026-09-02T21:44:34.755Z[ host-package] Compiling rand_seeder v0.4.0
36952026-09-02T21:44:34.930Z[ host-package] Compiling cassowary v0.3.0
36962026-09-02T21:44:34.959Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36972026-09-02T21:44:35.083Z[ host-package] Compiling hickory-server v0.25.2
36982026-09-02T21:44:35.200Z[ host-package] Compiling camino-tempfile-ext v0.3.3
36992026-09-02T21:44:35.393Z[ host-package] Compiling ratatui v0.29.0
37002026-09-02T21:44:35.466Z[ host-package] Compiling darling v0.13.4
37012026-09-02T21:44:35.674Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37022026-09-02T21:44:35.740Z[ host-package] Compiling sled v0.34.7
37032026-09-02T21:44:36.772Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
37042026-09-02T21:44:37.149Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37052026-09-02T21:44:37.626Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37062026-09-02T21:44:38.585Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37072026-09-02T21:44:38.820Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37082026-09-02T21:44:39.142Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
37092026-09-02T21:44:39.478Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
37102026-09-02T21:44:39.809Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37112026-09-02T21:44:40.599Z[ host-package] Compiling serde_with_macros v1.5.2
37122026-09-02T21:44:40.894Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37132026-09-02T21:44:41.463Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37142026-09-02T21:44:41.762Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37152026-09-02T21:44:41.996Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37162026-09-02T21:44:42.306Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
37172026-09-02T21:44:42.543Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37182026-09-02T21:44:42.822Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
37192026-09-02T21:44:43.078Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37202026-09-02T21:44:43.103Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
37212026-09-02T21:44:43.389Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37222026-09-02T21:44:43.416Z[ host-package] Compiling arc-swap v1.8.2
37232026-09-02T21:44:43.445Z[ host-package] Compiling void v1.0.2
37242026-09-02T21:44:43.666Z[ host-package] Compiling git2 v0.20.4
37252026-09-02T21:44:43.692Z[ host-package] Compiling slog-scope v4.4.1
37262026-09-02T21:44:43.756Z[ host-package] Compiling lzss v0.8.2
37272026-09-02T21:44:44.229Z[ host-package] Compiling serde_with v1.14.0
37282026-09-02T21:44:44.276Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
37292026-09-02T21:44:44.572Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37302026-09-02T21:44:45.984Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37312026-09-02T21:44:46.976Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37322026-09-02T21:44:47.419Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
37332026-09-02T21:44:47.801Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
37342026-09-02T21:44:48.233Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37352026-09-02T21:44:48.472Z[ host-package] Compiling scuffle v0.1.0
37362026-09-02T21:44:48.836Z[ helios-setup] Sep 02 21:44:47.999 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
37372026-09-02T21:44:49.374Z[ host-package] Compiling tungstenite v0.23.0
37382026-09-02T21:44:50.188Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
37392026-09-02T21:44:50.740Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37402026-09-02T21:44:50.929Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37412026-09-02T21:44:51.260Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37422026-09-02T21:44:51.401Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37432026-09-02T21:44:51.617Z[ host-package] Compiling nix v0.27.1
37442026-09-02T21:44:51.697Z[ host-package] Compiling twox-hash v2.1.2
37452026-09-02T21:44:52.065Z[ helios-setup] Sep 02 21:44:51.228 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
37462026-09-02T21:44:52.127Z[ host-package] Compiling libsw-core v0.3.2
37472026-09-02T21:44:52.259Z[ host-package] Compiling serde_bytes v0.11.19
37482026-09-02T21:44:52.411Z[ host-package] Compiling atty v0.2.14
37492026-09-02T21:44:52.439Z[ host-package] Compiling libsw v3.5.0
37502026-09-02T21:44:52.572Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
37512026-09-02T21:44:52.676Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
37522026-09-02T21:44:52.711Z[ host-package] Compiling tokio-tungstenite v0.23.1
37532026-09-02T21:44:52.983Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37542026-09-02T21:44:53.171Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37552026-09-02T21:44:53.196Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
37562026-09-02T21:44:53.434Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37572026-09-02T21:44:54.986Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37582026-09-02T21:44:57.427Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
37592026-09-02T21:44:57.487Z[ host-package] Compiling slog-stdlog v4.1.1
37602026-09-02T21:44:57.976Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37612026-09-02T21:44:58.021Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37622026-09-02T21:44:58.748Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
37632026-09-02T21:44:59.225Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
37642026-09-02T21:44:59.256Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37652026-09-02T21:44:59.505Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37662026-09-02T21:44:59.866Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37672026-09-02T21:45:01.852Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37682026-09-02T21:45:02.886Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37692026-09-02T21:45:03.327Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37702026-09-02T21:45:03.729Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
37712026-09-02T21:45:04.011Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37722026-09-02T21:45:04.899Z[ helios-setup] Sep 02 21:45:04.062 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.20s
37732026-09-02T21:45:04.942Z[ helios-setup] Sep 02 21:45:04.105 INFO building project "amd-host-image-builder" ok (47 seconds)
37742026-09-02T21:45:04.942Z[ helios-setup] Sep 02 21:45:04.105 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
37752026-09-02T21:45:04.951Z[ helios-setup] Sep 02 21:45:04.114 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
37762026-09-02T21:45:04.951Z[ helios-setup] Sep 02 21:45:04.114 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
37772026-09-02T21:45:04.958Z[ helios-setup] Sep 02 21:45:04.114 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
37782026-09-02T21:45:05.074Z[ helios-setup] Sep 02 21:45:04.236 INFO E| Blocking waiting for file lock on package cache
37792026-09-02T21:45:05.344Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37802026-09-02T21:45:06.112Z[ helios-setup] Sep 02 21:45:05.274 INFO E| Downloading crates ...
37812026-09-02T21:45:06.156Z[ helios-setup] Sep 02 21:45:05.319 INFO E| Downloaded block-buffer v0.10.3
37822026-09-02T21:45:06.166Z[ helios-setup] Sep 02 21:45:05.328 INFO E| Downloaded cpufeatures v0.2.5
37832026-09-02T21:45:06.171Z[ helios-setup] Sep 02 21:45:05.329 INFO E| Downloaded digest v0.10.3
37842026-09-02T21:45:06.171Z[ helios-setup] Sep 02 21:45:05.330 INFO E| Downloaded miniz_oxide v0.6.2
37852026-09-02T21:45:06.178Z[ helios-setup] Sep 02 21:45:05.339 INFO E| Downloaded generic-array v0.14.6
37862026-09-02T21:45:06.183Z[ helios-setup] Sep 02 21:45:05.341 INFO E| Downloaded flate2 v1.0.25
37872026-09-02T21:45:06.183Z[ helios-setup] Sep 02 21:45:05.344 INFO E| Downloaded sha2 v0.10.5
37882026-09-02T21:45:06.189Z[ helios-setup] Sep 02 21:45:05.346 INFO E| Downloaded typenum v1.15.0
37892026-09-02T21:45:06.189Z[ helios-setup] Sep 02 21:45:05.347 INFO E| Downloaded anyhow v1.0.62
37902026-09-02T21:45:06.189Z[ helios-setup] Sep 02 21:45:05.349 INFO E| Downloaded bytes v1.2.1
37912026-09-02T21:45:06.288Z[ helios-setup] Sep 02 21:45:05.399 INFO E| Compiling version_check v0.9.4
37922026-09-02T21:45:06.288Z[ helios-setup] Sep 02 21:45:05.399 INFO E| Compiling typenum v1.15.0
37932026-09-02T21:45:06.288Z[ helios-setup] Sep 02 21:45:05.399 INFO E| Compiling cfg-if v1.0.0
37942026-09-02T21:45:06.300Z[ helios-setup] Sep 02 21:45:05.399 INFO E| Compiling crc32fast v1.3.2
37952026-09-02T21:45:06.300Z[ helios-setup] Sep 02 21:45:05.399 INFO E| Compiling anyhow v1.0.62
37962026-09-02T21:45:06.300Z[ helios-setup] Sep 02 21:45:05.399 INFO E| Compiling adler v1.0.2
37972026-09-02T21:45:06.300Z[ helios-setup] Sep 02 21:45:05.399 INFO E| Compiling cpufeatures v0.2.5
37982026-09-02T21:45:06.300Z[ helios-setup] Sep 02 21:45:05.407 INFO E| Compiling unicode-width v0.1.10
37992026-09-02T21:45:06.300Z[ helios-setup] Sep 02 21:45:05.407 INFO E| Compiling bytes v1.2.1
38002026-09-02T21:45:06.301Z[ helios-setup] Sep 02 21:45:05.407 INFO E| Compiling bitflags v1.3.2
38012026-09-02T21:45:06.361Z[ helios-setup] Sep 02 21:45:05.524 INFO E| Compiling getopts v0.2.21
38022026-09-02T21:45:06.399Z[ helios-setup] Sep 02 21:45:05.560 INFO E| Compiling miniz_oxide v0.6.2
38032026-09-02T21:45:06.806Z[ helios-setup] Sep 02 21:45:05.968 INFO E| Compiling generic-array v0.14.6
38042026-09-02T21:45:07.146Z[ helios-setup] Sep 02 21:45:06.309 INFO E| Compiling flate2 v1.0.25
38052026-09-02T21:45:08.389Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38062026-09-02T21:45:08.532Z[ helios-setup] Sep 02 21:45:07.695 INFO E| Compiling crypto-common v0.1.6
38072026-09-02T21:45:08.532Z[ helios-setup] Sep 02 21:45:07.695 INFO E| Compiling block-buffer v0.10.3
38082026-09-02T21:45:08.675Z[ helios-setup] Sep 02 21:45:07.838 INFO E| Compiling digest v0.10.3
38092026-09-02T21:45:08.679Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
38102026-09-02T21:45:08.886Z[ helios-setup] Sep 02 21:45:08.049 INFO E| Compiling sha2 v0.10.5
38112026-09-02T21:45:09.126Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38122026-09-02T21:45:09.178Z[ helios-setup] Sep 02 21:45:08.341 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
38132026-09-02T21:45:09.309Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
38142026-09-02T21:45:10.263Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38152026-09-02T21:45:10.550Z[ host-package] Compiling signal-hook-tokio v0.3.1
38162026-09-02T21:45:10.901Z[ host-package] Compiling fatfs v0.3.6
38172026-09-02T21:45:11.644Z[ helios-setup] Sep 02 21:45:10.807 INFO E| Finished `release` profile [optimized] target(s) in 6.67s
38182026-09-02T21:45:11.659Z[ helios-setup] Sep 02 21:45:10.822 INFO building project "bootserver" ok (6 seconds)
38192026-09-02T21:45:11.659Z[ helios-setup] Sep 02 21:45:10.822 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
38202026-09-02T21:45:12.374Z[ host-package] Compiling yasna v0.5.2
38212026-09-02T21:45:12.739Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
38222026-09-02T21:45:12.913Z[ host-package] Compiling seq-macro v0.3.6
38232026-09-02T21:45:13.586Z[ host-package] Compiling assert_matches v1.5.0
38242026-09-02T21:45:13.634Z[ host-package] Compiling rcgen v0.12.1
38252026-09-02T21:45:13.731Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38262026-09-02T21:45:14.037Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38272026-09-02T21:45:14.609Z[ host-package] Compiling slog-envlogger v2.2.0
38282026-09-02T21:45:15.897Z[ host-package] Compiling oxide-update-engine-display v0.1.2
38292026-09-02T21:45:16.369Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
38302026-09-02T21:45:16.815Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38312026-09-02T21:45:17.058Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38322026-09-02T21:45:17.445Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38332026-09-02T21:45:17.783Z[ host-package] Compiling port-file v0.1.0
38342026-09-02T21:45:18.252Z[ host-package] Compiling subprocess v0.2.15
38352026-09-02T21:45:18.425Z[ host-package] Compiling rtoolbox v0.0.3
38362026-09-02T21:45:18.768Z[ host-package] Compiling rpassword v7.5.4
38372026-09-02T21:45:18.867Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38382026-09-02T21:45:19.490Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38392026-09-02T21:45:20.675Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38402026-09-02T21:45:20.844Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38412026-09-02T21:45:21.403Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38422026-09-02T21:45:23.508Z[ host-package] Compiling tui-tree-widget v0.23.1
38432026-09-02T21:45:23.911Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38442026-09-02T21:45:25.498Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
38452026-09-02T21:45:25.560Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38462026-09-02T21:45:27.712Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
38472026-09-02T21:45:28.390Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38482026-09-02T21:45:28.656Z[ host-package] Compiling uzers v0.12.2
38492026-09-02T21:45:28.801Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38502026-09-02T21:45:29.957Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38512026-09-02T21:45:30.546Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38522026-09-02T21:45:30.882Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38532026-09-02T21:45:31.989Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38542026-09-02T21:45:32.470Z[ host-package] Compiling support-bundle-viewer v0.1.2
38552026-09-02T21:45:34.411Z[ host-package] Compiling multimap v0.10.1
38562026-09-02T21:45:35.477Z[ helios-setup] Sep 02 21:45:34.639 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')"
38572026-09-02T21:45:35.481Z[ helios-setup] rm -f helios-build
38582026-09-02T21:45:35.481Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38592026-09-02T21:45:35.485Z[ helios-setup]
38602026-09-02T21:45:35.485Z[ helios-setup] Setup complete! ./helios-build is now available.
38612026-09-02T21:45:35.500Z[ helios-setup]
38622026-09-02T21:45:35.500Z[ helios-setup]
38632026-09-02T21:45:35.500ZSep 02 21:45:34.650 INFO [helios-setup] process exited with exit status: 0 (189.925451328s)[ helios-setup] real 3:09.922100605
38642026-09-02T21:45:35.500Z
38652026-09-02T21:45:35.500Z[ helios-setup] user 7:22.920165263
38662026-09-02T21:45:35.501Z[ helios-setup] sys 1:20.520068852
38672026-09-02T21:45:35.501Z[ helios-setup] trap 0.530501933
38682026-09-02T21:45:35.501Z[ helios-setup] tflt 2.268071307
38692026-09-02T21:45:35.501Z[ helios-setup] dflt 7.997199327
38702026-09-02T21:45:35.501Z[ helios-setup] kflt 0.005302243
38712026-09-02T21:45:35.501Z[ helios-setup] lock 1:00:45.017709786
38722026-09-02T21:45:35.501Z[ helios-setup] slp 37:47.958444223
38732026-09-02T21:45:35.501Z[ helios-setup] lat 7:16.680719231
38742026-09-02T21:45:35.501Z[ helios-setup] stop 1:57.519479296
38752026-09-02T21:45:35.501ZSep 02 21:45:34.650 INFO [helios-record] running task
38762026-09-02T21:45:35.501ZSep 02 21:45:34.651 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38772026-09-02T21:45:35.501ZSep 02 21:45:34.656 DEBG process exited with exit status: 0 (5.003423ms)
38782026-09-02T21:45:35.501ZSep 02 21:45:34.656 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38792026-09-02T21:45:35.507ZSep 02 21:45:34.660 DEBG process exited with exit status: 0 (3.934013ms)
38802026-09-02T21:45:35.507ZSep 02 21:45:34.660 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38812026-09-02T21:45:35.507ZSep 02 21:45:34.663 DEBG process exited with exit status: 0 (3.506202ms)
38822026-09-02T21:45:35.507ZSep 02 21:45:34.663 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38832026-09-02T21:45:35.507ZSep 02 21:45:34.667 DEBG process exited with exit status: 0 (3.375843ms)
38842026-09-02T21:45:35.507ZSep 02 21:45:34.667 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38852026-09-02T21:45:35.514ZSep 02 21:45:34.670 DEBG process exited with exit status: 0 (3.872533ms)
38862026-09-02T21:45:35.515ZSep 02 21:45:34.670 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38872026-09-02T21:45:35.515ZSep 02 21:45:34.674 DEBG process exited with exit status: 0 (3.346002ms)
38882026-09-02T21:45:35.515ZSep 02 21:45:34.674 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38892026-09-02T21:45:35.529ZSep 02 21:45:34.677 DEBG process exited with exit status: 0 (3.214413ms)
38902026-09-02T21:45:35.529ZSep 02 21:45:34.677 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38912026-09-02T21:45:35.529ZSep 02 21:45:34.680 DEBG process exited with exit status: 0 (3.259292ms)
38922026-09-02T21:45:35.529ZSep 02 21:45:34.680 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38932026-09-02T21:45:35.546ZSep 02 21:45:34.684 DEBG process exited with exit status: 0 (3.228853ms)
38942026-09-02T21:45:35.546ZSep 02 21:45:34.684 INFO [helios-record] task succeeded (33.419695ms)
38952026-09-02T21:45:42.796Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38962026-09-02T21:45:47.488Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38972026-09-02T21:45:48.398Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38982026-09-02T21:45:54.171Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38992026-09-02T21:45:55.428Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
39002026-09-02T21:55:04.714Z[ host-package] Finished `release` profile [optimized] target(s) in 11m 57s
39012026-09-02T21:55:04.722Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39022026-09-02T21:55:04.722Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39032026-09-02T21:56:16.072ZSep 02 21:56:15.234 INFO [host-package] process exited with exit status: 0 (788.677131306s)
39042026-09-02T21:56:16.072ZSep 02 21:56:15.234 INFO [host-libraries] running task
39052026-09-02T21:56:16.072ZSep 02 21:56:15.234 INFO [host-stamp] running task
39062026-09-02T21:56:16.076ZSep 02 21:56:15.237 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+gitcc7d14fdd2b
39072026-09-02T21:56:16.076ZSep 02 21:56:15.237 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+gitcc7d14fdd2b
39082026-09-02T21:56:16.076ZSep 02 21:56:15.237 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+gitcc7d14fdd2b
39092026-09-02T21:56:16.076ZSep 02 21:56:15.237 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+gitcc7d14fdd2b
39102026-09-02T21:56:16.076ZSep 02 21:56:15.238 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+gitcc7d14fdd2b
39112026-09-02T21:56:16.080ZSep 02 21:56:15.238 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+gitcc7d14fdd2b
39122026-09-02T21:56:16.080ZSep 02 21:56:15.238 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+gitcc7d14fdd2b
39132026-09-02T21:56:16.080ZSep 02 21:56:15.239 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+gitcc7d14fdd2b
39142026-09-02T21:56:16.085Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39152026-09-02T21:56:16.089Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39162026-09-02T21:56:16.089Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39172026-09-02T21:56:16.089Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39182026-09-02T21:56:16.089Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
39192026-09-02T21:56:16.089Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39202026-09-02T21:56:16.089Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
39212026-09-02T21:56:16.089Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39222026-09-02T21:56:16.090Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39232026-09-02T21:56:16.093ZSep 02 21:56:15.252 INFO [stamp-overlay] process exited with exit status: 0 (13.61036ms)
39242026-09-02T21:56:16.099Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39252026-09-02T21:56:16.104ZSep 02 21:56:15.264 INFO [stamp-oxlog] process exited with exit status: 0 (26.61586ms)
39262026-09-02T21:56:16.145Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
39272026-09-02T21:56:16.150ZSep 02 21:56:15.310 INFO [stamp-crucible-utils] process exited with exit status: 0 (72.959385ms)
39282026-09-02T21:56:16.165Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39292026-09-02T21:56:16.169ZSep 02 21:56:15.330 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (91.821199ms)
39302026-09-02T21:56:16.370Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39312026-09-02T21:56:16.374ZSep 02 21:56:15.536 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (298.821705ms)
39322026-09-02T21:56:16.702Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39332026-09-02T21:56:16.706ZSep 02 21:56:15.868 INFO [stamp-propolis-server] process exited with exit status: 0 (630.344825ms)
39342026-09-02T21:56:16.765Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39352026-09-02T21:56:16.770ZSep 02 21:56:15.930 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (693.887532ms)
39362026-09-02T21:56:18.014ZSep 02 21:56:17.175 INFO [host-libraries] task succeeded (1.940852692s)
39372026-09-02T21:56:18.018ZSep 02 21:56:17.175 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39382026-09-02T21:56:18.021Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39392026-09-02T21:56:19.084Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39402026-09-02T21:56:19.983Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39412026-09-02T21:56:23.996Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39422026-09-02T21:56:24.001ZSep 02 21:56:23.163 INFO [stamp-switch-asic] process exited with exit status: 0 (7.924864768s)
39432026-09-02T21:56:24.001ZSep 02 21:56:23.163 INFO [host-stamp] task succeeded (7.929185622s)
39442026-09-02T21:56:24.001ZSep 02 21:56:23.163 INFO [host-proto] running task
39452026-09-02T21:56:24.526ZSep 02 21:56:23.689 INFO [host-proto] task succeeded (525.660976ms)
39462026-09-02T21:56:24.527ZSep 02 21:56:23.689 INFO [host-profile] running task
39472026-09-02T21:56:24.530ZSep 02 21:56:23.689 INFO [host-profile] task succeeded (232.531µs)
39482026-09-02T21:56:24.530ZSep 02 21:56:23.689 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/.tmp7ID4b5/proto/host/root -N 'ci cc7d14f/${os_short_commit} 2026-09-02 21:42' -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/'
39492026-09-02T21:56:24.533Z[ host-image] Sep 02 21:56:23.695 INFO Checking files for board 'gimlet'
39502026-09-02T21:56:24.533Z[ host-image] Sep 02 21:56:23.696 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39512026-09-02T21:56:24.533Z[ host-image] Sep 02 21:56:23.696 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39522026-09-02T21:56:24.536Z[ host-image] Sep 02 21:56:23.696 INFO Checking files for board 'cosmo-mbist'
39532026-09-02T21:56:24.536Z[ host-image] Sep 02 21:56:23.696 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39542026-09-02T21:56:24.536Z[ host-image] Sep 02 21:56:23.696 INFO Checking files for board 'cosmo-mbist-noaggr'
39552026-09-02T21:56:24.536Z[ host-image] Sep 02 21:56:23.696 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39562026-09-02T21:56:24.536Z[ host-image] Sep 02 21:56:23.696 INFO Checking files for board 'cosmo'
39572026-09-02T21:56:24.536Z[ host-image] Sep 02 21:56:23.696 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39582026-09-02T21:56:24.536Z[ host-image] Sep 02 21:56:23.696 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39592026-09-02T21:56:24.543Z[ host-image] Sep 02 21:56:23.705 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp7ID4b5/proto/host/root"
39602026-09-02T21:56:24.543Z[ host-image] Sep 02 21:56:23.706 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39612026-09-02T21:56:24.546Z[ host-image] Sep 02 21:56:23.706 INFO image builder template: ramdisk-01-os...
39622026-09-02T21:56:24.546Z[ host-image] Sep 02 21:56:23.706 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/.tmp7ID4b5/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
39632026-09-02T21:56:24.558Z[ host-image] Sep 02 21:56:23.720 INFO O| Sep 02 21:56:23.720 INFO CREATE DATASET: rpool/images/build/host/output
39642026-09-02T21:56:25.301Z[ host-image] Sep 02 21:56:24.463 INFO O| Sep 02 21:56:24.463 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39652026-09-02T21:56:25.305Z[ host-image] Sep 02 21:56:24.466 INFO O| Sep 02 21:56:24.466 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39662026-09-02T21:56:25.508Z[ host-image] Sep 02 21:56:24.670 INFO O| Sep 02 21:56:24.670 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39672026-09-02T21:56:25.576Z[ host-image] Sep 02 21:56:24.738 INFO O| Sep 02 21:56:24.738 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39682026-09-02T21:56:25.576Z[ host-image] Sep 02 21:56:24.738 INFO O| Sep 02 21:56:24.738 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39692026-09-02T21:56:25.579Z[ host-image] Sep 02 21:56:24.738 INFO O| Sep 02 21:56:24.738 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39702026-09-02T21:56:25.579Z[ host-image] Sep 02 21:56:24.738 INFO O| Sep 02 21:56:24.738 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39712026-09-02T21:56:25.583Z[ host-image] Sep 02 21:56:24.742 INFO O| Sep 02 21:56:24.742 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39722026-09-02T21:56:25.810Z[ host-image] Sep 02 21:56:24.973 INFO O| Sep 02 21:56:24.973 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39732026-09-02T21:56:25.819Z[ host-image] Sep 02 21:56:24.982 INFO O| Sep 02 21:56:24.982 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39742026-09-02T21:56:26.145Z[ host-image] Sep 02 21:56:25.307 INFO O| Sep 02 21:56:25.307 INFO O| Caching catalogs ... Done
39752026-09-02T21:56:26.228Z[ host-image] Sep 02 21:56:25.390 INFO O| Sep 02 21:56:25.390 INFO STEP 0 (pkg_image_create) COMPLETE
39762026-09-02T21:56:26.228Z[ host-image] Sep 02 21:56:25.390 INFO O| Sep 02 21:56:25.390 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39772026-09-02T21:56:26.235Z[ host-image] Sep 02 21:56:25.398 INFO O| Sep 02 21:56:25.398 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"]
39782026-09-02T21:56:26.553Z[ host-image] Sep 02 21:56:25.715 INFO O| Sep 02 21:56:25.715 INFO STEP 1 (pkg_set_publisher) COMPLETE
39792026-09-02T21:56:26.553Z[ host-image] Sep 02 21:56:25.715 INFO O| Sep 02 21:56:25.715 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39802026-09-02T21:56:26.559Z[ host-image] Sep 02 21:56:25.715 INFO O| Sep 02 21:56:25.715 INFO skip step because feature "publisher_1_name" is not enabled
39812026-09-02T21:56:26.560Z[ host-image] Sep 02 21:56:25.715 INFO O| Sep 02 21:56:25.715 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39822026-09-02T21:56:26.560Z[ host-image] Sep 02 21:56:25.715 INFO O| Sep 02 21:56:25.715 INFO skip step because feature "publisher_2_name" is not enabled
39832026-09-02T21:56:26.560Z[ host-image] Sep 02 21:56:25.715 INFO O| Sep 02 21:56:25.715 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39842026-09-02T21:56:26.560Z[ host-image] Sep 02 21:56:25.715 INFO O| Sep 02 21:56:25.715 INFO skip step because feature "publisher_3_name" is not enabled
39852026-09-02T21:56:26.560Z[ host-image] Sep 02 21:56:25.715 INFO O| Sep 02 21:56:25.715 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39862026-09-02T21:56:26.857Z[ host-image] Sep 02 21:56:26.018 INFO O| Sep 02 21:56:26.018 INFO variant opensolaris.zone is already global
39872026-09-02T21:56:26.857Z[ host-image] Sep 02 21:56:26.019 INFO O| Sep 02 21:56:26.018 INFO STEP 5 (pkg_change_variant) COMPLETE
39882026-09-02T21:56:26.857Z[ host-image] Sep 02 21:56:26.019 INFO O| Sep 02 21:56:26.018 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39892026-09-02T21:56:27.147Z[ host-image] Sep 02 21:56:26.309 INFO O| Sep 02 21:56:26.309 INFO variant opensolaris.imagetype is full; changing to partial
39902026-09-02T21:56:27.147Z[ host-image] Sep 02 21:56:26.309 INFO O| Sep 02 21:56:26.309 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39912026-09-02T21:56:29.288Z[ host-image] Sep 02 21:56:28.450 INFO O| Sep 02 21:56:28.450 INFO O| Startup: Refreshing catalog 'helios' ... Done
39922026-09-02T21:56:29.778Z[ host-image] Sep 02 21:56:28.940 INFO O| Sep 02 21:56:28.940 INFO O| Startup: Caching catalogs ... Done
39932026-09-02T21:56:29.795Z[ host-image] Sep 02 21:56:28.957 INFO O| Sep 02 21:56:28.957 INFO O| Planning: Planning completed in 0.00 seconds
39942026-09-02T21:56:29.798Z[ host-image] Sep 02 21:56:28.958 INFO O| Sep 02 21:56:28.958 INFO O| Planning: Consolidating action changes ... Done
39952026-09-02T21:56:29.798Z[ host-image] Sep 02 21:56:28.958 INFO O| Sep 02 21:56:28.958 INFO O| Planning: Evaluating mediators ... Done
39962026-09-02T21:56:29.798Z[ host-image] Sep 02 21:56:28.958 INFO O| Sep 02 21:56:28.958 INFO O| Planning: Planning completed in 0.00 seconds
39972026-09-02T21:56:29.798Z[ host-image] Sep 02 21:56:28.958 INFO O| Sep 02 21:56:28.958 INFO O| Variants/Facets to change: 1
39982026-09-02T21:56:29.804Z[ host-image] Sep 02 21:56:28.967 INFO O| Sep 02 21:56:28.967 INFO O| Finalize: Updating package state database ... Done
39992026-09-02T21:56:29.804Z[ host-image] Sep 02 21:56:28.967 INFO O| Sep 02 21:56:28.967 INFO O| Finalize: Updating package cache ... Done
40002026-09-02T21:56:29.891Z[ host-image] Sep 02 21:56:29.053 INFO O| Sep 02 21:56:29.053 INFO O| Finalize: Updating image state ... Done
40012026-09-02T21:56:29.904Z[ host-image] Sep 02 21:56:29.067 INFO O| Sep 02 21:56:29.067 INFO O| Finalize: Creating fast lookup database ... Done
40022026-09-02T21:56:29.908Z[ host-image] Sep 02 21:56:29.068 INFO O| Sep 02 21:56:29.068 INFO O| Finalize: Reading search index ... Done
40032026-09-02T21:56:29.908Z[ host-image] Sep 02 21:56:29.068 INFO O| Sep 02 21:56:29.068 INFO O| Finalize: Updating search index ... Done
40042026-09-02T21:56:29.908Z[ host-image] Sep 02 21:56:29.068 INFO O| Sep 02 21:56:29.068 INFO O| Finalize: Updating package cache ... Done
40052026-09-02T21:56:30.128Z[ host-image] Sep 02 21:56:29.289 INFO O| Sep 02 21:56:29.289 INFO STEP 6 (pkg_change_variant) COMPLETE
40062026-09-02T21:56:30.128Z[ host-image] Sep 02 21:56:29.289 INFO O| Sep 02 21:56:29.289 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40072026-09-02T21:56:30.128Z[ host-image] Sep 02 21:56:29.289 INFO O| Sep 02 21:56:29.289 INFO skip step because feature "debug_variant" is not enabled
40082026-09-02T21:56:30.132Z[ host-image] Sep 02 21:56:29.289 INFO O| Sep 02 21:56:29.289 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40092026-09-02T21:56:30.383Z[ host-image] Sep 02 21:56:29.545 INFO O| Sep 02 21:56:29.545 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40102026-09-02T21:56:32.337Z[recovery-package] Finished `release` profile [optimized] target(s) in 14.19s
40112026-09-02T21:56:32.356Z[ host-image] Sep 02 21:56:31.518 INFO O| Sep 02 21:56:31.518 INFO O| Startup: Refreshing catalog 'helios' ... Done
40122026-09-02T21:56:32.843Z[ host-image] Sep 02 21:56:32.005 INFO O| Sep 02 21:56:32.005 INFO O| Startup: Caching catalogs ... Done
40132026-09-02T21:56:32.860Z[ host-image] Sep 02 21:56:32.022 INFO O| Sep 02 21:56:32.022 INFO O| Planning: Planning completed in 0.00 seconds
40142026-09-02T21:56:32.863Z[ host-image] Sep 02 21:56:32.023 INFO O| Sep 02 21:56:32.023 INFO O| Planning: Consolidating action changes ... Done
40152026-09-02T21:56:32.863Z[ host-image] Sep 02 21:56:32.023 INFO O| Sep 02 21:56:32.023 INFO O| Planning: Evaluating mediators ... Done
40162026-09-02T21:56:32.863Z[ host-image] Sep 02 21:56:32.023 INFO O| Sep 02 21:56:32.023 INFO O| Planning: Planning completed in 0.00 seconds
40172026-09-02T21:56:32.863Z[ host-image] Sep 02 21:56:32.023 INFO O| Sep 02 21:56:32.023 INFO O| Variants/Facets to change: 1
40182026-09-02T21:56:32.871Z[ host-image] Sep 02 21:56:32.033 INFO O| Sep 02 21:56:32.033 INFO O| Finalize: Updating package state database ... Done
40192026-09-02T21:56:32.871Z[ host-image] Sep 02 21:56:32.033 INFO O| Sep 02 21:56:32.033 INFO O| Finalize: Updating package cache ... Done
40202026-09-02T21:56:32.961Z[ host-image] Sep 02 21:56:32.123 INFO O| Sep 02 21:56:32.123 INFO O| Finalize: Updating image state ... Done
40212026-09-02T21:56:32.976Z[ host-image] Sep 02 21:56:32.137 INFO O| Sep 02 21:56:32.137 INFO O| Finalize: Creating fast lookup database ... Done
40222026-09-02T21:56:32.984Z[ host-image] Sep 02 21:56:32.137 INFO O| Sep 02 21:56:32.137 INFO O| Finalize: Reading search index ... Done
40232026-09-02T21:56:32.984Z[ host-image] Sep 02 21:56:32.137 INFO O| Sep 02 21:56:32.137 INFO O| Finalize: Updating search index ... Done
40242026-09-02T21:56:32.984Z[ host-image] Sep 02 21:56:32.138 INFO O| Sep 02 21:56:32.138 INFO O| Finalize: Updating package cache ... Done
40252026-09-02T21:56:33.203Z[ host-image] Sep 02 21:56:32.363 INFO O| Sep 02 21:56:32.363 INFO STEP 8 (pkg_change_facet) COMPLETE
40262026-09-02T21:56:33.203Z[ host-image] Sep 02 21:56:32.363 INFO O| Sep 02 21:56:32.363 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40272026-09-02T21:56:33.203Z[ host-image] Sep 02 21:56:32.363 INFO O| Sep 02 21:56:32.363 INFO skip step because feature "recovery" is not enabled
40282026-09-02T21:56:33.208Z[ host-image] Sep 02 21:56:32.363 INFO O| Sep 02 21:56:32.363 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40292026-09-02T21:56:33.208Z[ host-image] Sep 02 21:56:32.363 INFO O| Sep 02 21:56:32.363 INFO skip step because feature "recovery" is not enabled
40302026-09-02T21:56:33.208Z[ host-image] Sep 02 21:56:32.363 INFO O| Sep 02 21:56:32.363 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40312026-09-02T21:56:33.214Z[ host-image] Sep 02 21:56:32.371 INFO O| Sep 02 21:56:32.371 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"]
40322026-09-02T21:56:34.189ZSep 02 21:56:33.352 INFO [recovery-package] process exited with exit status: 0 (16.176660923s)
40332026-09-02T21:56:34.189ZSep 02 21:56:33.352 INFO [recovery-libraries] running task
40342026-09-02T21:56:34.189ZSep 02 21:56:33.352 INFO [recovery-stamp] running task
40352026-09-02T21:56:34.193ZSep 02 21:56:33.352 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+gitcc7d14fdd2b
40362026-09-02T21:56:34.193ZSep 02 21:56:33.353 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+gitcc7d14fdd2b
40372026-09-02T21:56:34.198Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40382026-09-02T21:56:34.206Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40392026-09-02T21:56:34.249ZSep 02 21:56:33.412 INFO [recovery-libraries] task succeeded (60.402336ms)
40402026-09-02T21:56:34.252ZSep 02 21:56:33.412 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40412026-09-02T21:56:34.286Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40422026-09-02T21:56:34.289ZSep 02 21:56:33.452 INFO [stamp-installinator] process exited with exit status: 0 (99.429015ms)
40432026-09-02T21:56:34.371Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40442026-09-02T21:56:34.374ZSep 02 21:56:33.536 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (183.962938ms)
40452026-09-02T21:56:34.374ZSep 02 21:56:33.536 INFO [recovery-stamp] task succeeded (184.455869ms)
40462026-09-02T21:56:34.374ZSep 02 21:56:33.536 INFO [recovery-proto] running task
40472026-09-02T21:56:34.374ZSep 02 21:56:33.536 INFO [tuf-stamp] running task
40482026-09-02T21:56:34.374ZSep 02 21:56:33.537 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+gitcc7d14fdd2b
40492026-09-02T21:56:34.381ZSep 02 21:56:33.537 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+gitcc7d14fdd2b
40502026-09-02T21:56:34.381ZSep 02 21:56:33.538 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+gitcc7d14fdd2b
40512026-09-02T21:56:34.381ZSep 02 21:56:33.538 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+gitcc7d14fdd2b
40522026-09-02T21:56:34.381ZSep 02 21:56:33.538 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+gitcc7d14fdd2b
40532026-09-02T21:56:34.381ZSep 02 21:56:33.539 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+gitcc7d14fdd2b
40542026-09-02T21:56:34.381ZSep 02 21:56:33.539 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+gitcc7d14fdd2b
40552026-09-02T21:56:34.381ZSep 02 21:56:33.539 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+gitcc7d14fdd2b
40562026-09-02T21:56:34.382ZSep 02 21:56:33.540 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+gitcc7d14fdd2b
40572026-09-02T21:56:34.382ZSep 02 21:56:33.540 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+gitcc7d14fdd2b
40582026-09-02T21:56:34.382ZSep 02 21:56:33.540 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+gitcc7d14fdd2b
40592026-09-02T21:56:34.382ZSep 02 21:56:33.541 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+gitcc7d14fdd2b
40602026-09-02T21:56:34.398Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40612026-09-02T21:56:34.398Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40622026-09-02T21:56:34.403Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40632026-09-02T21:56:34.403Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40642026-09-02T21:56:34.403Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40652026-09-02T21:56:34.403Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40662026-09-02T21:56:34.404Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40672026-09-02T21:56:34.404Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40682026-09-02T21:56:34.404Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40692026-09-02T21:56:34.404Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40702026-09-02T21:56:34.404Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40712026-09-02T21:56:34.404Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40722026-09-02T21:56:34.439Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40732026-09-02T21:56:34.443ZSep 02 21:56:33.606 INFO [stamp-probe] process exited with exit status: 0 (66.80529ms)
40742026-09-02T21:56:34.513ZSep 02 21:56:33.674 INFO [recovery-proto] task succeeded (138.232225ms)
40752026-09-02T21:56:34.517ZSep 02 21:56:33.674 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/.tmp7ID4b5/proto/recovery/root -N 'recovery cc7d14f/${os_short_commit} 2026-09-02 21:42' -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/'
40762026-09-02T21:56:34.520Z[ recovery-image] Sep 02 21:56:33.682 INFO Checking files for board 'cosmo-mbist'
40772026-09-02T21:56:34.520Z[ recovery-image] Sep 02 21:56:33.682 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40782026-09-02T21:56:34.520Z[ recovery-image] Sep 02 21:56:33.682 INFO Checking files for board 'gimlet'
40792026-09-02T21:56:34.523Z[ recovery-image] Sep 02 21:56:33.682 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40802026-09-02T21:56:34.523Z[ recovery-image] Sep 02 21:56:33.682 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40812026-09-02T21:56:34.523Z[ recovery-image] Sep 02 21:56:33.682 INFO Checking files for board 'cosmo-mbist-noaggr'
40822026-09-02T21:56:34.523Z[ recovery-image] Sep 02 21:56:33.682 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40832026-09-02T21:56:34.523Z[ recovery-image] Sep 02 21:56:33.682 INFO Checking files for board 'cosmo'
40842026-09-02T21:56:34.523Z[ recovery-image] Sep 02 21:56:33.682 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40852026-09-02T21:56:34.523Z[ recovery-image] Sep 02 21:56:33.682 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40862026-09-02T21:56:34.532Z[ recovery-image] Sep 02 21:56:33.694 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp7ID4b5/proto/recovery/root"
40872026-09-02T21:56:34.532Z[ recovery-image] Sep 02 21:56:33.694 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40882026-09-02T21:56:34.535Z[ recovery-image] Sep 02 21:56:33.694 INFO image builder template: ramdisk-01-os...
40892026-09-02T21:56:34.536Z[ recovery-image] Sep 02 21:56:33.694 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/.tmp7ID4b5/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40902026-09-02T21:56:34.554Z[ recovery-image] Sep 02 21:56:33.715 INFO O| Sep 02 21:56:33.715 INFO CREATE DATASET: rpool/images/build/recovery/output
40912026-09-02T21:56:34.876Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
40922026-09-02T21:56:34.905Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40932026-09-02T21:56:35.046Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40942026-09-02T21:56:35.050ZSep 02 21:56:34.213 INFO [stamp-ntp] process exited with exit status: 0 (675.221169ms)
40952026-09-02T21:56:35.065Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40962026-09-02T21:56:35.068ZSep 02 21:56:34.231 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (691.06216ms)
40972026-09-02T21:56:35.212Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40982026-09-02T21:56:35.217ZSep 02 21:56:34.378 INFO [stamp-external-dns] process exited with exit status: 0 (841.564623ms)
40992026-09-02T21:56:35.245Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
41002026-09-02T21:56:35.249ZSep 02 21:56:34.411 INFO [stamp-internal-dns] process exited with exit status: 0 (871.700696ms)
41012026-09-02T21:56:35.275Z[ recovery-image] Sep 02 21:56:34.438 INFO O| Sep 02 21:56:34.438 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41022026-09-02T21:56:35.279Z[ recovery-image] Sep 02 21:56:34.442 INFO O| Sep 02 21:56:34.442 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41032026-09-02T21:56:35.297Z[ host-image] Sep 02 21:56:34.459 INFO O| Sep 02 21:56:34.459 INFO O| Startup: Refreshing catalog 'helios' ... Done
41042026-09-02T21:56:35.381Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
41052026-09-02T21:56:35.385ZSep 02 21:56:34.548 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.007490158s)
41062026-09-02T21:56:35.641Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
41072026-09-02T21:56:35.649ZSep 02 21:56:34.808 INFO [stamp-oximeter] process exited with exit status: 0 (1.266960623s)
41082026-09-02T21:56:36.498Z[ host-image] Sep 02 21:56:35.658 INFO O| Sep 02 21:56:35.658 INFO O| Startup: Caching catalogs ... Done
41092026-09-02T21:56:37.278Z[ recovery-image] Sep 02 21:56:36.440 INFO O| Sep 02 21:56:36.440 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
41102026-09-02T21:56:37.346Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41112026-09-02T21:56:37.352ZSep 02 21:56:36.513 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.97405599s)
41122026-09-02T21:56:38.854Z[ recovery-image] Sep 02 21:56:38.016 INFO O| Sep 02 21:56:38.016 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41132026-09-02T21:56:38.854Z[ recovery-image] Sep 02 21:56:38.016 INFO O| Sep 02 21:56:38.016 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
41142026-09-02T21:56:38.858Z[ recovery-image] Sep 02 21:56:38.016 INFO O| Sep 02 21:56:38.016 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
41152026-09-02T21:56:38.858Z[ recovery-image] Sep 02 21:56:38.016 INFO O| Sep 02 21:56:38.016 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41162026-09-02T21:56:38.861Z[ recovery-image] Sep 02 21:56:38.023 INFO O| Sep 02 21:56:38.023 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41172026-09-02T21:56:39.516Z[ host-image] Sep 02 21:56:38.677 INFO O| Sep 02 21:56:38.677 INFO O| Planning: Solver setup ... Done
41182026-09-02T21:56:39.628Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41192026-09-02T21:56:39.632ZSep 02 21:56:38.794 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (5.257199858s)
41202026-09-02T21:56:39.789Z[verify-libraries] Compiling match_cfg v0.1.0
41212026-09-02T21:56:39.789Z[verify-libraries] Compiling slog-json v2.6.1
41222026-09-02T21:56:39.789Z[verify-libraries] Compiling debug-ignore v1.0.5
41232026-09-02T21:56:39.792Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41242026-09-02T21:56:39.838Z[ host-image] Sep 02 21:56:39.001 INFO O| Sep 02 21:56:39.000 INFO O| Planning: Running solver ... Done
41252026-09-02T21:56:39.886Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41262026-09-02T21:56:39.891ZSep 02 21:56:39.053 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.515556513s)
41272026-09-02T21:56:39.899Z[ host-image] Sep 02 21:56:39.062 INFO O| Sep 02 21:56:39.062 INFO O| Planning: Finding local manifests ... Done
41282026-09-02T21:56:39.920Z[ host-image] Sep 02 21:56:39.081 INFO O| Sep 02 21:56:39.081 INFO O| Planning: Fetching manifests: 0/130 0% complete
41292026-09-02T21:56:39.964Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41302026-09-02T21:56:39.967ZSep 02 21:56:39.130 INFO [stamp-clickhouse] process exited with exit status: 0 (5.59108195s)
41312026-09-02T21:56:40.076Z[verify-libraries] Compiling sha1 v0.11.0
41322026-09-02T21:56:40.076Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41332026-09-02T21:56:40.077Z[verify-libraries] Compiling multer v3.1.0
41342026-09-02T21:56:40.077Z[verify-libraries] Compiling compression-core v0.4.31
41352026-09-02T21:56:40.080Z[verify-libraries] Compiling progenitor-client v0.14.0
41362026-09-02T21:56:40.080Z[verify-libraries] Compiling async-stream-impl v0.3.6
41372026-09-02T21:56:40.080Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41382026-09-02T21:56:40.080Z[verify-libraries] Compiling serde_spanned v1.1.1
41392026-09-02T21:56:40.258Z[verify-libraries] Compiling hostname v0.3.1
41402026-09-02T21:56:40.258Z[verify-libraries] Compiling dropshot v0.17.1
41412026-09-02T21:56:40.263Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41422026-09-02T21:56:40.327Z[verify-libraries] Compiling compression-codecs v0.4.37
41432026-09-02T21:56:40.327Z[verify-libraries] Compiling waitgroup v0.1.2
41442026-09-02T21:56:40.332Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41452026-09-02T21:56:40.402Z[verify-libraries] Compiling slog-bunyan v2.5.0
41462026-09-02T21:56:40.403Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41472026-09-02T21:56:40.406Z[verify-libraries] Compiling hostname v0.4.2
41482026-09-02T21:56:40.497Z[verify-libraries] Compiling atomicwrites v0.4.4
41492026-09-02T21:56:40.531Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41502026-09-02T21:56:40.560Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41512026-09-02T21:56:40.564ZSep 02 21:56:39.727 INFO [stamp-nexus] process exited with exit status: 0 (6.18858174s)
41522026-09-02T21:56:40.564ZSep 02 21:56:39.727 INFO [tuf-stamp] task succeeded (6.190758332s)
41532026-09-02T21:56:40.564ZSep 02 21:56:39.727 INFO [tuf-v2-zones] running task
41542026-09-02T21:56:40.579Z[verify-libraries] Compiling async-compression v0.4.41
41552026-09-02T21:56:40.579Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41562026-09-02T21:56:40.579Z[verify-libraries] Compiling regress v0.10.5
41572026-09-02T21:56:40.582Z[verify-libraries] Compiling macaddr v1.0.1
41582026-09-02T21:56:40.670Z[verify-libraries] Compiling serde_tokenstream v0.3.0
41592026-09-02T21:56:40.670Z[verify-libraries] Compiling instant v0.1.13
41602026-09-02T21:56:40.673Z[verify-libraries] Compiling oxide-generation v0.1.3
41612026-09-02T21:56:40.673Z[verify-libraries] Compiling parse-display-derive v0.10.0
41622026-09-02T21:56:40.673Z[verify-libraries] Compiling itertools v0.14.0
41632026-09-02T21:56:40.755ZSep 02 21:56:39.917 INFO [tuf-v2-zones] task succeeded (190.524373ms)
41642026-09-02T21:56:40.804Z[verify-libraries] Compiling backon v1.6.0
41652026-09-02T21:56:40.864Z[verify-libraries] Compiling backoff v0.4.0
41662026-09-02T21:56:40.891Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41672026-09-02T21:56:40.917Z[verify-libraries] Compiling humantime v2.3.0
41682026-09-02T21:56:40.944Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41692026-09-02T21:56:41.002Z[verify-libraries] Compiling async-stream v0.3.6
41702026-09-02T21:56:41.028Z[verify-libraries] Compiling convert_case v0.4.0
41712026-09-02T21:56:41.090Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
41722026-09-02T21:56:41.114Z[verify-libraries] Compiling progenitor-extras v0.2.0
41732026-09-02T21:56:41.114Z[verify-libraries] Compiling half v2.7.1
41742026-09-02T21:56:41.164Z[verify-libraries] Compiling ciborium-io v0.2.2
41752026-09-02T21:56:41.169Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41762026-09-02T21:56:41.234Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41772026-09-02T21:56:41.260Z[verify-libraries] Compiling indent_write v2.2.0
41782026-09-02T21:56:41.264Z[verify-libraries] Compiling regress v0.11.1
41792026-09-02T21:56:41.319Z[verify-libraries] Compiling secrecy v0.10.3
41802026-09-02T21:56:41.412Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41812026-09-02T21:56:41.442Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41822026-09-02T21:56:41.503Z[verify-libraries] Compiling ciborium-ll v0.2.2
41832026-09-02T21:56:41.507Z[verify-libraries] Compiling derive_more v0.99.20
41842026-09-02T21:56:41.573Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41852026-09-02T21:56:41.577Z[verify-libraries] Compiling inout v0.1.4
41862026-09-02T21:56:41.624Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41872026-09-02T21:56:41.688Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41882026-09-02T21:56:41.795Z[verify-libraries] Compiling ciborium v0.2.2
41892026-09-02T21:56:41.835Z[verify-libraries] Compiling cipher v0.4.4
41902026-09-02T21:56:41.838Z[verify-libraries] Compiling universal-hash v0.5.1
41912026-09-02T21:56:41.920Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41922026-09-02T21:56:41.982Z[verify-libraries] Compiling opaque-debug v0.3.1
41932026-09-02T21:56:42.028Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41942026-09-02T21:56:42.054Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
41952026-09-02T21:56:42.080Z[verify-libraries] Compiling poly1305 v0.8.0
41962026-09-02T21:56:42.105Z[verify-libraries] Compiling blake2 v0.10.6
41972026-09-02T21:56:42.134Z[verify-libraries] Compiling chacha20 v0.9.1
41982026-09-02T21:56:42.234Z[verify-libraries] Compiling aead v0.5.2
41992026-09-02T21:56:42.334Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
42002026-09-02T21:56:42.356Z[ host-image] Sep 02 21:56:41.516 INFO O| Sep 02 21:56:41.516 INFO O| Planning: Fetching manifests: 130/130 100% complete
42012026-09-02T21:56:42.458Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42022026-09-02T21:56:42.516Z[verify-libraries] Compiling password-hash v0.5.0
42032026-09-02T21:56:42.545Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
42042026-09-02T21:56:42.573Z[verify-libraries] Compiling num-derive v0.4.2
42052026-09-02T21:56:42.615Z[verify-libraries] Compiling crossbeam-deque v0.8.6
42062026-09-02T21:56:42.615Z[verify-libraries] Compiling rayon-core v1.13.0
42072026-09-02T21:56:42.806Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
42082026-09-02T21:56:42.875Z[verify-libraries] Compiling argon2 v0.5.3
42092026-09-02T21:56:42.903Z[verify-libraries] Compiling parse-display v0.10.0
42102026-09-02T21:56:42.937Z[verify-libraries] Compiling glob v0.3.3
42112026-09-02T21:56:43.039Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
42122026-09-02T21:56:43.049Z[ recovery-image] Sep 02 21:56:42.202 INFO O| Sep 02 21:56:42.202 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42132026-09-02T21:56:43.052Z[ recovery-image] Sep 02 21:56:42.214 INFO O| Sep 02 21:56:42.213 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
42142026-09-02T21:56:43.086Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
42152026-09-02T21:56:43.155Z[ host-image] Sep 02 21:56:42.317 INFO O| Sep 02 21:56:42.317 INFO O| Planning: Package planning ... Done
42162026-09-02T21:56:43.176Z[verify-libraries] Compiling usdt-macro v0.5.0
42172026-09-02T21:56:43.396Z[verify-libraries] Compiling typify-impl v0.6.2
42182026-09-02T21:56:43.483Z[verify-libraries] Compiling thiserror-no-std v2.0.2
42192026-09-02T21:56:43.492Z[ recovery-image] Sep 02 21:56:42.655 INFO O| Sep 02 21:56:42.655 INFO O| Caching catalogs ... Done
42202026-09-02T21:56:43.519Z[ host-image] Sep 02 21:56:42.679 INFO O| Sep 02 21:56:42.679 INFO O| Planning: Merging actions ... Done
42212026-09-02T21:56:43.618Z[ recovery-image] Sep 02 21:56:42.776 INFO O| Sep 02 21:56:42.776 INFO STEP 0 (pkg_image_create) COMPLETE
42222026-09-02T21:56:43.618Z[ recovery-image] Sep 02 21:56:42.777 INFO O| Sep 02 21:56:42.776 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42232026-09-02T21:56:43.626Z[ recovery-image] Sep 02 21:56:42.788 INFO O| Sep 02 21:56:42.788 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"]
42242026-09-02T21:56:43.649Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42252026-09-02T21:56:43.654Z[ host-image] Sep 02 21:56:42.817 INFO O| Sep 02 21:56:42.816 INFO O| Planning: Checking for conflicting actions ... Done
42262026-09-02T21:56:43.778Z[ host-image] Sep 02 21:56:42.939 INFO O| Sep 02 21:56:42.939 INFO O| Planning: Consolidating action changes ... Done
42272026-09-02T21:56:43.798Z[verify-libraries] Compiling vsss-rs v3.3.4
42282026-09-02T21:56:43.905Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42292026-09-02T21:56:43.967Z[verify-libraries] Compiling memmap v0.7.0
42302026-09-02T21:56:44.007Z[ recovery-image] Sep 02 21:56:43.168 INFO O| Sep 02 21:56:43.168 INFO STEP 1 (pkg_set_publisher) COMPLETE
42312026-09-02T21:56:44.007Z[ recovery-image] Sep 02 21:56:43.168 INFO O| Sep 02 21:56:43.168 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42322026-09-02T21:56:44.007Z[ recovery-image] Sep 02 21:56:43.168 INFO O| Sep 02 21:56:43.168 INFO skip step because feature "publisher_1_name" is not enabled
42332026-09-02T21:56:44.007Z[ recovery-image] Sep 02 21:56:43.168 INFO O| Sep 02 21:56:43.168 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42342026-09-02T21:56:44.007Z[ recovery-image] Sep 02 21:56:43.168 INFO O| Sep 02 21:56:43.168 INFO skip step because feature "publisher_2_name" is not enabled
42352026-09-02T21:56:44.007Z[ recovery-image] Sep 02 21:56:43.168 INFO O| Sep 02 21:56:43.168 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42362026-09-02T21:56:44.007Z[ recovery-image] Sep 02 21:56:43.168 INFO O| Sep 02 21:56:43.168 INFO skip step because feature "publisher_3_name" is not enabled
42372026-09-02T21:56:44.007Z[ recovery-image] Sep 02 21:56:43.168 INFO O| Sep 02 21:56:43.168 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42382026-09-02T21:56:44.065Z[verify-libraries] Compiling heapless v0.8.0
42392026-09-02T21:56:44.165Z[verify-libraries] Compiling proc-macro-error v1.0.4
42402026-09-02T21:56:44.197Z[ host-image] Sep 02 21:56:43.358 INFO O| Sep 02 21:56:43.357 INFO O| Planning: Evaluating mediators ... Done
42412026-09-02T21:56:44.250Z[verify-libraries] Compiling usdt v0.5.0
42422026-09-02T21:56:44.292Z[verify-libraries] Compiling ingot-macros v0.2.0
42432026-09-02T21:56:44.327Z[verify-libraries] Compiling tabwriter v1.4.1
42442026-09-02T21:56:44.379Z[ recovery-image] Sep 02 21:56:43.541 INFO O| Sep 02 21:56:43.541 INFO variant opensolaris.zone is already global
42452026-09-02T21:56:44.379Z[ recovery-image] Sep 02 21:56:43.541 INFO O| Sep 02 21:56:43.541 INFO STEP 5 (pkg_change_variant) COMPLETE
42462026-09-02T21:56:44.379Z[ recovery-image] Sep 02 21:56:43.541 INFO O| Sep 02 21:56:43.541 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42472026-09-02T21:56:44.382Z[verify-libraries] Compiling hash32 v0.3.1
42482026-09-02T21:56:44.385Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42492026-09-02T21:56:44.461Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
42502026-09-02T21:56:44.604Z[verify-libraries] Compiling smoltcp v0.11.0
42512026-09-02T21:56:44.640Z[verify-libraries] Compiling cobs v0.3.0
42522026-09-02T21:56:44.667Z[verify-libraries] Compiling colored v3.1.1
42532026-09-02T21:56:44.667Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42542026-09-02T21:56:44.713Z[verify-libraries] Compiling num_enum_derive v0.7.6
42552026-09-02T21:56:44.717Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42562026-09-02T21:56:44.717Z[verify-libraries] Compiling rayon v1.11.0
42572026-09-02T21:56:44.764Z[ recovery-image] Sep 02 21:56:43.926 INFO O| Sep 02 21:56:43.926 INFO variant opensolaris.imagetype is full; changing to partial
42582026-09-02T21:56:44.765Z[ recovery-image] Sep 02 21:56:43.926 INFO O| Sep 02 21:56:43.926 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42592026-09-02T21:56:44.878Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42602026-09-02T21:56:44.927Z[verify-libraries] Compiling postcard v1.1.3
42612026-09-02T21:56:45.025Z[verify-libraries] Compiling rand v0.10.1
42622026-09-02T21:56:45.089Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42632026-09-02T21:56:45.156Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42642026-09-02T21:56:45.184Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42652026-09-02T21:56:45.188Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42662026-09-02T21:56:45.229Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42672026-09-02T21:56:45.455Z[verify-libraries] Compiling illumos-nvpair v0.3.0
42682026-09-02T21:56:45.522Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42692026-09-02T21:56:45.679Z[verify-libraries] Compiling num_enum_derive v0.5.11
42702026-09-02T21:56:45.716Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42712026-09-02T21:56:45.789Z[ host-image] Sep 02 21:56:44.940 INFO O| Sep 02 21:56:44.940 INFO O| Planning: Planning completed in 9.26 seconds
42722026-09-02T21:56:45.808Z[ host-image] Sep 02 21:56:44.942 INFO O| Sep 02 21:56:44.942 INFO O| Packages to install: 130
42732026-09-02T21:56:45.808Z[ host-image] Sep 02 21:56:44.942 INFO O| Sep 02 21:56:44.942 INFO O| Mediators to change: 5
42742026-09-02T21:56:45.808Z[ host-image] Sep 02 21:56:44.942 INFO O| Sep 02 21:56:44.942 INFO O| Services to change: 6
42752026-09-02T21:56:45.814Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42762026-09-02T21:56:45.821Z[ host-image] Sep 02 21:56:44.981 INFO O| Sep 02 21:56:44.981 INFO O| Download: 0/23891 items 0.0/223.0MB 0% complete
42772026-09-02T21:56:45.845Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42782026-09-02T21:56:45.910Z[verify-libraries] Compiling cstr-argument v0.1.2
42792026-09-02T21:56:45.964Z[verify-libraries] Compiling foreign-types v0.5.0
42802026-09-02T21:56:46.059Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42812026-09-02T21:56:46.089Z[verify-libraries] Compiling num_enum v0.7.6
42822026-09-02T21:56:46.089Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42832026-09-02T21:56:46.139Z[verify-libraries] Compiling sigpipe v0.1.3
42842026-09-02T21:56:46.177Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42852026-09-02T21:56:46.266Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42862026-09-02T21:56:46.295Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42872026-09-02T21:56:46.337Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42882026-09-02T21:56:46.421Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42892026-09-02T21:56:46.477Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42902026-09-02T21:56:46.481Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42912026-09-02T21:56:46.574Z[verify-libraries] Compiling itertools v0.12.1
42922026-09-02T21:56:46.577Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42932026-09-02T21:56:46.673Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42942026-09-02T21:56:46.676Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42952026-09-02T21:56:46.746Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42962026-09-02T21:56:46.803Z[verify-libraries] Compiling toml v0.8.23
42972026-09-02T21:56:46.832Z[verify-libraries] Compiling smf v0.2.3
42982026-09-02T21:56:47.002Z[verify-libraries] Compiling num_enum v0.5.11
42992026-09-02T21:56:47.066Z[verify-libraries] Compiling whoami v1.6.1
43002026-09-02T21:56:47.115Z[verify-libraries] Compiling tokio-dtrace v0.1.1
43012026-09-02T21:56:47.233Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
43022026-09-02T21:56:47.270Z[verify-libraries] Compiling derive-where v1.6.0
43032026-09-02T21:56:47.273Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43042026-09-02T21:56:47.448Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
43052026-09-02T21:56:47.566Z[ recovery-image] Sep 02 21:56:46.727 INFO O| Sep 02 21:56:46.727 INFO O| Startup: Refreshing catalog 'helios' ... Done
43062026-09-02T21:56:47.586Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43072026-09-02T21:56:47.590Z[verify-libraries] Compiling gethostname v0.5.0
43082026-09-02T21:56:47.590Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
43092026-09-02T21:56:47.740Z[verify-libraries] Compiling newline-converter v0.3.0
43102026-09-02T21:56:47.782Z[verify-libraries] Compiling ingot-types v0.2.0
43112026-09-02T21:56:47.848Z[verify-libraries] Compiling console v0.15.11
43122026-09-02T21:56:47.945Z[verify-libraries] Compiling linear-map v1.2.0
43132026-09-02T21:56:47.969Z[verify-libraries] Compiling resolv-conf v0.7.6
43142026-09-02T21:56:47.997Z[verify-libraries] Compiling num-rational v0.4.2
43152026-09-02T21:56:48.032Z[verify-libraries] Compiling num-complex v0.4.6
43162026-09-02T21:56:48.123Z[verify-libraries] Compiling slog-dtrace v0.3.0
43172026-09-02T21:56:48.245Z[verify-libraries] Compiling zone v0.3.1
43182026-09-02T21:56:48.273Z[ recovery-image] Sep 02 21:56:47.436 INFO O| Sep 02 21:56:47.435 INFO O| Startup: Caching catalogs ... Done
43192026-09-02T21:56:48.293Z[ recovery-image] Sep 02 21:56:47.454 INFO O| Sep 02 21:56:47.454 INFO O| Planning: Planning completed in 0.00 seconds
43202026-09-02T21:56:48.293Z[ recovery-image] Sep 02 21:56:47.454 INFO O| Sep 02 21:56:47.454 INFO O| Planning: Consolidating action changes ... Done
43212026-09-02T21:56:48.293Z[ recovery-image] Sep 02 21:56:47.454 INFO O| Sep 02 21:56:47.454 INFO O| Planning: Evaluating mediators ... Done
43222026-09-02T21:56:48.293Z[ recovery-image] Sep 02 21:56:47.455 INFO O| Sep 02 21:56:47.455 INFO O| Planning: Planning completed in 0.00 seconds
43232026-09-02T21:56:48.293Z[ recovery-image] Sep 02 21:56:47.455 INFO O| Sep 02 21:56:47.455 INFO O| Variants/Facets to change: 1
43242026-09-02T21:56:48.306Z[ recovery-image] Sep 02 21:56:47.468 INFO O| Sep 02 21:56:47.468 INFO O| Finalize: Updating package state database ... Done
43252026-09-02T21:56:48.306Z[ recovery-image] Sep 02 21:56:47.468 INFO O| Sep 02 21:56:47.468 INFO O| Finalize: Updating package cache ... Done
43262026-09-02T21:56:48.309Z[verify-libraries] Compiling ingot v0.2.1
43272026-09-02T21:56:48.368Z[verify-libraries] Compiling expectorate v1.2.0
43282026-09-02T21:56:48.402Z[ recovery-image] Sep 02 21:56:47.561 INFO O| Sep 02 21:56:47.561 INFO O| Finalize: Updating image state ... Done
43292026-09-02T21:56:48.422Z[ recovery-image] Sep 02 21:56:47.583 INFO O| Sep 02 21:56:47.583 INFO O| Finalize: Creating fast lookup database ... Done
43302026-09-02T21:56:48.425Z[ recovery-image] Sep 02 21:56:47.584 INFO O| Sep 02 21:56:47.584 INFO O| Finalize: Reading search index ... Done
43312026-09-02T21:56:48.425Z[ recovery-image] Sep 02 21:56:47.584 INFO O| Sep 02 21:56:47.584 INFO O| Finalize: Updating search index ... Done
43322026-09-02T21:56:48.429Z[ recovery-image] Sep 02 21:56:47.588 INFO O| Sep 02 21:56:47.585 INFO O| Finalize: Updating package cache ... Done
43332026-09-02T21:56:48.450Z[verify-libraries] Compiling prettyplease v0.2.37
43342026-09-02T21:56:48.567Z[verify-libraries] Compiling num v0.4.3
43352026-09-02T21:56:48.602Z[verify-libraries] Compiling float-ord v0.3.2
43362026-09-02T21:56:48.646Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43372026-09-02T21:56:48.721Z[verify-libraries] Compiling linked-hash-map v0.5.6
43382026-09-02T21:56:48.759Z[verify-libraries] Compiling hickory-proto v0.24.4
43392026-09-02T21:56:48.759Z[verify-libraries] Compiling minimal-lexical v0.2.1
43402026-09-02T21:56:48.797Z[ recovery-image] Sep 02 21:56:47.959 INFO O| Sep 02 21:56:47.959 INFO STEP 6 (pkg_change_variant) COMPLETE
43412026-09-02T21:56:48.797Z[ recovery-image] Sep 02 21:56:47.959 INFO O| Sep 02 21:56:47.959 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43422026-09-02T21:56:48.797Z[ recovery-image] Sep 02 21:56:47.959 INFO O| Sep 02 21:56:47.959 INFO skip step because feature "debug_variant" is not enabled
43432026-09-02T21:56:48.797Z[ recovery-image] Sep 02 21:56:47.959 INFO O| Sep 02 21:56:47.959 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43442026-09-02T21:56:48.816Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43452026-09-02T21:56:48.819Z[verify-libraries] Compiling unicode-xid v0.2.6
43462026-09-02T21:56:48.966Z[verify-libraries] Compiling typify-macro v0.6.2
43472026-09-02T21:56:49.047Z[verify-libraries] Compiling lru-cache v0.1.2
43482026-09-02T21:56:49.047Z[verify-libraries] Compiling nom v7.1.3
43492026-09-02T21:56:49.102Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43502026-09-02T21:56:49.102Z[verify-libraries] Compiling tabled_derive v0.7.0
43512026-09-02T21:56:49.126Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43522026-09-02T21:56:49.165Z[verify-libraries] Compiling fd-lock v4.0.4
43532026-09-02T21:56:49.229Z[ recovery-image] Sep 02 21:56:48.391 INFO O| Sep 02 21:56:48.390 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43542026-09-02T21:56:49.273Z[verify-libraries] Compiling vte v0.14.1
43552026-09-02T21:56:49.348Z[verify-libraries] Compiling display-error-chain v0.2.2
43562026-09-02T21:56:49.449Z[verify-libraries] Compiling crossterm v0.29.0
43572026-09-02T21:56:49.574Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43582026-09-02T21:56:49.614Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43592026-09-02T21:56:49.923Z[verify-libraries] Compiling stacker v0.1.23
43602026-09-02T21:56:49.940Z[verify-libraries] Compiling reedline v0.40.0
43612026-09-02T21:56:49.951Z[verify-libraries] Compiling cfg_aliases v0.1.1
43622026-09-02T21:56:50.033Z[verify-libraries] Compiling semver v0.1.20
43632026-09-02T21:56:50.077Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43642026-09-02T21:56:50.135Z[verify-libraries] Compiling nix v0.28.0
43652026-09-02T21:56:50.192Z[verify-libraries] Compiling psm v0.1.30
43662026-09-02T21:56:50.381Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43672026-09-02T21:56:50.419Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43682026-09-02T21:56:50.471Z[verify-libraries] Compiling tabled v0.15.0
43692026-09-02T21:56:50.518Z[verify-libraries] Compiling termtree v0.5.1
43702026-09-02T21:56:50.578Z[verify-libraries] Compiling rustc_version v0.1.7
43712026-09-02T21:56:50.696Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43722026-09-02T21:56:50.754Z[verify-libraries] Compiling phf_shared v0.12.1
43732026-09-02T21:56:50.789Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43742026-09-02T21:56:50.789Z[verify-libraries] Compiling nibble_vec v0.1.0
43752026-09-02T21:56:50.819Z[ host-image] Sep 02 21:56:49.982 INFO O| Sep 02 21:56:49.981 INFO O| Download: 10917/23891 items 95.9/223.0MB 43% complete (19.2M/s)
43762026-09-02T21:56:50.884Z[verify-libraries] Compiling highway v1.3.0
43772026-09-02T21:56:50.964Z[verify-libraries] Compiling endian-type v0.1.2
43782026-09-02T21:56:51.028Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43792026-09-02T21:56:51.028Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43802026-09-02T21:56:51.031Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43812026-09-02T21:56:51.058Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43822026-09-02T21:56:51.253Z[verify-libraries] Compiling typify v0.6.2
43832026-09-02T21:56:51.362Z[verify-libraries] Compiling hickory-resolver v0.24.4
43842026-09-02T21:56:51.490Z[verify-libraries] Compiling progenitor-impl v0.14.0
43852026-09-02T21:56:51.519Z[verify-libraries] Compiling chrono-tz v0.10.4
43862026-09-02T21:56:51.613Z[verify-libraries] Compiling recursive v0.1.1
43872026-09-02T21:56:51.616Z[verify-libraries] Compiling radix_trie v0.2.1
43882026-09-02T21:56:51.811Z[verify-libraries] Compiling newtype_derive v0.1.6
43892026-09-02T21:56:51.827Z[ recovery-image] Sep 02 21:56:50.988 INFO O| Sep 02 21:56:50.988 INFO O| Startup: Refreshing catalog 'helios' ... Done
43902026-09-02T21:56:51.855Z[verify-libraries] Compiling phf v0.12.1
43912026-09-02T21:56:51.935Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43922026-09-02T21:56:52.105Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43932026-09-02T21:56:52.129Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43942026-09-02T21:56:52.217Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43952026-09-02T21:56:52.448Z[ recovery-image] Sep 02 21:56:51.610 INFO O| Sep 02 21:56:51.610 INFO O| Startup: Caching catalogs ... Done
43962026-09-02T21:56:52.468Z[ recovery-image] Sep 02 21:56:51.629 INFO O| Sep 02 21:56:51.629 INFO O| Planning: Planning completed in 0.00 seconds
43972026-09-02T21:56:52.474Z[ recovery-image] Sep 02 21:56:51.630 INFO O| Sep 02 21:56:51.630 INFO O| Planning: Consolidating action changes ... Done
43982026-09-02T21:56:52.474Z[ recovery-image] Sep 02 21:56:51.630 INFO O| Sep 02 21:56:51.630 INFO O| Planning: Evaluating mediators ... Done
43992026-09-02T21:56:52.474Z[ recovery-image] Sep 02 21:56:51.630 INFO O| Sep 02 21:56:51.630 INFO O| Planning: Planning completed in 0.00 seconds
44002026-09-02T21:56:52.474Z[ recovery-image] Sep 02 21:56:51.630 INFO O| Sep 02 21:56:51.630 INFO O| Variants/Facets to change: 1
44012026-09-02T21:56:52.486Z[ recovery-image] Sep 02 21:56:51.648 INFO O| Sep 02 21:56:51.648 INFO O| Finalize: Updating package state database ... Done
44022026-09-02T21:56:52.486Z[ recovery-image] Sep 02 21:56:51.648 INFO O| Sep 02 21:56:51.648 INFO O| Finalize: Updating package cache ... Done
44032026-09-02T21:56:52.603Z[ recovery-image] Sep 02 21:56:51.754 INFO O| Sep 02 21:56:51.754 INFO O| Finalize: Updating image state ... Done
44042026-09-02T21:56:52.616Z[ recovery-image] Sep 02 21:56:51.778 INFO O| Sep 02 21:56:51.778 INFO O| Finalize: Creating fast lookup database ... Done
44052026-09-02T21:56:52.622Z[ recovery-image] Sep 02 21:56:51.779 INFO O| Sep 02 21:56:51.779 INFO O| Finalize: Reading search index ... Done
44062026-09-02T21:56:52.622Z[ recovery-image] Sep 02 21:56:51.779 INFO O| Sep 02 21:56:51.779 INFO O| Finalize: Updating search index ... Done
44072026-09-02T21:56:52.622Z[ recovery-image] Sep 02 21:56:51.780 INFO O| Sep 02 21:56:51.780 INFO O| Finalize: Updating package cache ... Done
44082026-09-02T21:56:52.711Z[verify-libraries] Compiling peg-macros v0.8.5
44092026-09-02T21:56:53.163Z[verify-libraries] Compiling qorb v0.4.1
44102026-09-02T21:56:53.170Z[ recovery-image] Sep 02 21:56:52.327 INFO O| Sep 02 21:56:52.327 INFO STEP 8 (pkg_change_facet) COMPLETE
44112026-09-02T21:56:53.170Z[ recovery-image] Sep 02 21:56:52.327 INFO O| Sep 02 21:56:52.327 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44122026-09-02T21:56:53.193Z[verify-libraries] Compiling sqlparser_derive v0.5.0
44132026-09-02T21:56:53.269Z[verify-libraries] Compiling csv-core v0.1.13
44142026-09-02T21:56:53.472Z[verify-libraries] Compiling winnow v0.6.26
44152026-09-02T21:56:53.517Z[verify-libraries] Compiling unicode_categories v0.1.1
44162026-09-02T21:56:53.538Z[ recovery-image] Sep 02 21:56:52.698 INFO O| Sep 02 21:56:52.698 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
44172026-09-02T21:56:53.689Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44182026-09-02T21:56:53.693Z[verify-libraries] Compiling home v0.5.12
44192026-09-02T21:56:53.833Z[verify-libraries] Compiling csv v1.4.0
44202026-09-02T21:56:53.901Z[verify-libraries] Compiling const_format v0.2.35
44212026-09-02T21:56:53.953Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44222026-09-02T21:56:54.039Z[verify-libraries] Compiling rustyline v14.0.0
44232026-09-02T21:56:55.375Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44242026-09-02T21:56:55.375Z[verify-libraries] Compiling sqlparser v0.61.0
44252026-09-02T21:56:55.448Z[verify-libraries] Compiling bcs v0.1.6
44262026-09-02T21:56:55.448Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44272026-09-02T21:56:55.448Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44282026-09-02T21:56:55.448Z[verify-libraries] Compiling peg v0.8.5
44292026-09-02T21:56:55.448Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44302026-09-02T21:56:55.448Z[verify-libraries] Compiling nom v8.0.0
44312026-09-02T21:56:55.448Z[verify-libraries] Compiling progenitor-macro v0.14.0
44322026-09-02T21:56:55.448Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44332026-09-02T21:56:55.448Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44342026-09-02T21:56:55.448Z[verify-libraries] Compiling sqlformat v0.3.5
44352026-09-02T21:56:55.448Z[verify-libraries] Compiling steno v0.4.1
44362026-09-02T21:56:55.448Z[verify-libraries] Compiling sha1 v0.10.6
44372026-09-02T21:56:55.692Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44382026-09-02T21:56:55.716Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44392026-09-02T21:56:55.824Z[ host-image] Sep 02 21:56:54.986 INFO O| Sep 02 21:56:54.986 INFO O| Download: 22620/23891 items 200.6/223.0MB 89% complete (20.1M/s)
44402026-09-02T21:56:56.026Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
44412026-09-02T21:56:56.062Z[verify-libraries] Compiling tagptr v0.2.0
44422026-09-02T21:56:56.071Z[ recovery-image] Sep 02 21:56:55.233 INFO O| Sep 02 21:56:55.233 INFO O| Startup: Refreshing catalog 'helios' ... Done
44432026-09-02T21:56:56.099Z[verify-libraries] Compiling utf-8 v0.7.6
44442026-09-02T21:56:56.102Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44452026-09-02T21:56:56.150Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44462026-09-02T21:56:56.279Z[verify-libraries] Compiling libefi-sys v0.1.0
44472026-09-02T21:56:56.338Z[verify-libraries] Compiling moka v0.12.13
44482026-09-02T21:56:56.377Z[verify-libraries] Compiling tungstenite v0.21.0
44492026-09-02T21:56:56.405Z[verify-libraries] Compiling bitfield-struct v0.6.2
44502026-09-02T21:56:56.469Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44512026-09-02T21:56:56.475Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
44522026-09-02T21:56:56.517Z[verify-libraries] Compiling xshell-macros v0.2.7
44532026-09-02T21:56:56.667Z[ recovery-image] Sep 02 21:56:55.829 INFO O| Sep 02 21:56:55.828 INFO O| Startup: Caching catalogs ... Done
44542026-09-02T21:56:56.690Z[ recovery-image] Sep 02 21:56:55.850 INFO O| Sep 02 21:56:55.850 INFO O| Planning: Planning completed in 0.00 seconds
44552026-09-02T21:56:56.693Z[ recovery-image] Sep 02 21:56:55.850 INFO O| Sep 02 21:56:55.850 INFO O| Planning: Consolidating action changes ... Done
44562026-09-02T21:56:56.693Z[ recovery-image] Sep 02 21:56:55.850 INFO O| Sep 02 21:56:55.850 INFO O| Planning: Evaluating mediators ... Done
44572026-09-02T21:56:56.693Z[ recovery-image] Sep 02 21:56:55.851 INFO O| Sep 02 21:56:55.851 INFO O| Planning: Planning completed in 0.00 seconds
44582026-09-02T21:56:56.694Z[ recovery-image] Sep 02 21:56:55.851 INFO O| Sep 02 21:56:55.851 INFO O| Variants/Facets to change: 1
44592026-09-02T21:56:56.724Z[ recovery-image] Sep 02 21:56:55.886 INFO O| Sep 02 21:56:55.886 INFO O| Finalize: Updating package state database ... Done
44602026-09-02T21:56:56.724Z[ recovery-image] Sep 02 21:56:55.886 INFO O| Sep 02 21:56:55.886 INFO O| Finalize: Updating package cache ... Done
44612026-09-02T21:56:57.019Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44622026-09-02T21:56:57.047Z[ recovery-image] Sep 02 21:56:55.991 INFO O| Sep 02 21:56:55.991 INFO O| Finalize: Updating image state ... Done
44632026-09-02T21:56:57.047Z[ recovery-image] Sep 02 21:56:56.011 INFO O| Sep 02 21:56:56.011 INFO O| Finalize: Creating fast lookup database ... Done
44642026-09-02T21:56:57.047Z[ recovery-image] Sep 02 21:56:56.012 INFO O| Sep 02 21:56:56.012 INFO O| Finalize: Reading search index ... Done
44652026-09-02T21:56:57.048Z[ recovery-image] Sep 02 21:56:56.012 INFO O| Sep 02 21:56:56.012 INFO O| Finalize: Updating search index ... Done
44662026-09-02T21:56:57.048Z[ recovery-image] Sep 02 21:56:56.013 INFO O| Sep 02 21:56:56.013 INFO O| Finalize: Updating package cache ... Done
44672026-09-02T21:56:57.048Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44682026-09-02T21:56:57.048Z[ host-image] Sep 02 21:56:56.068 INFO O| Sep 02 21:56:56.068 INFO O| Download: Completed 223.04 MB in 11.09 seconds (20.1M/s)
44692026-09-02T21:56:57.048Z[verify-libraries] Compiling libscf-sys v1.2.0
44702026-09-02T21:56:57.088Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44712026-09-02T21:56:57.153Z[verify-libraries] Compiling xshell v0.2.7
44722026-09-02T21:56:57.252Z[verify-libraries] Compiling hickory-resolver v0.25.2
44732026-09-02T21:56:57.256Z[ recovery-image] Sep 02 21:56:56.416 INFO O| Sep 02 21:56:56.416 INFO STEP 9 (pkg_change_facet) COMPLETE
44742026-09-02T21:56:57.256Z[ recovery-image] Sep 02 21:56:56.416 INFO O| Sep 02 21:56:56.416 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44752026-09-02T21:56:57.297Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44762026-09-02T21:56:57.315Z[ host-image] Sep 02 21:56:56.476 INFO O| Sep 02 21:56:56.476 INFO O| Actions: 1/54206 actions (Installing new actions)
44772026-09-02T21:56:57.320Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44782026-09-02T21:56:57.374Z[verify-libraries] Compiling papergrid v0.18.0
44792026-09-02T21:56:57.410Z[verify-libraries] Compiling sha2 v0.11.0
44802026-09-02T21:56:57.554Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44812026-09-02T21:56:57.619Z[ recovery-image] Sep 02 21:56:56.781 INFO O| Sep 02 21:56:56.781 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44822026-09-02T21:56:57.722Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44832026-09-02T21:56:57.817Z[verify-libraries] Compiling subprocess v0.2.15
44842026-09-02T21:56:57.947Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44852026-09-02T21:56:57.970Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44862026-09-02T21:56:58.096Z[verify-libraries] Compiling headers-core v0.3.0
44872026-09-02T21:56:58.295Z[verify-libraries] Compiling unicase v2.9.0
44882026-09-02T21:56:58.382Z[verify-libraries] Compiling headers v0.4.1
44892026-09-02T21:56:58.473Z[verify-libraries] Compiling darling_core v0.21.3
44902026-09-02T21:56:58.545Z[verify-libraries] Compiling maplit v1.0.2
44912026-09-02T21:56:58.627Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44922026-09-02T21:56:58.788Z[verify-libraries] Compiling crc8 v0.1.1
44932026-09-02T21:56:58.802Z[verify-libraries] Compiling tabled v0.21.0
44942026-09-02T21:56:58.994Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44952026-09-02T21:56:59.239Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44962026-09-02T21:56:59.498Z[verify-libraries] Compiling yasna v0.5.2
44972026-09-02T21:56:59.733Z[verify-libraries] Compiling vergen-lib v0.1.6
44982026-09-02T21:56:59.803Z[verify-libraries] Compiling diesel_derives v2.3.7
44992026-09-02T21:56:59.922Z[verify-libraries] Compiling port-file v0.1.0
45002026-09-02T21:56:59.925Z[verify-libraries] Compiling vergen-gitcl v1.0.8
45012026-09-02T21:57:00.100Z[verify-libraries] Compiling rcgen v0.12.1
45022026-09-02T21:57:00.262Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
45032026-09-02T21:57:00.294Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
45042026-09-02T21:57:00.320Z[verify-libraries] Compiling half v1.8.3
45052026-09-02T21:57:00.582Z[verify-libraries] Compiling r2d2 v0.8.10
45062026-09-02T21:57:00.647Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45072026-09-02T21:57:00.651Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45082026-09-02T21:57:00.719Z[ recovery-image] Sep 02 21:56:59.881 INFO O| Sep 02 21:56:59.881 INFO O| Startup: Refreshing catalog 'helios' ... Done
45092026-09-02T21:57:00.837Z[verify-libraries] Compiling serde_cbor v0.11.2
45102026-09-02T21:57:00.975Z[verify-libraries] Compiling cpubits v0.1.1
45112026-09-02T21:57:01.035Z[verify-libraries] Compiling crunchy v0.2.4
45122026-09-02T21:57:01.278Z[verify-libraries] Compiling downcast-rs v2.0.2
45132026-09-02T21:57:01.301Z[verify-libraries] Compiling dirs-next v2.0.0
45142026-09-02T21:57:01.457Z[verify-libraries] Compiling progenitor v0.14.0
45152026-09-02T21:57:01.491Z[ recovery-image] Sep 02 21:57:00.652 INFO O| Sep 02 21:57:00.652 INFO O| Startup: Caching catalogs ... Done
45162026-09-02T21:57:01.498Z[verify-libraries] Compiling clang-sys v1.8.1
45172026-09-02T21:57:01.512Z[ recovery-image] Sep 02 21:57:00.674 INFO O| Sep 02 21:57:00.674 INFO O| Planning: Planning completed in 0.00 seconds
45182026-09-02T21:57:01.515Z[ recovery-image] Sep 02 21:57:00.674 INFO O| Sep 02 21:57:00.674 INFO O| Planning: Consolidating action changes ... Done
45192026-09-02T21:57:01.515Z[ recovery-image] Sep 02 21:57:00.674 INFO O| Sep 02 21:57:00.674 INFO O| Planning: Evaluating mediators ... Done
45202026-09-02T21:57:01.515Z[ recovery-image] Sep 02 21:57:00.674 INFO O| Sep 02 21:57:00.674 INFO O| Planning: Planning completed in 0.00 seconds
45212026-09-02T21:57:01.515Z[ recovery-image] Sep 02 21:57:00.675 INFO O| Sep 02 21:57:00.675 INFO O| Variants/Facets to change: 1
45222026-09-02T21:57:01.539Z[verify-libraries] Compiling tiny-keccak v2.0.2
45232026-09-02T21:57:01.625Z[ recovery-image] Sep 02 21:57:00.783 INFO O| Sep 02 21:57:00.783 INFO O| Finalize: Updating package state database ... Done
45242026-09-02T21:57:01.626Z[ recovery-image] Sep 02 21:57:00.783 INFO O| Sep 02 21:57:00.783 INFO O| Finalize: Updating package cache ... Done
45252026-09-02T21:57:01.633Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45262026-09-02T21:57:01.713Z[ recovery-image] Sep 02 21:57:00.875 INFO O| Sep 02 21:57:00.875 INFO O| Finalize: Updating image state ... Done
45272026-09-02T21:57:01.738Z[ recovery-image] Sep 02 21:57:00.895 INFO O| Sep 02 21:57:00.895 INFO O| Finalize: Creating fast lookup database ... Done
45282026-09-02T21:57:01.738Z[ recovery-image] Sep 02 21:57:00.895 INFO O| Sep 02 21:57:00.895 INFO O| Finalize: Reading search index ... Done
45292026-09-02T21:57:01.738Z[ recovery-image] Sep 02 21:57:00.895 INFO O| Sep 02 21:57:00.895 INFO O| Finalize: Updating search index ... Done
45302026-09-02T21:57:01.744Z[ recovery-image] Sep 02 21:57:00.896 INFO O| Sep 02 21:57:00.896 INFO O| Finalize: Updating package cache ... Done
45312026-09-02T21:57:01.755Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45322026-09-02T21:57:01.800Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45332026-09-02T21:57:01.850Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45342026-09-02T21:57:01.896Z[verify-libraries] Compiling darling_macro v0.21.3
45352026-09-02T21:57:01.974Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45362026-09-02T21:57:02.080Z[verify-libraries] Compiling term v0.7.0
45372026-09-02T21:57:02.098Z[ recovery-image] Sep 02 21:57:01.257 INFO O| Sep 02 21:57:01.256 INFO STEP 10 (pkg_change_facet) COMPLETE
45382026-09-02T21:57:02.098Z[ recovery-image] Sep 02 21:57:01.257 INFO O| Sep 02 21:57:01.256 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45392026-09-02T21:57:02.106Z[ recovery-image] Sep 02 21:57:01.268 INFO O| Sep 02 21:57:01.268 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"]
45402026-09-02T21:57:02.150Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45412026-09-02T21:57:02.155Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45422026-09-02T21:57:02.206Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45432026-09-02T21:57:02.282Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45442026-09-02T21:57:02.320Z[ host-image] Sep 02 21:57:01.482 INFO O| Sep 02 21:57:01.482 INFO O| Actions: 21166/54206 actions (Installing new actions)
45452026-09-02T21:57:02.444Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45462026-09-02T21:57:02.626Z[verify-libraries] Compiling darling v0.21.3
45472026-09-02T21:57:02.676Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45482026-09-02T21:57:02.713Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45492026-09-02T21:57:02.766Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45502026-09-02T21:57:02.803Z[verify-libraries] Compiling diff v0.1.13
45512026-09-02T21:57:02.830Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45522026-09-02T21:57:02.936Z[verify-libraries] Compiling bit-vec v0.6.3
45532026-09-02T21:57:03.065Z[verify-libraries] Compiling ascii-canvas v3.0.0
45542026-09-02T21:57:03.214Z[verify-libraries] Compiling bit-set v0.5.3
45552026-09-02T21:57:03.258Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45562026-09-02T21:57:03.262Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45572026-09-02T21:57:03.285Z[verify-libraries] Compiling itertools v0.10.5
45582026-09-02T21:57:03.292Z[verify-libraries] Compiling libloading v0.8.9
45592026-09-02T21:57:03.449Z[verify-libraries] Compiling ena v0.14.4
45602026-09-02T21:57:03.479Z[verify-libraries] Compiling bindgen v0.71.1
45612026-09-02T21:57:03.524Z[verify-libraries] Compiling regex-syntax v0.6.29
45622026-09-02T21:57:03.713Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45632026-09-02T21:57:03.803Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45642026-09-02T21:57:04.156Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45652026-09-02T21:57:04.163Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45662026-09-02T21:57:04.388Z[verify-libraries] Compiling cexpr v0.6.0
45672026-09-02T21:57:04.451Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45682026-09-02T21:57:04.584Z[verify-libraries] Compiling rustc-hash v2.1.1
45692026-09-02T21:57:04.700Z[verify-libraries] Compiling rfc6979 v0.4.0
45702026-09-02T21:57:04.890Z[ recovery-image] Sep 02 21:57:04.042 INFO O| Sep 02 21:57:04.042 INFO O| Startup: Refreshing catalog 'helios' ... Done
45712026-09-02T21:57:04.902Z[verify-libraries] Compiling libxml v0.3.3
45722026-09-02T21:57:04.920Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45732026-09-02T21:57:05.016Z[verify-libraries] Compiling ecdsa v0.16.9
45742026-09-02T21:57:05.055Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45752026-09-02T21:57:05.103Z[verify-libraries] Compiling strum_macros v0.24.3
45762026-09-02T21:57:05.359Z[verify-libraries] Compiling lalrpop v0.19.12
45772026-09-02T21:57:05.452Z[verify-libraries] Compiling primeorder v0.13.6
45782026-09-02T21:57:05.464Z[verify-libraries] Compiling hashbrown v0.14.5
45792026-09-02T21:57:05.547Z[ recovery-image] Sep 02 21:57:04.706 INFO O| Sep 02 21:57:04.706 INFO O| Startup: Caching catalogs ... Done
45802026-09-02T21:57:05.552Z[verify-libraries] Compiling hmac v0.13.0
45812026-09-02T21:57:05.562Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45822026-09-02T21:57:05.842Z[verify-libraries] Compiling universal-hash v0.6.1
45832026-09-02T21:57:05.951Z[verify-libraries] Compiling fxhash v0.2.1
45842026-09-02T21:57:06.084Z[ host-image] Sep 02 21:57:05.245 INFO O| Sep 02 21:57:05.245 INFO O| Actions: Completed 54206 actions in 8.75 seconds.
45852026-09-02T21:57:06.134Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45862026-09-02T21:57:06.168Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45872026-09-02T21:57:06.218Z[ host-image] Sep 02 21:57:05.374 INFO O| Sep 02 21:57:05.374 INFO O| Finalize: Updating package state database ... Done
45882026-09-02T21:57:06.218Z[ host-image] Sep 02 21:57:05.374 INFO O| Sep 02 21:57:05.374 INFO O| Finalize: Updating package cache ... Done
45892026-09-02T21:57:06.237Z[verify-libraries] Compiling indoc v1.0.9
45902026-09-02T21:57:06.259Z[verify-libraries] Compiling salty v0.3.0
45912026-09-02T21:57:06.287Z[verify-libraries] Compiling chumsky v0.9.3
45922026-09-02T21:57:06.367Z[verify-libraries] Compiling knus-derive v3.4.0
45932026-09-02T21:57:06.375Z[ host-image] Sep 02 21:57:05.536 INFO O| Sep 02 21:57:05.536 INFO O| Finalize: Updating image state ... Done
45942026-09-02T21:57:06.763Z[verify-libraries] Compiling p384 v0.13.1
45952026-09-02T21:57:06.962Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45962026-09-02T21:57:07.200Z[verify-libraries] Compiling progenitor-impl v0.13.0
45972026-09-02T21:57:07.470Z[ host-image] Sep 02 21:57:06.630 INFO O| Sep 02 21:57:06.630 INFO O| Finalize: Creating fast lookup database ... Done
45982026-09-02T21:57:07.522Z[ host-image] Sep 02 21:57:06.684 INFO O| Sep 02 21:57:06.684 INFO O| Finalize: Reading search index ... Done
45992026-09-02T21:57:07.684Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
46002026-09-02T21:57:07.828Z[verify-libraries] Compiling oso-derive v0.27.3
46012026-09-02T21:57:08.145Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46022026-09-02T21:57:08.283Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46032026-09-02T21:57:08.367Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46042026-09-02T21:57:08.957Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46052026-09-02T21:57:09.135Z[ recovery-image] Sep 02 21:57:08.294 INFO O| Sep 02 21:57:08.294 INFO O| Planning: Solver setup ... Done
46062026-09-02T21:57:09.144Z[verify-libraries] Compiling quick-xml v0.37.5
46072026-09-02T21:57:09.611Z[ recovery-image] Sep 02 21:57:08.773 INFO O| Sep 02 21:57:08.773 INFO O| Planning: Running solver ... Done
46082026-09-02T21:57:09.682Z[ recovery-image] Sep 02 21:57:08.844 INFO O| Sep 02 21:57:08.844 INFO O| Planning: Finding local manifests ... Done
46092026-09-02T21:57:09.751Z[ recovery-image] Sep 02 21:57:08.913 INFO O| Sep 02 21:57:08.913 INFO O| Planning: Fetching manifests: 0/130 0% complete
46102026-09-02T21:57:09.952Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
46112026-09-02T21:57:10.146Z[verify-libraries] Compiling diesel v2.3.7
46122026-09-02T21:57:10.430Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
46132026-09-02T21:57:10.494Z[verify-libraries] Compiling openssl-probe v0.1.6
46142026-09-02T21:57:10.773Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46152026-09-02T21:57:10.841Z[verify-libraries] Compiling progenitor-macro v0.13.0
46162026-09-02T21:57:10.891Z[ host-image] Sep 02 21:57:10.053 INFO O| Sep 02 21:57:10.053 INFO O| Finalize: Building new search index ... Done
46172026-09-02T21:57:10.958Z[verify-libraries] Compiling knus v3.4.0
46182026-09-02T21:57:11.457Z[ host-image] Sep 02 21:57:10.617 INFO O| Sep 02 21:57:10.617 INFO O| Finalize: Updating package cache ... Done
46192026-09-02T21:57:11.884Z[ host-image] Sep 02 21:57:11.028 INFO O| Sep 02 21:57:11.028 INFO STEP 11 (pkg_install) COMPLETE
46202026-09-02T21:57:11.884Z[ host-image] Sep 02 21:57:11.028 INFO O| Sep 02 21:57:11.028 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46212026-09-02T21:57:11.895Z[ host-image] Sep 02 21:57:11.040 INFO O| Sep 02 21:57:11.040 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"]
46222026-09-02T21:57:12.047Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46232026-09-02T21:57:12.119Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46242026-09-02T21:57:12.250Z[verify-libraries] Compiling polyval v0.7.1
46252026-09-02T21:57:12.632Z[verify-libraries] Compiling der v0.8.0
46262026-09-02T21:57:12.749Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46272026-09-02T21:57:13.082Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46282026-09-02T21:57:13.150Z[verify-libraries] Compiling progenitor-client v0.13.0
46292026-09-02T21:57:13.247Z[ recovery-image] Sep 02 21:57:12.404 INFO O| Sep 02 21:57:12.404 INFO O| Planning: Fetching manifests: 130/130 100% complete
46302026-09-02T21:57:13.680Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46312026-09-02T21:57:13.719Z[verify-libraries] Compiling git-stub v1.0.0
46322026-09-02T21:57:13.950Z[ recovery-image] Sep 02 21:57:13.110 INFO O| Sep 02 21:57:13.110 INFO O| Planning: Package planning ... Done
46332026-09-02T21:57:14.079Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46342026-09-02T21:57:14.139Z[ recovery-image] Sep 02 21:57:13.295 INFO O| Sep 02 21:57:13.295 INFO O| Planning: Merging actions ... Done
46352026-09-02T21:57:14.165Z[verify-libraries] Compiling kstat-rs v0.2.5
46362026-09-02T21:57:14.203Z[verify-libraries] Compiling trait-variant v0.1.2
46372026-09-02T21:57:14.216Z[ recovery-image] Sep 02 21:57:13.378 INFO O| Sep 02 21:57:13.378 INFO O| Planning: Checking for conflicting actions ... Done
46382026-09-02T21:57:14.382Z[ recovery-image] Sep 02 21:57:13.539 INFO O| Sep 02 21:57:13.539 INFO O| Planning: Consolidating action changes ... Done
46392026-09-02T21:57:14.542Z[ recovery-image] Sep 02 21:57:13.699 INFO O| Sep 02 21:57:13.699 INFO O| Planning: Evaluating mediators ... Done
46402026-09-02T21:57:14.683Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46412026-09-02T21:57:14.817Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46422026-09-02T21:57:14.933Z[ host-image] Sep 02 21:57:14.087 INFO O| Sep 02 21:57:14.087 INFO O| Startup: Refreshing catalog 'helios' ... Done
46432026-09-02T21:57:15.068Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46442026-09-02T21:57:15.092Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46452026-09-02T21:57:15.129Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46462026-09-02T21:57:15.311Z[verify-libraries] Compiling ghash v0.6.0
46472026-09-02T21:57:15.405Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
46482026-09-02T21:57:15.517Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46492026-09-02T21:57:15.606Z[ host-image] Sep 02 21:57:14.768 INFO O| Sep 02 21:57:14.768 INFO O| Startup: Caching catalogs ... Done
46502026-09-02T21:57:15.693Z[verify-libraries] Compiling pbkdf2 v0.13.0
46512026-09-02T21:57:15.707Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46522026-09-02T21:57:15.828Z[verify-libraries] Compiling crypto-bigint v0.7.5
46532026-09-02T21:57:15.904Z[verify-libraries] Compiling aes v0.9.1
46542026-09-02T21:57:15.954Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46552026-09-02T21:57:15.970Z[verify-libraries] Compiling ctr v0.10.1
46562026-09-02T21:57:16.292Z[ recovery-image] Sep 02 21:57:15.453 INFO O| Sep 02 21:57:15.453 INFO O| Planning: Planning completed in 10.73 seconds
46572026-09-02T21:57:16.295Z[ recovery-image] Sep 02 21:57:15.456 INFO O| Sep 02 21:57:15.456 INFO O| Packages to install: 130
46582026-09-02T21:57:16.295Z[ recovery-image] Sep 02 21:57:15.456 INFO O| Sep 02 21:57:15.456 INFO O| Mediators to change: 5
46592026-09-02T21:57:16.295Z[ recovery-image] Sep 02 21:57:15.456 INFO O| Sep 02 21:57:15.456 INFO O| Services to change: 5
46602026-09-02T21:57:16.328Z[ recovery-image] Sep 02 21:57:15.490 INFO O| Sep 02 21:57:15.490 INFO O| Download: 0/16683 items 0.0/200.2MB 0% complete
46612026-09-02T21:57:16.443Z[verify-libraries] Compiling aead v0.6.1
46622026-09-02T21:57:16.465Z[ host-image] Sep 02 21:57:15.623 INFO O| Sep 02 21:57:15.623 INFO O| Planning: Solver setup ... Done
46632026-09-02T21:57:16.469Z[ host-image] Sep 02 21:57:15.629 INFO O| Sep 02 21:57:15.629 INFO O| Planning: Running solver ... Done
46642026-09-02T21:57:16.521Z[verify-libraries] Compiling bb8 v0.8.6
46652026-09-02T21:57:16.530Z[ host-image] Sep 02 21:57:15.684 INFO O| Sep 02 21:57:15.684 INFO O| Planning: Finding local manifests ... Done
46662026-09-02T21:57:16.600Z[ host-image] Sep 02 21:57:15.757 INFO O| Sep 02 21:57:15.757 INFO O| Planning: Fetching manifests: 0/6 0% complete
46672026-09-02T21:57:16.723Z[ host-image] Sep 02 21:57:15.882 INFO O| Sep 02 21:57:15.882 INFO O| Planning: Fetching manifests: 6/6 100% complete
46682026-09-02T21:57:16.746Z[ host-image] Sep 02 21:57:15.907 INFO O| Sep 02 21:57:15.907 INFO O| Planning: Package planning ... Done
46692026-09-02T21:57:16.751Z[ host-image] Sep 02 21:57:15.909 INFO O| Sep 02 21:57:15.909 INFO O| Planning: Merging actions ... Done
46702026-09-02T21:57:16.751Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46712026-09-02T21:57:16.814Z[ host-image] Sep 02 21:57:15.973 INFO O| Sep 02 21:57:15.972 INFO O| Planning: Checking for conflicting actions ... Done
46722026-09-02T21:57:16.818Z[ host-image] Sep 02 21:57:15.974 INFO O| Sep 02 21:57:15.974 INFO O| Planning: Consolidating action changes ... Done
46732026-09-02T21:57:16.929Z[verify-libraries] Compiling parking_lot_core v0.8.6
46742026-09-02T21:57:17.050Z[ host-image] Sep 02 21:57:16.204 INFO O| Sep 02 21:57:16.204 INFO O| Planning: Evaluating mediators ... Done
46752026-09-02T21:57:17.060Z[ host-image] Sep 02 21:57:16.205 INFO O| Sep 02 21:57:16.205 INFO O| Planning: Planning completed in 1.41 seconds
46762026-09-02T21:57:17.060Z[ host-image] Sep 02 21:57:16.206 INFO O| Sep 02 21:57:16.206 INFO O| Packages to install: 6
46772026-09-02T21:57:17.060Z[ host-image] Sep 02 21:57:16.206 INFO O| Sep 02 21:57:16.206 INFO O| Services to change: 2
46782026-09-02T21:57:17.066Z[ host-image] Sep 02 21:57:16.220 INFO O| Sep 02 21:57:16.220 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
46792026-09-02T21:57:17.209Z[verify-libraries] Compiling aes-gcm v0.11.0
46802026-09-02T21:57:17.260Z[ host-image] Sep 02 21:57:16.419 INFO O| Sep 02 21:57:16.418 INFO O| Download: Completed 1.76 MB in 0.20 seconds (8.9M/s)
46812026-09-02T21:57:17.293Z[ host-image] Sep 02 21:57:16.446 INFO O| Sep 02 21:57:16.446 INFO O| Actions: 1/391 actions (Installing new actions)
46822026-09-02T21:57:17.376Z[verify-libraries] Compiling progenitor v0.13.0
46832026-09-02T21:57:17.404Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46842026-09-02T21:57:17.433Z[verify-libraries] Compiling spki v0.8.0
46852026-09-02T21:57:17.442Z[ host-image] Sep 02 21:57:16.602 INFO O| Sep 02 21:57:16.602 INFO O| Actions: Completed 391 actions in 0.16 seconds.
46862026-09-02T21:57:17.492Z[ host-image] Sep 02 21:57:16.654 INFO O| Sep 02 21:57:16.654 INFO O| Finalize: Updating package state database ... Done
46872026-09-02T21:57:17.492Z[ host-image] Sep 02 21:57:16.654 INFO O| Sep 02 21:57:16.654 INFO O| Finalize: Updating package cache ... Done
46882026-09-02T21:57:17.535Z[verify-libraries] Compiling mime_guess v2.0.5
46892026-09-02T21:57:17.608Z[ host-image] Sep 02 21:57:16.770 INFO O| Sep 02 21:57:16.770 INFO O| Finalize: Updating image state ... Done
46902026-09-02T21:57:17.627Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46912026-09-02T21:57:17.686Z[verify-libraries] Compiling salsa20 v0.11.0
46922026-09-02T21:57:17.767Z[verify-libraries] Compiling nanorand v0.7.0
46932026-09-02T21:57:17.972Z[verify-libraries] Compiling scrypt v0.12.0
46942026-09-02T21:57:18.036Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46952026-09-02T21:57:18.258Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46962026-09-02T21:57:18.285Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46972026-09-02T21:57:18.335Z[verify-libraries] Compiling flume v0.11.1
46982026-09-02T21:57:18.394Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46992026-09-02T21:57:18.412Z[verify-libraries] Compiling cbc v0.2.1
47002026-09-02T21:57:18.665Z[ host-image] Sep 02 21:57:17.825 INFO O| Sep 02 21:57:17.824 INFO O| Finalize: Creating fast lookup database ... Done
47012026-09-02T21:57:18.685Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
47022026-09-02T21:57:18.697Z[ host-image] Sep 02 21:57:17.857 INFO O| Sep 02 21:57:17.857 INFO O| Finalize: Reading search index ... Done
47032026-09-02T21:57:18.698Z[ host-image] Sep 02 21:57:17.857 INFO O| Sep 02 21:57:17.857 INFO O| Finalize: Updating search index ... Done
47042026-09-02T21:57:18.715Z[ host-image] Sep 02 21:57:17.874 INFO O| Sep 02 21:57:17.874 INFO O| Finalize: Updating package cache ... Done
47052026-09-02T21:57:18.727Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47062026-09-02T21:57:18.784Z[verify-libraries] Compiling nonempty v0.12.0
47072026-09-02T21:57:18.833Z[verify-libraries] Compiling corncobs v0.1.4
47082026-09-02T21:57:19.012Z[verify-libraries] Compiling http-range v0.1.5
47092026-09-02T21:57:19.080Z[verify-libraries] Compiling pkcs5 v0.8.1
47102026-09-02T21:57:19.274Z[ host-image] Sep 02 21:57:18.261 INFO O| Sep 02 21:57:18.261 INFO STEP 12 (pkg_install) COMPLETE
47112026-09-02T21:57:19.274Z[ host-image] Sep 02 21:57:18.261 INFO O| Sep 02 21:57:18.261 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47122026-09-02T21:57:19.300Z[ host-image] Sep 02 21:57:18.276 INFO O| Sep 02 21:57:18.276 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
47132026-09-02T21:57:19.300Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47142026-09-02T21:57:19.300Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
47152026-09-02T21:57:19.400Z[verify-libraries] Compiling parking_lot v0.11.2
47162026-09-02T21:57:19.400Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
47172026-09-02T21:57:19.865Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
47182026-09-02T21:57:19.953Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
47192026-09-02T21:57:19.978Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
47202026-09-02T21:57:20.009Z[verify-libraries] Compiling digest-io v0.1.0
47212026-09-02T21:57:20.257Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
47222026-09-02T21:57:20.289Z[verify-libraries] Compiling prefix-trie v0.7.0
47232026-09-02T21:57:20.321Z[verify-libraries] Compiling secrecy v0.8.0
47242026-09-02T21:57:20.572Z[verify-libraries] Compiling rawzip v0.4.4
47252026-09-02T21:57:20.809Z[verify-libraries] Compiling hickory-server v0.25.2
47262026-09-02T21:57:21.156Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47272026-09-02T21:57:21.243Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47282026-09-02T21:57:21.336Z[verify-libraries] Compiling sled v0.34.7
47292026-09-02T21:57:21.341Z[ recovery-image] Sep 02 21:57:20.498 INFO O| Sep 02 21:57:20.498 INFO O| Download: 7024/16683 items 73.3/200.2MB 36% complete (14.7M/s)
47302026-09-02T21:57:21.496Z[verify-libraries] Compiling pkcs8 v0.11.0
47312026-09-02T21:57:21.759Z[ host-image] Sep 02 21:57:20.920 INFO O| Sep 02 21:57:20.920 INFO O| Startup: Refreshing catalog 'helios' ... Done
47322026-09-02T21:57:21.933Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47332026-09-02T21:57:22.024Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47342026-09-02T21:57:22.155Z[verify-libraries] Compiling ignore v0.4.25
47352026-09-02T21:57:22.297Z[verify-libraries] Compiling anstyle-parse v0.2.7
47362026-09-02T21:57:22.338Z[verify-libraries] Compiling ff v0.14.0
47372026-09-02T21:57:22.433Z[ host-image] Sep 02 21:57:21.593 INFO O| Sep 02 21:57:21.593 INFO O| Startup: Caching catalogs ... Done
47382026-09-02T21:57:22.694Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47392026-09-02T21:57:22.703Z[verify-libraries] Compiling anstream v0.6.21
47402026-09-02T21:57:22.779Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47412026-09-02T21:57:23.029Z[verify-libraries] Compiling globwalk v0.9.1
47422026-09-02T21:57:23.158Z[verify-libraries] Compiling predicates-tree v1.0.13
47432026-09-02T21:57:23.180Z[ host-image] Sep 02 21:57:22.332 INFO O| Sep 02 21:57:22.332 INFO O| Planning: Solver setup ... Done
47442026-09-02T21:57:23.202Z[ host-image] Sep 02 21:57:22.338 INFO O| Sep 02 21:57:22.338 INFO O| Planning: Running solver ... Done
47452026-09-02T21:57:23.202Z[verify-libraries] Compiling libz-sys v1.1.24
47462026-09-02T21:57:23.217Z[ host-image] Sep 02 21:57:22.362 INFO O| Sep 02 21:57:22.362 INFO O| Planning: Finding local manifests ... Done
47472026-09-02T21:57:23.246Z[ host-image] Sep 02 21:57:22.403 INFO O| Sep 02 21:57:22.402 INFO O| Planning: Fetching manifests: 0/6 0% complete
47482026-09-02T21:57:23.387Z[ host-image] Sep 02 21:57:22.545 INFO O| Sep 02 21:57:22.545 INFO O| Planning: Fetching manifests: 6/6 100% complete
47492026-09-02T21:57:23.442Z[ host-image] Sep 02 21:57:22.600 INFO O| Sep 02 21:57:22.600 INFO O| Planning: Package planning ... Done
47502026-09-02T21:57:23.448Z[ host-image] Sep 02 21:57:22.609 INFO O| Sep 02 21:57:22.609 INFO O| Planning: Merging actions ... Done
47512026-09-02T21:57:23.482Z[verify-libraries] Compiling rand_seeder v0.4.0
47522026-09-02T21:57:23.508Z[ host-image] Sep 02 21:57:22.666 INFO O| Sep 02 21:57:22.666 INFO O| Planning: Checking for conflicting actions ... Done
47532026-09-02T21:57:23.512Z[ host-image] Sep 02 21:57:22.670 INFO O| Sep 02 21:57:22.670 INFO O| Planning: Consolidating action changes ... Done
47542026-09-02T21:57:23.669Z[ host-image] Sep 02 21:57:22.824 INFO O| Sep 02 21:57:22.824 INFO O| Planning: Evaluating mediators ... Done
47552026-09-02T21:57:23.684Z[ host-image] Sep 02 21:57:22.827 INFO O| Sep 02 21:57:22.827 INFO O| Planning: Planning completed in 1.20 seconds
47562026-09-02T21:57:23.684Z[ host-image] Sep 02 21:57:22.828 INFO O| Sep 02 21:57:22.828 INFO O| Packages to install: 6
47572026-09-02T21:57:23.684Z[ host-image] Sep 02 21:57:22.828 INFO O| Sep 02 21:57:22.828 INFO O| Mediators to change: 1
47582026-09-02T21:57:23.684Z[ host-image] Sep 02 21:57:22.828 INFO O| Sep 02 21:57:22.828 INFO O| Services to change: 1
47592026-09-02T21:57:23.695Z[ host-image] Sep 02 21:57:22.849 INFO O| Sep 02 21:57:22.849 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
47602026-09-02T21:57:23.742Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47612026-09-02T21:57:24.036Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47622026-09-02T21:57:24.059Z[verify-libraries] Compiling group v0.14.0
47632026-09-02T21:57:24.186Z[ host-image] Sep 02 21:57:23.348 INFO O| Sep 02 21:57:23.348 INFO O| Download: Completed 7.84 MB in 0.50 seconds (15.7M/s)
47642026-09-02T21:57:24.249Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47652026-09-02T21:57:24.544Z[ host-image] Sep 02 21:57:23.472 INFO O| Sep 02 21:57:23.472 INFO O| Actions: 1/1366 actions (Installing new actions)
47662026-09-02T21:57:24.578Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47672026-09-02T21:57:24.597Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47682026-09-02T21:57:24.647Z[ host-image] Sep 02 21:57:23.809 INFO O| Sep 02 21:57:23.809 INFO O| Actions: Completed 1366 actions in 0.34 seconds.
47692026-09-02T21:57:24.692Z[verify-libraries] Compiling signature v3.0.0
47702026-09-02T21:57:24.712Z[ host-image] Sep 02 21:57:23.869 INFO O| Sep 02 21:57:23.869 INFO O| Finalize: Updating package state database ... Done
47712026-09-02T21:57:24.712Z[ host-image] Sep 02 21:57:23.869 INFO O| Sep 02 21:57:23.869 INFO O| Finalize: Updating package cache ... Done
47722026-09-02T21:57:24.822Z[ host-image] Sep 02 21:57:23.984 INFO O| Sep 02 21:57:23.984 INFO O| Finalize: Updating image state ... Done
47732026-09-02T21:57:24.849Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47742026-09-02T21:57:24.969Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47752026-09-02T21:57:25.063Z[verify-libraries] Compiling instability v0.3.11
47762026-09-02T21:57:25.189Z[verify-libraries] Compiling base16ct v1.0.0
47772026-09-02T21:57:25.362Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47782026-09-02T21:57:25.396Z[verify-libraries] Compiling sec1 v0.8.1
47792026-09-02T21:57:25.524Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47802026-09-02T21:57:25.578Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47812026-09-02T21:57:25.696Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47822026-09-02T21:57:25.880Z[verify-libraries] Compiling hkdf v0.13.0
47832026-09-02T21:57:25.884Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47842026-09-02T21:57:25.973Z[verify-libraries] Compiling scuffle v0.1.0
47852026-09-02T21:57:26.159Z[ host-image] Sep 02 21:57:25.321 INFO O| Sep 02 21:57:25.321 INFO O| Finalize: Creating fast lookup database ... Done
47862026-09-02T21:57:26.194Z[ host-image] Sep 02 21:57:25.355 INFO O| Sep 02 21:57:25.355 INFO O| Finalize: Reading search index ... Done
47872026-09-02T21:57:26.194Z[ host-image] Sep 02 21:57:25.355 INFO O| Sep 02 21:57:25.355 INFO O| Finalize: Updating search index ... Done
47882026-09-02T21:57:26.201Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47892026-09-02T21:57:26.232Z[ host-image] Sep 02 21:57:25.394 INFO O| Sep 02 21:57:25.394 INFO O| Finalize: Updating package cache ... Done
47902026-09-02T21:57:26.312Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47912026-09-02T21:57:26.316Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47922026-09-02T21:57:26.355Z[ recovery-image] Sep 02 21:57:25.515 INFO O| Sep 02 21:57:25.515 INFO O| Download: 14693/16683 items 158.4/200.2MB 79% complete (15.8M/s)
47932026-09-02T21:57:26.585Z[ host-image] Sep 02 21:57:25.747 INFO O| Sep 02 21:57:25.747 INFO STEP 13 (pkg_install) COMPLETE
47942026-09-02T21:57:26.585Z[ host-image] Sep 02 21:57:25.747 INFO O| Sep 02 21:57:25.747 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47952026-09-02T21:57:26.598Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47962026-09-02T21:57:26.715Z[ host-image] Sep 02 21:57:25.760 INFO O| Sep 02 21:57:25.760 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
47972026-09-02T21:57:26.755Z[verify-libraries] Compiling castaway v0.2.4
47982026-09-02T21:57:27.058Z[verify-libraries] Compiling indoc v2.0.7
47992026-09-02T21:57:27.188Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
48002026-09-02T21:57:27.269Z[verify-libraries] Compiling compact_str v0.8.1
48012026-09-02T21:57:27.343Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
48022026-09-02T21:57:27.531Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
48032026-09-02T21:57:27.613Z[verify-libraries] Compiling elliptic-curve v0.14.1
48042026-09-02T21:57:27.806Z[ recovery-image] Sep 02 21:57:26.881 INFO O| Sep 02 21:57:26.881 INFO O| Download: Completed 200.18 MB in 11.39 seconds (17.5M/s)
48052026-09-02T21:57:27.983Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
48062026-09-02T21:57:28.024Z[ recovery-image] Sep 02 21:57:27.185 INFO O| Sep 02 21:57:27.185 INFO O| Actions: 1/27596 actions (Installing new actions)
48072026-09-02T21:57:28.361Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
48082026-09-02T21:57:28.605Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
48092026-09-02T21:57:28.759Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
48102026-09-02T21:57:28.808Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
48112026-09-02T21:57:28.977Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48122026-09-02T21:57:29.241Z[verify-libraries] Compiling lru v0.12.5
48132026-09-02T21:57:29.381Z[ host-image] Sep 02 21:57:28.538 INFO O| Sep 02 21:57:28.538 INFO O| Startup: Refreshing catalog 'helios' ... Done
48142026-09-02T21:57:29.556Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48152026-09-02T21:57:29.772Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48162026-09-02T21:57:29.805Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
48172026-09-02T21:57:29.821Z[verify-libraries] Compiling unicode-truncate v1.1.0
48182026-09-02T21:57:29.944Z[verify-libraries] Compiling arc-swap v1.8.2
48192026-09-02T21:57:29.992Z[verify-libraries] Compiling cassowary v0.3.0
48202026-09-02T21:57:30.057Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48212026-09-02T21:57:30.331Z[verify-libraries] Compiling ratatui v0.29.0
48222026-09-02T21:57:30.345Z[ host-image] Sep 02 21:57:29.496 INFO O| Sep 02 21:57:29.496 INFO O| Startup: Caching catalogs ... Done
48232026-09-02T21:57:30.376Z[verify-libraries] Compiling slog-scope v4.4.1
48242026-09-02T21:57:30.749Z[verify-libraries] Compiling wnaf v0.14.0
48252026-09-02T21:57:30.846Z[verify-libraries] Compiling primefield v0.14.0
48262026-09-02T21:57:30.908Z[verify-libraries] Compiling rfc6979 v0.6.0
48272026-09-02T21:57:31.087Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48282026-09-02T21:57:31.195Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48292026-09-02T21:57:31.213Z[ host-image] Sep 02 21:57:30.361 INFO O| Sep 02 21:57:30.361 INFO O| Planning: Solver setup ... Done
48302026-09-02T21:57:31.222Z[ host-image] Sep 02 21:57:30.367 INFO O| Sep 02 21:57:30.367 INFO O| Planning: Running solver ... Done
48312026-09-02T21:57:31.222Z[ host-image] Sep 02 21:57:30.384 INFO O| Sep 02 21:57:30.384 INFO O| Planning: Finding local manifests ... Done
48322026-09-02T21:57:31.748Z[ host-image] Sep 02 21:57:30.401 INFO O| Sep 02 21:57:30.401 INFO O| Planning: Fetching manifests: 0/1 0% complete
48332026-09-02T21:57:31.748Z[ host-image] Sep 02 21:57:30.407 INFO O| Sep 02 21:57:30.407 INFO O| Planning: Fetching manifests: 1/1 100% complete
48342026-09-02T21:57:31.748Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48352026-09-02T21:57:31.748Z[verify-libraries] Compiling vergen-git2 v9.1.0
48362026-09-02T21:57:31.748Z[ host-image] Sep 02 21:57:30.425 INFO O| Sep 02 21:57:30.424 INFO O| Planning: Package planning ... Done
48372026-09-02T21:57:31.748Z[ host-image] Sep 02 21:57:30.425 INFO O| Sep 02 21:57:30.425 INFO O| Planning: Merging actions ... Done
48382026-09-02T21:57:31.748Z[ host-image] Sep 02 21:57:30.469 INFO O| Sep 02 21:57:30.469 INFO O| Planning: Checking for conflicting actions ... Done
48392026-09-02T21:57:31.748Z[ host-image] Sep 02 21:57:30.469 INFO O| Sep 02 21:57:30.469 INFO O| Planning: Consolidating action changes ... Done
48402026-09-02T21:57:31.748Z[verify-libraries] Compiling strsim v0.10.0
48412026-09-02T21:57:31.748Z[ host-image] Sep 02 21:57:30.619 INFO O| Sep 02 21:57:30.619 INFO O| Planning: Evaluating mediators ... Done
48422026-09-02T21:57:31.748Z[ host-image] Sep 02 21:57:30.620 INFO O| Sep 02 21:57:30.620 INFO O| Planning: Planning completed in 1.10 seconds
48432026-09-02T21:57:31.749Z[ host-image] Sep 02 21:57:30.620 INFO O| Sep 02 21:57:30.620 INFO O| Packages to install: 1
48442026-09-02T21:57:31.749Z[ host-image] Sep 02 21:57:30.632 INFO O| Sep 02 21:57:30.632 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
48452026-09-02T21:57:31.749Z[verify-libraries] Compiling ecdsa v0.17.0
48462026-09-02T21:57:31.749Z[verify-libraries] Compiling primeorder v0.14.0
48472026-09-02T21:57:31.749Z[verify-libraries] Compiling slog-stdlog v4.1.1
48482026-09-02T21:57:31.985Z[ host-image] Sep 02 21:57:31.119 INFO O| Sep 02 21:57:31.119 INFO O| Download: Completed 13.27 MB in 0.49 seconds (27.2M/s)
48492026-09-02T21:57:32.115Z[verify-libraries] Compiling darling_core v0.13.4
48502026-09-02T21:57:32.137Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48512026-09-02T21:57:32.180Z[verify-libraries] Compiling tungstenite v0.23.0
48522026-09-02T21:57:32.258Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48532026-09-02T21:57:32.304Z[ host-image] Sep 02 21:57:31.422 INFO O| Sep 02 21:57:31.422 INFO O| Actions: 1/22 actions (Installing new actions)
48542026-09-02T21:57:32.532Z[ host-image] Sep 02 21:57:31.693 INFO O| Sep 02 21:57:31.693 INFO O| Actions: Completed 22 actions in 0.27 seconds.
48552026-09-02T21:57:32.584Z[ host-image] Sep 02 21:57:31.745 INFO O| Sep 02 21:57:31.745 INFO O| Finalize: Updating package state database ... Done
48562026-09-02T21:57:32.585Z[ host-image] Sep 02 21:57:31.745 INFO O| Sep 02 21:57:31.745 INFO O| Finalize: Updating package cache ... Done
48572026-09-02T21:57:32.707Z[ host-image] Sep 02 21:57:31.860 INFO O| Sep 02 21:57:31.860 INFO O| Finalize: Updating image state ... Done
48582026-09-02T21:57:32.856Z[verify-libraries] Compiling console v0.16.2
48592026-09-02T21:57:32.980Z[verify-libraries] Compiling libsw-core v0.3.2
48602026-09-02T21:57:32.991Z[verify-libraries] Compiling unit-prefix v0.5.2
48612026-09-02T21:57:33.031Z[ recovery-image] Sep 02 21:57:32.186 INFO O| Sep 02 21:57:32.186 INFO O| Actions: 18696/27596 actions (Installing new actions)
48622026-09-02T21:57:33.227Z[verify-libraries] Compiling void v1.0.2
48632026-09-02T21:57:33.295Z[verify-libraries] Compiling assert_matches v1.5.0
48642026-09-02T21:57:33.381Z[verify-libraries] Compiling lzss v0.8.2
48652026-09-02T21:57:33.462Z[verify-libraries] Compiling indicatif v0.18.4
48662026-09-02T21:57:38.023Z[verify-libraries] Compiling libsw v3.5.0
48672026-09-02T21:57:38.214Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48682026-09-02T21:57:38.214Z[ host-image] Sep 02 21:57:32.946 INFO O| Sep 02 21:57:32.946 INFO O| Finalize: Creating fast lookup database ... Done
48692026-09-02T21:57:38.214Z[verify-libraries] Compiling slog-envlogger v2.2.0
48702026-09-02T21:57:38.214Z[ host-image] Sep 02 21:57:32.981 INFO O| Sep 02 21:57:32.981 INFO O| Finalize: Reading search index ... Done
48712026-09-02T21:57:38.214Z[ host-image] Sep 02 21:57:32.981 INFO O| Sep 02 21:57:32.981 INFO O| Finalize: Updating search index ... Done
48722026-09-02T21:57:38.214Z[ host-image] Sep 02 21:57:32.992 INFO O| Sep 02 21:57:32.992 INFO O| Finalize: Updating package cache ... Done
48732026-09-02T21:57:38.214Z[verify-libraries] Compiling ssh-encoding v0.3.0
48742026-09-02T21:57:38.214Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48752026-09-02T21:57:38.215Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48762026-09-02T21:57:38.215Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48772026-09-02T21:57:38.215Z[ host-image] Sep 02 21:57:33.489 INFO O| Sep 02 21:57:33.489 INFO STEP 14 (pkg_install) COMPLETE
48782026-09-02T21:57:38.215Z[ host-image] Sep 02 21:57:33.489 INFO O| Sep 02 21:57:33.489 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48792026-09-02T21:57:38.215Z[ host-image] Sep 02 21:57:33.489 INFO O| Sep 02 21:57:33.489 INFO skip step because feature "mbist" is not enabled
48802026-09-02T21:57:38.215Z[ host-image] Sep 02 21:57:33.489 INFO O| Sep 02 21:57:33.489 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48812026-09-02T21:57:38.215Z[ host-image] Sep 02 21:57:33.489 INFO O| Sep 02 21:57:33.489 INFO skip step because feature "mfg" is not enabled
48822026-09-02T21:57:38.215Z[ host-image] Sep 02 21:57:33.489 INFO O| Sep 02 21:57:33.489 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48832026-09-02T21:57:38.215Z[ host-image] Sep 02 21:57:33.489 INFO O| Sep 02 21:57:33.489 INFO skip step because feature "compliance" is not enabled
48842026-09-02T21:57:38.215Z[ host-image] Sep 02 21:57:33.489 INFO O| Sep 02 21:57:33.489 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48852026-09-02T21:57:38.215Z[ host-image] Sep 02 21:57:33.489 INFO O| Sep 02 21:57:33.489 INFO skip step because feature "stress" is not enabled
48862026-09-02T21:57:38.215Z[ host-image] Sep 02 21:57:33.489 INFO O| Sep 02 21:57:33.489 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48872026-09-02T21:57:38.215Z[ host-image] Sep 02 21:57:33.489 INFO O| Sep 02 21:57:33.489 INFO skip step because feature "compliance" is not enabled
48882026-09-02T21:57:38.215Z[ host-image] Sep 02 21:57:33.489 INFO O| Sep 02 21:57:33.489 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48892026-09-02T21:57:38.215Z[ host-image] Sep 02 21:57:33.489 INFO O| Sep 02 21:57:33.489 INFO skip step because feature "nfs" is not enabled
48902026-09-02T21:57:38.215Z[ host-image] Sep 02 21:57:33.489 INFO O| Sep 02 21:57:33.489 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
48912026-09-02T21:57:38.215Z[ host-image] Sep 02 21:57:33.489 INFO O| Sep 02 21:57:33.489 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
48922026-09-02T21:57:38.215Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48932026-09-02T21:57:38.215Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48942026-09-02T21:57:38.344Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48952026-09-02T21:57:38.344Z[verify-libraries] Compiling darling_macro v0.13.4
48962026-09-02T21:57:38.344Z[verify-libraries] Compiling nix v0.27.1
48972026-09-02T21:57:38.345Z[verify-libraries] Compiling colored v2.2.0
48982026-09-02T21:57:38.345Z[verify-libraries] Compiling blake3 v1.8.5
48992026-09-02T21:57:38.345Z[ host-image] Sep 02 21:57:33.948 INFO O| Sep 02 21:57:33.948 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
49002026-09-02T21:57:38.345Z[ recovery-image] Sep 02 21:57:34.063 INFO O| Sep 02 21:57:34.063 INFO O| Actions: Completed 27596 actions in 6.88 seconds.
49012026-09-02T21:57:38.345Z[verify-libraries] Compiling serde_bytes v0.11.19
49022026-09-02T21:57:38.345Z[ host-image] Sep 02 21:57:34.132 INFO O| Sep 02 21:57:34.132 INFO completed processing sled/ramdisk-01-os
49032026-09-02T21:57:38.345Z[ host-image] Sep 02 21:57:34.135 INFO omicron1 baseline generation...
49042026-09-02T21:57:38.345Z[ host-image] Sep 02 21:57:34.135 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
49052026-09-02T21:57:38.345Z[ recovery-image] Sep 02 21:57:34.213 INFO O| Sep 02 21:57:34.213 INFO O| Finalize: Updating package state database ... Done
49062026-09-02T21:57:38.345Z[ recovery-image] Sep 02 21:57:34.213 INFO O| Sep 02 21:57:34.213 INFO O| Finalize: Updating package cache ... Done
49072026-09-02T21:57:38.345Z[verify-libraries] Compiling keccak v0.2.0
49082026-09-02T21:57:38.345Z[ recovery-image] Sep 02 21:57:34.377 INFO O| Sep 02 21:57:34.377 INFO O| Finalize: Updating image state ... Done
49092026-09-02T21:57:38.345Z[verify-libraries] Compiling shell-words v1.1.1
49102026-09-02T21:57:38.345Z[verify-libraries] Compiling darling v0.13.4
49112026-09-02T21:57:38.345Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
49122026-09-02T21:57:38.346Z[ host-image] Sep 02 21:57:34.620 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24238:20260902T165426Z
49132026-09-02T21:57:38.346Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
49142026-09-02T21:57:38.346Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
49152026-09-02T21:57:38.346Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
49162026-09-02T21:57:38.346Z[ recovery-image] Sep 02 21:57:35.254 INFO O| Sep 02 21:57:35.254 INFO O| Finalize: Creating fast lookup database ... Done
49172026-09-02T21:57:38.346Z[ recovery-image] Sep 02 21:57:35.273 INFO O| Sep 02 21:57:35.273 INFO O| Finalize: Reading search index ... Done
49182026-09-02T21:57:38.346Z[verify-libraries] Compiling ed25519 v3.0.0
49192026-09-02T21:57:38.346Z[verify-libraries] Compiling crypto-primes v0.7.2
49202026-09-02T21:57:38.346Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
49212026-09-02T21:57:38.346Z[verify-libraries] Compiling poly1305 v0.9.0
49222026-09-02T21:57:38.346Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
49232026-09-02T21:57:38.346Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49242026-09-02T21:57:38.346Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49252026-09-02T21:57:38.346Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49262026-09-02T21:57:38.346Z[ recovery-image] Sep 02 21:57:37.372 INFO O| Sep 02 21:57:37.372 INFO O| Finalize: Building new search index ... Done
49272026-09-02T21:57:38.411Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49282026-09-02T21:57:38.434Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49292026-09-02T21:57:38.470Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49302026-09-02T21:57:38.511Z[verify-libraries] Compiling blowfish v0.10.0
49312026-09-02T21:57:38.549Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
49322026-09-02T21:57:38.586Z[ recovery-image] Sep 02 21:57:37.749 INFO O| Sep 02 21:57:37.748 INFO O| Finalize: Updating package cache ... Done
49332026-09-02T21:57:38.607Z[verify-libraries] Compiling petname v2.0.2
49342026-09-02T21:57:38.796Z[verify-libraries] Compiling arrayref v0.3.9
49352026-09-02T21:57:38.817Z[verify-libraries] Compiling arrayvec v0.7.6
49362026-09-02T21:57:38.867Z[verify-libraries] Compiling constant_time_eq v0.4.2
49372026-09-02T21:57:38.946Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
49382026-09-02T21:57:39.015Z[ recovery-image] Sep 02 21:57:38.176 INFO O| Sep 02 21:57:38.176 INFO STEP 11 (pkg_install) COMPLETE
49392026-09-02T21:57:39.015Z[ recovery-image] Sep 02 21:57:38.176 INFO O| Sep 02 21:57:38.176 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49402026-09-02T21:57:39.015Z[ recovery-image] Sep 02 21:57:38.176 INFO O| Sep 02 21:57:38.176 INFO skip step because feature "recovery" is enabled
49412026-09-02T21:57:39.019Z[ recovery-image] Sep 02 21:57:38.176 INFO O| Sep 02 21:57:38.176 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49422026-09-02T21:57:39.019Z[ recovery-image] Sep 02 21:57:38.176 INFO O| Sep 02 21:57:38.176 INFO skip step because feature "omicron1" is not enabled
49432026-09-02T21:57:39.019Z[ recovery-image] Sep 02 21:57:38.176 INFO O| Sep 02 21:57:38.176 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49442026-09-02T21:57:39.026Z[ recovery-image] Sep 02 21:57:38.188 INFO O| Sep 02 21:57:38.188 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
49452026-09-02T21:57:39.051Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
49462026-09-02T21:57:39.489Z[verify-libraries] Compiling ssh-cipher v0.3.0
49472026-09-02T21:57:39.493Z[verify-libraries] Compiling rsa v0.10.0-rc.18
49482026-09-02T21:57:39.533Z[verify-libraries] Compiling ed25519-dalek v3.0.0
49492026-09-02T21:57:39.555Z[verify-libraries] Compiling serde_with_macros v1.5.2
49502026-09-02T21:57:39.577Z[verify-libraries] Compiling sha3 v0.11.0
49512026-09-02T21:57:39.689Z[verify-libraries] Compiling p521 v0.14.0
49522026-09-02T21:57:39.826Z[verify-libraries] Compiling p256 v0.14.0
49532026-09-02T21:57:40.240Z[verify-libraries] Compiling p384 v0.14.0
49542026-09-02T21:57:40.273Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49552026-09-02T21:57:40.349Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49562026-09-02T21:57:40.416Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49572026-09-02T21:57:40.855Z[verify-libraries] Compiling twox-hash v2.1.2
49582026-09-02T21:57:40.966Z[verify-libraries] Compiling kem v0.3.0
49592026-09-02T21:57:41.044Z[verify-libraries] Compiling module-lattice v0.2.3
49602026-09-02T21:57:41.152Z[verify-libraries] Compiling atty v0.2.14
49612026-09-02T21:57:41.337Z[verify-libraries] Compiling rtoolbox v0.0.3
49622026-09-02T21:57:41.398Z[verify-libraries] Compiling sponge-cursor v0.1.0
49632026-09-02T21:57:41.401Z[verify-libraries] Compiling topological-sort v0.2.2
49642026-09-02T21:57:41.540Z[verify-libraries] Compiling ml-kem v0.3.2
49652026-09-02T21:57:41.635Z[verify-libraries] Compiling omicron-zone-package v0.12.3
49662026-09-02T21:57:41.696Z[verify-libraries] Compiling rpassword v7.5.4
49672026-09-02T21:57:41.746Z[verify-libraries] Compiling sha3 v0.12.0
49682026-09-02T21:57:41.801Z[verify-libraries] Compiling serde_with v1.14.0
49692026-09-02T21:57:41.827Z[ recovery-image] Sep 02 21:57:40.988 INFO O| Sep 02 21:57:40.987 INFO O| Startup: Refreshing catalog 'helios' ... Done
49702026-09-02T21:57:42.424Z[ recovery-image] Sep 02 21:57:41.587 INFO O| Sep 02 21:57:41.587 INFO O| Startup: Caching catalogs ... Done
49712026-09-02T21:57:42.438Z[verify-libraries] Compiling russh-cryptovec v0.62.0
49722026-09-02T21:57:42.660Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
49732026-09-02T21:57:42.740Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
49742026-09-02T21:57:43.197Z[ recovery-image] Sep 02 21:57:42.359 INFO O| Sep 02 21:57:42.358 INFO O| Planning: Solver setup ... Done
49752026-09-02T21:57:43.202Z[ recovery-image] Sep 02 21:57:42.365 INFO O| Sep 02 21:57:42.365 INFO O| Planning: Running solver ... Done
49762026-09-02T21:57:43.221Z[ recovery-image] Sep 02 21:57:42.384 INFO O| Sep 02 21:57:42.384 INFO O| Planning: Finding local manifests ... Done
49772026-09-02T21:57:43.261Z[ recovery-image] Sep 02 21:57:42.423 INFO O| Sep 02 21:57:42.423 INFO O| Planning: Fetching manifests: 0/1 0% complete
49782026-09-02T21:57:43.310Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
49792026-09-02T21:57:43.344Z[ recovery-image] Sep 02 21:57:42.506 INFO O| Sep 02 21:57:42.506 INFO O| Planning: Fetching manifests: 1/1 100% complete
49802026-09-02T21:57:43.406Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49812026-09-02T21:57:43.423Z[ recovery-image] Sep 02 21:57:42.582 INFO O| Sep 02 21:57:42.582 INFO O| Planning: Package planning ... Done
49822026-09-02T21:57:43.423Z[ recovery-image] Sep 02 21:57:42.583 INFO O| Sep 02 21:57:42.582 INFO O| Planning: Merging actions ... Done
49832026-09-02T21:57:43.443Z[ recovery-image] Sep 02 21:57:42.605 INFO O| Sep 02 21:57:42.605 INFO O| Planning: Checking for conflicting actions ... Done
49842026-09-02T21:57:43.446Z[ recovery-image] Sep 02 21:57:42.605 INFO O| Sep 02 21:57:42.605 INFO O| Planning: Consolidating action changes ... Done
49852026-09-02T21:57:43.464Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
49862026-09-02T21:57:43.611Z[ recovery-image] Sep 02 21:57:42.709 INFO O| Sep 02 21:57:42.709 INFO O| Planning: Evaluating mediators ... Done
49872026-09-02T21:57:43.616Z[ recovery-image] Sep 02 21:57:42.710 INFO O| Sep 02 21:57:42.710 INFO O| Planning: Planning completed in 1.10 seconds
49882026-09-02T21:57:43.616Z[ recovery-image] Sep 02 21:57:42.710 INFO O| Sep 02 21:57:42.710 INFO O| Packages to install: 1
49892026-09-02T21:57:43.616Z[ recovery-image] Sep 02 21:57:42.723 INFO O| Sep 02 21:57:42.723 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49902026-09-02T21:57:43.837Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
49912026-09-02T21:57:43.971Z[ recovery-image] Sep 02 21:57:43.134 INFO O| Sep 02 21:57:43.133 INFO O| Download: Completed 13.27 MB in 0.41 seconds (32.4M/s)
49922026-09-02T21:57:43.993Z[ recovery-image] Sep 02 21:57:43.155 INFO O| Sep 02 21:57:43.155 INFO O| Actions: 1/22 actions (Installing new actions)
49932026-09-02T21:57:44.249Z[ recovery-image] Sep 02 21:57:43.412 INFO O| Sep 02 21:57:43.412 INFO O| Actions: Completed 22 actions in 0.26 seconds.
49942026-09-02T21:57:44.314Z[ recovery-image] Sep 02 21:57:43.476 INFO O| Sep 02 21:57:43.475 INFO O| Finalize: Updating package state database ... Done
49952026-09-02T21:57:44.314Z[ recovery-image] Sep 02 21:57:43.476 INFO O| Sep 02 21:57:43.475 INFO O| Finalize: Updating package cache ... Done
49962026-09-02T21:57:44.431Z[ recovery-image] Sep 02 21:57:43.593 INFO O| Sep 02 21:57:43.592 INFO O| Finalize: Updating image state ... Done
49972026-09-02T21:57:45.031Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
49982026-09-02T21:57:45.248Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49992026-09-02T21:57:45.541Z[ recovery-image] Sep 02 21:57:44.693 INFO O| Sep 02 21:57:44.693 INFO O| Finalize: Creating fast lookup database ... Done
50002026-09-02T21:57:45.550Z[ recovery-image] Sep 02 21:57:44.712 INFO O| Sep 02 21:57:44.712 INFO O| Finalize: Reading search index ... Done
50012026-09-02T21:57:45.550Z[ recovery-image] Sep 02 21:57:44.712 INFO O| Sep 02 21:57:44.712 INFO O| Finalize: Updating search index ... Done
50022026-09-02T21:57:45.562Z[ recovery-image] Sep 02 21:57:44.723 INFO O| Sep 02 21:57:44.723 INFO O| Finalize: Updating package cache ... Done
50032026-09-02T21:57:45.961Z[ recovery-image] Sep 02 21:57:45.122 INFO O| Sep 02 21:57:45.122 INFO STEP 14 (pkg_install) COMPLETE
50042026-09-02T21:57:45.961Z[ recovery-image] Sep 02 21:57:45.122 INFO O| Sep 02 21:57:45.122 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50052026-09-02T21:57:45.961Z[ recovery-image] Sep 02 21:57:45.122 INFO O| Sep 02 21:57:45.122 INFO skip step because feature "mbist" is not enabled
50062026-09-02T21:57:45.965Z[ recovery-image] Sep 02 21:57:45.122 INFO O| Sep 02 21:57:45.122 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50072026-09-02T21:57:45.966Z[ recovery-image] Sep 02 21:57:45.122 INFO O| Sep 02 21:57:45.122 INFO skip step because feature "mfg" is not enabled
50082026-09-02T21:57:45.966Z[ recovery-image] Sep 02 21:57:45.122 INFO O| Sep 02 21:57:45.122 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50092026-09-02T21:57:45.966Z[ recovery-image] Sep 02 21:57:45.122 INFO O| Sep 02 21:57:45.122 INFO skip step because feature "compliance" is not enabled
50102026-09-02T21:57:45.966Z[ recovery-image] Sep 02 21:57:45.122 INFO O| Sep 02 21:57:45.122 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50112026-09-02T21:57:45.966Z[ recovery-image] Sep 02 21:57:45.122 INFO O| Sep 02 21:57:45.122 INFO skip step because feature "stress" is not enabled
50122026-09-02T21:57:45.966Z[ recovery-image] Sep 02 21:57:45.122 INFO O| Sep 02 21:57:45.122 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50132026-09-02T21:57:45.966Z[ recovery-image] Sep 02 21:57:45.122 INFO O| Sep 02 21:57:45.122 INFO skip step because feature "compliance" is not enabled
50142026-09-02T21:57:45.966Z[ recovery-image] Sep 02 21:57:45.122 INFO O| Sep 02 21:57:45.122 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50152026-09-02T21:57:45.966Z[ recovery-image] Sep 02 21:57:45.122 INFO O| Sep 02 21:57:45.122 INFO skip step because feature "nfs" is not enabled
50162026-09-02T21:57:45.966Z[ recovery-image] Sep 02 21:57:45.122 INFO O| Sep 02 21:57:45.122 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50172026-09-02T21:57:45.966Z[ recovery-image] Sep 02 21:57:45.122 INFO O| Sep 02 21:57:45.122 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50182026-09-02T21:57:46.096Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50192026-09-02T21:57:46.106Z[ recovery-image] Sep 02 21:57:45.268 INFO O| Sep 02 21:57:45.268 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
50202026-09-02T21:57:46.178Z[ recovery-image] Sep 02 21:57:45.339 INFO O| Sep 02 21:57:45.339 INFO completed processing sled/ramdisk-01-os
50212026-09-02T21:57:46.181Z[ recovery-image] Sep 02 21:57:45.342 INFO image builder template: ramdisk-02-trim...
50222026-09-02T21:57:46.182Z[ recovery-image] Sep 02 21:57:45.342 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/.tmp7ID4b5/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
50232026-09-02T21:57:46.203Z[ recovery-image] Sep 02 21:57:45.365 INFO O| Sep 02 21:57:45.365 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50242026-09-02T21:57:46.206Z[ recovery-image] Sep 02 21:57:45.369 INFO O| Sep 02 21:57:45.369 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50252026-09-02T21:57:46.282Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
50262026-09-02T21:57:46.308Z[ recovery-image] Sep 02 21:57:45.468 INFO O| Sep 02 21:57:45.468 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
50272026-09-02T21:57:46.374Z[ recovery-image] Sep 02 21:57:45.536 INFO O| Sep 02 21:57:45.536 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50282026-09-02T21:57:46.374Z[ recovery-image] Sep 02 21:57:45.536 INFO O| Sep 02 21:57:45.536 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50292026-09-02T21:57:46.379Z[ recovery-image] Sep 02 21:57:45.541 INFO O| Sep 02 21:57:45.541 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50302026-09-02T21:57:46.383Z[ recovery-image] Sep 02 21:57:45.545 INFO O| Sep 02 21:57:45.545 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50312026-09-02T21:57:46.387Z[ recovery-image] Sep 02 21:57:45.549 INFO O| Sep 02 21:57:45.549 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50322026-09-02T21:57:46.425Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50332026-09-02T21:57:46.869Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
50342026-09-02T21:57:46.954Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
50352026-09-02T21:57:47.097Z[ recovery-image] Sep 02 21:57:46.258 INFO O| Sep 02 21:57:46.258 INFO rolled back to input snapshot; work may begin
50362026-09-02T21:57:47.103Z[ recovery-image] Sep 02 21:57:46.258 INFO O| Sep 02 21:57:46.258 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50372026-09-02T21:57:47.106Z[ recovery-image] Sep 02 21:57:46.263 INFO O| Sep 02 21:57:46.263 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50382026-09-02T21:57:47.113Z[ recovery-image] Sep 02 21:57:46.275 INFO O| Sep 02 21:57:46.275 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50392026-09-02T21:57:47.155Z[ recovery-image] Sep 02 21:57:46.318 INFO O| Sep 02 21:57:46.318 INFO STEP 0 (remove_files) COMPLETE
50402026-09-02T21:57:47.155Z[ recovery-image] Sep 02 21:57:46.318 INFO O| Sep 02 21:57:46.318 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50412026-09-02T21:57:47.167Z[ recovery-image] Sep 02 21:57:46.329 INFO O| Sep 02 21:57:46.329 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50422026-09-02T21:57:47.170Z[ recovery-image] Sep 02 21:57:46.330 INFO O| Sep 02 21:57:46.330 INFO STEP 1 (remove_files) COMPLETE
50432026-09-02T21:57:47.170Z[ recovery-image] Sep 02 21:57:46.330 INFO O| Sep 02 21:57:46.330 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50442026-09-02T21:57:47.180Z[ recovery-image] Sep 02 21:57:46.341 INFO O| Sep 02 21:57:46.341 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50452026-09-02T21:57:47.193Z[ recovery-image] Sep 02 21:57:46.355 INFO O| Sep 02 21:57:46.355 INFO STEP 2 (remove_files) COMPLETE
50462026-09-02T21:57:47.193Z[ recovery-image] Sep 02 21:57:46.355 INFO O| Sep 02 21:57:46.355 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50472026-09-02T21:57:47.203Z[ recovery-image] Sep 02 21:57:46.366 INFO O| Sep 02 21:57:46.366 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50482026-09-02T21:57:47.207Z[ recovery-image] Sep 02 21:57:46.367 INFO O| Sep 02 21:57:46.367 INFO STEP 3 (remove_files) COMPLETE
50492026-09-02T21:57:47.207Z[ recovery-image] Sep 02 21:57:46.367 INFO O| Sep 02 21:57:46.367 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50502026-09-02T21:57:47.215Z[ recovery-image] Sep 02 21:57:46.377 INFO O| Sep 02 21:57:46.377 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50512026-09-02T21:57:47.218Z[ recovery-image] Sep 02 21:57:46.380 INFO O| Sep 02 21:57:46.380 INFO STEP 4 (remove_files) COMPLETE
50522026-09-02T21:57:47.218Z[ recovery-image] Sep 02 21:57:46.380 INFO O| Sep 02 21:57:46.380 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50532026-09-02T21:57:47.229Z[ recovery-image] Sep 02 21:57:46.391 INFO O| Sep 02 21:57:46.391 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50542026-09-02T21:57:47.229Z[ recovery-image] Sep 02 21:57:46.391 INFO O| Sep 02 21:57:46.391 INFO STEP 5 (remove_files) COMPLETE
50552026-09-02T21:57:47.229Z[ recovery-image] Sep 02 21:57:46.391 INFO O| Sep 02 21:57:46.391 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50562026-09-02T21:57:47.240Z[ recovery-image] Sep 02 21:57:46.403 INFO O| Sep 02 21:57:46.402 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50572026-09-02T21:57:47.252Z[ recovery-image] Sep 02 21:57:46.414 INFO O| Sep 02 21:57:46.414 INFO STEP 6 (remove_files) COMPLETE
50582026-09-02T21:57:47.252Z[ recovery-image] Sep 02 21:57:46.414 INFO O| Sep 02 21:57:46.414 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50592026-09-02T21:57:47.255Z[ recovery-image] Sep 02 21:57:46.414 INFO O| Sep 02 21:57:46.414 INFO skip step because feature "heliosv2" is not enabled
50602026-09-02T21:57:47.255Z[ recovery-image] Sep 02 21:57:46.414 INFO O| Sep 02 21:57:46.414 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50612026-09-02T21:57:47.255Z[ recovery-image] Sep 02 21:57:46.414 INFO O| Sep 02 21:57:46.414 INFO skip step because feature "recovery" is enabled
50622026-09-02T21:57:47.255Z[ recovery-image] Sep 02 21:57:46.414 INFO O| Sep 02 21:57:46.414 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50632026-09-02T21:57:47.255Z[ recovery-image] Sep 02 21:57:46.414 INFO O| Sep 02 21:57:46.414 INFO skip step because feature "recovery" is enabled
50642026-09-02T21:57:47.255Z[ recovery-image] Sep 02 21:57:46.414 INFO O| Sep 02 21:57:46.414 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50652026-09-02T21:57:47.255Z[ recovery-image] Sep 02 21:57:46.414 INFO O| Sep 02 21:57:46.414 INFO skip step because feature "recovery" is enabled
50662026-09-02T21:57:47.255Z[ recovery-image] Sep 02 21:57:46.414 INFO O| Sep 02 21:57:46.414 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50672026-09-02T21:57:47.263Z[ recovery-image] Sep 02 21:57:46.425 INFO O| Sep 02 21:57:46.424 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50682026-09-02T21:57:47.266Z[ recovery-image] Sep 02 21:57:46.427 INFO O| Sep 02 21:57:46.427 INFO STEP 11 (remove_files) COMPLETE
50692026-09-02T21:57:47.266Z[ recovery-image] Sep 02 21:57:46.427 INFO O| Sep 02 21:57:46.427 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50702026-09-02T21:57:47.276Z[ recovery-image] Sep 02 21:57:46.438 INFO O| Sep 02 21:57:46.438 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50712026-09-02T21:57:47.279Z[ recovery-image] Sep 02 21:57:46.439 INFO O| Sep 02 21:57:46.439 INFO STEP 12 (remove_files) COMPLETE
50722026-09-02T21:57:47.279Z[ recovery-image] Sep 02 21:57:46.439 INFO O| Sep 02 21:57:46.439 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50732026-09-02T21:57:47.289Z[ recovery-image] Sep 02 21:57:46.451 INFO O| Sep 02 21:57:46.451 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50742026-09-02T21:57:47.292Z[ recovery-image] Sep 02 21:57:46.453 INFO O| Sep 02 21:57:46.453 INFO STEP 13 (remove_files) COMPLETE
50752026-09-02T21:57:47.292Z[ recovery-image] Sep 02 21:57:46.453 INFO O| Sep 02 21:57:46.453 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50762026-09-02T21:57:47.309Z[ recovery-image] Sep 02 21:57:46.470 INFO O| Sep 02 21:57:46.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50772026-09-02T21:57:47.309Z[ recovery-image] Sep 02 21:57:46.470 INFO O| Sep 02 21:57:46.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50782026-09-02T21:57:47.317Z[ recovery-image] Sep 02 21:57:46.479 INFO O| Sep 02 21:57:46.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50792026-09-02T21:57:47.354Z[ recovery-image] Sep 02 21:57:46.516 INFO O| Sep 02 21:57:46.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50802026-09-02T21:57:47.476Z[ recovery-image] Sep 02 21:57:46.638 INFO O| Sep 02 21:57:46.638 INFO STEP 14 (remove_files) COMPLETE
50812026-09-02T21:57:47.476Z[ recovery-image] Sep 02 21:57:46.638 INFO O| Sep 02 21:57:46.638 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50822026-09-02T21:57:47.487Z[ recovery-image] Sep 02 21:57:46.649 INFO O| Sep 02 21:57:46.649 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50832026-09-02T21:57:47.491Z[ recovery-image] Sep 02 21:57:46.650 INFO O| Sep 02 21:57:46.650 INFO STEP 15 (remove_files) COMPLETE
50842026-09-02T21:57:47.491Z[ recovery-image] Sep 02 21:57:46.650 INFO O| Sep 02 21:57:46.650 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50852026-09-02T21:57:47.509Z[ recovery-image] Sep 02 21:57:46.671 INFO O| Sep 02 21:57:46.671 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50862026-09-02T21:57:47.517Z[ recovery-image] Sep 02 21:57:46.679 INFO O| Sep 02 21:57:46.679 INFO STEP 16 (remove_files) COMPLETE
50872026-09-02T21:57:47.521Z[ recovery-image] Sep 02 21:57:46.680 INFO O| Sep 02 21:57:46.679 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50882026-09-02T21:57:47.537Z[ recovery-image] Sep 02 21:57:46.699 INFO O| Sep 02 21:57:46.699 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50892026-09-02T21:57:47.541Z[ recovery-image] Sep 02 21:57:46.700 INFO O| Sep 02 21:57:46.700 INFO STEP 17 (remove_files) COMPLETE
50902026-09-02T21:57:47.541Z[ recovery-image] Sep 02 21:57:46.700 INFO O| Sep 02 21:57:46.700 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50912026-09-02T21:57:47.564Z[ recovery-image] Sep 02 21:57:46.726 INFO O| Sep 02 21:57:46.726 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50922026-09-02T21:57:47.567Z[ recovery-image] Sep 02 21:57:46.728 INFO O| Sep 02 21:57:46.727 INFO STEP 18 (remove_files) COMPLETE
50932026-09-02T21:57:47.567Z[ recovery-image] Sep 02 21:57:46.729 INFO O| Sep 02 21:57:46.727 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50942026-09-02T21:57:47.579Z[ recovery-image] Sep 02 21:57:46.742 INFO O| Sep 02 21:57:46.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50952026-09-02T21:57:47.579Z[ recovery-image] Sep 02 21:57:46.742 INFO O| Sep 02 21:57:46.742 INFO STEP 19 (remove_files) COMPLETE
50962026-09-02T21:57:47.579Z[ recovery-image] Sep 02 21:57:46.742 INFO O| Sep 02 21:57:46.742 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50972026-09-02T21:57:47.593Z[ recovery-image] Sep 02 21:57:46.755 INFO O| Sep 02 21:57:46.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50982026-09-02T21:57:47.594Z[ recovery-image] Sep 02 21:57:46.756 INFO O| Sep 02 21:57:46.756 INFO STEP 20 (remove_files) COMPLETE
50992026-09-02T21:57:47.594Z[ recovery-image] Sep 02 21:57:46.756 INFO O| Sep 02 21:57:46.756 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51002026-09-02T21:57:47.606Z[ recovery-image] Sep 02 21:57:46.768 INFO O| Sep 02 21:57:46.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
51012026-09-02T21:57:47.606Z[ recovery-image] Sep 02 21:57:46.768 INFO O| Sep 02 21:57:46.768 INFO STEP 21 (remove_files) COMPLETE
51022026-09-02T21:57:47.609Z[ recovery-image] Sep 02 21:57:46.768 INFO O| Sep 02 21:57:46.768 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51032026-09-02T21:57:47.618Z[ recovery-image] Sep 02 21:57:46.780 INFO O| Sep 02 21:57:46.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
51042026-09-02T21:57:47.618Z[ recovery-image] Sep 02 21:57:46.780 INFO O| Sep 02 21:57:46.780 INFO STEP 22 (remove_files) COMPLETE
51052026-09-02T21:57:47.618Z[ recovery-image] Sep 02 21:57:46.780 INFO O| Sep 02 21:57:46.780 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51062026-09-02T21:57:47.629Z[ recovery-image] Sep 02 21:57:46.792 INFO O| Sep 02 21:57:46.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
51072026-09-02T21:57:47.630Z[ recovery-image] Sep 02 21:57:46.792 INFO O| Sep 02 21:57:46.792 INFO STEP 23 (remove_files) COMPLETE
51082026-09-02T21:57:47.630Z[ recovery-image] Sep 02 21:57:46.792 INFO O| Sep 02 21:57:46.792 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51092026-09-02T21:57:47.641Z[ recovery-image] Sep 02 21:57:46.803 INFO O| Sep 02 21:57:46.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
51102026-09-02T21:57:47.641Z[ recovery-image] Sep 02 21:57:46.804 INFO O| Sep 02 21:57:46.804 INFO STEP 24 (remove_files) COMPLETE
51112026-09-02T21:57:47.641Z[ recovery-image] Sep 02 21:57:46.804 INFO O| Sep 02 21:57:46.804 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51122026-09-02T21:57:47.653Z[ recovery-image] Sep 02 21:57:46.815 INFO O| Sep 02 21:57:46.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
51132026-09-02T21:57:47.653Z[ recovery-image] Sep 02 21:57:46.815 INFO O| Sep 02 21:57:46.815 INFO STEP 25 (remove_files) COMPLETE
51142026-09-02T21:57:47.653Z[ recovery-image] Sep 02 21:57:46.815 INFO O| Sep 02 21:57:46.815 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51152026-09-02T21:57:47.666Z[ recovery-image] Sep 02 21:57:46.828 INFO O| Sep 02 21:57:46.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
51162026-09-02T21:57:47.666Z[ recovery-image] Sep 02 21:57:46.829 INFO O| Sep 02 21:57:46.828 INFO STEP 26 (remove_files) COMPLETE
51172026-09-02T21:57:47.666Z[ recovery-image] Sep 02 21:57:46.829 INFO O| Sep 02 21:57:46.828 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51182026-09-02T21:57:47.682Z[ recovery-image] Sep 02 21:57:46.843 INFO O| Sep 02 21:57:46.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
51192026-09-02T21:57:47.682Z[ recovery-image] Sep 02 21:57:46.843 INFO O| Sep 02 21:57:46.843 INFO STEP 27 (remove_files) COMPLETE
51202026-09-02T21:57:47.685Z[ recovery-image] Sep 02 21:57:46.843 INFO O| Sep 02 21:57:46.843 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51212026-09-02T21:57:47.697Z[ recovery-image] Sep 02 21:57:46.859 INFO O| Sep 02 21:57:46.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51222026-09-02T21:57:47.697Z[ recovery-image] Sep 02 21:57:46.859 INFO O| Sep 02 21:57:46.859 INFO STEP 28 (remove_files) COMPLETE
51232026-09-02T21:57:47.700Z[ recovery-image] Sep 02 21:57:46.859 INFO O| Sep 02 21:57:46.859 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51242026-09-02T21:57:47.711Z[ recovery-image] Sep 02 21:57:46.871 INFO O| Sep 02 21:57:46.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51252026-09-02T21:57:47.712Z[ recovery-image] Sep 02 21:57:46.871 INFO O| Sep 02 21:57:46.871 INFO STEP 29 (remove_files) COMPLETE
51262026-09-02T21:57:47.715Z[ recovery-image] Sep 02 21:57:46.871 INFO O| Sep 02 21:57:46.871 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51272026-09-02T21:57:47.721Z[ recovery-image] Sep 02 21:57:46.883 INFO O| Sep 02 21:57:46.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51282026-09-02T21:57:47.721Z[ recovery-image] Sep 02 21:57:46.884 INFO O| Sep 02 21:57:46.883 INFO STEP 30 (remove_files) COMPLETE
51292026-09-02T21:57:47.721Z[ recovery-image] Sep 02 21:57:46.884 INFO O| Sep 02 21:57:46.884 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51302026-09-02T21:57:47.742Z[ recovery-image] Sep 02 21:57:46.902 INFO O| Sep 02 21:57:46.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51312026-09-02T21:57:47.742Z[ recovery-image] Sep 02 21:57:46.903 INFO O| Sep 02 21:57:46.902 INFO STEP 31 (remove_files) COMPLETE
51322026-09-02T21:57:47.742Z[ recovery-image] Sep 02 21:57:46.903 INFO O| Sep 02 21:57:46.902 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51332026-09-02T21:57:47.752Z[ recovery-image] Sep 02 21:57:46.914 INFO O| Sep 02 21:57:46.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51342026-09-02T21:57:47.752Z[ recovery-image] Sep 02 21:57:46.914 INFO O| Sep 02 21:57:46.914 INFO STEP 32 (remove_files) COMPLETE
51352026-09-02T21:57:47.752Z[ recovery-image] Sep 02 21:57:46.914 INFO O| Sep 02 21:57:46.914 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51362026-09-02T21:57:47.762Z[ recovery-image] Sep 02 21:57:46.924 INFO O| Sep 02 21:57:46.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51372026-09-02T21:57:47.762Z[ recovery-image] Sep 02 21:57:46.924 INFO O| Sep 02 21:57:46.924 INFO STEP 33 (remove_files) COMPLETE
51382026-09-02T21:57:47.765Z[ recovery-image] Sep 02 21:57:46.924 INFO O| Sep 02 21:57:46.924 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51392026-09-02T21:57:47.778Z[ recovery-image] Sep 02 21:57:46.940 INFO O| Sep 02 21:57:46.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51402026-09-02T21:57:47.778Z[ recovery-image] Sep 02 21:57:46.940 INFO O| Sep 02 21:57:46.940 INFO STEP 34 (remove_files) COMPLETE
51412026-09-02T21:57:47.778Z[ recovery-image] Sep 02 21:57:46.940 INFO O| Sep 02 21:57:46.940 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51422026-09-02T21:57:47.788Z[ recovery-image] Sep 02 21:57:46.950 INFO O| Sep 02 21:57:46.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51432026-09-02T21:57:47.788Z[ recovery-image] Sep 02 21:57:46.950 INFO O| Sep 02 21:57:46.950 INFO STEP 35 (remove_files) COMPLETE
51442026-09-02T21:57:47.794Z[ recovery-image] Sep 02 21:57:46.950 INFO O| Sep 02 21:57:46.950 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51452026-09-02T21:57:47.805Z[ recovery-image] Sep 02 21:57:46.968 INFO O| Sep 02 21:57:46.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51462026-09-02T21:57:47.806Z[ recovery-image] Sep 02 21:57:46.968 INFO O| Sep 02 21:57:46.968 INFO STEP 36 (remove_files) COMPLETE
51472026-09-02T21:57:47.810Z[ recovery-image] Sep 02 21:57:46.968 INFO O| Sep 02 21:57:46.968 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51482026-09-02T21:57:47.818Z[ recovery-image] Sep 02 21:57:46.980 INFO O| Sep 02 21:57:46.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51492026-09-02T21:57:47.818Z[ recovery-image] Sep 02 21:57:46.981 INFO O| Sep 02 21:57:46.981 INFO STEP 37 (remove_files) COMPLETE
51502026-09-02T21:57:47.822Z[ recovery-image] Sep 02 21:57:46.981 INFO O| Sep 02 21:57:46.981 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51512026-09-02T21:57:47.828Z[ recovery-image] Sep 02 21:57:46.991 INFO O| Sep 02 21:57:46.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51522026-09-02T21:57:47.828Z[ recovery-image] Sep 02 21:57:46.991 INFO O| Sep 02 21:57:46.991 INFO STEP 38 (remove_files) COMPLETE
51532026-09-02T21:57:47.828Z[ recovery-image] Sep 02 21:57:46.991 INFO O| Sep 02 21:57:46.991 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51542026-09-02T21:57:47.842Z[ recovery-image] Sep 02 21:57:47.004 INFO O| Sep 02 21:57:47.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51552026-09-02T21:57:47.842Z[ recovery-image] Sep 02 21:57:47.004 INFO O| Sep 02 21:57:47.004 INFO STEP 39 (remove_files) COMPLETE
51562026-09-02T21:57:47.842Z[ recovery-image] Sep 02 21:57:47.004 INFO O| Sep 02 21:57:47.004 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51572026-09-02T21:57:47.862Z[ recovery-image] Sep 02 21:57:47.024 INFO O| Sep 02 21:57:47.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51582026-09-02T21:57:47.862Z[ recovery-image] Sep 02 21:57:47.024 INFO O| Sep 02 21:57:47.024 INFO STEP 40 (remove_files) COMPLETE
51592026-09-02T21:57:47.862Z[ recovery-image] Sep 02 21:57:47.024 INFO O| Sep 02 21:57:47.024 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51602026-09-02T21:57:47.881Z[ recovery-image] Sep 02 21:57:47.043 INFO O| Sep 02 21:57:47.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51612026-09-02T21:57:47.881Z[ recovery-image] Sep 02 21:57:47.043 INFO O| Sep 02 21:57:47.043 INFO STEP 41 (remove_files) COMPLETE
51622026-09-02T21:57:47.881Z[ recovery-image] Sep 02 21:57:47.043 INFO O| Sep 02 21:57:47.043 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51632026-09-02T21:57:47.968Z[ recovery-image] Sep 02 21:57:47.058 INFO O| Sep 02 21:57:47.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51642026-09-02T21:57:47.968Z[ recovery-image] Sep 02 21:57:47.058 INFO O| Sep 02 21:57:47.058 INFO STEP 42 (remove_files) COMPLETE
51652026-09-02T21:57:47.968Z[ recovery-image] Sep 02 21:57:47.058 INFO O| Sep 02 21:57:47.058 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51662026-09-02T21:57:47.968Z[ recovery-image] Sep 02 21:57:47.070 INFO O| Sep 02 21:57:47.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51672026-09-02T21:57:47.968Z[ recovery-image] Sep 02 21:57:47.070 INFO O| Sep 02 21:57:47.070 INFO STEP 43 (remove_files) COMPLETE
51682026-09-02T21:57:47.968Z[ recovery-image] Sep 02 21:57:47.070 INFO O| Sep 02 21:57:47.070 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51692026-09-02T21:57:47.968Z[ recovery-image] Sep 02 21:57:47.082 INFO O| Sep 02 21:57:47.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51702026-09-02T21:57:47.968Z[ recovery-image] Sep 02 21:57:47.082 INFO O| Sep 02 21:57:47.082 INFO STEP 44 (remove_files) COMPLETE
51712026-09-02T21:57:47.969Z[ recovery-image] Sep 02 21:57:47.082 INFO O| Sep 02 21:57:47.082 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51722026-09-02T21:57:47.969Z[ recovery-image] Sep 02 21:57:47.093 INFO O| Sep 02 21:57:47.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51732026-09-02T21:57:47.969Z[ recovery-image] Sep 02 21:57:47.093 INFO O| Sep 02 21:57:47.093 INFO STEP 45 (remove_files) COMPLETE
51742026-09-02T21:57:47.969Z[ recovery-image] Sep 02 21:57:47.093 INFO O| Sep 02 21:57:47.093 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51752026-09-02T21:57:47.969Z[ recovery-image] Sep 02 21:57:47.106 INFO O| Sep 02 21:57:47.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51762026-09-02T21:57:47.969Z[ recovery-image] Sep 02 21:57:47.106 INFO O| Sep 02 21:57:47.105 INFO STEP 46 (remove_files) COMPLETE
51772026-09-02T21:57:47.969Z[ recovery-image] Sep 02 21:57:47.106 INFO O| Sep 02 21:57:47.105 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51782026-09-02T21:57:47.969Z[ recovery-image] Sep 02 21:57:47.116 INFO O| Sep 02 21:57:47.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51792026-09-02T21:57:47.969Z[ recovery-image] Sep 02 21:57:47.116 INFO O| Sep 02 21:57:47.116 INFO STEP 47 (remove_files) COMPLETE
51802026-09-02T21:57:47.969Z[ recovery-image] Sep 02 21:57:47.116 INFO O| Sep 02 21:57:47.116 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51812026-09-02T21:57:47.975Z[ recovery-image] Sep 02 21:57:47.128 INFO O| Sep 02 21:57:47.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51822026-09-02T21:57:47.975Z[ recovery-image] Sep 02 21:57:47.128 INFO O| Sep 02 21:57:47.128 INFO STEP 48 (remove_files) COMPLETE
51832026-09-02T21:57:47.975Z[ recovery-image] Sep 02 21:57:47.128 INFO O| Sep 02 21:57:47.128 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51842026-09-02T21:57:47.978Z[ recovery-image] Sep 02 21:57:47.139 INFO O| Sep 02 21:57:47.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51852026-09-02T21:57:47.978Z[ recovery-image] Sep 02 21:57:47.139 INFO O| Sep 02 21:57:47.139 INFO STEP 49 (remove_files) COMPLETE
51862026-09-02T21:57:47.978Z[ recovery-image] Sep 02 21:57:47.139 INFO O| Sep 02 21:57:47.139 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51872026-09-02T21:57:47.988Z[ recovery-image] Sep 02 21:57:47.150 INFO O| Sep 02 21:57:47.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51882026-09-02T21:57:47.988Z[ recovery-image] Sep 02 21:57:47.150 INFO O| Sep 02 21:57:47.150 INFO STEP 50 (remove_files) COMPLETE
51892026-09-02T21:57:47.991Z[ recovery-image] Sep 02 21:57:47.150 INFO O| Sep 02 21:57:47.150 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51902026-09-02T21:57:48.000Z[ recovery-image] Sep 02 21:57:47.162 INFO O| Sep 02 21:57:47.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51912026-09-02T21:57:48.000Z[ recovery-image] Sep 02 21:57:47.162 INFO O| Sep 02 21:57:47.162 INFO STEP 51 (remove_files) COMPLETE
51922026-09-02T21:57:48.000Z[ recovery-image] Sep 02 21:57:47.162 INFO O| Sep 02 21:57:47.162 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51932026-09-02T21:57:48.012Z[ recovery-image] Sep 02 21:57:47.174 INFO O| Sep 02 21:57:47.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51942026-09-02T21:57:48.012Z[ recovery-image] Sep 02 21:57:47.174 INFO O| Sep 02 21:57:47.174 INFO STEP 52 (remove_files) COMPLETE
51952026-09-02T21:57:48.012Z[ recovery-image] Sep 02 21:57:47.174 INFO O| Sep 02 21:57:47.174 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51962026-09-02T21:57:48.024Z[ recovery-image] Sep 02 21:57:47.186 INFO O| Sep 02 21:57:47.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51972026-09-02T21:57:48.024Z[ recovery-image] Sep 02 21:57:47.186 INFO O| Sep 02 21:57:47.186 INFO STEP 53 (remove_files) COMPLETE
51982026-09-02T21:57:48.024Z[ recovery-image] Sep 02 21:57:47.186 INFO O| Sep 02 21:57:47.186 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51992026-09-02T21:57:48.035Z[ recovery-image] Sep 02 21:57:47.198 INFO O| Sep 02 21:57:47.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
52002026-09-02T21:57:48.036Z[ recovery-image] Sep 02 21:57:47.198 INFO O| Sep 02 21:57:47.198 INFO STEP 54 (remove_files) COMPLETE
52012026-09-02T21:57:48.036Z[ recovery-image] Sep 02 21:57:47.198 INFO O| Sep 02 21:57:47.198 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52022026-09-02T21:57:48.048Z[ recovery-image] Sep 02 21:57:47.210 INFO O| Sep 02 21:57:47.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
52032026-09-02T21:57:48.048Z[ recovery-image] Sep 02 21:57:47.210 INFO O| Sep 02 21:57:47.210 INFO STEP 55 (remove_files) COMPLETE
52042026-09-02T21:57:48.052Z[ recovery-image] Sep 02 21:57:47.210 INFO O| Sep 02 21:57:47.210 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52052026-09-02T21:57:48.059Z[ recovery-image] Sep 02 21:57:47.221 INFO O| Sep 02 21:57:47.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
52062026-09-02T21:57:48.059Z[ recovery-image] Sep 02 21:57:47.221 INFO O| Sep 02 21:57:47.221 INFO STEP 56 (remove_files) COMPLETE
52072026-09-02T21:57:48.059Z[ recovery-image] Sep 02 21:57:47.221 INFO O| Sep 02 21:57:47.221 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52082026-09-02T21:57:48.070Z[ recovery-image] Sep 02 21:57:47.232 INFO O| Sep 02 21:57:47.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
52092026-09-02T21:57:48.070Z[ recovery-image] Sep 02 21:57:47.232 INFO O| Sep 02 21:57:47.232 INFO STEP 57 (remove_files) COMPLETE
52102026-09-02T21:57:48.070Z[ recovery-image] Sep 02 21:57:47.232 INFO O| Sep 02 21:57:47.232 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52112026-09-02T21:57:48.080Z[ recovery-image] Sep 02 21:57:47.242 INFO O| Sep 02 21:57:47.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
52122026-09-02T21:57:48.080Z[ recovery-image] Sep 02 21:57:47.242 INFO O| Sep 02 21:57:47.242 INFO STEP 58 (remove_files) COMPLETE
52132026-09-02T21:57:48.080Z[ recovery-image] Sep 02 21:57:47.242 INFO O| Sep 02 21:57:47.242 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52142026-09-02T21:57:48.090Z[ recovery-image] Sep 02 21:57:47.252 INFO O| Sep 02 21:57:47.252 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
52152026-09-02T21:57:48.090Z[ recovery-image] Sep 02 21:57:47.253 INFO O| Sep 02 21:57:47.252 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
52162026-09-02T21:57:48.090Z[ recovery-image] Sep 02 21:57:47.253 INFO O| Sep 02 21:57:47.253 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52172026-09-02T21:57:48.094Z[ recovery-image] Sep 02 21:57:47.253 INFO O| Sep 02 21:57:47.253 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52182026-09-02T21:57:48.094Z[ recovery-image] Sep 02 21:57:47.253 INFO O| Sep 02 21:57:47.253 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52192026-09-02T21:57:48.094Z[ recovery-image] Sep 02 21:57:47.253 INFO O| Sep 02 21:57:47.253 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52202026-09-02T21:57:48.094Z[ recovery-image] Sep 02 21:57:47.253 INFO O| Sep 02 21:57:47.253 INFO ok!
52212026-09-02T21:57:48.094Z[ recovery-image] Sep 02 21:57:47.253 INFO O| Sep 02 21:57:47.253 INFO STEP 59 (ensure_file) COMPLETE
52222026-09-02T21:57:48.094Z[ recovery-image] Sep 02 21:57:47.253 INFO O| Sep 02 21:57:47.253 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52232026-09-02T21:57:48.101Z[ recovery-image] Sep 02 21:57:47.263 INFO O| Sep 02 21:57:47.263 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52242026-09-02T21:57:48.101Z[ recovery-image] Sep 02 21:57:47.263 INFO O| Sep 02 21:57:47.263 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52252026-09-02T21:57:48.101Z[ recovery-image] Sep 02 21:57:47.263 INFO O| Sep 02 21:57:47.263 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52262026-09-02T21:57:48.101Z[ recovery-image] Sep 02 21:57:47.263 INFO O| Sep 02 21:57:47.263 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52272026-09-02T21:57:48.101Z[ recovery-image] Sep 02 21:57:47.263 INFO O| Sep 02 21:57:47.263 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52282026-09-02T21:57:48.101Z[ recovery-image] Sep 02 21:57:47.263 INFO O| Sep 02 21:57:47.263 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52292026-09-02T21:57:48.105Z[ recovery-image] Sep 02 21:57:47.263 INFO O| Sep 02 21:57:47.263 INFO ok!
52302026-09-02T21:57:48.105Z[ recovery-image] Sep 02 21:57:47.263 INFO O| Sep 02 21:57:47.263 INFO STEP 60 (ensure_file) COMPLETE
52312026-09-02T21:57:48.105Z[ recovery-image] Sep 02 21:57:47.263 INFO O| Sep 02 21:57:47.263 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52322026-09-02T21:57:48.113Z[ recovery-image] Sep 02 21:57:47.275 INFO O| Sep 02 21:57:47.275 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52332026-09-02T21:57:48.113Z[ recovery-image] Sep 02 21:57:47.275 INFO O| Sep 02 21:57:47.275 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52342026-09-02T21:57:48.113Z[ recovery-image] Sep 02 21:57:47.275 INFO O| Sep 02 21:57:47.275 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52352026-09-02T21:57:48.116Z[ recovery-image] Sep 02 21:57:47.275 INFO O| Sep 02 21:57:47.275 INFO ok!
52362026-09-02T21:57:48.116Z[ recovery-image] Sep 02 21:57:47.275 INFO O| Sep 02 21:57:47.275 INFO STEP 61 (ensure_file) COMPLETE
52372026-09-02T21:57:48.117Z[ recovery-image] Sep 02 21:57:47.275 INFO O| Sep 02 21:57:47.275 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52382026-09-02T21:57:48.124Z[ recovery-image] Sep 02 21:57:47.287 INFO O| Sep 02 21:57:47.286 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52392026-09-02T21:57:48.124Z[ recovery-image] Sep 02 21:57:47.287 INFO O| Sep 02 21:57:47.287 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52402026-09-02T21:57:48.125Z[ recovery-image] Sep 02 21:57:47.287 INFO O| Sep 02 21:57:47.287 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52412026-09-02T21:57:48.128Z[ recovery-image] Sep 02 21:57:47.287 INFO O| Sep 02 21:57:47.287 INFO ok!
52422026-09-02T21:57:48.128Z[ recovery-image] Sep 02 21:57:47.287 INFO O| Sep 02 21:57:47.287 INFO STEP 62 (ensure_file) COMPLETE
52432026-09-02T21:57:48.128Z[ recovery-image] Sep 02 21:57:47.287 INFO O| Sep 02 21:57:47.287 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52442026-09-02T21:57:48.136Z[ recovery-image] Sep 02 21:57:47.298 INFO O| Sep 02 21:57:47.298 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52452026-09-02T21:57:48.136Z[ recovery-image] Sep 02 21:57:47.298 INFO O| Sep 02 21:57:47.298 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52462026-09-02T21:57:48.136Z[ recovery-image] Sep 02 21:57:47.298 INFO O| Sep 02 21:57:47.298 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52472026-09-02T21:57:48.136Z[ recovery-image] Sep 02 21:57:47.298 INFO O| Sep 02 21:57:47.298 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52482026-09-02T21:57:48.139Z[ recovery-image] Sep 02 21:57:47.298 INFO O| Sep 02 21:57:47.298 INFO ok!
52492026-09-02T21:57:48.139Z[ recovery-image] Sep 02 21:57:47.298 INFO O| Sep 02 21:57:47.298 INFO STEP 63 (ensure_file) COMPLETE
52502026-09-02T21:57:48.140Z[ recovery-image] Sep 02 21:57:47.298 INFO O| Sep 02 21:57:47.298 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52512026-09-02T21:57:48.147Z[ recovery-image] Sep 02 21:57:47.309 INFO O| Sep 02 21:57:47.309 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
52522026-09-02T21:57:48.147Z[ recovery-image] Sep 02 21:57:47.310 INFO O| Sep 02 21:57:47.309 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/recovery/work/sled/ramdisk/etc/profile ...
52532026-09-02T21:57:48.147Z[ recovery-image] Sep 02 21:57:47.310 INFO O| Sep 02 21:57:47.310 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
52542026-09-02T21:57:48.147Z[ recovery-image] Sep 02 21:57:47.310 INFO O| Sep 02 21:57:47.310 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
52552026-09-02T21:57:48.150Z[ recovery-image] Sep 02 21:57:47.310 INFO O| Sep 02 21:57:47.310 INFO ok!
52562026-09-02T21:57:48.151Z[ recovery-image] Sep 02 21:57:47.310 INFO O| Sep 02 21:57:47.310 INFO STEP 64 (ensure_file) COMPLETE
52572026-09-02T21:57:48.151Z[ recovery-image] Sep 02 21:57:47.310 INFO O| Sep 02 21:57:47.310 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52582026-09-02T21:57:48.157Z[ recovery-image] Sep 02 21:57:47.319 INFO O| Sep 02 21:57:47.319 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52592026-09-02T21:57:48.157Z[ recovery-image] Sep 02 21:57:47.319 INFO O| Sep 02 21:57:47.319 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52602026-09-02T21:57:48.161Z[ recovery-image] Sep 02 21:57:47.319 INFO O| Sep 02 21:57:47.319 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52612026-09-02T21:57:48.161Z[ recovery-image] Sep 02 21:57:47.319 INFO O| Sep 02 21:57:47.319 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52622026-09-02T21:57:48.162Z[ recovery-image] Sep 02 21:57:47.319 INFO O| Sep 02 21:57:47.319 INFO ok!
52632026-09-02T21:57:48.162Z[ recovery-image] Sep 02 21:57:47.319 INFO O| Sep 02 21:57:47.319 INFO STEP 65 (ensure_file) COMPLETE
52642026-09-02T21:57:48.162Z[ recovery-image] Sep 02 21:57:47.319 INFO O| Sep 02 21:57:47.319 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52652026-09-02T21:57:48.168Z[ recovery-image] Sep 02 21:57:47.330 INFO O| Sep 02 21:57:47.330 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52662026-09-02T21:57:48.168Z[ recovery-image] Sep 02 21:57:47.330 INFO O| Sep 02 21:57:47.330 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52672026-09-02T21:57:48.171Z[ recovery-image] Sep 02 21:57:47.330 INFO O| Sep 02 21:57:47.330 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52682026-09-02T21:57:48.171Z[ recovery-image] Sep 02 21:57:47.330 INFO O| Sep 02 21:57:47.330 INFO ok!
52692026-09-02T21:57:48.171Z[ recovery-image] Sep 02 21:57:47.330 INFO O| Sep 02 21:57:47.330 INFO STEP 66 (assemble_files) COMPLETE
52702026-09-02T21:57:48.171Z[ recovery-image] Sep 02 21:57:47.330 INFO O| Sep 02 21:57:47.330 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52712026-09-02T21:57:48.181Z[ recovery-image] Sep 02 21:57:47.343 INFO O| Sep 02 21:57:47.343 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52722026-09-02T21:57:48.181Z[ recovery-image] Sep 02 21:57:47.343 INFO O| Sep 02 21:57:47.343 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52732026-09-02T21:57:48.181Z[ recovery-image] Sep 02 21:57:47.343 INFO O| Sep 02 21:57:47.343 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52742026-09-02T21:57:48.181Z[ recovery-image] Sep 02 21:57:47.343 INFO O| Sep 02 21:57:47.343 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52752026-09-02T21:57:48.185Z[ recovery-image] Sep 02 21:57:47.343 INFO O| Sep 02 21:57:47.343 INFO ok!
52762026-09-02T21:57:48.185Z[ recovery-image] Sep 02 21:57:47.343 INFO O| Sep 02 21:57:47.343 INFO STEP 67 (ensure_file) COMPLETE
52772026-09-02T21:57:48.185Z[ recovery-image] Sep 02 21:57:47.343 INFO O| Sep 02 21:57:47.343 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52782026-09-02T21:57:48.185Z[ recovery-image] Sep 02 21:57:47.343 INFO O| Sep 02 21:57:47.343 INFO skip step because feature "omicron1" is not enabled
52792026-09-02T21:57:48.185Z[ recovery-image] Sep 02 21:57:47.343 INFO O| Sep 02 21:57:47.343 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52802026-09-02T21:57:48.185Z[ recovery-image] Sep 02 21:57:47.343 INFO O| Sep 02 21:57:47.343 INFO skip step because feature "omicron1" is not enabled
52812026-09-02T21:57:48.185Z[ recovery-image] Sep 02 21:57:47.343 INFO O| Sep 02 21:57:47.343 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52822026-09-02T21:57:48.185Z[ recovery-image] Sep 02 21:57:47.343 INFO O| Sep 02 21:57:47.343 INFO skip step because feature "omicron1" is not enabled
52832026-09-02T21:57:48.185Z[ recovery-image] Sep 02 21:57:47.343 INFO O| Sep 02 21:57:47.343 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52842026-09-02T21:57:48.197Z[ recovery-image] Sep 02 21:57:47.359 INFO O| Sep 02 21:57:47.359 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52852026-09-02T21:57:48.197Z[ recovery-image] Sep 02 21:57:47.360 INFO O| Sep 02 21:57:47.359 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52862026-09-02T21:57:48.236Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
52872026-09-02T21:57:48.298Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
52882026-09-02T21:57:48.357Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52892026-09-02T21:57:48.511Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
52902026-09-02T21:57:48.585Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
52912026-09-02T21:57:49.798Z[ recovery-image] Sep 02 21:57:48.960 INFO O| Sep 02 21:57:48.960 INFO STEP 71 (pack_tar) COMPLETE
52922026-09-02T21:57:49.801Z[ recovery-image] Sep 02 21:57:48.960 INFO O| Sep 02 21:57:48.960 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52932026-09-02T21:57:49.801Z[ recovery-image] Sep 02 21:57:48.960 INFO O| Sep 02 21:57:48.960 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52942026-09-02T21:57:50.149Z[ recovery-image] Sep 02 21:57:49.311 INFO O| Sep 02 21:57:49.310 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52952026-09-02T21:57:50.228Z[verify-libraries] Compiling tui-tree-widget v0.23.1
52962026-09-02T21:57:50.275Z[ recovery-image] Sep 02 21:57:49.437 INFO O| Sep 02 21:57:49.437 INFO completed processing sled/ramdisk-02-trim
52972026-09-02T21:57:50.278Z[ recovery-image] Sep 02 21:57:49.439 INFO image builder template: ramdisk-03-recovery-trim...
52982026-09-02T21:57:50.278Z[ recovery-image] Sep 02 21:57:49.439 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/.tmp7ID4b5/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
52992026-09-02T21:57:50.282Z[ recovery-image] Sep 02 21:57:49.444 INFO O| Sep 02 21:57:49.444 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
53002026-09-02T21:57:50.367Z[ recovery-image] Sep 02 21:57:49.529 INFO O| Sep 02 21:57:49.529 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53012026-09-02T21:57:50.371Z[ recovery-image] Sep 02 21:57:49.534 INFO O| Sep 02 21:57:49.534 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53022026-09-02T21:57:50.447Z[ recovery-image] Sep 02 21:57:49.609 INFO O| Sep 02 21:57:49.609 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
53032026-09-02T21:57:50.518Z[ recovery-image] Sep 02 21:57:49.680 INFO O| Sep 02 21:57:49.680 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53042026-09-02T21:57:50.518Z[ recovery-image] Sep 02 21:57:49.680 INFO O| Sep 02 21:57:49.680 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
53052026-09-02T21:57:50.526Z[ recovery-image] Sep 02 21:57:49.688 INFO O| Sep 02 21:57:49.688 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
53062026-09-02T21:57:50.531Z[ recovery-image] Sep 02 21:57:49.694 INFO O| Sep 02 21:57:49.693 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53072026-09-02T21:57:50.537Z[ recovery-image] Sep 02 21:57:49.699 INFO O| Sep 02 21:57:49.699 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53082026-09-02T21:57:50.541Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
53092026-09-02T21:57:50.800Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
53102026-09-02T21:57:51.079Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
53112026-09-02T21:57:51.175Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
53122026-09-02T21:57:51.232Z[ recovery-image] Sep 02 21:57:50.395 INFO O| Sep 02 21:57:50.395 INFO rolled back to input snapshot; work may begin
53132026-09-02T21:57:51.232Z[ recovery-image] Sep 02 21:57:50.395 INFO O| Sep 02 21:57:50.395 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53142026-09-02T21:57:51.238Z[ recovery-image] Sep 02 21:57:50.400 INFO O| Sep 02 21:57:50.400 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53152026-09-02T21:57:51.249Z[ recovery-image] Sep 02 21:57:50.411 INFO O| Sep 02 21:57:50.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
53162026-09-02T21:57:51.253Z[ recovery-image] Sep 02 21:57:50.415 INFO O| Sep 02 21:57:50.415 INFO STEP 0 (remove_files) COMPLETE
53172026-09-02T21:57:51.253Z[ recovery-image] Sep 02 21:57:50.415 INFO O| Sep 02 21:57:50.415 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53182026-09-02T21:57:51.264Z[ recovery-image] Sep 02 21:57:50.426 INFO O| Sep 02 21:57:50.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
53192026-09-02T21:57:51.267Z[ recovery-image] Sep 02 21:57:50.427 INFO O| Sep 02 21:57:50.427 INFO STEP 1 (remove_files) COMPLETE
53202026-09-02T21:57:51.267Z[ recovery-image] Sep 02 21:57:50.427 INFO O| Sep 02 21:57:50.427 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53212026-09-02T21:57:51.277Z[ recovery-image] Sep 02 21:57:50.439 INFO O| Sep 02 21:57:50.439 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
53222026-09-02T21:57:51.281Z[ recovery-image] Sep 02 21:57:50.443 INFO O| Sep 02 21:57:50.443 INFO STEP 2 (remove_files) COMPLETE
53232026-09-02T21:57:51.281Z[ recovery-image] Sep 02 21:57:50.443 INFO O| Sep 02 21:57:50.443 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-09-02T21:57:51.291Z[ recovery-image] Sep 02 21:57:50.453 INFO O| Sep 02 21:57:50.453 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53252026-09-02T21:57:51.349Z[ recovery-image] Sep 02 21:57:50.510 INFO O| Sep 02 21:57:50.510 INFO STEP 3 (remove_files) COMPLETE
53262026-09-02T21:57:51.349Z[ recovery-image] Sep 02 21:57:50.511 INFO O| Sep 02 21:57:50.510 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53272026-09-02T21:57:51.361Z[ recovery-image] Sep 02 21:57:50.522 INFO O| Sep 02 21:57:50.522 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53282026-09-02T21:57:51.365Z[ recovery-image] Sep 02 21:57:50.526 INFO O| Sep 02 21:57:50.526 INFO STEP 4 (remove_files) COMPLETE
53292026-09-02T21:57:51.365Z[ recovery-image] Sep 02 21:57:50.526 INFO O| Sep 02 21:57:50.526 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53302026-09-02T21:57:51.374Z[ recovery-image] Sep 02 21:57:50.536 INFO O| Sep 02 21:57:50.536 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53312026-09-02T21:57:51.378Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
53322026-09-02T21:57:51.416Z[ recovery-image] Sep 02 21:57:50.578 INFO O| Sep 02 21:57:50.578 INFO STEP 5 (remove_files) COMPLETE
53332026-09-02T21:57:51.416Z[ recovery-image] Sep 02 21:57:50.578 INFO O| Sep 02 21:57:50.578 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53342026-09-02T21:57:51.428Z[ recovery-image] Sep 02 21:57:50.590 INFO O| Sep 02 21:57:50.590 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53352026-09-02T21:57:51.442Z[ recovery-image] Sep 02 21:57:50.604 INFO O| Sep 02 21:57:50.604 INFO STEP 6 (remove_files) COMPLETE
53362026-09-02T21:57:51.442Z[ recovery-image] Sep 02 21:57:50.604 INFO O| Sep 02 21:57:50.604 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53372026-09-02T21:57:51.452Z[ recovery-image] Sep 02 21:57:50.614 INFO O| Sep 02 21:57:50.614 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53382026-09-02T21:57:51.458Z[ recovery-image] Sep 02 21:57:50.618 INFO O| Sep 02 21:57:50.618 INFO STEP 7 (remove_files) COMPLETE
53392026-09-02T21:57:51.458Z[ recovery-image] Sep 02 21:57:50.618 INFO O| Sep 02 21:57:50.618 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53402026-09-02T21:57:51.468Z[ recovery-image] Sep 02 21:57:50.630 INFO O| Sep 02 21:57:50.630 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53412026-09-02T21:57:51.488Z[ recovery-image] Sep 02 21:57:50.650 INFO O| Sep 02 21:57:50.650 INFO STEP 8 (remove_files) COMPLETE
53422026-09-02T21:57:51.488Z[ recovery-image] Sep 02 21:57:50.650 INFO O| Sep 02 21:57:50.650 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53432026-09-02T21:57:51.500Z[ recovery-image] Sep 02 21:57:50.662 INFO O| Sep 02 21:57:50.662 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53442026-09-02T21:57:51.506Z[ recovery-image] Sep 02 21:57:50.668 INFO O| Sep 02 21:57:50.668 INFO STEP 9 (remove_files) COMPLETE
53452026-09-02T21:57:51.506Z[ recovery-image] Sep 02 21:57:50.668 INFO O| Sep 02 21:57:50.668 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53462026-09-02T21:57:51.518Z[ recovery-image] Sep 02 21:57:50.680 INFO O| Sep 02 21:57:50.680 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53472026-09-02T21:57:51.529Z[ recovery-image] Sep 02 21:57:50.690 INFO O| Sep 02 21:57:50.690 INFO STEP 10 (remove_files) COMPLETE
53482026-09-02T21:57:51.532Z[ recovery-image] Sep 02 21:57:50.690 INFO O| Sep 02 21:57:50.690 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53492026-09-02T21:57:51.543Z[ recovery-image] Sep 02 21:57:50.705 INFO O| Sep 02 21:57:50.705 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53502026-09-02T21:57:51.547Z[ recovery-image] Sep 02 21:57:50.709 INFO O| Sep 02 21:57:50.709 INFO STEP 11 (remove_files) COMPLETE
53512026-09-02T21:57:51.547Z[ recovery-image] Sep 02 21:57:50.710 INFO O| Sep 02 21:57:50.709 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53522026-09-02T21:57:51.565Z[ recovery-image] Sep 02 21:57:50.727 INFO O| Sep 02 21:57:50.727 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53532026-09-02T21:57:51.734Z[ recovery-image] Sep 02 21:57:50.896 INFO O| Sep 02 21:57:50.895 INFO STEP 12 (remove_files) COMPLETE
53542026-09-02T21:57:51.734Z[ recovery-image] Sep 02 21:57:50.896 INFO O| Sep 02 21:57:50.896 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53552026-09-02T21:57:51.737Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
53562026-09-02T21:57:51.744Z[ recovery-image] Sep 02 21:57:50.907 INFO O| Sep 02 21:57:50.907 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53572026-09-02T21:57:51.800Z[ recovery-image] Sep 02 21:57:50.962 INFO O| Sep 02 21:57:50.962 INFO STEP 13 (remove_files) COMPLETE
53582026-09-02T21:57:51.800Z[ recovery-image] Sep 02 21:57:50.962 INFO O| Sep 02 21:57:50.962 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-09-02T21:57:51.813Z[ recovery-image] Sep 02 21:57:50.975 INFO O| Sep 02 21:57:50.975 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53602026-09-02T21:57:51.817Z[ recovery-image] Sep 02 21:57:50.980 INFO O| Sep 02 21:57:50.980 INFO STEP 14 (remove_files) COMPLETE
53612026-09-02T21:57:51.817Z[ recovery-image] Sep 02 21:57:50.980 INFO O| Sep 02 21:57:50.980 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-09-02T21:57:51.829Z[ recovery-image] Sep 02 21:57:50.991 INFO O| Sep 02 21:57:50.991 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53632026-09-02T21:57:51.829Z[ recovery-image] Sep 02 21:57:50.991 INFO O| Sep 02 21:57:50.991 INFO STEP 15 (remove_files) COMPLETE
53642026-09-02T21:57:51.829Z[ recovery-image] Sep 02 21:57:50.991 INFO O| Sep 02 21:57:50.991 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-09-02T21:57:51.839Z[ recovery-image] Sep 02 21:57:51.001 INFO O| Sep 02 21:57:51.001 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53662026-09-02T21:57:51.869Z[ recovery-image] Sep 02 21:57:51.031 INFO O| Sep 02 21:57:51.031 INFO STEP 16 (remove_files) COMPLETE
53672026-09-02T21:57:51.869Z[ recovery-image] Sep 02 21:57:51.031 INFO O| Sep 02 21:57:51.031 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-09-02T21:57:51.892Z[ recovery-image] Sep 02 21:57:51.054 INFO O| Sep 02 21:57:51.054 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53692026-09-02T21:57:51.919Z[ recovery-image] Sep 02 21:57:51.081 INFO O| Sep 02 21:57:51.081 INFO STEP 17 (remove_files) COMPLETE
53702026-09-02T21:57:51.919Z[ recovery-image] Sep 02 21:57:51.081 INFO O| Sep 02 21:57:51.081 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53712026-09-02T21:57:51.929Z[ recovery-image] Sep 02 21:57:51.092 INFO O| Sep 02 21:57:51.092 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53722026-09-02T21:57:51.930Z[ recovery-image] Sep 02 21:57:51.092 INFO O| Sep 02 21:57:51.092 INFO STEP 18 (remove_files) COMPLETE
53732026-09-02T21:57:51.930Z[ recovery-image] Sep 02 21:57:51.092 INFO O| Sep 02 21:57:51.092 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-09-02T21:57:51.942Z[ recovery-image] Sep 02 21:57:51.104 INFO O| Sep 02 21:57:51.104 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53752026-09-02T21:57:51.942Z[ recovery-image] Sep 02 21:57:51.104 INFO O| Sep 02 21:57:51.104 INFO STEP 19 (remove_files) COMPLETE
53762026-09-02T21:57:51.942Z[ recovery-image] Sep 02 21:57:51.104 INFO O| Sep 02 21:57:51.104 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-09-02T21:57:51.955Z[ recovery-image] Sep 02 21:57:51.116 INFO O| Sep 02 21:57:51.116 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53782026-09-02T21:57:51.999Z[ recovery-image] Sep 02 21:57:51.161 INFO O| Sep 02 21:57:51.161 INFO STEP 20 (remove_files) COMPLETE
53792026-09-02T21:57:51.999Z[ recovery-image] Sep 02 21:57:51.161 INFO O| Sep 02 21:57:51.161 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-09-02T21:57:52.011Z[ recovery-image] Sep 02 21:57:51.173 INFO O| Sep 02 21:57:51.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53812026-09-02T21:57:52.015Z[ recovery-image] Sep 02 21:57:51.174 INFO O| Sep 02 21:57:51.174 INFO STEP 21 (remove_files) COMPLETE
53822026-09-02T21:57:52.015Z[ recovery-image] Sep 02 21:57:51.174 INFO O| Sep 02 21:57:51.174 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-09-02T21:57:52.022Z[ recovery-image] Sep 02 21:57:51.185 INFO O| Sep 02 21:57:51.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53842026-09-02T21:57:52.026Z[ recovery-image] Sep 02 21:57:51.186 INFO O| Sep 02 21:57:51.186 INFO STEP 22 (remove_files) COMPLETE
53852026-09-02T21:57:52.026Z[ recovery-image] Sep 02 21:57:51.186 INFO O| Sep 02 21:57:51.186 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-09-02T21:57:52.035Z[ recovery-image] Sep 02 21:57:51.197 INFO O| Sep 02 21:57:51.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53872026-09-02T21:57:52.038Z[ recovery-image] Sep 02 21:57:51.198 INFO O| Sep 02 21:57:51.198 INFO STEP 23 (remove_files) COMPLETE
53882026-09-02T21:57:52.038Z[ recovery-image] Sep 02 21:57:51.198 INFO O| Sep 02 21:57:51.198 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-09-02T21:57:52.046Z[ recovery-image] Sep 02 21:57:51.208 INFO O| Sep 02 21:57:51.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53902026-09-02T21:57:52.049Z[ recovery-image] Sep 02 21:57:51.209 INFO O| Sep 02 21:57:51.209 INFO STEP 24 (remove_files) COMPLETE
53912026-09-02T21:57:52.049Z[ recovery-image] Sep 02 21:57:51.209 INFO O| Sep 02 21:57:51.209 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-09-02T21:57:52.058Z[ recovery-image] Sep 02 21:57:51.221 INFO O| Sep 02 21:57:51.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53932026-09-02T21:57:52.066Z[ recovery-image] Sep 02 21:57:51.221 INFO O| Sep 02 21:57:51.221 INFO STEP 25 (remove_files) COMPLETE
53942026-09-02T21:57:52.066Z[ recovery-image] Sep 02 21:57:51.221 INFO O| Sep 02 21:57:51.221 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-09-02T21:57:52.072Z[ recovery-image] Sep 02 21:57:51.234 INFO O| Sep 02 21:57:51.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53962026-09-02T21:57:52.072Z[ recovery-image] Sep 02 21:57:51.234 INFO O| Sep 02 21:57:51.234 INFO STEP 26 (remove_files) COMPLETE
53972026-09-02T21:57:52.072Z[ recovery-image] Sep 02 21:57:51.234 INFO O| Sep 02 21:57:51.234 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-09-02T21:57:52.084Z[ recovery-image] Sep 02 21:57:51.246 INFO O| Sep 02 21:57:51.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53992026-09-02T21:57:52.089Z[ recovery-image] Sep 02 21:57:51.247 INFO O| Sep 02 21:57:51.247 INFO STEP 27 (remove_files) COMPLETE
54002026-09-02T21:57:52.089Z[ recovery-image] Sep 02 21:57:51.247 INFO O| Sep 02 21:57:51.247 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-09-02T21:57:52.096Z[ recovery-image] Sep 02 21:57:51.258 INFO O| Sep 02 21:57:51.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
54022026-09-02T21:57:52.096Z[ recovery-image] Sep 02 21:57:51.258 INFO O| Sep 02 21:57:51.258 INFO STEP 28 (remove_files) COMPLETE
54032026-09-02T21:57:52.099Z[ recovery-image] Sep 02 21:57:51.258 INFO O| Sep 02 21:57:51.258 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-09-02T21:57:52.107Z[ recovery-image] Sep 02 21:57:51.268 INFO O| Sep 02 21:57:51.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
54052026-09-02T21:57:52.107Z[ recovery-image] Sep 02 21:57:51.268 INFO O| Sep 02 21:57:51.268 INFO STEP 29 (remove_files) COMPLETE
54062026-09-02T21:57:52.110Z[ recovery-image] Sep 02 21:57:51.268 INFO O| Sep 02 21:57:51.268 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-09-02T21:57:52.119Z[ recovery-image] Sep 02 21:57:51.280 INFO O| Sep 02 21:57:51.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
54082026-09-02T21:57:52.119Z[ recovery-image] Sep 02 21:57:51.280 INFO O| Sep 02 21:57:51.280 INFO STEP 30 (remove_files) COMPLETE
54092026-09-02T21:57:52.119Z[ recovery-image] Sep 02 21:57:51.280 INFO O| Sep 02 21:57:51.280 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-09-02T21:57:52.128Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
54112026-09-02T21:57:52.131Z[ recovery-image] Sep 02 21:57:51.290 INFO O| Sep 02 21:57:51.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
54122026-09-02T21:57:52.131Z[ recovery-image] Sep 02 21:57:51.290 INFO O| Sep 02 21:57:51.290 INFO STEP 31 (remove_files) COMPLETE
54132026-09-02T21:57:52.131Z[ recovery-image] Sep 02 21:57:51.290 INFO O| Sep 02 21:57:51.290 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-09-02T21:57:52.152Z[ recovery-image] Sep 02 21:57:51.314 INFO O| Sep 02 21:57:51.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
54152026-09-02T21:57:52.157Z[ recovery-image] Sep 02 21:57:51.314 INFO O| Sep 02 21:57:51.314 INFO STEP 32 (remove_files) COMPLETE
54162026-09-02T21:57:52.157Z[ recovery-image] Sep 02 21:57:51.314 INFO O| Sep 02 21:57:51.314 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-09-02T21:57:52.165Z[ recovery-image] Sep 02 21:57:51.326 INFO O| Sep 02 21:57:51.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
54182026-09-02T21:57:52.165Z[ recovery-image] Sep 02 21:57:51.326 INFO O| Sep 02 21:57:51.326 INFO STEP 33 (remove_files) COMPLETE
54192026-09-02T21:57:52.165Z[ recovery-image] Sep 02 21:57:51.326 INFO O| Sep 02 21:57:51.326 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-09-02T21:57:52.177Z[ recovery-image] Sep 02 21:57:51.339 INFO O| Sep 02 21:57:51.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
54212026-09-02T21:57:52.177Z[ recovery-image] Sep 02 21:57:51.339 INFO O| Sep 02 21:57:51.339 INFO STEP 34 (remove_files) COMPLETE
54222026-09-02T21:57:52.177Z[ recovery-image] Sep 02 21:57:51.339 INFO O| Sep 02 21:57:51.339 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-09-02T21:57:52.188Z[ recovery-image] Sep 02 21:57:51.350 INFO O| Sep 02 21:57:51.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
54242026-09-02T21:57:52.188Z[ recovery-image] Sep 02 21:57:51.350 INFO O| Sep 02 21:57:51.350 INFO STEP 35 (remove_files) COMPLETE
54252026-09-02T21:57:52.189Z[ recovery-image] Sep 02 21:57:51.350 INFO O| Sep 02 21:57:51.350 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-09-02T21:57:52.197Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
54272026-09-02T21:57:52.201Z[ recovery-image] Sep 02 21:57:51.360 INFO O| Sep 02 21:57:51.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54282026-09-02T21:57:52.201Z[ recovery-image] Sep 02 21:57:51.360 INFO O| Sep 02 21:57:51.360 INFO STEP 36 (remove_files) COMPLETE
54292026-09-02T21:57:52.201Z[ recovery-image] Sep 02 21:57:51.360 INFO O| Sep 02 21:57:51.360 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54302026-09-02T21:57:52.218Z[ recovery-image] Sep 02 21:57:51.376 INFO O| Sep 02 21:57:51.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54312026-09-02T21:57:52.219Z[ recovery-image] Sep 02 21:57:51.377 INFO O| Sep 02 21:57:51.377 INFO STEP 37 (remove_files) COMPLETE
54322026-09-02T21:57:52.219Z[ recovery-image] Sep 02 21:57:51.377 INFO O| Sep 02 21:57:51.377 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54332026-09-02T21:57:52.225Z[ recovery-image] Sep 02 21:57:51.387 INFO O| Sep 02 21:57:51.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54342026-09-02T21:57:52.225Z[ recovery-image] Sep 02 21:57:51.387 INFO O| Sep 02 21:57:51.387 INFO STEP 38 (remove_files) COMPLETE
54352026-09-02T21:57:52.229Z[ recovery-image] Sep 02 21:57:51.387 INFO O| Sep 02 21:57:51.387 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54362026-09-02T21:57:52.284Z[ recovery-image] Sep 02 21:57:51.398 INFO O| Sep 02 21:57:51.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54372026-09-02T21:57:52.284Z[ recovery-image] Sep 02 21:57:51.398 INFO O| Sep 02 21:57:51.398 INFO STEP 39 (remove_files) COMPLETE
54382026-09-02T21:57:52.295Z[ recovery-image] Sep 02 21:57:51.398 INFO O| Sep 02 21:57:51.398 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54392026-09-02T21:57:52.295Z[ recovery-image] Sep 02 21:57:51.407 INFO O| Sep 02 21:57:51.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54402026-09-02T21:57:52.295Z[ recovery-image] Sep 02 21:57:51.407 INFO O| Sep 02 21:57:51.407 INFO STEP 40 (remove_files) COMPLETE
54412026-09-02T21:57:52.296Z[ recovery-image] Sep 02 21:57:51.407 INFO O| Sep 02 21:57:51.407 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-09-02T21:57:52.296Z[ recovery-image] Sep 02 21:57:51.417 INFO O| Sep 02 21:57:51.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54432026-09-02T21:57:52.296Z[ recovery-image] Sep 02 21:57:51.417 INFO O| Sep 02 21:57:51.417 INFO STEP 41 (remove_files) COMPLETE
54442026-09-02T21:57:52.296Z[ recovery-image] Sep 02 21:57:51.417 INFO O| Sep 02 21:57:51.417 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-09-02T21:57:52.297Z[ recovery-image] Sep 02 21:57:51.427 INFO O| Sep 02 21:57:51.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54462026-09-02T21:57:52.297Z[ recovery-image] Sep 02 21:57:51.427 INFO O| Sep 02 21:57:51.427 INFO STEP 42 (remove_files) COMPLETE
54472026-09-02T21:57:52.297Z[ recovery-image] Sep 02 21:57:51.427 INFO O| Sep 02 21:57:51.427 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-09-02T21:57:52.297Z[ recovery-image] Sep 02 21:57:51.438 INFO O| Sep 02 21:57:51.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54492026-09-02T21:57:52.297Z[ recovery-image] Sep 02 21:57:51.438 INFO O| Sep 02 21:57:51.438 INFO STEP 43 (remove_files) COMPLETE
54502026-09-02T21:57:52.297Z[ recovery-image] Sep 02 21:57:51.438 INFO O| Sep 02 21:57:51.438 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-09-02T21:57:52.297Z[ recovery-image] Sep 02 21:57:51.450 INFO O| Sep 02 21:57:51.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54522026-09-02T21:57:52.297Z[ recovery-image] Sep 02 21:57:51.450 INFO O| Sep 02 21:57:51.450 INFO STEP 44 (remove_files) COMPLETE
54532026-09-02T21:57:52.297Z[ recovery-image] Sep 02 21:57:51.450 INFO O| Sep 02 21:57:51.450 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-09-02T21:57:52.301Z[ recovery-image] Sep 02 21:57:51.462 INFO O| Sep 02 21:57:51.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54552026-09-02T21:57:52.301Z[ recovery-image] Sep 02 21:57:51.462 INFO O| Sep 02 21:57:51.462 INFO STEP 45 (remove_files) COMPLETE
54562026-09-02T21:57:52.301Z[ recovery-image] Sep 02 21:57:51.462 INFO O| Sep 02 21:57:51.462 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-09-02T21:57:52.306Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
54582026-09-02T21:57:52.314Z[ recovery-image] Sep 02 21:57:51.476 INFO O| Sep 02 21:57:51.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54592026-09-02T21:57:52.322Z[ recovery-image] Sep 02 21:57:51.484 INFO O| Sep 02 21:57:51.484 INFO STEP 46 (remove_files) COMPLETE
54602026-09-02T21:57:52.322Z[ recovery-image] Sep 02 21:57:51.484 INFO O| Sep 02 21:57:51.484 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-09-02T21:57:52.341Z[ recovery-image] Sep 02 21:57:51.502 INFO O| Sep 02 21:57:51.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54622026-09-02T21:57:52.341Z[ recovery-image] Sep 02 21:57:51.502 INFO O| Sep 02 21:57:51.502 INFO STEP 47 (remove_files) COMPLETE
54632026-09-02T21:57:52.341Z[ recovery-image] Sep 02 21:57:51.502 INFO O| Sep 02 21:57:51.502 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-09-02T21:57:52.364Z[ recovery-image] Sep 02 21:57:51.526 INFO O| Sep 02 21:57:51.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54652026-09-02T21:57:52.365Z[ recovery-image] Sep 02 21:57:51.526 INFO O| Sep 02 21:57:51.526 INFO STEP 48 (remove_files) COMPLETE
54662026-09-02T21:57:52.365Z[ recovery-image] Sep 02 21:57:51.526 INFO O| Sep 02 21:57:51.526 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-09-02T21:57:52.379Z[ recovery-image] Sep 02 21:57:51.541 INFO O| Sep 02 21:57:51.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54682026-09-02T21:57:52.379Z[ recovery-image] Sep 02 21:57:51.541 INFO O| Sep 02 21:57:51.541 INFO STEP 49 (remove_files) COMPLETE
54692026-09-02T21:57:52.382Z[ recovery-image] Sep 02 21:57:51.541 INFO O| Sep 02 21:57:51.541 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-09-02T21:57:52.389Z[ recovery-image] Sep 02 21:57:51.551 INFO O| Sep 02 21:57:51.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54712026-09-02T21:57:52.389Z[ recovery-image] Sep 02 21:57:51.551 INFO O| Sep 02 21:57:51.551 INFO STEP 50 (remove_files) COMPLETE
54722026-09-02T21:57:52.393Z[ recovery-image] Sep 02 21:57:51.551 INFO O| Sep 02 21:57:51.551 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-09-02T21:57:52.399Z[ recovery-image] Sep 02 21:57:51.561 INFO O| Sep 02 21:57:51.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54742026-09-02T21:57:52.400Z[ recovery-image] Sep 02 21:57:51.561 INFO O| Sep 02 21:57:51.561 INFO STEP 51 (remove_files) COMPLETE
54752026-09-02T21:57:52.400Z[ recovery-image] Sep 02 21:57:51.561 INFO O| Sep 02 21:57:51.561 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-09-02T21:57:52.405Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
54772026-09-02T21:57:52.412Z[ recovery-image] Sep 02 21:57:51.574 INFO O| Sep 02 21:57:51.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54782026-09-02T21:57:52.415Z[ recovery-image] Sep 02 21:57:51.575 INFO O| Sep 02 21:57:51.575 INFO STEP 52 (remove_files) COMPLETE
54792026-09-02T21:57:52.416Z[ recovery-image] Sep 02 21:57:51.575 INFO O| Sep 02 21:57:51.575 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54802026-09-02T21:57:52.467Z[ recovery-image] Sep 02 21:57:51.629 INFO O| Sep 02 21:57:51.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54812026-09-02T21:57:52.488Z[ recovery-image] Sep 02 21:57:51.650 INFO O| Sep 02 21:57:51.650 INFO STEP 53 (remove_files) COMPLETE
54822026-09-02T21:57:52.489Z[ recovery-image] Sep 02 21:57:51.650 INFO O| Sep 02 21:57:51.650 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54832026-09-02T21:57:52.500Z[ recovery-image] Sep 02 21:57:51.662 INFO O| Sep 02 21:57:51.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54842026-09-02T21:57:52.500Z[ recovery-image] Sep 02 21:57:51.662 INFO O| Sep 02 21:57:51.662 INFO STEP 54 (remove_files) COMPLETE
54852026-09-02T21:57:52.507Z[ recovery-image] Sep 02 21:57:51.662 INFO O| Sep 02 21:57:51.662 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54862026-09-02T21:57:52.512Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
54872026-09-02T21:57:52.512Z[ recovery-image] Sep 02 21:57:51.672 INFO O| Sep 02 21:57:51.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54882026-09-02T21:57:52.512Z[ recovery-image] Sep 02 21:57:51.672 INFO O| Sep 02 21:57:51.672 INFO STEP 55 (remove_files) COMPLETE
54892026-09-02T21:57:52.512Z[ recovery-image] Sep 02 21:57:51.672 INFO O| Sep 02 21:57:51.672 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54902026-09-02T21:57:52.521Z[ recovery-image] Sep 02 21:57:51.683 INFO O| Sep 02 21:57:51.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54912026-09-02T21:57:52.521Z[ recovery-image] Sep 02 21:57:51.683 INFO O| Sep 02 21:57:51.683 INFO STEP 56 (remove_files) COMPLETE
54922026-09-02T21:57:52.521Z[ recovery-image] Sep 02 21:57:51.683 INFO O| Sep 02 21:57:51.683 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54932026-09-02T21:57:52.532Z[ recovery-image] Sep 02 21:57:51.694 INFO O| Sep 02 21:57:51.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54942026-09-02T21:57:52.535Z[verify-libraries] Compiling fatfs v0.3.6
54952026-09-02T21:57:52.539Z[ recovery-image] Sep 02 21:57:51.698 INFO O| Sep 02 21:57:51.698 INFO STEP 57 (remove_files) COMPLETE
54962026-09-02T21:57:52.539Z[ recovery-image] Sep 02 21:57:51.698 INFO O| Sep 02 21:57:51.698 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-09-02T21:57:52.576Z[ recovery-image] Sep 02 21:57:51.733 INFO O| Sep 02 21:57:51.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54982026-09-02T21:57:52.576Z[ recovery-image] Sep 02 21:57:51.733 INFO O| Sep 02 21:57:51.733 INFO STEP 58 (remove_files) COMPLETE
54992026-09-02T21:57:52.576Z[ recovery-image] Sep 02 21:57:51.733 INFO O| Sep 02 21:57:51.733 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-09-02T21:57:52.583Z[verify-libraries] Compiling num-bigint v0.4.6
55012026-09-02T21:57:52.588Z[ recovery-image] Sep 02 21:57:51.745 INFO O| Sep 02 21:57:51.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
55022026-09-02T21:57:52.588Z[ recovery-image] Sep 02 21:57:51.745 INFO O| Sep 02 21:57:51.745 INFO STEP 59 (remove_files) COMPLETE
55032026-09-02T21:57:52.588Z[ recovery-image] Sep 02 21:57:51.745 INFO O| Sep 02 21:57:51.745 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55042026-09-02T21:57:52.594Z[ recovery-image] Sep 02 21:57:51.756 INFO O| Sep 02 21:57:51.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
55052026-09-02T21:57:52.594Z[ recovery-image] Sep 02 21:57:51.756 INFO O| Sep 02 21:57:51.756 INFO STEP 60 (remove_files) COMPLETE
55062026-09-02T21:57:52.594Z[ recovery-image] Sep 02 21:57:51.756 INFO O| Sep 02 21:57:51.756 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55072026-09-02T21:57:52.607Z[ recovery-image] Sep 02 21:57:51.767 INFO O| Sep 02 21:57:51.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
55082026-09-02T21:57:52.608Z[ recovery-image] Sep 02 21:57:51.767 INFO O| Sep 02 21:57:51.767 INFO STEP 61 (remove_files) COMPLETE
55092026-09-02T21:57:52.612Z[ recovery-image] Sep 02 21:57:51.767 INFO O| Sep 02 21:57:51.767 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-09-02T21:57:52.617Z[ recovery-image] Sep 02 21:57:51.779 INFO O| Sep 02 21:57:51.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
55112026-09-02T21:57:52.622Z[ recovery-image] Sep 02 21:57:51.779 INFO O| Sep 02 21:57:51.779 INFO STEP 62 (remove_files) COMPLETE
55122026-09-02T21:57:52.622Z[ recovery-image] Sep 02 21:57:51.779 INFO O| Sep 02 21:57:51.779 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55132026-09-02T21:57:52.629Z[ recovery-image] Sep 02 21:57:51.790 INFO O| Sep 02 21:57:51.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
55142026-09-02T21:57:52.629Z[ recovery-image] Sep 02 21:57:51.790 INFO O| Sep 02 21:57:51.790 INFO STEP 63 (remove_files) COMPLETE
55152026-09-02T21:57:52.632Z[ recovery-image] Sep 02 21:57:51.790 INFO O| Sep 02 21:57:51.790 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55162026-09-02T21:57:52.638Z[verify-libraries] Compiling generic-array v1.4.3
55172026-09-02T21:57:52.642Z[ recovery-image] Sep 02 21:57:51.804 INFO O| Sep 02 21:57:51.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
55182026-09-02T21:57:52.642Z[ recovery-image] Sep 02 21:57:51.804 INFO O| Sep 02 21:57:51.804 INFO STEP 64 (remove_files) COMPLETE
55192026-09-02T21:57:52.642Z[ recovery-image] Sep 02 21:57:51.804 INFO O| Sep 02 21:57:51.804 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55202026-09-02T21:57:52.662Z[ recovery-image] Sep 02 21:57:51.824 INFO O| Sep 02 21:57:51.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
55212026-09-02T21:57:52.662Z[ recovery-image] Sep 02 21:57:51.824 INFO O| Sep 02 21:57:51.824 INFO STEP 65 (remove_files) COMPLETE
55222026-09-02T21:57:52.662Z[ recovery-image] Sep 02 21:57:51.824 INFO O| Sep 02 21:57:51.824 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55232026-09-02T21:57:52.676Z[ recovery-image] Sep 02 21:57:51.835 INFO O| Sep 02 21:57:51.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
55242026-09-02T21:57:52.676Z[ recovery-image] Sep 02 21:57:51.835 INFO O| Sep 02 21:57:51.835 INFO STEP 66 (remove_files) COMPLETE
55252026-09-02T21:57:52.683Z[ recovery-image] Sep 02 21:57:51.835 INFO O| Sep 02 21:57:51.835 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55262026-09-02T21:57:52.691Z[ recovery-image] Sep 02 21:57:51.848 INFO O| Sep 02 21:57:51.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
55272026-09-02T21:57:52.691Z[ recovery-image] Sep 02 21:57:51.848 INFO O| Sep 02 21:57:51.848 INFO STEP 67 (remove_files) COMPLETE
55282026-09-02T21:57:52.692Z[ recovery-image] Sep 02 21:57:51.848 INFO O| Sep 02 21:57:51.848 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55292026-09-02T21:57:52.729Z[verify-libraries] Compiling russh-util v0.52.0
55302026-09-02T21:57:52.741Z[ recovery-image] Sep 02 21:57:51.903 INFO O| Sep 02 21:57:51.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55312026-09-02T21:57:52.741Z[ recovery-image] Sep 02 21:57:51.903 INFO O| Sep 02 21:57:51.903 INFO STEP 68 (remove_files) COMPLETE
55322026-09-02T21:57:52.741Z[ recovery-image] Sep 02 21:57:51.903 INFO O| Sep 02 21:57:51.903 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-09-02T21:57:52.753Z[ recovery-image] Sep 02 21:57:51.913 INFO O| Sep 02 21:57:51.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55342026-09-02T21:57:52.753Z[ recovery-image] Sep 02 21:57:51.913 INFO O| Sep 02 21:57:51.913 INFO STEP 69 (remove_files) COMPLETE
55352026-09-02T21:57:52.761Z[ recovery-image] Sep 02 21:57:51.913 INFO O| Sep 02 21:57:51.913 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-09-02T21:57:52.764Z[ recovery-image] Sep 02 21:57:51.923 INFO O| Sep 02 21:57:51.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55372026-09-02T21:57:52.764Z[ recovery-image] Sep 02 21:57:51.923 INFO O| Sep 02 21:57:51.923 INFO STEP 70 (remove_files) COMPLETE
55382026-09-02T21:57:52.764Z[ recovery-image] Sep 02 21:57:51.923 INFO O| Sep 02 21:57:51.923 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-09-02T21:57:52.772Z[ recovery-image] Sep 02 21:57:51.933 INFO O| Sep 02 21:57:51.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55402026-09-02T21:57:52.772Z[ recovery-image] Sep 02 21:57:51.933 INFO O| Sep 02 21:57:51.933 INFO STEP 71 (remove_files) COMPLETE
55412026-09-02T21:57:52.780Z[ recovery-image] Sep 02 21:57:51.933 INFO O| Sep 02 21:57:51.933 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-09-02T21:57:52.818Z[verify-libraries] Compiling enum_dispatch v0.3.13
55432026-09-02T21:57:52.822Z[ recovery-image] Sep 02 21:57:51.979 INFO O| Sep 02 21:57:51.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55442026-09-02T21:57:52.822Z[ recovery-image] Sep 02 21:57:51.979 INFO O| Sep 02 21:57:51.979 INFO STEP 72 (remove_files) COMPLETE
55452026-09-02T21:57:52.822Z[ recovery-image] Sep 02 21:57:51.979 INFO O| Sep 02 21:57:51.979 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55462026-09-02T21:57:52.830Z[ recovery-image] Sep 02 21:57:51.991 INFO O| Sep 02 21:57:51.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55472026-09-02T21:57:52.830Z[ recovery-image] Sep 02 21:57:51.991 INFO O| Sep 02 21:57:51.991 INFO STEP 73 (remove_files) COMPLETE
55482026-09-02T21:57:52.835Z[ recovery-image] Sep 02 21:57:51.991 INFO O| Sep 02 21:57:51.991 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55492026-09-02T21:57:52.840Z[ recovery-image] Sep 02 21:57:52.002 INFO O| Sep 02 21:57:52.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55502026-09-02T21:57:52.840Z[ recovery-image] Sep 02 21:57:52.002 INFO O| Sep 02 21:57:52.002 INFO STEP 74 (remove_files) COMPLETE
55512026-09-02T21:57:52.844Z[ recovery-image] Sep 02 21:57:52.002 INFO O| Sep 02 21:57:52.002 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55522026-09-02T21:57:52.852Z[ recovery-image] Sep 02 21:57:52.014 INFO O| Sep 02 21:57:52.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55532026-09-02T21:57:52.852Z[ recovery-image] Sep 02 21:57:52.014 INFO O| Sep 02 21:57:52.014 INFO STEP 75 (remove_files) COMPLETE
55542026-09-02T21:57:52.856Z[ recovery-image] Sep 02 21:57:52.014 INFO O| Sep 02 21:57:52.014 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55552026-09-02T21:57:52.866Z[ recovery-image] Sep 02 21:57:52.027 INFO O| Sep 02 21:57:52.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55562026-09-02T21:57:52.866Z[ recovery-image] Sep 02 21:57:52.027 INFO O| Sep 02 21:57:52.027 INFO STEP 76 (remove_files) COMPLETE
55572026-09-02T21:57:52.871Z[ recovery-image] Sep 02 21:57:52.027 INFO O| Sep 02 21:57:52.027 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55582026-09-02T21:57:52.876Z[ recovery-image] Sep 02 21:57:52.038 INFO O| Sep 02 21:57:52.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55592026-09-02T21:57:52.876Z[ recovery-image] Sep 02 21:57:52.038 INFO O| Sep 02 21:57:52.038 INFO STEP 77 (remove_files) COMPLETE
55602026-09-02T21:57:52.876Z[ recovery-image] Sep 02 21:57:52.038 INFO O| Sep 02 21:57:52.038 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55612026-09-02T21:57:52.887Z[ recovery-image] Sep 02 21:57:52.049 INFO O| Sep 02 21:57:52.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55622026-09-02T21:57:52.887Z[ recovery-image] Sep 02 21:57:52.049 INFO O| Sep 02 21:57:52.049 INFO STEP 78 (remove_files) COMPLETE
55632026-09-02T21:57:52.891Z[ recovery-image] Sep 02 21:57:52.049 INFO O| Sep 02 21:57:52.049 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55642026-09-02T21:57:52.895Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
55652026-09-02T21:57:52.902Z[ recovery-image] Sep 02 21:57:52.061 INFO O| Sep 02 21:57:52.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55662026-09-02T21:57:52.902Z[ recovery-image] Sep 02 21:57:52.061 INFO O| Sep 02 21:57:52.061 INFO STEP 79 (remove_files) COMPLETE
55672026-09-02T21:57:52.905Z[ recovery-image] Sep 02 21:57:52.061 INFO O| Sep 02 21:57:52.061 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55682026-09-02T21:57:52.910Z[ recovery-image] Sep 02 21:57:52.072 INFO O| Sep 02 21:57:52.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55692026-09-02T21:57:52.910Z[ recovery-image] Sep 02 21:57:52.073 INFO O| Sep 02 21:57:52.073 INFO STEP 80 (remove_files) COMPLETE
55702026-09-02T21:57:52.914Z[ recovery-image] Sep 02 21:57:52.073 INFO O| Sep 02 21:57:52.073 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-09-02T21:57:52.922Z[ recovery-image] Sep 02 21:57:52.084 INFO O| Sep 02 21:57:52.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55722026-09-02T21:57:52.922Z[ recovery-image] Sep 02 21:57:52.084 INFO O| Sep 02 21:57:52.084 INFO STEP 81 (remove_files) COMPLETE
55732026-09-02T21:57:52.922Z[ recovery-image] Sep 02 21:57:52.084 INFO O| Sep 02 21:57:52.084 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55742026-09-02T21:57:52.939Z[ recovery-image] Sep 02 21:57:52.099 INFO O| Sep 02 21:57:52.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55752026-09-02T21:57:52.939Z[ recovery-image] Sep 02 21:57:52.099 INFO O| Sep 02 21:57:52.099 INFO STEP 82 (remove_files) COMPLETE
55762026-09-02T21:57:52.944Z[ recovery-image] Sep 02 21:57:52.099 INFO O| Sep 02 21:57:52.099 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-09-02T21:57:52.948Z[ recovery-image] Sep 02 21:57:52.110 INFO O| Sep 02 21:57:52.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55782026-09-02T21:57:52.948Z[ recovery-image] Sep 02 21:57:52.110 INFO O| Sep 02 21:57:52.110 INFO STEP 83 (remove_files) COMPLETE
55792026-09-02T21:57:52.948Z[ recovery-image] Sep 02 21:57:52.110 INFO O| Sep 02 21:57:52.110 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-09-02T21:57:52.958Z[ recovery-image] Sep 02 21:57:52.120 INFO O| Sep 02 21:57:52.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55812026-09-02T21:57:52.958Z[ recovery-image] Sep 02 21:57:52.120 INFO O| Sep 02 21:57:52.120 INFO STEP 84 (remove_files) COMPLETE
55822026-09-02T21:57:52.958Z[ recovery-image] Sep 02 21:57:52.120 INFO O| Sep 02 21:57:52.120 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-09-02T21:57:52.968Z[ recovery-image] Sep 02 21:57:52.130 INFO O| Sep 02 21:57:52.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55842026-09-02T21:57:52.968Z[ recovery-image] Sep 02 21:57:52.130 INFO O| Sep 02 21:57:52.130 INFO STEP 85 (remove_files) COMPLETE
55852026-09-02T21:57:52.968Z[ recovery-image] Sep 02 21:57:52.130 INFO O| Sep 02 21:57:52.130 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-09-02T21:57:52.974Z[verify-libraries] Compiling delegate v0.13.5
55872026-09-02T21:57:52.979Z[ recovery-image] Sep 02 21:57:52.141 INFO O| Sep 02 21:57:52.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55882026-09-02T21:57:52.979Z[ recovery-image] Sep 02 21:57:52.141 INFO O| Sep 02 21:57:52.141 INFO STEP 86 (remove_files) COMPLETE
55892026-09-02T21:57:52.979Z[ recovery-image] Sep 02 21:57:52.141 INFO O| Sep 02 21:57:52.141 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-09-02T21:57:52.991Z[ recovery-image] Sep 02 21:57:52.152 INFO O| Sep 02 21:57:52.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55912026-09-02T21:57:52.991Z[ recovery-image] Sep 02 21:57:52.152 INFO O| Sep 02 21:57:52.152 INFO STEP 87 (remove_files) COMPLETE
55922026-09-02T21:57:52.991Z[ recovery-image] Sep 02 21:57:52.152 INFO O| Sep 02 21:57:52.152 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-09-02T21:57:53.002Z[ recovery-image] Sep 02 21:57:52.162 INFO O| Sep 02 21:57:52.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55942026-09-02T21:57:53.002Z[ recovery-image] Sep 02 21:57:52.162 INFO O| Sep 02 21:57:52.162 INFO STEP 88 (remove_files) COMPLETE
55952026-09-02T21:57:53.002Z[ recovery-image] Sep 02 21:57:52.162 INFO O| Sep 02 21:57:52.162 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-09-02T21:57:53.007Z[verify-libraries] Compiling sapling-renderdag v0.1.0
55972026-09-02T21:57:53.012Z[ recovery-image] Sep 02 21:57:52.172 INFO O| Sep 02 21:57:52.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55982026-09-02T21:57:53.012Z[ recovery-image] Sep 02 21:57:52.173 INFO O| Sep 02 21:57:52.173 INFO STEP 89 (remove_files) COMPLETE
55992026-09-02T21:57:53.012Z[ recovery-image] Sep 02 21:57:52.173 INFO O| Sep 02 21:57:52.173 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56002026-09-02T21:57:53.021Z[ recovery-image] Sep 02 21:57:52.183 INFO O| Sep 02 21:57:52.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
56012026-09-02T21:57:53.021Z[ recovery-image] Sep 02 21:57:52.183 INFO O| Sep 02 21:57:52.183 INFO STEP 90 (remove_files) COMPLETE
56022026-09-02T21:57:53.026Z[ recovery-image] Sep 02 21:57:52.183 INFO O| Sep 02 21:57:52.183 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56032026-09-02T21:57:53.034Z[ recovery-image] Sep 02 21:57:52.196 INFO O| Sep 02 21:57:52.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
56042026-09-02T21:57:53.034Z[ recovery-image] Sep 02 21:57:52.196 INFO O| Sep 02 21:57:52.196 INFO STEP 91 (remove_files) COMPLETE
56052026-09-02T21:57:53.037Z[ recovery-image] Sep 02 21:57:52.196 INFO O| Sep 02 21:57:52.196 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56062026-09-02T21:57:53.047Z[ recovery-image] Sep 02 21:57:52.206 INFO O| Sep 02 21:57:52.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
56072026-09-02T21:57:53.047Z[ recovery-image] Sep 02 21:57:52.206 INFO O| Sep 02 21:57:52.206 INFO STEP 92 (remove_files) COMPLETE
56082026-09-02T21:57:53.050Z[ recovery-image] Sep 02 21:57:52.206 INFO O| Sep 02 21:57:52.206 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56092026-09-02T21:57:53.054Z[ recovery-image] Sep 02 21:57:52.215 INFO O| Sep 02 21:57:52.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
56102026-09-02T21:57:53.054Z[ recovery-image] Sep 02 21:57:52.215 INFO O| Sep 02 21:57:52.215 INFO STEP 93 (remove_files) COMPLETE
56112026-09-02T21:57:53.054Z[ recovery-image] Sep 02 21:57:52.215 INFO O| Sep 02 21:57:52.215 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56122026-09-02T21:57:53.063Z[ recovery-image] Sep 02 21:57:52.225 INFO O| Sep 02 21:57:52.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
56132026-09-02T21:57:53.063Z[ recovery-image] Sep 02 21:57:52.225 INFO O| Sep 02 21:57:52.225 INFO STEP 94 (remove_files) COMPLETE
56142026-09-02T21:57:53.063Z[ recovery-image] Sep 02 21:57:52.225 INFO O| Sep 02 21:57:52.225 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56152026-09-02T21:57:53.077Z[ recovery-image] Sep 02 21:57:52.234 INFO O| Sep 02 21:57:52.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
56162026-09-02T21:57:53.081Z[ recovery-image] Sep 02 21:57:52.235 INFO O| Sep 02 21:57:52.235 INFO STEP 95 (remove_files) COMPLETE
56172026-09-02T21:57:53.081Z[ recovery-image] Sep 02 21:57:52.235 INFO O| Sep 02 21:57:52.235 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56182026-09-02T21:57:53.085Z[ recovery-image] Sep 02 21:57:52.245 INFO O| Sep 02 21:57:52.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
56192026-09-02T21:57:53.085Z[ recovery-image] Sep 02 21:57:52.245 INFO O| Sep 02 21:57:52.245 INFO STEP 96 (remove_files) COMPLETE
56202026-09-02T21:57:53.085Z[ recovery-image] Sep 02 21:57:52.245 INFO O| Sep 02 21:57:52.245 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56212026-09-02T21:57:53.095Z[ recovery-image] Sep 02 21:57:52.257 INFO O| Sep 02 21:57:52.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
56222026-09-02T21:57:53.099Z[ recovery-image] Sep 02 21:57:52.258 INFO O| Sep 02 21:57:52.258 INFO STEP 97 (remove_files) COMPLETE
56232026-09-02T21:57:53.099Z[ recovery-image] Sep 02 21:57:52.258 INFO O| Sep 02 21:57:52.258 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56242026-09-02T21:57:53.108Z[ recovery-image] Sep 02 21:57:52.270 INFO O| Sep 02 21:57:52.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
56252026-09-02T21:57:53.109Z[ recovery-image] Sep 02 21:57:52.270 INFO O| Sep 02 21:57:52.270 INFO STEP 98 (remove_files) COMPLETE
56262026-09-02T21:57:53.114Z[ recovery-image] Sep 02 21:57:52.270 INFO O| Sep 02 21:57:52.270 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56272026-09-02T21:57:53.121Z[ recovery-image] Sep 02 21:57:52.282 INFO O| Sep 02 21:57:52.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
56282026-09-02T21:57:53.121Z[ recovery-image] Sep 02 21:57:52.282 INFO O| Sep 02 21:57:52.282 INFO STEP 99 (remove_files) COMPLETE
56292026-09-02T21:57:53.122Z[ recovery-image] Sep 02 21:57:52.282 INFO O| Sep 02 21:57:52.282 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56302026-09-02T21:57:53.132Z[ recovery-image] Sep 02 21:57:52.294 INFO O| Sep 02 21:57:52.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
56312026-09-02T21:57:53.132Z[ recovery-image] Sep 02 21:57:52.294 INFO O| Sep 02 21:57:52.294 INFO STEP 100 (remove_files) COMPLETE
56322026-09-02T21:57:53.132Z[ recovery-image] Sep 02 21:57:52.294 INFO O| Sep 02 21:57:52.294 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56332026-09-02T21:57:53.144Z[ recovery-image] Sep 02 21:57:52.305 INFO O| Sep 02 21:57:52.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
56342026-09-02T21:57:53.147Z[ recovery-image] Sep 02 21:57:52.306 INFO O| Sep 02 21:57:52.306 INFO STEP 101 (remove_files) COMPLETE
56352026-09-02T21:57:53.147Z[ recovery-image] Sep 02 21:57:52.306 INFO O| Sep 02 21:57:52.306 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56362026-09-02T21:57:53.155Z[ recovery-image] Sep 02 21:57:52.317 INFO O| Sep 02 21:57:52.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56372026-09-02T21:57:53.158Z[ recovery-image] Sep 02 21:57:52.317 INFO O| Sep 02 21:57:52.317 INFO STEP 102 (remove_files) COMPLETE
56382026-09-02T21:57:53.158Z[ recovery-image] Sep 02 21:57:52.317 INFO O| Sep 02 21:57:52.317 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56392026-09-02T21:57:53.165Z[ recovery-image] Sep 02 21:57:52.327 INFO O| Sep 02 21:57:52.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56402026-09-02T21:57:53.165Z[ recovery-image] Sep 02 21:57:52.327 INFO O| Sep 02 21:57:52.327 INFO STEP 103 (remove_files) COMPLETE
56412026-09-02T21:57:53.166Z[ recovery-image] Sep 02 21:57:52.327 INFO O| Sep 02 21:57:52.327 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56422026-09-02T21:57:53.175Z[ recovery-image] Sep 02 21:57:52.337 INFO O| Sep 02 21:57:52.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56432026-09-02T21:57:53.175Z[ recovery-image] Sep 02 21:57:52.337 INFO O| Sep 02 21:57:52.337 INFO STEP 104 (remove_files) COMPLETE
56442026-09-02T21:57:53.178Z[ recovery-image] Sep 02 21:57:52.337 INFO O| Sep 02 21:57:52.337 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56452026-09-02T21:57:53.185Z[ recovery-image] Sep 02 21:57:52.347 INFO O| Sep 02 21:57:52.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56462026-09-02T21:57:53.185Z[ recovery-image] Sep 02 21:57:52.347 INFO O| Sep 02 21:57:52.347 INFO STEP 105 (remove_files) COMPLETE
56472026-09-02T21:57:53.185Z[ recovery-image] Sep 02 21:57:52.347 INFO O| Sep 02 21:57:52.347 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56482026-09-02T21:57:53.196Z[ recovery-image] Sep 02 21:57:52.358 INFO O| Sep 02 21:57:52.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56492026-09-02T21:57:53.197Z[ recovery-image] Sep 02 21:57:52.358 INFO O| Sep 02 21:57:52.358 INFO STEP 106 (remove_files) COMPLETE
56502026-09-02T21:57:53.197Z[ recovery-image] Sep 02 21:57:52.358 INFO O| Sep 02 21:57:52.358 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56512026-09-02T21:57:53.207Z[ recovery-image] Sep 02 21:57:52.369 INFO O| Sep 02 21:57:52.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56522026-09-02T21:57:53.208Z[ recovery-image] Sep 02 21:57:52.369 INFO O| Sep 02 21:57:52.369 INFO STEP 107 (remove_files) COMPLETE
56532026-09-02T21:57:53.208Z[ recovery-image] Sep 02 21:57:52.369 INFO O| Sep 02 21:57:52.369 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56542026-09-02T21:57:53.218Z[ recovery-image] Sep 02 21:57:52.380 INFO O| Sep 02 21:57:52.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56552026-09-02T21:57:53.218Z[ recovery-image] Sep 02 21:57:52.380 INFO O| Sep 02 21:57:52.380 INFO STEP 108 (remove_files) COMPLETE
56562026-09-02T21:57:53.218Z[ recovery-image] Sep 02 21:57:52.380 INFO O| Sep 02 21:57:52.380 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56572026-09-02T21:57:53.229Z[ recovery-image] Sep 02 21:57:52.391 INFO O| Sep 02 21:57:52.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56582026-09-02T21:57:53.229Z[ recovery-image] Sep 02 21:57:52.391 INFO O| Sep 02 21:57:52.391 INFO STEP 109 (remove_files) COMPLETE
56592026-09-02T21:57:53.233Z[ recovery-image] Sep 02 21:57:52.391 INFO O| Sep 02 21:57:52.391 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-09-02T21:57:53.240Z[ recovery-image] Sep 02 21:57:52.402 INFO O| Sep 02 21:57:52.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56612026-09-02T21:57:53.240Z[ recovery-image] Sep 02 21:57:52.402 INFO O| Sep 02 21:57:52.402 INFO STEP 110 (remove_files) COMPLETE
56622026-09-02T21:57:53.240Z[ recovery-image] Sep 02 21:57:52.402 INFO O| Sep 02 21:57:52.402 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-09-02T21:57:53.252Z[ recovery-image] Sep 02 21:57:52.413 INFO O| Sep 02 21:57:52.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56642026-09-02T21:57:53.252Z[ recovery-image] Sep 02 21:57:52.413 INFO O| Sep 02 21:57:52.413 INFO STEP 111 (remove_files) COMPLETE
56652026-09-02T21:57:53.256Z[ recovery-image] Sep 02 21:57:52.413 INFO O| Sep 02 21:57:52.413 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-09-02T21:57:53.262Z[ recovery-image] Sep 02 21:57:52.423 INFO O| Sep 02 21:57:52.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56672026-09-02T21:57:53.265Z[ recovery-image] Sep 02 21:57:52.424 INFO O| Sep 02 21:57:52.424 INFO STEP 112 (remove_files) COMPLETE
56682026-09-02T21:57:53.266Z[ recovery-image] Sep 02 21:57:52.424 INFO O| Sep 02 21:57:52.424 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-09-02T21:57:53.269Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
56702026-09-02T21:57:53.273Z[ recovery-image] Sep 02 21:57:52.434 INFO O| Sep 02 21:57:52.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56712026-09-02T21:57:53.273Z[ recovery-image] Sep 02 21:57:52.434 INFO O| Sep 02 21:57:52.434 INFO STEP 113 (remove_files) COMPLETE
56722026-09-02T21:57:53.273Z[ recovery-image] Sep 02 21:57:52.434 INFO O| Sep 02 21:57:52.434 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56732026-09-02T21:57:53.282Z[ recovery-image] Sep 02 21:57:52.444 INFO O| Sep 02 21:57:52.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56742026-09-02T21:57:53.282Z[ recovery-image] Sep 02 21:57:52.444 INFO O| Sep 02 21:57:52.444 INFO STEP 114 (remove_files) COMPLETE
56752026-09-02T21:57:53.287Z[ recovery-image] Sep 02 21:57:52.444 INFO O| Sep 02 21:57:52.444 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-09-02T21:57:53.293Z[ recovery-image] Sep 02 21:57:52.455 INFO O| Sep 02 21:57:52.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56772026-09-02T21:57:53.296Z[ recovery-image] Sep 02 21:57:52.455 INFO O| Sep 02 21:57:52.455 INFO STEP 115 (remove_files) COMPLETE
56782026-09-02T21:57:53.297Z[ recovery-image] Sep 02 21:57:52.455 INFO O| Sep 02 21:57:52.455 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-09-02T21:57:53.305Z[ recovery-image] Sep 02 21:57:52.467 INFO O| Sep 02 21:57:52.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56802026-09-02T21:57:53.305Z[ recovery-image] Sep 02 21:57:52.467 INFO O| Sep 02 21:57:52.467 INFO STEP 116 (remove_files) COMPLETE
56812026-09-02T21:57:53.308Z[ recovery-image] Sep 02 21:57:52.467 INFO O| Sep 02 21:57:52.467 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56822026-09-02T21:57:53.316Z[ recovery-image] Sep 02 21:57:52.478 INFO O| Sep 02 21:57:52.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56832026-09-02T21:57:53.316Z[ recovery-image] Sep 02 21:57:52.478 INFO O| Sep 02 21:57:52.478 INFO STEP 117 (remove_files) COMPLETE
56842026-09-02T21:57:53.321Z[ recovery-image] Sep 02 21:57:52.478 INFO O| Sep 02 21:57:52.478 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-09-02T21:57:53.326Z[ recovery-image] Sep 02 21:57:52.488 INFO O| Sep 02 21:57:52.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56862026-09-02T21:57:53.326Z[ recovery-image] Sep 02 21:57:52.488 INFO O| Sep 02 21:57:52.488 INFO STEP 118 (remove_files) COMPLETE
56872026-09-02T21:57:53.326Z[ recovery-image] Sep 02 21:57:52.488 INFO O| Sep 02 21:57:52.488 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56882026-09-02T21:57:53.337Z[ recovery-image] Sep 02 21:57:52.499 INFO O| Sep 02 21:57:52.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56892026-09-02T21:57:53.337Z[ recovery-image] Sep 02 21:57:52.499 INFO O| Sep 02 21:57:52.499 INFO STEP 119 (remove_files) COMPLETE
56902026-09-02T21:57:53.337Z[ recovery-image] Sep 02 21:57:52.499 INFO O| Sep 02 21:57:52.499 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56912026-09-02T21:57:53.348Z[ recovery-image] Sep 02 21:57:52.510 INFO O| Sep 02 21:57:52.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56922026-09-02T21:57:53.348Z[ recovery-image] Sep 02 21:57:52.510 INFO O| Sep 02 21:57:52.510 INFO STEP 120 (remove_files) COMPLETE
56932026-09-02T21:57:53.352Z[ recovery-image] Sep 02 21:57:52.510 INFO O| Sep 02 21:57:52.510 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56942026-09-02T21:57:53.358Z[ recovery-image] Sep 02 21:57:52.520 INFO O| Sep 02 21:57:52.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56952026-09-02T21:57:53.358Z[ recovery-image] Sep 02 21:57:52.520 INFO O| Sep 02 21:57:52.520 INFO STEP 121 (remove_files) COMPLETE
56962026-09-02T21:57:53.362Z[ recovery-image] Sep 02 21:57:52.520 INFO O| Sep 02 21:57:52.520 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56972026-09-02T21:57:53.369Z[ recovery-image] Sep 02 21:57:52.531 INFO O| Sep 02 21:57:52.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56982026-09-02T21:57:53.369Z[ recovery-image] Sep 02 21:57:52.531 INFO O| Sep 02 21:57:52.531 INFO STEP 122 (remove_files) COMPLETE
56992026-09-02T21:57:53.369Z[ recovery-image] Sep 02 21:57:52.531 INFO O| Sep 02 21:57:52.531 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57002026-09-02T21:57:53.378Z[ recovery-image] Sep 02 21:57:52.541 INFO O| Sep 02 21:57:52.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
57012026-09-02T21:57:53.382Z[ recovery-image] Sep 02 21:57:52.542 INFO O| Sep 02 21:57:52.542 INFO STEP 123 (remove_files) COMPLETE
57022026-09-02T21:57:53.383Z[ recovery-image] Sep 02 21:57:52.542 INFO O| Sep 02 21:57:52.542 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57032026-09-02T21:57:53.390Z[ recovery-image] Sep 02 21:57:52.552 INFO O| Sep 02 21:57:52.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
57042026-09-02T21:57:53.390Z[ recovery-image] Sep 02 21:57:52.552 INFO O| Sep 02 21:57:52.552 INFO STEP 124 (remove_files) COMPLETE
57052026-09-02T21:57:53.390Z[ recovery-image] Sep 02 21:57:52.552 INFO O| Sep 02 21:57:52.552 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57062026-09-02T21:57:53.400Z[ recovery-image] Sep 02 21:57:52.562 INFO O| Sep 02 21:57:52.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
57072026-09-02T21:57:53.400Z[ recovery-image] Sep 02 21:57:52.562 INFO O| Sep 02 21:57:52.562 INFO STEP 125 (remove_files) COMPLETE
57082026-09-02T21:57:53.401Z[ recovery-image] Sep 02 21:57:52.562 INFO O| Sep 02 21:57:52.562 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57092026-09-02T21:57:53.411Z[ recovery-image] Sep 02 21:57:52.573 INFO O| Sep 02 21:57:52.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
57102026-09-02T21:57:53.415Z[ recovery-image] Sep 02 21:57:52.574 INFO O| Sep 02 21:57:52.574 INFO STEP 126 (remove_files) COMPLETE
57112026-09-02T21:57:53.415Z[ recovery-image] Sep 02 21:57:52.574 INFO O| Sep 02 21:57:52.574 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57122026-09-02T21:57:53.423Z[ recovery-image] Sep 02 21:57:52.585 INFO O| Sep 02 21:57:52.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
57132026-09-02T21:57:53.423Z[ recovery-image] Sep 02 21:57:52.585 INFO O| Sep 02 21:57:52.585 INFO STEP 127 (remove_files) COMPLETE
57142026-09-02T21:57:53.423Z[ recovery-image] Sep 02 21:57:52.585 INFO O| Sep 02 21:57:52.585 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57152026-09-02T21:57:53.434Z[ recovery-image] Sep 02 21:57:52.596 INFO O| Sep 02 21:57:52.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
57162026-09-02T21:57:53.434Z[ recovery-image] Sep 02 21:57:52.596 INFO O| Sep 02 21:57:52.596 INFO STEP 128 (remove_files) COMPLETE
57172026-09-02T21:57:53.438Z[ recovery-image] Sep 02 21:57:52.596 INFO O| Sep 02 21:57:52.596 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57182026-09-02T21:57:53.445Z[ recovery-image] Sep 02 21:57:52.607 INFO O| Sep 02 21:57:52.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
57192026-09-02T21:57:53.445Z[ recovery-image] Sep 02 21:57:52.607 INFO O| Sep 02 21:57:52.607 INFO STEP 129 (remove_files) COMPLETE
57202026-09-02T21:57:53.445Z[ recovery-image] Sep 02 21:57:52.607 INFO O| Sep 02 21:57:52.607 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57212026-09-02T21:57:53.456Z[ recovery-image] Sep 02 21:57:52.617 INFO O| Sep 02 21:57:52.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
57222026-09-02T21:57:53.456Z[ recovery-image] Sep 02 21:57:52.618 INFO O| Sep 02 21:57:52.618 INFO STEP 130 (remove_files) COMPLETE
57232026-09-02T21:57:53.460Z[ recovery-image] Sep 02 21:57:52.618 INFO O| Sep 02 21:57:52.618 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57242026-09-02T21:57:53.466Z[ recovery-image] Sep 02 21:57:52.628 INFO O| Sep 02 21:57:52.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
57252026-09-02T21:57:53.466Z[ recovery-image] Sep 02 21:57:52.628 INFO O| Sep 02 21:57:52.628 INFO STEP 131 (remove_files) COMPLETE
57262026-09-02T21:57:53.470Z[ recovery-image] Sep 02 21:57:52.628 INFO O| Sep 02 21:57:52.628 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-09-02T21:57:53.478Z[ recovery-image] Sep 02 21:57:52.640 INFO O| Sep 02 21:57:52.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
57282026-09-02T21:57:53.478Z[ recovery-image] Sep 02 21:57:52.640 INFO O| Sep 02 21:57:52.640 INFO STEP 132 (remove_files) COMPLETE
57292026-09-02T21:57:53.481Z[ recovery-image] Sep 02 21:57:52.640 INFO O| Sep 02 21:57:52.640 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-09-02T21:57:53.498Z[ recovery-image] Sep 02 21:57:52.652 INFO O| Sep 02 21:57:52.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
57312026-09-02T21:57:53.498Z[ recovery-image] Sep 02 21:57:52.652 INFO O| Sep 02 21:57:52.652 INFO STEP 133 (remove_files) COMPLETE
57322026-09-02T21:57:53.498Z[ recovery-image] Sep 02 21:57:52.652 INFO O| Sep 02 21:57:52.652 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-09-02T21:57:53.503Z[ recovery-image] Sep 02 21:57:52.663 INFO O| Sep 02 21:57:52.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57342026-09-02T21:57:53.504Z[ recovery-image] Sep 02 21:57:52.663 INFO O| Sep 02 21:57:52.663 INFO STEP 134 (remove_files) COMPLETE
57352026-09-02T21:57:53.504Z[ recovery-image] Sep 02 21:57:52.663 INFO O| Sep 02 21:57:52.663 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57362026-09-02T21:57:53.512Z[ recovery-image] Sep 02 21:57:52.674 INFO O| Sep 02 21:57:52.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57372026-09-02T21:57:53.512Z[ recovery-image] Sep 02 21:57:52.674 INFO O| Sep 02 21:57:52.674 INFO STEP 135 (remove_files) COMPLETE
57382026-09-02T21:57:53.516Z[ recovery-image] Sep 02 21:57:52.674 INFO O| Sep 02 21:57:52.674 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57392026-09-02T21:57:53.523Z[ recovery-image] Sep 02 21:57:52.685 INFO O| Sep 02 21:57:52.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57402026-09-02T21:57:53.523Z[ recovery-image] Sep 02 21:57:52.685 INFO O| Sep 02 21:57:52.685 INFO STEP 136 (remove_files) COMPLETE
57412026-09-02T21:57:53.527Z[ recovery-image] Sep 02 21:57:52.685 INFO O| Sep 02 21:57:52.685 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57422026-09-02T21:57:53.531Z[verify-libraries] Compiling md5 v0.8.0
57432026-09-02T21:57:53.534Z[ recovery-image] Sep 02 21:57:52.696 INFO O| Sep 02 21:57:52.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57442026-09-02T21:57:53.534Z[ recovery-image] Sep 02 21:57:52.696 INFO O| Sep 02 21:57:52.696 INFO STEP 137 (remove_files) COMPLETE
57452026-09-02T21:57:53.534Z[ recovery-image] Sep 02 21:57:52.696 INFO O| Sep 02 21:57:52.696 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-09-02T21:57:53.545Z[ recovery-image] Sep 02 21:57:52.706 INFO O| Sep 02 21:57:52.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57472026-09-02T21:57:53.545Z[ recovery-image] Sep 02 21:57:52.707 INFO O| Sep 02 21:57:52.706 INFO STEP 138 (remove_files) COMPLETE
57482026-09-02T21:57:53.545Z[ recovery-image] Sep 02 21:57:52.707 INFO O| Sep 02 21:57:52.706 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-09-02T21:57:53.557Z[ recovery-image] Sep 02 21:57:52.719 INFO O| Sep 02 21:57:52.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57502026-09-02T21:57:53.557Z[ recovery-image] Sep 02 21:57:52.719 INFO O| Sep 02 21:57:52.719 INFO STEP 139 (remove_files) COMPLETE
57512026-09-02T21:57:53.561Z[ recovery-image] Sep 02 21:57:52.719 INFO O| Sep 02 21:57:52.719 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-09-02T21:57:53.568Z[ recovery-image] Sep 02 21:57:52.730 INFO O| Sep 02 21:57:52.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57532026-09-02T21:57:53.568Z[ recovery-image] Sep 02 21:57:52.730 INFO O| Sep 02 21:57:52.730 INFO STEP 140 (remove_files) COMPLETE
57542026-09-02T21:57:53.572Z[ recovery-image] Sep 02 21:57:52.730 INFO O| Sep 02 21:57:52.730 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-09-02T21:57:53.573Z[verify-libraries] Compiling seq-macro v0.3.6
57562026-09-02T21:57:53.578Z[ recovery-image] Sep 02 21:57:52.740 INFO O| Sep 02 21:57:52.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57572026-09-02T21:57:53.578Z[ recovery-image] Sep 02 21:57:52.741 INFO O| Sep 02 21:57:52.740 INFO STEP 141 (remove_files) COMPLETE
57582026-09-02T21:57:53.582Z[ recovery-image] Sep 02 21:57:52.741 INFO O| Sep 02 21:57:52.740 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-09-02T21:57:53.588Z[ recovery-image] Sep 02 21:57:52.751 INFO O| Sep 02 21:57:52.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57602026-09-02T21:57:53.589Z[ recovery-image] Sep 02 21:57:52.751 INFO O| Sep 02 21:57:52.751 INFO STEP 142 (remove_files) COMPLETE
57612026-09-02T21:57:53.593Z[ recovery-image] Sep 02 21:57:52.751 INFO O| Sep 02 21:57:52.751 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-09-02T21:57:53.599Z[ recovery-image] Sep 02 21:57:52.761 INFO O| Sep 02 21:57:52.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57632026-09-02T21:57:53.599Z[ recovery-image] Sep 02 21:57:52.761 INFO O| Sep 02 21:57:52.761 INFO STEP 143 (remove_files) COMPLETE
57642026-09-02T21:57:53.599Z[ recovery-image] Sep 02 21:57:52.761 INFO O| Sep 02 21:57:52.761 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-09-02T21:57:53.609Z[ recovery-image] Sep 02 21:57:52.771 INFO O| Sep 02 21:57:52.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57662026-09-02T21:57:53.609Z[ recovery-image] Sep 02 21:57:52.771 INFO O| Sep 02 21:57:52.771 INFO STEP 144 (remove_files) COMPLETE
57672026-09-02T21:57:53.609Z[ recovery-image] Sep 02 21:57:52.771 INFO O| Sep 02 21:57:52.771 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-09-02T21:57:53.626Z[ recovery-image] Sep 02 21:57:52.788 INFO O| Sep 02 21:57:52.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57692026-09-02T21:57:53.626Z[ recovery-image] Sep 02 21:57:52.788 INFO O| Sep 02 21:57:52.788 INFO STEP 145 (remove_files) COMPLETE
57702026-09-02T21:57:53.631Z[ recovery-image] Sep 02 21:57:52.788 INFO O| Sep 02 21:57:52.788 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-09-02T21:57:53.637Z[ recovery-image] Sep 02 21:57:52.799 INFO O| Sep 02 21:57:52.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57722026-09-02T21:57:53.637Z[ recovery-image] Sep 02 21:57:52.799 INFO O| Sep 02 21:57:52.799 INFO STEP 146 (remove_files) COMPLETE
57732026-09-02T21:57:53.642Z[ recovery-image] Sep 02 21:57:52.799 INFO O| Sep 02 21:57:52.799 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-09-02T21:57:53.647Z[ recovery-image] Sep 02 21:57:52.809 INFO O| Sep 02 21:57:52.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57752026-09-02T21:57:53.647Z[ recovery-image] Sep 02 21:57:52.809 INFO O| Sep 02 21:57:52.809 INFO STEP 147 (remove_files) COMPLETE
57762026-09-02T21:57:53.651Z[ recovery-image] Sep 02 21:57:52.809 INFO O| Sep 02 21:57:52.809 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-09-02T21:57:53.656Z[ recovery-image] Sep 02 21:57:52.818 INFO O| Sep 02 21:57:52.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57782026-09-02T21:57:53.656Z[ recovery-image] Sep 02 21:57:52.818 INFO O| Sep 02 21:57:52.818 INFO STEP 148 (remove_files) COMPLETE
57792026-09-02T21:57:53.656Z[ recovery-image] Sep 02 21:57:52.818 INFO O| Sep 02 21:57:52.818 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-09-02T21:57:53.666Z[ recovery-image] Sep 02 21:57:52.827 INFO O| Sep 02 21:57:52.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57812026-09-02T21:57:53.666Z[ recovery-image] Sep 02 21:57:52.828 INFO O| Sep 02 21:57:52.827 INFO STEP 149 (remove_files) COMPLETE
57822026-09-02T21:57:53.666Z[ recovery-image] Sep 02 21:57:52.828 INFO O| Sep 02 21:57:52.827 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-09-02T21:57:53.676Z[ recovery-image] Sep 02 21:57:52.838 INFO O| Sep 02 21:57:52.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57842026-09-02T21:57:53.676Z[ recovery-image] Sep 02 21:57:52.838 INFO O| Sep 02 21:57:52.838 INFO STEP 150 (remove_files) COMPLETE
57852026-09-02T21:57:53.676Z[ recovery-image] Sep 02 21:57:52.838 INFO O| Sep 02 21:57:52.838 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-09-02T21:57:53.688Z[ recovery-image] Sep 02 21:57:52.850 INFO O| Sep 02 21:57:52.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57872026-09-02T21:57:53.688Z[ recovery-image] Sep 02 21:57:52.850 INFO O| Sep 02 21:57:52.850 INFO STEP 151 (remove_files) COMPLETE
57882026-09-02T21:57:53.688Z[ recovery-image] Sep 02 21:57:52.850 INFO O| Sep 02 21:57:52.850 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-09-02T21:57:53.699Z[ recovery-image] Sep 02 21:57:52.861 INFO O| Sep 02 21:57:52.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57902026-09-02T21:57:53.699Z[ recovery-image] Sep 02 21:57:52.861 INFO O| Sep 02 21:57:52.861 INFO STEP 152 (remove_files) COMPLETE
57912026-09-02T21:57:53.699Z[ recovery-image] Sep 02 21:57:52.861 INFO O| Sep 02 21:57:52.861 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-09-02T21:57:53.711Z[ recovery-image] Sep 02 21:57:52.872 INFO O| Sep 02 21:57:52.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57932026-09-02T21:57:53.711Z[ recovery-image] Sep 02 21:57:52.872 INFO O| Sep 02 21:57:52.872 INFO STEP 153 (remove_files) COMPLETE
57942026-09-02T21:57:53.711Z[ recovery-image] Sep 02 21:57:52.872 INFO O| Sep 02 21:57:52.872 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-09-02T21:57:53.721Z[ recovery-image] Sep 02 21:57:52.882 INFO O| Sep 02 21:57:52.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57962026-09-02T21:57:53.721Z[ recovery-image] Sep 02 21:57:52.882 INFO O| Sep 02 21:57:52.882 INFO STEP 154 (remove_files) COMPLETE
57972026-09-02T21:57:53.721Z[ recovery-image] Sep 02 21:57:52.882 INFO O| Sep 02 21:57:52.882 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-09-02T21:57:53.730Z[ recovery-image] Sep 02 21:57:52.892 INFO O| Sep 02 21:57:52.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57992026-09-02T21:57:53.730Z[ recovery-image] Sep 02 21:57:52.892 INFO O| Sep 02 21:57:52.892 INFO STEP 155 (remove_files) COMPLETE
58002026-09-02T21:57:53.730Z[ recovery-image] Sep 02 21:57:52.892 INFO O| Sep 02 21:57:52.892 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-09-02T21:57:53.740Z[ recovery-image] Sep 02 21:57:52.902 INFO O| Sep 02 21:57:52.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
58022026-09-02T21:57:53.741Z[ recovery-image] Sep 02 21:57:52.902 INFO O| Sep 02 21:57:52.902 INFO STEP 156 (remove_files) COMPLETE
58032026-09-02T21:57:53.745Z[ recovery-image] Sep 02 21:57:52.902 INFO O| Sep 02 21:57:52.902 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-09-02T21:57:53.751Z[ recovery-image] Sep 02 21:57:52.913 INFO O| Sep 02 21:57:52.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
58052026-09-02T21:57:53.751Z[ recovery-image] Sep 02 21:57:52.913 INFO O| Sep 02 21:57:52.913 INFO STEP 157 (remove_files) COMPLETE
58062026-09-02T21:57:53.755Z[ recovery-image] Sep 02 21:57:52.913 INFO O| Sep 02 21:57:52.913 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-09-02T21:57:53.761Z[ recovery-image] Sep 02 21:57:52.923 INFO O| Sep 02 21:57:52.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
58082026-09-02T21:57:53.761Z[ recovery-image] Sep 02 21:57:52.923 INFO O| Sep 02 21:57:52.923 INFO STEP 158 (remove_files) COMPLETE
58092026-09-02T21:57:53.765Z[ recovery-image] Sep 02 21:57:52.923 INFO O| Sep 02 21:57:52.923 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-09-02T21:57:53.777Z[ recovery-image] Sep 02 21:57:52.934 INFO O| Sep 02 21:57:52.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
58112026-09-02T21:57:53.777Z[ recovery-image] Sep 02 21:57:52.934 INFO O| Sep 02 21:57:52.934 INFO STEP 159 (remove_files) COMPLETE
58122026-09-02T21:57:53.778Z[ recovery-image] Sep 02 21:57:52.934 INFO O| Sep 02 21:57:52.934 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-09-02T21:57:53.782Z[ recovery-image] Sep 02 21:57:52.944 INFO O| Sep 02 21:57:52.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
58142026-09-02T21:57:53.782Z[ recovery-image] Sep 02 21:57:52.944 INFO O| Sep 02 21:57:52.944 INFO STEP 160 (remove_files) COMPLETE
58152026-09-02T21:57:53.782Z[ recovery-image] Sep 02 21:57:52.944 INFO O| Sep 02 21:57:52.944 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-09-02T21:57:53.799Z[ recovery-image] Sep 02 21:57:52.955 INFO O| Sep 02 21:57:52.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
58172026-09-02T21:57:53.799Z[ recovery-image] Sep 02 21:57:52.955 INFO O| Sep 02 21:57:52.955 INFO STEP 161 (remove_files) COMPLETE
58182026-09-02T21:57:53.799Z[ recovery-image] Sep 02 21:57:52.955 INFO O| Sep 02 21:57:52.955 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-09-02T21:57:53.802Z[ recovery-image] Sep 02 21:57:52.964 INFO O| Sep 02 21:57:52.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
58202026-09-02T21:57:53.803Z[ recovery-image] Sep 02 21:57:52.964 INFO O| Sep 02 21:57:52.964 INFO STEP 162 (remove_files) COMPLETE
58212026-09-02T21:57:53.803Z[ recovery-image] Sep 02 21:57:52.964 INFO O| Sep 02 21:57:52.964 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-09-02T21:57:53.814Z[ recovery-image] Sep 02 21:57:52.976 INFO O| Sep 02 21:57:52.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
58232026-09-02T21:57:53.814Z[ recovery-image] Sep 02 21:57:52.976 INFO O| Sep 02 21:57:52.976 INFO STEP 163 (remove_files) COMPLETE
58242026-09-02T21:57:53.814Z[ recovery-image] Sep 02 21:57:52.976 INFO O| Sep 02 21:57:52.976 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-09-02T21:57:53.825Z[ recovery-image] Sep 02 21:57:52.987 INFO O| Sep 02 21:57:52.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
58262026-09-02T21:57:53.825Z[ recovery-image] Sep 02 21:57:52.987 INFO O| Sep 02 21:57:52.987 INFO STEP 164 (remove_files) COMPLETE
58272026-09-02T21:57:53.825Z[ recovery-image] Sep 02 21:57:52.987 INFO O| Sep 02 21:57:52.987 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-09-02T21:57:53.836Z[ recovery-image] Sep 02 21:57:52.998 INFO O| Sep 02 21:57:52.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
58292026-09-02T21:57:53.836Z[ recovery-image] Sep 02 21:57:52.998 INFO O| Sep 02 21:57:52.998 INFO STEP 165 (remove_files) COMPLETE
58302026-09-02T21:57:53.896Z[ recovery-image] Sep 02 21:57:52.998 INFO O| Sep 02 21:57:52.998 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-09-02T21:57:53.896Z[ recovery-image] Sep 02 21:57:53.010 INFO O| Sep 02 21:57:53.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
58322026-09-02T21:57:53.896Z[ recovery-image] Sep 02 21:57:53.010 INFO O| Sep 02 21:57:53.010 INFO STEP 166 (remove_files) COMPLETE
58332026-09-02T21:57:53.896Z[ recovery-image] Sep 02 21:57:53.010 INFO O| Sep 02 21:57:53.010 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-09-02T21:57:53.896Z[ recovery-image] Sep 02 21:57:53.021 INFO O| Sep 02 21:57:53.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58352026-09-02T21:57:53.896Z[ recovery-image] Sep 02 21:57:53.021 INFO O| Sep 02 21:57:53.021 INFO STEP 167 (remove_files) COMPLETE
58362026-09-02T21:57:53.896Z[ recovery-image] Sep 02 21:57:53.021 INFO O| Sep 02 21:57:53.021 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-09-02T21:57:53.896Z[ recovery-image] Sep 02 21:57:53.033 INFO O| Sep 02 21:57:53.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58382026-09-02T21:57:53.896Z[ recovery-image] Sep 02 21:57:53.033 INFO O| Sep 02 21:57:53.033 INFO STEP 168 (remove_files) COMPLETE
58392026-09-02T21:57:53.896Z[ recovery-image] Sep 02 21:57:53.033 INFO O| Sep 02 21:57:53.033 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-09-02T21:57:53.896Z[ recovery-image] Sep 02 21:57:53.043 INFO O| Sep 02 21:57:53.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58412026-09-02T21:57:53.896Z[ recovery-image] Sep 02 21:57:53.043 INFO O| Sep 02 21:57:53.043 INFO STEP 169 (remove_files) COMPLETE
58422026-09-02T21:57:53.896Z[ recovery-image] Sep 02 21:57:53.043 INFO O| Sep 02 21:57:53.043 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-09-02T21:57:53.903Z[ recovery-image] Sep 02 21:57:53.053 INFO O| Sep 02 21:57:53.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58442026-09-02T21:57:53.903Z[ recovery-image] Sep 02 21:57:53.053 INFO O| Sep 02 21:57:53.053 INFO STEP 170 (remove_files) COMPLETE
58452026-09-02T21:57:53.903Z[ recovery-image] Sep 02 21:57:53.053 INFO O| Sep 02 21:57:53.053 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-09-02T21:57:53.903Z[ recovery-image] Sep 02 21:57:53.065 INFO O| Sep 02 21:57:53.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58472026-09-02T21:57:53.903Z[ recovery-image] Sep 02 21:57:53.065 INFO O| Sep 02 21:57:53.065 INFO STEP 171 (remove_files) COMPLETE
58482026-09-02T21:57:53.903Z[ recovery-image] Sep 02 21:57:53.065 INFO O| Sep 02 21:57:53.065 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-09-02T21:57:53.927Z[ recovery-image] Sep 02 21:57:53.088 INFO O| Sep 02 21:57:53.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58502026-09-02T21:57:53.927Z[ recovery-image] Sep 02 21:57:53.088 INFO O| Sep 02 21:57:53.088 INFO STEP 172 (remove_files) COMPLETE
58512026-09-02T21:57:53.927Z[ recovery-image] Sep 02 21:57:53.088 INFO O| Sep 02 21:57:53.088 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-09-02T21:57:53.931Z[verify-libraries] Compiling sync-ptr v0.1.4
58532026-09-02T21:57:53.937Z[ recovery-image] Sep 02 21:57:53.099 INFO O| Sep 02 21:57:53.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58542026-09-02T21:57:53.938Z[ recovery-image] Sep 02 21:57:53.099 INFO O| Sep 02 21:57:53.099 INFO STEP 173 (remove_files) COMPLETE
58552026-09-02T21:57:53.941Z[ recovery-image] Sep 02 21:57:53.099 INFO O| Sep 02 21:57:53.099 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58562026-09-02T21:57:53.947Z[ recovery-image] Sep 02 21:57:53.109 INFO O| Sep 02 21:57:53.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58572026-09-02T21:57:53.947Z[ recovery-image] Sep 02 21:57:53.109 INFO O| Sep 02 21:57:53.109 INFO STEP 174 (remove_files) COMPLETE
58582026-09-02T21:57:53.947Z[ recovery-image] Sep 02 21:57:53.109 INFO O| Sep 02 21:57:53.109 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58592026-09-02T21:57:53.951Z[verify-libraries] Compiling hex-literal v1.1.0
58602026-09-02T21:57:53.955Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
58612026-09-02T21:57:53.959Z[ recovery-image] Sep 02 21:57:53.118 INFO O| Sep 02 21:57:53.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58622026-09-02T21:57:53.959Z[ recovery-image] Sep 02 21:57:53.118 INFO O| Sep 02 21:57:53.118 INFO STEP 175 (remove_files) COMPLETE
58632026-09-02T21:57:53.959Z[ recovery-image] Sep 02 21:57:53.118 INFO O| Sep 02 21:57:53.118 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-09-02T21:57:53.966Z[ recovery-image] Sep 02 21:57:53.128 INFO O| Sep 02 21:57:53.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58652026-09-02T21:57:53.971Z[ recovery-image] Sep 02 21:57:53.129 INFO O| Sep 02 21:57:53.129 INFO STEP 176 (remove_files) COMPLETE
58662026-09-02T21:57:53.971Z[ recovery-image] Sep 02 21:57:53.129 INFO O| Sep 02 21:57:53.129 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-09-02T21:57:53.978Z[ recovery-image] Sep 02 21:57:53.138 INFO O| Sep 02 21:57:53.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58682026-09-02T21:57:53.978Z[ recovery-image] Sep 02 21:57:53.138 INFO O| Sep 02 21:57:53.138 INFO STEP 177 (remove_files) COMPLETE
58692026-09-02T21:57:53.982Z[ recovery-image] Sep 02 21:57:53.138 INFO O| Sep 02 21:57:53.138 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-09-02T21:57:53.990Z[ recovery-image] Sep 02 21:57:53.150 INFO O| Sep 02 21:57:53.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58712026-09-02T21:57:53.990Z[ recovery-image] Sep 02 21:57:53.150 INFO O| Sep 02 21:57:53.150 INFO STEP 178 (remove_files) COMPLETE
58722026-09-02T21:57:53.994Z[ recovery-image] Sep 02 21:57:53.150 INFO O| Sep 02 21:57:53.150 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-09-02T21:57:54.001Z[ recovery-image] Sep 02 21:57:53.162 INFO O| Sep 02 21:57:53.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58742026-09-02T21:57:54.001Z[ recovery-image] Sep 02 21:57:53.162 INFO O| Sep 02 21:57:53.162 INFO STEP 179 (remove_files) COMPLETE
58752026-09-02T21:57:54.004Z[ recovery-image] Sep 02 21:57:53.162 INFO O| Sep 02 21:57:53.162 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-09-02T21:57:54.012Z[ recovery-image] Sep 02 21:57:53.173 INFO O| Sep 02 21:57:53.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58772026-09-02T21:57:54.012Z[ recovery-image] Sep 02 21:57:53.173 INFO O| Sep 02 21:57:53.173 INFO STEP 180 (remove_files) COMPLETE
58782026-09-02T21:57:54.012Z[ recovery-image] Sep 02 21:57:53.173 INFO O| Sep 02 21:57:53.173 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-09-02T21:57:54.025Z[ recovery-image] Sep 02 21:57:53.182 INFO O| Sep 02 21:57:53.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58802026-09-02T21:57:54.025Z[ recovery-image] Sep 02 21:57:53.182 INFO O| Sep 02 21:57:53.182 INFO STEP 181 (remove_files) COMPLETE
58812026-09-02T21:57:54.025Z[ recovery-image] Sep 02 21:57:53.182 INFO O| Sep 02 21:57:53.182 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-09-02T21:57:54.033Z[ recovery-image] Sep 02 21:57:53.194 INFO O| Sep 02 21:57:53.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58832026-09-02T21:57:54.033Z[ recovery-image] Sep 02 21:57:53.194 INFO O| Sep 02 21:57:53.194 INFO STEP 182 (remove_files) COMPLETE
58842026-09-02T21:57:54.033Z[ recovery-image] Sep 02 21:57:53.194 INFO O| Sep 02 21:57:53.194 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-09-02T21:57:54.052Z[ recovery-image] Sep 02 21:57:53.206 INFO O| Sep 02 21:57:53.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58862026-09-02T21:57:54.052Z[ recovery-image] Sep 02 21:57:53.206 INFO O| Sep 02 21:57:53.206 INFO STEP 183 (remove_files) COMPLETE
58872026-09-02T21:57:54.057Z[ recovery-image] Sep 02 21:57:53.206 INFO O| Sep 02 21:57:53.206 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-09-02T21:57:54.057Z[ recovery-image] Sep 02 21:57:53.217 INFO O| Sep 02 21:57:53.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58892026-09-02T21:57:54.057Z[ recovery-image] Sep 02 21:57:53.217 INFO O| Sep 02 21:57:53.217 INFO STEP 184 (remove_files) COMPLETE
58902026-09-02T21:57:54.057Z[ recovery-image] Sep 02 21:57:53.217 INFO O| Sep 02 21:57:53.217 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-09-02T21:57:54.066Z[ recovery-image] Sep 02 21:57:53.228 INFO O| Sep 02 21:57:53.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58922026-09-02T21:57:54.067Z[ recovery-image] Sep 02 21:57:53.229 INFO O| Sep 02 21:57:53.229 INFO STEP 185 (remove_files) COMPLETE
58932026-09-02T21:57:54.071Z[ recovery-image] Sep 02 21:57:53.229 INFO O| Sep 02 21:57:53.229 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-09-02T21:57:54.088Z[ recovery-image] Sep 02 21:57:53.238 INFO O| Sep 02 21:57:53.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58952026-09-02T21:57:54.088Z[ recovery-image] Sep 02 21:57:53.238 INFO O| Sep 02 21:57:53.238 INFO STEP 186 (remove_files) COMPLETE
58962026-09-02T21:57:54.092Z[ recovery-image] Sep 02 21:57:53.238 INFO O| Sep 02 21:57:53.238 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-09-02T21:57:54.093Z[ recovery-image] Sep 02 21:57:53.249 INFO O| Sep 02 21:57:53.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58982026-09-02T21:57:54.093Z[ recovery-image] Sep 02 21:57:53.249 INFO O| Sep 02 21:57:53.249 INFO STEP 187 (remove_files) COMPLETE
58992026-09-02T21:57:54.093Z[ recovery-image] Sep 02 21:57:53.249 INFO O| Sep 02 21:57:53.249 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-09-02T21:57:54.096Z[ recovery-image] Sep 02 21:57:53.258 INFO O| Sep 02 21:57:53.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
59012026-09-02T21:57:54.096Z[ recovery-image] Sep 02 21:57:53.258 INFO O| Sep 02 21:57:53.258 INFO STEP 188 (remove_files) COMPLETE
59022026-09-02T21:57:54.100Z[ recovery-image] Sep 02 21:57:53.258 INFO O| Sep 02 21:57:53.258 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-09-02T21:57:54.135Z[ recovery-image] Sep 02 21:57:53.267 INFO O| Sep 02 21:57:53.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
59042026-09-02T21:57:54.135Z[ recovery-image] Sep 02 21:57:53.267 INFO O| Sep 02 21:57:53.267 INFO STEP 189 (remove_files) COMPLETE
59052026-09-02T21:57:54.157Z[ recovery-image] Sep 02 21:57:53.267 INFO O| Sep 02 21:57:53.267 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-09-02T21:57:54.157Z[ recovery-image] Sep 02 21:57:53.276 INFO O| Sep 02 21:57:53.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
59072026-09-02T21:57:54.157Z[ recovery-image] Sep 02 21:57:53.276 INFO O| Sep 02 21:57:53.276 INFO STEP 190 (remove_files) COMPLETE
59082026-09-02T21:57:54.157Z[ recovery-image] Sep 02 21:57:53.276 INFO O| Sep 02 21:57:53.276 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-09-02T21:57:54.157Z[ recovery-image] Sep 02 21:57:53.286 INFO O| Sep 02 21:57:53.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
59102026-09-02T21:57:54.157Z[ recovery-image] Sep 02 21:57:53.286 INFO O| Sep 02 21:57:53.286 INFO STEP 191 (remove_files) COMPLETE
59112026-09-02T21:57:54.157Z[ recovery-image] Sep 02 21:57:53.286 INFO O| Sep 02 21:57:53.286 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-09-02T21:57:54.157Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
59132026-09-02T21:57:54.158Z[ recovery-image] Sep 02 21:57:53.296 INFO O| Sep 02 21:57:53.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
59142026-09-02T21:57:54.158Z[ recovery-image] Sep 02 21:57:53.298 INFO O| Sep 02 21:57:53.296 INFO STEP 192 (remove_files) COMPLETE
59152026-09-02T21:57:54.158Z[ recovery-image] Sep 02 21:57:53.298 INFO O| Sep 02 21:57:53.296 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-09-02T21:57:54.178Z[ recovery-image] Sep 02 21:57:53.306 INFO O| Sep 02 21:57:53.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
59172026-09-02T21:57:54.178Z[ recovery-image] Sep 02 21:57:53.306 INFO O| Sep 02 21:57:53.306 INFO STEP 193 (remove_files) COMPLETE
59182026-09-02T21:57:54.178Z[ recovery-image] Sep 02 21:57:53.306 INFO O| Sep 02 21:57:53.306 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-09-02T21:57:54.178Z[ recovery-image] Sep 02 21:57:53.317 INFO O| Sep 02 21:57:53.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
59202026-09-02T21:57:54.178Z[ recovery-image] Sep 02 21:57:53.317 INFO O| Sep 02 21:57:53.317 INFO STEP 194 (remove_files) COMPLETE
59212026-09-02T21:57:54.179Z[ recovery-image] Sep 02 21:57:53.317 INFO O| Sep 02 21:57:53.317 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-09-02T21:57:54.324Z[ recovery-image] Sep 02 21:57:53.329 INFO O| Sep 02 21:57:53.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
59232026-09-02T21:57:54.324Z[ recovery-image] Sep 02 21:57:53.329 INFO O| Sep 02 21:57:53.329 INFO STEP 195 (remove_files) COMPLETE
59242026-09-02T21:57:54.324Z[ recovery-image] Sep 02 21:57:53.329 INFO O| Sep 02 21:57:53.329 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-09-02T21:57:54.324Z[ recovery-image] Sep 02 21:57:53.340 INFO O| Sep 02 21:57:53.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
59262026-09-02T21:57:54.324Z[ recovery-image] Sep 02 21:57:53.340 INFO O| Sep 02 21:57:53.340 INFO STEP 196 (remove_files) COMPLETE
59272026-09-02T21:57:54.324Z[ recovery-image] Sep 02 21:57:53.340 INFO O| Sep 02 21:57:53.340 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-09-02T21:57:54.338Z[ recovery-image] Sep 02 21:57:53.351 INFO O| Sep 02 21:57:53.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
59292026-09-02T21:57:54.338Z[ recovery-image] Sep 02 21:57:53.351 INFO O| Sep 02 21:57:53.351 INFO STEP 197 (remove_files) COMPLETE
59302026-09-02T21:57:54.338Z[ recovery-image] Sep 02 21:57:53.351 INFO O| Sep 02 21:57:53.351 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-09-02T21:57:54.338Z[ recovery-image] Sep 02 21:57:53.360 INFO O| Sep 02 21:57:53.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
59322026-09-02T21:57:54.338Z[ recovery-image] Sep 02 21:57:53.361 INFO O| Sep 02 21:57:53.361 INFO STEP 198 (remove_files) COMPLETE
59332026-09-02T21:57:54.338Z[ recovery-image] Sep 02 21:57:53.361 INFO O| Sep 02 21:57:53.361 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-09-02T21:57:54.339Z[ recovery-image] Sep 02 21:57:53.373 INFO O| Sep 02 21:57:53.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
59352026-09-02T21:57:54.339Z[ recovery-image] Sep 02 21:57:53.373 INFO O| Sep 02 21:57:53.373 INFO STEP 199 (remove_files) COMPLETE
59362026-09-02T21:57:54.339Z[ recovery-image] Sep 02 21:57:53.373 INFO O| Sep 02 21:57:53.373 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-09-02T21:57:54.339Z[ recovery-image] Sep 02 21:57:53.383 INFO O| Sep 02 21:57:53.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
59382026-09-02T21:57:54.339Z[ recovery-image] Sep 02 21:57:53.383 INFO O| Sep 02 21:57:53.383 INFO STEP 200 (remove_files) COMPLETE
59392026-09-02T21:57:54.339Z[ recovery-image] Sep 02 21:57:53.383 INFO O| Sep 02 21:57:53.383 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-09-02T21:57:54.339Z[ recovery-image] Sep 02 21:57:53.394 INFO O| Sep 02 21:57:53.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59412026-09-02T21:57:54.339Z[ recovery-image] Sep 02 21:57:53.398 INFO O| Sep 02 21:57:53.398 INFO STEP 201 (remove_files) COMPLETE
59422026-09-02T21:57:54.339Z[ recovery-image] Sep 02 21:57:53.398 INFO O| Sep 02 21:57:53.398 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59432026-09-02T21:57:54.339Z[ recovery-image] Sep 02 21:57:53.410 INFO O| Sep 02 21:57:53.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59442026-09-02T21:57:54.339Z[ recovery-image] Sep 02 21:57:53.410 INFO O| Sep 02 21:57:53.410 INFO STEP 202 (remove_files) COMPLETE
59452026-09-02T21:57:54.339Z[ recovery-image] Sep 02 21:57:53.410 INFO O| Sep 02 21:57:53.410 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-09-02T21:57:54.339Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
59472026-09-02T21:57:54.339Z[ recovery-image] Sep 02 21:57:53.421 INFO O| Sep 02 21:57:53.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59482026-09-02T21:57:54.339Z[ recovery-image] Sep 02 21:57:53.422 INFO O| Sep 02 21:57:53.421 INFO STEP 203 (remove_files) COMPLETE
59492026-09-02T21:57:54.339Z[ recovery-image] Sep 02 21:57:53.422 INFO O| Sep 02 21:57:53.421 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-09-02T21:57:54.339Z[ recovery-image] Sep 02 21:57:53.432 INFO O| Sep 02 21:57:53.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59512026-09-02T21:57:54.339Z[ recovery-image] Sep 02 21:57:53.432 INFO O| Sep 02 21:57:53.432 INFO STEP 204 (remove_files) COMPLETE
59522026-09-02T21:57:54.339Z[ recovery-image] Sep 02 21:57:53.432 INFO O| Sep 02 21:57:53.432 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-09-02T21:57:54.339Z[ recovery-image] Sep 02 21:57:53.442 INFO O| Sep 02 21:57:53.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59542026-09-02T21:57:54.339Z[ recovery-image] Sep 02 21:57:53.442 INFO O| Sep 02 21:57:53.442 INFO STEP 205 (remove_files) COMPLETE
59552026-09-02T21:57:54.339Z[ recovery-image] Sep 02 21:57:53.442 INFO O| Sep 02 21:57:53.442 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-09-02T21:57:54.339Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
59572026-09-02T21:57:54.339Z[verify-libraries] Compiling russh v0.62.4
59582026-09-02T21:57:54.339Z[ recovery-image] Sep 02 21:57:53.453 INFO O| Sep 02 21:57:53.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59592026-09-02T21:57:54.339Z[ recovery-image] Sep 02 21:57:53.453 INFO O| Sep 02 21:57:53.453 INFO STEP 206 (remove_files) COMPLETE
59602026-09-02T21:57:54.339Z[ recovery-image] Sep 02 21:57:53.453 INFO O| Sep 02 21:57:53.453 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59612026-09-02T21:57:54.339Z[ recovery-image] Sep 02 21:57:53.463 INFO O| Sep 02 21:57:53.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59622026-09-02T21:57:54.339Z[ recovery-image] Sep 02 21:57:53.463 INFO O| Sep 02 21:57:53.463 INFO STEP 207 (remove_files) COMPLETE
59632026-09-02T21:57:54.339Z[ recovery-image] Sep 02 21:57:53.463 INFO O| Sep 02 21:57:53.463 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59642026-09-02T21:57:54.339Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
59652026-09-02T21:57:54.339Z[ recovery-image] Sep 02 21:57:53.474 INFO O| Sep 02 21:57:53.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59662026-09-02T21:57:54.340Z[ recovery-image] Sep 02 21:57:53.474 INFO O| Sep 02 21:57:53.474 INFO STEP 208 (remove_files) COMPLETE
59672026-09-02T21:57:54.340Z[ recovery-image] Sep 02 21:57:53.474 INFO O| Sep 02 21:57:53.474 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-09-02T21:57:54.340Z[ recovery-image] Sep 02 21:57:53.485 INFO O| Sep 02 21:57:53.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59692026-09-02T21:57:54.340Z[ recovery-image] Sep 02 21:57:53.485 INFO O| Sep 02 21:57:53.485 INFO STEP 209 (remove_files) COMPLETE
59702026-09-02T21:57:54.340Z[ recovery-image] Sep 02 21:57:53.485 INFO O| Sep 02 21:57:53.485 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-09-02T21:57:54.344Z[ recovery-image] Sep 02 21:57:53.495 INFO O| Sep 02 21:57:53.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59722026-09-02T21:57:54.344Z[ recovery-image] Sep 02 21:57:53.496 INFO O| Sep 02 21:57:53.496 INFO STEP 210 (remove_files) COMPLETE
59732026-09-02T21:57:54.344Z[ recovery-image] Sep 02 21:57:53.496 INFO O| Sep 02 21:57:53.496 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-09-02T21:57:54.349Z[ recovery-image] Sep 02 21:57:53.507 INFO O| Sep 02 21:57:53.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59752026-09-02T21:57:54.349Z[ recovery-image] Sep 02 21:57:53.507 INFO O| Sep 02 21:57:53.507 INFO STEP 211 (remove_files) COMPLETE
59762026-09-02T21:57:54.349Z[ recovery-image] Sep 02 21:57:53.507 INFO O| Sep 02 21:57:53.507 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-09-02T21:57:54.355Z[ recovery-image] Sep 02 21:57:53.517 INFO O| Sep 02 21:57:53.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59782026-09-02T21:57:54.359Z[ recovery-image] Sep 02 21:57:53.517 INFO O| Sep 02 21:57:53.517 INFO STEP 212 (remove_files) COMPLETE
59792026-09-02T21:57:54.360Z[ recovery-image] Sep 02 21:57:53.517 INFO O| Sep 02 21:57:53.517 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-09-02T21:57:54.367Z[ recovery-image] Sep 02 21:57:53.528 INFO O| Sep 02 21:57:53.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59812026-09-02T21:57:54.367Z[ recovery-image] Sep 02 21:57:53.529 INFO O| Sep 02 21:57:53.529 INFO STEP 213 (remove_files) COMPLETE
59822026-09-02T21:57:54.371Z[ recovery-image] Sep 02 21:57:53.529 INFO O| Sep 02 21:57:53.529 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-09-02T21:57:54.379Z[ recovery-image] Sep 02 21:57:53.539 INFO O| Sep 02 21:57:53.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59842026-09-02T21:57:54.379Z[ recovery-image] Sep 02 21:57:53.539 INFO O| Sep 02 21:57:53.539 INFO STEP 214 (remove_files) COMPLETE
59852026-09-02T21:57:54.379Z[ recovery-image] Sep 02 21:57:53.539 INFO O| Sep 02 21:57:53.539 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-09-02T21:57:54.388Z[ recovery-image] Sep 02 21:57:53.548 INFO O| Sep 02 21:57:53.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59872026-09-02T21:57:54.388Z[ recovery-image] Sep 02 21:57:53.548 INFO O| Sep 02 21:57:53.548 INFO STEP 215 (remove_files) COMPLETE
59882026-09-02T21:57:54.388Z[ recovery-image] Sep 02 21:57:53.548 INFO O| Sep 02 21:57:53.548 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-09-02T21:57:54.396Z[ recovery-image] Sep 02 21:57:53.558 INFO O| Sep 02 21:57:53.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59902026-09-02T21:57:54.396Z[ recovery-image] Sep 02 21:57:53.558 INFO O| Sep 02 21:57:53.558 INFO STEP 216 (remove_files) COMPLETE
59912026-09-02T21:57:54.400Z[ recovery-image] Sep 02 21:57:53.558 INFO O| Sep 02 21:57:53.558 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-09-02T21:57:54.406Z[ recovery-image] Sep 02 21:57:53.568 INFO O| Sep 02 21:57:53.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59932026-09-02T21:57:54.406Z[ recovery-image] Sep 02 21:57:53.568 INFO O| Sep 02 21:57:53.568 INFO STEP 217 (remove_files) COMPLETE
59942026-09-02T21:57:54.406Z[ recovery-image] Sep 02 21:57:53.568 INFO O| Sep 02 21:57:53.568 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-09-02T21:57:54.417Z[ recovery-image] Sep 02 21:57:53.579 INFO O| Sep 02 21:57:53.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59962026-09-02T21:57:54.417Z[ recovery-image] Sep 02 21:57:53.579 INFO O| Sep 02 21:57:53.579 INFO STEP 218 (remove_files) COMPLETE
59972026-09-02T21:57:54.421Z[ recovery-image] Sep 02 21:57:53.579 INFO O| Sep 02 21:57:53.579 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-09-02T21:57:54.427Z[ recovery-image] Sep 02 21:57:53.589 INFO O| Sep 02 21:57:53.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59992026-09-02T21:57:54.427Z[ recovery-image] Sep 02 21:57:53.589 INFO O| Sep 02 21:57:53.589 INFO STEP 219 (remove_files) COMPLETE
60002026-09-02T21:57:54.427Z[ recovery-image] Sep 02 21:57:53.589 INFO O| Sep 02 21:57:53.589 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-09-02T21:57:54.436Z[ recovery-image] Sep 02 21:57:53.598 INFO O| Sep 02 21:57:53.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
60022026-09-02T21:57:54.436Z[ recovery-image] Sep 02 21:57:53.598 INFO O| Sep 02 21:57:53.598 INFO STEP 220 (remove_files) COMPLETE
60032026-09-02T21:57:54.437Z[ recovery-image] Sep 02 21:57:53.598 INFO O| Sep 02 21:57:53.598 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-09-02T21:57:54.446Z[ recovery-image] Sep 02 21:57:53.608 INFO O| Sep 02 21:57:53.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
60052026-09-02T21:57:54.446Z[ recovery-image] Sep 02 21:57:53.608 INFO O| Sep 02 21:57:53.608 INFO STEP 221 (remove_files) COMPLETE
60062026-09-02T21:57:54.446Z[ recovery-image] Sep 02 21:57:53.608 INFO O| Sep 02 21:57:53.608 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-09-02T21:57:54.455Z[ recovery-image] Sep 02 21:57:53.617 INFO O| Sep 02 21:57:53.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
60082026-09-02T21:57:54.455Z[ recovery-image] Sep 02 21:57:53.617 INFO O| Sep 02 21:57:53.617 INFO STEP 222 (remove_files) COMPLETE
60092026-09-02T21:57:54.456Z[ recovery-image] Sep 02 21:57:53.617 INFO O| Sep 02 21:57:53.617 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-09-02T21:57:54.465Z[ recovery-image] Sep 02 21:57:53.627 INFO O| Sep 02 21:57:53.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
60112026-09-02T21:57:54.465Z[ recovery-image] Sep 02 21:57:53.627 INFO O| Sep 02 21:57:53.627 INFO STEP 223 (remove_files) COMPLETE
60122026-09-02T21:57:54.465Z[ recovery-image] Sep 02 21:57:53.627 INFO O| Sep 02 21:57:53.627 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-09-02T21:57:54.475Z[ recovery-image] Sep 02 21:57:53.637 INFO O| Sep 02 21:57:53.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
60142026-09-02T21:57:54.475Z[ recovery-image] Sep 02 21:57:53.637 INFO O| Sep 02 21:57:53.637 INFO STEP 224 (remove_files) COMPLETE
60152026-09-02T21:57:54.475Z[ recovery-image] Sep 02 21:57:53.637 INFO O| Sep 02 21:57:53.637 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-09-02T21:57:54.485Z[ recovery-image] Sep 02 21:57:53.647 INFO O| Sep 02 21:57:53.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
60172026-09-02T21:57:54.485Z[ recovery-image] Sep 02 21:57:53.647 INFO O| Sep 02 21:57:53.647 INFO STEP 225 (remove_files) COMPLETE
60182026-09-02T21:57:54.485Z[ recovery-image] Sep 02 21:57:53.647 INFO O| Sep 02 21:57:53.647 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-09-02T21:57:54.495Z[ recovery-image] Sep 02 21:57:53.657 INFO O| Sep 02 21:57:53.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
60202026-09-02T21:57:54.495Z[ recovery-image] Sep 02 21:57:53.657 INFO O| Sep 02 21:57:53.657 INFO STEP 226 (remove_files) COMPLETE
60212026-09-02T21:57:54.495Z[ recovery-image] Sep 02 21:57:53.657 INFO O| Sep 02 21:57:53.657 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-09-02T21:57:54.506Z[ recovery-image] Sep 02 21:57:53.668 INFO O| Sep 02 21:57:53.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
60232026-09-02T21:57:54.506Z[ recovery-image] Sep 02 21:57:53.668 INFO O| Sep 02 21:57:53.668 INFO STEP 227 (remove_files) COMPLETE
60242026-09-02T21:57:54.510Z[ recovery-image] Sep 02 21:57:53.668 INFO O| Sep 02 21:57:53.668 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-09-02T21:57:54.518Z[ recovery-image] Sep 02 21:57:53.679 INFO O| Sep 02 21:57:53.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
60262026-09-02T21:57:54.521Z[ recovery-image] Sep 02 21:57:53.679 INFO O| Sep 02 21:57:53.679 INFO STEP 228 (remove_files) COMPLETE
60272026-09-02T21:57:54.521Z[ recovery-image] Sep 02 21:57:53.679 INFO O| Sep 02 21:57:53.679 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-09-02T21:57:54.530Z[ recovery-image] Sep 02 21:57:53.690 INFO O| Sep 02 21:57:53.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
60292026-09-02T21:57:54.530Z[ recovery-image] Sep 02 21:57:53.690 INFO O| Sep 02 21:57:53.690 INFO STEP 229 (remove_files) COMPLETE
60302026-09-02T21:57:54.530Z[ recovery-image] Sep 02 21:57:53.690 INFO O| Sep 02 21:57:53.690 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-09-02T21:57:54.539Z[ recovery-image] Sep 02 21:57:53.701 INFO O| Sep 02 21:57:53.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
60322026-09-02T21:57:54.539Z[ recovery-image] Sep 02 21:57:53.701 INFO O| Sep 02 21:57:53.701 INFO STEP 230 (remove_files) COMPLETE
60332026-09-02T21:57:54.539Z[ recovery-image] Sep 02 21:57:53.701 INFO O| Sep 02 21:57:53.701 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-09-02T21:57:54.550Z[ recovery-image] Sep 02 21:57:53.711 INFO O| Sep 02 21:57:53.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
60352026-09-02T21:57:54.550Z[ recovery-image] Sep 02 21:57:53.711 INFO O| Sep 02 21:57:53.711 INFO STEP 231 (remove_files) COMPLETE
60362026-09-02T21:57:54.550Z[ recovery-image] Sep 02 21:57:53.711 INFO O| Sep 02 21:57:53.711 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-09-02T21:57:54.560Z[ recovery-image] Sep 02 21:57:53.722 INFO O| Sep 02 21:57:53.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
60382026-09-02T21:57:54.560Z[ recovery-image] Sep 02 21:57:53.722 INFO O| Sep 02 21:57:53.722 INFO STEP 232 (remove_files) COMPLETE
60392026-09-02T21:57:54.560Z[ recovery-image] Sep 02 21:57:53.722 INFO O| Sep 02 21:57:53.722 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-09-02T21:57:54.570Z[ recovery-image] Sep 02 21:57:53.732 INFO O| Sep 02 21:57:53.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
60412026-09-02T21:57:54.570Z[ recovery-image] Sep 02 21:57:53.732 INFO O| Sep 02 21:57:53.732 INFO STEP 233 (remove_files) COMPLETE
60422026-09-02T21:57:54.571Z[ recovery-image] Sep 02 21:57:53.732 INFO O| Sep 02 21:57:53.732 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-09-02T21:57:54.581Z[ recovery-image] Sep 02 21:57:53.743 INFO O| Sep 02 21:57:53.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60442026-09-02T21:57:54.581Z[ recovery-image] Sep 02 21:57:53.743 INFO O| Sep 02 21:57:53.743 INFO STEP 234 (remove_files) COMPLETE
60452026-09-02T21:57:54.581Z[ recovery-image] Sep 02 21:57:53.743 INFO O| Sep 02 21:57:53.743 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-09-02T21:57:54.592Z[ recovery-image] Sep 02 21:57:53.754 INFO O| Sep 02 21:57:53.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60472026-09-02T21:57:54.592Z[ recovery-image] Sep 02 21:57:53.754 INFO O| Sep 02 21:57:53.754 INFO STEP 235 (remove_files) COMPLETE
60482026-09-02T21:57:54.592Z[ recovery-image] Sep 02 21:57:53.754 INFO O| Sep 02 21:57:53.754 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-09-02T21:57:54.603Z[ recovery-image] Sep 02 21:57:53.765 INFO O| Sep 02 21:57:53.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60502026-09-02T21:57:54.603Z[ recovery-image] Sep 02 21:57:53.765 INFO O| Sep 02 21:57:53.765 INFO STEP 236 (remove_files) COMPLETE
60512026-09-02T21:57:54.603Z[ recovery-image] Sep 02 21:57:53.765 INFO O| Sep 02 21:57:53.765 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-09-02T21:57:54.613Z[ recovery-image] Sep 02 21:57:53.775 INFO O| Sep 02 21:57:53.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60532026-09-02T21:57:54.613Z[ recovery-image] Sep 02 21:57:53.775 INFO O| Sep 02 21:57:53.775 INFO STEP 237 (remove_files) COMPLETE
60542026-09-02T21:57:54.613Z[ recovery-image] Sep 02 21:57:53.775 INFO O| Sep 02 21:57:53.775 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-09-02T21:57:54.624Z[ recovery-image] Sep 02 21:57:53.786 INFO O| Sep 02 21:57:53.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60562026-09-02T21:57:54.624Z[ recovery-image] Sep 02 21:57:53.786 INFO O| Sep 02 21:57:53.786 INFO STEP 238 (remove_files) COMPLETE
60572026-09-02T21:57:54.624Z[ recovery-image] Sep 02 21:57:53.786 INFO O| Sep 02 21:57:53.786 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-09-02T21:57:54.636Z[ recovery-image] Sep 02 21:57:53.797 INFO O| Sep 02 21:57:53.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60592026-09-02T21:57:54.636Z[ recovery-image] Sep 02 21:57:53.797 INFO O| Sep 02 21:57:53.797 INFO STEP 239 (remove_files) COMPLETE
60602026-09-02T21:57:54.636Z[ recovery-image] Sep 02 21:57:53.797 INFO O| Sep 02 21:57:53.797 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-09-02T21:57:54.645Z[ recovery-image] Sep 02 21:57:53.807 INFO O| Sep 02 21:57:53.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60622026-09-02T21:57:54.646Z[ recovery-image] Sep 02 21:57:53.807 INFO O| Sep 02 21:57:53.807 INFO STEP 240 (remove_files) COMPLETE
60632026-09-02T21:57:54.650Z[ recovery-image] Sep 02 21:57:53.807 INFO O| Sep 02 21:57:53.807 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-09-02T21:57:54.655Z[ recovery-image] Sep 02 21:57:53.817 INFO O| Sep 02 21:57:53.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60652026-09-02T21:57:54.655Z[ recovery-image] Sep 02 21:57:53.817 INFO O| Sep 02 21:57:53.817 INFO STEP 241 (remove_files) COMPLETE
60662026-09-02T21:57:54.658Z[ recovery-image] Sep 02 21:57:53.817 INFO O| Sep 02 21:57:53.817 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-09-02T21:57:54.664Z[ recovery-image] Sep 02 21:57:53.826 INFO O| Sep 02 21:57:53.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60682026-09-02T21:57:54.664Z[ recovery-image] Sep 02 21:57:53.826 INFO O| Sep 02 21:57:53.826 INFO STEP 242 (remove_files) COMPLETE
60692026-09-02T21:57:54.668Z[ recovery-image] Sep 02 21:57:53.826 INFO O| Sep 02 21:57:53.826 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-09-02T21:57:54.674Z[ recovery-image] Sep 02 21:57:53.836 INFO O| Sep 02 21:57:53.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60712026-09-02T21:57:54.674Z[ recovery-image] Sep 02 21:57:53.836 INFO O| Sep 02 21:57:53.836 INFO STEP 243 (remove_files) COMPLETE
60722026-09-02T21:57:54.674Z[ recovery-image] Sep 02 21:57:53.836 INFO O| Sep 02 21:57:53.836 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-09-02T21:57:54.683Z[ recovery-image] Sep 02 21:57:53.845 INFO O| Sep 02 21:57:53.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60742026-09-02T21:57:54.684Z[ recovery-image] Sep 02 21:57:53.845 INFO O| Sep 02 21:57:53.845 INFO STEP 244 (remove_files) COMPLETE
60752026-09-02T21:57:54.684Z[ recovery-image] Sep 02 21:57:53.845 INFO O| Sep 02 21:57:53.845 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-09-02T21:57:54.696Z[ recovery-image] Sep 02 21:57:53.858 INFO O| Sep 02 21:57:53.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60772026-09-02T21:57:54.697Z[ recovery-image] Sep 02 21:57:53.858 INFO O| Sep 02 21:57:53.858 INFO STEP 245 (remove_files) COMPLETE
60782026-09-02T21:57:54.697Z[ recovery-image] Sep 02 21:57:53.858 INFO O| Sep 02 21:57:53.858 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-09-02T21:57:54.706Z[ recovery-image] Sep 02 21:57:53.868 INFO O| Sep 02 21:57:53.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60802026-09-02T21:57:54.706Z[ recovery-image] Sep 02 21:57:53.868 INFO O| Sep 02 21:57:53.868 INFO STEP 246 (remove_files) COMPLETE
60812026-09-02T21:57:54.706Z[ recovery-image] Sep 02 21:57:53.868 INFO O| Sep 02 21:57:53.868 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-09-02T21:57:54.717Z[ recovery-image] Sep 02 21:57:53.879 INFO O| Sep 02 21:57:53.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60832026-09-02T21:57:54.718Z[ recovery-image] Sep 02 21:57:53.879 INFO O| Sep 02 21:57:53.879 INFO STEP 247 (remove_files) COMPLETE
60842026-09-02T21:57:54.718Z[ recovery-image] Sep 02 21:57:53.879 INFO O| Sep 02 21:57:53.879 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-09-02T21:57:54.728Z[ recovery-image] Sep 02 21:57:53.890 INFO O| Sep 02 21:57:53.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60862026-09-02T21:57:54.728Z[ recovery-image] Sep 02 21:57:53.890 INFO O| Sep 02 21:57:53.890 INFO STEP 248 (remove_files) COMPLETE
60872026-09-02T21:57:54.728Z[ recovery-image] Sep 02 21:57:53.890 INFO O| Sep 02 21:57:53.890 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-09-02T21:57:54.739Z[ recovery-image] Sep 02 21:57:53.901 INFO O| Sep 02 21:57:53.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60892026-09-02T21:57:54.739Z[ recovery-image] Sep 02 21:57:53.901 INFO O| Sep 02 21:57:53.901 INFO STEP 249 (remove_files) COMPLETE
60902026-09-02T21:57:54.743Z[ recovery-image] Sep 02 21:57:53.901 INFO O| Sep 02 21:57:53.901 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-09-02T21:57:54.749Z[ recovery-image] Sep 02 21:57:53.911 INFO O| Sep 02 21:57:53.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60922026-09-02T21:57:54.749Z[ recovery-image] Sep 02 21:57:53.911 INFO O| Sep 02 21:57:53.911 INFO STEP 250 (remove_files) COMPLETE
60932026-09-02T21:57:54.749Z[ recovery-image] Sep 02 21:57:53.911 INFO O| Sep 02 21:57:53.911 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-09-02T21:57:54.760Z[ recovery-image] Sep 02 21:57:53.922 INFO O| Sep 02 21:57:53.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60952026-09-02T21:57:54.760Z[ recovery-image] Sep 02 21:57:53.922 INFO O| Sep 02 21:57:53.922 INFO STEP 251 (remove_files) COMPLETE
60962026-09-02T21:57:54.761Z[ recovery-image] Sep 02 21:57:53.922 INFO O| Sep 02 21:57:53.922 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-09-02T21:57:54.772Z[ recovery-image] Sep 02 21:57:53.934 INFO O| Sep 02 21:57:53.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60982026-09-02T21:57:54.772Z[ recovery-image] Sep 02 21:57:53.934 INFO O| Sep 02 21:57:53.934 INFO STEP 252 (remove_files) COMPLETE
60992026-09-02T21:57:54.772Z[ recovery-image] Sep 02 21:57:53.934 INFO O| Sep 02 21:57:53.934 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-09-02T21:57:54.783Z[ recovery-image] Sep 02 21:57:53.945 INFO O| Sep 02 21:57:53.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
61012026-09-02T21:57:54.783Z[ recovery-image] Sep 02 21:57:53.945 INFO O| Sep 02 21:57:53.945 INFO STEP 253 (remove_files) COMPLETE
61022026-09-02T21:57:54.783Z[ recovery-image] Sep 02 21:57:53.945 INFO O| Sep 02 21:57:53.945 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-09-02T21:57:54.795Z[ recovery-image] Sep 02 21:57:53.956 INFO O| Sep 02 21:57:53.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
61042026-09-02T21:57:54.795Z[ recovery-image] Sep 02 21:57:53.956 INFO O| Sep 02 21:57:53.956 INFO STEP 254 (remove_files) COMPLETE
61052026-09-02T21:57:54.800Z[ recovery-image] Sep 02 21:57:53.956 INFO O| Sep 02 21:57:53.956 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-09-02T21:57:54.807Z[ recovery-image] Sep 02 21:57:53.969 INFO O| Sep 02 21:57:53.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
61072026-09-02T21:57:54.807Z[ recovery-image] Sep 02 21:57:53.969 INFO O| Sep 02 21:57:53.969 INFO STEP 255 (remove_files) COMPLETE
61082026-09-02T21:57:54.807Z[ recovery-image] Sep 02 21:57:53.969 INFO O| Sep 02 21:57:53.969 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-09-02T21:57:54.818Z[ recovery-image] Sep 02 21:57:53.980 INFO O| Sep 02 21:57:53.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
61102026-09-02T21:57:54.822Z[ recovery-image] Sep 02 21:57:53.981 INFO O| Sep 02 21:57:53.981 INFO STEP 256 (remove_files) COMPLETE
61112026-09-02T21:57:54.822Z[ recovery-image] Sep 02 21:57:53.981 INFO O| Sep 02 21:57:53.981 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-09-02T21:57:54.829Z[ recovery-image] Sep 02 21:57:53.991 INFO O| Sep 02 21:57:53.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
61132026-09-02T21:57:54.829Z[ recovery-image] Sep 02 21:57:53.991 INFO O| Sep 02 21:57:53.991 INFO STEP 257 (remove_files) COMPLETE
61142026-09-02T21:57:54.833Z[ recovery-image] Sep 02 21:57:53.991 INFO O| Sep 02 21:57:53.991 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-09-02T21:57:54.840Z[ recovery-image] Sep 02 21:57:54.002 INFO O| Sep 02 21:57:54.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
61162026-09-02T21:57:54.840Z[ recovery-image] Sep 02 21:57:54.002 INFO O| Sep 02 21:57:54.002 INFO STEP 258 (remove_files) COMPLETE
61172026-09-02T21:57:54.840Z[ recovery-image] Sep 02 21:57:54.002 INFO O| Sep 02 21:57:54.002 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-09-02T21:57:54.851Z[ recovery-image] Sep 02 21:57:54.013 INFO O| Sep 02 21:57:54.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
61192026-09-02T21:57:54.851Z[ recovery-image] Sep 02 21:57:54.013 INFO O| Sep 02 21:57:54.013 INFO STEP 259 (remove_files) COMPLETE
61202026-09-02T21:57:54.851Z[ recovery-image] Sep 02 21:57:54.013 INFO O| Sep 02 21:57:54.013 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-09-02T21:57:54.866Z[ recovery-image] Sep 02 21:57:54.027 INFO O| Sep 02 21:57:54.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
61222026-09-02T21:57:54.866Z[ recovery-image] Sep 02 21:57:54.027 INFO O| Sep 02 21:57:54.027 INFO STEP 260 (remove_files) COMPLETE
61232026-09-02T21:57:54.869Z[ recovery-image] Sep 02 21:57:54.027 INFO O| Sep 02 21:57:54.027 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-09-02T21:57:54.875Z[ recovery-image] Sep 02 21:57:54.037 INFO O| Sep 02 21:57:54.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
61252026-09-02T21:57:54.875Z[ recovery-image] Sep 02 21:57:54.037 INFO O| Sep 02 21:57:54.037 INFO STEP 261 (remove_files) COMPLETE
61262026-09-02T21:57:54.875Z[ recovery-image] Sep 02 21:57:54.037 INFO O| Sep 02 21:57:54.037 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-09-02T21:57:54.884Z[ recovery-image] Sep 02 21:57:54.046 INFO O| Sep 02 21:57:54.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
61282026-09-02T21:57:54.884Z[ recovery-image] Sep 02 21:57:54.046 INFO O| Sep 02 21:57:54.046 INFO STEP 262 (remove_files) COMPLETE
61292026-09-02T21:57:54.888Z[ recovery-image] Sep 02 21:57:54.046 INFO O| Sep 02 21:57:54.046 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-09-02T21:57:54.894Z[ recovery-image] Sep 02 21:57:54.055 INFO O| Sep 02 21:57:54.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
61312026-09-02T21:57:54.894Z[ recovery-image] Sep 02 21:57:54.055 INFO O| Sep 02 21:57:54.055 INFO STEP 263 (remove_files) COMPLETE
61322026-09-02T21:57:54.894Z[ recovery-image] Sep 02 21:57:54.055 INFO O| Sep 02 21:57:54.055 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-09-02T21:57:54.903Z[ recovery-image] Sep 02 21:57:54.065 INFO O| Sep 02 21:57:54.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
61342026-09-02T21:57:54.903Z[ recovery-image] Sep 02 21:57:54.065 INFO O| Sep 02 21:57:54.065 INFO STEP 264 (remove_files) COMPLETE
61352026-09-02T21:57:54.907Z[ recovery-image] Sep 02 21:57:54.065 INFO O| Sep 02 21:57:54.065 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-09-02T21:57:54.916Z[ recovery-image] Sep 02 21:57:54.077 INFO O| Sep 02 21:57:54.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
61372026-09-02T21:57:54.916Z[ recovery-image] Sep 02 21:57:54.078 INFO O| Sep 02 21:57:54.078 INFO STEP 265 (remove_files) COMPLETE
61382026-09-02T21:57:54.916Z[ recovery-image] Sep 02 21:57:54.078 INFO O| Sep 02 21:57:54.078 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-09-02T21:57:54.927Z[ recovery-image] Sep 02 21:57:54.089 INFO O| Sep 02 21:57:54.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61402026-09-02T21:57:54.927Z[ recovery-image] Sep 02 21:57:54.089 INFO O| Sep 02 21:57:54.089 INFO STEP 266 (remove_files) COMPLETE
61412026-09-02T21:57:54.927Z[ recovery-image] Sep 02 21:57:54.089 INFO O| Sep 02 21:57:54.089 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-09-02T21:57:54.939Z[ recovery-image] Sep 02 21:57:54.099 INFO O| Sep 02 21:57:54.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61432026-09-02T21:57:54.939Z[ recovery-image] Sep 02 21:57:54.099 INFO O| Sep 02 21:57:54.099 INFO STEP 267 (remove_files) COMPLETE
61442026-09-02T21:57:54.939Z[ recovery-image] Sep 02 21:57:54.099 INFO O| Sep 02 21:57:54.099 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-09-02T21:57:54.948Z[ recovery-image] Sep 02 21:57:54.110 INFO O| Sep 02 21:57:54.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61462026-09-02T21:57:54.948Z[ recovery-image] Sep 02 21:57:54.110 INFO O| Sep 02 21:57:54.110 INFO STEP 268 (remove_files) COMPLETE
61472026-09-02T21:57:54.951Z[ recovery-image] Sep 02 21:57:54.110 INFO O| Sep 02 21:57:54.110 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-09-02T21:57:54.960Z[ recovery-image] Sep 02 21:57:54.122 INFO O| Sep 02 21:57:54.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61492026-09-02T21:57:54.960Z[ recovery-image] Sep 02 21:57:54.122 INFO O| Sep 02 21:57:54.122 INFO STEP 269 (remove_files) COMPLETE
61502026-09-02T21:57:54.960Z[ recovery-image] Sep 02 21:57:54.122 INFO O| Sep 02 21:57:54.122 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-09-02T21:57:54.971Z[ recovery-image] Sep 02 21:57:54.133 INFO O| Sep 02 21:57:54.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61522026-09-02T21:57:54.971Z[ recovery-image] Sep 02 21:57:54.133 INFO O| Sep 02 21:57:54.133 INFO STEP 270 (remove_files) COMPLETE
61532026-09-02T21:57:54.975Z[ recovery-image] Sep 02 21:57:54.133 INFO O| Sep 02 21:57:54.133 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-09-02T21:57:54.982Z[ recovery-image] Sep 02 21:57:54.144 INFO O| Sep 02 21:57:54.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61552026-09-02T21:57:54.982Z[ recovery-image] Sep 02 21:57:54.144 INFO O| Sep 02 21:57:54.144 INFO STEP 271 (remove_files) COMPLETE
61562026-09-02T21:57:54.982Z[ recovery-image] Sep 02 21:57:54.144 INFO O| Sep 02 21:57:54.144 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-09-02T21:57:54.994Z[ recovery-image] Sep 02 21:57:54.155 INFO O| Sep 02 21:57:54.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61582026-09-02T21:57:54.994Z[ recovery-image] Sep 02 21:57:54.155 INFO O| Sep 02 21:57:54.155 INFO STEP 272 (remove_files) COMPLETE
61592026-09-02T21:57:54.994Z[ recovery-image] Sep 02 21:57:54.155 INFO O| Sep 02 21:57:54.155 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-09-02T21:57:55.003Z[ recovery-image] Sep 02 21:57:54.165 INFO O| Sep 02 21:57:54.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61612026-09-02T21:57:55.004Z[ recovery-image] Sep 02 21:57:54.165 INFO O| Sep 02 21:57:54.165 INFO STEP 273 (remove_files) COMPLETE
61622026-09-02T21:57:55.004Z[ recovery-image] Sep 02 21:57:54.165 INFO O| Sep 02 21:57:54.165 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-09-02T21:57:55.014Z[ recovery-image] Sep 02 21:57:54.176 INFO O| Sep 02 21:57:54.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61642026-09-02T21:57:55.021Z[ recovery-image] Sep 02 21:57:54.177 INFO O| Sep 02 21:57:54.177 INFO STEP 274 (remove_files) COMPLETE
61652026-09-02T21:57:55.021Z[ recovery-image] Sep 02 21:57:54.177 INFO O| Sep 02 21:57:54.177 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-09-02T21:57:55.027Z[ recovery-image] Sep 02 21:57:54.188 INFO O| Sep 02 21:57:54.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61672026-09-02T21:57:55.030Z[ recovery-image] Sep 02 21:57:54.188 INFO O| Sep 02 21:57:54.188 INFO STEP 275 (remove_files) COMPLETE
61682026-09-02T21:57:55.030Z[ recovery-image] Sep 02 21:57:54.188 INFO O| Sep 02 21:57:54.188 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-09-02T21:57:55.036Z[ recovery-image] Sep 02 21:57:54.198 INFO O| Sep 02 21:57:54.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61702026-09-02T21:57:55.036Z[ recovery-image] Sep 02 21:57:54.198 INFO O| Sep 02 21:57:54.198 INFO STEP 276 (remove_files) COMPLETE
61712026-09-02T21:57:55.036Z[ recovery-image] Sep 02 21:57:54.198 INFO O| Sep 02 21:57:54.198 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-09-02T21:57:55.046Z[ recovery-image] Sep 02 21:57:54.208 INFO O| Sep 02 21:57:54.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61732026-09-02T21:57:55.046Z[ recovery-image] Sep 02 21:57:54.208 INFO O| Sep 02 21:57:54.208 INFO STEP 277 (remove_files) COMPLETE
61742026-09-02T21:57:55.046Z[ recovery-image] Sep 02 21:57:54.208 INFO O| Sep 02 21:57:54.208 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-09-02T21:57:55.056Z[ recovery-image] Sep 02 21:57:54.217 INFO O| Sep 02 21:57:54.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61762026-09-02T21:57:55.056Z[ recovery-image] Sep 02 21:57:54.217 INFO O| Sep 02 21:57:54.217 INFO STEP 278 (remove_files) COMPLETE
61772026-09-02T21:57:55.060Z[ recovery-image] Sep 02 21:57:54.217 INFO O| Sep 02 21:57:54.217 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-09-02T21:57:55.065Z[ recovery-image] Sep 02 21:57:54.227 INFO O| Sep 02 21:57:54.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61792026-09-02T21:57:55.065Z[ recovery-image] Sep 02 21:57:54.227 INFO O| Sep 02 21:57:54.227 INFO STEP 279 (remove_files) COMPLETE
61802026-09-02T21:57:55.068Z[ recovery-image] Sep 02 21:57:54.227 INFO O| Sep 02 21:57:54.227 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-09-02T21:57:55.074Z[ recovery-image] Sep 02 21:57:54.236 INFO O| Sep 02 21:57:54.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61822026-09-02T21:57:55.074Z[ recovery-image] Sep 02 21:57:54.236 INFO O| Sep 02 21:57:54.236 INFO STEP 280 (remove_files) COMPLETE
61832026-09-02T21:57:55.078Z[ recovery-image] Sep 02 21:57:54.236 INFO O| Sep 02 21:57:54.236 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-09-02T21:57:55.084Z[ recovery-image] Sep 02 21:57:54.245 INFO O| Sep 02 21:57:54.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61852026-09-02T21:57:55.084Z[ recovery-image] Sep 02 21:57:54.245 INFO O| Sep 02 21:57:54.245 INFO STEP 281 (remove_files) COMPLETE
61862026-09-02T21:57:55.089Z[ recovery-image] Sep 02 21:57:54.245 INFO O| Sep 02 21:57:54.245 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-09-02T21:57:55.098Z[ recovery-image] Sep 02 21:57:54.254 INFO O| Sep 02 21:57:54.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61882026-09-02T21:57:55.098Z[ recovery-image] Sep 02 21:57:54.254 INFO O| Sep 02 21:57:54.254 INFO STEP 282 (remove_files) COMPLETE
61892026-09-02T21:57:55.098Z[ recovery-image] Sep 02 21:57:54.254 INFO O| Sep 02 21:57:54.254 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-09-02T21:57:55.102Z[ recovery-image] Sep 02 21:57:54.264 INFO O| Sep 02 21:57:54.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61912026-09-02T21:57:55.102Z[ recovery-image] Sep 02 21:57:54.264 INFO O| Sep 02 21:57:54.264 INFO STEP 283 (remove_files) COMPLETE
61922026-09-02T21:57:55.102Z[ recovery-image] Sep 02 21:57:54.264 INFO O| Sep 02 21:57:54.264 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-09-02T21:57:55.112Z[ recovery-image] Sep 02 21:57:54.274 INFO O| Sep 02 21:57:54.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61942026-09-02T21:57:55.112Z[ recovery-image] Sep 02 21:57:54.274 INFO O| Sep 02 21:57:54.274 INFO STEP 284 (remove_files) COMPLETE
61952026-09-02T21:57:55.112Z[ recovery-image] Sep 02 21:57:54.274 INFO O| Sep 02 21:57:54.274 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-09-02T21:57:55.121Z[ recovery-image] Sep 02 21:57:54.283 INFO O| Sep 02 21:57:54.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61972026-09-02T21:57:55.122Z[ recovery-image] Sep 02 21:57:54.283 INFO O| Sep 02 21:57:54.283 INFO STEP 285 (remove_files) COMPLETE
61982026-09-02T21:57:55.122Z[ recovery-image] Sep 02 21:57:54.283 INFO O| Sep 02 21:57:54.283 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-09-02T21:57:55.131Z[ recovery-image] Sep 02 21:57:54.293 INFO O| Sep 02 21:57:54.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
62002026-09-02T21:57:55.131Z[ recovery-image] Sep 02 21:57:54.293 INFO O| Sep 02 21:57:54.293 INFO STEP 286 (remove_files) COMPLETE
62012026-09-02T21:57:55.134Z[ recovery-image] Sep 02 21:57:54.293 INFO O| Sep 02 21:57:54.293 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-09-02T21:57:55.143Z[ recovery-image] Sep 02 21:57:54.305 INFO O| Sep 02 21:57:54.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
62032026-09-02T21:57:55.143Z[ recovery-image] Sep 02 21:57:54.305 INFO O| Sep 02 21:57:54.305 INFO STEP 287 (remove_files) COMPLETE
62042026-09-02T21:57:55.143Z[ recovery-image] Sep 02 21:57:54.305 INFO O| Sep 02 21:57:54.305 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-09-02T21:57:55.154Z[ recovery-image] Sep 02 21:57:54.315 INFO O| Sep 02 21:57:54.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
62062026-09-02T21:57:55.154Z[ recovery-image] Sep 02 21:57:54.315 INFO O| Sep 02 21:57:54.315 INFO STEP 288 (remove_files) COMPLETE
62072026-09-02T21:57:55.154Z[ recovery-image] Sep 02 21:57:54.315 INFO O| Sep 02 21:57:54.315 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-09-02T21:57:55.162Z[ recovery-image] Sep 02 21:57:54.324 INFO O| Sep 02 21:57:54.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
62092026-09-02T21:57:55.163Z[ recovery-image] Sep 02 21:57:54.324 INFO O| Sep 02 21:57:54.324 INFO STEP 289 (remove_files) COMPLETE
62102026-09-02T21:57:55.163Z[ recovery-image] Sep 02 21:57:54.324 INFO O| Sep 02 21:57:54.324 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-09-02T21:57:55.172Z[ recovery-image] Sep 02 21:57:54.334 INFO O| Sep 02 21:57:54.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
62122026-09-02T21:57:55.173Z[ recovery-image] Sep 02 21:57:54.334 INFO O| Sep 02 21:57:54.334 INFO STEP 290 (remove_files) COMPLETE
62132026-09-02T21:57:55.173Z[ recovery-image] Sep 02 21:57:54.334 INFO O| Sep 02 21:57:54.334 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-09-02T21:57:55.184Z[ recovery-image] Sep 02 21:57:54.346 INFO O| Sep 02 21:57:54.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
62152026-09-02T21:57:55.184Z[ recovery-image] Sep 02 21:57:54.346 INFO O| Sep 02 21:57:54.346 INFO STEP 291 (remove_files) COMPLETE
62162026-09-02T21:57:55.184Z[ recovery-image] Sep 02 21:57:54.346 INFO O| Sep 02 21:57:54.346 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-09-02T21:57:55.197Z[ recovery-image] Sep 02 21:57:54.359 INFO O| Sep 02 21:57:54.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
62182026-09-02T21:57:55.197Z[ recovery-image] Sep 02 21:57:54.359 INFO O| Sep 02 21:57:54.359 INFO STEP 292 (remove_files) COMPLETE
62192026-09-02T21:57:55.197Z[ recovery-image] Sep 02 21:57:54.359 INFO O| Sep 02 21:57:54.359 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-09-02T21:57:55.209Z[ recovery-image] Sep 02 21:57:54.371 INFO O| Sep 02 21:57:54.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
62212026-09-02T21:57:55.209Z[ recovery-image] Sep 02 21:57:54.371 INFO O| Sep 02 21:57:54.371 INFO STEP 293 (remove_files) COMPLETE
62222026-09-02T21:57:55.213Z[ recovery-image] Sep 02 21:57:54.371 INFO O| Sep 02 21:57:54.371 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-09-02T21:57:55.222Z[ recovery-image] Sep 02 21:57:54.382 INFO O| Sep 02 21:57:54.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
62242026-09-02T21:57:55.223Z[ recovery-image] Sep 02 21:57:54.382 INFO O| Sep 02 21:57:54.382 INFO STEP 294 (remove_files) COMPLETE
62252026-09-02T21:57:55.223Z[ recovery-image] Sep 02 21:57:54.382 INFO O| Sep 02 21:57:54.382 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-09-02T21:57:55.231Z[ recovery-image] Sep 02 21:57:54.393 INFO O| Sep 02 21:57:54.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
62272026-09-02T21:57:55.231Z[ recovery-image] Sep 02 21:57:54.393 INFO O| Sep 02 21:57:54.393 INFO STEP 295 (remove_files) COMPLETE
62282026-09-02T21:57:55.231Z[ recovery-image] Sep 02 21:57:54.393 INFO O| Sep 02 21:57:54.393 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-09-02T21:57:55.255Z[ recovery-image] Sep 02 21:57:54.417 INFO O| Sep 02 21:57:54.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
62302026-09-02T21:57:55.255Z[ recovery-image] Sep 02 21:57:54.417 INFO O| Sep 02 21:57:54.417 INFO STEP 296 (remove_files) COMPLETE
62312026-09-02T21:57:55.255Z[ recovery-image] Sep 02 21:57:54.417 INFO O| Sep 02 21:57:54.417 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-09-02T21:57:55.265Z[ recovery-image] Sep 02 21:57:54.427 INFO O| Sep 02 21:57:54.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
62332026-09-02T21:57:55.266Z[ recovery-image] Sep 02 21:57:54.427 INFO O| Sep 02 21:57:54.427 INFO STEP 297 (remove_files) COMPLETE
62342026-09-02T21:57:55.266Z[ recovery-image] Sep 02 21:57:54.427 INFO O| Sep 02 21:57:54.427 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-09-02T21:57:55.278Z[ recovery-image] Sep 02 21:57:54.438 INFO O| Sep 02 21:57:54.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
62362026-09-02T21:57:55.278Z[ recovery-image] Sep 02 21:57:54.439 INFO O| Sep 02 21:57:54.439 INFO STEP 298 (remove_files) COMPLETE
62372026-09-02T21:57:55.283Z[ recovery-image] Sep 02 21:57:54.439 INFO O| Sep 02 21:57:54.439 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-09-02T21:57:55.288Z[ recovery-image] Sep 02 21:57:54.450 INFO O| Sep 02 21:57:54.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62392026-09-02T21:57:55.289Z[ recovery-image] Sep 02 21:57:54.450 INFO O| Sep 02 21:57:54.450 INFO STEP 299 (remove_files) COMPLETE
62402026-09-02T21:57:55.294Z[ recovery-image] Sep 02 21:57:54.450 INFO O| Sep 02 21:57:54.450 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-09-02T21:57:55.298Z[ recovery-image] Sep 02 21:57:54.459 INFO O| Sep 02 21:57:54.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62422026-09-02T21:57:55.298Z[ recovery-image] Sep 02 21:57:54.459 INFO O| Sep 02 21:57:54.459 INFO STEP 300 (remove_files) COMPLETE
62432026-09-02T21:57:55.302Z[ recovery-image] Sep 02 21:57:54.459 INFO O| Sep 02 21:57:54.459 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-09-02T21:57:55.321Z[ recovery-image] Sep 02 21:57:54.481 INFO O| Sep 02 21:57:54.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62452026-09-02T21:57:55.321Z[ recovery-image] Sep 02 21:57:54.481 INFO O| Sep 02 21:57:54.481 INFO STEP 301 (remove_files) COMPLETE
62462026-09-02T21:57:55.321Z[ recovery-image] Sep 02 21:57:54.481 INFO O| Sep 02 21:57:54.481 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-09-02T21:57:55.329Z[ recovery-image] Sep 02 21:57:54.492 INFO O| Sep 02 21:57:54.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62482026-09-02T21:57:55.330Z[ recovery-image] Sep 02 21:57:54.492 INFO O| Sep 02 21:57:54.492 INFO STEP 302 (remove_files) COMPLETE
62492026-09-02T21:57:55.333Z[ recovery-image] Sep 02 21:57:54.492 INFO O| Sep 02 21:57:54.492 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-09-02T21:57:55.342Z[ recovery-image] Sep 02 21:57:54.504 INFO O| Sep 02 21:57:54.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62512026-09-02T21:57:55.342Z[ recovery-image] Sep 02 21:57:54.504 INFO O| Sep 02 21:57:54.504 INFO STEP 303 (remove_files) COMPLETE
62522026-09-02T21:57:55.342Z[ recovery-image] Sep 02 21:57:54.504 INFO O| Sep 02 21:57:54.504 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-09-02T21:57:55.355Z[ recovery-image] Sep 02 21:57:54.515 INFO O| Sep 02 21:57:54.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62542026-09-02T21:57:55.355Z[ recovery-image] Sep 02 21:57:54.515 INFO O| Sep 02 21:57:54.515 INFO STEP 304 (remove_files) COMPLETE
62552026-09-02T21:57:55.355Z[ recovery-image] Sep 02 21:57:54.515 INFO O| Sep 02 21:57:54.515 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-09-02T21:57:55.365Z[ recovery-image] Sep 02 21:57:54.527 INFO O| Sep 02 21:57:54.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62572026-09-02T21:57:55.365Z[ recovery-image] Sep 02 21:57:54.527 INFO O| Sep 02 21:57:54.527 INFO STEP 305 (remove_files) COMPLETE
62582026-09-02T21:57:55.365Z[ recovery-image] Sep 02 21:57:54.527 INFO O| Sep 02 21:57:54.527 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-09-02T21:57:55.377Z[ recovery-image] Sep 02 21:57:54.538 INFO O| Sep 02 21:57:54.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62602026-09-02T21:57:55.378Z[ recovery-image] Sep 02 21:57:54.538 INFO O| Sep 02 21:57:54.538 INFO STEP 306 (remove_files) COMPLETE
62612026-09-02T21:57:55.378Z[ recovery-image] Sep 02 21:57:54.538 INFO O| Sep 02 21:57:54.538 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-09-02T21:57:55.388Z[ recovery-image] Sep 02 21:57:54.550 INFO O| Sep 02 21:57:54.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62632026-09-02T21:57:55.389Z[ recovery-image] Sep 02 21:57:54.550 INFO O| Sep 02 21:57:54.550 INFO STEP 307 (remove_files) COMPLETE
62642026-09-02T21:57:55.389Z[ recovery-image] Sep 02 21:57:54.550 INFO O| Sep 02 21:57:54.550 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-09-02T21:57:55.400Z[ recovery-image] Sep 02 21:57:54.562 INFO O| Sep 02 21:57:54.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62662026-09-02T21:57:55.400Z[ recovery-image] Sep 02 21:57:54.562 INFO O| Sep 02 21:57:54.562 INFO STEP 308 (remove_files) COMPLETE
62672026-09-02T21:57:55.400Z[ recovery-image] Sep 02 21:57:54.562 INFO O| Sep 02 21:57:54.562 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-09-02T21:57:55.411Z[ recovery-image] Sep 02 21:57:54.573 INFO O| Sep 02 21:57:54.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62692026-09-02T21:57:55.411Z[ recovery-image] Sep 02 21:57:54.573 INFO O| Sep 02 21:57:54.573 INFO STEP 309 (remove_files) COMPLETE
62702026-09-02T21:57:55.411Z[ recovery-image] Sep 02 21:57:54.573 INFO O| Sep 02 21:57:54.573 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-09-02T21:57:55.423Z[ recovery-image] Sep 02 21:57:54.585 INFO O| Sep 02 21:57:54.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62722026-09-02T21:57:55.423Z[ recovery-image] Sep 02 21:57:54.585 INFO O| Sep 02 21:57:54.585 INFO STEP 310 (remove_files) COMPLETE
62732026-09-02T21:57:55.423Z[ recovery-image] Sep 02 21:57:54.585 INFO O| Sep 02 21:57:54.585 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-09-02T21:57:55.433Z[ recovery-image] Sep 02 21:57:54.595 INFO O| Sep 02 21:57:54.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62752026-09-02T21:57:55.434Z[ recovery-image] Sep 02 21:57:54.595 INFO O| Sep 02 21:57:54.595 INFO STEP 311 (remove_files) COMPLETE
62762026-09-02T21:57:55.434Z[ recovery-image] Sep 02 21:57:54.595 INFO O| Sep 02 21:57:54.595 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-09-02T21:57:55.445Z[ recovery-image] Sep 02 21:57:54.607 INFO O| Sep 02 21:57:54.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62782026-09-02T21:57:55.445Z[ recovery-image] Sep 02 21:57:54.607 INFO O| Sep 02 21:57:54.607 INFO STEP 312 (remove_files) COMPLETE
62792026-09-02T21:57:55.445Z[ recovery-image] Sep 02 21:57:54.607 INFO O| Sep 02 21:57:54.607 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-09-02T21:57:55.456Z[ recovery-image] Sep 02 21:57:54.617 INFO O| Sep 02 21:57:54.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62812026-09-02T21:57:55.456Z[ recovery-image] Sep 02 21:57:54.618 INFO O| Sep 02 21:57:54.618 INFO STEP 313 (remove_files) COMPLETE
62822026-09-02T21:57:55.461Z[ recovery-image] Sep 02 21:57:54.618 INFO O| Sep 02 21:57:54.618 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-09-02T21:57:55.461Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
62842026-09-02T21:57:55.466Z[ recovery-image] Sep 02 21:57:54.628 INFO O| Sep 02 21:57:54.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62852026-09-02T21:57:55.467Z[ recovery-image] Sep 02 21:57:54.628 INFO O| Sep 02 21:57:54.628 INFO STEP 314 (remove_files) COMPLETE
62862026-09-02T21:57:55.467Z[ recovery-image] Sep 02 21:57:54.628 INFO O| Sep 02 21:57:54.628 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-09-02T21:57:55.476Z[ recovery-image] Sep 02 21:57:54.638 INFO O| Sep 02 21:57:54.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62882026-09-02T21:57:55.476Z[ recovery-image] Sep 02 21:57:54.638 INFO O| Sep 02 21:57:54.638 INFO STEP 315 (remove_files) COMPLETE
62892026-09-02T21:57:55.476Z[ recovery-image] Sep 02 21:57:54.638 INFO O| Sep 02 21:57:54.638 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-09-02T21:57:55.486Z[ recovery-image] Sep 02 21:57:54.647 INFO O| Sep 02 21:57:54.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62912026-09-02T21:57:55.490Z[ recovery-image] Sep 02 21:57:54.649 INFO O| Sep 02 21:57:54.649 INFO STEP 316 (remove_files) COMPLETE
62922026-09-02T21:57:55.490Z[ recovery-image] Sep 02 21:57:54.649 INFO O| Sep 02 21:57:54.649 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-09-02T21:57:55.498Z[ recovery-image] Sep 02 21:57:54.660 INFO O| Sep 02 21:57:54.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62942026-09-02T21:57:55.498Z[ recovery-image] Sep 02 21:57:54.660 INFO O| Sep 02 21:57:54.660 INFO STEP 317 (remove_files) COMPLETE
62952026-09-02T21:57:55.498Z[ recovery-image] Sep 02 21:57:54.660 INFO O| Sep 02 21:57:54.660 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-09-02T21:57:55.508Z[ recovery-image] Sep 02 21:57:54.670 INFO O| Sep 02 21:57:54.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62972026-09-02T21:57:55.508Z[ recovery-image] Sep 02 21:57:54.670 INFO O| Sep 02 21:57:54.670 INFO STEP 318 (remove_files) COMPLETE
62982026-09-02T21:57:55.508Z[ recovery-image] Sep 02 21:57:54.670 INFO O| Sep 02 21:57:54.670 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-09-02T21:57:55.518Z[ recovery-image] Sep 02 21:57:54.680 INFO O| Sep 02 21:57:54.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
63002026-09-02T21:57:55.518Z[ recovery-image] Sep 02 21:57:54.680 INFO O| Sep 02 21:57:54.680 INFO STEP 319 (remove_files) COMPLETE
63012026-09-02T21:57:55.518Z[ recovery-image] Sep 02 21:57:54.680 INFO O| Sep 02 21:57:54.680 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-09-02T21:57:55.528Z[ recovery-image] Sep 02 21:57:54.689 INFO O| Sep 02 21:57:54.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
63032026-09-02T21:57:55.528Z[ recovery-image] Sep 02 21:57:54.689 INFO O| Sep 02 21:57:54.689 INFO STEP 320 (remove_files) COMPLETE
63042026-09-02T21:57:55.528Z[ recovery-image] Sep 02 21:57:54.689 INFO O| Sep 02 21:57:54.689 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-09-02T21:57:55.537Z[ recovery-image] Sep 02 21:57:54.699 INFO O| Sep 02 21:57:54.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
63062026-09-02T21:57:55.538Z[ recovery-image] Sep 02 21:57:54.699 INFO O| Sep 02 21:57:54.699 INFO STEP 321 (remove_files) COMPLETE
63072026-09-02T21:57:55.538Z[ recovery-image] Sep 02 21:57:54.699 INFO O| Sep 02 21:57:54.699 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-09-02T21:57:55.542Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
63092026-09-02T21:57:55.549Z[ recovery-image] Sep 02 21:57:54.709 INFO O| Sep 02 21:57:54.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
63102026-09-02T21:57:55.550Z[ recovery-image] Sep 02 21:57:54.710 INFO O| Sep 02 21:57:54.709 INFO STEP 322 (remove_files) COMPLETE
63112026-09-02T21:57:55.553Z[ recovery-image] Sep 02 21:57:54.710 INFO O| Sep 02 21:57:54.709 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-09-02T21:57:55.560Z[ recovery-image] Sep 02 21:57:54.721 INFO O| Sep 02 21:57:54.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
63132026-09-02T21:57:55.560Z[ recovery-image] Sep 02 21:57:54.722 INFO O| Sep 02 21:57:54.722 INFO STEP 323 (remove_files) COMPLETE
63142026-09-02T21:57:55.560Z[ recovery-image] Sep 02 21:57:54.722 INFO O| Sep 02 21:57:54.722 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-09-02T21:57:55.574Z[ recovery-image] Sep 02 21:57:54.736 INFO O| Sep 02 21:57:54.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
63162026-09-02T21:57:55.574Z[ recovery-image] Sep 02 21:57:54.736 INFO O| Sep 02 21:57:54.736 INFO STEP 324 (remove_files) COMPLETE
63172026-09-02T21:57:55.574Z[ recovery-image] Sep 02 21:57:54.736 INFO O| Sep 02 21:57:54.736 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-09-02T21:57:55.585Z[ recovery-image] Sep 02 21:57:54.747 INFO O| Sep 02 21:57:54.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
63192026-09-02T21:57:55.585Z[ recovery-image] Sep 02 21:57:54.747 INFO O| Sep 02 21:57:54.747 INFO STEP 325 (remove_files) COMPLETE
63202026-09-02T21:57:55.585Z[ recovery-image] Sep 02 21:57:54.747 INFO O| Sep 02 21:57:54.747 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-09-02T21:57:55.596Z[ recovery-image] Sep 02 21:57:54.758 INFO O| Sep 02 21:57:54.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
63222026-09-02T21:57:55.596Z[ recovery-image] Sep 02 21:57:54.758 INFO O| Sep 02 21:57:54.758 INFO STEP 326 (remove_files) COMPLETE
63232026-09-02T21:57:55.596Z[ recovery-image] Sep 02 21:57:54.758 INFO O| Sep 02 21:57:54.758 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63242026-09-02T21:57:55.608Z[ recovery-image] Sep 02 21:57:54.769 INFO O| Sep 02 21:57:54.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
63252026-09-02T21:57:55.608Z[ recovery-image] Sep 02 21:57:54.769 INFO O| Sep 02 21:57:54.769 INFO STEP 327 (remove_files) COMPLETE
63262026-09-02T21:57:55.608Z[ recovery-image] Sep 02 21:57:54.769 INFO O| Sep 02 21:57:54.769 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63272026-09-02T21:57:55.619Z[ recovery-image] Sep 02 21:57:54.781 INFO O| Sep 02 21:57:54.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
63282026-09-02T21:57:55.619Z[ recovery-image] Sep 02 21:57:54.781 INFO O| Sep 02 21:57:54.781 INFO STEP 328 (remove_files) COMPLETE
63292026-09-02T21:57:55.619Z[ recovery-image] Sep 02 21:57:54.781 INFO O| Sep 02 21:57:54.781 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63302026-09-02T21:57:55.631Z[ recovery-image] Sep 02 21:57:54.793 INFO O| Sep 02 21:57:54.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
63312026-09-02T21:57:55.631Z[ recovery-image] Sep 02 21:57:54.793 INFO O| Sep 02 21:57:54.793 INFO STEP 329 (remove_files) COMPLETE
63322026-09-02T21:57:55.631Z[ recovery-image] Sep 02 21:57:54.793 INFO O| Sep 02 21:57:54.793 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63332026-09-02T21:57:55.642Z[ recovery-image] Sep 02 21:57:54.804 INFO O| Sep 02 21:57:54.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
63342026-09-02T21:57:55.643Z[ recovery-image] Sep 02 21:57:54.804 INFO O| Sep 02 21:57:54.804 INFO STEP 330 (remove_files) COMPLETE
63352026-09-02T21:57:55.643Z[ recovery-image] Sep 02 21:57:54.804 INFO O| Sep 02 21:57:54.804 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63362026-09-02T21:57:55.652Z[ recovery-image] Sep 02 21:57:54.814 INFO O| Sep 02 21:57:54.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63372026-09-02T21:57:55.652Z[ recovery-image] Sep 02 21:57:54.814 INFO O| Sep 02 21:57:54.814 INFO STEP 331 (remove_files) COMPLETE
63382026-09-02T21:57:55.657Z[ recovery-image] Sep 02 21:57:54.814 INFO O| Sep 02 21:57:54.814 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63392026-09-02T21:57:55.662Z[ recovery-image] Sep 02 21:57:54.824 INFO O| Sep 02 21:57:54.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63402026-09-02T21:57:55.662Z[ recovery-image] Sep 02 21:57:54.824 INFO O| Sep 02 21:57:54.824 INFO STEP 332 (remove_files) COMPLETE
63412026-09-02T21:57:55.662Z[ recovery-image] Sep 02 21:57:54.824 INFO O| Sep 02 21:57:54.824 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63422026-09-02T21:57:55.673Z[ recovery-image] Sep 02 21:57:54.835 INFO O| Sep 02 21:57:54.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63432026-09-02T21:57:55.673Z[ recovery-image] Sep 02 21:57:54.835 INFO O| Sep 02 21:57:54.835 INFO STEP 333 (remove_files) COMPLETE
63442026-09-02T21:57:55.677Z[ recovery-image] Sep 02 21:57:54.835 INFO O| Sep 02 21:57:54.835 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63452026-09-02T21:57:55.684Z[ recovery-image] Sep 02 21:57:54.846 INFO O| Sep 02 21:57:54.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63462026-09-02T21:57:55.684Z[ recovery-image] Sep 02 21:57:54.846 INFO O| Sep 02 21:57:54.846 INFO STEP 334 (remove_files) COMPLETE
63472026-09-02T21:57:55.689Z[ recovery-image] Sep 02 21:57:54.846 INFO O| Sep 02 21:57:54.846 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63482026-09-02T21:57:55.693Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
63492026-09-02T21:57:55.696Z[ recovery-image] Sep 02 21:57:54.855 INFO O| Sep 02 21:57:54.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63502026-09-02T21:57:55.696Z[ recovery-image] Sep 02 21:57:54.855 INFO O| Sep 02 21:57:54.855 INFO STEP 335 (remove_files) COMPLETE
63512026-09-02T21:57:55.696Z[ recovery-image] Sep 02 21:57:54.855 INFO O| Sep 02 21:57:54.855 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-09-02T21:57:55.703Z[ recovery-image] Sep 02 21:57:54.864 INFO O| Sep 02 21:57:54.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63532026-09-02T21:57:55.703Z[ recovery-image] Sep 02 21:57:54.864 INFO O| Sep 02 21:57:54.864 INFO STEP 336 (remove_files) COMPLETE
63542026-09-02T21:57:55.703Z[ recovery-image] Sep 02 21:57:54.864 INFO O| Sep 02 21:57:54.864 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-09-02T21:57:55.712Z[ recovery-image] Sep 02 21:57:54.873 INFO O| Sep 02 21:57:54.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63562026-09-02T21:57:55.712Z[ recovery-image] Sep 02 21:57:54.873 INFO O| Sep 02 21:57:54.873 INFO STEP 337 (remove_files) COMPLETE
63572026-09-02T21:57:55.716Z[ recovery-image] Sep 02 21:57:54.873 INFO O| Sep 02 21:57:54.873 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-09-02T21:57:55.721Z[ recovery-image] Sep 02 21:57:54.883 INFO O| Sep 02 21:57:54.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63592026-09-02T21:57:55.721Z[ recovery-image] Sep 02 21:57:54.883 INFO O| Sep 02 21:57:54.883 INFO STEP 338 (remove_files) COMPLETE
63602026-09-02T21:57:55.721Z[ recovery-image] Sep 02 21:57:54.883 INFO O| Sep 02 21:57:54.883 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-09-02T21:57:55.731Z[ recovery-image] Sep 02 21:57:54.893 INFO O| Sep 02 21:57:54.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63622026-09-02T21:57:55.731Z[ recovery-image] Sep 02 21:57:54.893 INFO O| Sep 02 21:57:54.893 INFO STEP 339 (remove_files) COMPLETE
63632026-09-02T21:57:55.735Z[ recovery-image] Sep 02 21:57:54.893 INFO O| Sep 02 21:57:54.893 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-09-02T21:57:55.740Z[ recovery-image] Sep 02 21:57:54.902 INFO O| Sep 02 21:57:54.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63652026-09-02T21:57:55.740Z[ recovery-image] Sep 02 21:57:54.902 INFO O| Sep 02 21:57:54.902 INFO STEP 340 (remove_files) COMPLETE
63662026-09-02T21:57:55.740Z[ recovery-image] Sep 02 21:57:54.902 INFO O| Sep 02 21:57:54.902 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-09-02T21:57:55.750Z[ recovery-image] Sep 02 21:57:54.912 INFO O| Sep 02 21:57:54.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63682026-09-02T21:57:55.751Z[ recovery-image] Sep 02 21:57:54.912 INFO O| Sep 02 21:57:54.912 INFO STEP 341 (remove_files) COMPLETE
63692026-09-02T21:57:55.814Z[ recovery-image] Sep 02 21:57:54.912 INFO O| Sep 02 21:57:54.912 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-09-02T21:57:55.814Z[ recovery-image] Sep 02 21:57:54.921 INFO O| Sep 02 21:57:54.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63712026-09-02T21:57:55.814Z[ recovery-image] Sep 02 21:57:54.921 INFO O| Sep 02 21:57:54.921 INFO STEP 342 (remove_files) COMPLETE
63722026-09-02T21:57:55.814Z[ recovery-image] Sep 02 21:57:54.921 INFO O| Sep 02 21:57:54.921 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-09-02T21:57:55.814Z[ recovery-image] Sep 02 21:57:54.930 INFO O| Sep 02 21:57:54.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63742026-09-02T21:57:55.814Z[ recovery-image] Sep 02 21:57:54.930 INFO O| Sep 02 21:57:54.930 INFO STEP 343 (remove_files) COMPLETE
63752026-09-02T21:57:55.814Z[ recovery-image] Sep 02 21:57:54.930 INFO O| Sep 02 21:57:54.930 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-09-02T21:57:55.814Z[ recovery-image] Sep 02 21:57:54.940 INFO O| Sep 02 21:57:54.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63772026-09-02T21:57:55.814Z[ recovery-image] Sep 02 21:57:54.940 INFO O| Sep 02 21:57:54.940 INFO STEP 344 (remove_files) COMPLETE
63782026-09-02T21:57:55.814Z[ recovery-image] Sep 02 21:57:54.940 INFO O| Sep 02 21:57:54.940 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-09-02T21:57:55.814Z[ recovery-image] Sep 02 21:57:54.949 INFO O| Sep 02 21:57:54.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63802026-09-02T21:57:55.814Z[ recovery-image] Sep 02 21:57:54.949 INFO O| Sep 02 21:57:54.949 INFO STEP 345 (remove_files) COMPLETE
63812026-09-02T21:57:55.814Z[ recovery-image] Sep 02 21:57:54.949 INFO O| Sep 02 21:57:54.949 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-09-02T21:57:55.814Z[ recovery-image] Sep 02 21:57:54.958 INFO O| Sep 02 21:57:54.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63832026-09-02T21:57:55.815Z[ recovery-image] Sep 02 21:57:54.959 INFO O| Sep 02 21:57:54.958 INFO STEP 346 (remove_files) COMPLETE
63842026-09-02T21:57:55.815Z[ recovery-image] Sep 02 21:57:54.959 INFO O| Sep 02 21:57:54.958 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-09-02T21:57:55.815Z[ recovery-image] Sep 02 21:57:54.967 INFO O| Sep 02 21:57:54.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63862026-09-02T21:57:55.815Z[ recovery-image] Sep 02 21:57:54.967 INFO O| Sep 02 21:57:54.967 INFO STEP 347 (remove_files) COMPLETE
63872026-09-02T21:57:55.815Z[ recovery-image] Sep 02 21:57:54.967 INFO O| Sep 02 21:57:54.967 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-09-02T21:57:55.819Z[ recovery-image] Sep 02 21:57:54.976 INFO O| Sep 02 21:57:54.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63892026-09-02T21:57:55.819Z[ recovery-image] Sep 02 21:57:54.976 INFO O| Sep 02 21:57:54.976 INFO STEP 348 (remove_files) COMPLETE
63902026-09-02T21:57:55.819Z[ recovery-image] Sep 02 21:57:54.976 INFO O| Sep 02 21:57:54.976 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-09-02T21:57:55.823Z[ recovery-image] Sep 02 21:57:54.985 INFO O| Sep 02 21:57:54.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63922026-09-02T21:57:55.827Z[ recovery-image] Sep 02 21:57:54.986 INFO O| Sep 02 21:57:54.986 INFO STEP 349 (remove_files) COMPLETE
63932026-09-02T21:57:55.827Z[ recovery-image] Sep 02 21:57:54.986 INFO O| Sep 02 21:57:54.986 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-09-02T21:57:55.834Z[ recovery-image] Sep 02 21:57:54.996 INFO O| Sep 02 21:57:54.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63952026-09-02T21:57:55.834Z[ recovery-image] Sep 02 21:57:54.996 INFO O| Sep 02 21:57:54.996 INFO STEP 350 (remove_files) COMPLETE
63962026-09-02T21:57:55.834Z[ recovery-image] Sep 02 21:57:54.996 INFO O| Sep 02 21:57:54.996 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-09-02T21:57:55.843Z[ recovery-image] Sep 02 21:57:55.005 INFO O| Sep 02 21:57:55.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63982026-09-02T21:57:55.844Z[ recovery-image] Sep 02 21:57:55.005 INFO O| Sep 02 21:57:55.005 INFO STEP 351 (remove_files) COMPLETE
63992026-09-02T21:57:55.848Z[ recovery-image] Sep 02 21:57:55.005 INFO O| Sep 02 21:57:55.005 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-09-02T21:57:55.853Z[ recovery-image] Sep 02 21:57:55.016 INFO O| Sep 02 21:57:55.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
64012026-09-02T21:57:55.854Z[ recovery-image] Sep 02 21:57:55.016 INFO O| Sep 02 21:57:55.016 INFO STEP 352 (remove_files) COMPLETE
64022026-09-02T21:57:55.854Z[ recovery-image] Sep 02 21:57:55.016 INFO O| Sep 02 21:57:55.016 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-09-02T21:57:55.859Z[verify-libraries] Compiling samael v0.0.19
64042026-09-02T21:57:55.863Z[ recovery-image] Sep 02 21:57:55.026 INFO O| Sep 02 21:57:55.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
64052026-09-02T21:57:55.863Z[ recovery-image] Sep 02 21:57:55.026 INFO O| Sep 02 21:57:55.026 INFO STEP 353 (remove_files) COMPLETE
64062026-09-02T21:57:55.863Z[ recovery-image] Sep 02 21:57:55.026 INFO O| Sep 02 21:57:55.026 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-09-02T21:57:55.875Z[ recovery-image] Sep 02 21:57:55.036 INFO O| Sep 02 21:57:55.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
64082026-09-02T21:57:55.875Z[ recovery-image] Sep 02 21:57:55.036 INFO O| Sep 02 21:57:55.036 INFO STEP 354 (remove_files) COMPLETE
64092026-09-02T21:57:55.875Z[ recovery-image] Sep 02 21:57:55.036 INFO O| Sep 02 21:57:55.036 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-09-02T21:57:55.886Z[ recovery-image] Sep 02 21:57:55.047 INFO O| Sep 02 21:57:55.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
64112026-09-02T21:57:55.886Z[ recovery-image] Sep 02 21:57:55.047 INFO O| Sep 02 21:57:55.047 INFO STEP 355 (remove_files) COMPLETE
64122026-09-02T21:57:55.886Z[ recovery-image] Sep 02 21:57:55.047 INFO O| Sep 02 21:57:55.047 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-09-02T21:57:55.898Z[ recovery-image] Sep 02 21:57:55.059 INFO O| Sep 02 21:57:55.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
64142026-09-02T21:57:55.899Z[ recovery-image] Sep 02 21:57:55.059 INFO O| Sep 02 21:57:55.059 INFO STEP 356 (remove_files) COMPLETE
64152026-09-02T21:57:55.902Z[ recovery-image] Sep 02 21:57:55.059 INFO O| Sep 02 21:57:55.059 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-09-02T21:57:55.953Z[ recovery-image] Sep 02 21:57:55.114 INFO O| Sep 02 21:57:55.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
64172026-09-02T21:57:55.958Z[ recovery-image] Sep 02 21:57:55.114 INFO O| Sep 02 21:57:55.114 INFO STEP 357 (remove_files) COMPLETE
64182026-09-02T21:57:55.958Z[ recovery-image] Sep 02 21:57:55.114 INFO O| Sep 02 21:57:55.114 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-09-02T21:57:55.963Z[ recovery-image] Sep 02 21:57:55.125 INFO O| Sep 02 21:57:55.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
64202026-09-02T21:57:55.963Z[ recovery-image] Sep 02 21:57:55.125 INFO O| Sep 02 21:57:55.125 INFO STEP 358 (remove_files) COMPLETE
64212026-09-02T21:57:55.963Z[ recovery-image] Sep 02 21:57:55.125 INFO O| Sep 02 21:57:55.125 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-09-02T21:57:55.975Z[ recovery-image] Sep 02 21:57:55.137 INFO O| Sep 02 21:57:55.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
64232026-09-02T21:57:55.975Z[ recovery-image] Sep 02 21:57:55.137 INFO O| Sep 02 21:57:55.137 INFO STEP 359 (remove_files) COMPLETE
64242026-09-02T21:57:55.975Z[ recovery-image] Sep 02 21:57:55.137 INFO O| Sep 02 21:57:55.137 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-09-02T21:57:55.988Z[ recovery-image] Sep 02 21:57:55.149 INFO O| Sep 02 21:57:55.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
64262026-09-02T21:57:55.988Z[ recovery-image] Sep 02 21:57:55.150 INFO O| Sep 02 21:57:55.149 INFO STEP 360 (remove_files) COMPLETE
64272026-09-02T21:57:55.988Z[ recovery-image] Sep 02 21:57:55.150 INFO O| Sep 02 21:57:55.149 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-09-02T21:57:55.999Z[ recovery-image] Sep 02 21:57:55.161 INFO O| Sep 02 21:57:55.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
64292026-09-02T21:57:55.999Z[ recovery-image] Sep 02 21:57:55.161 INFO O| Sep 02 21:57:55.161 INFO STEP 361 (remove_files) COMPLETE
64302026-09-02T21:57:55.999Z[ recovery-image] Sep 02 21:57:55.161 INFO O| Sep 02 21:57:55.161 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-09-02T21:57:56.010Z[ recovery-image] Sep 02 21:57:55.170 INFO O| Sep 02 21:57:55.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
64322026-09-02T21:57:56.010Z[ recovery-image] Sep 02 21:57:55.171 INFO O| Sep 02 21:57:55.171 INFO STEP 362 (remove_files) COMPLETE
64332026-09-02T21:57:56.010Z[ recovery-image] Sep 02 21:57:55.171 INFO O| Sep 02 21:57:55.171 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-09-02T21:57:56.019Z[ recovery-image] Sep 02 21:57:55.180 INFO O| Sep 02 21:57:55.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
64352026-09-02T21:57:56.019Z[ recovery-image] Sep 02 21:57:55.180 INFO O| Sep 02 21:57:55.180 INFO STEP 363 (remove_files) COMPLETE
64362026-09-02T21:57:56.019Z[ recovery-image] Sep 02 21:57:55.180 INFO O| Sep 02 21:57:55.180 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-09-02T21:57:56.027Z[ recovery-image] Sep 02 21:57:55.189 INFO O| Sep 02 21:57:55.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64382026-09-02T21:57:56.027Z[ recovery-image] Sep 02 21:57:55.189 INFO O| Sep 02 21:57:55.189 INFO STEP 364 (remove_files) COMPLETE
64392026-09-02T21:57:56.027Z[ recovery-image] Sep 02 21:57:55.189 INFO O| Sep 02 21:57:55.189 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-09-02T21:57:56.038Z[ recovery-image] Sep 02 21:57:55.199 INFO O| Sep 02 21:57:55.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64412026-09-02T21:57:56.038Z[ recovery-image] Sep 02 21:57:55.199 INFO O| Sep 02 21:57:55.199 INFO STEP 365 (remove_files) COMPLETE
64422026-09-02T21:57:56.038Z[ recovery-image] Sep 02 21:57:55.199 INFO O| Sep 02 21:57:55.199 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-09-02T21:57:56.047Z[ recovery-image] Sep 02 21:57:55.209 INFO O| Sep 02 21:57:55.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64442026-09-02T21:57:56.047Z[ recovery-image] Sep 02 21:57:55.209 INFO O| Sep 02 21:57:55.209 INFO STEP 366 (remove_files) COMPLETE
64452026-09-02T21:57:56.047Z[ recovery-image] Sep 02 21:57:55.209 INFO O| Sep 02 21:57:55.209 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-09-02T21:57:56.056Z[ recovery-image] Sep 02 21:57:55.218 INFO O| Sep 02 21:57:55.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64472026-09-02T21:57:56.056Z[ recovery-image] Sep 02 21:57:55.218 INFO O| Sep 02 21:57:55.218 INFO STEP 367 (remove_files) COMPLETE
64482026-09-02T21:57:56.056Z[ recovery-image] Sep 02 21:57:55.218 INFO O| Sep 02 21:57:55.218 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-09-02T21:57:56.066Z[ recovery-image] Sep 02 21:57:55.228 INFO O| Sep 02 21:57:55.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64502026-09-02T21:57:56.066Z[ recovery-image] Sep 02 21:57:55.228 INFO O| Sep 02 21:57:55.228 INFO STEP 368 (remove_files) COMPLETE
64512026-09-02T21:57:56.066Z[ recovery-image] Sep 02 21:57:55.228 INFO O| Sep 02 21:57:55.228 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-09-02T21:57:56.076Z[ recovery-image] Sep 02 21:57:55.238 INFO O| Sep 02 21:57:55.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64532026-09-02T21:57:56.076Z[ recovery-image] Sep 02 21:57:55.238 INFO O| Sep 02 21:57:55.238 INFO STEP 369 (remove_files) COMPLETE
64542026-09-02T21:57:56.076Z[ recovery-image] Sep 02 21:57:55.238 INFO O| Sep 02 21:57:55.238 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-09-02T21:57:56.086Z[ recovery-image] Sep 02 21:57:55.248 INFO O| Sep 02 21:57:55.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64562026-09-02T21:57:56.087Z[ recovery-image] Sep 02 21:57:55.248 INFO O| Sep 02 21:57:55.248 INFO STEP 370 (remove_files) COMPLETE
64572026-09-02T21:57:56.087Z[ recovery-image] Sep 02 21:57:55.248 INFO O| Sep 02 21:57:55.248 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-09-02T21:57:56.097Z[ recovery-image] Sep 02 21:57:55.258 INFO O| Sep 02 21:57:55.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64592026-09-02T21:57:56.097Z[ recovery-image] Sep 02 21:57:55.258 INFO O| Sep 02 21:57:55.258 INFO STEP 371 (remove_files) COMPLETE
64602026-09-02T21:57:56.097Z[ recovery-image] Sep 02 21:57:55.258 INFO O| Sep 02 21:57:55.258 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-09-02T21:57:56.109Z[ recovery-image] Sep 02 21:57:55.269 INFO O| Sep 02 21:57:55.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64622026-09-02T21:57:56.109Z[ recovery-image] Sep 02 21:57:55.269 INFO O| Sep 02 21:57:55.269 INFO STEP 372 (remove_files) COMPLETE
64632026-09-02T21:57:56.109Z[ recovery-image] Sep 02 21:57:55.269 INFO O| Sep 02 21:57:55.269 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-09-02T21:57:56.126Z[ recovery-image] Sep 02 21:57:55.288 INFO O| Sep 02 21:57:55.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64652026-09-02T21:57:56.150Z[ recovery-image] Sep 02 21:57:55.312 INFO O| Sep 02 21:57:55.312 INFO STEP 373 (remove_files) COMPLETE
64662026-09-02T21:57:56.150Z[ recovery-image] Sep 02 21:57:55.312 INFO O| Sep 02 21:57:55.312 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-09-02T21:57:56.160Z[ recovery-image] Sep 02 21:57:55.321 INFO O| Sep 02 21:57:55.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64682026-09-02T21:57:56.160Z[ recovery-image] Sep 02 21:57:55.321 INFO O| Sep 02 21:57:55.321 INFO STEP 374 (remove_files) COMPLETE
64692026-09-02T21:57:56.165Z[ recovery-image] Sep 02 21:57:55.321 INFO O| Sep 02 21:57:55.321 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-09-02T21:57:56.169Z[ recovery-image] Sep 02 21:57:55.331 INFO O| Sep 02 21:57:55.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64712026-09-02T21:57:56.169Z[ recovery-image] Sep 02 21:57:55.331 INFO O| Sep 02 21:57:55.331 INFO STEP 375 (remove_files) COMPLETE
64722026-09-02T21:57:56.210Z[ recovery-image] Sep 02 21:57:55.331 INFO O| Sep 02 21:57:55.331 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-09-02T21:57:56.210Z[ recovery-image] Sep 02 21:57:55.341 INFO O| Sep 02 21:57:55.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64742026-09-02T21:57:56.210Z[ recovery-image] Sep 02 21:57:55.341 INFO O| Sep 02 21:57:55.341 INFO STEP 376 (remove_files) COMPLETE
64752026-09-02T21:57:56.210Z[ recovery-image] Sep 02 21:57:55.341 INFO O| Sep 02 21:57:55.341 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-09-02T21:57:56.210Z[ recovery-image] Sep 02 21:57:55.352 INFO O| Sep 02 21:57:55.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64772026-09-02T21:57:56.210Z[ recovery-image] Sep 02 21:57:55.352 INFO O| Sep 02 21:57:55.352 INFO STEP 377 (remove_files) COMPLETE
64782026-09-02T21:57:56.210Z[ recovery-image] Sep 02 21:57:55.352 INFO O| Sep 02 21:57:55.352 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-09-02T21:57:56.210Z[ recovery-image] Sep 02 21:57:55.363 INFO O| Sep 02 21:57:55.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64802026-09-02T21:57:56.210Z[ recovery-image] Sep 02 21:57:55.364 INFO O| Sep 02 21:57:55.364 INFO STEP 378 (remove_files) COMPLETE
64812026-09-02T21:57:56.210Z[ recovery-image] Sep 02 21:57:55.364 INFO O| Sep 02 21:57:55.364 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-09-02T21:57:56.216Z[ recovery-image] Sep 02 21:57:55.374 INFO O| Sep 02 21:57:55.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64832026-09-02T21:57:56.216Z[ recovery-image] Sep 02 21:57:55.374 INFO O| Sep 02 21:57:55.374 INFO STEP 379 (remove_files) COMPLETE
64842026-09-02T21:57:56.216Z[ recovery-image] Sep 02 21:57:55.374 INFO O| Sep 02 21:57:55.374 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-09-02T21:57:56.222Z[ recovery-image] Sep 02 21:57:55.384 INFO O| Sep 02 21:57:55.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64862026-09-02T21:57:56.225Z[ recovery-image] Sep 02 21:57:55.384 INFO O| Sep 02 21:57:55.384 INFO STEP 380 (remove_files) COMPLETE
64872026-09-02T21:57:56.226Z[ recovery-image] Sep 02 21:57:55.384 INFO O| Sep 02 21:57:55.384 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-09-02T21:57:56.232Z[ recovery-image] Sep 02 21:57:55.394 INFO O| Sep 02 21:57:55.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64892026-09-02T21:57:56.233Z[ recovery-image] Sep 02 21:57:55.394 INFO O| Sep 02 21:57:55.394 INFO STEP 381 (remove_files) COMPLETE
64902026-09-02T21:57:56.233Z[ recovery-image] Sep 02 21:57:55.394 INFO O| Sep 02 21:57:55.394 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-09-02T21:57:56.244Z[ recovery-image] Sep 02 21:57:55.406 INFO O| Sep 02 21:57:55.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64922026-09-02T21:57:56.244Z[ recovery-image] Sep 02 21:57:55.406 INFO O| Sep 02 21:57:55.406 INFO STEP 382 (remove_files) COMPLETE
64932026-09-02T21:57:56.248Z[ recovery-image] Sep 02 21:57:55.406 INFO O| Sep 02 21:57:55.406 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-09-02T21:57:56.257Z[ recovery-image] Sep 02 21:57:55.419 INFO O| Sep 02 21:57:55.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64952026-09-02T21:57:56.257Z[ recovery-image] Sep 02 21:57:55.419 INFO O| Sep 02 21:57:55.419 INFO STEP 383 (remove_files) COMPLETE
64962026-09-02T21:57:56.262Z[ recovery-image] Sep 02 21:57:55.419 INFO O| Sep 02 21:57:55.419 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-09-02T21:57:56.267Z[ recovery-image] Sep 02 21:57:55.429 INFO O| Sep 02 21:57:55.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64982026-09-02T21:57:56.267Z[ recovery-image] Sep 02 21:57:55.429 INFO O| Sep 02 21:57:55.429 INFO STEP 384 (remove_files) COMPLETE
64992026-09-02T21:57:56.271Z[ recovery-image] Sep 02 21:57:55.429 INFO O| Sep 02 21:57:55.429 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-09-02T21:57:56.278Z[ recovery-image] Sep 02 21:57:55.440 INFO O| Sep 02 21:57:55.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
65012026-09-02T21:57:56.278Z[ recovery-image] Sep 02 21:57:55.440 INFO O| Sep 02 21:57:55.440 INFO STEP 385 (remove_files) COMPLETE
65022026-09-02T21:57:56.283Z[ recovery-image] Sep 02 21:57:55.440 INFO O| Sep 02 21:57:55.440 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-09-02T21:57:56.292Z[ recovery-image] Sep 02 21:57:55.454 INFO O| Sep 02 21:57:55.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
65042026-09-02T21:57:56.292Z[ recovery-image] Sep 02 21:57:55.454 INFO O| Sep 02 21:57:55.454 INFO STEP 386 (remove_files) COMPLETE
65052026-09-02T21:57:56.297Z[ recovery-image] Sep 02 21:57:55.454 INFO O| Sep 02 21:57:55.454 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-09-02T21:57:56.305Z[ recovery-image] Sep 02 21:57:55.467 INFO O| Sep 02 21:57:55.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
65072026-09-02T21:57:56.305Z[ recovery-image] Sep 02 21:57:55.467 INFO O| Sep 02 21:57:55.467 INFO STEP 387 (remove_files) COMPLETE
65082026-09-02T21:57:56.309Z[ recovery-image] Sep 02 21:57:55.467 INFO O| Sep 02 21:57:55.467 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-09-02T21:57:56.317Z[ recovery-image] Sep 02 21:57:55.479 INFO O| Sep 02 21:57:55.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
65102026-09-02T21:57:56.317Z[ recovery-image] Sep 02 21:57:55.479 INFO O| Sep 02 21:57:55.479 INFO STEP 388 (remove_files) COMPLETE
65112026-09-02T21:57:56.321Z[ recovery-image] Sep 02 21:57:55.479 INFO O| Sep 02 21:57:55.479 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-09-02T21:57:56.330Z[ recovery-image] Sep 02 21:57:55.491 INFO O| Sep 02 21:57:55.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
65132026-09-02T21:57:56.330Z[ recovery-image] Sep 02 21:57:55.491 INFO O| Sep 02 21:57:55.491 INFO STEP 389 (remove_files) COMPLETE
65142026-09-02T21:57:56.335Z[ recovery-image] Sep 02 21:57:55.491 INFO O| Sep 02 21:57:55.491 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-09-02T21:57:56.341Z[ recovery-image] Sep 02 21:57:55.503 INFO O| Sep 02 21:57:55.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
65162026-09-02T21:57:56.341Z[ recovery-image] Sep 02 21:57:55.503 INFO O| Sep 02 21:57:55.503 INFO STEP 390 (remove_files) COMPLETE
65172026-09-02T21:57:56.345Z[ recovery-image] Sep 02 21:57:55.503 INFO O| Sep 02 21:57:55.503 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-09-02T21:57:56.351Z[ recovery-image] Sep 02 21:57:55.514 INFO O| Sep 02 21:57:55.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
65192026-09-02T21:57:56.352Z[ recovery-image] Sep 02 21:57:55.514 INFO O| Sep 02 21:57:55.514 INFO STEP 391 (remove_files) COMPLETE
65202026-09-02T21:57:56.352Z[ recovery-image] Sep 02 21:57:55.514 INFO O| Sep 02 21:57:55.514 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-09-02T21:57:56.364Z[ recovery-image] Sep 02 21:57:55.526 INFO O| Sep 02 21:57:55.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
65222026-09-02T21:57:56.364Z[ recovery-image] Sep 02 21:57:55.526 INFO O| Sep 02 21:57:55.526 INFO STEP 392 (remove_files) COMPLETE
65232026-09-02T21:57:56.364Z[ recovery-image] Sep 02 21:57:55.526 INFO O| Sep 02 21:57:55.526 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-09-02T21:57:56.377Z[ recovery-image] Sep 02 21:57:55.539 INFO O| Sep 02 21:57:55.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
65252026-09-02T21:57:56.378Z[ recovery-image] Sep 02 21:57:55.539 INFO O| Sep 02 21:57:55.539 INFO STEP 393 (remove_files) COMPLETE
65262026-09-02T21:57:56.378Z[ recovery-image] Sep 02 21:57:55.539 INFO O| Sep 02 21:57:55.539 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-09-02T21:57:56.390Z[ recovery-image] Sep 02 21:57:55.552 INFO O| Sep 02 21:57:55.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
65282026-09-02T21:57:56.390Z[ recovery-image] Sep 02 21:57:55.552 INFO O| Sep 02 21:57:55.552 INFO STEP 394 (remove_files) COMPLETE
65292026-09-02T21:57:56.394Z[ recovery-image] Sep 02 21:57:55.552 INFO O| Sep 02 21:57:55.552 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-09-02T21:57:56.404Z[ recovery-image] Sep 02 21:57:55.566 INFO O| Sep 02 21:57:55.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
65312026-09-02T21:57:56.405Z[ recovery-image] Sep 02 21:57:55.566 INFO O| Sep 02 21:57:55.566 INFO STEP 395 (remove_files) COMPLETE
65322026-09-02T21:57:56.405Z[ recovery-image] Sep 02 21:57:55.566 INFO O| Sep 02 21:57:55.566 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-09-02T21:57:56.417Z[ recovery-image] Sep 02 21:57:55.579 INFO O| Sep 02 21:57:55.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
65342026-09-02T21:57:56.417Z[ recovery-image] Sep 02 21:57:55.579 INFO O| Sep 02 21:57:55.579 INFO STEP 396 (remove_files) COMPLETE
65352026-09-02T21:57:56.421Z[ recovery-image] Sep 02 21:57:55.579 INFO O| Sep 02 21:57:55.579 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-09-02T21:57:56.429Z[ recovery-image] Sep 02 21:57:55.591 INFO O| Sep 02 21:57:55.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65372026-09-02T21:57:56.429Z[ recovery-image] Sep 02 21:57:55.592 INFO O| Sep 02 21:57:55.591 INFO STEP 397 (remove_files) COMPLETE
65382026-09-02T21:57:56.430Z[ recovery-image] Sep 02 21:57:55.592 INFO O| Sep 02 21:57:55.591 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-09-02T21:57:56.441Z[ recovery-image] Sep 02 21:57:55.603 INFO O| Sep 02 21:57:55.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65402026-09-02T21:57:56.441Z[ recovery-image] Sep 02 21:57:55.603 INFO O| Sep 02 21:57:55.603 INFO STEP 398 (remove_files) COMPLETE
65412026-09-02T21:57:56.445Z[ recovery-image] Sep 02 21:57:55.603 INFO O| Sep 02 21:57:55.603 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-09-02T21:57:56.453Z[ recovery-image] Sep 02 21:57:55.615 INFO O| Sep 02 21:57:55.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65432026-09-02T21:57:56.453Z[ recovery-image] Sep 02 21:57:55.615 INFO O| Sep 02 21:57:55.615 INFO STEP 399 (remove_files) COMPLETE
65442026-09-02T21:57:56.453Z[ recovery-image] Sep 02 21:57:55.615 INFO O| Sep 02 21:57:55.615 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-09-02T21:57:56.466Z[ recovery-image] Sep 02 21:57:55.627 INFO O| Sep 02 21:57:55.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65462026-09-02T21:57:56.466Z[ recovery-image] Sep 02 21:57:55.627 INFO O| Sep 02 21:57:55.627 INFO STEP 400 (remove_files) COMPLETE
65472026-09-02T21:57:56.471Z[ recovery-image] Sep 02 21:57:55.627 INFO O| Sep 02 21:57:55.627 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-09-02T21:57:56.478Z[ recovery-image] Sep 02 21:57:55.637 INFO O| Sep 02 21:57:55.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65492026-09-02T21:57:56.478Z[ recovery-image] Sep 02 21:57:55.637 INFO O| Sep 02 21:57:55.637 INFO STEP 401 (remove_files) COMPLETE
65502026-09-02T21:57:56.478Z[ recovery-image] Sep 02 21:57:55.637 INFO O| Sep 02 21:57:55.637 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-09-02T21:57:56.486Z[ recovery-image] Sep 02 21:57:55.648 INFO O| Sep 02 21:57:55.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65522026-09-02T21:57:56.486Z[ recovery-image] Sep 02 21:57:55.648 INFO O| Sep 02 21:57:55.648 INFO STEP 402 (remove_files) COMPLETE
65532026-09-02T21:57:56.489Z[ recovery-image] Sep 02 21:57:55.648 INFO O| Sep 02 21:57:55.648 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-09-02T21:57:56.499Z[ recovery-image] Sep 02 21:57:55.661 INFO O| Sep 02 21:57:55.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65552026-09-02T21:57:56.499Z[ recovery-image] Sep 02 21:57:55.661 INFO O| Sep 02 21:57:55.661 INFO STEP 403 (remove_files) COMPLETE
65562026-09-02T21:57:56.499Z[ recovery-image] Sep 02 21:57:55.661 INFO O| Sep 02 21:57:55.661 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-09-02T21:57:56.512Z[ recovery-image] Sep 02 21:57:55.674 INFO O| Sep 02 21:57:55.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65582026-09-02T21:57:56.512Z[ recovery-image] Sep 02 21:57:55.674 INFO O| Sep 02 21:57:55.674 INFO STEP 404 (remove_files) COMPLETE
65592026-09-02T21:57:56.516Z[ recovery-image] Sep 02 21:57:55.674 INFO O| Sep 02 21:57:55.674 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-09-02T21:57:56.526Z[ recovery-image] Sep 02 21:57:55.688 INFO O| Sep 02 21:57:55.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65612026-09-02T21:57:56.527Z[ recovery-image] Sep 02 21:57:55.689 INFO O| Sep 02 21:57:55.689 INFO STEP 405 (remove_files) COMPLETE
65622026-09-02T21:57:56.527Z[ recovery-image] Sep 02 21:57:55.689 INFO O| Sep 02 21:57:55.689 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-09-02T21:57:56.537Z[ recovery-image] Sep 02 21:57:55.699 INFO O| Sep 02 21:57:55.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65642026-09-02T21:57:56.537Z[ recovery-image] Sep 02 21:57:55.699 INFO O| Sep 02 21:57:55.699 INFO STEP 406 (remove_files) COMPLETE
65652026-09-02T21:57:56.540Z[ recovery-image] Sep 02 21:57:55.699 INFO O| Sep 02 21:57:55.699 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-09-02T21:57:56.548Z[ recovery-image] Sep 02 21:57:55.710 INFO O| Sep 02 21:57:55.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65672026-09-02T21:57:56.548Z[ recovery-image] Sep 02 21:57:55.710 INFO O| Sep 02 21:57:55.710 INFO STEP 407 (remove_files) COMPLETE
65682026-09-02T21:57:56.552Z[ recovery-image] Sep 02 21:57:55.710 INFO O| Sep 02 21:57:55.710 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-09-02T21:57:56.584Z[ recovery-image] Sep 02 21:57:55.746 INFO O| Sep 02 21:57:55.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65702026-09-02T21:57:56.584Z[ recovery-image] Sep 02 21:57:55.746 INFO O| Sep 02 21:57:55.746 INFO STEP 408 (remove_files) COMPLETE
65712026-09-02T21:57:56.588Z[ recovery-image] Sep 02 21:57:55.746 INFO O| Sep 02 21:57:55.746 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-09-02T21:57:56.598Z[ recovery-image] Sep 02 21:57:55.760 INFO O| Sep 02 21:57:55.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65732026-09-02T21:57:56.598Z[ recovery-image] Sep 02 21:57:55.760 INFO O| Sep 02 21:57:55.760 INFO STEP 409 (remove_files) COMPLETE
65742026-09-02T21:57:56.602Z[ recovery-image] Sep 02 21:57:55.760 INFO O| Sep 02 21:57:55.760 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-09-02T21:57:56.610Z[ recovery-image] Sep 02 21:57:55.772 INFO O| Sep 02 21:57:55.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65762026-09-02T21:57:56.610Z[ recovery-image] Sep 02 21:57:55.772 INFO O| Sep 02 21:57:55.772 INFO STEP 410 (remove_files) COMPLETE
65772026-09-02T21:57:56.614Z[ recovery-image] Sep 02 21:57:55.772 INFO O| Sep 02 21:57:55.772 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-09-02T21:57:56.622Z[ recovery-image] Sep 02 21:57:55.784 INFO O| Sep 02 21:57:55.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65792026-09-02T21:57:56.622Z[ recovery-image] Sep 02 21:57:55.784 INFO O| Sep 02 21:57:55.784 INFO STEP 411 (remove_files) COMPLETE
65802026-09-02T21:57:56.623Z[ recovery-image] Sep 02 21:57:55.784 INFO O| Sep 02 21:57:55.784 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-09-02T21:57:56.635Z[ recovery-image] Sep 02 21:57:55.796 INFO O| Sep 02 21:57:55.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65822026-09-02T21:57:56.635Z[ recovery-image] Sep 02 21:57:55.796 INFO O| Sep 02 21:57:55.796 INFO STEP 412 (remove_files) COMPLETE
65832026-09-02T21:57:56.635Z[ recovery-image] Sep 02 21:57:55.796 INFO O| Sep 02 21:57:55.796 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-09-02T21:57:56.647Z[ recovery-image] Sep 02 21:57:55.808 INFO O| Sep 02 21:57:55.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65852026-09-02T21:57:56.647Z[ recovery-image] Sep 02 21:57:55.809 INFO O| Sep 02 21:57:55.808 INFO STEP 413 (remove_files) COMPLETE
65862026-09-02T21:57:56.647Z[ recovery-image] Sep 02 21:57:55.809 INFO O| Sep 02 21:57:55.808 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-09-02T21:57:56.659Z[ recovery-image] Sep 02 21:57:55.821 INFO O| Sep 02 21:57:55.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65882026-09-02T21:57:56.659Z[ recovery-image] Sep 02 21:57:55.821 INFO O| Sep 02 21:57:55.821 INFO STEP 414 (remove_files) COMPLETE
65892026-09-02T21:57:56.663Z[ recovery-image] Sep 02 21:57:55.821 INFO O| Sep 02 21:57:55.821 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-09-02T21:57:56.670Z[ recovery-image] Sep 02 21:57:55.832 INFO O| Sep 02 21:57:55.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65912026-09-02T21:57:56.671Z[ recovery-image] Sep 02 21:57:55.832 INFO O| Sep 02 21:57:55.832 INFO STEP 415 (remove_files) COMPLETE
65922026-09-02T21:57:56.671Z[ recovery-image] Sep 02 21:57:55.832 INFO O| Sep 02 21:57:55.832 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-09-02T21:57:56.683Z[ recovery-image] Sep 02 21:57:55.844 INFO O| Sep 02 21:57:55.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65942026-09-02T21:57:56.683Z[ recovery-image] Sep 02 21:57:55.844 INFO O| Sep 02 21:57:55.844 INFO STEP 416 (remove_files) COMPLETE
65952026-09-02T21:57:56.684Z[ recovery-image] Sep 02 21:57:55.844 INFO O| Sep 02 21:57:55.844 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-09-02T21:57:56.694Z[ recovery-image] Sep 02 21:57:55.856 INFO O| Sep 02 21:57:55.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65972026-09-02T21:57:56.695Z[ recovery-image] Sep 02 21:57:55.857 INFO O| Sep 02 21:57:55.857 INFO STEP 417 (remove_files) COMPLETE
65982026-09-02T21:57:56.695Z[ recovery-image] Sep 02 21:57:55.857 INFO O| Sep 02 21:57:55.857 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-09-02T21:57:56.707Z[ recovery-image] Sep 02 21:57:55.869 INFO O| Sep 02 21:57:55.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
66002026-09-02T21:57:56.707Z[ recovery-image] Sep 02 21:57:55.869 INFO O| Sep 02 21:57:55.869 INFO STEP 418 (remove_files) COMPLETE
66012026-09-02T21:57:56.707Z[ recovery-image] Sep 02 21:57:55.869 INFO O| Sep 02 21:57:55.869 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-09-02T21:57:56.719Z[ recovery-image] Sep 02 21:57:55.881 INFO O| Sep 02 21:57:55.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
66032026-09-02T21:57:56.724Z[ recovery-image] Sep 02 21:57:55.881 INFO O| Sep 02 21:57:55.881 INFO STEP 419 (remove_files) COMPLETE
66042026-09-02T21:57:56.724Z[ recovery-image] Sep 02 21:57:55.881 INFO O| Sep 02 21:57:55.881 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-09-02T21:57:56.730Z[ recovery-image] Sep 02 21:57:55.892 INFO O| Sep 02 21:57:55.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
66062026-09-02T21:57:56.730Z[ recovery-image] Sep 02 21:57:55.892 INFO O| Sep 02 21:57:55.892 INFO STEP 420 (remove_files) COMPLETE
66072026-09-02T21:57:56.730Z[ recovery-image] Sep 02 21:57:55.892 INFO O| Sep 02 21:57:55.892 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-09-02T21:57:56.741Z[ recovery-image] Sep 02 21:57:55.903 INFO O| Sep 02 21:57:55.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
66092026-09-02T21:57:56.741Z[ recovery-image] Sep 02 21:57:55.903 INFO O| Sep 02 21:57:55.903 INFO STEP 421 (remove_files) COMPLETE
66102026-09-02T21:57:56.745Z[ recovery-image] Sep 02 21:57:55.903 INFO O| Sep 02 21:57:55.903 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-09-02T21:57:56.753Z[ recovery-image] Sep 02 21:57:55.915 INFO O| Sep 02 21:57:55.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
66122026-09-02T21:57:56.753Z[ recovery-image] Sep 02 21:57:55.915 INFO O| Sep 02 21:57:55.915 INFO STEP 422 (remove_files) COMPLETE
66132026-09-02T21:57:56.753Z[ recovery-image] Sep 02 21:57:55.915 INFO O| Sep 02 21:57:55.915 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-09-02T21:57:56.765Z[ recovery-image] Sep 02 21:57:55.927 INFO O| Sep 02 21:57:55.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
66152026-09-02T21:57:56.765Z[ recovery-image] Sep 02 21:57:55.927 INFO O| Sep 02 21:57:55.927 INFO STEP 423 (remove_files) COMPLETE
66162026-09-02T21:57:56.765Z[ recovery-image] Sep 02 21:57:55.927 INFO O| Sep 02 21:57:55.927 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-09-02T21:57:56.777Z[ recovery-image] Sep 02 21:57:55.940 INFO O| Sep 02 21:57:55.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
66182026-09-02T21:57:56.778Z[ recovery-image] Sep 02 21:57:55.940 INFO O| Sep 02 21:57:55.940 INFO STEP 424 (remove_files) COMPLETE
66192026-09-02T21:57:56.781Z[ recovery-image] Sep 02 21:57:55.940 INFO O| Sep 02 21:57:55.940 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-09-02T21:57:56.790Z[ recovery-image] Sep 02 21:57:55.952 INFO O| Sep 02 21:57:55.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
66212026-09-02T21:57:56.790Z[ recovery-image] Sep 02 21:57:55.952 INFO O| Sep 02 21:57:55.952 INFO STEP 425 (remove_files) COMPLETE
66222026-09-02T21:57:56.794Z[ recovery-image] Sep 02 21:57:55.952 INFO O| Sep 02 21:57:55.952 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-09-02T21:57:56.802Z[ recovery-image] Sep 02 21:57:55.964 INFO O| Sep 02 21:57:55.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
66242026-09-02T21:57:56.806Z[ recovery-image] Sep 02 21:57:55.964 INFO O| Sep 02 21:57:55.964 INFO STEP 426 (remove_files) COMPLETE
66252026-09-02T21:57:56.806Z[ recovery-image] Sep 02 21:57:55.964 INFO O| Sep 02 21:57:55.964 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-09-02T21:57:56.815Z[ recovery-image] Sep 02 21:57:55.976 INFO O| Sep 02 21:57:55.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
66272026-09-02T21:57:56.815Z[ recovery-image] Sep 02 21:57:55.976 INFO O| Sep 02 21:57:55.976 INFO STEP 427 (remove_files) COMPLETE
66282026-09-02T21:57:56.815Z[ recovery-image] Sep 02 21:57:55.976 INFO O| Sep 02 21:57:55.976 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-09-02T21:57:56.825Z[ recovery-image] Sep 02 21:57:55.987 INFO O| Sep 02 21:57:55.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
66302026-09-02T21:57:56.825Z[ recovery-image] Sep 02 21:57:55.987 INFO O| Sep 02 21:57:55.987 INFO STEP 428 (remove_files) COMPLETE
66312026-09-02T21:57:56.829Z[ recovery-image] Sep 02 21:57:55.987 INFO O| Sep 02 21:57:55.987 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-09-02T21:57:56.839Z[ recovery-image] Sep 02 21:57:55.999 INFO O| Sep 02 21:57:55.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66332026-09-02T21:57:56.839Z[ recovery-image] Sep 02 21:57:55.999 INFO O| Sep 02 21:57:55.999 INFO STEP 429 (remove_files) COMPLETE
66342026-09-02T21:57:56.839Z[ recovery-image] Sep 02 21:57:55.999 INFO O| Sep 02 21:57:55.999 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-09-02T21:57:56.849Z[ recovery-image] Sep 02 21:57:56.011 INFO O| Sep 02 21:57:56.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66362026-09-02T21:57:56.850Z[ recovery-image] Sep 02 21:57:56.011 INFO O| Sep 02 21:57:56.011 INFO STEP 430 (remove_files) COMPLETE
66372026-09-02T21:57:56.850Z[ recovery-image] Sep 02 21:57:56.011 INFO O| Sep 02 21:57:56.011 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-09-02T21:57:56.862Z[ recovery-image] Sep 02 21:57:56.024 INFO O| Sep 02 21:57:56.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66392026-09-02T21:57:56.862Z[ recovery-image] Sep 02 21:57:56.024 INFO O| Sep 02 21:57:56.024 INFO STEP 431 (remove_files) COMPLETE
66402026-09-02T21:57:56.866Z[ recovery-image] Sep 02 21:57:56.024 INFO O| Sep 02 21:57:56.024 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-09-02T21:57:56.874Z[ recovery-image] Sep 02 21:57:56.036 INFO O| Sep 02 21:57:56.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66422026-09-02T21:57:56.874Z[ recovery-image] Sep 02 21:57:56.036 INFO O| Sep 02 21:57:56.036 INFO STEP 432 (remove_files) COMPLETE
66432026-09-02T21:57:56.878Z[ recovery-image] Sep 02 21:57:56.036 INFO O| Sep 02 21:57:56.036 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-09-02T21:57:56.886Z[ recovery-image] Sep 02 21:57:56.048 INFO O| Sep 02 21:57:56.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66452026-09-02T21:57:56.886Z[ recovery-image] Sep 02 21:57:56.048 INFO O| Sep 02 21:57:56.048 INFO STEP 433 (remove_files) COMPLETE
66462026-09-02T21:57:56.890Z[ recovery-image] Sep 02 21:57:56.049 INFO O| Sep 02 21:57:56.048 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-09-02T21:57:56.898Z[ recovery-image] Sep 02 21:57:56.060 INFO O| Sep 02 21:57:56.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66482026-09-02T21:57:56.902Z[ recovery-image] Sep 02 21:57:56.060 INFO O| Sep 02 21:57:56.060 INFO STEP 434 (remove_files) COMPLETE
66492026-09-02T21:57:56.902Z[ recovery-image] Sep 02 21:57:56.060 INFO O| Sep 02 21:57:56.060 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-09-02T21:57:56.910Z[ recovery-image] Sep 02 21:57:56.072 INFO O| Sep 02 21:57:56.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66512026-09-02T21:57:56.910Z[ recovery-image] Sep 02 21:57:56.072 INFO O| Sep 02 21:57:56.072 INFO STEP 435 (remove_files) COMPLETE
66522026-09-02T21:57:56.910Z[ recovery-image] Sep 02 21:57:56.072 INFO O| Sep 02 21:57:56.072 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-09-02T21:57:56.923Z[ recovery-image] Sep 02 21:57:56.084 INFO O| Sep 02 21:57:56.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66542026-09-02T21:57:56.923Z[ recovery-image] Sep 02 21:57:56.084 INFO O| Sep 02 21:57:56.084 INFO STEP 436 (remove_files) COMPLETE
66552026-09-02T21:57:56.927Z[ recovery-image] Sep 02 21:57:56.084 INFO O| Sep 02 21:57:56.084 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-09-02T21:57:56.935Z[ recovery-image] Sep 02 21:57:56.097 INFO O| Sep 02 21:57:56.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66572026-09-02T21:57:56.935Z[ recovery-image] Sep 02 21:57:56.097 INFO O| Sep 02 21:57:56.097 INFO STEP 437 (remove_files) COMPLETE
66582026-09-02T21:57:56.935Z[ recovery-image] Sep 02 21:57:56.097 INFO O| Sep 02 21:57:56.097 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-09-02T21:57:56.948Z[ recovery-image] Sep 02 21:57:56.109 INFO O| Sep 02 21:57:56.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66602026-09-02T21:57:56.948Z[ recovery-image] Sep 02 21:57:56.109 INFO O| Sep 02 21:57:56.109 INFO STEP 438 (remove_files) COMPLETE
66612026-09-02T21:57:56.952Z[ recovery-image] Sep 02 21:57:56.109 INFO O| Sep 02 21:57:56.109 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-09-02T21:57:56.957Z[ recovery-image] Sep 02 21:57:56.119 INFO O| Sep 02 21:57:56.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66632026-09-02T21:57:56.958Z[ recovery-image] Sep 02 21:57:56.119 INFO O| Sep 02 21:57:56.119 INFO STEP 439 (remove_files) COMPLETE
66642026-09-02T21:57:56.958Z[ recovery-image] Sep 02 21:57:56.119 INFO O| Sep 02 21:57:56.119 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-09-02T21:57:56.969Z[ recovery-image] Sep 02 21:57:56.130 INFO O| Sep 02 21:57:56.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66662026-09-02T21:57:56.969Z[ recovery-image] Sep 02 21:57:56.130 INFO O| Sep 02 21:57:56.130 INFO STEP 440 (remove_files) COMPLETE
66672026-09-02T21:57:56.972Z[ recovery-image] Sep 02 21:57:56.130 INFO O| Sep 02 21:57:56.130 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-09-02T21:57:56.980Z[ recovery-image] Sep 02 21:57:56.142 INFO O| Sep 02 21:57:56.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66692026-09-02T21:57:56.980Z[ recovery-image] Sep 02 21:57:56.142 INFO O| Sep 02 21:57:56.142 INFO STEP 441 (remove_files) COMPLETE
66702026-09-02T21:57:56.980Z[ recovery-image] Sep 02 21:57:56.142 INFO O| Sep 02 21:57:56.142 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-09-02T21:57:56.993Z[ recovery-image] Sep 02 21:57:56.154 INFO O| Sep 02 21:57:56.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66722026-09-02T21:57:56.993Z[ recovery-image] Sep 02 21:57:56.154 INFO O| Sep 02 21:57:56.154 INFO STEP 442 (remove_files) COMPLETE
66732026-09-02T21:57:56.997Z[ recovery-image] Sep 02 21:57:56.154 INFO O| Sep 02 21:57:56.154 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-09-02T21:57:57.005Z[ recovery-image] Sep 02 21:57:56.167 INFO O| Sep 02 21:57:56.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66752026-09-02T21:57:57.005Z[ recovery-image] Sep 02 21:57:56.167 INFO O| Sep 02 21:57:56.167 INFO STEP 443 (remove_files) COMPLETE
66762026-09-02T21:57:57.005Z[ recovery-image] Sep 02 21:57:56.167 INFO O| Sep 02 21:57:56.167 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-09-02T21:57:57.019Z[ recovery-image] Sep 02 21:57:56.180 INFO O| Sep 02 21:57:56.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66782026-09-02T21:57:57.019Z[ recovery-image] Sep 02 21:57:56.180 INFO O| Sep 02 21:57:56.180 INFO STEP 444 (remove_files) COMPLETE
66792026-09-02T21:57:57.022Z[ recovery-image] Sep 02 21:57:56.180 INFO O| Sep 02 21:57:56.180 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-09-02T21:57:57.031Z[ recovery-image] Sep 02 21:57:56.193 INFO O| Sep 02 21:57:56.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66812026-09-02T21:57:57.032Z[ recovery-image] Sep 02 21:57:56.193 INFO O| Sep 02 21:57:56.193 INFO STEP 445 (remove_files) COMPLETE
66822026-09-02T21:57:57.032Z[ recovery-image] Sep 02 21:57:56.193 INFO O| Sep 02 21:57:56.193 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-09-02T21:57:57.043Z[ recovery-image] Sep 02 21:57:56.205 INFO O| Sep 02 21:57:56.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66842026-09-02T21:57:57.043Z[ recovery-image] Sep 02 21:57:56.205 INFO O| Sep 02 21:57:56.205 INFO STEP 446 (remove_files) COMPLETE
66852026-09-02T21:57:57.043Z[ recovery-image] Sep 02 21:57:56.205 INFO O| Sep 02 21:57:56.205 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-09-02T21:57:57.054Z[ recovery-image] Sep 02 21:57:56.215 INFO O| Sep 02 21:57:56.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66872026-09-02T21:57:57.054Z[ recovery-image] Sep 02 21:57:56.215 INFO O| Sep 02 21:57:56.215 INFO STEP 447 (remove_files) COMPLETE
66882026-09-02T21:57:57.058Z[ recovery-image] Sep 02 21:57:56.215 INFO O| Sep 02 21:57:56.215 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-09-02T21:57:57.065Z[ recovery-image] Sep 02 21:57:56.227 INFO O| Sep 02 21:57:56.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66902026-09-02T21:57:57.065Z[ recovery-image] Sep 02 21:57:56.227 INFO O| Sep 02 21:57:56.227 INFO STEP 448 (remove_files) COMPLETE
66912026-09-02T21:57:57.069Z[ recovery-image] Sep 02 21:57:56.227 INFO O| Sep 02 21:57:56.227 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-09-02T21:57:57.075Z[ recovery-image] Sep 02 21:57:56.237 INFO O| Sep 02 21:57:56.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66932026-09-02T21:57:57.075Z[ recovery-image] Sep 02 21:57:56.237 INFO O| Sep 02 21:57:56.237 INFO STEP 449 (remove_files) COMPLETE
66942026-09-02T21:57:57.076Z[ recovery-image] Sep 02 21:57:56.237 INFO O| Sep 02 21:57:56.237 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-09-02T21:57:57.086Z[ recovery-image] Sep 02 21:57:56.248 INFO O| Sep 02 21:57:56.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66962026-09-02T21:57:57.086Z[ recovery-image] Sep 02 21:57:56.248 INFO O| Sep 02 21:57:56.248 INFO STEP 450 (remove_files) COMPLETE
66972026-09-02T21:57:57.086Z[ recovery-image] Sep 02 21:57:56.248 INFO O| Sep 02 21:57:56.248 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-09-02T21:57:57.100Z[ recovery-image] Sep 02 21:57:56.262 INFO O| Sep 02 21:57:56.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66992026-09-02T21:57:57.100Z[ recovery-image] Sep 02 21:57:56.262 INFO O| Sep 02 21:57:56.262 INFO STEP 451 (remove_files) COMPLETE
67002026-09-02T21:57:57.100Z[ recovery-image] Sep 02 21:57:56.262 INFO O| Sep 02 21:57:56.262 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-09-02T21:57:57.113Z[ recovery-image] Sep 02 21:57:56.274 INFO O| Sep 02 21:57:56.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
67022026-09-02T21:57:57.113Z[ recovery-image] Sep 02 21:57:56.274 INFO O| Sep 02 21:57:56.274 INFO STEP 452 (remove_files) COMPLETE
67032026-09-02T21:57:57.113Z[ recovery-image] Sep 02 21:57:56.274 INFO O| Sep 02 21:57:56.274 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-09-02T21:57:57.125Z[ recovery-image] Sep 02 21:57:56.287 INFO O| Sep 02 21:57:56.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
67052026-09-02T21:57:57.126Z[ recovery-image] Sep 02 21:57:56.287 INFO O| Sep 02 21:57:56.287 INFO STEP 453 (remove_files) COMPLETE
67062026-09-02T21:57:57.126Z[ recovery-image] Sep 02 21:57:56.287 INFO O| Sep 02 21:57:56.287 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-09-02T21:57:57.137Z[ recovery-image] Sep 02 21:57:56.299 INFO O| Sep 02 21:57:56.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
67082026-09-02T21:57:57.137Z[ recovery-image] Sep 02 21:57:56.299 INFO O| Sep 02 21:57:56.299 INFO STEP 454 (remove_files) COMPLETE
67092026-09-02T21:57:57.137Z[ recovery-image] Sep 02 21:57:56.299 INFO O| Sep 02 21:57:56.299 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-09-02T21:57:57.150Z[ recovery-image] Sep 02 21:57:56.312 INFO O| Sep 02 21:57:56.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
67112026-09-02T21:57:57.150Z[ recovery-image] Sep 02 21:57:56.312 INFO O| Sep 02 21:57:56.312 INFO STEP 455 (remove_files) COMPLETE
67122026-09-02T21:57:57.150Z[ recovery-image] Sep 02 21:57:56.312 INFO O| Sep 02 21:57:56.312 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-09-02T21:57:57.163Z[ recovery-image] Sep 02 21:57:56.325 INFO O| Sep 02 21:57:56.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
67142026-09-02T21:57:57.163Z[ recovery-image] Sep 02 21:57:56.325 INFO O| Sep 02 21:57:56.325 INFO STEP 456 (remove_files) COMPLETE
67152026-09-02T21:57:57.163Z[ recovery-image] Sep 02 21:57:56.325 INFO O| Sep 02 21:57:56.325 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-09-02T21:57:57.176Z[ recovery-image] Sep 02 21:57:56.337 INFO O| Sep 02 21:57:56.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
67172026-09-02T21:57:57.176Z[ recovery-image] Sep 02 21:57:56.338 INFO O| Sep 02 21:57:56.338 INFO STEP 457 (remove_files) COMPLETE
67182026-09-02T21:57:57.176Z[ recovery-image] Sep 02 21:57:56.338 INFO O| Sep 02 21:57:56.338 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-09-02T21:57:57.188Z[ recovery-image] Sep 02 21:57:56.350 INFO O| Sep 02 21:57:56.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
67202026-09-02T21:57:57.188Z[ recovery-image] Sep 02 21:57:56.350 INFO O| Sep 02 21:57:56.350 INFO STEP 458 (remove_files) COMPLETE
67212026-09-02T21:57:57.188Z[ recovery-image] Sep 02 21:57:56.350 INFO O| Sep 02 21:57:56.350 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-09-02T21:57:57.198Z[ recovery-image] Sep 02 21:57:56.360 INFO O| Sep 02 21:57:56.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
67232026-09-02T21:57:57.198Z[ recovery-image] Sep 02 21:57:56.361 INFO O| Sep 02 21:57:56.360 INFO STEP 459 (remove_files) COMPLETE
67242026-09-02T21:57:57.202Z[ recovery-image] Sep 02 21:57:56.361 INFO O| Sep 02 21:57:56.360 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-09-02T21:57:57.209Z[ recovery-image] Sep 02 21:57:56.371 INFO O| Sep 02 21:57:56.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
67262026-09-02T21:57:57.209Z[ recovery-image] Sep 02 21:57:56.371 INFO O| Sep 02 21:57:56.371 INFO STEP 460 (remove_files) COMPLETE
67272026-09-02T21:57:57.210Z[ recovery-image] Sep 02 21:57:56.371 INFO O| Sep 02 21:57:56.371 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-09-02T21:57:57.219Z[ recovery-image] Sep 02 21:57:56.381 INFO O| Sep 02 21:57:56.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
67292026-09-02T21:57:57.220Z[ recovery-image] Sep 02 21:57:56.381 INFO O| Sep 02 21:57:56.381 INFO STEP 461 (remove_files) COMPLETE
67302026-09-02T21:57:57.225Z[ recovery-image] Sep 02 21:57:56.381 INFO O| Sep 02 21:57:56.381 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-09-02T21:57:57.230Z[ recovery-image] Sep 02 21:57:56.391 INFO O| Sep 02 21:57:56.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67322026-09-02T21:57:57.230Z[ recovery-image] Sep 02 21:57:56.391 INFO O| Sep 02 21:57:56.391 INFO STEP 462 (remove_files) COMPLETE
67332026-09-02T21:57:57.234Z[ recovery-image] Sep 02 21:57:56.391 INFO O| Sep 02 21:57:56.391 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-09-02T21:57:57.240Z[ recovery-image] Sep 02 21:57:56.401 INFO O| Sep 02 21:57:56.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67352026-09-02T21:57:57.240Z[ recovery-image] Sep 02 21:57:56.402 INFO O| Sep 02 21:57:56.401 INFO STEP 463 (remove_files) COMPLETE
67362026-09-02T21:57:57.240Z[ recovery-image] Sep 02 21:57:56.402 INFO O| Sep 02 21:57:56.402 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-09-02T21:57:57.249Z[ recovery-image] Sep 02 21:57:56.411 INFO O| Sep 02 21:57:56.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67382026-09-02T21:57:57.253Z[ recovery-image] Sep 02 21:57:56.412 INFO O| Sep 02 21:57:56.411 INFO STEP 464 (remove_files) COMPLETE
67392026-09-02T21:57:57.253Z[ recovery-image] Sep 02 21:57:56.412 INFO O| Sep 02 21:57:56.411 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-09-02T21:57:57.260Z[ recovery-image] Sep 02 21:57:56.421 INFO O| Sep 02 21:57:56.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67412026-09-02T21:57:57.260Z[ recovery-image] Sep 02 21:57:56.421 INFO O| Sep 02 21:57:56.421 INFO STEP 465 (remove_files) COMPLETE
67422026-09-02T21:57:57.264Z[ recovery-image] Sep 02 21:57:56.421 INFO O| Sep 02 21:57:56.421 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-09-02T21:57:57.270Z[ recovery-image] Sep 02 21:57:56.432 INFO O| Sep 02 21:57:56.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67442026-09-02T21:57:57.270Z[ recovery-image] Sep 02 21:57:56.432 INFO O| Sep 02 21:57:56.432 INFO STEP 466 (remove_files) COMPLETE
67452026-09-02T21:57:57.274Z[ recovery-image] Sep 02 21:57:56.432 INFO O| Sep 02 21:57:56.432 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-09-02T21:57:57.281Z[ recovery-image] Sep 02 21:57:56.443 INFO O| Sep 02 21:57:56.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67472026-09-02T21:57:57.281Z[ recovery-image] Sep 02 21:57:56.443 INFO O| Sep 02 21:57:56.443 INFO STEP 467 (remove_files) COMPLETE
67482026-09-02T21:57:57.284Z[ recovery-image] Sep 02 21:57:56.443 INFO O| Sep 02 21:57:56.443 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-09-02T21:57:57.290Z[ recovery-image] Sep 02 21:57:56.452 INFO O| Sep 02 21:57:56.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67502026-09-02T21:57:57.290Z[ recovery-image] Sep 02 21:57:56.452 INFO O| Sep 02 21:57:56.452 INFO STEP 468 (remove_files) COMPLETE
67512026-09-02T21:57:57.290Z[ recovery-image] Sep 02 21:57:56.452 INFO O| Sep 02 21:57:56.452 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-09-02T21:57:57.300Z[ recovery-image] Sep 02 21:57:56.461 INFO O| Sep 02 21:57:56.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67532026-09-02T21:57:57.300Z[ recovery-image] Sep 02 21:57:56.461 INFO O| Sep 02 21:57:56.461 INFO STEP 469 (remove_files) COMPLETE
67542026-09-02T21:57:57.300Z[ recovery-image] Sep 02 21:57:56.461 INFO O| Sep 02 21:57:56.461 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-09-02T21:57:57.309Z[ recovery-image] Sep 02 21:57:56.471 INFO O| Sep 02 21:57:56.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67562026-09-02T21:57:57.309Z[ recovery-image] Sep 02 21:57:56.471 INFO O| Sep 02 21:57:56.471 INFO STEP 470 (remove_files) COMPLETE
67572026-09-02T21:57:57.309Z[ recovery-image] Sep 02 21:57:56.471 INFO O| Sep 02 21:57:56.471 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-09-02T21:57:57.320Z[ recovery-image] Sep 02 21:57:56.481 INFO O| Sep 02 21:57:56.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67592026-09-02T21:57:57.320Z[ recovery-image] Sep 02 21:57:56.481 INFO O| Sep 02 21:57:56.481 INFO STEP 471 (remove_files) COMPLETE
67602026-09-02T21:57:57.320Z[ recovery-image] Sep 02 21:57:56.481 INFO O| Sep 02 21:57:56.481 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-09-02T21:57:57.329Z[ recovery-image] Sep 02 21:57:56.491 INFO O| Sep 02 21:57:56.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67622026-09-02T21:57:57.330Z[ recovery-image] Sep 02 21:57:56.491 INFO O| Sep 02 21:57:56.491 INFO STEP 472 (remove_files) COMPLETE
67632026-09-02T21:57:57.330Z[ recovery-image] Sep 02 21:57:56.491 INFO O| Sep 02 21:57:56.491 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-09-02T21:57:57.338Z[ recovery-image] Sep 02 21:57:56.499 INFO O| Sep 02 21:57:56.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67652026-09-02T21:57:57.338Z[ recovery-image] Sep 02 21:57:56.499 INFO O| Sep 02 21:57:56.499 INFO STEP 473 (remove_files) COMPLETE
67662026-09-02T21:57:57.342Z[ recovery-image] Sep 02 21:57:56.499 INFO O| Sep 02 21:57:56.499 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-09-02T21:57:57.347Z[ recovery-image] Sep 02 21:57:56.509 INFO O| Sep 02 21:57:56.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67682026-09-02T21:57:57.353Z[ recovery-image] Sep 02 21:57:56.510 INFO O| Sep 02 21:57:56.510 INFO STEP 474 (remove_files) COMPLETE
67692026-09-02T21:57:57.353Z[ recovery-image] Sep 02 21:57:56.511 INFO O| Sep 02 21:57:56.510 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-09-02T21:57:57.359Z[ recovery-image] Sep 02 21:57:56.521 INFO O| Sep 02 21:57:56.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67712026-09-02T21:57:57.359Z[ recovery-image] Sep 02 21:57:56.521 INFO O| Sep 02 21:57:56.521 INFO STEP 475 (remove_files) COMPLETE
67722026-09-02T21:57:57.359Z[ recovery-image] Sep 02 21:57:56.521 INFO O| Sep 02 21:57:56.521 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-09-02T21:57:57.370Z[ recovery-image] Sep 02 21:57:56.532 INFO O| Sep 02 21:57:56.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67742026-09-02T21:57:57.370Z[ recovery-image] Sep 02 21:57:56.532 INFO O| Sep 02 21:57:56.532 INFO STEP 476 (remove_files) COMPLETE
67752026-09-02T21:57:57.370Z[ recovery-image] Sep 02 21:57:56.532 INFO O| Sep 02 21:57:56.532 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-09-02T21:57:57.382Z[ recovery-image] Sep 02 21:57:56.542 INFO O| Sep 02 21:57:56.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67772026-09-02T21:57:57.382Z[ recovery-image] Sep 02 21:57:56.542 INFO O| Sep 02 21:57:56.542 INFO STEP 477 (remove_files) COMPLETE
67782026-09-02T21:57:57.382Z[ recovery-image] Sep 02 21:57:56.542 INFO O| Sep 02 21:57:56.542 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-09-02T21:57:57.390Z[ recovery-image] Sep 02 21:57:56.552 INFO O| Sep 02 21:57:56.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67802026-09-02T21:57:57.390Z[ recovery-image] Sep 02 21:57:56.553 INFO O| Sep 02 21:57:56.553 INFO STEP 478 (remove_files) COMPLETE
67812026-09-02T21:57:57.391Z[ recovery-image] Sep 02 21:57:56.553 INFO O| Sep 02 21:57:56.553 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-09-02T21:57:57.401Z[ recovery-image] Sep 02 21:57:56.563 INFO O| Sep 02 21:57:56.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67832026-09-02T21:57:57.402Z[ recovery-image] Sep 02 21:57:56.564 INFO O| Sep 02 21:57:56.564 INFO STEP 479 (remove_files) COMPLETE
67842026-09-02T21:57:57.402Z[ recovery-image] Sep 02 21:57:56.564 INFO O| Sep 02 21:57:56.564 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-09-02T21:57:57.417Z[ recovery-image] Sep 02 21:57:56.575 INFO O| Sep 02 21:57:56.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67862026-09-02T21:57:57.417Z[ recovery-image] Sep 02 21:57:56.576 INFO O| Sep 02 21:57:56.576 INFO STEP 480 (remove_files) COMPLETE
67872026-09-02T21:57:57.417Z[ recovery-image] Sep 02 21:57:56.576 INFO O| Sep 02 21:57:56.576 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-09-02T21:57:57.426Z[ recovery-image] Sep 02 21:57:56.589 INFO O| Sep 02 21:57:56.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67892026-09-02T21:57:57.427Z[ recovery-image] Sep 02 21:57:56.589 INFO O| Sep 02 21:57:56.589 INFO STEP 481 (remove_files) COMPLETE
67902026-09-02T21:57:57.431Z[ recovery-image] Sep 02 21:57:56.589 INFO O| Sep 02 21:57:56.589 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-09-02T21:57:57.439Z[ recovery-image] Sep 02 21:57:56.601 INFO O| Sep 02 21:57:56.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67922026-09-02T21:57:57.439Z[ recovery-image] Sep 02 21:57:56.601 INFO O| Sep 02 21:57:56.601 INFO STEP 482 (remove_files) COMPLETE
67932026-09-02T21:57:57.439Z[ recovery-image] Sep 02 21:57:56.601 INFO O| Sep 02 21:57:56.601 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-09-02T21:57:57.454Z[ recovery-image] Sep 02 21:57:56.612 INFO O| Sep 02 21:57:56.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67952026-09-02T21:57:57.454Z[ recovery-image] Sep 02 21:57:56.612 INFO O| Sep 02 21:57:56.612 INFO STEP 483 (remove_files) COMPLETE
67962026-09-02T21:57:57.454Z[ recovery-image] Sep 02 21:57:56.612 INFO O| Sep 02 21:57:56.612 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-09-02T21:57:57.520Z[ recovery-image] Sep 02 21:57:56.624 INFO O| Sep 02 21:57:56.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67982026-09-02T21:57:57.520Z[ recovery-image] Sep 02 21:57:56.624 INFO O| Sep 02 21:57:56.624 INFO STEP 484 (remove_files) COMPLETE
67992026-09-02T21:57:57.520Z[ recovery-image] Sep 02 21:57:56.624 INFO O| Sep 02 21:57:56.624 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-09-02T21:57:57.520Z[ recovery-image] Sep 02 21:57:56.635 INFO O| Sep 02 21:57:56.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
68012026-09-02T21:57:57.520Z[ recovery-image] Sep 02 21:57:56.635 INFO O| Sep 02 21:57:56.635 INFO STEP 485 (remove_files) COMPLETE
68022026-09-02T21:57:57.520Z[ recovery-image] Sep 02 21:57:56.635 INFO O| Sep 02 21:57:56.635 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-09-02T21:57:57.520Z[ recovery-image] Sep 02 21:57:56.647 INFO O| Sep 02 21:57:56.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
68042026-09-02T21:57:57.520Z[ recovery-image] Sep 02 21:57:56.647 INFO O| Sep 02 21:57:56.647 INFO STEP 486 (remove_files) COMPLETE
68052026-09-02T21:57:57.521Z[ recovery-image] Sep 02 21:57:56.647 INFO O| Sep 02 21:57:56.647 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-09-02T21:57:57.521Z[ recovery-image] Sep 02 21:57:56.660 INFO O| Sep 02 21:57:56.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
68072026-09-02T21:57:57.521Z[ recovery-image] Sep 02 21:57:56.661 INFO O| Sep 02 21:57:56.660 INFO STEP 487 (remove_files) COMPLETE
68082026-09-02T21:57:57.521Z[ recovery-image] Sep 02 21:57:56.661 INFO O| Sep 02 21:57:56.661 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-09-02T21:57:57.521Z[ recovery-image] Sep 02 21:57:56.673 INFO O| Sep 02 21:57:56.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
68102026-09-02T21:57:57.521Z[ recovery-image] Sep 02 21:57:56.674 INFO O| Sep 02 21:57:56.674 INFO STEP 488 (remove_files) COMPLETE
68112026-09-02T21:57:57.522Z[ recovery-image] Sep 02 21:57:56.674 INFO O| Sep 02 21:57:56.674 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-09-02T21:57:57.528Z[ recovery-image] Sep 02 21:57:56.686 INFO O| Sep 02 21:57:56.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
68132026-09-02T21:57:57.528Z[ recovery-image] Sep 02 21:57:56.687 INFO O| Sep 02 21:57:56.687 INFO STEP 489 (remove_files) COMPLETE
68142026-09-02T21:57:57.528Z[ recovery-image] Sep 02 21:57:56.687 INFO O| Sep 02 21:57:56.687 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-09-02T21:57:57.540Z[ recovery-image] Sep 02 21:57:56.700 INFO O| Sep 02 21:57:56.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
68162026-09-02T21:57:57.540Z[ recovery-image] Sep 02 21:57:56.700 INFO O| Sep 02 21:57:56.700 INFO STEP 490 (remove_files) COMPLETE
68172026-09-02T21:57:57.544Z[ recovery-image] Sep 02 21:57:56.700 INFO O| Sep 02 21:57:56.700 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-09-02T21:57:57.553Z[ recovery-image] Sep 02 21:57:56.714 INFO O| Sep 02 21:57:56.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
68192026-09-02T21:57:57.553Z[ recovery-image] Sep 02 21:57:56.714 INFO O| Sep 02 21:57:56.714 INFO STEP 491 (remove_files) COMPLETE
68202026-09-02T21:57:57.557Z[ recovery-image] Sep 02 21:57:56.714 INFO O| Sep 02 21:57:56.714 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-09-02T21:57:57.565Z[ recovery-image] Sep 02 21:57:56.727 INFO O| Sep 02 21:57:56.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
68222026-09-02T21:57:57.565Z[ recovery-image] Sep 02 21:57:56.727 INFO O| Sep 02 21:57:56.727 INFO STEP 492 (remove_files) COMPLETE
68232026-09-02T21:57:57.569Z[ recovery-image] Sep 02 21:57:56.727 INFO O| Sep 02 21:57:56.727 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-09-02T21:57:57.578Z[ recovery-image] Sep 02 21:57:56.740 INFO O| Sep 02 21:57:56.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
68252026-09-02T21:57:57.578Z[ recovery-image] Sep 02 21:57:56.740 INFO O| Sep 02 21:57:56.740 INFO STEP 493 (remove_files) COMPLETE
68262026-09-02T21:57:57.578Z[ recovery-image] Sep 02 21:57:56.740 INFO O| Sep 02 21:57:56.740 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-09-02T21:57:57.592Z[ recovery-image] Sep 02 21:57:56.754 INFO O| Sep 02 21:57:56.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68282026-09-02T21:57:57.592Z[ recovery-image] Sep 02 21:57:56.754 INFO O| Sep 02 21:57:56.754 INFO STEP 494 (remove_files) COMPLETE
68292026-09-02T21:57:57.593Z[ recovery-image] Sep 02 21:57:56.754 INFO O| Sep 02 21:57:56.754 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-09-02T21:57:57.611Z[ recovery-image] Sep 02 21:57:56.768 INFO O| Sep 02 21:57:56.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68312026-09-02T21:57:57.611Z[ recovery-image] Sep 02 21:57:56.768 INFO O| Sep 02 21:57:56.768 INFO STEP 495 (remove_files) COMPLETE
68322026-09-02T21:57:57.611Z[ recovery-image] Sep 02 21:57:56.768 INFO O| Sep 02 21:57:56.768 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-09-02T21:57:57.625Z[ recovery-image] Sep 02 21:57:56.786 INFO O| Sep 02 21:57:56.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68342026-09-02T21:57:57.625Z[ recovery-image] Sep 02 21:57:56.786 INFO O| Sep 02 21:57:56.782 INFO STEP 496 (remove_files) COMPLETE
68352026-09-02T21:57:57.625Z[ recovery-image] Sep 02 21:57:56.786 INFO O| Sep 02 21:57:56.782 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-09-02T21:57:57.633Z[ recovery-image] Sep 02 21:57:56.795 INFO O| Sep 02 21:57:56.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68372026-09-02T21:57:57.633Z[ recovery-image] Sep 02 21:57:56.795 INFO O| Sep 02 21:57:56.795 INFO STEP 497 (remove_files) COMPLETE
68382026-09-02T21:57:57.637Z[ recovery-image] Sep 02 21:57:56.795 INFO O| Sep 02 21:57:56.795 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-09-02T21:57:57.646Z[ recovery-image] Sep 02 21:57:56.808 INFO O| Sep 02 21:57:56.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68402026-09-02T21:57:57.646Z[ recovery-image] Sep 02 21:57:56.808 INFO O| Sep 02 21:57:56.808 INFO STEP 498 (remove_files) COMPLETE
68412026-09-02T21:57:57.646Z[ recovery-image] Sep 02 21:57:56.808 INFO O| Sep 02 21:57:56.808 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-09-02T21:57:57.659Z[ recovery-image] Sep 02 21:57:56.821 INFO O| Sep 02 21:57:56.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68432026-09-02T21:57:57.663Z[ recovery-image] Sep 02 21:57:56.821 INFO O| Sep 02 21:57:56.821 INFO STEP 499 (remove_files) COMPLETE
68442026-09-02T21:57:57.663Z[ recovery-image] Sep 02 21:57:56.821 INFO O| Sep 02 21:57:56.821 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-09-02T21:57:57.673Z[ recovery-image] Sep 02 21:57:56.833 INFO O| Sep 02 21:57:56.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68462026-09-02T21:57:57.673Z[ recovery-image] Sep 02 21:57:56.833 INFO O| Sep 02 21:57:56.833 INFO STEP 500 (remove_files) COMPLETE
68472026-09-02T21:57:57.673Z[ recovery-image] Sep 02 21:57:56.833 INFO O| Sep 02 21:57:56.833 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-09-02T21:57:57.682Z[ recovery-image] Sep 02 21:57:56.843 INFO O| Sep 02 21:57:56.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68492026-09-02T21:57:57.683Z[ recovery-image] Sep 02 21:57:56.843 INFO O| Sep 02 21:57:56.843 INFO STEP 501 (remove_files) COMPLETE
68502026-09-02T21:57:57.689Z[ recovery-image] Sep 02 21:57:56.843 INFO O| Sep 02 21:57:56.843 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-09-02T21:57:57.694Z[ recovery-image] Sep 02 21:57:56.856 INFO O| Sep 02 21:57:56.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68522026-09-02T21:57:57.694Z[ recovery-image] Sep 02 21:57:56.856 INFO O| Sep 02 21:57:56.856 INFO STEP 502 (remove_files) COMPLETE
68532026-09-02T21:57:57.698Z[ recovery-image] Sep 02 21:57:56.856 INFO O| Sep 02 21:57:56.856 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-09-02T21:57:57.704Z[ recovery-image] Sep 02 21:57:56.866 INFO O| Sep 02 21:57:56.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68552026-09-02T21:57:57.704Z[ recovery-image] Sep 02 21:57:56.866 INFO O| Sep 02 21:57:56.866 INFO STEP 503 (remove_files) COMPLETE
68562026-09-02T21:57:57.708Z[ recovery-image] Sep 02 21:57:56.866 INFO O| Sep 02 21:57:56.866 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-09-02T21:57:57.715Z[ recovery-image] Sep 02 21:57:56.877 INFO O| Sep 02 21:57:56.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68582026-09-02T21:57:57.716Z[ recovery-image] Sep 02 21:57:56.878 INFO O| Sep 02 21:57:56.877 INFO STEP 504 (remove_files) COMPLETE
68592026-09-02T21:57:57.721Z[ recovery-image] Sep 02 21:57:56.878 INFO O| Sep 02 21:57:56.878 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-09-02T21:57:57.728Z[ recovery-image] Sep 02 21:57:56.889 INFO O| Sep 02 21:57:56.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68612026-09-02T21:57:57.728Z[ recovery-image] Sep 02 21:57:56.889 INFO O| Sep 02 21:57:56.889 INFO STEP 505 (remove_files) COMPLETE
68622026-09-02T21:57:57.728Z[ recovery-image] Sep 02 21:57:56.889 INFO O| Sep 02 21:57:56.889 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-09-02T21:57:57.739Z[ recovery-image] Sep 02 21:57:56.899 INFO O| Sep 02 21:57:56.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68642026-09-02T21:57:57.739Z[ recovery-image] Sep 02 21:57:56.900 INFO O| Sep 02 21:57:56.899 INFO STEP 506 (remove_files) COMPLETE
68652026-09-02T21:57:57.739Z[ recovery-image] Sep 02 21:57:56.900 INFO O| Sep 02 21:57:56.900 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-09-02T21:57:57.748Z[ recovery-image] Sep 02 21:57:56.910 INFO O| Sep 02 21:57:56.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68672026-09-02T21:57:57.748Z[ recovery-image] Sep 02 21:57:56.910 INFO O| Sep 02 21:57:56.910 INFO STEP 507 (remove_files) COMPLETE
68682026-09-02T21:57:57.748Z[ recovery-image] Sep 02 21:57:56.910 INFO O| Sep 02 21:57:56.910 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-09-02T21:57:57.759Z[ recovery-image] Sep 02 21:57:56.920 INFO O| Sep 02 21:57:56.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68702026-09-02T21:57:57.759Z[ recovery-image] Sep 02 21:57:56.921 INFO O| Sep 02 21:57:56.921 INFO STEP 508 (remove_files) COMPLETE
68712026-09-02T21:57:57.759Z[ recovery-image] Sep 02 21:57:56.921 INFO O| Sep 02 21:57:56.921 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-09-02T21:57:57.784Z[ recovery-image] Sep 02 21:57:56.931 INFO O| Sep 02 21:57:56.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68732026-09-02T21:57:57.784Z[ recovery-image] Sep 02 21:57:56.931 INFO O| Sep 02 21:57:56.931 INFO STEP 509 (remove_files) COMPLETE
68742026-09-02T21:57:57.784Z[ recovery-image] Sep 02 21:57:56.931 INFO O| Sep 02 21:57:56.931 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-09-02T21:57:57.788Z[ recovery-image] Sep 02 21:57:56.942 INFO O| Sep 02 21:57:56.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68762026-09-02T21:57:57.789Z[ recovery-image] Sep 02 21:57:56.942 INFO O| Sep 02 21:57:56.942 INFO STEP 510 (remove_files) COMPLETE
68772026-09-02T21:57:57.789Z[ recovery-image] Sep 02 21:57:56.942 INFO O| Sep 02 21:57:56.942 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-09-02T21:57:57.805Z[ recovery-image] Sep 02 21:57:56.953 INFO O| Sep 02 21:57:56.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68792026-09-02T21:57:57.805Z[ recovery-image] Sep 02 21:57:56.953 INFO O| Sep 02 21:57:56.953 INFO STEP 511 (remove_files) COMPLETE
68802026-09-02T21:57:57.805Z[ recovery-image] Sep 02 21:57:56.953 INFO O| Sep 02 21:57:56.953 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-09-02T21:57:57.809Z[ recovery-image] Sep 02 21:57:56.964 INFO O| Sep 02 21:57:56.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68822026-09-02T21:57:57.809Z[ recovery-image] Sep 02 21:57:56.964 INFO O| Sep 02 21:57:56.964 INFO STEP 512 (remove_files) COMPLETE
68832026-09-02T21:57:57.809Z[ recovery-image] Sep 02 21:57:56.964 INFO O| Sep 02 21:57:56.964 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-09-02T21:57:57.814Z[ recovery-image] Sep 02 21:57:56.976 INFO O| Sep 02 21:57:56.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68852026-09-02T21:57:57.817Z[ recovery-image] Sep 02 21:57:56.976 INFO O| Sep 02 21:57:56.976 INFO STEP 513 (remove_files) COMPLETE
68862026-09-02T21:57:57.817Z[ recovery-image] Sep 02 21:57:56.976 INFO O| Sep 02 21:57:56.976 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-09-02T21:57:57.825Z[ recovery-image] Sep 02 21:57:56.987 INFO O| Sep 02 21:57:56.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68882026-09-02T21:57:57.825Z[ recovery-image] Sep 02 21:57:56.987 INFO O| Sep 02 21:57:56.987 INFO STEP 514 (remove_files) COMPLETE
68892026-09-02T21:57:57.825Z[ recovery-image] Sep 02 21:57:56.987 INFO O| Sep 02 21:57:56.987 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-09-02T21:57:57.835Z[ recovery-image] Sep 02 21:57:56.997 INFO O| Sep 02 21:57:56.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68912026-09-02T21:57:57.835Z[ recovery-image] Sep 02 21:57:56.997 INFO O| Sep 02 21:57:56.997 INFO STEP 515 (remove_files) COMPLETE
68922026-09-02T21:57:57.835Z[ recovery-image] Sep 02 21:57:56.997 INFO O| Sep 02 21:57:56.997 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-09-02T21:57:57.842Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
68942026-09-02T21:57:57.848Z[ recovery-image] Sep 02 21:57:57.010 INFO O| Sep 02 21:57:57.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68952026-09-02T21:57:57.848Z[ recovery-image] Sep 02 21:57:57.010 INFO O| Sep 02 21:57:57.010 INFO STEP 516 (remove_files) COMPLETE
68962026-09-02T21:57:57.848Z[ recovery-image] Sep 02 21:57:57.010 INFO O| Sep 02 21:57:57.010 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-09-02T21:57:57.861Z[ recovery-image] Sep 02 21:57:57.022 INFO O| Sep 02 21:57:57.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68982026-09-02T21:57:57.861Z[ recovery-image] Sep 02 21:57:57.022 INFO O| Sep 02 21:57:57.022 INFO STEP 517 (remove_files) COMPLETE
68992026-09-02T21:57:57.861Z[ recovery-image] Sep 02 21:57:57.022 INFO O| Sep 02 21:57:57.022 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-09-02T21:57:57.870Z[ recovery-image] Sep 02 21:57:57.032 INFO O| Sep 02 21:57:57.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
69012026-09-02T21:57:57.870Z[ recovery-image] Sep 02 21:57:57.032 INFO O| Sep 02 21:57:57.032 INFO STEP 518 (remove_files) COMPLETE
69022026-09-02T21:57:57.870Z[ recovery-image] Sep 02 21:57:57.032 INFO O| Sep 02 21:57:57.032 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-09-02T21:57:57.882Z[ recovery-image] Sep 02 21:57:57.044 INFO O| Sep 02 21:57:57.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
69042026-09-02T21:57:57.882Z[ recovery-image] Sep 02 21:57:57.044 INFO O| Sep 02 21:57:57.044 INFO STEP 519 (remove_files) COMPLETE
69052026-09-02T21:57:57.882Z[ recovery-image] Sep 02 21:57:57.044 INFO O| Sep 02 21:57:57.044 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-09-02T21:57:57.892Z[ recovery-image] Sep 02 21:57:57.054 INFO O| Sep 02 21:57:57.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
69072026-09-02T21:57:57.892Z[ recovery-image] Sep 02 21:57:57.054 INFO O| Sep 02 21:57:57.054 INFO STEP 520 (remove_files) COMPLETE
69082026-09-02T21:57:57.897Z[ recovery-image] Sep 02 21:57:57.054 INFO O| Sep 02 21:57:57.054 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-09-02T21:57:57.908Z[ recovery-image] Sep 02 21:57:57.070 INFO O| Sep 02 21:57:57.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
69102026-09-02T21:57:57.908Z[ recovery-image] Sep 02 21:57:57.070 INFO O| Sep 02 21:57:57.070 INFO STEP 521 (remove_files) COMPLETE
69112026-09-02T21:57:57.912Z[ recovery-image] Sep 02 21:57:57.070 INFO O| Sep 02 21:57:57.070 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-09-02T21:57:57.920Z[ recovery-image] Sep 02 21:57:57.081 INFO O| Sep 02 21:57:57.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
69132026-09-02T21:57:57.920Z[ recovery-image] Sep 02 21:57:57.081 INFO O| Sep 02 21:57:57.081 INFO STEP 522 (remove_files) COMPLETE
69142026-09-02T21:57:57.921Z[ recovery-image] Sep 02 21:57:57.081 INFO O| Sep 02 21:57:57.081 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-09-02T21:57:57.932Z[ recovery-image] Sep 02 21:57:57.094 INFO O| Sep 02 21:57:57.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
69162026-09-02T21:57:57.932Z[ recovery-image] Sep 02 21:57:57.094 INFO O| Sep 02 21:57:57.094 INFO STEP 523 (remove_files) COMPLETE
69172026-09-02T21:57:57.932Z[ recovery-image] Sep 02 21:57:57.094 INFO O| Sep 02 21:57:57.094 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-09-02T21:57:57.945Z[ recovery-image] Sep 02 21:57:57.104 INFO O| Sep 02 21:57:57.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
69192026-09-02T21:57:57.945Z[ recovery-image] Sep 02 21:57:57.104 INFO O| Sep 02 21:57:57.104 INFO STEP 524 (remove_files) COMPLETE
69202026-09-02T21:57:57.945Z[ recovery-image] Sep 02 21:57:57.104 INFO O| Sep 02 21:57:57.104 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-09-02T21:57:57.952Z[ recovery-image] Sep 02 21:57:57.114 INFO O| Sep 02 21:57:57.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
69222026-09-02T21:57:57.952Z[ recovery-image] Sep 02 21:57:57.114 INFO O| Sep 02 21:57:57.114 INFO STEP 525 (remove_files) COMPLETE
69232026-09-02T21:57:57.952Z[ recovery-image] Sep 02 21:57:57.114 INFO O| Sep 02 21:57:57.114 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69242026-09-02T21:57:58.014Z[ recovery-image] Sep 02 21:57:57.126 INFO O| Sep 02 21:57:57.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
69252026-09-02T21:57:58.014Z[ recovery-image] Sep 02 21:57:57.126 INFO O| Sep 02 21:57:57.126 INFO STEP 526 (remove_files) COMPLETE
69262026-09-02T21:57:58.014Z[ recovery-image] Sep 02 21:57:57.126 INFO O| Sep 02 21:57:57.126 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69272026-09-02T21:57:58.018Z[ recovery-image] Sep 02 21:57:57.136 INFO O| Sep 02 21:57:57.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69282026-09-02T21:57:58.018Z[ recovery-image] Sep 02 21:57:57.136 INFO O| Sep 02 21:57:57.136 INFO STEP 527 (remove_files) COMPLETE
69292026-09-02T21:57:58.018Z[ recovery-image] Sep 02 21:57:57.136 INFO O| Sep 02 21:57:57.136 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69302026-09-02T21:57:58.018Z[ recovery-image] Sep 02 21:57:57.146 INFO O| Sep 02 21:57:57.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69312026-09-02T21:57:58.018Z[ recovery-image] Sep 02 21:57:57.146 INFO O| Sep 02 21:57:57.146 INFO STEP 528 (remove_files) COMPLETE
69322026-09-02T21:57:58.018Z[ recovery-image] Sep 02 21:57:57.146 INFO O| Sep 02 21:57:57.146 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-09-02T21:57:58.018Z[ recovery-image] Sep 02 21:57:57.158 INFO O| Sep 02 21:57:57.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69342026-09-02T21:57:58.018Z[ recovery-image] Sep 02 21:57:57.158 INFO O| Sep 02 21:57:57.158 INFO STEP 529 (remove_files) COMPLETE
69352026-09-02T21:57:58.018Z[ recovery-image] Sep 02 21:57:57.158 INFO O| Sep 02 21:57:57.158 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-09-02T21:57:58.018Z[ recovery-image] Sep 02 21:57:57.170 INFO O| Sep 02 21:57:57.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69372026-09-02T21:57:58.019Z[ recovery-image] Sep 02 21:57:57.170 INFO O| Sep 02 21:57:57.170 INFO STEP 530 (remove_files) COMPLETE
69382026-09-02T21:57:58.019Z[ recovery-image] Sep 02 21:57:57.170 INFO O| Sep 02 21:57:57.170 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-09-02T21:57:58.022Z[ recovery-image] Sep 02 21:57:57.181 INFO O| Sep 02 21:57:57.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69402026-09-02T21:57:58.023Z[ recovery-image] Sep 02 21:57:57.181 INFO O| Sep 02 21:57:57.181 INFO STEP 531 (remove_files) COMPLETE
69412026-09-02T21:57:58.023Z[ recovery-image] Sep 02 21:57:57.181 INFO O| Sep 02 21:57:57.181 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69422026-09-02T21:57:58.031Z[ recovery-image] Sep 02 21:57:57.192 INFO O| Sep 02 21:57:57.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69432026-09-02T21:57:58.031Z[ recovery-image] Sep 02 21:57:57.192 INFO O| Sep 02 21:57:57.192 INFO STEP 532 (remove_files) COMPLETE
69442026-09-02T21:57:58.035Z[ recovery-image] Sep 02 21:57:57.192 INFO O| Sep 02 21:57:57.192 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69452026-09-02T21:57:58.041Z[ recovery-image] Sep 02 21:57:57.203 INFO O| Sep 02 21:57:57.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69462026-09-02T21:57:58.041Z[ recovery-image] Sep 02 21:57:57.203 INFO O| Sep 02 21:57:57.203 INFO STEP 533 (remove_files) COMPLETE
69472026-09-02T21:57:58.045Z[ recovery-image] Sep 02 21:57:57.203 INFO O| Sep 02 21:57:57.203 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-09-02T21:57:58.053Z[ recovery-image] Sep 02 21:57:57.215 INFO O| Sep 02 21:57:57.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69492026-09-02T21:57:58.058Z[ recovery-image] Sep 02 21:57:57.216 INFO O| Sep 02 21:57:57.216 INFO STEP 534 (remove_files) COMPLETE
69502026-09-02T21:57:58.058Z[ recovery-image] Sep 02 21:57:57.216 INFO O| Sep 02 21:57:57.216 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-09-02T21:57:58.067Z[ recovery-image] Sep 02 21:57:57.228 INFO O| Sep 02 21:57:57.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69522026-09-02T21:57:58.071Z[ recovery-image] Sep 02 21:57:57.229 INFO O| Sep 02 21:57:57.229 INFO STEP 535 (remove_files) COMPLETE
69532026-09-02T21:57:58.071Z[ recovery-image] Sep 02 21:57:57.229 INFO O| Sep 02 21:57:57.229 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-09-02T21:57:58.079Z[ recovery-image] Sep 02 21:57:57.241 INFO O| Sep 02 21:57:57.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69552026-09-02T21:57:58.079Z[ recovery-image] Sep 02 21:57:57.241 INFO O| Sep 02 21:57:57.241 INFO STEP 536 (remove_files) COMPLETE
69562026-09-02T21:57:58.079Z[ recovery-image] Sep 02 21:57:57.241 INFO O| Sep 02 21:57:57.241 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-09-02T21:57:58.092Z[ recovery-image] Sep 02 21:57:57.254 INFO O| Sep 02 21:57:57.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69582026-09-02T21:57:58.092Z[ recovery-image] Sep 02 21:57:57.254 INFO O| Sep 02 21:57:57.254 INFO STEP 537 (remove_files) COMPLETE
69592026-09-02T21:57:58.095Z[ recovery-image] Sep 02 21:57:57.254 INFO O| Sep 02 21:57:57.254 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-09-02T21:57:58.103Z[ recovery-image] Sep 02 21:57:57.265 INFO O| Sep 02 21:57:57.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69612026-09-02T21:57:58.103Z[ recovery-image] Sep 02 21:57:57.265 INFO O| Sep 02 21:57:57.265 INFO STEP 538 (remove_files) COMPLETE
69622026-09-02T21:57:58.103Z[ recovery-image] Sep 02 21:57:57.265 INFO O| Sep 02 21:57:57.265 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-09-02T21:57:58.115Z[ recovery-image] Sep 02 21:57:57.277 INFO O| Sep 02 21:57:57.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69642026-09-02T21:57:58.119Z[ recovery-image] Sep 02 21:57:57.277 INFO O| Sep 02 21:57:57.277 INFO STEP 539 (remove_files) COMPLETE
69652026-09-02T21:57:58.119Z[ recovery-image] Sep 02 21:57:57.277 INFO O| Sep 02 21:57:57.277 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-09-02T21:57:58.129Z[ recovery-image] Sep 02 21:57:57.289 INFO O| Sep 02 21:57:57.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69672026-09-02T21:57:58.129Z[ recovery-image] Sep 02 21:57:57.289 INFO O| Sep 02 21:57:57.289 INFO STEP 540 (remove_files) COMPLETE
69682026-09-02T21:57:58.129Z[ recovery-image] Sep 02 21:57:57.289 INFO O| Sep 02 21:57:57.289 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-09-02T21:57:58.138Z[ recovery-image] Sep 02 21:57:57.300 INFO O| Sep 02 21:57:57.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69702026-09-02T21:57:58.139Z[ recovery-image] Sep 02 21:57:57.300 INFO O| Sep 02 21:57:57.300 INFO STEP 541 (remove_files) COMPLETE
69712026-09-02T21:57:58.139Z[ recovery-image] Sep 02 21:57:57.300 INFO O| Sep 02 21:57:57.300 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-09-02T21:57:58.145Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
69732026-09-02T21:57:58.148Z[ recovery-image] Sep 02 21:57:57.310 INFO O| Sep 02 21:57:57.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69742026-09-02T21:57:58.148Z[ recovery-image] Sep 02 21:57:57.310 INFO O| Sep 02 21:57:57.310 INFO STEP 542 (remove_files) COMPLETE
69752026-09-02T21:57:58.148Z[ recovery-image] Sep 02 21:57:57.310 INFO O| Sep 02 21:57:57.310 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-09-02T21:57:58.160Z[ recovery-image] Sep 02 21:57:57.322 INFO O| Sep 02 21:57:57.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69772026-09-02T21:57:58.160Z[ recovery-image] Sep 02 21:57:57.322 INFO O| Sep 02 21:57:57.322 INFO STEP 543 (remove_files) COMPLETE
69782026-09-02T21:57:58.164Z[ recovery-image] Sep 02 21:57:57.322 INFO O| Sep 02 21:57:57.322 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-09-02T21:57:58.172Z[ recovery-image] Sep 02 21:57:57.333 INFO O| Sep 02 21:57:57.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69802026-09-02T21:57:58.172Z[ recovery-image] Sep 02 21:57:57.333 INFO O| Sep 02 21:57:57.333 INFO STEP 544 (remove_files) COMPLETE
69812026-09-02T21:57:58.172Z[ recovery-image] Sep 02 21:57:57.333 INFO O| Sep 02 21:57:57.333 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-09-02T21:57:58.182Z[ recovery-image] Sep 02 21:57:57.344 INFO O| Sep 02 21:57:57.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69832026-09-02T21:57:58.182Z[ recovery-image] Sep 02 21:57:57.344 INFO O| Sep 02 21:57:57.344 INFO STEP 545 (remove_files) COMPLETE
69842026-09-02T21:57:58.182Z[ recovery-image] Sep 02 21:57:57.344 INFO O| Sep 02 21:57:57.344 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-09-02T21:57:58.194Z[ recovery-image] Sep 02 21:57:57.356 INFO O| Sep 02 21:57:57.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69862026-09-02T21:57:58.194Z[ recovery-image] Sep 02 21:57:57.356 INFO O| Sep 02 21:57:57.356 INFO STEP 546 (remove_files) COMPLETE
69872026-09-02T21:57:58.194Z[ recovery-image] Sep 02 21:57:57.356 INFO O| Sep 02 21:57:57.356 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-09-02T21:57:58.206Z[ recovery-image] Sep 02 21:57:57.367 INFO O| Sep 02 21:57:57.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69892026-09-02T21:57:58.210Z[ recovery-image] Sep 02 21:57:57.368 INFO O| Sep 02 21:57:57.367 INFO STEP 547 (remove_files) COMPLETE
69902026-09-02T21:57:58.210Z[ recovery-image] Sep 02 21:57:57.368 INFO O| Sep 02 21:57:57.367 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-09-02T21:57:58.218Z[ recovery-image] Sep 02 21:57:57.380 INFO O| Sep 02 21:57:57.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69922026-09-02T21:57:58.218Z[ recovery-image] Sep 02 21:57:57.380 INFO O| Sep 02 21:57:57.380 INFO STEP 548 (remove_files) COMPLETE
69932026-09-02T21:57:58.222Z[ recovery-image] Sep 02 21:57:57.380 INFO O| Sep 02 21:57:57.380 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69942026-09-02T21:57:58.231Z[ recovery-image] Sep 02 21:57:57.392 INFO O| Sep 02 21:57:57.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69952026-09-02T21:57:58.231Z[ recovery-image] Sep 02 21:57:57.392 INFO O| Sep 02 21:57:57.392 INFO STEP 549 (remove_files) COMPLETE
69962026-09-02T21:57:58.237Z[ recovery-image] Sep 02 21:57:57.392 INFO O| Sep 02 21:57:57.392 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-09-02T21:57:58.242Z[ recovery-image] Sep 02 21:57:57.404 INFO O| Sep 02 21:57:57.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69982026-09-02T21:57:58.242Z[ recovery-image] Sep 02 21:57:57.404 INFO O| Sep 02 21:57:57.404 INFO STEP 550 (remove_files) COMPLETE
69992026-09-02T21:57:58.242Z[ recovery-image] Sep 02 21:57:57.404 INFO O| Sep 02 21:57:57.404 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-09-02T21:57:58.254Z[ recovery-image] Sep 02 21:57:57.416 INFO O| Sep 02 21:57:57.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
70012026-09-02T21:57:58.254Z[ recovery-image] Sep 02 21:57:57.416 INFO O| Sep 02 21:57:57.416 INFO STEP 551 (remove_files) COMPLETE
70022026-09-02T21:57:58.254Z[ recovery-image] Sep 02 21:57:57.416 INFO O| Sep 02 21:57:57.416 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-09-02T21:57:58.266Z[ recovery-image] Sep 02 21:57:57.427 INFO O| Sep 02 21:57:57.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
70042026-09-02T21:57:58.266Z[ recovery-image] Sep 02 21:57:57.427 INFO O| Sep 02 21:57:57.427 INFO STEP 552 (remove_files) COMPLETE
70052026-09-02T21:57:58.267Z[ recovery-image] Sep 02 21:57:57.427 INFO O| Sep 02 21:57:57.427 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-09-02T21:57:58.276Z[ recovery-image] Sep 02 21:57:57.438 INFO O| Sep 02 21:57:57.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
70072026-09-02T21:57:58.276Z[ recovery-image] Sep 02 21:57:57.439 INFO O| Sep 02 21:57:57.439 INFO STEP 553 (remove_files) COMPLETE
70082026-09-02T21:57:58.277Z[ recovery-image] Sep 02 21:57:57.439 INFO O| Sep 02 21:57:57.439 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-09-02T21:57:58.288Z[ recovery-image] Sep 02 21:57:57.450 INFO O| Sep 02 21:57:57.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
70102026-09-02T21:57:58.288Z[ recovery-image] Sep 02 21:57:57.450 INFO O| Sep 02 21:57:57.450 INFO STEP 554 (remove_files) COMPLETE
70112026-09-02T21:57:58.288Z[ recovery-image] Sep 02 21:57:57.450 INFO O| Sep 02 21:57:57.450 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-09-02T21:57:58.299Z[ recovery-image] Sep 02 21:57:57.461 INFO O| Sep 02 21:57:57.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
70132026-09-02T21:57:58.299Z[ recovery-image] Sep 02 21:57:57.461 INFO O| Sep 02 21:57:57.461 INFO STEP 555 (remove_files) COMPLETE
70142026-09-02T21:57:58.299Z[ recovery-image] Sep 02 21:57:57.461 INFO O| Sep 02 21:57:57.461 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-09-02T21:57:58.309Z[ recovery-image] Sep 02 21:57:57.471 INFO O| Sep 02 21:57:57.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
70162026-09-02T21:57:58.310Z[ recovery-image] Sep 02 21:57:57.471 INFO O| Sep 02 21:57:57.471 INFO STEP 556 (remove_files) COMPLETE
70172026-09-02T21:57:58.310Z[ recovery-image] Sep 02 21:57:57.471 INFO O| Sep 02 21:57:57.471 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-09-02T21:57:58.321Z[ recovery-image] Sep 02 21:57:57.483 INFO O| Sep 02 21:57:57.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
70192026-09-02T21:57:58.321Z[ recovery-image] Sep 02 21:57:57.483 INFO O| Sep 02 21:57:57.483 INFO STEP 557 (remove_files) COMPLETE
70202026-09-02T21:57:58.321Z[ recovery-image] Sep 02 21:57:57.483 INFO O| Sep 02 21:57:57.483 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-09-02T21:57:58.333Z[ recovery-image] Sep 02 21:57:57.495 INFO O| Sep 02 21:57:57.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
70222026-09-02T21:57:58.333Z[ recovery-image] Sep 02 21:57:57.495 INFO O| Sep 02 21:57:57.495 INFO STEP 558 (remove_files) COMPLETE
70232026-09-02T21:57:58.333Z[ recovery-image] Sep 02 21:57:57.495 INFO O| Sep 02 21:57:57.495 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-09-02T21:57:58.345Z[ recovery-image] Sep 02 21:57:57.507 INFO O| Sep 02 21:57:57.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
70252026-09-02T21:57:58.345Z[ recovery-image] Sep 02 21:57:57.507 INFO O| Sep 02 21:57:57.507 INFO STEP 559 (remove_files) COMPLETE
70262026-09-02T21:57:58.346Z[ recovery-image] Sep 02 21:57:57.507 INFO O| Sep 02 21:57:57.507 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-09-02T21:57:58.356Z[ recovery-image] Sep 02 21:57:57.517 INFO O| Sep 02 21:57:57.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70282026-09-02T21:57:58.357Z[ recovery-image] Sep 02 21:57:57.517 INFO O| Sep 02 21:57:57.517 INFO STEP 560 (remove_files) COMPLETE
70292026-09-02T21:57:58.357Z[ recovery-image] Sep 02 21:57:57.517 INFO O| Sep 02 21:57:57.517 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-09-02T21:57:58.366Z[ recovery-image] Sep 02 21:57:57.527 INFO O| Sep 02 21:57:57.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70312026-09-02T21:57:58.366Z[ recovery-image] Sep 02 21:57:57.527 INFO O| Sep 02 21:57:57.527 INFO STEP 561 (remove_files) COMPLETE
70322026-09-02T21:57:58.366Z[ recovery-image] Sep 02 21:57:57.527 INFO O| Sep 02 21:57:57.527 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-09-02T21:57:58.378Z[ recovery-image] Sep 02 21:57:57.539 INFO O| Sep 02 21:57:57.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70342026-09-02T21:57:58.378Z[ recovery-image] Sep 02 21:57:57.539 INFO O| Sep 02 21:57:57.539 INFO STEP 562 (remove_files) COMPLETE
70352026-09-02T21:57:58.378Z[ recovery-image] Sep 02 21:57:57.539 INFO O| Sep 02 21:57:57.539 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-09-02T21:57:58.390Z[ recovery-image] Sep 02 21:57:57.551 INFO O| Sep 02 21:57:57.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70372026-09-02T21:57:58.390Z[ recovery-image] Sep 02 21:57:57.551 INFO O| Sep 02 21:57:57.551 INFO STEP 563 (remove_files) COMPLETE
70382026-09-02T21:57:58.394Z[ recovery-image] Sep 02 21:57:57.551 INFO O| Sep 02 21:57:57.551 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-09-02T21:57:58.400Z[ recovery-image] Sep 02 21:57:57.562 INFO O| Sep 02 21:57:57.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70402026-09-02T21:57:58.400Z[ recovery-image] Sep 02 21:57:57.562 INFO O| Sep 02 21:57:57.562 INFO STEP 564 (remove_files) COMPLETE
70412026-09-02T21:57:58.403Z[ recovery-image] Sep 02 21:57:57.562 INFO O| Sep 02 21:57:57.562 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-09-02T21:57:58.410Z[ recovery-image] Sep 02 21:57:57.572 INFO O| Sep 02 21:57:57.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70432026-09-02T21:57:58.413Z[ recovery-image] Sep 02 21:57:57.573 INFO O| Sep 02 21:57:57.573 INFO STEP 565 (remove_files) COMPLETE
70442026-09-02T21:57:58.414Z[ recovery-image] Sep 02 21:57:57.573 INFO O| Sep 02 21:57:57.573 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-09-02T21:57:58.423Z[ recovery-image] Sep 02 21:57:57.586 INFO O| Sep 02 21:57:57.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70462026-09-02T21:57:58.427Z[ recovery-image] Sep 02 21:57:57.586 INFO O| Sep 02 21:57:57.586 INFO STEP 566 (remove_files) COMPLETE
70472026-09-02T21:57:58.427Z[ recovery-image] Sep 02 21:57:57.587 INFO O| Sep 02 21:57:57.586 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-09-02T21:57:58.436Z[ recovery-image] Sep 02 21:57:57.598 INFO O| Sep 02 21:57:57.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70492026-09-02T21:57:58.436Z[ recovery-image] Sep 02 21:57:57.598 INFO O| Sep 02 21:57:57.598 INFO STEP 567 (remove_files) COMPLETE
70502026-09-02T21:57:58.436Z[ recovery-image] Sep 02 21:57:57.598 INFO O| Sep 02 21:57:57.598 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-09-02T21:57:58.445Z[ recovery-image] Sep 02 21:57:57.608 INFO O| Sep 02 21:57:57.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70522026-09-02T21:57:58.446Z[ recovery-image] Sep 02 21:57:57.608 INFO O| Sep 02 21:57:57.608 INFO STEP 568 (remove_files) COMPLETE
70532026-09-02T21:57:58.446Z[ recovery-image] Sep 02 21:57:57.608 INFO O| Sep 02 21:57:57.608 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-09-02T21:57:58.459Z[ recovery-image] Sep 02 21:57:57.620 INFO O| Sep 02 21:57:57.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70552026-09-02T21:57:58.459Z[ recovery-image] Sep 02 21:57:57.620 INFO O| Sep 02 21:57:57.620 INFO STEP 569 (remove_files) COMPLETE
70562026-09-02T21:57:58.459Z[ recovery-image] Sep 02 21:57:57.620 INFO O| Sep 02 21:57:57.620 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-09-02T21:57:58.470Z[ recovery-image] Sep 02 21:57:57.632 INFO O| Sep 02 21:57:57.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70582026-09-02T21:57:58.470Z[ recovery-image] Sep 02 21:57:57.632 INFO O| Sep 02 21:57:57.632 INFO STEP 570 (remove_files) COMPLETE
70592026-09-02T21:57:58.470Z[ recovery-image] Sep 02 21:57:57.632 INFO O| Sep 02 21:57:57.632 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-09-02T21:57:58.474Z[verify-libraries] Compiling socket2 v0.5.10
70612026-09-02T21:57:58.482Z[ recovery-image] Sep 02 21:57:57.643 INFO O| Sep 02 21:57:57.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70622026-09-02T21:57:58.482Z[ recovery-image] Sep 02 21:57:57.643 INFO O| Sep 02 21:57:57.643 INFO STEP 571 (remove_files) COMPLETE
70632026-09-02T21:57:58.483Z[ recovery-image] Sep 02 21:57:57.643 INFO O| Sep 02 21:57:57.643 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-09-02T21:57:58.493Z[ recovery-image] Sep 02 21:57:57.656 INFO O| Sep 02 21:57:57.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70652026-09-02T21:57:58.493Z[ recovery-image] Sep 02 21:57:57.656 INFO O| Sep 02 21:57:57.656 INFO STEP 572 (remove_files) COMPLETE
70662026-09-02T21:57:58.494Z[ recovery-image] Sep 02 21:57:57.656 INFO O| Sep 02 21:57:57.656 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-09-02T21:57:58.507Z[ recovery-image] Sep 02 21:57:57.668 INFO O| Sep 02 21:57:57.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70682026-09-02T21:57:58.507Z[ recovery-image] Sep 02 21:57:57.668 INFO O| Sep 02 21:57:57.668 INFO STEP 573 (remove_files) COMPLETE
70692026-09-02T21:57:58.507Z[ recovery-image] Sep 02 21:57:57.668 INFO O| Sep 02 21:57:57.668 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-09-02T21:57:58.516Z[ recovery-image] Sep 02 21:57:57.678 INFO O| Sep 02 21:57:57.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70712026-09-02T21:57:58.516Z[ recovery-image] Sep 02 21:57:57.678 INFO O| Sep 02 21:57:57.678 INFO STEP 574 (remove_files) COMPLETE
70722026-09-02T21:57:58.516Z[ recovery-image] Sep 02 21:57:57.678 INFO O| Sep 02 21:57:57.678 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-09-02T21:57:58.527Z[ recovery-image] Sep 02 21:57:57.690 INFO O| Sep 02 21:57:57.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70742026-09-02T21:57:58.527Z[ recovery-image] Sep 02 21:57:57.690 INFO O| Sep 02 21:57:57.690 INFO STEP 575 (remove_files) COMPLETE
70752026-09-02T21:57:58.528Z[ recovery-image] Sep 02 21:57:57.690 INFO O| Sep 02 21:57:57.690 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-09-02T21:57:58.539Z[ recovery-image] Sep 02 21:57:57.701 INFO O| Sep 02 21:57:57.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70772026-09-02T21:57:58.539Z[ recovery-image] Sep 02 21:57:57.701 INFO O| Sep 02 21:57:57.701 INFO STEP 576 (remove_files) COMPLETE
70782026-09-02T21:57:58.539Z[ recovery-image] Sep 02 21:57:57.701 INFO O| Sep 02 21:57:57.701 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-09-02T21:57:58.550Z[ recovery-image] Sep 02 21:57:57.712 INFO O| Sep 02 21:57:57.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70802026-09-02T21:57:58.550Z[ recovery-image] Sep 02 21:57:57.712 INFO O| Sep 02 21:57:57.712 INFO STEP 577 (remove_files) COMPLETE
70812026-09-02T21:57:58.554Z[ recovery-image] Sep 02 21:57:57.712 INFO O| Sep 02 21:57:57.712 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-09-02T21:57:58.562Z[ recovery-image] Sep 02 21:57:57.724 INFO O| Sep 02 21:57:57.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70832026-09-02T21:57:58.562Z[ recovery-image] Sep 02 21:57:57.724 INFO O| Sep 02 21:57:57.724 INFO STEP 578 (remove_files) COMPLETE
70842026-09-02T21:57:58.565Z[ recovery-image] Sep 02 21:57:57.724 INFO O| Sep 02 21:57:57.724 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-09-02T21:57:58.573Z[ recovery-image] Sep 02 21:57:57.736 INFO O| Sep 02 21:57:57.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70862026-09-02T21:57:58.577Z[ recovery-image] Sep 02 21:57:57.737 INFO O| Sep 02 21:57:57.737 INFO STEP 579 (remove_files) COMPLETE
70872026-09-02T21:57:58.577Z[ recovery-image] Sep 02 21:57:57.737 INFO O| Sep 02 21:57:57.737 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-09-02T21:57:58.586Z[ recovery-image] Sep 02 21:57:57.748 INFO O| Sep 02 21:57:57.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70892026-09-02T21:57:58.586Z[ recovery-image] Sep 02 21:57:57.748 INFO O| Sep 02 21:57:57.748 INFO STEP 580 (remove_files) COMPLETE
70902026-09-02T21:57:58.586Z[ recovery-image] Sep 02 21:57:57.748 INFO O| Sep 02 21:57:57.748 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-09-02T21:57:58.597Z[ recovery-image] Sep 02 21:57:57.759 INFO O| Sep 02 21:57:57.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70922026-09-02T21:57:58.597Z[ recovery-image] Sep 02 21:57:57.759 INFO O| Sep 02 21:57:57.759 INFO STEP 581 (remove_files) COMPLETE
70932026-09-02T21:57:58.597Z[ recovery-image] Sep 02 21:57:57.759 INFO O| Sep 02 21:57:57.759 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-09-02T21:57:58.608Z[verify-libraries] Compiling fs-err v2.11.0
70952026-09-02T21:57:58.611Z[ recovery-image] Sep 02 21:57:57.770 INFO O| Sep 02 21:57:57.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70962026-09-02T21:57:58.611Z[ recovery-image] Sep 02 21:57:57.770 INFO O| Sep 02 21:57:57.770 INFO STEP 582 (remove_files) COMPLETE
70972026-09-02T21:57:58.611Z[ recovery-image] Sep 02 21:57:57.770 INFO O| Sep 02 21:57:57.770 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-09-02T21:57:58.620Z[ recovery-image] Sep 02 21:57:57.782 INFO O| Sep 02 21:57:57.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70992026-09-02T21:57:58.620Z[ recovery-image] Sep 02 21:57:57.782 INFO O| Sep 02 21:57:57.782 INFO STEP 583 (remove_files) COMPLETE
71002026-09-02T21:57:58.624Z[ recovery-image] Sep 02 21:57:57.782 INFO O| Sep 02 21:57:57.782 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-09-02T21:57:58.630Z[ recovery-image] Sep 02 21:57:57.792 INFO O| Sep 02 21:57:57.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
71022026-09-02T21:57:58.630Z[ recovery-image] Sep 02 21:57:57.792 INFO O| Sep 02 21:57:57.792 INFO STEP 584 (remove_files) COMPLETE
71032026-09-02T21:57:58.630Z[ recovery-image] Sep 02 21:57:57.792 INFO O| Sep 02 21:57:57.792 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-09-02T21:57:58.641Z[ recovery-image] Sep 02 21:57:57.803 INFO O| Sep 02 21:57:57.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
71052026-09-02T21:57:58.641Z[ recovery-image] Sep 02 21:57:57.803 INFO O| Sep 02 21:57:57.803 INFO STEP 585 (remove_files) COMPLETE
71062026-09-02T21:57:58.645Z[ recovery-image] Sep 02 21:57:57.803 INFO O| Sep 02 21:57:57.803 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-09-02T21:57:58.651Z[ recovery-image] Sep 02 21:57:57.813 INFO O| Sep 02 21:57:57.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
71082026-09-02T21:57:58.651Z[ recovery-image] Sep 02 21:57:57.813 INFO O| Sep 02 21:57:57.813 INFO STEP 586 (remove_files) COMPLETE
71092026-09-02T21:57:58.651Z[ recovery-image] Sep 02 21:57:57.813 INFO O| Sep 02 21:57:57.813 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-09-02T21:57:58.663Z[ recovery-image] Sep 02 21:57:57.825 INFO O| Sep 02 21:57:57.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
71112026-09-02T21:57:58.663Z[ recovery-image] Sep 02 21:57:57.825 INFO O| Sep 02 21:57:57.825 INFO STEP 587 (remove_files) COMPLETE
71122026-09-02T21:57:58.663Z[ recovery-image] Sep 02 21:57:57.825 INFO O| Sep 02 21:57:57.825 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-09-02T21:57:58.679Z[ recovery-image] Sep 02 21:57:57.838 INFO O| Sep 02 21:57:57.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
71142026-09-02T21:57:58.679Z[ recovery-image] Sep 02 21:57:57.838 INFO O| Sep 02 21:57:57.838 INFO STEP 588 (remove_files) COMPLETE
71152026-09-02T21:57:58.683Z[ recovery-image] Sep 02 21:57:57.838 INFO O| Sep 02 21:57:57.838 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-09-02T21:57:58.688Z[ recovery-image] Sep 02 21:57:57.850 INFO O| Sep 02 21:57:57.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
71172026-09-02T21:57:58.688Z[ recovery-image] Sep 02 21:57:57.850 INFO O| Sep 02 21:57:57.850 INFO STEP 589 (remove_files) COMPLETE
71182026-09-02T21:57:58.694Z[ recovery-image] Sep 02 21:57:57.850 INFO O| Sep 02 21:57:57.850 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-09-02T21:57:58.698Z[ recovery-image] Sep 02 21:57:57.861 INFO O| Sep 02 21:57:57.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
71202026-09-02T21:57:58.702Z[ recovery-image] Sep 02 21:57:57.862 INFO O| Sep 02 21:57:57.862 INFO STEP 590 (remove_files) COMPLETE
71212026-09-02T21:57:58.702Z[ recovery-image] Sep 02 21:57:57.862 INFO O| Sep 02 21:57:57.862 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-09-02T21:57:58.710Z[ recovery-image] Sep 02 21:57:57.872 INFO O| Sep 02 21:57:57.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
71232026-09-02T21:57:58.713Z[ recovery-image] Sep 02 21:57:57.873 INFO O| Sep 02 21:57:57.873 INFO STEP 591 (remove_files) COMPLETE
71242026-09-02T21:57:58.713Z[ recovery-image] Sep 02 21:57:57.873 INFO O| Sep 02 21:57:57.873 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-09-02T21:57:58.722Z[ recovery-image] Sep 02 21:57:57.884 INFO O| Sep 02 21:57:57.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
71262026-09-02T21:57:58.726Z[ recovery-image] Sep 02 21:57:57.885 INFO O| Sep 02 21:57:57.885 INFO STEP 592 (remove_files) COMPLETE
71272026-09-02T21:57:58.726Z[ recovery-image] Sep 02 21:57:57.885 INFO O| Sep 02 21:57:57.885 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-09-02T21:57:58.734Z[ recovery-image] Sep 02 21:57:57.895 INFO O| Sep 02 21:57:57.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71292026-09-02T21:57:58.735Z[ recovery-image] Sep 02 21:57:57.896 INFO O| Sep 02 21:57:57.895 INFO STEP 593 (remove_files) COMPLETE
71302026-09-02T21:57:58.735Z[ recovery-image] Sep 02 21:57:57.896 INFO O| Sep 02 21:57:57.896 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-09-02T21:57:58.749Z[ recovery-image] Sep 02 21:57:57.909 INFO O| Sep 02 21:57:57.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71322026-09-02T21:57:58.750Z[ recovery-image] Sep 02 21:57:57.909 INFO O| Sep 02 21:57:57.909 INFO STEP 594 (remove_files) COMPLETE
71332026-09-02T21:57:58.750Z[ recovery-image] Sep 02 21:57:57.909 INFO O| Sep 02 21:57:57.909 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-09-02T21:57:58.758Z[ recovery-image] Sep 02 21:57:57.920 INFO O| Sep 02 21:57:57.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71352026-09-02T21:57:58.758Z[ recovery-image] Sep 02 21:57:57.920 INFO O| Sep 02 21:57:57.920 INFO STEP 595 (remove_files) COMPLETE
71362026-09-02T21:57:58.758Z[ recovery-image] Sep 02 21:57:57.920 INFO O| Sep 02 21:57:57.920 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-09-02T21:57:58.768Z[ recovery-image] Sep 02 21:57:57.929 INFO O| Sep 02 21:57:57.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71382026-09-02T21:57:58.768Z[ recovery-image] Sep 02 21:57:57.930 INFO O| Sep 02 21:57:57.930 INFO STEP 596 (remove_files) COMPLETE
71392026-09-02T21:57:58.768Z[ recovery-image] Sep 02 21:57:57.930 INFO O| Sep 02 21:57:57.930 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-09-02T21:57:58.778Z[ recovery-image] Sep 02 21:57:57.940 INFO O| Sep 02 21:57:57.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71412026-09-02T21:57:58.778Z[ recovery-image] Sep 02 21:57:57.940 INFO O| Sep 02 21:57:57.940 INFO STEP 597 (remove_files) COMPLETE
71422026-09-02T21:57:58.779Z[ recovery-image] Sep 02 21:57:57.940 INFO O| Sep 02 21:57:57.940 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-09-02T21:57:58.788Z[ recovery-image] Sep 02 21:57:57.951 INFO O| Sep 02 21:57:57.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71442026-09-02T21:57:58.789Z[ recovery-image] Sep 02 21:57:57.951 INFO O| Sep 02 21:57:57.951 INFO STEP 598 (remove_files) COMPLETE
71452026-09-02T21:57:58.789Z[ recovery-image] Sep 02 21:57:57.951 INFO O| Sep 02 21:57:57.951 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-09-02T21:57:58.799Z[ recovery-image] Sep 02 21:57:57.961 INFO O| Sep 02 21:57:57.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71472026-09-02T21:57:58.799Z[ recovery-image] Sep 02 21:57:57.961 INFO O| Sep 02 21:57:57.961 INFO STEP 599 (remove_files) COMPLETE
71482026-09-02T21:57:58.803Z[ recovery-image] Sep 02 21:57:57.961 INFO O| Sep 02 21:57:57.961 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-09-02T21:57:58.810Z[ recovery-image] Sep 02 21:57:57.972 INFO O| Sep 02 21:57:57.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71502026-09-02T21:57:58.810Z[ recovery-image] Sep 02 21:57:57.972 INFO O| Sep 02 21:57:57.972 INFO STEP 600 (remove_files) COMPLETE
71512026-09-02T21:57:58.810Z[ recovery-image] Sep 02 21:57:57.972 INFO O| Sep 02 21:57:57.972 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-09-02T21:57:58.821Z[ recovery-image] Sep 02 21:57:57.983 INFO O| Sep 02 21:57:57.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71532026-09-02T21:57:58.821Z[ recovery-image] Sep 02 21:57:57.983 INFO O| Sep 02 21:57:57.983 INFO STEP 601 (remove_files) COMPLETE
71542026-09-02T21:57:58.825Z[ recovery-image] Sep 02 21:57:57.983 INFO O| Sep 02 21:57:57.983 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-09-02T21:57:58.832Z[ recovery-image] Sep 02 21:57:57.994 INFO O| Sep 02 21:57:57.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71562026-09-02T21:57:58.832Z[ recovery-image] Sep 02 21:57:57.994 INFO O| Sep 02 21:57:57.994 INFO STEP 602 (remove_files) COMPLETE
71572026-09-02T21:57:58.832Z[ recovery-image] Sep 02 21:57:57.994 INFO O| Sep 02 21:57:57.994 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-09-02T21:57:58.836Z[verify-libraries] Compiling internet-checksum v0.2.1
71592026-09-02T21:57:58.844Z[ recovery-image] Sep 02 21:57:58.005 INFO O| Sep 02 21:57:58.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71602026-09-02T21:57:58.844Z[ recovery-image] Sep 02 21:57:58.005 INFO O| Sep 02 21:57:58.005 INFO STEP 603 (remove_files) COMPLETE
71612026-09-02T21:57:58.844Z[ recovery-image] Sep 02 21:57:58.005 INFO O| Sep 02 21:57:58.005 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-09-02T21:57:58.912Z[ recovery-image] Sep 02 21:57:58.015 INFO O| Sep 02 21:57:58.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71632026-09-02T21:57:58.912Z[ recovery-image] Sep 02 21:57:58.015 INFO O| Sep 02 21:57:58.015 INFO STEP 604 (remove_files) COMPLETE
71642026-09-02T21:57:58.912Z[ recovery-image] Sep 02 21:57:58.015 INFO O| Sep 02 21:57:58.015 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-09-02T21:57:58.912Z[ recovery-image] Sep 02 21:57:58.028 INFO O| Sep 02 21:57:58.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71662026-09-02T21:57:58.912Z[ recovery-image] Sep 02 21:57:58.028 INFO O| Sep 02 21:57:58.028 INFO STEP 605 (remove_files) COMPLETE
71672026-09-02T21:57:58.912Z[ recovery-image] Sep 02 21:57:58.028 INFO O| Sep 02 21:57:58.028 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-09-02T21:57:58.912Z[ recovery-image] Sep 02 21:57:58.043 INFO O| Sep 02 21:57:58.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71692026-09-02T21:57:58.912Z[ recovery-image] Sep 02 21:57:58.043 INFO O| Sep 02 21:57:58.043 INFO STEP 606 (remove_files) COMPLETE
71702026-09-02T21:57:58.912Z[ recovery-image] Sep 02 21:57:58.043 INFO O| Sep 02 21:57:58.043 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-09-02T21:57:58.912Z[ recovery-image] Sep 02 21:57:58.053 INFO O| Sep 02 21:57:58.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71722026-09-02T21:57:58.913Z[ recovery-image] Sep 02 21:57:58.053 INFO O| Sep 02 21:57:58.053 INFO STEP 607 (remove_files) COMPLETE
71732026-09-02T21:57:58.913Z[ recovery-image] Sep 02 21:57:58.053 INFO O| Sep 02 21:57:58.053 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-09-02T21:57:58.913Z[ recovery-image] Sep 02 21:57:58.064 INFO O| Sep 02 21:57:58.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71752026-09-02T21:57:58.913Z[ recovery-image] Sep 02 21:57:58.064 INFO O| Sep 02 21:57:58.064 INFO STEP 608 (remove_files) COMPLETE
71762026-09-02T21:57:58.913Z[ recovery-image] Sep 02 21:57:58.064 INFO O| Sep 02 21:57:58.064 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-09-02T21:57:58.918Z[ recovery-image] Sep 02 21:57:58.075 INFO O| Sep 02 21:57:58.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71782026-09-02T21:57:58.918Z[ recovery-image] Sep 02 21:57:58.075 INFO O| Sep 02 21:57:58.075 INFO STEP 609 (remove_files) COMPLETE
71792026-09-02T21:57:58.918Z[ recovery-image] Sep 02 21:57:58.075 INFO O| Sep 02 21:57:58.075 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-09-02T21:57:58.925Z[ recovery-image] Sep 02 21:57:58.087 INFO O| Sep 02 21:57:58.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71812026-09-02T21:57:58.925Z[ recovery-image] Sep 02 21:57:58.087 INFO O| Sep 02 21:57:58.087 INFO STEP 610 (remove_files) COMPLETE
71822026-09-02T21:57:58.925Z[ recovery-image] Sep 02 21:57:58.087 INFO O| Sep 02 21:57:58.087 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-09-02T21:57:58.936Z[ recovery-image] Sep 02 21:57:58.098 INFO O| Sep 02 21:57:58.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71842026-09-02T21:57:58.936Z[ recovery-image] Sep 02 21:57:58.098 INFO O| Sep 02 21:57:58.098 INFO STEP 611 (remove_files) COMPLETE
71852026-09-02T21:57:58.940Z[ recovery-image] Sep 02 21:57:58.098 INFO O| Sep 02 21:57:58.098 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-09-02T21:57:58.948Z[ recovery-image] Sep 02 21:57:58.110 INFO O| Sep 02 21:57:58.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71872026-09-02T21:57:58.948Z[ recovery-image] Sep 02 21:57:58.110 INFO O| Sep 02 21:57:58.110 INFO STEP 612 (remove_files) COMPLETE
71882026-09-02T21:57:58.953Z[ recovery-image] Sep 02 21:57:58.110 INFO O| Sep 02 21:57:58.110 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-09-02T21:57:58.958Z[ recovery-image] Sep 02 21:57:58.120 INFO O| Sep 02 21:57:58.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71902026-09-02T21:57:58.958Z[ recovery-image] Sep 02 21:57:58.121 INFO O| Sep 02 21:57:58.121 INFO STEP 613 (remove_files) COMPLETE
71912026-09-02T21:57:58.958Z[ recovery-image] Sep 02 21:57:58.121 INFO O| Sep 02 21:57:58.121 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-09-02T21:57:58.971Z[ recovery-image] Sep 02 21:57:58.132 INFO O| Sep 02 21:57:58.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71932026-09-02T21:57:58.971Z[ recovery-image] Sep 02 21:57:58.132 INFO O| Sep 02 21:57:58.132 INFO STEP 614 (remove_files) COMPLETE
71942026-09-02T21:57:58.971Z[ recovery-image] Sep 02 21:57:58.132 INFO O| Sep 02 21:57:58.132 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-09-02T21:57:58.983Z[ recovery-image] Sep 02 21:57:58.145 INFO O| Sep 02 21:57:58.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71962026-09-02T21:57:58.983Z[ recovery-image] Sep 02 21:57:58.145 INFO O| Sep 02 21:57:58.145 INFO STEP 615 (remove_files) COMPLETE
71972026-09-02T21:57:58.983Z[ recovery-image] Sep 02 21:57:58.145 INFO O| Sep 02 21:57:58.145 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-09-02T21:57:58.996Z[ recovery-image] Sep 02 21:57:58.157 INFO O| Sep 02 21:57:58.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71992026-09-02T21:57:58.996Z[ recovery-image] Sep 02 21:57:58.157 INFO O| Sep 02 21:57:58.157 INFO STEP 616 (remove_files) COMPLETE
72002026-09-02T21:57:58.996Z[ recovery-image] Sep 02 21:57:58.157 INFO O| Sep 02 21:57:58.157 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-09-02T21:57:59.007Z[ recovery-image] Sep 02 21:57:58.169 INFO O| Sep 02 21:57:58.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
72022026-09-02T21:57:59.007Z[ recovery-image] Sep 02 21:57:58.169 INFO O| Sep 02 21:57:58.169 INFO STEP 617 (remove_files) COMPLETE
72032026-09-02T21:57:59.011Z[ recovery-image] Sep 02 21:57:58.169 INFO O| Sep 02 21:57:58.169 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-09-02T21:57:59.018Z[ recovery-image] Sep 02 21:57:58.180 INFO O| Sep 02 21:57:58.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
72052026-09-02T21:57:59.018Z[ recovery-image] Sep 02 21:57:58.180 INFO O| Sep 02 21:57:58.180 INFO STEP 618 (remove_files) COMPLETE
72062026-09-02T21:57:59.018Z[ recovery-image] Sep 02 21:57:58.180 INFO O| Sep 02 21:57:58.180 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-09-02T21:57:59.029Z[ recovery-image] Sep 02 21:57:58.191 INFO O| Sep 02 21:57:58.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
72082026-09-02T21:57:59.029Z[ recovery-image] Sep 02 21:57:58.191 INFO O| Sep 02 21:57:58.191 INFO STEP 619 (remove_files) COMPLETE
72092026-09-02T21:57:59.030Z[ recovery-image] Sep 02 21:57:58.191 INFO O| Sep 02 21:57:58.191 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-09-02T21:57:59.039Z[ recovery-image] Sep 02 21:57:58.201 INFO O| Sep 02 21:57:58.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
72112026-09-02T21:57:59.043Z[ recovery-image] Sep 02 21:57:58.201 INFO O| Sep 02 21:57:58.201 INFO STEP 620 (remove_files) COMPLETE
72122026-09-02T21:57:59.044Z[ recovery-image] Sep 02 21:57:58.201 INFO O| Sep 02 21:57:58.201 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-09-02T21:57:59.044Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
72142026-09-02T21:57:59.051Z[ recovery-image] Sep 02 21:57:58.212 INFO O| Sep 02 21:57:58.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
72152026-09-02T21:57:59.051Z[ recovery-image] Sep 02 21:57:58.212 INFO O| Sep 02 21:57:58.212 INFO STEP 621 (remove_files) COMPLETE
72162026-09-02T21:57:59.051Z[ recovery-image] Sep 02 21:57:58.212 INFO O| Sep 02 21:57:58.212 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-09-02T21:57:59.063Z[ recovery-image] Sep 02 21:57:58.224 INFO O| Sep 02 21:57:58.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
72182026-09-02T21:57:59.063Z[ recovery-image] Sep 02 21:57:58.224 INFO O| Sep 02 21:57:58.224 INFO STEP 622 (remove_files) COMPLETE
72192026-09-02T21:57:59.063Z[ recovery-image] Sep 02 21:57:58.224 INFO O| Sep 02 21:57:58.224 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-09-02T21:57:59.078Z[ recovery-image] Sep 02 21:57:58.240 INFO O| Sep 02 21:57:58.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
72212026-09-02T21:57:59.078Z[ recovery-image] Sep 02 21:57:58.240 INFO O| Sep 02 21:57:58.237 INFO STEP 623 (remove_files) COMPLETE
72222026-09-02T21:57:59.078Z[ recovery-image] Sep 02 21:57:58.240 INFO O| Sep 02 21:57:58.237 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-09-02T21:57:59.087Z[ recovery-image] Sep 02 21:57:58.248 INFO O| Sep 02 21:57:58.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
72242026-09-02T21:57:59.087Z[ recovery-image] Sep 02 21:57:58.248 INFO O| Sep 02 21:57:58.248 INFO STEP 624 (remove_files) COMPLETE
72252026-09-02T21:57:59.090Z[ recovery-image] Sep 02 21:57:58.248 INFO O| Sep 02 21:57:58.248 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-09-02T21:57:59.096Z[ recovery-image] Sep 02 21:57:58.259 INFO O| Sep 02 21:57:58.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
72272026-09-02T21:57:59.097Z[ recovery-image] Sep 02 21:57:58.259 INFO O| Sep 02 21:57:58.259 INFO STEP 625 (remove_files) COMPLETE
72282026-09-02T21:57:59.097Z[ recovery-image] Sep 02 21:57:58.259 INFO O| Sep 02 21:57:58.259 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-09-02T21:57:59.108Z[ recovery-image] Sep 02 21:57:58.270 INFO O| Sep 02 21:57:58.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72302026-09-02T21:57:59.108Z[ recovery-image] Sep 02 21:57:58.270 INFO O| Sep 02 21:57:58.270 INFO STEP 626 (remove_files) COMPLETE
72312026-09-02T21:57:59.108Z[ recovery-image] Sep 02 21:57:58.271 INFO O| Sep 02 21:57:58.270 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-09-02T21:57:59.119Z[ recovery-image] Sep 02 21:57:58.281 INFO O| Sep 02 21:57:58.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72332026-09-02T21:57:59.119Z[ recovery-image] Sep 02 21:57:58.281 INFO O| Sep 02 21:57:58.281 INFO STEP 627 (remove_files) COMPLETE
72342026-09-02T21:57:59.119Z[ recovery-image] Sep 02 21:57:58.281 INFO O| Sep 02 21:57:58.281 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-09-02T21:57:59.129Z[ recovery-image] Sep 02 21:57:58.291 INFO O| Sep 02 21:57:58.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72362026-09-02T21:57:59.129Z[ recovery-image] Sep 02 21:57:58.291 INFO O| Sep 02 21:57:58.291 INFO STEP 628 (remove_files) COMPLETE
72372026-09-02T21:57:59.129Z[ recovery-image] Sep 02 21:57:58.291 INFO O| Sep 02 21:57:58.291 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-09-02T21:57:59.144Z[ recovery-image] Sep 02 21:57:58.302 INFO O| Sep 02 21:57:58.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72392026-09-02T21:57:59.144Z[ recovery-image] Sep 02 21:57:58.302 INFO O| Sep 02 21:57:58.302 INFO STEP 629 (remove_files) COMPLETE
72402026-09-02T21:57:59.148Z[ recovery-image] Sep 02 21:57:58.302 INFO O| Sep 02 21:57:58.302 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-09-02T21:57:59.152Z[ recovery-image] Sep 02 21:57:58.312 INFO O| Sep 02 21:57:58.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72422026-09-02T21:57:59.152Z[ recovery-image] Sep 02 21:57:58.312 INFO O| Sep 02 21:57:58.312 INFO STEP 630 (remove_files) COMPLETE
72432026-09-02T21:57:59.152Z[ recovery-image] Sep 02 21:57:58.312 INFO O| Sep 02 21:57:58.312 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-09-02T21:57:59.161Z[ recovery-image] Sep 02 21:57:58.323 INFO O| Sep 02 21:57:58.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72452026-09-02T21:57:59.161Z[ recovery-image] Sep 02 21:57:58.323 INFO O| Sep 02 21:57:58.323 INFO STEP 631 (remove_files) COMPLETE
72462026-09-02T21:57:59.161Z[ recovery-image] Sep 02 21:57:58.323 INFO O| Sep 02 21:57:58.323 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-09-02T21:57:59.171Z[ recovery-image] Sep 02 21:57:58.333 INFO O| Sep 02 21:57:58.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72482026-09-02T21:57:59.171Z[ recovery-image] Sep 02 21:57:58.333 INFO O| Sep 02 21:57:58.333 INFO STEP 632 (remove_files) COMPLETE
72492026-09-02T21:57:59.172Z[ recovery-image] Sep 02 21:57:58.333 INFO O| Sep 02 21:57:58.333 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-09-02T21:57:59.181Z[ recovery-image] Sep 02 21:57:58.343 INFO O| Sep 02 21:57:58.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72512026-09-02T21:57:59.181Z[ recovery-image] Sep 02 21:57:58.343 INFO O| Sep 02 21:57:58.343 INFO STEP 633 (remove_files) COMPLETE
72522026-09-02T21:57:59.185Z[ recovery-image] Sep 02 21:57:58.343 INFO O| Sep 02 21:57:58.343 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-09-02T21:57:59.194Z[ recovery-image] Sep 02 21:57:58.355 INFO O| Sep 02 21:57:58.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72542026-09-02T21:57:59.194Z[ recovery-image] Sep 02 21:57:58.355 INFO O| Sep 02 21:57:58.355 INFO STEP 634 (remove_files) COMPLETE
72552026-09-02T21:57:59.200Z[ recovery-image] Sep 02 21:57:58.355 INFO O| Sep 02 21:57:58.355 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-09-02T21:57:59.206Z[ recovery-image] Sep 02 21:57:58.367 INFO O| Sep 02 21:57:58.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72572026-09-02T21:57:59.206Z[ recovery-image] Sep 02 21:57:58.367 INFO O| Sep 02 21:57:58.367 INFO STEP 635 (remove_files) COMPLETE
72582026-09-02T21:57:59.206Z[ recovery-image] Sep 02 21:57:58.367 INFO O| Sep 02 21:57:58.367 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-09-02T21:57:59.216Z[ recovery-image] Sep 02 21:57:58.378 INFO O| Sep 02 21:57:58.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72602026-09-02T21:57:59.216Z[ recovery-image] Sep 02 21:57:58.378 INFO O| Sep 02 21:57:58.378 INFO STEP 636 (remove_files) COMPLETE
72612026-09-02T21:57:59.216Z[ recovery-image] Sep 02 21:57:58.378 INFO O| Sep 02 21:57:58.378 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-09-02T21:57:59.227Z[ recovery-image] Sep 02 21:57:58.389 INFO O| Sep 02 21:57:58.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72632026-09-02T21:57:59.227Z[ recovery-image] Sep 02 21:57:58.389 INFO O| Sep 02 21:57:58.389 INFO STEP 637 (remove_files) COMPLETE
72642026-09-02T21:57:59.231Z[ recovery-image] Sep 02 21:57:58.389 INFO O| Sep 02 21:57:58.389 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-09-02T21:57:59.237Z[ recovery-image] Sep 02 21:57:58.399 INFO O| Sep 02 21:57:58.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72662026-09-02T21:57:59.237Z[ recovery-image] Sep 02 21:57:58.399 INFO O| Sep 02 21:57:58.399 INFO STEP 638 (remove_files) COMPLETE
72672026-09-02T21:57:59.237Z[ recovery-image] Sep 02 21:57:58.400 INFO O| Sep 02 21:57:58.399 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-09-02T21:57:59.251Z[ recovery-image] Sep 02 21:57:58.413 INFO O| Sep 02 21:57:58.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72692026-09-02T21:57:59.251Z[ recovery-image] Sep 02 21:57:58.413 INFO O| Sep 02 21:57:58.413 INFO STEP 639 (remove_files) COMPLETE
72702026-09-02T21:57:59.254Z[ recovery-image] Sep 02 21:57:58.413 INFO O| Sep 02 21:57:58.413 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-09-02T21:57:59.263Z[ recovery-image] Sep 02 21:57:58.425 INFO O| Sep 02 21:57:58.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72722026-09-02T21:57:59.263Z[ recovery-image] Sep 02 21:57:58.425 INFO O| Sep 02 21:57:58.425 INFO STEP 640 (remove_files) COMPLETE
72732026-09-02T21:57:59.263Z[ recovery-image] Sep 02 21:57:58.425 INFO O| Sep 02 21:57:58.425 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-09-02T21:57:59.274Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
72752026-09-02T21:57:59.278Z[ recovery-image] Sep 02 21:57:58.437 INFO O| Sep 02 21:57:58.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72762026-09-02T21:57:59.278Z[ recovery-image] Sep 02 21:57:58.437 INFO O| Sep 02 21:57:58.437 INFO STEP 641 (remove_files) COMPLETE
72772026-09-02T21:57:59.278Z[ recovery-image] Sep 02 21:57:58.437 INFO O| Sep 02 21:57:58.437 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72782026-09-02T21:57:59.285Z[ recovery-image] Sep 02 21:57:58.447 INFO O| Sep 02 21:57:58.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72792026-09-02T21:57:59.285Z[ recovery-image] Sep 02 21:57:58.447 INFO O| Sep 02 21:57:58.447 INFO STEP 642 (remove_files) COMPLETE
72802026-09-02T21:57:59.289Z[ recovery-image] Sep 02 21:57:58.447 INFO O| Sep 02 21:57:58.447 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72812026-09-02T21:57:59.295Z[ recovery-image] Sep 02 21:57:58.457 INFO O| Sep 02 21:57:58.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72822026-09-02T21:57:59.295Z[ recovery-image] Sep 02 21:57:58.457 INFO O| Sep 02 21:57:58.457 INFO STEP 643 (remove_files) COMPLETE
72832026-09-02T21:57:59.295Z[ recovery-image] Sep 02 21:57:58.457 INFO O| Sep 02 21:57:58.457 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72842026-09-02T21:57:59.307Z[ recovery-image] Sep 02 21:57:58.469 INFO O| Sep 02 21:57:58.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72852026-09-02T21:57:59.307Z[ recovery-image] Sep 02 21:57:58.469 INFO O| Sep 02 21:57:58.469 INFO STEP 644 (remove_files) COMPLETE
72862026-09-02T21:57:59.308Z[ recovery-image] Sep 02 21:57:58.470 INFO O| Sep 02 21:57:58.469 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72872026-09-02T21:57:59.318Z[ recovery-image] Sep 02 21:57:58.480 INFO O| Sep 02 21:57:58.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72882026-09-02T21:57:59.318Z[ recovery-image] Sep 02 21:57:58.480 INFO O| Sep 02 21:57:58.480 INFO STEP 645 (remove_files) COMPLETE
72892026-09-02T21:57:59.318Z[ recovery-image] Sep 02 21:57:58.480 INFO O| Sep 02 21:57:58.480 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72902026-09-02T21:57:59.329Z[ recovery-image] Sep 02 21:57:58.491 INFO O| Sep 02 21:57:58.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72912026-09-02T21:57:59.329Z[ recovery-image] Sep 02 21:57:58.491 INFO O| Sep 02 21:57:58.491 INFO STEP 646 (remove_files) COMPLETE
72922026-09-02T21:57:59.329Z[ recovery-image] Sep 02 21:57:58.491 INFO O| Sep 02 21:57:58.491 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-09-02T21:57:59.339Z[ recovery-image] Sep 02 21:57:58.501 INFO O| Sep 02 21:57:58.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72942026-09-02T21:57:59.339Z[ recovery-image] Sep 02 21:57:58.501 INFO O| Sep 02 21:57:58.501 INFO STEP 647 (remove_files) COMPLETE
72952026-09-02T21:57:59.339Z[ recovery-image] Sep 02 21:57:58.501 INFO O| Sep 02 21:57:58.501 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-09-02T21:57:59.352Z[ recovery-image] Sep 02 21:57:58.511 INFO O| Sep 02 21:57:58.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72972026-09-02T21:57:59.352Z[ recovery-image] Sep 02 21:57:58.511 INFO O| Sep 02 21:57:58.511 INFO STEP 648 (remove_files) COMPLETE
72982026-09-02T21:57:59.352Z[ recovery-image] Sep 02 21:57:58.511 INFO O| Sep 02 21:57:58.511 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-09-02T21:57:59.360Z[ recovery-image] Sep 02 21:57:58.522 INFO O| Sep 02 21:57:58.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
73002026-09-02T21:57:59.363Z[ recovery-image] Sep 02 21:57:58.523 INFO O| Sep 02 21:57:58.523 INFO STEP 649 (remove_files) COMPLETE
73012026-09-02T21:57:59.364Z[ recovery-image] Sep 02 21:57:58.523 INFO O| Sep 02 21:57:58.523 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-09-02T21:57:59.374Z[ recovery-image] Sep 02 21:57:58.533 INFO O| Sep 02 21:57:58.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
73032026-09-02T21:57:59.374Z[ recovery-image] Sep 02 21:57:58.533 INFO O| Sep 02 21:57:58.533 INFO STEP 650 (remove_files) COMPLETE
73042026-09-02T21:57:59.374Z[ recovery-image] Sep 02 21:57:58.533 INFO O| Sep 02 21:57:58.533 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-09-02T21:57:59.381Z[ recovery-image] Sep 02 21:57:58.543 INFO O| Sep 02 21:57:58.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
73062026-09-02T21:57:59.381Z[ recovery-image] Sep 02 21:57:58.544 INFO O| Sep 02 21:57:58.543 INFO STEP 651 (remove_files) COMPLETE
73072026-09-02T21:57:59.382Z[ recovery-image] Sep 02 21:57:58.544 INFO O| Sep 02 21:57:58.544 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-09-02T21:57:59.392Z[ recovery-image] Sep 02 21:57:58.554 INFO O| Sep 02 21:57:58.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
73092026-09-02T21:57:59.392Z[ recovery-image] Sep 02 21:57:58.554 INFO O| Sep 02 21:57:58.554 INFO STEP 652 (remove_files) COMPLETE
73102026-09-02T21:57:59.392Z[ recovery-image] Sep 02 21:57:58.554 INFO O| Sep 02 21:57:58.554 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-09-02T21:57:59.401Z[ recovery-image] Sep 02 21:57:58.564 INFO O| Sep 02 21:57:58.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
73122026-09-02T21:57:59.402Z[ recovery-image] Sep 02 21:57:58.564 INFO O| Sep 02 21:57:58.564 INFO STEP 653 (remove_files) COMPLETE
73132026-09-02T21:57:59.402Z[ recovery-image] Sep 02 21:57:58.564 INFO O| Sep 02 21:57:58.564 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-09-02T21:57:59.411Z[ recovery-image] Sep 02 21:57:58.574 INFO O| Sep 02 21:57:58.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
73152026-09-02T21:57:59.412Z[ recovery-image] Sep 02 21:57:58.574 INFO O| Sep 02 21:57:58.574 INFO STEP 654 (remove_files) COMPLETE
73162026-09-02T21:57:59.412Z[ recovery-image] Sep 02 21:57:58.574 INFO O| Sep 02 21:57:58.574 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73172026-09-02T21:57:59.422Z[ recovery-image] Sep 02 21:57:58.584 INFO O| Sep 02 21:57:58.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
73182026-09-02T21:57:59.422Z[ recovery-image] Sep 02 21:57:58.584 INFO O| Sep 02 21:57:58.584 INFO STEP 655 (remove_files) COMPLETE
73192026-09-02T21:57:59.425Z[ recovery-image] Sep 02 21:57:58.584 INFO O| Sep 02 21:57:58.584 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73202026-09-02T21:57:59.431Z[ recovery-image] Sep 02 21:57:58.593 INFO O| Sep 02 21:57:58.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
73212026-09-02T21:57:59.431Z[ recovery-image] Sep 02 21:57:58.593 INFO O| Sep 02 21:57:58.593 INFO STEP 656 (remove_files) COMPLETE
73222026-09-02T21:57:59.431Z[ recovery-image] Sep 02 21:57:58.594 INFO O| Sep 02 21:57:58.593 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73232026-09-02T21:57:59.443Z[ recovery-image] Sep 02 21:57:58.603 INFO O| Sep 02 21:57:58.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
73242026-09-02T21:57:59.443Z[ recovery-image] Sep 02 21:57:58.604 INFO O| Sep 02 21:57:58.603 INFO STEP 657 (remove_files) COMPLETE
73252026-09-02T21:57:59.443Z[ recovery-image] Sep 02 21:57:58.604 INFO O| Sep 02 21:57:58.603 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73262026-09-02T21:57:59.452Z[ recovery-image] Sep 02 21:57:58.613 INFO O| Sep 02 21:57:58.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
73272026-09-02T21:57:59.452Z[ recovery-image] Sep 02 21:57:58.613 INFO O| Sep 02 21:57:58.613 INFO STEP 658 (remove_files) COMPLETE
73282026-09-02T21:57:59.455Z[ recovery-image] Sep 02 21:57:58.613 INFO O| Sep 02 21:57:58.613 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73292026-09-02T21:57:59.461Z[ recovery-image] Sep 02 21:57:58.623 INFO O| Sep 02 21:57:58.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
73302026-09-02T21:57:59.461Z[ recovery-image] Sep 02 21:57:58.623 INFO O| Sep 02 21:57:58.623 INFO STEP 659 (remove_files) COMPLETE
73312026-09-02T21:57:59.465Z[ recovery-image] Sep 02 21:57:58.623 INFO O| Sep 02 21:57:58.623 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73322026-09-02T21:57:59.471Z[ recovery-image] Sep 02 21:57:58.633 INFO O| Sep 02 21:57:58.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73332026-09-02T21:57:59.474Z[ recovery-image] Sep 02 21:57:58.633 INFO O| Sep 02 21:57:58.633 INFO STEP 660 (remove_files) COMPLETE
73342026-09-02T21:57:59.474Z[ recovery-image] Sep 02 21:57:58.633 INFO O| Sep 02 21:57:58.633 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73352026-09-02T21:57:59.481Z[ recovery-image] Sep 02 21:57:58.643 INFO O| Sep 02 21:57:58.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73362026-09-02T21:57:59.481Z[ recovery-image] Sep 02 21:57:58.643 INFO O| Sep 02 21:57:58.643 INFO STEP 661 (remove_files) COMPLETE
73372026-09-02T21:57:59.481Z[ recovery-image] Sep 02 21:57:58.643 INFO O| Sep 02 21:57:58.643 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73382026-09-02T21:57:59.491Z[ recovery-image] Sep 02 21:57:58.653 INFO O| Sep 02 21:57:58.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73392026-09-02T21:57:59.491Z[ recovery-image] Sep 02 21:57:58.653 INFO O| Sep 02 21:57:58.653 INFO STEP 662 (remove_files) COMPLETE
73402026-09-02T21:57:59.491Z[ recovery-image] Sep 02 21:57:58.653 INFO O| Sep 02 21:57:58.653 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73412026-09-02T21:57:59.502Z[ recovery-image] Sep 02 21:57:58.664 INFO O| Sep 02 21:57:58.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73422026-09-02T21:57:59.502Z[ recovery-image] Sep 02 21:57:58.664 INFO O| Sep 02 21:57:58.664 INFO STEP 663 (remove_files) COMPLETE
73432026-09-02T21:57:59.502Z[ recovery-image] Sep 02 21:57:58.664 INFO O| Sep 02 21:57:58.664 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73442026-09-02T21:57:59.512Z[ recovery-image] Sep 02 21:57:58.674 INFO O| Sep 02 21:57:58.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73452026-09-02T21:57:59.517Z[ recovery-image] Sep 02 21:57:58.675 INFO O| Sep 02 21:57:58.675 INFO STEP 664 (remove_files) COMPLETE
73462026-09-02T21:57:59.517Z[ recovery-image] Sep 02 21:57:58.675 INFO O| Sep 02 21:57:58.675 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73472026-09-02T21:57:59.523Z[ recovery-image] Sep 02 21:57:58.685 INFO O| Sep 02 21:57:58.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73482026-09-02T21:57:59.523Z[ recovery-image] Sep 02 21:57:58.685 INFO O| Sep 02 21:57:58.685 INFO STEP 665 (remove_files) COMPLETE
73492026-09-02T21:57:59.523Z[ recovery-image] Sep 02 21:57:58.685 INFO O| Sep 02 21:57:58.685 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73502026-09-02T21:57:59.533Z[ recovery-image] Sep 02 21:57:58.695 INFO O| Sep 02 21:57:58.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73512026-09-02T21:57:59.533Z[ recovery-image] Sep 02 21:57:58.695 INFO O| Sep 02 21:57:58.695 INFO STEP 666 (remove_files) COMPLETE
73522026-09-02T21:57:59.533Z[ recovery-image] Sep 02 21:57:58.695 INFO O| Sep 02 21:57:58.695 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73532026-09-02T21:57:59.543Z[ recovery-image] Sep 02 21:57:58.705 INFO O| Sep 02 21:57:58.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73542026-09-02T21:57:59.543Z[ recovery-image] Sep 02 21:57:58.705 INFO O| Sep 02 21:57:58.705 INFO STEP 667 (remove_files) COMPLETE
73552026-09-02T21:57:59.543Z[ recovery-image] Sep 02 21:57:58.705 INFO O| Sep 02 21:57:58.705 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73562026-09-02T21:57:59.555Z[ recovery-image] Sep 02 21:57:58.715 INFO O| Sep 02 21:57:58.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73572026-09-02T21:57:59.555Z[ recovery-image] Sep 02 21:57:58.715 INFO O| Sep 02 21:57:58.715 INFO STEP 668 (remove_files) COMPLETE
73582026-09-02T21:57:59.556Z[ recovery-image] Sep 02 21:57:58.715 INFO O| Sep 02 21:57:58.715 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-09-02T21:57:59.563Z[ recovery-image] Sep 02 21:57:58.725 INFO O| Sep 02 21:57:58.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73602026-09-02T21:57:59.563Z[ recovery-image] Sep 02 21:57:58.725 INFO O| Sep 02 21:57:58.725 INFO STEP 669 (remove_files) COMPLETE
73612026-09-02T21:57:59.563Z[ recovery-image] Sep 02 21:57:58.725 INFO O| Sep 02 21:57:58.725 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-09-02T21:57:59.573Z[ recovery-image] Sep 02 21:57:58.735 INFO O| Sep 02 21:57:58.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73632026-09-02T21:57:59.574Z[ recovery-image] Sep 02 21:57:58.736 INFO O| Sep 02 21:57:58.735 INFO STEP 670 (remove_files) COMPLETE
73642026-09-02T21:57:59.574Z[ recovery-image] Sep 02 21:57:58.736 INFO O| Sep 02 21:57:58.735 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-09-02T21:57:59.583Z[ recovery-image] Sep 02 21:57:58.745 INFO O| Sep 02 21:57:58.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73662026-09-02T21:57:59.584Z[ recovery-image] Sep 02 21:57:58.745 INFO O| Sep 02 21:57:58.745 INFO STEP 671 (remove_files) COMPLETE
73672026-09-02T21:57:59.584Z[ recovery-image] Sep 02 21:57:58.746 INFO O| Sep 02 21:57:58.745 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-09-02T21:57:59.595Z[ recovery-image] Sep 02 21:57:58.757 INFO O| Sep 02 21:57:58.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73692026-09-02T21:57:59.598Z[ recovery-image] Sep 02 21:57:58.758 INFO O| Sep 02 21:57:58.758 INFO STEP 672 (remove_files) COMPLETE
73702026-09-02T21:57:59.598Z[ recovery-image] Sep 02 21:57:58.758 INFO O| Sep 02 21:57:58.758 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-09-02T21:57:59.607Z[ recovery-image] Sep 02 21:57:58.769 INFO O| Sep 02 21:57:58.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73722026-09-02T21:57:59.607Z[ recovery-image] Sep 02 21:57:58.769 INFO O| Sep 02 21:57:58.769 INFO STEP 673 (remove_files) COMPLETE
73732026-09-02T21:57:59.611Z[ recovery-image] Sep 02 21:57:58.769 INFO O| Sep 02 21:57:58.769 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-09-02T21:57:59.619Z[ recovery-image] Sep 02 21:57:58.781 INFO O| Sep 02 21:57:58.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73752026-09-02T21:57:59.619Z[ recovery-image] Sep 02 21:57:58.781 INFO O| Sep 02 21:57:58.781 INFO STEP 674 (remove_files) COMPLETE
73762026-09-02T21:57:59.619Z[ recovery-image] Sep 02 21:57:58.781 INFO O| Sep 02 21:57:58.781 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-09-02T21:57:59.630Z[ recovery-image] Sep 02 21:57:58.792 INFO O| Sep 02 21:57:58.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73782026-09-02T21:57:59.630Z[ recovery-image] Sep 02 21:57:58.792 INFO O| Sep 02 21:57:58.792 INFO STEP 675 (remove_files) COMPLETE
73792026-09-02T21:57:59.630Z[ recovery-image] Sep 02 21:57:58.792 INFO O| Sep 02 21:57:58.792 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-09-02T21:57:59.640Z[ recovery-image] Sep 02 21:57:58.802 INFO O| Sep 02 21:57:58.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73812026-09-02T21:57:59.640Z[ recovery-image] Sep 02 21:57:58.802 INFO O| Sep 02 21:57:58.802 INFO STEP 676 (remove_files) COMPLETE
73822026-09-02T21:57:59.640Z[ recovery-image] Sep 02 21:57:58.802 INFO O| Sep 02 21:57:58.802 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-09-02T21:57:59.651Z[ recovery-image] Sep 02 21:57:58.813 INFO O| Sep 02 21:57:58.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73842026-09-02T21:57:59.651Z[ recovery-image] Sep 02 21:57:58.813 INFO O| Sep 02 21:57:58.813 INFO STEP 677 (remove_files) COMPLETE
73852026-09-02T21:57:59.651Z[ recovery-image] Sep 02 21:57:58.813 INFO O| Sep 02 21:57:58.813 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-09-02T21:57:59.661Z[ recovery-image] Sep 02 21:57:58.823 INFO O| Sep 02 21:57:58.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73872026-09-02T21:57:59.661Z[ recovery-image] Sep 02 21:57:58.823 INFO O| Sep 02 21:57:58.823 INFO STEP 678 (remove_files) COMPLETE
73882026-09-02T21:57:59.661Z[ recovery-image] Sep 02 21:57:58.823 INFO O| Sep 02 21:57:58.823 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73892026-09-02T21:57:59.672Z[ recovery-image] Sep 02 21:57:58.834 INFO O| Sep 02 21:57:58.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73902026-09-02T21:57:59.676Z[ recovery-image] Sep 02 21:57:58.835 INFO O| Sep 02 21:57:58.835 INFO STEP 679 (remove_files) COMPLETE
73912026-09-02T21:57:59.676Z[ recovery-image] Sep 02 21:57:58.835 INFO O| Sep 02 21:57:58.835 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-09-02T21:57:59.684Z[ recovery-image] Sep 02 21:57:58.846 INFO O| Sep 02 21:57:58.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73932026-09-02T21:57:59.684Z[ recovery-image] Sep 02 21:57:58.846 INFO O| Sep 02 21:57:58.846 INFO STEP 680 (remove_files) COMPLETE
73942026-09-02T21:57:59.689Z[ recovery-image] Sep 02 21:57:58.846 INFO O| Sep 02 21:57:58.846 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-09-02T21:57:59.695Z[ recovery-image] Sep 02 21:57:58.857 INFO O| Sep 02 21:57:58.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73962026-09-02T21:57:59.699Z[ recovery-image] Sep 02 21:57:58.858 INFO O| Sep 02 21:57:58.858 INFO STEP 681 (remove_files) COMPLETE
73972026-09-02T21:57:59.699Z[ recovery-image] Sep 02 21:57:58.858 INFO O| Sep 02 21:57:58.858 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-09-02T21:57:59.707Z[ recovery-image] Sep 02 21:57:58.869 INFO O| Sep 02 21:57:58.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73992026-09-02T21:57:59.707Z[ recovery-image] Sep 02 21:57:58.869 INFO O| Sep 02 21:57:58.869 INFO STEP 682 (remove_files) COMPLETE
74002026-09-02T21:57:59.707Z[ recovery-image] Sep 02 21:57:58.869 INFO O| Sep 02 21:57:58.869 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-09-02T21:57:59.719Z[ recovery-image] Sep 02 21:57:58.879 INFO O| Sep 02 21:57:58.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
74022026-09-02T21:57:59.719Z[ recovery-image] Sep 02 21:57:58.879 INFO O| Sep 02 21:57:58.878 INFO STEP 683 (remove_files) COMPLETE
74032026-09-02T21:57:59.719Z[ recovery-image] Sep 02 21:57:58.879 INFO O| Sep 02 21:57:58.878 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-09-02T21:57:59.726Z[ recovery-image] Sep 02 21:57:58.888 INFO O| Sep 02 21:57:58.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
74052026-09-02T21:57:59.726Z[ recovery-image] Sep 02 21:57:58.888 INFO O| Sep 02 21:57:58.888 INFO STEP 684 (remove_files) COMPLETE
74062026-09-02T21:57:59.726Z[ recovery-image] Sep 02 21:57:58.888 INFO O| Sep 02 21:57:58.888 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-09-02T21:57:59.738Z[ recovery-image] Sep 02 21:57:58.900 INFO O| Sep 02 21:57:58.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
74082026-09-02T21:57:59.738Z[ recovery-image] Sep 02 21:57:58.900 INFO O| Sep 02 21:57:58.900 INFO STEP 685 (remove_files) COMPLETE
74092026-09-02T21:57:59.742Z[ recovery-image] Sep 02 21:57:58.900 INFO O| Sep 02 21:57:58.900 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-09-02T21:57:59.748Z[ recovery-image] Sep 02 21:57:58.910 INFO O| Sep 02 21:57:58.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
74112026-09-02T21:57:59.748Z[ recovery-image] Sep 02 21:57:58.910 INFO O| Sep 02 21:57:58.910 INFO STEP 686 (remove_files) COMPLETE
74122026-09-02T21:57:59.748Z[ recovery-image] Sep 02 21:57:58.910 INFO O| Sep 02 21:57:58.910 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-09-02T21:57:59.759Z[ recovery-image] Sep 02 21:57:58.921 INFO O| Sep 02 21:57:58.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
74142026-09-02T21:57:59.759Z[ recovery-image] Sep 02 21:57:58.921 INFO O| Sep 02 21:57:58.921 INFO STEP 687 (remove_files) COMPLETE
74152026-09-02T21:57:59.759Z[ recovery-image] Sep 02 21:57:58.921 INFO O| Sep 02 21:57:58.921 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-09-02T21:57:59.770Z[ recovery-image] Sep 02 21:57:58.932 INFO O| Sep 02 21:57:58.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
74172026-09-02T21:57:59.771Z[ recovery-image] Sep 02 21:57:58.932 INFO O| Sep 02 21:57:58.932 INFO STEP 688 (remove_files) COMPLETE
74182026-09-02T21:57:59.771Z[ recovery-image] Sep 02 21:57:58.932 INFO O| Sep 02 21:57:58.932 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-09-02T21:57:59.782Z[ recovery-image] Sep 02 21:57:58.944 INFO O| Sep 02 21:57:58.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
74202026-09-02T21:57:59.782Z[ recovery-image] Sep 02 21:57:58.944 INFO O| Sep 02 21:57:58.944 INFO STEP 689 (remove_files) COMPLETE
74212026-09-02T21:57:59.782Z[ recovery-image] Sep 02 21:57:58.944 INFO O| Sep 02 21:57:58.944 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-09-02T21:57:59.794Z[ recovery-image] Sep 02 21:57:58.956 INFO O| Sep 02 21:57:58.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
74232026-09-02T21:57:59.794Z[ recovery-image] Sep 02 21:57:58.956 INFO O| Sep 02 21:57:58.956 INFO STEP 690 (remove_files) COMPLETE
74242026-09-02T21:57:59.798Z[ recovery-image] Sep 02 21:57:58.956 INFO O| Sep 02 21:57:58.956 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-09-02T21:57:59.806Z[ recovery-image] Sep 02 21:57:58.968 INFO O| Sep 02 21:57:58.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
74262026-09-02T21:57:59.806Z[ recovery-image] Sep 02 21:57:58.968 INFO O| Sep 02 21:57:58.968 INFO STEP 691 (remove_files) COMPLETE
74272026-09-02T21:57:59.810Z[ recovery-image] Sep 02 21:57:58.968 INFO O| Sep 02 21:57:58.968 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74282026-09-02T21:57:59.817Z[ recovery-image] Sep 02 21:57:58.980 INFO O| Sep 02 21:57:58.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
74292026-09-02T21:57:59.821Z[ recovery-image] Sep 02 21:57:58.980 INFO O| Sep 02 21:57:58.980 INFO STEP 692 (remove_files) COMPLETE
74302026-09-02T21:57:59.821Z[ recovery-image] Sep 02 21:57:58.980 INFO O| Sep 02 21:57:58.980 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74312026-09-02T21:57:59.821Z[verify-libraries] Compiling git2 v0.20.4
74322026-09-02T21:57:59.828Z[ recovery-image] Sep 02 21:57:58.989 INFO O| Sep 02 21:57:58.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74332026-09-02T21:57:59.828Z[ recovery-image] Sep 02 21:57:58.989 INFO O| Sep 02 21:57:58.989 INFO STEP 693 (remove_files) COMPLETE
74342026-09-02T21:57:59.831Z[ recovery-image] Sep 02 21:57:58.989 INFO O| Sep 02 21:57:58.989 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-09-02T21:57:59.836Z[ recovery-image] Sep 02 21:57:58.998 INFO O| Sep 02 21:57:58.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74362026-09-02T21:57:59.836Z[ recovery-image] Sep 02 21:57:58.998 INFO O| Sep 02 21:57:58.998 INFO STEP 694 (remove_files) COMPLETE
74372026-09-02T21:57:59.840Z[ recovery-image] Sep 02 21:57:58.998 INFO O| Sep 02 21:57:58.998 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-09-02T21:57:59.856Z[ recovery-image] Sep 02 21:57:59.009 INFO O| Sep 02 21:57:59.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74392026-09-02T21:57:59.856Z[ recovery-image] Sep 02 21:57:59.009 INFO O| Sep 02 21:57:59.009 INFO STEP 695 (remove_files) COMPLETE
74402026-09-02T21:57:59.856Z[ recovery-image] Sep 02 21:57:59.009 INFO O| Sep 02 21:57:59.009 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-09-02T21:57:59.861Z[ recovery-image] Sep 02 21:57:59.019 INFO O| Sep 02 21:57:59.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74422026-09-02T21:57:59.862Z[ recovery-image] Sep 02 21:57:59.019 INFO O| Sep 02 21:57:59.019 INFO STEP 696 (remove_files) COMPLETE
74432026-09-02T21:57:59.862Z[ recovery-image] Sep 02 21:57:59.019 INFO O| Sep 02 21:57:59.019 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-09-02T21:57:59.866Z[ recovery-image] Sep 02 21:57:59.028 INFO O| Sep 02 21:57:59.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74452026-09-02T21:57:59.867Z[ recovery-image] Sep 02 21:57:59.028 INFO O| Sep 02 21:57:59.028 INFO STEP 697 (remove_files) COMPLETE
74462026-09-02T21:57:59.870Z[ recovery-image] Sep 02 21:57:59.028 INFO O| Sep 02 21:57:59.028 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-09-02T21:57:59.874Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
74482026-09-02T21:57:59.878Z[ recovery-image] Sep 02 21:57:59.039 INFO O| Sep 02 21:57:59.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74492026-09-02T21:57:59.878Z[ recovery-image] Sep 02 21:57:59.039 INFO O| Sep 02 21:57:59.039 INFO STEP 698 (remove_files) COMPLETE
74502026-09-02T21:57:59.878Z[ recovery-image] Sep 02 21:57:59.039 INFO O| Sep 02 21:57:59.039 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-09-02T21:57:59.887Z[ recovery-image] Sep 02 21:57:59.049 INFO O| Sep 02 21:57:59.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74522026-09-02T21:57:59.887Z[ recovery-image] Sep 02 21:57:59.049 INFO O| Sep 02 21:57:59.049 INFO STEP 699 (remove_files) COMPLETE
74532026-09-02T21:57:59.888Z[ recovery-image] Sep 02 21:57:59.049 INFO O| Sep 02 21:57:59.049 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-09-02T21:57:59.896Z[ recovery-image] Sep 02 21:57:59.058 INFO O| Sep 02 21:57:59.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74552026-09-02T21:57:59.896Z[ recovery-image] Sep 02 21:57:59.058 INFO O| Sep 02 21:57:59.058 INFO STEP 700 (remove_files) COMPLETE
74562026-09-02T21:57:59.896Z[ recovery-image] Sep 02 21:57:59.058 INFO O| Sep 02 21:57:59.058 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-09-02T21:57:59.907Z[ recovery-image] Sep 02 21:57:59.068 INFO O| Sep 02 21:57:59.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74582026-09-02T21:57:59.907Z[ recovery-image] Sep 02 21:57:59.069 INFO O| Sep 02 21:57:59.069 INFO STEP 701 (remove_files) COMPLETE
74592026-09-02T21:57:59.907Z[ recovery-image] Sep 02 21:57:59.069 INFO O| Sep 02 21:57:59.069 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-09-02T21:57:59.920Z[ recovery-image] Sep 02 21:57:59.081 INFO O| Sep 02 21:57:59.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74612026-09-02T21:57:59.920Z[ recovery-image] Sep 02 21:57:59.081 INFO O| Sep 02 21:57:59.081 INFO STEP 702 (remove_files) COMPLETE
74622026-09-02T21:57:59.920Z[ recovery-image] Sep 02 21:57:59.081 INFO O| Sep 02 21:57:59.081 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-09-02T21:57:59.932Z[ recovery-image] Sep 02 21:57:59.091 INFO O| Sep 02 21:57:59.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74642026-09-02T21:57:59.932Z[ recovery-image] Sep 02 21:57:59.091 INFO O| Sep 02 21:57:59.091 INFO STEP 703 (remove_files) COMPLETE
74652026-09-02T21:57:59.932Z[ recovery-image] Sep 02 21:57:59.091 INFO O| Sep 02 21:57:59.091 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-09-02T21:57:59.939Z[ recovery-image] Sep 02 21:57:59.101 INFO O| Sep 02 21:57:59.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74672026-09-02T21:57:59.939Z[ recovery-image] Sep 02 21:57:59.101 INFO O| Sep 02 21:57:59.101 INFO STEP 704 (remove_files) COMPLETE
74682026-09-02T21:57:59.939Z[ recovery-image] Sep 02 21:57:59.101 INFO O| Sep 02 21:57:59.101 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-09-02T21:57:59.950Z[ recovery-image] Sep 02 21:57:59.112 INFO O| Sep 02 21:57:59.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74702026-09-02T21:57:59.950Z[ recovery-image] Sep 02 21:57:59.112 INFO O| Sep 02 21:57:59.112 INFO STEP 705 (remove_files) COMPLETE
74712026-09-02T21:57:59.950Z[ recovery-image] Sep 02 21:57:59.112 INFO O| Sep 02 21:57:59.112 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-09-02T21:57:59.960Z[ recovery-image] Sep 02 21:57:59.123 INFO O| Sep 02 21:57:59.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74732026-09-02T21:57:59.961Z[ recovery-image] Sep 02 21:57:59.123 INFO O| Sep 02 21:57:59.123 INFO STEP 706 (remove_files) COMPLETE
74742026-09-02T21:57:59.961Z[ recovery-image] Sep 02 21:57:59.123 INFO O| Sep 02 21:57:59.123 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-09-02T21:57:59.972Z[ recovery-image] Sep 02 21:57:59.134 INFO O| Sep 02 21:57:59.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74762026-09-02T21:57:59.973Z[ recovery-image] Sep 02 21:57:59.134 INFO O| Sep 02 21:57:59.134 INFO STEP 707 (remove_files) COMPLETE
74772026-09-02T21:57:59.973Z[ recovery-image] Sep 02 21:57:59.134 INFO O| Sep 02 21:57:59.134 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-09-02T21:57:59.983Z[ recovery-image] Sep 02 21:57:59.145 INFO O| Sep 02 21:57:59.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74792026-09-02T21:57:59.983Z[ recovery-image] Sep 02 21:57:59.145 INFO O| Sep 02 21:57:59.145 INFO STEP 708 (remove_files) COMPLETE
74802026-09-02T21:57:59.983Z[ recovery-image] Sep 02 21:57:59.145 INFO O| Sep 02 21:57:59.145 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-09-02T21:57:59.993Z[ recovery-image] Sep 02 21:57:59.156 INFO O| Sep 02 21:57:59.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74822026-09-02T21:57:59.994Z[ recovery-image] Sep 02 21:57:59.156 INFO O| Sep 02 21:57:59.156 INFO STEP 709 (remove_files) COMPLETE
74832026-09-02T21:57:59.994Z[ recovery-image] Sep 02 21:57:59.156 INFO O| Sep 02 21:57:59.156 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-09-02T21:58:00.004Z[ recovery-image] Sep 02 21:57:59.166 INFO O| Sep 02 21:57:59.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74852026-09-02T21:58:00.004Z[ recovery-image] Sep 02 21:57:59.166 INFO O| Sep 02 21:57:59.166 INFO STEP 710 (remove_files) COMPLETE
74862026-09-02T21:58:00.004Z[ recovery-image] Sep 02 21:57:59.166 INFO O| Sep 02 21:57:59.166 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-09-02T21:58:00.014Z[ recovery-image] Sep 02 21:57:59.176 INFO O| Sep 02 21:57:59.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74882026-09-02T21:58:00.014Z[ recovery-image] Sep 02 21:57:59.176 INFO O| Sep 02 21:57:59.176 INFO STEP 711 (remove_files) COMPLETE
74892026-09-02T21:58:00.014Z[ recovery-image] Sep 02 21:57:59.176 INFO O| Sep 02 21:57:59.176 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-09-02T21:58:00.025Z[ recovery-image] Sep 02 21:57:59.187 INFO O| Sep 02 21:57:59.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74912026-09-02T21:58:00.025Z[ recovery-image] Sep 02 21:57:59.187 INFO O| Sep 02 21:57:59.187 INFO STEP 712 (remove_files) COMPLETE
74922026-09-02T21:58:00.025Z[ recovery-image] Sep 02 21:57:59.187 INFO O| Sep 02 21:57:59.187 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-09-02T21:58:00.035Z[ recovery-image] Sep 02 21:57:59.197 INFO O| Sep 02 21:57:59.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74942026-09-02T21:58:00.035Z[ recovery-image] Sep 02 21:57:59.197 INFO O| Sep 02 21:57:59.197 INFO STEP 713 (remove_files) COMPLETE
74952026-09-02T21:58:00.035Z[ recovery-image] Sep 02 21:57:59.197 INFO O| Sep 02 21:57:59.197 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-09-02T21:58:00.048Z[ recovery-image] Sep 02 21:57:59.209 INFO O| Sep 02 21:57:59.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74972026-09-02T21:58:00.048Z[ recovery-image] Sep 02 21:57:59.209 INFO O| Sep 02 21:57:59.209 INFO STEP 714 (remove_files) COMPLETE
74982026-09-02T21:58:00.052Z[ recovery-image] Sep 02 21:57:59.209 INFO O| Sep 02 21:57:59.209 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-09-02T21:58:00.058Z[ recovery-image] Sep 02 21:57:59.220 INFO O| Sep 02 21:57:59.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
75002026-09-02T21:58:00.059Z[ recovery-image] Sep 02 21:57:59.220 INFO O| Sep 02 21:57:59.220 INFO STEP 715 (remove_files) COMPLETE
75012026-09-02T21:58:00.059Z[ recovery-image] Sep 02 21:57:59.220 INFO O| Sep 02 21:57:59.220 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-09-02T21:58:00.069Z[ recovery-image] Sep 02 21:57:59.231 INFO O| Sep 02 21:57:59.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
75032026-09-02T21:58:00.072Z[ recovery-image] Sep 02 21:57:59.232 INFO O| Sep 02 21:57:59.232 INFO STEP 716 (remove_files) COMPLETE
75042026-09-02T21:58:00.073Z[ recovery-image] Sep 02 21:57:59.232 INFO O| Sep 02 21:57:59.232 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-09-02T21:58:00.081Z[ recovery-image] Sep 02 21:57:59.243 INFO O| Sep 02 21:57:59.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
75062026-09-02T21:58:00.081Z[ recovery-image] Sep 02 21:57:59.243 INFO O| Sep 02 21:57:59.243 INFO STEP 717 (remove_files) COMPLETE
75072026-09-02T21:58:00.081Z[ recovery-image] Sep 02 21:57:59.243 INFO O| Sep 02 21:57:59.243 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-09-02T21:58:00.091Z[ recovery-image] Sep 02 21:57:59.253 INFO O| Sep 02 21:57:59.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
75092026-09-02T21:58:00.091Z[ recovery-image] Sep 02 21:57:59.253 INFO O| Sep 02 21:57:59.253 INFO STEP 718 (remove_files) COMPLETE
75102026-09-02T21:58:00.091Z[ recovery-image] Sep 02 21:57:59.253 INFO O| Sep 02 21:57:59.253 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-09-02T21:58:00.102Z[ recovery-image] Sep 02 21:57:59.264 INFO O| Sep 02 21:57:59.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
75122026-09-02T21:58:00.102Z[ recovery-image] Sep 02 21:57:59.264 INFO O| Sep 02 21:57:59.264 INFO STEP 719 (remove_files) COMPLETE
75132026-09-02T21:58:00.102Z[ recovery-image] Sep 02 21:57:59.264 INFO O| Sep 02 21:57:59.264 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-09-02T21:58:00.112Z[ recovery-image] Sep 02 21:57:59.274 INFO O| Sep 02 21:57:59.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
75152026-09-02T21:58:00.112Z[ recovery-image] Sep 02 21:57:59.274 INFO O| Sep 02 21:57:59.274 INFO STEP 720 (remove_files) COMPLETE
75162026-09-02T21:58:00.115Z[ recovery-image] Sep 02 21:57:59.274 INFO O| Sep 02 21:57:59.274 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-09-02T21:58:00.122Z[ recovery-image] Sep 02 21:57:59.284 INFO O| Sep 02 21:57:59.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
75182026-09-02T21:58:00.122Z[ recovery-image] Sep 02 21:57:59.284 INFO O| Sep 02 21:57:59.284 INFO STEP 721 (remove_files) COMPLETE
75192026-09-02T21:58:00.123Z[ recovery-image] Sep 02 21:57:59.284 INFO O| Sep 02 21:57:59.284 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-09-02T21:58:00.133Z[ recovery-image] Sep 02 21:57:59.296 INFO O| Sep 02 21:57:59.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
75212026-09-02T21:58:00.134Z[ recovery-image] Sep 02 21:57:59.296 INFO O| Sep 02 21:57:59.296 INFO STEP 722 (remove_files) COMPLETE
75222026-09-02T21:58:00.137Z[ recovery-image] Sep 02 21:57:59.296 INFO O| Sep 02 21:57:59.296 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-09-02T21:58:00.144Z[ recovery-image] Sep 02 21:57:59.307 INFO O| Sep 02 21:57:59.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
75242026-09-02T21:58:00.144Z[ recovery-image] Sep 02 21:57:59.307 INFO O| Sep 02 21:57:59.307 INFO STEP 723 (remove_files) COMPLETE
75252026-09-02T21:58:00.151Z[ recovery-image] Sep 02 21:57:59.307 INFO O| Sep 02 21:57:59.307 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-09-02T21:58:00.158Z[ recovery-image] Sep 02 21:57:59.317 INFO O| Sep 02 21:57:59.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
75272026-09-02T21:58:00.161Z[ recovery-image] Sep 02 21:57:59.317 INFO O| Sep 02 21:57:59.317 INFO STEP 724 (remove_files) COMPLETE
75282026-09-02T21:58:00.161Z[ recovery-image] Sep 02 21:57:59.317 INFO O| Sep 02 21:57:59.317 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-09-02T21:58:00.166Z[ recovery-image] Sep 02 21:57:59.329 INFO O| Sep 02 21:57:59.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
75302026-09-02T21:58:00.167Z[ recovery-image] Sep 02 21:57:59.329 INFO O| Sep 02 21:57:59.329 INFO STEP 725 (remove_files) COMPLETE
75312026-09-02T21:58:00.167Z[ recovery-image] Sep 02 21:57:59.329 INFO O| Sep 02 21:57:59.329 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-09-02T21:58:00.178Z[ recovery-image] Sep 02 21:57:59.340 INFO O| Sep 02 21:57:59.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75332026-09-02T21:58:00.178Z[ recovery-image] Sep 02 21:57:59.340 INFO O| Sep 02 21:57:59.340 INFO STEP 726 (remove_files) COMPLETE
75342026-09-02T21:58:00.178Z[ recovery-image] Sep 02 21:57:59.340 INFO O| Sep 02 21:57:59.340 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-09-02T21:58:00.189Z[ recovery-image] Sep 02 21:57:59.350 INFO O| Sep 02 21:57:59.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75362026-09-02T21:58:00.189Z[ recovery-image] Sep 02 21:57:59.350 INFO O| Sep 02 21:57:59.350 INFO STEP 727 (remove_files) COMPLETE
75372026-09-02T21:58:00.189Z[ recovery-image] Sep 02 21:57:59.350 INFO O| Sep 02 21:57:59.350 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-09-02T21:58:00.198Z[ recovery-image] Sep 02 21:57:59.360 INFO O| Sep 02 21:57:59.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75392026-09-02T21:58:00.198Z[ recovery-image] Sep 02 21:57:59.360 INFO O| Sep 02 21:57:59.360 INFO STEP 728 (remove_files) COMPLETE
75402026-09-02T21:58:00.198Z[ recovery-image] Sep 02 21:57:59.360 INFO O| Sep 02 21:57:59.360 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-09-02T21:58:00.210Z[ recovery-image] Sep 02 21:57:59.372 INFO O| Sep 02 21:57:59.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75422026-09-02T21:58:00.211Z[ recovery-image] Sep 02 21:57:59.372 INFO O| Sep 02 21:57:59.372 INFO STEP 729 (remove_files) COMPLETE
75432026-09-02T21:58:00.215Z[ recovery-image] Sep 02 21:57:59.372 INFO O| Sep 02 21:57:59.372 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-09-02T21:58:00.222Z[ recovery-image] Sep 02 21:57:59.384 INFO O| Sep 02 21:57:59.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75452026-09-02T21:58:00.222Z[ recovery-image] Sep 02 21:57:59.385 INFO O| Sep 02 21:57:59.385 INFO STEP 730 (remove_files) COMPLETE
75462026-09-02T21:58:00.223Z[ recovery-image] Sep 02 21:57:59.385 INFO O| Sep 02 21:57:59.385 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-09-02T21:58:00.234Z[ recovery-image] Sep 02 21:57:59.396 INFO O| Sep 02 21:57:59.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75482026-09-02T21:58:00.234Z[ recovery-image] Sep 02 21:57:59.396 INFO O| Sep 02 21:57:59.396 INFO STEP 731 (remove_files) COMPLETE
75492026-09-02T21:58:00.234Z[ recovery-image] Sep 02 21:57:59.396 INFO O| Sep 02 21:57:59.396 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-09-02T21:58:00.244Z[ recovery-image] Sep 02 21:57:59.406 INFO O| Sep 02 21:57:59.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75512026-09-02T21:58:00.244Z[ recovery-image] Sep 02 21:57:59.406 INFO O| Sep 02 21:57:59.406 INFO STEP 732 (remove_files) COMPLETE
75522026-09-02T21:58:00.244Z[ recovery-image] Sep 02 21:57:59.406 INFO O| Sep 02 21:57:59.406 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-09-02T21:58:00.254Z[ recovery-image] Sep 02 21:57:59.416 INFO O| Sep 02 21:57:59.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75542026-09-02T21:58:00.254Z[ recovery-image] Sep 02 21:57:59.416 INFO O| Sep 02 21:57:59.416 INFO STEP 733 (remove_files) COMPLETE
75552026-09-02T21:58:00.258Z[ recovery-image] Sep 02 21:57:59.416 INFO O| Sep 02 21:57:59.416 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-09-02T21:58:00.270Z[ recovery-image] Sep 02 21:57:59.432 INFO O| Sep 02 21:57:59.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75572026-09-02T21:58:00.270Z[ recovery-image] Sep 02 21:57:59.432 INFO O| Sep 02 21:57:59.432 INFO STEP 734 (remove_files) COMPLETE
75582026-09-02T21:58:00.274Z[ recovery-image] Sep 02 21:57:59.432 INFO O| Sep 02 21:57:59.432 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-09-02T21:58:00.282Z[ recovery-image] Sep 02 21:57:59.443 INFO O| Sep 02 21:57:59.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75602026-09-02T21:58:00.282Z[ recovery-image] Sep 02 21:57:59.443 INFO O| Sep 02 21:57:59.443 INFO STEP 735 (remove_files) COMPLETE
75612026-09-02T21:58:00.288Z[ recovery-image] Sep 02 21:57:59.443 INFO O| Sep 02 21:57:59.443 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-09-02T21:58:00.292Z[ recovery-image] Sep 02 21:57:59.455 INFO O| Sep 02 21:57:59.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75632026-09-02T21:58:00.296Z[ recovery-image] Sep 02 21:57:59.455 INFO O| Sep 02 21:57:59.455 INFO STEP 736 (remove_files) COMPLETE
75642026-09-02T21:58:00.296Z[ recovery-image] Sep 02 21:57:59.455 INFO O| Sep 02 21:57:59.455 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-09-02T21:58:00.303Z[ recovery-image] Sep 02 21:57:59.466 INFO O| Sep 02 21:57:59.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75662026-09-02T21:58:00.303Z[ recovery-image] Sep 02 21:57:59.466 INFO O| Sep 02 21:57:59.466 INFO STEP 737 (remove_files) COMPLETE
75672026-09-02T21:58:00.304Z[ recovery-image] Sep 02 21:57:59.466 INFO O| Sep 02 21:57:59.466 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-09-02T21:58:00.314Z[ recovery-image] Sep 02 21:57:59.476 INFO O| Sep 02 21:57:59.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75692026-09-02T21:58:00.314Z[ recovery-image] Sep 02 21:57:59.476 INFO O| Sep 02 21:57:59.476 INFO STEP 738 (remove_files) COMPLETE
75702026-09-02T21:58:00.314Z[ recovery-image] Sep 02 21:57:59.476 INFO O| Sep 02 21:57:59.476 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-09-02T21:58:00.327Z[ recovery-image] Sep 02 21:57:59.488 INFO O| Sep 02 21:57:59.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75722026-09-02T21:58:00.331Z[ recovery-image] Sep 02 21:57:59.489 INFO O| Sep 02 21:57:59.489 INFO STEP 739 (remove_files) COMPLETE
75732026-09-02T21:58:00.331Z[ recovery-image] Sep 02 21:57:59.489 INFO O| Sep 02 21:57:59.489 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-09-02T21:58:00.339Z[ recovery-image] Sep 02 21:57:59.501 INFO O| Sep 02 21:57:59.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75752026-09-02T21:58:00.339Z[ recovery-image] Sep 02 21:57:59.501 INFO O| Sep 02 21:57:59.501 INFO STEP 740 (remove_files) COMPLETE
75762026-09-02T21:58:00.342Z[ recovery-image] Sep 02 21:57:59.501 INFO O| Sep 02 21:57:59.501 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-09-02T21:58:00.351Z[ recovery-image] Sep 02 21:57:59.513 INFO O| Sep 02 21:57:59.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75782026-09-02T21:58:00.351Z[ recovery-image] Sep 02 21:57:59.513 INFO O| Sep 02 21:57:59.513 INFO STEP 741 (remove_files) COMPLETE
75792026-09-02T21:58:00.357Z[ recovery-image] Sep 02 21:57:59.513 INFO O| Sep 02 21:57:59.513 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-09-02T21:58:00.361Z[ recovery-image] Sep 02 21:57:59.523 INFO O| Sep 02 21:57:59.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75812026-09-02T21:58:00.361Z[ recovery-image] Sep 02 21:57:59.523 INFO O| Sep 02 21:57:59.523 INFO STEP 742 (remove_files) COMPLETE
75822026-09-02T21:58:00.361Z[ recovery-image] Sep 02 21:57:59.523 INFO O| Sep 02 21:57:59.523 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-09-02T21:58:00.373Z[ recovery-image] Sep 02 21:57:59.535 INFO O| Sep 02 21:57:59.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75842026-09-02T21:58:00.373Z[ recovery-image] Sep 02 21:57:59.535 INFO O| Sep 02 21:57:59.535 INFO STEP 743 (remove_files) COMPLETE
75852026-09-02T21:58:00.373Z[ recovery-image] Sep 02 21:57:59.535 INFO O| Sep 02 21:57:59.535 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-09-02T21:58:00.384Z[ recovery-image] Sep 02 21:57:59.546 INFO O| Sep 02 21:57:59.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75872026-09-02T21:58:00.384Z[ recovery-image] Sep 02 21:57:59.546 INFO O| Sep 02 21:57:59.546 INFO STEP 744 (remove_files) COMPLETE
75882026-09-02T21:58:00.384Z[ recovery-image] Sep 02 21:57:59.546 INFO O| Sep 02 21:57:59.546 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-09-02T21:58:00.394Z[ recovery-image] Sep 02 21:57:59.556 INFO O| Sep 02 21:57:59.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75902026-09-02T21:58:00.394Z[ recovery-image] Sep 02 21:57:59.556 INFO O| Sep 02 21:57:59.556 INFO STEP 745 (remove_files) COMPLETE
75912026-09-02T21:58:00.394Z[ recovery-image] Sep 02 21:57:59.556 INFO O| Sep 02 21:57:59.556 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-09-02T21:58:00.398Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
75932026-09-02T21:58:00.406Z[ recovery-image] Sep 02 21:57:59.568 INFO O| Sep 02 21:57:59.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75942026-09-02T21:58:00.406Z[ recovery-image] Sep 02 21:57:59.568 INFO O| Sep 02 21:57:59.568 INFO STEP 746 (remove_files) COMPLETE
75952026-09-02T21:58:00.406Z[ recovery-image] Sep 02 21:57:59.568 INFO O| Sep 02 21:57:59.568 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75962026-09-02T21:58:00.418Z[ recovery-image] Sep 02 21:57:59.579 INFO O| Sep 02 21:57:59.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75972026-09-02T21:58:00.418Z[ recovery-image] Sep 02 21:57:59.579 INFO O| Sep 02 21:57:59.579 INFO STEP 747 (remove_files) COMPLETE
75982026-09-02T21:58:00.418Z[ recovery-image] Sep 02 21:57:59.579 INFO O| Sep 02 21:57:59.579 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75992026-09-02T21:58:00.432Z[ recovery-image] Sep 02 21:57:59.594 INFO O| Sep 02 21:57:59.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
76002026-09-02T21:58:00.432Z[ recovery-image] Sep 02 21:57:59.594 INFO O| Sep 02 21:57:59.594 INFO STEP 748 (remove_files) COMPLETE
76012026-09-02T21:58:00.432Z[ recovery-image] Sep 02 21:57:59.594 INFO O| Sep 02 21:57:59.594 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76022026-09-02T21:58:00.443Z[ recovery-image] Sep 02 21:57:59.605 INFO O| Sep 02 21:57:59.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
76032026-09-02T21:58:00.443Z[ recovery-image] Sep 02 21:57:59.605 INFO O| Sep 02 21:57:59.605 INFO STEP 749 (remove_files) COMPLETE
76042026-09-02T21:58:00.448Z[ recovery-image] Sep 02 21:57:59.605 INFO O| Sep 02 21:57:59.605 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76052026-09-02T21:58:00.453Z[ recovery-image] Sep 02 21:57:59.615 INFO O| Sep 02 21:57:59.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
76062026-09-02T21:58:00.453Z[ recovery-image] Sep 02 21:57:59.615 INFO O| Sep 02 21:57:59.615 INFO STEP 750 (remove_files) COMPLETE
76072026-09-02T21:58:00.453Z[ recovery-image] Sep 02 21:57:59.615 INFO O| Sep 02 21:57:59.615 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-09-02T21:58:00.463Z[ recovery-image] Sep 02 21:57:59.625 INFO O| Sep 02 21:57:59.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
76092026-09-02T21:58:00.463Z[ recovery-image] Sep 02 21:57:59.625 INFO O| Sep 02 21:57:59.625 INFO STEP 751 (remove_files) COMPLETE
76102026-09-02T21:58:00.463Z[ recovery-image] Sep 02 21:57:59.625 INFO O| Sep 02 21:57:59.625 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-09-02T21:58:00.478Z[ recovery-image] Sep 02 21:57:59.640 INFO O| Sep 02 21:57:59.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
76122026-09-02T21:58:00.478Z[ recovery-image] Sep 02 21:57:59.640 INFO O| Sep 02 21:57:59.640 INFO STEP 752 (remove_files) COMPLETE
76132026-09-02T21:58:00.478Z[ recovery-image] Sep 02 21:57:59.640 INFO O| Sep 02 21:57:59.640 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-09-02T21:58:00.483Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
76152026-09-02T21:58:00.488Z[ recovery-image] Sep 02 21:57:59.650 INFO O| Sep 02 21:57:59.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
76162026-09-02T21:58:00.488Z[ recovery-image] Sep 02 21:57:59.651 INFO O| Sep 02 21:57:59.651 INFO STEP 753 (remove_files) COMPLETE
76172026-09-02T21:58:00.491Z[ recovery-image] Sep 02 21:57:59.651 INFO O| Sep 02 21:57:59.651 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-09-02T21:58:00.501Z[ recovery-image] Sep 02 21:57:59.662 INFO O| Sep 02 21:57:59.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
76192026-09-02T21:58:00.501Z[ recovery-image] Sep 02 21:57:59.662 INFO O| Sep 02 21:57:59.662 INFO STEP 754 (remove_files) COMPLETE
76202026-09-02T21:58:00.501Z[ recovery-image] Sep 02 21:57:59.662 INFO O| Sep 02 21:57:59.662 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-09-02T21:58:00.512Z[ recovery-image] Sep 02 21:57:59.674 INFO O| Sep 02 21:57:59.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
76222026-09-02T21:58:00.512Z[ recovery-image] Sep 02 21:57:59.674 INFO O| Sep 02 21:57:59.674 INFO STEP 755 (remove_files) COMPLETE
76232026-09-02T21:58:00.512Z[ recovery-image] Sep 02 21:57:59.674 INFO O| Sep 02 21:57:59.674 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-09-02T21:58:00.524Z[ recovery-image] Sep 02 21:57:59.686 INFO O| Sep 02 21:57:59.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
76252026-09-02T21:58:00.524Z[ recovery-image] Sep 02 21:57:59.686 INFO O| Sep 02 21:57:59.686 INFO STEP 756 (remove_files) COMPLETE
76262026-09-02T21:58:00.524Z[ recovery-image] Sep 02 21:57:59.686 INFO O| Sep 02 21:57:59.686 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-09-02T21:58:00.536Z[ recovery-image] Sep 02 21:57:59.697 INFO O| Sep 02 21:57:59.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
76282026-09-02T21:58:00.536Z[ recovery-image] Sep 02 21:57:59.697 INFO O| Sep 02 21:57:59.697 INFO STEP 757 (remove_files) COMPLETE
76292026-09-02T21:58:00.537Z[ recovery-image] Sep 02 21:57:59.697 INFO O| Sep 02 21:57:59.697 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-09-02T21:58:00.546Z[ recovery-image] Sep 02 21:57:59.709 INFO O| Sep 02 21:57:59.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
76312026-09-02T21:58:00.547Z[ recovery-image] Sep 02 21:57:59.709 INFO O| Sep 02 21:57:59.709 INFO STEP 758 (remove_files) COMPLETE
76322026-09-02T21:58:00.550Z[ recovery-image] Sep 02 21:57:59.709 INFO O| Sep 02 21:57:59.709 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-09-02T21:58:00.558Z[ recovery-image] Sep 02 21:57:59.719 INFO O| Sep 02 21:57:59.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76342026-09-02T21:58:00.558Z[ recovery-image] Sep 02 21:57:59.719 INFO O| Sep 02 21:57:59.719 INFO STEP 759 (remove_files) COMPLETE
76352026-09-02T21:58:00.562Z[ recovery-image] Sep 02 21:57:59.719 INFO O| Sep 02 21:57:59.719 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-09-02T21:58:00.568Z[ recovery-image] Sep 02 21:57:59.730 INFO O| Sep 02 21:57:59.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76372026-09-02T21:58:00.568Z[ recovery-image] Sep 02 21:57:59.730 INFO O| Sep 02 21:57:59.730 INFO STEP 760 (remove_files) COMPLETE
76382026-09-02T21:58:00.568Z[ recovery-image] Sep 02 21:57:59.730 INFO O| Sep 02 21:57:59.730 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-09-02T21:58:00.578Z[ recovery-image] Sep 02 21:57:59.740 INFO O| Sep 02 21:57:59.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76402026-09-02T21:58:00.578Z[ recovery-image] Sep 02 21:57:59.740 INFO O| Sep 02 21:57:59.740 INFO STEP 761 (remove_files) COMPLETE
76412026-09-02T21:58:00.578Z[ recovery-image] Sep 02 21:57:59.740 INFO O| Sep 02 21:57:59.740 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-09-02T21:58:00.588Z[ recovery-image] Sep 02 21:57:59.750 INFO O| Sep 02 21:57:59.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76432026-09-02T21:58:00.588Z[ recovery-image] Sep 02 21:57:59.750 INFO O| Sep 02 21:57:59.750 INFO STEP 762 (remove_files) COMPLETE
76442026-09-02T21:58:00.593Z[ recovery-image] Sep 02 21:57:59.750 INFO O| Sep 02 21:57:59.750 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-09-02T21:58:00.597Z[ recovery-image] Sep 02 21:57:59.760 INFO O| Sep 02 21:57:59.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76462026-09-02T21:58:00.597Z[ recovery-image] Sep 02 21:57:59.760 INFO O| Sep 02 21:57:59.760 INFO STEP 763 (remove_files) COMPLETE
76472026-09-02T21:58:00.597Z[ recovery-image] Sep 02 21:57:59.760 INFO O| Sep 02 21:57:59.760 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-09-02T21:58:00.607Z[ recovery-image] Sep 02 21:57:59.769 INFO O| Sep 02 21:57:59.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76492026-09-02T21:58:00.611Z[ recovery-image] Sep 02 21:57:59.770 INFO O| Sep 02 21:57:59.770 INFO STEP 764 (remove_files) COMPLETE
76502026-09-02T21:58:00.611Z[ recovery-image] Sep 02 21:57:59.770 INFO O| Sep 02 21:57:59.770 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-09-02T21:58:00.618Z[ recovery-image] Sep 02 21:57:59.780 INFO O| Sep 02 21:57:59.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76522026-09-02T21:58:00.619Z[ recovery-image] Sep 02 21:57:59.780 INFO O| Sep 02 21:57:59.780 INFO STEP 765 (remove_files) COMPLETE
76532026-09-02T21:58:00.619Z[ recovery-image] Sep 02 21:57:59.780 INFO O| Sep 02 21:57:59.780 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-09-02T21:58:00.628Z[ recovery-image] Sep 02 21:57:59.791 INFO O| Sep 02 21:57:59.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76552026-09-02T21:58:00.632Z[ recovery-image] Sep 02 21:57:59.792 INFO O| Sep 02 21:57:59.792 INFO STEP 766 (remove_files) COMPLETE
76562026-09-02T21:58:00.632Z[ recovery-image] Sep 02 21:57:59.792 INFO O| Sep 02 21:57:59.792 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-09-02T21:58:00.641Z[ recovery-image] Sep 02 21:57:59.802 INFO O| Sep 02 21:57:59.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76582026-09-02T21:58:00.641Z[ recovery-image] Sep 02 21:57:59.802 INFO O| Sep 02 21:57:59.802 INFO STEP 767 (remove_files) COMPLETE
76592026-09-02T21:58:00.646Z[ recovery-image] Sep 02 21:57:59.802 INFO O| Sep 02 21:57:59.802 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-09-02T21:58:00.650Z[ recovery-image] Sep 02 21:57:59.812 INFO O| Sep 02 21:57:59.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76612026-09-02T21:58:00.650Z[ recovery-image] Sep 02 21:57:59.812 INFO O| Sep 02 21:57:59.812 INFO STEP 768 (remove_files) COMPLETE
76622026-09-02T21:58:00.650Z[ recovery-image] Sep 02 21:57:59.812 INFO O| Sep 02 21:57:59.812 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-09-02T21:58:00.664Z[ recovery-image] Sep 02 21:57:59.826 INFO O| Sep 02 21:57:59.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76642026-09-02T21:58:00.664Z[ recovery-image] Sep 02 21:57:59.826 INFO O| Sep 02 21:57:59.826 INFO STEP 769 (remove_files) COMPLETE
76652026-09-02T21:58:00.664Z[ recovery-image] Sep 02 21:57:59.826 INFO O| Sep 02 21:57:59.826 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-09-02T21:58:00.675Z[ recovery-image] Sep 02 21:57:59.837 INFO O| Sep 02 21:57:59.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76672026-09-02T21:58:00.679Z[ recovery-image] Sep 02 21:57:59.838 INFO O| Sep 02 21:57:59.838 INFO STEP 770 (remove_files) COMPLETE
76682026-09-02T21:58:00.679Z[ recovery-image] Sep 02 21:57:59.838 INFO O| Sep 02 21:57:59.838 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-09-02T21:58:00.750Z[ recovery-image] Sep 02 21:57:59.849 INFO O| Sep 02 21:57:59.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76702026-09-02T21:58:00.750Z[ recovery-image] Sep 02 21:57:59.849 INFO O| Sep 02 21:57:59.849 INFO STEP 771 (remove_files) COMPLETE
76712026-09-02T21:58:00.750Z[ recovery-image] Sep 02 21:57:59.849 INFO O| Sep 02 21:57:59.849 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-09-02T21:58:00.750Z[ recovery-image] Sep 02 21:57:59.860 INFO O| Sep 02 21:57:59.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76732026-09-02T21:58:00.750Z[ recovery-image] Sep 02 21:57:59.860 INFO O| Sep 02 21:57:59.860 INFO STEP 772 (remove_files) COMPLETE
76742026-09-02T21:58:00.750Z[ recovery-image] Sep 02 21:57:59.860 INFO O| Sep 02 21:57:59.860 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-09-02T21:58:00.750Z[ recovery-image] Sep 02 21:57:59.871 INFO O| Sep 02 21:57:59.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76762026-09-02T21:58:00.750Z[ recovery-image] Sep 02 21:57:59.871 INFO O| Sep 02 21:57:59.871 INFO STEP 773 (remove_files) COMPLETE
76772026-09-02T21:58:00.751Z[ recovery-image] Sep 02 21:57:59.871 INFO O| Sep 02 21:57:59.871 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-09-02T21:58:00.751Z[ recovery-image] Sep 02 21:57:59.881 INFO O| Sep 02 21:57:59.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76792026-09-02T21:58:00.751Z[ recovery-image] Sep 02 21:57:59.881 INFO O| Sep 02 21:57:59.881 INFO STEP 774 (remove_files) COMPLETE
76802026-09-02T21:58:00.751Z[ recovery-image] Sep 02 21:57:59.881 INFO O| Sep 02 21:57:59.881 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-09-02T21:58:00.751Z[ recovery-image] Sep 02 21:57:59.899 INFO O| Sep 02 21:57:59.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76822026-09-02T21:58:00.751Z[ recovery-image] Sep 02 21:57:59.899 INFO O| Sep 02 21:57:59.899 INFO STEP 775 (remove_files) COMPLETE
76832026-09-02T21:58:00.751Z[ recovery-image] Sep 02 21:57:59.899 INFO O| Sep 02 21:57:59.899 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-09-02T21:58:00.756Z[ recovery-image] Sep 02 21:57:59.911 INFO O| Sep 02 21:57:59.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76852026-09-02T21:58:00.756Z[ recovery-image] Sep 02 21:57:59.911 INFO O| Sep 02 21:57:59.911 INFO STEP 776 (remove_files) COMPLETE
76862026-09-02T21:58:00.756Z[ recovery-image] Sep 02 21:57:59.911 INFO O| Sep 02 21:57:59.911 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-09-02T21:58:00.760Z[ recovery-image] Sep 02 21:57:59.922 INFO O| Sep 02 21:57:59.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76882026-09-02T21:58:00.760Z[ recovery-image] Sep 02 21:57:59.922 INFO O| Sep 02 21:57:59.922 INFO STEP 777 (remove_files) COMPLETE
76892026-09-02T21:58:00.760Z[ recovery-image] Sep 02 21:57:59.922 INFO O| Sep 02 21:57:59.922 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-09-02T21:58:00.771Z[ recovery-image] Sep 02 21:57:59.932 INFO O| Sep 02 21:57:59.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76912026-09-02T21:58:00.771Z[ recovery-image] Sep 02 21:57:59.932 INFO O| Sep 02 21:57:59.932 INFO STEP 778 (remove_files) COMPLETE
76922026-09-02T21:58:00.774Z[ recovery-image] Sep 02 21:57:59.932 INFO O| Sep 02 21:57:59.932 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-09-02T21:58:00.779Z[ recovery-image] Sep 02 21:57:59.941 INFO O| Sep 02 21:57:59.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76942026-09-02T21:58:00.779Z[ recovery-image] Sep 02 21:57:59.942 INFO O| Sep 02 21:57:59.942 INFO STEP 779 (remove_files) COMPLETE
76952026-09-02T21:58:00.783Z[ recovery-image] Sep 02 21:57:59.942 INFO O| Sep 02 21:57:59.942 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-09-02T21:58:00.792Z[ recovery-image] Sep 02 21:57:59.953 INFO O| Sep 02 21:57:59.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76972026-09-02T21:58:00.792Z[ recovery-image] Sep 02 21:57:59.953 INFO O| Sep 02 21:57:59.953 INFO STEP 780 (remove_files) COMPLETE
76982026-09-02T21:58:00.792Z[ recovery-image] Sep 02 21:57:59.953 INFO O| Sep 02 21:57:59.953 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-09-02T21:58:00.801Z[ recovery-image] Sep 02 21:57:59.963 INFO O| Sep 02 21:57:59.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
77002026-09-02T21:58:00.801Z[ recovery-image] Sep 02 21:57:59.963 INFO O| Sep 02 21:57:59.963 INFO STEP 781 (remove_files) COMPLETE
77012026-09-02T21:58:00.801Z[ recovery-image] Sep 02 21:57:59.963 INFO O| Sep 02 21:57:59.963 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-09-02T21:58:00.811Z[ recovery-image] Sep 02 21:57:59.973 INFO O| Sep 02 21:57:59.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
77032026-09-02T21:58:00.811Z[ recovery-image] Sep 02 21:57:59.973 INFO O| Sep 02 21:57:59.973 INFO STEP 782 (remove_files) COMPLETE
77042026-09-02T21:58:00.815Z[ recovery-image] Sep 02 21:57:59.973 INFO O| Sep 02 21:57:59.973 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-09-02T21:58:00.823Z[ recovery-image] Sep 02 21:57:59.985 INFO O| Sep 02 21:57:59.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
77062026-09-02T21:58:00.823Z[ recovery-image] Sep 02 21:57:59.985 INFO O| Sep 02 21:57:59.985 INFO STEP 783 (remove_files) COMPLETE
77072026-09-02T21:58:00.823Z[ recovery-image] Sep 02 21:57:59.985 INFO O| Sep 02 21:57:59.985 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-09-02T21:58:00.832Z[ recovery-image] Sep 02 21:57:59.994 INFO O| Sep 02 21:57:59.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
77092026-09-02T21:58:00.832Z[ recovery-image] Sep 02 21:57:59.994 INFO O| Sep 02 21:57:59.994 INFO STEP 784 (remove_files) COMPLETE
77102026-09-02T21:58:00.832Z[ recovery-image] Sep 02 21:57:59.994 INFO O| Sep 02 21:57:59.994 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-09-02T21:58:00.841Z[ recovery-image] Sep 02 21:58:00.004 INFO O| Sep 02 21:58:00.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
77122026-09-02T21:58:00.841Z[ recovery-image] Sep 02 21:58:00.004 INFO O| Sep 02 21:58:00.004 INFO STEP 785 (remove_files) COMPLETE
77132026-09-02T21:58:00.871Z[ recovery-image] Sep 02 21:58:00.004 INFO O| Sep 02 21:58:00.004 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-09-02T21:58:00.880Z[ recovery-image] Sep 02 21:58:00.042 INFO O| Sep 02 21:58:00.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
77152026-09-02T21:58:00.880Z[ recovery-image] Sep 02 21:58:00.042 INFO O| Sep 02 21:58:00.042 INFO STEP 786 (remove_files) COMPLETE
77162026-09-02T21:58:00.880Z[ recovery-image] Sep 02 21:58:00.042 INFO O| Sep 02 21:58:00.042 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-09-02T21:58:00.891Z[ recovery-image] Sep 02 21:58:00.053 INFO O| Sep 02 21:58:00.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
77182026-09-02T21:58:00.891Z[ recovery-image] Sep 02 21:58:00.053 INFO O| Sep 02 21:58:00.053 INFO STEP 787 (remove_files) COMPLETE
77192026-09-02T21:58:00.891Z[ recovery-image] Sep 02 21:58:00.053 INFO O| Sep 02 21:58:00.053 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-09-02T21:58:00.900Z[ recovery-image] Sep 02 21:58:00.063 INFO O| Sep 02 21:58:00.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
77212026-09-02T21:58:00.901Z[ recovery-image] Sep 02 21:58:00.063 INFO O| Sep 02 21:58:00.063 INFO STEP 788 (remove_files) COMPLETE
77222026-09-02T21:58:00.901Z[ recovery-image] Sep 02 21:58:00.063 INFO O| Sep 02 21:58:00.063 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-09-02T21:58:00.911Z[ recovery-image] Sep 02 21:58:00.073 INFO O| Sep 02 21:58:00.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
77242026-09-02T21:58:00.911Z[ recovery-image] Sep 02 21:58:00.074 INFO O| Sep 02 21:58:00.073 INFO STEP 789 (remove_files) COMPLETE
77252026-09-02T21:58:00.912Z[ recovery-image] Sep 02 21:58:00.074 INFO O| Sep 02 21:58:00.074 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-09-02T21:58:00.924Z[ recovery-image] Sep 02 21:58:00.085 INFO O| Sep 02 21:58:00.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
77272026-09-02T21:58:00.924Z[ recovery-image] Sep 02 21:58:00.085 INFO O| Sep 02 21:58:00.085 INFO STEP 790 (remove_files) COMPLETE
77282026-09-02T21:58:00.924Z[ recovery-image] Sep 02 21:58:00.085 INFO O| Sep 02 21:58:00.085 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-09-02T21:58:00.933Z[ recovery-image] Sep 02 21:58:00.096 INFO O| Sep 02 21:58:00.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
77302026-09-02T21:58:00.934Z[ recovery-image] Sep 02 21:58:00.096 INFO O| Sep 02 21:58:00.096 INFO STEP 791 (remove_files) COMPLETE
77312026-09-02T21:58:00.934Z[ recovery-image] Sep 02 21:58:00.096 INFO O| Sep 02 21:58:00.096 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-09-02T21:58:00.944Z[ recovery-image] Sep 02 21:58:00.106 INFO O| Sep 02 21:58:00.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77332026-09-02T21:58:00.944Z[ recovery-image] Sep 02 21:58:00.106 INFO O| Sep 02 21:58:00.106 INFO STEP 792 (remove_files) COMPLETE
77342026-09-02T21:58:00.944Z[ recovery-image] Sep 02 21:58:00.106 INFO O| Sep 02 21:58:00.106 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-09-02T21:58:00.954Z[ recovery-image] Sep 02 21:58:00.116 INFO O| Sep 02 21:58:00.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77362026-09-02T21:58:00.955Z[ recovery-image] Sep 02 21:58:00.117 INFO O| Sep 02 21:58:00.117 INFO STEP 793 (remove_files) COMPLETE
77372026-09-02T21:58:00.955Z[ recovery-image] Sep 02 21:58:00.117 INFO O| Sep 02 21:58:00.117 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-09-02T21:58:00.965Z[ recovery-image] Sep 02 21:58:00.127 INFO O| Sep 02 21:58:00.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77392026-09-02T21:58:00.965Z[ recovery-image] Sep 02 21:58:00.127 INFO O| Sep 02 21:58:00.127 INFO STEP 794 (remove_files) COMPLETE
77402026-09-02T21:58:00.969Z[ recovery-image] Sep 02 21:58:00.127 INFO O| Sep 02 21:58:00.127 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-09-02T21:58:00.975Z[ recovery-image] Sep 02 21:58:00.137 INFO O| Sep 02 21:58:00.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77422026-09-02T21:58:00.975Z[ recovery-image] Sep 02 21:58:00.137 INFO O| Sep 02 21:58:00.137 INFO STEP 795 (remove_files) COMPLETE
77432026-09-02T21:58:00.975Z[ recovery-image] Sep 02 21:58:00.137 INFO O| Sep 02 21:58:00.137 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-09-02T21:58:00.986Z[ recovery-image] Sep 02 21:58:00.148 INFO O| Sep 02 21:58:00.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77452026-09-02T21:58:00.986Z[ recovery-image] Sep 02 21:58:00.148 INFO O| Sep 02 21:58:00.148 INFO STEP 796 (remove_files) COMPLETE
77462026-09-02T21:58:00.986Z[ recovery-image] Sep 02 21:58:00.148 INFO O| Sep 02 21:58:00.148 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-09-02T21:58:00.996Z[ recovery-image] Sep 02 21:58:00.158 INFO O| Sep 02 21:58:00.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77482026-09-02T21:58:00.996Z[ recovery-image] Sep 02 21:58:00.158 INFO O| Sep 02 21:58:00.158 INFO STEP 797 (remove_files) COMPLETE
77492026-09-02T21:58:00.996Z[ recovery-image] Sep 02 21:58:00.158 INFO O| Sep 02 21:58:00.158 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-09-02T21:58:01.006Z[ recovery-image] Sep 02 21:58:00.168 INFO O| Sep 02 21:58:00.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77512026-09-02T21:58:01.006Z[ recovery-image] Sep 02 21:58:00.168 INFO O| Sep 02 21:58:00.168 INFO STEP 798 (remove_files) COMPLETE
77522026-09-02T21:58:01.010Z[ recovery-image] Sep 02 21:58:00.168 INFO O| Sep 02 21:58:00.168 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-09-02T21:58:01.017Z[ recovery-image] Sep 02 21:58:00.178 INFO O| Sep 02 21:58:00.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77542026-09-02T21:58:01.017Z[ recovery-image] Sep 02 21:58:00.178 INFO O| Sep 02 21:58:00.178 INFO STEP 799 (remove_files) COMPLETE
77552026-09-02T21:58:01.017Z[ recovery-image] Sep 02 21:58:00.178 INFO O| Sep 02 21:58:00.178 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-09-02T21:58:01.031Z[ recovery-image] Sep 02 21:58:00.190 INFO O| Sep 02 21:58:00.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77572026-09-02T21:58:01.031Z[ recovery-image] Sep 02 21:58:00.190 INFO O| Sep 02 21:58:00.190 INFO STEP 800 (remove_files) COMPLETE
77582026-09-02T21:58:01.031Z[ recovery-image] Sep 02 21:58:00.190 INFO O| Sep 02 21:58:00.190 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-09-02T21:58:01.038Z[ recovery-image] Sep 02 21:58:00.200 INFO O| Sep 02 21:58:00.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77602026-09-02T21:58:01.038Z[ recovery-image] Sep 02 21:58:00.200 INFO O| Sep 02 21:58:00.200 INFO STEP 801 (remove_files) COMPLETE
77612026-09-02T21:58:01.038Z[ recovery-image] Sep 02 21:58:00.200 INFO O| Sep 02 21:58:00.200 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-09-02T21:58:01.049Z[ recovery-image] Sep 02 21:58:00.209 INFO O| Sep 02 21:58:00.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77632026-09-02T21:58:01.049Z[ recovery-image] Sep 02 21:58:00.209 INFO O| Sep 02 21:58:00.209 INFO STEP 802 (remove_files) COMPLETE
77642026-09-02T21:58:01.049Z[ recovery-image] Sep 02 21:58:00.209 INFO O| Sep 02 21:58:00.209 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-09-02T21:58:01.056Z[ recovery-image] Sep 02 21:58:00.218 INFO O| Sep 02 21:58:00.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77662026-09-02T21:58:01.057Z[ recovery-image] Sep 02 21:58:00.218 INFO O| Sep 02 21:58:00.218 INFO STEP 803 (remove_files) COMPLETE
77672026-09-02T21:58:01.057Z[ recovery-image] Sep 02 21:58:00.218 INFO O| Sep 02 21:58:00.218 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-09-02T21:58:01.065Z[ recovery-image] Sep 02 21:58:00.227 INFO O| Sep 02 21:58:00.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77692026-09-02T21:58:01.065Z[ recovery-image] Sep 02 21:58:00.227 INFO O| Sep 02 21:58:00.227 INFO STEP 804 (remove_files) COMPLETE
77702026-09-02T21:58:01.069Z[ recovery-image] Sep 02 21:58:00.227 INFO O| Sep 02 21:58:00.227 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-09-02T21:58:01.075Z[ recovery-image] Sep 02 21:58:00.237 INFO O| Sep 02 21:58:00.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77722026-09-02T21:58:01.079Z[ recovery-image] Sep 02 21:58:00.237 INFO O| Sep 02 21:58:00.237 INFO STEP 805 (remove_files) COMPLETE
77732026-09-02T21:58:01.079Z[ recovery-image] Sep 02 21:58:00.237 INFO O| Sep 02 21:58:00.237 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-09-02T21:58:01.087Z[ recovery-image] Sep 02 21:58:00.249 INFO O| Sep 02 21:58:00.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77752026-09-02T21:58:01.087Z[ recovery-image] Sep 02 21:58:00.249 INFO O| Sep 02 21:58:00.249 INFO STEP 806 (remove_files) COMPLETE
77762026-09-02T21:58:01.087Z[ recovery-image] Sep 02 21:58:00.249 INFO O| Sep 02 21:58:00.249 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-09-02T21:58:01.098Z[ recovery-image] Sep 02 21:58:00.260 INFO O| Sep 02 21:58:00.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77782026-09-02T21:58:01.098Z[ recovery-image] Sep 02 21:58:00.260 INFO O| Sep 02 21:58:00.260 INFO STEP 807 (remove_files) COMPLETE
77792026-09-02T21:58:01.098Z[ recovery-image] Sep 02 21:58:00.260 INFO O| Sep 02 21:58:00.260 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-09-02T21:58:01.108Z[ recovery-image] Sep 02 21:58:00.270 INFO O| Sep 02 21:58:00.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77812026-09-02T21:58:01.108Z[ recovery-image] Sep 02 21:58:00.270 INFO O| Sep 02 21:58:00.270 INFO STEP 808 (remove_files) COMPLETE
77822026-09-02T21:58:01.108Z[ recovery-image] Sep 02 21:58:00.270 INFO O| Sep 02 21:58:00.270 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-09-02T21:58:01.130Z[ recovery-image] Sep 02 21:58:00.292 INFO O| Sep 02 21:58:00.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77842026-09-02T21:58:01.130Z[ recovery-image] Sep 02 21:58:00.292 INFO O| Sep 02 21:58:00.292 INFO STEP 809 (remove_files) COMPLETE
77852026-09-02T21:58:01.135Z[ recovery-image] Sep 02 21:58:00.292 INFO O| Sep 02 21:58:00.292 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-09-02T21:58:01.140Z[ recovery-image] Sep 02 21:58:00.302 INFO O| Sep 02 21:58:00.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77872026-09-02T21:58:01.140Z[ recovery-image] Sep 02 21:58:00.302 INFO O| Sep 02 21:58:00.302 INFO STEP 810 (remove_files) COMPLETE
77882026-09-02T21:58:01.144Z[ recovery-image] Sep 02 21:58:00.302 INFO O| Sep 02 21:58:00.302 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-09-02T21:58:01.153Z[ recovery-image] Sep 02 21:58:00.313 INFO O| Sep 02 21:58:00.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77902026-09-02T21:58:01.153Z[ recovery-image] Sep 02 21:58:00.314 INFO O| Sep 02 21:58:00.313 INFO STEP 811 (remove_files) COMPLETE
77912026-09-02T21:58:01.160Z[ recovery-image] Sep 02 21:58:00.314 INFO O| Sep 02 21:58:00.313 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-09-02T21:58:01.166Z[ recovery-image] Sep 02 21:58:00.325 INFO O| Sep 02 21:58:00.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77932026-09-02T21:58:01.167Z[ recovery-image] Sep 02 21:58:00.326 INFO O| Sep 02 21:58:00.326 INFO STEP 812 (remove_files) COMPLETE
77942026-09-02T21:58:01.167Z[ recovery-image] Sep 02 21:58:00.326 INFO O| Sep 02 21:58:00.326 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-09-02T21:58:01.175Z[ recovery-image] Sep 02 21:58:00.337 INFO O| Sep 02 21:58:00.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77962026-09-02T21:58:01.175Z[ recovery-image] Sep 02 21:58:00.337 INFO O| Sep 02 21:58:00.337 INFO STEP 813 (remove_files) COMPLETE
77972026-09-02T21:58:01.175Z[ recovery-image] Sep 02 21:58:00.337 INFO O| Sep 02 21:58:00.337 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-09-02T21:58:01.187Z[ recovery-image] Sep 02 21:58:00.349 INFO O| Sep 02 21:58:00.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77992026-09-02T21:58:01.187Z[ recovery-image] Sep 02 21:58:00.349 INFO O| Sep 02 21:58:00.349 INFO STEP 814 (remove_files) COMPLETE
78002026-09-02T21:58:01.187Z[ recovery-image] Sep 02 21:58:00.349 INFO O| Sep 02 21:58:00.349 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-09-02T21:58:01.198Z[ recovery-image] Sep 02 21:58:00.360 INFO O| Sep 02 21:58:00.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
78022026-09-02T21:58:01.198Z[ recovery-image] Sep 02 21:58:00.360 INFO O| Sep 02 21:58:00.360 INFO STEP 815 (remove_files) COMPLETE
78032026-09-02T21:58:01.198Z[ recovery-image] Sep 02 21:58:00.360 INFO O| Sep 02 21:58:00.360 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-09-02T21:58:01.210Z[ recovery-image] Sep 02 21:58:00.372 INFO O| Sep 02 21:58:00.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
78052026-09-02T21:58:01.210Z[ recovery-image] Sep 02 21:58:00.372 INFO O| Sep 02 21:58:00.372 INFO STEP 816 (remove_files) COMPLETE
78062026-09-02T21:58:01.210Z[ recovery-image] Sep 02 21:58:00.372 INFO O| Sep 02 21:58:00.372 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-09-02T21:58:01.222Z[ recovery-image] Sep 02 21:58:00.384 INFO O| Sep 02 21:58:00.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
78082026-09-02T21:58:01.222Z[ recovery-image] Sep 02 21:58:00.384 INFO O| Sep 02 21:58:00.384 INFO STEP 817 (remove_files) COMPLETE
78092026-09-02T21:58:01.227Z[ recovery-image] Sep 02 21:58:00.384 INFO O| Sep 02 21:58:00.384 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-09-02T21:58:01.233Z[ recovery-image] Sep 02 21:58:00.395 INFO O| Sep 02 21:58:00.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
78112026-09-02T21:58:01.233Z[ recovery-image] Sep 02 21:58:00.395 INFO O| Sep 02 21:58:00.395 INFO STEP 818 (remove_files) COMPLETE
78122026-09-02T21:58:01.236Z[ recovery-image] Sep 02 21:58:00.395 INFO O| Sep 02 21:58:00.395 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-09-02T21:58:01.243Z[ recovery-image] Sep 02 21:58:00.405 INFO O| Sep 02 21:58:00.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
78142026-09-02T21:58:01.243Z[ recovery-image] Sep 02 21:58:00.405 INFO O| Sep 02 21:58:00.405 INFO STEP 819 (remove_files) COMPLETE
78152026-09-02T21:58:01.246Z[ recovery-image] Sep 02 21:58:00.405 INFO O| Sep 02 21:58:00.405 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-09-02T21:58:01.251Z[ recovery-image] Sep 02 21:58:00.413 INFO O| Sep 02 21:58:00.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
78172026-09-02T21:58:01.251Z[ recovery-image] Sep 02 21:58:00.414 INFO O| Sep 02 21:58:00.413 INFO STEP 820 (remove_files) COMPLETE
78182026-09-02T21:58:01.254Z[ recovery-image] Sep 02 21:58:00.414 INFO O| Sep 02 21:58:00.414 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-09-02T21:58:01.259Z[ recovery-image] Sep 02 21:58:00.422 INFO O| Sep 02 21:58:00.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
78202026-09-02T21:58:01.260Z[ recovery-image] Sep 02 21:58:00.422 INFO O| Sep 02 21:58:00.422 INFO STEP 821 (remove_files) COMPLETE
78212026-09-02T21:58:01.260Z[ recovery-image] Sep 02 21:58:00.422 INFO O| Sep 02 21:58:00.422 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-09-02T21:58:01.268Z[ recovery-image] Sep 02 21:58:00.430 INFO O| Sep 02 21:58:00.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
78232026-09-02T21:58:01.268Z[ recovery-image] Sep 02 21:58:00.430 INFO O| Sep 02 21:58:00.430 INFO STEP 822 (remove_files) COMPLETE
78242026-09-02T21:58:01.268Z[ recovery-image] Sep 02 21:58:00.430 INFO O| Sep 02 21:58:00.430 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-09-02T21:58:01.280Z[ recovery-image] Sep 02 21:58:00.442 INFO O| Sep 02 21:58:00.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
78262026-09-02T21:58:01.280Z[ recovery-image] Sep 02 21:58:00.442 INFO O| Sep 02 21:58:00.442 INFO STEP 823 (remove_files) COMPLETE
78272026-09-02T21:58:01.280Z[ recovery-image] Sep 02 21:58:00.442 INFO O| Sep 02 21:58:00.442 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-09-02T21:58:01.291Z[ recovery-image] Sep 02 21:58:00.453 INFO O| Sep 02 21:58:00.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
78292026-09-02T21:58:01.291Z[ recovery-image] Sep 02 21:58:00.453 INFO O| Sep 02 21:58:00.453 INFO STEP 824 (remove_files) COMPLETE
78302026-09-02T21:58:01.291Z[ recovery-image] Sep 02 21:58:00.453 INFO O| Sep 02 21:58:00.453 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-09-02T21:58:01.302Z[ recovery-image] Sep 02 21:58:00.463 INFO O| Sep 02 21:58:00.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78322026-09-02T21:58:01.302Z[ recovery-image] Sep 02 21:58:00.463 INFO O| Sep 02 21:58:00.463 INFO STEP 825 (remove_files) COMPLETE
78332026-09-02T21:58:01.302Z[ recovery-image] Sep 02 21:58:00.463 INFO O| Sep 02 21:58:00.463 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-09-02T21:58:01.311Z[ recovery-image] Sep 02 21:58:00.474 INFO O| Sep 02 21:58:00.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78352026-09-02T21:58:01.312Z[ recovery-image] Sep 02 21:58:00.474 INFO O| Sep 02 21:58:00.474 INFO STEP 826 (remove_files) COMPLETE
78362026-09-02T21:58:01.312Z[ recovery-image] Sep 02 21:58:00.474 INFO O| Sep 02 21:58:00.474 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-09-02T21:58:01.322Z[ recovery-image] Sep 02 21:58:00.484 INFO O| Sep 02 21:58:00.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78382026-09-02T21:58:01.322Z[ recovery-image] Sep 02 21:58:00.484 INFO O| Sep 02 21:58:00.484 INFO STEP 827 (remove_files) COMPLETE
78392026-09-02T21:58:01.322Z[ recovery-image] Sep 02 21:58:00.484 INFO O| Sep 02 21:58:00.484 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-09-02T21:58:01.334Z[ recovery-image] Sep 02 21:58:00.495 INFO O| Sep 02 21:58:00.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78412026-09-02T21:58:01.334Z[ recovery-image] Sep 02 21:58:00.495 INFO O| Sep 02 21:58:00.495 INFO STEP 828 (remove_files) COMPLETE
78422026-09-02T21:58:01.334Z[ recovery-image] Sep 02 21:58:00.495 INFO O| Sep 02 21:58:00.495 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-09-02T21:58:01.344Z[ recovery-image] Sep 02 21:58:00.506 INFO O| Sep 02 21:58:00.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78442026-09-02T21:58:01.350Z[ recovery-image] Sep 02 21:58:00.506 INFO O| Sep 02 21:58:00.506 INFO STEP 829 (remove_files) COMPLETE
78452026-09-02T21:58:01.351Z[ recovery-image] Sep 02 21:58:00.506 INFO O| Sep 02 21:58:00.506 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-09-02T21:58:01.355Z[ recovery-image] Sep 02 21:58:00.517 INFO O| Sep 02 21:58:00.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78472026-09-02T21:58:01.355Z[ recovery-image] Sep 02 21:58:00.517 INFO O| Sep 02 21:58:00.517 INFO STEP 830 (remove_files) COMPLETE
78482026-09-02T21:58:01.355Z[ recovery-image] Sep 02 21:58:00.517 INFO O| Sep 02 21:58:00.517 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-09-02T21:58:01.365Z[ recovery-image] Sep 02 21:58:00.527 INFO O| Sep 02 21:58:00.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78502026-09-02T21:58:01.365Z[ recovery-image] Sep 02 21:58:00.527 INFO O| Sep 02 21:58:00.527 INFO STEP 831 (remove_files) COMPLETE
78512026-09-02T21:58:01.365Z[ recovery-image] Sep 02 21:58:00.527 INFO O| Sep 02 21:58:00.527 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-09-02T21:58:01.376Z[ recovery-image] Sep 02 21:58:00.537 INFO O| Sep 02 21:58:00.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78532026-09-02T21:58:01.376Z[ recovery-image] Sep 02 21:58:00.537 INFO O| Sep 02 21:58:00.537 INFO STEP 832 (remove_files) COMPLETE
78542026-09-02T21:58:01.376Z[ recovery-image] Sep 02 21:58:00.537 INFO O| Sep 02 21:58:00.537 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-09-02T21:58:01.385Z[ recovery-image] Sep 02 21:58:00.548 INFO O| Sep 02 21:58:00.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78562026-09-02T21:58:01.386Z[ recovery-image] Sep 02 21:58:00.548 INFO O| Sep 02 21:58:00.548 INFO STEP 833 (remove_files) COMPLETE
78572026-09-02T21:58:01.386Z[ recovery-image] Sep 02 21:58:00.548 INFO O| Sep 02 21:58:00.548 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-09-02T21:58:01.398Z[ recovery-image] Sep 02 21:58:00.558 INFO O| Sep 02 21:58:00.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78592026-09-02T21:58:01.398Z[ recovery-image] Sep 02 21:58:00.559 INFO O| Sep 02 21:58:00.558 INFO STEP 834 (remove_files) COMPLETE
78602026-09-02T21:58:01.402Z[ recovery-image] Sep 02 21:58:00.559 INFO O| Sep 02 21:58:00.559 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-09-02T21:58:01.407Z[ recovery-image] Sep 02 21:58:00.569 INFO O| Sep 02 21:58:00.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78622026-09-02T21:58:01.407Z[ recovery-image] Sep 02 21:58:00.569 INFO O| Sep 02 21:58:00.569 INFO STEP 835 (remove_files) COMPLETE
78632026-09-02T21:58:01.407Z[ recovery-image] Sep 02 21:58:00.569 INFO O| Sep 02 21:58:00.569 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-09-02T21:58:01.418Z[ recovery-image] Sep 02 21:58:00.580 INFO O| Sep 02 21:58:00.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78652026-09-02T21:58:01.418Z[ recovery-image] Sep 02 21:58:00.580 INFO O| Sep 02 21:58:00.580 INFO STEP 836 (remove_files) COMPLETE
78662026-09-02T21:58:01.422Z[ recovery-image] Sep 02 21:58:00.580 INFO O| Sep 02 21:58:00.580 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-09-02T21:58:01.428Z[ recovery-image] Sep 02 21:58:00.590 INFO O| Sep 02 21:58:00.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78682026-09-02T21:58:01.428Z[ recovery-image] Sep 02 21:58:00.590 INFO O| Sep 02 21:58:00.590 INFO STEP 837 (remove_files) COMPLETE
78692026-09-02T21:58:01.428Z[ recovery-image] Sep 02 21:58:00.590 INFO O| Sep 02 21:58:00.590 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-09-02T21:58:01.438Z[ recovery-image] Sep 02 21:58:00.601 INFO O| Sep 02 21:58:00.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78712026-09-02T21:58:01.438Z[ recovery-image] Sep 02 21:58:00.601 INFO O| Sep 02 21:58:00.601 INFO STEP 838 (remove_files) COMPLETE
78722026-09-02T21:58:01.439Z[ recovery-image] Sep 02 21:58:00.601 INFO O| Sep 02 21:58:00.601 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-09-02T21:58:01.447Z[ recovery-image] Sep 02 21:58:00.609 INFO O| Sep 02 21:58:00.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78742026-09-02T21:58:01.447Z[ recovery-image] Sep 02 21:58:00.609 INFO O| Sep 02 21:58:00.609 INFO STEP 839 (remove_files) COMPLETE
78752026-09-02T21:58:01.447Z[ recovery-image] Sep 02 21:58:00.609 INFO O| Sep 02 21:58:00.609 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-09-02T21:58:01.456Z[ recovery-image] Sep 02 21:58:00.618 INFO O| Sep 02 21:58:00.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78772026-09-02T21:58:01.456Z[ recovery-image] Sep 02 21:58:00.618 INFO O| Sep 02 21:58:00.618 INFO STEP 840 (remove_files) COMPLETE
78782026-09-02T21:58:01.456Z[ recovery-image] Sep 02 21:58:00.618 INFO O| Sep 02 21:58:00.618 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-09-02T21:58:01.467Z[ recovery-image] Sep 02 21:58:00.629 INFO O| Sep 02 21:58:00.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78802026-09-02T21:58:01.467Z[ recovery-image] Sep 02 21:58:00.630 INFO O| Sep 02 21:58:00.630 INFO STEP 841 (remove_files) COMPLETE
78812026-09-02T21:58:01.467Z[ recovery-image] Sep 02 21:58:00.630 INFO O| Sep 02 21:58:00.630 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-09-02T21:58:01.477Z[ recovery-image] Sep 02 21:58:00.640 INFO O| Sep 02 21:58:00.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78832026-09-02T21:58:01.477Z[ recovery-image] Sep 02 21:58:00.640 INFO O| Sep 02 21:58:00.640 INFO STEP 842 (remove_files) COMPLETE
78842026-09-02T21:58:01.478Z[ recovery-image] Sep 02 21:58:00.640 INFO O| Sep 02 21:58:00.640 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-09-02T21:58:01.488Z[ recovery-image] Sep 02 21:58:00.650 INFO O| Sep 02 21:58:00.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78862026-09-02T21:58:01.488Z[ recovery-image] Sep 02 21:58:00.650 INFO O| Sep 02 21:58:00.650 INFO STEP 843 (remove_files) COMPLETE
78872026-09-02T21:58:01.488Z[ recovery-image] Sep 02 21:58:00.650 INFO O| Sep 02 21:58:00.650 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-09-02T21:58:01.499Z[ recovery-image] Sep 02 21:58:00.661 INFO O| Sep 02 21:58:00.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78892026-09-02T21:58:01.500Z[ recovery-image] Sep 02 21:58:00.661 INFO O| Sep 02 21:58:00.661 INFO STEP 844 (remove_files) COMPLETE
78902026-09-02T21:58:01.500Z[ recovery-image] Sep 02 21:58:00.661 INFO O| Sep 02 21:58:00.661 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-09-02T21:58:01.510Z[ recovery-image] Sep 02 21:58:00.671 INFO O| Sep 02 21:58:00.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78922026-09-02T21:58:01.510Z[ recovery-image] Sep 02 21:58:00.672 INFO O| Sep 02 21:58:00.671 INFO STEP 845 (remove_files) COMPLETE
78932026-09-02T21:58:01.510Z[ recovery-image] Sep 02 21:58:00.672 INFO O| Sep 02 21:58:00.672 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-09-02T21:58:01.520Z[ recovery-image] Sep 02 21:58:00.682 INFO O| Sep 02 21:58:00.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78952026-09-02T21:58:01.520Z[ recovery-image] Sep 02 21:58:00.682 INFO O| Sep 02 21:58:00.682 INFO STEP 846 (remove_files) COMPLETE
78962026-09-02T21:58:01.520Z[ recovery-image] Sep 02 21:58:00.682 INFO O| Sep 02 21:58:00.682 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-09-02T21:58:01.531Z[ recovery-image] Sep 02 21:58:00.693 INFO O| Sep 02 21:58:00.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78982026-09-02T21:58:01.531Z[ recovery-image] Sep 02 21:58:00.693 INFO O| Sep 02 21:58:00.693 INFO STEP 847 (remove_files) COMPLETE
78992026-09-02T21:58:01.531Z[ recovery-image] Sep 02 21:58:00.693 INFO O| Sep 02 21:58:00.693 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-09-02T21:58:01.541Z[ recovery-image] Sep 02 21:58:00.704 INFO O| Sep 02 21:58:00.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
79012026-09-02T21:58:01.542Z[ recovery-image] Sep 02 21:58:00.704 INFO O| Sep 02 21:58:00.704 INFO STEP 848 (remove_files) COMPLETE
79022026-09-02T21:58:01.546Z[ recovery-image] Sep 02 21:58:00.704 INFO O| Sep 02 21:58:00.704 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-09-02T21:58:01.552Z[ recovery-image] Sep 02 21:58:00.714 INFO O| Sep 02 21:58:00.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
79042026-09-02T21:58:01.552Z[ recovery-image] Sep 02 21:58:00.714 INFO O| Sep 02 21:58:00.714 INFO STEP 849 (remove_files) COMPLETE
79052026-09-02T21:58:01.552Z[ recovery-image] Sep 02 21:58:00.714 INFO O| Sep 02 21:58:00.714 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-09-02T21:58:01.562Z[ recovery-image] Sep 02 21:58:00.725 INFO O| Sep 02 21:58:00.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
79072026-09-02T21:58:01.563Z[ recovery-image] Sep 02 21:58:00.725 INFO O| Sep 02 21:58:00.725 INFO STEP 850 (remove_files) COMPLETE
79082026-09-02T21:58:01.563Z[ recovery-image] Sep 02 21:58:00.725 INFO O| Sep 02 21:58:00.725 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-09-02T21:58:01.575Z[ recovery-image] Sep 02 21:58:00.737 INFO O| Sep 02 21:58:00.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
79102026-09-02T21:58:01.576Z[ recovery-image] Sep 02 21:58:00.737 INFO O| Sep 02 21:58:00.737 INFO STEP 851 (remove_files) COMPLETE
79112026-09-02T21:58:01.576Z[ recovery-image] Sep 02 21:58:00.737 INFO O| Sep 02 21:58:00.737 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-09-02T21:58:01.587Z[ recovery-image] Sep 02 21:58:00.749 INFO O| Sep 02 21:58:00.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
79132026-09-02T21:58:01.587Z[ recovery-image] Sep 02 21:58:00.749 INFO O| Sep 02 21:58:00.749 INFO STEP 852 (remove_files) COMPLETE
79142026-09-02T21:58:01.587Z[ recovery-image] Sep 02 21:58:00.749 INFO O| Sep 02 21:58:00.749 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-09-02T21:58:01.598Z[ recovery-image] Sep 02 21:58:00.760 INFO O| Sep 02 21:58:00.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
79162026-09-02T21:58:01.598Z[ recovery-image] Sep 02 21:58:00.760 INFO O| Sep 02 21:58:00.760 INFO STEP 853 (remove_files) COMPLETE
79172026-09-02T21:58:01.598Z[ recovery-image] Sep 02 21:58:00.760 INFO O| Sep 02 21:58:00.760 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-09-02T21:58:01.608Z[ recovery-image] Sep 02 21:58:00.770 INFO O| Sep 02 21:58:00.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
79192026-09-02T21:58:01.608Z[ recovery-image] Sep 02 21:58:00.770 INFO O| Sep 02 21:58:00.770 INFO STEP 854 (remove_files) COMPLETE
79202026-09-02T21:58:01.608Z[ recovery-image] Sep 02 21:58:00.770 INFO O| Sep 02 21:58:00.770 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-09-02T21:58:01.617Z[ recovery-image] Sep 02 21:58:00.779 INFO O| Sep 02 21:58:00.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
79222026-09-02T21:58:01.617Z[ recovery-image] Sep 02 21:58:00.779 INFO O| Sep 02 21:58:00.779 INFO STEP 855 (remove_files) COMPLETE
79232026-09-02T21:58:01.617Z[ recovery-image] Sep 02 21:58:00.779 INFO O| Sep 02 21:58:00.779 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-09-02T21:58:01.627Z[ recovery-image] Sep 02 21:58:00.789 INFO O| Sep 02 21:58:00.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
79252026-09-02T21:58:01.627Z[ recovery-image] Sep 02 21:58:00.789 INFO O| Sep 02 21:58:00.789 INFO STEP 856 (remove_files) COMPLETE
79262026-09-02T21:58:01.627Z[ recovery-image] Sep 02 21:58:00.789 INFO O| Sep 02 21:58:00.789 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-09-02T21:58:01.638Z[ recovery-image] Sep 02 21:58:00.801 INFO O| Sep 02 21:58:00.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
79282026-09-02T21:58:01.639Z[ recovery-image] Sep 02 21:58:00.801 INFO O| Sep 02 21:58:00.801 INFO STEP 857 (remove_files) COMPLETE
79292026-09-02T21:58:01.639Z[ recovery-image] Sep 02 21:58:00.801 INFO O| Sep 02 21:58:00.801 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-09-02T21:58:01.652Z[ recovery-image] Sep 02 21:58:00.813 INFO O| Sep 02 21:58:00.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79312026-09-02T21:58:01.652Z[ recovery-image] Sep 02 21:58:00.813 INFO O| Sep 02 21:58:00.813 INFO STEP 858 (remove_files) COMPLETE
79322026-09-02T21:58:01.652Z[ recovery-image] Sep 02 21:58:00.813 INFO O| Sep 02 21:58:00.813 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-09-02T21:58:01.663Z[ recovery-image] Sep 02 21:58:00.825 INFO O| Sep 02 21:58:00.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79342026-09-02T21:58:01.664Z[ recovery-image] Sep 02 21:58:00.825 INFO O| Sep 02 21:58:00.825 INFO STEP 859 (remove_files) COMPLETE
79352026-09-02T21:58:01.664Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
79362026-09-02T21:58:01.668Z[ recovery-image] Sep 02 21:58:00.825 INFO O| Sep 02 21:58:00.825 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-09-02T21:58:01.675Z[ recovery-image] Sep 02 21:58:00.837 INFO O| Sep 02 21:58:00.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79382026-09-02T21:58:01.675Z[ recovery-image] Sep 02 21:58:00.837 INFO O| Sep 02 21:58:00.837 INFO STEP 860 (remove_files) COMPLETE
79392026-09-02T21:58:01.675Z[ recovery-image] Sep 02 21:58:00.837 INFO O| Sep 02 21:58:00.837 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-09-02T21:58:01.686Z[ recovery-image] Sep 02 21:58:00.849 INFO O| Sep 02 21:58:00.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79412026-09-02T21:58:01.686Z[ recovery-image] Sep 02 21:58:00.849 INFO O| Sep 02 21:58:00.849 INFO STEP 861 (remove_files) COMPLETE
79422026-09-02T21:58:01.692Z[ recovery-image] Sep 02 21:58:00.849 INFO O| Sep 02 21:58:00.849 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-09-02T21:58:01.700Z[ recovery-image] Sep 02 21:58:00.860 INFO O| Sep 02 21:58:00.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79442026-09-02T21:58:01.701Z[ recovery-image] Sep 02 21:58:00.860 INFO O| Sep 02 21:58:00.860 INFO STEP 862 (remove_files) COMPLETE
79452026-09-02T21:58:01.701Z[ recovery-image] Sep 02 21:58:00.860 INFO O| Sep 02 21:58:00.860 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-09-02T21:58:01.708Z[ recovery-image] Sep 02 21:58:00.871 INFO O| Sep 02 21:58:00.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79472026-09-02T21:58:01.708Z[ recovery-image] Sep 02 21:58:00.871 INFO O| Sep 02 21:58:00.871 INFO STEP 863 (remove_files) COMPLETE
79482026-09-02T21:58:01.712Z[ recovery-image] Sep 02 21:58:00.871 INFO O| Sep 02 21:58:00.871 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-09-02T21:58:01.719Z[ recovery-image] Sep 02 21:58:00.882 INFO O| Sep 02 21:58:00.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79502026-09-02T21:58:01.719Z[ recovery-image] Sep 02 21:58:00.882 INFO O| Sep 02 21:58:00.882 INFO STEP 864 (remove_files) COMPLETE
79512026-09-02T21:58:01.725Z[ recovery-image] Sep 02 21:58:00.882 INFO O| Sep 02 21:58:00.882 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-09-02T21:58:01.729Z[ recovery-image] Sep 02 21:58:00.892 INFO O| Sep 02 21:58:00.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79532026-09-02T21:58:01.730Z[ recovery-image] Sep 02 21:58:00.892 INFO O| Sep 02 21:58:00.892 INFO STEP 865 (remove_files) COMPLETE
79542026-09-02T21:58:01.733Z[ recovery-image] Sep 02 21:58:00.892 INFO O| Sep 02 21:58:00.892 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-09-02T21:58:01.740Z[ recovery-image] Sep 02 21:58:00.902 INFO O| Sep 02 21:58:00.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79562026-09-02T21:58:01.740Z[ recovery-image] Sep 02 21:58:00.902 INFO O| Sep 02 21:58:00.902 INFO STEP 866 (remove_files) COMPLETE
79572026-09-02T21:58:01.745Z[ recovery-image] Sep 02 21:58:00.902 INFO O| Sep 02 21:58:00.902 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-09-02T21:58:01.751Z[ recovery-image] Sep 02 21:58:00.913 INFO O| Sep 02 21:58:00.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79592026-09-02T21:58:01.751Z[ recovery-image] Sep 02 21:58:00.914 INFO O| Sep 02 21:58:00.914 INFO STEP 867 (remove_files) COMPLETE
79602026-09-02T21:58:01.755Z[ recovery-image] Sep 02 21:58:00.914 INFO O| Sep 02 21:58:00.914 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-09-02T21:58:01.761Z[ recovery-image] Sep 02 21:58:00.923 INFO O| Sep 02 21:58:00.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79622026-09-02T21:58:01.766Z[ recovery-image] Sep 02 21:58:00.923 INFO O| Sep 02 21:58:00.923 INFO STEP 868 (remove_files) COMPLETE
79632026-09-02T21:58:01.766Z[ recovery-image] Sep 02 21:58:00.923 INFO O| Sep 02 21:58:00.923 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-09-02T21:58:01.770Z[ recovery-image] Sep 02 21:58:00.933 INFO O| Sep 02 21:58:00.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79652026-09-02T21:58:01.770Z[ recovery-image] Sep 02 21:58:00.933 INFO O| Sep 02 21:58:00.933 INFO STEP 869 (remove_files) COMPLETE
79662026-09-02T21:58:01.774Z[ recovery-image] Sep 02 21:58:00.933 INFO O| Sep 02 21:58:00.933 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-09-02T21:58:01.780Z[ recovery-image] Sep 02 21:58:00.942 INFO O| Sep 02 21:58:00.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79682026-09-02T21:58:01.780Z[ recovery-image] Sep 02 21:58:00.942 INFO O| Sep 02 21:58:00.942 INFO STEP 870 (remove_files) COMPLETE
79692026-09-02T21:58:01.783Z[ recovery-image] Sep 02 21:58:00.942 INFO O| Sep 02 21:58:00.942 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-09-02T21:58:01.790Z[ recovery-image] Sep 02 21:58:00.952 INFO O| Sep 02 21:58:00.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79712026-09-02T21:58:01.790Z[ recovery-image] Sep 02 21:58:00.952 INFO O| Sep 02 21:58:00.952 INFO STEP 871 (remove_files) COMPLETE
79722026-09-02T21:58:01.790Z[ recovery-image] Sep 02 21:58:00.952 INFO O| Sep 02 21:58:00.952 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-09-02T21:58:01.800Z[ recovery-image] Sep 02 21:58:00.962 INFO O| Sep 02 21:58:00.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79742026-09-02T21:58:01.800Z[ recovery-image] Sep 02 21:58:00.962 INFO O| Sep 02 21:58:00.962 INFO STEP 872 (remove_files) COMPLETE
79752026-09-02T21:58:01.804Z[ recovery-image] Sep 02 21:58:00.962 INFO O| Sep 02 21:58:00.962 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-09-02T21:58:01.810Z[ recovery-image] Sep 02 21:58:00.972 INFO O| Sep 02 21:58:00.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79772026-09-02T21:58:01.810Z[ recovery-image] Sep 02 21:58:00.972 INFO O| Sep 02 21:58:00.972 INFO STEP 873 (remove_files) COMPLETE
79782026-09-02T21:58:01.811Z[ recovery-image] Sep 02 21:58:00.973 INFO O| Sep 02 21:58:00.972 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-09-02T21:58:01.821Z[ recovery-image] Sep 02 21:58:00.983 INFO O| Sep 02 21:58:00.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79802026-09-02T21:58:01.821Z[ recovery-image] Sep 02 21:58:00.983 INFO O| Sep 02 21:58:00.983 INFO STEP 874 (remove_files) COMPLETE
79812026-09-02T21:58:01.821Z[ recovery-image] Sep 02 21:58:00.983 INFO O| Sep 02 21:58:00.983 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-09-02T21:58:01.831Z[ recovery-image] Sep 02 21:58:00.993 INFO O| Sep 02 21:58:00.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79832026-09-02T21:58:01.831Z[ recovery-image] Sep 02 21:58:00.993 INFO O| Sep 02 21:58:00.993 INFO STEP 875 (remove_files) COMPLETE
79842026-09-02T21:58:01.834Z[ recovery-image] Sep 02 21:58:00.993 INFO O| Sep 02 21:58:00.993 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-09-02T21:58:01.843Z[ recovery-image] Sep 02 21:58:01.004 INFO O| Sep 02 21:58:01.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79862026-09-02T21:58:01.847Z[ recovery-image] Sep 02 21:58:01.004 INFO O| Sep 02 21:58:01.004 INFO STEP 876 (remove_files) COMPLETE
79872026-09-02T21:58:01.847Z[ recovery-image] Sep 02 21:58:01.004 INFO O| Sep 02 21:58:01.004 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-09-02T21:58:01.853Z[ recovery-image] Sep 02 21:58:01.015 INFO O| Sep 02 21:58:01.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79892026-09-02T21:58:01.853Z[ recovery-image] Sep 02 21:58:01.015 INFO O| Sep 02 21:58:01.015 INFO STEP 877 (remove_files) COMPLETE
79902026-09-02T21:58:01.853Z[ recovery-image] Sep 02 21:58:01.015 INFO O| Sep 02 21:58:01.015 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-09-02T21:58:01.863Z[ recovery-image] Sep 02 21:58:01.026 INFO O| Sep 02 21:58:01.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79922026-09-02T21:58:01.864Z[ recovery-image] Sep 02 21:58:01.026 INFO O| Sep 02 21:58:01.026 INFO STEP 878 (remove_files) COMPLETE
79932026-09-02T21:58:01.864Z[ recovery-image] Sep 02 21:58:01.026 INFO O| Sep 02 21:58:01.026 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-09-02T21:58:01.875Z[ recovery-image] Sep 02 21:58:01.037 INFO O| Sep 02 21:58:01.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79952026-09-02T21:58:01.875Z[ recovery-image] Sep 02 21:58:01.037 INFO O| Sep 02 21:58:01.037 INFO STEP 879 (remove_files) COMPLETE
79962026-09-02T21:58:01.879Z[ recovery-image] Sep 02 21:58:01.037 INFO O| Sep 02 21:58:01.037 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-09-02T21:58:01.886Z[ recovery-image] Sep 02 21:58:01.048 INFO O| Sep 02 21:58:01.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79982026-09-02T21:58:01.886Z[ recovery-image] Sep 02 21:58:01.048 INFO O| Sep 02 21:58:01.048 INFO STEP 880 (remove_files) COMPLETE
79992026-09-02T21:58:01.892Z[ recovery-image] Sep 02 21:58:01.048 INFO O| Sep 02 21:58:01.048 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-09-02T21:58:01.901Z[ recovery-image] Sep 02 21:58:01.063 INFO O| Sep 02 21:58:01.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
80012026-09-02T21:58:01.901Z[ recovery-image] Sep 02 21:58:01.063 INFO O| Sep 02 21:58:01.063 INFO STEP 881 (remove_files) COMPLETE
80022026-09-02T21:58:01.901Z[ recovery-image] Sep 02 21:58:01.063 INFO O| Sep 02 21:58:01.063 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-09-02T21:58:01.913Z[ recovery-image] Sep 02 21:58:01.074 INFO O| Sep 02 21:58:01.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
80042026-09-02T21:58:01.913Z[ recovery-image] Sep 02 21:58:01.074 INFO O| Sep 02 21:58:01.074 INFO STEP 882 (remove_files) COMPLETE
80052026-09-02T21:58:01.913Z[ recovery-image] Sep 02 21:58:01.074 INFO O| Sep 02 21:58:01.074 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-09-02T21:58:01.924Z[ recovery-image] Sep 02 21:58:01.084 INFO O| Sep 02 21:58:01.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
80072026-09-02T21:58:01.925Z[ recovery-image] Sep 02 21:58:01.084 INFO O| Sep 02 21:58:01.084 INFO STEP 883 (remove_files) COMPLETE
80082026-09-02T21:58:01.925Z[ recovery-image] Sep 02 21:58:01.084 INFO O| Sep 02 21:58:01.084 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-09-02T21:58:01.932Z[ recovery-image] Sep 02 21:58:01.094 INFO O| Sep 02 21:58:01.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
80102026-09-02T21:58:01.935Z[ recovery-image] Sep 02 21:58:01.095 INFO O| Sep 02 21:58:01.095 INFO STEP 884 (remove_files) COMPLETE
80112026-09-02T21:58:01.935Z[ recovery-image] Sep 02 21:58:01.095 INFO O| Sep 02 21:58:01.095 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-09-02T21:58:01.945Z[ recovery-image] Sep 02 21:58:01.107 INFO O| Sep 02 21:58:01.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
80132026-09-02T21:58:01.945Z[ recovery-image] Sep 02 21:58:01.107 INFO O| Sep 02 21:58:01.107 INFO STEP 885 (remove_files) COMPLETE
80142026-09-02T21:58:01.945Z[ recovery-image] Sep 02 21:58:01.107 INFO O| Sep 02 21:58:01.107 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-09-02T21:58:01.958Z[ recovery-image] Sep 02 21:58:01.120 INFO O| Sep 02 21:58:01.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
80162026-09-02T21:58:01.958Z[ recovery-image] Sep 02 21:58:01.120 INFO O| Sep 02 21:58:01.120 INFO STEP 886 (remove_files) COMPLETE
80172026-09-02T21:58:01.958Z[ recovery-image] Sep 02 21:58:01.120 INFO O| Sep 02 21:58:01.120 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-09-02T21:58:01.970Z[ recovery-image] Sep 02 21:58:01.132 INFO O| Sep 02 21:58:01.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
80192026-09-02T21:58:01.970Z[ recovery-image] Sep 02 21:58:01.132 INFO O| Sep 02 21:58:01.132 INFO STEP 887 (remove_files) COMPLETE
80202026-09-02T21:58:01.970Z[ recovery-image] Sep 02 21:58:01.132 INFO O| Sep 02 21:58:01.132 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-09-02T21:58:01.982Z[ recovery-image] Sep 02 21:58:01.144 INFO O| Sep 02 21:58:01.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
80222026-09-02T21:58:01.982Z[ recovery-image] Sep 02 21:58:01.144 INFO O| Sep 02 21:58:01.144 INFO STEP 888 (remove_files) COMPLETE
80232026-09-02T21:58:01.982Z[ recovery-image] Sep 02 21:58:01.144 INFO O| Sep 02 21:58:01.144 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-09-02T21:58:01.994Z[ recovery-image] Sep 02 21:58:01.156 INFO O| Sep 02 21:58:01.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
80252026-09-02T21:58:01.995Z[ recovery-image] Sep 02 21:58:01.156 INFO O| Sep 02 21:58:01.156 INFO STEP 889 (remove_files) COMPLETE
80262026-09-02T21:58:01.999Z[ recovery-image] Sep 02 21:58:01.156 INFO O| Sep 02 21:58:01.156 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-09-02T21:58:02.003Z[ recovery-image] Sep 02 21:58:01.165 INFO O| Sep 02 21:58:01.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
80282026-09-02T21:58:02.003Z[ recovery-image] Sep 02 21:58:01.165 INFO O| Sep 02 21:58:01.165 INFO STEP 890 (remove_files) COMPLETE
80292026-09-02T21:58:02.003Z[ recovery-image] Sep 02 21:58:01.165 INFO O| Sep 02 21:58:01.165 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-09-02T21:58:02.011Z[ recovery-image] Sep 02 21:58:01.174 INFO O| Sep 02 21:58:01.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80312026-09-02T21:58:02.012Z[ recovery-image] Sep 02 21:58:01.174 INFO O| Sep 02 21:58:01.174 INFO STEP 891 (remove_files) COMPLETE
80322026-09-02T21:58:02.012Z[ recovery-image] Sep 02 21:58:01.174 INFO O| Sep 02 21:58:01.174 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-09-02T21:58:02.021Z[ recovery-image] Sep 02 21:58:01.183 INFO O| Sep 02 21:58:01.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80342026-09-02T21:58:02.021Z[ recovery-image] Sep 02 21:58:01.183 INFO O| Sep 02 21:58:01.183 INFO STEP 892 (remove_files) COMPLETE
80352026-09-02T21:58:02.021Z[ recovery-image] Sep 02 21:58:01.183 INFO O| Sep 02 21:58:01.183 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-09-02T21:58:02.035Z[ recovery-image] Sep 02 21:58:01.197 INFO O| Sep 02 21:58:01.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80372026-09-02T21:58:02.035Z[ recovery-image] Sep 02 21:58:01.197 INFO O| Sep 02 21:58:01.197 INFO STEP 893 (remove_files) COMPLETE
80382026-09-02T21:58:02.035Z[ recovery-image] Sep 02 21:58:01.197 INFO O| Sep 02 21:58:01.197 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-09-02T21:58:02.048Z[ recovery-image] Sep 02 21:58:01.210 INFO O| Sep 02 21:58:01.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80402026-09-02T21:58:02.048Z[ recovery-image] Sep 02 21:58:01.210 INFO O| Sep 02 21:58:01.210 INFO STEP 894 (remove_files) COMPLETE
80412026-09-02T21:58:02.048Z[ recovery-image] Sep 02 21:58:01.210 INFO O| Sep 02 21:58:01.210 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-09-02T21:58:02.060Z[ recovery-image] Sep 02 21:58:01.222 INFO O| Sep 02 21:58:01.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80432026-09-02T21:58:02.060Z[ recovery-image] Sep 02 21:58:01.222 INFO O| Sep 02 21:58:01.222 INFO STEP 895 (remove_files) COMPLETE
80442026-09-02T21:58:02.060Z[ recovery-image] Sep 02 21:58:01.222 INFO O| Sep 02 21:58:01.222 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-09-02T21:58:02.071Z[ recovery-image] Sep 02 21:58:01.233 INFO O| Sep 02 21:58:01.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80462026-09-02T21:58:02.076Z[ recovery-image] Sep 02 21:58:01.234 INFO O| Sep 02 21:58:01.234 INFO STEP 896 (remove_files) COMPLETE
80472026-09-02T21:58:02.076Z[ recovery-image] Sep 02 21:58:01.234 INFO O| Sep 02 21:58:01.234 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-09-02T21:58:02.082Z[ recovery-image] Sep 02 21:58:01.245 INFO O| Sep 02 21:58:01.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80492026-09-02T21:58:02.083Z[ recovery-image] Sep 02 21:58:01.245 INFO O| Sep 02 21:58:01.245 INFO STEP 897 (remove_files) COMPLETE
80502026-09-02T21:58:02.087Z[ recovery-image] Sep 02 21:58:01.245 INFO O| Sep 02 21:58:01.245 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-09-02T21:58:02.093Z[ recovery-image] Sep 02 21:58:01.255 INFO O| Sep 02 21:58:01.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80522026-09-02T21:58:02.093Z[ recovery-image] Sep 02 21:58:01.255 INFO O| Sep 02 21:58:01.255 INFO STEP 898 (remove_files) COMPLETE
80532026-09-02T21:58:02.093Z[ recovery-image] Sep 02 21:58:01.255 INFO O| Sep 02 21:58:01.255 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-09-02T21:58:02.105Z[ recovery-image] Sep 02 21:58:01.267 INFO O| Sep 02 21:58:01.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80552026-09-02T21:58:02.105Z[ recovery-image] Sep 02 21:58:01.267 INFO O| Sep 02 21:58:01.267 INFO STEP 899 (remove_files) COMPLETE
80562026-09-02T21:58:02.105Z[ recovery-image] Sep 02 21:58:01.267 INFO O| Sep 02 21:58:01.267 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-09-02T21:58:02.116Z[ recovery-image] Sep 02 21:58:01.278 INFO O| Sep 02 21:58:01.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80582026-09-02T21:58:02.116Z[ recovery-image] Sep 02 21:58:01.278 INFO O| Sep 02 21:58:01.278 INFO STEP 900 (remove_files) COMPLETE
80592026-09-02T21:58:02.120Z[ recovery-image] Sep 02 21:58:01.278 INFO O| Sep 02 21:58:01.278 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-09-02T21:58:02.120Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
80612026-09-02T21:58:02.127Z[ recovery-image] Sep 02 21:58:01.289 INFO O| Sep 02 21:58:01.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80622026-09-02T21:58:02.127Z[ recovery-image] Sep 02 21:58:01.289 INFO O| Sep 02 21:58:01.289 INFO STEP 901 (remove_files) COMPLETE
80632026-09-02T21:58:02.127Z[ recovery-image] Sep 02 21:58:01.289 INFO O| Sep 02 21:58:01.289 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-09-02T21:58:02.136Z[ recovery-image] Sep 02 21:58:01.298 INFO O| Sep 02 21:58:01.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80652026-09-02T21:58:02.136Z[ recovery-image] Sep 02 21:58:01.298 INFO O| Sep 02 21:58:01.298 INFO STEP 902 (remove_files) COMPLETE
80662026-09-02T21:58:02.136Z[ recovery-image] Sep 02 21:58:01.298 INFO O| Sep 02 21:58:01.298 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-09-02T21:58:02.145Z[ recovery-image] Sep 02 21:58:01.307 INFO O| Sep 02 21:58:01.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80682026-09-02T21:58:02.145Z[ recovery-image] Sep 02 21:58:01.307 INFO O| Sep 02 21:58:01.307 INFO STEP 903 (remove_files) COMPLETE
80692026-09-02T21:58:02.145Z[ recovery-image] Sep 02 21:58:01.307 INFO O| Sep 02 21:58:01.307 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-09-02T21:58:02.156Z[ recovery-image] Sep 02 21:58:01.318 INFO O| Sep 02 21:58:01.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80712026-09-02T21:58:02.156Z[ recovery-image] Sep 02 21:58:01.318 INFO O| Sep 02 21:58:01.318 INFO STEP 904 (remove_files) COMPLETE
80722026-09-02T21:58:02.160Z[ recovery-image] Sep 02 21:58:01.318 INFO O| Sep 02 21:58:01.318 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-09-02T21:58:02.165Z[ recovery-image] Sep 02 21:58:01.328 INFO O| Sep 02 21:58:01.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80742026-09-02T21:58:02.166Z[ recovery-image] Sep 02 21:58:01.328 INFO O| Sep 02 21:58:01.328 INFO STEP 905 (remove_files) COMPLETE
80752026-09-02T21:58:02.166Z[ recovery-image] Sep 02 21:58:01.328 INFO O| Sep 02 21:58:01.328 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-09-02T21:58:02.177Z[ recovery-image] Sep 02 21:58:01.338 INFO O| Sep 02 21:58:01.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80772026-09-02T21:58:02.177Z[ recovery-image] Sep 02 21:58:01.338 INFO O| Sep 02 21:58:01.338 INFO STEP 906 (remove_files) COMPLETE
80782026-09-02T21:58:02.180Z[ recovery-image] Sep 02 21:58:01.338 INFO O| Sep 02 21:58:01.338 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-09-02T21:58:02.186Z[ recovery-image] Sep 02 21:58:01.348 INFO O| Sep 02 21:58:01.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80802026-09-02T21:58:02.186Z[ recovery-image] Sep 02 21:58:01.348 INFO O| Sep 02 21:58:01.348 INFO STEP 907 (remove_files) COMPLETE
80812026-09-02T21:58:02.190Z[ recovery-image] Sep 02 21:58:01.348 INFO O| Sep 02 21:58:01.348 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-09-02T21:58:02.196Z[ recovery-image] Sep 02 21:58:01.358 INFO O| Sep 02 21:58:01.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80832026-09-02T21:58:02.196Z[ recovery-image] Sep 02 21:58:01.358 INFO O| Sep 02 21:58:01.358 INFO STEP 908 (remove_files) COMPLETE
80842026-09-02T21:58:02.196Z[ recovery-image] Sep 02 21:58:01.358 INFO O| Sep 02 21:58:01.358 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-09-02T21:58:02.206Z[ recovery-image] Sep 02 21:58:01.368 INFO O| Sep 02 21:58:01.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80862026-09-02T21:58:02.206Z[ recovery-image] Sep 02 21:58:01.368 INFO O| Sep 02 21:58:01.368 INFO STEP 909 (remove_files) COMPLETE
80872026-09-02T21:58:02.206Z[ recovery-image] Sep 02 21:58:01.368 INFO O| Sep 02 21:58:01.368 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-09-02T21:58:02.216Z[ recovery-image] Sep 02 21:58:01.378 INFO O| Sep 02 21:58:01.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80892026-09-02T21:58:02.216Z[ recovery-image] Sep 02 21:58:01.378 INFO O| Sep 02 21:58:01.378 INFO STEP 910 (remove_files) COMPLETE
80902026-09-02T21:58:02.216Z[ recovery-image] Sep 02 21:58:01.378 INFO O| Sep 02 21:58:01.378 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-09-02T21:58:02.226Z[ recovery-image] Sep 02 21:58:01.388 INFO O| Sep 02 21:58:01.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80922026-09-02T21:58:02.226Z[ recovery-image] Sep 02 21:58:01.388 INFO O| Sep 02 21:58:01.388 INFO STEP 911 (remove_files) COMPLETE
80932026-09-02T21:58:02.226Z[ recovery-image] Sep 02 21:58:01.388 INFO O| Sep 02 21:58:01.388 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-09-02T21:58:02.236Z[ recovery-image] Sep 02 21:58:01.398 INFO O| Sep 02 21:58:01.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80952026-09-02T21:58:02.237Z[ recovery-image] Sep 02 21:58:01.398 INFO O| Sep 02 21:58:01.398 INFO STEP 912 (remove_files) COMPLETE
80962026-09-02T21:58:02.237Z[ recovery-image] Sep 02 21:58:01.398 INFO O| Sep 02 21:58:01.398 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-09-02T21:58:02.246Z[ recovery-image] Sep 02 21:58:01.408 INFO O| Sep 02 21:58:01.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80982026-09-02T21:58:02.246Z[ recovery-image] Sep 02 21:58:01.408 INFO O| Sep 02 21:58:01.408 INFO STEP 913 (remove_files) COMPLETE
80992026-09-02T21:58:02.247Z[ recovery-image] Sep 02 21:58:01.408 INFO O| Sep 02 21:58:01.408 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-09-02T21:58:02.258Z[ recovery-image] Sep 02 21:58:01.419 INFO O| Sep 02 21:58:01.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
81012026-09-02T21:58:02.258Z[ recovery-image] Sep 02 21:58:01.419 INFO O| Sep 02 21:58:01.419 INFO STEP 914 (remove_files) COMPLETE
81022026-09-02T21:58:02.258Z[ recovery-image] Sep 02 21:58:01.419 INFO O| Sep 02 21:58:01.419 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-09-02T21:58:02.268Z[ recovery-image] Sep 02 21:58:01.429 INFO O| Sep 02 21:58:01.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
81042026-09-02T21:58:02.268Z[ recovery-image] Sep 02 21:58:01.429 INFO O| Sep 02 21:58:01.429 INFO STEP 915 (remove_files) COMPLETE
81052026-09-02T21:58:02.268Z[ recovery-image] Sep 02 21:58:01.429 INFO O| Sep 02 21:58:01.429 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-09-02T21:58:02.278Z[ recovery-image] Sep 02 21:58:01.439 INFO O| Sep 02 21:58:01.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
81072026-09-02T21:58:02.278Z[ recovery-image] Sep 02 21:58:01.439 INFO O| Sep 02 21:58:01.439 INFO STEP 916 (remove_files) COMPLETE
81082026-09-02T21:58:02.281Z[ recovery-image] Sep 02 21:58:01.439 INFO O| Sep 02 21:58:01.439 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-09-02T21:58:02.287Z[ recovery-image] Sep 02 21:58:01.449 INFO O| Sep 02 21:58:01.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
81102026-09-02T21:58:02.287Z[ recovery-image] Sep 02 21:58:01.449 INFO O| Sep 02 21:58:01.449 INFO STEP 917 (remove_files) COMPLETE
81112026-09-02T21:58:02.345Z[ recovery-image] Sep 02 21:58:01.449 INFO O| Sep 02 21:58:01.449 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-09-02T21:58:02.345Z[ recovery-image] Sep 02 21:58:01.459 INFO O| Sep 02 21:58:01.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
81132026-09-02T21:58:02.345Z[ recovery-image] Sep 02 21:58:01.459 INFO O| Sep 02 21:58:01.459 INFO STEP 918 (remove_files) COMPLETE
81142026-09-02T21:58:02.345Z[ recovery-image] Sep 02 21:58:01.459 INFO O| Sep 02 21:58:01.459 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-09-02T21:58:02.345Z[ recovery-image] Sep 02 21:58:01.469 INFO O| Sep 02 21:58:01.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
81162026-09-02T21:58:02.345Z[ recovery-image] Sep 02 21:58:01.470 INFO O| Sep 02 21:58:01.470 INFO STEP 919 (remove_files) COMPLETE
81172026-09-02T21:58:02.345Z[ recovery-image] Sep 02 21:58:01.470 INFO O| Sep 02 21:58:01.470 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-09-02T21:58:02.345Z[ recovery-image] Sep 02 21:58:01.480 INFO O| Sep 02 21:58:01.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
81192026-09-02T21:58:02.345Z[ recovery-image] Sep 02 21:58:01.480 INFO O| Sep 02 21:58:01.480 INFO STEP 920 (remove_files) COMPLETE
81202026-09-02T21:58:02.345Z[ recovery-image] Sep 02 21:58:01.480 INFO O| Sep 02 21:58:01.480 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-09-02T21:58:02.345Z[ recovery-image] Sep 02 21:58:01.489 INFO O| Sep 02 21:58:01.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
81222026-09-02T21:58:02.345Z[ recovery-image] Sep 02 21:58:01.489 INFO O| Sep 02 21:58:01.489 INFO STEP 921 (remove_files) COMPLETE
81232026-09-02T21:58:02.345Z[ recovery-image] Sep 02 21:58:01.489 INFO O| Sep 02 21:58:01.489 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-09-02T21:58:02.349Z[ recovery-image] Sep 02 21:58:01.499 INFO O| Sep 02 21:58:01.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
81252026-09-02T21:58:02.349Z[ recovery-image] Sep 02 21:58:01.499 INFO O| Sep 02 21:58:01.499 INFO STEP 922 (remove_files) COMPLETE
81262026-09-02T21:58:02.349Z[ recovery-image] Sep 02 21:58:01.499 INFO O| Sep 02 21:58:01.499 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-09-02T21:58:02.349Z[ recovery-image] Sep 02 21:58:01.509 INFO O| Sep 02 21:58:01.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
81282026-09-02T21:58:02.350Z[ recovery-image] Sep 02 21:58:01.509 INFO O| Sep 02 21:58:01.509 INFO STEP 923 (remove_files) COMPLETE
81292026-09-02T21:58:02.350Z[ recovery-image] Sep 02 21:58:01.509 INFO O| Sep 02 21:58:01.509 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-09-02T21:58:02.358Z[ recovery-image] Sep 02 21:58:01.519 INFO O| Sep 02 21:58:01.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81312026-09-02T21:58:02.358Z[ recovery-image] Sep 02 21:58:01.519 INFO O| Sep 02 21:58:01.519 INFO STEP 924 (remove_files) COMPLETE
81322026-09-02T21:58:02.362Z[ recovery-image] Sep 02 21:58:01.519 INFO O| Sep 02 21:58:01.519 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-09-02T21:58:02.368Z[ recovery-image] Sep 02 21:58:01.530 INFO O| Sep 02 21:58:01.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81342026-09-02T21:58:02.368Z[ recovery-image] Sep 02 21:58:01.530 INFO O| Sep 02 21:58:01.530 INFO STEP 925 (remove_files) COMPLETE
81352026-09-02T21:58:02.368Z[ recovery-image] Sep 02 21:58:01.530 INFO O| Sep 02 21:58:01.530 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-09-02T21:58:02.381Z[ recovery-image] Sep 02 21:58:01.542 INFO O| Sep 02 21:58:01.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81372026-09-02T21:58:02.381Z[ recovery-image] Sep 02 21:58:01.542 INFO O| Sep 02 21:58:01.542 INFO STEP 926 (remove_files) COMPLETE
81382026-09-02T21:58:02.381Z[ recovery-image] Sep 02 21:58:01.542 INFO O| Sep 02 21:58:01.542 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-09-02T21:58:02.391Z[ recovery-image] Sep 02 21:58:01.553 INFO O| Sep 02 21:58:01.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81402026-09-02T21:58:02.391Z[ recovery-image] Sep 02 21:58:01.553 INFO O| Sep 02 21:58:01.553 INFO STEP 927 (remove_files) COMPLETE
81412026-09-02T21:58:02.391Z[ recovery-image] Sep 02 21:58:01.553 INFO O| Sep 02 21:58:01.553 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-09-02T21:58:02.404Z[ recovery-image] Sep 02 21:58:01.565 INFO O| Sep 02 21:58:01.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81432026-09-02T21:58:02.404Z[ recovery-image] Sep 02 21:58:01.565 INFO O| Sep 02 21:58:01.565 INFO STEP 928 (remove_files) COMPLETE
81442026-09-02T21:58:02.404Z[ recovery-image] Sep 02 21:58:01.565 INFO O| Sep 02 21:58:01.565 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-09-02T21:58:02.415Z[ recovery-image] Sep 02 21:58:01.576 INFO O| Sep 02 21:58:01.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81462026-09-02T21:58:02.415Z[ recovery-image] Sep 02 21:58:01.576 INFO O| Sep 02 21:58:01.576 INFO STEP 929 (remove_files) COMPLETE
81472026-09-02T21:58:02.415Z[ recovery-image] Sep 02 21:58:01.576 INFO O| Sep 02 21:58:01.576 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81482026-09-02T21:58:02.425Z[ recovery-image] Sep 02 21:58:01.588 INFO O| Sep 02 21:58:01.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81492026-09-02T21:58:02.425Z[ recovery-image] Sep 02 21:58:01.588 INFO O| Sep 02 21:58:01.588 INFO STEP 930 (remove_files) COMPLETE
81502026-09-02T21:58:02.430Z[ recovery-image] Sep 02 21:58:01.588 INFO O| Sep 02 21:58:01.588 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81512026-09-02T21:58:02.438Z[ recovery-image] Sep 02 21:58:01.599 INFO O| Sep 02 21:58:01.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81522026-09-02T21:58:02.438Z[ recovery-image] Sep 02 21:58:01.599 INFO O| Sep 02 21:58:01.599 INFO STEP 931 (remove_files) COMPLETE
81532026-09-02T21:58:02.438Z[ recovery-image] Sep 02 21:58:01.599 INFO O| Sep 02 21:58:01.599 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-09-02T21:58:02.448Z[ recovery-image] Sep 02 21:58:01.610 INFO O| Sep 02 21:58:01.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81552026-09-02T21:58:02.448Z[ recovery-image] Sep 02 21:58:01.610 INFO O| Sep 02 21:58:01.610 INFO STEP 932 (remove_files) COMPLETE
81562026-09-02T21:58:02.448Z[ recovery-image] Sep 02 21:58:01.610 INFO O| Sep 02 21:58:01.610 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-09-02T21:58:02.458Z[ recovery-image] Sep 02 21:58:01.620 INFO O| Sep 02 21:58:01.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81582026-09-02T21:58:02.458Z[ recovery-image] Sep 02 21:58:01.621 INFO O| Sep 02 21:58:01.621 INFO STEP 933 (remove_files) COMPLETE
81592026-09-02T21:58:02.463Z[ recovery-image] Sep 02 21:58:01.621 INFO O| Sep 02 21:58:01.621 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-09-02T21:58:02.469Z[ recovery-image] Sep 02 21:58:01.631 INFO O| Sep 02 21:58:01.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81612026-09-02T21:58:02.469Z[ recovery-image] Sep 02 21:58:01.631 INFO O| Sep 02 21:58:01.631 INFO STEP 934 (remove_files) COMPLETE
81622026-09-02T21:58:02.469Z[ recovery-image] Sep 02 21:58:01.631 INFO O| Sep 02 21:58:01.631 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-09-02T21:58:02.482Z[ recovery-image] Sep 02 21:58:01.642 INFO O| Sep 02 21:58:01.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81642026-09-02T21:58:02.482Z[ recovery-image] Sep 02 21:58:01.642 INFO O| Sep 02 21:58:01.642 INFO STEP 935 (remove_files) COMPLETE
81652026-09-02T21:58:02.486Z[ recovery-image] Sep 02 21:58:01.642 INFO O| Sep 02 21:58:01.642 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-09-02T21:58:02.494Z[ recovery-image] Sep 02 21:58:01.652 INFO O| Sep 02 21:58:01.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81672026-09-02T21:58:02.494Z[ recovery-image] Sep 02 21:58:01.653 INFO O| Sep 02 21:58:01.653 INFO STEP 936 (remove_files) COMPLETE
81682026-09-02T21:58:02.494Z[ recovery-image] Sep 02 21:58:01.653 INFO O| Sep 02 21:58:01.653 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81692026-09-02T21:58:02.500Z[ recovery-image] Sep 02 21:58:01.663 INFO O| Sep 02 21:58:01.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81702026-09-02T21:58:02.500Z[ recovery-image] Sep 02 21:58:01.663 INFO O| Sep 02 21:58:01.663 INFO STEP 937 (remove_files) COMPLETE
81712026-09-02T21:58:02.501Z[ recovery-image] Sep 02 21:58:01.663 INFO O| Sep 02 21:58:01.663 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81722026-09-02T21:58:02.511Z[ recovery-image] Sep 02 21:58:01.673 INFO O| Sep 02 21:58:01.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81732026-09-02T21:58:02.511Z[ recovery-image] Sep 02 21:58:01.673 INFO O| Sep 02 21:58:01.673 INFO STEP 938 (remove_files) COMPLETE
81742026-09-02T21:58:02.511Z[ recovery-image] Sep 02 21:58:01.673 INFO O| Sep 02 21:58:01.673 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81752026-09-02T21:58:02.521Z[ recovery-image] Sep 02 21:58:01.683 INFO O| Sep 02 21:58:01.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81762026-09-02T21:58:02.521Z[ recovery-image] Sep 02 21:58:01.683 INFO O| Sep 02 21:58:01.683 INFO STEP 939 (remove_files) COMPLETE
81772026-09-02T21:58:02.521Z[ recovery-image] Sep 02 21:58:01.683 INFO O| Sep 02 21:58:01.683 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81782026-09-02T21:58:02.530Z[ recovery-image] Sep 02 21:58:01.693 INFO O| Sep 02 21:58:01.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81792026-09-02T21:58:02.530Z[ recovery-image] Sep 02 21:58:01.693 INFO O| Sep 02 21:58:01.693 INFO STEP 940 (remove_files) COMPLETE
81802026-09-02T21:58:02.530Z[ recovery-image] Sep 02 21:58:01.693 INFO O| Sep 02 21:58:01.693 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81812026-09-02T21:58:02.541Z[ recovery-image] Sep 02 21:58:01.703 INFO O| Sep 02 21:58:01.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81822026-09-02T21:58:02.541Z[ recovery-image] Sep 02 21:58:01.703 INFO O| Sep 02 21:58:01.703 INFO STEP 941 (remove_files) COMPLETE
81832026-09-02T21:58:02.541Z[ recovery-image] Sep 02 21:58:01.703 INFO O| Sep 02 21:58:01.703 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81842026-09-02T21:58:02.551Z[ recovery-image] Sep 02 21:58:01.713 INFO O| Sep 02 21:58:01.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81852026-09-02T21:58:02.555Z[ recovery-image] Sep 02 21:58:01.713 INFO O| Sep 02 21:58:01.713 INFO STEP 942 (remove_files) COMPLETE
81862026-09-02T21:58:02.555Z[ recovery-image] Sep 02 21:58:01.713 INFO O| Sep 02 21:58:01.713 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81872026-09-02T21:58:02.564Z[ recovery-image] Sep 02 21:58:01.725 INFO O| Sep 02 21:58:01.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81882026-09-02T21:58:02.564Z[ recovery-image] Sep 02 21:58:01.725 INFO O| Sep 02 21:58:01.725 INFO STEP 943 (remove_files) COMPLETE
81892026-09-02T21:58:02.569Z[ recovery-image] Sep 02 21:58:01.725 INFO O| Sep 02 21:58:01.725 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-09-02T21:58:02.573Z[ recovery-image] Sep 02 21:58:01.735 INFO O| Sep 02 21:58:01.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81912026-09-02T21:58:02.574Z[ recovery-image] Sep 02 21:58:01.735 INFO O| Sep 02 21:58:01.735 INFO STEP 944 (remove_files) COMPLETE
81922026-09-02T21:58:02.574Z[ recovery-image] Sep 02 21:58:01.735 INFO O| Sep 02 21:58:01.735 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81932026-09-02T21:58:02.586Z[ recovery-image] Sep 02 21:58:01.746 INFO O| Sep 02 21:58:01.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81942026-09-02T21:58:02.586Z[ recovery-image] Sep 02 21:58:01.746 INFO O| Sep 02 21:58:01.746 INFO STEP 945 (remove_files) COMPLETE
81952026-09-02T21:58:02.589Z[ recovery-image] Sep 02 21:58:01.746 INFO O| Sep 02 21:58:01.746 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81962026-09-02T21:58:02.597Z[ recovery-image] Sep 02 21:58:01.758 INFO O| Sep 02 21:58:01.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81972026-09-02T21:58:02.597Z[ recovery-image] Sep 02 21:58:01.758 INFO O| Sep 02 21:58:01.758 INFO STEP 946 (remove_files) COMPLETE
81982026-09-02T21:58:02.597Z[ recovery-image] Sep 02 21:58:01.758 INFO O| Sep 02 21:58:01.758 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81992026-09-02T21:58:02.607Z[ recovery-image] Sep 02 21:58:01.768 INFO O| Sep 02 21:58:01.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
82002026-09-02T21:58:02.607Z[ recovery-image] Sep 02 21:58:01.769 INFO O| Sep 02 21:58:01.768 INFO STEP 947 (remove_files) COMPLETE
82012026-09-02T21:58:02.607Z[ recovery-image] Sep 02 21:58:01.769 INFO O| Sep 02 21:58:01.768 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82022026-09-02T21:58:02.631Z[ recovery-image] Sep 02 21:58:01.793 INFO O| Sep 02 21:58:01.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
82032026-09-02T21:58:02.631Z[ recovery-image] Sep 02 21:58:01.793 INFO O| Sep 02 21:58:01.793 INFO STEP 948 (remove_files) COMPLETE
82042026-09-02T21:58:02.637Z[ recovery-image] Sep 02 21:58:01.793 INFO O| Sep 02 21:58:01.793 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82052026-09-02T21:58:02.643Z[ recovery-image] Sep 02 21:58:01.805 INFO O| Sep 02 21:58:01.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
82062026-09-02T21:58:02.643Z[ recovery-image] Sep 02 21:58:01.805 INFO O| Sep 02 21:58:01.805 INFO STEP 949 (remove_files) COMPLETE
82072026-09-02T21:58:02.643Z[ recovery-image] Sep 02 21:58:01.805 INFO O| Sep 02 21:58:01.805 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82082026-09-02T21:58:02.654Z[ recovery-image] Sep 02 21:58:01.816 INFO O| Sep 02 21:58:01.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
82092026-09-02T21:58:02.654Z[ recovery-image] Sep 02 21:58:01.816 INFO O| Sep 02 21:58:01.816 INFO STEP 950 (remove_files) COMPLETE
82102026-09-02T21:58:02.654Z[ recovery-image] Sep 02 21:58:01.816 INFO O| Sep 02 21:58:01.816 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82112026-09-02T21:58:02.664Z[ recovery-image] Sep 02 21:58:01.827 INFO O| Sep 02 21:58:01.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
82122026-09-02T21:58:02.664Z[ recovery-image] Sep 02 21:58:01.827 INFO O| Sep 02 21:58:01.827 INFO STEP 951 (remove_files) COMPLETE
82132026-09-02T21:58:02.664Z[ recovery-image] Sep 02 21:58:01.827 INFO O| Sep 02 21:58:01.827 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82142026-09-02T21:58:02.675Z[ recovery-image] Sep 02 21:58:01.837 INFO O| Sep 02 21:58:01.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
82152026-09-02T21:58:02.675Z[ recovery-image] Sep 02 21:58:01.837 INFO O| Sep 02 21:58:01.837 INFO STEP 952 (remove_files) COMPLETE
82162026-09-02T21:58:02.675Z[ recovery-image] Sep 02 21:58:01.837 INFO O| Sep 02 21:58:01.837 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82172026-09-02T21:58:02.686Z[ recovery-image] Sep 02 21:58:01.848 INFO O| Sep 02 21:58:01.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
82182026-09-02T21:58:02.687Z[ recovery-image] Sep 02 21:58:01.848 INFO O| Sep 02 21:58:01.848 INFO STEP 953 (remove_files) COMPLETE
82192026-09-02T21:58:02.693Z[ recovery-image] Sep 02 21:58:01.848 INFO O| Sep 02 21:58:01.848 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82202026-09-02T21:58:02.704Z[ recovery-image] Sep 02 21:58:01.867 INFO O| Sep 02 21:58:01.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
82212026-09-02T21:58:02.705Z[ recovery-image] Sep 02 21:58:01.867 INFO O| Sep 02 21:58:01.867 INFO STEP 954 (remove_files) COMPLETE
82222026-09-02T21:58:02.705Z[ recovery-image] Sep 02 21:58:01.867 INFO O| Sep 02 21:58:01.867 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82232026-09-02T21:58:02.723Z[ recovery-image] Sep 02 21:58:01.884 INFO O| Sep 02 21:58:01.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
82242026-09-02T21:58:02.723Z[ recovery-image] Sep 02 21:58:01.884 INFO O| Sep 02 21:58:01.884 INFO STEP 955 (remove_files) COMPLETE
82252026-09-02T21:58:02.733Z[ recovery-image] Sep 02 21:58:01.884 INFO O| Sep 02 21:58:01.884 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82262026-09-02T21:58:02.741Z[ recovery-image] Sep 02 21:58:01.895 INFO O| Sep 02 21:58:01.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82272026-09-02T21:58:02.741Z[ recovery-image] Sep 02 21:58:01.895 INFO O| Sep 02 21:58:01.895 INFO STEP 956 (remove_files) COMPLETE
82282026-09-02T21:58:02.741Z[ recovery-image] Sep 02 21:58:01.895 INFO O| Sep 02 21:58:01.895 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82292026-09-02T21:58:02.747Z[ recovery-image] Sep 02 21:58:01.905 INFO O| Sep 02 21:58:01.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82302026-09-02T21:58:02.748Z[ recovery-image] Sep 02 21:58:01.905 INFO O| Sep 02 21:58:01.905 INFO STEP 957 (remove_files) COMPLETE
82312026-09-02T21:58:02.748Z[ recovery-image] Sep 02 21:58:01.905 INFO O| Sep 02 21:58:01.905 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-09-02T21:58:02.772Z[ recovery-image] Sep 02 21:58:01.920 INFO O| Sep 02 21:58:01.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82332026-09-02T21:58:02.772Z[ recovery-image] Sep 02 21:58:01.920 INFO O| Sep 02 21:58:01.920 INFO STEP 958 (remove_files) COMPLETE
82342026-09-02T21:58:02.772Z[ recovery-image] Sep 02 21:58:01.920 INFO O| Sep 02 21:58:01.920 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-09-02T21:58:02.783Z[ recovery-image] Sep 02 21:58:01.931 INFO O| Sep 02 21:58:01.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82362026-09-02T21:58:02.783Z[ recovery-image] Sep 02 21:58:01.931 INFO O| Sep 02 21:58:01.931 INFO STEP 959 (remove_files) COMPLETE
82372026-09-02T21:58:02.783Z[ recovery-image] Sep 02 21:58:01.931 INFO O| Sep 02 21:58:01.931 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-09-02T21:58:02.789Z[ recovery-image] Sep 02 21:58:01.941 INFO O| Sep 02 21:58:01.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82392026-09-02T21:58:02.789Z[ recovery-image] Sep 02 21:58:01.941 INFO O| Sep 02 21:58:01.941 INFO STEP 960 (remove_files) COMPLETE
82402026-09-02T21:58:02.789Z[ recovery-image] Sep 02 21:58:01.941 INFO O| Sep 02 21:58:01.941 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-09-02T21:58:02.797Z[ recovery-image] Sep 02 21:58:01.951 INFO O| Sep 02 21:58:01.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82422026-09-02T21:58:02.798Z[ recovery-image] Sep 02 21:58:01.951 INFO O| Sep 02 21:58:01.951 INFO STEP 961 (remove_files) COMPLETE
82432026-09-02T21:58:02.798Z[ recovery-image] Sep 02 21:58:01.951 INFO O| Sep 02 21:58:01.951 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-09-02T21:58:02.805Z[ recovery-image] Sep 02 21:58:01.962 INFO O| Sep 02 21:58:01.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82452026-09-02T21:58:02.805Z[ recovery-image] Sep 02 21:58:01.962 INFO O| Sep 02 21:58:01.962 INFO STEP 962 (remove_files) COMPLETE
82462026-09-02T21:58:02.805Z[ recovery-image] Sep 02 21:58:01.962 INFO O| Sep 02 21:58:01.962 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-09-02T21:58:02.814Z[ recovery-image] Sep 02 21:58:01.972 INFO O| Sep 02 21:58:01.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82482026-09-02T21:58:02.814Z[ recovery-image] Sep 02 21:58:01.973 INFO O| Sep 02 21:58:01.973 INFO STEP 963 (remove_files) COMPLETE
82492026-09-02T21:58:02.820Z[ recovery-image] Sep 02 21:58:01.973 INFO O| Sep 02 21:58:01.973 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-09-02T21:58:02.826Z[ recovery-image] Sep 02 21:58:01.983 INFO O| Sep 02 21:58:01.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82512026-09-02T21:58:02.826Z[ recovery-image] Sep 02 21:58:01.983 INFO O| Sep 02 21:58:01.983 INFO STEP 964 (remove_files) COMPLETE
82522026-09-02T21:58:02.826Z[ recovery-image] Sep 02 21:58:01.983 INFO O| Sep 02 21:58:01.983 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-09-02T21:58:02.832Z[ recovery-image] Sep 02 21:58:01.994 INFO O| Sep 02 21:58:01.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82542026-09-02T21:58:02.832Z[ recovery-image] Sep 02 21:58:01.994 INFO O| Sep 02 21:58:01.994 INFO STEP 965 (remove_files) COMPLETE
82552026-09-02T21:58:02.832Z[ recovery-image] Sep 02 21:58:01.994 INFO O| Sep 02 21:58:01.994 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-09-02T21:58:02.843Z[ recovery-image] Sep 02 21:58:02.005 INFO O| Sep 02 21:58:02.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82572026-09-02T21:58:02.843Z[ recovery-image] Sep 02 21:58:02.005 INFO O| Sep 02 21:58:02.005 INFO STEP 966 (remove_files) COMPLETE
82582026-09-02T21:58:02.843Z[ recovery-image] Sep 02 21:58:02.005 INFO O| Sep 02 21:58:02.005 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-09-02T21:58:02.877Z[ recovery-image] Sep 02 21:58:02.039 INFO O| Sep 02 21:58:02.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82602026-09-02T21:58:02.877Z[ recovery-image] Sep 02 21:58:02.039 INFO O| Sep 02 21:58:02.039 INFO STEP 967 (remove_files) COMPLETE
82612026-09-02T21:58:02.877Z[ recovery-image] Sep 02 21:58:02.039 INFO O| Sep 02 21:58:02.039 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-09-02T21:58:02.891Z[ recovery-image] Sep 02 21:58:02.051 INFO O| Sep 02 21:58:02.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82632026-09-02T21:58:02.891Z[ recovery-image] Sep 02 21:58:02.052 INFO O| Sep 02 21:58:02.052 INFO STEP 968 (remove_files) COMPLETE
82642026-09-02T21:58:02.891Z[ recovery-image] Sep 02 21:58:02.052 INFO O| Sep 02 21:58:02.052 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-09-02T21:58:02.902Z[ recovery-image] Sep 02 21:58:02.064 INFO O| Sep 02 21:58:02.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82662026-09-02T21:58:02.902Z[ recovery-image] Sep 02 21:58:02.064 INFO O| Sep 02 21:58:02.064 INFO STEP 969 (remove_files) COMPLETE
82672026-09-02T21:58:02.902Z[ recovery-image] Sep 02 21:58:02.064 INFO O| Sep 02 21:58:02.064 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-09-02T21:58:02.914Z[ recovery-image] Sep 02 21:58:02.076 INFO O| Sep 02 21:58:02.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82692026-09-02T21:58:02.914Z[ recovery-image] Sep 02 21:58:02.076 INFO O| Sep 02 21:58:02.076 INFO STEP 970 (remove_files) COMPLETE
82702026-09-02T21:58:02.914Z[ recovery-image] Sep 02 21:58:02.076 INFO O| Sep 02 21:58:02.076 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-09-02T21:58:02.927Z[ recovery-image] Sep 02 21:58:02.087 INFO O| Sep 02 21:58:02.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82722026-09-02T21:58:02.927Z[ recovery-image] Sep 02 21:58:02.088 INFO O| Sep 02 21:58:02.087 INFO STEP 971 (remove_files) COMPLETE
82732026-09-02T21:58:02.927Z[ recovery-image] Sep 02 21:58:02.088 INFO O| Sep 02 21:58:02.088 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-09-02T21:58:02.936Z[ recovery-image] Sep 02 21:58:02.098 INFO O| Sep 02 21:58:02.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82752026-09-02T21:58:02.936Z[ recovery-image] Sep 02 21:58:02.098 INFO O| Sep 02 21:58:02.098 INFO STEP 972 (remove_files) COMPLETE
82762026-09-02T21:58:02.936Z[ recovery-image] Sep 02 21:58:02.098 INFO O| Sep 02 21:58:02.098 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-09-02T21:58:02.948Z[ recovery-image] Sep 02 21:58:02.110 INFO O| Sep 02 21:58:02.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82782026-09-02T21:58:02.948Z[ recovery-image] Sep 02 21:58:02.110 INFO O| Sep 02 21:58:02.110 INFO STEP 973 (remove_files) COMPLETE
82792026-09-02T21:58:02.951Z[ recovery-image] Sep 02 21:58:02.110 INFO O| Sep 02 21:58:02.110 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-09-02T21:58:02.959Z[ recovery-image] Sep 02 21:58:02.121 INFO O| Sep 02 21:58:02.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82812026-09-02T21:58:02.959Z[ recovery-image] Sep 02 21:58:02.121 INFO O| Sep 02 21:58:02.121 INFO STEP 974 (remove_files) COMPLETE
82822026-09-02T21:58:02.959Z[ recovery-image] Sep 02 21:58:02.121 INFO O| Sep 02 21:58:02.121 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-09-02T21:58:02.970Z[ recovery-image] Sep 02 21:58:02.132 INFO O| Sep 02 21:58:02.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82842026-09-02T21:58:02.970Z[ recovery-image] Sep 02 21:58:02.132 INFO O| Sep 02 21:58:02.132 INFO STEP 975 (remove_files) COMPLETE
82852026-09-02T21:58:02.970Z[ recovery-image] Sep 02 21:58:02.132 INFO O| Sep 02 21:58:02.132 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-09-02T21:58:02.982Z[ recovery-image] Sep 02 21:58:02.143 INFO O| Sep 02 21:58:02.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82872026-09-02T21:58:02.982Z[ recovery-image] Sep 02 21:58:02.143 INFO O| Sep 02 21:58:02.143 INFO STEP 976 (remove_files) COMPLETE
82882026-09-02T21:58:02.985Z[ recovery-image] Sep 02 21:58:02.143 INFO O| Sep 02 21:58:02.143 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-09-02T21:58:02.991Z[ recovery-image] Sep 02 21:58:02.154 INFO O| Sep 02 21:58:02.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82902026-09-02T21:58:02.991Z[ recovery-image] Sep 02 21:58:02.154 INFO O| Sep 02 21:58:02.154 INFO STEP 977 (remove_files) COMPLETE
82912026-09-02T21:58:02.991Z[ recovery-image] Sep 02 21:58:02.154 INFO O| Sep 02 21:58:02.154 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-09-02T21:58:03.003Z[ recovery-image] Sep 02 21:58:02.165 INFO O| Sep 02 21:58:02.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82932026-09-02T21:58:03.003Z[ recovery-image] Sep 02 21:58:02.165 INFO O| Sep 02 21:58:02.165 INFO STEP 978 (remove_files) COMPLETE
82942026-09-02T21:58:03.003Z[ recovery-image] Sep 02 21:58:02.165 INFO O| Sep 02 21:58:02.165 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-09-02T21:58:03.013Z[ recovery-image] Sep 02 21:58:02.175 INFO O| Sep 02 21:58:02.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82962026-09-02T21:58:03.013Z[ recovery-image] Sep 02 21:58:02.175 INFO O| Sep 02 21:58:02.175 INFO STEP 979 (remove_files) COMPLETE
82972026-09-02T21:58:03.013Z[ recovery-image] Sep 02 21:58:02.175 INFO O| Sep 02 21:58:02.175 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-09-02T21:58:03.024Z[ recovery-image] Sep 02 21:58:02.186 INFO O| Sep 02 21:58:02.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82992026-09-02T21:58:03.024Z[ recovery-image] Sep 02 21:58:02.186 INFO O| Sep 02 21:58:02.186 INFO STEP 980 (remove_files) COMPLETE
83002026-09-02T21:58:03.024Z[ recovery-image] Sep 02 21:58:02.186 INFO O| Sep 02 21:58:02.186 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-09-02T21:58:03.036Z[ recovery-image] Sep 02 21:58:02.197 INFO O| Sep 02 21:58:02.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
83022026-09-02T21:58:03.036Z[ recovery-image] Sep 02 21:58:02.197 INFO O| Sep 02 21:58:02.197 INFO STEP 981 (remove_files) COMPLETE
83032026-09-02T21:58:03.036Z[ recovery-image] Sep 02 21:58:02.197 INFO O| Sep 02 21:58:02.197 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83042026-09-02T21:58:03.045Z[ recovery-image] Sep 02 21:58:02.207 INFO O| Sep 02 21:58:02.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
83052026-09-02T21:58:03.045Z[ recovery-image] Sep 02 21:58:02.207 INFO O| Sep 02 21:58:02.207 INFO STEP 982 (remove_files) COMPLETE
83062026-09-02T21:58:03.045Z[ recovery-image] Sep 02 21:58:02.207 INFO O| Sep 02 21:58:02.207 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83072026-09-02T21:58:03.056Z[ recovery-image] Sep 02 21:58:02.218 INFO O| Sep 02 21:58:02.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
83082026-09-02T21:58:03.056Z[ recovery-image] Sep 02 21:58:02.218 INFO O| Sep 02 21:58:02.218 INFO STEP 983 (remove_files) COMPLETE
83092026-09-02T21:58:03.056Z[ recovery-image] Sep 02 21:58:02.218 INFO O| Sep 02 21:58:02.218 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83102026-09-02T21:58:03.065Z[ recovery-image] Sep 02 21:58:02.228 INFO O| Sep 02 21:58:02.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
83112026-09-02T21:58:03.066Z[ recovery-image] Sep 02 21:58:02.228 INFO O| Sep 02 21:58:02.228 INFO STEP 984 (remove_files) COMPLETE
83122026-09-02T21:58:03.069Z[ recovery-image] Sep 02 21:58:02.228 INFO O| Sep 02 21:58:02.228 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83132026-09-02T21:58:03.077Z[ recovery-image] Sep 02 21:58:02.239 INFO O| Sep 02 21:58:02.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
83142026-09-02T21:58:03.080Z[ recovery-image] Sep 02 21:58:02.239 INFO O| Sep 02 21:58:02.239 INFO STEP 985 (remove_files) COMPLETE
83152026-09-02T21:58:03.080Z[ recovery-image] Sep 02 21:58:02.239 INFO O| Sep 02 21:58:02.239 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83162026-09-02T21:58:03.089Z[ recovery-image] Sep 02 21:58:02.251 INFO O| Sep 02 21:58:02.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
83172026-09-02T21:58:03.089Z[ recovery-image] Sep 02 21:58:02.251 INFO O| Sep 02 21:58:02.251 INFO STEP 986 (remove_files) COMPLETE
83182026-09-02T21:58:03.089Z[ recovery-image] Sep 02 21:58:02.251 INFO O| Sep 02 21:58:02.251 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83192026-09-02T21:58:03.101Z[ recovery-image] Sep 02 21:58:02.263 INFO O| Sep 02 21:58:02.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
83202026-09-02T21:58:03.101Z[ recovery-image] Sep 02 21:58:02.263 INFO O| Sep 02 21:58:02.263 INFO STEP 987 (remove_files) COMPLETE
83212026-09-02T21:58:03.101Z[ recovery-image] Sep 02 21:58:02.263 INFO O| Sep 02 21:58:02.263 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83222026-09-02T21:58:03.112Z[ recovery-image] Sep 02 21:58:02.274 INFO O| Sep 02 21:58:02.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
83232026-09-02T21:58:03.115Z[ recovery-image] Sep 02 21:58:02.275 INFO O| Sep 02 21:58:02.275 INFO STEP 988 (remove_files) COMPLETE
83242026-09-02T21:58:03.115Z[ recovery-image] Sep 02 21:58:02.275 INFO O| Sep 02 21:58:02.275 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83252026-09-02T21:58:03.126Z[ recovery-image] Sep 02 21:58:02.285 INFO O| Sep 02 21:58:02.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
83262026-09-02T21:58:03.126Z[ recovery-image] Sep 02 21:58:02.285 INFO O| Sep 02 21:58:02.285 INFO STEP 989 (remove_files) COMPLETE
83272026-09-02T21:58:03.130Z[ recovery-image] Sep 02 21:58:02.285 INFO O| Sep 02 21:58:02.285 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83282026-09-02T21:58:03.134Z[ recovery-image] Sep 02 21:58:02.294 INFO O| Sep 02 21:58:02.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83292026-09-02T21:58:03.134Z[ recovery-image] Sep 02 21:58:02.294 INFO O| Sep 02 21:58:02.294 INFO STEP 990 (remove_files) COMPLETE
83302026-09-02T21:58:03.134Z[ recovery-image] Sep 02 21:58:02.294 INFO O| Sep 02 21:58:02.294 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83312026-09-02T21:58:03.146Z[ recovery-image] Sep 02 21:58:02.304 INFO O| Sep 02 21:58:02.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83322026-09-02T21:58:03.146Z[ recovery-image] Sep 02 21:58:02.304 INFO O| Sep 02 21:58:02.304 INFO STEP 991 (remove_files) COMPLETE
83332026-09-02T21:58:03.146Z[ recovery-image] Sep 02 21:58:02.304 INFO O| Sep 02 21:58:02.304 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83342026-09-02T21:58:03.153Z[ recovery-image] Sep 02 21:58:02.315 INFO O| Sep 02 21:58:02.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83352026-09-02T21:58:03.153Z[ recovery-image] Sep 02 21:58:02.315 INFO O| Sep 02 21:58:02.315 INFO STEP 992 (remove_files) COMPLETE
83362026-09-02T21:58:03.153Z[ recovery-image] Sep 02 21:58:02.315 INFO O| Sep 02 21:58:02.315 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83372026-09-02T21:58:03.164Z[ recovery-image] Sep 02 21:58:02.326 INFO O| Sep 02 21:58:02.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83382026-09-02T21:58:03.164Z[ recovery-image] Sep 02 21:58:02.326 INFO O| Sep 02 21:58:02.326 INFO STEP 993 (remove_files) COMPLETE
83392026-09-02T21:58:03.164Z[ recovery-image] Sep 02 21:58:02.326 INFO O| Sep 02 21:58:02.326 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83402026-09-02T21:58:03.174Z[ recovery-image] Sep 02 21:58:02.336 INFO O| Sep 02 21:58:02.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83412026-09-02T21:58:03.174Z[ recovery-image] Sep 02 21:58:02.336 INFO O| Sep 02 21:58:02.336 INFO STEP 994 (remove_files) COMPLETE
83422026-09-02T21:58:03.174Z[ recovery-image] Sep 02 21:58:02.336 INFO O| Sep 02 21:58:02.336 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83432026-09-02T21:58:03.185Z[ recovery-image] Sep 02 21:58:02.347 INFO O| Sep 02 21:58:02.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83442026-09-02T21:58:03.185Z[ recovery-image] Sep 02 21:58:02.347 INFO O| Sep 02 21:58:02.347 INFO STEP 995 (remove_files) COMPLETE
83452026-09-02T21:58:03.189Z[ recovery-image] Sep 02 21:58:02.347 INFO O| Sep 02 21:58:02.347 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83462026-09-02T21:58:03.196Z[ recovery-image] Sep 02 21:58:02.358 INFO O| Sep 02 21:58:02.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83472026-09-02T21:58:03.196Z[ recovery-image] Sep 02 21:58:02.358 INFO O| Sep 02 21:58:02.358 INFO STEP 996 (remove_files) COMPLETE
83482026-09-02T21:58:03.199Z[ recovery-image] Sep 02 21:58:02.358 INFO O| Sep 02 21:58:02.358 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83492026-09-02T21:58:03.206Z[ recovery-image] Sep 02 21:58:02.368 INFO O| Sep 02 21:58:02.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83502026-09-02T21:58:03.206Z[ recovery-image] Sep 02 21:58:02.368 INFO O| Sep 02 21:58:02.368 INFO STEP 997 (remove_files) COMPLETE
83512026-09-02T21:58:03.210Z[ recovery-image] Sep 02 21:58:02.368 INFO O| Sep 02 21:58:02.368 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83522026-09-02T21:58:03.217Z[ recovery-image] Sep 02 21:58:02.378 INFO O| Sep 02 21:58:02.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83532026-09-02T21:58:03.217Z[ recovery-image] Sep 02 21:58:02.378 INFO O| Sep 02 21:58:02.378 INFO STEP 998 (remove_files) COMPLETE
83542026-09-02T21:58:03.217Z[ recovery-image] Sep 02 21:58:02.378 INFO O| Sep 02 21:58:02.378 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83552026-09-02T21:58:03.225Z[ recovery-image] Sep 02 21:58:02.387 INFO O| Sep 02 21:58:02.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83562026-09-02T21:58:03.225Z[ recovery-image] Sep 02 21:58:02.387 INFO O| Sep 02 21:58:02.387 INFO STEP 999 (remove_files) COMPLETE
83572026-09-02T21:58:03.225Z[ recovery-image] Sep 02 21:58:02.387 INFO O| Sep 02 21:58:02.387 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83582026-09-02T21:58:03.236Z[ recovery-image] Sep 02 21:58:02.399 INFO O| Sep 02 21:58:02.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83592026-09-02T21:58:03.236Z[ recovery-image] Sep 02 21:58:02.399 INFO O| Sep 02 21:58:02.399 INFO STEP 1000 (remove_files) COMPLETE
83602026-09-02T21:58:03.236Z[ recovery-image] Sep 02 21:58:02.399 INFO O| Sep 02 21:58:02.399 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83612026-09-02T21:58:03.247Z[ recovery-image] Sep 02 21:58:02.409 INFO O| Sep 02 21:58:02.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83622026-09-02T21:58:03.247Z[ recovery-image] Sep 02 21:58:02.409 INFO O| Sep 02 21:58:02.409 INFO STEP 1001 (remove_files) COMPLETE
83632026-09-02T21:58:03.247Z[ recovery-image] Sep 02 21:58:02.409 INFO O| Sep 02 21:58:02.409 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83642026-09-02T21:58:03.256Z[ recovery-image] Sep 02 21:58:02.418 INFO O| Sep 02 21:58:02.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83652026-09-02T21:58:03.256Z[ recovery-image] Sep 02 21:58:02.418 INFO O| Sep 02 21:58:02.418 INFO STEP 1002 (remove_files) COMPLETE
83662026-09-02T21:58:03.259Z[ recovery-image] Sep 02 21:58:02.418 INFO O| Sep 02 21:58:02.418 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83672026-09-02T21:58:03.270Z[ recovery-image] Sep 02 21:58:02.431 INFO O| Sep 02 21:58:02.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83682026-09-02T21:58:03.270Z[ recovery-image] Sep 02 21:58:02.431 INFO O| Sep 02 21:58:02.431 INFO STEP 1003 (remove_files) COMPLETE
83692026-09-02T21:58:03.270Z[ recovery-image] Sep 02 21:58:02.431 INFO O| Sep 02 21:58:02.431 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83702026-09-02T21:58:03.291Z[ recovery-image] Sep 02 21:58:02.442 INFO O| Sep 02 21:58:02.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83712026-09-02T21:58:03.291Z[ recovery-image] Sep 02 21:58:02.442 INFO O| Sep 02 21:58:02.442 INFO STEP 1004 (remove_files) COMPLETE
83722026-09-02T21:58:03.291Z[ recovery-image] Sep 02 21:58:02.442 INFO O| Sep 02 21:58:02.442 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83732026-09-02T21:58:03.299Z[ recovery-image] Sep 02 21:58:02.455 INFO O| Sep 02 21:58:02.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83742026-09-02T21:58:03.300Z[ recovery-image] Sep 02 21:58:02.455 INFO O| Sep 02 21:58:02.455 INFO STEP 1005 (remove_files) COMPLETE
83752026-09-02T21:58:03.300Z[ recovery-image] Sep 02 21:58:02.455 INFO O| Sep 02 21:58:02.455 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83762026-09-02T21:58:03.312Z[ recovery-image] Sep 02 21:58:02.467 INFO O| Sep 02 21:58:02.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83772026-09-02T21:58:03.312Z[ recovery-image] Sep 02 21:58:02.467 INFO O| Sep 02 21:58:02.467 INFO STEP 1006 (remove_files) COMPLETE
83782026-09-02T21:58:03.312Z[ recovery-image] Sep 02 21:58:02.467 INFO O| Sep 02 21:58:02.467 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83792026-09-02T21:58:03.317Z[ recovery-image] Sep 02 21:58:02.479 INFO O| Sep 02 21:58:02.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83802026-09-02T21:58:03.317Z[ recovery-image] Sep 02 21:58:02.479 INFO O| Sep 02 21:58:02.479 INFO STEP 1007 (remove_files) COMPLETE
83812026-09-02T21:58:03.317Z[ recovery-image] Sep 02 21:58:02.479 INFO O| Sep 02 21:58:02.479 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83822026-09-02T21:58:03.329Z[ recovery-image] Sep 02 21:58:02.490 INFO O| Sep 02 21:58:02.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83832026-09-02T21:58:03.329Z[ recovery-image] Sep 02 21:58:02.491 INFO O| Sep 02 21:58:02.491 INFO STEP 1008 (remove_files) COMPLETE
83842026-09-02T21:58:03.329Z[ recovery-image] Sep 02 21:58:02.491 INFO O| Sep 02 21:58:02.491 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83852026-09-02T21:58:03.343Z[ recovery-image] Sep 02 21:58:02.503 INFO O| Sep 02 21:58:02.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83862026-09-02T21:58:03.343Z[ recovery-image] Sep 02 21:58:02.503 INFO O| Sep 02 21:58:02.503 INFO STEP 1009 (remove_files) COMPLETE
83872026-09-02T21:58:03.344Z[ recovery-image] Sep 02 21:58:02.503 INFO O| Sep 02 21:58:02.503 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83882026-09-02T21:58:03.353Z[ recovery-image] Sep 02 21:58:02.515 INFO O| Sep 02 21:58:02.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83892026-09-02T21:58:03.353Z[ recovery-image] Sep 02 21:58:02.515 INFO O| Sep 02 21:58:02.515 INFO STEP 1010 (remove_files) COMPLETE
83902026-09-02T21:58:03.353Z[ recovery-image] Sep 02 21:58:02.515 INFO O| Sep 02 21:58:02.515 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83912026-09-02T21:58:03.366Z[ recovery-image] Sep 02 21:58:02.527 INFO O| Sep 02 21:58:02.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83922026-09-02T21:58:03.366Z[ recovery-image] Sep 02 21:58:02.527 INFO O| Sep 02 21:58:02.527 INFO STEP 1011 (remove_files) COMPLETE
83932026-09-02T21:58:03.366Z[ recovery-image] Sep 02 21:58:02.527 INFO O| Sep 02 21:58:02.527 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83942026-09-02T21:58:03.447Z[ recovery-image] Sep 02 21:58:02.538 INFO O| Sep 02 21:58:02.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83952026-09-02T21:58:03.447Z[ recovery-image] Sep 02 21:58:02.538 INFO O| Sep 02 21:58:02.538 INFO STEP 1012 (remove_files) COMPLETE
83962026-09-02T21:58:03.447Z[ recovery-image] Sep 02 21:58:02.538 INFO O| Sep 02 21:58:02.538 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83972026-09-02T21:58:03.458Z[ recovery-image] Sep 02 21:58:02.549 INFO O| Sep 02 21:58:02.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83982026-09-02T21:58:03.458Z[ recovery-image] Sep 02 21:58:02.549 INFO O| Sep 02 21:58:02.549 INFO STEP 1013 (remove_files) COMPLETE
83992026-09-02T21:58:03.458Z[ recovery-image] Sep 02 21:58:02.549 INFO O| Sep 02 21:58:02.549 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84002026-09-02T21:58:03.459Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
84012026-09-02T21:58:03.459Z[ recovery-image] Sep 02 21:58:02.560 INFO O| Sep 02 21:58:02.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
84022026-09-02T21:58:03.459Z[ recovery-image] Sep 02 21:58:02.560 INFO O| Sep 02 21:58:02.560 INFO STEP 1014 (remove_files) COMPLETE
84032026-09-02T21:58:03.459Z[ recovery-image] Sep 02 21:58:02.560 INFO O| Sep 02 21:58:02.560 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84042026-09-02T21:58:03.459Z[ recovery-image] Sep 02 21:58:02.570 INFO O| Sep 02 21:58:02.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
84052026-09-02T21:58:03.459Z[ recovery-image] Sep 02 21:58:02.570 INFO O| Sep 02 21:58:02.570 INFO STEP 1015 (remove_files) COMPLETE
84062026-09-02T21:58:03.459Z[ recovery-image] Sep 02 21:58:02.570 INFO O| Sep 02 21:58:02.570 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84072026-09-02T21:58:03.459Z[ recovery-image] Sep 02 21:58:02.581 INFO O| Sep 02 21:58:02.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
84082026-09-02T21:58:03.459Z[ recovery-image] Sep 02 21:58:02.581 INFO O| Sep 02 21:58:02.581 INFO STEP 1016 (remove_files) COMPLETE
84092026-09-02T21:58:03.459Z[ recovery-image] Sep 02 21:58:02.581 INFO O| Sep 02 21:58:02.581 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84102026-09-02T21:58:03.459Z[ recovery-image] Sep 02 21:58:02.591 INFO O| Sep 02 21:58:02.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
84112026-09-02T21:58:03.459Z[ recovery-image] Sep 02 21:58:02.591 INFO O| Sep 02 21:58:02.591 INFO STEP 1017 (remove_files) COMPLETE
84122026-09-02T21:58:03.459Z[ recovery-image] Sep 02 21:58:02.591 INFO O| Sep 02 21:58:02.591 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84132026-09-02T21:58:03.459Z[ recovery-image] Sep 02 21:58:02.600 INFO O| Sep 02 21:58:02.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
84142026-09-02T21:58:03.459Z[ recovery-image] Sep 02 21:58:02.600 INFO O| Sep 02 21:58:02.600 INFO STEP 1018 (remove_files) COMPLETE
84152026-09-02T21:58:03.459Z[ recovery-image] Sep 02 21:58:02.600 INFO O| Sep 02 21:58:02.600 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84162026-09-02T21:58:03.459Z[ recovery-image] Sep 02 21:58:02.610 INFO O| Sep 02 21:58:02.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
84172026-09-02T21:58:03.459Z[ recovery-image] Sep 02 21:58:02.610 INFO O| Sep 02 21:58:02.610 INFO STEP 1019 (remove_files) COMPLETE
84182026-09-02T21:58:03.459Z[ recovery-image] Sep 02 21:58:02.610 INFO O| Sep 02 21:58:02.610 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84192026-09-02T21:58:03.464Z[ recovery-image] Sep 02 21:58:02.619 INFO O| Sep 02 21:58:02.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
84202026-09-02T21:58:03.465Z[ recovery-image] Sep 02 21:58:02.619 INFO O| Sep 02 21:58:02.619 INFO STEP 1020 (remove_files) COMPLETE
84212026-09-02T21:58:03.465Z[ recovery-image] Sep 02 21:58:02.619 INFO O| Sep 02 21:58:02.619 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84222026-09-02T21:58:03.469Z[ recovery-image] Sep 02 21:58:02.631 INFO O| Sep 02 21:58:02.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
84232026-09-02T21:58:03.469Z[ recovery-image] Sep 02 21:58:02.631 INFO O| Sep 02 21:58:02.631 INFO STEP 1021 (remove_files) COMPLETE
84242026-09-02T21:58:03.469Z[ recovery-image] Sep 02 21:58:02.631 INFO O| Sep 02 21:58:02.631 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84252026-09-02T21:58:03.487Z[ recovery-image] Sep 02 21:58:02.643 INFO O| Sep 02 21:58:02.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
84262026-09-02T21:58:03.487Z[ recovery-image] Sep 02 21:58:02.643 INFO O| Sep 02 21:58:02.643 INFO STEP 1022 (remove_files) COMPLETE
84272026-09-02T21:58:03.487Z[ recovery-image] Sep 02 21:58:02.643 INFO O| Sep 02 21:58:02.643 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-09-02T21:58:03.492Z[ recovery-image] Sep 02 21:58:02.654 INFO O| Sep 02 21:58:02.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84292026-09-02T21:58:03.492Z[ recovery-image] Sep 02 21:58:02.654 INFO O| Sep 02 21:58:02.654 INFO STEP 1023 (remove_files) COMPLETE
84302026-09-02T21:58:03.492Z[ recovery-image] Sep 02 21:58:02.654 INFO O| Sep 02 21:58:02.654 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84312026-09-02T21:58:03.502Z[ recovery-image] Sep 02 21:58:02.664 INFO O| Sep 02 21:58:02.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84322026-09-02T21:58:03.503Z[ recovery-image] Sep 02 21:58:02.665 INFO O| Sep 02 21:58:02.665 INFO STEP 1024 (remove_files) COMPLETE
84332026-09-02T21:58:03.503Z[ recovery-image] Sep 02 21:58:02.665 INFO O| Sep 02 21:58:02.665 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-09-02T21:58:03.513Z[ recovery-image] Sep 02 21:58:02.675 INFO O| Sep 02 21:58:02.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84352026-09-02T21:58:03.513Z[ recovery-image] Sep 02 21:58:02.675 INFO O| Sep 02 21:58:02.675 INFO STEP 1025 (remove_files) COMPLETE
84362026-09-02T21:58:03.513Z[ recovery-image] Sep 02 21:58:02.675 INFO O| Sep 02 21:58:02.675 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-09-02T21:58:03.523Z[ recovery-image] Sep 02 21:58:02.685 INFO O| Sep 02 21:58:02.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84382026-09-02T21:58:03.528Z[ recovery-image] Sep 02 21:58:02.685 INFO O| Sep 02 21:58:02.685 INFO STEP 1026 (remove_files) COMPLETE
84392026-09-02T21:58:03.528Z[ recovery-image] Sep 02 21:58:02.685 INFO O| Sep 02 21:58:02.685 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84402026-09-02T21:58:03.535Z[ recovery-image] Sep 02 21:58:02.698 INFO O| Sep 02 21:58:02.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84412026-09-02T21:58:03.535Z[ recovery-image] Sep 02 21:58:02.698 INFO O| Sep 02 21:58:02.698 INFO STEP 1027 (remove_files) COMPLETE
84422026-09-02T21:58:03.539Z[ recovery-image] Sep 02 21:58:02.698 INFO O| Sep 02 21:58:02.698 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84432026-09-02T21:58:03.546Z[ recovery-image] Sep 02 21:58:02.708 INFO O| Sep 02 21:58:02.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84442026-09-02T21:58:03.550Z[ recovery-image] Sep 02 21:58:02.709 INFO O| Sep 02 21:58:02.709 INFO STEP 1028 (remove_files) COMPLETE
84452026-09-02T21:58:03.550Z[ recovery-image] Sep 02 21:58:02.709 INFO O| Sep 02 21:58:02.709 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-09-02T21:58:03.559Z[ recovery-image] Sep 02 21:58:02.721 INFO O| Sep 02 21:58:02.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84472026-09-02T21:58:03.559Z[ recovery-image] Sep 02 21:58:02.721 INFO O| Sep 02 21:58:02.721 INFO STEP 1029 (remove_files) COMPLETE
84482026-09-02T21:58:03.559Z[ recovery-image] Sep 02 21:58:02.721 INFO O| Sep 02 21:58:02.721 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-09-02T21:58:03.572Z[ recovery-image] Sep 02 21:58:02.733 INFO O| Sep 02 21:58:02.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84502026-09-02T21:58:03.572Z[ recovery-image] Sep 02 21:58:02.733 INFO O| Sep 02 21:58:02.733 INFO STEP 1030 (remove_files) COMPLETE
84512026-09-02T21:58:03.572Z[ recovery-image] Sep 02 21:58:02.733 INFO O| Sep 02 21:58:02.733 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-09-02T21:58:03.582Z[ recovery-image] Sep 02 21:58:02.744 INFO O| Sep 02 21:58:02.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84532026-09-02T21:58:03.586Z[ recovery-image] Sep 02 21:58:02.745 INFO O| Sep 02 21:58:02.745 INFO STEP 1031 (remove_files) COMPLETE
84542026-09-02T21:58:03.586Z[ recovery-image] Sep 02 21:58:02.745 INFO O| Sep 02 21:58:02.745 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-09-02T21:58:03.596Z[ recovery-image] Sep 02 21:58:02.756 INFO O| Sep 02 21:58:02.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84562026-09-02T21:58:03.596Z[ recovery-image] Sep 02 21:58:02.756 INFO O| Sep 02 21:58:02.756 INFO STEP 1032 (remove_files) COMPLETE
84572026-09-02T21:58:03.596Z[ recovery-image] Sep 02 21:58:02.756 INFO O| Sep 02 21:58:02.756 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84582026-09-02T21:58:03.602Z[ recovery-image] Sep 02 21:58:02.764 INFO O| Sep 02 21:58:02.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84592026-09-02T21:58:03.602Z[ recovery-image] Sep 02 21:58:02.764 INFO O| Sep 02 21:58:02.764 INFO STEP 1033 (remove_files) COMPLETE
84602026-09-02T21:58:03.602Z[ recovery-image] Sep 02 21:58:02.764 INFO O| Sep 02 21:58:02.764 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-09-02T21:58:03.610Z[ recovery-image] Sep 02 21:58:02.772 INFO O| Sep 02 21:58:02.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84622026-09-02T21:58:03.610Z[ recovery-image] Sep 02 21:58:02.772 INFO O| Sep 02 21:58:02.772 INFO STEP 1034 (remove_files) COMPLETE
84632026-09-02T21:58:03.615Z[ recovery-image] Sep 02 21:58:02.772 INFO O| Sep 02 21:58:02.772 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-09-02T21:58:03.620Z[ recovery-image] Sep 02 21:58:02.782 INFO O| Sep 02 21:58:02.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84652026-09-02T21:58:03.620Z[ recovery-image] Sep 02 21:58:02.782 INFO O| Sep 02 21:58:02.782 INFO STEP 1035 (remove_files) COMPLETE
84662026-09-02T21:58:03.623Z[ recovery-image] Sep 02 21:58:02.782 INFO O| Sep 02 21:58:02.782 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-09-02T21:58:03.634Z[ recovery-image] Sep 02 21:58:02.795 INFO O| Sep 02 21:58:02.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84682026-09-02T21:58:03.634Z[ recovery-image] Sep 02 21:58:02.795 INFO O| Sep 02 21:58:02.795 INFO STEP 1036 (remove_files) COMPLETE
84692026-09-02T21:58:03.638Z[ recovery-image] Sep 02 21:58:02.795 INFO O| Sep 02 21:58:02.795 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-09-02T21:58:03.646Z[ recovery-image] Sep 02 21:58:02.808 INFO O| Sep 02 21:58:02.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84712026-09-02T21:58:03.646Z[ recovery-image] Sep 02 21:58:02.808 INFO O| Sep 02 21:58:02.808 INFO STEP 1037 (remove_files) COMPLETE
84722026-09-02T21:58:03.650Z[ recovery-image] Sep 02 21:58:02.808 INFO O| Sep 02 21:58:02.808 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-09-02T21:58:03.657Z[ recovery-image] Sep 02 21:58:02.819 INFO O| Sep 02 21:58:02.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84742026-09-02T21:58:03.657Z[ recovery-image] Sep 02 21:58:02.819 INFO O| Sep 02 21:58:02.819 INFO STEP 1038 (remove_files) COMPLETE
84752026-09-02T21:58:03.657Z[ recovery-image] Sep 02 21:58:02.819 INFO O| Sep 02 21:58:02.819 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84762026-09-02T21:58:03.669Z[ recovery-image] Sep 02 21:58:02.831 INFO O| Sep 02 21:58:02.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84772026-09-02T21:58:03.669Z[ recovery-image] Sep 02 21:58:02.831 INFO O| Sep 02 21:58:02.831 INFO STEP 1039 (remove_files) COMPLETE
84782026-09-02T21:58:03.672Z[ recovery-image] Sep 02 21:58:02.831 INFO O| Sep 02 21:58:02.831 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84792026-09-02T21:58:03.680Z[ recovery-image] Sep 02 21:58:02.842 INFO O| Sep 02 21:58:02.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84802026-09-02T21:58:03.680Z[ recovery-image] Sep 02 21:58:02.842 INFO O| Sep 02 21:58:02.842 INFO STEP 1040 (remove_files) COMPLETE
84812026-09-02T21:58:03.680Z[ recovery-image] Sep 02 21:58:02.842 INFO O| Sep 02 21:58:02.842 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-09-02T21:58:03.690Z[ recovery-image] Sep 02 21:58:02.852 INFO O| Sep 02 21:58:02.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84832026-09-02T21:58:03.690Z[ recovery-image] Sep 02 21:58:02.852 INFO O| Sep 02 21:58:02.852 INFO STEP 1041 (remove_files) COMPLETE
84842026-09-02T21:58:03.690Z[ recovery-image] Sep 02 21:58:02.852 INFO O| Sep 02 21:58:02.852 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-09-02T21:58:03.702Z[ recovery-image] Sep 02 21:58:02.864 INFO O| Sep 02 21:58:02.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84862026-09-02T21:58:03.702Z[ recovery-image] Sep 02 21:58:02.864 INFO O| Sep 02 21:58:02.864 INFO STEP 1042 (remove_files) COMPLETE
84872026-09-02T21:58:03.703Z[ recovery-image] Sep 02 21:58:02.864 INFO O| Sep 02 21:58:02.864 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-09-02T21:58:03.714Z[ recovery-image] Sep 02 21:58:02.876 INFO O| Sep 02 21:58:02.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84892026-09-02T21:58:03.715Z[ recovery-image] Sep 02 21:58:02.876 INFO O| Sep 02 21:58:02.876 INFO STEP 1043 (remove_files) COMPLETE
84902026-09-02T21:58:03.715Z[ recovery-image] Sep 02 21:58:02.876 INFO O| Sep 02 21:58:02.876 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84912026-09-02T21:58:03.726Z[ recovery-image] Sep 02 21:58:02.887 INFO O| Sep 02 21:58:02.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84922026-09-02T21:58:03.726Z[ recovery-image] Sep 02 21:58:02.887 INFO O| Sep 02 21:58:02.887 INFO STEP 1044 (remove_files) COMPLETE
84932026-09-02T21:58:03.730Z[ recovery-image] Sep 02 21:58:02.887 INFO O| Sep 02 21:58:02.887 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84942026-09-02T21:58:03.737Z[ recovery-image] Sep 02 21:58:02.899 INFO O| Sep 02 21:58:02.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84952026-09-02T21:58:03.737Z[ recovery-image] Sep 02 21:58:02.899 INFO O| Sep 02 21:58:02.899 INFO STEP 1045 (remove_files) COMPLETE
84962026-09-02T21:58:03.737Z[ recovery-image] Sep 02 21:58:02.900 INFO O| Sep 02 21:58:02.899 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-09-02T21:58:03.750Z[ recovery-image] Sep 02 21:58:02.912 INFO O| Sep 02 21:58:02.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84982026-09-02T21:58:03.750Z[ recovery-image] Sep 02 21:58:02.912 INFO O| Sep 02 21:58:02.912 INFO STEP 1046 (remove_files) COMPLETE
84992026-09-02T21:58:03.750Z[ recovery-image] Sep 02 21:58:02.912 INFO O| Sep 02 21:58:02.912 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85002026-09-02T21:58:03.766Z[ recovery-image] Sep 02 21:58:02.926 INFO O| Sep 02 21:58:02.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
85012026-09-02T21:58:03.766Z[ recovery-image] Sep 02 21:58:02.926 INFO O| Sep 02 21:58:02.926 INFO STEP 1047 (remove_files) COMPLETE
85022026-09-02T21:58:03.766Z[ recovery-image] Sep 02 21:58:02.926 INFO O| Sep 02 21:58:02.926 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85032026-09-02T21:58:03.770Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
85042026-09-02T21:58:03.776Z[ recovery-image] Sep 02 21:58:02.938 INFO O| Sep 02 21:58:02.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
85052026-09-02T21:58:03.776Z[ recovery-image] Sep 02 21:58:02.938 INFO O| Sep 02 21:58:02.938 INFO STEP 1048 (remove_files) COMPLETE
85062026-09-02T21:58:03.780Z[ recovery-image] Sep 02 21:58:02.938 INFO O| Sep 02 21:58:02.938 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85072026-09-02T21:58:03.789Z[ recovery-image] Sep 02 21:58:02.951 INFO O| Sep 02 21:58:02.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
85082026-09-02T21:58:03.789Z[ recovery-image] Sep 02 21:58:02.951 INFO O| Sep 02 21:58:02.951 INFO STEP 1049 (remove_files) COMPLETE
85092026-09-02T21:58:03.789Z[ recovery-image] Sep 02 21:58:02.951 INFO O| Sep 02 21:58:02.951 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85102026-09-02T21:58:03.801Z[ recovery-image] Sep 02 21:58:02.964 INFO O| Sep 02 21:58:02.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
85112026-09-02T21:58:03.802Z[ recovery-image] Sep 02 21:58:02.964 INFO O| Sep 02 21:58:02.964 INFO STEP 1050 (remove_files) COMPLETE
85122026-09-02T21:58:03.802Z[ recovery-image] Sep 02 21:58:02.964 INFO O| Sep 02 21:58:02.964 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85132026-09-02T21:58:03.818Z[ recovery-image] Sep 02 21:58:02.975 INFO O| Sep 02 21:58:02.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
85142026-09-02T21:58:03.818Z[ recovery-image] Sep 02 21:58:02.976 INFO O| Sep 02 21:58:02.976 INFO STEP 1051 (remove_files) COMPLETE
85152026-09-02T21:58:03.818Z[ recovery-image] Sep 02 21:58:02.976 INFO O| Sep 02 21:58:02.976 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85162026-09-02T21:58:03.831Z[ recovery-image] Sep 02 21:58:02.987 INFO O| Sep 02 21:58:02.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
85172026-09-02T21:58:03.831Z[ recovery-image] Sep 02 21:58:02.987 INFO O| Sep 02 21:58:02.987 INFO STEP 1052 (remove_files) COMPLETE
85182026-09-02T21:58:03.831Z[ recovery-image] Sep 02 21:58:02.987 INFO O| Sep 02 21:58:02.987 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85192026-09-02T21:58:03.838Z[ recovery-image] Sep 02 21:58:02.999 INFO O| Sep 02 21:58:02.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
85202026-09-02T21:58:03.838Z[ recovery-image] Sep 02 21:58:02.999 INFO O| Sep 02 21:58:02.999 INFO STEP 1053 (remove_files) COMPLETE
85212026-09-02T21:58:03.838Z[ recovery-image] Sep 02 21:58:02.999 INFO O| Sep 02 21:58:02.999 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85222026-09-02T21:58:03.849Z[ recovery-image] Sep 02 21:58:03.011 INFO O| Sep 02 21:58:03.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
85232026-09-02T21:58:03.849Z[ recovery-image] Sep 02 21:58:03.011 INFO O| Sep 02 21:58:03.011 INFO STEP 1054 (remove_files) COMPLETE
85242026-09-02T21:58:03.849Z[ recovery-image] Sep 02 21:58:03.011 INFO O| Sep 02 21:58:03.011 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85252026-09-02T21:58:03.860Z[ recovery-image] Sep 02 21:58:03.022 INFO O| Sep 02 21:58:03.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
85262026-09-02T21:58:03.860Z[ recovery-image] Sep 02 21:58:03.022 INFO O| Sep 02 21:58:03.022 INFO STEP 1055 (remove_files) COMPLETE
85272026-09-02T21:58:03.860Z[ recovery-image] Sep 02 21:58:03.022 INFO O| Sep 02 21:58:03.022 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85282026-09-02T21:58:03.870Z[ recovery-image] Sep 02 21:58:03.032 INFO O| Sep 02 21:58:03.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85292026-09-02T21:58:03.871Z[ recovery-image] Sep 02 21:58:03.032 INFO O| Sep 02 21:58:03.032 INFO STEP 1056 (remove_files) COMPLETE
85302026-09-02T21:58:03.871Z[ recovery-image] Sep 02 21:58:03.032 INFO O| Sep 02 21:58:03.032 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85312026-09-02T21:58:03.882Z[ recovery-image] Sep 02 21:58:03.043 INFO O| Sep 02 21:58:03.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85322026-09-02T21:58:03.882Z[ recovery-image] Sep 02 21:58:03.043 INFO O| Sep 02 21:58:03.043 INFO STEP 1057 (remove_files) COMPLETE
85332026-09-02T21:58:03.882Z[ recovery-image] Sep 02 21:58:03.043 INFO O| Sep 02 21:58:03.043 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85342026-09-02T21:58:03.892Z[ recovery-image] Sep 02 21:58:03.054 INFO O| Sep 02 21:58:03.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85352026-09-02T21:58:03.892Z[ recovery-image] Sep 02 21:58:03.054 INFO O| Sep 02 21:58:03.054 INFO STEP 1058 (remove_files) COMPLETE
85362026-09-02T21:58:03.892Z[ recovery-image] Sep 02 21:58:03.054 INFO O| Sep 02 21:58:03.054 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85372026-09-02T21:58:03.904Z[ recovery-image] Sep 02 21:58:03.065 INFO O| Sep 02 21:58:03.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85382026-09-02T21:58:03.904Z[ recovery-image] Sep 02 21:58:03.065 INFO O| Sep 02 21:58:03.065 INFO STEP 1059 (remove_files) COMPLETE
85392026-09-02T21:58:03.904Z[ recovery-image] Sep 02 21:58:03.065 INFO O| Sep 02 21:58:03.065 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85402026-09-02T21:58:03.917Z[ recovery-image] Sep 02 21:58:03.078 INFO O| Sep 02 21:58:03.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85412026-09-02T21:58:03.917Z[ recovery-image] Sep 02 21:58:03.078 INFO O| Sep 02 21:58:03.078 INFO STEP 1060 (remove_files) COMPLETE
85422026-09-02T21:58:03.917Z[ recovery-image] Sep 02 21:58:03.078 INFO O| Sep 02 21:58:03.078 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85432026-09-02T21:58:03.926Z[ recovery-image] Sep 02 21:58:03.089 INFO O| Sep 02 21:58:03.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85442026-09-02T21:58:03.927Z[ recovery-image] Sep 02 21:58:03.089 INFO O| Sep 02 21:58:03.089 INFO STEP 1061 (remove_files) COMPLETE
85452026-09-02T21:58:03.927Z[ recovery-image] Sep 02 21:58:03.089 INFO O| Sep 02 21:58:03.089 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85462026-09-02T21:58:03.939Z[ recovery-image] Sep 02 21:58:03.101 INFO O| Sep 02 21:58:03.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85472026-09-02T21:58:03.939Z[ recovery-image] Sep 02 21:58:03.101 INFO O| Sep 02 21:58:03.101 INFO STEP 1062 (remove_files) COMPLETE
85482026-09-02T21:58:03.939Z[ recovery-image] Sep 02 21:58:03.101 INFO O| Sep 02 21:58:03.101 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85492026-09-02T21:58:03.949Z[ recovery-image] Sep 02 21:58:03.111 INFO O| Sep 02 21:58:03.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85502026-09-02T21:58:03.949Z[ recovery-image] Sep 02 21:58:03.112 INFO O| Sep 02 21:58:03.112 INFO STEP 1063 (remove_files) COMPLETE
85512026-09-02T21:58:03.950Z[ recovery-image] Sep 02 21:58:03.112 INFO O| Sep 02 21:58:03.112 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85522026-09-02T21:58:03.961Z[ recovery-image] Sep 02 21:58:03.124 INFO O| Sep 02 21:58:03.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85532026-09-02T21:58:03.961Z[ recovery-image] Sep 02 21:58:03.124 INFO O| Sep 02 21:58:03.124 INFO STEP 1064 (remove_files) COMPLETE
85542026-09-02T21:58:03.962Z[ recovery-image] Sep 02 21:58:03.124 INFO O| Sep 02 21:58:03.124 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85552026-09-02T21:58:03.976Z[ recovery-image] Sep 02 21:58:03.136 INFO O| Sep 02 21:58:03.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85562026-09-02T21:58:03.976Z[ recovery-image] Sep 02 21:58:03.136 INFO O| Sep 02 21:58:03.136 INFO STEP 1065 (remove_files) COMPLETE
85572026-09-02T21:58:03.976Z[ recovery-image] Sep 02 21:58:03.136 INFO O| Sep 02 21:58:03.136 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85582026-09-02T21:58:03.987Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
85592026-09-02T21:58:03.991Z[ recovery-image] Sep 02 21:58:03.149 INFO O| Sep 02 21:58:03.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85602026-09-02T21:58:03.991Z[ recovery-image] Sep 02 21:58:03.149 INFO O| Sep 02 21:58:03.149 INFO STEP 1066 (remove_files) COMPLETE
85612026-09-02T21:58:03.991Z[ recovery-image] Sep 02 21:58:03.149 INFO O| Sep 02 21:58:03.149 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85622026-09-02T21:58:03.998Z[ recovery-image] Sep 02 21:58:03.161 INFO O| Sep 02 21:58:03.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85632026-09-02T21:58:03.998Z[ recovery-image] Sep 02 21:58:03.161 INFO O| Sep 02 21:58:03.161 INFO STEP 1067 (remove_files) COMPLETE
85642026-09-02T21:58:04.003Z[ recovery-image] Sep 02 21:58:03.161 INFO O| Sep 02 21:58:03.161 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85652026-09-02T21:58:04.010Z[ recovery-image] Sep 02 21:58:03.172 INFO O| Sep 02 21:58:03.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85662026-09-02T21:58:04.010Z[ recovery-image] Sep 02 21:58:03.172 INFO O| Sep 02 21:58:03.172 INFO STEP 1068 (remove_files) COMPLETE
85672026-09-02T21:58:04.010Z[ recovery-image] Sep 02 21:58:03.172 INFO O| Sep 02 21:58:03.172 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-09-02T21:58:04.021Z[ recovery-image] Sep 02 21:58:03.183 INFO O| Sep 02 21:58:03.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85692026-09-02T21:58:04.021Z[ recovery-image] Sep 02 21:58:03.183 INFO O| Sep 02 21:58:03.183 INFO STEP 1069 (remove_files) COMPLETE
85702026-09-02T21:58:04.021Z[ recovery-image] Sep 02 21:58:03.183 INFO O| Sep 02 21:58:03.183 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-09-02T21:58:04.032Z[ recovery-image] Sep 02 21:58:03.194 INFO O| Sep 02 21:58:03.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85722026-09-02T21:58:04.032Z[ recovery-image] Sep 02 21:58:03.194 INFO O| Sep 02 21:58:03.194 INFO STEP 1070 (remove_files) COMPLETE
85732026-09-02T21:58:04.032Z[ recovery-image] Sep 02 21:58:03.194 INFO O| Sep 02 21:58:03.194 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-09-02T21:58:04.042Z[ recovery-image] Sep 02 21:58:03.204 INFO O| Sep 02 21:58:03.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85752026-09-02T21:58:04.043Z[ recovery-image] Sep 02 21:58:03.204 INFO O| Sep 02 21:58:03.204 INFO STEP 1071 (remove_files) COMPLETE
85762026-09-02T21:58:04.043Z[ recovery-image] Sep 02 21:58:03.204 INFO O| Sep 02 21:58:03.204 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-09-02T21:58:04.052Z[ recovery-image] Sep 02 21:58:03.215 INFO O| Sep 02 21:58:03.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85782026-09-02T21:58:04.053Z[ recovery-image] Sep 02 21:58:03.215 INFO O| Sep 02 21:58:03.215 INFO STEP 1072 (remove_files) COMPLETE
85792026-09-02T21:58:04.053Z[ recovery-image] Sep 02 21:58:03.215 INFO O| Sep 02 21:58:03.215 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85802026-09-02T21:58:04.065Z[ recovery-image] Sep 02 21:58:03.227 INFO O| Sep 02 21:58:03.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85812026-09-02T21:58:04.065Z[ recovery-image] Sep 02 21:58:03.227 INFO O| Sep 02 21:58:03.227 INFO STEP 1073 (remove_files) COMPLETE
85822026-09-02T21:58:04.069Z[ recovery-image] Sep 02 21:58:03.227 INFO O| Sep 02 21:58:03.227 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85832026-09-02T21:58:04.076Z[ recovery-image] Sep 02 21:58:03.238 INFO O| Sep 02 21:58:03.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85842026-09-02T21:58:04.076Z[ recovery-image] Sep 02 21:58:03.238 INFO O| Sep 02 21:58:03.238 INFO STEP 1074 (remove_files) COMPLETE
85852026-09-02T21:58:04.076Z[ recovery-image] Sep 02 21:58:03.238 INFO O| Sep 02 21:58:03.238 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85862026-09-02T21:58:04.089Z[ recovery-image] Sep 02 21:58:03.250 INFO O| Sep 02 21:58:03.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85872026-09-02T21:58:04.089Z[ recovery-image] Sep 02 21:58:03.250 INFO O| Sep 02 21:58:03.250 INFO STEP 1075 (remove_files) COMPLETE
85882026-09-02T21:58:04.089Z[ recovery-image] Sep 02 21:58:03.250 INFO O| Sep 02 21:58:03.250 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85892026-09-02T21:58:04.100Z[ recovery-image] Sep 02 21:58:03.261 INFO O| Sep 02 21:58:03.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85902026-09-02T21:58:04.100Z[ recovery-image] Sep 02 21:58:03.261 INFO O| Sep 02 21:58:03.261 INFO STEP 1076 (remove_files) COMPLETE
85912026-09-02T21:58:04.104Z[ recovery-image] Sep 02 21:58:03.261 INFO O| Sep 02 21:58:03.261 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85922026-09-02T21:58:04.108Z[verify-libraries] Compiling yansi v1.0.1
85932026-09-02T21:58:04.112Z[ recovery-image] Sep 02 21:58:03.271 INFO O| Sep 02 21:58:03.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85942026-09-02T21:58:04.113Z[ recovery-image] Sep 02 21:58:03.271 INFO O| Sep 02 21:58:03.271 INFO STEP 1077 (remove_files) COMPLETE
85952026-09-02T21:58:04.113Z[ recovery-image] Sep 02 21:58:03.271 INFO O| Sep 02 21:58:03.271 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-09-02T21:58:04.119Z[ recovery-image] Sep 02 21:58:03.281 INFO O| Sep 02 21:58:03.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85972026-09-02T21:58:04.119Z[ recovery-image] Sep 02 21:58:03.281 INFO O| Sep 02 21:58:03.281 INFO STEP 1078 (remove_files) COMPLETE
85982026-09-02T21:58:04.119Z[ recovery-image] Sep 02 21:58:03.281 INFO O| Sep 02 21:58:03.281 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85992026-09-02T21:58:04.131Z[ recovery-image] Sep 02 21:58:03.292 INFO O| Sep 02 21:58:03.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
86002026-09-02T21:58:04.131Z[ recovery-image] Sep 02 21:58:03.292 INFO O| Sep 02 21:58:03.292 INFO STEP 1079 (remove_files) COMPLETE
86012026-09-02T21:58:04.131Z[ recovery-image] Sep 02 21:58:03.292 INFO O| Sep 02 21:58:03.292 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86022026-09-02T21:58:04.142Z[ recovery-image] Sep 02 21:58:03.304 INFO O| Sep 02 21:58:03.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
86032026-09-02T21:58:04.142Z[ recovery-image] Sep 02 21:58:03.304 INFO O| Sep 02 21:58:03.304 INFO STEP 1080 (remove_files) COMPLETE
86042026-09-02T21:58:04.142Z[ recovery-image] Sep 02 21:58:03.304 INFO O| Sep 02 21:58:03.304 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86052026-09-02T21:58:04.153Z[ recovery-image] Sep 02 21:58:03.316 INFO O| Sep 02 21:58:03.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
86062026-09-02T21:58:04.153Z[ recovery-image] Sep 02 21:58:03.316 INFO O| Sep 02 21:58:03.316 INFO STEP 1081 (remove_files) COMPLETE
86072026-09-02T21:58:04.157Z[ recovery-image] Sep 02 21:58:03.316 INFO O| Sep 02 21:58:03.316 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86082026-09-02T21:58:04.165Z[ recovery-image] Sep 02 21:58:03.327 INFO O| Sep 02 21:58:03.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
86092026-09-02T21:58:04.165Z[ recovery-image] Sep 02 21:58:03.327 INFO O| Sep 02 21:58:03.327 INFO STEP 1082 (remove_files) COMPLETE
86102026-09-02T21:58:04.169Z[ recovery-image] Sep 02 21:58:03.327 INFO O| Sep 02 21:58:03.327 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86112026-09-02T21:58:04.174Z[ recovery-image] Sep 02 21:58:03.336 INFO O| Sep 02 21:58:03.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
86122026-09-02T21:58:04.178Z[ recovery-image] Sep 02 21:58:03.336 INFO O| Sep 02 21:58:03.336 INFO STEP 1083 (remove_files) COMPLETE
86132026-09-02T21:58:04.178Z[ recovery-image] Sep 02 21:58:03.336 INFO O| Sep 02 21:58:03.336 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86142026-09-02T21:58:04.188Z[ recovery-image] Sep 02 21:58:03.348 INFO O| Sep 02 21:58:03.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
86152026-09-02T21:58:04.188Z[ recovery-image] Sep 02 21:58:03.348 INFO O| Sep 02 21:58:03.348 INFO STEP 1084 (remove_files) COMPLETE
86162026-09-02T21:58:04.188Z[ recovery-image] Sep 02 21:58:03.348 INFO O| Sep 02 21:58:03.348 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86172026-09-02T21:58:04.201Z[ recovery-image] Sep 02 21:58:03.359 INFO O| Sep 02 21:58:03.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
86182026-09-02T21:58:04.201Z[ recovery-image] Sep 02 21:58:03.359 INFO O| Sep 02 21:58:03.359 INFO STEP 1085 (remove_files) COMPLETE
86192026-09-02T21:58:04.201Z[ recovery-image] Sep 02 21:58:03.359 INFO O| Sep 02 21:58:03.359 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86202026-09-02T21:58:04.208Z[ recovery-image] Sep 02 21:58:03.370 INFO O| Sep 02 21:58:03.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
86212026-09-02T21:58:04.208Z[ recovery-image] Sep 02 21:58:03.370 INFO O| Sep 02 21:58:03.370 INFO STEP 1086 (remove_files) COMPLETE
86222026-09-02T21:58:04.208Z[ recovery-image] Sep 02 21:58:03.370 INFO O| Sep 02 21:58:03.370 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86232026-09-02T21:58:04.220Z[ recovery-image] Sep 02 21:58:03.382 INFO O| Sep 02 21:58:03.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
86242026-09-02T21:58:04.220Z[ recovery-image] Sep 02 21:58:03.382 INFO O| Sep 02 21:58:03.382 INFO STEP 1087 (remove_files) COMPLETE
86252026-09-02T21:58:04.220Z[ recovery-image] Sep 02 21:58:03.382 INFO O| Sep 02 21:58:03.382 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86262026-09-02T21:58:04.220Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
86272026-09-02T21:58:04.232Z[ recovery-image] Sep 02 21:58:03.393 INFO O| Sep 02 21:58:03.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
86282026-09-02T21:58:04.232Z[ recovery-image] Sep 02 21:58:03.393 INFO O| Sep 02 21:58:03.393 INFO STEP 1088 (remove_files) COMPLETE
86292026-09-02T21:58:04.232Z[ recovery-image] Sep 02 21:58:03.393 INFO O| Sep 02 21:58:03.393 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86302026-09-02T21:58:04.241Z[ recovery-image] Sep 02 21:58:03.403 INFO O| Sep 02 21:58:03.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86312026-09-02T21:58:04.241Z[ recovery-image] Sep 02 21:58:03.403 INFO O| Sep 02 21:58:03.403 INFO STEP 1089 (remove_files) COMPLETE
86322026-09-02T21:58:04.241Z[ recovery-image] Sep 02 21:58:03.403 INFO O| Sep 02 21:58:03.403 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86332026-09-02T21:58:04.249Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
86342026-09-02T21:58:04.253Z[ recovery-image] Sep 02 21:58:03.414 INFO O| Sep 02 21:58:03.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86352026-09-02T21:58:04.253Z[ recovery-image] Sep 02 21:58:03.414 INFO O| Sep 02 21:58:03.414 INFO STEP 1090 (remove_files) COMPLETE
86362026-09-02T21:58:04.253Z[ recovery-image] Sep 02 21:58:03.414 INFO O| Sep 02 21:58:03.414 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86372026-09-02T21:58:04.263Z[ recovery-image] Sep 02 21:58:03.425 INFO O| Sep 02 21:58:03.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86382026-09-02T21:58:04.263Z[ recovery-image] Sep 02 21:58:03.425 INFO O| Sep 02 21:58:03.425 INFO STEP 1091 (remove_files) COMPLETE
86392026-09-02T21:58:04.263Z[ recovery-image] Sep 02 21:58:03.425 INFO O| Sep 02 21:58:03.425 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86402026-09-02T21:58:04.274Z[ recovery-image] Sep 02 21:58:03.435 INFO O| Sep 02 21:58:03.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86412026-09-02T21:58:04.274Z[ recovery-image] Sep 02 21:58:03.435 INFO O| Sep 02 21:58:03.435 INFO STEP 1092 (remove_files) COMPLETE
86422026-09-02T21:58:04.278Z[ recovery-image] Sep 02 21:58:03.435 INFO O| Sep 02 21:58:03.435 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86432026-09-02T21:58:04.284Z[ recovery-image] Sep 02 21:58:03.447 INFO O| Sep 02 21:58:03.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86442026-09-02T21:58:04.284Z[ recovery-image] Sep 02 21:58:03.447 INFO O| Sep 02 21:58:03.447 INFO STEP 1093 (remove_files) COMPLETE
86452026-09-02T21:58:04.288Z[ recovery-image] Sep 02 21:58:03.447 INFO O| Sep 02 21:58:03.447 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86462026-09-02T21:58:04.293Z[ recovery-image] Sep 02 21:58:03.456 INFO O| Sep 02 21:58:03.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86472026-09-02T21:58:04.293Z[ recovery-image] Sep 02 21:58:03.456 INFO O| Sep 02 21:58:03.456 INFO STEP 1094 (remove_files) COMPLETE
86482026-09-02T21:58:04.297Z[ recovery-image] Sep 02 21:58:03.456 INFO O| Sep 02 21:58:03.456 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86492026-09-02T21:58:04.303Z[ recovery-image] Sep 02 21:58:03.465 INFO O| Sep 02 21:58:03.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86502026-09-02T21:58:04.306Z[ recovery-image] Sep 02 21:58:03.466 INFO O| Sep 02 21:58:03.466 INFO STEP 1095 (remove_files) COMPLETE
86512026-09-02T21:58:04.307Z[ recovery-image] Sep 02 21:58:03.466 INFO O| Sep 02 21:58:03.466 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86522026-09-02T21:58:04.307Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86532026-09-02T21:58:04.313Z[ recovery-image] Sep 02 21:58:03.475 INFO O| Sep 02 21:58:03.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86542026-09-02T21:58:04.313Z[ recovery-image] Sep 02 21:58:03.475 INFO O| Sep 02 21:58:03.475 INFO STEP 1096 (remove_files) COMPLETE
86552026-09-02T21:58:04.313Z[ recovery-image] Sep 02 21:58:03.475 INFO O| Sep 02 21:58:03.475 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86562026-09-02T21:58:04.321Z[ recovery-image] Sep 02 21:58:03.483 INFO O| Sep 02 21:58:03.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86572026-09-02T21:58:04.321Z[ recovery-image] Sep 02 21:58:03.483 INFO O| Sep 02 21:58:03.483 INFO STEP 1097 (remove_files) COMPLETE
86582026-09-02T21:58:04.325Z[ recovery-image] Sep 02 21:58:03.483 INFO O| Sep 02 21:58:03.483 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86592026-09-02T21:58:04.330Z[ recovery-image] Sep 02 21:58:03.492 INFO O| Sep 02 21:58:03.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86602026-09-02T21:58:04.330Z[ recovery-image] Sep 02 21:58:03.492 INFO O| Sep 02 21:58:03.492 INFO STEP 1098 (remove_files) COMPLETE
86612026-09-02T21:58:04.334Z[ recovery-image] Sep 02 21:58:03.492 INFO O| Sep 02 21:58:03.492 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86622026-09-02T21:58:04.340Z[ recovery-image] Sep 02 21:58:03.502 INFO O| Sep 02 21:58:03.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86632026-09-02T21:58:04.341Z[ recovery-image] Sep 02 21:58:03.502 INFO O| Sep 02 21:58:03.502 INFO STEP 1099 (remove_files) COMPLETE
86642026-09-02T21:58:04.341Z[ recovery-image] Sep 02 21:58:03.502 INFO O| Sep 02 21:58:03.502 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86652026-09-02T21:58:04.349Z[ recovery-image] Sep 02 21:58:03.511 INFO O| Sep 02 21:58:03.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86662026-09-02T21:58:04.349Z[ recovery-image] Sep 02 21:58:03.511 INFO O| Sep 02 21:58:03.511 INFO STEP 1100 (remove_files) COMPLETE
86672026-09-02T21:58:04.349Z[ recovery-image] Sep 02 21:58:03.511 INFO O| Sep 02 21:58:03.511 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86682026-09-02T21:58:04.361Z[ recovery-image] Sep 02 21:58:03.522 INFO O| Sep 02 21:58:03.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86692026-09-02T21:58:04.361Z[ recovery-image] Sep 02 21:58:03.522 INFO O| Sep 02 21:58:03.522 INFO STEP 1101 (remove_files) COMPLETE
86702026-09-02T21:58:04.366Z[ recovery-image] Sep 02 21:58:03.522 INFO O| Sep 02 21:58:03.522 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86712026-09-02T21:58:04.369Z[ recovery-image] Sep 02 21:58:03.531 INFO O| Sep 02 21:58:03.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86722026-09-02T21:58:04.369Z[ recovery-image] Sep 02 21:58:03.531 INFO O| Sep 02 21:58:03.531 INFO STEP 1102 (remove_files) COMPLETE
86732026-09-02T21:58:04.369Z[ recovery-image] Sep 02 21:58:03.531 INFO O| Sep 02 21:58:03.531 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86742026-09-02T21:58:04.379Z[ recovery-image] Sep 02 21:58:03.541 INFO O| Sep 02 21:58:03.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86752026-09-02T21:58:04.379Z[ recovery-image] Sep 02 21:58:03.541 INFO O| Sep 02 21:58:03.541 INFO STEP 1103 (remove_files) COMPLETE
86762026-09-02T21:58:04.379Z[ recovery-image] Sep 02 21:58:03.541 INFO O| Sep 02 21:58:03.541 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86772026-09-02T21:58:04.390Z[ recovery-image] Sep 02 21:58:03.552 INFO O| Sep 02 21:58:03.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86782026-09-02T21:58:04.390Z[ recovery-image] Sep 02 21:58:03.552 INFO O| Sep 02 21:58:03.552 INFO STEP 1104 (remove_files) COMPLETE
86792026-09-02T21:58:04.390Z[ recovery-image] Sep 02 21:58:03.552 INFO O| Sep 02 21:58:03.552 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86802026-09-02T21:58:04.401Z[ recovery-image] Sep 02 21:58:03.562 INFO O| Sep 02 21:58:03.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86812026-09-02T21:58:04.401Z[ recovery-image] Sep 02 21:58:03.562 INFO O| Sep 02 21:58:03.562 INFO STEP 1105 (remove_files) COMPLETE
86822026-09-02T21:58:04.401Z[ recovery-image] Sep 02 21:58:03.562 INFO O| Sep 02 21:58:03.562 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86832026-09-02T21:58:04.409Z[ recovery-image] Sep 02 21:58:03.571 INFO O| Sep 02 21:58:03.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86842026-09-02T21:58:04.409Z[ recovery-image] Sep 02 21:58:03.571 INFO O| Sep 02 21:58:03.571 INFO STEP 1106 (remove_files) COMPLETE
86852026-09-02T21:58:04.409Z[ recovery-image] Sep 02 21:58:03.571 INFO O| Sep 02 21:58:03.571 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86862026-09-02T21:58:04.462Z[ recovery-image] Sep 02 21:58:03.580 INFO O| Sep 02 21:58:03.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86872026-09-02T21:58:04.468Z[ recovery-image] Sep 02 21:58:03.580 INFO O| Sep 02 21:58:03.580 INFO STEP 1107 (remove_files) COMPLETE
86882026-09-02T21:58:04.468Z[ recovery-image] Sep 02 21:58:03.580 INFO O| Sep 02 21:58:03.580 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86892026-09-02T21:58:04.468Z[ recovery-image] Sep 02 21:58:03.591 INFO O| Sep 02 21:58:03.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86902026-09-02T21:58:04.468Z[ recovery-image] Sep 02 21:58:03.591 INFO O| Sep 02 21:58:03.591 INFO STEP 1108 (remove_files) COMPLETE
86912026-09-02T21:58:04.468Z[ recovery-image] Sep 02 21:58:03.591 INFO O| Sep 02 21:58:03.591 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86922026-09-02T21:58:04.468Z[ recovery-image] Sep 02 21:58:03.601 INFO O| Sep 02 21:58:03.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86932026-09-02T21:58:04.468Z[ recovery-image] Sep 02 21:58:03.601 INFO O| Sep 02 21:58:03.601 INFO STEP 1109 (remove_files) COMPLETE
86942026-09-02T21:58:04.468Z[ recovery-image] Sep 02 21:58:03.601 INFO O| Sep 02 21:58:03.601 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86952026-09-02T21:58:04.468Z[ recovery-image] Sep 02 21:58:03.612 INFO O| Sep 02 21:58:03.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86962026-09-02T21:58:04.468Z[ recovery-image] Sep 02 21:58:03.612 INFO O| Sep 02 21:58:03.612 INFO STEP 1110 (remove_files) COMPLETE
86972026-09-02T21:58:04.468Z[ recovery-image] Sep 02 21:58:03.612 INFO O| Sep 02 21:58:03.612 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86982026-09-02T21:58:04.468Z[ recovery-image] Sep 02 21:58:03.622 INFO O| Sep 02 21:58:03.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86992026-09-02T21:58:04.468Z[ recovery-image] Sep 02 21:58:03.622 INFO O| Sep 02 21:58:03.622 INFO STEP 1111 (remove_files) COMPLETE
87002026-09-02T21:58:04.468Z[ recovery-image] Sep 02 21:58:03.622 INFO O| Sep 02 21:58:03.622 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87012026-09-02T21:58:04.473Z[ recovery-image] Sep 02 21:58:03.633 INFO O| Sep 02 21:58:03.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
87022026-09-02T21:58:04.473Z[ recovery-image] Sep 02 21:58:03.633 INFO O| Sep 02 21:58:03.633 INFO STEP 1112 (remove_files) COMPLETE
87032026-09-02T21:58:04.473Z[ recovery-image] Sep 02 21:58:03.633 INFO O| Sep 02 21:58:03.633 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87042026-09-02T21:58:04.480Z[ recovery-image] Sep 02 21:58:03.642 INFO O| Sep 02 21:58:03.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
87052026-09-02T21:58:04.480Z[ recovery-image] Sep 02 21:58:03.642 INFO O| Sep 02 21:58:03.642 INFO STEP 1113 (remove_files) COMPLETE
87062026-09-02T21:58:04.485Z[ recovery-image] Sep 02 21:58:03.642 INFO O| Sep 02 21:58:03.642 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87072026-09-02T21:58:04.490Z[ recovery-image] Sep 02 21:58:03.652 INFO O| Sep 02 21:58:03.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
87082026-09-02T21:58:04.490Z[ recovery-image] Sep 02 21:58:03.652 INFO O| Sep 02 21:58:03.652 INFO STEP 1114 (remove_files) COMPLETE
87092026-09-02T21:58:04.490Z[ recovery-image] Sep 02 21:58:03.652 INFO O| Sep 02 21:58:03.652 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87102026-09-02T21:58:04.501Z[ recovery-image] Sep 02 21:58:03.664 INFO O| Sep 02 21:58:03.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
87112026-09-02T21:58:04.501Z[ recovery-image] Sep 02 21:58:03.664 INFO O| Sep 02 21:58:03.664 INFO STEP 1115 (remove_files) COMPLETE
87122026-09-02T21:58:04.501Z[ recovery-image] Sep 02 21:58:03.664 INFO O| Sep 02 21:58:03.664 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87132026-09-02T21:58:04.512Z[ recovery-image] Sep 02 21:58:03.674 INFO O| Sep 02 21:58:03.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
87142026-09-02T21:58:04.512Z[ recovery-image] Sep 02 21:58:03.674 INFO O| Sep 02 21:58:03.674 INFO STEP 1116 (remove_files) COMPLETE
87152026-09-02T21:58:04.517Z[ recovery-image] Sep 02 21:58:03.674 INFO O| Sep 02 21:58:03.674 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87162026-09-02T21:58:04.522Z[ recovery-image] Sep 02 21:58:03.684 INFO O| Sep 02 21:58:03.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
87172026-09-02T21:58:04.522Z[ recovery-image] Sep 02 21:58:03.684 INFO O| Sep 02 21:58:03.684 INFO STEP 1117 (remove_files) COMPLETE
87182026-09-02T21:58:04.522Z[ recovery-image] Sep 02 21:58:03.685 INFO O| Sep 02 21:58:03.684 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
87192026-09-02T21:58:04.540Z[ recovery-image] Sep 02 21:58:03.700 INFO O| Sep 02 21:58:03.699 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
87202026-09-02T21:58:04.540Z[ recovery-image] Sep 02 21:58:03.700 INFO O| Sep 02 21:58:03.700 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
87212026-09-02T21:58:04.588Z[verify-libraries] Compiling pretty_assertions v1.4.1
87222026-09-02T21:58:05.286Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
87232026-09-02T21:58:05.462Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
87242026-09-02T21:58:05.499Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
87252026-09-02T21:58:05.550Z[ recovery-image] Sep 02 21:58:04.711 INFO O| Sep 02 21:58:04.711 INFO STEP 1118 (pack_tar) COMPLETE
87262026-09-02T21:58:05.550Z[ recovery-image] Sep 02 21:58:04.711 INFO O| Sep 02 21:58:04.711 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87272026-09-02T21:58:05.550Z[ recovery-image] Sep 02 21:58:04.711 INFO O| Sep 02 21:58:04.711 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87282026-09-02T21:58:05.760Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
87292026-09-02T21:58:05.815Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
87302026-09-02T21:58:06.132Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
87312026-09-02T21:58:06.171Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
87322026-09-02T21:58:06.343Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
87332026-09-02T21:58:06.389Z[ recovery-image] Sep 02 21:58:05.550 INFO O| Sep 02 21:58:05.549 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
87342026-09-02T21:58:06.456Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
87352026-09-02T21:58:06.556Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
87362026-09-02T21:58:06.700Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
87372026-09-02T21:58:06.728Z[ recovery-image] Sep 02 21:58:05.880 INFO O| Sep 02 21:58:05.880 INFO completed processing sled/ramdisk-03-recovery-trim
87382026-09-02T21:58:06.740Z[ recovery-image] Sep 02 21:58:05.886 INFO image builder template: zfs-recovery...
87392026-09-02T21:58:06.740Z[ recovery-image] Sep 02 21:58:05.886 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/.tmp7ID4b5/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs-recovery"], pwd: None
87402026-09-02T21:58:06.768Z[ recovery-image] Sep 02 21:58:05.916 INFO O| Sep 02 21:58:05.916 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87412026-09-02T21:58:06.817Z[ recovery-image] Sep 02 21:58:05.921 INFO O| Sep 02 21:58:05.921 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87422026-09-02T21:58:06.864Z[verify-libraries] Compiling drift v0.2.0
87432026-09-02T21:58:06.917Z[verify-libraries] Compiling uzers v0.12.2
87442026-09-02T21:58:07.010Z[ recovery-image] Sep 02 21:58:06.071 INFO O| Sep 02 21:58:06.071 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87452026-09-02T21:58:07.035Z[ recovery-image] Sep 02 21:58:06.156 INFO O| Sep 02 21:58:06.156 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87462026-09-02T21:58:07.035Z[ recovery-image] Sep 02 21:58:06.156 INFO O| Sep 02 21:58:06.156 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87472026-09-02T21:58:07.035Z[ recovery-image] Sep 02 21:58:06.161 INFO O| Sep 02 21:58:06.161 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87482026-09-02T21:58:07.103Z[ recovery-image] Sep 02 21:58:06.255 INFO O| Sep 02 21:58:06.255 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87492026-09-02T21:58:07.180Z[ recovery-image] Sep 02 21:58:06.334 INFO O| Sep 02 21:58:06.334 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87502026-09-02T21:58:07.203Z[ recovery-image] Sep 02 21:58:06.345 INFO O| Sep 02 21:58:06.345 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87512026-09-02T21:58:07.220Z[ recovery-image] Sep 02 21:58:06.351 INFO O| Sep 02 21:58:06.351 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87522026-09-02T21:58:07.220Z[ recovery-image] Sep 02 21:58:06.353 INFO O| Sep 02 21:58:06.353 INFO no lofi found
87532026-09-02T21:58:07.220Z[ recovery-image] Sep 02 21:58:06.353 INFO O| Sep 02 21:58:06.353 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87542026-09-02T21:58:07.220Z[ recovery-image] Sep 02 21:58:06.353 INFO O| Sep 02 21:58:06.353 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87552026-09-02T21:58:07.326Z[verify-libraries] Compiling parse-size v1.1.0
87562026-09-02T21:58:07.668Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87572026-09-02T21:58:07.690Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
87582026-09-02T21:58:07.750Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87592026-09-02T21:58:08.229Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
87602026-09-02T21:58:08.759Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87612026-09-02T21:58:08.842Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87622026-09-02T21:58:08.867Z[ recovery-image] Sep 02 21:58:08.001 INFO O| Sep 02 21:58:08.001 INFO lofi device = /dev/dsk/c2t1d0p0
87632026-09-02T21:58:08.867Z[ recovery-image] Sep 02 21:58:08.001 INFO O| Sep 02 21:58:08.001 INFO pool device = /dev/dsk/c2t1d0p0
87642026-09-02T21:58:08.867Z[ recovery-image] Sep 02 21:58:08.001 INFO O| Sep 02 21:58:08.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"]
87652026-09-02T21:58:09.026Z[ recovery-image] Sep 02 21:58:08.171 INFO O| Sep 02 21:58:08.170 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87662026-09-02T21:58:09.026Z[ recovery-image] Sep 02 21:58:08.171 INFO O| Sep 02 21:58:08.171 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87672026-09-02T21:58:09.072Z[ recovery-image] Sep 02 21:58:08.219 INFO O| Sep 02 21:58:08.218 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87682026-09-02T21:58:09.200Z[ recovery-image] Sep 02 21:58:08.350 INFO O| Sep 02 21:58:08.349 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87692026-09-02T21:58:09.230Z[ recovery-image] Sep 02 21:58:08.387 INFO O| Sep 02 21:58:08.387 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87702026-09-02T21:58:09.250Z[ recovery-image] Sep 02 21:58:08.409 INFO O| Sep 02 21:58:08.409 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87712026-09-02T21:58:09.281Z[ recovery-image] Sep 02 21:58:08.428 INFO O| Sep 02 21:58:08.428 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87722026-09-02T21:58:09.317Z[ recovery-image] Sep 02 21:58:08.475 INFO O| Sep 02 21:58:08.475 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87732026-09-02T21:58:09.317Z[ recovery-image] Sep 02 21:58:08.475 INFO O| Sep 02 21:58:08.475 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87742026-09-02T21:58:09.324Z[ recovery-image] Sep 02 21:58:08.476 INFO O| Sep 02 21:58:08.476 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87752026-09-02T21:58:09.341Z[ recovery-image] Sep 02 21:58:08.486 INFO O| Sep 02 21:58:08.486 INFO boot environment UUID: c892a85e-bd60-4186-abfd-d267e9e5d506
87762026-09-02T21:58:09.341Z[ recovery-image] Sep 02 21:58:08.486 INFO O| Sep 02 21:58:08.486 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = c892a85e-bd60-4186-abfd-d267e9e5d506
87772026-09-02T21:58:09.357Z[ recovery-image] Sep 02 21:58:08.505 INFO O| Sep 02 21:58:08.505 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87782026-09-02T21:58:09.372Z[ recovery-image] Sep 02 21:58:08.524 INFO O| Sep 02 21:58:08.524 INFO STEP 0 (create_be) COMPLETE
87792026-09-02T21:58:09.372Z[ recovery-image] Sep 02 21:58:08.524 INFO O| Sep 02 21:58:08.524 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87802026-09-02T21:58:09.387Z[ recovery-image] Sep 02 21:58:08.542 INFO O| Sep 02 21:58:08.542 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"]
87812026-09-02T21:58:10.760Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87822026-09-02T21:58:11.474Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87832026-09-02T21:58:12.306Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87842026-09-02T21:58:13.144Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87852026-09-02T21:58:14.170Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
87862026-09-02T21:58:14.204Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
87872026-09-02T21:58:14.247Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
87882026-09-02T21:58:14.492Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
87892026-09-02T21:58:14.861Z[verify-libraries] Compiling multimap v0.10.1
87902026-09-02T21:58:14.990Z[verify-libraries] Compiling termios v0.3.3
87912026-09-02T21:58:15.330Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
87922026-09-02T21:58:18.878Z[verify-libraries] Compiling polar-core v0.27.3
87932026-09-02T21:58:18.992Z[ recovery-image] Sep 02 21:58:18.154 INFO O| Sep 02 21:58:18.154 INFO STEP 1 (unpack_tar) COMPLETE
87942026-09-02T21:58:18.992Z[ recovery-image] Sep 02 21:58:18.154 INFO O| Sep 02 21:58:18.154 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87952026-09-02T21:58:19.009Z[ recovery-image] Sep 02 21:58:18.166 INFO O| Sep 02 21:58:18.166 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87962026-09-02T21:58:20.382Z[ recovery-image] Sep 02 21:58:19.540 INFO O| Sep 02 21:58:19.540 INFO STEP 2 (devfsadm) COMPLETE
87972026-09-02T21:58:20.383Z[ recovery-image] Sep 02 21:58:19.540 INFO O| Sep 02 21:58:19.540 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87982026-09-02T21:58:20.392Z[ recovery-image] Sep 02 21:58:19.553 INFO O| Sep 02 21:58:19.553 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87992026-09-02T21:58:20.392Z[ recovery-image] Sep 02 21:58:19.553 INFO O| Sep 02 21:58:19.553 INFO STEP 3 (ensure_dir) COMPLETE
88002026-09-02T21:58:20.396Z[ recovery-image] Sep 02 21:58:19.553 INFO O| Sep 02 21:58:19.553 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88012026-09-02T21:58:20.405Z[ recovery-image] Sep 02 21:58:19.565 INFO O| Sep 02 21:58:19.565 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88022026-09-02T21:58:20.405Z[ recovery-image] Sep 02 21:58:19.565 INFO O| Sep 02 21:58:19.565 INFO STEP 4 (ensure_dir) COMPLETE
88032026-09-02T21:58:20.409Z[ recovery-image] Sep 02 21:58:19.565 INFO O| Sep 02 21:58:19.565 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88042026-09-02T21:58:20.414Z[ recovery-image] Sep 02 21:58:19.576 INFO O| Sep 02 21:58:19.576 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88052026-09-02T21:58:20.414Z[ recovery-image] Sep 02 21:58:19.576 INFO O| Sep 02 21:58:19.576 INFO STEP 5 (ensure_dir) COMPLETE
88062026-09-02T21:58:20.414Z[ recovery-image] Sep 02 21:58:19.576 INFO O| Sep 02 21:58:19.576 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88072026-09-02T21:58:20.427Z[ recovery-image] Sep 02 21:58:19.586 INFO O| Sep 02 21:58:19.586 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88082026-09-02T21:58:20.427Z[ recovery-image] Sep 02 21:58:19.586 INFO O| Sep 02 21:58:19.586 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88092026-09-02T21:58:20.427Z[ recovery-image] Sep 02 21:58:19.586 INFO O| Sep 02 21:58:19.586 INFO STEP 6 (ensure_dir) COMPLETE
88102026-09-02T21:58:20.435Z[ recovery-image] Sep 02 21:58:19.586 INFO O| Sep 02 21:58:19.586 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88112026-09-02T21:58:20.439Z[ recovery-image] Sep 02 21:58:19.597 INFO O| Sep 02 21:58:19.597 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88122026-09-02T21:58:20.439Z[ recovery-image] Sep 02 21:58:19.597 INFO O| Sep 02 21:58:19.597 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88132026-09-02T21:58:20.439Z[ recovery-image] Sep 02 21:58:19.597 INFO O| Sep 02 21:58:19.597 INFO STEP 7 (ensure_dir) COMPLETE
88142026-09-02T21:58:20.439Z[ recovery-image] Sep 02 21:58:19.597 INFO O| Sep 02 21:58:19.597 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88152026-09-02T21:58:20.447Z[ recovery-image] Sep 02 21:58:19.607 INFO O| Sep 02 21:58:19.607 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
88162026-09-02T21:58:20.450Z[ recovery-image] Sep 02 21:58:19.608 INFO O| Sep 02 21:58:19.608 INFO STEP 8 (remove_files) COMPLETE
88172026-09-02T21:58:20.451Z[ recovery-image] Sep 02 21:58:19.608 INFO O| Sep 02 21:58:19.608 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88182026-09-02T21:58:20.455Z[ recovery-image] Sep 02 21:58:19.618 INFO O| Sep 02 21:58:19.617 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
88192026-09-02T21:58:20.462Z[ recovery-image] Sep 02 21:58:19.618 INFO O| Sep 02 21:58:19.618 INFO STEP 9 (remove_files) COMPLETE
88202026-09-02T21:58:20.462Z[ recovery-image] Sep 02 21:58:19.618 INFO O| Sep 02 21:58:19.618 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88212026-09-02T21:58:20.466Z[ recovery-image] Sep 02 21:58:19.628 INFO O| Sep 02 21:58:19.628 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
88222026-09-02T21:58:20.469Z[ recovery-image] Sep 02 21:58:19.629 INFO O| Sep 02 21:58:19.629 INFO STEP 10 (remove_files) COMPLETE
88232026-09-02T21:58:20.469Z[ recovery-image] Sep 02 21:58:19.629 INFO O| Sep 02 21:58:19.629 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88242026-09-02T21:58:20.479Z[ recovery-image] Sep 02 21:58:19.639 INFO O| Sep 02 21:58:19.639 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
88252026-09-02T21:58:20.483Z[ recovery-image] Sep 02 21:58:19.640 INFO O| Sep 02 21:58:19.640 INFO STEP 11 (remove_files) COMPLETE
88262026-09-02T21:58:20.483Z[ recovery-image] Sep 02 21:58:19.640 INFO O| Sep 02 21:58:19.640 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88272026-09-02T21:58:20.488Z[ recovery-image] Sep 02 21:58:19.650 INFO O| Sep 02 21:58:19.650 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
88282026-09-02T21:58:20.488Z[ recovery-image] Sep 02 21:58:19.650 INFO O| Sep 02 21:58:19.650 INFO STEP 12 (remove_files) COMPLETE
88292026-09-02T21:58:20.541Z[ recovery-image] Sep 02 21:58:19.650 INFO O| Sep 02 21:58:19.650 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88302026-09-02T21:58:20.577Z[ recovery-image] Sep 02 21:58:19.737 INFO O| Sep 02 21:58:19.737 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88312026-09-02T21:58:20.577Z[ recovery-image] Sep 02 21:58:19.737 INFO O| Sep 02 21:58:19.737 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88322026-09-02T21:58:20.577Z[ recovery-image] Sep 02 21:58:19.737 INFO O| Sep 02 21:58:19.737 INFO STEP 13 (ensure_dir) COMPLETE
88332026-09-02T21:58:20.588Z[ recovery-image] Sep 02 21:58:19.737 INFO O| Sep 02 21:58:19.737 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88342026-09-02T21:58:20.592Z[ recovery-image] Sep 02 21:58:19.750 INFO O| Sep 02 21:58:19.750 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88352026-09-02T21:58:20.593Z[ recovery-image] Sep 02 21:58:19.750 INFO O| Sep 02 21:58:19.750 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88362026-09-02T21:58:20.593Z[ recovery-image] Sep 02 21:58:19.750 INFO O| Sep 02 21:58:19.750 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88372026-09-02T21:58:20.593Z[ recovery-image] Sep 02 21:58:19.750 INFO O| Sep 02 21:58:19.750 INFO STEP 14 (ensure_dir) COMPLETE
88382026-09-02T21:58:20.593Z[ recovery-image] Sep 02 21:58:19.750 INFO O| Sep 02 21:58:19.750 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88392026-09-02T21:58:20.600Z[ recovery-image] Sep 02 21:58:19.762 INFO O| Sep 02 21:58:19.762 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88402026-09-02T21:58:20.600Z[ recovery-image] Sep 02 21:58:19.762 INFO O| Sep 02 21:58:19.762 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88412026-09-02T21:58:20.601Z[ recovery-image] Sep 02 21:58:19.762 INFO O| Sep 02 21:58:19.762 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88422026-09-02T21:58:20.601Z[ recovery-image] Sep 02 21:58:19.762 INFO O| Sep 02 21:58:19.762 INFO STEP 15 (ensure_dir) COMPLETE
88432026-09-02T21:58:20.607Z[ recovery-image] Sep 02 21:58:19.762 INFO O| Sep 02 21:58:19.762 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88442026-09-02T21:58:20.626Z[ recovery-image] Sep 02 21:58:19.773 INFO O| Sep 02 21:58:19.773 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88452026-09-02T21:58:20.626Z[ recovery-image] Sep 02 21:58:19.773 INFO O| Sep 02 21:58:19.773 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88462026-09-02T21:58:20.626Z[ recovery-image] Sep 02 21:58:19.773 INFO O| Sep 02 21:58:19.773 INFO STEP 16 (ensure_dir) COMPLETE
88472026-09-02T21:58:20.626Z[ recovery-image] Sep 02 21:58:19.773 INFO O| Sep 02 21:58:19.773 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88482026-09-02T21:58:20.643Z[ recovery-image] Sep 02 21:58:19.784 INFO O| Sep 02 21:58:19.784 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88492026-09-02T21:58:20.643Z[ recovery-image] Sep 02 21:58:19.784 INFO O| Sep 02 21:58:19.784 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88502026-09-02T21:58:20.644Z[ recovery-image] Sep 02 21:58:19.784 INFO O| Sep 02 21:58:19.784 INFO STEP 17 (ensure_dir) COMPLETE
88512026-09-02T21:58:20.644Z[ recovery-image] Sep 02 21:58:19.784 INFO O| Sep 02 21:58:19.784 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88522026-09-02T21:58:20.653Z[ recovery-image] Sep 02 21:58:19.796 INFO O| Sep 02 21:58:19.796 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88532026-09-02T21:58:20.653Z[ recovery-image] Sep 02 21:58:19.796 INFO O| Sep 02 21:58:19.796 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88542026-09-02T21:58:20.653Z[ recovery-image] Sep 02 21:58:19.796 INFO O| Sep 02 21:58:19.796 INFO ok!
88552026-09-02T21:58:20.653Z[ recovery-image] Sep 02 21:58:19.796 INFO O| Sep 02 21:58:19.796 INFO STEP 18 (ensure_symlink) COMPLETE
88562026-09-02T21:58:20.653Z[ recovery-image] Sep 02 21:58:19.796 INFO O| Sep 02 21:58:19.796 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88572026-09-02T21:58:20.653Z[ recovery-image] Sep 02 21:58:19.809 INFO O| Sep 02 21:58:19.809 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88582026-09-02T21:58:20.653Z[ recovery-image] Sep 02 21:58:19.809 INFO O| Sep 02 21:58:19.809 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88592026-09-02T21:58:20.653Z[ recovery-image] Sep 02 21:58:19.809 INFO O| Sep 02 21:58:19.809 INFO ok!
88602026-09-02T21:58:20.653Z[ recovery-image] Sep 02 21:58:19.809 INFO O| Sep 02 21:58:19.809 INFO STEP 19 (ensure_file) COMPLETE
88612026-09-02T21:58:20.653Z[ recovery-image] Sep 02 21:58:19.809 INFO O| Sep 02 21:58:19.809 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88622026-09-02T21:58:20.659Z[ recovery-image] Sep 02 21:58:19.821 INFO O| Sep 02 21:58:19.821 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88632026-09-02T21:58:20.659Z[ recovery-image] Sep 02 21:58:19.821 INFO O| Sep 02 21:58:19.821 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88642026-09-02T21:58:20.659Z[ recovery-image] Sep 02 21:58:19.821 INFO O| Sep 02 21:58:19.821 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88652026-09-02T21:58:20.659Z[ recovery-image] Sep 02 21:58:19.821 INFO O| Sep 02 21:58:19.821 INFO ok!
88662026-09-02T21:58:20.659Z[ recovery-image] Sep 02 21:58:19.821 INFO O| Sep 02 21:58:19.821 INFO STEP 20 (ensure_symlink) COMPLETE
88672026-09-02T21:58:20.659Z[ recovery-image] Sep 02 21:58:19.821 INFO O| Sep 02 21:58:19.821 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88682026-09-02T21:58:20.682Z[ recovery-image] Sep 02 21:58:19.831 INFO O| Sep 02 21:58:19.831 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88692026-09-02T21:58:20.682Z[ recovery-image] Sep 02 21:58:19.832 INFO O| Sep 02 21:58:19.831 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88702026-09-02T21:58:20.682Z[ recovery-image] Sep 02 21:58:19.832 INFO O| Sep 02 21:58:19.831 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88712026-09-02T21:58:20.682Z[ recovery-image] Sep 02 21:58:19.832 INFO O| Sep 02 21:58:19.832 INFO ok!
88722026-09-02T21:58:20.697Z[ recovery-image] Sep 02 21:58:19.832 INFO O| Sep 02 21:58:19.832 INFO STEP 21 (ensure_symlink) COMPLETE
88732026-09-02T21:58:20.697Z[ recovery-image] Sep 02 21:58:19.832 INFO O| Sep 02 21:58:19.832 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88742026-09-02T21:58:20.697Z[ recovery-image] Sep 02 21:58:19.841 INFO O| Sep 02 21:58:19.841 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88752026-09-02T21:58:20.697Z[ recovery-image] Sep 02 21:58:19.842 INFO O| Sep 02 21:58:19.841 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88762026-09-02T21:58:20.697Z[ recovery-image] Sep 02 21:58:19.842 INFO O| Sep 02 21:58:19.842 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88772026-09-02T21:58:20.697Z[ recovery-image] Sep 02 21:58:19.842 INFO O| Sep 02 21:58:19.842 INFO ok!
88782026-09-02T21:58:20.697Z[ recovery-image] Sep 02 21:58:19.842 INFO O| Sep 02 21:58:19.842 INFO STEP 22 (ensure_symlink) COMPLETE
88792026-09-02T21:58:20.697Z[ recovery-image] Sep 02 21:58:19.842 INFO O| Sep 02 21:58:19.842 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88802026-09-02T21:58:20.703Z[ recovery-image] Sep 02 21:58:19.852 INFO O| Sep 02 21:58:19.852 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88812026-09-02T21:58:20.704Z[ recovery-image] Sep 02 21:58:19.852 INFO O| Sep 02 21:58:19.852 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88822026-09-02T21:58:20.704Z[ recovery-image] Sep 02 21:58:19.852 INFO O| Sep 02 21:58:19.852 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88832026-09-02T21:58:20.705Z[ recovery-image] Sep 02 21:58:19.852 INFO O| Sep 02 21:58:19.852 INFO ok!
88842026-09-02T21:58:20.705Z[ recovery-image] Sep 02 21:58:19.852 INFO O| Sep 02 21:58:19.852 INFO STEP 23 (ensure_symlink) COMPLETE
88852026-09-02T21:58:20.705Z[ recovery-image] Sep 02 21:58:19.852 INFO O| Sep 02 21:58:19.852 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88862026-09-02T21:58:20.705Z[ recovery-image] Sep 02 21:58:19.862 INFO O| Sep 02 21:58:19.862 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88872026-09-02T21:58:20.705Z[ recovery-image] Sep 02 21:58:19.863 INFO O| Sep 02 21:58:19.863 INFO copying /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.dns -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf ...
88882026-09-02T21:58:20.705Z[ recovery-image] Sep 02 21:58:19.863 INFO O| Sep 02 21:58:19.863 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88892026-09-02T21:58:20.705Z[ recovery-image] Sep 02 21:58:19.863 INFO O| Sep 02 21:58:19.863 INFO ok!
88902026-09-02T21:58:20.705Z[ recovery-image] Sep 02 21:58:19.863 INFO O| Sep 02 21:58:19.863 INFO STEP 24 (ensure_file) COMPLETE
88912026-09-02T21:58:20.705Z[ recovery-image] Sep 02 21:58:19.863 INFO O| Sep 02 21:58:19.863 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88922026-09-02T21:58:20.714Z[ recovery-image] Sep 02 21:58:19.873 INFO O| Sep 02 21:58:19.873 INFO updating shadow file
88932026-09-02T21:58:20.715Z[ recovery-image] Sep 02 21:58:19.873 INFO O| Sep 02 21:58:19.873 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88942026-09-02T21:58:20.715Z[ recovery-image] Sep 02 21:58:19.873 INFO O| Sep 02 21:58:19.873 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88952026-09-02T21:58:20.745Z[ recovery-image] Sep 02 21:58:19.873 INFO O| Sep 02 21:58:19.873 INFO STEP 25 (shadow) COMPLETE
88962026-09-02T21:58:20.746Z[ recovery-image] Sep 02 21:58:19.873 INFO O| Sep 02 21:58:19.873 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88972026-09-02T21:58:20.754Z[ recovery-image] Sep 02 21:58:19.883 INFO O| Sep 02 21:58:19.883 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88982026-09-02T21:58:20.754Z[ recovery-image] Sep 02 21:58:19.883 INFO O| Sep 02 21:58:19.883 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88992026-09-02T21:58:20.754Z[ recovery-image] Sep 02 21:58:19.883 INFO O| Sep 02 21:58:19.883 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
89002026-09-02T21:58:20.754Z[ recovery-image] Sep 02 21:58:19.883 INFO O| Sep 02 21:58:19.883 INFO ok!
89012026-09-02T21:58:20.754Z[ recovery-image] Sep 02 21:58:19.883 INFO O| Sep 02 21:58:19.883 INFO STEP 26 (ensure_file) COMPLETE
89022026-09-02T21:58:20.754Z[ recovery-image] Sep 02 21:58:19.883 INFO O| Sep 02 21:58:19.883 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89032026-09-02T21:58:20.754Z[ recovery-image] Sep 02 21:58:19.894 INFO O| Sep 02 21:58:19.894 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
89042026-09-02T21:58:20.754Z[ recovery-image] Sep 02 21:58:19.894 INFO O| Sep 02 21:58:19.894 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
89052026-09-02T21:58:20.755Z[ recovery-image] Sep 02 21:58:19.894 INFO O| Sep 02 21:58:19.894 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
89062026-09-02T21:58:20.755Z[ recovery-image] Sep 02 21:58:19.894 INFO O| Sep 02 21:58:19.894 INFO ok!
89072026-09-02T21:58:20.755Z[ recovery-image] Sep 02 21:58:19.894 INFO O| Sep 02 21:58:19.894 INFO STEP 27 (ensure_file) COMPLETE
89082026-09-02T21:58:20.755Z[ recovery-image] Sep 02 21:58:19.894 INFO O| Sep 02 21:58:19.894 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89092026-09-02T21:58:20.755Z[ recovery-image] Sep 02 21:58:19.904 INFO O| Sep 02 21:58:19.904 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
89102026-09-02T21:58:20.755Z[ recovery-image] Sep 02 21:58:19.905 INFO O| Sep 02 21:58:19.904 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
89112026-09-02T21:58:20.755Z[ recovery-image] Sep 02 21:58:19.905 INFO O| Sep 02 21:58:19.905 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
89122026-09-02T21:58:20.755Z[ recovery-image] Sep 02 21:58:19.905 INFO O| Sep 02 21:58:19.905 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
89132026-09-02T21:58:20.755Z[ recovery-image] Sep 02 21:58:19.905 INFO O| Sep 02 21:58:19.905 INFO ok!
89142026-09-02T21:58:20.755Z[ recovery-image] Sep 02 21:58:19.905 INFO O| Sep 02 21:58:19.905 INFO STEP 28 (ensure_file) COMPLETE
89152026-09-02T21:58:20.755Z[ recovery-image] Sep 02 21:58:19.905 INFO O| Sep 02 21:58:19.905 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89162026-09-02T21:58:20.762Z[ recovery-image] Sep 02 21:58:19.915 INFO O| Sep 02 21:58:19.915 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
89172026-09-02T21:58:20.762Z[ recovery-image] Sep 02 21:58:19.915 INFO O| Sep 02 21:58:19.915 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
89182026-09-02T21:58:20.762Z[ recovery-image] Sep 02 21:58:19.915 INFO O| Sep 02 21:58:19.915 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
89192026-09-02T21:58:20.762Z[ recovery-image] Sep 02 21:58:19.915 INFO O| Sep 02 21:58:19.915 INFO ok!
89202026-09-02T21:58:20.762Z[ recovery-image] Sep 02 21:58:19.915 INFO O| Sep 02 21:58:19.915 INFO STEP 29 (ensure_file) COMPLETE
89212026-09-02T21:58:20.762Z[ recovery-image] Sep 02 21:58:19.915 INFO O| Sep 02 21:58:19.915 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89222026-09-02T21:58:20.769Z[ recovery-image] Sep 02 21:58:19.925 INFO O| Sep 02 21:58:19.925 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89232026-09-02T21:58:20.769Z[ recovery-image] Sep 02 21:58:19.926 INFO O| Sep 02 21:58:19.926 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89242026-09-02T21:58:20.769Z[ recovery-image] Sep 02 21:58:19.926 INFO O| Sep 02 21:58:19.926 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89252026-09-02T21:58:20.769Z[ recovery-image] Sep 02 21:58:19.926 INFO O| Sep 02 21:58:19.926 INFO STEP 30 (ensure_dir) COMPLETE
89262026-09-02T21:58:20.769Z[ recovery-image] Sep 02 21:58:19.926 INFO O| Sep 02 21:58:19.926 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89272026-09-02T21:58:20.774Z[ recovery-image] Sep 02 21:58:19.936 INFO O| Sep 02 21:58:19.936 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
89282026-09-02T21:58:20.774Z[ recovery-image] Sep 02 21:58:19.936 INFO O| Sep 02 21:58:19.936 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 ...
89292026-09-02T21:58:20.806Z[ recovery-image] Sep 02 21:58:19.936 INFO O| Sep 02 21:58:19.936 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
89302026-09-02T21:58:20.806Z[ recovery-image] Sep 02 21:58:19.936 INFO O| Sep 02 21:58:19.936 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89312026-09-02T21:58:20.806Z[ recovery-image] Sep 02 21:58:19.936 INFO O| Sep 02 21:58:19.936 INFO ok!
89322026-09-02T21:58:20.806Z[ recovery-image] Sep 02 21:58:19.936 INFO O| Sep 02 21:58:19.936 INFO STEP 31 (ensure_file) COMPLETE
89332026-09-02T21:58:20.806Z[ recovery-image] Sep 02 21:58:19.936 INFO O| Sep 02 21:58:19.936 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89342026-09-02T21:58:20.823Z[ recovery-image] Sep 02 21:58:19.946 INFO O| Sep 02 21:58:19.946 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89352026-09-02T21:58:20.823Z[ recovery-image] Sep 02 21:58:19.946 INFO O| Sep 02 21:58:19.946 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89362026-09-02T21:58:20.823Z[ recovery-image] Sep 02 21:58:19.946 INFO O| Sep 02 21:58:19.946 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89372026-09-02T21:58:20.823Z[ recovery-image] Sep 02 21:58:19.946 INFO O| Sep 02 21:58:19.946 INFO STEP 32 (ensure_dir) COMPLETE
89382026-09-02T21:58:20.823Z[ recovery-image] Sep 02 21:58:19.946 INFO O| Sep 02 21:58:19.946 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89392026-09-02T21:58:20.823Z[ recovery-image] Sep 02 21:58:19.956 INFO O| Sep 02 21:58:19.956 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89402026-09-02T21:58:20.824Z[ recovery-image] Sep 02 21:58:19.956 INFO O| Sep 02 21:58:19.956 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 ...
89412026-09-02T21:58:20.824Z[ recovery-image] Sep 02 21:58:19.956 INFO O| Sep 02 21:58:19.956 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
89422026-09-02T21:58:20.824Z[ recovery-image] Sep 02 21:58:19.956 INFO O| Sep 02 21:58:19.956 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89432026-09-02T21:58:20.824Z[ recovery-image] Sep 02 21:58:19.956 INFO O| Sep 02 21:58:19.956 INFO ok!
89442026-09-02T21:58:20.824Z[ recovery-image] Sep 02 21:58:19.956 INFO O| Sep 02 21:58:19.956 INFO STEP 33 (ensure_file) COMPLETE
89452026-09-02T21:58:20.824Z[ recovery-image] Sep 02 21:58:19.956 INFO O| Sep 02 21:58:19.956 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89462026-09-02T21:58:20.824Z[ recovery-image] Sep 02 21:58:19.967 INFO O| Sep 02 21:58:19.967 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89472026-09-02T21:58:20.824Z[ recovery-image] Sep 02 21:58:19.967 INFO O| Sep 02 21:58:19.967 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89482026-09-02T21:58:20.825Z[ recovery-image] Sep 02 21:58:19.967 INFO O| Sep 02 21:58:19.967 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89492026-09-02T21:58:20.825Z[ recovery-image] Sep 02 21:58:19.967 INFO O| Sep 02 21:58:19.967 INFO ok!
89502026-09-02T21:58:20.825Z[ recovery-image] Sep 02 21:58:19.967 INFO O| Sep 02 21:58:19.967 INFO STEP 34 (ensure_file) COMPLETE
89512026-09-02T21:58:20.825Z[ recovery-image] Sep 02 21:58:19.967 INFO O| Sep 02 21:58:19.967 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89522026-09-02T21:58:20.852Z[ recovery-image] Sep 02 21:58:19.978 INFO O| Sep 02 21:58:19.977 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89532026-09-02T21:58:20.852Z[ recovery-image] Sep 02 21:58:19.978 INFO O| Sep 02 21:58:19.978 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89542026-09-02T21:58:20.852Z[ recovery-image] Sep 02 21:58:19.978 INFO O| Sep 02 21:58:19.978 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89552026-09-02T21:58:20.852Z[ recovery-image] Sep 02 21:58:19.978 INFO O| Sep 02 21:58:19.978 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89562026-09-02T21:58:20.853Z[ recovery-image] Sep 02 21:58:19.978 INFO O| Sep 02 21:58:19.978 INFO ok!
89572026-09-02T21:58:20.853Z[ recovery-image] Sep 02 21:58:19.978 INFO O| Sep 02 21:58:19.978 INFO STEP 35 (ensure_file) COMPLETE
89582026-09-02T21:58:20.853Z[ recovery-image] Sep 02 21:58:19.978 INFO O| Sep 02 21:58:19.978 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89592026-09-02T21:58:20.853Z[ recovery-image] Sep 02 21:58:19.988 INFO O| Sep 02 21:58:19.988 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89602026-09-02T21:58:20.853Z[ recovery-image] Sep 02 21:58:19.989 INFO O| Sep 02 21:58:19.989 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89612026-09-02T21:58:20.853Z[ recovery-image] Sep 02 21:58:19.989 INFO O| Sep 02 21:58:19.989 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89622026-09-02T21:58:20.853Z[ recovery-image] Sep 02 21:58:19.989 INFO O| Sep 02 21:58:19.989 INFO ok!
89632026-09-02T21:58:20.853Z[ recovery-image] Sep 02 21:58:19.989 INFO O| Sep 02 21:58:19.989 INFO STEP 36 (ensure_file) COMPLETE
89642026-09-02T21:58:20.853Z[ recovery-image] Sep 02 21:58:19.989 INFO O| Sep 02 21:58:19.989 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89652026-09-02T21:58:20.871Z[ recovery-image] Sep 02 21:58:20.000 INFO O| Sep 02 21:58:20.000 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89662026-09-02T21:58:20.871Z[ recovery-image] Sep 02 21:58:20.000 INFO O| Sep 02 21:58:20.000 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89672026-09-02T21:58:20.871Z[ recovery-image] Sep 02 21:58:20.000 INFO O| Sep 02 21:58:20.000 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89682026-09-02T21:58:20.871Z[ recovery-image] Sep 02 21:58:20.000 INFO O| Sep 02 21:58:20.000 INFO ok!
89692026-09-02T21:58:20.871Z[ recovery-image] Sep 02 21:58:20.000 INFO O| Sep 02 21:58:20.000 INFO STEP 37 (ensure_file) COMPLETE
89702026-09-02T21:58:20.871Z[ recovery-image] Sep 02 21:58:20.000 INFO O| Sep 02 21:58:20.000 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89712026-09-02T21:58:20.871Z[ recovery-image] Sep 02 21:58:20.011 INFO O| Sep 02 21:58:20.011 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89722026-09-02T21:58:20.871Z[ recovery-image] Sep 02 21:58:20.011 INFO O| Sep 02 21:58:20.011 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89732026-09-02T21:58:20.871Z[ recovery-image] Sep 02 21:58:20.012 INFO O| Sep 02 21:58:20.011 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89742026-09-02T21:58:20.871Z[ recovery-image] Sep 02 21:58:20.012 INFO O| Sep 02 21:58:20.012 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89752026-09-02T21:58:20.871Z[ recovery-image] Sep 02 21:58:20.012 INFO O| Sep 02 21:58:20.012 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89762026-09-02T21:58:20.872Z[ recovery-image] Sep 02 21:58:20.012 INFO O| Sep 02 21:58:20.012 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89772026-09-02T21:58:20.872Z[ recovery-image] Sep 02 21:58:20.012 INFO O| Sep 02 21:58:20.012 INFO ok!
89782026-09-02T21:58:20.872Z[ recovery-image] Sep 02 21:58:20.012 INFO O| Sep 02 21:58:20.012 INFO STEP 38 (ensure_file) COMPLETE
89792026-09-02T21:58:20.872Z[ recovery-image] Sep 02 21:58:20.012 INFO O| Sep 02 21:58:20.012 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89802026-09-02T21:58:20.876Z[ recovery-image] Sep 02 21:58:20.024 INFO O| Sep 02 21:58:20.023 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89812026-09-02T21:58:20.876Z[ recovery-image] Sep 02 21:58:20.024 INFO O| Sep 02 21:58:20.024 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89822026-09-02T21:58:20.876Z[ recovery-image] Sep 02 21:58:20.024 INFO O| Sep 02 21:58:20.024 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89832026-09-02T21:58:20.876Z[ recovery-image] Sep 02 21:58:20.024 INFO O| Sep 02 21:58:20.024 INFO STEP 39 (ensure_dir) COMPLETE
89842026-09-02T21:58:20.877Z[ recovery-image] Sep 02 21:58:20.024 INFO O| Sep 02 21:58:20.024 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89852026-09-02T21:58:20.877Z[ recovery-image] Sep 02 21:58:20.036 INFO O| Sep 02 21:58:20.036 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
89862026-09-02T21:58:20.877Z[ recovery-image] Sep 02 21:58:20.036 INFO O| Sep 02 21:58:20.036 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 ...
89872026-09-02T21:58:20.877Z[ recovery-image] Sep 02 21:58:20.036 INFO O| Sep 02 21:58:20.036 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
89882026-09-02T21:58:20.877Z[ recovery-image] Sep 02 21:58:20.036 INFO O| Sep 02 21:58:20.036 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
89892026-09-02T21:58:20.877Z[ recovery-image] Sep 02 21:58:20.036 INFO O| Sep 02 21:58:20.036 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
89902026-09-02T21:58:20.878Z[ recovery-image] Sep 02 21:58:20.036 INFO O| Sep 02 21:58:20.036 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
89912026-09-02T21:58:20.878Z[ recovery-image] Sep 02 21:58:20.036 INFO O| Sep 02 21:58:20.036 INFO ok!
89922026-09-02T21:58:20.878Z[ recovery-image] Sep 02 21:58:20.036 INFO O| Sep 02 21:58:20.036 INFO STEP 40 (ensure_file) COMPLETE
89932026-09-02T21:58:20.878Z[ recovery-image] Sep 02 21:58:20.036 INFO O| Sep 02 21:58:20.036 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89942026-09-02T21:58:20.914Z[ recovery-image] Sep 02 21:58:20.049 INFO O| Sep 02 21:58:20.049 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89952026-09-02T21:58:20.914Z[ recovery-image] Sep 02 21:58:20.049 INFO O| Sep 02 21:58:20.049 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 ...
89962026-09-02T21:58:20.914Z[ recovery-image] Sep 02 21:58:20.049 INFO O| Sep 02 21:58:20.049 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89972026-09-02T21:58:20.914Z[ recovery-image] Sep 02 21:58:20.049 INFO O| Sep 02 21:58:20.049 INFO ok!
89982026-09-02T21:58:20.919Z[ recovery-image] Sep 02 21:58:20.049 INFO O| Sep 02 21:58:20.049 INFO STEP 41 (ensure_symlink) COMPLETE
89992026-09-02T21:58:20.919Z[ recovery-image] Sep 02 21:58:20.049 INFO O| Sep 02 21:58:20.049 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90002026-09-02T21:58:20.919Z[ recovery-image] Sep 02 21:58:20.060 INFO O| Sep 02 21:58:20.060 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
90012026-09-02T21:58:20.919Z[ recovery-image] Sep 02 21:58:20.060 INFO O| Sep 02 21:58:20.060 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
90022026-09-02T21:58:20.919Z[ recovery-image] Sep 02 21:58:20.060 INFO O| Sep 02 21:58:20.060 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
90032026-09-02T21:58:20.919Z[ recovery-image] Sep 02 21:58:20.060 INFO O| Sep 02 21:58:20.060 INFO ok!
90042026-09-02T21:58:20.919Z[ recovery-image] Sep 02 21:58:20.060 INFO O| Sep 02 21:58:20.060 INFO STEP 42 (ensure_symlink) COMPLETE
90052026-09-02T21:58:20.919Z[ recovery-image] Sep 02 21:58:20.060 INFO O| Sep 02 21:58:20.060 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90062026-09-02T21:58:20.920Z[ recovery-image] Sep 02 21:58:20.080 INFO O| Sep 02 21:58:20.080 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
90072026-09-02T21:58:20.920Z[ recovery-image] Sep 02 21:58:20.080 INFO O| Sep 02 21:58:20.080 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
90082026-09-02T21:58:20.920Z[ recovery-image] Sep 02 21:58:20.080 INFO O| Sep 02 21:58:20.080 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90092026-09-02T21:58:20.920Z[ recovery-image] Sep 02 21:58:20.080 INFO O| Sep 02 21:58:20.080 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90102026-09-02T21:58:20.920Z[ recovery-image] Sep 02 21:58:20.080 INFO O| Sep 02 21:58:20.080 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90112026-09-02T21:58:20.920Z[ recovery-image] Sep 02 21:58:20.080 INFO O| Sep 02 21:58:20.080 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90122026-09-02T21:58:20.920Z[ recovery-image] Sep 02 21:58:20.080 INFO O| Sep 02 21:58:20.080 INFO ok!
90132026-09-02T21:58:20.920Z[ recovery-image] Sep 02 21:58:20.080 INFO O| Sep 02 21:58:20.080 INFO STEP 43 (ensure_file) COMPLETE
90142026-09-02T21:58:20.920Z[ recovery-image] Sep 02 21:58:20.080 INFO O| Sep 02 21:58:20.080 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90152026-09-02T21:58:20.930Z[ recovery-image] Sep 02 21:58:20.091 INFO O| Sep 02 21:58:20.091 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
90162026-09-02T21:58:20.930Z[ recovery-image] Sep 02 21:58:20.091 INFO O| Sep 02 21:58:20.091 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 ...
90172026-09-02T21:58:20.930Z[ recovery-image] Sep 02 21:58:20.091 INFO O| Sep 02 21:58:20.091 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
90182026-09-02T21:58:20.930Z[ recovery-image] Sep 02 21:58:20.091 INFO O| Sep 02 21:58:20.091 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
90192026-09-02T21:58:20.931Z[ recovery-image] Sep 02 21:58:20.091 INFO O| Sep 02 21:58:20.091 INFO ok!
90202026-09-02T21:58:20.940Z[ recovery-image] Sep 02 21:58:20.091 INFO O| Sep 02 21:58:20.091 INFO STEP 44 (ensure_file) COMPLETE
90212026-09-02T21:58:20.940Z[ recovery-image] Sep 02 21:58:20.091 INFO O| Sep 02 21:58:20.091 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90222026-09-02T21:58:20.958Z[ recovery-image] Sep 02 21:58:20.108 INFO O| Sep 02 21:58:20.107 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
90232026-09-02T21:58:20.959Z[ recovery-image] Sep 02 21:58:20.108 INFO O| Sep 02 21:58:20.107 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
90242026-09-02T21:58:20.959Z[ recovery-image] Sep 02 21:58:20.108 INFO O| Sep 02 21:58:20.108 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
90252026-09-02T21:58:20.959Z[ recovery-image] Sep 02 21:58:20.108 INFO O| Sep 02 21:58:20.108 INFO ok!
90262026-09-02T21:58:20.959Z[ recovery-image] Sep 02 21:58:20.108 INFO O| Sep 02 21:58:20.108 INFO STEP 45 (ensure_file) COMPLETE
90272026-09-02T21:58:20.959Z[ recovery-image] Sep 02 21:58:20.108 INFO O| Sep 02 21:58:20.108 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90282026-09-02T21:58:20.969Z[ recovery-image] Sep 02 21:58:20.120 INFO O| Sep 02 21:58:20.120 INFO updating shadow file
90292026-09-02T21:58:20.969Z[ recovery-image] Sep 02 21:58:20.120 INFO O| Sep 02 21:58:20.120 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90302026-09-02T21:58:20.969Z[ recovery-image] Sep 02 21:58:20.120 INFO O| Sep 02 21:58:20.120 INFO STEP 46 (shadow) COMPLETE
90312026-09-02T21:58:20.969Z[ recovery-image] Sep 02 21:58:20.120 INFO O| Sep 02 21:58:20.120 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90322026-09-02T21:58:20.986Z[ recovery-image] Sep 02 21:58:20.133 INFO O| Sep 02 21:58:20.133 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90332026-09-02T21:58:20.987Z[ recovery-image] Sep 02 21:58:20.133 INFO O| Sep 02 21:58:20.133 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90342026-09-02T21:58:20.987Z[ recovery-image] Sep 02 21:58:20.133 INFO O| Sep 02 21:58:20.133 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90352026-09-02T21:58:20.987Z[ recovery-image] Sep 02 21:58:20.133 INFO O| Sep 02 21:58:20.133 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90362026-09-02T21:58:20.987Z[ recovery-image] Sep 02 21:58:20.133 INFO O| Sep 02 21:58:20.133 INFO ok!
90372026-09-02T21:58:20.987Z[ recovery-image] Sep 02 21:58:20.133 INFO O| Sep 02 21:58:20.133 INFO STEP 47 (ensure_file) COMPLETE
90382026-09-02T21:58:20.987Z[ recovery-image] Sep 02 21:58:20.133 INFO O| Sep 02 21:58:20.133 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90392026-09-02T21:58:20.991Z[ recovery-image] Sep 02 21:58:20.144 INFO O| Sep 02 21:58:20.144 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90402026-09-02T21:58:20.991Z[ recovery-image] Sep 02 21:58:20.144 INFO O| Sep 02 21:58:20.144 INFO STEP 48 (ensure_dir) COMPLETE
90412026-09-02T21:58:20.991Z[ recovery-image] Sep 02 21:58:20.144 INFO O| Sep 02 21:58:20.144 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90422026-09-02T21:58:20.999Z[ recovery-image] Sep 02 21:58:20.155 INFO O| Sep 02 21:58:20.154 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90432026-09-02T21:58:21.000Z[ recovery-image] Sep 02 21:58:20.155 INFO O| Sep 02 21:58:20.155 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90442026-09-02T21:58:21.000Z[ recovery-image] Sep 02 21:58:20.155 INFO O| Sep 02 21:58:20.155 INFO STEP 49 (ensure_dir) COMPLETE
90452026-09-02T21:58:21.000Z[ recovery-image] Sep 02 21:58:20.155 INFO O| Sep 02 21:58:20.155 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90462026-09-02T21:58:21.019Z[ recovery-image] Sep 02 21:58:20.165 INFO O| Sep 02 21:58:20.165 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90472026-09-02T21:58:21.025Z[ recovery-image] Sep 02 21:58:20.166 INFO O| Sep 02 21:58:20.166 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90482026-09-02T21:58:21.025Z[ recovery-image] Sep 02 21:58:20.166 INFO O| Sep 02 21:58:20.166 INFO STEP 50 (ensure_dir) COMPLETE
90492026-09-02T21:58:21.025Z[ recovery-image] Sep 02 21:58:20.166 INFO O| Sep 02 21:58:20.166 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90502026-09-02T21:58:21.029Z[ recovery-image] Sep 02 21:58:20.176 INFO O| Sep 02 21:58:20.176 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90512026-09-02T21:58:21.029Z[ recovery-image] Sep 02 21:58:20.176 INFO O| Sep 02 21:58:20.176 INFO copying /tmp/.tmp7ID4b5/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90522026-09-02T21:58:21.051Z[ recovery-image] Sep 02 21:58:20.212 INFO O| Sep 02 21:58:20.212 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90532026-09-02T21:58:21.052Z[ recovery-image] Sep 02 21:58:20.212 INFO O| Sep 02 21:58:20.212 INFO ok!
90542026-09-02T21:58:21.052Z[ recovery-image] Sep 02 21:58:20.212 INFO O| Sep 02 21:58:20.212 INFO STEP 51 (ensure_file) COMPLETE
90552026-09-02T21:58:21.060Z[ recovery-image] Sep 02 21:58:20.212 INFO O| Sep 02 21:58:20.212 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90562026-09-02T21:58:21.065Z[ recovery-image] Sep 02 21:58:20.224 INFO O| Sep 02 21:58:20.224 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90572026-09-02T21:58:21.065Z[ recovery-image] Sep 02 21:58:20.224 INFO O| Sep 02 21:58:20.224 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90582026-09-02T21:58:21.065Z[ recovery-image] Sep 02 21:58:20.224 INFO O| Sep 02 21:58:20.224 INFO STEP 52 (ensure_dir) COMPLETE
90592026-09-02T21:58:21.065Z[ recovery-image] Sep 02 21:58:20.224 INFO O| Sep 02 21:58:20.224 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90602026-09-02T21:58:21.074Z[ recovery-image] Sep 02 21:58:20.236 INFO O| Sep 02 21:58:20.236 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90612026-09-02T21:58:21.074Z[ recovery-image] Sep 02 21:58:20.236 INFO O| Sep 02 21:58:20.236 INFO copying /tmp/.tmp7ID4b5/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90622026-09-02T21:58:21.074Z[ recovery-image] Sep 02 21:58:20.236 INFO O| Sep 02 21:58:20.236 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90632026-09-02T21:58:21.088Z[ recovery-image] Sep 02 21:58:20.236 INFO O| Sep 02 21:58:20.236 INFO ok!
90642026-09-02T21:58:21.088Z[ recovery-image] Sep 02 21:58:20.236 INFO O| Sep 02 21:58:20.236 INFO STEP 53 (ensure_file) COMPLETE
90652026-09-02T21:58:21.088Z[ recovery-image] Sep 02 21:58:20.236 INFO O| Sep 02 21:58:20.236 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90662026-09-02T21:58:21.093Z[ recovery-image] Sep 02 21:58:20.248 INFO O| Sep 02 21:58:20.248 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90672026-09-02T21:58:21.093Z[ recovery-image] Sep 02 21:58:20.248 INFO O| Sep 02 21:58:20.248 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90682026-09-02T21:58:21.093Z[ recovery-image] Sep 02 21:58:20.248 INFO O| Sep 02 21:58:20.248 INFO STEP 54 (ensure_dir) COMPLETE
90692026-09-02T21:58:21.093Z[ recovery-image] Sep 02 21:58:20.248 INFO O| Sep 02 21:58:20.248 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90702026-09-02T21:58:21.100Z[ recovery-image] Sep 02 21:58:20.259 INFO O| Sep 02 21:58:20.259 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90712026-09-02T21:58:21.105Z[ recovery-image] Sep 02 21:58:20.259 INFO O| Sep 02 21:58:20.259 INFO copying /tmp/.tmp7ID4b5/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90722026-09-02T21:58:23.349Z[ recovery-image] Sep 02 21:58:22.510 INFO O| Sep 02 21:58:22.510 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90732026-09-02T21:58:23.349Z[ recovery-image] Sep 02 21:58:22.510 INFO O| Sep 02 21:58:22.510 INFO ok!
90742026-09-02T21:58:23.350Z[ recovery-image] Sep 02 21:58:22.510 INFO O| Sep 02 21:58:22.510 INFO STEP 55 (ensure_file) COMPLETE
90752026-09-02T21:58:23.356Z[ recovery-image] Sep 02 21:58:22.510 INFO O| Sep 02 21:58:22.510 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90762026-09-02T21:58:23.375Z[ recovery-image] Sep 02 21:58:22.534 INFO O| Sep 02 21:58:22.533 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90772026-09-02T21:58:23.375Z[ recovery-image] Sep 02 21:58:22.534 INFO O| Sep 02 21:58:22.534 INFO copying /tmp/.tmp7ID4b5/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90782026-09-02T21:58:23.968Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
90792026-09-02T21:58:25.364Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
90802026-09-02T21:58:25.546Z[ recovery-image] Sep 02 21:58:24.707 INFO O| Sep 02 21:58:24.707 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90812026-09-02T21:58:25.546Z[ recovery-image] Sep 02 21:58:24.707 INFO O| Sep 02 21:58:24.707 INFO ok!
90822026-09-02T21:58:25.553Z[ recovery-image] Sep 02 21:58:24.707 INFO O| Sep 02 21:58:24.707 INFO STEP 56 (ensure_file) COMPLETE
90832026-09-02T21:58:25.554Z[ recovery-image] Sep 02 21:58:24.707 INFO O| Sep 02 21:58:24.707 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90842026-09-02T21:58:25.560Z[ recovery-image] Sep 02 21:58:24.721 INFO O| Sep 02 21:58:24.721 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90852026-09-02T21:58:25.564Z[ recovery-image] Sep 02 21:58:24.721 INFO O| Sep 02 21:58:24.721 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90862026-09-02T21:58:25.564Z[ recovery-image] Sep 02 21:58:24.721 INFO O| Sep 02 21:58:24.721 INFO STEP 57 (ensure_dir) COMPLETE
90872026-09-02T21:58:25.564Z[ recovery-image] Sep 02 21:58:24.721 INFO O| Sep 02 21:58:24.721 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90882026-09-02T21:58:25.573Z[ recovery-image] Sep 02 21:58:24.735 INFO O| Sep 02 21:58:24.734 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90892026-09-02T21:58:25.573Z[ recovery-image] Sep 02 21:58:24.735 INFO O| Sep 02 21:58:24.734 INFO copying /tmp/.tmp7ID4b5/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 ...
90902026-09-02T21:58:25.573Z[ recovery-image] Sep 02 21:58:24.735 INFO O| Sep 02 21:58:24.735 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
90912026-09-02T21:58:25.584Z[ recovery-image] Sep 02 21:58:24.735 INFO O| Sep 02 21:58:24.735 INFO ok!
90922026-09-02T21:58:25.584Z[ recovery-image] Sep 02 21:58:24.735 INFO O| Sep 02 21:58:24.735 INFO STEP 58 (ensure_file) COMPLETE
90932026-09-02T21:58:25.584Z[ recovery-image] Sep 02 21:58:24.735 INFO O| Sep 02 21:58:24.735 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90942026-09-02T21:58:25.588Z[ recovery-image] Sep 02 21:58:24.748 INFO O| Sep 02 21:58:24.747 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90952026-09-02T21:58:25.588Z[ recovery-image] Sep 02 21:58:24.748 INFO O| Sep 02 21:58:24.747 INFO copying /tmp/.tmp7ID4b5/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 ...
90962026-09-02T21:58:25.588Z[ recovery-image] Sep 02 21:58:24.748 INFO O| Sep 02 21:58:24.748 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
90972026-09-02T21:58:25.588Z[ recovery-image] Sep 02 21:58:24.748 INFO O| Sep 02 21:58:24.748 INFO ok!
90982026-09-02T21:58:25.588Z[ recovery-image] Sep 02 21:58:24.748 INFO O| Sep 02 21:58:24.748 INFO STEP 59 (ensure_file) COMPLETE
90992026-09-02T21:58:25.588Z[ recovery-image] Sep 02 21:58:24.748 INFO O| Sep 02 21:58:24.748 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91002026-09-02T21:58:25.604Z[ recovery-image] Sep 02 21:58:24.760 INFO O| Sep 02 21:58:24.760 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
91012026-09-02T21:58:25.604Z[ recovery-image] Sep 02 21:58:24.760 INFO O| Sep 02 21:58:24.760 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
91022026-09-02T21:58:25.604Z[ recovery-image] Sep 02 21:58:24.760 INFO O| Sep 02 21:58:24.760 INFO STEP 60 (ensure_dir) COMPLETE
91032026-09-02T21:58:25.604Z[ recovery-image] Sep 02 21:58:24.760 INFO O| Sep 02 21:58:24.760 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91042026-09-02T21:58:25.618Z[ recovery-image] Sep 02 21:58:24.772 INFO O| Sep 02 21:58:24.772 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
91052026-09-02T21:58:25.618Z[ recovery-image] Sep 02 21:58:24.772 INFO O| Sep 02 21:58:24.772 INFO copying /tmp/.tmp7ID4b5/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 ...
91062026-09-02T21:58:25.647Z[ recovery-image] Sep 02 21:58:24.772 INFO O| Sep 02 21:58:24.772 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
91072026-09-02T21:58:25.647Z[ recovery-image] Sep 02 21:58:24.772 INFO O| Sep 02 21:58:24.772 INFO ok!
91082026-09-02T21:58:25.647Z[ recovery-image] Sep 02 21:58:24.772 INFO O| Sep 02 21:58:24.772 INFO STEP 61 (ensure_file) COMPLETE
91092026-09-02T21:58:25.647Z[ recovery-image] Sep 02 21:58:24.772 INFO O| Sep 02 21:58:24.772 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91102026-09-02T21:58:25.672Z[ recovery-image] Sep 02 21:58:24.785 INFO O| Sep 02 21:58:24.785 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
91112026-09-02T21:58:25.672Z[ recovery-image] Sep 02 21:58:24.785 INFO O| Sep 02 21:58:24.785 INFO copying /tmp/.tmp7ID4b5/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 ...
91122026-09-02T21:58:25.672Z[ recovery-image] Sep 02 21:58:24.785 INFO O| Sep 02 21:58:24.785 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
91132026-09-02T21:58:25.672Z[ recovery-image] Sep 02 21:58:24.785 INFO O| Sep 02 21:58:24.785 INFO ok!
91142026-09-02T21:58:25.673Z[ recovery-image] Sep 02 21:58:24.785 INFO O| Sep 02 21:58:24.785 INFO STEP 62 (ensure_file) COMPLETE
91152026-09-02T21:58:25.673Z[ recovery-image] Sep 02 21:58:24.785 INFO O| Sep 02 21:58:24.785 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91162026-09-02T21:58:25.673Z[ recovery-image] Sep 02 21:58:24.798 INFO O| Sep 02 21:58:24.798 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
91172026-09-02T21:58:25.673Z[ recovery-image] Sep 02 21:58:24.798 INFO O| Sep 02 21:58:24.798 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
91182026-09-02T21:58:25.673Z[ recovery-image] Sep 02 21:58:24.798 INFO O| Sep 02 21:58:24.798 INFO STEP 63 (ensure_dir) COMPLETE
91192026-09-02T21:58:25.673Z[ recovery-image] Sep 02 21:58:24.798 INFO O| Sep 02 21:58:24.798 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91202026-09-02T21:58:25.673Z[ recovery-image] Sep 02 21:58:24.810 INFO O| Sep 02 21:58:24.810 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91212026-09-02T21:58:25.673Z[ recovery-image] Sep 02 21:58:24.810 INFO O| Sep 02 21:58:24.810 INFO copying /tmp/.tmp7ID4b5/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 ...
91222026-09-02T21:58:25.673Z[ recovery-image] Sep 02 21:58:24.810 INFO O| Sep 02 21:58:24.810 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91232026-09-02T21:58:25.673Z[ recovery-image] Sep 02 21:58:24.810 INFO O| Sep 02 21:58:24.810 INFO ok!
91242026-09-02T21:58:25.673Z[ recovery-image] Sep 02 21:58:24.810 INFO O| Sep 02 21:58:24.810 INFO STEP 64 (ensure_file) COMPLETE
91252026-09-02T21:58:25.673Z[ recovery-image] Sep 02 21:58:24.810 INFO O| Sep 02 21:58:24.810 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91262026-09-02T21:58:25.673Z[ recovery-image] Sep 02 21:58:24.822 INFO O| Sep 02 21:58:24.822 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
91272026-09-02T21:58:25.673Z[ recovery-image] Sep 02 21:58:24.822 INFO O| Sep 02 21:58:24.822 INFO copying /tmp/.tmp7ID4b5/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
91282026-09-02T21:58:25.673Z[ recovery-image] Sep 02 21:58:24.822 INFO O| Sep 02 21:58:24.822 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91292026-09-02T21:58:25.673Z[ recovery-image] Sep 02 21:58:24.822 INFO O| Sep 02 21:58:24.822 INFO ok!
91302026-09-02T21:58:25.673Z[ recovery-image] Sep 02 21:58:24.822 INFO O| Sep 02 21:58:24.822 INFO STEP 65 (ensure_file) COMPLETE
91312026-09-02T21:58:25.673Z[ recovery-image] Sep 02 21:58:24.822 INFO O| Sep 02 21:58:24.822 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91322026-09-02T21:58:25.686Z[ recovery-image] Sep 02 21:58:24.846 INFO O| Sep 02 21:58:24.846 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91332026-09-02T21:58:25.686Z[ recovery-image] Sep 02 21:58:24.846 INFO O| Sep 02 21:58:24.846 INFO STEP 66 (ensure_dir) COMPLETE
91342026-09-02T21:58:25.686Z[ recovery-image] Sep 02 21:58:24.846 INFO O| Sep 02 21:58:24.846 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91352026-09-02T21:58:25.718Z[ recovery-image] Sep 02 21:58:24.870 INFO O| Sep 02 21:58:24.870 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91362026-09-02T21:58:25.718Z[ recovery-image] Sep 02 21:58:24.870 INFO O| Sep 02 21:58:24.870 INFO STEP 67 (ensure_dir) COMPLETE
91372026-09-02T21:58:25.718Z[ recovery-image] Sep 02 21:58:24.870 INFO O| Sep 02 21:58:24.870 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91382026-09-02T21:58:25.726Z[ recovery-image] Sep 02 21:58:24.881 INFO O| Sep 02 21:58:24.881 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91392026-09-02T21:58:25.726Z[ recovery-image] Sep 02 21:58:24.881 INFO O| Sep 02 21:58:24.881 INFO STEP 68 (ensure_dir) COMPLETE
91402026-09-02T21:58:25.726Z[ recovery-image] Sep 02 21:58:24.881 INFO O| Sep 02 21:58:24.881 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91412026-09-02T21:58:25.729Z[ recovery-image] Sep 02 21:58:24.891 INFO O| Sep 02 21:58:24.891 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91422026-09-02T21:58:25.730Z[ recovery-image] Sep 02 21:58:24.891 INFO O| Sep 02 21:58:24.891 INFO STEP 69 (ensure_dir) COMPLETE
91432026-09-02T21:58:25.730Z[ recovery-image] Sep 02 21:58:24.892 INFO O| Sep 02 21:58:24.891 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91442026-09-02T21:58:25.743Z[ recovery-image] Sep 02 21:58:24.902 INFO O| Sep 02 21:58:24.902 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91452026-09-02T21:58:25.744Z[ recovery-image] Sep 02 21:58:24.902 INFO O| Sep 02 21:58:24.902 INFO copying /tmp/.tmp7ID4b5/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91462026-09-02T21:58:25.744Z[ recovery-image] Sep 02 21:58:24.902 INFO O| Sep 02 21:58:24.902 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91472026-09-02T21:58:25.754Z[ recovery-image] Sep 02 21:58:24.902 INFO O| Sep 02 21:58:24.902 INFO ok!
91482026-09-02T21:58:25.754Z[ recovery-image] Sep 02 21:58:24.902 INFO O| Sep 02 21:58:24.902 INFO STEP 70 (ensure_file) COMPLETE
91492026-09-02T21:58:25.754Z[ recovery-image] Sep 02 21:58:24.902 INFO O| Sep 02 21:58:24.902 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91502026-09-02T21:58:25.757Z[ recovery-image] Sep 02 21:58:24.913 INFO O| Sep 02 21:58:24.913 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91512026-09-02T21:58:25.757Z[ recovery-image] Sep 02 21:58:24.913 INFO O| Sep 02 21:58:24.913 INFO STEP 71 (remove_files) COMPLETE
91522026-09-02T21:58:25.758Z[ recovery-image] Sep 02 21:58:24.913 INFO O| Sep 02 21:58:24.913 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91532026-09-02T21:58:25.761Z[ recovery-image] Sep 02 21:58:24.923 INFO O| Sep 02 21:58:24.923 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91542026-09-02T21:58:25.761Z[ recovery-image] Sep 02 21:58:24.924 INFO O| Sep 02 21:58:24.923 INFO STEP 72 (remove_files) COMPLETE
91552026-09-02T21:58:25.761Z[ recovery-image] Sep 02 21:58:24.924 INFO O| Sep 02 21:58:24.923 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91562026-09-02T21:58:25.792Z[ recovery-image] Sep 02 21:58:24.934 INFO O| Sep 02 21:58:24.934 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91572026-09-02T21:58:25.792Z[ recovery-image] Sep 02 21:58:24.934 INFO O| Sep 02 21:58:24.934 INFO STEP 73 (remove_files) COMPLETE
91582026-09-02T21:58:25.792Z[ recovery-image] Sep 02 21:58:24.934 INFO O| Sep 02 21:58:24.934 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91592026-09-02T21:58:25.800Z[ recovery-image] Sep 02 21:58:24.944 INFO O| Sep 02 21:58:24.944 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91602026-09-02T21:58:25.800Z[ recovery-image] Sep 02 21:58:24.944 INFO O| Sep 02 21:58:24.944 INFO STEP 74 (remove_files) COMPLETE
91612026-09-02T21:58:25.800Z[ recovery-image] Sep 02 21:58:24.944 INFO O| Sep 02 21:58:24.944 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91622026-09-02T21:58:25.800Z[ recovery-image] Sep 02 21:58:24.955 INFO O| Sep 02 21:58:24.954 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91632026-09-02T21:58:25.800Z[ recovery-image] Sep 02 21:58:24.955 INFO O| Sep 02 21:58:24.955 INFO STEP 75 (remove_files) COMPLETE
91642026-09-02T21:58:25.800Z[ recovery-image] Sep 02 21:58:24.955 INFO O| Sep 02 21:58:24.955 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91652026-09-02T21:58:25.806Z[ recovery-image] Sep 02 21:58:24.967 INFO O| Sep 02 21:58:24.967 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91662026-09-02T21:58:25.806Z[ recovery-image] Sep 02 21:58:24.967 INFO O| Sep 02 21:58:24.967 INFO STEP 76 (remove_files) COMPLETE
91672026-09-02T21:58:25.815Z[ recovery-image] Sep 02 21:58:24.967 INFO O| Sep 02 21:58:24.967 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91682026-09-02T21:58:25.822Z[ recovery-image] Sep 02 21:58:24.979 INFO O| Sep 02 21:58:24.979 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91692026-09-02T21:58:25.822Z[ recovery-image] Sep 02 21:58:24.979 INFO O| Sep 02 21:58:24.979 INFO STEP 77 (remove_files) COMPLETE
91702026-09-02T21:58:25.822Z[ recovery-image] Sep 02 21:58:24.979 INFO O| Sep 02 21:58:24.979 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91712026-09-02T21:58:25.831Z[ recovery-image] Sep 02 21:58:24.991 INFO O| Sep 02 21:58:24.991 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91722026-09-02T21:58:25.831Z[ recovery-image] Sep 02 21:58:24.991 INFO O| Sep 02 21:58:24.991 INFO STEP 78 (remove_files) COMPLETE
91732026-09-02T21:58:25.831Z[ recovery-image] Sep 02 21:58:24.991 INFO O| Sep 02 21:58:24.991 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91742026-09-02T21:58:25.856Z[ recovery-image] Sep 02 21:58:25.004 INFO O| Sep 02 21:58:25.004 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91752026-09-02T21:58:25.859Z[ recovery-image] Sep 02 21:58:25.004 INFO O| Sep 02 21:58:25.004 INFO STEP 79 (remove_files) COMPLETE
91762026-09-02T21:58:25.859Z[ recovery-image] Sep 02 21:58:25.004 INFO O| Sep 02 21:58:25.004 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91772026-09-02T21:58:25.867Z[ recovery-image] Sep 02 21:58:25.015 INFO O| Sep 02 21:58:25.015 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91782026-09-02T21:58:25.868Z[ recovery-image] Sep 02 21:58:25.015 INFO O| Sep 02 21:58:25.015 INFO STEP 80 (remove_files) COMPLETE
91792026-09-02T21:58:25.868Z[ recovery-image] Sep 02 21:58:25.015 INFO O| Sep 02 21:58:25.015 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91802026-09-02T21:58:25.872Z[ recovery-image] Sep 02 21:58:25.027 INFO O| Sep 02 21:58:25.027 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91812026-09-02T21:58:25.872Z[ recovery-image] Sep 02 21:58:25.027 INFO O| Sep 02 21:58:25.027 INFO STEP 81 (remove_files) COMPLETE
91822026-09-02T21:58:25.872Z[ recovery-image] Sep 02 21:58:25.027 INFO O| Sep 02 21:58:25.027 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91832026-09-02T21:58:25.876Z[ recovery-image] Sep 02 21:58:25.038 INFO O| Sep 02 21:58:25.038 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91842026-09-02T21:58:25.876Z[ recovery-image] Sep 02 21:58:25.038 INFO O| Sep 02 21:58:25.038 INFO STEP 82 (remove_files) COMPLETE
91852026-09-02T21:58:25.876Z[ recovery-image] Sep 02 21:58:25.038 INFO O| Sep 02 21:58:25.038 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91862026-09-02T21:58:25.897Z[ recovery-image] Sep 02 21:58:25.048 INFO O| Sep 02 21:58:25.048 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91872026-09-02T21:58:25.897Z[ recovery-image] Sep 02 21:58:25.048 INFO O| Sep 02 21:58:25.048 INFO STEP 83 (remove_files) COMPLETE
91882026-09-02T21:58:25.900Z[ recovery-image] Sep 02 21:58:25.048 INFO O| Sep 02 21:58:25.048 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91892026-09-02T21:58:25.900Z[ recovery-image] Sep 02 21:58:25.059 INFO O| Sep 02 21:58:25.059 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91902026-09-02T21:58:25.901Z[ recovery-image] Sep 02 21:58:25.059 INFO O| Sep 02 21:58:25.059 INFO STEP 84 (remove_files) COMPLETE
91912026-09-02T21:58:25.901Z[ recovery-image] Sep 02 21:58:25.059 INFO O| Sep 02 21:58:25.059 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91922026-09-02T21:58:25.912Z[ recovery-image] Sep 02 21:58:25.069 INFO O| Sep 02 21:58:25.069 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91932026-09-02T21:58:25.912Z[ recovery-image] Sep 02 21:58:25.069 INFO O| Sep 02 21:58:25.069 INFO STEP 85 (remove_files) COMPLETE
91942026-09-02T21:58:25.916Z[ recovery-image] Sep 02 21:58:25.069 INFO O| Sep 02 21:58:25.069 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91952026-09-02T21:58:25.920Z[ recovery-image] Sep 02 21:58:25.081 INFO O| Sep 02 21:58:25.081 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91962026-09-02T21:58:25.920Z[ recovery-image] Sep 02 21:58:25.081 INFO O| Sep 02 21:58:25.081 INFO STEP 86 (remove_files) COMPLETE
91972026-09-02T21:58:25.920Z[ recovery-image] Sep 02 21:58:25.081 INFO O| Sep 02 21:58:25.081 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91982026-09-02T21:58:25.930Z[ recovery-image] Sep 02 21:58:25.092 INFO O| Sep 02 21:58:25.092 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91992026-09-02T21:58:25.930Z[ recovery-image] Sep 02 21:58:25.092 INFO O| Sep 02 21:58:25.092 INFO STEP 87 (remove_files) COMPLETE
92002026-09-02T21:58:25.934Z[ recovery-image] Sep 02 21:58:25.092 INFO O| Sep 02 21:58:25.092 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92012026-09-02T21:58:25.942Z[ recovery-image] Sep 02 21:58:25.103 INFO O| Sep 02 21:58:25.103 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
92022026-09-02T21:58:25.942Z[ recovery-image] Sep 02 21:58:25.103 INFO O| Sep 02 21:58:25.103 INFO STEP 88 (remove_files) COMPLETE
92032026-09-02T21:58:25.947Z[ recovery-image] Sep 02 21:58:25.103 INFO O| Sep 02 21:58:25.103 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92042026-09-02T21:58:25.960Z[ recovery-image] Sep 02 21:58:25.114 INFO O| Sep 02 21:58:25.114 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
92052026-09-02T21:58:25.960Z[ recovery-image] Sep 02 21:58:25.114 INFO O| Sep 02 21:58:25.114 INFO STEP 89 (remove_files) COMPLETE
92062026-09-02T21:58:25.966Z[ recovery-image] Sep 02 21:58:25.114 INFO O| Sep 02 21:58:25.114 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92072026-09-02T21:58:25.966Z[ recovery-image] Sep 02 21:58:25.125 INFO O| Sep 02 21:58:25.125 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
92082026-09-02T21:58:25.966Z[ recovery-image] Sep 02 21:58:25.125 INFO O| Sep 02 21:58:25.125 INFO STEP 90 (remove_files) COMPLETE
92092026-09-02T21:58:25.966Z[ recovery-image] Sep 02 21:58:25.125 INFO O| Sep 02 21:58:25.125 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92102026-09-02T21:58:26.059Z[ recovery-image] Sep 02 21:58:25.136 INFO O| Sep 02 21:58:25.136 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
92112026-09-02T21:58:26.059Z[ recovery-image] Sep 02 21:58:25.136 INFO O| Sep 02 21:58:25.136 INFO STEP 91 (remove_files) COMPLETE
92122026-09-02T21:58:26.060Z[ recovery-image] Sep 02 21:58:25.136 INFO O| Sep 02 21:58:25.136 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92132026-09-02T21:58:26.060Z[ recovery-image] Sep 02 21:58:25.148 INFO O| Sep 02 21:58:25.148 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
92142026-09-02T21:58:26.060Z[ recovery-image] Sep 02 21:58:25.148 INFO O| Sep 02 21:58:25.148 INFO STEP 92 (remove_files) COMPLETE
92152026-09-02T21:58:26.060Z[ recovery-image] Sep 02 21:58:25.148 INFO O| Sep 02 21:58:25.148 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92162026-09-02T21:58:26.060Z[ recovery-image] Sep 02 21:58:25.158 INFO O| Sep 02 21:58:25.158 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
92172026-09-02T21:58:26.060Z[ recovery-image] Sep 02 21:58:25.158 INFO O| Sep 02 21:58:25.158 INFO STEP 93 (remove_files) COMPLETE
92182026-09-02T21:58:26.060Z[ recovery-image] Sep 02 21:58:25.158 INFO O| Sep 02 21:58:25.158 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92192026-09-02T21:58:26.060Z[ recovery-image] Sep 02 21:58:25.200 INFO O| Sep 02 21:58:25.200 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
92202026-09-02T21:58:26.060Z[ recovery-image] Sep 02 21:58:25.200 INFO O| Sep 02 21:58:25.200 INFO STEP 94 (remove_files) COMPLETE
92212026-09-02T21:58:26.060Z[ recovery-image] Sep 02 21:58:25.200 INFO O| Sep 02 21:58:25.200 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92222026-09-02T21:58:26.060Z[ recovery-image] Sep 02 21:58:25.212 INFO O| Sep 02 21:58:25.212 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
92232026-09-02T21:58:26.060Z[ recovery-image] Sep 02 21:58:25.212 INFO O| Sep 02 21:58:25.212 INFO STEP 95 (remove_files) COMPLETE
92242026-09-02T21:58:26.060Z[ recovery-image] Sep 02 21:58:25.212 INFO O| Sep 02 21:58:25.212 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92252026-09-02T21:58:26.087Z[ recovery-image] Sep 02 21:58:25.223 INFO O| Sep 02 21:58:25.223 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
92262026-09-02T21:58:26.087Z[ recovery-image] Sep 02 21:58:25.223 INFO O| Sep 02 21:58:25.223 INFO STEP 96 (remove_files) COMPLETE
92272026-09-02T21:58:26.087Z[ recovery-image] Sep 02 21:58:25.223 INFO O| Sep 02 21:58:25.223 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92282026-09-02T21:58:26.092Z[ recovery-image] Sep 02 21:58:25.234 INFO O| Sep 02 21:58:25.234 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92292026-09-02T21:58:26.093Z[ recovery-image] Sep 02 21:58:25.234 INFO O| Sep 02 21:58:25.234 INFO STEP 97 (remove_files) COMPLETE
92302026-09-02T21:58:26.093Z[ recovery-image] Sep 02 21:58:25.234 INFO O| Sep 02 21:58:25.234 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92312026-09-02T21:58:26.093Z[ recovery-image] Sep 02 21:58:25.245 INFO O| Sep 02 21:58:25.245 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92322026-09-02T21:58:26.093Z[ recovery-image] Sep 02 21:58:25.245 INFO O| Sep 02 21:58:25.245 INFO STEP 98 (remove_files) COMPLETE
92332026-09-02T21:58:26.093Z[ recovery-image] Sep 02 21:58:25.245 INFO O| Sep 02 21:58:25.245 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92342026-09-02T21:58:26.106Z[ recovery-image] Sep 02 21:58:25.255 INFO O| Sep 02 21:58:25.255 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92352026-09-02T21:58:26.106Z[ recovery-image] Sep 02 21:58:25.255 INFO O| Sep 02 21:58:25.255 INFO STEP 99 (remove_files) COMPLETE
92362026-09-02T21:58:26.106Z[ recovery-image] Sep 02 21:58:25.255 INFO O| Sep 02 21:58:25.255 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92372026-09-02T21:58:26.115Z[ recovery-image] Sep 02 21:58:25.273 INFO O| Sep 02 21:58:25.273 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92382026-09-02T21:58:26.115Z[ recovery-image] Sep 02 21:58:25.273 INFO O| Sep 02 21:58:25.273 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "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"}
92392026-09-02T21:58:28.442Z[verify-libraries] Compiling oso v0.27.3
92402026-09-02T21:58:35.130Z[ recovery-image] Sep 02 21:58:30.962 INFO O| Sep 02 21:58:30.962 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
92412026-09-02T21:58:35.130Z[ recovery-image] Sep 02 21:58:30.962 INFO O| Sep 02 21:58:30.962 INFO E| svccfg: Loaded 69 smf(7) service descriptions
92422026-09-02T21:58:35.276Z[ recovery-image] Sep 02 21:58:30.983 INFO O| Sep 02 21:58:30.983 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"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", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
92432026-09-02T21:58:35.277Z[ recovery-image] Sep 02 21:58:31.092 INFO O| Sep 02 21:58:31.091 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
92442026-09-02T21:58:35.277Z[ recovery-image] Sep 02 21:58:31.155 INFO O| Sep 02 21:58:31.155 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_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", "SVCCFG_CHECKHASH": "1"}
92452026-09-02T21:58:35.277Z[ recovery-image] Sep 02 21:58:31.226 INFO O| Sep 02 21:58:31.226 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92462026-09-02T21:58:35.277Z[ recovery-image] Sep 02 21:58:31.226 INFO O| Sep 02 21:58:31.226 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 ...
92472026-09-02T21:58:35.277Z[ recovery-image] Sep 02 21:58:31.228 INFO O| Sep 02 21:58:31.228 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92482026-09-02T21:58:35.277Z[ recovery-image] Sep 02 21:58:31.228 INFO O| Sep 02 21:58:31.228 INFO ok!
92492026-09-02T21:58:35.277Z[ recovery-image] Sep 02 21:58:31.228 INFO O| Sep 02 21:58:31.228 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92502026-09-02T21:58:35.277Z[ recovery-image] Sep 02 21:58:31.228 INFO O| Sep 02 21:58:31.228 INFO STEP 100 (seed_smf) COMPLETE
92512026-09-02T21:58:35.277Z[ recovery-image] Sep 02 21:58:31.228 INFO O| Sep 02 21:58:31.228 INFO steps complete; finalising image!
92522026-09-02T21:58:35.277Z[ recovery-image] Sep 02 21:58:31.228 INFO O| Sep 02 21:58:31.228 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92532026-09-02T21:58:35.277Z[ recovery-image] Sep 02 21:58:31.315 INFO O| Sep 02 21:58:31.315 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Wed Sep 2 21:58:31 2026)
92542026-09-02T21:58:35.277Z[ recovery-image] Sep 02 21:58:31.522 INFO O| Sep 02 21:58:31.522 INFO trim TEMPORARY-sled-zfs-recovery: (21% trimmed, started at Wed Sep 2 21:58:31 2026)
92552026-09-02T21:58:35.277Z[ recovery-image] Sep 02 21:58:31.730 INFO O| Sep 02 21:58:31.730 INFO trim TEMPORARY-sled-zfs-recovery: (26% trimmed, started at Wed Sep 2 21:58:31 2026)
92562026-09-02T21:58:35.277Z[ recovery-image] Sep 02 21:58:31.937 INFO O| Sep 02 21:58:31.937 INFO trim TEMPORARY-sled-zfs-recovery: (52% trimmed, started at Wed Sep 2 21:58:31 2026)
92572026-09-02T21:58:35.278Z[ recovery-image] Sep 02 21:58:32.145 INFO O| Sep 02 21:58:32.145 INFO trim TEMPORARY-sled-zfs-recovery: (58% trimmed, started at Wed Sep 2 21:58:31 2026)
92582026-09-02T21:58:35.278Z[ recovery-image] Sep 02 21:58:32.351 INFO O| Sep 02 21:58:32.351 INFO trim TEMPORARY-sled-zfs-recovery: (72% trimmed, started at Wed Sep 2 21:58:31 2026)
92592026-09-02T21:58:35.278Z[ recovery-image] Sep 02 21:58:32.559 INFO O| Sep 02 21:58:32.559 INFO trim TEMPORARY-sled-zfs-recovery: (76% trimmed, started at Wed Sep 2 21:58:31 2026)
92602026-09-02T21:58:35.278Z[ recovery-image] Sep 02 21:58:32.775 INFO O| Sep 02 21:58:32.774 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Wed Sep 2 21:58:31 2026)
92612026-09-02T21:58:35.278Z[ recovery-image] Sep 02 21:58:32.982 INFO O| Sep 02 21:58:32.982 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Wed Sep 2 21:58:31 2026)
92622026-09-02T21:58:35.278Z[ recovery-image] Sep 02 21:58:33.202 INFO O| Sep 02 21:58:33.190 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Wed Sep 2 21:58:31 2026)
92632026-09-02T21:58:35.278Z[ recovery-image] Sep 02 21:58:33.472 INFO O| Sep 02 21:58:33.472 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Wed Sep 2 21:58:31 2026)
92642026-09-02T21:58:35.302Z[ recovery-image] Sep 02 21:58:33.679 INFO O| Sep 02 21:58:33.679 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Wed Sep 2 21:58:31 2026)
92652026-09-02T21:58:35.302Z[ recovery-image] Sep 02 21:58:33.886 INFO O| Sep 02 21:58:33.886 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Wed Sep 2 21:58:31 2026)
92662026-09-02T21:58:35.302Z[ recovery-image] Sep 02 21:58:34.092 INFO O| Sep 02 21:58:34.091 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Wed Sep 2 21:58:31 2026)
92672026-09-02T21:58:35.302Z[ recovery-image] Sep 02 21:58:34.298 INFO O| Sep 02 21:58:34.298 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Wed Sep 2 21:58:31 2026)
92682026-09-02T21:58:35.348Z[ recovery-image] Sep 02 21:58:34.504 INFO O| Sep 02 21:58:34.504 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Wed Sep 2 21:58:31 2026)
92692026-09-02T21:58:35.549Z[ recovery-image] Sep 02 21:58:34.711 INFO O| Sep 02 21:58:34.710 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Wed Sep 2 21:58:31 2026)
92702026-09-02T21:58:35.755Z[ recovery-image] Sep 02 21:58:34.917 INFO O| Sep 02 21:58:34.917 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Wed Sep 2 21:58:31 2026)
92712026-09-02T21:58:35.963Z[ recovery-image] Sep 02 21:58:35.123 INFO O| Sep 02 21:58:35.123 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Wed Sep 2 21:58:31 2026)
92722026-09-02T21:58:36.170Z[ recovery-image] Sep 02 21:58:35.330 INFO O| Sep 02 21:58:35.330 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Wed Sep 2 21:58:31 2026)
92732026-09-02T21:58:36.466Z[ recovery-image] Sep 02 21:58:35.537 INFO O| Sep 02 21:58:35.537 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Wed Sep 2 21:58:31 2026)
92742026-09-02T21:58:36.581Z[ recovery-image] Sep 02 21:58:35.743 INFO O| Sep 02 21:58:35.743 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Wed Sep 2 21:58:31 2026)
92752026-09-02T21:58:36.787Z[ recovery-image] Sep 02 21:58:35.949 INFO O| Sep 02 21:58:35.949 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Wed Sep 2 21:58:31 2026)
92762026-09-02T21:58:36.995Z[ recovery-image] Sep 02 21:58:36.156 INFO O| Sep 02 21:58:36.156 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Wed Sep 2 21:58:31 2026)
92772026-09-02T21:58:37.200Z[ recovery-image] Sep 02 21:58:36.362 INFO O| Sep 02 21:58:36.362 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Wed Sep 2 21:58:31 2026)
92782026-09-02T21:58:37.406Z[ recovery-image] Sep 02 21:58:36.568 INFO O| Sep 02 21:58:36.568 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Wed Sep 2 21:58:31 2026)
92792026-09-02T21:58:37.613Z[ recovery-image] Sep 02 21:58:36.775 INFO O| Sep 02 21:58:36.775 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Wed Sep 2 21:58:31 2026)
92802026-09-02T21:58:37.819Z[ recovery-image] Sep 02 21:58:36.981 INFO O| Sep 02 21:58:36.981 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Wed Sep 2 21:58:31 2026)
92812026-09-02T21:58:37.862Z[ host-image] Sep 02 21:58:37.025 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24238:20260902T165440Z
92822026-09-02T21:58:37.863Z[ host-image] Sep 02 21:58:37.025 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24238:20260902T165440Z
92832026-09-02T21:58:37.866Z[ host-image] Sep 02 21:58:37.025 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92842026-09-02T21:58:37.866Z[ host-image] Sep 02 21:58:37.025 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92852026-09-02T21:58:37.867Z[ host-image] Sep 02 21:58:37.025 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92862026-09-02T21:58:37.867Z[ host-image] Sep 02 21:58:37.025 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92872026-09-02T21:58:37.867Z[ host-image] Sep 02 21:58:37.025 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92882026-09-02T21:58:37.867Z[ host-image] Sep 02 21:58:37.025 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92892026-09-02T21:58:37.867Z[ host-image] Sep 02 21:58:37.026 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260902T214230Z
92902026-09-02T21:58:37.867Z[ host-image] Sep 02 21:58:37.026 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92912026-09-02T21:58:37.867Z[ host-image] Sep 02 21:58:37.026 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92922026-09-02T21:58:37.867Z[ host-image] Sep 02 21:58:37.026 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24238:20260902T165441Z
92932026-09-02T21:58:37.868Z[ host-image] Sep 02 21:58:37.026 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24238:20260902T165441Z
92942026-09-02T21:58:37.868Z[ host-image] Sep 02 21:58:37.026 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24238:20260902T165441Z
92952026-09-02T21:58:37.868Z[ host-image] Sep 02 21:58:37.026 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24238:20260902T165441Z
92962026-09-02T21:58:37.868Z[ host-image] Sep 02 21:58:37.026 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92972026-09-02T21:58:37.868Z[ host-image] Sep 02 21:58:37.027 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24238:20260902T165441Z
92982026-09-02T21:58:37.868Z[ host-image] Sep 02 21:58:37.027 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24238:20260902T165441Z
92992026-09-02T21:58:37.868Z[ host-image] Sep 02 21:58:37.027 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24238:20260902T165441Z
93002026-09-02T21:58:37.868Z[ host-image] Sep 02 21:58:37.027 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24238:20260902T165441Z
93012026-09-02T21:58:37.868Z[ host-image] Sep 02 21:58:37.027 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24238:20260902T165442Z
93022026-09-02T21:58:37.868Z[ host-image] Sep 02 21:58:37.027 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24238:20260902T165442Z
93032026-09-02T21:58:37.868Z[ host-image] Sep 02 21:58:37.027 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24238:20260902T165442Z
93042026-09-02T21:58:37.868Z[ host-image] Sep 02 21:58:37.027 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24238:20260902T165442Z
93052026-09-02T21:58:37.868Z[ host-image] Sep 02 21:58:37.027 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24238:20260902T165442Z
93062026-09-02T21:58:37.868Z[ host-image] Sep 02 21:58:37.027 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24238:20260902T165442Z
93072026-09-02T21:58:37.869Z[ host-image] Sep 02 21:58:37.027 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24238:20260902T165442Z
93082026-09-02T21:58:37.869Z[ host-image] Sep 02 21:58:37.028 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24238:20260902T165443Z
93092026-09-02T21:58:37.869Z[ host-image] Sep 02 21:58:37.028 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24238:20260902T165443Z
93102026-09-02T21:58:37.869Z[ host-image] Sep 02 21:58:37.028 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24238:20260902T165444Z
93112026-09-02T21:58:37.869Z[ host-image] Sep 02 21:58:37.028 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24238:20260902T165444Z
93122026-09-02T21:58:37.869Z[ host-image] Sep 02 21:58:37.028 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
93132026-09-02T21:58:37.869Z[ host-image] Sep 02 21:58:37.028 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24238:20260902T165445Z
93142026-09-02T21:58:37.869Z[ host-image] Sep 02 21:58:37.028 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24238:20260902T165445Z
93152026-09-02T21:58:37.869Z[ host-image] Sep 02 21:58:37.028 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24238:20260902T165446Z
93162026-09-02T21:58:37.869Z[ host-image] Sep 02 21:58:37.028 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24238:20260902T165446Z
93172026-09-02T21:58:37.869Z[ host-image] Sep 02 21:58:37.028 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24238:20260902T165446Z
93182026-09-02T21:58:37.869Z[ host-image] Sep 02 21:58:37.028 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24238:20260902T165447Z
93192026-09-02T21:58:37.869Z[ host-image] Sep 02 21:58:37.028 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24238:20260902T165447Z
93202026-09-02T21:58:37.876Z[ host-image] Sep 02 21:58:37.032 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
93212026-09-02T21:58:37.876Z[ host-image] Sep 02 21:58:37.032 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24238:20260902T165447Z
93222026-09-02T21:58:37.876Z[ host-image] Sep 02 21:58:37.032 INFO O| install = pkg://helios/library/expat@2.8.3-3.0:20260902T163107Z
93232026-09-02T21:58:37.876Z[ host-image] Sep 02 21:58:37.032 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
93242026-09-02T21:58:37.876Z[ host-image] Sep 02 21:58:37.032 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
93252026-09-02T21:58:37.877Z[ host-image] Sep 02 21:58:37.032 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
93262026-09-02T21:58:37.877Z[ host-image] Sep 02 21:58:37.032 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24238:20260902T165447Z
93272026-09-02T21:58:37.877Z[ host-image] Sep 02 21:58:37.032 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
93282026-09-02T21:58:37.877Z[ host-image] Sep 02 21:58:37.032 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
93292026-09-02T21:58:37.877Z[ host-image] Sep 02 21:58:37.032 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
93302026-09-02T21:58:37.877Z[ host-image] Sep 02 21:58:37.032 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
93312026-09-02T21:58:37.877Z[ host-image] Sep 02 21:58:37.036 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
93322026-09-02T21:58:37.877Z[ host-image] Sep 02 21:58:37.036 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
93332026-09-02T21:58:37.877Z[ host-image] Sep 02 21:58:37.036 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
93342026-09-02T21:58:37.877Z[ host-image] Sep 02 21:58:37.037 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
93352026-09-02T21:58:37.881Z[ host-image] Sep 02 21:58:37.037 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
93362026-09-02T21:58:37.882Z[ host-image] Sep 02 21:58:37.037 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
93372026-09-02T21:58:37.889Z[ host-image] Sep 02 21:58:37.050 INFO O| install = pkg://helios/library/security/openssl-3@3.5.8-3.0:20260902T163624Z
93382026-09-02T21:58:37.893Z[ host-image] Sep 02 21:58:37.050 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
93392026-09-02T21:58:37.893Z[ host-image] Sep 02 21:58:37.050 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
93402026-09-02T21:58:37.893Z[ host-image] Sep 02 21:58:37.050 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24238:20260902T165448Z
93412026-09-02T21:58:37.893Z[ host-image] Sep 02 21:58:37.050 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24238:20260902T165450Z
93422026-09-02T21:58:37.893Z[ host-image] Sep 02 21:58:37.050 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93432026-09-02T21:58:37.893Z[ host-image] Sep 02 21:58:37.050 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24238:20260902T165451Z
93442026-09-02T21:58:37.893Z[ host-image] Sep 02 21:58:37.050 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93452026-09-02T21:58:37.893Z[ host-image] Sep 02 21:58:37.050 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93462026-09-02T21:58:37.893Z[ host-image] Sep 02 21:58:37.050 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93472026-09-02T21:58:37.893Z[ host-image] Sep 02 21:58:37.050 INFO O| install = pkg://helios/network/rsync@3.5.0-3.0:20260902T163025Z
93482026-09-02T21:58:37.894Z[ host-image] Sep 02 21:58:37.050 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24238:20260902T165451Z
93492026-09-02T21:58:37.894Z[ host-image] Sep 02 21:58:37.051 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93502026-09-02T21:58:37.894Z[ host-image] Sep 02 21:58:37.052 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93512026-09-02T21:58:37.894Z[ host-image] Sep 02 21:58:37.052 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93522026-09-02T21:58:37.894Z[ host-image] Sep 02 21:58:37.052 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93532026-09-02T21:58:37.894Z[ host-image] Sep 02 21:58:37.052 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24238:20260902T165451Z
93542026-09-02T21:58:37.895Z[ host-image] Sep 02 21:58:37.052 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93552026-09-02T21:58:37.899Z[ host-image] Sep 02 21:58:37.056 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93562026-09-02T21:58:37.899Z[ host-image] Sep 02 21:58:37.056 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24238:20260902T165451Z
93572026-09-02T21:58:37.899Z[ host-image] Sep 02 21:58:37.057 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24238:20260902T165451Z
93582026-09-02T21:58:37.899Z[ host-image] Sep 02 21:58:37.057 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24238:20260902T165451Z
93592026-09-02T21:58:37.899Z[ host-image] Sep 02 21:58:37.057 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93602026-09-02T21:58:37.899Z[ host-image] Sep 02 21:58:37.057 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24238:20260902T165452Z
93612026-09-02T21:58:37.900Z[ host-image] Sep 02 21:58:37.057 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24238:20260902T165452Z
93622026-09-02T21:58:37.900Z[ host-image] Sep 02 21:58:37.057 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24238:20260902T165452Z
93632026-09-02T21:58:37.900Z[ host-image] Sep 02 21:58:37.058 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24238:20260902T165452Z
93642026-09-02T21:58:37.900Z[ host-image] Sep 02 21:58:37.059 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93652026-09-02T21:58:37.900Z[ host-image] Sep 02 21:58:37.059 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24238:20260902T165452Z
93662026-09-02T21:58:37.901Z[ host-image] Sep 02 21:58:37.059 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24238:20260902T165453Z
93672026-09-02T21:58:37.901Z[ host-image] Sep 02 21:58:37.059 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93682026-09-02T21:58:37.901Z[ host-image] Sep 02 21:58:37.059 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24238:20260902T165453Z
93692026-09-02T21:58:37.901Z[ host-image] Sep 02 21:58:37.059 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24238:20260902T165453Z
93702026-09-02T21:58:37.901Z[ host-image] Sep 02 21:58:37.059 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24238:20260902T165453Z
93712026-09-02T21:58:37.901Z[ host-image] Sep 02 21:58:37.059 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24238:20260902T165453Z
93722026-09-02T21:58:37.905Z[ host-image] Sep 02 21:58:37.062 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24238:20260902T165453Z
93732026-09-02T21:58:37.905Z[ host-image] Sep 02 21:58:37.062 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93742026-09-02T21:58:37.905Z[ host-image] Sep 02 21:58:37.062 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24238:20260902T165453Z
93752026-09-02T21:58:37.905Z[ host-image] Sep 02 21:58:37.062 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24238:20260902T165453Z
93762026-09-02T21:58:37.906Z[ host-image] Sep 02 21:58:37.063 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24238:20260902T165453Z
93772026-09-02T21:58:37.906Z[ host-image] Sep 02 21:58:37.063 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24238:20260902T165453Z
93782026-09-02T21:58:37.906Z[ host-image] Sep 02 21:58:37.063 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24238:20260902T165453Z
93792026-09-02T21:58:37.906Z[ host-image] Sep 02 21:58:37.063 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24238:20260902T165454Z
93802026-09-02T21:58:37.906Z[ host-image] Sep 02 21:58:37.063 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24238:20260902T165454Z
93812026-09-02T21:58:37.906Z[ host-image] Sep 02 21:58:37.063 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24238:20260902T165454Z
93822026-09-02T21:58:37.906Z[ host-image] Sep 02 21:58:37.066 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24238:20260902T165454Z
93832026-09-02T21:58:37.906Z[ host-image] Sep 02 21:58:37.066 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24238:20260902T165454Z
93842026-09-02T21:58:37.906Z[ host-image] Sep 02 21:58:37.066 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24238:20260902T165454Z
93852026-09-02T21:58:37.906Z[ host-image] Sep 02 21:58:37.067 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24238:20260902T165454Z
93862026-09-02T21:58:37.906Z[ host-image] Sep 02 21:58:37.067 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24238:20260902T165454Z
93872026-09-02T21:58:37.912Z[ host-image] Sep 02 21:58:37.073 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24238:20260902T165456Z
93882026-09-02T21:58:37.918Z[ host-image] Sep 02 21:58:37.073 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24238:20260902T165454Z
93892026-09-02T21:58:37.918Z[ host-image] Sep 02 21:58:37.073 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24238:20260902T165455Z
93902026-09-02T21:58:37.918Z[ host-image] Sep 02 21:58:37.074 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93912026-09-02T21:58:37.918Z[ host-image] Sep 02 21:58:37.074 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93922026-09-02T21:58:37.922Z[ host-image] Sep 02 21:58:37.083 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24238:20260902T165455Z
93932026-09-02T21:58:37.922Z[ host-image] Sep 02 21:58:37.083 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93942026-09-02T21:58:37.922Z[ host-image] Sep 02 21:58:37.083 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24238:20260902T165455Z
93952026-09-02T21:58:37.922Z[ host-image] Sep 02 21:58:37.083 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24238:20260902T165455Z
93962026-09-02T21:58:37.922Z[ host-image] Sep 02 21:58:37.083 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24238:20260902T165455Z
93972026-09-02T21:58:37.922Z[ host-image] Sep 02 21:58:37.083 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93982026-09-02T21:58:37.924Z[ host-image] Sep 02 21:58:37.083 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93992026-09-02T21:58:37.924Z[ host-image] Sep 02 21:58:37.084 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24238:20260902T165455Z
94002026-09-02T21:58:37.924Z[ host-image] Sep 02 21:58:37.084 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24238:20260902T165455Z
94012026-09-02T21:58:37.924Z[ host-image] Sep 02 21:58:37.084 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24238:20260902T165455Z
94022026-09-02T21:58:37.924Z[ host-image] Sep 02 21:58:37.084 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24238:20260902T165455Z
94032026-09-02T21:58:37.928Z[ host-image] Sep 02 21:58:37.084 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24238:20260902T165456Z
94042026-09-02T21:58:37.928Z[ host-image] Sep 02 21:58:37.084 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24238:20260902T165456Z
94052026-09-02T21:58:37.929Z[ host-image] Sep 02 21:58:37.085 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
94062026-09-02T21:58:37.929Z[ host-image] Sep 02 21:58:37.085 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24238:20260902T165456Z
94072026-09-02T21:58:37.929Z[ host-image] Sep 02 21:58:37.085 INFO O| install = pkg://helios/system/microcode/intel@20260812-3.0.24238:20260902T165456Z
94082026-09-02T21:58:37.929Z[ host-image] Sep 02 21:58:37.085 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24238:20260902T165456Z
94092026-09-02T21:58:37.929Z[ host-image] Sep 02 21:58:37.085 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24238:20260902T165457Z
94102026-09-02T21:58:37.929Z[ host-image] Sep 02 21:58:37.085 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24238:20260902T165456Z
94112026-09-02T21:58:37.930Z[ host-image] Sep 02 21:58:37.085 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24238:20260902T165457Z
94122026-09-02T21:58:37.930Z[ host-image] Sep 02 21:58:37.085 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
94132026-09-02T21:58:37.930Z[ host-image] Sep 02 21:58:37.085 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
94142026-09-02T21:58:37.930Z[ host-image] Sep 02 21:58:37.086 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24238:20260902T165458Z
94152026-09-02T21:58:37.930Z[ host-image] Sep 02 21:58:37.086 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24238:20260902T165458Z
94162026-09-02T21:58:37.930Z[ host-image] Sep 02 21:58:37.086 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
94172026-09-02T21:58:37.930Z[ host-image] Sep 02 21:58:37.086 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
94182026-09-02T21:58:37.930Z[ host-image] Sep 02 21:58:37.086 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
94192026-09-02T21:58:37.930Z[ host-image] Sep 02 21:58:37.086 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
94202026-09-02T21:58:37.930Z[ host-image] Sep 02 21:58:37.086 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
94212026-09-02T21:58:37.930Z[ host-image] Sep 02 21:58:37.086 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
94222026-09-02T21:58:37.930Z[ host-image] Sep 02 21:58:37.087 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
94232026-09-02T21:58:37.931Z[ host-image] Sep 02 21:58:37.087 INFO O| tempdir @ "/tmp/.tmpuGGk0L/tmp"
94242026-09-02T21:58:37.931Z[ host-image] Sep 02 21:58:37.087 INFO O| image root @ "/tmp/.tmpuGGk0L/tmp/root"
94252026-09-02T21:58:37.931Z[ host-image] Sep 02 21:58:37.087 INFO O| creating image...
94262026-09-02T21:58:38.029Z[ recovery-image] Sep 02 21:58:37.188 INFO O| Sep 02 21:58:37.188 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Wed Sep 2 21:58:31 2026)
94272026-09-02T21:58:38.101Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
94282026-09-02T21:58:38.144Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
94292026-09-02T21:58:38.255Z[ recovery-image] Sep 02 21:58:37.417 INFO O| Sep 02 21:58:37.417 INFO temporary pool has 501M used, 1.26G avail, 1.00x compressratio
94302026-09-02T21:58:38.256Z[ recovery-image] Sep 02 21:58:37.417 INFO O| Sep 02 21:58:37.417 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
94312026-09-02T21:58:40.078Z[ recovery-image] Sep 02 21:58:39.237 INFO O| Sep 02 21:58:39.237 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
94322026-09-02T21:58:40.078Z[ recovery-image] Sep 02 21:58:39.237 INFO O| Sep 02 21:58:39.237 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
94332026-09-02T21:58:40.176Z[ host-image] Sep 02 21:58:39.337 INFO O| copying publishers...
94342026-09-02T21:58:42.881Z[ recovery-image] Sep 02 21:58:42.043 INFO O| Sep 02 21:58:42.043 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
94352026-09-02T21:58:42.881Z[ recovery-image] Sep 02 21:58:42.043 INFO O| Sep 02 21:58:42.043 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
94362026-09-02T21:58:42.888Z[ recovery-image] Sep 02 21:58:42.043 INFO O| Sep 02 21:58:42.043 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
94372026-09-02T21:58:42.888Z[ recovery-image] Sep 02 21:58:42.043 INFO O| Sep 02 21:58:42.043 INFO completed processing sled/zfs-recovery
94382026-09-02T21:58:42.888Z[ recovery-image] Sep 02 21:58:42.043 INFO O| Sep 02 21:58:42.043 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
94392026-09-02T21:58:47.283Z[ host-image] Sep 02 21:58:46.439 INFO O| adding properties...
94402026-09-02T21:58:49.594Z[ recovery-image] Sep 02 21:58:48.756 INFO O| Sep 02 21:58:48.756 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
94412026-09-02T21:58:49.723Z[ recovery-image] Sep 02 21:58:48.884 INFO BUILD STRING "heads/stlouis-0-g0e29ea8d43\n"
94422026-09-02T21:58:49.723Z[ recovery-image] Sep 02 21:58:48.884 INFO expanded image name: "recovery cc7d14f/${os_short_commit} 2026-09-02 21:42" -> "recovery cc7d14f/0e29ea8 2026-09-02 21:42"
94432026-09-02T21:58:49.723Z[ recovery-image] Sep 02 21:58:48.884 INFO output artefacts stored in: "/work/os-recovery"
94442026-09-02T21:58:49.723Z[ recovery-image] Sep 02 21:58:48.884 INFO collecting git info from project "chelsio-t6-roms"...
94452026-09-02T21:58:49.744Z[ recovery-image] Sep 02 21:58:48.906 INFO collecting git info from project "amd-firmware"...
94462026-09-02T21:58:49.981Z[ recovery-image] Sep 02 21:58:49.141 INFO collecting git info from project "pilot"...
94472026-09-02T21:58:49.990Z[ recovery-image] Sep 02 21:58:49.152 INFO collecting git info from project "amd-host-image-builder"...
94482026-09-02T21:58:50.019Z[ host-image] Sep 02 21:58:49.180 INFO O| installing packages...
94492026-09-02T21:58:50.040Z[ recovery-image] Sep 02 21:58:49.201 INFO collecting git info from project "dmar-report"...
94502026-09-02T21:58:50.054Z[ recovery-image] Sep 02 21:58:49.214 INFO collecting git info from project "phbl"...
94512026-09-02T21:58:50.062Z[ recovery-image] Sep 02 21:58:49.224 INFO collecting git info from project "pinprick"...
94522026-09-02T21:58:50.072Z[ recovery-image] Sep 02 21:58:49.232 INFO collecting git info from project "image-builder"...
94532026-09-02T21:58:50.080Z[ recovery-image] Sep 02 21:58:49.241 INFO collecting git info from project "bootserver"...
94542026-09-02T21:58:50.090Z[ recovery-image] Sep 02 21:58:49.252 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94552026-09-02T21:58:50.102Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
94562026-09-02T21:58:50.170Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
94572026-09-02T21:58:50.904Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
94582026-09-02T21:58:51.062Z[ recovery-image] Sep 02 21:58:50.203 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94592026-09-02T21:58:51.472Z[ recovery-image] Sep 02 21:58:50.633 INFO creating Oxide boot image...
94602026-09-02T21:58:51.472Z[ recovery-image] Sep 02 21:58:50.633 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery cc7d14f/0e29ea8 2026-09-02 21:42", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
94612026-09-02T21:58:51.928Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
94622026-09-02T21:58:53.512Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
94632026-09-02T21:58:56.094Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
94642026-09-02T21:58:58.386Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
94652026-09-02T21:59:00.781Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94662026-09-02T21:59:02.396Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94672026-09-02T21:59:02.738Z[ host-image] Sep 02 21:59:01.884 INFO O| seeding SMF database...
94682026-09-02T21:59:08.718Z[ host-image] Sep 02 21:59:07.877 INFO O| configuring SMF profile...
94692026-09-02T21:59:08.718Z[ host-image] Sep 02 21:59:07.877 INFO O| modifying shadow(5)...
94702026-09-02T21:59:08.722Z[ host-image] Sep 02 21:59:07.877 INFO O| loading user and group database...
94712026-09-02T21:59:08.722Z[ host-image] Sep 02 21:59:07.877 INFO O| loading facet selections...
94722026-09-02T21:59:09.111Z[ host-image] Sep 02 21:59:08.273 INFO O| devel -> true
94732026-09-02T21:59:09.111Z[ host-image] Sep 02 21:59:08.273 INFO O| doc.man -> true
94742026-09-02T21:59:09.111Z[ host-image] Sep 02 21:59:08.273 INFO O| version-lock.shell/ksh93 -> true
94752026-09-02T21:59:09.116Z[ host-image] Sep 02 21:59:08.273 INFO O| version-lock.system/data/hardware-registry -> true
94762026-09-02T21:59:09.116Z[ host-image] Sep 02 21:59:08.273 INFO O| version-lock.system/data/zoneinfo -> true
94772026-09-02T21:59:09.116Z[ host-image] Sep 02 21:59:08.273 INFO O| version-lock.system/microcode/amd -> true
94782026-09-02T21:59:09.116Z[ host-image] Sep 02 21:59:08.273 INFO O| version-lock.system/microcode/intel -> true
94792026-09-02T21:59:09.116Z[ host-image] Sep 02 21:59:08.273 INFO O| version-lock.system/microcode/oxide -> true
94802026-09-02T21:59:09.116Z[ host-image] Sep 02 21:59:08.273 INFO O| assessing packaged files...
94812026-09-02T21:59:09.807Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94822026-09-02T21:59:11.006Z[ host-image] Sep 02 21:59:10.154 INFO O| creating archive...
94832026-09-02T21:59:11.028Z[ host-image] Sep 02 21:59:10.180 INFO O| missing from packaging:
94842026-09-02T21:59:11.028Z[ host-image] Sep 02 21:59:10.180 INFO O| "etc/.pwd.lock"
94852026-09-02T21:59:11.033Z[ host-image] Sep 02 21:59:10.180 INFO O| "etc/bash"
94862026-09-02T21:59:11.033Z[ host-image] Sep 02 21:59:10.185 INFO O| "etc/svc/profile/generic.xml"
94872026-09-02T21:59:11.033Z[ host-image] Sep 02 21:59:10.185 INFO O| "etc/svc/profile/inetd_services.xml"
94882026-09-02T21:59:11.033Z[ host-image] Sep 02 21:59:10.185 INFO O| "etc/svc/profile/name_service.xml"
94892026-09-02T21:59:11.033Z[ host-image] Sep 02 21:59:10.185 INFO O| "etc/svc/profile/platform.xml"
94902026-09-02T21:59:11.033Z[ host-image] Sep 02 21:59:10.185 INFO O| "etc/svc/profile/platform_omicron1.xml"
94912026-09-02T21:59:11.033Z[ host-image] Sep 02 21:59:10.185 INFO O| "etc/svc/repository.db"
94922026-09-02T21:59:11.033Z[ host-image] Sep 02 21:59:10.192 INFO O| "opt/ooce/share"
94932026-09-02T21:59:11.034Z[ host-image] Sep 02 21:59:10.192 INFO O| "opt/ooce/share/man"
94942026-09-02T21:59:11.034Z[ host-image] Sep 02 21:59:10.192 INFO O| "opt/ooce/share/man/man1"
94952026-09-02T21:59:11.042Z[ host-image] Sep 02 21:59:10.203 INFO O| finishing archive...
94962026-09-02T21:59:13.776Z[ host-image] Sep 02 21:59:12.938 INFO O| creating gzonly manifest...
94972026-09-02T21:59:13.782Z[ host-image] Sep 02 21:59:12.945 INFO O| ok
94982026-09-02T21:59:13.924Z[ host-image] Sep 02 21:59:13.086 INFO image builder template: ramdisk-02-trim...
94992026-09-02T21:59:13.924Z[ host-image] Sep 02 21:59:13.086 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/.tmp7ID4b5/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
95002026-09-02T21:59:13.943Z[ host-image] Sep 02 21:59:13.105 INFO O| Sep 02 21:59:13.105 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
95012026-09-02T21:59:13.947Z[ host-image] Sep 02 21:59:13.109 INFO O| Sep 02 21:59:13.109 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
95022026-09-02T21:59:15.251Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
95032026-09-02T21:59:15.318Z[ host-image] Sep 02 21:59:13.864 INFO O| Sep 02 21:59:13.864 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
95042026-09-02T21:59:15.318Z[ host-image] Sep 02 21:59:13.961 INFO O| Sep 02 21:59:13.961 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
95052026-09-02T21:59:15.318Z[ host-image] Sep 02 21:59:13.961 INFO O| Sep 02 21:59:13.961 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
95062026-09-02T21:59:15.318Z[ host-image] Sep 02 21:59:13.966 INFO O| Sep 02 21:59:13.966 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
95072026-09-02T21:59:15.318Z[ host-image] Sep 02 21:59:13.969 INFO O| Sep 02 21:59:13.969 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
95082026-09-02T21:59:15.318Z[ host-image] Sep 02 21:59:13.976 INFO O| Sep 02 21:59:13.976 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
95092026-09-02T21:59:15.325Z[ host-image] Sep 02 21:59:14.469 INFO O| Sep 02 21:59:14.468 INFO rolled back to input snapshot; work may begin
95102026-09-02T21:59:15.326Z[ host-image] Sep 02 21:59:14.469 INFO O| Sep 02 21:59:14.468 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
95112026-09-02T21:59:15.326Z[ host-image] Sep 02 21:59:14.474 INFO O| Sep 02 21:59:14.474 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95122026-09-02T21:59:15.411Z[ host-image] Sep 02 21:59:14.487 INFO O| Sep 02 21:59:14.487 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
95132026-09-02T21:59:15.422Z[ host-image] Sep 02 21:59:14.534 INFO O| Sep 02 21:59:14.534 INFO STEP 0 (remove_files) COMPLETE
95142026-09-02T21:59:15.423Z[ host-image] Sep 02 21:59:14.534 INFO O| Sep 02 21:59:14.534 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95152026-09-02T21:59:15.423Z[ host-image] Sep 02 21:59:14.547 INFO O| Sep 02 21:59:14.547 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
95162026-09-02T21:59:15.423Z[ host-image] Sep 02 21:59:14.548 INFO O| Sep 02 21:59:14.548 INFO STEP 1 (remove_files) COMPLETE
95172026-09-02T21:59:15.423Z[ host-image] Sep 02 21:59:14.548 INFO O| Sep 02 21:59:14.548 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95182026-09-02T21:59:15.423Z[ host-image] Sep 02 21:59:14.559 INFO O| Sep 02 21:59:14.559 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
95192026-09-02T21:59:15.423Z[ host-image] Sep 02 21:59:14.573 INFO O| Sep 02 21:59:14.573 INFO STEP 2 (remove_files) COMPLETE
95202026-09-02T21:59:15.423Z[ host-image] Sep 02 21:59:14.573 INFO O| Sep 02 21:59:14.573 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95212026-09-02T21:59:15.432Z[ host-image] Sep 02 21:59:14.584 INFO O| Sep 02 21:59:14.584 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
95222026-09-02T21:59:15.432Z[ host-image] Sep 02 21:59:14.585 INFO O| Sep 02 21:59:14.585 INFO STEP 3 (remove_files) COMPLETE
95232026-09-02T21:59:15.433Z[ host-image] Sep 02 21:59:14.585 INFO O| Sep 02 21:59:14.585 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95242026-09-02T21:59:15.442Z[ host-image] Sep 02 21:59:14.595 INFO O| Sep 02 21:59:14.595 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
95252026-09-02T21:59:15.442Z[ host-image] Sep 02 21:59:14.598 INFO O| Sep 02 21:59:14.598 INFO STEP 4 (remove_files) COMPLETE
95262026-09-02T21:59:15.442Z[ host-image] Sep 02 21:59:14.598 INFO O| Sep 02 21:59:14.598 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95272026-09-02T21:59:15.505Z[ host-image] Sep 02 21:59:14.607 INFO O| Sep 02 21:59:14.607 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
95282026-09-02T21:59:15.511Z[ host-image] Sep 02 21:59:14.609 INFO O| Sep 02 21:59:14.609 INFO STEP 5 (remove_files) COMPLETE
95292026-09-02T21:59:15.511Z[ host-image] Sep 02 21:59:14.609 INFO O| Sep 02 21:59:14.609 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95302026-09-02T21:59:15.511Z[ host-image] Sep 02 21:59:14.619 INFO O| Sep 02 21:59:14.619 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
95312026-09-02T21:59:15.511Z[ host-image] Sep 02 21:59:14.631 INFO O| Sep 02 21:59:14.631 INFO STEP 6 (remove_files) COMPLETE
95322026-09-02T21:59:15.511Z[ host-image] Sep 02 21:59:14.631 INFO O| Sep 02 21:59:14.631 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95332026-09-02T21:59:15.511Z[ host-image] Sep 02 21:59:14.631 INFO O| Sep 02 21:59:14.631 INFO skip step because feature "heliosv2" is not enabled
95342026-09-02T21:59:15.512Z[ host-image] Sep 02 21:59:14.631 INFO O| Sep 02 21:59:14.631 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95352026-09-02T21:59:15.512Z[ host-image] Sep 02 21:59:14.643 INFO O| Sep 02 21:59:14.643 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
95362026-09-02T21:59:15.512Z[ host-image] Sep 02 21:59:14.657 INFO O| Sep 02 21:59:14.657 INFO STEP 8 (remove_files) COMPLETE
95372026-09-02T21:59:15.512Z[ host-image] Sep 02 21:59:14.657 INFO O| Sep 02 21:59:14.657 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95382026-09-02T21:59:15.512Z[ host-image] Sep 02 21:59:14.669 INFO O| Sep 02 21:59:14.669 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
95392026-09-02T21:59:15.594Z[ host-image] Sep 02 21:59:14.756 INFO O| Sep 02 21:59:14.756 INFO STEP 9 (remove_files) COMPLETE
95402026-09-02T21:59:15.594Z[ host-image] Sep 02 21:59:14.756 INFO O| Sep 02 21:59:14.756 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95412026-09-02T21:59:15.605Z[ host-image] Sep 02 21:59:14.767 INFO O| Sep 02 21:59:14.767 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
95422026-09-02T21:59:15.697Z[ host-image] Sep 02 21:59:14.859 INFO O| Sep 02 21:59:14.859 INFO STEP 10 (remove_files) COMPLETE
95432026-09-02T21:59:15.697Z[ host-image] Sep 02 21:59:14.859 INFO O| Sep 02 21:59:14.859 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95442026-09-02T21:59:15.712Z[ host-image] Sep 02 21:59:14.872 INFO O| Sep 02 21:59:14.872 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
95452026-09-02T21:59:15.717Z[ host-image] Sep 02 21:59:14.875 INFO O| Sep 02 21:59:14.875 INFO STEP 11 (remove_files) COMPLETE
95462026-09-02T21:59:15.717Z[ host-image] Sep 02 21:59:14.875 INFO O| Sep 02 21:59:14.875 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95472026-09-02T21:59:15.726Z[ host-image] Sep 02 21:59:14.886 INFO O| Sep 02 21:59:14.886 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
95482026-09-02T21:59:15.736Z[ host-image] Sep 02 21:59:14.887 INFO O| Sep 02 21:59:14.887 INFO STEP 12 (remove_files) COMPLETE
95492026-09-02T21:59:15.736Z[ host-image] Sep 02 21:59:14.887 INFO O| Sep 02 21:59:14.887 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95502026-09-02T21:59:15.769Z[ host-image] Sep 02 21:59:14.900 INFO O| Sep 02 21:59:14.900 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
95512026-09-02T21:59:15.769Z[ host-image] Sep 02 21:59:14.902 INFO O| Sep 02 21:59:14.902 INFO STEP 13 (remove_files) COMPLETE
95522026-09-02T21:59:15.769Z[ host-image] Sep 02 21:59:14.902 INFO O| Sep 02 21:59:14.902 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95532026-09-02T21:59:15.806Z[ host-image] Sep 02 21:59:14.955 INFO O| Sep 02 21:59:14.955 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95542026-09-02T21:59:15.831Z[ host-image] Sep 02 21:59:14.993 INFO O| Sep 02 21:59:14.993 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95552026-09-02T21:59:16.013Z[ host-image] Sep 02 21:59:15.176 INFO O| Sep 02 21:59:15.176 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95562026-09-02T21:59:16.014Z[ host-image] Sep 02 21:59:15.176 INFO O| Sep 02 21:59:15.176 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95572026-09-02T21:59:16.017Z[ host-image] Sep 02 21:59:15.176 INFO O| Sep 02 21:59:15.176 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95582026-09-02T21:59:16.017Z[ host-image] Sep 02 21:59:15.176 INFO O| Sep 02 21:59:15.176 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95592026-09-02T21:59:16.017Z[ host-image] Sep 02 21:59:15.176 INFO O| Sep 02 21:59:15.176 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95602026-09-02T21:59:16.017Z[ host-image] Sep 02 21:59:15.176 INFO O| Sep 02 21:59:15.176 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95612026-09-02T21:59:16.017Z[ host-image] Sep 02 21:59:15.176 INFO O| Sep 02 21:59:15.176 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95622026-09-02T21:59:16.017Z[ host-image] Sep 02 21:59:15.176 INFO O| Sep 02 21:59:15.176 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95632026-09-02T21:59:16.017Z[ host-image] Sep 02 21:59:15.176 INFO O| Sep 02 21:59:15.176 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95642026-09-02T21:59:16.017Z[ host-image] Sep 02 21:59:15.176 INFO O| Sep 02 21:59:15.176 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95652026-09-02T21:59:16.017Z[ host-image] Sep 02 21:59:15.177 INFO O| Sep 02 21:59:15.177 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95662026-09-02T21:59:16.017Z[ host-image] Sep 02 21:59:15.177 INFO O| Sep 02 21:59:15.177 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95672026-09-02T21:59:16.017Z[ host-image] Sep 02 21:59:15.177 INFO O| Sep 02 21:59:15.177 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95682026-09-02T21:59:16.017Z[ host-image] Sep 02 21:59:15.177 INFO O| Sep 02 21:59:15.177 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95692026-09-02T21:59:16.017Z[ host-image] Sep 02 21:59:15.177 INFO O| Sep 02 21:59:15.177 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95702026-09-02T21:59:16.017Z[ host-image] Sep 02 21:59:15.177 INFO O| Sep 02 21:59:15.177 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95712026-09-02T21:59:16.022Z[ host-image] Sep 02 21:59:15.184 INFO O| Sep 02 21:59:15.184 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95722026-09-02T21:59:16.025Z[ host-image] Sep 02 21:59:15.185 INFO O| Sep 02 21:59:15.185 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95732026-09-02T21:59:16.027Z[ host-image] Sep 02 21:59:15.190 INFO O| Sep 02 21:59:15.190 INFO STEP 14 (remove_files) COMPLETE
95742026-09-02T21:59:16.028Z[ host-image] Sep 02 21:59:15.190 INFO O| Sep 02 21:59:15.190 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95752026-09-02T21:59:16.039Z[ host-image] Sep 02 21:59:15.201 INFO O| Sep 02 21:59:15.201 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95762026-09-02T21:59:16.043Z[ host-image] Sep 02 21:59:15.202 INFO O| Sep 02 21:59:15.202 INFO STEP 15 (remove_files) COMPLETE
95772026-09-02T21:59:16.043Z[ host-image] Sep 02 21:59:15.202 INFO O| Sep 02 21:59:15.202 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95782026-09-02T21:59:16.051Z[ host-image] Sep 02 21:59:15.213 INFO O| Sep 02 21:59:15.213 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95792026-09-02T21:59:16.058Z[ host-image] Sep 02 21:59:15.220 INFO O| Sep 02 21:59:15.220 INFO STEP 16 (remove_files) COMPLETE
95802026-09-02T21:59:16.058Z[ host-image] Sep 02 21:59:15.220 INFO O| Sep 02 21:59:15.220 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95812026-09-02T21:59:16.071Z[ host-image] Sep 02 21:59:15.231 INFO O| Sep 02 21:59:15.231 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95822026-09-02T21:59:16.075Z[ host-image] Sep 02 21:59:15.232 INFO O| Sep 02 21:59:15.232 INFO STEP 17 (remove_files) COMPLETE
95832026-09-02T21:59:16.075Z[ host-image] Sep 02 21:59:15.232 INFO O| Sep 02 21:59:15.232 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95842026-09-02T21:59:16.086Z[ host-image] Sep 02 21:59:15.243 INFO O| Sep 02 21:59:15.243 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95852026-09-02T21:59:16.089Z[ host-image] Sep 02 21:59:15.244 INFO O| Sep 02 21:59:15.244 INFO STEP 18 (remove_files) COMPLETE
95862026-09-02T21:59:16.089Z[ host-image] Sep 02 21:59:15.244 INFO O| Sep 02 21:59:15.244 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95872026-09-02T21:59:16.092Z[ host-image] Sep 02 21:59:15.253 INFO O| Sep 02 21:59:15.253 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95882026-09-02T21:59:16.092Z[ host-image] Sep 02 21:59:15.253 INFO O| Sep 02 21:59:15.253 INFO STEP 19 (remove_files) COMPLETE
95892026-09-02T21:59:16.092Z[ host-image] Sep 02 21:59:15.253 INFO O| Sep 02 21:59:15.253 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95902026-09-02T21:59:16.100Z[ host-image] Sep 02 21:59:15.263 INFO O| Sep 02 21:59:15.263 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95912026-09-02T21:59:16.100Z[ host-image] Sep 02 21:59:15.263 INFO O| Sep 02 21:59:15.263 INFO STEP 20 (remove_files) COMPLETE
95922026-09-02T21:59:16.103Z[ host-image] Sep 02 21:59:15.263 INFO O| Sep 02 21:59:15.263 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95932026-09-02T21:59:16.110Z[ host-image] Sep 02 21:59:15.271 INFO O| Sep 02 21:59:15.271 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95942026-09-02T21:59:16.110Z[ host-image] Sep 02 21:59:15.272 INFO O| Sep 02 21:59:15.271 INFO STEP 21 (remove_files) COMPLETE
95952026-09-02T21:59:16.114Z[ host-image] Sep 02 21:59:15.272 INFO O| Sep 02 21:59:15.271 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95962026-09-02T21:59:16.119Z[ host-image] Sep 02 21:59:15.282 INFO O| Sep 02 21:59:15.281 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95972026-09-02T21:59:16.119Z[ host-image] Sep 02 21:59:15.282 INFO O| Sep 02 21:59:15.282 INFO STEP 22 (remove_files) COMPLETE
95982026-09-02T21:59:16.119Z[ host-image] Sep 02 21:59:15.282 INFO O| Sep 02 21:59:15.282 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95992026-09-02T21:59:16.128Z[ host-image] Sep 02 21:59:15.291 INFO O| Sep 02 21:59:15.291 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
96002026-09-02T21:59:16.131Z[ host-image] Sep 02 21:59:15.291 INFO O| Sep 02 21:59:15.291 INFO STEP 23 (remove_files) COMPLETE
96012026-09-02T21:59:16.131Z[ host-image] Sep 02 21:59:15.291 INFO O| Sep 02 21:59:15.291 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96022026-09-02T21:59:16.138Z[ host-image] Sep 02 21:59:15.301 INFO O| Sep 02 21:59:15.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
96032026-09-02T21:59:16.141Z[ host-image] Sep 02 21:59:15.301 INFO O| Sep 02 21:59:15.301 INFO STEP 24 (remove_files) COMPLETE
96042026-09-02T21:59:16.142Z[ host-image] Sep 02 21:59:15.301 INFO O| Sep 02 21:59:15.301 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96052026-09-02T21:59:16.149Z[ host-image] Sep 02 21:59:15.311 INFO O| Sep 02 21:59:15.311 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
96062026-09-02T21:59:16.149Z[ host-image] Sep 02 21:59:15.311 INFO O| Sep 02 21:59:15.311 INFO STEP 25 (remove_files) COMPLETE
96072026-09-02T21:59:16.152Z[ host-image] Sep 02 21:59:15.311 INFO O| Sep 02 21:59:15.311 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96082026-09-02T21:59:16.160Z[ host-image] Sep 02 21:59:15.321 INFO O| Sep 02 21:59:15.321 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
96092026-09-02T21:59:16.163Z[ host-image] Sep 02 21:59:15.321 INFO O| Sep 02 21:59:15.321 INFO STEP 26 (remove_files) COMPLETE
96102026-09-02T21:59:16.163Z[ host-image] Sep 02 21:59:15.321 INFO O| Sep 02 21:59:15.321 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96112026-09-02T21:59:16.168Z[ host-image] Sep 02 21:59:15.331 INFO O| Sep 02 21:59:15.331 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
96122026-09-02T21:59:16.171Z[ host-image] Sep 02 21:59:15.331 INFO O| Sep 02 21:59:15.331 INFO STEP 27 (remove_files) COMPLETE
96132026-09-02T21:59:16.171Z[ host-image] Sep 02 21:59:15.331 INFO O| Sep 02 21:59:15.331 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96142026-09-02T21:59:16.178Z[ host-image] Sep 02 21:59:15.340 INFO O| Sep 02 21:59:15.340 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
96152026-09-02T21:59:16.183Z[ host-image] Sep 02 21:59:15.340 INFO O| Sep 02 21:59:15.340 INFO STEP 28 (remove_files) COMPLETE
96162026-09-02T21:59:16.183Z[ host-image] Sep 02 21:59:15.340 INFO O| Sep 02 21:59:15.340 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96172026-09-02T21:59:16.188Z[ host-image] Sep 02 21:59:15.350 INFO O| Sep 02 21:59:15.350 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
96182026-09-02T21:59:16.188Z[ host-image] Sep 02 21:59:15.350 INFO O| Sep 02 21:59:15.350 INFO STEP 29 (remove_files) COMPLETE
96192026-09-02T21:59:16.191Z[ host-image] Sep 02 21:59:15.350 INFO O| Sep 02 21:59:15.350 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96202026-09-02T21:59:16.197Z[ host-image] Sep 02 21:59:15.360 INFO O| Sep 02 21:59:15.360 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
96212026-09-02T21:59:16.198Z[ host-image] Sep 02 21:59:15.360 INFO O| Sep 02 21:59:15.360 INFO STEP 30 (remove_files) COMPLETE
96222026-09-02T21:59:16.201Z[ host-image] Sep 02 21:59:15.360 INFO O| Sep 02 21:59:15.360 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96232026-09-02T21:59:16.207Z[ host-image] Sep 02 21:59:15.370 INFO O| Sep 02 21:59:15.370 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
96242026-09-02T21:59:16.207Z[ host-image] Sep 02 21:59:15.370 INFO O| Sep 02 21:59:15.370 INFO STEP 31 (remove_files) COMPLETE
96252026-09-02T21:59:16.207Z[ host-image] Sep 02 21:59:15.370 INFO O| Sep 02 21:59:15.370 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96262026-09-02T21:59:16.219Z[ host-image] Sep 02 21:59:15.382 INFO O| Sep 02 21:59:15.381 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
96272026-09-02T21:59:16.219Z[ host-image] Sep 02 21:59:15.382 INFO O| Sep 02 21:59:15.382 INFO STEP 32 (remove_files) COMPLETE
96282026-09-02T21:59:16.219Z[ host-image] Sep 02 21:59:15.382 INFO O| Sep 02 21:59:15.382 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96292026-09-02T21:59:16.230Z[ host-image] Sep 02 21:59:15.392 INFO O| Sep 02 21:59:15.392 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
96302026-09-02T21:59:16.230Z[ host-image] Sep 02 21:59:15.392 INFO O| Sep 02 21:59:15.392 INFO STEP 33 (remove_files) COMPLETE
96312026-09-02T21:59:16.230Z[ host-image] Sep 02 21:59:15.392 INFO O| Sep 02 21:59:15.392 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96322026-09-02T21:59:16.240Z[ host-image] Sep 02 21:59:15.403 INFO O| Sep 02 21:59:15.403 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
96332026-09-02T21:59:16.240Z[ host-image] Sep 02 21:59:15.403 INFO O| Sep 02 21:59:15.403 INFO STEP 34 (remove_files) COMPLETE
96342026-09-02T21:59:16.244Z[ host-image] Sep 02 21:59:15.403 INFO O| Sep 02 21:59:15.403 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96352026-09-02T21:59:16.252Z[ host-image] Sep 02 21:59:15.412 INFO O| Sep 02 21:59:15.412 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
96362026-09-02T21:59:16.252Z[ host-image] Sep 02 21:59:15.412 INFO O| Sep 02 21:59:15.412 INFO STEP 35 (remove_files) COMPLETE
96372026-09-02T21:59:16.252Z[ host-image] Sep 02 21:59:15.412 INFO O| Sep 02 21:59:15.412 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96382026-09-02T21:59:16.259Z[ host-image] Sep 02 21:59:15.422 INFO O| Sep 02 21:59:15.422 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
96392026-09-02T21:59:16.260Z[ host-image] Sep 02 21:59:15.422 INFO O| Sep 02 21:59:15.422 INFO STEP 36 (remove_files) COMPLETE
96402026-09-02T21:59:16.261Z[ host-image] Sep 02 21:59:15.422 INFO O| Sep 02 21:59:15.422 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96412026-09-02T21:59:16.271Z[ host-image] Sep 02 21:59:15.433 INFO O| Sep 02 21:59:15.433 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
96422026-09-02T21:59:16.271Z[ host-image] Sep 02 21:59:15.433 INFO O| Sep 02 21:59:15.433 INFO STEP 37 (remove_files) COMPLETE
96432026-09-02T21:59:16.277Z[ host-image] Sep 02 21:59:15.433 INFO O| Sep 02 21:59:15.433 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96442026-09-02T21:59:16.283Z[ host-image] Sep 02 21:59:15.442 INFO O| Sep 02 21:59:15.442 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
96452026-09-02T21:59:16.283Z[ host-image] Sep 02 21:59:15.442 INFO O| Sep 02 21:59:15.442 INFO STEP 38 (remove_files) COMPLETE
96462026-09-02T21:59:16.283Z[ host-image] Sep 02 21:59:15.442 INFO O| Sep 02 21:59:15.442 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96472026-09-02T21:59:16.289Z[ host-image] Sep 02 21:59:15.452 INFO O| Sep 02 21:59:15.452 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
96482026-09-02T21:59:16.289Z[ host-image] Sep 02 21:59:15.452 INFO O| Sep 02 21:59:15.452 INFO STEP 39 (remove_files) COMPLETE
96492026-09-02T21:59:16.292Z[ host-image] Sep 02 21:59:15.452 INFO O| Sep 02 21:59:15.452 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96502026-09-02T21:59:16.299Z[ host-image] Sep 02 21:59:15.462 INFO O| Sep 02 21:59:15.462 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
96512026-09-02T21:59:16.299Z[ host-image] Sep 02 21:59:15.462 INFO O| Sep 02 21:59:15.462 INFO STEP 40 (remove_files) COMPLETE
96522026-09-02T21:59:16.302Z[ host-image] Sep 02 21:59:15.462 INFO O| Sep 02 21:59:15.462 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96532026-09-02T21:59:16.309Z[ host-image] Sep 02 21:59:15.472 INFO O| Sep 02 21:59:15.472 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96542026-09-02T21:59:16.309Z[ host-image] Sep 02 21:59:15.472 INFO O| Sep 02 21:59:15.472 INFO STEP 41 (remove_files) COMPLETE
96552026-09-02T21:59:16.309Z[ host-image] Sep 02 21:59:15.472 INFO O| Sep 02 21:59:15.472 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96562026-09-02T21:59:16.320Z[ host-image] Sep 02 21:59:15.482 INFO O| Sep 02 21:59:15.482 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96572026-09-02T21:59:16.320Z[ host-image] Sep 02 21:59:15.482 INFO O| Sep 02 21:59:15.482 INFO STEP 42 (remove_files) COMPLETE
96582026-09-02T21:59:16.320Z[ host-image] Sep 02 21:59:15.482 INFO O| Sep 02 21:59:15.482 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96592026-09-02T21:59:16.329Z[ host-image] Sep 02 21:59:15.492 INFO O| Sep 02 21:59:15.492 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96602026-09-02T21:59:16.329Z[ host-image] Sep 02 21:59:15.492 INFO O| Sep 02 21:59:15.492 INFO STEP 43 (remove_files) COMPLETE
96612026-09-02T21:59:16.332Z[ host-image] Sep 02 21:59:15.492 INFO O| Sep 02 21:59:15.492 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96622026-09-02T21:59:16.340Z[ host-image] Sep 02 21:59:15.503 INFO O| Sep 02 21:59:15.503 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96632026-09-02T21:59:16.340Z[ host-image] Sep 02 21:59:15.503 INFO O| Sep 02 21:59:15.503 INFO STEP 44 (remove_files) COMPLETE
96642026-09-02T21:59:16.343Z[ host-image] Sep 02 21:59:15.503 INFO O| Sep 02 21:59:15.503 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96652026-09-02T21:59:16.349Z[ host-image] Sep 02 21:59:15.512 INFO O| Sep 02 21:59:15.512 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96662026-09-02T21:59:16.349Z[ host-image] Sep 02 21:59:15.512 INFO O| Sep 02 21:59:15.512 INFO STEP 45 (remove_files) COMPLETE
96672026-09-02T21:59:16.352Z[ host-image] Sep 02 21:59:15.512 INFO O| Sep 02 21:59:15.512 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96682026-09-02T21:59:16.360Z[ host-image] Sep 02 21:59:15.522 INFO O| Sep 02 21:59:15.522 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96692026-09-02T21:59:16.360Z[ host-image] Sep 02 21:59:15.522 INFO O| Sep 02 21:59:15.522 INFO STEP 46 (remove_files) COMPLETE
96702026-09-02T21:59:16.360Z[ host-image] Sep 02 21:59:15.522 INFO O| Sep 02 21:59:15.522 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96712026-09-02T21:59:16.370Z[ host-image] Sep 02 21:59:15.533 INFO O| Sep 02 21:59:15.533 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96722026-09-02T21:59:16.373Z[ host-image] Sep 02 21:59:15.533 INFO O| Sep 02 21:59:15.533 INFO STEP 47 (remove_files) COMPLETE
96732026-09-02T21:59:16.373Z[ host-image] Sep 02 21:59:15.533 INFO O| Sep 02 21:59:15.533 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96742026-09-02T21:59:16.382Z[ host-image] Sep 02 21:59:15.544 INFO O| Sep 02 21:59:15.544 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96752026-09-02T21:59:16.382Z[ host-image] Sep 02 21:59:15.544 INFO O| Sep 02 21:59:15.544 INFO STEP 48 (remove_files) COMPLETE
96762026-09-02T21:59:16.382Z[ host-image] Sep 02 21:59:15.544 INFO O| Sep 02 21:59:15.544 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96772026-09-02T21:59:16.392Z[ host-image] Sep 02 21:59:15.554 INFO O| Sep 02 21:59:15.554 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96782026-09-02T21:59:16.392Z[ host-image] Sep 02 21:59:15.554 INFO O| Sep 02 21:59:15.554 INFO STEP 49 (remove_files) COMPLETE
96792026-09-02T21:59:16.395Z[ host-image] Sep 02 21:59:15.554 INFO O| Sep 02 21:59:15.554 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96802026-09-02T21:59:16.401Z[ host-image] Sep 02 21:59:15.564 INFO O| Sep 02 21:59:15.564 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96812026-09-02T21:59:16.402Z[ host-image] Sep 02 21:59:15.564 INFO O| Sep 02 21:59:15.564 INFO STEP 50 (remove_files) COMPLETE
96822026-09-02T21:59:16.402Z[ host-image] Sep 02 21:59:15.564 INFO O| Sep 02 21:59:15.564 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96832026-09-02T21:59:16.412Z[ host-image] Sep 02 21:59:15.574 INFO O| Sep 02 21:59:15.574 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96842026-09-02T21:59:16.412Z[ host-image] Sep 02 21:59:15.574 INFO O| Sep 02 21:59:15.574 INFO STEP 51 (remove_files) COMPLETE
96852026-09-02T21:59:16.412Z[ host-image] Sep 02 21:59:15.574 INFO O| Sep 02 21:59:15.574 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96862026-09-02T21:59:16.423Z[ host-image] Sep 02 21:59:15.586 INFO O| Sep 02 21:59:15.585 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96872026-09-02T21:59:16.423Z[ host-image] Sep 02 21:59:15.586 INFO O| Sep 02 21:59:15.586 INFO STEP 52 (remove_files) COMPLETE
96882026-09-02T21:59:16.426Z[ host-image] Sep 02 21:59:15.586 INFO O| Sep 02 21:59:15.586 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96892026-09-02T21:59:16.434Z[ host-image] Sep 02 21:59:15.596 INFO O| Sep 02 21:59:15.596 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96902026-09-02T21:59:16.434Z[ host-image] Sep 02 21:59:15.596 INFO O| Sep 02 21:59:15.596 INFO STEP 53 (remove_files) COMPLETE
96912026-09-02T21:59:16.434Z[ host-image] Sep 02 21:59:15.596 INFO O| Sep 02 21:59:15.596 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96922026-09-02T21:59:16.444Z[ host-image] Sep 02 21:59:15.606 INFO O| Sep 02 21:59:15.606 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96932026-09-02T21:59:16.444Z[ host-image] Sep 02 21:59:15.606 INFO O| Sep 02 21:59:15.606 INFO STEP 54 (remove_files) COMPLETE
96942026-09-02T21:59:16.444Z[ host-image] Sep 02 21:59:15.606 INFO O| Sep 02 21:59:15.606 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96952026-09-02T21:59:16.455Z[ host-image] Sep 02 21:59:15.617 INFO O| Sep 02 21:59:15.617 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96962026-09-02T21:59:16.455Z[ host-image] Sep 02 21:59:15.617 INFO O| Sep 02 21:59:15.617 INFO STEP 55 (remove_files) COMPLETE
96972026-09-02T21:59:16.455Z[ host-image] Sep 02 21:59:15.617 INFO O| Sep 02 21:59:15.617 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96982026-09-02T21:59:16.466Z[ host-image] Sep 02 21:59:15.628 INFO O| Sep 02 21:59:15.628 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96992026-09-02T21:59:16.466Z[ host-image] Sep 02 21:59:15.628 INFO O| Sep 02 21:59:15.628 INFO STEP 56 (remove_files) COMPLETE
97002026-09-02T21:59:17.471Z[ host-image] Sep 02 21:59:15.628 INFO O| Sep 02 21:59:15.628 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97012026-09-02T21:59:17.476Z[ host-image] Sep 02 21:59:15.639 INFO O| Sep 02 21:59:15.639 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
97022026-09-02T21:59:17.476Z[ host-image] Sep 02 21:59:15.639 INFO O| Sep 02 21:59:15.639 INFO STEP 57 (remove_files) COMPLETE
97032026-09-02T21:59:17.476Z[ host-image] Sep 02 21:59:15.639 INFO O| Sep 02 21:59:15.639 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97042026-09-02T21:59:17.476Z[ host-image] Sep 02 21:59:15.650 INFO O| Sep 02 21:59:15.650 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
97052026-09-02T21:59:17.476Z[ host-image] Sep 02 21:59:15.650 INFO O| Sep 02 21:59:15.650 INFO STEP 58 (remove_files) COMPLETE
97062026-09-02T21:59:17.476Z[ host-image] Sep 02 21:59:15.650 INFO O| Sep 02 21:59:15.650 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97072026-09-02T21:59:17.476Z[ host-image] Sep 02 21:59:15.660 INFO O| Sep 02 21:59:15.660 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
97082026-09-02T21:59:17.476Z[ host-image] Sep 02 21:59:15.660 INFO O| Sep 02 21:59:15.660 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
97092026-09-02T21:59:17.476Z[ host-image] Sep 02 21:59:15.660 INFO O| Sep 02 21:59:15.660 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97102026-09-02T21:59:17.476Z[ host-image] Sep 02 21:59:15.660 INFO O| Sep 02 21:59:15.660 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97112026-09-02T21:59:17.476Z[ host-image] Sep 02 21:59:15.660 INFO O| Sep 02 21:59:15.660 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97122026-09-02T21:59:17.476Z[ host-image] Sep 02 21:59:15.660 INFO O| Sep 02 21:59:15.660 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97132026-09-02T21:59:17.476Z[ host-image] Sep 02 21:59:15.660 INFO O| Sep 02 21:59:15.660 INFO ok!
97142026-09-02T21:59:17.476Z[ host-image] Sep 02 21:59:15.661 INFO O| Sep 02 21:59:15.660 INFO STEP 59 (ensure_file) COMPLETE
97152026-09-02T21:59:17.476Z[ host-image] Sep 02 21:59:15.661 INFO O| Sep 02 21:59:15.660 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97162026-09-02T21:59:17.476Z[ host-image] Sep 02 21:59:15.670 INFO O| Sep 02 21:59:15.670 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
97172026-09-02T21:59:17.476Z[ host-image] Sep 02 21:59:15.670 INFO O| Sep 02 21:59:15.670 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
97182026-09-02T21:59:17.476Z[ host-image] Sep 02 21:59:15.670 INFO O| Sep 02 21:59:15.670 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97192026-09-02T21:59:17.477Z[ host-image] Sep 02 21:59:15.670 INFO O| Sep 02 21:59:15.670 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97202026-09-02T21:59:17.477Z[ host-image] Sep 02 21:59:15.670 INFO O| Sep 02 21:59:15.670 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97212026-09-02T21:59:17.477Z[ host-image] Sep 02 21:59:15.670 INFO O| Sep 02 21:59:15.670 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97222026-09-02T21:59:17.477Z[ host-image] Sep 02 21:59:15.670 INFO O| Sep 02 21:59:15.670 INFO ok!
97232026-09-02T21:59:17.477Z[ host-image] Sep 02 21:59:15.670 INFO O| Sep 02 21:59:15.670 INFO STEP 60 (ensure_file) COMPLETE
97242026-09-02T21:59:17.477Z[ host-image] Sep 02 21:59:15.670 INFO O| Sep 02 21:59:15.670 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97252026-09-02T21:59:17.477Z[ host-image] Sep 02 21:59:15.680 INFO O| Sep 02 21:59:15.680 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
97262026-09-02T21:59:17.477Z[ host-image] Sep 02 21:59:15.680 INFO O| Sep 02 21:59:15.680 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
97272026-09-02T21:59:17.477Z[ host-image] Sep 02 21:59:15.680 INFO O| Sep 02 21:59:15.680 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
97282026-09-02T21:59:17.477Z[ host-image] Sep 02 21:59:15.680 INFO O| Sep 02 21:59:15.680 INFO ok!
97292026-09-02T21:59:17.477Z[ host-image] Sep 02 21:59:15.680 INFO O| Sep 02 21:59:15.680 INFO STEP 61 (ensure_file) COMPLETE
97302026-09-02T21:59:17.477Z[ host-image] Sep 02 21:59:15.680 INFO O| Sep 02 21:59:15.680 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97312026-09-02T21:59:17.477Z[ host-image] Sep 02 21:59:15.691 INFO O| Sep 02 21:59:15.691 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
97322026-09-02T21:59:17.477Z[ host-image] Sep 02 21:59:15.691 INFO O| Sep 02 21:59:15.691 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
97332026-09-02T21:59:17.478Z[ host-image] Sep 02 21:59:15.691 INFO O| Sep 02 21:59:15.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
97342026-09-02T21:59:17.478Z[ host-image] Sep 02 21:59:15.691 INFO O| Sep 02 21:59:15.691 INFO ok!
97352026-09-02T21:59:17.478Z[ host-image] Sep 02 21:59:15.691 INFO O| Sep 02 21:59:15.691 INFO STEP 62 (ensure_file) COMPLETE
97362026-09-02T21:59:17.478Z[ host-image] Sep 02 21:59:15.691 INFO O| Sep 02 21:59:15.691 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97372026-09-02T21:59:17.478Z[ host-image] Sep 02 21:59:15.702 INFO O| Sep 02 21:59:15.702 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
97382026-09-02T21:59:17.478Z[ host-image] Sep 02 21:59:15.702 INFO O| Sep 02 21:59:15.702 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
97392026-09-02T21:59:17.478Z[ host-image] Sep 02 21:59:15.702 INFO O| Sep 02 21:59:15.702 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97402026-09-02T21:59:17.478Z[ host-image] Sep 02 21:59:15.702 INFO O| Sep 02 21:59:15.702 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97412026-09-02T21:59:17.478Z[ host-image] Sep 02 21:59:15.702 INFO O| Sep 02 21:59:15.702 INFO ok!
97422026-09-02T21:59:17.478Z[ host-image] Sep 02 21:59:15.702 INFO O| Sep 02 21:59:15.702 INFO STEP 63 (ensure_file) COMPLETE
97432026-09-02T21:59:17.478Z[ host-image] Sep 02 21:59:15.702 INFO O| Sep 02 21:59:15.702 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97442026-09-02T21:59:17.478Z[ host-image] Sep 02 21:59:15.714 INFO O| Sep 02 21:59:15.714 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
97452026-09-02T21:59:17.478Z[ host-image] Sep 02 21:59:15.714 INFO O| Sep 02 21:59:15.714 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/host/work/sled/ramdisk/etc/profile ...
97462026-09-02T21:59:17.478Z[ host-image] Sep 02 21:59:15.714 INFO O| Sep 02 21:59:15.714 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
97472026-09-02T21:59:17.478Z[ host-image] Sep 02 21:59:15.715 INFO O| Sep 02 21:59:15.714 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
97482026-09-02T21:59:17.478Z[ host-image] Sep 02 21:59:15.715 INFO O| Sep 02 21:59:15.714 INFO ok!
97492026-09-02T21:59:17.478Z[ host-image] Sep 02 21:59:15.715 INFO O| Sep 02 21:59:15.715 INFO STEP 64 (ensure_file) COMPLETE
97502026-09-02T21:59:17.478Z[ host-image] Sep 02 21:59:15.715 INFO O| Sep 02 21:59:15.715 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97512026-09-02T21:59:17.478Z[ host-image] Sep 02 21:59:15.727 INFO O| Sep 02 21:59:15.727 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
97522026-09-02T21:59:17.478Z[ host-image] Sep 02 21:59:15.727 INFO O| Sep 02 21:59:15.727 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
97532026-09-02T21:59:17.478Z[ host-image] Sep 02 21:59:15.727 INFO O| Sep 02 21:59:15.727 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97542026-09-02T21:59:17.478Z[ host-image] Sep 02 21:59:15.727 INFO O| Sep 02 21:59:15.727 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97552026-09-02T21:59:17.478Z[ host-image] Sep 02 21:59:15.727 INFO O| Sep 02 21:59:15.727 INFO ok!
97562026-09-02T21:59:17.478Z[ host-image] Sep 02 21:59:15.727 INFO O| Sep 02 21:59:15.727 INFO STEP 65 (ensure_file) COMPLETE
97572026-09-02T21:59:17.478Z[ host-image] Sep 02 21:59:15.727 INFO O| Sep 02 21:59:15.727 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97582026-09-02T21:59:17.479Z[ host-image] Sep 02 21:59:15.738 INFO O| Sep 02 21:59:15.737 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
97592026-09-02T21:59:17.479Z[ host-image] Sep 02 21:59:15.738 INFO O| Sep 02 21:59:15.737 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97602026-09-02T21:59:17.479Z[ host-image] Sep 02 21:59:15.738 INFO O| Sep 02 21:59:15.738 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97612026-09-02T21:59:17.479Z[ host-image] Sep 02 21:59:15.738 INFO O| Sep 02 21:59:15.738 INFO ok!
97622026-09-02T21:59:17.479Z[ host-image] Sep 02 21:59:15.738 INFO O| Sep 02 21:59:15.738 INFO STEP 66 (assemble_files) COMPLETE
97632026-09-02T21:59:17.479Z[ host-image] Sep 02 21:59:15.738 INFO O| Sep 02 21:59:15.738 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97642026-09-02T21:59:17.479Z[ host-image] Sep 02 21:59:15.750 INFO O| Sep 02 21:59:15.749 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97652026-09-02T21:59:17.479Z[ host-image] Sep 02 21:59:15.750 INFO O| Sep 02 21:59:15.749 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97662026-09-02T21:59:17.479Z[ host-image] Sep 02 21:59:15.750 INFO O| Sep 02 21:59:15.750 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97672026-09-02T21:59:17.479Z[ host-image] Sep 02 21:59:15.750 INFO O| Sep 02 21:59:15.750 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97682026-09-02T21:59:17.479Z[ host-image] Sep 02 21:59:15.750 INFO O| Sep 02 21:59:15.750 INFO ok!
97692026-09-02T21:59:17.479Z[ host-image] Sep 02 21:59:15.750 INFO O| Sep 02 21:59:15.750 INFO STEP 67 (ensure_file) COMPLETE
97702026-09-02T21:59:17.479Z[ host-image] Sep 02 21:59:15.750 INFO O| Sep 02 21:59:15.750 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97712026-09-02T21:59:17.479Z[ host-image] Sep 02 21:59:15.761 INFO O| Sep 02 21:59:15.761 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97722026-09-02T21:59:17.479Z[ host-image] Sep 02 21:59:15.761 INFO O| Sep 02 21:59:15.761 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97732026-09-02T21:59:17.479Z[ host-image] Sep 02 21:59:15.761 INFO O| Sep 02 21:59:15.761 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97742026-09-02T21:59:17.479Z[ host-image] Sep 02 21:59:15.761 INFO O| Sep 02 21:59:15.761 INFO STEP 68 (ensure_dir) COMPLETE
97752026-09-02T21:59:17.479Z[ host-image] Sep 02 21:59:15.761 INFO O| Sep 02 21:59:15.761 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97762026-09-02T21:59:17.479Z[ host-image] Sep 02 21:59:15.772 INFO O| Sep 02 21:59:15.772 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97772026-09-02T21:59:17.479Z[ host-image] Sep 02 21:59:15.772 INFO O| Sep 02 21:59:15.772 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 ...
97782026-09-02T21:59:17.479Z[ host-image] Sep 02 21:59:15.778 INFO O| Sep 02 21:59:15.778 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
97792026-09-02T21:59:17.479Z[ host-image] Sep 02 21:59:15.778 INFO O| Sep 02 21:59:15.778 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97802026-09-02T21:59:17.480Z[ host-image] Sep 02 21:59:15.778 INFO O| Sep 02 21:59:15.778 INFO ok!
97812026-09-02T21:59:17.480Z[ host-image] Sep 02 21:59:15.778 INFO O| Sep 02 21:59:15.778 INFO STEP 69 (ensure_file) COMPLETE
97822026-09-02T21:59:17.480Z[ host-image] Sep 02 21:59:15.778 INFO O| Sep 02 21:59:15.778 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97832026-09-02T21:59:17.480Z[ host-image] Sep 02 21:59:15.791 INFO O| Sep 02 21:59:15.791 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97842026-09-02T21:59:17.480Z[ host-image] Sep 02 21:59:15.791 INFO O| Sep 02 21:59:15.791 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 ...
97852026-09-02T21:59:17.480Z[ host-image] Sep 02 21:59:15.791 INFO O| Sep 02 21:59:15.791 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
97862026-09-02T21:59:17.480Z[ host-image] Sep 02 21:59:15.791 INFO O| Sep 02 21:59:15.791 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97872026-09-02T21:59:17.480Z[ host-image] Sep 02 21:59:15.791 INFO O| Sep 02 21:59:15.791 INFO ok!
97882026-09-02T21:59:17.480Z[ host-image] Sep 02 21:59:15.791 INFO O| Sep 02 21:59:15.791 INFO STEP 70 (ensure_file) COMPLETE
97892026-09-02T21:59:17.480Z[ host-image] Sep 02 21:59:15.791 INFO O| Sep 02 21:59:15.791 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97902026-09-02T21:59:17.480Z[ host-image] Sep 02 21:59:15.806 INFO O| Sep 02 21:59:15.806 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97912026-09-02T21:59:17.480Z[ host-image] Sep 02 21:59:15.806 INFO O| Sep 02 21:59:15.806 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97922026-09-02T21:59:18.395Z[ host-image] Sep 02 21:59:17.556 INFO O| Sep 02 21:59:17.555 INFO STEP 71 (pack_tar) COMPLETE
97932026-09-02T21:59:18.395Z[ host-image] Sep 02 21:59:17.556 INFO O| Sep 02 21:59:17.556 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97942026-09-02T21:59:18.395Z[ host-image] Sep 02 21:59:17.556 INFO O| Sep 02 21:59:17.556 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97952026-09-02T21:59:19.232Z[ host-image] Sep 02 21:59:18.395 INFO O| Sep 02 21:59:18.394 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97962026-09-02T21:59:19.655Z[ host-image] Sep 02 21:59:18.814 INFO O| Sep 02 21:59:18.814 INFO completed processing sled/ramdisk-02-trim
97972026-09-02T21:59:19.658Z[ host-image] Sep 02 21:59:18.816 INFO image builder template: zfs...
97982026-09-02T21:59:19.658Z[ host-image] Sep 02 21:59:18.816 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/.tmp7ID4b5/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
97992026-09-02T21:59:19.669Z[ host-image] Sep 02 21:59:18.832 INFO O| Sep 02 21:59:18.832 INFO skip include "stress" because feature "stress" is not enabled
98002026-09-02T21:59:19.670Z[ host-image] Sep 02 21:59:18.832 INFO O| Sep 02 21:59:18.832 INFO skip include "stress" because feature "compliance" is not enabled
98012026-09-02T21:59:19.705Z[ host-image] Sep 02 21:59:18.867 INFO O| Sep 02 21:59:18.867 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
98022026-09-02T21:59:19.708Z[ host-image] Sep 02 21:59:18.870 INFO O| Sep 02 21:59:18.870 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
98032026-09-02T21:59:19.832Z[ host-image] Sep 02 21:59:18.994 INFO O| Sep 02 21:59:18.994 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
98042026-09-02T21:59:19.947Z[ host-image] Sep 02 21:59:19.110 INFO O| Sep 02 21:59:19.109 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
98052026-09-02T21:59:19.947Z[ host-image] Sep 02 21:59:19.110 INFO O| Sep 02 21:59:19.110 INFO work dataset: rpool/images/build/host/work/sled/zfs
98062026-09-02T21:59:19.952Z[ host-image] Sep 02 21:59:19.114 INFO O| Sep 02 21:59:19.114 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
98072026-09-02T21:59:20.118Z[ host-image] Sep 02 21:59:19.276 INFO O| Sep 02 21:59:19.276 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
98082026-09-02T21:59:20.216Z[ host-image] Sep 02 21:59:19.379 INFO O| Sep 02 21:59:19.378 INFO DESTROY POOL: TEMPORARY-sled-zfs
98092026-09-02T21:59:20.226Z[ host-image] Sep 02 21:59:19.388 INFO O| Sep 02 21:59:19.388 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
98102026-09-02T21:59:20.232Z[ host-image] Sep 02 21:59:19.395 INFO O| Sep 02 21:59:19.395 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
98112026-09-02T21:59:20.232Z[ host-image] Sep 02 21:59:19.395 INFO O| Sep 02 21:59:19.395 INFO no lofi found
98122026-09-02T21:59:20.235Z[ host-image] Sep 02 21:59:19.395 INFO O| Sep 02 21:59:19.395 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
98132026-09-02T21:59:20.236Z[ host-image] Sep 02 21:59:19.395 INFO O| Sep 02 21:59:19.395 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
98142026-09-02T21:59:21.841Z[ host-image] Sep 02 21:59:21.002 INFO O| Sep 02 21:59:21.001 INFO lofi device = /dev/dsk/c2t1d0p0
98152026-09-02T21:59:21.841Z[ host-image] Sep 02 21:59:21.002 INFO O| Sep 02 21:59:21.002 INFO pool device = /dev/dsk/c2t1d0p0
98162026-09-02T21:59:21.841Z[ host-image] Sep 02 21:59:21.002 INFO O| Sep 02 21:59:21.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"]
98172026-09-02T21:59:21.920Z[ host-image] Sep 02 21:59:21.082 INFO O| Sep 02 21:59:21.081 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98182026-09-02T21:59:21.920Z[ host-image] Sep 02 21:59:21.082 INFO O| Sep 02 21:59:21.082 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
98192026-09-02T21:59:21.941Z[ host-image] Sep 02 21:59:21.104 INFO O| Sep 02 21:59:21.104 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
98202026-09-02T21:59:21.995Z[ host-image] Sep 02 21:59:21.158 INFO O| Sep 02 21:59:21.158 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
98212026-09-02T21:59:22.026Z[ host-image] Sep 02 21:59:21.188 INFO O| Sep 02 21:59:21.188 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
98222026-09-02T21:59:22.040Z[ host-image] Sep 02 21:59:21.203 INFO O| Sep 02 21:59:21.202 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
98232026-09-02T21:59:22.052Z[ host-image] Sep 02 21:59:21.214 INFO O| Sep 02 21:59:21.214 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
98242026-09-02T21:59:22.092Z[ host-image] Sep 02 21:59:21.254 INFO O| Sep 02 21:59:21.254 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
98252026-09-02T21:59:22.092Z[ host-image] Sep 02 21:59:21.254 INFO O| Sep 02 21:59:21.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
98262026-09-02T21:59:22.097Z[ host-image] Sep 02 21:59:21.254 INFO O| Sep 02 21:59:21.254 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
98272026-09-02T21:59:22.103Z[ host-image] Sep 02 21:59:21.266 INFO O| Sep 02 21:59:21.266 INFO boot environment UUID: de35c581-d1cd-453a-b0ec-7f182d09540e
98282026-09-02T21:59:22.103Z[ host-image] Sep 02 21:59:21.266 INFO O| Sep 02 21:59:21.266 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = de35c581-d1cd-453a-b0ec-7f182d09540e
98292026-09-02T21:59:22.114Z[ host-image] Sep 02 21:59:21.277 INFO O| Sep 02 21:59:21.277 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
98302026-09-02T21:59:22.125Z[ host-image] Sep 02 21:59:21.288 INFO O| Sep 02 21:59:21.288 INFO STEP 0 (create_be) COMPLETE
98312026-09-02T21:59:22.126Z[ host-image] Sep 02 21:59:21.288 INFO O| Sep 02 21:59:21.288 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98322026-09-02T21:59:22.142Z[ host-image] Sep 02 21:59:21.305 INFO O| Sep 02 21:59:21.305 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
98332026-09-02T21:59:32.048Z[ host-image] Sep 02 21:59:31.211 INFO O| Sep 02 21:59:31.210 INFO STEP 1 (unpack_tar) COMPLETE
98342026-09-02T21:59:32.048Z[ host-image] Sep 02 21:59:31.211 INFO O| Sep 02 21:59:31.210 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98352026-09-02T21:59:32.060Z[ host-image] Sep 02 21:59:31.223 INFO O| Sep 02 21:59:31.223 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
98362026-09-02T21:59:32.386Z[ host-image] Sep 02 21:59:31.549 INFO O| Sep 02 21:59:31.549 INFO STEP 2 (devfsadm) COMPLETE
98372026-09-02T21:59:32.387Z[ host-image] Sep 02 21:59:31.549 INFO O| Sep 02 21:59:31.549 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98382026-09-02T21:59:32.403Z[ host-image] Sep 02 21:59:31.559 INFO O| Sep 02 21:59:31.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98392026-09-02T21:59:32.406Z[ host-image] Sep 02 21:59:31.559 INFO O| Sep 02 21:59:31.559 INFO STEP 3 (ensure_dir) COMPLETE
98402026-09-02T21:59:32.406Z[ host-image] Sep 02 21:59:31.559 INFO O| Sep 02 21:59:31.559 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98412026-09-02T21:59:32.406Z[ host-image] Sep 02 21:59:31.567 INFO O| Sep 02 21:59:31.567 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98422026-09-02T21:59:32.406Z[ host-image] Sep 02 21:59:31.567 INFO O| Sep 02 21:59:31.567 INFO STEP 4 (ensure_dir) COMPLETE
98432026-09-02T21:59:32.406Z[ host-image] Sep 02 21:59:31.567 INFO O| Sep 02 21:59:31.567 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98442026-09-02T21:59:32.411Z[ host-image] Sep 02 21:59:31.574 INFO O| Sep 02 21:59:31.574 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98452026-09-02T21:59:32.411Z[ host-image] Sep 02 21:59:31.574 INFO O| Sep 02 21:59:31.574 INFO STEP 5 (ensure_dir) COMPLETE
98462026-09-02T21:59:32.414Z[ host-image] Sep 02 21:59:31.574 INFO O| Sep 02 21:59:31.574 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98472026-09-02T21:59:32.420Z[ host-image] Sep 02 21:59:31.583 INFO O| Sep 02 21:59:31.583 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98482026-09-02T21:59:32.423Z[ host-image] Sep 02 21:59:31.583 INFO O| Sep 02 21:59:31.583 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98492026-09-02T21:59:32.423Z[ host-image] Sep 02 21:59:31.583 INFO O| Sep 02 21:59:31.583 INFO STEP 6 (ensure_dir) COMPLETE
98502026-09-02T21:59:32.423Z[ host-image] Sep 02 21:59:31.583 INFO O| Sep 02 21:59:31.583 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98512026-09-02T21:59:32.428Z[ host-image] Sep 02 21:59:31.591 INFO O| Sep 02 21:59:31.591 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98522026-09-02T21:59:32.428Z[ host-image] Sep 02 21:59:31.591 INFO O| Sep 02 21:59:31.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98532026-09-02T21:59:32.428Z[ host-image] Sep 02 21:59:31.591 INFO O| Sep 02 21:59:31.591 INFO STEP 7 (ensure_dir) COMPLETE
98542026-09-02T21:59:32.432Z[ host-image] Sep 02 21:59:31.591 INFO O| Sep 02 21:59:31.591 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98552026-09-02T21:59:32.440Z[ host-image] Sep 02 21:59:31.600 INFO O| Sep 02 21:59:31.600 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98562026-09-02T21:59:32.444Z[ host-image] Sep 02 21:59:31.601 INFO O| Sep 02 21:59:31.600 INFO STEP 8 (remove_files) COMPLETE
98572026-09-02T21:59:32.444Z[ host-image] Sep 02 21:59:31.601 INFO O| Sep 02 21:59:31.600 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98582026-09-02T21:59:32.449Z[ host-image] Sep 02 21:59:31.609 INFO O| Sep 02 21:59:31.609 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98592026-09-02T21:59:32.452Z[ host-image] Sep 02 21:59:31.610 INFO O| Sep 02 21:59:31.610 INFO STEP 9 (remove_files) COMPLETE
98602026-09-02T21:59:32.452Z[ host-image] Sep 02 21:59:31.610 INFO O| Sep 02 21:59:31.610 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98612026-09-02T21:59:32.456Z[ host-image] Sep 02 21:59:31.618 INFO O| Sep 02 21:59:31.618 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98622026-09-02T21:59:32.459Z[ host-image] Sep 02 21:59:31.618 INFO O| Sep 02 21:59:31.618 INFO STEP 10 (remove_files) COMPLETE
98632026-09-02T21:59:32.460Z[ host-image] Sep 02 21:59:31.618 INFO O| Sep 02 21:59:31.618 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98642026-09-02T21:59:32.464Z[ host-image] Sep 02 21:59:31.627 INFO O| Sep 02 21:59:31.626 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98652026-09-02T21:59:32.468Z[ host-image] Sep 02 21:59:31.627 INFO O| Sep 02 21:59:31.627 INFO STEP 11 (remove_files) COMPLETE
98662026-09-02T21:59:32.468Z[ host-image] Sep 02 21:59:31.627 INFO O| Sep 02 21:59:31.627 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98672026-09-02T21:59:32.471Z[ host-image] Sep 02 21:59:31.633 INFO O| Sep 02 21:59:31.633 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98682026-09-02T21:59:32.471Z[ host-image] Sep 02 21:59:31.633 INFO O| Sep 02 21:59:31.633 INFO STEP 12 (remove_files) COMPLETE
98692026-09-02T21:59:32.471Z[ host-image] Sep 02 21:59:31.633 INFO O| Sep 02 21:59:31.633 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98702026-09-02T21:59:32.478Z[ host-image] Sep 02 21:59:31.641 INFO O| Sep 02 21:59:31.640 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98712026-09-02T21:59:32.481Z[ host-image] Sep 02 21:59:31.641 INFO O| Sep 02 21:59:31.641 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98722026-09-02T21:59:32.481Z[ host-image] Sep 02 21:59:31.641 INFO O| Sep 02 21:59:31.641 INFO STEP 13 (ensure_dir) COMPLETE
98732026-09-02T21:59:32.481Z[ host-image] Sep 02 21:59:31.641 INFO O| Sep 02 21:59:31.641 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98742026-09-02T21:59:32.489Z[ host-image] Sep 02 21:59:31.652 INFO O| Sep 02 21:59:31.652 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98752026-09-02T21:59:32.489Z[ host-image] Sep 02 21:59:31.652 INFO O| Sep 02 21:59:31.652 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98762026-09-02T21:59:32.492Z[ host-image] Sep 02 21:59:31.652 INFO O| Sep 02 21:59:31.652 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98772026-09-02T21:59:32.492Z[ host-image] Sep 02 21:59:31.652 INFO O| Sep 02 21:59:31.652 INFO STEP 14 (ensure_dir) COMPLETE
98782026-09-02T21:59:32.492Z[ host-image] Sep 02 21:59:31.652 INFO O| Sep 02 21:59:31.652 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98792026-09-02T21:59:32.499Z[ host-image] Sep 02 21:59:31.661 INFO O| Sep 02 21:59:31.661 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98802026-09-02T21:59:32.499Z[ host-image] Sep 02 21:59:31.661 INFO O| Sep 02 21:59:31.661 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98812026-09-02T21:59:32.545Z[ host-image] Sep 02 21:59:31.661 INFO O| Sep 02 21:59:31.661 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98822026-09-02T21:59:32.546Z[ host-image] Sep 02 21:59:31.661 INFO O| Sep 02 21:59:31.661 INFO STEP 15 (ensure_dir) COMPLETE
98832026-09-02T21:59:32.546Z[ host-image] Sep 02 21:59:31.661 INFO O| Sep 02 21:59:31.661 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98842026-09-02T21:59:32.546Z[ host-image] Sep 02 21:59:31.669 INFO O| Sep 02 21:59:31.669 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98852026-09-02T21:59:32.546Z[ host-image] Sep 02 21:59:31.670 INFO O| Sep 02 21:59:31.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98862026-09-02T21:59:32.546Z[ host-image] Sep 02 21:59:31.670 INFO O| Sep 02 21:59:31.670 INFO STEP 16 (ensure_dir) COMPLETE
98872026-09-02T21:59:32.546Z[ host-image] Sep 02 21:59:31.670 INFO O| Sep 02 21:59:31.670 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98882026-09-02T21:59:32.546Z[ host-image] Sep 02 21:59:31.679 INFO O| Sep 02 21:59:31.679 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98892026-09-02T21:59:32.546Z[ host-image] Sep 02 21:59:31.679 INFO O| Sep 02 21:59:31.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98902026-09-02T21:59:32.546Z[ host-image] Sep 02 21:59:31.679 INFO O| Sep 02 21:59:31.679 INFO STEP 17 (ensure_dir) COMPLETE
98912026-09-02T21:59:32.546Z[ host-image] Sep 02 21:59:31.679 INFO O| Sep 02 21:59:31.679 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98922026-09-02T21:59:32.546Z[ host-image] Sep 02 21:59:31.687 INFO O| Sep 02 21:59:31.687 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98932026-09-02T21:59:32.546Z[ host-image] Sep 02 21:59:31.687 INFO O| Sep 02 21:59:31.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98942026-09-02T21:59:32.546Z[ host-image] Sep 02 21:59:31.687 INFO O| Sep 02 21:59:31.687 INFO ok!
98952026-09-02T21:59:32.546Z[ host-image] Sep 02 21:59:31.687 INFO O| Sep 02 21:59:31.687 INFO STEP 18 (ensure_symlink) COMPLETE
98962026-09-02T21:59:32.546Z[ host-image] Sep 02 21:59:31.687 INFO O| Sep 02 21:59:31.687 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98972026-09-02T21:59:32.546Z[ host-image] Sep 02 21:59:31.696 INFO O| Sep 02 21:59:31.696 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98982026-09-02T21:59:32.546Z[ host-image] Sep 02 21:59:31.696 INFO O| Sep 02 21:59:31.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98992026-09-02T21:59:32.546Z[ host-image] Sep 02 21:59:31.696 INFO O| Sep 02 21:59:31.696 INFO ok!
99002026-09-02T21:59:32.546Z[ host-image] Sep 02 21:59:31.696 INFO O| Sep 02 21:59:31.696 INFO STEP 19 (ensure_file) COMPLETE
99012026-09-02T21:59:32.546Z[ host-image] Sep 02 21:59:31.696 INFO O| Sep 02 21:59:31.696 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99022026-09-02T21:59:32.546Z[ host-image] Sep 02 21:59:31.703 INFO O| Sep 02 21:59:31.703 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
99032026-09-02T21:59:32.547Z[ host-image] Sep 02 21:59:31.703 INFO O| Sep 02 21:59:31.703 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
99042026-09-02T21:59:32.547Z[ host-image] Sep 02 21:59:31.703 INFO O| Sep 02 21:59:31.703 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
99052026-09-02T21:59:32.547Z[ host-image] Sep 02 21:59:31.703 INFO O| Sep 02 21:59:31.703 INFO ok!
99062026-09-02T21:59:32.547Z[ host-image] Sep 02 21:59:31.703 INFO O| Sep 02 21:59:31.703 INFO STEP 20 (ensure_symlink) COMPLETE
99072026-09-02T21:59:32.547Z[ host-image] Sep 02 21:59:31.703 INFO O| Sep 02 21:59:31.703 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99082026-09-02T21:59:32.550Z[ host-image] Sep 02 21:59:31.713 INFO O| Sep 02 21:59:31.713 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
99092026-09-02T21:59:32.551Z[ host-image] Sep 02 21:59:31.713 INFO O| Sep 02 21:59:31.713 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
99102026-09-02T21:59:32.551Z[ host-image] Sep 02 21:59:31.713 INFO O| Sep 02 21:59:31.713 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
99112026-09-02T21:59:32.551Z[ host-image] Sep 02 21:59:31.713 INFO O| Sep 02 21:59:31.713 INFO ok!
99122026-09-02T21:59:32.551Z[ host-image] Sep 02 21:59:31.713 INFO O| Sep 02 21:59:31.713 INFO STEP 21 (ensure_symlink) COMPLETE
99132026-09-02T21:59:32.551Z[ host-image] Sep 02 21:59:31.713 INFO O| Sep 02 21:59:31.713 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99142026-09-02T21:59:32.558Z[ host-image] Sep 02 21:59:31.720 INFO O| Sep 02 21:59:31.720 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
99152026-09-02T21:59:32.561Z[ host-image] Sep 02 21:59:31.720 INFO O| Sep 02 21:59:31.720 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
99162026-09-02T21:59:32.561Z[ host-image] Sep 02 21:59:31.721 INFO O| Sep 02 21:59:31.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
99172026-09-02T21:59:32.561Z[ host-image] Sep 02 21:59:31.721 INFO O| Sep 02 21:59:31.721 INFO ok!
99182026-09-02T21:59:32.561Z[ host-image] Sep 02 21:59:31.721 INFO O| Sep 02 21:59:31.721 INFO STEP 22 (ensure_symlink) COMPLETE
99192026-09-02T21:59:32.561Z[ host-image] Sep 02 21:59:31.721 INFO O| Sep 02 21:59:31.721 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99202026-09-02T21:59:32.568Z[ host-image] Sep 02 21:59:31.730 INFO O| Sep 02 21:59:31.730 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
99212026-09-02T21:59:32.568Z[ host-image] Sep 02 21:59:31.730 INFO O| Sep 02 21:59:31.730 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
99222026-09-02T21:59:32.571Z[ host-image] Sep 02 21:59:31.730 INFO O| Sep 02 21:59:31.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
99232026-09-02T21:59:32.571Z[ host-image] Sep 02 21:59:31.730 INFO O| Sep 02 21:59:31.730 INFO ok!
99242026-09-02T21:59:32.571Z[ host-image] Sep 02 21:59:31.730 INFO O| Sep 02 21:59:31.730 INFO STEP 23 (ensure_symlink) COMPLETE
99252026-09-02T21:59:32.571Z[ host-image] Sep 02 21:59:31.730 INFO O| Sep 02 21:59:31.730 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99262026-09-02T21:59:32.575Z[ host-image] Sep 02 21:59:31.738 INFO O| Sep 02 21:59:31.738 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
99272026-09-02T21:59:32.575Z[ host-image] Sep 02 21:59:31.738 INFO O| Sep 02 21:59:31.738 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
99282026-09-02T21:59:32.578Z[ host-image] Sep 02 21:59:31.738 INFO O| Sep 02 21:59:31.738 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
99292026-09-02T21:59:32.578Z[ host-image] Sep 02 21:59:31.738 INFO O| Sep 02 21:59:31.738 INFO ok!
99302026-09-02T21:59:32.578Z[ host-image] Sep 02 21:59:31.738 INFO O| Sep 02 21:59:31.738 INFO STEP 24 (ensure_file) COMPLETE
99312026-09-02T21:59:32.578Z[ host-image] Sep 02 21:59:31.738 INFO O| Sep 02 21:59:31.738 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
99322026-09-02T21:59:32.583Z[ host-image] Sep 02 21:59:31.745 INFO O| Sep 02 21:59:31.745 INFO updating shadow file
99332026-09-02T21:59:32.586Z[ host-image] Sep 02 21:59:31.745 INFO O| Sep 02 21:59:31.745 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99342026-09-02T21:59:32.586Z[ host-image] Sep 02 21:59:31.745 INFO O| Sep 02 21:59:31.745 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99352026-09-02T21:59:32.586Z[ host-image] Sep 02 21:59:31.745 INFO O| Sep 02 21:59:31.745 INFO STEP 25 (shadow) COMPLETE
99362026-09-02T21:59:32.586Z[ host-image] Sep 02 21:59:31.745 INFO O| Sep 02 21:59:31.745 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99372026-09-02T21:59:32.592Z[ host-image] Sep 02 21:59:31.754 INFO O| Sep 02 21:59:31.754 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
99382026-09-02T21:59:32.592Z[ host-image] Sep 02 21:59:31.754 INFO O| Sep 02 21:59:31.754 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99392026-09-02T21:59:32.595Z[ host-image] Sep 02 21:59:31.754 INFO O| Sep 02 21:59:31.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99402026-09-02T21:59:32.595Z[ host-image] Sep 02 21:59:31.754 INFO O| Sep 02 21:59:31.754 INFO ok!
99412026-09-02T21:59:32.595Z[ host-image] Sep 02 21:59:31.754 INFO O| Sep 02 21:59:31.754 INFO STEP 26 (ensure_file) COMPLETE
99422026-09-02T21:59:32.595Z[ host-image] Sep 02 21:59:31.754 INFO O| Sep 02 21:59:31.754 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99432026-09-02T21:59:32.599Z[ host-image] Sep 02 21:59:31.762 INFO O| Sep 02 21:59:31.762 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99442026-09-02T21:59:32.599Z[ host-image] Sep 02 21:59:31.762 INFO O| Sep 02 21:59:31.762 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99452026-09-02T21:59:32.599Z[ host-image] Sep 02 21:59:31.762 INFO O| Sep 02 21:59:31.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99462026-09-02T21:59:32.599Z[ host-image] Sep 02 21:59:31.762 INFO O| Sep 02 21:59:31.762 INFO ok!
99472026-09-02T21:59:32.603Z[ host-image] Sep 02 21:59:31.762 INFO O| Sep 02 21:59:31.762 INFO STEP 27 (ensure_file) COMPLETE
99482026-09-02T21:59:32.603Z[ host-image] Sep 02 21:59:31.762 INFO O| Sep 02 21:59:31.762 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99492026-09-02T21:59:32.607Z[ host-image] Sep 02 21:59:31.770 INFO O| Sep 02 21:59:31.770 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99502026-09-02T21:59:32.607Z[ host-image] Sep 02 21:59:31.770 INFO O| Sep 02 21:59:31.770 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99512026-09-02T21:59:32.610Z[ host-image] Sep 02 21:59:31.770 INFO O| Sep 02 21:59:31.770 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99522026-09-02T21:59:32.610Z[ host-image] Sep 02 21:59:31.770 INFO O| Sep 02 21:59:31.770 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99532026-09-02T21:59:32.610Z[ host-image] Sep 02 21:59:31.770 INFO O| Sep 02 21:59:31.770 INFO ok!
99542026-09-02T21:59:32.610Z[ host-image] Sep 02 21:59:31.770 INFO O| Sep 02 21:59:31.770 INFO STEP 28 (ensure_file) COMPLETE
99552026-09-02T21:59:32.610Z[ host-image] Sep 02 21:59:31.770 INFO O| Sep 02 21:59:31.770 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99562026-09-02T21:59:32.615Z[ host-image] Sep 02 21:59:31.778 INFO O| Sep 02 21:59:31.778 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99572026-09-02T21:59:32.615Z[ host-image] Sep 02 21:59:31.778 INFO O| Sep 02 21:59:31.778 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99582026-09-02T21:59:32.615Z[ host-image] Sep 02 21:59:31.778 INFO O| Sep 02 21:59:31.778 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99592026-09-02T21:59:32.618Z[ host-image] Sep 02 21:59:31.778 INFO O| Sep 02 21:59:31.778 INFO ok!
99602026-09-02T21:59:32.618Z[ host-image] Sep 02 21:59:31.778 INFO O| Sep 02 21:59:31.778 INFO STEP 29 (ensure_file) COMPLETE
99612026-09-02T21:59:32.618Z[ host-image] Sep 02 21:59:31.778 INFO O| Sep 02 21:59:31.778 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99622026-09-02T21:59:32.624Z[ host-image] Sep 02 21:59:31.786 INFO O| Sep 02 21:59:31.786 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99632026-09-02T21:59:32.624Z[ host-image] Sep 02 21:59:31.787 INFO O| Sep 02 21:59:31.786 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99642026-09-02T21:59:32.627Z[ host-image] Sep 02 21:59:31.787 INFO O| Sep 02 21:59:31.787 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99652026-09-02T21:59:32.627Z[ host-image] Sep 02 21:59:31.787 INFO O| Sep 02 21:59:31.787 INFO STEP 30 (ensure_dir) COMPLETE
99662026-09-02T21:59:32.627Z[ host-image] Sep 02 21:59:31.787 INFO O| Sep 02 21:59:31.787 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99672026-09-02T21:59:32.633Z[ host-image] Sep 02 21:59:31.795 INFO O| Sep 02 21:59:31.795 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99682026-09-02T21:59:32.633Z[ host-image] Sep 02 21:59:31.795 INFO O| Sep 02 21:59:31.795 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99692026-09-02T21:59:32.635Z[ host-image] Sep 02 21:59:31.795 INFO O| Sep 02 21:59:31.795 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99702026-09-02T21:59:32.636Z[ host-image] Sep 02 21:59:31.795 INFO O| Sep 02 21:59:31.795 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99712026-09-02T21:59:32.636Z[ host-image] Sep 02 21:59:31.795 INFO O| Sep 02 21:59:31.795 INFO ok!
99722026-09-02T21:59:32.636Z[ host-image] Sep 02 21:59:31.795 INFO O| Sep 02 21:59:31.795 INFO STEP 31 (ensure_file) COMPLETE
99732026-09-02T21:59:32.636Z[ host-image] Sep 02 21:59:31.795 INFO O| Sep 02 21:59:31.795 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99742026-09-02T21:59:32.641Z[ host-image] Sep 02 21:59:31.804 INFO O| Sep 02 21:59:31.804 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99752026-09-02T21:59:32.641Z[ host-image] Sep 02 21:59:31.804 INFO O| Sep 02 21:59:31.804 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99762026-09-02T21:59:32.641Z[ host-image] Sep 02 21:59:31.804 INFO O| Sep 02 21:59:31.804 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99772026-09-02T21:59:32.646Z[ host-image] Sep 02 21:59:31.804 INFO O| Sep 02 21:59:31.804 INFO STEP 32 (ensure_dir) COMPLETE
99782026-09-02T21:59:32.646Z[ host-image] Sep 02 21:59:31.804 INFO O| Sep 02 21:59:31.804 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99792026-09-02T21:59:32.651Z[ host-image] Sep 02 21:59:31.813 INFO O| Sep 02 21:59:31.813 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99802026-09-02T21:59:32.651Z[ host-image] Sep 02 21:59:31.813 INFO O| Sep 02 21:59:31.813 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 ...
99812026-09-02T21:59:32.654Z[ host-image] Sep 02 21:59:31.813 INFO O| Sep 02 21:59:31.813 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
99822026-09-02T21:59:32.654Z[ host-image] Sep 02 21:59:31.813 INFO O| Sep 02 21:59:31.813 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99832026-09-02T21:59:32.654Z[ host-image] Sep 02 21:59:31.813 INFO O| Sep 02 21:59:31.813 INFO ok!
99842026-09-02T21:59:32.654Z[ host-image] Sep 02 21:59:31.814 INFO O| Sep 02 21:59:31.813 INFO STEP 33 (ensure_file) COMPLETE
99852026-09-02T21:59:32.654Z[ host-image] Sep 02 21:59:31.814 INFO O| Sep 02 21:59:31.814 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99862026-09-02T21:59:32.660Z[ host-image] Sep 02 21:59:31.823 INFO O| Sep 02 21:59:31.823 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99872026-09-02T21:59:32.660Z[ host-image] Sep 02 21:59:31.823 INFO O| Sep 02 21:59:31.823 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99882026-09-02T21:59:32.664Z[ host-image] Sep 02 21:59:31.823 INFO O| Sep 02 21:59:31.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99892026-09-02T21:59:32.664Z[ host-image] Sep 02 21:59:31.823 INFO O| Sep 02 21:59:31.823 INFO ok!
99902026-09-02T21:59:32.664Z[ host-image] Sep 02 21:59:31.823 INFO O| Sep 02 21:59:31.823 INFO STEP 34 (ensure_file) COMPLETE
99912026-09-02T21:59:32.664Z[ host-image] Sep 02 21:59:31.823 INFO O| Sep 02 21:59:31.823 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99922026-09-02T21:59:32.668Z[ host-image] Sep 02 21:59:31.831 INFO O| Sep 02 21:59:31.831 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99932026-09-02T21:59:32.668Z[ host-image] Sep 02 21:59:31.831 INFO O| Sep 02 21:59:31.831 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99942026-09-02T21:59:32.671Z[ host-image] Sep 02 21:59:31.831 INFO O| Sep 02 21:59:31.831 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99952026-09-02T21:59:32.671Z[ host-image] Sep 02 21:59:31.831 INFO O| Sep 02 21:59:31.831 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99962026-09-02T21:59:32.671Z[ host-image] Sep 02 21:59:31.831 INFO O| Sep 02 21:59:31.831 INFO ok!
99972026-09-02T21:59:32.671Z[ host-image] Sep 02 21:59:31.831 INFO O| Sep 02 21:59:31.831 INFO STEP 35 (ensure_file) COMPLETE
99982026-09-02T21:59:32.671Z[ host-image] Sep 02 21:59:31.831 INFO O| Sep 02 21:59:31.831 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99992026-09-02T21:59:32.677Z[ host-image] Sep 02 21:59:31.840 INFO O| Sep 02 21:59:31.840 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
100002026-09-02T21:59:32.680Z[ host-image] Sep 02 21:59:31.840 INFO O| Sep 02 21:59:31.840 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
100012026-09-02T21:59:32.680Z[ host-image] Sep 02 21:59:31.840 INFO O| Sep 02 21:59:31.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
100022026-09-02T21:59:32.680Z[ host-image] Sep 02 21:59:31.840 INFO O| Sep 02 21:59:31.840 INFO ok!
100032026-09-02T21:59:32.682Z[ host-image] Sep 02 21:59:31.840 INFO O| Sep 02 21:59:31.840 INFO STEP 36 (ensure_file) COMPLETE
100042026-09-02T21:59:32.682Z[ host-image] Sep 02 21:59:31.840 INFO O| Sep 02 21:59:31.840 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100052026-09-02T21:59:32.685Z[ host-image] Sep 02 21:59:31.847 INFO O| Sep 02 21:59:31.847 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
100062026-09-02T21:59:32.685Z[ host-image] Sep 02 21:59:31.847 INFO O| Sep 02 21:59:31.847 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
100072026-09-02T21:59:32.685Z[ host-image] Sep 02 21:59:31.847 INFO O| Sep 02 21:59:31.847 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
100082026-09-02T21:59:32.685Z[ host-image] Sep 02 21:59:31.847 INFO O| Sep 02 21:59:31.847 INFO ok!
100092026-09-02T21:59:32.685Z[ host-image] Sep 02 21:59:31.847 INFO O| Sep 02 21:59:31.847 INFO STEP 37 (ensure_file) COMPLETE
100102026-09-02T21:59:32.688Z[ host-image] Sep 02 21:59:31.847 INFO O| Sep 02 21:59:31.847 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100112026-09-02T21:59:32.691Z[ host-image] Sep 02 21:59:31.854 INFO O| Sep 02 21:59:31.854 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
100122026-09-02T21:59:32.695Z[ host-image] Sep 02 21:59:31.854 INFO O| Sep 02 21:59:31.854 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
100132026-09-02T21:59:32.695Z[ host-image] Sep 02 21:59:31.854 INFO O| Sep 02 21:59:31.854 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100142026-09-02T21:59:32.695Z[ host-image] Sep 02 21:59:31.854 INFO O| Sep 02 21:59:31.854 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100152026-09-02T21:59:32.695Z[ host-image] Sep 02 21:59:31.854 INFO O| Sep 02 21:59:31.854 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100162026-09-02T21:59:32.695Z[ host-image] Sep 02 21:59:31.854 INFO O| Sep 02 21:59:31.854 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100172026-09-02T21:59:32.695Z[ host-image] Sep 02 21:59:31.854 INFO O| Sep 02 21:59:31.854 INFO ok!
100182026-09-02T21:59:32.695Z[ host-image] Sep 02 21:59:31.854 INFO O| Sep 02 21:59:31.854 INFO STEP 38 (ensure_file) COMPLETE
100192026-09-02T21:59:32.695Z[ host-image] Sep 02 21:59:31.854 INFO O| Sep 02 21:59:31.854 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100202026-09-02T21:59:32.698Z[ host-image] Sep 02 21:59:31.860 INFO O| Sep 02 21:59:31.860 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100212026-09-02T21:59:32.698Z[ host-image] Sep 02 21:59:31.861 INFO O| Sep 02 21:59:31.861 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100222026-09-02T21:59:32.698Z[ host-image] Sep 02 21:59:31.861 INFO O| Sep 02 21:59:31.861 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100232026-09-02T21:59:32.698Z[ host-image] Sep 02 21:59:31.861 INFO O| Sep 02 21:59:31.861 INFO STEP 39 (ensure_dir) COMPLETE
100242026-09-02T21:59:32.698Z[ host-image] Sep 02 21:59:31.861 INFO O| Sep 02 21:59:31.861 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100252026-09-02T21:59:32.708Z[ host-image] Sep 02 21:59:31.870 INFO O| Sep 02 21:59:31.870 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
100262026-09-02T21:59:32.708Z[ host-image] Sep 02 21:59:31.870 INFO O| Sep 02 21:59:31.870 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 ...
100272026-09-02T21:59:32.712Z[ host-image] Sep 02 21:59:31.870 INFO O| Sep 02 21:59:31.870 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
100282026-09-02T21:59:32.712Z[ host-image] Sep 02 21:59:31.870 INFO O| Sep 02 21:59:31.870 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
100292026-09-02T21:59:32.712Z[ host-image] Sep 02 21:59:31.870 INFO O| Sep 02 21:59:31.870 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
100302026-09-02T21:59:32.712Z[ host-image] Sep 02 21:59:31.870 INFO O| Sep 02 21:59:31.870 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
100312026-09-02T21:59:32.712Z[ host-image] Sep 02 21:59:31.870 INFO O| Sep 02 21:59:31.870 INFO ok!
100322026-09-02T21:59:32.712Z[ host-image] Sep 02 21:59:31.870 INFO O| Sep 02 21:59:31.870 INFO STEP 40 (ensure_file) COMPLETE
100332026-09-02T21:59:32.712Z[ host-image] Sep 02 21:59:31.870 INFO O| Sep 02 21:59:31.870 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100342026-09-02T21:59:32.716Z[ host-image] Sep 02 21:59:31.878 INFO O| Sep 02 21:59:31.878 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
100352026-09-02T21:59:32.719Z[ host-image] Sep 02 21:59:31.878 INFO O| Sep 02 21:59:31.878 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 ...
100362026-09-02T21:59:32.719Z[ host-image] Sep 02 21:59:31.879 INFO O| Sep 02 21:59:31.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100372026-09-02T21:59:32.719Z[ host-image] Sep 02 21:59:31.879 INFO O| Sep 02 21:59:31.879 INFO ok!
100382026-09-02T21:59:32.719Z[ host-image] Sep 02 21:59:31.879 INFO O| Sep 02 21:59:31.879 INFO STEP 41 (ensure_symlink) COMPLETE
100392026-09-02T21:59:32.719Z[ host-image] Sep 02 21:59:31.879 INFO O| Sep 02 21:59:31.879 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100402026-09-02T21:59:32.724Z[ host-image] Sep 02 21:59:31.886 INFO O| Sep 02 21:59:31.886 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100412026-09-02T21:59:32.727Z[ host-image] Sep 02 21:59:31.886 INFO O| Sep 02 21:59:31.886 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100422026-09-02T21:59:32.727Z[ host-image] Sep 02 21:59:31.886 INFO O| Sep 02 21:59:31.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100432026-09-02T21:59:32.727Z[ host-image] Sep 02 21:59:31.886 INFO O| Sep 02 21:59:31.886 INFO ok!
100442026-09-02T21:59:32.727Z[ host-image] Sep 02 21:59:31.886 INFO O| Sep 02 21:59:31.886 INFO STEP 42 (ensure_symlink) COMPLETE
100452026-09-02T21:59:32.727Z[ host-image] Sep 02 21:59:31.886 INFO O| Sep 02 21:59:31.886 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100462026-09-02T21:59:32.733Z[ host-image] Sep 02 21:59:31.895 INFO O| Sep 02 21:59:31.895 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100472026-09-02T21:59:32.733Z[ host-image] Sep 02 21:59:31.895 INFO O| Sep 02 21:59:31.895 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100482026-09-02T21:59:32.736Z[ host-image] Sep 02 21:59:31.895 INFO O| Sep 02 21:59:31.895 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100492026-09-02T21:59:32.736Z[ host-image] Sep 02 21:59:31.895 INFO O| Sep 02 21:59:31.895 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100502026-09-02T21:59:32.736Z[ host-image] Sep 02 21:59:31.895 INFO O| Sep 02 21:59:31.895 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100512026-09-02T21:59:32.736Z[ host-image] Sep 02 21:59:31.895 INFO O| Sep 02 21:59:31.895 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100522026-09-02T21:59:32.736Z[ host-image] Sep 02 21:59:31.895 INFO O| Sep 02 21:59:31.895 INFO ok!
100532026-09-02T21:59:32.736Z[ host-image] Sep 02 21:59:31.895 INFO O| Sep 02 21:59:31.895 INFO STEP 43 (ensure_file) COMPLETE
100542026-09-02T21:59:32.737Z[ host-image] Sep 02 21:59:31.895 INFO O| Sep 02 21:59:31.895 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100552026-09-02T21:59:32.740Z[ host-image] Sep 02 21:59:31.903 INFO O| Sep 02 21:59:31.903 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100562026-09-02T21:59:32.743Z[ host-image] Sep 02 21:59:31.903 INFO O| Sep 02 21:59:31.903 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 ...
100572026-09-02T21:59:32.743Z[ host-image] Sep 02 21:59:31.903 INFO O| Sep 02 21:59:31.903 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
100582026-09-02T21:59:32.743Z[ host-image] Sep 02 21:59:31.903 INFO O| Sep 02 21:59:31.903 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100592026-09-02T21:59:32.743Z[ host-image] Sep 02 21:59:31.903 INFO O| Sep 02 21:59:31.903 INFO ok!
100602026-09-02T21:59:32.743Z[ host-image] Sep 02 21:59:31.903 INFO O| Sep 02 21:59:31.903 INFO STEP 44 (ensure_file) COMPLETE
100612026-09-02T21:59:32.743Z[ host-image] Sep 02 21:59:31.903 INFO O| Sep 02 21:59:31.903 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100622026-09-02T21:59:32.747Z[ host-image] Sep 02 21:59:31.910 INFO O| Sep 02 21:59:31.910 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100632026-09-02T21:59:32.747Z[ host-image] Sep 02 21:59:31.910 INFO O| Sep 02 21:59:31.910 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100642026-09-02T21:59:32.750Z[ host-image] Sep 02 21:59:31.910 INFO O| Sep 02 21:59:31.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100652026-09-02T21:59:32.750Z[ host-image] Sep 02 21:59:31.910 INFO O| Sep 02 21:59:31.910 INFO ok!
100662026-09-02T21:59:32.750Z[ host-image] Sep 02 21:59:31.910 INFO O| Sep 02 21:59:31.910 INFO STEP 45 (ensure_file) COMPLETE
100672026-09-02T21:59:32.750Z[ host-image] Sep 02 21:59:31.910 INFO O| Sep 02 21:59:31.910 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100682026-09-02T21:59:32.754Z[ host-image] Sep 02 21:59:31.916 INFO O| Sep 02 21:59:31.916 INFO updating shadow file
100692026-09-02T21:59:32.754Z[ host-image] Sep 02 21:59:31.916 INFO O| Sep 02 21:59:31.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100702026-09-02T21:59:32.754Z[ host-image] Sep 02 21:59:31.916 INFO O| Sep 02 21:59:31.916 INFO STEP 46 (shadow) COMPLETE
100712026-09-02T21:59:32.754Z[ host-image] Sep 02 21:59:31.916 INFO O| Sep 02 21:59:31.916 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100722026-09-02T21:59:32.761Z[ host-image] Sep 02 21:59:31.923 INFO O| Sep 02 21:59:31.923 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100732026-09-02T21:59:32.761Z[ host-image] Sep 02 21:59:31.923 INFO O| Sep 02 21:59:31.923 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100742026-09-02T21:59:32.764Z[ host-image] Sep 02 21:59:31.923 INFO O| Sep 02 21:59:31.923 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100752026-09-02T21:59:32.764Z[ host-image] Sep 02 21:59:31.923 INFO O| Sep 02 21:59:31.923 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100762026-09-02T21:59:32.764Z[ host-image] Sep 02 21:59:31.923 INFO O| Sep 02 21:59:31.923 INFO ok!
100772026-09-02T21:59:32.764Z[ host-image] Sep 02 21:59:31.923 INFO O| Sep 02 21:59:31.923 INFO STEP 47 (ensure_file) COMPLETE
100782026-09-02T21:59:32.764Z[ host-image] Sep 02 21:59:31.923 INFO O| Sep 02 21:59:31.923 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100792026-09-02T21:59:32.764Z[ host-image] Sep 02 21:59:31.923 INFO O| Sep 02 21:59:31.923 INFO skip step because feature "mfg" is not enabled
100802026-09-02T21:59:32.764Z[ host-image] Sep 02 21:59:31.923 INFO O| Sep 02 21:59:31.923 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100812026-09-02T21:59:32.764Z[ host-image] Sep 02 21:59:31.923 INFO O| Sep 02 21:59:31.923 INFO skip step because feature "mfg" is not enabled
100822026-09-02T21:59:32.764Z[ host-image] Sep 02 21:59:31.923 INFO O| Sep 02 21:59:31.923 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100832026-09-02T21:59:32.767Z[ host-image] Sep 02 21:59:31.929 INFO O| Sep 02 21:59:31.929 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100842026-09-02T21:59:32.767Z[ host-image] Sep 02 21:59:31.929 INFO O| Sep 02 21:59:31.929 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100852026-09-02T21:59:32.797Z[ host-image] Sep 02 21:59:31.960 INFO O| Sep 02 21:59:31.960 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100862026-09-02T21:59:32.797Z[ host-image] Sep 02 21:59:31.960 INFO O| Sep 02 21:59:31.960 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100872026-09-02T21:59:32.797Z[ host-image] Sep 02 21:59:31.960 INFO O| Sep 02 21:59:31.960 INFO ok!
100882026-09-02T21:59:32.801Z[ host-image] Sep 02 21:59:31.960 INFO O| Sep 02 21:59:31.960 INFO STEP 50 (ensure_file) COMPLETE
100892026-09-02T21:59:32.801Z[ host-image] Sep 02 21:59:31.960 INFO O| Sep 02 21:59:31.960 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100902026-09-02T21:59:32.801Z[ host-image] Sep 02 21:59:31.960 INFO O| Sep 02 21:59:31.960 INFO skip step because feature "compliance" is not enabled
100912026-09-02T21:59:32.801Z[ host-image] Sep 02 21:59:31.960 INFO O| Sep 02 21:59:31.960 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100922026-09-02T21:59:32.805Z[ host-image] Sep 02 21:59:31.968 INFO O| Sep 02 21:59:31.968 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100932026-09-02T21:59:32.805Z[ host-image] Sep 02 21:59:31.968 INFO O| Sep 02 21:59:31.968 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100942026-09-02T21:59:32.809Z[ host-image] Sep 02 21:59:31.968 INFO O| Sep 02 21:59:31.968 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100952026-09-02T21:59:32.809Z[ host-image] Sep 02 21:59:31.968 INFO O| Sep 02 21:59:31.968 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100962026-09-02T21:59:32.809Z[ host-image] Sep 02 21:59:31.968 INFO O| Sep 02 21:59:31.968 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100972026-09-02T21:59:32.809Z[ host-image] Sep 02 21:59:31.968 INFO O| Sep 02 21:59:31.968 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100982026-09-02T21:59:32.809Z[ host-image] Sep 02 21:59:31.968 INFO O| Sep 02 21:59:31.968 INFO ok!
100992026-09-02T21:59:32.809Z[ host-image] Sep 02 21:59:31.968 INFO O| Sep 02 21:59:31.968 INFO STEP 52 (ensure_file) COMPLETE
101002026-09-02T21:59:32.809Z[ host-image] Sep 02 21:59:31.968 INFO O| Sep 02 21:59:31.968 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101012026-09-02T21:59:32.812Z[ host-image] Sep 02 21:59:31.974 INFO O| Sep 02 21:59:31.974 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
101022026-09-02T21:59:32.812Z[ host-image] Sep 02 21:59:31.974 INFO O| Sep 02 21:59:31.974 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 ...
101032026-09-02T21:59:32.812Z[ host-image] Sep 02 21:59:31.974 INFO O| Sep 02 21:59:31.974 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
101042026-09-02T21:59:32.813Z[ host-image] Sep 02 21:59:31.974 INFO O| Sep 02 21:59:31.974 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
101052026-09-02T21:59:32.813Z[ host-image] Sep 02 21:59:31.974 INFO O| Sep 02 21:59:31.974 INFO ok!
101062026-09-02T21:59:32.814Z[ host-image] Sep 02 21:59:31.974 INFO O| Sep 02 21:59:31.974 INFO STEP 53 (ensure_file) COMPLETE
101072026-09-02T21:59:32.814Z[ host-image] Sep 02 21:59:31.974 INFO O| Sep 02 21:59:31.974 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101082026-09-02T21:59:32.818Z[ host-image] Sep 02 21:59:31.980 INFO O| Sep 02 21:59:31.980 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
101092026-09-02T21:59:32.818Z[ host-image] Sep 02 21:59:31.980 INFO O| Sep 02 21:59:31.980 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 ...
101102026-09-02T21:59:32.818Z[ host-image] Sep 02 21:59:31.980 INFO O| Sep 02 21:59:31.980 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
101112026-09-02T21:59:32.818Z[ host-image] Sep 02 21:59:31.980 INFO O| Sep 02 21:59:31.980 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
101122026-09-02T21:59:32.818Z[ host-image] Sep 02 21:59:31.980 INFO O| Sep 02 21:59:31.980 INFO ok!
101132026-09-02T21:59:32.818Z[ host-image] Sep 02 21:59:31.980 INFO O| Sep 02 21:59:31.980 INFO STEP 54 (ensure_file) COMPLETE
101142026-09-02T21:59:32.819Z[ host-image] Sep 02 21:59:31.980 INFO O| Sep 02 21:59:31.980 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101152026-09-02T21:59:32.828Z[ host-image] Sep 02 21:59:31.989 INFO O| Sep 02 21:59:31.989 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
101162026-09-02T21:59:32.832Z[ host-image] Sep 02 21:59:31.989 INFO O| Sep 02 21:59:31.989 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 ...
101172026-09-02T21:59:32.832Z[ host-image] Sep 02 21:59:31.989 INFO O| Sep 02 21:59:31.989 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
101182026-09-02T21:59:32.832Z[ host-image] Sep 02 21:59:31.989 INFO O| Sep 02 21:59:31.989 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
101192026-09-02T21:59:32.832Z[ host-image] Sep 02 21:59:31.989 INFO O| Sep 02 21:59:31.989 INFO ok!
101202026-09-02T21:59:32.832Z[ host-image] Sep 02 21:59:31.989 INFO O| Sep 02 21:59:31.989 INFO STEP 55 (ensure_file) COMPLETE
101212026-09-02T21:59:32.832Z[ host-image] Sep 02 21:59:31.989 INFO O| Sep 02 21:59:31.989 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101222026-09-02T21:59:32.835Z[ host-image] Sep 02 21:59:31.995 INFO O| Sep 02 21:59:31.995 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
101232026-09-02T21:59:32.835Z[ host-image] Sep 02 21:59:31.995 INFO O| Sep 02 21:59:31.995 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 ...
101242026-09-02T21:59:32.835Z[ host-image] Sep 02 21:59:31.995 INFO O| Sep 02 21:59:31.995 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101252026-09-02T21:59:32.835Z[ host-image] Sep 02 21:59:31.995 INFO O| Sep 02 21:59:31.995 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101262026-09-02T21:59:32.835Z[ host-image] Sep 02 21:59:31.995 INFO O| Sep 02 21:59:31.995 INFO ok!
101272026-09-02T21:59:32.835Z[ host-image] Sep 02 21:59:31.995 INFO O| Sep 02 21:59:31.995 INFO STEP 56 (ensure_file) COMPLETE
101282026-09-02T21:59:32.835Z[ host-image] Sep 02 21:59:31.995 INFO O| Sep 02 21:59:31.995 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101292026-09-02T21:59:32.839Z[ host-image] Sep 02 21:59:32.001 INFO O| Sep 02 21:59:32.001 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
101302026-09-02T21:59:32.839Z[ host-image] Sep 02 21:59:32.001 INFO O| Sep 02 21:59:32.001 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 ...
101312026-09-02T21:59:32.841Z[ host-image] Sep 02 21:59:32.001 INFO O| Sep 02 21:59:32.001 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
101322026-09-02T21:59:32.842Z[ host-image] Sep 02 21:59:32.001 INFO O| Sep 02 21:59:32.001 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
101332026-09-02T21:59:32.842Z[ host-image] Sep 02 21:59:32.001 INFO O| Sep 02 21:59:32.001 INFO ok!
101342026-09-02T21:59:32.842Z[ host-image] Sep 02 21:59:32.002 INFO O| Sep 02 21:59:32.001 INFO STEP 57 (ensure_file) COMPLETE
101352026-09-02T21:59:32.842Z[ host-image] Sep 02 21:59:32.002 INFO O| Sep 02 21:59:32.002 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101362026-09-02T21:59:32.845Z[ host-image] Sep 02 21:59:32.007 INFO O| Sep 02 21:59:32.007 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101372026-09-02T21:59:32.845Z[ host-image] Sep 02 21:59:32.007 INFO O| Sep 02 21:59:32.007 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 ...
101382026-09-02T21:59:32.848Z[ host-image] Sep 02 21:59:32.007 INFO O| Sep 02 21:59:32.007 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101392026-09-02T21:59:32.848Z[ host-image] Sep 02 21:59:32.007 INFO O| Sep 02 21:59:32.007 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101402026-09-02T21:59:32.848Z[ host-image] Sep 02 21:59:32.007 INFO O| Sep 02 21:59:32.007 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101412026-09-02T21:59:32.848Z[ host-image] Sep 02 21:59:32.007 INFO O| Sep 02 21:59:32.007 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101422026-09-02T21:59:32.848Z[ host-image] Sep 02 21:59:32.007 INFO O| Sep 02 21:59:32.007 INFO ok!
101432026-09-02T21:59:32.848Z[ host-image] Sep 02 21:59:32.007 INFO O| Sep 02 21:59:32.007 INFO STEP 58 (ensure_file) COMPLETE
101442026-09-02T21:59:32.848Z[ host-image] Sep 02 21:59:32.007 INFO O| Sep 02 21:59:32.007 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101452026-09-02T21:59:32.853Z[ host-image] Sep 02 21:59:32.014 INFO O| Sep 02 21:59:32.014 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101462026-09-02T21:59:32.856Z[ host-image] Sep 02 21:59:32.014 INFO O| Sep 02 21:59:32.014 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 ...
101472026-09-02T21:59:32.856Z[ host-image] Sep 02 21:59:32.014 INFO O| Sep 02 21:59:32.014 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
101482026-09-02T21:59:32.856Z[ host-image] Sep 02 21:59:32.014 INFO O| Sep 02 21:59:32.014 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101492026-09-02T21:59:32.856Z[ host-image] Sep 02 21:59:32.014 INFO O| Sep 02 21:59:32.014 INFO ok!
101502026-09-02T21:59:32.856Z[ host-image] Sep 02 21:59:32.014 INFO O| Sep 02 21:59:32.014 INFO STEP 59 (ensure_file) COMPLETE
101512026-09-02T21:59:32.856Z[ host-image] Sep 02 21:59:32.014 INFO O| Sep 02 21:59:32.014 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101522026-09-02T21:59:32.859Z[ host-image] Sep 02 21:59:32.020 INFO O| Sep 02 21:59:32.020 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101532026-09-02T21:59:32.859Z[ host-image] Sep 02 21:59:32.020 INFO O| Sep 02 21:59:32.020 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101542026-09-02T21:59:32.859Z[ host-image] Sep 02 21:59:32.020 INFO O| Sep 02 21:59:32.020 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101552026-09-02T21:59:32.859Z[ host-image] Sep 02 21:59:32.020 INFO O| Sep 02 21:59:32.020 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101562026-09-02T21:59:32.859Z[ host-image] Sep 02 21:59:32.020 INFO O| Sep 02 21:59:32.020 INFO ok!
101572026-09-02T21:59:32.859Z[ host-image] Sep 02 21:59:32.020 INFO O| Sep 02 21:59:32.020 INFO STEP 60 (ensure_file) COMPLETE
101582026-09-02T21:59:32.859Z[ host-image] Sep 02 21:59:32.020 INFO O| Sep 02 21:59:32.020 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101592026-09-02T21:59:32.864Z[ host-image] Sep 02 21:59:32.026 INFO O| Sep 02 21:59:32.026 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101602026-09-02T21:59:32.864Z[ host-image] Sep 02 21:59:32.026 INFO O| Sep 02 21:59:32.026 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 ...
101612026-09-02T21:59:32.867Z[ host-image] Sep 02 21:59:32.027 INFO O| Sep 02 21:59:32.027 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
101622026-09-02T21:59:32.867Z[ host-image] Sep 02 21:59:32.027 INFO O| Sep 02 21:59:32.027 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101632026-09-02T21:59:32.867Z[ host-image] Sep 02 21:59:32.027 INFO O| Sep 02 21:59:32.027 INFO ok!
101642026-09-02T21:59:32.867Z[ host-image] Sep 02 21:59:32.027 INFO O| Sep 02 21:59:32.027 INFO STEP 61 (ensure_file) COMPLETE
101652026-09-02T21:59:32.867Z[ host-image] Sep 02 21:59:32.027 INFO O| Sep 02 21:59:32.027 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101662026-09-02T21:59:32.870Z[ host-image] Sep 02 21:59:32.033 INFO O| Sep 02 21:59:32.033 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101672026-09-02T21:59:32.870Z[ host-image] Sep 02 21:59:32.033 INFO O| Sep 02 21:59:32.033 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101682026-09-02T21:59:32.873Z[ host-image] Sep 02 21:59:32.033 INFO O| Sep 02 21:59:32.033 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101692026-09-02T21:59:32.873Z[ host-image] Sep 02 21:59:32.033 INFO O| Sep 02 21:59:32.033 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101702026-09-02T21:59:32.873Z[ host-image] Sep 02 21:59:32.033 INFO O| Sep 02 21:59:32.033 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101712026-09-02T21:59:32.873Z[ host-image] Sep 02 21:59:32.033 INFO O| Sep 02 21:59:32.033 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101722026-09-02T21:59:32.873Z[ host-image] Sep 02 21:59:32.033 INFO O| Sep 02 21:59:32.033 INFO ok!
101732026-09-02T21:59:32.873Z[ host-image] Sep 02 21:59:32.033 INFO O| Sep 02 21:59:32.033 INFO STEP 62 (ensure_file) COMPLETE
101742026-09-02T21:59:32.873Z[ host-image] Sep 02 21:59:32.033 INFO O| Sep 02 21:59:32.033 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101752026-09-02T21:59:32.877Z[ host-image] Sep 02 21:59:32.039 INFO O| Sep 02 21:59:32.039 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101762026-09-02T21:59:32.877Z[ host-image] Sep 02 21:59:32.040 INFO O| Sep 02 21:59:32.039 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 ...
101772026-09-02T21:59:32.880Z[ host-image] Sep 02 21:59:32.040 INFO O| Sep 02 21:59:32.040 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
101782026-09-02T21:59:32.880Z[ host-image] Sep 02 21:59:32.040 INFO O| Sep 02 21:59:32.040 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101792026-09-02T21:59:32.880Z[ host-image] Sep 02 21:59:32.040 INFO O| Sep 02 21:59:32.040 INFO ok!
101802026-09-02T21:59:32.880Z[ host-image] Sep 02 21:59:32.040 INFO O| Sep 02 21:59:32.040 INFO STEP 63 (ensure_file) COMPLETE
101812026-09-02T21:59:32.880Z[ host-image] Sep 02 21:59:32.040 INFO O| Sep 02 21:59:32.040 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101822026-09-02T21:59:32.884Z[ host-image] Sep 02 21:59:32.046 INFO O| Sep 02 21:59:32.046 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101832026-09-02T21:59:32.887Z[ host-image] Sep 02 21:59:32.046 INFO O| Sep 02 21:59:32.046 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 ...
101842026-09-02T21:59:32.887Z[ host-image] Sep 02 21:59:32.047 INFO O| Sep 02 21:59:32.047 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
101852026-09-02T21:59:32.887Z[ host-image] Sep 02 21:59:32.047 INFO O| Sep 02 21:59:32.047 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101862026-09-02T21:59:32.887Z[ host-image] Sep 02 21:59:32.047 INFO O| Sep 02 21:59:32.047 INFO ok!
101872026-09-02T21:59:32.887Z[ host-image] Sep 02 21:59:32.047 INFO O| Sep 02 21:59:32.047 INFO STEP 64 (ensure_file) COMPLETE
101882026-09-02T21:59:32.887Z[ host-image] Sep 02 21:59:32.047 INFO O| Sep 02 21:59:32.047 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101892026-09-02T21:59:32.893Z[ host-image] Sep 02 21:59:32.056 INFO O| Sep 02 21:59:32.056 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101902026-09-02T21:59:32.896Z[ host-image] Sep 02 21:59:32.056 INFO O| Sep 02 21:59:32.056 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 ...
101912026-09-02T21:59:32.896Z[ host-image] Sep 02 21:59:32.056 INFO O| Sep 02 21:59:32.056 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
101922026-09-02T21:59:32.896Z[ host-image] Sep 02 21:59:32.056 INFO O| Sep 02 21:59:32.056 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101932026-09-02T21:59:32.897Z[ host-image] Sep 02 21:59:32.056 INFO O| Sep 02 21:59:32.056 INFO ok!
101942026-09-02T21:59:32.897Z[ host-image] Sep 02 21:59:32.056 INFO O| Sep 02 21:59:32.056 INFO STEP 65 (ensure_file) COMPLETE
101952026-09-02T21:59:32.897Z[ host-image] Sep 02 21:59:32.056 INFO O| Sep 02 21:59:32.056 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101962026-09-02T21:59:32.897Z[ host-image] Sep 02 21:59:32.056 INFO O| Sep 02 21:59:32.056 INFO skip step because feature "mbist" is not enabled
101972026-09-02T21:59:32.897Z[ host-image] Sep 02 21:59:32.056 INFO O| Sep 02 21:59:32.056 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101982026-09-02T21:59:32.900Z[ host-image] Sep 02 21:59:32.062 INFO O| Sep 02 21:59:32.062 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101992026-09-02T21:59:32.900Z[ host-image] Sep 02 21:59:32.063 INFO O| Sep 02 21:59:32.062 INFO STEP 67 (ensure_dir) COMPLETE
102002026-09-02T21:59:32.900Z[ host-image] Sep 02 21:59:32.063 INFO O| Sep 02 21:59:32.062 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102012026-09-02T21:59:32.907Z[ host-image] Sep 02 21:59:32.070 INFO O| Sep 02 21:59:32.070 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
102022026-09-02T21:59:32.910Z[ host-image] Sep 02 21:59:32.070 INFO O| Sep 02 21:59:32.070 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
102032026-09-02T21:59:32.910Z[ host-image] Sep 02 21:59:32.070 INFO O| Sep 02 21:59:32.070 INFO STEP 68 (ensure_dir) COMPLETE
102042026-09-02T21:59:32.911Z[ host-image] Sep 02 21:59:32.070 INFO O| Sep 02 21:59:32.070 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102052026-09-02T21:59:32.916Z[ host-image] Sep 02 21:59:32.079 INFO O| Sep 02 21:59:32.079 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
102062026-09-02T21:59:32.919Z[ host-image] Sep 02 21:59:32.079 INFO O| Sep 02 21:59:32.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
102072026-09-02T21:59:32.919Z[ host-image] Sep 02 21:59:32.079 INFO O| Sep 02 21:59:32.079 INFO STEP 69 (ensure_dir) COMPLETE
102082026-09-02T21:59:32.919Z[ host-image] Sep 02 21:59:32.079 INFO O| Sep 02 21:59:32.079 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102092026-09-02T21:59:32.925Z[ host-image] Sep 02 21:59:32.087 INFO O| Sep 02 21:59:32.087 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
102102026-09-02T21:59:32.925Z[ host-image] Sep 02 21:59:32.087 INFO O| Sep 02 21:59:32.087 INFO copying /tmp/.tmp7ID4b5/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
102112026-09-02T21:59:33.311Z[ host-image] Sep 02 21:59:32.472 INFO O| Sep 02 21:59:32.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
102122026-09-02T21:59:33.311Z[ host-image] Sep 02 21:59:32.472 INFO O| Sep 02 21:59:32.472 INFO ok!
102132026-09-02T21:59:33.315Z[ host-image] Sep 02 21:59:32.472 INFO O| Sep 02 21:59:32.472 INFO STEP 70 (ensure_file) COMPLETE
102142026-09-02T21:59:33.316Z[ host-image] Sep 02 21:59:32.472 INFO O| Sep 02 21:59:32.472 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102152026-09-02T21:59:33.321Z[ host-image] Sep 02 21:59:32.484 INFO O| Sep 02 21:59:32.483 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
102162026-09-02T21:59:33.321Z[ host-image] Sep 02 21:59:32.484 INFO O| Sep 02 21:59:32.483 INFO copying /tmp/.tmp7ID4b5/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
102172026-09-02T21:59:34.012Z[ host-image] Sep 02 21:59:33.174 INFO O| Sep 02 21:59:33.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
102182026-09-02T21:59:34.012Z[ host-image] Sep 02 21:59:33.174 INFO O| Sep 02 21:59:33.174 INFO ok!
102192026-09-02T21:59:34.015Z[ host-image] Sep 02 21:59:33.174 INFO O| Sep 02 21:59:33.174 INFO STEP 71 (ensure_file) COMPLETE
102202026-09-02T21:59:34.015Z[ host-image] Sep 02 21:59:33.174 INFO O| Sep 02 21:59:33.174 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102212026-09-02T21:59:34.021Z[ host-image] Sep 02 21:59:33.184 INFO O| Sep 02 21:59:33.184 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102222026-09-02T21:59:34.025Z[ host-image] Sep 02 21:59:33.184 INFO O| Sep 02 21:59:33.184 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102232026-09-02T21:59:34.025Z[ host-image] Sep 02 21:59:33.184 INFO O| Sep 02 21:59:33.184 INFO STEP 72 (ensure_dir) COMPLETE
102242026-09-02T21:59:34.025Z[ host-image] Sep 02 21:59:33.184 INFO O| Sep 02 21:59:33.184 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102252026-09-02T21:59:34.028Z[ host-image] Sep 02 21:59:33.191 INFO O| Sep 02 21:59:33.191 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
102262026-09-02T21:59:34.028Z[ host-image] Sep 02 21:59:33.191 INFO O| Sep 02 21:59:33.191 INFO copying /tmp/.tmp7ID4b5/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 ...
102272026-09-02T21:59:34.031Z[ host-image] Sep 02 21:59:33.191 INFO O| Sep 02 21:59:33.191 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
102282026-09-02T21:59:34.031Z[ host-image] Sep 02 21:59:33.191 INFO O| Sep 02 21:59:33.191 INFO ok!
102292026-09-02T21:59:34.031Z[ host-image] Sep 02 21:59:33.191 INFO O| Sep 02 21:59:33.191 INFO STEP 73 (ensure_file) COMPLETE
102302026-09-02T21:59:34.031Z[ host-image] Sep 02 21:59:33.191 INFO O| Sep 02 21:59:33.191 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102312026-09-02T21:59:34.036Z[ host-image] Sep 02 21:59:33.199 INFO O| Sep 02 21:59:33.199 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
102322026-09-02T21:59:34.036Z[ host-image] Sep 02 21:59:33.199 INFO O| Sep 02 21:59:33.199 INFO copying /tmp/.tmp7ID4b5/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 ...
102332026-09-02T21:59:34.039Z[ host-image] Sep 02 21:59:33.199 INFO O| Sep 02 21:59:33.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102342026-09-02T21:59:34.039Z[ host-image] Sep 02 21:59:33.199 INFO O| Sep 02 21:59:33.199 INFO ok!
102352026-09-02T21:59:34.039Z[ host-image] Sep 02 21:59:33.199 INFO O| Sep 02 21:59:33.199 INFO STEP 74 (ensure_file) COMPLETE
102362026-09-02T21:59:34.039Z[ host-image] Sep 02 21:59:33.199 INFO O| Sep 02 21:59:33.199 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102372026-09-02T21:59:34.046Z[ host-image] Sep 02 21:59:33.209 INFO O| Sep 02 21:59:33.209 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102382026-09-02T21:59:34.046Z[ host-image] Sep 02 21:59:33.209 INFO O| Sep 02 21:59:33.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102392026-09-02T21:59:34.046Z[ host-image] Sep 02 21:59:33.209 INFO O| Sep 02 21:59:33.209 INFO STEP 75 (ensure_dir) COMPLETE
102402026-09-02T21:59:34.049Z[ host-image] Sep 02 21:59:33.209 INFO O| Sep 02 21:59:33.209 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102412026-09-02T21:59:34.054Z[ host-image] Sep 02 21:59:33.217 INFO O| Sep 02 21:59:33.217 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102422026-09-02T21:59:34.055Z[ host-image] Sep 02 21:59:33.217 INFO O| Sep 02 21:59:33.217 INFO copying /tmp/.tmp7ID4b5/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 ...
102432026-09-02T21:59:34.057Z[ host-image] Sep 02 21:59:33.217 INFO O| Sep 02 21:59:33.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102442026-09-02T21:59:34.058Z[ host-image] Sep 02 21:59:33.217 INFO O| Sep 02 21:59:33.217 INFO ok!
102452026-09-02T21:59:34.058Z[ host-image] Sep 02 21:59:33.217 INFO O| Sep 02 21:59:33.217 INFO STEP 76 (ensure_file) COMPLETE
102462026-09-02T21:59:34.058Z[ host-image] Sep 02 21:59:33.217 INFO O| Sep 02 21:59:33.217 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102472026-09-02T21:59:34.061Z[ host-image] Sep 02 21:59:33.224 INFO O| Sep 02 21:59:33.224 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102482026-09-02T21:59:34.064Z[ host-image] Sep 02 21:59:33.224 INFO O| Sep 02 21:59:33.224 INFO copying /tmp/.tmp7ID4b5/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 ...
102492026-09-02T21:59:34.064Z[ host-image] Sep 02 21:59:33.224 INFO O| Sep 02 21:59:33.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102502026-09-02T21:59:34.064Z[ host-image] Sep 02 21:59:33.224 INFO O| Sep 02 21:59:33.224 INFO ok!
102512026-09-02T21:59:34.064Z[ host-image] Sep 02 21:59:33.224 INFO O| Sep 02 21:59:33.224 INFO STEP 77 (ensure_file) COMPLETE
102522026-09-02T21:59:34.064Z[ host-image] Sep 02 21:59:33.224 INFO O| Sep 02 21:59:33.224 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102532026-09-02T21:59:34.068Z[ host-image] Sep 02 21:59:33.231 INFO O| Sep 02 21:59:33.231 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102542026-09-02T21:59:34.071Z[ host-image] Sep 02 21:59:33.231 INFO O| Sep 02 21:59:33.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102552026-09-02T21:59:34.071Z[ host-image] Sep 02 21:59:33.231 INFO O| Sep 02 21:59:33.231 INFO STEP 78 (ensure_dir) COMPLETE
102562026-09-02T21:59:34.071Z[ host-image] Sep 02 21:59:33.231 INFO O| Sep 02 21:59:33.231 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102572026-09-02T21:59:34.078Z[ host-image] Sep 02 21:59:33.240 INFO O| Sep 02 21:59:33.240 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102582026-09-02T21:59:34.078Z[ host-image] Sep 02 21:59:33.240 INFO O| Sep 02 21:59:33.240 INFO copying /tmp/.tmp7ID4b5/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 ...
102592026-09-02T21:59:34.078Z[ host-image] Sep 02 21:59:33.240 INFO O| Sep 02 21:59:33.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102602026-09-02T21:59:34.081Z[ host-image] Sep 02 21:59:33.241 INFO O| Sep 02 21:59:33.240 INFO ok!
102612026-09-02T21:59:34.081Z[ host-image] Sep 02 21:59:33.241 INFO O| Sep 02 21:59:33.241 INFO STEP 79 (ensure_file) COMPLETE
102622026-09-02T21:59:34.081Z[ host-image] Sep 02 21:59:33.241 INFO O| Sep 02 21:59:33.241 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102632026-09-02T21:59:34.087Z[ host-image] Sep 02 21:59:33.249 INFO O| Sep 02 21:59:33.249 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102642026-09-02T21:59:34.090Z[ host-image] Sep 02 21:59:33.249 INFO O| Sep 02 21:59:33.249 INFO copying /tmp/.tmp7ID4b5/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102652026-09-02T21:59:34.090Z[ host-image] Sep 02 21:59:33.249 INFO O| Sep 02 21:59:33.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102662026-09-02T21:59:34.090Z[ host-image] Sep 02 21:59:33.249 INFO O| Sep 02 21:59:33.249 INFO ok!
102672026-09-02T21:59:34.090Z[ host-image] Sep 02 21:59:33.249 INFO O| Sep 02 21:59:33.249 INFO STEP 80 (ensure_file) COMPLETE
102682026-09-02T21:59:34.090Z[ host-image] Sep 02 21:59:33.249 INFO O| Sep 02 21:59:33.249 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102692026-09-02T21:59:34.094Z[ host-image] Sep 02 21:59:33.257 INFO O| Sep 02 21:59:33.257 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102702026-09-02T21:59:34.097Z[ host-image] Sep 02 21:59:33.257 INFO O| Sep 02 21:59:33.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102712026-09-02T21:59:34.097Z[ host-image] Sep 02 21:59:33.257 INFO O| Sep 02 21:59:33.257 INFO STEP 81 (ensure_dir) COMPLETE
102722026-09-02T21:59:34.097Z[ host-image] Sep 02 21:59:33.257 INFO O| Sep 02 21:59:33.257 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102732026-09-02T21:59:34.102Z[ host-image] Sep 02 21:59:33.265 INFO O| Sep 02 21:59:33.264 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102742026-09-02T21:59:34.102Z[ host-image] Sep 02 21:59:33.265 INFO O| Sep 02 21:59:33.265 INFO copying /tmp/.tmp7ID4b5/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102752026-09-02T21:59:34.757Z[ host-image] Sep 02 21:59:33.920 INFO O| Sep 02 21:59:33.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102762026-09-02T21:59:34.760Z[ host-image] Sep 02 21:59:33.920 INFO O| Sep 02 21:59:33.919 INFO ok!
102772026-09-02T21:59:34.760Z[ host-image] Sep 02 21:59:33.920 INFO O| Sep 02 21:59:33.919 INFO STEP 82 (ensure_file) COMPLETE
102782026-09-02T21:59:34.760Z[ host-image] Sep 02 21:59:33.920 INFO O| Sep 02 21:59:33.919 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102792026-09-02T21:59:34.780Z[ host-image] Sep 02 21:59:33.935 INFO O| Sep 02 21:59:33.934 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102802026-09-02T21:59:34.784Z[ host-image] Sep 02 21:59:33.935 INFO O| Sep 02 21:59:33.934 INFO copying /tmp/.tmp7ID4b5/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102812026-09-02T21:59:35.113Z[ host-image] Sep 02 21:59:34.275 INFO O| Sep 02 21:59:34.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102822026-09-02T21:59:35.113Z[ host-image] Sep 02 21:59:34.275 INFO O| Sep 02 21:59:34.275 INFO ok!
102832026-09-02T21:59:35.113Z[ host-image] Sep 02 21:59:34.275 INFO O| Sep 02 21:59:34.275 INFO STEP 83 (ensure_file) COMPLETE
102842026-09-02T21:59:35.117Z[ host-image] Sep 02 21:59:34.275 INFO O| Sep 02 21:59:34.275 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102852026-09-02T21:59:35.122Z[ host-image] Sep 02 21:59:34.284 INFO O| Sep 02 21:59:34.284 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102862026-09-02T21:59:35.122Z[ host-image] Sep 02 21:59:34.284 INFO O| Sep 02 21:59:34.284 INFO copying /tmp/.tmp7ID4b5/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102872026-09-02T21:59:36.481Z[ host-image] Sep 02 21:59:35.643 INFO O| Sep 02 21:59:35.643 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102882026-09-02T21:59:36.481Z[ host-image] Sep 02 21:59:35.643 INFO O| Sep 02 21:59:35.643 INFO ok!
102892026-09-02T21:59:36.484Z[ host-image] Sep 02 21:59:35.643 INFO O| Sep 02 21:59:35.643 INFO STEP 84 (ensure_file) COMPLETE
102902026-09-02T21:59:36.484Z[ host-image] Sep 02 21:59:35.643 INFO O| Sep 02 21:59:35.643 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102912026-09-02T21:59:36.488Z[ host-image] Sep 02 21:59:35.651 INFO O| Sep 02 21:59:35.651 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102922026-09-02T21:59:36.489Z[ host-image] Sep 02 21:59:35.651 INFO O| Sep 02 21:59:35.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102932026-09-02T21:59:36.492Z[ host-image] Sep 02 21:59:35.651 INFO O| Sep 02 21:59:35.651 INFO STEP 85 (ensure_dir) COMPLETE
102942026-09-02T21:59:36.492Z[ host-image] Sep 02 21:59:35.651 INFO O| Sep 02 21:59:35.651 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102952026-09-02T21:59:36.495Z[ host-image] Sep 02 21:59:35.658 INFO O| Sep 02 21:59:35.658 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102962026-09-02T21:59:36.495Z[ host-image] Sep 02 21:59:35.658 INFO O| Sep 02 21:59:35.658 INFO copying /tmp/.tmp7ID4b5/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 ...
102972026-09-02T21:59:36.498Z[ host-image] Sep 02 21:59:35.658 INFO O| Sep 02 21:59:35.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102982026-09-02T21:59:36.498Z[ host-image] Sep 02 21:59:35.658 INFO O| Sep 02 21:59:35.658 INFO ok!
102992026-09-02T21:59:36.498Z[ host-image] Sep 02 21:59:35.658 INFO O| Sep 02 21:59:35.658 INFO STEP 86 (ensure_file) COMPLETE
103002026-09-02T21:59:36.498Z[ host-image] Sep 02 21:59:35.658 INFO O| Sep 02 21:59:35.658 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103012026-09-02T21:59:36.502Z[ host-image] Sep 02 21:59:35.665 INFO O| Sep 02 21:59:35.665 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
103022026-09-02T21:59:36.502Z[ host-image] Sep 02 21:59:35.665 INFO O| Sep 02 21:59:35.665 INFO copying /tmp/.tmp7ID4b5/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 ...
103032026-09-02T21:59:36.506Z[ host-image] Sep 02 21:59:35.665 INFO O| Sep 02 21:59:35.665 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
103042026-09-02T21:59:36.506Z[ host-image] Sep 02 21:59:35.665 INFO O| Sep 02 21:59:35.665 INFO ok!
103052026-09-02T21:59:36.506Z[ host-image] Sep 02 21:59:35.665 INFO O| Sep 02 21:59:35.665 INFO STEP 87 (ensure_file) COMPLETE
103062026-09-02T21:59:36.506Z[ host-image] Sep 02 21:59:35.665 INFO O| Sep 02 21:59:35.665 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103072026-09-02T21:59:36.512Z[ host-image] Sep 02 21:59:35.674 INFO O| Sep 02 21:59:35.674 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
103082026-09-02T21:59:36.512Z[ host-image] Sep 02 21:59:35.674 INFO O| Sep 02 21:59:35.674 INFO copying /tmp/.tmp7ID4b5/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
103092026-09-02T21:59:36.512Z[ host-image] Sep 02 21:59:35.674 INFO O| Sep 02 21:59:35.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
103102026-09-02T21:59:36.512Z[ host-image] Sep 02 21:59:35.674 INFO O| Sep 02 21:59:35.674 INFO ok!
103112026-09-02T21:59:36.512Z[ host-image] Sep 02 21:59:35.674 INFO O| Sep 02 21:59:35.674 INFO STEP 88 (ensure_file) COMPLETE
103122026-09-02T21:59:36.515Z[ host-image] Sep 02 21:59:35.674 INFO O| Sep 02 21:59:35.674 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103132026-09-02T21:59:36.520Z[ host-image] Sep 02 21:59:35.683 INFO O| Sep 02 21:59:35.683 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
103142026-09-02T21:59:36.523Z[ host-image] Sep 02 21:59:35.683 INFO O| Sep 02 21:59:35.683 INFO copying /tmp/.tmp7ID4b5/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
103152026-09-02T21:59:36.523Z[ host-image] Sep 02 21:59:35.683 INFO O| Sep 02 21:59:35.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
103162026-09-02T21:59:36.523Z[ host-image] Sep 02 21:59:35.683 INFO O| Sep 02 21:59:35.683 INFO ok!
103172026-09-02T21:59:36.523Z[ host-image] Sep 02 21:59:35.683 INFO O| Sep 02 21:59:35.683 INFO STEP 89 (ensure_file) COMPLETE
103182026-09-02T21:59:36.523Z[ host-image] Sep 02 21:59:35.683 INFO O| Sep 02 21:59:35.683 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103192026-09-02T21:59:36.528Z[ host-image] Sep 02 21:59:35.691 INFO O| Sep 02 21:59:35.691 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103202026-09-02T21:59:36.531Z[ host-image] Sep 02 21:59:35.691 INFO O| Sep 02 21:59:35.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103212026-09-02T21:59:36.531Z[ host-image] Sep 02 21:59:35.691 INFO O| Sep 02 21:59:35.691 INFO STEP 90 (ensure_dir) COMPLETE
103222026-09-02T21:59:36.531Z[ host-image] Sep 02 21:59:35.691 INFO O| Sep 02 21:59:35.691 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103232026-09-02T21:59:36.535Z[ host-image] Sep 02 21:59:35.697 INFO O| Sep 02 21:59:35.697 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
103242026-09-02T21:59:36.535Z[ host-image] Sep 02 21:59:35.697 INFO O| Sep 02 21:59:35.697 INFO copying /tmp/.tmp7ID4b5/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
103252026-09-02T21:59:36.683Z[ host-image] Sep 02 21:59:35.845 INFO O| Sep 02 21:59:35.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
103262026-09-02T21:59:36.683Z[ host-image] Sep 02 21:59:35.845 INFO O| Sep 02 21:59:35.845 INFO ok!
103272026-09-02T21:59:36.686Z[ host-image] Sep 02 21:59:35.845 INFO O| Sep 02 21:59:35.845 INFO STEP 91 (ensure_file) COMPLETE
103282026-09-02T21:59:36.686Z[ host-image] Sep 02 21:59:35.845 INFO O| Sep 02 21:59:35.845 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103292026-09-02T21:59:36.692Z[ host-image] Sep 02 21:59:35.855 INFO O| Sep 02 21:59:35.855 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103302026-09-02T21:59:36.692Z[ host-image] Sep 02 21:59:35.855 INFO O| Sep 02 21:59:35.855 INFO copying /tmp/.tmp7ID4b5/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103312026-09-02T21:59:36.696Z[ host-image] Sep 02 21:59:35.855 INFO O| Sep 02 21:59:35.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103322026-09-02T21:59:36.696Z[ host-image] Sep 02 21:59:35.855 INFO O| Sep 02 21:59:35.855 INFO ok!
103332026-09-02T21:59:36.696Z[ host-image] Sep 02 21:59:35.855 INFO O| Sep 02 21:59:35.855 INFO STEP 92 (ensure_file) COMPLETE
103342026-09-02T21:59:36.696Z[ host-image] Sep 02 21:59:35.855 INFO O| Sep 02 21:59:35.855 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103352026-09-02T21:59:36.699Z[ host-image] Sep 02 21:59:35.862 INFO O| Sep 02 21:59:35.862 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103362026-09-02T21:59:36.699Z[ host-image] Sep 02 21:59:35.862 INFO O| Sep 02 21:59:35.862 INFO copying /tmp/.tmp7ID4b5/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103372026-09-02T21:59:37.016Z[ host-image] Sep 02 21:59:36.178 INFO O| Sep 02 21:59:36.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103382026-09-02T21:59:37.016Z[ host-image] Sep 02 21:59:36.178 INFO O| Sep 02 21:59:36.178 INFO ok!
103392026-09-02T21:59:37.019Z[ host-image] Sep 02 21:59:36.178 INFO O| Sep 02 21:59:36.178 INFO STEP 93 (ensure_file) COMPLETE
103402026-09-02T21:59:37.019Z[ host-image] Sep 02 21:59:36.178 INFO O| Sep 02 21:59:36.178 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103412026-09-02T21:59:37.025Z[ host-image] Sep 02 21:59:36.187 INFO O| Sep 02 21:59:36.187 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103422026-09-02T21:59:37.027Z[ host-image] Sep 02 21:59:36.187 INFO O| Sep 02 21:59:36.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103432026-09-02T21:59:37.028Z[ host-image] Sep 02 21:59:36.187 INFO O| Sep 02 21:59:36.187 INFO STEP 94 (ensure_dir) COMPLETE
103442026-09-02T21:59:37.028Z[ host-image] Sep 02 21:59:36.187 INFO O| Sep 02 21:59:36.187 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103452026-09-02T21:59:37.034Z[ host-image] Sep 02 21:59:36.195 INFO O| Sep 02 21:59:36.195 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103462026-09-02T21:59:37.036Z[ host-image] Sep 02 21:59:36.195 INFO O| Sep 02 21:59:36.195 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103472026-09-02T21:59:37.037Z[ host-image] Sep 02 21:59:36.195 INFO O| Sep 02 21:59:36.195 INFO STEP 95 (ensure_dir) COMPLETE
103482026-09-02T21:59:37.037Z[ host-image] Sep 02 21:59:36.195 INFO O| Sep 02 21:59:36.195 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103492026-09-02T21:59:37.041Z[ host-image] Sep 02 21:59:36.203 INFO O| Sep 02 21:59:36.203 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103502026-09-02T21:59:37.041Z[ host-image] Sep 02 21:59:36.203 INFO O| Sep 02 21:59:36.203 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103512026-09-02T21:59:37.043Z[ host-image] Sep 02 21:59:36.203 INFO O| Sep 02 21:59:36.203 INFO STEP 96 (ensure_dir) COMPLETE
103522026-09-02T21:59:37.043Z[ host-image] Sep 02 21:59:36.203 INFO O| Sep 02 21:59:36.203 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103532026-09-02T21:59:37.048Z[ host-image] Sep 02 21:59:36.211 INFO O| Sep 02 21:59:36.211 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103542026-09-02T21:59:37.051Z[ host-image] Sep 02 21:59:36.211 INFO O| Sep 02 21:59:36.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103552026-09-02T21:59:37.051Z[ host-image] Sep 02 21:59:36.211 INFO O| Sep 02 21:59:36.211 INFO STEP 97 (ensure_dir) COMPLETE
103562026-09-02T21:59:37.051Z[ host-image] Sep 02 21:59:36.211 INFO O| Sep 02 21:59:36.211 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103572026-09-02T21:59:37.056Z[ host-image] Sep 02 21:59:36.218 INFO O| Sep 02 21:59:36.218 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103582026-09-02T21:59:37.056Z[ host-image] Sep 02 21:59:36.218 INFO O| Sep 02 21:59:36.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103592026-09-02T21:59:37.056Z[ host-image] Sep 02 21:59:36.218 INFO O| Sep 02 21:59:36.218 INFO STEP 98 (ensure_dir) COMPLETE
103602026-09-02T21:59:37.059Z[ host-image] Sep 02 21:59:36.218 INFO O| Sep 02 21:59:36.218 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103612026-09-02T21:59:37.063Z[ host-image] Sep 02 21:59:36.226 INFO O| Sep 02 21:59:36.226 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103622026-09-02T21:59:37.063Z[ host-image] Sep 02 21:59:36.226 INFO O| Sep 02 21:59:36.226 INFO copying /tmp/.tmp7ID4b5/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 ...
103632026-09-02T21:59:37.066Z[ host-image] Sep 02 21:59:36.226 INFO O| Sep 02 21:59:36.226 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103642026-09-02T21:59:37.066Z[ host-image] Sep 02 21:59:36.226 INFO O| Sep 02 21:59:36.226 INFO ok!
103652026-09-02T21:59:37.066Z[ host-image] Sep 02 21:59:36.226 INFO O| Sep 02 21:59:36.226 INFO STEP 99 (ensure_file) COMPLETE
103662026-09-02T21:59:37.066Z[ host-image] Sep 02 21:59:36.226 INFO O| Sep 02 21:59:36.226 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103672026-09-02T21:59:37.071Z[ host-image] Sep 02 21:59:36.234 INFO O| Sep 02 21:59:36.234 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103682026-09-02T21:59:37.074Z[ host-image] Sep 02 21:59:36.234 INFO O| Sep 02 21:59:36.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103692026-09-02T21:59:37.074Z[ host-image] Sep 02 21:59:36.234 INFO O| Sep 02 21:59:36.234 INFO STEP 100 (ensure_dir) COMPLETE
103702026-09-02T21:59:37.074Z[ host-image] Sep 02 21:59:36.234 INFO O| Sep 02 21:59:36.234 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103712026-09-02T21:59:37.080Z[ host-image] Sep 02 21:59:36.242 INFO O| Sep 02 21:59:36.242 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103722026-09-02T21:59:37.080Z[ host-image] Sep 02 21:59:36.242 INFO O| Sep 02 21:59:36.242 INFO copying /tmp/.tmp7ID4b5/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103732026-09-02T21:59:37.389Z[ host-image] Sep 02 21:59:36.551 INFO O| Sep 02 21:59:36.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103742026-09-02T21:59:37.389Z[ host-image] Sep 02 21:59:36.551 INFO O| Sep 02 21:59:36.551 INFO ok!
103752026-09-02T21:59:37.389Z[ host-image] Sep 02 21:59:36.551 INFO O| Sep 02 21:59:36.551 INFO STEP 101 (ensure_file) COMPLETE
103762026-09-02T21:59:37.392Z[ host-image] Sep 02 21:59:36.551 INFO O| Sep 02 21:59:36.551 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103772026-09-02T21:59:37.399Z[ host-image] Sep 02 21:59:36.561 INFO O| Sep 02 21:59:36.561 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103782026-09-02T21:59:37.399Z[ host-image] Sep 02 21:59:36.561 INFO O| Sep 02 21:59:36.561 INFO copying /tmp/.tmp7ID4b5/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103792026-09-02T21:59:37.402Z[ host-image] Sep 02 21:59:36.561 INFO O| Sep 02 21:59:36.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103802026-09-02T21:59:37.402Z[ host-image] Sep 02 21:59:36.561 INFO O| Sep 02 21:59:36.561 INFO ok!
103812026-09-02T21:59:37.402Z[ host-image] Sep 02 21:59:36.561 INFO O| Sep 02 21:59:36.561 INFO STEP 102 (ensure_file) COMPLETE
103822026-09-02T21:59:37.402Z[ host-image] Sep 02 21:59:36.561 INFO O| Sep 02 21:59:36.561 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103832026-09-02T21:59:37.407Z[ host-image] Sep 02 21:59:36.570 INFO O| Sep 02 21:59:36.570 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103842026-09-02T21:59:37.407Z[ host-image] Sep 02 21:59:36.570 INFO O| Sep 02 21:59:36.570 INFO copying /tmp/.tmp7ID4b5/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103852026-09-02T21:59:37.415Z[ host-image] Sep 02 21:59:36.577 INFO O| Sep 02 21:59:36.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103862026-09-02T21:59:37.415Z[ host-image] Sep 02 21:59:36.577 INFO O| Sep 02 21:59:36.577 INFO ok!
103872026-09-02T21:59:37.418Z[ host-image] Sep 02 21:59:36.577 INFO O| Sep 02 21:59:36.577 INFO STEP 103 (ensure_file) COMPLETE
103882026-09-02T21:59:37.418Z[ host-image] Sep 02 21:59:36.577 INFO O| Sep 02 21:59:36.577 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103892026-09-02T21:59:37.423Z[ host-image] Sep 02 21:59:36.586 INFO O| Sep 02 21:59:36.586 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103902026-09-02T21:59:37.423Z[ host-image] Sep 02 21:59:36.586 INFO O| Sep 02 21:59:36.586 INFO copying /tmp/.tmp7ID4b5/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103912026-09-02T21:59:37.431Z[ host-image] Sep 02 21:59:36.586 INFO O| Sep 02 21:59:36.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103922026-09-02T21:59:37.431Z[ host-image] Sep 02 21:59:36.586 INFO O| Sep 02 21:59:36.586 INFO ok!
103932026-09-02T21:59:37.431Z[ host-image] Sep 02 21:59:36.586 INFO O| Sep 02 21:59:36.586 INFO STEP 104 (ensure_file) COMPLETE
103942026-09-02T21:59:37.431Z[ host-image] Sep 02 21:59:36.586 INFO O| Sep 02 21:59:36.586 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103952026-09-02T21:59:37.436Z[ host-image] Sep 02 21:59:36.594 INFO O| Sep 02 21:59:36.594 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103962026-09-02T21:59:37.436Z[ host-image] Sep 02 21:59:36.594 INFO O| Sep 02 21:59:36.594 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103972026-09-02T21:59:37.436Z[ host-image] Sep 02 21:59:36.594 INFO O| Sep 02 21:59:36.594 INFO STEP 105 (ensure_dir) COMPLETE
103982026-09-02T21:59:37.436Z[ host-image] Sep 02 21:59:36.594 INFO O| Sep 02 21:59:36.594 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103992026-09-02T21:59:37.439Z[ host-image] Sep 02 21:59:36.600 INFO O| Sep 02 21:59:36.600 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
104002026-09-02T21:59:37.439Z[ host-image] Sep 02 21:59:36.600 INFO O| Sep 02 21:59:36.600 INFO copying /tmp/.tmp7ID4b5/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 ...
104012026-09-02T21:59:37.732Z[ host-image] Sep 02 21:59:36.895 INFO O| Sep 02 21:59:36.895 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
104022026-09-02T21:59:37.732Z[ host-image] Sep 02 21:59:36.895 INFO O| Sep 02 21:59:36.895 INFO ok!
104032026-09-02T21:59:37.732Z[ host-image] Sep 02 21:59:36.895 INFO O| Sep 02 21:59:36.895 INFO STEP 106 (ensure_file) COMPLETE
104042026-09-02T21:59:37.736Z[ host-image] Sep 02 21:59:36.895 INFO O| Sep 02 21:59:36.895 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104052026-09-02T21:59:37.740Z[ host-image] Sep 02 21:59:36.903 INFO O| Sep 02 21:59:36.903 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
104062026-09-02T21:59:37.740Z[ host-image] Sep 02 21:59:36.903 INFO O| Sep 02 21:59:36.903 INFO copying /tmp/.tmp7ID4b5/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 ...
104072026-09-02T21:59:37.743Z[ host-image] Sep 02 21:59:36.903 INFO O| Sep 02 21:59:36.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
104082026-09-02T21:59:37.743Z[ host-image] Sep 02 21:59:36.903 INFO O| Sep 02 21:59:36.903 INFO ok!
104092026-09-02T21:59:37.743Z[ host-image] Sep 02 21:59:36.903 INFO O| Sep 02 21:59:36.903 INFO STEP 107 (ensure_file) COMPLETE
104102026-09-02T21:59:37.743Z[ host-image] Sep 02 21:59:36.903 INFO O| Sep 02 21:59:36.903 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104112026-09-02T21:59:37.746Z[ host-image] Sep 02 21:59:36.909 INFO O| Sep 02 21:59:36.909 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
104122026-09-02T21:59:37.746Z[ host-image] Sep 02 21:59:36.909 INFO O| Sep 02 21:59:36.909 INFO copying /tmp/.tmp7ID4b5/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 ...
104132026-09-02T21:59:37.749Z[ host-image] Sep 02 21:59:36.909 INFO O| Sep 02 21:59:36.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
104142026-09-02T21:59:37.749Z[ host-image] Sep 02 21:59:36.909 INFO O| Sep 02 21:59:36.909 INFO ok!
104152026-09-02T21:59:37.749Z[ host-image] Sep 02 21:59:36.909 INFO O| Sep 02 21:59:36.909 INFO STEP 108 (ensure_file) COMPLETE
104162026-09-02T21:59:37.749Z[ host-image] Sep 02 21:59:36.909 INFO O| Sep 02 21:59:36.909 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104172026-09-02T21:59:37.753Z[ host-image] Sep 02 21:59:36.916 INFO O| Sep 02 21:59:36.916 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
104182026-09-02T21:59:37.756Z[ host-image] Sep 02 21:59:36.916 INFO O| Sep 02 21:59:36.916 INFO copying /tmp/.tmp7ID4b5/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 ...
104192026-09-02T21:59:37.756Z[ host-image] Sep 02 21:59:36.916 INFO O| Sep 02 21:59:36.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104202026-09-02T21:59:37.756Z[ host-image] Sep 02 21:59:36.916 INFO O| Sep 02 21:59:36.916 INFO ok!
104212026-09-02T21:59:37.756Z[ host-image] Sep 02 21:59:36.916 INFO O| Sep 02 21:59:36.916 INFO STEP 109 (ensure_file) COMPLETE
104222026-09-02T21:59:37.756Z[ host-image] Sep 02 21:59:36.916 INFO O| Sep 02 21:59:36.916 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104232026-09-02T21:59:37.761Z[ host-image] Sep 02 21:59:36.923 INFO O| Sep 02 21:59:36.923 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
104242026-09-02T21:59:37.761Z[ host-image] Sep 02 21:59:36.923 INFO O| Sep 02 21:59:36.923 INFO copying /tmp/.tmp7ID4b5/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 ...
104252026-09-02T21:59:37.767Z[ host-image] Sep 02 21:59:36.923 INFO O| Sep 02 21:59:36.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104262026-09-02T21:59:37.767Z[ host-image] Sep 02 21:59:36.923 INFO O| Sep 02 21:59:36.923 INFO ok!
104272026-09-02T21:59:37.767Z[ host-image] Sep 02 21:59:36.923 INFO O| Sep 02 21:59:36.923 INFO STEP 110 (ensure_file) COMPLETE
104282026-09-02T21:59:37.767Z[ host-image] Sep 02 21:59:36.923 INFO O| Sep 02 21:59:36.923 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104292026-09-02T21:59:37.771Z[ host-image] Sep 02 21:59:36.929 INFO O| Sep 02 21:59:36.929 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104302026-09-02T21:59:37.771Z[ host-image] Sep 02 21:59:36.929 INFO O| Sep 02 21:59:36.929 INFO copying /tmp/.tmp7ID4b5/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 ...
104312026-09-02T21:59:37.771Z[ host-image] Sep 02 21:59:36.929 INFO O| Sep 02 21:59:36.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104322026-09-02T21:59:37.771Z[ host-image] Sep 02 21:59:36.929 INFO O| Sep 02 21:59:36.929 INFO ok!
104332026-09-02T21:59:37.771Z[ host-image] Sep 02 21:59:36.929 INFO O| Sep 02 21:59:36.929 INFO STEP 111 (ensure_file) COMPLETE
104342026-09-02T21:59:37.771Z[ host-image] Sep 02 21:59:36.929 INFO O| Sep 02 21:59:36.929 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104352026-09-02T21:59:37.776Z[ host-image] Sep 02 21:59:36.938 INFO O| Sep 02 21:59:36.938 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104362026-09-02T21:59:37.780Z[ host-image] Sep 02 21:59:36.938 INFO O| Sep 02 21:59:36.938 INFO copying /tmp/.tmp7ID4b5/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 ...
104372026-09-02T21:59:37.780Z[ host-image] Sep 02 21:59:36.938 INFO O| Sep 02 21:59:36.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104382026-09-02T21:59:37.781Z[ host-image] Sep 02 21:59:36.938 INFO O| Sep 02 21:59:36.938 INFO ok!
104392026-09-02T21:59:37.781Z[ host-image] Sep 02 21:59:36.939 INFO O| Sep 02 21:59:36.938 INFO STEP 112 (ensure_file) COMPLETE
104402026-09-02T21:59:37.781Z[ host-image] Sep 02 21:59:36.939 INFO O| Sep 02 21:59:36.939 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104412026-09-02T21:59:37.784Z[ host-image] Sep 02 21:59:36.947 INFO O| Sep 02 21:59:36.947 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104422026-09-02T21:59:37.784Z[ host-image] Sep 02 21:59:36.947 INFO O| Sep 02 21:59:36.947 INFO copying /tmp/.tmp7ID4b5/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104432026-09-02T21:59:37.784Z[ host-image] Sep 02 21:59:36.947 INFO O| Sep 02 21:59:36.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104442026-09-02T21:59:37.784Z[ host-image] Sep 02 21:59:36.947 INFO O| Sep 02 21:59:36.947 INFO ok!
104452026-09-02T21:59:37.787Z[ host-image] Sep 02 21:59:36.947 INFO O| Sep 02 21:59:36.947 INFO STEP 113 (ensure_file) COMPLETE
104462026-09-02T21:59:37.787Z[ host-image] Sep 02 21:59:36.947 INFO O| Sep 02 21:59:36.947 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104472026-09-02T21:59:37.793Z[ host-image] Sep 02 21:59:36.955 INFO O| Sep 02 21:59:36.955 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104482026-09-02T21:59:37.793Z[ host-image] Sep 02 21:59:36.955 INFO O| Sep 02 21:59:36.955 INFO copying /tmp/.tmp7ID4b5/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 ...
104492026-09-02T21:59:37.796Z[ host-image] Sep 02 21:59:36.955 INFO O| Sep 02 21:59:36.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104502026-09-02T21:59:37.796Z[ host-image] Sep 02 21:59:36.955 INFO O| Sep 02 21:59:36.955 INFO ok!
104512026-09-02T21:59:37.796Z[ host-image] Sep 02 21:59:36.955 INFO O| Sep 02 21:59:36.955 INFO STEP 114 (ensure_file) COMPLETE
104522026-09-02T21:59:37.796Z[ host-image] Sep 02 21:59:36.955 INFO O| Sep 02 21:59:36.955 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104532026-09-02T21:59:37.802Z[ host-image] Sep 02 21:59:36.964 INFO O| Sep 02 21:59:36.964 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104542026-09-02T21:59:37.802Z[ host-image] Sep 02 21:59:36.964 INFO O| Sep 02 21:59:36.964 INFO copying /tmp/.tmp7ID4b5/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 ...
104552026-09-02T21:59:37.802Z[ host-image] Sep 02 21:59:36.964 INFO O| Sep 02 21:59:36.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104562026-09-02T21:59:37.802Z[ host-image] Sep 02 21:59:36.964 INFO O| Sep 02 21:59:36.964 INFO ok!
104572026-09-02T21:59:37.802Z[ host-image] Sep 02 21:59:36.964 INFO O| Sep 02 21:59:36.964 INFO STEP 115 (ensure_file) COMPLETE
104582026-09-02T21:59:37.805Z[ host-image] Sep 02 21:59:36.964 INFO O| Sep 02 21:59:36.964 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104592026-09-02T21:59:37.809Z[ host-image] Sep 02 21:59:36.972 INFO O| Sep 02 21:59:36.972 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104602026-09-02T21:59:37.809Z[ host-image] Sep 02 21:59:36.972 INFO O| Sep 02 21:59:36.972 INFO copying /tmp/.tmp7ID4b5/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 ...
104612026-09-02T21:59:37.812Z[ host-image] Sep 02 21:59:36.972 INFO O| Sep 02 21:59:36.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104622026-09-02T21:59:37.812Z[ host-image] Sep 02 21:59:36.972 INFO O| Sep 02 21:59:36.972 INFO ok!
104632026-09-02T21:59:37.812Z[ host-image] Sep 02 21:59:36.972 INFO O| Sep 02 21:59:36.972 INFO STEP 116 (ensure_file) COMPLETE
104642026-09-02T21:59:37.812Z[ host-image] Sep 02 21:59:36.972 INFO O| Sep 02 21:59:36.972 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104652026-09-02T21:59:37.818Z[ host-image] Sep 02 21:59:36.980 INFO O| Sep 02 21:59:36.980 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104662026-09-02T21:59:37.818Z[ host-image] Sep 02 21:59:36.980 INFO O| Sep 02 21:59:36.980 INFO copying /tmp/.tmp7ID4b5/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104672026-09-02T21:59:37.821Z[ host-image] Sep 02 21:59:36.980 INFO O| Sep 02 21:59:36.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104682026-09-02T21:59:37.821Z[ host-image] Sep 02 21:59:36.980 INFO O| Sep 02 21:59:36.980 INFO ok!
104692026-09-02T21:59:37.821Z[ host-image] Sep 02 21:59:36.980 INFO O| Sep 02 21:59:36.980 INFO STEP 117 (ensure_file) COMPLETE
104702026-09-02T21:59:37.821Z[ host-image] Sep 02 21:59:36.980 INFO O| Sep 02 21:59:36.980 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104712026-09-02T21:59:37.826Z[ host-image] Sep 02 21:59:36.989 INFO O| Sep 02 21:59:36.989 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104722026-09-02T21:59:37.826Z[ host-image] Sep 02 21:59:36.989 INFO O| Sep 02 21:59:36.989 INFO copying /tmp/.tmp7ID4b5/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 ...
104732026-09-02T21:59:37.829Z[ host-image] Sep 02 21:59:36.989 INFO O| Sep 02 21:59:36.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104742026-09-02T21:59:37.829Z[ host-image] Sep 02 21:59:36.989 INFO O| Sep 02 21:59:36.989 INFO ok!
104752026-09-02T21:59:37.829Z[ host-image] Sep 02 21:59:36.989 INFO O| Sep 02 21:59:36.989 INFO STEP 118 (ensure_file) COMPLETE
104762026-09-02T21:59:37.829Z[ host-image] Sep 02 21:59:36.989 INFO O| Sep 02 21:59:36.989 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104772026-09-02T21:59:37.835Z[ host-image] Sep 02 21:59:36.997 INFO O| Sep 02 21:59:36.997 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104782026-09-02T21:59:37.835Z[ host-image] Sep 02 21:59:36.997 INFO O| Sep 02 21:59:36.997 INFO copying /tmp/.tmp7ID4b5/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 ...
104792026-09-02T21:59:37.880Z[ host-image] Sep 02 21:59:36.997 INFO O| Sep 02 21:59:36.997 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104802026-09-02T21:59:37.880Z[ host-image] Sep 02 21:59:36.997 INFO O| Sep 02 21:59:36.997 INFO ok!
104812026-09-02T21:59:37.880Z[ host-image] Sep 02 21:59:36.997 INFO O| Sep 02 21:59:36.997 INFO STEP 119 (ensure_file) COMPLETE
104822026-09-02T21:59:37.880Z[ host-image] Sep 02 21:59:36.997 INFO O| Sep 02 21:59:36.997 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104832026-09-02T21:59:37.880Z[ host-image] Sep 02 21:59:37.006 INFO O| Sep 02 21:59:37.006 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104842026-09-02T21:59:37.880Z[ host-image] Sep 02 21:59:37.006 INFO O| Sep 02 21:59:37.006 INFO copying /tmp/.tmp7ID4b5/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 ...
104852026-09-02T21:59:37.880Z[ host-image] Sep 02 21:59:37.006 INFO O| Sep 02 21:59:37.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104862026-09-02T21:59:37.880Z[ host-image] Sep 02 21:59:37.006 INFO O| Sep 02 21:59:37.006 INFO ok!
104872026-09-02T21:59:37.880Z[ host-image] Sep 02 21:59:37.006 INFO O| Sep 02 21:59:37.006 INFO STEP 120 (ensure_file) COMPLETE
104882026-09-02T21:59:37.880Z[ host-image] Sep 02 21:59:37.006 INFO O| Sep 02 21:59:37.006 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104892026-09-02T21:59:37.880Z[ host-image] Sep 02 21:59:37.015 INFO O| Sep 02 21:59:37.015 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104902026-09-02T21:59:37.881Z[ host-image] Sep 02 21:59:37.015 INFO O| Sep 02 21:59:37.015 INFO copying /tmp/.tmp7ID4b5/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 ...
104912026-09-02T21:59:37.881Z[ host-image] Sep 02 21:59:37.015 INFO O| Sep 02 21:59:37.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104922026-09-02T21:59:37.881Z[ host-image] Sep 02 21:59:37.015 INFO O| Sep 02 21:59:37.015 INFO ok!
104932026-09-02T21:59:37.881Z[ host-image] Sep 02 21:59:37.015 INFO O| Sep 02 21:59:37.015 INFO STEP 121 (ensure_file) COMPLETE
104942026-09-02T21:59:37.881Z[ host-image] Sep 02 21:59:37.015 INFO O| Sep 02 21:59:37.015 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104952026-09-02T21:59:37.881Z[ host-image] Sep 02 21:59:37.024 INFO O| Sep 02 21:59:37.023 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104962026-09-02T21:59:37.881Z[ host-image] Sep 02 21:59:37.024 INFO O| Sep 02 21:59:37.023 INFO copying /tmp/.tmp7ID4b5/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 ...
104972026-09-02T21:59:37.881Z[ host-image] Sep 02 21:59:37.024 INFO O| Sep 02 21:59:37.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104982026-09-02T21:59:37.881Z[ host-image] Sep 02 21:59:37.024 INFO O| Sep 02 21:59:37.024 INFO ok!
104992026-09-02T21:59:37.881Z[ host-image] Sep 02 21:59:37.024 INFO O| Sep 02 21:59:37.024 INFO STEP 122 (ensure_file) COMPLETE
105002026-09-02T21:59:37.881Z[ host-image] Sep 02 21:59:37.024 INFO O| Sep 02 21:59:37.024 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105012026-09-02T21:59:37.881Z[ host-image] Sep 02 21:59:37.032 INFO O| Sep 02 21:59:37.032 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
105022026-09-02T21:59:37.881Z[ host-image] Sep 02 21:59:37.032 INFO O| Sep 02 21:59:37.032 INFO copying /tmp/.tmp7ID4b5/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 ...
105032026-09-02T21:59:37.881Z[ host-image] Sep 02 21:59:37.032 INFO O| Sep 02 21:59:37.032 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
105042026-09-02T21:59:37.881Z[ host-image] Sep 02 21:59:37.032 INFO O| Sep 02 21:59:37.032 INFO ok!
105052026-09-02T21:59:37.881Z[ host-image] Sep 02 21:59:37.032 INFO O| Sep 02 21:59:37.032 INFO STEP 123 (ensure_file) COMPLETE
105062026-09-02T21:59:37.881Z[ host-image] Sep 02 21:59:37.032 INFO O| Sep 02 21:59:37.032 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105072026-09-02T21:59:37.881Z[ host-image] Sep 02 21:59:37.040 INFO O| Sep 02 21:59:37.040 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
105082026-09-02T21:59:37.881Z[ host-image] Sep 02 21:59:37.040 INFO O| Sep 02 21:59:37.040 INFO copying /tmp/.tmp7ID4b5/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 ...
105092026-09-02T21:59:37.881Z[ host-image] Sep 02 21:59:37.040 INFO O| Sep 02 21:59:37.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
105102026-09-02T21:59:37.881Z[ host-image] Sep 02 21:59:37.040 INFO O| Sep 02 21:59:37.040 INFO ok!
105112026-09-02T21:59:37.881Z[ host-image] Sep 02 21:59:37.040 INFO O| Sep 02 21:59:37.040 INFO STEP 124 (ensure_file) COMPLETE
105122026-09-02T21:59:37.881Z[ host-image] Sep 02 21:59:37.040 INFO O| Sep 02 21:59:37.040 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105132026-09-02T21:59:37.886Z[ host-image] Sep 02 21:59:37.048 INFO O| Sep 02 21:59:37.048 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
105142026-09-02T21:59:37.886Z[ host-image] Sep 02 21:59:37.048 INFO O| Sep 02 21:59:37.048 INFO copying /tmp/.tmp7ID4b5/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 ...
105152026-09-02T21:59:37.889Z[ host-image] Sep 02 21:59:37.048 INFO O| Sep 02 21:59:37.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
105162026-09-02T21:59:37.889Z[ host-image] Sep 02 21:59:37.048 INFO O| Sep 02 21:59:37.048 INFO ok!
105172026-09-02T21:59:37.889Z[ host-image] Sep 02 21:59:37.048 INFO O| Sep 02 21:59:37.048 INFO STEP 125 (ensure_file) COMPLETE
105182026-09-02T21:59:37.889Z[ host-image] Sep 02 21:59:37.048 INFO O| Sep 02 21:59:37.048 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105192026-09-02T21:59:37.896Z[ host-image] Sep 02 21:59:37.058 INFO O| Sep 02 21:59:37.058 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105202026-09-02T21:59:37.896Z[ host-image] Sep 02 21:59:37.058 INFO O| Sep 02 21:59:37.058 INFO copying /tmp/.tmp7ID4b5/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 ...
105212026-09-02T21:59:37.899Z[ host-image] Sep 02 21:59:37.058 INFO O| Sep 02 21:59:37.058 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105222026-09-02T21:59:37.899Z[ host-image] Sep 02 21:59:37.058 INFO O| Sep 02 21:59:37.058 INFO ok!
105232026-09-02T21:59:37.899Z[ host-image] Sep 02 21:59:37.058 INFO O| Sep 02 21:59:37.058 INFO STEP 126 (ensure_file) COMPLETE
105242026-09-02T21:59:37.899Z[ host-image] Sep 02 21:59:37.058 INFO O| Sep 02 21:59:37.058 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105252026-09-02T21:59:37.904Z[ host-image] Sep 02 21:59:37.066 INFO O| Sep 02 21:59:37.066 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105262026-09-02T21:59:37.904Z[ host-image] Sep 02 21:59:37.066 INFO O| Sep 02 21:59:37.066 INFO copying /tmp/.tmp7ID4b5/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 ...
105272026-09-02T21:59:37.904Z[ host-image] Sep 02 21:59:37.066 INFO O| Sep 02 21:59:37.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105282026-09-02T21:59:37.904Z[ host-image] Sep 02 21:59:37.066 INFO O| Sep 02 21:59:37.066 INFO ok!
105292026-09-02T21:59:37.907Z[ host-image] Sep 02 21:59:37.066 INFO O| Sep 02 21:59:37.066 INFO STEP 127 (ensure_file) COMPLETE
105302026-09-02T21:59:37.907Z[ host-image] Sep 02 21:59:37.066 INFO O| Sep 02 21:59:37.066 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105312026-09-02T21:59:37.912Z[ host-image] Sep 02 21:59:37.075 INFO O| Sep 02 21:59:37.075 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105322026-09-02T21:59:37.912Z[ host-image] Sep 02 21:59:37.075 INFO O| Sep 02 21:59:37.075 INFO copying /tmp/.tmp7ID4b5/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 ...
105332026-09-02T21:59:37.912Z[ host-image] Sep 02 21:59:37.075 INFO O| Sep 02 21:59:37.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105342026-09-02T21:59:37.912Z[ host-image] Sep 02 21:59:37.075 INFO O| Sep 02 21:59:37.075 INFO ok!
105352026-09-02T21:59:37.916Z[ host-image] Sep 02 21:59:37.075 INFO O| Sep 02 21:59:37.075 INFO STEP 128 (ensure_file) COMPLETE
105362026-09-02T21:59:37.916Z[ host-image] Sep 02 21:59:37.075 INFO O| Sep 02 21:59:37.075 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105372026-09-02T21:59:37.921Z[ host-image] Sep 02 21:59:37.083 INFO O| Sep 02 21:59:37.083 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105382026-09-02T21:59:37.921Z[ host-image] Sep 02 21:59:37.083 INFO O| Sep 02 21:59:37.083 INFO copying /tmp/.tmp7ID4b5/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 ...
105392026-09-02T21:59:37.924Z[ host-image] Sep 02 21:59:37.083 INFO O| Sep 02 21:59:37.083 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105402026-09-02T21:59:37.924Z[ host-image] Sep 02 21:59:37.083 INFO O| Sep 02 21:59:37.083 INFO ok!
105412026-09-02T21:59:37.924Z[ host-image] Sep 02 21:59:37.083 INFO O| Sep 02 21:59:37.083 INFO STEP 129 (ensure_file) COMPLETE
105422026-09-02T21:59:37.924Z[ host-image] Sep 02 21:59:37.083 INFO O| Sep 02 21:59:37.083 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105432026-09-02T21:59:37.930Z[ host-image] Sep 02 21:59:37.092 INFO O| Sep 02 21:59:37.092 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105442026-09-02T21:59:37.930Z[ host-image] Sep 02 21:59:37.092 INFO O| Sep 02 21:59:37.092 INFO copying /tmp/.tmp7ID4b5/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 ...
105452026-09-02T21:59:37.934Z[ host-image] Sep 02 21:59:37.093 INFO O| Sep 02 21:59:37.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105462026-09-02T21:59:37.935Z[ host-image] Sep 02 21:59:37.093 INFO O| Sep 02 21:59:37.092 INFO ok!
105472026-09-02T21:59:37.935Z[ host-image] Sep 02 21:59:37.093 INFO O| Sep 02 21:59:37.092 INFO STEP 130 (ensure_file) COMPLETE
105482026-09-02T21:59:37.935Z[ host-image] Sep 02 21:59:37.093 INFO O| Sep 02 21:59:37.092 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105492026-09-02T21:59:37.938Z[ host-image] Sep 02 21:59:37.100 INFO O| Sep 02 21:59:37.100 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105502026-09-02T21:59:37.938Z[ host-image] Sep 02 21:59:37.100 INFO O| Sep 02 21:59:37.100 INFO copying /tmp/.tmp7ID4b5/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 ...
105512026-09-02T21:59:37.938Z[ host-image] Sep 02 21:59:37.100 INFO O| Sep 02 21:59:37.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105522026-09-02T21:59:37.938Z[ host-image] Sep 02 21:59:37.100 INFO O| Sep 02 21:59:37.100 INFO ok!
105532026-09-02T21:59:37.938Z[ host-image] Sep 02 21:59:37.100 INFO O| Sep 02 21:59:37.100 INFO STEP 131 (ensure_file) COMPLETE
105542026-09-02T21:59:37.938Z[ host-image] Sep 02 21:59:37.100 INFO O| Sep 02 21:59:37.100 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105552026-09-02T21:59:37.945Z[ host-image] Sep 02 21:59:37.108 INFO O| Sep 02 21:59:37.108 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105562026-09-02T21:59:37.949Z[ host-image] Sep 02 21:59:37.108 INFO O| Sep 02 21:59:37.108 INFO copying /tmp/.tmp7ID4b5/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 ...
105572026-09-02T21:59:37.949Z[ host-image] Sep 02 21:59:37.108 INFO O| Sep 02 21:59:37.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105582026-09-02T21:59:37.949Z[ host-image] Sep 02 21:59:37.108 INFO O| Sep 02 21:59:37.108 INFO ok!
105592026-09-02T21:59:37.949Z[ host-image] Sep 02 21:59:37.108 INFO O| Sep 02 21:59:37.108 INFO STEP 132 (ensure_file) COMPLETE
105602026-09-02T21:59:37.949Z[ host-image] Sep 02 21:59:37.108 INFO O| Sep 02 21:59:37.108 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105612026-09-02T21:59:37.954Z[ host-image] Sep 02 21:59:37.115 INFO O| Sep 02 21:59:37.115 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105622026-09-02T21:59:37.957Z[ host-image] Sep 02 21:59:37.115 INFO O| Sep 02 21:59:37.115 INFO copying /tmp/.tmp7ID4b5/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 ...
105632026-09-02T21:59:37.957Z[ host-image] Sep 02 21:59:37.115 INFO O| Sep 02 21:59:37.115 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105642026-09-02T21:59:37.957Z[ host-image] Sep 02 21:59:37.115 INFO O| Sep 02 21:59:37.115 INFO ok!
105652026-09-02T21:59:37.957Z[ host-image] Sep 02 21:59:37.115 INFO O| Sep 02 21:59:37.115 INFO STEP 133 (ensure_file) COMPLETE
105662026-09-02T21:59:37.957Z[ host-image] Sep 02 21:59:37.115 INFO O| Sep 02 21:59:37.115 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105672026-09-02T21:59:37.961Z[ host-image] Sep 02 21:59:37.122 INFO O| Sep 02 21:59:37.122 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105682026-09-02T21:59:37.961Z[ host-image] Sep 02 21:59:37.122 INFO O| Sep 02 21:59:37.122 INFO copying /tmp/.tmp7ID4b5/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 ...
105692026-09-02T21:59:37.961Z[ host-image] Sep 02 21:59:37.122 INFO O| Sep 02 21:59:37.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105702026-09-02T21:59:37.961Z[ host-image] Sep 02 21:59:37.122 INFO O| Sep 02 21:59:37.122 INFO ok!
105712026-09-02T21:59:37.961Z[ host-image] Sep 02 21:59:37.122 INFO O| Sep 02 21:59:37.122 INFO STEP 134 (ensure_file) COMPLETE
105722026-09-02T21:59:37.961Z[ host-image] Sep 02 21:59:37.122 INFO O| Sep 02 21:59:37.122 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105732026-09-02T21:59:37.966Z[ host-image] Sep 02 21:59:37.128 INFO O| Sep 02 21:59:37.128 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105742026-09-02T21:59:37.966Z[ host-image] Sep 02 21:59:37.128 INFO O| Sep 02 21:59:37.128 INFO copying /tmp/.tmp7ID4b5/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 ...
105752026-09-02T21:59:37.970Z[ host-image] Sep 02 21:59:37.128 INFO O| Sep 02 21:59:37.128 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105762026-09-02T21:59:37.970Z[ host-image] Sep 02 21:59:37.128 INFO O| Sep 02 21:59:37.128 INFO ok!
105772026-09-02T21:59:37.970Z[ host-image] Sep 02 21:59:37.128 INFO O| Sep 02 21:59:37.128 INFO STEP 135 (ensure_file) COMPLETE
105782026-09-02T21:59:37.970Z[ host-image] Sep 02 21:59:37.128 INFO O| Sep 02 21:59:37.128 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105792026-09-02T21:59:37.973Z[ host-image] Sep 02 21:59:37.136 INFO O| Sep 02 21:59:37.135 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105802026-09-02T21:59:37.973Z[ host-image] Sep 02 21:59:37.136 INFO O| Sep 02 21:59:37.135 INFO copying /tmp/.tmp7ID4b5/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105812026-09-02T21:59:37.973Z[ host-image] Sep 02 21:59:37.136 INFO O| Sep 02 21:59:37.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105822026-09-02T21:59:37.973Z[ host-image] Sep 02 21:59:37.136 INFO O| Sep 02 21:59:37.136 INFO ok!
105832026-09-02T21:59:37.976Z[ host-image] Sep 02 21:59:37.136 INFO O| Sep 02 21:59:37.136 INFO STEP 136 (ensure_file) COMPLETE
105842026-09-02T21:59:37.976Z[ host-image] Sep 02 21:59:37.136 INFO O| Sep 02 21:59:37.136 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105852026-09-02T21:59:37.979Z[ host-image] Sep 02 21:59:37.142 INFO O| Sep 02 21:59:37.142 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105862026-09-02T21:59:37.979Z[ host-image] Sep 02 21:59:37.142 INFO O| Sep 02 21:59:37.142 INFO copying /tmp/.tmp7ID4b5/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 ...
105872026-09-02T21:59:37.984Z[ host-image] Sep 02 21:59:37.142 INFO O| Sep 02 21:59:37.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105882026-09-02T21:59:37.984Z[ host-image] Sep 02 21:59:37.142 INFO O| Sep 02 21:59:37.142 INFO ok!
105892026-09-02T21:59:37.984Z[ host-image] Sep 02 21:59:37.142 INFO O| Sep 02 21:59:37.142 INFO STEP 137 (ensure_file) COMPLETE
105902026-09-02T21:59:37.985Z[ host-image] Sep 02 21:59:37.142 INFO O| Sep 02 21:59:37.142 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105912026-09-02T21:59:37.990Z[ host-image] Sep 02 21:59:37.149 INFO O| Sep 02 21:59:37.149 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105922026-09-02T21:59:37.990Z[ host-image] Sep 02 21:59:37.149 INFO O| Sep 02 21:59:37.149 INFO copying /tmp/.tmp7ID4b5/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105932026-09-02T21:59:37.990Z[ host-image] Sep 02 21:59:37.150 INFO O| Sep 02 21:59:37.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105942026-09-02T21:59:37.990Z[ host-image] Sep 02 21:59:37.150 INFO O| Sep 02 21:59:37.150 INFO ok!
105952026-09-02T21:59:37.990Z[ host-image] Sep 02 21:59:37.150 INFO O| Sep 02 21:59:37.150 INFO STEP 138 (ensure_file) COMPLETE
105962026-09-02T21:59:37.990Z[ host-image] Sep 02 21:59:37.150 INFO O| Sep 02 21:59:37.150 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105972026-09-02T21:59:37.993Z[ host-image] Sep 02 21:59:37.155 INFO O| Sep 02 21:59:37.155 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105982026-09-02T21:59:37.993Z[ host-image] Sep 02 21:59:37.155 INFO O| Sep 02 21:59:37.155 INFO copying /tmp/.tmp7ID4b5/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105992026-09-02T21:59:40.650Z[ recovery-image] Sep 02 21:59:39.813 INFO O| ok, image written!
106002026-09-02T21:59:40.651Z[ recovery-image] Sep 02 21:59:39.813 INFO O| ok, boot_image_csum file written!
106012026-09-02T21:59:40.654Z[ recovery-image] Sep 02 21:59:39.816 INFO creating boot archive (CPIO)...
106022026-09-02T21:59:40.654Z[ recovery-image] Sep 02 21:59:39.816 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
106032026-09-02T21:59:40.661Z[ recovery-image] Sep 02 21:59:39.823 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
106042026-09-02T21:59:40.662Z[ recovery-image] Sep 02 21:59:39.823 INFO E| + outfile=/work/os-recovery/cpio
106052026-09-02T21:59:40.664Z[ recovery-image] Sep 02 21:59:39.823 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
106062026-09-02T21:59:40.665Z[ recovery-image] Sep 02 21:59:39.825 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
106072026-09-02T21:59:40.665Z[ recovery-image] Sep 02 21:59:39.825 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
106082026-09-02T21:59:40.702Z[ recovery-image] Sep 02 21:59:39.865 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
106092026-09-02T21:59:40.705Z[ recovery-image] Sep 02 21:59:39.865 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
106102026-09-02T21:59:40.709Z[ recovery-image] Sep 02 21:59:39.872 INFO creating compressed cpio/unix for dev loaders...
106112026-09-02T21:59:40.709Z[ recovery-image] Sep 02 21:59:39.872 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
106122026-09-02T21:59:41.028Z[ recovery-image] Sep 02 21:59:40.189 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
106132026-09-02T21:59:44.459Z[ host-image] Sep 02 21:59:43.620 INFO O| Sep 02 21:59:43.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106142026-09-02T21:59:44.459Z[ host-image] Sep 02 21:59:43.620 INFO O| Sep 02 21:59:43.620 INFO ok!
106152026-09-02T21:59:44.459Z[ host-image] Sep 02 21:59:43.620 INFO O| Sep 02 21:59:43.620 INFO STEP 139 (ensure_file) COMPLETE
106162026-09-02T21:59:44.462Z[ host-image] Sep 02 21:59:43.620 INFO O| Sep 02 21:59:43.620 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106172026-09-02T21:59:44.467Z[ host-image] Sep 02 21:59:43.629 INFO O| Sep 02 21:59:43.629 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106182026-09-02T21:59:44.467Z[ host-image] Sep 02 21:59:43.629 INFO O| Sep 02 21:59:43.629 INFO STEP 140 (ensure_dir) COMPLETE
106192026-09-02T21:59:44.470Z[ host-image] Sep 02 21:59:43.629 INFO O| Sep 02 21:59:43.629 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106202026-09-02T21:59:44.474Z[ host-image] Sep 02 21:59:43.636 INFO O| Sep 02 21:59:43.636 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106212026-09-02T21:59:44.474Z[ host-image] Sep 02 21:59:43.636 INFO O| Sep 02 21:59:43.636 INFO STEP 141 (ensure_dir) COMPLETE
106222026-09-02T21:59:44.477Z[ host-image] Sep 02 21:59:43.636 INFO O| Sep 02 21:59:43.636 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106232026-09-02T21:59:44.489Z[ host-image] Sep 02 21:59:43.643 INFO O| Sep 02 21:59:43.643 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106242026-09-02T21:59:44.489Z[ host-image] Sep 02 21:59:43.643 INFO O| Sep 02 21:59:43.643 INFO STEP 142 (ensure_dir) COMPLETE
106252026-09-02T21:59:44.489Z[ host-image] Sep 02 21:59:43.643 INFO O| Sep 02 21:59:43.643 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106262026-09-02T21:59:44.494Z[ host-image] Sep 02 21:59:43.649 INFO O| Sep 02 21:59:43.649 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106272026-09-02T21:59:44.494Z[ host-image] Sep 02 21:59:43.649 INFO O| Sep 02 21:59:43.649 INFO STEP 143 (ensure_dir) COMPLETE
106282026-09-02T21:59:44.494Z[ host-image] Sep 02 21:59:43.649 INFO O| Sep 02 21:59:43.649 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106292026-09-02T21:59:44.501Z[ host-image] Sep 02 21:59:43.656 INFO O| Sep 02 21:59:43.655 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106302026-09-02T21:59:44.501Z[ host-image] Sep 02 21:59:43.656 INFO O| Sep 02 21:59:43.656 INFO copying /tmp/.tmp7ID4b5/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 ...
106312026-09-02T21:59:44.501Z[ host-image] Sep 02 21:59:43.656 INFO O| Sep 02 21:59:43.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106322026-09-02T21:59:44.501Z[ host-image] Sep 02 21:59:43.656 INFO O| Sep 02 21:59:43.656 INFO ok!
106332026-09-02T21:59:44.501Z[ host-image] Sep 02 21:59:43.656 INFO O| Sep 02 21:59:43.656 INFO STEP 144 (ensure_file) COMPLETE
106342026-09-02T21:59:44.501Z[ host-image] Sep 02 21:59:43.656 INFO O| Sep 02 21:59:43.656 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106352026-09-02T21:59:44.504Z[ host-image] Sep 02 21:59:43.664 INFO O| Sep 02 21:59:43.664 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106362026-09-02T21:59:44.504Z[ host-image] Sep 02 21:59:43.664 INFO O| Sep 02 21:59:43.664 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106372026-09-02T21:59:44.504Z[ host-image] Sep 02 21:59:43.664 INFO O| Sep 02 21:59:43.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106382026-09-02T21:59:44.504Z[ host-image] Sep 02 21:59:43.664 INFO O| Sep 02 21:59:43.664 INFO STEP 145 (ensure_dir) COMPLETE
106392026-09-02T21:59:44.504Z[ host-image] Sep 02 21:59:43.664 INFO O| Sep 02 21:59:43.664 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106402026-09-02T21:59:44.509Z[ host-image] Sep 02 21:59:43.670 INFO O| Sep 02 21:59:43.670 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106412026-09-02T21:59:44.509Z[ host-image] Sep 02 21:59:43.671 INFO O| Sep 02 21:59:43.670 INFO copying /tmp/.tmp7ID4b5/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106422026-09-02T21:59:44.513Z[ host-image] Sep 02 21:59:43.671 INFO O| Sep 02 21:59:43.671 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106432026-09-02T21:59:44.513Z[ host-image] Sep 02 21:59:43.671 INFO O| Sep 02 21:59:43.671 INFO ok!
106442026-09-02T21:59:44.513Z[ host-image] Sep 02 21:59:43.671 INFO O| Sep 02 21:59:43.671 INFO STEP 146 (ensure_file) COMPLETE
106452026-09-02T21:59:44.513Z[ host-image] Sep 02 21:59:43.671 INFO O| Sep 02 21:59:43.671 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106462026-09-02T21:59:44.520Z[ host-image] Sep 02 21:59:43.679 INFO O| Sep 02 21:59:43.679 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106472026-09-02T21:59:44.520Z[ host-image] Sep 02 21:59:43.679 INFO O| Sep 02 21:59:43.679 INFO STEP 147 (remove_files) COMPLETE
106482026-09-02T21:59:44.520Z[ host-image] Sep 02 21:59:43.679 INFO O| Sep 02 21:59:43.679 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106492026-09-02T21:59:44.524Z[ host-image] Sep 02 21:59:43.686 INFO O| Sep 02 21:59:43.686 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106502026-09-02T21:59:44.524Z[ host-image] Sep 02 21:59:43.686 INFO O| Sep 02 21:59:43.686 INFO STEP 148 (remove_files) COMPLETE
106512026-09-02T21:59:44.524Z[ host-image] Sep 02 21:59:43.686 INFO O| Sep 02 21:59:43.686 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106522026-09-02T21:59:44.531Z[ host-image] Sep 02 21:59:43.693 INFO O| Sep 02 21:59:43.693 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106532026-09-02T21:59:44.537Z[ host-image] Sep 02 21:59:43.693 INFO O| Sep 02 21:59:43.693 INFO STEP 149 (remove_files) COMPLETE
106542026-09-02T21:59:44.538Z[ host-image] Sep 02 21:59:43.693 INFO O| Sep 02 21:59:43.693 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106552026-09-02T21:59:44.543Z[ host-image] Sep 02 21:59:43.700 INFO O| Sep 02 21:59:43.700 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106562026-09-02T21:59:44.543Z[ host-image] Sep 02 21:59:43.700 INFO O| Sep 02 21:59:43.700 INFO STEP 150 (remove_files) COMPLETE
106572026-09-02T21:59:44.543Z[ host-image] Sep 02 21:59:43.700 INFO O| Sep 02 21:59:43.700 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106582026-09-02T21:59:44.546Z[ host-image] Sep 02 21:59:43.707 INFO O| Sep 02 21:59:43.707 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106592026-09-02T21:59:44.546Z[ host-image] Sep 02 21:59:43.707 INFO O| Sep 02 21:59:43.707 INFO STEP 151 (remove_files) COMPLETE
106602026-09-02T21:59:44.546Z[ host-image] Sep 02 21:59:43.707 INFO O| Sep 02 21:59:43.707 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106612026-09-02T21:59:44.552Z[ host-image] Sep 02 21:59:43.713 INFO O| Sep 02 21:59:43.713 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106622026-09-02T21:59:44.556Z[ host-image] Sep 02 21:59:43.713 INFO O| Sep 02 21:59:43.713 INFO STEP 152 (remove_files) COMPLETE
106632026-09-02T21:59:44.556Z[ host-image] Sep 02 21:59:43.713 INFO O| Sep 02 21:59:43.713 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106642026-09-02T21:59:44.560Z[ host-image] Sep 02 21:59:43.720 INFO O| Sep 02 21:59:43.720 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106652026-09-02T21:59:44.560Z[ host-image] Sep 02 21:59:43.720 INFO O| Sep 02 21:59:43.720 INFO STEP 153 (remove_files) COMPLETE
106662026-09-02T21:59:44.560Z[ host-image] Sep 02 21:59:43.720 INFO O| Sep 02 21:59:43.720 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106672026-09-02T21:59:44.564Z[ host-image] Sep 02 21:59:43.726 INFO O| Sep 02 21:59:43.726 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106682026-09-02T21:59:44.564Z[ host-image] Sep 02 21:59:43.726 INFO O| Sep 02 21:59:43.726 INFO STEP 154 (remove_files) COMPLETE
106692026-09-02T21:59:44.564Z[ host-image] Sep 02 21:59:43.726 INFO O| Sep 02 21:59:43.726 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106702026-09-02T21:59:44.573Z[ host-image] Sep 02 21:59:43.732 INFO O| Sep 02 21:59:43.732 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106712026-09-02T21:59:44.576Z[ host-image] Sep 02 21:59:43.732 INFO O| Sep 02 21:59:43.732 INFO STEP 155 (remove_files) COMPLETE
106722026-09-02T21:59:44.576Z[ host-image] Sep 02 21:59:43.732 INFO O| Sep 02 21:59:43.732 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106732026-09-02T21:59:44.576Z[ host-image] Sep 02 21:59:43.738 INFO O| Sep 02 21:59:43.738 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106742026-09-02T21:59:44.576Z[ host-image] Sep 02 21:59:43.738 INFO O| Sep 02 21:59:43.738 INFO STEP 156 (remove_files) COMPLETE
106752026-09-02T21:59:44.576Z[ host-image] Sep 02 21:59:43.738 INFO O| Sep 02 21:59:43.738 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106762026-09-02T21:59:44.582Z[ host-image] Sep 02 21:59:43.745 INFO O| Sep 02 21:59:43.745 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106772026-09-02T21:59:44.582Z[ host-image] Sep 02 21:59:43.745 INFO O| Sep 02 21:59:43.745 INFO STEP 157 (remove_files) COMPLETE
106782026-09-02T21:59:44.586Z[ host-image] Sep 02 21:59:43.745 INFO O| Sep 02 21:59:43.745 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106792026-09-02T21:59:44.589Z[ host-image] Sep 02 21:59:43.752 INFO O| Sep 02 21:59:43.752 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106802026-09-02T21:59:44.589Z[ host-image] Sep 02 21:59:43.752 INFO O| Sep 02 21:59:43.752 INFO STEP 158 (remove_files) COMPLETE
106812026-09-02T21:59:44.593Z[ host-image] Sep 02 21:59:43.752 INFO O| Sep 02 21:59:43.752 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106822026-09-02T21:59:44.598Z[ host-image] Sep 02 21:59:43.758 INFO O| Sep 02 21:59:43.758 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106832026-09-02T21:59:44.598Z[ host-image] Sep 02 21:59:43.758 INFO O| Sep 02 21:59:43.758 INFO STEP 159 (remove_files) COMPLETE
106842026-09-02T21:59:44.598Z[ host-image] Sep 02 21:59:43.758 INFO O| Sep 02 21:59:43.758 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106852026-09-02T21:59:44.601Z[ host-image] Sep 02 21:59:43.764 INFO O| Sep 02 21:59:43.764 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106862026-09-02T21:59:44.601Z[ host-image] Sep 02 21:59:43.764 INFO O| Sep 02 21:59:43.764 INFO STEP 160 (remove_files) COMPLETE
106872026-09-02T21:59:44.601Z[ host-image] Sep 02 21:59:43.764 INFO O| Sep 02 21:59:43.764 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106882026-09-02T21:59:44.610Z[ host-image] Sep 02 21:59:43.770 INFO O| Sep 02 21:59:43.770 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106892026-09-02T21:59:44.610Z[ host-image] Sep 02 21:59:43.770 INFO O| Sep 02 21:59:43.770 INFO STEP 161 (remove_files) COMPLETE
106902026-09-02T21:59:44.614Z[ host-image] Sep 02 21:59:43.770 INFO O| Sep 02 21:59:43.770 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106912026-09-02T21:59:44.621Z[ host-image] Sep 02 21:59:43.776 INFO O| Sep 02 21:59:43.776 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106922026-09-02T21:59:44.621Z[ host-image] Sep 02 21:59:43.776 INFO O| Sep 02 21:59:43.776 INFO STEP 162 (remove_files) COMPLETE
106932026-09-02T21:59:44.621Z[ host-image] Sep 02 21:59:43.776 INFO O| Sep 02 21:59:43.776 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106942026-09-02T21:59:44.624Z[ host-image] Sep 02 21:59:43.782 INFO O| Sep 02 21:59:43.782 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106952026-09-02T21:59:44.624Z[ host-image] Sep 02 21:59:43.782 INFO O| Sep 02 21:59:43.782 INFO STEP 163 (remove_files) COMPLETE
106962026-09-02T21:59:44.624Z[ host-image] Sep 02 21:59:43.782 INFO O| Sep 02 21:59:43.782 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106972026-09-02T21:59:44.627Z[ host-image] Sep 02 21:59:43.790 INFO O| Sep 02 21:59:43.790 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106982026-09-02T21:59:44.630Z[ host-image] Sep 02 21:59:43.790 INFO O| Sep 02 21:59:43.790 INFO STEP 164 (remove_files) COMPLETE
106992026-09-02T21:59:44.630Z[ host-image] Sep 02 21:59:43.790 INFO O| Sep 02 21:59:43.790 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107002026-09-02T21:59:44.635Z[ host-image] Sep 02 21:59:43.797 INFO O| Sep 02 21:59:43.797 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
107012026-09-02T21:59:44.635Z[ host-image] Sep 02 21:59:43.797 INFO O| Sep 02 21:59:43.797 INFO STEP 165 (remove_files) COMPLETE
107022026-09-02T21:59:44.635Z[ host-image] Sep 02 21:59:43.797 INFO O| Sep 02 21:59:43.797 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107032026-09-02T21:59:44.642Z[ host-image] Sep 02 21:59:43.804 INFO O| Sep 02 21:59:43.804 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
107042026-09-02T21:59:44.642Z[ host-image] Sep 02 21:59:43.804 INFO O| Sep 02 21:59:43.804 INFO STEP 166 (remove_files) COMPLETE
107052026-09-02T21:59:44.642Z[ host-image] Sep 02 21:59:43.804 INFO O| Sep 02 21:59:43.804 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107062026-09-02T21:59:44.652Z[ host-image] Sep 02 21:59:43.812 INFO O| Sep 02 21:59:43.811 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107072026-09-02T21:59:44.652Z[ host-image] Sep 02 21:59:43.812 INFO O| Sep 02 21:59:43.812 INFO STEP 167 (remove_files) COMPLETE
107082026-09-02T21:59:44.657Z[ host-image] Sep 02 21:59:43.812 INFO O| Sep 02 21:59:43.812 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107092026-09-02T21:59:44.657Z[ host-image] Sep 02 21:59:43.818 INFO O| Sep 02 21:59:43.818 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107102026-09-02T21:59:44.657Z[ host-image] Sep 02 21:59:43.818 INFO O| Sep 02 21:59:43.818 INFO STEP 168 (remove_files) COMPLETE
107112026-09-02T21:59:44.657Z[ host-image] Sep 02 21:59:43.818 INFO O| Sep 02 21:59:43.818 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107122026-09-02T21:59:44.662Z[ host-image] Sep 02 21:59:43.825 INFO O| Sep 02 21:59:43.825 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107132026-09-02T21:59:44.665Z[ host-image] Sep 02 21:59:43.825 INFO O| Sep 02 21:59:43.825 INFO STEP 169 (remove_files) COMPLETE
107142026-09-02T21:59:44.665Z[ host-image] Sep 02 21:59:43.825 INFO O| Sep 02 21:59:43.825 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107152026-09-02T21:59:44.668Z[ host-image] Sep 02 21:59:43.830 INFO O| Sep 02 21:59:43.830 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107162026-09-02T21:59:44.668Z[ host-image] Sep 02 21:59:43.830 INFO O| Sep 02 21:59:43.830 INFO STEP 170 (remove_files) COMPLETE
107172026-09-02T21:59:44.668Z[ host-image] Sep 02 21:59:43.830 INFO O| Sep 02 21:59:43.830 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107182026-09-02T21:59:44.673Z[ host-image] Sep 02 21:59:43.836 INFO O| Sep 02 21:59:43.836 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107192026-09-02T21:59:44.674Z[ host-image] Sep 02 21:59:43.836 INFO O| Sep 02 21:59:43.836 INFO STEP 171 (remove_files) COMPLETE
107202026-09-02T21:59:44.676Z[ host-image] Sep 02 21:59:43.836 INFO O| Sep 02 21:59:43.836 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107212026-09-02T21:59:44.680Z[ host-image] Sep 02 21:59:43.843 INFO O| Sep 02 21:59:43.843 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107222026-09-02T21:59:44.680Z[ host-image] Sep 02 21:59:43.843 INFO O| Sep 02 21:59:43.843 INFO STEP 172 (remove_files) COMPLETE
107232026-09-02T21:59:44.683Z[ host-image] Sep 02 21:59:43.843 INFO O| Sep 02 21:59:43.843 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107242026-09-02T21:59:44.686Z[ host-image] Sep 02 21:59:43.849 INFO O| Sep 02 21:59:43.849 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107252026-09-02T21:59:44.687Z[ host-image] Sep 02 21:59:43.849 INFO O| Sep 02 21:59:43.849 INFO STEP 173 (remove_files) COMPLETE
107262026-09-02T21:59:44.687Z[ host-image] Sep 02 21:59:43.849 INFO O| Sep 02 21:59:43.849 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107272026-09-02T21:59:44.694Z[ host-image] Sep 02 21:59:43.856 INFO O| Sep 02 21:59:43.856 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107282026-09-02T21:59:44.697Z[ host-image] Sep 02 21:59:43.856 INFO O| Sep 02 21:59:43.856 INFO STEP 174 (remove_files) COMPLETE
107292026-09-02T21:59:44.697Z[ host-image] Sep 02 21:59:43.856 INFO O| Sep 02 21:59:43.856 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107302026-09-02T21:59:44.701Z[ host-image] Sep 02 21:59:43.862 INFO O| Sep 02 21:59:43.862 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107312026-09-02T21:59:44.701Z[ host-image] Sep 02 21:59:43.862 INFO O| Sep 02 21:59:43.862 INFO STEP 175 (remove_files) COMPLETE
107322026-09-02T21:59:44.701Z[ host-image] Sep 02 21:59:43.862 INFO O| Sep 02 21:59:43.862 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107332026-09-02T21:59:44.709Z[ host-image] Sep 02 21:59:43.871 INFO O| Sep 02 21:59:43.871 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107342026-09-02T21:59:44.712Z[ host-image] Sep 02 21:59:43.871 INFO O| Sep 02 21:59:43.871 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "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", "SVCCFG_CHECKHASH": "1"}
107352026-09-02T21:59:45.259Z[ recovery-image] Sep 02 21:59:44.421 INFO creating reset image...
107362026-09-02T21:59:45.259Z[ recovery-image] Sep 02 21:59:44.421 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")
107372026-09-02T21:59:45.495Z[ recovery-image] Sep 02 21:59:44.657 INFO E| Updating crates.io index
107382026-09-02T21:59:45.593Z[ recovery-image] Sep 02 21:59:44.756 INFO E| Downloading crates ...
107392026-09-02T21:59:45.637Z[ recovery-image] Sep 02 21:59:44.799 INFO E| Downloaded colorchoice v1.0.5
107402026-09-02T21:59:45.640Z[ recovery-image] Sep 02 21:59:44.800 INFO E| Downloaded sigchld v0.2.4
107412026-09-02T21:59:45.640Z[ recovery-image] Sep 02 21:59:44.801 INFO E| Downloaded shared_thread v0.2.0
107422026-09-02T21:59:45.645Z[ recovery-image] Sep 02 21:59:44.803 INFO E| Downloaded clap_lex v1.1.0
107432026-09-02T21:59:45.649Z[ recovery-image] Sep 02 21:59:44.806 INFO E| Downloaded shared_child v1.1.1
107442026-09-02T21:59:45.649Z[ recovery-image] Sep 02 21:59:44.807 INFO E| Downloaded os_pipe v1.2.3
107452026-09-02T21:59:45.649Z[ recovery-image] Sep 02 21:59:44.810 INFO E| Downloaded duct v1.1.1
107462026-09-02T21:59:45.681Z[ recovery-image] Sep 02 21:59:44.843 INFO E| Compiling libc v0.2.186
107472026-09-02T21:59:45.681Z[ recovery-image] Sep 02 21:59:44.843 INFO E| Compiling proc-macro2 v1.0.106
107482026-09-02T21:59:45.685Z[ recovery-image] Sep 02 21:59:44.843 INFO E| Compiling signal-hook v0.3.18
107492026-09-02T21:59:45.685Z[ recovery-image] Sep 02 21:59:44.843 INFO E| Compiling quote v1.0.45
107502026-09-02T21:59:45.685Z[ recovery-image] Sep 02 21:59:44.843 INFO E| Compiling unicode-ident v1.0.24
107512026-09-02T21:59:45.685Z[ recovery-image] Sep 02 21:59:44.843 INFO E| Compiling utf8parse v0.2.2
107522026-09-02T21:59:45.685Z[ recovery-image] Sep 02 21:59:44.844 INFO E| Compiling colorchoice v1.0.5
107532026-09-02T21:59:45.685Z[ recovery-image] Sep 02 21:59:44.844 INFO E| Compiling is_terminal_polyfill v1.70.2
107542026-09-02T21:59:45.685Z[ recovery-image] Sep 02 21:59:44.844 INFO E| Compiling anstyle v1.0.14
107552026-09-02T21:59:45.692Z[ recovery-image] Sep 02 21:59:44.855 INFO E| Compiling anstyle-query v1.1.5
107562026-09-02T21:59:45.697Z[ recovery-image] Sep 02 21:59:44.855 INFO E| Compiling strsim v0.11.1
107572026-09-02T21:59:45.697Z[ recovery-image] Sep 02 21:59:44.855 INFO E| Compiling heck v0.5.0
107582026-09-02T21:59:45.697Z[ recovery-image] Sep 02 21:59:44.855 INFO E| Compiling clap_lex v1.1.0
107592026-09-02T21:59:45.697Z[ recovery-image] Sep 02 21:59:44.855 INFO E| Compiling shared_thread v0.2.0
107602026-09-02T21:59:45.835Z[ recovery-image] Sep 02 21:59:44.997 INFO E| Compiling anstyle-parse v1.0.0
107612026-09-02T21:59:46.022Z[ recovery-image] Sep 02 21:59:45.185 INFO E| Compiling anstream v1.0.0
107622026-09-02T21:59:46.226Z[ recovery-image] Sep 02 21:59:45.388 INFO E| Compiling clap_builder v4.6.0
107632026-09-02T21:59:46.452Z[ recovery-image] Sep 02 21:59:45.614 INFO E| Compiling errno v0.3.14
107642026-09-02T21:59:46.452Z[ recovery-image] Sep 02 21:59:45.614 INFO E| Compiling os_pipe v1.2.3
107652026-09-02T21:59:46.556Z[ recovery-image] Sep 02 21:59:45.718 INFO E| Compiling signal-hook-registry v1.4.8
107662026-09-02T21:59:46.784Z[ recovery-image] Sep 02 21:59:45.924 INFO E| Compiling syn v2.0.117
107672026-09-02T21:59:46.832Z[ recovery-image] Sep 02 21:59:45.992 INFO E| Compiling sigchld v0.2.4
107682026-09-02T21:59:46.925Z[ recovery-image] Sep 02 21:59:46.087 INFO E| Compiling shared_child v1.1.1
107692026-09-02T21:59:47.044Z[ recovery-image] Sep 02 21:59:46.206 INFO E| Compiling duct v1.1.1
107702026-09-02T21:59:48.883Z[ recovery-image] Sep 02 21:59:48.045 INFO E| Compiling clap_derive v4.6.1
107712026-09-02T21:59:49.588Z[ host-image] Sep 02 21:59:48.750 INFO O| Sep 02 21:59:48.750 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
107722026-09-02T21:59:49.588Z[ host-image] Sep 02 21:59:48.750 INFO O| Sep 02 21:59:48.750 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107732026-09-02T21:59:49.601Z[ host-image] Sep 02 21:59:48.763 INFO O| Sep 02 21:59:48.763 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "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"}
107742026-09-02T21:59:49.708Z[ host-image] Sep 02 21:59:48.871 INFO O| Sep 02 21:59:48.871 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", "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", "SVCCFG_CHECKHASH": "1"}
107752026-09-02T21:59:49.766Z[ host-image] Sep 02 21:59:48.929 INFO O| Sep 02 21:59:48.928 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.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"}
107762026-09-02T21:59:49.864Z[ host-image] Sep 02 21:59:48.998 INFO O| Sep 02 21:59:48.998 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107772026-09-02T21:59:49.864Z[ host-image] Sep 02 21:59:48.998 INFO O| Sep 02 21:59:48.998 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107782026-09-02T21:59:49.871Z[ host-image] Sep 02 21:59:49.000 INFO O| Sep 02 21:59:49.000 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107792026-09-02T21:59:49.871Z[ host-image] Sep 02 21:59:49.000 INFO O| Sep 02 21:59:49.000 INFO ok!
107802026-09-02T21:59:49.871Z[ host-image] Sep 02 21:59:49.000 INFO O| Sep 02 21:59:49.000 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107812026-09-02T21:59:49.871Z[ host-image] Sep 02 21:59:49.000 INFO O| Sep 02 21:59:49.000 INFO STEP 176 (seed_smf) COMPLETE
107822026-09-02T21:59:49.871Z[ host-image] Sep 02 21:59:49.000 INFO O| Sep 02 21:59:49.000 INFO steps complete; finalising image!
107832026-09-02T21:59:49.871Z[ host-image] Sep 02 21:59:49.000 INFO O| Sep 02 21:59:49.000 INFO TRIM POOL: TEMPORARY-sled-zfs
107842026-09-02T21:59:49.939Z[ host-image] Sep 02 21:59:49.101 INFO O| Sep 02 21:59:49.101 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Wed Sep 2 21:59:49 2026)
107852026-09-02T21:59:50.156Z[ host-image] Sep 02 21:59:49.318 INFO O| Sep 02 21:59:49.318 INFO temporary pool has 914M used, 110M avail, 1.80x compressratio
107862026-09-02T21:59:50.156Z[ host-image] Sep 02 21:59:49.318 INFO O| Sep 02 21:59:49.318 INFO EXPORT POOL: TEMPORARY-sled-zfs
107872026-09-02T21:59:50.159Z[ recovery-image] Sep 02 21:59:49.319 INFO E| Compiling clap v4.6.1
107882026-09-02T21:59:50.220Z[ recovery-image] Sep 02 21:59:49.382 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
107892026-09-02T21:59:50.515Z[ host-image] Sep 02 21:59:49.677 INFO O| Sep 02 21:59:49.677 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107902026-09-02T21:59:50.515Z[ host-image] Sep 02 21:59:49.677 INFO O| Sep 02 21:59:49.677 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107912026-09-02T21:59:51.104Z[ recovery-image] Sep 02 21:59:50.266 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.80s
107922026-09-02T21:59:51.110Z[ recovery-image] Sep 02 21:59:50.272 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
107932026-09-02T21:59:51.323Z[ recovery-image] Sep 02 21:59:50.485 INFO E| Downloading crates ...
107942026-09-02T21:59:51.376Z[ recovery-image] Sep 02 21:59:50.539 INFO E| Downloaded bit_field v0.10.3
107952026-09-02T21:59:51.380Z[ recovery-image] Sep 02 21:59:50.540 INFO E| Downloaded miniz_oxide v0.9.1
107962026-09-02T21:59:51.383Z[ recovery-image] Sep 02 21:59:50.543 INFO E| Downloaded bitstruct_derive v0.1.0
107972026-09-02T21:59:51.383Z[ recovery-image] Sep 02 21:59:50.543 INFO E| Downloaded cpio_reader v0.1.2
107982026-09-02T21:59:51.386Z[ recovery-image] Sep 02 21:59:50.546 INFO E| Downloaded bitflags v2.13.0
107992026-09-02T21:59:51.389Z[ recovery-image] Sep 02 21:59:50.549 INFO E| Downloaded bitstruct v0.1.1
108002026-09-02T21:59:51.392Z[ recovery-image] Sep 02 21:59:50.555 INFO E| Downloaded log v0.4.32
108012026-09-02T21:59:51.405Z[ recovery-image] Sep 02 21:59:50.568 INFO E| Downloaded raw-cpuid v10.7.0
108022026-09-02T21:59:51.423Z[ recovery-image] Sep 02 21:59:50.586 INFO E| Downloaded goblin v0.10.7
108032026-09-02T21:59:51.439Z[ host-image] Sep 02 21:59:50.601 INFO O| Sep 02 21:59:50.601 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
108042026-09-02T21:59:51.439Z[ host-image] Sep 02 21:59:50.602 INFO O| Sep 02 21:59:50.601 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
108052026-09-02T21:59:51.439Z[ host-image] Sep 02 21:59:50.602 INFO O| Sep 02 21:59:50.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
108062026-09-02T21:59:51.444Z[ host-image] Sep 02 21:59:50.602 INFO O| Sep 02 21:59:50.601 INFO completed processing sled/zfs
108072026-09-02T21:59:51.444Z[ host-image] Sep 02 21:59:50.602 INFO O| Sep 02 21:59:50.601 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
108082026-09-02T21:59:51.518Z[ recovery-image] Sep 02 21:59:50.680 INFO E| Downloaded x86 v0.52.0
108092026-09-02T21:59:51.562Z[ recovery-image] Sep 02 21:59:50.724 INFO E| Updating crates.io index
108102026-09-02T21:59:51.610Z[ recovery-image] Sep 02 21:59:50.773 INFO E| Downloading crates ...
108112026-09-02T21:59:51.636Z[ recovery-image] Sep 02 21:59:50.799 INFO E| Downloaded hashbrown v0.17.1
108122026-09-02T21:59:51.641Z[ recovery-image] Sep 02 21:59:50.804 INFO E| Downloaded rustc-literal-escaper v0.0.7
108132026-09-02T21:59:51.684Z[ recovery-image] Sep 02 21:59:50.847 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)
108142026-09-02T21:59:51.684Z[ recovery-image] Sep 02 21:59:50.847 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)
108152026-09-02T21:59:51.689Z[ recovery-image] Sep 02 21:59:50.847 INFO E| Compiling proc-macro2 v1.0.106
108162026-09-02T21:59:51.689Z[ recovery-image] Sep 02 21:59:50.847 INFO E| Compiling unicode-ident v1.0.24
108172026-09-02T21:59:51.689Z[ recovery-image] Sep 02 21:59:50.847 INFO E| Compiling quote v1.0.45
108182026-09-02T21:59:51.689Z[ recovery-image] Sep 02 21:59:50.847 INFO E| Compiling syn v1.0.109
108192026-09-02T21:59:51.689Z[ recovery-image] Sep 02 21:59:50.847 INFO E| Compiling x86 v0.52.0
108202026-09-02T21:59:51.696Z[ recovery-image] Sep 02 21:59:50.859 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
108212026-09-02T21:59:51.699Z[ recovery-image] Sep 02 21:59:50.859 INFO E| Compiling seq-macro v0.3.6
108222026-09-02T21:59:52.698Z[ recovery-image] Sep 02 21:59:51.860 INFO E| Compiling syn v2.0.117
108232026-09-02T21:59:54.076Z[ recovery-image] Sep 02 21:59:53.238 INFO E| Compiling scroll_derive v0.13.1
108242026-09-02T21:59:55.156Z[ recovery-image] Sep 02 21:59:54.318 INFO E| Compiling bitstruct_derive v0.1.0
108252026-09-02T22:00:04.968Z[ recovery-image] Sep 02 22:00:04.121 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)
108262026-09-02T22:00:06.536Z[ host-image] Sep 02 22:00:05.698 INFO O| Sep 02 22:00:05.698 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108272026-09-02T22:00:06.634Z[ host-image] Sep 02 22:00:05.796 INFO BUILD STRING "heads/stlouis-0-g0e29ea8d43\n"
108282026-09-02T22:00:06.638Z[ host-image] Sep 02 22:00:05.796 INFO expanded image name: "ci cc7d14f/${os_short_commit} 2026-09-02 21:42" -> "ci cc7d14f/0e29ea8 2026-09-02 21:42"
108292026-09-02T22:00:06.638Z[ host-image] Sep 02 22:00:05.797 INFO output artefacts stored in: "/work/os-host"
108302026-09-02T22:00:06.638Z[ host-image] Sep 02 22:00:05.797 INFO collecting git info from project "chelsio-t6-roms"...
108312026-09-02T22:00:06.642Z[ host-image] Sep 02 22:00:05.804 INFO collecting git info from project "amd-firmware"...
108322026-09-02T22:00:06.657Z[ host-image] Sep 02 22:00:05.819 INFO collecting git info from project "pilot"...
108332026-09-02T22:00:06.663Z[ host-image] Sep 02 22:00:05.825 INFO collecting git info from project "amd-host-image-builder"...
108342026-09-02T22:00:06.672Z[ host-image] Sep 02 22:00:05.832 INFO collecting git info from project "dmar-report"...
108352026-09-02T22:00:06.680Z[ host-image] Sep 02 22:00:05.838 INFO collecting git info from project "phbl"...
108362026-09-02T22:00:06.688Z[ host-image] Sep 02 22:00:05.844 INFO collecting git info from project "pinprick"...
108372026-09-02T22:00:06.691Z[ host-image] Sep 02 22:00:05.849 INFO collecting git info from project "image-builder"...
108382026-09-02T22:00:06.694Z[ host-image] Sep 02 22:00:05.855 INFO collecting git info from project "bootserver"...
108392026-09-02T22:00:06.698Z[ host-image] Sep 02 22:00:05.861 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108402026-09-02T22:00:07.072Z[ host-image] Sep 02 22:00:06.234 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108412026-09-02T22:00:07.398Z[ recovery-image] Sep 02 22:00:06.560 INFO E| Compiling bitflags v1.3.2
108422026-09-02T22:00:07.398Z[ recovery-image] Sep 02 22:00:06.560 INFO E| Compiling bitflags v2.13.0
108432026-09-02T22:00:07.398Z[ recovery-image] Sep 02 22:00:06.560 INFO E| Compiling log v0.4.32
108442026-09-02T22:00:07.401Z[ recovery-image] Sep 02 22:00:06.560 INFO E| Compiling adler2 v2.0.1
108452026-09-02T22:00:07.401Z[ recovery-image] Sep 02 22:00:06.560 INFO E| Compiling scroll v0.13.0
108462026-09-02T22:00:07.401Z[ recovery-image] Sep 02 22:00:06.560 INFO E| Compiling plain v0.2.3
108472026-09-02T22:00:07.401Z[ recovery-image] Sep 02 22:00:06.560 INFO E| Compiling bit_field v0.10.3
108482026-09-02T22:00:07.401Z[ recovery-image] Sep 02 22:00:06.560 INFO E| Compiling bitstruct v0.1.1
108492026-09-02T22:00:07.401Z[ recovery-image] Sep 02 22:00:06.561 INFO E| Compiling static_assertions v1.1.0
108502026-09-02T22:00:07.449Z[ host-image] Sep 02 22:00:06.610 INFO creating Oxide boot image...
108512026-09-02T22:00:07.449Z[ host-image] Sep 02 22:00:06.610 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci cc7d14f/0e29ea8 2026-09-02 21:42", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108522026-09-02T22:00:07.466Z[ recovery-image] Sep 02 22:00:06.627 INFO E| Compiling raw-cpuid v10.7.0
108532026-09-02T22:00:07.527Z[ recovery-image] Sep 02 22:00:06.689 INFO E| Compiling miniz_oxide v0.9.1
108542026-09-02T22:00:07.585Z[ recovery-image] Sep 02 22:00:06.747 INFO E| Compiling cpio_reader v0.1.2
108552026-09-02T22:00:07.834Z[ recovery-image] Sep 02 22:00:06.995 INFO E| Compiling goblin v0.10.7
108562026-09-02T22:00:08.546Z[ host-image] Sep 02 22:00:07.708 INFO O| ok, image written!
108572026-09-02T22:00:08.546Z[ host-image] Sep 02 22:00:07.708 INFO O| ok, boot_image_csum file written!
108582026-09-02T22:00:08.549Z[ host-image] Sep 02 22:00:07.711 INFO creating boot archive (CPIO)...
108592026-09-02T22:00:08.549Z[ host-image] Sep 02 22:00:07.711 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
108602026-09-02T22:00:08.553Z[ host-image] Sep 02 22:00:07.715 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108612026-09-02T22:00:08.553Z[ host-image] Sep 02 22:00:07.715 INFO E| + outfile=/work/os-host/cpio
108622026-09-02T22:00:08.556Z[ host-image] Sep 02 22:00:07.715 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108632026-09-02T22:00:08.556Z[ host-image] Sep 02 22:00:07.718 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108642026-09-02T22:00:08.559Z[ host-image] Sep 02 22:00:07.718 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108652026-09-02T22:00:08.588Z[ host-image] Sep 02 22:00:07.749 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108662026-09-02T22:00:08.588Z[ host-image] Sep 02 22:00:07.749 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108672026-09-02T22:00:08.595Z[ host-image] Sep 02 22:00:07.757 INFO creating compressed cpio/unix for dev loaders...
108682026-09-02T22:00:08.595Z[ host-image] Sep 02 22:00:07.757 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
108692026-09-02T22:00:08.863Z[ host-image] Sep 02 22:00:08.025 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108702026-09-02T22:00:11.680Z[ recovery-image] Sep 02 22:00:10.842 INFO E| Finished `release` profile [optimized] target(s) in 20.55s
108712026-09-02T22:00:11.703Z[ recovery-image] Sep 02 22:00:10.865 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
108722026-09-02T22:00:11.703Z[ recovery-image] Sep 02 22:00:10.865 INFO building ROM for gimlet
108732026-09-02T22:00:11.703Z[ recovery-image] Sep 02 22:00:10.865 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")
108742026-09-02T22:00:11.795Z[ recovery-image] Sep 02 22:00:10.957 INFO E| Downloading crates ...
108752026-09-02T22:00:11.845Z[ recovery-image] Sep 02 22:00:11.007 INFO E| Downloaded serde_spanned v0.6.8
108762026-09-02T22:00:11.849Z[ recovery-image] Sep 02 22:00:11.011 INFO E| Downloaded clap_derive v4.5.32
108772026-09-02T22:00:11.852Z[ recovery-image] Sep 02 22:00:11.013 INFO E| Downloaded clap_lex v0.7.4
108782026-09-02T22:00:11.852Z[ recovery-image] Sep 02 22:00:11.014 INFO E| Downloaded anstyle v1.0.10
108792026-09-02T22:00:11.856Z[ recovery-image] Sep 02 22:00:11.019 INFO E| Downloaded os_pipe v1.2.1
108802026-09-02T22:00:11.859Z[ recovery-image] Sep 02 22:00:11.020 INFO E| Downloaded anstyle-query v1.1.2
108812026-09-02T22:00:11.859Z[ recovery-image] Sep 02 22:00:11.021 INFO E| Downloaded colorchoice v1.0.3
108822026-09-02T22:00:11.860Z[ recovery-image] Sep 02 22:00:11.021 INFO E| Downloaded shared_child v1.0.1
108832026-09-02T22:00:11.863Z[ recovery-image] Sep 02 22:00:11.025 INFO E| Downloaded is_terminal_polyfill v1.70.1
108842026-09-02T22:00:11.865Z[ recovery-image] Sep 02 22:00:11.026 INFO E| Downloaded toml_write v0.1.1
108852026-09-02T22:00:11.865Z[ recovery-image] Sep 02 22:00:11.027 INFO E| Downloaded toml_datetime v0.6.9
108862026-09-02T22:00:11.865Z[ recovery-image] Sep 02 22:00:11.028 INFO E| Downloaded anstyle-parse v0.2.6
108872026-09-02T22:00:11.868Z[ recovery-image] Sep 02 22:00:11.029 INFO E| Downloaded anstream v0.6.18
108882026-09-02T22:00:11.872Z[ recovery-image] Sep 02 22:00:11.035 INFO E| Downloaded duct v0.13.7
108892026-09-02T22:00:11.879Z[ recovery-image] Sep 02 22:00:11.042 INFO E| Downloaded clap v4.5.37
108902026-09-02T22:00:11.885Z[ recovery-image] Sep 02 22:00:11.048 INFO E| Downloaded toml v0.8.22
108912026-09-02T22:00:11.906Z[ recovery-image] Sep 02 22:00:11.068 INFO E| Downloaded cc v1.2.20
108922026-09-02T22:00:11.908Z[ recovery-image] Sep 02 22:00:11.070 INFO E| Downloaded toml_edit v0.22.26
108932026-09-02T22:00:11.929Z[ recovery-image] Sep 02 22:00:11.092 INFO E| Downloaded clap_builder v4.5.37
108942026-09-02T22:00:11.934Z[ recovery-image] Sep 02 22:00:11.097 INFO E| Downloaded winnow v0.7.7
108952026-09-02T22:00:11.953Z[ recovery-image] Sep 02 22:00:11.115 INFO E| Compiling libc v0.2.172
108962026-09-02T22:00:11.953Z[ recovery-image] Sep 02 22:00:11.115 INFO E| Compiling utf8parse v0.2.2
108972026-09-02T22:00:11.953Z[ recovery-image] Sep 02 22:00:11.115 INFO E| Compiling once_cell v1.21.3
108982026-09-02T22:00:11.956Z[ recovery-image] Sep 02 22:00:11.115 INFO E| Compiling colorchoice v1.0.3
108992026-09-02T22:00:11.956Z[ recovery-image] Sep 02 22:00:11.115 INFO E| Compiling equivalent v1.0.2
109002026-09-02T22:00:11.956Z[ recovery-image] Sep 02 22:00:11.115 INFO E| Compiling anstyle v1.0.10
109012026-09-02T22:00:11.956Z[ recovery-image] Sep 02 22:00:11.115 INFO E| Compiling is_terminal_polyfill v1.70.1
109022026-09-02T22:00:11.956Z[ recovery-image] Sep 02 22:00:11.115 INFO E| Compiling hashbrown v0.15.2
109032026-09-02T22:00:11.973Z[ recovery-image] Sep 02 22:00:11.135 INFO E| Compiling anstyle-query v1.1.2
109042026-09-02T22:00:11.978Z[ recovery-image] Sep 02 22:00:11.135 INFO E| Compiling shlex v1.3.0
109052026-09-02T22:00:11.978Z[ recovery-image] Sep 02 22:00:11.135 INFO E| Compiling toml_write v0.1.1
109062026-09-02T22:00:11.978Z[ recovery-image] Sep 02 22:00:11.135 INFO E| Compiling strsim v0.11.1
109072026-09-02T22:00:11.978Z[ recovery-image] Sep 02 22:00:11.136 INFO E| Compiling winnow v0.7.7
109082026-09-02T22:00:11.982Z[ recovery-image] Sep 02 22:00:11.143 INFO E| Compiling clap_lex v0.7.4
109092026-09-02T22:00:11.994Z[ recovery-image] Sep 02 22:00:11.156 INFO E| Compiling anyhow v1.0.98
109102026-09-02T22:00:11.997Z[ recovery-image] Sep 02 22:00:11.157 INFO E| Compiling syn v2.0.101
109112026-09-02T22:00:12.208Z[ recovery-image] Sep 02 22:00:11.369 INFO E| Compiling anstyle-parse v0.2.6
109122026-09-02T22:00:12.242Z[ recovery-image] Sep 02 22:00:11.405 INFO E| Compiling cc v1.2.20
109132026-09-02T22:00:12.559Z[ recovery-image] Sep 02 22:00:11.722 INFO E| Compiling anstream v0.6.18
109142026-09-02T22:00:12.721Z[ recovery-image] Sep 02 22:00:11.873 INFO E| Compiling indexmap v2.9.0
109152026-09-02T22:00:12.810Z[ recovery-image] Sep 02 22:00:11.972 INFO E| Compiling shared_child v1.0.1
109162026-09-02T22:00:12.810Z[ recovery-image] Sep 02 22:00:11.972 INFO E| Compiling os_pipe v1.2.1
109172026-09-02T22:00:12.810Z[ recovery-image] Sep 02 22:00:11.972 INFO E| Compiling clap_builder v4.5.37
109182026-09-02T22:00:12.815Z[ host-image] Sep 02 22:00:11.975 INFO creating reset image...
109192026-09-02T22:00:12.815Z[ host-image] Sep 02 22:00:11.975 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")
109202026-09-02T22:00:12.903Z[ host-image] Sep 02 22:00:12.065 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
109212026-09-02T22:00:12.906Z[ host-image] Sep 02 22:00:12.068 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
109222026-09-02T22:00:12.989Z[ recovery-image] Sep 02 22:00:12.152 INFO E| Compiling duct v0.13.7
109232026-09-02T22:00:13.264Z[ host-image] Sep 02 22:00:12.427 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)
109242026-09-02T22:00:13.265Z[ host-image] Sep 02 22:00:12.427 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)
109252026-09-02T22:00:13.265Z[ host-image] Sep 02 22:00:12.427 INFO E| Compiling proc-macro2 v1.0.106
109262026-09-02T22:00:13.268Z[ host-image] Sep 02 22:00:12.427 INFO E| Compiling quote v1.0.45
109272026-09-02T22:00:13.268Z[ host-image] Sep 02 22:00:12.427 INFO E| Compiling unicode-ident v1.0.24
109282026-09-02T22:00:13.268Z[ host-image] Sep 02 22:00:12.427 INFO E| Compiling syn v1.0.109
109292026-09-02T22:00:13.268Z[ host-image] Sep 02 22:00:12.427 INFO E| Compiling x86 v0.52.0
109302026-09-02T22:00:13.268Z[ host-image] Sep 02 22:00:12.427 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
109312026-09-02T22:00:13.268Z[ host-image] Sep 02 22:00:12.427 INFO E| Compiling seq-macro v0.3.6
109322026-09-02T22:00:13.882Z[ recovery-image] Sep 02 22:00:13.044 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
109332026-09-02T22:00:14.666Z[ recovery-image] Sep 02 22:00:13.825 INFO E| Compiling serde_derive v1.0.219
109342026-09-02T22:00:14.666Z[ recovery-image] Sep 02 22:00:13.826 INFO E| Compiling clap_derive v4.5.32
109352026-09-02T22:00:14.991Z[ host-image] Sep 02 22:00:14.153 INFO E| Compiling syn v2.0.117
109362026-09-02T22:00:16.645Z[ recovery-image] Sep 02 22:00:15.808 INFO E| Compiling clap v4.5.37
109372026-09-02T22:00:16.985Z[ host-image] Sep 02 22:00:16.148 INFO E| Compiling scroll_derive v0.13.1
109382026-09-02T22:00:17.339Z[ recovery-image] Sep 02 22:00:16.501 INFO E| Compiling serde v1.0.219
109392026-09-02T22:00:18.087Z[ host-image] Sep 02 22:00:17.249 INFO E| Compiling bitstruct_derive v0.1.0
109402026-09-02T22:00:19.375Z[ recovery-image] Sep 02 22:00:18.538 INFO E| Compiling toml_datetime v0.6.9
109412026-09-02T22:00:19.375Z[ recovery-image] Sep 02 22:00:18.538 INFO E| Compiling serde_spanned v0.6.8
109422026-09-02T22:00:19.539Z[ recovery-image] Sep 02 22:00:18.701 INFO E| Compiling toml_edit v0.22.26
109432026-09-02T22:00:20.903Z[ recovery-image] Sep 02 22:00:20.065 INFO E| Compiling toml v0.8.22
109442026-09-02T22:00:23.260Z[ recovery-image] Sep 02 22:00:22.422 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
109452026-09-02T22:00:23.270Z[ recovery-image] Sep 02 22:00:22.432 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`
109462026-09-02T22:00:23.287Z[ recovery-image] Sep 02 22:00:22.449 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109472026-09-02T22:00:23.370Z[ recovery-image] Sep 02 22:00:22.532 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
109482026-09-02T22:00:23.373Z[ recovery-image] Sep 02 22:00:22.535 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`
109492026-09-02T22:00:23.500Z[ recovery-image] Sep 02 22:00:22.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109502026-09-02T22:00:23.500Z[ recovery-image] Sep 02 22:00:22.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109512026-09-02T22:00:23.504Z[ recovery-image] Sep 02 22:00:22.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109522026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109532026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109542026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109552026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109562026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109572026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109582026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109592026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109602026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109612026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109622026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
109632026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
109642026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.664 INFO O| Info: ABL version: 0x100f5010
109652026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.664 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
109662026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109672026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109682026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109692026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109702026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109712026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109722026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109732026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109742026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109752026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109762026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109772026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109782026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109792026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109802026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109812026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109822026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109832026-09-02T22:00:23.505Z[ recovery-image] Sep 02 22:00:22.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109842026-09-02T22:00:23.557Z[ recovery-image] Sep 02 22:00:22.705 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109852026-09-02T22:00:23.557Z[ recovery-image] Sep 02 22:00:22.705 INFO building ROM for cosmo
109862026-09-02T22:00:23.557Z[ recovery-image] Sep 02 22:00:22.705 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")
109872026-09-02T22:00:23.647Z[ recovery-image] Sep 02 22:00:22.809 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109882026-09-02T22:00:23.650Z[ recovery-image] Sep 02 22:00:22.812 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`
109892026-09-02T22:00:23.665Z[ recovery-image] Sep 02 22:00:22.828 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109902026-09-02T22:00:23.744Z[ recovery-image] Sep 02 22:00:22.906 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
109912026-09-02T22:00:23.750Z[ recovery-image] Sep 02 22:00:22.912 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`
109922026-09-02T22:00:23.984Z[ recovery-image] Sep 02 22:00:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109932026-09-02T22:00:23.984Z[ recovery-image] Sep 02 22:00:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109942026-09-02T22:00:23.984Z[ recovery-image] Sep 02 22:00:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109952026-09-02T22:00:23.988Z[ recovery-image] Sep 02 22:00:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109962026-09-02T22:00:23.988Z[ recovery-image] Sep 02 22:00:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109972026-09-02T22:00:23.988Z[ recovery-image] Sep 02 22:00:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109982026-09-02T22:00:23.988Z[ recovery-image] Sep 02 22:00:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109992026-09-02T22:00:23.988Z[ recovery-image] Sep 02 22:00:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110002026-09-02T22:00:23.988Z[ recovery-image] Sep 02 22:00:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110012026-09-02T22:00:23.988Z[ recovery-image] Sep 02 22:00:23.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110022026-09-02T22:00:23.988Z[ recovery-image] Sep 02 22:00:23.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110032026-09-02T22:00:23.988Z[ recovery-image] Sep 02 22:00:23.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110042026-09-02T22:00:23.988Z[ recovery-image] Sep 02 22:00:23.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110052026-09-02T22:00:23.988Z[ recovery-image] Sep 02 22:00:23.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110062026-09-02T22:00:23.988Z[ recovery-image] Sep 02 22:00:23.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110072026-09-02T22:00:23.988Z[ recovery-image] Sep 02 22:00:23.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110082026-09-02T22:00:23.988Z[ recovery-image] Sep 02 22:00:23.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110092026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110102026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110112026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110122026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110132026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110142026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110152026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110162026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110172026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110182026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110192026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110202026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110212026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110222026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110232026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110242026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110252026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110262026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110272026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110282026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110292026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110302026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110312026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110322026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110332026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110342026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110352026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110362026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110372026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110382026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
110392026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
110402026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
110412026-09-02T22:00:23.989Z[ recovery-image] Sep 02 22:00:23.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
110422026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
110432026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
110442026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
110452026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.147 INFO O| Info: ABL version: 0x100af010
110462026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.147 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
110472026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.147 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
110482026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
110492026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
110502026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
110512026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
110522026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
110532026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
110542026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
110552026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
110562026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
110572026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
110582026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
110592026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
110602026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
110612026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
110622026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
110632026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
110642026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
110652026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
110662026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
110672026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
110682026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
110692026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
110702026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
110712026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
110722026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
110732026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
110742026-09-02T22:00:23.990Z[ recovery-image] Sep 02 22:00:23.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
110752026-09-02T22:00:23.991Z[ recovery-image] Sep 02 22:00:23.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
110762026-09-02T22:00:23.991Z[ recovery-image] Sep 02 22:00:23.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
110772026-09-02T22:00:23.991Z[ recovery-image] Sep 02 22:00:23.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
110782026-09-02T22:00:23.991Z[ recovery-image] Sep 02 22:00:23.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
110792026-09-02T22:00:24.027Z[ recovery-image] Sep 02 22:00:23.188 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
110802026-09-02T22:00:25.315Z[ recovery-image] Sep 02 22:00:24.478 INFO image complete! materials are in "/work/os-recovery"
110812026-09-02T22:00:25.318Z[ recovery-image]
110822026-09-02T22:00:25.318Z[ recovery-image] real 3:50.801629910
110832026-09-02T22:00:25.318Z[ recovery-image] user 2:59.360846393
110842026-09-02T22:00:25.318Z[ recovery-image] sys 43.115677613
110852026-09-02T22:00:25.318Z[ recovery-image] trap 0.173580597
110862026-09-02T22:00:25.319Z[ recovery-image] tflt 0.677209733
110872026-09-02T22:00:25.319Z[ recovery-image] dflt 0.979886365
110882026-09-02T22:00:25.322Z[ recovery-image] kflt 0.000152590
110892026-09-02T22:00:25.323Z[ recovery-image] lock 9:08.142288581
110902026-09-02T22:00:25.323Z[ recovery-image] slp 20:24.133465356
110912026-09-02T22:00:25.323Z[ recovery-image] lat 40.393780884
110922026-09-02T22:00:25.323Z[ recovery-image] stop 11.478735206
110932026-09-02T22:00:25.323ZSep 02 22:00:24.482 INFO [recovery-image] process exited with exit status: 0 (230.807015813s)
110942026-09-02T22:00:25.323ZSep 02 22:00:24.482 INFO [tuf-v2-recovery] running task
110952026-09-02T22:00:25.323ZSep 02 22:00:24.482 INFO [tuf-v2-recovery] task succeeded (837.201µs)
110962026-09-02T22:00:27.983Z[ host-image] Sep 02 22:00:27.145 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)
110972026-09-02T22:00:30.354Z[ host-image] Sep 02 22:00:29.516 INFO E| Compiling bitflags v1.3.2
110982026-09-02T22:00:30.357Z[ host-image] Sep 02 22:00:29.516 INFO E| Compiling bit_field v0.10.3
110992026-09-02T22:00:30.357Z[ host-image] Sep 02 22:00:29.516 INFO E| Compiling scroll v0.13.0
111002026-09-02T22:00:30.357Z[ host-image] Sep 02 22:00:29.516 INFO E| Compiling bitflags v2.13.0
111012026-09-02T22:00:30.357Z[ host-image] Sep 02 22:00:29.516 INFO E| Compiling log v0.4.32
111022026-09-02T22:00:30.358Z[ host-image] Sep 02 22:00:29.516 INFO E| Compiling adler2 v2.0.1
111032026-09-02T22:00:30.358Z[ host-image] Sep 02 22:00:29.516 INFO E| Compiling plain v0.2.3
111042026-09-02T22:00:30.358Z[ host-image] Sep 02 22:00:29.516 INFO E| Compiling bitstruct v0.1.1
111052026-09-02T22:00:30.358Z[ host-image] Sep 02 22:00:29.516 INFO E| Compiling static_assertions v1.1.0
111062026-09-02T22:00:30.426Z[ host-image] Sep 02 22:00:29.587 INFO E| Compiling raw-cpuid v10.7.0
111072026-09-02T22:00:30.505Z[ host-image] Sep 02 22:00:29.667 INFO E| Compiling miniz_oxide v0.9.1
111082026-09-02T22:00:30.583Z[ host-image] Sep 02 22:00:29.745 INFO E| Compiling cpio_reader v0.1.2
111092026-09-02T22:00:30.654Z[ host-image] Sep 02 22:00:29.817 INFO E| Compiling goblin v0.10.7
111102026-09-02T22:00:33.750Z[ host-image] Sep 02 22:00:32.912 INFO E| Finished `release` profile [optimized] target(s) in 20.82s
111112026-09-02T22:00:33.762Z[ host-image] Sep 02 22:00:32.925 INFO building ROM for gimlet
111122026-09-02T22:00:33.767Z[ host-image] Sep 02 22:00:32.925 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")
111132026-09-02T22:00:33.866Z[ host-image] Sep 02 22:00:33.025 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111142026-09-02T22:00:33.869Z[ host-image] Sep 02 22:00:33.028 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`
111152026-09-02T22:00:33.879Z[ host-image] Sep 02 22:00:33.042 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111162026-09-02T22:00:33.953Z[ host-image] Sep 02 22:00:33.116 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111172026-09-02T22:00:33.956Z[ host-image] Sep 02 22:00:33.119 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`
111182026-09-02T22:00:34.076Z[ host-image] Sep 02 22:00:33.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111192026-09-02T22:00:34.076Z[ host-image] Sep 02 22:00:33.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111202026-09-02T22:00:34.081Z[ host-image] Sep 02 22:00:33.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111212026-09-02T22:00:34.081Z[ host-image] Sep 02 22:00:33.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111222026-09-02T22:00:34.081Z[ host-image] Sep 02 22:00:33.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111232026-09-02T22:00:34.081Z[ host-image] Sep 02 22:00:33.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111242026-09-02T22:00:34.081Z[ host-image] Sep 02 22:00:33.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111252026-09-02T22:00:34.081Z[ host-image] Sep 02 22:00:33.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111262026-09-02T22:00:34.082Z[ host-image] Sep 02 22:00:33.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111272026-09-02T22:00:34.082Z[ host-image] Sep 02 22:00:33.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111282026-09-02T22:00:34.082Z[ host-image] Sep 02 22:00:33.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111292026-09-02T22:00:34.082Z[ host-image] Sep 02 22:00:33.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111302026-09-02T22:00:34.082Z[ host-image] Sep 02 22:00:33.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111312026-09-02T22:00:34.082Z[ host-image] Sep 02 22:00:33.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111322026-09-02T22:00:34.082Z[ host-image] Sep 02 22:00:33.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111332026-09-02T22:00:34.082Z[ host-image] Sep 02 22:00:33.239 INFO O| Info: ABL version: 0x100f5010
111342026-09-02T22:00:34.083Z[ host-image] Sep 02 22:00:33.239 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111352026-09-02T22:00:34.083Z[ host-image] Sep 02 22:00:33.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111362026-09-02T22:00:34.083Z[ host-image] Sep 02 22:00:33.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111372026-09-02T22:00:34.083Z[ host-image] Sep 02 22:00:33.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111382026-09-02T22:00:34.083Z[ host-image] Sep 02 22:00:33.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111392026-09-02T22:00:34.083Z[ host-image] Sep 02 22:00:33.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111402026-09-02T22:00:34.083Z[ host-image] Sep 02 22:00:33.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111412026-09-02T22:00:34.083Z[ host-image] Sep 02 22:00:33.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111422026-09-02T22:00:34.083Z[ host-image] Sep 02 22:00:33.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111432026-09-02T22:00:34.083Z[ host-image] Sep 02 22:00:33.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111442026-09-02T22:00:34.083Z[ host-image] Sep 02 22:00:33.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111452026-09-02T22:00:34.083Z[ host-image] Sep 02 22:00:33.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111462026-09-02T22:00:34.083Z[ host-image] Sep 02 22:00:33.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111472026-09-02T22:00:34.083Z[ host-image] Sep 02 22:00:33.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111482026-09-02T22:00:34.083Z[ host-image] Sep 02 22:00:33.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111492026-09-02T22:00:34.083Z[ host-image] Sep 02 22:00:33.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111502026-09-02T22:00:34.083Z[ host-image] Sep 02 22:00:33.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111512026-09-02T22:00:34.083Z[ host-image] Sep 02 22:00:33.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111522026-09-02T22:00:34.083Z[ host-image] Sep 02 22:00:33.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111532026-09-02T22:00:34.137Z[ host-image] Sep 02 22:00:33.276 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111542026-09-02T22:00:34.137Z[ host-image] Sep 02 22:00:33.276 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111552026-09-02T22:00:34.146Z[ host-image] Sep 02 22:00:33.276 INFO building ROM for cosmo
111562026-09-02T22:00:34.146Z[ host-image] Sep 02 22:00:33.276 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")
111572026-09-02T22:00:34.211Z[ host-image] Sep 02 22:00:33.369 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111582026-09-02T22:00:34.216Z[ host-image] Sep 02 22:00:33.371 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`
111592026-09-02T22:00:34.222Z[ host-image] Sep 02 22:00:33.383 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
111602026-09-02T22:00:34.298Z[ host-image] Sep 02 22:00:33.459 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
111612026-09-02T22:00:34.302Z[ host-image] Sep 02 22:00:33.463 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`
111622026-09-02T22:00:34.527Z[ host-image] Sep 02 22:00:33.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
111632026-09-02T22:00:34.527Z[ host-image] Sep 02 22:00:33.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
111642026-09-02T22:00:34.527Z[ host-image] Sep 02 22:00:33.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
111652026-09-02T22:00:34.527Z[ host-image] Sep 02 22:00:33.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
111662026-09-02T22:00:34.530Z[ host-image] Sep 02 22:00:33.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
111672026-09-02T22:00:34.530Z[ host-image] Sep 02 22:00:33.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
111682026-09-02T22:00:34.531Z[ host-image] Sep 02 22:00:33.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
111692026-09-02T22:00:34.531Z[ host-image] Sep 02 22:00:33.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
111702026-09-02T22:00:34.531Z[ host-image] Sep 02 22:00:33.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
111712026-09-02T22:00:34.531Z[ host-image] Sep 02 22:00:33.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
111722026-09-02T22:00:34.531Z[ host-image] Sep 02 22:00:33.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
111732026-09-02T22:00:34.531Z[ host-image] Sep 02 22:00:33.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
111742026-09-02T22:00:34.531Z[ host-image] Sep 02 22:00:33.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
111752026-09-02T22:00:34.531Z[ host-image] Sep 02 22:00:33.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
111762026-09-02T22:00:34.531Z[ host-image] Sep 02 22:00:33.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
111772026-09-02T22:00:34.531Z[ host-image] Sep 02 22:00:33.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
111782026-09-02T22:00:34.531Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
111792026-09-02T22:00:34.531Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
111802026-09-02T22:00:34.531Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
111812026-09-02T22:00:34.531Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111822026-09-02T22:00:34.532Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111832026-09-02T22:00:34.532Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111842026-09-02T22:00:34.532Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111852026-09-02T22:00:34.532Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111862026-09-02T22:00:34.532Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111872026-09-02T22:00:34.532Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111882026-09-02T22:00:34.532Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111892026-09-02T22:00:34.532Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111902026-09-02T22:00:34.532Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111912026-09-02T22:00:34.532Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111922026-09-02T22:00:34.532Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111932026-09-02T22:00:34.532Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111942026-09-02T22:00:34.532Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111952026-09-02T22:00:34.532Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111962026-09-02T22:00:34.532Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111972026-09-02T22:00:34.532Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111982026-09-02T22:00:34.532Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111992026-09-02T22:00:34.533Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
112002026-09-02T22:00:34.533Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
112012026-09-02T22:00:34.533Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
112022026-09-02T22:00:34.533Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
112032026-09-02T22:00:34.533Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
112042026-09-02T22:00:34.533Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
112052026-09-02T22:00:34.533Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
112062026-09-02T22:00:34.533Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
112072026-09-02T22:00:34.533Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
112082026-09-02T22:00:34.533Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
112092026-09-02T22:00:34.533Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
112102026-09-02T22:00:34.533Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
112112026-09-02T22:00:34.533Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
112122026-09-02T22:00:34.533Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
112132026-09-02T22:00:34.533Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
112142026-09-02T22:00:34.533Z[ host-image] Sep 02 22:00:33.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
112152026-09-02T22:00:34.533Z[ host-image] Sep 02 22:00:33.691 INFO O| Info: ABL version: 0x100af010
112162026-09-02T22:00:34.533Z[ host-image] Sep 02 22:00:33.691 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
112172026-09-02T22:00:34.533Z[ host-image] Sep 02 22:00:33.691 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
112182026-09-02T22:00:34.533Z[ host-image] Sep 02 22:00:33.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
112192026-09-02T22:00:34.533Z[ host-image] Sep 02 22:00:33.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
112202026-09-02T22:00:34.533Z[ host-image] Sep 02 22:00:33.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
112212026-09-02T22:00:34.533Z[ host-image] Sep 02 22:00:33.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
112222026-09-02T22:00:34.533Z[ host-image] Sep 02 22:00:33.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
112232026-09-02T22:00:34.533Z[ host-image] Sep 02 22:00:33.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
112242026-09-02T22:00:34.533Z[ host-image] Sep 02 22:00:33.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
112252026-09-02T22:00:34.533Z[ host-image] Sep 02 22:00:33.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
112262026-09-02T22:00:34.535Z[ host-image] Sep 02 22:00:33.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
112272026-09-02T22:00:34.535Z[ host-image] Sep 02 22:00:33.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
112282026-09-02T22:00:34.535Z[ host-image] Sep 02 22:00:33.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
112292026-09-02T22:00:34.535Z[ host-image] Sep 02 22:00:33.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
112302026-09-02T22:00:34.535Z[ host-image] Sep 02 22:00:33.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
112312026-09-02T22:00:34.535Z[ host-image] Sep 02 22:00:33.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
112322026-09-02T22:00:34.535Z[ host-image] Sep 02 22:00:33.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
112332026-09-02T22:00:34.535Z[ host-image] Sep 02 22:00:33.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
112342026-09-02T22:00:34.535Z[ host-image] Sep 02 22:00:33.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
112352026-09-02T22:00:34.535Z[ host-image] Sep 02 22:00:33.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
112362026-09-02T22:00:34.535Z[ host-image] Sep 02 22:00:33.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
112372026-09-02T22:00:34.535Z[ host-image] Sep 02 22:00:33.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
112382026-09-02T22:00:34.535Z[ host-image] Sep 02 22:00:33.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
112392026-09-02T22:00:34.535Z[ host-image] Sep 02 22:00:33.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
112402026-09-02T22:00:34.536Z[ host-image] Sep 02 22:00:33.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
112412026-09-02T22:00:34.536Z[ host-image] Sep 02 22:00:33.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
112422026-09-02T22:00:34.536Z[ host-image] Sep 02 22:00:33.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
112432026-09-02T22:00:34.536Z[ host-image] Sep 02 22:00:33.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
112442026-09-02T22:00:34.536Z[ host-image] Sep 02 22:00:33.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
112452026-09-02T22:00:34.536Z[ host-image] Sep 02 22:00:33.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
112462026-09-02T22:00:34.536Z[ host-image] Sep 02 22:00:33.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
112472026-09-02T22:00:34.536Z[ host-image] Sep 02 22:00:33.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
112482026-09-02T22:00:34.536Z[ host-image] Sep 02 22:00:33.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
112492026-09-02T22:00:34.566Z[ host-image] Sep 02 22:00:33.728 INFO finishing image archive at "/work/os-host/os.tar.gz"...
112502026-09-02T22:00:46.953Z[ host-image] Sep 02 22:00:46.115 INFO image complete! materials are in "/work/os-host"
112512026-09-02T22:00:46.956Z[ host-image]
112522026-09-02T22:00:46.956Z[ host-image] real 4:22.424692734
112532026-09-02T22:00:46.960Z[ host-image] user 3:13.242526577
112542026-09-02T22:00:46.960Z[ host-image] sys 41.030055836
112552026-09-02T22:00:46.960Z[ host-image] trap 0.189247209
112562026-09-02T22:00:46.960Z[ host-image] tflt 0.385742316
112572026-09-02T22:00:46.960Z[ host-image] dflt 0.365254001
112582026-09-02T22:00:46.960Z[ host-image] kflt 0.000477860
112592026-09-02T22:00:46.960Z[ host-image] lock 5:23.209681061
112602026-09-02T22:00:46.960Z[ host-image] slp 22:22.299375000
112612026-09-02T22:00:46.960Z[ host-image] lat 32.534091903
112622026-09-02T22:00:46.960Z[ host-image] stop 4.899480765
112632026-09-02T22:00:46.960ZSep 02 22:00:46.119 INFO [host-image] process exited with exit status: 0 (262.430358018s)
112642026-09-02T22:00:46.960ZSep 02 22:00:46.120 INFO [tuf-v2-host] running task
112652026-09-02T22:00:46.961ZSep 02 22:00:46.120 INFO [tuf-repo] running task
112662026-09-02T22:00:46.961ZSep 02 22:00:46.120 INFO [tuf-v2-host] task succeeded (572.471µs)
112672026-09-02T22:00:46.961ZSep 02 22:00:46.120 INFO [tuf-v2-repo] running task
112682026-09-02T22:01:10.804ZSep 02 22:01:09.944 INFO assembling repository in `/tmp/tufaceousrXPox3`, component: OmicronRepoAssembler
112692026-09-02T22:01:10.833ZSep 02 22:01:09.947 INFO [tuf-v2-repo] task succeeded (23.826438442s)
112702026-09-02T22:01:19.926ZSep 02 22:01:19.068 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112712026-09-02T22:01:20.183ZSep 02 22:01:19.338 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112722026-09-02T22:01:22.652ZSep 02 22:01:21.812 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112732026-09-02T22:01:22.723ZSep 02 22:01:21.882 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112742026-09-02T22:01:22.779ZSep 02 22:01:21.936 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112752026-09-02T22:01:22.829ZSep 02 22:01:21.987 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112762026-09-02T22:01:22.884ZSep 02 22:01:22.044 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112772026-09-02T22:01:22.948ZSep 02 22:01:22.101 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112782026-09-02T22:01:23.004ZSep 02 22:01:22.154 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112792026-09-02T22:01:34.285ZSep 02 22:01:33.389 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
112802026-09-02T22:01:34.399ZSep 02 22:01:33.396 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
112812026-09-02T22:01:34.399ZSep 02 22:01:33.420 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
112822026-09-02T22:01:34.578ZSep 02 22:01:33.480 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112832026-09-02T22:01:34.578ZSep 02 22:01:33.538 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112842026-09-02T22:01:34.658ZSep 02 22:01:33.607 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112852026-09-02T22:01:34.680ZSep 02 22:01:33.675 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
112862026-09-02T22:01:34.680ZSep 02 22:01:33.681 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
112872026-09-02T22:01:34.680ZSep 02 22:01:33.706 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
112882026-09-02T22:01:36.410ZSep 02 22:01:35.557 INFO [tuf-repo] task succeeded (49.437882219s)
112892026-09-02T22:04:24.547Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 46s
112902026-09-02T22:04:24.557Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
112912026-09-02T22:04:24.557Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
112922026-09-02T22:04:31.830ZSep 02 22:04:26.606 INFO [verify-libraries] process exited with exit status: 0 (473.194082363s)
112932026-09-02T22:04:31.830ZSep 02 22:04:26.606 INFO all jobs completed in 1321.882565658s
112942026-09-02T22:04:31.997Zprocess exited: duration 1548720 ms, exit code 0
 
112952026-09-02T22:04:32.148Zfound 41 output files
112962026-09-02T22:04:32.148Zuploading: /work/manifest.toml (17334 bytes)
112972026-09-02T22:04:33.233Zuploaded: /work/manifest.toml
112982026-09-02T22:04:33.233Zuploading: /work/repo.zip (3296131738 bytes)
112992026-09-02T22:05:30.485Zuploaded: /work/repo.zip
113002026-09-02T22:05:30.485Zuploading: /work/repo.zip.sha256.txt (65 bytes)
113012026-09-02T22:05:31.540Zuploaded: /work/repo.zip.sha256.txt
113022026-09-02T22:05:31.540Zuploading: /work/helios.json (647 bytes)
113032026-09-02T22:05:32.550Zuploaded: /work/helios.json
113042026-09-02T22:05:32.550Zuploading: /work/incorporation.p5m (113595 bytes)
113052026-09-02T22:05:33.567Zuploaded: /work/incorporation.p5m
113062026-09-02T22:05:33.567Zuploading: /work/incorporation.p5p (133120 bytes)
113072026-09-02T22:05:34.592Zuploaded: /work/incorporation.p5p
113082026-09-02T22:05:34.592Zuploading: /work/helios-incorp.log (522 bytes)
113092026-09-02T22:05:35.605Zuploaded: /work/helios-incorp.log
113102026-09-02T22:05:35.605Zuploading: /work/helios-setup.log (57276 bytes)
113112026-09-02T22:05:36.623Zuploaded: /work/helios-setup.log
113122026-09-02T22:05:36.624Zuploading: /work/host-image.log (234250 bytes)
113132026-09-02T22:05:37.638Zuploaded: /work/host-image.log
113142026-09-02T22:05:37.639Zuploading: /work/host-package.log (33790 bytes)
113152026-09-02T22:05:38.649Zuploaded: /work/host-package.log
113162026-09-02T22:05:38.649Zuploading: /work/host-target.log (101 bytes)
113172026-09-02T22:05:39.660Zuploaded: /work/host-target.log
113182026-09-02T22:05:39.660Zuploading: /work/incorp-create.log (0 bytes)
113192026-09-02T22:05:40.668Zuploaded: /work/incorp-create.log
113202026-09-02T22:05:40.668Zuploading: /work/incorp-fmt.log (0 bytes)
113212026-09-02T22:05:41.675Zuploaded: /work/incorp-fmt.log
113222026-09-02T22:05:41.675Zuploading: /work/incorp-pkgsend.log (108 bytes)
113232026-09-02T22:05:42.690Zuploaded: /work/incorp-pkgsend.log
113242026-09-02T22:05:42.690Zuploading: /work/incorp-publisher.log (0 bytes)
113252026-09-02T22:05:43.702Zuploaded: /work/incorp-publisher.log
113262026-09-02T22:05:43.702Zuploading: /work/omicron-package.log (10430 bytes)
113272026-09-02T22:05:44.740Zuploaded: /work/omicron-package.log
113282026-09-02T22:05:44.740Zuploading: /work/recovery-image.log (593531 bytes)
113292026-09-02T22:05:45.865Zuploaded: /work/recovery-image.log
113302026-09-02T22:05:45.865Zuploading: /work/recovery-package.log (321 bytes)
113312026-09-02T22:05:46.915Zuploaded: /work/recovery-package.log
113322026-09-02T22:05:46.916Zuploading: /work/recovery-target.log (98 bytes)
113332026-09-02T22:05:47.926Zuploaded: /work/recovery-target.log
113342026-09-02T22:05:47.926Zuploading: /work/stamp-clickhouse.log (117 bytes)
113352026-09-02T22:05:48.941Zuploaded: /work/stamp-clickhouse.log
113362026-09-02T22:05:48.941Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113372026-09-02T22:05:49.952Zuploaded: /work/stamp-clickhouse_keeper.log
113382026-09-02T22:05:49.952Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113392026-09-02T22:05:50.975Zuploaded: /work/stamp-clickhouse_server.log
113402026-09-02T22:05:50.975Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113412026-09-02T22:05:51.988Zuploaded: /work/stamp-cockroachdb.log
113422026-09-02T22:05:51.988Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113432026-09-02T22:05:52.999Zuploaded: /work/stamp-crucible-pantry-zone.log
113442026-09-02T22:05:52.999Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113452026-09-02T22:05:54.012Zuploaded: /work/stamp-crucible-utils.log
113462026-09-02T22:05:54.012Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113472026-09-02T22:05:55.024Zuploaded: /work/stamp-crucible-zone.log
113482026-09-02T22:05:55.024Zuploading: /work/stamp-external-dns.log (119 bytes)
113492026-09-02T22:05:56.046Zuploaded: /work/stamp-external-dns.log
113502026-09-02T22:05:56.046Zuploading: /work/stamp-installinator.log (103 bytes)
113512026-09-02T22:05:57.058Zuploaded: /work/stamp-installinator.log
113522026-09-02T22:05:57.058Zuploading: /work/stamp-internal-dns.log (119 bytes)
113532026-09-02T22:05:58.070Zuploaded: /work/stamp-internal-dns.log
113542026-09-02T22:05:58.070Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113552026-09-02T22:05:59.083Zuploaded: /work/stamp-mg-ddm-gz.log
113562026-09-02T22:05:59.083Zuploading: /work/stamp-nexus.log (112 bytes)
113572026-09-02T22:06:00.097Zuploaded: /work/stamp-nexus.log
113582026-09-02T22:06:00.098Zuploading: /work/stamp-ntp.log (110 bytes)
113592026-09-02T22:06:01.115Zuploaded: /work/stamp-ntp.log
113602026-09-02T22:06:01.115Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113612026-09-02T22:06:02.125Zuploaded: /work/stamp-omicron-sled-agent.log
113622026-09-02T22:06:02.125Zuploading: /work/stamp-overlay.log (114 bytes)
113632026-09-02T22:06:03.136Zuploaded: /work/stamp-overlay.log
113642026-09-02T22:06:03.137Zuploading: /work/stamp-oximeter.log (115 bytes)
113652026-09-02T22:06:04.151Zuploaded: /work/stamp-oximeter.log
113662026-09-02T22:06:04.151Zuploading: /work/stamp-oxlog.log (109 bytes)
113672026-09-02T22:06:05.170Zuploaded: /work/stamp-oxlog.log
113682026-09-02T22:06:05.170Zuploading: /work/stamp-probe.log (112 bytes)
113692026-09-02T22:06:06.186Zuploaded: /work/stamp-probe.log
113702026-09-02T22:06:06.186Zuploading: /work/stamp-propolis-server.log (122 bytes)
113712026-09-02T22:06:07.204Zuploaded: /work/stamp-propolis-server.log
113722026-09-02T22:06:07.204Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113732026-09-02T22:06:08.234Zuploaded: /work/stamp-pumpkind-gz.log
113742026-09-02T22:06:08.234Zuploading: /work/stamp-switch-asic.log (118 bytes)
113752026-09-02T22:06:09.267Zuploaded: /work/stamp-switch-asic.log
113762026-09-02T22:06:09.267Zuploading: /work/verify-libraries.log (50737 bytes)
113772026-09-02T22:06:10.306Zuploaded: /work/verify-libraries.log