01M0K6MA00CXPF2KQZ6BY6N1WG: 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: 01M0K6MR6YAESC4NPKTFBN6ZCA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-21T22:22:31.930Zjob assigned to worker 01M0K6MZTY7JGMVB41C748331N [factory aws, i-04aaa5ed6606067e6] (queued for 50 s)
 
22026-08-21T22:22:39.310Zstarting task 0: "setup"
32026-08-21T22:22:39.314Z++ uname -s
42026-08-21T22:22:39.317Z+ kern=SunOS
52026-08-21T22:22:39.318Z+ build_user=build
62026-08-21T22:22:39.318Z+ build_uid=12345
72026-08-21T22:22:39.318Z+ work_dir=/work
82026-08-21T22:22:39.318Z+ input_dir=/input
92026-08-21T22:22:39.318Z+ [[ 0 == 12345 ]]
102026-08-21T22:22:39.318Z+ case "$kern" in
112026-08-21T22:22:39.318Z+ groupadd -g 12345 build
122026-08-21T22:22:39.321Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-21T22:22:41.324Z+ zfs create -o mountpoint=/work rpool/work
142026-08-21T22:22:41.391Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-21T22:22:41.394Z+ home_fs=zfs
162026-08-21T22:22:41.394Z+ [[ zfs == autofs ]]
172026-08-21T22:22:41.395Z+ mkdir -p /home/build
182026-08-21T22:22:41.395Z+ chown build:build /home/build /work
192026-08-21T22:22:43.397Z+ chmod 0700 /home/build /work
202026-08-21T22:22:43.400Zprocess exited: duration 4092 ms, exit code 0
 
212026-08-21T22:22:43.408Zstarting task 1: "rust-toolchain"
222026-08-21T22:22:43.411Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-21T22:22:43.411Z * rust toolchain channel = "1.97.1"
242026-08-21T22:22:43.411Z * rust toolchain profile = "default"
252026-08-21T22:22:43.411Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-21T22:22:43.411Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-21T22:22:43.411Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-21T22:22:43.415Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-21T22:22:43.415Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-21T22:22:43.524Zinfo: downloading installer
312026-08-21T22:22:44.782Zwarn: It looks like you have an existing rustup settings file at:
322026-08-21T22:22:44.782Zwarn: /home/build/.rustup/settings.toml
332026-08-21T22:22:44.782Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-21T22:22:44.782Zwarn: instead of the one inferred from the default host triple.
352026-08-21T22:22:44.795Zinfo: profile set to default
362026-08-21T22:22:44.795Zinfo: default host triple is x86_64-unknown-illumos
372026-08-21T22:22:44.798Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-21T22:22:44.938Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-21T22:22:44.942Zinfo: downloading 6 components
402026-08-21T22:23:00.217Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-21T22:23:00.217Z
422026-08-21T22:23:00.247Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-21T22:23:00.247Z
442026-08-21T22:23:00.247Z
452026-08-21T22:23:00.247ZRust is installed now. Great!
462026-08-21T22:23:00.247Z
472026-08-21T22:23:00.251ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-21T22:23:00.251Zenvironment variable. This has not been done automatically.
492026-08-21T22:23:00.251Z
502026-08-21T22:23:00.251ZTo configure your current shell, you need to source
512026-08-21T22:23:00.251Zthe corresponding env file under $HOME/.cargo.
522026-08-21T22:23:00.251Z
532026-08-21T22:23:00.251ZThis is usually done by running one of the following (note the leading DOT):
542026-08-21T22:23:00.251Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-21T22:23:00.251Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-21T22:23:00.251Zsource "~/.cargo/env.nu" # For nushell
572026-08-21T22:23:00.251Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-21T22:23:00.251Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-21T22:23:00.251Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-21T22:23:00.251Zwarn: no default linker (`cc`) was found in your PATH
612026-08-21T22:23:00.251Zwarn: many Rust crates require a system C toolchain to build
622026-08-21T22:23:00.355Z+ rustup --version
632026-08-21T22:23:00.361Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-21T22:23:00.361Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-21T22:23:00.383Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-21T22:23:00.386Z+ cargo --version
672026-08-21T22:23:00.394Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-21T22:23:00.397Z+ rustc --version
692026-08-21T22:23:00.417Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-21T22:23:00.420Zprocess exited: duration 17013 ms, exit code 0
 
712026-08-21T22:23:00.426Zstarting task 2: "authentication"
722026-08-21T22:23:00.445Zprocess exited: duration 18 ms, exit code 0
 
732026-08-21T22:23:00.452Zstarting task 3: "clone repository"
742026-08-21T22:23:00.457Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-21T22:23:00.460Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-21T22:23:00.489ZCloning into '/work/oxidecomputer/omicron'...
772026-08-21T22:23:11.896Z+ cd /work/oxidecomputer/omicron
782026-08-21T22:23:11.896Z+ git fetch origin 27b889144e3e93ce35ede8012f8a2ab6131cf5d6
792026-08-21T22:23:12.238ZFrom https://github.com/oxidecomputer/omicron
802026-08-21T22:23:12.238Z * branch 27b889144e3e93ce35ede8012f8a2ab6131cf5d6 -> FETCH_HEAD
812026-08-21T22:23:12.250Z+ [[ -n oxlog-crtime-date-range ]]
822026-08-21T22:23:12.254Z++ git branch --show-current
832026-08-21T22:23:12.254Z+ current=main
842026-08-21T22:23:12.254Z+ [[ main != oxlog-crtime-date-range ]]
852026-08-21T22:23:12.254Z+ git branch -f oxlog-crtime-date-range 27b889144e3e93ce35ede8012f8a2ab6131cf5d6
862026-08-21T22:23:12.258Z+ git checkout -f oxlog-crtime-date-range
872026-08-21T22:23:12.517ZSwitched to branch 'oxlog-crtime-date-range'
882026-08-21T22:23:12.520Z+ git reset --hard 27b889144e3e93ce35ede8012f8a2ab6131cf5d6
892026-08-21T22:23:12.535ZHEAD is now at 27b889144 [oxlog] Look up crtime only where it can affect date filtering
902026-08-21T22:23:12.539Zprocess exited: duration 12084 ms, exit code 0
 
912026-08-21T22:23:12.546Zstarting task 4: "build"
922026-08-21T22:23:12.551Z+ source .github/buildomat/ci-env.sh
932026-08-21T22:23:12.551Z++ export CARGO_TERM_COLOR=always
942026-08-21T22:23:12.551Z++ CARGO_TERM_COLOR=always
952026-08-21T22:23:12.554Z+++ uname -s
962026-08-21T22:23:12.554Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-21T22:23:12.554Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-21T22:23:12.558Z+ cargo --version
992026-08-21T22:23:12.564Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-21T22:23:12.567Z+ rustc --version
1012026-08-21T22:23:12.587Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-21T22:23:12.590Z+ cargo tree --locked
1032026-08-21T22:23:12.756Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-21T22:23:13.339Z Updating crates.io index
1052026-08-21T22:23:13.342Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-21T22:23:13.674Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-21T22:23:14.063Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-08-21T22:23:15.066Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-08-21T22:23:15.630Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-08-21T22:23:17.233Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-08-21T22:23:18.109Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-08-21T22:23:18.422Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-08-21T22:23:18.781Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-08-21T22:23:20.477Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-08-21T22:23:20.774Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-08-21T22:23:21.333Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-08-21T22:23:21.622Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1182026-08-21T22:23:21.913Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1192026-08-21T22:23:22.192Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1202026-08-21T22:23:22.472Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-08-21T22:23:22.772Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-08-21T22:23:23.330Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1232026-08-21T22:23:23.847Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1242026-08-21T22:23:24.233Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1252026-08-21T22:23:24.826Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1262026-08-21T22:23:25.138Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1272026-08-21T22:23:25.725Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1282026-08-21T22:23:26.057Z Updating git repository `https://github.com/oxidecomputer/erebor`
1292026-08-21T22:23:26.385Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1302026-08-21T22:23:26.837Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1312026-08-21T22:23:27.159Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1322026-08-21T22:23:27.569Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1332026-08-21T22:23:27.924Z Updating git repository `https://github.com/oxidecomputer/ispf`
1342026-08-21T22:23:28.225Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1352026-08-21T22:23:28.566Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1362026-08-21T22:23:28.980Z Updating git repository `https://github.com/oxidecomputer/tough`
1372026-08-21T22:23:29.606Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1382026-08-21T22:23:30.218Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1392026-08-21T22:23:30.506Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1402026-08-21T22:23:30.821Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1412026-08-21T22:23:31.471Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1422026-08-21T22:23:31.769Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1432026-08-21T22:23:32.089Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1442026-08-21T22:23:32.418Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1452026-08-21T22:23:32.723Z Updating git repository `https://github.com/illumos/smf-rs`
1462026-08-21T22:23:32.995Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1472026-08-21T22:23:35.692Z Downloading crates ...
1482026-08-21T22:23:35.745Z Downloaded crc v3.4.0
1492026-08-21T22:23:35.750Z Downloaded compression-codecs v0.4.37
1502026-08-21T22:23:35.753Z Downloaded console v0.15.11
1512026-08-21T22:23:35.756Z Downloaded crypto-common v0.2.2
1522026-08-21T22:23:35.759Z Downloaded cpubits v0.1.1
1532026-08-21T22:23:35.762Z Downloaded derive_builder_core v0.20.2
1542026-08-21T22:23:35.765Z Downloaded clap_lex v1.0.0
1552026-08-21T22:23:35.765Z Downloaded constant_time_eq v0.3.1
1562026-08-21T22:23:35.765Z Downloaded cmake v0.1.57
1572026-08-21T22:23:35.769Z Downloaded convert_case v0.4.0
1582026-08-21T22:23:35.769Z Downloaded cpufeatures v0.2.17
1592026-08-21T22:23:35.769Z Downloaded ctr v0.10.1
1602026-08-21T22:23:35.769Z Downloaded defmt v1.0.1
1612026-08-21T22:23:35.772Z Downloaded convert_case v0.10.0
1622026-08-21T22:23:35.772Z Downloaded darling v0.21.3
1632026-08-21T22:23:35.775Z Downloaded crucible-workspace-hack v0.1.0
1642026-08-21T22:23:35.775Z Downloaded darling_macro v0.20.11
1652026-08-21T22:23:35.775Z Downloaded crypto-common v0.1.7
1662026-08-21T22:23:35.778Z Downloaded difflib v0.4.0
1672026-08-21T22:23:35.778Z Downloaded daft-derive v0.1.7
1682026-08-21T22:23:35.781Z Downloaded colored v3.1.1
1692026-08-21T22:23:35.781Z Downloaded headers-core v0.3.0
1702026-08-21T22:23:35.781Z Downloaded httpdate v1.0.3
1712026-08-21T22:23:35.785Z Downloaded group v0.13.0
1722026-08-21T22:23:35.790Z Downloaded cookie v0.18.1
1732026-08-21T22:23:35.793Z Downloaded group v0.14.0
1742026-08-21T22:23:35.794Z Downloaded cmov v0.5.4
1752026-08-21T22:23:35.794Z Downloaded clap_derive v4.6.1
1762026-08-21T22:23:35.796Z Downloaded compact_str v0.8.1
1772026-08-21T22:23:35.797Z Downloaded colorchoice v1.0.4
1782026-08-21T22:23:35.800Z Downloaded hex-literal v1.1.0
1792026-08-21T22:23:35.800Z Downloaded hubpack_derive v0.1.1
1802026-08-21T22:23:35.800Z Downloaded crc-any v2.5.0
1812026-08-21T22:23:35.800Z Downloaded addr2line v0.25.1
1822026-08-21T22:23:35.803Z Downloaded hex v0.4.3
1832026-08-21T22:23:35.803Z Downloaded crc-catalog v2.4.0
1842026-08-21T22:23:35.803Z Downloaded cobs v0.3.0
1852026-08-21T22:23:35.807Z Downloaded compression-core v0.4.31
1862026-08-21T22:23:35.807Z Downloaded cstr-argument v0.1.2
1872026-08-21T22:23:35.807Z Downloaded crc8 v0.1.1
1882026-08-21T22:23:35.807Z Downloaded humantime v2.3.0
1892026-08-21T22:23:35.810Z Downloaded http-range v0.1.5
1902026-08-21T22:23:35.810Z Downloaded illumos-nvpair v0.3.0
1912026-08-21T22:23:35.810Z Downloaded darling_macro v0.21.3
1922026-08-21T22:23:35.813Z Downloaded darling_macro v0.23.0
1932026-08-21T22:23:35.813Z Downloaded diesel_table_macro_syntax v0.3.0
1942026-08-21T22:23:35.813Z Downloaded darling_macro v0.13.4
1952026-08-21T22:23:35.816Z Downloaded hex-literal v0.4.1
1962026-08-21T22:23:35.819Z Downloaded cpufeatures v0.3.0
1972026-08-21T22:23:35.819Z Downloaded crunchy v0.2.4
1982026-08-21T22:23:35.819Z Downloaded defmt v0.3.100
1992026-08-21T22:23:35.826Z Downloaded hubpack v0.1.2
2002026-08-21T22:23:35.830Z Downloaded guppy-workspace-hack v0.1.0
2012026-08-21T22:23:35.833Z Downloaded heck v0.4.1
2022026-08-21T22:23:35.838Z Downloaded cookie_store v0.22.1
2032026-08-21T22:23:35.841Z Downloaded colored v2.2.0
2042026-08-21T22:23:35.841Z Downloaded const-oid v0.9.6
2052026-08-21T22:23:35.846Z Downloaded hash32 v0.2.1
2062026-08-21T22:23:35.849Z Downloaded hash32 v0.3.1
2072026-08-21T22:23:35.849Z Downloaded derive_builder_macro v0.20.2
2082026-08-21T22:23:35.852Z Downloaded defmt-parser v1.0.0
2092026-08-21T22:23:35.852Z Downloaded debug-ignore v1.0.5
2102026-08-21T22:23:35.858Z Downloaded array-init v0.0.4
2112026-08-21T22:23:35.861Z Downloaded atty v0.2.14
2122026-08-21T22:23:35.861Z Downloaded atomicwrites v0.4.4
2132026-08-21T22:23:35.861Z Downloaded assert-json-diff v2.0.2
2142026-08-21T22:23:35.864Z Downloaded inout v0.1.4
2152026-08-21T22:23:35.868Z Downloaded hyper-tls v0.6.0
2162026-08-21T22:23:35.868Z Downloaded constant_time_eq v0.4.2
2172026-08-21T22:23:35.871Z Downloaded curve25519-dalek-derive v0.1.1
2182026-08-21T22:23:35.874Z Downloaded csv-core v0.1.13
2192026-08-21T22:23:35.874Z Downloaded crossbeam-deque v0.8.6
2202026-08-21T22:23:35.874Z Downloaded darling v0.13.4
2212026-08-21T22:23:35.877Z Downloaded hostname v0.3.1
2222026-08-21T22:23:35.877Z Downloaded internet-checksum v0.2.1
2232026-08-21T22:23:35.877Z Downloaded ctutils v0.4.2
2242026-08-21T22:23:35.882Z Downloaded concurrent-queue v2.5.0
2252026-08-21T22:23:35.894Z Downloaded delegate v0.13.5
2262026-08-21T22:23:35.894Z Downloaded hostname v0.4.2
2272026-08-21T22:23:35.894Z Downloaded itoa v1.0.17
2282026-08-21T22:23:35.894Z Downloaded corncobs v0.1.4
2292026-08-21T22:23:35.894Z Downloaded der_derive v0.7.3
2302026-08-21T22:23:35.894Z Downloaded deranged v0.5.8
2312026-08-21T22:23:35.894Z Downloaded ciborium-io v0.2.2
2322026-08-21T22:23:35.894Z Downloaded olpc-cjson v0.1.4
2332026-08-21T22:23:35.894Z Downloaded const-oid v0.10.2
2342026-08-21T22:23:35.894Z Downloaded idna_adapter v1.2.1
2352026-08-21T22:23:35.897Z Downloaded data-encoding v2.10.0
2362026-08-21T22:23:35.897Z Downloaded openssl-probe v0.1.6
2372026-08-21T22:23:35.897Z Downloaded is_terminal_polyfill v1.70.2
2382026-08-21T22:23:35.897Z Downloaded http-body v1.0.1
2392026-08-21T22:23:35.901Z Downloaded pathdiff v0.2.3
2402026-08-21T22:23:35.901Z Downloaded indent_write v2.2.0
2412026-08-21T22:23:35.904Z Downloaded indoc v1.0.9
2422026-08-21T22:23:35.904Z Downloaded plotters-svg v0.3.7
2432026-08-21T22:23:35.907Z Downloaded const_format_proc_macros v0.2.34
2442026-08-21T22:23:35.907Z Downloaded illumos-nvpair-sys v0.2.0
2452026-08-21T22:23:35.907Z Downloaded instability v0.3.11
2462026-08-21T22:23:35.910Z Downloaded is-terminal v0.4.17
2472026-08-21T22:23:35.911Z Downloaded is_ci v1.2.0
2482026-08-21T22:23:35.911Z Downloaded instant v0.1.13
2492026-08-21T22:23:35.911Z Downloaded criterion-plot v0.6.0
2502026-08-21T22:23:35.911Z Downloaded derive-ex v0.1.8
2512026-08-21T22:23:35.914Z Downloaded diesel-dtrace v0.5.0
2522026-08-21T22:23:35.914Z Downloaded anstream v1.0.0
2532026-08-21T22:23:35.918Z Downloaded ident_case v1.0.1
2542026-08-21T22:23:35.918Z Downloaded autocfg v1.5.0
2552026-08-21T22:23:35.918Z Downloaded half v1.8.3
2562026-08-21T22:23:35.921Z Downloaded bit-vec v0.6.3
2572026-08-21T22:23:35.922Z Downloaded camino-tempfile v1.4.1
2582026-08-21T22:23:35.925Z Downloaded home v0.5.12
2592026-08-21T22:23:35.925Z Downloaded predicates-tree v1.0.13
2602026-08-21T22:23:35.928Z Downloaded crossbeam-epoch v0.9.18
2612026-08-21T22:23:35.931Z Downloaded cfg-if v1.0.4
2622026-08-21T22:23:35.931Z Downloaded console v0.16.2
2632026-08-21T22:23:35.934Z Downloaded critical-section v1.2.0
2642026-08-21T22:23:35.934Z Downloaded darling v0.23.0
2652026-08-21T22:23:35.937Z Downloaded daft v0.1.7
2662026-08-21T22:23:35.937Z Downloaded diff v0.1.13
2672026-08-21T22:23:35.940Z Downloaded derive_builder v0.20.2
2682026-08-21T22:23:35.943Z Downloaded parking v2.2.1
2692026-08-21T22:23:35.943Z Downloaded bs58 v0.5.1
2702026-08-21T22:23:35.943Z Downloaded darling v0.20.11
2712026-08-21T22:23:35.946Z Downloaded radium v0.7.0
2722026-08-21T22:23:35.946Z Downloaded crc32fast v1.5.0
2732026-08-21T22:23:35.950Z Downloaded defmt-macros v1.0.1
2742026-08-21T22:23:35.950Z Downloaded http-body-util v0.1.3
2752026-08-21T22:23:35.953Z Downloaded half v2.7.1
2762026-08-21T22:23:35.953Z Downloaded recursive-proc-macro-impl v0.1.1
2772026-08-21T22:23:35.953Z Downloaded ipnetwork v0.21.1
2782026-08-21T22:23:35.953Z Downloaded parking_lot_core v0.8.6
2792026-08-21T22:23:35.956Z Downloaded pem-rfc7468 v0.7.0
2802026-08-21T22:23:35.956Z Downloaded pin-project-lite v0.2.17
2812026-08-21T22:23:35.959Z Downloaded rand_xorshift v0.4.0
2822026-08-21T22:23:35.959Z Downloaded rfc6979 v0.6.0
2832026-08-21T22:23:35.962Z Downloaded rustc-hash v2.1.1
2842026-08-21T22:23:35.965Z Downloaded heck v0.5.0
2852026-08-21T22:23:35.965Z Downloaded partial-io v0.5.4
2862026-08-21T22:23:35.965Z Downloaded pin-project-internal v1.1.11
2872026-08-21T22:23:35.968Z Downloaded datatest-stable v0.3.3
2882026-08-21T22:23:35.968Z Downloaded ahash v0.8.12
2892026-08-21T22:23:35.971Z Downloaded anstream v0.6.21
2902026-08-21T22:23:35.971Z Downloaded des v0.9.0
2912026-08-21T22:23:35.974Z Downloaded proc-macro-crate v1.3.1
2922026-08-21T22:23:35.974Z Downloaded async-lock v3.4.2
2932026-08-21T22:23:35.977Z Downloaded bit-vec v0.8.0
2942026-08-21T22:23:35.977Z Downloaded proc-macro-error-attr2 v2.0.0
2952026-08-21T22:23:35.977Z Downloaded quick-error v1.2.3
2962026-08-21T22:23:35.980Z Downloaded bzip2 v0.4.4
2972026-08-21T22:23:35.980Z Downloaded postgres-protocol v0.6.10
2982026-08-21T22:23:35.980Z Downloaded progenitor v0.14.0
2992026-08-21T22:23:35.983Z Downloaded sapling-renderdag v0.1.0
3002026-08-21T22:23:35.983Z Downloaded seq-macro v0.3.6
3012026-08-21T22:23:35.983Z Downloaded hmac v0.13.0
3022026-08-21T22:23:35.986Z Downloaded secrecy v0.10.3
3032026-08-21T22:23:35.986Z Downloaded serde_spanned v1.1.1
3042026-08-21T22:23:35.987Z Downloaded sha1 v0.11.0
3052026-08-21T22:23:35.987Z Downloaded progenitor-extras v0.2.0
3062026-08-21T22:23:35.990Z Downloaded indoc v2.0.7
3072026-08-21T22:23:35.990Z Downloaded derive-where v1.6.0
3082026-08-21T22:23:35.995Z Downloaded ipnet v2.12.0
3092026-08-21T22:23:35.998Z Downloaded smawk v0.3.2
3102026-08-21T22:23:36.001Z Downloaded inout v0.2.2
3112026-08-21T22:23:36.001Z Downloaded clap v4.6.1
3122026-08-21T22:23:36.005Z Downloaded hyper-staticfile v0.10.1
3132026-08-21T22:23:36.008Z Downloaded ingot-types v0.2.0
3142026-08-21T22:23:36.008Z Downloaded rand_core v0.9.5
3152026-08-21T22:23:36.008Z Downloaded structmeta v0.3.0
3162026-08-21T22:23:36.011Z Downloaded structmeta-derive v0.3.0
3172026-08-21T22:23:36.011Z Downloaded swrite v0.1.0
3182026-08-21T22:23:36.011Z Downloaded subtle v2.6.1
3192026-08-21T22:23:36.011Z Downloaded tabled_derive v0.7.0
3202026-08-21T22:23:36.011Z Downloaded target-triple v1.0.0
3212026-08-21T22:23:36.012Z Downloaded scopeguard v1.2.0
3222026-08-21T22:23:36.014Z Downloaded password-hash v0.5.0
3232026-08-21T22:23:36.014Z Downloaded postgres-types v0.2.12
3242026-08-21T22:23:36.014Z Downloaded scheduled-thread-pool v0.2.7
3252026-08-21T22:23:36.018Z Downloaded rustc-demangle v0.1.27
3262026-08-21T22:23:36.018Z Downloaded impl-trait-for-tuples v0.2.3
3272026-08-21T22:23:36.023Z Downloaded termtree v0.5.1
3282026-08-21T22:23:36.023Z Downloaded cargo_metadata v0.23.1
3292026-08-21T22:23:36.023Z Downloaded openssl-probe v0.2.1
3302026-08-21T22:23:36.026Z Downloaded cassowary v0.3.0
3312026-08-21T22:23:36.026Z Downloaded crossbeam-utils v0.8.21
3322026-08-21T22:23:36.026Z Downloaded darling_core v0.13.4
3332026-08-21T22:23:36.029Z Downloaded rustc_version v0.1.7
3342026-08-21T22:23:36.029Z Downloaded rustc_version v0.4.1
3352026-08-21T22:23:36.032Z Downloaded blake2 v0.10.6
3362026-08-21T22:23:36.032Z Downloaded serde_path_to_error v0.1.20
3372026-08-21T22:23:36.035Z Downloaded sha2 v0.10.9
3382026-08-21T22:23:36.036Z Downloaded signal-hook-tokio v0.3.1
3392026-08-21T22:23:36.039Z Downloaded httptest v0.16.4
3402026-08-21T22:23:36.042Z Downloaded supports-hyperlinks v2.1.0
3412026-08-21T22:23:36.042Z Downloaded unicode-linebreak v0.1.5
3422026-08-21T22:23:36.042Z Downloaded unicode-xid v0.2.6
3432026-08-21T22:23:36.042Z Downloaded usdt-attr-macro v0.6.0
3442026-08-21T22:23:36.046Z Downloaded highway v1.3.0
3452026-08-21T22:23:36.046Z Downloaded headers v0.4.1
3462026-08-21T22:23:36.049Z Downloaded heapless v0.7.17
3472026-08-21T22:23:36.052Z Downloaded blake2 v0.11.0-rc.6
3482026-08-21T22:23:36.052Z Downloaded darling_core v0.23.0
3492026-08-21T22:23:36.057Z Downloaded hybrid-array v0.4.13
3502026-08-21T22:23:36.057Z Downloaded chacha20 v0.10.0
3512026-08-21T22:23:36.060Z Downloaded universal-hash v0.5.1
3522026-08-21T22:23:36.060Z Downloaded darling_core v0.20.11
3532026-08-21T22:23:36.060Z Downloaded slog-scope v4.4.1
3542026-08-21T22:23:36.060Z Downloaded stringmetrics v2.2.2
3552026-08-21T22:23:36.065Z Downloaded utf-8 v0.7.6
3562026-08-21T22:23:36.065Z Downloaded version_check v0.9.5
3572026-08-21T22:23:36.065Z Downloaded wait-timeout v0.2.1
3582026-08-21T22:23:36.065Z Downloaded hickory-client v0.25.2
3592026-08-21T22:23:36.070Z Downloaded iana-time-zone v0.1.65
3602026-08-21T22:23:36.070Z Downloaded xshell-macros v0.2.7
3612026-08-21T22:23:36.070Z Downloaded hmac v0.12.1
3622026-08-21T22:23:36.070Z Downloaded ingot v0.2.1
3632026-08-21T22:23:36.070Z Downloaded omicron-zone-package v0.12.3
3642026-08-21T22:23:36.073Z Downloaded rand_seeder v0.4.0
3652026-08-21T22:23:36.073Z Downloaded salsa20 v0.11.0
3662026-08-21T22:23:36.074Z Downloaded tap v1.0.1
3672026-08-21T22:23:36.074Z Downloaded time-macros v0.2.27
3682026-08-21T22:23:36.077Z Downloaded sync_wrapper v1.0.2
3692026-08-21T22:23:36.077Z Downloaded dyn-clone v1.0.20
3702026-08-21T22:23:36.077Z Downloaded event-listener-strategy v0.5.4
3712026-08-21T22:23:36.077Z Downloaded hashbrown v0.13.2
3722026-08-21T22:23:36.081Z Downloaded thiserror-impl v1.0.69
3732026-08-21T22:23:36.081Z Downloaded tokio-native-tls v0.3.1
3742026-08-21T22:23:36.081Z Downloaded derive_more v0.99.20
3752026-08-21T22:23:36.086Z Downloaded hashbrown v0.17.0
3762026-08-21T22:23:36.089Z Downloaded hickory-resolver v0.25.2
3772026-08-21T22:23:36.089Z Downloaded httparse v1.10.1
3782026-08-21T22:23:36.092Z Downloaded progenitor-impl v0.13.0
3792026-08-21T22:23:36.095Z Downloaded float-ord v0.3.2
3802026-08-21T22:23:36.095Z Downloaded foreign-types-shared v0.3.1
3812026-08-21T22:23:36.099Z Downloaded foreign-types-shared v0.1.1
3822026-08-21T22:23:36.099Z Downloaded futures-core v0.3.32
3832026-08-21T22:23:36.099Z Downloaded ghash v0.6.0
3842026-08-21T22:23:36.104Z Downloaded const_format v0.2.35
3852026-08-21T22:23:36.107Z Downloaded crypto-bigint v0.5.5
3862026-08-21T22:23:36.110Z Downloaded utf8_iter v1.0.4
3872026-08-21T22:23:36.115Z Downloaded dof v0.3.0
3882026-08-21T22:23:36.118Z Downloaded usdt-macro v0.6.0
3892026-08-21T22:23:36.118Z Downloaded whoami v1.6.1
3902026-08-21T22:23:36.118Z Downloaded ingot-macros v0.2.0
3912026-08-21T22:23:36.119Z Downloaded kstat-rs v0.2.5
3922026-08-21T22:23:36.119Z Downloaded byte-wrapper v0.1.0
3932026-08-21T22:23:36.119Z Downloaded hyper-rustls v0.27.7
3942026-08-21T22:23:36.121Z Downloaded linked-hash-map v0.5.6
3952026-08-21T22:23:36.122Z Downloaded maybe-uninit v2.0.0
3962026-08-21T22:23:36.122Z Downloaded p256 v0.14.0
3972026-08-21T22:23:36.124Z Downloaded pin-project v1.1.11
3982026-08-21T22:23:36.131Z Downloaded zmij v1.0.21
3992026-08-21T22:23:36.136Z Downloaded pest_derive v2.8.6
4002026-08-21T22:23:36.136Z Downloaded scroll v0.12.0
4012026-08-21T22:23:36.136Z Downloaded digest v0.11.3
4022026-08-21T22:23:36.136Z Downloaded ed25519 v3.0.0
4032026-08-21T22:23:36.136Z Downloaded slab v0.4.12
4042026-08-21T22:23:36.139Z Downloaded slog-dtrace v0.3.0
4052026-08-21T22:23:36.139Z Downloaded memmap v0.7.0
4062026-08-21T22:23:36.140Z Downloaded multimap v0.10.1
4072026-08-21T22:23:36.140Z Downloaded num-iter v0.1.45
4082026-08-21T22:23:36.140Z Downloaded arrayref v0.3.9
4092026-08-21T22:23:36.143Z Downloaded ascii-canvas v3.0.0
4102026-08-21T22:23:36.143Z Downloaded gethostname v0.5.0
4112026-08-21T22:23:36.143Z Downloaded thiserror-impl v2.0.18
4122026-08-21T22:23:36.143Z Downloaded ena v0.14.4
4132026-08-21T22:23:36.143Z Downloaded der v0.7.10
4142026-08-21T22:23:36.146Z Downloaded hickory-resolver v0.24.4
4152026-08-21T22:23:36.149Z Downloaded toml v0.8.23
4162026-08-21T22:23:36.149Z Downloaded derive_more v2.1.1
4172026-08-21T22:23:36.155Z Downloaded ar_archive_writer v0.5.1
4182026-08-21T22:23:36.158Z Downloaded toml_parser v1.1.2+spec-1.1.0
4192026-08-21T22:23:36.162Z Downloaded toml_datetime v0.7.5+spec-1.1.0
4202026-08-21T22:23:36.162Z Downloaded erased-serde v0.3.31
4212026-08-21T22:23:36.162Z Downloaded futures-executor v0.3.32
4222026-08-21T22:23:36.162Z Downloaded indexmap v1.9.3
4232026-08-21T22:23:36.165Z Downloaded polyval v0.7.1
4242026-08-21T22:23:36.165Z Downloaded bitfield-macros v0.19.4
4252026-08-21T22:23:36.165Z Downloaded smf v0.2.3
4262026-08-21T22:23:36.168Z Downloaded crossbeam-channel v0.5.15
4272026-08-21T22:23:36.168Z Downloaded static_assertions v1.1.0
4282026-08-21T22:23:36.173Z Downloaded similar v2.7.0
4292026-08-21T22:23:36.173Z Downloaded darling_core v0.21.3
4302026-08-21T22:23:36.177Z Downloaded tokio-tungstenite v0.21.0
4312026-08-21T22:23:36.177Z Downloaded clap_builder v4.6.0
4322026-08-21T22:23:36.180Z Downloaded lru-cache v0.1.2
4332026-08-21T22:23:36.180Z Downloaded jobserver v0.1.34
4342026-08-21T22:23:36.184Z Downloaded diesel_derives v2.3.7
4352026-08-21T22:23:36.187Z Downloaded lru v0.12.5
4362026-08-21T22:23:36.187Z Downloaded ciborium-ll v0.2.2
4372026-08-21T22:23:36.187Z Downloaded oso-derive v0.27.3
4382026-08-21T22:23:36.187Z Downloaded nonempty v0.12.0
4392026-08-21T22:23:36.190Z Downloaded icu_provider v2.1.1
4402026-08-21T22:23:36.190Z Downloaded linear-map v1.2.0
4412026-08-21T22:23:36.190Z Downloaded digest v0.10.7
4422026-08-21T22:23:36.193Z Downloaded multer v3.1.0
4432026-08-21T22:23:36.193Z Downloaded ignore v0.4.25
4442026-08-21T22:23:36.193Z Downloaded phf_shared v0.13.1
4452026-08-21T22:23:36.197Z Downloaded plotters-backend v0.3.7
4462026-08-21T22:23:36.197Z Downloaded tinyvec v1.10.0
4472026-08-21T22:23:36.197Z Downloaded crossterm v0.29.0
4482026-08-21T22:23:36.201Z Downloaded num-rational v0.4.2
4492026-08-21T22:23:36.201Z Downloaded async-compression v0.4.41
4502026-08-21T22:23:36.205Z Downloaded derive_more-impl v2.1.1
4512026-08-21T22:23:36.208Z Downloaded anes v0.1.6
4522026-08-21T22:23:36.211Z Downloaded aead v0.5.2
4532026-08-21T22:23:36.211Z Downloaded bb8 v0.8.6
4542026-08-21T22:23:36.211Z Downloaded bitfield-struct v0.6.2
4552026-08-21T22:23:36.217Z Downloaded unicode-ident v1.0.24
4562026-08-21T22:23:36.221Z Downloaded backoff v0.4.0
4572026-08-21T22:23:36.221Z Downloaded blowfish v0.10.0
4582026-08-21T22:23:36.225Z Downloaded cargo-platform v0.3.2
4592026-08-21T22:23:36.228Z Downloaded serde_with_macros v1.5.2
4602026-08-21T22:23:36.228Z Downloaded wyz v0.5.1
4612026-08-21T22:23:36.228Z Downloaded scroll_derive v0.12.1
4622026-08-21T22:23:36.231Z Downloaded enum_dispatch v0.3.13
4632026-08-21T22:23:36.231Z Downloaded camino-tempfile-ext v0.3.3
4642026-08-21T22:23:36.234Z Downloaded pbkdf2 v0.13.0
4652026-08-21T22:23:36.234Z Downloaded ff v0.14.0
4662026-08-21T22:23:36.238Z Downloaded serde_spanned v0.6.9
4672026-08-21T22:23:36.238Z Downloaded serde_bytes v0.11.19
4682026-08-21T22:23:36.243Z Downloaded pem v3.0.6
4692026-08-21T22:23:36.243Z Downloaded password-hash v0.6.1
4702026-08-21T22:23:36.243Z Downloaded potential_utf v0.1.4
4712026-08-21T22:23:36.246Z Downloaded filetime v0.2.27
4722026-08-21T22:23:36.246Z Downloaded phf v0.12.1
4732026-08-21T22:23:36.251Z Downloaded sqlparser_derive v0.5.0
4742026-08-21T22:23:36.254Z Downloaded supports-hyperlinks v3.2.0
4752026-08-21T22:23:36.254Z Downloaded tabwriter v1.4.1
4762026-08-21T22:23:36.262Z Downloaded tempfile v3.27.0
4772026-08-21T22:23:36.265Z Downloaded tungstenite v0.21.0
4782026-08-21T22:23:36.269Z Downloaded futures-channel v0.3.32
4792026-08-21T22:23:36.269Z Downloaded libloading v0.8.9
4802026-08-21T22:23:36.269Z Downloaded arrayvec v0.7.6
4812026-08-21T22:23:36.273Z Downloaded primefield v0.14.0
4822026-08-21T22:23:36.273Z Downloaded r2d2 v0.8.10
4832026-08-21T22:23:36.273Z Downloaded libsw-core v0.3.2
4842026-08-21T22:23:36.273Z Downloaded psl-types v2.0.11
4852026-08-21T22:23:36.273Z Downloaded russh-util v0.52.0
4862026-08-21T22:23:36.273Z Downloaded thread-id v5.1.0
4872026-08-21T22:23:36.282Z Downloaded toml_datetime v0.6.11
4882026-08-21T22:23:36.282Z Downloaded mime_guess v2.0.5
4892026-08-21T22:23:36.282Z Downloaded crossterm v0.28.1
4902026-08-21T22:23:36.286Z Downloaded icu_normalizer v2.1.1
4912026-08-21T22:23:36.286Z Downloaded cancel-safe-futures v0.1.5
4922026-08-21T22:23:36.289Z Downloaded criterion v0.7.0
4932026-08-21T22:23:36.292Z Downloaded unarray v0.1.4
4942026-08-21T22:23:36.292Z Downloaded owo-colors v3.5.0
4952026-08-21T22:23:36.296Z Downloaded scroll v0.13.0
4962026-08-21T22:23:36.296Z Downloaded icu_properties v2.1.2
4972026-08-21T22:23:36.296Z Downloaded nanorand v0.7.0
4982026-08-21T22:23:36.299Z Downloaded semver v0.1.20
4992026-08-21T22:23:36.299Z Downloaded usdt-attr-macro v0.5.0
5002026-08-21T22:23:36.299Z Downloaded slog-async v2.8.0
5012026-08-21T22:23:36.302Z Downloaded yansi v1.0.1
5022026-08-21T22:23:36.305Z Downloaded rsa v0.10.0-rc.18
5032026-08-21T22:23:36.308Z Downloaded base64ct v1.8.3
5042026-08-21T22:23:36.309Z Downloaded ucd-trie v0.1.7
5052026-08-21T22:23:36.311Z Downloaded pkcs1 v0.7.5
5062026-08-21T22:23:36.311Z Downloaded signal-hook-registry v1.4.8
5072026-08-21T22:23:36.311Z Downloaded simd-adler32 v0.3.8
5082026-08-21T22:23:36.315Z Downloaded strsim v0.11.1
5092026-08-21T22:23:36.315Z Downloaded sync-ptr v0.1.4
5102026-08-21T22:23:36.315Z Downloaded strsim v0.10.0
5112026-08-21T22:23:36.315Z Downloaded waitgroup v0.1.2
5122026-08-21T22:23:36.315Z Downloaded display-error-chain v0.2.2
5132026-08-21T22:23:36.318Z Downloaded allocator-api2 v0.2.21
5142026-08-21T22:23:36.318Z Downloaded tokio-macros v2.7.0
5152026-08-21T22:23:36.318Z Downloaded bitflags v1.3.2
5162026-08-21T22:23:36.321Z Downloaded chacha20poly1305 v0.10.1
5172026-08-21T22:23:36.321Z Downloaded icu_locale_core v2.1.1
5182026-08-21T22:23:36.325Z Downloaded serde v1.0.228
5192026-08-21T22:23:36.328Z Downloaded support-bundle-viewer v0.1.2
5202026-08-21T22:23:36.328Z Downloaded heapless v0.8.0
5212026-08-21T22:23:36.329Z Downloaded icu_normalizer_data v2.1.1
5222026-08-21T22:23:36.331Z Downloaded openssl-sys v0.9.117
5232026-08-21T22:23:36.335Z Downloaded flume v0.11.1
5242026-08-21T22:23:36.335Z Downloaded backon v1.6.0
5252026-08-21T22:23:36.337Z Downloaded signal-hook v0.3.18
5262026-08-21T22:23:36.337Z Downloaded termios v0.3.3
5272026-08-21T22:23:36.341Z Downloaded time-core v0.1.8
5282026-08-21T22:23:36.341Z Downloaded rand_core v0.6.4
5292026-08-21T22:23:36.341Z Downloaded tokio-tungstenite v0.23.1
5302026-08-21T22:23:36.344Z Downloaded url v2.5.8
5312026-08-21T22:23:36.344Z Downloaded fastrand v2.3.0
5322026-08-21T22:23:36.344Z Downloaded packed_struct v0.10.1
5332026-08-21T22:23:36.345Z Downloaded der v0.8.0
5342026-08-21T22:23:36.349Z Downloaded tower-layer v0.3.3
5352026-08-21T22:23:36.349Z Downloaded usdt-macro v0.5.0
5362026-08-21T22:23:36.353Z Downloaded dsl_auto_type v0.2.0
5372026-08-21T22:23:36.353Z Downloaded http v1.4.2
5382026-08-21T22:23:36.353Z Downloaded rand v0.10.1
5392026-08-21T22:23:36.353Z Downloaded prettyplease v0.2.37
5402026-08-21T22:23:36.356Z Downloaded unicase v2.9.0
5412026-08-21T22:23:36.356Z Downloaded funty v2.0.0
5422026-08-21T22:23:36.356Z Downloaded futures-sink v0.3.32
5432026-08-21T22:23:36.356Z Downloaded fxhash v0.2.1
5442026-08-21T22:23:36.360Z Downloaded lzss v0.8.2
5452026-08-21T22:23:36.360Z Downloaded textwrap v0.16.2
5462026-08-21T22:23:36.363Z Downloaded progenitor v0.13.0
5472026-08-21T22:23:36.363Z Downloaded rust-argon2 v2.1.0
5482026-08-21T22:23:36.368Z Downloaded smallvec v1.15.1
5492026-08-21T22:23:36.371Z Downloaded whoami v2.1.0
5502026-08-21T22:23:36.371Z Downloaded downcast-rs v2.0.2
5512026-08-21T22:23:36.374Z Downloaded indicatif v0.18.4
5522026-08-21T22:23:36.377Z Downloaded zstd-safe v7.2.4
5532026-08-21T22:23:36.377Z Downloaded hashbrown v0.14.5
5542026-08-21T22:23:36.380Z Downloaded hashbrown v0.16.1
5552026-08-21T22:23:36.382Z Downloaded libscf-sys v1.2.0
5562026-08-21T22:23:36.385Z Downloaded memoffset v0.9.1
5572026-08-21T22:23:36.386Z Downloaded icu_collections v2.1.1
5582026-08-21T22:23:36.389Z Downloaded proc-macro2 v1.0.106
5592026-08-21T22:23:36.389Z Downloaded ml-kem v0.3.2
5602026-08-21T22:23:36.392Z Downloaded serde_tokenstream v0.2.3
5612026-08-21T22:23:36.392Z Downloaded zone_cfg_derive v0.3.1
5622026-08-21T22:23:36.392Z Downloaded escape8259 v0.5.3
5632026-08-21T22:23:36.392Z Downloaded nested v0.1.1
5642026-08-21T22:23:36.392Z Downloaded term v1.2.1
5652026-08-21T22:23:36.395Z Downloaded newtype-uuid-macros v0.1.0
5662026-08-21T22:23:36.395Z Downloaded num_threads v0.1.7
5672026-08-21T22:23:36.395Z Downloaded ron v0.8.1
5682026-08-21T22:23:36.399Z Downloaded embedded-io v0.6.1
5692026-08-21T22:23:36.399Z Downloaded bytes v1.11.1
5702026-08-21T22:23:36.401Z Downloaded spki v0.7.3
5712026-08-21T22:23:36.401Z Downloaded tungstenite v0.23.0
5722026-08-21T22:23:36.405Z Downloaded rstest v0.25.0
5732026-08-21T22:23:36.408Z Downloaded ecdsa v0.16.9
5742026-08-21T22:23:36.408Z Downloaded fixedbitset v0.4.2
5752026-08-21T22:23:36.408Z Downloaded foldhash v0.2.0
5762026-08-21T22:23:36.412Z Downloaded thiserror v2.0.18
5772026-08-21T22:23:36.412Z Downloaded backtrace-ext v0.2.1
5782026-08-21T22:23:36.415Z Downloaded async-stream v0.3.6
5792026-08-21T22:23:36.415Z Downloaded block-buffer v0.10.4
5802026-08-21T22:23:36.415Z Downloaded block-buffer v0.12.1
5812026-08-21T22:23:36.415Z Downloaded form_urlencoded v1.2.2
5822026-08-21T22:23:36.415Z Downloaded kem v0.3.0
5832026-08-21T22:23:36.415Z Downloaded target-lexicon v0.13.3
5842026-08-21T22:23:36.418Z Downloaded tracing-attributes v0.1.31
5852026-08-21T22:23:36.418Z Downloaded tui-tree-widget v0.23.1
5862026-08-21T22:23:36.418Z Downloaded p384 v0.14.0
5872026-08-21T22:23:36.421Z Downloaded serde_cbor v0.11.2
5882026-08-21T22:23:36.421Z Downloaded find-msvc-tools v0.1.9
5892026-08-21T22:23:36.424Z Downloaded generic-array v0.14.7
5902026-08-21T22:23:36.424Z Downloaded castaway v0.2.4
5912026-08-21T22:23:36.424Z Downloaded elliptic-curve v0.13.8
5922026-08-21T22:23:36.428Z Downloaded tls_codec v0.4.2
5932026-08-21T22:23:36.428Z Downloaded serde_yaml v0.9.34+deprecated
5942026-08-21T22:23:36.430Z Downloaded match_cfg v0.1.0
5952026-08-21T22:23:36.430Z Downloaded normalize-line-endings v0.3.0
5962026-08-21T22:23:36.430Z Downloaded num-conv v0.2.0
5972026-08-21T22:23:36.431Z Downloaded predicates v3.1.4
5982026-08-21T22:23:36.434Z Downloaded snafu v0.8.9
5992026-08-21T22:23:36.436Z Downloaded yasna v0.5.2
6002026-08-21T22:23:36.436Z Downloaded rand_pcg v0.10.2
6012026-08-21T22:23:36.436Z Downloaded zerovec-derive v0.11.2
6022026-08-21T22:23:36.439Z Downloaded internal-russh-num-bigint v0.5.0
6032026-08-21T22:23:36.442Z Downloaded qorb v0.4.1
6042026-08-21T22:23:36.448Z Downloaded libbz2-rs-sys v0.2.2
6052026-08-21T22:23:36.451Z Downloaded num_enum v0.5.11
6062026-08-21T22:23:36.455Z Downloaded anstyle-parse v1.0.0
6072026-08-21T22:23:36.455Z Downloaded vergen-git2 v9.1.0
6082026-08-21T22:23:36.462Z Downloaded serde_plain v1.0.2
6092026-08-21T22:23:36.465Z Downloaded signature v2.2.0
6102026-08-21T22:23:36.465Z Downloaded ryu v1.0.23
6112026-08-21T22:23:36.465Z Downloaded signature v3.0.0
6122026-08-21T22:23:36.469Z Downloaded typify v0.6.2
6132026-08-21T22:23:36.472Z Downloaded oxide-tokio-rt v0.1.4
6142026-08-21T22:23:36.472Z Downloaded unsafe-libyaml v0.2.11
6152026-08-21T22:23:36.476Z Downloaded hashbrown v0.15.5
6162026-08-21T22:23:36.479Z Downloaded indexmap v2.14.0
6172026-08-21T22:23:36.479Z Downloaded path-tree v0.8.3
6182026-08-21T22:23:36.482Z Downloaded testing_table v0.3.0
6192026-08-21T22:23:36.482Z Downloaded slog v2.8.2
6202026-08-21T22:23:36.482Z Downloaded phf_shared v0.11.3
6212026-08-21T22:23:36.482Z Downloaded primeorder v0.14.0
6222026-08-21T22:23:36.490Z Downloaded pkcs8 v0.10.2
6232026-08-21T22:23:36.492Z Downloaded primeorder v0.13.6
6242026-08-21T22:23:36.492Z Downloaded spin v0.9.8
6252026-08-21T22:23:36.495Z Downloaded typify-macro v0.6.2
6262026-08-21T22:23:36.495Z Downloaded keccak v0.2.0
6272026-08-21T22:23:36.497Z Downloaded trait-variant v0.1.2
6282026-08-21T22:23:36.497Z Downloaded usdt v0.6.0
6292026-08-21T22:23:36.498Z Downloaded utf8parse v0.2.2
6302026-08-21T22:23:36.498Z Downloaded psm v0.1.30
6312026-08-21T22:23:36.501Z Downloaded memmap2 v0.9.10
6322026-08-21T22:23:36.504Z Downloaded pretty_assertions v1.4.1
6332026-08-21T22:23:36.506Z Downloaded tower v0.5.3
6342026-08-21T22:23:36.510Z Downloaded sha1 v0.10.6
6352026-08-21T22:23:36.514Z Downloaded similar-asserts v1.7.0
6362026-08-21T22:23:36.514Z Downloaded zeroize_derive v1.5.0
6372026-08-21T22:23:36.514Z Downloaded dropshot-api-manager-types v0.8.0
6382026-08-21T22:23:36.514Z Downloaded sigpipe v0.1.3
6392026-08-21T22:23:36.518Z Downloaded supports-unicode v2.1.0
6402026-08-21T22:23:36.521Z Downloaded toml_edit v0.23.10+spec-1.0.0
6412026-08-21T22:23:36.521Z Downloaded wnaf v0.14.0
6422026-08-21T22:23:36.526Z Downloaded toml_write v0.1.2
6432026-08-21T22:23:36.529Z Downloaded git-stub v1.0.0
6442026-08-21T22:23:36.532Z Downloaded string_cache v0.8.9
6452026-08-21T22:23:36.532Z Downloaded rustls-webpki v0.103.13
6462026-08-21T22:23:36.535Z Downloaded generic-array v1.4.3
6472026-08-21T22:23:36.535Z Downloaded hashbrown v0.12.3
6482026-08-21T22:23:36.538Z Downloaded hickory-server v0.25.2
6492026-08-21T22:23:36.541Z Downloaded itertools v0.10.5
6502026-08-21T22:23:36.544Z Downloaded owo-colors v4.3.0
6512026-08-21T22:23:36.544Z Downloaded pkcs8 v0.11.0
6522026-08-21T22:23:36.547Z Downloaded globwalk v0.9.1
6532026-08-21T22:23:36.547Z Downloaded keccak v0.1.6
6542026-08-21T22:23:36.547Z Downloaded knuffel v3.2.0
6552026-08-21T22:23:36.550Z Downloaded termcolor v1.4.1
6562026-08-21T22:23:36.550Z Downloaded thread_local v1.1.9
6572026-08-21T22:23:36.550Z Downloaded postcard v1.1.3
6582026-08-21T22:23:36.550Z Downloaded regex v1.12.3
6592026-08-21T22:23:36.553Z Downloaded zerovec v0.11.5
6602026-08-21T22:23:36.558Z Downloaded vergen v9.1.0
6612026-08-21T22:23:36.561Z Downloaded miette v7.6.0
6622026-08-21T22:23:36.561Z Downloaded target-spec v3.5.7
6632026-08-21T22:23:36.561Z Downloaded mime v0.3.17
6642026-08-21T22:23:36.561Z Downloaded enum-as-inner v0.6.1
6652026-08-21T22:23:36.564Z Downloaded newtype_derive v0.1.6
6662026-08-21T22:23:36.564Z Downloaded num v0.4.3
6672026-08-21T22:23:36.564Z Downloaded flagset v0.4.7
6682026-08-21T22:23:36.564Z Downloaded futures-io v0.3.32
6692026-08-21T22:23:36.564Z Downloaded futures-macro v0.3.32
6702026-08-21T22:23:36.568Z Downloaded serde_json v1.0.151
6712026-08-21T22:23:36.570Z Downloaded vergen-lib v0.1.6
6722026-08-21T22:23:36.570Z Downloaded zerocopy-derive v0.7.35
6732026-08-21T22:23:36.574Z Downloaded vsss-rs v3.3.4
6742026-08-21T22:23:36.574Z Downloaded zeroize v1.9.0
6752026-08-21T22:23:36.574Z Downloaded dunce v1.0.5
6762026-08-21T22:23:36.577Z Downloaded zstd v0.13.3
6772026-08-21T22:23:36.577Z Downloaded either v1.15.0
6782026-08-21T22:23:36.577Z Downloaded crypto-primes v0.7.2
6792026-08-21T22:23:36.582Z Downloaded quote v1.0.45
6802026-08-21T22:23:36.585Z Downloaded getrandom v0.2.17
6812026-08-21T22:23:36.589Z Downloaded resolv-conf v0.7.6
6822026-08-21T22:23:36.589Z Downloaded scroll_derive v0.13.1
6832026-08-21T22:23:36.589Z Downloaded sec1 v0.8.1
6842026-08-21T22:23:36.589Z Downloaded openssl-macros v0.1.1
6852026-08-21T22:23:36.593Z Downloaded bzip2 v0.6.1
6862026-08-21T22:23:36.593Z Downloaded sqlformat v0.3.5
6872026-08-21T22:23:36.593Z Downloaded num_enum_derive v0.5.11
6882026-08-21T22:23:36.596Z Downloaded unicode_categories v0.1.1
6892026-08-21T22:23:36.596Z Downloaded path-slash v0.1.5
6902026-08-21T22:23:36.599Z Downloaded serde-hex v0.1.0
6912026-08-21T22:23:36.606Z Downloaded dropshot-api-manager v0.8.0
6922026-08-21T22:23:36.610Z Downloaded litrs v1.0.0
6932026-08-21T22:23:36.613Z Downloaded twox-hash v2.1.2
6942026-08-21T22:23:36.613Z Downloaded newtype-uuid v1.3.2
6952026-08-21T22:23:36.613Z Downloaded shell-words v1.1.1
6962026-08-21T22:23:36.616Z Downloaded strum_macros v0.24.3
6972026-08-21T22:23:36.616Z Downloaded strum_macros v0.26.4
6982026-08-21T22:23:36.616Z Downloaded universal-hash v0.6.1
6992026-08-21T22:23:36.616Z Downloaded proc-macro-error-attr v1.0.4
7002026-08-21T22:23:36.620Z Downloaded miniz_oxide v0.8.9
7012026-08-21T22:23:36.620Z Downloaded tough v0.22.0
7022026-08-21T22:23:36.623Z Downloaded bit-set v0.5.3
7032026-08-21T22:23:36.626Z Downloaded cfg_aliases v0.1.1
7042026-08-21T22:23:36.626Z Downloaded async-trait v0.1.89
7052026-08-21T22:23:36.634Z Downloaded schemars v0.8.22
7062026-08-21T22:23:36.641Z Downloaded argon2 v0.5.3
7072026-08-21T22:23:36.644Z Downloaded cfg-expr v0.20.6
7082026-08-21T22:23:36.647Z Downloaded once_cell v1.21.3
7092026-08-21T22:23:36.650Z Downloaded buf-list v1.1.2
7102026-08-21T22:23:36.650Z Downloaded paste v1.0.15
7112026-08-21T22:23:36.653Z Downloaded rustyline v14.0.0
7122026-08-21T22:23:36.655Z Downloaded errno v0.3.14
7132026-08-21T22:23:36.655Z Downloaded foldhash v0.1.5
7142026-08-21T22:23:36.655Z Downloaded fs-err v2.11.0
7152026-08-21T22:23:36.659Z Downloaded parking_lot v0.11.2
7162026-08-21T22:23:36.659Z Downloaded hyper-util v0.1.20
7172026-08-21T22:23:36.662Z Downloaded unit-prefix v0.5.2
7182026-08-21T22:23:36.662Z Downloaded yoke-derive v0.8.1
7192026-08-21T22:23:36.662Z Downloaded lock_api v0.4.14
7202026-08-21T22:23:36.665Z Downloaded parking_lot v0.12.5
7212026-08-21T22:23:36.665Z Downloaded quinn-udp v0.5.14
7222026-08-21T22:23:36.668Z Downloaded same-file v1.0.6
7232026-08-21T22:23:36.668Z Downloaded ref-cast v1.0.25
7242026-08-21T22:23:36.668Z Downloaded pest v2.8.6
7252026-08-21T22:23:36.672Z Downloaded pest_meta v2.8.6
7262026-08-21T22:23:36.676Z Downloaded rand_chacha v0.3.1
7272026-08-21T22:23:36.676Z Downloaded num_enum v0.7.6
7282026-08-21T22:23:36.680Z Downloaded void v1.0.2
7292026-08-21T22:23:36.680Z Downloaded fnv v1.0.7
7302026-08-21T22:23:36.686Z Downloaded zopfli v0.8.3
7312026-08-21T22:23:36.689Z Downloaded topological-sort v0.2.2
7322026-08-21T22:23:36.689Z Downloaded try-lock v0.2.5
7332026-08-21T22:23:36.689Z Downloaded relative-path v1.9.3
7342026-08-21T22:23:36.692Z Downloaded rustls-pemfile v2.2.0
7352026-08-21T22:23:36.692Z Downloaded stringprep v0.1.5
7362026-08-21T22:23:36.692Z Downloaded shlex v1.3.0
7372026-08-21T22:23:36.695Z Downloaded macaddr v1.0.1
7382026-08-21T22:23:36.698Z Downloaded md5 v0.8.0
7392026-08-21T22:23:36.698Z Downloaded expectorate v1.2.0
7402026-08-21T22:23:36.701Z Downloaded fatfs v0.3.6
7412026-08-21T22:23:36.701Z Downloaded async-bb8-diesel v0.2.1
7422026-08-21T22:23:36.704Z Downloaded backtrace v0.3.76
7432026-08-21T22:23:36.706Z Downloaded blake2b_simd v1.0.4
7442026-08-21T22:23:36.710Z Downloaded num_enum_derive v0.7.6
7452026-08-21T22:23:36.710Z Downloaded cexpr v0.6.0
7462026-08-21T22:23:36.713Z Downloaded parking_lot_core v0.9.12
7472026-08-21T22:23:36.716Z Downloaded thiserror-no-std v2.0.2
7482026-08-21T22:23:36.719Z Downloaded bit-set v0.8.0
7492026-08-21T22:23:36.722Z Downloaded block-padding v0.4.2
7502026-08-21T22:23:36.722Z Downloaded dtrace-parser v0.2.0
7512026-08-21T22:23:36.725Z Downloaded zerocopy v0.6.6
7522026-08-21T22:23:36.728Z Downloaded log v0.4.33
7532026-08-21T22:23:36.730Z Downloaded guppy v0.17.25
7542026-08-21T22:23:36.733Z Downloaded unicode-bidi v0.3.18
7552026-08-21T22:23:36.737Z Downloaded vergen-gitcl v1.0.8
7562026-08-21T22:23:36.737Z Downloaded packed_struct_codegen v0.10.1
7572026-08-21T22:23:36.740Z Downloaded bitflags v2.11.0
7582026-08-21T22:23:36.743Z Downloaded rusty-fork v0.3.1
7592026-08-21T22:23:36.743Z Downloaded fs-err v3.3.0
7602026-08-21T22:23:36.746Z Downloaded num-traits v0.2.19
7612026-08-21T22:23:36.749Z Downloaded papergrid v0.18.0
7622026-08-21T22:23:36.752Z Downloaded progenitor-macro v0.13.0
7632026-08-21T22:23:36.752Z Downloaded iri-string v0.7.10
7642026-08-21T22:23:36.755Z Downloaded progenitor-impl v0.14.0
7652026-08-21T22:23:36.759Z Downloaded ff v0.13.1
7662026-08-21T22:23:36.759Z Downloaded stacker v0.1.23
7672026-08-21T22:23:36.762Z Downloaded signal-hook-mio v0.2.5
7682026-08-21T22:23:36.765Z Downloaded rsa v0.9.10
7692026-08-21T22:23:36.768Z Downloaded ed25519-dalek v3.0.0
7702026-08-21T22:23:36.768Z Downloaded libefi-sys v0.1.0
7712026-08-21T22:23:36.771Z Downloaded async-recursion v1.1.1
7722026-08-21T22:23:36.771Z Downloaded base16ct v1.0.0
7732026-08-21T22:23:36.771Z Downloaded serde-big-array v0.5.1
7742026-08-21T22:23:36.774Z Downloaded serde_regex v1.1.0
7752026-08-21T22:23:36.774Z Downloaded oso v0.27.3
7762026-08-21T22:23:36.777Z Downloaded aead v0.6.1
7772026-08-21T22:23:36.777Z Downloaded tokio-rustls v0.26.4
7782026-08-21T22:23:36.780Z Downloaded tokio-stream v0.1.18
7792026-08-21T22:23:36.780Z Downloaded unicode-properties v0.1.4
7802026-08-21T22:23:36.784Z Downloaded siphasher v1.0.2
7812026-08-21T22:23:36.784Z Downloaded supports-color v3.0.2
7822026-08-21T22:23:36.784Z Downloaded supports-unicode v3.0.0
7832026-08-21T22:23:36.784Z Downloaded terminal_size v0.1.17
7842026-08-21T22:23:36.784Z Downloaded tinyvec_macros v0.1.1
7852026-08-21T22:23:36.788Z Downloaded slog-stdlog v4.1.1
7862026-08-21T22:23:36.788Z Downloaded synstructure v0.13.2
7872026-08-21T22:23:36.788Z Downloaded tinytemplate v1.2.1
7882026-08-21T22:23:36.788Z Downloaded pkcs1 v0.8.0-rc.4
7892026-08-21T22:23:36.792Z Downloaded p384 v0.13.1
7902026-08-21T22:23:36.792Z Downloaded vergen-lib v9.1.0
7912026-08-21T22:23:36.792Z Downloaded cfg_aliases v0.2.1
7922026-08-21T22:23:36.795Z Downloaded parse-display v0.10.0
7932026-08-21T22:23:36.801Z Downloaded aws-lc-rs v1.16.3
7942026-08-21T22:23:36.807Z Downloaded zerofrom v0.1.6
7952026-08-21T22:23:36.810Z Downloaded dirs-sys-next v0.1.2
7962026-08-21T22:23:36.810Z Downloaded document-features v0.2.12
7972026-08-21T22:23:36.810Z Downloaded progenitor-client v0.13.0
7982026-08-21T22:23:36.810Z Downloaded reedline v0.40.0
7992026-08-21T22:23:36.813Z Downloaded toml v0.7.8
8002026-08-21T22:23:36.816Z Downloaded socket2 v0.6.3
8012026-08-21T22:23:36.816Z Downloaded usdt-impl v0.6.0
8022026-08-21T22:23:36.820Z Downloaded displaydoc v0.2.5
8032026-08-21T22:23:36.820Z Downloaded dtrace-parser v0.3.0
8042026-08-21T22:23:36.820Z Downloaded subprocess v0.2.15
8052026-08-21T22:23:36.823Z Downloaded rand_chacha v0.9.0
8062026-08-21T22:23:36.823Z Downloaded rtoolbox v0.0.3
8072026-08-21T22:23:36.823Z Downloaded russh-cryptovec v0.62.0
8082026-08-21T22:23:36.826Z Downloaded itertools v0.13.0
8092026-08-21T22:23:36.829Z Downloaded futures-task v0.3.32
8102026-08-21T22:23:36.829Z Downloaded jiff-static v0.2.34
8112026-08-21T22:23:36.832Z Downloaded anstyle-parse v0.2.7
8122026-08-21T22:23:36.832Z Downloaded winnow v0.7.14
8132026-08-21T22:23:36.835Z Downloaded argon2 v0.6.0-rc.8
8142026-08-21T22:23:36.838Z Downloaded linkme-impl v0.3.35
8152026-08-21T22:23:36.839Z Downloaded maplit v1.0.2
8162026-08-21T22:23:36.839Z Downloaded test-strategy v0.4.5
8172026-08-21T22:23:36.842Z Downloaded chumsky v0.9.3
8182026-08-21T22:23:36.842Z Downloaded poly1305 v0.9.0
8192026-08-21T22:23:36.853Z Downloaded futures-timer v3.0.3
8202026-08-21T22:23:36.853Z Downloaded plotters v0.3.7
8212026-08-21T22:23:36.853Z Downloaded zlib-rs v0.6.2
8222026-08-21T22:23:36.853Z Downloaded russh v0.62.4
8232026-08-21T22:23:36.856Z Downloaded icu_properties_data v2.1.2
8242026-08-21T22:23:36.862Z Downloaded minimal-lexical v0.2.1
8252026-08-21T22:23:36.865Z Downloaded rcgen v0.12.1
8262026-08-21T22:23:36.868Z Downloaded oxnet v0.1.6
8272026-08-21T22:23:36.868Z Downloaded num-bigint v0.4.6
8282026-08-21T22:23:36.872Z Downloaded poly1305 v0.8.0
8292026-08-21T22:23:36.872Z Downloaded assert_matches v1.5.0
8302026-08-21T22:23:36.872Z Downloaded base16ct v0.2.0
8312026-08-21T22:23:36.872Z Downloaded module-lattice v0.2.3
8322026-08-21T22:23:36.875Z Downloaded linkme v0.3.35
8332026-08-21T22:23:36.875Z Downloaded aho-corasick v1.1.4
8342026-08-21T22:23:36.878Z Downloaded want v0.3.1
8352026-08-21T22:23:36.878Z Downloaded endian-type v0.1.2
8362026-08-21T22:23:36.878Z Downloaded rayon v1.11.0
8372026-08-21T22:23:36.882Z Downloaded rstest_macros v0.25.0
8382026-08-21T22:23:36.885Z Downloaded socket2 v0.5.10
8392026-08-21T22:23:36.885Z Downloaded num-complex v0.4.6
8402026-08-21T22:23:36.890Z Downloaded steno v0.4.1
8412026-08-21T22:23:36.890Z Downloaded progenitor-macro v0.14.0
8422026-08-21T22:23:36.896Z Downloaded fixedbitset v0.5.7
8432026-08-21T22:23:36.896Z Downloaded goblin v0.8.2
8442026-08-21T22:23:36.896Z Downloaded base64 v0.21.7
8452026-08-21T22:23:36.896Z Downloaded ppv-lite86 v0.2.21
8462026-08-21T22:23:36.896Z Downloaded serde_with v1.14.0
8472026-08-21T22:23:36.902Z Downloaded bumpalo v3.20.2
8482026-08-21T22:23:36.902Z Downloaded cc v1.2.56
8492026-08-21T22:23:36.905Z Downloaded cipher v0.5.2
8502026-08-21T22:23:36.905Z Downloaded parse-display-derive v0.10.0
8512026-08-21T22:23:36.905Z Downloaded foreign-types v0.5.0
8522026-08-21T22:23:36.905Z Downloaded lazy_static v1.5.0
8532026-08-21T22:23:36.908Z Downloaded new_debug_unreachable v1.0.6
8542026-08-21T22:23:36.908Z Downloaded thiserror v1.0.69
8552026-08-21T22:23:36.910Z Downloaded git-stub-vcs v0.1.0
8562026-08-21T22:23:36.910Z Downloaded snafu-derive v0.8.9
8572026-08-21T22:23:36.910Z Downloaded adler2 v2.0.1
8582026-08-21T22:23:36.913Z Downloaded anstyle-query v1.1.5
8592026-08-21T22:23:36.913Z Downloaded strum v0.27.2
8602026-08-21T22:23:36.913Z Downloaded itertools v0.15.0
8612026-08-21T22:23:36.916Z Downloaded pretty-hex v0.4.1
8622026-08-21T22:23:36.922Z Downloaded take_mut v0.2.2
8632026-08-21T22:23:36.922Z Downloaded miette-derive v7.6.0
8642026-08-21T22:23:36.922Z Downloaded ecdsa v0.17.0
8652026-08-21T22:23:36.922Z Downloaded p521 v0.14.0
8662026-08-21T22:23:36.925Z Downloaded thread-id v4.2.2
8672026-08-21T22:23:36.925Z Downloaded bitfield v0.19.4
8682026-08-21T22:23:36.925Z Downloaded untrusted v0.7.1
8692026-08-21T22:23:36.925Z Downloaded dof v0.4.0
8702026-08-21T22:23:36.925Z Downloaded bytecount v0.6.9
8712026-08-21T22:23:36.925Z Downloaded idna v1.1.0
8722026-08-21T22:23:36.929Z Downloaded arc-swap v1.8.2
8732026-08-21T22:23:36.931Z Downloaded tar v0.4.46
8742026-08-21T22:23:36.932Z Downloaded ssh-cipher v0.3.0
8752026-08-21T22:23:36.934Z Downloaded ssh-encoding v0.3.0
8762026-08-21T22:23:36.934Z Downloaded slog-bunyan v2.5.0
8772026-08-21T22:23:36.934Z Downloaded slog-envlogger v2.2.0
8782026-08-21T22:23:36.935Z Downloaded newline-converter v0.3.0
8792026-08-21T22:23:36.935Z Downloaded num-derive v0.4.2
8802026-08-21T22:23:36.938Z Downloaded async-stream-impl v0.3.6
8812026-08-21T22:23:36.941Z Downloaded itertools v0.14.0
8822026-08-21T22:23:36.944Z Downloaded powerfmt v0.2.0
8832026-08-21T22:23:36.944Z Downloaded rustversion v1.0.22
8842026-08-21T22:23:36.946Z Downloaded schemars_derive v0.8.22
8852026-08-21T22:23:36.946Z Downloaded walkdir v2.5.0
8862026-08-21T22:23:36.949Z Downloaded stable_deref_trait v1.2.1
8872026-08-21T22:23:36.949Z Downloaded xattr v1.6.1
8882026-08-21T22:23:36.954Z Downloaded tower-http v0.6.8
8892026-08-21T22:23:36.956Z Downloaded hyper v1.10.1
8902026-08-21T22:23:36.960Z Downloaded num-bigint-dig v0.8.6
8912026-08-21T22:23:36.963Z Downloaded toml v1.1.2+spec-1.1.0
8922026-08-21T22:23:36.966Z Downloaded tracing-core v0.1.36
8932026-08-21T22:23:36.966Z Downloaded winnow v0.5.40
8942026-08-21T22:23:36.972Z Downloaded reqwest v0.13.2
8952026-08-21T22:23:36.975Z Downloaded native-tls v0.2.18
8962026-08-21T22:23:36.978Z Downloaded byteorder v1.5.0
8972026-08-21T22:23:36.978Z Downloaded uuid v1.23.4
8982026-08-21T22:23:36.978Z Downloaded writeable v0.6.2
8992026-08-21T22:23:36.982Z Downloaded managed v0.8.0
9002026-08-21T22:23:36.982Z Downloaded recursive v0.1.1
9012026-08-21T22:23:36.982Z Downloaded peg-runtime v0.8.5
9022026-08-21T22:23:36.983Z Downloaded curve25519-dalek v4.1.3
9032026-08-21T22:23:36.986Z Downloaded samael v0.0.19
9042026-08-21T22:23:36.989Z Downloaded itertools v0.12.1
9052026-08-21T22:23:36.992Z Downloaded progenitor-client v0.14.0
9062026-08-21T22:23:36.995Z Downloaded float-cmp v0.10.0
9072026-08-21T22:23:36.995Z Downloaded tokio-postgres v0.7.16
9082026-08-21T22:23:36.999Z Downloaded scuffle v0.1.0
9092026-08-21T22:23:36.999Z Downloaded git2 v0.20.4
9102026-08-21T22:23:37.003Z Downloaded num-integer v0.1.46
9112026-08-21T22:23:37.006Z Downloaded proc-macro-crate v3.4.0
9122026-08-21T22:23:37.006Z Downloaded trybuild v1.0.116
9132026-08-21T22:23:37.009Z Downloaded serde_urlencoded v0.7.1
9142026-08-21T22:23:37.009Z Downloaded precomputed-hash v0.1.1
9152026-08-21T22:23:37.009Z Downloaded oxide-update-engine-display v0.1.2
9162026-08-21T22:23:37.009Z Downloaded tagptr v0.2.0
9172026-08-21T22:23:37.009Z Downloaded approx v0.5.1
9182026-08-21T22:23:37.013Z Downloaded clang-sys v1.8.1
9192026-08-21T22:23:37.013Z Downloaded pest_generator v2.8.6
9202026-08-21T22:23:37.013Z Downloaded env_filter v2.0.0
9212026-08-21T22:23:37.013Z Downloaded h2 v0.4.15
9222026-08-21T22:23:37.016Z Downloaded hkdf v0.12.4
9232026-08-21T22:23:37.019Z Downloaded dropshot_endpoint v0.17.1
9242026-08-21T22:23:37.020Z Downloaded hkdf v0.13.0
9252026-08-21T22:23:37.023Z Downloaded bcs v0.1.6
9262026-08-21T22:23:37.023Z Downloaded phc v0.6.1
9272026-08-21T22:23:37.026Z Downloaded port-file v0.1.0
9282026-08-21T22:23:37.026Z Downloaded tls_codec_derive v0.4.2
9292026-08-21T22:23:37.026Z Downloaded rpassword v7.5.4
9302026-08-21T22:23:37.026Z Downloaded xshell v0.2.7
9312026-08-21T22:23:37.030Z Downloaded uzers v0.12.2
9322026-08-21T22:23:37.030Z Downloaded zerofrom-derive v0.1.6
9332026-08-21T22:23:37.030Z Downloaded foreign-types-macros v0.2.3
9342026-08-21T22:23:37.030Z Downloaded percent-encoding v2.3.2
9352026-08-21T22:23:37.030Z Downloaded toml_writer v1.1.1+spec-1.1.0
9362026-08-21T22:23:37.033Z Downloaded miette-derive v5.10.0
9372026-08-21T22:23:37.033Z Downloaded md-5 v0.10.6
9382026-08-21T22:23:37.033Z Downloaded atomic-waker v1.1.2
9392026-08-21T22:23:37.033Z Downloaded bcrypt-pbkdf v0.11.0
9402026-08-21T22:23:37.033Z Downloaded tokio-dtrace v0.1.1
9412026-08-21T22:23:37.037Z Downloaded serde_with_macros v3.21.0
9422026-08-21T22:23:37.037Z Downloaded glob v0.3.3
9432026-08-21T22:23:37.037Z Downloaded secrecy v0.8.0
9442026-08-21T22:23:37.037Z Downloaded async-object-pool v0.2.0
9452026-08-21T22:23:37.037Z Downloaded crypto-bigint v0.7.5
9462026-08-21T22:23:37.045Z Downloaded sponge-cursor v0.1.0
9472026-08-21T22:23:37.048Z Downloaded equivalent v1.0.2
9482026-08-21T22:23:37.048Z Downloaded fallible-iterator v0.2.0
9492026-08-21T22:23:37.048Z Downloaded tokio-util v0.7.18
9502026-08-21T22:23:37.051Z Downloaded tower-service v0.3.3
9512026-08-21T22:23:37.051Z Downloaded schemars v0.9.0
9522026-08-21T22:23:37.057Z Downloaded thiserror-impl-no-std v2.0.2
9532026-08-21T22:23:37.061Z Downloaded fd-lock v4.0.4
9542026-08-21T22:23:37.061Z Downloaded fs_extra v1.3.0
9552026-08-21T22:23:37.061Z Downloaded papergrid v0.11.0
9562026-08-21T22:23:37.064Z Downloaded knuffel-derive v3.2.0
9572026-08-21T22:23:37.064Z Downloaded knus-derive v3.4.0
9582026-08-21T22:23:37.068Z Downloaded cipher v0.4.4
9592026-08-21T22:23:37.068Z Downloaded ciborium v0.2.2
9602026-08-21T22:23:37.068Z Downloaded smallvec v0.6.14
9612026-08-21T22:23:37.071Z Downloaded parse-size v1.1.0
9622026-08-21T22:23:37.071Z Downloaded sec1 v0.7.3
9632026-08-21T22:23:37.071Z Downloaded serdect v0.4.3
9642026-08-21T22:23:37.076Z Downloaded tiny-keccak v2.0.2
9652026-08-21T22:23:37.076Z Downloaded strum v0.26.3
9662026-08-21T22:23:37.076Z Downloaded yoke v0.8.1
9672026-08-21T22:23:37.080Z Downloaded env_logger v0.11.11
9682026-08-21T22:23:37.080Z Downloaded strip-ansi-escapes v0.2.1
9692026-08-21T22:23:37.080Z Downloaded lalrpop-util v0.19.12
9702026-08-21T22:23:37.080Z Downloaded opaque-debug v0.3.1
9712026-08-21T22:23:37.086Z Downloaded sha3 v0.12.0
9722026-08-21T22:23:37.086Z Downloaded rustls-platform-verifier v0.6.2
9732026-08-21T22:23:37.090Z Downloaded zerocopy-derive v0.8.55
9742026-08-21T22:23:37.094Z Downloaded ref-cast-impl v1.0.25
9752026-08-21T22:23:37.094Z Downloaded usdt v0.5.0
9762026-08-21T22:23:37.094Z Downloaded proc-macro-error2 v2.0.1
9772026-08-21T22:23:37.097Z Downloaded unicode-truncate v1.1.0
9782026-08-21T22:23:37.097Z Downloaded zone v0.3.1
9792026-08-21T22:23:37.097Z Downloaded digest-io v0.1.0
9802026-08-21T22:23:37.097Z Downloaded nodrop v0.1.14
9812026-08-21T22:23:37.097Z Downloaded oxide-update-engine v0.1.2
9822026-08-21T22:23:37.100Z Downloaded getrandom v0.4.3
9832026-08-21T22:23:37.107Z Downloaded terminal_size v0.4.3
9842026-08-21T22:23:37.110Z Downloaded predicates-core v1.0.10
9852026-08-21T22:23:37.110Z Downloaded embedded-io v0.4.0
9862026-08-21T22:23:37.113Z Downloaded knus v3.4.0
9872026-08-21T22:23:37.113Z Downloaded lru-slab v0.1.2
9882026-08-21T22:23:37.113Z Downloaded plain v0.2.3
9892026-08-21T22:23:37.113Z Downloaded untrusted v0.9.0
9902026-08-21T22:23:37.117Z Downloaded rustls-native-certs v0.8.3
9912026-08-21T22:23:37.117Z Downloaded publicsuffix v2.3.0
9922026-08-21T22:23:37.117Z Downloaded serde_repr v0.1.20
9932026-08-21T22:23:37.120Z Downloaded iddqd v0.4.2
9942026-08-21T22:23:37.123Z Downloaded quinn v0.11.11
9952026-08-21T22:23:37.126Z Downloaded globset v0.4.18
9962026-08-21T22:23:37.126Z Downloaded event-listener v5.4.1
9972026-08-21T22:23:37.126Z Downloaded spki v0.8.0
9982026-08-21T22:23:37.129Z Downloaded oorandom v11.1.5
9992026-08-21T22:23:37.129Z Downloaded pkg-config v0.3.32
10002026-08-21T22:23:37.133Z Downloaded serde_core v1.0.228
10012026-08-21T22:23:37.133Z Downloaded dirs-next v2.0.0
10022026-08-21T22:23:37.136Z Downloaded usdt-impl v0.5.0
10032026-08-21T22:23:37.140Z Downloaded typed-path v0.9.3
10042026-08-21T22:23:37.144Z Downloaded typenum v1.20.1
10052026-08-21T22:23:37.144Z Downloaded memchr v2.8.0
10062026-08-21T22:23:37.148Z Downloaded libtest-mimic v0.8.1
10072026-08-21T22:23:37.151Z Downloaded cast v0.3.0
10082026-08-21T22:23:37.151Z Downloaded proc-macro-error v1.0.4
10092026-08-21T22:23:37.154Z Downloaded rand_core v0.10.0
10102026-08-21T22:23:37.154Z Downloaded radix_trie v0.2.1
10112026-08-21T22:23:37.158Z Downloaded tokio-test v0.4.5
10122026-08-21T22:23:37.158Z Downloaded semver v1.0.28
10132026-08-21T22:23:37.158Z Downloaded rfc6979 v0.4.0
10142026-08-21T22:23:37.158Z Downloaded phf_shared v0.12.1
10152026-08-21T22:23:37.161Z Downloaded prefix-trie v0.7.0
10162026-08-21T22:23:37.164Z Downloaded libsw v3.5.0
10172026-08-21T22:23:37.164Z Downloaded slog-term v2.9.2
10182026-08-21T22:23:37.164Z Downloaded slog-json v2.6.1
10192026-08-21T22:23:37.169Z Downloaded strum_macros v0.27.2
10202026-08-21T22:23:37.169Z Downloaded zerocopy v0.7.35
10212026-08-21T22:23:37.175Z Downloaded sha2 v0.11.0
10222026-08-21T22:23:37.181Z Downloaded nu-ansi-term v0.50.3
10232026-08-21T22:23:37.184Z Downloaded chacha20 v0.9.1
10242026-08-21T22:23:37.184Z Downloaded supports-color v2.1.0
10252026-08-21T22:23:37.188Z Downloaded pkcs5 v0.8.1
10262026-08-21T22:23:37.188Z Downloaded tinystr v0.8.2
10272026-08-21T22:23:37.191Z Downloaded nibble_vec v0.1.0
10282026-08-21T22:23:37.191Z Downloaded anyhow v1.0.104
10292026-08-21T22:23:37.195Z Downloaded scrypt v0.12.0
10302026-08-21T22:23:37.198Z Downloaded reqwest v0.12.28
10312026-08-21T22:23:37.203Z Downloaded ed25519 v2.2.3
10322026-08-21T22:23:37.206Z Downloaded zip v4.6.1
10332026-08-21T22:23:37.209Z Downloaded curve25519-dalek v5.0.0
10342026-08-21T22:23:37.212Z Downloaded getrandom v0.3.4
10352026-08-21T22:23:37.215Z Downloaded assert_cmd v2.1.2
10362026-08-21T22:23:37.215Z Downloaded camino v1.2.5
10372026-08-21T22:23:37.218Z Downloaded elliptic-curve v0.14.1
10382026-08-21T22:23:37.218Z Downloaded rand_distr v0.5.1
10392026-08-21T22:23:37.221Z Downloaded litemap v0.8.1
10402026-08-21T22:23:37.221Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10412026-08-21T22:23:37.225Z Downloaded phf v0.13.1
10422026-08-21T22:23:37.228Z Downloaded serde_derive_internals v0.29.1
10432026-08-21T22:23:37.228Z Downloaded portable-atomic v1.13.1
10442026-08-21T22:23:37.231Z Downloaded schemars v1.2.1
10452026-08-21T22:23:37.239Z Downloaded toml_edit v0.22.27
10462026-08-21T22:23:37.244Z Downloaded peg-macros v0.8.5
10472026-08-21T22:23:37.244Z Downloaded peg v0.8.5
10482026-08-21T22:23:37.247Z Downloaded pem-rfc7468 v1.0.0
10492026-08-21T22:23:37.247Z Downloaded foreign-types v0.3.2
10502026-08-21T22:23:37.247Z Downloaded cbc v0.2.1
10512026-08-21T22:23:37.247Z Downloaded serde_derive v1.0.228
10522026-08-21T22:23:37.250Z Downloaded rayon-core v1.13.0
10532026-08-21T22:23:37.256Z Downloaded rand v0.9.2
10542026-08-21T22:23:37.260Z Downloaded oxide-update-engine-types v0.1.2
10552026-08-21T22:23:37.260Z Downloaded textwrap v0.15.2
10562026-08-21T22:23:37.263Z Downloaded drift v0.2.0
10572026-08-21T22:23:37.266Z Downloaded flate2 v1.1.9
10582026-08-21T22:23:37.270Z Downloaded salty v0.3.0
10592026-08-21T22:23:37.275Z Downloaded nom v7.1.3
10602026-08-21T22:23:37.280Z Downloaded miette v5.10.0
10612026-08-21T22:23:37.287Z Downloaded zip v0.6.6
10622026-08-21T22:23:37.299Z Downloaded anstyle v1.0.14
10632026-08-21T22:23:37.302Z Downloaded libxml v0.3.3
10642026-08-21T22:23:37.312Z Downloaded ed25519-dalek v2.2.0
10652026-08-21T22:23:37.316Z Downloaded time v0.3.47
10662026-08-21T22:23:37.321Z Downloaded ssh-key v0.7.0-rc.11
10672026-08-21T22:23:37.325Z Downloaded object v0.30.4
10682026-08-21T22:23:37.331Z Downloaded rustls-pki-types v1.14.0
10692026-08-21T22:23:37.334Z Downloaded term v0.7.0
10702026-08-21T22:23:37.337Z Downloaded aes v0.9.1
10712026-08-21T22:23:37.341Z Downloaded unicode-normalization v0.1.25
10722026-08-21T22:23:37.345Z Downloaded winnow v0.6.26
10732026-08-21T22:23:37.350Z Downloaded unicode-segmentation v1.12.0
10742026-08-21T22:23:37.353Z Downloaded mio v1.2.0
10752026-08-21T22:23:37.357Z Downloaded object v0.37.3
10762026-08-21T22:23:37.363Z Downloaded dropshot v0.17.1
10772026-08-21T22:23:37.382Z Downloaded diesel v2.3.7
10782026-08-21T22:23:37.394Z Downloaded nix v0.31.2
10792026-08-21T22:23:37.400Z Downloaded zerotrie v0.2.3
10802026-08-21T22:23:37.403Z Downloaded futures v0.3.32
10812026-08-21T22:23:37.406Z Downloaded petname v2.0.2
10822026-08-21T22:23:37.409Z Downloaded serde_with v3.21.0
10832026-08-21T22:23:37.416Z Downloaded quick-xml v0.37.5
10842026-08-21T22:23:37.419Z Downloaded polar-core v0.27.3
10852026-08-21T22:23:37.425Z Downloaded vte v0.14.1
10862026-08-21T22:23:37.429Z Downloaded goblin v0.10.5
10872026-08-21T22:23:37.446Z Downloaded toml_edit v0.19.15
10882026-08-21T22:23:37.455Z Downloaded proptest v1.11.0
10892026-08-21T22:23:37.460Z Downloaded bitvec v1.0.1
10902026-08-21T22:23:37.468Z Downloaded quinn-proto v0.11.16
10912026-08-21T22:23:37.472Z Downloaded gimli v0.32.3
10922026-08-21T22:23:37.477Z Downloaded base64 v0.22.1
10932026-08-21T22:23:37.480Z Downloaded rand v0.8.6
10942026-08-21T22:23:37.483Z Downloaded tabled v0.15.0
10952026-08-21T22:23:37.490Z Downloaded fancy-regex v0.14.0
10962026-08-21T22:23:37.504Z Downloaded rustix v0.38.44
10972026-08-21T22:23:37.508Z Downloaded rustls v0.23.41
10982026-08-21T22:23:37.511Z Downloaded unicode-width v0.2.0
10992026-08-21T22:23:37.514Z Downloaded openssl v0.10.80
11002026-08-21T22:23:37.519Z Downloaded winnow v1.0.3
11012026-08-21T22:23:37.525Z Downloaded smoltcp v0.9.1
11022026-08-21T22:23:37.531Z Downloaded x509-cert v0.2.5
11032026-08-21T22:23:37.535Z Downloaded syn v2.0.117
11042026-08-21T22:23:37.541Z Downloaded rustix v1.1.4
11052026-08-21T22:23:37.555Z Downloaded chrono v0.4.45
11062026-08-21T22:23:37.559Z Downloaded nix v0.27.1
11072026-08-21T22:23:37.592Z Downloaded bstr v1.12.1
11082026-08-21T22:23:37.597Z Downloaded jiff-core v0.1.0
11092026-08-21T22:23:37.602Z Downloaded zerocopy v0.8.55
11102026-08-21T22:23:37.614Z Downloaded sqlparser v0.61.0
11112026-08-21T22:23:37.620Z Downloaded sha3 v0.11.0
11122026-08-21T22:23:37.626Z Downloaded bindgen v0.71.1
11132026-08-21T22:23:37.635Z Downloaded lalrpop v0.19.12
11142026-08-21T22:23:37.641Z Downloaded nom v8.0.0
11152026-08-21T22:23:37.644Z Downloaded regex-automata v0.4.14
11162026-08-21T22:23:37.653Z Downloaded tabled v0.21.0
11172026-08-21T22:23:37.671Z Downloaded aes-gcm v0.11.0
11182026-08-21T22:23:37.674Z Downloaded libm v0.2.16
11192026-08-21T22:23:37.679Z Downloaded petgraph v0.6.5
11202026-08-21T22:23:37.690Z Downloaded csv v1.4.0
11212026-08-21T22:23:37.702Z Downloaded tokio v1.52.1
11222026-08-21T22:23:37.726Z Downloaded smoltcp v0.11.0
11232026-08-21T22:23:37.732Z Downloaded regex-syntax v0.6.29
11242026-08-21T22:23:37.736Z Downloaded libz-sys v1.1.24
11252026-08-21T22:23:37.748Z Downloaded moka v0.12.13
11262026-08-21T22:23:37.753Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11272026-08-21T22:23:37.763Z Downloaded rawzip v0.4.4
11282026-08-21T22:23:37.766Z Downloaded futures-util v0.3.32
11292026-08-21T22:23:37.773Z Downloaded regress v0.10.5
11302026-08-21T22:23:37.778Z Downloaded hickory-proto v0.24.4
11312026-08-21T22:23:37.787Z Downloaded vcpkg v0.2.15
11322026-08-21T22:23:37.808Z Downloaded blake3 v1.8.5
11332026-08-21T22:23:37.813Z Downloaded hickory-proto v0.25.2
11342026-08-21T22:23:37.822Z Downloaded ring v0.17.14
11352026-08-21T22:23:37.847Z Downloaded nix v0.28.0
11362026-08-21T22:23:37.853Z Downloaded syn v1.0.109
11372026-08-21T22:23:37.858Z Downloaded openapiv3 v2.2.0
11382026-08-21T22:23:37.880Z Downloaded unicode-width v0.1.14
11392026-08-21T22:23:37.920Z Downloaded regex-syntax v0.8.10
11402026-08-21T22:23:37.965Z Downloaded regress v0.11.1
11412026-08-21T22:23:38.038Z Downloaded zerocopy-derive v0.6.6
11422026-08-21T22:23:38.043Z Downloaded typify-impl v0.6.2
11432026-08-21T22:23:38.082Z Downloaded sled v0.34.7
11442026-08-21T22:23:38.088Z Downloaded ratatui v0.29.0
11452026-08-21T22:23:38.099Z Downloaded tracing v0.1.44
11462026-08-21T22:23:38.113Z Downloaded jiff v0.2.34
11472026-08-21T22:23:38.173Z Downloaded bzip2-sys v0.1.13+1.0.8
11482026-08-21T22:23:38.197Z Downloaded petgraph v0.8.3
11492026-08-21T22:23:38.214Z Downloaded aws-lc-sys v0.40.0
11502026-08-21T22:23:38.364Z Downloaded chrono-tz v0.10.4
11512026-08-21T22:23:38.375Z Downloaded libc v0.2.185
11522026-08-21T22:23:38.394Z Downloaded sha3 v0.10.8
11532026-08-21T22:23:38.397Z Downloaded encoding_rs v0.8.35
11542026-08-21T22:23:38.417Z Downloaded httpmock v0.8.3
11552026-08-21T22:23:38.441Z Downloaded libgit2-sys v0.18.3+1.9.2
11562026-08-21T22:23:38.774Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11572026-08-21T22:23:43.526Z Startup: Refreshing catalog 'helios' ... Done
11582026-08-21T22:23:43.874Z Startup: Caching catalogs ... Done
11592026-08-21T22:23:45.799ZPlanning: Solver setup ... Done (1.814s)
11602026-08-21T22:23:45.856ZPlanning: Running solver ... Done (0.056s)
11612026-08-21T22:23:45.900ZPlanning: Finding local manifests ... Done (0.003s)
11622026-08-21T22:23:45.912ZPlanning: Fetching manifests: 0/2 0% complete
11632026-08-21T22:23:45.928ZPlanning: Fetching manifests: 2/2 100% complete
11642026-08-21T22:23:45.942ZPlanning: Package planning ... Done (0.014s)
11652026-08-21T22:23:45.945ZPlanning: Merging actions ... Done (0.002s)
11662026-08-21T22:23:46.104ZPlanning: Checking for conflicting actions ... Done (0.159s)
11672026-08-21T22:23:46.107ZPlanning: Consolidating action changes ... Done (0.001s)
11682026-08-21T22:23:47.053ZPlanning: Evaluating mediators ... Done (0.949s)
11692026-08-21T22:23:47.057ZPlanning: Planning completed in 3.14 seconds
11702026-08-21T22:23:47.063Z Packages to install: 2
11712026-08-21T22:23:47.068Z Estimated space available: 155.73 GB
11722026-08-21T22:23:47.068ZEstimated space to be consumed: 73.56 MB
11732026-08-21T22:23:47.069Z Create boot environment: No
11742026-08-21T22:23:47.069ZCreate backup boot environment: No
11752026-08-21T22:23:47.069Z Rebuild boot archive: No
11762026-08-21T22:23:47.069Z
11772026-08-21T22:23:47.069ZChanged packages:
11782026-08-21T22:23:47.069Zhelios
11792026-08-21T22:23:47.069Z developer/build-essential
11802026-08-21T22:23:47.069Z None -> 11-3.0
11812026-08-21T22:23:47.069Z library/libxmlsec1
11822026-08-21T22:23:47.069Z None -> 1.2.35-3.0
11832026-08-21T22:23:47.088Z
11842026-08-21T22:23:47.088ZDownload: 0/214 items 0.0/1.3MB 0% complete
11852026-08-21T22:23:47.157ZDownload: Completed 1.28 MB in 0.07 seconds (18.6M/s)
11862026-08-21T22:23:47.243Z Actions: 1/268 actions (Installing new actions)
11872026-08-21T22:23:47.284Z Actions: Completed 268 actions in 0.04 seconds.
11882026-08-21T22:23:47.315ZFinalize: Updating package state database ... Done (0.031s)
11892026-08-21T22:23:47.315ZFinalize: Updating package cache ... Done (0.000s)
11902026-08-21T22:23:47.398ZFinalize: Updating image state ... Done (0.082s)
11912026-08-21T22:23:49.991ZFinalize: Creating fast lookup database ... Done (2.544s)
11922026-08-21T22:23:50.063ZFinalize: Reading search index ... Done (0.014s)
11932026-08-21T22:23:50.066ZFinalize: Updating search index ... Done (0.000s)
11942026-08-21T22:23:50.152ZFinalize: Updating package cache ... Done (0.000s)
11952026-08-21T22:23:50.521ZPlanning: Evaluating mediator changes ... Done
11962026-08-21T22:23:50.624ZPlanning: Checking for conflicting actions ... Done
11972026-08-21T22:23:50.628ZPlanning: Consolidating action changes ... Done
11982026-08-21T22:23:50.783ZPlanning: Evaluating mediators ... Done
11992026-08-21T22:23:50.786ZPlanning: Planning completed in 0.26 seconds
12002026-08-21T22:23:50.805Z Mediators to change: 2
12012026-08-21T22:23:50.805Z Create boot environment: No
12022026-08-21T22:23:50.805ZCreate backup boot environment: No
12032026-08-21T22:23:50.849ZFinalize: Updating package state database ... Done
12042026-08-21T22:23:50.849ZFinalize: Updating package cache ... Done
12052026-08-21T22:23:50.910ZFinalize: Updating image state ... Done
12062026-08-21T22:23:52.861ZFinalize: Creating fast lookup database ... Done
12072026-08-21T22:23:52.916ZFinalize: Reading search index ... Done
12082026-08-21T22:23:52.924ZFinalize: Updating search index ... Done
12092026-08-21T22:23:53.007ZFinalize: Updating package cache ... Done
12102026-08-21T22:23:53.277ZPlanning: Evaluating mediator changes ... Done
12112026-08-21T22:23:53.382ZPlanning: Checking for conflicting actions ... Done
12122026-08-21T22:23:53.388ZPlanning: Consolidating action changes ... Done
12132026-08-21T22:23:53.562ZPlanning: Evaluating mediators ... Done
12142026-08-21T22:23:53.602ZPlanning: Planning completed in 0.27 seconds
12152026-08-21T22:23:53.602Z Mediators to change: 1
12162026-08-21T22:23:53.602Z Create boot environment: No
12172026-08-21T22:23:53.602ZCreate backup boot environment: No
12182026-08-21T22:23:53.647ZFinalize: Updating package state database ... Done
12192026-08-21T22:23:53.648ZFinalize: Updating package cache ... Done
12202026-08-21T22:23:53.714ZFinalize: Updating image state ... Done
12212026-08-21T22:23:55.598ZFinalize: Creating fast lookup database ... Done
12222026-08-21T22:23:55.663ZFinalize: Reading search index ... Done
12232026-08-21T22:23:55.667ZFinalize: Updating search index ... Done
12242026-08-21T22:23:55.738ZFinalize: Updating package cache ... Done
12252026-08-21T22:23:56.048ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12262026-08-21T22:23:56.048Zapache system 2.4 system
12272026-08-21T22:23:56.048Zclang system 15 system
12282026-08-21T22:23:56.048Zcsh system system illumos
12292026-08-21T22:23:56.048Zctags system system illumos
12302026-08-21T22:23:56.048Zfile vendor vendor darwinsys
12312026-08-21T22:23:56.048Zfile system system illumos
12322026-08-21T22:23:56.048Zgcc vendor 14 vendor
12332026-08-21T22:23:56.048Zgcc system 13 system
12342026-08-21T22:23:56.048Zgcc system 10 system
12352026-08-21T22:23:56.048Zgo system 1.25 system
12362026-08-21T22:23:56.048Zllvm system 15 system
12372026-08-21T22:23:56.048Zmariadb system 11.4 system
12382026-08-21T22:23:56.048Zmta vendor vendor dma
12392026-08-21T22:23:56.048Zopenjdk system 17 system
12402026-08-21T22:23:56.048Zopenjdk system 11 system
12412026-08-21T22:23:56.049Zopenssl vendor 3 vendor
12422026-08-21T22:23:56.049Zperl system 5.40 system
12432026-08-21T22:23:56.049Zpostgresql system 18 system
12442026-08-21T22:23:56.049Zpostgresql system 17 system
12452026-08-21T22:23:56.049Zpython vendor 3 vendor
12462026-08-21T22:23:56.049Zpython system 2 system
12472026-08-21T22:23:56.049Zpython3 vendor 3.13 vendor
12482026-08-21T22:23:56.049Zruby system 3.4 system
12492026-08-21T22:23:56.049Zruby system 3.0 system
12502026-08-21T22:23:56.049Zwords vendor vendor american-english
12512026-08-21T22:23:56.049Zwords system system australian-english
12522026-08-21T22:23:56.049Zwords system system british-english
12532026-08-21T22:23:56.049Zwords system system canadian-english
12542026-08-21T22:23:56.049Zwords system system french
12552026-08-21T22:23:56.049Zwords system system italian
12562026-08-21T22:23:56.049Zwords system system ngerman
12572026-08-21T22:23:56.049Zwords system system ogerman
12582026-08-21T22:23:56.050Zwords system system spanish
12592026-08-21T22:23:56.297ZPUBLISHER TYPE STATUS P LOCATION
12602026-08-21T22:23:56.298Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12612026-08-21T22:23:56.757ZFMRI IFO
12622026-08-21T22:23:56.757Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12632026-08-21T22:23:56.757Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12642026-08-21T22:23:56.757Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12652026-08-21T22:23:56.757Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12662026-08-21T22:23:56.757Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12672026-08-21T22:23:56.757Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12682026-08-21T22:23:56.757Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12692026-08-21T22:23:56.757Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12702026-08-21T22:23:56.758Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12712026-08-21T22:23:57.366Z Downloading crates ...
12722026-08-21T22:23:57.408Z Downloaded cargo_toml v0.21.0
12732026-08-21T22:23:57.449Z Compiling proc-macro2 v1.0.106
12742026-08-21T22:23:57.449Z Compiling quote v1.0.45
12752026-08-21T22:23:57.452Z Compiling unicode-ident v1.0.24
12762026-08-21T22:23:57.452Z Compiling serde_core v1.0.228
12772026-08-21T22:23:57.452Z Compiling libc v0.2.185
12782026-08-21T22:23:57.453Z Compiling version_check v0.9.5
12792026-08-21T22:23:57.453Z Compiling memchr v2.8.0
12802026-08-21T22:23:57.453Z Compiling serde v1.0.228
12812026-08-21T22:23:57.530Z Compiling zmij v1.0.21
12822026-08-21T22:23:57.534Z Compiling itoa v1.0.17
12832026-08-21T22:23:57.534Z Compiling ucd-trie v0.1.7
12842026-08-21T22:23:57.534Z Compiling thiserror v1.0.69
12852026-08-21T22:23:57.534Z Compiling byteorder v1.5.0
12862026-08-21T22:23:57.534Z Compiling rustix v1.1.4
12872026-08-21T22:23:57.772Z Compiling serde_json v1.0.151
12882026-08-21T22:23:57.807Z Compiling bitflags v2.11.0
12892026-08-21T22:23:57.978Z Compiling proc-macro-error-attr v1.0.4
12902026-08-21T22:23:57.988Z Compiling usdt-impl v0.5.0
12912026-08-21T22:23:58.113Z Compiling pest v2.8.6
12922026-08-21T22:23:58.173Z Compiling syn v1.0.109
12932026-08-21T22:23:58.193Z Compiling camino v1.2.5
12942026-08-21T22:23:58.214Z Compiling proc-macro-error v1.0.4
12952026-08-21T22:23:58.247Z Compiling plain v0.2.3
12962026-08-21T22:23:58.265Z Compiling equivalent v1.0.2
12972026-08-21T22:23:58.277Z Compiling getrandom v0.3.4
12982026-08-21T22:23:58.327Z Compiling hashbrown v0.17.0
12992026-08-21T22:23:58.355Z Compiling utf8parse v0.2.2
13002026-08-21T22:23:58.370Z Compiling log v0.4.33
13012026-08-21T22:23:58.391Z Compiling thiserror v2.0.18
13022026-08-21T22:23:58.411Z Compiling is_terminal_polyfill v1.70.2
13032026-08-21T22:23:58.430Z Compiling anstyle v1.0.14
13042026-08-21T22:23:58.482Z Compiling anstyle-parse v1.0.0
13052026-08-21T22:23:58.520Z Compiling errno v0.3.14
13062026-08-21T22:23:58.531Z Compiling thread-id v4.2.2
13072026-08-21T22:23:58.578Z Compiling winnow v0.7.14
13082026-08-21T22:23:58.589Z Compiling cfg-if v1.0.4
13092026-08-21T22:23:58.599Z Compiling anstyle-query v1.1.5
13102026-08-21T22:23:58.616Z Compiling autocfg v1.5.0
13112026-08-21T22:23:58.619Z Compiling pretty-hex v0.4.1
13122026-08-21T22:23:58.671Z Compiling colorchoice v1.0.4
13132026-08-21T22:23:58.695Z Compiling toml_write v0.1.2
13142026-08-21T22:23:58.718Z Compiling once_cell v1.21.3
13152026-08-21T22:23:58.727Z Compiling clap_lex v1.0.0
13162026-08-21T22:23:58.782Z Compiling anstream v1.0.0
13172026-08-21T22:23:58.801Z Compiling heck v0.4.1
13182026-08-21T22:23:58.817Z Compiling fastrand v2.3.0
13192026-08-21T22:23:58.967Z Compiling indexmap v2.14.0
13202026-08-21T22:23:58.984Z Compiling unicode-width v0.1.14
13212026-08-21T22:23:59.013Z Compiling bytecount v0.6.9
13222026-08-21T22:23:59.018Z Compiling fnv v1.0.7
13232026-08-21T22:23:59.083Z Compiling anyhow v1.0.104
13242026-08-21T22:23:59.105Z Compiling fs-err v3.3.0
13252026-08-21T22:23:59.137Z Compiling syn v2.0.117
13262026-08-21T22:23:59.159Z Compiling heck v0.5.0
13272026-08-21T22:23:59.163Z Compiling strsim v0.11.1
13282026-08-21T22:23:59.180Z Compiling memmap v0.7.0
13292026-08-21T22:23:59.227Z Compiling pest_meta v2.8.6
13302026-08-21T22:23:59.283Z Compiling papergrid v0.11.0
13312026-08-21T22:23:59.375Z Compiling smawk v0.3.2
13322026-08-21T22:23:59.414Z Compiling unicode-linebreak v0.1.5
13332026-08-21T22:23:59.438Z Compiling unicode-width v0.2.0
13342026-08-21T22:23:59.527Z Compiling terminal_size v0.4.3
13352026-08-21T22:23:59.527Z Compiling tempfile v3.27.0
13362026-08-21T22:23:59.610Z Compiling swrite v0.1.0
13372026-08-21T22:23:59.656Z Compiling clap_builder v4.6.0
13382026-08-21T22:23:59.665Z Compiling textwrap v0.16.2
13392026-08-21T22:24:00.016Z Compiling semver v1.0.28
13402026-08-21T22:24:00.025Z Compiling cargo-platform v0.3.2
13412026-08-21T22:24:00.259Z Compiling camino-tempfile v1.4.1
13422026-08-21T22:24:00.546Z Compiling tabled_derive v0.7.0
13432026-08-21T22:24:01.248Z Compiling tabled v0.15.0
13442026-08-21T22:24:01.283Z Compiling pest_generator v2.8.6
13452026-08-21T22:24:01.782Z Compiling serde_derive v1.0.228
13462026-08-21T22:24:01.785Z Compiling thiserror-impl v1.0.69
13472026-08-21T22:24:01.785Z Compiling zerocopy-derive v0.7.35
13482026-08-21T22:24:01.785Z Compiling scroll_derive v0.12.1
13492026-08-21T22:24:01.785Z Compiling thiserror-impl v2.0.18
13502026-08-21T22:24:01.785Z Compiling clap_derive v4.6.1
13512026-08-21T22:24:01.818Z Compiling pest_derive v2.8.6
13522026-08-21T22:24:02.385Z Compiling scroll v0.12.0
13532026-08-21T22:24:02.443Z Compiling zerocopy v0.7.35
13542026-08-21T22:24:02.585Z Compiling goblin v0.8.2
13552026-08-21T22:24:02.793Z Compiling dtrace-parser v0.2.0
13562026-08-21T22:24:03.052Z Compiling clap v4.6.1
13572026-08-21T22:24:04.139Z Compiling toml_datetime v0.6.11
13582026-08-21T22:24:04.140Z Compiling serde_spanned v0.6.9
13592026-08-21T22:24:04.143Z Compiling macaddr v1.0.1
13602026-08-21T22:24:04.143Z Compiling cargo_metadata v0.23.1
13612026-08-21T22:24:04.143Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13622026-08-21T22:24:04.150Z Compiling dof v0.3.0
13632026-08-21T22:24:04.153Z Compiling serde_tokenstream v0.2.3
13642026-08-21T22:24:04.364Z Compiling toml_edit v0.22.27
13652026-08-21T22:24:04.868Z Compiling usdt-attr-macro v0.5.0
13662026-08-21T22:24:04.868Z Compiling usdt-macro v0.5.0
13672026-08-21T22:24:05.450Z Compiling usdt v0.5.0
13682026-08-21T22:24:05.620Z Compiling toml v0.8.23
13692026-08-21T22:24:05.939Z Compiling cargo_toml v0.21.0
13702026-08-21T22:24:07.219Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13712026-08-21T22:24:09.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.36s
13722026-08-21T22:24:09.315Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13732026-08-21T22:24:10.085Z Compiling serde_core v1.0.228
13742026-08-21T22:24:10.085Z Compiling libc v0.2.185
13752026-08-21T22:24:10.085Z Compiling serde v1.0.228
13762026-08-21T22:24:10.089Z Compiling log v0.4.33
13772026-08-21T22:24:10.090Z Compiling smallvec v1.15.1
13782026-08-21T22:24:10.090Z Compiling shlex v1.3.0
13792026-08-21T22:24:10.090Z Compiling find-msvc-tools v0.1.9
13802026-08-21T22:24:10.090Z Compiling subtle v2.6.1
13812026-08-21T22:24:10.090Z Compiling scopeguard v1.2.0
13822026-08-21T22:24:10.090Z Compiling stable_deref_trait v1.2.1
13832026-08-21T22:24:10.090Z Compiling typenum v1.20.1
13842026-08-21T22:24:10.090Z Compiling zerocopy v0.8.55
13852026-08-21T22:24:10.208Z Compiling portable-atomic v1.13.1
13862026-08-21T22:24:10.243Z Compiling serde_json v1.0.151
13872026-08-21T22:24:10.291Z Compiling syn v2.0.117
13882026-08-21T22:24:10.305Z Compiling critical-section v1.2.0
13892026-08-21T22:24:10.393Z Compiling lock_api v0.4.14
13902026-08-21T22:24:10.413Z Compiling libm v0.2.16
13912026-08-21T22:24:10.427Z Compiling num-traits v0.2.19
13922026-08-21T22:24:10.440Z Compiling pkg-config v0.3.32
13932026-08-21T22:24:10.457Z Compiling generic-array v0.14.7
13942026-08-21T22:24:10.471Z Compiling pin-project-lite v0.2.17
13952026-08-21T22:24:10.476Z Compiling parking_lot_core v0.9.12
13962026-08-21T22:24:10.523Z Compiling const-oid v0.9.6
13972026-08-21T22:24:10.589Z Compiling getrandom v0.3.4
13982026-08-21T22:24:10.603Z Compiling percent-encoding v2.3.2
13992026-08-21T22:24:10.660Z Compiling writeable v0.6.2
14002026-08-21T22:24:10.725Z Compiling futures-core v0.3.32
14012026-08-21T22:24:10.776Z Compiling litemap v0.8.1
14022026-08-21T22:24:10.818Z Compiling icu_properties_data v2.1.2
14032026-08-21T22:24:10.830Z Compiling icu_normalizer_data v2.1.1
14042026-08-21T22:24:10.858Z Compiling rustix v1.1.4
14052026-08-21T22:24:10.885Z Compiling getrandom v0.4.3
14062026-08-21T22:24:10.889Z Compiling rand_core v0.10.0
14072026-08-21T22:24:10.914Z Compiling futures-sink v0.3.32
14082026-08-21T22:24:11.005Z Compiling utf8_iter v1.0.4
14092026-08-21T22:24:11.021Z Compiling futures-channel v0.3.32
14102026-08-21T22:24:11.038Z Compiling futures-io v0.3.32
14112026-08-21T22:24:11.079Z Compiling futures-task v0.3.32
14122026-08-21T22:24:11.166Z Compiling errno v0.3.14
14132026-08-21T22:24:11.185Z Compiling jobserver v0.1.34
14142026-08-21T22:24:11.199Z Compiling getrandom v0.2.17
14152026-08-21T22:24:11.228Z Compiling mio v1.2.0
14162026-08-21T22:24:11.249Z Compiling socket2 v0.6.3
14172026-08-21T22:24:11.274Z Compiling slab v0.4.12
14182026-08-21T22:24:11.279Z Compiling form_urlencoded v1.2.2
14192026-08-21T22:24:11.332Z Compiling once_cell v1.21.3
14202026-08-21T22:24:11.345Z Compiling rand_core v0.6.4
14212026-08-21T22:24:11.396Z Compiling cc v1.2.56
14222026-08-21T22:24:11.399Z Compiling signal-hook-registry v1.4.8
14232026-08-21T22:24:11.428Z Compiling parking_lot v0.12.5
14242026-08-21T22:24:11.524Z Compiling rustversion v1.0.22
14252026-08-21T22:24:11.546Z Compiling base64ct v1.8.3
14262026-08-21T22:24:11.577Z Compiling iana-time-zone v0.1.65
14272026-08-21T22:24:11.603Z Compiling regex-syntax v0.8.10
14282026-08-21T22:24:11.668Z Compiling ident_case v1.0.1
14292026-08-21T22:24:11.698Z Compiling fs_extra v1.3.0
14302026-08-21T22:24:11.713Z Compiling flagset v0.4.7
14312026-08-21T22:24:11.716Z Compiling dunce v1.0.5
14322026-08-21T22:24:11.743Z Compiling rand_core v0.9.5
14332026-08-21T22:24:11.758Z Compiling base64 v0.22.1
14342026-08-21T22:24:11.801Z Compiling pem-rfc7468 v0.7.0
14352026-08-21T22:24:11.815Z Compiling syn v1.0.109
14362026-08-21T22:24:11.833Z Compiling vcpkg v0.2.15
14372026-08-21T22:24:11.846Z Compiling tracing-core v0.1.36
14382026-08-21T22:24:11.861Z Compiling aws-lc-rs v1.16.3
14392026-08-21T22:24:11.874Z Compiling simd-adler32 v0.3.8
14402026-08-21T22:24:11.917Z Compiling cpufeatures v0.2.17
14412026-08-21T22:24:11.983Z Compiling dyn-clone v1.0.20
14422026-08-21T22:24:12.001Z Compiling schemars v0.8.22
14432026-08-21T22:24:12.047Z Compiling spin v0.9.8
14442026-08-21T22:24:12.100Z Compiling httparse v1.10.1
14452026-08-21T22:24:12.119Z Compiling cmake v0.1.57
14462026-08-21T22:24:12.135Z Compiling openssl-probe v0.2.1
14472026-08-21T22:24:12.139Z Compiling cmov v0.5.4
14482026-08-21T22:24:12.177Z Compiling tinyvec_macros v0.1.1
14492026-08-21T22:24:12.205Z Compiling adler2 v2.0.1
14502026-08-21T22:24:12.253Z Compiling crc32fast v1.5.0
14512026-08-21T22:24:12.269Z Compiling tinyvec v1.10.0
14522026-08-21T22:24:12.282Z Compiling aho-corasick v1.1.4
14532026-08-21T22:24:12.328Z Compiling miniz_oxide v0.8.9
14542026-08-21T22:24:12.353Z Compiling ctutils v0.4.2
14552026-08-21T22:24:12.373Z Compiling bitflags v2.11.0
14562026-08-21T22:24:12.462Z Compiling semver v1.0.28
14572026-08-21T22:24:12.538Z Compiling indexmap v2.14.0
14582026-08-21T22:24:12.542Z Compiling uuid v1.23.4
14592026-08-21T22:24:12.615Z Compiling try-lock v0.2.5
14602026-08-21T22:24:12.631Z Compiling untrusted v0.7.1
14612026-08-21T22:24:12.645Z Compiling tower-layer v0.3.3
14622026-08-21T22:24:12.657Z Compiling radium v0.7.0
14632026-08-21T22:24:12.660Z Compiling atomic-waker v1.1.2
14642026-08-21T22:24:12.735Z Compiling rustc_version v0.4.1
14652026-08-21T22:24:12.767Z Compiling tower-service v0.3.3
14662026-08-21T22:24:12.807Z Compiling want v0.3.1
14672026-08-21T22:24:12.875Z Compiling tap v1.0.1
14682026-08-21T22:24:12.945Z Compiling untrusted v0.9.0
14692026-08-21T22:24:12.959Z Compiling aws-lc-sys v0.40.0
14702026-08-21T22:24:12.959Z Compiling openssl-sys v0.9.117
14712026-08-21T22:24:12.988Z Compiling rustls v0.23.41
14722026-08-21T22:24:13.003Z Compiling openssl v0.10.80
14732026-08-21T22:24:13.024Z Compiling maybe-uninit v2.0.0
14742026-08-21T22:24:13.065Z Compiling httpdate v1.0.3
14752026-08-21T22:24:13.080Z Compiling synstructure v0.13.2
14762026-08-21T22:24:13.139Z Compiling serde_derive_internals v0.29.1
14772026-08-21T22:24:13.174Z Compiling pest_generator v2.8.6
14782026-08-21T22:24:13.204Z Compiling regex-automata v0.4.14
14792026-08-21T22:24:13.246Z Compiling darling_core v0.20.11
14802026-08-21T22:24:13.262Z Compiling foreign-types-shared v0.1.1
14812026-08-21T22:24:13.311Z Compiling wyz v0.5.1
14822026-08-21T22:24:13.360Z Compiling foreign-types v0.3.2
14832026-08-21T22:24:13.373Z Compiling bzip2-sys v0.1.13+1.0.8
14842026-08-21T22:24:13.468Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14852026-08-21T22:24:13.562Z Compiling tempfile v3.27.0
14862026-08-21T22:24:13.577Z Compiling terminal_size v0.4.3
14872026-08-21T22:24:13.699Z Compiling unicode-normalization v0.1.25
14882026-08-21T22:24:13.733Z Compiling num-integer v0.1.46
14892026-08-21T22:24:13.763Z Compiling wait-timeout v0.2.1
14902026-08-21T22:24:13.898Z Compiling ahash v0.8.12
14912026-08-21T22:24:13.923Z Compiling funty v2.0.0
14922026-08-21T22:24:13.934Z Compiling bit-vec v0.8.0
14932026-08-21T22:24:13.994Z Compiling native-tls v0.2.18
14942026-08-21T22:24:14.003Z Compiling num-conv v0.2.0
14952026-08-21T22:24:14.003Z Compiling powerfmt v0.2.0
14962026-08-21T22:24:14.045Z Compiling time-core v0.1.8
14972026-08-21T22:24:14.176Z Compiling num-bigint-dig v0.8.6
14982026-08-21T22:24:14.300Z Compiling packed_struct v0.10.1
14992026-08-21T22:24:14.300Z Compiling quick-error v1.2.3
15002026-08-21T22:24:14.315Z Compiling deranged v0.5.8
15012026-08-21T22:24:14.315Z Compiling clap_builder v4.6.0
15022026-08-21T22:24:14.315Z Compiling bit-set v0.8.0
15032026-08-21T22:24:14.315Z Compiling time-macros v0.2.27
15042026-08-21T22:24:14.315Z Compiling bitvec v1.0.1
15052026-08-21T22:24:14.315Z Compiling rusty-fork v0.3.1
15062026-08-21T22:24:14.315Z Compiling num-iter v0.1.45
15072026-08-21T22:24:14.406Z Compiling lazy_static v1.5.0
15082026-08-21T22:24:14.418Z Compiling rand_xorshift v0.4.0
15092026-08-21T22:24:14.449Z Compiling sync_wrapper v1.0.2
15102026-08-21T22:24:14.507Z Compiling indexmap v1.9.3
15112026-08-21T22:24:14.511Z Compiling zlib-rs v0.6.2
15122026-08-21T22:24:14.570Z Compiling paste v1.0.15
15132026-08-21T22:24:14.587Z Compiling crc-catalog v2.4.0
15142026-08-21T22:24:14.600Z Compiling nodrop v0.1.14
15152026-08-21T22:24:14.693Z Compiling crossbeam-utils v0.8.21
15162026-08-21T22:24:14.706Z Compiling object v0.37.3
15172026-08-21T22:24:14.709Z Compiling usdt-impl v0.6.0
15182026-08-21T22:24:14.810Z Compiling serde_derive v1.0.228
15192026-08-21T22:24:14.846Z Compiling zeroize_derive v1.5.0
15202026-08-21T22:24:14.944Z Compiling zerocopy-derive v0.8.55
15212026-08-21T22:24:14.991Z Compiling zerofrom-derive v0.1.6
15222026-08-21T22:24:15.004Z Compiling yoke-derive v0.8.1
15232026-08-21T22:24:15.169Z Compiling zerovec-derive v0.11.2
15242026-08-21T22:24:15.294Z Compiling displaydoc v0.2.5
15252026-08-21T22:24:15.334Z Compiling tokio-macros v2.7.0
15262026-08-21T22:24:15.519Z Compiling futures-macro v0.3.32
15272026-08-21T22:24:15.570Z Compiling der_derive v0.7.3
15282026-08-21T22:24:15.707Z Compiling thiserror-impl v2.0.18
15292026-08-21T22:24:16.121Z Compiling tracing-attributes v0.1.31
15302026-08-21T22:24:16.156Z Compiling schemars_derive v0.8.22
15312026-08-21T22:24:16.175Z Compiling pest_derive v2.8.6
15322026-08-21T22:24:16.217Z Compiling scroll_derive v0.13.1
15332026-08-21T22:24:16.361Z Compiling darling_macro v0.20.11
15342026-08-21T22:24:16.427Z Compiling futures-util v0.3.32
15352026-08-21T22:24:16.488Z Compiling zerofrom v0.1.6
15362026-08-21T22:24:16.586Z Compiling thiserror-impl v1.0.69
15372026-08-21T22:24:16.630Z Compiling yoke v0.8.1
15382026-08-21T22:24:16.654Z Compiling openssl-macros v0.1.1
15392026-08-21T22:24:16.839Z Compiling zerovec v0.11.5
15402026-08-21T22:24:16.891Z Compiling zerotrie v0.2.3
15412026-08-21T22:24:17.066Z Compiling scroll v0.13.0
15422026-08-21T22:24:17.119Z Compiling thiserror v2.0.18
15432026-08-21T22:24:17.206Z Compiling darling v0.20.11
15442026-08-21T22:24:17.241Z Compiling packed_struct_codegen v0.10.1
15452026-08-21T22:24:17.304Z Compiling tinystr v0.8.2
15462026-08-21T22:24:17.324Z Compiling potential_utf v0.1.4
15472026-08-21T22:24:17.358Z Compiling goblin v0.10.5
15482026-08-21T22:24:17.372Z Compiling zerocopy-derive v0.6.6
15492026-08-21T22:24:17.384Z Compiling clap_derive v4.6.1
15502026-08-21T22:24:17.463Z Compiling icu_collections v2.1.1
15512026-08-21T22:24:17.507Z Compiling icu_locale_core v2.1.1
15522026-08-21T22:24:17.521Z Compiling tracing v0.1.44
15532026-08-21T22:24:17.539Z Compiling bitfield-macros v0.19.4
15542026-08-21T22:24:17.828Z Compiling siphasher v1.0.2
15552026-08-21T22:24:17.849Z Compiling unarray v0.1.4
15562026-08-21T22:24:17.908Z Compiling thiserror v1.0.69
15572026-08-21T22:24:17.965Z Compiling num_threads v0.1.7
15582026-08-21T22:24:17.981Z Compiling flate2 v1.1.9
15592026-08-21T22:24:18.026Z Compiling derive_builder_core v0.20.2
15602026-08-21T22:24:18.043Z Compiling time v0.3.47
15612026-08-21T22:24:18.078Z Compiling dtrace-parser v0.3.0
15622026-08-21T22:24:18.266Z Compiling icu_provider v2.1.1
15632026-08-21T22:24:18.316Z Compiling bitfield v0.19.4
15642026-08-21T22:24:18.369Z Compiling zeroize v1.9.0
15652026-08-21T22:24:18.413Z Compiling bytes v1.11.1
15662026-08-21T22:24:18.413Z Compiling chrono v0.4.45
15672026-08-21T22:24:18.442Z Compiling ipnet v2.12.0
15682026-08-21T22:24:18.608Z Compiling icu_normalizer v2.1.1
15692026-08-21T22:24:18.631Z Compiling icu_properties v2.1.2
15702026-08-21T22:24:18.808Z Compiling der v0.7.10
15712026-08-21T22:24:18.840Z Compiling rustls-pki-types v1.14.0
15722026-08-21T22:24:18.905Z Compiling tokio v1.52.1
15732026-08-21T22:24:18.967Z Compiling http v1.4.2
15742026-08-21T22:24:19.051Z Compiling hybrid-array v0.4.13
15752026-08-21T22:24:19.160Z Compiling block-buffer v0.10.4
15762026-08-21T22:24:19.176Z Compiling crypto-common v0.1.7
15772026-08-21T22:24:19.193Z Compiling hex v0.4.3
15782026-08-21T22:24:19.302Z Compiling digest v0.10.7
15792026-08-21T22:24:19.337Z Compiling serde_spanned v0.6.9
15802026-08-21T22:24:19.351Z Compiling toml_datetime v0.6.11
15812026-08-21T22:24:19.471Z Compiling ppv-lite86 v0.2.21
15822026-08-21T22:24:19.494Z Compiling idna_adapter v1.2.1
15832026-08-21T22:24:19.574Z Compiling sha2 v0.10.9
15842026-08-21T22:24:19.628Z Compiling idna v1.1.0
15852026-08-21T22:24:19.657Z Compiling spki v0.7.3
15862026-08-21T22:24:19.661Z Compiling http-body v1.0.1
15872026-08-21T22:24:19.662Z Compiling signature v2.2.0
15882026-08-21T22:24:19.734Z Compiling hmac v0.12.1
15892026-08-21T22:24:19.805Z Compiling rand_chacha v0.9.0
15902026-08-21T22:24:19.819Z Compiling pkcs8 v0.10.2
15912026-08-21T22:24:19.836Z Compiling rand_chacha v0.3.1
15922026-08-21T22:24:19.851Z Compiling http-body-util v0.1.3
15932026-08-21T22:24:19.899Z Compiling clap v4.6.1
15942026-08-21T22:24:19.915Z Compiling url v2.5.8
15952026-08-21T22:24:19.993Z Compiling pkcs1 v0.7.5
15962026-08-21T22:24:20.008Z Compiling rand v0.9.2
15972026-08-21T22:24:20.102Z Compiling rand v0.8.6
15982026-08-21T22:24:20.117Z Compiling dof v0.4.0
15992026-08-21T22:24:20.150Z Compiling zerocopy v0.6.6
16002026-08-21T22:24:20.362Z Compiling structmeta-derive v0.3.0
16012026-08-21T22:24:20.412Z Compiling scroll_derive v0.12.1
16022026-08-21T22:24:20.512Z Compiling array-init v0.0.4
16032026-08-21T22:24:20.528Z Compiling crc v3.4.0
16042026-08-21T22:24:20.629Z Compiling proptest v1.11.0
16052026-08-21T22:24:20.712Z Compiling smallvec v0.6.14
16062026-08-21T22:24:20.839Z Compiling darling_core v0.23.0
16072026-08-21T22:24:20.884Z Compiling heapless v0.7.17
16082026-08-21T22:24:20.948Z Compiling slog v2.8.2
16092026-08-21T22:24:20.976Z Compiling thread-id v5.1.0
16102026-08-21T22:24:20.990Z Compiling env_filter v2.0.0
16112026-08-21T22:24:21.073Z Compiling cookie v0.18.1
16122026-08-21T22:24:21.147Z Compiling iri-string v0.7.10
16132026-08-21T22:24:21.161Z Compiling ryu v1.0.23
16142026-08-21T22:24:21.175Z Compiling hashbrown v0.12.3
16152026-08-21T22:24:21.277Z Compiling ipnetwork v0.21.1
16162026-08-21T22:24:21.303Z Compiling allocator-api2 v0.2.21
16172026-08-21T22:24:21.354Z Compiling winnow v0.5.40
16182026-08-21T22:24:21.368Z Compiling unicode-bidi v0.3.18
16192026-08-21T22:24:21.383Z Compiling zstd-safe v7.2.4
16202026-08-21T22:24:21.500Z Compiling gimli v0.32.3
16212026-08-21T22:24:21.521Z Compiling unicode-properties v0.1.4
16222026-08-21T22:24:21.597Z Compiling base64 v0.21.7
16232026-08-21T22:24:21.655Z Compiling signal-hook v0.3.18
16242026-08-21T22:24:21.670Z Compiling anyhow v1.0.104
16252026-08-21T22:24:21.717Z Compiling stringprep v0.1.5
16262026-08-21T22:24:21.748Z Compiling oxnet v0.1.6
16272026-08-21T22:24:21.785Z Compiling structmeta v0.3.0
16282026-08-21T22:24:21.862Z Compiling ron v0.8.1
16292026-08-21T22:24:21.920Z Compiling rsa v0.9.10
16302026-08-21T22:24:22.019Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16312026-08-21T22:24:22.071Z Compiling serde_urlencoded v0.7.1
16322026-08-21T22:24:22.138Z Compiling scroll v0.12.0
16332026-08-21T22:24:22.200Z Compiling env_logger v0.11.11
16342026-08-21T22:24:22.269Z Compiling serde-hex v0.1.0
16352026-08-21T22:24:22.338Z Compiling camino v1.2.5
16362026-08-21T22:24:22.430Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16372026-08-21T22:24:22.694Z Compiling toml_edit v0.19.15
16382026-08-21T22:24:22.830Z Compiling tokio-util v0.7.18
16392026-08-21T22:24:22.851Z Compiling tower v0.5.3
16402026-08-21T22:24:22.866Z Compiling tokio-native-tls v0.3.1
16412026-08-21T22:24:23.062Z Compiling newtype-uuid v1.3.2
16422026-08-21T22:24:23.109Z Compiling bzip2 v0.4.4
16432026-08-21T22:24:23.287Z Compiling tower-http v0.6.8
16442026-08-21T22:24:23.336Z Compiling addr2line v0.25.1
16452026-08-21T22:24:23.381Z Compiling hashbrown v0.13.2
16462026-08-21T22:24:23.395Z Compiling darling_macro v0.23.0
16472026-08-21T22:24:23.423Z Compiling x509-cert v0.2.5
16482026-08-21T22:24:23.481Z Compiling crypto-common v0.2.2
16492026-08-21T22:24:23.691Z Compiling h2 v0.4.15
16502026-08-21T22:24:23.714Z Compiling block-buffer v0.12.1
16512026-08-21T22:24:23.879Z Compiling block-padding v0.4.2
16522026-08-21T22:24:23.893Z Compiling md-5 v0.10.6
16532026-08-21T22:24:23.910Z Compiling rustls-native-certs v0.8.3
16542026-08-21T22:24:23.937Z Compiling derive_builder_macro v0.20.2
16552026-08-21T22:24:24.025Z Compiling serde_tokenstream v0.2.3
16562026-08-21T22:24:24.063Z Compiling erased-serde v0.3.31
16572026-08-21T22:24:24.076Z Compiling bstr v1.12.1
16582026-08-21T22:24:24.219Z Compiling zerocopy-derive v0.7.35
16592026-08-21T22:24:24.360Z Compiling async-trait v0.1.89
16602026-08-21T22:24:24.432Z Compiling daft-derive v0.1.7
16612026-08-21T22:24:24.567Z Compiling pin-project-internal v1.1.11
16622026-08-21T22:24:24.750Z Compiling curve25519-dalek v4.1.3
16632026-08-21T22:24:24.787Z Compiling vergen-lib v9.1.0
16642026-08-21T22:24:24.987Z Compiling hash32 v0.2.1
16652026-08-21T22:24:25.011Z Compiling memoffset v0.9.1
16662026-08-21T22:24:25.065Z Compiling encoding_rs v0.8.35
16672026-08-21T22:24:25.114Z Compiling smoltcp v0.9.1
16682026-08-21T22:24:25.139Z Compiling psl-types v2.0.11
16692026-08-21T22:24:25.191Z Compiling crc-any v2.5.0
16702026-08-21T22:24:25.207Z Compiling cfg_aliases v0.2.1
16712026-08-21T22:24:25.222Z Compiling ref-cast v1.0.25
16722026-08-21T22:24:25.234Z Compiling rustix v0.38.44
16732026-08-21T22:24:25.279Z Compiling owo-colors v4.3.0
16742026-08-21T22:24:25.293Z Compiling litrs v1.0.0
16752026-08-21T22:24:25.368Z Compiling mime v0.3.17
16762026-08-21T22:24:25.432Z Compiling fallible-iterator v0.2.0
16772026-08-21T22:24:25.446Z Compiling rustc-demangle v0.1.27
16782026-08-21T22:24:25.464Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16792026-08-21T22:24:25.499Z Compiling nix v0.31.2
16802026-08-21T22:24:25.621Z Compiling publicsuffix v2.3.0
16812026-08-21T22:24:25.704Z Compiling backtrace v0.3.76
16822026-08-21T22:24:25.704Z Compiling daft v0.1.7
16832026-08-21T22:24:25.763Z Compiling pin-project v1.1.11
16842026-08-21T22:24:25.780Z Compiling postgres-protocol v0.6.10
16852026-08-21T22:24:25.871Z Compiling document-features v0.2.12
16862026-08-21T22:24:25.886Z Compiling zerocopy v0.7.35
16872026-08-21T22:24:25.950Z Compiling derive_builder v0.20.2
16882026-08-21T22:24:25.987Z Compiling toml v0.7.8
16892026-08-21T22:24:26.056Z Compiling inout v0.2.2
16902026-08-21T22:24:26.098Z Compiling darling v0.23.0
16912026-08-21T22:24:26.192Z Compiling object v0.30.4
16922026-08-21T22:24:26.252Z Compiling zip v0.6.6
16932026-08-21T22:24:26.296Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16942026-08-21T22:24:26.327Z Compiling goblin v0.8.2
16952026-08-21T22:24:26.490Z Compiling derive-ex v0.1.8
16962026-08-21T22:24:26.620Z Compiling futures-executor v0.3.32
16972026-08-21T22:24:26.645Z Compiling phf_shared v0.13.1
16982026-08-21T22:24:26.704Z Compiling hubpack_derive v0.1.1
16992026-08-21T22:24:26.731Z Compiling regex v1.12.3
17002026-08-21T22:24:26.759Z Compiling ref-cast-impl v1.0.25
17012026-08-21T22:24:26.865Z Compiling curve25519-dalek-derive v0.1.1
17022026-08-21T22:24:26.906Z Compiling hyper v1.10.1
17032026-08-21T22:24:26.922Z Compiling strum_macros v0.27.2
17042026-08-21T22:24:26.938Z Compiling snafu-derive v0.8.9
17052026-08-21T22:24:26.941Z Compiling vergen v9.1.0
17062026-08-21T22:24:26.941Z Compiling cargo-platform v0.3.2
17072026-08-21T22:24:27.172Z Compiling ff v0.13.1
17082026-08-21T22:24:27.189Z Compiling fs-err v3.3.0
17092026-08-21T22:24:27.204Z Compiling libbz2-rs-sys v0.2.2
17102026-08-21T22:24:27.257Z Compiling foldhash v0.1.5
17112026-08-21T22:24:27.332Z Compiling bitflags v1.3.2
17122026-08-21T22:24:27.349Z Compiling same-file v1.0.6
17132026-08-21T22:24:27.402Z Compiling bumpalo v3.20.2
17142026-08-21T22:24:27.429Z Compiling path-slash v0.1.5
17152026-08-21T22:24:27.449Z Compiling jiff-core v0.1.0
17162026-08-21T22:24:27.533Z Compiling is_ci v1.2.0
17172026-08-21T22:24:27.553Z Compiling unicode-segmentation v1.12.0
17182026-08-21T22:24:27.578Z Compiling foldhash v0.2.0
17192026-08-21T22:24:27.676Z Compiling base16ct v0.2.0
17202026-08-21T22:24:27.691Z Compiling managed v0.8.0
17212026-08-21T22:24:27.820Z Compiling either v1.15.0
17222026-08-21T22:24:27.918Z Compiling sec1 v0.7.3
17232026-08-21T22:24:27.931Z Compiling hashbrown v0.16.1
17242026-08-21T22:24:27.964Z Compiling bzip2 v0.6.1
17252026-08-21T22:24:27.975Z Compiling supports-color v3.0.2
17262026-08-21T22:24:28.048Z Compiling hyper-util v0.1.20
17272026-08-21T22:24:28.207Z Compiling zopfli v0.8.3
17282026-08-21T22:24:28.211Z Compiling jiff v0.2.34
17292026-08-21T22:24:28.240Z Compiling test-strategy v0.4.5
17302026-08-21T22:24:28.536Z Compiling walkdir v2.5.0
17312026-08-21T22:24:28.540Z Compiling textwrap v0.16.2
17322026-08-21T22:24:28.567Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17332026-08-21T22:24:28.687Z Compiling dof v0.3.0
17342026-08-21T22:24:28.868Z Compiling hashbrown v0.15.5
17352026-08-21T22:24:28.922Z Compiling snafu v0.8.9
17362026-08-21T22:24:28.981Z Compiling strum v0.27.2
17372026-08-21T22:24:29.030Z Compiling group v0.13.0
17382026-08-21T22:24:29.055Z Compiling hubpack v0.1.2
17392026-08-21T22:24:29.145Z Compiling cargo_metadata v0.23.1
17402026-08-21T22:24:29.162Z Compiling phf v0.13.1
17412026-08-21T22:24:29.226Z Compiling signal-hook-mio v0.2.5
17422026-08-21T22:24:29.292Z Compiling futures v0.3.32
17432026-08-21T22:24:29.306Z Compiling cookie_store v0.22.1
17442026-08-21T22:24:29.336Z Compiling zstd v0.13.3
17452026-08-21T22:24:29.390Z Compiling cipher v0.5.2
17462026-08-21T22:24:29.429Z Compiling hyper-tls v0.6.0
17472026-08-21T22:24:29.441Z Compiling serde_with_macros v3.21.0
17482026-08-21T22:24:29.617Z Compiling reqwest v0.12.28
17492026-08-21T22:24:29.678Z Compiling backtrace-ext v0.2.1
17502026-08-21T22:24:29.717Z Compiling postgres-types v0.2.12
17512026-08-21T22:24:29.859Z Compiling globset v0.4.18
17522026-08-21T22:24:29.872Z Compiling usdt-macro v0.6.0
17532026-08-21T22:24:29.888Z Compiling usdt-attr-macro v0.6.0
17542026-08-21T22:24:29.971Z Compiling byte-wrapper v0.1.0
17552026-08-21T22:24:29.998Z Compiling ed25519 v2.2.3
17562026-08-21T22:24:30.286Z Compiling hkdf v0.12.4
17572026-08-21T22:24:30.312Z Compiling crypto-bigint v0.5.5
17582026-08-21T22:24:30.477Z Compiling olpc-cjson v0.1.4
17592026-08-21T22:24:30.509Z Compiling serde_plain v1.0.2
17602026-08-21T22:24:30.538Z Compiling serde-big-array v0.5.1
17612026-08-21T22:24:30.552Z Compiling dtrace-parser v0.2.0
17622026-08-21T22:24:30.635Z Compiling phf_shared v0.11.3
17632026-08-21T22:24:30.661Z Compiling strum_macros v0.26.4
17642026-08-21T22:24:30.718Z Compiling miette-derive v7.6.0
17652026-08-21T22:24:30.749Z Compiling async-recursion v1.1.1
17662026-08-21T22:24:30.762Z Compiling serde_repr v0.1.20
17672026-08-21T22:24:30.778Z Compiling enum-as-inner v0.6.1
17682026-08-21T22:24:30.880Z Compiling float-cmp v0.10.0
17692026-08-21T22:24:30.919Z Compiling pem v3.0.6
17702026-08-21T22:24:30.982Z Compiling memmap2 v0.9.10
17712026-08-21T22:24:31.046Z Compiling thread-id v4.2.2
17722026-08-21T22:24:31.145Z Compiling data-encoding v2.10.0
17732026-08-21T22:24:31.218Z Compiling winnow v1.0.3
17742026-08-21T22:24:31.228Z Compiling const-oid v0.10.2
17752026-08-21T22:24:31.262Z Compiling new_debug_unreachable v1.0.6
17762026-08-21T22:24:31.322Z Compiling keccak v0.1.6
17772026-08-21T22:24:31.344Z Compiling supports-unicode v3.0.0
17782026-08-21T22:24:31.359Z Compiling whoami v2.1.0
17792026-08-21T22:24:31.373Z Compiling fixedbitset v0.4.2
17802026-08-21T22:24:31.443Z Compiling typed-path v0.9.3
17812026-08-21T22:24:31.458Z Compiling precomputed-hash v0.1.1
17822026-08-21T22:24:31.513Z Compiling difflib v0.4.0
17832026-08-21T22:24:31.561Z Compiling normalize-line-endings v0.3.0
17842026-08-21T22:24:31.604Z Compiling supports-hyperlinks v3.2.0
17852026-08-21T22:24:31.672Z Compiling cpufeatures v0.3.0
17862026-08-21T22:24:31.762Z Compiling fixedbitset v0.5.7
17872026-08-21T22:24:31.777Z Compiling static_assertions v1.1.0
17882026-08-21T22:24:31.781Z Compiling predicates-core v1.0.10
17892026-08-21T22:24:31.781Z Compiling chacha20 v0.10.0
17902026-08-21T22:24:31.822Z Compiling toml_edit v0.22.27
17912026-08-21T22:24:31.865Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17922026-08-21T22:24:31.878Z Compiling tokio-postgres v0.7.16
17932026-08-21T22:24:31.953Z Compiling miette v7.6.0
17942026-08-21T22:24:31.985Z Compiling petgraph v0.8.3
17952026-08-21T22:24:32.080Z Compiling predicates v3.1.4
17962026-08-21T22:24:32.094Z Compiling string_cache v0.8.9
17972026-08-21T22:24:32.108Z Compiling petgraph v0.6.5
17982026-08-21T22:24:32.214Z Compiling toml_parser v1.1.2+spec-1.1.0
17992026-08-21T22:24:32.323Z Compiling sha3 v0.10.8
18002026-08-21T22:24:32.344Z Compiling hickory-proto v0.25.2
18012026-08-21T22:24:32.533Z Compiling digest v0.11.3
18022026-08-21T22:24:32.548Z Compiling strum v0.26.3
18032026-08-21T22:24:32.697Z Compiling elliptic-curve v0.13.8
18042026-08-21T22:24:32.711Z Compiling usdt v0.6.0
18052026-08-21T22:24:32.750Z Compiling usdt-impl v0.5.0
18062026-08-21T22:24:32.785Z Compiling crossterm v0.28.1
18072026-08-21T22:24:32.816Z Compiling serde_with v3.21.0
18082026-08-21T22:24:32.873Z Compiling zip v4.6.1
18092026-08-21T22:24:32.996Z Compiling ed25519-dalek v2.2.0
18102026-08-21T22:24:33.131Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18112026-08-21T22:24:33.459Z Compiling iddqd v0.4.2
18122026-08-21T22:24:33.567Z Compiling itertools v0.13.0
18132026-08-21T22:24:33.628Z Compiling itertools v0.15.0
18142026-08-21T22:24:33.862Z Compiling heck v0.4.1
18152026-08-21T22:24:33.977Z Compiling similar v2.7.0
18162026-08-21T22:24:33.992Z Compiling tokio-stream v0.1.18
18172026-08-21T22:24:34.096Z Compiling crossbeam-epoch v0.9.18
18182026-08-21T22:24:34.099Z Compiling buf-list v1.1.2
18192026-08-21T22:24:34.189Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18202026-08-21T22:24:34.398Z Compiling openapiv3 v2.2.0
18212026-08-21T22:24:34.456Z Compiling lalrpop-util v0.19.12
18222026-08-21T22:24:34.471Z Compiling peg-runtime v0.8.5
18232026-08-21T22:24:34.508Z Compiling thread_local v1.1.9
18242026-08-21T22:24:34.628Z Compiling slog-async v2.8.0
18252026-08-21T22:24:34.671Z Compiling crossbeam-channel v0.5.15
18262026-08-21T22:24:34.685Z Compiling filetime v0.2.27
18272026-08-21T22:24:34.702Z Compiling is-terminal v0.4.17
18282026-08-21T22:24:34.748Z Compiling xattr v1.6.1
18292026-08-21T22:24:34.763Z Compiling term v1.2.1
18302026-08-21T22:24:34.790Z Compiling take_mut v0.2.2
18312026-08-21T22:24:34.805Z Compiling camino-tempfile v1.4.1
18322026-08-21T22:24:34.884Z Compiling tar v0.4.46
18332026-08-21T22:24:35.076Z Compiling slog-term v2.9.2
18342026-08-21T22:24:52.240Z Compiling rustls-webpki v0.103.13
18352026-08-21T22:24:54.924Z Compiling tokio-rustls v0.26.4
18362026-08-21T22:24:54.924Z Compiling rustls-platform-verifier v0.6.2
18372026-08-21T22:24:54.927Z Compiling tough v0.22.0
18382026-08-21T22:24:55.119Z Compiling hyper-rustls v0.27.7
18392026-08-21T22:24:55.305Z Compiling reqwest v0.13.2
18402026-08-21T22:24:57.480Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18412026-08-21T22:24:57.710Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18422026-08-21T22:25:00.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.25s
18432026-08-21T22:25:00.751Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18442026-08-21T22:25:00.819ZAug 21 22:24:59.402 INFO Starting download, target: Clickhouse
18452026-08-21T22:25:00.819ZAug 21 22:24:59.403 INFO Starting download, target: Cockroach
18462026-08-21T22:25:00.819ZAug 21 22:24:59.403 INFO Starting download, target: Console
18472026-08-21T22:25:00.819ZAug 21 22:24:59.403 INFO Starting download, target: DendriteStub
18482026-08-21T22:25:00.819ZAug 21 22:24:59.403 INFO Starting download, target: MaghemiteMgd
18492026-08-21T22:25:00.820ZAug 21 22:24:59.403 INFO Starting download, target: MaghemiteDdmd
18502026-08-21T22:25:00.820ZAug 21 22:24:59.403 INFO Starting download, target: TransceiverControl
18512026-08-21T22:25:00.852ZAug 21 22:24:59.403 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18522026-08-21T22:25:00.852ZAug 21 22:24:59.403 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18532026-08-21T22:25:00.852ZAug 21 22:24:59.403 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18542026-08-21T22:25:00.852ZAug 21 22:24:59.403 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18552026-08-21T22:25:00.852ZAug 21 22:24:59.403 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18562026-08-21T22:25:00.852ZAug 21 22:24:59.403 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18572026-08-21T22:25:00.852ZAug 21 22:24:59.403 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18582026-08-21T22:25:01.785ZAug 21 22:25:00.370 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18592026-08-21T22:25:02.009ZAug 21 22:25:00.590 INFO Download complete, target: TransceiverControl
18602026-08-21T22:25:02.680ZAug 21 22:25:01.244 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18612026-08-21T22:25:02.896ZAug 21 22:25:01.496 INFO Download complete, target: Console
18622026-08-21T22:25:03.421ZAug 21 22:25:01.983 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18632026-08-21T22:25:03.847ZAug 21 22:25:02.446 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18642026-08-21T22:25:04.189ZAug 21 22:25:02.748 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18652026-08-21T22:25:04.863ZAug 21 22:25:03.449 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18662026-08-21T22:25:05.221ZAug 21 22:25:03.813 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18672026-08-21T22:25:05.221ZAug 21 22:25:03.813 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18682026-08-21T22:25:06.394ZAug 21 22:25:04.988 INFO Download complete, target: MaghemiteDdmd
18692026-08-21T22:25:06.507ZAug 21 22:25:05.106 INFO Download complete, target: DendriteStub
18702026-08-21T22:25:07.528ZAug 21 22:25:06.128 INFO Download complete, target: MaghemiteMgd
18712026-08-21T22:25:10.002ZAug 21 22:25:08.602 INFO Checking that binary works, target: Cockroach
18722026-08-21T22:25:10.123ZAug 21 22:25:08.724 INFO Download complete, target: Cockroach
18732026-08-21T22:25:10.259ZAug 21 22:25:08.858 INFO Checking that binary works, target: Clickhouse
18742026-08-21T22:25:10.341ZAug 21 22:25:08.942 INFO Download complete, target: Clickhouse
18752026-08-21T22:25:10.347ZAll prerequisites installed successfully
18762026-08-21T22:25:10.351Z
18772026-08-21T22:25:10.351Zreal 1:31.569374969
18782026-08-21T22:25:10.351Zuser 7:13.455504457
18792026-08-21T22:25:10.351Zsys 1:43.538355454
18802026-08-21T22:25:10.351Ztrap 0.254076005
18812026-08-21T22:25:10.351Ztflt 0.878284800
18822026-08-21T22:25:10.351Zdflt 1.834685323
18832026-08-21T22:25:10.351Zkflt 0.027251127
18842026-08-21T22:25:10.351Zlock 26:59.546731579
18852026-08-21T22:25:10.351Zslp 19:37.129861950
18862026-08-21T22:25:10.351Zlat 23.443697170
18872026-08-21T22:25:10.351Zstop 2:56.933137100
18882026-08-21T22:25:10.351Z+ source ./tools/include/force-git-over-https.sh
18892026-08-21T22:25:10.351Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18902026-08-21T22:25:10.351Z++ (( i = 0 ))
18912026-08-21T22:25:10.351Z++ (( i < 5 ))
18922026-08-21T22:25:10.351Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18932026-08-21T22:25:10.355Z++ (( i++ ))
18942026-08-21T22:25:10.355Z++ (( i < 5 ))
18952026-08-21T22:25:10.355Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18962026-08-21T22:25:10.355Z++ (( i++ ))
18972026-08-21T22:25:10.355Z++ (( i < 5 ))
18982026-08-21T22:25:10.355Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18992026-08-21T22:25:10.358Z++ (( i++ ))
19002026-08-21T22:25:10.358Z++ (( i < 5 ))
19012026-08-21T22:25:10.358Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19022026-08-21T22:25:10.361Z++ (( i++ ))
19032026-08-21T22:25:10.361Z++ (( i < 5 ))
19042026-08-21T22:25:10.361Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19052026-08-21T22:25:10.364Z++ (( i++ ))
19062026-08-21T22:25:10.364Z++ (( i < 5 ))
19072026-08-21T22:25:10.364Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19082026-08-21T22:25:10.364Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19092026-08-21T22:25:10.364Z+ rc=0
19102026-08-21T22:25:10.364Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19112026-08-21T22:25:18.977Z+ case $rc in
19122026-08-21T22:25:18.977Z+ pfexec zfs create -p rpool/images/build/host
19132026-08-21T22:25:19.243Z+ pfexec zfs create -p rpool/images/build/recovery
19142026-08-21T22:25:19.324Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19152026-08-21T22:25:19.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19162026-08-21T22:25:19.836Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19172026-08-21T22:25:20.649Z Compiling proc-macro2 v1.0.106
19182026-08-21T22:25:20.649Z Compiling quote v1.0.45
19192026-08-21T22:25:20.649Z Compiling unicode-ident v1.0.24
19202026-08-21T22:25:20.669Z Compiling serde_core v1.0.228
19212026-08-21T22:25:20.669Z Compiling libc v0.2.185
19222026-08-21T22:25:20.669Z Compiling serde v1.0.228
19232026-08-21T22:25:20.669Z Compiling cfg-if v1.0.4
19242026-08-21T22:25:20.670Z Compiling shlex v1.3.0
19252026-08-21T22:25:20.670Z Compiling find-msvc-tools v0.1.9
19262026-08-21T22:25:20.780Z Compiling autocfg v1.5.0
19272026-08-21T22:25:20.802Z Compiling version_check v0.9.5
19282026-08-21T22:25:20.802Z Compiling zerocopy v0.8.55
19292026-08-21T22:25:20.802Z Compiling memchr v2.8.0
19302026-08-21T22:25:20.802Z Compiling portable-atomic v1.13.1
19312026-08-21T22:25:20.802Z Compiling zmij v1.0.21
19322026-08-21T22:25:21.022Z Compiling serde_json v1.0.151
19332026-08-21T22:25:21.144Z Compiling libm v0.2.16
19342026-08-21T22:25:21.183Z Compiling getrandom v0.3.4
19352026-08-21T22:25:21.244Z Compiling generic-array v0.14.7
19362026-08-21T22:25:21.261Z Compiling parking_lot_core v0.9.12
19372026-08-21T22:25:21.261Z Compiling pkg-config v0.3.32
19382026-08-21T22:25:21.277Z Compiling icu_properties_data v2.1.2
19392026-08-21T22:25:21.300Z Compiling icu_normalizer_data v2.1.1
19402026-08-21T22:25:21.300Z Compiling smallvec v1.15.1
19412026-08-21T22:25:21.340Z Compiling num-traits v0.2.19
19422026-08-21T22:25:21.396Z Compiling rustix v1.1.4
19432026-08-21T22:25:21.448Z Compiling getrandom v0.4.3
19442026-08-21T22:25:21.489Z Compiling log v0.4.33
19452026-08-21T22:25:21.512Z Compiling itoa v1.0.17
19462026-08-21T22:25:21.557Z Compiling subtle v2.6.1
19472026-08-21T22:25:21.600Z Compiling scopeguard v1.2.0
19482026-08-21T22:25:21.707Z Compiling stable_deref_trait v1.2.1
19492026-08-21T22:25:21.751Z Compiling lock_api v0.4.14
19502026-08-21T22:25:21.778Z Compiling typenum v1.20.1
19512026-08-21T22:25:21.792Z Compiling heck v0.5.0
19522026-08-21T22:25:21.792Z Compiling critical-section v1.2.0
19532026-08-21T22:25:21.855Z Compiling jobserver v0.1.34
19542026-08-21T22:25:21.910Z Compiling errno v0.3.14
19552026-08-21T22:25:21.949Z Compiling thiserror v2.0.18
19562026-08-21T22:25:22.109Z Compiling syn v2.0.117
19572026-08-21T22:25:22.119Z Compiling cc v1.2.56
19582026-08-21T22:25:22.120Z Compiling getrandom v0.2.17
19592026-08-21T22:25:22.200Z Compiling fs_extra v1.3.0
19602026-08-21T22:25:22.200Z Compiling dunce v1.0.5
19612026-08-21T22:25:22.268Z Compiling rand_core v0.6.4
19622026-08-21T22:25:22.359Z Compiling percent-encoding v2.3.2
19632026-08-21T22:25:22.378Z Compiling litemap v0.8.1
19642026-08-21T22:25:22.388Z Compiling writeable v0.6.2
19652026-08-21T22:25:22.441Z Compiling once_cell v1.21.3
19662026-08-21T22:25:22.546Z Compiling const-oid v0.9.6
19672026-08-21T22:25:22.689Z Compiling pin-project-lite v0.2.17
19682026-08-21T22:25:22.694Z Compiling schemars v0.8.22
19692026-08-21T22:25:22.819Z Compiling equivalent v1.0.2
19702026-08-21T22:25:22.840Z Compiling signal-hook-registry v1.4.8
19712026-08-21T22:25:22.939Z Compiling bitflags v2.11.0
19722026-08-21T22:25:22.966Z Compiling cmake v0.1.57
19732026-08-21T22:25:22.966Z Compiling semver v1.0.28
19742026-08-21T22:25:22.982Z Compiling rand_core v0.10.0
19752026-08-21T22:25:23.152Z Compiling aws-lc-rs v1.16.3
19762026-08-21T22:25:23.181Z Compiling rustversion v1.0.22
19772026-08-21T22:25:23.236Z Compiling futures-core v0.3.32
19782026-08-21T22:25:23.345Z Compiling parking_lot v0.12.5
19792026-08-21T22:25:23.407Z Compiling mio v1.2.0
19802026-08-21T22:25:23.474Z Compiling aws-lc-sys v0.40.0
19812026-08-21T22:25:23.506Z Compiling crc32fast v1.5.0
19822026-08-21T22:25:23.548Z Compiling utf8_iter v1.0.4
19832026-08-21T22:25:23.611Z Compiling form_urlencoded v1.2.2
19842026-08-21T22:25:23.760Z Compiling byteorder v1.5.0
19852026-08-21T22:25:23.780Z Compiling fnv v1.0.7
19862026-08-21T22:25:23.842Z Compiling vcpkg v0.2.15
19872026-08-21T22:25:23.891Z Compiling strsim v0.11.1
19882026-08-21T22:25:23.947Z Compiling hashbrown v0.17.0
19892026-08-21T22:25:24.038Z Compiling syn v1.0.109
19902026-08-21T22:25:24.121Z Compiling socket2 v0.6.3
19912026-08-21T22:25:24.316Z Compiling httparse v1.10.1
19922026-08-21T22:25:24.319Z Compiling radium v0.7.0
19932026-08-21T22:25:24.349Z Compiling futures-sink v0.3.32
19942026-08-21T22:25:24.426Z Compiling openssl-sys v0.9.117
19952026-08-21T22:25:24.476Z Compiling futures-channel v0.3.32
19962026-08-21T22:25:24.510Z Compiling iana-time-zone v0.1.65
19972026-08-21T22:25:24.536Z Compiling thiserror v1.0.69
19982026-08-21T22:25:24.566Z Compiling slab v0.4.12
19992026-08-21T22:25:24.591Z Compiling futures-io v0.3.32
20002026-08-21T22:25:24.615Z Compiling indexmap v2.14.0
20012026-08-21T22:25:24.677Z Compiling futures-task v0.3.32
20022026-08-21T22:25:24.768Z Compiling maybe-uninit v2.0.0
20032026-08-21T22:25:24.784Z Compiling rustls v0.23.41
20042026-08-21T22:25:24.835Z Compiling base64 v0.22.1
20052026-08-21T22:25:24.888Z Compiling rustc_version v0.4.1
20062026-08-21T22:25:25.007Z Compiling synstructure v0.13.2
20072026-08-21T22:25:25.026Z Compiling serde_derive_internals v0.29.1
20082026-08-21T22:25:25.194Z Compiling bzip2-sys v0.1.13+1.0.8
20092026-08-21T22:25:25.215Z Compiling uuid v1.23.4
20102026-08-21T22:25:25.240Z Compiling ahash v0.8.12
20112026-08-21T22:25:25.243Z Compiling base64ct v1.8.3
20122026-08-21T22:25:25.310Z Compiling ident_case v1.0.1
20132026-08-21T22:25:25.313Z Compiling regex-syntax v0.8.10
20142026-08-21T22:25:25.340Z Compiling num-bigint-dig v0.8.6
20152026-08-21T22:25:25.417Z Compiling packed_struct v0.10.1
20162026-08-21T22:25:25.484Z Compiling ucd-trie v0.1.7
20172026-08-21T22:25:25.533Z Compiling pem-rfc7468 v0.7.0
20182026-08-21T22:25:25.536Z Compiling rand_core v0.9.5
20192026-08-21T22:25:25.603Z Compiling dyn-clone v1.0.20
20202026-08-21T22:25:25.635Z Compiling openssl v0.10.80
20212026-08-21T22:25:25.676Z Compiling pest v2.8.6
20222026-08-21T22:25:25.738Z Compiling flagset v0.4.7
20232026-08-21T22:25:25.788Z Compiling fastrand v2.3.0
20242026-08-21T22:25:25.861Z Compiling indexmap v1.9.3
20252026-08-21T22:25:25.923Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20262026-08-21T22:25:25.940Z Compiling paste v1.0.15
20272026-08-21T22:25:25.990Z Compiling cpufeatures v0.2.17
20282026-08-21T22:25:26.082Z Compiling tempfile v3.27.0
20292026-08-21T22:25:26.120Z Compiling native-tls v0.2.18
20302026-08-21T22:25:26.227Z Compiling simd-adler32 v0.3.8
20312026-08-21T22:25:26.299Z Compiling serde_derive v1.0.228
20322026-08-21T22:25:26.316Z Compiling zeroize_derive v1.5.0
20332026-08-21T22:25:26.320Z Compiling zerofrom-derive v0.1.6
20342026-08-21T22:25:26.349Z Compiling zerocopy-derive v0.8.55
20352026-08-21T22:25:26.358Z Compiling yoke-derive v0.8.1
20362026-08-21T22:25:26.382Z Compiling zerovec-derive v0.11.2
20372026-08-21T22:25:26.402Z Compiling displaydoc v0.2.5
20382026-08-21T22:25:26.440Z Compiling tokio-macros v2.7.0
20392026-08-21T22:25:26.673Z Compiling futures-macro v0.3.32
20402026-08-21T22:25:26.838Z Compiling thiserror-impl v2.0.18
20412026-08-21T22:25:26.872Z Compiling der_derive v0.7.3
20422026-08-21T22:25:26.928Z Compiling schemars_derive v0.8.22
20432026-08-21T22:25:27.025Z Compiling tracing-attributes v0.1.31
20442026-08-21T22:25:27.105Z Compiling thiserror-impl v1.0.69
20452026-08-21T22:25:27.164Z Compiling clap_derive v4.6.1
20462026-08-21T22:25:27.369Z Compiling pest_meta v2.8.6
20472026-08-21T22:25:27.451Z Compiling zerocopy-derive v0.6.6
20482026-08-21T22:25:27.469Z Compiling futures-util v0.3.32
20492026-08-21T22:25:27.490Z Compiling zerofrom v0.1.6
20502026-08-21T22:25:27.639Z Compiling yoke v0.8.1
20512026-08-21T22:25:27.875Z Compiling zerovec v0.11.5
20522026-08-21T22:25:28.069Z Compiling zerotrie v0.2.3
20532026-08-21T22:25:28.276Z Compiling packed_struct_codegen v0.10.1
20542026-08-21T22:25:28.300Z Compiling bitfield-macros v0.19.4
20552026-08-21T22:25:28.504Z Compiling tinystr v0.8.2
20562026-08-21T22:25:28.521Z Compiling potential_utf v0.1.4
20572026-08-21T22:25:28.526Z Compiling pest_generator v2.8.6
20582026-08-21T22:25:28.549Z Compiling openssl-macros v0.1.1
20592026-08-21T22:25:28.635Z Compiling scroll_derive v0.13.1
20602026-08-21T22:25:28.713Z Compiling icu_locale_core v2.1.1
20612026-08-21T22:25:28.732Z Compiling icu_collections v2.1.1
20622026-08-21T22:25:29.174Z Compiling pest_derive v2.8.6
20632026-08-21T22:25:29.324Z Compiling adler2 v2.0.1
20642026-08-21T22:25:29.473Z Compiling zeroize v1.9.0
20652026-08-21T22:25:29.535Z Compiling bytes v1.11.1
20662026-08-21T22:25:29.563Z Compiling icu_provider v2.1.1
20672026-08-21T22:25:29.617Z Compiling chrono v0.4.45
20682026-08-21T22:25:29.639Z Compiling hex v0.4.3
20692026-08-21T22:25:29.941Z Compiling icu_properties v2.1.2
20702026-08-21T22:25:29.956Z Compiling icu_normalizer v2.1.1
20712026-08-21T22:25:29.988Z Compiling der v0.7.10
20722026-08-21T22:25:30.147Z Compiling tokio v1.52.1
20732026-08-21T22:25:30.302Z Compiling crypto-common v0.1.7
20742026-08-21T22:25:30.317Z Compiling block-buffer v0.10.4
20752026-08-21T22:25:30.472Z Compiling digest v0.10.7
20762026-08-21T22:25:30.750Z Compiling camino v1.2.5
20772026-08-21T22:25:30.901Z Compiling idna_adapter v1.2.1
20782026-08-21T22:25:31.053Z Compiling idna v1.1.0
20792026-08-21T22:25:31.075Z Compiling ppv-lite86 v0.2.21
20802026-08-21T22:25:31.127Z Compiling spki v0.7.3
20812026-08-21T22:25:31.215Z Compiling anstyle v1.0.14
20822026-08-21T22:25:31.283Z Compiling utf8parse v0.2.2
20832026-08-21T22:25:31.439Z Compiling url v2.5.8
20842026-08-21T22:25:31.442Z Compiling rand_chacha v0.9.0
20852026-08-21T22:25:31.468Z Compiling crossbeam-utils v0.8.21
20862026-08-21T22:25:31.483Z Compiling anstyle-parse v1.0.0
20872026-08-21T22:25:31.525Z Compiling pkcs8 v0.10.2
20882026-08-21T22:25:31.735Z Compiling rand v0.9.2
20892026-08-21T22:25:31.769Z Compiling sha2 v0.10.9
20902026-08-21T22:25:31.817Z Compiling http v1.4.2
20912026-08-21T22:25:31.899Z Compiling rustls-pki-types v1.14.0
20922026-08-21T22:25:32.035Z Compiling miniz_oxide v0.8.9
20932026-08-21T22:25:32.445Z Compiling daft-derive v0.1.7
20942026-08-21T22:25:32.719Z Compiling terminal_size v0.4.3
20952026-08-21T22:25:32.822Z Compiling spin v0.9.8
20962026-08-21T22:25:32.848Z Compiling anstyle-query v1.1.5
20972026-08-21T22:25:32.863Z Compiling num-conv v0.2.0
20982026-08-21T22:25:32.893Z Compiling time-core v0.1.8
20992026-08-21T22:25:32.957Z Compiling tinyvec_macros v0.1.1
21002026-08-21T22:25:33.014Z Compiling is_terminal_polyfill v1.70.2
21012026-08-21T22:25:33.037Z Compiling colorchoice v1.0.4
21022026-08-21T22:25:33.052Z Compiling tinyvec v1.10.0
21032026-08-21T22:25:33.097Z Compiling time-macros v0.2.27
21042026-08-21T22:25:33.136Z Compiling async-trait v0.1.89
21052026-08-21T22:25:33.152Z Compiling structmeta-derive v0.3.0
21062026-08-21T22:25:33.168Z Compiling anstream v1.0.0
21072026-08-21T22:25:33.185Z Compiling tracing-core v0.1.36
21082026-08-21T22:25:33.473Z Compiling untrusted v0.7.1
21092026-08-21T22:25:33.513Z Compiling plain v0.2.3
21102026-08-21T22:25:33.541Z Compiling cmov v0.5.4
21112026-08-21T22:25:33.649Z Compiling object v0.37.3
21122026-08-21T22:25:33.687Z Compiling tracing v0.1.44
21132026-08-21T22:25:33.770Z Compiling ctutils v0.4.2
21142026-08-21T22:25:33.906Z Compiling http-body v1.0.1
21152026-08-21T22:25:34.044Z Compiling toml_datetime v0.6.11
21162026-08-21T22:25:34.061Z Compiling serde_spanned v0.6.9
21172026-08-21T22:25:34.066Z Compiling pin-project-internal v1.1.11
21182026-08-21T22:25:34.169Z Compiling structmeta v0.3.0
21192026-08-21T22:25:34.169Z Compiling slog v2.8.2
21202026-08-21T22:25:34.249Z Compiling wait-timeout v0.2.1
21212026-08-21T22:25:34.293Z Compiling tokio-util v0.7.18
21222026-08-21T22:25:34.314Z Compiling cookie v0.18.1
21232026-08-21T22:25:34.403Z Compiling tap v1.0.1
21242026-08-21T22:25:34.438Z Compiling untrusted v0.9.0
21252026-08-21T22:25:34.451Z Compiling clap_lex v1.0.0
21262026-08-21T22:25:34.454Z Compiling bit-vec v0.8.0
21272026-08-21T22:25:34.534Z Compiling openssl-probe v0.2.1
21282026-08-21T22:25:34.537Z Compiling quick-error v1.2.3
21292026-08-21T22:25:34.640Z Compiling zstd-safe v7.2.4
21302026-08-21T22:25:34.758Z Compiling bit-set v0.8.0
21312026-08-21T22:25:34.834Z Compiling clap_builder v4.6.0
21322026-08-21T22:25:34.864Z Compiling rusty-fork v0.3.1
21332026-08-21T22:25:34.983Z Compiling wyz v0.5.1
21342026-08-21T22:25:35.105Z Compiling derive-ex v0.1.8
21352026-08-21T22:25:35.205Z Compiling hybrid-array v0.4.13
21362026-08-21T22:25:35.283Z Compiling unicode-normalization v0.1.25
21372026-08-21T22:25:35.415Z Compiling rand_chacha v0.3.1
21382026-08-21T22:25:35.432Z Compiling signature v2.2.0
21392026-08-21T22:25:35.497Z Compiling scroll_derive v0.12.1
21402026-08-21T22:25:35.651Z Compiling rand_xorshift v0.4.0
21412026-08-21T22:25:35.654Z Compiling heapless v0.7.17
21422026-08-21T22:25:35.850Z Compiling num-integer v0.1.46
21432026-08-21T22:25:35.868Z Compiling aho-corasick v1.1.4
21442026-08-21T22:25:35.884Z Compiling tower-service v0.3.3
21452026-08-21T22:25:35.925Z Compiling try-lock v0.2.5
21462026-08-21T22:25:36.016Z Compiling rustix v0.38.44
21472026-08-21T22:25:36.042Z Compiling unarray v0.1.4
21482026-08-21T22:25:36.076Z Compiling pretty-hex v0.4.1
21492026-08-21T22:25:36.179Z Compiling tower-layer v0.3.3
21502026-08-21T22:25:36.194Z Compiling zlib-rs v0.6.2
21512026-08-21T22:25:36.339Z Compiling atomic-waker v1.1.2
21522026-08-21T22:25:36.356Z Compiling usdt-impl v0.6.0
21532026-08-21T22:25:36.375Z Compiling signal-hook v0.3.18
21542026-08-21T22:25:36.469Z Compiling funty v2.0.0
21552026-08-21T22:25:36.552Z Compiling anyhow v1.0.104
21562026-08-21T22:25:36.624Z Compiling want v0.3.1
21572026-08-21T22:25:36.628Z Compiling h2 v0.4.15
21582026-08-21T22:25:36.659Z Compiling test-strategy v0.4.5
21592026-08-21T22:25:36.696Z Compiling regex-automata v0.4.14
21602026-08-21T22:25:36.826Z Compiling bitvec v1.0.1
21612026-08-21T22:25:36.903Z Compiling clap v4.6.1
21622026-08-21T22:25:36.998Z Compiling proptest v1.11.0
21632026-08-21T22:25:37.086Z Compiling num-iter v0.1.45
21642026-08-21T22:25:37.530Z Compiling rand v0.8.6
21652026-08-21T22:25:37.902Z Compiling ipnetwork v0.21.1
21662026-08-21T22:25:37.966Z Compiling lazy_static v1.5.0
21672026-08-21T22:25:38.078Z Compiling ipnet v2.12.0
21682026-08-21T22:25:38.291Z Compiling scroll v0.13.0
21692026-08-21T22:25:38.498Z Compiling flate2 v1.1.9
21702026-08-21T22:25:38.683Z Compiling strum_macros v0.26.4
21712026-08-21T22:25:39.053Z Compiling snafu-derive v0.8.9
21722026-08-21T22:25:39.355Z Compiling darling_core v0.23.0
21732026-08-21T22:25:39.386Z Compiling darling_core v0.20.11
21742026-08-21T22:25:40.267Z Compiling httpdate v1.0.3
21752026-08-21T22:25:40.474Z Compiling crc-catalog v2.4.0
21762026-08-21T22:25:40.540Z Compiling foreign-types-shared v0.1.1
21772026-08-21T22:25:40.567Z Compiling nodrop v0.1.14
21782026-08-21T22:25:40.653Z Compiling winnow v0.5.40
21792026-08-21T22:25:40.671Z Compiling array-init v0.0.4
21802026-08-21T22:25:40.692Z Compiling foreign-types v0.3.2
21812026-08-21T22:25:40.825Z Compiling hyper v1.10.1
21822026-08-21T22:25:40.871Z Compiling crc v3.4.0
21832026-08-21T22:25:41.134Z Compiling newtype-uuid v1.3.2
21842026-08-21T22:25:41.458Z Compiling darling_macro v0.20.11
21852026-08-21T22:25:41.551Z Compiling darling_macro v0.23.0
21862026-08-21T22:25:42.022Z Compiling goblin v0.10.5
21872026-08-21T22:25:42.073Z Compiling oxnet v0.1.6
21882026-08-21T22:25:42.117Z Compiling smallvec v0.6.14
21892026-08-21T22:25:42.197Z Compiling toml_edit v0.19.15
21902026-08-21T22:25:42.468Z Compiling pkcs1 v0.7.5
21912026-08-21T22:25:42.979Z Compiling bitfield v0.19.4
21922026-08-21T22:25:43.005Z Compiling zerocopy v0.6.6
21932026-08-21T22:25:43.189Z Compiling zerocopy-derive v0.7.35
21942026-08-21T22:25:43.228Z Compiling curve25519-dalek v4.1.3
21952026-08-21T22:25:43.542Z Compiling env_filter v2.0.0
21962026-08-21T22:25:43.655Z Compiling memoffset v0.9.1
21972026-08-21T22:25:43.682Z Compiling hashbrown v0.12.3
21982026-08-21T22:25:43.869Z Compiling litrs v1.0.0
21992026-08-21T22:25:44.045Z Compiling ref-cast v1.0.25
22002026-08-21T22:25:44.222Z Compiling smoltcp v0.9.1
22012026-08-21T22:25:44.245Z Compiling owo-colors v4.3.0
22022026-08-21T22:25:44.330Z Compiling base64 v0.21.7
22032026-08-21T22:25:44.361Z Compiling document-features v0.2.12
22042026-08-21T22:25:44.656Z Compiling ron v0.8.1
22052026-08-21T22:25:44.774Z Compiling dof v0.4.0
22062026-08-21T22:25:44.859Z Compiling toml v0.7.8
22072026-08-21T22:25:44.881Z Compiling env_logger v0.11.11
22082026-08-21T22:25:45.140Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22092026-08-21T22:25:45.165Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22102026-08-21T22:25:45.365Z Compiling rsa v0.9.10
22112026-08-21T22:25:45.679Z Compiling hyper-util v0.1.20
22122026-08-21T22:25:45.800Z Compiling daft v0.1.7
22132026-08-21T22:25:45.825Z Compiling serde-hex v0.1.0
22142026-08-21T22:25:45.840Z Compiling bzip2 v0.4.4
22152026-08-21T22:25:46.101Z Compiling darling v0.23.0
22162026-08-21T22:25:46.116Z Compiling darling v0.20.11
22172026-08-21T22:25:46.212Z Compiling hashbrown v0.13.2
22182026-08-21T22:25:46.538Z Compiling x509-cert v0.2.5
22192026-08-21T22:25:46.806Z Compiling hmac v0.12.1
22202026-08-21T22:25:46.834Z Compiling dtrace-parser v0.3.0
22212026-08-21T22:25:47.005Z Compiling async-recursion v1.1.1
22222026-08-21T22:25:47.231Z Compiling sync_wrapper v1.0.2
22232026-08-21T22:25:47.410Z Compiling thread-id v5.1.0
22242026-08-21T22:25:47.480Z Compiling powerfmt v0.2.0
22252026-08-21T22:25:47.511Z Compiling crc-any v2.5.0
22262026-08-21T22:25:47.696Z Compiling siphasher v1.0.2
22272026-08-21T22:25:47.907Z Compiling cfg_aliases v0.2.1
22282026-08-21T22:25:47.992Z Compiling nix v0.31.2
22292026-08-21T22:25:48.025Z Compiling deranged v0.5.8
22302026-08-21T22:25:48.146Z Compiling tower v0.5.3
22312026-08-21T22:25:48.830Z Compiling object v0.30.4
22322026-08-21T22:25:49.041Z Compiling serde_with_macros v3.21.0
22332026-08-21T22:25:49.171Z Compiling derive_builder_core v0.20.2
22342026-08-21T22:25:49.457Z Compiling zip v0.6.6
22352026-08-21T22:25:49.893Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22362026-08-21T22:25:49.995Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22372026-08-21T22:25:50.074Z Compiling bstr v1.12.1
22382026-08-21T22:25:50.113Z Compiling block-buffer v0.12.1
22392026-08-21T22:25:50.241Z Compiling crypto-common v0.2.2
22402026-08-21T22:25:50.670Z Compiling http-body-util v0.1.3
22412026-08-21T22:25:50.928Z Compiling futures-executor v0.3.32
22422026-08-21T22:25:50.943Z Compiling erased-serde v0.3.31
22432026-08-21T22:25:50.998Z Compiling serde_tokenstream v0.2.3
22442026-08-21T22:25:51.184Z Compiling hubpack_derive v0.1.1
22452026-08-21T22:25:51.316Z Compiling curve25519-dalek-derive v0.1.1
22462026-08-21T22:25:51.344Z Compiling strum_macros v0.27.2
22472026-08-21T22:25:51.376Z Compiling ref-cast-impl v1.0.25
22482026-08-21T22:25:51.500Z Compiling fs-err v3.3.0
22492026-08-21T22:25:51.566Z Compiling usdt-impl v0.5.0
22502026-08-21T22:25:51.648Z Compiling unicode-bidi v0.3.18
22512026-08-21T22:25:51.701Z Compiling iri-string v0.7.10
22522026-08-21T22:25:51.725Z Compiling num_threads v0.1.7
22532026-08-21T22:25:51.832Z Compiling gimli v0.32.3
22542026-08-21T22:25:51.938Z Compiling ryu v1.0.23
22552026-08-21T22:25:52.039Z Compiling path-slash v0.1.5
22562026-08-21T22:25:52.448Z Compiling unicode-properties v0.1.4
22572026-08-21T22:25:52.657Z Compiling allocator-api2 v0.2.21
22582026-08-21T22:25:52.682Z Compiling same-file v1.0.6
22592026-08-21T22:25:52.924Z Compiling tower-http v0.6.8
22602026-08-21T22:25:52.999Z Compiling walkdir v2.5.0
22612026-08-21T22:25:53.075Z Compiling stringprep v0.1.5
22622026-08-21T22:25:53.115Z Compiling time v0.3.47
22632026-08-21T22:25:53.249Z Compiling serde_urlencoded v0.7.1
22642026-08-21T22:25:53.553Z Compiling addr2line v0.25.1
22652026-08-21T22:25:54.604Z Compiling futures v0.3.32
22662026-08-21T22:25:55.190Z Compiling derive_builder_macro v0.20.2
22672026-08-21T22:25:55.393Z Compiling tokio-native-tls v0.3.1
22682026-08-21T22:25:55.409Z Compiling strum v0.26.3
22692026-08-21T22:25:55.613Z Compiling block-padding v0.4.2
22702026-08-21T22:25:55.689Z Compiling scroll v0.12.0
22712026-08-21T22:25:55.735Z Compiling pin-project v1.1.11
22722026-08-21T22:25:55.763Z Compiling rustls-native-certs v0.8.3
22732026-08-21T22:25:55.839Z Compiling md-5 v0.10.6
22742026-08-21T22:25:55.885Z Compiling vergen-lib v9.1.0
22752026-08-21T22:25:55.893Z Compiling hash32 v0.2.1
22762026-08-21T22:25:56.009Z Compiling encoding_rs v0.8.35
22772026-08-21T22:25:56.040Z Compiling mime v0.3.17
22782026-08-21T22:25:56.068Z Compiling jiff-core v0.1.0
22792026-08-21T22:25:56.081Z Compiling psl-types v2.0.11
22802026-08-21T22:25:56.181Z Compiling cpufeatures v0.3.0
22812026-08-21T22:25:56.223Z Compiling fallible-iterator v0.2.0
22822026-08-21T22:25:56.284Z Compiling rustc-demangle v0.1.27
22832026-08-21T22:25:56.306Z Compiling publicsuffix v2.3.0
22842026-08-21T22:25:56.491Z Compiling goblin v0.8.2
22852026-08-21T22:25:56.536Z Compiling postgres-protocol v0.6.10
22862026-08-21T22:25:56.914Z Compiling jiff v0.2.34
22872026-08-21T22:25:56.932Z Compiling snafu v0.8.9
22882026-08-21T22:25:57.037Z Compiling inout v0.2.2
22892026-08-21T22:25:57.212Z Compiling backtrace v0.3.76
22902026-08-21T22:25:57.227Z Compiling derive_builder v0.20.2
22912026-08-21T22:25:57.344Z Compiling hyper-tls v0.6.0
22922026-08-21T22:25:57.667Z Compiling usdt-macro v0.6.0
22932026-08-21T22:25:57.743Z Compiling usdt-attr-macro v0.6.0
22942026-08-21T22:25:57.780Z Compiling globset v0.4.18
22952026-08-21T22:25:57.794Z Compiling phf_shared v0.13.1
22962026-08-21T22:25:57.907Z Compiling crossbeam-epoch v0.9.18
22972026-08-21T22:25:58.093Z Compiling zerocopy v0.7.35
22982026-08-21T22:25:58.239Z Compiling regex v1.12.3
22992026-08-21T22:25:58.551Z Compiling serde_plain v1.0.2
23002026-08-21T22:25:58.648Z Compiling serde_repr v0.1.20
23012026-08-21T22:25:58.665Z Compiling enum-as-inner v0.6.1
23022026-08-21T22:25:58.777Z Compiling miette-derive v7.6.0
23032026-08-21T22:25:58.796Z Compiling pem v3.0.6
23042026-08-21T22:25:58.843Z Compiling vergen v9.1.0
23052026-08-21T22:25:58.872Z Compiling ff v0.13.1
23062026-08-21T22:25:59.032Z Compiling cargo-platform v0.3.2
23072026-08-21T22:25:59.047Z Compiling filetime v0.2.27
23082026-08-21T22:25:59.172Z Compiling base16ct v0.2.0
23092026-08-21T22:25:59.189Z Compiling unicode-linebreak v0.1.5
23102026-08-21T22:25:59.204Z Compiling const-oid v0.10.2
23112026-08-21T22:25:59.362Z Compiling foldhash v0.2.0
23122026-08-21T22:25:59.486Z Compiling is_ci v1.2.0
23132026-08-21T22:25:59.503Z Compiling smawk v0.3.2
23142026-08-21T22:25:59.553Z Compiling bitflags v1.3.2
23152026-08-21T22:25:59.601Z Compiling unicode-width v0.2.0
23162026-08-21T22:25:59.634Z Compiling bumpalo v3.20.2
23172026-08-21T22:25:59.649Z Compiling xattr v1.6.1
23182026-08-21T22:25:59.666Z Compiling unicode-segmentation v1.12.0
23192026-08-21T22:25:59.724Z Compiling managed v0.8.0
23202026-08-21T22:25:59.739Z Compiling typed-path v0.9.3
23212026-08-21T22:25:59.756Z Compiling either v1.15.0
23222026-08-21T22:25:59.888Z Compiling libbz2-rs-sys v0.2.2
23232026-08-21T22:25:59.921Z Compiling foldhash v0.1.5
23242026-08-21T22:26:00.065Z Compiling hashbrown v0.15.5
23252026-08-21T22:26:00.306Z Compiling zopfli v0.8.3
23262026-08-21T22:26:00.396Z Compiling bzip2 v0.6.1
23272026-08-21T22:26:00.410Z Compiling textwrap v0.16.2
23282026-08-21T22:26:00.457Z Compiling tar v0.4.46
23292026-08-21T22:26:00.484Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23302026-08-21T22:26:00.593Z Compiling supports-color v3.0.2
23312026-08-21T22:26:00.608Z Compiling hashbrown v0.16.1
23322026-08-21T22:26:00.630Z Compiling digest v0.11.3
23332026-08-21T22:26:00.788Z Compiling sec1 v0.7.3
23342026-08-21T22:26:00.816Z Compiling cargo_metadata v0.23.1
23352026-08-21T22:26:00.879Z Compiling group v0.13.0
23362026-08-21T22:26:01.069Z Compiling dof v0.3.0
23372026-08-21T22:26:02.372Z Compiling phf v0.13.1
23382026-08-21T22:26:02.554Z Compiling zstd v0.13.3
23392026-08-21T22:26:02.615Z Compiling backtrace-ext v0.2.1
23402026-08-21T22:26:02.633Z Compiling reqwest v0.12.28
23412026-08-21T22:26:02.725Z Compiling signal-hook-mio v0.2.5
23422026-08-21T22:26:02.818Z Compiling cipher v0.5.2
23432026-08-21T22:26:02.850Z Compiling cookie_store v0.22.1
23442026-08-21T22:26:02.864Z Compiling postgres-types v0.2.12
23452026-08-21T22:26:03.097Z Compiling strum v0.27.2
23462026-08-21T22:26:03.244Z Compiling hubpack v0.1.2
23472026-08-21T22:26:03.282Z Compiling phf_shared v0.11.3
23482026-08-21T22:26:03.342Z Compiling hkdf v0.12.4
23492026-08-21T22:26:03.372Z Compiling dtrace-parser v0.2.0
23502026-08-21T22:26:03.426Z Compiling byte-wrapper v0.1.0
23512026-08-21T22:26:03.441Z Compiling ed25519 v2.2.3
23522026-08-21T22:26:03.466Z Compiling olpc-cjson v0.1.4
23532026-08-21T22:26:03.739Z Compiling crypto-bigint v0.5.5
23542026-08-21T22:26:03.911Z Compiling serde-big-array v0.5.1
23552026-08-21T22:26:03.960Z Compiling float-cmp v0.10.0
23562026-08-21T22:26:04.055Z Compiling memmap2 v0.9.10
23572026-08-21T22:26:04.070Z Compiling thread-id v4.2.2
23582026-08-21T22:26:04.169Z Compiling keccak v0.1.6
23592026-08-21T22:26:04.214Z Compiling unicode-width v0.1.14
23602026-08-21T22:26:04.280Z Compiling supports-unicode v3.0.0
23612026-08-21T22:26:04.403Z Compiling difflib v0.4.0
23622026-08-21T22:26:04.444Z Compiling winnow v0.7.14
23632026-08-21T22:26:04.519Z Compiling whoami v2.1.0
23642026-08-21T22:26:04.551Z Compiling data-encoding v2.10.0
23652026-08-21T22:26:04.565Z Compiling normalize-line-endings v0.3.0
23662026-08-21T22:26:04.651Z Compiling winnow v1.0.3
23672026-08-21T22:26:04.683Z Compiling supports-hyperlinks v3.2.0
23682026-08-21T22:26:04.849Z Compiling static_assertions v1.1.0
23692026-08-21T22:26:04.905Z Compiling fixedbitset v0.4.2
23702026-08-21T22:26:04.940Z Compiling toml_write v0.1.2
23712026-08-21T22:26:05.206Z Compiling precomputed-hash v0.1.1
23722026-08-21T22:26:05.431Z Compiling fixedbitset v0.5.7
23732026-08-21T22:26:05.504Z Compiling new_debug_unreachable v1.0.6
23742026-08-21T22:26:05.591Z Compiling predicates-core v1.0.10
23752026-08-21T22:26:05.627Z Compiling rayon-core v1.13.0
23762026-08-21T22:26:05.727Z Compiling predicates v3.1.4
23772026-08-21T22:26:05.731Z Compiling petgraph v0.8.3
23782026-08-21T22:26:05.774Z Compiling toml_parser v1.1.2+spec-1.1.0
23792026-08-21T22:26:05.850Z Compiling toml_edit v0.22.27
23802026-08-21T22:26:05.932Z Compiling string_cache v0.8.9
23812026-08-21T22:26:06.161Z Compiling chacha20 v0.10.0
23822026-08-21T22:26:06.298Z Compiling petgraph v0.6.5
23832026-08-21T22:26:06.331Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23842026-08-21T22:26:06.357Z Compiling hickory-proto v0.25.2
23852026-08-21T22:26:06.657Z Compiling miette v7.6.0
23862026-08-21T22:26:06.817Z Compiling tokio-postgres v0.7.16
23872026-08-21T22:26:07.153Z Compiling elliptic-curve v0.13.8
23882026-08-21T22:26:07.638Z Compiling sha3 v0.10.8
23892026-08-21T22:26:07.769Z Compiling usdt v0.6.0
23902026-08-21T22:26:08.189Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23912026-08-21T22:26:09.070Z Compiling ed25519-dalek v2.2.0
23922026-08-21T22:26:09.562Z Compiling crossterm v0.28.1
23932026-08-21T22:26:09.732Z Compiling zip v4.6.1
23942026-08-21T22:26:10.234Z Compiling iddqd v0.4.2
23952026-08-21T22:26:10.734Z Compiling heck v0.4.1
23962026-08-21T22:26:10.949Z Compiling similar v2.7.0
23972026-08-21T22:26:10.954Z Compiling itertools v0.15.0
23982026-08-21T22:26:10.954Z Compiling itertools v0.13.0
23992026-08-21T22:26:11.431Z Compiling serde_with v3.21.0
24002026-08-21T22:26:12.297Z Compiling tokio-stream v0.1.18
24012026-08-21T22:26:12.358Z Compiling buf-list v1.1.2
24022026-08-21T22:26:12.408Z Compiling half v2.7.1
24032026-08-21T22:26:12.472Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24042026-08-21T22:26:12.485Z Compiling openapiv3 v2.2.0
24052026-08-21T22:26:12.879Z Compiling lalrpop-util v0.19.12
24062026-08-21T22:26:13.101Z Compiling peg-runtime v0.8.5
24072026-08-21T22:26:13.264Z Compiling ciborium-io v0.2.2
24082026-08-21T22:26:13.383Z Compiling ciborium-ll v0.2.2
24092026-08-21T22:26:14.745Z Compiling crossbeam-deque v0.8.6
24102026-08-21T22:26:15.149Z Compiling camino-tempfile v1.4.1
24112026-08-21T22:26:15.876Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24122026-08-21T22:26:16.193Z Compiling blake3 v1.8.5
24132026-08-21T22:26:16.290Z Compiling fs-err v2.11.0
24142026-08-21T22:26:17.248Z Compiling rustls-webpki v0.103.13
24152026-08-21T22:26:19.108Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24162026-08-21T22:26:20.157Z Compiling ciborium v0.2.2
24172026-08-21T22:26:20.783Z Compiling tokio-rustls v0.26.4
24182026-08-21T22:26:20.874Z Compiling rustls-platform-verifier v0.6.2
24192026-08-21T22:26:20.907Z Compiling tough v0.22.0
24202026-08-21T22:26:20.999Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24212026-08-21T22:26:21.015Z Compiling hyper-rustls v0.27.7
24222026-08-21T22:26:21.256Z Compiling reqwest v0.13.2
24232026-08-21T22:26:21.682Z Compiling thread_local v1.1.9
24242026-08-21T22:26:21.966Z Compiling arrayvec v0.7.6
24252026-08-21T22:26:22.042Z Compiling arrayref v0.3.9
24262026-08-21T22:26:22.130Z Compiling constant_time_eq v0.4.2
24272026-08-21T22:26:22.192Z Compiling slog-async v2.8.0
24282026-08-21T22:26:22.343Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24292026-08-21T22:26:22.461Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24302026-08-21T22:26:22.548Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24312026-08-21T22:26:22.658Z Compiling toml v0.8.23
24322026-08-21T22:26:22.761Z Compiling atomicwrites v0.4.4
24332026-08-21T22:26:22.860Z Compiling digest-io v0.1.0
24342026-08-21T22:26:22.900Z Compiling sha2 v0.11.0
24352026-08-21T22:26:22.955Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24362026-08-21T22:26:23.016Z Compiling crossbeam-channel v0.5.15
24372026-08-21T22:26:23.052Z Compiling serde_path_to_error v0.1.20
24382026-08-21T22:26:23.378Z Compiling is-terminal v0.4.17
24392026-08-21T22:26:23.475Z Compiling parse-size v1.1.0
24402026-08-21T22:26:23.497Z Compiling topological-sort v0.2.2
24412026-08-21T22:26:23.511Z Compiling rawzip v0.4.4
24422026-08-21T22:26:23.672Z Compiling indent_write v2.2.0
24432026-08-21T22:26:23.691Z Compiling debug-ignore v1.0.5
24442026-08-21T22:26:23.709Z Compiling term v1.2.1
24452026-08-21T22:26:23.819Z Compiling take_mut v0.2.2
24462026-08-21T22:26:23.846Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24472026-08-21T22:26:24.013Z Compiling shell-words v1.1.1
24482026-08-21T22:26:24.106Z Compiling slog-term v2.9.2
24492026-08-21T22:26:24.560Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24502026-08-21T22:26:31.403Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24512026-08-21T22:26:33.466Z Compiling omicron-zone-package v0.12.3
24522026-08-21T22:26:33.752Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24532026-08-21T22:26:34.081Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24542026-08-21T22:26:34.117Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24552026-08-21T22:26:38.610Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24562026-08-21T22:26:50.905Z Finished `release` profile [optimized] target(s) in 1m 31s
24572026-08-21T22:26:51.048Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24582026-08-21T22:26:51.113ZAug 21 22:26:49.705 DEBG changing working directory to /work/oxidecomputer/omicron
24592026-08-21T22:26:51.201ZAug 21 22:26:49.802 DEBG running: git rev-parse HEAD
24602026-08-21T22:26:51.205ZAug 21 22:26:49.804 DEBG process exited with exit status: 0 (2.407001ms)
24612026-08-21T22:26:51.205ZAug 21 22:26:49.804 INFO version: 23.0.0-0.ci+git27b889144e3
24622026-08-21T22:26:51.211ZAug 21 22:26:49.812 INFO cloning helios to /work/oxidecomputer/helios
24632026-08-21T22:26:51.211ZAug 21 22:26:49.812 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24642026-08-21T22:26:51.214ZCloning into '/work/oxidecomputer/helios'...
24652026-08-21T22:26:51.802ZAug 21 22:26:50.402 DEBG process exited with exit status: 0 (590.338805ms)
24662026-08-21T22:26:51.802ZAug 21 22:26:50.402 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24672026-08-21T22:26:51.805ZAug 21 22:26:50.405 DEBG process exited with exit status: 0 (2.465702ms)
24682026-08-21T22:26:51.805ZAug 21 22:26:50.405 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24692026-08-21T22:26:52.175ZAug 21 22:26:50.773 DEBG process exited with exit status: 0 (367.907967ms)
24702026-08-21T22:26:52.175ZAug 21 22:26:50.773 DEBG running: zfs list rpool/images/build/host
24712026-08-21T22:26:52.178ZNAME USED AVAIL REFER MOUNTPOINT
24722026-08-21T22:26:52.178Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24732026-08-21T22:26:52.178ZAug 21 22:26:50.778 DEBG process exited with exit status: 0 (4.532874ms)
24742026-08-21T22:26:52.178ZAug 21 22:26:50.778 DEBG running: zfs list rpool/images/build/recovery
24752026-08-21T22:26:52.181ZNAME USED AVAIL REFER MOUNTPOINT
24762026-08-21T22:26:52.181Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24772026-08-21T22:26:52.182ZAug 21 22:26:50.781 DEBG process exited with exit status: 0 (3.580792ms)
24782026-08-21T22:26:52.182ZAug 21 22:26:50.781 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e)
24792026-08-21T22:26:52.194ZAug 21 22:26:50.794 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
24802026-08-21T22:26:52.202ZAug 21 22:26:50.795 INFO [hubris-staging] running task
24812026-08-21T22:26:52.202ZAug 21 22:26:50.795 INFO [hubris-production] running task
24822026-08-21T22:26:52.202ZAug 21 22:26:50.795 INFO [incorp-manifest] running task
24832026-08-21T22:26:52.202ZAug 21 22:26:50.795 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24842026-08-21T22:26:52.202ZAug 21 22:26:50.795 INFO [incorp-create] running: pkgrepo create /work/incorporation
24852026-08-21T22:26:52.202ZAug 21 22:26:50.797 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
24862026-08-21T22:26:52.206ZAug 21 22:26:50.798 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24872026-08-21T22:26:52.238Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24882026-08-21T22:26:52.305Z[ omicron-package] Blocking waiting for file lock on package cache
24892026-08-21T22:26:52.431ZAug 21 22:26:51.031 INFO [incorp-create] process exited with exit status: 0 (236.025088ms)
24902026-08-21T22:26:52.436ZAug 21 22:26:51.032 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24912026-08-21T22:26:52.650ZAug 21 22:26:51.250 INFO [incorp-publisher] process exited with exit status: 0 (218.505215ms)
24922026-08-21T22:26:52.998Z[ omicron-package] Blocking waiting for file lock on package cache
24932026-08-21T22:26:53.347ZAug 21 22:26:51.946 INFO [hubris-production] task succeeded (1.151034267s)
24942026-08-21T22:26:54.006ZAug 21 22:26:52.606 DEBG process exited with exit status: 0 (1.811069314s)
24952026-08-21T22:26:54.006ZAug 21 22:26:52.606 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24962026-08-21T22:26:54.228Z[ omicron-package] Compiling macaddr v1.0.1
24972026-08-21T22:26:54.231Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24982026-08-21T22:26:54.232Z[ omicron-package] Compiling secrecy v0.10.3
24992026-08-21T22:26:54.232Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25002026-08-21T22:26:54.232Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25012026-08-21T22:26:54.232Z[ omicron-package] Compiling heapless v0.8.0
25022026-08-21T22:26:54.232Z[ omicron-package] Compiling ingot-macros v0.2.0
25032026-08-21T22:26:54.232Z[ omicron-package] Compiling hash32 v0.3.1
25042026-08-21T22:26:54.232Z[ omicron-package] Compiling inout v0.1.4
25052026-08-21T22:26:54.232Z[ omicron-package] Compiling multer v3.1.0
25062026-08-21T22:26:54.232Z[ omicron-package] Compiling compression-core v0.4.31
25072026-08-21T22:26:54.232Z[ omicron-package] Compiling match_cfg v0.1.0
25082026-08-21T22:26:54.232Z[ omicron-package] Compiling smoltcp v0.11.0
25092026-08-21T22:26:54.232Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25102026-08-21T22:26:54.232Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25112026-08-21T22:26:54.232Z[ omicron-package] Compiling slog-json v2.6.1
25122026-08-21T22:26:55.024Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25132026-08-21T22:26:55.415Z[ omicron-package] Compiling hostname v0.3.1
25142026-08-21T22:26:55.415Z[ omicron-package] Compiling compression-codecs v0.4.37
25152026-08-21T22:26:55.442Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25162026-08-21T22:26:55.442Z[ omicron-package] Compiling cobs v0.3.0
25172026-08-21T22:26:55.442Z[ omicron-package] Compiling universal-hash v0.5.1
25182026-08-21T22:26:55.442Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25192026-08-21T22:26:55.451Z[ omicron-package] Compiling cipher v0.4.4
25202026-08-21T22:26:55.457Z[ omicron-package] Compiling dropshot v0.17.1
25212026-08-21T22:26:55.457Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25222026-08-21T22:26:55.493Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25232026-08-21T22:26:55.786Z[ omicron-package] Compiling serde_spanned v1.1.1
25242026-08-21T22:26:55.789Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25252026-08-21T22:26:55.789Z[ omicron-package] Compiling async-stream-impl v0.3.6
25262026-08-21T22:26:55.789Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25272026-08-21T22:26:55.920Z[ omicron-package] Compiling convert_case v0.4.0
25282026-08-21T22:26:55.954Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25292026-08-21T22:26:56.005Z[ omicron-package] Compiling opaque-debug v0.3.1
25302026-08-21T22:26:56.052Z[ omicron-package] Compiling postcard v1.1.3
25312026-08-21T22:26:56.220Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25322026-08-21T22:26:56.223Z[ omicron-package] Compiling poly1305 v0.8.0
25332026-08-21T22:26:56.289Z[ omicron-package] Compiling derive_more v0.99.20
25342026-08-21T22:26:56.314Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25352026-08-21T22:26:56.378Z[ omicron-package] Compiling chacha20 v0.9.1
25362026-08-21T22:26:56.378Z[ omicron-package] Compiling async-compression v0.4.41
25372026-08-21T22:26:56.456ZAug 21 22:26:55.056 DEBG process exited with exit status: 0 (2.449430825s)
25382026-08-21T22:26:56.459ZAug 21 22:26:55.056 INFO [incorp-manifest] task succeeded (4.2615972s)
25392026-08-21T22:26:56.463ZAug 21 22:26:55.061 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25402026-08-21T22:26:56.539Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25412026-08-21T22:26:56.543Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25422026-08-21T22:26:56.547Z[ omicron-package] Compiling slog-bunyan v2.5.0
25432026-08-21T22:26:56.632Z[ omicron-package] Compiling async-stream v0.3.6
25442026-08-21T22:26:56.634Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25452026-08-21T22:26:56.635Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25462026-08-21T22:26:56.715ZAug 21 22:26:55.315 INFO [incorp-fmt] process exited with exit status: 0 (258.756095ms)
25472026-08-21T22:26:56.719ZAug 21 22:26:55.320 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25482026-08-21T22:26:56.824Z[ omicron-package] Compiling num_enum_derive v0.7.6
25492026-08-21T22:26:56.935Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25502026-08-21T22:26:56.975Z[ omicron-package] Compiling sha1 v0.11.0
25512026-08-21T22:26:56.977Z[ omicron-package] Compiling progenitor-client v0.14.0
25522026-08-21T22:26:56.998Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260821T222655Z
25532026-08-21T22:26:56.998Z[ incorp-pkgsend] PUBLISHED
25542026-08-21T22:26:57.055ZAug 21 22:26:55.655 INFO [incorp-pkgsend] process exited with exit status: 0 (335.525093ms)
25552026-08-21T22:26:57.058ZAug 21 22:26:55.655 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25562026-08-21T22:26:57.064Z[ omicron-package] Compiling parse-display-derive v0.10.0
25572026-08-21T22:26:57.130Z[ omicron-package] Compiling waitgroup v0.1.2
25582026-08-21T22:26:57.168Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25592026-08-21T22:26:57.257Z[ omicron-package] Compiling backon v1.6.0
25602026-08-21T22:26:57.293Z[ helios-incorp] Retrieving packages for publisher helios ...
25612026-08-21T22:26:57.293Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25622026-08-21T22:26:57.327Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25632026-08-21T22:26:57.330Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25642026-08-21T22:26:57.354Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25652026-08-21T22:26:57.360Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25662026-08-21T22:26:57.371Z[ helios-incorp]
25672026-08-21T22:26:57.389ZAug 21 22:26:55.982 INFO [helios-incorp] process exited with exit status: 0 (327.108906ms)
25682026-08-21T22:26:57.392Z[ helios-incorp] Archiving packages ...
25692026-08-21T22:26:57.411Z[ helios-incorp] Packages to add: 1
25702026-08-21T22:26:57.441Z[ helios-incorp] Files to retrieve: 0
25712026-08-21T22:26:57.441Z[ helios-incorp] Estimated transfer size: 0.00 B
25722026-08-21T22:26:57.441Z[ helios-incorp]
25732026-08-21T22:26:57.445Z[ helios-incorp] Packages to archive:
25742026-08-21T22:26:57.445Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260821T222655Z
25752026-08-21T22:26:57.445Z[ helios-incorp]
25762026-08-21T22:26:57.445Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25772026-08-21T22:26:57.446Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25782026-08-21T22:26:57.477Z[ omicron-package] Compiling password-hash v0.5.0
25792026-08-21T22:26:57.522Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25802026-08-21T22:26:57.557Z[ omicron-package] Compiling ingot-types v0.2.0
25812026-08-21T22:26:57.611Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25822026-08-21T22:26:57.637Z[ omicron-package] Compiling blake2 v0.10.6
25832026-08-21T22:26:57.640Z[ omicron-package] Compiling aead v0.5.2
25842026-08-21T22:26:57.640Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25852026-08-21T22:26:57.881Z[ omicron-package] Compiling proc-macro-error v1.0.4
25862026-08-21T22:26:57.959Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25872026-08-21T22:26:58.064Z[ omicron-package] Compiling ingot v0.2.1
25882026-08-21T22:26:58.099Z[ omicron-package] Compiling instant v0.1.13
25892026-08-21T22:26:58.144Z[ omicron-package] Compiling hostname v0.4.2
25902026-08-21T22:26:58.187Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25912026-08-21T22:26:58.247Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
25922026-08-21T22:26:58.277Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25932026-08-21T22:26:58.316Z[ omicron-package] Compiling backoff v0.4.0
25942026-08-21T22:26:58.410Z[ omicron-package] Compiling num_enum v0.7.6
25952026-08-21T22:26:58.437Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25962026-08-21T22:26:58.567Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25972026-08-21T22:26:58.624Z[ omicron-package] Compiling argon2 v0.5.3
25982026-08-21T22:26:58.705Z[ omicron-package] Compiling num_enum_derive v0.5.11
25992026-08-21T22:26:58.734Z[ omicron-package] Compiling progenitor-extras v0.2.0
26002026-08-21T22:26:58.734Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26012026-08-21T22:26:58.791Z[ omicron-package] Compiling vsss-rs v3.3.4
26022026-08-21T22:26:59.027Z[ omicron-package] Compiling foreign-types v0.5.0
26032026-08-21T22:26:59.068Z[ omicron-package] Compiling parse-display v0.10.0
26042026-08-21T22:26:59.085Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26052026-08-21T22:26:59.161Z[ omicron-package] Compiling regress v0.10.5
26062026-08-21T22:26:59.206Z[ omicron-package] Compiling itertools v0.14.0
26072026-08-21T22:26:59.243Z[ omicron-package] Compiling tabwriter v1.4.1
26082026-08-21T22:26:59.314Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26092026-08-21T22:26:59.396Z[ omicron-package] Compiling cstr-argument v0.1.2
26102026-08-21T22:26:59.473Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26112026-08-21T22:26:59.643Z[ omicron-package] Compiling humantime v2.3.0
26122026-08-21T22:26:59.791Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26132026-08-21T22:26:59.885Z[ omicron-package] Compiling num_enum v0.5.11
26142026-08-21T22:26:59.935Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26152026-08-21T22:26:59.984Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26162026-08-21T22:27:00.016Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26172026-08-21T22:27:00.179Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26182026-08-21T22:27:00.229Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26192026-08-21T22:27:00.369Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26202026-08-21T22:27:00.408Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26212026-08-21T22:27:00.464Z[ omicron-package] Compiling rayon v1.11.0
26222026-08-21T22:27:00.522Z[ omicron-package] Compiling rand v0.10.1
26232026-08-21T22:27:00.549Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26242026-08-21T22:27:00.571Z[ omicron-package] Compiling colored v3.1.1
26252026-08-21T22:27:00.614Z[ omicron-package] Compiling libefi-sys v0.1.0
26262026-08-21T22:27:00.649Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26272026-08-21T22:27:00.691Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26282026-08-21T22:27:00.717Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26292026-08-21T22:27:00.829Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26302026-08-21T22:27:01.073Z[ omicron-package] Compiling itertools v0.12.1
26312026-08-21T22:27:01.076Z[ omicron-package] Compiling usdt-macro v0.5.0
26322026-08-21T22:27:01.142Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26332026-08-21T22:27:01.173Z[ omicron-package] Compiling sigpipe v0.1.3
26342026-08-21T22:27:01.257Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26352026-08-21T22:27:01.343Z[ omicron-package] Compiling memmap v0.7.0
26362026-08-21T22:27:01.398Z[ omicron-package] Compiling bitfield-struct v0.6.2
26372026-08-21T22:27:01.417Z[ omicron-package] Compiling num-derive v0.4.2
26382026-08-21T22:27:01.453Z[ omicron-package] Compiling swrite v0.1.0
26392026-08-21T22:27:01.519Z[ omicron-package] Compiling glob v0.3.3
26402026-08-21T22:27:01.760Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26412026-08-21T22:27:02.108Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26422026-08-21T22:27:02.189Z[ omicron-package] Compiling usdt v0.5.0
26432026-08-21T22:27:02.399Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26442026-08-21T22:27:02.610Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26452026-08-21T22:27:02.637Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26462026-08-21T22:27:02.663Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26472026-08-21T22:27:02.792Z[ omicron-package] Compiling zone v0.3.1
26482026-08-21T22:27:02.842Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26492026-08-21T22:27:02.993Z[ omicron-package] Compiling smf v0.2.3
26502026-08-21T22:27:03.036Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26512026-08-21T22:27:03.066Z[ omicron-package] Compiling whoami v1.6.1
26522026-08-21T22:27:03.090Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26532026-08-21T22:27:03.090Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26542026-08-21T22:27:03.125Z[ omicron-package] Compiling gethostname v0.5.0
26552026-08-21T22:27:03.232Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26562026-08-21T22:27:03.370Z[ omicron-package] Compiling console v0.16.2
26572026-08-21T22:27:03.428Z[ omicron-package] Compiling unit-prefix v0.5.2
26582026-08-21T22:27:03.561Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26592026-08-21T22:27:03.604Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26602026-08-21T22:27:04.053Z[ omicron-package] Compiling indicatif v0.18.4
26612026-08-21T22:27:04.240Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26622026-08-21T22:27:07.600Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26632026-08-21T22:27:08.086Z[ helios-setup] Aug 21 22:27:06.686 INFO helios repository root is: /work/oxidecomputer/helios
26642026-08-21T22:27:08.089Z[ helios-setup] Aug 21 22:27:06.687 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26652026-08-21T22:27:08.089Z[ helios-setup] Aug 21 22:27:06.687 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
26662026-08-21T22:27:08.089Z[ helios-setup] Aug 21 22:27:06.687 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26672026-08-21T22:27:08.089Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26682026-08-21T22:27:08.758Z[ helios-setup] Aug 21 22:27:07.358 INFO clone ok!, project: dmar-report
26692026-08-21T22:27:08.758Z[ helios-setup] Aug 21 22:27:07.358 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
26702026-08-21T22:27:08.761Z[ helios-setup] Aug 21 22:27:07.358 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26712026-08-21T22:27:08.761Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26722026-08-21T22:27:09.247ZAug 21 22:27:07.846 INFO [hubris-staging] task succeeded (17.051199933s)
26732026-08-21T22:27:09.329Z[ helios-setup] Aug 21 22:27:07.929 INFO clone ok!, project: phbl
26742026-08-21T22:27:09.332Z[ helios-setup] Aug 21 22:27:07.929 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
26752026-08-21T22:27:09.332Z[ helios-setup] Aug 21 22:27:07.929 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26762026-08-21T22:27:09.332Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26772026-08-21T22:27:09.805Z[ helios-setup] Aug 21 22:27:08.405 INFO clone ok!, project: pinprick
26782026-08-21T22:27:09.805Z[ helios-setup] Aug 21 22:27:08.406 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26792026-08-21T22:27:09.808Z[ helios-setup] Aug 21 22:27:08.406 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
26802026-08-21T22:27:09.809Z[ helios-setup] Aug 21 22:27:08.406 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26812026-08-21T22:27:09.809Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26822026-08-21T22:27:10.360Z[ helios-setup] Aug 21 22:27:08.960 INFO clone ok!, project: image-builder
26832026-08-21T22:27:10.360Z[ helios-setup] Aug 21 22:27:08.960 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
26842026-08-21T22:27:10.363Z[ helios-setup] Aug 21 22:27:08.960 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26852026-08-21T22:27:10.363Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26862026-08-21T22:27:10.895Z[ helios-setup] Aug 21 22:27:09.495 INFO clone ok!, project: bootserver
26872026-08-21T22:27:10.895Z[ helios-setup] Aug 21 22:27:09.495 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
26882026-08-21T22:27:10.898Z[ helios-setup] Aug 21 22:27:09.495 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26892026-08-21T22:27:10.898Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26902026-08-21T22:27:11.686Z[ helios-setup] Aug 21 22:27:10.286 INFO clone ok!, project: chelsio-t6-roms
26912026-08-21T22:27:11.686Z[ helios-setup] Aug 21 22:27:10.286 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
26922026-08-21T22:27:11.686Z[ helios-setup] Aug 21 22:27:10.286 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
26932026-08-21T22:27:11.689Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26942026-08-21T22:27:12.531Z[ helios-setup] Aug 21 22:27:11.131 INFO clone ok!, project: amd-host-image-builder
26952026-08-21T22:27:12.535Z[ helios-setup] Aug 21 22:27:11.132 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
26962026-08-21T22:27:12.535Z[ helios-setup] Aug 21 22:27:11.132 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26972026-08-21T22:27:12.535Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26982026-08-21T22:27:16.509Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26992026-08-21T22:27:19.803Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27002026-08-21T22:27:20.889Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27012026-08-21T22:27:23.164Z[ helios-setup] Aug 21 22:27:21.764 INFO clone ok!, project: amd-firmware
27022026-08-21T22:27:23.164Z[ helios-setup] Aug 21 22:27:21.764 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
27032026-08-21T22:27:23.164Z[ helios-setup] Aug 21 22:27:21.764 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
27042026-08-21T22:27:23.167Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
27052026-08-21T22:27:23.892Z[ helios-setup] Aug 21 22:27:22.492 INFO clone ok!, project: pilot
27062026-08-21T22:27:23.896Z[ helios-setup] Aug 21 22:27:22.492 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
27072026-08-21T22:27:23.896Z[ helios-setup] Aug 21 22:27:22.492 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27082026-08-21T22:27:24.104Z[ helios-setup] Aug 21 22:27:22.705 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27092026-08-21T22:27:24.324Z[ helios-setup] Aug 21 22:27:22.924 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27102026-08-21T22:27:24.324Z[ helios-setup] Aug 21 22:27:22.924 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27112026-08-21T22:27:24.532Z[ helios-setup] Aug 21 22:27:23.132 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27122026-08-21T22:27:24.744Z[ helios-setup] Aug 21 22:27:23.344 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27132026-08-21T22:27:24.744Z[ helios-setup] Aug 21 22:27:23.344 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27142026-08-21T22:27:24.954Z[ helios-setup] Aug 21 22:27:23.553 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27152026-08-21T22:27:25.163Z[ helios-setup] Aug 21 22:27:23.763 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27162026-08-21T22:27:25.163Z[ helios-setup] Aug 21 22:27:23.763 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27172026-08-21T22:27:25.166Z[ helios-setup] Aug 21 22:27:23.763 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27182026-08-21T22:27:25.166Z[ helios-setup] Aug 21 22:27:23.763 INFO ok!
27192026-08-21T22:27:25.166Z[ helios-setup] Aug 21 22:27:23.763 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27202026-08-21T22:27:25.167Z[ helios-setup] Aug 21 22:27:23.763 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27212026-08-21T22:27:25.167Z[ helios-setup] Aug 21 22:27:23.763 INFO ok!
27222026-08-21T22:27:25.167Z[ helios-setup] Aug 21 22:27:23.763 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27232026-08-21T22:27:25.167Z[ helios-setup] Aug 21 22:27:23.763 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27242026-08-21T22:27:25.167Z[ helios-setup] Aug 21 22:27:23.763 INFO ok!
27252026-08-21T22:27:25.167Z[ helios-setup] Aug 21 22:27:23.764 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
27262026-08-21T22:27:25.170Z[ helios-setup] Aug 21 22:27:23.770 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
27272026-08-21T22:27:25.170Z[ helios-setup] Aug 21 22:27:23.770 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
27282026-08-21T22:27:25.170Z[ helios-setup] Aug 21 22:27:23.770 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
27292026-08-21T22:27:25.263Z[ helios-setup] Aug 21 22:27:23.863 INFO E| Updating crates.io index
27302026-08-21T22:27:25.336Z[ helios-setup] Aug 21 22:27:23.936 INFO E| Downloading crates ...
27312026-08-21T22:27:25.404Z[ helios-setup] Aug 21 22:27:24.004 INFO E| Downloaded iana-time-zone v0.1.63
27322026-08-21T22:27:25.412Z[ helios-setup] Aug 21 22:27:24.012 INFO E| Downloaded time-core v0.1.4
27332026-08-21T22:27:25.421Z[ helios-setup] Aug 21 22:27:24.022 INFO E| Downloaded itoa v1.0.15
27342026-08-21T22:27:25.428Z[ helios-setup] Aug 21 22:27:24.028 INFO E| Downloaded memchr v2.7.4
27352026-08-21T22:27:25.451Z[ helios-setup] Aug 21 22:27:24.050 INFO E| Downloaded errno v0.3.12
27362026-08-21T22:27:25.454Z[ helios-setup] Aug 21 22:27:24.052 INFO E| Downloaded time-macros v0.2.22
27372026-08-21T22:27:25.458Z[ helios-setup] Aug 21 22:27:24.056 INFO E| Downloaded autocfg v1.4.0
27382026-08-21T22:27:25.458Z[ helios-setup] Aug 21 22:27:24.057 INFO E| Downloaded quote v1.0.40
27392026-08-21T22:27:25.462Z[ helios-setup] Aug 21 22:27:24.062 INFO E| Downloaded serde_with_macros v3.12.0
27402026-08-21T22:27:25.471Z[ helios-setup] Aug 21 22:27:24.072 INFO E| Downloaded bitflags v2.9.1
27412026-08-21T22:27:25.474Z[ helios-setup] Aug 21 22:27:24.074 INFO E| Downloaded thiserror-impl v2.0.12
27422026-08-21T22:27:25.477Z[ helios-setup] Aug 21 22:27:24.075 INFO E| Downloaded deranged v0.4.0
27432026-08-21T22:27:25.477Z[ helios-setup] Aug 21 22:27:24.076 INFO E| Downloaded tempfile v3.20.0
27442026-08-21T22:27:25.486Z[ helios-setup] Aug 21 22:27:24.086 INFO E| Downloaded thiserror v2.0.12
27452026-08-21T22:27:25.489Z[ helios-setup] Aug 21 22:27:24.089 INFO E| Downloaded ryu v1.0.20
27462026-08-21T22:27:25.492Z[ helios-setup] Aug 21 22:27:24.091 INFO E| Downloaded proc-macro2 v1.0.95
27472026-08-21T22:27:25.496Z[ helios-setup] Aug 21 22:27:24.093 INFO E| Downloaded getrandom v0.3.3
27482026-08-21T22:27:25.496Z[ helios-setup] Aug 21 22:27:24.094 INFO E| Downloaded serde_derive v1.0.219
27492026-08-21T22:27:25.500Z[ helios-setup] Aug 21 22:27:24.096 INFO E| Downloaded unicode-ident v1.0.18
27502026-08-21T22:27:25.500Z[ helios-setup] Aug 21 22:27:24.097 INFO E| Downloaded anyhow v1.0.98
27512026-08-21T22:27:25.522Z[ helios-setup] Aug 21 22:27:24.123 INFO E| Downloaded serde v1.0.219
27522026-08-21T22:27:25.533Z[ helios-setup] Aug 21 22:27:24.133 INFO E| Downloaded indexmap v2.9.0
27532026-08-21T22:27:25.550Z[ helios-setup] Aug 21 22:27:24.150 INFO E| Downloaded serde_with v3.12.0
27542026-08-21T22:27:25.554Z[ helios-setup] Aug 21 22:27:24.155 INFO E| Downloaded time v0.3.41
27552026-08-21T22:27:25.560Z[ helios-setup] Aug 21 22:27:24.159 INFO E| Downloaded hashbrown v0.15.3
27562026-08-21T22:27:25.565Z[ helios-setup] Aug 21 22:27:24.162 INFO E| Downloaded serde_json v1.0.140
27572026-08-21T22:27:25.581Z[ helios-setup] Aug 21 22:27:24.180 INFO E| Downloaded chrono v0.4.41
27582026-08-21T22:27:25.597Z[ helios-setup] Aug 21 22:27:24.197 INFO E| Downloaded syn v2.0.101
27592026-08-21T22:27:25.615Z[ helios-setup] Aug 21 22:27:24.216 INFO E| Downloaded rustix v1.0.7
27602026-08-21T22:27:25.645Z[ helios-setup] Aug 21 22:27:24.246 INFO E| Downloaded libc v0.2.172
27612026-08-21T22:27:25.695Z[ helios-setup] Aug 21 22:27:24.295 INFO E| Compiling proc-macro2 v1.0.95
27622026-08-21T22:27:25.695Z[ helios-setup] Aug 21 22:27:24.295 INFO E| Compiling unicode-ident v1.0.18
27632026-08-21T22:27:25.695Z[ helios-setup] Aug 21 22:27:24.295 INFO E| Compiling libc v0.2.172
27642026-08-21T22:27:25.698Z[ helios-setup] Aug 21 22:27:24.295 INFO E| Compiling fnv v1.0.7
27652026-08-21T22:27:25.698Z[ helios-setup] Aug 21 22:27:24.295 INFO E| Compiling strsim v0.11.1
27662026-08-21T22:27:25.698Z[ helios-setup] Aug 21 22:27:24.295 INFO E| Compiling ident_case v1.0.1
27672026-08-21T22:27:25.698Z[ helios-setup] Aug 21 22:27:24.295 INFO E| Compiling serde v1.0.219
27682026-08-21T22:27:25.698Z[ helios-setup] Aug 21 22:27:24.295 INFO E| Compiling rustix v1.0.7
27692026-08-21T22:27:25.698Z[ helios-setup] Aug 21 22:27:24.295 INFO E| Compiling getrandom v0.3.3
27702026-08-21T22:27:25.711Z[ helios-setup] Aug 21 22:27:24.311 INFO E| Compiling thiserror v2.0.12
27712026-08-21T22:27:25.714Z[ helios-setup] Aug 21 22:27:24.311 INFO E| Compiling serde_json v1.0.140
27722026-08-21T22:27:25.714Z[ helios-setup] Aug 21 22:27:24.311 INFO E| Compiling cfg-if v1.0.0
27732026-08-21T22:27:25.718Z[ helios-setup] Aug 21 22:27:24.315 INFO E| Compiling anyhow v1.0.98
27742026-08-21T22:27:25.718Z[ helios-setup] Aug 21 22:27:24.315 INFO E| Compiling bitflags v2.9.1
27752026-08-21T22:27:25.718Z[ helios-setup] Aug 21 22:27:24.315 INFO E| Compiling ryu v1.0.20
27762026-08-21T22:27:25.718Z[ helios-setup] Aug 21 22:27:24.315 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
27772026-08-21T22:27:25.811Z[ helios-setup] Aug 21 22:27:24.411 INFO E| Compiling memchr v2.7.4
27782026-08-21T22:27:25.815Z[ helios-setup] Aug 21 22:27:24.416 INFO E| Compiling fastrand v2.3.0
27792026-08-21T22:27:25.829Z[ helios-setup] Aug 21 22:27:24.429 INFO E| Compiling itoa v1.0.15
27802026-08-21T22:27:25.857Z[ helios-setup] Aug 21 22:27:24.457 INFO E| Compiling once_cell v1.21.3
27812026-08-21T22:27:26.319Z[ helios-setup] Aug 21 22:27:24.919 INFO E| Compiling errno v0.3.12
27822026-08-21T22:27:26.582Z[ helios-setup] Aug 21 22:27:25.182 INFO E| Compiling quote v1.0.40
27832026-08-21T22:27:26.726Z[ helios-setup] Aug 21 22:27:25.325 INFO E| Compiling syn v2.0.101
27842026-08-21T22:27:27.054Z[ helios-setup] Aug 21 22:27:25.654 INFO E| Compiling tempfile v3.20.0
27852026-08-21T22:27:28.702Z[ helios-setup] Aug 21 22:27:27.302 INFO E| Compiling darling_core v0.20.11
27862026-08-21T22:27:29.170Z[ helios-setup] Aug 21 22:27:27.770 INFO E| Compiling serde_derive v1.0.219
27872026-08-21T22:27:29.170Z[ helios-setup] Aug 21 22:27:27.770 INFO E| Compiling thiserror-impl v2.0.12
27882026-08-21T22:27:30.096Z[ helios-setup] Aug 21 22:27:28.695 INFO E| Compiling darling_macro v0.20.11
27892026-08-21T22:27:30.629Z[ helios-setup] Aug 21 22:27:29.229 INFO E| Compiling darling v0.20.11
27902026-08-21T22:27:30.695Z[ helios-setup] Aug 21 22:27:29.294 INFO E| Compiling serde_with_macros v3.12.0
27912026-08-21T22:27:31.480Z[ omicron-package] Finished `release` profile [optimized] target(s) in 39.27s
27922026-08-21T22:27:31.706Z[ omicron-package]
27932026-08-21T22:27:31.706Z[ omicron-package] real 39.449886042
27942026-08-21T22:27:31.710Z[ omicron-package] user 3:51.686558930
27952026-08-21T22:27:31.710Z[ omicron-package] sys 27.801562295
27962026-08-21T22:27:31.710Z[ omicron-package] trap 0.474353400
27972026-08-21T22:27:31.710Z[ omicron-package] tflt 0.535554296
27982026-08-21T22:27:31.710Z[ omicron-package] dflt 2.250997054
27992026-08-21T22:27:31.710Z[ omicron-package] kflt 0.000752030
28002026-08-21T22:27:31.710Z[ omicron-package] lock 11:23.570425035
28012026-08-21T22:27:31.710Z[ omicron-package] slp 6:11.061351825
28022026-08-21T22:27:31.710Z[ omicron-package] lat 48.047661825
28032026-08-21T22:27:31.710ZAug 21 22:27:30.306 INFO [omicron-package] process exited with exit status: 0 (39.508987616s)
28042026-08-21T22:27:31.710Z[ omicron-package] stop 1:48.790031905
28052026-08-21T22:27:31.710ZAug 21 22:27:30.307 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28062026-08-21T22:27:31.710ZAug 21 22:27:30.307 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28072026-08-21T22:27:31.717Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28082026-08-21T22:27:31.720Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28092026-08-21T22:27:31.720Z[ recovery-target] Created new build target 'recovery' and set it as active
28102026-08-21T22:27:31.720Z[ host-target] Created new build target 'host' and set it as active
28112026-08-21T22:27:31.723ZAug 21 22:27:30.321 INFO [recovery-target] process exited with exit status: 0 (13.3813ms)
28122026-08-21T22:27:31.723ZAug 21 22:27:30.321 INFO [host-target] process exited with exit status: 0 (13.87321ms)
28132026-08-21T22:27:31.723ZAug 21 22:27:30.321 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28142026-08-21T22:27:31.726Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28152026-08-21T22:27:32.963Z[ helios-setup] Aug 21 22:27:31.563 INFO E| Compiling serde_with v3.12.0
28162026-08-21T22:27:33.196Z[ host-package] Compiling heck v0.5.0
28172026-08-21T22:27:33.196Z[ host-package] Compiling regress v0.11.1
28182026-08-21T22:27:33.450Z[ host-package] Compiling unsafe-libyaml v0.2.11
28192026-08-21T22:27:33.471Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
28202026-08-21T22:27:33.498Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28212026-08-21T22:27:33.501Z[ host-package] Compiling derive-where v1.6.0
28222026-08-21T22:27:33.502Z[ host-package] Compiling bytecount v0.6.9
28232026-08-21T22:27:33.563Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
28242026-08-21T22:27:33.563Z[ host-package] Compiling atomicwrites v0.4.4
28252026-08-21T22:27:33.566Z[ host-package] Compiling is-terminal v0.4.17
28262026-08-21T22:27:33.566Z[ host-package] Compiling prettyplease v0.2.37
28272026-08-21T22:27:33.566Z[ host-package] Compiling newline-converter v0.3.0
28282026-08-21T22:27:33.674Z[ host-package] Compiling console v0.15.11
28292026-08-21T22:27:33.674Z[ host-package] Compiling slog-dtrace v0.3.0
28302026-08-21T22:27:33.677Z[ host-package] Compiling cancel-safe-futures v0.1.5
28312026-08-21T22:27:33.700Z[ host-package] Compiling resolv-conf v0.7.6
28322026-08-21T22:27:33.880Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
28332026-08-21T22:27:33.910Z[ host-package] Compiling num-rational v0.4.2
28342026-08-21T22:27:33.933Z[ host-package] Compiling num-complex v0.4.6
28352026-08-21T22:27:34.182Z[ host-package] Compiling expectorate v1.2.0
28362026-08-21T22:27:34.224Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28372026-08-21T22:27:34.228Z[ host-package] Compiling thread_local v1.1.9
28382026-08-21T22:27:34.228Z[ host-package] Compiling match_cfg v0.1.0
28392026-08-21T22:27:34.352Z[ host-package] Compiling compression-core v0.4.31
28402026-08-21T22:27:34.471Z[ host-package] Compiling hostname v0.3.1
28412026-08-21T22:27:34.498Z[ host-package] Compiling compression-codecs v0.4.37
28422026-08-21T22:27:34.498Z[ host-package] Compiling num v0.4.3
28432026-08-21T22:27:34.560Z[ host-package] Compiling multer v3.1.0
28442026-08-21T22:27:34.560Z[ host-package] Compiling slog-async v2.8.0
28452026-08-21T22:27:34.630Z[ host-package] Compiling crossbeam-channel v0.5.15
28462026-08-21T22:27:34.659Z[ host-package] Compiling slog-json v2.6.1
28472026-08-21T22:27:34.683Z[ host-package] Compiling serde_spanned v1.1.1
28482026-08-21T22:27:34.719Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
28492026-08-21T22:27:34.758Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28502026-08-21T22:27:34.783Z[ host-package] Compiling oxide-update-engine-types v0.1.2
28512026-08-21T22:27:34.787Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
28522026-08-21T22:27:34.853Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
28532026-08-21T22:27:34.891Z[ host-package] Compiling term v1.2.1
28542026-08-21T22:27:34.928Z[ host-package] Compiling linked-hash-map v0.5.6
28552026-08-21T22:27:34.958Z[ host-package] Compiling float-ord v0.3.2
28562026-08-21T22:27:34.987Z[ host-package] Compiling take_mut v0.2.2
28572026-08-21T22:27:35.044Z[ host-package] Compiling typify-impl v0.6.2
28582026-08-21T22:27:35.113Z[ host-package] Compiling linear-map v1.2.0
28592026-08-21T22:27:35.137Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28602026-08-21T22:27:35.156Z[ host-package] Compiling lru-cache v0.1.2
28612026-08-21T22:27:35.182Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
28622026-08-21T22:27:35.185Z[ host-package] Compiling slog-bunyan v2.5.0
28632026-08-21T22:27:35.185Z[ host-package] Compiling async-compression v0.4.41
28642026-08-21T22:27:35.366Z[ host-package] Compiling slog-term v2.9.2
28652026-08-21T22:27:35.588Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28662026-08-21T22:27:35.588Z[ host-package] Compiling dropshot v0.17.1
28672026-08-21T22:27:35.659Z[ host-package] Compiling async-stream v0.3.6
28682026-08-21T22:27:35.717Z[ host-package] Compiling progenitor-client v0.14.0
28692026-08-21T22:27:35.717Z[ host-package] Compiling sha1 v0.11.0
28702026-08-21T22:27:35.903Z[ host-package] Compiling waitgroup v0.1.2
28712026-08-21T22:27:36.109Z[ host-package] Compiling rustls-pemfile v2.2.0
28722026-08-21T22:27:36.136Z[ host-package] Compiling backon v1.6.0
28732026-08-21T22:27:36.207Z[ host-package] Compiling serde_path_to_error v0.1.20
28742026-08-21T22:27:36.228Z[ host-package] Compiling hostname v0.4.2
28752026-08-21T22:27:36.232Z[ host-package] Compiling instant v0.1.13
28762026-08-21T22:27:36.261Z[ host-package] Compiling oxide-update-engine v0.1.2
28772026-08-21T22:27:36.371Z[ host-package] Compiling debug-ignore v1.0.5
28782026-08-21T22:27:36.411Z[ host-package] Compiling minimal-lexical v0.2.1
28792026-08-21T22:27:36.438Z[ host-package] Compiling progenitor-extras v0.2.0
28802026-08-21T22:27:36.484Z[ host-package] Compiling backoff v0.4.0
28812026-08-21T22:27:36.530Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28822026-08-21T22:27:36.599Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28832026-08-21T22:27:36.711Z[ host-package] Compiling nom v7.1.3
28842026-08-21T22:27:36.751Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28852026-08-21T22:27:36.787Z[ host-package] Compiling parse-display v0.10.0
28862026-08-21T22:27:36.834Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28872026-08-21T22:27:36.898Z[ host-package] Compiling hickory-proto v0.24.4
28882026-08-21T22:27:36.913Z[ helios-setup] Aug 21 22:27:35.513 INFO E| Finished `release` profile [optimized] target(s) in 11.73s
28892026-08-21T22:27:36.939Z[ helios-setup] Aug 21 22:27:35.539 INFO building project "dmar-report" ok (11 seconds)
28902026-08-21T22:27:36.939Z[ helios-setup] Aug 21 22:27:35.539 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
28912026-08-21T22:27:37.111Z[ host-package] Compiling regress v0.10.5
28922026-08-21T22:27:37.508Z[ host-package] Compiling itertools v0.14.0
28932026-08-21T22:27:37.592Z[ host-package] Compiling macaddr v1.0.1
28942026-08-21T22:27:37.927Z[ host-package] Compiling humantime v2.3.0
28952026-08-21T22:27:37.997Z[ host-package] Compiling unicode-xid v0.2.6
28962026-08-21T22:27:38.168Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28972026-08-21T22:27:38.260Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28982026-08-21T22:27:38.264Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28992026-08-21T22:27:38.435Z[ host-package] Compiling convert_case v0.10.0
29002026-08-21T22:27:38.475Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29012026-08-21T22:27:38.697Z[ host-package] Compiling toml v0.8.23
29022026-08-21T22:27:38.795Z[ host-package] Compiling typify-macro v0.6.2
29032026-08-21T22:27:38.845Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29042026-08-21T22:27:38.954Z[ host-package] Compiling derive_more-impl v2.1.1
29052026-08-21T22:27:39.133Z[ host-package] Compiling papergrid v0.11.0
29062026-08-21T22:27:39.198Z[ host-package] Compiling tabled_derive v0.7.0
29072026-08-21T22:27:39.439Z[ host-package] Compiling termtree v0.5.1
29082026-08-21T22:27:39.546Z[ host-package] Compiling phf_shared v0.12.1
29092026-08-21T22:27:39.709Z[ host-package] Compiling hickory-resolver v0.24.4
29102026-08-21T22:27:39.742Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29112026-08-21T22:27:39.806Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29122026-08-21T22:27:39.861Z[ host-package] Compiling derive_more v2.1.1
29132026-08-21T22:27:40.045Z[ host-package] Compiling crossterm v0.29.0
29142026-08-21T22:27:40.183Z[ host-package] Compiling tabled v0.15.0
29152026-08-21T22:27:40.535Z[ host-package] Compiling typify v0.6.2
29162026-08-21T22:27:40.796Z[ host-package] Compiling progenitor-impl v0.14.0
29172026-08-21T22:27:41.683Z[ host-package] Compiling qorb v0.4.1
29182026-08-21T22:27:41.736Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29192026-08-21T22:27:42.408Z[ host-package] Compiling vte v0.14.1
29202026-08-21T22:27:42.737Z[ host-package] Compiling csv-core v0.1.13
29212026-08-21T22:27:43.157Z[ host-package] Compiling progenitor-macro v0.14.0
29222026-08-21T22:27:43.191Z[ host-package] Compiling highway v1.3.0
29232026-08-21T22:27:43.216Z[ host-package] Compiling chrono-tz v0.10.4
29242026-08-21T22:27:43.952Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29252026-08-21T22:27:44.637Z[ host-package] Compiling csv v1.4.0
29262026-08-21T22:27:44.836Z[ host-package] Compiling strip-ansi-escapes v0.2.1
29272026-08-21T22:27:45.062Z[ host-package] Compiling phf v0.12.1
29282026-08-21T22:27:45.374Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29292026-08-21T22:27:45.449Z[ host-package] Compiling const_format_proc_macros v0.2.34
29302026-08-21T22:27:45.480Z[ host-package] Compiling fd-lock v4.0.4
29312026-08-21T22:27:45.695Z[ host-package] Compiling peg-macros v0.8.5
29322026-08-21T22:27:45.752Z[ host-package] Compiling nu-ansi-term v0.50.3
29332026-08-21T22:27:46.027Z[ host-package] Compiling reedline v0.40.0
29342026-08-21T22:27:46.346Z[ host-package] Compiling const_format v0.2.35
29352026-08-21T22:27:46.808Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29362026-08-21T22:27:46.985Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29372026-08-21T22:27:47.200Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29382026-08-21T22:27:47.859Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
29392026-08-21T22:27:47.954Z[ host-package] Compiling progenitor v0.14.0
29402026-08-21T22:27:48.288Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29412026-08-21T22:27:48.550Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29422026-08-21T22:27:48.787Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29432026-08-21T22:27:48.986Z[ host-package] Compiling peg v0.8.5
29442026-08-21T22:27:49.073Z[ host-package] Compiling bcs v0.1.6
29452026-08-21T22:27:49.216Z[ host-package] Compiling nom v8.0.0
29462026-08-21T22:27:49.565Z[ host-package] Compiling semver v0.1.20
29472026-08-21T22:27:50.036Z[ host-package] Compiling rustc_version v0.1.7
29482026-08-21T22:27:50.353Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29492026-08-21T22:27:50.475Z[ host-package] Compiling newtype_derive v0.1.6
29502026-08-21T22:27:50.629Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29512026-08-21T22:27:50.736Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29522026-08-21T22:27:50.920Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
29532026-08-21T22:27:50.982Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29542026-08-21T22:27:51.496Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
29552026-08-21T22:27:51.769Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
29562026-08-21T22:27:51.927Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
29572026-08-21T22:27:52.033Z[ host-package] Compiling steno v0.4.1
29582026-08-21T22:27:52.111Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29592026-08-21T22:27:52.506Z[ host-package] Compiling sha1 v0.10.6
29602026-08-21T22:27:52.615Z[ host-package] Compiling utf-8 v0.7.6
29612026-08-21T22:27:52.689Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29622026-08-21T22:27:52.902Z[ host-package] Compiling tagptr v0.2.0
29632026-08-21T22:27:53.114Z[ host-package] Compiling moka v0.12.13
29642026-08-21T22:27:53.118Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
29652026-08-21T22:27:53.446Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29662026-08-21T22:27:53.713Z[ host-package] Compiling tungstenite v0.21.0
29672026-08-21T22:27:53.951Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29682026-08-21T22:27:54.529Z[ host-package] Compiling hickory-resolver v0.25.2
29692026-08-21T22:27:54.687Z[ host-package] Compiling tokio-tungstenite v0.21.0
29702026-08-21T22:27:55.109Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29712026-08-21T22:27:55.875Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29722026-08-21T22:27:56.953Z[ host-package] Compiling darling_core v0.21.3
29732026-08-21T22:27:57.508Z[ host-package] Compiling display-error-chain v0.2.2
29742026-08-21T22:27:57.704Z[ host-package] Compiling libscf-sys v1.2.0
29752026-08-21T22:27:57.807Z[ host-package] Compiling vergen-lib v0.1.6
29762026-08-21T22:27:57.962Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29772026-08-21T22:27:58.084Z[ host-package] Compiling diesel_derives v2.3.7
29782026-08-21T22:27:58.450Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29792026-08-21T22:27:59.222Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29802026-08-21T22:27:59.452Z[ host-package] Compiling darling_macro v0.21.3
29812026-08-21T22:27:59.959Z[ host-package] Compiling scheduled-thread-pool v0.2.7
29822026-08-21T22:28:00.020Z[ host-package] Compiling darling v0.21.3
29832026-08-21T22:28:00.073Z[ helios-setup] Aug 21 22:27:58.673 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')"
29842026-08-21T22:28:00.073Z[ helios-setup] Aug 21 22:27:58.673 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
29852026-08-21T22:28:00.081Z[ helios-setup] Aug 21 22:27:58.681 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
29862026-08-21T22:28:00.081Z[ helios-setup] Aug 21 22:27:58.681 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
29872026-08-21T22:28:00.085Z[ helios-setup] Aug 21 22:27:58.681 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
29882026-08-21T22:28:00.199Z[ host-package] Compiling dsl_auto_type v0.2.0
29892026-08-21T22:28:00.258Z[ helios-setup] Aug 21 22:27:58.857 INFO E| Downloading crates ...
29902026-08-21T22:28:00.308Z[ helios-setup] Aug 21 22:27:58.908 INFO E| Downloaded adler2 v2.0.0
29912026-08-21T22:28:00.316Z[ helios-setup] Aug 21 22:27:58.916 INFO E| Downloaded miniz_oxide v0.8.8
29922026-08-21T22:28:00.356Z[ helios-setup] Aug 21 22:27:58.956 INFO E| Compiling adler2 v2.0.0
29932026-08-21T22:28:00.454Z[ helios-setup] Aug 21 22:27:59.054 INFO E| Compiling miniz_oxide v0.8.8
29942026-08-21T22:28:00.467Z[ host-package] Compiling vergen-gitcl v1.0.8
29952026-08-21T22:28:00.525Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
29962026-08-21T22:28:00.580Z[ host-package] Compiling dirs-sys-next v0.1.2
29972026-08-21T22:28:00.771Z[ host-package] Compiling crunchy v0.2.4
29982026-08-21T22:28:00.775Z[ host-package] Compiling glob v0.3.3
29992026-08-21T22:28:00.812Z[ host-package] Compiling maplit v1.0.2
30002026-08-21T22:28:01.031Z[ host-package] Compiling dirs-next v2.0.0
30012026-08-21T22:28:01.199Z[ host-package] Compiling r2d2 v0.8.10
30022026-08-21T22:28:01.223Z[ host-package] Compiling clang-sys v1.8.1
30032026-08-21T22:28:01.386Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30042026-08-21T22:28:01.439Z[ host-package] Compiling papergrid v0.18.0
30052026-08-21T22:28:01.526Z[ host-package] Compiling downcast-rs v2.0.2
30062026-08-21T22:28:01.529Z[ helios-setup] Aug 21 22:28:00.129 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
30072026-08-21T22:28:01.562Z[ host-package] Compiling tiny-keccak v2.0.2
30082026-08-21T22:28:01.589Z[ host-package] Compiling xshell-macros v0.2.7
30092026-08-21T22:28:01.692Z[ host-package] Compiling term v0.7.0
30102026-08-21T22:28:01.856Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30112026-08-21T22:28:01.982Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30122026-08-21T22:28:01.997Z[ helios-setup] Aug 21 22:28:00.597 INFO E| Finished `release` profile [optimized] target(s) in 1.90s
30132026-08-21T22:28:02.009Z[ helios-setup] Aug 21 22:28:00.609 INFO building project "pinprick" ok (1 seconds)
30142026-08-21T22:28:02.009Z[ helios-setup] Aug 21 22:28:00.609 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
30152026-08-21T22:28:02.018Z[ helios-setup] Aug 21 22:28:00.618 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
30162026-08-21T22:28:02.018Z[ helios-setup] Aug 21 22:28:00.618 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
30172026-08-21T22:28:02.025Z[ helios-setup] Aug 21 22:28:00.618 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
30182026-08-21T22:28:02.091Z[ host-package] Compiling xshell v0.2.7
30192026-08-21T22:28:02.126Z[ helios-setup] Aug 21 22:28:00.725 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
30202026-08-21T22:28:02.142Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30212026-08-21T22:28:02.186Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30222026-08-21T22:28:02.220Z[ host-package] Compiling bit-vec v0.6.3
30232026-08-21T22:28:02.409Z[ host-package] Compiling bit-set v0.5.3
30242026-08-21T22:28:02.464Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30252026-08-21T22:28:02.499Z[ host-package] Compiling ascii-canvas v3.0.0
30262026-08-21T22:28:02.566Z[ helios-setup] Aug 21 22:28:01.166 INFO E| From https://github.com/jclulow/rust-jmclib
30272026-08-21T22:28:02.566Z[ helios-setup] Aug 21 22:28:01.166 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
30282026-08-21T22:28:02.578Z[ helios-setup] Aug 21 22:28:01.178 INFO E| Updating crates.io index
30292026-08-21T22:28:02.596Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30302026-08-21T22:28:02.721Z[ helios-setup] Aug 21 22:28:01.321 INFO E| Downloading crates ...
30312026-08-21T22:28:02.757Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30322026-08-21T22:28:02.765Z[ helios-setup] Aug 21 22:28:01.364 INFO E| Downloaded md-5 v0.9.1
30332026-08-21T22:28:02.769Z[ helios-setup] Aug 21 22:28:01.367 INFO E| Downloaded uuid v0.8.2
30342026-08-21T22:28:02.772Z[ helios-setup] Aug 21 22:28:01.370 INFO E| Downloaded itoa v1.0.9
30352026-08-21T22:28:02.789Z[ helios-setup] Aug 21 22:28:01.389 INFO E| Downloaded block-buffer v0.9.0
30362026-08-21T22:28:02.794Z[ helios-setup] Aug 21 22:28:01.390 INFO E| Downloaded digest v0.9.0
30372026-08-21T22:28:02.794Z[ helios-setup] Aug 21 22:28:01.391 INFO E| Downloaded fastrand v2.0.0
30382026-08-21T22:28:02.794Z[ helios-setup] Aug 21 22:28:01.393 INFO E| Downloaded sha-1 v0.9.8
30392026-08-21T22:28:02.798Z[ helios-setup] Aug 21 22:28:01.394 INFO E| Downloaded cpufeatures v0.2.9
30402026-08-21T22:28:02.798Z[ host-package] Compiling tabled v0.21.0
30412026-08-21T22:28:02.798Z[ helios-setup] Aug 21 22:28:01.395 INFO E| Downloaded opaque-debug v0.3.0
30422026-08-21T22:28:02.798Z[ helios-setup] Aug 21 22:28:01.396 INFO E| Downloaded errno v0.3.1
30432026-08-21T22:28:02.802Z[ helios-setup] Aug 21 22:28:01.401 INFO E| Downloaded libdevinfo-sys v1.0.0
30442026-08-21T22:28:02.805Z[ helios-setup] Aug 21 22:28:01.404 INFO E| Downloaded quote v1.0.31
30452026-08-21T22:28:02.806Z[ helios-setup] Aug 21 22:28:01.405 INFO E| Downloaded unicode-width v0.1.10
30462026-08-21T22:28:02.810Z[ helios-setup] Aug 21 22:28:01.406 INFO E| Downloaded anyhow v1.0.72
30472026-08-21T22:28:02.813Z[ helios-setup] Aug 21 22:28:01.410 INFO E| Downloaded walkdir v2.3.3
30482026-08-21T22:28:02.813Z[ helios-setup] Aug 21 22:28:01.413 INFO E| Downloaded glob v0.3.1
30492026-08-21T22:28:02.816Z[ helios-setup] Aug 21 22:28:01.415 INFO E| Downloaded tempfile v3.7.0
30502026-08-21T22:28:02.822Z[ helios-setup] Aug 21 22:28:01.422 INFO E| Downloaded serde_derive v1.0.193
30512026-08-21T22:28:02.825Z[ helios-setup] Aug 21 22:28:01.423 INFO E| Downloaded bitflags v2.3.3
30522026-08-21T22:28:02.828Z[ helios-setup] Aug 21 22:28:01.425 INFO E| Downloaded getrandom v0.2.10
30532026-08-21T22:28:02.828Z[ helios-setup] Aug 21 22:28:01.427 INFO E| Downloaded typenum v1.16.0
30542026-08-21T22:28:02.831Z[ helios-setup] Aug 21 22:28:01.428 INFO E| Downloaded ryu v1.0.15
30552026-08-21T22:28:02.831Z[ helios-setup] Aug 21 22:28:01.430 INFO E| Downloaded unicode-ident v1.0.11
30562026-08-21T22:28:02.834Z[ helios-setup] Aug 21 22:28:01.432 INFO E| Downloaded proc-macro2 v1.0.66
30572026-08-21T22:28:02.834Z[ helios-setup] Aug 21 22:28:01.433 INFO E| Downloaded once_cell v1.18.0
30582026-08-21T22:28:02.837Z[ helios-setup] Aug 21 22:28:01.435 INFO E| Downloaded serde v1.0.193
30592026-08-21T22:28:02.838Z[ helios-setup] Aug 21 22:28:01.437 INFO E| Downloaded toml v0.5.11
30602026-08-21T22:28:02.858Z[ helios-setup] Aug 21 22:28:01.458 INFO E| Downloaded serde_json v1.0.103
30612026-08-21T22:28:02.879Z[ helios-setup] Aug 21 22:28:01.478 INFO E| Downloaded syn v2.0.32
30622026-08-21T22:28:02.885Z[ helios-setup] Aug 21 22:28:01.485 INFO E| Downloaded rustix v0.38.4
30632026-08-21T22:28:02.907Z[ helios-setup] Aug 21 22:28:01.506 INFO E| Downloaded libc v0.2.147
30642026-08-21T22:28:03.081Z[ helios-setup] Aug 21 22:28:01.681 INFO E| Compiling libc v0.2.147
30652026-08-21T22:28:03.116Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30662026-08-21T22:28:03.157Z[ helios-setup] Aug 21 22:28:01.757 INFO E| Compiling proc-macro2 v1.0.66
30672026-08-21T22:28:03.157Z[ helios-setup] Aug 21 22:28:01.757 INFO E| Compiling unicode-ident v1.0.11
30682026-08-21T22:28:03.160Z[ helios-setup] Aug 21 22:28:01.757 INFO E| Compiling cfg-if v1.0.0
30692026-08-21T22:28:03.160Z[ helios-setup] Aug 21 22:28:01.757 INFO E| Compiling version_check v0.9.4
30702026-08-21T22:28:03.160Z[ helios-setup] Aug 21 22:28:01.757 INFO E| Compiling typenum v1.16.0
30712026-08-21T22:28:03.160Z[ helios-setup] Aug 21 22:28:01.757 INFO E| Compiling serde v1.0.193
30722026-08-21T22:28:03.160Z[ helios-setup] Aug 21 22:28:01.757 INFO E| Compiling powerfmt v0.2.0
30732026-08-21T22:28:03.160Z[ helios-setup] Aug 21 22:28:01.757 INFO E| Compiling time-core v0.1.2
30742026-08-21T22:28:03.160Z[ helios-setup] Aug 21 22:28:01.757 INFO E| Compiling rustix v0.38.4
30752026-08-21T22:28:03.160Z[ helios-setup] Aug 21 22:28:01.757 INFO E| Compiling num-conv v0.1.0
30762026-08-21T22:28:03.160Z[ helios-setup] Aug 21 22:28:01.757 INFO E| Compiling itoa v1.0.9
30772026-08-21T22:28:03.160Z[ helios-setup] Aug 21 22:28:01.757 INFO E| Compiling slog v2.7.0
30782026-08-21T22:28:03.160Z[ helios-setup] Aug 21 22:28:01.757 INFO E| Compiling once_cell v1.18.0
30792026-08-21T22:28:03.160Z[ helios-setup] Aug 21 22:28:01.757 INFO E| Compiling bitflags v2.3.3
30802026-08-21T22:28:03.160Z[ helios-setup] Aug 21 22:28:01.757 INFO E| Compiling num_threads v0.1.6
30812026-08-21T22:28:03.382Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30822026-08-21T22:28:03.515Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30832026-08-21T22:28:03.634Z[ helios-setup] Aug 21 22:28:02.234 INFO E| Compiling serde_json v1.0.103
30842026-08-21T22:28:03.714Z[ helios-setup] Aug 21 22:28:02.313 INFO E| Compiling anyhow v1.0.72
30852026-08-21T22:28:03.766Z[ helios-setup] Aug 21 22:28:02.366 INFO E| Compiling deranged v0.3.11
30862026-08-21T22:28:03.796Z[ helios-setup] Aug 21 22:28:02.396 INFO E| Compiling thread_local v1.1.7
30872026-08-21T22:28:03.820Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30882026-08-21T22:28:03.903Z[ helios-setup] Aug 21 22:28:02.503 INFO E| Compiling opaque-debug v0.3.0
30892026-08-21T22:28:03.980Z[ helios-setup] Aug 21 22:28:02.580 INFO E| Compiling fastrand v2.0.0
30902026-08-21T22:28:03.984Z[ helios-setup] Aug 21 22:28:02.584 INFO E| Compiling same-file v1.0.6
30912026-08-21T22:28:04.019Z[ helios-setup] Aug 21 22:28:02.619 INFO E| Compiling time-macros v0.2.18
30922026-08-21T22:28:04.139Z[ helios-setup] Aug 21 22:28:02.738 INFO E| Compiling cpufeatures v0.2.9
30932026-08-21T22:28:04.182Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30942026-08-21T22:28:04.201Z[ helios-setup] Aug 21 22:28:02.801 INFO E| Compiling unicode-width v0.1.10
30952026-08-21T22:28:04.220Z[ helios-setup] Aug 21 22:28:02.820 INFO E| Compiling ryu v1.0.15
30962026-08-21T22:28:04.232Z[ helios-setup] Aug 21 22:28:02.831 INFO E| Compiling walkdir v2.3.3
30972026-08-21T22:28:04.370Z[ helios-setup] Aug 21 22:28:02.968 INFO E| Compiling dirs-sys-next v0.1.2
30982026-08-21T22:28:04.410Z[ helios-setup] Aug 21 22:28:03.010 INFO E| Compiling errno v0.3.1
30992026-08-21T22:28:04.482Z[ host-package] Compiling itertools v0.10.5
31002026-08-21T22:28:04.486Z[ helios-setup] Aug 21 22:28:03.086 INFO E| Compiling atty v0.2.14
31012026-08-21T22:28:04.507Z[ helios-setup] Aug 21 22:28:03.106 INFO E| Compiling getrandom v0.2.10
31022026-08-21T22:28:04.539Z[ helios-setup] Aug 21 22:28:03.138 INFO E| Compiling getopts v0.2.21
31032026-08-21T22:28:04.564Z[ helios-setup] Aug 21 22:28:03.164 INFO E| Compiling generic-array v0.14.7
31042026-08-21T22:28:04.601Z[ helios-setup] Aug 21 22:28:03.201 INFO E| Compiling glob v0.3.1
31052026-08-21T22:28:04.622Z[ helios-setup] Aug 21 22:28:03.222 INFO E| Compiling libdevinfo-sys v1.0.0
31062026-08-21T22:28:04.649Z[ helios-setup] Aug 21 22:28:03.248 INFO E| Compiling dirs-next v2.0.0
31072026-08-21T22:28:04.652Z[ host-package] Compiling ena v0.14.4
31082026-08-21T22:28:04.873Z[ helios-setup] Aug 21 22:28:03.473 INFO E| Compiling term v0.7.0
31092026-08-21T22:28:04.894Z[ host-package] Compiling libloading v0.8.9
31102026-08-21T22:28:05.111Z[ host-package] Compiling diff v0.1.13
31112026-08-21T22:28:05.144Z[ helios-setup] Aug 21 22:28:03.744 INFO E| Compiling quote v1.0.31
31122026-08-21T22:28:05.361Z[ host-package] Compiling unicase v2.9.0
31132026-08-21T22:28:05.431Z[ helios-setup] Aug 21 22:28:04.031 INFO E| Compiling syn v2.0.32
31142026-08-21T22:28:05.536Z[ host-package] Compiling bindgen v0.71.1
31152026-08-21T22:28:05.659Z[ helios-setup] Aug 21 22:28:04.259 INFO E| Compiling tempfile v3.7.0
31162026-08-21T22:28:05.706Z[ host-package] Compiling regex-syntax v0.6.29
31172026-08-21T22:28:05.776Z[ helios-setup] Aug 21 22:28:04.376 INFO E| Compiling digest v0.9.0
31182026-08-21T22:28:05.776Z[ helios-setup] Aug 21 22:28:04.376 INFO E| Compiling block-buffer v0.9.0
31192026-08-21T22:28:05.879Z[ helios-setup] Aug 21 22:28:04.476 INFO E| Compiling md-5 v0.9.1
31202026-08-21T22:28:05.879Z[ helios-setup] Aug 21 22:28:04.477 INFO E| Compiling sha-1 v0.9.8
31212026-08-21T22:28:05.982Z[ helios-setup] Aug 21 22:28:04.581 INFO E| Compiling time v0.3.36
31222026-08-21T22:28:06.281Z[ host-package] Compiling cexpr v0.6.0
31232026-08-21T22:28:06.405Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31242026-08-21T22:28:06.688Z[ host-package] Compiling rustc-hash v2.1.1
31252026-08-21T22:28:06.845Z[ host-package] Compiling crc8 v0.1.1
31262026-08-21T22:28:06.970Z[ helios-setup] Aug 21 22:28:05.554 INFO E| Compiling slog-term v2.9.0
31272026-08-21T22:28:07.020Z[ host-package] Compiling diesel v2.3.7
31282026-08-21T22:28:07.188Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31292026-08-21T22:28:07.192Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31302026-08-21T22:28:07.555Z[ host-package] Compiling lalrpop v0.19.12
31312026-08-21T22:28:07.594Z[ helios-setup] Aug 21 22:28:06.193 INFO E| Compiling serde_derive v1.0.193
31322026-08-21T22:28:07.900Z[ host-package] Compiling headers-core v0.3.0
31332026-08-21T22:28:08.104Z[ host-package] Compiling libxml v0.3.3
31342026-08-21T22:28:08.332Z[ host-package] Compiling headers v0.4.1
31352026-08-21T22:28:08.554Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31362026-08-21T22:28:08.607Z[ host-package] Compiling strum_macros v0.24.3
31372026-08-21T22:28:08.808Z[ host-package] Compiling indoc v1.0.9
31382026-08-21T22:28:09.102Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31392026-08-21T22:28:09.138Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31402026-08-21T22:28:09.263Z[ host-package] Compiling derive_builder v0.20.2
31412026-08-21T22:28:09.341Z[ host-package] Compiling oso-derive v0.27.3
31422026-08-21T22:28:09.446Z[ host-package] Compiling quick-xml v0.37.5
31432026-08-21T22:28:09.708Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
31442026-08-21T22:28:09.953Z[ host-package] Compiling openssl-probe v0.1.6
31452026-08-21T22:28:10.226Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31462026-08-21T22:28:10.304Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31472026-08-21T22:28:10.365Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31482026-08-21T22:28:10.872Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31492026-08-21T22:28:10.974Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31502026-08-21T22:28:11.029Z[ host-package] Compiling bb8 v0.8.6
31512026-08-21T22:28:11.061Z[ host-package] Compiling trait-variant v0.1.2
31522026-08-21T22:28:11.353Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
31532026-08-21T22:28:11.446Z[ host-package] Compiling half v1.8.3
31542026-08-21T22:28:11.654Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31552026-08-21T22:28:11.794Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31562026-08-21T22:28:11.823Z[ host-package] Compiling proc-macro-error2 v2.0.1
31572026-08-21T22:28:11.942Z[ host-package] Compiling serde_cbor v0.11.2
31582026-08-21T22:28:11.983Z[ helios-setup] Aug 21 22:28:10.581 INFO E| Compiling toml v0.5.11
31592026-08-21T22:28:11.983Z[ helios-setup] Aug 21 22:28:10.581 INFO E| Compiling uuid v0.8.2
31602026-08-21T22:28:12.128Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
31612026-08-21T22:28:12.277Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31622026-08-21T22:28:12.343Z[ host-package] Compiling hashbrown v0.14.5
31632026-08-21T22:28:12.373Z[ host-package] Compiling rfc6979 v0.4.0
31642026-08-21T22:28:12.555Z[ host-package] Compiling salty v0.3.0
31652026-08-21T22:28:12.637Z[ host-package] Compiling ecdsa v0.16.9
31662026-08-21T22:28:12.681Z[ helios-setup] Aug 21 22:28:11.281 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
31672026-08-21T22:28:12.760Z[ host-package] Compiling samael v0.0.19
31682026-08-21T22:28:13.089Z[ host-package] Compiling chumsky v0.9.3
31692026-08-21T22:28:13.122Z[ host-package] Compiling knus-derive v3.4.0
31702026-08-21T22:28:13.301Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31712026-08-21T22:28:13.386Z[ host-package] Compiling progenitor-impl v0.13.0
31722026-08-21T22:28:13.525Z[ host-package] Compiling primeorder v0.13.6
31732026-08-21T22:28:13.605Z[ helios-setup] Aug 21 22:28:12.204 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
31742026-08-21T22:28:13.849Z[ host-package] Compiling nonempty v0.12.0
31752026-08-21T22:28:14.090Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31762026-08-21T22:28:14.494Z[ host-package] Compiling p384 v0.13.1
31772026-08-21T22:28:14.598Z[ host-package] Compiling knus v3.4.0
31782026-08-21T22:28:15.424Z[ host-package] Compiling polar-core v0.27.3
31792026-08-21T22:28:15.487Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31802026-08-21T22:28:15.727Z[ host-package] Compiling progenitor-macro v0.13.0
31812026-08-21T22:28:16.158Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31822026-08-21T22:28:16.639Z[ host-package] Compiling progenitor-client v0.13.0
31832026-08-21T22:28:16.857Z[ host-package] Compiling fxhash v0.2.1
31842026-08-21T22:28:17.121Z[ host-package] Compiling libz-sys v1.1.24
31852026-08-21T22:28:17.195Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
31862026-08-21T22:28:17.302Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
31872026-08-21T22:28:17.656Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31882026-08-21T22:28:17.910Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31892026-08-21T22:28:18.110Z[ helios-setup] Aug 21 22:28:16.709 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.07s
31902026-08-21T22:28:18.134Z[ helios-setup] Aug 21 22:28:16.733 INFO building project "image-builder" ok (16 seconds)
31912026-08-21T22:28:18.134Z[ helios-setup] Aug 21 22:28:16.734 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
31922026-08-21T22:28:18.143Z[ helios-setup] Aug 21 22:28:16.742 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
31932026-08-21T22:28:18.143Z[ helios-setup] Aug 21 22:28:16.742 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
31942026-08-21T22:28:18.146Z[ helios-setup] Aug 21 22:28:16.742 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
31952026-08-21T22:28:18.252Z[ helios-setup] Aug 21 22:28:16.852 INFO E| Downloading crates ...
31962026-08-21T22:28:18.308Z[ helios-setup] Aug 21 22:28:16.904 INFO E| Downloaded bytes v1.2.1
31972026-08-21T22:28:18.311Z[ helios-setup] Aug 21 22:28:16.907 INFO E| Downloaded miniz_oxide v0.6.2
31982026-08-21T22:28:18.311Z[ helios-setup] Aug 21 22:28:16.908 INFO E| Downloaded generic-array v0.14.6
31992026-08-21T22:28:18.315Z[ helios-setup] Aug 21 22:28:16.911 INFO E| Downloaded block-buffer v0.10.3
32002026-08-21T22:28:18.315Z[ helios-setup] Aug 21 22:28:16.912 INFO E| Downloaded typenum v1.15.0
32012026-08-21T22:28:18.318Z[ helios-setup] Aug 21 22:28:16.917 INFO E| Downloaded cpufeatures v0.2.5
32022026-08-21T22:28:18.318Z[ helios-setup] Aug 21 22:28:16.918 INFO E| Downloaded sha2 v0.10.5
32032026-08-21T22:28:18.321Z[ helios-setup] Aug 21 22:28:16.919 INFO E| Downloaded digest v0.10.3
32042026-08-21T22:28:18.331Z[ helios-setup] Aug 21 22:28:16.931 INFO E| Downloaded anyhow v1.0.62
32052026-08-21T22:28:18.334Z[ helios-setup] Aug 21 22:28:16.933 INFO E| Downloaded flate2 v1.0.25
32062026-08-21T22:28:18.379Z[ helios-setup] Aug 21 22:28:16.978 INFO E| Compiling version_check v0.9.4
32072026-08-21T22:28:18.379Z[ helios-setup] Aug 21 22:28:16.978 INFO E| Compiling typenum v1.15.0
32082026-08-21T22:28:18.384Z[ helios-setup] Aug 21 22:28:16.978 INFO E| Compiling cfg-if v1.0.0
32092026-08-21T22:28:18.384Z[ helios-setup] Aug 21 22:28:16.978 INFO E| Compiling crc32fast v1.3.2
32102026-08-21T22:28:18.384Z[ helios-setup] Aug 21 22:28:16.978 INFO E| Compiling anyhow v1.0.62
32112026-08-21T22:28:18.384Z[ helios-setup] Aug 21 22:28:16.979 INFO E| Compiling adler v1.0.2
32122026-08-21T22:28:18.384Z[ helios-setup] Aug 21 22:28:16.979 INFO E| Compiling cpufeatures v0.2.5
32132026-08-21T22:28:18.448Z[ helios-setup] Aug 21 22:28:17.045 INFO E| Compiling unicode-width v0.1.10
32142026-08-21T22:28:18.448Z[ helios-setup] Aug 21 22:28:17.045 INFO E| Compiling bitflags v1.3.2
32152026-08-21T22:28:18.451Z[ helios-setup] Aug 21 22:28:17.045 INFO E| Compiling bytes v1.2.1
32162026-08-21T22:28:18.606Z[ helios-setup] Aug 21 22:28:17.206 INFO E| Compiling getopts v0.2.21
32172026-08-21T22:28:18.642Z[ helios-setup] Aug 21 22:28:17.235 INFO E| Compiling miniz_oxide v0.6.2
32182026-08-21T22:28:18.648Z[ host-package] Compiling kstat-rs v0.2.5
32192026-08-21T22:28:18.740Z[ helios-setup] Aug 21 22:28:17.338 INFO E| Compiling generic-array v0.14.6
32202026-08-21T22:28:18.957Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32212026-08-21T22:28:19.247Z[ helios-setup] Aug 21 22:28:17.846 INFO E| Compiling flate2 v1.0.25
32222026-08-21T22:28:19.663Z[ host-package] Compiling mime_guess v2.0.5
32232026-08-21T22:28:20.345Z[ host-package] Compiling progenitor v0.13.0
32242026-08-21T22:28:20.497Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32252026-08-21T22:28:20.623Z[ helios-setup] Aug 21 22:28:19.223 INFO E| Compiling crypto-common v0.1.6
32262026-08-21T22:28:20.623Z[ helios-setup] Aug 21 22:28:19.223 INFO E| Compiling block-buffer v0.10.3
32272026-08-21T22:28:20.732Z[ helios-setup] Aug 21 22:28:19.332 INFO E| Compiling digest v0.10.3
32282026-08-21T22:28:20.908Z[ helios-setup] Aug 21 22:28:19.505 INFO E| Compiling sha2 v0.10.5
32292026-08-21T22:28:21.136Z[ helios-setup] Aug 21 22:28:19.736 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
32302026-08-21T22:28:21.683Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32312026-08-21T22:28:21.729Z[ host-package] Compiling nanorand v0.7.0
32322026-08-21T22:28:21.876Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32332026-08-21T22:28:22.261Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
32342026-08-21T22:28:22.343Z[ host-package] Compiling parking_lot_core v0.8.6
32352026-08-21T22:28:22.921Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32362026-08-21T22:28:23.145Z[ host-package] Compiling flume v0.11.1
32372026-08-21T22:28:23.326Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32382026-08-21T22:28:23.330Z[ helios-setup] Aug 21 22:28:21.929 INFO E| Finished `release` profile [optimized] target(s) in 5.17s
32392026-08-21T22:28:23.343Z[ helios-setup] Aug 21 22:28:21.942 INFO building project "bootserver" ok (5 seconds)
32402026-08-21T22:28:23.343Z[ helios-setup] Aug 21 22:28:21.942 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
32412026-08-21T22:28:23.378Z[ helios-setup] Aug 21 22:28:21.977 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')"
32422026-08-21T22:28:23.378Z[ helios-setup] Aug 21 22:28:21.977 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32432026-08-21T22:28:23.378Z[ helios-setup] Aug 21 22:28:21.977 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32442026-08-21T22:28:23.553Z[ helios-setup] Aug 21 22:28:22.153 INFO E| Updating crates.io index
32452026-08-21T22:28:23.556Z[ helios-setup] Aug 21 22:28:22.153 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32462026-08-21T22:28:23.813Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32472026-08-21T22:28:23.999Z[ helios-setup] Aug 21 22:28:22.599 INFO E| From https://github.com/oxidecomputer/amd-apcb
32482026-08-21T22:28:23.999Z[ helios-setup] Aug 21 22:28:22.599 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
32492026-08-21T22:28:24.017Z[ helios-setup] Aug 21 22:28:22.616 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
32502026-08-21T22:28:24.264Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32512026-08-21T22:28:24.405Z[ helios-setup] Aug 21 22:28:23.004 INFO E| From https://github.com/oxidecomputer/amd-efs
32522026-08-21T22:28:24.405Z[ helios-setup] Aug 21 22:28:23.004 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
32532026-08-21T22:28:24.550Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32542026-08-21T22:28:24.664Z[ helios-setup] Aug 21 22:28:23.264 INFO E| Downloading crates ...
32552026-08-21T22:28:24.707Z[ helios-setup] Aug 21 22:28:23.307 INFO E| Downloaded ansi_term v0.12.1
32562026-08-21T22:28:24.711Z[ helios-setup] Aug 21 22:28:23.309 INFO E| Downloaded dyn-clone v1.0.19
32572026-08-21T22:28:24.715Z[ helios-setup] Aug 21 22:28:23.315 INFO E| Downloaded modular-bitfield v0.11.2
32582026-08-21T22:28:24.723Z[ helios-setup] Aug 21 22:28:23.321 INFO E| Downloaded bytesize v2.0.1
32592026-08-21T22:28:24.727Z[ helios-setup] Aug 21 22:28:23.322 INFO E| Downloaded four-cc v0.4.0
32602026-08-21T22:28:24.727Z[ helios-setup] Aug 21 22:28:23.323 INFO E| Downloaded strum_macros v0.27.1
32612026-08-21T22:28:24.727Z[ helios-setup] Aug 21 22:28:23.324 INFO E| Downloaded fletcher v1.0.0
32622026-08-21T22:28:24.727Z[ helios-setup] Aug 21 22:28:23.325 INFO E| Downloaded parse_int v0.9.0
32632026-08-21T22:28:24.727Z[ helios-setup] Aug 21 22:28:23.325 INFO E| Downloaded pest_derive v2.8.0
32642026-08-21T22:28:24.731Z[ helios-setup] Aug 21 22:28:23.326 INFO E| Downloaded modular-bitfield-impl v0.11.2
32652026-08-21T22:28:24.731Z[ helios-setup] Aug 21 22:28:23.329 INFO E| Downloaded unic-char-property v0.9.0
32662026-08-21T22:28:24.734Z[ helios-setup] Aug 21 22:28:23.332 INFO E| Downloaded strsim v0.8.0
32672026-08-21T22:28:24.734Z[ helios-setup] Aug 21 22:28:23.332 INFO E| Downloaded unic-char-range v0.9.0
32682026-08-21T22:28:24.737Z[ helios-setup] Aug 21 22:28:23.335 INFO E| Downloaded vec_map v0.8.2
32692026-08-21T22:28:24.741Z[ helios-setup] Aug 21 22:28:23.337 INFO E| Downloaded strum v0.27.1
32702026-08-21T22:28:24.741Z[ helios-setup] Aug 21 22:28:23.337 INFO E| Downloaded unic-ucd-version v0.9.0
32712026-08-21T22:28:24.741Z[ helios-setup] Aug 21 22:28:23.339 INFO E| Downloaded textwrap v0.11.0
32722026-08-21T22:28:24.744Z[ helios-setup] Aug 21 22:28:23.342 INFO E| Downloaded unic-common v0.9.0
32732026-08-21T22:28:24.747Z[ helios-setup] Aug 21 22:28:23.345 INFO E| Downloaded heck v0.3.3
32742026-08-21T22:28:24.747Z[ helios-setup] Aug 21 22:28:23.346 INFO E| Downloaded structopt-derive v0.4.18
32752026-08-21T22:28:24.747Z[ helios-setup] Aug 21 22:28:23.347 INFO E| Downloaded rustversion v1.0.20
32762026-08-21T22:28:24.752Z[ helios-setup] Aug 21 22:28:23.350 INFO E| Downloaded pest_generator v2.8.0
32772026-08-21T22:28:24.755Z[ helios-setup] Aug 21 22:28:23.351 INFO E| Downloaded modular-bitfield-impl v0.13.1
32782026-08-21T22:28:24.755Z[ helios-setup] Aug 21 22:28:23.352 INFO E| Downloaded unic-ucd-ident v0.9.0
32792026-08-21T22:28:24.755Z[ helios-setup] Aug 21 22:28:23.355 INFO E| Downloaded log v0.4.27
32802026-08-21T22:28:24.758Z[ helios-setup] Aug 21 22:28:23.356 INFO E| Downloaded modular-bitfield v0.13.1
32812026-08-21T22:28:24.765Z[ helios-setup] Aug 21 22:28:23.365 INFO E| Downloaded structopt v0.3.26
32822026-08-21T22:28:24.769Z[ helios-setup] Aug 21 22:28:23.369 INFO E| Downloaded pest_meta v2.8.0
32832026-08-21T22:28:24.779Z[ helios-setup] Aug 21 22:28:23.379 INFO E| Downloaded typenum v1.18.0
32842026-08-21T22:28:24.782Z[ helios-setup] Aug 21 22:28:23.381 INFO E| Downloaded zerocopy-derive v0.8.25
32852026-08-21T22:28:24.802Z[ helios-setup] Aug 21 22:28:23.402 INFO E| Downloaded pest v2.8.0
32862026-08-21T22:28:24.807Z[ helios-setup] Aug 21 22:28:23.405 INFO E| Downloaded goblin v0.9.3
32872026-08-21T22:28:24.810Z[ helios-setup] Aug 21 22:28:23.408 INFO E| Downloaded clap v2.34.0
32882026-08-21T22:28:24.813Z[ helios-setup] Aug 21 22:28:23.412 INFO E| Downloaded zerocopy v0.8.25
32892026-08-21T22:28:24.850Z[ host-package] Compiling git-stub v1.0.0
32902026-08-21T22:28:24.902Z[ helios-setup] Aug 21 22:28:23.501 INFO E| Compiling proc-macro2 v1.0.95
32912026-08-21T22:28:24.902Z[ helios-setup] Aug 21 22:28:23.501 INFO E| Compiling unicode-ident v1.0.18
32922026-08-21T22:28:24.905Z[ helios-setup] Aug 21 22:28:23.501 INFO E| Compiling memchr v2.7.4
32932026-08-21T22:28:24.905Z[ helios-setup] Aug 21 22:28:23.501 INFO E| Compiling autocfg v1.4.0
32942026-08-21T22:28:24.905Z[ helios-setup] Aug 21 22:28:23.501 INFO E| Compiling thiserror v2.0.12
32952026-08-21T22:28:24.905Z[ helios-setup] Aug 21 22:28:23.501 INFO E| Compiling serde v1.0.219
32962026-08-21T22:28:24.905Z[ helios-setup] Aug 21 22:28:23.501 INFO E| Compiling syn v1.0.109
32972026-08-21T22:28:24.905Z[ helios-setup] Aug 21 22:28:23.501 INFO E| Compiling version_check v0.9.5
32982026-08-21T22:28:24.905Z[ helios-setup] Aug 21 22:28:23.501 INFO E| Compiling serde_json v1.0.140
32992026-08-21T22:28:24.905Z[ helios-setup] Aug 21 22:28:23.501 INFO E| Compiling ryu v1.0.20
33002026-08-21T22:28:24.905Z[ helios-setup] Aug 21 22:28:23.501 INFO E| Compiling itoa v1.0.15
33012026-08-21T22:28:24.905Z[ helios-setup] Aug 21 22:28:23.501 INFO E| Compiling schemars v0.8.22
33022026-08-21T22:28:24.905Z[ helios-setup] Aug 21 22:28:23.501 INFO E| Compiling libc v0.2.172
33032026-08-21T22:28:24.905Z[ helios-setup] Aug 21 22:28:23.501 INFO E| Compiling dyn-clone v1.0.19
33042026-08-21T22:28:24.905Z[ helios-setup] Aug 21 22:28:23.502 INFO E| Compiling ucd-trie v0.1.7
33052026-08-21T22:28:24.905Z[ helios-setup] Aug 21 22:28:23.502 INFO E| Compiling zerocopy v0.8.25
33062026-08-21T22:28:25.043Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33072026-08-21T22:28:25.194Z[ host-package] Compiling corncobs v0.1.4
33082026-08-21T22:28:25.422Z[ host-package] Compiling http-range v0.1.5
33092026-08-21T22:28:25.473Z[ host-package] Compiling strsim v0.10.0
33102026-08-21T22:28:25.481Z[ helios-setup] Aug 21 22:28:24.080 INFO E| Compiling proc-macro-error-attr v1.0.4
33112026-08-21T22:28:25.624Z[ helios-setup] Aug 21 22:28:24.224 INFO E| Compiling rustversion v1.0.20
33122026-08-21T22:28:25.640Z[ host-package] Compiling instability v0.3.11
33132026-08-21T22:28:25.766Z[ helios-setup] Aug 21 22:28:24.366 INFO E| Compiling paste v1.0.15
33142026-08-21T22:28:25.792Z[ helios-setup] Aug 21 22:28:24.392 INFO E| Compiling static_assertions v1.1.0
33152026-08-21T22:28:25.808Z[ helios-setup] Aug 21 22:28:24.408 INFO E| Compiling proc-macro-error v1.0.4
33162026-08-21T22:28:25.814Z[ helios-setup] Aug 21 22:28:24.413 INFO E| Compiling once_cell v1.21.3
33172026-08-21T22:28:25.875Z[ helios-setup] Aug 21 22:28:24.474 INFO E| Compiling unicode-segmentation v1.12.0
33182026-08-21T22:28:25.995Z[ helios-setup] Aug 21 22:28:24.595 INFO E| Compiling unicode-width v0.1.14
33192026-08-21T22:28:26.184Z[ helios-setup] Aug 21 22:28:24.783 INFO E| Compiling heck v0.5.0
33202026-08-21T22:28:26.222Z[ host-package] Compiling darling_core v0.13.4
33212026-08-21T22:28:26.333Z[ helios-setup] Aug 21 22:28:24.933 INFO E| Compiling strsim v0.8.0
33222026-08-21T22:28:26.357Z[ helios-setup] Aug 21 22:28:24.956 INFO E| Compiling fletcher v1.0.0
33232026-08-21T22:28:26.376Z[ helios-setup] Aug 21 22:28:24.974 INFO E| Compiling textwrap v0.11.0
33242026-08-21T22:28:26.417Z[ helios-setup] Aug 21 22:28:25.016 INFO E| Compiling heck v0.3.3
33252026-08-21T22:28:26.471Z[ host-package] Compiling oso v0.27.3
33262026-08-21T22:28:26.482Z[ helios-setup] Aug 21 22:28:25.081 INFO E| Compiling ansi_term v0.12.1
33272026-08-21T22:28:26.537Z[ helios-setup] Aug 21 22:28:25.136 INFO E| Compiling num-traits v0.2.19
33282026-08-21T22:28:26.544Z[ helios-setup] Aug 21 22:28:25.144 INFO E| Compiling memoffset v0.9.1
33292026-08-21T22:28:26.587Z[ helios-setup] Aug 21 22:28:25.186 INFO E| Compiling strum v0.27.1
33302026-08-21T22:28:26.612Z[ helios-setup] Aug 21 22:28:25.212 INFO E| Compiling unic-common v0.9.0
33312026-08-21T22:28:26.624Z[ helios-setup] Aug 21 22:28:25.224 INFO E| Compiling vec_map v0.8.2
33322026-08-21T22:28:26.656Z[ helios-setup] Aug 21 22:28:25.256 INFO E| Compiling byteorder v1.5.0
33332026-08-21T22:28:26.664Z[ helios-setup] Aug 21 22:28:25.261 INFO E| Compiling quote v1.0.40
33342026-08-21T22:28:26.668Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33352026-08-21T22:28:26.754Z[ helios-setup] Aug 21 22:28:25.353 INFO E| Compiling bitflags v1.3.2
33362026-08-21T22:28:26.762Z[ helios-setup] Aug 21 22:28:25.359 INFO E| Compiling unic-char-range v0.9.0
33372026-08-21T22:28:26.839Z[ helios-setup] Aug 21 22:28:25.438 INFO E| Compiling unic-ucd-version v0.9.0
33382026-08-21T22:28:26.862Z[ helios-setup] Aug 21 22:28:25.461 INFO E| Compiling plain v0.2.3
33392026-08-21T22:28:26.906Z[ helios-setup] Aug 21 22:28:25.506 INFO E| Compiling unic-char-property v0.9.0
33402026-08-21T22:28:26.933Z[ helios-setup] Aug 21 22:28:25.533 INFO E| Compiling log v0.4.27
33412026-08-21T22:28:26.977Z[ helios-setup] Aug 21 22:28:25.576 INFO E| Compiling lazy_static v1.5.0
33422026-08-21T22:28:26.994Z[ helios-setup] Aug 21 22:28:25.593 INFO E| Compiling syn v2.0.101
33432026-08-21T22:28:27.048Z[ helios-setup] Aug 21 22:28:25.647 INFO E| Compiling atty v0.2.14
33442026-08-21T22:28:27.099Z[ helios-setup] Aug 21 22:28:25.697 INFO E| Compiling unic-ucd-ident v0.9.0
33452026-08-21T22:28:27.116Z[ helios-setup] Aug 21 22:28:25.714 INFO E| Compiling bytesize v2.0.1
33462026-08-21T22:28:27.172Z[ helios-setup] Aug 21 22:28:25.772 INFO E| Compiling clap v2.34.0
33472026-08-21T22:28:27.181Z[ host-package] Compiling git-stub-vcs v0.1.0
33482026-08-21T22:28:27.739Z[ host-package] Compiling async-bb8-diesel v0.2.1
33492026-08-21T22:28:28.115Z[ helios-setup] Aug 21 22:28:26.714 INFO E| Compiling parse_int v0.9.0
33502026-08-21T22:28:28.411Z[ host-package] Compiling diesel-dtrace v0.5.0
33512026-08-21T22:28:28.859Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33522026-08-21T22:28:30.262Z[ helios-setup] Aug 21 22:28:28.860 INFO E| Compiling serde_derive_internals v0.29.1
33532026-08-21T22:28:30.570Z[ helios-setup] Aug 21 22:28:29.169 INFO E| Compiling modular-bitfield-impl v0.11.2
33542026-08-21T22:28:30.570Z[ helios-setup] Aug 21 22:28:29.169 INFO E| Compiling structopt-derive v0.4.18
33552026-08-21T22:28:30.752Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33562026-08-21T22:28:31.186Z[ helios-setup] Aug 21 22:28:29.785 INFO E| Compiling thiserror-impl v2.0.12
33572026-08-21T22:28:31.186Z[ helios-setup] Aug 21 22:28:29.785 INFO E| Compiling serde_derive v1.0.219
33582026-08-21T22:28:31.186Z[ helios-setup] Aug 21 22:28:29.785 INFO E| Compiling zerocopy-derive v0.8.25
33592026-08-21T22:28:31.189Z[ helios-setup] Aug 21 22:28:29.785 INFO E| Compiling modular-bitfield-impl v0.13.1
33602026-08-21T22:28:31.189Z[ helios-setup] Aug 21 22:28:29.785 INFO E| Compiling num-derive v0.4.2
33612026-08-21T22:28:31.189Z[ helios-setup] Aug 21 22:28:29.786 INFO E| Compiling scroll_derive v0.12.1
33622026-08-21T22:28:31.189Z[ helios-setup] Aug 21 22:28:29.786 INFO E| Compiling strum_macros v0.27.1
33632026-08-21T22:28:31.701Z[ helios-setup] Aug 21 22:28:30.301 INFO E| Compiling schemars_derive v0.8.22
33642026-08-21T22:28:32.253Z[ helios-setup] Aug 21 22:28:30.853 INFO E| Compiling modular-bitfield v0.11.2
33652026-08-21T22:28:32.481Z[ helios-setup] Aug 21 22:28:31.080 INFO E| Compiling structopt v0.3.26
33662026-08-21T22:28:32.492Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33672026-08-21T22:28:32.886Z[ helios-setup] Aug 21 22:28:31.484 INFO E| Compiling scroll v0.12.0
33682026-08-21T22:28:33.183Z[ helios-setup] Aug 21 22:28:31.783 INFO E| Compiling goblin v0.9.3
33692026-08-21T22:28:33.262Z[ helios-setup] Aug 21 22:28:31.862 INFO E| Compiling modular-bitfield v0.13.1
33702026-08-21T22:28:33.317Z[ host-package] Compiling ignore v0.4.25
33712026-08-21T22:28:33.860Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33722026-08-21T22:28:33.884Z[ helios-setup] Aug 21 22:28:32.484 INFO E| Compiling pest v2.8.0
33732026-08-21T22:28:34.789Z[ host-package] Compiling anstyle-parse v0.2.7
33742026-08-21T22:28:34.852Z[ host-package] Compiling secrecy v0.8.0
33752026-08-21T22:28:34.968Z[ host-package] Compiling vergen-git2 v9.1.0
33762026-08-21T22:28:35.083Z[ host-package] Compiling castaway v0.2.4
33772026-08-21T22:28:35.188Z[ helios-setup] Aug 21 22:28:33.776 INFO E| Compiling pest_meta v2.8.0
33782026-08-21T22:28:35.193Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33792026-08-21T22:28:35.312Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33802026-08-21T22:28:35.407Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33812026-08-21T22:28:35.544Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33822026-08-21T22:28:35.691Z[ host-package] Compiling indoc v2.0.7
33832026-08-21T22:28:35.981Z[ helios-setup] Aug 21 22:28:34.581 INFO E| Compiling pest_generator v2.8.0
33842026-08-21T22:28:36.532Z[ host-package] Compiling compact_str v0.8.1
33852026-08-21T22:28:36.687Z[ helios-setup] Aug 21 22:28:35.285 INFO E| Compiling pest_derive v2.8.0
33862026-08-21T22:28:36.797Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33872026-08-21T22:28:37.438Z[ helios-setup] Aug 21 22:28:36.037 INFO E| Compiling json5 v0.4.1
33882026-08-21T22:28:37.808Z[ host-package] Compiling anstream v0.6.21
33892026-08-21T22:28:37.945Z[ host-package] Compiling globwalk v0.9.1
33902026-08-21T22:28:38.461Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33912026-08-21T22:28:38.679Z[ host-package] Compiling hyper-staticfile v0.10.1
33922026-08-21T22:28:39.060Z[ helios-setup] Aug 21 22:28:37.660 INFO E| Compiling four-cc v0.4.0
33932026-08-21T22:28:39.060Z[ helios-setup] Aug 21 22:28:37.660 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
33942026-08-21T22:28:39.206Z[ host-package] Compiling parking_lot v0.11.2
33952026-08-21T22:28:39.214Z[ helios-setup] Aug 21 22:28:37.812 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
33962026-08-21T22:28:39.924Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33972026-08-21T22:28:40.071Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33982026-08-21T22:28:40.301Z[ host-package] Compiling darling_macro v0.13.4
33992026-08-21T22:28:40.484Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34002026-08-21T22:28:40.872Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34012026-08-21T22:28:40.997Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34022026-08-21T22:28:41.103Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34032026-08-21T22:28:41.542Z[ host-package] Compiling predicates-tree v1.0.13
34042026-08-21T22:28:41.615Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34052026-08-21T22:28:41.779Z[ host-package] Compiling unicode-truncate v1.1.0
34062026-08-21T22:28:41.894Z[ host-package] Compiling lru v0.12.5
34072026-08-21T22:28:41.933Z[ host-package] Compiling prefix-trie v0.7.0
34082026-08-21T22:28:42.004Z[ host-package] Compiling rand_seeder v0.4.0
34092026-08-21T22:28:42.054Z[ host-package] Compiling cassowary v0.3.0
34102026-08-21T22:28:42.196Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34112026-08-21T22:28:42.374Z[ host-package] Compiling hickory-server v0.25.2
34122026-08-21T22:28:42.462Z[ host-package] Compiling ratatui v0.29.0
34132026-08-21T22:28:42.485Z[ host-package] Compiling camino-tempfile-ext v0.3.3
34142026-08-21T22:28:43.006Z[ host-package] Compiling darling v0.13.4
34152026-08-21T22:28:43.048Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34162026-08-21T22:28:43.131Z[ host-package] Compiling sled v0.34.7
34172026-08-21T22:28:43.174Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
34182026-08-21T22:28:43.679Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34192026-08-21T22:28:44.287Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34202026-08-21T22:28:44.553Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34212026-08-21T22:28:44.703Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34222026-08-21T22:28:44.824Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
34232026-08-21T22:28:45.013Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
34242026-08-21T22:28:46.379Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34252026-08-21T22:28:46.897Z[ host-package] Compiling serde_with_macros v1.5.2
34262026-08-21T22:28:47.441Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34272026-08-21T22:28:47.550Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34282026-08-21T22:28:47.748Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34292026-08-21T22:28:47.980Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34302026-08-21T22:28:48.204Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34312026-08-21T22:28:48.443Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34322026-08-21T22:28:48.727Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34332026-08-21T22:28:49.004Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34342026-08-21T22:28:49.227Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34352026-08-21T22:28:49.390Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
34362026-08-21T22:28:49.449Z[ host-package] Compiling arc-swap v1.8.2
34372026-08-21T22:28:49.543Z[ host-package] Compiling void v1.0.2
34382026-08-21T22:28:49.703Z[ host-package] Compiling lzss v0.8.2
34392026-08-21T22:28:49.825Z[ host-package] Compiling slog-scope v4.4.1
34402026-08-21T22:28:50.090Z[ host-package] Compiling serde_with v1.14.0
34412026-08-21T22:28:50.309Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
34422026-08-21T22:28:51.058Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
34432026-08-21T22:28:51.248Z[ host-package] Compiling git2 v0.20.4
34442026-08-21T22:28:51.288Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34452026-08-21T22:28:53.107Z[ helios-setup] Aug 21 22:28:51.707 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
34462026-08-21T22:28:53.181Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34472026-08-21T22:28:54.546Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34482026-08-21T22:28:54.850Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34492026-08-21T22:28:55.037Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34502026-08-21T22:28:55.540Z[ host-package] Compiling scuffle v0.1.0
34512026-08-21T22:28:55.931Z[ host-package] Compiling tungstenite v0.23.0
34522026-08-21T22:28:56.374Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34532026-08-21T22:28:56.411Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34542026-08-21T22:28:56.981Z[ helios-setup] Aug 21 22:28:55.574 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
34552026-08-21T22:28:57.683Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34562026-08-21T22:28:57.899Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34572026-08-21T22:28:57.915Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
34582026-08-21T22:28:58.235Z[ host-package] Compiling nix v0.27.1
34592026-08-21T22:28:58.245Z[ host-package] Compiling twox-hash v2.1.2
34602026-08-21T22:28:58.333Z[ host-package] Compiling libsw-core v0.3.2
34612026-08-21T22:28:58.640Z[ host-package] Compiling atty v0.2.14
34622026-08-21T22:28:58.774Z[ host-package] Compiling serde_bytes v0.11.19
34632026-08-21T22:28:58.775Z[ host-package] Compiling libsw v3.5.0
34642026-08-21T22:28:58.775Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34652026-08-21T22:28:58.775Z[ host-package] Compiling tokio-tungstenite v0.23.1
34662026-08-21T22:28:58.845Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34672026-08-21T22:28:58.954Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34682026-08-21T22:28:58.954Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34692026-08-21T22:28:59.185Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
34702026-08-21T22:28:59.602Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34712026-08-21T22:29:01.193Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34722026-08-21T22:29:03.200Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
34732026-08-21T22:29:03.214Z[ host-package] Compiling slog-stdlog v4.1.1
34742026-08-21T22:29:03.469Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34752026-08-21T22:29:03.808Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34762026-08-21T22:29:04.375Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
34772026-08-21T22:29:04.432Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34782026-08-21T22:29:04.583Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34792026-08-21T22:29:05.048Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
34802026-08-21T22:29:05.160Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34812026-08-21T22:29:07.178Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34822026-08-21T22:29:08.217Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34832026-08-21T22:29:08.799Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34842026-08-21T22:29:08.814Z[ helios-setup] Aug 21 22:29:07.405 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.38s
34852026-08-21T22:29:08.851Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34862026-08-21T22:29:08.869Z[ helios-setup] Aug 21 22:29:07.443 INFO building project "amd-host-image-builder" ok (45 seconds)
34872026-08-21T22:29:08.869Z[ helios-setup] Aug 21 22:29:07.444 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
34882026-08-21T22:29:08.869Z[ helios-setup] Aug 21 22:29:07.453 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
34892026-08-21T22:29:08.869Z[ helios-setup] Aug 21 22:29:07.454 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
34902026-08-21T22:29:08.869Z[ helios-setup] Aug 21 22:29:07.454 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
34912026-08-21T22:29:08.979Z[ helios-setup] Aug 21 22:29:07.578 INFO E| Blocking waiting for file lock on package cache
34922026-08-21T22:29:09.074Z[ helios-setup] Aug 21 22:29:07.673 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
34932026-08-21T22:29:09.406Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34942026-08-21T22:29:09.424Z[ helios-setup] Aug 21 22:29:08.015 INFO E| From https://github.com/jclulow/hiercmd
34952026-08-21T22:29:09.424Z[ helios-setup] Aug 21 22:29:08.015 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
34962026-08-21T22:29:09.429Z[ helios-setup] Aug 21 22:29:08.028 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
34972026-08-21T22:29:09.757Z[ helios-setup] Aug 21 22:29:08.355 INFO E| From https://github.com/oxidecomputer/network-interface
34982026-08-21T22:29:09.757Z[ helios-setup] Aug 21 22:29:08.355 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
34992026-08-21T22:29:09.768Z[ helios-setup] Aug 21 22:29:08.367 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
35002026-08-21T22:29:10.110Z[ helios-setup] Aug 21 22:29:08.709 INFO E| From https://github.com/oxidecomputer/boot-image-tools
35012026-08-21T22:29:10.110Z[ helios-setup] Aug 21 22:29:08.709 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
35022026-08-21T22:29:10.129Z[ helios-setup] Aug 21 22:29:08.728 INFO E| Updating crates.io index
35032026-08-21T22:29:10.276Z[ helios-setup] Aug 21 22:29:08.876 INFO E| Blocking waiting for file lock on package cache
35042026-08-21T22:29:10.327Z[ helios-setup] Aug 21 22:29:08.927 INFO E| Blocking waiting for file lock on package cache
35052026-08-21T22:29:10.882Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35062026-08-21T22:29:12.110Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35072026-08-21T22:29:12.888Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35082026-08-21T22:29:13.361Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35092026-08-21T22:29:14.093Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35102026-08-21T22:29:14.938Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35112026-08-21T22:29:15.147Z[ helios-setup] Aug 21 22:29:13.730 INFO E| Downloading crates ...
35122026-08-21T22:29:15.169Z[ host-package] Compiling signal-hook-tokio v0.3.1
35132026-08-21T22:29:15.182Z[ helios-setup] Aug 21 22:29:13.781 INFO E| Downloaded futures-task v0.3.31
35142026-08-21T22:29:15.195Z[ helios-setup] Aug 21 22:29:13.784 INFO E| Downloaded futures-io v0.3.31
35152026-08-21T22:29:15.195Z[ helios-setup] Aug 21 22:29:13.787 INFO E| Downloaded futures-core v0.3.31
35162026-08-21T22:29:15.199Z[ helios-setup] Aug 21 22:29:13.795 INFO E| Downloaded crc v3.3.0
35172026-08-21T22:29:15.199Z[ helios-setup] Aug 21 22:29:13.797 INFO E| Downloaded env_filter v0.1.4
35182026-08-21T22:29:15.199Z[ helios-setup] Aug 21 22:29:13.798 INFO E| Downloaded libdevinfo-sys v1.1.0
35192026-08-21T22:29:15.207Z[ helios-setup] Aug 21 22:29:13.799 INFO E| Downloaded anstyle v1.0.13
35202026-08-21T22:29:15.207Z[ helios-setup] Aug 21 22:29:13.800 INFO E| Downloaded generic-array v0.14.9
35212026-08-21T22:29:15.207Z[ helios-setup] Aug 21 22:29:13.801 INFO E| Downloaded base64ct v1.8.0
35222026-08-21T22:29:15.207Z[ helios-setup] Aug 21 22:29:13.803 INFO E| Downloaded simd-adler32 v0.3.7
35232026-08-21T22:29:15.207Z[ helios-setup] Aug 21 22:29:13.805 INFO E| Downloaded anstyle-query v1.1.4
35242026-08-21T22:29:15.218Z[ helios-setup] Aug 21 22:29:13.810 INFO E| Downloaded bitflags v2.10.0
35252026-08-21T22:29:15.237Z[ helios-setup] Aug 21 22:29:13.813 INFO E| Downloaded pin-project-lite v0.2.16
35262026-08-21T22:29:15.238Z[ helios-setup] Aug 21 22:29:13.819 INFO E| Downloaded bitfield v0.19.3
35272026-08-21T22:29:15.245Z[ helios-setup] Aug 21 22:29:13.824 INFO E| Downloaded pin-utils v0.1.0
35282026-08-21T22:29:15.245Z[ helios-setup] Aug 21 22:29:13.834 INFO E| Downloaded futures-executor v0.3.31
35292026-08-21T22:29:15.245Z[ helios-setup] Aug 21 22:29:13.835 INFO E| Downloaded time-macros v0.2.24
35302026-08-21T22:29:15.245Z[ helios-setup] Aug 21 22:29:13.837 INFO E| Downloaded toml_parser v1.0.4
35312026-08-21T22:29:15.245Z[ helios-setup] Aug 21 22:29:13.838 INFO E| Downloaded log v0.4.28
35322026-08-21T22:29:15.245Z[ helios-setup] Aug 21 22:29:13.841 INFO E| Downloaded futures-sink v0.3.31
35332026-08-21T22:29:15.246Z[ helios-setup] Aug 21 22:29:13.842 INFO E| Downloaded clap_lex v0.7.6
35342026-08-21T22:29:15.255Z[ helios-setup] Aug 21 22:29:13.852 INFO E| Downloaded deranged v0.5.5
35352026-08-21T22:29:15.280Z[ helios-setup] Aug 21 22:29:13.867 INFO E| Downloaded env_logger v0.11.8
35362026-08-21T22:29:15.287Z[ helios-setup] Aug 21 22:29:13.869 INFO E| Downloaded num_enum v0.7.5
35372026-08-21T22:29:15.288Z[ helios-setup] Aug 21 22:29:13.873 INFO E| Downloaded toml v0.9.8
35382026-08-21T22:29:15.288Z[ helios-setup] Aug 21 22:29:13.875 INFO E| Downloaded devinfo v0.1.0
35392026-08-21T22:29:15.288Z[ helios-setup] Aug 21 22:29:13.876 INFO E| Downloaded time-core v0.1.6
35402026-08-21T22:29:15.288Z[ helios-setup] Aug 21 22:29:13.877 INFO E| Downloaded futures-macro v0.3.31
35412026-08-21T22:29:15.288Z[ helios-setup] Aug 21 22:29:13.878 INFO E| Downloaded zeroize_derive v1.4.2
35422026-08-21T22:29:15.294Z[ helios-setup] Aug 21 22:29:13.887 INFO E| Downloaded serde_spanned v1.0.3
35432026-08-21T22:29:15.298Z[ helios-setup] Aug 21 22:29:13.894 INFO E| Downloaded quote v1.0.41
35442026-08-21T22:29:15.310Z[ helios-setup] Aug 21 22:29:13.901 INFO E| Downloaded bitfield-macros v0.19.3
35452026-08-21T22:29:15.316Z[ helios-setup] Aug 21 22:29:13.904 INFO E| Downloaded getopts v0.2.24
35462026-08-21T22:29:15.317Z[ helios-setup] Aug 21 22:29:13.914 INFO E| Downloaded futures-channel v0.3.31
35472026-08-21T22:29:15.322Z[ helios-setup] Aug 21 22:29:13.915 INFO E| Downloaded num_enum_derive v0.7.5
35482026-08-21T22:29:15.330Z[ helios-setup] Aug 21 22:29:13.921 INFO E| Downloaded find-msvc-tools v0.1.4
35492026-08-21T22:29:15.330Z[ helios-setup] Aug 21 22:29:13.922 INFO E| Downloaded slab v0.4.11
35502026-08-21T22:29:15.330Z[ helios-setup] Aug 21 22:29:13.923 INFO E| Downloaded tokio-macros v2.6.0
35512026-08-21T22:29:15.330Z[ helios-setup] Aug 21 22:29:13.923 INFO E| Downloaded signal-hook-registry v1.4.6
35522026-08-21T22:29:15.330Z[ helios-setup] Aug 21 22:29:13.924 INFO E| Downloaded toml_datetime v0.7.3
35532026-08-21T22:29:15.330Z[ helios-setup] Aug 21 22:29:13.925 INFO E| Downloaded toml_writer v1.0.4
35542026-08-21T22:29:15.330Z[ helios-setup] Aug 21 22:29:13.928 INFO E| Downloaded thiserror v2.0.17
35552026-08-21T22:29:15.337Z[ helios-setup] Aug 21 22:29:13.931 INFO E| Downloaded thiserror-impl v2.0.17
35562026-08-21T22:29:15.364Z[ helios-setup] Aug 21 22:29:13.961 INFO E| Downloaded unicode-ident v1.0.22
35572026-08-21T22:29:15.372Z[ helios-setup] Aug 21 22:29:13.971 INFO E| Downloaded futures v0.3.31
35582026-08-21T22:29:15.377Z[ helios-setup] Aug 21 22:29:13.974 INFO E| Downloaded getrandom v0.2.16
35592026-08-21T22:29:15.383Z[ host-package] Compiling fatfs v0.3.6
35602026-08-21T22:29:15.383Z[ helios-setup] Aug 21 22:29:13.979 INFO E| Downloaded anyhow v1.0.100
35612026-08-21T22:29:15.390Z[ helios-setup] Aug 21 22:29:13.981 INFO E| Downloaded proc-macro2 v1.0.103
35622026-08-21T22:29:15.390Z[ helios-setup] Aug 21 22:29:13.985 INFO E| Downloaded bytes v1.10.1
35632026-08-21T22:29:15.401Z[ helios-setup] Aug 21 22:29:13.993 INFO E| Downloaded uuid v1.18.1
35642026-08-21T22:29:15.407Z[ helios-setup] Aug 21 22:29:13.996 INFO E| Downloaded clap_derive v4.5.49
35652026-08-21T22:29:15.407Z[ helios-setup] Aug 21 22:29:13.998 INFO E| Downloaded socket2 v0.6.1
35662026-08-21T22:29:15.408Z[ helios-setup] Aug 21 22:29:14.003 INFO E| Downloaded clap v4.5.51
35672026-08-21T22:29:15.420Z[ helios-setup] Aug 21 22:29:14.010 INFO E| Downloaded iddqd v0.3.14
35682026-08-21T22:29:15.441Z[ helios-setup] Aug 21 22:29:14.017 INFO E| Downloaded toml_edit v0.23.7
35692026-08-21T22:29:15.441Z[ helios-setup] Aug 21 22:29:14.028 INFO E| Downloaded rand v0.8.5
35702026-08-21T22:29:15.450Z[ helios-setup] Aug 21 22:29:14.031 INFO E| Downloaded clap_builder v4.5.51
35712026-08-21T22:29:15.456Z[ helios-setup] Aug 21 22:29:14.053 INFO E| Downloaded typenum v1.19.0
35722026-08-21T22:29:15.464Z[ helios-setup] Aug 21 22:29:14.060 INFO E| Downloaded flate2 v1.1.5
35732026-08-21T22:29:15.477Z[ helios-setup] Aug 21 22:29:14.064 INFO E| Downloaded indexmap v2.12.0
35742026-08-21T22:29:15.477Z[ helios-setup] Aug 21 22:29:14.070 INFO E| Downloaded mio v1.1.0
35752026-08-21T22:29:15.487Z[ helios-setup] Aug 21 22:29:14.074 INFO E| Downloaded cc v1.2.44
35762026-08-21T22:29:15.487Z[ helios-setup] Aug 21 22:29:14.076 INFO E| Downloaded memchr v2.7.6
35772026-08-21T22:29:15.487Z[ helios-setup] Aug 21 22:29:14.079 INFO E| Downloaded rsa v0.9.8
35782026-08-21T22:29:15.497Z[ helios-setup] Aug 21 22:29:14.089 INFO E| Downloaded num-bigint-dig v0.8.4
35792026-08-21T22:29:15.503Z[ helios-setup] Aug 21 22:29:14.092 INFO E| Downloaded hashbrown v0.16.0
35802026-08-21T22:29:15.523Z[ helios-setup] Aug 21 22:29:14.115 INFO E| Downloaded serde_json v1.0.145
35812026-08-21T22:29:15.531Z[ helios-setup] Aug 21 22:29:14.119 INFO E| Downloaded futures-util v0.3.31
35822026-08-21T22:29:15.531Z[ helios-setup] Aug 21 22:29:14.128 INFO E| Downloaded libm v0.2.15
35832026-08-21T22:29:15.539Z[ helios-setup] Aug 21 22:29:14.135 INFO E| Downloaded time v0.3.44
35842026-08-21T22:29:15.549Z[ helios-setup] Aug 21 22:29:14.140 INFO E| Downloaded chrono v0.4.42
35852026-08-21T22:29:15.560Z[ helios-setup] Aug 21 22:29:14.145 INFO E| Downloaded syn v2.0.108
35862026-08-21T22:29:15.574Z[ helios-setup] Aug 21 22:29:14.153 INFO E| Downloaded unicode-width v0.2.2
35872026-08-21T22:29:15.574Z[ helios-setup] Aug 21 22:29:14.157 INFO E| Downloaded rustix v1.1.2
35882026-08-21T22:29:15.616Z[ helios-setup] Aug 21 22:29:14.215 INFO E| Downloaded tokio v1.48.0
35892026-08-21T22:29:15.660Z[ helios-setup] Aug 21 22:29:14.255 INFO E| Downloaded libc v0.2.177
35902026-08-21T22:29:15.755Z[ helios-setup] Aug 21 22:29:14.354 INFO E| Compiling proc-macro2 v1.0.103
35912026-08-21T22:29:15.755Z[ helios-setup] Aug 21 22:29:14.354 INFO E| Compiling quote v1.0.41
35922026-08-21T22:29:15.755Z[ helios-setup] Aug 21 22:29:14.354 INFO E| Compiling unicode-ident v1.0.22
35932026-08-21T22:29:15.759Z[ helios-setup] Aug 21 22:29:14.354 INFO E| Compiling libc v0.2.177
35942026-08-21T22:29:15.760Z[ helios-setup] Aug 21 22:29:14.354 INFO E| Compiling serde_core v1.0.228
35952026-08-21T22:29:15.760Z[ helios-setup] Aug 21 22:29:14.354 INFO E| Compiling cfg-if v1.0.4
35962026-08-21T22:29:15.760Z[ helios-setup] Aug 21 22:29:14.354 INFO E| Compiling serde v1.0.228
35972026-08-21T22:29:15.760Z[ helios-setup] Aug 21 22:29:14.354 INFO E| Compiling version_check v0.9.5
35982026-08-21T22:29:15.760Z[ helios-setup] Aug 21 22:29:14.354 INFO E| Compiling autocfg v1.5.0
35992026-08-21T22:29:15.760Z[ helios-setup] Aug 21 22:29:14.354 INFO E| Compiling const-oid v0.9.6
36002026-08-21T22:29:15.760Z[ helios-setup] Aug 21 22:29:14.354 INFO E| Compiling typenum v1.19.0
36012026-08-21T22:29:15.760Z[ helios-setup] Aug 21 22:29:14.354 INFO E| Compiling libm v0.2.15
36022026-08-21T22:29:15.760Z[ helios-setup] Aug 21 22:29:14.354 INFO E| Compiling zerocopy v0.8.27
36032026-08-21T22:29:15.760Z[ helios-setup] Aug 21 22:29:14.354 INFO E| Compiling rustversion v1.0.22
36042026-08-21T22:29:15.760Z[ helios-setup] Aug 21 22:29:14.354 INFO E| Compiling zeroize v1.8.2
36052026-08-21T22:29:15.760Z[ helios-setup] Aug 21 22:29:14.354 INFO E| Compiling smallvec v1.15.1
36062026-08-21T22:29:16.550Z[ host-package] Compiling yasna v0.5.2
36072026-08-21T22:29:16.591Z[ helios-setup] Aug 21 22:29:15.191 INFO E| Compiling base64ct v1.8.0
36082026-08-21T22:29:16.599Z[ helios-setup] Aug 21 22:29:15.197 INFO E| Compiling winnow v0.7.13
36092026-08-21T22:29:16.787Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36102026-08-21T22:29:16.795Z[ helios-setup] Aug 21 22:29:15.394 INFO E| Compiling rustix v1.1.2
36112026-08-21T22:29:16.868Z[ host-package] Compiling assert_matches v1.5.0
36122026-08-21T22:29:17.007Z[ helios-setup] Aug 21 22:29:15.606 INFO E| Compiling utf8parse v0.2.2
36132026-08-21T22:29:17.143Z[ helios-setup] Aug 21 22:29:15.741 INFO E| Compiling generic-array v0.14.9
36142026-08-21T22:29:17.210Z[ helios-setup] Aug 21 22:29:15.810 INFO E| Compiling pem-rfc7468 v0.7.0
36152026-08-21T22:29:17.283Z[ helios-setup] Aug 21 22:29:15.882 INFO E| Compiling crc32fast v1.5.0
36162026-08-21T22:29:17.286Z[ helios-setup] Aug 21 22:29:15.883 INFO E| Compiling anyhow v1.0.100
36172026-08-21T22:29:17.292Z[ host-package] Compiling seq-macro v0.3.6
36182026-08-21T22:29:17.359Z[ helios-setup] Aug 21 22:29:15.957 INFO E| Compiling hashbrown v0.16.0
36192026-08-21T22:29:17.520Z[ helios-setup] Aug 21 22:29:16.119 INFO E| Compiling flagset v0.4.7
36202026-08-21T22:29:17.527Z[ helios-setup] Aug 21 22:29:16.126 INFO E| Compiling num-traits v0.2.19
36212026-08-21T22:29:17.568Z[ helios-setup] Aug 21 22:29:16.167 INFO E| Compiling equivalent v1.0.2
36222026-08-21T22:29:17.671Z[ helios-setup] Aug 21 22:29:16.270 INFO E| Compiling byteorder v1.5.0
36232026-08-21T22:29:17.822Z[ helios-setup] Aug 21 22:29:16.422 INFO E| Compiling memchr v2.7.6
36242026-08-21T22:29:17.915Z[ helios-setup] Aug 21 22:29:16.514 INFO E| Compiling getrandom v0.2.16
36252026-08-21T22:29:17.941Z[ helios-setup] Aug 21 22:29:16.540 INFO E| Compiling errno v0.3.14
36262026-08-21T22:29:18.266Z[ helios-setup] Aug 21 22:29:16.865 INFO E| Compiling indexmap v2.12.0
36272026-08-21T22:29:18.297Z[ helios-setup] Aug 21 22:29:16.896 INFO E| Compiling rand_core v0.6.4
36282026-08-21T22:29:18.381Z[ helios-setup] Aug 21 22:29:16.981 INFO E| Compiling anstyle-parse v0.2.7
36292026-08-21T22:29:18.391Z[ helios-setup] Aug 21 22:29:16.990 INFO E| Compiling is_terminal_polyfill v1.70.2
36302026-08-21T22:29:18.505Z[ helios-setup] Aug 21 22:29:17.104 INFO E| Compiling find-msvc-tools v0.1.4
36312026-08-21T22:29:18.520Z[ helios-setup] Aug 21 22:29:17.119 INFO E| Compiling allocator-api2 v0.2.21
36322026-08-21T22:29:18.550Z[ helios-setup] Aug 21 22:29:17.150 INFO E| Compiling toml_datetime v0.7.3
36332026-08-21T22:29:18.557Z[ helios-setup] Aug 21 22:29:17.156 INFO E| Compiling anstyle-query v1.1.4
36342026-08-21T22:29:18.619Z[ helios-setup] Aug 21 22:29:17.218 INFO E| Compiling anstyle v1.0.13
36352026-08-21T22:29:18.640Z[ helios-setup] Aug 21 22:29:17.239 INFO E| Compiling radium v0.7.0
36362026-08-21T22:29:18.717Z[ helios-setup] Aug 21 22:29:17.317 INFO E| Compiling cpufeatures v0.2.17
36372026-08-21T22:29:18.781Z[ helios-setup] Aug 21 22:29:17.378 INFO E| Compiling shlex v1.3.0
36382026-08-21T22:29:18.796Z[ host-package] Compiling rcgen v0.12.1
36392026-08-21T22:29:18.805Z[ helios-setup] Aug 21 22:29:17.404 INFO E| Compiling syn v1.0.109
36402026-08-21T22:29:18.813Z[ helios-setup] Aug 21 22:29:17.411 INFO E| Compiling colorchoice v1.0.4
36412026-08-21T22:29:19.044Z[ helios-setup] Aug 21 22:29:17.643 INFO E| Compiling cc v1.2.44
36422026-08-21T22:29:19.068Z[ helios-setup] Aug 21 22:29:17.666 INFO E| Compiling anstream v0.6.21
36432026-08-21T22:29:19.189Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36442026-08-21T22:29:19.286Z[ helios-setup] Aug 21 22:29:17.882 INFO E| Compiling slog v2.8.2
36452026-08-21T22:29:19.458Z[ helios-setup] Aug 21 22:29:18.057 INFO E| Compiling toml_parser v1.0.4
36462026-08-21T22:29:19.516Z[ helios-setup] Aug 21 22:29:18.115 INFO E| Compiling syn v2.0.108
36472026-08-21T22:29:19.649Z[ helios-setup] Aug 21 22:29:18.248 INFO E| Compiling block-buffer v0.10.4
36482026-08-21T22:29:19.675Z[ helios-setup] Aug 21 22:29:18.274 INFO E| Compiling crypto-common v0.1.6
36492026-08-21T22:29:19.784Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36502026-08-21T22:29:19.865Z[ helios-setup] Aug 21 22:29:18.464 INFO E| Compiling futures-core v0.3.31
36512026-08-21T22:29:19.986Z[ helios-setup] Aug 21 22:29:18.585 INFO E| Compiling digest v0.10.7
36522026-08-21T22:29:20.033Z[ helios-setup] Aug 21 22:29:18.631 INFO E| Compiling pkg-config v0.3.32
36532026-08-21T22:29:20.065Z[ helios-setup] Aug 21 22:29:18.664 INFO E| Compiling tap v1.0.1
36542026-08-21T22:29:20.075Z[ helios-setup] Aug 21 22:29:18.674 INFO E| Compiling futures-sink v0.3.31
36552026-08-21T22:29:20.104Z[ helios-setup] Aug 21 22:29:18.703 INFO E| Compiling pin-project-lite v0.2.16
36562026-08-21T22:29:20.213Z[ helios-setup] Aug 21 22:29:18.812 INFO E| Compiling unicode-width v0.2.2
36572026-08-21T22:29:20.228Z[ helios-setup] Aug 21 22:29:18.827 INFO E| Compiling maybe-uninit v2.0.0
36582026-08-21T22:29:20.343Z[ helios-setup] Aug 21 22:29:18.941 INFO E| Compiling parking_lot_core v0.9.12
36592026-08-21T22:29:20.354Z[ helios-setup] Aug 21 22:29:18.953 INFO E| Compiling futures-channel v0.3.31
36602026-08-21T22:29:20.370Z[ helios-setup] Aug 21 22:29:18.969 INFO E| Compiling sha2 v0.10.9
36612026-08-21T22:29:20.441Z[ helios-setup] Aug 21 22:29:19.039 INFO E| Compiling toml_edit v0.23.7
36622026-08-21T22:29:20.649Z[ helios-setup] Aug 21 22:29:19.248 INFO E| Compiling wyz v0.5.1
36632026-08-21T22:29:20.713Z[ helios-setup] Aug 21 22:29:19.312 INFO E| Compiling getopts v0.2.24
36642026-08-21T22:29:20.842Z[ helios-setup] Aug 21 22:29:19.442 INFO E| Compiling num-integer v0.1.46
36652026-08-21T22:29:21.019Z[ helios-setup] Aug 21 22:29:19.618 INFO E| Compiling ahash v0.8.12
36662026-08-21T22:29:21.083Z[ helios-setup] Aug 21 22:29:19.681 INFO E| Compiling time-core v0.1.6
36672026-08-21T22:29:21.099Z[ helios-setup] Aug 21 22:29:19.698 INFO E| Compiling getrandom v0.3.4
36682026-08-21T22:29:21.126Z[ helios-setup] Aug 21 22:29:19.725 INFO E| Compiling num-bigint-dig v0.8.4
36692026-08-21T22:29:21.208Z[ helios-setup] Aug 21 22:29:19.806 INFO E| Compiling num-conv v0.1.0
36702026-08-21T22:29:21.234Z[ helios-setup] Aug 21 22:29:19.833 INFO E| Compiling heck v0.5.0
36712026-08-21T22:29:21.284Z[ helios-setup] Aug 21 22:29:19.883 INFO E| Compiling futures-task v0.3.31
36722026-08-21T22:29:21.321Z[ helios-setup] Aug 21 22:29:19.913 INFO E| Compiling spin v0.9.8
36732026-08-21T22:29:21.428Z[ helios-setup] Aug 21 22:29:20.001 INFO E| Compiling bitflags v2.10.0
36742026-08-21T22:29:21.516Z[ helios-setup] Aug 21 22:29:20.109 INFO E| Compiling packed_struct v0.10.1
36752026-08-21T22:29:21.516Z[ helios-setup] Aug 21 22:29:20.109 INFO E| Compiling itoa v1.0.15
36762026-08-21T22:29:21.529Z[ helios-setup] Aug 21 22:29:20.123 INFO E| Compiling bytes v1.10.1
36772026-08-21T22:29:21.585Z[ helios-setup] Aug 21 22:29:20.158 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
36782026-08-21T22:29:21.635Z[ helios-setup] Aug 21 22:29:20.169 INFO E| Compiling thiserror v1.0.69
36792026-08-21T22:29:21.635Z[ helios-setup] Aug 21 22:29:20.175 INFO E| Compiling scopeguard v1.2.0
36802026-08-21T22:29:21.725Z[ helios-setup] Aug 21 22:29:20.316 INFO E| Compiling futures-io v0.3.31
36812026-08-21T22:29:21.803Z[ helios-setup] Aug 21 22:29:20.398 INFO E| Compiling funty v2.0.0
36822026-08-21T22:29:21.890Z[ helios-setup] Aug 21 22:29:20.482 INFO E| Compiling slab v0.4.11
36832026-08-21T22:29:21.950Z[ helios-setup] Aug 21 22:29:20.542 INFO E| Compiling pin-utils v0.1.0
36842026-08-21T22:29:21.961Z[ helios-setup] Aug 21 22:29:20.558 INFO E| Compiling clap_lex v0.7.6
36852026-08-21T22:29:22.032Z[ helios-setup] Aug 21 22:29:20.629 INFO E| Compiling powerfmt v0.2.0
36862026-08-21T22:29:22.083Z[ helios-setup] Aug 21 22:29:20.668 INFO E| Compiling proc-macro-crate v3.4.0
36872026-08-21T22:29:22.234Z[ host-package] Compiling slog-envlogger v2.2.0
36882026-08-21T22:29:22.275Z[ helios-setup] Aug 21 22:29:20.870 INFO E| Compiling strsim v0.11.1
36892026-08-21T22:29:22.485Z[ helios-setup] Aug 21 22:29:21.084 INFO E| Compiling deranged v0.5.5
36902026-08-21T22:29:22.607Z[ helios-setup] Aug 21 22:29:21.182 INFO E| Compiling lock_api v0.4.14
36912026-08-21T22:29:22.632Z[ helios-setup] Aug 21 22:29:21.209 INFO E| Compiling time-macros v0.2.24
36922026-08-21T22:29:22.682Z[ helios-setup] Aug 21 22:29:21.274 INFO E| Compiling bitvec v1.0.1
36932026-08-21T22:29:22.718Z[ helios-setup] Aug 21 22:29:21.311 INFO E| Compiling lazy_static v1.5.0
36942026-08-21T22:29:22.794Z[ helios-setup] Aug 21 22:29:21.384 INFO E| Compiling terminal_size v0.4.3
36952026-08-21T22:29:22.803Z[ helios-setup] Aug 21 22:29:21.391 INFO E| Compiling num-iter v0.1.45
36962026-08-21T22:29:22.980Z[ helios-setup] Aug 21 22:29:21.574 INFO E| Compiling clap_builder v4.5.51
36972026-08-21T22:29:23.027Z[ helios-setup] Aug 21 22:29:21.621 INFO E| Compiling indexmap v1.9.3
36982026-08-21T22:29:23.186Z[ helios-setup] Aug 21 22:29:21.783 INFO E| Compiling once_cell v1.21.3
36992026-08-21T22:29:23.453Z[ host-package] Compiling oxide-update-engine-display v0.1.2
37002026-08-21T22:29:23.511Z[ helios-setup] Aug 21 22:29:22.110 INFO E| Compiling crc-catalog v2.4.0
37012026-08-21T22:29:23.602Z[ helios-setup] Aug 21 22:29:22.202 INFO E| Compiling serde_json v1.0.145
37022026-08-21T22:29:23.644Z[ helios-setup] Aug 21 22:29:22.243 INFO E| Compiling simd-adler32 v0.3.7
37032026-08-21T22:29:23.720Z[ helios-setup] Aug 21 22:29:22.318 INFO E| Compiling thiserror v2.0.17
37042026-08-21T22:29:23.736Z[ helios-setup] Aug 21 22:29:22.335 INFO E| Compiling log v0.4.28
37052026-08-21T22:29:23.785Z[ helios-setup] Aug 21 22:29:22.384 INFO E| Compiling iana-time-zone v0.1.64
37062026-08-21T22:29:23.817Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37072026-08-21T22:29:23.876Z[ helios-setup] Aug 21 22:29:22.474 INFO E| Compiling nodrop v0.1.14
37082026-08-21T22:29:23.901Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37092026-08-21T22:29:24.037Z[ helios-setup] Aug 21 22:29:22.636 INFO E| Compiling adler2 v2.0.1
37102026-08-21T22:29:24.194Z[ helios-setup] Aug 21 22:29:22.794 INFO E| Compiling env_filter v0.1.4
37112026-08-21T22:29:24.374Z[ helios-setup] Aug 21 22:29:22.970 INFO E| Compiling miniz_oxide v0.8.9
37122026-08-21T22:29:24.425Z[ helios-setup] Aug 21 22:29:23.024 INFO E| Compiling chrono v0.4.42
37132026-08-21T22:29:24.481Z[ helios-setup] Aug 21 22:29:23.080 INFO E| Compiling array-init v0.0.4
37142026-08-21T22:29:24.503Z[ helios-setup] Aug 21 22:29:23.103 INFO E| Compiling crc v3.3.0
37152026-08-21T22:29:24.531Z[ helios-setup] Aug 21 22:29:23.130 INFO E| Compiling parking_lot v0.12.5
37162026-08-21T22:29:24.632Z[ helios-setup] Aug 21 22:29:23.232 INFO E| Compiling smallvec v0.6.14
37172026-08-21T22:29:25.090Z[ helios-setup] Aug 21 22:29:23.689 INFO E| Compiling serde_spanned v1.0.3
37182026-08-21T22:29:25.227Z[ helios-setup] Aug 21 22:29:23.827 INFO E| Compiling signature v2.2.0
37192026-08-21T22:29:25.391Z[ helios-setup] Aug 21 22:29:23.990 INFO E| Compiling time v0.3.44
37202026-08-21T22:29:25.490Z[ helios-setup] Aug 21 22:29:24.089 INFO E| Compiling socket2 v0.6.1
37212026-08-21T22:29:25.497Z[ helios-setup] Aug 21 22:29:24.097 INFO E| Compiling signal-hook-registry v1.4.6
37222026-08-21T22:29:25.502Z[ helios-setup] Aug 21 22:29:24.097 INFO E| Compiling is-terminal v0.4.17
37232026-08-21T22:29:25.709Z[ helios-setup] Aug 21 22:29:24.308 INFO E| Compiling mio v1.1.0
37242026-08-21T22:29:25.802Z[ helios-setup] Aug 21 22:29:24.401 INFO E| Compiling thread_local v1.1.9
37252026-08-21T22:29:25.842Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37262026-08-21T22:29:25.991Z[ helios-setup] Aug 21 22:29:24.590 INFO E| Compiling toml_writer v1.0.4
37272026-08-21T22:29:26.293Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37282026-08-21T22:29:26.358Z[ helios-setup] Aug 21 22:29:24.955 INFO E| Compiling serde_derive v1.0.228
37292026-08-21T22:29:26.373Z[ helios-setup] Aug 21 22:29:24.969 INFO E| Compiling zerocopy-derive v0.8.27
37302026-08-21T22:29:26.464Z[ helios-setup] Aug 21 22:29:25.062 INFO E| Compiling der_derive v0.7.3
37312026-08-21T22:29:26.484Z[ helios-setup] Aug 21 22:29:25.081 INFO E| Compiling futures-macro v0.3.31
37322026-08-21T22:29:26.537Z[ helios-setup] Aug 21 22:29:25.137 INFO E| Compiling packed_struct_codegen v0.10.1
37332026-08-21T22:29:26.541Z[ helios-setup] Aug 21 22:29:25.137 INFO E| Compiling zerocopy-derive v0.6.6
37342026-08-21T22:29:26.553Z[ host-package] Compiling port-file v0.1.0
37352026-08-21T22:29:26.662Z[ helios-setup] Aug 21 22:29:25.262 INFO E| Compiling bitfield-macros v0.19.3
37362026-08-21T22:29:26.796Z[ helios-setup] Aug 21 22:29:25.395 INFO E| Compiling thiserror-impl v1.0.69
37372026-08-21T22:29:26.862Z[ host-package] Compiling rtoolbox v0.0.3
37382026-08-21T22:29:26.935Z[ helios-setup] Aug 21 22:29:25.534 INFO E| Compiling clap_derive v4.5.49
37392026-08-21T22:29:27.023Z[ helios-setup] Aug 21 22:29:25.621 INFO E| Compiling num_enum_derive v0.7.5
37402026-08-21T22:29:27.325Z[ host-package] Compiling subprocess v0.2.15
37412026-08-21T22:29:27.357Z[ helios-setup] Aug 21 22:29:25.956 INFO E| Compiling thiserror-impl v2.0.17
37422026-08-21T22:29:27.395Z[ helios-setup] Aug 21 22:29:25.988 INFO E| Compiling tokio-macros v2.6.0
37432026-08-21T22:29:27.464Z[ host-package] Compiling rpassword v7.5.4
37442026-08-21T22:29:27.780Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37452026-08-21T22:29:28.432Z[ helios-setup] Aug 21 22:29:27.031 INFO E| Compiling der v0.7.10
37462026-08-21T22:29:28.488Z[ helios-setup] Aug 21 22:29:27.087 INFO E| Compiling bitfield v0.19.3
37472026-08-21T22:29:28.515Z[ helios-setup] Aug 21 22:29:27.114 INFO E| Compiling futures-util v0.3.31
37482026-08-21T22:29:28.550Z[ helios-setup] Aug 21 22:29:27.149 INFO E| Compiling hashbrown v0.12.3
37492026-08-21T22:29:28.628Z[ helios-setup] Aug 21 22:29:27.227 INFO E| Compiling zerocopy v0.6.6
37502026-08-21T22:29:28.653Z[ helios-setup] Aug 21 22:29:27.252 INFO E| Compiling base64 v0.21.7
37512026-08-21T22:29:28.698Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37522026-08-21T22:29:29.232Z[ helios-setup] Aug 21 22:29:27.831 INFO E| Compiling term v1.2.0
37532026-08-21T22:29:29.431Z[ helios-setup] Aug 21 22:29:28.030 INFO E| Compiling subtle v2.6.1
37542026-08-21T22:29:29.491Z[ helios-setup] Aug 21 22:29:28.090 INFO E| Compiling ryu v1.0.20
37552026-08-21T22:29:29.669Z[ helios-setup] Aug 21 22:29:28.268 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
37562026-08-21T22:29:29.828Z[ helios-setup] Aug 21 22:29:28.427 INFO E| Compiling num_enum v0.7.5
37572026-08-21T22:29:29.884Z[ helios-setup] Aug 21 22:29:28.484 INFO E| Compiling winnow v0.5.40
37582026-08-21T22:29:29.892Z[ helios-setup] Aug 21 22:29:28.491 INFO E| Compiling libdevinfo-sys v1.1.0
37592026-08-21T22:29:30.062Z[ helios-setup] Aug 21 22:29:28.660 INFO E| Compiling devinfo v0.1.0
37602026-08-21T22:29:30.160Z[ helios-setup] Aug 21 22:29:28.759 INFO E| Compiling tokio v1.48.0
37612026-08-21T22:29:30.383Z[ helios-setup] Aug 21 22:29:28.981 INFO E| Compiling clap v4.5.51
37622026-08-21T22:29:30.480Z[ helios-setup] Aug 21 22:29:29.079 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
37632026-08-21T22:29:30.531Z[ helios-setup] Aug 21 22:29:29.129 INFO E| Compiling toml v0.9.8
37642026-08-21T22:29:30.534Z[ helios-setup] Aug 21 22:29:29.130 INFO E| Compiling bzip2 v0.4.4
37652026-08-21T22:29:30.653Z[ helios-setup] Aug 21 22:29:29.252 INFO E| Compiling spki v0.7.3
37662026-08-21T22:29:30.681Z[ helios-setup] Aug 21 22:29:29.280 INFO E| Compiling flate2 v1.1.5
37672026-08-21T22:29:30.865Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37682026-08-21T22:29:30.927Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37692026-08-21T22:29:30.968Z[ helios-setup] Aug 21 22:29:29.567 INFO E| Compiling uuid v1.18.1
37702026-08-21T22:29:31.244Z[ helios-setup] Aug 21 22:29:29.843 INFO E| Compiling pkcs8 v0.10.2
37712026-08-21T22:29:31.386Z[ helios-setup] Aug 21 22:29:29.982 INFO E| Compiling x509-cert v0.2.5
37722026-08-21T22:29:31.450Z[ helios-setup] Aug 21 22:29:30.049 INFO E| Compiling env_logger v0.11.8
37732026-08-21T22:29:31.479Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37742026-08-21T22:29:31.512Z[ helios-setup] Aug 21 22:29:30.111 INFO E| Compiling pkcs1 v0.7.5
37752026-08-21T22:29:31.692Z[ helios-setup] Aug 21 22:29:30.290 INFO E| Compiling hex v0.4.3
37762026-08-21T22:29:31.978Z[ helios-setup] Aug 21 22:29:30.576 INFO E| Compiling foldhash v0.2.0
37772026-08-21T22:29:32.488Z[ helios-setup] Aug 21 22:29:31.085 INFO E| Compiling crc-any v2.5.0
37782026-08-21T22:29:32.523Z[ helios-setup] Aug 21 22:29:31.122 INFO E| Compiling rustc-hash v2.1.1
37792026-08-21T22:29:32.574Z[ helios-setup] Aug 21 22:29:31.173 INFO E| Compiling bitflags v1.3.2
37802026-08-21T22:29:32.624Z[ helios-setup] Aug 21 22:29:31.223 INFO E| Compiling erased-serde v0.3.31
37812026-08-21T22:29:32.664Z[ helios-setup] Aug 21 22:29:31.262 INFO E| Compiling ppv-lite86 v0.2.21
37822026-08-21T22:29:33.034Z[ helios-setup] Aug 21 22:29:31.633 INFO E| Compiling toml_datetime v0.6.11
37832026-08-21T22:29:33.308Z[ helios-setup] Aug 21 22:29:31.906 INFO E| Compiling rand_chacha v0.3.1
37842026-08-21T22:29:33.314Z[ helios-setup] Aug 21 22:29:31.913 INFO E| Compiling serde_spanned v0.6.9
37852026-08-21T22:29:33.444Z[ helios-setup] Aug 21 22:29:32.037 INFO E| Compiling hashbrown v0.13.2
37862026-08-21T22:29:33.493Z[ helios-setup] Aug 21 22:29:32.092 INFO E| Compiling toml_edit v0.19.15
37872026-08-21T22:29:33.591Z[ helios-setup] Aug 21 22:29:32.191 INFO E| Compiling futures-executor v0.3.31
37882026-08-21T22:29:33.775Z[ helios-setup] Aug 21 22:29:32.374 INFO E| Compiling rand v0.8.5
37892026-08-21T22:29:33.817Z[ helios-setup] Aug 21 22:29:32.416 INFO E| Compiling serde-hex v0.1.0
37902026-08-21T22:29:34.002Z[ helios-setup] Aug 21 22:29:32.601 INFO E| Compiling ron v0.8.1
37912026-08-21T22:29:34.048Z[ helios-setup] Aug 21 22:29:32.647 INFO E| Compiling iddqd v0.3.14
37922026-08-21T22:29:34.368Z[ helios-setup] Aug 21 22:29:32.968 INFO E| Compiling futures v0.3.31
37932026-08-21T22:29:34.477Z[ helios-setup] Aug 21 22:29:33.075 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
37942026-08-21T22:29:34.498Z[ helios-setup] Aug 21 22:29:33.096 INFO E| Compiling slog-term v2.9.2
37952026-08-21T22:29:34.638Z[ helios-setup] Aug 21 22:29:33.237 INFO E| Compiling object v0.30.4
37962026-08-21T22:29:34.658Z[ helios-setup] Aug 21 22:29:33.256 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
37972026-08-21T22:29:35.052Z[ helios-setup] Aug 21 22:29:33.651 INFO E| Compiling zip v0.6.6
37982026-08-21T22:29:35.199Z[ host-package] Compiling tui-tree-widget v0.23.1
37992026-08-21T22:29:35.762Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38002026-08-21T22:29:36.020Z[ helios-setup] Aug 21 22:29:34.616 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
38012026-08-21T22:29:36.546Z[ helios-setup] Aug 21 22:29:35.145 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
38022026-08-21T22:29:36.623Z[ helios-setup] Aug 21 22:29:35.221 INFO E| Compiling toml v0.7.8
38032026-08-21T22:29:36.684Z[ helios-setup] Aug 21 22:29:35.283 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
38042026-08-21T22:29:36.923Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38052026-08-21T22:29:37.179Z[ helios-setup] Aug 21 22:29:35.778 INFO E| Compiling rsa v0.9.8
38062026-08-21T22:29:37.289Z[ helios-setup] Aug 21 22:29:35.887 INFO E| Compiling path-slash v0.1.5
38072026-08-21T22:29:39.175Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
38082026-08-21T22:29:39.373Z[ helios-setup] Aug 21 22:29:37.970 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
38092026-08-21T22:29:39.381Z[ helios-setup] Aug 21 22:29:37.980 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
38102026-08-21T22:29:40.161Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
38112026-08-21T22:29:41.352Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38122026-08-21T22:29:41.875Z[ host-package] Compiling uzers v0.12.2
38132026-08-21T22:29:44.218Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38142026-08-21T22:29:44.711Z[ helios-setup] Aug 21 22:29:43.310 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
38152026-08-21T22:29:44.944Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38162026-08-21T22:29:45.063Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38172026-08-21T22:29:45.699Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38182026-08-21T22:29:45.945Z[ helios-setup] Aug 21 22:29:44.544 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
38192026-08-21T22:29:46.703Z[ host-package] Compiling support-bundle-viewer v0.1.2
38202026-08-21T22:29:46.866Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38212026-08-21T22:29:49.180Z[ host-package] Compiling multimap v0.10.1
38222026-08-21T22:29:50.122Z[ helios-setup] Aug 21 22:29:48.720 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
38232026-08-21T22:29:57.193Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38242026-08-21T22:30:02.574Z[ helios-setup] Aug 21 22:30:01.173 INFO E| Finished `release` profile [optimized] target(s) in 53.70s
38252026-08-21T22:30:02.577Z[ helios-setup] Aug 21 22:30:01.175 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
38262026-08-21T22:30:02.577Z[ helios-setup] Aug 21 22:30:01.175 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38272026-08-21T22:30:02.635Z[ helios-setup] Aug 21 22:30:01.234 INFO building project "pilot" ok (53 seconds)
38282026-08-21T22:30:02.641Z[ helios-setup] rm -f helios-build
38292026-08-21T22:30:02.641Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38302026-08-21T22:30:02.644Z[ helios-setup]
38312026-08-21T22:30:02.644Z[ helios-setup] Setup complete! ./helios-build is now available.
38322026-08-21T22:30:02.644Z[ helios-setup]
38332026-08-21T22:30:02.644Z[ helios-setup]
38342026-08-21T22:30:02.644Z[ helios-setup] real 3:10.443224262
38352026-08-21T22:30:02.644Z[ helios-setup] user 7:04.307546235
38362026-08-21T22:30:02.644Z[ helios-setup] sys 1:19.826824666
38372026-08-21T22:30:02.644Z[ helios-setup] trap 0.670984632
38382026-08-21T22:30:02.644Z[ helios-setup] tflt 2.660710319
38392026-08-21T22:30:02.644Z[ helios-setup] dflt 8.407699477
38402026-08-21T22:30:02.644Z[ helios-setup] kflt 0.003026251
38412026-08-21T22:30:02.644Z[ helios-setup] lock 1:00:36.948834253
38422026-08-21T22:30:02.648Z[ helios-setup] slp 39:08.141303914
38432026-08-21T22:30:02.648Z[ helios-setup] lat 7:32.187608592
38442026-08-21T22:30:02.648Z[ helios-setup] stop 1:37.106190743
38452026-08-21T22:30:02.648ZAug 21 22:30:01.244 INFO [helios-setup] process exited with exit status: 0 (190.446079314s)
38462026-08-21T22:30:02.648ZAug 21 22:30:01.244 INFO [helios-record] running task
38472026-08-21T22:30:02.648ZAug 21 22:30:01.244 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38482026-08-21T22:30:02.651ZAug 21 22:30:01.248 DEBG process exited with exit status: 0 (4.086144ms)
38492026-08-21T22:30:02.651ZAug 21 22:30:01.248 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38502026-08-21T22:30:02.656ZAug 21 22:30:01.253 DEBG process exited with exit status: 0 (5.006363ms)
38512026-08-21T22:30:02.656ZAug 21 22:30:01.253 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38522026-08-21T22:30:02.660ZAug 21 22:30:01.258 DEBG process exited with exit status: 0 (4.425354ms)
38532026-08-21T22:30:02.660ZAug 21 22:30:01.258 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38542026-08-21T22:30:02.664ZAug 21 22:30:01.262 DEBG process exited with exit status: 0 (4.272073ms)
38552026-08-21T22:30:02.664ZAug 21 22:30:01.262 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38562026-08-21T22:30:02.668ZAug 21 22:30:01.266 DEBG process exited with exit status: 0 (4.242663ms)
38572026-08-21T22:30:02.668ZAug 21 22:30:01.266 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38582026-08-21T22:30:02.675ZAug 21 22:30:01.270 DEBG process exited with exit status: 0 (4.178963ms)
38592026-08-21T22:30:02.675ZAug 21 22:30:01.270 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38602026-08-21T22:30:02.679ZAug 21 22:30:01.274 DEBG process exited with exit status: 0 (3.698313ms)
38612026-08-21T22:30:02.679ZAug 21 22:30:01.274 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38622026-08-21T22:30:02.684ZAug 21 22:30:01.281 DEBG process exited with exit status: 0 (6.686655ms)
38632026-08-21T22:30:02.684ZAug 21 22:30:01.281 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38642026-08-21T22:30:02.687ZAug 21 22:30:01.285 DEBG process exited with exit status: 0 (4.221723ms)
38652026-08-21T22:30:02.687ZAug 21 22:30:01.285 INFO [helios-record] task succeeded (41.419572ms)
38662026-08-21T22:30:04.697Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38672026-08-21T22:30:10.674Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38682026-08-21T22:30:12.490Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38692026-08-21T22:30:12.927Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38702026-08-21T22:40:50.769Z[ host-package] Finished `release` profile [optimized] target(s) in 13m 18s
38712026-08-21T22:40:50.772Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38722026-08-21T22:40:50.772Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38732026-08-21T22:41:42.523ZAug 21 22:41:41.118 INFO [host-package] process exited with exit status: 0 (850.797053154s)
38742026-08-21T22:41:42.523ZAug 21 22:41:41.118 INFO [host-libraries] running task
38752026-08-21T22:41:42.523ZAug 21 22:41:41.118 INFO [host-stamp] running task
38762026-08-21T22:41:42.526ZAug 21 22:41:41.120 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+git27b889144e3
38772026-08-21T22:41:42.526ZAug 21 22:41:41.121 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+git27b889144e3
38782026-08-21T22:41:42.526ZAug 21 22:41:41.121 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+git27b889144e3
38792026-08-21T22:41:42.526ZAug 21 22:41:41.121 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+git27b889144e3
38802026-08-21T22:41:42.531ZAug 21 22:41:41.122 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+git27b889144e3
38812026-08-21T22:41:42.531ZAug 21 22:41:41.122 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+git27b889144e3
38822026-08-21T22:41:42.531ZAug 21 22:41:41.123 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+git27b889144e3
38832026-08-21T22:41:42.531ZAug 21 22:41:41.123 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+git27b889144e3
38842026-08-21T22:41:42.535Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38852026-08-21T22:41:42.535Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38862026-08-21T22:41:42.538Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38872026-08-21T22:41:42.538Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38882026-08-21T22:41:42.538Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38892026-08-21T22:41:42.538Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38902026-08-21T22:41:42.538Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38912026-08-21T22:41:42.538Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38922026-08-21T22:41:42.538Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38932026-08-21T22:41:42.541ZAug 21 22:41:41.135 INFO [stamp-overlay] process exited with exit status: 0 (13.66869ms)
38942026-08-21T22:41:42.547Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38952026-08-21T22:41:42.550ZAug 21 22:41:41.145 INFO [stamp-oxlog] process exited with exit status: 0 (23.348607ms)
38962026-08-21T22:41:42.581Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38972026-08-21T22:41:42.584ZAug 21 22:41:41.179 INFO [stamp-crucible-utils] process exited with exit status: 0 (59.224145ms)
38982026-08-21T22:41:42.601Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38992026-08-21T22:41:42.604ZAug 21 22:41:41.198 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (76.203168ms)
39002026-08-21T22:41:42.719Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39012026-08-21T22:41:42.722ZAug 21 22:41:41.317 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (195.873738ms)
39022026-08-21T22:41:43.089Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39032026-08-21T22:41:43.093ZAug 21 22:41:41.688 INFO [stamp-propolis-server] process exited with exit status: 0 (565.163326ms)
39042026-08-21T22:41:43.143Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39052026-08-21T22:41:43.148ZAug 21 22:41:41.742 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (621.394849ms)
39062026-08-21T22:41:44.325ZAug 21 22:41:42.920 INFO [host-libraries] task succeeded (1.802134817s)
39072026-08-21T22:41:44.328ZAug 21 22:41:42.920 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39082026-08-21T22:41:44.332Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39092026-08-21T22:41:45.274Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39102026-08-21T22:41:46.220Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39112026-08-21T22:41:49.652Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39122026-08-21T22:41:49.656ZAug 21 22:41:48.251 INFO [stamp-switch-asic] process exited with exit status: 0 (7.128291129s)
39132026-08-21T22:41:49.656ZAug 21 22:41:48.251 INFO [host-stamp] task succeeded (7.133100903s)
39142026-08-21T22:41:49.656ZAug 21 22:41:48.251 INFO [host-proto] running task
39152026-08-21T22:41:50.173ZAug 21 22:41:48.768 INFO [host-proto] task succeeded (517.44869ms)
39162026-08-21T22:41:50.173ZAug 21 22:41:48.768 INFO [host-profile] running task
39172026-08-21T22:41:50.177ZAug 21 22:41:48.769 INFO [host-profile] task succeeded (205.96µs)
39182026-08-21T22:41:50.177ZAug 21 22:41:48.769 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/.tmpxEEXn5/proto/host/root -N 'ci 27b8891/${os_short_commit} 2026-08-21 22:26' -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/'
39192026-08-21T22:41:50.181Z[ host-image] Aug 21 22:41:48.775 INFO Checking files for board 'gimlet'
39202026-08-21T22:41:50.181Z[ host-image] Aug 21 22:41:48.775 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39212026-08-21T22:41:50.182Z[ host-image] Aug 21 22:41:48.775 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39222026-08-21T22:41:50.183Z[ host-image] Aug 21 22:41:48.775 INFO Checking files for board 'cosmo'
39232026-08-21T22:41:50.183Z[ host-image] Aug 21 22:41:48.775 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39242026-08-21T22:41:50.183Z[ host-image] Aug 21 22:41:48.775 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39252026-08-21T22:41:50.183Z[ host-image] Aug 21 22:41:48.775 INFO Checking files for board 'cosmo-mbist-noaggr'
39262026-08-21T22:41:50.183Z[ host-image] Aug 21 22:41:48.775 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39272026-08-21T22:41:50.183Z[ host-image] Aug 21 22:41:48.775 INFO Checking files for board 'cosmo-mbist'
39282026-08-21T22:41:50.183Z[ host-image] Aug 21 22:41:48.775 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39292026-08-21T22:41:50.189Z[ host-image] Aug 21 22:41:48.784 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpxEEXn5/proto/host/root"
39302026-08-21T22:41:50.193Z[ host-image] Aug 21 22:41:48.784 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39312026-08-21T22:41:50.193Z[ host-image] Aug 21 22:41:48.784 INFO image builder template: ramdisk-01-os...
39322026-08-21T22:41:50.193Z[ host-image] Aug 21 22:41:48.785 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/.tmpxEEXn5/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
39332026-08-21T22:41:50.202Z[ host-image] Aug 21 22:41:48.798 INFO O| Aug 21 22:41:48.798 INFO CREATE DATASET: rpool/images/build/host/output
39342026-08-21T22:41:51.678Z[ host-image] Aug 21 22:41:50.273 INFO O| Aug 21 22:41:50.273 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39352026-08-21T22:41:51.682Z[ host-image] Aug 21 22:41:50.276 INFO O| Aug 21 22:41:50.276 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39362026-08-21T22:41:51.904Z[ host-image] Aug 21 22:41:50.492 INFO O| Aug 21 22:41:50.492 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39372026-08-21T22:41:51.956Z[ host-image] Aug 21 22:41:50.552 INFO O| Aug 21 22:41:50.551 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39382026-08-21T22:41:51.957Z[ host-image] Aug 21 22:41:50.552 INFO O| Aug 21 22:41:50.552 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39392026-08-21T22:41:51.960Z[ host-image] Aug 21 22:41:50.552 INFO O| Aug 21 22:41:50.552 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39402026-08-21T22:41:51.960Z[ host-image] Aug 21 22:41:50.552 INFO O| Aug 21 22:41:50.552 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39412026-08-21T22:41:51.963Z[ host-image] Aug 21 22:41:50.558 INFO O| Aug 21 22:41:50.558 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39422026-08-21T22:41:52.188Z[ host-image] Aug 21 22:41:50.783 INFO O| Aug 21 22:41:50.783 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39432026-08-21T22:41:52.194Z[ host-image] Aug 21 22:41:50.790 INFO O| Aug 21 22:41:50.790 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39442026-08-21T22:41:52.465Z[ host-image] Aug 21 22:41:51.060 INFO O| Aug 21 22:41:51.060 INFO O| Caching catalogs ... Done
39452026-08-21T22:41:52.531Z[ host-image] Aug 21 22:41:51.126 INFO O| Aug 21 22:41:51.126 INFO STEP 0 (pkg_image_create) COMPLETE
39462026-08-21T22:41:52.531Z[ host-image] Aug 21 22:41:51.126 INFO O| Aug 21 22:41:51.126 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39472026-08-21T22:41:52.537Z[ host-image] Aug 21 22:41:51.133 INFO O| Aug 21 22:41:51.133 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"]
39482026-08-21T22:41:52.788Z[ host-image] Aug 21 22:41:51.383 INFO O| Aug 21 22:41:51.383 INFO STEP 1 (pkg_set_publisher) COMPLETE
39492026-08-21T22:41:52.788Z[ host-image] Aug 21 22:41:51.383 INFO O| Aug 21 22:41:51.383 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39502026-08-21T22:41:52.792Z[ host-image] Aug 21 22:41:51.383 INFO O| Aug 21 22:41:51.383 INFO skip step because feature "publisher_1_name" is not enabled
39512026-08-21T22:41:52.792Z[ host-image] Aug 21 22:41:51.383 INFO O| Aug 21 22:41:51.383 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39522026-08-21T22:41:52.792Z[ host-image] Aug 21 22:41:51.383 INFO O| Aug 21 22:41:51.383 INFO skip step because feature "publisher_2_name" is not enabled
39532026-08-21T22:41:52.792Z[ host-image] Aug 21 22:41:51.383 INFO O| Aug 21 22:41:51.383 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39542026-08-21T22:41:52.792Z[ host-image] Aug 21 22:41:51.383 INFO O| Aug 21 22:41:51.383 INFO skip step because feature "publisher_3_name" is not enabled
39552026-08-21T22:41:52.792Z[ host-image] Aug 21 22:41:51.383 INFO O| Aug 21 22:41:51.383 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39562026-08-21T22:41:53.025Z[ host-image] Aug 21 22:41:51.621 INFO O| Aug 21 22:41:51.620 INFO variant opensolaris.zone is already global
39572026-08-21T22:41:53.025Z[ host-image] Aug 21 22:41:51.621 INFO O| Aug 21 22:41:51.620 INFO STEP 5 (pkg_change_variant) COMPLETE
39582026-08-21T22:41:53.029Z[ host-image] Aug 21 22:41:51.621 INFO O| Aug 21 22:41:51.620 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39592026-08-21T22:41:53.280Z[ host-image] Aug 21 22:41:51.875 INFO O| Aug 21 22:41:51.875 INFO variant opensolaris.imagetype is full; changing to partial
39602026-08-21T22:41:53.280Z[ host-image] Aug 21 22:41:51.875 INFO O| Aug 21 22:41:51.875 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39612026-08-21T22:41:54.848Z[ host-image] Aug 21 22:41:53.444 INFO O| Aug 21 22:41:53.443 INFO O| Startup: Refreshing catalog 'helios' ... Done
39622026-08-21T22:41:55.229Z[ host-image] Aug 21 22:41:53.825 INFO O| Aug 21 22:41:53.824 INFO O| Startup: Caching catalogs ... Done
39632026-08-21T22:41:55.242Z[ host-image] Aug 21 22:41:53.837 INFO O| Aug 21 22:41:53.837 INFO O| Planning: Planning completed in 0.00 seconds
39642026-08-21T22:41:55.245Z[ host-image] Aug 21 22:41:53.838 INFO O| Aug 21 22:41:53.838 INFO O| Planning: Consolidating action changes ... Done
39652026-08-21T22:41:55.245Z[ host-image] Aug 21 22:41:53.838 INFO O| Aug 21 22:41:53.838 INFO O| Planning: Evaluating mediators ... Done
39662026-08-21T22:41:55.245Z[ host-image] Aug 21 22:41:53.838 INFO O| Aug 21 22:41:53.838 INFO O| Planning: Planning completed in 0.00 seconds
39672026-08-21T22:41:55.245Z[ host-image] Aug 21 22:41:53.838 INFO O| Aug 21 22:41:53.838 INFO O| Variants/Facets to change: 1
39682026-08-21T22:41:55.251Z[ host-image] Aug 21 22:41:53.847 INFO O| Aug 21 22:41:53.847 INFO O| Finalize: Updating package state database ... Done
39692026-08-21T22:41:55.251Z[ host-image] Aug 21 22:41:53.847 INFO O| Aug 21 22:41:53.847 INFO O| Finalize: Updating package cache ... Done
39702026-08-21T22:41:55.312Z[ host-image] Aug 21 22:41:53.907 INFO O| Aug 21 22:41:53.907 INFO O| Finalize: Updating image state ... Done
39712026-08-21T22:41:55.322Z[ host-image] Aug 21 22:41:53.917 INFO O| Aug 21 22:41:53.917 INFO O| Finalize: Creating fast lookup database ... Done
39722026-08-21T22:41:55.325Z[ host-image] Aug 21 22:41:53.917 INFO O| Aug 21 22:41:53.917 INFO O| Finalize: Reading search index ... Done
39732026-08-21T22:41:55.326Z[ host-image] Aug 21 22:41:53.917 INFO O| Aug 21 22:41:53.917 INFO O| Finalize: Updating search index ... Done
39742026-08-21T22:41:55.326Z[ host-image] Aug 21 22:41:53.918 INFO O| Aug 21 22:41:53.918 INFO O| Finalize: Updating package cache ... Done
39752026-08-21T22:41:55.493Z[ host-image] Aug 21 22:41:54.088 INFO O| Aug 21 22:41:54.087 INFO STEP 6 (pkg_change_variant) COMPLETE
39762026-08-21T22:41:55.493Z[ host-image] Aug 21 22:41:54.088 INFO O| Aug 21 22:41:54.088 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39772026-08-21T22:41:55.493Z[ host-image] Aug 21 22:41:54.088 INFO O| Aug 21 22:41:54.088 INFO skip step because feature "debug_variant" is not enabled
39782026-08-21T22:41:55.496Z[ host-image] Aug 21 22:41:54.088 INFO O| Aug 21 22:41:54.088 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39792026-08-21T22:41:55.735Z[ host-image] Aug 21 22:41:54.328 INFO O| Aug 21 22:41:54.328 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39802026-08-21T22:41:57.227Z[ host-image] Aug 21 22:41:55.821 INFO O| Aug 21 22:41:55.821 INFO O| Startup: Refreshing catalog 'helios' ... Done
39812026-08-21T22:41:57.346Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.90s
39822026-08-21T22:41:57.614Z[ host-image] Aug 21 22:41:56.209 INFO O| Aug 21 22:41:56.209 INFO O| Startup: Caching catalogs ... Done
39832026-08-21T22:41:57.627Z[ host-image] Aug 21 22:41:56.222 INFO O| Aug 21 22:41:56.222 INFO O| Planning: Planning completed in 0.00 seconds
39842026-08-21T22:41:57.631Z[ host-image] Aug 21 22:41:56.223 INFO O| Aug 21 22:41:56.223 INFO O| Planning: Consolidating action changes ... Done
39852026-08-21T22:41:57.631Z[ host-image] Aug 21 22:41:56.223 INFO O| Aug 21 22:41:56.223 INFO O| Planning: Evaluating mediators ... Done
39862026-08-21T22:41:57.631Z[ host-image] Aug 21 22:41:56.223 INFO O| Aug 21 22:41:56.223 INFO O| Planning: Planning completed in 0.00 seconds
39872026-08-21T22:41:57.631Z[ host-image] Aug 21 22:41:56.223 INFO O| Aug 21 22:41:56.223 INFO O| Variants/Facets to change: 1
39882026-08-21T22:41:57.636Z[ host-image] Aug 21 22:41:56.231 INFO O| Aug 21 22:41:56.231 INFO O| Finalize: Updating package state database ... Done
39892026-08-21T22:41:57.636Z[ host-image] Aug 21 22:41:56.232 INFO O| Aug 21 22:41:56.231 INFO O| Finalize: Updating package cache ... Done
39902026-08-21T22:41:57.696Z[ host-image] Aug 21 22:41:56.291 INFO O| Aug 21 22:41:56.291 INFO O| Finalize: Updating image state ... Done
39912026-08-21T22:41:57.705Z[ host-image] Aug 21 22:41:56.300 INFO O| Aug 21 22:41:56.300 INFO O| Finalize: Creating fast lookup database ... Done
39922026-08-21T22:41:57.708Z[ host-image] Aug 21 22:41:56.301 INFO O| Aug 21 22:41:56.301 INFO O| Finalize: Reading search index ... Done
39932026-08-21T22:41:57.708Z[ host-image] Aug 21 22:41:56.301 INFO O| Aug 21 22:41:56.301 INFO O| Finalize: Updating search index ... Done
39942026-08-21T22:41:57.709Z[ host-image] Aug 21 22:41:56.302 INFO O| Aug 21 22:41:56.302 INFO O| Finalize: Updating package cache ... Done
39952026-08-21T22:41:57.874Z[ host-image] Aug 21 22:41:56.468 INFO O| Aug 21 22:41:56.468 INFO STEP 8 (pkg_change_facet) COMPLETE
39962026-08-21T22:41:57.874Z[ host-image] Aug 21 22:41:56.468 INFO O| Aug 21 22:41:56.468 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39972026-08-21T22:41:57.878Z[ host-image] Aug 21 22:41:56.469 INFO O| Aug 21 22:41:56.468 INFO skip step because feature "recovery" is not enabled
39982026-08-21T22:41:57.878Z[ host-image] Aug 21 22:41:56.469 INFO O| Aug 21 22:41:56.468 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39992026-08-21T22:41:57.878Z[ host-image] Aug 21 22:41:56.469 INFO O| Aug 21 22:41:56.468 INFO skip step because feature "recovery" is not enabled
40002026-08-21T22:41:57.878Z[ host-image] Aug 21 22:41:56.469 INFO O| Aug 21 22:41:56.468 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40012026-08-21T22:41:57.884Z[ host-image] Aug 21 22:41:56.475 INFO O| Aug 21 22:41:56.475 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"]
40022026-08-21T22:41:59.336Z[ host-image] Aug 21 22:41:57.931 INFO O| Aug 21 22:41:57.931 INFO O| Startup: Refreshing catalog 'helios' ... Done
40032026-08-21T22:41:59.719Z[ host-image] Aug 21 22:41:58.314 INFO O| Aug 21 22:41:58.314 INFO O| Startup: Caching catalogs ... Done
40042026-08-21T22:42:01.553Z[ host-image] Aug 21 22:42:00.147 INFO O| Aug 21 22:42:00.147 INFO O| Planning: Solver setup ... Done
40052026-08-21T22:42:01.735Z[ host-image] Aug 21 22:42:00.330 INFO O| Aug 21 22:42:00.330 INFO O| Planning: Running solver ... Done
40062026-08-21T22:42:01.777Z[ host-image] Aug 21 22:42:00.372 INFO O| Aug 21 22:42:00.372 INFO O| Planning: Finding local manifests ... Done
40072026-08-21T22:42:01.796Z[ host-image] Aug 21 22:42:00.391 INFO O| Aug 21 22:42:00.391 INFO O| Planning: Fetching manifests: 0/130 0% complete
40082026-08-21T22:42:03.447Z[ host-image] Aug 21 22:42:02.042 INFO O| Aug 21 22:42:02.042 INFO O| Planning: Fetching manifests: 130/130 100% complete
40092026-08-21T22:42:03.904Z[ host-image] Aug 21 22:42:02.499 INFO O| Aug 21 22:42:02.498 INFO O| Planning: Package planning ... Done
40102026-08-21T22:42:04.216Z[ host-image] Aug 21 22:42:02.811 INFO O| Aug 21 22:42:02.811 INFO O| Planning: Merging actions ... Done
40112026-08-21T22:42:04.319Z[ host-image] Aug 21 22:42:02.911 INFO O| Aug 21 22:42:02.911 INFO O| Planning: Checking for conflicting actions ... Done
40122026-08-21T22:42:04.415Z[ host-image] Aug 21 22:42:03.010 INFO O| Aug 21 22:42:03.010 INFO O| Planning: Consolidating action changes ... Done
40132026-08-21T22:42:04.580Z[ host-image] Aug 21 22:42:03.174 INFO O| Aug 21 22:42:03.174 INFO O| Planning: Evaluating mediators ... Done
40142026-08-21T22:42:05.974Z[ host-image] Aug 21 22:42:04.568 INFO O| Aug 21 22:42:04.568 INFO O| Planning: Planning completed in 6.24 seconds
40152026-08-21T22:42:05.977Z[ host-image] Aug 21 22:42:04.570 INFO O| Aug 21 22:42:04.570 INFO O| Packages to install: 130
40162026-08-21T22:42:05.977Z[ host-image] Aug 21 22:42:04.570 INFO O| Aug 21 22:42:04.570 INFO O| Mediators to change: 5
40172026-08-21T22:42:05.977Z[ host-image] Aug 21 22:42:04.570 INFO O| Aug 21 22:42:04.570 INFO O| Services to change: 6
40182026-08-21T22:42:06.002Z[ host-image] Aug 21 22:42:04.596 INFO O| Aug 21 22:42:04.596 INFO O| Download: 0/23888 items 0.0/222.8MB 0% complete
40192026-08-21T22:42:11.005Z[ host-image] Aug 21 22:42:09.596 INFO O| Aug 21 22:42:09.596 INFO O| Download: 18798/23888 items 161.0/222.8MB 72% complete (32.3M/s)
40202026-08-21T22:42:12.306Z[ host-image] Aug 21 22:42:10.901 INFO O| Aug 21 22:42:10.901 INFO O| Download: Completed 222.83 MB in 6.31 seconds (35.3M/s)
40212026-08-21T22:42:12.540ZAug 21 22:42:11.135 INFO [recovery-package] process exited with exit status: 0 (28.214607698s)
40222026-08-21T22:42:12.540ZAug 21 22:42:11.135 INFO [recovery-libraries] running task
40232026-08-21T22:42:12.540ZAug 21 22:42:11.135 INFO [recovery-stamp] running task
40242026-08-21T22:42:12.543ZAug 21 22:42:11.135 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+git27b889144e3
40252026-08-21T22:42:12.543ZAug 21 22:42:11.135 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git27b889144e3
40262026-08-21T22:42:12.548Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40272026-08-21T22:42:12.551Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40282026-08-21T22:42:12.590ZAug 21 22:42:11.186 INFO [recovery-libraries] task succeeded (50.889338ms)
40292026-08-21T22:42:12.594ZAug 21 22:42:11.186 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40302026-08-21T22:42:12.634Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40312026-08-21T22:42:12.638ZAug 21 22:42:11.232 INFO [stamp-installinator] process exited with exit status: 0 (96.721532ms)
40322026-08-21T22:42:12.696Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40332026-08-21T22:42:12.700ZAug 21 22:42:11.290 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (155.168517ms)
40342026-08-21T22:42:12.700ZAug 21 22:42:11.290 INFO [recovery-stamp] task succeeded (155.579257ms)
40352026-08-21T22:42:12.700ZAug 21 22:42:11.290 INFO [recovery-proto] running task
40362026-08-21T22:42:12.700ZAug 21 22:42:11.290 INFO [tuf-stamp] running task
40372026-08-21T22:42:12.700ZAug 21 22:42:11.290 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+git27b889144e3
40382026-08-21T22:42:12.700ZAug 21 22:42:11.291 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+git27b889144e3
40392026-08-21T22:42:12.700ZAug 21 22:42:11.291 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+git27b889144e3
40402026-08-21T22:42:12.701ZAug 21 22:42:11.292 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+git27b889144e3
40412026-08-21T22:42:12.701ZAug 21 22:42:11.292 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+git27b889144e3
40422026-08-21T22:42:12.701ZAug 21 22:42:11.293 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+git27b889144e3
40432026-08-21T22:42:12.701ZAug 21 22:42:11.293 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+git27b889144e3
40442026-08-21T22:42:12.701ZAug 21 22:42:11.294 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+git27b889144e3
40452026-08-21T22:42:12.701ZAug 21 22:42:11.294 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+git27b889144e3
40462026-08-21T22:42:12.701ZAug 21 22:42:11.294 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+git27b889144e3
40472026-08-21T22:42:12.701ZAug 21 22:42:11.295 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+git27b889144e3
40482026-08-21T22:42:12.701ZAug 21 22:42:11.295 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+git27b889144e3
40492026-08-21T22:42:12.704Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40502026-08-21T22:42:12.709Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40512026-08-21T22:42:12.709Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40522026-08-21T22:42:12.709Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40532026-08-21T22:42:12.709Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40542026-08-21T22:42:12.709Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40552026-08-21T22:42:12.709Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40562026-08-21T22:42:12.709Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40572026-08-21T22:42:12.709Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40582026-08-21T22:42:12.709Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40592026-08-21T22:42:12.709Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40602026-08-21T22:42:12.709Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40612026-08-21T22:42:12.766Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40622026-08-21T22:42:12.770ZAug 21 22:42:11.353 INFO [stamp-probe] process exited with exit status: 0 (61.694756ms)
40632026-08-21T22:42:12.825ZAug 21 22:42:11.417 INFO [recovery-proto] task succeeded (126.875616ms)
40642026-08-21T22:42:12.828ZAug 21 22:42:11.417 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/.tmpxEEXn5/proto/recovery/root -N 'recovery 27b8891/${os_short_commit} 2026-08-21 22:26' -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/'
40652026-08-21T22:42:12.831Z[ recovery-image] Aug 21 22:42:11.424 INFO Checking files for board 'cosmo-mbist-noaggr'
40662026-08-21T22:42:12.831Z[ recovery-image] Aug 21 22:42:11.424 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40672026-08-21T22:42:12.831Z[ recovery-image] Aug 21 22:42:11.424 INFO Checking files for board 'cosmo'
40682026-08-21T22:42:12.831Z[ recovery-image] Aug 21 22:42:11.424 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40692026-08-21T22:42:12.831Z[ recovery-image] Aug 21 22:42:11.424 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40702026-08-21T22:42:12.831Z[ recovery-image] Aug 21 22:42:11.424 INFO Checking files for board 'gimlet'
40712026-08-21T22:42:12.831Z[ recovery-image] Aug 21 22:42:11.424 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40722026-08-21T22:42:12.831Z[ recovery-image] Aug 21 22:42:11.424 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40732026-08-21T22:42:12.831Z[ recovery-image] Aug 21 22:42:11.424 INFO Checking files for board 'cosmo-mbist'
40742026-08-21T22:42:12.831Z[ recovery-image] Aug 21 22:42:11.424 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40752026-08-21T22:42:13.122Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40762026-08-21T22:42:13.147Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40772026-08-21T22:42:13.226Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40782026-08-21T22:42:13.229ZAug 21 22:42:11.824 INFO [stamp-ntp] process exited with exit status: 0 (531.102199ms)
40792026-08-21T22:42:13.318Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40802026-08-21T22:42:13.322ZAug 21 22:42:11.917 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (623.412949ms)
40812026-08-21T22:42:13.514Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40822026-08-21T22:42:13.518ZAug 21 22:42:12.113 INFO [stamp-internal-dns] process exited with exit status: 0 (818.806587ms)
40832026-08-21T22:42:13.525Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40842026-08-21T22:42:13.528Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40852026-08-21T22:42:13.529ZAug 21 22:42:12.124 INFO [stamp-external-dns] process exited with exit status: 0 (828.969744ms)
40862026-08-21T22:42:13.532ZAug 21 22:42:12.125 INFO [stamp-crucible-zone] process exited with exit status: 0 (832.653667ms)
40872026-08-21T22:42:13.798Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40882026-08-21T22:42:13.801ZAug 21 22:42:12.396 INFO [stamp-oximeter] process exited with exit status: 0 (1.104454882s)
40892026-08-21T22:42:15.351Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40902026-08-21T22:42:15.355ZAug 21 22:42:13.949 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.655824019s)
40912026-08-21T22:42:15.555Z[ recovery-image] Aug 21 22:42:14.149 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpxEEXn5/proto/recovery/root"
40922026-08-21T22:42:15.560Z[ recovery-image] Aug 21 22:42:14.149 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40932026-08-21T22:42:15.560Z[ recovery-image] Aug 21 22:42:14.149 INFO image builder template: ramdisk-01-os...
40942026-08-21T22:42:15.561Z[ recovery-image] Aug 21 22:42:14.149 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/.tmpxEEXn5/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
40952026-08-21T22:42:15.582Z[ recovery-image] Aug 21 22:42:14.172 INFO O| Aug 21 22:42:14.172 INFO CREATE DATASET: rpool/images/build/recovery/output
40962026-08-21T22:42:15.874Z[ host-image] Aug 21 22:42:14.469 INFO O| Aug 21 22:42:14.469 INFO O| Actions: 1/54182 actions (Installing new actions)
40972026-08-21T22:42:17.402Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40982026-08-21T22:42:17.405ZAug 21 22:42:16.001 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.709078037s)
40992026-08-21T22:42:17.602Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41002026-08-21T22:42:17.606ZAug 21 22:42:16.202 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.911042459s)
41012026-08-21T22:42:17.644Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41022026-08-21T22:42:17.647ZAug 21 22:42:16.242 INFO [stamp-clickhouse] process exited with exit status: 0 (4.949366368s)
41032026-08-21T22:42:17.872Z[verify-libraries] Compiling match_cfg v0.1.0
41042026-08-21T22:42:17.872Z[verify-libraries] Compiling slog-json v2.6.1
41052026-08-21T22:42:17.875Z[verify-libraries] Compiling debug-ignore v1.0.5
41062026-08-21T22:42:17.875Z[verify-libraries] Compiling progenitor-client v0.14.0
41072026-08-21T22:42:17.875Z[verify-libraries] Compiling sha1 v0.11.0
41082026-08-21T22:42:17.875Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41092026-08-21T22:42:17.876Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41102026-08-21T22:42:18.145Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41112026-08-21T22:42:18.149ZAug 21 22:42:16.745 INFO [stamp-nexus] process exited with exit status: 0 (5.449732625s)
41122026-08-21T22:42:18.149ZAug 21 22:42:16.745 INFO [tuf-stamp] task succeeded (5.454425079s)
41132026-08-21T22:42:18.149ZAug 21 22:42:16.745 INFO [tuf-v2-zones] running task
41142026-08-21T22:42:18.193Z[verify-libraries] Compiling multer v3.1.0
41152026-08-21T22:42:18.193Z[verify-libraries] Compiling compression-core v0.4.31
41162026-08-21T22:42:18.196Z[verify-libraries] Compiling async-stream-impl v0.3.6
41172026-08-21T22:42:18.196Z[verify-libraries] Compiling serde_spanned v1.1.1
41182026-08-21T22:42:18.196Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41192026-08-21T22:42:18.214Z[verify-libraries] Compiling dropshot v0.17.1
41202026-08-21T22:42:18.317Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41212026-08-21T22:42:18.342Z[verify-libraries] Compiling hostname v0.3.1
41222026-08-21T22:42:18.342Z[verify-libraries] Compiling waitgroup v0.1.2
41232026-08-21T22:42:18.342Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41242026-08-21T22:42:18.366ZAug 21 22:42:16.961 INFO [tuf-v2-zones] task succeeded (216.326972ms)
41252026-08-21T22:42:18.408Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41262026-08-21T22:42:18.450Z[verify-libraries] Compiling compression-codecs v0.4.37
41272026-08-21T22:42:18.472Z[verify-libraries] Compiling slog-bunyan v2.5.0
41282026-08-21T22:42:18.472Z[verify-libraries] Compiling hostname v0.4.2
41292026-08-21T22:42:18.531Z[verify-libraries] Compiling atomicwrites v0.4.4
41302026-08-21T22:42:18.534Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41312026-08-21T22:42:18.573Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41322026-08-21T22:42:18.616Z[verify-libraries] Compiling macaddr v1.0.1
41332026-08-21T22:42:18.616Z[verify-libraries] Compiling regress v0.10.5
41342026-08-21T22:42:18.657Z[verify-libraries] Compiling instant v0.1.13
41352026-08-21T22:42:18.679Z[verify-libraries] Compiling async-compression v0.4.41
41362026-08-21T22:42:18.683Z[verify-libraries] Compiling parse-display-derive v0.10.0
41372026-08-21T22:42:18.701Z[verify-libraries] Compiling itertools v0.14.0
41382026-08-21T22:42:18.725Z[verify-libraries] Compiling backon v1.6.0
41392026-08-21T22:42:18.743Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41402026-08-21T22:42:18.785Z[verify-libraries] Compiling humantime v2.3.0
41412026-08-21T22:42:18.830Z[verify-libraries] Compiling backoff v0.4.0
41422026-08-21T22:42:18.859Z[verify-libraries] Compiling convert_case v0.4.0
41432026-08-21T22:42:18.915Z[verify-libraries] Compiling async-stream v0.3.6
41442026-08-21T22:42:18.958Z[verify-libraries] Compiling half v2.7.1
41452026-08-21T22:42:19.052Z[verify-libraries] Compiling progenitor-extras v0.2.0
41462026-08-21T22:42:19.052Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41472026-08-21T22:42:19.096Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41482026-08-21T22:42:19.096Z[verify-libraries] Compiling ciborium-io v0.2.2
41492026-08-21T22:42:19.137Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41502026-08-21T22:42:19.137Z[verify-libraries] Compiling indent_write v2.2.0
41512026-08-21T22:42:19.182Z[verify-libraries] Compiling regress v0.11.1
41522026-08-21T22:42:19.204Z[verify-libraries] Compiling secrecy v0.10.3
41532026-08-21T22:42:19.270Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41542026-08-21T22:42:19.305Z[verify-libraries] Compiling ciborium-ll v0.2.2
41552026-08-21T22:42:19.349Z[verify-libraries] Compiling derive_more v0.99.20
41562026-08-21T22:42:19.349Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41572026-08-21T22:42:19.391Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41582026-08-21T22:42:19.413Z[verify-libraries] Compiling inout v0.1.4
41592026-08-21T22:42:19.451Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41602026-08-21T22:42:19.455Z[verify-libraries] Compiling universal-hash v0.5.1
41612026-08-21T22:42:19.600Z[verify-libraries] Compiling ciborium v0.2.2
41622026-08-21T22:42:19.635Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41632026-08-21T22:42:19.667Z[verify-libraries] Compiling cipher v0.4.4
41642026-08-21T22:42:19.671Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41652026-08-21T22:42:19.688Z[verify-libraries] Compiling opaque-debug v0.3.1
41662026-08-21T22:42:19.849Z[verify-libraries] Compiling poly1305 v0.8.0
41672026-08-21T22:42:19.949Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41682026-08-21T22:42:20.015Z[verify-libraries] Compiling blake2 v0.10.6
41692026-08-21T22:42:20.071Z[verify-libraries] Compiling chacha20 v0.9.1
41702026-08-21T22:42:20.071Z[verify-libraries] Compiling aead v0.5.2
41712026-08-21T22:42:20.197Z[verify-libraries] Compiling password-hash v0.5.0
41722026-08-21T22:42:20.286Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41732026-08-21T22:42:20.350Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41742026-08-21T22:42:20.461Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41752026-08-21T22:42:20.508Z[verify-libraries] Compiling num-derive v0.4.2
41762026-08-21T22:42:20.508Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41772026-08-21T22:42:20.530Z[verify-libraries] Compiling argon2 v0.5.3
41782026-08-21T22:42:20.667Z[verify-libraries] Compiling parse-display v0.10.0
41792026-08-21T22:42:20.714Z[verify-libraries] Compiling rayon-core v1.13.0
41802026-08-21T22:42:20.714Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41812026-08-21T22:42:20.759Z[verify-libraries] Compiling glob v0.3.3
41822026-08-21T22:42:20.796Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41832026-08-21T22:42:20.796Z[verify-libraries] Compiling usdt-macro v0.5.0
41842026-08-21T22:42:20.874Z[ host-image] Aug 21 22:42:19.469 INFO O| Aug 21 22:42:19.469 INFO O| Actions: 25349/54182 actions (Installing new actions)
41852026-08-21T22:42:21.041Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41862026-08-21T22:42:21.088Z[verify-libraries] Compiling typify-impl v0.6.2
41872026-08-21T22:42:21.117Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41882026-08-21T22:42:21.194Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41892026-08-21T22:42:21.240Z[verify-libraries] Compiling vsss-rs v3.3.4
41902026-08-21T22:42:21.471Z[verify-libraries] Compiling memmap v0.7.0
41912026-08-21T22:42:21.641Z[verify-libraries] Compiling heapless v0.8.0
41922026-08-21T22:42:21.678Z[verify-libraries] Compiling proc-macro-error v1.0.4
41932026-08-21T22:42:21.809Z[verify-libraries] Compiling ingot-macros v0.2.0
41942026-08-21T22:42:21.851Z[verify-libraries] Compiling proc-macro-crate v3.4.0
41952026-08-21T22:42:21.881Z[verify-libraries] Compiling usdt v0.5.0
41962026-08-21T22:42:21.945Z[verify-libraries] Compiling tabwriter v1.4.1
41972026-08-21T22:42:22.103Z[verify-libraries] Compiling hash32 v0.3.1
41982026-08-21T22:42:22.125Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
41992026-08-21T22:42:22.128Z[verify-libraries] Compiling smoltcp v0.11.0
42002026-08-21T22:42:22.200Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42012026-08-21T22:42:22.231Z[verify-libraries] Compiling cobs v0.3.0
42022026-08-21T22:42:22.266Z[verify-libraries] Compiling colored v3.1.1
42032026-08-21T22:42:22.347Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42042026-08-21T22:42:22.366Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42052026-08-21T22:42:22.430Z[verify-libraries] Compiling postcard v1.1.3
42062026-08-21T22:42:22.463Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42072026-08-21T22:42:22.546Z[verify-libraries] Compiling num_enum_derive v0.7.6
42082026-08-21T22:42:22.571Z[verify-libraries] Compiling rayon v1.11.0
42092026-08-21T22:42:22.645Z[verify-libraries] Compiling rand v0.10.1
42102026-08-21T22:42:22.645Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42112026-08-21T22:42:22.691Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42122026-08-21T22:42:22.691Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42132026-08-21T22:42:22.739Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42142026-08-21T22:42:22.831Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42152026-08-21T22:42:22.854Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42162026-08-21T22:42:23.064Z[verify-libraries] Compiling illumos-nvpair v0.3.0
42172026-08-21T22:42:23.141Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42182026-08-21T22:42:23.150Z[ host-image] Aug 21 22:42:21.745 INFO O| Aug 21 22:42:21.745 INFO O| Actions: Completed 54182 actions in 7.27 seconds.
42192026-08-21T22:42:23.167Z[verify-libraries] Compiling num_enum_derive v0.5.11
42202026-08-21T22:42:23.244Z[ host-image] Aug 21 22:42:21.838 INFO O| Aug 21 22:42:21.838 INFO O| Finalize: Updating package state database ... Done
42212026-08-21T22:42:23.244Z[ host-image] Aug 21 22:42:21.838 INFO O| Aug 21 22:42:21.838 INFO O| Finalize: Updating package cache ... Done
42222026-08-21T22:42:23.283Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42232026-08-21T22:42:23.303Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42242026-08-21T22:42:23.377Z[ host-image] Aug 21 22:42:21.972 INFO O| Aug 21 22:42:21.972 INFO O| Finalize: Updating image state ... Done
42252026-08-21T22:42:23.392Z[verify-libraries] Compiling cstr-argument v0.1.2
42262026-08-21T22:42:23.414Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42272026-08-21T22:42:23.444Z[verify-libraries] Compiling foreign-types v0.5.0
42282026-08-21T22:42:23.504Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42292026-08-21T22:42:23.577Z[verify-libraries] Compiling sigpipe v0.1.3
42302026-08-21T22:42:23.623Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42312026-08-21T22:42:23.659Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42322026-08-21T22:42:23.681Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42332026-08-21T22:42:23.754Z[verify-libraries] Compiling num_enum v0.7.6
42342026-08-21T22:42:23.785Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42352026-08-21T22:42:23.828Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42362026-08-21T22:42:23.928Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42372026-08-21T22:42:23.967Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42382026-08-21T22:42:23.988Z[verify-libraries] Compiling itertools v0.12.1
42392026-08-21T22:42:23.991Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42402026-08-21T22:42:24.034Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42412026-08-21T22:42:24.037Z[verify-libraries] Compiling toml v0.8.23
42422026-08-21T22:42:24.088Z[verify-libraries] Compiling smf v0.2.3
42432026-08-21T22:42:24.295Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42442026-08-21T22:42:24.374Z[ recovery-image] Aug 21 22:42:22.969 INFO O| Aug 21 22:42:22.968 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
42452026-08-21T22:42:24.379Z[ recovery-image] Aug 21 22:42:22.974 INFO O| Aug 21 22:42:22.974 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
42462026-08-21T22:42:24.382Z[verify-libraries] Compiling whoami v1.6.1
42472026-08-21T22:42:24.560Z[ host-image] Aug 21 22:42:23.156 INFO O| Aug 21 22:42:23.155 INFO O| Finalize: Creating fast lookup database ... Done
42482026-08-21T22:42:24.569Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42492026-08-21T22:42:24.609Z[ host-image] Aug 21 22:42:23.204 INFO O| Aug 21 22:42:23.204 INFO O| Finalize: Reading search index ... Done
42502026-08-21T22:42:24.642Z[verify-libraries] Compiling num_enum v0.5.11
42512026-08-21T22:42:24.671Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42522026-08-21T22:42:24.693Z[verify-libraries] Compiling derive-where v1.6.0
42532026-08-21T22:42:24.760Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42542026-08-21T22:42:24.853Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42552026-08-21T22:42:24.910Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
42562026-08-21T22:42:24.911Z[verify-libraries] Compiling gethostname v0.5.0
42572026-08-21T22:42:24.919Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42582026-08-21T22:42:25.031Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42592026-08-21T22:42:25.064Z[verify-libraries] Compiling newline-converter v0.3.0
42602026-08-21T22:42:25.099Z[verify-libraries] Compiling ingot-types v0.2.0
42612026-08-21T22:42:25.103Z[verify-libraries] Compiling console v0.15.11
42622026-08-21T22:42:25.258Z[verify-libraries] Compiling resolv-conf v0.7.6
42632026-08-21T22:42:25.295Z[verify-libraries] Compiling linear-map v1.2.0
42642026-08-21T22:42:25.472Z[verify-libraries] Compiling zone v0.3.1
42652026-08-21T22:42:25.526Z[verify-libraries] Compiling num-rational v0.4.2
42662026-08-21T22:42:25.548Z[verify-libraries] Compiling expectorate v1.2.0
42672026-08-21T22:42:25.589Z[verify-libraries] Compiling ingot v0.2.1
42682026-08-21T22:42:25.631Z[verify-libraries] Compiling num-complex v0.4.6
42692026-08-21T22:42:25.691Z[verify-libraries] Compiling slog-dtrace v0.3.0
42702026-08-21T22:42:25.743Z[verify-libraries] Compiling prettyplease v0.2.37
42712026-08-21T22:42:25.780Z[verify-libraries] Compiling float-ord v0.3.2
42722026-08-21T22:42:25.838Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42732026-08-21T22:42:25.869Z[verify-libraries] Compiling linked-hash-map v0.5.6
42742026-08-21T22:42:25.957Z[verify-libraries] Compiling hickory-proto v0.24.4
42752026-08-21T22:42:26.121Z[verify-libraries] Compiling num v0.4.3
42762026-08-21T22:42:26.137Z[ recovery-image] Aug 21 22:42:24.733 INFO O| Aug 21 22:42:24.732 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
42772026-08-21T22:42:26.166Z[verify-libraries] Compiling lru-cache v0.1.2
42782026-08-21T22:42:26.208Z[verify-libraries] Compiling convert_case v0.10.0
42792026-08-21T22:42:26.228Z[ recovery-image] Aug 21 22:42:24.823 INFO O| Aug 21 22:42:24.823 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
42802026-08-21T22:42:26.228Z[ recovery-image] Aug 21 22:42:24.823 INFO O| Aug 21 22:42:24.823 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
42812026-08-21T22:42:26.228Z[ recovery-image] Aug 21 22:42:24.823 INFO O| Aug 21 22:42:24.823 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
42822026-08-21T22:42:26.228Z[ recovery-image] Aug 21 22:42:24.823 INFO O| Aug 21 22:42:24.823 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
42832026-08-21T22:42:26.231Z[verify-libraries] Compiling typify-macro v0.6.2
42842026-08-21T22:42:26.235Z[ recovery-image] Aug 21 22:42:24.830 INFO O| Aug 21 22:42:24.830 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
42852026-08-21T22:42:26.259Z[verify-libraries] Compiling minimal-lexical v0.2.1
42862026-08-21T22:42:26.284Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
42872026-08-21T22:42:26.284Z[verify-libraries] Compiling unicode-xid v0.2.6
42882026-08-21T22:42:26.342Z[verify-libraries] Compiling tabled_derive v0.7.0
42892026-08-21T22:42:26.363Z[verify-libraries] Compiling ar_archive_writer v0.5.1
42902026-08-21T22:42:26.509Z[ recovery-image] Aug 21 22:42:25.104 INFO O| Aug 21 22:42:25.103 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42912026-08-21T22:42:26.518Z[ recovery-image] Aug 21 22:42:25.113 INFO O| Aug 21 22:42:25.113 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
42922026-08-21T22:42:26.521Z[verify-libraries] Compiling nom v7.1.3
42932026-08-21T22:42:26.566Z[verify-libraries] Compiling fd-lock v4.0.4
42942026-08-21T22:42:26.612Z[verify-libraries] Compiling vte v0.14.1
42952026-08-21T22:42:26.613Z[verify-libraries] Compiling derive_more-impl v2.1.1
42962026-08-21T22:42:26.726Z[verify-libraries] Compiling display-error-chain v0.2.2
42972026-08-21T22:42:26.856Z[verify-libraries] Compiling nu-ansi-term v0.50.3
42982026-08-21T22:42:26.875Z[ recovery-image] Aug 21 22:42:25.470 INFO O| Aug 21 22:42:25.470 INFO O| Caching catalogs ... Done
42992026-08-21T22:42:26.899Z[verify-libraries] Compiling stacker v0.1.23
43002026-08-21T22:42:26.959Z[ recovery-image] Aug 21 22:42:25.554 INFO O| Aug 21 22:42:25.554 INFO STEP 0 (pkg_image_create) COMPLETE
43012026-08-21T22:42:26.959Z[ recovery-image] Aug 21 22:42:25.554 INFO O| Aug 21 22:42:25.554 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43022026-08-21T22:42:26.972Z[ recovery-image] Aug 21 22:42:25.564 INFO O| Aug 21 22:42:25.564 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"]
43032026-08-21T22:42:27.015Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43042026-08-21T22:42:27.098Z[verify-libraries] Compiling cfg_aliases v0.1.1
43052026-08-21T22:42:27.279Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43062026-08-21T22:42:27.301Z[ recovery-image] Aug 21 22:42:25.896 INFO O| Aug 21 22:42:25.896 INFO STEP 1 (pkg_set_publisher) COMPLETE
43072026-08-21T22:42:27.301Z[ recovery-image] Aug 21 22:42:25.896 INFO O| Aug 21 22:42:25.896 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43082026-08-21T22:42:27.301Z[ recovery-image] Aug 21 22:42:25.896 INFO O| Aug 21 22:42:25.896 INFO skip step because feature "publisher_1_name" is not enabled
43092026-08-21T22:42:27.304Z[ recovery-image] Aug 21 22:42:25.896 INFO O| Aug 21 22:42:25.896 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43102026-08-21T22:42:27.304Z[ recovery-image] Aug 21 22:42:25.896 INFO O| Aug 21 22:42:25.896 INFO skip step because feature "publisher_2_name" is not enabled
43112026-08-21T22:42:27.304Z[ recovery-image] Aug 21 22:42:25.896 INFO O| Aug 21 22:42:25.896 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43122026-08-21T22:42:27.304Z[ recovery-image] Aug 21 22:42:25.896 INFO O| Aug 21 22:42:25.896 INFO skip step because feature "publisher_3_name" is not enabled
43132026-08-21T22:42:27.304Z[ recovery-image] Aug 21 22:42:25.896 INFO O| Aug 21 22:42:25.896 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43142026-08-21T22:42:27.345Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43152026-08-21T22:42:27.397Z[verify-libraries] Compiling reedline v0.40.0
43162026-08-21T22:42:27.442Z[verify-libraries] Compiling psm v0.1.30
43172026-08-21T22:42:27.456Z[ host-image] Aug 21 22:42:26.051 INFO O| Aug 21 22:42:26.051 INFO O| Finalize: Building new search index ... Done
43182026-08-21T22:42:27.471Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43192026-08-21T22:42:27.507Z[verify-libraries] Compiling tabled v0.15.0
43202026-08-21T22:42:27.557Z[verify-libraries] Compiling nix v0.28.0
43212026-08-21T22:42:27.600Z[verify-libraries] Compiling derive_more v2.1.1
43222026-08-21T22:42:27.600Z[verify-libraries] Compiling termtree v0.5.1
43232026-08-21T22:42:27.632Z[ recovery-image] Aug 21 22:42:26.227 INFO O| Aug 21 22:42:26.227 INFO variant opensolaris.zone is already global
43242026-08-21T22:42:27.632Z[ recovery-image] Aug 21 22:42:26.227 INFO O| Aug 21 22:42:26.227 INFO STEP 5 (pkg_change_variant) COMPLETE
43252026-08-21T22:42:27.632Z[ recovery-image] Aug 21 22:42:26.227 INFO O| Aug 21 22:42:26.227 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43262026-08-21T22:42:27.652Z[verify-libraries] Compiling semver v0.1.20
43272026-08-21T22:42:27.707Z[verify-libraries] Compiling crossterm v0.29.0
43282026-08-21T22:42:27.824Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43292026-08-21T22:42:27.872Z[verify-libraries] Compiling phf_shared v0.12.1
43302026-08-21T22:42:27.886Z[ host-image] Aug 21 22:42:26.480 INFO O| Aug 21 22:42:26.480 INFO O| Finalize: Updating package cache ... Done
43312026-08-21T22:42:27.930Z[verify-libraries] Compiling rustc_version v0.1.7
43322026-08-21T22:42:27.954Z[ recovery-image] Aug 21 22:42:26.549 INFO O| Aug 21 22:42:26.549 INFO variant opensolaris.imagetype is full; changing to partial
43332026-08-21T22:42:27.954Z[ recovery-image] Aug 21 22:42:26.549 INFO O| Aug 21 22:42:26.549 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
43342026-08-21T22:42:27.972Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43352026-08-21T22:42:27.972Z[verify-libraries] Compiling nibble_vec v0.1.0
43362026-08-21T22:42:28.146Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43372026-08-21T22:42:28.181Z[verify-libraries] Compiling typify v0.6.2
43382026-08-21T22:42:28.184Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43392026-08-21T22:42:28.200Z[ host-image] Aug 21 22:42:26.796 INFO O| Aug 21 22:42:26.796 INFO STEP 11 (pkg_install) COMPLETE
43402026-08-21T22:42:28.201Z[ host-image] Aug 21 22:42:26.796 INFO O| Aug 21 22:42:26.796 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43412026-08-21T22:42:28.205Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43422026-08-21T22:42:28.214Z[ host-image] Aug 21 22:42:26.807 INFO O| Aug 21 22:42:26.807 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"]
43432026-08-21T22:42:28.223Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43442026-08-21T22:42:28.242Z[verify-libraries] Compiling hickory-resolver v0.24.4
43452026-08-21T22:42:28.389Z[verify-libraries] Compiling progenitor-impl v0.14.0
43462026-08-21T22:42:28.588Z[verify-libraries] Compiling highway v1.3.0
43472026-08-21T22:42:28.752Z[verify-libraries] Compiling endian-type v0.1.2
43482026-08-21T22:42:28.972Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43492026-08-21T22:42:29.001Z[verify-libraries] Compiling chrono-tz v0.10.4
43502026-08-21T22:42:29.030Z[verify-libraries] Compiling radix_trie v0.2.1
43512026-08-21T22:42:29.065Z[verify-libraries] Compiling recursive v0.1.1
43522026-08-21T22:42:29.117Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43532026-08-21T22:42:29.314Z[verify-libraries] Compiling newtype_derive v0.1.6
43542026-08-21T22:42:29.363Z[verify-libraries] Compiling phf v0.12.1
43552026-08-21T22:42:29.481Z[verify-libraries] Compiling qorb v0.4.1
43562026-08-21T22:42:29.519Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43572026-08-21T22:42:29.578Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43582026-08-21T22:42:29.633Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43592026-08-21T22:42:29.830Z[ recovery-image] Aug 21 22:42:28.424 INFO O| Aug 21 22:42:28.424 INFO O| Startup: Refreshing catalog 'helios' ... Done
43602026-08-21T22:42:30.048Z[verify-libraries] Compiling peg-macros v0.8.5
43612026-08-21T22:42:30.221Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43622026-08-21T22:42:30.278Z[ recovery-image] Aug 21 22:42:28.868 INFO O| Aug 21 22:42:28.868 INFO O| Startup: Caching catalogs ... Done
43632026-08-21T22:42:30.293Z[ recovery-image] Aug 21 22:42:28.887 INFO O| Aug 21 22:42:28.887 INFO O| Planning: Planning completed in 0.00 seconds
43642026-08-21T22:42:30.301Z[ recovery-image] Aug 21 22:42:28.889 INFO O| Aug 21 22:42:28.889 INFO O| Planning: Consolidating action changes ... Done
43652026-08-21T22:42:30.301Z[ recovery-image] Aug 21 22:42:28.889 INFO O| Aug 21 22:42:28.889 INFO O| Planning: Evaluating mediators ... Done
43662026-08-21T22:42:30.301Z[ recovery-image] Aug 21 22:42:28.889 INFO O| Aug 21 22:42:28.889 INFO O| Planning: Planning completed in 0.00 seconds
43672026-08-21T22:42:30.301Z[ recovery-image] Aug 21 22:42:28.889 INFO O| Aug 21 22:42:28.889 INFO O| Variants/Facets to change: 1
43682026-08-21T22:42:30.311Z[ recovery-image] Aug 21 22:42:28.904 INFO O| Aug 21 22:42:28.904 INFO O| Finalize: Updating package state database ... Done
43692026-08-21T22:42:30.311Z[ recovery-image] Aug 21 22:42:28.904 INFO O| Aug 21 22:42:28.904 INFO O| Finalize: Updating package cache ... Done
43702026-08-21T22:42:30.380Z[ recovery-image] Aug 21 22:42:28.975 INFO O| Aug 21 22:42:28.975 INFO O| Finalize: Updating image state ... Done
43712026-08-21T22:42:30.395Z[ recovery-image] Aug 21 22:42:28.990 INFO O| Aug 21 22:42:28.990 INFO O| Finalize: Creating fast lookup database ... Done
43722026-08-21T22:42:30.401Z[ recovery-image] Aug 21 22:42:28.991 INFO O| Aug 21 22:42:28.991 INFO O| Finalize: Reading search index ... Done
43732026-08-21T22:42:30.402Z[ recovery-image] Aug 21 22:42:28.991 INFO O| Aug 21 22:42:28.991 INFO O| Finalize: Updating search index ... Done
43742026-08-21T22:42:30.402Z[ recovery-image] Aug 21 22:42:28.992 INFO O| Aug 21 22:42:28.992 INFO O| Finalize: Updating package cache ... Done
43752026-08-21T22:42:30.409Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43762026-08-21T22:42:30.495Z[verify-libraries] Compiling csv-core v0.1.13
43772026-08-21T22:42:30.545Z[verify-libraries] Compiling winnow v0.6.26
43782026-08-21T22:42:30.691Z[ host-image] Aug 21 22:42:29.286 INFO O| Aug 21 22:42:29.286 INFO O| Startup: Refreshing catalog 'helios' ... Done
43792026-08-21T22:42:30.716Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43802026-08-21T22:42:30.734Z[ recovery-image] Aug 21 22:42:29.329 INFO O| Aug 21 22:42:29.328 INFO STEP 6 (pkg_change_variant) COMPLETE
43812026-08-21T22:42:30.734Z[ recovery-image] Aug 21 22:42:29.329 INFO O| Aug 21 22:42:29.328 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43822026-08-21T22:42:30.737Z[ recovery-image] Aug 21 22:42:29.329 INFO O| Aug 21 22:42:29.329 INFO skip step because feature "debug_variant" is not enabled
43832026-08-21T22:42:30.737Z[ recovery-image] Aug 21 22:42:29.329 INFO O| Aug 21 22:42:29.329 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43842026-08-21T22:42:30.770Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43852026-08-21T22:42:30.813Z[verify-libraries] Compiling home v0.5.12
43862026-08-21T22:42:30.816Z[verify-libraries] Compiling unicode_categories v0.1.1
43872026-08-21T22:42:30.883Z[verify-libraries] Compiling const_format v0.2.35
43882026-08-21T22:42:30.942Z[verify-libraries] Compiling csv v1.4.0
43892026-08-21T22:42:31.061Z[ recovery-image] Aug 21 22:42:29.656 INFO O| Aug 21 22:42:29.656 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43902026-08-21T22:42:31.080Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43912026-08-21T22:42:31.135Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43922026-08-21T22:42:31.154Z[ host-image] Aug 21 22:42:29.742 INFO O| Aug 21 22:42:29.742 INFO O| Startup: Caching catalogs ... Done
43932026-08-21T22:42:31.235Z[verify-libraries] Compiling rustyline v14.0.0
43942026-08-21T22:42:31.284Z[verify-libraries] Compiling sqlparser v0.61.0
43952026-08-21T22:42:31.427Z[verify-libraries] Compiling progenitor-macro v0.14.0
43962026-08-21T22:42:31.492Z[verify-libraries] Compiling bcs v0.1.6
43972026-08-21T22:42:31.637Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43982026-08-21T22:42:31.665Z[ host-image] Aug 21 22:42:30.236 INFO O| Aug 21 22:42:30.236 INFO O| Planning: Solver setup ... Done
43992026-08-21T22:42:31.665Z[ host-image] Aug 21 22:42:30.243 INFO O| Aug 21 22:42:30.243 INFO O| Planning: Running solver ... Done
44002026-08-21T22:42:31.665Z[ host-image] Aug 21 22:42:30.258 INFO O| Aug 21 22:42:30.258 INFO O| Planning: Finding local manifests ... Done
44012026-08-21T22:42:31.679Z[ host-image] Aug 21 22:42:30.274 INFO O| Aug 21 22:42:30.274 INFO O| Planning: Fetching manifests: 0/6 0% complete
44022026-08-21T22:42:31.702Z[verify-libraries] Compiling nom v8.0.0
44032026-08-21T22:42:31.726Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44042026-08-21T22:42:31.740Z[ host-image] Aug 21 22:42:30.335 INFO O| Aug 21 22:42:30.335 INFO O| Planning: Fetching manifests: 6/6 100% complete
44052026-08-21T22:42:31.761Z[verify-libraries] Compiling peg v0.8.5
44062026-08-21T22:42:31.764Z[ host-image] Aug 21 22:42:30.359 INFO O| Aug 21 22:42:30.359 INFO O| Planning: Package planning ... Done
44072026-08-21T22:42:31.768Z[ host-image] Aug 21 22:42:30.361 INFO O| Aug 21 22:42:30.361 INFO O| Planning: Merging actions ... Done
44082026-08-21T22:42:31.795Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44092026-08-21T22:42:31.877Z[verify-libraries] Compiling steno v0.4.1
44102026-08-21T22:42:31.916Z[verify-libraries] Compiling sha1 v0.10.6
44112026-08-21T22:42:31.970Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44122026-08-21T22:42:31.974Z[ host-image] Aug 21 22:42:30.568 INFO O| Aug 21 22:42:30.568 INFO O| Planning: Checking for conflicting actions ... Done
44132026-08-21T22:42:31.977Z[ host-image] Aug 21 22:42:30.570 INFO O| Aug 21 22:42:30.570 INFO O| Planning: Consolidating action changes ... Done
44142026-08-21T22:42:32.121Z[ host-image] Aug 21 22:42:30.716 INFO O| Aug 21 22:42:30.716 INFO O| Planning: Evaluating mediators ... Done
44152026-08-21T22:42:32.125Z[ host-image] Aug 21 22:42:30.717 INFO O| Aug 21 22:42:30.717 INFO O| Planning: Planning completed in 0.96 seconds
44162026-08-21T22:42:32.125Z[ host-image] Aug 21 22:42:30.718 INFO O| Aug 21 22:42:30.718 INFO O| Packages to install: 6
44172026-08-21T22:42:32.125Z[ host-image] Aug 21 22:42:30.718 INFO O| Aug 21 22:42:30.718 INFO O| Services to change: 2
44182026-08-21T22:42:32.134Z[ host-image] Aug 21 22:42:30.728 INFO O| Aug 21 22:42:30.728 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
44192026-08-21T22:42:32.238Z[verify-libraries] Compiling sqlformat v0.3.5
44202026-08-21T22:42:32.297Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
44212026-08-21T22:42:32.304Z[ host-image] Aug 21 22:42:30.899 INFO O| Aug 21 22:42:30.899 INFO O| Download: Completed 1.75 MB in 0.17 seconds (10.2M/s)
44222026-08-21T22:42:32.330Z[ host-image] Aug 21 22:42:30.925 INFO O| Aug 21 22:42:30.925 INFO O| Actions: 1/390 actions (Installing new actions)
44232026-08-21T22:42:32.476Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44242026-08-21T22:42:32.494Z[ host-image] Aug 21 22:42:31.089 INFO O| Aug 21 22:42:31.089 INFO O| Actions: Completed 390 actions in 0.16 seconds.
44252026-08-21T22:42:32.575Z[ host-image] Aug 21 22:42:31.170 INFO O| Aug 21 22:42:31.170 INFO O| Finalize: Updating package state database ... Done
44262026-08-21T22:42:32.575Z[ host-image] Aug 21 22:42:31.170 INFO O| Aug 21 22:42:31.170 INFO O| Finalize: Updating package cache ... Done
44272026-08-21T22:42:32.655Z[verify-libraries] Compiling tagptr v0.2.0
44282026-08-21T22:42:32.721Z[ host-image] Aug 21 22:42:31.315 INFO O| Aug 21 22:42:31.315 INFO O| Finalize: Updating image state ... Done
44292026-08-21T22:42:32.788Z[verify-libraries] Compiling utf-8 v0.7.6
44302026-08-21T22:42:32.820Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44312026-08-21T22:42:32.875Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44322026-08-21T22:42:33.004Z[verify-libraries] Compiling moka v0.12.13
44332026-08-21T22:42:33.079Z[verify-libraries] Compiling tungstenite v0.21.0
44342026-08-21T22:42:33.127Z[verify-libraries] Compiling libefi-sys v0.1.0
44352026-08-21T22:42:33.178Z[verify-libraries] Compiling bitfield-struct v0.6.2
44362026-08-21T22:42:33.263Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44372026-08-21T22:42:33.267Z[verify-libraries] Compiling xshell-macros v0.2.7
44382026-08-21T22:42:33.563Z[ recovery-image] Aug 21 22:42:32.155 INFO O| Aug 21 22:42:32.155 INFO O| Startup: Refreshing catalog 'helios' ... Done
44392026-08-21T22:42:33.711Z[verify-libraries] Compiling libscf-sys v1.2.0
44402026-08-21T22:42:33.714Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44412026-08-21T22:42:33.834Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44422026-08-21T22:42:33.862Z[ host-image] Aug 21 22:42:32.456 INFO O| Aug 21 22:42:32.456 INFO O| Finalize: Creating fast lookup database ... Done
44432026-08-21T22:42:33.892Z[ host-image] Aug 21 22:42:32.487 INFO O| Aug 21 22:42:32.487 INFO O| Finalize: Reading search index ... Done
44442026-08-21T22:42:33.892Z[ host-image] Aug 21 22:42:32.487 INFO O| Aug 21 22:42:32.487 INFO O| Finalize: Updating search index ... Done
44452026-08-21T22:42:33.915Z[verify-libraries] Compiling hickory-resolver v0.25.2
44462026-08-21T22:42:33.919Z[ host-image] Aug 21 22:42:32.514 INFO O| Aug 21 22:42:32.514 INFO O| Finalize: Updating package cache ... Done
44472026-08-21T22:42:33.982Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44482026-08-21T22:42:34.025Z[ recovery-image] Aug 21 22:42:32.620 INFO O| Aug 21 22:42:32.620 INFO O| Startup: Caching catalogs ... Done
44492026-08-21T22:42:34.041Z[ recovery-image] Aug 21 22:42:32.636 INFO O| Aug 21 22:42:32.636 INFO O| Planning: Planning completed in 0.00 seconds
44502026-08-21T22:42:34.047Z[ recovery-image] Aug 21 22:42:32.637 INFO O| Aug 21 22:42:32.637 INFO O| Planning: Consolidating action changes ... Done
44512026-08-21T22:42:34.047Z[ recovery-image] Aug 21 22:42:32.637 INFO O| Aug 21 22:42:32.637 INFO O| Planning: Evaluating mediators ... Done
44522026-08-21T22:42:34.047Z[ recovery-image] Aug 21 22:42:32.637 INFO O| Aug 21 22:42:32.637 INFO O| Planning: Planning completed in 0.00 seconds
44532026-08-21T22:42:34.051Z[ recovery-image] Aug 21 22:42:32.637 INFO O| Aug 21 22:42:32.637 INFO O| Variants/Facets to change: 1
44542026-08-21T22:42:34.054Z[verify-libraries] Compiling xshell v0.2.7
44552026-08-21T22:42:34.082Z[ recovery-image] Aug 21 22:42:32.676 INFO O| Aug 21 22:42:32.676 INFO O| Finalize: Updating package state database ... Done
44562026-08-21T22:42:34.082Z[ recovery-image] Aug 21 22:42:32.677 INFO O| Aug 21 22:42:32.676 INFO O| Finalize: Updating package cache ... Done
44572026-08-21T22:42:34.161Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44582026-08-21T22:42:34.165Z[verify-libraries] Compiling papergrid v0.18.0
44592026-08-21T22:42:34.165Z[verify-libraries] Compiling sha2 v0.11.0
44602026-08-21T22:42:34.182Z[ recovery-image] Aug 21 22:42:32.775 INFO O| Aug 21 22:42:32.775 INFO O| Finalize: Updating image state ... Done
44612026-08-21T22:42:34.198Z[ recovery-image] Aug 21 22:42:32.793 INFO O| Aug 21 22:42:32.793 INFO O| Finalize: Creating fast lookup database ... Done
44622026-08-21T22:42:34.203Z[ recovery-image] Aug 21 22:42:32.794 INFO O| Aug 21 22:42:32.794 INFO O| Finalize: Reading search index ... Done
44632026-08-21T22:42:34.203Z[ recovery-image] Aug 21 22:42:32.794 INFO O| Aug 21 22:42:32.794 INFO O| Finalize: Updating search index ... Done
44642026-08-21T22:42:34.207Z[ recovery-image] Aug 21 22:42:32.795 INFO O| Aug 21 22:42:32.795 INFO O| Finalize: Updating package cache ... Done
44652026-08-21T22:42:34.226Z[ host-image] Aug 21 22:42:32.820 INFO O| Aug 21 22:42:32.820 INFO STEP 12 (pkg_install) COMPLETE
44662026-08-21T22:42:34.227Z[ host-image] Aug 21 22:42:32.820 INFO O| Aug 21 22:42:32.820 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44672026-08-21T22:42:34.235Z[ host-image] Aug 21 22:42:32.830 INFO O| Aug 21 22:42:32.830 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44682026-08-21T22:42:34.295Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44692026-08-21T22:42:34.321Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44702026-08-21T22:42:34.414Z[verify-libraries] Compiling subprocess v0.2.15
44712026-08-21T22:42:34.469Z[ recovery-image] Aug 21 22:42:33.064 INFO O| Aug 21 22:42:33.064 INFO STEP 8 (pkg_change_facet) COMPLETE
44722026-08-21T22:42:34.469Z[ recovery-image] Aug 21 22:42:33.064 INFO O| Aug 21 22:42:33.064 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44732026-08-21T22:42:34.479Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44742026-08-21T22:42:34.553Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44752026-08-21T22:42:34.685Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44762026-08-21T22:42:34.785Z[ recovery-image] Aug 21 22:42:33.380 INFO O| Aug 21 22:42:33.380 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
44772026-08-21T22:42:34.804Z[verify-libraries] Compiling headers-core v0.3.0
44782026-08-21T22:42:34.845Z[verify-libraries] Compiling unicase v2.9.0
44792026-08-21T22:42:35.003Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44802026-08-21T22:42:35.056Z[verify-libraries] Compiling headers v0.4.1
44812026-08-21T22:42:35.118Z[verify-libraries] Compiling darling_core v0.21.3
44822026-08-21T22:42:35.143Z[verify-libraries] Compiling crc8 v0.1.1
44832026-08-21T22:42:35.341Z[verify-libraries] Compiling tabled v0.21.0
44842026-08-21T22:42:35.396Z[verify-libraries] Compiling maplit v1.0.2
44852026-08-21T22:42:35.564Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44862026-08-21T22:42:35.709Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44872026-08-21T22:42:35.986Z[verify-libraries] Compiling yasna v0.5.2
44882026-08-21T22:42:36.023Z[verify-libraries] Compiling vergen-lib v0.1.6
44892026-08-21T22:42:36.082Z[verify-libraries] Compiling diesel_derives v2.3.7
44902026-08-21T22:42:36.168Z[verify-libraries] Compiling port-file v0.1.0
44912026-08-21T22:42:36.437Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44922026-08-21T22:42:36.500Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44932026-08-21T22:42:36.604Z[verify-libraries] Compiling rcgen v0.12.1
44942026-08-21T22:42:36.607Z[ host-image] Aug 21 22:42:35.202 INFO O| Aug 21 22:42:35.201 INFO O| Startup: Refreshing catalog 'helios' ... Done
44952026-08-21T22:42:36.666Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44962026-08-21T22:42:36.733Z[verify-libraries] Compiling half v1.8.3
44972026-08-21T22:42:36.875Z[verify-libraries] Compiling r2d2 v0.8.10
44982026-08-21T22:42:36.951Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44992026-08-21T22:42:37.015Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45002026-08-21T22:42:37.043Z[ recovery-image] Aug 21 22:42:35.638 INFO O| Aug 21 22:42:35.638 INFO O| Startup: Refreshing catalog 'helios' ... Done
45012026-08-21T22:42:37.106Z[ host-image] Aug 21 22:42:35.701 INFO O| Aug 21 22:42:35.700 INFO O| Startup: Caching catalogs ... Done
45022026-08-21T22:42:37.137Z[verify-libraries] Compiling serde_cbor v0.11.2
45032026-08-21T22:42:37.205Z[verify-libraries] Compiling progenitor v0.14.0
45042026-08-21T22:42:37.411Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45052026-08-21T22:42:37.411Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45062026-08-21T22:42:37.473Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45072026-08-21T22:42:37.477Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45082026-08-21T22:42:37.488Z[ recovery-image] Aug 21 22:42:36.083 INFO O| Aug 21 22:42:36.082 INFO O| Startup: Caching catalogs ... Done
45092026-08-21T22:42:37.504Z[ recovery-image] Aug 21 22:42:36.099 INFO O| Aug 21 22:42:36.099 INFO O| Planning: Planning completed in 0.00 seconds
45102026-08-21T22:42:37.504Z[ recovery-image] Aug 21 22:42:36.099 INFO O| Aug 21 22:42:36.099 INFO O| Planning: Consolidating action changes ... Done
45112026-08-21T22:42:37.504Z[ recovery-image] Aug 21 22:42:36.099 INFO O| Aug 21 22:42:36.099 INFO O| Planning: Evaluating mediators ... Done
45122026-08-21T22:42:37.508Z[ recovery-image] Aug 21 22:42:36.099 INFO O| Aug 21 22:42:36.099 INFO O| Planning: Planning completed in 0.00 seconds
45132026-08-21T22:42:37.508Z[ recovery-image] Aug 21 22:42:36.099 INFO O| Aug 21 22:42:36.099 INFO O| Variants/Facets to change: 1
45142026-08-21T22:42:37.526Z[ recovery-image] Aug 21 22:42:36.121 INFO O| Aug 21 22:42:36.121 INFO O| Finalize: Updating package state database ... Done
45152026-08-21T22:42:37.526Z[ recovery-image] Aug 21 22:42:36.121 INFO O| Aug 21 22:42:36.121 INFO O| Finalize: Updating package cache ... Done
45162026-08-21T22:42:37.554Z[ host-image] Aug 21 22:42:36.149 INFO O| Aug 21 22:42:36.149 INFO O| Planning: Solver setup ... Done
45172026-08-21T22:42:37.569Z[ host-image] Aug 21 22:42:36.157 INFO O| Aug 21 22:42:36.157 INFO O| Planning: Running solver ... Done
45182026-08-21T22:42:37.584Z[ host-image] Aug 21 22:42:36.178 INFO O| Aug 21 22:42:36.178 INFO O| Planning: Finding local manifests ... Done
45192026-08-21T22:42:37.599Z[ host-image] Aug 21 22:42:36.194 INFO O| Aug 21 22:42:36.194 INFO O| Planning: Fetching manifests: 0/6 0% complete
45202026-08-21T22:42:37.611Z[ recovery-image] Aug 21 22:42:36.206 INFO O| Aug 21 22:42:36.206 INFO O| Finalize: Updating image state ... Done
45212026-08-21T22:42:37.616Z[verify-libraries] Compiling crunchy v0.2.4
45222026-08-21T22:42:37.628Z[ recovery-image] Aug 21 22:42:36.223 INFO O| Aug 21 22:42:36.223 INFO O| Finalize: Creating fast lookup database ... Done
45232026-08-21T22:42:37.632Z[ recovery-image] Aug 21 22:42:36.224 INFO O| Aug 21 22:42:36.224 INFO O| Finalize: Reading search index ... Done
45242026-08-21T22:42:37.632Z[ recovery-image] Aug 21 22:42:36.224 INFO O| Aug 21 22:42:36.224 INFO O| Finalize: Updating search index ... Done
45252026-08-21T22:42:37.632Z[ recovery-image] Aug 21 22:42:36.224 INFO O| Aug 21 22:42:36.224 INFO O| Finalize: Updating package cache ... Done
45262026-08-21T22:42:37.741Z[ host-image] Aug 21 22:42:36.336 INFO O| Aug 21 22:42:36.336 INFO O| Planning: Fetching manifests: 6/6 100% complete
45272026-08-21T22:42:37.769Z[ host-image] Aug 21 22:42:36.364 INFO O| Aug 21 22:42:36.364 INFO O| Planning: Package planning ... Done
45282026-08-21T22:42:37.779Z[ host-image] Aug 21 22:42:36.373 INFO O| Aug 21 22:42:36.373 INFO O| Planning: Merging actions ... Done
45292026-08-21T22:42:37.868Z[verify-libraries] Compiling downcast-rs v2.0.2
45302026-08-21T22:42:37.935Z[ host-image] Aug 21 22:42:36.523 INFO O| Aug 21 22:42:36.523 INFO O| Planning: Checking for conflicting actions ... Done
45312026-08-21T22:42:37.935Z[ host-image] Aug 21 22:42:36.526 INFO O| Aug 21 22:42:36.526 INFO O| Planning: Consolidating action changes ... Done
45322026-08-21T22:42:37.939Z[ recovery-image] Aug 21 22:42:36.534 INFO O| Aug 21 22:42:36.534 INFO STEP 9 (pkg_change_facet) COMPLETE
45332026-08-21T22:42:37.940Z[ recovery-image] Aug 21 22:42:36.534 INFO O| Aug 21 22:42:36.534 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45342026-08-21T22:42:37.943Z[verify-libraries] Compiling darling_macro v0.21.3
45352026-08-21T22:42:38.029Z[verify-libraries] Compiling cpubits v0.1.1
45362026-08-21T22:42:38.066Z[verify-libraries] Compiling dirs-next v2.0.0
45372026-08-21T22:42:38.098Z[ host-image] Aug 21 22:42:36.693 INFO O| Aug 21 22:42:36.693 INFO O| Planning: Evaluating mediators ... Done
45382026-08-21T22:42:38.102Z[ host-image] Aug 21 22:42:36.697 INFO O| Aug 21 22:42:36.697 INFO O| Planning: Planning completed in 0.98 seconds
45392026-08-21T22:42:38.102Z[ host-image] Aug 21 22:42:36.697 INFO O| Aug 21 22:42:36.697 INFO O| Packages to install: 6
45402026-08-21T22:42:38.102Z[ host-image] Aug 21 22:42:36.697 INFO O| Aug 21 22:42:36.697 INFO O| Mediators to change: 1
45412026-08-21T22:42:38.105Z[ host-image] Aug 21 22:42:36.697 INFO O| Aug 21 22:42:36.697 INFO O| Services to change: 1
45422026-08-21T22:42:38.112Z[ host-image] Aug 21 22:42:36.707 INFO O| Aug 21 22:42:36.707 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
45432026-08-21T22:42:38.194Z[verify-libraries] Compiling clang-sys v1.8.1
45442026-08-21T22:42:38.218Z[verify-libraries] Compiling tiny-keccak v2.0.2
45452026-08-21T22:42:38.262Z[verify-libraries] Compiling term v0.7.0
45462026-08-21T22:42:38.265Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45472026-08-21T22:42:38.271Z[ recovery-image] Aug 21 22:42:36.865 INFO O| Aug 21 22:42:36.865 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
45482026-08-21T22:42:38.326Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45492026-08-21T22:42:38.516Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45502026-08-21T22:42:38.526Z[ host-image] Aug 21 22:42:37.121 INFO O| Aug 21 22:42:37.121 INFO O| Download: Completed 7.84 MB in 0.41 seconds (18.9M/s)
45512026-08-21T22:42:38.578Z[ host-image] Aug 21 22:42:37.172 INFO O| Aug 21 22:42:37.172 INFO O| Actions: 1/1366 actions (Installing new actions)
45522026-08-21T22:42:38.664Z[verify-libraries] Compiling darling v0.21.3
45532026-08-21T22:42:38.729Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45542026-08-21T22:42:38.755Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45552026-08-21T22:42:38.807Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45562026-08-21T22:42:38.822Z[ host-image] Aug 21 22:42:37.417 INFO O| Aug 21 22:42:37.416 INFO O| Actions: Completed 1366 actions in 0.24 seconds.
45572026-08-21T22:42:38.834Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45582026-08-21T22:42:38.837Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45592026-08-21T22:42:38.863Z[ host-image] Aug 21 22:42:37.458 INFO O| Aug 21 22:42:37.458 INFO O| Finalize: Updating package state database ... Done
45602026-08-21T22:42:38.863Z[ host-image] Aug 21 22:42:37.458 INFO O| Aug 21 22:42:37.458 INFO O| Finalize: Updating package cache ... Done
45612026-08-21T22:42:38.882Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45622026-08-21T22:42:38.919Z[verify-libraries] Compiling diff v0.1.13
45632026-08-21T22:42:38.960Z[ host-image] Aug 21 22:42:37.555 INFO O| Aug 21 22:42:37.555 INFO O| Finalize: Updating image state ... Done
45642026-08-21T22:42:39.062Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45652026-08-21T22:42:39.123Z[verify-libraries] Compiling bit-vec v0.6.3
45662026-08-21T22:42:39.256Z[verify-libraries] Compiling ascii-canvas v3.0.0
45672026-08-21T22:42:39.324Z[verify-libraries] Compiling bit-set v0.5.3
45682026-08-21T22:42:39.358Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45692026-08-21T22:42:39.461Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45702026-08-21T22:42:39.499Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45712026-08-21T22:42:39.539Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45722026-08-21T22:42:39.584Z[verify-libraries] Compiling itertools v0.10.5
45732026-08-21T22:42:39.587Z[verify-libraries] Compiling ena v0.14.4
45742026-08-21T22:42:39.689Z[verify-libraries] Compiling libloading v0.8.9
45752026-08-21T22:42:39.712Z[verify-libraries] Compiling regex-syntax v0.6.29
45762026-08-21T22:42:39.734Z[verify-libraries] Compiling bindgen v0.71.1
45772026-08-21T22:42:39.924Z[ host-image] Aug 21 22:42:38.518 INFO O| Aug 21 22:42:38.518 INFO O| Finalize: Creating fast lookup database ... Done
45782026-08-21T22:42:39.953Z[ host-image] Aug 21 22:42:38.548 INFO O| Aug 21 22:42:38.548 INFO O| Finalize: Reading search index ... Done
45792026-08-21T22:42:39.953Z[ host-image] Aug 21 22:42:38.548 INFO O| Aug 21 22:42:38.548 INFO O| Finalize: Updating search index ... Done
45802026-08-21T22:42:39.980Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45812026-08-21T22:42:39.987Z[ host-image] Aug 21 22:42:38.582 INFO O| Aug 21 22:42:38.582 INFO O| Finalize: Updating package cache ... Done
45822026-08-21T22:42:40.077Z[ recovery-image] Aug 21 22:42:38.672 INFO O| Aug 21 22:42:38.672 INFO O| Startup: Refreshing catalog 'helios' ... Done
45832026-08-21T22:42:40.095Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45842026-08-21T22:42:40.218Z[verify-libraries] Compiling cexpr v0.6.0
45852026-08-21T22:42:40.221Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45862026-08-21T22:42:40.247Z[ host-image] Aug 21 22:42:38.842 INFO O| Aug 21 22:42:38.842 INFO STEP 13 (pkg_install) COMPLETE
45872026-08-21T22:42:40.247Z[ host-image] Aug 21 22:42:38.842 INFO O| Aug 21 22:42:38.842 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45882026-08-21T22:42:40.258Z[ host-image] Aug 21 22:42:38.853 INFO O| Aug 21 22:42:38.853 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
45892026-08-21T22:42:40.378Z[verify-libraries] Compiling rustc-hash v2.1.1
45902026-08-21T22:42:40.570Z[verify-libraries] Compiling rfc6979 v0.4.0
45912026-08-21T22:42:40.671Z[ recovery-image] Aug 21 22:42:39.266 INFO O| Aug 21 22:42:39.265 INFO O| Startup: Caching catalogs ... Done
45922026-08-21T22:42:40.675Z[verify-libraries] Compiling libxml v0.3.3
45932026-08-21T22:42:40.708Z[ recovery-image] Aug 21 22:42:39.303 INFO O| Aug 21 22:42:39.303 INFO O| Planning: Planning completed in 0.00 seconds
45942026-08-21T22:42:40.711Z[ recovery-image] Aug 21 22:42:39.303 INFO O| Aug 21 22:42:39.303 INFO O| Planning: Consolidating action changes ... Done
45952026-08-21T22:42:40.711Z[ recovery-image] Aug 21 22:42:39.303 INFO O| Aug 21 22:42:39.303 INFO O| Planning: Evaluating mediators ... Done
45962026-08-21T22:42:40.711Z[ recovery-image] Aug 21 22:42:39.304 INFO O| Aug 21 22:42:39.304 INFO O| Planning: Planning completed in 0.00 seconds
45972026-08-21T22:42:40.711Z[ recovery-image] Aug 21 22:42:39.304 INFO O| Aug 21 22:42:39.304 INFO O| Variants/Facets to change: 1
45982026-08-21T22:42:40.716Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45992026-08-21T22:42:40.728Z[ recovery-image] Aug 21 22:42:39.323 INFO O| Aug 21 22:42:39.323 INFO O| Finalize: Updating package state database ... Done
46002026-08-21T22:42:40.728Z[ recovery-image] Aug 21 22:42:39.323 INFO O| Aug 21 22:42:39.323 INFO O| Finalize: Updating package cache ... Done
46012026-08-21T22:42:40.787Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
46022026-08-21T22:42:40.799Z[ recovery-image] Aug 21 22:42:39.394 INFO O| Aug 21 22:42:39.393 INFO O| Finalize: Updating image state ... Done
46032026-08-21T22:42:40.814Z[ recovery-image] Aug 21 22:42:39.409 INFO O| Aug 21 22:42:39.409 INFO O| Finalize: Creating fast lookup database ... Done
46042026-08-21T22:42:40.817Z[ recovery-image] Aug 21 22:42:39.409 INFO O| Aug 21 22:42:39.409 INFO O| Finalize: Reading search index ... Done
46052026-08-21T22:42:40.817Z[ recovery-image] Aug 21 22:42:39.409 INFO O| Aug 21 22:42:39.409 INFO O| Finalize: Updating search index ... Done
46062026-08-21T22:42:40.818Z[ recovery-image] Aug 21 22:42:39.410 INFO O| Aug 21 22:42:39.410 INFO O| Finalize: Updating package cache ... Done
46072026-08-21T22:42:40.894Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
46082026-08-21T22:42:40.930Z[verify-libraries] Compiling ecdsa v0.16.9
46092026-08-21T22:42:40.984Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
46102026-08-21T22:42:41.077Z[ recovery-image] Aug 21 22:42:39.672 INFO O| Aug 21 22:42:39.672 INFO STEP 10 (pkg_change_facet) COMPLETE
46112026-08-21T22:42:41.077Z[ recovery-image] Aug 21 22:42:39.672 INFO O| Aug 21 22:42:39.672 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46122026-08-21T22:42:41.089Z[ recovery-image] Aug 21 22:42:39.684 INFO O| Aug 21 22:42:39.684 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"]
46132026-08-21T22:42:41.126Z[verify-libraries] Compiling strum_macros v0.24.3
46142026-08-21T22:42:41.161Z[verify-libraries] Compiling primeorder v0.13.6
46152026-08-21T22:42:41.277Z[verify-libraries] Compiling lalrpop v0.19.12
46162026-08-21T22:42:41.418Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
46172026-08-21T22:42:41.453Z[verify-libraries] Compiling hashbrown v0.14.5
46182026-08-21T22:42:41.530Z[verify-libraries] Compiling hmac v0.13.0
46192026-08-21T22:42:41.814Z[verify-libraries] Compiling universal-hash v0.6.1
46202026-08-21T22:42:42.047Z[verify-libraries] Compiling fxhash v0.2.1
46212026-08-21T22:42:42.133Z[verify-libraries] Compiling salty v0.3.0
46222026-08-21T22:42:42.230Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46232026-08-21T22:42:42.314Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46242026-08-21T22:42:42.407Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46252026-08-21T22:42:42.626Z[verify-libraries] Compiling indoc v1.0.9
46262026-08-21T22:42:42.725Z[ host-image] Aug 21 22:42:41.320 INFO O| Aug 21 22:42:41.320 INFO O| Startup: Refreshing catalog 'helios' ... Done
46272026-08-21T22:42:42.766Z[verify-libraries] Compiling chumsky v0.9.3
46282026-08-21T22:42:42.790Z[ recovery-image] Aug 21 22:42:41.385 INFO O| Aug 21 22:42:41.385 INFO O| Startup: Refreshing catalog 'helios' ... Done
46292026-08-21T22:42:43.244Z[ recovery-image] Aug 21 22:42:41.839 INFO O| Aug 21 22:42:41.839 INFO O| Startup: Caching catalogs ... Done
46302026-08-21T22:42:43.252Z[verify-libraries] Compiling knus-derive v3.4.0
46312026-08-21T22:42:43.316Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46322026-08-21T22:42:43.408Z[ host-image] Aug 21 22:42:42.003 INFO O| Aug 21 22:42:42.002 INFO O| Startup: Caching catalogs ... Done
46332026-08-21T22:42:43.853Z[ host-image] Aug 21 22:42:42.448 INFO O| Aug 21 22:42:42.448 INFO O| Planning: Solver setup ... Done
46342026-08-21T22:42:43.858Z[ host-image] Aug 21 22:42:42.453 INFO O| Aug 21 22:42:42.453 INFO O| Planning: Running solver ... Done
46352026-08-21T22:42:43.873Z[ host-image] Aug 21 22:42:42.468 INFO O| Aug 21 22:42:42.468 INFO O| Planning: Finding local manifests ... Done
46362026-08-21T22:42:43.939Z[ host-image] Aug 21 22:42:42.533 INFO O| Aug 21 22:42:42.533 INFO O| Planning: Fetching manifests: 0/1 0% complete
46372026-08-21T22:42:43.949Z[ host-image] Aug 21 22:42:42.544 INFO O| Aug 21 22:42:42.544 INFO O| Planning: Fetching manifests: 1/1 100% complete
46382026-08-21T22:42:43.969Z[ host-image] Aug 21 22:42:42.561 INFO O| Aug 21 22:42:42.561 INFO O| Planning: Package planning ... Done
46392026-08-21T22:42:43.969Z[ host-image] Aug 21 22:42:42.561 INFO O| Aug 21 22:42:42.561 INFO O| Planning: Merging actions ... Done
46402026-08-21T22:42:44.110Z[ host-image] Aug 21 22:42:42.705 INFO O| Aug 21 22:42:42.705 INFO O| Planning: Checking for conflicting actions ... Done
46412026-08-21T22:42:44.114Z[ host-image] Aug 21 22:42:42.706 INFO O| Aug 21 22:42:42.705 INFO O| Planning: Consolidating action changes ... Done
46422026-08-21T22:42:44.204Z[verify-libraries] Compiling p384 v0.13.1
46432026-08-21T22:42:44.241Z[ host-image] Aug 21 22:42:42.836 INFO O| Aug 21 22:42:42.836 INFO O| Planning: Evaluating mediators ... Done
46442026-08-21T22:42:44.244Z[ host-image] Aug 21 22:42:42.836 INFO O| Aug 21 22:42:42.836 INFO O| Planning: Planning completed in 0.79 seconds
46452026-08-21T22:42:44.244Z[ host-image] Aug 21 22:42:42.837 INFO O| Aug 21 22:42:42.837 INFO O| Packages to install: 1
46462026-08-21T22:42:44.252Z[ host-image] Aug 21 22:42:42.847 INFO O| Aug 21 22:42:42.847 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
46472026-08-21T22:42:44.570Z[ host-image] Aug 21 22:42:43.165 INFO O| Aug 21 22:42:43.165 INFO O| Download: Completed 13.27 MB in 0.32 seconds (41.8M/s)
46482026-08-21T22:42:44.659Z[ host-image] Aug 21 22:42:43.253 INFO O| Aug 21 22:42:43.253 INFO O| Actions: 1/22 actions (Installing new actions)
46492026-08-21T22:42:44.703Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
46502026-08-21T22:42:44.918Z[ host-image] Aug 21 22:42:43.513 INFO O| Aug 21 22:42:43.513 INFO O| Actions: Completed 22 actions in 0.26 seconds.
46512026-08-21T22:42:44.923Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
46522026-08-21T22:42:44.959Z[ host-image] Aug 21 22:42:43.554 INFO O| Aug 21 22:42:43.554 INFO O| Finalize: Updating package state database ... Done
46532026-08-21T22:42:44.959Z[ host-image] Aug 21 22:42:43.554 INFO O| Aug 21 22:42:43.554 INFO O| Finalize: Updating package cache ... Done
46542026-08-21T22:42:44.995Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46552026-08-21T22:42:45.102Z[verify-libraries] Compiling progenitor-impl v0.13.0
46562026-08-21T22:42:45.118Z[ host-image] Aug 21 22:42:43.713 INFO O| Aug 21 22:42:43.713 INFO O| Finalize: Updating image state ... Done
46572026-08-21T22:42:45.456Z[verify-libraries] Compiling diesel v2.3.7
46582026-08-21T22:42:45.527Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
46592026-08-21T22:42:45.682Z[ recovery-image] Aug 21 22:42:44.276 INFO O| Aug 21 22:42:44.276 INFO O| Planning: Solver setup ... Done
46602026-08-21T22:42:45.889Z[ recovery-image] Aug 21 22:42:44.483 INFO O| Aug 21 22:42:44.483 INFO O| Planning: Running solver ... Done
46612026-08-21T22:42:45.911Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46622026-08-21T22:42:45.934Z[ recovery-image] Aug 21 22:42:44.529 INFO O| Aug 21 22:42:44.529 INFO O| Planning: Finding local manifests ... Done
46632026-08-21T22:42:45.969Z[ recovery-image] Aug 21 22:42:44.564 INFO O| Aug 21 22:42:44.564 INFO O| Planning: Fetching manifests: 0/130 0% complete
46642026-08-21T22:42:46.019Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46652026-08-21T22:42:46.186Z[ host-image] Aug 21 22:42:44.780 INFO O| Aug 21 22:42:44.779 INFO O| Finalize: Creating fast lookup database ... Done
46662026-08-21T22:42:46.214Z[ host-image] Aug 21 22:42:44.809 INFO O| Aug 21 22:42:44.808 INFO O| Finalize: Reading search index ... Done
46672026-08-21T22:42:46.214Z[ host-image] Aug 21 22:42:44.809 INFO O| Aug 21 22:42:44.809 INFO O| Finalize: Updating search index ... Done
46682026-08-21T22:42:46.224Z[ host-image] Aug 21 22:42:44.819 INFO O| Aug 21 22:42:44.819 INFO O| Finalize: Updating package cache ... Done
46692026-08-21T22:42:46.305Z[verify-libraries] Compiling oso-derive v0.27.3
46702026-08-21T22:42:46.499Z[ host-image] Aug 21 22:42:45.093 INFO O| Aug 21 22:42:45.093 INFO STEP 14 (pkg_install) COMPLETE
46712026-08-21T22:42:46.499Z[ host-image] Aug 21 22:42:45.093 INFO O| Aug 21 22:42:45.093 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46722026-08-21T22:42:46.499Z[ host-image] Aug 21 22:42:45.093 INFO O| Aug 21 22:42:45.093 INFO skip step because feature "mbist" is not enabled
46732026-08-21T22:42:46.503Z[ host-image] Aug 21 22:42:45.093 INFO O| Aug 21 22:42:45.093 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46742026-08-21T22:42:46.503Z[ host-image] Aug 21 22:42:45.093 INFO O| Aug 21 22:42:45.093 INFO skip step because feature "mfg" is not enabled
46752026-08-21T22:42:46.503Z[ host-image] Aug 21 22:42:45.093 INFO O| Aug 21 22:42:45.093 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46762026-08-21T22:42:46.503Z[ host-image] Aug 21 22:42:45.093 INFO O| Aug 21 22:42:45.093 INFO skip step because feature "compliance" is not enabled
46772026-08-21T22:42:46.503Z[ host-image] Aug 21 22:42:45.093 INFO O| Aug 21 22:42:45.093 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46782026-08-21T22:42:46.503Z[ host-image] Aug 21 22:42:45.093 INFO O| Aug 21 22:42:45.093 INFO skip step because feature "stress" is not enabled
46792026-08-21T22:42:46.503Z[ host-image] Aug 21 22:42:45.093 INFO O| Aug 21 22:42:45.093 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46802026-08-21T22:42:46.503Z[ host-image] Aug 21 22:42:45.093 INFO O| Aug 21 22:42:45.093 INFO skip step because feature "compliance" is not enabled
46812026-08-21T22:42:46.503Z[ host-image] Aug 21 22:42:45.093 INFO O| Aug 21 22:42:45.093 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46822026-08-21T22:42:46.503Z[ host-image] Aug 21 22:42:45.093 INFO O| Aug 21 22:42:45.093 INFO skip step because feature "nfs" is not enabled
46832026-08-21T22:42:46.503Z[ host-image] Aug 21 22:42:45.093 INFO O| Aug 21 22:42:45.093 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
46842026-08-21T22:42:46.503Z[ host-image] Aug 21 22:42:45.093 INFO O| Aug 21 22:42:45.093 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
46852026-08-21T22:42:46.637Z[verify-libraries] Compiling quick-xml v0.37.5
46862026-08-21T22:42:46.704Z[ host-image] Aug 21 22:42:45.298 INFO O| Aug 21 22:42:45.298 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
46872026-08-21T22:42:46.807Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
46882026-08-21T22:42:46.828Z[ host-image] Aug 21 22:42:45.419 INFO O| Aug 21 22:42:45.419 INFO completed processing sled/ramdisk-01-os
46892026-08-21T22:42:46.828Z[ host-image] Aug 21 22:42:45.421 INFO omicron1 baseline generation...
46902026-08-21T22:42:46.828Z[ host-image] Aug 21 22:42:45.421 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
46912026-08-21T22:42:46.945Z[verify-libraries] Compiling openssl-probe v0.1.6
46922026-08-21T22:42:47.192Z[ host-image] Aug 21 22:42:45.787 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24211:20260820T220116Z
46932026-08-21T22:42:47.285Z[verify-libraries] Compiling knus v3.4.0
46942026-08-21T22:42:47.801Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46952026-08-21T22:42:48.018Z[verify-libraries] Compiling polyval v0.7.1
46962026-08-21T22:42:48.085Z[verify-libraries] Compiling progenitor-macro v0.13.0
46972026-08-21T22:42:48.151Z[verify-libraries] Compiling der v0.8.0
46982026-08-21T22:42:48.351Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46992026-08-21T22:42:48.403Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
47002026-08-21T22:42:48.523Z[verify-libraries] Compiling progenitor-client v0.13.0
47012026-08-21T22:42:48.553Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
47022026-08-21T22:42:48.739Z[verify-libraries] Compiling git-stub v1.0.0
47032026-08-21T22:42:48.811Z[verify-libraries] Compiling kstat-rs v0.2.5
47042026-08-21T22:42:48.905Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
47052026-08-21T22:42:49.188Z[verify-libraries] Compiling trait-variant v0.1.2
47062026-08-21T22:42:49.231Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
47072026-08-21T22:42:49.309Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
47082026-08-21T22:42:49.473Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
47092026-08-21T22:42:49.514Z[verify-libraries] Compiling git-stub-vcs v0.1.0
47102026-08-21T22:42:49.573Z[verify-libraries] Compiling ghash v0.6.0
47112026-08-21T22:42:49.617Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
47122026-08-21T22:42:49.703Z[verify-libraries] Compiling pbkdf2 v0.13.0
47132026-08-21T22:42:49.832Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
47142026-08-21T22:42:49.858Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
47152026-08-21T22:42:49.951Z[verify-libraries] Compiling aes v0.9.1
47162026-08-21T22:42:49.985Z[verify-libraries] Compiling crypto-bigint v0.7.5
47172026-08-21T22:42:49.990Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
47182026-08-21T22:42:50.034Z[ recovery-image] Aug 21 22:42:48.628 INFO O| Aug 21 22:42:48.628 INFO O| Planning: Fetching manifests: 130/130 100% complete
47192026-08-21T22:42:50.384Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47202026-08-21T22:42:50.460Z[ recovery-image] Aug 21 22:42:49.054 INFO O| Aug 21 22:42:49.054 INFO O| Planning: Package planning ... Done
47212026-08-21T22:42:50.737Z[verify-libraries] Compiling ctr v0.10.1
47222026-08-21T22:42:50.740Z[verify-libraries] Compiling aead v0.6.1
47232026-08-21T22:42:50.773Z[ recovery-image] Aug 21 22:42:49.367 INFO O| Aug 21 22:42:49.366 INFO O| Planning: Merging actions ... Done
47242026-08-21T22:42:50.820Z[verify-libraries] Compiling bb8 v0.8.6
47252026-08-21T22:42:50.852Z[ recovery-image] Aug 21 22:42:49.447 INFO O| Aug 21 22:42:49.446 INFO O| Planning: Checking for conflicting actions ... Done
47262026-08-21T22:42:50.906Z[ recovery-image] Aug 21 22:42:49.501 INFO O| Aug 21 22:42:49.501 INFO O| Planning: Consolidating action changes ... Done
47272026-08-21T22:42:51.013Z[verify-libraries] Compiling parking_lot_core v0.8.6
47282026-08-21T22:42:51.039Z[ recovery-image] Aug 21 22:42:49.634 INFO O| Aug 21 22:42:49.634 INFO O| Planning: Evaluating mediators ... Done
47292026-08-21T22:42:51.064Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
47302026-08-21T22:42:51.234Z[verify-libraries] Compiling aes-gcm v0.11.0
47312026-08-21T22:42:51.464Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
47322026-08-21T22:42:51.628Z[verify-libraries] Compiling spki v0.8.0
47332026-08-21T22:42:51.670Z[verify-libraries] Compiling mime_guess v2.0.5
47342026-08-21T22:42:51.845Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47352026-08-21T22:42:52.012Z[verify-libraries] Compiling salsa20 v0.11.0
47362026-08-21T22:42:52.161Z[verify-libraries] Compiling nanorand v0.7.0
47372026-08-21T22:42:52.228Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47382026-08-21T22:42:52.381Z[verify-libraries] Compiling scrypt v0.12.0
47392026-08-21T22:42:52.477Z[verify-libraries] Compiling flume v0.11.1
47402026-08-21T22:42:52.497Z[ recovery-image] Aug 21 22:42:51.092 INFO O| Aug 21 22:42:51.092 INFO O| Planning: Planning completed in 9.24 seconds
47412026-08-21T22:42:52.505Z[ recovery-image] Aug 21 22:42:51.098 INFO O| Aug 21 22:42:51.098 INFO O| Packages to install: 130
47422026-08-21T22:42:52.505Z[ recovery-image] Aug 21 22:42:51.099 INFO O| Aug 21 22:42:51.098 INFO O| Mediators to change: 5
47432026-08-21T22:42:52.505Z[ recovery-image] Aug 21 22:42:51.099 INFO O| Aug 21 22:42:51.098 INFO O| Services to change: 5
47442026-08-21T22:42:52.526Z[ recovery-image] Aug 21 22:42:51.121 INFO O| Aug 21 22:42:51.121 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
47452026-08-21T22:42:52.664Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47462026-08-21T22:42:52.725Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
47472026-08-21T22:42:52.759Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
47482026-08-21T22:42:52.957Z[verify-libraries] Compiling cbc v0.2.1
47492026-08-21T22:42:52.992Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
47502026-08-21T22:42:53.038Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47512026-08-21T22:42:53.149Z[verify-libraries] Compiling nonempty v0.12.0
47522026-08-21T22:42:53.200Z[verify-libraries] Compiling http-range v0.1.5
47532026-08-21T22:42:53.299Z[verify-libraries] Compiling corncobs v0.1.4
47542026-08-21T22:42:53.390Z[verify-libraries] Compiling pkcs5 v0.8.1
47552026-08-21T22:42:53.445Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
47562026-08-21T22:42:53.492Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47572026-08-21T22:42:53.525Z[verify-libraries] Compiling parking_lot v0.11.2
47582026-08-21T22:42:53.753Z[verify-libraries] Compiling progenitor v0.13.0
47592026-08-21T22:42:54.004Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
47602026-08-21T22:42:54.030Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
47612026-08-21T22:42:54.057Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
47622026-08-21T22:42:54.090Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
47632026-08-21T22:42:54.129Z[verify-libraries] Compiling digest-io v0.1.0
47642026-08-21T22:42:54.332Z[verify-libraries] Compiling prefix-trie v0.7.0
47652026-08-21T22:42:54.501Z[verify-libraries] Compiling secrecy v0.8.0
47662026-08-21T22:42:54.755Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47672026-08-21T22:42:54.802Z[verify-libraries] Compiling rawzip v0.4.4
47682026-08-21T22:42:54.869Z[verify-libraries] Compiling hickory-server v0.25.2
47692026-08-21T22:42:54.908Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47702026-08-21T22:42:54.964Z[verify-libraries] Compiling sled v0.34.7
47712026-08-21T22:42:55.371Z[verify-libraries] Compiling pkcs8 v0.11.0
47722026-08-21T22:42:55.549Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47732026-08-21T22:42:55.596Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47742026-08-21T22:42:56.043Z[verify-libraries] Compiling ignore v0.4.25
47752026-08-21T22:42:56.075Z[verify-libraries] Compiling anstyle-parse v0.2.7
47762026-08-21T22:42:56.196Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47772026-08-21T22:42:56.276Z[verify-libraries] Compiling ff v0.14.0
47782026-08-21T22:42:56.354Z[verify-libraries] Compiling anstream v0.6.21
47792026-08-21T22:42:56.527Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47802026-08-21T22:42:56.556Z[verify-libraries] Compiling predicates-tree v1.0.13
47812026-08-21T22:42:56.919Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47822026-08-21T22:42:57.528Z[ recovery-image] Aug 21 22:42:56.123 INFO O| Aug 21 22:42:56.123 INFO O| Download: 9494/16682 items 102.6/200.0MB 51% complete (20.6M/s)
47832026-08-21T22:42:57.634Z[verify-libraries] Compiling globwalk v0.9.1
47842026-08-21T22:42:57.673Z[verify-libraries] Compiling libz-sys v1.1.24
47852026-08-21T22:42:57.923Z[verify-libraries] Compiling rand_seeder v0.4.0
47862026-08-21T22:42:57.994Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47872026-08-21T22:42:58.296Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47882026-08-21T22:42:58.377Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47892026-08-21T22:42:58.430Z[verify-libraries] Compiling group v0.14.0
47902026-08-21T22:42:58.499Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47912026-08-21T22:42:58.521Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47922026-08-21T22:42:58.597Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47932026-08-21T22:42:58.652Z[verify-libraries] Compiling signature v3.0.0
47942026-08-21T22:42:58.845Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47952026-08-21T22:42:58.890Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47962026-08-21T22:42:58.950Z[verify-libraries] Compiling instability v0.3.11
47972026-08-21T22:42:59.104Z[verify-libraries] Compiling base16ct v1.0.0
47982026-08-21T22:42:59.265Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47992026-08-21T22:42:59.357Z[verify-libraries] Compiling sec1 v0.8.1
48002026-08-21T22:42:59.523Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48012026-08-21T22:42:59.549Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
48022026-08-21T22:42:59.570Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
48032026-08-21T22:42:59.602Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
48042026-08-21T22:42:59.839Z[verify-libraries] Compiling hkdf v0.13.0
48052026-08-21T22:42:59.871Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
48062026-08-21T22:42:59.875Z[verify-libraries] Compiling scuffle v0.1.0
48072026-08-21T22:43:00.012Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
48082026-08-21T22:43:00.115Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
48092026-08-21T22:43:00.258Z[verify-libraries] Compiling castaway v0.2.4
48102026-08-21T22:43:00.357Z[verify-libraries] Compiling indoc v2.0.7
48112026-08-21T22:43:00.446Z[verify-libraries] Compiling compact_str v0.8.1
48122026-08-21T22:43:00.877Z[ recovery-image] Aug 21 22:42:59.471 INFO O| Aug 21 22:42:59.471 INFO O| Download: Completed 200.00 MB in 8.35 seconds (23.9M/s)
48132026-08-21T22:43:00.952Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
48142026-08-21T22:43:01.141Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
48152026-08-21T22:43:01.216Z[verify-libraries] Compiling elliptic-curve v0.14.1
48162026-08-21T22:43:01.309Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
48172026-08-21T22:43:01.406Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
48182026-08-21T22:43:01.866Z[ recovery-image] Aug 21 22:43:00.461 INFO O| Aug 21 22:43:00.461 INFO O| Actions: 1/27580 actions (Installing new actions)
48192026-08-21T22:43:01.876Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
48202026-08-21T22:43:02.062Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
48212026-08-21T22:43:02.190Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
48222026-08-21T22:43:02.244Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
48232026-08-21T22:43:02.419Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48242026-08-21T22:43:02.449Z[verify-libraries] Compiling lru v0.12.5
48252026-08-21T22:43:02.843Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48262026-08-21T22:43:03.019Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48272026-08-21T22:43:03.055Z[verify-libraries] Compiling unicode-truncate v1.1.0
48282026-08-21T22:43:03.138Z[verify-libraries] Compiling arc-swap v1.8.2
48292026-08-21T22:43:03.234Z[verify-libraries] Compiling cassowary v0.3.0
48302026-08-21T22:43:03.290Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48312026-08-21T22:43:03.312Z[verify-libraries] Compiling wnaf v0.14.0
48322026-08-21T22:43:03.316Z[verify-libraries] Compiling primefield v0.14.0
48332026-08-21T22:43:03.533Z[verify-libraries] Compiling slog-scope v4.4.1
48342026-08-21T22:43:03.561Z[verify-libraries] Compiling ratatui v0.29.0
48352026-08-21T22:43:03.609Z[verify-libraries] Compiling rfc6979 v0.6.0
48362026-08-21T22:43:03.813Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48372026-08-21T22:43:03.846Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48382026-08-21T22:43:03.891Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48392026-08-21T22:43:03.943Z[verify-libraries] Compiling vergen-git2 v9.1.0
48402026-08-21T22:43:03.980Z[verify-libraries] Compiling strsim v0.10.0
48412026-08-21T22:43:04.096Z[verify-libraries] Compiling ecdsa v0.17.0
48422026-08-21T22:43:04.353Z[verify-libraries] Compiling darling_core v0.13.4
48432026-08-21T22:43:04.389Z[verify-libraries] Compiling slog-stdlog v4.1.1
48442026-08-21T22:43:04.509Z[verify-libraries] Compiling primeorder v0.14.0
48452026-08-21T22:43:04.643Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48462026-08-21T22:43:04.726Z[verify-libraries] Compiling tungstenite v0.23.0
48472026-08-21T22:43:05.204Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48482026-08-21T22:43:05.495Z[verify-libraries] Compiling console v0.16.2
48492026-08-21T22:43:05.549Z[verify-libraries] Compiling libsw-core v0.3.2
48502026-08-21T22:43:05.740Z[verify-libraries] Compiling assert_matches v1.5.0
48512026-08-21T22:43:05.786Z[verify-libraries] Compiling void v1.0.2
48522026-08-21T22:43:05.864Z[verify-libraries] Compiling unit-prefix v0.5.2
48532026-08-21T22:43:05.889Z[verify-libraries] Compiling libsw v3.5.0
48542026-08-21T22:43:06.044Z[verify-libraries] Compiling indicatif v0.18.4
48552026-08-21T22:43:06.086Z[verify-libraries] Compiling lzss v0.8.2
48562026-08-21T22:43:06.215Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48572026-08-21T22:43:06.268Z[verify-libraries] Compiling slog-envlogger v2.2.0
48582026-08-21T22:43:06.420Z[verify-libraries] Compiling ssh-encoding v0.3.0
48592026-08-21T22:43:06.495Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48602026-08-21T22:43:06.515Z[verify-libraries] Compiling darling_macro v0.13.4
48612026-08-21T22:43:06.616Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48622026-08-21T22:43:06.776Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48632026-08-21T22:43:06.864Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48642026-08-21T22:43:06.883Z[ recovery-image] Aug 21 22:43:05.478 INFO O| Aug 21 22:43:05.478 INFO O| Actions: 27016/27580 actions (Installing new actions)
48652026-08-21T22:43:06.912Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48662026-08-21T22:43:07.056Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48672026-08-21T22:43:07.150Z[verify-libraries] Compiling nix v0.27.1
48682026-08-21T22:43:07.218Z[verify-libraries] Compiling colored v2.2.0
48692026-08-21T22:43:07.277Z[verify-libraries] Compiling blake3 v1.8.5
48702026-08-21T22:43:07.310Z[verify-libraries] Compiling serde_bytes v0.11.19
48712026-08-21T22:43:07.392Z[verify-libraries] Compiling keccak v0.2.0
48722026-08-21T22:43:07.484Z[ recovery-image] Aug 21 22:43:06.079 INFO O| Aug 21 22:43:06.078 INFO O| Actions: Completed 27580 actions in 5.62 seconds.
48732026-08-21T22:43:07.566Z[ recovery-image] Aug 21 22:43:06.161 INFO O| Aug 21 22:43:06.160 INFO O| Finalize: Updating package state database ... Done
48742026-08-21T22:43:07.567Z[ recovery-image] Aug 21 22:43:06.161 INFO O| Aug 21 22:43:06.161 INFO O| Finalize: Updating package cache ... Done
48752026-08-21T22:43:07.688Z[verify-libraries] Compiling shell-words v1.1.1
48762026-08-21T22:43:07.712Z[ recovery-image] Aug 21 22:43:06.306 INFO O| Aug 21 22:43:06.306 INFO O| Finalize: Updating image state ... Done
48772026-08-21T22:43:07.767Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48782026-08-21T22:43:07.791Z[verify-libraries] Compiling darling v0.13.4
48792026-08-21T22:43:07.938Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48802026-08-21T22:43:08.085Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48812026-08-21T22:43:08.427Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48822026-08-21T22:43:08.450Z[ recovery-image] Aug 21 22:43:07.045 INFO O| Aug 21 22:43:07.044 INFO O| Finalize: Creating fast lookup database ... Done
48832026-08-21T22:43:08.480Z[ recovery-image] Aug 21 22:43:07.074 INFO O| Aug 21 22:43:07.074 INFO O| Finalize: Reading search index ... Done
48842026-08-21T22:43:08.528Z[verify-libraries] Compiling ed25519 v3.0.0
48852026-08-21T22:43:08.669Z[verify-libraries] Compiling crypto-primes v0.7.2
48862026-08-21T22:43:08.834Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48872026-08-21T22:43:09.480Z[verify-libraries] Compiling poly1305 v0.9.0
48882026-08-21T22:43:09.803Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48892026-08-21T22:43:10.006Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48902026-08-21T22:43:10.361Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48912026-08-21T22:43:10.390Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48922026-08-21T22:43:10.425Z[ recovery-image] Aug 21 22:43:09.019 INFO O| Aug 21 22:43:09.019 INFO O| Finalize: Building new search index ... Done
48932026-08-21T22:43:10.566Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48942026-08-21T22:43:10.619Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48952026-08-21T22:43:10.742Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48962026-08-21T22:43:10.801Z[ recovery-image] Aug 21 22:43:09.394 INFO O| Aug 21 22:43:09.394 INFO O| Finalize: Updating package cache ... Done
48972026-08-21T22:43:10.851Z[verify-libraries] Compiling blowfish v0.10.0
48982026-08-21T22:43:10.974Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
48992026-08-21T22:43:11.022Z[verify-libraries] Compiling petname v2.0.2
49002026-08-21T22:43:11.069Z[verify-libraries] Compiling arrayvec v0.7.6
49012026-08-21T22:43:11.069Z[verify-libraries] Compiling constant_time_eq v0.4.2
49022026-08-21T22:43:11.180Z[verify-libraries] Compiling arrayref v0.3.9
49032026-08-21T22:43:11.209Z[ recovery-image] Aug 21 22:43:09.804 INFO O| Aug 21 22:43:09.804 INFO STEP 11 (pkg_install) COMPLETE
49042026-08-21T22:43:11.209Z[ recovery-image] Aug 21 22:43:09.804 INFO O| Aug 21 22:43:09.804 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49052026-08-21T22:43:11.209Z[ recovery-image] Aug 21 22:43:09.804 INFO O| Aug 21 22:43:09.804 INFO skip step because feature "recovery" is enabled
49062026-08-21T22:43:11.213Z[ recovery-image] Aug 21 22:43:09.804 INFO O| Aug 21 22:43:09.804 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49072026-08-21T22:43:11.213Z[ recovery-image] Aug 21 22:43:09.804 INFO O| Aug 21 22:43:09.804 INFO skip step because feature "omicron1" is not enabled
49082026-08-21T22:43:11.213Z[ recovery-image] Aug 21 22:43:09.804 INFO O| Aug 21 22:43:09.804 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49092026-08-21T22:43:11.221Z[ recovery-image] Aug 21 22:43:09.815 INFO O| Aug 21 22:43:09.815 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
49102026-08-21T22:43:11.257Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
49112026-08-21T22:43:11.490Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
49122026-08-21T22:43:11.709Z[verify-libraries] Compiling ssh-cipher v0.3.0
49132026-08-21T22:43:11.709Z[verify-libraries] Compiling rsa v0.10.0-rc.18
49142026-08-21T22:43:11.751Z[verify-libraries] Compiling ed25519-dalek v3.0.0
49152026-08-21T22:43:11.774Z[verify-libraries] Compiling serde_with_macros v1.5.2
49162026-08-21T22:43:11.809Z[verify-libraries] Compiling sha3 v0.11.0
49172026-08-21T22:43:11.842Z[verify-libraries] Compiling p256 v0.14.0
49182026-08-21T22:43:12.087Z[verify-libraries] Compiling p384 v0.14.0
49192026-08-21T22:43:12.342Z[verify-libraries] Compiling p521 v0.14.0
49202026-08-21T22:43:12.376Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49212026-08-21T22:43:12.396Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49222026-08-21T22:43:12.678Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49232026-08-21T22:43:12.731Z[verify-libraries] Compiling twox-hash v2.1.2
49242026-08-21T22:43:12.933Z[verify-libraries] Compiling kem v0.3.0
49252026-08-21T22:43:13.012Z[verify-libraries] Compiling module-lattice v0.2.3
49262026-08-21T22:43:13.121Z[verify-libraries] Compiling atty v0.2.14
49272026-08-21T22:43:13.142Z[verify-libraries] Compiling rtoolbox v0.0.3
49282026-08-21T22:43:13.190Z[verify-libraries] Compiling sponge-cursor v0.1.0
49292026-08-21T22:43:13.275Z[verify-libraries] Compiling topological-sort v0.2.2
49302026-08-21T22:43:13.325Z[verify-libraries] Compiling ml-kem v0.3.2
49312026-08-21T22:43:13.423Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
49322026-08-21T22:43:13.473Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
49332026-08-21T22:43:13.555Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
49342026-08-21T22:43:13.597Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49352026-08-21T22:43:14.651Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
49362026-08-21T22:43:15.274Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
49372026-08-21T22:43:16.302Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
49382026-08-21T22:43:16.310Z[ recovery-image] Aug 21 22:43:14.905 INFO O| Aug 21 22:43:14.905 INFO O| Startup: Refreshing catalog 'helios' ... Done
49392026-08-21T22:43:16.628Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
49402026-08-21T22:43:16.771Z[ recovery-image] Aug 21 22:43:15.366 INFO O| Aug 21 22:43:15.366 INFO O| Startup: Caching catalogs ... Done
49412026-08-21T22:43:16.831Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
49422026-08-21T22:43:17.193Z[ recovery-image] Aug 21 22:43:15.787 INFO O| Aug 21 22:43:15.787 INFO O| Planning: Solver setup ... Done
49432026-08-21T22:43:17.198Z[ recovery-image] Aug 21 22:43:15.792 INFO O| Aug 21 22:43:15.792 INFO O| Planning: Running solver ... Done
49442026-08-21T22:43:17.215Z[ recovery-image] Aug 21 22:43:15.809 INFO O| Aug 21 22:43:15.807 INFO O| Planning: Finding local manifests ... Done
49452026-08-21T22:43:17.232Z[ recovery-image] Aug 21 22:43:15.827 INFO O| Aug 21 22:43:15.827 INFO O| Planning: Fetching manifests: 0/1 0% complete
49462026-08-21T22:43:17.241Z[ recovery-image] Aug 21 22:43:15.836 INFO O| Aug 21 22:43:15.836 INFO O| Planning: Fetching manifests: 1/1 100% complete
49472026-08-21T22:43:17.259Z[ recovery-image] Aug 21 22:43:15.854 INFO O| Aug 21 22:43:15.854 INFO O| Planning: Package planning ... Done
49482026-08-21T22:43:17.259Z[ recovery-image] Aug 21 22:43:15.854 INFO O| Aug 21 22:43:15.854 INFO O| Planning: Merging actions ... Done
49492026-08-21T22:43:17.381Z[ recovery-image] Aug 21 22:43:15.976 INFO O| Aug 21 22:43:15.976 INFO O| Planning: Checking for conflicting actions ... Done
49502026-08-21T22:43:17.385Z[ recovery-image] Aug 21 22:43:15.976 INFO O| Aug 21 22:43:15.976 INFO O| Planning: Consolidating action changes ... Done
49512026-08-21T22:43:17.470Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
49522026-08-21T22:43:17.483Z[ recovery-image] Aug 21 22:43:16.077 INFO O| Aug 21 22:43:16.075 INFO O| Planning: Evaluating mediators ... Done
49532026-08-21T22:43:17.492Z[ recovery-image] Aug 21 22:43:16.077 INFO O| Aug 21 22:43:16.077 INFO O| Planning: Planning completed in 0.69 seconds
49542026-08-21T22:43:17.492Z[ recovery-image] Aug 21 22:43:16.077 INFO O| Aug 21 22:43:16.077 INFO O| Packages to install: 1
49552026-08-21T22:43:17.496Z[ recovery-image] Aug 21 22:43:16.090 INFO O| Aug 21 22:43:16.090 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49562026-08-21T22:43:17.600Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49572026-08-21T22:43:17.661Z[ recovery-image] Aug 21 22:43:16.256 INFO O| Aug 21 22:43:16.256 INFO O| Download: Completed 13.27 MB in 0.16 seconds (81.6M/s)
49582026-08-21T22:43:17.678Z[ recovery-image] Aug 21 22:43:16.273 INFO O| Aug 21 22:43:16.273 INFO O| Actions: 1/22 actions (Installing new actions)
49592026-08-21T22:43:17.909Z[ recovery-image] Aug 21 22:43:16.504 INFO O| Aug 21 22:43:16.504 INFO O| Actions: Completed 22 actions in 0.23 seconds.
49602026-08-21T22:43:17.946Z[ recovery-image] Aug 21 22:43:16.541 INFO O| Aug 21 22:43:16.541 INFO O| Finalize: Updating package state database ... Done
49612026-08-21T22:43:17.950Z[ recovery-image] Aug 21 22:43:16.541 INFO O| Aug 21 22:43:16.541 INFO O| Finalize: Updating package cache ... Done
49622026-08-21T22:43:17.962Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
49632026-08-21T22:43:18.048Z[ recovery-image] Aug 21 22:43:16.642 INFO O| Aug 21 22:43:16.642 INFO O| Finalize: Updating image state ... Done
49642026-08-21T22:43:18.164Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
49652026-08-21T22:43:18.319Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
49662026-08-21T22:43:18.507Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
49672026-08-21T22:43:18.567Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49682026-08-21T22:43:18.713Z[ recovery-image] Aug 21 22:43:17.308 INFO O| Aug 21 22:43:17.308 INFO O| Finalize: Creating fast lookup database ... Done
49692026-08-21T22:43:18.727Z[ recovery-image] Aug 21 22:43:17.322 INFO O| Aug 21 22:43:17.322 INFO O| Finalize: Reading search index ... Done
49702026-08-21T22:43:18.727Z[ recovery-image] Aug 21 22:43:17.322 INFO O| Aug 21 22:43:17.322 INFO O| Finalize: Updating search index ... Done
49712026-08-21T22:43:18.737Z[ recovery-image] Aug 21 22:43:17.332 INFO O| Aug 21 22:43:17.332 INFO O| Finalize: Updating package cache ... Done
49722026-08-21T22:43:18.889Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
49732026-08-21T22:43:19.000Z[ recovery-image] Aug 21 22:43:17.594 INFO O| Aug 21 22:43:17.594 INFO STEP 14 (pkg_install) COMPLETE
49742026-08-21T22:43:19.000Z[ recovery-image] Aug 21 22:43:17.594 INFO O| Aug 21 22:43:17.594 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49752026-08-21T22:43:19.000Z[ recovery-image] Aug 21 22:43:17.594 INFO O| Aug 21 22:43:17.594 INFO skip step because feature "mbist" is not enabled
49762026-08-21T22:43:19.000Z[ recovery-image] Aug 21 22:43:17.594 INFO O| Aug 21 22:43:17.594 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49772026-08-21T22:43:19.004Z[ recovery-image] Aug 21 22:43:17.594 INFO O| Aug 21 22:43:17.594 INFO skip step because feature "mfg" is not enabled
49782026-08-21T22:43:19.004Z[ recovery-image] Aug 21 22:43:17.594 INFO O| Aug 21 22:43:17.594 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49792026-08-21T22:43:19.004Z[ recovery-image] Aug 21 22:43:17.594 INFO O| Aug 21 22:43:17.594 INFO skip step because feature "compliance" is not enabled
49802026-08-21T22:43:19.004Z[ recovery-image] Aug 21 22:43:17.594 INFO O| Aug 21 22:43:17.594 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49812026-08-21T22:43:19.004Z[ recovery-image] Aug 21 22:43:17.594 INFO O| Aug 21 22:43:17.594 INFO skip step because feature "stress" is not enabled
49822026-08-21T22:43:19.004Z[ recovery-image] Aug 21 22:43:17.594 INFO O| Aug 21 22:43:17.594 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49832026-08-21T22:43:19.004Z[ recovery-image] Aug 21 22:43:17.594 INFO O| Aug 21 22:43:17.594 INFO skip step because feature "compliance" is not enabled
49842026-08-21T22:43:19.004Z[ recovery-image] Aug 21 22:43:17.594 INFO O| Aug 21 22:43:17.594 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49852026-08-21T22:43:19.004Z[ recovery-image] Aug 21 22:43:17.594 INFO O| Aug 21 22:43:17.594 INFO skip step because feature "nfs" is not enabled
49862026-08-21T22:43:19.004Z[ recovery-image] Aug 21 22:43:17.594 INFO O| Aug 21 22:43:17.594 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49872026-08-21T22:43:19.004Z[ recovery-image] Aug 21 22:43:17.594 INFO O| Aug 21 22:43:17.594 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49882026-08-21T22:43:19.429Z[ recovery-image] Aug 21 22:43:18.023 INFO O| Aug 21 22:43:18.023 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49892026-08-21T22:43:19.565Z[ recovery-image] Aug 21 22:43:18.159 INFO O| Aug 21 22:43:18.159 INFO completed processing sled/ramdisk-01-os
49902026-08-21T22:43:19.569Z[ recovery-image] Aug 21 22:43:18.162 INFO image builder template: ramdisk-02-trim...
49912026-08-21T22:43:19.569Z[ recovery-image] Aug 21 22:43:18.162 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/.tmpxEEXn5/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
49922026-08-21T22:43:19.587Z[ recovery-image] Aug 21 22:43:18.182 INFO O| Aug 21 22:43:18.182 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49932026-08-21T22:43:19.592Z[ recovery-image] Aug 21 22:43:18.187 INFO O| Aug 21 22:43:18.187 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49942026-08-21T22:43:19.688Z[ recovery-image] Aug 21 22:43:18.282 INFO O| Aug 21 22:43:18.282 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49952026-08-21T22:43:19.776Z[ recovery-image] Aug 21 22:43:18.370 INFO O| Aug 21 22:43:18.370 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49962026-08-21T22:43:19.776Z[ recovery-image] Aug 21 22:43:18.370 INFO O| Aug 21 22:43:18.370 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49972026-08-21T22:43:19.781Z[ recovery-image] Aug 21 22:43:18.375 INFO O| Aug 21 22:43:18.375 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49982026-08-21T22:43:19.785Z[ recovery-image] Aug 21 22:43:18.379 INFO O| Aug 21 22:43:18.379 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49992026-08-21T22:43:19.789Z[ recovery-image] Aug 21 22:43:18.383 INFO O| Aug 21 22:43:18.383 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50002026-08-21T22:43:19.971Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
50012026-08-21T22:43:20.461Z[verify-libraries] Compiling omicron-zone-package v0.12.3
50022026-08-21T22:43:20.536Z[ recovery-image] Aug 21 22:43:19.129 INFO O| Aug 21 22:43:19.129 INFO rolled back to input snapshot; work may begin
50032026-08-21T22:43:20.540Z[ recovery-image] Aug 21 22:43:19.129 INFO O| Aug 21 22:43:19.129 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50042026-08-21T22:43:20.543Z[ recovery-image] Aug 21 22:43:19.134 INFO O| Aug 21 22:43:19.134 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50052026-08-21T22:43:20.549Z[ recovery-image] Aug 21 22:43:19.143 INFO O| Aug 21 22:43:19.143 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50062026-08-21T22:43:20.587Z[ recovery-image] Aug 21 22:43:19.181 INFO O| Aug 21 22:43:19.181 INFO STEP 0 (remove_files) COMPLETE
50072026-08-21T22:43:20.587Z[ recovery-image] Aug 21 22:43:19.181 INFO O| Aug 21 22:43:19.181 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50082026-08-21T22:43:20.595Z[verify-libraries] Compiling sha3 v0.12.0
50092026-08-21T22:43:20.599Z[ recovery-image] Aug 21 22:43:19.190 INFO O| Aug 21 22:43:19.190 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50102026-08-21T22:43:20.599Z[ recovery-image] Aug 21 22:43:19.192 INFO O| Aug 21 22:43:19.192 INFO STEP 1 (remove_files) COMPLETE
50112026-08-21T22:43:20.600Z[ recovery-image] Aug 21 22:43:19.192 INFO O| Aug 21 22:43:19.192 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50122026-08-21T22:43:20.605Z[ recovery-image] Aug 21 22:43:19.200 INFO O| Aug 21 22:43:19.200 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50132026-08-21T22:43:20.618Z[ recovery-image] Aug 21 22:43:19.212 INFO O| Aug 21 22:43:19.212 INFO STEP 2 (remove_files) COMPLETE
50142026-08-21T22:43:20.618Z[ recovery-image] Aug 21 22:43:19.212 INFO O| Aug 21 22:43:19.212 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50152026-08-21T22:43:20.628Z[ recovery-image] Aug 21 22:43:19.223 INFO O| Aug 21 22:43:19.223 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50162026-08-21T22:43:20.632Z[ recovery-image] Aug 21 22:43:19.224 INFO O| Aug 21 22:43:19.224 INFO STEP 3 (remove_files) COMPLETE
50172026-08-21T22:43:20.632Z[ recovery-image] Aug 21 22:43:19.224 INFO O| Aug 21 22:43:19.224 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50182026-08-21T22:43:20.639Z[ recovery-image] Aug 21 22:43:19.234 INFO O| Aug 21 22:43:19.234 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50192026-08-21T22:43:20.642Z[ recovery-image] Aug 21 22:43:19.237 INFO O| Aug 21 22:43:19.237 INFO STEP 4 (remove_files) COMPLETE
50202026-08-21T22:43:20.642Z[ recovery-image] Aug 21 22:43:19.237 INFO O| Aug 21 22:43:19.237 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50212026-08-21T22:43:20.652Z[ recovery-image] Aug 21 22:43:19.247 INFO O| Aug 21 22:43:19.247 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50222026-08-21T22:43:20.652Z[ recovery-image] Aug 21 22:43:19.247 INFO O| Aug 21 22:43:19.247 INFO STEP 5 (remove_files) COMPLETE
50232026-08-21T22:43:20.652Z[ recovery-image] Aug 21 22:43:19.247 INFO O| Aug 21 22:43:19.247 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50242026-08-21T22:43:20.661Z[ recovery-image] Aug 21 22:43:19.256 INFO O| Aug 21 22:43:19.256 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50252026-08-21T22:43:20.674Z[ recovery-image] Aug 21 22:43:19.266 INFO O| Aug 21 22:43:19.266 INFO STEP 6 (remove_files) COMPLETE
50262026-08-21T22:43:20.674Z[ recovery-image] Aug 21 22:43:19.266 INFO O| Aug 21 22:43:19.266 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50272026-08-21T22:43:20.675Z[ recovery-image] Aug 21 22:43:19.266 INFO O| Aug 21 22:43:19.266 INFO skip step because feature "heliosv2" is not enabled
50282026-08-21T22:43:20.678Z[ recovery-image] Aug 21 22:43:19.266 INFO O| Aug 21 22:43:19.266 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50292026-08-21T22:43:20.679Z[ recovery-image] Aug 21 22:43:19.266 INFO O| Aug 21 22:43:19.266 INFO skip step because feature "recovery" is enabled
50302026-08-21T22:43:20.679Z[ recovery-image] Aug 21 22:43:19.266 INFO O| Aug 21 22:43:19.266 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50312026-08-21T22:43:20.679Z[ recovery-image] Aug 21 22:43:19.266 INFO O| Aug 21 22:43:19.266 INFO skip step because feature "recovery" is enabled
50322026-08-21T22:43:20.679Z[ recovery-image] Aug 21 22:43:19.266 INFO O| Aug 21 22:43:19.266 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50332026-08-21T22:43:20.679Z[ recovery-image] Aug 21 22:43:19.266 INFO O| Aug 21 22:43:19.266 INFO skip step because feature "recovery" is enabled
50342026-08-21T22:43:20.679Z[ recovery-image] Aug 21 22:43:19.266 INFO O| Aug 21 22:43:19.266 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50352026-08-21T22:43:20.682Z[ recovery-image] Aug 21 22:43:19.276 INFO O| Aug 21 22:43:19.276 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50362026-08-21T22:43:20.686Z[ recovery-image] Aug 21 22:43:19.279 INFO O| Aug 21 22:43:19.279 INFO STEP 11 (remove_files) COMPLETE
50372026-08-21T22:43:20.686Z[ recovery-image] Aug 21 22:43:19.279 INFO O| Aug 21 22:43:19.279 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50382026-08-21T22:43:20.694Z[ recovery-image] Aug 21 22:43:19.288 INFO O| Aug 21 22:43:19.288 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50392026-08-21T22:43:20.697Z[ recovery-image] Aug 21 22:43:19.289 INFO O| Aug 21 22:43:19.289 INFO STEP 12 (remove_files) COMPLETE
50402026-08-21T22:43:20.697Z[ recovery-image] Aug 21 22:43:19.289 INFO O| Aug 21 22:43:19.289 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50412026-08-21T22:43:20.705Z[ recovery-image] Aug 21 22:43:19.300 INFO O| Aug 21 22:43:19.300 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50422026-08-21T22:43:20.711Z[ recovery-image] Aug 21 22:43:19.301 INFO O| Aug 21 22:43:19.301 INFO STEP 13 (remove_files) COMPLETE
50432026-08-21T22:43:20.711Z[ recovery-image] Aug 21 22:43:19.301 INFO O| Aug 21 22:43:19.301 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50442026-08-21T22:43:20.778Z[verify-libraries] Compiling rpassword v7.5.4
50452026-08-21T22:43:20.783Z[ recovery-image] Aug 21 22:43:19.377 INFO O| Aug 21 22:43:19.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50462026-08-21T22:43:20.807Z[ recovery-image] Aug 21 22:43:19.402 INFO O| Aug 21 22:43:19.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50472026-08-21T22:43:20.861Z[verify-libraries] Compiling serde_with v1.14.0
50482026-08-21T22:43:20.868Z[ recovery-image] Aug 21 22:43:19.463 INFO O| Aug 21 22:43:19.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50492026-08-21T22:43:20.869Z[ recovery-image] Aug 21 22:43:19.463 INFO O| Aug 21 22:43:19.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50502026-08-21T22:43:20.880Z[ recovery-image] Aug 21 22:43:19.475 INFO O| Aug 21 22:43:19.474 INFO STEP 14 (remove_files) COMPLETE
50512026-08-21T22:43:20.880Z[ recovery-image] Aug 21 22:43:19.475 INFO O| Aug 21 22:43:19.475 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50522026-08-21T22:43:20.889Z[ recovery-image] Aug 21 22:43:19.483 INFO O| Aug 21 22:43:19.483 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50532026-08-21T22:43:20.894Z[ recovery-image] Aug 21 22:43:19.485 INFO O| Aug 21 22:43:19.484 INFO STEP 15 (remove_files) COMPLETE
50542026-08-21T22:43:20.894Z[ recovery-image] Aug 21 22:43:19.485 INFO O| Aug 21 22:43:19.485 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50552026-08-21T22:43:20.898Z[ recovery-image] Aug 21 22:43:19.493 INFO O| Aug 21 22:43:19.493 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50562026-08-21T22:43:20.904Z[ recovery-image] Aug 21 22:43:19.498 INFO O| Aug 21 22:43:19.498 INFO STEP 16 (remove_files) COMPLETE
50572026-08-21T22:43:20.904Z[ recovery-image] Aug 21 22:43:19.498 INFO O| Aug 21 22:43:19.498 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50582026-08-21T22:43:20.935Z[ recovery-image] Aug 21 22:43:19.530 INFO O| Aug 21 22:43:19.530 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50592026-08-21T22:43:20.939Z[ recovery-image] Aug 21 22:43:19.530 INFO O| Aug 21 22:43:19.530 INFO STEP 17 (remove_files) COMPLETE
50602026-08-21T22:43:20.939Z[ recovery-image] Aug 21 22:43:19.530 INFO O| Aug 21 22:43:19.530 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50612026-08-21T22:43:20.949Z[ recovery-image] Aug 21 22:43:19.543 INFO O| Aug 21 22:43:19.543 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50622026-08-21T22:43:20.952Z[ recovery-image] Aug 21 22:43:19.544 INFO O| Aug 21 22:43:19.544 INFO STEP 18 (remove_files) COMPLETE
50632026-08-21T22:43:20.952Z[ recovery-image] Aug 21 22:43:19.544 INFO O| Aug 21 22:43:19.544 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50642026-08-21T22:43:20.968Z[ recovery-image] Aug 21 22:43:19.562 INFO O| Aug 21 22:43:19.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50652026-08-21T22:43:20.968Z[ recovery-image] Aug 21 22:43:19.562 INFO O| Aug 21 22:43:19.562 INFO STEP 19 (remove_files) COMPLETE
50662026-08-21T22:43:20.968Z[ recovery-image] Aug 21 22:43:19.562 INFO O| Aug 21 22:43:19.562 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50672026-08-21T22:43:20.978Z[ recovery-image] Aug 21 22:43:19.573 INFO O| Aug 21 22:43:19.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50682026-08-21T22:43:20.978Z[ recovery-image] Aug 21 22:43:19.573 INFO O| Aug 21 22:43:19.573 INFO STEP 20 (remove_files) COMPLETE
50692026-08-21T22:43:20.982Z[ recovery-image] Aug 21 22:43:19.573 INFO O| Aug 21 22:43:19.573 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50702026-08-21T22:43:20.987Z[ recovery-image] Aug 21 22:43:19.582 INFO O| Aug 21 22:43:19.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50712026-08-21T22:43:20.987Z[ recovery-image] Aug 21 22:43:19.582 INFO O| Aug 21 22:43:19.582 INFO STEP 21 (remove_files) COMPLETE
50722026-08-21T22:43:20.991Z[ recovery-image] Aug 21 22:43:19.582 INFO O| Aug 21 22:43:19.582 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50732026-08-21T22:43:20.995Z[ recovery-image] Aug 21 22:43:19.590 INFO O| Aug 21 22:43:19.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50742026-08-21T22:43:20.995Z[ recovery-image] Aug 21 22:43:19.590 INFO O| Aug 21 22:43:19.590 INFO STEP 22 (remove_files) COMPLETE
50752026-08-21T22:43:20.999Z[ recovery-image] Aug 21 22:43:19.590 INFO O| Aug 21 22:43:19.590 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50762026-08-21T22:43:21.004Z[ recovery-image] Aug 21 22:43:19.599 INFO O| Aug 21 22:43:19.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50772026-08-21T22:43:21.004Z[ recovery-image] Aug 21 22:43:19.599 INFO O| Aug 21 22:43:19.599 INFO STEP 23 (remove_files) COMPLETE
50782026-08-21T22:43:21.004Z[ recovery-image] Aug 21 22:43:19.599 INFO O| Aug 21 22:43:19.599 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50792026-08-21T22:43:21.017Z[ recovery-image] Aug 21 22:43:19.611 INFO O| Aug 21 22:43:19.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50802026-08-21T22:43:21.017Z[ recovery-image] Aug 21 22:43:19.611 INFO O| Aug 21 22:43:19.611 INFO STEP 24 (remove_files) COMPLETE
50812026-08-21T22:43:21.017Z[ recovery-image] Aug 21 22:43:19.611 INFO O| Aug 21 22:43:19.611 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50822026-08-21T22:43:21.027Z[ recovery-image] Aug 21 22:43:19.622 INFO O| Aug 21 22:43:19.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50832026-08-21T22:43:21.027Z[ recovery-image] Aug 21 22:43:19.622 INFO O| Aug 21 22:43:19.622 INFO STEP 25 (remove_files) COMPLETE
50842026-08-21T22:43:21.027Z[ recovery-image] Aug 21 22:43:19.622 INFO O| Aug 21 22:43:19.622 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50852026-08-21T22:43:21.037Z[ recovery-image] Aug 21 22:43:19.632 INFO O| Aug 21 22:43:19.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50862026-08-21T22:43:21.037Z[ recovery-image] Aug 21 22:43:19.632 INFO O| Aug 21 22:43:19.632 INFO STEP 26 (remove_files) COMPLETE
50872026-08-21T22:43:21.037Z[ recovery-image] Aug 21 22:43:19.632 INFO O| Aug 21 22:43:19.632 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50882026-08-21T22:43:21.045Z[ recovery-image] Aug 21 22:43:19.640 INFO O| Aug 21 22:43:19.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50892026-08-21T22:43:21.046Z[ recovery-image] Aug 21 22:43:19.640 INFO O| Aug 21 22:43:19.640 INFO STEP 27 (remove_files) COMPLETE
50902026-08-21T22:43:21.046Z[ recovery-image] Aug 21 22:43:19.640 INFO O| Aug 21 22:43:19.640 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50912026-08-21T22:43:21.054Z[ recovery-image] Aug 21 22:43:19.648 INFO O| Aug 21 22:43:19.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50922026-08-21T22:43:21.054Z[ recovery-image] Aug 21 22:43:19.648 INFO O| Aug 21 22:43:19.648 INFO STEP 28 (remove_files) COMPLETE
50932026-08-21T22:43:21.054Z[ recovery-image] Aug 21 22:43:19.648 INFO O| Aug 21 22:43:19.648 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50942026-08-21T22:43:21.066Z[ recovery-image] Aug 21 22:43:19.659 INFO O| Aug 21 22:43:19.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50952026-08-21T22:43:21.066Z[ recovery-image] Aug 21 22:43:19.659 INFO O| Aug 21 22:43:19.659 INFO STEP 29 (remove_files) COMPLETE
50962026-08-21T22:43:21.067Z[ recovery-image] Aug 21 22:43:19.659 INFO O| Aug 21 22:43:19.659 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50972026-08-21T22:43:21.074Z[ recovery-image] Aug 21 22:43:19.668 INFO O| Aug 21 22:43:19.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50982026-08-21T22:43:21.074Z[ recovery-image] Aug 21 22:43:19.668 INFO O| Aug 21 22:43:19.668 INFO STEP 30 (remove_files) COMPLETE
50992026-08-21T22:43:21.074Z[ recovery-image] Aug 21 22:43:19.668 INFO O| Aug 21 22:43:19.668 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51002026-08-21T22:43:21.087Z[ recovery-image] Aug 21 22:43:19.681 INFO O| Aug 21 22:43:19.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51012026-08-21T22:43:21.087Z[ recovery-image] Aug 21 22:43:19.681 INFO O| Aug 21 22:43:19.681 INFO STEP 31 (remove_files) COMPLETE
51022026-08-21T22:43:21.087Z[ recovery-image] Aug 21 22:43:19.681 INFO O| Aug 21 22:43:19.681 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51032026-08-21T22:43:21.096Z[ recovery-image] Aug 21 22:43:19.691 INFO O| Aug 21 22:43:19.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51042026-08-21T22:43:21.096Z[ recovery-image] Aug 21 22:43:19.691 INFO O| Aug 21 22:43:19.691 INFO STEP 32 (remove_files) COMPLETE
51052026-08-21T22:43:21.096Z[ recovery-image] Aug 21 22:43:19.691 INFO O| Aug 21 22:43:19.691 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51062026-08-21T22:43:21.107Z[ recovery-image] Aug 21 22:43:19.702 INFO O| Aug 21 22:43:19.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51072026-08-21T22:43:21.107Z[ recovery-image] Aug 21 22:43:19.702 INFO O| Aug 21 22:43:19.702 INFO STEP 33 (remove_files) COMPLETE
51082026-08-21T22:43:21.107Z[ recovery-image] Aug 21 22:43:19.702 INFO O| Aug 21 22:43:19.702 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51092026-08-21T22:43:21.116Z[ recovery-image] Aug 21 22:43:19.711 INFO O| Aug 21 22:43:19.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51102026-08-21T22:43:21.116Z[ recovery-image] Aug 21 22:43:19.711 INFO O| Aug 21 22:43:19.711 INFO STEP 34 (remove_files) COMPLETE
51112026-08-21T22:43:21.120Z[ recovery-image] Aug 21 22:43:19.711 INFO O| Aug 21 22:43:19.711 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51122026-08-21T22:43:21.126Z[ recovery-image] Aug 21 22:43:19.721 INFO O| Aug 21 22:43:19.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51132026-08-21T22:43:21.126Z[ recovery-image] Aug 21 22:43:19.721 INFO O| Aug 21 22:43:19.721 INFO STEP 35 (remove_files) COMPLETE
51142026-08-21T22:43:21.130Z[ recovery-image] Aug 21 22:43:19.721 INFO O| Aug 21 22:43:19.721 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51152026-08-21T22:43:21.169Z[ recovery-image] Aug 21 22:43:19.763 INFO O| Aug 21 22:43:19.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51162026-08-21T22:43:21.169Z[ recovery-image] Aug 21 22:43:19.763 INFO O| Aug 21 22:43:19.763 INFO STEP 36 (remove_files) COMPLETE
51172026-08-21T22:43:21.169Z[ recovery-image] Aug 21 22:43:19.763 INFO O| Aug 21 22:43:19.763 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51182026-08-21T22:43:21.198Z[ recovery-image] Aug 21 22:43:19.792 INFO O| Aug 21 22:43:19.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51192026-08-21T22:43:21.198Z[ recovery-image] Aug 21 22:43:19.792 INFO O| Aug 21 22:43:19.792 INFO STEP 37 (remove_files) COMPLETE
51202026-08-21T22:43:21.198Z[ recovery-image] Aug 21 22:43:19.792 INFO O| Aug 21 22:43:19.792 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51212026-08-21T22:43:21.215Z[ recovery-image] Aug 21 22:43:19.805 INFO O| Aug 21 22:43:19.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51222026-08-21T22:43:21.215Z[ recovery-image] Aug 21 22:43:19.805 INFO O| Aug 21 22:43:19.805 INFO STEP 38 (remove_files) COMPLETE
51232026-08-21T22:43:21.221Z[ recovery-image] Aug 21 22:43:19.805 INFO O| Aug 21 22:43:19.805 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51242026-08-21T22:43:21.221Z[ recovery-image] Aug 21 22:43:19.814 INFO O| Aug 21 22:43:19.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51252026-08-21T22:43:21.222Z[ recovery-image] Aug 21 22:43:19.814 INFO O| Aug 21 22:43:19.814 INFO STEP 39 (remove_files) COMPLETE
51262026-08-21T22:43:21.222Z[ recovery-image] Aug 21 22:43:19.814 INFO O| Aug 21 22:43:19.814 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51272026-08-21T22:43:21.267Z[ recovery-image] Aug 21 22:43:19.822 INFO O| Aug 21 22:43:19.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51282026-08-21T22:43:21.267Z[ recovery-image] Aug 21 22:43:19.822 INFO O| Aug 21 22:43:19.822 INFO STEP 40 (remove_files) COMPLETE
51292026-08-21T22:43:21.267Z[ recovery-image] Aug 21 22:43:19.822 INFO O| Aug 21 22:43:19.822 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51302026-08-21T22:43:21.267Z[ recovery-image] Aug 21 22:43:19.830 INFO O| Aug 21 22:43:19.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51312026-08-21T22:43:21.267Z[ recovery-image] Aug 21 22:43:19.830 INFO O| Aug 21 22:43:19.830 INFO STEP 41 (remove_files) COMPLETE
51322026-08-21T22:43:21.267Z[ recovery-image] Aug 21 22:43:19.830 INFO O| Aug 21 22:43:19.830 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51332026-08-21T22:43:21.267Z[ recovery-image] Aug 21 22:43:19.838 INFO O| Aug 21 22:43:19.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51342026-08-21T22:43:21.267Z[ recovery-image] Aug 21 22:43:19.838 INFO O| Aug 21 22:43:19.838 INFO STEP 42 (remove_files) COMPLETE
51352026-08-21T22:43:21.267Z[ recovery-image] Aug 21 22:43:19.838 INFO O| Aug 21 22:43:19.838 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51362026-08-21T22:43:21.268Z[verify-libraries] Compiling russh-cryptovec v0.62.0
51372026-08-21T22:43:21.268Z[ recovery-image] Aug 21 22:43:19.847 INFO O| Aug 21 22:43:19.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51382026-08-21T22:43:21.268Z[ recovery-image] Aug 21 22:43:19.847 INFO O| Aug 21 22:43:19.847 INFO STEP 43 (remove_files) COMPLETE
51392026-08-21T22:43:21.268Z[ recovery-image] Aug 21 22:43:19.847 INFO O| Aug 21 22:43:19.847 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51402026-08-21T22:43:21.268Z[ recovery-image] Aug 21 22:43:19.857 INFO O| Aug 21 22:43:19.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51412026-08-21T22:43:21.268Z[ recovery-image] Aug 21 22:43:19.857 INFO O| Aug 21 22:43:19.857 INFO STEP 44 (remove_files) COMPLETE
51422026-08-21T22:43:21.268Z[ recovery-image] Aug 21 22:43:19.857 INFO O| Aug 21 22:43:19.857 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51432026-08-21T22:43:21.273Z[ recovery-image] Aug 21 22:43:19.866 INFO O| Aug 21 22:43:19.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51442026-08-21T22:43:21.273Z[ recovery-image] Aug 21 22:43:19.866 INFO O| Aug 21 22:43:19.866 INFO STEP 45 (remove_files) COMPLETE
51452026-08-21T22:43:21.273Z[ recovery-image] Aug 21 22:43:19.866 INFO O| Aug 21 22:43:19.866 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51462026-08-21T22:43:21.284Z[ recovery-image] Aug 21 22:43:19.878 INFO O| Aug 21 22:43:19.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51472026-08-21T22:43:21.284Z[ recovery-image] Aug 21 22:43:19.879 INFO O| Aug 21 22:43:19.878 INFO STEP 46 (remove_files) COMPLETE
51482026-08-21T22:43:21.288Z[ recovery-image] Aug 21 22:43:19.879 INFO O| Aug 21 22:43:19.878 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51492026-08-21T22:43:21.320Z[ recovery-image] Aug 21 22:43:19.914 INFO O| Aug 21 22:43:19.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51502026-08-21T22:43:21.320Z[ recovery-image] Aug 21 22:43:19.914 INFO O| Aug 21 22:43:19.914 INFO STEP 47 (remove_files) COMPLETE
51512026-08-21T22:43:21.324Z[ recovery-image] Aug 21 22:43:19.914 INFO O| Aug 21 22:43:19.914 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51522026-08-21T22:43:21.330Z[ recovery-image] Aug 21 22:43:19.924 INFO O| Aug 21 22:43:19.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51532026-08-21T22:43:21.330Z[ recovery-image] Aug 21 22:43:19.924 INFO O| Aug 21 22:43:19.924 INFO STEP 48 (remove_files) COMPLETE
51542026-08-21T22:43:21.333Z[ recovery-image] Aug 21 22:43:19.924 INFO O| Aug 21 22:43:19.924 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51552026-08-21T22:43:21.339Z[ recovery-image] Aug 21 22:43:19.934 INFO O| Aug 21 22:43:19.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51562026-08-21T22:43:21.339Z[ recovery-image] Aug 21 22:43:19.934 INFO O| Aug 21 22:43:19.934 INFO STEP 49 (remove_files) COMPLETE
51572026-08-21T22:43:21.339Z[ recovery-image] Aug 21 22:43:19.934 INFO O| Aug 21 22:43:19.934 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51582026-08-21T22:43:21.348Z[ recovery-image] Aug 21 22:43:19.943 INFO O| Aug 21 22:43:19.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51592026-08-21T22:43:21.348Z[ recovery-image] Aug 21 22:43:19.943 INFO O| Aug 21 22:43:19.943 INFO STEP 50 (remove_files) COMPLETE
51602026-08-21T22:43:21.352Z[ recovery-image] Aug 21 22:43:19.943 INFO O| Aug 21 22:43:19.943 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51612026-08-21T22:43:21.358Z[ recovery-image] Aug 21 22:43:19.953 INFO O| Aug 21 22:43:19.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51622026-08-21T22:43:21.358Z[ recovery-image] Aug 21 22:43:19.953 INFO O| Aug 21 22:43:19.953 INFO STEP 51 (remove_files) COMPLETE
51632026-08-21T22:43:21.358Z[ recovery-image] Aug 21 22:43:19.953 INFO O| Aug 21 22:43:19.953 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51642026-08-21T22:43:21.368Z[ recovery-image] Aug 21 22:43:19.962 INFO O| Aug 21 22:43:19.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51652026-08-21T22:43:21.368Z[ recovery-image] Aug 21 22:43:19.962 INFO O| Aug 21 22:43:19.962 INFO STEP 52 (remove_files) COMPLETE
51662026-08-21T22:43:21.372Z[ recovery-image] Aug 21 22:43:19.963 INFO O| Aug 21 22:43:19.962 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51672026-08-21T22:43:21.383Z[ recovery-image] Aug 21 22:43:19.977 INFO O| Aug 21 22:43:19.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51682026-08-21T22:43:21.383Z[ recovery-image] Aug 21 22:43:19.977 INFO O| Aug 21 22:43:19.977 INFO STEP 53 (remove_files) COMPLETE
51692026-08-21T22:43:21.383Z[ recovery-image] Aug 21 22:43:19.977 INFO O| Aug 21 22:43:19.977 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51702026-08-21T22:43:21.392Z[ recovery-image] Aug 21 22:43:19.986 INFO O| Aug 21 22:43:19.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51712026-08-21T22:43:21.392Z[ recovery-image] Aug 21 22:43:19.987 INFO O| Aug 21 22:43:19.987 INFO STEP 54 (remove_files) COMPLETE
51722026-08-21T22:43:21.392Z[ recovery-image] Aug 21 22:43:19.987 INFO O| Aug 21 22:43:19.987 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51732026-08-21T22:43:21.401Z[ recovery-image] Aug 21 22:43:19.996 INFO O| Aug 21 22:43:19.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51742026-08-21T22:43:21.402Z[ recovery-image] Aug 21 22:43:19.996 INFO O| Aug 21 22:43:19.996 INFO STEP 55 (remove_files) COMPLETE
51752026-08-21T22:43:21.405Z[ recovery-image] Aug 21 22:43:19.996 INFO O| Aug 21 22:43:19.996 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51762026-08-21T22:43:21.410Z[ recovery-image] Aug 21 22:43:20.004 INFO O| Aug 21 22:43:20.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51772026-08-21T22:43:21.410Z[ recovery-image] Aug 21 22:43:20.005 INFO O| Aug 21 22:43:20.005 INFO STEP 56 (remove_files) COMPLETE
51782026-08-21T22:43:21.414Z[ recovery-image] Aug 21 22:43:20.005 INFO O| Aug 21 22:43:20.005 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51792026-08-21T22:43:21.418Z[ recovery-image] Aug 21 22:43:20.013 INFO O| Aug 21 22:43:20.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51802026-08-21T22:43:21.419Z[ recovery-image] Aug 21 22:43:20.013 INFO O| Aug 21 22:43:20.013 INFO STEP 57 (remove_files) COMPLETE
51812026-08-21T22:43:21.419Z[ recovery-image] Aug 21 22:43:20.013 INFO O| Aug 21 22:43:20.013 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51822026-08-21T22:43:21.428Z[ recovery-image] Aug 21 22:43:20.022 INFO O| Aug 21 22:43:20.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51832026-08-21T22:43:21.428Z[ recovery-image] Aug 21 22:43:20.022 INFO O| Aug 21 22:43:20.022 INFO STEP 58 (remove_files) COMPLETE
51842026-08-21T22:43:21.431Z[ recovery-image] Aug 21 22:43:20.022 INFO O| Aug 21 22:43:20.022 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51852026-08-21T22:43:21.439Z[ recovery-image] Aug 21 22:43:20.034 INFO O| Aug 21 22:43:20.034 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51862026-08-21T22:43:21.441Z[ recovery-image] Aug 21 22:43:20.034 INFO O| Aug 21 22:43:20.034 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51872026-08-21T22:43:21.441Z[ recovery-image] Aug 21 22:43:20.034 INFO O| Aug 21 22:43:20.034 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51882026-08-21T22:43:21.445Z[ recovery-image] Aug 21 22:43:20.034 INFO O| Aug 21 22:43:20.034 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51892026-08-21T22:43:21.445Z[ recovery-image] Aug 21 22:43:20.034 INFO O| Aug 21 22:43:20.034 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51902026-08-21T22:43:21.445Z[ recovery-image] Aug 21 22:43:20.034 INFO O| Aug 21 22:43:20.034 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51912026-08-21T22:43:21.445Z[ recovery-image] Aug 21 22:43:20.034 INFO O| Aug 21 22:43:20.034 INFO ok!
51922026-08-21T22:43:21.445Z[ recovery-image] Aug 21 22:43:20.034 INFO O| Aug 21 22:43:20.034 INFO STEP 59 (ensure_file) COMPLETE
51932026-08-21T22:43:21.445Z[ recovery-image] Aug 21 22:43:20.034 INFO O| Aug 21 22:43:20.034 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51942026-08-21T22:43:21.449Z[ recovery-image] Aug 21 22:43:20.044 INFO O| Aug 21 22:43:20.044 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51952026-08-21T22:43:21.454Z[ recovery-image] Aug 21 22:43:20.044 INFO O| Aug 21 22:43:20.044 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51962026-08-21T22:43:21.454Z[ recovery-image] Aug 21 22:43:20.044 INFO O| Aug 21 22:43:20.044 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51972026-08-21T22:43:21.454Z[ recovery-image] Aug 21 22:43:20.044 INFO O| Aug 21 22:43:20.044 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51982026-08-21T22:43:21.454Z[ recovery-image] Aug 21 22:43:20.044 INFO O| Aug 21 22:43:20.044 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51992026-08-21T22:43:21.454Z[ recovery-image] Aug 21 22:43:20.044 INFO O| Aug 21 22:43:20.044 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52002026-08-21T22:43:21.455Z[ recovery-image] Aug 21 22:43:20.044 INFO O| Aug 21 22:43:20.044 INFO ok!
52012026-08-21T22:43:21.455Z[ recovery-image] Aug 21 22:43:20.044 INFO O| Aug 21 22:43:20.044 INFO STEP 60 (ensure_file) COMPLETE
52022026-08-21T22:43:21.455Z[ recovery-image] Aug 21 22:43:20.044 INFO O| Aug 21 22:43:20.044 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52032026-08-21T22:43:21.460Z[ recovery-image] Aug 21 22:43:20.055 INFO O| Aug 21 22:43:20.054 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52042026-08-21T22:43:21.460Z[ recovery-image] Aug 21 22:43:20.055 INFO O| Aug 21 22:43:20.054 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52052026-08-21T22:43:21.463Z[ recovery-image] Aug 21 22:43:20.055 INFO O| Aug 21 22:43:20.055 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52062026-08-21T22:43:21.463Z[ recovery-image] Aug 21 22:43:20.055 INFO O| Aug 21 22:43:20.055 INFO ok!
52072026-08-21T22:43:21.463Z[ recovery-image] Aug 21 22:43:20.055 INFO O| Aug 21 22:43:20.055 INFO STEP 61 (ensure_file) COMPLETE
52082026-08-21T22:43:21.463Z[ recovery-image] Aug 21 22:43:20.055 INFO O| Aug 21 22:43:20.055 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52092026-08-21T22:43:21.471Z[ recovery-image] Aug 21 22:43:20.065 INFO O| Aug 21 22:43:20.064 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52102026-08-21T22:43:21.471Z[ recovery-image] Aug 21 22:43:20.065 INFO O| Aug 21 22:43:20.065 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52112026-08-21T22:43:21.471Z[ recovery-image] Aug 21 22:43:20.065 INFO O| Aug 21 22:43:20.065 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52122026-08-21T22:43:21.471Z[ recovery-image] Aug 21 22:43:20.065 INFO O| Aug 21 22:43:20.065 INFO ok!
52132026-08-21T22:43:21.471Z[ recovery-image] Aug 21 22:43:20.065 INFO O| Aug 21 22:43:20.065 INFO STEP 62 (ensure_file) COMPLETE
52142026-08-21T22:43:21.471Z[ recovery-image] Aug 21 22:43:20.065 INFO O| Aug 21 22:43:20.065 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52152026-08-21T22:43:21.480Z[ recovery-image] Aug 21 22:43:20.075 INFO O| Aug 21 22:43:20.075 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52162026-08-21T22:43:21.481Z[ recovery-image] Aug 21 22:43:20.075 INFO O| Aug 21 22:43:20.075 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52172026-08-21T22:43:21.481Z[ recovery-image] Aug 21 22:43:20.075 INFO O| Aug 21 22:43:20.075 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52182026-08-21T22:43:21.484Z[ recovery-image] Aug 21 22:43:20.075 INFO O| Aug 21 22:43:20.075 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52192026-08-21T22:43:21.484Z[ recovery-image] Aug 21 22:43:20.075 INFO O| Aug 21 22:43:20.075 INFO ok!
52202026-08-21T22:43:21.485Z[ recovery-image] Aug 21 22:43:20.075 INFO O| Aug 21 22:43:20.075 INFO STEP 63 (ensure_file) COMPLETE
52212026-08-21T22:43:21.485Z[ recovery-image] Aug 21 22:43:20.075 INFO O| Aug 21 22:43:20.075 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52222026-08-21T22:43:21.490Z[ recovery-image] Aug 21 22:43:20.085 INFO O| Aug 21 22:43:20.085 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52232026-08-21T22:43:21.490Z[ recovery-image] Aug 21 22:43:20.085 INFO O| Aug 21 22:43:20.085 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52242026-08-21T22:43:21.490Z[ recovery-image] Aug 21 22:43:20.085 INFO O| Aug 21 22:43:20.085 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52252026-08-21T22:43:21.494Z[ recovery-image] Aug 21 22:43:20.085 INFO O| Aug 21 22:43:20.085 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52262026-08-21T22:43:21.494Z[ recovery-image] Aug 21 22:43:20.085 INFO O| Aug 21 22:43:20.085 INFO ok!
52272026-08-21T22:43:21.494Z[ recovery-image] Aug 21 22:43:20.085 INFO O| Aug 21 22:43:20.085 INFO STEP 64 (ensure_file) COMPLETE
52282026-08-21T22:43:21.494Z[ recovery-image] Aug 21 22:43:20.085 INFO O| Aug 21 22:43:20.085 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52292026-08-21T22:43:21.499Z[ recovery-image] Aug 21 22:43:20.094 INFO O| Aug 21 22:43:20.094 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52302026-08-21T22:43:21.500Z[ recovery-image] Aug 21 22:43:20.094 INFO O| Aug 21 22:43:20.094 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52312026-08-21T22:43:21.504Z[ recovery-image] Aug 21 22:43:20.094 INFO O| Aug 21 22:43:20.094 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52322026-08-21T22:43:21.504Z[ recovery-image] Aug 21 22:43:20.094 INFO O| Aug 21 22:43:20.094 INFO ok!
52332026-08-21T22:43:21.504Z[ recovery-image] Aug 21 22:43:20.094 INFO O| Aug 21 22:43:20.094 INFO STEP 65 (assemble_files) COMPLETE
52342026-08-21T22:43:21.505Z[ recovery-image] Aug 21 22:43:20.094 INFO O| Aug 21 22:43:20.094 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52352026-08-21T22:43:21.513Z[ recovery-image] Aug 21 22:43:20.102 INFO O| Aug 21 22:43:20.102 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52362026-08-21T22:43:21.513Z[ recovery-image] Aug 21 22:43:20.102 INFO O| Aug 21 22:43:20.102 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52372026-08-21T22:43:21.513Z[ recovery-image] Aug 21 22:43:20.102 INFO O| Aug 21 22:43:20.102 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52382026-08-21T22:43:21.513Z[ recovery-image] Aug 21 22:43:20.102 INFO O| Aug 21 22:43:20.102 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52392026-08-21T22:43:21.513Z[ recovery-image] Aug 21 22:43:20.102 INFO O| Aug 21 22:43:20.102 INFO ok!
52402026-08-21T22:43:21.513Z[ recovery-image] Aug 21 22:43:20.102 INFO O| Aug 21 22:43:20.102 INFO STEP 66 (ensure_file) COMPLETE
52412026-08-21T22:43:21.513Z[ recovery-image] Aug 21 22:43:20.102 INFO O| Aug 21 22:43:20.102 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52422026-08-21T22:43:21.513Z[ recovery-image] Aug 21 22:43:20.102 INFO O| Aug 21 22:43:20.102 INFO skip step because feature "omicron1" is not enabled
52432026-08-21T22:43:21.513Z[ recovery-image] Aug 21 22:43:20.102 INFO O| Aug 21 22:43:20.102 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52442026-08-21T22:43:21.514Z[ recovery-image] Aug 21 22:43:20.102 INFO O| Aug 21 22:43:20.102 INFO skip step because feature "omicron1" is not enabled
52452026-08-21T22:43:21.515Z[ recovery-image] Aug 21 22:43:20.102 INFO O| Aug 21 22:43:20.102 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52462026-08-21T22:43:21.515Z[ recovery-image] Aug 21 22:43:20.102 INFO O| Aug 21 22:43:20.102 INFO skip step because feature "omicron1" is not enabled
52472026-08-21T22:43:21.515Z[ recovery-image] Aug 21 22:43:20.102 INFO O| Aug 21 22:43:20.102 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52482026-08-21T22:43:21.524Z[ recovery-image] Aug 21 22:43:20.118 INFO O| Aug 21 22:43:20.118 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52492026-08-21T22:43:21.524Z[ recovery-image] Aug 21 22:43:20.118 INFO O| Aug 21 22:43:20.118 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52502026-08-21T22:43:21.566Z[verify-libraries] Compiling tui-tree-widget v0.23.1
52512026-08-21T22:43:21.855Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
52522026-08-21T22:43:21.993Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
52532026-08-21T22:43:22.237Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
52542026-08-21T22:43:22.344Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
52552026-08-21T22:43:22.564Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
52562026-08-21T22:43:22.617Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
52572026-08-21T22:43:22.838Z[ recovery-image] Aug 21 22:43:21.432 INFO O| Aug 21 22:43:21.432 INFO STEP 70 (pack_tar) COMPLETE
52582026-08-21T22:43:22.838Z[ recovery-image] Aug 21 22:43:21.432 INFO O| Aug 21 22:43:21.432 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52592026-08-21T22:43:22.842Z[ recovery-image] Aug 21 22:43:21.432 INFO O| Aug 21 22:43:21.432 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52602026-08-21T22:43:22.915Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52612026-08-21T22:43:23.018Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
52622026-08-21T22:43:23.227Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
52632026-08-21T22:43:23.243Z[ recovery-image] Aug 21 22:43:21.838 INFO O| Aug 21 22:43:21.838 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52642026-08-21T22:43:23.325Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
52652026-08-21T22:43:23.372Z[ recovery-image] Aug 21 22:43:21.966 INFO O| Aug 21 22:43:21.966 INFO completed processing sled/ramdisk-02-trim
52662026-08-21T22:43:23.375Z[ recovery-image] Aug 21 22:43:21.969 INFO image builder template: ramdisk-03-recovery-trim...
52672026-08-21T22:43:23.375Z[ recovery-image] Aug 21 22:43:21.969 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/.tmpxEEXn5/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
52682026-08-21T22:43:23.382Z[ recovery-image] Aug 21 22:43:21.977 INFO O| Aug 21 22:43:21.974 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52692026-08-21T22:43:23.449Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
52702026-08-21T22:43:23.455Z[ recovery-image] Aug 21 22:43:22.049 INFO O| Aug 21 22:43:22.049 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52712026-08-21T22:43:23.458Z[ recovery-image] Aug 21 22:43:22.053 INFO O| Aug 21 22:43:22.053 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52722026-08-21T22:43:23.598Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
52732026-08-21T22:43:23.626Z[verify-libraries] Compiling fatfs v0.3.6
52742026-08-21T22:43:23.629Z[ recovery-image] Aug 21 22:43:22.224 INFO O| Aug 21 22:43:22.224 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52752026-08-21T22:43:23.649Z[verify-libraries] Compiling num-bigint v0.4.6
52762026-08-21T22:43:23.724Z[ recovery-image] Aug 21 22:43:22.315 INFO O| Aug 21 22:43:22.315 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52772026-08-21T22:43:23.724Z[ recovery-image] Aug 21 22:43:22.315 INFO O| Aug 21 22:43:22.315 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52782026-08-21T22:43:23.728Z[ recovery-image] Aug 21 22:43:22.321 INFO O| Aug 21 22:43:22.321 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52792026-08-21T22:43:23.731Z[ recovery-image] Aug 21 22:43:22.324 INFO O| Aug 21 22:43:22.324 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52802026-08-21T22:43:23.735Z[ recovery-image] Aug 21 22:43:22.328 INFO O| Aug 21 22:43:22.328 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52812026-08-21T22:43:23.830Z[verify-libraries] Compiling generic-array v1.4.3
52822026-08-21T22:43:24.024Z[verify-libraries] Compiling russh-util v0.52.0
52832026-08-21T22:43:24.055Z[verify-libraries] Compiling enum_dispatch v0.3.13
52842026-08-21T22:43:24.059Z[verify-libraries] Compiling delegate v0.13.5
52852026-08-21T22:43:24.259Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
52862026-08-21T22:43:24.280Z[verify-libraries] Compiling sapling-renderdag v0.1.0
52872026-08-21T22:43:24.383Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52882026-08-21T22:43:24.429Z[verify-libraries] Compiling sync-ptr v0.1.4
52892026-08-21T22:43:24.622Z[verify-libraries] Compiling seq-macro v0.3.6
52902026-08-21T22:43:24.666Z[verify-libraries] Compiling hex-literal v1.1.0
52912026-08-21T22:43:24.707Z[verify-libraries] Compiling md5 v0.8.0
52922026-08-21T22:43:24.912Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
52932026-08-21T22:43:24.916Z[ recovery-image] Aug 21 22:43:23.510 INFO O| Aug 21 22:43:23.510 INFO rolled back to input snapshot; work may begin
52942026-08-21T22:43:24.916Z[ recovery-image] Aug 21 22:43:23.510 INFO O| Aug 21 22:43:23.510 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52952026-08-21T22:43:24.920Z[ recovery-image] Aug 21 22:43:23.515 INFO O| Aug 21 22:43:23.515 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52962026-08-21T22:43:24.930Z[ recovery-image] Aug 21 22:43:23.525 INFO O| Aug 21 22:43:23.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52972026-08-21T22:43:24.934Z[ recovery-image] Aug 21 22:43:23.527 INFO O| Aug 21 22:43:23.527 INFO STEP 0 (remove_files) COMPLETE
52982026-08-21T22:43:24.934Z[ recovery-image] Aug 21 22:43:23.527 INFO O| Aug 21 22:43:23.527 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52992026-08-21T22:43:24.946Z[ recovery-image] Aug 21 22:43:23.538 INFO O| Aug 21 22:43:23.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
53002026-08-21T22:43:24.946Z[ recovery-image] Aug 21 22:43:23.539 INFO O| Aug 21 22:43:23.539 INFO STEP 1 (remove_files) COMPLETE
53012026-08-21T22:43:24.946Z[ recovery-image] Aug 21 22:43:23.539 INFO O| Aug 21 22:43:23.539 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53022026-08-21T22:43:24.954Z[ recovery-image] Aug 21 22:43:23.549 INFO O| Aug 21 22:43:23.548 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
53032026-08-21T22:43:24.967Z[ recovery-image] Aug 21 22:43:23.562 INFO O| Aug 21 22:43:23.562 INFO STEP 2 (remove_files) COMPLETE
53042026-08-21T22:43:24.967Z[ recovery-image] Aug 21 22:43:23.562 INFO O| Aug 21 22:43:23.562 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53052026-08-21T22:43:24.979Z[ recovery-image] Aug 21 22:43:23.574 INFO O| Aug 21 22:43:23.574 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53062026-08-21T22:43:25.053Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
53072026-08-21T22:43:25.076Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
53082026-08-21T22:43:25.081Z[ recovery-image] Aug 21 22:43:23.671 INFO O| Aug 21 22:43:23.671 INFO STEP 3 (remove_files) COMPLETE
53092026-08-21T22:43:25.081Z[ recovery-image] Aug 21 22:43:23.671 INFO O| Aug 21 22:43:23.671 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53102026-08-21T22:43:25.098Z[ recovery-image] Aug 21 22:43:23.682 INFO O| Aug 21 22:43:23.682 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53112026-08-21T22:43:25.098Z[ recovery-image] Aug 21 22:43:23.683 INFO O| Aug 21 22:43:23.683 INFO STEP 4 (remove_files) COMPLETE
53122026-08-21T22:43:25.098Z[ recovery-image] Aug 21 22:43:23.683 INFO O| Aug 21 22:43:23.683 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53132026-08-21T22:43:25.098Z[ recovery-image] Aug 21 22:43:23.692 INFO O| Aug 21 22:43:23.692 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53142026-08-21T22:43:25.138Z[ recovery-image] Aug 21 22:43:23.733 INFO O| Aug 21 22:43:23.733 INFO STEP 5 (remove_files) COMPLETE
53152026-08-21T22:43:25.138Z[ recovery-image] Aug 21 22:43:23.733 INFO O| Aug 21 22:43:23.733 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53162026-08-21T22:43:25.142Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53172026-08-21T22:43:25.148Z[ recovery-image] Aug 21 22:43:23.743 INFO O| Aug 21 22:43:23.743 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53182026-08-21T22:43:25.177Z[ recovery-image] Aug 21 22:43:23.772 INFO O| Aug 21 22:43:23.772 INFO STEP 6 (remove_files) COMPLETE
53192026-08-21T22:43:25.177Z[ recovery-image] Aug 21 22:43:23.772 INFO O| Aug 21 22:43:23.772 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53202026-08-21T22:43:25.187Z[ recovery-image] Aug 21 22:43:23.782 INFO O| Aug 21 22:43:23.781 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53212026-08-21T22:43:25.199Z[verify-libraries] Compiling russh v0.62.4
53222026-08-21T22:43:25.204Z[ recovery-image] Aug 21 22:43:23.795 INFO O| Aug 21 22:43:23.795 INFO STEP 7 (remove_files) COMPLETE
53232026-08-21T22:43:25.204Z[ recovery-image] Aug 21 22:43:23.795 INFO O| Aug 21 22:43:23.795 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-08-21T22:43:25.211Z[ recovery-image] Aug 21 22:43:23.805 INFO O| Aug 21 22:43:23.805 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53252026-08-21T22:43:25.217Z[ recovery-image] Aug 21 22:43:23.812 INFO O| Aug 21 22:43:23.811 INFO STEP 8 (remove_files) COMPLETE
53262026-08-21T22:43:25.220Z[ recovery-image] Aug 21 22:43:23.812 INFO O| Aug 21 22:43:23.812 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53272026-08-21T22:43:25.227Z[ recovery-image] Aug 21 22:43:23.822 INFO O| Aug 21 22:43:23.822 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53282026-08-21T22:43:25.304Z[ recovery-image] Aug 21 22:43:23.899 INFO O| Aug 21 22:43:23.899 INFO STEP 9 (remove_files) COMPLETE
53292026-08-21T22:43:25.305Z[ recovery-image] Aug 21 22:43:23.899 INFO O| Aug 21 22:43:23.899 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53302026-08-21T22:43:25.342Z[ recovery-image] Aug 21 22:43:23.937 INFO O| Aug 21 22:43:23.937 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53312026-08-21T22:43:25.361Z[ recovery-image] Aug 21 22:43:23.956 INFO O| Aug 21 22:43:23.956 INFO STEP 10 (remove_files) COMPLETE
53322026-08-21T22:43:25.361Z[ recovery-image] Aug 21 22:43:23.956 INFO O| Aug 21 22:43:23.956 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53332026-08-21T22:43:25.371Z[ recovery-image] Aug 21 22:43:23.966 INFO O| Aug 21 22:43:23.966 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53342026-08-21T22:43:25.401Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
53352026-08-21T22:43:25.405Z[ recovery-image] Aug 21 22:43:23.999 INFO O| Aug 21 22:43:23.999 INFO STEP 11 (remove_files) COMPLETE
53362026-08-21T22:43:25.405Z[ recovery-image] Aug 21 22:43:23.999 INFO O| Aug 21 22:43:23.999 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53372026-08-21T22:43:25.413Z[ recovery-image] Aug 21 22:43:24.008 INFO O| Aug 21 22:43:24.008 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53382026-08-21T22:43:25.514Z[ recovery-image] Aug 21 22:43:24.109 INFO O| Aug 21 22:43:24.109 INFO STEP 12 (remove_files) COMPLETE
53392026-08-21T22:43:25.514Z[ recovery-image] Aug 21 22:43:24.109 INFO O| Aug 21 22:43:24.109 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53402026-08-21T22:43:25.526Z[ recovery-image] Aug 21 22:43:24.121 INFO O| Aug 21 22:43:24.120 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53412026-08-21T22:43:25.529Z[ recovery-image] Aug 21 22:43:24.124 INFO O| Aug 21 22:43:24.123 INFO STEP 13 (remove_files) COMPLETE
53422026-08-21T22:43:25.530Z[ recovery-image] Aug 21 22:43:24.124 INFO O| Aug 21 22:43:24.124 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53432026-08-21T22:43:25.539Z[ recovery-image] Aug 21 22:43:24.134 INFO O| Aug 21 22:43:24.134 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53442026-08-21T22:43:25.543Z[ recovery-image] Aug 21 22:43:24.136 INFO O| Aug 21 22:43:24.136 INFO STEP 14 (remove_files) COMPLETE
53452026-08-21T22:43:25.543Z[ recovery-image] Aug 21 22:43:24.136 INFO O| Aug 21 22:43:24.136 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53462026-08-21T22:43:25.551Z[ recovery-image] Aug 21 22:43:24.146 INFO O| Aug 21 22:43:24.145 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53472026-08-21T22:43:25.552Z[ recovery-image] Aug 21 22:43:24.146 INFO O| Aug 21 22:43:24.146 INFO STEP 15 (remove_files) COMPLETE
53482026-08-21T22:43:25.556Z[ recovery-image] Aug 21 22:43:24.146 INFO O| Aug 21 22:43:24.146 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53492026-08-21T22:43:25.560Z[ recovery-image] Aug 21 22:43:24.155 INFO O| Aug 21 22:43:24.155 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53502026-08-21T22:43:25.564Z[ recovery-image] Aug 21 22:43:24.155 INFO O| Aug 21 22:43:24.155 INFO STEP 16 (remove_files) COMPLETE
53512026-08-21T22:43:25.564Z[ recovery-image] Aug 21 22:43:24.155 INFO O| Aug 21 22:43:24.155 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53522026-08-21T22:43:25.570Z[ recovery-image] Aug 21 22:43:24.165 INFO O| Aug 21 22:43:24.165 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53532026-08-21T22:43:25.577Z[ recovery-image] Aug 21 22:43:24.172 INFO O| Aug 21 22:43:24.172 INFO STEP 17 (remove_files) COMPLETE
53542026-08-21T22:43:25.577Z[ recovery-image] Aug 21 22:43:24.172 INFO O| Aug 21 22:43:24.172 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53552026-08-21T22:43:25.587Z[ recovery-image] Aug 21 22:43:24.182 INFO O| Aug 21 22:43:24.182 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53562026-08-21T22:43:25.587Z[ recovery-image] Aug 21 22:43:24.182 INFO O| Aug 21 22:43:24.182 INFO STEP 18 (remove_files) COMPLETE
53572026-08-21T22:43:25.587Z[ recovery-image] Aug 21 22:43:24.182 INFO O| Aug 21 22:43:24.182 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53582026-08-21T22:43:25.596Z[ recovery-image] Aug 21 22:43:24.191 INFO O| Aug 21 22:43:24.191 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53592026-08-21T22:43:25.597Z[ recovery-image] Aug 21 22:43:24.191 INFO O| Aug 21 22:43:24.191 INFO STEP 19 (remove_files) COMPLETE
53602026-08-21T22:43:25.597Z[ recovery-image] Aug 21 22:43:24.191 INFO O| Aug 21 22:43:24.191 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53612026-08-21T22:43:25.607Z[ recovery-image] Aug 21 22:43:24.201 INFO O| Aug 21 22:43:24.201 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53622026-08-21T22:43:25.652Z[ recovery-image] Aug 21 22:43:24.246 INFO O| Aug 21 22:43:24.246 INFO STEP 20 (remove_files) COMPLETE
53632026-08-21T22:43:25.652Z[ recovery-image] Aug 21 22:43:24.246 INFO O| Aug 21 22:43:24.246 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53642026-08-21T22:43:25.683Z[ recovery-image] Aug 21 22:43:24.277 INFO O| Aug 21 22:43:24.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53652026-08-21T22:43:25.701Z[ recovery-image] Aug 21 22:43:24.295 INFO O| Aug 21 22:43:24.295 INFO STEP 21 (remove_files) COMPLETE
53662026-08-21T22:43:25.701Z[ recovery-image] Aug 21 22:43:24.295 INFO O| Aug 21 22:43:24.295 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53672026-08-21T22:43:25.732Z[ recovery-image] Aug 21 22:43:24.326 INFO O| Aug 21 22:43:24.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53682026-08-21T22:43:25.732Z[ recovery-image] Aug 21 22:43:24.327 INFO O| Aug 21 22:43:24.327 INFO STEP 22 (remove_files) COMPLETE
53692026-08-21T22:43:25.732Z[ recovery-image] Aug 21 22:43:24.327 INFO O| Aug 21 22:43:24.327 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53702026-08-21T22:43:25.741Z[ recovery-image] Aug 21 22:43:24.335 INFO O| Aug 21 22:43:24.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53712026-08-21T22:43:25.753Z[ recovery-image] Aug 21 22:43:24.348 INFO O| Aug 21 22:43:24.343 INFO STEP 23 (remove_files) COMPLETE
53722026-08-21T22:43:25.753Z[ recovery-image] Aug 21 22:43:24.348 INFO O| Aug 21 22:43:24.348 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53732026-08-21T22:43:25.765Z[ recovery-image] Aug 21 22:43:24.359 INFO O| Aug 21 22:43:24.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53742026-08-21T22:43:25.769Z[ recovery-image] Aug 21 22:43:24.364 INFO O| Aug 21 22:43:24.364 INFO STEP 24 (remove_files) COMPLETE
53752026-08-21T22:43:25.769Z[ recovery-image] Aug 21 22:43:24.364 INFO O| Aug 21 22:43:24.364 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53762026-08-21T22:43:25.778Z[ recovery-image] Aug 21 22:43:24.373 INFO O| Aug 21 22:43:24.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53772026-08-21T22:43:25.796Z[ recovery-image] Aug 21 22:43:24.391 INFO O| Aug 21 22:43:24.389 INFO STEP 25 (remove_files) COMPLETE
53782026-08-21T22:43:25.796Z[ recovery-image] Aug 21 22:43:24.391 INFO O| Aug 21 22:43:24.391 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53792026-08-21T22:43:25.814Z[ recovery-image] Aug 21 22:43:24.408 INFO O| Aug 21 22:43:24.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53802026-08-21T22:43:25.814Z[ recovery-image] Aug 21 22:43:24.408 INFO O| Aug 21 22:43:24.408 INFO STEP 26 (remove_files) COMPLETE
53812026-08-21T22:43:25.814Z[ recovery-image] Aug 21 22:43:24.408 INFO O| Aug 21 22:43:24.408 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53822026-08-21T22:43:25.823Z[ recovery-image] Aug 21 22:43:24.418 INFO O| Aug 21 22:43:24.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53832026-08-21T22:43:25.835Z[ recovery-image] Aug 21 22:43:24.430 INFO O| Aug 21 22:43:24.430 INFO STEP 27 (remove_files) COMPLETE
53842026-08-21T22:43:25.835Z[ recovery-image] Aug 21 22:43:24.430 INFO O| Aug 21 22:43:24.430 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53852026-08-21T22:43:25.846Z[ recovery-image] Aug 21 22:43:24.441 INFO O| Aug 21 22:43:24.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53862026-08-21T22:43:25.855Z[ recovery-image] Aug 21 22:43:24.449 INFO O| Aug 21 22:43:24.449 INFO STEP 28 (remove_files) COMPLETE
53872026-08-21T22:43:25.855Z[ recovery-image] Aug 21 22:43:24.449 INFO O| Aug 21 22:43:24.449 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53882026-08-21T22:43:25.865Z[ recovery-image] Aug 21 22:43:24.459 INFO O| Aug 21 22:43:24.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53892026-08-21T22:43:25.865Z[ recovery-image] Aug 21 22:43:24.459 INFO O| Aug 21 22:43:24.459 INFO STEP 29 (remove_files) COMPLETE
53902026-08-21T22:43:25.865Z[ recovery-image] Aug 21 22:43:24.459 INFO O| Aug 21 22:43:24.459 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53912026-08-21T22:43:25.876Z[ recovery-image] Aug 21 22:43:24.469 INFO O| Aug 21 22:43:24.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53922026-08-21T22:43:25.876Z[ recovery-image] Aug 21 22:43:24.469 INFO O| Aug 21 22:43:24.469 INFO STEP 30 (remove_files) COMPLETE
53932026-08-21T22:43:25.876Z[ recovery-image] Aug 21 22:43:24.469 INFO O| Aug 21 22:43:24.469 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53942026-08-21T22:43:25.884Z[ recovery-image] Aug 21 22:43:24.479 INFO O| Aug 21 22:43:24.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53952026-08-21T22:43:25.888Z[ recovery-image] Aug 21 22:43:24.481 INFO O| Aug 21 22:43:24.481 INFO STEP 31 (remove_files) COMPLETE
53962026-08-21T22:43:25.888Z[ recovery-image] Aug 21 22:43:24.481 INFO O| Aug 21 22:43:24.481 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53972026-08-21T22:43:25.927Z[ recovery-image] Aug 21 22:43:24.516 INFO O| Aug 21 22:43:24.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53982026-08-21T22:43:25.927Z[ recovery-image] Aug 21 22:43:24.516 INFO O| Aug 21 22:43:24.516 INFO STEP 32 (remove_files) COMPLETE
53992026-08-21T22:43:25.927Z[ recovery-image] Aug 21 22:43:24.516 INFO O| Aug 21 22:43:24.516 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54002026-08-21T22:43:25.931Z[ recovery-image] Aug 21 22:43:24.526 INFO O| Aug 21 22:43:24.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
54012026-08-21T22:43:25.938Z[ recovery-image] Aug 21 22:43:24.527 INFO O| Aug 21 22:43:24.527 INFO STEP 33 (remove_files) COMPLETE
54022026-08-21T22:43:25.938Z[ recovery-image] Aug 21 22:43:24.527 INFO O| Aug 21 22:43:24.527 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54032026-08-21T22:43:25.952Z[ recovery-image] Aug 21 22:43:24.542 INFO O| Aug 21 22:43:24.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
54042026-08-21T22:43:25.985Z[ recovery-image] Aug 21 22:43:24.559 INFO O| Aug 21 22:43:24.559 INFO STEP 34 (remove_files) COMPLETE
54052026-08-21T22:43:25.985Z[ recovery-image] Aug 21 22:43:24.559 INFO O| Aug 21 22:43:24.559 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54062026-08-21T22:43:25.997Z[ recovery-image] Aug 21 22:43:24.570 INFO O| Aug 21 22:43:24.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
54072026-08-21T22:43:25.998Z[ recovery-image] Aug 21 22:43:24.570 INFO O| Aug 21 22:43:24.570 INFO STEP 35 (remove_files) COMPLETE
54082026-08-21T22:43:25.998Z[ recovery-image] Aug 21 22:43:24.570 INFO O| Aug 21 22:43:24.570 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54092026-08-21T22:43:25.998Z[ recovery-image] Aug 21 22:43:24.584 INFO O| Aug 21 22:43:24.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54102026-08-21T22:43:25.998Z[ recovery-image] Aug 21 22:43:24.584 INFO O| Aug 21 22:43:24.584 INFO STEP 36 (remove_files) COMPLETE
54112026-08-21T22:43:25.998Z[ recovery-image] Aug 21 22:43:24.584 INFO O| Aug 21 22:43:24.584 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54122026-08-21T22:43:26.026Z[ recovery-image] Aug 21 22:43:24.595 INFO O| Aug 21 22:43:24.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54132026-08-21T22:43:26.027Z[ recovery-image] Aug 21 22:43:24.595 INFO O| Aug 21 22:43:24.595 INFO STEP 37 (remove_files) COMPLETE
54142026-08-21T22:43:26.027Z[ recovery-image] Aug 21 22:43:24.595 INFO O| Aug 21 22:43:24.595 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54152026-08-21T22:43:26.067Z[ recovery-image] Aug 21 22:43:24.604 INFO O| Aug 21 22:43:24.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54162026-08-21T22:43:26.067Z[ recovery-image] Aug 21 22:43:24.604 INFO O| Aug 21 22:43:24.604 INFO STEP 38 (remove_files) COMPLETE
54172026-08-21T22:43:26.067Z[ recovery-image] Aug 21 22:43:24.604 INFO O| Aug 21 22:43:24.604 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54182026-08-21T22:43:26.067Z[ recovery-image] Aug 21 22:43:24.614 INFO O| Aug 21 22:43:24.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54192026-08-21T22:43:26.067Z[ recovery-image] Aug 21 22:43:24.614 INFO O| Aug 21 22:43:24.614 INFO STEP 39 (remove_files) COMPLETE
54202026-08-21T22:43:26.067Z[ recovery-image] Aug 21 22:43:24.614 INFO O| Aug 21 22:43:24.614 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54212026-08-21T22:43:26.067Z[ recovery-image] Aug 21 22:43:24.623 INFO O| Aug 21 22:43:24.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54222026-08-21T22:43:26.067Z[ recovery-image] Aug 21 22:43:24.623 INFO O| Aug 21 22:43:24.623 INFO STEP 40 (remove_files) COMPLETE
54232026-08-21T22:43:26.067Z[ recovery-image] Aug 21 22:43:24.623 INFO O| Aug 21 22:43:24.623 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54242026-08-21T22:43:26.067Z[ recovery-image] Aug 21 22:43:24.633 INFO O| Aug 21 22:43:24.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54252026-08-21T22:43:26.067Z[ recovery-image] Aug 21 22:43:24.633 INFO O| Aug 21 22:43:24.633 INFO STEP 41 (remove_files) COMPLETE
54262026-08-21T22:43:26.067Z[ recovery-image] Aug 21 22:43:24.633 INFO O| Aug 21 22:43:24.633 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54272026-08-21T22:43:26.067Z[verify-libraries] Compiling samael v0.0.19
54282026-08-21T22:43:26.083Z[ recovery-image] Aug 21 22:43:24.643 INFO O| Aug 21 22:43:24.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54292026-08-21T22:43:26.083Z[ recovery-image] Aug 21 22:43:24.667 INFO O| Aug 21 22:43:24.667 INFO STEP 42 (remove_files) COMPLETE
54302026-08-21T22:43:26.083Z[ recovery-image] Aug 21 22:43:24.667 INFO O| Aug 21 22:43:24.667 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-08-21T22:43:26.093Z[ recovery-image] Aug 21 22:43:24.687 INFO O| Aug 21 22:43:24.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54322026-08-21T22:43:26.094Z[ recovery-image] Aug 21 22:43:24.687 INFO O| Aug 21 22:43:24.687 INFO STEP 43 (remove_files) COMPLETE
54332026-08-21T22:43:26.094Z[ recovery-image] Aug 21 22:43:24.687 INFO O| Aug 21 22:43:24.687 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-08-21T22:43:26.110Z[ recovery-image] Aug 21 22:43:24.699 INFO O| Aug 21 22:43:24.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54352026-08-21T22:43:26.116Z[ recovery-image] Aug 21 22:43:24.706 INFO O| Aug 21 22:43:24.706 INFO STEP 44 (remove_files) COMPLETE
54362026-08-21T22:43:26.118Z[ recovery-image] Aug 21 22:43:24.706 INFO O| Aug 21 22:43:24.706 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-08-21T22:43:26.134Z[ recovery-image] Aug 21 22:43:24.717 INFO O| Aug 21 22:43:24.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54382026-08-21T22:43:26.134Z[ recovery-image] Aug 21 22:43:24.717 INFO O| Aug 21 22:43:24.717 INFO STEP 45 (remove_files) COMPLETE
54392026-08-21T22:43:26.134Z[ recovery-image] Aug 21 22:43:24.717 INFO O| Aug 21 22:43:24.717 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-08-21T22:43:26.167Z[ recovery-image] Aug 21 22:43:24.744 INFO O| Aug 21 22:43:24.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54412026-08-21T22:43:26.167Z[ recovery-image] Aug 21 22:43:24.744 INFO O| Aug 21 22:43:24.744 INFO STEP 46 (remove_files) COMPLETE
54422026-08-21T22:43:26.167Z[ recovery-image] Aug 21 22:43:24.744 INFO O| Aug 21 22:43:24.744 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-08-21T22:43:26.193Z[ recovery-image] Aug 21 22:43:24.754 INFO O| Aug 21 22:43:24.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54442026-08-21T22:43:26.193Z[ recovery-image] Aug 21 22:43:24.754 INFO O| Aug 21 22:43:24.754 INFO STEP 47 (remove_files) COMPLETE
54452026-08-21T22:43:26.193Z[ recovery-image] Aug 21 22:43:24.754 INFO O| Aug 21 22:43:24.754 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-08-21T22:43:26.193Z[ recovery-image] Aug 21 22:43:24.762 INFO O| Aug 21 22:43:24.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54472026-08-21T22:43:26.193Z[ recovery-image] Aug 21 22:43:24.762 INFO O| Aug 21 22:43:24.762 INFO STEP 48 (remove_files) COMPLETE
54482026-08-21T22:43:26.193Z[ recovery-image] Aug 21 22:43:24.762 INFO O| Aug 21 22:43:24.762 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-08-21T22:43:26.193Z[ recovery-image] Aug 21 22:43:24.770 INFO O| Aug 21 22:43:24.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54502026-08-21T22:43:26.193Z[ recovery-image] Aug 21 22:43:24.770 INFO O| Aug 21 22:43:24.770 INFO STEP 49 (remove_files) COMPLETE
54512026-08-21T22:43:26.193Z[ recovery-image] Aug 21 22:43:24.770 INFO O| Aug 21 22:43:24.770 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-08-21T22:43:26.209Z[ recovery-image] Aug 21 22:43:24.796 INFO O| Aug 21 22:43:24.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54532026-08-21T22:43:26.211Z[ recovery-image] Aug 21 22:43:24.796 INFO O| Aug 21 22:43:24.796 INFO STEP 50 (remove_files) COMPLETE
54542026-08-21T22:43:26.211Z[ recovery-image] Aug 21 22:43:24.796 INFO O| Aug 21 22:43:24.796 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-08-21T22:43:26.229Z[ recovery-image] Aug 21 22:43:24.805 INFO O| Aug 21 22:43:24.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54562026-08-21T22:43:26.229Z[ recovery-image] Aug 21 22:43:24.805 INFO O| Aug 21 22:43:24.805 INFO STEP 51 (remove_files) COMPLETE
54572026-08-21T22:43:26.229Z[ recovery-image] Aug 21 22:43:24.805 INFO O| Aug 21 22:43:24.805 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-08-21T22:43:26.246Z[ recovery-image] Aug 21 22:43:24.836 INFO O| Aug 21 22:43:24.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54592026-08-21T22:43:26.247Z[ recovery-image] Aug 21 22:43:24.836 INFO O| Aug 21 22:43:24.836 INFO STEP 52 (remove_files) COMPLETE
54602026-08-21T22:43:26.247Z[ recovery-image] Aug 21 22:43:24.836 INFO O| Aug 21 22:43:24.836 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-08-21T22:43:26.252Z[ recovery-image] Aug 21 22:43:24.846 INFO O| Aug 21 22:43:24.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54622026-08-21T22:43:26.252Z[ recovery-image] Aug 21 22:43:24.846 INFO O| Aug 21 22:43:24.846 INFO STEP 53 (remove_files) COMPLETE
54632026-08-21T22:43:26.269Z[ recovery-image] Aug 21 22:43:24.846 INFO O| Aug 21 22:43:24.846 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-08-21T22:43:26.295Z[ recovery-image] Aug 21 22:43:24.861 INFO O| Aug 21 22:43:24.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54652026-08-21T22:43:26.296Z[ recovery-image] Aug 21 22:43:24.862 INFO O| Aug 21 22:43:24.862 INFO STEP 54 (remove_files) COMPLETE
54662026-08-21T22:43:26.296Z[ recovery-image] Aug 21 22:43:24.862 INFO O| Aug 21 22:43:24.862 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-08-21T22:43:26.296Z[ recovery-image] Aug 21 22:43:24.872 INFO O| Aug 21 22:43:24.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54682026-08-21T22:43:26.296Z[ recovery-image] Aug 21 22:43:24.872 INFO O| Aug 21 22:43:24.872 INFO STEP 55 (remove_files) COMPLETE
54692026-08-21T22:43:26.296Z[ recovery-image] Aug 21 22:43:24.873 INFO O| Aug 21 22:43:24.872 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-08-21T22:43:26.327Z[ recovery-image] Aug 21 22:43:24.881 INFO O| Aug 21 22:43:24.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54712026-08-21T22:43:26.327Z[ recovery-image] Aug 21 22:43:24.881 INFO O| Aug 21 22:43:24.881 INFO STEP 56 (remove_files) COMPLETE
54722026-08-21T22:43:26.327Z[ recovery-image] Aug 21 22:43:24.881 INFO O| Aug 21 22:43:24.881 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-08-21T22:43:26.328Z[ recovery-image] Aug 21 22:43:24.889 INFO O| Aug 21 22:43:24.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54742026-08-21T22:43:26.328Z[ recovery-image] Aug 21 22:43:24.889 INFO O| Aug 21 22:43:24.889 INFO STEP 57 (remove_files) COMPLETE
54752026-08-21T22:43:26.328Z[ recovery-image] Aug 21 22:43:24.889 INFO O| Aug 21 22:43:24.889 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-08-21T22:43:26.328Z[ recovery-image] Aug 21 22:43:24.898 INFO O| Aug 21 22:43:24.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54772026-08-21T22:43:26.328Z[ recovery-image] Aug 21 22:43:24.898 INFO O| Aug 21 22:43:24.898 INFO STEP 58 (remove_files) COMPLETE
54782026-08-21T22:43:26.328Z[ recovery-image] Aug 21 22:43:24.898 INFO O| Aug 21 22:43:24.898 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-08-21T22:43:26.345Z[ recovery-image] Aug 21 22:43:24.908 INFO O| Aug 21 22:43:24.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54802026-08-21T22:43:26.345Z[ recovery-image] Aug 21 22:43:24.908 INFO O| Aug 21 22:43:24.908 INFO STEP 59 (remove_files) COMPLETE
54812026-08-21T22:43:26.345Z[ recovery-image] Aug 21 22:43:24.908 INFO O| Aug 21 22:43:24.908 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-08-21T22:43:26.345Z[ recovery-image] Aug 21 22:43:24.917 INFO O| Aug 21 22:43:24.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54832026-08-21T22:43:26.347Z[ recovery-image] Aug 21 22:43:24.917 INFO O| Aug 21 22:43:24.917 INFO STEP 60 (remove_files) COMPLETE
54842026-08-21T22:43:26.347Z[ recovery-image] Aug 21 22:43:24.917 INFO O| Aug 21 22:43:24.917 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-08-21T22:43:26.362Z[ recovery-image] Aug 21 22:43:24.937 INFO O| Aug 21 22:43:24.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54862026-08-21T22:43:26.362Z[ recovery-image] Aug 21 22:43:24.937 INFO O| Aug 21 22:43:24.937 INFO STEP 61 (remove_files) COMPLETE
54872026-08-21T22:43:26.362Z[ recovery-image] Aug 21 22:43:24.937 INFO O| Aug 21 22:43:24.937 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-08-21T22:43:26.372Z[ recovery-image] Aug 21 22:43:24.950 INFO O| Aug 21 22:43:24.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54892026-08-21T22:43:26.372Z[ recovery-image] Aug 21 22:43:24.950 INFO O| Aug 21 22:43:24.950 INFO STEP 62 (remove_files) COMPLETE
54902026-08-21T22:43:26.372Z[ recovery-image] Aug 21 22:43:24.950 INFO O| Aug 21 22:43:24.950 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-08-21T22:43:26.373Z[ recovery-image] Aug 21 22:43:24.961 INFO O| Aug 21 22:43:24.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54922026-08-21T22:43:26.373Z[ recovery-image] Aug 21 22:43:24.961 INFO O| Aug 21 22:43:24.961 INFO STEP 63 (remove_files) COMPLETE
54932026-08-21T22:43:26.373Z[ recovery-image] Aug 21 22:43:24.961 INFO O| Aug 21 22:43:24.961 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-08-21T22:43:26.411Z[ recovery-image] Aug 21 22:43:24.972 INFO O| Aug 21 22:43:24.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54952026-08-21T22:43:26.411Z[ recovery-image] Aug 21 22:43:24.978 INFO O| Aug 21 22:43:24.978 INFO STEP 64 (remove_files) COMPLETE
54962026-08-21T22:43:26.423Z[ recovery-image] Aug 21 22:43:25.001 INFO O| Aug 21 22:43:24.999 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-08-21T22:43:26.428Z[ recovery-image] Aug 21 22:43:25.013 INFO O| Aug 21 22:43:25.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54982026-08-21T22:43:26.428Z[ recovery-image] Aug 21 22:43:25.013 INFO O| Aug 21 22:43:25.013 INFO STEP 65 (remove_files) COMPLETE
54992026-08-21T22:43:26.428Z[ recovery-image] Aug 21 22:43:25.013 INFO O| Aug 21 22:43:25.013 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-08-21T22:43:26.446Z[ recovery-image] Aug 21 22:43:25.023 INFO O| Aug 21 22:43:25.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
55012026-08-21T22:43:26.446Z[ recovery-image] Aug 21 22:43:25.023 INFO O| Aug 21 22:43:25.023 INFO STEP 66 (remove_files) COMPLETE
55022026-08-21T22:43:26.446Z[ recovery-image] Aug 21 22:43:25.023 INFO O| Aug 21 22:43:25.023 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-08-21T22:43:26.450Z[ recovery-image] Aug 21 22:43:25.037 INFO O| Aug 21 22:43:25.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
55042026-08-21T22:43:26.450Z[ recovery-image] Aug 21 22:43:25.037 INFO O| Aug 21 22:43:25.037 INFO STEP 67 (remove_files) COMPLETE
55052026-08-21T22:43:26.450Z[ recovery-image] Aug 21 22:43:25.037 INFO O| Aug 21 22:43:25.037 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-08-21T22:43:26.460Z[ recovery-image] Aug 21 22:43:25.048 INFO O| Aug 21 22:43:25.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55072026-08-21T22:43:26.460Z[ recovery-image] Aug 21 22:43:25.048 INFO O| Aug 21 22:43:25.048 INFO STEP 68 (remove_files) COMPLETE
55082026-08-21T22:43:26.473Z[ recovery-image] Aug 21 22:43:25.048 INFO O| Aug 21 22:43:25.048 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-08-21T22:43:26.473Z[ recovery-image] Aug 21 22:43:25.059 INFO O| Aug 21 22:43:25.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55102026-08-21T22:43:26.476Z[ recovery-image] Aug 21 22:43:25.059 INFO O| Aug 21 22:43:25.059 INFO STEP 69 (remove_files) COMPLETE
55112026-08-21T22:43:26.477Z[ recovery-image] Aug 21 22:43:25.059 INFO O| Aug 21 22:43:25.059 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-08-21T22:43:26.492Z[ recovery-image] Aug 21 22:43:25.070 INFO O| Aug 21 22:43:25.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55132026-08-21T22:43:26.492Z[ recovery-image] Aug 21 22:43:25.070 INFO O| Aug 21 22:43:25.070 INFO STEP 70 (remove_files) COMPLETE
55142026-08-21T22:43:26.492Z[ recovery-image] Aug 21 22:43:25.070 INFO O| Aug 21 22:43:25.070 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-08-21T22:43:26.510Z[ recovery-image] Aug 21 22:43:25.079 INFO O| Aug 21 22:43:25.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55162026-08-21T22:43:26.510Z[ recovery-image] Aug 21 22:43:25.079 INFO O| Aug 21 22:43:25.079 INFO STEP 71 (remove_files) COMPLETE
55172026-08-21T22:43:26.510Z[ recovery-image] Aug 21 22:43:25.079 INFO O| Aug 21 22:43:25.079 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-08-21T22:43:26.510Z[ recovery-image] Aug 21 22:43:25.089 INFO O| Aug 21 22:43:25.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55192026-08-21T22:43:26.510Z[ recovery-image] Aug 21 22:43:25.089 INFO O| Aug 21 22:43:25.089 INFO STEP 72 (remove_files) COMPLETE
55202026-08-21T22:43:26.510Z[ recovery-image] Aug 21 22:43:25.089 INFO O| Aug 21 22:43:25.089 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-08-21T22:43:26.525Z[ recovery-image] Aug 21 22:43:25.098 INFO O| Aug 21 22:43:25.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55222026-08-21T22:43:26.525Z[ recovery-image] Aug 21 22:43:25.098 INFO O| Aug 21 22:43:25.098 INFO STEP 73 (remove_files) COMPLETE
55232026-08-21T22:43:26.525Z[ recovery-image] Aug 21 22:43:25.098 INFO O| Aug 21 22:43:25.098 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-08-21T22:43:26.525Z[ recovery-image] Aug 21 22:43:25.108 INFO O| Aug 21 22:43:25.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55252026-08-21T22:43:26.526Z[ recovery-image] Aug 21 22:43:25.108 INFO O| Aug 21 22:43:25.108 INFO STEP 74 (remove_files) COMPLETE
55262026-08-21T22:43:26.526Z[ recovery-image] Aug 21 22:43:25.108 INFO O| Aug 21 22:43:25.108 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-08-21T22:43:26.526Z[ recovery-image] Aug 21 22:43:25.117 INFO O| Aug 21 22:43:25.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55282026-08-21T22:43:26.526Z[ recovery-image] Aug 21 22:43:25.117 INFO O| Aug 21 22:43:25.117 INFO STEP 75 (remove_files) COMPLETE
55292026-08-21T22:43:26.526Z[ recovery-image] Aug 21 22:43:25.117 INFO O| Aug 21 22:43:25.117 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-08-21T22:43:26.548Z[ recovery-image] Aug 21 22:43:25.126 INFO O| Aug 21 22:43:25.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55312026-08-21T22:43:26.549Z[ recovery-image] Aug 21 22:43:25.126 INFO O| Aug 21 22:43:25.126 INFO STEP 76 (remove_files) COMPLETE
55322026-08-21T22:43:26.549Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
55332026-08-21T22:43:26.549Z[ recovery-image] Aug 21 22:43:25.126 INFO O| Aug 21 22:43:25.126 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-08-21T22:43:26.565Z[ recovery-image] Aug 21 22:43:25.137 INFO O| Aug 21 22:43:25.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55352026-08-21T22:43:26.565Z[ recovery-image] Aug 21 22:43:25.137 INFO O| Aug 21 22:43:25.137 INFO STEP 77 (remove_files) COMPLETE
55362026-08-21T22:43:26.565Z[ recovery-image] Aug 21 22:43:25.137 INFO O| Aug 21 22:43:25.137 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-08-21T22:43:26.565Z[ recovery-image] Aug 21 22:43:25.147 INFO O| Aug 21 22:43:25.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55382026-08-21T22:43:26.565Z[ recovery-image] Aug 21 22:43:25.147 INFO O| Aug 21 22:43:25.147 INFO STEP 78 (remove_files) COMPLETE
55392026-08-21T22:43:26.567Z[ recovery-image] Aug 21 22:43:25.147 INFO O| Aug 21 22:43:25.147 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55402026-08-21T22:43:26.577Z[ recovery-image] Aug 21 22:43:25.158 INFO O| Aug 21 22:43:25.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55412026-08-21T22:43:26.577Z[ recovery-image] Aug 21 22:43:25.158 INFO O| Aug 21 22:43:25.158 INFO STEP 79 (remove_files) COMPLETE
55422026-08-21T22:43:26.577Z[ recovery-image] Aug 21 22:43:25.158 INFO O| Aug 21 22:43:25.158 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55432026-08-21T22:43:26.577Z[ recovery-image] Aug 21 22:43:25.169 INFO O| Aug 21 22:43:25.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55442026-08-21T22:43:26.577Z[ recovery-image] Aug 21 22:43:25.169 INFO O| Aug 21 22:43:25.169 INFO STEP 80 (remove_files) COMPLETE
55452026-08-21T22:43:26.577Z[ recovery-image] Aug 21 22:43:25.169 INFO O| Aug 21 22:43:25.169 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55462026-08-21T22:43:26.592Z[ recovery-image] Aug 21 22:43:25.179 INFO O| Aug 21 22:43:25.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55472026-08-21T22:43:26.593Z[ recovery-image] Aug 21 22:43:25.179 INFO O| Aug 21 22:43:25.179 INFO STEP 81 (remove_files) COMPLETE
55482026-08-21T22:43:26.593Z[ recovery-image] Aug 21 22:43:25.179 INFO O| Aug 21 22:43:25.179 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55492026-08-21T22:43:26.607Z[ recovery-image] Aug 21 22:43:25.190 INFO O| Aug 21 22:43:25.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55502026-08-21T22:43:26.607Z[ recovery-image] Aug 21 22:43:25.191 INFO O| Aug 21 22:43:25.191 INFO STEP 82 (remove_files) COMPLETE
55512026-08-21T22:43:26.607Z[ recovery-image] Aug 21 22:43:25.191 INFO O| Aug 21 22:43:25.191 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55522026-08-21T22:43:26.613Z[ recovery-image] Aug 21 22:43:25.202 INFO O| Aug 21 22:43:25.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55532026-08-21T22:43:26.614Z[ recovery-image] Aug 21 22:43:25.202 INFO O| Aug 21 22:43:25.202 INFO STEP 83 (remove_files) COMPLETE
55542026-08-21T22:43:26.614Z[ recovery-image] Aug 21 22:43:25.202 INFO O| Aug 21 22:43:25.202 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55552026-08-21T22:43:26.624Z[ recovery-image] Aug 21 22:43:25.213 INFO O| Aug 21 22:43:25.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55562026-08-21T22:43:26.624Z[ recovery-image] Aug 21 22:43:25.213 INFO O| Aug 21 22:43:25.213 INFO STEP 84 (remove_files) COMPLETE
55572026-08-21T22:43:26.624Z[ recovery-image] Aug 21 22:43:25.213 INFO O| Aug 21 22:43:25.213 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55582026-08-21T22:43:26.644Z[ recovery-image] Aug 21 22:43:25.225 INFO O| Aug 21 22:43:25.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55592026-08-21T22:43:26.644Z[ recovery-image] Aug 21 22:43:25.225 INFO O| Aug 21 22:43:25.225 INFO STEP 85 (remove_files) COMPLETE
55602026-08-21T22:43:26.644Z[ recovery-image] Aug 21 22:43:25.225 INFO O| Aug 21 22:43:25.225 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55612026-08-21T22:43:26.669Z[ recovery-image] Aug 21 22:43:25.235 INFO O| Aug 21 22:43:25.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55622026-08-21T22:43:26.669Z[ recovery-image] Aug 21 22:43:25.235 INFO O| Aug 21 22:43:25.235 INFO STEP 86 (remove_files) COMPLETE
55632026-08-21T22:43:26.670Z[ recovery-image] Aug 21 22:43:25.235 INFO O| Aug 21 22:43:25.235 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55642026-08-21T22:43:26.670Z[ recovery-image] Aug 21 22:43:25.245 INFO O| Aug 21 22:43:25.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55652026-08-21T22:43:26.670Z[ recovery-image] Aug 21 22:43:25.245 INFO O| Aug 21 22:43:25.245 INFO STEP 87 (remove_files) COMPLETE
55662026-08-21T22:43:26.670Z[ recovery-image] Aug 21 22:43:25.245 INFO O| Aug 21 22:43:25.245 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55672026-08-21T22:43:26.693Z[ recovery-image] Aug 21 22:43:25.255 INFO O| Aug 21 22:43:25.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55682026-08-21T22:43:26.693Z[ recovery-image] Aug 21 22:43:25.255 INFO O| Aug 21 22:43:25.255 INFO STEP 88 (remove_files) COMPLETE
55692026-08-21T22:43:26.694Z[ recovery-image] Aug 21 22:43:25.255 INFO O| Aug 21 22:43:25.255 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55702026-08-21T22:43:26.694Z[ recovery-image] Aug 21 22:43:25.264 INFO O| Aug 21 22:43:25.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55712026-08-21T22:43:26.694Z[ recovery-image] Aug 21 22:43:25.265 INFO O| Aug 21 22:43:25.264 INFO STEP 89 (remove_files) COMPLETE
55722026-08-21T22:43:26.694Z[ recovery-image] Aug 21 22:43:25.265 INFO O| Aug 21 22:43:25.264 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55732026-08-21T22:43:26.694Z[ recovery-image] Aug 21 22:43:25.274 INFO O| Aug 21 22:43:25.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55742026-08-21T22:43:26.694Z[ recovery-image] Aug 21 22:43:25.274 INFO O| Aug 21 22:43:25.274 INFO STEP 90 (remove_files) COMPLETE
55752026-08-21T22:43:26.694Z[ recovery-image] Aug 21 22:43:25.274 INFO O| Aug 21 22:43:25.274 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55762026-08-21T22:43:26.706Z[ recovery-image] Aug 21 22:43:25.283 INFO O| Aug 21 22:43:25.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55772026-08-21T22:43:26.706Z[ recovery-image] Aug 21 22:43:25.283 INFO O| Aug 21 22:43:25.283 INFO STEP 91 (remove_files) COMPLETE
55782026-08-21T22:43:26.706Z[ recovery-image] Aug 21 22:43:25.283 INFO O| Aug 21 22:43:25.283 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55792026-08-21T22:43:26.707Z[ recovery-image] Aug 21 22:43:25.292 INFO O| Aug 21 22:43:25.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55802026-08-21T22:43:26.707Z[ recovery-image] Aug 21 22:43:25.292 INFO O| Aug 21 22:43:25.292 INFO STEP 92 (remove_files) COMPLETE
55812026-08-21T22:43:26.707Z[ recovery-image] Aug 21 22:43:25.292 INFO O| Aug 21 22:43:25.292 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55822026-08-21T22:43:26.714Z[ recovery-image] Aug 21 22:43:25.303 INFO O| Aug 21 22:43:25.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55832026-08-21T22:43:26.714Z[ recovery-image] Aug 21 22:43:25.303 INFO O| Aug 21 22:43:25.303 INFO STEP 93 (remove_files) COMPLETE
55842026-08-21T22:43:26.714Z[ recovery-image] Aug 21 22:43:25.303 INFO O| Aug 21 22:43:25.303 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55852026-08-21T22:43:26.728Z[ recovery-image] Aug 21 22:43:25.314 INFO O| Aug 21 22:43:25.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55862026-08-21T22:43:26.745Z[ recovery-image] Aug 21 22:43:25.314 INFO O| Aug 21 22:43:25.314 INFO STEP 94 (remove_files) COMPLETE
55872026-08-21T22:43:26.745Z[ recovery-image] Aug 21 22:43:25.314 INFO O| Aug 21 22:43:25.314 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55882026-08-21T22:43:26.745Z[ recovery-image] Aug 21 22:43:25.324 INFO O| Aug 21 22:43:25.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55892026-08-21T22:43:26.745Z[ recovery-image] Aug 21 22:43:25.325 INFO O| Aug 21 22:43:25.325 INFO STEP 95 (remove_files) COMPLETE
55902026-08-21T22:43:26.745Z[ recovery-image] Aug 21 22:43:25.325 INFO O| Aug 21 22:43:25.325 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55912026-08-21T22:43:26.771Z[ recovery-image] Aug 21 22:43:25.336 INFO O| Aug 21 22:43:25.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55922026-08-21T22:43:26.771Z[ recovery-image] Aug 21 22:43:25.336 INFO O| Aug 21 22:43:25.336 INFO STEP 96 (remove_files) COMPLETE
55932026-08-21T22:43:26.771Z[ recovery-image] Aug 21 22:43:25.336 INFO O| Aug 21 22:43:25.336 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55942026-08-21T22:43:26.771Z[ recovery-image] Aug 21 22:43:25.346 INFO O| Aug 21 22:43:25.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55952026-08-21T22:43:26.772Z[ recovery-image] Aug 21 22:43:25.347 INFO O| Aug 21 22:43:25.347 INFO STEP 97 (remove_files) COMPLETE
55962026-08-21T22:43:26.772Z[ recovery-image] Aug 21 22:43:25.347 INFO O| Aug 21 22:43:25.347 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55972026-08-21T22:43:26.781Z[ recovery-image] Aug 21 22:43:25.357 INFO O| Aug 21 22:43:25.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55982026-08-21T22:43:26.781Z[ recovery-image] Aug 21 22:43:25.357 INFO O| Aug 21 22:43:25.357 INFO STEP 98 (remove_files) COMPLETE
55992026-08-21T22:43:26.781Z[ recovery-image] Aug 21 22:43:25.357 INFO O| Aug 21 22:43:25.357 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56002026-08-21T22:43:26.781Z[ recovery-image] Aug 21 22:43:25.368 INFO O| Aug 21 22:43:25.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
56012026-08-21T22:43:26.781Z[ recovery-image] Aug 21 22:43:25.368 INFO O| Aug 21 22:43:25.368 INFO STEP 99 (remove_files) COMPLETE
56022026-08-21T22:43:26.781Z[ recovery-image] Aug 21 22:43:25.368 INFO O| Aug 21 22:43:25.368 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56032026-08-21T22:43:26.794Z[ recovery-image] Aug 21 22:43:25.378 INFO O| Aug 21 22:43:25.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
56042026-08-21T22:43:26.795Z[ recovery-image] Aug 21 22:43:25.378 INFO O| Aug 21 22:43:25.378 INFO STEP 100 (remove_files) COMPLETE
56052026-08-21T22:43:26.795Z[ recovery-image] Aug 21 22:43:25.378 INFO O| Aug 21 22:43:25.378 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56062026-08-21T22:43:26.813Z[ recovery-image] Aug 21 22:43:25.387 INFO O| Aug 21 22:43:25.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
56072026-08-21T22:43:26.813Z[ recovery-image] Aug 21 22:43:25.387 INFO O| Aug 21 22:43:25.387 INFO STEP 101 (remove_files) COMPLETE
56082026-08-21T22:43:26.813Z[ recovery-image] Aug 21 22:43:25.387 INFO O| Aug 21 22:43:25.387 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56092026-08-21T22:43:26.813Z[ recovery-image] Aug 21 22:43:25.396 INFO O| Aug 21 22:43:25.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56102026-08-21T22:43:26.813Z[ recovery-image] Aug 21 22:43:25.396 INFO O| Aug 21 22:43:25.396 INFO STEP 102 (remove_files) COMPLETE
56112026-08-21T22:43:26.815Z[ recovery-image] Aug 21 22:43:25.396 INFO O| Aug 21 22:43:25.396 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56122026-08-21T22:43:26.820Z[ recovery-image] Aug 21 22:43:25.406 INFO O| Aug 21 22:43:25.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56132026-08-21T22:43:26.820Z[ recovery-image] Aug 21 22:43:25.406 INFO O| Aug 21 22:43:25.406 INFO STEP 103 (remove_files) COMPLETE
56142026-08-21T22:43:26.820Z[ recovery-image] Aug 21 22:43:25.406 INFO O| Aug 21 22:43:25.406 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56152026-08-21T22:43:26.826Z[ recovery-image] Aug 21 22:43:25.414 INFO O| Aug 21 22:43:25.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56162026-08-21T22:43:26.826Z[ recovery-image] Aug 21 22:43:25.414 INFO O| Aug 21 22:43:25.414 INFO STEP 104 (remove_files) COMPLETE
56172026-08-21T22:43:26.826Z[ recovery-image] Aug 21 22:43:25.414 INFO O| Aug 21 22:43:25.414 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56182026-08-21T22:43:26.833Z[ recovery-image] Aug 21 22:43:25.425 INFO O| Aug 21 22:43:25.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56192026-08-21T22:43:26.833Z[ recovery-image] Aug 21 22:43:25.425 INFO O| Aug 21 22:43:25.425 INFO STEP 105 (remove_files) COMPLETE
56202026-08-21T22:43:26.833Z[ recovery-image] Aug 21 22:43:25.425 INFO O| Aug 21 22:43:25.425 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56212026-08-21T22:43:26.849Z[ recovery-image] Aug 21 22:43:25.435 INFO O| Aug 21 22:43:25.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56222026-08-21T22:43:26.849Z[ recovery-image] Aug 21 22:43:25.435 INFO O| Aug 21 22:43:25.435 INFO STEP 106 (remove_files) COMPLETE
56232026-08-21T22:43:26.878Z[ recovery-image] Aug 21 22:43:25.435 INFO O| Aug 21 22:43:25.435 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56242026-08-21T22:43:26.878Z[ recovery-image] Aug 21 22:43:25.445 INFO O| Aug 21 22:43:25.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56252026-08-21T22:43:26.879Z[ recovery-image] Aug 21 22:43:25.445 INFO O| Aug 21 22:43:25.445 INFO STEP 107 (remove_files) COMPLETE
56262026-08-21T22:43:26.879Z[ recovery-image] Aug 21 22:43:25.445 INFO O| Aug 21 22:43:25.445 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56272026-08-21T22:43:26.879Z[ recovery-image] Aug 21 22:43:25.454 INFO O| Aug 21 22:43:25.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56282026-08-21T22:43:26.879Z[ recovery-image] Aug 21 22:43:25.454 INFO O| Aug 21 22:43:25.454 INFO STEP 108 (remove_files) COMPLETE
56292026-08-21T22:43:26.879Z[ recovery-image] Aug 21 22:43:25.454 INFO O| Aug 21 22:43:25.454 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56302026-08-21T22:43:26.888Z[ recovery-image] Aug 21 22:43:25.464 INFO O| Aug 21 22:43:25.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56312026-08-21T22:43:26.888Z[ recovery-image] Aug 21 22:43:25.464 INFO O| Aug 21 22:43:25.464 INFO STEP 109 (remove_files) COMPLETE
56322026-08-21T22:43:26.889Z[ recovery-image] Aug 21 22:43:25.464 INFO O| Aug 21 22:43:25.464 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56332026-08-21T22:43:26.889Z[ recovery-image] Aug 21 22:43:25.474 INFO O| Aug 21 22:43:25.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56342026-08-21T22:43:26.889Z[ recovery-image] Aug 21 22:43:25.474 INFO O| Aug 21 22:43:25.474 INFO STEP 110 (remove_files) COMPLETE
56352026-08-21T22:43:26.889Z[ recovery-image] Aug 21 22:43:25.474 INFO O| Aug 21 22:43:25.474 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56362026-08-21T22:43:26.905Z[ recovery-image] Aug 21 22:43:25.484 INFO O| Aug 21 22:43:25.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56372026-08-21T22:43:26.905Z[ recovery-image] Aug 21 22:43:25.484 INFO O| Aug 21 22:43:25.484 INFO STEP 111 (remove_files) COMPLETE
56382026-08-21T22:43:26.905Z[ recovery-image] Aug 21 22:43:25.484 INFO O| Aug 21 22:43:25.484 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56392026-08-21T22:43:26.908Z[ recovery-image] Aug 21 22:43:25.492 INFO O| Aug 21 22:43:25.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56402026-08-21T22:43:26.908Z[ recovery-image] Aug 21 22:43:25.492 INFO O| Aug 21 22:43:25.492 INFO STEP 112 (remove_files) COMPLETE
56412026-08-21T22:43:26.908Z[ recovery-image] Aug 21 22:43:25.492 INFO O| Aug 21 22:43:25.492 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56422026-08-21T22:43:26.917Z[ recovery-image] Aug 21 22:43:25.502 INFO O| Aug 21 22:43:25.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56432026-08-21T22:43:26.918Z[ recovery-image] Aug 21 22:43:25.502 INFO O| Aug 21 22:43:25.502 INFO STEP 113 (remove_files) COMPLETE
56442026-08-21T22:43:26.918Z[ recovery-image] Aug 21 22:43:25.502 INFO O| Aug 21 22:43:25.502 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56452026-08-21T22:43:26.998Z[ recovery-image] Aug 21 22:43:25.512 INFO O| Aug 21 22:43:25.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56462026-08-21T22:43:26.998Z[ recovery-image] Aug 21 22:43:25.512 INFO O| Aug 21 22:43:25.512 INFO STEP 114 (remove_files) COMPLETE
56472026-08-21T22:43:26.999Z[ recovery-image] Aug 21 22:43:25.512 INFO O| Aug 21 22:43:25.512 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56482026-08-21T22:43:26.999Z[ recovery-image] Aug 21 22:43:25.522 INFO O| Aug 21 22:43:25.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56492026-08-21T22:43:26.999Z[ recovery-image] Aug 21 22:43:25.522 INFO O| Aug 21 22:43:25.522 INFO STEP 115 (remove_files) COMPLETE
56502026-08-21T22:43:26.999Z[ recovery-image] Aug 21 22:43:25.523 INFO O| Aug 21 22:43:25.522 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56512026-08-21T22:43:26.999Z[ recovery-image] Aug 21 22:43:25.532 INFO O| Aug 21 22:43:25.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56522026-08-21T22:43:26.999Z[ recovery-image] Aug 21 22:43:25.532 INFO O| Aug 21 22:43:25.532 INFO STEP 116 (remove_files) COMPLETE
56532026-08-21T22:43:26.999Z[ recovery-image] Aug 21 22:43:25.532 INFO O| Aug 21 22:43:25.532 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56542026-08-21T22:43:26.999Z[ recovery-image] Aug 21 22:43:25.541 INFO O| Aug 21 22:43:25.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56552026-08-21T22:43:27.000Z[ recovery-image] Aug 21 22:43:25.541 INFO O| Aug 21 22:43:25.541 INFO STEP 117 (remove_files) COMPLETE
56562026-08-21T22:43:27.000Z[ recovery-image] Aug 21 22:43:25.541 INFO O| Aug 21 22:43:25.541 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56572026-08-21T22:43:27.000Z[ recovery-image] Aug 21 22:43:25.551 INFO O| Aug 21 22:43:25.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56582026-08-21T22:43:27.000Z[ recovery-image] Aug 21 22:43:25.551 INFO O| Aug 21 22:43:25.551 INFO STEP 118 (remove_files) COMPLETE
56592026-08-21T22:43:27.000Z[ recovery-image] Aug 21 22:43:25.551 INFO O| Aug 21 22:43:25.551 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-08-21T22:43:27.000Z[ recovery-image] Aug 21 22:43:25.561 INFO O| Aug 21 22:43:25.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56612026-08-21T22:43:27.000Z[ recovery-image] Aug 21 22:43:25.561 INFO O| Aug 21 22:43:25.561 INFO STEP 119 (remove_files) COMPLETE
56622026-08-21T22:43:27.003Z[ recovery-image] Aug 21 22:43:25.561 INFO O| Aug 21 22:43:25.561 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-08-21T22:43:27.003Z[ recovery-image] Aug 21 22:43:25.570 INFO O| Aug 21 22:43:25.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56642026-08-21T22:43:27.003Z[ recovery-image] Aug 21 22:43:25.570 INFO O| Aug 21 22:43:25.570 INFO STEP 120 (remove_files) COMPLETE
56652026-08-21T22:43:27.003Z[ recovery-image] Aug 21 22:43:25.570 INFO O| Aug 21 22:43:25.570 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-08-21T22:43:27.025Z[ recovery-image] Aug 21 22:43:25.580 INFO O| Aug 21 22:43:25.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56672026-08-21T22:43:27.025Z[ recovery-image] Aug 21 22:43:25.580 INFO O| Aug 21 22:43:25.580 INFO STEP 121 (remove_files) COMPLETE
56682026-08-21T22:43:27.025Z[ recovery-image] Aug 21 22:43:25.580 INFO O| Aug 21 22:43:25.580 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-08-21T22:43:27.025Z[ recovery-image] Aug 21 22:43:25.590 INFO O| Aug 21 22:43:25.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56702026-08-21T22:43:27.025Z[ recovery-image] Aug 21 22:43:25.590 INFO O| Aug 21 22:43:25.590 INFO STEP 122 (remove_files) COMPLETE
56712026-08-21T22:43:27.025Z[ recovery-image] Aug 21 22:43:25.590 INFO O| Aug 21 22:43:25.590 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-08-21T22:43:27.025Z[ recovery-image] Aug 21 22:43:25.601 INFO O| Aug 21 22:43:25.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56732026-08-21T22:43:27.025Z[ recovery-image] Aug 21 22:43:25.601 INFO O| Aug 21 22:43:25.601 INFO STEP 123 (remove_files) COMPLETE
56742026-08-21T22:43:27.025Z[ recovery-image] Aug 21 22:43:25.601 INFO O| Aug 21 22:43:25.601 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-08-21T22:43:27.025Z[ recovery-image] Aug 21 22:43:25.611 INFO O| Aug 21 22:43:25.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56762026-08-21T22:43:27.026Z[ recovery-image] Aug 21 22:43:25.611 INFO O| Aug 21 22:43:25.611 INFO STEP 124 (remove_files) COMPLETE
56772026-08-21T22:43:27.026Z[ recovery-image] Aug 21 22:43:25.611 INFO O| Aug 21 22:43:25.611 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-08-21T22:43:27.042Z[ recovery-image] Aug 21 22:43:25.621 INFO O| Aug 21 22:43:25.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56792026-08-21T22:43:27.042Z[ recovery-image] Aug 21 22:43:25.621 INFO O| Aug 21 22:43:25.621 INFO STEP 125 (remove_files) COMPLETE
56802026-08-21T22:43:27.042Z[ recovery-image] Aug 21 22:43:25.621 INFO O| Aug 21 22:43:25.621 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-08-21T22:43:27.056Z[ recovery-image] Aug 21 22:43:25.631 INFO O| Aug 21 22:43:25.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56822026-08-21T22:43:27.056Z[ recovery-image] Aug 21 22:43:25.631 INFO O| Aug 21 22:43:25.631 INFO STEP 126 (remove_files) COMPLETE
56832026-08-21T22:43:27.056Z[ recovery-image] Aug 21 22:43:25.631 INFO O| Aug 21 22:43:25.631 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-08-21T22:43:27.066Z[ recovery-image] Aug 21 22:43:25.640 INFO O| Aug 21 22:43:25.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56852026-08-21T22:43:27.066Z[ recovery-image] Aug 21 22:43:25.640 INFO O| Aug 21 22:43:25.640 INFO STEP 127 (remove_files) COMPLETE
56862026-08-21T22:43:27.066Z[ recovery-image] Aug 21 22:43:25.640 INFO O| Aug 21 22:43:25.640 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-08-21T22:43:27.066Z[ recovery-image] Aug 21 22:43:25.650 INFO O| Aug 21 22:43:25.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56882026-08-21T22:43:27.066Z[ recovery-image] Aug 21 22:43:25.650 INFO O| Aug 21 22:43:25.650 INFO STEP 128 (remove_files) COMPLETE
56892026-08-21T22:43:27.066Z[ recovery-image] Aug 21 22:43:25.650 INFO O| Aug 21 22:43:25.650 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-08-21T22:43:27.066Z[ recovery-image] Aug 21 22:43:25.661 INFO O| Aug 21 22:43:25.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56912026-08-21T22:43:27.066Z[ recovery-image] Aug 21 22:43:25.661 INFO O| Aug 21 22:43:25.660 INFO STEP 129 (remove_files) COMPLETE
56922026-08-21T22:43:27.075Z[ recovery-image] Aug 21 22:43:25.661 INFO O| Aug 21 22:43:25.660 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-08-21T22:43:27.080Z[ recovery-image] Aug 21 22:43:25.673 INFO O| Aug 21 22:43:25.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56942026-08-21T22:43:27.080Z[ recovery-image] Aug 21 22:43:25.673 INFO O| Aug 21 22:43:25.673 INFO STEP 130 (remove_files) COMPLETE
56952026-08-21T22:43:27.080Z[ recovery-image] Aug 21 22:43:25.673 INFO O| Aug 21 22:43:25.673 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-08-21T22:43:27.097Z[ recovery-image] Aug 21 22:43:25.684 INFO O| Aug 21 22:43:25.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56972026-08-21T22:43:27.097Z[ recovery-image] Aug 21 22:43:25.684 INFO O| Aug 21 22:43:25.684 INFO STEP 131 (remove_files) COMPLETE
56982026-08-21T22:43:27.104Z[ recovery-image] Aug 21 22:43:25.684 INFO O| Aug 21 22:43:25.684 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-08-21T22:43:27.104Z[ recovery-image] Aug 21 22:43:25.695 INFO O| Aug 21 22:43:25.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
57002026-08-21T22:43:27.105Z[ recovery-image] Aug 21 22:43:25.695 INFO O| Aug 21 22:43:25.695 INFO STEP 132 (remove_files) COMPLETE
57012026-08-21T22:43:27.105Z[ recovery-image] Aug 21 22:43:25.695 INFO O| Aug 21 22:43:25.695 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-08-21T22:43:27.119Z[ recovery-image] Aug 21 22:43:25.706 INFO O| Aug 21 22:43:25.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
57032026-08-21T22:43:27.135Z[ recovery-image] Aug 21 22:43:25.706 INFO O| Aug 21 22:43:25.706 INFO STEP 133 (remove_files) COMPLETE
57042026-08-21T22:43:27.135Z[ recovery-image] Aug 21 22:43:25.706 INFO O| Aug 21 22:43:25.706 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-08-21T22:43:27.135Z[ recovery-image] Aug 21 22:43:25.717 INFO O| Aug 21 22:43:25.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57062026-08-21T22:43:27.135Z[ recovery-image] Aug 21 22:43:25.717 INFO O| Aug 21 22:43:25.717 INFO STEP 134 (remove_files) COMPLETE
57072026-08-21T22:43:27.135Z[ recovery-image] Aug 21 22:43:25.717 INFO O| Aug 21 22:43:25.717 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-08-21T22:43:27.146Z[ recovery-image] Aug 21 22:43:25.726 INFO O| Aug 21 22:43:25.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57092026-08-21T22:43:27.146Z[ recovery-image] Aug 21 22:43:25.726 INFO O| Aug 21 22:43:25.726 INFO STEP 135 (remove_files) COMPLETE
57102026-08-21T22:43:27.147Z[ recovery-image] Aug 21 22:43:25.726 INFO O| Aug 21 22:43:25.726 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-08-21T22:43:27.147Z[ recovery-image] Aug 21 22:43:25.737 INFO O| Aug 21 22:43:25.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57122026-08-21T22:43:27.147Z[ recovery-image] Aug 21 22:43:25.737 INFO O| Aug 21 22:43:25.737 INFO STEP 136 (remove_files) COMPLETE
57132026-08-21T22:43:27.148Z[ recovery-image] Aug 21 22:43:25.737 INFO O| Aug 21 22:43:25.737 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-08-21T22:43:27.175Z[ recovery-image] Aug 21 22:43:25.749 INFO O| Aug 21 22:43:25.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57152026-08-21T22:43:27.175Z[ recovery-image] Aug 21 22:43:25.749 INFO O| Aug 21 22:43:25.749 INFO STEP 137 (remove_files) COMPLETE
57162026-08-21T22:43:27.175Z[ recovery-image] Aug 21 22:43:25.749 INFO O| Aug 21 22:43:25.749 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-08-21T22:43:27.186Z[ recovery-image] Aug 21 22:43:25.759 INFO O| Aug 21 22:43:25.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57182026-08-21T22:43:27.186Z[ recovery-image] Aug 21 22:43:25.759 INFO O| Aug 21 22:43:25.759 INFO STEP 138 (remove_files) COMPLETE
57192026-08-21T22:43:27.186Z[ recovery-image] Aug 21 22:43:25.759 INFO O| Aug 21 22:43:25.759 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-08-21T22:43:27.186Z[ recovery-image] Aug 21 22:43:25.768 INFO O| Aug 21 22:43:25.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57212026-08-21T22:43:27.186Z[ recovery-image] Aug 21 22:43:25.768 INFO O| Aug 21 22:43:25.768 INFO STEP 139 (remove_files) COMPLETE
57222026-08-21T22:43:27.186Z[ recovery-image] Aug 21 22:43:25.768 INFO O| Aug 21 22:43:25.768 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-08-21T22:43:27.206Z[ recovery-image] Aug 21 22:43:25.779 INFO O| Aug 21 22:43:25.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57242026-08-21T22:43:27.208Z[ recovery-image] Aug 21 22:43:25.779 INFO O| Aug 21 22:43:25.779 INFO STEP 140 (remove_files) COMPLETE
57252026-08-21T22:43:27.208Z[ recovery-image] Aug 21 22:43:25.779 INFO O| Aug 21 22:43:25.779 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-08-21T22:43:27.208Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
57272026-08-21T22:43:27.208Z[ recovery-image] Aug 21 22:43:25.788 INFO O| Aug 21 22:43:25.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57282026-08-21T22:43:27.208Z[ recovery-image] Aug 21 22:43:25.788 INFO O| Aug 21 22:43:25.788 INFO STEP 141 (remove_files) COMPLETE
57292026-08-21T22:43:27.209Z[ recovery-image] Aug 21 22:43:25.788 INFO O| Aug 21 22:43:25.788 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-08-21T22:43:27.214Z[ recovery-image] Aug 21 22:43:25.797 INFO O| Aug 21 22:43:25.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57312026-08-21T22:43:27.214Z[ recovery-image] Aug 21 22:43:25.797 INFO O| Aug 21 22:43:25.797 INFO STEP 142 (remove_files) COMPLETE
57322026-08-21T22:43:27.214Z[ recovery-image] Aug 21 22:43:25.797 INFO O| Aug 21 22:43:25.797 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-08-21T22:43:27.214Z[ recovery-image] Aug 21 22:43:25.806 INFO O| Aug 21 22:43:25.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57342026-08-21T22:43:27.214Z[ recovery-image] Aug 21 22:43:25.806 INFO O| Aug 21 22:43:25.806 INFO STEP 143 (remove_files) COMPLETE
57352026-08-21T22:43:27.214Z[ recovery-image] Aug 21 22:43:25.806 INFO O| Aug 21 22:43:25.806 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57362026-08-21T22:43:27.228Z[ recovery-image] Aug 21 22:43:25.814 INFO O| Aug 21 22:43:25.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57372026-08-21T22:43:27.229Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
57382026-08-21T22:43:27.229Z[ recovery-image] Aug 21 22:43:25.814 INFO O| Aug 21 22:43:25.814 INFO STEP 144 (remove_files) COMPLETE
57392026-08-21T22:43:27.229Z[ recovery-image] Aug 21 22:43:25.814 INFO O| Aug 21 22:43:25.814 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-08-21T22:43:27.242Z[ recovery-image] Aug 21 22:43:25.823 INFO O| Aug 21 22:43:25.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57412026-08-21T22:43:27.242Z[ recovery-image] Aug 21 22:43:25.823 INFO O| Aug 21 22:43:25.823 INFO STEP 145 (remove_files) COMPLETE
57422026-08-21T22:43:27.242Z[ recovery-image] Aug 21 22:43:25.823 INFO O| Aug 21 22:43:25.823 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-08-21T22:43:27.242Z[ recovery-image] Aug 21 22:43:25.832 INFO O| Aug 21 22:43:25.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57442026-08-21T22:43:27.242Z[ recovery-image] Aug 21 22:43:25.832 INFO O| Aug 21 22:43:25.832 INFO STEP 146 (remove_files) COMPLETE
57452026-08-21T22:43:27.242Z[ recovery-image] Aug 21 22:43:25.832 INFO O| Aug 21 22:43:25.832 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-08-21T22:43:27.252Z[ recovery-image] Aug 21 22:43:25.842 INFO O| Aug 21 22:43:25.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57472026-08-21T22:43:27.253Z[ recovery-image] Aug 21 22:43:25.842 INFO O| Aug 21 22:43:25.842 INFO STEP 147 (remove_files) COMPLETE
57482026-08-21T22:43:27.253Z[ recovery-image] Aug 21 22:43:25.842 INFO O| Aug 21 22:43:25.842 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-08-21T22:43:27.260Z[ recovery-image] Aug 21 22:43:25.851 INFO O| Aug 21 22:43:25.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57502026-08-21T22:43:27.260Z[ recovery-image] Aug 21 22:43:25.851 INFO O| Aug 21 22:43:25.851 INFO STEP 148 (remove_files) COMPLETE
57512026-08-21T22:43:27.261Z[ recovery-image] Aug 21 22:43:25.851 INFO O| Aug 21 22:43:25.851 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-08-21T22:43:27.275Z[ recovery-image] Aug 21 22:43:25.860 INFO O| Aug 21 22:43:25.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57532026-08-21T22:43:27.275Z[ recovery-image] Aug 21 22:43:25.860 INFO O| Aug 21 22:43:25.860 INFO STEP 149 (remove_files) COMPLETE
57542026-08-21T22:43:27.286Z[ recovery-image] Aug 21 22:43:25.860 INFO O| Aug 21 22:43:25.860 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-08-21T22:43:27.286Z[ recovery-image] Aug 21 22:43:25.869 INFO O| Aug 21 22:43:25.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57562026-08-21T22:43:27.286Z[ recovery-image] Aug 21 22:43:25.869 INFO O| Aug 21 22:43:25.869 INFO STEP 150 (remove_files) COMPLETE
57572026-08-21T22:43:27.286Z[ recovery-image] Aug 21 22:43:25.869 INFO O| Aug 21 22:43:25.869 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-08-21T22:43:27.297Z[ recovery-image] Aug 21 22:43:25.877 INFO O| Aug 21 22:43:25.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57592026-08-21T22:43:27.297Z[ recovery-image] Aug 21 22:43:25.878 INFO O| Aug 21 22:43:25.878 INFO STEP 151 (remove_files) COMPLETE
57602026-08-21T22:43:27.297Z[ recovery-image] Aug 21 22:43:25.878 INFO O| Aug 21 22:43:25.878 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-08-21T22:43:27.297Z[ recovery-image] Aug 21 22:43:25.887 INFO O| Aug 21 22:43:25.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57622026-08-21T22:43:27.297Z[ recovery-image] Aug 21 22:43:25.887 INFO O| Aug 21 22:43:25.887 INFO STEP 152 (remove_files) COMPLETE
57632026-08-21T22:43:27.297Z[ recovery-image] Aug 21 22:43:25.887 INFO O| Aug 21 22:43:25.887 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-08-21T22:43:27.312Z[ recovery-image] Aug 21 22:43:25.896 INFO O| Aug 21 22:43:25.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57652026-08-21T22:43:27.312Z[ recovery-image] Aug 21 22:43:25.896 INFO O| Aug 21 22:43:25.896 INFO STEP 153 (remove_files) COMPLETE
57662026-08-21T22:43:27.312Z[ recovery-image] Aug 21 22:43:25.896 INFO O| Aug 21 22:43:25.896 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-08-21T22:43:27.331Z[ recovery-image] Aug 21 22:43:25.904 INFO O| Aug 21 22:43:25.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57682026-08-21T22:43:27.331Z[ recovery-image] Aug 21 22:43:25.904 INFO O| Aug 21 22:43:25.904 INFO STEP 154 (remove_files) COMPLETE
57692026-08-21T22:43:27.331Z[ recovery-image] Aug 21 22:43:25.904 INFO O| Aug 21 22:43:25.904 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-08-21T22:43:27.344Z[ recovery-image] Aug 21 22:43:25.918 INFO O| Aug 21 22:43:25.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57712026-08-21T22:43:27.344Z[ recovery-image] Aug 21 22:43:25.918 INFO O| Aug 21 22:43:25.918 INFO STEP 155 (remove_files) COMPLETE
57722026-08-21T22:43:27.346Z[ recovery-image] Aug 21 22:43:25.918 INFO O| Aug 21 22:43:25.918 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-08-21T22:43:27.346Z[ recovery-image] Aug 21 22:43:25.928 INFO O| Aug 21 22:43:25.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57742026-08-21T22:43:27.346Z[ recovery-image] Aug 21 22:43:25.929 INFO O| Aug 21 22:43:25.929 INFO STEP 156 (remove_files) COMPLETE
57752026-08-21T22:43:27.346Z[ recovery-image] Aug 21 22:43:25.929 INFO O| Aug 21 22:43:25.929 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-08-21T22:43:27.358Z[ recovery-image] Aug 21 22:43:25.938 INFO O| Aug 21 22:43:25.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57772026-08-21T22:43:27.358Z[ recovery-image] Aug 21 22:43:25.938 INFO O| Aug 21 22:43:25.938 INFO STEP 157 (remove_files) COMPLETE
57782026-08-21T22:43:27.358Z[ recovery-image] Aug 21 22:43:25.938 INFO O| Aug 21 22:43:25.938 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-08-21T22:43:27.358Z[ recovery-image] Aug 21 22:43:25.948 INFO O| Aug 21 22:43:25.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57802026-08-21T22:43:27.365Z[ recovery-image] Aug 21 22:43:25.949 INFO O| Aug 21 22:43:25.949 INFO STEP 158 (remove_files) COMPLETE
57812026-08-21T22:43:27.365Z[ recovery-image] Aug 21 22:43:25.949 INFO O| Aug 21 22:43:25.949 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-08-21T22:43:27.374Z[ recovery-image] Aug 21 22:43:25.959 INFO O| Aug 21 22:43:25.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57832026-08-21T22:43:27.374Z[ recovery-image] Aug 21 22:43:25.962 INFO O| Aug 21 22:43:25.962 INFO STEP 159 (remove_files) COMPLETE
57842026-08-21T22:43:27.374Z[ recovery-image] Aug 21 22:43:25.962 INFO O| Aug 21 22:43:25.962 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-08-21T22:43:27.386Z[ recovery-image] Aug 21 22:43:25.973 INFO O| Aug 21 22:43:25.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57862026-08-21T22:43:27.388Z[ recovery-image] Aug 21 22:43:25.973 INFO O| Aug 21 22:43:25.972 INFO STEP 160 (remove_files) COMPLETE
57872026-08-21T22:43:27.388Z[ recovery-image] Aug 21 22:43:25.973 INFO O| Aug 21 22:43:25.972 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-08-21T22:43:27.394Z[ recovery-image] Aug 21 22:43:25.981 INFO O| Aug 21 22:43:25.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57892026-08-21T22:43:27.394Z[ recovery-image] Aug 21 22:43:25.981 INFO O| Aug 21 22:43:25.981 INFO STEP 161 (remove_files) COMPLETE
57902026-08-21T22:43:27.394Z[ recovery-image] Aug 21 22:43:25.981 INFO O| Aug 21 22:43:25.981 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-08-21T22:43:27.403Z[ recovery-image] Aug 21 22:43:25.990 INFO O| Aug 21 22:43:25.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57922026-08-21T22:43:27.403Z[ recovery-image] Aug 21 22:43:25.991 INFO O| Aug 21 22:43:25.991 INFO STEP 162 (remove_files) COMPLETE
57932026-08-21T22:43:27.403Z[ recovery-image] Aug 21 22:43:25.991 INFO O| Aug 21 22:43:25.991 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-08-21T22:43:27.412Z[ recovery-image] Aug 21 22:43:26.001 INFO O| Aug 21 22:43:26.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57952026-08-21T22:43:27.412Z[ recovery-image] Aug 21 22:43:26.001 INFO O| Aug 21 22:43:26.000 INFO STEP 163 (remove_files) COMPLETE
57962026-08-21T22:43:27.412Z[ recovery-image] Aug 21 22:43:26.001 INFO O| Aug 21 22:43:26.000 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-08-21T22:43:27.421Z[ recovery-image] Aug 21 22:43:26.010 INFO O| Aug 21 22:43:26.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57982026-08-21T22:43:27.422Z[ recovery-image] Aug 21 22:43:26.010 INFO O| Aug 21 22:43:26.010 INFO STEP 164 (remove_files) COMPLETE
57992026-08-21T22:43:27.422Z[ recovery-image] Aug 21 22:43:26.010 INFO O| Aug 21 22:43:26.010 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-08-21T22:43:27.425Z[ recovery-image] Aug 21 22:43:26.019 INFO O| Aug 21 22:43:26.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
58012026-08-21T22:43:27.425Z[ recovery-image] Aug 21 22:43:26.019 INFO O| Aug 21 22:43:26.019 INFO STEP 165 (remove_files) COMPLETE
58022026-08-21T22:43:27.425Z[ recovery-image] Aug 21 22:43:26.019 INFO O| Aug 21 22:43:26.019 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-08-21T22:43:27.434Z[ recovery-image] Aug 21 22:43:26.029 INFO O| Aug 21 22:43:26.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
58042026-08-21T22:43:27.434Z[ recovery-image] Aug 21 22:43:26.029 INFO O| Aug 21 22:43:26.029 INFO STEP 166 (remove_files) COMPLETE
58052026-08-21T22:43:27.434Z[ recovery-image] Aug 21 22:43:26.029 INFO O| Aug 21 22:43:26.029 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-08-21T22:43:27.444Z[ recovery-image] Aug 21 22:43:26.037 INFO O| Aug 21 22:43:26.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58072026-08-21T22:43:27.444Z[ recovery-image] Aug 21 22:43:26.038 INFO O| Aug 21 22:43:26.037 INFO STEP 167 (remove_files) COMPLETE
58082026-08-21T22:43:27.456Z[ recovery-image] Aug 21 22:43:26.038 INFO O| Aug 21 22:43:26.037 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-08-21T22:43:27.456Z[ recovery-image] Aug 21 22:43:26.046 INFO O| Aug 21 22:43:26.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58102026-08-21T22:43:27.456Z[ recovery-image] Aug 21 22:43:26.046 INFO O| Aug 21 22:43:26.046 INFO STEP 168 (remove_files) COMPLETE
58112026-08-21T22:43:27.456Z[ recovery-image] Aug 21 22:43:26.046 INFO O| Aug 21 22:43:26.046 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-08-21T22:43:27.475Z[ recovery-image] Aug 21 22:43:26.057 INFO O| Aug 21 22:43:26.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58132026-08-21T22:43:27.475Z[ recovery-image] Aug 21 22:43:26.057 INFO O| Aug 21 22:43:26.057 INFO STEP 169 (remove_files) COMPLETE
58142026-08-21T22:43:27.475Z[ recovery-image] Aug 21 22:43:26.057 INFO O| Aug 21 22:43:26.057 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-08-21T22:43:27.482Z[ recovery-image] Aug 21 22:43:26.067 INFO O| Aug 21 22:43:26.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58162026-08-21T22:43:27.483Z[ recovery-image] Aug 21 22:43:26.067 INFO O| Aug 21 22:43:26.067 INFO STEP 170 (remove_files) COMPLETE
58172026-08-21T22:43:27.483Z[ recovery-image] Aug 21 22:43:26.067 INFO O| Aug 21 22:43:26.067 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-08-21T22:43:27.498Z[ recovery-image] Aug 21 22:43:26.079 INFO O| Aug 21 22:43:26.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58192026-08-21T22:43:27.499Z[ recovery-image] Aug 21 22:43:26.079 INFO O| Aug 21 22:43:26.079 INFO STEP 171 (remove_files) COMPLETE
58202026-08-21T22:43:27.499Z[ recovery-image] Aug 21 22:43:26.079 INFO O| Aug 21 22:43:26.079 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-08-21T22:43:27.509Z[ recovery-image] Aug 21 22:43:26.089 INFO O| Aug 21 22:43:26.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58222026-08-21T22:43:27.509Z[ recovery-image] Aug 21 22:43:26.089 INFO O| Aug 21 22:43:26.089 INFO STEP 172 (remove_files) COMPLETE
58232026-08-21T22:43:27.509Z[ recovery-image] Aug 21 22:43:26.089 INFO O| Aug 21 22:43:26.089 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-08-21T22:43:27.509Z[ recovery-image] Aug 21 22:43:26.098 INFO O| Aug 21 22:43:26.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58252026-08-21T22:43:27.509Z[ recovery-image] Aug 21 22:43:26.098 INFO O| Aug 21 22:43:26.098 INFO STEP 173 (remove_files) COMPLETE
58262026-08-21T22:43:27.509Z[ recovery-image] Aug 21 22:43:26.098 INFO O| Aug 21 22:43:26.098 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-08-21T22:43:27.516Z[ recovery-image] Aug 21 22:43:26.108 INFO O| Aug 21 22:43:26.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58282026-08-21T22:43:27.516Z[ recovery-image] Aug 21 22:43:26.108 INFO O| Aug 21 22:43:26.108 INFO STEP 174 (remove_files) COMPLETE
58292026-08-21T22:43:27.516Z[ recovery-image] Aug 21 22:43:26.108 INFO O| Aug 21 22:43:26.108 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-08-21T22:43:27.525Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
58312026-08-21T22:43:27.530Z[ recovery-image] Aug 21 22:43:26.118 INFO O| Aug 21 22:43:26.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58322026-08-21T22:43:27.530Z[ recovery-image] Aug 21 22:43:26.118 INFO O| Aug 21 22:43:26.118 INFO STEP 175 (remove_files) COMPLETE
58332026-08-21T22:43:27.530Z[ recovery-image] Aug 21 22:43:26.118 INFO O| Aug 21 22:43:26.118 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-08-21T22:43:27.538Z[ recovery-image] Aug 21 22:43:26.129 INFO O| Aug 21 22:43:26.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58352026-08-21T22:43:27.538Z[ recovery-image] Aug 21 22:43:26.129 INFO O| Aug 21 22:43:26.128 INFO STEP 176 (remove_files) COMPLETE
58362026-08-21T22:43:27.538Z[ recovery-image] Aug 21 22:43:26.129 INFO O| Aug 21 22:43:26.128 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-08-21T22:43:27.550Z[ recovery-image] Aug 21 22:43:26.138 INFO O| Aug 21 22:43:26.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58382026-08-21T22:43:27.569Z[ recovery-image] Aug 21 22:43:26.139 INFO O| Aug 21 22:43:26.139 INFO STEP 177 (remove_files) COMPLETE
58392026-08-21T22:43:27.569Z[ recovery-image] Aug 21 22:43:26.139 INFO O| Aug 21 22:43:26.139 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-08-21T22:43:27.569Z[ recovery-image] Aug 21 22:43:26.150 INFO O| Aug 21 22:43:26.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58412026-08-21T22:43:27.569Z[ recovery-image] Aug 21 22:43:26.150 INFO O| Aug 21 22:43:26.150 INFO STEP 178 (remove_files) COMPLETE
58422026-08-21T22:43:27.570Z[ recovery-image] Aug 21 22:43:26.150 INFO O| Aug 21 22:43:26.150 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-08-21T22:43:27.576Z[ recovery-image] Aug 21 22:43:26.160 INFO O| Aug 21 22:43:26.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58442026-08-21T22:43:27.576Z[ recovery-image] Aug 21 22:43:26.160 INFO O| Aug 21 22:43:26.160 INFO STEP 179 (remove_files) COMPLETE
58452026-08-21T22:43:27.576Z[ recovery-image] Aug 21 22:43:26.160 INFO O| Aug 21 22:43:26.160 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-08-21T22:43:27.576Z[verify-libraries] Compiling socket2 v0.5.10
58472026-08-21T22:43:27.576Z[ recovery-image] Aug 21 22:43:26.169 INFO O| Aug 21 22:43:26.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58482026-08-21T22:43:27.576Z[ recovery-image] Aug 21 22:43:26.169 INFO O| Aug 21 22:43:26.169 INFO STEP 180 (remove_files) COMPLETE
58492026-08-21T22:43:27.576Z[ recovery-image] Aug 21 22:43:26.169 INFO O| Aug 21 22:43:26.169 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58502026-08-21T22:43:27.598Z[ recovery-image] Aug 21 22:43:26.180 INFO O| Aug 21 22:43:26.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58512026-08-21T22:43:27.598Z[ recovery-image] Aug 21 22:43:26.181 INFO O| Aug 21 22:43:26.181 INFO STEP 181 (remove_files) COMPLETE
58522026-08-21T22:43:27.598Z[ recovery-image] Aug 21 22:43:26.181 INFO O| Aug 21 22:43:26.181 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58532026-08-21T22:43:27.615Z[ recovery-image] Aug 21 22:43:26.192 INFO O| Aug 21 22:43:26.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58542026-08-21T22:43:27.615Z[ recovery-image] Aug 21 22:43:26.192 INFO O| Aug 21 22:43:26.192 INFO STEP 182 (remove_files) COMPLETE
58552026-08-21T22:43:27.615Z[ recovery-image] Aug 21 22:43:26.192 INFO O| Aug 21 22:43:26.192 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58562026-08-21T22:43:27.636Z[ recovery-image] Aug 21 22:43:26.202 INFO O| Aug 21 22:43:26.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58572026-08-21T22:43:27.636Z[ recovery-image] Aug 21 22:43:26.202 INFO O| Aug 21 22:43:26.202 INFO STEP 183 (remove_files) COMPLETE
58582026-08-21T22:43:27.637Z[ recovery-image] Aug 21 22:43:26.202 INFO O| Aug 21 22:43:26.202 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58592026-08-21T22:43:27.637Z[ recovery-image] Aug 21 22:43:26.211 INFO O| Aug 21 22:43:26.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58602026-08-21T22:43:27.637Z[ recovery-image] Aug 21 22:43:26.211 INFO O| Aug 21 22:43:26.211 INFO STEP 184 (remove_files) COMPLETE
58612026-08-21T22:43:27.637Z[ recovery-image] Aug 21 22:43:26.211 INFO O| Aug 21 22:43:26.211 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58622026-08-21T22:43:27.647Z[ recovery-image] Aug 21 22:43:26.221 INFO O| Aug 21 22:43:26.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58632026-08-21T22:43:27.647Z[ recovery-image] Aug 21 22:43:26.221 INFO O| Aug 21 22:43:26.221 INFO STEP 185 (remove_files) COMPLETE
58642026-08-21T22:43:27.647Z[ recovery-image] Aug 21 22:43:26.221 INFO O| Aug 21 22:43:26.221 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58652026-08-21T22:43:27.647Z[ recovery-image] Aug 21 22:43:26.232 INFO O| Aug 21 22:43:26.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58662026-08-21T22:43:27.647Z[ recovery-image] Aug 21 22:43:26.232 INFO O| Aug 21 22:43:26.232 INFO STEP 186 (remove_files) COMPLETE
58672026-08-21T22:43:27.647Z[ recovery-image] Aug 21 22:43:26.232 INFO O| Aug 21 22:43:26.232 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58682026-08-21T22:43:27.657Z[ recovery-image] Aug 21 22:43:26.243 INFO O| Aug 21 22:43:26.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58692026-08-21T22:43:27.657Z[ recovery-image] Aug 21 22:43:26.243 INFO O| Aug 21 22:43:26.243 INFO STEP 187 (remove_files) COMPLETE
58702026-08-21T22:43:27.657Z[ recovery-image] Aug 21 22:43:26.243 INFO O| Aug 21 22:43:26.243 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58712026-08-21T22:43:27.662Z[ recovery-image] Aug 21 22:43:26.252 INFO O| Aug 21 22:43:26.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58722026-08-21T22:43:27.662Z[ recovery-image] Aug 21 22:43:26.253 INFO O| Aug 21 22:43:26.253 INFO STEP 188 (remove_files) COMPLETE
58732026-08-21T22:43:27.662Z[ recovery-image] Aug 21 22:43:26.253 INFO O| Aug 21 22:43:26.253 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58742026-08-21T22:43:27.684Z[ recovery-image] Aug 21 22:43:26.262 INFO O| Aug 21 22:43:26.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58752026-08-21T22:43:27.684Z[ recovery-image] Aug 21 22:43:26.262 INFO O| Aug 21 22:43:26.262 INFO STEP 189 (remove_files) COMPLETE
58762026-08-21T22:43:27.684Z[ recovery-image] Aug 21 22:43:26.262 INFO O| Aug 21 22:43:26.262 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58772026-08-21T22:43:27.696Z[ recovery-image] Aug 21 22:43:26.273 INFO O| Aug 21 22:43:26.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58782026-08-21T22:43:27.696Z[ recovery-image] Aug 21 22:43:26.273 INFO O| Aug 21 22:43:26.273 INFO STEP 190 (remove_files) COMPLETE
58792026-08-21T22:43:27.696Z[ recovery-image] Aug 21 22:43:26.273 INFO O| Aug 21 22:43:26.273 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58802026-08-21T22:43:27.696Z[ recovery-image] Aug 21 22:43:26.284 INFO O| Aug 21 22:43:26.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58812026-08-21T22:43:27.696Z[ recovery-image] Aug 21 22:43:26.284 INFO O| Aug 21 22:43:26.284 INFO STEP 191 (remove_files) COMPLETE
58822026-08-21T22:43:27.697Z[ recovery-image] Aug 21 22:43:26.284 INFO O| Aug 21 22:43:26.284 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58832026-08-21T22:43:27.707Z[ recovery-image] Aug 21 22:43:26.294 INFO O| Aug 21 22:43:26.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58842026-08-21T22:43:27.707Z[ recovery-image] Aug 21 22:43:26.294 INFO O| Aug 21 22:43:26.294 INFO STEP 192 (remove_files) COMPLETE
58852026-08-21T22:43:27.707Z[ recovery-image] Aug 21 22:43:26.294 INFO O| Aug 21 22:43:26.294 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58862026-08-21T22:43:27.718Z[ recovery-image] Aug 21 22:43:26.302 INFO O| Aug 21 22:43:26.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58872026-08-21T22:43:27.718Z[ recovery-image] Aug 21 22:43:26.302 INFO O| Aug 21 22:43:26.302 INFO STEP 193 (remove_files) COMPLETE
58882026-08-21T22:43:27.719Z[ recovery-image] Aug 21 22:43:26.302 INFO O| Aug 21 22:43:26.302 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58892026-08-21T22:43:27.734Z[ recovery-image] Aug 21 22:43:26.311 INFO O| Aug 21 22:43:26.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58902026-08-21T22:43:27.734Z[ recovery-image] Aug 21 22:43:26.311 INFO O| Aug 21 22:43:26.311 INFO STEP 194 (remove_files) COMPLETE
58912026-08-21T22:43:27.734Z[ recovery-image] Aug 21 22:43:26.311 INFO O| Aug 21 22:43:26.311 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58922026-08-21T22:43:27.734Z[ recovery-image] Aug 21 22:43:26.319 INFO O| Aug 21 22:43:26.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58932026-08-21T22:43:27.734Z[ recovery-image] Aug 21 22:43:26.319 INFO O| Aug 21 22:43:26.319 INFO STEP 195 (remove_files) COMPLETE
58942026-08-21T22:43:27.734Z[ recovery-image] Aug 21 22:43:26.319 INFO O| Aug 21 22:43:26.319 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58952026-08-21T22:43:27.746Z[ recovery-image] Aug 21 22:43:26.328 INFO O| Aug 21 22:43:26.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58962026-08-21T22:43:27.746Z[ recovery-image] Aug 21 22:43:26.328 INFO O| Aug 21 22:43:26.328 INFO STEP 196 (remove_files) COMPLETE
58972026-08-21T22:43:27.746Z[ recovery-image] Aug 21 22:43:26.328 INFO O| Aug 21 22:43:26.328 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58982026-08-21T22:43:27.746Z[ recovery-image] Aug 21 22:43:26.336 INFO O| Aug 21 22:43:26.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58992026-08-21T22:43:27.746Z[ recovery-image] Aug 21 22:43:26.336 INFO O| Aug 21 22:43:26.336 INFO STEP 197 (remove_files) COMPLETE
59002026-08-21T22:43:27.746Z[ recovery-image] Aug 21 22:43:26.336 INFO O| Aug 21 22:43:26.336 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59012026-08-21T22:43:27.759Z[ recovery-image] Aug 21 22:43:26.347 INFO O| Aug 21 22:43:26.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
59022026-08-21T22:43:27.759Z[ recovery-image] Aug 21 22:43:26.347 INFO O| Aug 21 22:43:26.347 INFO STEP 198 (remove_files) COMPLETE
59032026-08-21T22:43:27.759Z[ recovery-image] Aug 21 22:43:26.347 INFO O| Aug 21 22:43:26.347 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59042026-08-21T22:43:27.771Z[ recovery-image] Aug 21 22:43:26.358 INFO O| Aug 21 22:43:26.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
59052026-08-21T22:43:27.771Z[ recovery-image] Aug 21 22:43:26.358 INFO O| Aug 21 22:43:26.358 INFO STEP 199 (remove_files) COMPLETE
59062026-08-21T22:43:27.771Z[ recovery-image] Aug 21 22:43:26.358 INFO O| Aug 21 22:43:26.358 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59072026-08-21T22:43:27.779Z[ recovery-image] Aug 21 22:43:26.367 INFO O| Aug 21 22:43:26.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
59082026-08-21T22:43:27.780Z[ recovery-image] Aug 21 22:43:26.367 INFO O| Aug 21 22:43:26.367 INFO STEP 200 (remove_files) COMPLETE
59092026-08-21T22:43:27.780Z[ recovery-image] Aug 21 22:43:26.367 INFO O| Aug 21 22:43:26.367 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59102026-08-21T22:43:27.793Z[ recovery-image] Aug 21 22:43:26.377 INFO O| Aug 21 22:43:26.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59112026-08-21T22:43:27.793Z[ recovery-image] Aug 21 22:43:26.378 INFO O| Aug 21 22:43:26.377 INFO STEP 201 (remove_files) COMPLETE
59122026-08-21T22:43:27.793Z[ recovery-image] Aug 21 22:43:26.378 INFO O| Aug 21 22:43:26.378 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-08-21T22:43:27.806Z[ recovery-image] Aug 21 22:43:26.387 INFO O| Aug 21 22:43:26.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59142026-08-21T22:43:27.806Z[ recovery-image] Aug 21 22:43:26.387 INFO O| Aug 21 22:43:26.387 INFO STEP 202 (remove_files) COMPLETE
59152026-08-21T22:43:27.806Z[ recovery-image] Aug 21 22:43:26.387 INFO O| Aug 21 22:43:26.387 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-08-21T22:43:27.821Z[ recovery-image] Aug 21 22:43:26.398 INFO O| Aug 21 22:43:26.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59172026-08-21T22:43:27.822Z[ recovery-image] Aug 21 22:43:26.398 INFO O| Aug 21 22:43:26.395 INFO STEP 203 (remove_files) COMPLETE
59182026-08-21T22:43:27.822Z[ recovery-image] Aug 21 22:43:26.398 INFO O| Aug 21 22:43:26.395 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-08-21T22:43:27.822Z[ recovery-image] Aug 21 22:43:26.404 INFO O| Aug 21 22:43:26.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59202026-08-21T22:43:27.822Z[ recovery-image] Aug 21 22:43:26.404 INFO O| Aug 21 22:43:26.404 INFO STEP 204 (remove_files) COMPLETE
59212026-08-21T22:43:27.822Z[ recovery-image] Aug 21 22:43:26.404 INFO O| Aug 21 22:43:26.404 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-08-21T22:43:27.832Z[ recovery-image] Aug 21 22:43:26.412 INFO O| Aug 21 22:43:26.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59232026-08-21T22:43:27.832Z[ recovery-image] Aug 21 22:43:26.413 INFO O| Aug 21 22:43:26.413 INFO STEP 205 (remove_files) COMPLETE
59242026-08-21T22:43:27.832Z[ recovery-image] Aug 21 22:43:26.413 INFO O| Aug 21 22:43:26.413 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-08-21T22:43:27.832Z[ recovery-image] Aug 21 22:43:26.422 INFO O| Aug 21 22:43:26.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59262026-08-21T22:43:27.832Z[ recovery-image] Aug 21 22:43:26.422 INFO O| Aug 21 22:43:26.422 INFO STEP 206 (remove_files) COMPLETE
59272026-08-21T22:43:27.832Z[ recovery-image] Aug 21 22:43:26.422 INFO O| Aug 21 22:43:26.422 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-08-21T22:43:27.848Z[ recovery-image] Aug 21 22:43:26.433 INFO O| Aug 21 22:43:26.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59292026-08-21T22:43:27.848Z[ recovery-image] Aug 21 22:43:26.433 INFO O| Aug 21 22:43:26.433 INFO STEP 207 (remove_files) COMPLETE
59302026-08-21T22:43:27.848Z[ recovery-image] Aug 21 22:43:26.433 INFO O| Aug 21 22:43:26.433 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-08-21T22:43:27.857Z[ recovery-image] Aug 21 22:43:26.444 INFO O| Aug 21 22:43:26.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59322026-08-21T22:43:27.858Z[ recovery-image] Aug 21 22:43:26.444 INFO O| Aug 21 22:43:26.444 INFO STEP 208 (remove_files) COMPLETE
59332026-08-21T22:43:27.858Z[ recovery-image] Aug 21 22:43:26.444 INFO O| Aug 21 22:43:26.444 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-08-21T22:43:27.866Z[ recovery-image] Aug 21 22:43:26.454 INFO O| Aug 21 22:43:26.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59352026-08-21T22:43:27.866Z[ recovery-image] Aug 21 22:43:26.454 INFO O| Aug 21 22:43:26.454 INFO STEP 209 (remove_files) COMPLETE
59362026-08-21T22:43:27.866Z[ recovery-image] Aug 21 22:43:26.454 INFO O| Aug 21 22:43:26.454 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-08-21T22:43:27.875Z[ recovery-image] Aug 21 22:43:26.464 INFO O| Aug 21 22:43:26.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59382026-08-21T22:43:27.875Z[ recovery-image] Aug 21 22:43:26.464 INFO O| Aug 21 22:43:26.464 INFO STEP 210 (remove_files) COMPLETE
59392026-08-21T22:43:27.875Z[ recovery-image] Aug 21 22:43:26.464 INFO O| Aug 21 22:43:26.464 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-08-21T22:43:27.879Z[verify-libraries] Compiling fs-err v2.11.0
59412026-08-21T22:43:27.897Z[ recovery-image] Aug 21 22:43:26.474 INFO O| Aug 21 22:43:26.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59422026-08-21T22:43:27.898Z[ recovery-image] Aug 21 22:43:26.474 INFO O| Aug 21 22:43:26.474 INFO STEP 211 (remove_files) COMPLETE
59432026-08-21T22:43:27.898Z[ recovery-image] Aug 21 22:43:26.474 INFO O| Aug 21 22:43:26.474 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-08-21T22:43:27.916Z[ recovery-image] Aug 21 22:43:26.485 INFO O| Aug 21 22:43:26.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59452026-08-21T22:43:27.917Z[ recovery-image] Aug 21 22:43:26.485 INFO O| Aug 21 22:43:26.485 INFO STEP 212 (remove_files) COMPLETE
59462026-08-21T22:43:27.917Z[ recovery-image] Aug 21 22:43:26.485 INFO O| Aug 21 22:43:26.485 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-08-21T22:43:27.917Z[ recovery-image] Aug 21 22:43:26.494 INFO O| Aug 21 22:43:26.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59482026-08-21T22:43:27.918Z[ recovery-image] Aug 21 22:43:26.494 INFO O| Aug 21 22:43:26.494 INFO STEP 213 (remove_files) COMPLETE
59492026-08-21T22:43:27.918Z[ recovery-image] Aug 21 22:43:26.494 INFO O| Aug 21 22:43:26.494 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-08-21T22:43:27.926Z[ recovery-image] Aug 21 22:43:26.504 INFO O| Aug 21 22:43:26.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59512026-08-21T22:43:27.926Z[ recovery-image] Aug 21 22:43:26.504 INFO O| Aug 21 22:43:26.504 INFO STEP 214 (remove_files) COMPLETE
59522026-08-21T22:43:27.926Z[ recovery-image] Aug 21 22:43:26.504 INFO O| Aug 21 22:43:26.504 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-08-21T22:43:27.926Z[ recovery-image] Aug 21 22:43:26.514 INFO O| Aug 21 22:43:26.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59542026-08-21T22:43:27.926Z[ recovery-image] Aug 21 22:43:26.514 INFO O| Aug 21 22:43:26.514 INFO STEP 215 (remove_files) COMPLETE
59552026-08-21T22:43:27.926Z[ recovery-image] Aug 21 22:43:26.514 INFO O| Aug 21 22:43:26.514 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-08-21T22:43:27.934Z[ recovery-image] Aug 21 22:43:26.524 INFO O| Aug 21 22:43:26.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59572026-08-21T22:43:27.934Z[ recovery-image] Aug 21 22:43:26.524 INFO O| Aug 21 22:43:26.524 INFO STEP 216 (remove_files) COMPLETE
59582026-08-21T22:43:27.934Z[ recovery-image] Aug 21 22:43:26.524 INFO O| Aug 21 22:43:26.524 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-08-21T22:43:27.941Z[ recovery-image] Aug 21 22:43:26.533 INFO O| Aug 21 22:43:26.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59602026-08-21T22:43:27.941Z[ recovery-image] Aug 21 22:43:26.534 INFO O| Aug 21 22:43:26.534 INFO STEP 217 (remove_files) COMPLETE
59612026-08-21T22:43:27.942Z[ recovery-image] Aug 21 22:43:26.534 INFO O| Aug 21 22:43:26.534 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-08-21T22:43:27.952Z[ recovery-image] Aug 21 22:43:26.543 INFO O| Aug 21 22:43:26.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59632026-08-21T22:43:27.952Z[ recovery-image] Aug 21 22:43:26.543 INFO O| Aug 21 22:43:26.543 INFO STEP 218 (remove_files) COMPLETE
59642026-08-21T22:43:27.958Z[ recovery-image] Aug 21 22:43:26.543 INFO O| Aug 21 22:43:26.543 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-08-21T22:43:27.968Z[ recovery-image] Aug 21 22:43:26.552 INFO O| Aug 21 22:43:26.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59662026-08-21T22:43:27.968Z[ recovery-image] Aug 21 22:43:26.552 INFO O| Aug 21 22:43:26.552 INFO STEP 219 (remove_files) COMPLETE
59672026-08-21T22:43:27.968Z[ recovery-image] Aug 21 22:43:26.552 INFO O| Aug 21 22:43:26.552 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-08-21T22:43:27.981Z[ recovery-image] Aug 21 22:43:26.562 INFO O| Aug 21 22:43:26.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59692026-08-21T22:43:27.981Z[ recovery-image] Aug 21 22:43:26.562 INFO O| Aug 21 22:43:26.562 INFO STEP 220 (remove_files) COMPLETE
59702026-08-21T22:43:27.981Z[ recovery-image] Aug 21 22:43:26.562 INFO O| Aug 21 22:43:26.562 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-08-21T22:43:27.998Z[ recovery-image] Aug 21 22:43:26.571 INFO O| Aug 21 22:43:26.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59722026-08-21T22:43:27.998Z[ recovery-image] Aug 21 22:43:26.571 INFO O| Aug 21 22:43:26.571 INFO STEP 221 (remove_files) COMPLETE
59732026-08-21T22:43:27.998Z[ recovery-image] Aug 21 22:43:26.571 INFO O| Aug 21 22:43:26.571 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-08-21T22:43:27.998Z[ recovery-image] Aug 21 22:43:26.580 INFO O| Aug 21 22:43:26.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59752026-08-21T22:43:27.998Z[ recovery-image] Aug 21 22:43:26.580 INFO O| Aug 21 22:43:26.580 INFO STEP 222 (remove_files) COMPLETE
59762026-08-21T22:43:27.998Z[ recovery-image] Aug 21 22:43:26.580 INFO O| Aug 21 22:43:26.580 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-08-21T22:43:28.009Z[ recovery-image] Aug 21 22:43:26.588 INFO O| Aug 21 22:43:26.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59782026-08-21T22:43:28.009Z[ recovery-image] Aug 21 22:43:26.588 INFO O| Aug 21 22:43:26.588 INFO STEP 223 (remove_files) COMPLETE
59792026-08-21T22:43:28.009Z[ recovery-image] Aug 21 22:43:26.588 INFO O| Aug 21 22:43:26.588 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-08-21T22:43:28.009Z[ recovery-image] Aug 21 22:43:26.599 INFO O| Aug 21 22:43:26.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59812026-08-21T22:43:28.009Z[ recovery-image] Aug 21 22:43:26.599 INFO O| Aug 21 22:43:26.599 INFO STEP 224 (remove_files) COMPLETE
59822026-08-21T22:43:28.009Z[ recovery-image] Aug 21 22:43:26.599 INFO O| Aug 21 22:43:26.599 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-08-21T22:43:28.018Z[ recovery-image] Aug 21 22:43:26.611 INFO O| Aug 21 22:43:26.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59842026-08-21T22:43:28.018Z[ recovery-image] Aug 21 22:43:26.611 INFO O| Aug 21 22:43:26.611 INFO STEP 225 (remove_files) COMPLETE
59852026-08-21T22:43:28.018Z[ recovery-image] Aug 21 22:43:26.611 INFO O| Aug 21 22:43:26.611 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-08-21T22:43:28.027Z[ recovery-image] Aug 21 22:43:26.621 INFO O| Aug 21 22:43:26.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59872026-08-21T22:43:28.027Z[ recovery-image] Aug 21 22:43:26.621 INFO O| Aug 21 22:43:26.621 INFO STEP 226 (remove_files) COMPLETE
59882026-08-21T22:43:28.027Z[ recovery-image] Aug 21 22:43:26.621 INFO O| Aug 21 22:43:26.621 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-08-21T22:43:28.039Z[ recovery-image] Aug 21 22:43:26.633 INFO O| Aug 21 22:43:26.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59902026-08-21T22:43:28.039Z[ recovery-image] Aug 21 22:43:26.633 INFO O| Aug 21 22:43:26.632 INFO STEP 227 (remove_files) COMPLETE
59912026-08-21T22:43:28.063Z[ recovery-image] Aug 21 22:43:26.633 INFO O| Aug 21 22:43:26.632 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-08-21T22:43:28.072Z[ recovery-image] Aug 21 22:43:26.643 INFO O| Aug 21 22:43:26.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59932026-08-21T22:43:28.072Z[ recovery-image] Aug 21 22:43:26.644 INFO O| Aug 21 22:43:26.644 INFO STEP 228 (remove_files) COMPLETE
59942026-08-21T22:43:28.072Z[ recovery-image] Aug 21 22:43:26.644 INFO O| Aug 21 22:43:26.644 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-08-21T22:43:28.072Z[ recovery-image] Aug 21 22:43:26.653 INFO O| Aug 21 22:43:26.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59962026-08-21T22:43:28.072Z[ recovery-image] Aug 21 22:43:26.653 INFO O| Aug 21 22:43:26.653 INFO STEP 229 (remove_files) COMPLETE
59972026-08-21T22:43:28.072Z[ recovery-image] Aug 21 22:43:26.653 INFO O| Aug 21 22:43:26.653 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-08-21T22:43:28.077Z[ recovery-image] Aug 21 22:43:26.663 INFO O| Aug 21 22:43:26.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59992026-08-21T22:43:28.077Z[ recovery-image] Aug 21 22:43:26.663 INFO O| Aug 21 22:43:26.663 INFO STEP 230 (remove_files) COMPLETE
60002026-08-21T22:43:28.077Z[ recovery-image] Aug 21 22:43:26.663 INFO O| Aug 21 22:43:26.663 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-08-21T22:43:28.096Z[ recovery-image] Aug 21 22:43:26.672 INFO O| Aug 21 22:43:26.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
60022026-08-21T22:43:28.096Z[ recovery-image] Aug 21 22:43:26.672 INFO O| Aug 21 22:43:26.672 INFO STEP 231 (remove_files) COMPLETE
60032026-08-21T22:43:28.096Z[ recovery-image] Aug 21 22:43:26.672 INFO O| Aug 21 22:43:26.672 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-08-21T22:43:28.107Z[ recovery-image] Aug 21 22:43:26.682 INFO O| Aug 21 22:43:26.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
60052026-08-21T22:43:28.108Z[ recovery-image] Aug 21 22:43:26.682 INFO O| Aug 21 22:43:26.682 INFO STEP 232 (remove_files) COMPLETE
60062026-08-21T22:43:28.108Z[ recovery-image] Aug 21 22:43:26.682 INFO O| Aug 21 22:43:26.682 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-08-21T22:43:28.108Z[verify-libraries] Compiling internet-checksum v0.2.1
60082026-08-21T22:43:28.108Z[ recovery-image] Aug 21 22:43:26.691 INFO O| Aug 21 22:43:26.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
60092026-08-21T22:43:28.108Z[ recovery-image] Aug 21 22:43:26.691 INFO O| Aug 21 22:43:26.691 INFO STEP 233 (remove_files) COMPLETE
60102026-08-21T22:43:28.108Z[ recovery-image] Aug 21 22:43:26.691 INFO O| Aug 21 22:43:26.691 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-08-21T22:43:28.122Z[ recovery-image] Aug 21 22:43:26.701 INFO O| Aug 21 22:43:26.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60122026-08-21T22:43:28.123Z[ recovery-image] Aug 21 22:43:26.701 INFO O| Aug 21 22:43:26.701 INFO STEP 234 (remove_files) COMPLETE
60132026-08-21T22:43:28.123Z[ recovery-image] Aug 21 22:43:26.701 INFO O| Aug 21 22:43:26.701 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-08-21T22:43:28.123Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
60152026-08-21T22:43:28.140Z[ recovery-image] Aug 21 22:43:26.712 INFO O| Aug 21 22:43:26.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60162026-08-21T22:43:28.140Z[ recovery-image] Aug 21 22:43:26.712 INFO O| Aug 21 22:43:26.712 INFO STEP 235 (remove_files) COMPLETE
60172026-08-21T22:43:28.140Z[ recovery-image] Aug 21 22:43:26.712 INFO O| Aug 21 22:43:26.712 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-08-21T22:43:28.162Z[ recovery-image] Aug 21 22:43:26.723 INFO O| Aug 21 22:43:26.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60192026-08-21T22:43:28.162Z[ recovery-image] Aug 21 22:43:26.723 INFO O| Aug 21 22:43:26.723 INFO STEP 236 (remove_files) COMPLETE
60202026-08-21T22:43:28.162Z[ recovery-image] Aug 21 22:43:26.723 INFO O| Aug 21 22:43:26.723 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-08-21T22:43:28.162Z[ recovery-image] Aug 21 22:43:26.733 INFO O| Aug 21 22:43:26.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60222026-08-21T22:43:28.162Z[ recovery-image] Aug 21 22:43:26.733 INFO O| Aug 21 22:43:26.733 INFO STEP 237 (remove_files) COMPLETE
60232026-08-21T22:43:28.163Z[ recovery-image] Aug 21 22:43:26.733 INFO O| Aug 21 22:43:26.733 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-08-21T22:43:28.163Z[ recovery-image] Aug 21 22:43:26.742 INFO O| Aug 21 22:43:26.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60252026-08-21T22:43:28.163Z[ recovery-image] Aug 21 22:43:26.742 INFO O| Aug 21 22:43:26.742 INFO STEP 238 (remove_files) COMPLETE
60262026-08-21T22:43:28.163Z[ recovery-image] Aug 21 22:43:26.742 INFO O| Aug 21 22:43:26.742 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-08-21T22:43:28.174Z[ recovery-image] Aug 21 22:43:26.752 INFO O| Aug 21 22:43:26.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60282026-08-21T22:43:28.175Z[ recovery-image] Aug 21 22:43:26.752 INFO O| Aug 21 22:43:26.752 INFO STEP 239 (remove_files) COMPLETE
60292026-08-21T22:43:28.175Z[ recovery-image] Aug 21 22:43:26.752 INFO O| Aug 21 22:43:26.752 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-08-21T22:43:28.175Z[ recovery-image] Aug 21 22:43:26.760 INFO O| Aug 21 22:43:26.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60312026-08-21T22:43:28.175Z[ recovery-image] Aug 21 22:43:26.760 INFO O| Aug 21 22:43:26.760 INFO STEP 240 (remove_files) COMPLETE
60322026-08-21T22:43:28.175Z[ recovery-image] Aug 21 22:43:26.760 INFO O| Aug 21 22:43:26.760 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-08-21T22:43:28.185Z[ recovery-image] Aug 21 22:43:26.768 INFO O| Aug 21 22:43:26.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60342026-08-21T22:43:28.185Z[ recovery-image] Aug 21 22:43:26.768 INFO O| Aug 21 22:43:26.768 INFO STEP 241 (remove_files) COMPLETE
60352026-08-21T22:43:28.185Z[ recovery-image] Aug 21 22:43:26.768 INFO O| Aug 21 22:43:26.768 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60362026-08-21T22:43:28.186Z[ recovery-image] Aug 21 22:43:26.776 INFO O| Aug 21 22:43:26.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60372026-08-21T22:43:28.187Z[ recovery-image] Aug 21 22:43:26.776 INFO O| Aug 21 22:43:26.776 INFO STEP 242 (remove_files) COMPLETE
60382026-08-21T22:43:28.187Z[ recovery-image] Aug 21 22:43:26.776 INFO O| Aug 21 22:43:26.776 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60392026-08-21T22:43:28.198Z[ recovery-image] Aug 21 22:43:26.787 INFO O| Aug 21 22:43:26.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60402026-08-21T22:43:28.221Z[ recovery-image] Aug 21 22:43:26.789 INFO O| Aug 21 22:43:26.788 INFO STEP 243 (remove_files) COMPLETE
60412026-08-21T22:43:28.221Z[ recovery-image] Aug 21 22:43:26.790 INFO O| Aug 21 22:43:26.788 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60422026-08-21T22:43:28.222Z[ recovery-image] Aug 21 22:43:26.798 INFO O| Aug 21 22:43:26.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60432026-08-21T22:43:28.222Z[ recovery-image] Aug 21 22:43:26.798 INFO O| Aug 21 22:43:26.798 INFO STEP 244 (remove_files) COMPLETE
60442026-08-21T22:43:28.222Z[ recovery-image] Aug 21 22:43:26.798 INFO O| Aug 21 22:43:26.798 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-08-21T22:43:28.238Z[ recovery-image] Aug 21 22:43:26.808 INFO O| Aug 21 22:43:26.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60462026-08-21T22:43:28.238Z[ recovery-image] Aug 21 22:43:26.808 INFO O| Aug 21 22:43:26.808 INFO STEP 245 (remove_files) COMPLETE
60472026-08-21T22:43:28.238Z[ recovery-image] Aug 21 22:43:26.808 INFO O| Aug 21 22:43:26.808 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-08-21T22:43:28.238Z[ recovery-image] Aug 21 22:43:26.818 INFO O| Aug 21 22:43:26.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60492026-08-21T22:43:28.238Z[ recovery-image] Aug 21 22:43:26.818 INFO O| Aug 21 22:43:26.818 INFO STEP 246 (remove_files) COMPLETE
60502026-08-21T22:43:28.239Z[ recovery-image] Aug 21 22:43:26.818 INFO O| Aug 21 22:43:26.818 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-08-21T22:43:28.246Z[ recovery-image] Aug 21 22:43:26.827 INFO O| Aug 21 22:43:26.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60522026-08-21T22:43:28.246Z[ recovery-image] Aug 21 22:43:26.827 INFO O| Aug 21 22:43:26.827 INFO STEP 247 (remove_files) COMPLETE
60532026-08-21T22:43:28.246Z[ recovery-image] Aug 21 22:43:26.827 INFO O| Aug 21 22:43:26.827 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-08-21T22:43:28.246Z[ recovery-image] Aug 21 22:43:26.836 INFO O| Aug 21 22:43:26.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60552026-08-21T22:43:28.246Z[ recovery-image] Aug 21 22:43:26.836 INFO O| Aug 21 22:43:26.836 INFO STEP 248 (remove_files) COMPLETE
60562026-08-21T22:43:28.246Z[ recovery-image] Aug 21 22:43:26.836 INFO O| Aug 21 22:43:26.836 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-08-21T22:43:28.263Z[ recovery-image] Aug 21 22:43:26.847 INFO O| Aug 21 22:43:26.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60582026-08-21T22:43:28.263Z[ recovery-image] Aug 21 22:43:26.847 INFO O| Aug 21 22:43:26.847 INFO STEP 249 (remove_files) COMPLETE
60592026-08-21T22:43:28.263Z[ recovery-image] Aug 21 22:43:26.847 INFO O| Aug 21 22:43:26.847 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-08-21T22:43:28.282Z[ recovery-image] Aug 21 22:43:26.856 INFO O| Aug 21 22:43:26.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60612026-08-21T22:43:28.282Z[ recovery-image] Aug 21 22:43:26.856 INFO O| Aug 21 22:43:26.856 INFO STEP 250 (remove_files) COMPLETE
60622026-08-21T22:43:28.282Z[ recovery-image] Aug 21 22:43:26.856 INFO O| Aug 21 22:43:26.856 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-08-21T22:43:28.289Z[ recovery-image] Aug 21 22:43:26.866 INFO O| Aug 21 22:43:26.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60642026-08-21T22:43:28.290Z[ recovery-image] Aug 21 22:43:26.866 INFO O| Aug 21 22:43:26.866 INFO STEP 251 (remove_files) COMPLETE
60652026-08-21T22:43:28.290Z[ recovery-image] Aug 21 22:43:26.866 INFO O| Aug 21 22:43:26.866 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60662026-08-21T22:43:28.290Z[ recovery-image] Aug 21 22:43:26.877 INFO O| Aug 21 22:43:26.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60672026-08-21T22:43:28.290Z[ recovery-image] Aug 21 22:43:26.877 INFO O| Aug 21 22:43:26.877 INFO STEP 252 (remove_files) COMPLETE
60682026-08-21T22:43:28.290Z[ recovery-image] Aug 21 22:43:26.877 INFO O| Aug 21 22:43:26.877 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60692026-08-21T22:43:28.299Z[ recovery-image] Aug 21 22:43:26.888 INFO O| Aug 21 22:43:26.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60702026-08-21T22:43:28.299Z[ recovery-image] Aug 21 22:43:26.888 INFO O| Aug 21 22:43:26.888 INFO STEP 253 (remove_files) COMPLETE
60712026-08-21T22:43:28.299Z[ recovery-image] Aug 21 22:43:26.888 INFO O| Aug 21 22:43:26.888 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60722026-08-21T22:43:28.311Z[ recovery-image] Aug 21 22:43:26.898 INFO O| Aug 21 22:43:26.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60732026-08-21T22:43:28.311Z[ recovery-image] Aug 21 22:43:26.898 INFO O| Aug 21 22:43:26.898 INFO STEP 254 (remove_files) COMPLETE
60742026-08-21T22:43:28.311Z[ recovery-image] Aug 21 22:43:26.898 INFO O| Aug 21 22:43:26.898 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60752026-08-21T22:43:28.329Z[ recovery-image] Aug 21 22:43:26.909 INFO O| Aug 21 22:43:26.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60762026-08-21T22:43:28.329Z[ recovery-image] Aug 21 22:43:26.909 INFO O| Aug 21 22:43:26.909 INFO STEP 255 (remove_files) COMPLETE
60772026-08-21T22:43:28.329Z[ recovery-image] Aug 21 22:43:26.909 INFO O| Aug 21 22:43:26.909 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-08-21T22:43:28.342Z[ recovery-image] Aug 21 22:43:26.920 INFO O| Aug 21 22:43:26.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60792026-08-21T22:43:28.343Z[ recovery-image] Aug 21 22:43:26.920 INFO O| Aug 21 22:43:26.920 INFO STEP 256 (remove_files) COMPLETE
60802026-08-21T22:43:28.343Z[ recovery-image] Aug 21 22:43:26.920 INFO O| Aug 21 22:43:26.920 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-08-21T22:43:28.343Z[ recovery-image] Aug 21 22:43:26.928 INFO O| Aug 21 22:43:26.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60822026-08-21T22:43:28.343Z[ recovery-image] Aug 21 22:43:26.928 INFO O| Aug 21 22:43:26.928 INFO STEP 257 (remove_files) COMPLETE
60832026-08-21T22:43:28.343Z[ recovery-image] Aug 21 22:43:26.928 INFO O| Aug 21 22:43:26.928 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60842026-08-21T22:43:28.350Z[ recovery-image] Aug 21 22:43:26.937 INFO O| Aug 21 22:43:26.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60852026-08-21T22:43:28.350Z[ recovery-image] Aug 21 22:43:26.938 INFO O| Aug 21 22:43:26.938 INFO STEP 258 (remove_files) COMPLETE
60862026-08-21T22:43:28.350Z[ recovery-image] Aug 21 22:43:26.938 INFO O| Aug 21 22:43:26.938 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60872026-08-21T22:43:28.366Z[ recovery-image] Aug 21 22:43:26.947 INFO O| Aug 21 22:43:26.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60882026-08-21T22:43:28.366Z[ recovery-image] Aug 21 22:43:26.947 INFO O| Aug 21 22:43:26.947 INFO STEP 259 (remove_files) COMPLETE
60892026-08-21T22:43:28.366Z[ recovery-image] Aug 21 22:43:26.947 INFO O| Aug 21 22:43:26.947 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60902026-08-21T22:43:28.385Z[ recovery-image] Aug 21 22:43:26.958 INFO O| Aug 21 22:43:26.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60912026-08-21T22:43:28.385Z[ recovery-image] Aug 21 22:43:26.958 INFO O| Aug 21 22:43:26.958 INFO STEP 260 (remove_files) COMPLETE
60922026-08-21T22:43:28.385Z[ recovery-image] Aug 21 22:43:26.958 INFO O| Aug 21 22:43:26.958 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-08-21T22:43:28.405Z[ recovery-image] Aug 21 22:43:26.967 INFO O| Aug 21 22:43:26.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60942026-08-21T22:43:28.405Z[ recovery-image] Aug 21 22:43:26.967 INFO O| Aug 21 22:43:26.967 INFO STEP 261 (remove_files) COMPLETE
60952026-08-21T22:43:28.405Z[ recovery-image] Aug 21 22:43:26.967 INFO O| Aug 21 22:43:26.967 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60962026-08-21T22:43:28.406Z[ recovery-image] Aug 21 22:43:26.978 INFO O| Aug 21 22:43:26.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60972026-08-21T22:43:28.406Z[ recovery-image] Aug 21 22:43:26.978 INFO O| Aug 21 22:43:26.978 INFO STEP 262 (remove_files) COMPLETE
60982026-08-21T22:43:28.406Z[ recovery-image] Aug 21 22:43:26.978 INFO O| Aug 21 22:43:26.978 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60992026-08-21T22:43:28.406Z[ recovery-image] Aug 21 22:43:26.987 INFO O| Aug 21 22:43:26.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
61002026-08-21T22:43:28.406Z[ recovery-image] Aug 21 22:43:26.988 INFO O| Aug 21 22:43:26.988 INFO STEP 263 (remove_files) COMPLETE
61012026-08-21T22:43:28.406Z[ recovery-image] Aug 21 22:43:26.988 INFO O| Aug 21 22:43:26.988 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61022026-08-21T22:43:28.416Z[ recovery-image] Aug 21 22:43:26.999 INFO O| Aug 21 22:43:26.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
61032026-08-21T22:43:28.416Z[ recovery-image] Aug 21 22:43:26.999 INFO O| Aug 21 22:43:26.999 INFO STEP 264 (remove_files) COMPLETE
61042026-08-21T22:43:28.416Z[ recovery-image] Aug 21 22:43:26.999 INFO O| Aug 21 22:43:26.999 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61052026-08-21T22:43:28.422Z[ recovery-image] Aug 21 22:43:27.008 INFO O| Aug 21 22:43:27.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
61062026-08-21T22:43:28.422Z[ recovery-image] Aug 21 22:43:27.008 INFO O| Aug 21 22:43:27.008 INFO STEP 265 (remove_files) COMPLETE
61072026-08-21T22:43:28.422Z[ recovery-image] Aug 21 22:43:27.008 INFO O| Aug 21 22:43:27.008 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61082026-08-21T22:43:28.432Z[ recovery-image] Aug 21 22:43:27.018 INFO O| Aug 21 22:43:27.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61092026-08-21T22:43:28.432Z[ recovery-image] Aug 21 22:43:27.018 INFO O| Aug 21 22:43:27.018 INFO STEP 266 (remove_files) COMPLETE
61102026-08-21T22:43:28.432Z[ recovery-image] Aug 21 22:43:27.018 INFO O| Aug 21 22:43:27.018 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-08-21T22:43:28.440Z[ recovery-image] Aug 21 22:43:27.026 INFO O| Aug 21 22:43:27.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61122026-08-21T22:43:28.440Z[ recovery-image] Aug 21 22:43:27.029 INFO O| Aug 21 22:43:27.028 INFO STEP 267 (remove_files) COMPLETE
61132026-08-21T22:43:28.440Z[ recovery-image] Aug 21 22:43:27.029 INFO O| Aug 21 22:43:27.028 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61142026-08-21T22:43:28.447Z[ recovery-image] Aug 21 22:43:27.038 INFO O| Aug 21 22:43:27.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61152026-08-21T22:43:28.447Z[ recovery-image] Aug 21 22:43:27.038 INFO O| Aug 21 22:43:27.038 INFO STEP 268 (remove_files) COMPLETE
61162026-08-21T22:43:28.448Z[ recovery-image] Aug 21 22:43:27.038 INFO O| Aug 21 22:43:27.038 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61172026-08-21T22:43:28.471Z[ recovery-image] Aug 21 22:43:27.050 INFO O| Aug 21 22:43:27.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61182026-08-21T22:43:28.471Z[ recovery-image] Aug 21 22:43:27.051 INFO O| Aug 21 22:43:27.051 INFO STEP 269 (remove_files) COMPLETE
61192026-08-21T22:43:28.472Z[ recovery-image] Aug 21 22:43:27.051 INFO O| Aug 21 22:43:27.051 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61202026-08-21T22:43:28.479Z[ recovery-image] Aug 21 22:43:27.060 INFO O| Aug 21 22:43:27.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61212026-08-21T22:43:28.479Z[ recovery-image] Aug 21 22:43:27.060 INFO O| Aug 21 22:43:27.060 INFO STEP 270 (remove_files) COMPLETE
61222026-08-21T22:43:28.479Z[ recovery-image] Aug 21 22:43:27.060 INFO O| Aug 21 22:43:27.060 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61232026-08-21T22:43:28.479Z[ recovery-image] Aug 21 22:43:27.068 INFO O| Aug 21 22:43:27.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61242026-08-21T22:43:28.479Z[ recovery-image] Aug 21 22:43:27.069 INFO O| Aug 21 22:43:27.069 INFO STEP 271 (remove_files) COMPLETE
61252026-08-21T22:43:28.479Z[ recovery-image] Aug 21 22:43:27.069 INFO O| Aug 21 22:43:27.069 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61262026-08-21T22:43:28.494Z[ recovery-image] Aug 21 22:43:27.077 INFO O| Aug 21 22:43:27.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61272026-08-21T22:43:28.494Z[ recovery-image] Aug 21 22:43:27.077 INFO O| Aug 21 22:43:27.077 INFO STEP 272 (remove_files) COMPLETE
61282026-08-21T22:43:28.494Z[ recovery-image] Aug 21 22:43:27.077 INFO O| Aug 21 22:43:27.077 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-08-21T22:43:28.513Z[ recovery-image] Aug 21 22:43:27.086 INFO O| Aug 21 22:43:27.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61302026-08-21T22:43:28.514Z[ recovery-image] Aug 21 22:43:27.086 INFO O| Aug 21 22:43:27.086 INFO STEP 273 (remove_files) COMPLETE
61312026-08-21T22:43:28.514Z[ recovery-image] Aug 21 22:43:27.086 INFO O| Aug 21 22:43:27.086 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61322026-08-21T22:43:28.514Z[ recovery-image] Aug 21 22:43:27.096 INFO O| Aug 21 22:43:27.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61332026-08-21T22:43:28.514Z[ recovery-image] Aug 21 22:43:27.096 INFO O| Aug 21 22:43:27.096 INFO STEP 274 (remove_files) COMPLETE
61342026-08-21T22:43:28.514Z[ recovery-image] Aug 21 22:43:27.096 INFO O| Aug 21 22:43:27.096 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61352026-08-21T22:43:28.522Z[ recovery-image] Aug 21 22:43:27.106 INFO O| Aug 21 22:43:27.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61362026-08-21T22:43:28.522Z[ recovery-image] Aug 21 22:43:27.106 INFO O| Aug 21 22:43:27.106 INFO STEP 275 (remove_files) COMPLETE
61372026-08-21T22:43:28.522Z[ recovery-image] Aug 21 22:43:27.106 INFO O| Aug 21 22:43:27.106 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61382026-08-21T22:43:28.522Z[ recovery-image] Aug 21 22:43:27.114 INFO O| Aug 21 22:43:27.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61392026-08-21T22:43:28.523Z[ recovery-image] Aug 21 22:43:27.114 INFO O| Aug 21 22:43:27.114 INFO STEP 276 (remove_files) COMPLETE
61402026-08-21T22:43:28.523Z[ recovery-image] Aug 21 22:43:27.114 INFO O| Aug 21 22:43:27.114 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61412026-08-21T22:43:28.540Z[ recovery-image] Aug 21 22:43:27.123 INFO O| Aug 21 22:43:27.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61422026-08-21T22:43:28.540Z[ recovery-image] Aug 21 22:43:27.123 INFO O| Aug 21 22:43:27.123 INFO STEP 277 (remove_files) COMPLETE
61432026-08-21T22:43:28.540Z[ recovery-image] Aug 21 22:43:27.123 INFO O| Aug 21 22:43:27.123 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61442026-08-21T22:43:28.554Z[ recovery-image] Aug 21 22:43:27.132 INFO O| Aug 21 22:43:27.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61452026-08-21T22:43:28.554Z[ recovery-image] Aug 21 22:43:27.132 INFO O| Aug 21 22:43:27.132 INFO STEP 278 (remove_files) COMPLETE
61462026-08-21T22:43:28.554Z[ recovery-image] Aug 21 22:43:27.132 INFO O| Aug 21 22:43:27.132 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61472026-08-21T22:43:28.563Z[ recovery-image] Aug 21 22:43:27.140 INFO O| Aug 21 22:43:27.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61482026-08-21T22:43:28.563Z[ recovery-image] Aug 21 22:43:27.140 INFO O| Aug 21 22:43:27.140 INFO STEP 279 (remove_files) COMPLETE
61492026-08-21T22:43:28.563Z[ recovery-image] Aug 21 22:43:27.140 INFO O| Aug 21 22:43:27.140 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61502026-08-21T22:43:28.564Z[ recovery-image] Aug 21 22:43:27.150 INFO O| Aug 21 22:43:27.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61512026-08-21T22:43:28.564Z[ recovery-image] Aug 21 22:43:27.150 INFO O| Aug 21 22:43:27.150 INFO STEP 280 (remove_files) COMPLETE
61522026-08-21T22:43:28.564Z[ recovery-image] Aug 21 22:43:27.150 INFO O| Aug 21 22:43:27.150 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61532026-08-21T22:43:28.577Z[ recovery-image] Aug 21 22:43:27.160 INFO O| Aug 21 22:43:27.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61542026-08-21T22:43:28.577Z[ recovery-image] Aug 21 22:43:27.160 INFO O| Aug 21 22:43:27.160 INFO STEP 281 (remove_files) COMPLETE
61552026-08-21T22:43:28.577Z[ recovery-image] Aug 21 22:43:27.160 INFO O| Aug 21 22:43:27.160 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61562026-08-21T22:43:28.585Z[ recovery-image] Aug 21 22:43:27.170 INFO O| Aug 21 22:43:27.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61572026-08-21T22:43:28.585Z[ recovery-image] Aug 21 22:43:27.170 INFO O| Aug 21 22:43:27.170 INFO STEP 282 (remove_files) COMPLETE
61582026-08-21T22:43:28.585Z[ recovery-image] Aug 21 22:43:27.170 INFO O| Aug 21 22:43:27.170 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61592026-08-21T22:43:28.594Z[ recovery-image] Aug 21 22:43:27.181 INFO O| Aug 21 22:43:27.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61602026-08-21T22:43:28.595Z[ recovery-image] Aug 21 22:43:27.181 INFO O| Aug 21 22:43:27.181 INFO STEP 283 (remove_files) COMPLETE
61612026-08-21T22:43:28.595Z[ recovery-image] Aug 21 22:43:27.181 INFO O| Aug 21 22:43:27.181 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61622026-08-21T22:43:28.600Z[ recovery-image] Aug 21 22:43:27.191 INFO O| Aug 21 22:43:27.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61632026-08-21T22:43:28.600Z[ recovery-image] Aug 21 22:43:27.191 INFO O| Aug 21 22:43:27.191 INFO STEP 284 (remove_files) COMPLETE
61642026-08-21T22:43:28.600Z[ recovery-image] Aug 21 22:43:27.191 INFO O| Aug 21 22:43:27.191 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61652026-08-21T22:43:28.612Z[ recovery-image] Aug 21 22:43:27.201 INFO O| Aug 21 22:43:27.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61662026-08-21T22:43:28.612Z[ recovery-image] Aug 21 22:43:27.201 INFO O| Aug 21 22:43:27.201 INFO STEP 285 (remove_files) COMPLETE
61672026-08-21T22:43:28.612Z[ recovery-image] Aug 21 22:43:27.201 INFO O| Aug 21 22:43:27.201 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61682026-08-21T22:43:28.627Z[ recovery-image] Aug 21 22:43:27.211 INFO O| Aug 21 22:43:27.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61692026-08-21T22:43:28.627Z[ recovery-image] Aug 21 22:43:27.211 INFO O| Aug 21 22:43:27.211 INFO STEP 286 (remove_files) COMPLETE
61702026-08-21T22:43:28.632Z[ recovery-image] Aug 21 22:43:27.211 INFO O| Aug 21 22:43:27.211 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61712026-08-21T22:43:28.632Z[ recovery-image] Aug 21 22:43:27.220 INFO O| Aug 21 22:43:27.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61722026-08-21T22:43:28.632Z[ recovery-image] Aug 21 22:43:27.220 INFO O| Aug 21 22:43:27.220 INFO STEP 287 (remove_files) COMPLETE
61732026-08-21T22:43:28.632Z[ recovery-image] Aug 21 22:43:27.220 INFO O| Aug 21 22:43:27.220 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61742026-08-21T22:43:28.643Z[ recovery-image] Aug 21 22:43:27.229 INFO O| Aug 21 22:43:27.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61752026-08-21T22:43:28.643Z[ recovery-image] Aug 21 22:43:27.229 INFO O| Aug 21 22:43:27.229 INFO STEP 288 (remove_files) COMPLETE
61762026-08-21T22:43:28.643Z[ recovery-image] Aug 21 22:43:27.229 INFO O| Aug 21 22:43:27.229 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61772026-08-21T22:43:28.652Z[ recovery-image] Aug 21 22:43:27.241 INFO O| Aug 21 22:43:27.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61782026-08-21T22:43:28.652Z[ recovery-image] Aug 21 22:43:27.241 INFO O| Aug 21 22:43:27.241 INFO STEP 289 (remove_files) COMPLETE
61792026-08-21T22:43:28.652Z[ recovery-image] Aug 21 22:43:27.241 INFO O| Aug 21 22:43:27.241 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61802026-08-21T22:43:28.658Z[ recovery-image] Aug 21 22:43:27.252 INFO O| Aug 21 22:43:27.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61812026-08-21T22:43:28.658Z[ recovery-image] Aug 21 22:43:27.252 INFO O| Aug 21 22:43:27.252 INFO STEP 290 (remove_files) COMPLETE
61822026-08-21T22:43:28.658Z[ recovery-image] Aug 21 22:43:27.252 INFO O| Aug 21 22:43:27.252 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61832026-08-21T22:43:28.674Z[ recovery-image] Aug 21 22:43:27.265 INFO O| Aug 21 22:43:27.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61842026-08-21T22:43:28.674Z[ recovery-image] Aug 21 22:43:27.265 INFO O| Aug 21 22:43:27.265 INFO STEP 291 (remove_files) COMPLETE
61852026-08-21T22:43:28.674Z[ recovery-image] Aug 21 22:43:27.265 INFO O| Aug 21 22:43:27.265 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61862026-08-21T22:43:28.683Z[ recovery-image] Aug 21 22:43:27.275 INFO O| Aug 21 22:43:27.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61872026-08-21T22:43:28.683Z[ recovery-image] Aug 21 22:43:27.275 INFO O| Aug 21 22:43:27.275 INFO STEP 292 (remove_files) COMPLETE
61882026-08-21T22:43:28.683Z[ recovery-image] Aug 21 22:43:27.275 INFO O| Aug 21 22:43:27.275 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61892026-08-21T22:43:28.698Z[ recovery-image] Aug 21 22:43:27.284 INFO O| Aug 21 22:43:27.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61902026-08-21T22:43:28.698Z[ recovery-image] Aug 21 22:43:27.284 INFO O| Aug 21 22:43:27.284 INFO STEP 293 (remove_files) COMPLETE
61912026-08-21T22:43:28.698Z[ recovery-image] Aug 21 22:43:27.284 INFO O| Aug 21 22:43:27.284 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61922026-08-21T22:43:28.707Z[ recovery-image] Aug 21 22:43:27.293 INFO O| Aug 21 22:43:27.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61932026-08-21T22:43:28.707Z[ recovery-image] Aug 21 22:43:27.293 INFO O| Aug 21 22:43:27.293 INFO STEP 294 (remove_files) COMPLETE
61942026-08-21T22:43:28.707Z[ recovery-image] Aug 21 22:43:27.293 INFO O| Aug 21 22:43:27.293 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61952026-08-21T22:43:28.714Z[ recovery-image] Aug 21 22:43:27.302 INFO O| Aug 21 22:43:27.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61962026-08-21T22:43:28.714Z[ recovery-image] Aug 21 22:43:27.302 INFO O| Aug 21 22:43:27.302 INFO STEP 295 (remove_files) COMPLETE
61972026-08-21T22:43:28.714Z[ recovery-image] Aug 21 22:43:27.302 INFO O| Aug 21 22:43:27.302 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61982026-08-21T22:43:28.730Z[ recovery-image] Aug 21 22:43:27.311 INFO O| Aug 21 22:43:27.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61992026-08-21T22:43:28.730Z[ recovery-image] Aug 21 22:43:27.311 INFO O| Aug 21 22:43:27.311 INFO STEP 296 (remove_files) COMPLETE
62002026-08-21T22:43:28.730Z[ recovery-image] Aug 21 22:43:27.311 INFO O| Aug 21 22:43:27.311 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62012026-08-21T22:43:28.735Z[ recovery-image] Aug 21 22:43:27.321 INFO O| Aug 21 22:43:27.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
62022026-08-21T22:43:28.735Z[ recovery-image] Aug 21 22:43:27.322 INFO O| Aug 21 22:43:27.322 INFO STEP 297 (remove_files) COMPLETE
62032026-08-21T22:43:28.735Z[ recovery-image] Aug 21 22:43:27.322 INFO O| Aug 21 22:43:27.322 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62042026-08-21T22:43:28.736Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
62052026-08-21T22:43:28.741Z[ recovery-image] Aug 21 22:43:27.330 INFO O| Aug 21 22:43:27.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
62062026-08-21T22:43:28.741Z[ recovery-image] Aug 21 22:43:27.330 INFO O| Aug 21 22:43:27.330 INFO STEP 298 (remove_files) COMPLETE
62072026-08-21T22:43:28.742Z[ recovery-image] Aug 21 22:43:27.330 INFO O| Aug 21 22:43:27.330 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-08-21T22:43:28.747Z[ recovery-image] Aug 21 22:43:27.339 INFO O| Aug 21 22:43:27.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62092026-08-21T22:43:28.747Z[ recovery-image] Aug 21 22:43:27.339 INFO O| Aug 21 22:43:27.339 INFO STEP 299 (remove_files) COMPLETE
62102026-08-21T22:43:28.747Z[ recovery-image] Aug 21 22:43:27.339 INFO O| Aug 21 22:43:27.339 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-08-21T22:43:28.756Z[ recovery-image] Aug 21 22:43:27.349 INFO O| Aug 21 22:43:27.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62122026-08-21T22:43:28.756Z[ recovery-image] Aug 21 22:43:27.349 INFO O| Aug 21 22:43:27.349 INFO STEP 300 (remove_files) COMPLETE
62132026-08-21T22:43:28.773Z[ recovery-image] Aug 21 22:43:27.349 INFO O| Aug 21 22:43:27.349 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-08-21T22:43:28.773Z[ recovery-image] Aug 21 22:43:27.358 INFO O| Aug 21 22:43:27.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62152026-08-21T22:43:28.773Z[ recovery-image] Aug 21 22:43:27.358 INFO O| Aug 21 22:43:27.358 INFO STEP 301 (remove_files) COMPLETE
62162026-08-21T22:43:28.773Z[ recovery-image] Aug 21 22:43:27.358 INFO O| Aug 21 22:43:27.358 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-08-21T22:43:28.779Z[ recovery-image] Aug 21 22:43:27.366 INFO O| Aug 21 22:43:27.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62182026-08-21T22:43:28.779Z[ recovery-image] Aug 21 22:43:27.366 INFO O| Aug 21 22:43:27.366 INFO STEP 302 (remove_files) COMPLETE
62192026-08-21T22:43:28.779Z[ recovery-image] Aug 21 22:43:27.366 INFO O| Aug 21 22:43:27.366 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-08-21T22:43:28.791Z[ recovery-image] Aug 21 22:43:27.374 INFO O| Aug 21 22:43:27.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62212026-08-21T22:43:28.791Z[ recovery-image] Aug 21 22:43:27.374 INFO O| Aug 21 22:43:27.374 INFO STEP 303 (remove_files) COMPLETE
62222026-08-21T22:43:28.791Z[ recovery-image] Aug 21 22:43:27.374 INFO O| Aug 21 22:43:27.374 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-08-21T22:43:28.803Z[ recovery-image] Aug 21 22:43:27.382 INFO O| Aug 21 22:43:27.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62242026-08-21T22:43:28.803Z[ recovery-image] Aug 21 22:43:27.382 INFO O| Aug 21 22:43:27.382 INFO STEP 304 (remove_files) COMPLETE
62252026-08-21T22:43:28.803Z[ recovery-image] Aug 21 22:43:27.382 INFO O| Aug 21 22:43:27.382 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-08-21T22:43:28.803Z[ recovery-image] Aug 21 22:43:27.390 INFO O| Aug 21 22:43:27.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62272026-08-21T22:43:28.803Z[ recovery-image] Aug 21 22:43:27.390 INFO O| Aug 21 22:43:27.390 INFO STEP 305 (remove_files) COMPLETE
62282026-08-21T22:43:28.803Z[ recovery-image] Aug 21 22:43:27.390 INFO O| Aug 21 22:43:27.390 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-08-21T22:43:28.812Z[ recovery-image] Aug 21 22:43:27.398 INFO O| Aug 21 22:43:27.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62302026-08-21T22:43:28.812Z[ recovery-image] Aug 21 22:43:27.398 INFO O| Aug 21 22:43:27.398 INFO STEP 306 (remove_files) COMPLETE
62312026-08-21T22:43:28.812Z[ recovery-image] Aug 21 22:43:27.398 INFO O| Aug 21 22:43:27.398 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-08-21T22:43:28.812Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
62332026-08-21T22:43:28.818Z[ recovery-image] Aug 21 22:43:27.409 INFO O| Aug 21 22:43:27.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62342026-08-21T22:43:28.818Z[ recovery-image] Aug 21 22:43:27.409 INFO O| Aug 21 22:43:27.409 INFO STEP 307 (remove_files) COMPLETE
62352026-08-21T22:43:28.818Z[ recovery-image] Aug 21 22:43:27.409 INFO O| Aug 21 22:43:27.409 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-08-21T22:43:28.830Z[ recovery-image] Aug 21 22:43:27.419 INFO O| Aug 21 22:43:27.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62372026-08-21T22:43:28.830Z[ recovery-image] Aug 21 22:43:27.419 INFO O| Aug 21 22:43:27.419 INFO STEP 308 (remove_files) COMPLETE
62382026-08-21T22:43:28.831Z[ recovery-image] Aug 21 22:43:27.419 INFO O| Aug 21 22:43:27.419 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-08-21T22:43:28.837Z[ recovery-image] Aug 21 22:43:27.430 INFO O| Aug 21 22:43:27.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62402026-08-21T22:43:28.837Z[ recovery-image] Aug 21 22:43:27.430 INFO O| Aug 21 22:43:27.430 INFO STEP 309 (remove_files) COMPLETE
62412026-08-21T22:43:28.837Z[ recovery-image] Aug 21 22:43:27.430 INFO O| Aug 21 22:43:27.430 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-08-21T22:43:28.855Z[ recovery-image] Aug 21 22:43:27.440 INFO O| Aug 21 22:43:27.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62432026-08-21T22:43:28.855Z[ recovery-image] Aug 21 22:43:27.440 INFO O| Aug 21 22:43:27.440 INFO STEP 310 (remove_files) COMPLETE
62442026-08-21T22:43:28.855Z[ recovery-image] Aug 21 22:43:27.440 INFO O| Aug 21 22:43:27.440 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-08-21T22:43:28.866Z[ recovery-image] Aug 21 22:43:27.451 INFO O| Aug 21 22:43:27.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62462026-08-21T22:43:28.866Z[ recovery-image] Aug 21 22:43:27.451 INFO O| Aug 21 22:43:27.451 INFO STEP 311 (remove_files) COMPLETE
62472026-08-21T22:43:28.866Z[ recovery-image] Aug 21 22:43:27.451 INFO O| Aug 21 22:43:27.451 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-08-21T22:43:28.873Z[ recovery-image] Aug 21 22:43:27.461 INFO O| Aug 21 22:43:27.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62492026-08-21T22:43:28.873Z[ recovery-image] Aug 21 22:43:27.461 INFO O| Aug 21 22:43:27.461 INFO STEP 312 (remove_files) COMPLETE
62502026-08-21T22:43:28.873Z[ recovery-image] Aug 21 22:43:27.461 INFO O| Aug 21 22:43:27.461 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-08-21T22:43:28.877Z[ recovery-image] Aug 21 22:43:27.471 INFO O| Aug 21 22:43:27.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62522026-08-21T22:43:28.877Z[ recovery-image] Aug 21 22:43:27.471 INFO O| Aug 21 22:43:27.471 INFO STEP 313 (remove_files) COMPLETE
62532026-08-21T22:43:28.877Z[ recovery-image] Aug 21 22:43:27.471 INFO O| Aug 21 22:43:27.471 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-08-21T22:43:28.886Z[ recovery-image] Aug 21 22:43:27.481 INFO O| Aug 21 22:43:27.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62552026-08-21T22:43:28.892Z[ recovery-image] Aug 21 22:43:27.481 INFO O| Aug 21 22:43:27.481 INFO STEP 314 (remove_files) COMPLETE
62562026-08-21T22:43:28.892Z[ recovery-image] Aug 21 22:43:27.481 INFO O| Aug 21 22:43:27.481 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-08-21T22:43:28.904Z[ recovery-image] Aug 21 22:43:27.492 INFO O| Aug 21 22:43:27.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62582026-08-21T22:43:28.904Z[ recovery-image] Aug 21 22:43:27.492 INFO O| Aug 21 22:43:27.492 INFO STEP 315 (remove_files) COMPLETE
62592026-08-21T22:43:28.904Z[ recovery-image] Aug 21 22:43:27.492 INFO O| Aug 21 22:43:27.492 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-08-21T22:43:28.910Z[ recovery-image] Aug 21 22:43:27.502 INFO O| Aug 21 22:43:27.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62612026-08-21T22:43:28.910Z[ recovery-image] Aug 21 22:43:27.503 INFO O| Aug 21 22:43:27.502 INFO STEP 316 (remove_files) COMPLETE
62622026-08-21T22:43:28.910Z[ recovery-image] Aug 21 22:43:27.503 INFO O| Aug 21 22:43:27.502 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-08-21T22:43:28.927Z[ recovery-image] Aug 21 22:43:27.513 INFO O| Aug 21 22:43:27.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62642026-08-21T22:43:28.927Z[ recovery-image] Aug 21 22:43:27.513 INFO O| Aug 21 22:43:27.513 INFO STEP 317 (remove_files) COMPLETE
62652026-08-21T22:43:28.927Z[ recovery-image] Aug 21 22:43:27.513 INFO O| Aug 21 22:43:27.513 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-08-21T22:43:28.935Z[ recovery-image] Aug 21 22:43:27.522 INFO O| Aug 21 22:43:27.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62672026-08-21T22:43:28.935Z[ recovery-image] Aug 21 22:43:27.522 INFO O| Aug 21 22:43:27.522 INFO STEP 318 (remove_files) COMPLETE
62682026-08-21T22:43:28.936Z[ recovery-image] Aug 21 22:43:27.522 INFO O| Aug 21 22:43:27.522 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-08-21T22:43:28.943Z[ recovery-image] Aug 21 22:43:27.532 INFO O| Aug 21 22:43:27.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62702026-08-21T22:43:28.944Z[ recovery-image] Aug 21 22:43:27.533 INFO O| Aug 21 22:43:27.533 INFO STEP 319 (remove_files) COMPLETE
62712026-08-21T22:43:28.944Z[ recovery-image] Aug 21 22:43:27.533 INFO O| Aug 21 22:43:27.533 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-08-21T22:43:28.950Z[ recovery-image] Aug 21 22:43:27.542 INFO O| Aug 21 22:43:27.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62732026-08-21T22:43:28.950Z[ recovery-image] Aug 21 22:43:27.543 INFO O| Aug 21 22:43:27.543 INFO STEP 320 (remove_files) COMPLETE
62742026-08-21T22:43:28.967Z[ recovery-image] Aug 21 22:43:27.543 INFO O| Aug 21 22:43:27.543 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-08-21T22:43:28.980Z[ recovery-image] Aug 21 22:43:27.553 INFO O| Aug 21 22:43:27.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62762026-08-21T22:43:28.980Z[ recovery-image] Aug 21 22:43:27.553 INFO O| Aug 21 22:43:27.553 INFO STEP 321 (remove_files) COMPLETE
62772026-08-21T22:43:28.980Z[ recovery-image] Aug 21 22:43:27.553 INFO O| Aug 21 22:43:27.553 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-08-21T22:43:28.980Z[ recovery-image] Aug 21 22:43:27.563 INFO O| Aug 21 22:43:27.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62792026-08-21T22:43:28.980Z[ recovery-image] Aug 21 22:43:27.563 INFO O| Aug 21 22:43:27.563 INFO STEP 322 (remove_files) COMPLETE
62802026-08-21T22:43:28.980Z[ recovery-image] Aug 21 22:43:27.563 INFO O| Aug 21 22:43:27.563 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-08-21T22:43:28.988Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
62822026-08-21T22:43:28.988Z[ recovery-image] Aug 21 22:43:27.571 INFO O| Aug 21 22:43:27.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62832026-08-21T22:43:28.988Z[ recovery-image] Aug 21 22:43:27.571 INFO O| Aug 21 22:43:27.571 INFO STEP 323 (remove_files) COMPLETE
62842026-08-21T22:43:28.988Z[ recovery-image] Aug 21 22:43:27.571 INFO O| Aug 21 22:43:27.571 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62852026-08-21T22:43:28.988Z[ recovery-image] Aug 21 22:43:27.580 INFO O| Aug 21 22:43:27.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62862026-08-21T22:43:28.988Z[ recovery-image] Aug 21 22:43:27.580 INFO O| Aug 21 22:43:27.580 INFO STEP 324 (remove_files) COMPLETE
62872026-08-21T22:43:28.988Z[ recovery-image] Aug 21 22:43:27.580 INFO O| Aug 21 22:43:27.580 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62882026-08-21T22:43:28.994Z[ recovery-image] Aug 21 22:43:27.588 INFO O| Aug 21 22:43:27.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62892026-08-21T22:43:28.994Z[ recovery-image] Aug 21 22:43:27.589 INFO O| Aug 21 22:43:27.589 INFO STEP 325 (remove_files) COMPLETE
62902026-08-21T22:43:28.995Z[ recovery-image] Aug 21 22:43:27.589 INFO O| Aug 21 22:43:27.589 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62912026-08-21T22:43:29.005Z[ recovery-image] Aug 21 22:43:27.600 INFO O| Aug 21 22:43:27.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62922026-08-21T22:43:29.005Z[ recovery-image] Aug 21 22:43:27.600 INFO O| Aug 21 22:43:27.600 INFO STEP 326 (remove_files) COMPLETE
62932026-08-21T22:43:29.010Z[ recovery-image] Aug 21 22:43:27.600 INFO O| Aug 21 22:43:27.600 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62942026-08-21T22:43:29.016Z[ recovery-image] Aug 21 22:43:27.611 INFO O| Aug 21 22:43:27.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62952026-08-21T22:43:29.016Z[ recovery-image] Aug 21 22:43:27.611 INFO O| Aug 21 22:43:27.611 INFO STEP 327 (remove_files) COMPLETE
62962026-08-21T22:43:29.016Z[ recovery-image] Aug 21 22:43:27.611 INFO O| Aug 21 22:43:27.611 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62972026-08-21T22:43:29.024Z[ recovery-image] Aug 21 22:43:27.619 INFO O| Aug 21 22:43:27.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62982026-08-21T22:43:29.024Z[ recovery-image] Aug 21 22:43:27.619 INFO O| Aug 21 22:43:27.619 INFO STEP 328 (remove_files) COMPLETE
62992026-08-21T22:43:29.027Z[ recovery-image] Aug 21 22:43:27.619 INFO O| Aug 21 22:43:27.619 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63002026-08-21T22:43:29.033Z[ recovery-image] Aug 21 22:43:27.628 INFO O| Aug 21 22:43:27.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
63012026-08-21T22:43:29.033Z[ recovery-image] Aug 21 22:43:27.628 INFO O| Aug 21 22:43:27.628 INFO STEP 329 (remove_files) COMPLETE
63022026-08-21T22:43:29.033Z[ recovery-image] Aug 21 22:43:27.628 INFO O| Aug 21 22:43:27.628 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-08-21T22:43:29.043Z[ recovery-image] Aug 21 22:43:27.638 INFO O| Aug 21 22:43:27.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
63042026-08-21T22:43:29.044Z[ recovery-image] Aug 21 22:43:27.638 INFO O| Aug 21 22:43:27.638 INFO STEP 330 (remove_files) COMPLETE
63052026-08-21T22:43:29.044Z[ recovery-image] Aug 21 22:43:27.638 INFO O| Aug 21 22:43:27.638 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-08-21T22:43:29.053Z[ recovery-image] Aug 21 22:43:27.648 INFO O| Aug 21 22:43:27.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63072026-08-21T22:43:29.053Z[ recovery-image] Aug 21 22:43:27.648 INFO O| Aug 21 22:43:27.648 INFO STEP 331 (remove_files) COMPLETE
63082026-08-21T22:43:29.053Z[ recovery-image] Aug 21 22:43:27.648 INFO O| Aug 21 22:43:27.648 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-08-21T22:43:29.063Z[ recovery-image] Aug 21 22:43:27.658 INFO O| Aug 21 22:43:27.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63102026-08-21T22:43:29.063Z[ recovery-image] Aug 21 22:43:27.658 INFO O| Aug 21 22:43:27.658 INFO STEP 332 (remove_files) COMPLETE
63112026-08-21T22:43:29.066Z[ recovery-image] Aug 21 22:43:27.658 INFO O| Aug 21 22:43:27.658 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-08-21T22:43:29.073Z[ recovery-image] Aug 21 22:43:27.668 INFO O| Aug 21 22:43:27.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63132026-08-21T22:43:29.073Z[ recovery-image] Aug 21 22:43:27.668 INFO O| Aug 21 22:43:27.668 INFO STEP 333 (remove_files) COMPLETE
63142026-08-21T22:43:29.073Z[ recovery-image] Aug 21 22:43:27.668 INFO O| Aug 21 22:43:27.668 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-08-21T22:43:29.082Z[ recovery-image] Aug 21 22:43:27.677 INFO O| Aug 21 22:43:27.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63162026-08-21T22:43:29.082Z[ recovery-image] Aug 21 22:43:27.677 INFO O| Aug 21 22:43:27.677 INFO STEP 334 (remove_files) COMPLETE
63172026-08-21T22:43:29.082Z[ recovery-image] Aug 21 22:43:27.677 INFO O| Aug 21 22:43:27.677 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-08-21T22:43:29.091Z[ recovery-image] Aug 21 22:43:27.686 INFO O| Aug 21 22:43:27.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63192026-08-21T22:43:29.092Z[ recovery-image] Aug 21 22:43:27.686 INFO O| Aug 21 22:43:27.686 INFO STEP 335 (remove_files) COMPLETE
63202026-08-21T22:43:29.092Z[ recovery-image] Aug 21 22:43:27.686 INFO O| Aug 21 22:43:27.686 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-08-21T22:43:29.100Z[ recovery-image] Aug 21 22:43:27.695 INFO O| Aug 21 22:43:27.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63222026-08-21T22:43:29.100Z[ recovery-image] Aug 21 22:43:27.695 INFO O| Aug 21 22:43:27.695 INFO STEP 336 (remove_files) COMPLETE
63232026-08-21T22:43:29.100Z[ recovery-image] Aug 21 22:43:27.695 INFO O| Aug 21 22:43:27.695 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63242026-08-21T22:43:29.111Z[ recovery-image] Aug 21 22:43:27.706 INFO O| Aug 21 22:43:27.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63252026-08-21T22:43:29.111Z[ recovery-image] Aug 21 22:43:27.706 INFO O| Aug 21 22:43:27.706 INFO STEP 337 (remove_files) COMPLETE
63262026-08-21T22:43:29.111Z[ recovery-image] Aug 21 22:43:27.706 INFO O| Aug 21 22:43:27.706 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63272026-08-21T22:43:29.122Z[ recovery-image] Aug 21 22:43:27.717 INFO O| Aug 21 22:43:27.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63282026-08-21T22:43:29.122Z[ recovery-image] Aug 21 22:43:27.717 INFO O| Aug 21 22:43:27.717 INFO STEP 338 (remove_files) COMPLETE
63292026-08-21T22:43:29.122Z[ recovery-image] Aug 21 22:43:27.717 INFO O| Aug 21 22:43:27.717 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63302026-08-21T22:43:29.133Z[ recovery-image] Aug 21 22:43:27.728 INFO O| Aug 21 22:43:27.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63312026-08-21T22:43:29.133Z[ recovery-image] Aug 21 22:43:27.728 INFO O| Aug 21 22:43:27.728 INFO STEP 339 (remove_files) COMPLETE
63322026-08-21T22:43:29.136Z[ recovery-image] Aug 21 22:43:27.728 INFO O| Aug 21 22:43:27.728 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63332026-08-21T22:43:29.143Z[ recovery-image] Aug 21 22:43:27.738 INFO O| Aug 21 22:43:27.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63342026-08-21T22:43:29.143Z[ recovery-image] Aug 21 22:43:27.738 INFO O| Aug 21 22:43:27.738 INFO STEP 340 (remove_files) COMPLETE
63352026-08-21T22:43:29.147Z[ recovery-image] Aug 21 22:43:27.738 INFO O| Aug 21 22:43:27.738 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63362026-08-21T22:43:29.154Z[ recovery-image] Aug 21 22:43:27.749 INFO O| Aug 21 22:43:27.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63372026-08-21T22:43:29.154Z[ recovery-image] Aug 21 22:43:27.749 INFO O| Aug 21 22:43:27.749 INFO STEP 341 (remove_files) COMPLETE
63382026-08-21T22:43:29.157Z[ recovery-image] Aug 21 22:43:27.749 INFO O| Aug 21 22:43:27.749 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63392026-08-21T22:43:29.164Z[ recovery-image] Aug 21 22:43:27.758 INFO O| Aug 21 22:43:27.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63402026-08-21T22:43:29.164Z[ recovery-image] Aug 21 22:43:27.758 INFO O| Aug 21 22:43:27.758 INFO STEP 342 (remove_files) COMPLETE
63412026-08-21T22:43:29.164Z[ recovery-image] Aug 21 22:43:27.758 INFO O| Aug 21 22:43:27.758 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63422026-08-21T22:43:29.174Z[ recovery-image] Aug 21 22:43:27.769 INFO O| Aug 21 22:43:27.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63432026-08-21T22:43:29.174Z[ recovery-image] Aug 21 22:43:27.769 INFO O| Aug 21 22:43:27.769 INFO STEP 343 (remove_files) COMPLETE
63442026-08-21T22:43:29.177Z[ recovery-image] Aug 21 22:43:27.769 INFO O| Aug 21 22:43:27.769 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63452026-08-21T22:43:29.184Z[ recovery-image] Aug 21 22:43:27.779 INFO O| Aug 21 22:43:27.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63462026-08-21T22:43:29.184Z[ recovery-image] Aug 21 22:43:27.779 INFO O| Aug 21 22:43:27.779 INFO STEP 344 (remove_files) COMPLETE
63472026-08-21T22:43:29.189Z[ recovery-image] Aug 21 22:43:27.779 INFO O| Aug 21 22:43:27.779 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63482026-08-21T22:43:29.193Z[ recovery-image] Aug 21 22:43:27.788 INFO O| Aug 21 22:43:27.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63492026-08-21T22:43:29.194Z[ recovery-image] Aug 21 22:43:27.788 INFO O| Aug 21 22:43:27.788 INFO STEP 345 (remove_files) COMPLETE
63502026-08-21T22:43:29.197Z[ recovery-image] Aug 21 22:43:27.788 INFO O| Aug 21 22:43:27.788 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63512026-08-21T22:43:29.203Z[ recovery-image] Aug 21 22:43:27.798 INFO O| Aug 21 22:43:27.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63522026-08-21T22:43:29.204Z[ recovery-image] Aug 21 22:43:27.798 INFO O| Aug 21 22:43:27.798 INFO STEP 346 (remove_files) COMPLETE
63532026-08-21T22:43:29.208Z[ recovery-image] Aug 21 22:43:27.798 INFO O| Aug 21 22:43:27.798 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63542026-08-21T22:43:29.214Z[ recovery-image] Aug 21 22:43:27.809 INFO O| Aug 21 22:43:27.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63552026-08-21T22:43:29.214Z[ recovery-image] Aug 21 22:43:27.809 INFO O| Aug 21 22:43:27.809 INFO STEP 347 (remove_files) COMPLETE
63562026-08-21T22:43:29.214Z[ recovery-image] Aug 21 22:43:27.809 INFO O| Aug 21 22:43:27.809 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63572026-08-21T22:43:29.224Z[ recovery-image] Aug 21 22:43:27.819 INFO O| Aug 21 22:43:27.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63582026-08-21T22:43:29.224Z[ recovery-image] Aug 21 22:43:27.819 INFO O| Aug 21 22:43:27.819 INFO STEP 348 (remove_files) COMPLETE
63592026-08-21T22:43:29.227Z[ recovery-image] Aug 21 22:43:27.819 INFO O| Aug 21 22:43:27.819 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63602026-08-21T22:43:29.234Z[ recovery-image] Aug 21 22:43:27.829 INFO O| Aug 21 22:43:27.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63612026-08-21T22:43:29.234Z[ recovery-image] Aug 21 22:43:27.829 INFO O| Aug 21 22:43:27.829 INFO STEP 349 (remove_files) COMPLETE
63622026-08-21T22:43:29.237Z[ recovery-image] Aug 21 22:43:27.829 INFO O| Aug 21 22:43:27.829 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63632026-08-21T22:43:29.244Z[ recovery-image] Aug 21 22:43:27.839 INFO O| Aug 21 22:43:27.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63642026-08-21T22:43:29.244Z[ recovery-image] Aug 21 22:43:27.839 INFO O| Aug 21 22:43:27.839 INFO STEP 350 (remove_files) COMPLETE
63652026-08-21T22:43:29.244Z[ recovery-image] Aug 21 22:43:27.839 INFO O| Aug 21 22:43:27.839 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63662026-08-21T22:43:29.254Z[ recovery-image] Aug 21 22:43:27.848 INFO O| Aug 21 22:43:27.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63672026-08-21T22:43:29.254Z[ recovery-image] Aug 21 22:43:27.848 INFO O| Aug 21 22:43:27.848 INFO STEP 351 (remove_files) COMPLETE
63682026-08-21T22:43:29.254Z[ recovery-image] Aug 21 22:43:27.848 INFO O| Aug 21 22:43:27.848 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63692026-08-21T22:43:29.263Z[ recovery-image] Aug 21 22:43:27.858 INFO O| Aug 21 22:43:27.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63702026-08-21T22:43:29.263Z[ recovery-image] Aug 21 22:43:27.858 INFO O| Aug 21 22:43:27.858 INFO STEP 352 (remove_files) COMPLETE
63712026-08-21T22:43:29.263Z[ recovery-image] Aug 21 22:43:27.858 INFO O| Aug 21 22:43:27.858 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63722026-08-21T22:43:29.274Z[ recovery-image] Aug 21 22:43:27.869 INFO O| Aug 21 22:43:27.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63732026-08-21T22:43:29.274Z[ recovery-image] Aug 21 22:43:27.869 INFO O| Aug 21 22:43:27.869 INFO STEP 353 (remove_files) COMPLETE
63742026-08-21T22:43:29.277Z[ recovery-image] Aug 21 22:43:27.869 INFO O| Aug 21 22:43:27.869 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63752026-08-21T22:43:29.284Z[ recovery-image] Aug 21 22:43:27.878 INFO O| Aug 21 22:43:27.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63762026-08-21T22:43:29.284Z[ recovery-image] Aug 21 22:43:27.878 INFO O| Aug 21 22:43:27.878 INFO STEP 354 (remove_files) COMPLETE
63772026-08-21T22:43:29.287Z[ recovery-image] Aug 21 22:43:27.878 INFO O| Aug 21 22:43:27.878 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63782026-08-21T22:43:29.293Z[ recovery-image] Aug 21 22:43:27.888 INFO O| Aug 21 22:43:27.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63792026-08-21T22:43:29.293Z[ recovery-image] Aug 21 22:43:27.888 INFO O| Aug 21 22:43:27.888 INFO STEP 355 (remove_files) COMPLETE
63802026-08-21T22:43:29.293Z[ recovery-image] Aug 21 22:43:27.888 INFO O| Aug 21 22:43:27.888 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63812026-08-21T22:43:29.301Z[ recovery-image] Aug 21 22:43:27.896 INFO O| Aug 21 22:43:27.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63822026-08-21T22:43:29.301Z[ recovery-image] Aug 21 22:43:27.896 INFO O| Aug 21 22:43:27.896 INFO STEP 356 (remove_files) COMPLETE
63832026-08-21T22:43:29.301Z[ recovery-image] Aug 21 22:43:27.896 INFO O| Aug 21 22:43:27.896 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63842026-08-21T22:43:29.310Z[ recovery-image] Aug 21 22:43:27.905 INFO O| Aug 21 22:43:27.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63852026-08-21T22:43:29.310Z[ recovery-image] Aug 21 22:43:27.905 INFO O| Aug 21 22:43:27.905 INFO STEP 357 (remove_files) COMPLETE
63862026-08-21T22:43:29.310Z[ recovery-image] Aug 21 22:43:27.905 INFO O| Aug 21 22:43:27.905 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63872026-08-21T22:43:29.321Z[ recovery-image] Aug 21 22:43:27.916 INFO O| Aug 21 22:43:27.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63882026-08-21T22:43:29.321Z[ recovery-image] Aug 21 22:43:27.916 INFO O| Aug 21 22:43:27.916 INFO STEP 358 (remove_files) COMPLETE
63892026-08-21T22:43:29.324Z[ recovery-image] Aug 21 22:43:27.916 INFO O| Aug 21 22:43:27.916 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63902026-08-21T22:43:29.331Z[ recovery-image] Aug 21 22:43:27.926 INFO O| Aug 21 22:43:27.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63912026-08-21T22:43:29.331Z[ recovery-image] Aug 21 22:43:27.926 INFO O| Aug 21 22:43:27.926 INFO STEP 359 (remove_files) COMPLETE
63922026-08-21T22:43:29.331Z[ recovery-image] Aug 21 22:43:27.926 INFO O| Aug 21 22:43:27.926 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63932026-08-21T22:43:29.341Z[ recovery-image] Aug 21 22:43:27.936 INFO O| Aug 21 22:43:27.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63942026-08-21T22:43:29.341Z[ recovery-image] Aug 21 22:43:27.936 INFO O| Aug 21 22:43:27.936 INFO STEP 360 (remove_files) COMPLETE
63952026-08-21T22:43:29.342Z[ recovery-image] Aug 21 22:43:27.936 INFO O| Aug 21 22:43:27.936 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63962026-08-21T22:43:29.350Z[ recovery-image] Aug 21 22:43:27.945 INFO O| Aug 21 22:43:27.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63972026-08-21T22:43:29.353Z[ recovery-image] Aug 21 22:43:27.945 INFO O| Aug 21 22:43:27.945 INFO STEP 361 (remove_files) COMPLETE
63982026-08-21T22:43:29.353Z[ recovery-image] Aug 21 22:43:27.945 INFO O| Aug 21 22:43:27.945 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63992026-08-21T22:43:29.361Z[ recovery-image] Aug 21 22:43:27.954 INFO O| Aug 21 22:43:27.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
64002026-08-21T22:43:29.361Z[ recovery-image] Aug 21 22:43:27.954 INFO O| Aug 21 22:43:27.954 INFO STEP 362 (remove_files) COMPLETE
64012026-08-21T22:43:29.361Z[ recovery-image] Aug 21 22:43:27.954 INFO O| Aug 21 22:43:27.954 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64022026-08-21T22:43:29.368Z[ recovery-image] Aug 21 22:43:27.963 INFO O| Aug 21 22:43:27.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
64032026-08-21T22:43:29.369Z[ recovery-image] Aug 21 22:43:27.963 INFO O| Aug 21 22:43:27.963 INFO STEP 363 (remove_files) COMPLETE
64042026-08-21T22:43:29.369Z[ recovery-image] Aug 21 22:43:27.963 INFO O| Aug 21 22:43:27.963 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64052026-08-21T22:43:29.377Z[ recovery-image] Aug 21 22:43:27.972 INFO O| Aug 21 22:43:27.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64062026-08-21T22:43:29.380Z[ recovery-image] Aug 21 22:43:27.972 INFO O| Aug 21 22:43:27.972 INFO STEP 364 (remove_files) COMPLETE
64072026-08-21T22:43:29.380Z[ recovery-image] Aug 21 22:43:27.972 INFO O| Aug 21 22:43:27.972 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64082026-08-21T22:43:29.386Z[ recovery-image] Aug 21 22:43:27.981 INFO O| Aug 21 22:43:27.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64092026-08-21T22:43:29.389Z[ recovery-image] Aug 21 22:43:27.981 INFO O| Aug 21 22:43:27.981 INFO STEP 365 (remove_files) COMPLETE
64102026-08-21T22:43:29.390Z[ recovery-image] Aug 21 22:43:27.981 INFO O| Aug 21 22:43:27.981 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64112026-08-21T22:43:29.395Z[ recovery-image] Aug 21 22:43:27.990 INFO O| Aug 21 22:43:27.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64122026-08-21T22:43:29.395Z[ recovery-image] Aug 21 22:43:27.990 INFO O| Aug 21 22:43:27.990 INFO STEP 366 (remove_files) COMPLETE
64132026-08-21T22:43:29.395Z[ recovery-image] Aug 21 22:43:27.990 INFO O| Aug 21 22:43:27.990 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64142026-08-21T22:43:29.407Z[ recovery-image] Aug 21 22:43:28.001 INFO O| Aug 21 22:43:28.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64152026-08-21T22:43:29.407Z[ recovery-image] Aug 21 22:43:28.001 INFO O| Aug 21 22:43:28.001 INFO STEP 367 (remove_files) COMPLETE
64162026-08-21T22:43:29.407Z[ recovery-image] Aug 21 22:43:28.001 INFO O| Aug 21 22:43:28.001 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64172026-08-21T22:43:29.416Z[ recovery-image] Aug 21 22:43:28.011 INFO O| Aug 21 22:43:28.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64182026-08-21T22:43:29.416Z[ recovery-image] Aug 21 22:43:28.011 INFO O| Aug 21 22:43:28.011 INFO STEP 368 (remove_files) COMPLETE
64192026-08-21T22:43:29.477Z[ recovery-image] Aug 21 22:43:28.011 INFO O| Aug 21 22:43:28.011 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64202026-08-21T22:43:29.477Z[ recovery-image] Aug 21 22:43:28.021 INFO O| Aug 21 22:43:28.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64212026-08-21T22:43:29.477Z[ recovery-image] Aug 21 22:43:28.021 INFO O| Aug 21 22:43:28.021 INFO STEP 369 (remove_files) COMPLETE
64222026-08-21T22:43:29.477Z[ recovery-image] Aug 21 22:43:28.021 INFO O| Aug 21 22:43:28.021 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64232026-08-21T22:43:29.477Z[ recovery-image] Aug 21 22:43:28.030 INFO O| Aug 21 22:43:28.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64242026-08-21T22:43:29.477Z[ recovery-image] Aug 21 22:43:28.030 INFO O| Aug 21 22:43:28.030 INFO STEP 370 (remove_files) COMPLETE
64252026-08-21T22:43:29.478Z[ recovery-image] Aug 21 22:43:28.030 INFO O| Aug 21 22:43:28.030 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64262026-08-21T22:43:29.478Z[ recovery-image] Aug 21 22:43:28.039 INFO O| Aug 21 22:43:28.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64272026-08-21T22:43:29.478Z[ recovery-image] Aug 21 22:43:28.039 INFO O| Aug 21 22:43:28.039 INFO STEP 371 (remove_files) COMPLETE
64282026-08-21T22:43:29.478Z[ recovery-image] Aug 21 22:43:28.039 INFO O| Aug 21 22:43:28.039 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64292026-08-21T22:43:29.478Z[ recovery-image] Aug 21 22:43:28.048 INFO O| Aug 21 22:43:28.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64302026-08-21T22:43:29.478Z[ recovery-image] Aug 21 22:43:28.048 INFO O| Aug 21 22:43:28.048 INFO STEP 372 (remove_files) COMPLETE
64312026-08-21T22:43:29.478Z[ recovery-image] Aug 21 22:43:28.048 INFO O| Aug 21 22:43:28.048 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64322026-08-21T22:43:29.478Z[ recovery-image] Aug 21 22:43:28.059 INFO O| Aug 21 22:43:28.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64332026-08-21T22:43:29.478Z[ recovery-image] Aug 21 22:43:28.059 INFO O| Aug 21 22:43:28.059 INFO STEP 373 (remove_files) COMPLETE
64342026-08-21T22:43:29.478Z[ recovery-image] Aug 21 22:43:28.059 INFO O| Aug 21 22:43:28.059 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64352026-08-21T22:43:29.478Z[ recovery-image] Aug 21 22:43:28.069 INFO O| Aug 21 22:43:28.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64362026-08-21T22:43:29.478Z[ recovery-image] Aug 21 22:43:28.069 INFO O| Aug 21 22:43:28.069 INFO STEP 374 (remove_files) COMPLETE
64372026-08-21T22:43:29.478Z[ recovery-image] Aug 21 22:43:28.069 INFO O| Aug 21 22:43:28.069 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64382026-08-21T22:43:29.485Z[ recovery-image] Aug 21 22:43:28.080 INFO O| Aug 21 22:43:28.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64392026-08-21T22:43:29.485Z[ recovery-image] Aug 21 22:43:28.080 INFO O| Aug 21 22:43:28.080 INFO STEP 375 (remove_files) COMPLETE
64402026-08-21T22:43:29.488Z[ recovery-image] Aug 21 22:43:28.080 INFO O| Aug 21 22:43:28.080 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64412026-08-21T22:43:29.496Z[ recovery-image] Aug 21 22:43:28.091 INFO O| Aug 21 22:43:28.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64422026-08-21T22:43:29.496Z[ recovery-image] Aug 21 22:43:28.091 INFO O| Aug 21 22:43:28.091 INFO STEP 376 (remove_files) COMPLETE
64432026-08-21T22:43:29.497Z[ recovery-image] Aug 21 22:43:28.091 INFO O| Aug 21 22:43:28.091 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64442026-08-21T22:43:29.508Z[ recovery-image] Aug 21 22:43:28.103 INFO O| Aug 21 22:43:28.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64452026-08-21T22:43:29.508Z[ recovery-image] Aug 21 22:43:28.103 INFO O| Aug 21 22:43:28.103 INFO STEP 377 (remove_files) COMPLETE
64462026-08-21T22:43:29.511Z[ recovery-image] Aug 21 22:43:28.103 INFO O| Aug 21 22:43:28.103 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64472026-08-21T22:43:29.519Z[ recovery-image] Aug 21 22:43:28.113 INFO O| Aug 21 22:43:28.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64482026-08-21T22:43:29.519Z[ recovery-image] Aug 21 22:43:28.114 INFO O| Aug 21 22:43:28.113 INFO STEP 378 (remove_files) COMPLETE
64492026-08-21T22:43:29.519Z[ recovery-image] Aug 21 22:43:28.114 INFO O| Aug 21 22:43:28.113 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64502026-08-21T22:43:29.527Z[ recovery-image] Aug 21 22:43:28.122 INFO O| Aug 21 22:43:28.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64512026-08-21T22:43:29.527Z[ recovery-image] Aug 21 22:43:28.122 INFO O| Aug 21 22:43:28.122 INFO STEP 379 (remove_files) COMPLETE
64522026-08-21T22:43:29.533Z[ recovery-image] Aug 21 22:43:28.122 INFO O| Aug 21 22:43:28.122 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64532026-08-21T22:43:29.545Z[ recovery-image] Aug 21 22:43:28.140 INFO O| Aug 21 22:43:28.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64542026-08-21T22:43:29.545Z[ recovery-image] Aug 21 22:43:28.140 INFO O| Aug 21 22:43:28.140 INFO STEP 380 (remove_files) COMPLETE
64552026-08-21T22:43:29.545Z[ recovery-image] Aug 21 22:43:28.140 INFO O| Aug 21 22:43:28.140 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64562026-08-21T22:43:29.556Z[ recovery-image] Aug 21 22:43:28.151 INFO O| Aug 21 22:43:28.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64572026-08-21T22:43:29.556Z[ recovery-image] Aug 21 22:43:28.151 INFO O| Aug 21 22:43:28.151 INFO STEP 381 (remove_files) COMPLETE
64582026-08-21T22:43:29.559Z[ recovery-image] Aug 21 22:43:28.151 INFO O| Aug 21 22:43:28.151 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64592026-08-21T22:43:29.565Z[ recovery-image] Aug 21 22:43:28.160 INFO O| Aug 21 22:43:28.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64602026-08-21T22:43:29.565Z[ recovery-image] Aug 21 22:43:28.160 INFO O| Aug 21 22:43:28.160 INFO STEP 382 (remove_files) COMPLETE
64612026-08-21T22:43:29.569Z[ recovery-image] Aug 21 22:43:28.160 INFO O| Aug 21 22:43:28.160 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64622026-08-21T22:43:29.576Z[ recovery-image] Aug 21 22:43:28.170 INFO O| Aug 21 22:43:28.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64632026-08-21T22:43:29.576Z[ recovery-image] Aug 21 22:43:28.170 INFO O| Aug 21 22:43:28.170 INFO STEP 383 (remove_files) COMPLETE
64642026-08-21T22:43:29.576Z[ recovery-image] Aug 21 22:43:28.170 INFO O| Aug 21 22:43:28.170 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64652026-08-21T22:43:29.584Z[ recovery-image] Aug 21 22:43:28.179 INFO O| Aug 21 22:43:28.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64662026-08-21T22:43:29.584Z[ recovery-image] Aug 21 22:43:28.179 INFO O| Aug 21 22:43:28.179 INFO STEP 384 (remove_files) COMPLETE
64672026-08-21T22:43:29.584Z[ recovery-image] Aug 21 22:43:28.179 INFO O| Aug 21 22:43:28.179 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64682026-08-21T22:43:29.594Z[ recovery-image] Aug 21 22:43:28.189 INFO O| Aug 21 22:43:28.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64692026-08-21T22:43:29.594Z[ recovery-image] Aug 21 22:43:28.189 INFO O| Aug 21 22:43:28.189 INFO STEP 385 (remove_files) COMPLETE
64702026-08-21T22:43:29.594Z[ recovery-image] Aug 21 22:43:28.189 INFO O| Aug 21 22:43:28.189 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64712026-08-21T22:43:29.605Z[ recovery-image] Aug 21 22:43:28.199 INFO O| Aug 21 22:43:28.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64722026-08-21T22:43:29.605Z[ recovery-image] Aug 21 22:43:28.199 INFO O| Aug 21 22:43:28.199 INFO STEP 386 (remove_files) COMPLETE
64732026-08-21T22:43:29.605Z[ recovery-image] Aug 21 22:43:28.199 INFO O| Aug 21 22:43:28.199 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64742026-08-21T22:43:29.614Z[ recovery-image] Aug 21 22:43:28.209 INFO O| Aug 21 22:43:28.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64752026-08-21T22:43:29.614Z[ recovery-image] Aug 21 22:43:28.209 INFO O| Aug 21 22:43:28.209 INFO STEP 387 (remove_files) COMPLETE
64762026-08-21T22:43:29.614Z[ recovery-image] Aug 21 22:43:28.209 INFO O| Aug 21 22:43:28.209 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64772026-08-21T22:43:29.624Z[ recovery-image] Aug 21 22:43:28.219 INFO O| Aug 21 22:43:28.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64782026-08-21T22:43:29.624Z[ recovery-image] Aug 21 22:43:28.219 INFO O| Aug 21 22:43:28.219 INFO STEP 388 (remove_files) COMPLETE
64792026-08-21T22:43:29.624Z[ recovery-image] Aug 21 22:43:28.219 INFO O| Aug 21 22:43:28.219 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64802026-08-21T22:43:29.642Z[ recovery-image] Aug 21 22:43:28.229 INFO O| Aug 21 22:43:28.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64812026-08-21T22:43:29.642Z[ recovery-image] Aug 21 22:43:28.229 INFO O| Aug 21 22:43:28.229 INFO STEP 389 (remove_files) COMPLETE
64822026-08-21T22:43:29.642Z[ recovery-image] Aug 21 22:43:28.229 INFO O| Aug 21 22:43:28.229 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64832026-08-21T22:43:29.649Z[ recovery-image] Aug 21 22:43:28.238 INFO O| Aug 21 22:43:28.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64842026-08-21T22:43:29.650Z[ recovery-image] Aug 21 22:43:28.238 INFO O| Aug 21 22:43:28.238 INFO STEP 390 (remove_files) COMPLETE
64852026-08-21T22:43:29.650Z[ recovery-image] Aug 21 22:43:28.238 INFO O| Aug 21 22:43:28.238 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64862026-08-21T22:43:29.653Z[ recovery-image] Aug 21 22:43:28.246 INFO O| Aug 21 22:43:28.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64872026-08-21T22:43:29.653Z[ recovery-image] Aug 21 22:43:28.246 INFO O| Aug 21 22:43:28.246 INFO STEP 391 (remove_files) COMPLETE
64882026-08-21T22:43:29.653Z[ recovery-image] Aug 21 22:43:28.246 INFO O| Aug 21 22:43:28.246 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64892026-08-21T22:43:29.656Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
64902026-08-21T22:43:29.659Z[ recovery-image] Aug 21 22:43:28.254 INFO O| Aug 21 22:43:28.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64912026-08-21T22:43:29.659Z[ recovery-image] Aug 21 22:43:28.254 INFO O| Aug 21 22:43:28.254 INFO STEP 392 (remove_files) COMPLETE
64922026-08-21T22:43:29.663Z[ recovery-image] Aug 21 22:43:28.254 INFO O| Aug 21 22:43:28.254 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-08-21T22:43:29.667Z[ recovery-image] Aug 21 22:43:28.262 INFO O| Aug 21 22:43:28.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64942026-08-21T22:43:29.667Z[ recovery-image] Aug 21 22:43:28.262 INFO O| Aug 21 22:43:28.262 INFO STEP 393 (remove_files) COMPLETE
64952026-08-21T22:43:29.667Z[ recovery-image] Aug 21 22:43:28.262 INFO O| Aug 21 22:43:28.262 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-08-21T22:43:29.675Z[ recovery-image] Aug 21 22:43:28.270 INFO O| Aug 21 22:43:28.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64972026-08-21T22:43:29.675Z[ recovery-image] Aug 21 22:43:28.270 INFO O| Aug 21 22:43:28.270 INFO STEP 394 (remove_files) COMPLETE
64982026-08-21T22:43:29.675Z[ recovery-image] Aug 21 22:43:28.270 INFO O| Aug 21 22:43:28.270 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-08-21T22:43:29.683Z[ recovery-image] Aug 21 22:43:28.277 INFO O| Aug 21 22:43:28.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
65002026-08-21T22:43:29.683Z[ recovery-image] Aug 21 22:43:28.278 INFO O| Aug 21 22:43:28.277 INFO STEP 395 (remove_files) COMPLETE
65012026-08-21T22:43:29.683Z[ recovery-image] Aug 21 22:43:28.278 INFO O| Aug 21 22:43:28.277 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-08-21T22:43:29.690Z[ recovery-image] Aug 21 22:43:28.285 INFO O| Aug 21 22:43:28.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
65032026-08-21T22:43:29.690Z[ recovery-image] Aug 21 22:43:28.285 INFO O| Aug 21 22:43:28.285 INFO STEP 396 (remove_files) COMPLETE
65042026-08-21T22:43:29.690Z[ recovery-image] Aug 21 22:43:28.285 INFO O| Aug 21 22:43:28.285 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-08-21T22:43:29.698Z[ recovery-image] Aug 21 22:43:28.293 INFO O| Aug 21 22:43:28.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65062026-08-21T22:43:29.698Z[ recovery-image] Aug 21 22:43:28.293 INFO O| Aug 21 22:43:28.293 INFO STEP 397 (remove_files) COMPLETE
65072026-08-21T22:43:29.698Z[ recovery-image] Aug 21 22:43:28.293 INFO O| Aug 21 22:43:28.293 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-08-21T22:43:29.705Z[ recovery-image] Aug 21 22:43:28.300 INFO O| Aug 21 22:43:28.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65092026-08-21T22:43:29.705Z[ recovery-image] Aug 21 22:43:28.300 INFO O| Aug 21 22:43:28.300 INFO STEP 398 (remove_files) COMPLETE
65102026-08-21T22:43:29.705Z[ recovery-image] Aug 21 22:43:28.300 INFO O| Aug 21 22:43:28.300 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-08-21T22:43:29.714Z[ recovery-image] Aug 21 22:43:28.308 INFO O| Aug 21 22:43:28.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65122026-08-21T22:43:29.714Z[ recovery-image] Aug 21 22:43:28.309 INFO O| Aug 21 22:43:28.309 INFO STEP 399 (remove_files) COMPLETE
65132026-08-21T22:43:29.714Z[ recovery-image] Aug 21 22:43:28.309 INFO O| Aug 21 22:43:28.309 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-08-21T22:43:29.723Z[ recovery-image] Aug 21 22:43:28.317 INFO O| Aug 21 22:43:28.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65152026-08-21T22:43:29.723Z[ recovery-image] Aug 21 22:43:28.317 INFO O| Aug 21 22:43:28.317 INFO STEP 400 (remove_files) COMPLETE
65162026-08-21T22:43:29.723Z[ recovery-image] Aug 21 22:43:28.317 INFO O| Aug 21 22:43:28.317 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-08-21T22:43:29.732Z[ recovery-image] Aug 21 22:43:28.327 INFO O| Aug 21 22:43:28.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65182026-08-21T22:43:29.732Z[ recovery-image] Aug 21 22:43:28.327 INFO O| Aug 21 22:43:28.327 INFO STEP 401 (remove_files) COMPLETE
65192026-08-21T22:43:29.732Z[ recovery-image] Aug 21 22:43:28.327 INFO O| Aug 21 22:43:28.327 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-08-21T22:43:29.740Z[ recovery-image] Aug 21 22:43:28.335 INFO O| Aug 21 22:43:28.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65212026-08-21T22:43:29.740Z[ recovery-image] Aug 21 22:43:28.335 INFO O| Aug 21 22:43:28.335 INFO STEP 402 (remove_files) COMPLETE
65222026-08-21T22:43:29.740Z[ recovery-image] Aug 21 22:43:28.335 INFO O| Aug 21 22:43:28.335 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-08-21T22:43:29.749Z[ recovery-image] Aug 21 22:43:28.344 INFO O| Aug 21 22:43:28.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65242026-08-21T22:43:29.749Z[ recovery-image] Aug 21 22:43:28.344 INFO O| Aug 21 22:43:28.344 INFO STEP 403 (remove_files) COMPLETE
65252026-08-21T22:43:29.749Z[ recovery-image] Aug 21 22:43:28.344 INFO O| Aug 21 22:43:28.344 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-08-21T22:43:29.759Z[ recovery-image] Aug 21 22:43:28.354 INFO O| Aug 21 22:43:28.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65272026-08-21T22:43:29.759Z[ recovery-image] Aug 21 22:43:28.354 INFO O| Aug 21 22:43:28.354 INFO STEP 404 (remove_files) COMPLETE
65282026-08-21T22:43:29.760Z[ recovery-image] Aug 21 22:43:28.354 INFO O| Aug 21 22:43:28.354 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-08-21T22:43:29.769Z[ recovery-image] Aug 21 22:43:28.364 INFO O| Aug 21 22:43:28.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65302026-08-21T22:43:29.769Z[ recovery-image] Aug 21 22:43:28.364 INFO O| Aug 21 22:43:28.364 INFO STEP 405 (remove_files) COMPLETE
65312026-08-21T22:43:29.769Z[ recovery-image] Aug 21 22:43:28.364 INFO O| Aug 21 22:43:28.364 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-08-21T22:43:29.779Z[ recovery-image] Aug 21 22:43:28.374 INFO O| Aug 21 22:43:28.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65332026-08-21T22:43:29.779Z[ recovery-image] Aug 21 22:43:28.374 INFO O| Aug 21 22:43:28.374 INFO STEP 406 (remove_files) COMPLETE
65342026-08-21T22:43:29.779Z[ recovery-image] Aug 21 22:43:28.374 INFO O| Aug 21 22:43:28.374 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-08-21T22:43:29.788Z[ recovery-image] Aug 21 22:43:28.383 INFO O| Aug 21 22:43:28.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65362026-08-21T22:43:29.788Z[ recovery-image] Aug 21 22:43:28.383 INFO O| Aug 21 22:43:28.383 INFO STEP 407 (remove_files) COMPLETE
65372026-08-21T22:43:29.788Z[ recovery-image] Aug 21 22:43:28.383 INFO O| Aug 21 22:43:28.383 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-08-21T22:43:29.796Z[ recovery-image] Aug 21 22:43:28.391 INFO O| Aug 21 22:43:28.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65392026-08-21T22:43:29.799Z[ recovery-image] Aug 21 22:43:28.392 INFO O| Aug 21 22:43:28.392 INFO STEP 408 (remove_files) COMPLETE
65402026-08-21T22:43:29.799Z[ recovery-image] Aug 21 22:43:28.392 INFO O| Aug 21 22:43:28.392 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-08-21T22:43:29.877Z[ recovery-image] Aug 21 22:43:28.404 INFO O| Aug 21 22:43:28.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65422026-08-21T22:43:29.877Z[ recovery-image] Aug 21 22:43:28.427 INFO O| Aug 21 22:43:28.427 INFO STEP 409 (remove_files) COMPLETE
65432026-08-21T22:43:29.877Z[ recovery-image] Aug 21 22:43:28.427 INFO O| Aug 21 22:43:28.427 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-08-21T22:43:29.877Z[ recovery-image] Aug 21 22:43:28.465 INFO O| Aug 21 22:43:28.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65452026-08-21T22:43:29.877Z[ recovery-image] Aug 21 22:43:28.465 INFO O| Aug 21 22:43:28.465 INFO STEP 410 (remove_files) COMPLETE
65462026-08-21T22:43:29.877Z[ recovery-image] Aug 21 22:43:28.465 INFO O| Aug 21 22:43:28.465 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-08-21T22:43:29.881Z[ recovery-image] Aug 21 22:43:28.476 INFO O| Aug 21 22:43:28.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65482026-08-21T22:43:29.881Z[ recovery-image] Aug 21 22:43:28.476 INFO O| Aug 21 22:43:28.476 INFO STEP 411 (remove_files) COMPLETE
65492026-08-21T22:43:29.884Z[ recovery-image] Aug 21 22:43:28.476 INFO O| Aug 21 22:43:28.476 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-08-21T22:43:29.890Z[ recovery-image] Aug 21 22:43:28.485 INFO O| Aug 21 22:43:28.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65512026-08-21T22:43:29.893Z[ recovery-image] Aug 21 22:43:28.486 INFO O| Aug 21 22:43:28.486 INFO STEP 412 (remove_files) COMPLETE
65522026-08-21T22:43:29.893Z[ recovery-image] Aug 21 22:43:28.486 INFO O| Aug 21 22:43:28.486 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-08-21T22:43:29.901Z[ recovery-image] Aug 21 22:43:28.496 INFO O| Aug 21 22:43:28.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65542026-08-21T22:43:29.901Z[ recovery-image] Aug 21 22:43:28.496 INFO O| Aug 21 22:43:28.496 INFO STEP 413 (remove_files) COMPLETE
65552026-08-21T22:43:29.901Z[ recovery-image] Aug 21 22:43:28.496 INFO O| Aug 21 22:43:28.496 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-08-21T22:43:29.912Z[ recovery-image] Aug 21 22:43:28.507 INFO O| Aug 21 22:43:28.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65572026-08-21T22:43:29.912Z[ recovery-image] Aug 21 22:43:28.507 INFO O| Aug 21 22:43:28.507 INFO STEP 414 (remove_files) COMPLETE
65582026-08-21T22:43:29.912Z[ recovery-image] Aug 21 22:43:28.507 INFO O| Aug 21 22:43:28.507 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-08-21T22:43:29.924Z[ recovery-image] Aug 21 22:43:28.519 INFO O| Aug 21 22:43:28.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65602026-08-21T22:43:29.924Z[ recovery-image] Aug 21 22:43:28.519 INFO O| Aug 21 22:43:28.519 INFO STEP 415 (remove_files) COMPLETE
65612026-08-21T22:43:29.924Z[ recovery-image] Aug 21 22:43:28.519 INFO O| Aug 21 22:43:28.519 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-08-21T22:43:29.936Z[ recovery-image] Aug 21 22:43:28.531 INFO O| Aug 21 22:43:28.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65632026-08-21T22:43:29.936Z[ recovery-image] Aug 21 22:43:28.531 INFO O| Aug 21 22:43:28.531 INFO STEP 416 (remove_files) COMPLETE
65642026-08-21T22:43:29.936Z[ recovery-image] Aug 21 22:43:28.531 INFO O| Aug 21 22:43:28.531 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-08-21T22:43:29.947Z[ recovery-image] Aug 21 22:43:28.542 INFO O| Aug 21 22:43:28.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65662026-08-21T22:43:29.947Z[ recovery-image] Aug 21 22:43:28.542 INFO O| Aug 21 22:43:28.542 INFO STEP 417 (remove_files) COMPLETE
65672026-08-21T22:43:29.947Z[ recovery-image] Aug 21 22:43:28.542 INFO O| Aug 21 22:43:28.542 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-08-21T22:43:29.958Z[ recovery-image] Aug 21 22:43:28.552 INFO O| Aug 21 22:43:28.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65692026-08-21T22:43:29.958Z[ recovery-image] Aug 21 22:43:28.552 INFO O| Aug 21 22:43:28.552 INFO STEP 418 (remove_files) COMPLETE
65702026-08-21T22:43:29.958Z[ recovery-image] Aug 21 22:43:28.552 INFO O| Aug 21 22:43:28.552 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-08-21T22:43:29.969Z[ recovery-image] Aug 21 22:43:28.564 INFO O| Aug 21 22:43:28.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65722026-08-21T22:43:29.969Z[ recovery-image] Aug 21 22:43:28.564 INFO O| Aug 21 22:43:28.564 INFO STEP 419 (remove_files) COMPLETE
65732026-08-21T22:43:29.969Z[ recovery-image] Aug 21 22:43:28.564 INFO O| Aug 21 22:43:28.564 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-08-21T22:43:29.981Z[ recovery-image] Aug 21 22:43:28.576 INFO O| Aug 21 22:43:28.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65752026-08-21T22:43:29.981Z[ recovery-image] Aug 21 22:43:28.576 INFO O| Aug 21 22:43:28.576 INFO STEP 420 (remove_files) COMPLETE
65762026-08-21T22:43:29.984Z[ recovery-image] Aug 21 22:43:28.576 INFO O| Aug 21 22:43:28.576 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-08-21T22:43:29.994Z[ recovery-image] Aug 21 22:43:28.589 INFO O| Aug 21 22:43:28.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65782026-08-21T22:43:29.994Z[ recovery-image] Aug 21 22:43:28.589 INFO O| Aug 21 22:43:28.589 INFO STEP 421 (remove_files) COMPLETE
65792026-08-21T22:43:29.994Z[ recovery-image] Aug 21 22:43:28.589 INFO O| Aug 21 22:43:28.589 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-08-21T22:43:29.997Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
65812026-08-21T22:43:30.006Z[ recovery-image] Aug 21 22:43:28.600 INFO O| Aug 21 22:43:28.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65822026-08-21T22:43:30.006Z[ recovery-image] Aug 21 22:43:28.600 INFO O| Aug 21 22:43:28.600 INFO STEP 422 (remove_files) COMPLETE
65832026-08-21T22:43:30.006Z[ recovery-image] Aug 21 22:43:28.600 INFO O| Aug 21 22:43:28.600 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-08-21T22:43:30.018Z[ recovery-image] Aug 21 22:43:28.613 INFO O| Aug 21 22:43:28.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65852026-08-21T22:43:30.018Z[ recovery-image] Aug 21 22:43:28.613 INFO O| Aug 21 22:43:28.613 INFO STEP 423 (remove_files) COMPLETE
65862026-08-21T22:43:30.022Z[ recovery-image] Aug 21 22:43:28.613 INFO O| Aug 21 22:43:28.613 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-08-21T22:43:30.030Z[ recovery-image] Aug 21 22:43:28.625 INFO O| Aug 21 22:43:28.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65882026-08-21T22:43:30.031Z[ recovery-image] Aug 21 22:43:28.625 INFO O| Aug 21 22:43:28.625 INFO STEP 424 (remove_files) COMPLETE
65892026-08-21T22:43:30.031Z[ recovery-image] Aug 21 22:43:28.625 INFO O| Aug 21 22:43:28.625 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-08-21T22:43:30.041Z[ recovery-image] Aug 21 22:43:28.636 INFO O| Aug 21 22:43:28.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65912026-08-21T22:43:30.041Z[ recovery-image] Aug 21 22:43:28.636 INFO O| Aug 21 22:43:28.636 INFO STEP 425 (remove_files) COMPLETE
65922026-08-21T22:43:30.041Z[ recovery-image] Aug 21 22:43:28.636 INFO O| Aug 21 22:43:28.636 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-08-21T22:43:30.052Z[ recovery-image] Aug 21 22:43:28.646 INFO O| Aug 21 22:43:28.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65942026-08-21T22:43:30.055Z[ recovery-image] Aug 21 22:43:28.647 INFO O| Aug 21 22:43:28.646 INFO STEP 426 (remove_files) COMPLETE
65952026-08-21T22:43:30.055Z[ recovery-image] Aug 21 22:43:28.647 INFO O| Aug 21 22:43:28.647 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-08-21T22:43:30.063Z[ recovery-image] Aug 21 22:43:28.657 INFO O| Aug 21 22:43:28.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65972026-08-21T22:43:30.063Z[ recovery-image] Aug 21 22:43:28.657 INFO O| Aug 21 22:43:28.657 INFO STEP 427 (remove_files) COMPLETE
65982026-08-21T22:43:30.064Z[ recovery-image] Aug 21 22:43:28.657 INFO O| Aug 21 22:43:28.657 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-08-21T22:43:30.074Z[ recovery-image] Aug 21 22:43:28.669 INFO O| Aug 21 22:43:28.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
66002026-08-21T22:43:30.074Z[ recovery-image] Aug 21 22:43:28.669 INFO O| Aug 21 22:43:28.669 INFO STEP 428 (remove_files) COMPLETE
66012026-08-21T22:43:30.077Z[ recovery-image] Aug 21 22:43:28.669 INFO O| Aug 21 22:43:28.669 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-08-21T22:43:30.085Z[ recovery-image] Aug 21 22:43:28.680 INFO O| Aug 21 22:43:28.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66032026-08-21T22:43:30.085Z[ recovery-image] Aug 21 22:43:28.680 INFO O| Aug 21 22:43:28.680 INFO STEP 429 (remove_files) COMPLETE
66042026-08-21T22:43:30.085Z[ recovery-image] Aug 21 22:43:28.680 INFO O| Aug 21 22:43:28.680 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-08-21T22:43:30.095Z[ recovery-image] Aug 21 22:43:28.690 INFO O| Aug 21 22:43:28.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66062026-08-21T22:43:30.095Z[ recovery-image] Aug 21 22:43:28.690 INFO O| Aug 21 22:43:28.690 INFO STEP 430 (remove_files) COMPLETE
66072026-08-21T22:43:30.095Z[ recovery-image] Aug 21 22:43:28.690 INFO O| Aug 21 22:43:28.690 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-08-21T22:43:30.107Z[ recovery-image] Aug 21 22:43:28.702 INFO O| Aug 21 22:43:28.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66092026-08-21T22:43:30.107Z[ recovery-image] Aug 21 22:43:28.702 INFO O| Aug 21 22:43:28.702 INFO STEP 431 (remove_files) COMPLETE
66102026-08-21T22:43:30.107Z[ recovery-image] Aug 21 22:43:28.702 INFO O| Aug 21 22:43:28.702 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-08-21T22:43:30.116Z[ recovery-image] Aug 21 22:43:28.711 INFO O| Aug 21 22:43:28.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66122026-08-21T22:43:30.116Z[ recovery-image] Aug 21 22:43:28.711 INFO O| Aug 21 22:43:28.711 INFO STEP 432 (remove_files) COMPLETE
66132026-08-21T22:43:30.119Z[ recovery-image] Aug 21 22:43:28.711 INFO O| Aug 21 22:43:28.711 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-08-21T22:43:30.125Z[ recovery-image] Aug 21 22:43:28.720 INFO O| Aug 21 22:43:28.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66152026-08-21T22:43:30.125Z[ recovery-image] Aug 21 22:43:28.720 INFO O| Aug 21 22:43:28.720 INFO STEP 433 (remove_files) COMPLETE
66162026-08-21T22:43:30.125Z[ recovery-image] Aug 21 22:43:28.720 INFO O| Aug 21 22:43:28.720 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-08-21T22:43:30.134Z[ recovery-image] Aug 21 22:43:28.728 INFO O| Aug 21 22:43:28.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66182026-08-21T22:43:30.134Z[ recovery-image] Aug 21 22:43:28.729 INFO O| Aug 21 22:43:28.728 INFO STEP 434 (remove_files) COMPLETE
66192026-08-21T22:43:30.134Z[ recovery-image] Aug 21 22:43:28.729 INFO O| Aug 21 22:43:28.729 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-08-21T22:43:30.142Z[ recovery-image] Aug 21 22:43:28.737 INFO O| Aug 21 22:43:28.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66212026-08-21T22:43:30.142Z[ recovery-image] Aug 21 22:43:28.737 INFO O| Aug 21 22:43:28.737 INFO STEP 435 (remove_files) COMPLETE
66222026-08-21T22:43:30.142Z[ recovery-image] Aug 21 22:43:28.737 INFO O| Aug 21 22:43:28.737 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-08-21T22:43:30.150Z[ recovery-image] Aug 21 22:43:28.745 INFO O| Aug 21 22:43:28.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66242026-08-21T22:43:30.152Z[ recovery-image] Aug 21 22:43:28.745 INFO O| Aug 21 22:43:28.745 INFO STEP 436 (remove_files) COMPLETE
66252026-08-21T22:43:30.152Z[ recovery-image] Aug 21 22:43:28.745 INFO O| Aug 21 22:43:28.745 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-08-21T22:43:30.162Z[ recovery-image] Aug 21 22:43:28.756 INFO O| Aug 21 22:43:28.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66272026-08-21T22:43:30.162Z[ recovery-image] Aug 21 22:43:28.757 INFO O| Aug 21 22:43:28.757 INFO STEP 437 (remove_files) COMPLETE
66282026-08-21T22:43:30.162Z[ recovery-image] Aug 21 22:43:28.757 INFO O| Aug 21 22:43:28.757 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-08-21T22:43:30.172Z[ recovery-image] Aug 21 22:43:28.767 INFO O| Aug 21 22:43:28.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66302026-08-21T22:43:30.172Z[ recovery-image] Aug 21 22:43:28.767 INFO O| Aug 21 22:43:28.767 INFO STEP 438 (remove_files) COMPLETE
66312026-08-21T22:43:30.172Z[ recovery-image] Aug 21 22:43:28.767 INFO O| Aug 21 22:43:28.767 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-08-21T22:43:30.181Z[ recovery-image] Aug 21 22:43:28.776 INFO O| Aug 21 22:43:28.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66332026-08-21T22:43:30.181Z[ recovery-image] Aug 21 22:43:28.776 INFO O| Aug 21 22:43:28.776 INFO STEP 439 (remove_files) COMPLETE
66342026-08-21T22:43:30.184Z[ recovery-image] Aug 21 22:43:28.776 INFO O| Aug 21 22:43:28.776 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-08-21T22:43:30.190Z[ recovery-image] Aug 21 22:43:28.785 INFO O| Aug 21 22:43:28.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66362026-08-21T22:43:30.190Z[ recovery-image] Aug 21 22:43:28.785 INFO O| Aug 21 22:43:28.785 INFO STEP 440 (remove_files) COMPLETE
66372026-08-21T22:43:30.193Z[ recovery-image] Aug 21 22:43:28.785 INFO O| Aug 21 22:43:28.785 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-08-21T22:43:30.199Z[ recovery-image] Aug 21 22:43:28.793 INFO O| Aug 21 22:43:28.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66392026-08-21T22:43:30.199Z[ recovery-image] Aug 21 22:43:28.794 INFO O| Aug 21 22:43:28.794 INFO STEP 441 (remove_files) COMPLETE
66402026-08-21T22:43:30.199Z[ recovery-image] Aug 21 22:43:28.794 INFO O| Aug 21 22:43:28.794 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-08-21T22:43:30.208Z[ recovery-image] Aug 21 22:43:28.803 INFO O| Aug 21 22:43:28.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66422026-08-21T22:43:30.208Z[ recovery-image] Aug 21 22:43:28.803 INFO O| Aug 21 22:43:28.803 INFO STEP 442 (remove_files) COMPLETE
66432026-08-21T22:43:30.211Z[ recovery-image] Aug 21 22:43:28.803 INFO O| Aug 21 22:43:28.803 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-08-21T22:43:30.218Z[ recovery-image] Aug 21 22:43:28.813 INFO O| Aug 21 22:43:28.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66452026-08-21T22:43:30.218Z[ recovery-image] Aug 21 22:43:28.813 INFO O| Aug 21 22:43:28.813 INFO STEP 443 (remove_files) COMPLETE
66462026-08-21T22:43:30.218Z[ recovery-image] Aug 21 22:43:28.813 INFO O| Aug 21 22:43:28.813 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-08-21T22:43:30.229Z[ recovery-image] Aug 21 22:43:28.823 INFO O| Aug 21 22:43:28.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66482026-08-21T22:43:30.229Z[ recovery-image] Aug 21 22:43:28.823 INFO O| Aug 21 22:43:28.823 INFO STEP 444 (remove_files) COMPLETE
66492026-08-21T22:43:30.229Z[ recovery-image] Aug 21 22:43:28.823 INFO O| Aug 21 22:43:28.823 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-08-21T22:43:30.238Z[ recovery-image] Aug 21 22:43:28.833 INFO O| Aug 21 22:43:28.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66512026-08-21T22:43:30.238Z[ recovery-image] Aug 21 22:43:28.833 INFO O| Aug 21 22:43:28.833 INFO STEP 445 (remove_files) COMPLETE
66522026-08-21T22:43:30.242Z[ recovery-image] Aug 21 22:43:28.833 INFO O| Aug 21 22:43:28.833 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-08-21T22:43:30.247Z[ recovery-image] Aug 21 22:43:28.842 INFO O| Aug 21 22:43:28.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66542026-08-21T22:43:30.247Z[ recovery-image] Aug 21 22:43:28.842 INFO O| Aug 21 22:43:28.842 INFO STEP 446 (remove_files) COMPLETE
66552026-08-21T22:43:30.247Z[ recovery-image] Aug 21 22:43:28.842 INFO O| Aug 21 22:43:28.842 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-08-21T22:43:30.257Z[ recovery-image] Aug 21 22:43:28.852 INFO O| Aug 21 22:43:28.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66572026-08-21T22:43:30.257Z[ recovery-image] Aug 21 22:43:28.852 INFO O| Aug 21 22:43:28.852 INFO STEP 447 (remove_files) COMPLETE
66582026-08-21T22:43:30.260Z[ recovery-image] Aug 21 22:43:28.852 INFO O| Aug 21 22:43:28.852 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-08-21T22:43:30.267Z[ recovery-image] Aug 21 22:43:28.862 INFO O| Aug 21 22:43:28.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66602026-08-21T22:43:30.267Z[ recovery-image] Aug 21 22:43:28.862 INFO O| Aug 21 22:43:28.862 INFO STEP 448 (remove_files) COMPLETE
66612026-08-21T22:43:30.267Z[ recovery-image] Aug 21 22:43:28.862 INFO O| Aug 21 22:43:28.862 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-08-21T22:43:30.277Z[ recovery-image] Aug 21 22:43:28.872 INFO O| Aug 21 22:43:28.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66632026-08-21T22:43:30.277Z[ recovery-image] Aug 21 22:43:28.872 INFO O| Aug 21 22:43:28.872 INFO STEP 449 (remove_files) COMPLETE
66642026-08-21T22:43:30.280Z[ recovery-image] Aug 21 22:43:28.872 INFO O| Aug 21 22:43:28.872 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-08-21T22:43:30.287Z[ recovery-image] Aug 21 22:43:28.882 INFO O| Aug 21 22:43:28.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66662026-08-21T22:43:30.287Z[ recovery-image] Aug 21 22:43:28.882 INFO O| Aug 21 22:43:28.882 INFO STEP 450 (remove_files) COMPLETE
66672026-08-21T22:43:30.287Z[ recovery-image] Aug 21 22:43:28.882 INFO O| Aug 21 22:43:28.882 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-08-21T22:43:30.312Z[ recovery-image] Aug 21 22:43:28.907 INFO O| Aug 21 22:43:28.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66692026-08-21T22:43:30.312Z[ recovery-image] Aug 21 22:43:28.907 INFO O| Aug 21 22:43:28.907 INFO STEP 451 (remove_files) COMPLETE
66702026-08-21T22:43:30.315Z[ recovery-image] Aug 21 22:43:28.907 INFO O| Aug 21 22:43:28.907 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-08-21T22:43:30.323Z[ recovery-image] Aug 21 22:43:28.918 INFO O| Aug 21 22:43:28.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66722026-08-21T22:43:30.323Z[ recovery-image] Aug 21 22:43:28.918 INFO O| Aug 21 22:43:28.918 INFO STEP 452 (remove_files) COMPLETE
66732026-08-21T22:43:30.324Z[ recovery-image] Aug 21 22:43:28.918 INFO O| Aug 21 22:43:28.918 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-08-21T22:43:30.332Z[ recovery-image] Aug 21 22:43:28.927 INFO O| Aug 21 22:43:28.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66752026-08-21T22:43:30.332Z[ recovery-image] Aug 21 22:43:28.927 INFO O| Aug 21 22:43:28.927 INFO STEP 453 (remove_files) COMPLETE
66762026-08-21T22:43:30.335Z[ recovery-image] Aug 21 22:43:28.927 INFO O| Aug 21 22:43:28.927 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-08-21T22:43:30.341Z[ recovery-image] Aug 21 22:43:28.936 INFO O| Aug 21 22:43:28.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66782026-08-21T22:43:30.344Z[ recovery-image] Aug 21 22:43:28.937 INFO O| Aug 21 22:43:28.937 INFO STEP 454 (remove_files) COMPLETE
66792026-08-21T22:43:30.344Z[ recovery-image] Aug 21 22:43:28.937 INFO O| Aug 21 22:43:28.937 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-08-21T22:43:30.351Z[ recovery-image] Aug 21 22:43:28.946 INFO O| Aug 21 22:43:28.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66812026-08-21T22:43:30.351Z[ recovery-image] Aug 21 22:43:28.946 INFO O| Aug 21 22:43:28.946 INFO STEP 455 (remove_files) COMPLETE
66822026-08-21T22:43:30.352Z[ recovery-image] Aug 21 22:43:28.946 INFO O| Aug 21 22:43:28.946 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-08-21T22:43:30.360Z[ recovery-image] Aug 21 22:43:28.955 INFO O| Aug 21 22:43:28.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66842026-08-21T22:43:30.361Z[ recovery-image] Aug 21 22:43:28.955 INFO O| Aug 21 22:43:28.955 INFO STEP 456 (remove_files) COMPLETE
66852026-08-21T22:43:30.361Z[ recovery-image] Aug 21 22:43:28.955 INFO O| Aug 21 22:43:28.955 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-08-21T22:43:30.369Z[ recovery-image] Aug 21 22:43:28.964 INFO O| Aug 21 22:43:28.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66872026-08-21T22:43:30.369Z[ recovery-image] Aug 21 22:43:28.964 INFO O| Aug 21 22:43:28.964 INFO STEP 457 (remove_files) COMPLETE
66882026-08-21T22:43:30.369Z[ recovery-image] Aug 21 22:43:28.964 INFO O| Aug 21 22:43:28.964 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-08-21T22:43:30.379Z[ recovery-image] Aug 21 22:43:28.974 INFO O| Aug 21 22:43:28.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66902026-08-21T22:43:30.379Z[ recovery-image] Aug 21 22:43:28.974 INFO O| Aug 21 22:43:28.974 INFO STEP 458 (remove_files) COMPLETE
66912026-08-21T22:43:30.379Z[ recovery-image] Aug 21 22:43:28.974 INFO O| Aug 21 22:43:28.974 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-08-21T22:43:30.389Z[ recovery-image] Aug 21 22:43:28.984 INFO O| Aug 21 22:43:28.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66932026-08-21T22:43:30.389Z[ recovery-image] Aug 21 22:43:28.984 INFO O| Aug 21 22:43:28.984 INFO STEP 459 (remove_files) COMPLETE
66942026-08-21T22:43:30.392Z[ recovery-image] Aug 21 22:43:28.984 INFO O| Aug 21 22:43:28.984 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-08-21T22:43:30.399Z[ recovery-image] Aug 21 22:43:28.994 INFO O| Aug 21 22:43:28.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66962026-08-21T22:43:30.400Z[ recovery-image] Aug 21 22:43:28.995 INFO O| Aug 21 22:43:28.995 INFO STEP 460 (remove_files) COMPLETE
66972026-08-21T22:43:30.400Z[ recovery-image] Aug 21 22:43:28.995 INFO O| Aug 21 22:43:28.995 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-08-21T22:43:30.410Z[ recovery-image] Aug 21 22:43:29.005 INFO O| Aug 21 22:43:29.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66992026-08-21T22:43:30.410Z[ recovery-image] Aug 21 22:43:29.005 INFO O| Aug 21 22:43:29.005 INFO STEP 461 (remove_files) COMPLETE
67002026-08-21T22:43:30.410Z[ recovery-image] Aug 21 22:43:29.005 INFO O| Aug 21 22:43:29.005 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-08-21T22:43:30.421Z[ recovery-image] Aug 21 22:43:29.016 INFO O| Aug 21 22:43:29.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67022026-08-21T22:43:30.421Z[ recovery-image] Aug 21 22:43:29.016 INFO O| Aug 21 22:43:29.016 INFO STEP 462 (remove_files) COMPLETE
67032026-08-21T22:43:30.421Z[ recovery-image] Aug 21 22:43:29.016 INFO O| Aug 21 22:43:29.016 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-08-21T22:43:30.437Z[ recovery-image] Aug 21 22:43:29.027 INFO O| Aug 21 22:43:29.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67052026-08-21T22:43:30.437Z[ recovery-image] Aug 21 22:43:29.027 INFO O| Aug 21 22:43:29.027 INFO STEP 463 (remove_files) COMPLETE
67062026-08-21T22:43:30.437Z[ recovery-image] Aug 21 22:43:29.027 INFO O| Aug 21 22:43:29.027 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-08-21T22:43:30.442Z[ recovery-image] Aug 21 22:43:29.037 INFO O| Aug 21 22:43:29.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67082026-08-21T22:43:30.442Z[ recovery-image] Aug 21 22:43:29.037 INFO O| Aug 21 22:43:29.037 INFO STEP 464 (remove_files) COMPLETE
67092026-08-21T22:43:30.446Z[ recovery-image] Aug 21 22:43:29.037 INFO O| Aug 21 22:43:29.037 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-08-21T22:43:30.451Z[ recovery-image] Aug 21 22:43:29.046 INFO O| Aug 21 22:43:29.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67112026-08-21T22:43:30.451Z[ recovery-image] Aug 21 22:43:29.046 INFO O| Aug 21 22:43:29.046 INFO STEP 465 (remove_files) COMPLETE
67122026-08-21T22:43:30.454Z[ recovery-image] Aug 21 22:43:29.046 INFO O| Aug 21 22:43:29.046 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-08-21T22:43:30.460Z[ recovery-image] Aug 21 22:43:29.055 INFO O| Aug 21 22:43:29.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67142026-08-21T22:43:30.460Z[ recovery-image] Aug 21 22:43:29.055 INFO O| Aug 21 22:43:29.055 INFO STEP 466 (remove_files) COMPLETE
67152026-08-21T22:43:30.463Z[ recovery-image] Aug 21 22:43:29.055 INFO O| Aug 21 22:43:29.055 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-08-21T22:43:30.469Z[ recovery-image] Aug 21 22:43:29.064 INFO O| Aug 21 22:43:29.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67172026-08-21T22:43:30.469Z[ recovery-image] Aug 21 22:43:29.064 INFO O| Aug 21 22:43:29.064 INFO STEP 467 (remove_files) COMPLETE
67182026-08-21T22:43:30.472Z[ recovery-image] Aug 21 22:43:29.064 INFO O| Aug 21 22:43:29.064 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-08-21T22:43:30.478Z[ recovery-image] Aug 21 22:43:29.073 INFO O| Aug 21 22:43:29.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67202026-08-21T22:43:30.478Z[ recovery-image] Aug 21 22:43:29.073 INFO O| Aug 21 22:43:29.073 INFO STEP 468 (remove_files) COMPLETE
67212026-08-21T22:43:30.478Z[ recovery-image] Aug 21 22:43:29.073 INFO O| Aug 21 22:43:29.073 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-08-21T22:43:30.487Z[ recovery-image] Aug 21 22:43:29.082 INFO O| Aug 21 22:43:29.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67232026-08-21T22:43:30.487Z[ recovery-image] Aug 21 22:43:29.082 INFO O| Aug 21 22:43:29.082 INFO STEP 469 (remove_files) COMPLETE
67242026-08-21T22:43:30.490Z[ recovery-image] Aug 21 22:43:29.082 INFO O| Aug 21 22:43:29.082 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-08-21T22:43:30.497Z[ recovery-image] Aug 21 22:43:29.092 INFO O| Aug 21 22:43:29.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67262026-08-21T22:43:30.500Z[ recovery-image] Aug 21 22:43:29.093 INFO O| Aug 21 22:43:29.093 INFO STEP 470 (remove_files) COMPLETE
67272026-08-21T22:43:30.500Z[ recovery-image] Aug 21 22:43:29.093 INFO O| Aug 21 22:43:29.093 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-08-21T22:43:30.507Z[ recovery-image] Aug 21 22:43:29.102 INFO O| Aug 21 22:43:29.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67292026-08-21T22:43:30.507Z[ recovery-image] Aug 21 22:43:29.102 INFO O| Aug 21 22:43:29.102 INFO STEP 471 (remove_files) COMPLETE
67302026-08-21T22:43:30.507Z[ recovery-image] Aug 21 22:43:29.102 INFO O| Aug 21 22:43:29.102 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-08-21T22:43:30.516Z[ recovery-image] Aug 21 22:43:29.111 INFO O| Aug 21 22:43:29.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67322026-08-21T22:43:30.516Z[ recovery-image] Aug 21 22:43:29.111 INFO O| Aug 21 22:43:29.111 INFO STEP 472 (remove_files) COMPLETE
67332026-08-21T22:43:30.517Z[ recovery-image] Aug 21 22:43:29.111 INFO O| Aug 21 22:43:29.111 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-08-21T22:43:30.527Z[ recovery-image] Aug 21 22:43:29.121 INFO O| Aug 21 22:43:29.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67352026-08-21T22:43:30.527Z[ recovery-image] Aug 21 22:43:29.121 INFO O| Aug 21 22:43:29.121 INFO STEP 473 (remove_files) COMPLETE
67362026-08-21T22:43:30.527Z[ recovery-image] Aug 21 22:43:29.121 INFO O| Aug 21 22:43:29.121 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-08-21T22:43:30.535Z[ recovery-image] Aug 21 22:43:29.130 INFO O| Aug 21 22:43:29.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67382026-08-21T22:43:30.538Z[ recovery-image] Aug 21 22:43:29.131 INFO O| Aug 21 22:43:29.131 INFO STEP 474 (remove_files) COMPLETE
67392026-08-21T22:43:30.538Z[ recovery-image] Aug 21 22:43:29.131 INFO O| Aug 21 22:43:29.131 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-08-21T22:43:30.548Z[ recovery-image] Aug 21 22:43:29.142 INFO O| Aug 21 22:43:29.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67412026-08-21T22:43:30.548Z[ recovery-image] Aug 21 22:43:29.142 INFO O| Aug 21 22:43:29.142 INFO STEP 475 (remove_files) COMPLETE
67422026-08-21T22:43:30.548Z[ recovery-image] Aug 21 22:43:29.142 INFO O| Aug 21 22:43:29.142 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-08-21T22:43:30.559Z[ recovery-image] Aug 21 22:43:29.152 INFO O| Aug 21 22:43:29.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67442026-08-21T22:43:30.559Z[ recovery-image] Aug 21 22:43:29.152 INFO O| Aug 21 22:43:29.152 INFO STEP 476 (remove_files) COMPLETE
67452026-08-21T22:43:30.559Z[ recovery-image] Aug 21 22:43:29.152 INFO O| Aug 21 22:43:29.152 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-08-21T22:43:30.567Z[ recovery-image] Aug 21 22:43:29.162 INFO O| Aug 21 22:43:29.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67472026-08-21T22:43:30.567Z[ recovery-image] Aug 21 22:43:29.162 INFO O| Aug 21 22:43:29.162 INFO STEP 477 (remove_files) COMPLETE
67482026-08-21T22:43:30.567Z[ recovery-image] Aug 21 22:43:29.162 INFO O| Aug 21 22:43:29.162 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-08-21T22:43:30.578Z[ recovery-image] Aug 21 22:43:29.172 INFO O| Aug 21 22:43:29.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67502026-08-21T22:43:30.578Z[ recovery-image] Aug 21 22:43:29.172 INFO O| Aug 21 22:43:29.172 INFO STEP 478 (remove_files) COMPLETE
67512026-08-21T22:43:30.578Z[ recovery-image] Aug 21 22:43:29.172 INFO O| Aug 21 22:43:29.172 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-08-21T22:43:30.588Z[ recovery-image] Aug 21 22:43:29.183 INFO O| Aug 21 22:43:29.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67532026-08-21T22:43:30.588Z[ recovery-image] Aug 21 22:43:29.183 INFO O| Aug 21 22:43:29.183 INFO STEP 479 (remove_files) COMPLETE
67542026-08-21T22:43:30.588Z[ recovery-image] Aug 21 22:43:29.183 INFO O| Aug 21 22:43:29.183 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-08-21T22:43:30.599Z[ recovery-image] Aug 21 22:43:29.194 INFO O| Aug 21 22:43:29.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67562026-08-21T22:43:30.599Z[ recovery-image] Aug 21 22:43:29.194 INFO O| Aug 21 22:43:29.194 INFO STEP 480 (remove_files) COMPLETE
67572026-08-21T22:43:30.599Z[ recovery-image] Aug 21 22:43:29.194 INFO O| Aug 21 22:43:29.194 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-08-21T22:43:30.608Z[ recovery-image] Aug 21 22:43:29.203 INFO O| Aug 21 22:43:29.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67592026-08-21T22:43:30.609Z[ recovery-image] Aug 21 22:43:29.203 INFO O| Aug 21 22:43:29.203 INFO STEP 481 (remove_files) COMPLETE
67602026-08-21T22:43:30.609Z[ recovery-image] Aug 21 22:43:29.203 INFO O| Aug 21 22:43:29.203 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-08-21T22:43:30.617Z[ recovery-image] Aug 21 22:43:29.212 INFO O| Aug 21 22:43:29.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67622026-08-21T22:43:30.617Z[ recovery-image] Aug 21 22:43:29.212 INFO O| Aug 21 22:43:29.212 INFO STEP 482 (remove_files) COMPLETE
67632026-08-21T22:43:30.617Z[ recovery-image] Aug 21 22:43:29.212 INFO O| Aug 21 22:43:29.212 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-08-21T22:43:30.626Z[ recovery-image] Aug 21 22:43:29.221 INFO O| Aug 21 22:43:29.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67652026-08-21T22:43:30.626Z[ recovery-image] Aug 21 22:43:29.221 INFO O| Aug 21 22:43:29.221 INFO STEP 483 (remove_files) COMPLETE
67662026-08-21T22:43:30.626Z[ recovery-image] Aug 21 22:43:29.221 INFO O| Aug 21 22:43:29.221 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-08-21T22:43:30.635Z[ recovery-image] Aug 21 22:43:29.230 INFO O| Aug 21 22:43:29.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67682026-08-21T22:43:30.635Z[ recovery-image] Aug 21 22:43:29.230 INFO O| Aug 21 22:43:29.230 INFO STEP 484 (remove_files) COMPLETE
67692026-08-21T22:43:30.636Z[ recovery-image] Aug 21 22:43:29.230 INFO O| Aug 21 22:43:29.230 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-08-21T22:43:30.645Z[ recovery-image] Aug 21 22:43:29.240 INFO O| Aug 21 22:43:29.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67712026-08-21T22:43:30.645Z[ recovery-image] Aug 21 22:43:29.240 INFO O| Aug 21 22:43:29.240 INFO STEP 485 (remove_files) COMPLETE
67722026-08-21T22:43:30.645Z[ recovery-image] Aug 21 22:43:29.240 INFO O| Aug 21 22:43:29.240 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-08-21T22:43:30.654Z[ recovery-image] Aug 21 22:43:29.249 INFO O| Aug 21 22:43:29.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67742026-08-21T22:43:30.654Z[ recovery-image] Aug 21 22:43:29.249 INFO O| Aug 21 22:43:29.249 INFO STEP 486 (remove_files) COMPLETE
67752026-08-21T22:43:30.654Z[ recovery-image] Aug 21 22:43:29.249 INFO O| Aug 21 22:43:29.249 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-08-21T22:43:30.663Z[ recovery-image] Aug 21 22:43:29.258 INFO O| Aug 21 22:43:29.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67772026-08-21T22:43:30.663Z[ recovery-image] Aug 21 22:43:29.258 INFO O| Aug 21 22:43:29.258 INFO STEP 487 (remove_files) COMPLETE
67782026-08-21T22:43:30.663Z[ recovery-image] Aug 21 22:43:29.258 INFO O| Aug 21 22:43:29.258 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-08-21T22:43:30.673Z[ recovery-image] Aug 21 22:43:29.267 INFO O| Aug 21 22:43:29.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67802026-08-21T22:43:30.674Z[ recovery-image] Aug 21 22:43:29.267 INFO O| Aug 21 22:43:29.267 INFO STEP 488 (remove_files) COMPLETE
67812026-08-21T22:43:30.674Z[ recovery-image] Aug 21 22:43:29.267 INFO O| Aug 21 22:43:29.267 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-08-21T22:43:30.683Z[ recovery-image] Aug 21 22:43:29.277 INFO O| Aug 21 22:43:29.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67832026-08-21T22:43:30.684Z[ recovery-image] Aug 21 22:43:29.277 INFO O| Aug 21 22:43:29.277 INFO STEP 489 (remove_files) COMPLETE
67842026-08-21T22:43:30.684Z[ recovery-image] Aug 21 22:43:29.277 INFO O| Aug 21 22:43:29.277 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-08-21T22:43:30.687Z[verify-libraries] Compiling git2 v0.20.4
67862026-08-21T22:43:30.692Z[ recovery-image] Aug 21 22:43:29.287 INFO O| Aug 21 22:43:29.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67872026-08-21T22:43:30.692Z[ recovery-image] Aug 21 22:43:29.287 INFO O| Aug 21 22:43:29.287 INFO STEP 490 (remove_files) COMPLETE
67882026-08-21T22:43:30.692Z[ recovery-image] Aug 21 22:43:29.287 INFO O| Aug 21 22:43:29.287 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67892026-08-21T22:43:30.702Z[ recovery-image] Aug 21 22:43:29.297 INFO O| Aug 21 22:43:29.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67902026-08-21T22:43:30.702Z[ recovery-image] Aug 21 22:43:29.297 INFO O| Aug 21 22:43:29.297 INFO STEP 491 (remove_files) COMPLETE
67912026-08-21T22:43:30.702Z[ recovery-image] Aug 21 22:43:29.297 INFO O| Aug 21 22:43:29.297 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-08-21T22:43:30.713Z[ recovery-image] Aug 21 22:43:29.308 INFO O| Aug 21 22:43:29.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67932026-08-21T22:43:30.713Z[ recovery-image] Aug 21 22:43:29.308 INFO O| Aug 21 22:43:29.308 INFO STEP 492 (remove_files) COMPLETE
67942026-08-21T22:43:30.713Z[ recovery-image] Aug 21 22:43:29.308 INFO O| Aug 21 22:43:29.308 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-08-21T22:43:30.725Z[ recovery-image] Aug 21 22:43:29.318 INFO O| Aug 21 22:43:29.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67962026-08-21T22:43:30.725Z[ recovery-image] Aug 21 22:43:29.318 INFO O| Aug 21 22:43:29.318 INFO STEP 493 (remove_files) COMPLETE
67972026-08-21T22:43:30.725Z[ recovery-image] Aug 21 22:43:29.318 INFO O| Aug 21 22:43:29.318 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-08-21T22:43:30.733Z[ recovery-image] Aug 21 22:43:29.327 INFO O| Aug 21 22:43:29.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67992026-08-21T22:43:30.733Z[ recovery-image] Aug 21 22:43:29.327 INFO O| Aug 21 22:43:29.327 INFO STEP 494 (remove_files) COMPLETE
68002026-08-21T22:43:30.733Z[ recovery-image] Aug 21 22:43:29.327 INFO O| Aug 21 22:43:29.327 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-08-21T22:43:30.741Z[ recovery-image] Aug 21 22:43:29.336 INFO O| Aug 21 22:43:29.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68022026-08-21T22:43:30.741Z[ recovery-image] Aug 21 22:43:29.336 INFO O| Aug 21 22:43:29.336 INFO STEP 495 (remove_files) COMPLETE
68032026-08-21T22:43:30.741Z[ recovery-image] Aug 21 22:43:29.336 INFO O| Aug 21 22:43:29.336 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-08-21T22:43:30.752Z[ recovery-image] Aug 21 22:43:29.347 INFO O| Aug 21 22:43:29.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68052026-08-21T22:43:30.752Z[ recovery-image] Aug 21 22:43:29.347 INFO O| Aug 21 22:43:29.347 INFO STEP 496 (remove_files) COMPLETE
68062026-08-21T22:43:30.752Z[ recovery-image] Aug 21 22:43:29.347 INFO O| Aug 21 22:43:29.347 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-08-21T22:43:30.761Z[ recovery-image] Aug 21 22:43:29.356 INFO O| Aug 21 22:43:29.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68082026-08-21T22:43:30.761Z[ recovery-image] Aug 21 22:43:29.356 INFO O| Aug 21 22:43:29.356 INFO STEP 497 (remove_files) COMPLETE
68092026-08-21T22:43:30.761Z[ recovery-image] Aug 21 22:43:29.356 INFO O| Aug 21 22:43:29.356 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-08-21T22:43:30.769Z[ recovery-image] Aug 21 22:43:29.364 INFO O| Aug 21 22:43:29.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68112026-08-21T22:43:30.769Z[ recovery-image] Aug 21 22:43:29.364 INFO O| Aug 21 22:43:29.364 INFO STEP 498 (remove_files) COMPLETE
68122026-08-21T22:43:30.769Z[ recovery-image] Aug 21 22:43:29.364 INFO O| Aug 21 22:43:29.364 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-08-21T22:43:30.778Z[ recovery-image] Aug 21 22:43:29.373 INFO O| Aug 21 22:43:29.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68142026-08-21T22:43:30.778Z[ recovery-image] Aug 21 22:43:29.373 INFO O| Aug 21 22:43:29.373 INFO STEP 499 (remove_files) COMPLETE
68152026-08-21T22:43:30.779Z[ recovery-image] Aug 21 22:43:29.373 INFO O| Aug 21 22:43:29.373 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-08-21T22:43:30.786Z[ recovery-image] Aug 21 22:43:29.381 INFO O| Aug 21 22:43:29.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68172026-08-21T22:43:30.786Z[ recovery-image] Aug 21 22:43:29.381 INFO O| Aug 21 22:43:29.381 INFO STEP 500 (remove_files) COMPLETE
68182026-08-21T22:43:30.789Z[ recovery-image] Aug 21 22:43:29.381 INFO O| Aug 21 22:43:29.381 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-08-21T22:43:30.795Z[ recovery-image] Aug 21 22:43:29.390 INFO O| Aug 21 22:43:29.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68202026-08-21T22:43:30.795Z[ recovery-image] Aug 21 22:43:29.390 INFO O| Aug 21 22:43:29.390 INFO STEP 501 (remove_files) COMPLETE
68212026-08-21T22:43:30.795Z[ recovery-image] Aug 21 22:43:29.390 INFO O| Aug 21 22:43:29.390 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-08-21T22:43:30.805Z[ recovery-image] Aug 21 22:43:29.400 INFO O| Aug 21 22:43:29.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68232026-08-21T22:43:30.806Z[ recovery-image] Aug 21 22:43:29.400 INFO O| Aug 21 22:43:29.400 INFO STEP 502 (remove_files) COMPLETE
68242026-08-21T22:43:30.809Z[ recovery-image] Aug 21 22:43:29.400 INFO O| Aug 21 22:43:29.400 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-08-21T22:43:30.816Z[ recovery-image] Aug 21 22:43:29.411 INFO O| Aug 21 22:43:29.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68262026-08-21T22:43:30.816Z[ recovery-image] Aug 21 22:43:29.411 INFO O| Aug 21 22:43:29.411 INFO STEP 503 (remove_files) COMPLETE
68272026-08-21T22:43:30.816Z[ recovery-image] Aug 21 22:43:29.411 INFO O| Aug 21 22:43:29.411 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-08-21T22:43:30.826Z[ recovery-image] Aug 21 22:43:29.421 INFO O| Aug 21 22:43:29.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68292026-08-21T22:43:30.826Z[ recovery-image] Aug 21 22:43:29.421 INFO O| Aug 21 22:43:29.421 INFO STEP 504 (remove_files) COMPLETE
68302026-08-21T22:43:30.826Z[ recovery-image] Aug 21 22:43:29.421 INFO O| Aug 21 22:43:29.421 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-08-21T22:43:30.834Z[ recovery-image] Aug 21 22:43:29.429 INFO O| Aug 21 22:43:29.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68322026-08-21T22:43:30.837Z[ recovery-image] Aug 21 22:43:29.430 INFO O| Aug 21 22:43:29.430 INFO STEP 505 (remove_files) COMPLETE
68332026-08-21T22:43:30.837Z[ recovery-image] Aug 21 22:43:29.430 INFO O| Aug 21 22:43:29.430 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-08-21T22:43:30.844Z[ recovery-image] Aug 21 22:43:29.439 INFO O| Aug 21 22:43:29.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68352026-08-21T22:43:30.844Z[ recovery-image] Aug 21 22:43:29.439 INFO O| Aug 21 22:43:29.439 INFO STEP 506 (remove_files) COMPLETE
68362026-08-21T22:43:30.844Z[ recovery-image] Aug 21 22:43:29.439 INFO O| Aug 21 22:43:29.439 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-08-21T22:43:30.853Z[ recovery-image] Aug 21 22:43:29.448 INFO O| Aug 21 22:43:29.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68382026-08-21T22:43:30.855Z[ recovery-image] Aug 21 22:43:29.448 INFO O| Aug 21 22:43:29.448 INFO STEP 507 (remove_files) COMPLETE
68392026-08-21T22:43:30.855Z[ recovery-image] Aug 21 22:43:29.448 INFO O| Aug 21 22:43:29.448 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-08-21T22:43:30.864Z[ recovery-image] Aug 21 22:43:29.458 INFO O| Aug 21 22:43:29.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68412026-08-21T22:43:30.864Z[ recovery-image] Aug 21 22:43:29.458 INFO O| Aug 21 22:43:29.458 INFO STEP 508 (remove_files) COMPLETE
68422026-08-21T22:43:30.867Z[ recovery-image] Aug 21 22:43:29.459 INFO O| Aug 21 22:43:29.458 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-08-21T22:43:30.873Z[ recovery-image] Aug 21 22:43:29.468 INFO O| Aug 21 22:43:29.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68442026-08-21T22:43:30.873Z[ recovery-image] Aug 21 22:43:29.468 INFO O| Aug 21 22:43:29.468 INFO STEP 509 (remove_files) COMPLETE
68452026-08-21T22:43:30.873Z[ recovery-image] Aug 21 22:43:29.468 INFO O| Aug 21 22:43:29.468 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-08-21T22:43:30.882Z[ recovery-image] Aug 21 22:43:29.477 INFO O| Aug 21 22:43:29.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68472026-08-21T22:43:30.885Z[ recovery-image] Aug 21 22:43:29.477 INFO O| Aug 21 22:43:29.477 INFO STEP 510 (remove_files) COMPLETE
68482026-08-21T22:43:30.885Z[ recovery-image] Aug 21 22:43:29.477 INFO O| Aug 21 22:43:29.477 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-08-21T22:43:30.891Z[ recovery-image] Aug 21 22:43:29.486 INFO O| Aug 21 22:43:29.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68502026-08-21T22:43:30.891Z[ recovery-image] Aug 21 22:43:29.486 INFO O| Aug 21 22:43:29.486 INFO STEP 511 (remove_files) COMPLETE
68512026-08-21T22:43:30.894Z[ recovery-image] Aug 21 22:43:29.486 INFO O| Aug 21 22:43:29.486 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-08-21T22:43:30.901Z[ recovery-image] Aug 21 22:43:29.496 INFO O| Aug 21 22:43:29.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68532026-08-21T22:43:30.901Z[ recovery-image] Aug 21 22:43:29.496 INFO O| Aug 21 22:43:29.496 INFO STEP 512 (remove_files) COMPLETE
68542026-08-21T22:43:30.902Z[ recovery-image] Aug 21 22:43:29.496 INFO O| Aug 21 22:43:29.496 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-08-21T22:43:30.910Z[ recovery-image] Aug 21 22:43:29.505 INFO O| Aug 21 22:43:29.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68562026-08-21T22:43:30.913Z[ recovery-image] Aug 21 22:43:29.506 INFO O| Aug 21 22:43:29.506 INFO STEP 513 (remove_files) COMPLETE
68572026-08-21T22:43:30.913Z[ recovery-image] Aug 21 22:43:29.506 INFO O| Aug 21 22:43:29.506 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-08-21T22:43:30.920Z[ recovery-image] Aug 21 22:43:29.515 INFO O| Aug 21 22:43:29.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68592026-08-21T22:43:30.921Z[ recovery-image] Aug 21 22:43:29.515 INFO O| Aug 21 22:43:29.515 INFO STEP 514 (remove_files) COMPLETE
68602026-08-21T22:43:30.921Z[ recovery-image] Aug 21 22:43:29.515 INFO O| Aug 21 22:43:29.515 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-08-21T22:43:30.931Z[ recovery-image] Aug 21 22:43:29.525 INFO O| Aug 21 22:43:29.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68622026-08-21T22:43:30.931Z[ recovery-image] Aug 21 22:43:29.526 INFO O| Aug 21 22:43:29.526 INFO STEP 515 (remove_files) COMPLETE
68632026-08-21T22:43:30.931Z[ recovery-image] Aug 21 22:43:29.526 INFO O| Aug 21 22:43:29.526 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-08-21T22:43:30.942Z[ recovery-image] Aug 21 22:43:29.536 INFO O| Aug 21 22:43:29.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68652026-08-21T22:43:30.942Z[ recovery-image] Aug 21 22:43:29.536 INFO O| Aug 21 22:43:29.536 INFO STEP 516 (remove_files) COMPLETE
68662026-08-21T22:43:30.942Z[ recovery-image] Aug 21 22:43:29.536 INFO O| Aug 21 22:43:29.536 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-08-21T22:43:30.951Z[ recovery-image] Aug 21 22:43:29.546 INFO O| Aug 21 22:43:29.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68682026-08-21T22:43:30.952Z[ recovery-image] Aug 21 22:43:29.546 INFO O| Aug 21 22:43:29.546 INFO STEP 517 (remove_files) COMPLETE
68692026-08-21T22:43:30.952Z[ recovery-image] Aug 21 22:43:29.546 INFO O| Aug 21 22:43:29.546 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-08-21T22:43:30.961Z[ recovery-image] Aug 21 22:43:29.555 INFO O| Aug 21 22:43:29.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68712026-08-21T22:43:30.961Z[ recovery-image] Aug 21 22:43:29.555 INFO O| Aug 21 22:43:29.555 INFO STEP 518 (remove_files) COMPLETE
68722026-08-21T22:43:30.961Z[ recovery-image] Aug 21 22:43:29.555 INFO O| Aug 21 22:43:29.555 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-08-21T22:43:30.971Z[ recovery-image] Aug 21 22:43:29.566 INFO O| Aug 21 22:43:29.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68742026-08-21T22:43:30.971Z[ recovery-image] Aug 21 22:43:29.566 INFO O| Aug 21 22:43:29.566 INFO STEP 519 (remove_files) COMPLETE
68752026-08-21T22:43:30.971Z[ recovery-image] Aug 21 22:43:29.566 INFO O| Aug 21 22:43:29.566 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-08-21T22:43:30.979Z[ recovery-image] Aug 21 22:43:29.574 INFO O| Aug 21 22:43:29.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68772026-08-21T22:43:30.979Z[ recovery-image] Aug 21 22:43:29.574 INFO O| Aug 21 22:43:29.574 INFO STEP 520 (remove_files) COMPLETE
68782026-08-21T22:43:30.979Z[ recovery-image] Aug 21 22:43:29.574 INFO O| Aug 21 22:43:29.574 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-08-21T22:43:30.988Z[ recovery-image] Aug 21 22:43:29.583 INFO O| Aug 21 22:43:29.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68802026-08-21T22:43:30.988Z[ recovery-image] Aug 21 22:43:29.583 INFO O| Aug 21 22:43:29.583 INFO STEP 521 (remove_files) COMPLETE
68812026-08-21T22:43:30.988Z[ recovery-image] Aug 21 22:43:29.583 INFO O| Aug 21 22:43:29.583 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-08-21T22:43:30.997Z[ recovery-image] Aug 21 22:43:29.591 INFO O| Aug 21 22:43:29.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68832026-08-21T22:43:30.997Z[ recovery-image] Aug 21 22:43:29.592 INFO O| Aug 21 22:43:29.592 INFO STEP 522 (remove_files) COMPLETE
68842026-08-21T22:43:30.997Z[ recovery-image] Aug 21 22:43:29.592 INFO O| Aug 21 22:43:29.592 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-08-21T22:43:31.006Z[ recovery-image] Aug 21 22:43:29.601 INFO O| Aug 21 22:43:29.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68862026-08-21T22:43:31.007Z[ recovery-image] Aug 21 22:43:29.601 INFO O| Aug 21 22:43:29.601 INFO STEP 523 (remove_files) COMPLETE
68872026-08-21T22:43:31.007Z[ recovery-image] Aug 21 22:43:29.601 INFO O| Aug 21 22:43:29.601 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-08-21T22:43:31.016Z[ recovery-image] Aug 21 22:43:29.611 INFO O| Aug 21 22:43:29.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68892026-08-21T22:43:31.016Z[ recovery-image] Aug 21 22:43:29.611 INFO O| Aug 21 22:43:29.611 INFO STEP 524 (remove_files) COMPLETE
68902026-08-21T22:43:31.016Z[ recovery-image] Aug 21 22:43:29.611 INFO O| Aug 21 22:43:29.611 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-08-21T22:43:31.026Z[ recovery-image] Aug 21 22:43:29.621 INFO O| Aug 21 22:43:29.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68922026-08-21T22:43:31.026Z[ recovery-image] Aug 21 22:43:29.621 INFO O| Aug 21 22:43:29.621 INFO STEP 525 (remove_files) COMPLETE
68932026-08-21T22:43:31.026Z[ recovery-image] Aug 21 22:43:29.621 INFO O| Aug 21 22:43:29.621 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-08-21T22:43:31.036Z[ recovery-image] Aug 21 22:43:29.630 INFO O| Aug 21 22:43:29.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68952026-08-21T22:43:31.036Z[ recovery-image] Aug 21 22:43:29.631 INFO O| Aug 21 22:43:29.631 INFO STEP 526 (remove_files) COMPLETE
68962026-08-21T22:43:31.036Z[ recovery-image] Aug 21 22:43:29.631 INFO O| Aug 21 22:43:29.631 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-08-21T22:43:31.046Z[ recovery-image] Aug 21 22:43:29.641 INFO O| Aug 21 22:43:29.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68982026-08-21T22:43:31.047Z[ recovery-image] Aug 21 22:43:29.641 INFO O| Aug 21 22:43:29.641 INFO STEP 527 (remove_files) COMPLETE
68992026-08-21T22:43:31.051Z[ recovery-image] Aug 21 22:43:29.641 INFO O| Aug 21 22:43:29.641 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-08-21T22:43:31.056Z[ recovery-image] Aug 21 22:43:29.651 INFO O| Aug 21 22:43:29.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69012026-08-21T22:43:31.056Z[ recovery-image] Aug 21 22:43:29.651 INFO O| Aug 21 22:43:29.651 INFO STEP 528 (remove_files) COMPLETE
69022026-08-21T22:43:31.056Z[ recovery-image] Aug 21 22:43:29.651 INFO O| Aug 21 22:43:29.651 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-08-21T22:43:31.066Z[ recovery-image] Aug 21 22:43:29.661 INFO O| Aug 21 22:43:29.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69042026-08-21T22:43:31.066Z[ recovery-image] Aug 21 22:43:29.661 INFO O| Aug 21 22:43:29.661 INFO STEP 529 (remove_files) COMPLETE
69052026-08-21T22:43:31.069Z[ recovery-image] Aug 21 22:43:29.661 INFO O| Aug 21 22:43:29.661 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-08-21T22:43:31.076Z[ recovery-image] Aug 21 22:43:29.671 INFO O| Aug 21 22:43:29.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69072026-08-21T22:43:31.076Z[ recovery-image] Aug 21 22:43:29.671 INFO O| Aug 21 22:43:29.671 INFO STEP 530 (remove_files) COMPLETE
69082026-08-21T22:43:31.076Z[ recovery-image] Aug 21 22:43:29.671 INFO O| Aug 21 22:43:29.671 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-08-21T22:43:31.087Z[ recovery-image] Aug 21 22:43:29.681 INFO O| Aug 21 22:43:29.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69102026-08-21T22:43:31.087Z[ recovery-image] Aug 21 22:43:29.682 INFO O| Aug 21 22:43:29.682 INFO STEP 531 (remove_files) COMPLETE
69112026-08-21T22:43:31.087Z[ recovery-image] Aug 21 22:43:29.682 INFO O| Aug 21 22:43:29.682 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-08-21T22:43:31.098Z[ recovery-image] Aug 21 22:43:29.691 INFO O| Aug 21 22:43:29.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69132026-08-21T22:43:31.099Z[ recovery-image] Aug 21 22:43:29.691 INFO O| Aug 21 22:43:29.691 INFO STEP 532 (remove_files) COMPLETE
69142026-08-21T22:43:31.099Z[ recovery-image] Aug 21 22:43:29.691 INFO O| Aug 21 22:43:29.691 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-08-21T22:43:31.107Z[ recovery-image] Aug 21 22:43:29.702 INFO O| Aug 21 22:43:29.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69162026-08-21T22:43:31.107Z[ recovery-image] Aug 21 22:43:29.702 INFO O| Aug 21 22:43:29.702 INFO STEP 533 (remove_files) COMPLETE
69172026-08-21T22:43:31.110Z[ recovery-image] Aug 21 22:43:29.702 INFO O| Aug 21 22:43:29.702 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-08-21T22:43:31.118Z[ recovery-image] Aug 21 22:43:29.712 INFO O| Aug 21 22:43:29.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69192026-08-21T22:43:31.118Z[ recovery-image] Aug 21 22:43:29.713 INFO O| Aug 21 22:43:29.712 INFO STEP 534 (remove_files) COMPLETE
69202026-08-21T22:43:31.118Z[ recovery-image] Aug 21 22:43:29.713 INFO O| Aug 21 22:43:29.712 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-08-21T22:43:31.128Z[ recovery-image] Aug 21 22:43:29.723 INFO O| Aug 21 22:43:29.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69222026-08-21T22:43:31.128Z[ recovery-image] Aug 21 22:43:29.723 INFO O| Aug 21 22:43:29.723 INFO STEP 535 (remove_files) COMPLETE
69232026-08-21T22:43:31.128Z[ recovery-image] Aug 21 22:43:29.723 INFO O| Aug 21 22:43:29.723 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69242026-08-21T22:43:31.137Z[ recovery-image] Aug 21 22:43:29.731 INFO O| Aug 21 22:43:29.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69252026-08-21T22:43:31.137Z[ recovery-image] Aug 21 22:43:29.731 INFO O| Aug 21 22:43:29.731 INFO STEP 536 (remove_files) COMPLETE
69262026-08-21T22:43:31.140Z[ recovery-image] Aug 21 22:43:29.731 INFO O| Aug 21 22:43:29.731 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69272026-08-21T22:43:31.147Z[ recovery-image] Aug 21 22:43:29.742 INFO O| Aug 21 22:43:29.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69282026-08-21T22:43:31.150Z[ recovery-image] Aug 21 22:43:29.742 INFO O| Aug 21 22:43:29.742 INFO STEP 537 (remove_files) COMPLETE
69292026-08-21T22:43:31.150Z[ recovery-image] Aug 21 22:43:29.742 INFO O| Aug 21 22:43:29.742 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69302026-08-21T22:43:31.161Z[ recovery-image] Aug 21 22:43:29.755 INFO O| Aug 21 22:43:29.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69312026-08-21T22:43:31.164Z[ recovery-image] Aug 21 22:43:29.756 INFO O| Aug 21 22:43:29.756 INFO STEP 538 (remove_files) COMPLETE
69322026-08-21T22:43:31.164Z[ recovery-image] Aug 21 22:43:29.756 INFO O| Aug 21 22:43:29.756 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-08-21T22:43:31.173Z[ recovery-image] Aug 21 22:43:29.767 INFO O| Aug 21 22:43:29.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69342026-08-21T22:43:31.173Z[ recovery-image] Aug 21 22:43:29.768 INFO O| Aug 21 22:43:29.767 INFO STEP 539 (remove_files) COMPLETE
69352026-08-21T22:43:31.176Z[ recovery-image] Aug 21 22:43:29.768 INFO O| Aug 21 22:43:29.768 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-08-21T22:43:31.184Z[ recovery-image] Aug 21 22:43:29.779 INFO O| Aug 21 22:43:29.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69372026-08-21T22:43:31.184Z[ recovery-image] Aug 21 22:43:29.779 INFO O| Aug 21 22:43:29.779 INFO STEP 540 (remove_files) COMPLETE
69382026-08-21T22:43:31.188Z[ recovery-image] Aug 21 22:43:29.779 INFO O| Aug 21 22:43:29.779 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-08-21T22:43:31.206Z[ recovery-image] Aug 21 22:43:29.789 INFO O| Aug 21 22:43:29.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69402026-08-21T22:43:31.206Z[ recovery-image] Aug 21 22:43:29.789 INFO O| Aug 21 22:43:29.789 INFO STEP 541 (remove_files) COMPLETE
69412026-08-21T22:43:31.206Z[ recovery-image] Aug 21 22:43:29.789 INFO O| Aug 21 22:43:29.789 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69422026-08-21T22:43:31.206Z[ recovery-image] Aug 21 22:43:29.798 INFO O| Aug 21 22:43:29.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69432026-08-21T22:43:31.207Z[ recovery-image] Aug 21 22:43:29.798 INFO O| Aug 21 22:43:29.798 INFO STEP 542 (remove_files) COMPLETE
69442026-08-21T22:43:31.207Z[ recovery-image] Aug 21 22:43:29.798 INFO O| Aug 21 22:43:29.798 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69452026-08-21T22:43:31.212Z[ recovery-image] Aug 21 22:43:29.806 INFO O| Aug 21 22:43:29.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69462026-08-21T22:43:31.212Z[ recovery-image] Aug 21 22:43:29.806 INFO O| Aug 21 22:43:29.806 INFO STEP 543 (remove_files) COMPLETE
69472026-08-21T22:43:31.215Z[ recovery-image] Aug 21 22:43:29.806 INFO O| Aug 21 22:43:29.806 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-08-21T22:43:31.221Z[ recovery-image] Aug 21 22:43:29.816 INFO O| Aug 21 22:43:29.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69492026-08-21T22:43:31.221Z[ recovery-image] Aug 21 22:43:29.816 INFO O| Aug 21 22:43:29.816 INFO STEP 544 (remove_files) COMPLETE
69502026-08-21T22:43:31.225Z[ recovery-image] Aug 21 22:43:29.816 INFO O| Aug 21 22:43:29.816 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-08-21T22:43:31.229Z[ recovery-image] Aug 21 22:43:29.824 INFO O| Aug 21 22:43:29.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69522026-08-21T22:43:31.230Z[ recovery-image] Aug 21 22:43:29.824 INFO O| Aug 21 22:43:29.824 INFO STEP 545 (remove_files) COMPLETE
69532026-08-21T22:43:31.234Z[ recovery-image] Aug 21 22:43:29.824 INFO O| Aug 21 22:43:29.824 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-08-21T22:43:31.239Z[ recovery-image] Aug 21 22:43:29.832 INFO O| Aug 21 22:43:29.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69552026-08-21T22:43:31.239Z[ recovery-image] Aug 21 22:43:29.832 INFO O| Aug 21 22:43:29.832 INFO STEP 546 (remove_files) COMPLETE
69562026-08-21T22:43:31.239Z[ recovery-image] Aug 21 22:43:29.832 INFO O| Aug 21 22:43:29.832 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-08-21T22:43:31.245Z[ recovery-image] Aug 21 22:43:29.840 INFO O| Aug 21 22:43:29.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69582026-08-21T22:43:31.245Z[ recovery-image] Aug 21 22:43:29.840 INFO O| Aug 21 22:43:29.840 INFO STEP 547 (remove_files) COMPLETE
69592026-08-21T22:43:31.245Z[ recovery-image] Aug 21 22:43:29.840 INFO O| Aug 21 22:43:29.840 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-08-21T22:43:31.257Z[ recovery-image] Aug 21 22:43:29.851 INFO O| Aug 21 22:43:29.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69612026-08-21T22:43:31.260Z[ recovery-image] Aug 21 22:43:29.852 INFO O| Aug 21 22:43:29.852 INFO STEP 548 (remove_files) COMPLETE
69622026-08-21T22:43:31.260Z[ recovery-image] Aug 21 22:43:29.852 INFO O| Aug 21 22:43:29.852 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-08-21T22:43:31.268Z[ recovery-image] Aug 21 22:43:29.862 INFO O| Aug 21 22:43:29.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69642026-08-21T22:43:31.268Z[ recovery-image] Aug 21 22:43:29.863 INFO O| Aug 21 22:43:29.862 INFO STEP 549 (remove_files) COMPLETE
69652026-08-21T22:43:31.268Z[ recovery-image] Aug 21 22:43:29.863 INFO O| Aug 21 22:43:29.863 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-08-21T22:43:31.279Z[ recovery-image] Aug 21 22:43:29.874 INFO O| Aug 21 22:43:29.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69672026-08-21T22:43:31.279Z[ recovery-image] Aug 21 22:43:29.874 INFO O| Aug 21 22:43:29.874 INFO STEP 550 (remove_files) COMPLETE
69682026-08-21T22:43:31.279Z[ recovery-image] Aug 21 22:43:29.874 INFO O| Aug 21 22:43:29.874 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-08-21T22:43:31.289Z[ recovery-image] Aug 21 22:43:29.884 INFO O| Aug 21 22:43:29.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69702026-08-21T22:43:31.289Z[ recovery-image] Aug 21 22:43:29.884 INFO O| Aug 21 22:43:29.884 INFO STEP 551 (remove_files) COMPLETE
69712026-08-21T22:43:31.289Z[ recovery-image] Aug 21 22:43:29.884 INFO O| Aug 21 22:43:29.884 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-08-21T22:43:31.300Z[ recovery-image] Aug 21 22:43:29.895 INFO O| Aug 21 22:43:29.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69732026-08-21T22:43:31.300Z[ recovery-image] Aug 21 22:43:29.895 INFO O| Aug 21 22:43:29.895 INFO STEP 552 (remove_files) COMPLETE
69742026-08-21T22:43:31.300Z[ recovery-image] Aug 21 22:43:29.895 INFO O| Aug 21 22:43:29.895 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-08-21T22:43:31.310Z[ recovery-image] Aug 21 22:43:29.905 INFO O| Aug 21 22:43:29.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69762026-08-21T22:43:31.310Z[ recovery-image] Aug 21 22:43:29.905 INFO O| Aug 21 22:43:29.905 INFO STEP 553 (remove_files) COMPLETE
69772026-08-21T22:43:31.310Z[ recovery-image] Aug 21 22:43:29.905 INFO O| Aug 21 22:43:29.905 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-08-21T22:43:31.320Z[ recovery-image] Aug 21 22:43:29.915 INFO O| Aug 21 22:43:29.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69792026-08-21T22:43:31.320Z[ recovery-image] Aug 21 22:43:29.915 INFO O| Aug 21 22:43:29.915 INFO STEP 554 (remove_files) COMPLETE
69802026-08-21T22:43:31.320Z[ recovery-image] Aug 21 22:43:29.915 INFO O| Aug 21 22:43:29.915 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-08-21T22:43:31.329Z[ recovery-image] Aug 21 22:43:29.924 INFO O| Aug 21 22:43:29.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69822026-08-21T22:43:31.329Z[ recovery-image] Aug 21 22:43:29.924 INFO O| Aug 21 22:43:29.924 INFO STEP 555 (remove_files) COMPLETE
69832026-08-21T22:43:31.333Z[ recovery-image] Aug 21 22:43:29.924 INFO O| Aug 21 22:43:29.924 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-08-21T22:43:31.339Z[ recovery-image] Aug 21 22:43:29.933 INFO O| Aug 21 22:43:29.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69852026-08-21T22:43:31.339Z[ recovery-image] Aug 21 22:43:29.934 INFO O| Aug 21 22:43:29.934 INFO STEP 556 (remove_files) COMPLETE
69862026-08-21T22:43:31.339Z[ recovery-image] Aug 21 22:43:29.934 INFO O| Aug 21 22:43:29.934 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-08-21T22:43:31.358Z[ recovery-image] Aug 21 22:43:29.952 INFO O| Aug 21 22:43:29.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69882026-08-21T22:43:31.361Z[ recovery-image] Aug 21 22:43:29.953 INFO O| Aug 21 22:43:29.953 INFO STEP 557 (remove_files) COMPLETE
69892026-08-21T22:43:31.361Z[ recovery-image] Aug 21 22:43:29.953 INFO O| Aug 21 22:43:29.953 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-08-21T22:43:31.369Z[ recovery-image] Aug 21 22:43:29.964 INFO O| Aug 21 22:43:29.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69912026-08-21T22:43:31.369Z[ recovery-image] Aug 21 22:43:29.964 INFO O| Aug 21 22:43:29.964 INFO STEP 558 (remove_files) COMPLETE
69922026-08-21T22:43:31.369Z[ recovery-image] Aug 21 22:43:29.964 INFO O| Aug 21 22:43:29.964 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-08-21T22:43:31.379Z[ recovery-image] Aug 21 22:43:29.974 INFO O| Aug 21 22:43:29.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69942026-08-21T22:43:31.379Z[ recovery-image] Aug 21 22:43:29.974 INFO O| Aug 21 22:43:29.974 INFO STEP 559 (remove_files) COMPLETE
69952026-08-21T22:43:31.379Z[ recovery-image] Aug 21 22:43:29.974 INFO O| Aug 21 22:43:29.974 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-08-21T22:43:31.388Z[ recovery-image] Aug 21 22:43:29.982 INFO O| Aug 21 22:43:29.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69972026-08-21T22:43:31.391Z[ recovery-image] Aug 21 22:43:29.982 INFO O| Aug 21 22:43:29.982 INFO STEP 560 (remove_files) COMPLETE
69982026-08-21T22:43:31.391Z[ recovery-image] Aug 21 22:43:29.982 INFO O| Aug 21 22:43:29.982 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-08-21T22:43:31.396Z[ recovery-image] Aug 21 22:43:29.991 INFO O| Aug 21 22:43:29.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70002026-08-21T22:43:31.396Z[ recovery-image] Aug 21 22:43:29.991 INFO O| Aug 21 22:43:29.991 INFO STEP 561 (remove_files) COMPLETE
70012026-08-21T22:43:31.396Z[ recovery-image] Aug 21 22:43:29.991 INFO O| Aug 21 22:43:29.991 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-08-21T22:43:31.410Z[ recovery-image] Aug 21 22:43:30.004 INFO O| Aug 21 22:43:30.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70032026-08-21T22:43:31.410Z[ recovery-image] Aug 21 22:43:30.005 INFO O| Aug 21 22:43:30.005 INFO STEP 562 (remove_files) COMPLETE
70042026-08-21T22:43:31.410Z[ recovery-image] Aug 21 22:43:30.005 INFO O| Aug 21 22:43:30.005 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-08-21T22:43:31.423Z[ recovery-image] Aug 21 22:43:30.018 INFO O| Aug 21 22:43:30.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70062026-08-21T22:43:31.427Z[ recovery-image] Aug 21 22:43:30.018 INFO O| Aug 21 22:43:30.018 INFO STEP 563 (remove_files) COMPLETE
70072026-08-21T22:43:31.427Z[ recovery-image] Aug 21 22:43:30.018 INFO O| Aug 21 22:43:30.018 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-08-21T22:43:31.433Z[ recovery-image] Aug 21 22:43:30.028 INFO O| Aug 21 22:43:30.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70092026-08-21T22:43:31.436Z[ recovery-image] Aug 21 22:43:30.029 INFO O| Aug 21 22:43:30.029 INFO STEP 564 (remove_files) COMPLETE
70102026-08-21T22:43:31.436Z[ recovery-image] Aug 21 22:43:30.029 INFO O| Aug 21 22:43:30.029 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-08-21T22:43:31.443Z[ recovery-image] Aug 21 22:43:30.038 INFO O| Aug 21 22:43:30.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70122026-08-21T22:43:31.443Z[ recovery-image] Aug 21 22:43:30.038 INFO O| Aug 21 22:43:30.038 INFO STEP 565 (remove_files) COMPLETE
70132026-08-21T22:43:31.447Z[ recovery-image] Aug 21 22:43:30.038 INFO O| Aug 21 22:43:30.038 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-08-21T22:43:31.454Z[ recovery-image] Aug 21 22:43:30.047 INFO O| Aug 21 22:43:30.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70152026-08-21T22:43:31.454Z[ recovery-image] Aug 21 22:43:30.047 INFO O| Aug 21 22:43:30.047 INFO STEP 566 (remove_files) COMPLETE
70162026-08-21T22:43:31.454Z[ recovery-image] Aug 21 22:43:30.047 INFO O| Aug 21 22:43:30.047 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-08-21T22:43:31.461Z[ recovery-image] Aug 21 22:43:30.056 INFO O| Aug 21 22:43:30.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70182026-08-21T22:43:31.461Z[ recovery-image] Aug 21 22:43:30.056 INFO O| Aug 21 22:43:30.056 INFO STEP 567 (remove_files) COMPLETE
70192026-08-21T22:43:31.461Z[ recovery-image] Aug 21 22:43:30.056 INFO O| Aug 21 22:43:30.056 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-08-21T22:43:31.470Z[ recovery-image] Aug 21 22:43:30.065 INFO O| Aug 21 22:43:30.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70212026-08-21T22:43:31.470Z[ recovery-image] Aug 21 22:43:30.065 INFO O| Aug 21 22:43:30.065 INFO STEP 568 (remove_files) COMPLETE
70222026-08-21T22:43:31.470Z[ recovery-image] Aug 21 22:43:30.065 INFO O| Aug 21 22:43:30.065 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-08-21T22:43:31.481Z[ recovery-image] Aug 21 22:43:30.075 INFO O| Aug 21 22:43:30.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70242026-08-21T22:43:31.481Z[ recovery-image] Aug 21 22:43:30.075 INFO O| Aug 21 22:43:30.075 INFO STEP 569 (remove_files) COMPLETE
70252026-08-21T22:43:31.481Z[ recovery-image] Aug 21 22:43:30.075 INFO O| Aug 21 22:43:30.075 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-08-21T22:43:31.493Z[ recovery-image] Aug 21 22:43:30.085 INFO O| Aug 21 22:43:30.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70272026-08-21T22:43:31.493Z[ recovery-image] Aug 21 22:43:30.085 INFO O| Aug 21 22:43:30.085 INFO STEP 570 (remove_files) COMPLETE
70282026-08-21T22:43:31.493Z[ recovery-image] Aug 21 22:43:30.086 INFO O| Aug 21 22:43:30.085 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-08-21T22:43:31.500Z[ recovery-image] Aug 21 22:43:30.094 INFO O| Aug 21 22:43:30.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70302026-08-21T22:43:31.500Z[ recovery-image] Aug 21 22:43:30.094 INFO O| Aug 21 22:43:30.094 INFO STEP 571 (remove_files) COMPLETE
70312026-08-21T22:43:31.500Z[ recovery-image] Aug 21 22:43:30.094 INFO O| Aug 21 22:43:30.094 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-08-21T22:43:31.511Z[ recovery-image] Aug 21 22:43:30.104 INFO O| Aug 21 22:43:30.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70332026-08-21T22:43:31.511Z[ recovery-image] Aug 21 22:43:30.104 INFO O| Aug 21 22:43:30.104 INFO STEP 572 (remove_files) COMPLETE
70342026-08-21T22:43:31.511Z[ recovery-image] Aug 21 22:43:30.104 INFO O| Aug 21 22:43:30.104 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-08-21T22:43:31.520Z[ recovery-image] Aug 21 22:43:30.115 INFO O| Aug 21 22:43:30.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70362026-08-21T22:43:31.520Z[ recovery-image] Aug 21 22:43:30.115 INFO O| Aug 21 22:43:30.115 INFO STEP 573 (remove_files) COMPLETE
70372026-08-21T22:43:31.520Z[ recovery-image] Aug 21 22:43:30.115 INFO O| Aug 21 22:43:30.115 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-08-21T22:43:31.530Z[ recovery-image] Aug 21 22:43:30.125 INFO O| Aug 21 22:43:30.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70392026-08-21T22:43:31.530Z[ recovery-image] Aug 21 22:43:30.125 INFO O| Aug 21 22:43:30.125 INFO STEP 574 (remove_files) COMPLETE
70402026-08-21T22:43:31.530Z[ recovery-image] Aug 21 22:43:30.125 INFO O| Aug 21 22:43:30.125 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-08-21T22:43:31.542Z[ recovery-image] Aug 21 22:43:30.137 INFO O| Aug 21 22:43:30.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70422026-08-21T22:43:31.542Z[ recovery-image] Aug 21 22:43:30.137 INFO O| Aug 21 22:43:30.137 INFO STEP 575 (remove_files) COMPLETE
70432026-08-21T22:43:31.542Z[ recovery-image] Aug 21 22:43:30.137 INFO O| Aug 21 22:43:30.137 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-08-21T22:43:31.553Z[ recovery-image] Aug 21 22:43:30.147 INFO O| Aug 21 22:43:30.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70452026-08-21T22:43:31.553Z[ recovery-image] Aug 21 22:43:30.148 INFO O| Aug 21 22:43:30.148 INFO STEP 576 (remove_files) COMPLETE
70462026-08-21T22:43:31.553Z[ recovery-image] Aug 21 22:43:30.148 INFO O| Aug 21 22:43:30.148 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-08-21T22:43:31.564Z[ recovery-image] Aug 21 22:43:30.158 INFO O| Aug 21 22:43:30.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70482026-08-21T22:43:31.564Z[ recovery-image] Aug 21 22:43:30.158 INFO O| Aug 21 22:43:30.158 INFO STEP 577 (remove_files) COMPLETE
70492026-08-21T22:43:31.564Z[ recovery-image] Aug 21 22:43:30.158 INFO O| Aug 21 22:43:30.158 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70502026-08-21T22:43:31.575Z[ recovery-image] Aug 21 22:43:30.168 INFO O| Aug 21 22:43:30.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70512026-08-21T22:43:31.576Z[ recovery-image] Aug 21 22:43:30.168 INFO O| Aug 21 22:43:30.168 INFO STEP 578 (remove_files) COMPLETE
70522026-08-21T22:43:31.576Z[ recovery-image] Aug 21 22:43:30.168 INFO O| Aug 21 22:43:30.168 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70532026-08-21T22:43:31.625Z[ recovery-image] Aug 21 22:43:30.179 INFO O| Aug 21 22:43:30.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70542026-08-21T22:43:31.626Z[ recovery-image] Aug 21 22:43:30.179 INFO O| Aug 21 22:43:30.179 INFO STEP 579 (remove_files) COMPLETE
70552026-08-21T22:43:31.626Z[ recovery-image] Aug 21 22:43:30.179 INFO O| Aug 21 22:43:30.179 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-08-21T22:43:31.626Z[ recovery-image] Aug 21 22:43:30.190 INFO O| Aug 21 22:43:30.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70572026-08-21T22:43:31.627Z[ recovery-image] Aug 21 22:43:30.190 INFO O| Aug 21 22:43:30.190 INFO STEP 580 (remove_files) COMPLETE
70582026-08-21T22:43:31.627Z[ recovery-image] Aug 21 22:43:30.190 INFO O| Aug 21 22:43:30.190 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-08-21T22:43:31.627Z[ recovery-image] Aug 21 22:43:30.201 INFO O| Aug 21 22:43:30.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70602026-08-21T22:43:31.627Z[ recovery-image] Aug 21 22:43:30.202 INFO O| Aug 21 22:43:30.202 INFO STEP 581 (remove_files) COMPLETE
70612026-08-21T22:43:31.627Z[ recovery-image] Aug 21 22:43:30.202 INFO O| Aug 21 22:43:30.202 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-08-21T22:43:31.630Z[ recovery-image] Aug 21 22:43:30.212 INFO O| Aug 21 22:43:30.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70632026-08-21T22:43:31.630Z[ recovery-image] Aug 21 22:43:30.212 INFO O| Aug 21 22:43:30.212 INFO STEP 582 (remove_files) COMPLETE
70642026-08-21T22:43:31.630Z[ recovery-image] Aug 21 22:43:30.212 INFO O| Aug 21 22:43:30.212 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-08-21T22:43:31.630Z[ recovery-image] Aug 21 22:43:30.221 INFO O| Aug 21 22:43:30.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70662026-08-21T22:43:31.631Z[ recovery-image] Aug 21 22:43:30.221 INFO O| Aug 21 22:43:30.221 INFO STEP 583 (remove_files) COMPLETE
70672026-08-21T22:43:31.631Z[ recovery-image] Aug 21 22:43:30.221 INFO O| Aug 21 22:43:30.221 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-08-21T22:43:31.635Z[ recovery-image] Aug 21 22:43:30.229 INFO O| Aug 21 22:43:30.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70692026-08-21T22:43:31.636Z[ recovery-image] Aug 21 22:43:30.229 INFO O| Aug 21 22:43:30.229 INFO STEP 584 (remove_files) COMPLETE
70702026-08-21T22:43:31.636Z[ recovery-image] Aug 21 22:43:30.229 INFO O| Aug 21 22:43:30.229 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-08-21T22:43:31.642Z[ recovery-image] Aug 21 22:43:30.237 INFO O| Aug 21 22:43:30.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70722026-08-21T22:43:31.646Z[ recovery-image] Aug 21 22:43:30.238 INFO O| Aug 21 22:43:30.238 INFO STEP 585 (remove_files) COMPLETE
70732026-08-21T22:43:31.646Z[ recovery-image] Aug 21 22:43:30.238 INFO O| Aug 21 22:43:30.238 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-08-21T22:43:31.652Z[ recovery-image] Aug 21 22:43:30.246 INFO O| Aug 21 22:43:30.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70752026-08-21T22:43:31.652Z[ recovery-image] Aug 21 22:43:30.246 INFO O| Aug 21 22:43:30.246 INFO STEP 586 (remove_files) COMPLETE
70762026-08-21T22:43:31.655Z[ recovery-image] Aug 21 22:43:30.246 INFO O| Aug 21 22:43:30.246 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70772026-08-21T22:43:31.660Z[ recovery-image] Aug 21 22:43:30.255 INFO O| Aug 21 22:43:30.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70782026-08-21T22:43:31.663Z[ recovery-image] Aug 21 22:43:30.256 INFO O| Aug 21 22:43:30.256 INFO STEP 587 (remove_files) COMPLETE
70792026-08-21T22:43:31.663Z[ recovery-image] Aug 21 22:43:30.256 INFO O| Aug 21 22:43:30.256 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70802026-08-21T22:43:31.671Z[ recovery-image] Aug 21 22:43:30.266 INFO O| Aug 21 22:43:30.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70812026-08-21T22:43:31.674Z[ recovery-image] Aug 21 22:43:30.267 INFO O| Aug 21 22:43:30.267 INFO STEP 588 (remove_files) COMPLETE
70822026-08-21T22:43:31.674Z[ recovery-image] Aug 21 22:43:30.267 INFO O| Aug 21 22:43:30.267 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70832026-08-21T22:43:31.678Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
70842026-08-21T22:43:31.682Z[ recovery-image] Aug 21 22:43:30.276 INFO O| Aug 21 22:43:30.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70852026-08-21T22:43:31.685Z[ recovery-image] Aug 21 22:43:30.277 INFO O| Aug 21 22:43:30.277 INFO STEP 589 (remove_files) COMPLETE
70862026-08-21T22:43:31.685Z[ recovery-image] Aug 21 22:43:30.277 INFO O| Aug 21 22:43:30.277 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-08-21T22:43:31.691Z[ recovery-image] Aug 21 22:43:30.286 INFO O| Aug 21 22:43:30.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70882026-08-21T22:43:31.692Z[ recovery-image] Aug 21 22:43:30.286 INFO O| Aug 21 22:43:30.286 INFO STEP 590 (remove_files) COMPLETE
70892026-08-21T22:43:31.692Z[ recovery-image] Aug 21 22:43:30.286 INFO O| Aug 21 22:43:30.286 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-08-21T22:43:31.700Z[ recovery-image] Aug 21 22:43:30.295 INFO O| Aug 21 22:43:30.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70912026-08-21T22:43:31.709Z[ recovery-image] Aug 21 22:43:30.295 INFO O| Aug 21 22:43:30.295 INFO STEP 591 (remove_files) COMPLETE
70922026-08-21T22:43:31.709Z[ recovery-image] Aug 21 22:43:30.295 INFO O| Aug 21 22:43:30.295 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-08-21T22:43:31.715Z[ recovery-image] Aug 21 22:43:30.303 INFO O| Aug 21 22:43:30.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70942026-08-21T22:43:31.715Z[ recovery-image] Aug 21 22:43:30.303 INFO O| Aug 21 22:43:30.303 INFO STEP 592 (remove_files) COMPLETE
70952026-08-21T22:43:31.715Z[ recovery-image] Aug 21 22:43:30.303 INFO O| Aug 21 22:43:30.303 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-08-21T22:43:31.722Z[ recovery-image] Aug 21 22:43:30.316 INFO O| Aug 21 22:43:30.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70972026-08-21T22:43:31.723Z[ recovery-image] Aug 21 22:43:30.316 INFO O| Aug 21 22:43:30.316 INFO STEP 593 (remove_files) COMPLETE
70982026-08-21T22:43:31.723Z[ recovery-image] Aug 21 22:43:30.316 INFO O| Aug 21 22:43:30.316 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-08-21T22:43:31.732Z[ recovery-image] Aug 21 22:43:30.326 INFO O| Aug 21 22:43:30.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71002026-08-21T22:43:31.732Z[ recovery-image] Aug 21 22:43:30.326 INFO O| Aug 21 22:43:30.326 INFO STEP 594 (remove_files) COMPLETE
71012026-08-21T22:43:31.732Z[ recovery-image] Aug 21 22:43:30.326 INFO O| Aug 21 22:43:30.326 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-08-21T22:43:31.745Z[ recovery-image] Aug 21 22:43:30.336 INFO O| Aug 21 22:43:30.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71032026-08-21T22:43:31.745Z[ recovery-image] Aug 21 22:43:30.336 INFO O| Aug 21 22:43:30.336 INFO STEP 595 (remove_files) COMPLETE
71042026-08-21T22:43:31.745Z[ recovery-image] Aug 21 22:43:30.336 INFO O| Aug 21 22:43:30.336 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-08-21T22:43:31.754Z[ recovery-image] Aug 21 22:43:30.347 INFO O| Aug 21 22:43:30.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71062026-08-21T22:43:31.754Z[ recovery-image] Aug 21 22:43:30.348 INFO O| Aug 21 22:43:30.347 INFO STEP 596 (remove_files) COMPLETE
71072026-08-21T22:43:31.759Z[ recovery-image] Aug 21 22:43:30.348 INFO O| Aug 21 22:43:30.348 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-08-21T22:43:31.763Z[ recovery-image] Aug 21 22:43:30.356 INFO O| Aug 21 22:43:30.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71092026-08-21T22:43:31.763Z[ recovery-image] Aug 21 22:43:30.356 INFO O| Aug 21 22:43:30.356 INFO STEP 597 (remove_files) COMPLETE
71102026-08-21T22:43:31.763Z[ recovery-image] Aug 21 22:43:30.356 INFO O| Aug 21 22:43:30.356 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-08-21T22:43:31.770Z[ recovery-image] Aug 21 22:43:30.364 INFO O| Aug 21 22:43:30.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71122026-08-21T22:43:31.770Z[ recovery-image] Aug 21 22:43:30.364 INFO O| Aug 21 22:43:30.364 INFO STEP 598 (remove_files) COMPLETE
71132026-08-21T22:43:31.784Z[ recovery-image] Aug 21 22:43:30.364 INFO O| Aug 21 22:43:30.364 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-08-21T22:43:31.787Z[ recovery-image] Aug 21 22:43:30.372 INFO O| Aug 21 22:43:30.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71152026-08-21T22:43:31.787Z[ recovery-image] Aug 21 22:43:30.373 INFO O| Aug 21 22:43:30.372 INFO STEP 599 (remove_files) COMPLETE
71162026-08-21T22:43:31.787Z[ recovery-image] Aug 21 22:43:30.373 INFO O| Aug 21 22:43:30.373 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-08-21T22:43:31.788Z[ recovery-image] Aug 21 22:43:30.381 INFO O| Aug 21 22:43:30.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71182026-08-21T22:43:31.788Z[ recovery-image] Aug 21 22:43:30.381 INFO O| Aug 21 22:43:30.381 INFO STEP 600 (remove_files) COMPLETE
71192026-08-21T22:43:31.788Z[ recovery-image] Aug 21 22:43:30.381 INFO O| Aug 21 22:43:30.381 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-08-21T22:43:31.795Z[ recovery-image] Aug 21 22:43:30.389 INFO O| Aug 21 22:43:30.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71212026-08-21T22:43:31.799Z[ recovery-image] Aug 21 22:43:30.389 INFO O| Aug 21 22:43:30.389 INFO STEP 601 (remove_files) COMPLETE
71222026-08-21T22:43:31.799Z[ recovery-image] Aug 21 22:43:30.390 INFO O| Aug 21 22:43:30.389 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-08-21T22:43:31.802Z[ recovery-image] Aug 21 22:43:30.397 INFO O| Aug 21 22:43:30.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71242026-08-21T22:43:31.802Z[ recovery-image] Aug 21 22:43:30.397 INFO O| Aug 21 22:43:30.397 INFO STEP 602 (remove_files) COMPLETE
71252026-08-21T22:43:31.803Z[ recovery-image] Aug 21 22:43:30.397 INFO O| Aug 21 22:43:30.397 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-08-21T22:43:31.811Z[ recovery-image] Aug 21 22:43:30.405 INFO O| Aug 21 22:43:30.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71272026-08-21T22:43:31.811Z[ recovery-image] Aug 21 22:43:30.406 INFO O| Aug 21 22:43:30.405 INFO STEP 603 (remove_files) COMPLETE
71282026-08-21T22:43:31.812Z[ recovery-image] Aug 21 22:43:30.406 INFO O| Aug 21 22:43:30.406 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-08-21T22:43:31.819Z[ recovery-image] Aug 21 22:43:30.413 INFO O| Aug 21 22:43:30.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71302026-08-21T22:43:31.819Z[ recovery-image] Aug 21 22:43:30.413 INFO O| Aug 21 22:43:30.413 INFO STEP 604 (remove_files) COMPLETE
71312026-08-21T22:43:31.819Z[ recovery-image] Aug 21 22:43:30.413 INFO O| Aug 21 22:43:30.413 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-08-21T22:43:31.826Z[ recovery-image] Aug 21 22:43:30.421 INFO O| Aug 21 22:43:30.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71332026-08-21T22:43:31.826Z[ recovery-image] Aug 21 22:43:30.421 INFO O| Aug 21 22:43:30.421 INFO STEP 605 (remove_files) COMPLETE
71342026-08-21T22:43:31.826Z[ recovery-image] Aug 21 22:43:30.421 INFO O| Aug 21 22:43:30.421 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-08-21T22:43:31.835Z[ recovery-image] Aug 21 22:43:30.429 INFO O| Aug 21 22:43:30.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71362026-08-21T22:43:31.835Z[ recovery-image] Aug 21 22:43:30.429 INFO O| Aug 21 22:43:30.429 INFO STEP 606 (remove_files) COMPLETE
71372026-08-21T22:43:31.838Z[ recovery-image] Aug 21 22:43:30.429 INFO O| Aug 21 22:43:30.429 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-08-21T22:43:31.841Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
71392026-08-21T22:43:31.844Z[ recovery-image] Aug 21 22:43:30.437 INFO O| Aug 21 22:43:30.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71402026-08-21T22:43:31.844Z[ recovery-image] Aug 21 22:43:30.437 INFO O| Aug 21 22:43:30.437 INFO STEP 607 (remove_files) COMPLETE
71412026-08-21T22:43:31.844Z[ recovery-image] Aug 21 22:43:30.437 INFO O| Aug 21 22:43:30.437 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-08-21T22:43:31.852Z[ recovery-image] Aug 21 22:43:30.446 INFO O| Aug 21 22:43:30.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71432026-08-21T22:43:31.852Z[ recovery-image] Aug 21 22:43:30.446 INFO O| Aug 21 22:43:30.446 INFO STEP 608 (remove_files) COMPLETE
71442026-08-21T22:43:31.852Z[ recovery-image] Aug 21 22:43:30.446 INFO O| Aug 21 22:43:30.446 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-08-21T22:43:31.862Z[ recovery-image] Aug 21 22:43:30.457 INFO O| Aug 21 22:43:30.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71462026-08-21T22:43:31.862Z[ recovery-image] Aug 21 22:43:30.457 INFO O| Aug 21 22:43:30.457 INFO STEP 609 (remove_files) COMPLETE
71472026-08-21T22:43:31.862Z[ recovery-image] Aug 21 22:43:30.457 INFO O| Aug 21 22:43:30.457 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-08-21T22:43:31.872Z[ recovery-image] Aug 21 22:43:30.467 INFO O| Aug 21 22:43:30.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71492026-08-21T22:43:31.872Z[ recovery-image] Aug 21 22:43:30.467 INFO O| Aug 21 22:43:30.467 INFO STEP 610 (remove_files) COMPLETE
71502026-08-21T22:43:31.876Z[ recovery-image] Aug 21 22:43:30.467 INFO O| Aug 21 22:43:30.467 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-08-21T22:43:31.881Z[ recovery-image] Aug 21 22:43:30.476 INFO O| Aug 21 22:43:30.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71522026-08-21T22:43:31.885Z[ recovery-image] Aug 21 22:43:30.477 INFO O| Aug 21 22:43:30.477 INFO STEP 611 (remove_files) COMPLETE
71532026-08-21T22:43:31.885Z[ recovery-image] Aug 21 22:43:30.477 INFO O| Aug 21 22:43:30.477 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-08-21T22:43:31.892Z[ recovery-image] Aug 21 22:43:30.487 INFO O| Aug 21 22:43:30.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71552026-08-21T22:43:31.893Z[ recovery-image] Aug 21 22:43:30.487 INFO O| Aug 21 22:43:30.487 INFO STEP 612 (remove_files) COMPLETE
71562026-08-21T22:43:31.893Z[ recovery-image] Aug 21 22:43:30.487 INFO O| Aug 21 22:43:30.487 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-08-21T22:43:31.904Z[ recovery-image] Aug 21 22:43:30.498 INFO O| Aug 21 22:43:30.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71582026-08-21T22:43:31.904Z[ recovery-image] Aug 21 22:43:30.498 INFO O| Aug 21 22:43:30.498 INFO STEP 613 (remove_files) COMPLETE
71592026-08-21T22:43:31.904Z[ recovery-image] Aug 21 22:43:30.498 INFO O| Aug 21 22:43:30.498 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-08-21T22:43:31.914Z[ recovery-image] Aug 21 22:43:30.509 INFO O| Aug 21 22:43:30.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71612026-08-21T22:43:31.914Z[ recovery-image] Aug 21 22:43:30.509 INFO O| Aug 21 22:43:30.509 INFO STEP 614 (remove_files) COMPLETE
71622026-08-21T22:43:31.918Z[ recovery-image] Aug 21 22:43:30.509 INFO O| Aug 21 22:43:30.509 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-08-21T22:43:31.924Z[ recovery-image] Aug 21 22:43:30.519 INFO O| Aug 21 22:43:30.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71642026-08-21T22:43:31.925Z[ recovery-image] Aug 21 22:43:30.519 INFO O| Aug 21 22:43:30.519 INFO STEP 615 (remove_files) COMPLETE
71652026-08-21T22:43:31.928Z[ recovery-image] Aug 21 22:43:30.519 INFO O| Aug 21 22:43:30.519 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-08-21T22:43:31.934Z[ recovery-image] Aug 21 22:43:30.528 INFO O| Aug 21 22:43:30.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71672026-08-21T22:43:31.934Z[ recovery-image] Aug 21 22:43:30.529 INFO O| Aug 21 22:43:30.529 INFO STEP 616 (remove_files) COMPLETE
71682026-08-21T22:43:31.934Z[ recovery-image] Aug 21 22:43:30.529 INFO O| Aug 21 22:43:30.529 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-08-21T22:43:31.943Z[ recovery-image] Aug 21 22:43:30.538 INFO O| Aug 21 22:43:30.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71702026-08-21T22:43:31.943Z[ recovery-image] Aug 21 22:43:30.538 INFO O| Aug 21 22:43:30.538 INFO STEP 617 (remove_files) COMPLETE
71712026-08-21T22:43:31.947Z[ recovery-image] Aug 21 22:43:30.538 INFO O| Aug 21 22:43:30.538 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-08-21T22:43:31.970Z[ recovery-image] Aug 21 22:43:30.547 INFO O| Aug 21 22:43:30.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71732026-08-21T22:43:31.970Z[ recovery-image] Aug 21 22:43:30.547 INFO O| Aug 21 22:43:30.547 INFO STEP 618 (remove_files) COMPLETE
71742026-08-21T22:43:31.970Z[ recovery-image] Aug 21 22:43:30.547 INFO O| Aug 21 22:43:30.547 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-08-21T22:43:31.970Z[ recovery-image] Aug 21 22:43:30.556 INFO O| Aug 21 22:43:30.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71762026-08-21T22:43:31.970Z[ recovery-image] Aug 21 22:43:30.556 INFO O| Aug 21 22:43:30.556 INFO STEP 619 (remove_files) COMPLETE
71772026-08-21T22:43:31.970Z[ recovery-image] Aug 21 22:43:30.556 INFO O| Aug 21 22:43:30.556 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-08-21T22:43:31.974Z[ recovery-image] Aug 21 22:43:30.565 INFO O| Aug 21 22:43:30.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71792026-08-21T22:43:31.974Z[ recovery-image] Aug 21 22:43:30.565 INFO O| Aug 21 22:43:30.565 INFO STEP 620 (remove_files) COMPLETE
71802026-08-21T22:43:31.974Z[ recovery-image] Aug 21 22:43:30.565 INFO O| Aug 21 22:43:30.565 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-08-21T22:43:31.980Z[ recovery-image] Aug 21 22:43:30.574 INFO O| Aug 21 22:43:30.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71822026-08-21T22:43:31.981Z[ recovery-image] Aug 21 22:43:30.574 INFO O| Aug 21 22:43:30.574 INFO STEP 621 (remove_files) COMPLETE
71832026-08-21T22:43:31.981Z[ recovery-image] Aug 21 22:43:30.574 INFO O| Aug 21 22:43:30.574 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-08-21T22:43:31.989Z[ recovery-image] Aug 21 22:43:30.584 INFO O| Aug 21 22:43:30.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71852026-08-21T22:43:31.990Z[ recovery-image] Aug 21 22:43:30.584 INFO O| Aug 21 22:43:30.584 INFO STEP 622 (remove_files) COMPLETE
71862026-08-21T22:43:31.992Z[ recovery-image] Aug 21 22:43:30.584 INFO O| Aug 21 22:43:30.584 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-08-21T22:43:31.998Z[ recovery-image] Aug 21 22:43:30.593 INFO O| Aug 21 22:43:30.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71882026-08-21T22:43:31.998Z[ recovery-image] Aug 21 22:43:30.593 INFO O| Aug 21 22:43:30.593 INFO STEP 623 (remove_files) COMPLETE
71892026-08-21T22:43:31.998Z[ recovery-image] Aug 21 22:43:30.593 INFO O| Aug 21 22:43:30.593 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-08-21T22:43:32.008Z[ recovery-image] Aug 21 22:43:30.602 INFO O| Aug 21 22:43:30.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71912026-08-21T22:43:32.008Z[ recovery-image] Aug 21 22:43:30.602 INFO O| Aug 21 22:43:30.602 INFO STEP 624 (remove_files) COMPLETE
71922026-08-21T22:43:32.008Z[ recovery-image] Aug 21 22:43:30.602 INFO O| Aug 21 22:43:30.602 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-08-21T22:43:32.016Z[ recovery-image] Aug 21 22:43:30.611 INFO O| Aug 21 22:43:30.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71942026-08-21T22:43:32.019Z[ recovery-image] Aug 21 22:43:30.611 INFO O| Aug 21 22:43:30.611 INFO STEP 625 (remove_files) COMPLETE
71952026-08-21T22:43:32.020Z[ recovery-image] Aug 21 22:43:30.611 INFO O| Aug 21 22:43:30.611 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-08-21T22:43:32.025Z[ recovery-image] Aug 21 22:43:30.620 INFO O| Aug 21 22:43:30.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71972026-08-21T22:43:32.025Z[ recovery-image] Aug 21 22:43:30.620 INFO O| Aug 21 22:43:30.620 INFO STEP 626 (remove_files) COMPLETE
71982026-08-21T22:43:32.028Z[ recovery-image] Aug 21 22:43:30.620 INFO O| Aug 21 22:43:30.620 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-08-21T22:43:32.034Z[ recovery-image] Aug 21 22:43:30.629 INFO O| Aug 21 22:43:30.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72002026-08-21T22:43:32.034Z[ recovery-image] Aug 21 22:43:30.629 INFO O| Aug 21 22:43:30.629 INFO STEP 627 (remove_files) COMPLETE
72012026-08-21T22:43:32.035Z[ recovery-image] Aug 21 22:43:30.629 INFO O| Aug 21 22:43:30.629 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-08-21T22:43:32.044Z[ recovery-image] Aug 21 22:43:30.638 INFO O| Aug 21 22:43:30.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72032026-08-21T22:43:32.044Z[ recovery-image] Aug 21 22:43:30.639 INFO O| Aug 21 22:43:30.639 INFO STEP 628 (remove_files) COMPLETE
72042026-08-21T22:43:32.044Z[ recovery-image] Aug 21 22:43:30.639 INFO O| Aug 21 22:43:30.639 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-08-21T22:43:32.055Z[ recovery-image] Aug 21 22:43:30.649 INFO O| Aug 21 22:43:30.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72062026-08-21T22:43:32.055Z[ recovery-image] Aug 21 22:43:30.650 INFO O| Aug 21 22:43:30.650 INFO STEP 629 (remove_files) COMPLETE
72072026-08-21T22:43:32.058Z[ recovery-image] Aug 21 22:43:30.650 INFO O| Aug 21 22:43:30.650 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-08-21T22:43:32.064Z[ recovery-image] Aug 21 22:43:30.659 INFO O| Aug 21 22:43:30.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72092026-08-21T22:43:32.065Z[ recovery-image] Aug 21 22:43:30.659 INFO O| Aug 21 22:43:30.659 INFO STEP 630 (remove_files) COMPLETE
72102026-08-21T22:43:32.068Z[ recovery-image] Aug 21 22:43:30.659 INFO O| Aug 21 22:43:30.659 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-08-21T22:43:32.074Z[ recovery-image] Aug 21 22:43:30.668 INFO O| Aug 21 22:43:30.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72122026-08-21T22:43:32.074Z[ recovery-image] Aug 21 22:43:30.668 INFO O| Aug 21 22:43:30.668 INFO STEP 631 (remove_files) COMPLETE
72132026-08-21T22:43:32.082Z[ recovery-image] Aug 21 22:43:30.668 INFO O| Aug 21 22:43:30.668 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-08-21T22:43:32.085Z[ recovery-image] Aug 21 22:43:30.677 INFO O| Aug 21 22:43:30.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72152026-08-21T22:43:32.086Z[ recovery-image] Aug 21 22:43:30.677 INFO O| Aug 21 22:43:30.677 INFO STEP 632 (remove_files) COMPLETE
72162026-08-21T22:43:32.086Z[ recovery-image] Aug 21 22:43:30.677 INFO O| Aug 21 22:43:30.677 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-08-21T22:43:32.104Z[ recovery-image] Aug 21 22:43:30.698 INFO O| Aug 21 22:43:30.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72182026-08-21T22:43:32.104Z[ recovery-image] Aug 21 22:43:30.698 INFO O| Aug 21 22:43:30.698 INFO STEP 633 (remove_files) COMPLETE
72192026-08-21T22:43:32.104Z[ recovery-image] Aug 21 22:43:30.698 INFO O| Aug 21 22:43:30.698 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-08-21T22:43:32.114Z[ recovery-image] Aug 21 22:43:30.708 INFO O| Aug 21 22:43:30.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72212026-08-21T22:43:32.114Z[ recovery-image] Aug 21 22:43:30.709 INFO O| Aug 21 22:43:30.709 INFO STEP 634 (remove_files) COMPLETE
72222026-08-21T22:43:32.114Z[ recovery-image] Aug 21 22:43:30.709 INFO O| Aug 21 22:43:30.709 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-08-21T22:43:32.124Z[ recovery-image] Aug 21 22:43:30.718 INFO O| Aug 21 22:43:30.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72242026-08-21T22:43:32.127Z[ recovery-image] Aug 21 22:43:30.718 INFO O| Aug 21 22:43:30.718 INFO STEP 635 (remove_files) COMPLETE
72252026-08-21T22:43:32.127Z[ recovery-image] Aug 21 22:43:30.718 INFO O| Aug 21 22:43:30.718 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-08-21T22:43:32.133Z[ recovery-image] Aug 21 22:43:30.727 INFO O| Aug 21 22:43:30.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72272026-08-21T22:43:32.133Z[ recovery-image] Aug 21 22:43:30.727 INFO O| Aug 21 22:43:30.727 INFO STEP 636 (remove_files) COMPLETE
72282026-08-21T22:43:32.138Z[ recovery-image] Aug 21 22:43:30.727 INFO O| Aug 21 22:43:30.727 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-08-21T22:43:32.142Z[ recovery-image] Aug 21 22:43:30.737 INFO O| Aug 21 22:43:30.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72302026-08-21T22:43:32.142Z[ recovery-image] Aug 21 22:43:30.737 INFO O| Aug 21 22:43:30.737 INFO STEP 637 (remove_files) COMPLETE
72312026-08-21T22:43:32.145Z[ recovery-image] Aug 21 22:43:30.737 INFO O| Aug 21 22:43:30.737 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-08-21T22:43:32.151Z[ recovery-image] Aug 21 22:43:30.746 INFO O| Aug 21 22:43:30.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72332026-08-21T22:43:32.151Z[ recovery-image] Aug 21 22:43:30.746 INFO O| Aug 21 22:43:30.746 INFO STEP 638 (remove_files) COMPLETE
72342026-08-21T22:43:32.151Z[ recovery-image] Aug 21 22:43:30.746 INFO O| Aug 21 22:43:30.746 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-08-21T22:43:32.161Z[ recovery-image] Aug 21 22:43:30.755 INFO O| Aug 21 22:43:30.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72362026-08-21T22:43:32.161Z[ recovery-image] Aug 21 22:43:30.755 INFO O| Aug 21 22:43:30.755 INFO STEP 639 (remove_files) COMPLETE
72372026-08-21T22:43:32.164Z[ recovery-image] Aug 21 22:43:30.755 INFO O| Aug 21 22:43:30.755 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-08-21T22:43:32.172Z[ recovery-image] Aug 21 22:43:30.765 INFO O| Aug 21 22:43:30.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72392026-08-21T22:43:32.172Z[ recovery-image] Aug 21 22:43:30.765 INFO O| Aug 21 22:43:30.765 INFO STEP 640 (remove_files) COMPLETE
72402026-08-21T22:43:32.172Z[ recovery-image] Aug 21 22:43:30.765 INFO O| Aug 21 22:43:30.765 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-08-21T22:43:32.179Z[ recovery-image] Aug 21 22:43:30.774 INFO O| Aug 21 22:43:30.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72422026-08-21T22:43:32.180Z[ recovery-image] Aug 21 22:43:30.774 INFO O| Aug 21 22:43:30.774 INFO STEP 641 (remove_files) COMPLETE
72432026-08-21T22:43:32.180Z[ recovery-image] Aug 21 22:43:30.774 INFO O| Aug 21 22:43:30.774 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-08-21T22:43:32.189Z[ recovery-image] Aug 21 22:43:30.784 INFO O| Aug 21 22:43:30.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72452026-08-21T22:43:32.189Z[ recovery-image] Aug 21 22:43:30.784 INFO O| Aug 21 22:43:30.784 INFO STEP 642 (remove_files) COMPLETE
72462026-08-21T22:43:32.189Z[ recovery-image] Aug 21 22:43:30.784 INFO O| Aug 21 22:43:30.784 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-08-21T22:43:32.201Z[ recovery-image] Aug 21 22:43:30.795 INFO O| Aug 21 22:43:30.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72482026-08-21T22:43:32.201Z[ recovery-image] Aug 21 22:43:30.795 INFO O| Aug 21 22:43:30.795 INFO STEP 643 (remove_files) COMPLETE
72492026-08-21T22:43:32.205Z[ recovery-image] Aug 21 22:43:30.795 INFO O| Aug 21 22:43:30.795 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-08-21T22:43:32.210Z[ recovery-image] Aug 21 22:43:30.805 INFO O| Aug 21 22:43:30.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72512026-08-21T22:43:32.210Z[ recovery-image] Aug 21 22:43:30.805 INFO O| Aug 21 22:43:30.805 INFO STEP 644 (remove_files) COMPLETE
72522026-08-21T22:43:32.210Z[ recovery-image] Aug 21 22:43:30.805 INFO O| Aug 21 22:43:30.805 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-08-21T22:43:32.221Z[ recovery-image] Aug 21 22:43:30.815 INFO O| Aug 21 22:43:30.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72542026-08-21T22:43:32.221Z[ recovery-image] Aug 21 22:43:30.815 INFO O| Aug 21 22:43:30.815 INFO STEP 645 (remove_files) COMPLETE
72552026-08-21T22:43:32.221Z[ recovery-image] Aug 21 22:43:30.815 INFO O| Aug 21 22:43:30.815 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-08-21T22:43:32.231Z[ recovery-image] Aug 21 22:43:30.826 INFO O| Aug 21 22:43:30.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72572026-08-21T22:43:32.231Z[ recovery-image] Aug 21 22:43:30.826 INFO O| Aug 21 22:43:30.826 INFO STEP 646 (remove_files) COMPLETE
72582026-08-21T22:43:32.231Z[ recovery-image] Aug 21 22:43:30.826 INFO O| Aug 21 22:43:30.826 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-08-21T22:43:32.242Z[ recovery-image] Aug 21 22:43:30.837 INFO O| Aug 21 22:43:30.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72602026-08-21T22:43:32.243Z[ recovery-image] Aug 21 22:43:30.837 INFO O| Aug 21 22:43:30.837 INFO STEP 647 (remove_files) COMPLETE
72612026-08-21T22:43:32.246Z[ recovery-image] Aug 21 22:43:30.837 INFO O| Aug 21 22:43:30.837 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-08-21T22:43:32.252Z[ recovery-image] Aug 21 22:43:30.846 INFO O| Aug 21 22:43:30.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72632026-08-21T22:43:32.252Z[ recovery-image] Aug 21 22:43:30.847 INFO O| Aug 21 22:43:30.847 INFO STEP 648 (remove_files) COMPLETE
72642026-08-21T22:43:32.252Z[ recovery-image] Aug 21 22:43:30.847 INFO O| Aug 21 22:43:30.847 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-08-21T22:43:32.257Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
72662026-08-21T22:43:32.260Z[ recovery-image] Aug 21 22:43:30.855 INFO O| Aug 21 22:43:30.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72672026-08-21T22:43:32.261Z[ recovery-image] Aug 21 22:43:30.855 INFO O| Aug 21 22:43:30.855 INFO STEP 649 (remove_files) COMPLETE
72682026-08-21T22:43:32.261Z[ recovery-image] Aug 21 22:43:30.855 INFO O| Aug 21 22:43:30.855 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72692026-08-21T22:43:32.269Z[ recovery-image] Aug 21 22:43:30.864 INFO O| Aug 21 22:43:30.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72702026-08-21T22:43:32.269Z[ recovery-image] Aug 21 22:43:30.864 INFO O| Aug 21 22:43:30.864 INFO STEP 650 (remove_files) COMPLETE
72712026-08-21T22:43:32.269Z[ recovery-image] Aug 21 22:43:30.864 INFO O| Aug 21 22:43:30.864 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72722026-08-21T22:43:32.278Z[ recovery-image] Aug 21 22:43:30.872 INFO O| Aug 21 22:43:30.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72732026-08-21T22:43:32.282Z[ recovery-image] Aug 21 22:43:30.873 INFO O| Aug 21 22:43:30.873 INFO STEP 651 (remove_files) COMPLETE
72742026-08-21T22:43:32.282Z[ recovery-image] Aug 21 22:43:30.873 INFO O| Aug 21 22:43:30.873 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72752026-08-21T22:43:32.287Z[ recovery-image] Aug 21 22:43:30.882 INFO O| Aug 21 22:43:30.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72762026-08-21T22:43:32.290Z[ recovery-image] Aug 21 22:43:30.882 INFO O| Aug 21 22:43:30.882 INFO STEP 652 (remove_files) COMPLETE
72772026-08-21T22:43:32.290Z[ recovery-image] Aug 21 22:43:30.882 INFO O| Aug 21 22:43:30.882 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72782026-08-21T22:43:32.296Z[ recovery-image] Aug 21 22:43:30.891 INFO O| Aug 21 22:43:30.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72792026-08-21T22:43:32.296Z[ recovery-image] Aug 21 22:43:30.891 INFO O| Aug 21 22:43:30.891 INFO STEP 653 (remove_files) COMPLETE
72802026-08-21T22:43:32.296Z[ recovery-image] Aug 21 22:43:30.891 INFO O| Aug 21 22:43:30.891 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72812026-08-21T22:43:32.307Z[ recovery-image] Aug 21 22:43:30.901 INFO O| Aug 21 22:43:30.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72822026-08-21T22:43:32.307Z[ recovery-image] Aug 21 22:43:30.901 INFO O| Aug 21 22:43:30.901 INFO STEP 654 (remove_files) COMPLETE
72832026-08-21T22:43:32.307Z[ recovery-image] Aug 21 22:43:30.901 INFO O| Aug 21 22:43:30.901 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72842026-08-21T22:43:32.325Z[ recovery-image] Aug 21 22:43:30.914 INFO O| Aug 21 22:43:30.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72852026-08-21T22:43:32.325Z[ recovery-image] Aug 21 22:43:30.915 INFO O| Aug 21 22:43:30.914 INFO STEP 655 (remove_files) COMPLETE
72862026-08-21T22:43:32.325Z[ recovery-image] Aug 21 22:43:30.915 INFO O| Aug 21 22:43:30.915 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72872026-08-21T22:43:32.339Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
72882026-08-21T22:43:32.343Z[ recovery-image] Aug 21 22:43:30.934 INFO O| Aug 21 22:43:30.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72892026-08-21T22:43:32.343Z[ recovery-image] Aug 21 22:43:30.934 INFO O| Aug 21 22:43:30.934 INFO STEP 656 (remove_files) COMPLETE
72902026-08-21T22:43:32.343Z[ recovery-image] Aug 21 22:43:30.934 INFO O| Aug 21 22:43:30.934 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-08-21T22:43:32.349Z[ recovery-image] Aug 21 22:43:30.944 INFO O| Aug 21 22:43:30.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72922026-08-21T22:43:32.349Z[ recovery-image] Aug 21 22:43:30.944 INFO O| Aug 21 22:43:30.944 INFO STEP 657 (remove_files) COMPLETE
72932026-08-21T22:43:32.349Z[ recovery-image] Aug 21 22:43:30.944 INFO O| Aug 21 22:43:30.944 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-08-21T22:43:32.360Z[ recovery-image] Aug 21 22:43:30.954 INFO O| Aug 21 22:43:30.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72952026-08-21T22:43:32.360Z[ recovery-image] Aug 21 22:43:30.954 INFO O| Aug 21 22:43:30.954 INFO STEP 658 (remove_files) COMPLETE
72962026-08-21T22:43:32.360Z[ recovery-image] Aug 21 22:43:30.954 INFO O| Aug 21 22:43:30.954 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-08-21T22:43:32.368Z[ recovery-image] Aug 21 22:43:30.962 INFO O| Aug 21 22:43:30.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72982026-08-21T22:43:32.368Z[ recovery-image] Aug 21 22:43:30.963 INFO O| Aug 21 22:43:30.963 INFO STEP 659 (remove_files) COMPLETE
72992026-08-21T22:43:32.368Z[ recovery-image] Aug 21 22:43:30.963 INFO O| Aug 21 22:43:30.963 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-08-21T22:43:32.376Z[ recovery-image] Aug 21 22:43:30.971 INFO O| Aug 21 22:43:30.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73012026-08-21T22:43:32.376Z[ recovery-image] Aug 21 22:43:30.971 INFO O| Aug 21 22:43:30.971 INFO STEP 660 (remove_files) COMPLETE
73022026-08-21T22:43:32.380Z[ recovery-image] Aug 21 22:43:30.971 INFO O| Aug 21 22:43:30.971 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-08-21T22:43:32.380Z[verify-libraries] Compiling yansi v1.0.1
73042026-08-21T22:43:32.386Z[ recovery-image] Aug 21 22:43:30.979 INFO O| Aug 21 22:43:30.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73052026-08-21T22:43:32.386Z[ recovery-image] Aug 21 22:43:30.979 INFO O| Aug 21 22:43:30.979 INFO STEP 661 (remove_files) COMPLETE
73062026-08-21T22:43:32.389Z[ recovery-image] Aug 21 22:43:30.979 INFO O| Aug 21 22:43:30.979 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-08-21T22:43:32.393Z[ recovery-image] Aug 21 22:43:30.987 INFO O| Aug 21 22:43:30.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73082026-08-21T22:43:32.393Z[ recovery-image] Aug 21 22:43:30.987 INFO O| Aug 21 22:43:30.987 INFO STEP 662 (remove_files) COMPLETE
73092026-08-21T22:43:32.397Z[ recovery-image] Aug 21 22:43:30.987 INFO O| Aug 21 22:43:30.987 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-08-21T22:43:32.402Z[ recovery-image] Aug 21 22:43:30.997 INFO O| Aug 21 22:43:30.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73112026-08-21T22:43:32.402Z[ recovery-image] Aug 21 22:43:30.997 INFO O| Aug 21 22:43:30.997 INFO STEP 663 (remove_files) COMPLETE
73122026-08-21T22:43:32.402Z[ recovery-image] Aug 21 22:43:30.997 INFO O| Aug 21 22:43:30.997 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-08-21T22:43:32.411Z[ recovery-image] Aug 21 22:43:31.006 INFO O| Aug 21 22:43:31.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73142026-08-21T22:43:32.411Z[ recovery-image] Aug 21 22:43:31.006 INFO O| Aug 21 22:43:31.006 INFO STEP 664 (remove_files) COMPLETE
73152026-08-21T22:43:32.414Z[ recovery-image] Aug 21 22:43:31.006 INFO O| Aug 21 22:43:31.006 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-08-21T22:43:32.421Z[ recovery-image] Aug 21 22:43:31.015 INFO O| Aug 21 22:43:31.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73172026-08-21T22:43:32.421Z[ recovery-image] Aug 21 22:43:31.015 INFO O| Aug 21 22:43:31.015 INFO STEP 665 (remove_files) COMPLETE
73182026-08-21T22:43:32.421Z[ recovery-image] Aug 21 22:43:31.015 INFO O| Aug 21 22:43:31.015 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-08-21T22:43:32.430Z[ recovery-image] Aug 21 22:43:31.025 INFO O| Aug 21 22:43:31.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73202026-08-21T22:43:32.430Z[ recovery-image] Aug 21 22:43:31.025 INFO O| Aug 21 22:43:31.025 INFO STEP 666 (remove_files) COMPLETE
73212026-08-21T22:43:32.430Z[ recovery-image] Aug 21 22:43:31.025 INFO O| Aug 21 22:43:31.025 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-08-21T22:43:32.440Z[ recovery-image] Aug 21 22:43:31.035 INFO O| Aug 21 22:43:31.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73232026-08-21T22:43:32.441Z[ recovery-image] Aug 21 22:43:31.035 INFO O| Aug 21 22:43:31.035 INFO STEP 667 (remove_files) COMPLETE
73242026-08-21T22:43:32.441Z[ recovery-image] Aug 21 22:43:31.035 INFO O| Aug 21 22:43:31.035 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-08-21T22:43:32.451Z[ recovery-image] Aug 21 22:43:31.045 INFO O| Aug 21 22:43:31.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73262026-08-21T22:43:32.451Z[ recovery-image] Aug 21 22:43:31.045 INFO O| Aug 21 22:43:31.045 INFO STEP 668 (remove_files) COMPLETE
73272026-08-21T22:43:32.451Z[ recovery-image] Aug 21 22:43:31.045 INFO O| Aug 21 22:43:31.045 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-08-21T22:43:32.463Z[ recovery-image] Aug 21 22:43:31.058 INFO O| Aug 21 22:43:31.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73292026-08-21T22:43:32.464Z[ recovery-image] Aug 21 22:43:31.058 INFO O| Aug 21 22:43:31.058 INFO STEP 669 (remove_files) COMPLETE
73302026-08-21T22:43:32.464Z[ recovery-image] Aug 21 22:43:31.058 INFO O| Aug 21 22:43:31.058 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-08-21T22:43:32.474Z[ recovery-image] Aug 21 22:43:31.068 INFO O| Aug 21 22:43:31.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73322026-08-21T22:43:32.476Z[ recovery-image] Aug 21 22:43:31.069 INFO O| Aug 21 22:43:31.069 INFO STEP 670 (remove_files) COMPLETE
73332026-08-21T22:43:32.476Z[ recovery-image] Aug 21 22:43:31.069 INFO O| Aug 21 22:43:31.069 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-08-21T22:43:32.489Z[ recovery-image] Aug 21 22:43:31.083 INFO O| Aug 21 22:43:31.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73352026-08-21T22:43:32.489Z[ recovery-image] Aug 21 22:43:31.083 INFO O| Aug 21 22:43:31.083 INFO STEP 671 (remove_files) COMPLETE
73362026-08-21T22:43:32.493Z[ recovery-image] Aug 21 22:43:31.083 INFO O| Aug 21 22:43:31.083 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-08-21T22:43:32.500Z[ recovery-image] Aug 21 22:43:31.094 INFO O| Aug 21 22:43:31.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73382026-08-21T22:43:32.500Z[ recovery-image] Aug 21 22:43:31.094 INFO O| Aug 21 22:43:31.094 INFO STEP 672 (remove_files) COMPLETE
73392026-08-21T22:43:32.503Z[ recovery-image] Aug 21 22:43:31.094 INFO O| Aug 21 22:43:31.094 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-08-21T22:43:32.510Z[ recovery-image] Aug 21 22:43:31.105 INFO O| Aug 21 22:43:31.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73412026-08-21T22:43:32.510Z[ recovery-image] Aug 21 22:43:31.105 INFO O| Aug 21 22:43:31.105 INFO STEP 673 (remove_files) COMPLETE
73422026-08-21T22:43:32.510Z[ recovery-image] Aug 21 22:43:31.105 INFO O| Aug 21 22:43:31.105 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-08-21T22:43:32.521Z[ recovery-image] Aug 21 22:43:31.116 INFO O| Aug 21 22:43:31.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73442026-08-21T22:43:32.521Z[ recovery-image] Aug 21 22:43:31.116 INFO O| Aug 21 22:43:31.116 INFO STEP 674 (remove_files) COMPLETE
73452026-08-21T22:43:32.522Z[ recovery-image] Aug 21 22:43:31.116 INFO O| Aug 21 22:43:31.116 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-08-21T22:43:32.532Z[ recovery-image] Aug 21 22:43:31.127 INFO O| Aug 21 22:43:31.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73472026-08-21T22:43:32.532Z[ recovery-image] Aug 21 22:43:31.127 INFO O| Aug 21 22:43:31.127 INFO STEP 675 (remove_files) COMPLETE
73482026-08-21T22:43:32.532Z[ recovery-image] Aug 21 22:43:31.127 INFO O| Aug 21 22:43:31.127 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-08-21T22:43:32.543Z[ recovery-image] Aug 21 22:43:31.137 INFO O| Aug 21 22:43:31.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73502026-08-21T22:43:32.543Z[ recovery-image] Aug 21 22:43:31.137 INFO O| Aug 21 22:43:31.137 INFO STEP 676 (remove_files) COMPLETE
73512026-08-21T22:43:32.543Z[ recovery-image] Aug 21 22:43:31.137 INFO O| Aug 21 22:43:31.137 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-08-21T22:43:32.552Z[ recovery-image] Aug 21 22:43:31.146 INFO O| Aug 21 22:43:31.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73532026-08-21T22:43:32.552Z[ recovery-image] Aug 21 22:43:31.147 INFO O| Aug 21 22:43:31.147 INFO STEP 677 (remove_files) COMPLETE
73542026-08-21T22:43:32.552Z[ recovery-image] Aug 21 22:43:31.147 INFO O| Aug 21 22:43:31.147 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-08-21T22:43:32.562Z[ recovery-image] Aug 21 22:43:31.156 INFO O| Aug 21 22:43:31.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73562026-08-21T22:43:32.564Z[ recovery-image] Aug 21 22:43:31.156 INFO O| Aug 21 22:43:31.156 INFO STEP 678 (remove_files) COMPLETE
73572026-08-21T22:43:32.564Z[ recovery-image] Aug 21 22:43:31.156 INFO O| Aug 21 22:43:31.156 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-08-21T22:43:32.572Z[ recovery-image] Aug 21 22:43:31.166 INFO O| Aug 21 22:43:31.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73592026-08-21T22:43:32.572Z[ recovery-image] Aug 21 22:43:31.167 INFO O| Aug 21 22:43:31.167 INFO STEP 679 (remove_files) COMPLETE
73602026-08-21T22:43:32.572Z[ recovery-image] Aug 21 22:43:31.167 INFO O| Aug 21 22:43:31.167 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-08-21T22:43:32.581Z[ recovery-image] Aug 21 22:43:31.176 INFO O| Aug 21 22:43:31.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73622026-08-21T22:43:32.582Z[ recovery-image] Aug 21 22:43:31.176 INFO O| Aug 21 22:43:31.176 INFO STEP 680 (remove_files) COMPLETE
73632026-08-21T22:43:32.582Z[ recovery-image] Aug 21 22:43:31.176 INFO O| Aug 21 22:43:31.176 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-08-21T22:43:32.591Z[ recovery-image] Aug 21 22:43:31.186 INFO O| Aug 21 22:43:31.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73652026-08-21T22:43:32.591Z[ recovery-image] Aug 21 22:43:31.186 INFO O| Aug 21 22:43:31.186 INFO STEP 681 (remove_files) COMPLETE
73662026-08-21T22:43:32.594Z[ recovery-image] Aug 21 22:43:31.186 INFO O| Aug 21 22:43:31.186 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-08-21T22:43:32.600Z[ recovery-image] Aug 21 22:43:31.195 INFO O| Aug 21 22:43:31.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73682026-08-21T22:43:32.600Z[ recovery-image] Aug 21 22:43:31.195 INFO O| Aug 21 22:43:31.195 INFO STEP 682 (remove_files) COMPLETE
73692026-08-21T22:43:32.600Z[ recovery-image] Aug 21 22:43:31.195 INFO O| Aug 21 22:43:31.195 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-08-21T22:43:32.609Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
73712026-08-21T22:43:32.612Z[ recovery-image] Aug 21 22:43:31.205 INFO O| Aug 21 22:43:31.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73722026-08-21T22:43:32.612Z[ recovery-image] Aug 21 22:43:31.205 INFO O| Aug 21 22:43:31.205 INFO STEP 683 (remove_files) COMPLETE
73732026-08-21T22:43:32.612Z[ recovery-image] Aug 21 22:43:31.205 INFO O| Aug 21 22:43:31.205 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-08-21T22:43:32.621Z[ recovery-image] Aug 21 22:43:31.215 INFO O| Aug 21 22:43:31.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73752026-08-21T22:43:32.621Z[ recovery-image] Aug 21 22:43:31.215 INFO O| Aug 21 22:43:31.215 INFO STEP 684 (remove_files) COMPLETE
73762026-08-21T22:43:32.623Z[ recovery-image] Aug 21 22:43:31.215 INFO O| Aug 21 22:43:31.215 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-08-21T22:43:32.630Z[ recovery-image] Aug 21 22:43:31.225 INFO O| Aug 21 22:43:31.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73782026-08-21T22:43:32.630Z[ recovery-image] Aug 21 22:43:31.225 INFO O| Aug 21 22:43:31.225 INFO STEP 685 (remove_files) COMPLETE
73792026-08-21T22:43:32.633Z[ recovery-image] Aug 21 22:43:31.225 INFO O| Aug 21 22:43:31.225 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-08-21T22:43:32.640Z[ recovery-image] Aug 21 22:43:31.235 INFO O| Aug 21 22:43:31.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73812026-08-21T22:43:32.640Z[ recovery-image] Aug 21 22:43:31.235 INFO O| Aug 21 22:43:31.235 INFO STEP 686 (remove_files) COMPLETE
73822026-08-21T22:43:32.640Z[ recovery-image] Aug 21 22:43:31.235 INFO O| Aug 21 22:43:31.235 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-08-21T22:43:32.649Z[ recovery-image] Aug 21 22:43:31.244 INFO O| Aug 21 22:43:31.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73842026-08-21T22:43:32.649Z[ recovery-image] Aug 21 22:43:31.244 INFO O| Aug 21 22:43:31.244 INFO STEP 687 (remove_files) COMPLETE
73852026-08-21T22:43:32.649Z[ recovery-image] Aug 21 22:43:31.244 INFO O| Aug 21 22:43:31.244 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-08-21T22:43:32.658Z[ recovery-image] Aug 21 22:43:31.253 INFO O| Aug 21 22:43:31.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73872026-08-21T22:43:32.658Z[ recovery-image] Aug 21 22:43:31.253 INFO O| Aug 21 22:43:31.253 INFO STEP 688 (remove_files) COMPLETE
73882026-08-21T22:43:32.658Z[ recovery-image] Aug 21 22:43:31.253 INFO O| Aug 21 22:43:31.253 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73892026-08-21T22:43:32.666Z[ recovery-image] Aug 21 22:43:31.261 INFO O| Aug 21 22:43:31.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73902026-08-21T22:43:32.666Z[ recovery-image] Aug 21 22:43:31.261 INFO O| Aug 21 22:43:31.261 INFO STEP 689 (remove_files) COMPLETE
73912026-08-21T22:43:32.666Z[ recovery-image] Aug 21 22:43:31.261 INFO O| Aug 21 22:43:31.261 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-08-21T22:43:32.675Z[ recovery-image] Aug 21 22:43:31.270 INFO O| Aug 21 22:43:31.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73932026-08-21T22:43:32.675Z[ recovery-image] Aug 21 22:43:31.270 INFO O| Aug 21 22:43:31.270 INFO STEP 690 (remove_files) COMPLETE
73942026-08-21T22:43:32.678Z[ recovery-image] Aug 21 22:43:31.270 INFO O| Aug 21 22:43:31.270 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-08-21T22:43:32.683Z[ recovery-image] Aug 21 22:43:31.278 INFO O| Aug 21 22:43:31.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73962026-08-21T22:43:32.683Z[ recovery-image] Aug 21 22:43:31.278 INFO O| Aug 21 22:43:31.278 INFO STEP 691 (remove_files) COMPLETE
73972026-08-21T22:43:32.686Z[ recovery-image] Aug 21 22:43:31.278 INFO O| Aug 21 22:43:31.278 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-08-21T22:43:32.692Z[ recovery-image] Aug 21 22:43:31.286 INFO O| Aug 21 22:43:31.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73992026-08-21T22:43:32.692Z[ recovery-image] Aug 21 22:43:31.287 INFO O| Aug 21 22:43:31.287 INFO STEP 692 (remove_files) COMPLETE
74002026-08-21T22:43:32.692Z[ recovery-image] Aug 21 22:43:31.287 INFO O| Aug 21 22:43:31.287 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-08-21T22:43:32.703Z[ recovery-image] Aug 21 22:43:31.298 INFO O| Aug 21 22:43:31.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74022026-08-21T22:43:32.703Z[ recovery-image] Aug 21 22:43:31.298 INFO O| Aug 21 22:43:31.298 INFO STEP 693 (remove_files) COMPLETE
74032026-08-21T22:43:32.704Z[ recovery-image] Aug 21 22:43:31.298 INFO O| Aug 21 22:43:31.298 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-08-21T22:43:32.714Z[ recovery-image] Aug 21 22:43:31.309 INFO O| Aug 21 22:43:31.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74052026-08-21T22:43:32.715Z[ recovery-image] Aug 21 22:43:31.309 INFO O| Aug 21 22:43:31.309 INFO STEP 694 (remove_files) COMPLETE
74062026-08-21T22:43:32.715Z[ recovery-image] Aug 21 22:43:31.309 INFO O| Aug 21 22:43:31.309 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-08-21T22:43:32.723Z[ recovery-image] Aug 21 22:43:31.318 INFO O| Aug 21 22:43:31.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74082026-08-21T22:43:32.727Z[ recovery-image] Aug 21 22:43:31.318 INFO O| Aug 21 22:43:31.318 INFO STEP 695 (remove_files) COMPLETE
74092026-08-21T22:43:32.727Z[ recovery-image] Aug 21 22:43:31.318 INFO O| Aug 21 22:43:31.318 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-08-21T22:43:32.731Z[ recovery-image] Aug 21 22:43:31.325 INFO O| Aug 21 22:43:31.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74112026-08-21T22:43:32.731Z[ recovery-image] Aug 21 22:43:31.325 INFO O| Aug 21 22:43:31.325 INFO STEP 696 (remove_files) COMPLETE
74122026-08-21T22:43:32.731Z[ recovery-image] Aug 21 22:43:31.325 INFO O| Aug 21 22:43:31.325 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-08-21T22:43:32.739Z[ recovery-image] Aug 21 22:43:31.334 INFO O| Aug 21 22:43:31.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74142026-08-21T22:43:32.739Z[ recovery-image] Aug 21 22:43:31.334 INFO O| Aug 21 22:43:31.334 INFO STEP 697 (remove_files) COMPLETE
74152026-08-21T22:43:32.743Z[ recovery-image] Aug 21 22:43:31.334 INFO O| Aug 21 22:43:31.334 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-08-21T22:43:32.747Z[ recovery-image] Aug 21 22:43:31.342 INFO O| Aug 21 22:43:31.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74172026-08-21T22:43:32.748Z[ recovery-image] Aug 21 22:43:31.342 INFO O| Aug 21 22:43:31.342 INFO STEP 698 (remove_files) COMPLETE
74182026-08-21T22:43:32.748Z[ recovery-image] Aug 21 22:43:31.342 INFO O| Aug 21 22:43:31.342 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-08-21T22:43:32.756Z[ recovery-image] Aug 21 22:43:31.350 INFO O| Aug 21 22:43:31.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74202026-08-21T22:43:32.756Z[ recovery-image] Aug 21 22:43:31.350 INFO O| Aug 21 22:43:31.350 INFO STEP 699 (remove_files) COMPLETE
74212026-08-21T22:43:32.756Z[ recovery-image] Aug 21 22:43:31.350 INFO O| Aug 21 22:43:31.350 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-08-21T22:43:32.764Z[ recovery-image] Aug 21 22:43:31.358 INFO O| Aug 21 22:43:31.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74232026-08-21T22:43:32.764Z[ recovery-image] Aug 21 22:43:31.358 INFO O| Aug 21 22:43:31.358 INFO STEP 700 (remove_files) COMPLETE
74242026-08-21T22:43:32.767Z[ recovery-image] Aug 21 22:43:31.358 INFO O| Aug 21 22:43:31.358 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-08-21T22:43:32.773Z[ recovery-image] Aug 21 22:43:31.367 INFO O| Aug 21 22:43:31.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74262026-08-21T22:43:32.773Z[ recovery-image] Aug 21 22:43:31.367 INFO O| Aug 21 22:43:31.367 INFO STEP 701 (remove_files) COMPLETE
74272026-08-21T22:43:32.773Z[ recovery-image] Aug 21 22:43:31.367 INFO O| Aug 21 22:43:31.367 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74282026-08-21T22:43:32.780Z[ recovery-image] Aug 21 22:43:31.375 INFO O| Aug 21 22:43:31.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74292026-08-21T22:43:32.780Z[ recovery-image] Aug 21 22:43:31.375 INFO O| Aug 21 22:43:31.375 INFO STEP 702 (remove_files) COMPLETE
74302026-08-21T22:43:32.780Z[ recovery-image] Aug 21 22:43:31.375 INFO O| Aug 21 22:43:31.375 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74312026-08-21T22:43:32.788Z[ recovery-image] Aug 21 22:43:31.383 INFO O| Aug 21 22:43:31.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74322026-08-21T22:43:32.790Z[ recovery-image] Aug 21 22:43:31.383 INFO O| Aug 21 22:43:31.383 INFO STEP 703 (remove_files) COMPLETE
74332026-08-21T22:43:32.790Z[ recovery-image] Aug 21 22:43:31.383 INFO O| Aug 21 22:43:31.383 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74342026-08-21T22:43:32.796Z[ recovery-image] Aug 21 22:43:31.391 INFO O| Aug 21 22:43:31.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74352026-08-21T22:43:32.796Z[ recovery-image] Aug 21 22:43:31.391 INFO O| Aug 21 22:43:31.391 INFO STEP 704 (remove_files) COMPLETE
74362026-08-21T22:43:32.796Z[ recovery-image] Aug 21 22:43:31.391 INFO O| Aug 21 22:43:31.391 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74372026-08-21T22:43:32.805Z[ recovery-image] Aug 21 22:43:31.399 INFO O| Aug 21 22:43:31.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74382026-08-21T22:43:32.805Z[ recovery-image] Aug 21 22:43:31.399 INFO O| Aug 21 22:43:31.399 INFO STEP 705 (remove_files) COMPLETE
74392026-08-21T22:43:32.805Z[ recovery-image] Aug 21 22:43:31.399 INFO O| Aug 21 22:43:31.399 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-08-21T22:43:32.813Z[ recovery-image] Aug 21 22:43:31.408 INFO O| Aug 21 22:43:31.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74412026-08-21T22:43:32.813Z[ recovery-image] Aug 21 22:43:31.408 INFO O| Aug 21 22:43:31.408 INFO STEP 706 (remove_files) COMPLETE
74422026-08-21T22:43:32.813Z[ recovery-image] Aug 21 22:43:31.408 INFO O| Aug 21 22:43:31.408 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-08-21T22:43:32.816Z[verify-libraries] Compiling pretty_assertions v1.4.1
74442026-08-21T22:43:32.822Z[ recovery-image] Aug 21 22:43:31.416 INFO O| Aug 21 22:43:31.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74452026-08-21T22:43:32.822Z[ recovery-image] Aug 21 22:43:31.416 INFO O| Aug 21 22:43:31.416 INFO STEP 707 (remove_files) COMPLETE
74462026-08-21T22:43:32.825Z[ recovery-image] Aug 21 22:43:31.417 INFO O| Aug 21 22:43:31.416 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-08-21T22:43:32.831Z[ recovery-image] Aug 21 22:43:31.426 INFO O| Aug 21 22:43:31.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74482026-08-21T22:43:32.831Z[ recovery-image] Aug 21 22:43:31.426 INFO O| Aug 21 22:43:31.426 INFO STEP 708 (remove_files) COMPLETE
74492026-08-21T22:43:32.831Z[ recovery-image] Aug 21 22:43:31.426 INFO O| Aug 21 22:43:31.426 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-08-21T22:43:32.842Z[ recovery-image] Aug 21 22:43:31.436 INFO O| Aug 21 22:43:31.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74512026-08-21T22:43:32.842Z[ recovery-image] Aug 21 22:43:31.436 INFO O| Aug 21 22:43:31.436 INFO STEP 709 (remove_files) COMPLETE
74522026-08-21T22:43:32.843Z[ recovery-image] Aug 21 22:43:31.436 INFO O| Aug 21 22:43:31.436 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-08-21T22:43:32.853Z[ recovery-image] Aug 21 22:43:31.447 INFO O| Aug 21 22:43:31.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74542026-08-21T22:43:32.853Z[ recovery-image] Aug 21 22:43:31.447 INFO O| Aug 21 22:43:31.447 INFO STEP 710 (remove_files) COMPLETE
74552026-08-21T22:43:32.853Z[ recovery-image] Aug 21 22:43:31.447 INFO O| Aug 21 22:43:31.447 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-08-21T22:43:32.863Z[ recovery-image] Aug 21 22:43:31.458 INFO O| Aug 21 22:43:31.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74572026-08-21T22:43:32.863Z[ recovery-image] Aug 21 22:43:31.458 INFO O| Aug 21 22:43:31.458 INFO STEP 711 (remove_files) COMPLETE
74582026-08-21T22:43:32.864Z[ recovery-image] Aug 21 22:43:31.458 INFO O| Aug 21 22:43:31.458 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-08-21T22:43:32.874Z[ recovery-image] Aug 21 22:43:31.468 INFO O| Aug 21 22:43:31.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74602026-08-21T22:43:32.874Z[ recovery-image] Aug 21 22:43:31.468 INFO O| Aug 21 22:43:31.468 INFO STEP 712 (remove_files) COMPLETE
74612026-08-21T22:43:32.874Z[ recovery-image] Aug 21 22:43:31.468 INFO O| Aug 21 22:43:31.468 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-08-21T22:43:32.884Z[ recovery-image] Aug 21 22:43:31.479 INFO O| Aug 21 22:43:31.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74632026-08-21T22:43:32.884Z[ recovery-image] Aug 21 22:43:31.479 INFO O| Aug 21 22:43:31.479 INFO STEP 713 (remove_files) COMPLETE
74642026-08-21T22:43:32.884Z[ recovery-image] Aug 21 22:43:31.479 INFO O| Aug 21 22:43:31.479 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-08-21T22:43:32.895Z[ recovery-image] Aug 21 22:43:31.488 INFO O| Aug 21 22:43:31.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74662026-08-21T22:43:32.895Z[ recovery-image] Aug 21 22:43:31.488 INFO O| Aug 21 22:43:31.488 INFO STEP 714 (remove_files) COMPLETE
74672026-08-21T22:43:32.899Z[ recovery-image] Aug 21 22:43:31.488 INFO O| Aug 21 22:43:31.488 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-08-21T22:43:32.904Z[ recovery-image] Aug 21 22:43:31.498 INFO O| Aug 21 22:43:31.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74692026-08-21T22:43:32.904Z[ recovery-image] Aug 21 22:43:31.498 INFO O| Aug 21 22:43:31.498 INFO STEP 715 (remove_files) COMPLETE
74702026-08-21T22:43:32.904Z[ recovery-image] Aug 21 22:43:31.498 INFO O| Aug 21 22:43:31.498 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-08-21T22:43:32.920Z[ recovery-image] Aug 21 22:43:31.508 INFO O| Aug 21 22:43:31.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74722026-08-21T22:43:32.920Z[ recovery-image] Aug 21 22:43:31.508 INFO O| Aug 21 22:43:31.508 INFO STEP 716 (remove_files) COMPLETE
74732026-08-21T22:43:32.920Z[ recovery-image] Aug 21 22:43:31.508 INFO O| Aug 21 22:43:31.508 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-08-21T22:43:32.923Z[ recovery-image] Aug 21 22:43:31.517 INFO O| Aug 21 22:43:31.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74752026-08-21T22:43:32.924Z[ recovery-image] Aug 21 22:43:31.517 INFO O| Aug 21 22:43:31.517 INFO STEP 717 (remove_files) COMPLETE
74762026-08-21T22:43:32.924Z[ recovery-image] Aug 21 22:43:31.517 INFO O| Aug 21 22:43:31.517 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-08-21T22:43:32.930Z[ recovery-image] Aug 21 22:43:31.525 INFO O| Aug 21 22:43:31.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74782026-08-21T22:43:32.930Z[ recovery-image] Aug 21 22:43:31.525 INFO O| Aug 21 22:43:31.525 INFO STEP 718 (remove_files) COMPLETE
74792026-08-21T22:43:32.930Z[ recovery-image] Aug 21 22:43:31.525 INFO O| Aug 21 22:43:31.525 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-08-21T22:43:32.939Z[ recovery-image] Aug 21 22:43:31.533 INFO O| Aug 21 22:43:31.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74812026-08-21T22:43:32.939Z[ recovery-image] Aug 21 22:43:31.533 INFO O| Aug 21 22:43:31.533 INFO STEP 719 (remove_files) COMPLETE
74822026-08-21T22:43:32.939Z[ recovery-image] Aug 21 22:43:31.533 INFO O| Aug 21 22:43:31.533 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-08-21T22:43:32.949Z[ recovery-image] Aug 21 22:43:31.544 INFO O| Aug 21 22:43:31.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74842026-08-21T22:43:32.949Z[ recovery-image] Aug 21 22:43:31.544 INFO O| Aug 21 22:43:31.544 INFO STEP 720 (remove_files) COMPLETE
74852026-08-21T22:43:32.949Z[ recovery-image] Aug 21 22:43:31.544 INFO O| Aug 21 22:43:31.544 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-08-21T22:43:32.959Z[ recovery-image] Aug 21 22:43:31.553 INFO O| Aug 21 22:43:31.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74872026-08-21T22:43:32.959Z[ recovery-image] Aug 21 22:43:31.553 INFO O| Aug 21 22:43:31.553 INFO STEP 721 (remove_files) COMPLETE
74882026-08-21T22:43:32.962Z[ recovery-image] Aug 21 22:43:31.553 INFO O| Aug 21 22:43:31.553 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-08-21T22:43:32.969Z[ recovery-image] Aug 21 22:43:31.563 INFO O| Aug 21 22:43:31.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74902026-08-21T22:43:32.969Z[ recovery-image] Aug 21 22:43:31.564 INFO O| Aug 21 22:43:31.564 INFO STEP 722 (remove_files) COMPLETE
74912026-08-21T22:43:32.971Z[ recovery-image] Aug 21 22:43:31.564 INFO O| Aug 21 22:43:31.564 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-08-21T22:43:32.978Z[ recovery-image] Aug 21 22:43:31.572 INFO O| Aug 21 22:43:31.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74932026-08-21T22:43:32.978Z[ recovery-image] Aug 21 22:43:31.572 INFO O| Aug 21 22:43:31.572 INFO STEP 723 (remove_files) COMPLETE
74942026-08-21T22:43:32.978Z[ recovery-image] Aug 21 22:43:31.572 INFO O| Aug 21 22:43:31.572 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-08-21T22:43:32.988Z[ recovery-image] Aug 21 22:43:31.583 INFO O| Aug 21 22:43:31.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74962026-08-21T22:43:32.988Z[ recovery-image] Aug 21 22:43:31.583 INFO O| Aug 21 22:43:31.583 INFO STEP 724 (remove_files) COMPLETE
74972026-08-21T22:43:32.988Z[ recovery-image] Aug 21 22:43:31.583 INFO O| Aug 21 22:43:31.583 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-08-21T22:43:32.999Z[ recovery-image] Aug 21 22:43:31.593 INFO O| Aug 21 22:43:31.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74992026-08-21T22:43:32.999Z[ recovery-image] Aug 21 22:43:31.593 INFO O| Aug 21 22:43:31.593 INFO STEP 725 (remove_files) COMPLETE
75002026-08-21T22:43:32.999Z[ recovery-image] Aug 21 22:43:31.593 INFO O| Aug 21 22:43:31.593 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-08-21T22:43:33.008Z[ recovery-image] Aug 21 22:43:31.602 INFO O| Aug 21 22:43:31.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75022026-08-21T22:43:33.008Z[ recovery-image] Aug 21 22:43:31.602 INFO O| Aug 21 22:43:31.602 INFO STEP 726 (remove_files) COMPLETE
75032026-08-21T22:43:33.011Z[ recovery-image] Aug 21 22:43:31.602 INFO O| Aug 21 22:43:31.602 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-08-21T22:43:33.017Z[ recovery-image] Aug 21 22:43:31.612 INFO O| Aug 21 22:43:31.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75052026-08-21T22:43:33.018Z[ recovery-image] Aug 21 22:43:31.612 INFO O| Aug 21 22:43:31.612 INFO STEP 727 (remove_files) COMPLETE
75062026-08-21T22:43:33.018Z[ recovery-image] Aug 21 22:43:31.612 INFO O| Aug 21 22:43:31.612 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-08-21T22:43:33.026Z[ recovery-image] Aug 21 22:43:31.621 INFO O| Aug 21 22:43:31.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75082026-08-21T22:43:33.027Z[ recovery-image] Aug 21 22:43:31.621 INFO O| Aug 21 22:43:31.621 INFO STEP 728 (remove_files) COMPLETE
75092026-08-21T22:43:33.027Z[ recovery-image] Aug 21 22:43:31.621 INFO O| Aug 21 22:43:31.621 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-08-21T22:43:33.032Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
75112026-08-21T22:43:33.035Z[ recovery-image] Aug 21 22:43:31.630 INFO O| Aug 21 22:43:31.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75122026-08-21T22:43:33.035Z[ recovery-image] Aug 21 22:43:31.630 INFO O| Aug 21 22:43:31.630 INFO STEP 729 (remove_files) COMPLETE
75132026-08-21T22:43:33.035Z[ recovery-image] Aug 21 22:43:31.630 INFO O| Aug 21 22:43:31.630 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-08-21T22:43:33.043Z[ recovery-image] Aug 21 22:43:31.638 INFO O| Aug 21 22:43:31.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75152026-08-21T22:43:33.044Z[ recovery-image] Aug 21 22:43:31.638 INFO O| Aug 21 22:43:31.638 INFO STEP 730 (remove_files) COMPLETE
75162026-08-21T22:43:33.044Z[ recovery-image] Aug 21 22:43:31.638 INFO O| Aug 21 22:43:31.638 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-08-21T22:43:33.060Z[ recovery-image] Aug 21 22:43:31.654 INFO O| Aug 21 22:43:31.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75182026-08-21T22:43:33.060Z[ recovery-image] Aug 21 22:43:31.654 INFO O| Aug 21 22:43:31.647 INFO STEP 731 (remove_files) COMPLETE
75192026-08-21T22:43:33.064Z[ recovery-image] Aug 21 22:43:31.654 INFO O| Aug 21 22:43:31.647 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-08-21T22:43:33.064Z[ recovery-image] Aug 21 22:43:31.654 INFO O| Aug 21 22:43:31.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75212026-08-21T22:43:33.065Z[ recovery-image] Aug 21 22:43:31.655 INFO O| Aug 21 22:43:31.654 INFO STEP 732 (remove_files) COMPLETE
75222026-08-21T22:43:33.065Z[ recovery-image] Aug 21 22:43:31.655 INFO O| Aug 21 22:43:31.654 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-08-21T22:43:33.068Z[ recovery-image] Aug 21 22:43:31.662 INFO O| Aug 21 22:43:31.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75242026-08-21T22:43:33.068Z[ recovery-image] Aug 21 22:43:31.662 INFO O| Aug 21 22:43:31.662 INFO STEP 733 (remove_files) COMPLETE
75252026-08-21T22:43:33.068Z[ recovery-image] Aug 21 22:43:31.662 INFO O| Aug 21 22:43:31.662 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-08-21T22:43:33.075Z[ recovery-image] Aug 21 22:43:31.670 INFO O| Aug 21 22:43:31.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75272026-08-21T22:43:33.075Z[ recovery-image] Aug 21 22:43:31.670 INFO O| Aug 21 22:43:31.670 INFO STEP 734 (remove_files) COMPLETE
75282026-08-21T22:43:33.078Z[ recovery-image] Aug 21 22:43:31.670 INFO O| Aug 21 22:43:31.670 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-08-21T22:43:33.087Z[ recovery-image] Aug 21 22:43:31.678 INFO O| Aug 21 22:43:31.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75302026-08-21T22:43:33.087Z[ recovery-image] Aug 21 22:43:31.678 INFO O| Aug 21 22:43:31.678 INFO STEP 735 (remove_files) COMPLETE
75312026-08-21T22:43:33.091Z[ recovery-image] Aug 21 22:43:31.678 INFO O| Aug 21 22:43:31.678 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-08-21T22:43:33.091Z[ recovery-image] Aug 21 22:43:31.685 INFO O| Aug 21 22:43:31.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75332026-08-21T22:43:33.091Z[ recovery-image] Aug 21 22:43:31.685 INFO O| Aug 21 22:43:31.685 INFO STEP 736 (remove_files) COMPLETE
75342026-08-21T22:43:33.092Z[ recovery-image] Aug 21 22:43:31.685 INFO O| Aug 21 22:43:31.685 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-08-21T22:43:33.099Z[ recovery-image] Aug 21 22:43:31.694 INFO O| Aug 21 22:43:31.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75362026-08-21T22:43:33.099Z[ recovery-image] Aug 21 22:43:31.694 INFO O| Aug 21 22:43:31.694 INFO STEP 737 (remove_files) COMPLETE
75372026-08-21T22:43:33.102Z[ recovery-image] Aug 21 22:43:31.694 INFO O| Aug 21 22:43:31.694 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-08-21T22:43:33.113Z[ recovery-image] Aug 21 22:43:31.704 INFO O| Aug 21 22:43:31.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75392026-08-21T22:43:33.113Z[ recovery-image] Aug 21 22:43:31.704 INFO O| Aug 21 22:43:31.704 INFO STEP 738 (remove_files) COMPLETE
75402026-08-21T22:43:33.113Z[ recovery-image] Aug 21 22:43:31.704 INFO O| Aug 21 22:43:31.704 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-08-21T22:43:33.118Z[ recovery-image] Aug 21 22:43:31.713 INFO O| Aug 21 22:43:31.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75422026-08-21T22:43:33.118Z[ recovery-image] Aug 21 22:43:31.713 INFO O| Aug 21 22:43:31.713 INFO STEP 739 (remove_files) COMPLETE
75432026-08-21T22:43:33.118Z[ recovery-image] Aug 21 22:43:31.713 INFO O| Aug 21 22:43:31.713 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-08-21T22:43:33.128Z[ recovery-image] Aug 21 22:43:31.721 INFO O| Aug 21 22:43:31.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75452026-08-21T22:43:33.131Z[ recovery-image] Aug 21 22:43:31.722 INFO O| Aug 21 22:43:31.722 INFO STEP 740 (remove_files) COMPLETE
75462026-08-21T22:43:33.131Z[ recovery-image] Aug 21 22:43:31.722 INFO O| Aug 21 22:43:31.722 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-08-21T22:43:33.138Z[ recovery-image] Aug 21 22:43:31.732 INFO O| Aug 21 22:43:31.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75482026-08-21T22:43:33.139Z[ recovery-image] Aug 21 22:43:31.733 INFO O| Aug 21 22:43:31.733 INFO STEP 741 (remove_files) COMPLETE
75492026-08-21T22:43:33.142Z[ recovery-image] Aug 21 22:43:31.733 INFO O| Aug 21 22:43:31.733 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-08-21T22:43:33.148Z[ recovery-image] Aug 21 22:43:31.742 INFO O| Aug 21 22:43:31.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75512026-08-21T22:43:33.151Z[ recovery-image] Aug 21 22:43:31.742 INFO O| Aug 21 22:43:31.742 INFO STEP 742 (remove_files) COMPLETE
75522026-08-21T22:43:33.151Z[ recovery-image] Aug 21 22:43:31.743 INFO O| Aug 21 22:43:31.742 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-08-21T22:43:33.157Z[ recovery-image] Aug 21 22:43:31.752 INFO O| Aug 21 22:43:31.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75542026-08-21T22:43:33.157Z[ recovery-image] Aug 21 22:43:31.752 INFO O| Aug 21 22:43:31.752 INFO STEP 743 (remove_files) COMPLETE
75552026-08-21T22:43:33.157Z[ recovery-image] Aug 21 22:43:31.752 INFO O| Aug 21 22:43:31.752 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-08-21T22:43:33.166Z[ recovery-image] Aug 21 22:43:31.761 INFO O| Aug 21 22:43:31.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75572026-08-21T22:43:33.166Z[ recovery-image] Aug 21 22:43:31.761 INFO O| Aug 21 22:43:31.761 INFO STEP 744 (remove_files) COMPLETE
75582026-08-21T22:43:33.170Z[ recovery-image] Aug 21 22:43:31.761 INFO O| Aug 21 22:43:31.761 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-08-21T22:43:33.175Z[ recovery-image] Aug 21 22:43:31.769 INFO O| Aug 21 22:43:31.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75602026-08-21T22:43:33.175Z[ recovery-image] Aug 21 22:43:31.769 INFO O| Aug 21 22:43:31.769 INFO STEP 745 (remove_files) COMPLETE
75612026-08-21T22:43:33.178Z[ recovery-image] Aug 21 22:43:31.769 INFO O| Aug 21 22:43:31.769 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-08-21T22:43:33.183Z[ recovery-image] Aug 21 22:43:31.778 INFO O| Aug 21 22:43:31.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75632026-08-21T22:43:33.183Z[ recovery-image] Aug 21 22:43:31.778 INFO O| Aug 21 22:43:31.778 INFO STEP 746 (remove_files) COMPLETE
75642026-08-21T22:43:33.186Z[ recovery-image] Aug 21 22:43:31.778 INFO O| Aug 21 22:43:31.778 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-08-21T22:43:33.191Z[ recovery-image] Aug 21 22:43:31.786 INFO O| Aug 21 22:43:31.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75662026-08-21T22:43:33.191Z[ recovery-image] Aug 21 22:43:31.786 INFO O| Aug 21 22:43:31.786 INFO STEP 747 (remove_files) COMPLETE
75672026-08-21T22:43:33.191Z[ recovery-image] Aug 21 22:43:31.786 INFO O| Aug 21 22:43:31.786 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-08-21T22:43:33.200Z[ recovery-image] Aug 21 22:43:31.794 INFO O| Aug 21 22:43:31.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75692026-08-21T22:43:33.200Z[ recovery-image] Aug 21 22:43:31.795 INFO O| Aug 21 22:43:31.795 INFO STEP 748 (remove_files) COMPLETE
75702026-08-21T22:43:33.203Z[ recovery-image] Aug 21 22:43:31.795 INFO O| Aug 21 22:43:31.795 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-08-21T22:43:33.208Z[ recovery-image] Aug 21 22:43:31.803 INFO O| Aug 21 22:43:31.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75722026-08-21T22:43:33.208Z[ recovery-image] Aug 21 22:43:31.803 INFO O| Aug 21 22:43:31.803 INFO STEP 749 (remove_files) COMPLETE
75732026-08-21T22:43:33.208Z[ recovery-image] Aug 21 22:43:31.803 INFO O| Aug 21 22:43:31.803 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-08-21T22:43:33.221Z[ recovery-image] Aug 21 22:43:31.813 INFO O| Aug 21 22:43:31.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75752026-08-21T22:43:33.221Z[ recovery-image] Aug 21 22:43:31.814 INFO O| Aug 21 22:43:31.814 INFO STEP 750 (remove_files) COMPLETE
75762026-08-21T22:43:33.221Z[ recovery-image] Aug 21 22:43:31.814 INFO O| Aug 21 22:43:31.814 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-08-21T22:43:33.232Z[ recovery-image] Aug 21 22:43:31.826 INFO O| Aug 21 22:43:31.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75782026-08-21T22:43:33.232Z[ recovery-image] Aug 21 22:43:31.826 INFO O| Aug 21 22:43:31.826 INFO STEP 751 (remove_files) COMPLETE
75792026-08-21T22:43:33.232Z[ recovery-image] Aug 21 22:43:31.826 INFO O| Aug 21 22:43:31.826 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-08-21T22:43:33.241Z[ recovery-image] Aug 21 22:43:31.835 INFO O| Aug 21 22:43:31.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75812026-08-21T22:43:33.241Z[ recovery-image] Aug 21 22:43:31.835 INFO O| Aug 21 22:43:31.835 INFO STEP 752 (remove_files) COMPLETE
75822026-08-21T22:43:33.244Z[ recovery-image] Aug 21 22:43:31.835 INFO O| Aug 21 22:43:31.835 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-08-21T22:43:33.251Z[ recovery-image] Aug 21 22:43:31.844 INFO O| Aug 21 22:43:31.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75842026-08-21T22:43:33.251Z[ recovery-image] Aug 21 22:43:31.844 INFO O| Aug 21 22:43:31.844 INFO STEP 753 (remove_files) COMPLETE
75852026-08-21T22:43:33.251Z[ recovery-image] Aug 21 22:43:31.844 INFO O| Aug 21 22:43:31.844 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-08-21T22:43:33.260Z[ recovery-image] Aug 21 22:43:31.855 INFO O| Aug 21 22:43:31.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75872026-08-21T22:43:33.260Z[ recovery-image] Aug 21 22:43:31.855 INFO O| Aug 21 22:43:31.855 INFO STEP 754 (remove_files) COMPLETE
75882026-08-21T22:43:33.260Z[ recovery-image] Aug 21 22:43:31.855 INFO O| Aug 21 22:43:31.855 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-08-21T22:43:33.270Z[ recovery-image] Aug 21 22:43:31.864 INFO O| Aug 21 22:43:31.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75902026-08-21T22:43:33.270Z[ recovery-image] Aug 21 22:43:31.864 INFO O| Aug 21 22:43:31.864 INFO STEP 755 (remove_files) COMPLETE
75912026-08-21T22:43:33.270Z[ recovery-image] Aug 21 22:43:31.864 INFO O| Aug 21 22:43:31.864 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-08-21T22:43:33.279Z[ recovery-image] Aug 21 22:43:31.874 INFO O| Aug 21 22:43:31.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75932026-08-21T22:43:33.279Z[ recovery-image] Aug 21 22:43:31.874 INFO O| Aug 21 22:43:31.874 INFO STEP 756 (remove_files) COMPLETE
75942026-08-21T22:43:33.280Z[ recovery-image] Aug 21 22:43:31.874 INFO O| Aug 21 22:43:31.874 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-08-21T22:43:33.290Z[ recovery-image] Aug 21 22:43:31.885 INFO O| Aug 21 22:43:31.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75962026-08-21T22:43:33.290Z[ recovery-image] Aug 21 22:43:31.885 INFO O| Aug 21 22:43:31.885 INFO STEP 757 (remove_files) COMPLETE
75972026-08-21T22:43:33.290Z[ recovery-image] Aug 21 22:43:31.885 INFO O| Aug 21 22:43:31.885 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-08-21T22:43:33.299Z[ recovery-image] Aug 21 22:43:31.894 INFO O| Aug 21 22:43:31.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75992026-08-21T22:43:33.299Z[ recovery-image] Aug 21 22:43:31.894 INFO O| Aug 21 22:43:31.894 INFO STEP 758 (remove_files) COMPLETE
76002026-08-21T22:43:33.299Z[ recovery-image] Aug 21 22:43:31.894 INFO O| Aug 21 22:43:31.894 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-08-21T22:43:33.310Z[ recovery-image] Aug 21 22:43:31.904 INFO O| Aug 21 22:43:31.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76022026-08-21T22:43:33.310Z[ recovery-image] Aug 21 22:43:31.904 INFO O| Aug 21 22:43:31.904 INFO STEP 759 (remove_files) COMPLETE
76032026-08-21T22:43:33.310Z[ recovery-image] Aug 21 22:43:31.904 INFO O| Aug 21 22:43:31.904 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-08-21T22:43:33.321Z[ recovery-image] Aug 21 22:43:31.916 INFO O| Aug 21 22:43:31.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76052026-08-21T22:43:33.322Z[ recovery-image] Aug 21 22:43:31.916 INFO O| Aug 21 22:43:31.916 INFO STEP 760 (remove_files) COMPLETE
76062026-08-21T22:43:33.322Z[ recovery-image] Aug 21 22:43:31.916 INFO O| Aug 21 22:43:31.916 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-08-21T22:43:33.331Z[ recovery-image] Aug 21 22:43:31.926 INFO O| Aug 21 22:43:31.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76082026-08-21T22:43:33.331Z[ recovery-image] Aug 21 22:43:31.926 INFO O| Aug 21 22:43:31.926 INFO STEP 761 (remove_files) COMPLETE
76092026-08-21T22:43:33.331Z[ recovery-image] Aug 21 22:43:31.926 INFO O| Aug 21 22:43:31.926 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-08-21T22:43:33.341Z[ recovery-image] Aug 21 22:43:31.935 INFO O| Aug 21 22:43:31.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76112026-08-21T22:43:33.341Z[ recovery-image] Aug 21 22:43:31.935 INFO O| Aug 21 22:43:31.935 INFO STEP 762 (remove_files) COMPLETE
76122026-08-21T22:43:33.344Z[ recovery-image] Aug 21 22:43:31.935 INFO O| Aug 21 22:43:31.935 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-08-21T22:43:33.349Z[ recovery-image] Aug 21 22:43:31.944 INFO O| Aug 21 22:43:31.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76142026-08-21T22:43:33.349Z[ recovery-image] Aug 21 22:43:31.944 INFO O| Aug 21 22:43:31.944 INFO STEP 763 (remove_files) COMPLETE
76152026-08-21T22:43:33.349Z[ recovery-image] Aug 21 22:43:31.944 INFO O| Aug 21 22:43:31.944 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-08-21T22:43:33.360Z[ recovery-image] Aug 21 22:43:31.954 INFO O| Aug 21 22:43:31.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76172026-08-21T22:43:33.360Z[ recovery-image] Aug 21 22:43:31.954 INFO O| Aug 21 22:43:31.954 INFO STEP 764 (remove_files) COMPLETE
76182026-08-21T22:43:33.360Z[ recovery-image] Aug 21 22:43:31.954 INFO O| Aug 21 22:43:31.954 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-08-21T22:43:33.371Z[ recovery-image] Aug 21 22:43:31.965 INFO O| Aug 21 22:43:31.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76202026-08-21T22:43:33.371Z[ recovery-image] Aug 21 22:43:31.966 INFO O| Aug 21 22:43:31.966 INFO STEP 765 (remove_files) COMPLETE
76212026-08-21T22:43:33.371Z[ recovery-image] Aug 21 22:43:31.966 INFO O| Aug 21 22:43:31.966 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-08-21T22:43:33.380Z[ recovery-image] Aug 21 22:43:31.974 INFO O| Aug 21 22:43:31.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76232026-08-21T22:43:33.380Z[ recovery-image] Aug 21 22:43:31.974 INFO O| Aug 21 22:43:31.974 INFO STEP 766 (remove_files) COMPLETE
76242026-08-21T22:43:33.383Z[ recovery-image] Aug 21 22:43:31.974 INFO O| Aug 21 22:43:31.974 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-08-21T22:43:33.389Z[ recovery-image] Aug 21 22:43:31.983 INFO O| Aug 21 22:43:31.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76262026-08-21T22:43:33.389Z[ recovery-image] Aug 21 22:43:31.983 INFO O| Aug 21 22:43:31.983 INFO STEP 767 (remove_files) COMPLETE
76272026-08-21T22:43:33.392Z[ recovery-image] Aug 21 22:43:31.983 INFO O| Aug 21 22:43:31.983 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-08-21T22:43:33.398Z[ recovery-image] Aug 21 22:43:31.993 INFO O| Aug 21 22:43:31.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76292026-08-21T22:43:33.398Z[ recovery-image] Aug 21 22:43:31.993 INFO O| Aug 21 22:43:31.993 INFO STEP 768 (remove_files) COMPLETE
76302026-08-21T22:43:33.398Z[ recovery-image] Aug 21 22:43:31.993 INFO O| Aug 21 22:43:31.993 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-08-21T22:43:33.407Z[ recovery-image] Aug 21 22:43:32.002 INFO O| Aug 21 22:43:32.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76322026-08-21T22:43:33.407Z[ recovery-image] Aug 21 22:43:32.002 INFO O| Aug 21 22:43:32.002 INFO STEP 769 (remove_files) COMPLETE
76332026-08-21T22:43:33.407Z[ recovery-image] Aug 21 22:43:32.002 INFO O| Aug 21 22:43:32.002 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-08-21T22:43:33.416Z[ recovery-image] Aug 21 22:43:32.011 INFO O| Aug 21 22:43:32.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76352026-08-21T22:43:33.416Z[ recovery-image] Aug 21 22:43:32.011 INFO O| Aug 21 22:43:32.011 INFO STEP 770 (remove_files) COMPLETE
76362026-08-21T22:43:33.416Z[ recovery-image] Aug 21 22:43:32.011 INFO O| Aug 21 22:43:32.011 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-08-21T22:43:33.426Z[ recovery-image] Aug 21 22:43:32.019 INFO O| Aug 21 22:43:32.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76382026-08-21T22:43:33.426Z[ recovery-image] Aug 21 22:43:32.019 INFO O| Aug 21 22:43:32.019 INFO STEP 771 (remove_files) COMPLETE
76392026-08-21T22:43:33.426Z[ recovery-image] Aug 21 22:43:32.019 INFO O| Aug 21 22:43:32.019 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-08-21T22:43:33.434Z[ recovery-image] Aug 21 22:43:32.028 INFO O| Aug 21 22:43:32.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76412026-08-21T22:43:33.434Z[ recovery-image] Aug 21 22:43:32.028 INFO O| Aug 21 22:43:32.028 INFO STEP 772 (remove_files) COMPLETE
76422026-08-21T22:43:33.437Z[ recovery-image] Aug 21 22:43:32.028 INFO O| Aug 21 22:43:32.028 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-08-21T22:43:33.443Z[ recovery-image] Aug 21 22:43:32.038 INFO O| Aug 21 22:43:32.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76442026-08-21T22:43:33.443Z[ recovery-image] Aug 21 22:43:32.038 INFO O| Aug 21 22:43:32.038 INFO STEP 773 (remove_files) COMPLETE
76452026-08-21T22:43:33.443Z[ recovery-image] Aug 21 22:43:32.038 INFO O| Aug 21 22:43:32.038 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-08-21T22:43:33.458Z[ recovery-image] Aug 21 22:43:32.053 INFO O| Aug 21 22:43:32.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76472026-08-21T22:43:33.458Z[ recovery-image] Aug 21 22:43:32.053 INFO O| Aug 21 22:43:32.051 INFO STEP 774 (remove_files) COMPLETE
76482026-08-21T22:43:33.458Z[ recovery-image] Aug 21 22:43:32.053 INFO O| Aug 21 22:43:32.051 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-08-21T22:43:33.466Z[ recovery-image] Aug 21 22:43:32.061 INFO O| Aug 21 22:43:32.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76502026-08-21T22:43:33.467Z[ recovery-image] Aug 21 22:43:32.061 INFO O| Aug 21 22:43:32.061 INFO STEP 775 (remove_files) COMPLETE
76512026-08-21T22:43:33.467Z[ recovery-image] Aug 21 22:43:32.061 INFO O| Aug 21 22:43:32.061 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-08-21T22:43:33.476Z[ recovery-image] Aug 21 22:43:32.070 INFO O| Aug 21 22:43:32.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76532026-08-21T22:43:33.477Z[ recovery-image] Aug 21 22:43:32.071 INFO O| Aug 21 22:43:32.071 INFO STEP 776 (remove_files) COMPLETE
76542026-08-21T22:43:33.477Z[ recovery-image] Aug 21 22:43:32.071 INFO O| Aug 21 22:43:32.071 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-08-21T22:43:33.487Z[ recovery-image] Aug 21 22:43:32.081 INFO O| Aug 21 22:43:32.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76562026-08-21T22:43:33.487Z[ recovery-image] Aug 21 22:43:32.081 INFO O| Aug 21 22:43:32.081 INFO STEP 777 (remove_files) COMPLETE
76572026-08-21T22:43:33.487Z[ recovery-image] Aug 21 22:43:32.082 INFO O| Aug 21 22:43:32.081 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-08-21T22:43:33.497Z[ recovery-image] Aug 21 22:43:32.092 INFO O| Aug 21 22:43:32.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76592026-08-21T22:43:33.498Z[ recovery-image] Aug 21 22:43:32.092 INFO O| Aug 21 22:43:32.092 INFO STEP 778 (remove_files) COMPLETE
76602026-08-21T22:43:33.501Z[ recovery-image] Aug 21 22:43:32.092 INFO O| Aug 21 22:43:32.092 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-08-21T22:43:33.506Z[ recovery-image] Aug 21 22:43:32.101 INFO O| Aug 21 22:43:32.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76622026-08-21T22:43:33.506Z[ recovery-image] Aug 21 22:43:32.101 INFO O| Aug 21 22:43:32.101 INFO STEP 779 (remove_files) COMPLETE
76632026-08-21T22:43:33.509Z[ recovery-image] Aug 21 22:43:32.101 INFO O| Aug 21 22:43:32.101 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-08-21T22:43:33.517Z[ recovery-image] Aug 21 22:43:32.109 INFO O| Aug 21 22:43:32.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76652026-08-21T22:43:33.517Z[ recovery-image] Aug 21 22:43:32.109 INFO O| Aug 21 22:43:32.109 INFO STEP 780 (remove_files) COMPLETE
76662026-08-21T22:43:33.517Z[ recovery-image] Aug 21 22:43:32.109 INFO O| Aug 21 22:43:32.109 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-08-21T22:43:33.525Z[ recovery-image] Aug 21 22:43:32.120 INFO O| Aug 21 22:43:32.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76682026-08-21T22:43:33.526Z[ recovery-image] Aug 21 22:43:32.120 INFO O| Aug 21 22:43:32.120 INFO STEP 781 (remove_files) COMPLETE
76692026-08-21T22:43:33.526Z[ recovery-image] Aug 21 22:43:32.120 INFO O| Aug 21 22:43:32.120 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-08-21T22:43:33.534Z[ recovery-image] Aug 21 22:43:32.129 INFO O| Aug 21 22:43:32.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76712026-08-21T22:43:33.534Z[ recovery-image] Aug 21 22:43:32.129 INFO O| Aug 21 22:43:32.129 INFO STEP 782 (remove_files) COMPLETE
76722026-08-21T22:43:33.534Z[ recovery-image] Aug 21 22:43:32.129 INFO O| Aug 21 22:43:32.129 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-08-21T22:43:33.546Z[ recovery-image] Aug 21 22:43:32.140 INFO O| Aug 21 22:43:32.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76742026-08-21T22:43:33.546Z[ recovery-image] Aug 21 22:43:32.140 INFO O| Aug 21 22:43:32.140 INFO STEP 783 (remove_files) COMPLETE
76752026-08-21T22:43:33.549Z[ recovery-image] Aug 21 22:43:32.140 INFO O| Aug 21 22:43:32.140 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-08-21T22:43:33.557Z[ recovery-image] Aug 21 22:43:32.152 INFO O| Aug 21 22:43:32.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76772026-08-21T22:43:33.557Z[ recovery-image] Aug 21 22:43:32.152 INFO O| Aug 21 22:43:32.152 INFO STEP 784 (remove_files) COMPLETE
76782026-08-21T22:43:33.557Z[ recovery-image] Aug 21 22:43:32.152 INFO O| Aug 21 22:43:32.152 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-08-21T22:43:33.568Z[ recovery-image] Aug 21 22:43:32.162 INFO O| Aug 21 22:43:32.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76802026-08-21T22:43:33.568Z[ recovery-image] Aug 21 22:43:32.162 INFO O| Aug 21 22:43:32.162 INFO STEP 785 (remove_files) COMPLETE
76812026-08-21T22:43:33.572Z[ recovery-image] Aug 21 22:43:32.162 INFO O| Aug 21 22:43:32.162 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-08-21T22:43:33.578Z[ recovery-image] Aug 21 22:43:32.173 INFO O| Aug 21 22:43:32.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76832026-08-21T22:43:33.578Z[ recovery-image] Aug 21 22:43:32.173 INFO O| Aug 21 22:43:32.173 INFO STEP 786 (remove_files) COMPLETE
76842026-08-21T22:43:33.578Z[ recovery-image] Aug 21 22:43:32.173 INFO O| Aug 21 22:43:32.173 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-08-21T22:43:33.588Z[ recovery-image] Aug 21 22:43:32.183 INFO O| Aug 21 22:43:32.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76862026-08-21T22:43:33.588Z[ recovery-image] Aug 21 22:43:32.183 INFO O| Aug 21 22:43:32.183 INFO STEP 787 (remove_files) COMPLETE
76872026-08-21T22:43:33.588Z[ recovery-image] Aug 21 22:43:32.183 INFO O| Aug 21 22:43:32.183 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-08-21T22:43:33.597Z[ recovery-image] Aug 21 22:43:32.192 INFO O| Aug 21 22:43:32.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76892026-08-21T22:43:33.597Z[ recovery-image] Aug 21 22:43:32.192 INFO O| Aug 21 22:43:32.192 INFO STEP 788 (remove_files) COMPLETE
76902026-08-21T22:43:33.597Z[ recovery-image] Aug 21 22:43:32.192 INFO O| Aug 21 22:43:32.192 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-08-21T22:43:33.607Z[ recovery-image] Aug 21 22:43:32.202 INFO O| Aug 21 22:43:32.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76922026-08-21T22:43:33.607Z[ recovery-image] Aug 21 22:43:32.202 INFO O| Aug 21 22:43:32.202 INFO STEP 789 (remove_files) COMPLETE
76932026-08-21T22:43:33.607Z[ recovery-image] Aug 21 22:43:32.202 INFO O| Aug 21 22:43:32.202 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-08-21T22:43:33.666Z[ recovery-image] Aug 21 22:43:32.211 INFO O| Aug 21 22:43:32.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76952026-08-21T22:43:33.667Z[ recovery-image] Aug 21 22:43:32.211 INFO O| Aug 21 22:43:32.211 INFO STEP 790 (remove_files) COMPLETE
76962026-08-21T22:43:33.667Z[ recovery-image] Aug 21 22:43:32.211 INFO O| Aug 21 22:43:32.211 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76972026-08-21T22:43:33.667Z[ recovery-image] Aug 21 22:43:32.220 INFO O| Aug 21 22:43:32.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76982026-08-21T22:43:33.667Z[ recovery-image] Aug 21 22:43:32.220 INFO O| Aug 21 22:43:32.220 INFO STEP 791 (remove_files) COMPLETE
76992026-08-21T22:43:33.667Z[ recovery-image] Aug 21 22:43:32.220 INFO O| Aug 21 22:43:32.220 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77002026-08-21T22:43:33.667Z[ recovery-image] Aug 21 22:43:32.230 INFO O| Aug 21 22:43:32.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77012026-08-21T22:43:33.667Z[ recovery-image] Aug 21 22:43:32.230 INFO O| Aug 21 22:43:32.230 INFO STEP 792 (remove_files) COMPLETE
77022026-08-21T22:43:33.667Z[ recovery-image] Aug 21 22:43:32.230 INFO O| Aug 21 22:43:32.230 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-08-21T22:43:33.667Z[ recovery-image] Aug 21 22:43:32.240 INFO O| Aug 21 22:43:32.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77042026-08-21T22:43:33.667Z[ recovery-image] Aug 21 22:43:32.240 INFO O| Aug 21 22:43:32.240 INFO STEP 793 (remove_files) COMPLETE
77052026-08-21T22:43:33.667Z[ recovery-image] Aug 21 22:43:32.240 INFO O| Aug 21 22:43:32.240 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-08-21T22:43:33.667Z[ recovery-image] Aug 21 22:43:32.251 INFO O| Aug 21 22:43:32.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77072026-08-21T22:43:33.667Z[ recovery-image] Aug 21 22:43:32.251 INFO O| Aug 21 22:43:32.251 INFO STEP 794 (remove_files) COMPLETE
77082026-08-21T22:43:33.667Z[ recovery-image] Aug 21 22:43:32.251 INFO O| Aug 21 22:43:32.251 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-08-21T22:43:33.671Z[ recovery-image] Aug 21 22:43:32.260 INFO O| Aug 21 22:43:32.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77102026-08-21T22:43:33.671Z[ recovery-image] Aug 21 22:43:32.260 INFO O| Aug 21 22:43:32.260 INFO STEP 795 (remove_files) COMPLETE
77112026-08-21T22:43:33.672Z[ recovery-image] Aug 21 22:43:32.260 INFO O| Aug 21 22:43:32.260 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-08-21T22:43:33.677Z[ recovery-image] Aug 21 22:43:32.270 INFO O| Aug 21 22:43:32.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77132026-08-21T22:43:33.677Z[ recovery-image] Aug 21 22:43:32.270 INFO O| Aug 21 22:43:32.270 INFO STEP 796 (remove_files) COMPLETE
77142026-08-21T22:43:33.677Z[ recovery-image] Aug 21 22:43:32.270 INFO O| Aug 21 22:43:32.270 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-08-21T22:43:33.685Z[ recovery-image] Aug 21 22:43:32.280 INFO O| Aug 21 22:43:32.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77162026-08-21T22:43:33.685Z[ recovery-image] Aug 21 22:43:32.280 INFO O| Aug 21 22:43:32.280 INFO STEP 797 (remove_files) COMPLETE
77172026-08-21T22:43:33.685Z[ recovery-image] Aug 21 22:43:32.280 INFO O| Aug 21 22:43:32.280 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-08-21T22:43:33.696Z[ recovery-image] Aug 21 22:43:32.290 INFO O| Aug 21 22:43:32.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77192026-08-21T22:43:33.696Z[ recovery-image] Aug 21 22:43:32.290 INFO O| Aug 21 22:43:32.290 INFO STEP 798 (remove_files) COMPLETE
77202026-08-21T22:43:33.696Z[ recovery-image] Aug 21 22:43:32.290 INFO O| Aug 21 22:43:32.290 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-08-21T22:43:33.707Z[ recovery-image] Aug 21 22:43:32.301 INFO O| Aug 21 22:43:32.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77222026-08-21T22:43:33.707Z[ recovery-image] Aug 21 22:43:32.302 INFO O| Aug 21 22:43:32.302 INFO STEP 799 (remove_files) COMPLETE
77232026-08-21T22:43:33.707Z[ recovery-image] Aug 21 22:43:32.302 INFO O| Aug 21 22:43:32.302 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-08-21T22:43:33.718Z[ recovery-image] Aug 21 22:43:32.312 INFO O| Aug 21 22:43:32.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77252026-08-21T22:43:33.718Z[ recovery-image] Aug 21 22:43:32.312 INFO O| Aug 21 22:43:32.312 INFO STEP 800 (remove_files) COMPLETE
77262026-08-21T22:43:33.720Z[ recovery-image] Aug 21 22:43:32.312 INFO O| Aug 21 22:43:32.312 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-08-21T22:43:33.727Z[ recovery-image] Aug 21 22:43:32.322 INFO O| Aug 21 22:43:32.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77282026-08-21T22:43:33.727Z[ recovery-image] Aug 21 22:43:32.322 INFO O| Aug 21 22:43:32.322 INFO STEP 801 (remove_files) COMPLETE
77292026-08-21T22:43:33.727Z[ recovery-image] Aug 21 22:43:32.322 INFO O| Aug 21 22:43:32.322 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-08-21T22:43:33.737Z[ recovery-image] Aug 21 22:43:32.332 INFO O| Aug 21 22:43:32.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77312026-08-21T22:43:33.737Z[ recovery-image] Aug 21 22:43:32.332 INFO O| Aug 21 22:43:32.332 INFO STEP 802 (remove_files) COMPLETE
77322026-08-21T22:43:33.741Z[ recovery-image] Aug 21 22:43:32.332 INFO O| Aug 21 22:43:32.332 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-08-21T22:43:33.747Z[ recovery-image] Aug 21 22:43:32.342 INFO O| Aug 21 22:43:32.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77342026-08-21T22:43:33.747Z[ recovery-image] Aug 21 22:43:32.342 INFO O| Aug 21 22:43:32.342 INFO STEP 803 (remove_files) COMPLETE
77352026-08-21T22:43:33.747Z[ recovery-image] Aug 21 22:43:32.342 INFO O| Aug 21 22:43:32.342 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-08-21T22:43:33.757Z[ recovery-image] Aug 21 22:43:32.352 INFO O| Aug 21 22:43:32.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77372026-08-21T22:43:33.757Z[ recovery-image] Aug 21 22:43:32.352 INFO O| Aug 21 22:43:32.352 INFO STEP 804 (remove_files) COMPLETE
77382026-08-21T22:43:33.757Z[ recovery-image] Aug 21 22:43:32.352 INFO O| Aug 21 22:43:32.352 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-08-21T22:43:33.766Z[ recovery-image] Aug 21 22:43:32.361 INFO O| Aug 21 22:43:32.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77402026-08-21T22:43:33.767Z[ recovery-image] Aug 21 22:43:32.361 INFO O| Aug 21 22:43:32.361 INFO STEP 805 (remove_files) COMPLETE
77412026-08-21T22:43:33.767Z[ recovery-image] Aug 21 22:43:32.361 INFO O| Aug 21 22:43:32.361 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-08-21T22:43:33.777Z[ recovery-image] Aug 21 22:43:32.371 INFO O| Aug 21 22:43:32.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77432026-08-21T22:43:33.777Z[ recovery-image] Aug 21 22:43:32.371 INFO O| Aug 21 22:43:32.371 INFO STEP 806 (remove_files) COMPLETE
77442026-08-21T22:43:33.780Z[ recovery-image] Aug 21 22:43:32.371 INFO O| Aug 21 22:43:32.371 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-08-21T22:43:33.787Z[ recovery-image] Aug 21 22:43:32.382 INFO O| Aug 21 22:43:32.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77462026-08-21T22:43:33.787Z[ recovery-image] Aug 21 22:43:32.382 INFO O| Aug 21 22:43:32.382 INFO STEP 807 (remove_files) COMPLETE
77472026-08-21T22:43:33.787Z[ recovery-image] Aug 21 22:43:32.382 INFO O| Aug 21 22:43:32.382 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-08-21T22:43:33.798Z[ recovery-image] Aug 21 22:43:32.393 INFO O| Aug 21 22:43:32.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77492026-08-21T22:43:33.798Z[ recovery-image] Aug 21 22:43:32.393 INFO O| Aug 21 22:43:32.393 INFO STEP 808 (remove_files) COMPLETE
77502026-08-21T22:43:33.801Z[ recovery-image] Aug 21 22:43:32.393 INFO O| Aug 21 22:43:32.393 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-08-21T22:43:33.811Z[ recovery-image] Aug 21 22:43:32.404 INFO O| Aug 21 22:43:32.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77522026-08-21T22:43:33.811Z[ recovery-image] Aug 21 22:43:32.404 INFO O| Aug 21 22:43:32.404 INFO STEP 809 (remove_files) COMPLETE
77532026-08-21T22:43:33.811Z[ recovery-image] Aug 21 22:43:32.404 INFO O| Aug 21 22:43:32.404 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-08-21T22:43:33.819Z[ recovery-image] Aug 21 22:43:32.413 INFO O| Aug 21 22:43:32.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77552026-08-21T22:43:33.820Z[ recovery-image] Aug 21 22:43:32.413 INFO O| Aug 21 22:43:32.413 INFO STEP 810 (remove_files) COMPLETE
77562026-08-21T22:43:33.820Z[ recovery-image] Aug 21 22:43:32.413 INFO O| Aug 21 22:43:32.413 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-08-21T22:43:33.827Z[ recovery-image] Aug 21 22:43:32.422 INFO O| Aug 21 22:43:32.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77582026-08-21T22:43:33.827Z[ recovery-image] Aug 21 22:43:32.422 INFO O| Aug 21 22:43:32.422 INFO STEP 811 (remove_files) COMPLETE
77592026-08-21T22:43:33.827Z[ recovery-image] Aug 21 22:43:32.422 INFO O| Aug 21 22:43:32.422 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-08-21T22:43:33.838Z[ recovery-image] Aug 21 22:43:32.433 INFO O| Aug 21 22:43:32.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77612026-08-21T22:43:33.838Z[ recovery-image] Aug 21 22:43:32.433 INFO O| Aug 21 22:43:32.433 INFO STEP 812 (remove_files) COMPLETE
77622026-08-21T22:43:33.838Z[ recovery-image] Aug 21 22:43:32.433 INFO O| Aug 21 22:43:32.433 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-08-21T22:43:33.847Z[ recovery-image] Aug 21 22:43:32.442 INFO O| Aug 21 22:43:32.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77642026-08-21T22:43:33.847Z[ recovery-image] Aug 21 22:43:32.442 INFO O| Aug 21 22:43:32.442 INFO STEP 813 (remove_files) COMPLETE
77652026-08-21T22:43:33.847Z[ recovery-image] Aug 21 22:43:32.442 INFO O| Aug 21 22:43:32.442 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-08-21T22:43:33.857Z[ recovery-image] Aug 21 22:43:32.451 INFO O| Aug 21 22:43:32.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77672026-08-21T22:43:33.857Z[ recovery-image] Aug 21 22:43:32.452 INFO O| Aug 21 22:43:32.452 INFO STEP 814 (remove_files) COMPLETE
77682026-08-21T22:43:33.857Z[ recovery-image] Aug 21 22:43:32.452 INFO O| Aug 21 22:43:32.452 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-08-21T22:43:33.866Z[ recovery-image] Aug 21 22:43:32.461 INFO O| Aug 21 22:43:32.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77702026-08-21T22:43:33.866Z[ recovery-image] Aug 21 22:43:32.461 INFO O| Aug 21 22:43:32.461 INFO STEP 815 (remove_files) COMPLETE
77712026-08-21T22:43:33.866Z[ recovery-image] Aug 21 22:43:32.461 INFO O| Aug 21 22:43:32.461 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-08-21T22:43:33.876Z[ recovery-image] Aug 21 22:43:32.470 INFO O| Aug 21 22:43:32.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77732026-08-21T22:43:33.876Z[ recovery-image] Aug 21 22:43:32.471 INFO O| Aug 21 22:43:32.470 INFO STEP 816 (remove_files) COMPLETE
77742026-08-21T22:43:33.876Z[ recovery-image] Aug 21 22:43:32.471 INFO O| Aug 21 22:43:32.471 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-08-21T22:43:33.885Z[ recovery-image] Aug 21 22:43:32.479 INFO O| Aug 21 22:43:32.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77762026-08-21T22:43:33.885Z[ recovery-image] Aug 21 22:43:32.479 INFO O| Aug 21 22:43:32.479 INFO STEP 817 (remove_files) COMPLETE
77772026-08-21T22:43:33.885Z[ recovery-image] Aug 21 22:43:32.479 INFO O| Aug 21 22:43:32.479 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-08-21T22:43:33.893Z[ recovery-image] Aug 21 22:43:32.488 INFO O| Aug 21 22:43:32.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77792026-08-21T22:43:33.893Z[ recovery-image] Aug 21 22:43:32.488 INFO O| Aug 21 22:43:32.488 INFO STEP 818 (remove_files) COMPLETE
77802026-08-21T22:43:33.893Z[ recovery-image] Aug 21 22:43:32.488 INFO O| Aug 21 22:43:32.488 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-08-21T22:43:33.903Z[ recovery-image] Aug 21 22:43:32.498 INFO O| Aug 21 22:43:32.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77822026-08-21T22:43:33.903Z[ recovery-image] Aug 21 22:43:32.498 INFO O| Aug 21 22:43:32.498 INFO STEP 819 (remove_files) COMPLETE
77832026-08-21T22:43:33.903Z[ recovery-image] Aug 21 22:43:32.498 INFO O| Aug 21 22:43:32.498 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-08-21T22:43:33.913Z[ recovery-image] Aug 21 22:43:32.507 INFO O| Aug 21 22:43:32.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77852026-08-21T22:43:33.913Z[ recovery-image] Aug 21 22:43:32.507 INFO O| Aug 21 22:43:32.507 INFO STEP 820 (remove_files) COMPLETE
77862026-08-21T22:43:33.913Z[ recovery-image] Aug 21 22:43:32.507 INFO O| Aug 21 22:43:32.507 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-08-21T22:43:33.923Z[ recovery-image] Aug 21 22:43:32.518 INFO O| Aug 21 22:43:32.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77882026-08-21T22:43:33.926Z[ recovery-image] Aug 21 22:43:32.518 INFO O| Aug 21 22:43:32.518 INFO STEP 821 (remove_files) COMPLETE
77892026-08-21T22:43:33.926Z[ recovery-image] Aug 21 22:43:32.518 INFO O| Aug 21 22:43:32.518 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-08-21T22:43:33.932Z[ recovery-image] Aug 21 22:43:32.527 INFO O| Aug 21 22:43:32.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77912026-08-21T22:43:33.936Z[ recovery-image] Aug 21 22:43:32.528 INFO O| Aug 21 22:43:32.528 INFO STEP 822 (remove_files) COMPLETE
77922026-08-21T22:43:33.936Z[ recovery-image] Aug 21 22:43:32.528 INFO O| Aug 21 22:43:32.528 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-08-21T22:43:33.942Z[ recovery-image] Aug 21 22:43:32.537 INFO O| Aug 21 22:43:32.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77942026-08-21T22:43:33.942Z[ recovery-image] Aug 21 22:43:32.537 INFO O| Aug 21 22:43:32.537 INFO STEP 823 (remove_files) COMPLETE
77952026-08-21T22:43:33.945Z[ recovery-image] Aug 21 22:43:32.537 INFO O| Aug 21 22:43:32.537 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-08-21T22:43:33.951Z[ recovery-image] Aug 21 22:43:32.546 INFO O| Aug 21 22:43:32.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77972026-08-21T22:43:33.952Z[ recovery-image] Aug 21 22:43:32.546 INFO O| Aug 21 22:43:32.546 INFO STEP 824 (remove_files) COMPLETE
77982026-08-21T22:43:33.952Z[ recovery-image] Aug 21 22:43:32.546 INFO O| Aug 21 22:43:32.546 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-08-21T22:43:33.959Z[ recovery-image] Aug 21 22:43:32.554 INFO O| Aug 21 22:43:32.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78002026-08-21T22:43:33.959Z[ recovery-image] Aug 21 22:43:32.554 INFO O| Aug 21 22:43:32.554 INFO STEP 825 (remove_files) COMPLETE
78012026-08-21T22:43:33.959Z[ recovery-image] Aug 21 22:43:32.554 INFO O| Aug 21 22:43:32.554 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78022026-08-21T22:43:33.968Z[ recovery-image] Aug 21 22:43:32.563 INFO O| Aug 21 22:43:32.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78032026-08-21T22:43:33.968Z[ recovery-image] Aug 21 22:43:32.563 INFO O| Aug 21 22:43:32.563 INFO STEP 826 (remove_files) COMPLETE
78042026-08-21T22:43:33.968Z[ recovery-image] Aug 21 22:43:32.563 INFO O| Aug 21 22:43:32.563 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78052026-08-21T22:43:33.978Z[ recovery-image] Aug 21 22:43:32.573 INFO O| Aug 21 22:43:32.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78062026-08-21T22:43:33.978Z[ recovery-image] Aug 21 22:43:32.573 INFO O| Aug 21 22:43:32.573 INFO STEP 827 (remove_files) COMPLETE
78072026-08-21T22:43:33.978Z[ recovery-image] Aug 21 22:43:32.573 INFO O| Aug 21 22:43:32.573 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78082026-08-21T22:43:33.987Z[ recovery-image] Aug 21 22:43:32.582 INFO O| Aug 21 22:43:32.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78092026-08-21T22:43:33.987Z[ recovery-image] Aug 21 22:43:32.582 INFO O| Aug 21 22:43:32.582 INFO STEP 828 (remove_files) COMPLETE
78102026-08-21T22:43:33.987Z[ recovery-image] Aug 21 22:43:32.582 INFO O| Aug 21 22:43:32.582 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78112026-08-21T22:43:33.998Z[ recovery-image] Aug 21 22:43:32.593 INFO O| Aug 21 22:43:32.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78122026-08-21T22:43:33.999Z[ recovery-image] Aug 21 22:43:32.593 INFO O| Aug 21 22:43:32.593 INFO STEP 829 (remove_files) COMPLETE
78132026-08-21T22:43:34.002Z[ recovery-image] Aug 21 22:43:32.593 INFO O| Aug 21 22:43:32.593 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78142026-08-21T22:43:34.007Z[ recovery-image] Aug 21 22:43:32.602 INFO O| Aug 21 22:43:32.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78152026-08-21T22:43:34.007Z[ recovery-image] Aug 21 22:43:32.602 INFO O| Aug 21 22:43:32.602 INFO STEP 830 (remove_files) COMPLETE
78162026-08-21T22:43:34.007Z[ recovery-image] Aug 21 22:43:32.602 INFO O| Aug 21 22:43:32.602 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78172026-08-21T22:43:34.016Z[ recovery-image] Aug 21 22:43:32.611 INFO O| Aug 21 22:43:32.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78182026-08-21T22:43:34.016Z[ recovery-image] Aug 21 22:43:32.611 INFO O| Aug 21 22:43:32.611 INFO STEP 831 (remove_files) COMPLETE
78192026-08-21T22:43:34.019Z[ recovery-image] Aug 21 22:43:32.611 INFO O| Aug 21 22:43:32.611 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-08-21T22:43:34.024Z[ recovery-image] Aug 21 22:43:32.619 INFO O| Aug 21 22:43:32.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78212026-08-21T22:43:34.024Z[ recovery-image] Aug 21 22:43:32.619 INFO O| Aug 21 22:43:32.619 INFO STEP 832 (remove_files) COMPLETE
78222026-08-21T22:43:34.028Z[ recovery-image] Aug 21 22:43:32.619 INFO O| Aug 21 22:43:32.619 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-08-21T22:43:34.035Z[ recovery-image] Aug 21 22:43:32.630 INFO O| Aug 21 22:43:32.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78242026-08-21T22:43:34.035Z[ recovery-image] Aug 21 22:43:32.630 INFO O| Aug 21 22:43:32.630 INFO STEP 833 (remove_files) COMPLETE
78252026-08-21T22:43:34.035Z[ recovery-image] Aug 21 22:43:32.630 INFO O| Aug 21 22:43:32.630 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-08-21T22:43:34.045Z[ recovery-image] Aug 21 22:43:32.640 INFO O| Aug 21 22:43:32.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78272026-08-21T22:43:34.045Z[ recovery-image] Aug 21 22:43:32.640 INFO O| Aug 21 22:43:32.640 INFO STEP 834 (remove_files) COMPLETE
78282026-08-21T22:43:34.049Z[ recovery-image] Aug 21 22:43:32.640 INFO O| Aug 21 22:43:32.640 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-08-21T22:43:34.055Z[ recovery-image] Aug 21 22:43:32.649 INFO O| Aug 21 22:43:32.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78302026-08-21T22:43:34.055Z[ recovery-image] Aug 21 22:43:32.650 INFO O| Aug 21 22:43:32.649 INFO STEP 835 (remove_files) COMPLETE
78312026-08-21T22:43:34.055Z[ recovery-image] Aug 21 22:43:32.650 INFO O| Aug 21 22:43:32.649 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-08-21T22:43:34.063Z[ recovery-image] Aug 21 22:43:32.658 INFO O| Aug 21 22:43:32.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78332026-08-21T22:43:34.066Z[ recovery-image] Aug 21 22:43:32.659 INFO O| Aug 21 22:43:32.659 INFO STEP 836 (remove_files) COMPLETE
78342026-08-21T22:43:34.066Z[ recovery-image] Aug 21 22:43:32.659 INFO O| Aug 21 22:43:32.659 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-08-21T22:43:34.076Z[ recovery-image] Aug 21 22:43:32.670 INFO O| Aug 21 22:43:32.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78362026-08-21T22:43:34.076Z[ recovery-image] Aug 21 22:43:32.671 INFO O| Aug 21 22:43:32.670 INFO STEP 837 (remove_files) COMPLETE
78372026-08-21T22:43:34.076Z[ recovery-image] Aug 21 22:43:32.671 INFO O| Aug 21 22:43:32.670 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-08-21T22:43:34.084Z[ recovery-image] Aug 21 22:43:32.679 INFO O| Aug 21 22:43:32.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78392026-08-21T22:43:34.085Z[ recovery-image] Aug 21 22:43:32.679 INFO O| Aug 21 22:43:32.679 INFO STEP 838 (remove_files) COMPLETE
78402026-08-21T22:43:34.085Z[ recovery-image] Aug 21 22:43:32.679 INFO O| Aug 21 22:43:32.679 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78412026-08-21T22:43:34.095Z[ recovery-image] Aug 21 22:43:32.690 INFO O| Aug 21 22:43:32.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78422026-08-21T22:43:34.095Z[ recovery-image] Aug 21 22:43:32.690 INFO O| Aug 21 22:43:32.690 INFO STEP 839 (remove_files) COMPLETE
78432026-08-21T22:43:34.095Z[ recovery-image] Aug 21 22:43:32.690 INFO O| Aug 21 22:43:32.690 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-08-21T22:43:34.105Z[ recovery-image] Aug 21 22:43:32.700 INFO O| Aug 21 22:43:32.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78452026-08-21T22:43:34.105Z[ recovery-image] Aug 21 22:43:32.700 INFO O| Aug 21 22:43:32.700 INFO STEP 840 (remove_files) COMPLETE
78462026-08-21T22:43:34.105Z[ recovery-image] Aug 21 22:43:32.700 INFO O| Aug 21 22:43:32.700 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-08-21T22:43:34.115Z[ recovery-image] Aug 21 22:43:32.710 INFO O| Aug 21 22:43:32.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78482026-08-21T22:43:34.115Z[ recovery-image] Aug 21 22:43:32.710 INFO O| Aug 21 22:43:32.710 INFO STEP 841 (remove_files) COMPLETE
78492026-08-21T22:43:34.115Z[ recovery-image] Aug 21 22:43:32.710 INFO O| Aug 21 22:43:32.710 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-08-21T22:43:34.124Z[ recovery-image] Aug 21 22:43:32.719 INFO O| Aug 21 22:43:32.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78512026-08-21T22:43:34.124Z[ recovery-image] Aug 21 22:43:32.719 INFO O| Aug 21 22:43:32.719 INFO STEP 842 (remove_files) COMPLETE
78522026-08-21T22:43:34.124Z[ recovery-image] Aug 21 22:43:32.719 INFO O| Aug 21 22:43:32.719 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-08-21T22:43:34.134Z[ recovery-image] Aug 21 22:43:32.729 INFO O| Aug 21 22:43:32.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78542026-08-21T22:43:34.134Z[ recovery-image] Aug 21 22:43:32.729 INFO O| Aug 21 22:43:32.729 INFO STEP 843 (remove_files) COMPLETE
78552026-08-21T22:43:34.135Z[ recovery-image] Aug 21 22:43:32.729 INFO O| Aug 21 22:43:32.729 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-08-21T22:43:34.143Z[ recovery-image] Aug 21 22:43:32.738 INFO O| Aug 21 22:43:32.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78572026-08-21T22:43:34.143Z[ recovery-image] Aug 21 22:43:32.738 INFO O| Aug 21 22:43:32.738 INFO STEP 844 (remove_files) COMPLETE
78582026-08-21T22:43:34.143Z[ recovery-image] Aug 21 22:43:32.738 INFO O| Aug 21 22:43:32.738 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-08-21T22:43:34.153Z[ recovery-image] Aug 21 22:43:32.748 INFO O| Aug 21 22:43:32.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78602026-08-21T22:43:34.153Z[ recovery-image] Aug 21 22:43:32.748 INFO O| Aug 21 22:43:32.748 INFO STEP 845 (remove_files) COMPLETE
78612026-08-21T22:43:34.156Z[ recovery-image] Aug 21 22:43:32.748 INFO O| Aug 21 22:43:32.748 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-08-21T22:43:34.163Z[ recovery-image] Aug 21 22:43:32.758 INFO O| Aug 21 22:43:32.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78632026-08-21T22:43:34.163Z[ recovery-image] Aug 21 22:43:32.758 INFO O| Aug 21 22:43:32.758 INFO STEP 846 (remove_files) COMPLETE
78642026-08-21T22:43:34.163Z[ recovery-image] Aug 21 22:43:32.758 INFO O| Aug 21 22:43:32.758 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-08-21T22:43:34.172Z[ recovery-image] Aug 21 22:43:32.766 INFO O| Aug 21 22:43:32.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78662026-08-21T22:43:34.172Z[ recovery-image] Aug 21 22:43:32.767 INFO O| Aug 21 22:43:32.767 INFO STEP 847 (remove_files) COMPLETE
78672026-08-21T22:43:34.172Z[ recovery-image] Aug 21 22:43:32.767 INFO O| Aug 21 22:43:32.767 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-08-21T22:43:34.180Z[ recovery-image] Aug 21 22:43:32.774 INFO O| Aug 21 22:43:32.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78692026-08-21T22:43:34.180Z[ recovery-image] Aug 21 22:43:32.775 INFO O| Aug 21 22:43:32.775 INFO STEP 848 (remove_files) COMPLETE
78702026-08-21T22:43:34.180Z[ recovery-image] Aug 21 22:43:32.775 INFO O| Aug 21 22:43:32.775 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-08-21T22:43:34.187Z[ recovery-image] Aug 21 22:43:32.782 INFO O| Aug 21 22:43:32.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78722026-08-21T22:43:34.187Z[ recovery-image] Aug 21 22:43:32.782 INFO O| Aug 21 22:43:32.782 INFO STEP 849 (remove_files) COMPLETE
78732026-08-21T22:43:34.190Z[ recovery-image] Aug 21 22:43:32.782 INFO O| Aug 21 22:43:32.782 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-08-21T22:43:34.194Z[ recovery-image] Aug 21 22:43:32.789 INFO O| Aug 21 22:43:32.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78752026-08-21T22:43:34.194Z[ recovery-image] Aug 21 22:43:32.789 INFO O| Aug 21 22:43:32.789 INFO STEP 850 (remove_files) COMPLETE
78762026-08-21T22:43:34.194Z[ recovery-image] Aug 21 22:43:32.789 INFO O| Aug 21 22:43:32.789 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-08-21T22:43:34.202Z[ recovery-image] Aug 21 22:43:32.797 INFO O| Aug 21 22:43:32.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78782026-08-21T22:43:34.202Z[ recovery-image] Aug 21 22:43:32.797 INFO O| Aug 21 22:43:32.797 INFO STEP 851 (remove_files) COMPLETE
78792026-08-21T22:43:34.202Z[ recovery-image] Aug 21 22:43:32.797 INFO O| Aug 21 22:43:32.797 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-08-21T22:43:34.210Z[ recovery-image] Aug 21 22:43:32.805 INFO O| Aug 21 22:43:32.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78812026-08-21T22:43:34.210Z[ recovery-image] Aug 21 22:43:32.805 INFO O| Aug 21 22:43:32.805 INFO STEP 852 (remove_files) COMPLETE
78822026-08-21T22:43:34.210Z[ recovery-image] Aug 21 22:43:32.805 INFO O| Aug 21 22:43:32.805 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-08-21T22:43:34.219Z[ recovery-image] Aug 21 22:43:32.813 INFO O| Aug 21 22:43:32.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78842026-08-21T22:43:34.219Z[ recovery-image] Aug 21 22:43:32.813 INFO O| Aug 21 22:43:32.813 INFO STEP 853 (remove_files) COMPLETE
78852026-08-21T22:43:34.219Z[ recovery-image] Aug 21 22:43:32.813 INFO O| Aug 21 22:43:32.813 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-08-21T22:43:34.228Z[ recovery-image] Aug 21 22:43:32.822 INFO O| Aug 21 22:43:32.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78872026-08-21T22:43:34.228Z[ recovery-image] Aug 21 22:43:32.822 INFO O| Aug 21 22:43:32.822 INFO STEP 854 (remove_files) COMPLETE
78882026-08-21T22:43:34.231Z[ recovery-image] Aug 21 22:43:32.822 INFO O| Aug 21 22:43:32.822 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-08-21T22:43:34.235Z[ recovery-image] Aug 21 22:43:32.830 INFO O| Aug 21 22:43:32.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78902026-08-21T22:43:34.235Z[ recovery-image] Aug 21 22:43:32.830 INFO O| Aug 21 22:43:32.830 INFO STEP 855 (remove_files) COMPLETE
78912026-08-21T22:43:34.238Z[ recovery-image] Aug 21 22:43:32.830 INFO O| Aug 21 22:43:32.830 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-08-21T22:43:34.244Z[ recovery-image] Aug 21 22:43:32.838 INFO O| Aug 21 22:43:32.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78932026-08-21T22:43:34.244Z[ recovery-image] Aug 21 22:43:32.838 INFO O| Aug 21 22:43:32.838 INFO STEP 856 (remove_files) COMPLETE
78942026-08-21T22:43:34.244Z[ recovery-image] Aug 21 22:43:32.838 INFO O| Aug 21 22:43:32.838 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78952026-08-21T22:43:34.276Z[ recovery-image] Aug 21 22:43:32.871 INFO O| Aug 21 22:43:32.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78962026-08-21T22:43:34.276Z[ recovery-image] Aug 21 22:43:32.871 INFO O| Aug 21 22:43:32.871 INFO STEP 857 (remove_files) COMPLETE
78972026-08-21T22:43:34.276Z[ recovery-image] Aug 21 22:43:32.871 INFO O| Aug 21 22:43:32.871 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-08-21T22:43:34.289Z[ recovery-image] Aug 21 22:43:32.884 INFO O| Aug 21 22:43:32.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78992026-08-21T22:43:34.289Z[ recovery-image] Aug 21 22:43:32.884 INFO O| Aug 21 22:43:32.884 INFO STEP 858 (remove_files) COMPLETE
79002026-08-21T22:43:34.323Z[ recovery-image] Aug 21 22:43:32.884 INFO O| Aug 21 22:43:32.884 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-08-21T22:43:34.324Z[ recovery-image] Aug 21 22:43:32.895 INFO O| Aug 21 22:43:32.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79022026-08-21T22:43:34.324Z[ recovery-image] Aug 21 22:43:32.895 INFO O| Aug 21 22:43:32.895 INFO STEP 859 (remove_files) COMPLETE
79032026-08-21T22:43:34.324Z[ recovery-image] Aug 21 22:43:32.895 INFO O| Aug 21 22:43:32.895 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-08-21T22:43:34.331Z[ recovery-image] Aug 21 22:43:32.906 INFO O| Aug 21 22:43:32.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79052026-08-21T22:43:34.331Z[ recovery-image] Aug 21 22:43:32.906 INFO O| Aug 21 22:43:32.906 INFO STEP 860 (remove_files) COMPLETE
79062026-08-21T22:43:34.331Z[ recovery-image] Aug 21 22:43:32.906 INFO O| Aug 21 22:43:32.906 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-08-21T22:43:34.331Z[ recovery-image] Aug 21 22:43:32.916 INFO O| Aug 21 22:43:32.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79082026-08-21T22:43:34.332Z[ recovery-image] Aug 21 22:43:32.916 INFO O| Aug 21 22:43:32.916 INFO STEP 861 (remove_files) COMPLETE
79092026-08-21T22:43:34.332Z[ recovery-image] Aug 21 22:43:32.916 INFO O| Aug 21 22:43:32.916 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-08-21T22:43:34.332Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
79112026-08-21T22:43:34.332Z[ recovery-image] Aug 21 22:43:32.925 INFO O| Aug 21 22:43:32.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79122026-08-21T22:43:34.332Z[ recovery-image] Aug 21 22:43:32.925 INFO O| Aug 21 22:43:32.925 INFO STEP 862 (remove_files) COMPLETE
79132026-08-21T22:43:34.332Z[ recovery-image] Aug 21 22:43:32.925 INFO O| Aug 21 22:43:32.925 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79142026-08-21T22:43:34.342Z[ recovery-image] Aug 21 22:43:32.936 INFO O| Aug 21 22:43:32.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79152026-08-21T22:43:34.342Z[ recovery-image] Aug 21 22:43:32.936 INFO O| Aug 21 22:43:32.936 INFO STEP 863 (remove_files) COMPLETE
79162026-08-21T22:43:34.342Z[ recovery-image] Aug 21 22:43:32.936 INFO O| Aug 21 22:43:32.936 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79172026-08-21T22:43:34.353Z[ recovery-image] Aug 21 22:43:32.945 INFO O| Aug 21 22:43:32.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79182026-08-21T22:43:34.353Z[ recovery-image] Aug 21 22:43:32.945 INFO O| Aug 21 22:43:32.945 INFO STEP 864 (remove_files) COMPLETE
79192026-08-21T22:43:34.353Z[ recovery-image] Aug 21 22:43:32.945 INFO O| Aug 21 22:43:32.945 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79202026-08-21T22:43:34.360Z[ recovery-image] Aug 21 22:43:32.954 INFO O| Aug 21 22:43:32.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79212026-08-21T22:43:34.360Z[ recovery-image] Aug 21 22:43:32.955 INFO O| Aug 21 22:43:32.955 INFO STEP 865 (remove_files) COMPLETE
79222026-08-21T22:43:34.360Z[ recovery-image] Aug 21 22:43:32.955 INFO O| Aug 21 22:43:32.955 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79232026-08-21T22:43:34.370Z[ recovery-image] Aug 21 22:43:32.964 INFO O| Aug 21 22:43:32.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79242026-08-21T22:43:34.370Z[ recovery-image] Aug 21 22:43:32.964 INFO O| Aug 21 22:43:32.964 INFO STEP 866 (remove_files) COMPLETE
79252026-08-21T22:43:34.370Z[ recovery-image] Aug 21 22:43:32.964 INFO O| Aug 21 22:43:32.964 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79262026-08-21T22:43:34.381Z[ recovery-image] Aug 21 22:43:32.975 INFO O| Aug 21 22:43:32.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79272026-08-21T22:43:34.384Z[ recovery-image] Aug 21 22:43:32.975 INFO O| Aug 21 22:43:32.975 INFO STEP 867 (remove_files) COMPLETE
79282026-08-21T22:43:34.385Z[ recovery-image] Aug 21 22:43:32.975 INFO O| Aug 21 22:43:32.975 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79292026-08-21T22:43:34.391Z[ recovery-image] Aug 21 22:43:32.986 INFO O| Aug 21 22:43:32.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79302026-08-21T22:43:34.391Z[ recovery-image] Aug 21 22:43:32.986 INFO O| Aug 21 22:43:32.986 INFO STEP 868 (remove_files) COMPLETE
79312026-08-21T22:43:34.391Z[ recovery-image] Aug 21 22:43:32.986 INFO O| Aug 21 22:43:32.986 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79322026-08-21T22:43:34.400Z[ recovery-image] Aug 21 22:43:32.995 INFO O| Aug 21 22:43:32.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79332026-08-21T22:43:34.400Z[ recovery-image] Aug 21 22:43:32.995 INFO O| Aug 21 22:43:32.995 INFO STEP 869 (remove_files) COMPLETE
79342026-08-21T22:43:34.400Z[ recovery-image] Aug 21 22:43:32.995 INFO O| Aug 21 22:43:32.995 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79352026-08-21T22:43:34.412Z[ recovery-image] Aug 21 22:43:33.007 INFO O| Aug 21 22:43:33.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79362026-08-21T22:43:34.412Z[ recovery-image] Aug 21 22:43:33.007 INFO O| Aug 21 22:43:33.007 INFO STEP 870 (remove_files) COMPLETE
79372026-08-21T22:43:34.432Z[ recovery-image] Aug 21 22:43:33.007 INFO O| Aug 21 22:43:33.007 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79382026-08-21T22:43:34.449Z[ recovery-image] Aug 21 22:43:33.042 INFO O| Aug 21 22:43:33.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79392026-08-21T22:43:34.449Z[ recovery-image] Aug 21 22:43:33.042 INFO O| Aug 21 22:43:33.042 INFO STEP 871 (remove_files) COMPLETE
79402026-08-21T22:43:34.449Z[ recovery-image] Aug 21 22:43:33.042 INFO O| Aug 21 22:43:33.042 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79412026-08-21T22:43:34.457Z[ recovery-image] Aug 21 22:43:33.052 INFO O| Aug 21 22:43:33.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79422026-08-21T22:43:34.457Z[ recovery-image] Aug 21 22:43:33.052 INFO O| Aug 21 22:43:33.052 INFO STEP 872 (remove_files) COMPLETE
79432026-08-21T22:43:34.462Z[ recovery-image] Aug 21 22:43:33.052 INFO O| Aug 21 22:43:33.052 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79442026-08-21T22:43:34.470Z[ recovery-image] Aug 21 22:43:33.065 INFO O| Aug 21 22:43:33.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79452026-08-21T22:43:34.470Z[ recovery-image] Aug 21 22:43:33.065 INFO O| Aug 21 22:43:33.065 INFO STEP 873 (remove_files) COMPLETE
79462026-08-21T22:43:34.470Z[ recovery-image] Aug 21 22:43:33.065 INFO O| Aug 21 22:43:33.065 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79472026-08-21T22:43:34.482Z[ recovery-image] Aug 21 22:43:33.076 INFO O| Aug 21 22:43:33.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79482026-08-21T22:43:34.485Z[ recovery-image] Aug 21 22:43:33.076 INFO O| Aug 21 22:43:33.076 INFO STEP 874 (remove_files) COMPLETE
79492026-08-21T22:43:34.485Z[ recovery-image] Aug 21 22:43:33.076 INFO O| Aug 21 22:43:33.076 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79502026-08-21T22:43:34.492Z[ recovery-image] Aug 21 22:43:33.087 INFO O| Aug 21 22:43:33.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79512026-08-21T22:43:34.492Z[ recovery-image] Aug 21 22:43:33.087 INFO O| Aug 21 22:43:33.087 INFO STEP 875 (remove_files) COMPLETE
79522026-08-21T22:43:34.496Z[ recovery-image] Aug 21 22:43:33.087 INFO O| Aug 21 22:43:33.087 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79532026-08-21T22:43:34.504Z[ recovery-image] Aug 21 22:43:33.099 INFO O| Aug 21 22:43:33.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79542026-08-21T22:43:34.504Z[ recovery-image] Aug 21 22:43:33.099 INFO O| Aug 21 22:43:33.099 INFO STEP 876 (remove_files) COMPLETE
79552026-08-21T22:43:34.504Z[ recovery-image] Aug 21 22:43:33.099 INFO O| Aug 21 22:43:33.099 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79562026-08-21T22:43:34.517Z[ recovery-image] Aug 21 22:43:33.110 INFO O| Aug 21 22:43:33.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79572026-08-21T22:43:34.522Z[ recovery-image] Aug 21 22:43:33.110 INFO O| Aug 21 22:43:33.110 INFO STEP 877 (remove_files) COMPLETE
79582026-08-21T22:43:34.522Z[ recovery-image] Aug 21 22:43:33.110 INFO O| Aug 21 22:43:33.110 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79592026-08-21T22:43:34.527Z[ recovery-image] Aug 21 22:43:33.122 INFO O| Aug 21 22:43:33.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79602026-08-21T22:43:34.527Z[ recovery-image] Aug 21 22:43:33.122 INFO O| Aug 21 22:43:33.122 INFO STEP 878 (remove_files) COMPLETE
79612026-08-21T22:43:34.527Z[ recovery-image] Aug 21 22:43:33.122 INFO O| Aug 21 22:43:33.122 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79622026-08-21T22:43:34.538Z[ recovery-image] Aug 21 22:43:33.133 INFO O| Aug 21 22:43:33.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79632026-08-21T22:43:34.538Z[ recovery-image] Aug 21 22:43:33.133 INFO O| Aug 21 22:43:33.133 INFO STEP 879 (remove_files) COMPLETE
79642026-08-21T22:43:34.542Z[ recovery-image] Aug 21 22:43:33.133 INFO O| Aug 21 22:43:33.133 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79652026-08-21T22:43:34.546Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
79662026-08-21T22:43:34.549Z[ recovery-image] Aug 21 22:43:33.143 INFO O| Aug 21 22:43:33.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79672026-08-21T22:43:34.549Z[ recovery-image] Aug 21 22:43:33.143 INFO O| Aug 21 22:43:33.143 INFO STEP 880 (remove_files) COMPLETE
79682026-08-21T22:43:34.549Z[ recovery-image] Aug 21 22:43:33.143 INFO O| Aug 21 22:43:33.143 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-08-21T22:43:34.562Z[ recovery-image] Aug 21 22:43:33.152 INFO O| Aug 21 22:43:33.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79702026-08-21T22:43:34.562Z[ recovery-image] Aug 21 22:43:33.152 INFO O| Aug 21 22:43:33.152 INFO STEP 881 (remove_files) COMPLETE
79712026-08-21T22:43:34.562Z[ recovery-image] Aug 21 22:43:33.152 INFO O| Aug 21 22:43:33.152 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-08-21T22:43:34.566Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
79732026-08-21T22:43:34.572Z[ recovery-image] Aug 21 22:43:33.167 INFO O| Aug 21 22:43:33.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79742026-08-21T22:43:34.572Z[ recovery-image] Aug 21 22:43:33.167 INFO O| Aug 21 22:43:33.167 INFO STEP 882 (remove_files) COMPLETE
79752026-08-21T22:43:34.572Z[ recovery-image] Aug 21 22:43:33.167 INFO O| Aug 21 22:43:33.167 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-08-21T22:43:34.584Z[ recovery-image] Aug 21 22:43:33.178 INFO O| Aug 21 22:43:33.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79772026-08-21T22:43:34.584Z[ recovery-image] Aug 21 22:43:33.178 INFO O| Aug 21 22:43:33.178 INFO STEP 883 (remove_files) COMPLETE
79782026-08-21T22:43:34.584Z[ recovery-image] Aug 21 22:43:33.178 INFO O| Aug 21 22:43:33.178 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-08-21T22:43:34.595Z[ recovery-image] Aug 21 22:43:33.189 INFO O| Aug 21 22:43:33.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79802026-08-21T22:43:34.595Z[ recovery-image] Aug 21 22:43:33.190 INFO O| Aug 21 22:43:33.190 INFO STEP 884 (remove_files) COMPLETE
79812026-08-21T22:43:34.601Z[ recovery-image] Aug 21 22:43:33.190 INFO O| Aug 21 22:43:33.190 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-08-21T22:43:34.606Z[ recovery-image] Aug 21 22:43:33.201 INFO O| Aug 21 22:43:33.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79832026-08-21T22:43:34.606Z[ recovery-image] Aug 21 22:43:33.201 INFO O| Aug 21 22:43:33.201 INFO STEP 885 (remove_files) COMPLETE
79842026-08-21T22:43:34.610Z[ recovery-image] Aug 21 22:43:33.201 INFO O| Aug 21 22:43:33.201 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-08-21T22:43:34.618Z[ recovery-image] Aug 21 22:43:33.213 INFO O| Aug 21 22:43:33.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79862026-08-21T22:43:34.621Z[ recovery-image] Aug 21 22:43:33.213 INFO O| Aug 21 22:43:33.213 INFO STEP 886 (remove_files) COMPLETE
79872026-08-21T22:43:34.621Z[ recovery-image] Aug 21 22:43:33.213 INFO O| Aug 21 22:43:33.213 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-08-21T22:43:34.624Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
79892026-08-21T22:43:34.629Z[ recovery-image] Aug 21 22:43:33.224 INFO O| Aug 21 22:43:33.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79902026-08-21T22:43:34.629Z[ recovery-image] Aug 21 22:43:33.224 INFO O| Aug 21 22:43:33.224 INFO STEP 887 (remove_files) COMPLETE
79912026-08-21T22:43:34.629Z[ recovery-image] Aug 21 22:43:33.224 INFO O| Aug 21 22:43:33.224 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-08-21T22:43:34.640Z[ recovery-image] Aug 21 22:43:33.235 INFO O| Aug 21 22:43:33.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79932026-08-21T22:43:34.640Z[ recovery-image] Aug 21 22:43:33.235 INFO O| Aug 21 22:43:33.235 INFO STEP 888 (remove_files) COMPLETE
79942026-08-21T22:43:34.640Z[ recovery-image] Aug 21 22:43:33.235 INFO O| Aug 21 22:43:33.235 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-08-21T22:43:34.653Z[ recovery-image] Aug 21 22:43:33.246 INFO O| Aug 21 22:43:33.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79962026-08-21T22:43:34.653Z[ recovery-image] Aug 21 22:43:33.246 INFO O| Aug 21 22:43:33.246 INFO STEP 889 (remove_files) COMPLETE
79972026-08-21T22:43:34.653Z[ recovery-image] Aug 21 22:43:33.246 INFO O| Aug 21 22:43:33.246 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-08-21T22:43:34.662Z[ recovery-image] Aug 21 22:43:33.257 INFO O| Aug 21 22:43:33.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79992026-08-21T22:43:34.662Z[ recovery-image] Aug 21 22:43:33.257 INFO O| Aug 21 22:43:33.257 INFO STEP 890 (remove_files) COMPLETE
80002026-08-21T22:43:34.662Z[ recovery-image] Aug 21 22:43:33.257 INFO O| Aug 21 22:43:33.257 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-08-21T22:43:34.675Z[ recovery-image] Aug 21 22:43:33.269 INFO O| Aug 21 22:43:33.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80022026-08-21T22:43:34.675Z[ recovery-image] Aug 21 22:43:33.269 INFO O| Aug 21 22:43:33.269 INFO STEP 891 (remove_files) COMPLETE
80032026-08-21T22:43:34.675Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
80042026-08-21T22:43:34.678Z[ recovery-image] Aug 21 22:43:33.269 INFO O| Aug 21 22:43:33.269 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-08-21T22:43:34.682Z[ recovery-image] Aug 21 22:43:33.277 INFO O| Aug 21 22:43:33.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80062026-08-21T22:43:34.682Z[ recovery-image] Aug 21 22:43:33.277 INFO O| Aug 21 22:43:33.277 INFO STEP 892 (remove_files) COMPLETE
80072026-08-21T22:43:34.683Z[ recovery-image] Aug 21 22:43:33.277 INFO O| Aug 21 22:43:33.277 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-08-21T22:43:34.690Z[ recovery-image] Aug 21 22:43:33.285 INFO O| Aug 21 22:43:33.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80092026-08-21T22:43:34.690Z[ recovery-image] Aug 21 22:43:33.285 INFO O| Aug 21 22:43:33.285 INFO STEP 893 (remove_files) COMPLETE
80102026-08-21T22:43:34.690Z[ recovery-image] Aug 21 22:43:33.285 INFO O| Aug 21 22:43:33.285 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-08-21T22:43:34.698Z[ recovery-image] Aug 21 22:43:33.292 INFO O| Aug 21 22:43:33.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80122026-08-21T22:43:34.698Z[ recovery-image] Aug 21 22:43:33.292 INFO O| Aug 21 22:43:33.292 INFO STEP 894 (remove_files) COMPLETE
80132026-08-21T22:43:34.698Z[ recovery-image] Aug 21 22:43:33.292 INFO O| Aug 21 22:43:33.292 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-08-21T22:43:34.705Z[ recovery-image] Aug 21 22:43:33.300 INFO O| Aug 21 22:43:33.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80152026-08-21T22:43:34.705Z[ recovery-image] Aug 21 22:43:33.300 INFO O| Aug 21 22:43:33.300 INFO STEP 895 (remove_files) COMPLETE
80162026-08-21T22:43:34.705Z[ recovery-image] Aug 21 22:43:33.300 INFO O| Aug 21 22:43:33.300 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-08-21T22:43:34.714Z[ recovery-image] Aug 21 22:43:33.309 INFO O| Aug 21 22:43:33.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80182026-08-21T22:43:34.714Z[ recovery-image] Aug 21 22:43:33.309 INFO O| Aug 21 22:43:33.309 INFO STEP 896 (remove_files) COMPLETE
80192026-08-21T22:43:34.717Z[ recovery-image] Aug 21 22:43:33.309 INFO O| Aug 21 22:43:33.309 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-08-21T22:43:34.726Z[ recovery-image] Aug 21 22:43:33.320 INFO O| Aug 21 22:43:33.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80212026-08-21T22:43:34.726Z[ recovery-image] Aug 21 22:43:33.320 INFO O| Aug 21 22:43:33.320 INFO STEP 897 (remove_files) COMPLETE
80222026-08-21T22:43:34.726Z[ recovery-image] Aug 21 22:43:33.320 INFO O| Aug 21 22:43:33.320 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-08-21T22:43:34.736Z[ recovery-image] Aug 21 22:43:33.330 INFO O| Aug 21 22:43:33.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80242026-08-21T22:43:34.736Z[ recovery-image] Aug 21 22:43:33.331 INFO O| Aug 21 22:43:33.330 INFO STEP 898 (remove_files) COMPLETE
80252026-08-21T22:43:34.736Z[ recovery-image] Aug 21 22:43:33.331 INFO O| Aug 21 22:43:33.330 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-08-21T22:43:34.746Z[ recovery-image] Aug 21 22:43:33.340 INFO O| Aug 21 22:43:33.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80272026-08-21T22:43:34.746Z[ recovery-image] Aug 21 22:43:33.340 INFO O| Aug 21 22:43:33.340 INFO STEP 899 (remove_files) COMPLETE
80282026-08-21T22:43:34.750Z[ recovery-image] Aug 21 22:43:33.340 INFO O| Aug 21 22:43:33.340 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-08-21T22:43:34.755Z[ recovery-image] Aug 21 22:43:33.350 INFO O| Aug 21 22:43:33.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80302026-08-21T22:43:34.755Z[ recovery-image] Aug 21 22:43:33.350 INFO O| Aug 21 22:43:33.350 INFO STEP 900 (remove_files) COMPLETE
80312026-08-21T22:43:34.758Z[ recovery-image] Aug 21 22:43:33.350 INFO O| Aug 21 22:43:33.350 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-08-21T22:43:34.764Z[ recovery-image] Aug 21 22:43:33.359 INFO O| Aug 21 22:43:33.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80332026-08-21T22:43:34.764Z[ recovery-image] Aug 21 22:43:33.359 INFO O| Aug 21 22:43:33.359 INFO STEP 901 (remove_files) COMPLETE
80342026-08-21T22:43:34.764Z[ recovery-image] Aug 21 22:43:33.359 INFO O| Aug 21 22:43:33.359 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-08-21T22:43:34.773Z[ recovery-image] Aug 21 22:43:33.368 INFO O| Aug 21 22:43:33.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80362026-08-21T22:43:34.774Z[ recovery-image] Aug 21 22:43:33.368 INFO O| Aug 21 22:43:33.368 INFO STEP 902 (remove_files) COMPLETE
80372026-08-21T22:43:34.774Z[ recovery-image] Aug 21 22:43:33.368 INFO O| Aug 21 22:43:33.368 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-08-21T22:43:34.783Z[ recovery-image] Aug 21 22:43:33.378 INFO O| Aug 21 22:43:33.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80392026-08-21T22:43:34.783Z[ recovery-image] Aug 21 22:43:33.378 INFO O| Aug 21 22:43:33.378 INFO STEP 903 (remove_files) COMPLETE
80402026-08-21T22:43:34.783Z[ recovery-image] Aug 21 22:43:33.378 INFO O| Aug 21 22:43:33.378 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-08-21T22:43:34.792Z[ recovery-image] Aug 21 22:43:33.387 INFO O| Aug 21 22:43:33.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80422026-08-21T22:43:34.793Z[ recovery-image] Aug 21 22:43:33.387 INFO O| Aug 21 22:43:33.387 INFO STEP 904 (remove_files) COMPLETE
80432026-08-21T22:43:34.793Z[ recovery-image] Aug 21 22:43:33.387 INFO O| Aug 21 22:43:33.387 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-08-21T22:43:34.802Z[ recovery-image] Aug 21 22:43:33.396 INFO O| Aug 21 22:43:33.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80452026-08-21T22:43:34.802Z[ recovery-image] Aug 21 22:43:33.397 INFO O| Aug 21 22:43:33.396 INFO STEP 905 (remove_files) COMPLETE
80462026-08-21T22:43:34.805Z[ recovery-image] Aug 21 22:43:33.397 INFO O| Aug 21 22:43:33.397 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-08-21T22:43:34.811Z[ recovery-image] Aug 21 22:43:33.406 INFO O| Aug 21 22:43:33.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80482026-08-21T22:43:34.811Z[ recovery-image] Aug 21 22:43:33.406 INFO O| Aug 21 22:43:33.406 INFO STEP 906 (remove_files) COMPLETE
80492026-08-21T22:43:34.814Z[ recovery-image] Aug 21 22:43:33.406 INFO O| Aug 21 22:43:33.406 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-08-21T22:43:34.821Z[ recovery-image] Aug 21 22:43:33.415 INFO O| Aug 21 22:43:33.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80512026-08-21T22:43:34.821Z[ recovery-image] Aug 21 22:43:33.416 INFO O| Aug 21 22:43:33.415 INFO STEP 907 (remove_files) COMPLETE
80522026-08-21T22:43:34.821Z[ recovery-image] Aug 21 22:43:33.416 INFO O| Aug 21 22:43:33.415 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-08-21T22:43:34.830Z[ recovery-image] Aug 21 22:43:33.425 INFO O| Aug 21 22:43:33.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80542026-08-21T22:43:34.830Z[ recovery-image] Aug 21 22:43:33.425 INFO O| Aug 21 22:43:33.425 INFO STEP 908 (remove_files) COMPLETE
80552026-08-21T22:43:34.833Z[ recovery-image] Aug 21 22:43:33.425 INFO O| Aug 21 22:43:33.425 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-08-21T22:43:34.845Z[ recovery-image] Aug 21 22:43:33.440 INFO O| Aug 21 22:43:33.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80572026-08-21T22:43:34.845Z[ recovery-image] Aug 21 22:43:33.440 INFO O| Aug 21 22:43:33.440 INFO STEP 909 (remove_files) COMPLETE
80582026-08-21T22:43:34.845Z[ recovery-image] Aug 21 22:43:33.440 INFO O| Aug 21 22:43:33.440 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-08-21T22:43:34.856Z[ recovery-image] Aug 21 22:43:33.451 INFO O| Aug 21 22:43:33.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80602026-08-21T22:43:34.856Z[ recovery-image] Aug 21 22:43:33.451 INFO O| Aug 21 22:43:33.451 INFO STEP 910 (remove_files) COMPLETE
80612026-08-21T22:43:34.856Z[ recovery-image] Aug 21 22:43:33.451 INFO O| Aug 21 22:43:33.451 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-08-21T22:43:34.866Z[ recovery-image] Aug 21 22:43:33.461 INFO O| Aug 21 22:43:33.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80632026-08-21T22:43:34.866Z[ recovery-image] Aug 21 22:43:33.461 INFO O| Aug 21 22:43:33.461 INFO STEP 911 (remove_files) COMPLETE
80642026-08-21T22:43:34.870Z[ recovery-image] Aug 21 22:43:33.461 INFO O| Aug 21 22:43:33.461 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-08-21T22:43:34.876Z[ recovery-image] Aug 21 22:43:33.471 INFO O| Aug 21 22:43:33.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80662026-08-21T22:43:34.876Z[ recovery-image] Aug 21 22:43:33.471 INFO O| Aug 21 22:43:33.471 INFO STEP 912 (remove_files) COMPLETE
80672026-08-21T22:43:34.876Z[ recovery-image] Aug 21 22:43:33.471 INFO O| Aug 21 22:43:33.471 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-08-21T22:43:34.886Z[ recovery-image] Aug 21 22:43:33.481 INFO O| Aug 21 22:43:33.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80692026-08-21T22:43:34.886Z[ recovery-image] Aug 21 22:43:33.481 INFO O| Aug 21 22:43:33.481 INFO STEP 913 (remove_files) COMPLETE
80702026-08-21T22:43:34.889Z[ recovery-image] Aug 21 22:43:33.481 INFO O| Aug 21 22:43:33.481 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-08-21T22:43:34.897Z[ recovery-image] Aug 21 22:43:33.492 INFO O| Aug 21 22:43:33.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80722026-08-21T22:43:34.897Z[ recovery-image] Aug 21 22:43:33.492 INFO O| Aug 21 22:43:33.492 INFO STEP 914 (remove_files) COMPLETE
80732026-08-21T22:43:34.901Z[ recovery-image] Aug 21 22:43:33.492 INFO O| Aug 21 22:43:33.492 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-08-21T22:43:34.906Z[ recovery-image] Aug 21 22:43:33.501 INFO O| Aug 21 22:43:33.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80752026-08-21T22:43:34.906Z[ recovery-image] Aug 21 22:43:33.501 INFO O| Aug 21 22:43:33.501 INFO STEP 915 (remove_files) COMPLETE
80762026-08-21T22:43:34.906Z[ recovery-image] Aug 21 22:43:33.501 INFO O| Aug 21 22:43:33.501 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-08-21T22:43:34.911Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
80782026-08-21T22:43:34.916Z[ recovery-image] Aug 21 22:43:33.511 INFO O| Aug 21 22:43:33.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80792026-08-21T22:43:34.916Z[ recovery-image] Aug 21 22:43:33.511 INFO O| Aug 21 22:43:33.511 INFO STEP 916 (remove_files) COMPLETE
80802026-08-21T22:43:34.916Z[ recovery-image] Aug 21 22:43:33.511 INFO O| Aug 21 22:43:33.511 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80812026-08-21T22:43:34.926Z[ recovery-image] Aug 21 22:43:33.521 INFO O| Aug 21 22:43:33.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80822026-08-21T22:43:34.927Z[ recovery-image] Aug 21 22:43:33.521 INFO O| Aug 21 22:43:33.521 INFO STEP 917 (remove_files) COMPLETE
80832026-08-21T22:43:34.927Z[ recovery-image] Aug 21 22:43:33.521 INFO O| Aug 21 22:43:33.521 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-08-21T22:43:34.937Z[ recovery-image] Aug 21 22:43:33.532 INFO O| Aug 21 22:43:33.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80852026-08-21T22:43:34.940Z[ recovery-image] Aug 21 22:43:33.532 INFO O| Aug 21 22:43:33.532 INFO STEP 918 (remove_files) COMPLETE
80862026-08-21T22:43:34.940Z[ recovery-image] Aug 21 22:43:33.532 INFO O| Aug 21 22:43:33.532 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-08-21T22:43:34.948Z[ recovery-image] Aug 21 22:43:33.543 INFO O| Aug 21 22:43:33.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80882026-08-21T22:43:34.948Z[ recovery-image] Aug 21 22:43:33.543 INFO O| Aug 21 22:43:33.543 INFO STEP 919 (remove_files) COMPLETE
80892026-08-21T22:43:34.951Z[ recovery-image] Aug 21 22:43:33.543 INFO O| Aug 21 22:43:33.543 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-08-21T22:43:34.962Z[ recovery-image] Aug 21 22:43:33.552 INFO O| Aug 21 22:43:33.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80912026-08-21T22:43:34.962Z[ recovery-image] Aug 21 22:43:33.552 INFO O| Aug 21 22:43:33.552 INFO STEP 920 (remove_files) COMPLETE
80922026-08-21T22:43:34.962Z[ recovery-image] Aug 21 22:43:33.552 INFO O| Aug 21 22:43:33.552 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-08-21T22:43:34.967Z[ recovery-image] Aug 21 22:43:33.561 INFO O| Aug 21 22:43:33.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80942026-08-21T22:43:34.967Z[ recovery-image] Aug 21 22:43:33.561 INFO O| Aug 21 22:43:33.561 INFO STEP 921 (remove_files) COMPLETE
80952026-08-21T22:43:34.971Z[ recovery-image] Aug 21 22:43:33.561 INFO O| Aug 21 22:43:33.561 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-08-21T22:43:34.974Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
80972026-08-21T22:43:34.977Z[ recovery-image] Aug 21 22:43:33.571 INFO O| Aug 21 22:43:33.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80982026-08-21T22:43:34.977Z[ recovery-image] Aug 21 22:43:33.571 INFO O| Aug 21 22:43:33.571 INFO STEP 922 (remove_files) COMPLETE
80992026-08-21T22:43:34.977Z[ recovery-image] Aug 21 22:43:33.571 INFO O| Aug 21 22:43:33.571 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-08-21T22:43:34.987Z[ recovery-image] Aug 21 22:43:33.582 INFO O| Aug 21 22:43:33.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
81012026-08-21T22:43:34.987Z[ recovery-image] Aug 21 22:43:33.582 INFO O| Aug 21 22:43:33.582 INFO STEP 923 (remove_files) COMPLETE
81022026-08-21T22:43:34.991Z[ recovery-image] Aug 21 22:43:33.582 INFO O| Aug 21 22:43:33.582 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-08-21T22:43:34.997Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
81042026-08-21T22:43:35.000Z[ recovery-image] Aug 21 22:43:33.592 INFO O| Aug 21 22:43:33.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81052026-08-21T22:43:35.000Z[ recovery-image] Aug 21 22:43:33.592 INFO O| Aug 21 22:43:33.592 INFO STEP 924 (remove_files) COMPLETE
81062026-08-21T22:43:35.000Z[ recovery-image] Aug 21 22:43:33.592 INFO O| Aug 21 22:43:33.592 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-08-21T22:43:35.008Z[ recovery-image] Aug 21 22:43:33.602 INFO O| Aug 21 22:43:33.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81082026-08-21T22:43:35.008Z[ recovery-image] Aug 21 22:43:33.602 INFO O| Aug 21 22:43:33.602 INFO STEP 925 (remove_files) COMPLETE
81092026-08-21T22:43:35.011Z[ recovery-image] Aug 21 22:43:33.602 INFO O| Aug 21 22:43:33.602 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-08-21T22:43:35.015Z[ recovery-image] Aug 21 22:43:33.610 INFO O| Aug 21 22:43:33.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81112026-08-21T22:43:35.015Z[ recovery-image] Aug 21 22:43:33.610 INFO O| Aug 21 22:43:33.610 INFO STEP 926 (remove_files) COMPLETE
81122026-08-21T22:43:35.015Z[ recovery-image] Aug 21 22:43:33.610 INFO O| Aug 21 22:43:33.610 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-08-21T22:43:35.022Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
81142026-08-21T22:43:35.025Z[ recovery-image] Aug 21 22:43:33.618 INFO O| Aug 21 22:43:33.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81152026-08-21T22:43:35.025Z[ recovery-image] Aug 21 22:43:33.618 INFO O| Aug 21 22:43:33.618 INFO STEP 927 (remove_files) COMPLETE
81162026-08-21T22:43:35.025Z[ recovery-image] Aug 21 22:43:33.618 INFO O| Aug 21 22:43:33.618 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-08-21T22:43:35.031Z[ recovery-image] Aug 21 22:43:33.626 INFO O| Aug 21 22:43:33.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81182026-08-21T22:43:35.031Z[ recovery-image] Aug 21 22:43:33.626 INFO O| Aug 21 22:43:33.626 INFO STEP 928 (remove_files) COMPLETE
81192026-08-21T22:43:35.034Z[ recovery-image] Aug 21 22:43:33.626 INFO O| Aug 21 22:43:33.626 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-08-21T22:43:35.040Z[ recovery-image] Aug 21 22:43:33.635 INFO O| Aug 21 22:43:33.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81212026-08-21T22:43:35.040Z[ recovery-image] Aug 21 22:43:33.635 INFO O| Aug 21 22:43:33.635 INFO STEP 929 (remove_files) COMPLETE
81222026-08-21T22:43:35.043Z[ recovery-image] Aug 21 22:43:33.635 INFO O| Aug 21 22:43:33.635 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-08-21T22:43:35.058Z[ recovery-image] Aug 21 22:43:33.653 INFO O| Aug 21 22:43:33.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81242026-08-21T22:43:35.059Z[ recovery-image] Aug 21 22:43:33.653 INFO O| Aug 21 22:43:33.653 INFO STEP 930 (remove_files) COMPLETE
81252026-08-21T22:43:35.060Z[ recovery-image] Aug 21 22:43:33.653 INFO O| Aug 21 22:43:33.653 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-08-21T22:43:35.068Z[ recovery-image] Aug 21 22:43:33.662 INFO O| Aug 21 22:43:33.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81272026-08-21T22:43:35.068Z[ recovery-image] Aug 21 22:43:33.662 INFO O| Aug 21 22:43:33.662 INFO STEP 931 (remove_files) COMPLETE
81282026-08-21T22:43:35.071Z[ recovery-image] Aug 21 22:43:33.663 INFO O| Aug 21 22:43:33.662 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-08-21T22:43:35.077Z[ recovery-image] Aug 21 22:43:33.671 INFO O| Aug 21 22:43:33.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81302026-08-21T22:43:35.077Z[ recovery-image] Aug 21 22:43:33.672 INFO O| Aug 21 22:43:33.671 INFO STEP 932 (remove_files) COMPLETE
81312026-08-21T22:43:35.077Z[ recovery-image] Aug 21 22:43:33.672 INFO O| Aug 21 22:43:33.671 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-08-21T22:43:35.086Z[ recovery-image] Aug 21 22:43:33.681 INFO O| Aug 21 22:43:33.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81332026-08-21T22:43:35.086Z[ recovery-image] Aug 21 22:43:33.681 INFO O| Aug 21 22:43:33.681 INFO STEP 933 (remove_files) COMPLETE
81342026-08-21T22:43:35.086Z[ recovery-image] Aug 21 22:43:33.681 INFO O| Aug 21 22:43:33.681 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-08-21T22:43:35.096Z[ recovery-image] Aug 21 22:43:33.691 INFO O| Aug 21 22:43:33.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81362026-08-21T22:43:35.096Z[ recovery-image] Aug 21 22:43:33.691 INFO O| Aug 21 22:43:33.691 INFO STEP 934 (remove_files) COMPLETE
81372026-08-21T22:43:35.100Z[ recovery-image] Aug 21 22:43:33.691 INFO O| Aug 21 22:43:33.691 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-08-21T22:43:35.106Z[ recovery-image] Aug 21 22:43:33.701 INFO O| Aug 21 22:43:33.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81392026-08-21T22:43:35.107Z[ recovery-image] Aug 21 22:43:33.701 INFO O| Aug 21 22:43:33.701 INFO STEP 935 (remove_files) COMPLETE
81402026-08-21T22:43:35.111Z[ recovery-image] Aug 21 22:43:33.701 INFO O| Aug 21 22:43:33.701 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-08-21T22:43:35.120Z[ recovery-image] Aug 21 22:43:33.714 INFO O| Aug 21 22:43:33.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81422026-08-21T22:43:35.120Z[ recovery-image] Aug 21 22:43:33.714 INFO O| Aug 21 22:43:33.712 INFO STEP 936 (remove_files) COMPLETE
81432026-08-21T22:43:35.123Z[ recovery-image] Aug 21 22:43:33.714 INFO O| Aug 21 22:43:33.712 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-08-21T22:43:35.128Z[ recovery-image] Aug 21 22:43:33.723 INFO O| Aug 21 22:43:33.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81452026-08-21T22:43:35.128Z[ recovery-image] Aug 21 22:43:33.723 INFO O| Aug 21 22:43:33.723 INFO STEP 937 (remove_files) COMPLETE
81462026-08-21T22:43:35.128Z[ recovery-image] Aug 21 22:43:33.723 INFO O| Aug 21 22:43:33.723 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-08-21T22:43:35.138Z[ recovery-image] Aug 21 22:43:33.732 INFO O| Aug 21 22:43:33.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81482026-08-21T22:43:35.138Z[ recovery-image] Aug 21 22:43:33.733 INFO O| Aug 21 22:43:33.733 INFO STEP 938 (remove_files) COMPLETE
81492026-08-21T22:43:35.141Z[ recovery-image] Aug 21 22:43:33.733 INFO O| Aug 21 22:43:33.733 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-08-21T22:43:35.147Z[ recovery-image] Aug 21 22:43:33.742 INFO O| Aug 21 22:43:33.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81512026-08-21T22:43:35.147Z[ recovery-image] Aug 21 22:43:33.742 INFO O| Aug 21 22:43:33.742 INFO STEP 939 (remove_files) COMPLETE
81522026-08-21T22:43:35.150Z[ recovery-image] Aug 21 22:43:33.742 INFO O| Aug 21 22:43:33.742 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-08-21T22:43:35.157Z[ recovery-image] Aug 21 22:43:33.751 INFO O| Aug 21 22:43:33.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81542026-08-21T22:43:35.157Z[ recovery-image] Aug 21 22:43:33.751 INFO O| Aug 21 22:43:33.751 INFO STEP 940 (remove_files) COMPLETE
81552026-08-21T22:43:35.157Z[ recovery-image] Aug 21 22:43:33.751 INFO O| Aug 21 22:43:33.751 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-08-21T22:43:35.166Z[ recovery-image] Aug 21 22:43:33.761 INFO O| Aug 21 22:43:33.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81572026-08-21T22:43:35.166Z[ recovery-image] Aug 21 22:43:33.761 INFO O| Aug 21 22:43:33.761 INFO STEP 941 (remove_files) COMPLETE
81582026-08-21T22:43:35.166Z[ recovery-image] Aug 21 22:43:33.761 INFO O| Aug 21 22:43:33.761 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-08-21T22:43:35.176Z[ recovery-image] Aug 21 22:43:33.771 INFO O| Aug 21 22:43:33.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81602026-08-21T22:43:35.176Z[ recovery-image] Aug 21 22:43:33.771 INFO O| Aug 21 22:43:33.771 INFO STEP 942 (remove_files) COMPLETE
81612026-08-21T22:43:35.176Z[ recovery-image] Aug 21 22:43:33.771 INFO O| Aug 21 22:43:33.771 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-08-21T22:43:35.187Z[ recovery-image] Aug 21 22:43:33.781 INFO O| Aug 21 22:43:33.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81632026-08-21T22:43:35.187Z[ recovery-image] Aug 21 22:43:33.781 INFO O| Aug 21 22:43:33.781 INFO STEP 943 (remove_files) COMPLETE
81642026-08-21T22:43:35.187Z[ recovery-image] Aug 21 22:43:33.781 INFO O| Aug 21 22:43:33.781 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-08-21T22:43:35.196Z[ recovery-image] Aug 21 22:43:33.790 INFO O| Aug 21 22:43:33.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81662026-08-21T22:43:35.196Z[ recovery-image] Aug 21 22:43:33.791 INFO O| Aug 21 22:43:33.791 INFO STEP 944 (remove_files) COMPLETE
81672026-08-21T22:43:35.199Z[ recovery-image] Aug 21 22:43:33.791 INFO O| Aug 21 22:43:33.791 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-08-21T22:43:35.206Z[ recovery-image] Aug 21 22:43:33.800 INFO O| Aug 21 22:43:33.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81692026-08-21T22:43:35.206Z[ recovery-image] Aug 21 22:43:33.800 INFO O| Aug 21 22:43:33.800 INFO STEP 945 (remove_files) COMPLETE
81702026-08-21T22:43:35.210Z[ recovery-image] Aug 21 22:43:33.800 INFO O| Aug 21 22:43:33.800 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-08-21T22:43:35.215Z[ recovery-image] Aug 21 22:43:33.809 INFO O| Aug 21 22:43:33.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81722026-08-21T22:43:35.215Z[ recovery-image] Aug 21 22:43:33.809 INFO O| Aug 21 22:43:33.809 INFO STEP 946 (remove_files) COMPLETE
81732026-08-21T22:43:35.219Z[ recovery-image] Aug 21 22:43:33.809 INFO O| Aug 21 22:43:33.809 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-08-21T22:43:35.224Z[ recovery-image] Aug 21 22:43:33.819 INFO O| Aug 21 22:43:33.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81752026-08-21T22:43:35.224Z[ recovery-image] Aug 21 22:43:33.819 INFO O| Aug 21 22:43:33.819 INFO STEP 947 (remove_files) COMPLETE
81762026-08-21T22:43:35.227Z[ recovery-image] Aug 21 22:43:33.819 INFO O| Aug 21 22:43:33.819 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-08-21T22:43:35.235Z[ recovery-image] Aug 21 22:43:33.829 INFO O| Aug 21 22:43:33.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81782026-08-21T22:43:35.235Z[ recovery-image] Aug 21 22:43:33.829 INFO O| Aug 21 22:43:33.829 INFO STEP 948 (remove_files) COMPLETE
81792026-08-21T22:43:35.238Z[ recovery-image] Aug 21 22:43:33.829 INFO O| Aug 21 22:43:33.829 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-08-21T22:43:35.244Z[ recovery-image] Aug 21 22:43:33.839 INFO O| Aug 21 22:43:33.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81812026-08-21T22:43:35.244Z[ recovery-image] Aug 21 22:43:33.839 INFO O| Aug 21 22:43:33.839 INFO STEP 949 (remove_files) COMPLETE
81822026-08-21T22:43:35.244Z[ recovery-image] Aug 21 22:43:33.839 INFO O| Aug 21 22:43:33.839 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-08-21T22:43:35.255Z[ recovery-image] Aug 21 22:43:33.849 INFO O| Aug 21 22:43:33.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81842026-08-21T22:43:35.255Z[ recovery-image] Aug 21 22:43:33.849 INFO O| Aug 21 22:43:33.849 INFO STEP 950 (remove_files) COMPLETE
81852026-08-21T22:43:35.255Z[ recovery-image] Aug 21 22:43:33.849 INFO O| Aug 21 22:43:33.849 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-08-21T22:43:35.265Z[ recovery-image] Aug 21 22:43:33.860 INFO O| Aug 21 22:43:33.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81872026-08-21T22:43:35.265Z[ recovery-image] Aug 21 22:43:33.860 INFO O| Aug 21 22:43:33.860 INFO STEP 951 (remove_files) COMPLETE
81882026-08-21T22:43:35.265Z[ recovery-image] Aug 21 22:43:33.860 INFO O| Aug 21 22:43:33.860 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-08-21T22:43:35.274Z[ recovery-image] Aug 21 22:43:33.869 INFO O| Aug 21 22:43:33.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81902026-08-21T22:43:35.274Z[ recovery-image] Aug 21 22:43:33.869 INFO O| Aug 21 22:43:33.869 INFO STEP 952 (remove_files) COMPLETE
81912026-08-21T22:43:35.274Z[ recovery-image] Aug 21 22:43:33.869 INFO O| Aug 21 22:43:33.869 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-08-21T22:43:35.284Z[ recovery-image] Aug 21 22:43:33.878 INFO O| Aug 21 22:43:33.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81932026-08-21T22:43:35.284Z[ recovery-image] Aug 21 22:43:33.878 INFO O| Aug 21 22:43:33.878 INFO STEP 953 (remove_files) COMPLETE
81942026-08-21T22:43:35.284Z[ recovery-image] Aug 21 22:43:33.878 INFO O| Aug 21 22:43:33.878 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-08-21T22:43:35.293Z[ recovery-image] Aug 21 22:43:33.888 INFO O| Aug 21 22:43:33.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81962026-08-21T22:43:35.293Z[ recovery-image] Aug 21 22:43:33.888 INFO O| Aug 21 22:43:33.888 INFO STEP 954 (remove_files) COMPLETE
81972026-08-21T22:43:35.294Z[ recovery-image] Aug 21 22:43:33.888 INFO O| Aug 21 22:43:33.888 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-08-21T22:43:35.305Z[ recovery-image] Aug 21 22:43:33.900 INFO O| Aug 21 22:43:33.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81992026-08-21T22:43:35.305Z[ recovery-image] Aug 21 22:43:33.900 INFO O| Aug 21 22:43:33.900 INFO STEP 955 (remove_files) COMPLETE
82002026-08-21T22:43:35.309Z[ recovery-image] Aug 21 22:43:33.900 INFO O| Aug 21 22:43:33.900 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-08-21T22:43:35.315Z[ recovery-image] Aug 21 22:43:33.910 INFO O| Aug 21 22:43:33.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82022026-08-21T22:43:35.315Z[ recovery-image] Aug 21 22:43:33.910 INFO O| Aug 21 22:43:33.910 INFO STEP 956 (remove_files) COMPLETE
82032026-08-21T22:43:35.318Z[ recovery-image] Aug 21 22:43:33.910 INFO O| Aug 21 22:43:33.910 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-08-21T22:43:35.325Z[ recovery-image] Aug 21 22:43:33.919 INFO O| Aug 21 22:43:33.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82052026-08-21T22:43:35.325Z[ recovery-image] Aug 21 22:43:33.919 INFO O| Aug 21 22:43:33.919 INFO STEP 957 (remove_files) COMPLETE
82062026-08-21T22:43:35.325Z[ recovery-image] Aug 21 22:43:33.919 INFO O| Aug 21 22:43:33.919 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-08-21T22:43:35.331Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
82082026-08-21T22:43:35.335Z[ recovery-image] Aug 21 22:43:33.929 INFO O| Aug 21 22:43:33.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82092026-08-21T22:43:35.335Z[ recovery-image] Aug 21 22:43:33.929 INFO O| Aug 21 22:43:33.929 INFO STEP 958 (remove_files) COMPLETE
82102026-08-21T22:43:35.335Z[ recovery-image] Aug 21 22:43:33.929 INFO O| Aug 21 22:43:33.929 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82112026-08-21T22:43:35.343Z[ recovery-image] Aug 21 22:43:33.937 INFO O| Aug 21 22:43:33.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82122026-08-21T22:43:35.343Z[ recovery-image] Aug 21 22:43:33.938 INFO O| Aug 21 22:43:33.937 INFO STEP 959 (remove_files) COMPLETE
82132026-08-21T22:43:35.343Z[ recovery-image] Aug 21 22:43:33.938 INFO O| Aug 21 22:43:33.938 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82142026-08-21T22:43:35.354Z[ recovery-image] Aug 21 22:43:33.949 INFO O| Aug 21 22:43:33.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82152026-08-21T22:43:35.354Z[ recovery-image] Aug 21 22:43:33.949 INFO O| Aug 21 22:43:33.949 INFO STEP 960 (remove_files) COMPLETE
82162026-08-21T22:43:35.354Z[ recovery-image] Aug 21 22:43:33.949 INFO O| Aug 21 22:43:33.949 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82172026-08-21T22:43:35.358Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
82182026-08-21T22:43:35.364Z[ recovery-image] Aug 21 22:43:33.959 INFO O| Aug 21 22:43:33.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82192026-08-21T22:43:35.364Z[ recovery-image] Aug 21 22:43:33.959 INFO O| Aug 21 22:43:33.959 INFO STEP 961 (remove_files) COMPLETE
82202026-08-21T22:43:35.368Z[ recovery-image] Aug 21 22:43:33.959 INFO O| Aug 21 22:43:33.959 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-08-21T22:43:35.373Z[ recovery-image] Aug 21 22:43:33.968 INFO O| Aug 21 22:43:33.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82222026-08-21T22:43:35.373Z[ recovery-image] Aug 21 22:43:33.968 INFO O| Aug 21 22:43:33.968 INFO STEP 962 (remove_files) COMPLETE
82232026-08-21T22:43:35.377Z[ recovery-image] Aug 21 22:43:33.968 INFO O| Aug 21 22:43:33.968 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82242026-08-21T22:43:35.383Z[ recovery-image] Aug 21 22:43:33.977 INFO O| Aug 21 22:43:33.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82252026-08-21T22:43:35.384Z[ recovery-image] Aug 21 22:43:33.977 INFO O| Aug 21 22:43:33.977 INFO STEP 963 (remove_files) COMPLETE
82262026-08-21T22:43:35.387Z[ recovery-image] Aug 21 22:43:33.977 INFO O| Aug 21 22:43:33.977 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-08-21T22:43:35.393Z[ recovery-image] Aug 21 22:43:33.988 INFO O| Aug 21 22:43:33.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82282026-08-21T22:43:35.393Z[ recovery-image] Aug 21 22:43:33.988 INFO O| Aug 21 22:43:33.988 INFO STEP 964 (remove_files) COMPLETE
82292026-08-21T22:43:35.393Z[ recovery-image] Aug 21 22:43:33.988 INFO O| Aug 21 22:43:33.988 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-08-21T22:43:35.402Z[ recovery-image] Aug 21 22:43:33.997 INFO O| Aug 21 22:43:33.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82312026-08-21T22:43:35.402Z[ recovery-image] Aug 21 22:43:33.997 INFO O| Aug 21 22:43:33.997 INFO STEP 965 (remove_files) COMPLETE
82322026-08-21T22:43:35.402Z[ recovery-image] Aug 21 22:43:33.997 INFO O| Aug 21 22:43:33.997 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82332026-08-21T22:43:35.406Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
82342026-08-21T22:43:35.412Z[ recovery-image] Aug 21 22:43:34.005 INFO O| Aug 21 22:43:34.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82352026-08-21T22:43:35.413Z[ recovery-image] Aug 21 22:43:34.005 INFO O| Aug 21 22:43:34.005 INFO STEP 966 (remove_files) COMPLETE
82362026-08-21T22:43:35.413Z[ recovery-image] Aug 21 22:43:34.005 INFO O| Aug 21 22:43:34.005 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-08-21T22:43:35.420Z[ recovery-image] Aug 21 22:43:34.015 INFO O| Aug 21 22:43:34.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82382026-08-21T22:43:35.420Z[ recovery-image] Aug 21 22:43:34.015 INFO O| Aug 21 22:43:34.015 INFO STEP 967 (remove_files) COMPLETE
82392026-08-21T22:43:35.424Z[ recovery-image] Aug 21 22:43:34.015 INFO O| Aug 21 22:43:34.015 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82402026-08-21T22:43:35.430Z[ recovery-image] Aug 21 22:43:34.023 INFO O| Aug 21 22:43:34.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82412026-08-21T22:43:35.430Z[ recovery-image] Aug 21 22:43:34.023 INFO O| Aug 21 22:43:34.023 INFO STEP 968 (remove_files) COMPLETE
82422026-08-21T22:43:35.430Z[ recovery-image] Aug 21 22:43:34.023 INFO O| Aug 21 22:43:34.023 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82432026-08-21T22:43:35.436Z[ recovery-image] Aug 21 22:43:34.031 INFO O| Aug 21 22:43:34.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82442026-08-21T22:43:35.436Z[ recovery-image] Aug 21 22:43:34.031 INFO O| Aug 21 22:43:34.031 INFO STEP 969 (remove_files) COMPLETE
82452026-08-21T22:43:35.436Z[ recovery-image] Aug 21 22:43:34.031 INFO O| Aug 21 22:43:34.031 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82462026-08-21T22:43:35.446Z[ recovery-image] Aug 21 22:43:34.039 INFO O| Aug 21 22:43:34.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82472026-08-21T22:43:35.446Z[ recovery-image] Aug 21 22:43:34.039 INFO O| Aug 21 22:43:34.039 INFO STEP 970 (remove_files) COMPLETE
82482026-08-21T22:43:35.446Z[ recovery-image] Aug 21 22:43:34.039 INFO O| Aug 21 22:43:34.039 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82492026-08-21T22:43:35.461Z[ recovery-image] Aug 21 22:43:34.054 INFO O| Aug 21 22:43:34.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82502026-08-21T22:43:35.461Z[ recovery-image] Aug 21 22:43:34.054 INFO O| Aug 21 22:43:34.054 INFO STEP 971 (remove_files) COMPLETE
82512026-08-21T22:43:35.464Z[ recovery-image] Aug 21 22:43:34.054 INFO O| Aug 21 22:43:34.054 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82522026-08-21T22:43:35.469Z[ recovery-image] Aug 21 22:43:34.063 INFO O| Aug 21 22:43:34.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82532026-08-21T22:43:35.469Z[ recovery-image] Aug 21 22:43:34.063 INFO O| Aug 21 22:43:34.063 INFO STEP 972 (remove_files) COMPLETE
82542026-08-21T22:43:35.469Z[ recovery-image] Aug 21 22:43:34.063 INFO O| Aug 21 22:43:34.063 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82552026-08-21T22:43:35.479Z[ recovery-image] Aug 21 22:43:34.074 INFO O| Aug 21 22:43:34.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82562026-08-21T22:43:35.479Z[ recovery-image] Aug 21 22:43:34.074 INFO O| Aug 21 22:43:34.074 INFO STEP 973 (remove_files) COMPLETE
82572026-08-21T22:43:35.479Z[ recovery-image] Aug 21 22:43:34.074 INFO O| Aug 21 22:43:34.074 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82582026-08-21T22:43:35.488Z[ recovery-image] Aug 21 22:43:34.083 INFO O| Aug 21 22:43:34.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82592026-08-21T22:43:35.488Z[ recovery-image] Aug 21 22:43:34.083 INFO O| Aug 21 22:43:34.083 INFO STEP 974 (remove_files) COMPLETE
82602026-08-21T22:43:35.492Z[ recovery-image] Aug 21 22:43:34.083 INFO O| Aug 21 22:43:34.083 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82612026-08-21T22:43:35.497Z[verify-libraries] Compiling drift v0.2.0
82622026-08-21T22:43:35.501Z[ recovery-image] Aug 21 22:43:34.095 INFO O| Aug 21 22:43:34.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82632026-08-21T22:43:35.501Z[ recovery-image] Aug 21 22:43:34.095 INFO O| Aug 21 22:43:34.094 INFO STEP 975 (remove_files) COMPLETE
82642026-08-21T22:43:35.501Z[ recovery-image] Aug 21 22:43:34.095 INFO O| Aug 21 22:43:34.094 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-08-21T22:43:35.509Z[ recovery-image] Aug 21 22:43:34.104 INFO O| Aug 21 22:43:34.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82662026-08-21T22:43:35.510Z[ recovery-image] Aug 21 22:43:34.104 INFO O| Aug 21 22:43:34.104 INFO STEP 976 (remove_files) COMPLETE
82672026-08-21T22:43:35.510Z[ recovery-image] Aug 21 22:43:34.104 INFO O| Aug 21 22:43:34.104 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-08-21T22:43:35.518Z[ recovery-image] Aug 21 22:43:34.113 INFO O| Aug 21 22:43:34.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82692026-08-21T22:43:35.518Z[ recovery-image] Aug 21 22:43:34.113 INFO O| Aug 21 22:43:34.113 INFO STEP 977 (remove_files) COMPLETE
82702026-08-21T22:43:35.518Z[ recovery-image] Aug 21 22:43:34.113 INFO O| Aug 21 22:43:34.113 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-08-21T22:43:35.528Z[ recovery-image] Aug 21 22:43:34.122 INFO O| Aug 21 22:43:34.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82722026-08-21T22:43:35.528Z[ recovery-image] Aug 21 22:43:34.122 INFO O| Aug 21 22:43:34.122 INFO STEP 978 (remove_files) COMPLETE
82732026-08-21T22:43:35.534Z[ recovery-image] Aug 21 22:43:34.122 INFO O| Aug 21 22:43:34.122 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-08-21T22:43:35.540Z[ recovery-image] Aug 21 22:43:34.130 INFO O| Aug 21 22:43:34.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82752026-08-21T22:43:35.540Z[ recovery-image] Aug 21 22:43:34.131 INFO O| Aug 21 22:43:34.130 INFO STEP 979 (remove_files) COMPLETE
82762026-08-21T22:43:35.540Z[ recovery-image] Aug 21 22:43:34.131 INFO O| Aug 21 22:43:34.130 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-08-21T22:43:35.545Z[ recovery-image] Aug 21 22:43:34.140 INFO O| Aug 21 22:43:34.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82782026-08-21T22:43:35.545Z[ recovery-image] Aug 21 22:43:34.140 INFO O| Aug 21 22:43:34.140 INFO STEP 980 (remove_files) COMPLETE
82792026-08-21T22:43:35.545Z[ recovery-image] Aug 21 22:43:34.140 INFO O| Aug 21 22:43:34.140 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-08-21T22:43:35.555Z[ recovery-image] Aug 21 22:43:34.149 INFO O| Aug 21 22:43:34.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82812026-08-21T22:43:35.555Z[ recovery-image] Aug 21 22:43:34.149 INFO O| Aug 21 22:43:34.149 INFO STEP 981 (remove_files) COMPLETE
82822026-08-21T22:43:35.560Z[ recovery-image] Aug 21 22:43:34.149 INFO O| Aug 21 22:43:34.149 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-08-21T22:43:35.565Z[ recovery-image] Aug 21 22:43:34.159 INFO O| Aug 21 22:43:34.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82842026-08-21T22:43:35.565Z[ recovery-image] Aug 21 22:43:34.160 INFO O| Aug 21 22:43:34.160 INFO STEP 982 (remove_files) COMPLETE
82852026-08-21T22:43:35.565Z[ recovery-image] Aug 21 22:43:34.160 INFO O| Aug 21 22:43:34.160 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-08-21T22:43:35.574Z[ recovery-image] Aug 21 22:43:34.169 INFO O| Aug 21 22:43:34.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82872026-08-21T22:43:35.575Z[ recovery-image] Aug 21 22:43:34.169 INFO O| Aug 21 22:43:34.169 INFO STEP 983 (remove_files) COMPLETE
82882026-08-21T22:43:35.578Z[ recovery-image] Aug 21 22:43:34.169 INFO O| Aug 21 22:43:34.169 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-08-21T22:43:35.592Z[ recovery-image] Aug 21 22:43:34.179 INFO O| Aug 21 22:43:34.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82902026-08-21T22:43:35.593Z[ recovery-image] Aug 21 22:43:34.179 INFO O| Aug 21 22:43:34.179 INFO STEP 984 (remove_files) COMPLETE
82912026-08-21T22:43:35.593Z[ recovery-image] Aug 21 22:43:34.179 INFO O| Aug 21 22:43:34.179 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-08-21T22:43:35.599Z[ recovery-image] Aug 21 22:43:34.190 INFO O| Aug 21 22:43:34.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82932026-08-21T22:43:35.599Z[ recovery-image] Aug 21 22:43:34.190 INFO O| Aug 21 22:43:34.190 INFO STEP 985 (remove_files) COMPLETE
82942026-08-21T22:43:35.599Z[ recovery-image] Aug 21 22:43:34.190 INFO O| Aug 21 22:43:34.190 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-08-21T22:43:35.606Z[ recovery-image] Aug 21 22:43:34.200 INFO O| Aug 21 22:43:34.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82962026-08-21T22:43:35.606Z[ recovery-image] Aug 21 22:43:34.200 INFO O| Aug 21 22:43:34.200 INFO STEP 986 (remove_files) COMPLETE
82972026-08-21T22:43:35.606Z[ recovery-image] Aug 21 22:43:34.200 INFO O| Aug 21 22:43:34.200 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-08-21T22:43:35.656Z[ recovery-image] Aug 21 22:43:34.210 INFO O| Aug 21 22:43:34.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82992026-08-21T22:43:35.656Z[ recovery-image] Aug 21 22:43:34.210 INFO O| Aug 21 22:43:34.210 INFO STEP 987 (remove_files) COMPLETE
83002026-08-21T22:43:35.656Z[ recovery-image] Aug 21 22:43:34.210 INFO O| Aug 21 22:43:34.210 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-08-21T22:43:35.656Z[ recovery-image] Aug 21 22:43:34.220 INFO O| Aug 21 22:43:34.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
83022026-08-21T22:43:35.656Z[ recovery-image] Aug 21 22:43:34.220 INFO O| Aug 21 22:43:34.220 INFO STEP 988 (remove_files) COMPLETE
83032026-08-21T22:43:35.657Z[ recovery-image] Aug 21 22:43:34.220 INFO O| Aug 21 22:43:34.220 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83042026-08-21T22:43:35.657Z[ recovery-image] Aug 21 22:43:34.229 INFO O| Aug 21 22:43:34.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
83052026-08-21T22:43:35.657Z[ recovery-image] Aug 21 22:43:34.229 INFO O| Aug 21 22:43:34.229 INFO STEP 989 (remove_files) COMPLETE
83062026-08-21T22:43:35.657Z[ recovery-image] Aug 21 22:43:34.229 INFO O| Aug 21 22:43:34.229 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83072026-08-21T22:43:35.657Z[ recovery-image] Aug 21 22:43:34.239 INFO O| Aug 21 22:43:34.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83082026-08-21T22:43:35.657Z[ recovery-image] Aug 21 22:43:34.239 INFO O| Aug 21 22:43:34.239 INFO STEP 990 (remove_files) COMPLETE
83092026-08-21T22:43:35.657Z[ recovery-image] Aug 21 22:43:34.239 INFO O| Aug 21 22:43:34.239 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83102026-08-21T22:43:35.657Z[ recovery-image] Aug 21 22:43:34.247 INFO O| Aug 21 22:43:34.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83112026-08-21T22:43:35.657Z[ recovery-image] Aug 21 22:43:34.247 INFO O| Aug 21 22:43:34.247 INFO STEP 991 (remove_files) COMPLETE
83122026-08-21T22:43:35.657Z[ recovery-image] Aug 21 22:43:34.247 INFO O| Aug 21 22:43:34.247 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83132026-08-21T22:43:35.661Z[verify-libraries] Compiling uzers v0.12.2
83142026-08-21T22:43:35.664Z[ recovery-image] Aug 21 22:43:34.257 INFO O| Aug 21 22:43:34.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83152026-08-21T22:43:35.664Z[ recovery-image] Aug 21 22:43:34.257 INFO O| Aug 21 22:43:34.257 INFO STEP 992 (remove_files) COMPLETE
83162026-08-21T22:43:35.665Z[ recovery-image] Aug 21 22:43:34.257 INFO O| Aug 21 22:43:34.257 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-08-21T22:43:35.672Z[ recovery-image] Aug 21 22:43:34.266 INFO O| Aug 21 22:43:34.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83182026-08-21T22:43:35.672Z[ recovery-image] Aug 21 22:43:34.266 INFO O| Aug 21 22:43:34.266 INFO STEP 993 (remove_files) COMPLETE
83192026-08-21T22:43:35.672Z[ recovery-image] Aug 21 22:43:34.266 INFO O| Aug 21 22:43:34.266 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-08-21T22:43:35.682Z[ recovery-image] Aug 21 22:43:34.277 INFO O| Aug 21 22:43:34.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83212026-08-21T22:43:35.682Z[ recovery-image] Aug 21 22:43:34.277 INFO O| Aug 21 22:43:34.277 INFO STEP 994 (remove_files) COMPLETE
83222026-08-21T22:43:35.682Z[ recovery-image] Aug 21 22:43:34.277 INFO O| Aug 21 22:43:34.277 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-08-21T22:43:35.692Z[ recovery-image] Aug 21 22:43:34.287 INFO O| Aug 21 22:43:34.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83242026-08-21T22:43:35.692Z[ recovery-image] Aug 21 22:43:34.287 INFO O| Aug 21 22:43:34.287 INFO STEP 995 (remove_files) COMPLETE
83252026-08-21T22:43:35.692Z[ recovery-image] Aug 21 22:43:34.287 INFO O| Aug 21 22:43:34.287 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-08-21T22:43:35.702Z[ recovery-image] Aug 21 22:43:34.295 INFO O| Aug 21 22:43:34.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83272026-08-21T22:43:35.702Z[ recovery-image] Aug 21 22:43:34.295 INFO O| Aug 21 22:43:34.295 INFO STEP 996 (remove_files) COMPLETE
83282026-08-21T22:43:35.702Z[ recovery-image] Aug 21 22:43:34.295 INFO O| Aug 21 22:43:34.295 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-08-21T22:43:35.710Z[ recovery-image] Aug 21 22:43:34.304 INFO O| Aug 21 22:43:34.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83302026-08-21T22:43:35.710Z[ recovery-image] Aug 21 22:43:34.304 INFO O| Aug 21 22:43:34.304 INFO STEP 997 (remove_files) COMPLETE
83312026-08-21T22:43:35.710Z[ recovery-image] Aug 21 22:43:34.304 INFO O| Aug 21 22:43:34.304 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-08-21T22:43:35.719Z[ recovery-image] Aug 21 22:43:34.314 INFO O| Aug 21 22:43:34.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83332026-08-21T22:43:35.719Z[ recovery-image] Aug 21 22:43:34.314 INFO O| Aug 21 22:43:34.314 INFO STEP 998 (remove_files) COMPLETE
83342026-08-21T22:43:35.719Z[ recovery-image] Aug 21 22:43:34.314 INFO O| Aug 21 22:43:34.314 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83352026-08-21T22:43:35.728Z[ recovery-image] Aug 21 22:43:34.322 INFO O| Aug 21 22:43:34.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83362026-08-21T22:43:35.729Z[ recovery-image] Aug 21 22:43:34.323 INFO O| Aug 21 22:43:34.323 INFO STEP 999 (remove_files) COMPLETE
83372026-08-21T22:43:35.733Z[ recovery-image] Aug 21 22:43:34.323 INFO O| Aug 21 22:43:34.323 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83382026-08-21T22:43:35.738Z[ recovery-image] Aug 21 22:43:34.333 INFO O| Aug 21 22:43:34.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83392026-08-21T22:43:35.738Z[ recovery-image] Aug 21 22:43:34.333 INFO O| Aug 21 22:43:34.333 INFO STEP 1000 (remove_files) COMPLETE
83402026-08-21T22:43:35.741Z[ recovery-image] Aug 21 22:43:34.333 INFO O| Aug 21 22:43:34.333 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83412026-08-21T22:43:35.747Z[ recovery-image] Aug 21 22:43:34.342 INFO O| Aug 21 22:43:34.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83422026-08-21T22:43:35.747Z[ recovery-image] Aug 21 22:43:34.342 INFO O| Aug 21 22:43:34.342 INFO STEP 1001 (remove_files) COMPLETE
83432026-08-21T22:43:35.750Z[ recovery-image] Aug 21 22:43:34.342 INFO O| Aug 21 22:43:34.342 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83442026-08-21T22:43:35.754Z[verify-libraries] Compiling parse-size v1.1.0
83452026-08-21T22:43:35.757Z[ recovery-image] Aug 21 22:43:34.350 INFO O| Aug 21 22:43:34.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83462026-08-21T22:43:35.757Z[ recovery-image] Aug 21 22:43:34.350 INFO O| Aug 21 22:43:34.350 INFO STEP 1002 (remove_files) COMPLETE
83472026-08-21T22:43:35.757Z[ recovery-image] Aug 21 22:43:34.350 INFO O| Aug 21 22:43:34.350 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83482026-08-21T22:43:35.766Z[ recovery-image] Aug 21 22:43:34.361 INFO O| Aug 21 22:43:34.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83492026-08-21T22:43:35.766Z[ recovery-image] Aug 21 22:43:34.361 INFO O| Aug 21 22:43:34.361 INFO STEP 1003 (remove_files) COMPLETE
83502026-08-21T22:43:35.770Z[ recovery-image] Aug 21 22:43:34.361 INFO O| Aug 21 22:43:34.361 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83512026-08-21T22:43:35.795Z[ recovery-image] Aug 21 22:43:34.389 INFO O| Aug 21 22:43:34.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83522026-08-21T22:43:35.795Z[ recovery-image] Aug 21 22:43:34.389 INFO O| Aug 21 22:43:34.389 INFO STEP 1004 (remove_files) COMPLETE
83532026-08-21T22:43:35.795Z[ recovery-image] Aug 21 22:43:34.389 INFO O| Aug 21 22:43:34.389 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83542026-08-21T22:43:35.806Z[ recovery-image] Aug 21 22:43:34.401 INFO O| Aug 21 22:43:34.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83552026-08-21T22:43:35.806Z[ recovery-image] Aug 21 22:43:34.401 INFO O| Aug 21 22:43:34.401 INFO STEP 1005 (remove_files) COMPLETE
83562026-08-21T22:43:35.806Z[ recovery-image] Aug 21 22:43:34.401 INFO O| Aug 21 22:43:34.401 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83572026-08-21T22:43:35.820Z[ recovery-image] Aug 21 22:43:34.411 INFO O| Aug 21 22:43:34.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83582026-08-21T22:43:35.820Z[ recovery-image] Aug 21 22:43:34.412 INFO O| Aug 21 22:43:34.412 INFO STEP 1006 (remove_files) COMPLETE
83592026-08-21T22:43:35.820Z[ recovery-image] Aug 21 22:43:34.412 INFO O| Aug 21 22:43:34.412 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83602026-08-21T22:43:35.828Z[ recovery-image] Aug 21 22:43:34.423 INFO O| Aug 21 22:43:34.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83612026-08-21T22:43:35.828Z[ recovery-image] Aug 21 22:43:34.423 INFO O| Aug 21 22:43:34.423 INFO STEP 1007 (remove_files) COMPLETE
83622026-08-21T22:43:35.831Z[ recovery-image] Aug 21 22:43:34.423 INFO O| Aug 21 22:43:34.423 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83632026-08-21T22:43:35.839Z[ recovery-image] Aug 21 22:43:34.434 INFO O| Aug 21 22:43:34.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83642026-08-21T22:43:35.839Z[ recovery-image] Aug 21 22:43:34.434 INFO O| Aug 21 22:43:34.434 INFO STEP 1008 (remove_files) COMPLETE
83652026-08-21T22:43:35.839Z[ recovery-image] Aug 21 22:43:34.434 INFO O| Aug 21 22:43:34.434 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-08-21T22:43:35.849Z[ recovery-image] Aug 21 22:43:34.444 INFO O| Aug 21 22:43:34.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83672026-08-21T22:43:35.849Z[ recovery-image] Aug 21 22:43:34.444 INFO O| Aug 21 22:43:34.444 INFO STEP 1009 (remove_files) COMPLETE
83682026-08-21T22:43:35.849Z[ recovery-image] Aug 21 22:43:34.444 INFO O| Aug 21 22:43:34.444 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-08-21T22:43:35.859Z[ recovery-image] Aug 21 22:43:34.453 INFO O| Aug 21 22:43:34.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83702026-08-21T22:43:35.859Z[ recovery-image] Aug 21 22:43:34.453 INFO O| Aug 21 22:43:34.453 INFO STEP 1010 (remove_files) COMPLETE
83712026-08-21T22:43:35.859Z[ recovery-image] Aug 21 22:43:34.453 INFO O| Aug 21 22:43:34.453 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-08-21T22:43:35.871Z[ recovery-image] Aug 21 22:43:34.465 INFO O| Aug 21 22:43:34.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83732026-08-21T22:43:35.871Z[ recovery-image] Aug 21 22:43:34.465 INFO O| Aug 21 22:43:34.465 INFO STEP 1011 (remove_files) COMPLETE
83742026-08-21T22:43:35.871Z[ recovery-image] Aug 21 22:43:34.465 INFO O| Aug 21 22:43:34.465 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-08-21T22:43:35.880Z[ recovery-image] Aug 21 22:43:34.475 INFO O| Aug 21 22:43:34.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83762026-08-21T22:43:35.880Z[ recovery-image] Aug 21 22:43:34.475 INFO O| Aug 21 22:43:34.475 INFO STEP 1012 (remove_files) COMPLETE
83772026-08-21T22:43:35.884Z[ recovery-image] Aug 21 22:43:34.475 INFO O| Aug 21 22:43:34.475 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-08-21T22:43:35.889Z[ recovery-image] Aug 21 22:43:34.484 INFO O| Aug 21 22:43:34.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83792026-08-21T22:43:35.889Z[ recovery-image] Aug 21 22:43:34.484 INFO O| Aug 21 22:43:34.484 INFO STEP 1013 (remove_files) COMPLETE
83802026-08-21T22:43:35.889Z[ recovery-image] Aug 21 22:43:34.484 INFO O| Aug 21 22:43:34.484 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83812026-08-21T22:43:35.898Z[ recovery-image] Aug 21 22:43:34.493 INFO O| Aug 21 22:43:34.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83822026-08-21T22:43:35.898Z[ recovery-image] Aug 21 22:43:34.493 INFO O| Aug 21 22:43:34.493 INFO STEP 1014 (remove_files) COMPLETE
83832026-08-21T22:43:35.899Z[ recovery-image] Aug 21 22:43:34.493 INFO O| Aug 21 22:43:34.493 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83842026-08-21T22:43:35.907Z[ recovery-image] Aug 21 22:43:34.502 INFO O| Aug 21 22:43:34.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83852026-08-21T22:43:35.907Z[ recovery-image] Aug 21 22:43:34.502 INFO O| Aug 21 22:43:34.502 INFO STEP 1015 (remove_files) COMPLETE
83862026-08-21T22:43:35.907Z[ recovery-image] Aug 21 22:43:34.502 INFO O| Aug 21 22:43:34.502 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-08-21T22:43:35.916Z[ recovery-image] Aug 21 22:43:34.511 INFO O| Aug 21 22:43:34.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83882026-08-21T22:43:35.916Z[ recovery-image] Aug 21 22:43:34.511 INFO O| Aug 21 22:43:34.511 INFO STEP 1016 (remove_files) COMPLETE
83892026-08-21T22:43:35.919Z[ recovery-image] Aug 21 22:43:34.511 INFO O| Aug 21 22:43:34.511 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-08-21T22:43:35.925Z[ recovery-image] Aug 21 22:43:34.519 INFO O| Aug 21 22:43:34.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83912026-08-21T22:43:35.925Z[ recovery-image] Aug 21 22:43:34.520 INFO O| Aug 21 22:43:34.520 INFO STEP 1017 (remove_files) COMPLETE
83922026-08-21T22:43:35.928Z[ recovery-image] Aug 21 22:43:34.520 INFO O| Aug 21 22:43:34.520 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-08-21T22:43:35.934Z[ recovery-image] Aug 21 22:43:34.529 INFO O| Aug 21 22:43:34.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83942026-08-21T22:43:35.934Z[ recovery-image] Aug 21 22:43:34.529 INFO O| Aug 21 22:43:34.529 INFO STEP 1018 (remove_files) COMPLETE
83952026-08-21T22:43:35.934Z[ recovery-image] Aug 21 22:43:34.529 INFO O| Aug 21 22:43:34.529 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-08-21T22:43:35.944Z[ recovery-image] Aug 21 22:43:34.538 INFO O| Aug 21 22:43:34.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83972026-08-21T22:43:35.944Z[ recovery-image] Aug 21 22:43:34.538 INFO O| Aug 21 22:43:34.538 INFO STEP 1019 (remove_files) COMPLETE
83982026-08-21T22:43:35.944Z[ recovery-image] Aug 21 22:43:34.538 INFO O| Aug 21 22:43:34.538 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-08-21T22:43:35.953Z[ recovery-image] Aug 21 22:43:34.547 INFO O| Aug 21 22:43:34.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
84002026-08-21T22:43:35.953Z[ recovery-image] Aug 21 22:43:34.547 INFO O| Aug 21 22:43:34.547 INFO STEP 1020 (remove_files) COMPLETE
84012026-08-21T22:43:35.953Z[ recovery-image] Aug 21 22:43:34.547 INFO O| Aug 21 22:43:34.547 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-08-21T22:43:35.962Z[ recovery-image] Aug 21 22:43:34.557 INFO O| Aug 21 22:43:34.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
84032026-08-21T22:43:35.962Z[ recovery-image] Aug 21 22:43:34.557 INFO O| Aug 21 22:43:34.557 INFO STEP 1021 (remove_files) COMPLETE
84042026-08-21T22:43:35.962Z[ recovery-image] Aug 21 22:43:34.557 INFO O| Aug 21 22:43:34.557 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-08-21T22:43:35.972Z[ recovery-image] Aug 21 22:43:34.567 INFO O| Aug 21 22:43:34.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
84062026-08-21T22:43:35.972Z[ recovery-image] Aug 21 22:43:34.567 INFO O| Aug 21 22:43:34.567 INFO STEP 1022 (remove_files) COMPLETE
84072026-08-21T22:43:35.972Z[ recovery-image] Aug 21 22:43:34.567 INFO O| Aug 21 22:43:34.567 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-08-21T22:43:35.983Z[ recovery-image] Aug 21 22:43:34.578 INFO O| Aug 21 22:43:34.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84092026-08-21T22:43:35.983Z[ recovery-image] Aug 21 22:43:34.578 INFO O| Aug 21 22:43:34.578 INFO STEP 1023 (remove_files) COMPLETE
84102026-08-21T22:43:35.986Z[ recovery-image] Aug 21 22:43:34.578 INFO O| Aug 21 22:43:34.578 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-08-21T22:43:35.992Z[ recovery-image] Aug 21 22:43:34.587 INFO O| Aug 21 22:43:34.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84122026-08-21T22:43:35.993Z[ recovery-image] Aug 21 22:43:34.587 INFO O| Aug 21 22:43:34.587 INFO STEP 1024 (remove_files) COMPLETE
84132026-08-21T22:43:35.993Z[ recovery-image] Aug 21 22:43:34.587 INFO O| Aug 21 22:43:34.587 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-08-21T22:43:36.002Z[ recovery-image] Aug 21 22:43:34.596 INFO O| Aug 21 22:43:34.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84152026-08-21T22:43:36.002Z[ recovery-image] Aug 21 22:43:34.596 INFO O| Aug 21 22:43:34.596 INFO STEP 1025 (remove_files) COMPLETE
84162026-08-21T22:43:36.005Z[ recovery-image] Aug 21 22:43:34.596 INFO O| Aug 21 22:43:34.596 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84172026-08-21T22:43:36.011Z[ recovery-image] Aug 21 22:43:34.606 INFO O| Aug 21 22:43:34.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84182026-08-21T22:43:36.011Z[ recovery-image] Aug 21 22:43:34.606 INFO O| Aug 21 22:43:34.606 INFO STEP 1026 (remove_files) COMPLETE
84192026-08-21T22:43:36.011Z[ recovery-image] Aug 21 22:43:34.606 INFO O| Aug 21 22:43:34.606 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84202026-08-21T22:43:36.020Z[ recovery-image] Aug 21 22:43:34.615 INFO O| Aug 21 22:43:34.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84212026-08-21T22:43:36.020Z[ recovery-image] Aug 21 22:43:34.615 INFO O| Aug 21 22:43:34.615 INFO STEP 1027 (remove_files) COMPLETE
84222026-08-21T22:43:36.024Z[ recovery-image] Aug 21 22:43:34.615 INFO O| Aug 21 22:43:34.615 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84232026-08-21T22:43:36.029Z[ recovery-image] Aug 21 22:43:34.624 INFO O| Aug 21 22:43:34.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84242026-08-21T22:43:36.029Z[ recovery-image] Aug 21 22:43:34.624 INFO O| Aug 21 22:43:34.624 INFO STEP 1028 (remove_files) COMPLETE
84252026-08-21T22:43:36.033Z[ recovery-image] Aug 21 22:43:34.624 INFO O| Aug 21 22:43:34.624 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84262026-08-21T22:43:36.039Z[ recovery-image] Aug 21 22:43:34.634 INFO O| Aug 21 22:43:34.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84272026-08-21T22:43:36.039Z[ recovery-image] Aug 21 22:43:34.634 INFO O| Aug 21 22:43:34.634 INFO STEP 1029 (remove_files) COMPLETE
84282026-08-21T22:43:36.039Z[ recovery-image] Aug 21 22:43:34.634 INFO O| Aug 21 22:43:34.634 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84292026-08-21T22:43:36.043Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
84302026-08-21T22:43:36.050Z[ recovery-image] Aug 21 22:43:34.644 INFO O| Aug 21 22:43:34.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84312026-08-21T22:43:36.050Z[ recovery-image] Aug 21 22:43:34.644 INFO O| Aug 21 22:43:34.644 INFO STEP 1030 (remove_files) COMPLETE
84322026-08-21T22:43:36.053Z[ recovery-image] Aug 21 22:43:34.644 INFO O| Aug 21 22:43:34.644 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84332026-08-21T22:43:36.059Z[ recovery-image] Aug 21 22:43:34.654 INFO O| Aug 21 22:43:34.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84342026-08-21T22:43:36.059Z[ recovery-image] Aug 21 22:43:34.654 INFO O| Aug 21 22:43:34.654 INFO STEP 1031 (remove_files) COMPLETE
84352026-08-21T22:43:36.059Z[ recovery-image] Aug 21 22:43:34.654 INFO O| Aug 21 22:43:34.654 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84362026-08-21T22:43:36.070Z[ recovery-image] Aug 21 22:43:34.665 INFO O| Aug 21 22:43:34.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84372026-08-21T22:43:36.070Z[ recovery-image] Aug 21 22:43:34.665 INFO O| Aug 21 22:43:34.665 INFO STEP 1032 (remove_files) COMPLETE
84382026-08-21T22:43:36.074Z[ recovery-image] Aug 21 22:43:34.665 INFO O| Aug 21 22:43:34.665 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84392026-08-21T22:43:36.081Z[ recovery-image] Aug 21 22:43:34.675 INFO O| Aug 21 22:43:34.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84402026-08-21T22:43:36.081Z[ recovery-image] Aug 21 22:43:34.675 INFO O| Aug 21 22:43:34.675 INFO STEP 1033 (remove_files) COMPLETE
84412026-08-21T22:43:36.081Z[ recovery-image] Aug 21 22:43:34.675 INFO O| Aug 21 22:43:34.675 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84422026-08-21T22:43:36.091Z[ recovery-image] Aug 21 22:43:34.685 INFO O| Aug 21 22:43:34.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84432026-08-21T22:43:36.091Z[ recovery-image] Aug 21 22:43:34.685 INFO O| Aug 21 22:43:34.685 INFO STEP 1034 (remove_files) COMPLETE
84442026-08-21T22:43:36.091Z[ recovery-image] Aug 21 22:43:34.686 INFO O| Aug 21 22:43:34.685 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84452026-08-21T22:43:36.099Z[ recovery-image] Aug 21 22:43:34.694 INFO O| Aug 21 22:43:34.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84462026-08-21T22:43:36.100Z[ recovery-image] Aug 21 22:43:34.694 INFO O| Aug 21 22:43:34.694 INFO STEP 1035 (remove_files) COMPLETE
84472026-08-21T22:43:36.103Z[ recovery-image] Aug 21 22:43:34.694 INFO O| Aug 21 22:43:34.694 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84482026-08-21T22:43:36.107Z[ recovery-image] Aug 21 22:43:34.702 INFO O| Aug 21 22:43:34.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84492026-08-21T22:43:36.107Z[ recovery-image] Aug 21 22:43:34.702 INFO O| Aug 21 22:43:34.702 INFO STEP 1036 (remove_files) COMPLETE
84502026-08-21T22:43:36.107Z[ recovery-image] Aug 21 22:43:34.702 INFO O| Aug 21 22:43:34.702 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84512026-08-21T22:43:36.115Z[ recovery-image] Aug 21 22:43:34.710 INFO O| Aug 21 22:43:34.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84522026-08-21T22:43:36.115Z[ recovery-image] Aug 21 22:43:34.710 INFO O| Aug 21 22:43:34.710 INFO STEP 1037 (remove_files) COMPLETE
84532026-08-21T22:43:36.115Z[ recovery-image] Aug 21 22:43:34.710 INFO O| Aug 21 22:43:34.710 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84542026-08-21T22:43:36.122Z[ recovery-image] Aug 21 22:43:34.717 INFO O| Aug 21 22:43:34.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84552026-08-21T22:43:36.122Z[ recovery-image] Aug 21 22:43:34.717 INFO O| Aug 21 22:43:34.717 INFO STEP 1038 (remove_files) COMPLETE
84562026-08-21T22:43:36.122Z[ recovery-image] Aug 21 22:43:34.717 INFO O| Aug 21 22:43:34.717 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-08-21T22:43:36.130Z[ recovery-image] Aug 21 22:43:34.725 INFO O| Aug 21 22:43:34.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84582026-08-21T22:43:36.130Z[ recovery-image] Aug 21 22:43:34.725 INFO O| Aug 21 22:43:34.725 INFO STEP 1039 (remove_files) COMPLETE
84592026-08-21T22:43:36.130Z[ recovery-image] Aug 21 22:43:34.725 INFO O| Aug 21 22:43:34.725 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84602026-08-21T22:43:36.141Z[ recovery-image] Aug 21 22:43:34.736 INFO O| Aug 21 22:43:34.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84612026-08-21T22:43:36.141Z[ recovery-image] Aug 21 22:43:34.736 INFO O| Aug 21 22:43:34.736 INFO STEP 1040 (remove_files) COMPLETE
84622026-08-21T22:43:36.141Z[ recovery-image] Aug 21 22:43:34.736 INFO O| Aug 21 22:43:34.736 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-08-21T22:43:36.149Z[ recovery-image] Aug 21 22:43:34.744 INFO O| Aug 21 22:43:34.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84642026-08-21T22:43:36.150Z[ recovery-image] Aug 21 22:43:34.744 INFO O| Aug 21 22:43:34.744 INFO STEP 1041 (remove_files) COMPLETE
84652026-08-21T22:43:36.150Z[ recovery-image] Aug 21 22:43:34.744 INFO O| Aug 21 22:43:34.744 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84662026-08-21T22:43:36.156Z[ recovery-image] Aug 21 22:43:34.751 INFO O| Aug 21 22:43:34.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84672026-08-21T22:43:36.156Z[ recovery-image] Aug 21 22:43:34.751 INFO O| Aug 21 22:43:34.751 INFO STEP 1042 (remove_files) COMPLETE
84682026-08-21T22:43:36.156Z[ recovery-image] Aug 21 22:43:34.751 INFO O| Aug 21 22:43:34.751 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-08-21T22:43:36.165Z[ recovery-image] Aug 21 22:43:34.759 INFO O| Aug 21 22:43:34.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84702026-08-21T22:43:36.165Z[ recovery-image] Aug 21 22:43:34.760 INFO O| Aug 21 22:43:34.760 INFO STEP 1043 (remove_files) COMPLETE
84712026-08-21T22:43:36.165Z[ recovery-image] Aug 21 22:43:34.760 INFO O| Aug 21 22:43:34.760 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-08-21T22:43:36.173Z[ recovery-image] Aug 21 22:43:34.768 INFO O| Aug 21 22:43:34.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84732026-08-21T22:43:36.173Z[ recovery-image] Aug 21 22:43:34.768 INFO O| Aug 21 22:43:34.768 INFO STEP 1044 (remove_files) COMPLETE
84742026-08-21T22:43:36.173Z[ recovery-image] Aug 21 22:43:34.768 INFO O| Aug 21 22:43:34.768 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-08-21T22:43:36.182Z[ recovery-image] Aug 21 22:43:34.777 INFO O| Aug 21 22:43:34.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84762026-08-21T22:43:36.182Z[ recovery-image] Aug 21 22:43:34.777 INFO O| Aug 21 22:43:34.777 INFO STEP 1045 (remove_files) COMPLETE
84772026-08-21T22:43:36.182Z[ recovery-image] Aug 21 22:43:34.777 INFO O| Aug 21 22:43:34.777 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-08-21T22:43:36.191Z[ recovery-image] Aug 21 22:43:34.786 INFO O| Aug 21 22:43:34.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84792026-08-21T22:43:36.191Z[ recovery-image] Aug 21 22:43:34.786 INFO O| Aug 21 22:43:34.786 INFO STEP 1046 (remove_files) COMPLETE
84802026-08-21T22:43:36.194Z[ recovery-image] Aug 21 22:43:34.786 INFO O| Aug 21 22:43:34.786 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-08-21T22:43:36.200Z[ recovery-image] Aug 21 22:43:34.794 INFO O| Aug 21 22:43:34.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84822026-08-21T22:43:36.200Z[ recovery-image] Aug 21 22:43:34.794 INFO O| Aug 21 22:43:34.794 INFO STEP 1047 (remove_files) COMPLETE
84832026-08-21T22:43:36.200Z[ recovery-image] Aug 21 22:43:34.794 INFO O| Aug 21 22:43:34.794 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-08-21T22:43:36.209Z[ recovery-image] Aug 21 22:43:34.803 INFO O| Aug 21 22:43:34.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84852026-08-21T22:43:36.209Z[ recovery-image] Aug 21 22:43:34.803 INFO O| Aug 21 22:43:34.803 INFO STEP 1048 (remove_files) COMPLETE
84862026-08-21T22:43:36.209Z[ recovery-image] Aug 21 22:43:34.803 INFO O| Aug 21 22:43:34.803 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-08-21T22:43:36.218Z[ recovery-image] Aug 21 22:43:34.812 INFO O| Aug 21 22:43:34.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84882026-08-21T22:43:36.218Z[ recovery-image] Aug 21 22:43:34.812 INFO O| Aug 21 22:43:34.812 INFO STEP 1049 (remove_files) COMPLETE
84892026-08-21T22:43:36.221Z[ recovery-image] Aug 21 22:43:34.812 INFO O| Aug 21 22:43:34.812 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-08-21T22:43:36.226Z[ recovery-image] Aug 21 22:43:34.821 INFO O| Aug 21 22:43:34.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84912026-08-21T22:43:36.226Z[ recovery-image] Aug 21 22:43:34.821 INFO O| Aug 21 22:43:34.821 INFO STEP 1050 (remove_files) COMPLETE
84922026-08-21T22:43:36.226Z[ recovery-image] Aug 21 22:43:34.821 INFO O| Aug 21 22:43:34.821 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-08-21T22:43:36.236Z[ recovery-image] Aug 21 22:43:34.830 INFO O| Aug 21 22:43:34.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84942026-08-21T22:43:36.236Z[ recovery-image] Aug 21 22:43:34.830 INFO O| Aug 21 22:43:34.830 INFO STEP 1051 (remove_files) COMPLETE
84952026-08-21T22:43:36.236Z[ recovery-image] Aug 21 22:43:34.830 INFO O| Aug 21 22:43:34.830 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-08-21T22:43:36.245Z[ recovery-image] Aug 21 22:43:34.840 INFO O| Aug 21 22:43:34.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84972026-08-21T22:43:36.245Z[ recovery-image] Aug 21 22:43:34.840 INFO O| Aug 21 22:43:34.840 INFO STEP 1052 (remove_files) COMPLETE
84982026-08-21T22:43:36.245Z[ recovery-image] Aug 21 22:43:34.840 INFO O| Aug 21 22:43:34.840 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-08-21T22:43:36.254Z[ recovery-image] Aug 21 22:43:34.848 INFO O| Aug 21 22:43:34.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
85002026-08-21T22:43:36.254Z[ recovery-image] Aug 21 22:43:34.849 INFO O| Aug 21 22:43:34.849 INFO STEP 1053 (remove_files) COMPLETE
85012026-08-21T22:43:36.254Z[ recovery-image] Aug 21 22:43:34.849 INFO O| Aug 21 22:43:34.849 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-08-21T22:43:36.263Z[ recovery-image] Aug 21 22:43:34.857 INFO O| Aug 21 22:43:34.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
85032026-08-21T22:43:36.263Z[ recovery-image] Aug 21 22:43:34.857 INFO O| Aug 21 22:43:34.857 INFO STEP 1054 (remove_files) COMPLETE
85042026-08-21T22:43:36.263Z[ recovery-image] Aug 21 22:43:34.857 INFO O| Aug 21 22:43:34.857 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-08-21T22:43:36.271Z[ recovery-image] Aug 21 22:43:34.866 INFO O| Aug 21 22:43:34.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
85062026-08-21T22:43:36.271Z[ recovery-image] Aug 21 22:43:34.866 INFO O| Aug 21 22:43:34.866 INFO STEP 1055 (remove_files) COMPLETE
85072026-08-21T22:43:36.271Z[ recovery-image] Aug 21 22:43:34.866 INFO O| Aug 21 22:43:34.866 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-08-21T22:43:36.283Z[ recovery-image] Aug 21 22:43:34.878 INFO O| Aug 21 22:43:34.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85092026-08-21T22:43:36.283Z[ recovery-image] Aug 21 22:43:34.878 INFO O| Aug 21 22:43:34.878 INFO STEP 1056 (remove_files) COMPLETE
85102026-08-21T22:43:36.283Z[ recovery-image] Aug 21 22:43:34.878 INFO O| Aug 21 22:43:34.878 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-08-21T22:43:36.295Z[ recovery-image] Aug 21 22:43:34.889 INFO O| Aug 21 22:43:34.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85122026-08-21T22:43:36.295Z[ recovery-image] Aug 21 22:43:34.889 INFO O| Aug 21 22:43:34.889 INFO STEP 1057 (remove_files) COMPLETE
85132026-08-21T22:43:36.295Z[ recovery-image] Aug 21 22:43:34.889 INFO O| Aug 21 22:43:34.889 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-08-21T22:43:36.305Z[ recovery-image] Aug 21 22:43:34.900 INFO O| Aug 21 22:43:34.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85152026-08-21T22:43:36.305Z[ recovery-image] Aug 21 22:43:34.900 INFO O| Aug 21 22:43:34.900 INFO STEP 1058 (remove_files) COMPLETE
85162026-08-21T22:43:36.308Z[ recovery-image] Aug 21 22:43:34.900 INFO O| Aug 21 22:43:34.900 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-08-21T22:43:36.315Z[ recovery-image] Aug 21 22:43:34.909 INFO O| Aug 21 22:43:34.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85182026-08-21T22:43:36.315Z[ recovery-image] Aug 21 22:43:34.910 INFO O| Aug 21 22:43:34.910 INFO STEP 1059 (remove_files) COMPLETE
85192026-08-21T22:43:36.318Z[ recovery-image] Aug 21 22:43:34.910 INFO O| Aug 21 22:43:34.910 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-08-21T22:43:36.323Z[ recovery-image] Aug 21 22:43:34.918 INFO O| Aug 21 22:43:34.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85212026-08-21T22:43:36.323Z[ recovery-image] Aug 21 22:43:34.918 INFO O| Aug 21 22:43:34.918 INFO STEP 1060 (remove_files) COMPLETE
85222026-08-21T22:43:36.328Z[ recovery-image] Aug 21 22:43:34.918 INFO O| Aug 21 22:43:34.918 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-08-21T22:43:36.334Z[ recovery-image] Aug 21 22:43:34.929 INFO O| Aug 21 22:43:34.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85242026-08-21T22:43:36.335Z[ recovery-image] Aug 21 22:43:34.929 INFO O| Aug 21 22:43:34.929 INFO STEP 1061 (remove_files) COMPLETE
85252026-08-21T22:43:36.338Z[ recovery-image] Aug 21 22:43:34.929 INFO O| Aug 21 22:43:34.929 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-08-21T22:43:36.346Z[ recovery-image] Aug 21 22:43:34.940 INFO O| Aug 21 22:43:34.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85272026-08-21T22:43:36.346Z[ recovery-image] Aug 21 22:43:34.940 INFO O| Aug 21 22:43:34.940 INFO STEP 1062 (remove_files) COMPLETE
85282026-08-21T22:43:36.346Z[ recovery-image] Aug 21 22:43:34.940 INFO O| Aug 21 22:43:34.940 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-08-21T22:43:36.356Z[ recovery-image] Aug 21 22:43:34.951 INFO O| Aug 21 22:43:34.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85302026-08-21T22:43:36.356Z[ recovery-image] Aug 21 22:43:34.951 INFO O| Aug 21 22:43:34.951 INFO STEP 1063 (remove_files) COMPLETE
85312026-08-21T22:43:36.356Z[ recovery-image] Aug 21 22:43:34.951 INFO O| Aug 21 22:43:34.951 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-08-21T22:43:36.367Z[ recovery-image] Aug 21 22:43:34.961 INFO O| Aug 21 22:43:34.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85332026-08-21T22:43:36.367Z[ recovery-image] Aug 21 22:43:34.961 INFO O| Aug 21 22:43:34.961 INFO STEP 1064 (remove_files) COMPLETE
85342026-08-21T22:43:36.367Z[ recovery-image] Aug 21 22:43:34.961 INFO O| Aug 21 22:43:34.961 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-08-21T22:43:36.377Z[ recovery-image] Aug 21 22:43:34.971 INFO O| Aug 21 22:43:34.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85362026-08-21T22:43:36.377Z[ recovery-image] Aug 21 22:43:34.971 INFO O| Aug 21 22:43:34.971 INFO STEP 1065 (remove_files) COMPLETE
85372026-08-21T22:43:36.377Z[ recovery-image] Aug 21 22:43:34.971 INFO O| Aug 21 22:43:34.971 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-08-21T22:43:36.388Z[ recovery-image] Aug 21 22:43:34.983 INFO O| Aug 21 22:43:34.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85392026-08-21T22:43:36.388Z[ recovery-image] Aug 21 22:43:34.983 INFO O| Aug 21 22:43:34.983 INFO STEP 1066 (remove_files) COMPLETE
85402026-08-21T22:43:36.388Z[ recovery-image] Aug 21 22:43:34.983 INFO O| Aug 21 22:43:34.983 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-08-21T22:43:36.400Z[ recovery-image] Aug 21 22:43:34.995 INFO O| Aug 21 22:43:34.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85422026-08-21T22:43:36.400Z[ recovery-image] Aug 21 22:43:34.995 INFO O| Aug 21 22:43:34.995 INFO STEP 1067 (remove_files) COMPLETE
85432026-08-21T22:43:36.404Z[ recovery-image] Aug 21 22:43:34.995 INFO O| Aug 21 22:43:34.995 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-08-21T22:43:36.420Z[ recovery-image] Aug 21 22:43:35.006 INFO O| Aug 21 22:43:35.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85452026-08-21T22:43:36.420Z[ recovery-image] Aug 21 22:43:35.006 INFO O| Aug 21 22:43:35.006 INFO STEP 1068 (remove_files) COMPLETE
85462026-08-21T22:43:36.420Z[ recovery-image] Aug 21 22:43:35.006 INFO O| Aug 21 22:43:35.006 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-08-21T22:43:36.424Z[ recovery-image] Aug 21 22:43:35.017 INFO O| Aug 21 22:43:35.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85482026-08-21T22:43:36.424Z[ recovery-image] Aug 21 22:43:35.017 INFO O| Aug 21 22:43:35.017 INFO STEP 1069 (remove_files) COMPLETE
85492026-08-21T22:43:36.424Z[ recovery-image] Aug 21 22:43:35.017 INFO O| Aug 21 22:43:35.017 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-08-21T22:43:36.432Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
85512026-08-21T22:43:36.435Z[ recovery-image] Aug 21 22:43:35.028 INFO O| Aug 21 22:43:35.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85522026-08-21T22:43:36.435Z[ recovery-image] Aug 21 22:43:35.028 INFO O| Aug 21 22:43:35.028 INFO STEP 1070 (remove_files) COMPLETE
85532026-08-21T22:43:36.435Z[ recovery-image] Aug 21 22:43:35.028 INFO O| Aug 21 22:43:35.028 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85542026-08-21T22:43:36.443Z[ recovery-image] Aug 21 22:43:35.038 INFO O| Aug 21 22:43:35.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85552026-08-21T22:43:36.444Z[ recovery-image] Aug 21 22:43:35.038 INFO O| Aug 21 22:43:35.038 INFO STEP 1071 (remove_files) COMPLETE
85562026-08-21T22:43:36.444Z[ recovery-image] Aug 21 22:43:35.038 INFO O| Aug 21 22:43:35.038 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85572026-08-21T22:43:36.453Z[ recovery-image] Aug 21 22:43:35.047 INFO O| Aug 21 22:43:35.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85582026-08-21T22:43:36.454Z[ recovery-image] Aug 21 22:43:35.047 INFO O| Aug 21 22:43:35.047 INFO STEP 1072 (remove_files) COMPLETE
85592026-08-21T22:43:36.457Z[ recovery-image] Aug 21 22:43:35.047 INFO O| Aug 21 22:43:35.047 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85602026-08-21T22:43:36.460Z[ recovery-image] Aug 21 22:43:35.055 INFO O| Aug 21 22:43:35.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85612026-08-21T22:43:36.460Z[ recovery-image] Aug 21 22:43:35.055 INFO O| Aug 21 22:43:35.055 INFO STEP 1073 (remove_files) COMPLETE
85622026-08-21T22:43:36.460Z[ recovery-image] Aug 21 22:43:35.055 INFO O| Aug 21 22:43:35.055 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-08-21T22:43:36.475Z[ recovery-image] Aug 21 22:43:35.069 INFO O| Aug 21 22:43:35.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85642026-08-21T22:43:36.475Z[ recovery-image] Aug 21 22:43:35.070 INFO O| Aug 21 22:43:35.069 INFO STEP 1074 (remove_files) COMPLETE
85652026-08-21T22:43:36.475Z[ recovery-image] Aug 21 22:43:35.070 INFO O| Aug 21 22:43:35.070 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85662026-08-21T22:43:36.485Z[ recovery-image] Aug 21 22:43:35.080 INFO O| Aug 21 22:43:35.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85672026-08-21T22:43:36.485Z[ recovery-image] Aug 21 22:43:35.080 INFO O| Aug 21 22:43:35.080 INFO STEP 1075 (remove_files) COMPLETE
85682026-08-21T22:43:36.485Z[ recovery-image] Aug 21 22:43:35.080 INFO O| Aug 21 22:43:35.080 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85692026-08-21T22:43:36.496Z[ recovery-image] Aug 21 22:43:35.090 INFO O| Aug 21 22:43:35.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85702026-08-21T22:43:36.496Z[ recovery-image] Aug 21 22:43:35.090 INFO O| Aug 21 22:43:35.090 INFO STEP 1076 (remove_files) COMPLETE
85712026-08-21T22:43:36.496Z[ recovery-image] Aug 21 22:43:35.090 INFO O| Aug 21 22:43:35.090 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85722026-08-21T22:43:36.509Z[ recovery-image] Aug 21 22:43:35.104 INFO O| Aug 21 22:43:35.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85732026-08-21T22:43:36.509Z[ recovery-image] Aug 21 22:43:35.104 INFO O| Aug 21 22:43:35.101 INFO STEP 1077 (remove_files) COMPLETE
85742026-08-21T22:43:36.510Z[ recovery-image] Aug 21 22:43:35.104 INFO O| Aug 21 22:43:35.101 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85752026-08-21T22:43:36.516Z[ recovery-image] Aug 21 22:43:35.111 INFO O| Aug 21 22:43:35.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85762026-08-21T22:43:36.517Z[ recovery-image] Aug 21 22:43:35.111 INFO O| Aug 21 22:43:35.111 INFO STEP 1078 (remove_files) COMPLETE
85772026-08-21T22:43:36.517Z[ recovery-image] Aug 21 22:43:35.111 INFO O| Aug 21 22:43:35.111 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85782026-08-21T22:43:36.526Z[ recovery-image] Aug 21 22:43:35.120 INFO O| Aug 21 22:43:35.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85792026-08-21T22:43:36.526Z[ recovery-image] Aug 21 22:43:35.121 INFO O| Aug 21 22:43:35.121 INFO STEP 1079 (remove_files) COMPLETE
85802026-08-21T22:43:36.529Z[ recovery-image] Aug 21 22:43:35.121 INFO O| Aug 21 22:43:35.121 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-08-21T22:43:36.536Z[ recovery-image] Aug 21 22:43:35.131 INFO O| Aug 21 22:43:35.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85822026-08-21T22:43:36.539Z[ recovery-image] Aug 21 22:43:35.131 INFO O| Aug 21 22:43:35.131 INFO STEP 1080 (remove_files) COMPLETE
85832026-08-21T22:43:36.540Z[ recovery-image] Aug 21 22:43:35.131 INFO O| Aug 21 22:43:35.131 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-08-21T22:43:36.546Z[ recovery-image] Aug 21 22:43:35.141 INFO O| Aug 21 22:43:35.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85852026-08-21T22:43:36.546Z[ recovery-image] Aug 21 22:43:35.141 INFO O| Aug 21 22:43:35.141 INFO STEP 1081 (remove_files) COMPLETE
85862026-08-21T22:43:36.546Z[ recovery-image] Aug 21 22:43:35.141 INFO O| Aug 21 22:43:35.141 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85872026-08-21T22:43:36.557Z[ recovery-image] Aug 21 22:43:35.151 INFO O| Aug 21 22:43:35.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85882026-08-21T22:43:36.557Z[ recovery-image] Aug 21 22:43:35.151 INFO O| Aug 21 22:43:35.151 INFO STEP 1082 (remove_files) COMPLETE
85892026-08-21T22:43:36.557Z[ recovery-image] Aug 21 22:43:35.151 INFO O| Aug 21 22:43:35.151 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85902026-08-21T22:43:36.566Z[ recovery-image] Aug 21 22:43:35.161 INFO O| Aug 21 22:43:35.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85912026-08-21T22:43:36.566Z[ recovery-image] Aug 21 22:43:35.161 INFO O| Aug 21 22:43:35.161 INFO STEP 1083 (remove_files) COMPLETE
85922026-08-21T22:43:36.570Z[ recovery-image] Aug 21 22:43:35.161 INFO O| Aug 21 22:43:35.161 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85932026-08-21T22:43:36.576Z[ recovery-image] Aug 21 22:43:35.171 INFO O| Aug 21 22:43:35.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85942026-08-21T22:43:36.576Z[ recovery-image] Aug 21 22:43:35.171 INFO O| Aug 21 22:43:35.171 INFO STEP 1084 (remove_files) COMPLETE
85952026-08-21T22:43:36.576Z[ recovery-image] Aug 21 22:43:35.171 INFO O| Aug 21 22:43:35.171 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-08-21T22:43:36.585Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
85972026-08-21T22:43:36.588Z[ recovery-image] Aug 21 22:43:35.182 INFO O| Aug 21 22:43:35.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85982026-08-21T22:43:36.588Z[ recovery-image] Aug 21 22:43:35.182 INFO O| Aug 21 22:43:35.182 INFO STEP 1085 (remove_files) COMPLETE
85992026-08-21T22:43:36.589Z[ recovery-image] Aug 21 22:43:35.182 INFO O| Aug 21 22:43:35.182 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86002026-08-21T22:43:36.598Z[ recovery-image] Aug 21 22:43:35.193 INFO O| Aug 21 22:43:35.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
86012026-08-21T22:43:36.598Z[ recovery-image] Aug 21 22:43:35.193 INFO O| Aug 21 22:43:35.193 INFO STEP 1086 (remove_files) COMPLETE
86022026-08-21T22:43:36.598Z[ recovery-image] Aug 21 22:43:35.193 INFO O| Aug 21 22:43:35.193 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86032026-08-21T22:43:36.608Z[ recovery-image] Aug 21 22:43:35.203 INFO O| Aug 21 22:43:35.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
86042026-08-21T22:43:36.608Z[ recovery-image] Aug 21 22:43:35.203 INFO O| Aug 21 22:43:35.203 INFO STEP 1087 (remove_files) COMPLETE
86052026-08-21T22:43:36.612Z[ recovery-image] Aug 21 22:43:35.203 INFO O| Aug 21 22:43:35.203 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86062026-08-21T22:43:36.618Z[ recovery-image] Aug 21 22:43:35.213 INFO O| Aug 21 22:43:35.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
86072026-08-21T22:43:36.618Z[ recovery-image] Aug 21 22:43:35.213 INFO O| Aug 21 22:43:35.213 INFO STEP 1088 (remove_files) COMPLETE
86082026-08-21T22:43:36.618Z[ recovery-image] Aug 21 22:43:35.213 INFO O| Aug 21 22:43:35.213 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86092026-08-21T22:43:36.627Z[ recovery-image] Aug 21 22:43:35.222 INFO O| Aug 21 22:43:35.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86102026-08-21T22:43:36.627Z[ recovery-image] Aug 21 22:43:35.222 INFO O| Aug 21 22:43:35.222 INFO STEP 1089 (remove_files) COMPLETE
86112026-08-21T22:43:36.627Z[ recovery-image] Aug 21 22:43:35.222 INFO O| Aug 21 22:43:35.222 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86122026-08-21T22:43:36.635Z[ recovery-image] Aug 21 22:43:35.230 INFO O| Aug 21 22:43:35.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86132026-08-21T22:43:36.635Z[ recovery-image] Aug 21 22:43:35.230 INFO O| Aug 21 22:43:35.230 INFO STEP 1090 (remove_files) COMPLETE
86142026-08-21T22:43:36.635Z[ recovery-image] Aug 21 22:43:35.230 INFO O| Aug 21 22:43:35.230 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86152026-08-21T22:43:36.645Z[ recovery-image] Aug 21 22:43:35.238 INFO O| Aug 21 22:43:35.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86162026-08-21T22:43:36.645Z[ recovery-image] Aug 21 22:43:35.238 INFO O| Aug 21 22:43:35.238 INFO STEP 1091 (remove_files) COMPLETE
86172026-08-21T22:43:36.645Z[ recovery-image] Aug 21 22:43:35.238 INFO O| Aug 21 22:43:35.238 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86182026-08-21T22:43:36.653Z[ recovery-image] Aug 21 22:43:35.247 INFO O| Aug 21 22:43:35.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86192026-08-21T22:43:36.653Z[ recovery-image] Aug 21 22:43:35.247 INFO O| Aug 21 22:43:35.247 INFO STEP 1092 (remove_files) COMPLETE
86202026-08-21T22:43:36.653Z[ recovery-image] Aug 21 22:43:35.247 INFO O| Aug 21 22:43:35.247 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86212026-08-21T22:43:36.662Z[ recovery-image] Aug 21 22:43:35.256 INFO O| Aug 21 22:43:35.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86222026-08-21T22:43:36.662Z[ recovery-image] Aug 21 22:43:35.257 INFO O| Aug 21 22:43:35.256 INFO STEP 1093 (remove_files) COMPLETE
86232026-08-21T22:43:36.662Z[ recovery-image] Aug 21 22:43:35.257 INFO O| Aug 21 22:43:35.257 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86242026-08-21T22:43:36.672Z[ recovery-image] Aug 21 22:43:35.266 INFO O| Aug 21 22:43:35.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86252026-08-21T22:43:36.672Z[ recovery-image] Aug 21 22:43:35.266 INFO O| Aug 21 22:43:35.266 INFO STEP 1094 (remove_files) COMPLETE
86262026-08-21T22:43:36.672Z[ recovery-image] Aug 21 22:43:35.266 INFO O| Aug 21 22:43:35.266 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86272026-08-21T22:43:36.683Z[ recovery-image] Aug 21 22:43:35.277 INFO O| Aug 21 22:43:35.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86282026-08-21T22:43:36.684Z[ recovery-image] Aug 21 22:43:35.278 INFO O| Aug 21 22:43:35.278 INFO STEP 1095 (remove_files) COMPLETE
86292026-08-21T22:43:36.684Z[ recovery-image] Aug 21 22:43:35.278 INFO O| Aug 21 22:43:35.278 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86302026-08-21T22:43:36.693Z[ recovery-image] Aug 21 22:43:35.288 INFO O| Aug 21 22:43:35.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86312026-08-21T22:43:36.693Z[ recovery-image] Aug 21 22:43:35.288 INFO O| Aug 21 22:43:35.288 INFO STEP 1096 (remove_files) COMPLETE
86322026-08-21T22:43:36.697Z[ recovery-image] Aug 21 22:43:35.288 INFO O| Aug 21 22:43:35.288 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86332026-08-21T22:43:36.703Z[ recovery-image] Aug 21 22:43:35.297 INFO O| Aug 21 22:43:35.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86342026-08-21T22:43:36.703Z[ recovery-image] Aug 21 22:43:35.297 INFO O| Aug 21 22:43:35.297 INFO STEP 1097 (remove_files) COMPLETE
86352026-08-21T22:43:36.703Z[ recovery-image] Aug 21 22:43:35.297 INFO O| Aug 21 22:43:35.297 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86362026-08-21T22:43:36.713Z[ recovery-image] Aug 21 22:43:35.307 INFO O| Aug 21 22:43:35.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86372026-08-21T22:43:36.716Z[ recovery-image] Aug 21 22:43:35.308 INFO O| Aug 21 22:43:35.308 INFO STEP 1098 (remove_files) COMPLETE
86382026-08-21T22:43:36.717Z[ recovery-image] Aug 21 22:43:35.308 INFO O| Aug 21 22:43:35.308 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86392026-08-21T22:43:36.724Z[ recovery-image] Aug 21 22:43:35.318 INFO O| Aug 21 22:43:35.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86402026-08-21T22:43:36.724Z[ recovery-image] Aug 21 22:43:35.318 INFO O| Aug 21 22:43:35.318 INFO STEP 1099 (remove_files) COMPLETE
86412026-08-21T22:43:36.727Z[ recovery-image] Aug 21 22:43:35.318 INFO O| Aug 21 22:43:35.318 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86422026-08-21T22:43:36.740Z[ recovery-image] Aug 21 22:43:35.328 INFO O| Aug 21 22:43:35.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86432026-08-21T22:43:36.740Z[ recovery-image] Aug 21 22:43:35.328 INFO O| Aug 21 22:43:35.328 INFO STEP 1100 (remove_files) COMPLETE
86442026-08-21T22:43:36.743Z[ recovery-image] Aug 21 22:43:35.328 INFO O| Aug 21 22:43:35.328 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86452026-08-21T22:43:36.743Z[ recovery-image] Aug 21 22:43:35.337 INFO O| Aug 21 22:43:35.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86462026-08-21T22:43:36.743Z[ recovery-image] Aug 21 22:43:35.337 INFO O| Aug 21 22:43:35.337 INFO STEP 1101 (remove_files) COMPLETE
86472026-08-21T22:43:36.743Z[ recovery-image] Aug 21 22:43:35.337 INFO O| Aug 21 22:43:35.337 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86482026-08-21T22:43:36.752Z[ recovery-image] Aug 21 22:43:35.347 INFO O| Aug 21 22:43:35.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86492026-08-21T22:43:36.752Z[ recovery-image] Aug 21 22:43:35.347 INFO O| Aug 21 22:43:35.347 INFO STEP 1102 (remove_files) COMPLETE
86502026-08-21T22:43:36.752Z[ recovery-image] Aug 21 22:43:35.347 INFO O| Aug 21 22:43:35.347 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86512026-08-21T22:43:36.762Z[ recovery-image] Aug 21 22:43:35.357 INFO O| Aug 21 22:43:35.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86522026-08-21T22:43:36.762Z[ recovery-image] Aug 21 22:43:35.357 INFO O| Aug 21 22:43:35.357 INFO STEP 1103 (remove_files) COMPLETE
86532026-08-21T22:43:36.762Z[ recovery-image] Aug 21 22:43:35.357 INFO O| Aug 21 22:43:35.357 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86542026-08-21T22:43:36.773Z[ recovery-image] Aug 21 22:43:35.368 INFO O| Aug 21 22:43:35.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86552026-08-21T22:43:36.773Z[ recovery-image] Aug 21 22:43:35.368 INFO O| Aug 21 22:43:35.368 INFO STEP 1104 (remove_files) COMPLETE
86562026-08-21T22:43:36.774Z[ recovery-image] Aug 21 22:43:35.368 INFO O| Aug 21 22:43:35.368 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86572026-08-21T22:43:36.784Z[ recovery-image] Aug 21 22:43:35.378 INFO O| Aug 21 22:43:35.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86582026-08-21T22:43:36.784Z[ recovery-image] Aug 21 22:43:35.378 INFO O| Aug 21 22:43:35.378 INFO STEP 1105 (remove_files) COMPLETE
86592026-08-21T22:43:36.784Z[ recovery-image] Aug 21 22:43:35.378 INFO O| Aug 21 22:43:35.378 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86602026-08-21T22:43:36.796Z[ recovery-image] Aug 21 22:43:35.389 INFO O| Aug 21 22:43:35.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86612026-08-21T22:43:36.796Z[ recovery-image] Aug 21 22:43:35.389 INFO O| Aug 21 22:43:35.389 INFO STEP 1106 (remove_files) COMPLETE
86622026-08-21T22:43:36.800Z[ recovery-image] Aug 21 22:43:35.389 INFO O| Aug 21 22:43:35.389 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86632026-08-21T22:43:36.810Z[ recovery-image] Aug 21 22:43:35.402 INFO O| Aug 21 22:43:35.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86642026-08-21T22:43:36.810Z[ recovery-image] Aug 21 22:43:35.402 INFO O| Aug 21 22:43:35.402 INFO STEP 1107 (remove_files) COMPLETE
86652026-08-21T22:43:36.810Z[ recovery-image] Aug 21 22:43:35.402 INFO O| Aug 21 22:43:35.402 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86662026-08-21T22:43:36.820Z[ recovery-image] Aug 21 22:43:35.415 INFO O| Aug 21 22:43:35.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86672026-08-21T22:43:36.820Z[ recovery-image] Aug 21 22:43:35.415 INFO O| Aug 21 22:43:35.415 INFO STEP 1108 (remove_files) COMPLETE
86682026-08-21T22:43:36.820Z[ recovery-image] Aug 21 22:43:35.415 INFO O| Aug 21 22:43:35.415 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86692026-08-21T22:43:36.834Z[ recovery-image] Aug 21 22:43:35.426 INFO O| Aug 21 22:43:35.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86702026-08-21T22:43:36.834Z[ recovery-image] Aug 21 22:43:35.426 INFO O| Aug 21 22:43:35.426 INFO STEP 1109 (remove_files) COMPLETE
86712026-08-21T22:43:36.837Z[ recovery-image] Aug 21 22:43:35.426 INFO O| Aug 21 22:43:35.426 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86722026-08-21T22:43:36.844Z[ recovery-image] Aug 21 22:43:35.437 INFO O| Aug 21 22:43:35.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86732026-08-21T22:43:36.844Z[ recovery-image] Aug 21 22:43:35.437 INFO O| Aug 21 22:43:35.437 INFO STEP 1110 (remove_files) COMPLETE
86742026-08-21T22:43:36.844Z[ recovery-image] Aug 21 22:43:35.437 INFO O| Aug 21 22:43:35.437 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86752026-08-21T22:43:36.852Z[ recovery-image] Aug 21 22:43:35.447 INFO O| Aug 21 22:43:35.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86762026-08-21T22:43:36.852Z[ recovery-image] Aug 21 22:43:35.447 INFO O| Aug 21 22:43:35.447 INFO STEP 1111 (remove_files) COMPLETE
86772026-08-21T22:43:36.856Z[ recovery-image] Aug 21 22:43:35.447 INFO O| Aug 21 22:43:35.447 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86782026-08-21T22:43:36.863Z[ recovery-image] Aug 21 22:43:35.458 INFO O| Aug 21 22:43:35.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86792026-08-21T22:43:36.863Z[ recovery-image] Aug 21 22:43:35.458 INFO O| Aug 21 22:43:35.458 INFO STEP 1112 (remove_files) COMPLETE
86802026-08-21T22:43:36.867Z[ recovery-image] Aug 21 22:43:35.458 INFO O| Aug 21 22:43:35.458 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86812026-08-21T22:43:36.874Z[ recovery-image] Aug 21 22:43:35.468 INFO O| Aug 21 22:43:35.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86822026-08-21T22:43:36.874Z[ recovery-image] Aug 21 22:43:35.468 INFO O| Aug 21 22:43:35.468 INFO STEP 1113 (remove_files) COMPLETE
86832026-08-21T22:43:36.874Z[ recovery-image] Aug 21 22:43:35.468 INFO O| Aug 21 22:43:35.468 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86842026-08-21T22:43:36.884Z[ recovery-image] Aug 21 22:43:35.478 INFO O| Aug 21 22:43:35.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86852026-08-21T22:43:36.884Z[ recovery-image] Aug 21 22:43:35.479 INFO O| Aug 21 22:43:35.478 INFO STEP 1114 (remove_files) COMPLETE
86862026-08-21T22:43:36.884Z[ recovery-image] Aug 21 22:43:35.479 INFO O| Aug 21 22:43:35.479 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86872026-08-21T22:43:36.892Z[ recovery-image] Aug 21 22:43:35.487 INFO O| Aug 21 22:43:35.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86882026-08-21T22:43:36.892Z[ recovery-image] Aug 21 22:43:35.487 INFO O| Aug 21 22:43:35.487 INFO STEP 1115 (remove_files) COMPLETE
86892026-08-21T22:43:36.893Z[ recovery-image] Aug 21 22:43:35.487 INFO O| Aug 21 22:43:35.487 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86902026-08-21T22:43:36.900Z[ recovery-image] Aug 21 22:43:35.494 INFO O| Aug 21 22:43:35.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86912026-08-21T22:43:36.900Z[ recovery-image] Aug 21 22:43:35.494 INFO O| Aug 21 22:43:35.494 INFO STEP 1116 (remove_files) COMPLETE
86922026-08-21T22:43:36.900Z[ recovery-image] Aug 21 22:43:35.494 INFO O| Aug 21 22:43:35.494 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86932026-08-21T22:43:36.907Z[ recovery-image] Aug 21 22:43:35.501 INFO O| Aug 21 22:43:35.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86942026-08-21T22:43:36.907Z[ recovery-image] Aug 21 22:43:35.501 INFO O| Aug 21 22:43:35.501 INFO STEP 1117 (remove_files) COMPLETE
86952026-08-21T22:43:36.907Z[ recovery-image] Aug 21 22:43:35.501 INFO O| Aug 21 22:43:35.501 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86962026-08-21T22:43:36.919Z[ recovery-image] Aug 21 22:43:35.513 INFO O| Aug 21 22:43:35.513 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86972026-08-21T22:43:36.919Z[ recovery-image] Aug 21 22:43:35.513 INFO O| Aug 21 22:43:35.513 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86982026-08-21T22:43:37.112Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
86992026-08-21T22:43:37.560Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87002026-08-21T22:43:37.699Z[ recovery-image] Aug 21 22:43:36.293 INFO O| Aug 21 22:43:36.293 INFO STEP 1118 (pack_tar) COMPLETE
87012026-08-21T22:43:37.699Z[ recovery-image] Aug 21 22:43:36.293 INFO O| Aug 21 22:43:36.293 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87022026-08-21T22:43:37.699Z[ recovery-image] Aug 21 22:43:36.293 INFO O| Aug 21 22:43:36.293 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87032026-08-21T22:43:38.518Z[ recovery-image] Aug 21 22:43:37.112 INFO O| Aug 21 22:43:37.112 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
87042026-08-21T22:43:38.654Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87052026-08-21T22:43:38.727Z[ recovery-image] Aug 21 22:43:37.322 INFO O| Aug 21 22:43:37.322 INFO completed processing sled/ramdisk-03-recovery-trim
87062026-08-21T22:43:38.732Z[ recovery-image] Aug 21 22:43:37.327 INFO image builder template: zfs-recovery...
87072026-08-21T22:43:38.732Z[ recovery-image] Aug 21 22:43:37.327 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/.tmpxEEXn5/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
87082026-08-21T22:43:38.761Z[ recovery-image] Aug 21 22:43:37.356 INFO O| Aug 21 22:43:37.356 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87092026-08-21T22:43:38.765Z[ recovery-image] Aug 21 22:43:37.360 INFO O| Aug 21 22:43:37.360 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87102026-08-21T22:43:38.778Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87112026-08-21T22:43:38.819Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87122026-08-21T22:43:38.894Z[ recovery-image] Aug 21 22:43:37.489 INFO O| Aug 21 22:43:37.489 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87132026-08-21T22:43:38.974Z[ recovery-image] Aug 21 22:43:37.568 INFO O| Aug 21 22:43:37.568 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87142026-08-21T22:43:38.974Z[ recovery-image] Aug 21 22:43:37.568 INFO O| Aug 21 22:43:37.568 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87152026-08-21T22:43:38.977Z[ recovery-image] Aug 21 22:43:37.572 INFO O| Aug 21 22:43:37.572 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87162026-08-21T22:43:39.072Z[ recovery-image] Aug 21 22:43:37.667 INFO O| Aug 21 22:43:37.667 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87172026-08-21T22:43:39.152Z[ recovery-image] Aug 21 22:43:37.746 INFO O| Aug 21 22:43:37.746 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87182026-08-21T22:43:39.161Z[ recovery-image] Aug 21 22:43:37.756 INFO O| Aug 21 22:43:37.756 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87192026-08-21T22:43:39.166Z[ recovery-image] Aug 21 22:43:37.761 INFO O| Aug 21 22:43:37.761 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87202026-08-21T22:43:39.169Z[ recovery-image] Aug 21 22:43:37.762 INFO O| Aug 21 22:43:37.762 INFO no lofi found
87212026-08-21T22:43:39.170Z[ recovery-image] Aug 21 22:43:37.762 INFO O| Aug 21 22:43:37.762 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87222026-08-21T22:43:39.170Z[ recovery-image] Aug 21 22:43:37.762 INFO O| Aug 21 22:43:37.762 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87232026-08-21T22:43:40.361Z[ host-image] Aug 21 22:43:38.956 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24211:20260820T220130Z
87242026-08-21T22:43:40.361Z[ host-image] Aug 21 22:43:38.956 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24211:20260820T220130Z
87252026-08-21T22:43:40.366Z[ host-image] Aug 21 22:43:38.956 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
87262026-08-21T22:43:40.366Z[ host-image] Aug 21 22:43:38.956 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
87272026-08-21T22:43:40.366Z[ host-image] Aug 21 22:43:38.956 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
87282026-08-21T22:43:40.366Z[ host-image] Aug 21 22:43:38.956 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
87292026-08-21T22:43:40.366Z[ host-image] Aug 21 22:43:38.956 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
87302026-08-21T22:43:40.368Z[ host-image] Aug 21 22:43:38.956 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
87312026-08-21T22:43:40.368Z[ host-image] Aug 21 22:43:38.957 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260821T222655Z
87322026-08-21T22:43:40.368Z[ host-image] Aug 21 22:43:38.957 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
87332026-08-21T22:43:40.368Z[ host-image] Aug 21 22:43:38.957 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
87342026-08-21T22:43:40.368Z[ host-image] Aug 21 22:43:38.957 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24211:20260820T220130Z
87352026-08-21T22:43:40.368Z[ host-image] Aug 21 22:43:38.957 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24211:20260820T220131Z
87362026-08-21T22:43:40.368Z[ host-image] Aug 21 22:43:38.957 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24211:20260820T220131Z
87372026-08-21T22:43:40.368Z[ host-image] Aug 21 22:43:38.958 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24211:20260820T220131Z
87382026-08-21T22:43:40.368Z[ host-image] Aug 21 22:43:38.958 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
87392026-08-21T22:43:40.368Z[ host-image] Aug 21 22:43:38.958 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24211:20260820T220131Z
87402026-08-21T22:43:40.368Z[ host-image] Aug 21 22:43:38.958 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24211:20260820T220131Z
87412026-08-21T22:43:40.368Z[ host-image] Aug 21 22:43:38.958 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24211:20260820T220131Z
87422026-08-21T22:43:40.368Z[ host-image] Aug 21 22:43:38.958 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24211:20260820T220131Z
87432026-08-21T22:43:40.368Z[ host-image] Aug 21 22:43:38.958 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24211:20260820T220131Z
87442026-08-21T22:43:40.368Z[ host-image] Aug 21 22:43:38.958 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24211:20260820T220131Z
87452026-08-21T22:43:40.368Z[ host-image] Aug 21 22:43:38.958 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24211:20260820T220131Z
87462026-08-21T22:43:40.368Z[ host-image] Aug 21 22:43:38.958 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24211:20260820T220131Z
87472026-08-21T22:43:40.369Z[ host-image] Aug 21 22:43:38.958 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24211:20260820T220132Z
87482026-08-21T22:43:40.369Z[ host-image] Aug 21 22:43:38.958 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24211:20260820T220132Z
87492026-08-21T22:43:40.369Z[ host-image] Aug 21 22:43:38.958 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24211:20260820T220132Z
87502026-08-21T22:43:40.369Z[ host-image] Aug 21 22:43:38.959 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24211:20260820T220133Z
87512026-08-21T22:43:40.369Z[ host-image] Aug 21 22:43:38.959 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24211:20260820T220133Z
87522026-08-21T22:43:40.369Z[ host-image] Aug 21 22:43:38.959 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24211:20260820T220133Z
87532026-08-21T22:43:40.369Z[ host-image] Aug 21 22:43:38.959 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24211:20260820T220134Z
87542026-08-21T22:43:40.369Z[ host-image] Aug 21 22:43:38.959 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
87552026-08-21T22:43:40.369Z[ host-image] Aug 21 22:43:38.959 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24211:20260820T220134Z
87562026-08-21T22:43:40.369Z[ host-image] Aug 21 22:43:38.959 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24211:20260820T220135Z
87572026-08-21T22:43:40.369Z[ host-image] Aug 21 22:43:38.959 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24211:20260820T220135Z
87582026-08-21T22:43:40.369Z[ host-image] Aug 21 22:43:38.959 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24211:20260820T220135Z
87592026-08-21T22:43:40.369Z[ host-image] Aug 21 22:43:38.959 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24211:20260820T220136Z
87602026-08-21T22:43:40.369Z[ host-image] Aug 21 22:43:38.959 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24211:20260820T220136Z
87612026-08-21T22:43:40.369Z[ host-image] Aug 21 22:43:38.959 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24211:20260820T220136Z
87622026-08-21T22:43:40.373Z[ host-image] Aug 21 22:43:38.962 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
87632026-08-21T22:43:40.373Z[ host-image] Aug 21 22:43:38.962 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24211:20260820T220136Z
87642026-08-21T22:43:40.373Z[ host-image] Aug 21 22:43:38.962 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
87652026-08-21T22:43:40.373Z[ host-image] Aug 21 22:43:38.962 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
87662026-08-21T22:43:40.373Z[ host-image] Aug 21 22:43:38.962 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
87672026-08-21T22:43:40.373Z[ host-image] Aug 21 22:43:38.962 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
87682026-08-21T22:43:40.373Z[ host-image] Aug 21 22:43:38.962 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24211:20260820T220137Z
87692026-08-21T22:43:40.373Z[ host-image] Aug 21 22:43:38.962 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
87702026-08-21T22:43:40.373Z[ host-image] Aug 21 22:43:38.963 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
87712026-08-21T22:43:40.373Z[ host-image] Aug 21 22:43:38.963 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
87722026-08-21T22:43:40.373Z[ host-image] Aug 21 22:43:38.963 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
87732026-08-21T22:43:40.373Z[ host-image] Aug 21 22:43:38.966 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
87742026-08-21T22:43:40.373Z[ host-image] Aug 21 22:43:38.966 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
87752026-08-21T22:43:40.373Z[ host-image] Aug 21 22:43:38.966 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
87762026-08-21T22:43:40.373Z[ host-image] Aug 21 22:43:38.966 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
87772026-08-21T22:43:40.373Z[ host-image] Aug 21 22:43:38.967 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
87782026-08-21T22:43:40.373Z[ host-image] Aug 21 22:43:38.967 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
87792026-08-21T22:43:40.383Z[ host-image] Aug 21 22:43:38.978 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
87802026-08-21T22:43:40.384Z[ host-image] Aug 21 22:43:38.978 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
87812026-08-21T22:43:40.384Z[ host-image] Aug 21 22:43:38.978 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
87822026-08-21T22:43:40.387Z[ host-image] Aug 21 22:43:38.979 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24211:20260820T220137Z
87832026-08-21T22:43:40.387Z[ host-image] Aug 21 22:43:38.979 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24211:20260820T220140Z
87842026-08-21T22:43:40.387Z[ host-image] Aug 21 22:43:38.979 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
87852026-08-21T22:43:40.387Z[ host-image] Aug 21 22:43:38.979 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24211:20260820T220140Z
87862026-08-21T22:43:40.387Z[ host-image] Aug 21 22:43:38.979 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
87872026-08-21T22:43:40.387Z[ host-image] Aug 21 22:43:38.979 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
87882026-08-21T22:43:40.387Z[ host-image] Aug 21 22:43:38.979 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
87892026-08-21T22:43:40.388Z[ host-image] Aug 21 22:43:38.979 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
87902026-08-21T22:43:40.388Z[ host-image] Aug 21 22:43:38.979 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24211:20260820T220140Z
87912026-08-21T22:43:40.388Z[ host-image] Aug 21 22:43:38.979 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
87922026-08-21T22:43:40.388Z[ host-image] Aug 21 22:43:38.980 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
87932026-08-21T22:43:40.388Z[ host-image] Aug 21 22:43:38.980 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
87942026-08-21T22:43:40.388Z[ host-image] Aug 21 22:43:38.980 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
87952026-08-21T22:43:40.388Z[ host-image] Aug 21 22:43:38.980 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24211:20260820T220140Z
87962026-08-21T22:43:40.388Z[ host-image] Aug 21 22:43:38.980 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
87972026-08-21T22:43:40.392Z[ host-image] Aug 21 22:43:38.984 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
87982026-08-21T22:43:40.393Z[ host-image] Aug 21 22:43:38.984 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24211:20260820T220141Z
87992026-08-21T22:43:40.393Z[ host-image] Aug 21 22:43:38.984 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24211:20260820T220141Z
88002026-08-21T22:43:40.393Z[ host-image] Aug 21 22:43:38.985 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24211:20260820T220141Z
88012026-08-21T22:43:40.393Z[ host-image] Aug 21 22:43:38.985 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
88022026-08-21T22:43:40.393Z[ host-image] Aug 21 22:43:38.985 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24211:20260820T220141Z
88032026-08-21T22:43:40.393Z[ host-image] Aug 21 22:43:38.985 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24211:20260820T220141Z
88042026-08-21T22:43:40.393Z[ host-image] Aug 21 22:43:38.985 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24211:20260820T220141Z
88052026-08-21T22:43:40.393Z[ host-image] Aug 21 22:43:38.985 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24211:20260820T220141Z
88062026-08-21T22:43:40.393Z[ host-image] Aug 21 22:43:38.986 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
88072026-08-21T22:43:40.393Z[ host-image] Aug 21 22:43:38.986 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24211:20260820T220142Z
88082026-08-21T22:43:40.393Z[ host-image] Aug 21 22:43:38.986 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24211:20260820T220142Z
88092026-08-21T22:43:40.393Z[ host-image] Aug 21 22:43:38.986 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
88102026-08-21T22:43:40.393Z[ host-image] Aug 21 22:43:38.986 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24211:20260820T220142Z
88112026-08-21T22:43:40.393Z[ host-image] Aug 21 22:43:38.986 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24211:20260820T220142Z
88122026-08-21T22:43:40.393Z[ host-image] Aug 21 22:43:38.986 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24211:20260820T220142Z
88132026-08-21T22:43:40.393Z[ host-image] Aug 21 22:43:38.987 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24211:20260820T220142Z
88142026-08-21T22:43:40.397Z[ host-image] Aug 21 22:43:38.989 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24211:20260820T220143Z
88152026-08-21T22:43:40.397Z[ host-image] Aug 21 22:43:38.989 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
88162026-08-21T22:43:40.397Z[ host-image] Aug 21 22:43:38.989 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24211:20260820T220143Z
88172026-08-21T22:43:40.398Z[ host-image] Aug 21 22:43:38.989 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24211:20260820T220143Z
88182026-08-21T22:43:40.398Z[ host-image] Aug 21 22:43:38.989 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24211:20260820T220143Z
88192026-08-21T22:43:40.398Z[ host-image] Aug 21 22:43:38.989 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24211:20260820T220143Z
88202026-08-21T22:43:40.398Z[ host-image] Aug 21 22:43:38.990 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24211:20260820T220143Z
88212026-08-21T22:43:40.398Z[ host-image] Aug 21 22:43:38.990 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24211:20260820T220143Z
88222026-08-21T22:43:40.398Z[ host-image] Aug 21 22:43:38.990 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24211:20260820T220143Z
88232026-08-21T22:43:40.398Z[ host-image] Aug 21 22:43:38.990 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24211:20260820T220143Z
88242026-08-21T22:43:40.401Z[ host-image] Aug 21 22:43:38.993 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24211:20260820T220144Z
88252026-08-21T22:43:40.401Z[ host-image] Aug 21 22:43:38.993 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24211:20260820T220143Z
88262026-08-21T22:43:40.401Z[ host-image] Aug 21 22:43:38.993 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24211:20260820T220144Z
88272026-08-21T22:43:40.401Z[ host-image] Aug 21 22:43:38.993 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24211:20260820T220144Z
88282026-08-21T22:43:40.401Z[ host-image] Aug 21 22:43:38.993 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24211:20260820T220144Z
88292026-08-21T22:43:40.404Z[ host-image] Aug 21 22:43:38.999 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24211:20260820T220145Z
88302026-08-21T22:43:40.404Z[ host-image] Aug 21 22:43:38.999 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24211:20260820T220144Z
88312026-08-21T22:43:40.408Z[ host-image] Aug 21 22:43:38.999 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24211:20260820T220144Z
88322026-08-21T22:43:40.408Z[ host-image] Aug 21 22:43:38.999 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
88332026-08-21T22:43:40.408Z[ host-image] Aug 21 22:43:39.000 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
88342026-08-21T22:43:40.413Z[ host-image] Aug 21 22:43:39.008 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24211:20260820T220144Z
88352026-08-21T22:43:40.413Z[ host-image] Aug 21 22:43:39.008 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
88362026-08-21T22:43:40.413Z[ host-image] Aug 21 22:43:39.008 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24211:20260820T220144Z
88372026-08-21T22:43:40.417Z[ host-image] Aug 21 22:43:39.008 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24211:20260820T220144Z
88382026-08-21T22:43:40.417Z[ host-image] Aug 21 22:43:39.008 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24211:20260820T220144Z
88392026-08-21T22:43:40.417Z[ host-image] Aug 21 22:43:39.009 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
88402026-08-21T22:43:40.417Z[ host-image] Aug 21 22:43:39.009 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
88412026-08-21T22:43:40.417Z[ host-image] Aug 21 22:43:39.009 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24211:20260820T220145Z
88422026-08-21T22:43:40.417Z[ host-image] Aug 21 22:43:39.009 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24211:20260820T220145Z
88432026-08-21T22:43:40.417Z[ host-image] Aug 21 22:43:39.009 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24211:20260820T220145Z
88442026-08-21T22:43:40.417Z[ host-image] Aug 21 22:43:39.009 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24211:20260820T220145Z
88452026-08-21T22:43:40.417Z[ host-image] Aug 21 22:43:39.009 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24211:20260820T220145Z
88462026-08-21T22:43:40.417Z[ host-image] Aug 21 22:43:39.009 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24211:20260820T220145Z
88472026-08-21T22:43:40.417Z[ host-image] Aug 21 22:43:39.010 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
88482026-08-21T22:43:40.417Z[ host-image] Aug 21 22:43:39.010 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24211:20260820T220145Z
88492026-08-21T22:43:40.418Z[ host-image] Aug 21 22:43:39.010 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24211:20260820T220146Z
88502026-08-21T22:43:40.418Z[ host-image] Aug 21 22:43:39.010 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24211:20260820T220146Z
88512026-08-21T22:43:40.418Z[ host-image] Aug 21 22:43:39.011 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24211:20260820T220146Z
88522026-08-21T22:43:40.418Z[ host-image] Aug 21 22:43:39.011 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24211:20260820T220146Z
88532026-08-21T22:43:40.418Z[ host-image] Aug 21 22:43:39.011 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24211:20260820T220146Z
88542026-08-21T22:43:40.418Z[ host-image] Aug 21 22:43:39.011 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
88552026-08-21T22:43:40.418Z[ host-image] Aug 21 22:43:39.011 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
88562026-08-21T22:43:40.418Z[ host-image] Aug 21 22:43:39.011 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24211:20260820T220147Z
88572026-08-21T22:43:40.418Z[ host-image] Aug 21 22:43:39.011 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24211:20260820T220147Z
88582026-08-21T22:43:40.418Z[ host-image] Aug 21 22:43:39.011 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
88592026-08-21T22:43:40.418Z[ host-image] Aug 21 22:43:39.011 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
88602026-08-21T22:43:40.418Z[ host-image] Aug 21 22:43:39.011 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
88612026-08-21T22:43:40.418Z[ host-image] Aug 21 22:43:39.011 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
88622026-08-21T22:43:40.418Z[ host-image] Aug 21 22:43:39.011 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
88632026-08-21T22:43:40.418Z[ host-image] Aug 21 22:43:39.011 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
88642026-08-21T22:43:40.422Z[ host-image] Aug 21 22:43:39.012 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
88652026-08-21T22:43:40.422Z[ host-image] Aug 21 22:43:39.012 INFO O| tempdir @ "/tmp/.tmpOEr8yg/tmp"
88662026-08-21T22:43:40.423Z[ host-image] Aug 21 22:43:39.012 INFO O| image root @ "/tmp/.tmpOEr8yg/tmp/root"
88672026-08-21T22:43:40.423Z[ host-image] Aug 21 22:43:39.012 INFO O| creating image...
88682026-08-21T22:43:40.663Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
88692026-08-21T22:43:40.874Z[ host-image] Aug 21 22:43:39.468 INFO O| copying publishers...
88702026-08-21T22:43:41.211Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
88712026-08-21T22:43:41.406Z[ recovery-image] Aug 21 22:43:40.001 INFO O| Aug 21 22:43:40.001 INFO lofi device = /dev/dsk/c2t1d0p0
88722026-08-21T22:43:41.406Z[ recovery-image] Aug 21 22:43:40.001 INFO O| Aug 21 22:43:40.001 INFO pool device = /dev/dsk/c2t1d0p0
88732026-08-21T22:43:41.407Z[ recovery-image] Aug 21 22:43:40.001 INFO O| Aug 21 22:43:40.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"]
88742026-08-21T22:43:41.521Z[ recovery-image] Aug 21 22:43:40.116 INFO O| Aug 21 22:43:40.116 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88752026-08-21T22:43:41.521Z[ recovery-image] Aug 21 22:43:40.116 INFO O| Aug 21 22:43:40.116 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
88762026-08-21T22:43:41.544Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
88772026-08-21T22:43:41.548Z[ recovery-image] Aug 21 22:43:40.140 INFO O| Aug 21 22:43:40.140 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
88782026-08-21T22:43:41.641Z[ recovery-image] Aug 21 22:43:40.235 INFO O| Aug 21 22:43:40.235 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
88792026-08-21T22:43:41.678Z[ recovery-image] Aug 21 22:43:40.272 INFO O| Aug 21 22:43:40.272 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
88802026-08-21T22:43:41.733Z[ recovery-image] Aug 21 22:43:40.294 INFO O| Aug 21 22:43:40.293 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
88812026-08-21T22:43:41.733Z[ recovery-image] Aug 21 22:43:40.320 INFO O| Aug 21 22:43:40.320 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
88822026-08-21T22:43:41.769Z[ recovery-image] Aug 21 22:43:40.363 INFO O| Aug 21 22:43:40.363 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
88832026-08-21T22:43:41.769Z[ recovery-image] Aug 21 22:43:40.363 INFO O| Aug 21 22:43:40.363 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
88842026-08-21T22:43:41.772Z[ recovery-image] Aug 21 22:43:40.363 INFO O| Aug 21 22:43:40.363 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
88852026-08-21T22:43:41.781Z[ recovery-image] Aug 21 22:43:40.376 INFO O| Aug 21 22:43:40.376 INFO boot environment UUID: bbc3600e-bc75-4d1a-bb8f-4db7de8f37ad
88862026-08-21T22:43:41.781Z[ recovery-image] Aug 21 22:43:40.376 INFO O| Aug 21 22:43:40.376 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = bbc3600e-bc75-4d1a-bb8f-4db7de8f37ad
88872026-08-21T22:43:41.800Z[ recovery-image] Aug 21 22:43:40.394 INFO O| Aug 21 22:43:40.394 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88882026-08-21T22:43:41.829Z[ recovery-image] Aug 21 22:43:40.422 INFO O| Aug 21 22:43:40.422 INFO STEP 0 (create_be) COMPLETE
88892026-08-21T22:43:41.829Z[ recovery-image] Aug 21 22:43:40.422 INFO O| Aug 21 22:43:40.422 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88902026-08-21T22:43:41.845Z[ recovery-image] Aug 21 22:43:40.439 INFO O| Aug 21 22:43:40.439 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"]
88912026-08-21T22:43:41.871Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
88922026-08-21T22:43:42.581Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
88932026-08-21T22:43:42.765Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
88942026-08-21T22:43:42.946Z[verify-libraries] Compiling multimap v0.10.1
88952026-08-21T22:43:43.071Z[verify-libraries] Compiling termios v0.3.3
88962026-08-21T22:43:43.331Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
88972026-08-21T22:43:43.361Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
88982026-08-21T22:43:45.482Z[ host-image] Aug 21 22:43:44.073 INFO O| adding properties...
88992026-08-21T22:43:45.763Z[verify-libraries] Compiling polar-core v0.27.3
89002026-08-21T22:43:47.912Z[ recovery-image] Aug 21 22:43:46.506 INFO O| Aug 21 22:43:46.506 INFO STEP 1 (unpack_tar) COMPLETE
89012026-08-21T22:43:47.912Z[ recovery-image] Aug 21 22:43:46.506 INFO O| Aug 21 22:43:46.506 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89022026-08-21T22:43:47.926Z[ recovery-image] Aug 21 22:43:46.518 INFO O| Aug 21 22:43:46.518 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
89032026-08-21T22:43:49.192Z[ recovery-image] Aug 21 22:43:47.787 INFO O| Aug 21 22:43:47.786 INFO STEP 2 (devfsadm) COMPLETE
89042026-08-21T22:43:49.192Z[ recovery-image] Aug 21 22:43:47.787 INFO O| Aug 21 22:43:47.786 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89052026-08-21T22:43:49.203Z[ recovery-image] Aug 21 22:43:47.797 INFO O| Aug 21 22:43:47.797 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
89062026-08-21T22:43:49.203Z[ recovery-image] Aug 21 22:43:47.797 INFO O| Aug 21 22:43:47.797 INFO STEP 3 (ensure_dir) COMPLETE
89072026-08-21T22:43:49.203Z[ recovery-image] Aug 21 22:43:47.797 INFO O| Aug 21 22:43:47.797 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89082026-08-21T22:43:49.213Z[ recovery-image] Aug 21 22:43:47.807 INFO O| Aug 21 22:43:47.807 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89092026-08-21T22:43:49.213Z[ recovery-image] Aug 21 22:43:47.807 INFO O| Aug 21 22:43:47.807 INFO STEP 4 (ensure_dir) COMPLETE
89102026-08-21T22:43:49.216Z[ recovery-image] Aug 21 22:43:47.807 INFO O| Aug 21 22:43:47.807 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89112026-08-21T22:43:49.222Z[ recovery-image] Aug 21 22:43:47.817 INFO O| Aug 21 22:43:47.817 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89122026-08-21T22:43:49.222Z[ recovery-image] Aug 21 22:43:47.817 INFO O| Aug 21 22:43:47.817 INFO STEP 5 (ensure_dir) COMPLETE
89132026-08-21T22:43:49.225Z[ recovery-image] Aug 21 22:43:47.817 INFO O| Aug 21 22:43:47.817 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89142026-08-21T22:43:49.231Z[ recovery-image] Aug 21 22:43:47.826 INFO O| Aug 21 22:43:47.826 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89152026-08-21T22:43:49.231Z[ recovery-image] Aug 21 22:43:47.826 INFO O| Aug 21 22:43:47.826 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89162026-08-21T22:43:49.231Z[ recovery-image] Aug 21 22:43:47.826 INFO O| Aug 21 22:43:47.826 INFO STEP 6 (ensure_dir) COMPLETE
89172026-08-21T22:43:49.234Z[ recovery-image] Aug 21 22:43:47.826 INFO O| Aug 21 22:43:47.826 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89182026-08-21T22:43:49.240Z[ recovery-image] Aug 21 22:43:47.835 INFO O| Aug 21 22:43:47.835 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89192026-08-21T22:43:49.240Z[ recovery-image] Aug 21 22:43:47.835 INFO O| Aug 21 22:43:47.835 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89202026-08-21T22:43:49.243Z[ recovery-image] Aug 21 22:43:47.835 INFO O| Aug 21 22:43:47.835 INFO STEP 7 (ensure_dir) COMPLETE
89212026-08-21T22:43:49.243Z[ recovery-image] Aug 21 22:43:47.835 INFO O| Aug 21 22:43:47.835 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89222026-08-21T22:43:49.249Z[ recovery-image] Aug 21 22:43:47.844 INFO O| Aug 21 22:43:47.844 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
89232026-08-21T22:43:49.252Z[ recovery-image] Aug 21 22:43:47.844 INFO O| Aug 21 22:43:47.844 INFO STEP 8 (remove_files) COMPLETE
89242026-08-21T22:43:49.252Z[ recovery-image] Aug 21 22:43:47.844 INFO O| Aug 21 22:43:47.844 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89252026-08-21T22:43:49.258Z[ recovery-image] Aug 21 22:43:47.853 INFO O| Aug 21 22:43:47.853 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
89262026-08-21T22:43:49.263Z[ recovery-image] Aug 21 22:43:47.854 INFO O| Aug 21 22:43:47.854 INFO STEP 9 (remove_files) COMPLETE
89272026-08-21T22:43:49.263Z[ recovery-image] Aug 21 22:43:47.854 INFO O| Aug 21 22:43:47.854 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89282026-08-21T22:43:49.270Z[ recovery-image] Aug 21 22:43:47.864 INFO O| Aug 21 22:43:47.864 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
89292026-08-21T22:43:49.273Z[ recovery-image] Aug 21 22:43:47.865 INFO O| Aug 21 22:43:47.865 INFO STEP 10 (remove_files) COMPLETE
89302026-08-21T22:43:49.273Z[ recovery-image] Aug 21 22:43:47.865 INFO O| Aug 21 22:43:47.865 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89312026-08-21T22:43:49.279Z[ recovery-image] Aug 21 22:43:47.874 INFO O| Aug 21 22:43:47.874 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
89322026-08-21T22:43:49.279Z[ recovery-image] Aug 21 22:43:47.874 INFO O| Aug 21 22:43:47.874 INFO STEP 11 (remove_files) COMPLETE
89332026-08-21T22:43:49.283Z[ recovery-image] Aug 21 22:43:47.874 INFO O| Aug 21 22:43:47.874 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89342026-08-21T22:43:49.289Z[ recovery-image] Aug 21 22:43:47.884 INFO O| Aug 21 22:43:47.884 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
89352026-08-21T22:43:49.289Z[ recovery-image] Aug 21 22:43:47.884 INFO O| Aug 21 22:43:47.884 INFO STEP 12 (remove_files) COMPLETE
89362026-08-21T22:43:49.290Z[ recovery-image] Aug 21 22:43:47.884 INFO O| Aug 21 22:43:47.884 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89372026-08-21T22:43:49.299Z[ recovery-image] Aug 21 22:43:47.894 INFO O| Aug 21 22:43:47.893 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
89382026-08-21T22:43:49.299Z[ recovery-image] Aug 21 22:43:47.894 INFO O| Aug 21 22:43:47.894 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
89392026-08-21T22:43:49.299Z[ recovery-image] Aug 21 22:43:47.894 INFO O| Aug 21 22:43:47.894 INFO STEP 13 (ensure_dir) COMPLETE
89402026-08-21T22:43:49.299Z[ recovery-image] Aug 21 22:43:47.894 INFO O| Aug 21 22:43:47.894 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89412026-08-21T22:43:49.313Z[ recovery-image] Aug 21 22:43:47.905 INFO O| Aug 21 22:43:47.905 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89422026-08-21T22:43:49.314Z[ recovery-image] Aug 21 22:43:47.905 INFO O| Aug 21 22:43:47.905 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89432026-08-21T22:43:49.314Z[ recovery-image] Aug 21 22:43:47.905 INFO O| Aug 21 22:43:47.905 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89442026-08-21T22:43:49.323Z[ recovery-image] Aug 21 22:43:47.905 INFO O| Aug 21 22:43:47.905 INFO STEP 14 (ensure_dir) COMPLETE
89452026-08-21T22:43:49.323Z[ recovery-image] Aug 21 22:43:47.905 INFO O| Aug 21 22:43:47.905 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89462026-08-21T22:43:49.326Z[ recovery-image] Aug 21 22:43:47.916 INFO O| Aug 21 22:43:47.916 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89472026-08-21T22:43:49.326Z[ recovery-image] Aug 21 22:43:47.916 INFO O| Aug 21 22:43:47.916 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89482026-08-21T22:43:49.326Z[ recovery-image] Aug 21 22:43:47.916 INFO O| Aug 21 22:43:47.916 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89492026-08-21T22:43:49.326Z[ recovery-image] Aug 21 22:43:47.916 INFO O| Aug 21 22:43:47.916 INFO STEP 15 (ensure_dir) COMPLETE
89502026-08-21T22:43:49.326Z[ recovery-image] Aug 21 22:43:47.916 INFO O| Aug 21 22:43:47.916 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89512026-08-21T22:43:49.331Z[ recovery-image] Aug 21 22:43:47.926 INFO O| Aug 21 22:43:47.926 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89522026-08-21T22:43:49.331Z[ recovery-image] Aug 21 22:43:47.926 INFO O| Aug 21 22:43:47.926 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89532026-08-21T22:43:49.334Z[ recovery-image] Aug 21 22:43:47.926 INFO O| Aug 21 22:43:47.926 INFO STEP 16 (ensure_dir) COMPLETE
89542026-08-21T22:43:49.334Z[ recovery-image] Aug 21 22:43:47.926 INFO O| Aug 21 22:43:47.926 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89552026-08-21T22:43:49.345Z[ recovery-image] Aug 21 22:43:47.936 INFO O| Aug 21 22:43:47.936 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89562026-08-21T22:43:49.345Z[ recovery-image] Aug 21 22:43:47.936 INFO O| Aug 21 22:43:47.936 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89572026-08-21T22:43:49.346Z[ recovery-image] Aug 21 22:43:47.936 INFO O| Aug 21 22:43:47.936 INFO STEP 17 (ensure_dir) COMPLETE
89582026-08-21T22:43:49.346Z[ recovery-image] Aug 21 22:43:47.936 INFO O| Aug 21 22:43:47.936 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89592026-08-21T22:43:49.353Z[ recovery-image] Aug 21 22:43:47.947 INFO O| Aug 21 22:43:47.947 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89602026-08-21T22:43:49.353Z[ recovery-image] Aug 21 22:43:47.947 INFO O| Aug 21 22:43:47.947 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
89612026-08-21T22:43:49.356Z[ recovery-image] Aug 21 22:43:47.947 INFO O| Aug 21 22:43:47.947 INFO ok!
89622026-08-21T22:43:49.356Z[ recovery-image] Aug 21 22:43:47.947 INFO O| Aug 21 22:43:47.947 INFO STEP 18 (ensure_symlink) COMPLETE
89632026-08-21T22:43:49.356Z[ recovery-image] Aug 21 22:43:47.947 INFO O| Aug 21 22:43:47.947 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89642026-08-21T22:43:49.363Z[ recovery-image] Aug 21 22:43:47.958 INFO O| Aug 21 22:43:47.958 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
89652026-08-21T22:43:49.363Z[ recovery-image] Aug 21 22:43:47.958 INFO O| Aug 21 22:43:47.958 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
89662026-08-21T22:43:49.369Z[ recovery-image] Aug 21 22:43:47.958 INFO O| Aug 21 22:43:47.958 INFO ok!
89672026-08-21T22:43:49.369Z[ recovery-image] Aug 21 22:43:47.958 INFO O| Aug 21 22:43:47.958 INFO STEP 19 (ensure_file) COMPLETE
89682026-08-21T22:43:49.369Z[ recovery-image] Aug 21 22:43:47.958 INFO O| Aug 21 22:43:47.958 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89692026-08-21T22:43:49.376Z[ recovery-image] Aug 21 22:43:47.970 INFO O| Aug 21 22:43:47.970 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
89702026-08-21T22:43:49.376Z[ recovery-image] Aug 21 22:43:47.970 INFO O| Aug 21 22:43:47.970 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89712026-08-21T22:43:49.379Z[ recovery-image] Aug 21 22:43:47.970 INFO O| Aug 21 22:43:47.970 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
89722026-08-21T22:43:49.380Z[ recovery-image] Aug 21 22:43:47.970 INFO O| Aug 21 22:43:47.970 INFO ok!
89732026-08-21T22:43:49.380Z[ recovery-image] Aug 21 22:43:47.970 INFO O| Aug 21 22:43:47.970 INFO STEP 20 (ensure_symlink) COMPLETE
89742026-08-21T22:43:49.380Z[ recovery-image] Aug 21 22:43:47.970 INFO O| Aug 21 22:43:47.970 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89752026-08-21T22:43:49.386Z[ recovery-image] Aug 21 22:43:47.980 INFO O| Aug 21 22:43:47.980 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
89762026-08-21T22:43:49.386Z[ recovery-image] Aug 21 22:43:47.980 INFO O| Aug 21 22:43:47.980 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
89772026-08-21T22:43:49.386Z[ recovery-image] Aug 21 22:43:47.980 INFO O| Aug 21 22:43:47.980 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
89782026-08-21T22:43:49.389Z[ recovery-image] Aug 21 22:43:47.980 INFO O| Aug 21 22:43:47.980 INFO ok!
89792026-08-21T22:43:49.389Z[ recovery-image] Aug 21 22:43:47.980 INFO O| Aug 21 22:43:47.980 INFO STEP 21 (ensure_symlink) COMPLETE
89802026-08-21T22:43:49.389Z[ recovery-image] Aug 21 22:43:47.980 INFO O| Aug 21 22:43:47.980 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89812026-08-21T22:43:49.395Z[ recovery-image] Aug 21 22:43:47.989 INFO O| Aug 21 22:43:47.989 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
89822026-08-21T22:43:49.395Z[ recovery-image] Aug 21 22:43:47.989 INFO O| Aug 21 22:43:47.989 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
89832026-08-21T22:43:49.395Z[ recovery-image] Aug 21 22:43:47.989 INFO O| Aug 21 22:43:47.989 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
89842026-08-21T22:43:49.398Z[ recovery-image] Aug 21 22:43:47.989 INFO O| Aug 21 22:43:47.989 INFO ok!
89852026-08-21T22:43:49.398Z[ recovery-image] Aug 21 22:43:47.989 INFO O| Aug 21 22:43:47.989 INFO STEP 22 (ensure_symlink) COMPLETE
89862026-08-21T22:43:49.400Z[ recovery-image] Aug 21 22:43:47.989 INFO O| Aug 21 22:43:47.989 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89872026-08-21T22:43:49.406Z[ recovery-image] Aug 21 22:43:48.000 INFO O| Aug 21 22:43:48.000 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
89882026-08-21T22:43:49.408Z[ recovery-image] Aug 21 22:43:48.000 INFO O| Aug 21 22:43:48.000 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
89892026-08-21T22:43:49.408Z[ recovery-image] Aug 21 22:43:48.000 INFO O| Aug 21 22:43:48.000 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
89902026-08-21T22:43:49.408Z[ recovery-image] Aug 21 22:43:48.000 INFO O| Aug 21 22:43:48.000 INFO ok!
89912026-08-21T22:43:49.408Z[ recovery-image] Aug 21 22:43:48.000 INFO O| Aug 21 22:43:48.000 INFO STEP 23 (ensure_symlink) COMPLETE
89922026-08-21T22:43:49.408Z[ recovery-image] Aug 21 22:43:48.000 INFO O| Aug 21 22:43:48.000 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89932026-08-21T22:43:49.418Z[ recovery-image] Aug 21 22:43:48.013 INFO O| Aug 21 22:43:48.013 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
89942026-08-21T22:43:49.418Z[ recovery-image] Aug 21 22:43:48.013 INFO O| Aug 21 22:43:48.013 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 ...
89952026-08-21T22:43:49.418Z[ recovery-image] Aug 21 22:43:48.013 INFO O| Aug 21 22:43:48.013 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
89962026-08-21T22:43:49.418Z[ recovery-image] Aug 21 22:43:48.013 INFO O| Aug 21 22:43:48.013 INFO ok!
89972026-08-21T22:43:49.418Z[ recovery-image] Aug 21 22:43:48.013 INFO O| Aug 21 22:43:48.013 INFO STEP 24 (ensure_file) COMPLETE
89982026-08-21T22:43:49.418Z[ recovery-image] Aug 21 22:43:48.013 INFO O| Aug 21 22:43:48.013 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
89992026-08-21T22:43:49.429Z[ recovery-image] Aug 21 22:43:48.023 INFO O| Aug 21 22:43:48.023 INFO updating shadow file
90002026-08-21T22:43:49.429Z[ recovery-image] Aug 21 22:43:48.023 INFO O| Aug 21 22:43:48.023 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90012026-08-21T22:43:49.433Z[ recovery-image] Aug 21 22:43:48.023 INFO O| Aug 21 22:43:48.023 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90022026-08-21T22:43:49.433Z[ recovery-image] Aug 21 22:43:48.023 INFO O| Aug 21 22:43:48.023 INFO STEP 25 (shadow) COMPLETE
90032026-08-21T22:43:49.433Z[ recovery-image] Aug 21 22:43:48.023 INFO O| Aug 21 22:43:48.023 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90042026-08-21T22:43:49.443Z[ recovery-image] Aug 21 22:43:48.035 INFO O| Aug 21 22:43:48.035 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
90052026-08-21T22:43:49.443Z[ recovery-image] Aug 21 22:43:48.035 INFO O| Aug 21 22:43:48.035 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
90062026-08-21T22:43:49.443Z[ recovery-image] Aug 21 22:43:48.035 INFO O| Aug 21 22:43:48.035 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
90072026-08-21T22:43:49.446Z[ recovery-image] Aug 21 22:43:48.035 INFO O| Aug 21 22:43:48.035 INFO ok!
90082026-08-21T22:43:49.446Z[ recovery-image] Aug 21 22:43:48.035 INFO O| Aug 21 22:43:48.035 INFO STEP 26 (ensure_file) COMPLETE
90092026-08-21T22:43:49.446Z[ recovery-image] Aug 21 22:43:48.035 INFO O| Aug 21 22:43:48.035 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90102026-08-21T22:43:49.451Z[ recovery-image] Aug 21 22:43:48.046 INFO O| Aug 21 22:43:48.045 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
90112026-08-21T22:43:49.451Z[ recovery-image] Aug 21 22:43:48.046 INFO O| Aug 21 22:43:48.046 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
90122026-08-21T22:43:49.454Z[ recovery-image] Aug 21 22:43:48.046 INFO O| Aug 21 22:43:48.046 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
90132026-08-21T22:43:49.454Z[ recovery-image] Aug 21 22:43:48.046 INFO O| Aug 21 22:43:48.046 INFO ok!
90142026-08-21T22:43:49.454Z[ recovery-image] Aug 21 22:43:48.046 INFO O| Aug 21 22:43:48.046 INFO STEP 27 (ensure_file) COMPLETE
90152026-08-21T22:43:49.455Z[ recovery-image] Aug 21 22:43:48.046 INFO O| Aug 21 22:43:48.046 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90162026-08-21T22:43:49.462Z[ recovery-image] Aug 21 22:43:48.056 INFO O| Aug 21 22:43:48.056 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90172026-08-21T22:43:49.462Z[ recovery-image] Aug 21 22:43:48.056 INFO O| Aug 21 22:43:48.056 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
90182026-08-21T22:43:49.462Z[ recovery-image] Aug 21 22:43:48.056 INFO O| Aug 21 22:43:48.056 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
90192026-08-21T22:43:49.462Z[ recovery-image] Aug 21 22:43:48.056 INFO O| Aug 21 22:43:48.056 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
90202026-08-21T22:43:49.465Z[ recovery-image] Aug 21 22:43:48.056 INFO O| Aug 21 22:43:48.056 INFO ok!
90212026-08-21T22:43:49.465Z[ recovery-image] Aug 21 22:43:48.056 INFO O| Aug 21 22:43:48.056 INFO STEP 28 (ensure_file) COMPLETE
90222026-08-21T22:43:49.465Z[ recovery-image] Aug 21 22:43:48.056 INFO O| Aug 21 22:43:48.056 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90232026-08-21T22:43:49.472Z[ recovery-image] Aug 21 22:43:48.066 INFO O| Aug 21 22:43:48.066 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
90242026-08-21T22:43:49.472Z[ recovery-image] Aug 21 22:43:48.066 INFO O| Aug 21 22:43:48.066 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
90252026-08-21T22:43:49.475Z[ recovery-image] Aug 21 22:43:48.066 INFO O| Aug 21 22:43:48.066 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
90262026-08-21T22:43:49.475Z[ recovery-image] Aug 21 22:43:48.066 INFO O| Aug 21 22:43:48.066 INFO ok!
90272026-08-21T22:43:49.475Z[ recovery-image] Aug 21 22:43:48.066 INFO O| Aug 21 22:43:48.066 INFO STEP 29 (ensure_file) COMPLETE
90282026-08-21T22:43:49.475Z[ recovery-image] Aug 21 22:43:48.066 INFO O| Aug 21 22:43:48.066 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
90292026-08-21T22:43:49.484Z[ recovery-image] Aug 21 22:43:48.077 INFO O| Aug 21 22:43:48.076 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
90302026-08-21T22:43:49.484Z[ recovery-image] Aug 21 22:43:48.077 INFO O| Aug 21 22:43:48.077 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
90312026-08-21T22:43:49.488Z[ recovery-image] Aug 21 22:43:48.077 INFO O| Aug 21 22:43:48.077 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
90322026-08-21T22:43:49.489Z[ recovery-image] Aug 21 22:43:48.077 INFO O| Aug 21 22:43:48.077 INFO STEP 30 (ensure_dir) COMPLETE
90332026-08-21T22:43:49.489Z[ recovery-image] Aug 21 22:43:48.077 INFO O| Aug 21 22:43:48.077 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90342026-08-21T22:43:49.492Z[ recovery-image] Aug 21 22:43:48.087 INFO O| Aug 21 22:43:48.087 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
90352026-08-21T22:43:49.492Z[ recovery-image] Aug 21 22:43:48.087 INFO O| Aug 21 22:43:48.087 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 ...
90362026-08-21T22:43:49.492Z[ recovery-image] Aug 21 22:43:48.087 INFO O| Aug 21 22:43:48.087 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
90372026-08-21T22:43:49.493Z[ recovery-image] Aug 21 22:43:48.087 INFO O| Aug 21 22:43:48.087 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
90382026-08-21T22:43:49.493Z[ recovery-image] Aug 21 22:43:48.087 INFO O| Aug 21 22:43:48.087 INFO ok!
90392026-08-21T22:43:49.496Z[ recovery-image] Aug 21 22:43:48.087 INFO O| Aug 21 22:43:48.087 INFO STEP 31 (ensure_file) COMPLETE
90402026-08-21T22:43:49.496Z[ recovery-image] Aug 21 22:43:48.087 INFO O| Aug 21 22:43:48.087 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
90412026-08-21T22:43:49.504Z[ recovery-image] Aug 21 22:43:48.098 INFO O| Aug 21 22:43:48.098 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
90422026-08-21T22:43:49.504Z[ recovery-image] Aug 21 22:43:48.098 INFO O| Aug 21 22:43:48.098 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
90432026-08-21T22:43:49.508Z[ recovery-image] Aug 21 22:43:48.098 INFO O| Aug 21 22:43:48.098 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
90442026-08-21T22:43:49.508Z[ recovery-image] Aug 21 22:43:48.098 INFO O| Aug 21 22:43:48.098 INFO STEP 32 (ensure_dir) COMPLETE
90452026-08-21T22:43:49.508Z[ recovery-image] Aug 21 22:43:48.098 INFO O| Aug 21 22:43:48.098 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90462026-08-21T22:43:49.514Z[ recovery-image] Aug 21 22:43:48.109 INFO O| Aug 21 22:43:48.109 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
90472026-08-21T22:43:49.514Z[ recovery-image] Aug 21 22:43:48.109 INFO O| Aug 21 22:43:48.109 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 ...
90482026-08-21T22:43:49.514Z[ recovery-image] Aug 21 22:43:48.109 INFO O| Aug 21 22:43:48.109 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
90492026-08-21T22:43:49.518Z[ recovery-image] Aug 21 22:43:48.109 INFO O| Aug 21 22:43:48.109 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
90502026-08-21T22:43:49.518Z[ recovery-image] Aug 21 22:43:48.109 INFO O| Aug 21 22:43:48.109 INFO ok!
90512026-08-21T22:43:49.518Z[ recovery-image] Aug 21 22:43:48.109 INFO O| Aug 21 22:43:48.109 INFO STEP 33 (ensure_file) COMPLETE
90522026-08-21T22:43:49.518Z[ recovery-image] Aug 21 22:43:48.109 INFO O| Aug 21 22:43:48.109 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90532026-08-21T22:43:49.524Z[ recovery-image] Aug 21 22:43:48.119 INFO O| Aug 21 22:43:48.119 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
90542026-08-21T22:43:49.524Z[ recovery-image] Aug 21 22:43:48.119 INFO O| Aug 21 22:43:48.119 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
90552026-08-21T22:43:49.527Z[ recovery-image] Aug 21 22:43:48.119 INFO O| Aug 21 22:43:48.119 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
90562026-08-21T22:43:49.527Z[ recovery-image] Aug 21 22:43:48.119 INFO O| Aug 21 22:43:48.119 INFO ok!
90572026-08-21T22:43:49.528Z[ recovery-image] Aug 21 22:43:48.119 INFO O| Aug 21 22:43:48.119 INFO STEP 34 (ensure_file) COMPLETE
90582026-08-21T22:43:49.528Z[ recovery-image] Aug 21 22:43:48.119 INFO O| Aug 21 22:43:48.119 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90592026-08-21T22:43:49.535Z[ recovery-image] Aug 21 22:43:48.130 INFO O| Aug 21 22:43:48.130 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
90602026-08-21T22:43:49.535Z[ recovery-image] Aug 21 22:43:48.130 INFO O| Aug 21 22:43:48.130 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
90612026-08-21T22:43:49.535Z[ recovery-image] Aug 21 22:43:48.130 INFO O| Aug 21 22:43:48.130 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
90622026-08-21T22:43:49.535Z[ recovery-image] Aug 21 22:43:48.130 INFO O| Aug 21 22:43:48.130 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
90632026-08-21T22:43:49.539Z[ recovery-image] Aug 21 22:43:48.130 INFO O| Aug 21 22:43:48.130 INFO ok!
90642026-08-21T22:43:49.539Z[ recovery-image] Aug 21 22:43:48.130 INFO O| Aug 21 22:43:48.130 INFO STEP 35 (ensure_file) COMPLETE
90652026-08-21T22:43:49.539Z[ recovery-image] Aug 21 22:43:48.130 INFO O| Aug 21 22:43:48.130 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90662026-08-21T22:43:49.546Z[ recovery-image] Aug 21 22:43:48.140 INFO O| Aug 21 22:43:48.140 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
90672026-08-21T22:43:49.546Z[ recovery-image] Aug 21 22:43:48.140 INFO O| Aug 21 22:43:48.140 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
90682026-08-21T22:43:49.549Z[ recovery-image] Aug 21 22:43:48.140 INFO O| Aug 21 22:43:48.140 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
90692026-08-21T22:43:49.549Z[ recovery-image] Aug 21 22:43:48.140 INFO O| Aug 21 22:43:48.140 INFO ok!
90702026-08-21T22:43:49.549Z[ recovery-image] Aug 21 22:43:48.140 INFO O| Aug 21 22:43:48.140 INFO STEP 36 (ensure_file) COMPLETE
90712026-08-21T22:43:49.549Z[ recovery-image] Aug 21 22:43:48.140 INFO O| Aug 21 22:43:48.140 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90722026-08-21T22:43:49.552Z[ host-image] Aug 21 22:43:48.145 INFO O| installing packages...
90732026-08-21T22:43:49.556Z[ recovery-image] Aug 21 22:43:48.151 INFO O| Aug 21 22:43:48.151 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90742026-08-21T22:43:49.556Z[ recovery-image] Aug 21 22:43:48.151 INFO O| Aug 21 22:43:48.151 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
90752026-08-21T22:43:49.559Z[ recovery-image] Aug 21 22:43:48.151 INFO O| Aug 21 22:43:48.151 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
90762026-08-21T22:43:49.559Z[ recovery-image] Aug 21 22:43:48.151 INFO O| Aug 21 22:43:48.151 INFO ok!
90772026-08-21T22:43:49.559Z[ recovery-image] Aug 21 22:43:48.151 INFO O| Aug 21 22:43:48.151 INFO STEP 37 (ensure_file) COMPLETE
90782026-08-21T22:43:49.559Z[ recovery-image] Aug 21 22:43:48.151 INFO O| Aug 21 22:43:48.151 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90792026-08-21T22:43:49.567Z[ recovery-image] Aug 21 22:43:48.161 INFO O| Aug 21 22:43:48.161 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
90802026-08-21T22:43:49.567Z[ recovery-image] Aug 21 22:43:48.162 INFO O| Aug 21 22:43:48.161 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
90812026-08-21T22:43:49.570Z[ recovery-image] Aug 21 22:43:48.162 INFO O| Aug 21 22:43:48.162 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
90822026-08-21T22:43:49.570Z[ recovery-image] Aug 21 22:43:48.162 INFO O| Aug 21 22:43:48.162 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
90832026-08-21T22:43:49.570Z[ recovery-image] Aug 21 22:43:48.162 INFO O| Aug 21 22:43:48.162 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
90842026-08-21T22:43:49.571Z[ recovery-image] Aug 21 22:43:48.162 INFO O| Aug 21 22:43:48.162 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
90852026-08-21T22:43:49.571Z[ recovery-image] Aug 21 22:43:48.162 INFO O| Aug 21 22:43:48.162 INFO ok!
90862026-08-21T22:43:49.571Z[ recovery-image] Aug 21 22:43:48.162 INFO O| Aug 21 22:43:48.162 INFO STEP 38 (ensure_file) COMPLETE
90872026-08-21T22:43:49.572Z[ recovery-image] Aug 21 22:43:48.162 INFO O| Aug 21 22:43:48.162 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90882026-08-21T22:43:49.578Z[ recovery-image] Aug 21 22:43:48.172 INFO O| Aug 21 22:43:48.172 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
90892026-08-21T22:43:49.578Z[ recovery-image] Aug 21 22:43:48.172 INFO O| Aug 21 22:43:48.172 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
90902026-08-21T22:43:49.578Z[ recovery-image] Aug 21 22:43:48.172 INFO O| Aug 21 22:43:48.172 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
90912026-08-21T22:43:49.581Z[ recovery-image] Aug 21 22:43:48.172 INFO O| Aug 21 22:43:48.172 INFO STEP 39 (ensure_dir) COMPLETE
90922026-08-21T22:43:49.581Z[ recovery-image] Aug 21 22:43:48.172 INFO O| Aug 21 22:43:48.172 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90932026-08-21T22:43:49.589Z[ recovery-image] Aug 21 22:43:48.183 INFO O| Aug 21 22:43:48.183 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
90942026-08-21T22:43:49.589Z[ recovery-image] Aug 21 22:43:48.184 INFO O| Aug 21 22:43:48.183 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 ...
90952026-08-21T22:43:49.592Z[ recovery-image] Aug 21 22:43:48.184 INFO O| Aug 21 22:43:48.184 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
90962026-08-21T22:43:49.592Z[ recovery-image] Aug 21 22:43:48.184 INFO O| Aug 21 22:43:48.184 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
90972026-08-21T22:43:49.592Z[ recovery-image] Aug 21 22:43:48.184 INFO O| Aug 21 22:43:48.184 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
90982026-08-21T22:43:49.592Z[ recovery-image] Aug 21 22:43:48.184 INFO O| Aug 21 22:43:48.184 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
90992026-08-21T22:43:49.592Z[ recovery-image] Aug 21 22:43:48.184 INFO O| Aug 21 22:43:48.184 INFO ok!
91002026-08-21T22:43:49.595Z[ recovery-image] Aug 21 22:43:48.184 INFO O| Aug 21 22:43:48.184 INFO STEP 40 (ensure_file) COMPLETE
91012026-08-21T22:43:49.595Z[ recovery-image] Aug 21 22:43:48.184 INFO O| Aug 21 22:43:48.184 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91022026-08-21T22:43:49.600Z[ recovery-image] Aug 21 22:43:48.194 INFO O| Aug 21 22:43:48.194 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
91032026-08-21T22:43:49.600Z[ recovery-image] Aug 21 22:43:48.194 INFO O| Aug 21 22:43:48.194 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 ...
91042026-08-21T22:43:49.603Z[ recovery-image] Aug 21 22:43:48.194 INFO O| Aug 21 22:43:48.194 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
91052026-08-21T22:43:49.603Z[ recovery-image] Aug 21 22:43:48.194 INFO O| Aug 21 22:43:48.194 INFO ok!
91062026-08-21T22:43:49.603Z[ recovery-image] Aug 21 22:43:48.194 INFO O| Aug 21 22:43:48.194 INFO STEP 41 (ensure_symlink) COMPLETE
91072026-08-21T22:43:49.603Z[ recovery-image] Aug 21 22:43:48.194 INFO O| Aug 21 22:43:48.194 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91082026-08-21T22:43:49.609Z[ recovery-image] Aug 21 22:43:48.203 INFO O| Aug 21 22:43:48.203 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
91092026-08-21T22:43:49.609Z[ recovery-image] Aug 21 22:43:48.203 INFO O| Aug 21 22:43:48.203 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
91102026-08-21T22:43:49.612Z[ recovery-image] Aug 21 22:43:48.203 INFO O| Aug 21 22:43:48.203 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
91112026-08-21T22:43:49.612Z[ recovery-image] Aug 21 22:43:48.203 INFO O| Aug 21 22:43:48.203 INFO ok!
91122026-08-21T22:43:49.612Z[ recovery-image] Aug 21 22:43:48.203 INFO O| Aug 21 22:43:48.203 INFO STEP 42 (ensure_symlink) COMPLETE
91132026-08-21T22:43:49.612Z[ recovery-image] Aug 21 22:43:48.203 INFO O| Aug 21 22:43:48.203 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91142026-08-21T22:43:49.618Z[ recovery-image] Aug 21 22:43:48.213 INFO O| Aug 21 22:43:48.213 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
91152026-08-21T22:43:49.620Z[ recovery-image] Aug 21 22:43:48.213 INFO O| Aug 21 22:43:48.213 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
91162026-08-21T22:43:49.625Z[ recovery-image] Aug 21 22:43:48.213 INFO O| Aug 21 22:43:48.213 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
91172026-08-21T22:43:49.625Z[ recovery-image] Aug 21 22:43:48.213 INFO O| Aug 21 22:43:48.213 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
91182026-08-21T22:43:49.625Z[ recovery-image] Aug 21 22:43:48.213 INFO O| Aug 21 22:43:48.213 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
91192026-08-21T22:43:49.625Z[ recovery-image] Aug 21 22:43:48.213 INFO O| Aug 21 22:43:48.213 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
91202026-08-21T22:43:49.625Z[ recovery-image] Aug 21 22:43:48.213 INFO O| Aug 21 22:43:48.213 INFO ok!
91212026-08-21T22:43:49.625Z[ recovery-image] Aug 21 22:43:48.213 INFO O| Aug 21 22:43:48.213 INFO STEP 43 (ensure_file) COMPLETE
91222026-08-21T22:43:49.625Z[ recovery-image] Aug 21 22:43:48.213 INFO O| Aug 21 22:43:48.213 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91232026-08-21T22:43:49.628Z[ recovery-image] Aug 21 22:43:48.222 INFO O| Aug 21 22:43:48.222 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
91242026-08-21T22:43:49.628Z[ recovery-image] Aug 21 22:43:48.222 INFO O| Aug 21 22:43:48.222 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 ...
91252026-08-21T22:43:49.628Z[ recovery-image] Aug 21 22:43:48.222 INFO O| Aug 21 22:43:48.222 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
91262026-08-21T22:43:49.629Z[ recovery-image] Aug 21 22:43:48.222 INFO O| Aug 21 22:43:48.222 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
91272026-08-21T22:43:49.629Z[ recovery-image] Aug 21 22:43:48.222 INFO O| Aug 21 22:43:48.222 INFO ok!
91282026-08-21T22:43:49.629Z[ recovery-image] Aug 21 22:43:48.222 INFO O| Aug 21 22:43:48.222 INFO STEP 44 (ensure_file) COMPLETE
91292026-08-21T22:43:49.629Z[ recovery-image] Aug 21 22:43:48.222 INFO O| Aug 21 22:43:48.222 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91302026-08-21T22:43:49.637Z[ recovery-image] Aug 21 22:43:48.232 INFO O| Aug 21 22:43:48.232 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
91312026-08-21T22:43:49.637Z[ recovery-image] Aug 21 22:43:48.232 INFO O| Aug 21 22:43:48.232 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
91322026-08-21T22:43:49.637Z[ recovery-image] Aug 21 22:43:48.232 INFO O| Aug 21 22:43:48.232 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
91332026-08-21T22:43:49.641Z[ recovery-image] Aug 21 22:43:48.232 INFO O| Aug 21 22:43:48.232 INFO ok!
91342026-08-21T22:43:49.641Z[ recovery-image] Aug 21 22:43:48.232 INFO O| Aug 21 22:43:48.232 INFO STEP 45 (ensure_file) COMPLETE
91352026-08-21T22:43:49.641Z[ recovery-image] Aug 21 22:43:48.232 INFO O| Aug 21 22:43:48.232 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91362026-08-21T22:43:49.647Z[ recovery-image] Aug 21 22:43:48.242 INFO O| Aug 21 22:43:48.242 INFO updating shadow file
91372026-08-21T22:43:49.647Z[ recovery-image] Aug 21 22:43:48.242 INFO O| Aug 21 22:43:48.242 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
91382026-08-21T22:43:49.647Z[ recovery-image] Aug 21 22:43:48.242 INFO O| Aug 21 22:43:48.242 INFO STEP 46 (shadow) COMPLETE
91392026-08-21T22:43:49.651Z[ recovery-image] Aug 21 22:43:48.242 INFO O| Aug 21 22:43:48.242 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91402026-08-21T22:43:49.664Z[ recovery-image] Aug 21 22:43:48.258 INFO O| Aug 21 22:43:48.258 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
91412026-08-21T22:43:49.664Z[ recovery-image] Aug 21 22:43:48.259 INFO O| Aug 21 22:43:48.258 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
91422026-08-21T22:43:49.664Z[ recovery-image] Aug 21 22:43:48.259 INFO O| Aug 21 22:43:48.259 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
91432026-08-21T22:43:49.667Z[ recovery-image] Aug 21 22:43:48.259 INFO O| Aug 21 22:43:48.259 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
91442026-08-21T22:43:49.669Z[ recovery-image] Aug 21 22:43:48.259 INFO O| Aug 21 22:43:48.259 INFO ok!
91452026-08-21T22:43:49.669Z[ recovery-image] Aug 21 22:43:48.259 INFO O| Aug 21 22:43:48.259 INFO STEP 47 (ensure_file) COMPLETE
91462026-08-21T22:43:49.669Z[ recovery-image] Aug 21 22:43:48.259 INFO O| Aug 21 22:43:48.259 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91472026-08-21T22:43:49.675Z[ recovery-image] Aug 21 22:43:48.270 INFO O| Aug 21 22:43:48.270 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
91482026-08-21T22:43:49.679Z[ recovery-image] Aug 21 22:43:48.270 INFO O| Aug 21 22:43:48.270 INFO STEP 48 (ensure_dir) COMPLETE
91492026-08-21T22:43:49.679Z[ recovery-image] Aug 21 22:43:48.270 INFO O| Aug 21 22:43:48.270 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91502026-08-21T22:43:49.685Z[ recovery-image] Aug 21 22:43:48.279 INFO O| Aug 21 22:43:48.279 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
91512026-08-21T22:43:49.685Z[ recovery-image] Aug 21 22:43:48.279 INFO O| Aug 21 22:43:48.279 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
91522026-08-21T22:43:49.685Z[ recovery-image] Aug 21 22:43:48.279 INFO O| Aug 21 22:43:48.279 INFO STEP 49 (ensure_dir) COMPLETE
91532026-08-21T22:43:49.685Z[ recovery-image] Aug 21 22:43:48.279 INFO O| Aug 21 22:43:48.279 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91542026-08-21T22:43:49.694Z[ recovery-image] Aug 21 22:43:48.288 INFO O| Aug 21 22:43:48.288 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
91552026-08-21T22:43:49.697Z[ recovery-image] Aug 21 22:43:48.289 INFO O| Aug 21 22:43:48.288 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
91562026-08-21T22:43:49.697Z[ recovery-image] Aug 21 22:43:48.289 INFO O| Aug 21 22:43:48.288 INFO STEP 50 (ensure_dir) COMPLETE
91572026-08-21T22:43:49.697Z[ recovery-image] Aug 21 22:43:48.289 INFO O| Aug 21 22:43:48.289 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91582026-08-21T22:43:49.706Z[ recovery-image] Aug 21 22:43:48.301 INFO O| Aug 21 22:43:48.301 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
91592026-08-21T22:43:49.706Z[ recovery-image] Aug 21 22:43:48.301 INFO O| Aug 21 22:43:48.301 INFO copying /tmp/.tmpxEEXn5/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
91602026-08-21T22:43:49.736Z[ recovery-image] Aug 21 22:43:48.330 INFO O| Aug 21 22:43:48.330 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
91612026-08-21T22:43:49.736Z[ recovery-image] Aug 21 22:43:48.330 INFO O| Aug 21 22:43:48.330 INFO ok!
91622026-08-21T22:43:49.739Z[ recovery-image] Aug 21 22:43:48.330 INFO O| Aug 21 22:43:48.330 INFO STEP 51 (ensure_file) COMPLETE
91632026-08-21T22:43:49.739Z[ recovery-image] Aug 21 22:43:48.330 INFO O| Aug 21 22:43:48.330 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91642026-08-21T22:43:49.747Z[ recovery-image] Aug 21 22:43:48.342 INFO O| Aug 21 22:43:48.342 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
91652026-08-21T22:43:49.747Z[ recovery-image] Aug 21 22:43:48.342 INFO O| Aug 21 22:43:48.342 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
91662026-08-21T22:43:49.747Z[ recovery-image] Aug 21 22:43:48.342 INFO O| Aug 21 22:43:48.342 INFO STEP 52 (ensure_dir) COMPLETE
91672026-08-21T22:43:49.747Z[ recovery-image] Aug 21 22:43:48.342 INFO O| Aug 21 22:43:48.342 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91682026-08-21T22:43:49.759Z[ recovery-image] Aug 21 22:43:48.353 INFO O| Aug 21 22:43:48.353 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
91692026-08-21T22:43:49.759Z[ recovery-image] Aug 21 22:43:48.353 INFO O| Aug 21 22:43:48.353 INFO copying /tmp/.tmpxEEXn5/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
91702026-08-21T22:43:49.759Z[ recovery-image] Aug 21 22:43:48.353 INFO O| Aug 21 22:43:48.353 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
91712026-08-21T22:43:49.762Z[ recovery-image] Aug 21 22:43:48.353 INFO O| Aug 21 22:43:48.353 INFO ok!
91722026-08-21T22:43:49.763Z[ recovery-image] Aug 21 22:43:48.353 INFO O| Aug 21 22:43:48.353 INFO STEP 53 (ensure_file) COMPLETE
91732026-08-21T22:43:49.763Z[ recovery-image] Aug 21 22:43:48.353 INFO O| Aug 21 22:43:48.353 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91742026-08-21T22:43:49.770Z[ recovery-image] Aug 21 22:43:48.364 INFO O| Aug 21 22:43:48.364 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
91752026-08-21T22:43:49.770Z[ recovery-image] Aug 21 22:43:48.365 INFO O| Aug 21 22:43:48.365 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
91762026-08-21T22:43:49.770Z[ recovery-image] Aug 21 22:43:48.365 INFO O| Aug 21 22:43:48.365 INFO STEP 54 (ensure_dir) COMPLETE
91772026-08-21T22:43:49.773Z[ recovery-image] Aug 21 22:43:48.365 INFO O| Aug 21 22:43:48.365 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91782026-08-21T22:43:49.781Z[ recovery-image] Aug 21 22:43:48.376 INFO O| Aug 21 22:43:48.376 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
91792026-08-21T22:43:49.781Z[ recovery-image] Aug 21 22:43:48.376 INFO O| Aug 21 22:43:48.376 INFO copying /tmp/.tmpxEEXn5/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
91802026-08-21T22:43:50.338Z[ recovery-image] Aug 21 22:43:48.930 INFO O| Aug 21 22:43:48.930 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
91812026-08-21T22:43:50.338Z[ recovery-image] Aug 21 22:43:48.930 INFO O| Aug 21 22:43:48.930 INFO ok!
91822026-08-21T22:43:50.338Z[ recovery-image] Aug 21 22:43:48.930 INFO O| Aug 21 22:43:48.930 INFO STEP 55 (ensure_file) COMPLETE
91832026-08-21T22:43:50.338Z[ recovery-image] Aug 21 22:43:48.930 INFO O| Aug 21 22:43:48.930 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91842026-08-21T22:43:50.355Z[ recovery-image] Aug 21 22:43:48.949 INFO O| Aug 21 22:43:48.949 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
91852026-08-21T22:43:50.355Z[ recovery-image] Aug 21 22:43:48.949 INFO O| Aug 21 22:43:48.949 INFO copying /tmp/.tmpxEEXn5/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
91862026-08-21T22:43:50.958Z[ recovery-image] Aug 21 22:43:49.553 INFO O| Aug 21 22:43:49.550 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
91872026-08-21T22:43:50.959Z[ recovery-image] Aug 21 22:43:49.553 INFO O| Aug 21 22:43:49.550 INFO ok!
91882026-08-21T22:43:50.959Z[ recovery-image] Aug 21 22:43:49.553 INFO O| Aug 21 22:43:49.550 INFO STEP 56 (ensure_file) COMPLETE
91892026-08-21T22:43:50.963Z[ recovery-image] Aug 21 22:43:49.553 INFO O| Aug 21 22:43:49.550 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91902026-08-21T22:43:50.966Z[ recovery-image] Aug 21 22:43:49.561 INFO O| Aug 21 22:43:49.560 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
91912026-08-21T22:43:50.966Z[ recovery-image] Aug 21 22:43:49.561 INFO O| Aug 21 22:43:49.561 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
91922026-08-21T22:43:50.966Z[ recovery-image] Aug 21 22:43:49.561 INFO O| Aug 21 22:43:49.561 INFO STEP 57 (ensure_dir) COMPLETE
91932026-08-21T22:43:50.966Z[ recovery-image] Aug 21 22:43:49.561 INFO O| Aug 21 22:43:49.561 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91942026-08-21T22:43:50.977Z[ recovery-image] Aug 21 22:43:49.571 INFO O| Aug 21 22:43:49.571 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
91952026-08-21T22:43:50.977Z[ recovery-image] Aug 21 22:43:49.571 INFO O| Aug 21 22:43:49.571 INFO copying /tmp/.tmpxEEXn5/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 ...
91962026-08-21T22:43:50.977Z[ recovery-image] Aug 21 22:43:49.571 INFO O| Aug 21 22:43:49.571 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
91972026-08-21T22:43:50.980Z[ recovery-image] Aug 21 22:43:49.571 INFO O| Aug 21 22:43:49.571 INFO ok!
91982026-08-21T22:43:50.980Z[ recovery-image] Aug 21 22:43:49.571 INFO O| Aug 21 22:43:49.571 INFO STEP 58 (ensure_file) COMPLETE
91992026-08-21T22:43:50.980Z[ recovery-image] Aug 21 22:43:49.571 INFO O| Aug 21 22:43:49.571 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92002026-08-21T22:43:50.986Z[ recovery-image] Aug 21 22:43:49.581 INFO O| Aug 21 22:43:49.581 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
92012026-08-21T22:43:50.986Z[ recovery-image] Aug 21 22:43:49.581 INFO O| Aug 21 22:43:49.581 INFO copying /tmp/.tmpxEEXn5/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 ...
92022026-08-21T22:43:50.987Z[ recovery-image] Aug 21 22:43:49.581 INFO O| Aug 21 22:43:49.581 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
92032026-08-21T22:43:50.990Z[ recovery-image] Aug 21 22:43:49.581 INFO O| Aug 21 22:43:49.581 INFO ok!
92042026-08-21T22:43:50.990Z[ recovery-image] Aug 21 22:43:49.581 INFO O| Aug 21 22:43:49.581 INFO STEP 59 (ensure_file) COMPLETE
92052026-08-21T22:43:50.990Z[ recovery-image] Aug 21 22:43:49.581 INFO O| Aug 21 22:43:49.581 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92062026-08-21T22:43:50.996Z[ recovery-image] Aug 21 22:43:49.591 INFO O| Aug 21 22:43:49.591 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
92072026-08-21T22:43:50.996Z[ recovery-image] Aug 21 22:43:49.591 INFO O| Aug 21 22:43:49.591 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
92082026-08-21T22:43:50.996Z[ recovery-image] Aug 21 22:43:49.591 INFO O| Aug 21 22:43:49.591 INFO STEP 60 (ensure_dir) COMPLETE
92092026-08-21T22:43:50.999Z[ recovery-image] Aug 21 22:43:49.591 INFO O| Aug 21 22:43:49.591 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92102026-08-21T22:43:51.006Z[ recovery-image] Aug 21 22:43:49.600 INFO O| Aug 21 22:43:49.600 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
92112026-08-21T22:43:51.006Z[ recovery-image] Aug 21 22:43:49.601 INFO O| Aug 21 22:43:49.600 INFO copying /tmp/.tmpxEEXn5/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 ...
92122026-08-21T22:43:51.009Z[ recovery-image] Aug 21 22:43:49.601 INFO O| Aug 21 22:43:49.601 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
92132026-08-21T22:43:51.009Z[ recovery-image] Aug 21 22:43:49.601 INFO O| Aug 21 22:43:49.601 INFO ok!
92142026-08-21T22:43:51.009Z[ recovery-image] Aug 21 22:43:49.601 INFO O| Aug 21 22:43:49.601 INFO STEP 61 (ensure_file) COMPLETE
92152026-08-21T22:43:51.009Z[ recovery-image] Aug 21 22:43:49.601 INFO O| Aug 21 22:43:49.601 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92162026-08-21T22:43:51.016Z[ recovery-image] Aug 21 22:43:49.610 INFO O| Aug 21 22:43:49.610 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
92172026-08-21T22:43:51.016Z[ recovery-image] Aug 21 22:43:49.610 INFO O| Aug 21 22:43:49.610 INFO copying /tmp/.tmpxEEXn5/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 ...
92182026-08-21T22:43:51.016Z[ recovery-image] Aug 21 22:43:49.610 INFO O| Aug 21 22:43:49.610 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
92192026-08-21T22:43:51.016Z[ recovery-image] Aug 21 22:43:49.610 INFO O| Aug 21 22:43:49.610 INFO ok!
92202026-08-21T22:43:51.019Z[ recovery-image] Aug 21 22:43:49.610 INFO O| Aug 21 22:43:49.610 INFO STEP 62 (ensure_file) COMPLETE
92212026-08-21T22:43:51.019Z[ recovery-image] Aug 21 22:43:49.610 INFO O| Aug 21 22:43:49.610 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92222026-08-21T22:43:51.025Z[ recovery-image] Aug 21 22:43:49.620 INFO O| Aug 21 22:43:49.620 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
92232026-08-21T22:43:51.025Z[ recovery-image] Aug 21 22:43:49.620 INFO O| Aug 21 22:43:49.620 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
92242026-08-21T22:43:51.028Z[ recovery-image] Aug 21 22:43:49.620 INFO O| Aug 21 22:43:49.620 INFO STEP 63 (ensure_dir) COMPLETE
92252026-08-21T22:43:51.029Z[ recovery-image] Aug 21 22:43:49.620 INFO O| Aug 21 22:43:49.620 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92262026-08-21T22:43:51.035Z[ recovery-image] Aug 21 22:43:49.630 INFO O| Aug 21 22:43:49.629 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
92272026-08-21T22:43:51.035Z[ recovery-image] Aug 21 22:43:49.630 INFO O| Aug 21 22:43:49.629 INFO copying /tmp/.tmpxEEXn5/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 ...
92282026-08-21T22:43:51.035Z[ recovery-image] Aug 21 22:43:49.630 INFO O| Aug 21 22:43:49.630 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
92292026-08-21T22:43:51.038Z[ recovery-image] Aug 21 22:43:49.630 INFO O| Aug 21 22:43:49.630 INFO ok!
92302026-08-21T22:43:51.038Z[ recovery-image] Aug 21 22:43:49.630 INFO O| Aug 21 22:43:49.630 INFO STEP 64 (ensure_file) COMPLETE
92312026-08-21T22:43:51.038Z[ recovery-image] Aug 21 22:43:49.630 INFO O| Aug 21 22:43:49.630 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92322026-08-21T22:43:51.045Z[ recovery-image] Aug 21 22:43:49.640 INFO O| Aug 21 22:43:49.640 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
92332026-08-21T22:43:51.045Z[ recovery-image] Aug 21 22:43:49.640 INFO O| Aug 21 22:43:49.640 INFO copying /tmp/.tmpxEEXn5/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
92342026-08-21T22:43:51.045Z[ recovery-image] Aug 21 22:43:49.640 INFO O| Aug 21 22:43:49.640 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
92352026-08-21T22:43:51.048Z[ recovery-image] Aug 21 22:43:49.640 INFO O| Aug 21 22:43:49.640 INFO ok!
92362026-08-21T22:43:51.048Z[ recovery-image] Aug 21 22:43:49.640 INFO O| Aug 21 22:43:49.640 INFO STEP 65 (ensure_file) COMPLETE
92372026-08-21T22:43:51.048Z[ recovery-image] Aug 21 22:43:49.640 INFO O| Aug 21 22:43:49.640 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92382026-08-21T22:43:51.054Z[ recovery-image] Aug 21 22:43:49.649 INFO O| Aug 21 22:43:49.649 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
92392026-08-21T22:43:51.054Z[ recovery-image] Aug 21 22:43:49.649 INFO O| Aug 21 22:43:49.649 INFO STEP 66 (ensure_dir) COMPLETE
92402026-08-21T22:43:51.054Z[ recovery-image] Aug 21 22:43:49.649 INFO O| Aug 21 22:43:49.649 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92412026-08-21T22:43:51.063Z[ recovery-image] Aug 21 22:43:49.658 INFO O| Aug 21 22:43:49.658 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
92422026-08-21T22:43:51.063Z[ recovery-image] Aug 21 22:43:49.658 INFO O| Aug 21 22:43:49.658 INFO STEP 67 (ensure_dir) COMPLETE
92432026-08-21T22:43:51.066Z[ recovery-image] Aug 21 22:43:49.658 INFO O| Aug 21 22:43:49.658 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92442026-08-21T22:43:51.072Z[ recovery-image] Aug 21 22:43:49.666 INFO O| Aug 21 22:43:49.666 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
92452026-08-21T22:43:51.072Z[ recovery-image] Aug 21 22:43:49.666 INFO O| Aug 21 22:43:49.666 INFO STEP 68 (ensure_dir) COMPLETE
92462026-08-21T22:43:51.075Z[ recovery-image] Aug 21 22:43:49.666 INFO O| Aug 21 22:43:49.666 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92472026-08-21T22:43:51.083Z[ recovery-image] Aug 21 22:43:49.677 INFO O| Aug 21 22:43:49.677 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
92482026-08-21T22:43:51.086Z[ recovery-image] Aug 21 22:43:49.677 INFO O| Aug 21 22:43:49.677 INFO STEP 69 (ensure_dir) COMPLETE
92492026-08-21T22:43:51.086Z[ recovery-image] Aug 21 22:43:49.677 INFO O| Aug 21 22:43:49.677 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92502026-08-21T22:43:51.093Z[ recovery-image] Aug 21 22:43:49.687 INFO O| Aug 21 22:43:49.687 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
92512026-08-21T22:43:51.093Z[ recovery-image] Aug 21 22:43:49.687 INFO O| Aug 21 22:43:49.687 INFO copying /tmp/.tmpxEEXn5/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
92522026-08-21T22:43:51.096Z[ recovery-image] Aug 21 22:43:49.687 INFO O| Aug 21 22:43:49.687 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
92532026-08-21T22:43:51.096Z[ recovery-image] Aug 21 22:43:49.687 INFO O| Aug 21 22:43:49.687 INFO ok!
92542026-08-21T22:43:51.096Z[ recovery-image] Aug 21 22:43:49.687 INFO O| Aug 21 22:43:49.687 INFO STEP 70 (ensure_file) COMPLETE
92552026-08-21T22:43:51.096Z[ recovery-image] Aug 21 22:43:49.687 INFO O| Aug 21 22:43:49.687 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92562026-08-21T22:43:51.103Z[ recovery-image] Aug 21 22:43:49.697 INFO O| Aug 21 22:43:49.697 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
92572026-08-21T22:43:51.106Z[ recovery-image] Aug 21 22:43:49.698 INFO O| Aug 21 22:43:49.698 INFO STEP 71 (remove_files) COMPLETE
92582026-08-21T22:43:51.106Z[ recovery-image] Aug 21 22:43:49.698 INFO O| Aug 21 22:43:49.698 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92592026-08-21T22:43:51.114Z[ recovery-image] Aug 21 22:43:49.708 INFO O| Aug 21 22:43:49.708 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
92602026-08-21T22:43:51.114Z[ recovery-image] Aug 21 22:43:49.709 INFO O| Aug 21 22:43:49.709 INFO STEP 72 (remove_files) COMPLETE
92612026-08-21T22:43:51.115Z[ recovery-image] Aug 21 22:43:49.709 INFO O| Aug 21 22:43:49.709 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92622026-08-21T22:43:51.126Z[ recovery-image] Aug 21 22:43:49.720 INFO O| Aug 21 22:43:49.720 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
92632026-08-21T22:43:51.126Z[ recovery-image] Aug 21 22:43:49.720 INFO O| Aug 21 22:43:49.720 INFO STEP 73 (remove_files) COMPLETE
92642026-08-21T22:43:51.126Z[ recovery-image] Aug 21 22:43:49.720 INFO O| Aug 21 22:43:49.720 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92652026-08-21T22:43:51.137Z[ recovery-image] Aug 21 22:43:49.732 INFO O| Aug 21 22:43:49.732 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
92662026-08-21T22:43:51.137Z[ recovery-image] Aug 21 22:43:49.732 INFO O| Aug 21 22:43:49.732 INFO STEP 74 (remove_files) COMPLETE
92672026-08-21T22:43:51.137Z[ recovery-image] Aug 21 22:43:49.732 INFO O| Aug 21 22:43:49.732 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92682026-08-21T22:43:51.147Z[ recovery-image] Aug 21 22:43:49.742 INFO O| Aug 21 22:43:49.742 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
92692026-08-21T22:43:51.147Z[ recovery-image] Aug 21 22:43:49.742 INFO O| Aug 21 22:43:49.742 INFO STEP 75 (remove_files) COMPLETE
92702026-08-21T22:43:51.147Z[ recovery-image] Aug 21 22:43:49.742 INFO O| Aug 21 22:43:49.742 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92712026-08-21T22:43:51.157Z[ recovery-image] Aug 21 22:43:49.752 INFO O| Aug 21 22:43:49.752 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
92722026-08-21T22:43:51.157Z[ recovery-image] Aug 21 22:43:49.752 INFO O| Aug 21 22:43:49.752 INFO STEP 76 (remove_files) COMPLETE
92732026-08-21T22:43:51.157Z[ recovery-image] Aug 21 22:43:49.752 INFO O| Aug 21 22:43:49.752 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92742026-08-21T22:43:51.168Z[ recovery-image] Aug 21 22:43:49.763 INFO O| Aug 21 22:43:49.763 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
92752026-08-21T22:43:51.169Z[ recovery-image] Aug 21 22:43:49.763 INFO O| Aug 21 22:43:49.763 INFO STEP 77 (remove_files) COMPLETE
92762026-08-21T22:43:51.172Z[ recovery-image] Aug 21 22:43:49.763 INFO O| Aug 21 22:43:49.763 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92772026-08-21T22:43:51.178Z[ recovery-image] Aug 21 22:43:49.773 INFO O| Aug 21 22:43:49.773 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
92782026-08-21T22:43:51.182Z[ recovery-image] Aug 21 22:43:49.773 INFO O| Aug 21 22:43:49.773 INFO STEP 78 (remove_files) COMPLETE
92792026-08-21T22:43:51.182Z[ recovery-image] Aug 21 22:43:49.773 INFO O| Aug 21 22:43:49.773 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92802026-08-21T22:43:51.205Z[ recovery-image] Aug 21 22:43:49.783 INFO O| Aug 21 22:43:49.783 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
92812026-08-21T22:43:51.205Z[ recovery-image] Aug 21 22:43:49.783 INFO O| Aug 21 22:43:49.783 INFO STEP 79 (remove_files) COMPLETE
92822026-08-21T22:43:51.205Z[ recovery-image] Aug 21 22:43:49.783 INFO O| Aug 21 22:43:49.783 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92832026-08-21T22:43:51.205Z[ recovery-image] Aug 21 22:43:49.793 INFO O| Aug 21 22:43:49.793 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
92842026-08-21T22:43:51.205Z[ recovery-image] Aug 21 22:43:49.793 INFO O| Aug 21 22:43:49.793 INFO STEP 80 (remove_files) COMPLETE
92852026-08-21T22:43:51.205Z[ recovery-image] Aug 21 22:43:49.793 INFO O| Aug 21 22:43:49.793 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92862026-08-21T22:43:51.208Z[ recovery-image] Aug 21 22:43:49.803 INFO O| Aug 21 22:43:49.803 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
92872026-08-21T22:43:51.208Z[ recovery-image] Aug 21 22:43:49.803 INFO O| Aug 21 22:43:49.803 INFO STEP 81 (remove_files) COMPLETE
92882026-08-21T22:43:51.208Z[ recovery-image] Aug 21 22:43:49.803 INFO O| Aug 21 22:43:49.803 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92892026-08-21T22:43:51.218Z[ recovery-image] Aug 21 22:43:49.812 INFO O| Aug 21 22:43:49.812 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
92902026-08-21T22:43:51.218Z[ recovery-image] Aug 21 22:43:49.813 INFO O| Aug 21 22:43:49.812 INFO STEP 82 (remove_files) COMPLETE
92912026-08-21T22:43:51.218Z[ recovery-image] Aug 21 22:43:49.813 INFO O| Aug 21 22:43:49.812 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92922026-08-21T22:43:51.228Z[ recovery-image] Aug 21 22:43:49.822 INFO O| Aug 21 22:43:49.822 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
92932026-08-21T22:43:51.228Z[ recovery-image] Aug 21 22:43:49.822 INFO O| Aug 21 22:43:49.822 INFO STEP 83 (remove_files) COMPLETE
92942026-08-21T22:43:51.228Z[ recovery-image] Aug 21 22:43:49.822 INFO O| Aug 21 22:43:49.822 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92952026-08-21T22:43:51.238Z[ recovery-image] Aug 21 22:43:49.832 INFO O| Aug 21 22:43:49.832 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
92962026-08-21T22:43:51.238Z[ recovery-image] Aug 21 22:43:49.832 INFO O| Aug 21 22:43:49.832 INFO STEP 84 (remove_files) COMPLETE
92972026-08-21T22:43:51.238Z[ recovery-image] Aug 21 22:43:49.832 INFO O| Aug 21 22:43:49.832 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92982026-08-21T22:43:51.248Z[ recovery-image] Aug 21 22:43:49.842 INFO O| Aug 21 22:43:49.842 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
92992026-08-21T22:43:51.248Z[ recovery-image] Aug 21 22:43:49.842 INFO O| Aug 21 22:43:49.842 INFO STEP 85 (remove_files) COMPLETE
93002026-08-21T22:43:51.248Z[ recovery-image] Aug 21 22:43:49.842 INFO O| Aug 21 22:43:49.842 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93012026-08-21T22:43:51.257Z[ recovery-image] Aug 21 22:43:49.852 INFO O| Aug 21 22:43:49.851 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
93022026-08-21T22:43:51.257Z[ recovery-image] Aug 21 22:43:49.852 INFO O| Aug 21 22:43:49.852 INFO STEP 86 (remove_files) COMPLETE
93032026-08-21T22:43:51.261Z[ recovery-image] Aug 21 22:43:49.852 INFO O| Aug 21 22:43:49.852 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93042026-08-21T22:43:51.269Z[ recovery-image] Aug 21 22:43:49.863 INFO O| Aug 21 22:43:49.863 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
93052026-08-21T22:43:51.269Z[ recovery-image] Aug 21 22:43:49.863 INFO O| Aug 21 22:43:49.863 INFO STEP 87 (remove_files) COMPLETE
93062026-08-21T22:43:51.269Z[ recovery-image] Aug 21 22:43:49.863 INFO O| Aug 21 22:43:49.863 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93072026-08-21T22:43:51.278Z[ recovery-image] Aug 21 22:43:49.873 INFO O| Aug 21 22:43:49.872 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
93082026-08-21T22:43:51.278Z[ recovery-image] Aug 21 22:43:49.873 INFO O| Aug 21 22:43:49.873 INFO STEP 88 (remove_files) COMPLETE
93092026-08-21T22:43:51.281Z[ recovery-image] Aug 21 22:43:49.873 INFO O| Aug 21 22:43:49.873 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93102026-08-21T22:43:51.288Z[ recovery-image] Aug 21 22:43:49.882 INFO O| Aug 21 22:43:49.882 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
93112026-08-21T22:43:51.288Z[ recovery-image] Aug 21 22:43:49.882 INFO O| Aug 21 22:43:49.882 INFO STEP 89 (remove_files) COMPLETE
93122026-08-21T22:43:51.288Z[ recovery-image] Aug 21 22:43:49.882 INFO O| Aug 21 22:43:49.882 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93132026-08-21T22:43:51.298Z[ recovery-image] Aug 21 22:43:49.892 INFO O| Aug 21 22:43:49.892 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
93142026-08-21T22:43:51.302Z[ recovery-image] Aug 21 22:43:49.892 INFO O| Aug 21 22:43:49.892 INFO STEP 90 (remove_files) COMPLETE
93152026-08-21T22:43:51.302Z[ recovery-image] Aug 21 22:43:49.892 INFO O| Aug 21 22:43:49.892 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93162026-08-21T22:43:51.307Z[ recovery-image] Aug 21 22:43:49.901 INFO O| Aug 21 22:43:49.901 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
93172026-08-21T22:43:51.307Z[ recovery-image] Aug 21 22:43:49.901 INFO O| Aug 21 22:43:49.901 INFO STEP 91 (remove_files) COMPLETE
93182026-08-21T22:43:51.311Z[ recovery-image] Aug 21 22:43:49.901 INFO O| Aug 21 22:43:49.901 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93192026-08-21T22:43:51.332Z[ recovery-image] Aug 21 22:43:49.911 INFO O| Aug 21 22:43:49.911 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
93202026-08-21T22:43:51.332Z[ recovery-image] Aug 21 22:43:49.911 INFO O| Aug 21 22:43:49.911 INFO STEP 92 (remove_files) COMPLETE
93212026-08-21T22:43:51.332Z[ recovery-image] Aug 21 22:43:49.911 INFO O| Aug 21 22:43:49.911 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93222026-08-21T22:43:51.381Z[ recovery-image] Aug 21 22:43:49.920 INFO O| Aug 21 22:43:49.920 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
93232026-08-21T22:43:51.381Z[ recovery-image] Aug 21 22:43:49.920 INFO O| Aug 21 22:43:49.920 INFO STEP 93 (remove_files) COMPLETE
93242026-08-21T22:43:51.381Z[ recovery-image] Aug 21 22:43:49.920 INFO O| Aug 21 22:43:49.920 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93252026-08-21T22:43:51.381Z[ recovery-image] Aug 21 22:43:49.928 INFO O| Aug 21 22:43:49.928 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
93262026-08-21T22:43:51.381Z[ recovery-image] Aug 21 22:43:49.928 INFO O| Aug 21 22:43:49.928 INFO STEP 94 (remove_files) COMPLETE
93272026-08-21T22:43:51.381Z[ recovery-image] Aug 21 22:43:49.929 INFO O| Aug 21 22:43:49.928 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93282026-08-21T22:43:51.381Z[ recovery-image] Aug 21 22:43:49.938 INFO O| Aug 21 22:43:49.937 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
93292026-08-21T22:43:51.381Z[ recovery-image] Aug 21 22:43:49.938 INFO O| Aug 21 22:43:49.938 INFO STEP 95 (remove_files) COMPLETE
93302026-08-21T22:43:51.381Z[ recovery-image] Aug 21 22:43:49.938 INFO O| Aug 21 22:43:49.938 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93312026-08-21T22:43:51.381Z[ recovery-image] Aug 21 22:43:49.947 INFO O| Aug 21 22:43:49.947 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
93322026-08-21T22:43:51.381Z[ recovery-image] Aug 21 22:43:49.947 INFO O| Aug 21 22:43:49.947 INFO STEP 96 (remove_files) COMPLETE
93332026-08-21T22:43:51.381Z[ recovery-image] Aug 21 22:43:49.947 INFO O| Aug 21 22:43:49.947 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93342026-08-21T22:43:51.381Z[ recovery-image] Aug 21 22:43:49.956 INFO O| Aug 21 22:43:49.956 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
93352026-08-21T22:43:51.381Z[ recovery-image] Aug 21 22:43:49.956 INFO O| Aug 21 22:43:49.956 INFO STEP 97 (remove_files) COMPLETE
93362026-08-21T22:43:51.381Z[ recovery-image] Aug 21 22:43:49.956 INFO O| Aug 21 22:43:49.956 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93372026-08-21T22:43:51.381Z[ recovery-image] Aug 21 22:43:49.965 INFO O| Aug 21 22:43:49.965 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
93382026-08-21T22:43:51.381Z[ recovery-image] Aug 21 22:43:49.965 INFO O| Aug 21 22:43:49.965 INFO STEP 98 (remove_files) COMPLETE
93392026-08-21T22:43:51.381Z[ recovery-image] Aug 21 22:43:49.965 INFO O| Aug 21 22:43:49.965 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93402026-08-21T22:43:51.387Z[ recovery-image] Aug 21 22:43:49.982 INFO O| Aug 21 22:43:49.974 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
93412026-08-21T22:43:51.387Z[ recovery-image] Aug 21 22:43:49.982 INFO O| Aug 21 22:43:49.974 INFO STEP 99 (remove_files) COMPLETE
93422026-08-21T22:43:51.390Z[ recovery-image] Aug 21 22:43:49.982 INFO O| Aug 21 22:43:49.974 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
93432026-08-21T22:43:51.403Z[ recovery-image] Aug 21 22:43:49.998 INFO O| Aug 21 22:43:49.997 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
93442026-08-21T22:43:51.403Z[ recovery-image] Aug 21 22:43:49.998 INFO O| Aug 21 22:43:49.998 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
93452026-08-21T22:43:53.465Z[verify-libraries] Compiling oso v0.27.3
93462026-08-21T22:43:56.292Z[ recovery-image] Aug 21 22:43:54.886 INFO O| Aug 21 22:43:54.886 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
93472026-08-21T22:43:56.292Z[ recovery-image] Aug 21 22:43:54.886 INFO O| Aug 21 22:43:54.886 INFO E| svccfg: Loaded 69 smf(7) service descriptions
93482026-08-21T22:43:56.312Z[ recovery-image] Aug 21 22:43:54.906 INFO O| Aug 21 22:43:54.906 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
93492026-08-21T22:43:56.418Z[ recovery-image] Aug 21 22:43:55.012 INFO O| Aug 21 22:43:55.012 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
93502026-08-21T22:43:56.483Z[ recovery-image] Aug 21 22:43:55.078 INFO O| Aug 21 22:43:55.077 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"}
93512026-08-21T22:43:56.555Z[ recovery-image] Aug 21 22:43:55.150 INFO O| Aug 21 22:43:55.149 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
93522026-08-21T22:43:56.556Z[ recovery-image] Aug 21 22:43:55.150 INFO O| Aug 21 22:43:55.150 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 ...
93532026-08-21T22:43:56.559Z[ recovery-image] Aug 21 22:43:55.151 INFO O| Aug 21 22:43:55.151 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
93542026-08-21T22:43:56.560Z[ recovery-image] Aug 21 22:43:55.151 INFO O| Aug 21 22:43:55.151 INFO ok!
93552026-08-21T22:43:56.560Z[ recovery-image] Aug 21 22:43:55.151 INFO O| Aug 21 22:43:55.151 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
93562026-08-21T22:43:56.560Z[ recovery-image] Aug 21 22:43:55.151 INFO O| Aug 21 22:43:55.151 INFO STEP 100 (seed_smf) COMPLETE
93572026-08-21T22:43:56.561Z[ recovery-image] Aug 21 22:43:55.151 INFO O| Aug 21 22:43:55.151 INFO steps complete; finalising image!
93582026-08-21T22:43:56.561Z[ recovery-image] Aug 21 22:43:55.151 INFO O| Aug 21 22:43:55.151 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
93592026-08-21T22:43:56.642Z[ recovery-image] Aug 21 22:43:55.236 INFO O| Aug 21 22:43:55.236 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Fri Aug 21 22:43:55 2026)
93602026-08-21T22:43:56.849Z[ recovery-image] Aug 21 22:43:55.443 INFO O| Aug 21 22:43:55.443 INFO trim TEMPORARY-sled-zfs-recovery: (17% trimmed, started at Fri Aug 21 22:43:55 2026)
93612026-08-21T22:43:57.056Z[ recovery-image] Aug 21 22:43:55.651 INFO O| Aug 21 22:43:55.650 INFO trim TEMPORARY-sled-zfs-recovery: (44% trimmed, started at Fri Aug 21 22:43:55 2026)
93622026-08-21T22:43:57.262Z[ recovery-image] Aug 21 22:43:55.857 INFO O| Aug 21 22:43:55.857 INFO trim TEMPORARY-sled-zfs-recovery: (55% trimmed, started at Fri Aug 21 22:43:55 2026)
93632026-08-21T22:43:57.373Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
93642026-08-21T22:43:57.472Z[ recovery-image] Aug 21 22:43:56.067 INFO O| Aug 21 22:43:56.064 INFO trim TEMPORARY-sled-zfs-recovery: (71% trimmed, started at Fri Aug 21 22:43:55 2026)
93652026-08-21T22:43:57.680Z[ recovery-image] Aug 21 22:43:56.274 INFO O| Aug 21 22:43:56.274 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Fri Aug 21 22:43:55 2026)
93662026-08-21T22:43:57.891Z[ recovery-image] Aug 21 22:43:56.482 INFO O| Aug 21 22:43:56.481 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 21 22:43:55 2026)
93672026-08-21T22:43:58.094Z[ recovery-image] Aug 21 22:43:56.689 INFO O| Aug 21 22:43:56.688 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 21 22:43:55 2026)
93682026-08-21T22:43:58.300Z[ recovery-image] Aug 21 22:43:56.894 INFO O| Aug 21 22:43:56.894 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 21 22:43:55 2026)
93692026-08-21T22:43:58.513Z[ recovery-image] Aug 21 22:43:57.107 INFO O| Aug 21 22:43:57.106 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 21 22:43:55 2026)
93702026-08-21T22:43:58.718Z[ recovery-image] Aug 21 22:43:57.312 INFO O| Aug 21 22:43:57.312 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 21 22:43:55 2026)
93712026-08-21T22:44:01.487Z[ recovery-image] Aug 21 22:44:00.080 INFO O| Aug 21 22:44:00.080 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Fri Aug 21 22:43:55 2026)
93722026-08-21T22:44:01.630Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
93732026-08-21T22:44:01.657Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
93742026-08-21T22:44:01.707Z[ recovery-image] Aug 21 22:44:00.301 INFO O| Aug 21 22:44:00.301 INFO temporary pool has 498M used, 1.26G avail, 1.00x compressratio
93752026-08-21T22:44:01.707Z[ recovery-image] Aug 21 22:44:00.301 INFO O| Aug 21 22:44:00.301 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93762026-08-21T22:44:03.059Z[ recovery-image] Aug 21 22:44:01.653 INFO O| Aug 21 22:44:01.653 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
93772026-08-21T22:44:03.059Z[ recovery-image] Aug 21 22:44:01.653 INFO O| Aug 21 22:44:01.653 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93782026-08-21T22:44:05.201Z[ host-image] Aug 21 22:44:03.795 INFO O| seeding SMF database...
93792026-08-21T22:44:05.397Z[ recovery-image] Aug 21 22:44:03.991 INFO O| Aug 21 22:44:03.990 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93802026-08-21T22:44:05.397Z[ recovery-image] Aug 21 22:44:03.991 INFO O| Aug 21 22:44:03.991 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93812026-08-21T22:44:05.397Z[ recovery-image] Aug 21 22:44:03.991 INFO O| Aug 21 22:44:03.991 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93822026-08-21T22:44:05.403Z[ recovery-image] Aug 21 22:44:03.991 INFO O| Aug 21 22:44:03.991 INFO completed processing sled/zfs-recovery
93832026-08-21T22:44:05.403Z[ recovery-image] Aug 21 22:44:03.991 INFO O| Aug 21 22:44:03.991 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93842026-08-21T22:44:09.732Z[ recovery-image] Aug 21 22:44:08.323 INFO O| Aug 21 22:44:08.323 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93852026-08-21T22:44:10.001Z[ recovery-image] Aug 21 22:44:08.592 INFO BUILD STRING "heads/stlouis-0-ge6ec6e0e5f\n"
93862026-08-21T22:44:10.001Z[ recovery-image] Aug 21 22:44:08.592 INFO expanded image name: "recovery 27b8891/${os_short_commit} 2026-08-21 22:26" -> "recovery 27b8891/e6ec6e0 2026-08-21 22:26"
93872026-08-21T22:44:10.005Z[ recovery-image] Aug 21 22:44:08.592 INFO output artefacts stored in: "/work/os-recovery"
93882026-08-21T22:44:10.005Z[ recovery-image] Aug 21 22:44:08.592 INFO collecting git info from project "pinprick"...
93892026-08-21T22:44:10.012Z[ recovery-image] Aug 21 22:44:08.603 INFO collecting git info from project "image-builder"...
93902026-08-21T22:44:10.015Z[ host-image] Aug 21 22:44:08.607 INFO O| configuring SMF profile...
93912026-08-21T22:44:10.015Z[ host-image] Aug 21 22:44:08.607 INFO O| modifying shadow(5)...
93922026-08-21T22:44:10.015Z[ host-image] Aug 21 22:44:08.607 INFO O| loading user and group database...
93932026-08-21T22:44:10.015Z[ host-image] Aug 21 22:44:08.607 INFO O| loading facet selections...
93942026-08-21T22:44:10.020Z[ recovery-image] Aug 21 22:44:08.615 INFO collecting git info from project "amd-firmware"...
93952026-08-21T22:44:10.362Z[ host-image] Aug 21 22:44:08.956 INFO O| devel -> true
93962026-08-21T22:44:10.362Z[ host-image] Aug 21 22:44:08.956 INFO O| doc.man -> true
93972026-08-21T22:44:10.402Z[ host-image] Aug 21 22:44:08.956 INFO O| version-lock.shell/ksh93 -> true
93982026-08-21T22:44:10.402Z[ host-image] Aug 21 22:44:08.956 INFO O| version-lock.system/data/hardware-registry -> true
93992026-08-21T22:44:10.402Z[ host-image] Aug 21 22:44:08.956 INFO O| version-lock.system/data/zoneinfo -> true
94002026-08-21T22:44:10.402Z[ host-image] Aug 21 22:44:08.956 INFO O| version-lock.system/microcode/amd -> true
94012026-08-21T22:44:10.402Z[ host-image] Aug 21 22:44:08.956 INFO O| version-lock.system/microcode/intel -> true
94022026-08-21T22:44:10.402Z[ host-image] Aug 21 22:44:08.956 INFO O| version-lock.system/microcode/oxide -> true
94032026-08-21T22:44:10.402Z[ host-image] Aug 21 22:44:08.956 INFO O| assessing packaged files...
94042026-08-21T22:44:10.454Z[ recovery-image] Aug 21 22:44:09.044 INFO collecting git info from project "pilot"...
94052026-08-21T22:44:10.461Z[ recovery-image] Aug 21 22:44:09.054 INFO collecting git info from project "bootserver"...
94062026-08-21T22:44:10.467Z[ recovery-image] Aug 21 22:44:09.061 INFO collecting git info from project "amd-host-image-builder"...
94072026-08-21T22:44:10.514Z[ recovery-image] Aug 21 22:44:09.104 INFO collecting git info from project "chelsio-t6-roms"...
94082026-08-21T22:44:10.528Z[ recovery-image] Aug 21 22:44:09.121 INFO collecting git info from project "dmar-report"...
94092026-08-21T22:44:10.539Z[ recovery-image] Aug 21 22:44:09.133 INFO collecting git info from project "phbl"...
94102026-08-21T22:44:10.560Z[ recovery-image] Aug 21 22:44:09.149 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94112026-08-21T22:44:11.319Z[ recovery-image] Aug 21 22:44:09.907 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94122026-08-21T22:44:12.031Z[ recovery-image] Aug 21 22:44:10.624 INFO creating Oxide boot image...
94132026-08-21T22:44:12.031Z[ recovery-image] Aug 21 22:44:10.624 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 27b8891/e6ec6e0 2026-08-21 22:26", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
94142026-08-21T22:44:12.439Z[ host-image] Aug 21 22:44:11.034 INFO O| creating archive...
94152026-08-21T22:44:12.462Z[ host-image] Aug 21 22:44:11.055 INFO O| missing from packaging:
94162026-08-21T22:44:12.462Z[ host-image] Aug 21 22:44:11.055 INFO O| "etc/.pwd.lock"
94172026-08-21T22:44:12.466Z[ host-image] Aug 21 22:44:11.055 INFO O| "etc/bash"
94182026-08-21T22:44:12.477Z[ host-image] Aug 21 22:44:11.071 INFO O| "etc/svc/profile/generic.xml"
94192026-08-21T22:44:12.477Z[ host-image] Aug 21 22:44:11.071 INFO O| "etc/svc/profile/inetd_services.xml"
94202026-08-21T22:44:12.481Z[ host-image] Aug 21 22:44:11.071 INFO O| "etc/svc/profile/name_service.xml"
94212026-08-21T22:44:12.481Z[ host-image] Aug 21 22:44:11.071 INFO O| "etc/svc/profile/platform.xml"
94222026-08-21T22:44:12.481Z[ host-image] Aug 21 22:44:11.071 INFO O| "etc/svc/profile/platform_omicron1.xml"
94232026-08-21T22:44:12.481Z[ host-image] Aug 21 22:44:11.071 INFO O| "etc/svc/repository.db"
94242026-08-21T22:44:13.493Z[ host-image] Aug 21 22:44:11.083 INFO O| "opt/ooce/share"
94252026-08-21T22:44:13.494Z[ host-image] Aug 21 22:44:11.083 INFO O| "opt/ooce/share/man"
94262026-08-21T22:44:13.494Z[ host-image] Aug 21 22:44:11.083 INFO O| "opt/ooce/share/man/man1"
94272026-08-21T22:44:13.498Z[ host-image] Aug 21 22:44:11.091 INFO O| finishing archive...
94282026-08-21T22:44:13.498Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
94292026-08-21T22:44:13.498Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
94302026-08-21T22:44:14.868Z[ host-image] Aug 21 22:44:13.461 INFO O| creating gzonly manifest...
94312026-08-21T22:44:14.873Z[ host-image] Aug 21 22:44:13.467 INFO O| ok
94322026-08-21T22:44:15.115Z[ host-image] Aug 21 22:44:13.709 INFO image builder template: ramdisk-02-trim...
94332026-08-21T22:44:15.115Z[ host-image] Aug 21 22:44:13.709 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/.tmpxEEXn5/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
94342026-08-21T22:44:15.134Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
94352026-08-21T22:44:15.137Z[ host-image] Aug 21 22:44:13.731 INFO O| Aug 21 22:44:13.731 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94362026-08-21T22:44:15.141Z[ host-image] Aug 21 22:44:13.735 INFO O| Aug 21 22:44:13.735 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94372026-08-21T22:44:16.286Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
94382026-08-21T22:44:16.314Z[ host-image] Aug 21 22:44:14.905 INFO O| Aug 21 22:44:14.904 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94392026-08-21T22:44:16.653Z[ host-image] Aug 21 22:44:15.247 INFO O| Aug 21 22:44:15.223 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94402026-08-21T22:44:16.653Z[ host-image] Aug 21 22:44:15.247 INFO O| Aug 21 22:44:15.223 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94412026-08-21T22:44:16.653Z[ host-image] Aug 21 22:44:15.247 INFO O| Aug 21 22:44:15.228 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94422026-08-21T22:44:16.657Z[ host-image] Aug 21 22:44:15.247 INFO O| Aug 21 22:44:15.232 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94432026-08-21T22:44:16.657Z[ host-image] Aug 21 22:44:15.247 INFO O| Aug 21 22:44:15.238 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94442026-08-21T22:44:17.502Z[ host-image] Aug 21 22:44:16.096 INFO O| Aug 21 22:44:16.095 INFO rolled back to input snapshot; work may begin
94452026-08-21T22:44:17.502Z[ host-image] Aug 21 22:44:16.096 INFO O| Aug 21 22:44:16.096 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94462026-08-21T22:44:17.507Z[ host-image] Aug 21 22:44:16.102 INFO O| Aug 21 22:44:16.102 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94472026-08-21T22:44:17.519Z[ host-image] Aug 21 22:44:16.113 INFO O| Aug 21 22:44:16.113 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94482026-08-21T22:44:17.556Z[ host-image] Aug 21 22:44:16.149 INFO O| Aug 21 22:44:16.149 INFO STEP 0 (remove_files) COMPLETE
94492026-08-21T22:44:17.556Z[ host-image] Aug 21 22:44:16.150 INFO O| Aug 21 22:44:16.149 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94502026-08-21T22:44:17.568Z[ host-image] Aug 21 22:44:16.161 INFO O| Aug 21 22:44:16.160 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94512026-08-21T22:44:17.573Z[ host-image] Aug 21 22:44:16.162 INFO O| Aug 21 22:44:16.162 INFO STEP 1 (remove_files) COMPLETE
94522026-08-21T22:44:17.573Z[ host-image] Aug 21 22:44:16.162 INFO O| Aug 21 22:44:16.162 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94532026-08-21T22:44:17.578Z[ host-image] Aug 21 22:44:16.172 INFO O| Aug 21 22:44:16.172 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94542026-08-21T22:44:17.592Z[ host-image] Aug 21 22:44:16.186 INFO O| Aug 21 22:44:16.186 INFO STEP 2 (remove_files) COMPLETE
94552026-08-21T22:44:17.592Z[ host-image] Aug 21 22:44:16.186 INFO O| Aug 21 22:44:16.186 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94562026-08-21T22:44:17.602Z[ host-image] Aug 21 22:44:16.196 INFO O| Aug 21 22:44:16.196 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94572026-08-21T22:44:17.606Z[ host-image] Aug 21 22:44:16.198 INFO O| Aug 21 22:44:16.198 INFO STEP 3 (remove_files) COMPLETE
94582026-08-21T22:44:17.606Z[ host-image] Aug 21 22:44:16.198 INFO O| Aug 21 22:44:16.198 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94592026-08-21T22:44:17.614Z[ host-image] Aug 21 22:44:16.209 INFO O| Aug 21 22:44:16.209 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94602026-08-21T22:44:17.618Z[ host-image] Aug 21 22:44:16.212 INFO O| Aug 21 22:44:16.211 INFO STEP 4 (remove_files) COMPLETE
94612026-08-21T22:44:17.618Z[ host-image] Aug 21 22:44:16.212 INFO O| Aug 21 22:44:16.212 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94622026-08-21T22:44:17.632Z[ host-image] Aug 21 22:44:16.222 INFO O| Aug 21 22:44:16.222 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94632026-08-21T22:44:17.632Z[ host-image] Aug 21 22:44:16.224 INFO O| Aug 21 22:44:16.224 INFO STEP 5 (remove_files) COMPLETE
94642026-08-21T22:44:17.632Z[ host-image] Aug 21 22:44:16.224 INFO O| Aug 21 22:44:16.224 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94652026-08-21T22:44:17.641Z[ host-image] Aug 21 22:44:16.236 INFO O| Aug 21 22:44:16.235 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94662026-08-21T22:44:17.651Z[ host-image] Aug 21 22:44:16.246 INFO O| Aug 21 22:44:16.245 INFO STEP 6 (remove_files) COMPLETE
94672026-08-21T22:44:17.652Z[ host-image] Aug 21 22:44:16.246 INFO O| Aug 21 22:44:16.246 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94682026-08-21T22:44:17.653Z[ host-image] Aug 21 22:44:16.246 INFO O| Aug 21 22:44:16.246 INFO skip step because feature "heliosv2" is not enabled
94692026-08-21T22:44:17.656Z[ host-image] Aug 21 22:44:16.246 INFO O| Aug 21 22:44:16.246 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94702026-08-21T22:44:17.661Z[ host-image] Aug 21 22:44:16.256 INFO O| Aug 21 22:44:16.256 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94712026-08-21T22:44:17.673Z[ host-image] Aug 21 22:44:16.267 INFO O| Aug 21 22:44:16.267 INFO STEP 8 (remove_files) COMPLETE
94722026-08-21T22:44:17.674Z[ host-image] Aug 21 22:44:16.267 INFO O| Aug 21 22:44:16.267 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94732026-08-21T22:44:17.683Z[ host-image] Aug 21 22:44:16.278 INFO O| Aug 21 22:44:16.278 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94742026-08-21T22:44:17.753Z[ host-image] Aug 21 22:44:16.343 INFO O| Aug 21 22:44:16.343 INFO STEP 9 (remove_files) COMPLETE
94752026-08-21T22:44:17.753Z[ host-image] Aug 21 22:44:16.343 INFO O| Aug 21 22:44:16.343 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94762026-08-21T22:44:17.763Z[ host-image] Aug 21 22:44:16.357 INFO O| Aug 21 22:44:16.357 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94772026-08-21T22:44:17.855Z[ host-image] Aug 21 22:44:16.432 INFO O| Aug 21 22:44:16.432 INFO STEP 10 (remove_files) COMPLETE
94782026-08-21T22:44:17.855Z[ host-image] Aug 21 22:44:16.432 INFO O| Aug 21 22:44:16.432 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94792026-08-21T22:44:17.869Z[ host-image] Aug 21 22:44:16.463 INFO O| Aug 21 22:44:16.463 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94802026-08-21T22:44:17.873Z[ host-image] Aug 21 22:44:16.466 INFO O| Aug 21 22:44:16.466 INFO STEP 11 (remove_files) COMPLETE
94812026-08-21T22:44:17.873Z[ host-image] Aug 21 22:44:16.467 INFO O| Aug 21 22:44:16.466 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94822026-08-21T22:44:17.883Z[ host-image] Aug 21 22:44:16.477 INFO O| Aug 21 22:44:16.477 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94832026-08-21T22:44:17.886Z[ host-image] Aug 21 22:44:16.478 INFO O| Aug 21 22:44:16.478 INFO STEP 12 (remove_files) COMPLETE
94842026-08-21T22:44:17.886Z[ host-image] Aug 21 22:44:16.478 INFO O| Aug 21 22:44:16.478 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94852026-08-21T22:44:17.894Z[ host-image] Aug 21 22:44:16.488 INFO O| Aug 21 22:44:16.488 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94862026-08-21T22:44:17.898Z[ host-image] Aug 21 22:44:16.490 INFO O| Aug 21 22:44:16.490 INFO STEP 13 (remove_files) COMPLETE
94872026-08-21T22:44:17.898Z[ host-image] Aug 21 22:44:16.490 INFO O| Aug 21 22:44:16.490 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94882026-08-21T22:44:18.185Z[ host-image] Aug 21 22:44:16.779 INFO O| Aug 21 22:44:16.778 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94892026-08-21T22:44:18.190Z[ host-image] Aug 21 22:44:16.782 INFO O| Aug 21 22:44:16.782 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94902026-08-21T22:44:18.233Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
94912026-08-21T22:44:18.239Z[ host-image] Aug 21 22:44:16.834 INFO O| Aug 21 22:44:16.834 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94922026-08-21T22:44:18.239Z[ host-image] Aug 21 22:44:16.834 INFO O| Aug 21 22:44:16.834 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94932026-08-21T22:44:18.247Z[ host-image] Aug 21 22:44:16.841 INFO O| Aug 21 22:44:16.841 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94942026-08-21T22:44:18.248Z[ host-image] Aug 21 22:44:16.841 INFO O| Aug 21 22:44:16.841 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94952026-08-21T22:44:18.252Z[ host-image] Aug 21 22:44:16.841 INFO O| Aug 21 22:44:16.841 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94962026-08-21T22:44:18.252Z[ host-image] Aug 21 22:44:16.841 INFO O| Aug 21 22:44:16.841 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94972026-08-21T22:44:18.252Z[ host-image] Aug 21 22:44:16.841 INFO O| Aug 21 22:44:16.841 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94982026-08-21T22:44:18.252Z[ host-image] Aug 21 22:44:16.841 INFO O| Aug 21 22:44:16.841 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94992026-08-21T22:44:18.252Z[ host-image] Aug 21 22:44:16.841 INFO O| Aug 21 22:44:16.841 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95002026-08-21T22:44:18.252Z[ host-image] Aug 21 22:44:16.842 INFO O| Aug 21 22:44:16.842 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95012026-08-21T22:44:18.252Z[ host-image] Aug 21 22:44:16.842 INFO O| Aug 21 22:44:16.842 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95022026-08-21T22:44:18.252Z[ host-image] Aug 21 22:44:16.842 INFO O| Aug 21 22:44:16.842 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95032026-08-21T22:44:18.252Z[ host-image] Aug 21 22:44:16.842 INFO O| Aug 21 22:44:16.842 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95042026-08-21T22:44:18.252Z[ host-image] Aug 21 22:44:16.842 INFO O| Aug 21 22:44:16.842 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95052026-08-21T22:44:18.252Z[ host-image] Aug 21 22:44:16.842 INFO O| Aug 21 22:44:16.842 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95062026-08-21T22:44:18.252Z[ host-image] Aug 21 22:44:16.842 INFO O| Aug 21 22:44:16.842 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95072026-08-21T22:44:18.252Z[ host-image] Aug 21 22:44:16.842 INFO O| Aug 21 22:44:16.842 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95082026-08-21T22:44:18.253Z[ host-image] Aug 21 22:44:16.842 INFO O| Aug 21 22:44:16.842 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95092026-08-21T22:44:18.253Z[ host-image] Aug 21 22:44:16.843 INFO O| Aug 21 22:44:16.843 INFO STEP 14 (remove_files) COMPLETE
95102026-08-21T22:44:18.253Z[ host-image] Aug 21 22:44:16.843 INFO O| Aug 21 22:44:16.843 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95112026-08-21T22:44:18.291Z[ host-image] Aug 21 22:44:16.886 INFO O| Aug 21 22:44:16.885 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95122026-08-21T22:44:18.295Z[ host-image] Aug 21 22:44:16.887 INFO O| Aug 21 22:44:16.887 INFO STEP 15 (remove_files) COMPLETE
95132026-08-21T22:44:18.295Z[ host-image] Aug 21 22:44:16.887 INFO O| Aug 21 22:44:16.887 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95142026-08-21T22:44:18.303Z[ host-image] Aug 21 22:44:16.897 INFO O| Aug 21 22:44:16.897 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95152026-08-21T22:44:18.309Z[ host-image] Aug 21 22:44:16.904 INFO O| Aug 21 22:44:16.904 INFO STEP 16 (remove_files) COMPLETE
95162026-08-21T22:44:18.309Z[ host-image] Aug 21 22:44:16.904 INFO O| Aug 21 22:44:16.904 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95172026-08-21T22:44:18.321Z[ host-image] Aug 21 22:44:16.915 INFO O| Aug 21 22:44:16.914 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95182026-08-21T22:44:18.321Z[ host-image] Aug 21 22:44:16.915 INFO O| Aug 21 22:44:16.915 INFO STEP 17 (remove_files) COMPLETE
95192026-08-21T22:44:18.321Z[ host-image] Aug 21 22:44:16.915 INFO O| Aug 21 22:44:16.915 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95202026-08-21T22:44:18.339Z[ host-image] Aug 21 22:44:16.933 INFO O| Aug 21 22:44:16.933 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95212026-08-21T22:44:18.343Z[ host-image] Aug 21 22:44:16.934 INFO O| Aug 21 22:44:16.934 INFO STEP 18 (remove_files) COMPLETE
95222026-08-21T22:44:18.343Z[ host-image] Aug 21 22:44:16.934 INFO O| Aug 21 22:44:16.934 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95232026-08-21T22:44:18.361Z[ host-image] Aug 21 22:44:16.955 INFO O| Aug 21 22:44:16.955 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95242026-08-21T22:44:18.361Z[ host-image] Aug 21 22:44:16.955 INFO O| Aug 21 22:44:16.955 INFO STEP 19 (remove_files) COMPLETE
95252026-08-21T22:44:18.365Z[ host-image] Aug 21 22:44:16.955 INFO O| Aug 21 22:44:16.955 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95262026-08-21T22:44:18.379Z[ host-image] Aug 21 22:44:16.973 INFO O| Aug 21 22:44:16.973 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95272026-08-21T22:44:18.379Z[ host-image] Aug 21 22:44:16.973 INFO O| Aug 21 22:44:16.973 INFO STEP 20 (remove_files) COMPLETE
95282026-08-21T22:44:18.382Z[ host-image] Aug 21 22:44:16.973 INFO O| Aug 21 22:44:16.973 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95292026-08-21T22:44:18.388Z[ host-image] Aug 21 22:44:16.983 INFO O| Aug 21 22:44:16.982 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95302026-08-21T22:44:18.388Z[ host-image] Aug 21 22:44:16.983 INFO O| Aug 21 22:44:16.983 INFO STEP 21 (remove_files) COMPLETE
95312026-08-21T22:44:18.388Z[ host-image] Aug 21 22:44:16.983 INFO O| Aug 21 22:44:16.983 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95322026-08-21T22:44:18.397Z[ host-image] Aug 21 22:44:16.992 INFO O| Aug 21 22:44:16.992 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95332026-08-21T22:44:18.397Z[ host-image] Aug 21 22:44:16.992 INFO O| Aug 21 22:44:16.992 INFO STEP 22 (remove_files) COMPLETE
95342026-08-21T22:44:18.397Z[ host-image] Aug 21 22:44:16.992 INFO O| Aug 21 22:44:16.992 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95352026-08-21T22:44:18.407Z[ host-image] Aug 21 22:44:17.001 INFO O| Aug 21 22:44:17.001 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95362026-08-21T22:44:18.407Z[ host-image] Aug 21 22:44:17.001 INFO O| Aug 21 22:44:17.001 INFO STEP 23 (remove_files) COMPLETE
95372026-08-21T22:44:18.410Z[ host-image] Aug 21 22:44:17.001 INFO O| Aug 21 22:44:17.001 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95382026-08-21T22:44:18.416Z[ host-image] Aug 21 22:44:17.010 INFO O| Aug 21 22:44:17.010 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95392026-08-21T22:44:18.416Z[ host-image] Aug 21 22:44:17.010 INFO O| Aug 21 22:44:17.010 INFO STEP 24 (remove_files) COMPLETE
95402026-08-21T22:44:18.419Z[ host-image] Aug 21 22:44:17.011 INFO O| Aug 21 22:44:17.010 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95412026-08-21T22:44:18.435Z[ host-image] Aug 21 22:44:17.029 INFO O| Aug 21 22:44:17.029 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95422026-08-21T22:44:18.435Z[ host-image] Aug 21 22:44:17.029 INFO O| Aug 21 22:44:17.029 INFO STEP 25 (remove_files) COMPLETE
95432026-08-21T22:44:18.435Z[ host-image] Aug 21 22:44:17.029 INFO O| Aug 21 22:44:17.029 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95442026-08-21T22:44:18.444Z[ host-image] Aug 21 22:44:17.039 INFO O| Aug 21 22:44:17.038 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95452026-08-21T22:44:18.444Z[ host-image] Aug 21 22:44:17.039 INFO O| Aug 21 22:44:17.039 INFO STEP 26 (remove_files) COMPLETE
95462026-08-21T22:44:18.448Z[ host-image] Aug 21 22:44:17.039 INFO O| Aug 21 22:44:17.039 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95472026-08-21T22:44:18.499Z[ host-image] Aug 21 22:44:17.069 INFO O| Aug 21 22:44:17.054 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95482026-08-21T22:44:18.499Z[ host-image] Aug 21 22:44:17.069 INFO O| Aug 21 22:44:17.054 INFO STEP 27 (remove_files) COMPLETE
95492026-08-21T22:44:18.499Z[ host-image] Aug 21 22:44:17.069 INFO O| Aug 21 22:44:17.054 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95502026-08-21T22:44:18.512Z[ host-image] Aug 21 22:44:17.069 INFO O| Aug 21 22:44:17.066 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95512026-08-21T22:44:18.512Z[ host-image] Aug 21 22:44:17.069 INFO O| Aug 21 22:44:17.066 INFO STEP 28 (remove_files) COMPLETE
95522026-08-21T22:44:18.512Z[ host-image] Aug 21 22:44:17.069 INFO O| Aug 21 22:44:17.066 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95532026-08-21T22:44:18.512Z[ host-image] Aug 21 22:44:17.092 INFO O| Aug 21 22:44:17.077 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95542026-08-21T22:44:18.512Z[ host-image] Aug 21 22:44:17.092 INFO O| Aug 21 22:44:17.077 INFO STEP 29 (remove_files) COMPLETE
95552026-08-21T22:44:18.513Z[ host-image] Aug 21 22:44:17.092 INFO O| Aug 21 22:44:17.077 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95562026-08-21T22:44:18.513Z[ host-image] Aug 21 22:44:17.092 INFO O| Aug 21 22:44:17.088 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95572026-08-21T22:44:18.513Z[ host-image] Aug 21 22:44:17.092 INFO O| Aug 21 22:44:17.088 INFO STEP 30 (remove_files) COMPLETE
95582026-08-21T22:44:18.513Z[ host-image] Aug 21 22:44:17.092 INFO O| Aug 21 22:44:17.088 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95592026-08-21T22:44:18.541Z[ host-image] Aug 21 22:44:17.135 INFO O| Aug 21 22:44:17.135 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95602026-08-21T22:44:18.541Z[ host-image] Aug 21 22:44:17.135 INFO O| Aug 21 22:44:17.135 INFO STEP 31 (remove_files) COMPLETE
95612026-08-21T22:44:18.545Z[ host-image] Aug 21 22:44:17.135 INFO O| Aug 21 22:44:17.135 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95622026-08-21T22:44:18.551Z[ host-image] Aug 21 22:44:17.146 INFO O| Aug 21 22:44:17.146 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95632026-08-21T22:44:18.552Z[ host-image] Aug 21 22:44:17.146 INFO O| Aug 21 22:44:17.146 INFO STEP 32 (remove_files) COMPLETE
95642026-08-21T22:44:18.555Z[ host-image] Aug 21 22:44:17.146 INFO O| Aug 21 22:44:17.146 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95652026-08-21T22:44:18.561Z[ host-image] Aug 21 22:44:17.155 INFO O| Aug 21 22:44:17.155 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95662026-08-21T22:44:18.561Z[ host-image] Aug 21 22:44:17.155 INFO O| Aug 21 22:44:17.155 INFO STEP 33 (remove_files) COMPLETE
95672026-08-21T22:44:18.565Z[ host-image] Aug 21 22:44:17.155 INFO O| Aug 21 22:44:17.155 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95682026-08-21T22:44:18.569Z[ host-image] Aug 21 22:44:17.164 INFO O| Aug 21 22:44:17.164 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95692026-08-21T22:44:18.570Z[ host-image] Aug 21 22:44:17.164 INFO O| Aug 21 22:44:17.164 INFO STEP 34 (remove_files) COMPLETE
95702026-08-21T22:44:18.573Z[ host-image] Aug 21 22:44:17.164 INFO O| Aug 21 22:44:17.164 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95712026-08-21T22:44:18.578Z[ host-image] Aug 21 22:44:17.173 INFO O| Aug 21 22:44:17.173 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95722026-08-21T22:44:18.578Z[ host-image] Aug 21 22:44:17.173 INFO O| Aug 21 22:44:17.173 INFO STEP 35 (remove_files) COMPLETE
95732026-08-21T22:44:18.578Z[ host-image] Aug 21 22:44:17.173 INFO O| Aug 21 22:44:17.173 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95742026-08-21T22:44:18.587Z[ host-image] Aug 21 22:44:17.181 INFO O| Aug 21 22:44:17.181 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95752026-08-21T22:44:18.587Z[ host-image] Aug 21 22:44:17.181 INFO O| Aug 21 22:44:17.181 INFO STEP 36 (remove_files) COMPLETE
95762026-08-21T22:44:18.587Z[ host-image] Aug 21 22:44:17.181 INFO O| Aug 21 22:44:17.181 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95772026-08-21T22:44:18.597Z[ host-image] Aug 21 22:44:17.191 INFO O| Aug 21 22:44:17.191 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95782026-08-21T22:44:18.597Z[ host-image] Aug 21 22:44:17.191 INFO O| Aug 21 22:44:17.191 INFO STEP 37 (remove_files) COMPLETE
95792026-08-21T22:44:18.601Z[ host-image] Aug 21 22:44:17.191 INFO O| Aug 21 22:44:17.191 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95802026-08-21T22:44:18.622Z[ host-image] Aug 21 22:44:17.216 INFO O| Aug 21 22:44:17.216 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95812026-08-21T22:44:18.622Z[ host-image] Aug 21 22:44:17.216 INFO O| Aug 21 22:44:17.216 INFO STEP 38 (remove_files) COMPLETE
95822026-08-21T22:44:18.622Z[ host-image] Aug 21 22:44:17.216 INFO O| Aug 21 22:44:17.216 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95832026-08-21T22:44:18.641Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
95842026-08-21T22:44:18.654Z[ host-image] Aug 21 22:44:17.244 INFO O| Aug 21 22:44:17.244 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95852026-08-21T22:44:18.655Z[ host-image] Aug 21 22:44:17.244 INFO O| Aug 21 22:44:17.244 INFO STEP 39 (remove_files) COMPLETE
95862026-08-21T22:44:18.655Z[ host-image] Aug 21 22:44:17.244 INFO O| Aug 21 22:44:17.244 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95872026-08-21T22:44:18.668Z[ host-image] Aug 21 22:44:17.255 INFO O| Aug 21 22:44:17.255 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95882026-08-21T22:44:18.668Z[ host-image] Aug 21 22:44:17.256 INFO O| Aug 21 22:44:17.255 INFO STEP 40 (remove_files) COMPLETE
95892026-08-21T22:44:18.668Z[ host-image] Aug 21 22:44:17.256 INFO O| Aug 21 22:44:17.255 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95902026-08-21T22:44:18.708Z[ host-image] Aug 21 22:44:17.267 INFO O| Aug 21 22:44:17.267 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95912026-08-21T22:44:18.708Z[ host-image] Aug 21 22:44:17.268 INFO O| Aug 21 22:44:17.268 INFO STEP 41 (remove_files) COMPLETE
95922026-08-21T22:44:18.708Z[ host-image] Aug 21 22:44:17.268 INFO O| Aug 21 22:44:17.268 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95932026-08-21T22:44:18.708Z[ host-image] Aug 21 22:44:17.279 INFO O| Aug 21 22:44:17.279 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95942026-08-21T22:44:18.708Z[ host-image] Aug 21 22:44:17.279 INFO O| Aug 21 22:44:17.279 INFO STEP 42 (remove_files) COMPLETE
95952026-08-21T22:44:18.708Z[ host-image] Aug 21 22:44:17.279 INFO O| Aug 21 22:44:17.279 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95962026-08-21T22:44:18.708Z[ host-image] Aug 21 22:44:17.290 INFO O| Aug 21 22:44:17.290 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95972026-08-21T22:44:18.708Z[ host-image] Aug 21 22:44:17.290 INFO O| Aug 21 22:44:17.290 INFO STEP 43 (remove_files) COMPLETE
95982026-08-21T22:44:18.708Z[ host-image] Aug 21 22:44:17.290 INFO O| Aug 21 22:44:17.290 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95992026-08-21T22:44:18.708Z[ host-image] Aug 21 22:44:17.302 INFO O| Aug 21 22:44:17.302 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96002026-08-21T22:44:18.708Z[ host-image] Aug 21 22:44:17.302 INFO O| Aug 21 22:44:17.302 INFO STEP 44 (remove_files) COMPLETE
96012026-08-21T22:44:18.712Z[ host-image] Aug 21 22:44:17.302 INFO O| Aug 21 22:44:17.302 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96022026-08-21T22:44:18.721Z[ host-image] Aug 21 22:44:17.313 INFO O| Aug 21 22:44:17.313 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96032026-08-21T22:44:18.721Z[ host-image] Aug 21 22:44:17.313 INFO O| Aug 21 22:44:17.313 INFO STEP 45 (remove_files) COMPLETE
96042026-08-21T22:44:18.721Z[ host-image] Aug 21 22:44:17.313 INFO O| Aug 21 22:44:17.313 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96052026-08-21T22:44:18.731Z[ host-image] Aug 21 22:44:17.325 INFO O| Aug 21 22:44:17.325 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96062026-08-21T22:44:18.731Z[ host-image] Aug 21 22:44:17.325 INFO O| Aug 21 22:44:17.325 INFO STEP 46 (remove_files) COMPLETE
96072026-08-21T22:44:18.734Z[ host-image] Aug 21 22:44:17.325 INFO O| Aug 21 22:44:17.325 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96082026-08-21T22:44:18.748Z[ host-image] Aug 21 22:44:17.336 INFO O| Aug 21 22:44:17.336 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96092026-08-21T22:44:18.748Z[ host-image] Aug 21 22:44:17.336 INFO O| Aug 21 22:44:17.336 INFO STEP 47 (remove_files) COMPLETE
96102026-08-21T22:44:18.748Z[ host-image] Aug 21 22:44:17.336 INFO O| Aug 21 22:44:17.336 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96112026-08-21T22:44:18.754Z[ host-image] Aug 21 22:44:17.349 INFO O| Aug 21 22:44:17.349 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96122026-08-21T22:44:18.755Z[ host-image] Aug 21 22:44:17.349 INFO O| Aug 21 22:44:17.349 INFO STEP 48 (remove_files) COMPLETE
96132026-08-21T22:44:18.758Z[ host-image] Aug 21 22:44:17.349 INFO O| Aug 21 22:44:17.349 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96142026-08-21T22:44:18.774Z[ host-image] Aug 21 22:44:17.368 INFO O| Aug 21 22:44:17.368 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96152026-08-21T22:44:18.774Z[ host-image] Aug 21 22:44:17.368 INFO O| Aug 21 22:44:17.368 INFO STEP 49 (remove_files) COMPLETE
96162026-08-21T22:44:18.778Z[ host-image] Aug 21 22:44:17.368 INFO O| Aug 21 22:44:17.368 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96172026-08-21T22:44:18.785Z[ host-image] Aug 21 22:44:17.380 INFO O| Aug 21 22:44:17.380 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96182026-08-21T22:44:18.786Z[ host-image] Aug 21 22:44:17.380 INFO O| Aug 21 22:44:17.380 INFO STEP 50 (remove_files) COMPLETE
96192026-08-21T22:44:18.789Z[ host-image] Aug 21 22:44:17.380 INFO O| Aug 21 22:44:17.380 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96202026-08-21T22:44:18.797Z[ host-image] Aug 21 22:44:17.392 INFO O| Aug 21 22:44:17.392 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96212026-08-21T22:44:18.797Z[ host-image] Aug 21 22:44:17.392 INFO O| Aug 21 22:44:17.392 INFO STEP 51 (remove_files) COMPLETE
96222026-08-21T22:44:18.797Z[ host-image] Aug 21 22:44:17.392 INFO O| Aug 21 22:44:17.392 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96232026-08-21T22:44:18.808Z[ host-image] Aug 21 22:44:17.403 INFO O| Aug 21 22:44:17.403 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96242026-08-21T22:44:18.808Z[ host-image] Aug 21 22:44:17.403 INFO O| Aug 21 22:44:17.403 INFO STEP 52 (remove_files) COMPLETE
96252026-08-21T22:44:18.812Z[ host-image] Aug 21 22:44:17.403 INFO O| Aug 21 22:44:17.403 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96262026-08-21T22:44:18.820Z[ host-image] Aug 21 22:44:17.414 INFO O| Aug 21 22:44:17.414 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96272026-08-21T22:44:18.820Z[ host-image] Aug 21 22:44:17.414 INFO O| Aug 21 22:44:17.414 INFO STEP 53 (remove_files) COMPLETE
96282026-08-21T22:44:18.820Z[ host-image] Aug 21 22:44:17.414 INFO O| Aug 21 22:44:17.414 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96292026-08-21T22:44:18.831Z[ host-image] Aug 21 22:44:17.425 INFO O| Aug 21 22:44:17.425 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96302026-08-21T22:44:18.831Z[ host-image] Aug 21 22:44:17.425 INFO O| Aug 21 22:44:17.425 INFO STEP 54 (remove_files) COMPLETE
96312026-08-21T22:44:18.831Z[ host-image] Aug 21 22:44:17.425 INFO O| Aug 21 22:44:17.425 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96322026-08-21T22:44:18.841Z[ host-image] Aug 21 22:44:17.436 INFO O| Aug 21 22:44:17.436 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96332026-08-21T22:44:18.841Z[ host-image] Aug 21 22:44:17.436 INFO O| Aug 21 22:44:17.436 INFO STEP 55 (remove_files) COMPLETE
96342026-08-21T22:44:18.841Z[ host-image] Aug 21 22:44:17.436 INFO O| Aug 21 22:44:17.436 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96352026-08-21T22:44:18.852Z[ host-image] Aug 21 22:44:17.446 INFO O| Aug 21 22:44:17.446 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96362026-08-21T22:44:18.852Z[ host-image] Aug 21 22:44:17.446 INFO O| Aug 21 22:44:17.446 INFO STEP 56 (remove_files) COMPLETE
96372026-08-21T22:44:18.856Z[ host-image] Aug 21 22:44:17.446 INFO O| Aug 21 22:44:17.446 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96382026-08-21T22:44:18.862Z[ host-image] Aug 21 22:44:17.456 INFO O| Aug 21 22:44:17.456 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96392026-08-21T22:44:18.864Z[ host-image] Aug 21 22:44:17.456 INFO O| Aug 21 22:44:17.456 INFO STEP 57 (remove_files) COMPLETE
96402026-08-21T22:44:18.864Z[ host-image] Aug 21 22:44:17.456 INFO O| Aug 21 22:44:17.456 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96412026-08-21T22:44:18.873Z[ host-image] Aug 21 22:44:17.467 INFO O| Aug 21 22:44:17.467 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96422026-08-21T22:44:18.873Z[ host-image] Aug 21 22:44:17.468 INFO O| Aug 21 22:44:17.468 INFO STEP 58 (remove_files) COMPLETE
96432026-08-21T22:44:18.873Z[ host-image] Aug 21 22:44:17.468 INFO O| Aug 21 22:44:17.468 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96442026-08-21T22:44:18.884Z[ host-image] Aug 21 22:44:17.478 INFO O| Aug 21 22:44:17.478 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96452026-08-21T22:44:18.884Z[ host-image] Aug 21 22:44:17.478 INFO O| Aug 21 22:44:17.478 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96462026-08-21T22:44:18.888Z[ host-image] Aug 21 22:44:17.478 INFO O| Aug 21 22:44:17.478 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96472026-08-21T22:44:18.888Z[ host-image] Aug 21 22:44:17.478 INFO O| Aug 21 22:44:17.478 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96482026-08-21T22:44:18.888Z[ host-image] Aug 21 22:44:17.478 INFO O| Aug 21 22:44:17.478 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96492026-08-21T22:44:18.888Z[ host-image] Aug 21 22:44:17.478 INFO O| Aug 21 22:44:17.478 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96502026-08-21T22:44:18.888Z[ host-image] Aug 21 22:44:17.478 INFO O| Aug 21 22:44:17.478 INFO ok!
96512026-08-21T22:44:18.888Z[ host-image] Aug 21 22:44:17.478 INFO O| Aug 21 22:44:17.478 INFO STEP 59 (ensure_file) COMPLETE
96522026-08-21T22:44:18.888Z[ host-image] Aug 21 22:44:17.478 INFO O| Aug 21 22:44:17.478 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96532026-08-21T22:44:18.895Z[ host-image] Aug 21 22:44:17.489 INFO O| Aug 21 22:44:17.489 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96542026-08-21T22:44:18.895Z[ host-image] Aug 21 22:44:17.489 INFO O| Aug 21 22:44:17.489 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96552026-08-21T22:44:18.899Z[ host-image] Aug 21 22:44:17.489 INFO O| Aug 21 22:44:17.489 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96562026-08-21T22:44:18.899Z[ host-image] Aug 21 22:44:17.489 INFO O| Aug 21 22:44:17.489 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96572026-08-21T22:44:18.900Z[ host-image] Aug 21 22:44:17.489 INFO O| Aug 21 22:44:17.489 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96582026-08-21T22:44:18.900Z[ host-image] Aug 21 22:44:17.489 INFO O| Aug 21 22:44:17.489 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96592026-08-21T22:44:18.900Z[ host-image] Aug 21 22:44:17.489 INFO O| Aug 21 22:44:17.489 INFO ok!
96602026-08-21T22:44:18.900Z[ host-image] Aug 21 22:44:17.489 INFO O| Aug 21 22:44:17.489 INFO STEP 60 (ensure_file) COMPLETE
96612026-08-21T22:44:18.900Z[ host-image] Aug 21 22:44:17.489 INFO O| Aug 21 22:44:17.489 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96622026-08-21T22:44:18.904Z[ host-image] Aug 21 22:44:17.499 INFO O| Aug 21 22:44:17.499 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96632026-08-21T22:44:18.904Z[ host-image] Aug 21 22:44:17.499 INFO O| Aug 21 22:44:17.499 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96642026-08-21T22:44:18.904Z[ host-image] Aug 21 22:44:17.499 INFO O| Aug 21 22:44:17.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96652026-08-21T22:44:18.908Z[ host-image] Aug 21 22:44:17.499 INFO O| Aug 21 22:44:17.499 INFO ok!
96662026-08-21T22:44:18.908Z[ host-image] Aug 21 22:44:17.499 INFO O| Aug 21 22:44:17.499 INFO STEP 61 (ensure_file) COMPLETE
96672026-08-21T22:44:18.908Z[ host-image] Aug 21 22:44:17.499 INFO O| Aug 21 22:44:17.499 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96682026-08-21T22:44:18.913Z[ host-image] Aug 21 22:44:17.508 INFO O| Aug 21 22:44:17.508 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96692026-08-21T22:44:18.914Z[ host-image] Aug 21 22:44:17.508 INFO O| Aug 21 22:44:17.508 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96702026-08-21T22:44:18.914Z[ host-image] Aug 21 22:44:17.508 INFO O| Aug 21 22:44:17.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96712026-08-21T22:44:18.918Z[ host-image] Aug 21 22:44:17.508 INFO O| Aug 21 22:44:17.508 INFO ok!
96722026-08-21T22:44:18.918Z[ host-image] Aug 21 22:44:17.508 INFO O| Aug 21 22:44:17.508 INFO STEP 62 (ensure_file) COMPLETE
96732026-08-21T22:44:18.918Z[ host-image] Aug 21 22:44:17.508 INFO O| Aug 21 22:44:17.508 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96742026-08-21T22:44:18.923Z[ host-image] Aug 21 22:44:17.517 INFO O| Aug 21 22:44:17.517 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96752026-08-21T22:44:18.923Z[ host-image] Aug 21 22:44:17.517 INFO O| Aug 21 22:44:17.517 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96762026-08-21T22:44:18.926Z[ host-image] Aug 21 22:44:17.518 INFO O| Aug 21 22:44:17.517 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96772026-08-21T22:44:18.926Z[ host-image] Aug 21 22:44:17.518 INFO O| Aug 21 22:44:17.517 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96782026-08-21T22:44:18.927Z[ host-image] Aug 21 22:44:17.518 INFO O| Aug 21 22:44:17.517 INFO ok!
96792026-08-21T22:44:18.927Z[ host-image] Aug 21 22:44:17.518 INFO O| Aug 21 22:44:17.517 INFO STEP 63 (ensure_file) COMPLETE
96802026-08-21T22:44:18.927Z[ host-image] Aug 21 22:44:17.518 INFO O| Aug 21 22:44:17.517 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96812026-08-21T22:44:18.932Z[ host-image] Aug 21 22:44:17.527 INFO O| Aug 21 22:44:17.527 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96822026-08-21T22:44:18.932Z[ host-image] Aug 21 22:44:17.527 INFO O| Aug 21 22:44:17.527 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96832026-08-21T22:44:18.932Z[ host-image] Aug 21 22:44:17.527 INFO O| Aug 21 22:44:17.527 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96842026-08-21T22:44:18.937Z[ host-image] Aug 21 22:44:17.527 INFO O| Aug 21 22:44:17.527 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96852026-08-21T22:44:18.937Z[ host-image] Aug 21 22:44:17.527 INFO O| Aug 21 22:44:17.527 INFO ok!
96862026-08-21T22:44:18.937Z[ host-image] Aug 21 22:44:17.527 INFO O| Aug 21 22:44:17.527 INFO STEP 64 (ensure_file) COMPLETE
96872026-08-21T22:44:18.937Z[ host-image] Aug 21 22:44:17.527 INFO O| Aug 21 22:44:17.527 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96882026-08-21T22:44:18.942Z[ host-image] Aug 21 22:44:17.537 INFO O| Aug 21 22:44:17.537 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96892026-08-21T22:44:18.942Z[ host-image] Aug 21 22:44:17.537 INFO O| Aug 21 22:44:17.537 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96902026-08-21T22:44:18.942Z[ host-image] Aug 21 22:44:17.537 INFO O| Aug 21 22:44:17.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96912026-08-21T22:44:18.946Z[ host-image] Aug 21 22:44:17.537 INFO O| Aug 21 22:44:17.537 INFO ok!
96922026-08-21T22:44:18.946Z[ host-image] Aug 21 22:44:17.537 INFO O| Aug 21 22:44:17.537 INFO STEP 65 (assemble_files) COMPLETE
96932026-08-21T22:44:18.946Z[ host-image] Aug 21 22:44:17.537 INFO O| Aug 21 22:44:17.537 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96942026-08-21T22:44:18.954Z[ host-image] Aug 21 22:44:17.548 INFO O| Aug 21 22:44:17.548 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96952026-08-21T22:44:18.955Z[ host-image] Aug 21 22:44:17.548 INFO O| Aug 21 22:44:17.548 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96962026-08-21T22:44:18.958Z[ host-image] Aug 21 22:44:17.548 INFO O| Aug 21 22:44:17.548 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96972026-08-21T22:44:18.958Z[ host-image] Aug 21 22:44:17.548 INFO O| Aug 21 22:44:17.548 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96982026-08-21T22:44:18.958Z[ host-image] Aug 21 22:44:17.548 INFO O| Aug 21 22:44:17.548 INFO ok!
96992026-08-21T22:44:18.958Z[ host-image] Aug 21 22:44:17.548 INFO O| Aug 21 22:44:17.548 INFO STEP 66 (ensure_file) COMPLETE
97002026-08-21T22:44:18.960Z[ host-image] Aug 21 22:44:17.548 INFO O| Aug 21 22:44:17.548 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97012026-08-21T22:44:18.964Z[ host-image] Aug 21 22:44:17.558 INFO O| Aug 21 22:44:17.558 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97022026-08-21T22:44:18.964Z[ host-image] Aug 21 22:44:17.558 INFO O| Aug 21 22:44:17.558 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97032026-08-21T22:44:18.964Z[ host-image] Aug 21 22:44:17.558 INFO O| Aug 21 22:44:17.558 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97042026-08-21T22:44:18.967Z[ host-image] Aug 21 22:44:17.558 INFO O| Aug 21 22:44:17.558 INFO STEP 67 (ensure_dir) COMPLETE
97052026-08-21T22:44:18.967Z[ host-image] Aug 21 22:44:17.558 INFO O| Aug 21 22:44:17.558 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97062026-08-21T22:44:18.977Z[ host-image] Aug 21 22:44:17.571 INFO O| Aug 21 22:44:17.571 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97072026-08-21T22:44:18.977Z[ host-image] Aug 21 22:44:17.571 INFO O| Aug 21 22:44:17.571 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 ...
97082026-08-21T22:44:18.986Z[ host-image] Aug 21 22:44:17.580 INFO O| Aug 21 22:44:17.580 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
97092026-08-21T22:44:18.987Z[ host-image] Aug 21 22:44:17.581 INFO O| Aug 21 22:44:17.580 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97102026-08-21T22:44:18.987Z[ host-image] Aug 21 22:44:17.581 INFO O| Aug 21 22:44:17.580 INFO ok!
97112026-08-21T22:44:18.987Z[ host-image] Aug 21 22:44:17.581 INFO O| Aug 21 22:44:17.580 INFO STEP 68 (ensure_file) COMPLETE
97122026-08-21T22:44:18.987Z[ host-image] Aug 21 22:44:17.581 INFO O| Aug 21 22:44:17.580 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97132026-08-21T22:44:18.997Z[ host-image] Aug 21 22:44:17.591 INFO O| Aug 21 22:44:17.591 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97142026-08-21T22:44:18.997Z[ host-image] Aug 21 22:44:17.591 INFO O| Aug 21 22:44:17.591 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 ...
97152026-08-21T22:44:19.001Z[ host-image] Aug 21 22:44:17.591 INFO O| Aug 21 22:44:17.591 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
97162026-08-21T22:44:19.001Z[ host-image] Aug 21 22:44:17.591 INFO O| Aug 21 22:44:17.591 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97172026-08-21T22:44:19.001Z[ host-image] Aug 21 22:44:17.591 INFO O| Aug 21 22:44:17.591 INFO ok!
97182026-08-21T22:44:19.001Z[ host-image] Aug 21 22:44:17.591 INFO O| Aug 21 22:44:17.591 INFO STEP 69 (ensure_file) COMPLETE
97192026-08-21T22:44:19.001Z[ host-image] Aug 21 22:44:17.591 INFO O| Aug 21 22:44:17.591 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97202026-08-21T22:44:19.011Z[ host-image] Aug 21 22:44:17.605 INFO O| Aug 21 22:44:17.605 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97212026-08-21T22:44:19.011Z[ host-image] Aug 21 22:44:17.606 INFO O| Aug 21 22:44:17.605 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97222026-08-21T22:44:20.911Z[ host-image] Aug 21 22:44:19.505 INFO O| Aug 21 22:44:19.505 INFO STEP 70 (pack_tar) COMPLETE
97232026-08-21T22:44:20.911Z[ host-image] Aug 21 22:44:19.505 INFO O| Aug 21 22:44:19.505 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97242026-08-21T22:44:20.911Z[ host-image] Aug 21 22:44:19.505 INFO O| Aug 21 22:44:19.505 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97252026-08-21T22:44:21.137Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
97262026-08-21T22:44:22.317Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
97272026-08-21T22:44:22.455Z[ host-image] Aug 21 22:44:21.049 INFO O| Aug 21 22:44:21.049 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97282026-08-21T22:44:23.420Z[ host-image] Aug 21 22:44:22.014 INFO O| Aug 21 22:44:22.014 INFO completed processing sled/ramdisk-02-trim
97292026-08-21T22:44:23.423Z[ host-image] Aug 21 22:44:22.016 INFO image builder template: zfs...
97302026-08-21T22:44:23.423Z[ host-image] Aug 21 22:44:22.016 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/.tmpxEEXn5/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
97312026-08-21T22:44:23.437Z[ host-image] Aug 21 22:44:22.031 INFO O| Aug 21 22:44:22.031 INFO skip include "stress" because feature "stress" is not enabled
97322026-08-21T22:44:23.437Z[ host-image] Aug 21 22:44:22.031 INFO O| Aug 21 22:44:22.031 INFO skip include "stress" because feature "compliance" is not enabled
97332026-08-21T22:44:23.474Z[ host-image] Aug 21 22:44:22.065 INFO O| Aug 21 22:44:22.065 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97342026-08-21T22:44:23.478Z[ host-image] Aug 21 22:44:22.070 INFO O| Aug 21 22:44:22.070 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97352026-08-21T22:44:24.556Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
97362026-08-21T22:44:25.715Z[ host-image] Aug 21 22:44:24.309 INFO O| Aug 21 22:44:24.309 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97372026-08-21T22:44:26.172Z[ host-image] Aug 21 22:44:24.764 INFO O| Aug 21 22:44:24.764 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97382026-08-21T22:44:26.173Z[ host-image] Aug 21 22:44:24.764 INFO O| Aug 21 22:44:24.764 INFO work dataset: rpool/images/build/host/work/sled/zfs
97392026-08-21T22:44:26.196Z[ host-image] Aug 21 22:44:24.769 INFO O| Aug 21 22:44:24.769 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97402026-08-21T22:44:26.533Z[ host-image] Aug 21 22:44:25.116 INFO O| Aug 21 22:44:25.116 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97412026-08-21T22:44:26.842Z[ host-image] Aug 21 22:44:25.430 INFO O| Aug 21 22:44:25.430 INFO DESTROY POOL: TEMPORARY-sled-zfs
97422026-08-21T22:44:26.872Z[ host-image] Aug 21 22:44:25.457 INFO O| Aug 21 22:44:25.457 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97432026-08-21T22:44:26.892Z[ host-image] Aug 21 22:44:25.475 INFO O| Aug 21 22:44:25.474 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97442026-08-21T22:44:26.892Z[ host-image] Aug 21 22:44:25.475 INFO O| Aug 21 22:44:25.475 INFO no lofi found
97452026-08-21T22:44:26.892Z[ host-image] Aug 21 22:44:25.475 INFO O| Aug 21 22:44:25.475 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97462026-08-21T22:44:26.892Z[ host-image] Aug 21 22:44:25.475 INFO O| Aug 21 22:44:25.475 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97472026-08-21T22:44:29.412Z[ host-image] Aug 21 22:44:28.001 INFO O| Aug 21 22:44:28.001 INFO lofi device = /dev/dsk/c2t1d0p0
97482026-08-21T22:44:29.412Z[ host-image] Aug 21 22:44:28.001 INFO O| Aug 21 22:44:28.001 INFO pool device = /dev/dsk/c2t1d0p0
97492026-08-21T22:44:29.412Z[ host-image] Aug 21 22:44:28.001 INFO O| Aug 21 22:44:28.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
97502026-08-21T22:44:29.531Z[ host-image] Aug 21 22:44:28.125 INFO O| Aug 21 22:44:28.125 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97512026-08-21T22:44:29.532Z[ host-image] Aug 21 22:44:28.125 INFO O| Aug 21 22:44:28.125 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97522026-08-21T22:44:29.551Z[ host-image] Aug 21 22:44:28.144 INFO O| Aug 21 22:44:28.144 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97532026-08-21T22:44:29.625Z[ host-image] Aug 21 22:44:28.218 INFO O| Aug 21 22:44:28.218 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97542026-08-21T22:44:29.660Z[ host-image] Aug 21 22:44:28.251 INFO O| Aug 21 22:44:28.251 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97552026-08-21T22:44:29.677Z[ host-image] Aug 21 22:44:28.268 INFO O| Aug 21 22:44:28.268 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97562026-08-21T22:44:29.688Z[ host-image] Aug 21 22:44:28.282 INFO O| Aug 21 22:44:28.282 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97572026-08-21T22:44:29.757Z[ host-image] Aug 21 22:44:28.328 INFO O| Aug 21 22:44:28.328 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97582026-08-21T22:44:29.804Z[ host-image] Aug 21 22:44:28.328 INFO O| Aug 21 22:44:28.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97592026-08-21T22:44:29.804Z[ host-image] Aug 21 22:44:28.328 INFO O| Aug 21 22:44:28.328 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97602026-08-21T22:44:29.804Z[ host-image] Aug 21 22:44:28.340 INFO O| Aug 21 22:44:28.340 INFO boot environment UUID: a0e4e99b-a420-4378-bf29-b4ee8209c379
97612026-08-21T22:44:29.809Z[ host-image] Aug 21 22:44:28.340 INFO O| Aug 21 22:44:28.340 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = a0e4e99b-a420-4378-bf29-b4ee8209c379
97622026-08-21T22:44:29.810Z[ host-image] Aug 21 22:44:28.397 INFO O| Aug 21 22:44:28.397 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97632026-08-21T22:44:29.819Z[ host-image] Aug 21 22:44:28.412 INFO O| Aug 21 22:44:28.412 INFO STEP 0 (create_be) COMPLETE
97642026-08-21T22:44:29.819Z[ host-image] Aug 21 22:44:28.412 INFO O| Aug 21 22:44:28.412 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97652026-08-21T22:44:29.870Z[ host-image] Aug 21 22:44:28.429 INFO O| Aug 21 22:44:28.429 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97662026-08-21T22:44:32.556Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
97672026-08-21T22:44:38.018Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
97682026-08-21T22:44:40.351Z[ host-image] Aug 21 22:44:38.945 INFO O| Aug 21 22:44:38.945 INFO STEP 1 (unpack_tar) COMPLETE
97692026-08-21T22:44:40.351Z[ host-image] Aug 21 22:44:38.945 INFO O| Aug 21 22:44:38.945 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97702026-08-21T22:44:40.364Z[ host-image] Aug 21 22:44:38.956 INFO O| Aug 21 22:44:38.956 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97712026-08-21T22:44:40.681Z[ host-image] Aug 21 22:44:39.275 INFO O| Aug 21 22:44:39.275 INFO STEP 2 (devfsadm) COMPLETE
97722026-08-21T22:44:40.681Z[ host-image] Aug 21 22:44:39.275 INFO O| Aug 21 22:44:39.275 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97732026-08-21T22:44:40.691Z[ host-image] Aug 21 22:44:39.285 INFO O| Aug 21 22:44:39.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97742026-08-21T22:44:40.691Z[ host-image] Aug 21 22:44:39.285 INFO O| Aug 21 22:44:39.285 INFO STEP 3 (ensure_dir) COMPLETE
97752026-08-21T22:44:40.694Z[ host-image] Aug 21 22:44:39.285 INFO O| Aug 21 22:44:39.285 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97762026-08-21T22:44:40.702Z[ host-image] Aug 21 22:44:39.296 INFO O| Aug 21 22:44:39.296 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97772026-08-21T22:44:40.703Z[ host-image] Aug 21 22:44:39.296 INFO O| Aug 21 22:44:39.296 INFO STEP 4 (ensure_dir) COMPLETE
97782026-08-21T22:44:40.703Z[ host-image] Aug 21 22:44:39.296 INFO O| Aug 21 22:44:39.296 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97792026-08-21T22:44:40.713Z[ host-image] Aug 21 22:44:39.308 INFO O| Aug 21 22:44:39.307 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97802026-08-21T22:44:40.713Z[ host-image] Aug 21 22:44:39.308 INFO O| Aug 21 22:44:39.308 INFO STEP 5 (ensure_dir) COMPLETE
97812026-08-21T22:44:40.717Z[ host-image] Aug 21 22:44:39.308 INFO O| Aug 21 22:44:39.308 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97822026-08-21T22:44:40.726Z[ host-image] Aug 21 22:44:39.318 INFO O| Aug 21 22:44:39.318 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97832026-08-21T22:44:40.726Z[ host-image] Aug 21 22:44:39.318 INFO O| Aug 21 22:44:39.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97842026-08-21T22:44:40.726Z[ host-image] Aug 21 22:44:39.318 INFO O| Aug 21 22:44:39.318 INFO STEP 6 (ensure_dir) COMPLETE
97852026-08-21T22:44:40.729Z[ host-image] Aug 21 22:44:39.318 INFO O| Aug 21 22:44:39.318 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97862026-08-21T22:44:40.734Z[ host-image] Aug 21 22:44:39.328 INFO O| Aug 21 22:44:39.328 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97872026-08-21T22:44:40.734Z[ host-image] Aug 21 22:44:39.328 INFO O| Aug 21 22:44:39.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97882026-08-21T22:44:40.734Z[ host-image] Aug 21 22:44:39.328 INFO O| Aug 21 22:44:39.328 INFO STEP 7 (ensure_dir) COMPLETE
97892026-08-21T22:44:40.734Z[ host-image] Aug 21 22:44:39.328 INFO O| Aug 21 22:44:39.328 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97902026-08-21T22:44:40.744Z[ host-image] Aug 21 22:44:39.339 INFO O| Aug 21 22:44:39.339 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97912026-08-21T22:44:40.748Z[ host-image] Aug 21 22:44:39.339 INFO O| Aug 21 22:44:39.339 INFO STEP 8 (remove_files) COMPLETE
97922026-08-21T22:44:40.748Z[ host-image] Aug 21 22:44:39.339 INFO O| Aug 21 22:44:39.339 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97932026-08-21T22:44:40.756Z[ host-image] Aug 21 22:44:39.350 INFO O| Aug 21 22:44:39.350 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97942026-08-21T22:44:40.759Z[ host-image] Aug 21 22:44:39.351 INFO O| Aug 21 22:44:39.351 INFO STEP 9 (remove_files) COMPLETE
97952026-08-21T22:44:40.759Z[ host-image] Aug 21 22:44:39.351 INFO O| Aug 21 22:44:39.351 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97962026-08-21T22:44:40.766Z[ host-image] Aug 21 22:44:39.361 INFO O| Aug 21 22:44:39.361 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97972026-08-21T22:44:40.771Z[ host-image] Aug 21 22:44:39.361 INFO O| Aug 21 22:44:39.361 INFO STEP 10 (remove_files) COMPLETE
97982026-08-21T22:44:40.771Z[ host-image] Aug 21 22:44:39.361 INFO O| Aug 21 22:44:39.361 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97992026-08-21T22:44:40.775Z[ host-image] Aug 21 22:44:39.370 INFO O| Aug 21 22:44:39.370 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98002026-08-21T22:44:40.775Z[ host-image] Aug 21 22:44:39.370 INFO O| Aug 21 22:44:39.370 INFO STEP 11 (remove_files) COMPLETE
98012026-08-21T22:44:40.778Z[ host-image] Aug 21 22:44:39.370 INFO O| Aug 21 22:44:39.370 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98022026-08-21T22:44:40.785Z[ host-image] Aug 21 22:44:39.380 INFO O| Aug 21 22:44:39.379 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98032026-08-21T22:44:40.785Z[ host-image] Aug 21 22:44:39.380 INFO O| Aug 21 22:44:39.380 INFO STEP 12 (remove_files) COMPLETE
98042026-08-21T22:44:40.789Z[ host-image] Aug 21 22:44:39.380 INFO O| Aug 21 22:44:39.380 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98052026-08-21T22:44:40.795Z[ host-image] Aug 21 22:44:39.389 INFO O| Aug 21 22:44:39.389 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98062026-08-21T22:44:40.795Z[ host-image] Aug 21 22:44:39.389 INFO O| Aug 21 22:44:39.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98072026-08-21T22:44:40.798Z[ host-image] Aug 21 22:44:39.389 INFO O| Aug 21 22:44:39.389 INFO STEP 13 (ensure_dir) COMPLETE
98082026-08-21T22:44:40.798Z[ host-image] Aug 21 22:44:39.389 INFO O| Aug 21 22:44:39.389 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98092026-08-21T22:44:40.807Z[ host-image] Aug 21 22:44:39.400 INFO O| Aug 21 22:44:39.399 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98102026-08-21T22:44:40.807Z[ host-image] Aug 21 22:44:39.400 INFO O| Aug 21 22:44:39.400 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98112026-08-21T22:44:40.812Z[ host-image] Aug 21 22:44:39.400 INFO O| Aug 21 22:44:39.400 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98122026-08-21T22:44:40.812Z[ host-image] Aug 21 22:44:39.400 INFO O| Aug 21 22:44:39.400 INFO STEP 14 (ensure_dir) COMPLETE
98132026-08-21T22:44:40.812Z[ host-image] Aug 21 22:44:39.400 INFO O| Aug 21 22:44:39.400 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98142026-08-21T22:44:40.817Z[ host-image] Aug 21 22:44:39.410 INFO O| Aug 21 22:44:39.410 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98152026-08-21T22:44:40.817Z[ host-image] Aug 21 22:44:39.410 INFO O| Aug 21 22:44:39.410 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98162026-08-21T22:44:40.817Z[ host-image] Aug 21 22:44:39.410 INFO O| Aug 21 22:44:39.410 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98172026-08-21T22:44:40.817Z[ host-image] Aug 21 22:44:39.410 INFO O| Aug 21 22:44:39.410 INFO STEP 15 (ensure_dir) COMPLETE
98182026-08-21T22:44:40.817Z[ host-image] Aug 21 22:44:39.410 INFO O| Aug 21 22:44:39.410 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98192026-08-21T22:44:40.825Z[ host-image] Aug 21 22:44:39.419 INFO O| Aug 21 22:44:39.419 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98202026-08-21T22:44:40.825Z[ host-image] Aug 21 22:44:39.419 INFO O| Aug 21 22:44:39.419 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98212026-08-21T22:44:40.829Z[ host-image] Aug 21 22:44:39.419 INFO O| Aug 21 22:44:39.419 INFO STEP 16 (ensure_dir) COMPLETE
98222026-08-21T22:44:40.829Z[ host-image] Aug 21 22:44:39.419 INFO O| Aug 21 22:44:39.419 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98232026-08-21T22:44:40.835Z[ host-image] Aug 21 22:44:39.428 INFO O| Aug 21 22:44:39.428 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98242026-08-21T22:44:40.835Z[ host-image] Aug 21 22:44:39.428 INFO O| Aug 21 22:44:39.428 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98252026-08-21T22:44:40.838Z[ host-image] Aug 21 22:44:39.428 INFO O| Aug 21 22:44:39.428 INFO STEP 17 (ensure_dir) COMPLETE
98262026-08-21T22:44:40.838Z[ host-image] Aug 21 22:44:39.428 INFO O| Aug 21 22:44:39.428 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98272026-08-21T22:44:40.843Z[ host-image] Aug 21 22:44:39.438 INFO O| Aug 21 22:44:39.438 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98282026-08-21T22:44:40.847Z[ host-image] Aug 21 22:44:39.438 INFO O| Aug 21 22:44:39.438 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98292026-08-21T22:44:40.847Z[ host-image] Aug 21 22:44:39.438 INFO O| Aug 21 22:44:39.438 INFO ok!
98302026-08-21T22:44:40.847Z[ host-image] Aug 21 22:44:39.438 INFO O| Aug 21 22:44:39.438 INFO STEP 18 (ensure_symlink) COMPLETE
98312026-08-21T22:44:40.847Z[ host-image] Aug 21 22:44:39.438 INFO O| Aug 21 22:44:39.438 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98322026-08-21T22:44:40.854Z[ host-image] Aug 21 22:44:39.448 INFO O| Aug 21 22:44:39.448 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98332026-08-21T22:44:40.854Z[ host-image] Aug 21 22:44:39.448 INFO O| Aug 21 22:44:39.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98342026-08-21T22:44:40.857Z[ host-image] Aug 21 22:44:39.448 INFO O| Aug 21 22:44:39.448 INFO ok!
98352026-08-21T22:44:40.857Z[ host-image] Aug 21 22:44:39.448 INFO O| Aug 21 22:44:39.448 INFO STEP 19 (ensure_file) COMPLETE
98362026-08-21T22:44:40.857Z[ host-image] Aug 21 22:44:39.448 INFO O| Aug 21 22:44:39.448 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98372026-08-21T22:44:40.864Z[ host-image] Aug 21 22:44:39.458 INFO O| Aug 21 22:44:39.458 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98382026-08-21T22:44:40.864Z[ host-image] Aug 21 22:44:39.459 INFO O| Aug 21 22:44:39.458 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98392026-08-21T22:44:40.864Z[ host-image] Aug 21 22:44:39.459 INFO O| Aug 21 22:44:39.459 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98402026-08-21T22:44:40.868Z[ host-image] Aug 21 22:44:39.459 INFO O| Aug 21 22:44:39.459 INFO ok!
98412026-08-21T22:44:40.868Z[ host-image] Aug 21 22:44:39.459 INFO O| Aug 21 22:44:39.459 INFO STEP 20 (ensure_symlink) COMPLETE
98422026-08-21T22:44:40.868Z[ host-image] Aug 21 22:44:39.459 INFO O| Aug 21 22:44:39.459 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98432026-08-21T22:44:40.875Z[ host-image] Aug 21 22:44:39.470 INFO O| Aug 21 22:44:39.469 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98442026-08-21T22:44:40.875Z[ host-image] Aug 21 22:44:39.470 INFO O| Aug 21 22:44:39.470 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98452026-08-21T22:44:40.875Z[ host-image] Aug 21 22:44:39.470 INFO O| Aug 21 22:44:39.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98462026-08-21T22:44:40.879Z[ host-image] Aug 21 22:44:39.470 INFO O| Aug 21 22:44:39.470 INFO ok!
98472026-08-21T22:44:40.879Z[ host-image] Aug 21 22:44:39.470 INFO O| Aug 21 22:44:39.470 INFO STEP 21 (ensure_symlink) COMPLETE
98482026-08-21T22:44:40.879Z[ host-image] Aug 21 22:44:39.470 INFO O| Aug 21 22:44:39.470 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98492026-08-21T22:44:40.888Z[ host-image] Aug 21 22:44:39.482 INFO O| Aug 21 22:44:39.482 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98502026-08-21T22:44:40.888Z[ host-image] Aug 21 22:44:39.482 INFO O| Aug 21 22:44:39.482 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98512026-08-21T22:44:40.888Z[ host-image] Aug 21 22:44:39.482 INFO O| Aug 21 22:44:39.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98522026-08-21T22:44:40.891Z[ host-image] Aug 21 22:44:39.482 INFO O| Aug 21 22:44:39.482 INFO ok!
98532026-08-21T22:44:40.892Z[ host-image] Aug 21 22:44:39.482 INFO O| Aug 21 22:44:39.482 INFO STEP 22 (ensure_symlink) COMPLETE
98542026-08-21T22:44:40.892Z[ host-image] Aug 21 22:44:39.482 INFO O| Aug 21 22:44:39.482 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98552026-08-21T22:44:40.897Z[ host-image] Aug 21 22:44:39.491 INFO O| Aug 21 22:44:39.491 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98562026-08-21T22:44:40.897Z[ host-image] Aug 21 22:44:39.491 INFO O| Aug 21 22:44:39.491 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98572026-08-21T22:44:40.897Z[ host-image] Aug 21 22:44:39.491 INFO O| Aug 21 22:44:39.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98582026-08-21T22:44:40.900Z[ host-image] Aug 21 22:44:39.491 INFO O| Aug 21 22:44:39.491 INFO ok!
98592026-08-21T22:44:40.901Z[ host-image] Aug 21 22:44:39.491 INFO O| Aug 21 22:44:39.491 INFO STEP 23 (ensure_symlink) COMPLETE
98602026-08-21T22:44:40.901Z[ host-image] Aug 21 22:44:39.491 INFO O| Aug 21 22:44:39.491 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98612026-08-21T22:44:40.907Z[ host-image] Aug 21 22:44:39.502 INFO O| Aug 21 22:44:39.502 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98622026-08-21T22:44:40.907Z[ host-image] Aug 21 22:44:39.502 INFO O| Aug 21 22:44:39.502 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98632026-08-21T22:44:40.911Z[ host-image] Aug 21 22:44:39.502 INFO O| Aug 21 22:44:39.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98642026-08-21T22:44:40.911Z[ host-image] Aug 21 22:44:39.502 INFO O| Aug 21 22:44:39.502 INFO ok!
98652026-08-21T22:44:40.912Z[ host-image] Aug 21 22:44:39.502 INFO O| Aug 21 22:44:39.502 INFO STEP 24 (ensure_file) COMPLETE
98662026-08-21T22:44:40.912Z[ host-image] Aug 21 22:44:39.502 INFO O| Aug 21 22:44:39.502 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98672026-08-21T22:44:40.918Z[ host-image] Aug 21 22:44:39.513 INFO O| Aug 21 22:44:39.513 INFO updating shadow file
98682026-08-21T22:44:40.922Z[ host-image] Aug 21 22:44:39.513 INFO O| Aug 21 22:44:39.513 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98692026-08-21T22:44:40.922Z[ host-image] Aug 21 22:44:39.513 INFO O| Aug 21 22:44:39.513 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98702026-08-21T22:44:40.922Z[ host-image] Aug 21 22:44:39.513 INFO O| Aug 21 22:44:39.513 INFO STEP 25 (shadow) COMPLETE
98712026-08-21T22:44:40.922Z[ host-image] Aug 21 22:44:39.513 INFO O| Aug 21 22:44:39.513 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98722026-08-21T22:44:40.929Z[ host-image] Aug 21 22:44:39.523 INFO O| Aug 21 22:44:39.523 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98732026-08-21T22:44:40.929Z[ host-image] Aug 21 22:44:39.523 INFO O| Aug 21 22:44:39.523 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98742026-08-21T22:44:40.929Z[ host-image] Aug 21 22:44:39.523 INFO O| Aug 21 22:44:39.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98752026-08-21T22:44:40.929Z[ host-image] Aug 21 22:44:39.523 INFO O| Aug 21 22:44:39.523 INFO ok!
98762026-08-21T22:44:40.932Z[ host-image] Aug 21 22:44:39.523 INFO O| Aug 21 22:44:39.523 INFO STEP 26 (ensure_file) COMPLETE
98772026-08-21T22:44:40.932Z[ host-image] Aug 21 22:44:39.523 INFO O| Aug 21 22:44:39.523 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98782026-08-21T22:44:40.941Z[ host-image] Aug 21 22:44:39.535 INFO O| Aug 21 22:44:39.535 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98792026-08-21T22:44:40.942Z[ host-image] Aug 21 22:44:39.535 INFO O| Aug 21 22:44:39.535 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98802026-08-21T22:44:40.942Z[ host-image] Aug 21 22:44:39.535 INFO O| Aug 21 22:44:39.535 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98812026-08-21T22:44:40.945Z[ host-image] Aug 21 22:44:39.535 INFO O| Aug 21 22:44:39.535 INFO ok!
98822026-08-21T22:44:40.945Z[ host-image] Aug 21 22:44:39.535 INFO O| Aug 21 22:44:39.535 INFO STEP 27 (ensure_file) COMPLETE
98832026-08-21T22:44:40.945Z[ host-image] Aug 21 22:44:39.535 INFO O| Aug 21 22:44:39.535 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98842026-08-21T22:44:40.952Z[ host-image] Aug 21 22:44:39.546 INFO O| Aug 21 22:44:39.546 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98852026-08-21T22:44:40.952Z[ host-image] Aug 21 22:44:39.546 INFO O| Aug 21 22:44:39.546 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98862026-08-21T22:44:40.952Z[ host-image] Aug 21 22:44:39.547 INFO O| Aug 21 22:44:39.547 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98872026-08-21T22:44:40.955Z[ host-image] Aug 21 22:44:39.547 INFO O| Aug 21 22:44:39.547 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98882026-08-21T22:44:40.955Z[ host-image] Aug 21 22:44:39.547 INFO O| Aug 21 22:44:39.547 INFO ok!
98892026-08-21T22:44:40.955Z[ host-image] Aug 21 22:44:39.547 INFO O| Aug 21 22:44:39.547 INFO STEP 28 (ensure_file) COMPLETE
98902026-08-21T22:44:40.956Z[ host-image] Aug 21 22:44:39.547 INFO O| Aug 21 22:44:39.547 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98912026-08-21T22:44:40.963Z[ host-image] Aug 21 22:44:39.558 INFO O| Aug 21 22:44:39.558 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98922026-08-21T22:44:40.963Z[ host-image] Aug 21 22:44:39.558 INFO O| Aug 21 22:44:39.558 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98932026-08-21T22:44:40.963Z[ host-image] Aug 21 22:44:39.558 INFO O| Aug 21 22:44:39.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98942026-08-21T22:44:40.967Z[ host-image] Aug 21 22:44:39.558 INFO O| Aug 21 22:44:39.558 INFO ok!
98952026-08-21T22:44:40.967Z[ host-image] Aug 21 22:44:39.558 INFO O| Aug 21 22:44:39.558 INFO STEP 29 (ensure_file) COMPLETE
98962026-08-21T22:44:40.967Z[ host-image] Aug 21 22:44:39.558 INFO O| Aug 21 22:44:39.558 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98972026-08-21T22:44:40.974Z[ host-image] Aug 21 22:44:39.568 INFO O| Aug 21 22:44:39.568 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98982026-08-21T22:44:40.974Z[ host-image] Aug 21 22:44:39.569 INFO O| Aug 21 22:44:39.569 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98992026-08-21T22:44:40.974Z[ host-image] Aug 21 22:44:39.569 INFO O| Aug 21 22:44:39.569 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99002026-08-21T22:44:40.977Z[ host-image] Aug 21 22:44:39.569 INFO O| Aug 21 22:44:39.569 INFO STEP 30 (ensure_dir) COMPLETE
99012026-08-21T22:44:40.977Z[ host-image] Aug 21 22:44:39.569 INFO O| Aug 21 22:44:39.569 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99022026-08-21T22:44:40.985Z[ host-image] Aug 21 22:44:39.579 INFO O| Aug 21 22:44:39.579 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99032026-08-21T22:44:40.985Z[ host-image] Aug 21 22:44:39.579 INFO O| Aug 21 22:44:39.579 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99042026-08-21T22:44:40.989Z[ host-image] Aug 21 22:44:39.579 INFO O| Aug 21 22:44:39.579 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99052026-08-21T22:44:40.989Z[ host-image] Aug 21 22:44:39.579 INFO O| Aug 21 22:44:39.579 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99062026-08-21T22:44:40.989Z[ host-image] Aug 21 22:44:39.579 INFO O| Aug 21 22:44:39.579 INFO ok!
99072026-08-21T22:44:40.989Z[ host-image] Aug 21 22:44:39.579 INFO O| Aug 21 22:44:39.579 INFO STEP 31 (ensure_file) COMPLETE
99082026-08-21T22:44:40.989Z[ host-image] Aug 21 22:44:39.579 INFO O| Aug 21 22:44:39.579 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99092026-08-21T22:44:40.994Z[ host-image] Aug 21 22:44:39.588 INFO O| Aug 21 22:44:39.588 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99102026-08-21T22:44:40.995Z[ host-image] Aug 21 22:44:39.588 INFO O| Aug 21 22:44:39.588 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99112026-08-21T22:44:40.995Z[ host-image] Aug 21 22:44:39.588 INFO O| Aug 21 22:44:39.588 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99122026-08-21T22:44:40.998Z[ host-image] Aug 21 22:44:39.588 INFO O| Aug 21 22:44:39.588 INFO STEP 32 (ensure_dir) COMPLETE
99132026-08-21T22:44:40.998Z[ host-image] Aug 21 22:44:39.588 INFO O| Aug 21 22:44:39.588 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99142026-08-21T22:44:41.006Z[ host-image] Aug 21 22:44:39.601 INFO O| Aug 21 22:44:39.600 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99152026-08-21T22:44:41.006Z[ host-image] Aug 21 22:44:39.601 INFO O| Aug 21 22:44:39.600 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 ...
99162026-08-21T22:44:41.011Z[ host-image] Aug 21 22:44:39.601 INFO O| Aug 21 22:44:39.601 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
99172026-08-21T22:44:41.011Z[ host-image] Aug 21 22:44:39.601 INFO O| Aug 21 22:44:39.601 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99182026-08-21T22:44:41.011Z[ host-image] Aug 21 22:44:39.601 INFO O| Aug 21 22:44:39.601 INFO ok!
99192026-08-21T22:44:41.011Z[ host-image] Aug 21 22:44:39.601 INFO O| Aug 21 22:44:39.601 INFO STEP 33 (ensure_file) COMPLETE
99202026-08-21T22:44:41.011Z[ host-image] Aug 21 22:44:39.601 INFO O| Aug 21 22:44:39.601 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99212026-08-21T22:44:41.018Z[ host-image] Aug 21 22:44:39.612 INFO O| Aug 21 22:44:39.612 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99222026-08-21T22:44:41.018Z[ host-image] Aug 21 22:44:39.612 INFO O| Aug 21 22:44:39.612 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99232026-08-21T22:44:41.021Z[ host-image] Aug 21 22:44:39.612 INFO O| Aug 21 22:44:39.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99242026-08-21T22:44:41.021Z[ host-image] Aug 21 22:44:39.612 INFO O| Aug 21 22:44:39.612 INFO ok!
99252026-08-21T22:44:41.021Z[ host-image] Aug 21 22:44:39.612 INFO O| Aug 21 22:44:39.612 INFO STEP 34 (ensure_file) COMPLETE
99262026-08-21T22:44:41.021Z[ host-image] Aug 21 22:44:39.612 INFO O| Aug 21 22:44:39.612 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99272026-08-21T22:44:41.029Z[ host-image] Aug 21 22:44:39.623 INFO O| Aug 21 22:44:39.623 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99282026-08-21T22:44:41.029Z[ host-image] Aug 21 22:44:39.623 INFO O| Aug 21 22:44:39.623 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99292026-08-21T22:44:41.029Z[ host-image] Aug 21 22:44:39.623 INFO O| Aug 21 22:44:39.623 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99302026-08-21T22:44:41.032Z[ host-image] Aug 21 22:44:39.623 INFO O| Aug 21 22:44:39.623 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99312026-08-21T22:44:41.032Z[ host-image] Aug 21 22:44:39.623 INFO O| Aug 21 22:44:39.623 INFO ok!
99322026-08-21T22:44:41.032Z[ host-image] Aug 21 22:44:39.623 INFO O| Aug 21 22:44:39.623 INFO STEP 35 (ensure_file) COMPLETE
99332026-08-21T22:44:41.032Z[ host-image] Aug 21 22:44:39.623 INFO O| Aug 21 22:44:39.623 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99342026-08-21T22:44:41.041Z[ host-image] Aug 21 22:44:39.635 INFO O| Aug 21 22:44:39.635 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99352026-08-21T22:44:41.041Z[ host-image] Aug 21 22:44:39.635 INFO O| Aug 21 22:44:39.635 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99362026-08-21T22:44:41.041Z[ host-image] Aug 21 22:44:39.635 INFO O| Aug 21 22:44:39.635 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99372026-08-21T22:44:41.041Z[ host-image] Aug 21 22:44:39.635 INFO O| Aug 21 22:44:39.635 INFO ok!
99382026-08-21T22:44:41.044Z[ host-image] Aug 21 22:44:39.635 INFO O| Aug 21 22:44:39.635 INFO STEP 36 (ensure_file) COMPLETE
99392026-08-21T22:44:41.045Z[ host-image] Aug 21 22:44:39.635 INFO O| Aug 21 22:44:39.635 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99402026-08-21T22:44:41.052Z[ host-image] Aug 21 22:44:39.646 INFO O| Aug 21 22:44:39.646 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99412026-08-21T22:44:41.052Z[ host-image] Aug 21 22:44:39.647 INFO O| Aug 21 22:44:39.647 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99422026-08-21T22:44:41.052Z[ host-image] Aug 21 22:44:39.647 INFO O| Aug 21 22:44:39.647 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99432026-08-21T22:44:41.056Z[ host-image] Aug 21 22:44:39.647 INFO O| Aug 21 22:44:39.647 INFO ok!
99442026-08-21T22:44:41.056Z[ host-image] Aug 21 22:44:39.647 INFO O| Aug 21 22:44:39.647 INFO STEP 37 (ensure_file) COMPLETE
99452026-08-21T22:44:41.056Z[ host-image] Aug 21 22:44:39.647 INFO O| Aug 21 22:44:39.647 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99462026-08-21T22:44:41.063Z[ host-image] Aug 21 22:44:39.657 INFO O| Aug 21 22:44:39.657 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99472026-08-21T22:44:41.063Z[ host-image] Aug 21 22:44:39.657 INFO O| Aug 21 22:44:39.657 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99482026-08-21T22:44:41.064Z[ host-image] Aug 21 22:44:39.657 INFO O| Aug 21 22:44:39.657 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99492026-08-21T22:44:41.068Z[ host-image] Aug 21 22:44:39.657 INFO O| Aug 21 22:44:39.657 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99502026-08-21T22:44:41.068Z[ host-image] Aug 21 22:44:39.657 INFO O| Aug 21 22:44:39.657 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99512026-08-21T22:44:41.068Z[ host-image] Aug 21 22:44:39.657 INFO O| Aug 21 22:44:39.657 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99522026-08-21T22:44:41.068Z[ host-image] Aug 21 22:44:39.657 INFO O| Aug 21 22:44:39.657 INFO ok!
99532026-08-21T22:44:41.068Z[ host-image] Aug 21 22:44:39.657 INFO O| Aug 21 22:44:39.657 INFO STEP 38 (ensure_file) COMPLETE
99542026-08-21T22:44:41.068Z[ host-image] Aug 21 22:44:39.657 INFO O| Aug 21 22:44:39.657 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99552026-08-21T22:44:41.074Z[ host-image] Aug 21 22:44:39.669 INFO O| Aug 21 22:44:39.669 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99562026-08-21T22:44:41.074Z[ host-image] Aug 21 22:44:39.669 INFO O| Aug 21 22:44:39.669 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99572026-08-21T22:44:41.078Z[ host-image] Aug 21 22:44:39.669 INFO O| Aug 21 22:44:39.669 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99582026-08-21T22:44:41.078Z[ host-image] Aug 21 22:44:39.669 INFO O| Aug 21 22:44:39.669 INFO STEP 39 (ensure_dir) COMPLETE
99592026-08-21T22:44:41.078Z[ host-image] Aug 21 22:44:39.669 INFO O| Aug 21 22:44:39.669 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99602026-08-21T22:44:41.085Z[ host-image] Aug 21 22:44:39.679 INFO O| Aug 21 22:44:39.679 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
99612026-08-21T22:44:41.085Z[ host-image] Aug 21 22:44:39.679 INFO O| Aug 21 22:44:39.679 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 ...
99622026-08-21T22:44:41.089Z[ host-image] Aug 21 22:44:39.680 INFO O| Aug 21 22:44:39.680 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
99632026-08-21T22:44:41.089Z[ host-image] Aug 21 22:44:39.680 INFO O| Aug 21 22:44:39.680 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
99642026-08-21T22:44:41.089Z[ host-image] Aug 21 22:44:39.680 INFO O| Aug 21 22:44:39.680 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
99652026-08-21T22:44:41.089Z[ host-image] Aug 21 22:44:39.680 INFO O| Aug 21 22:44:39.680 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
99662026-08-21T22:44:41.089Z[ host-image] Aug 21 22:44:39.680 INFO O| Aug 21 22:44:39.680 INFO ok!
99672026-08-21T22:44:41.089Z[ host-image] Aug 21 22:44:39.680 INFO O| Aug 21 22:44:39.680 INFO STEP 40 (ensure_file) COMPLETE
99682026-08-21T22:44:41.090Z[ host-image] Aug 21 22:44:39.680 INFO O| Aug 21 22:44:39.680 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99692026-08-21T22:44:41.098Z[ host-image] Aug 21 22:44:39.692 INFO O| Aug 21 22:44:39.692 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99702026-08-21T22:44:41.098Z[ host-image] Aug 21 22:44:39.692 INFO O| Aug 21 22:44:39.692 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 ...
99712026-08-21T22:44:41.098Z[ host-image] Aug 21 22:44:39.692 INFO O| Aug 21 22:44:39.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99722026-08-21T22:44:41.101Z[ host-image] Aug 21 22:44:39.692 INFO O| Aug 21 22:44:39.692 INFO ok!
99732026-08-21T22:44:41.101Z[ host-image] Aug 21 22:44:39.692 INFO O| Aug 21 22:44:39.692 INFO STEP 41 (ensure_symlink) COMPLETE
99742026-08-21T22:44:41.101Z[ host-image] Aug 21 22:44:39.692 INFO O| Aug 21 22:44:39.692 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99752026-08-21T22:44:41.109Z[ host-image] Aug 21 22:44:39.703 INFO O| Aug 21 22:44:39.703 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99762026-08-21T22:44:41.109Z[ host-image] Aug 21 22:44:39.703 INFO O| Aug 21 22:44:39.703 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99772026-08-21T22:44:41.112Z[ host-image] Aug 21 22:44:39.703 INFO O| Aug 21 22:44:39.703 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99782026-08-21T22:44:41.112Z[ host-image] Aug 21 22:44:39.703 INFO O| Aug 21 22:44:39.703 INFO ok!
99792026-08-21T22:44:41.112Z[ host-image] Aug 21 22:44:39.703 INFO O| Aug 21 22:44:39.703 INFO STEP 42 (ensure_symlink) COMPLETE
99802026-08-21T22:44:41.112Z[ host-image] Aug 21 22:44:39.703 INFO O| Aug 21 22:44:39.703 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99812026-08-21T22:44:41.120Z[ host-image] Aug 21 22:44:39.714 INFO O| Aug 21 22:44:39.714 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99822026-08-21T22:44:41.120Z[ host-image] Aug 21 22:44:39.714 INFO O| Aug 21 22:44:39.714 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99832026-08-21T22:44:41.123Z[ host-image] Aug 21 22:44:39.714 INFO O| Aug 21 22:44:39.714 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99842026-08-21T22:44:41.124Z[ host-image] Aug 21 22:44:39.714 INFO O| Aug 21 22:44:39.714 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99852026-08-21T22:44:41.124Z[ host-image] Aug 21 22:44:39.714 INFO O| Aug 21 22:44:39.714 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99862026-08-21T22:44:41.124Z[ host-image] Aug 21 22:44:39.714 INFO O| Aug 21 22:44:39.714 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99872026-08-21T22:44:41.124Z[ host-image] Aug 21 22:44:39.714 INFO O| Aug 21 22:44:39.714 INFO ok!
99882026-08-21T22:44:41.124Z[ host-image] Aug 21 22:44:39.714 INFO O| Aug 21 22:44:39.714 INFO STEP 43 (ensure_file) COMPLETE
99892026-08-21T22:44:41.124Z[ host-image] Aug 21 22:44:39.714 INFO O| Aug 21 22:44:39.714 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99902026-08-21T22:44:41.129Z[ host-image] Aug 21 22:44:39.724 INFO O| Aug 21 22:44:39.724 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99912026-08-21T22:44:41.130Z[ host-image] Aug 21 22:44:39.724 INFO O| Aug 21 22:44:39.724 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 ...
99922026-08-21T22:44:41.133Z[ host-image] Aug 21 22:44:39.724 INFO O| Aug 21 22:44:39.724 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
99932026-08-21T22:44:41.133Z[ host-image] Aug 21 22:44:39.724 INFO O| Aug 21 22:44:39.724 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99942026-08-21T22:44:41.133Z[ host-image] Aug 21 22:44:39.724 INFO O| Aug 21 22:44:39.724 INFO ok!
99952026-08-21T22:44:41.133Z[ host-image] Aug 21 22:44:39.724 INFO O| Aug 21 22:44:39.724 INFO STEP 44 (ensure_file) COMPLETE
99962026-08-21T22:44:41.133Z[ host-image] Aug 21 22:44:39.724 INFO O| Aug 21 22:44:39.724 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99972026-08-21T22:44:41.141Z[ host-image] Aug 21 22:44:39.735 INFO O| Aug 21 22:44:39.735 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99982026-08-21T22:44:41.141Z[ host-image] Aug 21 22:44:39.735 INFO O| Aug 21 22:44:39.735 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99992026-08-21T22:44:41.144Z[ host-image] Aug 21 22:44:39.735 INFO O| Aug 21 22:44:39.735 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100002026-08-21T22:44:41.144Z[ host-image] Aug 21 22:44:39.735 INFO O| Aug 21 22:44:39.735 INFO ok!
100012026-08-21T22:44:41.144Z[ host-image] Aug 21 22:44:39.735 INFO O| Aug 21 22:44:39.735 INFO STEP 45 (ensure_file) COMPLETE
100022026-08-21T22:44:41.144Z[ host-image] Aug 21 22:44:39.735 INFO O| Aug 21 22:44:39.735 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100032026-08-21T22:44:41.151Z[ host-image] Aug 21 22:44:39.746 INFO O| Aug 21 22:44:39.746 INFO updating shadow file
100042026-08-21T22:44:41.151Z[ host-image] Aug 21 22:44:39.746 INFO O| Aug 21 22:44:39.746 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100052026-08-21T22:44:41.151Z[ host-image] Aug 21 22:44:39.746 INFO O| Aug 21 22:44:39.746 INFO STEP 46 (shadow) COMPLETE
100062026-08-21T22:44:41.155Z[ host-image] Aug 21 22:44:39.746 INFO O| Aug 21 22:44:39.746 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100072026-08-21T22:44:41.163Z[ host-image] Aug 21 22:44:39.757 INFO O| Aug 21 22:44:39.757 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100082026-08-21T22:44:41.163Z[ host-image] Aug 21 22:44:39.757 INFO O| Aug 21 22:44:39.757 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100092026-08-21T22:44:41.163Z[ host-image] Aug 21 22:44:39.757 INFO O| Aug 21 22:44:39.757 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100102026-08-21T22:44:41.163Z[ host-image] Aug 21 22:44:39.757 INFO O| Aug 21 22:44:39.757 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100112026-08-21T22:44:41.166Z[ host-image] Aug 21 22:44:39.757 INFO O| Aug 21 22:44:39.757 INFO ok!
100122026-08-21T22:44:41.166Z[ host-image] Aug 21 22:44:39.757 INFO O| Aug 21 22:44:39.757 INFO STEP 47 (ensure_file) COMPLETE
100132026-08-21T22:44:41.166Z[ host-image] Aug 21 22:44:39.757 INFO O| Aug 21 22:44:39.757 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100142026-08-21T22:44:41.166Z[ host-image] Aug 21 22:44:39.757 INFO O| Aug 21 22:44:39.757 INFO skip step because feature "mfg" is not enabled
100152026-08-21T22:44:41.167Z[ host-image] Aug 21 22:44:39.757 INFO O| Aug 21 22:44:39.757 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100162026-08-21T22:44:41.167Z[ host-image] Aug 21 22:44:39.757 INFO O| Aug 21 22:44:39.757 INFO skip step because feature "mfg" is not enabled
100172026-08-21T22:44:41.167Z[ host-image] Aug 21 22:44:39.757 INFO O| Aug 21 22:44:39.757 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100182026-08-21T22:44:41.175Z[ host-image] Aug 21 22:44:39.769 INFO O| Aug 21 22:44:39.769 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100192026-08-21T22:44:41.175Z[ host-image] Aug 21 22:44:39.769 INFO O| Aug 21 22:44:39.769 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100202026-08-21T22:44:41.206Z[ host-image] Aug 21 22:44:39.800 INFO O| Aug 21 22:44:39.800 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100212026-08-21T22:44:41.206Z[ host-image] Aug 21 22:44:39.800 INFO O| Aug 21 22:44:39.800 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100222026-08-21T22:44:41.206Z[ host-image] Aug 21 22:44:39.800 INFO O| Aug 21 22:44:39.800 INFO ok!
100232026-08-21T22:44:41.211Z[ host-image] Aug 21 22:44:39.800 INFO O| Aug 21 22:44:39.800 INFO STEP 50 (ensure_file) COMPLETE
100242026-08-21T22:44:41.211Z[ host-image] Aug 21 22:44:39.800 INFO O| Aug 21 22:44:39.800 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100252026-08-21T22:44:41.211Z[ host-image] Aug 21 22:44:39.800 INFO O| Aug 21 22:44:39.800 INFO skip step because feature "compliance" is not enabled
100262026-08-21T22:44:41.211Z[ host-image] Aug 21 22:44:39.800 INFO O| Aug 21 22:44:39.800 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100272026-08-21T22:44:41.217Z[ host-image] Aug 21 22:44:39.811 INFO O| Aug 21 22:44:39.811 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100282026-08-21T22:44:41.217Z[ host-image] Aug 21 22:44:39.811 INFO O| Aug 21 22:44:39.811 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100292026-08-21T22:44:41.217Z[ host-image] Aug 21 22:44:39.812 INFO O| Aug 21 22:44:39.811 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100302026-08-21T22:44:41.220Z[ host-image] Aug 21 22:44:39.812 INFO O| Aug 21 22:44:39.811 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100312026-08-21T22:44:41.220Z[ host-image] Aug 21 22:44:39.812 INFO O| Aug 21 22:44:39.811 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100322026-08-21T22:44:41.220Z[ host-image] Aug 21 22:44:39.812 INFO O| Aug 21 22:44:39.811 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100332026-08-21T22:44:41.220Z[ host-image] Aug 21 22:44:39.812 INFO O| Aug 21 22:44:39.811 INFO ok!
100342026-08-21T22:44:41.220Z[ host-image] Aug 21 22:44:39.812 INFO O| Aug 21 22:44:39.811 INFO STEP 52 (ensure_file) COMPLETE
100352026-08-21T22:44:41.220Z[ host-image] Aug 21 22:44:39.812 INFO O| Aug 21 22:44:39.811 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100362026-08-21T22:44:41.227Z[ host-image] Aug 21 22:44:39.821 INFO O| Aug 21 22:44:39.821 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100372026-08-21T22:44:41.227Z[ host-image] Aug 21 22:44:39.822 INFO O| Aug 21 22:44:39.821 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 ...
100382026-08-21T22:44:41.227Z[ host-image] Aug 21 22:44:39.822 INFO O| Aug 21 22:44:39.822 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
100392026-08-21T22:44:41.231Z[ host-image] Aug 21 22:44:39.822 INFO O| Aug 21 22:44:39.822 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100402026-08-21T22:44:41.231Z[ host-image] Aug 21 22:44:39.822 INFO O| Aug 21 22:44:39.822 INFO ok!
100412026-08-21T22:44:41.232Z[ host-image] Aug 21 22:44:39.822 INFO O| Aug 21 22:44:39.822 INFO STEP 53 (ensure_file) COMPLETE
100422026-08-21T22:44:41.232Z[ host-image] Aug 21 22:44:39.822 INFO O| Aug 21 22:44:39.822 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100432026-08-21T22:44:41.236Z[ host-image] Aug 21 22:44:39.830 INFO O| Aug 21 22:44:39.830 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100442026-08-21T22:44:41.236Z[ host-image] Aug 21 22:44:39.830 INFO O| Aug 21 22:44:39.830 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 ...
100452026-08-21T22:44:41.236Z[ host-image] Aug 21 22:44:39.830 INFO O| Aug 21 22:44:39.830 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100462026-08-21T22:44:41.240Z[ host-image] Aug 21 22:44:39.830 INFO O| Aug 21 22:44:39.830 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100472026-08-21T22:44:41.241Z[ host-image] Aug 21 22:44:39.830 INFO O| Aug 21 22:44:39.830 INFO ok!
100482026-08-21T22:44:41.241Z[ host-image] Aug 21 22:44:39.830 INFO O| Aug 21 22:44:39.830 INFO STEP 54 (ensure_file) COMPLETE
100492026-08-21T22:44:41.241Z[ host-image] Aug 21 22:44:39.831 INFO O| Aug 21 22:44:39.830 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100502026-08-21T22:44:41.246Z[ host-image] Aug 21 22:44:39.839 INFO O| Aug 21 22:44:39.839 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100512026-08-21T22:44:41.246Z[ host-image] Aug 21 22:44:39.839 INFO O| Aug 21 22:44:39.839 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 ...
100522026-08-21T22:44:41.246Z[ host-image] Aug 21 22:44:39.839 INFO O| Aug 21 22:44:39.839 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
100532026-08-21T22:44:41.250Z[ host-image] Aug 21 22:44:39.839 INFO O| Aug 21 22:44:39.839 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100542026-08-21T22:44:41.251Z[ host-image] Aug 21 22:44:39.839 INFO O| Aug 21 22:44:39.839 INFO ok!
100552026-08-21T22:44:41.252Z[ host-image] Aug 21 22:44:39.840 INFO O| Aug 21 22:44:39.839 INFO STEP 55 (ensure_file) COMPLETE
100562026-08-21T22:44:41.252Z[ host-image] Aug 21 22:44:39.840 INFO O| Aug 21 22:44:39.840 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100572026-08-21T22:44:41.259Z[ host-image] Aug 21 22:44:39.850 INFO O| Aug 21 22:44:39.850 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100582026-08-21T22:44:41.259Z[ host-image] Aug 21 22:44:39.850 INFO O| Aug 21 22:44:39.850 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 ...
100592026-08-21T22:44:41.265Z[ host-image] Aug 21 22:44:39.850 INFO O| Aug 21 22:44:39.850 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100602026-08-21T22:44:41.265Z[ host-image] Aug 21 22:44:39.850 INFO O| Aug 21 22:44:39.850 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100612026-08-21T22:44:41.265Z[ host-image] Aug 21 22:44:39.850 INFO O| Aug 21 22:44:39.850 INFO ok!
100622026-08-21T22:44:41.265Z[ host-image] Aug 21 22:44:39.850 INFO O| Aug 21 22:44:39.850 INFO STEP 56 (ensure_file) COMPLETE
100632026-08-21T22:44:41.265Z[ host-image] Aug 21 22:44:39.850 INFO O| Aug 21 22:44:39.850 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100642026-08-21T22:44:41.270Z[ host-image] Aug 21 22:44:39.859 INFO O| Aug 21 22:44:39.859 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100652026-08-21T22:44:41.270Z[ host-image] Aug 21 22:44:39.859 INFO O| Aug 21 22:44:39.859 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 ...
100662026-08-21T22:44:41.271Z[ host-image] Aug 21 22:44:39.859 INFO O| Aug 21 22:44:39.859 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
100672026-08-21T22:44:41.271Z[ host-image] Aug 21 22:44:39.859 INFO O| Aug 21 22:44:39.859 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100682026-08-21T22:44:41.271Z[ host-image] Aug 21 22:44:39.859 INFO O| Aug 21 22:44:39.859 INFO ok!
100692026-08-21T22:44:41.271Z[ host-image] Aug 21 22:44:39.859 INFO O| Aug 21 22:44:39.859 INFO STEP 57 (ensure_file) COMPLETE
100702026-08-21T22:44:41.271Z[ host-image] Aug 21 22:44:39.859 INFO O| Aug 21 22:44:39.859 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100712026-08-21T22:44:41.275Z[ host-image] Aug 21 22:44:39.868 INFO O| Aug 21 22:44:39.868 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100722026-08-21T22:44:41.275Z[ host-image] Aug 21 22:44:39.868 INFO O| Aug 21 22:44:39.868 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 ...
100732026-08-21T22:44:41.275Z[ host-image] Aug 21 22:44:39.868 INFO O| Aug 21 22:44:39.868 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100742026-08-21T22:44:41.275Z[ host-image] Aug 21 22:44:39.868 INFO O| Aug 21 22:44:39.868 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100752026-08-21T22:44:41.275Z[ host-image] Aug 21 22:44:39.868 INFO O| Aug 21 22:44:39.868 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100762026-08-21T22:44:41.275Z[ host-image] Aug 21 22:44:39.868 INFO O| Aug 21 22:44:39.868 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100772026-08-21T22:44:41.275Z[ host-image] Aug 21 22:44:39.868 INFO O| Aug 21 22:44:39.868 INFO ok!
100782026-08-21T22:44:41.275Z[ host-image] Aug 21 22:44:39.868 INFO O| Aug 21 22:44:39.868 INFO STEP 58 (ensure_file) COMPLETE
100792026-08-21T22:44:41.275Z[ host-image] Aug 21 22:44:39.868 INFO O| Aug 21 22:44:39.868 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100802026-08-21T22:44:41.283Z[ host-image] Aug 21 22:44:39.878 INFO O| Aug 21 22:44:39.878 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100812026-08-21T22:44:41.283Z[ host-image] Aug 21 22:44:39.878 INFO O| Aug 21 22:44:39.878 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 ...
100822026-08-21T22:44:41.287Z[ host-image] Aug 21 22:44:39.878 INFO O| Aug 21 22:44:39.878 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
100832026-08-21T22:44:41.288Z[ host-image] Aug 21 22:44:39.878 INFO O| Aug 21 22:44:39.878 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100842026-08-21T22:44:41.288Z[ host-image] Aug 21 22:44:39.878 INFO O| Aug 21 22:44:39.878 INFO ok!
100852026-08-21T22:44:41.288Z[ host-image] Aug 21 22:44:39.878 INFO O| Aug 21 22:44:39.878 INFO STEP 59 (ensure_file) COMPLETE
100862026-08-21T22:44:41.288Z[ host-image] Aug 21 22:44:39.878 INFO O| Aug 21 22:44:39.878 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100872026-08-21T22:44:41.292Z[ host-image] Aug 21 22:44:39.886 INFO O| Aug 21 22:44:39.886 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100882026-08-21T22:44:41.292Z[ host-image] Aug 21 22:44:39.886 INFO O| Aug 21 22:44:39.886 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100892026-08-21T22:44:41.292Z[ host-image] Aug 21 22:44:39.886 INFO O| Aug 21 22:44:39.886 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100902026-08-21T22:44:41.292Z[ host-image] Aug 21 22:44:39.886 INFO O| Aug 21 22:44:39.886 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100912026-08-21T22:44:41.292Z[ host-image] Aug 21 22:44:39.886 INFO O| Aug 21 22:44:39.886 INFO ok!
100922026-08-21T22:44:41.292Z[ host-image] Aug 21 22:44:39.886 INFO O| Aug 21 22:44:39.886 INFO STEP 60 (ensure_file) COMPLETE
100932026-08-21T22:44:41.292Z[ host-image] Aug 21 22:44:39.886 INFO O| Aug 21 22:44:39.886 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100942026-08-21T22:44:41.300Z[ host-image] Aug 21 22:44:39.895 INFO O| Aug 21 22:44:39.895 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100952026-08-21T22:44:41.300Z[ host-image] Aug 21 22:44:39.895 INFO O| Aug 21 22:44:39.895 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 ...
100962026-08-21T22:44:41.305Z[ host-image] Aug 21 22:44:39.895 INFO O| Aug 21 22:44:39.895 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
100972026-08-21T22:44:41.305Z[ host-image] Aug 21 22:44:39.895 INFO O| Aug 21 22:44:39.895 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100982026-08-21T22:44:41.305Z[ host-image] Aug 21 22:44:39.895 INFO O| Aug 21 22:44:39.895 INFO ok!
100992026-08-21T22:44:41.305Z[ host-image] Aug 21 22:44:39.895 INFO O| Aug 21 22:44:39.895 INFO STEP 61 (ensure_file) COMPLETE
101002026-08-21T22:44:41.305Z[ host-image] Aug 21 22:44:39.895 INFO O| Aug 21 22:44:39.895 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101012026-08-21T22:44:41.309Z[ host-image] Aug 21 22:44:39.904 INFO O| Aug 21 22:44:39.904 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101022026-08-21T22:44:41.309Z[ host-image] Aug 21 22:44:39.904 INFO O| Aug 21 22:44:39.904 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101032026-08-21T22:44:41.313Z[ host-image] Aug 21 22:44:39.904 INFO O| Aug 21 22:44:39.904 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101042026-08-21T22:44:41.313Z[ host-image] Aug 21 22:44:39.904 INFO O| Aug 21 22:44:39.904 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101052026-08-21T22:44:41.313Z[ host-image] Aug 21 22:44:39.904 INFO O| Aug 21 22:44:39.904 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101062026-08-21T22:44:41.313Z[ host-image] Aug 21 22:44:39.904 INFO O| Aug 21 22:44:39.904 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101072026-08-21T22:44:41.313Z[ host-image] Aug 21 22:44:39.904 INFO O| Aug 21 22:44:39.904 INFO ok!
101082026-08-21T22:44:41.313Z[ host-image] Aug 21 22:44:39.904 INFO O| Aug 21 22:44:39.904 INFO STEP 62 (ensure_file) COMPLETE
101092026-08-21T22:44:41.313Z[ host-image] Aug 21 22:44:39.904 INFO O| Aug 21 22:44:39.904 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101102026-08-21T22:44:41.319Z[ host-image] Aug 21 22:44:39.914 INFO O| Aug 21 22:44:39.914 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101112026-08-21T22:44:41.319Z[ host-image] Aug 21 22:44:39.914 INFO O| Aug 21 22:44:39.914 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 ...
101122026-08-21T22:44:41.323Z[ host-image] Aug 21 22:44:39.914 INFO O| Aug 21 22:44:39.914 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
101132026-08-21T22:44:41.323Z[ host-image] Aug 21 22:44:39.914 INFO O| Aug 21 22:44:39.914 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101142026-08-21T22:44:41.323Z[ host-image] Aug 21 22:44:39.914 INFO O| Aug 21 22:44:39.914 INFO ok!
101152026-08-21T22:44:41.323Z[ host-image] Aug 21 22:44:39.914 INFO O| Aug 21 22:44:39.914 INFO STEP 63 (ensure_file) COMPLETE
101162026-08-21T22:44:41.323Z[ host-image] Aug 21 22:44:39.914 INFO O| Aug 21 22:44:39.914 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101172026-08-21T22:44:41.329Z[ host-image] Aug 21 22:44:39.924 INFO O| Aug 21 22:44:39.924 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101182026-08-21T22:44:41.329Z[ host-image] Aug 21 22:44:39.924 INFO O| Aug 21 22:44:39.924 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 ...
101192026-08-21T22:44:41.333Z[ host-image] Aug 21 22:44:39.924 INFO O| Aug 21 22:44:39.924 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
101202026-08-21T22:44:41.333Z[ host-image] Aug 21 22:44:39.924 INFO O| Aug 21 22:44:39.924 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101212026-08-21T22:44:41.333Z[ host-image] Aug 21 22:44:39.924 INFO O| Aug 21 22:44:39.924 INFO ok!
101222026-08-21T22:44:41.333Z[ host-image] Aug 21 22:44:39.924 INFO O| Aug 21 22:44:39.924 INFO STEP 64 (ensure_file) COMPLETE
101232026-08-21T22:44:41.333Z[ host-image] Aug 21 22:44:39.924 INFO O| Aug 21 22:44:39.924 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101242026-08-21T22:44:41.337Z[ host-image] Aug 21 22:44:39.932 INFO O| Aug 21 22:44:39.932 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101252026-08-21T22:44:41.338Z[ host-image] Aug 21 22:44:39.932 INFO O| Aug 21 22:44:39.932 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 ...
101262026-08-21T22:44:41.338Z[ host-image] Aug 21 22:44:39.932 INFO O| Aug 21 22:44:39.932 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
101272026-08-21T22:44:41.338Z[ host-image] Aug 21 22:44:39.932 INFO O| Aug 21 22:44:39.932 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101282026-08-21T22:44:41.338Z[ host-image] Aug 21 22:44:39.932 INFO O| Aug 21 22:44:39.932 INFO ok!
101292026-08-21T22:44:41.341Z[ host-image] Aug 21 22:44:39.932 INFO O| Aug 21 22:44:39.932 INFO STEP 65 (ensure_file) COMPLETE
101302026-08-21T22:44:41.341Z[ host-image] Aug 21 22:44:39.932 INFO O| Aug 21 22:44:39.932 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101312026-08-21T22:44:41.341Z[ host-image] Aug 21 22:44:39.932 INFO O| Aug 21 22:44:39.932 INFO skip step because feature "mbist" is not enabled
101322026-08-21T22:44:41.341Z[ host-image] Aug 21 22:44:39.932 INFO O| Aug 21 22:44:39.932 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101332026-08-21T22:44:41.347Z[ host-image] Aug 21 22:44:39.942 INFO O| Aug 21 22:44:39.942 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101342026-08-21T22:44:41.351Z[ host-image] Aug 21 22:44:39.942 INFO O| Aug 21 22:44:39.942 INFO STEP 67 (ensure_dir) COMPLETE
101352026-08-21T22:44:41.351Z[ host-image] Aug 21 22:44:39.942 INFO O| Aug 21 22:44:39.942 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101362026-08-21T22:44:41.355Z[ host-image] Aug 21 22:44:39.950 INFO O| Aug 21 22:44:39.950 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101372026-08-21T22:44:41.355Z[ host-image] Aug 21 22:44:39.950 INFO O| Aug 21 22:44:39.950 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101382026-08-21T22:44:41.359Z[ host-image] Aug 21 22:44:39.950 INFO O| Aug 21 22:44:39.950 INFO STEP 68 (ensure_dir) COMPLETE
101392026-08-21T22:44:41.359Z[ host-image] Aug 21 22:44:39.950 INFO O| Aug 21 22:44:39.950 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101402026-08-21T22:44:41.364Z[ host-image] Aug 21 22:44:39.958 INFO O| Aug 21 22:44:39.958 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101412026-08-21T22:44:41.368Z[ host-image] Aug 21 22:44:39.959 INFO O| Aug 21 22:44:39.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101422026-08-21T22:44:41.368Z[ host-image] Aug 21 22:44:39.959 INFO O| Aug 21 22:44:39.958 INFO STEP 69 (ensure_dir) COMPLETE
101432026-08-21T22:44:41.368Z[ host-image] Aug 21 22:44:39.959 INFO O| Aug 21 22:44:39.959 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101442026-08-21T22:44:41.374Z[ host-image] Aug 21 22:44:39.969 INFO O| Aug 21 22:44:39.969 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101452026-08-21T22:44:41.374Z[ host-image] Aug 21 22:44:39.969 INFO O| Aug 21 22:44:39.969 INFO copying /tmp/.tmpxEEXn5/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101462026-08-21T22:44:41.817Z[ host-image] Aug 21 22:44:40.411 INFO O| Aug 21 22:44:40.411 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101472026-08-21T22:44:41.818Z[ host-image] Aug 21 22:44:40.412 INFO O| Aug 21 22:44:40.411 INFO ok!
101482026-08-21T22:44:41.818Z[ host-image] Aug 21 22:44:40.412 INFO O| Aug 21 22:44:40.411 INFO STEP 70 (ensure_file) COMPLETE
101492026-08-21T22:44:41.818Z[ host-image] Aug 21 22:44:40.412 INFO O| Aug 21 22:44:40.411 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101502026-08-21T22:44:41.828Z[ host-image] Aug 21 22:44:40.422 INFO O| Aug 21 22:44:40.422 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101512026-08-21T22:44:41.828Z[ host-image] Aug 21 22:44:40.422 INFO O| Aug 21 22:44:40.422 INFO copying /tmp/.tmpxEEXn5/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101522026-08-21T22:44:42.633Z[ host-image] Aug 21 22:44:41.227 INFO O| Aug 21 22:44:41.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101532026-08-21T22:44:42.633Z[ host-image] Aug 21 22:44:41.227 INFO O| Aug 21 22:44:41.227 INFO ok!
101542026-08-21T22:44:42.639Z[ host-image] Aug 21 22:44:41.227 INFO O| Aug 21 22:44:41.227 INFO STEP 71 (ensure_file) COMPLETE
101552026-08-21T22:44:42.639Z[ host-image] Aug 21 22:44:41.227 INFO O| Aug 21 22:44:41.227 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101562026-08-21T22:44:42.645Z[ host-image] Aug 21 22:44:41.238 INFO O| Aug 21 22:44:41.238 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101572026-08-21T22:44:42.645Z[ host-image] Aug 21 22:44:41.238 INFO O| Aug 21 22:44:41.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101582026-08-21T22:44:42.649Z[ host-image] Aug 21 22:44:41.238 INFO O| Aug 21 22:44:41.238 INFO STEP 72 (ensure_dir) COMPLETE
101592026-08-21T22:44:42.649Z[ host-image] Aug 21 22:44:41.238 INFO O| Aug 21 22:44:41.238 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101602026-08-21T22:44:42.654Z[ host-image] Aug 21 22:44:41.249 INFO O| Aug 21 22:44:41.249 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101612026-08-21T22:44:42.654Z[ host-image] Aug 21 22:44:41.249 INFO O| Aug 21 22:44:41.249 INFO copying /tmp/.tmpxEEXn5/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 ...
101622026-08-21T22:44:42.654Z[ host-image] Aug 21 22:44:41.249 INFO O| Aug 21 22:44:41.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101632026-08-21T22:44:42.657Z[ host-image] Aug 21 22:44:41.249 INFO O| Aug 21 22:44:41.249 INFO ok!
101642026-08-21T22:44:42.658Z[ host-image] Aug 21 22:44:41.249 INFO O| Aug 21 22:44:41.249 INFO STEP 73 (ensure_file) COMPLETE
101652026-08-21T22:44:42.658Z[ host-image] Aug 21 22:44:41.249 INFO O| Aug 21 22:44:41.249 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101662026-08-21T22:44:42.664Z[ host-image] Aug 21 22:44:41.259 INFO O| Aug 21 22:44:41.258 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101672026-08-21T22:44:42.664Z[ host-image] Aug 21 22:44:41.259 INFO O| Aug 21 22:44:41.259 INFO copying /tmp/.tmpxEEXn5/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 ...
101682026-08-21T22:44:42.665Z[ host-image] Aug 21 22:44:41.259 INFO O| Aug 21 22:44:41.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101692026-08-21T22:44:42.665Z[ host-image] Aug 21 22:44:41.259 INFO O| Aug 21 22:44:41.259 INFO ok!
101702026-08-21T22:44:42.668Z[ host-image] Aug 21 22:44:41.259 INFO O| Aug 21 22:44:41.259 INFO STEP 74 (ensure_file) COMPLETE
101712026-08-21T22:44:42.668Z[ host-image] Aug 21 22:44:41.259 INFO O| Aug 21 22:44:41.259 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101722026-08-21T22:44:42.673Z[ host-image] Aug 21 22:44:41.267 INFO O| Aug 21 22:44:41.267 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101732026-08-21T22:44:42.673Z[ host-image] Aug 21 22:44:41.267 INFO O| Aug 21 22:44:41.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101742026-08-21T22:44:42.676Z[ host-image] Aug 21 22:44:41.267 INFO O| Aug 21 22:44:41.267 INFO STEP 75 (ensure_dir) COMPLETE
101752026-08-21T22:44:42.676Z[ host-image] Aug 21 22:44:41.267 INFO O| Aug 21 22:44:41.267 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101762026-08-21T22:44:42.682Z[ host-image] Aug 21 22:44:41.277 INFO O| Aug 21 22:44:41.277 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101772026-08-21T22:44:42.682Z[ host-image] Aug 21 22:44:41.277 INFO O| Aug 21 22:44:41.277 INFO copying /tmp/.tmpxEEXn5/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 ...
101782026-08-21T22:44:42.686Z[ host-image] Aug 21 22:44:41.277 INFO O| Aug 21 22:44:41.277 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101792026-08-21T22:44:42.686Z[ host-image] Aug 21 22:44:41.277 INFO O| Aug 21 22:44:41.277 INFO ok!
101802026-08-21T22:44:42.687Z[ host-image] Aug 21 22:44:41.277 INFO O| Aug 21 22:44:41.277 INFO STEP 76 (ensure_file) COMPLETE
101812026-08-21T22:44:42.687Z[ host-image] Aug 21 22:44:41.277 INFO O| Aug 21 22:44:41.277 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101822026-08-21T22:44:42.694Z[ host-image] Aug 21 22:44:41.288 INFO O| Aug 21 22:44:41.288 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101832026-08-21T22:44:42.694Z[ host-image] Aug 21 22:44:41.288 INFO O| Aug 21 22:44:41.288 INFO copying /tmp/.tmpxEEXn5/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 ...
101842026-08-21T22:44:42.698Z[ host-image] Aug 21 22:44:41.288 INFO O| Aug 21 22:44:41.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101852026-08-21T22:44:42.698Z[ host-image] Aug 21 22:44:41.288 INFO O| Aug 21 22:44:41.288 INFO ok!
101862026-08-21T22:44:42.698Z[ host-image] Aug 21 22:44:41.288 INFO O| Aug 21 22:44:41.288 INFO STEP 77 (ensure_file) COMPLETE
101872026-08-21T22:44:42.698Z[ host-image] Aug 21 22:44:41.288 INFO O| Aug 21 22:44:41.288 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101882026-08-21T22:44:42.704Z[ host-image] Aug 21 22:44:41.299 INFO O| Aug 21 22:44:41.299 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101892026-08-21T22:44:42.704Z[ host-image] Aug 21 22:44:41.299 INFO O| Aug 21 22:44:41.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101902026-08-21T22:44:42.707Z[ host-image] Aug 21 22:44:41.299 INFO O| Aug 21 22:44:41.299 INFO STEP 78 (ensure_dir) COMPLETE
101912026-08-21T22:44:42.707Z[ host-image] Aug 21 22:44:41.299 INFO O| Aug 21 22:44:41.299 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101922026-08-21T22:44:42.717Z[ host-image] Aug 21 22:44:41.309 INFO O| Aug 21 22:44:41.309 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101932026-08-21T22:44:42.717Z[ host-image] Aug 21 22:44:41.309 INFO O| Aug 21 22:44:41.309 INFO copying /tmp/.tmpxEEXn5/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 ...
101942026-08-21T22:44:42.721Z[ host-image] Aug 21 22:44:41.309 INFO O| Aug 21 22:44:41.309 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101952026-08-21T22:44:42.721Z[ host-image] Aug 21 22:44:41.309 INFO O| Aug 21 22:44:41.309 INFO ok!
101962026-08-21T22:44:42.721Z[ host-image] Aug 21 22:44:41.309 INFO O| Aug 21 22:44:41.309 INFO STEP 79 (ensure_file) COMPLETE
101972026-08-21T22:44:42.721Z[ host-image] Aug 21 22:44:41.309 INFO O| Aug 21 22:44:41.309 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101982026-08-21T22:44:42.724Z[ host-image] Aug 21 22:44:41.319 INFO O| Aug 21 22:44:41.319 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101992026-08-21T22:44:42.724Z[ host-image] Aug 21 22:44:41.319 INFO O| Aug 21 22:44:41.319 INFO copying /tmp/.tmpxEEXn5/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102002026-08-21T22:44:42.728Z[ host-image] Aug 21 22:44:41.319 INFO O| Aug 21 22:44:41.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102012026-08-21T22:44:42.728Z[ host-image] Aug 21 22:44:41.319 INFO O| Aug 21 22:44:41.319 INFO ok!
102022026-08-21T22:44:42.728Z[ host-image] Aug 21 22:44:41.319 INFO O| Aug 21 22:44:41.319 INFO STEP 80 (ensure_file) COMPLETE
102032026-08-21T22:44:42.728Z[ host-image] Aug 21 22:44:41.319 INFO O| Aug 21 22:44:41.319 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102042026-08-21T22:44:42.734Z[ host-image] Aug 21 22:44:41.328 INFO O| Aug 21 22:44:41.328 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102052026-08-21T22:44:42.734Z[ host-image] Aug 21 22:44:41.328 INFO O| Aug 21 22:44:41.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102062026-08-21T22:44:42.734Z[ host-image] Aug 21 22:44:41.328 INFO O| Aug 21 22:44:41.328 INFO STEP 81 (ensure_dir) COMPLETE
102072026-08-21T22:44:42.734Z[ host-image] Aug 21 22:44:41.328 INFO O| Aug 21 22:44:41.328 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102082026-08-21T22:44:42.743Z[ host-image] Aug 21 22:44:41.337 INFO O| Aug 21 22:44:41.337 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102092026-08-21T22:44:42.746Z[ host-image] Aug 21 22:44:41.337 INFO O| Aug 21 22:44:41.337 INFO copying /tmp/.tmpxEEXn5/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102102026-08-21T22:44:43.570Z[ host-image] Aug 21 22:44:42.164 INFO O| Aug 21 22:44:42.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102112026-08-21T22:44:43.570Z[ host-image] Aug 21 22:44:42.165 INFO O| Aug 21 22:44:42.164 INFO ok!
102122026-08-21T22:44:43.574Z[ host-image] Aug 21 22:44:42.165 INFO O| Aug 21 22:44:42.164 INFO STEP 82 (ensure_file) COMPLETE
102132026-08-21T22:44:43.574Z[ host-image] Aug 21 22:44:42.165 INFO O| Aug 21 22:44:42.164 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102142026-08-21T22:44:43.580Z[ host-image] Aug 21 22:44:42.175 INFO O| Aug 21 22:44:42.175 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102152026-08-21T22:44:43.581Z[ host-image] Aug 21 22:44:42.175 INFO O| Aug 21 22:44:42.175 INFO copying /tmp/.tmpxEEXn5/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102162026-08-21T22:44:44.031Z[ host-image] Aug 21 22:44:42.625 INFO O| Aug 21 22:44:42.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102172026-08-21T22:44:44.031Z[ host-image] Aug 21 22:44:42.625 INFO O| Aug 21 22:44:42.625 INFO ok!
102182026-08-21T22:44:44.031Z[ host-image] Aug 21 22:44:42.625 INFO O| Aug 21 22:44:42.625 INFO STEP 83 (ensure_file) COMPLETE
102192026-08-21T22:44:44.034Z[ host-image] Aug 21 22:44:42.625 INFO O| Aug 21 22:44:42.625 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102202026-08-21T22:44:44.042Z[ host-image] Aug 21 22:44:42.636 INFO O| Aug 21 22:44:42.636 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102212026-08-21T22:44:44.042Z[ host-image] Aug 21 22:44:42.636 INFO O| Aug 21 22:44:42.636 INFO copying /tmp/.tmpxEEXn5/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102222026-08-21T22:44:46.229Z[ host-image] Aug 21 22:44:44.822 INFO O| Aug 21 22:44:44.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102232026-08-21T22:44:46.229Z[ host-image] Aug 21 22:44:44.822 INFO O| Aug 21 22:44:44.822 INFO ok!
102242026-08-21T22:44:46.229Z[ host-image] Aug 21 22:44:44.822 INFO O| Aug 21 22:44:44.822 INFO STEP 84 (ensure_file) COMPLETE
102252026-08-21T22:44:46.229Z[ host-image] Aug 21 22:44:44.822 INFO O| Aug 21 22:44:44.822 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102262026-08-21T22:44:46.239Z[ host-image] Aug 21 22:44:44.833 INFO O| Aug 21 22:44:44.833 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102272026-08-21T22:44:46.239Z[ host-image] Aug 21 22:44:44.833 INFO O| Aug 21 22:44:44.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102282026-08-21T22:44:46.239Z[ host-image] Aug 21 22:44:44.833 INFO O| Aug 21 22:44:44.833 INFO STEP 85 (ensure_dir) COMPLETE
102292026-08-21T22:44:46.239Z[ host-image] Aug 21 22:44:44.833 INFO O| Aug 21 22:44:44.833 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102302026-08-21T22:44:46.250Z[ host-image] Aug 21 22:44:44.844 INFO O| Aug 21 22:44:44.844 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102312026-08-21T22:44:46.250Z[ host-image] Aug 21 22:44:44.844 INFO O| Aug 21 22:44:44.844 INFO copying /tmp/.tmpxEEXn5/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 ...
102322026-08-21T22:44:46.250Z[ host-image] Aug 21 22:44:44.844 INFO O| Aug 21 22:44:44.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102332026-08-21T22:44:46.253Z[ host-image] Aug 21 22:44:44.844 INFO O| Aug 21 22:44:44.844 INFO ok!
102342026-08-21T22:44:46.253Z[ host-image] Aug 21 22:44:44.844 INFO O| Aug 21 22:44:44.844 INFO STEP 86 (ensure_file) COMPLETE
102352026-08-21T22:44:46.253Z[ host-image] Aug 21 22:44:44.844 INFO O| Aug 21 22:44:44.844 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102362026-08-21T22:44:46.259Z[ host-image] Aug 21 22:44:44.854 INFO O| Aug 21 22:44:44.854 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102372026-08-21T22:44:46.259Z[ host-image] Aug 21 22:44:44.854 INFO O| Aug 21 22:44:44.854 INFO copying /tmp/.tmpxEEXn5/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 ...
102382026-08-21T22:44:46.259Z[ host-image] Aug 21 22:44:44.854 INFO O| Aug 21 22:44:44.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102392026-08-21T22:44:46.261Z[ host-image] Aug 21 22:44:44.854 INFO O| Aug 21 22:44:44.854 INFO ok!
102402026-08-21T22:44:46.261Z[ host-image] Aug 21 22:44:44.854 INFO O| Aug 21 22:44:44.854 INFO STEP 87 (ensure_file) COMPLETE
102412026-08-21T22:44:46.264Z[ host-image] Aug 21 22:44:44.854 INFO O| Aug 21 22:44:44.854 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102422026-08-21T22:44:46.269Z[ host-image] Aug 21 22:44:44.863 INFO O| Aug 21 22:44:44.863 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102432026-08-21T22:44:46.269Z[ host-image] Aug 21 22:44:44.863 INFO O| Aug 21 22:44:44.863 INFO copying /tmp/.tmpxEEXn5/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102442026-08-21T22:44:46.273Z[ host-image] Aug 21 22:44:44.863 INFO O| Aug 21 22:44:44.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102452026-08-21T22:44:46.273Z[ host-image] Aug 21 22:44:44.863 INFO O| Aug 21 22:44:44.863 INFO ok!
102462026-08-21T22:44:46.273Z[ host-image] Aug 21 22:44:44.863 INFO O| Aug 21 22:44:44.863 INFO STEP 88 (ensure_file) COMPLETE
102472026-08-21T22:44:46.273Z[ host-image] Aug 21 22:44:44.864 INFO O| Aug 21 22:44:44.863 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102482026-08-21T22:44:46.280Z[ host-image] Aug 21 22:44:44.874 INFO O| Aug 21 22:44:44.874 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102492026-08-21T22:44:46.280Z[ host-image] Aug 21 22:44:44.874 INFO O| Aug 21 22:44:44.874 INFO copying /tmp/.tmpxEEXn5/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102502026-08-21T22:44:46.280Z[ host-image] Aug 21 22:44:44.874 INFO O| Aug 21 22:44:44.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102512026-08-21T22:44:46.280Z[ host-image] Aug 21 22:44:44.874 INFO O| Aug 21 22:44:44.874 INFO ok!
102522026-08-21T22:44:46.283Z[ host-image] Aug 21 22:44:44.874 INFO O| Aug 21 22:44:44.874 INFO STEP 89 (ensure_file) COMPLETE
102532026-08-21T22:44:46.283Z[ host-image] Aug 21 22:44:44.874 INFO O| Aug 21 22:44:44.874 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102542026-08-21T22:44:46.291Z[ host-image] Aug 21 22:44:44.886 INFO O| Aug 21 22:44:44.885 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102552026-08-21T22:44:46.291Z[ host-image] Aug 21 22:44:44.886 INFO O| Aug 21 22:44:44.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102562026-08-21T22:44:46.291Z[ host-image] Aug 21 22:44:44.886 INFO O| Aug 21 22:44:44.886 INFO STEP 90 (ensure_dir) COMPLETE
102572026-08-21T22:44:46.295Z[ host-image] Aug 21 22:44:44.886 INFO O| Aug 21 22:44:44.886 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102582026-08-21T22:44:46.302Z[ host-image] Aug 21 22:44:44.896 INFO O| Aug 21 22:44:44.896 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102592026-08-21T22:44:46.302Z[ host-image] Aug 21 22:44:44.896 INFO O| Aug 21 22:44:44.896 INFO copying /tmp/.tmpxEEXn5/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102602026-08-21T22:44:46.306Z[ host-image] Aug 21 22:44:44.901 INFO O| Aug 21 22:44:44.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102612026-08-21T22:44:46.309Z[ host-image] Aug 21 22:44:44.901 INFO O| Aug 21 22:44:44.901 INFO ok!
102622026-08-21T22:44:46.309Z[ host-image] Aug 21 22:44:44.901 INFO O| Aug 21 22:44:44.901 INFO STEP 91 (ensure_file) COMPLETE
102632026-08-21T22:44:46.309Z[ host-image] Aug 21 22:44:44.901 INFO O| Aug 21 22:44:44.901 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102642026-08-21T22:44:46.318Z[ host-image] Aug 21 22:44:44.912 INFO O| Aug 21 22:44:44.912 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102652026-08-21T22:44:46.318Z[ host-image] Aug 21 22:44:44.912 INFO O| Aug 21 22:44:44.912 INFO copying /tmp/.tmpxEEXn5/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102662026-08-21T22:44:46.318Z[ host-image] Aug 21 22:44:44.912 INFO O| Aug 21 22:44:44.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102672026-08-21T22:44:46.321Z[ host-image] Aug 21 22:44:44.912 INFO O| Aug 21 22:44:44.912 INFO ok!
102682026-08-21T22:44:46.321Z[ host-image] Aug 21 22:44:44.912 INFO O| Aug 21 22:44:44.912 INFO STEP 92 (ensure_file) COMPLETE
102692026-08-21T22:44:46.321Z[ host-image] Aug 21 22:44:44.912 INFO O| Aug 21 22:44:44.912 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102702026-08-21T22:44:46.329Z[ host-image] Aug 21 22:44:44.923 INFO O| Aug 21 22:44:44.923 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102712026-08-21T22:44:46.332Z[ host-image] Aug 21 22:44:44.923 INFO O| Aug 21 22:44:44.923 INFO copying /tmp/.tmpxEEXn5/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102722026-08-21T22:44:46.991Z[ host-image] Aug 21 22:44:45.584 INFO O| Aug 21 22:44:45.584 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102732026-08-21T22:44:46.991Z[ host-image] Aug 21 22:44:45.584 INFO O| Aug 21 22:44:45.584 INFO ok!
102742026-08-21T22:44:46.991Z[ host-image] Aug 21 22:44:45.584 INFO O| Aug 21 22:44:45.584 INFO STEP 93 (ensure_file) COMPLETE
102752026-08-21T22:44:46.995Z[ host-image] Aug 21 22:44:45.584 INFO O| Aug 21 22:44:45.584 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102762026-08-21T22:44:47.002Z[ host-image] Aug 21 22:44:45.596 INFO O| Aug 21 22:44:45.596 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102772026-08-21T22:44:47.002Z[ host-image] Aug 21 22:44:45.596 INFO O| Aug 21 22:44:45.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102782026-08-21T22:44:47.006Z[ host-image] Aug 21 22:44:45.596 INFO O| Aug 21 22:44:45.596 INFO STEP 94 (ensure_dir) COMPLETE
102792026-08-21T22:44:47.006Z[ host-image] Aug 21 22:44:45.596 INFO O| Aug 21 22:44:45.596 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102802026-08-21T22:44:47.013Z[ host-image] Aug 21 22:44:45.607 INFO O| Aug 21 22:44:45.607 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102812026-08-21T22:44:47.013Z[ host-image] Aug 21 22:44:45.607 INFO O| Aug 21 22:44:45.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102822026-08-21T22:44:47.013Z[ host-image] Aug 21 22:44:45.607 INFO O| Aug 21 22:44:45.607 INFO STEP 95 (ensure_dir) COMPLETE
102832026-08-21T22:44:47.013Z[ host-image] Aug 21 22:44:45.607 INFO O| Aug 21 22:44:45.607 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102842026-08-21T22:44:47.023Z[ host-image] Aug 21 22:44:45.617 INFO O| Aug 21 22:44:45.617 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102852026-08-21T22:44:47.023Z[ host-image] Aug 21 22:44:45.617 INFO O| Aug 21 22:44:45.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102862026-08-21T22:44:47.026Z[ host-image] Aug 21 22:44:45.617 INFO O| Aug 21 22:44:45.617 INFO STEP 96 (ensure_dir) COMPLETE
102872026-08-21T22:44:47.026Z[ host-image] Aug 21 22:44:45.617 INFO O| Aug 21 22:44:45.617 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102882026-08-21T22:44:47.031Z[ host-image] Aug 21 22:44:45.626 INFO O| Aug 21 22:44:45.626 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102892026-08-21T22:44:47.034Z[ host-image] Aug 21 22:44:45.626 INFO O| Aug 21 22:44:45.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102902026-08-21T22:44:47.036Z[ host-image] Aug 21 22:44:45.626 INFO O| Aug 21 22:44:45.626 INFO STEP 97 (ensure_dir) COMPLETE
102912026-08-21T22:44:47.036Z[ host-image] Aug 21 22:44:45.626 INFO O| Aug 21 22:44:45.626 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102922026-08-21T22:44:47.039Z[ host-image] Aug 21 22:44:45.634 INFO O| Aug 21 22:44:45.634 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102932026-08-21T22:44:47.042Z[ host-image] Aug 21 22:44:45.634 INFO O| Aug 21 22:44:45.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102942026-08-21T22:44:47.042Z[ host-image] Aug 21 22:44:45.634 INFO O| Aug 21 22:44:45.634 INFO STEP 98 (ensure_dir) COMPLETE
102952026-08-21T22:44:47.043Z[ host-image] Aug 21 22:44:45.634 INFO O| Aug 21 22:44:45.634 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102962026-08-21T22:44:47.047Z[ host-image] Aug 21 22:44:45.642 INFO O| Aug 21 22:44:45.642 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
102972026-08-21T22:44:47.047Z[ host-image] Aug 21 22:44:45.642 INFO O| Aug 21 22:44:45.642 INFO copying /tmp/.tmpxEEXn5/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 ...
102982026-08-21T22:44:47.047Z[ host-image] Aug 21 22:44:45.642 INFO O| Aug 21 22:44:45.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
102992026-08-21T22:44:47.051Z[ host-image] Aug 21 22:44:45.642 INFO O| Aug 21 22:44:45.642 INFO ok!
103002026-08-21T22:44:47.051Z[ host-image] Aug 21 22:44:45.642 INFO O| Aug 21 22:44:45.642 INFO STEP 99 (ensure_file) COMPLETE
103012026-08-21T22:44:47.051Z[ host-image] Aug 21 22:44:45.642 INFO O| Aug 21 22:44:45.642 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103022026-08-21T22:44:47.056Z[ host-image] Aug 21 22:44:45.650 INFO O| Aug 21 22:44:45.650 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103032026-08-21T22:44:47.059Z[ host-image] Aug 21 22:44:45.650 INFO O| Aug 21 22:44:45.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103042026-08-21T22:44:47.059Z[ host-image] Aug 21 22:44:45.650 INFO O| Aug 21 22:44:45.650 INFO STEP 100 (ensure_dir) COMPLETE
103052026-08-21T22:44:47.059Z[ host-image] Aug 21 22:44:45.650 INFO O| Aug 21 22:44:45.650 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103062026-08-21T22:44:47.067Z[ host-image] Aug 21 22:44:45.662 INFO O| Aug 21 22:44:45.662 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103072026-08-21T22:44:47.067Z[ host-image] Aug 21 22:44:45.662 INFO O| Aug 21 22:44:45.662 INFO copying /tmp/.tmpxEEXn5/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103082026-08-21T22:44:47.593Z[ host-image] Aug 21 22:44:46.187 INFO O| Aug 21 22:44:46.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103092026-08-21T22:44:47.593Z[ host-image] Aug 21 22:44:46.187 INFO O| Aug 21 22:44:46.187 INFO ok!
103102026-08-21T22:44:47.593Z[ host-image] Aug 21 22:44:46.187 INFO O| Aug 21 22:44:46.187 INFO STEP 101 (ensure_file) COMPLETE
103112026-08-21T22:44:47.593Z[ host-image] Aug 21 22:44:46.187 INFO O| Aug 21 22:44:46.187 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103122026-08-21T22:44:47.604Z[ host-image] Aug 21 22:44:46.199 INFO O| Aug 21 22:44:46.199 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103132026-08-21T22:44:47.604Z[ host-image] Aug 21 22:44:46.199 INFO O| Aug 21 22:44:46.199 INFO copying /tmp/.tmpxEEXn5/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103142026-08-21T22:44:47.608Z[ host-image] Aug 21 22:44:46.199 INFO O| Aug 21 22:44:46.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103152026-08-21T22:44:47.608Z[ host-image] Aug 21 22:44:46.199 INFO O| Aug 21 22:44:46.199 INFO ok!
103162026-08-21T22:44:47.608Z[ host-image] Aug 21 22:44:46.199 INFO O| Aug 21 22:44:46.199 INFO STEP 102 (ensure_file) COMPLETE
103172026-08-21T22:44:47.608Z[ host-image] Aug 21 22:44:46.199 INFO O| Aug 21 22:44:46.199 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103182026-08-21T22:44:47.614Z[ host-image] Aug 21 22:44:46.208 INFO O| Aug 21 22:44:46.208 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103192026-08-21T22:44:47.614Z[ host-image] Aug 21 22:44:46.209 INFO O| Aug 21 22:44:46.208 INFO copying /tmp/.tmpxEEXn5/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103202026-08-21T22:44:47.625Z[ host-image] Aug 21 22:44:46.219 INFO O| Aug 21 22:44:46.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103212026-08-21T22:44:47.625Z[ host-image] Aug 21 22:44:46.219 INFO O| Aug 21 22:44:46.219 INFO ok!
103222026-08-21T22:44:47.625Z[ host-image] Aug 21 22:44:46.219 INFO O| Aug 21 22:44:46.219 INFO STEP 103 (ensure_file) COMPLETE
103232026-08-21T22:44:47.628Z[ host-image] Aug 21 22:44:46.219 INFO O| Aug 21 22:44:46.219 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103242026-08-21T22:44:47.636Z[ host-image] Aug 21 22:44:46.230 INFO O| Aug 21 22:44:46.230 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103252026-08-21T22:44:47.636Z[ host-image] Aug 21 22:44:46.230 INFO O| Aug 21 22:44:46.230 INFO copying /tmp/.tmpxEEXn5/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103262026-08-21T22:44:47.639Z[ host-image] Aug 21 22:44:46.230 INFO O| Aug 21 22:44:46.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103272026-08-21T22:44:47.639Z[ host-image] Aug 21 22:44:46.230 INFO O| Aug 21 22:44:46.230 INFO ok!
103282026-08-21T22:44:47.639Z[ host-image] Aug 21 22:44:46.230 INFO O| Aug 21 22:44:46.230 INFO STEP 104 (ensure_file) COMPLETE
103292026-08-21T22:44:47.639Z[ host-image] Aug 21 22:44:46.230 INFO O| Aug 21 22:44:46.230 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103302026-08-21T22:44:47.644Z[ host-image] Aug 21 22:44:46.238 INFO O| Aug 21 22:44:46.238 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103312026-08-21T22:44:47.644Z[ host-image] Aug 21 22:44:46.238 INFO O| Aug 21 22:44:46.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103322026-08-21T22:44:47.648Z[ host-image] Aug 21 22:44:46.238 INFO O| Aug 21 22:44:46.238 INFO STEP 105 (ensure_dir) COMPLETE
103332026-08-21T22:44:47.648Z[ host-image] Aug 21 22:44:46.238 INFO O| Aug 21 22:44:46.238 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103342026-08-21T22:44:47.652Z[ host-image] Aug 21 22:44:46.246 INFO O| Aug 21 22:44:46.246 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103352026-08-21T22:44:47.652Z[ host-image] Aug 21 22:44:46.246 INFO O| Aug 21 22:44:46.246 INFO copying /tmp/.tmpxEEXn5/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 ...
103362026-08-21T22:44:48.020Z[ host-image] Aug 21 22:44:46.614 INFO O| Aug 21 22:44:46.614 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103372026-08-21T22:44:48.023Z[ host-image] Aug 21 22:44:46.614 INFO O| Aug 21 22:44:46.614 INFO ok!
103382026-08-21T22:44:48.023Z[ host-image] Aug 21 22:44:46.614 INFO O| Aug 21 22:44:46.614 INFO STEP 106 (ensure_file) COMPLETE
103392026-08-21T22:44:48.023Z[ host-image] Aug 21 22:44:46.614 INFO O| Aug 21 22:44:46.614 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103402026-08-21T22:44:48.059Z[ host-image] Aug 21 22:44:46.652 INFO O| Aug 21 22:44:46.652 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103412026-08-21T22:44:48.059Z[ host-image] Aug 21 22:44:46.652 INFO O| Aug 21 22:44:46.652 INFO copying /tmp/.tmpxEEXn5/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 ...
103422026-08-21T22:44:48.059Z[ host-image] Aug 21 22:44:46.652 INFO O| Aug 21 22:44:46.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103432026-08-21T22:44:48.059Z[ host-image] Aug 21 22:44:46.652 INFO O| Aug 21 22:44:46.652 INFO ok!
103442026-08-21T22:44:48.059Z[ host-image] Aug 21 22:44:46.652 INFO O| Aug 21 22:44:46.652 INFO STEP 107 (ensure_file) COMPLETE
103452026-08-21T22:44:48.059Z[ host-image] Aug 21 22:44:46.652 INFO O| Aug 21 22:44:46.652 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103462026-08-21T22:44:48.072Z[ host-image] Aug 21 22:44:46.664 INFO O| Aug 21 22:44:46.663 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103472026-08-21T22:44:48.072Z[ host-image] Aug 21 22:44:46.664 INFO O| Aug 21 22:44:46.664 INFO copying /tmp/.tmpxEEXn5/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 ...
103482026-08-21T22:44:48.072Z[ host-image] Aug 21 22:44:46.664 INFO O| Aug 21 22:44:46.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103492026-08-21T22:44:48.072Z[ host-image] Aug 21 22:44:46.664 INFO O| Aug 21 22:44:46.664 INFO ok!
103502026-08-21T22:44:48.073Z[ host-image] Aug 21 22:44:46.664 INFO O| Aug 21 22:44:46.664 INFO STEP 108 (ensure_file) COMPLETE
103512026-08-21T22:44:48.073Z[ host-image] Aug 21 22:44:46.664 INFO O| Aug 21 22:44:46.664 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103522026-08-21T22:44:48.087Z[ host-image] Aug 21 22:44:46.680 INFO O| Aug 21 22:44:46.679 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103532026-08-21T22:44:48.091Z[ host-image] Aug 21 22:44:46.680 INFO O| Aug 21 22:44:46.679 INFO copying /tmp/.tmpxEEXn5/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 ...
103542026-08-21T22:44:48.120Z[ host-image] Aug 21 22:44:46.680 INFO O| Aug 21 22:44:46.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103552026-08-21T22:44:48.120Z[ host-image] Aug 21 22:44:46.680 INFO O| Aug 21 22:44:46.679 INFO ok!
103562026-08-21T22:44:48.120Z[ host-image] Aug 21 22:44:46.680 INFO O| Aug 21 22:44:46.679 INFO STEP 109 (ensure_file) COMPLETE
103572026-08-21T22:44:48.120Z[ host-image] Aug 21 22:44:46.680 INFO O| Aug 21 22:44:46.679 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103582026-08-21T22:44:48.124Z[ host-image] Aug 21 22:44:46.715 INFO O| Aug 21 22:44:46.715 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103592026-08-21T22:44:48.124Z[ host-image] Aug 21 22:44:46.715 INFO O| Aug 21 22:44:46.715 INFO copying /tmp/.tmpxEEXn5/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 ...
103602026-08-21T22:44:48.129Z[ host-image] Aug 21 22:44:46.715 INFO O| Aug 21 22:44:46.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103612026-08-21T22:44:48.129Z[ host-image] Aug 21 22:44:46.715 INFO O| Aug 21 22:44:46.715 INFO ok!
103622026-08-21T22:44:48.132Z[ host-image] Aug 21 22:44:46.715 INFO O| Aug 21 22:44:46.715 INFO STEP 110 (ensure_file) COMPLETE
103632026-08-21T22:44:48.132Z[ host-image] Aug 21 22:44:46.715 INFO O| Aug 21 22:44:46.715 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103642026-08-21T22:44:48.132Z[ host-image] Aug 21 22:44:46.726 INFO O| Aug 21 22:44:46.726 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103652026-08-21T22:44:48.132Z[ host-image] Aug 21 22:44:46.726 INFO O| Aug 21 22:44:46.726 INFO copying /tmp/.tmpxEEXn5/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 ...
103662026-08-21T22:44:48.132Z[ host-image] Aug 21 22:44:46.726 INFO O| Aug 21 22:44:46.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103672026-08-21T22:44:48.132Z[ host-image] Aug 21 22:44:46.726 INFO O| Aug 21 22:44:46.726 INFO ok!
103682026-08-21T22:44:48.132Z[ host-image] Aug 21 22:44:46.726 INFO O| Aug 21 22:44:46.726 INFO STEP 111 (ensure_file) COMPLETE
103692026-08-21T22:44:48.132Z[ host-image] Aug 21 22:44:46.726 INFO O| Aug 21 22:44:46.726 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103702026-08-21T22:44:48.145Z[ host-image] Aug 21 22:44:46.738 INFO O| Aug 21 22:44:46.738 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103712026-08-21T22:44:48.145Z[ host-image] Aug 21 22:44:46.738 INFO O| Aug 21 22:44:46.738 INFO copying /tmp/.tmpxEEXn5/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 ...
103722026-08-21T22:44:48.145Z[ host-image] Aug 21 22:44:46.738 INFO O| Aug 21 22:44:46.738 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103732026-08-21T22:44:48.145Z[ host-image] Aug 21 22:44:46.738 INFO O| Aug 21 22:44:46.738 INFO ok!
103742026-08-21T22:44:48.145Z[ host-image] Aug 21 22:44:46.738 INFO O| Aug 21 22:44:46.738 INFO STEP 112 (ensure_file) COMPLETE
103752026-08-21T22:44:48.145Z[ host-image] Aug 21 22:44:46.738 INFO O| Aug 21 22:44:46.738 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103762026-08-21T22:44:48.163Z[ host-image] Aug 21 22:44:46.756 INFO O| Aug 21 22:44:46.756 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103772026-08-21T22:44:48.164Z[ host-image] Aug 21 22:44:46.756 INFO O| Aug 21 22:44:46.756 INFO copying /tmp/.tmpxEEXn5/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103782026-08-21T22:44:48.164Z[ host-image] Aug 21 22:44:46.756 INFO O| Aug 21 22:44:46.756 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103792026-08-21T22:44:48.167Z[ host-image] Aug 21 22:44:46.756 INFO O| Aug 21 22:44:46.756 INFO ok!
103802026-08-21T22:44:48.167Z[ host-image] Aug 21 22:44:46.756 INFO O| Aug 21 22:44:46.756 INFO STEP 113 (ensure_file) COMPLETE
103812026-08-21T22:44:48.167Z[ host-image] Aug 21 22:44:46.756 INFO O| Aug 21 22:44:46.756 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103822026-08-21T22:44:48.173Z[ host-image] Aug 21 22:44:46.768 INFO O| Aug 21 22:44:46.768 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103832026-08-21T22:44:48.173Z[ host-image] Aug 21 22:44:46.768 INFO O| Aug 21 22:44:46.768 INFO copying /tmp/.tmpxEEXn5/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 ...
103842026-08-21T22:44:48.177Z[ host-image] Aug 21 22:44:46.768 INFO O| Aug 21 22:44:46.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103852026-08-21T22:44:48.178Z[ host-image] Aug 21 22:44:46.768 INFO O| Aug 21 22:44:46.768 INFO ok!
103862026-08-21T22:44:48.178Z[ host-image] Aug 21 22:44:46.768 INFO O| Aug 21 22:44:46.768 INFO STEP 114 (ensure_file) COMPLETE
103872026-08-21T22:44:48.178Z[ host-image] Aug 21 22:44:46.768 INFO O| Aug 21 22:44:46.768 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103882026-08-21T22:44:48.184Z[ host-image] Aug 21 22:44:46.778 INFO O| Aug 21 22:44:46.778 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
103892026-08-21T22:44:48.184Z[ host-image] Aug 21 22:44:46.778 INFO O| Aug 21 22:44:46.778 INFO copying /tmp/.tmpxEEXn5/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 ...
103902026-08-21T22:44:48.188Z[ host-image] Aug 21 22:44:46.778 INFO O| Aug 21 22:44:46.778 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
103912026-08-21T22:44:48.188Z[ host-image] Aug 21 22:44:46.778 INFO O| Aug 21 22:44:46.778 INFO ok!
103922026-08-21T22:44:48.188Z[ host-image] Aug 21 22:44:46.778 INFO O| Aug 21 22:44:46.778 INFO STEP 115 (ensure_file) COMPLETE
103932026-08-21T22:44:48.188Z[ host-image] Aug 21 22:44:46.778 INFO O| Aug 21 22:44:46.778 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103942026-08-21T22:44:48.194Z[ host-image] Aug 21 22:44:46.788 INFO O| Aug 21 22:44:46.788 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
103952026-08-21T22:44:48.194Z[ host-image] Aug 21 22:44:46.788 INFO O| Aug 21 22:44:46.788 INFO copying /tmp/.tmpxEEXn5/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 ...
103962026-08-21T22:44:48.197Z[ host-image] Aug 21 22:44:46.788 INFO O| Aug 21 22:44:46.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
103972026-08-21T22:44:48.198Z[ host-image] Aug 21 22:44:46.788 INFO O| Aug 21 22:44:46.788 INFO ok!
103982026-08-21T22:44:48.198Z[ host-image] Aug 21 22:44:46.788 INFO O| Aug 21 22:44:46.788 INFO STEP 116 (ensure_file) COMPLETE
103992026-08-21T22:44:48.198Z[ host-image] Aug 21 22:44:46.788 INFO O| Aug 21 22:44:46.788 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104002026-08-21T22:44:48.204Z[ host-image] Aug 21 22:44:46.798 INFO O| Aug 21 22:44:46.798 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104012026-08-21T22:44:48.204Z[ host-image] Aug 21 22:44:46.798 INFO O| Aug 21 22:44:46.798 INFO copying /tmp/.tmpxEEXn5/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104022026-08-21T22:44:48.207Z[ host-image] Aug 21 22:44:46.798 INFO O| Aug 21 22:44:46.798 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104032026-08-21T22:44:48.207Z[ host-image] Aug 21 22:44:46.798 INFO O| Aug 21 22:44:46.798 INFO ok!
104042026-08-21T22:44:48.207Z[ host-image] Aug 21 22:44:46.798 INFO O| Aug 21 22:44:46.798 INFO STEP 117 (ensure_file) COMPLETE
104052026-08-21T22:44:48.207Z[ host-image] Aug 21 22:44:46.798 INFO O| Aug 21 22:44:46.798 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104062026-08-21T22:44:48.213Z[ host-image] Aug 21 22:44:46.807 INFO O| Aug 21 22:44:46.807 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104072026-08-21T22:44:48.213Z[ host-image] Aug 21 22:44:46.808 INFO O| Aug 21 22:44:46.807 INFO copying /tmp/.tmpxEEXn5/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 ...
104082026-08-21T22:44:48.216Z[ host-image] Aug 21 22:44:46.808 INFO O| Aug 21 22:44:46.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104092026-08-21T22:44:48.216Z[ host-image] Aug 21 22:44:46.808 INFO O| Aug 21 22:44:46.808 INFO ok!
104102026-08-21T22:44:48.216Z[ host-image] Aug 21 22:44:46.808 INFO O| Aug 21 22:44:46.808 INFO STEP 118 (ensure_file) COMPLETE
104112026-08-21T22:44:48.216Z[ host-image] Aug 21 22:44:46.808 INFO O| Aug 21 22:44:46.808 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104122026-08-21T22:44:48.222Z[ host-image] Aug 21 22:44:46.817 INFO O| Aug 21 22:44:46.817 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104132026-08-21T22:44:48.223Z[ host-image] Aug 21 22:44:46.817 INFO O| Aug 21 22:44:46.817 INFO copying /tmp/.tmpxEEXn5/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 ...
104142026-08-21T22:44:48.226Z[ host-image] Aug 21 22:44:46.817 INFO O| Aug 21 22:44:46.817 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104152026-08-21T22:44:48.226Z[ host-image] Aug 21 22:44:46.817 INFO O| Aug 21 22:44:46.817 INFO ok!
104162026-08-21T22:44:48.226Z[ host-image] Aug 21 22:44:46.817 INFO O| Aug 21 22:44:46.817 INFO STEP 119 (ensure_file) COMPLETE
104172026-08-21T22:44:48.226Z[ host-image] Aug 21 22:44:46.817 INFO O| Aug 21 22:44:46.817 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104182026-08-21T22:44:48.232Z[ host-image] Aug 21 22:44:46.827 INFO O| Aug 21 22:44:46.827 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104192026-08-21T22:44:48.232Z[ host-image] Aug 21 22:44:46.827 INFO O| Aug 21 22:44:46.827 INFO copying /tmp/.tmpxEEXn5/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 ...
104202026-08-21T22:44:48.237Z[ host-image] Aug 21 22:44:46.827 INFO O| Aug 21 22:44:46.827 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104212026-08-21T22:44:48.237Z[ host-image] Aug 21 22:44:46.827 INFO O| Aug 21 22:44:46.827 INFO ok!
104222026-08-21T22:44:48.237Z[ host-image] Aug 21 22:44:46.827 INFO O| Aug 21 22:44:46.827 INFO STEP 120 (ensure_file) COMPLETE
104232026-08-21T22:44:48.237Z[ host-image] Aug 21 22:44:46.827 INFO O| Aug 21 22:44:46.827 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104242026-08-21T22:44:48.241Z[ host-image] Aug 21 22:44:46.836 INFO O| Aug 21 22:44:46.836 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104252026-08-21T22:44:48.241Z[ host-image] Aug 21 22:44:46.836 INFO O| Aug 21 22:44:46.836 INFO copying /tmp/.tmpxEEXn5/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 ...
104262026-08-21T22:44:48.244Z[ host-image] Aug 21 22:44:46.836 INFO O| Aug 21 22:44:46.836 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104272026-08-21T22:44:48.244Z[ host-image] Aug 21 22:44:46.836 INFO O| Aug 21 22:44:46.836 INFO ok!
104282026-08-21T22:44:48.244Z[ host-image] Aug 21 22:44:46.836 INFO O| Aug 21 22:44:46.836 INFO STEP 121 (ensure_file) COMPLETE
104292026-08-21T22:44:48.244Z[ host-image] Aug 21 22:44:46.836 INFO O| Aug 21 22:44:46.836 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104302026-08-21T22:44:48.251Z[ host-image] Aug 21 22:44:46.845 INFO O| Aug 21 22:44:46.845 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104312026-08-21T22:44:48.251Z[ host-image] Aug 21 22:44:46.845 INFO O| Aug 21 22:44:46.845 INFO copying /tmp/.tmpxEEXn5/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 ...
104322026-08-21T22:44:48.254Z[ host-image] Aug 21 22:44:46.845 INFO O| Aug 21 22:44:46.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104332026-08-21T22:44:48.254Z[ host-image] Aug 21 22:44:46.845 INFO O| Aug 21 22:44:46.845 INFO ok!
104342026-08-21T22:44:48.254Z[ host-image] Aug 21 22:44:46.845 INFO O| Aug 21 22:44:46.845 INFO STEP 122 (ensure_file) COMPLETE
104352026-08-21T22:44:48.254Z[ host-image] Aug 21 22:44:46.845 INFO O| Aug 21 22:44:46.845 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104362026-08-21T22:44:48.260Z[ host-image] Aug 21 22:44:46.855 INFO O| Aug 21 22:44:46.854 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104372026-08-21T22:44:48.260Z[ host-image] Aug 21 22:44:46.855 INFO O| Aug 21 22:44:46.855 INFO copying /tmp/.tmpxEEXn5/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 ...
104382026-08-21T22:44:48.263Z[ host-image] Aug 21 22:44:46.855 INFO O| Aug 21 22:44:46.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104392026-08-21T22:44:48.263Z[ host-image] Aug 21 22:44:46.855 INFO O| Aug 21 22:44:46.855 INFO ok!
104402026-08-21T22:44:48.264Z[ host-image] Aug 21 22:44:46.855 INFO O| Aug 21 22:44:46.855 INFO STEP 123 (ensure_file) COMPLETE
104412026-08-21T22:44:48.264Z[ host-image] Aug 21 22:44:46.855 INFO O| Aug 21 22:44:46.855 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104422026-08-21T22:44:48.271Z[ host-image] Aug 21 22:44:46.866 INFO O| Aug 21 22:44:46.866 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104432026-08-21T22:44:48.271Z[ host-image] Aug 21 22:44:46.866 INFO O| Aug 21 22:44:46.866 INFO copying /tmp/.tmpxEEXn5/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 ...
104442026-08-21T22:44:48.275Z[ host-image] Aug 21 22:44:46.866 INFO O| Aug 21 22:44:46.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104452026-08-21T22:44:48.275Z[ host-image] Aug 21 22:44:46.866 INFO O| Aug 21 22:44:46.866 INFO ok!
104462026-08-21T22:44:48.275Z[ host-image] Aug 21 22:44:46.866 INFO O| Aug 21 22:44:46.866 INFO STEP 124 (ensure_file) COMPLETE
104472026-08-21T22:44:48.275Z[ host-image] Aug 21 22:44:46.866 INFO O| Aug 21 22:44:46.866 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104482026-08-21T22:44:48.280Z[ host-image] Aug 21 22:44:46.875 INFO O| Aug 21 22:44:46.875 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104492026-08-21T22:44:48.280Z[ host-image] Aug 21 22:44:46.875 INFO O| Aug 21 22:44:46.875 INFO copying /tmp/.tmpxEEXn5/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 ...
104502026-08-21T22:44:48.284Z[ host-image] Aug 21 22:44:46.875 INFO O| Aug 21 22:44:46.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104512026-08-21T22:44:48.284Z[ host-image] Aug 21 22:44:46.875 INFO O| Aug 21 22:44:46.875 INFO ok!
104522026-08-21T22:44:48.284Z[ host-image] Aug 21 22:44:46.875 INFO O| Aug 21 22:44:46.875 INFO STEP 125 (ensure_file) COMPLETE
104532026-08-21T22:44:48.284Z[ host-image] Aug 21 22:44:46.875 INFO O| Aug 21 22:44:46.875 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104542026-08-21T22:44:48.288Z[ host-image] Aug 21 22:44:46.882 INFO O| Aug 21 22:44:46.882 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104552026-08-21T22:44:48.288Z[ host-image] Aug 21 22:44:46.882 INFO O| Aug 21 22:44:46.882 INFO copying /tmp/.tmpxEEXn5/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 ...
104562026-08-21T22:44:48.291Z[ host-image] Aug 21 22:44:46.882 INFO O| Aug 21 22:44:46.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104572026-08-21T22:44:48.291Z[ host-image] Aug 21 22:44:46.882 INFO O| Aug 21 22:44:46.882 INFO ok!
104582026-08-21T22:44:48.291Z[ host-image] Aug 21 22:44:46.882 INFO O| Aug 21 22:44:46.882 INFO STEP 126 (ensure_file) COMPLETE
104592026-08-21T22:44:48.291Z[ host-image] Aug 21 22:44:46.882 INFO O| Aug 21 22:44:46.882 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104602026-08-21T22:44:48.296Z[ host-image] Aug 21 22:44:46.891 INFO O| Aug 21 22:44:46.891 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104612026-08-21T22:44:48.302Z[ host-image] Aug 21 22:44:46.891 INFO O| Aug 21 22:44:46.891 INFO copying /tmp/.tmpxEEXn5/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 ...
104622026-08-21T22:44:48.302Z[ host-image] Aug 21 22:44:46.891 INFO O| Aug 21 22:44:46.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104632026-08-21T22:44:48.302Z[ host-image] Aug 21 22:44:46.891 INFO O| Aug 21 22:44:46.891 INFO ok!
104642026-08-21T22:44:48.302Z[ host-image] Aug 21 22:44:46.891 INFO O| Aug 21 22:44:46.891 INFO STEP 127 (ensure_file) COMPLETE
104652026-08-21T22:44:48.302Z[ host-image] Aug 21 22:44:46.891 INFO O| Aug 21 22:44:46.891 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104662026-08-21T22:44:48.305Z[ host-image] Aug 21 22:44:46.900 INFO O| Aug 21 22:44:46.900 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104672026-08-21T22:44:48.306Z[ host-image] Aug 21 22:44:46.900 INFO O| Aug 21 22:44:46.900 INFO copying /tmp/.tmpxEEXn5/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 ...
104682026-08-21T22:44:48.306Z[ host-image] Aug 21 22:44:46.900 INFO O| Aug 21 22:44:46.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104692026-08-21T22:44:48.306Z[ host-image] Aug 21 22:44:46.900 INFO O| Aug 21 22:44:46.900 INFO ok!
104702026-08-21T22:44:48.309Z[ host-image] Aug 21 22:44:46.900 INFO O| Aug 21 22:44:46.900 INFO STEP 128 (ensure_file) COMPLETE
104712026-08-21T22:44:48.309Z[ host-image] Aug 21 22:44:46.900 INFO O| Aug 21 22:44:46.900 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104722026-08-21T22:44:48.316Z[ host-image] Aug 21 22:44:46.910 INFO O| Aug 21 22:44:46.910 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104732026-08-21T22:44:48.316Z[ host-image] Aug 21 22:44:46.910 INFO O| Aug 21 22:44:46.910 INFO copying /tmp/.tmpxEEXn5/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 ...
104742026-08-21T22:44:48.321Z[ host-image] Aug 21 22:44:46.910 INFO O| Aug 21 22:44:46.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104752026-08-21T22:44:48.322Z[ host-image] Aug 21 22:44:46.911 INFO O| Aug 21 22:44:46.910 INFO ok!
104762026-08-21T22:44:48.322Z[ host-image] Aug 21 22:44:46.911 INFO O| Aug 21 22:44:46.910 INFO STEP 129 (ensure_file) COMPLETE
104772026-08-21T22:44:48.322Z[ host-image] Aug 21 22:44:46.911 INFO O| Aug 21 22:44:46.911 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104782026-08-21T22:44:48.326Z[ host-image] Aug 21 22:44:46.920 INFO O| Aug 21 22:44:46.920 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104792026-08-21T22:44:48.326Z[ host-image] Aug 21 22:44:46.920 INFO O| Aug 21 22:44:46.920 INFO copying /tmp/.tmpxEEXn5/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 ...
104802026-08-21T22:44:48.326Z[ host-image] Aug 21 22:44:46.920 INFO O| Aug 21 22:44:46.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104812026-08-21T22:44:48.326Z[ host-image] Aug 21 22:44:46.920 INFO O| Aug 21 22:44:46.920 INFO ok!
104822026-08-21T22:44:48.326Z[ host-image] Aug 21 22:44:46.920 INFO O| Aug 21 22:44:46.920 INFO STEP 130 (ensure_file) COMPLETE
104832026-08-21T22:44:48.326Z[ host-image] Aug 21 22:44:46.920 INFO O| Aug 21 22:44:46.920 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104842026-08-21T22:44:48.334Z[ host-image] Aug 21 22:44:46.929 INFO O| Aug 21 22:44:46.929 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104852026-08-21T22:44:48.334Z[ host-image] Aug 21 22:44:46.929 INFO O| Aug 21 22:44:46.929 INFO copying /tmp/.tmpxEEXn5/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 ...
104862026-08-21T22:44:48.337Z[ host-image] Aug 21 22:44:46.929 INFO O| Aug 21 22:44:46.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104872026-08-21T22:44:48.338Z[ host-image] Aug 21 22:44:46.929 INFO O| Aug 21 22:44:46.929 INFO ok!
104882026-08-21T22:44:48.338Z[ host-image] Aug 21 22:44:46.929 INFO O| Aug 21 22:44:46.929 INFO STEP 131 (ensure_file) COMPLETE
104892026-08-21T22:44:48.338Z[ host-image] Aug 21 22:44:46.929 INFO O| Aug 21 22:44:46.929 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104902026-08-21T22:44:48.343Z[ host-image] Aug 21 22:44:46.937 INFO O| Aug 21 22:44:46.937 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
104912026-08-21T22:44:48.343Z[ host-image] Aug 21 22:44:46.937 INFO O| Aug 21 22:44:46.937 INFO copying /tmp/.tmpxEEXn5/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 ...
104922026-08-21T22:44:48.346Z[ host-image] Aug 21 22:44:46.937 INFO O| Aug 21 22:44:46.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
104932026-08-21T22:44:48.346Z[ host-image] Aug 21 22:44:46.937 INFO O| Aug 21 22:44:46.937 INFO ok!
104942026-08-21T22:44:48.346Z[ host-image] Aug 21 22:44:46.937 INFO O| Aug 21 22:44:46.937 INFO STEP 132 (ensure_file) COMPLETE
104952026-08-21T22:44:48.346Z[ host-image] Aug 21 22:44:46.937 INFO O| Aug 21 22:44:46.937 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104962026-08-21T22:44:48.352Z[ host-image] Aug 21 22:44:46.947 INFO O| Aug 21 22:44:46.947 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
104972026-08-21T22:44:48.352Z[ host-image] Aug 21 22:44:46.947 INFO O| Aug 21 22:44:46.947 INFO copying /tmp/.tmpxEEXn5/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 ...
104982026-08-21T22:44:48.355Z[ host-image] Aug 21 22:44:46.947 INFO O| Aug 21 22:44:46.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
104992026-08-21T22:44:48.356Z[ host-image] Aug 21 22:44:46.947 INFO O| Aug 21 22:44:46.947 INFO ok!
105002026-08-21T22:44:48.356Z[ host-image] Aug 21 22:44:46.947 INFO O| Aug 21 22:44:46.947 INFO STEP 133 (ensure_file) COMPLETE
105012026-08-21T22:44:48.356Z[ host-image] Aug 21 22:44:46.947 INFO O| Aug 21 22:44:46.947 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105022026-08-21T22:44:48.362Z[ host-image] Aug 21 22:44:46.956 INFO O| Aug 21 22:44:46.955 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105032026-08-21T22:44:48.362Z[ host-image] Aug 21 22:44:46.956 INFO O| Aug 21 22:44:46.956 INFO copying /tmp/.tmpxEEXn5/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 ...
105042026-08-21T22:44:48.365Z[ host-image] Aug 21 22:44:46.956 INFO O| Aug 21 22:44:46.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105052026-08-21T22:44:48.365Z[ host-image] Aug 21 22:44:46.956 INFO O| Aug 21 22:44:46.956 INFO ok!
105062026-08-21T22:44:48.365Z[ host-image] Aug 21 22:44:46.956 INFO O| Aug 21 22:44:46.956 INFO STEP 134 (ensure_file) COMPLETE
105072026-08-21T22:44:48.365Z[ host-image] Aug 21 22:44:46.956 INFO O| Aug 21 22:44:46.956 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105082026-08-21T22:44:48.372Z[ host-image] Aug 21 22:44:46.967 INFO O| Aug 21 22:44:46.966 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105092026-08-21T22:44:48.372Z[ host-image] Aug 21 22:44:46.967 INFO O| Aug 21 22:44:46.967 INFO copying /tmp/.tmpxEEXn5/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 ...
105102026-08-21T22:44:48.377Z[ host-image] Aug 21 22:44:46.967 INFO O| Aug 21 22:44:46.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105112026-08-21T22:44:48.377Z[ host-image] Aug 21 22:44:46.967 INFO O| Aug 21 22:44:46.967 INFO ok!
105122026-08-21T22:44:48.377Z[ host-image] Aug 21 22:44:46.967 INFO O| Aug 21 22:44:46.967 INFO STEP 135 (ensure_file) COMPLETE
105132026-08-21T22:44:48.377Z[ host-image] Aug 21 22:44:46.967 INFO O| Aug 21 22:44:46.967 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105142026-08-21T22:44:48.382Z[ host-image] Aug 21 22:44:46.976 INFO O| Aug 21 22:44:46.976 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105152026-08-21T22:44:48.382Z[ host-image] Aug 21 22:44:46.976 INFO O| Aug 21 22:44:46.976 INFO copying /tmp/.tmpxEEXn5/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105162026-08-21T22:44:48.385Z[ host-image] Aug 21 22:44:46.976 INFO O| Aug 21 22:44:46.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105172026-08-21T22:44:48.385Z[ host-image] Aug 21 22:44:46.976 INFO O| Aug 21 22:44:46.976 INFO ok!
105182026-08-21T22:44:48.385Z[ host-image] Aug 21 22:44:46.976 INFO O| Aug 21 22:44:46.976 INFO STEP 136 (ensure_file) COMPLETE
105192026-08-21T22:44:48.385Z[ host-image] Aug 21 22:44:46.976 INFO O| Aug 21 22:44:46.976 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105202026-08-21T22:44:48.393Z[ host-image] Aug 21 22:44:46.986 INFO O| Aug 21 22:44:46.986 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105212026-08-21T22:44:48.393Z[ host-image] Aug 21 22:44:46.986 INFO O| Aug 21 22:44:46.986 INFO copying /tmp/.tmpxEEXn5/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 ...
105222026-08-21T22:44:48.398Z[ host-image] Aug 21 22:44:46.986 INFO O| Aug 21 22:44:46.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105232026-08-21T22:44:48.398Z[ host-image] Aug 21 22:44:46.987 INFO O| Aug 21 22:44:46.986 INFO ok!
105242026-08-21T22:44:48.398Z[ host-image] Aug 21 22:44:46.987 INFO O| Aug 21 22:44:46.986 INFO STEP 137 (ensure_file) COMPLETE
105252026-08-21T22:44:48.398Z[ host-image] Aug 21 22:44:46.987 INFO O| Aug 21 22:44:46.987 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105262026-08-21T22:44:48.402Z[ host-image] Aug 21 22:44:46.996 INFO O| Aug 21 22:44:46.996 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105272026-08-21T22:44:48.402Z[ host-image] Aug 21 22:44:46.996 INFO O| Aug 21 22:44:46.996 INFO copying /tmp/.tmpxEEXn5/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105282026-08-21T22:44:48.402Z[ host-image] Aug 21 22:44:46.996 INFO O| Aug 21 22:44:46.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105292026-08-21T22:44:48.402Z[ host-image] Aug 21 22:44:46.996 INFO O| Aug 21 22:44:46.996 INFO ok!
105302026-08-21T22:44:48.402Z[ host-image] Aug 21 22:44:46.996 INFO O| Aug 21 22:44:46.996 INFO STEP 138 (ensure_file) COMPLETE
105312026-08-21T22:44:48.402Z[ host-image] Aug 21 22:44:46.996 INFO O| Aug 21 22:44:46.996 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105322026-08-21T22:44:48.410Z[ host-image] Aug 21 22:44:47.005 INFO O| Aug 21 22:44:47.005 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105332026-08-21T22:44:48.410Z[ host-image] Aug 21 22:44:47.005 INFO O| Aug 21 22:44:47.005 INFO copying /tmp/.tmpxEEXn5/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105342026-08-21T22:44:57.415Z[ host-image] Aug 21 22:44:56.008 INFO O| Aug 21 22:44:56.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105352026-08-21T22:44:57.415Z[ host-image] Aug 21 22:44:56.008 INFO O| Aug 21 22:44:56.008 INFO ok!
105362026-08-21T22:44:57.415Z[ host-image] Aug 21 22:44:56.008 INFO O| Aug 21 22:44:56.008 INFO STEP 139 (ensure_file) COMPLETE
105372026-08-21T22:44:57.415Z[ host-image] Aug 21 22:44:56.008 INFO O| Aug 21 22:44:56.008 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105382026-08-21T22:44:57.424Z[ host-image] Aug 21 22:44:56.018 INFO O| Aug 21 22:44:56.018 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105392026-08-21T22:44:57.424Z[ host-image] Aug 21 22:44:56.018 INFO O| Aug 21 22:44:56.018 INFO STEP 140 (ensure_dir) COMPLETE
105402026-08-21T22:44:57.424Z[ host-image] Aug 21 22:44:56.018 INFO O| Aug 21 22:44:56.018 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105412026-08-21T22:44:57.433Z[ host-image] Aug 21 22:44:56.028 INFO O| Aug 21 22:44:56.027 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105422026-08-21T22:44:57.433Z[ host-image] Aug 21 22:44:56.028 INFO O| Aug 21 22:44:56.028 INFO STEP 141 (ensure_dir) COMPLETE
105432026-08-21T22:44:57.444Z[ host-image] Aug 21 22:44:56.028 INFO O| Aug 21 22:44:56.028 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105442026-08-21T22:44:57.447Z[ host-image] Aug 21 22:44:56.035 INFO O| Aug 21 22:44:56.035 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105452026-08-21T22:44:57.447Z[ host-image] Aug 21 22:44:56.035 INFO O| Aug 21 22:44:56.035 INFO STEP 142 (ensure_dir) COMPLETE
105462026-08-21T22:44:57.447Z[ host-image] Aug 21 22:44:56.035 INFO O| Aug 21 22:44:56.035 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105472026-08-21T22:44:57.450Z[ host-image] Aug 21 22:44:56.043 INFO O| Aug 21 22:44:56.043 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
105482026-08-21T22:44:57.450Z[ host-image] Aug 21 22:44:56.043 INFO O| Aug 21 22:44:56.043 INFO STEP 143 (ensure_dir) COMPLETE
105492026-08-21T22:44:57.450Z[ host-image] Aug 21 22:44:56.043 INFO O| Aug 21 22:44:56.043 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105502026-08-21T22:44:57.455Z[ host-image] Aug 21 22:44:56.050 INFO O| Aug 21 22:44:56.050 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
105512026-08-21T22:44:57.455Z[ host-image] Aug 21 22:44:56.050 INFO O| Aug 21 22:44:56.050 INFO copying /tmp/.tmpxEEXn5/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 ...
105522026-08-21T22:44:57.460Z[ host-image] Aug 21 22:44:56.050 INFO O| Aug 21 22:44:56.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
105532026-08-21T22:44:57.460Z[ host-image] Aug 21 22:44:56.050 INFO O| Aug 21 22:44:56.050 INFO ok!
105542026-08-21T22:44:57.460Z[ host-image] Aug 21 22:44:56.050 INFO O| Aug 21 22:44:56.050 INFO STEP 144 (ensure_file) COMPLETE
105552026-08-21T22:44:57.460Z[ host-image] Aug 21 22:44:56.050 INFO O| Aug 21 22:44:56.050 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105562026-08-21T22:44:57.465Z[ host-image] Aug 21 22:44:56.059 INFO O| Aug 21 22:44:56.059 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
105572026-08-21T22:44:57.465Z[ host-image] Aug 21 22:44:56.059 INFO O| Aug 21 22:44:56.059 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
105582026-08-21T22:44:57.465Z[ host-image] Aug 21 22:44:56.059 INFO O| Aug 21 22:44:56.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
105592026-08-21T22:44:57.465Z[ host-image] Aug 21 22:44:56.059 INFO O| Aug 21 22:44:56.059 INFO STEP 145 (ensure_dir) COMPLETE
105602026-08-21T22:44:57.468Z[ host-image] Aug 21 22:44:56.059 INFO O| Aug 21 22:44:56.059 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105612026-08-21T22:44:57.473Z[ host-image] Aug 21 22:44:56.068 INFO O| Aug 21 22:44:56.068 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
105622026-08-21T22:44:57.473Z[ host-image] Aug 21 22:44:56.068 INFO O| Aug 21 22:44:56.068 INFO copying /tmp/.tmpxEEXn5/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
105632026-08-21T22:44:57.476Z[ host-image] Aug 21 22:44:56.068 INFO O| Aug 21 22:44:56.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
105642026-08-21T22:44:57.476Z[ host-image] Aug 21 22:44:56.068 INFO O| Aug 21 22:44:56.068 INFO ok!
105652026-08-21T22:44:57.476Z[ host-image] Aug 21 22:44:56.068 INFO O| Aug 21 22:44:56.068 INFO STEP 146 (ensure_file) COMPLETE
105662026-08-21T22:44:57.476Z[ host-image] Aug 21 22:44:56.068 INFO O| Aug 21 22:44:56.068 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105672026-08-21T22:44:57.482Z[ host-image] Aug 21 22:44:56.076 INFO O| Aug 21 22:44:56.076 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
105682026-08-21T22:44:57.485Z[ host-image] Aug 21 22:44:56.076 INFO O| Aug 21 22:44:56.076 INFO STEP 147 (remove_files) COMPLETE
105692026-08-21T22:44:57.485Z[ host-image] Aug 21 22:44:56.076 INFO O| Aug 21 22:44:56.076 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105702026-08-21T22:44:57.490Z[ host-image] Aug 21 22:44:56.084 INFO O| Aug 21 22:44:56.084 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
105712026-08-21T22:44:57.492Z[ host-image] Aug 21 22:44:56.084 INFO O| Aug 21 22:44:56.084 INFO STEP 148 (remove_files) COMPLETE
105722026-08-21T22:44:57.493Z[ host-image] Aug 21 22:44:56.084 INFO O| Aug 21 22:44:56.084 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105732026-08-21T22:44:57.498Z[ host-image] Aug 21 22:44:56.092 INFO O| Aug 21 22:44:56.092 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
105742026-08-21T22:44:57.501Z[ host-image] Aug 21 22:44:56.092 INFO O| Aug 21 22:44:56.092 INFO STEP 149 (remove_files) COMPLETE
105752026-08-21T22:44:57.501Z[ host-image] Aug 21 22:44:56.092 INFO O| Aug 21 22:44:56.092 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105762026-08-21T22:44:57.505Z[ host-image] Aug 21 22:44:56.100 INFO O| Aug 21 22:44:56.100 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
105772026-08-21T22:44:57.508Z[ host-image] Aug 21 22:44:56.100 INFO O| Aug 21 22:44:56.100 INFO STEP 150 (remove_files) COMPLETE
105782026-08-21T22:44:57.509Z[ host-image] Aug 21 22:44:56.100 INFO O| Aug 21 22:44:56.100 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105792026-08-21T22:44:57.514Z[ host-image] Aug 21 22:44:56.108 INFO O| Aug 21 22:44:56.108 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
105802026-08-21T22:44:57.517Z[ host-image] Aug 21 22:44:56.109 INFO O| Aug 21 22:44:56.109 INFO STEP 151 (remove_files) COMPLETE
105812026-08-21T22:44:57.517Z[ host-image] Aug 21 22:44:56.109 INFO O| Aug 21 22:44:56.109 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105822026-08-21T22:44:57.522Z[ host-image] Aug 21 22:44:56.117 INFO O| Aug 21 22:44:56.117 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
105832026-08-21T22:44:57.525Z[ host-image] Aug 21 22:44:56.117 INFO O| Aug 21 22:44:56.117 INFO STEP 152 (remove_files) COMPLETE
105842026-08-21T22:44:57.525Z[ host-image] Aug 21 22:44:56.117 INFO O| Aug 21 22:44:56.117 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105852026-08-21T22:44:57.530Z[ host-image] Aug 21 22:44:56.125 INFO O| Aug 21 22:44:56.125 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
105862026-08-21T22:44:57.530Z[ host-image] Aug 21 22:44:56.125 INFO O| Aug 21 22:44:56.125 INFO STEP 153 (remove_files) COMPLETE
105872026-08-21T22:44:57.530Z[ host-image] Aug 21 22:44:56.125 INFO O| Aug 21 22:44:56.125 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105882026-08-21T22:44:57.539Z[ host-image] Aug 21 22:44:56.133 INFO O| Aug 21 22:44:56.133 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
105892026-08-21T22:44:57.542Z[ host-image] Aug 21 22:44:56.133 INFO O| Aug 21 22:44:56.133 INFO STEP 154 (remove_files) COMPLETE
105902026-08-21T22:44:57.542Z[ host-image] Aug 21 22:44:56.133 INFO O| Aug 21 22:44:56.133 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105912026-08-21T22:44:57.547Z[ host-image] Aug 21 22:44:56.141 INFO O| Aug 21 22:44:56.141 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
105922026-08-21T22:44:57.551Z[ host-image] Aug 21 22:44:56.141 INFO O| Aug 21 22:44:56.141 INFO STEP 155 (remove_files) COMPLETE
105932026-08-21T22:44:57.551Z[ host-image] Aug 21 22:44:56.141 INFO O| Aug 21 22:44:56.141 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105942026-08-21T22:44:57.555Z[ host-image] Aug 21 22:44:56.150 INFO O| Aug 21 22:44:56.150 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
105952026-08-21T22:44:57.555Z[ host-image] Aug 21 22:44:56.150 INFO O| Aug 21 22:44:56.150 INFO STEP 156 (remove_files) COMPLETE
105962026-08-21T22:44:57.558Z[ host-image] Aug 21 22:44:56.150 INFO O| Aug 21 22:44:56.150 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105972026-08-21T22:44:57.563Z[ host-image] Aug 21 22:44:56.158 INFO O| Aug 21 22:44:56.157 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
105982026-08-21T22:44:57.563Z[ host-image] Aug 21 22:44:56.158 INFO O| Aug 21 22:44:56.158 INFO STEP 157 (remove_files) COMPLETE
105992026-08-21T22:44:57.566Z[ host-image] Aug 21 22:44:56.158 INFO O| Aug 21 22:44:56.158 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106002026-08-21T22:44:57.571Z[ host-image] Aug 21 22:44:56.165 INFO O| Aug 21 22:44:56.165 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106012026-08-21T22:44:57.571Z[ host-image] Aug 21 22:44:56.165 INFO O| Aug 21 22:44:56.165 INFO STEP 158 (remove_files) COMPLETE
106022026-08-21T22:44:57.576Z[ host-image] Aug 21 22:44:56.165 INFO O| Aug 21 22:44:56.165 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106032026-08-21T22:44:57.579Z[ host-image] Aug 21 22:44:56.173 INFO O| Aug 21 22:44:56.173 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106042026-08-21T22:44:57.579Z[ host-image] Aug 21 22:44:56.173 INFO O| Aug 21 22:44:56.173 INFO STEP 159 (remove_files) COMPLETE
106052026-08-21T22:44:57.580Z[ host-image] Aug 21 22:44:56.173 INFO O| Aug 21 22:44:56.173 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106062026-08-21T22:44:57.586Z[ host-image] Aug 21 22:44:56.180 INFO O| Aug 21 22:44:56.180 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106072026-08-21T22:44:57.586Z[ host-image] Aug 21 22:44:56.180 INFO O| Aug 21 22:44:56.180 INFO STEP 160 (remove_files) COMPLETE
106082026-08-21T22:44:57.586Z[ host-image] Aug 21 22:44:56.180 INFO O| Aug 21 22:44:56.180 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106092026-08-21T22:44:57.594Z[ host-image] Aug 21 22:44:56.188 INFO O| Aug 21 22:44:56.188 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106102026-08-21T22:44:57.594Z[ host-image] Aug 21 22:44:56.188 INFO O| Aug 21 22:44:56.188 INFO STEP 161 (remove_files) COMPLETE
106112026-08-21T22:44:57.594Z[ host-image] Aug 21 22:44:56.188 INFO O| Aug 21 22:44:56.188 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106122026-08-21T22:44:57.601Z[ host-image] Aug 21 22:44:56.195 INFO O| Aug 21 22:44:56.195 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106132026-08-21T22:44:57.601Z[ host-image] Aug 21 22:44:56.195 INFO O| Aug 21 22:44:56.195 INFO STEP 162 (remove_files) COMPLETE
106142026-08-21T22:44:57.604Z[ host-image] Aug 21 22:44:56.195 INFO O| Aug 21 22:44:56.195 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106152026-08-21T22:44:57.609Z[ host-image] Aug 21 22:44:56.203 INFO O| Aug 21 22:44:56.203 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106162026-08-21T22:44:57.612Z[ host-image] Aug 21 22:44:56.204 INFO O| Aug 21 22:44:56.204 INFO STEP 163 (remove_files) COMPLETE
106172026-08-21T22:44:57.612Z[ host-image] Aug 21 22:44:56.204 INFO O| Aug 21 22:44:56.204 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106182026-08-21T22:44:57.617Z[ host-image] Aug 21 22:44:56.211 INFO O| Aug 21 22:44:56.211 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106192026-08-21T22:44:57.617Z[ host-image] Aug 21 22:44:56.211 INFO O| Aug 21 22:44:56.211 INFO STEP 164 (remove_files) COMPLETE
106202026-08-21T22:44:57.617Z[ host-image] Aug 21 22:44:56.211 INFO O| Aug 21 22:44:56.211 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106212026-08-21T22:44:57.625Z[ host-image] Aug 21 22:44:56.219 INFO O| Aug 21 22:44:56.219 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106222026-08-21T22:44:57.625Z[ host-image] Aug 21 22:44:56.219 INFO O| Aug 21 22:44:56.219 INFO STEP 165 (remove_files) COMPLETE
106232026-08-21T22:44:57.628Z[ host-image] Aug 21 22:44:56.219 INFO O| Aug 21 22:44:56.219 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106242026-08-21T22:44:57.633Z[ host-image] Aug 21 22:44:56.228 INFO O| Aug 21 22:44:56.228 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106252026-08-21T22:44:57.633Z[ host-image] Aug 21 22:44:56.228 INFO O| Aug 21 22:44:56.228 INFO STEP 166 (remove_files) COMPLETE
106262026-08-21T22:44:57.633Z[ host-image] Aug 21 22:44:56.228 INFO O| Aug 21 22:44:56.228 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106272026-08-21T22:44:57.641Z[ host-image] Aug 21 22:44:56.236 INFO O| Aug 21 22:44:56.236 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106282026-08-21T22:44:57.641Z[ host-image] Aug 21 22:44:56.236 INFO O| Aug 21 22:44:56.236 INFO STEP 167 (remove_files) COMPLETE
106292026-08-21T22:44:57.644Z[ host-image] Aug 21 22:44:56.236 INFO O| Aug 21 22:44:56.236 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106302026-08-21T22:44:57.648Z[ host-image] Aug 21 22:44:56.243 INFO O| Aug 21 22:44:56.243 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106312026-08-21T22:44:57.652Z[ host-image] Aug 21 22:44:56.243 INFO O| Aug 21 22:44:56.243 INFO STEP 168 (remove_files) COMPLETE
106322026-08-21T22:44:57.652Z[ host-image] Aug 21 22:44:56.243 INFO O| Aug 21 22:44:56.243 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106332026-08-21T22:44:57.656Z[ host-image] Aug 21 22:44:56.251 INFO O| Aug 21 22:44:56.251 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106342026-08-21T22:44:57.656Z[ host-image] Aug 21 22:44:56.251 INFO O| Aug 21 22:44:56.251 INFO STEP 169 (remove_files) COMPLETE
106352026-08-21T22:44:57.656Z[ host-image] Aug 21 22:44:56.251 INFO O| Aug 21 22:44:56.251 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106362026-08-21T22:44:57.663Z[ host-image] Aug 21 22:44:56.258 INFO O| Aug 21 22:44:56.258 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106372026-08-21T22:44:57.664Z[ host-image] Aug 21 22:44:56.258 INFO O| Aug 21 22:44:56.258 INFO STEP 170 (remove_files) COMPLETE
106382026-08-21T22:44:57.664Z[ host-image] Aug 21 22:44:56.258 INFO O| Aug 21 22:44:56.258 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106392026-08-21T22:44:57.671Z[ host-image] Aug 21 22:44:56.265 INFO O| Aug 21 22:44:56.265 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106402026-08-21T22:44:57.671Z[ host-image] Aug 21 22:44:56.265 INFO O| Aug 21 22:44:56.265 INFO STEP 171 (remove_files) COMPLETE
106412026-08-21T22:44:57.674Z[ host-image] Aug 21 22:44:56.265 INFO O| Aug 21 22:44:56.265 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106422026-08-21T22:44:57.678Z[ host-image] Aug 21 22:44:56.273 INFO O| Aug 21 22:44:56.272 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106432026-08-21T22:44:57.681Z[ host-image] Aug 21 22:44:56.273 INFO O| Aug 21 22:44:56.273 INFO STEP 172 (remove_files) COMPLETE
106442026-08-21T22:44:57.681Z[ host-image] Aug 21 22:44:56.273 INFO O| Aug 21 22:44:56.273 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106452026-08-21T22:44:57.686Z[ host-image] Aug 21 22:44:56.280 INFO O| Aug 21 22:44:56.280 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
106462026-08-21T22:44:57.686Z[ host-image] Aug 21 22:44:56.280 INFO O| Aug 21 22:44:56.280 INFO STEP 173 (remove_files) COMPLETE
106472026-08-21T22:44:57.689Z[ host-image] Aug 21 22:44:56.280 INFO O| Aug 21 22:44:56.280 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106482026-08-21T22:44:57.694Z[ host-image] Aug 21 22:44:56.288 INFO O| Aug 21 22:44:56.288 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
106492026-08-21T22:44:57.695Z[ host-image] Aug 21 22:44:56.288 INFO O| Aug 21 22:44:56.288 INFO STEP 174 (remove_files) COMPLETE
106502026-08-21T22:44:57.695Z[ host-image] Aug 21 22:44:56.288 INFO O| Aug 21 22:44:56.288 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106512026-08-21T22:44:57.702Z[ host-image] Aug 21 22:44:56.296 INFO O| Aug 21 22:44:56.296 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
106522026-08-21T22:44:57.705Z[ host-image] Aug 21 22:44:56.296 INFO O| Aug 21 22:44:56.296 INFO STEP 175 (remove_files) COMPLETE
106532026-08-21T22:44:57.705Z[ host-image] Aug 21 22:44:56.296 INFO O| Aug 21 22:44:56.296 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
106542026-08-21T22:44:57.713Z[ host-image] Aug 21 22:44:56.307 INFO O| Aug 21 22:44:56.307 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
106552026-08-21T22:44:57.713Z[ host-image] Aug 21 22:44:56.307 INFO O| Aug 21 22:44:56.307 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
106562026-08-21T22:45:00.401Z[ recovery-image] Aug 21 22:44:58.995 INFO O| ok, image written!
106572026-08-21T22:45:00.402Z[ recovery-image] Aug 21 22:44:58.995 INFO O| ok, boot_image_csum file written!
106582026-08-21T22:45:00.406Z[ recovery-image] Aug 21 22:44:58.997 INFO creating boot archive (CPIO)...
106592026-08-21T22:45:00.406Z[ recovery-image] Aug 21 22:44:58.997 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
106602026-08-21T22:45:00.409Z[ recovery-image] Aug 21 22:44:59.002 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
106612026-08-21T22:45:00.409Z[ recovery-image] Aug 21 22:44:59.002 INFO E| + outfile=/work/os-recovery/cpio
106622026-08-21T22:45:00.409Z[ recovery-image] Aug 21 22:44:59.002 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
106632026-08-21T22:45:00.410Z[ recovery-image] Aug 21 22:44:59.003 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
106642026-08-21T22:45:00.410Z[ recovery-image] Aug 21 22:44:59.003 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
106652026-08-21T22:45:00.435Z[ recovery-image] Aug 21 22:44:59.029 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
106662026-08-21T22:45:00.435Z[ recovery-image] Aug 21 22:44:59.029 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
106672026-08-21T22:45:00.440Z[ recovery-image] Aug 21 22:44:59.035 INFO creating compressed cpio/unix for dev loaders...
106682026-08-21T22:45:00.440Z[ recovery-image] Aug 21 22:44:59.035 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
106692026-08-21T22:45:00.666Z[ recovery-image] Aug 21 22:44:59.260 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
106702026-08-21T22:45:01.375Z[ host-image] Aug 21 22:44:59.969 INFO O| Aug 21 22:44:59.969 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
106712026-08-21T22:45:01.375Z[ host-image] Aug 21 22:44:59.969 INFO O| Aug 21 22:44:59.969 INFO E| svccfg: Loaded 80 smf(7) service descriptions
106722026-08-21T22:45:01.386Z[ host-image] Aug 21 22:44:59.980 INFO O| Aug 21 22:44:59.980 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"}
106732026-08-21T22:45:01.484Z[ host-image] Aug 21 22:45:00.078 INFO O| Aug 21 22:45:00.078 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
106742026-08-21T22:45:01.539Z[ host-image] Aug 21 22:45:00.133 INFO O| Aug 21 22:45:00.133 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
106752026-08-21T22:45:01.600Z[ host-image] Aug 21 22:45:00.194 INFO O| Aug 21 22:45:00.194 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
106762026-08-21T22:45:01.600Z[ host-image] Aug 21 22:45:00.194 INFO O| Aug 21 22:45:00.194 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
106772026-08-21T22:45:01.662Z[ host-image] Aug 21 22:45:00.256 INFO O| Aug 21 22:45:00.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
106782026-08-21T22:45:01.662Z[ host-image] Aug 21 22:45:00.256 INFO O| Aug 21 22:45:00.256 INFO ok!
106792026-08-21T22:45:01.662Z[ host-image] Aug 21 22:45:00.256 INFO O| Aug 21 22:45:00.256 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
106802026-08-21T22:45:01.662Z[ host-image] Aug 21 22:45:00.256 INFO O| Aug 21 22:45:00.256 INFO STEP 176 (seed_smf) COMPLETE
106812026-08-21T22:45:01.662Z[ host-image] Aug 21 22:45:00.256 INFO O| Aug 21 22:45:00.256 INFO steps complete; finalising image!
106822026-08-21T22:45:01.666Z[ host-image] Aug 21 22:45:00.256 INFO O| Aug 21 22:45:00.256 INFO TRIM POOL: TEMPORARY-sled-zfs
106832026-08-21T22:45:01.758Z[ host-image] Aug 21 22:45:00.353 INFO O| Aug 21 22:45:00.353 INFO trim TEMPORARY-sled-zfs: (3% trimmed, started at Fri Aug 21 22:45:00 2026)
106842026-08-21T22:45:01.974Z[ host-image] Aug 21 22:45:00.568 INFO O| Aug 21 22:45:00.567 INFO temporary pool has 914M used, 110M avail, 1.81x compressratio
106852026-08-21T22:45:01.974Z[ host-image] Aug 21 22:45:00.568 INFO O| Aug 21 22:45:00.567 INFO EXPORT POOL: TEMPORARY-sled-zfs
106862026-08-21T22:45:02.302Z[ host-image] Aug 21 22:45:00.896 INFO O| Aug 21 22:45:00.896 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
106872026-08-21T22:45:02.302Z[ host-image] Aug 21 22:45:00.896 INFO O| Aug 21 22:45:00.896 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
106882026-08-21T22:45:03.112Z[ host-image] Aug 21 22:45:01.706 INFO O| Aug 21 22:45:01.706 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
106892026-08-21T22:45:03.112Z[ host-image] Aug 21 22:45:01.706 INFO O| Aug 21 22:45:01.706 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
106902026-08-21T22:45:03.112Z[ host-image] Aug 21 22:45:01.706 INFO O| Aug 21 22:45:01.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
106912026-08-21T22:45:03.115Z[ host-image] Aug 21 22:45:01.706 INFO O| Aug 21 22:45:01.706 INFO completed processing sled/zfs
106922026-08-21T22:45:03.115Z[ host-image] Aug 21 22:45:01.706 INFO O| Aug 21 22:45:01.706 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
106932026-08-21T22:45:03.952Z[ recovery-image] Aug 21 22:45:02.546 INFO creating reset image...
106942026-08-21T22:45:03.952Z[ recovery-image] Aug 21 22:45:02.546 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")
106952026-08-21T22:45:04.184Z[ recovery-image] Aug 21 22:45:02.778 INFO E| Updating crates.io index
106962026-08-21T22:45:04.476Z[ recovery-image] Aug 21 22:45:03.070 INFO E| Downloading crates ...
106972026-08-21T22:45:04.524Z[ recovery-image] Aug 21 22:45:03.118 INFO E| Downloaded os_pipe v1.2.3
106982026-08-21T22:45:04.527Z[ recovery-image] Aug 21 22:45:03.120 INFO E| Downloaded shared_child v1.1.1
106992026-08-21T22:45:04.527Z[ recovery-image] Aug 21 22:45:03.121 INFO E| Downloaded colorchoice v1.0.5
107002026-08-21T22:45:04.532Z[ recovery-image] Aug 21 22:45:03.125 INFO E| Downloaded clap_lex v1.1.0
107012026-08-21T22:45:04.535Z[ recovery-image] Aug 21 22:45:03.126 INFO E| Downloaded sigchld v0.2.4
107022026-08-21T22:45:04.535Z[ recovery-image] Aug 21 22:45:03.126 INFO E| Downloaded shared_thread v0.2.0
107032026-08-21T22:45:04.535Z[ recovery-image] Aug 21 22:45:03.129 INFO E| Downloaded duct v1.1.1
107042026-08-21T22:45:04.570Z[ recovery-image] Aug 21 22:45:03.164 INFO E| Compiling libc v0.2.186
107052026-08-21T22:45:04.570Z[ recovery-image] Aug 21 22:45:03.164 INFO E| Compiling proc-macro2 v1.0.106
107062026-08-21T22:45:04.573Z[ recovery-image] Aug 21 22:45:03.164 INFO E| Compiling quote v1.0.45
107072026-08-21T22:45:04.573Z[ recovery-image] Aug 21 22:45:03.164 INFO E| Compiling unicode-ident v1.0.24
107082026-08-21T22:45:04.573Z[ recovery-image] Aug 21 22:45:03.164 INFO E| Compiling signal-hook v0.3.18
107092026-08-21T22:45:04.573Z[ recovery-image] Aug 21 22:45:03.164 INFO E| Compiling utf8parse v0.2.2
107102026-08-21T22:45:04.573Z[ recovery-image] Aug 21 22:45:03.164 INFO E| Compiling anstyle v1.0.14
107112026-08-21T22:45:04.573Z[ recovery-image] Aug 21 22:45:03.164 INFO E| Compiling anstyle-query v1.1.5
107122026-08-21T22:45:04.581Z[ recovery-image] Aug 21 22:45:03.175 INFO E| Compiling colorchoice v1.0.5
107132026-08-21T22:45:04.585Z[ recovery-image] Aug 21 22:45:03.176 INFO E| Compiling is_terminal_polyfill v1.70.2
107142026-08-21T22:45:04.585Z[ recovery-image] Aug 21 22:45:03.176 INFO E| Compiling clap_lex v1.1.0
107152026-08-21T22:45:04.585Z[ recovery-image] Aug 21 22:45:03.176 INFO E| Compiling heck v0.5.0
107162026-08-21T22:45:04.585Z[ recovery-image] Aug 21 22:45:03.176 INFO E| Compiling strsim v0.11.1
107172026-08-21T22:45:04.585Z[ recovery-image] Aug 21 22:45:03.176 INFO E| Compiling shared_thread v0.2.0
107182026-08-21T22:45:04.690Z[ recovery-image] Aug 21 22:45:03.283 INFO E| Compiling anstyle-parse v1.0.0
107192026-08-21T22:45:04.830Z[ recovery-image] Aug 21 22:45:03.424 INFO E| Compiling anstream v1.0.0
107202026-08-21T22:45:05.021Z[ recovery-image] Aug 21 22:45:03.614 INFO E| Compiling clap_builder v4.6.0
107212026-08-21T22:45:05.285Z[ recovery-image] Aug 21 22:45:03.878 INFO E| Compiling errno v0.3.14
107222026-08-21T22:45:05.285Z[ recovery-image] Aug 21 22:45:03.879 INFO E| Compiling os_pipe v1.2.3
107232026-08-21T22:45:05.376Z[ recovery-image] Aug 21 22:45:03.969 INFO E| Compiling signal-hook-registry v1.4.8
107242026-08-21T22:45:05.567Z[ recovery-image] Aug 21 22:45:04.161 INFO E| Compiling syn v2.0.117
107252026-08-21T22:45:05.623Z[ recovery-image] Aug 21 22:45:04.217 INFO E| Compiling sigchld v0.2.4
107262026-08-21T22:45:05.709Z[ recovery-image] Aug 21 22:45:04.301 INFO E| Compiling shared_child v1.1.1
107272026-08-21T22:45:05.815Z[ recovery-image] Aug 21 22:45:04.409 INFO E| Compiling duct v1.1.1
107282026-08-21T22:45:07.436Z[ recovery-image] Aug 21 22:45:06.029 INFO E| Compiling clap_derive v4.6.1
107292026-08-21T22:45:08.564Z[ recovery-image] Aug 21 22:45:07.158 INFO E| Compiling clap v4.6.1
107302026-08-21T22:45:08.614Z[ recovery-image] Aug 21 22:45:07.207 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
107312026-08-21T22:45:09.357Z[ recovery-image] Aug 21 22:45:07.949 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
107322026-08-21T22:45:09.362Z[ recovery-image] Aug 21 22:45:07.955 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
107332026-08-21T22:45:09.563Z[ recovery-image] Aug 21 22:45:08.156 INFO E| Downloading crates ...
107342026-08-21T22:45:09.610Z[ recovery-image] Aug 21 22:45:08.202 INFO E| Downloaded bit_field v0.10.3
107352026-08-21T22:45:09.616Z[ recovery-image] Aug 21 22:45:08.210 INFO E| Downloaded bitstruct_derive v0.1.0
107362026-08-21T22:45:09.624Z[ recovery-image] Aug 21 22:45:08.211 INFO E| Downloaded log v0.4.32
107372026-08-21T22:45:09.625Z[ recovery-image] Aug 21 22:45:08.213 INFO E| Downloaded bitstruct v0.1.1
107382026-08-21T22:45:09.630Z[ recovery-image] Aug 21 22:45:08.219 INFO E| Downloaded bitflags v2.13.0
107392026-08-21T22:45:09.630Z[ recovery-image] Aug 21 22:45:08.222 INFO E| Downloaded cpio_reader v0.1.2
107402026-08-21T22:45:09.639Z[ recovery-image] Aug 21 22:45:08.228 INFO E| Downloaded raw-cpuid v10.7.0
107412026-08-21T22:45:09.644Z[ recovery-image] Aug 21 22:45:08.231 INFO E| Downloaded miniz_oxide v0.9.1
107422026-08-21T22:45:09.666Z[ recovery-image] Aug 21 22:45:08.260 INFO E| Downloaded goblin v0.10.7
107432026-08-21T22:45:09.768Z[ recovery-image] Aug 21 22:45:08.359 INFO E| Downloaded x86 v0.52.0
107442026-08-21T22:45:09.796Z[ recovery-image] Aug 21 22:45:08.390 INFO E| Updating crates.io index
107452026-08-21T22:45:09.838Z[ recovery-image] Aug 21 22:45:08.432 INFO E| Downloading crates ...
107462026-08-21T22:45:09.856Z[ recovery-image] Aug 21 22:45:08.450 INFO E| Downloaded rustc-literal-escaper v0.0.7
107472026-08-21T22:45:09.865Z[ recovery-image] Aug 21 22:45:08.459 INFO E| Downloaded hashbrown v0.17.1
107482026-08-21T22:45:09.909Z[ recovery-image] Aug 21 22:45:08.500 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)
107492026-08-21T22:45:09.931Z[ recovery-image] Aug 21 22:45:08.500 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)
107502026-08-21T22:45:09.931Z[ recovery-image] Aug 21 22:45:08.500 INFO E| Compiling proc-macro2 v1.0.106
107512026-08-21T22:45:09.931Z[ recovery-image] Aug 21 22:45:08.500 INFO E| Compiling quote v1.0.45
107522026-08-21T22:45:09.931Z[ recovery-image] Aug 21 22:45:08.500 INFO E| Compiling unicode-ident v1.0.24
107532026-08-21T22:45:09.931Z[ recovery-image] Aug 21 22:45:08.500 INFO E| Compiling syn v1.0.109
107542026-08-21T22:45:09.931Z[ recovery-image] Aug 21 22:45:08.500 INFO E| Compiling x86 v0.52.0
107552026-08-21T22:45:09.931Z[ recovery-image] Aug 21 22:45:08.512 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107562026-08-21T22:45:09.931Z[ recovery-image] Aug 21 22:45:08.512 INFO E| Compiling seq-macro v0.3.6
107572026-08-21T22:45:10.839Z[ recovery-image] Aug 21 22:45:09.428 INFO E| Compiling syn v2.0.117
107582026-08-21T22:45:12.092Z[ recovery-image] Aug 21 22:45:10.686 INFO E| Compiling scroll_derive v0.13.1
107592026-08-21T22:45:13.101Z[ recovery-image] Aug 21 22:45:11.694 INFO E| Compiling bitstruct_derive v0.1.0
107602026-08-21T22:45:18.419Z[ host-image] Aug 21 22:45:16.969 INFO O| Aug 21 22:45:16.969 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
107612026-08-21T22:45:18.511Z[ host-image] Aug 21 22:45:17.105 INFO BUILD STRING "heads/stlouis-0-ge6ec6e0e5f\n"
107622026-08-21T22:45:18.511Z[ host-image] Aug 21 22:45:17.105 INFO expanded image name: "ci 27b8891/${os_short_commit} 2026-08-21 22:26" -> "ci 27b8891/e6ec6e0 2026-08-21 22:26"
107632026-08-21T22:45:18.511Z[ host-image] Aug 21 22:45:17.105 INFO output artefacts stored in: "/work/os-host"
107642026-08-21T22:45:18.516Z[ host-image] Aug 21 22:45:17.105 INFO collecting git info from project "pinprick"...
107652026-08-21T22:45:18.520Z[ host-image] Aug 21 22:45:17.110 INFO collecting git info from project "image-builder"...
107662026-08-21T22:45:18.526Z[ host-image] Aug 21 22:45:17.114 INFO collecting git info from project "amd-firmware"...
107672026-08-21T22:45:18.530Z[ host-image] Aug 21 22:45:17.124 INFO collecting git info from project "pilot"...
107682026-08-21T22:45:18.535Z[ host-image] Aug 21 22:45:17.128 INFO collecting git info from project "bootserver"...
107692026-08-21T22:45:18.539Z[ host-image] Aug 21 22:45:17.132 INFO collecting git info from project "amd-host-image-builder"...
107702026-08-21T22:45:18.543Z[ host-image] Aug 21 22:45:17.137 INFO collecting git info from project "chelsio-t6-roms"...
107712026-08-21T22:45:18.547Z[ host-image] Aug 21 22:45:17.141 INFO collecting git info from project "dmar-report"...
107722026-08-21T22:45:18.552Z[ host-image] Aug 21 22:45:17.145 INFO collecting git info from project "phbl"...
107732026-08-21T22:45:18.557Z[ host-image] Aug 21 22:45:17.149 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
107742026-08-21T22:45:18.851Z[ host-image] Aug 21 22:45:17.445 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
107752026-08-21T22:45:19.126Z[ host-image] Aug 21 22:45:17.718 INFO creating Oxide boot image...
107762026-08-21T22:45:19.126Z[ host-image] Aug 21 22:45:17.718 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 27b8891/e6ec6e0 2026-08-21 22:26", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
107772026-08-21T22:45:19.896Z[ host-image] Aug 21 22:45:18.490 INFO O| ok, image written!
107782026-08-21T22:45:19.896Z[ host-image] Aug 21 22:45:18.490 INFO O| ok, boot_image_csum file written!
107792026-08-21T22:45:19.901Z[ host-image] Aug 21 22:45:18.492 INFO creating boot archive (CPIO)...
107802026-08-21T22:45:19.901Z[ host-image] Aug 21 22:45:18.492 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
107812026-08-21T22:45:19.904Z[ host-image] Aug 21 22:45:18.495 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
107822026-08-21T22:45:19.904Z[ host-image] Aug 21 22:45:18.495 INFO E| + outfile=/work/os-host/cpio
107832026-08-21T22:45:19.904Z[ host-image] Aug 21 22:45:18.495 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
107842026-08-21T22:45:19.904Z[ host-image] Aug 21 22:45:18.497 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
107852026-08-21T22:45:19.904Z[ host-image] Aug 21 22:45:18.497 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
107862026-08-21T22:45:19.928Z[ host-image] Aug 21 22:45:18.522 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
107872026-08-21T22:45:19.936Z[ host-image] Aug 21 22:45:18.522 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
107882026-08-21T22:45:19.940Z[ host-image] Aug 21 22:45:18.528 INFO creating compressed cpio/unix for dev loaders...
107892026-08-21T22:45:19.940Z[ host-image] Aug 21 22:45:18.528 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
107902026-08-21T22:45:20.158Z[ host-image] Aug 21 22:45:18.751 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
107912026-08-21T22:45:22.018Z[ recovery-image] Aug 21 22:45:20.611 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)
107922026-08-21T22:45:23.412Z[ host-image] Aug 21 22:45:22.004 INFO creating reset image...
107932026-08-21T22:45:23.413Z[ host-image] Aug 21 22:45:22.005 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")
107942026-08-21T22:45:23.482Z[ host-image] Aug 21 22:45:22.074 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
107952026-08-21T22:45:23.488Z[ host-image] Aug 21 22:45:22.077 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
107962026-08-21T22:45:23.776Z[ host-image] Aug 21 22:45:22.369 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)
107972026-08-21T22:45:23.776Z[ host-image] Aug 21 22:45:22.369 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)
107982026-08-21T22:45:23.777Z[ host-image] Aug 21 22:45:22.369 INFO E| Compiling proc-macro2 v1.0.106
107992026-08-21T22:45:23.789Z[ host-image] Aug 21 22:45:22.369 INFO E| Compiling unicode-ident v1.0.24
108002026-08-21T22:45:23.789Z[ host-image] Aug 21 22:45:22.369 INFO E| Compiling quote v1.0.45
108012026-08-21T22:45:23.789Z[ host-image] Aug 21 22:45:22.369 INFO E| Compiling syn v1.0.109
108022026-08-21T22:45:23.789Z[ host-image] Aug 21 22:45:22.369 INFO E| Compiling x86 v0.52.0
108032026-08-21T22:45:23.790Z[ host-image] Aug 21 22:45:22.369 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
108042026-08-21T22:45:23.790Z[ host-image] Aug 21 22:45:22.369 INFO E| Compiling seq-macro v0.3.6
108052026-08-21T22:45:24.084Z[ recovery-image] Aug 21 22:45:22.678 INFO E| Compiling bitflags v1.3.2
108062026-08-21T22:45:24.084Z[ recovery-image] Aug 21 22:45:22.678 INFO E| Compiling bit_field v0.10.3
108072026-08-21T22:45:24.100Z[ recovery-image] Aug 21 22:45:22.678 INFO E| Compiling adler2 v2.0.1
108082026-08-21T22:45:24.100Z[ recovery-image] Aug 21 22:45:22.678 INFO E| Compiling log v0.4.32
108092026-08-21T22:45:24.100Z[ recovery-image] Aug 21 22:45:22.678 INFO E| Compiling bitflags v2.13.0
108102026-08-21T22:45:24.100Z[ recovery-image] Aug 21 22:45:22.678 INFO E| Compiling scroll v0.13.0
108112026-08-21T22:45:24.100Z[ recovery-image] Aug 21 22:45:22.678 INFO E| Compiling plain v0.2.3
108122026-08-21T22:45:24.102Z[ recovery-image] Aug 21 22:45:22.678 INFO E| Compiling bitstruct v0.1.1
108132026-08-21T22:45:24.102Z[ recovery-image] Aug 21 22:45:22.678 INFO E| Compiling static_assertions v1.1.0
108142026-08-21T22:45:24.139Z[ recovery-image] Aug 21 22:45:22.730 INFO E| Compiling raw-cpuid v10.7.0
108152026-08-21T22:45:24.174Z[ recovery-image] Aug 21 22:45:22.767 INFO E| Compiling miniz_oxide v0.9.1
108162026-08-21T22:45:24.252Z[ recovery-image] Aug 21 22:45:22.845 INFO E| Compiling cpio_reader v0.1.2
108172026-08-21T22:45:24.325Z[ recovery-image] Aug 21 22:45:22.910 INFO E| Compiling goblin v0.10.7
108182026-08-21T22:45:24.784Z[ host-image] Aug 21 22:45:23.363 INFO E| Compiling syn v2.0.117
108192026-08-21T22:45:26.322Z[ host-image] Aug 21 22:45:24.916 INFO E| Compiling scroll_derive v0.13.1
108202026-08-21T22:45:27.561Z[ recovery-image] Aug 21 22:45:26.155 INFO E| Finished `release` profile [optimized] target(s) in 18.18s
108212026-08-21T22:45:27.589Z[ recovery-image] Aug 21 22:45:26.182 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
108222026-08-21T22:45:27.589Z[ recovery-image] Aug 21 22:45:26.182 INFO building ROM for cosmo
108232026-08-21T22:45:27.597Z[ recovery-image] Aug 21 22:45:26.182 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")
108242026-08-21T22:45:27.649Z[ host-image] Aug 21 22:45:26.242 INFO E| Compiling bitstruct_derive v0.1.0
108252026-08-21T22:45:27.706Z[ recovery-image] Aug 21 22:45:26.280 INFO E| Downloading crates ...
108262026-08-21T22:45:27.810Z[ recovery-image] Aug 21 22:45:26.340 INFO E| Downloaded anstyle v1.0.10
108272026-08-21T22:45:27.877Z[ recovery-image] Aug 21 22:45:26.348 INFO E| Downloaded duct v0.13.7
108282026-08-21T22:45:27.877Z[ recovery-image] Aug 21 22:45:26.357 INFO E| Downloaded cc v1.2.20
108292026-08-21T22:45:27.877Z[ recovery-image] Aug 21 22:45:26.360 INFO E| Downloaded clap_lex v0.7.4
108302026-08-21T22:45:27.877Z[ recovery-image] Aug 21 22:45:26.360 INFO E| Downloaded colorchoice v1.0.3
108312026-08-21T22:45:27.877Z[ recovery-image] Aug 21 22:45:26.364 INFO E| Downloaded os_pipe v1.2.1
108322026-08-21T22:45:27.877Z[ recovery-image] Aug 21 22:45:26.365 INFO E| Downloaded toml_datetime v0.6.9
108332026-08-21T22:45:27.877Z[ recovery-image] Aug 21 22:45:26.369 INFO E| Downloaded anstyle-query v1.1.2
108342026-08-21T22:45:27.877Z[ recovery-image] Aug 21 22:45:26.370 INFO E| Downloaded is_terminal_polyfill v1.70.1
108352026-08-21T22:45:27.877Z[ recovery-image] Aug 21 22:45:26.371 INFO E| Downloaded shared_child v1.0.1
108362026-08-21T22:45:27.877Z[ recovery-image] Aug 21 22:45:26.374 INFO E| Downloaded serde_spanned v0.6.8
108372026-08-21T22:45:27.877Z[ recovery-image] Aug 21 22:45:26.377 INFO E| Downloaded anstream v0.6.18
108382026-08-21T22:45:27.877Z[ recovery-image] Aug 21 22:45:26.381 INFO E| Downloaded clap_derive v4.5.32
108392026-08-21T22:45:27.888Z[ recovery-image] Aug 21 22:45:26.383 INFO E| Downloaded toml_write v0.1.1
108402026-08-21T22:45:27.888Z[ recovery-image] Aug 21 22:45:26.391 INFO E| Downloaded anstyle-parse v0.2.6
108412026-08-21T22:45:27.888Z[ recovery-image] Aug 21 22:45:26.393 INFO E| Downloaded clap v4.5.37
108422026-08-21T22:45:27.888Z[ recovery-image] Aug 21 22:45:26.403 INFO E| Downloaded toml v0.8.22
108432026-08-21T22:45:27.888Z[ recovery-image] Aug 21 22:45:26.427 INFO E| Downloaded toml_edit v0.22.26
108442026-08-21T22:45:27.888Z[ recovery-image] Aug 21 22:45:26.449 INFO E| Downloaded clap_builder v4.5.37
108452026-08-21T22:45:27.888Z[ recovery-image] Aug 21 22:45:26.453 INFO E| Downloaded winnow v0.7.7
108462026-08-21T22:45:27.926Z[ recovery-image] Aug 21 22:45:26.471 INFO E| Compiling syn v2.0.101
108472026-08-21T22:45:27.927Z[ recovery-image] Aug 21 22:45:26.471 INFO E| Compiling libc v0.2.172
108482026-08-21T22:45:27.927Z[ recovery-image] Aug 21 22:45:26.471 INFO E| Compiling utf8parse v0.2.2
108492026-08-21T22:45:27.927Z[ recovery-image] Aug 21 22:45:26.471 INFO E| Compiling equivalent v1.0.2
108502026-08-21T22:45:27.927Z[ recovery-image] Aug 21 22:45:26.471 INFO E| Compiling shlex v1.3.0
108512026-08-21T22:45:27.927Z[ recovery-image] Aug 21 22:45:26.471 INFO E| Compiling colorchoice v1.0.3
108522026-08-21T22:45:27.927Z[ recovery-image] Aug 21 22:45:26.471 INFO E| Compiling once_cell v1.21.3
108532026-08-21T22:45:27.927Z[ recovery-image] Aug 21 22:45:26.471 INFO E| Compiling anstyle-query v1.1.2
108542026-08-21T22:45:27.927Z[ recovery-image] Aug 21 22:45:26.471 INFO E| Compiling is_terminal_polyfill v1.70.1
108552026-08-21T22:45:27.927Z[ recovery-image] Aug 21 22:45:26.471 INFO E| Compiling hashbrown v0.15.2
108562026-08-21T22:45:27.927Z[ recovery-image] Aug 21 22:45:26.471 INFO E| Compiling anstyle v1.0.10
108572026-08-21T22:45:27.927Z[ recovery-image] Aug 21 22:45:26.471 INFO E| Compiling clap_lex v0.7.4
108582026-08-21T22:45:27.998Z[ recovery-image] Aug 21 22:45:26.510 INFO E| Compiling anyhow v1.0.98
108592026-08-21T22:45:27.998Z[ recovery-image] Aug 21 22:45:26.510 INFO E| Compiling toml_write v0.1.1
108602026-08-21T22:45:27.998Z[ recovery-image] Aug 21 22:45:26.510 INFO E| Compiling winnow v0.7.7
108612026-08-21T22:45:27.998Z[ recovery-image] Aug 21 22:45:26.510 INFO E| Compiling strsim v0.11.1
108622026-08-21T22:45:29.728Z[ recovery-image] Aug 21 22:45:27.054 INFO E| Compiling cc v1.2.20
108632026-08-21T22:45:29.756Z[ recovery-image] Aug 21 22:45:27.273 INFO E| Compiling anstyle-parse v0.2.6
108642026-08-21T22:45:29.757Z[ recovery-image] Aug 21 22:45:27.432 INFO E| Compiling anstream v0.6.18
108652026-08-21T22:45:29.759Z[ recovery-image] Aug 21 22:45:27.517 INFO E| Compiling indexmap v2.9.0
108662026-08-21T22:45:29.759Z[ recovery-image] Aug 21 22:45:27.639 INFO E| Compiling os_pipe v1.2.1
108672026-08-21T22:45:29.759Z[ recovery-image] Aug 21 22:45:27.639 INFO E| Compiling shared_child v1.0.1
108682026-08-21T22:45:29.759Z[ recovery-image] Aug 21 22:45:27.713 INFO E| Compiling clap_builder v4.5.37
108692026-08-21T22:45:29.759Z[ recovery-image] Aug 21 22:45:27.844 INFO E| Compiling duct v0.13.7
108702026-08-21T22:45:29.867Z[ recovery-image] Aug 21 22:45:28.461 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108712026-08-21T22:45:30.997Z[ recovery-image] Aug 21 22:45:29.590 INFO E| Compiling serde_derive v1.0.219
108722026-08-21T22:45:30.997Z[ recovery-image] Aug 21 22:45:29.590 INFO E| Compiling clap_derive v4.5.32
108732026-08-21T22:45:32.489Z[ recovery-image] Aug 21 22:45:31.083 INFO E| Compiling clap v4.5.37
108742026-08-21T22:45:33.195Z[ recovery-image] Aug 21 22:45:31.789 INFO E| Compiling serde v1.0.219
108752026-08-21T22:45:35.149Z[ recovery-image] Aug 21 22:45:33.723 INFO E| Compiling toml_datetime v0.6.9
108762026-08-21T22:45:35.149Z[ recovery-image] Aug 21 22:45:33.723 INFO E| Compiling serde_spanned v0.6.8
108772026-08-21T22:45:35.287Z[ recovery-image] Aug 21 22:45:33.880 INFO E| Compiling toml_edit v0.22.26
108782026-08-21T22:45:36.591Z[ recovery-image] Aug 21 22:45:35.185 INFO E| Compiling toml v0.8.22
108792026-08-21T22:45:37.573Z[ host-image] Aug 21 22:45:36.167 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)
108802026-08-21T22:45:39.093Z[ recovery-image] Aug 21 22:45:37.678 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
108812026-08-21T22:45:39.111Z[ recovery-image] Aug 21 22:45:37.687 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`
108822026-08-21T22:45:39.111Z[ recovery-image] Aug 21 22:45:37.702 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108832026-08-21T22:45:42.079Z[ recovery-image] Aug 21 22:45:37.783 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108842026-08-21T22:45:42.133Z[ recovery-image] Aug 21 22:45:37.786 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`
108852026-08-21T22:45:42.158Z[ recovery-image] Aug 21 22:45:37.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108862026-08-21T22:45:42.158Z[ recovery-image] Aug 21 22:45:37.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108872026-08-21T22:45:42.158Z[ recovery-image] Aug 21 22:45:37.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108882026-08-21T22:45:42.158Z[ recovery-image] Aug 21 22:45:37.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108892026-08-21T22:45:42.161Z[ recovery-image] Aug 21 22:45:37.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108902026-08-21T22:45:42.161Z[ recovery-image] Aug 21 22:45:37.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108912026-08-21T22:45:42.161Z[ recovery-image] Aug 21 22:45:37.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108922026-08-21T22:45:42.161Z[ recovery-image] Aug 21 22:45:37.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108932026-08-21T22:45:42.161Z[ recovery-image] Aug 21 22:45:37.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108942026-08-21T22:45:42.161Z[ recovery-image] Aug 21 22:45:37.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108952026-08-21T22:45:42.161Z[ recovery-image] Aug 21 22:45:37.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108962026-08-21T22:45:42.161Z[ recovery-image] Aug 21 22:45:37.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108972026-08-21T22:45:42.161Z[ recovery-image] Aug 21 22:45:37.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108982026-08-21T22:45:42.161Z[ recovery-image] Aug 21 22:45:37.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108992026-08-21T22:45:42.161Z[ recovery-image] Aug 21 22:45:37.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109002026-08-21T22:45:42.161Z[ recovery-image] Aug 21 22:45:37.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109012026-08-21T22:45:42.161Z[ recovery-image] Aug 21 22:45:37.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109022026-08-21T22:45:42.161Z[ recovery-image] Aug 21 22:45:37.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109032026-08-21T22:45:42.166Z[ recovery-image] Aug 21 22:45:37.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109042026-08-21T22:45:42.167Z[ recovery-image] Aug 21 22:45:37.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109052026-08-21T22:45:42.167Z[ recovery-image] Aug 21 22:45:37.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109062026-08-21T22:45:42.167Z[ recovery-image] Aug 21 22:45:37.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109072026-08-21T22:45:42.167Z[ recovery-image] Aug 21 22:45:37.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109082026-08-21T22:45:42.170Z[ recovery-image] Aug 21 22:45:37.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109092026-08-21T22:45:42.170Z[ recovery-image] Aug 21 22:45:37.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109102026-08-21T22:45:42.170Z[ recovery-image] Aug 21 22:45:37.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109112026-08-21T22:45:42.170Z[ recovery-image] Aug 21 22:45:37.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109122026-08-21T22:45:42.170Z[ recovery-image] Aug 21 22:45:37.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109132026-08-21T22:45:42.170Z[ recovery-image] Aug 21 22:45:37.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109142026-08-21T22:45:42.170Z[ recovery-image] Aug 21 22:45:37.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109152026-08-21T22:45:42.170Z[ recovery-image] Aug 21 22:45:37.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109162026-08-21T22:45:42.170Z[ recovery-image] Aug 21 22:45:37.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109172026-08-21T22:45:42.170Z[ recovery-image] Aug 21 22:45:37.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109182026-08-21T22:45:42.170Z[ recovery-image] Aug 21 22:45:37.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109192026-08-21T22:45:42.170Z[ recovery-image] Aug 21 22:45:37.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109202026-08-21T22:45:42.170Z[ recovery-image] Aug 21 22:45:37.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109212026-08-21T22:45:42.170Z[ recovery-image] Aug 21 22:45:37.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109222026-08-21T22:45:42.170Z[ recovery-image] Aug 21 22:45:37.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109232026-08-21T22:45:42.170Z[ recovery-image] Aug 21 22:45:37.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109242026-08-21T22:45:42.170Z[ recovery-image] Aug 21 22:45:37.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109252026-08-21T22:45:42.170Z[ recovery-image] Aug 21 22:45:37.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109262026-08-21T22:45:42.170Z[ recovery-image] Aug 21 22:45:37.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109272026-08-21T22:45:42.170Z[ recovery-image] Aug 21 22:45:37.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109282026-08-21T22:45:42.170Z[ recovery-image] Aug 21 22:45:37.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109292026-08-21T22:45:42.170Z[ recovery-image] Aug 21 22:45:37.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109302026-08-21T22:45:42.170Z[ recovery-image] Aug 21 22:45:37.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109312026-08-21T22:45:42.171Z[ recovery-image] Aug 21 22:45:37.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109322026-08-21T22:45:42.172Z[ recovery-image] Aug 21 22:45:37.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109332026-08-21T22:45:42.172Z[ recovery-image] Aug 21 22:45:37.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109342026-08-21T22:45:42.172Z[ recovery-image] Aug 21 22:45:37.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109352026-08-21T22:45:42.172Z[ recovery-image] Aug 21 22:45:37.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109362026-08-21T22:45:42.172Z[ recovery-image] Aug 21 22:45:37.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109372026-08-21T22:45:42.172Z[ recovery-image] Aug 21 22:45:37.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109382026-08-21T22:45:42.172Z[ recovery-image] Aug 21 22:45:37.999 INFO O| Info: ABL version: 0x100af010
109392026-08-21T22:45:42.172Z[ recovery-image] Aug 21 22:45:37.999 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109402026-08-21T22:45:42.172Z[ recovery-image] Aug 21 22:45:37.999 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109412026-08-21T22:45:42.172Z[ recovery-image] Aug 21 22:45:37.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109422026-08-21T22:45:42.172Z[ recovery-image] Aug 21 22:45:37.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109432026-08-21T22:45:42.173Z[ recovery-image] Aug 21 22:45:37.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109442026-08-21T22:45:42.173Z[ recovery-image] Aug 21 22:45:37.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109452026-08-21T22:45:42.173Z[ recovery-image] Aug 21 22:45:37.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109462026-08-21T22:45:42.173Z[ recovery-image] Aug 21 22:45:37.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109472026-08-21T22:45:42.173Z[ recovery-image] Aug 21 22:45:37.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109482026-08-21T22:45:42.174Z[ recovery-image] Aug 21 22:45:38.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109492026-08-21T22:45:42.174Z[ recovery-image] Aug 21 22:45:38.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109502026-08-21T22:45:42.174Z[ recovery-image] Aug 21 22:45:38.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109512026-08-21T22:45:42.174Z[ recovery-image] Aug 21 22:45:38.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109522026-08-21T22:45:42.174Z[ recovery-image] Aug 21 22:45:38.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109532026-08-21T22:45:42.174Z[ recovery-image] Aug 21 22:45:38.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109542026-08-21T22:45:42.174Z[ recovery-image] Aug 21 22:45:38.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109552026-08-21T22:45:42.174Z[ recovery-image] Aug 21 22:45:38.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109562026-08-21T22:45:42.174Z[ recovery-image] Aug 21 22:45:38.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109572026-08-21T22:45:42.174Z[ recovery-image] Aug 21 22:45:38.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109582026-08-21T22:45:42.174Z[ recovery-image] Aug 21 22:45:38.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109592026-08-21T22:45:42.174Z[ recovery-image] Aug 21 22:45:38.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109602026-08-21T22:45:42.174Z[ recovery-image] Aug 21 22:45:38.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109612026-08-21T22:45:42.174Z[ recovery-image] Aug 21 22:45:38.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109622026-08-21T22:45:42.174Z[ recovery-image] Aug 21 22:45:38.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109632026-08-21T22:45:42.174Z[ recovery-image] Aug 21 22:45:38.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109642026-08-21T22:45:42.174Z[ recovery-image] Aug 21 22:45:38.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109652026-08-21T22:45:42.174Z[ recovery-image] Aug 21 22:45:38.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109662026-08-21T22:45:42.174Z[ recovery-image] Aug 21 22:45:38.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109672026-08-21T22:45:42.174Z[ recovery-image] Aug 21 22:45:38.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109682026-08-21T22:45:42.174Z[ recovery-image] Aug 21 22:45:38.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109692026-08-21T22:45:42.174Z[ recovery-image] Aug 21 22:45:38.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109702026-08-21T22:45:42.174Z[ recovery-image] Aug 21 22:45:38.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109712026-08-21T22:45:42.174Z[ recovery-image] Aug 21 22:45:38.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109722026-08-21T22:45:42.174Z[ recovery-image] Aug 21 22:45:38.034 INFO building ROM for gimlet
109732026-08-21T22:45:42.174Z[ recovery-image] Aug 21 22:45:38.034 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")
109742026-08-21T22:45:42.175Z[ recovery-image] Aug 21 22:45:38.127 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
109752026-08-21T22:45:42.175Z[ recovery-image] Aug 21 22:45:38.130 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`
109762026-08-21T22:45:42.175Z[ recovery-image] Aug 21 22:45:38.144 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109772026-08-21T22:45:42.175Z[ recovery-image] Aug 21 22:45:38.213 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109782026-08-21T22:45:42.175Z[ recovery-image] Aug 21 22:45:38.217 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`
109792026-08-21T22:45:42.175Z[ host-image] Aug 21 22:45:38.300 INFO E| Compiling bitflags v1.3.2
109802026-08-21T22:45:42.175Z[ host-image] Aug 21 22:45:38.300 INFO E| Compiling log v0.4.32
109812026-08-21T22:45:42.175Z[ host-image] Aug 21 22:45:38.300 INFO E| Compiling adler2 v2.0.1
109822026-08-21T22:45:42.175Z[ host-image] Aug 21 22:45:38.300 INFO E| Compiling plain v0.2.3
109832026-08-21T22:45:42.175Z[ host-image] Aug 21 22:45:38.300 INFO E| Compiling scroll v0.13.0
109842026-08-21T22:45:42.175Z[ host-image] Aug 21 22:45:38.300 INFO E| Compiling bit_field v0.10.3
109852026-08-21T22:45:42.193Z[ host-image] Aug 21 22:45:38.300 INFO E| Compiling bitflags v2.13.0
109862026-08-21T22:45:42.193Z[ recovery-image]
109872026-08-21T22:45:42.193Z[ recovery-image] real 3:28.264813718
109882026-08-21T22:45:42.193Z[ recovery-image] user 2:35.628438990
109892026-08-21T22:45:42.193Z[ recovery-image] sys 38.317726610
109902026-08-21T22:45:42.193Z[ recovery-image] trap 0.144205921
109912026-08-21T22:45:42.193Z[ recovery-image] tflt 0.564617511
109922026-08-21T22:45:42.193Z[ recovery-image] dflt 0.712885381
109932026-08-21T22:45:42.193Z[ recovery-image] kflt 0.000359760
109942026-08-21T22:45:42.193Z[ recovery-image] lock 10:24.276276610
109952026-08-21T22:45:42.193Z[ recovery-image] slp 18:10.681844234
109962026-08-21T22:45:42.193Z[ recovery-image] lat 36.261503656
109972026-08-21T22:45:42.194Z[ recovery-image] stop 11.925448938
109982026-08-21T22:45:42.194ZAug 21 22:45:39.687 INFO [recovery-image] process exited with exit status: 0 (208.269191411s)
109992026-08-21T22:45:42.194ZAug 21 22:45:39.687 INFO [tuf-v2-recovery] running task
110002026-08-21T22:45:42.194ZAug 21 22:45:39.687 INFO [tuf-v2-recovery] task succeeded (738.911µs)
110012026-08-21T22:45:42.194Z[ host-image] Aug 21 22:45:38.300 INFO E| Compiling bitstruct v0.1.1
110022026-08-21T22:45:42.194Z[ host-image] Aug 21 22:45:38.300 INFO E| Compiling static_assertions v1.1.0
110032026-08-21T22:45:42.195Z[ recovery-image] Aug 21 22:45:38.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110042026-08-21T22:45:42.195Z[ recovery-image] Aug 21 22:45:38.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110052026-08-21T22:45:42.195Z[ recovery-image] Aug 21 22:45:38.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110062026-08-21T22:45:42.195Z[ recovery-image] Aug 21 22:45:38.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110072026-08-21T22:45:42.195Z[ recovery-image] Aug 21 22:45:38.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110082026-08-21T22:45:42.195Z[ recovery-image] Aug 21 22:45:38.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110092026-08-21T22:45:42.195Z[ recovery-image] Aug 21 22:45:38.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110102026-08-21T22:45:42.195Z[ recovery-image] Aug 21 22:45:38.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110112026-08-21T22:45:42.195Z[ recovery-image] Aug 21 22:45:38.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110122026-08-21T22:45:42.195Z[ recovery-image] Aug 21 22:45:38.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110132026-08-21T22:45:42.195Z[ recovery-image] Aug 21 22:45:38.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110142026-08-21T22:45:42.195Z[ recovery-image] Aug 21 22:45:38.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110152026-08-21T22:45:42.195Z[ recovery-image] Aug 21 22:45:38.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110162026-08-21T22:45:42.195Z[ recovery-image] Aug 21 22:45:38.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110172026-08-21T22:45:42.195Z[ recovery-image] Aug 21 22:45:38.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110182026-08-21T22:45:42.196Z[ recovery-image] Aug 21 22:45:38.337 INFO O| Info: ABL version: 0x100f5010
110192026-08-21T22:45:42.196Z[ recovery-image] Aug 21 22:45:38.337 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110202026-08-21T22:45:42.196Z[ recovery-image] Aug 21 22:45:38.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110212026-08-21T22:45:42.196Z[ recovery-image] Aug 21 22:45:38.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110222026-08-21T22:45:42.196Z[ recovery-image] Aug 21 22:45:38.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110232026-08-21T22:45:42.196Z[ recovery-image] Aug 21 22:45:38.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110242026-08-21T22:45:42.196Z[ recovery-image] Aug 21 22:45:38.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110252026-08-21T22:45:42.196Z[ recovery-image] Aug 21 22:45:38.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110262026-08-21T22:45:42.196Z[ recovery-image] Aug 21 22:45:38.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110272026-08-21T22:45:42.196Z[ recovery-image] Aug 21 22:45:38.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110282026-08-21T22:45:42.196Z[ recovery-image] Aug 21 22:45:38.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110292026-08-21T22:45:42.196Z[ recovery-image] Aug 21 22:45:38.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110302026-08-21T22:45:42.196Z[ recovery-image] Aug 21 22:45:38.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110312026-08-21T22:45:42.196Z[ recovery-image] Aug 21 22:45:38.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110322026-08-21T22:45:42.196Z[ recovery-image] Aug 21 22:45:38.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110332026-08-21T22:45:42.198Z[ recovery-image] Aug 21 22:45:38.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110342026-08-21T22:45:42.198Z[ recovery-image] Aug 21 22:45:38.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110352026-08-21T22:45:42.198Z[ recovery-image] Aug 21 22:45:38.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110362026-08-21T22:45:42.198Z[ recovery-image] Aug 21 22:45:38.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110372026-08-21T22:45:42.198Z[ recovery-image] Aug 21 22:45:38.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110382026-08-21T22:45:42.198Z[ host-image] Aug 21 22:45:38.354 INFO E| Compiling raw-cpuid v10.7.0
110392026-08-21T22:45:42.198Z[ host-image] Aug 21 22:45:38.401 INFO E| Compiling miniz_oxide v0.9.1
110402026-08-21T22:45:42.198Z[ recovery-image] Aug 21 22:45:38.403 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110412026-08-21T22:45:42.198Z[ recovery-image] Aug 21 22:45:38.403 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
110422026-08-21T22:45:42.198Z[ host-image] Aug 21 22:45:38.453 INFO E| Compiling cpio_reader v0.1.2
110432026-08-21T22:45:42.198Z[ host-image] Aug 21 22:45:38.520 INFO E| Compiling goblin v0.10.7
110442026-08-21T22:45:42.198Z[ recovery-image] Aug 21 22:45:39.683 INFO image complete! materials are in "/work/os-recovery"
110452026-08-21T22:45:42.848Z[ host-image] Aug 21 22:45:41.442 INFO E| Finished `release` profile [optimized] target(s) in 19.35s
110462026-08-21T22:45:42.863Z[ host-image] Aug 21 22:45:41.457 INFO building ROM for gimlet
110472026-08-21T22:45:42.863Z[ host-image] Aug 21 22:45:41.457 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")
110482026-08-21T22:45:42.955Z[ host-image] Aug 21 22:45:41.549 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110492026-08-21T22:45:42.958Z[ host-image] Aug 21 22:45:41.551 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`
110502026-08-21T22:45:42.972Z[ host-image] Aug 21 22:45:41.566 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110512026-08-21T22:45:43.043Z[ host-image] Aug 21 22:45:41.636 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110522026-08-21T22:45:43.047Z[ host-image] Aug 21 22:45:41.639 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`
110532026-08-21T22:45:43.163Z[ host-image] Aug 21 22:45:41.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110542026-08-21T22:45:43.164Z[ host-image] Aug 21 22:45:41.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110552026-08-21T22:45:43.164Z[ host-image] Aug 21 22:45:41.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110562026-08-21T22:45:43.164Z[ host-image] Aug 21 22:45:41.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110572026-08-21T22:45:43.167Z[ host-image] Aug 21 22:45:41.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110582026-08-21T22:45:43.167Z[ host-image] Aug 21 22:45:41.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110592026-08-21T22:45:43.169Z[ host-image] Aug 21 22:45:41.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110602026-08-21T22:45:43.169Z[ host-image] Aug 21 22:45:41.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110612026-08-21T22:45:43.169Z[ host-image] Aug 21 22:45:41.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110622026-08-21T22:45:43.169Z[ host-image] Aug 21 22:45:41.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110632026-08-21T22:45:43.169Z[ host-image] Aug 21 22:45:41.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110642026-08-21T22:45:43.169Z[ host-image] Aug 21 22:45:41.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110652026-08-21T22:45:43.169Z[ host-image] Aug 21 22:45:41.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110662026-08-21T22:45:43.169Z[ host-image] Aug 21 22:45:41.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110672026-08-21T22:45:43.169Z[ host-image] Aug 21 22:45:41.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110682026-08-21T22:45:43.169Z[ host-image] Aug 21 22:45:41.758 INFO O| Info: ABL version: 0x100f5010
110692026-08-21T22:45:43.169Z[ host-image] Aug 21 22:45:41.758 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110702026-08-21T22:45:43.169Z[ host-image] Aug 21 22:45:41.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110712026-08-21T22:45:43.169Z[ host-image] Aug 21 22:45:41.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110722026-08-21T22:45:43.169Z[ host-image] Aug 21 22:45:41.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110732026-08-21T22:45:43.169Z[ host-image] Aug 21 22:45:41.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110742026-08-21T22:45:43.171Z[ host-image] Aug 21 22:45:41.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110752026-08-21T22:45:43.171Z[ host-image] Aug 21 22:45:41.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110762026-08-21T22:45:43.171Z[ host-image] Aug 21 22:45:41.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110772026-08-21T22:45:43.171Z[ host-image] Aug 21 22:45:41.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110782026-08-21T22:45:43.171Z[ host-image] Aug 21 22:45:41.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110792026-08-21T22:45:43.171Z[ host-image] Aug 21 22:45:41.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110802026-08-21T22:45:43.171Z[ host-image] Aug 21 22:45:41.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110812026-08-21T22:45:43.171Z[ host-image] Aug 21 22:45:41.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110822026-08-21T22:45:43.171Z[ host-image] Aug 21 22:45:41.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110832026-08-21T22:45:43.171Z[ host-image] Aug 21 22:45:41.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110842026-08-21T22:45:43.171Z[ host-image] Aug 21 22:45:41.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110852026-08-21T22:45:43.171Z[ host-image] Aug 21 22:45:41.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110862026-08-21T22:45:43.172Z[ host-image] Aug 21 22:45:41.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110872026-08-21T22:45:43.172Z[ host-image] Aug 21 22:45:41.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110882026-08-21T22:45:43.203Z[ host-image] Aug 21 22:45:41.797 INFO building ROM for cosmo
110892026-08-21T22:45:43.205Z[ host-image] Aug 21 22:45:41.797 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")
110902026-08-21T22:45:43.297Z[ host-image] Aug 21 22:45:41.891 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110912026-08-21T22:45:43.300Z[ host-image] Aug 21 22:45:41.893 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`
110922026-08-21T22:45:43.312Z[ host-image] Aug 21 22:45:41.906 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110932026-08-21T22:45:43.390Z[ host-image] Aug 21 22:45:41.980 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110942026-08-21T22:45:43.397Z[ host-image] Aug 21 22:45:41.986 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`
110952026-08-21T22:45:43.601Z[ host-image] Aug 21 22:45:42.194 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110962026-08-21T22:45:43.601Z[ host-image] Aug 21 22:45:42.194 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110972026-08-21T22:45:43.603Z[ host-image] Aug 21 22:45:42.194 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110982026-08-21T22:45:43.608Z[ host-image] Aug 21 22:45:42.194 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110992026-08-21T22:45:43.608Z[ host-image] Aug 21 22:45:42.194 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
111002026-08-21T22:45:43.610Z[ host-image] Aug 21 22:45:42.194 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
111012026-08-21T22:45:43.610Z[ host-image] Aug 21 22:45:42.194 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
111022026-08-21T22:45:43.610Z[ host-image] Aug 21 22:45:42.194 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
111032026-08-21T22:45:43.610Z[ host-image] Aug 21 22:45:42.194 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
111042026-08-21T22:45:43.610Z[ host-image] Aug 21 22:45:42.194 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
111052026-08-21T22:45:43.610Z[ host-image] Aug 21 22:45:42.194 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
111062026-08-21T22:45:43.610Z[ host-image] Aug 21 22:45:42.194 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
111072026-08-21T22:45:43.610Z[ host-image] Aug 21 22:45:42.194 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
111082026-08-21T22:45:43.610Z[ host-image] Aug 21 22:45:42.194 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
111092026-08-21T22:45:43.610Z[ host-image] Aug 21 22:45:42.194 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
111102026-08-21T22:45:43.610Z[ host-image] Aug 21 22:45:42.194 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
111112026-08-21T22:45:43.612Z[ host-image] Aug 21 22:45:42.194 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
111122026-08-21T22:45:43.612Z[ host-image] Aug 21 22:45:42.194 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
111132026-08-21T22:45:43.612Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
111142026-08-21T22:45:43.613Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111152026-08-21T22:45:43.613Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111162026-08-21T22:45:43.613Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111172026-08-21T22:45:43.613Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111182026-08-21T22:45:43.613Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111192026-08-21T22:45:43.613Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111202026-08-21T22:45:43.613Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111212026-08-21T22:45:43.613Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111222026-08-21T22:45:43.613Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111232026-08-21T22:45:43.613Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111242026-08-21T22:45:43.613Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111252026-08-21T22:45:43.614Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111262026-08-21T22:45:43.614Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111272026-08-21T22:45:43.614Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111282026-08-21T22:45:43.614Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111292026-08-21T22:45:43.614Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111302026-08-21T22:45:43.614Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111312026-08-21T22:45:43.614Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111322026-08-21T22:45:43.614Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111332026-08-21T22:45:43.614Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111342026-08-21T22:45:43.614Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111352026-08-21T22:45:43.614Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111362026-08-21T22:45:43.614Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111372026-08-21T22:45:43.614Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111382026-08-21T22:45:43.614Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111392026-08-21T22:45:43.614Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111402026-08-21T22:45:43.615Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111412026-08-21T22:45:43.615Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111422026-08-21T22:45:43.615Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111432026-08-21T22:45:43.616Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111442026-08-21T22:45:43.616Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111452026-08-21T22:45:43.616Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111462026-08-21T22:45:43.616Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111472026-08-21T22:45:43.616Z[ host-image] Aug 21 22:45:42.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111482026-08-21T22:45:43.616Z[ host-image] Aug 21 22:45:42.195 INFO O| Info: ABL version: 0x100af010
111492026-08-21T22:45:43.616Z[ host-image] Aug 21 22:45:42.195 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111502026-08-21T22:45:43.616Z[ host-image] Aug 21 22:45:42.195 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111512026-08-21T22:45:43.616Z[ host-image] Aug 21 22:45:42.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111522026-08-21T22:45:43.617Z[ host-image] Aug 21 22:45:42.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111532026-08-21T22:45:43.617Z[ host-image] Aug 21 22:45:42.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111542026-08-21T22:45:43.617Z[ host-image] Aug 21 22:45:42.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111552026-08-21T22:45:43.618Z[ host-image] Aug 21 22:45:42.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111562026-08-21T22:45:43.618Z[ host-image] Aug 21 22:45:42.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111572026-08-21T22:45:43.618Z[ host-image] Aug 21 22:45:42.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111582026-08-21T22:45:43.618Z[ host-image] Aug 21 22:45:42.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111592026-08-21T22:45:43.618Z[ host-image] Aug 21 22:45:42.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111602026-08-21T22:45:43.618Z[ host-image] Aug 21 22:45:42.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111612026-08-21T22:45:43.618Z[ host-image] Aug 21 22:45:42.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111622026-08-21T22:45:43.618Z[ host-image] Aug 21 22:45:42.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111632026-08-21T22:45:43.619Z[ host-image] Aug 21 22:45:42.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111642026-08-21T22:45:43.619Z[ host-image] Aug 21 22:45:42.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111652026-08-21T22:45:43.619Z[ host-image] Aug 21 22:45:42.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111662026-08-21T22:45:43.619Z[ host-image] Aug 21 22:45:42.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111672026-08-21T22:45:43.619Z[ host-image] Aug 21 22:45:42.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111682026-08-21T22:45:43.619Z[ host-image] Aug 21 22:45:42.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111692026-08-21T22:45:43.619Z[ host-image] Aug 21 22:45:42.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111702026-08-21T22:45:43.619Z[ host-image] Aug 21 22:45:42.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111712026-08-21T22:45:43.619Z[ host-image] Aug 21 22:45:42.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111722026-08-21T22:45:43.619Z[ host-image] Aug 21 22:45:42.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111732026-08-21T22:45:43.620Z[ host-image] Aug 21 22:45:42.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111742026-08-21T22:45:43.620Z[ host-image] Aug 21 22:45:42.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111752026-08-21T22:45:43.620Z[ host-image] Aug 21 22:45:42.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111762026-08-21T22:45:43.620Z[ host-image] Aug 21 22:45:42.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111772026-08-21T22:45:43.620Z[ host-image] Aug 21 22:45:42.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111782026-08-21T22:45:43.620Z[ host-image] Aug 21 22:45:42.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111792026-08-21T22:45:43.620Z[ host-image] Aug 21 22:45:42.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111802026-08-21T22:45:43.620Z[ host-image] Aug 21 22:45:42.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111812026-08-21T22:45:43.620Z[ host-image] Aug 21 22:45:42.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111822026-08-21T22:45:43.636Z[ host-image] Aug 21 22:45:42.230 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111832026-08-21T22:45:43.638Z[ host-image] Aug 21 22:45:42.230 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111842026-08-21T22:45:43.638Z[ host-image] Aug 21 22:45:42.230 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111852026-08-21T22:45:55.007Z[ host-image] Aug 21 22:45:53.600 INFO image complete! materials are in "/work/os-host"
111862026-08-21T22:45:55.011Z[ host-image]
111872026-08-21T22:45:55.011Z[ host-image] real 4:04.829767472
111882026-08-21T22:45:55.011Z[ host-image] user 2:46.984722253
111892026-08-21T22:45:55.011Z[ host-image] sys 35.913249554
111902026-08-21T22:45:55.011Z[ host-image] trap 0.156030278
111912026-08-21T22:45:55.011Z[ host-image] tflt 0.296105202
111922026-08-21T22:45:55.013Z[ host-image] dflt 0.284657489
111932026-08-21T22:45:55.013Z[ host-image] kflt 0.003736292
111942026-08-21T22:45:55.013Z[ host-image] lock 4:52.951786723
111952026-08-21T22:45:55.013Z[ host-image] slp 20:34.069117028
111962026-08-21T22:45:55.014Z[ host-image] lat 24.167371907
111972026-08-21T22:45:55.014Z[ host-image] stop 1.870904377
111982026-08-21T22:45:55.014ZAug 21 22:45:53.604 INFO [host-image] process exited with exit status: 0 (244.835255906s)
111992026-08-21T22:45:55.014ZAug 21 22:45:53.604 INFO [tuf-v2-host] running task
112002026-08-21T22:45:55.014ZAug 21 22:45:53.604 INFO [tuf-repo] running task
112012026-08-21T22:45:55.014ZAug 21 22:45:53.605 INFO [tuf-v2-host] task succeeded (576.73µs)
112022026-08-21T22:45:55.014ZAug 21 22:45:53.605 INFO [tuf-v2-repo] running task
112032026-08-21T22:46:16.389ZAug 21 22:46:14.962 INFO assembling repository in `/tmp/tufaceousInV6VE`, component: OmicronRepoAssembler
112042026-08-21T22:46:16.453ZAug 21 22:46:15.044 INFO [tuf-v2-repo] task succeeded (21.439295385s)
112052026-08-21T22:46:25.115ZAug 21 22:46:23.709 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112062026-08-21T22:46:25.368ZAug 21 22:46:23.962 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112072026-08-21T22:46:27.669ZAug 21 22:46:26.262 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112082026-08-21T22:46:27.721ZAug 21 22:46:26.315 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112092026-08-21T22:46:27.772ZAug 21 22:46:26.366 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112102026-08-21T22:46:27.824ZAug 21 22:46:26.418 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112112026-08-21T22:46:27.875ZAug 21 22:46:26.468 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112122026-08-21T22:46:27.930ZAug 21 22:46:26.524 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112132026-08-21T22:46:27.980ZAug 21 22:46:26.574 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112142026-08-21T22:46:38.441ZAug 21 22:46:37.035 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
112152026-08-21T22:46:38.448ZAug 21 22:46:37.042 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
112162026-08-21T22:46:38.471ZAug 21 22:46:37.065 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
112172026-08-21T22:46:38.528ZAug 21 22:46:37.122 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112182026-08-21T22:46:38.587ZAug 21 22:46:37.180 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112192026-08-21T22:46:38.648ZAug 21 22:46:37.242 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112202026-08-21T22:46:38.713ZAug 21 22:46:37.307 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
112212026-08-21T22:46:38.719ZAug 21 22:46:37.313 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
112222026-08-21T22:46:38.742ZAug 21 22:46:37.336 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
112232026-08-21T22:46:40.515ZAug 21 22:46:39.107 INFO [tuf-repo] task succeeded (45.503321814s)
112242026-08-21T22:49:17.897Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 01s
112252026-08-21T22:49:17.901Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
112262026-08-21T22:49:17.901Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
112272026-08-21T22:49:20.526ZAug 21 22:49:19.119 INFO [verify-libraries] process exited with exit status: 0 (427.933333735s)
112282026-08-21T22:49:20.526ZAug 21 22:49:19.119 INFO all jobs completed in 1348.324444211s
112292026-08-21T22:49:21.723Zprocess exited: duration 1569163 ms, exit code 0
 
112302026-08-21T22:49:21.745Zfound 41 output files
112312026-08-21T22:49:21.745Zuploading: /work/manifest.toml (17334 bytes)
112322026-08-21T22:49:22.761Zuploaded: /work/manifest.toml
112332026-08-21T22:49:22.761Zuploading: /work/repo.zip (3302186239 bytes)
112342026-08-21T22:50:10.872Zuploaded: /work/repo.zip
112352026-08-21T22:50:10.872Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112362026-08-21T22:50:12.088Zuploaded: /work/repo.zip.sha256.txt
112372026-08-21T22:50:12.089Zuploading: /work/helios.json (647 bytes)
112382026-08-21T22:50:13.107Zuploaded: /work/helios.json
112392026-08-21T22:50:13.108Zuploading: /work/incorporation.p5m (113590 bytes)
112402026-08-21T22:50:14.124Zuploaded: /work/incorporation.p5m
112412026-08-21T22:50:14.124Zuploading: /work/incorporation.p5p (133120 bytes)
112422026-08-21T22:50:15.140Zuploaded: /work/incorporation.p5p
112432026-08-21T22:50:15.142Zuploading: /work/helios-incorp.log (522 bytes)
112442026-08-21T22:50:16.151Zuploaded: /work/helios-incorp.log
112452026-08-21T22:50:16.151Zuploading: /work/helios-setup.log (57032 bytes)
112462026-08-21T22:50:17.166Zuploaded: /work/helios-setup.log
112472026-08-21T22:50:17.166Zuploading: /work/host-image.log (233226 bytes)
112482026-08-21T22:50:18.184Zuploaded: /work/host-image.log
112492026-08-21T22:50:18.184Zuploading: /work/host-package.log (33611 bytes)
112502026-08-21T22:50:19.197Zuploaded: /work/host-package.log
112512026-08-21T22:50:19.197Zuploading: /work/host-target.log (101 bytes)
112522026-08-21T22:50:20.209Zuploaded: /work/host-target.log
112532026-08-21T22:50:20.209Zuploading: /work/incorp-create.log (0 bytes)
112542026-08-21T22:50:21.220Zuploaded: /work/incorp-create.log
112552026-08-21T22:50:21.220Zuploading: /work/incorp-fmt.log (0 bytes)
112562026-08-21T22:50:22.228Zuploaded: /work/incorp-fmt.log
112572026-08-21T22:50:22.228Zuploading: /work/incorp-pkgsend.log (108 bytes)
112582026-08-21T22:50:23.239Zuploaded: /work/incorp-pkgsend.log
112592026-08-21T22:50:23.239Zuploading: /work/incorp-publisher.log (0 bytes)
112602026-08-21T22:50:24.247Zuploaded: /work/incorp-publisher.log
112612026-08-21T22:50:24.247Zuploading: /work/omicron-package.log (10167 bytes)
112622026-08-21T22:50:25.260Zuploaded: /work/omicron-package.log
112632026-08-21T22:50:25.260Zuploading: /work/recovery-image.log (590143 bytes)
112642026-08-21T22:50:26.282Zuploaded: /work/recovery-image.log
112652026-08-21T22:50:26.282Zuploading: /work/recovery-package.log (321 bytes)
112662026-08-21T22:50:27.294Zuploaded: /work/recovery-package.log
112672026-08-21T22:50:27.294Zuploading: /work/recovery-target.log (98 bytes)
112682026-08-21T22:50:28.304Zuploaded: /work/recovery-target.log
112692026-08-21T22:50:28.304Zuploading: /work/stamp-clickhouse.log (117 bytes)
112702026-08-21T22:50:29.315Zuploaded: /work/stamp-clickhouse.log
112712026-08-21T22:50:29.315Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
112722026-08-21T22:50:30.330Zuploaded: /work/stamp-clickhouse_keeper.log
112732026-08-21T22:50:30.330Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
112742026-08-21T22:50:31.342Zuploaded: /work/stamp-clickhouse_server.log
112752026-08-21T22:50:31.342Zuploading: /work/stamp-cockroachdb.log (118 bytes)
112762026-08-21T22:50:32.351Zuploaded: /work/stamp-cockroachdb.log
112772026-08-21T22:50:32.351Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
112782026-08-21T22:50:33.362Zuploaded: /work/stamp-crucible-pantry-zone.log
112792026-08-21T22:50:33.362Zuploading: /work/stamp-crucible-utils.log (118 bytes)
112802026-08-21T22:50:34.374Zuploaded: /work/stamp-crucible-utils.log
112812026-08-21T22:50:34.374Zuploading: /work/stamp-crucible-zone.log (120 bytes)
112822026-08-21T22:50:35.389Zuploaded: /work/stamp-crucible-zone.log
112832026-08-21T22:50:35.389Zuploading: /work/stamp-external-dns.log (119 bytes)
112842026-08-21T22:50:36.399Zuploaded: /work/stamp-external-dns.log
112852026-08-21T22:50:36.399Zuploading: /work/stamp-installinator.log (103 bytes)
112862026-08-21T22:50:37.801Zuploaded: /work/stamp-installinator.log
112872026-08-21T22:50:37.801Zuploading: /work/stamp-internal-dns.log (119 bytes)
112882026-08-21T22:50:39.224Zuploaded: /work/stamp-internal-dns.log
112892026-08-21T22:50:39.224Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
112902026-08-21T22:50:40.418Zuploaded: /work/stamp-mg-ddm-gz.log
112912026-08-21T22:50:40.418Zuploading: /work/stamp-nexus.log (112 bytes)
112922026-08-21T22:50:41.851Zuploaded: /work/stamp-nexus.log
112932026-08-21T22:50:41.851Zuploading: /work/stamp-ntp.log (110 bytes)
112942026-08-21T22:50:43.154Zuploaded: /work/stamp-ntp.log
112952026-08-21T22:50:43.155Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
112962026-08-21T22:50:44.304Zuploaded: /work/stamp-omicron-sled-agent.log
112972026-08-21T22:50:44.304Zuploading: /work/stamp-overlay.log (114 bytes)
112982026-08-21T22:50:45.420Zuploaded: /work/stamp-overlay.log
112992026-08-21T22:50:45.421Zuploading: /work/stamp-oximeter.log (115 bytes)
113002026-08-21T22:50:46.916Zuploaded: /work/stamp-oximeter.log
113012026-08-21T22:50:46.919Zuploading: /work/stamp-oxlog.log (109 bytes)
113022026-08-21T22:50:48.300Zuploaded: /work/stamp-oxlog.log
113032026-08-21T22:50:48.300Zuploading: /work/stamp-probe.log (112 bytes)
113042026-08-21T22:50:49.356Zuploaded: /work/stamp-probe.log
113052026-08-21T22:50:49.356Zuploading: /work/stamp-propolis-server.log (122 bytes)
113062026-08-21T22:50:50.383Zuploaded: /work/stamp-propolis-server.log
113072026-08-21T22:50:50.383Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113082026-08-21T22:50:51.394Zuploaded: /work/stamp-pumpkind-gz.log
113092026-08-21T22:50:51.394Zuploading: /work/stamp-switch-asic.log (118 bytes)
113102026-08-21T22:50:52.405Zuploaded: /work/stamp-switch-asic.log
113112026-08-21T22:50:52.405Zuploading: /work/verify-libraries.log (50450 bytes)
113122026-08-21T22:50:53.426Zuploaded: /work/verify-libraries.log