01M15V7JBNSN6WMKC2R59R0NNJ: 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: 01M15V82C4S7QCT6WVQWFEMVBX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-29T04:08:50.867Zjob assigned to worker 01M15V84TF0C3FVD0J9GEA4ENQ [factory aws, i-0cc6d90f30b647386] (queued for 45 s)
 
22026-08-29T04:08:57.818Zstarting task 0: "setup"
32026-08-29T04:08:57.822Z++ uname -s
42026-08-29T04:08:57.825Z+ kern=SunOS
52026-08-29T04:08:57.825Z+ build_user=build
62026-08-29T04:08:57.825Z+ build_uid=12345
72026-08-29T04:08:57.825Z+ work_dir=/work
82026-08-29T04:08:57.825Z+ input_dir=/input
92026-08-29T04:08:57.825Z+ [[ 0 == 12345 ]]
102026-08-29T04:08:57.826Z+ case "$kern" in
112026-08-29T04:08:57.826Z+ groupadd -g 12345 build
122026-08-29T04:08:57.829Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-29T04:08:59.833Z+ zfs create -o mountpoint=/work rpool/work
142026-08-29T04:08:59.915Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-29T04:08:59.919Z+ home_fs=zfs
162026-08-29T04:08:59.919Z+ [[ zfs == autofs ]]
172026-08-29T04:08:59.919Z+ mkdir -p /home/build
182026-08-29T04:08:59.919Z+ chown build:build /home/build /work
192026-08-29T04:09:01.920Z+ chmod 0700 /home/build /work
202026-08-29T04:09:01.924Zprocess exited: duration 4107 ms, exit code 0
 
212026-08-29T04:09:01.931Zstarting task 1: "rust-toolchain"
222026-08-29T04:09:01.936Z * rust toolchain channel = "1.97.1"
232026-08-29T04:09:01.936Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
242026-08-29T04:09:01.936Z * rust toolchain profile = "default"
252026-08-29T04:09:01.937Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-29T04:09:01.937Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-29T04:09:01.937Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-29T04:09:01.941Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-29T04:09:01.941Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-29T04:09:02.022Zinfo: downloading installer
312026-08-29T04:09:03.578Zwarn: It looks like you have an existing rustup settings file at:
322026-08-29T04:09:03.578Zwarn: /home/build/.rustup/settings.toml
332026-08-29T04:09:03.578Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-29T04:09:03.578Zwarn: instead of the one inferred from the default host triple.
352026-08-29T04:09:03.590Zinfo: profile set to default
362026-08-29T04:09:03.590Zinfo: default host triple is x86_64-unknown-illumos
372026-08-29T04:09:03.594Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-29T04:09:03.745Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-29T04:09:03.748Zinfo: downloading 6 components
402026-08-29T04:09:19.265Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-29T04:09:19.265Z
422026-08-29T04:09:19.297Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-29T04:09:19.297Z
442026-08-29T04:09:19.297Z
452026-08-29T04:09:19.297ZRust is installed now. Great!
462026-08-29T04:09:19.297Z
472026-08-29T04:09:19.297ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-29T04:09:19.297Zenvironment variable. This has not been done automatically.
492026-08-29T04:09:19.297Z
502026-08-29T04:09:19.297ZTo configure your current shell, you need to source
512026-08-29T04:09:19.297Zthe corresponding env file under $HOME/.cargo.
522026-08-29T04:09:19.297Z
532026-08-29T04:09:19.297ZThis is usually done by running one of the following (note the leading DOT):
542026-08-29T04:09:19.297Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-29T04:09:19.297Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-29T04:09:19.297Zsource "~/.cargo/env.nu" # For nushell
572026-08-29T04:09:19.297Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-29T04:09:19.297Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-29T04:09:19.297Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-29T04:09:19.301Zwarn: no default linker (`cc`) was found in your PATH
612026-08-29T04:09:19.301Zwarn: many Rust crates require a system C toolchain to build
622026-08-29T04:09:19.405Z+ rustup --version
632026-08-29T04:09:19.410Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-29T04:09:19.414Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-29T04:09:19.432Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-29T04:09:19.436Z+ cargo --version
672026-08-29T04:09:19.444Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-29T04:09:19.447Z+ rustc --version
692026-08-29T04:09:19.467Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-29T04:09:19.471Zprocess exited: duration 17539 ms, exit code 0
 
712026-08-29T04:09:19.478Zstarting task 2: "authentication"
722026-08-29T04:09:19.496Zprocess exited: duration 17 ms, exit code 0
 
732026-08-29T04:09:19.506Zstarting task 3: "clone repository"
742026-08-29T04:09:19.509Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-29T04:09:19.512Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-29T04:09:19.544ZCloning into '/work/oxidecomputer/omicron'...
772026-08-29T04:09:32.180Z+ cd /work/oxidecomputer/omicron
782026-08-29T04:09:32.180Z+ git fetch origin 89aef0a67f380506ea016c0207fbb8df51b2d21d
792026-08-29T04:09:32.529ZFrom https://github.com/oxidecomputer/omicron
802026-08-29T04:09:32.529Z * branch 89aef0a67f380506ea016c0207fbb8df51b2d21d -> FETCH_HEAD
812026-08-29T04:09:32.544Z+ [[ -n bump-console-46f3fd84 ]]
822026-08-29T04:09:32.547Z++ git branch --show-current
832026-08-29T04:09:32.548Z+ current=main
842026-08-29T04:09:32.548Z+ [[ main != bump-console-46f3fd84 ]]
852026-08-29T04:09:32.548Z+ git branch -f bump-console-46f3fd84 89aef0a67f380506ea016c0207fbb8df51b2d21d
862026-08-29T04:09:32.552Z+ git checkout -f bump-console-46f3fd84
872026-08-29T04:09:32.807ZSwitched to branch 'bump-console-46f3fd84'
882026-08-29T04:09:32.810Z+ git reset --hard 89aef0a67f380506ea016c0207fbb8df51b2d21d
892026-08-29T04:09:32.824ZHEAD is now at 89aef0a67 Bump web console
902026-08-29T04:09:32.827Zprocess exited: duration 13322 ms, exit code 0
 
912026-08-29T04:09:32.834Zstarting task 4: "build"
922026-08-29T04:09:32.839Z+ source .github/buildomat/ci-env.sh
932026-08-29T04:09:32.839Z++ export CARGO_TERM_COLOR=always
942026-08-29T04:09:32.839Z++ CARGO_TERM_COLOR=always
952026-08-29T04:09:32.843Z+++ uname -s
962026-08-29T04:09:32.843Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-29T04:09:32.843Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-29T04:09:32.846Z+ cargo --version
992026-08-29T04:09:32.853Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-29T04:09:32.857Z+ rustc --version
1012026-08-29T04:09:32.876Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-29T04:09:32.881Z+ cargo tree --locked
1032026-08-29T04:09:33.055Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-29T04:09:33.396Z Updating crates.io index
1052026-08-29T04:09:33.399Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-29T04:09:33.691Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-29T04:09:34.198Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1082026-08-29T04:09:34.512Z Updating git repository `https://github.com/oxidecomputer/propolis`
1092026-08-29T04:09:35.890Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1102026-08-29T04:09:36.450Z Updating git repository `https://github.com/oxidecomputer/crucible`
1112026-08-29T04:09:38.444Z Updating git repository `https://github.com/oxidecomputer/opte`
1122026-08-29T04:09:39.303Z Updating git repository `https://github.com/oxidecomputer/tofino`
1132026-08-29T04:09:39.614Z Updating git repository `https://github.com/oxidecomputer/lldp`
1142026-08-29T04:09:39.996Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1152026-08-29T04:09:41.159Z Updating git repository `https://github.com/oxidecomputer/clickward`
1162026-08-29T04:09:41.498Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1172026-08-29T04:09:42.400Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1182026-08-29T04:09:42.830Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1192026-08-29T04:09:43.424Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1202026-08-29T04:09:43.713Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1212026-08-29T04:09:44.016Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1222026-08-29T04:09:44.307Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1232026-08-29T04:09:45.353Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1242026-08-29T04:09:45.713Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1252026-08-29T04:09:46.212Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1262026-08-29T04:09:46.505Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1272026-08-29T04:09:47.077Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1282026-08-29T04:09:47.409Z Updating git repository `https://github.com/oxidecomputer/erebor`
1292026-08-29T04:09:47.676Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1302026-08-29T04:09:48.104Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1312026-08-29T04:09:48.457Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1322026-08-29T04:09:48.881Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1332026-08-29T04:09:49.253Z Updating git repository `https://github.com/oxidecomputer/ispf`
1342026-08-29T04:09:49.603Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1352026-08-29T04:09:50.063Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1362026-08-29T04:09:50.439Z Updating git repository `https://github.com/oxidecomputer/tough`
1372026-08-29T04:09:50.971Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1382026-08-29T04:09:51.281Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1392026-08-29T04:09:51.616Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1402026-08-29T04:09:51.971Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1412026-08-29T04:09:52.321Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1422026-08-29T04:09:52.587Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1432026-08-29T04:09:52.901Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1442026-08-29T04:09:53.215Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1452026-08-29T04:09:53.640Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1462026-08-29T04:09:54.074Z Updating git repository `https://github.com/illumos/smf-rs`
1472026-08-29T04:09:57.123Z Downloading crates ...
1482026-08-29T04:09:57.225Z Downloaded const_format_proc_macros v0.2.34
1492026-08-29T04:09:57.229Z Downloaded convert_case v0.10.0
1502026-08-29T04:09:57.229Z Downloaded addr2line v0.25.1
1512026-08-29T04:09:57.233Z Downloaded cmov v0.5.4
1522026-08-29T04:09:57.234Z Downloaded colored v2.2.0
1532026-08-29T04:09:57.234Z Downloaded critical-section v1.2.0
1542026-08-29T04:09:57.234Z Downloaded defmt-parser v1.0.0
1552026-08-29T04:09:57.238Z Downloaded corncobs v0.1.4
1562026-08-29T04:09:57.241Z Downloaded csv-core v0.1.13
1572026-08-29T04:09:57.241Z Downloaded data-encoding v2.10.0
1582026-08-29T04:09:57.241Z Downloaded derive-ex v0.1.8
1592026-08-29T04:09:57.241Z Downloaded des v0.9.0
1602026-08-29T04:09:57.241Z Downloaded diesel_table_macro_syntax v0.3.0
1612026-08-29T04:09:57.245Z Downloaded colored v3.1.1
1622026-08-29T04:09:57.249Z Downloaded clap v4.6.1
1632026-08-29T04:09:57.253Z Downloaded der v0.8.0
1642026-08-29T04:09:57.256Z Downloaded guppy-workspace-hack v0.1.0
1652026-08-29T04:09:57.256Z Downloaded clap_derive v4.6.1
1662026-08-29T04:09:57.260Z Downloaded crossbeam-epoch v0.9.18
1672026-08-29T04:09:57.260Z Downloaded anstyle-query v1.1.5
1682026-08-29T04:09:57.260Z Downloaded cookie v0.18.1
1692026-08-29T04:09:57.263Z Downloaded inout v0.2.2
1702026-08-29T04:09:57.263Z Downloaded console v0.15.11
1712026-08-29T04:09:57.267Z Downloaded crucible-workspace-hack v0.1.0
1722026-08-29T04:09:57.267Z Downloaded httpdate v1.0.3
1732026-08-29T04:09:57.267Z Downloaded compact_str v0.8.1
1742026-08-29T04:09:57.267Z Downloaded constant_time_eq v0.3.1
1752026-08-29T04:09:57.272Z Downloaded headers-core v0.3.0
1762026-08-29T04:09:57.272Z Downloaded hubpack_derive v0.1.1
1772026-08-29T04:09:57.272Z Downloaded illumos-nvpair-sys v0.2.0
1782026-08-29T04:09:57.276Z Downloaded idna_adapter v1.2.1
1792026-08-29T04:09:57.276Z Downloaded is_terminal_polyfill v1.70.2
1802026-08-29T04:09:57.276Z Downloaded clap_builder v4.6.0
1812026-08-29T04:09:57.280Z Downloaded criterion-plot v0.6.0
1822026-08-29T04:09:57.280Z Downloaded darling_macro v0.21.3
1832026-08-29T04:09:57.280Z Downloaded indent_write v2.2.0
1842026-08-29T04:09:57.284Z Downloaded instant v0.1.13
1852026-08-29T04:09:57.284Z Downloaded crossterm v0.28.1
1862026-08-29T04:09:57.287Z Downloaded ascii-canvas v3.0.0
1872026-08-29T04:09:57.287Z Downloaded colorchoice v1.0.4
1882026-08-29T04:09:57.291Z Downloaded highway v1.3.0
1892026-08-29T04:09:57.291Z Downloaded http-body-util v0.1.3
1902026-08-29T04:09:57.292Z Downloaded hubpack v0.1.2
1912026-08-29T04:09:57.292Z Downloaded derive_builder v0.20.2
1922026-08-29T04:09:57.296Z Downloaded crc8 v0.1.1
1932026-08-29T04:09:57.301Z Downloaded hex-literal v0.4.1
1942026-08-29T04:09:57.301Z Downloaded heck v0.5.0
1952026-08-29T04:09:57.305Z Downloaded const_format v0.2.35
1962026-08-29T04:09:57.309Z Downloaded convert_case v0.4.0
1972026-08-29T04:09:57.309Z Downloaded crunchy v0.2.4
1982026-08-29T04:09:57.309Z Downloaded hash32 v0.2.1
1992026-08-29T04:09:57.311Z Downloaded http-body v1.0.1
2002026-08-29T04:09:57.311Z Downloaded crc32fast v1.5.0
2012026-08-29T04:09:57.315Z Downloaded ctr v0.10.1
2022026-08-29T04:09:57.315Z Downloaded cmake v0.1.57
2032026-08-29T04:09:57.315Z Downloaded hostname v0.3.1
2042026-08-29T04:09:57.315Z Downloaded const-oid v0.9.6
2052026-08-29T04:09:57.319Z Downloaded is-terminal v0.4.17
2062026-08-29T04:09:57.319Z Downloaded hex v0.4.3
2072026-08-29T04:09:57.319Z Downloaded crc v3.4.0
2082026-08-29T04:09:57.323Z Downloaded curve25519-dalek-derive v0.1.1
2092026-08-29T04:09:57.327Z Downloaded compression-codecs v0.4.37
2102026-08-29T04:09:57.327Z Downloaded concurrent-queue v2.5.0
2112026-08-29T04:09:57.330Z Downloaded http-range v0.1.5
2122026-08-29T04:09:57.334Z Downloaded crypto-common v0.2.2
2132026-08-29T04:09:57.373Z Downloaded indoc v2.0.7
2142026-08-29T04:09:57.373Z Downloaded heck v0.4.1
2152026-08-29T04:09:57.373Z Downloaded cpufeatures v0.2.17
2162026-08-29T04:09:57.373Z Downloaded cpufeatures v0.3.0
2172026-08-29T04:09:57.373Z Downloaded cstr-argument v0.1.2
2182026-08-29T04:09:57.373Z Downloaded defmt v0.3.100
2192026-08-29T04:09:57.373Z Downloaded home v0.5.12
2202026-08-29T04:09:57.373Z Downloaded hyper-tls v0.6.0
2212026-08-29T04:09:57.373Z Downloaded crc-catalog v2.4.0
2222026-08-29T04:09:57.373Z Downloaded daft-derive v0.1.8
2232026-08-29T04:09:57.374Z Downloaded constant_time_eq v0.4.2
2242026-08-29T04:09:57.374Z Downloaded group v0.13.0
2252026-08-29T04:09:57.374Z Downloaded crc-any v2.5.0
2262026-08-29T04:09:57.374Z Downloaded derive_builder_macro v0.20.2
2272026-08-29T04:09:57.374Z Downloaded hex-literal v1.1.0
2282026-08-29T04:09:57.374Z Downloaded hostname v0.4.2
2292026-08-29T04:09:57.374Z Downloaded is_ci v1.2.0
2302026-08-29T04:09:57.374Z Downloaded clap_lex v1.0.0
2312026-08-29T04:09:57.374Z Downloaded compression-core v0.4.31
2322026-08-29T04:09:57.374Z Downloaded cobs v0.3.0
2332026-08-29T04:09:57.374Z Downloaded ingot-types v0.2.0
2342026-08-29T04:09:57.378Z Downloaded darling_macro v0.13.4
2352026-08-29T04:09:57.378Z Downloaded debug-ignore v1.0.5
2362026-08-29T04:09:57.381Z Downloaded chacha20 v0.9.1
2372026-08-29T04:09:57.385Z Downloaded humantime v2.3.0
2382026-08-29T04:09:57.385Z Downloaded darling_macro v0.23.0
2392026-08-29T04:09:57.388Z Downloaded crypto-common v0.1.7
2402026-08-29T04:09:57.388Z Downloaded darling v0.21.3
2412026-08-29T04:09:57.391Z Downloaded hyper-rustls v0.27.7
2422026-08-29T04:09:57.391Z Downloaded inout v0.1.4
2432026-08-29T04:09:57.391Z Downloaded bb8 v0.8.6
2442026-08-29T04:09:57.395Z Downloaded der_derive v0.7.3
2452026-08-29T04:09:57.395Z Downloaded crossbeam-utils v0.8.21
2462026-08-29T04:09:57.395Z Downloaded delegate v0.13.5
2472026-08-29T04:09:57.395Z Downloaded olpc-cjson v0.1.4
2482026-08-29T04:09:57.398Z Downloaded ident_case v1.0.1
2492026-08-29T04:09:57.400Z Downloaded cpubits v0.1.1
2502026-08-29T04:09:57.400Z Downloaded half v2.7.1
2512026-08-29T04:09:57.403Z Downloaded hickory-client v0.25.2
2522026-08-29T04:09:57.403Z Downloaded ipnet v2.12.0
2532026-08-29T04:09:57.403Z Downloaded atomic-waker v1.1.2
2542026-08-29T04:09:57.403Z Downloaded darling_core v0.23.0
2552026-08-29T04:09:57.406Z Downloaded atomicwrites v0.4.4
2562026-08-29T04:09:57.406Z Downloaded block-padding v0.4.2
2572026-08-29T04:09:57.406Z Downloaded cast v0.3.0
2582026-08-29T04:09:57.406Z Downloaded illumos-nvpair v0.3.0
2592026-08-29T04:09:57.410Z Downloaded anstyle v1.0.14
2602026-08-29T04:09:57.410Z Downloaded cipher v0.5.2
2612026-08-29T04:09:57.410Z Downloaded crossbeam-deque v0.8.6
2622026-08-29T04:09:57.413Z Downloaded hash32 v0.3.1
2632026-08-29T04:09:57.413Z Downloaded group v0.14.0
2642026-08-29T04:09:57.413Z Downloaded impl-trait-for-tuples v0.2.3
2652026-08-29T04:09:57.417Z Downloaded derive_builder_core v0.20.2
2662026-08-29T04:09:57.417Z Downloaded defmt v1.0.1
2672026-08-29T04:09:57.420Z Downloaded bitfield-macros v0.19.4
2682026-08-29T04:09:57.420Z Downloaded instability v0.3.11
2692026-08-29T04:09:57.420Z Downloaded percent-encoding v2.3.2
2702026-08-29T04:09:57.424Z Downloaded internet-checksum v0.2.1
2712026-08-29T04:09:57.424Z Downloaded base16ct v1.0.0
2722026-08-29T04:09:57.424Z Downloaded bit-set v0.5.3
2732026-08-29T04:09:57.424Z Downloaded castaway v0.2.4
2742026-08-29T04:09:57.428Z Downloaded const-oid v0.10.2
2752026-08-29T04:09:57.428Z Downloaded indoc v1.0.9
2762026-08-29T04:09:57.431Z Downloaded ctutils v0.4.2
2772026-08-29T04:09:57.434Z Downloaded clang-sys v1.8.1
2782026-08-29T04:09:57.434Z Downloaded half v1.8.3
2792026-08-29T04:09:57.435Z Downloaded defmt-macros v1.0.1
2802026-08-29T04:09:57.438Z Downloaded ingot-macros v0.2.0
2812026-08-29T04:09:57.441Z Downloaded darling v0.23.0
2822026-08-29T04:09:57.444Z Downloaded ipnetwork v0.21.1
2832026-08-29T04:09:57.444Z Downloaded darling_macro v0.20.11
2842026-08-29T04:09:57.449Z Downloaded password-hash v0.6.1
2852026-08-29T04:09:57.449Z Downloaded ingot v0.2.1
2862026-08-29T04:09:57.449Z Downloaded openssl-probe v0.2.1
2872026-08-29T04:09:57.449Z Downloaded daft v0.1.8
2882026-08-29T04:09:57.449Z Downloaded bitfield v0.19.4
2892026-08-29T04:09:57.452Z Downloaded pretty-hex v0.4.1
2902026-08-29T04:09:57.452Z Downloaded quick-error v1.2.3
2912026-08-29T04:09:57.455Z Downloaded ref-cast v1.0.25
2922026-08-29T04:09:57.459Z Downloaded hmac v0.13.0
2932026-08-29T04:09:57.462Z Downloaded cookie_store v0.22.1
2942026-08-29T04:09:57.462Z Downloaded datatest-stable v0.3.3
2952026-08-29T04:09:57.466Z Downloaded blowfish v0.10.0
2962026-08-29T04:09:57.466Z Downloaded byteorder v1.5.0
2972026-08-29T04:09:57.466Z Downloaded darling v0.20.11
2982026-08-29T04:09:57.469Z Downloaded derive_more-impl v2.1.1
2992026-08-29T04:09:57.470Z Downloaded peg-runtime v0.8.5
3002026-08-29T04:09:57.474Z Downloaded console v0.16.2
3012026-08-29T04:09:57.474Z Downloaded darling v0.13.4
3022026-08-29T04:09:57.474Z Downloaded serde_plain v1.0.2
3032026-08-29T04:09:57.474Z Downloaded pin-project-lite v0.2.17
3042026-08-29T04:09:57.477Z Downloaded rand_chacha v0.9.0
3052026-08-29T04:09:57.477Z Downloaded progenitor-client v0.14.0
3062026-08-29T04:09:57.477Z Downloaded russh-util v0.52.0
3072026-08-29T04:09:57.477Z Downloaded rustc_version v0.1.7
3082026-08-29T04:09:57.477Z Downloaded anyhow v1.0.104
3092026-08-29T04:09:57.480Z Downloaded progenitor-macro v0.13.0
3102026-08-29T04:09:57.484Z Downloaded proc-macro-error-attr2 v2.0.0
3112026-08-29T04:09:57.490Z Downloaded phf_shared v0.12.1
3122026-08-29T04:09:57.493Z Downloaded scroll_derive v0.13.1
3132026-08-29T04:09:57.494Z Downloaded supports-hyperlinks v3.2.0
3142026-08-29T04:09:57.494Z Downloaded serde_spanned v1.1.1
3152026-08-29T04:09:57.494Z Downloaded similar-asserts v1.7.0
3162026-08-29T04:09:57.497Z Downloaded cbc v0.2.1
3172026-08-29T04:09:57.500Z Downloaded primefield v0.14.0
3182026-08-29T04:09:57.500Z Downloaded deranged v0.5.8
3192026-08-29T04:09:57.503Z Downloaded poly1305 v0.8.0
3202026-08-29T04:09:57.503Z Downloaded parse-display-derive v0.10.0
3212026-08-29T04:09:57.503Z Downloaded pkcs8 v0.10.2
3222026-08-29T04:09:57.507Z Downloaded primeorder v0.13.6
3232026-08-29T04:09:57.507Z Downloaded relative-path v1.9.3
3242026-08-29T04:09:57.507Z Downloaded predicates v3.1.4
3252026-08-29T04:09:57.510Z Downloaded darling_core v0.13.4
3262026-08-29T04:09:57.510Z Downloaded sqlparser_derive v0.5.0
3272026-08-29T04:09:57.514Z Downloaded strip-ansi-escapes v0.2.1
3282026-08-29T04:09:57.514Z Downloaded supports-unicode v2.1.0
3292026-08-29T04:09:57.514Z Downloaded sync_wrapper v1.0.2
3302026-08-29T04:09:57.514Z Downloaded slog-envlogger v2.2.0
3312026-08-29T04:09:57.519Z Downloaded tower-service v0.3.3
3322026-08-29T04:09:57.519Z Downloaded signal-hook-mio v0.2.5
3332026-08-29T04:09:57.519Z Downloaded hyper-staticfile v0.10.1
3342026-08-29T04:09:57.522Z Downloaded httparse v1.10.1
3352026-08-29T04:09:57.528Z Downloaded diesel-dtrace v0.5.0
3362026-08-29T04:09:57.531Z Downloaded darling_core v0.21.3
3372026-08-29T04:09:57.535Z Downloaded sha2 v0.10.9
3382026-08-29T04:09:57.535Z Downloaded derive-where v1.6.0
3392026-08-29T04:09:57.541Z Downloaded arrayvec v0.7.6
3402026-08-29T04:09:57.541Z Downloaded hmac v0.12.1
3412026-08-29T04:09:57.541Z Downloaded cancel-safe-futures v0.1.5
3422026-08-29T04:09:57.544Z Downloaded psm v0.1.30
3432026-08-29T04:09:57.544Z Downloaded tap v1.0.1
3442026-08-29T04:09:57.544Z Downloaded structmeta v0.3.0
3452026-08-29T04:09:57.545Z Downloaded scopeguard v1.2.0
3462026-08-29T04:09:57.545Z Downloaded serde_bytes v0.11.19
3472026-08-29T04:09:57.545Z Downloaded target-triple v1.0.0
3482026-08-29T04:09:57.545Z Downloaded chacha20 v0.10.0
3492026-08-29T04:09:57.549Z Downloaded oxide-update-engine v0.1.2
3502026-08-29T04:09:57.549Z Downloaded snafu-derive v0.8.9
3512026-08-29T04:09:57.552Z Downloaded heapless v0.8.0
3522026-08-29T04:09:57.552Z Downloaded quote v1.0.45
3532026-08-29T04:09:57.557Z Downloaded usdt-attr-macro v0.6.0
3542026-08-29T04:09:57.557Z Downloaded unicode-xid v0.2.6
3552026-08-29T04:09:57.560Z Downloaded thread-id v4.2.2
3562026-08-29T04:09:57.560Z Downloaded derive_more v0.99.20
3572026-08-29T04:09:57.564Z Downloaded rand_core v0.6.4
3582026-08-29T04:09:57.564Z Downloaded typify-macro v0.6.2
3592026-08-29T04:09:57.564Z Downloaded heapless v0.7.17
3602026-08-29T04:09:57.567Z Downloaded iana-time-zone v0.1.65
3612026-08-29T04:09:57.570Z Downloaded indicatif v0.18.4
3622026-08-29T04:09:57.575Z Downloaded hickory-resolver v0.24.4
3632026-08-29T04:09:57.578Z Downloaded smf v0.2.3
3642026-08-29T04:09:57.578Z Downloaded serde-hex v0.1.0
3652026-08-29T04:09:57.578Z Downloaded universal-hash v0.6.1
3662026-08-29T04:09:57.578Z Downloaded usdt-macro v0.5.0
3672026-08-29T04:09:57.578Z Downloaded wait-timeout v0.2.1
3682026-08-29T04:09:57.579Z Downloaded time-macros v0.2.27
3692026-08-29T04:09:57.584Z Downloaded xshell-macros v0.2.7
3702026-08-29T04:09:57.584Z Downloaded icu_properties v2.1.2
3712026-08-29T04:09:57.584Z Downloaded once_cell v1.21.3
3722026-08-29T04:09:57.584Z Downloaded parking_lot v0.11.2
3732026-08-29T04:09:57.587Z Downloaded phc v0.6.1
3742026-08-29T04:09:57.587Z Downloaded hybrid-array v0.4.13
3752026-08-29T04:09:57.587Z Downloaded difflib v0.4.0
3762026-08-29T04:09:57.587Z Downloaded endian-type v0.1.2
3772026-08-29T04:09:57.588Z Downloaded pest_generator v2.8.6
3782026-08-29T04:09:57.588Z Downloaded downcast-rs v2.0.2
3792026-08-29T04:09:57.588Z Downloaded embedded-io v0.4.0
3802026-08-29T04:09:57.592Z Downloaded scrypt v0.12.0
3812026-08-29T04:09:57.592Z Downloaded waitgroup v0.1.2
3822026-08-29T04:09:57.592Z Downloaded dunce v1.0.5
3832026-08-29T04:09:57.592Z Downloaded darling_core v0.20.11
3842026-08-29T04:09:57.595Z Downloaded strum_macros v0.26.4
3852026-08-29T04:09:57.595Z Downloaded async-trait v0.1.89
3862026-08-29T04:09:57.599Z Downloaded dtrace-parser v0.3.0
3872026-08-29T04:09:57.599Z Downloaded paste v1.0.15
3882026-08-29T04:09:57.599Z Downloaded signature v2.2.0
3892026-08-29T04:09:57.599Z Downloaded synstructure v0.13.2
3902026-08-29T04:09:57.599Z Downloaded slog-json v2.6.1
3912026-08-29T04:09:57.602Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3922026-08-29T04:09:57.602Z Downloaded escape8259 v0.5.3
3932026-08-29T04:09:57.602Z Downloaded resolv-conf v0.7.6
3942026-08-29T04:09:57.602Z Downloaded tls_codec_derive v0.4.2
3952026-08-29T04:09:57.606Z Downloaded toml_datetime v0.7.5+spec-1.1.0
3962026-08-29T04:09:57.606Z Downloaded crypto-bigint v0.5.5
3972026-08-29T04:09:57.609Z Downloaded derive_more v2.1.1
3982026-08-29T04:09:57.613Z Downloaded indexmap v1.9.3
3992026-08-29T04:09:57.617Z Downloaded aes v0.9.1
4002026-08-29T04:09:57.617Z Downloaded vergen-git2 v9.1.0
4012026-08-29T04:09:57.617Z Downloaded foreign-types v0.5.0
4022026-08-29T04:09:57.620Z Downloaded foreign-types-macros v0.2.3
4032026-08-29T04:09:57.620Z Downloaded httptest v0.16.4
4042026-08-29T04:09:57.620Z Downloaded icu_provider v2.1.1
4052026-08-29T04:09:57.620Z Downloaded generic-array v0.14.7
4062026-08-29T04:09:57.624Z Downloaded thiserror-impl v2.0.18
4072026-08-29T04:09:57.624Z Downloaded funty v2.0.0
4082026-08-29T04:09:57.624Z Downloaded jiff-static v0.2.34
4092026-08-29T04:09:57.624Z Downloaded fnv v1.0.7
4102026-08-29T04:09:57.624Z Downloaded crossterm v0.29.0
4112026-08-29T04:09:57.627Z Downloaded event-listener-strategy v0.5.4
4122026-08-29T04:09:57.627Z Downloaded fixedbitset v0.4.2
4132026-08-29T04:09:57.628Z Downloaded futures-io v0.3.32
4142026-08-29T04:09:57.632Z Downloaded rcgen v0.12.1
4152026-08-29T04:09:57.632Z Downloaded libscf-sys v1.2.0
4162026-08-29T04:09:57.632Z Downloaded rustls-platform-verifier v0.6.2
4172026-08-29T04:09:57.632Z Downloaded vergen-gitcl v1.0.8
4182026-08-29T04:09:57.635Z Downloaded icu_locale_core v2.1.1
4192026-08-29T04:09:57.635Z Downloaded tokio-tungstenite v0.21.0
4202026-08-29T04:09:57.638Z Downloaded term v1.2.1
4212026-08-29T04:09:57.638Z Downloaded zerovec-derive v0.11.2
4222026-08-29T04:09:57.642Z Downloaded maplit v1.0.2
4232026-08-29T04:09:57.642Z Downloaded lru-slab v0.1.2
4242026-08-29T04:09:57.642Z Downloaded approx v0.5.1
4252026-08-29T04:09:57.642Z Downloaded keccak v0.1.6
4262026-08-29T04:09:57.645Z Downloaded blake2b_simd v1.0.4
4272026-08-29T04:09:57.645Z Downloaded p384 v0.14.0
4282026-08-29T04:09:57.648Z Downloaded zstd v0.13.3
4292026-08-29T04:09:57.648Z Downloaded schemars v0.8.22
4302026-08-29T04:09:57.653Z Downloaded crossbeam-channel v0.5.15
4312026-08-29T04:09:57.656Z Downloaded termcolor v1.4.1
4322026-08-29T04:09:57.656Z Downloaded env_logger v0.11.11
4332026-08-29T04:09:57.659Z Downloaded find-msvc-tools v0.1.9
4342026-08-29T04:09:57.659Z Downloaded md5 v0.8.0
4352026-08-29T04:09:57.659Z Downloaded miette-derive v5.10.0
4362026-08-29T04:09:57.659Z Downloaded num-iter v0.1.45
4372026-08-29T04:09:57.663Z Downloaded nested v0.1.1
4382026-08-29T04:09:57.663Z Downloaded wyz v0.5.1
4392026-08-29T04:09:57.663Z Downloaded async-object-pool v0.2.0
4402026-08-29T04:09:57.663Z Downloaded atty v0.2.14
4412026-08-29T04:09:57.663Z Downloaded omicron-zone-package v0.12.3
4422026-08-29T04:09:57.667Z Downloaded papergrid v0.11.0
4432026-08-29T04:09:57.676Z Downloaded globset v0.4.18
4442026-08-29T04:09:57.679Z Downloaded der v0.7.10
4452026-08-29T04:09:57.682Z Downloaded headers v0.4.1
4462026-08-29T04:09:57.686Z Downloaded diff v0.1.13
4472026-08-29T04:09:57.689Z Downloaded strum_macros v0.27.2
4482026-08-29T04:09:57.689Z Downloaded bcrypt-pbkdf v0.11.0
4492026-08-29T04:09:57.693Z Downloaded num-complex v0.4.6
4502026-08-29T04:09:57.693Z Downloaded cfg-if v1.0.4
4512026-08-29T04:09:57.693Z Downloaded parse-size v1.1.0
4522026-08-29T04:09:57.693Z Downloaded powerfmt v0.2.0
4532026-08-29T04:09:57.693Z Downloaded phf_shared v0.11.3
4542026-08-29T04:09:57.697Z Downloaded futures-executor v0.3.32
4552026-08-29T04:09:57.700Z Downloaded path-slash v0.1.5
4562026-08-29T04:09:57.700Z Downloaded progenitor-macro v0.14.0
4572026-08-29T04:09:57.705Z Downloaded icu_normalizer_data v2.1.1
4582026-08-29T04:09:57.709Z Downloaded zerocopy-derive v0.7.35
4592026-08-29T04:09:57.709Z Downloaded event-listener v5.4.1
4602026-08-29T04:09:57.712Z Downloaded anstream v0.6.21
4612026-08-29T04:09:57.715Z Downloaded git-stub v1.0.0
4622026-08-29T04:09:57.715Z Downloaded rfc6979 v0.4.0
4632026-08-29T04:09:57.716Z Downloaded psl-types v2.0.11
4642026-08-29T04:09:57.716Z Downloaded recursive v0.1.1
4652026-08-29T04:09:57.716Z Downloaded snafu v0.8.9
4662026-08-29T04:09:57.720Z Downloaded opaque-debug v0.3.1
4672026-08-29T04:09:57.723Z Downloaded postcard v1.1.3
4682026-08-29T04:09:57.723Z Downloaded rand_xorshift v0.4.0
4692026-08-29T04:09:57.723Z Downloaded toml v0.8.23
4702026-08-29T04:09:57.727Z Downloaded icu_normalizer v2.1.1
4712026-08-29T04:09:57.727Z Downloaded jobserver v0.1.34
4722026-08-29T04:09:57.730Z Downloaded ignore v0.4.25
4732026-08-29T04:09:57.730Z Downloaded serde_regex v1.1.0
4742026-08-29T04:09:57.730Z Downloaded async-compression v0.4.41
4752026-08-29T04:09:57.734Z Downloaded lock_api v0.4.14
4762026-08-29T04:09:57.734Z Downloaded native-tls v0.2.18
4772026-08-29T04:09:57.738Z Downloaded tungstenite v0.21.0
4782026-08-29T04:09:57.738Z Downloaded hashbrown v0.12.3
4792026-08-29T04:09:57.742Z Downloaded libefi-sys v0.1.0
4802026-08-29T04:09:57.742Z Downloaded linkme v0.3.35
4812026-08-29T04:09:57.742Z Downloaded rustc_version v0.4.1
4822026-08-29T04:09:57.745Z Downloaded usdt-macro v0.6.0
4832026-08-29T04:09:57.745Z Downloaded siphasher v1.0.2
4842026-08-29T04:09:57.745Z Downloaded slog-bunyan v2.5.0
4852026-08-29T04:09:57.750Z Downloaded terminal_size v0.4.3
4862026-08-29T04:09:57.750Z Downloaded module-lattice v0.2.3
4872026-08-29T04:09:57.754Z Downloaded proc-macro-crate v1.3.1
4882026-08-29T04:09:57.754Z Downloaded semver v0.1.20
4892026-08-29T04:09:57.754Z Downloaded scheduled-thread-pool v0.2.7
4902026-08-29T04:09:57.754Z Downloaded supports-color v3.0.2
4912026-08-29T04:09:57.754Z Downloaded tabled_derive v0.7.0
4922026-08-29T04:09:57.754Z Downloaded structmeta-derive v0.3.0
4932026-08-29T04:09:57.757Z Downloaded signature v3.0.0
4942026-08-29T04:09:57.761Z Downloaded hickory-server v0.25.2
4952026-08-29T04:09:57.764Z Downloaded tinyvec v1.10.0
4962026-08-29T04:09:57.767Z Downloaded backoff v0.4.0
4972026-08-29T04:09:57.767Z Downloaded socket2 v0.5.10
4982026-08-29T04:09:57.767Z Downloaded oxnet v0.1.6
4992026-08-29T04:09:57.771Z Downloaded http v1.4.2
5002026-08-29T04:09:57.771Z Downloaded hashbrown v0.13.2
5012026-08-29T04:09:57.774Z Downloaded diesel_derives v2.3.7
5022026-08-29T04:09:57.777Z Downloaded textwrap v0.16.2
5032026-08-29T04:09:57.777Z Downloaded assert_cmd v2.1.2
5042026-08-29T04:09:57.777Z Downloaded secrecy v0.10.3
5052026-08-29T04:09:57.782Z Downloaded stable_deref_trait v1.2.1
5062026-08-29T04:09:57.782Z Downloaded postgres-protocol v0.6.10
5072026-08-29T04:09:57.782Z Downloaded hickory-resolver v0.25.2
5082026-08-29T04:09:57.785Z Downloaded num-rational v0.4.2
5092026-08-29T04:09:57.785Z Downloaded hyper-util v0.1.20
5102026-08-29T04:09:57.789Z Downloaded argon2 v0.6.0-rc.8
5112026-08-29T04:09:57.789Z Downloaded bitflags v1.3.2
5122026-08-29T04:09:57.792Z Downloaded criterion v0.7.0
5132026-08-29T04:09:57.795Z Downloaded generic-array v1.4.3
5142026-08-29T04:09:57.795Z Downloaded universal-hash v0.5.1
5152026-08-29T04:09:57.800Z Downloaded bit-vec v0.6.3
5162026-08-29T04:09:57.800Z Downloaded bytecount v0.6.9
5172026-08-29T04:09:57.800Z Downloaded tracing-core v0.1.36
5182026-08-29T04:09:57.803Z Downloaded oorandom v11.1.5
5192026-08-29T04:09:57.803Z Downloaded peg-macros v0.8.5
5202026-08-29T04:09:57.803Z Downloaded trait-variant v0.1.2
5212026-08-29T04:09:57.803Z Downloaded yansi v1.0.1
5222026-08-29T04:09:57.803Z Downloaded hashbrown v0.14.5
5232026-08-29T04:09:57.808Z Downloaded cipher v0.4.4
5242026-08-29T04:09:57.808Z Downloaded ppv-lite86 v0.2.21
5252026-08-29T04:09:57.808Z Downloaded pem v3.0.6
5262026-08-29T04:09:57.812Z Downloaded rusty-fork v0.3.1
5272026-08-29T04:09:57.812Z Downloaded string_cache v0.8.9
5282026-08-29T04:09:57.815Z Downloaded utf8parse v0.2.2
5292026-08-29T04:09:57.815Z Downloaded want v0.3.1
5302026-08-29T04:09:57.825Z Downloaded openssl-sys v0.9.117
5312026-08-29T04:09:57.828Z Downloaded unicode-ident v1.0.24
5322026-08-29T04:09:57.828Z Downloaded scuffle v0.1.0
5332026-08-29T04:09:57.828Z Downloaded slog v2.8.2
5342026-08-29T04:09:57.828Z Downloaded rand v0.8.6
5352026-08-29T04:09:57.831Z Downloaded cfg-expr v0.20.6
5362026-08-29T04:09:57.831Z Downloaded unit-prefix v0.5.2
5372026-08-29T04:09:57.831Z Downloaded ahash v0.8.12
5382026-08-29T04:09:57.834Z Downloaded display-error-chain v0.2.2
5392026-08-29T04:09:57.834Z Downloaded dof v0.4.0
5402026-08-29T04:09:57.837Z Downloaded zone v0.3.1
5412026-08-29T04:09:57.837Z Downloaded drift v0.2.0
5422026-08-29T04:09:57.845Z Downloaded pkcs1 v0.7.5
5432026-08-29T04:09:57.848Z Downloaded serde_with v1.14.0
5442026-08-29T04:09:57.850Z Downloaded fastrand v2.3.0
5452026-08-29T04:09:57.850Z Downloaded dsl_auto_type v0.2.0
5462026-08-29T04:09:57.850Z Downloaded form_urlencoded v1.2.2
5472026-08-29T04:09:57.851Z Downloaded thiserror-impl v1.0.69
5482026-08-29T04:09:57.854Z Downloaded thread_local v1.1.9
5492026-08-29T04:09:57.854Z Downloaded ciborium v0.2.2
5502026-08-29T04:09:57.854Z Downloaded steno v0.4.1
5512026-08-29T04:09:57.857Z Downloaded errno v0.3.14
5522026-08-29T04:09:57.857Z Downloaded pin-project-internal v1.1.11
5532026-08-29T04:09:57.860Z Downloaded tinystr v0.8.2
5542026-08-29T04:09:57.863Z Downloaded tinytemplate v1.2.1
5552026-08-29T04:09:57.863Z Downloaded toml_write v0.1.2
5562026-08-29T04:09:57.863Z Downloaded match_cfg v0.1.0
5572026-08-29T04:09:57.867Z Downloaded foreign-types-shared v0.3.1
5582026-08-29T04:09:57.870Z Downloaded serde_tokenstream v0.3.0
5592026-08-29T04:09:57.873Z Downloaded kstat-rs v0.2.5
5602026-08-29T04:09:57.876Z Downloaded scroll v0.13.0
5612026-08-29T04:09:57.882Z Downloaded sha2 v0.11.0
5622026-08-29T04:09:57.888Z Downloaded slog-dtrace v0.3.0
5632026-08-29T04:09:57.890Z Downloaded bzip2 v0.4.4
5642026-08-29T04:09:57.891Z Downloaded rustls-pemfile v2.2.0
5652026-08-29T04:09:57.891Z Downloaded usdt-impl v0.5.0
5662026-08-29T04:09:57.895Z Downloaded normalize-line-endings v0.3.0
5672026-08-29T04:09:57.895Z Downloaded num_enum_derive v0.5.11
5682026-08-29T04:09:57.895Z Downloaded assert-json-diff v2.0.2
5692026-08-29T04:09:57.895Z Downloaded url v2.5.8
5702026-08-29T04:09:57.895Z Downloaded multimap v0.10.1
5712026-08-29T04:09:57.903Z Downloaded vergen-lib v0.1.6
5722026-08-29T04:09:57.906Z Downloaded zmij v1.0.21
5732026-08-29T04:09:57.906Z Downloaded shlex v1.3.0
5742026-08-29T04:09:57.906Z Downloaded bitfield-struct v0.6.2
5752026-08-29T04:09:57.911Z Downloaded base16ct v0.2.0
5762026-08-29T04:09:57.911Z Downloaded proc-macro-error2 v2.0.1
5772026-08-29T04:09:57.911Z Downloaded zip v0.6.6
5782026-08-29T04:09:57.914Z Downloaded async-recursion v1.1.1
5792026-08-29T04:09:57.914Z Downloaded itertools v0.10.5
5802026-08-29T04:09:57.922Z Downloaded either v1.15.0
5812026-08-29T04:09:57.925Z Downloaded foldhash v0.1.5
5822026-08-29T04:09:57.925Z Downloaded proc-macro2 v1.0.106
5832026-08-29T04:09:57.928Z Downloaded enum_dispatch v0.3.13
5842026-08-29T04:09:57.931Z Downloaded git-stub-vcs v0.1.0
5852026-08-29T04:09:57.931Z Downloaded openssl-probe v0.1.6
5862026-08-29T04:09:57.931Z Downloaded packed_struct_codegen v0.10.1
5872026-08-29T04:09:57.935Z Downloaded predicates-core v1.0.10
5882026-08-29T04:09:57.935Z Downloaded tokio-rustls v0.26.4
5892026-08-29T04:09:57.938Z Downloaded radium v0.7.0
5902026-08-29T04:09:57.938Z Downloaded toml_edit v0.19.15
5912026-08-29T04:09:57.946Z Downloaded papergrid v0.18.0
5922026-08-29T04:09:57.949Z Downloaded vergen v9.1.0
5932026-08-29T04:09:57.952Z Downloaded ryu v1.0.23
5942026-08-29T04:09:57.952Z Downloaded unicode-properties v0.1.4
5952026-08-29T04:09:57.955Z Downloaded progenitor-impl v0.14.0
5962026-08-29T04:09:57.955Z Downloaded serde_yaml v0.9.34+deprecated
5972026-08-29T04:09:57.958Z Downloaded ff v0.14.0
5982026-08-29T04:09:57.958Z Downloaded filetime v0.2.27
5992026-08-29T04:09:57.958Z Downloaded fs-err v2.11.0
6002026-08-29T04:09:57.971Z Downloaded test-strategy v0.4.5
6012026-08-29T04:09:57.971Z Downloaded proc-macro-error-attr v1.0.4
6022026-08-29T04:09:57.971Z Downloaded internal-russh-num-bigint v0.5.0
6032026-08-29T04:09:57.974Z Downloaded samael v0.0.19
6042026-08-29T04:09:57.977Z Downloaded subprocess v0.2.15
6052026-08-29T04:09:57.978Z Downloaded yasna v0.5.2
6062026-08-29T04:09:57.981Z Downloaded nanorand v0.7.0
6072026-08-29T04:09:57.981Z Downloaded russh-cryptovec v0.62.0
6082026-08-29T04:09:57.981Z Downloaded icu_collections v2.1.1
6092026-08-29T04:09:57.984Z Downloaded miette-derive v7.6.0
6102026-08-29T04:09:57.984Z Downloaded shell-words v1.1.1
6112026-08-29T04:09:57.984Z Downloaded buf-list v1.1.2
6122026-08-29T04:09:57.990Z Downloaded aead v0.6.1
6132026-08-29T04:09:57.993Z Downloaded oxide-generation v0.1.3
6142026-08-29T04:09:57.993Z Downloaded strum v0.26.3
6152026-08-29T04:09:57.996Z Downloaded path-tree v0.8.3
6162026-08-29T04:09:57.999Z Downloaded smawk v0.3.2
6172026-08-29T04:09:58.004Z Downloaded indexmap v2.14.0
6182026-08-29T04:09:58.004Z Downloaded guppy v0.17.25
6192026-08-29T04:09:58.007Z Downloaded backon v1.6.0
6202026-08-29T04:09:58.011Z Downloaded testing_table v0.3.0
6212026-08-29T04:09:58.011Z Downloaded tokio-test v0.4.5
6222026-08-29T04:09:58.011Z Downloaded progenitor-extras v0.2.0
6232026-08-29T04:09:58.011Z Downloaded litemap v0.8.1
6242026-08-29T04:09:58.015Z Downloaded rustyline v14.0.0
6252026-08-29T04:09:58.018Z Downloaded unicode-bidi v0.3.18
6262026-08-29T04:09:58.021Z Downloaded typenum v1.20.1
6272026-08-29T04:09:58.021Z Downloaded cargo_metadata v0.23.1
6282026-08-29T04:09:58.024Z Downloaded swrite v0.1.0
6292026-08-29T04:09:58.024Z Downloaded terminal_size v0.1.17
6302026-08-29T04:09:58.024Z Downloaded topological-sort v0.2.2
6312026-08-29T04:09:58.028Z Downloaded bytes v1.11.1
6322026-08-29T04:09:58.028Z Downloaded tokio-postgres v0.7.16
6332026-08-29T04:09:58.031Z Downloaded pem-rfc7468 v0.7.0
6342026-08-29T04:09:58.031Z Downloaded itertools v0.12.1
6352026-08-29T04:09:58.034Z Downloaded itertools v0.13.0
6362026-08-29T04:09:58.038Z Downloaded unicode-linebreak v0.1.5
6372026-08-29T04:09:58.041Z Downloaded hashbrown v0.17.0
6382026-08-29T04:09:58.045Z Downloaded port-file v0.1.0
6392026-08-29T04:09:58.046Z Downloaded utf-8 v0.7.6
6402026-08-29T04:09:58.046Z Downloaded hashbrown v0.16.1
6412026-08-29T04:09:58.049Z Downloaded memmap2 v0.9.10
6422026-08-29T04:09:58.049Z Downloaded miniz_oxide v0.8.9
6432026-08-29T04:09:58.049Z Downloaded dirs-next v2.0.0
6442026-08-29T04:09:58.052Z Downloaded dirs-sys-next v0.1.2
6452026-08-29T04:09:58.052Z Downloaded serde_path_to_error v0.1.20
6462026-08-29T04:09:58.052Z Downloaded slog-stdlog v4.1.1
6472026-08-29T04:09:58.052Z Downloaded spki v0.7.3
6482026-08-29T04:09:58.052Z Downloaded camino v1.2.5
6492026-08-29T04:09:58.056Z Downloaded memchr v2.8.0
6502026-08-29T04:09:58.060Z Downloaded publicsuffix v2.3.0
6512026-08-29T04:09:58.063Z Downloaded yoke-derive v0.8.1
6522026-08-29T04:09:58.063Z Downloaded embedded-io v0.6.1
6532026-08-29T04:09:58.068Z Downloaded stringmetrics v2.2.2
6542026-08-29T04:09:58.068Z Downloaded serde_derive v1.0.228
6552026-08-29T04:09:58.071Z Downloaded scroll v0.12.0
6562026-08-29T04:09:58.077Z Downloaded schemars_derive v0.8.22
6572026-08-29T04:09:58.077Z Downloaded ssh-encoding v0.3.0
6582026-08-29T04:09:58.081Z Downloaded support-bundle-viewer v0.1.2
6592026-08-29T04:09:58.081Z Downloaded target-lexicon v0.13.3
6602026-08-29T04:09:58.081Z Downloaded gethostname v0.5.0
6612026-08-29T04:09:58.084Z Downloaded flagset v0.4.7
6622026-08-29T04:09:58.084Z Downloaded bitflags v2.11.0
6632026-08-29T04:09:58.084Z Downloaded hashbrown v0.15.5
6642026-08-29T04:09:58.088Z Downloaded litrs v1.0.0
6652026-08-29T04:09:58.093Z Downloaded tiny-keccak v2.0.2
6662026-08-29T04:09:58.093Z Downloaded toml_edit v0.22.27
6672026-08-29T04:09:58.096Z Downloaded num-traits v0.2.19
6682026-08-29T04:09:58.096Z Downloaded aes-gcm v0.11.0
6692026-08-29T04:09:58.096Z Downloaded reqwest v0.13.2
6702026-08-29T04:09:58.099Z Downloaded dropshot_endpoint v0.17.1
6712026-08-29T04:09:58.104Z Downloaded cassowary v0.3.0
6722026-08-29T04:09:58.104Z Downloaded kem v0.3.0
6732026-08-29T04:09:58.104Z Downloaded tokio-dtrace v0.1.1
6742026-08-29T04:09:58.104Z Downloaded linked-hash-map v0.5.6
6752026-08-29T04:09:58.107Z Downloaded lru-cache v0.1.2
6762026-08-29T04:09:58.107Z Downloaded icu_properties_data v2.1.2
6772026-08-29T04:09:58.111Z Downloaded maybe-uninit v2.0.0
6782026-08-29T04:09:58.111Z Downloaded parking_lot_core v0.9.12
6792026-08-29T04:09:58.111Z Downloaded pkcs8 v0.11.0
6802026-08-29T04:09:58.115Z Downloaded hkdf v0.13.0
6812026-08-29T04:09:58.115Z Downloaded iri-string v0.7.10
6822026-08-29T04:09:58.118Z Downloaded p256 v0.14.0
6832026-08-29T04:09:58.121Z Downloaded usdt v0.5.0
6842026-08-29T04:09:58.122Z Downloaded new_debug_unreachable v1.0.6
6852026-08-29T04:09:58.122Z Downloaded getrandom v0.3.4
6862026-08-29T04:09:58.125Z Downloaded rsa v0.9.10
6872026-08-29T04:09:58.125Z Downloaded newtype_derive v0.1.6
6882026-08-29T04:09:58.125Z Downloaded nonempty v0.12.0
6892026-08-29T04:09:58.128Z Downloaded vsss-rs v3.3.4
6902026-08-29T04:09:58.128Z Downloaded writeable v0.6.2
6912026-08-29T04:09:58.128Z Downloaded num-conv v0.2.0
6922026-08-29T04:09:58.131Z Downloaded serde_with_macros v3.21.0
6932026-08-29T04:09:58.131Z Downloaded crypto-primes v0.7.2
6942026-08-29T04:09:58.134Z Downloaded tungstenite v0.23.0
6952026-08-29T04:09:58.134Z Downloaded unicode-segmentation v1.12.0
6962026-08-29T04:09:58.137Z Downloaded zerovec v0.11.5
6972026-08-29T04:09:58.141Z Downloaded whoami v2.1.0
6982026-08-29T04:09:58.141Z Downloaded dtrace-parser v0.2.0
6992026-08-29T04:09:58.141Z Downloaded ed25519 v2.2.3
7002026-08-29T04:09:58.144Z Downloaded array-init v0.0.4
7012026-08-29T04:09:58.144Z Downloaded arrayref v0.3.9
7022026-08-29T04:09:58.144Z Downloaded block-buffer v0.12.1
7032026-08-29T04:09:58.144Z Downloaded assert_matches v1.5.0
7042026-08-29T04:09:58.144Z Downloaded rustversion v1.0.22
7052026-08-29T04:09:58.144Z Downloaded ciborium-io v0.2.2
7062026-08-29T04:09:58.149Z Downloaded oso-derive v0.27.3
7072026-08-29T04:09:58.149Z Downloaded block-buffer v0.10.4
7082026-08-29T04:09:58.149Z Downloaded ena v0.14.4
7092026-08-29T04:09:58.149Z Downloaded cargo-platform v0.3.2
7102026-08-29T04:09:58.149Z Downloaded idna v1.1.0
7112026-08-29T04:09:58.152Z Downloaded jiff-core v0.1.0
7122026-08-29T04:09:58.152Z Downloaded fallible-iterator v0.2.0
7132026-08-29T04:09:58.152Z Downloaded ff v0.13.1
7142026-08-29T04:09:58.156Z Downloaded keccak v0.2.0
7152026-08-29T04:09:58.156Z Downloaded managed v0.8.0
7162026-08-29T04:09:58.156Z Downloaded allocator-api2 v0.2.21
7172026-08-29T04:09:58.156Z Downloaded rand_pcg v0.10.2
7182026-08-29T04:09:58.159Z Downloaded salsa20 v0.11.0
7192026-08-29T04:09:58.159Z Downloaded fixedbitset v0.5.7
7202026-08-29T04:09:58.159Z Downloaded pathdiff v0.2.3
7212026-08-29T04:09:58.159Z Downloaded ed25519-dalek v3.0.0
7222026-08-29T04:09:58.160Z Downloaded hkdf v0.12.4
7232026-08-29T04:09:58.164Z Downloaded tokio-tungstenite v0.23.1
7242026-08-29T04:09:58.164Z Downloaded ucd-trie v0.1.7
7252026-08-29T04:09:58.164Z Downloaded ref-cast-impl v1.0.25
7262026-08-29T04:09:58.167Z Downloaded plotters v0.3.7
7272026-08-29T04:09:58.170Z Downloaded rfc6979 v0.6.0
7282026-08-29T04:09:58.170Z Downloaded libxml v0.3.3
7292026-08-29T04:09:58.173Z Downloaded reqwest v0.12.28
7302026-08-29T04:09:58.177Z Downloaded libsw v3.5.0
7312026-08-29T04:09:58.178Z Downloaded precomputed-hash v0.1.1
7322026-08-29T04:09:58.178Z Downloaded iddqd v0.4.2
7332026-08-29T04:09:58.182Z Downloaded seq-macro v0.3.6
7342026-08-29T04:09:58.182Z Downloaded same-file v1.0.6
7352026-08-29T04:09:58.182Z Downloaded nom v7.1.3
7362026-08-29T04:09:58.185Z Downloaded pkcs5 v0.8.1
7372026-08-29T04:09:58.188Z Downloaded signal-hook v0.3.18
7382026-08-29T04:09:58.188Z Downloaded sha1 v0.10.6
7392026-08-29T04:09:58.191Z Downloaded bit-vec v0.8.0
7402026-08-29T04:09:58.191Z Downloaded itertools v0.14.0
7412026-08-29T04:09:58.194Z Downloaded signal-hook-tokio v0.3.1
7422026-08-29T04:09:58.194Z Downloaded oxide-update-engine-types v0.1.2
7432026-08-29T04:09:58.198Z Downloaded futures-channel v0.3.32
7442026-08-29T04:09:58.198Z Downloaded knuffel v3.2.0
7452026-08-29T04:09:58.201Z Downloaded minimal-lexical v0.2.1
7462026-08-29T04:09:58.201Z Downloaded base64ct v1.8.3
7472026-08-29T04:09:58.204Z Downloaded num_enum v0.7.6
7482026-08-29T04:09:58.204Z Downloaded anstyle-parse v1.0.0
7492026-08-29T04:09:58.208Z Downloaded pest_meta v2.8.6
7502026-08-29T04:09:58.208Z Downloaded strum v0.27.2
7512026-08-29T04:09:58.208Z Downloaded untrusted v0.9.0
7522026-08-29T04:09:58.208Z Downloaded sync-ptr v0.1.4
7532026-08-29T04:09:58.208Z Downloaded unarray v0.1.4
7542026-08-29T04:09:58.211Z Downloaded utf8_iter v1.0.4
7552026-08-29T04:09:58.211Z Downloaded thread-id v5.1.0
7562026-08-29T04:09:58.212Z Downloaded rayon-core v1.13.0
7572026-08-29T04:09:58.215Z Downloaded version_check v0.9.5
7582026-08-29T04:09:58.215Z Downloaded hyper v1.10.1
7592026-08-29T04:09:58.217Z Downloaded pkg-config v0.3.32
7602026-08-29T04:09:58.217Z Downloaded trybuild v1.0.116
7612026-08-29T04:09:58.220Z Downloaded document-features v0.2.12
7622026-08-29T04:09:58.220Z Downloaded float-ord v0.3.2
7632026-08-29T04:09:58.220Z Downloaded rstest_macros v0.25.0
7642026-08-29T04:09:58.223Z Downloaded itoa v1.0.17
7652026-08-29T04:09:58.223Z Downloaded pbkdf2 v0.13.0
7662026-08-29T04:09:58.223Z Downloaded rand_core v0.10.0
7672026-08-29T04:09:58.223Z Downloaded fs-err v3.3.0
7682026-08-29T04:09:58.226Z Downloaded void v1.0.2
7692026-08-29T04:09:58.226Z Downloaded enum-as-inner v0.6.1
7702026-08-29T04:09:58.229Z Downloaded itertools v0.15.0
7712026-08-29T04:09:58.233Z Downloaded float-cmp v0.10.0
7722026-08-29T04:09:58.236Z Downloaded phf v0.13.1
7732026-08-29T04:09:58.236Z Downloaded progenitor v0.14.0
7742026-08-29T04:09:58.236Z Downloaded chacha20poly1305 v0.10.1
7752026-08-29T04:09:58.238Z Downloaded sec1 v0.7.3
7762026-08-29T04:09:58.239Z Downloaded serde_tokenstream v0.2.3
7772026-08-29T04:09:58.242Z Downloaded textwrap v0.15.2
7782026-08-29T04:09:58.242Z Downloaded x509-cert v0.2.5
7792026-08-29T04:09:58.245Z Downloaded dropshot-api-manager-types v0.8.0
7802026-08-29T04:09:58.245Z Downloaded lzss v0.8.2
7812026-08-29T04:09:58.248Z Downloaded nodrop v0.1.14
7822026-08-29T04:09:58.248Z Downloaded bit-set v0.8.0
7832026-08-29T04:09:58.248Z Downloaded memoffset v0.9.1
7842026-08-29T04:09:58.251Z Downloaded cfg_aliases v0.2.1
7852026-08-29T04:09:58.253Z Downloaded quinn v0.11.11
7862026-08-29T04:09:58.256Z Downloaded primeorder v0.14.0
7872026-08-29T04:09:58.256Z Downloaded progenitor-client v0.13.0
7882026-08-29T04:09:58.259Z Downloaded spki v0.8.0
7892026-08-29T04:09:58.259Z Downloaded nom v8.0.0
7902026-08-29T04:09:58.262Z Downloaded slog-scope v4.4.1
7912026-08-29T04:09:58.262Z Downloaded num_enum_derive v0.7.6
7922026-08-29T04:09:58.265Z Downloaded async-stream-impl v0.3.6
7932026-08-29T04:09:58.265Z Downloaded ciborium-ll v0.2.2
7942026-08-29T04:09:58.265Z Downloaded recursive-proc-macro-impl v0.1.1
7952026-08-29T04:09:58.265Z Downloaded thiserror v1.0.69
7962026-08-29T04:09:58.271Z Downloaded rand_distr v0.5.1
7972026-08-29T04:09:58.273Z Downloaded zerocopy v0.6.6
7982026-08-29T04:09:58.278Z Downloaded stringprep v0.1.5
7992026-08-29T04:09:58.280Z Downloaded strum_macros v0.24.3
8002026-08-29T04:09:58.280Z Downloaded toml_writer v1.1.1+spec-1.1.0
8012026-08-29T04:09:58.281Z Downloaded vergen-lib v9.1.0
8022026-08-29T04:09:58.283Z Downloaded tagptr v0.2.0
8032026-08-29T04:09:58.286Z Downloaded sponge-cursor v0.1.0
8042026-08-29T04:09:58.289Z Downloaded rsa v0.10.0-rc.18
8052026-08-29T04:09:58.293Z Downloaded tui-tree-widget v0.23.1
8062026-08-29T04:09:58.298Z Downloaded strsim v0.11.1
8072026-08-29T04:09:58.303Z Downloaded thiserror-impl-no-std v2.0.2
8082026-08-29T04:09:58.306Z Downloaded strsim v0.10.0
8092026-08-29T04:09:58.306Z Downloaded goblin v0.8.2
8102026-08-29T04:09:58.309Z Downloaded h2 v0.4.15
8112026-08-29T04:09:58.312Z Downloaded parking_lot v0.12.5
8122026-08-29T04:09:58.315Z Downloaded ed25519-dalek v2.2.0
8132026-08-29T04:09:58.315Z Downloaded digest-io v0.1.0
8142026-08-29T04:09:58.319Z Downloaded base64 v0.21.7
8152026-08-29T04:09:58.319Z Downloaded ed25519 v3.0.0
8162026-08-29T04:09:58.357Z Downloaded knuffel-derive v3.2.0
8172026-08-29T04:09:58.357Z Downloaded poly1305 v0.9.0
8182026-08-29T04:09:58.357Z Downloaded quinn-udp v0.5.14
8192026-08-29T04:09:58.357Z Downloaded bs58 v0.5.1
8202026-08-29T04:09:58.364Z Downloaded oxide-generation-macros v0.2.0
8212026-08-29T04:09:58.364Z Downloaded linear-map v1.2.0
8222026-08-29T04:09:58.364Z Downloaded multer v3.1.0
8232026-08-29T04:09:58.364Z Downloaded anstyle-parse v0.2.7
8242026-08-29T04:09:58.364Z Downloaded unicode-truncate v1.1.0
8252026-08-29T04:09:58.364Z Downloaded fd-lock v4.0.4
8262026-08-29T04:09:58.364Z Downloaded zone_cfg_derive v0.3.1
8272026-08-29T04:09:58.364Z Downloaded futures-sink v0.3.32
8282026-08-29T04:09:58.364Z Downloaded zerofrom v0.1.6
8292026-08-29T04:09:58.364Z Downloaded spin v0.9.8
8302026-08-29T04:09:58.364Z Downloaded anstream v1.0.0
8312026-08-29T04:09:58.365Z Downloaded autocfg v1.5.0
8322026-08-29T04:09:58.365Z Downloaded prettyplease v0.2.37
8332026-08-29T04:09:58.365Z Downloaded potential_utf v0.1.4
8342026-08-29T04:09:58.365Z Downloaded phf v0.12.1
8352026-08-29T04:09:58.365Z Downloaded slab v0.4.12
8362026-08-29T04:09:58.365Z Downloaded owo-colors v3.5.0
8372026-08-29T04:09:58.365Z Downloaded owo-colors v4.3.0
8382026-08-29T04:09:58.365Z Downloaded num v0.4.3
8392026-08-29T04:09:58.365Z Downloaded linkme-impl v0.3.35
8402026-08-29T04:09:58.365Z Downloaded memmap v0.7.0
8412026-08-29T04:09:58.365Z Downloaded tempfile v3.27.0
8422026-08-29T04:09:58.367Z Downloaded tokio-stream v0.1.18
8432026-08-29T04:09:58.367Z Downloaded rustc-demangle v0.1.27
8442026-08-29T04:09:58.367Z Downloaded signal-hook-registry v1.4.8
8452026-08-29T04:09:58.367Z Downloaded serde_derive_internals v0.29.1
8462026-08-29T04:09:58.367Z Downloaded sapling-renderdag v0.1.0
8472026-08-29T04:09:58.370Z Downloaded schemars v1.2.1
8482026-08-29T04:09:58.371Z Downloaded serde_with v3.21.0
8492026-08-29T04:09:58.376Z Downloaded slog-async v2.8.0
8502026-08-29T04:09:58.379Z Downloaded rtoolbox v0.0.3
8512026-08-29T04:09:58.379Z Downloaded digest v0.10.7
8522026-08-29T04:09:58.379Z Downloaded sigpipe v0.1.3
8532026-08-29T04:09:58.379Z Downloaded tabwriter v1.4.1
8542026-08-29T04:09:58.382Z Downloaded serde_with_macros v1.5.2
8552026-08-29T04:09:58.382Z Downloaded take_mut v0.2.2
8562026-08-29T04:09:58.382Z Downloaded whoami v1.6.1
8572026-08-29T04:09:58.385Z Downloaded tls_codec v0.4.2
8582026-08-29T04:09:58.386Z Downloaded bzip2 v0.6.1
8592026-08-29T04:09:58.389Z Downloaded tokio-macros v2.7.0
8602026-08-29T04:09:58.392Z Downloaded portable-atomic v1.13.1
8612026-08-29T04:09:58.395Z Downloaded serde_core v1.0.228
8622026-08-29T04:09:58.398Z Downloaded pkcs1 v0.8.0-rc.4
8632026-08-29T04:09:58.398Z Downloaded tower-layer v0.3.3
8642026-08-29T04:09:58.398Z Downloaded regex v1.12.3
8652026-08-29T04:09:58.401Z Downloaded num_enum v0.5.11
8662026-08-29T04:09:58.404Z Downloaded parse-display v0.10.0
8672026-08-29T04:09:58.404Z Downloaded libtest-mimic v0.8.1
8682026-08-29T04:09:58.407Z Downloaded usdt-attr-macro v0.5.0
8692026-08-29T04:09:58.407Z Downloaded dyn-clone v1.0.20
8702026-08-29T04:09:58.407Z Downloaded toml v0.7.8
8712026-08-29T04:09:58.410Z Downloaded password-hash v0.5.0
8722026-08-29T04:09:58.410Z Downloaded env_filter v2.0.0
8732026-08-29T04:09:58.410Z Downloaded argon2 v0.5.3
8742026-08-29T04:09:58.414Z Downloaded postgres-types v0.2.12
8752026-08-29T04:09:58.417Z Downloaded nu-ansi-term v0.50.3
8762026-08-29T04:09:58.420Z Downloaded r2d2 v0.8.10
8772026-08-29T04:09:58.423Z Downloaded newline-converter v0.3.0
8782026-08-29T04:09:58.423Z Downloaded rustls-pki-types v1.14.0
8792026-08-29T04:09:58.425Z Downloaded anes v0.1.6
8802026-08-29T04:09:58.425Z Downloaded cexpr v0.6.0
8812026-08-29T04:09:58.429Z Downloaded partial-io v0.5.4
8822026-08-29T04:09:58.429Z Downloaded globwalk v0.9.1
8832026-08-29T04:09:58.433Z Downloaded num-derive v0.4.2
8842026-08-29T04:09:58.436Z Downloaded lalrpop-util v0.19.12
8852026-08-29T04:09:58.441Z Downloaded typify v0.6.2
8862026-08-29T04:09:58.444Z Downloaded zerocopy-derive v0.8.55
8872026-08-29T04:09:58.449Z Downloaded oso v0.27.3
8882026-08-29T04:09:58.452Z Downloaded serde-big-array v0.5.1
8892026-08-29T04:09:58.455Z Downloaded cfg_aliases v0.1.1
8902026-08-29T04:09:58.455Z Downloaded tinyvec_macros v0.1.1
8912026-08-29T04:09:58.455Z Downloaded openssl-macros v0.1.1
8922026-08-29T04:09:58.455Z Downloaded proc-macro-crate v3.4.0
8932026-08-29T04:09:58.455Z Downloaded usdt v0.6.0
8942026-08-29T04:09:58.455Z Downloaded stacker v0.1.23
8952026-08-29T04:09:58.458Z Downloaded tracing-attributes v0.1.31
8962026-08-29T04:09:58.458Z Downloaded serde_spanned v0.6.9
8972026-08-29T04:09:58.461Z Downloaded serde_urlencoded v0.7.1
8982026-08-29T04:09:58.461Z Downloaded term v0.7.0
8992026-08-29T04:09:58.464Z Downloaded zeroize v1.9.0
9002026-08-29T04:09:58.464Z Downloaded static_assertions v1.1.0
9012026-08-29T04:09:58.464Z Downloaded foreign-types-shared v0.1.1
9022026-08-29T04:09:58.464Z Downloaded fxhash v0.2.1
9032026-08-29T04:09:58.464Z Downloaded sqlformat v0.3.5
9042026-08-29T04:09:58.467Z Downloaded fs_extra v1.3.0
9052026-08-29T04:09:58.467Z Downloaded digest v0.11.3
9062026-08-29T04:09:58.470Z Downloaded subtle v2.6.1
9072026-08-29T04:09:58.470Z Downloaded supports-unicode v3.0.0
9082026-08-29T04:09:58.470Z Downloaded unicode_categories v0.1.1
9092026-08-29T04:09:58.475Z Downloaded mio v1.2.0
9102026-08-29T04:09:58.480Z Downloaded tokio-util v0.7.18
9112026-08-29T04:09:58.483Z Downloaded getrandom v0.2.17
9122026-08-29T04:09:58.485Z Downloaded goblin v0.10.5
9132026-08-29T04:09:58.489Z Downloaded usdt-impl v0.6.0
9142026-08-29T04:09:58.491Z Downloaded walkdir v2.5.0
9152026-08-29T04:09:58.491Z Downloaded rstest v0.25.0
9162026-08-29T04:09:58.495Z Downloaded semver v1.0.28
9172026-08-29T04:09:58.498Z Downloaded plotters-backend v0.3.7
9182026-08-29T04:09:58.498Z Downloaded lru v0.12.5
9192026-08-29T04:09:58.498Z Downloaded progenitor-impl v0.13.0
9202026-08-29T04:09:58.498Z Downloaded tower-http v0.6.8
9212026-08-29T04:09:58.504Z Downloaded vte v0.14.1
9222026-08-29T04:09:58.507Z Downloaded rustc-hash v2.1.1
9232026-08-29T04:09:58.507Z Downloaded futures-timer v3.0.3
9242026-08-29T04:09:58.507Z Downloaded knus-derive v3.4.0
9252026-08-29T04:09:58.507Z Downloaded peg v0.8.5
9262026-08-29T04:09:58.511Z Downloaded num-integer v0.1.46
9272026-08-29T04:09:58.512Z Downloaded nibble_vec v0.1.0
9282026-08-29T04:09:58.515Z Downloaded sha3 v0.12.0
9292026-08-29T04:09:58.515Z Downloaded untrusted v0.7.1
9302026-08-29T04:09:58.515Z Downloaded mime_guess v2.0.5
9312026-08-29T04:09:58.518Z Downloaded winnow v0.7.14
9322026-08-29T04:09:58.522Z Downloaded num-bigint-dig v0.8.6
9332026-08-29T04:09:58.525Z Downloaded rustls-native-certs v0.8.3
9342026-08-29T04:09:58.525Z Downloaded sec1 v0.8.1
9352026-08-29T04:09:58.529Z Downloaded zerofrom-derive v0.1.6
9362026-08-29T04:09:58.529Z Downloaded xattr v1.6.1
9372026-08-29T04:09:58.529Z Downloaded flume v0.11.1
9382026-08-29T04:09:58.532Z Downloaded bcs v0.1.6
9392026-08-29T04:09:58.532Z Downloaded oxide-update-engine-display v0.1.2
9402026-08-29T04:09:58.532Z Downloaded packed_struct v0.10.1
9412026-08-29T04:09:58.532Z Downloaded try-lock v0.2.5
9422026-08-29T04:09:58.535Z Downloaded oxide-tokio-rt v0.1.4
9432026-08-29T04:09:58.535Z Downloaded tokio-native-tls v0.3.1
9442026-08-29T04:09:58.535Z Downloaded zip v4.6.1
9452026-08-29T04:09:58.538Z Downloaded macaddr v1.0.1
9462026-08-29T04:09:58.542Z Downloaded ecdsa v0.16.9
9472026-08-29T04:09:58.543Z Downloaded supports-hyperlinks v2.1.0
9482026-08-29T04:09:58.543Z Downloaded zerotrie v0.2.3
9492026-08-29T04:09:58.547Z Downloaded lazy_static v1.5.0
9502026-08-29T04:09:58.547Z Downloaded parking v2.2.1
9512026-08-29T04:09:58.547Z Downloaded backtrace-ext v0.2.1
9522026-08-29T04:09:58.547Z Downloaded getrandom v0.4.3
9532026-08-29T04:09:58.547Z Downloaded libbz2-rs-sys v0.2.2
9542026-08-29T04:09:58.550Z Downloaded toml_datetime v0.6.11
9552026-08-29T04:09:58.553Z Downloaded time-core v0.1.8
9562026-08-29T04:09:58.553Z Downloaded elliptic-curve v0.13.8
9572026-08-29T04:09:58.557Z Downloaded foreign-types v0.3.2
9582026-08-29T04:09:58.557Z Downloaded elliptic-curve v0.14.1
9592026-08-29T04:09:58.561Z Downloaded aead v0.5.2
9602026-08-29T04:09:58.567Z Downloaded predicates-tree v1.0.13
9612026-08-29T04:09:58.567Z Downloaded sha1 v0.11.0
9622026-08-29T04:09:58.570Z Downloaded schemars v0.9.0
9632026-08-29T04:09:58.573Z Downloaded async-stream v0.3.6
9642026-08-29T04:09:58.576Z Downloaded parking_lot_core v0.8.6
9652026-08-29T04:09:58.576Z Downloaded rpassword v7.5.4
9662026-08-29T04:09:58.576Z Downloaded md-5 v0.10.6
9672026-08-29T04:09:58.579Z Downloaded num_threads v0.1.7
9682026-08-29T04:09:58.579Z Downloaded async-lock v3.4.2
9692026-08-29T04:09:58.579Z Downloaded simd-adler32 v0.3.8
9702026-08-29T04:09:58.579Z Downloaded rand_core v0.9.5
9712026-08-29T04:09:58.582Z Downloaded cc v1.2.56
9722026-08-29T04:09:58.585Z Downloaded plotters-svg v0.3.7
9732026-08-29T04:09:58.585Z Downloaded winnow v0.5.40
9742026-08-29T04:09:58.590Z Downloaded crypto-bigint v0.7.5
9752026-08-29T04:09:58.596Z Downloaded pem-rfc7468 v1.0.0
9762026-08-29T04:09:58.599Z Downloaded supports-color v2.1.0
9772026-08-29T04:09:58.599Z Downloaded camino-tempfile-ext v0.3.3
9782026-08-29T04:09:58.599Z Downloaded futures-util v0.3.32
9792026-08-29T04:09:58.606Z Downloaded futures-macro v0.3.32
9802026-08-29T04:09:58.608Z Downloaded zeroize_derive v1.5.0
9812026-08-29T04:09:58.608Z Downloaded equivalent v1.0.2
9822026-08-29T04:09:58.612Z Downloaded knus v3.4.0
9832026-08-29T04:09:58.614Z Downloaded newtype-uuid v1.3.2
9842026-08-29T04:09:58.614Z Downloaded curve25519-dalek v4.1.3
9852026-08-29T04:09:58.621Z Downloaded adler2 v2.0.1
9862026-08-29T04:09:58.624Z Downloaded secrecy v0.8.0
9872026-08-29T04:09:58.624Z Downloaded smallvec v1.15.1
9882026-08-29T04:09:58.624Z Downloaded termios v0.3.3
9892026-08-29T04:09:58.624Z Downloaded flate2 v1.1.9
9902026-08-29T04:09:58.628Z Downloaded phf_shared v0.13.1
9912026-08-29T04:09:58.628Z Downloaded erased-serde v0.3.31
9922026-08-29T04:09:58.628Z Downloaded termtree v0.5.1
9932026-08-29T04:09:58.631Z Downloaded newtype-uuid-macros v0.1.0
9942026-08-29T04:09:58.631Z Downloaded tabled v0.15.0
9952026-08-29T04:09:58.638Z Downloaded serde_repr v0.1.20
9962026-08-29T04:09:58.641Z Downloaded scroll_derive v0.12.1
9972026-08-29T04:09:58.641Z Downloaded mime v0.3.17
9982026-08-29T04:09:58.641Z Downloaded polyval v0.7.1
9992026-08-29T04:09:58.646Z Downloaded futures-core v0.3.32
10002026-08-29T04:09:58.646Z Downloaded dof v0.3.0
10012026-08-29T04:09:58.649Z Downloaded rust-argon2 v2.1.0
10022026-08-29T04:09:58.649Z Downloaded serde_json v1.0.151
10032026-08-29T04:09:58.652Z Downloaded blake3 v1.8.5
10042026-08-29T04:09:58.657Z Downloaded wnaf v0.14.0
10052026-08-29T04:09:58.660Z Downloaded plain v0.2.3
10062026-08-29T04:09:58.660Z Downloaded prefix-trie v0.7.0
10072026-08-29T04:09:58.664Z Downloaded serde_cbor v0.11.2
10082026-08-29T04:09:58.664Z Downloaded camino-tempfile v1.4.1
10092026-08-29T04:09:58.668Z Downloaded libm v0.2.16
10102026-08-29T04:09:58.671Z Downloaded futures-task v0.3.32
10112026-08-29T04:09:58.671Z Downloaded xshell v0.2.7
10122026-08-29T04:09:58.671Z Downloaded displaydoc v0.2.5
10132026-08-29T04:09:58.674Z Downloaded chumsky v0.9.3
10142026-08-29T04:09:58.674Z Downloaded ml-kem v0.3.2
10152026-08-29T04:09:58.677Z Downloaded glob v0.3.3
10162026-08-29T04:09:58.677Z Downloaded rand_seeder v0.4.0
10172026-08-29T04:09:58.677Z Downloaded ghash v0.6.0
10182026-08-29T04:09:58.680Z Downloaded proptest v1.11.0
10192026-08-29T04:09:58.683Z Downloaded rand_chacha v0.3.1
10202026-08-29T04:09:58.683Z Downloaded pretty_assertions v1.4.1
10212026-08-29T04:09:58.686Z Downloaded bumpalo v3.20.2
10222026-08-29T04:09:58.689Z Downloaded futures v0.3.32
10232026-08-29T04:09:58.693Z Downloaded serdect v0.4.3
10242026-08-29T04:09:58.693Z Downloaded p521 v0.14.0
10252026-08-29T04:09:58.696Z Downloaded unicase v2.9.0
10262026-08-29T04:09:58.699Z Downloaded foldhash v0.2.0
10272026-08-29T04:09:58.699Z Downloaded pest_derive v2.8.6
10282026-08-29T04:09:58.702Z Downloaded async-bb8-diesel v0.2.1
10292026-08-29T04:09:58.702Z Downloaded target-spec v3.5.7
10302026-08-29T04:09:58.705Z Downloaded smallvec v0.6.14
10312026-08-29T04:09:58.705Z Downloaded expectorate v1.2.0
10322026-08-29T04:09:58.705Z Downloaded miette v5.10.0
10332026-08-29T04:09:58.711Z Downloaded qorb v0.4.1
10342026-08-29T04:09:58.714Z Downloaded blake2 v0.11.0-rc.6
10352026-08-29T04:09:58.717Z Downloaded thiserror v2.0.18
10362026-08-29T04:09:58.720Z Downloaded ssh-cipher v0.3.0
10372026-08-29T04:09:58.720Z Downloaded byte-wrapper v0.1.0
10382026-08-29T04:09:58.723Z Downloaded thiserror-no-std v2.0.2
10392026-08-29T04:09:58.728Z Downloaded zopfli v0.8.3
10402026-08-29T04:09:58.728Z Downloaded slog-term v2.9.2
10412026-08-29T04:09:58.728Z Downloaded ecdsa v0.17.0
10422026-08-29T04:09:58.733Z Downloaded zstd-safe v7.2.4
10432026-08-29T04:09:58.736Z Downloaded rand v0.9.2
10442026-08-29T04:09:58.739Z Downloaded backtrace v0.3.76
10452026-08-29T04:09:58.743Z Downloaded toml_parser v1.1.2+spec-1.1.0
10462026-08-29T04:09:58.746Z Downloaded uuid v1.23.4
10472026-08-29T04:09:58.749Z Downloaded fatfs v0.3.6
10482026-08-29T04:09:58.752Z Downloaded uzers v0.12.2
10492026-08-29T04:09:58.756Z Downloaded base64 v0.22.1
10502026-08-29T04:09:58.759Z Downloaded tabled v0.21.0
10512026-08-29T04:09:58.772Z Downloaded tar v0.4.46
10522026-08-29T04:09:58.776Z Downloaded progenitor v0.13.0
10532026-08-29T04:09:58.776Z Downloaded similar v2.7.0
10542026-08-29T04:09:58.778Z Downloaded reedline v0.40.0
10552026-08-29T04:09:58.782Z Downloaded libloading v0.8.9
10562026-08-29T04:09:58.787Z Downloaded serde v1.0.228
10572026-08-29T04:09:58.787Z Downloaded proc-macro-error v1.0.4
10582026-08-29T04:09:58.790Z Downloaded toml v1.1.2+spec-1.1.0
10592026-08-29T04:09:58.790Z Downloaded libsw-core v0.3.2
10602026-08-29T04:09:58.790Z Downloaded object v0.30.4
10612026-08-29T04:09:58.797Z Downloaded miette v7.6.0
10622026-08-29T04:09:58.800Z Downloaded toml_edit v0.23.10+spec-1.0.0
10632026-08-29T04:09:58.800Z Downloaded curve25519-dalek v5.0.0
10642026-08-29T04:09:58.807Z Downloaded log v0.4.33
10652026-08-29T04:09:58.810Z Downloaded yoke v0.8.1
10662026-08-29T04:09:58.810Z Downloaded blake2 v0.10.6
10672026-08-29T04:09:58.814Z Downloaded aho-corasick v1.1.4
10682026-08-29T04:09:58.817Z Downloaded twox-hash v2.1.2
10692026-08-29T04:09:58.817Z Downloaded unicode-normalization v0.1.25
10702026-08-29T04:09:58.822Z Downloaded socket2 v0.6.3
10712026-08-29T04:09:58.827Z Downloaded unsafe-libyaml v0.2.11
10722026-08-29T04:09:58.834Z Downloaded ron v0.8.1
10732026-08-29T04:09:58.842Z Downloaded rustls-webpki v0.103.13
10742026-08-29T04:09:58.846Z Downloaded tough v0.22.0
10752026-08-29T04:09:58.851Z Downloaded syn v1.0.109
10762026-08-29T04:09:58.858Z Downloaded git2 v0.20.4
10772026-08-29T04:09:58.863Z Downloaded fancy-regex v0.14.0
10782026-08-29T04:09:58.866Z Downloaded arc-swap v1.8.2
10792026-08-29T04:09:58.869Z Downloaded zlib-rs v0.6.2
10802026-08-29T04:09:58.872Z Downloaded aws-lc-rs v1.16.3
10812026-08-29T04:09:58.878Z Downloaded regex-syntax v0.6.29
10822026-08-29T04:09:58.883Z Downloaded num-bigint v0.4.6
10832026-08-29T04:09:58.886Z Downloaded smoltcp v0.9.1
10842026-08-29T04:09:58.893Z Downloaded zerocopy v0.8.55
10852026-08-29T04:09:58.905Z Downloaded tower v0.5.3
10862026-08-29T04:09:58.910Z Downloaded pin-project v1.1.11
10872026-08-29T04:09:58.916Z Downloaded smoltcp v0.11.0
10882026-08-29T04:09:58.923Z Downloaded vcpkg v0.2.15
10892026-08-29T04:09:58.947Z Downloaded lalrpop v0.19.12
10902026-08-29T04:09:58.953Z Downloaded zerocopy v0.7.35
10912026-08-29T04:09:58.963Z Downloaded diesel v2.3.7
10922026-08-29T04:09:58.974Z Downloaded typed-path v0.9.3
10932026-08-29T04:09:58.978Z Downloaded rand v0.10.1
10942026-08-29T04:09:58.982Z Downloaded dropshot-api-manager v0.8.0
10952026-08-29T04:09:58.985Z Downloaded ar_archive_writer v0.5.1
10962026-08-29T04:09:58.988Z Downloaded nix v0.27.1
10972026-08-29T04:09:58.991Z Downloaded winnow v0.6.26
10982026-08-29T04:09:58.996Z Downloaded quick-xml v0.37.5
10992026-08-29T04:09:59.000Z Downloaded time v0.3.47
11002026-08-29T04:09:59.007Z Downloaded bstr v1.12.1
11012026-08-29T04:09:59.012Z Downloaded pest v2.8.6
11022026-08-29T04:09:59.015Z Downloaded winnow v1.0.3
11032026-08-29T04:09:59.021Z Downloaded rustls v0.23.41
11042026-08-29T04:09:59.028Z Downloaded nix v0.28.0
11052026-08-29T04:09:59.034Z Downloaded polar-core v0.27.3
11062026-08-29T04:09:59.039Z Downloaded p384 v0.13.1
11072026-08-29T04:09:59.042Z Downloaded salty v0.3.0
11082026-08-29T04:09:59.045Z Downloaded rayon v1.11.0
11092026-08-29T04:09:59.050Z Downloaded hickory-proto v0.24.4
11102026-08-29T04:09:59.059Z Downloaded radix_trie v0.2.1
11112026-08-29T04:09:59.062Z Downloaded quinn-proto v0.11.16
11122026-08-29T04:09:59.066Z Downloaded unicode-width v0.1.14
11132026-08-29T04:09:59.070Z Downloaded rawzip v0.4.4
11142026-08-29T04:09:59.073Z Downloaded ssh-key v0.7.0-rc.11
11152026-08-29T04:09:59.077Z Downloaded hickory-proto v0.25.2
11162026-08-29T04:09:59.086Z Downloaded regex-syntax v0.8.10
11172026-08-29T04:09:59.091Z Downloaded chrono v0.4.45
11182026-08-29T04:09:59.096Z Downloaded regress v0.11.1
11192026-08-29T04:09:59.106Z Downloaded regress v0.10.5
11202026-08-29T04:09:59.111Z Downloaded object v0.37.3
11212026-08-29T04:09:59.118Z Downloaded petname v2.0.2
11222026-08-29T04:09:59.121Z Downloaded bindgen v0.71.1
11232026-08-29T04:09:59.125Z Downloaded nix v0.31.2
11242026-08-29T04:09:59.132Z Downloaded syn v2.0.117
11252026-08-29T04:09:59.139Z Downloaded rustix v1.1.4
11262026-08-29T04:09:59.152Z Downloaded gimli v0.32.3
11272026-08-29T04:09:59.157Z Downloaded zerocopy-derive v0.6.6
11282026-08-29T04:09:59.164Z Downloaded openssl v0.10.80
11292026-08-29T04:09:59.168Z Downloaded bzip2-sys v0.1.13+1.0.8
11302026-08-29T04:09:59.175Z Downloaded tracing v0.1.44
11312026-08-29T04:09:59.188Z Downloaded unicode-width v0.2.0
11322026-08-29T04:09:59.192Z Downloaded moka v0.12.13
11332026-08-29T04:09:59.196Z Downloaded russh v0.62.4
11342026-08-29T04:09:59.201Z Downloaded openapiv3 v2.2.0
11352026-08-29T04:09:59.208Z Downloaded sha3 v0.11.0
11362026-08-29T04:09:59.211Z Downloaded bitvec v1.0.1
11372026-08-29T04:09:59.223Z Downloaded syn v3.0.3
11382026-08-29T04:09:59.232Z Downloaded sqlparser v0.61.0
11392026-08-29T04:09:59.242Z Downloaded regex-automata v0.4.14
11402026-08-29T04:09:59.255Z Downloaded typify-impl v0.6.2
11412026-08-29T04:09:59.266Z Downloaded petgraph v0.6.5
11422026-08-29T04:09:59.278Z Downloaded jiff v0.2.34
11432026-08-29T04:09:59.286Z Downloaded csv v1.4.0
11442026-08-29T04:09:59.298Z Downloaded rustix v0.38.44
11452026-08-29T04:09:59.311Z Downloaded dropshot v0.17.1
11462026-08-29T04:09:59.324Z Downloaded ratatui v0.29.0
11472026-08-29T04:09:59.335Z Downloaded chrono-tz v0.10.4
11482026-08-29T04:09:59.347Z Downloaded sha3 v0.10.8
11492026-08-29T04:09:59.355Z Downloaded sled v0.34.7
11502026-08-29T04:09:59.414Z Downloaded ring v0.17.14
11512026-08-29T04:09:59.450Z Downloaded petgraph v0.8.3
11522026-08-29T04:09:59.476Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11532026-08-29T04:09:59.512Z Downloaded libc v0.2.185
11542026-08-29T04:09:59.531Z Downloaded libz-sys v1.1.24
11552026-08-29T04:09:59.547Z Downloaded tokio v1.52.1
11562026-08-29T04:09:59.660Z Downloaded encoding_rs v0.8.35
11572026-08-29T04:09:59.673Z Downloaded httpmock v0.8.3
11582026-08-29T04:09:59.687Z Downloaded libgit2-sys v0.18.3+1.9.2
11592026-08-29T04:09:59.885Z Downloaded aws-lc-sys v0.40.0
11602026-08-29T04:10:00.296Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11612026-08-29T04:10:02.418Z Startup: Refreshing catalog 'helios' ... Done
11622026-08-29T04:10:02.835Z Startup: Caching catalogs ... Done
11632026-08-29T04:10:05.179ZPlanning: Solver setup ... Done (2.215s)
11642026-08-29T04:10:05.244ZPlanning: Running solver ... Done (0.066s)
11652026-08-29T04:10:05.299ZPlanning: Finding local manifests ... Done (0.003s)
11662026-08-29T04:10:05.310ZPlanning: Fetching manifests: 0/2 0% complete
11672026-08-29T04:10:05.327ZPlanning: Fetching manifests: 2/2 100% complete
11682026-08-29T04:10:05.341ZPlanning: Package planning ... Done (0.014s)
11692026-08-29T04:10:05.344ZPlanning: Merging actions ... Done (0.002s)
11702026-08-29T04:10:05.575ZPlanning: Checking for conflicting actions ... Done (0.232s)
11712026-08-29T04:10:05.578ZPlanning: Consolidating action changes ... Done (0.001s)
11722026-08-29T04:10:06.437ZPlanning: Evaluating mediators ... Done (0.861s)
11732026-08-29T04:10:06.440ZPlanning: Planning completed in 3.56 seconds
11742026-08-29T04:10:06.448Z Packages to install: 2
11752026-08-29T04:10:06.448Z Estimated space available: 155.72 GB
11762026-08-29T04:10:06.448ZEstimated space to be consumed: 83.65 MB
11772026-08-29T04:10:06.448Z Create boot environment: No
11782026-08-29T04:10:06.448ZCreate backup boot environment: No
11792026-08-29T04:10:06.448Z Rebuild boot archive: No
11802026-08-29T04:10:06.451Z
11812026-08-29T04:10:06.451ZChanged packages:
11822026-08-29T04:10:06.451Zhelios
11832026-08-29T04:10:06.451Z developer/build-essential
11842026-08-29T04:10:06.451Z None -> 11-3.0
11852026-08-29T04:10:06.451Z library/libxmlsec1
11862026-08-29T04:10:06.451Z None -> 1.2.35-3.0
11872026-08-29T04:10:06.475Z
11882026-08-29T04:10:06.475ZDownload: 0/214 items 0.0/1.3MB 0% complete
11892026-08-29T04:10:06.544ZDownload: Completed 1.28 MB in 0.07 seconds (18.5M/s)
11902026-08-29T04:10:06.641Z Actions: 1/268 actions (Installing new actions)
11912026-08-29T04:10:06.680Z Actions: Completed 268 actions in 0.04 seconds.
11922026-08-29T04:10:06.720ZFinalize: Updating package state database ... Done (0.039s)
11932026-08-29T04:10:06.720ZFinalize: Updating package cache ... Done (0.000s)
11942026-08-29T04:10:06.818ZFinalize: Updating image state ... Done (0.097s)
11952026-08-29T04:10:09.562ZFinalize: Creating fast lookup database ... Done (2.688s)
11962026-08-29T04:10:09.634ZFinalize: Reading search index ... Done (0.012s)
11972026-08-29T04:10:09.641ZFinalize: Updating search index ... Done (0.000s)
11982026-08-29T04:10:09.746ZFinalize: Updating package cache ... Done (0.000s)
11992026-08-29T04:10:10.121ZPlanning: Evaluating mediator changes ... Done
12002026-08-29T04:10:10.229ZPlanning: Checking for conflicting actions ... Done
12012026-08-29T04:10:10.232ZPlanning: Consolidating action changes ... Done
12022026-08-29T04:10:10.389ZPlanning: Evaluating mediators ... Done
12032026-08-29T04:10:10.392ZPlanning: Planning completed in 0.27 seconds
12042026-08-29T04:10:10.412Z Mediators to change: 2
12052026-08-29T04:10:10.412Z Create boot environment: No
12062026-08-29T04:10:10.412ZCreate backup boot environment: No
12072026-08-29T04:10:10.462ZFinalize: Updating package state database ... Done
12082026-08-29T04:10:10.462ZFinalize: Updating package cache ... Done
12092026-08-29T04:10:10.516ZFinalize: Updating image state ... Done
12102026-08-29T04:10:12.516ZFinalize: Creating fast lookup database ... Done
12112026-08-29T04:10:12.579ZFinalize: Reading search index ... Done
12122026-08-29T04:10:12.582ZFinalize: Updating search index ... Done
12132026-08-29T04:10:12.656ZFinalize: Updating package cache ... Done
12142026-08-29T04:10:12.943ZPlanning: Evaluating mediator changes ... Done
12152026-08-29T04:10:13.049ZPlanning: Checking for conflicting actions ... Done
12162026-08-29T04:10:13.052ZPlanning: Consolidating action changes ... Done
12172026-08-29T04:10:13.210ZPlanning: Evaluating mediators ... Done
12182026-08-29T04:10:13.213ZPlanning: Planning completed in 0.27 seconds
12192026-08-29T04:10:13.233Z Mediators to change: 1
12202026-08-29T04:10:13.233Z Create boot environment: No
12212026-08-29T04:10:13.233ZCreate backup boot environment: No
12222026-08-29T04:10:13.277ZFinalize: Updating package state database ... Done
12232026-08-29T04:10:13.277ZFinalize: Updating package cache ... Done
12242026-08-29T04:10:13.336ZFinalize: Updating image state ... Done
12252026-08-29T04:10:15.361ZFinalize: Creating fast lookup database ... Done
12262026-08-29T04:10:15.428ZFinalize: Reading search index ... Done
12272026-08-29T04:10:15.453ZFinalize: Updating search index ... Done
12282026-08-29T04:10:15.481ZFinalize: Updating package cache ... Done
12292026-08-29T04:10:15.848ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12302026-08-29T04:10:15.848Zapache system 2.4 system
12312026-08-29T04:10:15.848Zclang system 15 system
12322026-08-29T04:10:15.849Zcsh system system illumos
12332026-08-29T04:10:15.849Zctags system system illumos
12342026-08-29T04:10:15.849Zfile vendor vendor darwinsys
12352026-08-29T04:10:15.849Zfile system system illumos
12362026-08-29T04:10:15.849Zgcc vendor 14 vendor
12372026-08-29T04:10:15.849Zgcc system 13 system
12382026-08-29T04:10:15.849Zgcc system 10 system
12392026-08-29T04:10:15.850Zgo system 1.25 system
12402026-08-29T04:10:15.850Zllvm system 15 system
12412026-08-29T04:10:15.850Zmariadb system 11.4 system
12422026-08-29T04:10:15.851Zmta vendor vendor dma
12432026-08-29T04:10:15.851Zopenjdk system 17 system
12442026-08-29T04:10:15.851Zopenjdk system 11 system
12452026-08-29T04:10:15.851Zopenssl vendor 3 vendor
12462026-08-29T04:10:15.851Zperl system 5.40 system
12472026-08-29T04:10:15.851Zpostgresql system 18 system
12482026-08-29T04:10:15.851Zpostgresql system 17 system
12492026-08-29T04:10:15.851Zpython vendor 3 vendor
12502026-08-29T04:10:15.851Zpython system 2 system
12512026-08-29T04:10:15.851Zpython3 vendor 3.13 vendor
12522026-08-29T04:10:15.851Zruby system 3.4 system
12532026-08-29T04:10:15.851Zruby system 3.0 system
12542026-08-29T04:10:15.851Zwords vendor vendor american-english
12552026-08-29T04:10:15.851Zwords system system australian-english
12562026-08-29T04:10:15.851Zwords system system british-english
12572026-08-29T04:10:15.852Zwords system system canadian-english
12582026-08-29T04:10:15.852Zwords system system french
12592026-08-29T04:10:15.852Zwords system system italian
12602026-08-29T04:10:15.852Zwords system system ngerman
12612026-08-29T04:10:15.852Zwords system system ogerman
12622026-08-29T04:10:15.853Zwords system system spanish
12632026-08-29T04:10:16.047ZPUBLISHER TYPE STATUS P LOCATION
12642026-08-29T04:10:16.047Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12652026-08-29T04:10:16.552ZFMRI IFO
12662026-08-29T04:10:16.552Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12672026-08-29T04:10:16.553Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12682026-08-29T04:10:16.553Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12692026-08-29T04:10:16.553Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12702026-08-29T04:10:16.553Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12712026-08-29T04:10:16.553Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12722026-08-29T04:10:16.553Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12732026-08-29T04:10:16.553Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12742026-08-29T04:10:16.553Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12752026-08-29T04:10:17.174Z Downloading crates ...
12762026-08-29T04:10:17.228Z Downloaded cargo_toml v0.21.0
12772026-08-29T04:10:17.277Z Compiling proc-macro2 v1.0.106
12782026-08-29T04:10:17.277Z Compiling unicode-ident v1.0.24
12792026-08-29T04:10:17.280Z Compiling quote v1.0.45
12802026-08-29T04:10:17.280Z Compiling serde_core v1.0.228
12812026-08-29T04:10:17.280Z Compiling libc v0.2.185
12822026-08-29T04:10:17.280Z Compiling version_check v0.9.5
12832026-08-29T04:10:17.280Z Compiling memchr v2.8.0
12842026-08-29T04:10:17.357Z Compiling serde v1.0.228
12852026-08-29T04:10:17.360Z Compiling zmij v1.0.21
12862026-08-29T04:10:17.360Z Compiling itoa v1.0.17
12872026-08-29T04:10:17.360Z Compiling thiserror v1.0.69
12882026-08-29T04:10:17.360Z Compiling ucd-trie v0.1.7
12892026-08-29T04:10:17.360Z Compiling byteorder v1.5.0
12902026-08-29T04:10:17.361Z Compiling rustix v1.1.4
12912026-08-29T04:10:17.527Z Compiling serde_json v1.0.151
12922026-08-29T04:10:17.635Z Compiling bitflags v2.11.0
12932026-08-29T04:10:17.776Z Compiling syn v1.0.109
12942026-08-29T04:10:17.789Z Compiling usdt-impl v0.5.0
12952026-08-29T04:10:17.832Z Compiling proc-macro-error-attr v1.0.4
12962026-08-29T04:10:17.862Z Compiling pest v2.8.6
12972026-08-29T04:10:17.923Z Compiling camino v1.2.5
12982026-08-29T04:10:17.934Z Compiling proc-macro-error v1.0.4
12992026-08-29T04:10:17.994Z Compiling log v0.4.33
13002026-08-29T04:10:18.020Z Compiling plain v0.2.3
13012026-08-29T04:10:18.090Z Compiling equivalent v1.0.2
13022026-08-29T04:10:18.097Z Compiling getrandom v0.4.3
13032026-08-29T04:10:18.120Z Compiling utf8parse v0.2.2
13042026-08-29T04:10:18.144Z Compiling hashbrown v0.17.0
13052026-08-29T04:10:18.169Z Compiling pretty-hex v0.4.1
13062026-08-29T04:10:18.199Z Compiling anstyle-parse v1.0.0
13072026-08-29T04:10:18.204Z Compiling anstyle-query v1.1.5
13082026-08-29T04:10:18.224Z Compiling is_terminal_polyfill v1.70.2
13092026-08-29T04:10:18.240Z Compiling colorchoice v1.0.4
13102026-08-29T04:10:18.243Z Compiling thiserror v2.0.18
13112026-08-29T04:10:18.303Z Compiling errno v0.3.14
13122026-08-29T04:10:18.314Z Compiling thread-id v4.2.2
13132026-08-29T04:10:18.337Z Compiling toml_write v0.1.2
13142026-08-29T04:10:18.337Z Compiling autocfg v1.5.0
13152026-08-29T04:10:18.356Z Compiling anstyle v1.0.14
13162026-08-29T04:10:18.367Z Compiling winnow v0.7.14
13172026-08-29T04:10:18.377Z Compiling cfg-if v1.0.4
13182026-08-29T04:10:18.404Z Compiling heck v0.4.1
13192026-08-29T04:10:18.414Z Compiling bytecount v0.6.9
13202026-08-29T04:10:18.520Z Compiling anyhow v1.0.104
13212026-08-29T04:10:18.595Z Compiling anstream v1.0.0
13222026-08-29T04:10:18.598Z Compiling strsim v0.11.1
13232026-08-29T04:10:18.635Z Compiling fnv v1.0.7
13242026-08-29T04:10:18.692Z Compiling indexmap v2.14.0
13252026-08-29T04:10:18.727Z Compiling unicode-width v0.1.14
13262026-08-29T04:10:18.742Z Compiling heck v0.5.0
13272026-08-29T04:10:18.753Z Compiling clap_lex v1.0.0
13282026-08-29T04:10:18.834Z Compiling syn v2.0.117
13292026-08-29T04:10:18.868Z Compiling fs-err v3.3.0
13302026-08-29T04:10:18.937Z Compiling once_cell v1.21.3
13312026-08-29T04:10:18.972Z Compiling fastrand v2.3.0
13322026-08-29T04:10:18.999Z Compiling pest_meta v2.8.6
13332026-08-29T04:10:19.024Z Compiling papergrid v0.11.0
13342026-08-29T04:10:19.044Z Compiling memmap v0.7.0
13352026-08-29T04:10:19.165Z Compiling smawk v0.3.2
13362026-08-29T04:10:19.204Z Compiling unicode-linebreak v0.1.5
13372026-08-29T04:10:19.216Z Compiling unicode-width v0.2.0
13382026-08-29T04:10:19.252Z Compiling swrite v0.1.0
13392026-08-29T04:10:19.327Z Compiling terminal_size v0.4.3
13402026-08-29T04:10:19.341Z Compiling tempfile v3.27.0
13412026-08-29T04:10:19.426Z Compiling clap_builder v4.6.0
13422026-08-29T04:10:19.426Z Compiling textwrap v0.16.2
13432026-08-29T04:10:19.758Z Compiling cargo-platform v0.3.2
13442026-08-29T04:10:19.777Z Compiling semver v1.0.28
13452026-08-29T04:10:20.012Z Compiling camino-tempfile v1.4.1
13462026-08-29T04:10:20.261Z Compiling tabled_derive v0.7.0
13472026-08-29T04:10:20.946Z Compiling tabled v0.15.0
13482026-08-29T04:10:21.017Z Compiling pest_generator v2.8.6
13492026-08-29T04:10:21.463Z Compiling serde_derive v1.0.228
13502026-08-29T04:10:21.463Z Compiling thiserror-impl v1.0.69
13512026-08-29T04:10:21.469Z Compiling zerocopy-derive v0.7.35
13522026-08-29T04:10:21.469Z Compiling scroll_derive v0.12.1
13532026-08-29T04:10:21.469Z Compiling thiserror-impl v2.0.18
13542026-08-29T04:10:21.469Z Compiling clap_derive v4.6.1
13552026-08-29T04:10:21.513Z Compiling pest_derive v2.8.6
13562026-08-29T04:10:22.077Z Compiling scroll v0.12.0
13572026-08-29T04:10:22.154Z Compiling zerocopy v0.7.35
13582026-08-29T04:10:22.277Z Compiling goblin v0.8.2
13592026-08-29T04:10:22.463Z Compiling dtrace-parser v0.2.0
13602026-08-29T04:10:22.774Z Compiling clap v4.6.1
13612026-08-29T04:10:23.824Z Compiling serde_spanned v0.6.9
13622026-08-29T04:10:23.825Z Compiling toml_datetime v0.6.11
13632026-08-29T04:10:23.834Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13642026-08-29T04:10:23.835Z Compiling cargo_metadata v0.23.1
13652026-08-29T04:10:23.835Z Compiling macaddr v1.0.1
13662026-08-29T04:10:23.835Z Compiling dof v0.3.0
13672026-08-29T04:10:23.835Z Compiling serde_tokenstream v0.2.3
13682026-08-29T04:10:24.003Z Compiling toml_edit v0.22.27
13692026-08-29T04:10:24.501Z Compiling usdt-attr-macro v0.5.0
13702026-08-29T04:10:24.513Z Compiling usdt-macro v0.5.0
13712026-08-29T04:10:25.095Z Compiling usdt v0.5.0
13722026-08-29T04:10:25.246Z Compiling toml v0.8.23
13732026-08-29T04:10:25.576Z Compiling cargo_toml v0.21.0
13742026-08-29T04:10:26.859Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13752026-08-29T04:10:28.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.15s
13762026-08-29T04:10:28.914Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13772026-08-29T04:10:29.681Z Compiling serde_core v1.0.228
13782026-08-29T04:10:29.681Z Compiling libc v0.2.185
13792026-08-29T04:10:29.682Z Compiling serde v1.0.228
13802026-08-29T04:10:29.690Z Compiling log v0.4.33
13812026-08-29T04:10:29.690Z Compiling smallvec v1.15.1
13822026-08-29T04:10:29.690Z Compiling shlex v1.3.0
13832026-08-29T04:10:29.690Z Compiling find-msvc-tools v0.1.9
13842026-08-29T04:10:29.690Z Compiling subtle v2.6.1
13852026-08-29T04:10:29.690Z Compiling scopeguard v1.2.0
13862026-08-29T04:10:29.807Z Compiling typenum v1.20.1
13872026-08-29T04:10:29.812Z Compiling stable_deref_trait v1.2.1
13882026-08-29T04:10:29.812Z Compiling zerocopy v0.8.55
13892026-08-29T04:10:29.812Z Compiling portable-atomic v1.13.1
13902026-08-29T04:10:29.842Z Compiling serde_json v1.0.151
13912026-08-29T04:10:29.866Z Compiling syn v2.0.117
13922026-08-29T04:10:29.893Z Compiling critical-section v1.2.0
13932026-08-29T04:10:29.918Z Compiling libm v0.2.16
13942026-08-29T04:10:30.011Z Compiling num-traits v0.2.19
13952026-08-29T04:10:30.084Z Compiling lock_api v0.4.14
13962026-08-29T04:10:30.104Z Compiling pkg-config v0.3.32
13972026-08-29T04:10:30.104Z Compiling generic-array v0.14.7
13982026-08-29T04:10:30.108Z Compiling const-oid v0.9.6
13992026-08-29T04:10:30.108Z Compiling pin-project-lite v0.2.17
14002026-08-29T04:10:30.141Z Compiling getrandom v0.4.3
14012026-08-29T04:10:30.171Z Compiling parking_lot_core v0.9.12
14022026-08-29T04:10:30.200Z Compiling rand_core v0.10.0
14032026-08-29T04:10:30.270Z Compiling futures-core v0.3.32
14042026-08-29T04:10:30.323Z Compiling percent-encoding v2.3.2
14052026-08-29T04:10:30.346Z Compiling writeable v0.6.2
14062026-08-29T04:10:30.402Z Compiling litemap v0.8.1
14072026-08-29T04:10:30.416Z Compiling icu_properties_data v2.1.2
14082026-08-29T04:10:30.463Z Compiling icu_normalizer_data v2.1.1
14092026-08-29T04:10:30.478Z Compiling rustix v1.1.4
14102026-08-29T04:10:30.498Z Compiling getrandom v0.3.4
14112026-08-29T04:10:30.512Z Compiling futures-sink v0.3.32
14122026-08-29T04:10:30.560Z Compiling futures-task v0.3.32
14132026-08-29T04:10:30.568Z Compiling utf8_iter v1.0.4
14142026-08-29T04:10:30.637Z Compiling futures-channel v0.3.32
14152026-08-29T04:10:30.647Z Compiling futures-io v0.3.32
14162026-08-29T04:10:30.709Z Compiling slab v0.4.12
14172026-08-29T04:10:30.740Z Compiling form_urlencoded v1.2.2
14182026-08-29T04:10:30.749Z Compiling rustversion v1.0.22
14192026-08-29T04:10:30.766Z Compiling errno v0.3.14
14202026-08-29T04:10:30.796Z Compiling jobserver v0.1.34
14212026-08-29T04:10:30.819Z Compiling getrandom v0.2.17
14222026-08-29T04:10:30.857Z Compiling mio v1.2.0
14232026-08-29T04:10:30.879Z Compiling signal-hook-registry v1.4.8
14242026-08-29T04:10:30.940Z Compiling once_cell v1.21.3
14252026-08-29T04:10:30.950Z Compiling socket2 v0.6.3
14262026-08-29T04:10:30.950Z Compiling iana-time-zone v0.1.65
14272026-08-29T04:10:31.039Z Compiling cc v1.2.56
14282026-08-29T04:10:31.065Z Compiling rand_core v0.6.4
14292026-08-29T04:10:31.093Z Compiling base64ct v1.8.3
14302026-08-29T04:10:31.123Z Compiling parking_lot v0.12.5
14312026-08-29T04:10:31.243Z Compiling dunce v1.0.5
14322026-08-29T04:10:31.274Z Compiling flagset v0.4.7
14332026-08-29T04:10:31.280Z Compiling ident_case v1.0.1
14342026-08-29T04:10:31.296Z Compiling regex-syntax v0.8.10
14352026-08-29T04:10:31.372Z Compiling pem-rfc7468 v0.7.0
14362026-08-29T04:10:31.423Z Compiling fs_extra v1.3.0
14372026-08-29T04:10:31.489Z Compiling rand_core v0.9.5
14382026-08-29T04:10:31.489Z Compiling base64 v0.22.1
14392026-08-29T04:10:31.489Z Compiling syn v1.0.109
14402026-08-29T04:10:31.505Z Compiling vcpkg v0.2.15
14412026-08-29T04:10:31.505Z Compiling tracing-core v0.1.36
14422026-08-29T04:10:31.511Z Compiling schemars v0.8.22
14432026-08-29T04:10:31.545Z Compiling cpufeatures v0.2.17
14442026-08-29T04:10:31.553Z Compiling dyn-clone v1.0.20
14452026-08-29T04:10:31.622Z Compiling aws-lc-rs v1.16.3
14462026-08-29T04:10:31.683Z Compiling simd-adler32 v0.3.8
14472026-08-29T04:10:31.696Z Compiling spin v0.9.8
14482026-08-29T04:10:31.741Z Compiling adler2 v2.0.1
14492026-08-29T04:10:31.741Z Compiling tinyvec_macros v0.1.1
14502026-08-29T04:10:31.760Z Compiling httparse v1.10.1
14512026-08-29T04:10:31.783Z Compiling openssl-probe v0.2.1
14522026-08-29T04:10:31.806Z Compiling cmake v0.1.57
14532026-08-29T04:10:31.861Z Compiling cmov v0.5.4
14542026-08-29T04:10:31.874Z Compiling crc32fast v1.5.0
14552026-08-29T04:10:31.922Z Compiling miniz_oxide v0.8.9
14562026-08-29T04:10:31.936Z Compiling tinyvec v1.10.0
14572026-08-29T04:10:31.949Z Compiling aho-corasick v1.1.4
14582026-08-29T04:10:31.964Z Compiling atomic-waker v1.1.2
14592026-08-29T04:10:31.977Z Compiling tower-service v0.3.3
14602026-08-29T04:10:32.031Z Compiling untrusted v0.7.1
14612026-08-29T04:10:32.091Z Compiling bitflags v2.11.0
14622026-08-29T04:10:32.112Z Compiling semver v1.0.28
14632026-08-29T04:10:32.137Z Compiling indexmap v2.14.0
14642026-08-29T04:10:32.167Z Compiling uuid v1.23.4
14652026-08-29T04:10:32.220Z Compiling ctutils v0.4.2
14662026-08-29T04:10:32.237Z Compiling radium v0.7.0
14672026-08-29T04:10:32.251Z Compiling tower-layer v0.3.3
14682026-08-29T04:10:32.303Z Compiling unicode-segmentation v1.12.0
14692026-08-29T04:10:32.333Z Compiling rustc_version v0.4.1
14702026-08-29T04:10:32.435Z Compiling try-lock v0.2.5
14712026-08-29T04:10:32.530Z Compiling maybe-uninit v2.0.0
14722026-08-29T04:10:32.550Z Compiling want v0.3.1
14732026-08-29T04:10:32.564Z Compiling rustls v0.23.41
14742026-08-29T04:10:32.643Z Compiling aws-lc-sys v0.40.0
14752026-08-29T04:10:32.669Z Compiling openssl-sys v0.9.117
14762026-08-29T04:10:32.674Z Compiling openssl v0.10.80
14772026-08-29T04:10:32.702Z Compiling tap v1.0.1
14782026-08-29T04:10:32.727Z Compiling untrusted v0.9.0
14792026-08-29T04:10:32.746Z Compiling httpdate v1.0.3
14802026-08-29T04:10:32.774Z Compiling synstructure v0.13.2
14812026-08-29T04:10:32.795Z Compiling serde_derive_internals v0.29.1
14822026-08-29T04:10:32.824Z Compiling pest_generator v2.8.6
14832026-08-29T04:10:32.833Z Compiling regex-automata v0.4.14
14842026-08-29T04:10:32.860Z Compiling darling_core v0.20.11
14852026-08-29T04:10:32.864Z Compiling foreign-types-shared v0.1.1
14862026-08-29T04:10:32.962Z Compiling foreign-types v0.3.2
14872026-08-29T04:10:32.984Z Compiling wyz v0.5.1
14882026-08-29T04:10:32.997Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14892026-08-29T04:10:33.039Z Compiling bzip2-sys v0.1.13+1.0.8
14902026-08-29T04:10:33.192Z Compiling terminal_size v0.4.3
14912026-08-29T04:10:33.242Z Compiling tempfile v3.27.0
14922026-08-29T04:10:33.363Z Compiling unicode-normalization v0.1.25
14932026-08-29T04:10:33.376Z Compiling num-integer v0.1.46
14942026-08-29T04:10:33.815Z Compiling socket2 v0.5.10
14952026-08-29T04:10:33.822Z Compiling wait-timeout v0.2.1
14962026-08-29T04:10:33.822Z Compiling ahash v0.8.12
14972026-08-29T04:10:33.822Z Compiling bit-vec v0.8.0
14982026-08-29T04:10:33.822Z Compiling native-tls v0.2.18
14992026-08-29T04:10:33.822Z Compiling powerfmt v0.2.0
15002026-08-29T04:10:33.822Z Compiling num-conv v0.2.0
15012026-08-29T04:10:33.822Z Compiling time-core v0.1.8
15022026-08-29T04:10:33.822Z Compiling packed_struct v0.10.1
15032026-08-29T04:10:33.823Z Compiling quick-error v1.2.3
15042026-08-29T04:10:33.823Z Compiling funty v2.0.0
15052026-08-29T04:10:33.826Z Compiling num-bigint-dig v0.8.6
15062026-08-29T04:10:33.827Z Compiling deranged v0.5.8
15072026-08-29T04:10:33.855Z Compiling rusty-fork v0.3.1
15082026-08-29T04:10:33.884Z Compiling time-macros v0.2.27
15092026-08-29T04:10:33.884Z Compiling bit-set v0.8.0
15102026-08-29T04:10:33.892Z Compiling clap_builder v4.6.0
15112026-08-29T04:10:33.938Z Compiling num-iter v0.1.45
15122026-08-29T04:10:34.056Z Compiling lazy_static v1.5.0
15132026-08-29T04:10:34.072Z Compiling rand_xorshift v0.4.0
15142026-08-29T04:10:34.086Z Compiling sync_wrapper v1.0.2
15152026-08-29T04:10:34.100Z Compiling bitvec v1.0.1
15162026-08-29T04:10:34.155Z Compiling indexmap v1.9.3
15172026-08-29T04:10:34.189Z Compiling paste v1.0.15
15182026-08-29T04:10:34.208Z Compiling nodrop v0.1.14
15192026-08-29T04:10:34.254Z Compiling num_threads v0.1.7
15202026-08-29T04:10:34.313Z Compiling siphasher v1.0.2
15212026-08-29T04:10:34.365Z Compiling crossbeam-utils v0.8.21
15222026-08-29T04:10:34.365Z Compiling unarray v0.1.4
15232026-08-29T04:10:34.366Z Compiling crc-catalog v2.4.0
15242026-08-29T04:10:34.467Z Compiling zlib-rs v0.6.2
15252026-08-29T04:10:34.482Z Compiling serde_derive v1.0.228
15262026-08-29T04:10:34.495Z Compiling zeroize_derive v1.5.0
15272026-08-29T04:10:34.513Z Compiling zerofrom-derive v0.1.6
15282026-08-29T04:10:34.529Z Compiling zerocopy-derive v0.8.55
15292026-08-29T04:10:34.665Z Compiling yoke-derive v0.8.1
15302026-08-29T04:10:34.840Z Compiling zerovec-derive v0.11.2
15312026-08-29T04:10:34.939Z Compiling displaydoc v0.2.5
15322026-08-29T04:10:34.998Z Compiling tokio-macros v2.7.0
15332026-08-29T04:10:35.215Z Compiling futures-macro v0.3.32
15342026-08-29T04:10:35.224Z Compiling der_derive v0.7.3
15352026-08-29T04:10:35.584Z Compiling thiserror-impl v2.0.18
15362026-08-29T04:10:35.775Z Compiling tracing-attributes v0.1.31
15372026-08-29T04:10:35.788Z Compiling schemars_derive v0.8.22
15382026-08-29T04:10:35.808Z Compiling scroll_derive v0.13.1
15392026-08-29T04:10:35.940Z Compiling pest_derive v2.8.6
15402026-08-29T04:10:35.980Z Compiling zerofrom v0.1.6
15412026-08-29T04:10:36.050Z Compiling darling_macro v0.20.11
15422026-08-29T04:10:36.078Z Compiling futures-util v0.3.32
15432026-08-29T04:10:36.129Z Compiling yoke v0.8.1
15442026-08-29T04:10:36.253Z Compiling thiserror-impl v1.0.69
15452026-08-29T04:10:36.335Z Compiling zerovec v0.11.5
15462026-08-29T04:10:36.430Z Compiling zerotrie v0.2.3
15472026-08-29T04:10:36.567Z Compiling openssl-macros v0.1.1
15482026-08-29T04:10:36.649Z Compiling scroll v0.13.0
15492026-08-29T04:10:36.738Z Compiling darling v0.20.11
15502026-08-29T04:10:36.834Z Compiling tinystr v0.8.2
15512026-08-29T04:10:36.875Z Compiling potential_utf v0.1.4
15522026-08-29T04:10:36.943Z Compiling goblin v0.10.5
15532026-08-29T04:10:36.998Z Compiling thiserror v2.0.18
15542026-08-29T04:10:37.016Z Compiling icu_locale_core v2.1.1
15552026-08-29T04:10:37.023Z Compiling icu_collections v2.1.1
15562026-08-29T04:10:37.063Z Compiling packed_struct_codegen v0.10.1
15572026-08-29T04:10:37.077Z Compiling clap_derive v4.6.1
15582026-08-29T04:10:37.091Z Compiling bitfield-macros v0.19.4
15592026-08-29T04:10:37.111Z Compiling zerocopy-derive v0.6.6
15602026-08-29T04:10:37.138Z Compiling tracing v0.1.44
15612026-08-29T04:10:37.430Z Compiling usdt-impl v0.6.0
15622026-08-29T04:10:37.531Z Compiling object v0.37.3
15632026-08-29T04:10:37.570Z Compiling thiserror v1.0.69
15642026-08-29T04:10:37.664Z Compiling icu_provider v2.1.1
15652026-08-29T04:10:37.714Z Compiling flate2 v1.1.9
15662026-08-29T04:10:37.948Z Compiling dtrace-parser v0.3.0
15672026-08-29T04:10:37.967Z Compiling bitfield v0.19.4
15682026-08-29T04:10:37.967Z Compiling derive_builder_core v0.20.2
15692026-08-29T04:10:37.968Z Compiling icu_properties v2.1.2
15702026-08-29T04:10:37.998Z Compiling zeroize v1.9.0
15712026-08-29T04:10:38.016Z Compiling bytes v1.11.1
15722026-08-29T04:10:38.042Z Compiling icu_normalizer v2.1.1
15732026-08-29T04:10:38.197Z Compiling chrono v0.4.45
15742026-08-29T04:10:38.232Z Compiling der v0.7.10
15752026-08-29T04:10:38.236Z Compiling rustls-pki-types v1.14.0
15762026-08-29T04:10:38.471Z Compiling hybrid-array v0.4.13
15772026-08-29T04:10:38.552Z Compiling tokio v1.52.1
15782026-08-29T04:10:38.589Z Compiling http v1.4.2
15792026-08-29T04:10:38.635Z Compiling ipnet v2.12.0
15802026-08-29T04:10:38.703Z Compiling block-buffer v0.10.4
15812026-08-29T04:10:38.733Z Compiling crypto-common v0.1.7
15822026-08-29T04:10:38.749Z Compiling hex v0.4.3
15832026-08-29T04:10:38.893Z Compiling digest v0.10.7
15842026-08-29T04:10:38.905Z Compiling idna_adapter v1.2.1
15852026-08-29T04:10:38.928Z Compiling toml_datetime v0.6.11
15862026-08-29T04:10:39.032Z Compiling ppv-lite86 v0.2.21
15872026-08-29T04:10:39.052Z Compiling idna v1.1.0
15882026-08-29T04:10:39.065Z Compiling spki v0.7.3
15892026-08-29T04:10:39.150Z Compiling sha2 v0.10.9
15902026-08-29T04:10:39.168Z Compiling signature v2.2.0
15912026-08-29T04:10:39.201Z Compiling hmac v0.12.1
15922026-08-29T04:10:39.244Z Compiling http-body v1.0.1
15932026-08-29T04:10:39.261Z Compiling pkcs8 v0.10.2
15942026-08-29T04:10:39.288Z Compiling serde_spanned v0.6.9
15952026-08-29T04:10:39.369Z Compiling url v2.5.8
15962026-08-29T04:10:39.385Z Compiling rand_chacha v0.9.0
15972026-08-29T04:10:39.390Z Compiling rand_chacha v0.3.1
15982026-08-29T04:10:39.414Z Compiling http-body-util v0.1.3
15992026-08-29T04:10:39.458Z Compiling pkcs1 v0.7.5
16002026-08-29T04:10:39.536Z Compiling clap v4.6.1
16012026-08-29T04:10:39.629Z Compiling rand v0.9.2
16022026-08-29T04:10:39.668Z Compiling rand v0.8.6
16032026-08-29T04:10:39.718Z Compiling dof v0.4.0
16042026-08-29T04:10:39.744Z Compiling zerocopy v0.6.6
16052026-08-29T04:10:39.792Z Compiling time v0.3.47
16062026-08-29T04:10:40.121Z Compiling structmeta-derive v0.3.0
16072026-08-29T04:10:40.138Z Compiling scroll_derive v0.12.1
16082026-08-29T04:10:40.186Z Compiling crc v3.4.0
16092026-08-29T04:10:40.214Z Compiling proptest v1.11.0
16102026-08-29T04:10:40.258Z Compiling array-init v0.0.4
16112026-08-29T04:10:40.422Z Compiling smallvec v0.6.14
16122026-08-29T04:10:40.515Z Compiling darling_core v0.23.0
16132026-08-29T04:10:40.520Z Compiling heapless v0.7.17
16142026-08-29T04:10:40.656Z Compiling slog v2.8.2
16152026-08-29T04:10:40.697Z Compiling ipnetwork v0.21.1
16162026-08-29T04:10:40.785Z Compiling thread-id v5.1.0
16172026-08-29T04:10:40.869Z Compiling env_filter v2.0.0
16182026-08-29T04:10:40.897Z Compiling syn v3.0.3
16192026-08-29T04:10:40.901Z Compiling cookie v0.18.1
16202026-08-29T04:10:40.954Z Compiling unicode-bidi v0.3.18
16212026-08-29T04:10:40.959Z Compiling base64 v0.21.7
16222026-08-29T04:10:41.021Z Compiling unicode-properties v0.1.4
16232026-08-29T04:10:41.103Z Compiling gimli v0.32.3
16242026-08-29T04:10:41.127Z Compiling winnow v0.5.40
16252026-08-29T04:10:41.183Z Compiling anyhow v1.0.104
16262026-08-29T04:10:41.232Z Compiling allocator-api2 v0.2.21
16272026-08-29T04:10:41.251Z Compiling zstd-safe v7.2.4
16282026-08-29T04:10:41.271Z Compiling hashbrown v0.12.3
16292026-08-29T04:10:41.300Z Compiling iri-string v0.7.10
16302026-08-29T04:10:41.315Z Compiling signal-hook v0.3.18
16312026-08-29T04:10:41.462Z Compiling ryu v1.0.23
16322026-08-29T04:10:41.499Z Compiling structmeta v0.3.0
16332026-08-29T04:10:41.530Z Compiling rsa v0.9.10
16342026-08-29T04:10:41.560Z Compiling stringprep v0.1.5
16352026-08-29T04:10:41.575Z Compiling ron v0.8.1
16362026-08-29T04:10:41.659Z Compiling serde_urlencoded v0.7.1
16372026-08-29T04:10:41.778Z Compiling env_logger v0.11.11
16382026-08-29T04:10:41.993Z Compiling oxnet v0.1.6
16392026-08-29T04:10:42.008Z Compiling scroll v0.12.0
16402026-08-29T04:10:42.180Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16412026-08-29T04:10:42.219Z Compiling serde-hex v0.1.0
16422026-08-29T04:10:42.268Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16432026-08-29T04:10:42.416Z Compiling tokio-util v0.7.18
16442026-08-29T04:10:42.467Z Compiling tower v0.5.3
16452026-08-29T04:10:42.571Z Compiling toml_edit v0.19.15
16462026-08-29T04:10:42.628Z Compiling tokio-native-tls v0.3.1
16472026-08-29T04:10:42.676Z Compiling camino v1.2.5
16482026-08-29T04:10:42.883Z Compiling newtype-uuid v1.3.2
16492026-08-29T04:10:42.890Z Compiling tower-http v0.6.8
16502026-08-29T04:10:43.050Z Compiling addr2line v0.25.1
16512026-08-29T04:10:43.135Z Compiling h2 v0.4.15
16522026-08-29T04:10:43.150Z Compiling darling_macro v0.23.0
16532026-08-29T04:10:43.173Z Compiling bzip2 v0.4.4
16542026-08-29T04:10:43.321Z Compiling hashbrown v0.13.2
16552026-08-29T04:10:43.402Z Compiling x509-cert v0.2.5
16562026-08-29T04:10:43.517Z Compiling crypto-common v0.2.2
16572026-08-29T04:10:43.612Z Compiling block-buffer v0.12.1
16582026-08-29T04:10:43.670Z Compiling block-padding v0.4.2
16592026-08-29T04:10:43.815Z Compiling md-5 v0.10.6
16602026-08-29T04:10:43.816Z Compiling derive_builder_macro v0.20.2
16612026-08-29T04:10:43.843Z Compiling rustls-native-certs v0.8.3
16622026-08-29T04:10:43.858Z Compiling serde_tokenstream v0.2.3
16632026-08-29T04:10:44.029Z Compiling erased-serde v0.3.31
16642026-08-29T04:10:44.165Z Compiling bstr v1.12.1
16652026-08-29T04:10:44.186Z Compiling zerocopy-derive v0.7.35
16662026-08-29T04:10:44.335Z Compiling async-trait v0.1.89
16672026-08-29T04:10:44.411Z Compiling daft-derive v0.1.8
16682026-08-29T04:10:44.427Z Compiling pin-project-internal v1.1.11
16692026-08-29T04:10:44.470Z Compiling curve25519-dalek v4.1.3
16702026-08-29T04:10:44.659Z Compiling heck v0.4.1
16712026-08-29T04:10:44.820Z Compiling vergen-lib v9.1.0
16722026-08-29T04:10:44.839Z Compiling hash32 v0.2.1
16732026-08-29T04:10:45.030Z Compiling encoding_rs v0.8.35
16742026-08-29T04:10:45.041Z Compiling memoffset v0.9.1
16752026-08-29T04:10:45.041Z Compiling fallible-iterator v0.2.0
16762026-08-29T04:10:45.054Z Compiling mime v0.3.17
16772026-08-29T04:10:45.145Z Compiling litrs v1.0.0
16782026-08-29T04:10:45.169Z Compiling ref-cast v1.0.25
16792026-08-29T04:10:45.226Z Compiling owo-colors v4.3.0
16802026-08-29T04:10:45.242Z Compiling smoltcp v0.9.1
16812026-08-29T04:10:45.275Z Compiling psl-types v2.0.11
16822026-08-29T04:10:45.316Z Compiling rustc-demangle v0.1.27
16832026-08-29T04:10:45.377Z Compiling rustix v0.38.44
16842026-08-29T04:10:45.392Z Compiling cfg_aliases v0.2.1
16852026-08-29T04:10:45.418Z Compiling crc-any v2.5.0
16862026-08-29T04:10:45.515Z Compiling nix v0.31.2
16872026-08-29T04:10:45.556Z Compiling publicsuffix v2.3.0
16882026-08-29T04:10:45.627Z Compiling document-features v0.2.12
16892026-08-29T04:10:45.641Z Compiling pin-project v1.1.11
16902026-08-29T04:10:45.658Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16912026-08-29T04:10:45.712Z Compiling postgres-protocol v0.6.10
16922026-08-29T04:10:45.750Z Compiling daft v0.1.8
16932026-08-29T04:10:45.766Z Compiling zerocopy v0.7.35
16942026-08-29T04:10:45.824Z Compiling snafu-derive v0.8.9
16952026-08-29T04:10:46.102Z Compiling derive_builder v0.20.2
16962026-08-29T04:10:46.109Z Compiling toml v0.7.8
16972026-08-29T04:10:46.109Z Compiling inout v0.2.2
16982026-08-29T04:10:46.144Z Compiling object v0.30.4
16992026-08-29T04:10:46.241Z Compiling darling v0.23.0
17002026-08-29T04:10:46.293Z Compiling zip v0.6.6
17012026-08-29T04:10:46.308Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17022026-08-29T04:10:46.320Z Compiling goblin v0.8.2
17032026-08-29T04:10:46.335Z Compiling hyper v1.10.1
17042026-08-29T04:10:46.611Z Compiling backtrace v0.3.76
17052026-08-29T04:10:46.618Z Compiling derive-ex v0.1.8
17062026-08-29T04:10:46.882Z Compiling futures-executor v0.3.32
17072026-08-29T04:10:46.897Z Compiling hubpack_derive v0.1.1
17082026-08-29T04:10:46.910Z Compiling regex v1.12.3
17092026-08-29T04:10:46.931Z Compiling curve25519-dalek-derive v0.1.1
17102026-08-29T04:10:46.940Z Compiling strum_macros v0.27.2
17112026-08-29T04:10:47.009Z Compiling ref-cast-impl v1.0.25
17122026-08-29T04:10:47.165Z Compiling phf_shared v0.13.1
17132026-08-29T04:10:47.379Z Compiling convert_case v0.10.0
17142026-08-29T04:10:47.394Z Compiling cargo-platform v0.3.2
17152026-08-29T04:10:47.409Z Compiling vergen v9.1.0
17162026-08-29T04:10:47.424Z Compiling ff v0.13.1
17172026-08-29T04:10:47.605Z Compiling hyper-util v0.1.20
17182026-08-29T04:10:47.678Z Compiling fs-err v3.3.0
17192026-08-29T04:10:47.678Z Compiling base16ct v0.2.0
17202026-08-29T04:10:47.717Z Compiling libbz2-rs-sys v0.2.2
17212026-08-29T04:10:47.740Z Compiling is_ci v1.2.0
17222026-08-29T04:10:47.741Z Compiling foldhash v0.2.0
17232026-08-29T04:10:47.798Z Compiling managed v0.8.0
17242026-08-29T04:10:47.812Z Compiling same-file v1.0.6
17252026-08-29T04:10:47.827Z Compiling foldhash v0.1.5
17262026-08-29T04:10:47.905Z Compiling bumpalo v3.20.2
17272026-08-29T04:10:47.905Z Compiling bitflags v1.3.2
17282026-08-29T04:10:47.948Z Compiling path-slash v0.1.5
17292026-08-29T04:10:47.952Z Compiling jiff-core v0.1.0
17302026-08-29T04:10:48.008Z Compiling hashbrown v0.15.5
17312026-08-29T04:10:48.023Z Compiling textwrap v0.16.2
17322026-08-29T04:10:48.039Z Compiling walkdir v2.5.0
17332026-08-29T04:10:48.081Z Compiling bzip2 v0.6.1
17342026-08-29T04:10:48.106Z Compiling zopfli v0.8.3
17352026-08-29T04:10:48.309Z Compiling hashbrown v0.16.1
17362026-08-29T04:10:48.323Z Compiling snafu v0.8.9
17372026-08-29T04:10:48.341Z Compiling test-strategy v0.4.5
17382026-08-29T04:10:48.470Z Compiling supports-color v3.0.2
17392026-08-29T04:10:48.494Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17402026-08-29T04:10:48.579Z Compiling sec1 v0.7.3
17412026-08-29T04:10:48.653Z Compiling dof v0.3.0
17422026-08-29T04:10:48.694Z Compiling jiff v0.2.34
17432026-08-29T04:10:48.786Z Compiling derive_more-impl v2.1.1
17442026-08-29T04:10:48.965Z Compiling cargo_metadata v0.23.1
17452026-08-29T04:10:48.985Z Compiling hyper-tls v0.6.0
17462026-08-29T04:10:49.007Z Compiling strum v0.27.2
17472026-08-29T04:10:49.049Z Compiling group v0.13.0
17482026-08-29T04:10:49.084Z Compiling hubpack v0.1.2
17492026-08-29T04:10:49.163Z Compiling reqwest v0.12.28
17502026-08-29T04:10:49.230Z Compiling phf v0.13.1
17512026-08-29T04:10:49.247Z Compiling backtrace-ext v0.2.1
17522026-08-29T04:10:49.317Z Compiling futures v0.3.32
17532026-08-29T04:10:49.356Z Compiling signal-hook-mio v0.2.5
17542026-08-29T04:10:49.407Z Compiling cookie_store v0.22.1
17552026-08-29T04:10:49.441Z Compiling zstd v0.13.3
17562026-08-29T04:10:49.452Z Compiling serde_with_macros v3.21.0
17572026-08-29T04:10:49.482Z Compiling cipher v0.5.2
17582026-08-29T04:10:49.715Z Compiling postgres-types v0.2.12
17592026-08-29T04:10:49.911Z Compiling globset v0.4.18
17602026-08-29T04:10:49.918Z Compiling usdt-attr-macro v0.6.0
17612026-08-29T04:10:49.929Z Compiling usdt-macro v0.6.0
17622026-08-29T04:10:49.976Z Compiling byte-wrapper v0.1.0
17632026-08-29T04:10:50.076Z Compiling ed25519 v2.2.3
17642026-08-29T04:10:50.318Z Compiling hkdf v0.12.4
17652026-08-29T04:10:50.327Z Compiling crypto-bigint v0.5.5
17662026-08-29T04:10:50.337Z Compiling serde_plain v1.0.2
17672026-08-29T04:10:50.543Z Compiling olpc-cjson v0.1.4
17682026-08-29T04:10:50.632Z Compiling serde-big-array v0.5.1
17692026-08-29T04:10:50.681Z Compiling dtrace-parser v0.2.0
17702026-08-29T04:10:50.681Z Compiling serde_repr v0.1.20
17712026-08-29T04:10:50.715Z Compiling enum-as-inner v0.6.1
17722026-08-29T04:10:50.725Z Compiling strum_macros v0.26.4
17732026-08-29T04:10:50.754Z Compiling async-recursion v1.1.1
17742026-08-29T04:10:50.768Z Compiling miette-derive v7.6.0
17752026-08-29T04:10:50.798Z Compiling phf_shared v0.11.3
17762026-08-29T04:10:50.967Z Compiling float-cmp v0.10.0
17772026-08-29T04:10:51.004Z Compiling pem v3.0.6
17782026-08-29T04:10:51.018Z Compiling thread-id v4.2.2
17792026-08-29T04:10:51.114Z Compiling memmap2 v0.9.10
17802026-08-29T04:10:51.134Z Compiling either v1.15.0
17812026-08-29T04:10:51.211Z Compiling whoami v2.1.0
17822026-08-29T04:10:55.664Z Compiling const-oid v0.10.2
17832026-08-29T04:10:55.664Z Compiling fixedbitset v0.5.7
17842026-08-29T04:10:55.664Z Compiling typed-path v0.9.3
17852026-08-29T04:10:55.664Z Compiling normalize-line-endings v0.3.0
17862026-08-29T04:10:55.664Z Compiling data-encoding v2.10.0
17872026-08-29T04:10:55.664Z Compiling predicates-core v1.0.10
17882026-08-29T04:10:55.664Z Compiling supports-hyperlinks v3.2.0
17892026-08-29T04:10:55.664Z Compiling supports-unicode v3.0.0
17902026-08-29T04:10:55.665Z Compiling fixedbitset v0.4.2
17912026-08-29T04:10:55.665Z Compiling new_debug_unreachable v1.0.6
17922026-08-29T04:10:55.665Z Compiling difflib v0.4.0
17932026-08-29T04:10:55.665Z Compiling winnow v1.0.3
17942026-08-29T04:10:55.665Z Compiling cpufeatures v0.3.0
17952026-08-29T04:10:55.665Z Compiling static_assertions v1.1.0
17962026-08-29T04:10:55.665Z Compiling keccak v0.1.6
17972026-08-29T04:10:55.665Z Compiling precomputed-hash v0.1.1
17982026-08-29T04:10:55.665Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17992026-08-29T04:10:55.665Z Compiling chacha20 v0.10.0
18002026-08-29T04:10:55.665Z Compiling string_cache v0.8.9
18012026-08-29T04:10:55.665Z Compiling sha3 v0.10.8
18022026-08-29T04:10:55.665Z Compiling miette v7.6.0
18032026-08-29T04:10:55.665Z Compiling predicates v3.1.4
18042026-08-29T04:10:55.667Z Compiling hickory-proto v0.25.2
18052026-08-29T04:10:55.667Z Compiling petgraph v0.6.5
18062026-08-29T04:10:55.667Z Compiling toml_edit v0.22.27
18072026-08-29T04:10:55.667Z Compiling petgraph v0.8.3
18082026-08-29T04:10:55.667Z Compiling tokio-postgres v0.7.16
18092026-08-29T04:10:55.667Z Compiling digest v0.11.3
18102026-08-29T04:10:55.667Z Compiling strum v0.26.3
18112026-08-29T04:10:55.667Z Compiling elliptic-curve v0.13.8
18122026-08-29T04:10:55.667Z Compiling toml_parser v1.1.2+spec-1.1.0
18132026-08-29T04:10:55.667Z Compiling itertools v0.13.0
18142026-08-29T04:10:55.667Z Compiling usdt v0.6.0
18152026-08-29T04:10:55.667Z Compiling usdt-impl v0.5.0
18162026-08-29T04:10:55.667Z Compiling zip v4.6.1
18172026-08-29T04:10:55.723Z Compiling crossterm v0.28.1
18182026-08-29T04:10:55.724Z Compiling serde_with v3.21.0
18192026-08-29T04:10:55.724Z Compiling ed25519-dalek v2.2.0
18202026-08-29T04:10:55.724Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18212026-08-29T04:10:55.724Z Compiling derive_more v2.1.1
18222026-08-29T04:10:55.724Z Compiling iddqd v0.4.2
18232026-08-29T04:10:55.725Z Compiling similar v2.7.0
18242026-08-29T04:10:55.725Z Compiling crossbeam-epoch v0.9.18
18252026-08-29T04:10:55.725Z Compiling tokio-stream v0.1.18
18262026-08-29T04:10:55.725Z Compiling buf-list v1.1.2
18272026-08-29T04:10:55.725Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18282026-08-29T04:10:55.725Z Compiling openapiv3 v2.2.0
18292026-08-29T04:10:55.725Z Compiling peg-runtime v0.8.5
18302026-08-29T04:10:55.725Z Compiling lalrpop-util v0.19.12
18312026-08-29T04:10:55.725Z Compiling thread_local v1.1.9
18322026-08-29T04:10:55.726Z Compiling slog-async v2.8.0
18332026-08-29T04:10:55.726Z Compiling crossbeam-channel v0.5.15
18342026-08-29T04:10:55.726Z Compiling is-terminal v0.4.17
18352026-08-29T04:10:55.726Z Compiling filetime v0.2.27
18362026-08-29T04:10:55.726Z Compiling xattr v1.6.1
18372026-08-29T04:10:55.726Z Compiling take_mut v0.2.2
18382026-08-29T04:10:55.726Z Compiling term v1.2.1
18392026-08-29T04:10:55.726Z Compiling camino-tempfile v1.4.1
18402026-08-29T04:10:55.726Z Compiling tar v0.4.46
18412026-08-29T04:10:55.726Z Compiling slog-term v2.9.2
18422026-08-29T04:11:12.139Z Compiling rustls-webpki v0.103.13
18432026-08-29T04:11:14.819Z Compiling tokio-rustls v0.26.4
18442026-08-29T04:11:14.819Z Compiling rustls-platform-verifier v0.6.2
18452026-08-29T04:11:14.823Z Compiling tough v0.22.0
18462026-08-29T04:11:15.033Z Compiling hyper-rustls v0.27.7
18472026-08-29T04:11:15.224Z Compiling reqwest v0.13.2
18482026-08-29T04:11:17.409Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18492026-08-29T04:11:17.640Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18502026-08-29T04:11:20.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.57s
18512026-08-29T04:11:20.661Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18522026-08-29T04:11:20.718ZAug 29 04:11:19.357 INFO Starting download, target: Cockroach
18532026-08-29T04:11:20.718ZAug 29 04:11:19.357 INFO Starting download, target: Clickhouse
18542026-08-29T04:11:20.718ZAug 29 04:11:19.357 INFO Starting download, target: Console
18552026-08-29T04:11:20.718ZAug 29 04:11:19.357 INFO Starting download, target: DendriteStub
18562026-08-29T04:11:20.718ZAug 29 04:11:19.357 INFO Starting download, target: MaghemiteMgd
18572026-08-29T04:11:20.718ZAug 29 04:11:19.357 INFO Starting download, target: MaghemiteDdmd
18582026-08-29T04:11:20.718ZAug 29 04:11:19.357 INFO Starting download, target: TransceiverControl
18592026-08-29T04:11:20.722ZAug 29 04:11:19.358 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18602026-08-29T04:11:20.722ZAug 29 04:11:19.358 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18612026-08-29T04:11:20.722ZAug 29 04:11:19.358 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18622026-08-29T04:11:20.722ZAug 29 04:11:19.358 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18632026-08-29T04:11:20.722ZAug 29 04:11:19.358 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18642026-08-29T04:11:20.722ZAug 29 04:11:19.358 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18652026-08-29T04:11:20.725ZAug 29 04:11:19.358 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18662026-08-29T04:11:22.487ZAug 29 04:11:21.126 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18672026-08-29T04:11:22.709ZAug 29 04:11:21.348 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18682026-08-29T04:11:22.723ZAug 29 04:11:21.363 INFO Download complete, target: Console
18692026-08-29T04:11:27.301ZAug 29 04:11:25.931 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18702026-08-29T04:11:27.570ZAug 29 04:11:26.139 INFO Download complete, target: TransceiverControl
18712026-08-29T04:11:29.219ZAug 29 04:11:27.798 INFO Checking that binary works, target: Clickhouse
18722026-08-29T04:11:29.278ZAug 29 04:11:27.888 INFO Download complete, target: Clickhouse
18732026-08-29T04:11:31.184ZAug 29 04:11:29.814 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18742026-08-29T04:11:31.400ZAug 29 04:11:30.036 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18752026-08-29T04:11:31.763ZAug 29 04:11:30.389 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18762026-08-29T04:11:32.606ZAug 29 04:11:31.231 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18772026-08-29T04:11:32.606ZAug 29 04:11:31.231 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18782026-08-29T04:11:33.032ZAug 29 04:11:31.662 INFO Download complete, target: MaghemiteDdmd
18792026-08-29T04:11:33.803ZAug 29 04:11:32.438 INFO Download complete, target: DendriteStub
18802026-08-29T04:11:34.258ZAug 29 04:11:32.888 INFO Download complete, target: MaghemiteMgd
18812026-08-29T04:11:37.089ZAug 29 04:11:35.719 INFO Checking that binary works, target: Cockroach
18822026-08-29T04:11:37.205ZAug 29 04:11:35.839 INFO Download complete, target: Cockroach
18832026-08-29T04:11:37.223ZAll prerequisites installed successfully
18842026-08-29T04:11:37.223Z
18852026-08-29T04:11:37.223Zreal 1:36.906459184
18862026-08-29T04:11:37.223Zuser 7:18.166332884
18872026-08-29T04:11:37.224Zsys 1:42.887392860
18882026-08-29T04:11:37.224Ztrap 0.251662634
18892026-08-29T04:11:37.224Ztflt 0.906337552
18902026-08-29T04:11:37.225Zdflt 1.831939069
18912026-08-29T04:11:37.225Zkflt 0.026760815
18922026-08-29T04:11:37.225Zlock 30:05.261077386
18932026-08-29T04:11:37.225Zslp 19:56.447494431
18942026-08-29T04:11:37.225Zlat 24.120544124
18952026-08-29T04:11:37.225Zstop 2:55.754706085
18962026-08-29T04:11:37.226Z+ source ./tools/include/force-git-over-https.sh
18972026-08-29T04:11:37.226Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18982026-08-29T04:11:37.226Z++ (( i = 0 ))
18992026-08-29T04:11:37.226Z++ (( i < 5 ))
19002026-08-29T04:11:37.226Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19012026-08-29T04:11:37.226Z++ (( i++ ))
19022026-08-29T04:11:37.226Z++ (( i < 5 ))
19032026-08-29T04:11:37.226Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19042026-08-29T04:11:37.233Z++ (( i++ ))
19052026-08-29T04:11:37.233Z++ (( i < 5 ))
19062026-08-29T04:11:37.233Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19072026-08-29T04:11:37.233Z++ (( i++ ))
19082026-08-29T04:11:37.233Z++ (( i < 5 ))
19092026-08-29T04:11:37.233Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19102026-08-29T04:11:37.234Z++ (( i++ ))
19112026-08-29T04:11:37.234Z++ (( i < 5 ))
19122026-08-29T04:11:37.234Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19132026-08-29T04:11:37.234Z++ (( i++ ))
19142026-08-29T04:11:37.234Z++ (( i < 5 ))
19152026-08-29T04:11:37.234Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19162026-08-29T04:11:37.235Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19172026-08-29T04:11:37.235Z+ rc=0
19182026-08-29T04:11:37.235Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19192026-08-29T04:11:46.172Z+ case $rc in
19202026-08-29T04:11:46.172Z+ pfexec zfs create -p rpool/images/build/host
19212026-08-29T04:11:46.435Z+ pfexec zfs create -p rpool/images/build/recovery
19222026-08-29T04:11:46.519Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19232026-08-29T04:11:46.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19242026-08-29T04:11:46.982Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19252026-08-29T04:11:47.823Z Compiling proc-macro2 v1.0.106
19262026-08-29T04:11:47.824Z Compiling quote v1.0.45
19272026-08-29T04:11:47.824Z Compiling unicode-ident v1.0.24
19282026-08-29T04:11:47.824Z Compiling serde_core v1.0.228
19292026-08-29T04:11:47.824Z Compiling libc v0.2.185
19302026-08-29T04:11:47.824Z Compiling serde v1.0.228
19312026-08-29T04:11:47.824Z Compiling cfg-if v1.0.4
19322026-08-29T04:11:47.824Z Compiling find-msvc-tools v0.1.9
19332026-08-29T04:11:47.824Z Compiling shlex v1.3.0
19342026-08-29T04:11:47.824Z Compiling autocfg v1.5.0
19352026-08-29T04:11:47.824Z Compiling version_check v0.9.5
19362026-08-29T04:11:47.960Z Compiling zerocopy v0.8.55
19372026-08-29T04:11:47.972Z Compiling memchr v2.8.0
19382026-08-29T04:11:47.972Z Compiling portable-atomic v1.13.1
19392026-08-29T04:11:47.972Z Compiling zmij v1.0.21
19402026-08-29T04:11:48.213Z Compiling serde_json v1.0.151
19412026-08-29T04:11:48.265Z Compiling libm v0.2.16
19422026-08-29T04:11:48.280Z Compiling getrandom v0.4.3
19432026-08-29T04:11:48.365Z Compiling generic-array v0.14.7
19442026-08-29T04:11:48.389Z Compiling parking_lot_core v0.9.12
19452026-08-29T04:11:48.458Z Compiling pkg-config v0.3.32
19462026-08-29T04:11:48.499Z Compiling icu_normalizer_data v2.1.1
19472026-08-29T04:11:48.537Z Compiling icu_properties_data v2.1.2
19482026-08-29T04:11:48.562Z Compiling smallvec v1.15.1
19492026-08-29T04:11:48.579Z Compiling rustix v1.1.4
19502026-08-29T04:11:48.584Z Compiling num-traits v0.2.19
19512026-08-29T04:11:48.584Z Compiling log v0.4.33
19522026-08-29T04:11:48.621Z Compiling itoa v1.0.17
19532026-08-29T04:11:48.685Z Compiling getrandom v0.3.4
19542026-08-29T04:11:48.728Z Compiling subtle v2.6.1
19552026-08-29T04:11:48.833Z Compiling stable_deref_trait v1.2.1
19562026-08-29T04:11:48.864Z Compiling scopeguard v1.2.0
19572026-08-29T04:11:48.887Z Compiling jobserver v0.1.34
19582026-08-29T04:11:48.910Z Compiling errno v0.3.14
19592026-08-29T04:11:48.943Z Compiling typenum v1.20.1
19602026-08-29T04:11:48.973Z Compiling lock_api v0.4.14
19612026-08-29T04:11:48.990Z Compiling critical-section v1.2.0
19622026-08-29T04:11:49.036Z Compiling thiserror v2.0.18
19632026-08-29T04:11:49.094Z Compiling cc v1.2.56
19642026-08-29T04:11:49.097Z Compiling rand_core v0.10.0
19652026-08-29T04:11:49.223Z Compiling syn v2.0.117
19662026-08-29T04:11:49.317Z Compiling getrandom v0.2.17
19672026-08-29T04:11:49.370Z Compiling fs_extra v1.3.0
19682026-08-29T04:11:49.393Z Compiling dunce v1.0.5
19692026-08-29T04:11:49.398Z Compiling heck v0.5.0
19702026-08-29T04:11:49.474Z Compiling rand_core v0.6.4
19712026-08-29T04:11:49.521Z Compiling percent-encoding v2.3.2
19722026-08-29T04:11:49.543Z Compiling writeable v0.6.2
19732026-08-29T04:11:49.546Z Compiling litemap v0.8.1
19742026-08-29T04:11:49.587Z Compiling once_cell v1.21.3
19752026-08-29T04:11:49.655Z Compiling const-oid v0.9.6
19762026-08-29T04:11:49.815Z Compiling cmake v0.1.57
19772026-08-29T04:11:49.884Z Compiling pin-project-lite v0.2.17
19782026-08-29T04:11:49.896Z Compiling schemars v0.8.22
19792026-08-29T04:11:50.001Z Compiling equivalent v1.0.2
19802026-08-29T04:11:50.009Z Compiling signal-hook-registry v1.4.8
19812026-08-29T04:11:50.048Z Compiling bitflags v2.11.0
19822026-08-29T04:11:50.108Z Compiling semver v1.0.28
19832026-08-29T04:11:50.218Z Compiling futures-core v0.3.32
19842026-08-29T04:11:50.278Z Compiling rustversion v1.0.22
19852026-08-29T04:11:50.377Z Compiling aws-lc-rs v1.16.3
19862026-08-29T04:11:50.416Z Compiling aws-lc-sys v0.40.0
19872026-08-29T04:11:50.426Z Compiling parking_lot v0.12.5
19882026-08-29T04:11:50.533Z Compiling mio v1.2.0
19892026-08-29T04:11:50.599Z Compiling utf8_iter v1.0.4
19902026-08-29T04:11:50.617Z Compiling crc32fast v1.5.0
19912026-08-29T04:11:50.697Z Compiling form_urlencoded v1.2.2
19922026-08-29T04:11:50.901Z Compiling strsim v0.11.1
19932026-08-29T04:11:50.904Z Compiling hashbrown v0.17.0
19942026-08-29T04:11:51.001Z Compiling fnv v1.0.7
19952026-08-29T04:11:51.058Z Compiling vcpkg v0.2.15
19962026-08-29T04:11:51.137Z Compiling byteorder v1.5.0
19972026-08-29T04:11:51.174Z Compiling syn v1.0.109
19982026-08-29T04:11:51.232Z Compiling socket2 v0.6.3
19992026-08-29T04:11:51.451Z Compiling radium v0.7.0
20002026-08-29T04:11:51.455Z Compiling httparse v1.10.1
20012026-08-29T04:11:51.503Z Compiling futures-sink v0.3.32
20022026-08-29T04:11:51.598Z Compiling indexmap v2.14.0
20032026-08-29T04:11:51.668Z Compiling futures-channel v0.3.32
20042026-08-29T04:11:51.681Z Compiling slab v0.4.12
20052026-08-29T04:11:51.686Z Compiling iana-time-zone v0.1.65
20062026-08-29T04:11:51.701Z Compiling openssl-sys v0.9.117
20072026-08-29T04:11:51.705Z Compiling futures-task v0.3.32
20082026-08-29T04:11:51.767Z Compiling thiserror v1.0.69
20092026-08-29T04:11:51.795Z Compiling futures-io v0.3.32
20102026-08-29T04:11:51.908Z Compiling maybe-uninit v2.0.0
20112026-08-29T04:11:51.922Z Compiling base64 v0.22.1
20122026-08-29T04:11:51.926Z Compiling rustls v0.23.41
20132026-08-29T04:11:52.017Z Compiling synstructure v0.13.2
20142026-08-29T04:11:52.052Z Compiling serde_derive_internals v0.29.1
20152026-08-29T04:11:52.073Z Compiling rustc_version v0.4.1
20162026-08-29T04:11:52.349Z Compiling bzip2-sys v0.1.13+1.0.8
20172026-08-29T04:11:52.386Z Compiling uuid v1.23.4
20182026-08-29T04:11:52.392Z Compiling ahash v0.8.12
20192026-08-29T04:11:52.420Z Compiling regex-syntax v0.8.10
20202026-08-29T04:11:52.434Z Compiling base64ct v1.8.3
20212026-08-29T04:11:52.469Z Compiling packed_struct v0.10.1
20222026-08-29T04:11:52.472Z Compiling ucd-trie v0.1.7
20232026-08-29T04:11:52.541Z Compiling num-bigint-dig v0.8.6
20242026-08-29T04:11:52.583Z Compiling ident_case v1.0.1
20252026-08-29T04:11:52.595Z Compiling rand_core v0.9.5
20262026-08-29T04:11:52.629Z Compiling pest v2.8.6
20272026-08-29T04:11:52.720Z Compiling pem-rfc7468 v0.7.0
20282026-08-29T04:11:52.767Z Compiling flagset v0.4.7
20292026-08-29T04:11:52.821Z Compiling fastrand v2.3.0
20302026-08-29T04:11:52.827Z Compiling openssl v0.10.80
20312026-08-29T04:11:52.854Z Compiling dyn-clone v1.0.20
20322026-08-29T04:11:52.985Z Compiling indexmap v1.9.3
20332026-08-29T04:11:53.052Z Compiling tempfile v3.27.0
20342026-08-29T04:11:53.065Z Compiling unicode-segmentation v1.12.0
20352026-08-29T04:11:53.097Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20362026-08-29T04:11:53.207Z Compiling simd-adler32 v0.3.8
20372026-08-29T04:11:53.264Z Compiling serde_derive v1.0.228
20382026-08-29T04:11:53.313Z Compiling zeroize_derive v1.5.0
20392026-08-29T04:11:53.370Z Compiling zerofrom-derive v0.1.6
20402026-08-29T04:11:53.385Z Compiling zerocopy-derive v0.8.55
20412026-08-29T04:11:53.410Z Compiling yoke-derive v0.8.1
20422026-08-29T04:11:53.455Z Compiling zerovec-derive v0.11.2
20432026-08-29T04:11:53.471Z Compiling displaydoc v0.2.5
20442026-08-29T04:11:53.499Z Compiling tokio-macros v2.7.0
20452026-08-29T04:11:53.517Z Compiling futures-macro v0.3.32
20462026-08-29T04:11:53.540Z Compiling thiserror-impl v2.0.18
20472026-08-29T04:11:53.806Z Compiling der_derive v0.7.3
20482026-08-29T04:11:53.834Z Compiling schemars_derive v0.8.22
20492026-08-29T04:11:53.897Z Compiling tracing-attributes v0.1.31
20502026-08-29T04:11:53.942Z Compiling thiserror-impl v1.0.69
20512026-08-29T04:11:54.189Z Compiling clap_derive v4.6.1
20522026-08-29T04:11:54.225Z Compiling pest_meta v2.8.6
20532026-08-29T04:11:54.323Z Compiling futures-util v0.3.32
20542026-08-29T04:11:54.519Z Compiling zerofrom v0.1.6
20552026-08-29T04:11:54.689Z Compiling yoke v0.8.1
20562026-08-29T04:11:54.744Z Compiling bitfield-macros v0.19.4
20572026-08-29T04:11:54.893Z Compiling zerovec v0.11.5
20582026-08-29T04:11:54.909Z Compiling zerotrie v0.2.3
20592026-08-29T04:11:55.092Z Compiling zerocopy-derive v0.6.6
20602026-08-29T04:11:55.103Z Compiling packed_struct_codegen v0.10.1
20612026-08-29T04:11:55.363Z Compiling pest_generator v2.8.6
20622026-08-29T04:11:55.460Z Compiling openssl-macros v0.1.1
20632026-08-29T04:11:55.477Z Compiling tinystr v0.8.2
20642026-08-29T04:11:55.494Z Compiling potential_utf v0.1.4
20652026-08-29T04:11:55.697Z Compiling icu_locale_core v2.1.1
20662026-08-29T04:11:55.718Z Compiling icu_collections v2.1.1
20672026-08-29T04:11:55.900Z Compiling paste v1.0.15
20682026-08-29T04:11:55.977Z Compiling cpufeatures v0.2.17
20692026-08-29T04:11:56.018Z Compiling native-tls v0.2.18
20702026-08-29T04:11:56.066Z Compiling pest_derive v2.8.6
20712026-08-29T04:11:56.242Z Compiling scroll_derive v0.13.1
20722026-08-29T04:11:56.455Z Compiling icu_provider v2.1.1
20732026-08-29T04:11:56.499Z Compiling syn v3.0.3
20742026-08-29T04:11:56.622Z Compiling zeroize v1.9.0
20752026-08-29T04:11:56.753Z Compiling bytes v1.11.1
20762026-08-29T04:11:56.835Z Compiling icu_properties v2.1.2
20772026-08-29T04:11:56.881Z Compiling icu_normalizer v2.1.1
20782026-08-29T04:11:57.070Z Compiling chrono v0.4.45
20792026-08-29T04:11:57.379Z Compiling block-buffer v0.10.4
20802026-08-29T04:11:57.435Z Compiling crypto-common v0.1.7
20812026-08-29T04:11:57.462Z Compiling tokio v1.52.1
20822026-08-29T04:11:57.585Z Compiling digest v0.10.7
20832026-08-29T04:11:57.645Z Compiling der v0.7.10
20842026-08-29T04:11:57.762Z Compiling idna_adapter v1.2.1
20852026-08-29T04:11:57.871Z Compiling ppv-lite86 v0.2.21
20862026-08-29T04:11:57.916Z Compiling idna v1.1.0
20872026-08-29T04:11:58.123Z Compiling hex v0.4.3
20882026-08-29T04:11:58.236Z Compiling camino v1.2.5
20892026-08-29T04:11:58.365Z Compiling url v2.5.8
20902026-08-29T04:11:58.388Z Compiling rand_chacha v0.9.0
20912026-08-29T04:11:58.414Z Compiling adler2 v2.0.1
20922026-08-29T04:11:58.605Z Compiling rand v0.9.2
20932026-08-29T04:11:58.762Z Compiling spki v0.7.3
20942026-08-29T04:11:58.827Z Compiling anstyle v1.0.14
20952026-08-29T04:11:59.057Z Compiling crossbeam-utils v0.8.21
20962026-08-29T04:11:59.082Z Compiling utf8parse v0.2.2
20972026-08-29T04:11:59.209Z Compiling anstyle-parse v1.0.0
20982026-08-29T04:11:59.332Z Compiling pkcs8 v0.10.2
20992026-08-29T04:11:59.366Z Compiling miniz_oxide v0.8.9
21002026-08-29T04:11:59.426Z Compiling sha2 v0.10.9
21012026-08-29T04:11:59.431Z Compiling http v1.4.2
21022026-08-29T04:11:59.489Z Compiling rustls-pki-types v1.14.0
21032026-08-29T04:11:59.608Z Compiling daft-derive v0.1.8
21042026-08-29T04:12:00.399Z Compiling terminal_size v0.4.3
21052026-08-29T04:12:00.425Z Compiling spin v0.9.8
21062026-08-29T04:12:00.426Z Compiling num-conv v0.2.0
21072026-08-29T04:12:00.426Z Compiling is_terminal_polyfill v1.70.2
21082026-08-29T04:12:00.426Z Compiling anstyle-query v1.1.5
21092026-08-29T04:12:00.426Z Compiling tinyvec_macros v0.1.1
21102026-08-29T04:12:00.426Z Compiling colorchoice v1.0.4
21112026-08-29T04:12:00.430Z Compiling time-core v0.1.8
21122026-08-29T04:12:00.430Z Compiling tinyvec v1.10.0
21132026-08-29T04:12:00.455Z Compiling anstream v1.0.0
21142026-08-29T04:12:00.517Z Compiling async-trait v0.1.89
21152026-08-29T04:12:00.540Z Compiling structmeta-derive v0.3.0
21162026-08-29T04:12:00.569Z Compiling time-macros v0.2.27
21172026-08-29T04:12:00.696Z Compiling tracing-core v0.1.36
21182026-08-29T04:12:00.851Z Compiling untrusted v0.7.1
21192026-08-29T04:12:00.870Z Compiling plain v0.2.3
21202026-08-29T04:12:00.969Z Compiling cmov v0.5.4
21212026-08-29T04:12:00.993Z Compiling object v0.37.3
21222026-08-29T04:12:01.034Z Compiling http-body v1.0.1
21232026-08-29T04:12:01.158Z Compiling tracing v0.1.44
21242026-08-29T04:12:01.215Z Compiling ctutils v0.4.2
21252026-08-29T04:12:01.416Z Compiling toml_datetime v0.6.11
21262026-08-29T04:12:01.431Z Compiling serde_spanned v0.6.9
21272026-08-29T04:12:01.505Z Compiling tokio-util v0.7.18
21282026-08-29T04:12:01.524Z Compiling pin-project-internal v1.1.11
21292026-08-29T04:12:01.541Z Compiling structmeta v0.3.0
21302026-08-29T04:12:01.639Z Compiling slog v2.8.2
21312026-08-29T04:12:01.703Z Compiling wait-timeout v0.2.1
21322026-08-29T04:12:01.707Z Compiling cookie v0.18.1
21332026-08-29T04:12:01.811Z Compiling untrusted v0.9.0
21342026-08-29T04:12:01.824Z Compiling tap v1.0.1
21352026-08-29T04:12:01.902Z Compiling bit-vec v0.8.0
21362026-08-29T04:12:01.929Z Compiling quick-error v1.2.3
21372026-08-29T04:12:01.945Z Compiling zstd-safe v7.2.4
21382026-08-29T04:12:01.959Z Compiling clap_lex v1.0.0
21392026-08-29T04:12:02.031Z Compiling openssl-probe v0.2.1
21402026-08-29T04:12:02.157Z Compiling bit-set v0.8.0
21412026-08-29T04:12:02.280Z Compiling rusty-fork v0.3.1
21422026-08-29T04:12:02.337Z Compiling wyz v0.5.1
21432026-08-29T04:12:02.365Z Compiling clap_builder v4.6.0
21442026-08-29T04:12:02.522Z Compiling derive-ex v0.1.8
21452026-08-29T04:12:02.555Z Compiling hybrid-array v0.4.13
21462026-08-29T04:12:02.559Z Compiling unicode-normalization v0.1.25
21472026-08-29T04:12:02.788Z Compiling rand_chacha v0.3.1
21482026-08-29T04:12:02.868Z Compiling signature v2.2.0
21492026-08-29T04:12:02.885Z Compiling heck v0.4.1
21502026-08-29T04:12:02.973Z Compiling scroll_derive v0.12.1
21512026-08-29T04:12:03.044Z Compiling rand_xorshift v0.4.0
21522026-08-29T04:12:03.068Z Compiling heapless v0.7.17
21532026-08-29T04:12:03.199Z Compiling num-integer v0.1.46
21542026-08-29T04:12:03.233Z Compiling aho-corasick v1.1.4
21552026-08-29T04:12:03.266Z Compiling signal-hook v0.3.18
21562026-08-29T04:12:03.336Z Compiling try-lock v0.2.5
21572026-08-29T04:12:03.399Z Compiling anyhow v1.0.104
21582026-08-29T04:12:03.422Z Compiling unarray v0.1.4
21592026-08-29T04:12:03.429Z Compiling atomic-waker v1.1.2
21602026-08-29T04:12:03.486Z Compiling zlib-rs v0.6.2
21612026-08-29T04:12:03.565Z Compiling pretty-hex v0.4.1
21622026-08-29T04:12:03.613Z Compiling tower-layer v0.3.3
21632026-08-29T04:12:03.679Z Compiling tower-service v0.3.3
21642026-08-29T04:12:03.708Z Compiling rustix v0.38.44
21652026-08-29T04:12:03.738Z Compiling usdt-impl v0.6.0
21662026-08-29T04:12:03.743Z Compiling funty v2.0.0
21672026-08-29T04:12:03.964Z Compiling want v0.3.1
21682026-08-29T04:12:03.980Z Compiling h2 v0.4.15
21692026-08-29T04:12:04.031Z Compiling proptest v1.11.0
21702026-08-29T04:12:04.043Z Compiling test-strategy v0.4.5
21712026-08-29T04:12:04.061Z Compiling regex-automata v0.4.14
21722026-08-29T04:12:04.173Z Compiling bitvec v1.0.1
21732026-08-29T04:12:04.303Z Compiling clap v4.6.1
21742026-08-29T04:12:04.398Z Compiling num-iter v0.1.45
21752026-08-29T04:12:04.922Z Compiling snafu-derive v0.8.9
21762026-08-29T04:12:05.052Z Compiling rand v0.8.6
21772026-08-29T04:12:05.370Z Compiling lazy_static v1.5.0
21782026-08-29T04:12:05.481Z Compiling ipnetwork v0.21.1
21792026-08-29T04:12:05.845Z Compiling flate2 v1.1.9
21802026-08-29T04:12:05.967Z Compiling scroll v0.13.0
21812026-08-29T04:12:06.005Z Compiling ipnet v2.12.0
21822026-08-29T04:12:06.405Z Compiling strum_macros v0.26.4
21832026-08-29T04:12:06.577Z Compiling darling_core v0.23.0
21842026-08-29T04:12:06.768Z Compiling darling_core v0.20.11
21852026-08-29T04:12:07.347Z Compiling winnow v0.5.40
21862026-08-29T04:12:07.670Z Compiling foreign-types-shared v0.1.1
21872026-08-29T04:12:07.707Z Compiling httpdate v1.0.3
21882026-08-29T04:12:07.943Z Compiling nodrop v0.1.14
21892026-08-29T04:12:08.051Z Compiling crc-catalog v2.4.0
21902026-08-29T04:12:08.081Z Compiling array-init v0.0.4
21912026-08-29T04:12:08.163Z Compiling crc v3.4.0
21922026-08-29T04:12:08.198Z Compiling hyper v1.10.1
21932026-08-29T04:12:08.376Z Compiling foreign-types v0.3.2
21942026-08-29T04:12:08.748Z Compiling darling_macro v0.20.11
21952026-08-29T04:12:08.764Z Compiling darling_macro v0.23.0
21962026-08-29T04:12:08.820Z Compiling newtype-uuid v1.3.2
21972026-08-29T04:12:09.113Z Compiling toml_edit v0.19.15
21982026-08-29T04:12:09.238Z Compiling goblin v0.10.5
21992026-08-29T04:12:09.302Z Compiling oxnet v0.1.6
22002026-08-29T04:12:09.754Z Compiling smallvec v0.6.14
22012026-08-29T04:12:10.085Z Compiling pkcs1 v0.7.5
22022026-08-29T04:12:10.336Z Compiling zerocopy v0.6.6
22032026-08-29T04:12:10.442Z Compiling bitfield v0.19.4
22042026-08-29T04:12:10.546Z Compiling zerocopy-derive v0.7.35
22052026-08-29T04:12:10.609Z Compiling curve25519-dalek v4.1.3
22062026-08-29T04:12:10.895Z Compiling socket2 v0.5.10
22072026-08-29T04:12:11.088Z Compiling env_filter v2.0.0
22082026-08-29T04:12:11.202Z Compiling memoffset v0.9.1
22092026-08-29T04:12:11.437Z Compiling smoltcp v0.9.1
22102026-08-29T04:12:11.602Z Compiling ref-cast v1.0.25
22112026-08-29T04:12:11.716Z Compiling base64 v0.21.7
22122026-08-29T04:12:11.768Z Compiling litrs v1.0.0
22132026-08-29T04:12:11.787Z Compiling hashbrown v0.12.3
22142026-08-29T04:12:11.831Z Compiling owo-colors v4.3.0
22152026-08-29T04:12:12.094Z Compiling dof v0.4.0
22162026-08-29T04:12:12.199Z Compiling ron v0.8.1
22172026-08-29T04:12:12.246Z Compiling document-features v0.2.12
22182026-08-29T04:12:12.250Z Compiling env_logger v0.11.11
22192026-08-29T04:12:12.359Z Compiling hyper-util v0.1.20
22202026-08-29T04:12:12.733Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22212026-08-29T04:12:12.767Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22222026-08-29T04:12:12.815Z Compiling toml v0.7.8
22232026-08-29T04:12:12.987Z Compiling rsa v0.9.10
22242026-08-29T04:12:13.131Z Compiling bzip2 v0.4.4
22252026-08-29T04:12:13.386Z Compiling serde-hex v0.1.0
22262026-08-29T04:12:13.589Z Compiling daft v0.1.8
22272026-08-29T04:12:13.616Z Compiling darling v0.23.0
22282026-08-29T04:12:13.709Z Compiling darling v0.20.11
22292026-08-29T04:12:13.771Z Compiling hashbrown v0.13.2
22302026-08-29T04:12:14.019Z Compiling x509-cert v0.2.5
22312026-08-29T04:12:14.091Z Compiling hmac v0.12.1
22322026-08-29T04:12:14.363Z Compiling dtrace-parser v0.3.0
22332026-08-29T04:12:14.519Z Compiling async-recursion v1.1.1
22342026-08-29T04:12:14.666Z Compiling sync_wrapper v1.0.2
22352026-08-29T04:12:14.788Z Compiling thread-id v5.1.0
22362026-08-29T04:12:15.003Z Compiling powerfmt v0.2.0
22372026-08-29T04:12:15.120Z Compiling crc-any v2.5.0
22382026-08-29T04:12:15.135Z Compiling cfg_aliases v0.2.1
22392026-08-29T04:12:15.282Z Compiling siphasher v1.0.2
22402026-08-29T04:12:15.440Z Compiling deranged v0.5.8
22412026-08-29T04:12:15.485Z Compiling nix v0.31.2
22422026-08-29T04:12:15.720Z Compiling tower v0.5.3
22432026-08-29T04:12:16.180Z Compiling object v0.30.4
22442026-08-29T04:12:16.438Z Compiling derive_builder_core v0.20.2
22452026-08-29T04:12:16.625Z Compiling serde_with_macros v3.21.0
22462026-08-29T04:12:17.190Z Compiling zip v0.6.6
22472026-08-29T04:12:17.206Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22482026-08-29T04:12:17.254Z Compiling bstr v1.12.1
22492026-08-29T04:12:17.441Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22502026-08-29T04:12:17.462Z Compiling block-buffer v0.12.1
22512026-08-29T04:12:17.679Z Compiling crypto-common v0.2.2
22522026-08-29T04:12:17.971Z Compiling http-body-util v0.1.3
22532026-08-29T04:12:18.239Z Compiling futures-executor v0.3.32
22542026-08-29T04:12:18.265Z Compiling erased-serde v0.3.31
22552026-08-29T04:12:18.282Z Compiling serde_tokenstream v0.2.3
22562026-08-29T04:12:18.589Z Compiling hubpack_derive v0.1.1
22572026-08-29T04:12:18.676Z Compiling curve25519-dalek-derive v0.1.1
22582026-08-29T04:12:18.691Z Compiling strum_macros v0.27.2
22592026-08-29T04:12:18.713Z Compiling ref-cast-impl v1.0.25
22602026-08-29T04:12:18.836Z Compiling fs-err v3.3.0
22612026-08-29T04:12:18.882Z Compiling usdt-impl v0.5.0
22622026-08-29T04:12:19.021Z Compiling path-slash v0.1.5
22632026-08-29T04:12:19.073Z Compiling unicode-bidi v0.3.18
22642026-08-29T04:12:19.115Z Compiling gimli v0.32.3
22652026-08-29T04:12:19.186Z Compiling allocator-api2 v0.2.21
22662026-08-29T04:12:19.251Z Compiling same-file v1.0.6
22672026-08-29T04:12:19.442Z Compiling num_threads v0.1.7
22682026-08-29T04:12:19.531Z Compiling ryu v1.0.23
22692026-08-29T04:12:19.579Z Compiling unicode-properties v0.1.4
22702026-08-29T04:12:19.626Z Compiling iri-string v0.7.10
22712026-08-29T04:12:20.038Z Compiling serde_urlencoded v0.7.1
22722026-08-29T04:12:20.114Z Compiling time v0.3.47
22732026-08-29T04:12:20.724Z Compiling stringprep v0.1.5
22742026-08-29T04:12:20.970Z Compiling tower-http v0.6.8
22752026-08-29T04:12:21.048Z Compiling addr2line v0.25.1
22762026-08-29T04:12:21.171Z Compiling walkdir v2.5.0
22772026-08-29T04:12:21.979Z Compiling futures v0.3.32
22782026-08-29T04:12:22.515Z Compiling derive_builder_macro v0.20.2
22792026-08-29T04:12:22.715Z Compiling tokio-native-tls v0.3.1
22802026-08-29T04:12:22.920Z Compiling strum v0.26.3
22812026-08-29T04:12:23.071Z Compiling block-padding v0.4.2
22822026-08-29T04:12:23.131Z Compiling scroll v0.12.0
22832026-08-29T04:12:23.164Z Compiling pin-project v1.1.11
22842026-08-29T04:12:23.193Z Compiling rustls-native-certs v0.8.3
22852026-08-29T04:12:23.293Z Compiling md-5 v0.10.6
22862026-08-29T04:12:23.334Z Compiling convert_case v0.10.0
22872026-08-29T04:12:23.350Z Compiling hash32 v0.2.1
22882026-08-29T04:12:23.376Z Compiling vergen-lib v9.1.0
22892026-08-29T04:12:23.447Z Compiling encoding_rs v0.8.35
22902026-08-29T04:12:23.468Z Compiling jiff-core v0.1.0
22912026-08-29T04:12:23.578Z Compiling mime v0.3.17
22922026-08-29T04:12:23.594Z Compiling cpufeatures v0.3.0
22932026-08-29T04:12:23.677Z Compiling fallible-iterator v0.2.0
22942026-08-29T04:12:23.761Z Compiling psl-types v2.0.11
22952026-08-29T04:12:23.833Z Compiling rustc-demangle v0.1.27
22962026-08-29T04:12:23.848Z Compiling derive_more-impl v2.1.1
22972026-08-29T04:12:23.878Z Compiling publicsuffix v2.3.0
22982026-08-29T04:12:24.003Z Compiling postgres-protocol v0.6.10
22992026-08-29T04:12:24.070Z Compiling goblin v0.8.2
23002026-08-29T04:12:24.391Z Compiling jiff v0.2.34
23012026-08-29T04:12:24.518Z Compiling snafu v0.8.9
23022026-08-29T04:12:24.558Z Compiling inout v0.2.2
23032026-08-29T04:12:24.715Z Compiling backtrace v0.3.76
23042026-08-29T04:12:24.863Z Compiling derive_builder v0.20.2
23052026-08-29T04:12:24.880Z Compiling hyper-tls v0.6.0
23062026-08-29T04:12:25.282Z Compiling usdt-macro v0.6.0
23072026-08-29T04:12:25.300Z Compiling usdt-attr-macro v0.6.0
23082026-08-29T04:12:25.335Z Compiling globset v0.4.18
23092026-08-29T04:12:25.384Z Compiling phf_shared v0.13.1
23102026-08-29T04:12:25.405Z Compiling crossbeam-epoch v0.9.18
23112026-08-29T04:12:25.696Z Compiling zerocopy v0.7.35
23122026-08-29T04:12:25.792Z Compiling regex v1.12.3
23132026-08-29T04:12:26.076Z Compiling serde_plain v1.0.2
23142026-08-29T04:12:26.106Z Compiling enum-as-inner v0.6.1
23152026-08-29T04:12:26.199Z Compiling miette-derive v7.6.0
23162026-08-29T04:12:26.258Z Compiling serde_repr v0.1.20
23172026-08-29T04:12:26.323Z Compiling pem v3.0.6
23182026-08-29T04:12:26.338Z Compiling vergen v9.1.0
23192026-08-29T04:12:26.356Z Compiling ff v0.13.1
23202026-08-29T04:12:26.372Z Compiling cargo-platform v0.3.2
23212026-08-29T04:12:26.560Z Compiling filetime v0.2.27
23222026-08-29T04:12:26.570Z Compiling foldhash v0.2.0
23232026-08-29T04:12:26.646Z Compiling xattr v1.6.1
23242026-08-29T04:12:26.748Z Compiling bumpalo v3.20.2
23252026-08-29T04:12:26.764Z Compiling typed-path v0.9.3
23262026-08-29T04:12:26.821Z Compiling bitflags v1.3.2
23272026-08-29T04:12:26.908Z Compiling is_ci v1.2.0
23282026-08-29T04:12:27.008Z Compiling const-oid v0.10.2
23292026-08-29T04:12:27.024Z Compiling unicode-width v0.2.0
23302026-08-29T04:12:27.061Z Compiling smawk v0.3.2
23312026-08-29T04:12:27.194Z Compiling foldhash v0.1.5
23322026-08-29T04:12:27.211Z Compiling managed v0.8.0
23332026-08-29T04:12:27.317Z Compiling libbz2-rs-sys v0.2.2
23342026-08-29T04:12:27.331Z Compiling unicode-linebreak v0.1.5
23352026-08-29T04:12:27.376Z Compiling base16ct v0.2.0
23362026-08-29T04:12:27.576Z Compiling textwrap v0.16.2
23372026-08-29T04:12:27.590Z Compiling sec1 v0.7.3
23382026-08-29T04:12:27.830Z Compiling bzip2 v0.6.1
23392026-08-29T04:12:27.848Z Compiling hashbrown v0.15.5
23402026-08-29T04:12:27.881Z Compiling digest v0.11.3
23412026-08-29T04:12:27.917Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23422026-08-29T04:12:27.976Z Compiling supports-color v3.0.2
23432026-08-29T04:12:27.992Z Compiling zopfli v0.8.3
23442026-08-29T04:12:28.126Z Compiling tar v0.4.46
23452026-08-29T04:12:28.150Z Compiling hashbrown v0.16.1
23462026-08-29T04:12:28.266Z Compiling cargo_metadata v0.23.1
23472026-08-29T04:12:28.316Z Compiling group v0.13.0
23482026-08-29T04:12:28.403Z Compiling dof v0.3.0
23492026-08-29T04:12:29.792Z Compiling phf v0.13.1
23502026-08-29T04:12:29.829Z Compiling zstd v0.13.3
23512026-08-29T04:12:29.992Z Compiling backtrace-ext v0.2.1
23522026-08-29T04:12:30.101Z Compiling reqwest v0.12.28
23532026-08-29T04:12:30.157Z Compiling signal-hook-mio v0.2.5
23542026-08-29T04:12:30.189Z Compiling cipher v0.5.2
23552026-08-29T04:12:30.241Z Compiling cookie_store v0.22.1
23562026-08-29T04:12:30.291Z Compiling postgres-types v0.2.12
23572026-08-29T04:12:30.476Z Compiling strum v0.27.2
23582026-08-29T04:12:30.669Z Compiling hubpack v0.1.2
23592026-08-29T04:12:30.740Z Compiling phf_shared v0.11.3
23602026-08-29T04:12:30.778Z Compiling hkdf v0.12.4
23612026-08-29T04:12:30.811Z Compiling dtrace-parser v0.2.0
23622026-08-29T04:12:30.831Z Compiling byte-wrapper v0.1.0
23632026-08-29T04:12:30.846Z Compiling ed25519 v2.2.3
23642026-08-29T04:12:30.895Z Compiling olpc-cjson v0.1.4
23652026-08-29T04:12:31.163Z Compiling crypto-bigint v0.5.5
23662026-08-29T04:12:31.255Z Compiling serde-big-array v0.5.1
23672026-08-29T04:12:31.390Z Compiling float-cmp v0.10.0
23682026-08-29T04:12:31.430Z Compiling memmap2 v0.9.10
23692026-08-29T04:12:31.565Z Compiling thread-id v4.2.2
23702026-08-29T04:12:31.672Z Compiling winnow v0.7.14
23712026-08-29T04:12:31.780Z Compiling precomputed-hash v0.1.1
23722026-08-29T04:12:31.804Z Compiling data-encoding v2.10.0
23732026-08-29T04:12:31.976Z Compiling rayon-core v1.13.0
23742026-08-29T04:12:31.992Z Compiling normalize-line-endings v0.3.0
23752026-08-29T04:12:31.995Z Compiling fixedbitset v0.5.7
23762026-08-29T04:12:31.995Z Compiling supports-unicode v3.0.0
23772026-08-29T04:12:32.180Z Compiling predicates-core v1.0.10
23782026-08-29T04:12:32.196Z Compiling new_debug_unreachable v1.0.6
23792026-08-29T04:12:32.285Z Compiling fixedbitset v0.4.2
23802026-08-29T04:12:32.301Z Compiling static_assertions v1.1.0
23812026-08-29T04:12:32.318Z Compiling toml_write v0.1.2
23822026-08-29T04:12:32.362Z Compiling either v1.15.0
23832026-08-29T04:12:32.390Z Compiling supports-hyperlinks v3.2.0
23842026-08-29T04:12:32.529Z Compiling whoami v2.1.0
23852026-08-29T04:12:32.648Z Compiling unicode-width v0.1.14
23862026-08-29T04:12:32.816Z Compiling difflib v0.4.0
23872026-08-29T04:12:32.852Z Compiling keccak v0.1.6
23882026-08-29T04:12:32.906Z Compiling winnow v1.0.3
23892026-08-29T04:12:32.937Z Compiling miette v7.6.0
23902026-08-29T04:12:33.068Z Compiling predicates v3.1.4
23912026-08-29T04:12:33.128Z Compiling toml_edit v0.22.27
23922026-08-29T04:12:33.151Z Compiling sha3 v0.10.8
23932026-08-29T04:12:33.516Z Compiling tokio-postgres v0.7.16
23942026-08-29T04:12:33.840Z Compiling toml_parser v1.1.2+spec-1.1.0
23952026-08-29T04:12:33.949Z Compiling itertools v0.13.0
23962026-08-29T04:12:33.964Z Compiling petgraph v0.6.5
23972026-08-29T04:12:34.216Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23982026-08-29T04:12:34.488Z Compiling string_cache v0.8.9
23992026-08-29T04:12:34.729Z Compiling petgraph v0.8.3
24002026-08-29T04:12:34.809Z Compiling elliptic-curve v0.13.8
24012026-08-29T04:12:35.168Z Compiling hickory-proto v0.25.2
24022026-08-29T04:12:35.198Z Compiling chacha20 v0.10.0
24032026-08-29T04:12:35.426Z Compiling usdt v0.6.0
24042026-08-29T04:12:35.691Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24052026-08-29T04:12:36.647Z Compiling ed25519-dalek v2.2.0
24062026-08-29T04:12:37.036Z Compiling crossterm v0.28.1
24072026-08-29T04:12:37.341Z Compiling zip v4.6.1
24082026-08-29T04:12:37.839Z Compiling iddqd v0.4.2
24092026-08-29T04:12:38.219Z Compiling derive_more v2.1.1
24102026-08-29T04:12:38.347Z Compiling similar v2.7.0
24112026-08-29T04:12:38.518Z Compiling serde_with v3.21.0
24122026-08-29T04:12:39.458Z Compiling tokio-stream v0.1.18
24132026-08-29T04:12:39.488Z Compiling buf-list v1.1.2
24142026-08-29T04:12:39.662Z Compiling half v2.7.1
24152026-08-29T04:12:39.729Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24162026-08-29T04:12:39.750Z Compiling openapiv3 v2.2.0
24172026-08-29T04:12:40.227Z Compiling peg-runtime v0.8.5
24182026-08-29T04:12:40.324Z Compiling ciborium-io v0.2.2
24192026-08-29T04:12:40.477Z Compiling lalrpop-util v0.19.12
24202026-08-29T04:12:40.871Z Compiling ciborium-ll v0.2.2
24212026-08-29T04:12:42.152Z Compiling crossbeam-deque v0.8.6
24222026-08-29T04:12:42.527Z Compiling camino-tempfile v1.4.1
24232026-08-29T04:12:42.888Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24242026-08-29T04:12:43.301Z Compiling blake3 v1.8.5
24252026-08-29T04:12:43.419Z Compiling fs-err v2.11.0
24262026-08-29T04:12:45.913Z Compiling rustls-webpki v0.103.13
24272026-08-29T04:12:46.156Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24282026-08-29T04:12:47.547Z Compiling ciborium v0.2.2
24292026-08-29T04:12:47.699Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24302026-08-29T04:12:48.581Z Compiling thread_local v1.1.9
24312026-08-29T04:12:48.590Z Compiling arrayref v0.3.9
24322026-08-29T04:12:48.597Z Compiling arrayvec v0.7.6
24332026-08-29T04:12:48.850Z Compiling constant_time_eq v0.4.2
24342026-08-29T04:12:48.962Z Compiling slog-async v2.8.0
24352026-08-29T04:12:49.112Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24362026-08-29T04:12:49.215Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24372026-08-29T04:12:49.362Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24382026-08-29T04:12:49.491Z Compiling tokio-rustls v0.26.4
24392026-08-29T04:12:49.525Z Compiling rustls-platform-verifier v0.6.2
24402026-08-29T04:12:49.540Z Compiling tough v0.22.0
24412026-08-29T04:12:49.678Z Compiling toml v0.8.23
24422026-08-29T04:12:49.711Z Compiling atomicwrites v0.4.4
24432026-08-29T04:12:49.749Z Compiling hyper-rustls v0.27.7
24442026-08-29T04:12:49.777Z Compiling digest-io v0.1.0
24452026-08-29T04:12:49.940Z Compiling sha2 v0.11.0
24462026-08-29T04:12:50.021Z Compiling reqwest v0.13.2
24472026-08-29T04:12:50.066Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24482026-08-29T04:12:50.355Z Compiling crossbeam-channel v0.5.15
24492026-08-29T04:12:50.371Z Compiling serde_path_to_error v0.1.20
24502026-08-29T04:12:50.371Z Compiling is-terminal v0.4.17
24512026-08-29T04:12:50.465Z Compiling indent_write v2.2.0
24522026-08-29T04:12:50.487Z Compiling rawzip v0.4.4
24532026-08-29T04:12:50.636Z Compiling topological-sort v0.2.2
24542026-08-29T04:12:50.651Z Compiling term v1.2.1
24552026-08-29T04:12:50.824Z Compiling take_mut v0.2.2
24562026-08-29T04:12:50.856Z Compiling debug-ignore v1.0.5
24572026-08-29T04:12:50.966Z Compiling parse-size v1.1.0
24582026-08-29T04:12:50.978Z Compiling slog-term v2.9.2
24592026-08-29T04:12:51.164Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24602026-08-29T04:12:51.421Z Compiling shell-words v1.1.1
24612026-08-29T04:12:53.140Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24622026-08-29T04:12:58.820Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24632026-08-29T04:13:00.873Z Compiling omicron-zone-package v0.12.3
24642026-08-29T04:13:01.190Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24652026-08-29T04:13:01.512Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24662026-08-29T04:13:01.529Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24672026-08-29T04:13:06.173Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24682026-08-29T04:13:18.508Z Finished `release` profile [optimized] target(s) in 1m 31s
24692026-08-29T04:13:18.652Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24702026-08-29T04:13:18.708ZAug 29 04:13:17.346 DEBG changing working directory to /work/oxidecomputer/omicron
24712026-08-29T04:13:18.805ZAug 29 04:13:17.444 DEBG running: git rev-parse HEAD
24722026-08-29T04:13:18.808ZAug 29 04:13:17.446 DEBG process exited with exit status: 0 (2.380369ms)
24732026-08-29T04:13:18.808ZAug 29 04:13:17.446 INFO version: 23.0.0-0.ci+git89aef0a67f3
24742026-08-29T04:13:18.816ZAug 29 04:13:17.455 INFO cloning helios to /work/oxidecomputer/helios
24752026-08-29T04:13:18.816ZAug 29 04:13:17.455 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24762026-08-29T04:13:18.819ZCloning into '/work/oxidecomputer/helios'...
24772026-08-29T04:13:19.411ZAug 29 04:13:18.049 DEBG process exited with exit status: 0 (594.843529ms)
24782026-08-29T04:13:19.411ZAug 29 04:13:18.049 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24792026-08-29T04:13:19.416ZAug 29 04:13:18.052 DEBG process exited with exit status: 0 (2.367859ms)
24802026-08-29T04:13:19.416ZAug 29 04:13:18.052 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24812026-08-29T04:13:19.792ZAug 29 04:13:18.430 DEBG process exited with exit status: 0 (378.555563ms)
24822026-08-29T04:13:19.792ZAug 29 04:13:18.430 DEBG running: zfs list rpool/images/build/host
24832026-08-29T04:13:19.797ZNAME USED AVAIL REFER MOUNTPOINT
24842026-08-29T04:13:19.797Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24852026-08-29T04:13:19.801ZAug 29 04:13:18.435 DEBG process exited with exit status: 0 (4.673748ms)
24862026-08-29T04:13:19.801ZAug 29 04:13:18.435 DEBG running: zfs list rpool/images/build/recovery
24872026-08-29T04:13:19.801ZNAME USED AVAIL REFER MOUNTPOINT
24882026-08-29T04:13:19.801Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24892026-08-29T04:13:19.801ZAug 29 04:13:18.439 DEBG process exited with exit status: 0 (3.958758ms)
24902026-08-29T04:13:19.801ZAug 29 04:13:18.439 INFO console assets match pinned console commit (46f3fd847da666f00e0b42dd68dddf9cd2ecfdca)
24912026-08-29T04:13:19.814ZAug 29 04:13:18.452 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026081901.0.0, but the current nexus API version is 2026082800.0.0; the console needs a client regen and tools/console_version needs a bump
24922026-08-29T04:13:19.819ZAug 29 04:13:18.452 INFO [hubris-staging] running task
24932026-08-29T04:13:19.819ZAug 29 04:13:18.452 INFO [incorp-manifest] running task
24942026-08-29T04:13:19.819ZAug 29 04:13:18.452 INFO [hubris-production] running task
24952026-08-29T04:13:19.819ZAug 29 04:13:18.452 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24962026-08-29T04:13:19.819ZAug 29 04:13:18.453 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24972026-08-29T04:13:19.819ZAug 29 04:13:18.453 INFO [incorp-create] running: pkgrepo create /work/incorporation
24982026-08-29T04:13:19.819ZAug 29 04:13:18.455 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
24992026-08-29T04:13:19.844Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25002026-08-29T04:13:19.923Z[ omicron-package] Blocking waiting for file lock on package cache
25012026-08-29T04:13:20.045ZAug 29 04:13:18.684 INFO [incorp-create] process exited with exit status: 0 (231.02796ms)
25022026-08-29T04:13:20.051ZAug 29 04:13:18.685 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25032026-08-29T04:13:20.265ZAug 29 04:13:18.904 INFO [incorp-publisher] process exited with exit status: 0 (218.933745ms)
25042026-08-29T04:13:20.623Z[ omicron-package] Blocking waiting for file lock on package cache
25052026-08-29T04:13:20.908ZAug 29 04:13:19.547 INFO [hubris-production] task succeeded (1.094541614s)
25062026-08-29T04:13:21.798Z[ omicron-package] Compiling macaddr v1.0.1
25072026-08-29T04:13:21.984Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25082026-08-29T04:13:21.985Z[ omicron-package] Compiling itertools v0.15.0
25092026-08-29T04:13:21.988Z[ omicron-package] Compiling secrecy v0.10.3
25102026-08-29T04:13:21.988Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25112026-08-29T04:13:21.988Z[ omicron-package] Compiling heapless v0.8.0
25122026-08-29T04:13:21.988Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25132026-08-29T04:13:21.988Z[ omicron-package] Compiling hash32 v0.3.1
25142026-08-29T04:13:21.988Z[ omicron-package] Compiling inout v0.1.4
25152026-08-29T04:13:21.988Z[ omicron-package] Compiling multer v3.1.0
25162026-08-29T04:13:21.989Z[ omicron-package] Compiling compression-core v0.4.31
25172026-08-29T04:13:21.989Z[ omicron-package] Compiling smoltcp v0.11.0
25182026-08-29T04:13:21.990Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25192026-08-29T04:13:22.130ZAug 29 04:13:20.769 DEBG process exited with exit status: 0 (2.316323529s)
25202026-08-29T04:13:22.135ZAug 29 04:13:20.770 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25212026-08-29T04:13:22.445Z[ omicron-package] Compiling match_cfg v0.1.0
25222026-08-29T04:13:22.518Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25232026-08-29T04:13:22.518Z[ omicron-package] Compiling slog-json v2.6.1
25242026-08-29T04:13:22.522Z[ omicron-package] Compiling serde_tokenstream v0.3.0
25252026-08-29T04:13:22.522Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25262026-08-29T04:13:22.822Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25272026-08-29T04:13:22.852Z[ omicron-package] Compiling hostname v0.3.1
25282026-08-29T04:13:22.864Z[ omicron-package] Compiling compression-codecs v0.4.37
25292026-08-29T04:13:22.950Z[ omicron-package] Compiling cipher v0.4.4
25302026-08-29T04:13:22.950Z[ omicron-package] Compiling cobs v0.3.0
25312026-08-29T04:13:22.962Z[ omicron-package] Compiling universal-hash v0.5.1
25322026-08-29T04:13:22.965Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25332026-08-29T04:13:23.037Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25342026-08-29T04:13:23.321Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25352026-08-29T04:13:23.325Z[ omicron-package] Compiling dropshot v0.17.1
25362026-08-29T04:13:23.360Z[ omicron-package] Compiling serde_spanned v1.1.1
25372026-08-29T04:13:23.366Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25382026-08-29T04:13:23.366Z[ omicron-package] Compiling async-stream-impl v0.3.6
25392026-08-29T04:13:23.381Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25402026-08-29T04:13:23.385Z[ omicron-package] Compiling convert_case v0.4.0
25412026-08-29T04:13:23.428Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25422026-08-29T04:13:23.431Z[ omicron-package] Compiling opaque-debug v0.3.1
25432026-08-29T04:13:23.579Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25442026-08-29T04:13:23.592Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25452026-08-29T04:13:23.608Z[ omicron-package] Compiling poly1305 v0.8.0
25462026-08-29T04:13:23.612Z[ omicron-package] Compiling async-compression v0.4.41
25472026-08-29T04:13:23.722Z[ omicron-package] Compiling ingot-macros v0.2.0
25482026-08-29T04:13:23.777Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25492026-08-29T04:13:23.780Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25502026-08-29T04:13:24.072Z[ omicron-package] Compiling async-stream v0.3.6
25512026-08-29T04:13:24.072Z[ omicron-package] Compiling derive_more v0.99.20
25522026-08-29T04:13:24.075Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25532026-08-29T04:13:24.075Z[ omicron-package] Compiling postcard v1.1.3
25542026-08-29T04:13:24.255Z[ omicron-package] Compiling chacha20 v0.9.1
25552026-08-29T04:13:24.282Z[ omicron-package] Compiling slog-bunyan v2.5.0
25562026-08-29T04:13:24.298Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
25572026-08-29T04:13:24.391Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25582026-08-29T04:13:24.394Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25592026-08-29T04:13:24.426Z[ omicron-package] Compiling num_enum_derive v0.7.6
25602026-08-29T04:13:24.453Z[ omicron-package] Compiling sha1 v0.11.0
25612026-08-29T04:13:24.505Z[ omicron-package] Compiling progenitor-client v0.14.0
25622026-08-29T04:13:24.547Z[ omicron-package] Compiling oxide-generation v0.1.3
25632026-08-29T04:13:24.552Z[ omicron-package] Compiling parse-display-derive v0.10.0
25642026-08-29T04:13:24.633Z[ omicron-package] Compiling waitgroup v0.1.2
25652026-08-29T04:13:24.702Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25662026-08-29T04:13:24.871Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25672026-08-29T04:13:24.981ZAug 29 04:13:23.620 DEBG process exited with exit status: 0 (2.849855391s)
25682026-08-29T04:13:24.985ZAug 29 04:13:23.621 INFO [incorp-manifest] task succeeded (5.16870317s)
25692026-08-29T04:13:24.985ZAug 29 04:13:23.621 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25702026-08-29T04:13:25.153Z[ omicron-package] Compiling backon v1.6.0
25712026-08-29T04:13:25.192Z[ omicron-package] Compiling password-hash v0.5.0
25722026-08-29T04:13:25.205ZAug 29 04:13:23.843 INFO [incorp-fmt] process exited with exit status: 0 (222.273553ms)
25732026-08-29T04:13:25.209ZAug 29 04:13:23.844 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25742026-08-29T04:13:25.228Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25752026-08-29T04:13:25.305Z[ omicron-package] Compiling blake2 v0.10.6
25762026-08-29T04:13:25.413Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25772026-08-29T04:13:25.523Z[ omicron-package] Compiling aead v0.5.2
25782026-08-29T04:13:25.536Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260829T041324Z
25792026-08-29T04:13:25.536Z[ incorp-pkgsend] PUBLISHED
25802026-08-29T04:13:25.585ZAug 29 04:13:24.223 INFO [incorp-pkgsend] process exited with exit status: 0 (379.815292ms)
25812026-08-29T04:13:25.585ZAug 29 04:13:24.224 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25822026-08-29T04:13:25.599Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25832026-08-29T04:13:25.643Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25842026-08-29T04:13:25.694Z[ omicron-package] Compiling proc-macro-error v1.0.4
25852026-08-29T04:13:25.808Z[ omicron-package] Compiling instant v0.1.13
25862026-08-29T04:13:25.808Z[ omicron-package] Compiling hostname v0.4.2
25872026-08-29T04:13:25.881Z[ helios-incorp] Retrieving packages for publisher helios ...
25882026-08-29T04:13:25.885Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25892026-08-29T04:13:25.889Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25902026-08-29T04:13:25.889Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25912026-08-29T04:13:25.893Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25922026-08-29T04:13:25.896Z[ helios-incorp]
25932026-08-29T04:13:25.896Z[ helios-incorp] Archiving packages ...
25942026-08-29T04:13:25.896Z[ helios-incorp] Packages to add: 1
25952026-08-29T04:13:25.903Z[ helios-incorp] Files to retrieve: 0
25962026-08-29T04:13:25.903Z[ helios-incorp] Estimated transfer size: 0.00 B
25972026-08-29T04:13:25.907Z[ helios-incorp]
25982026-08-29T04:13:25.907Z[ helios-incorp] Packages to archive:
25992026-08-29T04:13:25.907Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260829T041324Z
26002026-08-29T04:13:25.907Z[ helios-incorp]
26012026-08-29T04:13:25.907Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26022026-08-29T04:13:25.907Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
26032026-08-29T04:13:25.969ZAug 29 04:13:24.606 INFO [helios-incorp] process exited with exit status: 0 (382.066842ms)
26042026-08-29T04:13:25.991Z[ omicron-package] Compiling foreign-types-macros v0.2.3
26052026-08-29T04:13:26.037Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
26062026-08-29T04:13:26.094Z[ omicron-package] Compiling foreign-types-shared v0.3.1
26072026-08-29T04:13:26.189Z[ omicron-package] Compiling parse-display v0.10.0
26082026-08-29T04:13:26.194Z[ omicron-package] Compiling backoff v0.4.0
26092026-08-29T04:13:26.218Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26102026-08-29T04:13:26.323Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26112026-08-29T04:13:26.323Z[ omicron-package] Compiling argon2 v0.5.3
26122026-08-29T04:13:26.327Z[ omicron-package] Compiling num_enum v0.7.6
26132026-08-29T04:13:26.327Z[ omicron-package] Compiling progenitor-extras v0.2.0
26142026-08-29T04:13:26.389Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26152026-08-29T04:13:26.523Z[ omicron-package] Compiling num_enum_derive v0.5.11
26162026-08-29T04:13:26.528Z[ omicron-package] Compiling vsss-rs v3.3.4
26172026-08-29T04:13:26.533Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26182026-08-29T04:13:26.750Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26192026-08-29T04:13:26.784Z[ omicron-package] Compiling regress v0.10.5
26202026-08-29T04:13:26.829Z[ omicron-package] Compiling foreign-types v0.5.0
26212026-08-29T04:13:26.924Z[ omicron-package] Compiling itertools v0.14.0
26222026-08-29T04:13:27.014Z[ omicron-package] Compiling tabwriter v1.4.1
26232026-08-29T04:13:27.065Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26242026-08-29T04:13:27.175Z[ omicron-package] Compiling ingot-types v0.2.0
26252026-08-29T04:13:27.234Z[ omicron-package] Compiling cstr-argument v0.1.2
26262026-08-29T04:13:27.295Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26272026-08-29T04:13:27.352Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26282026-08-29T04:13:27.469Z[ omicron-package] Compiling humantime v2.3.0
26292026-08-29T04:13:27.522Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26302026-08-29T04:13:27.733Z[ omicron-package] Compiling ingot v0.2.1
26312026-08-29T04:13:27.736Z[ omicron-package] Compiling num_enum v0.5.11
26322026-08-29T04:13:27.770Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26332026-08-29T04:13:27.851Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26342026-08-29T04:13:27.936Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26352026-08-29T04:13:27.960Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26362026-08-29T04:13:28.028Z[ omicron-package] Compiling rayon v1.11.0
26372026-08-29T04:13:28.115Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26382026-08-29T04:13:28.155Z[ omicron-package] Compiling rand v0.10.1
26392026-08-29T04:13:28.162Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26402026-08-29T04:13:28.198Z[ omicron-package] Compiling libefi-sys v0.1.0
26412026-08-29T04:13:28.203Z[ omicron-package] Compiling colored v3.1.1
26422026-08-29T04:13:28.306Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26432026-08-29T04:13:28.339Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26442026-08-29T04:13:28.404Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26452026-08-29T04:13:28.508Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26462026-08-29T04:13:28.764Z[ omicron-package] Compiling itertools v0.12.1
26472026-08-29T04:13:28.843Z[ omicron-package] Compiling usdt-macro v0.5.0
26482026-08-29T04:13:28.909Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26492026-08-29T04:13:28.972Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26502026-08-29T04:13:28.995Z[ omicron-package] Compiling memmap v0.7.0
26512026-08-29T04:13:29.029Z[ omicron-package] Compiling sigpipe v0.1.3
26522026-08-29T04:13:29.076Z[ omicron-package] Compiling bitfield-struct v0.6.2
26532026-08-29T04:13:29.105Z[ omicron-package] Compiling num-derive v0.4.2
26542026-08-29T04:13:29.128Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26552026-08-29T04:13:29.215Z[ omicron-package] Compiling glob v0.3.3
26562026-08-29T04:13:29.359Z[ omicron-package] Compiling swrite v0.1.0
26572026-08-29T04:13:29.549Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26582026-08-29T04:13:29.908Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26592026-08-29T04:13:30.000Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26602026-08-29T04:13:30.122Z[ omicron-package] Compiling usdt v0.5.0
26612026-08-29T04:13:30.213Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26622026-08-29T04:13:30.313Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26632026-08-29T04:13:30.401Z[ omicron-package] Compiling zone v0.3.1
26642026-08-29T04:13:30.443Z[ omicron-package] Compiling smf v0.2.3
26652026-08-29T04:13:30.458Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26662026-08-29T04:13:30.534Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26672026-08-29T04:13:30.538Z[ omicron-package] Compiling whoami v1.6.1
26682026-08-29T04:13:30.629Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26692026-08-29T04:13:30.632Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26702026-08-29T04:13:30.744Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26712026-08-29T04:13:30.879Z[ omicron-package] Compiling gethostname v0.5.0
26722026-08-29T04:13:31.102Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26732026-08-29T04:13:31.126Z[ omicron-package] Compiling console v0.16.2
26742026-08-29T04:13:31.227Z[ omicron-package] Compiling unit-prefix v0.5.2
26752026-08-29T04:13:31.279Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26762026-08-29T04:13:31.916Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26772026-08-29T04:13:31.935Z[ omicron-package] Compiling indicatif v0.18.4
26782026-08-29T04:13:33.482Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26792026-08-29T04:13:35.437Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26802026-08-29T04:13:35.880Z[ helios-setup] Aug 29 04:13:34.519 INFO helios repository root is: /work/oxidecomputer/helios
26812026-08-29T04:13:35.884Z[ helios-setup] Aug 29 04:13:34.520 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
26822026-08-29T04:13:35.884Z[ helios-setup] Aug 29 04:13:34.520 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26832026-08-29T04:13:35.884Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26842026-08-29T04:13:36.483ZAug 29 04:13:35.122 INFO [hubris-staging] task succeeded (16.669239516s)
26852026-08-29T04:13:43.025Z[ helios-setup] Aug 29 04:13:41.664 INFO clone ok!, project: amd-firmware
26862026-08-29T04:13:43.030Z[ helios-setup] Aug 29 04:13:41.664 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
26872026-08-29T04:13:43.030Z[ helios-setup] Aug 29 04:13:41.664 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
26882026-08-29T04:13:43.030Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26892026-08-29T04:13:43.921Z[ helios-setup] Aug 29 04:13:42.559 INFO clone ok!, project: amd-host-image-builder
26902026-08-29T04:13:43.921Z[ helios-setup] Aug 29 04:13:42.559 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
26912026-08-29T04:13:43.921Z[ helios-setup] Aug 29 04:13:42.559 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26922026-08-29T04:13:43.924Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26932026-08-29T04:13:44.506Z[ helios-setup] Aug 29 04:13:43.144 INFO clone ok!, project: image-builder
26942026-08-29T04:13:44.506Z[ helios-setup] Aug 29 04:13:43.144 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26952026-08-29T04:13:44.506Z[ helios-setup] Aug 29 04:13:43.144 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26962026-08-29T04:13:44.509Z[ helios-setup] Aug 29 04:13:43.145 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
26972026-08-29T04:13:44.509Z[ helios-setup] Aug 29 04:13:43.145 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26982026-08-29T04:13:44.509Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26992026-08-29T04:13:44.774Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27002026-08-29T04:13:45.040Z[ helios-setup] Aug 29 04:13:43.679 INFO clone ok!, project: bootserver
27012026-08-29T04:13:45.040Z[ helios-setup] Aug 29 04:13:43.679 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
27022026-08-29T04:13:45.045Z[ helios-setup] Aug 29 04:13:43.679 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
27032026-08-29T04:13:45.045Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
27042026-08-29T04:13:45.627Z[ helios-setup] Aug 29 04:13:44.265 INFO clone ok!, project: phbl
27052026-08-29T04:13:45.628Z[ helios-setup] Aug 29 04:13:44.265 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
27062026-08-29T04:13:45.634Z[ helios-setup] Aug 29 04:13:44.265 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
27072026-08-29T04:13:45.634Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
27082026-08-29T04:13:46.610Z[ helios-setup] Aug 29 04:13:45.248 INFO clone ok!, project: chelsio-t6-roms
27092026-08-29T04:13:46.610Z[ helios-setup] Aug 29 04:13:45.248 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
27102026-08-29T04:13:46.610Z[ helios-setup] Aug 29 04:13:45.248 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27112026-08-29T04:13:46.613Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27122026-08-29T04:13:47.490Z[ helios-setup] Aug 29 04:13:46.129 INFO clone ok!, project: dmar-report
27132026-08-29T04:13:47.490Z[ helios-setup] Aug 29 04:13:46.129 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
27142026-08-29T04:13:47.495Z[ helios-setup] Aug 29 04:13:46.129 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
27152026-08-29T04:13:47.495Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
27162026-08-29T04:13:48.050Z[ helios-setup] Aug 29 04:13:46.688 INFO clone ok!, project: pinprick
27172026-08-29T04:13:48.050Z[ helios-setup] Aug 29 04:13:46.689 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
27182026-08-29T04:13:48.054Z[ helios-setup] Aug 29 04:13:46.689 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
27192026-08-29T04:13:48.054Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
27202026-08-29T04:13:48.174Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27212026-08-29T04:13:49.264Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27222026-08-29T04:13:49.376Z[ helios-setup] Aug 29 04:13:48.014 INFO clone ok!, project: pilot
27232026-08-29T04:13:49.376Z[ helios-setup] Aug 29 04:13:48.015 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
27242026-08-29T04:13:49.380Z[ helios-setup] Aug 29 04:13:48.015 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27252026-08-29T04:13:49.610Z[ helios-setup] Aug 29 04:13:48.248 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27262026-08-29T04:13:49.843Z[ helios-setup] Aug 29 04:13:48.482 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27272026-08-29T04:13:49.843Z[ helios-setup] Aug 29 04:13:48.482 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27282026-08-29T04:13:50.069Z[ helios-setup] Aug 29 04:13:48.704 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27292026-08-29T04:13:50.425Z[ helios-setup] Aug 29 04:13:48.951 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27302026-08-29T04:13:50.425Z[ helios-setup] Aug 29 04:13:48.951 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27312026-08-29T04:13:50.545Z[ helios-setup] Aug 29 04:13:49.183 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27322026-08-29T04:13:50.838Z[ helios-setup] Aug 29 04:13:49.477 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27332026-08-29T04:13:50.838Z[ helios-setup] Aug 29 04:13:49.477 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27342026-08-29T04:13:50.842Z[ helios-setup] Aug 29 04:13:49.477 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27352026-08-29T04:13:50.842Z[ helios-setup] Aug 29 04:13:49.477 INFO ok!
27362026-08-29T04:13:50.842Z[ helios-setup] Aug 29 04:13:49.477 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27372026-08-29T04:13:50.842Z[ helios-setup] Aug 29 04:13:49.477 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27382026-08-29T04:13:50.842Z[ helios-setup] Aug 29 04:13:49.477 INFO ok!
27392026-08-29T04:13:50.842Z[ helios-setup] Aug 29 04:13:49.477 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27402026-08-29T04:13:50.842Z[ helios-setup] Aug 29 04:13:49.477 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27412026-08-29T04:13:50.842Z[ helios-setup] Aug 29 04:13:49.477 INFO ok!
27422026-08-29T04:13:50.842Z[ helios-setup] Aug 29 04:13:49.477 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
27432026-08-29T04:13:50.872Z[ helios-setup] Aug 29 04:13:49.510 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')"
27442026-08-29T04:13:50.872Z[ helios-setup] Aug 29 04:13:49.510 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
27452026-08-29T04:13:50.875Z[ helios-setup] Aug 29 04:13:49.510 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
27462026-08-29T04:13:51.007Z[ helios-setup] Aug 29 04:13:49.646 INFO E| Updating crates.io index
27472026-08-29T04:13:51.011Z[ helios-setup] Aug 29 04:13:49.646 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
27482026-08-29T04:13:51.465Z[ helios-setup] Aug 29 04:13:50.104 INFO E| From https://github.com/oxidecomputer/amd-apcb
27492026-08-29T04:13:51.465Z[ helios-setup] Aug 29 04:13:50.104 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
27502026-08-29T04:13:51.476Z[ helios-setup] Aug 29 04:13:50.115 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
27512026-08-29T04:13:51.858Z[ helios-setup] Aug 29 04:13:50.496 INFO E| From https://github.com/oxidecomputer/amd-efs
27522026-08-29T04:13:51.858Z[ helios-setup] Aug 29 04:13:50.496 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
27532026-08-29T04:13:52.161Z[ helios-setup] Aug 29 04:13:50.800 INFO E| Downloading crates ...
27542026-08-29T04:13:52.209Z[ helios-setup] Aug 29 04:13:50.847 INFO E| Downloaded autocfg v1.4.0
27552026-08-29T04:13:52.222Z[ helios-setup] Aug 29 04:13:50.861 INFO E| Downloaded ryu v1.0.20
27562026-08-29T04:13:52.227Z[ helios-setup] Aug 29 04:13:50.866 INFO E| Downloaded unic-ucd-ident v0.9.0
27572026-08-29T04:13:52.235Z[ helios-setup] Aug 29 04:13:50.874 INFO E| Downloaded pest v2.8.0
27582026-08-29T04:13:52.238Z[ helios-setup] Aug 29 04:13:50.876 INFO E| Downloaded strsim v0.8.0
27592026-08-29T04:13:52.241Z[ helios-setup] Aug 29 04:13:50.879 INFO E| Downloaded pest_generator v2.8.0
27602026-08-29T04:13:52.241Z[ helios-setup] Aug 29 04:13:50.880 INFO E| Downloaded proc-macro2 v1.0.95
27612026-08-29T04:13:52.245Z[ helios-setup] Aug 29 04:13:50.882 INFO E| Downloaded itoa v1.0.15
27622026-08-29T04:13:52.249Z[ helios-setup] Aug 29 04:13:50.885 INFO E| Downloaded strum v0.27.1
27632026-08-29T04:13:52.254Z[ helios-setup] Aug 29 04:13:50.893 INFO E| Downloaded structopt-derive v0.4.18
27642026-08-29T04:13:52.258Z[ helios-setup] Aug 29 04:13:50.897 INFO E| Downloaded parse_int v0.9.0
27652026-08-29T04:13:52.261Z[ helios-setup] Aug 29 04:13:50.898 INFO E| Downloaded pest_meta v2.8.0
27662026-08-29T04:13:52.261Z[ helios-setup] Aug 29 04:13:50.899 INFO E| Downloaded unic-char-range v0.9.0
27672026-08-29T04:13:52.266Z[ helios-setup] Aug 29 04:13:50.905 INFO E| Downloaded modular-bitfield v0.13.1
27682026-08-29T04:13:52.270Z[ helios-setup] Aug 29 04:13:50.909 INFO E| Downloaded fletcher v1.0.0
27692026-08-29T04:13:52.273Z[ helios-setup] Aug 29 04:13:50.909 INFO E| Downloaded serde_derive v1.0.219
27702026-08-29T04:13:52.273Z[ helios-setup] Aug 29 04:13:50.911 INFO E| Downloaded vec_map v0.8.2
27712026-08-29T04:13:52.273Z[ helios-setup] Aug 29 04:13:50.911 INFO E| Downloaded unic-common v0.9.0
27722026-08-29T04:13:52.276Z[ helios-setup] Aug 29 04:13:50.912 INFO E| Downloaded four-cc v0.4.0
27732026-08-29T04:13:52.276Z[ helios-setup] Aug 29 04:13:50.913 INFO E| Downloaded unic-char-property v0.9.0
27742026-08-29T04:13:52.279Z[ helios-setup] Aug 29 04:13:50.915 INFO E| Downloaded quote v1.0.40
27752026-08-29T04:13:52.281Z[ helios-setup] Aug 29 04:13:50.917 INFO E| Downloaded unicode-ident v1.0.18
27762026-08-29T04:13:52.285Z[ helios-setup] Aug 29 04:13:50.923 INFO E| Downloaded log v0.4.27
27772026-08-29T04:13:52.289Z[ helios-setup] Aug 29 04:13:50.925 INFO E| Downloaded thiserror v2.0.12
27782026-08-29T04:13:52.292Z[ helios-setup] Aug 29 04:13:50.928 INFO E| Downloaded heck v0.3.3
27792026-08-29T04:13:52.292Z[ helios-setup] Aug 29 04:13:50.928 INFO E| Downloaded modular-bitfield-impl v0.11.2
27802026-08-29T04:13:52.292Z[ helios-setup] Aug 29 04:13:50.929 INFO E| Downloaded strum_macros v0.27.1
27812026-08-29T04:13:52.292Z[ helios-setup] Aug 29 04:13:50.930 INFO E| Downloaded dyn-clone v1.0.19
27822026-08-29T04:13:52.295Z[ helios-setup] Aug 29 04:13:50.932 INFO E| Downloaded textwrap v0.11.0
27832026-08-29T04:13:52.298Z[ helios-setup] Aug 29 04:13:50.934 INFO E| Downloaded unic-ucd-version v0.9.0
27842026-08-29T04:13:52.299Z[ helios-setup] Aug 29 04:13:50.936 INFO E| Downloaded structopt v0.3.26
27852026-08-29T04:13:52.302Z[ helios-setup] Aug 29 04:13:50.940 INFO E| Downloaded serde v1.0.219
27862026-08-29T04:13:52.305Z[ helios-setup] Aug 29 04:13:50.943 INFO E| Downloaded modular-bitfield-impl v0.13.1
27872026-08-29T04:13:52.305Z[ helios-setup] Aug 29 04:13:50.944 INFO E| Downloaded pest_derive v2.8.0
27882026-08-29T04:13:52.308Z[ helios-setup] Aug 29 04:13:50.945 INFO E| Downloaded thiserror-impl v2.0.12
27892026-08-29T04:13:52.308Z[ helios-setup] Aug 29 04:13:50.946 INFO E| Downloaded bytesize v2.0.1
27902026-08-29T04:13:52.308Z[ helios-setup] Aug 29 04:13:50.947 INFO E| Downloaded rustversion v1.0.20
27912026-08-29T04:13:52.314Z[ helios-setup] Aug 29 04:13:50.953 INFO E| Downloaded ansi_term v0.12.1
27922026-08-29T04:13:52.319Z[ helios-setup] Aug 29 04:13:50.958 INFO E| Downloaded modular-bitfield v0.11.2
27932026-08-29T04:13:52.329Z[ helios-setup] Aug 29 04:13:50.968 INFO E| Downloaded typenum v1.18.0
27942026-08-29T04:13:52.337Z[ helios-setup] Aug 29 04:13:50.976 INFO E| Downloaded zerocopy-derive v0.8.25
27952026-08-29T04:13:52.342Z[ helios-setup] Aug 29 04:13:50.981 INFO E| Downloaded memchr v2.7.4
27962026-08-29T04:13:52.356Z[ helios-setup] Aug 29 04:13:50.995 INFO E| Downloaded serde_json v1.0.140
27972026-08-29T04:13:52.362Z[ helios-setup] Aug 29 04:13:51.001 INFO E| Downloaded clap v2.34.0
27982026-08-29T04:13:52.372Z[ helios-setup] Aug 29 04:13:51.011 INFO E| Downloaded goblin v0.9.3
27992026-08-29T04:13:52.376Z[ helios-setup] Aug 29 04:13:51.014 INFO E| Downloaded zerocopy v0.8.25
28002026-08-29T04:13:52.390Z[ helios-setup] Aug 29 04:13:51.029 INFO E| Downloaded syn v2.0.101
28012026-08-29T04:13:52.408Z[ helios-setup] Aug 29 04:13:51.047 INFO E| Downloaded libc v0.2.172
28022026-08-29T04:13:52.456Z[ helios-setup] Aug 29 04:13:51.094 INFO E| Compiling proc-macro2 v1.0.95
28032026-08-29T04:13:52.456Z[ helios-setup] Aug 29 04:13:51.094 INFO E| Compiling unicode-ident v1.0.18
28042026-08-29T04:13:52.459Z[ helios-setup] Aug 29 04:13:51.094 INFO E| Compiling memchr v2.7.4
28052026-08-29T04:13:52.459Z[ helios-setup] Aug 29 04:13:51.094 INFO E| Compiling autocfg v1.4.0
28062026-08-29T04:13:52.459Z[ helios-setup] Aug 29 04:13:51.094 INFO E| Compiling thiserror v2.0.12
28072026-08-29T04:13:52.459Z[ helios-setup] Aug 29 04:13:51.094 INFO E| Compiling serde v1.0.219
28082026-08-29T04:13:52.459Z[ helios-setup] Aug 29 04:13:51.094 INFO E| Compiling syn v1.0.109
28092026-08-29T04:13:52.459Z[ helios-setup] Aug 29 04:13:51.094 INFO E| Compiling version_check v0.9.5
28102026-08-29T04:13:52.477Z[ helios-setup] Aug 29 04:13:51.115 INFO E| Compiling serde_json v1.0.140
28112026-08-29T04:13:52.480Z[ helios-setup] Aug 29 04:13:51.115 INFO E| Compiling ryu v1.0.20
28122026-08-29T04:13:52.480Z[ helios-setup] Aug 29 04:13:51.115 INFO E| Compiling schemars v0.8.22
28132026-08-29T04:13:52.480Z[ helios-setup] Aug 29 04:13:51.115 INFO E| Compiling itoa v1.0.15
28142026-08-29T04:13:52.480Z[ helios-setup] Aug 29 04:13:51.115 INFO E| Compiling ucd-trie v0.1.7
28152026-08-29T04:13:52.480Z[ helios-setup] Aug 29 04:13:51.116 INFO E| Compiling libc v0.2.172
28162026-08-29T04:13:52.480Z[ helios-setup] Aug 29 04:13:51.116 INFO E| Compiling dyn-clone v1.0.19
28172026-08-29T04:13:52.483Z[ helios-setup] Aug 29 04:13:51.120 INFO E| Compiling rustversion v1.0.20
28182026-08-29T04:13:52.639Z[ helios-setup] Aug 29 04:13:51.277 INFO E| Compiling paste v1.0.15
28192026-08-29T04:13:52.670Z[ helios-setup] Aug 29 04:13:51.308 INFO E| Compiling zerocopy v0.8.25
28202026-08-29T04:13:52.670Z[ helios-setup] Aug 29 04:13:51.309 INFO E| Compiling static_assertions v1.1.0
28212026-08-29T04:13:52.673Z[ helios-setup] Aug 29 04:13:51.309 INFO E| Compiling once_cell v1.21.3
28222026-08-29T04:13:52.739Z[ helios-setup] Aug 29 04:13:51.377 INFO E| Compiling heck v0.5.0
28232026-08-29T04:13:52.749Z[ helios-setup] Aug 29 04:13:51.387 INFO E| Compiling unicode-segmentation v1.12.0
28242026-08-29T04:13:52.776Z[ helios-setup] Aug 29 04:13:51.415 INFO E| Compiling proc-macro-error-attr v1.0.4
28252026-08-29T04:13:52.794Z[ helios-setup] Aug 29 04:13:51.432 INFO E| Compiling proc-macro-error v1.0.4
28262026-08-29T04:13:52.832Z[ helios-setup] Aug 29 04:13:51.470 INFO E| Compiling num-traits v0.2.19
28272026-08-29T04:13:52.845Z[ helios-setup] Aug 29 04:13:51.483 INFO E| Compiling memoffset v0.9.1
28282026-08-29T04:13:52.868Z[ helios-setup] Aug 29 04:13:51.507 INFO E| Compiling unicode-width v0.1.14
28292026-08-29T04:13:52.906Z[ helios-setup] Aug 29 04:13:51.542 INFO E| Compiling unic-common v0.9.0
28302026-08-29T04:13:52.911Z[ helios-setup] Aug 29 04:13:51.550 INFO E| Compiling unic-char-range v0.9.0
28312026-08-29T04:13:52.964Z[ helios-setup] Aug 29 04:13:51.603 INFO E| Compiling vec_map v0.8.2
28322026-08-29T04:13:53.033Z[ helios-setup] Aug 29 04:13:51.671 INFO E| Compiling strsim v0.8.0
28332026-08-29T04:13:53.057Z[ helios-setup] Aug 29 04:13:51.695 INFO E| Compiling strum v0.27.1
28342026-08-29T04:13:53.063Z[ helios-setup] Aug 29 04:13:51.701 INFO E| Compiling bitflags v1.3.2
28352026-08-29T04:13:53.076Z[ helios-setup] Aug 29 04:13:51.715 INFO E| Compiling heck v0.3.3
28362026-08-29T04:13:53.134Z[ helios-setup] Aug 29 04:13:51.773 INFO E| Compiling fletcher v1.0.0
28372026-08-29T04:13:53.141Z[ helios-setup] Aug 29 04:13:51.780 INFO E| Compiling ansi_term v0.12.1
28382026-08-29T04:13:53.150Z[ helios-setup] Aug 29 04:13:51.789 INFO E| Compiling textwrap v0.11.0
28392026-08-29T04:13:53.160Z[ helios-setup] Aug 29 04:13:51.798 INFO E| Compiling byteorder v1.5.0
28402026-08-29T04:13:53.160Z[ helios-setup] Aug 29 04:13:51.799 INFO E| Compiling unic-char-property v0.9.0
28412026-08-29T04:13:53.202Z[ helios-setup] Aug 29 04:13:51.840 INFO E| Compiling atty v0.2.14
28422026-08-29T04:13:53.217Z[ helios-setup] Aug 29 04:13:51.855 INFO E| Compiling unic-ucd-version v0.9.0
28432026-08-29T04:13:53.240Z[ helios-setup] Aug 29 04:13:51.879 INFO E| Compiling plain v0.2.3
28442026-08-29T04:13:53.252Z[ helios-setup] Aug 29 04:13:51.890 INFO E| Compiling log v0.4.27
28452026-08-29T04:13:53.267Z[ helios-setup] Aug 29 04:13:51.905 INFO E| Compiling lazy_static v1.5.0
28462026-08-29T04:13:53.284Z[ helios-setup] Aug 29 04:13:51.922 INFO E| Compiling bytesize v2.0.1
28472026-08-29T04:13:53.309Z[ helios-setup] Aug 29 04:13:51.948 INFO E| Compiling clap v2.34.0
28482026-08-29T04:13:53.309Z[ helios-setup] Aug 29 04:13:51.948 INFO E| Compiling unic-ucd-ident v0.9.0
28492026-08-29T04:13:53.441Z[ helios-setup] Aug 29 04:13:52.080 INFO E| Compiling quote v1.0.40
28502026-08-29T04:13:53.598Z[ helios-setup] Aug 29 04:13:52.236 INFO E| Compiling syn v2.0.101
28512026-08-29T04:13:53.793Z[ helios-setup] Aug 29 04:13:52.431 INFO E| Compiling parse_int v0.9.0
28522026-08-29T04:13:55.383Z[ helios-setup] Aug 29 04:13:54.022 INFO E| Compiling modular-bitfield-impl v0.11.2
28532026-08-29T04:13:55.383Z[ helios-setup] Aug 29 04:13:54.022 INFO E| Compiling structopt-derive v0.4.18
28542026-08-29T04:13:55.631Z[ helios-setup] Aug 29 04:13:54.269 INFO E| Compiling serde_derive_internals v0.29.1
28552026-08-29T04:13:56.009Z[ helios-setup] Aug 29 04:13:54.647 INFO E| Compiling thiserror-impl v2.0.12
28562026-08-29T04:13:56.009Z[ helios-setup] Aug 29 04:13:54.647 INFO E| Compiling serde_derive v1.0.219
28572026-08-29T04:13:56.012Z[ helios-setup] Aug 29 04:13:54.647 INFO E| Compiling zerocopy-derive v0.8.25
28582026-08-29T04:13:56.012Z[ helios-setup] Aug 29 04:13:54.647 INFO E| Compiling num-derive v0.4.2
28592026-08-29T04:13:56.012Z[ helios-setup] Aug 29 04:13:54.647 INFO E| Compiling modular-bitfield-impl v0.13.1
28602026-08-29T04:13:56.012Z[ helios-setup] Aug 29 04:13:54.647 INFO E| Compiling scroll_derive v0.12.1
28612026-08-29T04:13:56.012Z[ helios-setup] Aug 29 04:13:54.647 INFO E| Compiling strum_macros v0.27.1
28622026-08-29T04:13:56.108Z[ helios-setup] Aug 29 04:13:54.747 INFO E| Compiling schemars_derive v0.8.22
28632026-08-29T04:13:56.251Z[ helios-setup] Aug 29 04:13:54.890 INFO E| Compiling structopt v0.3.26
28642026-08-29T04:13:56.265Z[ helios-setup] Aug 29 04:13:54.904 INFO E| Compiling modular-bitfield v0.11.2
28652026-08-29T04:13:56.700Z[ helios-setup] Aug 29 04:13:55.339 INFO E| Compiling scroll v0.12.0
28662026-08-29T04:13:56.911Z[ helios-setup] Aug 29 04:13:55.550 INFO E| Compiling goblin v0.9.3
28672026-08-29T04:13:57.043Z[ helios-setup] Aug 29 04:13:55.682 INFO E| Compiling modular-bitfield v0.13.1
28682026-08-29T04:13:57.108Z[ helios-setup] Aug 29 04:13:55.746 INFO E| Compiling pest v2.8.0
28692026-08-29T04:13:58.120Z[ helios-setup] Aug 29 04:13:56.759 INFO E| Compiling pest_meta v2.8.0
28702026-08-29T04:13:58.799Z[ helios-setup] Aug 29 04:13:57.437 INFO E| Compiling pest_generator v2.8.0
28712026-08-29T04:13:59.294Z[ helios-setup] Aug 29 04:13:57.932 INFO E| Compiling pest_derive v2.8.0
28722026-08-29T04:14:00.039Z[ helios-setup] Aug 29 04:13:58.677 INFO E| Compiling json5 v0.4.1
28732026-08-29T04:14:00.752Z[ omicron-package] Finished `release` profile [optimized] target(s) in 40.93s
28742026-08-29T04:14:00.985Z[ omicron-package]
28752026-08-29T04:14:00.985Z[ omicron-package] real 41.105611660
28762026-08-29T04:14:00.985Z[ omicron-package] user 3:56.180582664
28772026-08-29T04:14:00.989Z[ omicron-package] sys 28.330832580
28782026-08-29T04:14:00.989Z[ omicron-package] trap 0.483333747
28792026-08-29T04:14:00.989Z[ omicron-package] tflt 0.704290015
28802026-08-29T04:14:00.989Z[ omicron-package] dflt 2.327458626
28812026-08-29T04:14:00.989Z[ omicron-package] kflt 0.000173800
28822026-08-29T04:14:00.989Z[ omicron-package] lock 11:42.786455022
28832026-08-29T04:14:00.989Z[ omicron-package] slp 6:20.395714663
28842026-08-29T04:14:00.989Z[ omicron-package] lat 49.509772175
28852026-08-29T04:14:00.989Z[ omicron-package] stop 1:48.514951761
28862026-08-29T04:14:00.989ZAug 29 04:13:59.623 INFO [omicron-package] process exited with exit status: 0 (41.168805776s)
28872026-08-29T04:14:00.991ZAug 29 04:13:59.624 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28882026-08-29T04:14:00.991ZAug 29 04:13:59.624 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28892026-08-29T04:14:00.995Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28902026-08-29T04:14:00.995Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28912026-08-29T04:14:00.998Z[ recovery-target] Created new build target 'recovery' and set it as active
28922026-08-29T04:14:00.998Z[ host-target] Created new build target 'host' and set it as active
28932026-08-29T04:14:00.998ZAug 29 04:13:59.637 INFO [recovery-target] process exited with exit status: 0 (12.559116ms)
28942026-08-29T04:14:01.001ZAug 29 04:13:59.637 INFO [host-target] process exited with exit status: 0 (13.385904ms)
28952026-08-29T04:14:01.001ZAug 29 04:13:59.637 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28962026-08-29T04:14:01.004Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28972026-08-29T04:14:01.277Z[ helios-setup] Aug 29 04:13:59.915 INFO E| Compiling four-cc v0.4.0
28982026-08-29T04:14:01.277Z[ helios-setup] Aug 29 04:13:59.915 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
28992026-08-29T04:14:01.375Z[ helios-setup] Aug 29 04:14:00.014 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
29002026-08-29T04:14:02.562Z[ host-package] Compiling heck v0.5.0
29012026-08-29T04:14:02.562Z[ host-package] Compiling regress v0.11.1
29022026-08-29T04:14:02.809Z[ host-package] Compiling unsafe-libyaml v0.2.11
29032026-08-29T04:14:02.812Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29042026-08-29T04:14:02.856Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29052026-08-29T04:14:02.856Z[ host-package] Compiling derive-where v1.6.0
29062026-08-29T04:14:02.860Z[ host-package] Compiling bytecount v0.6.9
29072026-08-29T04:14:02.901Z[ host-package] Compiling atomicwrites v0.4.4
29082026-08-29T04:14:02.942Z[ host-package] Compiling is-terminal v0.4.17
29092026-08-29T04:14:02.942Z[ host-package] Compiling prettyplease v0.2.37
29102026-08-29T04:14:02.946Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
29112026-08-29T04:14:02.946Z[ host-package] Compiling newline-converter v0.3.0
29122026-08-29T04:14:02.961Z[ host-package] Compiling console v0.15.11
29132026-08-29T04:14:03.029Z[ host-package] Compiling slog-dtrace v0.3.0
29142026-08-29T04:14:03.033Z[ host-package] Compiling cancel-safe-futures v0.1.5
29152026-08-29T04:14:03.101Z[ host-package] Compiling num-rational v0.4.2
29162026-08-29T04:14:03.101Z[ host-package] Compiling num-complex v0.4.6
29172026-08-29T04:14:03.151Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29182026-08-29T04:14:03.151Z[ host-package] Compiling thread_local v1.1.9
29192026-08-29T04:14:03.151Z[ host-package] Compiling match_cfg v0.1.0
29202026-08-29T04:14:03.269Z[ host-package] Compiling compression-core v0.4.31
29212026-08-29T04:14:03.329Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
29222026-08-29T04:14:03.412Z[ host-package] Compiling expectorate v1.2.0
29232026-08-29T04:14:03.491Z[ host-package] Compiling resolv-conf v0.7.6
29242026-08-29T04:14:03.491Z[ host-package] Compiling compression-codecs v0.4.37
29252026-08-29T04:14:03.616Z[ host-package] Compiling num v0.4.3
29262026-08-29T04:14:03.652Z[ host-package] Compiling hostname v0.3.1
29272026-08-29T04:14:03.700Z[ host-package] Compiling multer v3.1.0
29282026-08-29T04:14:03.739Z[ host-package] Compiling slog-async v2.8.0
29292026-08-29T04:14:03.780Z[ host-package] Compiling crossbeam-channel v0.5.15
29302026-08-29T04:14:03.826Z[ host-package] Compiling slog-json v2.6.1
29312026-08-29T04:14:03.826Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
29322026-08-29T04:14:03.903Z[ host-package] Compiling serde_spanned v1.1.1
29332026-08-29T04:14:04.009Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29342026-08-29T04:14:04.067Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
29352026-08-29T04:14:04.096Z[ host-package] Compiling term v1.2.1
29362026-08-29T04:14:04.123Z[ host-package] Compiling float-ord v0.3.2
29372026-08-29T04:14:04.126Z[ host-package] Compiling oxide-update-engine-types v0.1.2
29382026-08-29T04:14:04.126Z[ host-package] Compiling take_mut v0.2.2
29392026-08-29T04:14:04.126Z[ host-package] Compiling linear-map v1.2.0
29402026-08-29T04:14:04.208Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
29412026-08-29T04:14:04.238Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29422026-08-29T04:14:04.264Z[ host-package] Compiling slog-bunyan v2.5.0
29432026-08-29T04:14:04.288Z[ host-package] Compiling async-compression v0.4.41
29442026-08-29T04:14:04.333Z[ host-package] Compiling typify-impl v0.6.2
29452026-08-29T04:14:04.400Z[ host-package] Compiling slog-term v2.9.2
29462026-08-29T04:14:04.444Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
29472026-08-29T04:14:04.675Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29482026-08-29T04:14:04.678Z[ host-package] Compiling async-stream v0.3.6
29492026-08-29T04:14:04.768Z[ host-package] Compiling dropshot v0.17.1
29502026-08-29T04:14:04.802Z[ host-package] Compiling progenitor-client v0.14.0
29512026-08-29T04:14:04.838Z[ host-package] Compiling sha1 v0.11.0
29522026-08-29T04:14:04.867Z[ host-package] Compiling oxide-generation v0.1.3
29532026-08-29T04:14:04.907Z[ host-package] Compiling waitgroup v0.1.2
29542026-08-29T04:14:04.941Z[ host-package] Compiling rustls-pemfile v2.2.0
29552026-08-29T04:14:05.002Z[ host-package] Compiling backon v1.6.0
29562026-08-29T04:14:05.079Z[ host-package] Compiling hostname v0.4.2
29572026-08-29T04:14:05.143Z[ host-package] Compiling serde_path_to_error v0.1.20
29582026-08-29T04:14:05.193Z[ host-package] Compiling instant v0.1.13
29592026-08-29T04:14:05.193Z[ host-package] Compiling debug-ignore v1.0.5
29602026-08-29T04:14:05.254Z[ host-package] Compiling linked-hash-map v0.5.6
29612026-08-29T04:14:05.282Z[ host-package] Compiling minimal-lexical v0.2.1
29622026-08-29T04:14:05.309Z[ host-package] Compiling backoff v0.4.0
29632026-08-29T04:14:05.354Z[ host-package] Compiling progenitor-extras v0.2.0
29642026-08-29T04:14:05.402Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
29652026-08-29T04:14:05.510Z[ host-package] Compiling oxide-update-engine v0.1.2
29662026-08-29T04:14:05.546Z[ host-package] Compiling nom v7.1.3
29672026-08-29T04:14:05.568Z[ host-package] Compiling lru-cache v0.1.2
29682026-08-29T04:14:05.590Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29692026-08-29T04:14:05.613Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29702026-08-29T04:14:05.681Z[ host-package] Compiling parse-display v0.10.0
29712026-08-29T04:14:05.737Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29722026-08-29T04:14:05.943Z[ host-package] Compiling regress v0.10.5
29732026-08-29T04:14:06.041Z[ host-package] Compiling itertools v0.14.0
29742026-08-29T04:14:06.402Z[ host-package] Compiling macaddr v1.0.1
29752026-08-29T04:14:06.482Z[ host-package] Compiling humantime v2.3.0
29762026-08-29T04:14:06.694Z[ host-package] Compiling unicode-xid v0.2.6
29772026-08-29T04:14:06.813Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
29782026-08-29T04:14:06.874Z[ host-package] Compiling hickory-proto v0.24.4
29792026-08-29T04:14:06.904Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29802026-08-29T04:14:06.958Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
29812026-08-29T04:14:07.058Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29822026-08-29T04:14:07.334Z[ host-package] Compiling toml v0.8.23
29832026-08-29T04:14:07.358Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29842026-08-29T04:14:07.391Z[ host-package] Compiling papergrid v0.11.0
29852026-08-29T04:14:07.726Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29862026-08-29T04:14:07.938Z[ host-package] Compiling tabled_derive v0.7.0
29872026-08-29T04:14:08.003Z[ host-package] Compiling typify-macro v0.6.2
29882026-08-29T04:14:08.140Z[ host-package] Compiling termtree v0.5.1
29892026-08-29T04:14:08.164Z[ host-package] Compiling crossterm v0.29.0
29902026-08-29T04:14:08.357Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29912026-08-29T04:14:08.865Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29922026-08-29T04:14:09.076Z[ host-package] Compiling tabled v0.15.0
29932026-08-29T04:14:09.286Z[ host-package] Compiling phf_shared v0.12.1
29942026-08-29T04:14:09.538Z[ host-package] Compiling hickory-resolver v0.24.4
29952026-08-29T04:14:09.610Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29962026-08-29T04:14:09.640Z[ host-package] Compiling typify v0.6.2
29972026-08-29T04:14:09.959Z[ host-package] Compiling progenitor-impl v0.14.0
29982026-08-29T04:14:10.419Z[ host-package] Compiling vte v0.14.1
29992026-08-29T04:14:10.532Z[ host-package] Compiling csv-core v0.1.13
30002026-08-29T04:14:10.693Z[ host-package] Compiling chrono-tz v0.10.4
30012026-08-29T04:14:10.973Z[ host-package] Compiling qorb v0.4.1
30022026-08-29T04:14:11.254Z[ host-package] Compiling highway v1.3.0
30032026-08-29T04:14:11.417Z[ host-package] Compiling csv v1.4.0
30042026-08-29T04:14:12.031Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30052026-08-29T04:14:12.169Z[ host-package] Compiling progenitor-macro v0.14.0
30062026-08-29T04:14:12.793Z[ host-package] Compiling strip-ansi-escapes v0.2.1
30072026-08-29T04:14:13.373Z[ host-package] Compiling phf v0.12.1
30082026-08-29T04:14:13.440Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30092026-08-29T04:14:13.649Z[ host-package] Compiling const_format_proc_macros v0.2.34
30102026-08-29T04:14:13.869Z[ host-package] Compiling fd-lock v4.0.4
30112026-08-29T04:14:13.991Z[ host-package] Compiling peg-macros v0.8.5
30122026-08-29T04:14:14.055Z[ host-package] Compiling nu-ansi-term v0.50.3
30132026-08-29T04:14:14.481Z[ host-package] Compiling const_format v0.2.35
30142026-08-29T04:14:14.615Z[ host-package] Compiling reedline v0.40.0
30152026-08-29T04:14:15.244Z[ helios-setup] Aug 29 04:14:13.883 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
30162026-08-29T04:14:15.305Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30172026-08-29T04:14:15.386Z[ host-package] Compiling peg v0.8.5
30182026-08-29T04:14:15.519Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30192026-08-29T04:14:15.678Z[ host-package] Compiling bcs v0.1.6
30202026-08-29T04:14:16.242Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30212026-08-29T04:14:16.341Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
30222026-08-29T04:14:16.581Z[ host-package] Compiling progenitor v0.14.0
30232026-08-29T04:14:16.770Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30242026-08-29T04:14:16.806Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30252026-08-29T04:14:17.096Z[ host-package] Compiling nom v8.0.0
30262026-08-29T04:14:17.742Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30272026-08-29T04:14:18.418Z[ host-package] Compiling semver v0.1.20
30282026-08-29T04:14:18.708Z[ host-package] Compiling rustc_version v0.1.7
30292026-08-29T04:14:18.800Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30302026-08-29T04:14:18.913Z[ helios-setup] Aug 29 04:14:17.551 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
30312026-08-29T04:14:18.976Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
30322026-08-29T04:14:19.016Z[ host-package] Compiling newtype_derive v0.1.6
30332026-08-29T04:14:19.095Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30342026-08-29T04:14:19.305Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
30352026-08-29T04:14:19.499Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30362026-08-29T04:14:19.708Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
30372026-08-29T04:14:19.916Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30382026-08-29T04:14:20.012Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
30392026-08-29T04:14:20.224Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
30402026-08-29T04:14:20.317Z[ host-package] Compiling steno v0.4.1
30412026-08-29T04:14:20.368Z[ host-package] Compiling sha1 v0.10.6
30422026-08-29T04:14:20.808Z[ host-package] Compiling utf-8 v0.7.6
30432026-08-29T04:14:20.856Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30442026-08-29T04:14:20.918Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30452026-08-29T04:14:21.103Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
30462026-08-29T04:14:21.226Z[ host-package] Compiling tagptr v0.2.0
30472026-08-29T04:14:21.430Z[ host-package] Compiling moka v0.12.13
30482026-08-29T04:14:21.479Z[ host-package] Compiling tungstenite v0.21.0
30492026-08-29T04:14:22.224Z[ host-package] Compiling tokio-tungstenite v0.21.0
30502026-08-29T04:14:22.651Z[ host-package] Compiling hickory-resolver v0.25.2
30512026-08-29T04:14:22.897Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30522026-08-29T04:14:23.438Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30532026-08-29T04:14:23.627Z[ host-package] Compiling darling_core v0.21.3
30542026-08-29T04:14:25.736Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30552026-08-29T04:14:25.849Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30562026-08-29T04:14:26.055Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30572026-08-29T04:14:26.168Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30582026-08-29T04:14:26.253Z[ host-package] Compiling darling_macro v0.21.3
30592026-08-29T04:14:26.950Z[ host-package] Compiling display-error-chain v0.2.2
30602026-08-29T04:14:27.233Z[ host-package] Compiling darling v0.21.3
30612026-08-29T04:14:27.377Z[ host-package] Compiling vergen-lib v0.1.6
30622026-08-29T04:14:27.855Z[ host-package] Compiling diesel_derives v2.3.7
30632026-08-29T04:14:28.239Z[ host-package] Compiling dsl_auto_type v0.2.0
30642026-08-29T04:14:28.443Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30652026-08-29T04:14:28.515Z[ host-package] Compiling vergen-gitcl v1.0.8
30662026-08-29T04:14:28.807Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
30672026-08-29T04:14:29.032Z[ host-package] Compiling dirs-sys-next v0.1.2
30682026-08-29T04:14:29.069Z[ host-package] Compiling glob v0.3.3
30692026-08-29T04:14:29.134Z[ host-package] Compiling maplit v1.0.2
30702026-08-29T04:14:29.231Z[ host-package] Compiling crunchy v0.2.4
30712026-08-29T04:14:29.282Z[ host-package] Compiling dirs-next v2.0.0
30722026-08-29T04:14:29.427Z[ host-package] Compiling clang-sys v1.8.1
30732026-08-29T04:14:29.537Z[ host-package] Compiling r2d2 v0.8.10
30742026-08-29T04:14:29.671Z[ host-package] Compiling libscf-sys v1.2.0
30752026-08-29T04:14:29.711Z[ host-package] Compiling tiny-keccak v2.0.2
30762026-08-29T04:14:29.836Z[ host-package] Compiling xshell-macros v0.2.7
30772026-08-29T04:14:29.874Z[ host-package] Compiling downcast-rs v2.0.2
30782026-08-29T04:14:29.975Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30792026-08-29T04:14:30.098Z[ host-package] Compiling term v0.7.0
30802026-08-29T04:14:30.147Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30812026-08-29T04:14:30.151Z[ host-package] Compiling papergrid v0.18.0
30822026-08-29T04:14:30.282Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30832026-08-29T04:14:30.356Z[ host-package] Compiling xshell v0.2.7
30842026-08-29T04:14:30.455Z[ host-package] Compiling bit-vec v0.6.3
30852026-08-29T04:14:30.614Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30862026-08-29T04:14:30.690Z[ host-package] Compiling bit-set v0.5.3
30872026-08-29T04:14:30.753Z[ host-package] Compiling ascii-canvas v3.0.0
30882026-08-29T04:14:31.065Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30892026-08-29T04:14:31.110Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30902026-08-29T04:14:31.210Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30912026-08-29T04:14:31.253Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30922026-08-29T04:14:31.530Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30932026-08-29T04:14:31.700Z[ host-package] Compiling tabled v0.21.0
30942026-08-29T04:14:31.801Z[ host-package] Compiling itertools v0.15.0
30952026-08-29T04:14:31.841Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30962026-08-29T04:14:32.136Z[ helios-setup] Aug 29 04:14:30.774 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.22s
30972026-08-29T04:14:32.172Z[ helios-setup] Aug 29 04:14:30.811 INFO building project "amd-host-image-builder" ok (41 seconds)
30982026-08-29T04:14:32.172Z[ helios-setup] Aug 29 04:14:30.811 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
30992026-08-29T04:14:32.185Z[ helios-setup] Aug 29 04:14:30.823 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
31002026-08-29T04:14:32.185Z[ helios-setup] Aug 29 04:14:30.823 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
31012026-08-29T04:14:32.188Z[ helios-setup] Aug 29 04:14:30.823 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
31022026-08-29T04:14:32.295Z[ helios-setup] Aug 29 04:14:30.933 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
31032026-08-29T04:14:32.488Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31042026-08-29T04:14:32.589Z[ helios-setup] Aug 29 04:14:31.228 INFO E| From https://github.com/jclulow/rust-jmclib
31052026-08-29T04:14:32.590Z[ helios-setup] Aug 29 04:14:31.228 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
31062026-08-29T04:14:32.600Z[ helios-setup] Aug 29 04:14:31.238 INFO E| Updating crates.io index
31072026-08-29T04:14:32.641Z[ host-package] Compiling itertools v0.10.5
31082026-08-29T04:14:32.680Z[ host-package] Compiling ena v0.14.4
31092026-08-29T04:14:32.758Z[ helios-setup] Aug 29 04:14:31.397 INFO E| Downloading crates ...
31102026-08-29T04:14:32.800Z[ helios-setup] Aug 29 04:14:31.439 INFO E| Downloaded errno v0.3.1
31112026-08-29T04:14:32.807Z[ helios-setup] Aug 29 04:14:31.446 INFO E| Downloaded typenum v1.16.0
31122026-08-29T04:14:32.810Z[ helios-setup] Aug 29 04:14:31.449 INFO E| Downloaded itoa v1.0.9
31132026-08-29T04:14:32.814Z[ helios-setup] Aug 29 04:14:31.449 INFO E| Downloaded ryu v1.0.15
31142026-08-29T04:14:32.814Z[ helios-setup] Aug 29 04:14:31.452 INFO E| Downloaded md-5 v0.9.1
31152026-08-29T04:14:32.821Z[ host-package] Compiling libloading v0.8.9
31162026-08-29T04:14:32.824Z[ helios-setup] Aug 29 04:14:31.462 INFO E| Downloaded getrandom v0.2.10
31172026-08-29T04:14:32.828Z[ helios-setup] Aug 29 04:14:31.464 INFO E| Downloaded proc-macro2 v1.0.66
31182026-08-29T04:14:32.828Z[ helios-setup] Aug 29 04:14:31.465 INFO E| Downloaded uuid v0.8.2
31192026-08-29T04:14:32.831Z[ helios-setup] Aug 29 04:14:31.467 INFO E| Downloaded block-buffer v0.9.0
31202026-08-29T04:14:32.831Z[ helios-setup] Aug 29 04:14:31.467 INFO E| Downloaded libdevinfo-sys v1.0.0
31212026-08-29T04:14:32.831Z[ helios-setup] Aug 29 04:14:31.468 INFO E| Downloaded fastrand v2.0.0
31222026-08-29T04:14:32.831Z[ helios-setup] Aug 29 04:14:31.469 INFO E| Downloaded cpufeatures v0.2.9
31232026-08-29T04:14:32.831Z[ helios-setup] Aug 29 04:14:31.469 INFO E| Downloaded digest v0.9.0
31242026-08-29T04:14:32.834Z[ helios-setup] Aug 29 04:14:31.470 INFO E| Downloaded opaque-debug v0.3.0
31252026-08-29T04:14:32.834Z[ helios-setup] Aug 29 04:14:31.470 INFO E| Downloaded glob v0.3.1
31262026-08-29T04:14:32.834Z[ helios-setup] Aug 29 04:14:31.472 INFO E| Downloaded walkdir v2.3.3
31272026-08-29T04:14:32.838Z[ helios-setup] Aug 29 04:14:31.477 INFO E| Downloaded sha-1 v0.9.8
31282026-08-29T04:14:32.843Z[ helios-setup] Aug 29 04:14:31.478 INFO E| Downloaded unicode-width v0.1.10
31292026-08-29T04:14:32.847Z[ helios-setup] Aug 29 04:14:31.483 INFO E| Downloaded unicode-ident v1.0.11
31302026-08-29T04:14:32.847Z[ helios-setup] Aug 29 04:14:31.485 INFO E| Downloaded bitflags v2.3.3
31312026-08-29T04:14:32.851Z[ helios-setup] Aug 29 04:14:31.490 INFO E| Downloaded anyhow v1.0.72
31322026-08-29T04:14:32.854Z[ helios-setup] Aug 29 04:14:31.492 INFO E| Downloaded tempfile v3.7.0
31332026-08-29T04:14:32.857Z[ helios-setup] Aug 29 04:14:31.493 INFO E| Downloaded once_cell v1.18.0
31342026-08-29T04:14:32.857Z[ helios-setup] Aug 29 04:14:31.495 INFO E| Downloaded toml v0.5.11
31352026-08-29T04:14:32.861Z[ helios-setup] Aug 29 04:14:31.497 INFO E| Downloaded quote v1.0.31
31362026-08-29T04:14:32.861Z[ helios-setup] Aug 29 04:14:31.498 INFO E| Downloaded serde_derive v1.0.193
31372026-08-29T04:14:32.861Z[ helios-setup] Aug 29 04:14:31.500 INFO E| Downloaded serde v1.0.193
31382026-08-29T04:14:32.874Z[ helios-setup] Aug 29 04:14:31.512 INFO E| Downloaded serde_json v1.0.103
31392026-08-29T04:14:32.895Z[ helios-setup] Aug 29 04:14:31.534 INFO E| Downloaded syn v2.0.32
31402026-08-29T04:14:32.906Z[ helios-setup] Aug 29 04:14:31.545 INFO E| Downloaded rustix v0.38.4
31412026-08-29T04:14:32.945Z[ helios-setup] Aug 29 04:14:31.583 INFO E| Downloaded libc v0.2.147
31422026-08-29T04:14:32.953Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
31432026-08-29T04:14:33.009Z[ helios-setup] Aug 29 04:14:31.647 INFO E| Compiling libc v0.2.147
31442026-08-29T04:14:33.009Z[ helios-setup] Aug 29 04:14:31.647 INFO E| Compiling proc-macro2 v1.0.66
31452026-08-29T04:14:33.009Z[ helios-setup] Aug 29 04:14:31.647 INFO E| Compiling unicode-ident v1.0.11
31462026-08-29T04:14:33.013Z[ helios-setup] Aug 29 04:14:31.647 INFO E| Compiling cfg-if v1.0.0
31472026-08-29T04:14:33.014Z[ helios-setup] Aug 29 04:14:31.648 INFO E| Compiling version_check v0.9.4
31482026-08-29T04:14:33.014Z[ helios-setup] Aug 29 04:14:31.648 INFO E| Compiling typenum v1.16.0
31492026-08-29T04:14:33.014Z[ helios-setup] Aug 29 04:14:31.648 INFO E| Compiling serde v1.0.193
31502026-08-29T04:14:33.014Z[ helios-setup] Aug 29 04:14:31.648 INFO E| Compiling slog v2.7.0
31512026-08-29T04:14:33.014Z[ helios-setup] Aug 29 04:14:31.648 INFO E| Compiling num-conv v0.1.0
31522026-08-29T04:14:33.014Z[ helios-setup] Aug 29 04:14:31.648 INFO E| Compiling time-core v0.1.2
31532026-08-29T04:14:33.014Z[ helios-setup] Aug 29 04:14:31.648 INFO E| Compiling rustix v0.38.4
31542026-08-29T04:14:33.014Z[ helios-setup] Aug 29 04:14:31.648 INFO E| Compiling itoa v1.0.9
31552026-08-29T04:14:33.014Z[ helios-setup] Aug 29 04:14:31.648 INFO E| Compiling powerfmt v0.2.0
31562026-08-29T04:14:33.014Z[ helios-setup] Aug 29 04:14:31.648 INFO E| Compiling num_threads v0.1.6
31572026-08-29T04:14:33.014Z[ helios-setup] Aug 29 04:14:31.648 INFO E| Compiling once_cell v1.18.0
31582026-08-29T04:14:33.014Z[ helios-setup] Aug 29 04:14:31.648 INFO E| Compiling bitflags v2.3.3
31592026-08-29T04:14:33.116Z[ host-package] Compiling unicase v2.9.0
31602026-08-29T04:14:33.375Z[ host-package] Compiling regex-syntax v0.6.29
31612026-08-29T04:14:33.433Z[ helios-setup] Aug 29 04:14:32.072 INFO E| Compiling generic-array v0.14.7
31622026-08-29T04:14:33.481Z[ host-package] Compiling bindgen v0.71.1
31632026-08-29T04:14:33.518Z[ host-package] Compiling diff v0.1.13
31642026-08-29T04:14:33.564Z[ helios-setup] Aug 29 04:14:32.198 INFO E| Compiling serde_json v1.0.103
31652026-08-29T04:14:33.615Z[ helios-setup] Aug 29 04:14:32.253 INFO E| Compiling anyhow v1.0.72
31662026-08-29T04:14:33.659Z[ helios-setup] Aug 29 04:14:32.296 INFO E| Compiling fastrand v2.0.0
31672026-08-29T04:14:33.839Z[ helios-setup] Aug 29 04:14:32.477 INFO E| Compiling deranged v0.3.11
31682026-08-29T04:14:33.848Z[ helios-setup] Aug 29 04:14:32.487 INFO E| Compiling thread_local v1.1.7
31692026-08-29T04:14:33.861Z[ helios-setup] Aug 29 04:14:32.499 INFO E| Compiling opaque-debug v0.3.0
31702026-08-29T04:14:33.918Z[ helios-setup] Aug 29 04:14:32.557 INFO E| Compiling ryu v1.0.15
31712026-08-29T04:14:33.938Z[ helios-setup] Aug 29 04:14:32.576 INFO E| Compiling cpufeatures v0.2.9
31722026-08-29T04:14:34.029Z[ helios-setup] Aug 29 04:14:32.667 INFO E| Compiling same-file v1.0.6
31732026-08-29T04:14:34.033Z[ helios-setup] Aug 29 04:14:32.672 INFO E| Compiling unicode-width v0.1.10
31742026-08-29T04:14:34.040Z[ helios-setup] Aug 29 04:14:32.679 INFO E| Compiling libdevinfo-sys v1.0.0
31752026-08-29T04:14:34.118Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
31762026-08-29T04:14:34.150Z[ helios-setup] Aug 29 04:14:32.789 INFO E| Compiling time-macros v0.2.18
31772026-08-29T04:14:34.207Z[ helios-setup] Aug 29 04:14:32.829 INFO E| Compiling getopts v0.2.21
31782026-08-29T04:14:34.207Z[ helios-setup] Aug 29 04:14:32.840 INFO E| Compiling glob v0.3.1
31792026-08-29T04:14:34.322Z[ helios-setup] Aug 29 04:14:32.960 INFO E| Compiling quote v1.0.31
31802026-08-29T04:14:34.353Z[ helios-setup] Aug 29 04:14:32.985 INFO E| Compiling walkdir v2.3.3
31812026-08-29T04:14:34.542Z[ host-package] Compiling diesel v2.3.7
31822026-08-29T04:14:34.619Z[ helios-setup] Aug 29 04:14:33.257 INFO E| Compiling syn v2.0.32
31832026-08-29T04:14:34.673Z[ host-package] Compiling cexpr v0.6.0
31842026-08-29T04:14:34.859Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31852026-08-29T04:14:34.940Z[ host-package] Compiling rustc-hash v2.1.1
31862026-08-29T04:14:35.103Z[ helios-setup] Aug 29 04:14:33.741 INFO E| Compiling dirs-sys-next v0.1.2
31872026-08-29T04:14:35.103Z[ helios-setup] Aug 29 04:14:33.741 INFO E| Compiling errno v0.3.1
31882026-08-29T04:14:35.103Z[ helios-setup] Aug 29 04:14:33.741 INFO E| Compiling atty v0.2.14
31892026-08-29T04:14:35.106Z[ helios-setup] Aug 29 04:14:33.741 INFO E| Compiling getrandom v0.2.10
31902026-08-29T04:14:35.425Z[ helios-setup] Aug 29 04:14:34.060 INFO E| Compiling dirs-next v2.0.0
31912026-08-29T04:14:35.454Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31922026-08-29T04:14:35.459Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31932026-08-29T04:14:35.494Z[ helios-setup] Aug 29 04:14:34.133 INFO E| Compiling term v0.7.0
31942026-08-29T04:14:35.539Z[ host-package] Compiling headers-core v0.3.0
31952026-08-29T04:14:35.551Z[ host-package] Compiling libxml v0.3.3
31962026-08-29T04:14:35.631Z[ helios-setup] Aug 29 04:14:34.269 INFO E| Compiling digest v0.9.0
31972026-08-29T04:14:35.631Z[ helios-setup] Aug 29 04:14:34.269 INFO E| Compiling block-buffer v0.9.0
31982026-08-29T04:14:35.776Z[ helios-setup] Aug 29 04:14:34.411 INFO E| Compiling md-5 v0.9.1
31992026-08-29T04:14:35.776Z[ helios-setup] Aug 29 04:14:34.411 INFO E| Compiling sha-1 v0.9.8
32002026-08-29T04:14:35.856Z[ helios-setup] Aug 29 04:14:34.495 INFO E| Compiling tempfile v3.7.0
32012026-08-29T04:14:35.954Z[ host-package] Compiling lalrpop v0.19.12
32022026-08-29T04:14:35.973Z[ helios-setup] Aug 29 04:14:34.611 INFO E| Compiling time v0.3.36
32032026-08-29T04:14:36.209Z[ host-package] Compiling crc8 v0.1.1
32042026-08-29T04:14:36.688Z[ helios-setup] Aug 29 04:14:35.327 INFO E| Compiling serde_derive v1.0.193
32052026-08-29T04:14:36.768Z[ host-package] Compiling headers v0.4.1
32062026-08-29T04:14:37.031Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32072026-08-29T04:14:37.068Z[ helios-setup] Aug 29 04:14:35.705 INFO E| Compiling slog-term v2.9.0
32082026-08-29T04:14:37.147Z[ host-package] Compiling strum_macros v0.24.3
32092026-08-29T04:14:37.150Z[ host-package] Compiling indoc v1.0.9
32102026-08-29T04:14:37.760Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32112026-08-29T04:14:37.967Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
32122026-08-29T04:14:38.005Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32132026-08-29T04:14:38.423Z[ host-package] Compiling derive_builder v0.20.2
32142026-08-29T04:14:38.558Z[ host-package] Compiling oso-derive v0.27.3
32152026-08-29T04:14:38.693Z[ host-package] Compiling quick-xml v0.37.5
32162026-08-29T04:14:38.894Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
32172026-08-29T04:14:38.974Z[ host-package] Compiling openssl-probe v0.1.6
32182026-08-29T04:14:39.299Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32192026-08-29T04:14:39.349Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
32202026-08-29T04:14:39.459Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32212026-08-29T04:14:39.716Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32222026-08-29T04:14:39.890Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32232026-08-29T04:14:40.129Z[ host-package] Compiling bb8 v0.8.6
32242026-08-29T04:14:40.160Z[ host-package] Compiling trait-variant v0.1.2
32252026-08-29T04:14:40.231Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
32262026-08-29T04:14:40.571Z[ host-package] Compiling half v1.8.3
32272026-08-29T04:14:40.740Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32282026-08-29T04:14:40.783Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
32292026-08-29T04:14:40.836Z[ host-package] Compiling serde_cbor v0.11.2
32302026-08-29T04:14:40.836Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
32312026-08-29T04:14:41.055Z[ host-package] Compiling proc-macro-error2 v2.0.1
32322026-08-29T04:14:41.266Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32332026-08-29T04:14:41.387Z[ helios-setup] Aug 29 04:14:40.025 INFO E| Compiling toml v0.5.11
32342026-08-29T04:14:41.387Z[ helios-setup] Aug 29 04:14:40.025 INFO E| Compiling uuid v0.8.2
32352026-08-29T04:14:41.529Z[ host-package] Compiling hashbrown v0.14.5
32362026-08-29T04:14:41.592Z[ host-package] Compiling rfc6979 v0.4.0
32372026-08-29T04:14:41.615Z[ host-package] Compiling salty v0.3.0
32382026-08-29T04:14:41.662Z[ host-package] Compiling samael v0.0.19
32392026-08-29T04:14:41.916Z[ host-package] Compiling ecdsa v0.16.9
32402026-08-29T04:14:42.087Z[ host-package] Compiling knus-derive v3.4.0
32412026-08-29T04:14:42.215Z[ helios-setup] Aug 29 04:14:40.854 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
32422026-08-29T04:14:42.248Z[ host-package] Compiling chumsky v0.9.3
32432026-08-29T04:14:42.434Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32442026-08-29T04:14:42.492Z[ host-package] Compiling primeorder v0.13.6
32452026-08-29T04:14:42.726Z[ helios-setup] Aug 29 04:14:41.364 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
32462026-08-29T04:14:42.792Z[ host-package] Compiling nonempty v0.12.0
32472026-08-29T04:14:42.884Z[ host-package] Compiling p384 v0.13.1
32482026-08-29T04:14:43.452Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32492026-08-29T04:14:43.570Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32502026-08-29T04:14:43.703Z[ host-package] Compiling knus v3.4.0
32512026-08-29T04:14:44.020Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32522026-08-29T04:14:44.024Z[ host-package] Compiling polar-core v0.27.3
32532026-08-29T04:14:44.751Z[ host-package] Compiling fxhash v0.2.1
32542026-08-29T04:14:44.880Z[ host-package] Compiling libz-sys v1.1.24
32552026-08-29T04:14:44.938Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
32562026-08-29T04:14:45.083Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
32572026-08-29T04:14:45.307Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32582026-08-29T04:14:45.503Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32592026-08-29T04:14:45.706Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32602026-08-29T04:14:46.111Z[ host-package] Compiling kstat-rs v0.2.5
32612026-08-29T04:14:46.912Z[ host-package] Compiling mime_guess v2.0.5
32622026-08-29T04:14:46.994Z[ helios-setup] Aug 29 04:14:45.624 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.78s
32632026-08-29T04:14:47.020Z[ helios-setup] Aug 29 04:14:45.648 INFO building project "image-builder" ok (14 seconds)
32642026-08-29T04:14:47.020Z[ helios-setup] Aug 29 04:14:45.648 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
32652026-08-29T04:14:47.035Z[ helios-setup] Aug 29 04:14:45.658 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
32662026-08-29T04:14:47.035Z[ helios-setup] Aug 29 04:14:45.658 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
32672026-08-29T04:14:47.035Z[ helios-setup] Aug 29 04:14:45.658 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
32682026-08-29T04:14:47.131Z[ helios-setup] Aug 29 04:14:45.768 INFO E| Downloading crates ...
32692026-08-29T04:14:47.185Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32702026-08-29T04:14:47.198Z[ helios-setup] Aug 29 04:14:45.822 INFO E| Downloaded block-buffer v0.10.3
32712026-08-29T04:14:47.198Z[ helios-setup] Aug 29 04:14:45.823 INFO E| Downloaded cpufeatures v0.2.5
32722026-08-29T04:14:47.199Z[ helios-setup] Aug 29 04:14:45.824 INFO E| Downloaded generic-array v0.14.6
32732026-08-29T04:14:47.199Z[ helios-setup] Aug 29 04:14:45.829 INFO E| Downloaded anyhow v1.0.62
32742026-08-29T04:14:47.209Z[ helios-setup] Aug 29 04:14:45.831 INFO E| Downloaded miniz_oxide v0.6.2
32752026-08-29T04:14:47.209Z[ helios-setup] Aug 29 04:14:45.833 INFO E| Downloaded digest v0.10.3
32762026-08-29T04:14:47.210Z[ helios-setup] Aug 29 04:14:45.834 INFO E| Downloaded sha2 v0.10.5
32772026-08-29T04:14:47.210Z[ helios-setup] Aug 29 04:14:45.839 INFO E| Downloaded bytes v1.2.1
32782026-08-29T04:14:47.218Z[ helios-setup] Aug 29 04:14:45.841 INFO E| Downloaded typenum v1.15.0
32792026-08-29T04:14:47.218Z[ helios-setup] Aug 29 04:14:45.842 INFO E| Downloaded flate2 v1.0.25
32802026-08-29T04:14:47.257Z[ helios-setup] Aug 29 04:14:45.887 INFO E| Compiling version_check v0.9.4
32812026-08-29T04:14:47.257Z[ helios-setup] Aug 29 04:14:45.887 INFO E| Compiling typenum v1.15.0
32822026-08-29T04:14:47.268Z[ helios-setup] Aug 29 04:14:45.887 INFO E| Compiling cfg-if v1.0.0
32832026-08-29T04:14:47.269Z[ helios-setup] Aug 29 04:14:45.887 INFO E| Compiling crc32fast v1.3.2
32842026-08-29T04:14:47.269Z[ helios-setup] Aug 29 04:14:45.887 INFO E| Compiling anyhow v1.0.62
32852026-08-29T04:14:47.269Z[ helios-setup] Aug 29 04:14:45.887 INFO E| Compiling adler v1.0.2
32862026-08-29T04:14:47.319Z[ helios-setup] Aug 29 04:14:45.957 INFO E| Compiling cpufeatures v0.2.5
32872026-08-29T04:14:47.319Z[ helios-setup] Aug 29 04:14:45.957 INFO E| Compiling unicode-width v0.1.10
32882026-08-29T04:14:47.319Z[ helios-setup] Aug 29 04:14:45.957 INFO E| Compiling bitflags v1.3.2
32892026-08-29T04:14:47.327Z[ helios-setup] Aug 29 04:14:45.957 INFO E| Compiling bytes v1.2.1
32902026-08-29T04:14:47.602Z[ helios-setup] Aug 29 04:14:46.233 INFO E| Compiling miniz_oxide v0.6.2
32912026-08-29T04:14:47.617Z[ helios-setup] Aug 29 04:14:46.236 INFO E| Compiling getopts v0.2.21
32922026-08-29T04:14:47.754Z[ helios-setup] Aug 29 04:14:46.378 INFO E| Compiling generic-array v0.14.6
32932026-08-29T04:14:48.089Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32942026-08-29T04:14:48.569Z[ helios-setup] Aug 29 04:14:47.208 INFO E| Compiling flate2 v1.0.25
32952026-08-29T04:14:48.704Z[ host-package] Compiling nanorand v0.7.0
32962026-08-29T04:14:49.189Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
32972026-08-29T04:14:49.251Z[ host-package] Compiling parking_lot_core v0.8.6
32982026-08-29T04:14:49.480Z[ helios-setup] Aug 29 04:14:48.118 INFO E| Compiling block-buffer v0.10.3
32992026-08-29T04:14:49.480Z[ helios-setup] Aug 29 04:14:48.119 INFO E| Compiling crypto-common v0.1.6
33002026-08-29T04:14:49.485Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33012026-08-29T04:14:49.613Z[ helios-setup] Aug 29 04:14:48.238 INFO E| Compiling digest v0.10.3
33022026-08-29T04:14:49.633Z[ host-package] Compiling flume v0.11.1
33032026-08-29T04:14:49.809Z[ helios-setup] Aug 29 04:14:48.446 INFO E| Compiling sha2 v0.10.5
33042026-08-29T04:14:50.054Z[ helios-setup] Aug 29 04:14:48.682 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
33052026-08-29T04:14:50.068Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33062026-08-29T04:14:50.206Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33072026-08-29T04:14:50.935Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33082026-08-29T04:14:51.295Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33092026-08-29T04:14:51.411Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33102026-08-29T04:14:51.436Z[ host-package] Compiling git-stub v1.0.0
33112026-08-29T04:14:51.761Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33122026-08-29T04:14:51.867Z[ host-package] Compiling instability v0.3.11
33132026-08-29T04:14:52.058Z[ host-package] Compiling corncobs v0.1.4
33142026-08-29T04:14:52.161Z[ host-package] Compiling strsim v0.10.0
33152026-08-29T04:14:52.337Z[ host-package] Compiling http-range v0.1.5
33162026-08-29T04:14:52.499Z[ host-package] Compiling darling_core v0.13.4
33172026-08-29T04:14:52.619Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33182026-08-29T04:14:52.826Z[ helios-setup] Aug 29 04:14:51.456 INFO E| Finished `release` profile [optimized] target(s) in 5.78s
33192026-08-29T04:14:52.831Z[ host-package] Compiling git-stub-vcs v0.1.0
33202026-08-29T04:14:52.836Z[ helios-setup] Aug 29 04:14:51.470 INFO building project "bootserver" ok (5 seconds)
33212026-08-29T04:14:52.836Z[ helios-setup] Aug 29 04:14:51.470 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
33222026-08-29T04:14:53.195Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33232026-08-29T04:14:54.009Z[ host-package] Compiling oso v0.27.3
33242026-08-29T04:14:54.252Z[ host-package] Compiling async-bb8-diesel v0.2.1
33252026-08-29T04:14:54.582Z[ host-package] Compiling diesel-dtrace v0.5.0
33262026-08-29T04:14:54.729Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33272026-08-29T04:14:55.393Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33282026-08-29T04:14:57.132Z[ host-package] Compiling progenitor-impl v0.13.0
33292026-08-29T04:14:57.782Z[ host-package] Compiling ignore v0.4.25
33302026-08-29T04:14:59.219Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
33312026-08-29T04:14:59.342Z[ host-package] Compiling anstyle-parse v0.2.7
33322026-08-29T04:14:59.651Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33332026-08-29T04:14:59.869Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33342026-08-29T04:14:59.906Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33352026-08-29T04:15:00.863Z[ host-package] Compiling secrecy v0.8.0
33362026-08-29T04:15:01.101Z[ host-package] Compiling castaway v0.2.4
33372026-08-29T04:15:01.125Z[ host-package] Compiling vergen-git2 v9.1.0
33382026-08-29T04:15:01.301Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
33392026-08-29T04:15:01.345Z[ host-package] Compiling indoc v2.0.7
33402026-08-29T04:15:01.416Z[ host-package] Compiling compact_str v0.8.1
33412026-08-29T04:15:02.656Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33422026-08-29T04:15:02.776Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
33432026-08-29T04:15:03.194Z[ host-package] Compiling progenitor-macro v0.13.0
33442026-08-29T04:15:03.315Z[ host-package] Compiling anstream v0.6.21
33452026-08-29T04:15:03.989Z[ host-package] Compiling globwalk v0.9.1
33462026-08-29T04:15:04.679Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33472026-08-29T04:15:04.736Z[ host-package] Compiling parking_lot v0.11.2
33482026-08-29T04:15:04.941Z[ host-package] Compiling darling_macro v0.13.4
33492026-08-29T04:15:05.606Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33502026-08-29T04:15:05.850Z[ host-package] Compiling hyper-staticfile v0.10.1
33512026-08-29T04:15:06.482Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33522026-08-29T04:15:06.501Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33532026-08-29T04:15:07.019Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33542026-08-29T04:15:07.043Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33552026-08-29T04:15:07.230Z[ host-package] Compiling predicates-tree v1.0.13
33562026-08-29T04:15:07.526Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33572026-08-29T04:15:07.561Z[ host-package] Compiling unicode-truncate v1.1.0
33582026-08-29T04:15:07.688Z[ host-package] Compiling lru v0.12.5
33592026-08-29T04:15:07.760Z[ host-package] Compiling progenitor-client v0.13.0
33602026-08-29T04:15:07.785Z[ host-package] Compiling rand_seeder v0.4.0
33612026-08-29T04:15:07.804Z[ host-package] Compiling prefix-trie v0.7.0
33622026-08-29T04:15:07.931Z[ host-package] Compiling cassowary v0.3.0
33632026-08-29T04:15:08.054Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33642026-08-29T04:15:08.306Z[ host-package] Compiling ratatui v0.29.0
33652026-08-29T04:15:08.337Z[ host-package] Compiling hickory-server v0.25.2
33662026-08-29T04:15:08.392Z[ host-package] Compiling camino-tempfile-ext v0.3.3
33672026-08-29T04:15:08.972Z[ host-package] Compiling progenitor v0.13.0
33682026-08-29T04:15:09.068Z[ host-package] Compiling darling v0.13.4
33692026-08-29T04:15:09.117Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33702026-08-29T04:15:09.158Z[ host-package] Compiling sled v0.34.7
33712026-08-29T04:15:09.240Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33722026-08-29T04:15:09.528Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33732026-08-29T04:15:09.694Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33742026-08-29T04:15:10.310Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33752026-08-29T04:15:10.557Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33762026-08-29T04:15:10.924Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33772026-08-29T04:15:12.036Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33782026-08-29T04:15:13.044Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33792026-08-29T04:15:13.677Z[ host-package] Compiling serde_with_macros v1.5.2
33802026-08-29T04:15:14.281Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33812026-08-29T04:15:14.421Z[ helios-setup] Aug 29 04:15:13.057 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')"
33822026-08-29T04:15:14.425Z[ helios-setup] Aug 29 04:15:13.057 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
33832026-08-29T04:15:14.429Z[ helios-setup] Aug 29 04:15:13.067 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
33842026-08-29T04:15:14.430Z[ helios-setup] Aug 29 04:15:13.067 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
33852026-08-29T04:15:14.436Z[ helios-setup] Aug 29 04:15:13.067 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
33862026-08-29T04:15:14.546Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33872026-08-29T04:15:14.631Z[ helios-setup] Aug 29 04:15:13.267 INFO E| Downloading crates ...
33882026-08-29T04:15:14.678Z[ helios-setup] Aug 29 04:15:13.316 INFO E| Downloaded time-core v0.1.4
33892026-08-29T04:15:14.842Z[ helios-setup] Aug 29 04:15:13.333 INFO E| Downloaded time v0.3.41
33902026-08-29T04:15:14.852Z[ helios-setup] Aug 29 04:15:13.338 INFO E| Downloaded errno v0.3.12
33912026-08-29T04:15:14.852Z[ helios-setup] Aug 29 04:15:13.344 INFO E| Downloaded iana-time-zone v0.1.63
33922026-08-29T04:15:14.852Z[ helios-setup] Aug 29 04:15:13.359 INFO E| Downloaded serde_with_macros v3.12.0
33932026-08-29T04:15:14.852Z[ helios-setup] Aug 29 04:15:13.360 INFO E| Downloaded deranged v0.4.0
33942026-08-29T04:15:14.852Z[ helios-setup] Aug 29 04:15:13.361 INFO E| Downloaded time-macros v0.2.22
33952026-08-29T04:15:14.852Z[ helios-setup] Aug 29 04:15:13.366 INFO E| Downloaded bitflags v2.9.1
33962026-08-29T04:15:14.852Z[ helios-setup] Aug 29 04:15:13.369 INFO E| Downloaded anyhow v1.0.98
33972026-08-29T04:15:14.852Z[ helios-setup] Aug 29 04:15:13.372 INFO E| Downloaded getrandom v0.3.3
33982026-08-29T04:15:14.852Z[ helios-setup] Aug 29 04:15:13.374 INFO E| Downloaded tempfile v3.20.0
33992026-08-29T04:15:14.852Z[ helios-setup] Aug 29 04:15:13.379 INFO E| Downloaded indexmap v2.9.0
34002026-08-29T04:15:14.852Z[ helios-setup] Aug 29 04:15:13.393 INFO E| Downloaded hashbrown v0.15.3
34012026-08-29T04:15:14.852Z[ helios-setup] Aug 29 04:15:13.396 INFO E| Downloaded serde_with v3.12.0
34022026-08-29T04:15:14.854Z[ helios-setup] Aug 29 04:15:13.402 INFO E| Downloaded chrono v0.4.41
34032026-08-29T04:15:14.854Z[ helios-setup] Aug 29 04:15:13.414 INFO E| Downloaded rustix v1.0.7
34042026-08-29T04:15:14.854Z[ helios-setup] Aug 29 04:15:13.479 INFO E| Compiling proc-macro2 v1.0.95
34052026-08-29T04:15:14.854Z[ helios-setup] Aug 29 04:15:13.479 INFO E| Compiling unicode-ident v1.0.18
34062026-08-29T04:15:14.854Z[ helios-setup] Aug 29 04:15:13.479 INFO E| Compiling libc v0.2.172
34072026-08-29T04:15:14.854Z[ helios-setup] Aug 29 04:15:13.479 INFO E| Compiling ident_case v1.0.1
34082026-08-29T04:15:14.854Z[ helios-setup] Aug 29 04:15:13.479 INFO E| Compiling strsim v0.11.1
34092026-08-29T04:15:14.854Z[ helios-setup] Aug 29 04:15:13.479 INFO E| Compiling fnv v1.0.7
34102026-08-29T04:15:14.854Z[ helios-setup] Aug 29 04:15:13.479 INFO E| Compiling serde v1.0.219
34112026-08-29T04:15:14.854Z[ helios-setup] Aug 29 04:15:13.479 INFO E| Compiling getrandom v0.3.3
34122026-08-29T04:15:14.854Z[ helios-setup] Aug 29 04:15:13.479 INFO E| Compiling rustix v1.0.7
34132026-08-29T04:15:14.854Z[ helios-setup] Aug 29 04:15:13.479 INFO E| Compiling cfg-if v1.0.0
34142026-08-29T04:15:14.854Z[ helios-setup] Aug 29 04:15:13.479 INFO E| Compiling serde_json v1.0.140
34152026-08-29T04:15:14.855Z[ helios-setup] Aug 29 04:15:13.479 INFO E| Compiling anyhow v1.0.98
34162026-08-29T04:15:14.855Z[ helios-setup] Aug 29 04:15:13.479 INFO E| Compiling bitflags v2.9.1
34172026-08-29T04:15:14.855Z[ helios-setup] Aug 29 04:15:13.480 INFO E| Compiling thiserror v2.0.12
34182026-08-29T04:15:14.855Z[ helios-setup] Aug 29 04:15:13.480 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
34192026-08-29T04:15:15.424Z[ helios-setup] Aug 29 04:15:14.047 INFO E| Compiling memchr v2.7.4
34202026-08-29T04:15:15.456Z[ helios-setup] Aug 29 04:15:14.047 INFO E| Compiling ryu v1.0.20
34212026-08-29T04:15:15.456Z[ helios-setup] Aug 29 04:15:14.061 INFO E| Compiling itoa v1.0.15
34222026-08-29T04:15:16.102Z[ helios-setup] Aug 29 04:15:14.195 INFO E| Compiling fastrand v2.3.0
34232026-08-29T04:15:16.133Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34242026-08-29T04:15:16.134Z[ helios-setup] Aug 29 04:15:14.331 INFO E| Compiling once_cell v1.21.3
34252026-08-29T04:15:16.134Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34262026-08-29T04:15:16.545Z[ host-package] Compiling git2 v0.20.4
34272026-08-29T04:15:16.562Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34282026-08-29T04:15:16.633Z[ helios-setup] Aug 29 04:15:15.265 INFO E| Compiling errno v0.3.12
34292026-08-29T04:15:17.009Z[ helios-setup] Aug 29 04:15:15.643 INFO E| Compiling quote v1.0.40
34302026-08-29T04:15:17.029Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34312026-08-29T04:15:17.101Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34322026-08-29T04:15:17.186Z[ helios-setup] Aug 29 04:15:15.823 INFO E| Compiling syn v2.0.101
34332026-08-29T04:15:17.395Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
34342026-08-29T04:15:17.441Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34352026-08-29T04:15:17.675Z[ helios-setup] Aug 29 04:15:16.313 INFO E| Compiling tempfile v3.20.0
34362026-08-29T04:15:17.732Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34372026-08-29T04:15:17.836Z[ host-package] Compiling arc-swap v1.8.2
34382026-08-29T04:15:17.923Z[ host-package] Compiling void v1.0.2
34392026-08-29T04:15:18.331Z[ host-package] Compiling slog-scope v4.4.1
34402026-08-29T04:15:18.361Z[ host-package] Compiling lzss v0.8.2
34412026-08-29T04:15:18.829Z[ host-package] Compiling serde_with v1.14.0
34422026-08-29T04:15:19.311Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34432026-08-29T04:15:19.685Z[ helios-setup] Aug 29 04:15:18.315 INFO E| Compiling darling_core v0.20.11
34442026-08-29T04:15:20.198Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34452026-08-29T04:15:20.281Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
34462026-08-29T04:15:20.802Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34472026-08-29T04:15:20.923Z[ helios-setup] Aug 29 04:15:19.561 INFO E| Compiling serde_derive v1.0.219
34482026-08-29T04:15:20.923Z[ helios-setup] Aug 29 04:15:19.561 INFO E| Compiling thiserror-impl v2.0.12
34492026-08-29T04:15:21.894Z[ helios-setup] Aug 29 04:15:20.532 INFO E| Compiling darling_macro v0.20.11
34502026-08-29T04:15:22.148Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
34512026-08-29T04:15:22.782Z[ helios-setup] Aug 29 04:15:21.238 INFO E| Compiling darling v0.20.11
34522026-08-29T04:15:22.845Z[ helios-setup] Aug 29 04:15:21.329 INFO E| Compiling serde_with_macros v3.12.0
34532026-08-29T04:15:23.027Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34542026-08-29T04:15:23.457Z[ host-package] Compiling scuffle v0.1.0
34552026-08-29T04:15:23.641Z[ host-package] Compiling tungstenite v0.23.0
34562026-08-29T04:15:23.733Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34572026-08-29T04:15:23.863Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34582026-08-29T04:15:24.409Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34592026-08-29T04:15:24.622Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34602026-08-29T04:15:24.836Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
34612026-08-29T04:15:25.001Z[ host-package] Compiling nix v0.27.1
34622026-08-29T04:15:25.095Z[ host-package] Compiling twox-hash v2.1.2
34632026-08-29T04:15:25.620Z[ host-package] Compiling libsw-core v0.3.2
34642026-08-29T04:15:25.721Z[ host-package] Compiling serde_bytes v0.11.19
34652026-08-29T04:15:25.849Z[ host-package] Compiling atty v0.2.14
34662026-08-29T04:15:25.866Z[ host-package] Compiling libsw v3.5.0
34672026-08-29T04:15:25.964Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
34682026-08-29T04:15:30.199Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34692026-08-29T04:15:30.235Z[ helios-setup] Aug 29 04:15:24.712 INFO E| Compiling serde_with v3.12.0
34702026-08-29T04:15:30.235Z[ host-package] Compiling tokio-tungstenite v0.23.1
34712026-08-29T04:15:30.235Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34722026-08-29T04:15:30.235Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34732026-08-29T04:15:30.235Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34742026-08-29T04:15:30.235Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34752026-08-29T04:15:30.235Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
34762026-08-29T04:15:30.392Z[ host-package] Compiling slog-stdlog v4.1.1
34772026-08-29T04:15:30.392Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34782026-08-29T04:15:30.392Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34792026-08-29T04:15:30.392Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
34802026-08-29T04:15:30.629Z[ helios-setup] Aug 29 04:15:29.267 INFO E| Finished `release` profile [optimized] target(s) in 16.18s
34812026-08-29T04:15:30.655Z[ helios-setup] Aug 29 04:15:29.293 INFO building project "dmar-report" ok (16 seconds)
34822026-08-29T04:15:30.655Z[ helios-setup] Aug 29 04:15:29.293 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
34832026-08-29T04:15:30.664Z[ helios-setup] Aug 29 04:15:29.302 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
34842026-08-29T04:15:30.664Z[ helios-setup] Aug 29 04:15:29.302 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
34852026-08-29T04:15:30.667Z[ helios-setup] Aug 29 04:15:29.302 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
34862026-08-29T04:15:30.709Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
34872026-08-29T04:15:30.735Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34882026-08-29T04:15:30.772Z[ helios-setup] Aug 29 04:15:29.411 INFO E| Blocking waiting for file lock on package cache
34892026-08-29T04:15:31.523Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34902026-08-29T04:15:31.957Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34912026-08-29T04:15:32.078Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34922026-08-29T04:15:33.082Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34932026-08-29T04:15:33.578Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34942026-08-29T04:15:33.785Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34952026-08-29T04:15:36.046Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34962026-08-29T04:15:36.625Z[ helios-setup] Aug 29 04:15:35.263 INFO E| Blocking waiting for file lock on package cache
34972026-08-29T04:15:36.739Z[ helios-setup] Aug 29 04:15:35.356 INFO E| Blocking waiting for file lock on package cache
34982026-08-29T04:15:37.565Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34992026-08-29T04:15:37.687Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35002026-08-29T04:15:38.093Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35012026-08-29T04:15:38.668Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35022026-08-29T04:15:39.253Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35032026-08-29T04:15:39.497Z[ host-package] Compiling fatfs v0.3.6
35042026-08-29T04:15:39.598Z[ host-package] Compiling signal-hook-tokio v0.3.1
35052026-08-29T04:15:39.821Z[ host-package] Compiling yasna v0.5.2
35062026-08-29T04:15:40.831Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
35072026-08-29T04:15:40.875Z[ helios-setup] Aug 29 04:15:39.511 INFO E| Downloading crates ...
35082026-08-29T04:15:40.929Z[ helios-setup] Aug 29 04:15:39.568 INFO E| Downloaded miniz_oxide v0.8.8
35092026-08-29T04:15:40.933Z[ helios-setup] Aug 29 04:15:39.570 INFO E| Downloaded adler2 v2.0.0
35102026-08-29T04:15:40.973Z[ helios-setup] Aug 29 04:15:39.611 INFO E| Compiling adler2 v2.0.0
35112026-08-29T04:15:41.069Z[ helios-setup] Aug 29 04:15:39.706 INFO E| Compiling miniz_oxide v0.8.8
35122026-08-29T04:15:41.457Z[ host-package] Compiling seq-macro v0.3.6
35132026-08-29T04:15:41.500Z[ host-package] Compiling assert_matches v1.5.0
35142026-08-29T04:15:41.715Z[ host-package] Compiling rcgen v0.12.1
35152026-08-29T04:15:42.168Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
35162026-08-29T04:15:42.184Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
35172026-08-29T04:15:42.339Z[ helios-setup] Aug 29 04:15:40.976 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
35182026-08-29T04:15:42.939Z[ helios-setup] Aug 29 04:15:41.577 INFO E| Finished `release` profile [optimized] target(s) in 12.26s
35192026-08-29T04:15:42.951Z[ helios-setup] Aug 29 04:15:41.590 INFO building project "pinprick" ok (12 seconds)
35202026-08-29T04:15:42.951Z[ helios-setup] Aug 29 04:15:41.590 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
35212026-08-29T04:15:42.961Z[ helios-setup] Aug 29 04:15:41.599 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
35222026-08-29T04:15:42.961Z[ helios-setup] Aug 29 04:15:41.599 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
35232026-08-29T04:15:42.964Z[ helios-setup] Aug 29 04:15:41.599 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
35242026-08-29T04:15:43.080Z[ helios-setup] Aug 29 04:15:41.718 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
35252026-08-29T04:15:43.423Z[ helios-setup] Aug 29 04:15:42.061 INFO E| From https://github.com/jclulow/hiercmd
35262026-08-29T04:15:43.423Z[ helios-setup] Aug 29 04:15:42.061 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
35272026-08-29T04:15:43.437Z[ helios-setup] Aug 29 04:15:42.075 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
35282026-08-29T04:15:43.760Z[ helios-setup] Aug 29 04:15:42.398 INFO E| From https://github.com/oxidecomputer/network-interface
35292026-08-29T04:15:43.760Z[ helios-setup] Aug 29 04:15:42.398 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
35302026-08-29T04:15:43.772Z[ helios-setup] Aug 29 04:15:42.411 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
35312026-08-29T04:15:44.107Z[ helios-setup] Aug 29 04:15:42.745 INFO E| From https://github.com/oxidecomputer/boot-image-tools
35322026-08-29T04:15:44.107Z[ helios-setup] Aug 29 04:15:42.745 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
35332026-08-29T04:15:44.126Z[ helios-setup] Aug 29 04:15:42.765 INFO E| Updating crates.io index
35342026-08-29T04:15:44.294Z[ host-package] Compiling slog-envlogger v2.2.0
35352026-08-29T04:15:44.302Z[ helios-setup] Aug 29 04:15:42.940 INFO E| Downloading crates ...
35362026-08-29T04:15:44.369Z[ helios-setup] Aug 29 04:15:43.007 INFO E| Downloaded futures-sink v0.3.31
35372026-08-29T04:15:44.372Z[ helios-setup] Aug 29 04:15:43.008 INFO E| Downloaded futures-executor v0.3.31
35382026-08-29T04:15:44.372Z[ helios-setup] Aug 29 04:15:43.009 INFO E| Downloaded getrandom v0.2.16
35392026-08-29T04:15:44.376Z[ helios-setup] Aug 29 04:15:43.011 INFO E| Downloaded bytes v1.10.1
35402026-08-29T04:15:44.409Z[ helios-setup] Aug 29 04:15:43.048 INFO E| Downloaded anstyle v1.0.13
35412026-08-29T04:15:44.413Z[ helios-setup] Aug 29 04:15:43.049 INFO E| Downloaded generic-array v0.14.9
35422026-08-29T04:15:44.413Z[ helios-setup] Aug 29 04:15:43.050 INFO E| Downloaded num_enum_derive v0.7.5
35432026-08-29T04:15:44.413Z[ helios-setup] Aug 29 04:15:43.051 INFO E| Downloaded clap_lex v0.7.6
35442026-08-29T04:15:44.417Z[ helios-setup] Aug 29 04:15:43.051 INFO E| Downloaded crc v3.3.0
35452026-08-29T04:15:44.417Z[ helios-setup] Aug 29 04:15:43.052 INFO E| Downloaded futures-macro v0.3.31
35462026-08-29T04:15:44.417Z[ helios-setup] Aug 29 04:15:43.053 INFO E| Downloaded futures-task v0.3.31
35472026-08-29T04:15:44.417Z[ helios-setup] Aug 29 04:15:43.054 INFO E| Downloaded libdevinfo-sys v1.1.0
35482026-08-29T04:15:44.417Z[ helios-setup] Aug 29 04:15:43.054 INFO E| Downloaded pin-utils v0.1.0
35492026-08-29T04:15:44.417Z[ helios-setup] Aug 29 04:15:43.055 INFO E| Downloaded bitfield-macros v0.19.3
35502026-08-29T04:15:44.420Z[ helios-setup] Aug 29 04:15:43.055 INFO E| Downloaded anstyle-query v1.1.4
35512026-08-29T04:15:44.420Z[ helios-setup] Aug 29 04:15:43.056 INFO E| Downloaded proc-macro2 v1.0.103
35522026-08-29T04:15:44.420Z[ helios-setup] Aug 29 04:15:43.058 INFO E| Downloaded slab v0.4.11
35532026-08-29T04:15:44.424Z[ helios-setup] Aug 29 04:15:43.062 INFO E| Downloaded devinfo v0.1.0
35542026-08-29T04:15:44.433Z[ helios-setup] Aug 29 04:15:43.072 INFO E| Downloaded env_filter v0.1.4
35552026-08-29T04:15:44.436Z[ helios-setup] Aug 29 04:15:43.073 INFO E| Downloaded zeroize_derive v1.4.2
35562026-08-29T04:15:44.437Z[ helios-setup] Aug 29 04:15:43.073 INFO E| Downloaded futures-core v0.3.31
35572026-08-29T04:15:44.440Z[ helios-setup] Aug 29 04:15:43.078 INFO E| Downloaded futures-io v0.3.31
35582026-08-29T04:15:44.443Z[ helios-setup] Aug 29 04:15:43.079 INFO E| Downloaded pin-project-lite v0.2.16
35592026-08-29T04:15:44.449Z[ helios-setup] Aug 29 04:15:43.087 INFO E| Downloaded getopts v0.2.24
35602026-08-29T04:15:44.452Z[ helios-setup] Aug 29 04:15:43.089 INFO E| Downloaded bitfield v0.19.3
35612026-08-29T04:15:44.458Z[ helios-setup] Aug 29 04:15:43.096 INFO E| Downloaded serde_spanned v1.0.3
35622026-08-29T04:15:44.461Z[ helios-setup] Aug 29 04:15:43.097 INFO E| Downloaded time-core v0.1.6
35632026-08-29T04:15:44.465Z[ helios-setup] Aug 29 04:15:43.104 INFO E| Downloaded simd-adler32 v0.3.7
35642026-08-29T04:15:44.468Z[ helios-setup] Aug 29 04:15:43.105 INFO E| Downloaded base64ct v1.8.0
35652026-08-29T04:15:44.469Z[ helios-setup] Aug 29 04:15:43.106 INFO E| Downloaded find-msvc-tools v0.1.4
35662026-08-29T04:15:44.472Z[ helios-setup] Aug 29 04:15:43.107 INFO E| Downloaded quote v1.0.41
35672026-08-29T04:15:44.472Z[ helios-setup] Aug 29 04:15:43.109 INFO E| Downloaded signal-hook-registry v1.4.6
35682026-08-29T04:15:44.475Z[ helios-setup] Aug 29 04:15:43.113 INFO E| Downloaded time-macros v0.2.24
35692026-08-29T04:15:44.483Z[ helios-setup] Aug 29 04:15:43.121 INFO E| Downloaded thiserror-impl v2.0.17
35702026-08-29T04:15:44.486Z[ helios-setup] Aug 29 04:15:43.122 INFO E| Downloaded thiserror v2.0.17
35712026-08-29T04:15:44.564Z[ helios-setup] Aug 29 04:15:43.127 INFO E| Downloaded deranged v0.5.5
35722026-08-29T04:15:44.564Z[ helios-setup] Aug 29 04:15:43.130 INFO E| Downloaded toml_writer v1.0.4
35732026-08-29T04:15:44.564Z[ helios-setup] Aug 29 04:15:43.131 INFO E| Downloaded futures-channel v0.3.31
35742026-08-29T04:15:44.564Z[ helios-setup] Aug 29 04:15:43.132 INFO E| Downloaded clap_derive v4.5.49
35752026-08-29T04:15:44.564Z[ helios-setup] Aug 29 04:15:43.136 INFO E| Downloaded bitflags v2.10.0
35762026-08-29T04:15:44.566Z[ helios-setup] Aug 29 04:15:43.139 INFO E| Downloaded toml_datetime v0.7.3
35772026-08-29T04:15:44.566Z[ helios-setup] Aug 29 04:15:43.140 INFO E| Downloaded tokio-macros v2.6.0
35782026-08-29T04:15:44.566Z[ helios-setup] Aug 29 04:15:43.148 INFO E| Downloaded num_enum v0.7.5
35792026-08-29T04:15:44.566Z[ helios-setup] Aug 29 04:15:43.152 INFO E| Downloaded toml_parser v1.0.4
35802026-08-29T04:15:44.566Z[ helios-setup] Aug 29 04:15:43.157 INFO E| Downloaded env_logger v0.11.8
35812026-08-29T04:15:44.566Z[ helios-setup] Aug 29 04:15:43.165 INFO E| Downloaded anyhow v1.0.100
35822026-08-29T04:15:44.566Z[ helios-setup] Aug 29 04:15:43.168 INFO E| Downloaded clap v4.5.51
35832026-08-29T04:15:44.566Z[ helios-setup] Aug 29 04:15:43.174 INFO E| Downloaded unicode-ident v1.0.22
35842026-08-29T04:15:44.566Z[ helios-setup] Aug 29 04:15:43.182 INFO E| Downloaded futures v0.3.31
35852026-08-29T04:15:44.566Z[ helios-setup] Aug 29 04:15:43.186 INFO E| Downloaded log v0.4.28
35862026-08-29T04:15:44.566Z[ helios-setup] Aug 29 04:15:43.192 INFO E| Downloaded flate2 v1.1.5
35872026-08-29T04:15:44.576Z[ helios-setup] Aug 29 04:15:43.209 INFO E| Downloaded toml v0.9.8
35882026-08-29T04:15:44.580Z[ helios-setup] Aug 29 04:15:43.211 INFO E| Downloaded socket2 v0.6.1
35892026-08-29T04:15:44.580Z[ helios-setup] Aug 29 04:15:43.213 INFO E| Downloaded toml_edit v0.23.7
35902026-08-29T04:15:44.580Z[ helios-setup] Aug 29 04:15:43.215 INFO E| Downloaded typenum v1.19.0
35912026-08-29T04:15:44.601Z[ helios-setup] Aug 29 04:15:43.237 INFO E| Downloaded rsa v0.9.8
35922026-08-29T04:15:44.609Z[ helios-setup] Aug 29 04:15:43.241 INFO E| Downloaded uuid v1.18.1
35932026-08-29T04:15:44.612Z[ helios-setup] Aug 29 04:15:43.243 INFO E| Downloaded cc v1.2.44
35942026-08-29T04:15:44.612Z[ helios-setup] Aug 29 04:15:43.245 INFO E| Downloaded rand v0.8.5
35952026-08-29T04:15:44.612Z[ helios-setup] Aug 29 04:15:43.248 INFO E| Downloaded indexmap v2.12.0
35962026-08-29T04:15:44.644Z[ helios-setup] Aug 29 04:15:43.282 INFO E| Downloaded memchr v2.7.6
35972026-08-29T04:15:44.647Z[ helios-setup] Aug 29 04:15:43.285 INFO E| Downloaded time v0.3.44
35982026-08-29T04:15:44.653Z[ helios-setup] Aug 29 04:15:43.290 INFO E| Downloaded mio v1.1.0
35992026-08-29T04:15:44.656Z[ helios-setup] Aug 29 04:15:43.293 INFO E| Downloaded iddqd v0.3.14
36002026-08-29T04:15:44.660Z[ helios-setup] Aug 29 04:15:43.297 INFO E| Downloaded hashbrown v0.16.0
36012026-08-29T04:15:44.663Z[ helios-setup] Aug 29 04:15:43.300 INFO E| Downloaded libm v0.2.15
36022026-08-29T04:15:44.671Z[ helios-setup] Aug 29 04:15:43.306 INFO E| Downloaded futures-util v0.3.31
36032026-08-29T04:15:44.687Z[ helios-setup] Aug 29 04:15:43.325 INFO E| Downloaded serde_json v1.0.145
36042026-08-29T04:15:44.691Z[ helios-setup] Aug 29 04:15:43.329 INFO E| Downloaded num-bigint-dig v0.8.4
36052026-08-29T04:15:44.696Z[ helios-setup] Aug 29 04:15:43.332 INFO E| Downloaded clap_builder v4.5.51
36062026-08-29T04:15:44.716Z[ helios-setup] Aug 29 04:15:43.355 INFO E| Downloaded chrono v0.4.42
36072026-08-29T04:15:44.722Z[ helios-setup] Aug 29 04:15:43.359 INFO E| Downloaded syn v2.0.108
36082026-08-29T04:15:44.728Z[ helios-setup] Aug 29 04:15:43.366 INFO E| Downloaded unicode-width v0.2.2
36092026-08-29T04:15:44.756Z[ helios-setup] Aug 29 04:15:43.395 INFO E| Downloaded rustix v1.1.2
36102026-08-29T04:15:44.813Z[ helios-setup] Aug 29 04:15:43.451 INFO E| Downloaded libc v0.2.177
36112026-08-29T04:15:44.828Z[ helios-setup] Aug 29 04:15:43.466 INFO E| Downloaded tokio v1.48.0
36122026-08-29T04:15:44.952Z[ helios-setup] Aug 29 04:15:43.590 INFO E| Compiling proc-macro2 v1.0.103
36132026-08-29T04:15:44.952Z[ helios-setup] Aug 29 04:15:43.590 INFO E| Compiling unicode-ident v1.0.22
36142026-08-29T04:15:44.952Z[ helios-setup] Aug 29 04:15:43.590 INFO E| Compiling quote v1.0.41
36152026-08-29T04:15:44.955Z[ helios-setup] Aug 29 04:15:43.590 INFO E| Compiling libc v0.2.177
36162026-08-29T04:15:44.955Z[ helios-setup] Aug 29 04:15:43.590 INFO E| Compiling serde_core v1.0.228
36172026-08-29T04:15:44.956Z[ helios-setup] Aug 29 04:15:43.590 INFO E| Compiling cfg-if v1.0.4
36182026-08-29T04:15:44.956Z[ helios-setup] Aug 29 04:15:43.590 INFO E| Compiling serde v1.0.228
36192026-08-29T04:15:44.956Z[ helios-setup] Aug 29 04:15:43.590 INFO E| Compiling version_check v0.9.5
36202026-08-29T04:15:44.956Z[ helios-setup] Aug 29 04:15:43.590 INFO E| Compiling autocfg v1.5.0
36212026-08-29T04:15:44.956Z[ helios-setup] Aug 29 04:15:43.590 INFO E| Compiling const-oid v0.9.6
36222026-08-29T04:15:44.956Z[ helios-setup] Aug 29 04:15:43.590 INFO E| Compiling typenum v1.19.0
36232026-08-29T04:15:44.956Z[ helios-setup] Aug 29 04:15:43.590 INFO E| Compiling libm v0.2.15
36242026-08-29T04:15:44.956Z[ helios-setup] Aug 29 04:15:43.590 INFO E| Compiling zerocopy v0.8.27
36252026-08-29T04:15:44.956Z[ helios-setup] Aug 29 04:15:43.590 INFO E| Compiling rustversion v1.0.22
36262026-08-29T04:15:44.956Z[ helios-setup] Aug 29 04:15:43.590 INFO E| Compiling zeroize v1.8.2
36272026-08-29T04:15:44.957Z[ helios-setup] Aug 29 04:15:43.590 INFO E| Compiling smallvec v1.15.1
36282026-08-29T04:15:45.107Z[ host-package] Compiling oxide-update-engine-display v0.1.2
36292026-08-29T04:15:45.478Z[ helios-setup] Aug 29 04:15:44.116 INFO E| Compiling base64ct v1.8.0
36302026-08-29T04:15:45.535Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
36312026-08-29T04:15:46.062Z[ helios-setup] Aug 29 04:15:44.700 INFO E| Compiling equivalent v1.0.2
36322026-08-29T04:15:46.205Z[ helios-setup] Aug 29 04:15:44.843 INFO E| Compiling pem-rfc7468 v0.7.0
36332026-08-29T04:15:46.346Z[ helios-setup] Aug 29 04:15:44.984 INFO E| Compiling memchr v2.7.6
36342026-08-29T04:15:46.401Z[ helios-setup] Aug 29 04:15:45.038 INFO E| Compiling rustix v1.1.2
36352026-08-29T04:15:46.442Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36362026-08-29T04:15:46.446Z[ helios-setup] Aug 29 04:15:45.085 INFO E| Compiling byteorder v1.5.0
36372026-08-29T04:15:46.453Z[ helios-setup] Aug 29 04:15:45.091 INFO E| Compiling hashbrown v0.16.0
36382026-08-29T04:15:46.581Z[ helios-setup] Aug 29 04:15:45.216 INFO E| Compiling num-traits v0.2.19
36392026-08-29T04:15:46.600Z[ helios-setup] Aug 29 04:15:45.238 INFO E| Compiling generic-array v0.14.9
36402026-08-29T04:15:46.768Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36412026-08-29T04:15:46.772Z[ helios-setup] Aug 29 04:15:45.410 INFO E| Compiling winnow v0.7.13
36422026-08-29T04:15:46.884Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
36432026-08-29T04:15:46.913Z[ helios-setup] Aug 29 04:15:45.550 INFO E| Compiling anyhow v1.0.100
36442026-08-29T04:15:46.938Z[ helios-setup] Aug 29 04:15:45.576 INFO E| Compiling utf8parse v0.2.2
36452026-08-29T04:15:47.244Z[ helios-setup] Aug 29 04:15:45.881 INFO E| Compiling getrandom v0.2.16
36462026-08-29T04:15:47.336Z[ helios-setup] Aug 29 04:15:45.974 INFO E| Compiling crc32fast v1.5.0
36472026-08-29T04:15:47.440Z[ helios-setup] Aug 29 04:15:46.075 INFO E| Compiling flagset v0.4.7
36482026-08-29T04:15:47.506Z[ helios-setup] Aug 29 04:15:46.144 INFO E| Compiling indexmap v2.12.0
36492026-08-29T04:15:47.673Z[ helios-setup] Aug 29 04:15:46.311 INFO E| Compiling rand_core v0.6.4
36502026-08-29T04:15:47.694Z[ host-package] Compiling port-file v0.1.0
36512026-08-29T04:15:47.708Z[ helios-setup] Aug 29 04:15:46.346 INFO E| Compiling anstyle-parse v0.2.7
36522026-08-29T04:15:47.722Z[ helios-setup] Aug 29 04:15:46.359 INFO E| Compiling errno v0.3.14
36532026-08-29T04:15:47.812Z[ helios-setup] Aug 29 04:15:46.450 INFO E| Compiling allocator-api2 v0.2.21
36542026-08-29T04:15:47.823Z[ helios-setup] Aug 29 04:15:46.461 INFO E| Compiling anstyle v1.0.13
36552026-08-29T04:15:47.903Z[ helios-setup] Aug 29 04:15:46.541 INFO E| Compiling radium v0.7.0
36562026-08-29T04:15:47.950Z[ host-package] Compiling rtoolbox v0.0.3
36572026-08-29T04:15:47.963Z[ helios-setup] Aug 29 04:15:46.600 INFO E| Compiling toml_datetime v0.7.3
36582026-08-29T04:15:48.149Z[ helios-setup] Aug 29 04:15:46.787 INFO E| Compiling is_terminal_polyfill v1.70.2
36592026-08-29T04:15:48.192Z[ helios-setup] Aug 29 04:15:46.830 INFO E| Compiling anstyle-query v1.1.4
36602026-08-29T04:15:48.355Z[ helios-setup] Aug 29 04:15:46.993 INFO E| Compiling syn v1.0.109
36612026-08-29T04:15:48.380Z[ helios-setup] Aug 29 04:15:47.018 INFO E| Compiling colorchoice v1.0.4
36622026-08-29T04:15:48.380Z[ host-package] Compiling subprocess v0.2.15
36632026-08-29T04:15:48.383Z[ helios-setup] Aug 29 04:15:47.018 INFO E| Compiling cpufeatures v0.2.17
36642026-08-29T04:15:48.444Z[ helios-setup] Aug 29 04:15:47.083 INFO E| Compiling shlex v1.3.0
36652026-08-29T04:15:48.467Z[ helios-setup] Aug 29 04:15:47.105 INFO E| Compiling find-msvc-tools v0.1.4
36662026-08-29T04:15:48.506Z[ helios-setup] Aug 29 04:15:47.145 INFO E| Compiling anstream v0.6.21
36672026-08-29T04:15:48.594Z[ helios-setup] Aug 29 04:15:47.232 INFO E| Compiling block-buffer v0.10.4
36682026-08-29T04:15:48.594Z[ helios-setup] Aug 29 04:15:47.232 INFO E| Compiling crypto-common v0.1.6
36692026-08-29T04:15:48.632Z[ helios-setup] Aug 29 04:15:47.270 INFO E| Compiling slog v2.8.2
36702026-08-29T04:15:48.656Z[ host-package] Compiling rpassword v7.5.4
36712026-08-29T04:15:48.752Z[ helios-setup] Aug 29 04:15:47.390 INFO E| Compiling syn v2.0.108
36722026-08-29T04:15:48.874Z[ helios-setup] Aug 29 04:15:47.512 INFO E| Compiling digest v0.10.7
36732026-08-29T04:15:48.903Z[ helios-setup] Aug 29 04:15:47.541 INFO E| Compiling cc v1.2.44
36742026-08-29T04:15:48.995Z[ helios-setup] Aug 29 04:15:47.626 INFO E| Compiling futures-core v0.3.31
36752026-08-29T04:15:48.995Z[ helios-setup] Aug 29 04:15:47.627 INFO E| Compiling unicode-width v0.2.2
36762026-08-29T04:15:49.002Z[ helios-setup] Aug 29 04:15:47.640 INFO E| Compiling futures-sink v0.3.31
36772026-08-29T04:15:49.078Z[ helios-setup] Aug 29 04:15:47.716 INFO E| Compiling pkg-config v0.3.32
36782026-08-29T04:15:49.103Z[ helios-setup] Aug 29 04:15:47.741 INFO E| Compiling pin-project-lite v0.2.16
36792026-08-29T04:15:49.149Z[ helios-setup] Aug 29 04:15:47.787 INFO E| Compiling tap v1.0.1
36802026-08-29T04:15:49.183Z[ helios-setup] Aug 29 04:15:47.822 INFO E| Compiling maybe-uninit v2.0.0
36812026-08-29T04:15:49.223Z[ helios-setup] Aug 29 04:15:47.861 INFO E| Compiling parking_lot_core v0.9.12
36822026-08-29T04:15:49.252Z[ helios-setup] Aug 29 04:15:47.887 INFO E| Compiling futures-channel v0.3.31
36832026-08-29T04:15:49.270Z[ helios-setup] Aug 29 04:15:47.908 INFO E| Compiling sha2 v0.10.9
36842026-08-29T04:15:49.298Z[ helios-setup] Aug 29 04:15:47.936 INFO E| Compiling wyz v0.5.1
36852026-08-29T04:15:49.508Z[ helios-setup] Aug 29 04:15:48.145 INFO E| Compiling getopts v0.2.24
36862026-08-29T04:15:49.652Z[ helios-setup] Aug 29 04:15:48.290 INFO E| Compiling toml_parser v1.0.4
36872026-08-29T04:15:49.672Z[ helios-setup] Aug 29 04:15:48.310 INFO E| Compiling num-integer v0.1.46
36882026-08-29T04:15:49.815Z[ helios-setup] Aug 29 04:15:48.450 INFO E| Compiling ahash v0.8.12
36892026-08-29T04:15:49.939Z[ helios-setup] Aug 29 04:15:48.577 INFO E| Compiling getrandom v0.3.4
36902026-08-29T04:15:49.972Z[ helios-setup] Aug 29 04:15:48.611 INFO E| Compiling bytes v1.10.1
36912026-08-29T04:15:49.989Z[ helios-setup] Aug 29 04:15:48.627 INFO E| Compiling num-conv v0.1.0
36922026-08-29T04:15:50.005Z[ helios-setup] Aug 29 04:15:48.643 INFO E| Compiling funty v2.0.0
36932026-08-29T04:15:50.123Z[ helios-setup] Aug 29 04:15:48.760 INFO E| Compiling slab v0.4.11
36942026-08-29T04:15:50.164Z[ helios-setup] Aug 29 04:15:48.802 INFO E| Compiling time-core v0.1.6
36952026-08-29T04:15:50.272Z[ helios-setup] Aug 29 04:15:48.910 INFO E| Compiling num-bigint-dig v0.8.4
36962026-08-29T04:15:50.272Z[ helios-setup] Aug 29 04:15:48.910 INFO E| Compiling strsim v0.11.1
36972026-08-29T04:15:50.410Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36982026-08-29T04:15:50.461Z[ helios-setup] Aug 29 04:15:49.099 INFO E| Compiling toml_edit v0.23.7
36992026-08-29T04:15:50.497Z[ helios-setup] Aug 29 04:15:49.135 INFO E| Compiling bitflags v2.10.0
37002026-08-29T04:15:50.585Z[ helios-setup] Aug 29 04:15:49.223 INFO E| Compiling pin-utils v0.1.0
37012026-08-29T04:15:50.679Z[ helios-setup] Aug 29 04:15:49.317 INFO E| Compiling heck v0.5.0
37022026-08-29T04:15:50.688Z[ helios-setup] Aug 29 04:15:49.326 INFO E| Compiling scopeguard v1.2.0
37032026-08-29T04:15:50.696Z[ helios-setup] Aug 29 04:15:49.333 INFO E| Compiling futures-task v0.3.31
37042026-08-29T04:15:50.773Z[ helios-setup] Aug 29 04:15:49.411 INFO E| Compiling packed_struct v0.10.1
37052026-08-29T04:15:50.814Z[ helios-setup] Aug 29 04:15:49.452 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
37062026-08-29T04:15:50.818Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37072026-08-29T04:15:50.889Z[ helios-setup] Aug 29 04:15:49.527 INFO E| Compiling clap_lex v0.7.6
37082026-08-29T04:15:51.037Z[ helios-setup] Aug 29 04:15:49.676 INFO E| Compiling powerfmt v0.2.0
37092026-08-29T04:15:51.154Z[ helios-setup] Aug 29 04:15:49.792 INFO E| Compiling itoa v1.0.15
37102026-08-29T04:15:51.278Z[ helios-setup] Aug 29 04:15:49.916 INFO E| Compiling thiserror v1.0.69
37112026-08-29T04:15:51.489Z[ helios-setup] Aug 29 04:15:50.127 INFO E| Compiling proc-macro-crate v3.4.0
37122026-08-29T04:15:51.520Z[ helios-setup] Aug 29 04:15:50.158 INFO E| Compiling futures-io v0.3.31
37132026-08-29T04:15:51.551Z[ helios-setup] Aug 29 04:15:50.182 INFO E| Compiling spin v0.9.8
37142026-08-29T04:15:51.661Z[ helios-setup] Aug 29 04:15:50.299 INFO E| Compiling deranged v0.5.5
37152026-08-29T04:15:51.714Z[ helios-setup] Aug 29 04:15:50.353 INFO E| Compiling lazy_static v1.5.0
37162026-08-29T04:15:51.718Z[ helios-setup] Aug 29 04:15:50.353 INFO E| Compiling lock_api v0.4.14
37172026-08-29T04:15:51.727Z[ helios-setup] Aug 29 04:15:50.365 INFO E| Compiling bitvec v1.0.1
37182026-08-29T04:15:51.827Z[ helios-setup] Aug 29 04:15:50.465 INFO E| Compiling time-macros v0.2.24
37192026-08-29T04:15:51.881Z[ helios-setup] Aug 29 04:15:50.519 INFO E| Compiling num-iter v0.1.45
37202026-08-29T04:15:52.028Z[ helios-setup] Aug 29 04:15:50.666 INFO E| Compiling terminal_size v0.4.3
37212026-08-29T04:15:52.080Z[ helios-setup] Aug 29 04:15:50.718 INFO E| Compiling indexmap v1.9.3
37222026-08-29T04:15:52.201Z[ helios-setup] Aug 29 04:15:50.839 INFO E| Compiling clap_builder v4.5.51
37232026-08-29T04:15:52.273Z[ helios-setup] Aug 29 04:15:50.911 INFO E| Compiling serde_json v1.0.145
37242026-08-29T04:15:52.320Z[ helios-setup] Aug 29 04:15:50.958 INFO E| Compiling simd-adler32 v0.3.7
37252026-08-29T04:15:52.341Z[ helios-setup] Aug 29 04:15:50.977 INFO E| Compiling crc-catalog v2.4.0
37262026-08-29T04:15:52.521Z[ helios-setup] Aug 29 04:15:51.099 INFO E| Compiling log v0.4.28
37272026-08-29T04:15:52.533Z[ helios-setup] Aug 29 04:15:51.105 INFO E| Compiling iana-time-zone v0.1.64
37282026-08-29T04:15:52.533Z[ helios-setup] Aug 29 04:15:51.118 INFO E| Compiling once_cell v1.21.3
37292026-08-29T04:15:52.616Z[ helios-setup] Aug 29 04:15:51.253 INFO E| Compiling adler2 v2.0.1
37302026-08-29T04:15:52.770Z[ helios-setup] Aug 29 04:15:51.408 INFO E| Compiling thiserror v2.0.17
37312026-08-29T04:15:52.811Z[ helios-setup] Aug 29 04:15:51.449 INFO E| Compiling nodrop v0.1.14
37322026-08-29T04:15:52.980Z[ helios-setup] Aug 29 04:15:51.618 INFO E| Compiling array-init v0.0.4
37332026-08-29T04:15:53.018Z[ helios-setup] Aug 29 04:15:51.656 INFO E| Compiling miniz_oxide v0.8.9
37342026-08-29T04:15:53.070Z[ helios-setup] Aug 29 04:15:51.708 INFO E| Compiling chrono v0.4.42
37352026-08-29T04:15:53.214Z[ helios-setup] Aug 29 04:15:51.852 INFO E| Compiling env_filter v0.1.4
37362026-08-29T04:15:53.228Z[ helios-setup] Aug 29 04:15:51.866 INFO E| Compiling crc v3.3.0
37372026-08-29T04:15:53.544Z[ helios-setup] Aug 29 04:15:52.182 INFO E| Compiling parking_lot v0.12.5
37382026-08-29T04:15:53.693Z[ helios-setup] Aug 29 04:15:52.330 INFO E| Compiling smallvec v0.6.14
37392026-08-29T04:15:53.947Z[ helios-setup] Aug 29 04:15:52.585 INFO E| Compiling serde_spanned v1.0.3
37402026-08-29T04:15:54.165Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37412026-08-29T04:15:54.345Z[ helios-setup] Aug 29 04:15:52.983 INFO E| Compiling signature v2.2.0
37422026-08-29T04:15:54.434Z[ helios-setup] Aug 29 04:15:53.073 INFO E| Compiling time v0.3.44
37432026-08-29T04:15:54.488Z[ helios-setup] Aug 29 04:15:53.126 INFO E| Compiling mio v1.1.0
37442026-08-29T04:15:54.498Z[ helios-setup] Aug 29 04:15:53.136 INFO E| Compiling is-terminal v0.4.17
37452026-08-29T04:15:54.683Z[ helios-setup] Aug 29 04:15:53.320 INFO E| Compiling signal-hook-registry v1.4.6
37462026-08-29T04:15:54.886Z[ helios-setup] Aug 29 04:15:53.523 INFO E| Compiling packed_struct_codegen v0.10.1
37472026-08-29T04:15:54.979Z[ helios-setup] Aug 29 04:15:53.617 INFO E| Compiling socket2 v0.6.1
37482026-08-29T04:15:55.052Z[ helios-setup] Aug 29 04:15:53.691 INFO E| Compiling thread_local v1.1.9
37492026-08-29T04:15:55.085Z[ helios-setup] Aug 29 04:15:53.723 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
37502026-08-29T04:15:55.581Z[ helios-setup] Aug 29 04:15:54.213 INFO E| Compiling hashbrown v0.12.3
37512026-08-29T04:15:55.592Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37522026-08-29T04:15:55.609Z[ helios-setup] Aug 29 04:15:54.235 INFO E| Compiling term v1.2.0
37532026-08-29T04:15:55.763Z[ helios-setup] Aug 29 04:15:54.397 INFO E| Compiling subtle v2.6.1
37542026-08-29T04:15:55.763Z[ helios-setup] Aug 29 04:15:54.397 INFO E| Compiling base64 v0.21.7
37552026-08-29T04:15:55.882Z[ helios-setup] Aug 29 04:15:54.450 INFO E| Compiling libdevinfo-sys v1.1.0
37562026-08-29T04:15:55.899Z[ helios-setup] Aug 29 04:15:54.460 INFO E| Compiling ryu v1.0.20
37572026-08-29T04:15:56.010Z[ helios-setup] Aug 29 04:15:54.644 INFO E| Compiling toml_writer v1.0.4
37582026-08-29T04:15:56.038Z[ helios-setup] Aug 29 04:15:54.672 INFO E| Compiling winnow v0.5.40
37592026-08-29T04:15:56.054Z[ helios-setup] Aug 29 04:15:54.683 INFO E| Compiling bzip2 v0.4.4
37602026-08-29T04:15:56.072Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37612026-08-29T04:15:56.077Z[ helios-setup] Aug 29 04:15:54.711 INFO E| Compiling flate2 v1.1.5
37622026-08-29T04:15:56.111Z[ helios-setup] Aug 29 04:15:54.737 INFO E| Compiling uuid v1.18.1
37632026-08-29T04:15:56.322Z[ helios-setup] Aug 29 04:15:54.950 INFO E| Compiling serde_derive v1.0.228
37642026-08-29T04:15:56.496Z[ helios-setup] Aug 29 04:15:55.125 INFO E| Compiling zerocopy-derive v0.8.27
37652026-08-29T04:15:56.530Z[ helios-setup] Aug 29 04:15:55.164 INFO E| Compiling der_derive v0.7.3
37662026-08-29T04:15:56.574Z[ helios-setup] Aug 29 04:15:55.201 INFO E| Compiling futures-macro v0.3.31
37672026-08-29T04:15:56.799Z[ helios-setup] Aug 29 04:15:55.427 INFO E| Compiling clap_derive v4.5.49
37682026-08-29T04:15:56.881Z[ helios-setup] Aug 29 04:15:55.518 INFO E| Compiling thiserror-impl v1.0.69
37692026-08-29T04:15:56.916Z[ helios-setup] Aug 29 04:15:55.551 INFO E| Compiling zerocopy-derive v0.6.6
37702026-08-29T04:15:56.973Z[ helios-setup] Aug 29 04:15:55.610 INFO E| Compiling bitfield-macros v0.19.3
37712026-08-29T04:15:57.212Z[ helios-setup] Aug 29 04:15:55.843 INFO E| Compiling num_enum_derive v0.7.5
37722026-08-29T04:15:57.389Z[ helios-setup] Aug 29 04:15:56.027 INFO E| Compiling tokio-macros v2.6.0
37732026-08-29T04:15:58.080Z[ helios-setup] Aug 29 04:15:56.718 INFO E| Compiling thiserror-impl v2.0.17
37742026-08-29T04:15:58.316Z[ host-package] Compiling tui-tree-widget v0.23.1
37752026-08-29T04:15:58.544Z[ helios-setup] Aug 29 04:15:57.182 INFO E| Compiling der v0.7.10
37762026-08-29T04:15:58.598Z[ helios-setup] Aug 29 04:15:57.236 INFO E| Compiling zerocopy v0.6.6
37772026-08-29T04:15:58.670Z[ helios-setup] Aug 29 04:15:57.309 INFO E| Compiling futures-util v0.3.31
37782026-08-29T04:15:58.943Z[ helios-setup] Aug 29 04:15:57.581 INFO E| Compiling toml v0.9.8
37792026-08-29T04:15:59.045Z[ helios-setup] Aug 29 04:15:57.683 INFO E| Compiling tokio v1.48.0
37802026-08-29T04:15:59.056Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37812026-08-29T04:15:59.109Z[ helios-setup] Aug 29 04:15:57.747 INFO E| Compiling bitfield v0.19.3
37822026-08-29T04:15:59.365Z[ helios-setup] Aug 29 04:15:58.003 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
37832026-08-29T04:15:59.501Z[ helios-setup] Aug 29 04:15:58.140 INFO E| Compiling env_logger v0.11.8
37842026-08-29T04:15:59.565Z[ helios-setup] Aug 29 04:15:58.203 INFO E| Compiling num_enum v0.7.5
37852026-08-29T04:16:00.425Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
37862026-08-29T04:16:00.431Z[ helios-setup] Aug 29 04:15:59.069 INFO E| Compiling devinfo v0.1.0
37872026-08-29T04:16:00.456Z[ helios-setup] Aug 29 04:15:59.093 INFO E| Compiling bitflags v1.3.2
37882026-08-29T04:16:00.488Z[ helios-setup] Aug 29 04:15:59.126 INFO E| Compiling foldhash v0.2.0
37892026-08-29T04:16:00.488Z[ helios-setup] Aug 29 04:15:59.126 INFO E| Compiling hex v0.4.3
37902026-08-29T04:16:00.499Z[ helios-setup] Aug 29 04:15:59.138 INFO E| Compiling rustc-hash v2.1.1
37912026-08-29T04:16:00.573Z[ helios-setup] Aug 29 04:15:59.211 INFO E| Compiling crc-any v2.5.0
37922026-08-29T04:16:00.892Z[ helios-setup] Aug 29 04:15:59.529 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
37932026-08-29T04:16:01.132Z[ helios-setup] Aug 29 04:15:59.764 INFO E| Compiling spki v0.7.3
37942026-08-29T04:16:01.170Z[ helios-setup] Aug 29 04:15:59.806 INFO E| Compiling clap v4.5.51
37952026-08-29T04:16:01.290Z[ helios-setup] Aug 29 04:15:59.915 INFO E| Compiling iddqd v0.3.14
37962026-08-29T04:16:01.460Z[ helios-setup] Aug 29 04:16:00.089 INFO E| Compiling zip v0.6.6
37972026-08-29T04:16:01.460Z[ helios-setup] Aug 29 04:16:00.089 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
37982026-08-29T04:16:01.526Z[ helios-setup] Aug 29 04:16:00.150 INFO E| Compiling path-slash v0.1.5
37992026-08-29T04:16:01.841Z[ helios-setup] Aug 29 04:16:00.467 INFO E| Compiling pkcs8 v0.10.2
38002026-08-29T04:16:01.893Z[ helios-setup] Aug 29 04:16:00.527 INFO E| Compiling x509-cert v0.2.5
38012026-08-29T04:16:02.399Z[ helios-setup] Aug 29 04:16:01.033 INFO E| Compiling pkcs1 v0.7.5
38022026-08-29T04:16:03.123Z[ helios-setup] Aug 29 04:16:01.762 INFO E| Compiling erased-serde v0.3.31
38032026-08-29T04:16:03.328Z[ helios-setup] Aug 29 04:16:01.966 INFO E| Compiling serde_spanned v0.6.9
38042026-08-29T04:16:03.549Z[ helios-setup] Aug 29 04:16:02.187 INFO E| Compiling toml_datetime v0.6.11
38052026-08-29T04:16:03.624Z[ helios-setup] Aug 29 04:16:02.261 INFO E| Compiling ppv-lite86 v0.2.21
38062026-08-29T04:16:03.865Z[ helios-setup] Aug 29 04:16:02.503 INFO E| Compiling futures-executor v0.3.31
38072026-08-29T04:16:03.880Z[ helios-setup] Aug 29 04:16:02.518 INFO E| Compiling hashbrown v0.13.2
38082026-08-29T04:16:04.106Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38092026-08-29T04:16:04.235Z[ helios-setup] Aug 29 04:16:02.873 INFO E| Compiling rand_chacha v0.3.1
38102026-08-29T04:16:04.458Z[ helios-setup] Aug 29 04:16:03.096 INFO E| Compiling futures v0.3.31
38112026-08-29T04:16:04.465Z[ helios-setup] Aug 29 04:16:03.103 INFO E| Compiling toml_edit v0.19.15
38122026-08-29T04:16:04.513Z[ helios-setup] Aug 29 04:16:03.151 INFO E| Compiling serde-hex v0.1.0
38132026-08-29T04:16:04.558Z[ helios-setup] Aug 29 04:16:03.196 INFO E| Compiling ron v0.8.1
38142026-08-29T04:16:04.649Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
38152026-08-29T04:16:04.921Z[ helios-setup] Aug 29 04:16:03.559 INFO E| Compiling rand v0.8.5
38162026-08-29T04:16:05.008Z[ helios-setup] Aug 29 04:16:03.646 INFO E| Compiling slog-term v2.9.2
38172026-08-29T04:16:05.048Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38182026-08-29T04:16:05.279Z[ helios-setup] Aug 29 04:16:03.917 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
38192026-08-29T04:16:05.533Z[ host-package] Compiling uzers v0.12.2
38202026-08-29T04:16:05.723Z[ helios-setup] Aug 29 04:16:04.361 INFO E| Compiling object v0.30.4
38212026-08-29T04:16:06.392Z[ helios-setup] Aug 29 04:16:05.030 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
38222026-08-29T04:16:06.481Z[ helios-setup] Aug 29 04:16:05.119 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
38232026-08-29T04:16:06.623Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38242026-08-29T04:16:07.588Z[ helios-setup] Aug 29 04:16:06.226 INFO E| Compiling toml v0.7.8
38252026-08-29T04:16:08.048Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38262026-08-29T04:16:08.075Z[ helios-setup] Aug 29 04:16:06.714 INFO E| Compiling rsa v0.9.8
38272026-08-29T04:16:08.130Z[ helios-setup] Aug 29 04:16:06.768 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
38282026-08-29T04:16:08.402Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38292026-08-29T04:16:08.612Z[ helios-setup] Aug 29 04:16:07.249 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
38302026-08-29T04:16:08.964Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38312026-08-29T04:16:11.261Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38322026-08-29T04:16:11.400Z[ host-package] Compiling support-bundle-viewer v0.1.2
38332026-08-29T04:16:14.430Z[ host-package] Compiling multimap v0.10.1
38342026-08-29T04:16:14.838Z[ helios-setup] Aug 29 04:16:13.453 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
38352026-08-29T04:16:15.997Z[ helios-setup] Aug 29 04:16:14.635 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
38362026-08-29T04:16:20.264Z[ helios-setup] Aug 29 04:16:18.900 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
38372026-08-29T04:16:21.736Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38382026-08-29T04:16:23.744Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38392026-08-29T04:16:32.025Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38402026-08-29T04:16:32.823Z[ helios-setup] Aug 29 04:16:31.460 INFO E| Finished `release` profile [optimized] target(s) in 49.84s
38412026-08-29T04:16:32.829Z[ helios-setup] Aug 29 04:16:31.462 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
38422026-08-29T04:16:32.829Z[ helios-setup] Aug 29 04:16:31.462 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38432026-08-29T04:16:32.884Z[ helios-setup] Aug 29 04:16:31.521 INFO building project "pilot" ok (49 seconds)
38442026-08-29T04:16:32.888Z[ helios-setup] rm -f helios-build
38452026-08-29T04:16:32.890Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38462026-08-29T04:16:32.895Z[ helios-setup]
38472026-08-29T04:16:32.895Z[ helios-setup] Setup complete! ./helios-build is now available.
38482026-08-29T04:16:32.895Z[ helios-setup]
38492026-08-29T04:16:32.895Z[ helios-setup]
38502026-08-29T04:16:32.895Z[ helios-setup] real 3:13.075253414
38512026-08-29T04:16:32.895Z[ helios-setup] user 7:04.461692491
38522026-08-29T04:16:32.895Z[ helios-setup] sys 1:18.813855888
38532026-08-29T04:16:32.895Z[ helios-setup] trap 0.495695459
38542026-08-29T04:16:32.895Z[ helios-setup] tflt 2.526851419
38552026-08-29T04:16:32.896Z[ helios-setup] dflt 7.336079428
38562026-08-29T04:16:32.896Z[ helios-setup] kflt 0.000949492
38572026-08-29T04:16:32.896Z[ helios-setup] lock 56:33.129338427
38582026-08-29T04:16:32.896Z[ helios-setup] slp 37:35.733101861
38592026-08-29T04:16:32.896Z[ helios-setup] lat 6:44.105541570
38602026-08-29T04:16:32.896Z[ helios-setup] stop 1:34.376647910
38612026-08-29T04:16:32.896ZAug 29 04:16:31.531 INFO [helios-setup] process exited with exit status: 0 (193.078168873s)
38622026-08-29T04:16:32.896ZAug 29 04:16:31.531 INFO [helios-record] running task
38632026-08-29T04:16:32.896ZAug 29 04:16:31.531 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38642026-08-29T04:16:32.900ZAug 29 04:16:31.536 DEBG process exited with exit status: 0 (4.694718ms)
38652026-08-29T04:16:32.901ZAug 29 04:16:31.536 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38662026-08-29T04:16:32.905ZAug 29 04:16:31.540 DEBG process exited with exit status: 0 (3.871898ms)
38672026-08-29T04:16:32.905ZAug 29 04:16:31.540 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38682026-08-29T04:16:32.909ZAug 29 04:16:31.544 DEBG process exited with exit status: 0 (3.618719ms)
38692026-08-29T04:16:32.909ZAug 29 04:16:31.544 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38702026-08-29T04:16:32.913ZAug 29 04:16:31.547 DEBG process exited with exit status: 0 (3.826608ms)
38712026-08-29T04:16:32.913ZAug 29 04:16:31.548 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38722026-08-29T04:16:32.917ZAug 29 04:16:31.551 DEBG process exited with exit status: 0 (3.320279ms)
38732026-08-29T04:16:32.917ZAug 29 04:16:31.551 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38742026-08-29T04:16:32.918ZAug 29 04:16:31.554 DEBG process exited with exit status: 0 (3.254489ms)
38752026-08-29T04:16:32.918ZAug 29 04:16:31.554 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38762026-08-29T04:16:32.921ZAug 29 04:16:31.558 DEBG process exited with exit status: 0 (3.693458ms)
38772026-08-29T04:16:32.921ZAug 29 04:16:31.558 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38782026-08-29T04:16:32.925ZAug 29 04:16:31.561 DEBG process exited with exit status: 0 (3.557439ms)
38792026-08-29T04:16:32.925ZAug 29 04:16:31.561 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38802026-08-29T04:16:32.929ZAug 29 04:16:31.564 DEBG process exited with exit status: 0 (3.057339ms)
38812026-08-29T04:16:32.929ZAug 29 04:16:31.565 INFO [helios-record] task succeeded (33.490877ms)
38822026-08-29T04:16:34.066Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38832026-08-29T04:16:39.868Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38842026-08-29T04:29:19.035Z[ host-package] Finished `release` profile [optimized] target(s) in 15m 17s
38852026-08-29T04:29:19.039Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38862026-08-29T04:29:19.039Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38872026-08-29T04:30:13.391ZAug 29 04:30:12.026 INFO [host-package] process exited with exit status: 0 (972.388960391s)
38882026-08-29T04:30:13.391ZAug 29 04:30:12.026 INFO [host-libraries] running task
38892026-08-29T04:30:13.391ZAug 29 04:30:12.026 INFO [host-stamp] running task
38902026-08-29T04:30:13.395ZAug 29 04:30:12.029 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+git89aef0a67f3
38912026-08-29T04:30:13.395ZAug 29 04:30:12.029 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+git89aef0a67f3
38922026-08-29T04:30:13.395ZAug 29 04:30:12.029 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+git89aef0a67f3
38932026-08-29T04:30:13.395ZAug 29 04:30:12.030 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+git89aef0a67f3
38942026-08-29T04:30:13.395ZAug 29 04:30:12.030 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+git89aef0a67f3
38952026-08-29T04:30:13.399ZAug 29 04:30:12.030 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+git89aef0a67f3
38962026-08-29T04:30:13.399ZAug 29 04:30:12.030 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+git89aef0a67f3
38972026-08-29T04:30:13.399ZAug 29 04:30:12.031 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+git89aef0a67f3
38982026-08-29T04:30:13.403Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38992026-08-29T04:30:13.403Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39002026-08-29T04:30:13.403Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39012026-08-29T04:30:13.403Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39022026-08-29T04:30:13.407Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39032026-08-29T04:30:13.407Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
39042026-08-29T04:30:13.407Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
39052026-08-29T04:30:13.407Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39062026-08-29T04:30:13.407Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39072026-08-29T04:30:13.410ZAug 29 04:30:12.042 INFO [stamp-overlay] process exited with exit status: 0 (12.243526ms)
39082026-08-29T04:30:13.414Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39092026-08-29T04:30:13.418ZAug 29 04:30:12.053 INFO [stamp-oxlog] process exited with exit status: 0 (23.566001ms)
39102026-08-29T04:30:13.468Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
39112026-08-29T04:30:13.474ZAug 29 04:30:12.090 INFO [stamp-crucible-utils] process exited with exit status: 0 (61.007446ms)
39122026-08-29T04:30:13.474Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39132026-08-29T04:30:13.474ZAug 29 04:30:12.098 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (67.571994ms)
39142026-08-29T04:30:13.647Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39152026-08-29T04:30:13.692ZAug 29 04:30:12.210 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (180.779839ms)
39162026-08-29T04:30:13.958Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39172026-08-29T04:30:13.980ZAug 29 04:30:12.580 INFO [stamp-propolis-server] process exited with exit status: 0 (550.448156ms)
39182026-08-29T04:30:14.015Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39192026-08-29T04:30:14.015ZAug 29 04:30:12.623 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (592.949779ms)
39202026-08-29T04:30:15.168ZAug 29 04:30:13.783 INFO [host-libraries] task succeeded (1.757335027s)
39212026-08-29T04:30:15.185ZAug 29 04:30:13.784 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39222026-08-29T04:30:15.185Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39232026-08-29T04:30:16.124Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39242026-08-29T04:30:16.960Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39252026-08-29T04:30:20.537Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39262026-08-29T04:30:20.541ZAug 29 04:30:19.176 INFO [stamp-switch-asic] process exited with exit status: 0 (7.144886171s)
39272026-08-29T04:30:20.542ZAug 29 04:30:19.176 INFO [host-stamp] task succeeded (7.149612449s)
39282026-08-29T04:30:20.542ZAug 29 04:30:19.176 INFO [host-proto] running task
39292026-08-29T04:30:21.030ZAug 29 04:30:19.664 INFO [host-proto] task succeeded (488.34042ms)
39302026-08-29T04:30:21.030ZAug 29 04:30:19.664 INFO [host-profile] running task
39312026-08-29T04:30:21.036ZAug 29 04:30:19.664 INFO [host-profile] task succeeded (243.47µs)
39322026-08-29T04:30:21.037ZAug 29 04:30:19.664 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/.tmpvAHRh8/proto/host/root -N 'ci 89aef0a/${os_short_commit} 2026-08-29 04:13' -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/'
39332026-08-29T04:30:21.037Z[ host-image] Aug 29 04:30:19.670 INFO Checking files for board 'cosmo-mbist-noaggr'
39342026-08-29T04:30:21.037Z[ host-image] Aug 29 04:30:19.670 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39352026-08-29T04:30:21.037Z[ host-image] Aug 29 04:30:19.671 INFO Checking files for board 'cosmo-mbist'
39362026-08-29T04:30:21.037Z[ host-image] Aug 29 04:30:19.671 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39372026-08-29T04:30:21.037Z[ host-image] Aug 29 04:30:19.671 INFO Checking files for board 'cosmo'
39382026-08-29T04:30:21.037Z[ host-image] Aug 29 04:30:19.671 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39392026-08-29T04:30:21.037Z[ host-image] Aug 29 04:30:19.671 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39402026-08-29T04:30:21.037Z[ host-image] Aug 29 04:30:19.671 INFO Checking files for board 'gimlet'
39412026-08-29T04:30:21.037Z[ host-image] Aug 29 04:30:19.671 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39422026-08-29T04:30:21.037Z[ host-image] Aug 29 04:30:19.671 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39432026-08-29T04:30:21.045Z[ host-image] Aug 29 04:30:19.680 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpvAHRh8/proto/host/root"
39442026-08-29T04:30:21.045Z[ host-image] Aug 29 04:30:19.680 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39452026-08-29T04:30:21.051Z[ host-image] Aug 29 04:30:19.680 INFO image builder template: ramdisk-01-os...
39462026-08-29T04:30:21.051Z[ host-image] Aug 29 04:30:19.680 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/.tmpvAHRh8/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39472026-08-29T04:30:21.058Z[ host-image] Aug 29 04:30:19.693 INFO O| Aug 29 04:30:19.693 INFO CREATE DATASET: rpool/images/build/host/output
39482026-08-29T04:30:22.312Z[ host-image] Aug 29 04:30:20.947 INFO O| Aug 29 04:30:20.947 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39492026-08-29T04:30:22.316Z[ host-image] Aug 29 04:30:20.951 INFO O| Aug 29 04:30:20.950 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39502026-08-29T04:30:22.528Z[ host-image] Aug 29 04:30:21.163 INFO O| Aug 29 04:30:21.163 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39512026-08-29T04:30:22.595Z[ host-image] Aug 29 04:30:21.230 INFO O| Aug 29 04:30:21.230 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39522026-08-29T04:30:22.595Z[ host-image] Aug 29 04:30:21.230 INFO O| Aug 29 04:30:21.230 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39532026-08-29T04:30:22.595Z[ host-image] Aug 29 04:30:21.230 INFO O| Aug 29 04:30:21.230 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39542026-08-29T04:30:22.598Z[ host-image] Aug 29 04:30:21.230 INFO O| Aug 29 04:30:21.230 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39552026-08-29T04:30:22.602Z[ host-image] Aug 29 04:30:21.234 INFO O| Aug 29 04:30:21.234 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39562026-08-29T04:30:22.814Z[ host-image] Aug 29 04:30:21.448 INFO O| Aug 29 04:30:21.448 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39572026-08-29T04:30:22.826Z[ host-image] Aug 29 04:30:21.456 INFO O| Aug 29 04:30:21.456 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39582026-08-29T04:30:23.113Z[ host-image] Aug 29 04:30:21.748 INFO O| Aug 29 04:30:21.747 INFO O| Caching catalogs ... Done
39592026-08-29T04:30:23.184Z[ host-image] Aug 29 04:30:21.819 INFO O| Aug 29 04:30:21.818 INFO STEP 0 (pkg_image_create) COMPLETE
39602026-08-29T04:30:23.184Z[ host-image] Aug 29 04:30:21.819 INFO O| Aug 29 04:30:21.819 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39612026-08-29T04:30:23.190Z[ host-image] Aug 29 04:30:21.825 INFO O| Aug 29 04:30:21.825 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"]
39622026-08-29T04:30:23.453Z[ host-image] Aug 29 04:30:22.088 INFO O| Aug 29 04:30:22.088 INFO STEP 1 (pkg_set_publisher) COMPLETE
39632026-08-29T04:30:23.454Z[ host-image] Aug 29 04:30:22.088 INFO O| Aug 29 04:30:22.088 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39642026-08-29T04:30:23.458Z[ host-image] Aug 29 04:30:22.088 INFO O| Aug 29 04:30:22.088 INFO skip step because feature "publisher_1_name" is not enabled
39652026-08-29T04:30:23.458Z[ host-image] Aug 29 04:30:22.088 INFO O| Aug 29 04:30:22.088 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39662026-08-29T04:30:23.458Z[ host-image] Aug 29 04:30:22.088 INFO O| Aug 29 04:30:22.088 INFO skip step because feature "publisher_2_name" is not enabled
39672026-08-29T04:30:23.459Z[ host-image] Aug 29 04:30:22.088 INFO O| Aug 29 04:30:22.088 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39682026-08-29T04:30:23.459Z[ host-image] Aug 29 04:30:22.088 INFO O| Aug 29 04:30:22.088 INFO skip step because feature "publisher_3_name" is not enabled
39692026-08-29T04:30:23.459Z[ host-image] Aug 29 04:30:22.088 INFO O| Aug 29 04:30:22.088 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39702026-08-29T04:30:23.704Z[ host-image] Aug 29 04:30:22.339 INFO O| Aug 29 04:30:22.339 INFO variant opensolaris.zone is already global
39712026-08-29T04:30:23.704Z[ host-image] Aug 29 04:30:22.339 INFO O| Aug 29 04:30:22.339 INFO STEP 5 (pkg_change_variant) COMPLETE
39722026-08-29T04:30:23.704Z[ host-image] Aug 29 04:30:22.339 INFO O| Aug 29 04:30:22.339 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39732026-08-29T04:30:23.942Z[ host-image] Aug 29 04:30:22.576 INFO O| Aug 29 04:30:22.576 INFO variant opensolaris.imagetype is full; changing to partial
39742026-08-29T04:30:23.942Z[ host-image] Aug 29 04:30:22.576 INFO O| Aug 29 04:30:22.576 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39752026-08-29T04:30:25.927Z[ host-image] Aug 29 04:30:24.562 INFO O| Aug 29 04:30:24.562 INFO O| Startup: Refreshing catalog 'helios' ... Done
39762026-08-29T04:30:26.347Z[ host-image] Aug 29 04:30:24.982 INFO O| Aug 29 04:30:24.982 INFO O| Startup: Caching catalogs ... Done
39772026-08-29T04:30:26.363Z[ host-image] Aug 29 04:30:24.997 INFO O| Aug 29 04:30:24.997 INFO O| Planning: Planning completed in 0.00 seconds
39782026-08-29T04:30:26.367Z[ host-image] Aug 29 04:30:24.998 INFO O| Aug 29 04:30:24.998 INFO O| Planning: Consolidating action changes ... Done
39792026-08-29T04:30:26.367Z[ host-image] Aug 29 04:30:24.998 INFO O| Aug 29 04:30:24.998 INFO O| Planning: Evaluating mediators ... Done
39802026-08-29T04:30:26.367Z[ host-image] Aug 29 04:30:24.998 INFO O| Aug 29 04:30:24.998 INFO O| Planning: Planning completed in 0.00 seconds
39812026-08-29T04:30:26.367Z[ host-image] Aug 29 04:30:24.998 INFO O| Aug 29 04:30:24.998 INFO O| Variants/Facets to change: 1
39822026-08-29T04:30:26.372Z[ host-image] Aug 29 04:30:25.007 INFO O| Aug 29 04:30:25.007 INFO O| Finalize: Updating package state database ... Done
39832026-08-29T04:30:26.372Z[ host-image] Aug 29 04:30:25.007 INFO O| Aug 29 04:30:25.007 INFO O| Finalize: Updating package cache ... Done
39842026-08-29T04:30:26.443Z[ host-image] Aug 29 04:30:25.078 INFO O| Aug 29 04:30:25.078 INFO O| Finalize: Updating image state ... Done
39852026-08-29T04:30:26.455Z[ host-image] Aug 29 04:30:25.090 INFO O| Aug 29 04:30:25.090 INFO O| Finalize: Creating fast lookup database ... Done
39862026-08-29T04:30:26.458Z[ host-image] Aug 29 04:30:25.090 INFO O| Aug 29 04:30:25.090 INFO O| Finalize: Reading search index ... Done
39872026-08-29T04:30:26.458Z[ host-image] Aug 29 04:30:25.090 INFO O| Aug 29 04:30:25.090 INFO O| Finalize: Updating search index ... Done
39882026-08-29T04:30:26.458Z[ host-image] Aug 29 04:30:25.091 INFO O| Aug 29 04:30:25.091 INFO O| Finalize: Updating package cache ... Done
39892026-08-29T04:30:26.642Z[ host-image] Aug 29 04:30:25.277 INFO O| Aug 29 04:30:25.277 INFO STEP 6 (pkg_change_variant) COMPLETE
39902026-08-29T04:30:26.642Z[ host-image] Aug 29 04:30:25.277 INFO O| Aug 29 04:30:25.277 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39912026-08-29T04:30:26.646Z[ host-image] Aug 29 04:30:25.277 INFO O| Aug 29 04:30:25.277 INFO skip step because feature "debug_variant" is not enabled
39922026-08-29T04:30:26.646Z[ host-image] Aug 29 04:30:25.277 INFO O| Aug 29 04:30:25.277 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39932026-08-29T04:30:26.886Z[ host-image] Aug 29 04:30:25.521 INFO O| Aug 29 04:30:25.521 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39942026-08-29T04:30:28.112Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.84s
39952026-08-29T04:30:28.646Z[ host-image] Aug 29 04:30:27.281 INFO O| Aug 29 04:30:27.281 INFO O| Startup: Refreshing catalog 'helios' ... Done
39962026-08-29T04:30:29.135Z[ host-image] Aug 29 04:30:27.768 INFO O| Aug 29 04:30:27.768 INFO O| Startup: Caching catalogs ... Done
39972026-08-29T04:30:29.150Z[ host-image] Aug 29 04:30:27.784 INFO O| Aug 29 04:30:27.784 INFO O| Planning: Planning completed in 0.00 seconds
39982026-08-29T04:30:29.158Z[ host-image] Aug 29 04:30:27.785 INFO O| Aug 29 04:30:27.785 INFO O| Planning: Consolidating action changes ... Done
39992026-08-29T04:30:29.158Z[ host-image] Aug 29 04:30:27.785 INFO O| Aug 29 04:30:27.785 INFO O| Planning: Evaluating mediators ... Done
40002026-08-29T04:30:29.158Z[ host-image] Aug 29 04:30:27.785 INFO O| Aug 29 04:30:27.785 INFO O| Planning: Planning completed in 0.00 seconds
40012026-08-29T04:30:29.158Z[ host-image] Aug 29 04:30:27.785 INFO O| Aug 29 04:30:27.785 INFO O| Variants/Facets to change: 1
40022026-08-29T04:30:29.167Z[ host-image] Aug 29 04:30:27.794 INFO O| Aug 29 04:30:27.794 INFO O| Finalize: Updating package state database ... Done
40032026-08-29T04:30:29.167Z[ host-image] Aug 29 04:30:27.794 INFO O| Aug 29 04:30:27.794 INFO O| Finalize: Updating package cache ... Done
40042026-08-29T04:30:29.242Z[ host-image] Aug 29 04:30:27.872 INFO O| Aug 29 04:30:27.872 INFO O| Finalize: Updating image state ... Done
40052026-08-29T04:30:29.250Z[ host-image] Aug 29 04:30:27.884 INFO O| Aug 29 04:30:27.884 INFO O| Finalize: Creating fast lookup database ... Done
40062026-08-29T04:30:29.255Z[ host-image] Aug 29 04:30:27.884 INFO O| Aug 29 04:30:27.884 INFO O| Finalize: Reading search index ... Done
40072026-08-29T04:30:29.255Z[ host-image] Aug 29 04:30:27.884 INFO O| Aug 29 04:30:27.884 INFO O| Finalize: Updating search index ... Done
40082026-08-29T04:30:29.256Z[ host-image] Aug 29 04:30:27.885 INFO O| Aug 29 04:30:27.885 INFO O| Finalize: Updating package cache ... Done
40092026-08-29T04:30:29.448Z[ host-image] Aug 29 04:30:28.081 INFO O| Aug 29 04:30:28.081 INFO STEP 8 (pkg_change_facet) COMPLETE
40102026-08-29T04:30:29.448Z[ host-image] Aug 29 04:30:28.081 INFO O| Aug 29 04:30:28.081 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40112026-08-29T04:30:29.448Z[ host-image] Aug 29 04:30:28.081 INFO O| Aug 29 04:30:28.081 INFO skip step because feature "recovery" is not enabled
40122026-08-29T04:30:29.454Z[ host-image] Aug 29 04:30:28.081 INFO O| Aug 29 04:30:28.081 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40132026-08-29T04:30:29.455Z[ host-image] Aug 29 04:30:28.081 INFO O| Aug 29 04:30:28.081 INFO skip step because feature "recovery" is not enabled
40142026-08-29T04:30:29.455Z[ host-image] Aug 29 04:30:28.081 INFO O| Aug 29 04:30:28.081 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40152026-08-29T04:30:29.462Z[ host-image] Aug 29 04:30:28.088 INFO O| Aug 29 04:30:28.088 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"]
40162026-08-29T04:30:29.686ZAug 29 04:30:28.321 INFO [recovery-package] process exited with exit status: 0 (14.537220715s)
40172026-08-29T04:30:29.686ZAug 29 04:30:28.321 INFO [recovery-libraries] running task
40182026-08-29T04:30:29.686ZAug 29 04:30:28.321 INFO [recovery-stamp] running task
40192026-08-29T04:30:29.689ZAug 29 04:30:28.321 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git89aef0a67f3
40202026-08-29T04:30:29.689ZAug 29 04:30:28.322 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+git89aef0a67f3
40212026-08-29T04:30:29.693Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40222026-08-29T04:30:29.696Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40232026-08-29T04:30:29.804Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40242026-08-29T04:30:29.807ZAug 29 04:30:28.441 INFO [recovery-libraries] task succeeded (120.058524ms)
40252026-08-29T04:30:29.807ZAug 29 04:30:28.441 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40262026-08-29T04:30:29.807ZAug 29 04:30:28.442 INFO [stamp-installinator] process exited with exit status: 0 (120.382823ms)
40272026-08-29T04:30:29.864Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40282026-08-29T04:30:29.867ZAug 29 04:30:28.502 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (180.51969ms)
40292026-08-29T04:30:29.867ZAug 29 04:30:28.502 INFO [recovery-stamp] task succeeded (181.20684ms)
40302026-08-29T04:30:29.867ZAug 29 04:30:28.502 INFO [recovery-proto] running task
40312026-08-29T04:30:29.867ZAug 29 04:30:28.502 INFO [tuf-stamp] running task
40322026-08-29T04:30:29.867ZAug 29 04:30:28.502 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+git89aef0a67f3
40332026-08-29T04:30:29.870ZAug 29 04:30:28.503 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+git89aef0a67f3
40342026-08-29T04:30:29.870ZAug 29 04:30:28.503 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+git89aef0a67f3
40352026-08-29T04:30:29.870ZAug 29 04:30:28.503 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+git89aef0a67f3
40362026-08-29T04:30:29.870ZAug 29 04:30:28.504 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+git89aef0a67f3
40372026-08-29T04:30:29.870ZAug 29 04:30:28.504 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+git89aef0a67f3
40382026-08-29T04:30:29.871ZAug 29 04:30:28.505 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+git89aef0a67f3
40392026-08-29T04:30:29.871ZAug 29 04:30:28.505 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+git89aef0a67f3
40402026-08-29T04:30:29.871ZAug 29 04:30:28.505 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+git89aef0a67f3
40412026-08-29T04:30:29.874ZAug 29 04:30:28.506 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+git89aef0a67f3
40422026-08-29T04:30:29.874ZAug 29 04:30:28.506 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+git89aef0a67f3
40432026-08-29T04:30:29.875ZAug 29 04:30:28.506 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+git89aef0a67f3
40442026-08-29T04:30:29.878Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40452026-08-29T04:30:29.878Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40462026-08-29T04:30:29.878Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40472026-08-29T04:30:29.878Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40482026-08-29T04:30:29.878Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40492026-08-29T04:30:29.881Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40502026-08-29T04:30:29.881Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40512026-08-29T04:30:29.881Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40522026-08-29T04:30:29.881Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40532026-08-29T04:30:29.881Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40542026-08-29T04:30:29.881Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40552026-08-29T04:30:29.884Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40562026-08-29T04:30:29.927Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40572026-08-29T04:30:29.931ZAug 29 04:30:28.566 INFO [stamp-probe] process exited with exit status: 0 (61.001716ms)
40582026-08-29T04:30:29.990ZAug 29 04:30:28.625 INFO [recovery-proto] task succeeded (122.990842ms)
40592026-08-29T04:30:29.994ZAug 29 04:30:28.625 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/.tmpvAHRh8/proto/recovery/root -N 'recovery 89aef0a/${os_short_commit} 2026-08-29 04:13' -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/'
40602026-08-29T04:30:29.997Z[ recovery-image] Aug 29 04:30:28.632 INFO Checking files for board 'gimlet'
40612026-08-29T04:30:29.998Z[ recovery-image] Aug 29 04:30:28.632 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40622026-08-29T04:30:29.998Z[ recovery-image] Aug 29 04:30:28.632 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40632026-08-29T04:30:29.998Z[ recovery-image] Aug 29 04:30:28.632 INFO Checking files for board 'cosmo-mbist-noaggr'
40642026-08-29T04:30:29.998Z[ recovery-image] Aug 29 04:30:28.632 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40652026-08-29T04:30:29.998Z[ recovery-image] Aug 29 04:30:28.632 INFO Checking files for board 'cosmo'
40662026-08-29T04:30:29.998Z[ recovery-image] Aug 29 04:30:28.632 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40672026-08-29T04:30:29.998Z[ recovery-image] Aug 29 04:30:28.632 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40682026-08-29T04:30:29.998Z[ recovery-image] Aug 29 04:30:28.632 INFO Checking files for board 'cosmo-mbist'
40692026-08-29T04:30:29.998Z[ recovery-image] Aug 29 04:30:28.632 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40702026-08-29T04:30:30.007Z[ recovery-image] Aug 29 04:30:28.642 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpvAHRh8/proto/recovery/root"
40712026-08-29T04:30:30.010Z[ recovery-image] Aug 29 04:30:28.642 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40722026-08-29T04:30:30.010Z[ recovery-image] Aug 29 04:30:28.642 INFO image builder template: ramdisk-01-os...
40732026-08-29T04:30:30.012Z[ recovery-image] Aug 29 04:30:28.642 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/.tmpvAHRh8/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
40742026-08-29T04:30:30.023Z[ recovery-image] Aug 29 04:30:28.658 INFO O| Aug 29 04:30:28.658 INFO CREATE DATASET: rpool/images/build/recovery/output
40752026-08-29T04:30:30.356Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40762026-08-29T04:30:30.380Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40772026-08-29T04:30:30.440Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40782026-08-29T04:30:30.443ZAug 29 04:30:29.078 INFO [stamp-ntp] process exited with exit status: 0 (574.584567ms)
40792026-08-29T04:30:30.478Z[ recovery-image] Aug 29 04:30:29.113 INFO O| Aug 29 04:30:29.113 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40802026-08-29T04:30:30.482Z[ recovery-image] Aug 29 04:30:29.117 INFO O| Aug 29 04:30:29.117 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40812026-08-29T04:30:30.494Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40822026-08-29T04:30:30.498ZAug 29 04:30:29.133 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (629.707215ms)
40832026-08-29T04:30:30.616Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40842026-08-29T04:30:30.619Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40852026-08-29T04:30:30.622ZAug 29 04:30:29.255 INFO [stamp-internal-dns] process exited with exit status: 0 (751.222228ms)
40862026-08-29T04:30:30.622ZAug 29 04:30:29.255 INFO [stamp-external-dns] process exited with exit status: 0 (750.916638ms)
40872026-08-29T04:30:30.734Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40882026-08-29T04:30:30.737ZAug 29 04:30:29.373 INFO [stamp-crucible-zone] process exited with exit status: 0 (869.810121ms)
40892026-08-29T04:30:30.957Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40902026-08-29T04:30:30.960ZAug 29 04:30:29.596 INFO [stamp-oximeter] process exited with exit status: 0 (1.090113846s)
40912026-08-29T04:30:31.359Z[ host-image] Aug 29 04:30:29.994 INFO O| Aug 29 04:30:29.994 INFO O| Startup: Refreshing catalog 'helios' ... Done
40922026-08-29T04:30:31.739Z[ recovery-image] Aug 29 04:30:30.374 INFO O| Aug 29 04:30:30.374 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40932026-08-29T04:30:32.204Z[ host-image] Aug 29 04:30:30.839 INFO O| Aug 29 04:30:30.839 INFO O| Startup: Caching catalogs ... Done
40942026-08-29T04:30:32.510Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40952026-08-29T04:30:32.513ZAug 29 04:30:31.149 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.642616312s)
40962026-08-29T04:30:32.814Z[ recovery-image] Aug 29 04:30:31.448 INFO O| Aug 29 04:30:31.448 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40972026-08-29T04:30:32.821Z[ recovery-image] Aug 29 04:30:31.448 INFO O| Aug 29 04:30:31.448 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40982026-08-29T04:30:32.821Z[ recovery-image] Aug 29 04:30:31.448 INFO O| Aug 29 04:30:31.448 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40992026-08-29T04:30:32.821Z[ recovery-image] Aug 29 04:30:31.449 INFO O| Aug 29 04:30:31.448 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41002026-08-29T04:30:32.835Z[ recovery-image] Aug 29 04:30:31.460 INFO O| Aug 29 04:30:31.460 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41012026-08-29T04:30:34.556Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41022026-08-29T04:30:34.560ZAug 29 04:30:33.194 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.689333866s)
41032026-08-29T04:30:34.714Z[verify-libraries] Compiling match_cfg v0.1.0
41042026-08-29T04:30:34.714Z[verify-libraries] Compiling slog-json v2.6.1
41052026-08-29T04:30:34.714Z[verify-libraries] Compiling debug-ignore v1.0.5
41062026-08-29T04:30:34.803Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41072026-08-29T04:30:34.807ZAug 29 04:30:33.441 INFO [stamp-clickhouse] process exited with exit status: 0 (4.93713259s)
41082026-08-29T04:30:34.812Z[ host-image] Aug 29 04:30:33.447 INFO O| Aug 29 04:30:33.447 INFO O| Planning: Solver setup ... Done
41092026-08-29T04:30:34.819Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41102026-08-29T04:30:34.822ZAug 29 04:30:33.457 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.951439323s)
41112026-08-29T04:30:34.956Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41122026-08-29T04:30:34.956Z[verify-libraries] Compiling sha1 v0.11.0
41132026-08-29T04:30:34.959Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41142026-08-29T04:30:34.960Z[verify-libraries] Compiling multer v3.1.0
41152026-08-29T04:30:34.960Z[verify-libraries] Compiling compression-core v0.4.31
41162026-08-29T04:30:34.960Z[verify-libraries] Compiling progenitor-client v0.14.0
41172026-08-29T04:30:34.960Z[verify-libraries] Compiling async-stream-impl v0.3.6
41182026-08-29T04:30:34.960Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41192026-08-29T04:30:34.972Z[verify-libraries] Compiling serde_spanned v1.1.1
41202026-08-29T04:30:34.976Z[verify-libraries] Compiling dropshot v0.17.1
41212026-08-29T04:30:35.088Z[ host-image] Aug 29 04:30:33.722 INFO O| Aug 29 04:30:33.722 INFO O| Planning: Running solver ... Done
41222026-08-29T04:30:35.144Z[ host-image] Aug 29 04:30:33.778 INFO O| Aug 29 04:30:33.778 INFO O| Planning: Finding local manifests ... Done
41232026-08-29T04:30:35.147Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41242026-08-29T04:30:35.162Z[ host-image] Aug 29 04:30:33.797 INFO O| Aug 29 04:30:33.797 INFO O| Planning: Fetching manifests: 0/130 0% complete
41252026-08-29T04:30:35.170Z[verify-libraries] Compiling hostname v0.3.1
41262026-08-29T04:30:35.170Z[verify-libraries] Compiling waitgroup v0.1.2
41272026-08-29T04:30:35.173Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41282026-08-29T04:30:35.173Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41292026-08-29T04:30:35.256Z[verify-libraries] Compiling compression-codecs v0.4.37
41302026-08-29T04:30:35.277Z[verify-libraries] Compiling slog-bunyan v2.5.0
41312026-08-29T04:30:35.320Z[verify-libraries] Compiling hostname v0.4.2
41322026-08-29T04:30:35.360Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41332026-08-29T04:30:35.399Z[verify-libraries] Compiling atomicwrites v0.4.4
41342026-08-29T04:30:35.403Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41352026-08-29T04:30:35.403Z[verify-libraries] Compiling macaddr v1.0.1
41362026-08-29T04:30:35.403Z[verify-libraries] Compiling serde_tokenstream v0.3.0
41372026-08-29T04:30:35.403Z[verify-libraries] Compiling regress v0.10.5
41382026-08-29T04:30:35.405Z[verify-libraries] Compiling instant v0.1.13
41392026-08-29T04:30:35.420Z[verify-libraries] Compiling oxide-generation v0.1.3
41402026-08-29T04:30:35.472Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41412026-08-29T04:30:35.476ZAug 29 04:30:34.111 INFO [stamp-nexus] process exited with exit status: 0 (5.608229938s)
41422026-08-29T04:30:35.476ZAug 29 04:30:34.111 INFO [tuf-stamp] task succeeded (5.608565318s)
41432026-08-29T04:30:35.476ZAug 29 04:30:34.111 INFO [tuf-v2-zones] running task
41442026-08-29T04:30:35.521Z[verify-libraries] Compiling async-compression v0.4.41
41452026-08-29T04:30:35.542Z[verify-libraries] Compiling parse-display-derive v0.10.0
41462026-08-29T04:30:35.546Z[verify-libraries] Compiling itertools v0.14.0
41472026-08-29T04:30:35.583ZAug 29 04:30:34.218 INFO [tuf-v2-zones] task succeeded (107.398578ms)
41482026-08-29T04:30:35.587Z[verify-libraries] Compiling backoff v0.4.0
41492026-08-29T04:30:35.627Z[verify-libraries] Compiling backon v1.6.0
41502026-08-29T04:30:35.649Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41512026-08-29T04:30:35.693Z[verify-libraries] Compiling async-stream v0.3.6
41522026-08-29T04:30:35.717Z[verify-libraries] Compiling humantime v2.3.0
41532026-08-29T04:30:35.791Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41542026-08-29T04:30:35.827Z[verify-libraries] Compiling progenitor-extras v0.2.0
41552026-08-29T04:30:35.855Z[verify-libraries] Compiling convert_case v0.4.0
41562026-08-29T04:30:35.878Z[verify-libraries] Compiling half v2.7.1
41572026-08-29T04:30:35.882Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
41582026-08-29T04:30:35.921Z[verify-libraries] Compiling ciborium-io v0.2.2
41592026-08-29T04:30:35.921Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41602026-08-29T04:30:35.925Z[verify-libraries] Compiling indent_write v2.2.0
41612026-08-29T04:30:35.985Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41622026-08-29T04:30:36.024Z[verify-libraries] Compiling regress v0.11.1
41632026-08-29T04:30:36.047Z[verify-libraries] Compiling secrecy v0.10.3
41642026-08-29T04:30:36.130Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41652026-08-29T04:30:36.154Z[verify-libraries] Compiling ciborium-ll v0.2.2
41662026-08-29T04:30:36.175Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41672026-08-29T04:30:36.219Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41682026-08-29T04:30:36.240Z[verify-libraries] Compiling inout v0.1.4
41692026-08-29T04:30:36.283Z[verify-libraries] Compiling derive_more v0.99.20
41702026-08-29T04:30:36.287Z[verify-libraries] Compiling universal-hash v0.5.1
41712026-08-29T04:30:36.354Z[verify-libraries] Compiling ciborium v0.2.2
41722026-08-29T04:30:36.405Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41732026-08-29T04:30:36.447Z[verify-libraries] Compiling cipher v0.4.4
41742026-08-29T04:30:36.471Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41752026-08-29T04:30:36.499Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41762026-08-29T04:30:36.620Z[verify-libraries] Compiling opaque-debug v0.3.1
41772026-08-29T04:30:36.694Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41782026-08-29T04:30:36.721Z[verify-libraries] Compiling chacha20 v0.9.1
41792026-08-29T04:30:36.742Z[verify-libraries] Compiling poly1305 v0.8.0
41802026-08-29T04:30:36.768Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
41812026-08-29T04:30:36.768Z[verify-libraries] Compiling blake2 v0.10.6
41822026-08-29T04:30:36.768Z[verify-libraries] Compiling aead v0.5.2
41832026-08-29T04:30:36.980Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41842026-08-29T04:30:37.014Z[verify-libraries] Compiling password-hash v0.5.0
41852026-08-29T04:30:37.038Z[verify-libraries] Compiling itertools v0.15.0
41862026-08-29T04:30:37.042Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41872026-08-29T04:30:37.132Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41882026-08-29T04:30:37.190Z[verify-libraries] Compiling num-derive v0.4.2
41892026-08-29T04:30:37.246Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41902026-08-29T04:30:37.396Z[verify-libraries] Compiling argon2 v0.5.3
41912026-08-29T04:30:37.477Z[verify-libraries] Compiling parse-display v0.10.0
41922026-08-29T04:30:37.502Z[verify-libraries] Compiling rayon-core v1.13.0
41932026-08-29T04:30:37.530Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41942026-08-29T04:30:37.558Z[verify-libraries] Compiling glob v0.3.3
41952026-08-29T04:30:37.617Z[verify-libraries] Compiling heapless v0.8.0
41962026-08-29T04:30:37.650Z[ host-image] Aug 29 04:30:36.283 INFO O| Aug 29 04:30:36.283 INFO O| Planning: Fetching manifests: 130/130 100% complete
41972026-08-29T04:30:37.801Z[verify-libraries] Compiling typify-impl v0.6.2
41982026-08-29T04:30:37.835Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41992026-08-29T04:30:37.858Z[verify-libraries] Compiling thiserror-no-std v2.0.2
42002026-08-29T04:30:37.862Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
42012026-08-29T04:30:37.984Z[verify-libraries] Compiling vsss-rs v3.3.4
42022026-08-29T04:30:38.227Z[verify-libraries] Compiling proc-macro-error v1.0.4
42032026-08-29T04:30:38.254Z[ host-image] Aug 29 04:30:36.888 INFO O| Aug 29 04:30:36.888 INFO O| Planning: Package planning ... Done
42042026-08-29T04:30:38.264Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
42052026-08-29T04:30:38.320Z[verify-libraries] Compiling usdt-macro v0.5.0
42062026-08-29T04:30:38.534Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42072026-08-29T04:30:38.577Z[verify-libraries] Compiling ingot-macros v0.2.0
42082026-08-29T04:30:38.628Z[ host-image] Aug 29 04:30:37.221 INFO O| Aug 29 04:30:37.221 INFO O| Planning: Merging actions ... Done
42092026-08-29T04:30:38.682Z[verify-libraries] Compiling tabwriter v1.4.1
42102026-08-29T04:30:38.722Z[ host-image] Aug 29 04:30:37.356 INFO O| Aug 29 04:30:37.355 INFO O| Planning: Checking for conflicting actions ... Done
42112026-08-29T04:30:38.725Z[ recovery-image] Aug 29 04:30:37.359 INFO O| Aug 29 04:30:37.358 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42122026-08-29T04:30:38.734Z[ recovery-image] Aug 29 04:30:37.369 INFO O| Aug 29 04:30:37.369 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
42132026-08-29T04:30:38.765Z[verify-libraries] Compiling hash32 v0.3.1
42142026-08-29T04:30:38.797Z[verify-libraries] Compiling memmap v0.7.0
42152026-08-29T04:30:38.832Z[ host-image] Aug 29 04:30:37.465 INFO O| Aug 29 04:30:37.465 INFO O| Planning: Consolidating action changes ... Done
42162026-08-29T04:30:38.849Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42172026-08-29T04:30:38.942Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
42182026-08-29T04:30:38.999Z[verify-libraries] Compiling smoltcp v0.11.0
42192026-08-29T04:30:39.017Z[ host-image] Aug 29 04:30:37.646 INFO O| Aug 29 04:30:37.646 INFO O| Planning: Evaluating mediators ... Done
42202026-08-29T04:30:39.063Z[ recovery-image] Aug 29 04:30:37.698 INFO O| Aug 29 04:30:37.698 INFO O| Caching catalogs ... Done
42212026-08-29T04:30:39.100Z[verify-libraries] Compiling cobs v0.3.0
42222026-08-29T04:30:39.141Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42232026-08-29T04:30:39.154Z[ recovery-image] Aug 29 04:30:37.789 INFO O| Aug 29 04:30:37.789 INFO STEP 0 (pkg_image_create) COMPLETE
42242026-08-29T04:30:39.156Z[ recovery-image] Aug 29 04:30:37.789 INFO O| Aug 29 04:30:37.789 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42252026-08-29T04:30:39.163Z[ recovery-image] Aug 29 04:30:37.798 INFO O| Aug 29 04:30:37.798 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"]
42262026-08-29T04:30:39.174Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42272026-08-29T04:30:39.242Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42282026-08-29T04:30:39.268Z[verify-libraries] Compiling num_enum_derive v0.7.6
42292026-08-29T04:30:39.307Z[verify-libraries] Compiling usdt v0.5.0
42302026-08-29T04:30:39.356Z[verify-libraries] Compiling colored v3.1.1
42312026-08-29T04:30:39.398Z[verify-libraries] Compiling postcard v1.1.3
42322026-08-29T04:30:39.425Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42332026-08-29T04:30:39.490Z[ recovery-image] Aug 29 04:30:38.124 INFO O| Aug 29 04:30:38.124 INFO STEP 1 (pkg_set_publisher) COMPLETE
42342026-08-29T04:30:39.490Z[ recovery-image] Aug 29 04:30:38.124 INFO O| Aug 29 04:30:38.124 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42352026-08-29T04:30:39.490Z[ recovery-image] Aug 29 04:30:38.124 INFO O| Aug 29 04:30:38.124 INFO skip step because feature "publisher_1_name" is not enabled
42362026-08-29T04:30:39.493Z[ recovery-image] Aug 29 04:30:38.124 INFO O| Aug 29 04:30:38.124 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42372026-08-29T04:30:39.493Z[ recovery-image] Aug 29 04:30:38.124 INFO O| Aug 29 04:30:38.124 INFO skip step because feature "publisher_2_name" is not enabled
42382026-08-29T04:30:39.494Z[ recovery-image] Aug 29 04:30:38.124 INFO O| Aug 29 04:30:38.124 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42392026-08-29T04:30:39.494Z[ recovery-image] Aug 29 04:30:38.124 INFO O| Aug 29 04:30:38.124 INFO skip step because feature "publisher_3_name" is not enabled
42402026-08-29T04:30:39.494Z[ recovery-image] Aug 29 04:30:38.124 INFO O| Aug 29 04:30:38.124 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42412026-08-29T04:30:39.547Z[verify-libraries] Compiling rayon v1.11.0
42422026-08-29T04:30:39.547Z[verify-libraries] Compiling rand v0.10.1
42432026-08-29T04:30:39.550Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42442026-08-29T04:30:39.632Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42452026-08-29T04:30:39.662Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42462026-08-29T04:30:39.713Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42472026-08-29T04:30:39.829Z[ recovery-image] Aug 29 04:30:38.462 INFO O| Aug 29 04:30:38.461 INFO variant opensolaris.zone is already global
42482026-08-29T04:30:39.829Z[ recovery-image] Aug 29 04:30:38.462 INFO O| Aug 29 04:30:38.461 INFO STEP 5 (pkg_change_variant) COMPLETE
42492026-08-29T04:30:39.829Z[ recovery-image] Aug 29 04:30:38.462 INFO O| Aug 29 04:30:38.462 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42502026-08-29T04:30:39.840Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42512026-08-29T04:30:40.009Z[verify-libraries] Compiling illumos-nvpair v0.3.0
42522026-08-29T04:30:40.123Z[verify-libraries] Compiling num_enum_derive v0.5.11
42532026-08-29T04:30:40.137Z[ recovery-image] Aug 29 04:30:38.772 INFO O| Aug 29 04:30:38.772 INFO variant opensolaris.imagetype is full; changing to partial
42542026-08-29T04:30:40.137Z[ recovery-image] Aug 29 04:30:38.772 INFO O| Aug 29 04:30:38.772 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42552026-08-29T04:30:40.183Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42562026-08-29T04:30:40.231Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42572026-08-29T04:30:40.242Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42582026-08-29T04:30:40.309Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42592026-08-29T04:30:40.334Z[verify-libraries] Compiling cstr-argument v0.1.2
42602026-08-29T04:30:40.403Z[verify-libraries] Compiling num_enum v0.7.6
42612026-08-29T04:30:40.449Z[verify-libraries] Compiling foreign-types v0.5.0
42622026-08-29T04:30:40.462Z[ host-image] Aug 29 04:30:39.097 INFO O| Aug 29 04:30:39.097 INFO O| Planning: Planning completed in 8.24 seconds
42632026-08-29T04:30:40.466Z[ host-image] Aug 29 04:30:39.099 INFO O| Aug 29 04:30:39.099 INFO O| Packages to install: 130
42642026-08-29T04:30:40.466Z[ host-image] Aug 29 04:30:39.099 INFO O| Aug 29 04:30:39.099 INFO O| Mediators to change: 5
42652026-08-29T04:30:40.466Z[ host-image] Aug 29 04:30:39.099 INFO O| Aug 29 04:30:39.099 INFO O| Services to change: 6
42662026-08-29T04:30:40.469Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42672026-08-29T04:30:40.469Z[verify-libraries] Compiling itertools v0.12.1
42682026-08-29T04:30:40.504Z[ host-image] Aug 29 04:30:39.138 INFO O| Aug 29 04:30:39.138 INFO O| Download: 0/23888 items 0.0/222.8MB 0% complete
42692026-08-29T04:30:40.570Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42702026-08-29T04:30:40.592Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42712026-08-29T04:30:40.626Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42722026-08-29T04:30:40.689Z[verify-libraries] Compiling sigpipe v0.1.3
42732026-08-29T04:30:40.783Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42742026-08-29T04:30:40.852Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42752026-08-29T04:30:40.852Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42762026-08-29T04:30:40.897Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42772026-08-29T04:30:40.900Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42782026-08-29T04:30:41.036Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42792026-08-29T04:30:41.079Z[verify-libraries] Compiling toml v0.8.23
42802026-08-29T04:30:41.117Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42812026-08-29T04:30:41.160Z[verify-libraries] Compiling smf v0.2.3
42822026-08-29T04:30:41.222Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42832026-08-29T04:30:41.381Z[verify-libraries] Compiling num_enum v0.5.11
42842026-08-29T04:30:41.417Z[verify-libraries] Compiling whoami v1.6.1
42852026-08-29T04:30:41.477Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42862026-08-29T04:30:41.505Z[verify-libraries] Compiling derive-where v1.6.0
42872026-08-29T04:30:41.538Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
42882026-08-29T04:30:41.655Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42892026-08-29T04:30:41.740Z[verify-libraries] Compiling zone v0.3.1
42902026-08-29T04:30:41.771Z[verify-libraries] Compiling ingot-types v0.2.0
42912026-08-29T04:30:41.771Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42922026-08-29T04:30:41.775Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42932026-08-29T04:30:41.835Z[verify-libraries] Compiling gethostname v0.5.0
42942026-08-29T04:30:41.839Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42952026-08-29T04:30:41.916Z[verify-libraries] Compiling newline-converter v0.3.0
42962026-08-29T04:30:42.026Z[verify-libraries] Compiling console v0.15.11
42972026-08-29T04:30:42.089Z[verify-libraries] Compiling linear-map v1.2.0
42982026-08-29T04:30:42.110Z[ recovery-image] Aug 29 04:30:40.744 INFO O| Aug 29 04:30:40.744 INFO O| Startup: Refreshing catalog 'helios' ... Done
42992026-08-29T04:30:42.122Z[verify-libraries] Compiling num-rational v0.4.2
43002026-08-29T04:30:42.149Z[verify-libraries] Compiling num-complex v0.4.6
43012026-08-29T04:30:42.191Z[verify-libraries] Compiling ingot v0.2.1
43022026-08-29T04:30:42.253Z[verify-libraries] Compiling slog-dtrace v0.3.0
43032026-08-29T04:30:42.277Z[verify-libraries] Compiling resolv-conf v0.7.6
43042026-08-29T04:30:42.340Z[verify-libraries] Compiling prettyplease v0.2.37
43052026-08-29T04:30:42.521Z[verify-libraries] Compiling expectorate v1.2.0
43062026-08-29T04:30:42.594Z[verify-libraries] Compiling num v0.4.3
43072026-08-29T04:30:42.628Z[ recovery-image] Aug 29 04:30:41.260 INFO O| Aug 29 04:30:41.260 INFO O| Startup: Caching catalogs ... Done
43082026-08-29T04:30:42.643Z[ recovery-image] Aug 29 04:30:41.276 INFO O| Aug 29 04:30:41.276 INFO O| Planning: Planning completed in 0.00 seconds
43092026-08-29T04:30:42.643Z[ recovery-image] Aug 29 04:30:41.276 INFO O| Aug 29 04:30:41.276 INFO O| Planning: Consolidating action changes ... Done
43102026-08-29T04:30:42.643Z[ recovery-image] Aug 29 04:30:41.277 INFO O| Aug 29 04:30:41.277 INFO O| Planning: Evaluating mediators ... Done
43112026-08-29T04:30:42.643Z[ recovery-image] Aug 29 04:30:41.277 INFO O| Aug 29 04:30:41.277 INFO O| Planning: Planning completed in 0.00 seconds
43122026-08-29T04:30:42.643Z[ recovery-image] Aug 29 04:30:41.277 INFO O| Aug 29 04:30:41.277 INFO O| Variants/Facets to change: 1
43132026-08-29T04:30:42.652Z[verify-libraries] Compiling float-ord v0.3.2
43142026-08-29T04:30:42.656Z[ recovery-image] Aug 29 04:30:41.289 INFO O| Aug 29 04:30:41.289 INFO O| Finalize: Updating package state database ... Done
43152026-08-29T04:30:42.656Z[ recovery-image] Aug 29 04:30:41.289 INFO O| Aug 29 04:30:41.289 INFO O| Finalize: Updating package cache ... Done
43162026-08-29T04:30:42.701Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43172026-08-29T04:30:42.704Z[verify-libraries] Compiling minimal-lexical v0.2.1
43182026-08-29T04:30:42.740Z[ recovery-image] Aug 29 04:30:41.375 INFO O| Aug 29 04:30:41.375 INFO O| Finalize: Updating image state ... Done
43192026-08-29T04:30:42.743Z[verify-libraries] Compiling linked-hash-map v0.5.6
43202026-08-29T04:30:42.757Z[ recovery-image] Aug 29 04:30:41.392 INFO O| Aug 29 04:30:41.391 INFO O| Finalize: Creating fast lookup database ... Done
43212026-08-29T04:30:42.760Z[ recovery-image] Aug 29 04:30:41.392 INFO O| Aug 29 04:30:41.392 INFO O| Finalize: Reading search index ... Done
43222026-08-29T04:30:42.760Z[ recovery-image] Aug 29 04:30:41.392 INFO O| Aug 29 04:30:41.392 INFO O| Finalize: Updating search index ... Done
43232026-08-29T04:30:42.760Z[verify-libraries] Compiling hickory-proto v0.24.4
43242026-08-29T04:30:42.760Z[ recovery-image] Aug 29 04:30:41.393 INFO O| Aug 29 04:30:41.393 INFO O| Finalize: Updating package cache ... Done
43252026-08-29T04:30:42.760Z[verify-libraries] Compiling unicode-xid v0.2.6
43262026-08-29T04:30:42.802Z[verify-libraries] Compiling tabled_derive v0.7.0
43272026-08-29T04:30:42.826Z[verify-libraries] Compiling typify-macro v0.6.2
43282026-08-29T04:30:42.826Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43292026-08-29T04:30:42.951Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43302026-08-29T04:30:42.955Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43312026-08-29T04:30:43.006Z[verify-libraries] Compiling lru-cache v0.1.2
43322026-08-29T04:30:43.006Z[verify-libraries] Compiling nom v7.1.3
43332026-08-29T04:30:43.050Z[ recovery-image] Aug 29 04:30:41.685 INFO O| Aug 29 04:30:41.685 INFO STEP 6 (pkg_change_variant) COMPLETE
43342026-08-29T04:30:43.050Z[ recovery-image] Aug 29 04:30:41.685 INFO O| Aug 29 04:30:41.685 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43352026-08-29T04:30:43.050Z[ recovery-image] Aug 29 04:30:41.685 INFO O| Aug 29 04:30:41.685 INFO skip step because feature "debug_variant" is not enabled
43362026-08-29T04:30:43.054Z[ recovery-image] Aug 29 04:30:41.685 INFO O| Aug 29 04:30:41.685 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43372026-08-29T04:30:43.086Z[verify-libraries] Compiling fd-lock v4.0.4
43382026-08-29T04:30:43.144Z[verify-libraries] Compiling vte v0.14.1
43392026-08-29T04:30:43.172Z[verify-libraries] Compiling display-error-chain v0.2.2
43402026-08-29T04:30:43.305Z[verify-libraries] Compiling crossterm v0.29.0
43412026-08-29T04:30:43.376Z[ recovery-image] Aug 29 04:30:42.011 INFO O| Aug 29 04:30:42.011 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43422026-08-29T04:30:43.441Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43432026-08-29T04:30:43.441Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43442026-08-29T04:30:43.545Z[verify-libraries] Compiling stacker v0.1.23
43452026-08-29T04:30:43.810Z[verify-libraries] Compiling reedline v0.40.0
43462026-08-29T04:30:43.889Z[verify-libraries] Compiling psm v0.1.30
43472026-08-29T04:30:43.952Z[verify-libraries] Compiling cfg_aliases v0.1.1
43482026-08-29T04:30:44.020Z[verify-libraries] Compiling tabled v0.15.0
43492026-08-29T04:30:44.040Z[verify-libraries] Compiling semver v0.1.20
43502026-08-29T04:30:44.043Z[verify-libraries] Compiling termtree v0.5.1
43512026-08-29T04:30:44.092Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43522026-08-29T04:30:44.092Z[verify-libraries] Compiling nix v0.28.0
43532026-08-29T04:30:44.258Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43542026-08-29T04:30:44.331Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43552026-08-29T04:30:44.458Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43562026-08-29T04:30:44.462Z[verify-libraries] Compiling rustc_version v0.1.7
43572026-08-29T04:30:44.604Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43582026-08-29T04:30:44.633Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43592026-08-29T04:30:44.633Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43602026-08-29T04:30:44.802Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43612026-08-29T04:30:44.865Z[verify-libraries] Compiling phf_shared v0.12.1
43622026-08-29T04:30:44.931Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43632026-08-29T04:30:44.956Z[verify-libraries] Compiling typify v0.6.2
43642026-08-29T04:30:44.956Z[verify-libraries] Compiling nibble_vec v0.1.0
43652026-08-29T04:30:45.121Z[verify-libraries] Compiling progenitor-impl v0.14.0
43662026-08-29T04:30:45.157Z[verify-libraries] Compiling chrono-tz v0.10.4
43672026-08-29T04:30:45.161Z[verify-libraries] Compiling endian-type v0.1.2
43682026-08-29T04:30:45.181Z[verify-libraries] Compiling highway v1.3.0
43692026-08-29T04:30:45.348Z[verify-libraries] Compiling hickory-resolver v0.24.4
43702026-08-29T04:30:45.475Z[verify-libraries] Compiling recursive v0.1.1
43712026-08-29T04:30:45.479Z[verify-libraries] Compiling radix_trie v0.2.1
43722026-08-29T04:30:45.504Z[ host-image] Aug 29 04:30:44.139 INFO O| Aug 29 04:30:44.139 INFO O| Download: 9687/23888 items 81.7/222.8MB 36% complete (16.4M/s)
43732026-08-29T04:30:45.528Z[verify-libraries] Compiling phf v0.12.1
43742026-08-29T04:30:45.697Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43752026-08-29T04:30:45.756Z[verify-libraries] Compiling newtype_derive v0.1.6
43762026-08-29T04:30:45.822Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43772026-08-29T04:30:45.883Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43782026-08-29T04:30:46.030Z[ recovery-image] Aug 29 04:30:44.664 INFO O| Aug 29 04:30:44.664 INFO O| Startup: Refreshing catalog 'helios' ... Done
43792026-08-29T04:30:46.042Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43802026-08-29T04:30:46.446Z[verify-libraries] Compiling peg-macros v0.8.5
43812026-08-29T04:30:46.489Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43822026-08-29T04:30:46.511Z[verify-libraries] Compiling qorb v0.4.1
43832026-08-29T04:30:46.535Z[ recovery-image] Aug 29 04:30:45.169 INFO O| Aug 29 04:30:45.169 INFO O| Startup: Caching catalogs ... Done
43842026-08-29T04:30:46.553Z[ recovery-image] Aug 29 04:30:45.187 INFO O| Aug 29 04:30:45.187 INFO O| Planning: Planning completed in 0.00 seconds
43852026-08-29T04:30:46.557Z[ recovery-image] Aug 29 04:30:45.187 INFO O| Aug 29 04:30:45.187 INFO O| Planning: Consolidating action changes ... Done
43862026-08-29T04:30:46.557Z[ recovery-image] Aug 29 04:30:45.188 INFO O| Aug 29 04:30:45.188 INFO O| Planning: Evaluating mediators ... Done
43872026-08-29T04:30:46.557Z[ recovery-image] Aug 29 04:30:45.188 INFO O| Aug 29 04:30:45.188 INFO O| Planning: Planning completed in 0.00 seconds
43882026-08-29T04:30:46.558Z[ recovery-image] Aug 29 04:30:45.188 INFO O| Aug 29 04:30:45.188 INFO O| Variants/Facets to change: 1
43892026-08-29T04:30:46.580Z[ recovery-image] Aug 29 04:30:45.214 INFO O| Aug 29 04:30:45.214 INFO O| Finalize: Updating package state database ... Done
43902026-08-29T04:30:46.580Z[ recovery-image] Aug 29 04:30:45.214 INFO O| Aug 29 04:30:45.214 INFO O| Finalize: Updating package cache ... Done
43912026-08-29T04:30:46.686Z[ recovery-image] Aug 29 04:30:45.321 INFO O| Aug 29 04:30:45.321 INFO O| Finalize: Updating image state ... Done
43922026-08-29T04:30:46.706Z[ recovery-image] Aug 29 04:30:45.339 INFO O| Aug 29 04:30:45.339 INFO O| Finalize: Creating fast lookup database ... Done
43932026-08-29T04:30:46.706Z[ recovery-image] Aug 29 04:30:45.340 INFO O| Aug 29 04:30:45.340 INFO O| Finalize: Reading search index ... Done
43942026-08-29T04:30:46.706Z[ recovery-image] Aug 29 04:30:45.340 INFO O| Aug 29 04:30:45.340 INFO O| Finalize: Updating search index ... Done
43952026-08-29T04:30:46.710Z[ recovery-image] Aug 29 04:30:45.341 INFO O| Aug 29 04:30:45.341 INFO O| Finalize: Updating package cache ... Done
43962026-08-29T04:30:46.788Z[verify-libraries] Compiling winnow v0.6.26
43972026-08-29T04:30:46.814Z[verify-libraries] Compiling csv-core v0.1.13
43982026-08-29T04:30:46.855Z[verify-libraries] Compiling unicode_categories v0.1.1
43992026-08-29T04:30:46.938Z[verify-libraries] Compiling home v0.5.12
44002026-08-29T04:30:47.029Z[ recovery-image] Aug 29 04:30:45.663 INFO O| Aug 29 04:30:45.663 INFO STEP 8 (pkg_change_facet) COMPLETE
44012026-08-29T04:30:47.029Z[ recovery-image] Aug 29 04:30:45.663 INFO O| Aug 29 04:30:45.663 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44022026-08-29T04:30:47.089Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44032026-08-29T04:30:47.135Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44042026-08-29T04:30:47.164Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44052026-08-29T04:30:47.168Z[verify-libraries] Compiling rustyline v14.0.0
44062026-08-29T04:30:47.275Z[verify-libraries] Compiling csv v1.4.0
44072026-08-29T04:30:47.354Z[ recovery-image] Aug 29 04:30:45.988 INFO O| Aug 29 04:30:45.988 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
44082026-08-29T04:30:47.383Z[verify-libraries] Compiling const_format v0.2.35
44092026-08-29T04:30:47.434Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44102026-08-29T04:30:47.543Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44112026-08-29T04:30:47.640Z[verify-libraries] Compiling sqlparser v0.61.0
44122026-08-29T04:30:47.889Z[verify-libraries] Compiling bcs v0.1.6
44132026-08-29T04:30:47.941Z[verify-libraries] Compiling peg v0.8.5
44142026-08-29T04:30:48.049Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44152026-08-29T04:30:48.120Z[verify-libraries] Compiling nom v8.0.0
44162026-08-29T04:30:48.203Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44172026-08-29T04:30:48.216Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44182026-08-29T04:30:48.322Z[verify-libraries] Compiling progenitor-macro v0.14.0
44192026-08-29T04:30:48.382Z[verify-libraries] Compiling sqlformat v0.3.5
44202026-08-29T04:30:48.385Z[verify-libraries] Compiling steno v0.4.1
44212026-08-29T04:30:48.519Z[verify-libraries] Compiling sha1 v0.10.6
44222026-08-29T04:30:48.791Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44232026-08-29T04:30:48.846Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
44242026-08-29T04:30:48.969Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44252026-08-29T04:30:49.015Z[verify-libraries] Compiling tagptr v0.2.0
44262026-08-29T04:30:49.223Z[verify-libraries] Compiling utf-8 v0.7.6
44272026-08-29T04:30:49.261Z[verify-libraries] Compiling moka v0.12.13
44282026-08-29T04:30:49.293Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44292026-08-29T04:30:49.338Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44302026-08-29T04:30:49.447Z[verify-libraries] Compiling tungstenite v0.21.0
44312026-08-29T04:30:49.523Z[verify-libraries] Compiling libefi-sys v0.1.0
44322026-08-29T04:30:49.550Z[verify-libraries] Compiling bitfield-struct v0.6.2
44332026-08-29T04:30:49.574Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44342026-08-29T04:30:49.579Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
44352026-08-29T04:30:49.682Z[verify-libraries] Compiling xshell-macros v0.2.7
44362026-08-29T04:30:49.724Z[ recovery-image] Aug 29 04:30:48.359 INFO O| Aug 29 04:30:48.359 INFO O| Startup: Refreshing catalog 'helios' ... Done
44372026-08-29T04:30:49.728Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44382026-08-29T04:30:49.991Z[verify-libraries] Compiling sha2 v0.11.0
44392026-08-29T04:30:50.144Z[verify-libraries] Compiling hickory-resolver v0.25.2
44402026-08-29T04:30:50.144Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44412026-08-29T04:30:50.208Z[ recovery-image] Aug 29 04:30:48.843 INFO O| Aug 29 04:30:48.843 INFO O| Startup: Caching catalogs ... Done
44422026-08-29T04:30:50.218Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44432026-08-29T04:30:50.227Z[ recovery-image] Aug 29 04:30:48.861 INFO O| Aug 29 04:30:48.861 INFO O| Planning: Planning completed in 0.00 seconds
44442026-08-29T04:30:50.230Z[ recovery-image] Aug 29 04:30:48.862 INFO O| Aug 29 04:30:48.862 INFO O| Planning: Consolidating action changes ... Done
44452026-08-29T04:30:50.230Z[ recovery-image] Aug 29 04:30:48.862 INFO O| Aug 29 04:30:48.862 INFO O| Planning: Evaluating mediators ... Done
44462026-08-29T04:30:50.230Z[ recovery-image] Aug 29 04:30:48.862 INFO O| Aug 29 04:30:48.862 INFO O| Planning: Planning completed in 0.00 seconds
44472026-08-29T04:30:50.230Z[ recovery-image] Aug 29 04:30:48.862 INFO O| Aug 29 04:30:48.862 INFO O| Variants/Facets to change: 1
44482026-08-29T04:30:50.277Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44492026-08-29T04:30:50.280Z[verify-libraries] Compiling xshell v0.2.7
44502026-08-29T04:30:50.285Z[ recovery-image] Aug 29 04:30:48.919 INFO O| Aug 29 04:30:48.919 INFO O| Finalize: Updating package state database ... Done
44512026-08-29T04:30:50.285Z[ recovery-image] Aug 29 04:30:48.919 INFO O| Aug 29 04:30:48.919 INFO O| Finalize: Updating package cache ... Done
44522026-08-29T04:30:50.369Z[verify-libraries] Compiling libscf-sys v1.2.0
44532026-08-29T04:30:50.426Z[ recovery-image] Aug 29 04:30:49.060 INFO O| Aug 29 04:30:49.060 INFO O| Finalize: Updating image state ... Done
44542026-08-29T04:30:50.429Z[verify-libraries] Compiling subprocess v0.2.15
44552026-08-29T04:30:50.454Z[ recovery-image] Aug 29 04:30:49.088 INFO O| Aug 29 04:30:49.088 INFO O| Finalize: Creating fast lookup database ... Done
44562026-08-29T04:30:50.454Z[ recovery-image] Aug 29 04:30:49.088 INFO O| Aug 29 04:30:49.088 INFO O| Finalize: Reading search index ... Done
44572026-08-29T04:30:50.454Z[ recovery-image] Aug 29 04:30:49.088 INFO O| Aug 29 04:30:49.088 INFO O| Finalize: Updating search index ... Done
44582026-08-29T04:30:50.454Z[ recovery-image] Aug 29 04:30:49.088 INFO O| Aug 29 04:30:49.088 INFO O| Finalize: Updating package cache ... Done
44592026-08-29T04:30:50.505Z[ host-image] Aug 29 04:30:49.140 INFO O| Aug 29 04:30:49.138 INFO O| Download: 21544/23888 items 183.2/222.8MB 82% complete (18.4M/s)
44602026-08-29T04:30:50.509Z[verify-libraries] Compiling papergrid v0.18.0
44612026-08-29T04:30:50.509Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44622026-08-29T04:30:50.583Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44632026-08-29T04:30:50.685Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44642026-08-29T04:30:50.749Z[ recovery-image] Aug 29 04:30:49.384 INFO O| Aug 29 04:30:49.384 INFO STEP 9 (pkg_change_facet) COMPLETE
44652026-08-29T04:30:50.749Z[ recovery-image] Aug 29 04:30:49.384 INFO O| Aug 29 04:30:49.384 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44662026-08-29T04:30:50.847Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44672026-08-29T04:30:50.877Z[verify-libraries] Compiling headers-core v0.3.0
44682026-08-29T04:30:51.039Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44692026-08-29T04:30:51.090Z[ recovery-image] Aug 29 04:30:49.725 INFO O| Aug 29 04:30:49.725 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44702026-08-29T04:30:51.196Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44712026-08-29T04:30:51.284Z[verify-libraries] Compiling unicase v2.9.0
44722026-08-29T04:30:51.289Z[verify-libraries] Compiling headers v0.4.1
44732026-08-29T04:30:51.342Z[verify-libraries] Compiling darling_core v0.21.3
44742026-08-29T04:30:51.523Z[verify-libraries] Compiling maplit v1.0.2
44752026-08-29T04:30:51.558Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44762026-08-29T04:30:51.640Z[verify-libraries] Compiling tabled v0.21.0
44772026-08-29T04:30:51.792Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44782026-08-29T04:30:52.044Z[verify-libraries] Compiling yasna v0.5.2
44792026-08-29T04:30:52.291Z[verify-libraries] Compiling crc8 v0.1.1
44802026-08-29T04:30:52.341Z[verify-libraries] Compiling vergen-lib v0.1.6
44812026-08-29T04:30:52.390Z[verify-libraries] Compiling diesel_derives v2.3.7
44822026-08-29T04:30:52.462Z[verify-libraries] Compiling port-file v0.1.0
44832026-08-29T04:30:52.508Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44842026-08-29T04:30:52.588Z[verify-libraries] Compiling rcgen v0.12.1
44852026-08-29T04:30:52.745Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44862026-08-29T04:30:52.817Z[ host-image] Aug 29 04:30:51.451 INFO O| Aug 29 04:30:51.451 INFO O| Download: Completed 222.83 MB in 12.31 seconds (18.1M/s)
44872026-08-29T04:30:52.820Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44882026-08-29T04:30:52.847Z[verify-libraries] Compiling half v1.8.3
44892026-08-29T04:30:53.045Z[verify-libraries] Compiling r2d2 v0.8.10
44902026-08-29T04:30:53.127Z[verify-libraries] Compiling serde_cbor v0.11.2
44912026-08-29T04:30:53.267Z[ host-image] Aug 29 04:30:51.902 INFO O| Aug 29 04:30:51.901 INFO O| Actions: 1/54182 actions (Installing new actions)
44922026-08-29T04:30:53.356Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44932026-08-29T04:30:53.417Z[ recovery-image] Aug 29 04:30:52.051 INFO O| Aug 29 04:30:52.051 INFO O| Startup: Refreshing catalog 'helios' ... Done
44942026-08-29T04:30:53.421Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44952026-08-29T04:30:53.441Z[verify-libraries] Compiling downcast-rs v2.0.2
44962026-08-29T04:30:53.445Z[verify-libraries] Compiling crunchy v0.2.4
44972026-08-29T04:30:53.445Z[verify-libraries] Compiling cpubits v0.1.1
44982026-08-29T04:30:53.662Z[verify-libraries] Compiling dirs-next v2.0.0
44992026-08-29T04:30:53.863Z[verify-libraries] Compiling clang-sys v1.8.1
45002026-08-29T04:30:53.886Z[verify-libraries] Compiling tiny-keccak v2.0.2
45012026-08-29T04:30:53.930Z[verify-libraries] Compiling term v0.7.0
45022026-08-29T04:30:54.009Z[verify-libraries] Compiling progenitor v0.14.0
45032026-08-29T04:30:54.086Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45042026-08-29T04:30:54.101Z[ recovery-image] Aug 29 04:30:52.735 INFO O| Aug 29 04:30:52.735 INFO O| Startup: Caching catalogs ... Done
45052026-08-29T04:30:54.119Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45062026-08-29T04:30:54.119Z[ recovery-image] Aug 29 04:30:52.754 INFO O| Aug 29 04:30:52.754 INFO O| Planning: Planning completed in 0.00 seconds
45072026-08-29T04:30:54.122Z[ recovery-image] Aug 29 04:30:52.755 INFO O| Aug 29 04:30:52.755 INFO O| Planning: Consolidating action changes ... Done
45082026-08-29T04:30:54.122Z[ recovery-image] Aug 29 04:30:52.755 INFO O| Aug 29 04:30:52.755 INFO O| Planning: Evaluating mediators ... Done
45092026-08-29T04:30:54.123Z[ recovery-image] Aug 29 04:30:52.755 INFO O| Aug 29 04:30:52.755 INFO O| Planning: Planning completed in 0.00 seconds
45102026-08-29T04:30:54.123Z[ recovery-image] Aug 29 04:30:52.755 INFO O| Aug 29 04:30:52.755 INFO O| Variants/Facets to change: 1
45112026-08-29T04:30:54.150Z[ recovery-image] Aug 29 04:30:52.785 INFO O| Aug 29 04:30:52.784 INFO O| Finalize: Updating package state database ... Done
45122026-08-29T04:30:54.150Z[ recovery-image] Aug 29 04:30:52.785 INFO O| Aug 29 04:30:52.784 INFO O| Finalize: Updating package cache ... Done
45132026-08-29T04:30:54.170Z[verify-libraries] Compiling darling_macro v0.21.3
45142026-08-29T04:30:54.239Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45152026-08-29T04:30:54.242Z[ recovery-image] Aug 29 04:30:52.875 INFO O| Aug 29 04:30:52.874 INFO O| Finalize: Updating image state ... Done
45162026-08-29T04:30:54.257Z[ recovery-image] Aug 29 04:30:52.892 INFO O| Aug 29 04:30:52.892 INFO O| Finalize: Creating fast lookup database ... Done
45172026-08-29T04:30:54.261Z[ recovery-image] Aug 29 04:30:52.893 INFO O| Aug 29 04:30:52.893 INFO O| Finalize: Reading search index ... Done
45182026-08-29T04:30:54.261Z[ recovery-image] Aug 29 04:30:52.893 INFO O| Aug 29 04:30:52.893 INFO O| Finalize: Updating search index ... Done
45192026-08-29T04:30:54.261Z[ recovery-image] Aug 29 04:30:52.894 INFO O| Aug 29 04:30:52.894 INFO O| Finalize: Updating package cache ... Done
45202026-08-29T04:30:54.294Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45212026-08-29T04:30:54.343Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45222026-08-29T04:30:54.384Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45232026-08-29T04:30:54.462Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45242026-08-29T04:30:54.499Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45252026-08-29T04:30:54.553Z[ recovery-image] Aug 29 04:30:53.188 INFO O| Aug 29 04:30:53.188 INFO STEP 10 (pkg_change_facet) COMPLETE
45262026-08-29T04:30:54.554Z[ recovery-image] Aug 29 04:30:53.188 INFO O| Aug 29 04:30:53.188 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45272026-08-29T04:30:54.564Z[ recovery-image] Aug 29 04:30:53.199 INFO O| Aug 29 04:30:53.198 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"]
45282026-08-29T04:30:54.581Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45292026-08-29T04:30:54.611Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45302026-08-29T04:30:54.622Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45312026-08-29T04:30:54.829Z[verify-libraries] Compiling diff v0.1.13
45322026-08-29T04:30:54.873Z[verify-libraries] Compiling darling v0.21.3
45332026-08-29T04:30:54.908Z[verify-libraries] Compiling bit-vec v0.6.3
45342026-08-29T04:30:54.973Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45352026-08-29T04:30:55.101Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45362026-08-29T04:30:55.128Z[verify-libraries] Compiling ascii-canvas v3.0.0
45372026-08-29T04:30:55.161Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45382026-08-29T04:30:55.185Z[verify-libraries] Compiling bit-set v0.5.3
45392026-08-29T04:30:55.269Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45402026-08-29T04:30:55.293Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45412026-08-29T04:30:55.363Z[verify-libraries] Compiling itertools v0.10.5
45422026-08-29T04:30:55.416Z[verify-libraries] Compiling ena v0.14.4
45432026-08-29T04:30:55.419Z[verify-libraries] Compiling libloading v0.8.9
45442026-08-29T04:30:55.577Z[verify-libraries] Compiling bindgen v0.71.1
45452026-08-29T04:30:55.635Z[verify-libraries] Compiling regex-syntax v0.6.29
45462026-08-29T04:30:55.888Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45472026-08-29T04:30:55.989Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45482026-08-29T04:30:56.110Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45492026-08-29T04:30:56.211Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45502026-08-29T04:30:56.290Z[verify-libraries] Compiling cexpr v0.6.0
45512026-08-29T04:30:56.322Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45522026-08-29T04:30:56.619Z[verify-libraries] Compiling rustc-hash v2.1.1
45532026-08-29T04:30:56.768Z[verify-libraries] Compiling rfc6979 v0.4.0
45542026-08-29T04:30:56.772Z[verify-libraries] Compiling libxml v0.3.3
45552026-08-29T04:30:56.860Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45562026-08-29T04:30:56.934Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45572026-08-29T04:30:56.984Z[verify-libraries] Compiling ecdsa v0.16.9
45582026-08-29T04:30:57.055Z[verify-libraries] Compiling lalrpop v0.19.12
45592026-08-29T04:30:57.067Z[ recovery-image] Aug 29 04:30:55.702 INFO O| Aug 29 04:30:55.702 INFO O| Startup: Refreshing catalog 'helios' ... Done
45602026-08-29T04:30:57.209Z[verify-libraries] Compiling primeorder v0.13.6
45612026-08-29T04:30:57.240Z[verify-libraries] Compiling strum_macros v0.24.3
45622026-08-29T04:30:57.335Z[verify-libraries] Compiling hashbrown v0.14.5
45632026-08-29T04:30:57.483Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45642026-08-29T04:30:57.556Z[ recovery-image] Aug 29 04:30:56.190 INFO O| Aug 29 04:30:56.190 INFO O| Startup: Caching catalogs ... Done
45652026-08-29T04:30:57.584Z[verify-libraries] Compiling hmac v0.13.0
45662026-08-29T04:30:57.756Z[verify-libraries] Compiling universal-hash v0.6.1
45672026-08-29T04:30:57.831Z[verify-libraries] Compiling fxhash v0.2.1
45682026-08-29T04:30:57.913Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45692026-08-29T04:30:57.917Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45702026-08-29T04:30:57.994Z[verify-libraries] Compiling salty v0.3.0
45712026-08-29T04:30:58.081Z[verify-libraries] Compiling indoc v1.0.9
45722026-08-29T04:30:58.182Z[verify-libraries] Compiling chumsky v0.9.3
45732026-08-29T04:30:58.285Z[ host-image] Aug 29 04:30:56.920 INFO O| Aug 29 04:30:56.902 INFO O| Actions: 24156/54182 actions (Installing new actions)
45742026-08-29T04:30:58.370Z[verify-libraries] Compiling knus-derive v3.4.0
45752026-08-29T04:30:58.394Z[verify-libraries] Compiling p384 v0.13.1
45762026-08-29T04:30:58.910Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45772026-08-29T04:30:59.002Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45782026-08-29T04:30:59.272Z[verify-libraries] Compiling oso-derive v0.27.3
45792026-08-29T04:30:59.431Z[verify-libraries] Compiling quick-xml v0.37.5
45802026-08-29T04:30:59.879Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45812026-08-29T04:30:59.965Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45822026-08-29T04:31:00.020Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45832026-08-29T04:31:00.225Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45842026-08-29T04:31:00.851Z[ host-image] Aug 29 04:30:59.486 INFO O| Aug 29 04:30:59.486 INFO O| Actions: Completed 54182 actions in 7.58 seconds.
45852026-08-29T04:31:00.856Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45862026-08-29T04:31:00.915Z[ recovery-image] Aug 29 04:30:59.527 INFO O| Aug 29 04:30:59.526 INFO O| Planning: Solver setup ... Done
45872026-08-29T04:31:00.947Z[ host-image] Aug 29 04:30:59.582 INFO O| Aug 29 04:30:59.582 INFO O| Finalize: Updating package state database ... Done
45882026-08-29T04:31:00.948Z[ host-image] Aug 29 04:30:59.582 INFO O| Aug 29 04:30:59.582 INFO O| Finalize: Updating package cache ... Done
45892026-08-29T04:31:01.009Z[verify-libraries] Compiling openssl-probe v0.1.6
45902026-08-29T04:31:01.089Z[ host-image] Aug 29 04:30:59.720 INFO O| Aug 29 04:30:59.720 INFO O| Finalize: Updating image state ... Done
45912026-08-29T04:31:01.183Z[verify-libraries] Compiling knus v3.4.0
45922026-08-29T04:31:01.213Z[ recovery-image] Aug 29 04:30:59.847 INFO O| Aug 29 04:30:59.847 INFO O| Planning: Running solver ... Done
45932026-08-29T04:31:01.268Z[ recovery-image] Aug 29 04:30:59.901 INFO O| Aug 29 04:30:59.901 INFO O| Planning: Finding local manifests ... Done
45942026-08-29T04:31:01.333Z[ recovery-image] Aug 29 04:30:59.967 INFO O| Aug 29 04:30:59.967 INFO O| Planning: Fetching manifests: 0/130 0% complete
45952026-08-29T04:31:01.795Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
45962026-08-29T04:31:01.874Z[verify-libraries] Compiling diesel v2.3.7
45972026-08-29T04:31:01.949Z[verify-libraries] Compiling polyval v0.7.1
45982026-08-29T04:31:02.054Z[verify-libraries] Compiling der v0.8.0
45992026-08-29T04:31:02.085Z[ host-image] Aug 29 04:31:00.720 INFO O| Aug 29 04:31:00.720 INFO O| Finalize: Creating fast lookup database ... Done
46002026-08-29T04:31:02.115Z[ host-image] Aug 29 04:31:00.750 INFO O| Aug 29 04:31:00.750 INFO O| Finalize: Reading search index ... Done
46012026-08-29T04:31:02.162Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46022026-08-29T04:31:02.276Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46032026-08-29T04:31:02.314Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46042026-08-29T04:31:03.427Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46052026-08-29T04:31:03.469Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46062026-08-29T04:31:03.531Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46072026-08-29T04:31:03.722Z[verify-libraries] Compiling git-stub v1.0.0
46082026-08-29T04:31:04.095Z[verify-libraries] Compiling kstat-rs v0.2.5
46092026-08-29T04:31:04.146Z[verify-libraries] Compiling trait-variant v0.1.2
46102026-08-29T04:31:04.186Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46112026-08-29T04:31:04.309Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46122026-08-29T04:31:04.437Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46132026-08-29T04:31:04.523Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46142026-08-29T04:31:04.526Z[verify-libraries] Compiling ghash v0.6.0
46152026-08-29T04:31:04.756Z[ recovery-image] Aug 29 04:31:03.390 INFO O| Aug 29 04:31:03.390 INFO O| Planning: Fetching manifests: 130/130 100% complete
46162026-08-29T04:31:04.788Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
46172026-08-29T04:31:04.826Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46182026-08-29T04:31:04.829Z[verify-libraries] Compiling pbkdf2 v0.13.0
46192026-08-29T04:31:04.983Z[ host-image] Aug 29 04:31:03.618 INFO O| Aug 29 04:31:03.618 INFO O| Finalize: Building new search index ... Done
46202026-08-29T04:31:05.027Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46212026-08-29T04:31:05.117Z[verify-libraries] Compiling aes v0.9.1
46222026-08-29T04:31:05.124Z[verify-libraries] Compiling crypto-bigint v0.7.5
46232026-08-29T04:31:05.325Z[ recovery-image] Aug 29 04:31:03.957 INFO O| Aug 29 04:31:03.957 INFO O| Planning: Package planning ... Done
46242026-08-29T04:31:05.478Z[ recovery-image] Aug 29 04:31:04.111 INFO O| Aug 29 04:31:04.111 INFO O| Planning: Merging actions ... Done
46252026-08-29T04:31:05.485Z[ host-image] Aug 29 04:31:04.119 INFO O| Aug 29 04:31:04.119 INFO O| Finalize: Updating package cache ... Done
46262026-08-29T04:31:05.553Z[ recovery-image] Aug 29 04:31:04.187 INFO O| Aug 29 04:31:04.187 INFO O| Planning: Checking for conflicting actions ... Done
46272026-08-29T04:31:05.644Z[ recovery-image] Aug 29 04:31:04.274 INFO O| Aug 29 04:31:04.274 INFO O| Planning: Consolidating action changes ... Done
46282026-08-29T04:31:05.716Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46292026-08-29T04:31:05.740Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46302026-08-29T04:31:05.781Z[ recovery-image] Aug 29 04:31:04.411 INFO O| Aug 29 04:31:04.411 INFO O| Planning: Evaluating mediators ... Done
46312026-08-29T04:31:05.858Z[ host-image] Aug 29 04:31:04.486 INFO O| Aug 29 04:31:04.486 INFO STEP 11 (pkg_install) COMPLETE
46322026-08-29T04:31:05.858Z[ host-image] Aug 29 04:31:04.486 INFO O| Aug 29 04:31:04.486 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46332026-08-29T04:31:05.865Z[ host-image] Aug 29 04:31:04.496 INFO O| Aug 29 04:31:04.496 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"]
46342026-08-29T04:31:05.870Z[verify-libraries] Compiling ctr v0.10.1
46352026-08-29T04:31:06.052Z[verify-libraries] Compiling aead v0.6.1
46362026-08-29T04:31:06.142Z[verify-libraries] Compiling bb8 v0.8.6
46372026-08-29T04:31:06.307Z[verify-libraries] Compiling parking_lot_core v0.8.6
46382026-08-29T04:31:06.335Z[verify-libraries] Compiling aes-gcm v0.11.0
46392026-08-29T04:31:06.441Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46402026-08-29T04:31:06.569Z[verify-libraries] Compiling spki v0.8.0
46412026-08-29T04:31:06.601Z[verify-libraries] Compiling mime_guess v2.0.5
46422026-08-29T04:31:06.728Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46432026-08-29T04:31:06.801Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46442026-08-29T04:31:06.826Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46452026-08-29T04:31:06.850Z[verify-libraries] Compiling salsa20 v0.11.0
46462026-08-29T04:31:07.041Z[verify-libraries] Compiling nanorand v0.7.0
46472026-08-29T04:31:07.076Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46482026-08-29T04:31:07.111Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46492026-08-29T04:31:07.180Z[ recovery-image] Aug 29 04:31:05.814 INFO O| Aug 29 04:31:05.814 INFO O| Planning: Planning completed in 9.61 seconds
46502026-08-29T04:31:07.184Z[ recovery-image] Aug 29 04:31:05.816 INFO O| Aug 29 04:31:05.816 INFO O| Packages to install: 130
46512026-08-29T04:31:07.184Z[ recovery-image] Aug 29 04:31:05.816 INFO O| Aug 29 04:31:05.816 INFO O| Mediators to change: 5
46522026-08-29T04:31:07.184Z[ recovery-image] Aug 29 04:31:05.816 INFO O| Aug 29 04:31:05.816 INFO O| Services to change: 5
46532026-08-29T04:31:07.184Z[verify-libraries] Compiling scrypt v0.12.0
46542026-08-29T04:31:07.212Z[ recovery-image] Aug 29 04:31:05.846 INFO O| Aug 29 04:31:05.846 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46552026-08-29T04:31:07.326Z[verify-libraries] Compiling flume v0.11.1
46562026-08-29T04:31:07.427Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46572026-08-29T04:31:07.548Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46582026-08-29T04:31:07.609Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46592026-08-29T04:31:07.745Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46602026-08-29T04:31:07.931Z[verify-libraries] Compiling cbc v0.2.1
46612026-08-29T04:31:08.050Z[verify-libraries] Compiling digest-io v0.1.0
46622026-08-29T04:31:08.144Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
46632026-08-29T04:31:08.264Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46642026-08-29T04:31:08.372Z[verify-libraries] Compiling nonempty v0.12.0
46652026-08-29T04:31:08.419Z[verify-libraries] Compiling rawzip v0.4.4
46662026-08-29T04:31:08.716Z[verify-libraries] Compiling http-range v0.1.5
46672026-08-29T04:31:08.738Z[verify-libraries] Compiling corncobs v0.1.4
46682026-08-29T04:31:09.038Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46692026-08-29T04:31:09.201Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46702026-08-29T04:31:09.309Z[verify-libraries] Compiling pkcs5 v0.8.1
46712026-08-29T04:31:09.594Z[verify-libraries] Compiling parking_lot v0.11.2
46722026-08-29T04:31:10.066Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46732026-08-29T04:31:10.141Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
46742026-08-29T04:31:10.144Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46752026-08-29T04:31:10.224Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46762026-08-29T04:31:10.292Z[verify-libraries] Compiling ignore v0.4.25
46772026-08-29T04:31:10.358Z[verify-libraries] Compiling prefix-trie v0.7.0
46782026-08-29T04:31:10.399Z[ host-image] Aug 29 04:31:09.034 INFO O| Aug 29 04:31:09.034 INFO O| Startup: Refreshing catalog 'helios' ... Done
46792026-08-29T04:31:10.466Z[verify-libraries] Compiling anstyle-parse v0.2.7
46802026-08-29T04:31:10.582Z[verify-libraries] Compiling secrecy v0.8.0
46812026-08-29T04:31:10.741Z[verify-libraries] Compiling anstream v0.6.21
46822026-08-29T04:31:10.874Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46832026-08-29T04:31:10.971Z[ host-image] Aug 29 04:31:09.604 INFO O| Aug 29 04:31:09.604 INFO O| Startup: Caching catalogs ... Done
46842026-08-29T04:31:10.974Z[verify-libraries] Compiling hickory-server v0.25.2
46852026-08-29T04:31:11.042Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46862026-08-29T04:31:11.190Z[verify-libraries] Compiling globwalk v0.9.1
46872026-08-29T04:31:11.318Z[verify-libraries] Compiling sled v0.34.7
46882026-08-29T04:31:11.461Z[verify-libraries] Compiling pkcs8 v0.11.0
46892026-08-29T04:31:11.505Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46902026-08-29T04:31:11.695Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46912026-08-29T04:31:11.717Z[ host-image] Aug 29 04:31:10.352 INFO O| Aug 29 04:31:10.352 INFO O| Planning: Solver setup ... Done
46922026-08-29T04:31:11.725Z[ host-image] Aug 29 04:31:10.357 INFO O| Aug 29 04:31:10.357 INFO O| Planning: Running solver ... Done
46932026-08-29T04:31:11.741Z[ host-image] Aug 29 04:31:10.376 INFO O| Aug 29 04:31:10.376 INFO O| Planning: Finding local manifests ... Done
46942026-08-29T04:31:11.749Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46952026-08-29T04:31:11.790Z[ host-image] Aug 29 04:31:10.425 INFO O| Aug 29 04:31:10.425 INFO O| Planning: Fetching manifests: 0/6 0% complete
46962026-08-29T04:31:11.905Z[ host-image] Aug 29 04:31:10.540 INFO O| Aug 29 04:31:10.540 INFO O| Planning: Fetching manifests: 6/6 100% complete
46972026-08-29T04:31:11.920Z[verify-libraries] Compiling predicates-tree v1.0.13
46982026-08-29T04:31:11.930Z[ host-image] Aug 29 04:31:10.565 INFO O| Aug 29 04:31:10.565 INFO O| Planning: Package planning ... Done
46992026-08-29T04:31:11.934Z[ host-image] Aug 29 04:31:10.567 INFO O| Aug 29 04:31:10.567 INFO O| Planning: Merging actions ... Done
47002026-08-29T04:31:11.989Z[ host-image] Aug 29 04:31:10.624 INFO O| Aug 29 04:31:10.624 INFO O| Planning: Checking for conflicting actions ... Done
47012026-08-29T04:31:11.992Z[ host-image] Aug 29 04:31:10.625 INFO O| Aug 29 04:31:10.625 INFO O| Planning: Consolidating action changes ... Done
47022026-08-29T04:31:12.114Z[verify-libraries] Compiling rand_seeder v0.4.0
47032026-08-29T04:31:12.129Z[ host-image] Aug 29 04:31:10.764 INFO O| Aug 29 04:31:10.763 INFO O| Planning: Evaluating mediators ... Done
47042026-08-29T04:31:12.133Z[ host-image] Aug 29 04:31:10.765 INFO O| Aug 29 04:31:10.765 INFO O| Planning: Planning completed in 1.15 seconds
47052026-08-29T04:31:12.133Z[ host-image] Aug 29 04:31:10.765 INFO O| Aug 29 04:31:10.765 INFO O| Packages to install: 6
47062026-08-29T04:31:12.133Z[ host-image] Aug 29 04:31:10.765 INFO O| Aug 29 04:31:10.765 INFO O| Services to change: 2
47072026-08-29T04:31:12.144Z[ host-image] Aug 29 04:31:10.776 INFO O| Aug 29 04:31:10.776 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
47082026-08-29T04:31:12.214Z[ recovery-image] Aug 29 04:31:10.849 INFO O| Aug 29 04:31:10.849 INFO O| Download: 6897/16682 items 72.8/200.0MB 36% complete (14.5M/s)
47092026-08-29T04:31:12.330Z[ host-image] Aug 29 04:31:10.965 INFO O| Aug 29 04:31:10.964 INFO O| Download: Completed 1.76 MB in 0.19 seconds (9.3M/s)
47102026-08-29T04:31:12.367Z[ host-image] Aug 29 04:31:11.001 INFO O| Aug 29 04:31:11.001 INFO O| Actions: 1/391 actions (Installing new actions)
47112026-08-29T04:31:12.378Z[verify-libraries] Compiling ff v0.14.0
47122026-08-29T04:31:12.516Z[ host-image] Aug 29 04:31:11.151 INFO O| Aug 29 04:31:11.151 INFO O| Actions: Completed 391 actions in 0.15 seconds.
47132026-08-29T04:31:12.560Z[ host-image] Aug 29 04:31:11.195 INFO O| Aug 29 04:31:11.195 INFO O| Finalize: Updating package state database ... Done
47142026-08-29T04:31:12.561Z[ host-image] Aug 29 04:31:11.195 INFO O| Aug 29 04:31:11.195 INFO O| Finalize: Updating package cache ... Done
47152026-08-29T04:31:12.586Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47162026-08-29T04:31:12.609Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47172026-08-29T04:31:12.687Z[ host-image] Aug 29 04:31:11.322 INFO O| Aug 29 04:31:11.322 INFO O| Finalize: Updating image state ... Done
47182026-08-29T04:31:12.744Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47192026-08-29T04:31:12.826Z[verify-libraries] Compiling libz-sys v1.1.24
47202026-08-29T04:31:12.896Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47212026-08-29T04:31:13.035Z[verify-libraries] Compiling group v0.14.0
47222026-08-29T04:31:13.089Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47232026-08-29T04:31:13.111Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
47242026-08-29T04:31:13.300Z[verify-libraries] Compiling signature v3.0.0
47252026-08-29T04:31:13.563Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
47262026-08-29T04:31:13.599Z[verify-libraries] Compiling base16ct v1.0.0
47272026-08-29T04:31:13.622Z[verify-libraries] Compiling instability v0.3.11
47282026-08-29T04:31:13.656Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47292026-08-29T04:31:13.723Z[ host-image] Aug 29 04:31:12.342 INFO O| Aug 29 04:31:12.342 INFO O| Finalize: Creating fast lookup database ... Done
47302026-08-29T04:31:13.738Z[ host-image] Aug 29 04:31:12.373 INFO O| Aug 29 04:31:12.373 INFO O| Finalize: Reading search index ... Done
47312026-08-29T04:31:13.738Z[ host-image] Aug 29 04:31:12.373 INFO O| Aug 29 04:31:12.373 INFO O| Finalize: Updating search index ... Done
47322026-08-29T04:31:13.757Z[ host-image] Aug 29 04:31:12.391 INFO O| Aug 29 04:31:12.391 INFO O| Finalize: Updating package cache ... Done
47332026-08-29T04:31:13.864Z[verify-libraries] Compiling sec1 v0.8.1
47342026-08-29T04:31:13.960Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47352026-08-29T04:31:13.999Z[verify-libraries] Compiling hkdf v0.13.0
47362026-08-29T04:31:14.112Z[ host-image] Aug 29 04:31:12.747 INFO O| Aug 29 04:31:12.746 INFO STEP 12 (pkg_install) COMPLETE
47372026-08-29T04:31:14.112Z[ host-image] Aug 29 04:31:12.747 INFO O| Aug 29 04:31:12.746 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47382026-08-29T04:31:14.122Z[ host-image] Aug 29 04:31:12.756 INFO O| Aug 29 04:31:12.756 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
47392026-08-29T04:31:14.261Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
47402026-08-29T04:31:14.318Z[verify-libraries] Compiling scuffle v0.1.0
47412026-08-29T04:31:14.386Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47422026-08-29T04:31:14.421Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47432026-08-29T04:31:14.447Z[verify-libraries] Compiling castaway v0.2.4
47442026-08-29T04:31:14.585Z[verify-libraries] Compiling indoc v2.0.7
47452026-08-29T04:31:14.614Z[verify-libraries] Compiling compact_str v0.8.1
47462026-08-29T04:31:14.749Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47472026-08-29T04:31:14.837Z[verify-libraries] Compiling elliptic-curve v0.14.1
47482026-08-29T04:31:15.130Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47492026-08-29T04:31:15.393Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47502026-08-29T04:31:15.424Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47512026-08-29T04:31:15.512Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47522026-08-29T04:31:15.582Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47532026-08-29T04:31:15.793Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47542026-08-29T04:31:15.850Z[verify-libraries] Compiling lru v0.12.5
47552026-08-29T04:31:16.005Z[verify-libraries] Compiling unicode-truncate v1.1.0
47562026-08-29T04:31:16.055Z[verify-libraries] Compiling arc-swap v1.8.2
47572026-08-29T04:31:16.094Z[verify-libraries] Compiling cassowary v0.3.0
47582026-08-29T04:31:16.172Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47592026-08-29T04:31:16.214Z[verify-libraries] Compiling wnaf v0.14.0
47602026-08-29T04:31:16.286Z[ host-image] Aug 29 04:31:14.921 INFO O| Aug 29 04:31:14.921 INFO O| Startup: Refreshing catalog 'helios' ... Done
47612026-08-29T04:31:16.422Z[verify-libraries] Compiling ratatui v0.29.0
47622026-08-29T04:31:16.526Z[verify-libraries] Compiling slog-scope v4.4.1
47632026-08-29T04:31:16.575Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47642026-08-29T04:31:16.661Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47652026-08-29T04:31:16.698Z[verify-libraries] Compiling primefield v0.14.0
47662026-08-29T04:31:16.830Z[ host-image] Aug 29 04:31:15.465 INFO O| Aug 29 04:31:15.465 INFO O| Startup: Caching catalogs ... Done
47672026-08-29T04:31:16.884Z[verify-libraries] Compiling rfc6979 v0.6.0
47682026-08-29T04:31:17.009Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
47692026-08-29T04:31:17.096Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47702026-08-29T04:31:17.355Z[verify-libraries] Compiling progenitor-impl v0.13.0
47712026-08-29T04:31:17.426Z[ recovery-image] Aug 29 04:31:16.060 INFO O| Aug 29 04:31:16.060 INFO O| Download: 14692/16682 items 159.3/200.0MB 79% complete (16.0M/s)
47722026-08-29T04:31:17.442Z[ host-image] Aug 29 04:31:16.077 INFO O| Aug 29 04:31:16.077 INFO O| Planning: Solver setup ... Done
47732026-08-29T04:31:17.448Z[ host-image] Aug 29 04:31:16.083 INFO O| Aug 29 04:31:16.083 INFO O| Planning: Running solver ... Done
47742026-08-29T04:31:17.468Z[ host-image] Aug 29 04:31:16.100 INFO O| Aug 29 04:31:16.100 INFO O| Planning: Finding local manifests ... Done
47752026-08-29T04:31:17.481Z[ host-image] Aug 29 04:31:16.116 INFO O| Aug 29 04:31:16.116 INFO O| Planning: Fetching manifests: 0/6 0% complete
47762026-08-29T04:31:17.522Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47772026-08-29T04:31:17.599Z[ host-image] Aug 29 04:31:16.234 INFO O| Aug 29 04:31:16.234 INFO O| Planning: Fetching manifests: 6/6 100% complete
47782026-08-29T04:31:17.644Z[ host-image] Aug 29 04:31:16.279 INFO O| Aug 29 04:31:16.279 INFO O| Planning: Package planning ... Done
47792026-08-29T04:31:17.653Z[ host-image] Aug 29 04:31:16.288 INFO O| Aug 29 04:31:16.287 INFO O| Planning: Merging actions ... Done
47802026-08-29T04:31:17.706Z[ host-image] Aug 29 04:31:16.341 INFO O| Aug 29 04:31:16.341 INFO O| Planning: Checking for conflicting actions ... Done
47812026-08-29T04:31:17.709Z[ host-image] Aug 29 04:31:16.344 INFO O| Aug 29 04:31:16.344 INFO O| Planning: Consolidating action changes ... Done
47822026-08-29T04:31:17.833Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
47832026-08-29T04:31:17.863Z[ host-image] Aug 29 04:31:16.498 INFO O| Aug 29 04:31:16.498 INFO O| Planning: Evaluating mediators ... Done
47842026-08-29T04:31:17.867Z[ host-image] Aug 29 04:31:16.501 INFO O| Aug 29 04:31:16.501 INFO O| Planning: Planning completed in 1.02 seconds
47852026-08-29T04:31:17.870Z[ host-image] Aug 29 04:31:16.502 INFO O| Aug 29 04:31:16.502 INFO O| Packages to install: 6
47862026-08-29T04:31:17.870Z[ host-image] Aug 29 04:31:16.502 INFO O| Aug 29 04:31:16.502 INFO O| Mediators to change: 1
47872026-08-29T04:31:17.870Z[ host-image] Aug 29 04:31:16.502 INFO O| Aug 29 04:31:16.502 INFO O| Services to change: 1
47882026-08-29T04:31:17.879Z[ host-image] Aug 29 04:31:16.514 INFO O| Aug 29 04:31:16.514 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
47892026-08-29T04:31:18.020Z[verify-libraries] Compiling vergen-git2 v9.1.0
47902026-08-29T04:31:18.277Z[verify-libraries] Compiling strsim v0.10.0
47912026-08-29T04:31:18.618Z[verify-libraries] Compiling darling_core v0.13.4
47922026-08-29T04:31:18.807Z[verify-libraries] Compiling ecdsa v0.17.0
47932026-08-29T04:31:18.828Z[verify-libraries] Compiling primeorder v0.14.0
47942026-08-29T04:31:18.962Z[ recovery-image] Aug 29 04:31:17.596 INFO O| Aug 29 04:31:17.596 INFO O| Download: Completed 200.00 MB in 11.75 seconds (17.0M/s)
47952026-08-29T04:31:19.096Z[ host-image] Aug 29 04:31:17.730 INFO O| Aug 29 04:31:17.730 INFO O| Download: Completed 7.84 MB in 1.22 seconds (6.4M/s)
47962026-08-29T04:31:19.143Z[ host-image] Aug 29 04:31:17.778 INFO O| Aug 29 04:31:17.778 INFO O| Actions: 1/1366 actions (Installing new actions)
47972026-08-29T04:31:19.362Z[ recovery-image] Aug 29 04:31:17.996 INFO O| Aug 29 04:31:17.996 INFO O| Actions: 1/27580 actions (Installing new actions)
47982026-08-29T04:31:19.387Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
47992026-08-29T04:31:19.407Z[ host-image] Aug 29 04:31:18.041 INFO O| Aug 29 04:31:18.041 INFO O| Actions: Completed 1366 actions in 0.26 seconds.
48002026-08-29T04:31:19.439Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48012026-08-29T04:31:19.439Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
48022026-08-29T04:31:19.448Z[ host-image] Aug 29 04:31:18.082 INFO O| Aug 29 04:31:18.082 INFO O| Finalize: Updating package state database ... Done
48032026-08-29T04:31:19.448Z[ host-image] Aug 29 04:31:18.082 INFO O| Aug 29 04:31:18.082 INFO O| Finalize: Updating package cache ... Done
48042026-08-29T04:31:19.599Z[ host-image] Aug 29 04:31:18.233 INFO O| Aug 29 04:31:18.233 INFO O| Finalize: Updating image state ... Done
48052026-08-29T04:31:19.810Z[verify-libraries] Compiling slog-stdlog v4.1.1
48062026-08-29T04:31:19.948Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48072026-08-29T04:31:20.082Z[verify-libraries] Compiling tungstenite v0.23.0
48082026-08-29T04:31:20.268Z[verify-libraries] Compiling progenitor-client v0.13.0
48092026-08-29T04:31:20.324Z[verify-libraries] Compiling progenitor-macro v0.13.0
48102026-08-29T04:31:20.439Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48112026-08-29T04:31:20.584Z[ host-image] Aug 29 04:31:19.217 INFO O| Aug 29 04:31:19.217 INFO O| Finalize: Creating fast lookup database ... Done
48122026-08-29T04:31:20.619Z[ host-image] Aug 29 04:31:19.254 INFO O| Aug 29 04:31:19.249 INFO O| Finalize: Reading search index ... Done
48132026-08-29T04:31:20.620Z[ host-image] Aug 29 04:31:19.254 INFO O| Aug 29 04:31:19.249 INFO O| Finalize: Updating search index ... Done
48142026-08-29T04:31:20.638Z[verify-libraries] Compiling console v0.16.2
48152026-08-29T04:31:20.650Z[ host-image] Aug 29 04:31:19.285 INFO O| Aug 29 04:31:19.284 INFO O| Finalize: Updating package cache ... Done
48162026-08-29T04:31:20.693Z[verify-libraries] Compiling libsw-core v0.3.2
48172026-08-29T04:31:20.697Z[verify-libraries] Compiling void v1.0.2
48182026-08-29T04:31:20.758Z[verify-libraries] Compiling unit-prefix v0.5.2
48192026-08-29T04:31:20.913Z[verify-libraries] Compiling assert_matches v1.5.0
48202026-08-29T04:31:20.951Z[verify-libraries] Compiling lzss v0.8.2
48212026-08-29T04:31:20.956Z[ host-image] Aug 29 04:31:19.587 INFO O| Aug 29 04:31:19.587 INFO STEP 13 (pkg_install) COMPLETE
48222026-08-29T04:31:20.956Z[ host-image] Aug 29 04:31:19.587 INFO O| Aug 29 04:31:19.587 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48232026-08-29T04:31:20.962Z[ host-image] Aug 29 04:31:19.597 INFO O| Aug 29 04:31:19.597 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48242026-08-29T04:31:20.986Z[verify-libraries] Compiling libsw v3.5.0
48252026-08-29T04:31:21.030Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48262026-08-29T04:31:21.136Z[verify-libraries] Compiling indicatif v0.18.4
48272026-08-29T04:31:21.198Z[verify-libraries] Compiling darling_macro v0.13.4
48282026-08-29T04:31:21.235Z[verify-libraries] Compiling slog-envlogger v2.2.0
48292026-08-29T04:31:21.238Z[verify-libraries] Compiling ssh-encoding v0.3.0
48302026-08-29T04:31:21.279Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48312026-08-29T04:31:21.303Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48322026-08-29T04:31:21.472Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48332026-08-29T04:31:21.749Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48342026-08-29T04:31:21.782Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48352026-08-29T04:31:21.896Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48362026-08-29T04:31:21.943Z[verify-libraries] Compiling nix v0.27.1
48372026-08-29T04:31:22.163Z[verify-libraries] Compiling colored v2.2.0
48382026-08-29T04:31:22.201Z[verify-libraries] Compiling blake3 v1.8.5
48392026-08-29T04:31:22.234Z[verify-libraries] Compiling serde_bytes v0.11.19
48402026-08-29T04:31:22.336Z[verify-libraries] Compiling keccak v0.2.0
48412026-08-29T04:31:22.546Z[verify-libraries] Compiling shell-words v1.1.1
48422026-08-29T04:31:22.568Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48432026-08-29T04:31:22.775Z[verify-libraries] Compiling darling v0.13.4
48442026-08-29T04:31:22.848Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48452026-08-29T04:31:22.910Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48462026-08-29T04:31:23.152Z[ host-image] Aug 29 04:31:21.786 INFO O| Aug 29 04:31:21.786 INFO O| Startup: Refreshing catalog 'helios' ... Done
48472026-08-29T04:31:23.155Z[verify-libraries] Compiling ed25519 v3.0.0
48482026-08-29T04:31:23.231Z[verify-libraries] Compiling crypto-primes v0.7.2
48492026-08-29T04:31:23.368Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48502026-08-29T04:31:23.399Z[verify-libraries] Compiling poly1305 v0.9.0
48512026-08-29T04:31:23.654Z[ host-image] Aug 29 04:31:22.288 INFO O| Aug 29 04:31:22.288 INFO O| Startup: Caching catalogs ... Done
48522026-08-29T04:31:23.792Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48532026-08-29T04:31:23.831Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48542026-08-29T04:31:24.177Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48552026-08-29T04:31:24.296Z[ host-image] Aug 29 04:31:22.930 INFO O| Aug 29 04:31:22.930 INFO O| Planning: Solver setup ... Done
48562026-08-29T04:31:24.301Z[ host-image] Aug 29 04:31:22.936 INFO O| Aug 29 04:31:22.936 INFO O| Planning: Running solver ... Done
48572026-08-29T04:31:24.323Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48582026-08-29T04:31:24.338Z[ host-image] Aug 29 04:31:22.972 INFO O| Aug 29 04:31:22.972 INFO O| Planning: Finding local manifests ... Done
48592026-08-29T04:31:24.364Z[ recovery-image] Aug 29 04:31:22.997 INFO O| Aug 29 04:31:22.997 INFO O| Actions: 27109/27580 actions (Installing new actions)
48602026-08-29T04:31:24.375Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48612026-08-29T04:31:24.379Z[ host-image] Aug 29 04:31:23.010 INFO O| Aug 29 04:31:23.010 INFO O| Planning: Fetching manifests: 0/1 0% complete
48622026-08-29T04:31:24.394Z[ host-image] Aug 29 04:31:23.029 INFO O| Aug 29 04:31:23.025 INFO O| Planning: Fetching manifests: 1/1 100% complete
48632026-08-29T04:31:24.407Z[ host-image] Aug 29 04:31:23.042 INFO O| Aug 29 04:31:23.042 INFO O| Planning: Package planning ... Done
48642026-08-29T04:31:24.408Z[ host-image] Aug 29 04:31:23.042 INFO O| Aug 29 04:31:23.042 INFO O| Planning: Merging actions ... Done
48652026-08-29T04:31:24.449Z[ host-image] Aug 29 04:31:23.084 INFO O| Aug 29 04:31:23.084 INFO O| Planning: Checking for conflicting actions ... Done
48662026-08-29T04:31:24.453Z[ host-image] Aug 29 04:31:23.085 INFO O| Aug 29 04:31:23.085 INFO O| Planning: Consolidating action changes ... Done
48672026-08-29T04:31:24.453Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48682026-08-29T04:31:24.477Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48692026-08-29T04:31:24.598Z[ host-image] Aug 29 04:31:23.233 INFO O| Aug 29 04:31:23.233 INFO O| Planning: Evaluating mediators ... Done
48702026-08-29T04:31:24.602Z[ host-image] Aug 29 04:31:23.233 INFO O| Aug 29 04:31:23.233 INFO O| Planning: Planning completed in 0.93 seconds
48712026-08-29T04:31:24.602Z[ host-image] Aug 29 04:31:23.234 INFO O| Aug 29 04:31:23.234 INFO O| Packages to install: 1
48722026-08-29T04:31:24.603Z[verify-libraries] Compiling blowfish v0.10.0
48732026-08-29T04:31:24.610Z[ host-image] Aug 29 04:31:23.244 INFO O| Aug 29 04:31:23.244 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
48742026-08-29T04:31:24.659Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
48752026-08-29T04:31:24.731Z[ recovery-image] Aug 29 04:31:23.366 INFO O| Aug 29 04:31:23.366 INFO O| Actions: Completed 27580 actions in 5.37 seconds.
48762026-08-29T04:31:24.801Z[verify-libraries] Compiling petname v2.0.2
48772026-08-29T04:31:24.838Z[verify-libraries] Compiling arrayvec v0.7.6
48782026-08-29T04:31:24.841Z[ recovery-image] Aug 29 04:31:23.475 INFO O| Aug 29 04:31:23.475 INFO O| Finalize: Updating package state database ... Done
48792026-08-29T04:31:24.841Z[ recovery-image] Aug 29 04:31:23.475 INFO O| Aug 29 04:31:23.475 INFO O| Finalize: Updating package cache ... Done
48802026-08-29T04:31:24.936Z[ host-image] Aug 29 04:31:23.571 INFO O| Aug 29 04:31:23.571 INFO O| Download: Completed 13.27 MB in 0.33 seconds (40.7M/s)
48812026-08-29T04:31:25.001Z[ recovery-image] Aug 29 04:31:23.636 INFO O| Aug 29 04:31:23.635 INFO O| Finalize: Updating image state ... Done
48822026-08-29T04:31:25.101Z[verify-libraries] Compiling constant_time_eq v0.4.2
48832026-08-29T04:31:25.151Z[verify-libraries] Compiling arrayref v0.3.9
48842026-08-29T04:31:25.176Z[ host-image] Aug 29 04:31:23.811 INFO O| Aug 29 04:31:23.811 INFO O| Actions: 1/22 actions (Installing new actions)
48852026-08-29T04:31:25.184Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
48862026-08-29T04:31:25.331Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
48872026-08-29T04:31:25.434Z[ host-image] Aug 29 04:31:24.065 INFO O| Aug 29 04:31:24.036 INFO O| Actions: Completed 22 actions in 0.23 seconds.
48882026-08-29T04:31:25.449Z[ host-image] Aug 29 04:31:24.084 INFO O| Aug 29 04:31:24.084 INFO O| Finalize: Updating package state database ... Done
48892026-08-29T04:31:25.450Z[ host-image] Aug 29 04:31:24.084 INFO O| Aug 29 04:31:24.084 INFO O| Finalize: Updating package cache ... Done
48902026-08-29T04:31:25.543Z[ host-image] Aug 29 04:31:24.177 INFO O| Aug 29 04:31:24.177 INFO O| Finalize: Updating image state ... Done
48912026-08-29T04:31:25.629Z[verify-libraries] Compiling rsa v0.10.0-rc.18
48922026-08-29T04:31:25.709Z[verify-libraries] Compiling ed25519-dalek v3.0.0
48932026-08-29T04:31:25.755Z[verify-libraries] Compiling ssh-cipher v0.3.0
48942026-08-29T04:31:25.796Z[ recovery-image] Aug 29 04:31:24.430 INFO O| Aug 29 04:31:24.430 INFO O| Finalize: Creating fast lookup database ... Done
48952026-08-29T04:31:25.804Z[verify-libraries] Compiling serde_with_macros v1.5.2
48962026-08-29T04:31:25.812Z[ recovery-image] Aug 29 04:31:24.447 INFO O| Aug 29 04:31:24.447 INFO O| Finalize: Reading search index ... Done
48972026-08-29T04:31:25.951Z[verify-libraries] Compiling sha3 v0.11.0
48982026-08-29T04:31:26.107Z[verify-libraries] Compiling progenitor v0.13.0
48992026-08-29T04:31:26.304Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
49002026-08-29T04:31:26.395Z[verify-libraries] Compiling p384 v0.14.0
49012026-08-29T04:31:26.435Z[verify-libraries] Compiling p256 v0.14.0
49022026-08-29T04:31:26.483Z[verify-libraries] Compiling p521 v0.14.0
49032026-08-29T04:31:26.507Z[ host-image] Aug 29 04:31:25.141 INFO O| Aug 29 04:31:25.141 INFO O| Finalize: Creating fast lookup database ... Done
49042026-08-29T04:31:26.515Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49052026-08-29T04:31:26.542Z[ host-image] Aug 29 04:31:25.177 INFO O| Aug 29 04:31:25.177 INFO O| Finalize: Reading search index ... Done
49062026-08-29T04:31:26.542Z[ host-image] Aug 29 04:31:25.177 INFO O| Aug 29 04:31:25.177 INFO O| Finalize: Updating search index ... Done
49072026-08-29T04:31:26.546Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49082026-08-29T04:31:26.554Z[ host-image] Aug 29 04:31:25.188 INFO O| Aug 29 04:31:25.188 INFO O| Finalize: Updating package cache ... Done
49092026-08-29T04:31:26.579Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49102026-08-29T04:31:26.749Z[verify-libraries] Compiling twox-hash v2.1.2
49112026-08-29T04:31:26.849Z[ host-image] Aug 29 04:31:25.483 INFO O| Aug 29 04:31:25.483 INFO STEP 14 (pkg_install) COMPLETE
49122026-08-29T04:31:26.853Z[ host-image] Aug 29 04:31:25.484 INFO O| Aug 29 04:31:25.483 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49132026-08-29T04:31:26.853Z[ host-image] Aug 29 04:31:25.484 INFO O| Aug 29 04:31:25.483 INFO skip step because feature "mbist" is not enabled
49142026-08-29T04:31:26.853Z[ host-image] Aug 29 04:31:25.484 INFO O| Aug 29 04:31:25.483 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49152026-08-29T04:31:26.853Z[ host-image] Aug 29 04:31:25.484 INFO O| Aug 29 04:31:25.483 INFO skip step because feature "mfg" is not enabled
49162026-08-29T04:31:26.853Z[ host-image] Aug 29 04:31:25.484 INFO O| Aug 29 04:31:25.483 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49172026-08-29T04:31:26.853Z[ host-image] Aug 29 04:31:25.484 INFO O| Aug 29 04:31:25.483 INFO skip step because feature "compliance" is not enabled
49182026-08-29T04:31:26.853Z[ host-image] Aug 29 04:31:25.484 INFO O| Aug 29 04:31:25.483 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49192026-08-29T04:31:26.853Z[ host-image] Aug 29 04:31:25.484 INFO O| Aug 29 04:31:25.483 INFO skip step because feature "stress" is not enabled
49202026-08-29T04:31:26.853Z[ host-image] Aug 29 04:31:25.484 INFO O| Aug 29 04:31:25.483 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49212026-08-29T04:31:26.853Z[ host-image] Aug 29 04:31:25.484 INFO O| Aug 29 04:31:25.483 INFO skip step because feature "compliance" is not enabled
49222026-08-29T04:31:26.853Z[ host-image] Aug 29 04:31:25.484 INFO O| Aug 29 04:31:25.483 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49232026-08-29T04:31:26.855Z[ host-image] Aug 29 04:31:25.484 INFO O| Aug 29 04:31:25.483 INFO skip step because feature "nfs" is not enabled
49242026-08-29T04:31:26.855Z[ host-image] Aug 29 04:31:25.484 INFO O| Aug 29 04:31:25.484 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
49252026-08-29T04:31:26.855Z[ host-image] Aug 29 04:31:25.484 INFO O| Aug 29 04:31:25.484 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
49262026-08-29T04:31:26.902Z[verify-libraries] Compiling kem v0.3.0
49272026-08-29T04:31:27.106Z[ host-image] Aug 29 04:31:25.740 INFO O| Aug 29 04:31:25.740 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
49282026-08-29T04:31:27.119Z[verify-libraries] Compiling module-lattice v0.2.3
49292026-08-29T04:31:27.216Z[verify-libraries] Compiling atty v0.2.14
49302026-08-29T04:31:27.245Z[ host-image] Aug 29 04:31:25.880 INFO O| Aug 29 04:31:25.880 INFO completed processing sled/ramdisk-01-os
49312026-08-29T04:31:27.249Z[ host-image] Aug 29 04:31:25.882 INFO omicron1 baseline generation...
49322026-08-29T04:31:27.249Z[ host-image] Aug 29 04:31:25.882 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
49332026-08-29T04:31:27.271Z[verify-libraries] Compiling rtoolbox v0.0.3
49342026-08-29T04:31:27.363Z[verify-libraries] Compiling topological-sort v0.2.2
49352026-08-29T04:31:27.484Z[verify-libraries] Compiling sponge-cursor v0.1.0
49362026-08-29T04:31:27.538Z[ recovery-image] Aug 29 04:31:26.171 INFO O| Aug 29 04:31:26.171 INFO O| Finalize: Building new search index ... Done
49372026-08-29T04:31:27.567Z[verify-libraries] Compiling rpassword v7.5.4
49382026-08-29T04:31:27.640Z[ host-image] Aug 29 04:31:26.275 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24217:20260827T182750Z
49392026-08-29T04:31:27.654Z[verify-libraries] Compiling omicron-zone-package v0.12.3
49402026-08-29T04:31:27.687Z[verify-libraries] Compiling sha3 v0.12.0
49412026-08-29T04:31:27.687Z[verify-libraries] Compiling ml-kem v0.3.2
49422026-08-29T04:31:27.857Z[ recovery-image] Aug 29 04:31:26.491 INFO O| Aug 29 04:31:26.491 INFO O| Finalize: Updating package cache ... Done
49432026-08-29T04:31:28.065Z[verify-libraries] Compiling serde_with v1.14.0
49442026-08-29T04:31:28.207Z[ recovery-image] Aug 29 04:31:26.841 INFO O| Aug 29 04:31:26.841 INFO STEP 11 (pkg_install) COMPLETE
49452026-08-29T04:31:28.209Z[ recovery-image] Aug 29 04:31:26.841 INFO O| Aug 29 04:31:26.841 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49462026-08-29T04:31:28.209Z[ recovery-image] Aug 29 04:31:26.841 INFO O| Aug 29 04:31:26.841 INFO skip step because feature "recovery" is enabled
49472026-08-29T04:31:28.213Z[ recovery-image] Aug 29 04:31:26.841 INFO O| Aug 29 04:31:26.841 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49482026-08-29T04:31:28.213Z[ recovery-image] Aug 29 04:31:26.841 INFO O| Aug 29 04:31:26.841 INFO skip step because feature "omicron1" is not enabled
49492026-08-29T04:31:28.213Z[ recovery-image] Aug 29 04:31:26.841 INFO O| Aug 29 04:31:26.841 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49502026-08-29T04:31:28.216Z[ recovery-image] Aug 29 04:31:26.849 INFO O| Aug 29 04:31:26.849 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
49512026-08-29T04:31:28.381Z[verify-libraries] Compiling russh-cryptovec v0.62.0
49522026-08-29T04:31:28.648Z[verify-libraries] Compiling tui-tree-widget v0.23.1
49532026-08-29T04:31:28.690Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
49542026-08-29T04:31:28.931Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49552026-08-29T04:31:28.953Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
49562026-08-29T04:31:29.192Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
49572026-08-29T04:31:29.225Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
49582026-08-29T04:31:29.532Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49592026-08-29T04:31:29.740Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
49602026-08-29T04:31:29.783Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
49612026-08-29T04:31:30.000Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
49622026-08-29T04:31:30.129Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
49632026-08-29T04:31:30.223Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
49642026-08-29T04:31:30.422Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
49652026-08-29T04:31:30.451Z[verify-libraries] Compiling fatfs v0.3.6
49662026-08-29T04:31:30.488Z[verify-libraries] Compiling num-bigint v0.4.6
49672026-08-29T04:31:30.517Z[verify-libraries] Compiling generic-array v1.4.3
49682026-08-29T04:31:30.605Z[verify-libraries] Compiling russh-util v0.52.0
49692026-08-29T04:31:30.654Z[verify-libraries] Compiling enum_dispatch v0.3.13
49702026-08-29T04:31:30.714Z[verify-libraries] Compiling delegate v0.13.5
49712026-08-29T04:31:30.832Z[verify-libraries] Compiling sapling-renderdag v0.1.0
49722026-08-29T04:31:30.900Z[ recovery-image] Aug 29 04:31:29.533 INFO O| Aug 29 04:31:29.533 INFO O| Startup: Refreshing catalog 'helios' ... Done
49732026-08-29T04:31:30.927Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
49742026-08-29T04:31:31.117Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49752026-08-29T04:31:31.196Z[verify-libraries] Compiling seq-macro v0.3.6
49762026-08-29T04:31:31.322Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
49772026-08-29T04:31:31.408Z[ recovery-image] Aug 29 04:31:30.042 INFO O| Aug 29 04:31:30.042 INFO O| Startup: Caching catalogs ... Done
49782026-08-29T04:31:31.632Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
49792026-08-29T04:31:31.687Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
49802026-08-29T04:31:31.853Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49812026-08-29T04:31:31.894Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
49822026-08-29T04:31:32.073Z[ recovery-image] Aug 29 04:31:30.708 INFO O| Aug 29 04:31:30.708 INFO O| Planning: Solver setup ... Done
49832026-08-29T04:31:32.078Z[ recovery-image] Aug 29 04:31:30.713 INFO O| Aug 29 04:31:30.713 INFO O| Planning: Running solver ... Done
49842026-08-29T04:31:32.095Z[ recovery-image] Aug 29 04:31:30.729 INFO O| Aug 29 04:31:30.729 INFO O| Planning: Finding local manifests ... Done
49852026-08-29T04:31:32.186Z[ recovery-image] Aug 29 04:31:30.820 INFO O| Aug 29 04:31:30.820 INFO O| Planning: Fetching manifests: 0/1 0% complete
49862026-08-29T04:31:32.194Z[ recovery-image] Aug 29 04:31:30.829 INFO O| Aug 29 04:31:30.829 INFO O| Planning: Fetching manifests: 1/1 100% complete
49872026-08-29T04:31:32.226Z[ recovery-image] Aug 29 04:31:30.860 INFO O| Aug 29 04:31:30.859 INFO O| Planning: Package planning ... Done
49882026-08-29T04:31:32.229Z[ recovery-image] Aug 29 04:31:30.861 INFO O| Aug 29 04:31:30.861 INFO O| Planning: Merging actions ... Done
49892026-08-29T04:31:32.248Z[ recovery-image] Aug 29 04:31:30.883 INFO O| Aug 29 04:31:30.883 INFO O| Planning: Checking for conflicting actions ... Done
49902026-08-29T04:31:32.252Z[ recovery-image] Aug 29 04:31:30.883 INFO O| Aug 29 04:31:30.883 INFO O| Planning: Consolidating action changes ... Done
49912026-08-29T04:31:32.349Z[ recovery-image] Aug 29 04:31:30.984 INFO O| Aug 29 04:31:30.983 INFO O| Planning: Evaluating mediators ... Done
49922026-08-29T04:31:32.355Z[ recovery-image] Aug 29 04:31:30.984 INFO O| Aug 29 04:31:30.984 INFO O| Planning: Planning completed in 0.92 seconds
49932026-08-29T04:31:32.355Z[ recovery-image] Aug 29 04:31:30.984 INFO O| Aug 29 04:31:30.984 INFO O| Packages to install: 1
49942026-08-29T04:31:32.363Z[ recovery-image] Aug 29 04:31:30.998 INFO O| Aug 29 04:31:30.997 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49952026-08-29T04:31:32.557Z[ recovery-image] Aug 29 04:31:31.192 INFO O| Aug 29 04:31:31.191 INFO O| Download: Completed 13.27 MB in 0.19 seconds (68.4M/s)
49962026-08-29T04:31:32.596Z[ recovery-image] Aug 29 04:31:31.230 INFO O| Aug 29 04:31:31.230 INFO O| Actions: 1/22 actions (Installing new actions)
49972026-08-29T04:31:32.717Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
49982026-08-29T04:31:32.824Z[ recovery-image] Aug 29 04:31:31.452 INFO O| Aug 29 04:31:31.452 INFO O| Actions: Completed 22 actions in 0.22 seconds.
49992026-08-29T04:31:32.863Z[ recovery-image] Aug 29 04:31:31.498 INFO O| Aug 29 04:31:31.498 INFO O| Finalize: Updating package state database ... Done
50002026-08-29T04:31:32.863Z[ recovery-image] Aug 29 04:31:31.498 INFO O| Aug 29 04:31:31.498 INFO O| Finalize: Updating package cache ... Done
50012026-08-29T04:31:32.961Z[ recovery-image] Aug 29 04:31:31.596 INFO O| Aug 29 04:31:31.596 INFO O| Finalize: Updating image state ... Done
50022026-08-29T04:31:33.390Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
50032026-08-29T04:31:33.876Z[ recovery-image] Aug 29 04:31:32.511 INFO O| Aug 29 04:31:32.511 INFO O| Finalize: Creating fast lookup database ... Done
50042026-08-29T04:31:33.893Z[ recovery-image] Aug 29 04:31:32.527 INFO O| Aug 29 04:31:32.527 INFO O| Finalize: Reading search index ... Done
50052026-08-29T04:31:33.893Z[ recovery-image] Aug 29 04:31:32.528 INFO O| Aug 29 04:31:32.528 INFO O| Finalize: Updating search index ... Done
50062026-08-29T04:31:33.904Z[ recovery-image] Aug 29 04:31:32.539 INFO O| Aug 29 04:31:32.539 INFO O| Finalize: Updating package cache ... Done
50072026-08-29T04:31:34.266Z[ recovery-image] Aug 29 04:31:32.901 INFO O| Aug 29 04:31:32.901 INFO STEP 14 (pkg_install) COMPLETE
50082026-08-29T04:31:34.266Z[ recovery-image] Aug 29 04:31:32.901 INFO O| Aug 29 04:31:32.901 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50092026-08-29T04:31:34.266Z[ recovery-image] Aug 29 04:31:32.901 INFO O| Aug 29 04:31:32.901 INFO skip step because feature "mbist" is not enabled
50102026-08-29T04:31:34.270Z[ recovery-image] Aug 29 04:31:32.901 INFO O| Aug 29 04:31:32.901 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50112026-08-29T04:31:34.270Z[ recovery-image] Aug 29 04:31:32.901 INFO O| Aug 29 04:31:32.901 INFO skip step because feature "mfg" is not enabled
50122026-08-29T04:31:34.270Z[ recovery-image] Aug 29 04:31:32.901 INFO O| Aug 29 04:31:32.901 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50132026-08-29T04:31:34.270Z[ recovery-image] Aug 29 04:31:32.901 INFO O| Aug 29 04:31:32.901 INFO skip step because feature "compliance" is not enabled
50142026-08-29T04:31:34.270Z[ recovery-image] Aug 29 04:31:32.901 INFO O| Aug 29 04:31:32.901 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50152026-08-29T04:31:34.270Z[ recovery-image] Aug 29 04:31:32.901 INFO O| Aug 29 04:31:32.901 INFO skip step because feature "stress" is not enabled
50162026-08-29T04:31:34.270Z[ recovery-image] Aug 29 04:31:32.901 INFO O| Aug 29 04:31:32.901 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50172026-08-29T04:31:34.270Z[ recovery-image] Aug 29 04:31:32.901 INFO O| Aug 29 04:31:32.901 INFO skip step because feature "compliance" is not enabled
50182026-08-29T04:31:34.270Z[ recovery-image] Aug 29 04:31:32.901 INFO O| Aug 29 04:31:32.901 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50192026-08-29T04:31:34.270Z[ recovery-image] Aug 29 04:31:32.901 INFO O| Aug 29 04:31:32.901 INFO skip step because feature "nfs" is not enabled
50202026-08-29T04:31:34.270Z[ recovery-image] Aug 29 04:31:32.901 INFO O| Aug 29 04:31:32.901 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50212026-08-29T04:31:34.270Z[ recovery-image] Aug 29 04:31:32.901 INFO O| Aug 29 04:31:32.901 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50222026-08-29T04:31:34.679Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50232026-08-29T04:31:34.899Z[ recovery-image] Aug 29 04:31:33.534 INFO O| Aug 29 04:31:33.534 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
50242026-08-29T04:31:35.168Z[ recovery-image] Aug 29 04:31:33.803 INFO O| Aug 29 04:31:33.803 INFO completed processing sled/ramdisk-01-os
50252026-08-29T04:31:35.171Z[ recovery-image] Aug 29 04:31:33.806 INFO image builder template: ramdisk-02-trim...
50262026-08-29T04:31:35.171Z[ recovery-image] Aug 29 04:31:33.806 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/.tmpvAHRh8/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
50272026-08-29T04:31:35.194Z[ recovery-image] Aug 29 04:31:33.827 INFO O| Aug 29 04:31:33.827 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50282026-08-29T04:31:35.198Z[ recovery-image] Aug 29 04:31:33.832 INFO O| Aug 29 04:31:33.832 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50292026-08-29T04:31:35.312Z[ recovery-image] Aug 29 04:31:33.946 INFO O| Aug 29 04:31:33.946 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
50302026-08-29T04:31:35.371Z[ recovery-image] Aug 29 04:31:34.006 INFO O| Aug 29 04:31:34.006 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50312026-08-29T04:31:35.371Z[ recovery-image] Aug 29 04:31:34.006 INFO O| Aug 29 04:31:34.006 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50322026-08-29T04:31:35.376Z[ recovery-image] Aug 29 04:31:34.011 INFO O| Aug 29 04:31:34.011 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50332026-08-29T04:31:35.380Z[ recovery-image] Aug 29 04:31:34.015 INFO O| Aug 29 04:31:34.015 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50342026-08-29T04:31:35.384Z[ recovery-image] Aug 29 04:31:34.020 INFO O| Aug 29 04:31:34.019 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50352026-08-29T04:31:35.445Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
50362026-08-29T04:31:35.480Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50372026-08-29T04:31:35.843Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
50382026-08-29T04:31:35.902Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
50392026-08-29T04:31:35.906Z[ recovery-image] Aug 29 04:31:34.541 INFO O| Aug 29 04:31:34.541 INFO rolled back to input snapshot; work may begin
50402026-08-29T04:31:35.906Z[ recovery-image] Aug 29 04:31:34.541 INFO O| Aug 29 04:31:34.541 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50412026-08-29T04:31:35.911Z[ recovery-image] Aug 29 04:31:34.546 INFO O| Aug 29 04:31:34.546 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50422026-08-29T04:31:35.919Z[ recovery-image] Aug 29 04:31:34.554 INFO O| Aug 29 04:31:34.554 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50432026-08-29T04:31:35.963Z[ recovery-image] Aug 29 04:31:34.598 INFO O| Aug 29 04:31:34.598 INFO STEP 0 (remove_files) COMPLETE
50442026-08-29T04:31:35.964Z[ recovery-image] Aug 29 04:31:34.598 INFO O| Aug 29 04:31:34.598 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50452026-08-29T04:31:35.975Z[ recovery-image] Aug 29 04:31:34.610 INFO O| Aug 29 04:31:34.610 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50462026-08-29T04:31:35.978Z[ recovery-image] Aug 29 04:31:34.611 INFO O| Aug 29 04:31:34.611 INFO STEP 1 (remove_files) COMPLETE
50472026-08-29T04:31:35.978Z[ recovery-image] Aug 29 04:31:34.611 INFO O| Aug 29 04:31:34.611 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50482026-08-29T04:31:35.987Z[ recovery-image] Aug 29 04:31:34.622 INFO O| Aug 29 04:31:34.622 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50492026-08-29T04:31:36.002Z[ recovery-image] Aug 29 04:31:34.637 INFO O| Aug 29 04:31:34.637 INFO STEP 2 (remove_files) COMPLETE
50502026-08-29T04:31:36.002Z[ recovery-image] Aug 29 04:31:34.637 INFO O| Aug 29 04:31:34.637 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50512026-08-29T04:31:36.014Z[ recovery-image] Aug 29 04:31:34.647 INFO O| Aug 29 04:31:34.647 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50522026-08-29T04:31:36.017Z[ recovery-image] Aug 29 04:31:34.649 INFO O| Aug 29 04:31:34.649 INFO STEP 3 (remove_files) COMPLETE
50532026-08-29T04:31:36.017Z[ recovery-image] Aug 29 04:31:34.649 INFO O| Aug 29 04:31:34.649 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50542026-08-29T04:31:36.023Z[ recovery-image] Aug 29 04:31:34.658 INFO O| Aug 29 04:31:34.658 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50552026-08-29T04:31:36.027Z[ recovery-image] Aug 29 04:31:34.661 INFO O| Aug 29 04:31:34.661 INFO STEP 4 (remove_files) COMPLETE
50562026-08-29T04:31:36.027Z[ recovery-image] Aug 29 04:31:34.661 INFO O| Aug 29 04:31:34.661 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50572026-08-29T04:31:36.038Z[ recovery-image] Aug 29 04:31:34.673 INFO O| Aug 29 04:31:34.672 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50582026-08-29T04:31:36.038Z[ recovery-image] Aug 29 04:31:34.673 INFO O| Aug 29 04:31:34.673 INFO STEP 5 (remove_files) COMPLETE
50592026-08-29T04:31:36.041Z[ recovery-image] Aug 29 04:31:34.673 INFO O| Aug 29 04:31:34.673 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50602026-08-29T04:31:36.048Z[ recovery-image] Aug 29 04:31:34.683 INFO O| Aug 29 04:31:34.683 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50612026-08-29T04:31:36.060Z[ recovery-image] Aug 29 04:31:34.695 INFO O| Aug 29 04:31:34.695 INFO STEP 6 (remove_files) COMPLETE
50622026-08-29T04:31:36.060Z[ recovery-image] Aug 29 04:31:34.695 INFO O| Aug 29 04:31:34.695 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50632026-08-29T04:31:36.060Z[ recovery-image] Aug 29 04:31:34.695 INFO O| Aug 29 04:31:34.695 INFO skip step because feature "heliosv2" is not enabled
50642026-08-29T04:31:36.063Z[ recovery-image] Aug 29 04:31:34.695 INFO O| Aug 29 04:31:34.695 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50652026-08-29T04:31:36.063Z[ recovery-image] Aug 29 04:31:34.695 INFO O| Aug 29 04:31:34.695 INFO skip step because feature "recovery" is enabled
50662026-08-29T04:31:36.063Z[ recovery-image] Aug 29 04:31:34.695 INFO O| Aug 29 04:31:34.695 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50672026-08-29T04:31:36.063Z[ recovery-image] Aug 29 04:31:34.695 INFO O| Aug 29 04:31:34.695 INFO skip step because feature "recovery" is enabled
50682026-08-29T04:31:36.063Z[ recovery-image] Aug 29 04:31:34.695 INFO O| Aug 29 04:31:34.695 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50692026-08-29T04:31:36.063Z[ recovery-image] Aug 29 04:31:34.695 INFO O| Aug 29 04:31:34.695 INFO skip step because feature "recovery" is enabled
50702026-08-29T04:31:36.063Z[ recovery-image] Aug 29 04:31:34.695 INFO O| Aug 29 04:31:34.695 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50712026-08-29T04:31:36.099Z[ recovery-image] Aug 29 04:31:34.705 INFO O| Aug 29 04:31:34.705 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50722026-08-29T04:31:36.100Z[ recovery-image] Aug 29 04:31:34.707 INFO O| Aug 29 04:31:34.707 INFO STEP 11 (remove_files) COMPLETE
50732026-08-29T04:31:36.100Z[ recovery-image] Aug 29 04:31:34.707 INFO O| Aug 29 04:31:34.707 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50742026-08-29T04:31:36.100Z[ recovery-image] Aug 29 04:31:34.716 INFO O| Aug 29 04:31:34.716 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50752026-08-29T04:31:36.100Z[ recovery-image] Aug 29 04:31:34.717 INFO O| Aug 29 04:31:34.717 INFO STEP 12 (remove_files) COMPLETE
50762026-08-29T04:31:36.100Z[ recovery-image] Aug 29 04:31:34.717 INFO O| Aug 29 04:31:34.717 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50772026-08-29T04:31:36.100Z[ recovery-image] Aug 29 04:31:34.727 INFO O| Aug 29 04:31:34.727 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50782026-08-29T04:31:36.100Z[ recovery-image] Aug 29 04:31:34.728 INFO O| Aug 29 04:31:34.728 INFO STEP 13 (remove_files) COMPLETE
50792026-08-29T04:31:36.100Z[ recovery-image] Aug 29 04:31:34.728 INFO O| Aug 29 04:31:34.728 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50802026-08-29T04:31:36.104Z[ recovery-image] Aug 29 04:31:34.738 INFO O| Aug 29 04:31:34.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50812026-08-29T04:31:36.104Z[ recovery-image] Aug 29 04:31:34.738 INFO O| Aug 29 04:31:34.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50822026-08-29T04:31:36.169Z[ recovery-image] Aug 29 04:31:34.804 INFO O| Aug 29 04:31:34.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50832026-08-29T04:31:36.183Z[ recovery-image] Aug 29 04:31:34.818 INFO O| Aug 29 04:31:34.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50842026-08-29T04:31:36.277Z[ recovery-image] Aug 29 04:31:34.912 INFO O| Aug 29 04:31:34.912 INFO STEP 14 (remove_files) COMPLETE
50852026-08-29T04:31:36.277Z[ recovery-image] Aug 29 04:31:34.912 INFO O| Aug 29 04:31:34.912 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50862026-08-29T04:31:36.291Z[ recovery-image] Aug 29 04:31:34.926 INFO O| Aug 29 04:31:34.926 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50872026-08-29T04:31:36.294Z[ recovery-image] Aug 29 04:31:34.927 INFO O| Aug 29 04:31:34.927 INFO STEP 15 (remove_files) COMPLETE
50882026-08-29T04:31:36.294Z[ recovery-image] Aug 29 04:31:34.927 INFO O| Aug 29 04:31:34.927 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50892026-08-29T04:31:36.302Z[ recovery-image] Aug 29 04:31:34.937 INFO O| Aug 29 04:31:34.937 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50902026-08-29T04:31:36.308Z[ recovery-image] Aug 29 04:31:34.943 INFO O| Aug 29 04:31:34.943 INFO STEP 16 (remove_files) COMPLETE
50912026-08-29T04:31:36.308Z[ recovery-image] Aug 29 04:31:34.943 INFO O| Aug 29 04:31:34.943 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50922026-08-29T04:31:36.321Z[ recovery-image] Aug 29 04:31:34.956 INFO O| Aug 29 04:31:34.955 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50932026-08-29T04:31:36.325Z[ recovery-image] Aug 29 04:31:34.956 INFO O| Aug 29 04:31:34.956 INFO STEP 17 (remove_files) COMPLETE
50942026-08-29T04:31:36.326Z[ recovery-image] Aug 29 04:31:34.956 INFO O| Aug 29 04:31:34.956 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50952026-08-29T04:31:36.337Z[ recovery-image] Aug 29 04:31:34.971 INFO O| Aug 29 04:31:34.971 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50962026-08-29T04:31:36.340Z[ recovery-image] Aug 29 04:31:34.973 INFO O| Aug 29 04:31:34.973 INFO STEP 18 (remove_files) COMPLETE
50972026-08-29T04:31:36.340Z[ recovery-image] Aug 29 04:31:34.973 INFO O| Aug 29 04:31:34.973 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50982026-08-29T04:31:36.357Z[ recovery-image] Aug 29 04:31:34.992 INFO O| Aug 29 04:31:34.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50992026-08-29T04:31:36.357Z[ recovery-image] Aug 29 04:31:34.992 INFO O| Aug 29 04:31:34.992 INFO STEP 19 (remove_files) COMPLETE
51002026-08-29T04:31:36.357Z[ recovery-image] Aug 29 04:31:34.992 INFO O| Aug 29 04:31:34.992 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51012026-08-29T04:31:36.370Z[ recovery-image] Aug 29 04:31:35.005 INFO O| Aug 29 04:31:35.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
51022026-08-29T04:31:36.370Z[ recovery-image] Aug 29 04:31:35.005 INFO O| Aug 29 04:31:35.005 INFO STEP 20 (remove_files) COMPLETE
51032026-08-29T04:31:36.373Z[ recovery-image] Aug 29 04:31:35.005 INFO O| Aug 29 04:31:35.005 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51042026-08-29T04:31:36.386Z[ recovery-image] Aug 29 04:31:35.021 INFO O| Aug 29 04:31:35.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
51052026-08-29T04:31:36.386Z[ recovery-image] Aug 29 04:31:35.021 INFO O| Aug 29 04:31:35.021 INFO STEP 21 (remove_files) COMPLETE
51062026-08-29T04:31:36.386Z[ recovery-image] Aug 29 04:31:35.021 INFO O| Aug 29 04:31:35.021 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51072026-08-29T04:31:36.396Z[ recovery-image] Aug 29 04:31:35.031 INFO O| Aug 29 04:31:35.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
51082026-08-29T04:31:36.397Z[ recovery-image] Aug 29 04:31:35.031 INFO O| Aug 29 04:31:35.031 INFO STEP 22 (remove_files) COMPLETE
51092026-08-29T04:31:36.397Z[ recovery-image] Aug 29 04:31:35.031 INFO O| Aug 29 04:31:35.031 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51102026-08-29T04:31:36.410Z[ recovery-image] Aug 29 04:31:35.045 INFO O| Aug 29 04:31:35.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
51112026-08-29T04:31:36.410Z[ recovery-image] Aug 29 04:31:35.045 INFO O| Aug 29 04:31:35.045 INFO STEP 23 (remove_files) COMPLETE
51122026-08-29T04:31:36.410Z[ recovery-image] Aug 29 04:31:35.045 INFO O| Aug 29 04:31:35.045 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51132026-08-29T04:31:36.420Z[ recovery-image] Aug 29 04:31:35.055 INFO O| Aug 29 04:31:35.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
51142026-08-29T04:31:36.420Z[ recovery-image] Aug 29 04:31:35.055 INFO O| Aug 29 04:31:35.055 INFO STEP 24 (remove_files) COMPLETE
51152026-08-29T04:31:36.420Z[ recovery-image] Aug 29 04:31:35.055 INFO O| Aug 29 04:31:35.055 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51162026-08-29T04:31:36.430Z[ recovery-image] Aug 29 04:31:35.065 INFO O| Aug 29 04:31:35.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
51172026-08-29T04:31:36.430Z[ recovery-image] Aug 29 04:31:35.065 INFO O| Aug 29 04:31:35.065 INFO STEP 25 (remove_files) COMPLETE
51182026-08-29T04:31:36.433Z[ recovery-image] Aug 29 04:31:35.065 INFO O| Aug 29 04:31:35.065 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51192026-08-29T04:31:36.439Z[ recovery-image] Aug 29 04:31:35.074 INFO O| Aug 29 04:31:35.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
51202026-08-29T04:31:36.439Z[ recovery-image] Aug 29 04:31:35.074 INFO O| Aug 29 04:31:35.074 INFO STEP 26 (remove_files) COMPLETE
51212026-08-29T04:31:36.439Z[ recovery-image] Aug 29 04:31:35.074 INFO O| Aug 29 04:31:35.074 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51222026-08-29T04:31:36.450Z[ recovery-image] Aug 29 04:31:35.085 INFO O| Aug 29 04:31:35.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
51232026-08-29T04:31:36.450Z[ recovery-image] Aug 29 04:31:35.085 INFO O| Aug 29 04:31:35.085 INFO STEP 27 (remove_files) COMPLETE
51242026-08-29T04:31:36.451Z[ recovery-image] Aug 29 04:31:35.085 INFO O| Aug 29 04:31:35.085 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51252026-08-29T04:31:36.460Z[ recovery-image] Aug 29 04:31:35.095 INFO O| Aug 29 04:31:35.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51262026-08-29T04:31:36.460Z[ recovery-image] Aug 29 04:31:35.095 INFO O| Aug 29 04:31:35.095 INFO STEP 28 (remove_files) COMPLETE
51272026-08-29T04:31:36.460Z[ recovery-image] Aug 29 04:31:35.095 INFO O| Aug 29 04:31:35.095 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51282026-08-29T04:31:36.469Z[ recovery-image] Aug 29 04:31:35.104 INFO O| Aug 29 04:31:35.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51292026-08-29T04:31:36.469Z[ recovery-image] Aug 29 04:31:35.104 INFO O| Aug 29 04:31:35.104 INFO STEP 29 (remove_files) COMPLETE
51302026-08-29T04:31:36.469Z[ recovery-image] Aug 29 04:31:35.104 INFO O| Aug 29 04:31:35.104 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51312026-08-29T04:31:36.480Z[ recovery-image] Aug 29 04:31:35.115 INFO O| Aug 29 04:31:35.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51322026-08-29T04:31:36.480Z[ recovery-image] Aug 29 04:31:35.115 INFO O| Aug 29 04:31:35.115 INFO STEP 30 (remove_files) COMPLETE
51332026-08-29T04:31:36.480Z[ recovery-image] Aug 29 04:31:35.115 INFO O| Aug 29 04:31:35.115 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51342026-08-29T04:31:36.491Z[ recovery-image] Aug 29 04:31:35.126 INFO O| Aug 29 04:31:35.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51352026-08-29T04:31:36.491Z[ recovery-image] Aug 29 04:31:35.126 INFO O| Aug 29 04:31:35.126 INFO STEP 31 (remove_files) COMPLETE
51362026-08-29T04:31:36.491Z[ recovery-image] Aug 29 04:31:35.126 INFO O| Aug 29 04:31:35.126 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51372026-08-29T04:31:36.502Z[ recovery-image] Aug 29 04:31:35.137 INFO O| Aug 29 04:31:35.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51382026-08-29T04:31:36.503Z[ recovery-image] Aug 29 04:31:35.137 INFO O| Aug 29 04:31:35.136 INFO STEP 32 (remove_files) COMPLETE
51392026-08-29T04:31:36.503Z[ recovery-image] Aug 29 04:31:35.137 INFO O| Aug 29 04:31:35.136 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51402026-08-29T04:31:36.514Z[ recovery-image] Aug 29 04:31:35.145 INFO O| Aug 29 04:31:35.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51412026-08-29T04:31:36.514Z[ recovery-image] Aug 29 04:31:35.145 INFO O| Aug 29 04:31:35.145 INFO STEP 33 (remove_files) COMPLETE
51422026-08-29T04:31:36.514Z[ recovery-image] Aug 29 04:31:35.145 INFO O| Aug 29 04:31:35.145 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51432026-08-29T04:31:36.520Z[ recovery-image] Aug 29 04:31:35.154 INFO O| Aug 29 04:31:35.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51442026-08-29T04:31:36.523Z[ recovery-image] Aug 29 04:31:35.154 INFO O| Aug 29 04:31:35.154 INFO STEP 34 (remove_files) COMPLETE
51452026-08-29T04:31:36.523Z[ recovery-image] Aug 29 04:31:35.154 INFO O| Aug 29 04:31:35.154 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51462026-08-29T04:31:36.529Z[ recovery-image] Aug 29 04:31:35.164 INFO O| Aug 29 04:31:35.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51472026-08-29T04:31:36.529Z[ recovery-image] Aug 29 04:31:35.164 INFO O| Aug 29 04:31:35.164 INFO STEP 35 (remove_files) COMPLETE
51482026-08-29T04:31:36.533Z[ recovery-image] Aug 29 04:31:35.164 INFO O| Aug 29 04:31:35.164 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51492026-08-29T04:31:36.539Z[ recovery-image] Aug 29 04:31:35.174 INFO O| Aug 29 04:31:35.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51502026-08-29T04:31:36.539Z[ recovery-image] Aug 29 04:31:35.174 INFO O| Aug 29 04:31:35.174 INFO STEP 36 (remove_files) COMPLETE
51512026-08-29T04:31:36.539Z[ recovery-image] Aug 29 04:31:35.174 INFO O| Aug 29 04:31:35.174 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51522026-08-29T04:31:36.553Z[ recovery-image] Aug 29 04:31:35.184 INFO O| Aug 29 04:31:35.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51532026-08-29T04:31:36.553Z[ recovery-image] Aug 29 04:31:35.184 INFO O| Aug 29 04:31:35.184 INFO STEP 37 (remove_files) COMPLETE
51542026-08-29T04:31:36.553Z[ recovery-image] Aug 29 04:31:35.184 INFO O| Aug 29 04:31:35.184 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51552026-08-29T04:31:36.559Z[ recovery-image] Aug 29 04:31:35.194 INFO O| Aug 29 04:31:35.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51562026-08-29T04:31:36.559Z[ recovery-image] Aug 29 04:31:35.194 INFO O| Aug 29 04:31:35.194 INFO STEP 38 (remove_files) COMPLETE
51572026-08-29T04:31:36.562Z[ recovery-image] Aug 29 04:31:35.194 INFO O| Aug 29 04:31:35.194 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51582026-08-29T04:31:36.568Z[ recovery-image] Aug 29 04:31:35.203 INFO O| Aug 29 04:31:35.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51592026-08-29T04:31:36.568Z[ recovery-image] Aug 29 04:31:35.203 INFO O| Aug 29 04:31:35.203 INFO STEP 39 (remove_files) COMPLETE
51602026-08-29T04:31:36.568Z[ recovery-image] Aug 29 04:31:35.203 INFO O| Aug 29 04:31:35.203 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51612026-08-29T04:31:36.575Z[ recovery-image] Aug 29 04:31:35.210 INFO O| Aug 29 04:31:35.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51622026-08-29T04:31:36.575Z[ recovery-image] Aug 29 04:31:35.210 INFO O| Aug 29 04:31:35.210 INFO STEP 40 (remove_files) COMPLETE
51632026-08-29T04:31:36.575Z[ recovery-image] Aug 29 04:31:35.210 INFO O| Aug 29 04:31:35.210 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51642026-08-29T04:31:36.583Z[ recovery-image] Aug 29 04:31:35.218 INFO O| Aug 29 04:31:35.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51652026-08-29T04:31:36.583Z[ recovery-image] Aug 29 04:31:35.218 INFO O| Aug 29 04:31:35.218 INFO STEP 41 (remove_files) COMPLETE
51662026-08-29T04:31:36.586Z[ recovery-image] Aug 29 04:31:35.218 INFO O| Aug 29 04:31:35.218 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51672026-08-29T04:31:36.590Z[ recovery-image] Aug 29 04:31:35.225 INFO O| Aug 29 04:31:35.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51682026-08-29T04:31:36.590Z[ recovery-image] Aug 29 04:31:35.225 INFO O| Aug 29 04:31:35.225 INFO STEP 42 (remove_files) COMPLETE
51692026-08-29T04:31:36.593Z[ recovery-image] Aug 29 04:31:35.225 INFO O| Aug 29 04:31:35.225 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51702026-08-29T04:31:36.601Z[ recovery-image] Aug 29 04:31:35.236 INFO O| Aug 29 04:31:35.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51712026-08-29T04:31:36.601Z[ recovery-image] Aug 29 04:31:35.236 INFO O| Aug 29 04:31:35.236 INFO STEP 43 (remove_files) COMPLETE
51722026-08-29T04:31:36.604Z[ recovery-image] Aug 29 04:31:35.236 INFO O| Aug 29 04:31:35.236 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51732026-08-29T04:31:36.613Z[ recovery-image] Aug 29 04:31:35.246 INFO O| Aug 29 04:31:35.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51742026-08-29T04:31:36.613Z[ recovery-image] Aug 29 04:31:35.246 INFO O| Aug 29 04:31:35.246 INFO STEP 44 (remove_files) COMPLETE
51752026-08-29T04:31:36.613Z[ recovery-image] Aug 29 04:31:35.246 INFO O| Aug 29 04:31:35.246 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51762026-08-29T04:31:36.620Z[ recovery-image] Aug 29 04:31:35.255 INFO O| Aug 29 04:31:35.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51772026-08-29T04:31:36.620Z[ recovery-image] Aug 29 04:31:35.255 INFO O| Aug 29 04:31:35.255 INFO STEP 45 (remove_files) COMPLETE
51782026-08-29T04:31:36.620Z[ recovery-image] Aug 29 04:31:35.255 INFO O| Aug 29 04:31:35.255 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51792026-08-29T04:31:36.629Z[ recovery-image] Aug 29 04:31:35.264 INFO O| Aug 29 04:31:35.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51802026-08-29T04:31:36.629Z[ recovery-image] Aug 29 04:31:35.264 INFO O| Aug 29 04:31:35.264 INFO STEP 46 (remove_files) COMPLETE
51812026-08-29T04:31:36.629Z[ recovery-image] Aug 29 04:31:35.264 INFO O| Aug 29 04:31:35.264 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51822026-08-29T04:31:36.651Z[ recovery-image] Aug 29 04:31:35.286 INFO O| Aug 29 04:31:35.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51832026-08-29T04:31:36.651Z[ recovery-image] Aug 29 04:31:35.286 INFO O| Aug 29 04:31:35.286 INFO STEP 47 (remove_files) COMPLETE
51842026-08-29T04:31:36.654Z[ recovery-image] Aug 29 04:31:35.286 INFO O| Aug 29 04:31:35.286 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51852026-08-29T04:31:36.662Z[ recovery-image] Aug 29 04:31:35.297 INFO O| Aug 29 04:31:35.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51862026-08-29T04:31:36.662Z[ recovery-image] Aug 29 04:31:35.297 INFO O| Aug 29 04:31:35.297 INFO STEP 48 (remove_files) COMPLETE
51872026-08-29T04:31:36.665Z[ recovery-image] Aug 29 04:31:35.297 INFO O| Aug 29 04:31:35.297 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51882026-08-29T04:31:36.673Z[ recovery-image] Aug 29 04:31:35.308 INFO O| Aug 29 04:31:35.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51892026-08-29T04:31:36.673Z[ recovery-image] Aug 29 04:31:35.308 INFO O| Aug 29 04:31:35.308 INFO STEP 49 (remove_files) COMPLETE
51902026-08-29T04:31:36.673Z[ recovery-image] Aug 29 04:31:35.308 INFO O| Aug 29 04:31:35.308 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51912026-08-29T04:31:36.684Z[ recovery-image] Aug 29 04:31:35.319 INFO O| Aug 29 04:31:35.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51922026-08-29T04:31:36.684Z[ recovery-image] Aug 29 04:31:35.319 INFO O| Aug 29 04:31:35.319 INFO STEP 50 (remove_files) COMPLETE
51932026-08-29T04:31:36.684Z[ recovery-image] Aug 29 04:31:35.319 INFO O| Aug 29 04:31:35.319 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51942026-08-29T04:31:36.711Z[ recovery-image] Aug 29 04:31:35.330 INFO O| Aug 29 04:31:35.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51952026-08-29T04:31:36.711Z[ recovery-image] Aug 29 04:31:35.330 INFO O| Aug 29 04:31:35.330 INFO STEP 51 (remove_files) COMPLETE
51962026-08-29T04:31:36.711Z[ recovery-image] Aug 29 04:31:35.330 INFO O| Aug 29 04:31:35.330 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51972026-08-29T04:31:36.711Z[ recovery-image] Aug 29 04:31:35.340 INFO O| Aug 29 04:31:35.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51982026-08-29T04:31:36.711Z[ recovery-image] Aug 29 04:31:35.340 INFO O| Aug 29 04:31:35.340 INFO STEP 52 (remove_files) COMPLETE
51992026-08-29T04:31:36.712Z[ recovery-image] Aug 29 04:31:35.340 INFO O| Aug 29 04:31:35.340 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52002026-08-29T04:31:36.716Z[ recovery-image] Aug 29 04:31:35.351 INFO O| Aug 29 04:31:35.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
52012026-08-29T04:31:36.716Z[ recovery-image] Aug 29 04:31:35.351 INFO O| Aug 29 04:31:35.351 INFO STEP 53 (remove_files) COMPLETE
52022026-08-29T04:31:36.719Z[ recovery-image] Aug 29 04:31:35.351 INFO O| Aug 29 04:31:35.351 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52032026-08-29T04:31:36.725Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
52042026-08-29T04:31:36.729Z[ recovery-image] Aug 29 04:31:35.361 INFO O| Aug 29 04:31:35.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
52052026-08-29T04:31:36.729Z[ recovery-image] Aug 29 04:31:35.362 INFO O| Aug 29 04:31:35.361 INFO STEP 54 (remove_files) COMPLETE
52062026-08-29T04:31:36.729Z[ recovery-image] Aug 29 04:31:35.362 INFO O| Aug 29 04:31:35.361 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52072026-08-29T04:31:36.736Z[ recovery-image] Aug 29 04:31:35.371 INFO O| Aug 29 04:31:35.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
52082026-08-29T04:31:36.737Z[ recovery-image] Aug 29 04:31:35.371 INFO O| Aug 29 04:31:35.371 INFO STEP 55 (remove_files) COMPLETE
52092026-08-29T04:31:36.740Z[ recovery-image] Aug 29 04:31:35.371 INFO O| Aug 29 04:31:35.371 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52102026-08-29T04:31:36.745Z[ recovery-image] Aug 29 04:31:35.380 INFO O| Aug 29 04:31:35.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
52112026-08-29T04:31:36.748Z[ recovery-image] Aug 29 04:31:35.380 INFO O| Aug 29 04:31:35.380 INFO STEP 56 (remove_files) COMPLETE
52122026-08-29T04:31:36.748Z[ recovery-image] Aug 29 04:31:35.380 INFO O| Aug 29 04:31:35.380 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52132026-08-29T04:31:36.754Z[ recovery-image] Aug 29 04:31:35.389 INFO O| Aug 29 04:31:35.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
52142026-08-29T04:31:36.754Z[ recovery-image] Aug 29 04:31:35.389 INFO O| Aug 29 04:31:35.389 INFO STEP 57 (remove_files) COMPLETE
52152026-08-29T04:31:36.757Z[ recovery-image] Aug 29 04:31:35.389 INFO O| Aug 29 04:31:35.389 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52162026-08-29T04:31:36.763Z[ recovery-image] Aug 29 04:31:35.398 INFO O| Aug 29 04:31:35.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
52172026-08-29T04:31:36.763Z[ recovery-image] Aug 29 04:31:35.398 INFO O| Aug 29 04:31:35.398 INFO STEP 58 (remove_files) COMPLETE
52182026-08-29T04:31:36.766Z[ recovery-image] Aug 29 04:31:35.398 INFO O| Aug 29 04:31:35.398 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52192026-08-29T04:31:36.770Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
52202026-08-29T04:31:36.770Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
52212026-08-29T04:31:36.773Z[ recovery-image] Aug 29 04:31:35.408 INFO O| Aug 29 04:31:35.408 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
52222026-08-29T04:31:36.773Z[ recovery-image] Aug 29 04:31:35.408 INFO O| Aug 29 04:31:35.408 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
52232026-08-29T04:31:36.773Z[ recovery-image] Aug 29 04:31:35.408 INFO O| Aug 29 04:31:35.408 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52242026-08-29T04:31:36.775Z[ recovery-image] Aug 29 04:31:35.408 INFO O| Aug 29 04:31:35.408 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52252026-08-29T04:31:36.778Z[ recovery-image] Aug 29 04:31:35.408 INFO O| Aug 29 04:31:35.408 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52262026-08-29T04:31:36.778Z[ recovery-image] Aug 29 04:31:35.408 INFO O| Aug 29 04:31:35.408 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52272026-08-29T04:31:36.778Z[ recovery-image] Aug 29 04:31:35.408 INFO O| Aug 29 04:31:35.408 INFO ok!
52282026-08-29T04:31:36.778Z[ recovery-image] Aug 29 04:31:35.408 INFO O| Aug 29 04:31:35.408 INFO STEP 59 (ensure_file) COMPLETE
52292026-08-29T04:31:36.778Z[ recovery-image] Aug 29 04:31:35.408 INFO O| Aug 29 04:31:35.408 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52302026-08-29T04:31:36.783Z[ recovery-image] Aug 29 04:31:35.418 INFO O| Aug 29 04:31:35.418 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52312026-08-29T04:31:36.783Z[ recovery-image] Aug 29 04:31:35.418 INFO O| Aug 29 04:31:35.418 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52322026-08-29T04:31:36.786Z[ recovery-image] Aug 29 04:31:35.418 INFO O| Aug 29 04:31:35.418 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52332026-08-29T04:31:36.786Z[ recovery-image] Aug 29 04:31:35.418 INFO O| Aug 29 04:31:35.418 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52342026-08-29T04:31:36.786Z[ recovery-image] Aug 29 04:31:35.418 INFO O| Aug 29 04:31:35.418 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52352026-08-29T04:31:36.786Z[ recovery-image] Aug 29 04:31:35.418 INFO O| Aug 29 04:31:35.418 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52362026-08-29T04:31:36.786Z[ recovery-image] Aug 29 04:31:35.418 INFO O| Aug 29 04:31:35.418 INFO ok!
52372026-08-29T04:31:36.786Z[ recovery-image] Aug 29 04:31:35.418 INFO O| Aug 29 04:31:35.418 INFO STEP 60 (ensure_file) COMPLETE
52382026-08-29T04:31:36.786Z[ recovery-image] Aug 29 04:31:35.418 INFO O| Aug 29 04:31:35.418 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52392026-08-29T04:31:36.793Z[ recovery-image] Aug 29 04:31:35.428 INFO O| Aug 29 04:31:35.428 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52402026-08-29T04:31:36.793Z[ recovery-image] Aug 29 04:31:35.428 INFO O| Aug 29 04:31:35.428 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52412026-08-29T04:31:36.793Z[ recovery-image] Aug 29 04:31:35.428 INFO O| Aug 29 04:31:35.428 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52422026-08-29T04:31:36.795Z[ recovery-image] Aug 29 04:31:35.428 INFO O| Aug 29 04:31:35.428 INFO ok!
52432026-08-29T04:31:36.795Z[ recovery-image] Aug 29 04:31:35.428 INFO O| Aug 29 04:31:35.428 INFO STEP 61 (ensure_file) COMPLETE
52442026-08-29T04:31:36.795Z[ recovery-image] Aug 29 04:31:35.428 INFO O| Aug 29 04:31:35.428 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52452026-08-29T04:31:36.802Z[ recovery-image] Aug 29 04:31:35.437 INFO O| Aug 29 04:31:35.437 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52462026-08-29T04:31:36.802Z[ recovery-image] Aug 29 04:31:35.437 INFO O| Aug 29 04:31:35.437 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52472026-08-29T04:31:36.805Z[ recovery-image] Aug 29 04:31:35.437 INFO O| Aug 29 04:31:35.437 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52482026-08-29T04:31:36.805Z[ recovery-image] Aug 29 04:31:35.437 INFO O| Aug 29 04:31:35.437 INFO ok!
52492026-08-29T04:31:36.805Z[ recovery-image] Aug 29 04:31:35.437 INFO O| Aug 29 04:31:35.437 INFO STEP 62 (ensure_file) COMPLETE
52502026-08-29T04:31:36.805Z[ recovery-image] Aug 29 04:31:35.437 INFO O| Aug 29 04:31:35.437 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52512026-08-29T04:31:36.811Z[ recovery-image] Aug 29 04:31:35.446 INFO O| Aug 29 04:31:35.446 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52522026-08-29T04:31:36.811Z[ recovery-image] Aug 29 04:31:35.446 INFO O| Aug 29 04:31:35.446 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52532026-08-29T04:31:36.814Z[ recovery-image] Aug 29 04:31:35.446 INFO O| Aug 29 04:31:35.446 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52542026-08-29T04:31:36.816Z[ recovery-image] Aug 29 04:31:35.446 INFO O| Aug 29 04:31:35.446 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52552026-08-29T04:31:36.816Z[ recovery-image] Aug 29 04:31:35.446 INFO O| Aug 29 04:31:35.446 INFO ok!
52562026-08-29T04:31:36.816Z[ recovery-image] Aug 29 04:31:35.446 INFO O| Aug 29 04:31:35.446 INFO STEP 63 (ensure_file) COMPLETE
52572026-08-29T04:31:36.816Z[ recovery-image] Aug 29 04:31:35.446 INFO O| Aug 29 04:31:35.446 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52582026-08-29T04:31:36.822Z[ recovery-image] Aug 29 04:31:35.457 INFO O| Aug 29 04:31:35.457 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52592026-08-29T04:31:36.822Z[ recovery-image] Aug 29 04:31:35.457 INFO O| Aug 29 04:31:35.457 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52602026-08-29T04:31:36.822Z[ recovery-image] Aug 29 04:31:35.457 INFO O| Aug 29 04:31:35.457 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52612026-08-29T04:31:36.825Z[ recovery-image] Aug 29 04:31:35.457 INFO O| Aug 29 04:31:35.457 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52622026-08-29T04:31:36.825Z[ recovery-image] Aug 29 04:31:35.457 INFO O| Aug 29 04:31:35.457 INFO ok!
52632026-08-29T04:31:36.825Z[ recovery-image] Aug 29 04:31:35.457 INFO O| Aug 29 04:31:35.457 INFO STEP 64 (ensure_file) COMPLETE
52642026-08-29T04:31:36.825Z[ recovery-image] Aug 29 04:31:35.457 INFO O| Aug 29 04:31:35.457 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52652026-08-29T04:31:36.831Z[ recovery-image] Aug 29 04:31:35.466 INFO O| Aug 29 04:31:35.466 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52662026-08-29T04:31:36.831Z[ recovery-image] Aug 29 04:31:35.466 INFO O| Aug 29 04:31:35.466 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52672026-08-29T04:31:36.831Z[ recovery-image] Aug 29 04:31:35.466 INFO O| Aug 29 04:31:35.466 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52682026-08-29T04:31:36.831Z[ recovery-image] Aug 29 04:31:35.466 INFO O| Aug 29 04:31:35.466 INFO ok!
52692026-08-29T04:31:36.832Z[ recovery-image] Aug 29 04:31:35.466 INFO O| Aug 29 04:31:35.466 INFO STEP 65 (assemble_files) COMPLETE
52702026-08-29T04:31:36.835Z[ recovery-image] Aug 29 04:31:35.466 INFO O| Aug 29 04:31:35.466 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52712026-08-29T04:31:36.838Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52722026-08-29T04:31:36.841Z[ recovery-image] Aug 29 04:31:35.477 INFO O| Aug 29 04:31:35.477 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52732026-08-29T04:31:36.842Z[ recovery-image] Aug 29 04:31:35.477 INFO O| Aug 29 04:31:35.477 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52742026-08-29T04:31:36.842Z[ recovery-image] Aug 29 04:31:35.477 INFO O| Aug 29 04:31:35.477 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52752026-08-29T04:31:36.842Z[ recovery-image] Aug 29 04:31:35.477 INFO O| Aug 29 04:31:35.477 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52762026-08-29T04:31:36.845Z[ recovery-image] Aug 29 04:31:35.477 INFO O| Aug 29 04:31:35.477 INFO ok!
52772026-08-29T04:31:36.845Z[ recovery-image] Aug 29 04:31:35.477 INFO O| Aug 29 04:31:35.477 INFO STEP 66 (ensure_file) COMPLETE
52782026-08-29T04:31:36.845Z[ recovery-image] Aug 29 04:31:35.477 INFO O| Aug 29 04:31:35.477 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52792026-08-29T04:31:36.845Z[ recovery-image] Aug 29 04:31:35.477 INFO O| Aug 29 04:31:35.477 INFO skip step because feature "omicron1" is not enabled
52802026-08-29T04:31:36.845Z[ recovery-image] Aug 29 04:31:35.477 INFO O| Aug 29 04:31:35.477 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52812026-08-29T04:31:36.845Z[ recovery-image] Aug 29 04:31:35.477 INFO O| Aug 29 04:31:35.477 INFO skip step because feature "omicron1" is not enabled
52822026-08-29T04:31:36.845Z[ recovery-image] Aug 29 04:31:35.477 INFO O| Aug 29 04:31:35.477 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52832026-08-29T04:31:36.845Z[ recovery-image] Aug 29 04:31:35.477 INFO O| Aug 29 04:31:35.477 INFO skip step because feature "omicron1" is not enabled
52842026-08-29T04:31:36.845Z[ recovery-image] Aug 29 04:31:35.477 INFO O| Aug 29 04:31:35.477 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52852026-08-29T04:31:36.856Z[ recovery-image] Aug 29 04:31:35.491 INFO O| Aug 29 04:31:35.491 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52862026-08-29T04:31:36.856Z[ recovery-image] Aug 29 04:31:35.491 INFO O| Aug 29 04:31:35.491 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52872026-08-29T04:31:36.884Z[verify-libraries] Compiling md5 v0.8.0
52882026-08-29T04:31:37.456Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
52892026-08-29T04:31:38.089Z[verify-libraries] Compiling sync-ptr v0.1.4
52902026-08-29T04:31:38.223Z[ recovery-image] Aug 29 04:31:36.858 INFO O| Aug 29 04:31:36.858 INFO STEP 70 (pack_tar) COMPLETE
52912026-08-29T04:31:38.223Z[ recovery-image] Aug 29 04:31:36.858 INFO O| Aug 29 04:31:36.858 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52922026-08-29T04:31:38.226Z[ recovery-image] Aug 29 04:31:36.858 INFO O| Aug 29 04:31:36.858 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52932026-08-29T04:31:38.280Z[verify-libraries] Compiling hex-literal v1.1.0
52942026-08-29T04:31:38.467Z[verify-libraries] Compiling russh v0.62.4
52952026-08-29T04:31:38.640Z[ recovery-image] Aug 29 04:31:37.274 INFO O| Aug 29 04:31:37.274 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52962026-08-29T04:31:38.646Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
52972026-08-29T04:31:38.764Z[ recovery-image] Aug 29 04:31:37.399 INFO O| Aug 29 04:31:37.399 INFO completed processing sled/ramdisk-02-trim
52982026-08-29T04:31:38.768Z[ recovery-image] Aug 29 04:31:37.401 INFO image builder template: ramdisk-03-recovery-trim...
52992026-08-29T04:31:38.768Z[ recovery-image] Aug 29 04:31:37.401 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/.tmpvAHRh8/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
53002026-08-29T04:31:38.771Z[ recovery-image] Aug 29 04:31:37.406 INFO O| Aug 29 04:31:37.406 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
53012026-08-29T04:31:38.847Z[ recovery-image] Aug 29 04:31:37.482 INFO O| Aug 29 04:31:37.482 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53022026-08-29T04:31:38.851Z[ recovery-image] Aug 29 04:31:37.486 INFO O| Aug 29 04:31:37.486 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53032026-08-29T04:31:38.959Z[ recovery-image] Aug 29 04:31:37.594 INFO O| Aug 29 04:31:37.594 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
53042026-08-29T04:31:38.966Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
53052026-08-29T04:31:39.058Z[ recovery-image] Aug 29 04:31:37.689 INFO O| Aug 29 04:31:37.689 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53062026-08-29T04:31:39.058Z[ recovery-image] Aug 29 04:31:37.689 INFO O| Aug 29 04:31:37.689 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
53072026-08-29T04:31:39.061Z[ recovery-image] Aug 29 04:31:37.695 INFO O| Aug 29 04:31:37.695 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
53082026-08-29T04:31:39.066Z[ recovery-image] Aug 29 04:31:37.699 INFO O| Aug 29 04:31:37.699 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53092026-08-29T04:31:39.071Z[ recovery-image] Aug 29 04:31:37.703 INFO O| Aug 29 04:31:37.703 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53102026-08-29T04:31:39.271Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
53112026-08-29T04:31:39.365Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53122026-08-29T04:31:39.740Z[ recovery-image] Aug 29 04:31:38.375 INFO O| Aug 29 04:31:38.375 INFO rolled back to input snapshot; work may begin
53132026-08-29T04:31:39.740Z[ recovery-image] Aug 29 04:31:38.375 INFO O| Aug 29 04:31:38.375 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53142026-08-29T04:31:39.746Z[ recovery-image] Aug 29 04:31:38.380 INFO O| Aug 29 04:31:38.380 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53152026-08-29T04:31:39.756Z[ recovery-image] Aug 29 04:31:38.391 INFO O| Aug 29 04:31:38.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
53162026-08-29T04:31:39.759Z[ recovery-image] Aug 29 04:31:38.394 INFO O| Aug 29 04:31:38.394 INFO STEP 0 (remove_files) COMPLETE
53172026-08-29T04:31:39.759Z[ recovery-image] Aug 29 04:31:38.394 INFO O| Aug 29 04:31:38.394 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53182026-08-29T04:31:39.770Z[ recovery-image] Aug 29 04:31:38.405 INFO O| Aug 29 04:31:38.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
53192026-08-29T04:31:39.774Z[ recovery-image] Aug 29 04:31:38.406 INFO O| Aug 29 04:31:38.406 INFO STEP 1 (remove_files) COMPLETE
53202026-08-29T04:31:39.774Z[ recovery-image] Aug 29 04:31:38.406 INFO O| Aug 29 04:31:38.406 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53212026-08-29T04:31:39.788Z[ recovery-image] Aug 29 04:31:38.423 INFO O| Aug 29 04:31:38.423 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
53222026-08-29T04:31:39.795Z[ recovery-image] Aug 29 04:31:38.430 INFO O| Aug 29 04:31:38.430 INFO STEP 2 (remove_files) COMPLETE
53232026-08-29T04:31:39.795Z[ recovery-image] Aug 29 04:31:38.430 INFO O| Aug 29 04:31:38.430 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-08-29T04:31:39.805Z[ recovery-image] Aug 29 04:31:38.440 INFO O| Aug 29 04:31:38.440 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53252026-08-29T04:31:39.860Z[ recovery-image] Aug 29 04:31:38.493 INFO O| Aug 29 04:31:38.493 INFO STEP 3 (remove_files) COMPLETE
53262026-08-29T04:31:39.860Z[ recovery-image] Aug 29 04:31:38.493 INFO O| Aug 29 04:31:38.493 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53272026-08-29T04:31:39.867Z[ recovery-image] Aug 29 04:31:38.502 INFO O| Aug 29 04:31:38.502 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53282026-08-29T04:31:39.872Z[ recovery-image] Aug 29 04:31:38.507 INFO O| Aug 29 04:31:38.507 INFO STEP 4 (remove_files) COMPLETE
53292026-08-29T04:31:39.875Z[ recovery-image] Aug 29 04:31:38.507 INFO O| Aug 29 04:31:38.507 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53302026-08-29T04:31:39.881Z[ recovery-image] Aug 29 04:31:38.516 INFO O| Aug 29 04:31:38.516 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53312026-08-29T04:31:39.917Z[ recovery-image] Aug 29 04:31:38.552 INFO O| Aug 29 04:31:38.552 INFO STEP 5 (remove_files) COMPLETE
53322026-08-29T04:31:39.917Z[ recovery-image] Aug 29 04:31:38.552 INFO O| Aug 29 04:31:38.552 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53332026-08-29T04:31:39.928Z[ recovery-image] Aug 29 04:31:38.562 INFO O| Aug 29 04:31:38.562 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53342026-08-29T04:31:39.953Z[ recovery-image] Aug 29 04:31:38.587 INFO O| Aug 29 04:31:38.587 INFO STEP 6 (remove_files) COMPLETE
53352026-08-29T04:31:39.953Z[ recovery-image] Aug 29 04:31:38.588 INFO O| Aug 29 04:31:38.587 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53362026-08-29T04:31:40.003Z[ recovery-image] Aug 29 04:31:38.638 INFO O| Aug 29 04:31:38.638 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53372026-08-29T04:31:40.012Z[ recovery-image] Aug 29 04:31:38.646 INFO O| Aug 29 04:31:38.646 INFO STEP 7 (remove_files) COMPLETE
53382026-08-29T04:31:40.012Z[ recovery-image] Aug 29 04:31:38.646 INFO O| Aug 29 04:31:38.646 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53392026-08-29T04:31:40.022Z[ recovery-image] Aug 29 04:31:38.657 INFO O| Aug 29 04:31:38.657 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53402026-08-29T04:31:40.026Z[ recovery-image] Aug 29 04:31:38.659 INFO O| Aug 29 04:31:38.659 INFO STEP 8 (remove_files) COMPLETE
53412026-08-29T04:31:40.026Z[ recovery-image] Aug 29 04:31:38.659 INFO O| Aug 29 04:31:38.659 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53422026-08-29T04:31:40.038Z[ recovery-image] Aug 29 04:31:38.672 INFO O| Aug 29 04:31:38.672 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53432026-08-29T04:31:40.062Z[ recovery-image] Aug 29 04:31:38.697 INFO O| Aug 29 04:31:38.697 INFO STEP 9 (remove_files) COMPLETE
53442026-08-29T04:31:40.063Z[ recovery-image] Aug 29 04:31:38.697 INFO O| Aug 29 04:31:38.697 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53452026-08-29T04:31:40.073Z[ recovery-image] Aug 29 04:31:38.708 INFO O| Aug 29 04:31:38.708 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53462026-08-29T04:31:40.094Z[ recovery-image] Aug 29 04:31:38.729 INFO O| Aug 29 04:31:38.728 INFO STEP 10 (remove_files) COMPLETE
53472026-08-29T04:31:40.095Z[ recovery-image] Aug 29 04:31:38.729 INFO O| Aug 29 04:31:38.729 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53482026-08-29T04:31:40.122Z[ recovery-image] Aug 29 04:31:38.757 INFO O| Aug 29 04:31:38.757 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53492026-08-29T04:31:40.140Z[ recovery-image] Aug 29 04:31:38.774 INFO O| Aug 29 04:31:38.774 INFO STEP 11 (remove_files) COMPLETE
53502026-08-29T04:31:40.140Z[ recovery-image] Aug 29 04:31:38.774 INFO O| Aug 29 04:31:38.774 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53512026-08-29T04:31:40.150Z[ recovery-image] Aug 29 04:31:38.784 INFO O| Aug 29 04:31:38.784 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53522026-08-29T04:31:40.220Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
53532026-08-29T04:31:40.338Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
53542026-08-29T04:31:40.421Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
53552026-08-29T04:31:40.440Z[ recovery-image] Aug 29 04:31:39.073 INFO O| Aug 29 04:31:39.070 INFO STEP 12 (remove_files) COMPLETE
53562026-08-29T04:31:40.441Z[ recovery-image] Aug 29 04:31:39.073 INFO O| Aug 29 04:31:39.070 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53572026-08-29T04:31:40.445Z[ recovery-image] Aug 29 04:31:39.080 INFO O| Aug 29 04:31:39.080 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53582026-08-29T04:31:40.455Z[ recovery-image] Aug 29 04:31:39.083 INFO O| Aug 29 04:31:39.083 INFO STEP 13 (remove_files) COMPLETE
53592026-08-29T04:31:40.455Z[ recovery-image] Aug 29 04:31:39.083 INFO O| Aug 29 04:31:39.083 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53602026-08-29T04:31:40.459Z[ recovery-image] Aug 29 04:31:39.094 INFO O| Aug 29 04:31:39.093 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53612026-08-29T04:31:40.462Z[ recovery-image] Aug 29 04:31:39.096 INFO O| Aug 29 04:31:39.096 INFO STEP 14 (remove_files) COMPLETE
53622026-08-29T04:31:40.462Z[ recovery-image] Aug 29 04:31:39.096 INFO O| Aug 29 04:31:39.096 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53632026-08-29T04:31:40.472Z[ recovery-image] Aug 29 04:31:39.106 INFO O| Aug 29 04:31:39.106 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53642026-08-29T04:31:40.475Z[ recovery-image] Aug 29 04:31:39.107 INFO O| Aug 29 04:31:39.107 INFO STEP 15 (remove_files) COMPLETE
53652026-08-29T04:31:40.475Z[ recovery-image] Aug 29 04:31:39.107 INFO O| Aug 29 04:31:39.107 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53662026-08-29T04:31:40.485Z[ recovery-image] Aug 29 04:31:39.118 INFO O| Aug 29 04:31:39.118 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53672026-08-29T04:31:40.491Z[ recovery-image] Aug 29 04:31:39.126 INFO O| Aug 29 04:31:39.119 INFO STEP 16 (remove_files) COMPLETE
53682026-08-29T04:31:40.491Z[ recovery-image] Aug 29 04:31:39.126 INFO O| Aug 29 04:31:39.119 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53692026-08-29T04:31:40.494Z[ recovery-image] Aug 29 04:31:39.129 INFO O| Aug 29 04:31:39.129 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53702026-08-29T04:31:40.507Z[ recovery-image] Aug 29 04:31:39.141 INFO O| Aug 29 04:31:39.141 INFO STEP 17 (remove_files) COMPLETE
53712026-08-29T04:31:40.507Z[ recovery-image] Aug 29 04:31:39.141 INFO O| Aug 29 04:31:39.141 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53722026-08-29T04:31:40.517Z[ recovery-image] Aug 29 04:31:39.152 INFO O| Aug 29 04:31:39.152 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53732026-08-29T04:31:40.517Z[ recovery-image] Aug 29 04:31:39.152 INFO O| Aug 29 04:31:39.152 INFO STEP 18 (remove_files) COMPLETE
53742026-08-29T04:31:40.517Z[ recovery-image] Aug 29 04:31:39.152 INFO O| Aug 29 04:31:39.152 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-08-29T04:31:40.526Z[ recovery-image] Aug 29 04:31:39.161 INFO O| Aug 29 04:31:39.161 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53762026-08-29T04:31:40.530Z[ recovery-image] Aug 29 04:31:39.162 INFO O| Aug 29 04:31:39.162 INFO STEP 19 (remove_files) COMPLETE
53772026-08-29T04:31:40.530Z[ recovery-image] Aug 29 04:31:39.162 INFO O| Aug 29 04:31:39.162 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-08-29T04:31:40.537Z[ recovery-image] Aug 29 04:31:39.172 INFO O| Aug 29 04:31:39.172 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53792026-08-29T04:31:40.578Z[ recovery-image] Aug 29 04:31:39.213 INFO O| Aug 29 04:31:39.213 INFO STEP 20 (remove_files) COMPLETE
53802026-08-29T04:31:40.579Z[ recovery-image] Aug 29 04:31:39.213 INFO O| Aug 29 04:31:39.213 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53812026-08-29T04:31:40.589Z[ recovery-image] Aug 29 04:31:39.224 INFO O| Aug 29 04:31:39.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53822026-08-29T04:31:40.592Z[ recovery-image] Aug 29 04:31:39.225 INFO O| Aug 29 04:31:39.225 INFO STEP 21 (remove_files) COMPLETE
53832026-08-29T04:31:40.592Z[ recovery-image] Aug 29 04:31:39.225 INFO O| Aug 29 04:31:39.225 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53842026-08-29T04:31:40.600Z[ recovery-image] Aug 29 04:31:39.234 INFO O| Aug 29 04:31:39.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53852026-08-29T04:31:40.603Z[ recovery-image] Aug 29 04:31:39.235 INFO O| Aug 29 04:31:39.235 INFO STEP 22 (remove_files) COMPLETE
53862026-08-29T04:31:40.603Z[ recovery-image] Aug 29 04:31:39.235 INFO O| Aug 29 04:31:39.235 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53872026-08-29T04:31:40.610Z[ recovery-image] Aug 29 04:31:39.245 INFO O| Aug 29 04:31:39.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53882026-08-29T04:31:40.613Z[ recovery-image] Aug 29 04:31:39.246 INFO O| Aug 29 04:31:39.246 INFO STEP 23 (remove_files) COMPLETE
53892026-08-29T04:31:40.613Z[ recovery-image] Aug 29 04:31:39.246 INFO O| Aug 29 04:31:39.246 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53902026-08-29T04:31:40.622Z[ recovery-image] Aug 29 04:31:39.257 INFO O| Aug 29 04:31:39.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53912026-08-29T04:31:40.622Z[ recovery-image] Aug 29 04:31:39.257 INFO O| Aug 29 04:31:39.257 INFO STEP 24 (remove_files) COMPLETE
53922026-08-29T04:31:40.626Z[ recovery-image] Aug 29 04:31:39.257 INFO O| Aug 29 04:31:39.257 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53932026-08-29T04:31:40.633Z[ recovery-image] Aug 29 04:31:39.268 INFO O| Aug 29 04:31:39.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53942026-08-29T04:31:40.637Z[ recovery-image] Aug 29 04:31:39.269 INFO O| Aug 29 04:31:39.269 INFO STEP 25 (remove_files) COMPLETE
53952026-08-29T04:31:40.637Z[ recovery-image] Aug 29 04:31:39.269 INFO O| Aug 29 04:31:39.269 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53962026-08-29T04:31:40.646Z[ recovery-image] Aug 29 04:31:39.281 INFO O| Aug 29 04:31:39.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53972026-08-29T04:31:40.646Z[ recovery-image] Aug 29 04:31:39.281 INFO O| Aug 29 04:31:39.281 INFO STEP 26 (remove_files) COMPLETE
53982026-08-29T04:31:40.646Z[ recovery-image] Aug 29 04:31:39.281 INFO O| Aug 29 04:31:39.281 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53992026-08-29T04:31:40.656Z[ recovery-image] Aug 29 04:31:39.291 INFO O| Aug 29 04:31:39.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
54002026-08-29T04:31:40.660Z[ recovery-image] Aug 29 04:31:39.292 INFO O| Aug 29 04:31:39.292 INFO STEP 27 (remove_files) COMPLETE
54012026-08-29T04:31:40.660Z[ recovery-image] Aug 29 04:31:39.292 INFO O| Aug 29 04:31:39.292 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-08-29T04:31:40.667Z[ recovery-image] Aug 29 04:31:39.302 INFO O| Aug 29 04:31:39.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
54032026-08-29T04:31:40.672Z[ recovery-image] Aug 29 04:31:39.307 INFO O| Aug 29 04:31:39.307 INFO STEP 28 (remove_files) COMPLETE
54042026-08-29T04:31:40.672Z[ recovery-image] Aug 29 04:31:39.307 INFO O| Aug 29 04:31:39.307 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-08-29T04:31:40.684Z[ recovery-image] Aug 29 04:31:39.319 INFO O| Aug 29 04:31:39.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
54062026-08-29T04:31:40.684Z[ recovery-image] Aug 29 04:31:39.319 INFO O| Aug 29 04:31:39.319 INFO STEP 29 (remove_files) COMPLETE
54072026-08-29T04:31:40.684Z[ recovery-image] Aug 29 04:31:39.319 INFO O| Aug 29 04:31:39.319 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54082026-08-29T04:31:40.689Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
54092026-08-29T04:31:40.695Z[ recovery-image] Aug 29 04:31:39.330 INFO O| Aug 29 04:31:39.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
54102026-08-29T04:31:40.696Z[ recovery-image] Aug 29 04:31:39.330 INFO O| Aug 29 04:31:39.330 INFO STEP 30 (remove_files) COMPLETE
54112026-08-29T04:31:40.699Z[ recovery-image] Aug 29 04:31:39.330 INFO O| Aug 29 04:31:39.330 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54122026-08-29T04:31:40.722Z[ recovery-image] Aug 29 04:31:39.351 INFO O| Aug 29 04:31:39.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
54132026-08-29T04:31:40.722Z[ recovery-image] Aug 29 04:31:39.351 INFO O| Aug 29 04:31:39.351 INFO STEP 31 (remove_files) COMPLETE
54142026-08-29T04:31:40.722Z[ recovery-image] Aug 29 04:31:39.351 INFO O| Aug 29 04:31:39.351 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54152026-08-29T04:31:40.726Z[ recovery-image] Aug 29 04:31:39.361 INFO O| Aug 29 04:31:39.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
54162026-08-29T04:31:40.726Z[ recovery-image] Aug 29 04:31:39.361 INFO O| Aug 29 04:31:39.361 INFO STEP 32 (remove_files) COMPLETE
54172026-08-29T04:31:40.729Z[ recovery-image] Aug 29 04:31:39.361 INFO O| Aug 29 04:31:39.361 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54182026-08-29T04:31:40.736Z[verify-libraries] Compiling fs-err v2.11.0
54192026-08-29T04:31:40.739Z[ recovery-image] Aug 29 04:31:39.371 INFO O| Aug 29 04:31:39.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
54202026-08-29T04:31:40.741Z[ recovery-image] Aug 29 04:31:39.371 INFO O| Aug 29 04:31:39.371 INFO STEP 33 (remove_files) COMPLETE
54212026-08-29T04:31:40.741Z[ recovery-image] Aug 29 04:31:39.371 INFO O| Aug 29 04:31:39.371 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54222026-08-29T04:31:40.746Z[ recovery-image] Aug 29 04:31:39.380 INFO O| Aug 29 04:31:39.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
54232026-08-29T04:31:40.746Z[ recovery-image] Aug 29 04:31:39.381 INFO O| Aug 29 04:31:39.380 INFO STEP 34 (remove_files) COMPLETE
54242026-08-29T04:31:40.746Z[ recovery-image] Aug 29 04:31:39.381 INFO O| Aug 29 04:31:39.380 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54252026-08-29T04:31:40.755Z[ recovery-image] Aug 29 04:31:39.390 INFO O| Aug 29 04:31:39.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
54262026-08-29T04:31:40.755Z[ recovery-image] Aug 29 04:31:39.390 INFO O| Aug 29 04:31:39.390 INFO STEP 35 (remove_files) COMPLETE
54272026-08-29T04:31:40.758Z[ recovery-image] Aug 29 04:31:39.390 INFO O| Aug 29 04:31:39.390 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54282026-08-29T04:31:40.764Z[ recovery-image] Aug 29 04:31:39.399 INFO O| Aug 29 04:31:39.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54292026-08-29T04:31:40.764Z[ recovery-image] Aug 29 04:31:39.399 INFO O| Aug 29 04:31:39.399 INFO STEP 36 (remove_files) COMPLETE
54302026-08-29T04:31:40.764Z[ recovery-image] Aug 29 04:31:39.399 INFO O| Aug 29 04:31:39.399 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-08-29T04:31:40.774Z[ recovery-image] Aug 29 04:31:39.409 INFO O| Aug 29 04:31:39.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54322026-08-29T04:31:40.774Z[ recovery-image] Aug 29 04:31:39.409 INFO O| Aug 29 04:31:39.409 INFO STEP 37 (remove_files) COMPLETE
54332026-08-29T04:31:40.774Z[ recovery-image] Aug 29 04:31:39.409 INFO O| Aug 29 04:31:39.409 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-08-29T04:31:40.783Z[ recovery-image] Aug 29 04:31:39.418 INFO O| Aug 29 04:31:39.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54352026-08-29T04:31:40.784Z[ recovery-image] Aug 29 04:31:39.418 INFO O| Aug 29 04:31:39.418 INFO STEP 38 (remove_files) COMPLETE
54362026-08-29T04:31:40.787Z[ recovery-image] Aug 29 04:31:39.418 INFO O| Aug 29 04:31:39.418 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-08-29T04:31:40.792Z[ recovery-image] Aug 29 04:31:39.427 INFO O| Aug 29 04:31:39.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54382026-08-29T04:31:40.792Z[ recovery-image] Aug 29 04:31:39.427 INFO O| Aug 29 04:31:39.427 INFO STEP 39 (remove_files) COMPLETE
54392026-08-29T04:31:40.796Z[ recovery-image] Aug 29 04:31:39.427 INFO O| Aug 29 04:31:39.427 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-08-29T04:31:40.802Z[ recovery-image] Aug 29 04:31:39.437 INFO O| Aug 29 04:31:39.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54412026-08-29T04:31:40.802Z[ recovery-image] Aug 29 04:31:39.437 INFO O| Aug 29 04:31:39.437 INFO STEP 40 (remove_files) COMPLETE
54422026-08-29T04:31:40.805Z[ recovery-image] Aug 29 04:31:39.437 INFO O| Aug 29 04:31:39.437 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-08-29T04:31:40.825Z[ recovery-image] Aug 29 04:31:39.446 INFO O| Aug 29 04:31:39.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54442026-08-29T04:31:40.825Z[ recovery-image] Aug 29 04:31:39.446 INFO O| Aug 29 04:31:39.446 INFO STEP 41 (remove_files) COMPLETE
54452026-08-29T04:31:40.825Z[ recovery-image] Aug 29 04:31:39.446 INFO O| Aug 29 04:31:39.446 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-08-29T04:31:40.825Z[ recovery-image] Aug 29 04:31:39.455 INFO O| Aug 29 04:31:39.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54472026-08-29T04:31:40.825Z[ recovery-image] Aug 29 04:31:39.455 INFO O| Aug 29 04:31:39.455 INFO STEP 42 (remove_files) COMPLETE
54482026-08-29T04:31:40.828Z[ recovery-image] Aug 29 04:31:39.455 INFO O| Aug 29 04:31:39.455 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-08-29T04:31:40.832Z[ recovery-image] Aug 29 04:31:39.464 INFO O| Aug 29 04:31:39.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54502026-08-29T04:31:40.833Z[ recovery-image] Aug 29 04:31:39.464 INFO O| Aug 29 04:31:39.464 INFO STEP 43 (remove_files) COMPLETE
54512026-08-29T04:31:40.833Z[ recovery-image] Aug 29 04:31:39.464 INFO O| Aug 29 04:31:39.464 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-08-29T04:31:40.838Z[ recovery-image] Aug 29 04:31:39.473 INFO O| Aug 29 04:31:39.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54532026-08-29T04:31:40.845Z[ recovery-image] Aug 29 04:31:39.480 INFO O| Aug 29 04:31:39.480 INFO STEP 44 (remove_files) COMPLETE
54542026-08-29T04:31:40.845Z[ recovery-image] Aug 29 04:31:39.480 INFO O| Aug 29 04:31:39.480 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-08-29T04:31:40.870Z[ recovery-image] Aug 29 04:31:39.505 INFO O| Aug 29 04:31:39.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54562026-08-29T04:31:40.871Z[ recovery-image] Aug 29 04:31:39.505 INFO O| Aug 29 04:31:39.505 INFO STEP 45 (remove_files) COMPLETE
54572026-08-29T04:31:40.871Z[ recovery-image] Aug 29 04:31:39.505 INFO O| Aug 29 04:31:39.505 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-08-29T04:31:40.880Z[ recovery-image] Aug 29 04:31:39.515 INFO O| Aug 29 04:31:39.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54592026-08-29T04:31:40.880Z[ recovery-image] Aug 29 04:31:39.515 INFO O| Aug 29 04:31:39.515 INFO STEP 46 (remove_files) COMPLETE
54602026-08-29T04:31:40.884Z[ recovery-image] Aug 29 04:31:39.515 INFO O| Aug 29 04:31:39.515 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-08-29T04:31:40.905Z[ recovery-image] Aug 29 04:31:39.539 INFO O| Aug 29 04:31:39.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54622026-08-29T04:31:40.905Z[ recovery-image] Aug 29 04:31:39.540 INFO O| Aug 29 04:31:39.539 INFO STEP 47 (remove_files) COMPLETE
54632026-08-29T04:31:40.905Z[ recovery-image] Aug 29 04:31:39.540 INFO O| Aug 29 04:31:39.540 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-08-29T04:31:40.915Z[ recovery-image] Aug 29 04:31:39.548 INFO O| Aug 29 04:31:39.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54652026-08-29T04:31:40.916Z[ recovery-image] Aug 29 04:31:39.548 INFO O| Aug 29 04:31:39.548 INFO STEP 48 (remove_files) COMPLETE
54662026-08-29T04:31:40.916Z[ recovery-image] Aug 29 04:31:39.548 INFO O| Aug 29 04:31:39.548 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-08-29T04:31:40.922Z[ recovery-image] Aug 29 04:31:39.557 INFO O| Aug 29 04:31:39.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54682026-08-29T04:31:40.922Z[ recovery-image] Aug 29 04:31:39.557 INFO O| Aug 29 04:31:39.557 INFO STEP 49 (remove_files) COMPLETE
54692026-08-29T04:31:40.922Z[ recovery-image] Aug 29 04:31:39.557 INFO O| Aug 29 04:31:39.557 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-08-29T04:31:40.932Z[ recovery-image] Aug 29 04:31:39.566 INFO O| Aug 29 04:31:39.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54712026-08-29T04:31:40.932Z[ recovery-image] Aug 29 04:31:39.566 INFO O| Aug 29 04:31:39.566 INFO STEP 50 (remove_files) COMPLETE
54722026-08-29T04:31:40.932Z[ recovery-image] Aug 29 04:31:39.567 INFO O| Aug 29 04:31:39.566 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-08-29T04:31:40.941Z[ recovery-image] Aug 29 04:31:39.575 INFO O| Aug 29 04:31:39.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54742026-08-29T04:31:40.949Z[ recovery-image] Aug 29 04:31:39.578 INFO O| Aug 29 04:31:39.578 INFO STEP 51 (remove_files) COMPLETE
54752026-08-29T04:31:40.949Z[ recovery-image] Aug 29 04:31:39.578 INFO O| Aug 29 04:31:39.578 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-08-29T04:31:40.954Z[ recovery-image] Aug 29 04:31:39.586 INFO O| Aug 29 04:31:39.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54772026-08-29T04:31:40.954Z[ recovery-image] Aug 29 04:31:39.586 INFO O| Aug 29 04:31:39.586 INFO STEP 52 (remove_files) COMPLETE
54782026-08-29T04:31:40.954Z[ recovery-image] Aug 29 04:31:39.586 INFO O| Aug 29 04:31:39.586 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-08-29T04:31:40.960Z[ recovery-image] Aug 29 04:31:39.594 INFO O| Aug 29 04:31:39.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54802026-08-29T04:31:40.960Z[ recovery-image] Aug 29 04:31:39.595 INFO O| Aug 29 04:31:39.594 INFO STEP 53 (remove_files) COMPLETE
54812026-08-29T04:31:40.960Z[ recovery-image] Aug 29 04:31:39.595 INFO O| Aug 29 04:31:39.594 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-08-29T04:31:40.968Z[ recovery-image] Aug 29 04:31:39.602 INFO O| Aug 29 04:31:39.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54832026-08-29T04:31:40.968Z[ recovery-image] Aug 29 04:31:39.602 INFO O| Aug 29 04:31:39.602 INFO STEP 54 (remove_files) COMPLETE
54842026-08-29T04:31:40.971Z[ recovery-image] Aug 29 04:31:39.602 INFO O| Aug 29 04:31:39.602 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-08-29T04:31:40.975Z[ recovery-image] Aug 29 04:31:39.610 INFO O| Aug 29 04:31:39.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54862026-08-29T04:31:40.975Z[ recovery-image] Aug 29 04:31:39.610 INFO O| Aug 29 04:31:39.610 INFO STEP 55 (remove_files) COMPLETE
54872026-08-29T04:31:40.979Z[ recovery-image] Aug 29 04:31:39.610 INFO O| Aug 29 04:31:39.610 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-08-29T04:31:40.982Z[verify-libraries] Compiling internet-checksum v0.2.1
54892026-08-29T04:31:40.988Z[ recovery-image] Aug 29 04:31:39.623 INFO O| Aug 29 04:31:39.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54902026-08-29T04:31:41.002Z[ recovery-image] Aug 29 04:31:39.635 INFO O| Aug 29 04:31:39.635 INFO STEP 56 (remove_files) COMPLETE
54912026-08-29T04:31:41.002Z[ recovery-image] Aug 29 04:31:39.635 INFO O| Aug 29 04:31:39.635 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54922026-08-29T04:31:41.011Z[ recovery-image] Aug 29 04:31:39.646 INFO O| Aug 29 04:31:39.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54932026-08-29T04:31:41.012Z[ recovery-image] Aug 29 04:31:39.646 INFO O| Aug 29 04:31:39.646 INFO STEP 57 (remove_files) COMPLETE
54942026-08-29T04:31:41.012Z[ recovery-image] Aug 29 04:31:39.646 INFO O| Aug 29 04:31:39.646 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54952026-08-29T04:31:41.021Z[ recovery-image] Aug 29 04:31:39.656 INFO O| Aug 29 04:31:39.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54962026-08-29T04:31:41.021Z[ recovery-image] Aug 29 04:31:39.656 INFO O| Aug 29 04:31:39.656 INFO STEP 58 (remove_files) COMPLETE
54972026-08-29T04:31:41.025Z[ recovery-image] Aug 29 04:31:39.656 INFO O| Aug 29 04:31:39.656 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54982026-08-29T04:31:41.030Z[ recovery-image] Aug 29 04:31:39.665 INFO O| Aug 29 04:31:39.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54992026-08-29T04:31:41.030Z[ recovery-image] Aug 29 04:31:39.665 INFO O| Aug 29 04:31:39.665 INFO STEP 59 (remove_files) COMPLETE
55002026-08-29T04:31:41.034Z[ recovery-image] Aug 29 04:31:39.665 INFO O| Aug 29 04:31:39.665 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55012026-08-29T04:31:41.046Z[ recovery-image] Aug 29 04:31:39.681 INFO O| Aug 29 04:31:39.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
55022026-08-29T04:31:41.047Z[ recovery-image] Aug 29 04:31:39.681 INFO O| Aug 29 04:31:39.681 INFO STEP 60 (remove_files) COMPLETE
55032026-08-29T04:31:41.048Z[ recovery-image] Aug 29 04:31:39.681 INFO O| Aug 29 04:31:39.681 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55042026-08-29T04:31:41.057Z[ recovery-image] Aug 29 04:31:39.691 INFO O| Aug 29 04:31:39.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
55052026-08-29T04:31:41.057Z[ recovery-image] Aug 29 04:31:39.691 INFO O| Aug 29 04:31:39.691 INFO STEP 61 (remove_files) COMPLETE
55062026-08-29T04:31:41.060Z[ recovery-image] Aug 29 04:31:39.691 INFO O| Aug 29 04:31:39.691 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55072026-08-29T04:31:41.066Z[ recovery-image] Aug 29 04:31:39.701 INFO O| Aug 29 04:31:39.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
55082026-08-29T04:31:41.066Z[ recovery-image] Aug 29 04:31:39.701 INFO O| Aug 29 04:31:39.701 INFO STEP 62 (remove_files) COMPLETE
55092026-08-29T04:31:41.069Z[ recovery-image] Aug 29 04:31:39.701 INFO O| Aug 29 04:31:39.701 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-08-29T04:31:41.086Z[ recovery-image] Aug 29 04:31:39.720 INFO O| Aug 29 04:31:39.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
55112026-08-29T04:31:41.086Z[ recovery-image] Aug 29 04:31:39.720 INFO O| Aug 29 04:31:39.720 INFO STEP 63 (remove_files) COMPLETE
55122026-08-29T04:31:41.086Z[ recovery-image] Aug 29 04:31:39.720 INFO O| Aug 29 04:31:39.720 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55132026-08-29T04:31:41.095Z[ recovery-image] Aug 29 04:31:39.730 INFO O| Aug 29 04:31:39.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
55142026-08-29T04:31:41.118Z[ recovery-image] Aug 29 04:31:39.752 INFO O| Aug 29 04:31:39.752 INFO STEP 64 (remove_files) COMPLETE
55152026-08-29T04:31:41.118Z[ recovery-image] Aug 29 04:31:39.752 INFO O| Aug 29 04:31:39.752 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55162026-08-29T04:31:41.128Z[ recovery-image] Aug 29 04:31:39.763 INFO O| Aug 29 04:31:39.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
55172026-08-29T04:31:41.128Z[ recovery-image] Aug 29 04:31:39.763 INFO O| Aug 29 04:31:39.763 INFO STEP 65 (remove_files) COMPLETE
55182026-08-29T04:31:41.132Z[ recovery-image] Aug 29 04:31:39.763 INFO O| Aug 29 04:31:39.763 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55192026-08-29T04:31:41.137Z[ recovery-image] Aug 29 04:31:39.772 INFO O| Aug 29 04:31:39.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
55202026-08-29T04:31:41.137Z[ recovery-image] Aug 29 04:31:39.772 INFO O| Aug 29 04:31:39.772 INFO STEP 66 (remove_files) COMPLETE
55212026-08-29T04:31:41.141Z[ recovery-image] Aug 29 04:31:39.772 INFO O| Aug 29 04:31:39.772 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55222026-08-29T04:31:41.154Z[ recovery-image] Aug 29 04:31:39.782 INFO O| Aug 29 04:31:39.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
55232026-08-29T04:31:41.155Z[ recovery-image] Aug 29 04:31:39.782 INFO O| Aug 29 04:31:39.782 INFO STEP 67 (remove_files) COMPLETE
55242026-08-29T04:31:41.155Z[ recovery-image] Aug 29 04:31:39.782 INFO O| Aug 29 04:31:39.782 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55252026-08-29T04:31:41.159Z[ recovery-image] Aug 29 04:31:39.792 INFO O| Aug 29 04:31:39.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55262026-08-29T04:31:41.159Z[ recovery-image] Aug 29 04:31:39.792 INFO O| Aug 29 04:31:39.792 INFO STEP 68 (remove_files) COMPLETE
55272026-08-29T04:31:41.159Z[ recovery-image] Aug 29 04:31:39.792 INFO O| Aug 29 04:31:39.792 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55282026-08-29T04:31:41.166Z[ recovery-image] Aug 29 04:31:39.801 INFO O| Aug 29 04:31:39.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55292026-08-29T04:31:41.166Z[ recovery-image] Aug 29 04:31:39.801 INFO O| Aug 29 04:31:39.801 INFO STEP 69 (remove_files) COMPLETE
55302026-08-29T04:31:41.169Z[ recovery-image] Aug 29 04:31:39.801 INFO O| Aug 29 04:31:39.801 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55312026-08-29T04:31:41.174Z[ recovery-image] Aug 29 04:31:39.809 INFO O| Aug 29 04:31:39.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55322026-08-29T04:31:41.174Z[ recovery-image] Aug 29 04:31:39.809 INFO O| Aug 29 04:31:39.809 INFO STEP 70 (remove_files) COMPLETE
55332026-08-29T04:31:41.177Z[ recovery-image] Aug 29 04:31:39.809 INFO O| Aug 29 04:31:39.809 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-08-29T04:31:41.182Z[ recovery-image] Aug 29 04:31:39.817 INFO O| Aug 29 04:31:39.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55352026-08-29T04:31:41.183Z[ recovery-image] Aug 29 04:31:39.818 INFO O| Aug 29 04:31:39.818 INFO STEP 71 (remove_files) COMPLETE
55362026-08-29T04:31:41.183Z[ recovery-image] Aug 29 04:31:39.818 INFO O| Aug 29 04:31:39.818 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-08-29T04:31:41.191Z[ recovery-image] Aug 29 04:31:39.826 INFO O| Aug 29 04:31:39.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55382026-08-29T04:31:41.191Z[ recovery-image] Aug 29 04:31:39.826 INFO O| Aug 29 04:31:39.826 INFO STEP 72 (remove_files) COMPLETE
55392026-08-29T04:31:41.195Z[ recovery-image] Aug 29 04:31:39.826 INFO O| Aug 29 04:31:39.826 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55402026-08-29T04:31:41.200Z[ recovery-image] Aug 29 04:31:39.834 INFO O| Aug 29 04:31:39.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55412026-08-29T04:31:41.200Z[ recovery-image] Aug 29 04:31:39.834 INFO O| Aug 29 04:31:39.834 INFO STEP 73 (remove_files) COMPLETE
55422026-08-29T04:31:41.203Z[ recovery-image] Aug 29 04:31:39.835 INFO O| Aug 29 04:31:39.834 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55432026-08-29T04:31:41.232Z[ recovery-image] Aug 29 04:31:39.867 INFO O| Aug 29 04:31:39.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55442026-08-29T04:31:41.232Z[ recovery-image] Aug 29 04:31:39.867 INFO O| Aug 29 04:31:39.867 INFO STEP 74 (remove_files) COMPLETE
55452026-08-29T04:31:41.235Z[ recovery-image] Aug 29 04:31:39.867 INFO O| Aug 29 04:31:39.867 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55462026-08-29T04:31:41.245Z[ recovery-image] Aug 29 04:31:39.880 INFO O| Aug 29 04:31:39.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55472026-08-29T04:31:41.245Z[ recovery-image] Aug 29 04:31:39.880 INFO O| Aug 29 04:31:39.880 INFO STEP 75 (remove_files) COMPLETE
55482026-08-29T04:31:41.245Z[ recovery-image] Aug 29 04:31:39.880 INFO O| Aug 29 04:31:39.880 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55492026-08-29T04:31:41.284Z[ recovery-image] Aug 29 04:31:39.918 INFO O| Aug 29 04:31:39.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55502026-08-29T04:31:41.284Z[ recovery-image] Aug 29 04:31:39.918 INFO O| Aug 29 04:31:39.918 INFO STEP 76 (remove_files) COMPLETE
55512026-08-29T04:31:41.284Z[ recovery-image] Aug 29 04:31:39.918 INFO O| Aug 29 04:31:39.918 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55522026-08-29T04:31:41.293Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
55532026-08-29T04:31:41.300Z[ recovery-image] Aug 29 04:31:39.934 INFO O| Aug 29 04:31:39.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55542026-08-29T04:31:41.300Z[ recovery-image] Aug 29 04:31:39.935 INFO O| Aug 29 04:31:39.934 INFO STEP 77 (remove_files) COMPLETE
55552026-08-29T04:31:41.304Z[ recovery-image] Aug 29 04:31:39.935 INFO O| Aug 29 04:31:39.935 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55562026-08-29T04:31:41.310Z[ recovery-image] Aug 29 04:31:39.945 INFO O| Aug 29 04:31:39.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55572026-08-29T04:31:41.310Z[ recovery-image] Aug 29 04:31:39.945 INFO O| Aug 29 04:31:39.945 INFO STEP 78 (remove_files) COMPLETE
55582026-08-29T04:31:41.310Z[ recovery-image] Aug 29 04:31:39.945 INFO O| Aug 29 04:31:39.945 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55592026-08-29T04:31:41.323Z[ recovery-image] Aug 29 04:31:39.955 INFO O| Aug 29 04:31:39.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55602026-08-29T04:31:41.323Z[ recovery-image] Aug 29 04:31:39.956 INFO O| Aug 29 04:31:39.955 INFO STEP 79 (remove_files) COMPLETE
55612026-08-29T04:31:41.329Z[ recovery-image] Aug 29 04:31:39.956 INFO O| Aug 29 04:31:39.955 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55622026-08-29T04:31:41.333Z[ recovery-image] Aug 29 04:31:39.965 INFO O| Aug 29 04:31:39.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55632026-08-29T04:31:41.333Z[ recovery-image] Aug 29 04:31:39.965 INFO O| Aug 29 04:31:39.965 INFO STEP 80 (remove_files) COMPLETE
55642026-08-29T04:31:41.333Z[ recovery-image] Aug 29 04:31:39.965 INFO O| Aug 29 04:31:39.965 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55652026-08-29T04:31:41.341Z[ recovery-image] Aug 29 04:31:39.975 INFO O| Aug 29 04:31:39.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55662026-08-29T04:31:41.341Z[ recovery-image] Aug 29 04:31:39.975 INFO O| Aug 29 04:31:39.975 INFO STEP 81 (remove_files) COMPLETE
55672026-08-29T04:31:41.344Z[ recovery-image] Aug 29 04:31:39.975 INFO O| Aug 29 04:31:39.975 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55682026-08-29T04:31:41.396Z[ recovery-image] Aug 29 04:31:40.030 INFO O| Aug 29 04:31:40.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55692026-08-29T04:31:41.397Z[ recovery-image] Aug 29 04:31:40.030 INFO O| Aug 29 04:31:40.030 INFO STEP 82 (remove_files) COMPLETE
55702026-08-29T04:31:41.405Z[ recovery-image] Aug 29 04:31:40.030 INFO O| Aug 29 04:31:40.030 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-08-29T04:31:41.408Z[ recovery-image] Aug 29 04:31:40.039 INFO O| Aug 29 04:31:40.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55722026-08-29T04:31:41.409Z[ recovery-image] Aug 29 04:31:40.040 INFO O| Aug 29 04:31:40.040 INFO STEP 83 (remove_files) COMPLETE
55732026-08-29T04:31:41.409Z[ recovery-image] Aug 29 04:31:40.040 INFO O| Aug 29 04:31:40.040 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55742026-08-29T04:31:41.421Z[ recovery-image] Aug 29 04:31:40.055 INFO O| Aug 29 04:31:40.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55752026-08-29T04:31:41.424Z[ recovery-image] Aug 29 04:31:40.056 INFO O| Aug 29 04:31:40.056 INFO STEP 84 (remove_files) COMPLETE
55762026-08-29T04:31:41.424Z[ recovery-image] Aug 29 04:31:40.056 INFO O| Aug 29 04:31:40.056 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-08-29T04:31:41.431Z[ recovery-image] Aug 29 04:31:40.065 INFO O| Aug 29 04:31:40.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55782026-08-29T04:31:41.432Z[ recovery-image] Aug 29 04:31:40.065 INFO O| Aug 29 04:31:40.065 INFO STEP 85 (remove_files) COMPLETE
55792026-08-29T04:31:41.435Z[ recovery-image] Aug 29 04:31:40.065 INFO O| Aug 29 04:31:40.065 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-08-29T04:31:41.439Z[ recovery-image] Aug 29 04:31:40.074 INFO O| Aug 29 04:31:40.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55812026-08-29T04:31:41.439Z[ recovery-image] Aug 29 04:31:40.074 INFO O| Aug 29 04:31:40.074 INFO STEP 86 (remove_files) COMPLETE
55822026-08-29T04:31:41.442Z[ recovery-image] Aug 29 04:31:40.074 INFO O| Aug 29 04:31:40.074 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-08-29T04:31:41.449Z[ recovery-image] Aug 29 04:31:40.084 INFO O| Aug 29 04:31:40.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55842026-08-29T04:31:41.449Z[ recovery-image] Aug 29 04:31:40.084 INFO O| Aug 29 04:31:40.084 INFO STEP 87 (remove_files) COMPLETE
55852026-08-29T04:31:41.449Z[ recovery-image] Aug 29 04:31:40.084 INFO O| Aug 29 04:31:40.084 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-08-29T04:31:41.502Z[ recovery-image] Aug 29 04:31:40.095 INFO O| Aug 29 04:31:40.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55872026-08-29T04:31:41.502Z[ recovery-image] Aug 29 04:31:40.096 INFO O| Aug 29 04:31:40.096 INFO STEP 88 (remove_files) COMPLETE
55882026-08-29T04:31:41.502Z[ recovery-image] Aug 29 04:31:40.096 INFO O| Aug 29 04:31:40.096 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-08-29T04:31:41.502Z[ recovery-image] Aug 29 04:31:40.107 INFO O| Aug 29 04:31:40.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55902026-08-29T04:31:41.502Z[ recovery-image] Aug 29 04:31:40.107 INFO O| Aug 29 04:31:40.107 INFO STEP 89 (remove_files) COMPLETE
55912026-08-29T04:31:41.502Z[ recovery-image] Aug 29 04:31:40.107 INFO O| Aug 29 04:31:40.107 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55922026-08-29T04:31:41.502Z[ recovery-image] Aug 29 04:31:40.119 INFO O| Aug 29 04:31:40.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55932026-08-29T04:31:41.502Z[ recovery-image] Aug 29 04:31:40.119 INFO O| Aug 29 04:31:40.119 INFO STEP 90 (remove_files) COMPLETE
55942026-08-29T04:31:41.502Z[ recovery-image] Aug 29 04:31:40.119 INFO O| Aug 29 04:31:40.119 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55952026-08-29T04:31:41.502Z[ recovery-image] Aug 29 04:31:40.128 INFO O| Aug 29 04:31:40.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55962026-08-29T04:31:41.502Z[ recovery-image] Aug 29 04:31:40.128 INFO O| Aug 29 04:31:40.128 INFO STEP 91 (remove_files) COMPLETE
55972026-08-29T04:31:41.502Z[ recovery-image] Aug 29 04:31:40.128 INFO O| Aug 29 04:31:40.128 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55982026-08-29T04:31:41.506Z[ recovery-image] Aug 29 04:31:40.138 INFO O| Aug 29 04:31:40.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55992026-08-29T04:31:41.506Z[ recovery-image] Aug 29 04:31:40.139 INFO O| Aug 29 04:31:40.138 INFO STEP 92 (remove_files) COMPLETE
56002026-08-29T04:31:41.506Z[ recovery-image] Aug 29 04:31:40.139 INFO O| Aug 29 04:31:40.138 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56012026-08-29T04:31:41.514Z[ recovery-image] Aug 29 04:31:40.149 INFO O| Aug 29 04:31:40.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
56022026-08-29T04:31:41.514Z[ recovery-image] Aug 29 04:31:40.149 INFO O| Aug 29 04:31:40.149 INFO STEP 93 (remove_files) COMPLETE
56032026-08-29T04:31:41.514Z[ recovery-image] Aug 29 04:31:40.149 INFO O| Aug 29 04:31:40.149 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56042026-08-29T04:31:41.524Z[ recovery-image] Aug 29 04:31:40.158 INFO O| Aug 29 04:31:40.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
56052026-08-29T04:31:41.524Z[ recovery-image] Aug 29 04:31:40.158 INFO O| Aug 29 04:31:40.158 INFO STEP 94 (remove_files) COMPLETE
56062026-08-29T04:31:41.524Z[ recovery-image] Aug 29 04:31:40.158 INFO O| Aug 29 04:31:40.158 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56072026-08-29T04:31:41.533Z[ recovery-image] Aug 29 04:31:40.167 INFO O| Aug 29 04:31:40.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
56082026-08-29T04:31:41.533Z[ recovery-image] Aug 29 04:31:40.168 INFO O| Aug 29 04:31:40.168 INFO STEP 95 (remove_files) COMPLETE
56092026-08-29T04:31:41.535Z[ recovery-image] Aug 29 04:31:40.168 INFO O| Aug 29 04:31:40.168 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56102026-08-29T04:31:41.542Z[ recovery-image] Aug 29 04:31:40.177 INFO O| Aug 29 04:31:40.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
56112026-08-29T04:31:41.542Z[ recovery-image] Aug 29 04:31:40.177 INFO O| Aug 29 04:31:40.177 INFO STEP 96 (remove_files) COMPLETE
56122026-08-29T04:31:41.542Z[ recovery-image] Aug 29 04:31:40.177 INFO O| Aug 29 04:31:40.177 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56132026-08-29T04:31:41.551Z[ recovery-image] Aug 29 04:31:40.186 INFO O| Aug 29 04:31:40.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
56142026-08-29T04:31:41.555Z[ recovery-image] Aug 29 04:31:40.186 INFO O| Aug 29 04:31:40.186 INFO STEP 97 (remove_files) COMPLETE
56152026-08-29T04:31:41.557Z[ recovery-image] Aug 29 04:31:40.186 INFO O| Aug 29 04:31:40.186 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56162026-08-29T04:31:41.559Z[ recovery-image] Aug 29 04:31:40.194 INFO O| Aug 29 04:31:40.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
56172026-08-29T04:31:41.559Z[ recovery-image] Aug 29 04:31:40.194 INFO O| Aug 29 04:31:40.194 INFO STEP 98 (remove_files) COMPLETE
56182026-08-29T04:31:41.559Z[ recovery-image] Aug 29 04:31:40.194 INFO O| Aug 29 04:31:40.194 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56192026-08-29T04:31:41.569Z[ recovery-image] Aug 29 04:31:40.204 INFO O| Aug 29 04:31:40.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
56202026-08-29T04:31:41.569Z[ recovery-image] Aug 29 04:31:40.204 INFO O| Aug 29 04:31:40.204 INFO STEP 99 (remove_files) COMPLETE
56212026-08-29T04:31:41.572Z[ recovery-image] Aug 29 04:31:40.204 INFO O| Aug 29 04:31:40.204 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56222026-08-29T04:31:41.577Z[ recovery-image] Aug 29 04:31:40.212 INFO O| Aug 29 04:31:40.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
56232026-08-29T04:31:41.581Z[ recovery-image] Aug 29 04:31:40.213 INFO O| Aug 29 04:31:40.213 INFO STEP 100 (remove_files) COMPLETE
56242026-08-29T04:31:41.581Z[ recovery-image] Aug 29 04:31:40.213 INFO O| Aug 29 04:31:40.213 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56252026-08-29T04:31:41.592Z[ recovery-image] Aug 29 04:31:40.226 INFO O| Aug 29 04:31:40.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
56262026-08-29T04:31:41.592Z[ recovery-image] Aug 29 04:31:40.226 INFO O| Aug 29 04:31:40.226 INFO STEP 101 (remove_files) COMPLETE
56272026-08-29T04:31:41.592Z[ recovery-image] Aug 29 04:31:40.226 INFO O| Aug 29 04:31:40.226 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56282026-08-29T04:31:41.602Z[ recovery-image] Aug 29 04:31:40.237 INFO O| Aug 29 04:31:40.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56292026-08-29T04:31:41.602Z[ recovery-image] Aug 29 04:31:40.237 INFO O| Aug 29 04:31:40.237 INFO STEP 102 (remove_files) COMPLETE
56302026-08-29T04:31:41.606Z[ recovery-image] Aug 29 04:31:40.237 INFO O| Aug 29 04:31:40.237 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56312026-08-29T04:31:41.612Z[ recovery-image] Aug 29 04:31:40.247 INFO O| Aug 29 04:31:40.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56322026-08-29T04:31:41.612Z[ recovery-image] Aug 29 04:31:40.247 INFO O| Aug 29 04:31:40.247 INFO STEP 103 (remove_files) COMPLETE
56332026-08-29T04:31:41.615Z[ recovery-image] Aug 29 04:31:40.247 INFO O| Aug 29 04:31:40.247 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56342026-08-29T04:31:41.624Z[ recovery-image] Aug 29 04:31:40.257 INFO O| Aug 29 04:31:40.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56352026-08-29T04:31:41.624Z[ recovery-image] Aug 29 04:31:40.257 INFO O| Aug 29 04:31:40.257 INFO STEP 104 (remove_files) COMPLETE
56362026-08-29T04:31:41.624Z[ recovery-image] Aug 29 04:31:40.257 INFO O| Aug 29 04:31:40.257 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56372026-08-29T04:31:41.637Z[ recovery-image] Aug 29 04:31:40.267 INFO O| Aug 29 04:31:40.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56382026-08-29T04:31:41.637Z[ recovery-image] Aug 29 04:31:40.267 INFO O| Aug 29 04:31:40.267 INFO STEP 105 (remove_files) COMPLETE
56392026-08-29T04:31:41.637Z[ recovery-image] Aug 29 04:31:40.267 INFO O| Aug 29 04:31:40.267 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56402026-08-29T04:31:41.641Z[ recovery-image] Aug 29 04:31:40.276 INFO O| Aug 29 04:31:40.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56412026-08-29T04:31:41.641Z[ recovery-image] Aug 29 04:31:40.276 INFO O| Aug 29 04:31:40.276 INFO STEP 106 (remove_files) COMPLETE
56422026-08-29T04:31:41.645Z[ recovery-image] Aug 29 04:31:40.276 INFO O| Aug 29 04:31:40.276 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56432026-08-29T04:31:41.651Z[ recovery-image] Aug 29 04:31:40.286 INFO O| Aug 29 04:31:40.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56442026-08-29T04:31:41.651Z[ recovery-image] Aug 29 04:31:40.286 INFO O| Aug 29 04:31:40.286 INFO STEP 107 (remove_files) COMPLETE
56452026-08-29T04:31:41.654Z[ recovery-image] Aug 29 04:31:40.286 INFO O| Aug 29 04:31:40.286 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56462026-08-29T04:31:41.660Z[ recovery-image] Aug 29 04:31:40.295 INFO O| Aug 29 04:31:40.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56472026-08-29T04:31:41.660Z[ recovery-image] Aug 29 04:31:40.295 INFO O| Aug 29 04:31:40.295 INFO STEP 108 (remove_files) COMPLETE
56482026-08-29T04:31:41.660Z[ recovery-image] Aug 29 04:31:40.295 INFO O| Aug 29 04:31:40.295 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56492026-08-29T04:31:41.668Z[ recovery-image] Aug 29 04:31:40.303 INFO O| Aug 29 04:31:40.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56502026-08-29T04:31:41.668Z[ recovery-image] Aug 29 04:31:40.303 INFO O| Aug 29 04:31:40.303 INFO STEP 109 (remove_files) COMPLETE
56512026-08-29T04:31:41.671Z[ recovery-image] Aug 29 04:31:40.303 INFO O| Aug 29 04:31:40.303 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56522026-08-29T04:31:41.679Z[ recovery-image] Aug 29 04:31:40.314 INFO O| Aug 29 04:31:40.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56532026-08-29T04:31:41.679Z[ recovery-image] Aug 29 04:31:40.314 INFO O| Aug 29 04:31:40.314 INFO STEP 110 (remove_files) COMPLETE
56542026-08-29T04:31:41.683Z[ recovery-image] Aug 29 04:31:40.314 INFO O| Aug 29 04:31:40.314 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56552026-08-29T04:31:41.689Z[ recovery-image] Aug 29 04:31:40.323 INFO O| Aug 29 04:31:40.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56562026-08-29T04:31:41.689Z[ recovery-image] Aug 29 04:31:40.324 INFO O| Aug 29 04:31:40.324 INFO STEP 111 (remove_files) COMPLETE
56572026-08-29T04:31:41.689Z[ recovery-image] Aug 29 04:31:40.324 INFO O| Aug 29 04:31:40.324 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56582026-08-29T04:31:41.698Z[ recovery-image] Aug 29 04:31:40.333 INFO O| Aug 29 04:31:40.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56592026-08-29T04:31:41.702Z[ recovery-image] Aug 29 04:31:40.333 INFO O| Aug 29 04:31:40.333 INFO STEP 112 (remove_files) COMPLETE
56602026-08-29T04:31:41.702Z[ recovery-image] Aug 29 04:31:40.333 INFO O| Aug 29 04:31:40.333 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56612026-08-29T04:31:41.708Z[ recovery-image] Aug 29 04:31:40.343 INFO O| Aug 29 04:31:40.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56622026-08-29T04:31:41.708Z[ recovery-image] Aug 29 04:31:40.343 INFO O| Aug 29 04:31:40.343 INFO STEP 113 (remove_files) COMPLETE
56632026-08-29T04:31:41.712Z[ recovery-image] Aug 29 04:31:40.343 INFO O| Aug 29 04:31:40.343 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56642026-08-29T04:31:41.716Z[ recovery-image] Aug 29 04:31:40.351 INFO O| Aug 29 04:31:40.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56652026-08-29T04:31:41.716Z[ recovery-image] Aug 29 04:31:40.351 INFO O| Aug 29 04:31:40.351 INFO STEP 114 (remove_files) COMPLETE
56662026-08-29T04:31:41.719Z[ recovery-image] Aug 29 04:31:40.351 INFO O| Aug 29 04:31:40.351 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56672026-08-29T04:31:41.728Z[ recovery-image] Aug 29 04:31:40.363 INFO O| Aug 29 04:31:40.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56682026-08-29T04:31:41.728Z[ recovery-image] Aug 29 04:31:40.363 INFO O| Aug 29 04:31:40.363 INFO STEP 115 (remove_files) COMPLETE
56692026-08-29T04:31:41.728Z[ recovery-image] Aug 29 04:31:40.363 INFO O| Aug 29 04:31:40.363 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56702026-08-29T04:31:41.738Z[ recovery-image] Aug 29 04:31:40.373 INFO O| Aug 29 04:31:40.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56712026-08-29T04:31:41.738Z[ recovery-image] Aug 29 04:31:40.373 INFO O| Aug 29 04:31:40.373 INFO STEP 116 (remove_files) COMPLETE
56722026-08-29T04:31:41.738Z[ recovery-image] Aug 29 04:31:40.373 INFO O| Aug 29 04:31:40.373 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56732026-08-29T04:31:41.748Z[ recovery-image] Aug 29 04:31:40.383 INFO O| Aug 29 04:31:40.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56742026-08-29T04:31:41.749Z[ recovery-image] Aug 29 04:31:40.383 INFO O| Aug 29 04:31:40.383 INFO STEP 117 (remove_files) COMPLETE
56752026-08-29T04:31:41.752Z[ recovery-image] Aug 29 04:31:40.383 INFO O| Aug 29 04:31:40.383 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-08-29T04:31:41.764Z[ recovery-image] Aug 29 04:31:40.399 INFO O| Aug 29 04:31:40.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56772026-08-29T04:31:41.764Z[ recovery-image] Aug 29 04:31:40.399 INFO O| Aug 29 04:31:40.392 INFO STEP 118 (remove_files) COMPLETE
56782026-08-29T04:31:41.767Z[ recovery-image] Aug 29 04:31:40.399 INFO O| Aug 29 04:31:40.392 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-08-29T04:31:41.776Z[ recovery-image] Aug 29 04:31:40.411 INFO O| Aug 29 04:31:40.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56802026-08-29T04:31:41.776Z[ recovery-image] Aug 29 04:31:40.411 INFO O| Aug 29 04:31:40.411 INFO STEP 119 (remove_files) COMPLETE
56812026-08-29T04:31:41.779Z[ recovery-image] Aug 29 04:31:40.411 INFO O| Aug 29 04:31:40.411 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56822026-08-29T04:31:41.790Z[ recovery-image] Aug 29 04:31:40.425 INFO O| Aug 29 04:31:40.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56832026-08-29T04:31:41.790Z[ recovery-image] Aug 29 04:31:40.425 INFO O| Aug 29 04:31:40.425 INFO STEP 120 (remove_files) COMPLETE
56842026-08-29T04:31:41.790Z[ recovery-image] Aug 29 04:31:40.425 INFO O| Aug 29 04:31:40.425 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-08-29T04:31:41.800Z[ recovery-image] Aug 29 04:31:40.435 INFO O| Aug 29 04:31:40.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56862026-08-29T04:31:41.800Z[ recovery-image] Aug 29 04:31:40.435 INFO O| Aug 29 04:31:40.435 INFO STEP 121 (remove_files) COMPLETE
56872026-08-29T04:31:41.803Z[ recovery-image] Aug 29 04:31:40.435 INFO O| Aug 29 04:31:40.435 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56882026-08-29T04:31:41.811Z[ recovery-image] Aug 29 04:31:40.446 INFO O| Aug 29 04:31:40.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56892026-08-29T04:31:41.813Z[ recovery-image] Aug 29 04:31:40.446 INFO O| Aug 29 04:31:40.446 INFO STEP 122 (remove_files) COMPLETE
56902026-08-29T04:31:41.814Z[ recovery-image] Aug 29 04:31:40.446 INFO O| Aug 29 04:31:40.446 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56912026-08-29T04:31:41.822Z[ recovery-image] Aug 29 04:31:40.457 INFO O| Aug 29 04:31:40.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56922026-08-29T04:31:41.822Z[ recovery-image] Aug 29 04:31:40.457 INFO O| Aug 29 04:31:40.457 INFO STEP 123 (remove_files) COMPLETE
56932026-08-29T04:31:41.822Z[ recovery-image] Aug 29 04:31:40.457 INFO O| Aug 29 04:31:40.457 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56942026-08-29T04:31:41.849Z[ recovery-image] Aug 29 04:31:40.484 INFO O| Aug 29 04:31:40.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56952026-08-29T04:31:41.849Z[ recovery-image] Aug 29 04:31:40.484 INFO O| Aug 29 04:31:40.484 INFO STEP 124 (remove_files) COMPLETE
56962026-08-29T04:31:41.849Z[ recovery-image] Aug 29 04:31:40.484 INFO O| Aug 29 04:31:40.484 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56972026-08-29T04:31:41.861Z[ recovery-image] Aug 29 04:31:40.496 INFO O| Aug 29 04:31:40.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56982026-08-29T04:31:41.861Z[ recovery-image] Aug 29 04:31:40.496 INFO O| Aug 29 04:31:40.496 INFO STEP 125 (remove_files) COMPLETE
56992026-08-29T04:31:41.864Z[ recovery-image] Aug 29 04:31:40.496 INFO O| Aug 29 04:31:40.496 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57002026-08-29T04:31:41.872Z[ recovery-image] Aug 29 04:31:40.507 INFO O| Aug 29 04:31:40.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
57012026-08-29T04:31:41.872Z[ recovery-image] Aug 29 04:31:40.507 INFO O| Aug 29 04:31:40.507 INFO STEP 126 (remove_files) COMPLETE
57022026-08-29T04:31:41.872Z[ recovery-image] Aug 29 04:31:40.507 INFO O| Aug 29 04:31:40.507 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57032026-08-29T04:31:41.900Z[ recovery-image] Aug 29 04:31:40.535 INFO O| Aug 29 04:31:40.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
57042026-08-29T04:31:41.900Z[ recovery-image] Aug 29 04:31:40.535 INFO O| Aug 29 04:31:40.535 INFO STEP 127 (remove_files) COMPLETE
57052026-08-29T04:31:41.900Z[ recovery-image] Aug 29 04:31:40.535 INFO O| Aug 29 04:31:40.535 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57062026-08-29T04:31:41.910Z[ recovery-image] Aug 29 04:31:40.545 INFO O| Aug 29 04:31:40.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
57072026-08-29T04:31:41.910Z[ recovery-image] Aug 29 04:31:40.545 INFO O| Aug 29 04:31:40.545 INFO STEP 128 (remove_files) COMPLETE
57082026-08-29T04:31:41.913Z[ recovery-image] Aug 29 04:31:40.545 INFO O| Aug 29 04:31:40.545 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57092026-08-29T04:31:41.919Z[ recovery-image] Aug 29 04:31:40.555 INFO O| Aug 29 04:31:40.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
57102026-08-29T04:31:41.920Z[ recovery-image] Aug 29 04:31:40.555 INFO O| Aug 29 04:31:40.555 INFO STEP 129 (remove_files) COMPLETE
57112026-08-29T04:31:41.920Z[ recovery-image] Aug 29 04:31:40.555 INFO O| Aug 29 04:31:40.555 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57122026-08-29T04:31:41.929Z[ recovery-image] Aug 29 04:31:40.564 INFO O| Aug 29 04:31:40.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
57132026-08-29T04:31:41.929Z[ recovery-image] Aug 29 04:31:40.564 INFO O| Aug 29 04:31:40.564 INFO STEP 130 (remove_files) COMPLETE
57142026-08-29T04:31:41.932Z[ recovery-image] Aug 29 04:31:40.564 INFO O| Aug 29 04:31:40.564 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57152026-08-29T04:31:41.938Z[ recovery-image] Aug 29 04:31:40.573 INFO O| Aug 29 04:31:40.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
57162026-08-29T04:31:41.938Z[ recovery-image] Aug 29 04:31:40.573 INFO O| Aug 29 04:31:40.573 INFO STEP 131 (remove_files) COMPLETE
57172026-08-29T04:31:41.941Z[ recovery-image] Aug 29 04:31:40.573 INFO O| Aug 29 04:31:40.573 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57182026-08-29T04:31:41.947Z[ recovery-image] Aug 29 04:31:40.582 INFO O| Aug 29 04:31:40.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
57192026-08-29T04:31:41.947Z[ recovery-image] Aug 29 04:31:40.582 INFO O| Aug 29 04:31:40.582 INFO STEP 132 (remove_files) COMPLETE
57202026-08-29T04:31:41.950Z[ recovery-image] Aug 29 04:31:40.582 INFO O| Aug 29 04:31:40.582 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57212026-08-29T04:31:41.956Z[ recovery-image] Aug 29 04:31:40.591 INFO O| Aug 29 04:31:40.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
57222026-08-29T04:31:41.956Z[ recovery-image] Aug 29 04:31:40.591 INFO O| Aug 29 04:31:40.591 INFO STEP 133 (remove_files) COMPLETE
57232026-08-29T04:31:41.956Z[ recovery-image] Aug 29 04:31:40.591 INFO O| Aug 29 04:31:40.591 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57242026-08-29T04:31:41.965Z[ recovery-image] Aug 29 04:31:40.600 INFO O| Aug 29 04:31:40.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57252026-08-29T04:31:41.965Z[ recovery-image] Aug 29 04:31:40.600 INFO O| Aug 29 04:31:40.600 INFO STEP 134 (remove_files) COMPLETE
57262026-08-29T04:31:41.965Z[ recovery-image] Aug 29 04:31:40.600 INFO O| Aug 29 04:31:40.600 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-08-29T04:31:41.976Z[ recovery-image] Aug 29 04:31:40.610 INFO O| Aug 29 04:31:40.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57282026-08-29T04:31:41.976Z[ recovery-image] Aug 29 04:31:40.610 INFO O| Aug 29 04:31:40.610 INFO STEP 135 (remove_files) COMPLETE
57292026-08-29T04:31:41.976Z[ recovery-image] Aug 29 04:31:40.610 INFO O| Aug 29 04:31:40.610 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-08-29T04:31:41.984Z[ recovery-image] Aug 29 04:31:40.619 INFO O| Aug 29 04:31:40.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57312026-08-29T04:31:41.984Z[ recovery-image] Aug 29 04:31:40.619 INFO O| Aug 29 04:31:40.619 INFO STEP 136 (remove_files) COMPLETE
57322026-08-29T04:31:41.984Z[ recovery-image] Aug 29 04:31:40.619 INFO O| Aug 29 04:31:40.619 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-08-29T04:31:41.993Z[ recovery-image] Aug 29 04:31:40.628 INFO O| Aug 29 04:31:40.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57342026-08-29T04:31:41.993Z[ recovery-image] Aug 29 04:31:40.628 INFO O| Aug 29 04:31:40.628 INFO STEP 137 (remove_files) COMPLETE
57352026-08-29T04:31:41.993Z[ recovery-image] Aug 29 04:31:40.628 INFO O| Aug 29 04:31:40.628 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57362026-08-29T04:31:41.997Z[verify-libraries] Compiling samael v0.0.19
57372026-08-29T04:31:42.013Z[ recovery-image] Aug 29 04:31:40.647 INFO O| Aug 29 04:31:40.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57382026-08-29T04:31:42.016Z[ recovery-image] Aug 29 04:31:40.650 INFO O| Aug 29 04:31:40.648 INFO STEP 138 (remove_files) COMPLETE
57392026-08-29T04:31:42.016Z[ recovery-image] Aug 29 04:31:40.650 INFO O| Aug 29 04:31:40.648 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-08-29T04:31:42.024Z[ recovery-image] Aug 29 04:31:40.658 INFO O| Aug 29 04:31:40.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57412026-08-29T04:31:42.024Z[ recovery-image] Aug 29 04:31:40.659 INFO O| Aug 29 04:31:40.659 INFO STEP 139 (remove_files) COMPLETE
57422026-08-29T04:31:42.024Z[ recovery-image] Aug 29 04:31:40.659 INFO O| Aug 29 04:31:40.659 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-08-29T04:31:42.034Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
57442026-08-29T04:31:42.037Z[ recovery-image] Aug 29 04:31:40.669 INFO O| Aug 29 04:31:40.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57452026-08-29T04:31:42.037Z[ recovery-image] Aug 29 04:31:40.669 INFO O| Aug 29 04:31:40.669 INFO STEP 140 (remove_files) COMPLETE
57462026-08-29T04:31:42.037Z[ recovery-image] Aug 29 04:31:40.669 INFO O| Aug 29 04:31:40.669 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-08-29T04:31:42.045Z[ recovery-image] Aug 29 04:31:40.680 INFO O| Aug 29 04:31:40.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57482026-08-29T04:31:42.045Z[ recovery-image] Aug 29 04:31:40.680 INFO O| Aug 29 04:31:40.680 INFO STEP 141 (remove_files) COMPLETE
57492026-08-29T04:31:42.045Z[ recovery-image] Aug 29 04:31:40.680 INFO O| Aug 29 04:31:40.680 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-08-29T04:31:42.055Z[ recovery-image] Aug 29 04:31:40.690 INFO O| Aug 29 04:31:40.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57512026-08-29T04:31:42.055Z[ recovery-image] Aug 29 04:31:40.690 INFO O| Aug 29 04:31:40.690 INFO STEP 142 (remove_files) COMPLETE
57522026-08-29T04:31:42.055Z[ recovery-image] Aug 29 04:31:40.690 INFO O| Aug 29 04:31:40.690 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-08-29T04:31:42.079Z[ recovery-image] Aug 29 04:31:40.714 INFO O| Aug 29 04:31:40.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57542026-08-29T04:31:42.079Z[ recovery-image] Aug 29 04:31:40.714 INFO O| Aug 29 04:31:40.714 INFO STEP 143 (remove_files) COMPLETE
57552026-08-29T04:31:42.079Z[ recovery-image] Aug 29 04:31:40.714 INFO O| Aug 29 04:31:40.714 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-08-29T04:31:42.090Z[ recovery-image] Aug 29 04:31:40.724 INFO O| Aug 29 04:31:40.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57572026-08-29T04:31:42.097Z[ recovery-image] Aug 29 04:31:40.725 INFO O| Aug 29 04:31:40.725 INFO STEP 144 (remove_files) COMPLETE
57582026-08-29T04:31:42.097Z[ recovery-image] Aug 29 04:31:40.725 INFO O| Aug 29 04:31:40.725 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-08-29T04:31:42.102Z[ recovery-image] Aug 29 04:31:40.737 INFO O| Aug 29 04:31:40.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57602026-08-29T04:31:42.102Z[ recovery-image] Aug 29 04:31:40.737 INFO O| Aug 29 04:31:40.737 INFO STEP 145 (remove_files) COMPLETE
57612026-08-29T04:31:42.102Z[ recovery-image] Aug 29 04:31:40.737 INFO O| Aug 29 04:31:40.737 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-08-29T04:31:42.112Z[ recovery-image] Aug 29 04:31:40.747 INFO O| Aug 29 04:31:40.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57632026-08-29T04:31:42.112Z[ recovery-image] Aug 29 04:31:40.747 INFO O| Aug 29 04:31:40.747 INFO STEP 146 (remove_files) COMPLETE
57642026-08-29T04:31:42.112Z[ recovery-image] Aug 29 04:31:40.747 INFO O| Aug 29 04:31:40.747 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-08-29T04:31:42.123Z[ recovery-image] Aug 29 04:31:40.757 INFO O| Aug 29 04:31:40.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57662026-08-29T04:31:42.123Z[ recovery-image] Aug 29 04:31:40.758 INFO O| Aug 29 04:31:40.757 INFO STEP 147 (remove_files) COMPLETE
57672026-08-29T04:31:42.123Z[ recovery-image] Aug 29 04:31:40.758 INFO O| Aug 29 04:31:40.758 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-08-29T04:31:42.133Z[ recovery-image] Aug 29 04:31:40.768 INFO O| Aug 29 04:31:40.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57692026-08-29T04:31:42.133Z[ recovery-image] Aug 29 04:31:40.768 INFO O| Aug 29 04:31:40.768 INFO STEP 148 (remove_files) COMPLETE
57702026-08-29T04:31:42.136Z[ recovery-image] Aug 29 04:31:40.768 INFO O| Aug 29 04:31:40.768 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-08-29T04:31:42.143Z[ recovery-image] Aug 29 04:31:40.778 INFO O| Aug 29 04:31:40.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57722026-08-29T04:31:42.143Z[ recovery-image] Aug 29 04:31:40.778 INFO O| Aug 29 04:31:40.778 INFO STEP 149 (remove_files) COMPLETE
57732026-08-29T04:31:42.143Z[ recovery-image] Aug 29 04:31:40.778 INFO O| Aug 29 04:31:40.778 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-08-29T04:31:42.154Z[ recovery-image] Aug 29 04:31:40.789 INFO O| Aug 29 04:31:40.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57752026-08-29T04:31:42.154Z[ recovery-image] Aug 29 04:31:40.789 INFO O| Aug 29 04:31:40.789 INFO STEP 150 (remove_files) COMPLETE
57762026-08-29T04:31:42.154Z[ recovery-image] Aug 29 04:31:40.789 INFO O| Aug 29 04:31:40.789 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-08-29T04:31:42.164Z[ recovery-image] Aug 29 04:31:40.799 INFO O| Aug 29 04:31:40.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57782026-08-29T04:31:42.165Z[ recovery-image] Aug 29 04:31:40.799 INFO O| Aug 29 04:31:40.799 INFO STEP 151 (remove_files) COMPLETE
57792026-08-29T04:31:42.168Z[ recovery-image] Aug 29 04:31:40.799 INFO O| Aug 29 04:31:40.799 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-08-29T04:31:42.186Z[ recovery-image] Aug 29 04:31:40.821 INFO O| Aug 29 04:31:40.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57812026-08-29T04:31:42.186Z[ recovery-image] Aug 29 04:31:40.821 INFO O| Aug 29 04:31:40.821 INFO STEP 152 (remove_files) COMPLETE
57822026-08-29T04:31:42.187Z[ recovery-image] Aug 29 04:31:40.821 INFO O| Aug 29 04:31:40.821 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-08-29T04:31:42.196Z[ recovery-image] Aug 29 04:31:40.831 INFO O| Aug 29 04:31:40.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57842026-08-29T04:31:42.196Z[ recovery-image] Aug 29 04:31:40.831 INFO O| Aug 29 04:31:40.831 INFO STEP 153 (remove_files) COMPLETE
57852026-08-29T04:31:42.196Z[ recovery-image] Aug 29 04:31:40.831 INFO O| Aug 29 04:31:40.831 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-08-29T04:31:42.208Z[ recovery-image] Aug 29 04:31:40.843 INFO O| Aug 29 04:31:40.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57872026-08-29T04:31:42.208Z[ recovery-image] Aug 29 04:31:40.843 INFO O| Aug 29 04:31:40.843 INFO STEP 154 (remove_files) COMPLETE
57882026-08-29T04:31:42.211Z[ recovery-image] Aug 29 04:31:40.843 INFO O| Aug 29 04:31:40.843 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-08-29T04:31:42.220Z[ recovery-image] Aug 29 04:31:40.855 INFO O| Aug 29 04:31:40.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57902026-08-29T04:31:42.220Z[ recovery-image] Aug 29 04:31:40.855 INFO O| Aug 29 04:31:40.855 INFO STEP 155 (remove_files) COMPLETE
57912026-08-29T04:31:42.220Z[ recovery-image] Aug 29 04:31:40.855 INFO O| Aug 29 04:31:40.855 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-08-29T04:31:42.230Z[ recovery-image] Aug 29 04:31:40.865 INFO O| Aug 29 04:31:40.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57932026-08-29T04:31:42.230Z[ recovery-image] Aug 29 04:31:40.865 INFO O| Aug 29 04:31:40.865 INFO STEP 156 (remove_files) COMPLETE
57942026-08-29T04:31:42.230Z[ recovery-image] Aug 29 04:31:40.865 INFO O| Aug 29 04:31:40.865 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-08-29T04:31:42.240Z[ recovery-image] Aug 29 04:31:40.875 INFO O| Aug 29 04:31:40.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57962026-08-29T04:31:42.240Z[ recovery-image] Aug 29 04:31:40.875 INFO O| Aug 29 04:31:40.875 INFO STEP 157 (remove_files) COMPLETE
57972026-08-29T04:31:42.240Z[ recovery-image] Aug 29 04:31:40.875 INFO O| Aug 29 04:31:40.875 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-08-29T04:31:42.251Z[ recovery-image] Aug 29 04:31:40.886 INFO O| Aug 29 04:31:40.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57992026-08-29T04:31:42.251Z[ recovery-image] Aug 29 04:31:40.886 INFO O| Aug 29 04:31:40.886 INFO STEP 158 (remove_files) COMPLETE
58002026-08-29T04:31:42.254Z[ recovery-image] Aug 29 04:31:40.886 INFO O| Aug 29 04:31:40.886 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-08-29T04:31:42.273Z[ recovery-image] Aug 29 04:31:40.908 INFO O| Aug 29 04:31:40.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
58022026-08-29T04:31:42.276Z[ recovery-image] Aug 29 04:31:40.911 INFO O| Aug 29 04:31:40.911 INFO STEP 159 (remove_files) COMPLETE
58032026-08-29T04:31:42.276Z[ recovery-image] Aug 29 04:31:40.911 INFO O| Aug 29 04:31:40.911 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-08-29T04:31:42.289Z[ recovery-image] Aug 29 04:31:40.924 INFO O| Aug 29 04:31:40.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
58052026-08-29T04:31:42.289Z[ recovery-image] Aug 29 04:31:40.924 INFO O| Aug 29 04:31:40.924 INFO STEP 160 (remove_files) COMPLETE
58062026-08-29T04:31:42.289Z[ recovery-image] Aug 29 04:31:40.924 INFO O| Aug 29 04:31:40.924 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-08-29T04:31:42.301Z[ recovery-image] Aug 29 04:31:40.936 INFO O| Aug 29 04:31:40.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
58082026-08-29T04:31:42.301Z[ recovery-image] Aug 29 04:31:40.936 INFO O| Aug 29 04:31:40.936 INFO STEP 161 (remove_files) COMPLETE
58092026-08-29T04:31:42.306Z[ recovery-image] Aug 29 04:31:40.936 INFO O| Aug 29 04:31:40.936 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-08-29T04:31:42.312Z[ recovery-image] Aug 29 04:31:40.947 INFO O| Aug 29 04:31:40.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
58112026-08-29T04:31:42.312Z[ recovery-image] Aug 29 04:31:40.947 INFO O| Aug 29 04:31:40.946 INFO STEP 162 (remove_files) COMPLETE
58122026-08-29T04:31:42.312Z[ recovery-image] Aug 29 04:31:40.947 INFO O| Aug 29 04:31:40.946 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-08-29T04:31:42.329Z[ recovery-image] Aug 29 04:31:40.962 INFO O| Aug 29 04:31:40.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
58142026-08-29T04:31:42.329Z[ recovery-image] Aug 29 04:31:40.962 INFO O| Aug 29 04:31:40.962 INFO STEP 163 (remove_files) COMPLETE
58152026-08-29T04:31:42.329Z[ recovery-image] Aug 29 04:31:40.962 INFO O| Aug 29 04:31:40.962 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-08-29T04:31:42.338Z[ recovery-image] Aug 29 04:31:40.972 INFO O| Aug 29 04:31:40.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
58172026-08-29T04:31:42.338Z[ recovery-image] Aug 29 04:31:40.972 INFO O| Aug 29 04:31:40.972 INFO STEP 164 (remove_files) COMPLETE
58182026-08-29T04:31:42.343Z[ recovery-image] Aug 29 04:31:40.972 INFO O| Aug 29 04:31:40.972 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-08-29T04:31:42.347Z[ recovery-image] Aug 29 04:31:40.982 INFO O| Aug 29 04:31:40.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
58202026-08-29T04:31:42.353Z[ recovery-image] Aug 29 04:31:40.985 INFO O| Aug 29 04:31:40.985 INFO STEP 165 (remove_files) COMPLETE
58212026-08-29T04:31:42.353Z[ recovery-image] Aug 29 04:31:40.985 INFO O| Aug 29 04:31:40.985 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-08-29T04:31:42.378Z[ recovery-image] Aug 29 04:31:41.013 INFO O| Aug 29 04:31:41.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
58232026-08-29T04:31:42.378Z[ recovery-image] Aug 29 04:31:41.013 INFO O| Aug 29 04:31:41.013 INFO STEP 166 (remove_files) COMPLETE
58242026-08-29T04:31:42.381Z[ recovery-image] Aug 29 04:31:41.013 INFO O| Aug 29 04:31:41.013 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-08-29T04:31:42.401Z[ recovery-image] Aug 29 04:31:41.035 INFO O| Aug 29 04:31:41.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58262026-08-29T04:31:42.401Z[ recovery-image] Aug 29 04:31:41.035 INFO O| Aug 29 04:31:41.035 INFO STEP 167 (remove_files) COMPLETE
58272026-08-29T04:31:42.401Z[ recovery-image] Aug 29 04:31:41.035 INFO O| Aug 29 04:31:41.035 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-08-29T04:31:42.409Z[ recovery-image] Aug 29 04:31:41.044 INFO O| Aug 29 04:31:41.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58292026-08-29T04:31:42.409Z[ recovery-image] Aug 29 04:31:41.044 INFO O| Aug 29 04:31:41.044 INFO STEP 168 (remove_files) COMPLETE
58302026-08-29T04:31:42.409Z[ recovery-image] Aug 29 04:31:41.044 INFO O| Aug 29 04:31:41.044 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-08-29T04:31:42.425Z[ recovery-image] Aug 29 04:31:41.059 INFO O| Aug 29 04:31:41.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58322026-08-29T04:31:42.425Z[ recovery-image] Aug 29 04:31:41.060 INFO O| Aug 29 04:31:41.060 INFO STEP 169 (remove_files) COMPLETE
58332026-08-29T04:31:42.428Z[ recovery-image] Aug 29 04:31:41.060 INFO O| Aug 29 04:31:41.060 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-08-29T04:31:42.436Z[ recovery-image] Aug 29 04:31:41.071 INFO O| Aug 29 04:31:41.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58352026-08-29T04:31:42.436Z[ recovery-image] Aug 29 04:31:41.071 INFO O| Aug 29 04:31:41.071 INFO STEP 170 (remove_files) COMPLETE
58362026-08-29T04:31:42.436Z[ recovery-image] Aug 29 04:31:41.071 INFO O| Aug 29 04:31:41.071 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-08-29T04:31:42.446Z[ recovery-image] Aug 29 04:31:41.081 INFO O| Aug 29 04:31:41.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58382026-08-29T04:31:42.446Z[ recovery-image] Aug 29 04:31:41.081 INFO O| Aug 29 04:31:41.081 INFO STEP 171 (remove_files) COMPLETE
58392026-08-29T04:31:42.446Z[ recovery-image] Aug 29 04:31:41.081 INFO O| Aug 29 04:31:41.081 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-08-29T04:31:42.455Z[ recovery-image] Aug 29 04:31:41.090 INFO O| Aug 29 04:31:41.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58412026-08-29T04:31:42.455Z[ recovery-image] Aug 29 04:31:41.090 INFO O| Aug 29 04:31:41.090 INFO STEP 172 (remove_files) COMPLETE
58422026-08-29T04:31:42.455Z[ recovery-image] Aug 29 04:31:41.090 INFO O| Aug 29 04:31:41.090 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-08-29T04:31:42.466Z[ recovery-image] Aug 29 04:31:41.101 INFO O| Aug 29 04:31:41.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58442026-08-29T04:31:42.466Z[ recovery-image] Aug 29 04:31:41.101 INFO O| Aug 29 04:31:41.101 INFO STEP 173 (remove_files) COMPLETE
58452026-08-29T04:31:42.469Z[ recovery-image] Aug 29 04:31:41.101 INFO O| Aug 29 04:31:41.101 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-08-29T04:31:42.475Z[ recovery-image] Aug 29 04:31:41.110 INFO O| Aug 29 04:31:41.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58472026-08-29T04:31:42.475Z[ recovery-image] Aug 29 04:31:41.110 INFO O| Aug 29 04:31:41.110 INFO STEP 174 (remove_files) COMPLETE
58482026-08-29T04:31:42.476Z[ recovery-image] Aug 29 04:31:41.110 INFO O| Aug 29 04:31:41.110 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-08-29T04:31:42.484Z[ recovery-image] Aug 29 04:31:41.119 INFO O| Aug 29 04:31:41.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58502026-08-29T04:31:42.484Z[ recovery-image] Aug 29 04:31:41.119 INFO O| Aug 29 04:31:41.119 INFO STEP 175 (remove_files) COMPLETE
58512026-08-29T04:31:42.484Z[ recovery-image] Aug 29 04:31:41.119 INFO O| Aug 29 04:31:41.119 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-08-29T04:31:42.495Z[ recovery-image] Aug 29 04:31:41.130 INFO O| Aug 29 04:31:41.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58532026-08-29T04:31:42.495Z[ recovery-image] Aug 29 04:31:41.130 INFO O| Aug 29 04:31:41.130 INFO STEP 176 (remove_files) COMPLETE
58542026-08-29T04:31:42.498Z[ recovery-image] Aug 29 04:31:41.130 INFO O| Aug 29 04:31:41.130 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-08-29T04:31:42.504Z[ recovery-image] Aug 29 04:31:41.139 INFO O| Aug 29 04:31:41.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58562026-08-29T04:31:42.507Z[ recovery-image] Aug 29 04:31:41.139 INFO O| Aug 29 04:31:41.139 INFO STEP 177 (remove_files) COMPLETE
58572026-08-29T04:31:42.507Z[ recovery-image] Aug 29 04:31:41.139 INFO O| Aug 29 04:31:41.139 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-08-29T04:31:42.512Z[ recovery-image] Aug 29 04:31:41.147 INFO O| Aug 29 04:31:41.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58592026-08-29T04:31:42.512Z[ recovery-image] Aug 29 04:31:41.147 INFO O| Aug 29 04:31:41.147 INFO STEP 178 (remove_files) COMPLETE
58602026-08-29T04:31:42.516Z[ recovery-image] Aug 29 04:31:41.147 INFO O| Aug 29 04:31:41.147 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-08-29T04:31:42.521Z[ recovery-image] Aug 29 04:31:41.156 INFO O| Aug 29 04:31:41.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58622026-08-29T04:31:42.521Z[ recovery-image] Aug 29 04:31:41.156 INFO O| Aug 29 04:31:41.156 INFO STEP 179 (remove_files) COMPLETE
58632026-08-29T04:31:42.524Z[ recovery-image] Aug 29 04:31:41.156 INFO O| Aug 29 04:31:41.156 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-08-29T04:31:42.531Z[ recovery-image] Aug 29 04:31:41.166 INFO O| Aug 29 04:31:41.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58652026-08-29T04:31:42.531Z[ recovery-image] Aug 29 04:31:41.166 INFO O| Aug 29 04:31:41.166 INFO STEP 180 (remove_files) COMPLETE
58662026-08-29T04:31:42.534Z[ recovery-image] Aug 29 04:31:41.166 INFO O| Aug 29 04:31:41.166 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-08-29T04:31:42.540Z[ recovery-image] Aug 29 04:31:41.175 INFO O| Aug 29 04:31:41.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58682026-08-29T04:31:42.540Z[ recovery-image] Aug 29 04:31:41.175 INFO O| Aug 29 04:31:41.175 INFO STEP 181 (remove_files) COMPLETE
58692026-08-29T04:31:42.544Z[ recovery-image] Aug 29 04:31:41.175 INFO O| Aug 29 04:31:41.175 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-08-29T04:31:42.551Z[ recovery-image] Aug 29 04:31:41.186 INFO O| Aug 29 04:31:41.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58712026-08-29T04:31:42.551Z[ recovery-image] Aug 29 04:31:41.186 INFO O| Aug 29 04:31:41.186 INFO STEP 182 (remove_files) COMPLETE
58722026-08-29T04:31:42.551Z[ recovery-image] Aug 29 04:31:41.186 INFO O| Aug 29 04:31:41.186 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-08-29T04:31:42.562Z[ recovery-image] Aug 29 04:31:41.196 INFO O| Aug 29 04:31:41.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58742026-08-29T04:31:42.562Z[ recovery-image] Aug 29 04:31:41.196 INFO O| Aug 29 04:31:41.196 INFO STEP 183 (remove_files) COMPLETE
58752026-08-29T04:31:42.566Z[ recovery-image] Aug 29 04:31:41.197 INFO O| Aug 29 04:31:41.196 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-08-29T04:31:42.573Z[ recovery-image] Aug 29 04:31:41.207 INFO O| Aug 29 04:31:41.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58772026-08-29T04:31:42.573Z[ recovery-image] Aug 29 04:31:41.207 INFO O| Aug 29 04:31:41.207 INFO STEP 184 (remove_files) COMPLETE
58782026-08-29T04:31:42.576Z[ recovery-image] Aug 29 04:31:41.207 INFO O| Aug 29 04:31:41.207 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-08-29T04:31:42.582Z[ recovery-image] Aug 29 04:31:41.217 INFO O| Aug 29 04:31:41.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58802026-08-29T04:31:42.582Z[ recovery-image] Aug 29 04:31:41.217 INFO O| Aug 29 04:31:41.217 INFO STEP 185 (remove_files) COMPLETE
58812026-08-29T04:31:42.582Z[ recovery-image] Aug 29 04:31:41.217 INFO O| Aug 29 04:31:41.217 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-08-29T04:31:42.591Z[ recovery-image] Aug 29 04:31:41.226 INFO O| Aug 29 04:31:41.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58832026-08-29T04:31:42.591Z[ recovery-image] Aug 29 04:31:41.226 INFO O| Aug 29 04:31:41.226 INFO STEP 186 (remove_files) COMPLETE
58842026-08-29T04:31:42.591Z[ recovery-image] Aug 29 04:31:41.226 INFO O| Aug 29 04:31:41.226 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-08-29T04:31:42.601Z[ recovery-image] Aug 29 04:31:41.236 INFO O| Aug 29 04:31:41.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58862026-08-29T04:31:42.601Z[ recovery-image] Aug 29 04:31:41.236 INFO O| Aug 29 04:31:41.236 INFO STEP 187 (remove_files) COMPLETE
58872026-08-29T04:31:42.605Z[ recovery-image] Aug 29 04:31:41.236 INFO O| Aug 29 04:31:41.236 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-08-29T04:31:42.611Z[ recovery-image] Aug 29 04:31:41.246 INFO O| Aug 29 04:31:41.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58892026-08-29T04:31:42.611Z[ recovery-image] Aug 29 04:31:41.246 INFO O| Aug 29 04:31:41.246 INFO STEP 188 (remove_files) COMPLETE
58902026-08-29T04:31:42.611Z[ recovery-image] Aug 29 04:31:41.246 INFO O| Aug 29 04:31:41.246 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-08-29T04:31:42.622Z[ recovery-image] Aug 29 04:31:41.257 INFO O| Aug 29 04:31:41.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58922026-08-29T04:31:42.624Z[ recovery-image] Aug 29 04:31:41.257 INFO O| Aug 29 04:31:41.257 INFO STEP 189 (remove_files) COMPLETE
58932026-08-29T04:31:42.624Z[ recovery-image] Aug 29 04:31:41.257 INFO O| Aug 29 04:31:41.257 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-08-29T04:31:42.633Z[ recovery-image] Aug 29 04:31:41.266 INFO O| Aug 29 04:31:41.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58952026-08-29T04:31:42.633Z[ recovery-image] Aug 29 04:31:41.266 INFO O| Aug 29 04:31:41.266 INFO STEP 190 (remove_files) COMPLETE
58962026-08-29T04:31:42.633Z[ recovery-image] Aug 29 04:31:41.266 INFO O| Aug 29 04:31:41.266 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-08-29T04:31:42.642Z[ recovery-image] Aug 29 04:31:41.277 INFO O| Aug 29 04:31:41.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58982026-08-29T04:31:42.642Z[ recovery-image] Aug 29 04:31:41.277 INFO O| Aug 29 04:31:41.277 INFO STEP 191 (remove_files) COMPLETE
58992026-08-29T04:31:42.645Z[ recovery-image] Aug 29 04:31:41.277 INFO O| Aug 29 04:31:41.277 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-08-29T04:31:42.651Z[ recovery-image] Aug 29 04:31:41.286 INFO O| Aug 29 04:31:41.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
59012026-08-29T04:31:42.651Z[ recovery-image] Aug 29 04:31:41.286 INFO O| Aug 29 04:31:41.286 INFO STEP 192 (remove_files) COMPLETE
59022026-08-29T04:31:42.651Z[ recovery-image] Aug 29 04:31:41.286 INFO O| Aug 29 04:31:41.286 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-08-29T04:31:42.666Z[ recovery-image] Aug 29 04:31:41.301 INFO O| Aug 29 04:31:41.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
59042026-08-29T04:31:42.666Z[ recovery-image] Aug 29 04:31:41.301 INFO O| Aug 29 04:31:41.301 INFO STEP 193 (remove_files) COMPLETE
59052026-08-29T04:31:42.667Z[ recovery-image] Aug 29 04:31:41.301 INFO O| Aug 29 04:31:41.301 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-08-29T04:31:42.676Z[ recovery-image] Aug 29 04:31:41.311 INFO O| Aug 29 04:31:41.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
59072026-08-29T04:31:42.676Z[ recovery-image] Aug 29 04:31:41.311 INFO O| Aug 29 04:31:41.311 INFO STEP 194 (remove_files) COMPLETE
59082026-08-29T04:31:42.676Z[ recovery-image] Aug 29 04:31:41.311 INFO O| Aug 29 04:31:41.311 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-08-29T04:31:42.687Z[ recovery-image] Aug 29 04:31:41.320 INFO O| Aug 29 04:31:41.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
59102026-08-29T04:31:42.690Z[ recovery-image] Aug 29 04:31:41.320 INFO O| Aug 29 04:31:41.320 INFO STEP 195 (remove_files) COMPLETE
59112026-08-29T04:31:42.690Z[ recovery-image] Aug 29 04:31:41.320 INFO O| Aug 29 04:31:41.320 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-08-29T04:31:42.695Z[ recovery-image] Aug 29 04:31:41.331 INFO O| Aug 29 04:31:41.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
59132026-08-29T04:31:42.695Z[ recovery-image] Aug 29 04:31:41.331 INFO O| Aug 29 04:31:41.331 INFO STEP 196 (remove_files) COMPLETE
59142026-08-29T04:31:42.698Z[ recovery-image] Aug 29 04:31:41.331 INFO O| Aug 29 04:31:41.331 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-08-29T04:31:42.705Z[ recovery-image] Aug 29 04:31:41.340 INFO O| Aug 29 04:31:41.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
59162026-08-29T04:31:42.705Z[ recovery-image] Aug 29 04:31:41.340 INFO O| Aug 29 04:31:41.340 INFO STEP 197 (remove_files) COMPLETE
59172026-08-29T04:31:42.708Z[ recovery-image] Aug 29 04:31:41.340 INFO O| Aug 29 04:31:41.340 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-08-29T04:31:42.714Z[ recovery-image] Aug 29 04:31:41.349 INFO O| Aug 29 04:31:41.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
59192026-08-29T04:31:42.714Z[ recovery-image] Aug 29 04:31:41.349 INFO O| Aug 29 04:31:41.349 INFO STEP 198 (remove_files) COMPLETE
59202026-08-29T04:31:42.717Z[ recovery-image] Aug 29 04:31:41.349 INFO O| Aug 29 04:31:41.349 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-08-29T04:31:42.724Z[ recovery-image] Aug 29 04:31:41.359 INFO O| Aug 29 04:31:41.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
59222026-08-29T04:31:42.724Z[ recovery-image] Aug 29 04:31:41.359 INFO O| Aug 29 04:31:41.359 INFO STEP 199 (remove_files) COMPLETE
59232026-08-29T04:31:42.726Z[ recovery-image] Aug 29 04:31:41.359 INFO O| Aug 29 04:31:41.359 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-08-29T04:31:42.734Z[ recovery-image] Aug 29 04:31:41.369 INFO O| Aug 29 04:31:41.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
59252026-08-29T04:31:42.734Z[ recovery-image] Aug 29 04:31:41.369 INFO O| Aug 29 04:31:41.369 INFO STEP 200 (remove_files) COMPLETE
59262026-08-29T04:31:42.737Z[ recovery-image] Aug 29 04:31:41.369 INFO O| Aug 29 04:31:41.369 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-08-29T04:31:42.743Z[ recovery-image] Aug 29 04:31:41.379 INFO O| Aug 29 04:31:41.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59282026-08-29T04:31:42.746Z[ recovery-image] Aug 29 04:31:41.379 INFO O| Aug 29 04:31:41.379 INFO STEP 201 (remove_files) COMPLETE
59292026-08-29T04:31:42.746Z[ recovery-image] Aug 29 04:31:41.379 INFO O| Aug 29 04:31:41.379 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-08-29T04:31:42.755Z[ recovery-image] Aug 29 04:31:41.390 INFO O| Aug 29 04:31:41.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59312026-08-29T04:31:42.755Z[ recovery-image] Aug 29 04:31:41.390 INFO O| Aug 29 04:31:41.390 INFO STEP 202 (remove_files) COMPLETE
59322026-08-29T04:31:42.755Z[ recovery-image] Aug 29 04:31:41.390 INFO O| Aug 29 04:31:41.390 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-08-29T04:31:42.766Z[ recovery-image] Aug 29 04:31:41.400 INFO O| Aug 29 04:31:41.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59342026-08-29T04:31:42.766Z[ recovery-image] Aug 29 04:31:41.401 INFO O| Aug 29 04:31:41.401 INFO STEP 203 (remove_files) COMPLETE
59352026-08-29T04:31:42.766Z[ recovery-image] Aug 29 04:31:41.401 INFO O| Aug 29 04:31:41.401 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-08-29T04:31:42.776Z[ recovery-image] Aug 29 04:31:41.411 INFO O| Aug 29 04:31:41.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59372026-08-29T04:31:42.776Z[ recovery-image] Aug 29 04:31:41.411 INFO O| Aug 29 04:31:41.411 INFO STEP 204 (remove_files) COMPLETE
59382026-08-29T04:31:42.776Z[ recovery-image] Aug 29 04:31:41.411 INFO O| Aug 29 04:31:41.411 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-08-29T04:31:42.786Z[ recovery-image] Aug 29 04:31:41.421 INFO O| Aug 29 04:31:41.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59402026-08-29T04:31:42.787Z[ recovery-image] Aug 29 04:31:41.421 INFO O| Aug 29 04:31:41.421 INFO STEP 205 (remove_files) COMPLETE
59412026-08-29T04:31:42.790Z[ recovery-image] Aug 29 04:31:41.421 INFO O| Aug 29 04:31:41.421 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-08-29T04:31:42.798Z[ recovery-image] Aug 29 04:31:41.432 INFO O| Aug 29 04:31:41.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59432026-08-29T04:31:42.798Z[ recovery-image] Aug 29 04:31:41.432 INFO O| Aug 29 04:31:41.432 INFO STEP 206 (remove_files) COMPLETE
59442026-08-29T04:31:42.801Z[ recovery-image] Aug 29 04:31:41.432 INFO O| Aug 29 04:31:41.432 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-08-29T04:31:42.808Z[ recovery-image] Aug 29 04:31:41.443 INFO O| Aug 29 04:31:41.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59462026-08-29T04:31:42.808Z[ recovery-image] Aug 29 04:31:41.443 INFO O| Aug 29 04:31:41.443 INFO STEP 207 (remove_files) COMPLETE
59472026-08-29T04:31:42.808Z[ recovery-image] Aug 29 04:31:41.443 INFO O| Aug 29 04:31:41.443 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-08-29T04:31:42.817Z[ recovery-image] Aug 29 04:31:41.452 INFO O| Aug 29 04:31:41.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59492026-08-29T04:31:42.819Z[ recovery-image] Aug 29 04:31:41.452 INFO O| Aug 29 04:31:41.452 INFO STEP 208 (remove_files) COMPLETE
59502026-08-29T04:31:42.819Z[ recovery-image] Aug 29 04:31:41.452 INFO O| Aug 29 04:31:41.452 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-08-29T04:31:42.827Z[ recovery-image] Aug 29 04:31:41.462 INFO O| Aug 29 04:31:41.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59522026-08-29T04:31:42.827Z[ recovery-image] Aug 29 04:31:41.462 INFO O| Aug 29 04:31:41.462 INFO STEP 209 (remove_files) COMPLETE
59532026-08-29T04:31:42.831Z[ recovery-image] Aug 29 04:31:41.462 INFO O| Aug 29 04:31:41.462 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-08-29T04:31:42.838Z[ recovery-image] Aug 29 04:31:41.473 INFO O| Aug 29 04:31:41.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59552026-08-29T04:31:42.838Z[ recovery-image] Aug 29 04:31:41.473 INFO O| Aug 29 04:31:41.473 INFO STEP 210 (remove_files) COMPLETE
59562026-08-29T04:31:42.838Z[ recovery-image] Aug 29 04:31:41.473 INFO O| Aug 29 04:31:41.473 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-08-29T04:31:42.845Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
59582026-08-29T04:31:42.849Z[ recovery-image] Aug 29 04:31:41.483 INFO O| Aug 29 04:31:41.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59592026-08-29T04:31:42.849Z[ recovery-image] Aug 29 04:31:41.483 INFO O| Aug 29 04:31:41.483 INFO STEP 211 (remove_files) COMPLETE
59602026-08-29T04:31:42.849Z[ recovery-image] Aug 29 04:31:41.483 INFO O| Aug 29 04:31:41.483 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59612026-08-29T04:31:42.859Z[ recovery-image] Aug 29 04:31:41.494 INFO O| Aug 29 04:31:41.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59622026-08-29T04:31:42.859Z[ recovery-image] Aug 29 04:31:41.494 INFO O| Aug 29 04:31:41.494 INFO STEP 212 (remove_files) COMPLETE
59632026-08-29T04:31:42.863Z[ recovery-image] Aug 29 04:31:41.494 INFO O| Aug 29 04:31:41.494 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59642026-08-29T04:31:42.867Z[ recovery-image] Aug 29 04:31:41.502 INFO O| Aug 29 04:31:41.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59652026-08-29T04:31:42.869Z[ recovery-image] Aug 29 04:31:41.502 INFO O| Aug 29 04:31:41.502 INFO STEP 213 (remove_files) COMPLETE
59662026-08-29T04:31:42.869Z[ recovery-image] Aug 29 04:31:41.502 INFO O| Aug 29 04:31:41.502 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59672026-08-29T04:31:42.880Z[ recovery-image] Aug 29 04:31:41.510 INFO O| Aug 29 04:31:41.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59682026-08-29T04:31:42.880Z[ recovery-image] Aug 29 04:31:41.510 INFO O| Aug 29 04:31:41.510 INFO STEP 214 (remove_files) COMPLETE
59692026-08-29T04:31:42.880Z[ recovery-image] Aug 29 04:31:41.510 INFO O| Aug 29 04:31:41.510 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59702026-08-29T04:31:42.884Z[ recovery-image] Aug 29 04:31:41.518 INFO O| Aug 29 04:31:41.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59712026-08-29T04:31:42.884Z[ recovery-image] Aug 29 04:31:41.518 INFO O| Aug 29 04:31:41.518 INFO STEP 215 (remove_files) COMPLETE
59722026-08-29T04:31:42.884Z[ recovery-image] Aug 29 04:31:41.518 INFO O| Aug 29 04:31:41.518 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59732026-08-29T04:31:42.891Z[ recovery-image] Aug 29 04:31:41.526 INFO O| Aug 29 04:31:41.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59742026-08-29T04:31:42.891Z[ recovery-image] Aug 29 04:31:41.526 INFO O| Aug 29 04:31:41.526 INFO STEP 216 (remove_files) COMPLETE
59752026-08-29T04:31:42.895Z[ recovery-image] Aug 29 04:31:41.526 INFO O| Aug 29 04:31:41.526 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59762026-08-29T04:31:42.899Z[ recovery-image] Aug 29 04:31:41.534 INFO O| Aug 29 04:31:41.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59772026-08-29T04:31:42.902Z[ recovery-image] Aug 29 04:31:41.534 INFO O| Aug 29 04:31:41.534 INFO STEP 217 (remove_files) COMPLETE
59782026-08-29T04:31:42.902Z[ recovery-image] Aug 29 04:31:41.534 INFO O| Aug 29 04:31:41.534 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59792026-08-29T04:31:42.909Z[ recovery-image] Aug 29 04:31:41.544 INFO O| Aug 29 04:31:41.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59802026-08-29T04:31:42.914Z[ recovery-image] Aug 29 04:31:41.544 INFO O| Aug 29 04:31:41.544 INFO STEP 218 (remove_files) COMPLETE
59812026-08-29T04:31:42.914Z[ recovery-image] Aug 29 04:31:41.544 INFO O| Aug 29 04:31:41.544 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59822026-08-29T04:31:42.920Z[ recovery-image] Aug 29 04:31:41.555 INFO O| Aug 29 04:31:41.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59832026-08-29T04:31:42.920Z[ recovery-image] Aug 29 04:31:41.555 INFO O| Aug 29 04:31:41.555 INFO STEP 219 (remove_files) COMPLETE
59842026-08-29T04:31:42.920Z[ recovery-image] Aug 29 04:31:41.555 INFO O| Aug 29 04:31:41.555 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59852026-08-29T04:31:42.931Z[ recovery-image] Aug 29 04:31:41.565 INFO O| Aug 29 04:31:41.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59862026-08-29T04:31:42.931Z[ recovery-image] Aug 29 04:31:41.566 INFO O| Aug 29 04:31:41.565 INFO STEP 220 (remove_files) COMPLETE
59872026-08-29T04:31:42.931Z[ recovery-image] Aug 29 04:31:41.566 INFO O| Aug 29 04:31:41.565 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59882026-08-29T04:31:42.941Z[ recovery-image] Aug 29 04:31:41.576 INFO O| Aug 29 04:31:41.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59892026-08-29T04:31:42.941Z[ recovery-image] Aug 29 04:31:41.576 INFO O| Aug 29 04:31:41.576 INFO STEP 221 (remove_files) COMPLETE
59902026-08-29T04:31:42.941Z[ recovery-image] Aug 29 04:31:41.576 INFO O| Aug 29 04:31:41.576 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59912026-08-29T04:31:42.953Z[ recovery-image] Aug 29 04:31:41.587 INFO O| Aug 29 04:31:41.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59922026-08-29T04:31:42.953Z[ recovery-image] Aug 29 04:31:41.587 INFO O| Aug 29 04:31:41.587 INFO STEP 222 (remove_files) COMPLETE
59932026-08-29T04:31:42.953Z[ recovery-image] Aug 29 04:31:41.587 INFO O| Aug 29 04:31:41.587 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59942026-08-29T04:31:42.965Z[ recovery-image] Aug 29 04:31:41.599 INFO O| Aug 29 04:31:41.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59952026-08-29T04:31:42.966Z[ recovery-image] Aug 29 04:31:41.599 INFO O| Aug 29 04:31:41.599 INFO STEP 223 (remove_files) COMPLETE
59962026-08-29T04:31:42.966Z[ recovery-image] Aug 29 04:31:41.599 INFO O| Aug 29 04:31:41.599 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59972026-08-29T04:31:42.975Z[ recovery-image] Aug 29 04:31:41.609 INFO O| Aug 29 04:31:41.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59982026-08-29T04:31:42.975Z[ recovery-image] Aug 29 04:31:41.609 INFO O| Aug 29 04:31:41.609 INFO STEP 224 (remove_files) COMPLETE
59992026-08-29T04:31:42.975Z[ recovery-image] Aug 29 04:31:41.609 INFO O| Aug 29 04:31:41.609 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60002026-08-29T04:31:42.986Z[ recovery-image] Aug 29 04:31:41.620 INFO O| Aug 29 04:31:41.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
60012026-08-29T04:31:42.986Z[ recovery-image] Aug 29 04:31:41.620 INFO O| Aug 29 04:31:41.620 INFO STEP 225 (remove_files) COMPLETE
60022026-08-29T04:31:42.986Z[ recovery-image] Aug 29 04:31:41.620 INFO O| Aug 29 04:31:41.620 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60032026-08-29T04:31:42.995Z[ recovery-image] Aug 29 04:31:41.630 INFO O| Aug 29 04:31:41.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
60042026-08-29T04:31:42.999Z[ recovery-image] Aug 29 04:31:41.631 INFO O| Aug 29 04:31:41.631 INFO STEP 226 (remove_files) COMPLETE
60052026-08-29T04:31:42.999Z[ recovery-image] Aug 29 04:31:41.631 INFO O| Aug 29 04:31:41.631 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60062026-08-29T04:31:43.005Z[ recovery-image] Aug 29 04:31:41.640 INFO O| Aug 29 04:31:41.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
60072026-08-29T04:31:43.005Z[ recovery-image] Aug 29 04:31:41.640 INFO O| Aug 29 04:31:41.640 INFO STEP 227 (remove_files) COMPLETE
60082026-08-29T04:31:43.005Z[ recovery-image] Aug 29 04:31:41.640 INFO O| Aug 29 04:31:41.640 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60092026-08-29T04:31:43.015Z[ recovery-image] Aug 29 04:31:41.649 INFO O| Aug 29 04:31:41.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
60102026-08-29T04:31:43.018Z[ recovery-image] Aug 29 04:31:41.650 INFO O| Aug 29 04:31:41.650 INFO STEP 228 (remove_files) COMPLETE
60112026-08-29T04:31:43.018Z[ recovery-image] Aug 29 04:31:41.650 INFO O| Aug 29 04:31:41.650 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-08-29T04:31:43.025Z[ recovery-image] Aug 29 04:31:41.660 INFO O| Aug 29 04:31:41.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
60132026-08-29T04:31:43.025Z[ recovery-image] Aug 29 04:31:41.660 INFO O| Aug 29 04:31:41.660 INFO STEP 229 (remove_files) COMPLETE
60142026-08-29T04:31:43.025Z[ recovery-image] Aug 29 04:31:41.660 INFO O| Aug 29 04:31:41.660 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-08-29T04:31:43.035Z[ recovery-image] Aug 29 04:31:41.670 INFO O| Aug 29 04:31:41.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
60162026-08-29T04:31:43.035Z[ recovery-image] Aug 29 04:31:41.670 INFO O| Aug 29 04:31:41.670 INFO STEP 230 (remove_files) COMPLETE
60172026-08-29T04:31:43.035Z[ recovery-image] Aug 29 04:31:41.670 INFO O| Aug 29 04:31:41.670 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-08-29T04:31:43.046Z[ recovery-image] Aug 29 04:31:41.680 INFO O| Aug 29 04:31:41.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
60192026-08-29T04:31:43.046Z[ recovery-image] Aug 29 04:31:41.680 INFO O| Aug 29 04:31:41.680 INFO STEP 231 (remove_files) COMPLETE
60202026-08-29T04:31:43.049Z[ recovery-image] Aug 29 04:31:41.680 INFO O| Aug 29 04:31:41.680 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-08-29T04:31:43.057Z[ recovery-image] Aug 29 04:31:41.690 INFO O| Aug 29 04:31:41.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
60222026-08-29T04:31:43.057Z[ recovery-image] Aug 29 04:31:41.690 INFO O| Aug 29 04:31:41.690 INFO STEP 232 (remove_files) COMPLETE
60232026-08-29T04:31:43.057Z[ recovery-image] Aug 29 04:31:41.690 INFO O| Aug 29 04:31:41.690 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-08-29T04:31:43.065Z[ recovery-image] Aug 29 04:31:41.700 INFO O| Aug 29 04:31:41.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
60252026-08-29T04:31:43.069Z[ recovery-image] Aug 29 04:31:41.701 INFO O| Aug 29 04:31:41.701 INFO STEP 233 (remove_files) COMPLETE
60262026-08-29T04:31:43.069Z[ recovery-image] Aug 29 04:31:41.701 INFO O| Aug 29 04:31:41.701 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-08-29T04:31:43.077Z[ recovery-image] Aug 29 04:31:41.712 INFO O| Aug 29 04:31:41.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60282026-08-29T04:31:43.077Z[ recovery-image] Aug 29 04:31:41.712 INFO O| Aug 29 04:31:41.712 INFO STEP 234 (remove_files) COMPLETE
60292026-08-29T04:31:43.077Z[ recovery-image] Aug 29 04:31:41.712 INFO O| Aug 29 04:31:41.712 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-08-29T04:31:43.112Z[ recovery-image] Aug 29 04:31:41.721 INFO O| Aug 29 04:31:41.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60312026-08-29T04:31:43.112Z[ recovery-image] Aug 29 04:31:41.721 INFO O| Aug 29 04:31:41.721 INFO STEP 235 (remove_files) COMPLETE
60322026-08-29T04:31:43.112Z[ recovery-image] Aug 29 04:31:41.721 INFO O| Aug 29 04:31:41.721 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-08-29T04:31:43.112Z[ recovery-image] Aug 29 04:31:41.731 INFO O| Aug 29 04:31:41.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60342026-08-29T04:31:43.116Z[ recovery-image] Aug 29 04:31:41.731 INFO O| Aug 29 04:31:41.731 INFO STEP 236 (remove_files) COMPLETE
60352026-08-29T04:31:43.116Z[ recovery-image] Aug 29 04:31:41.731 INFO O| Aug 29 04:31:41.731 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60362026-08-29T04:31:43.116Z[ recovery-image] Aug 29 04:31:41.740 INFO O| Aug 29 04:31:41.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60372026-08-29T04:31:43.117Z[ recovery-image] Aug 29 04:31:41.740 INFO O| Aug 29 04:31:41.740 INFO STEP 237 (remove_files) COMPLETE
60382026-08-29T04:31:43.117Z[ recovery-image] Aug 29 04:31:41.740 INFO O| Aug 29 04:31:41.740 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60392026-08-29T04:31:43.117Z[ recovery-image] Aug 29 04:31:41.750 INFO O| Aug 29 04:31:41.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60402026-08-29T04:31:43.117Z[ recovery-image] Aug 29 04:31:41.750 INFO O| Aug 29 04:31:41.750 INFO STEP 238 (remove_files) COMPLETE
60412026-08-29T04:31:43.117Z[ recovery-image] Aug 29 04:31:41.750 INFO O| Aug 29 04:31:41.750 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60422026-08-29T04:31:43.125Z[ recovery-image] Aug 29 04:31:41.760 INFO O| Aug 29 04:31:41.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60432026-08-29T04:31:43.125Z[ recovery-image] Aug 29 04:31:41.760 INFO O| Aug 29 04:31:41.760 INFO STEP 239 (remove_files) COMPLETE
60442026-08-29T04:31:43.125Z[ recovery-image] Aug 29 04:31:41.760 INFO O| Aug 29 04:31:41.760 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-08-29T04:31:43.134Z[ recovery-image] Aug 29 04:31:41.769 INFO O| Aug 29 04:31:41.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60462026-08-29T04:31:43.134Z[ recovery-image] Aug 29 04:31:41.769 INFO O| Aug 29 04:31:41.769 INFO STEP 240 (remove_files) COMPLETE
60472026-08-29T04:31:43.134Z[ recovery-image] Aug 29 04:31:41.769 INFO O| Aug 29 04:31:41.769 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-08-29T04:31:43.144Z[ recovery-image] Aug 29 04:31:41.778 INFO O| Aug 29 04:31:41.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60492026-08-29T04:31:43.144Z[ recovery-image] Aug 29 04:31:41.778 INFO O| Aug 29 04:31:41.778 INFO STEP 241 (remove_files) COMPLETE
60502026-08-29T04:31:43.144Z[ recovery-image] Aug 29 04:31:41.778 INFO O| Aug 29 04:31:41.778 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-08-29T04:31:43.152Z[ recovery-image] Aug 29 04:31:41.787 INFO O| Aug 29 04:31:41.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60522026-08-29T04:31:43.152Z[ recovery-image] Aug 29 04:31:41.787 INFO O| Aug 29 04:31:41.787 INFO STEP 242 (remove_files) COMPLETE
60532026-08-29T04:31:43.152Z[ recovery-image] Aug 29 04:31:41.787 INFO O| Aug 29 04:31:41.787 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-08-29T04:31:43.169Z[ recovery-image] Aug 29 04:31:41.797 INFO O| Aug 29 04:31:41.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60552026-08-29T04:31:43.169Z[ recovery-image] Aug 29 04:31:41.797 INFO O| Aug 29 04:31:41.797 INFO STEP 243 (remove_files) COMPLETE
60562026-08-29T04:31:43.169Z[ recovery-image] Aug 29 04:31:41.797 INFO O| Aug 29 04:31:41.797 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-08-29T04:31:43.173Z[ recovery-image] Aug 29 04:31:41.807 INFO O| Aug 29 04:31:41.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60582026-08-29T04:31:43.173Z[ recovery-image] Aug 29 04:31:41.807 INFO O| Aug 29 04:31:41.807 INFO STEP 244 (remove_files) COMPLETE
60592026-08-29T04:31:43.173Z[ recovery-image] Aug 29 04:31:41.807 INFO O| Aug 29 04:31:41.807 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-08-29T04:31:43.183Z[ recovery-image] Aug 29 04:31:41.817 INFO O| Aug 29 04:31:41.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60612026-08-29T04:31:43.183Z[ recovery-image] Aug 29 04:31:41.817 INFO O| Aug 29 04:31:41.817 INFO STEP 245 (remove_files) COMPLETE
60622026-08-29T04:31:43.183Z[ recovery-image] Aug 29 04:31:41.817 INFO O| Aug 29 04:31:41.817 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-08-29T04:31:43.193Z[ recovery-image] Aug 29 04:31:41.827 INFO O| Aug 29 04:31:41.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60642026-08-29T04:31:43.193Z[ recovery-image] Aug 29 04:31:41.827 INFO O| Aug 29 04:31:41.827 INFO STEP 246 (remove_files) COMPLETE
60652026-08-29T04:31:43.193Z[ recovery-image] Aug 29 04:31:41.827 INFO O| Aug 29 04:31:41.827 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60662026-08-29T04:31:43.202Z[ recovery-image] Aug 29 04:31:41.837 INFO O| Aug 29 04:31:41.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60672026-08-29T04:31:43.203Z[ recovery-image] Aug 29 04:31:41.837 INFO O| Aug 29 04:31:41.837 INFO STEP 247 (remove_files) COMPLETE
60682026-08-29T04:31:43.203Z[ recovery-image] Aug 29 04:31:41.837 INFO O| Aug 29 04:31:41.837 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60692026-08-29T04:31:43.219Z[ recovery-image] Aug 29 04:31:41.846 INFO O| Aug 29 04:31:41.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60702026-08-29T04:31:43.219Z[ recovery-image] Aug 29 04:31:41.846 INFO O| Aug 29 04:31:41.846 INFO STEP 248 (remove_files) COMPLETE
60712026-08-29T04:31:43.219Z[ recovery-image] Aug 29 04:31:41.846 INFO O| Aug 29 04:31:41.846 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60722026-08-29T04:31:43.225Z[ recovery-image] Aug 29 04:31:41.860 INFO O| Aug 29 04:31:41.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60732026-08-29T04:31:43.225Z[ recovery-image] Aug 29 04:31:41.860 INFO O| Aug 29 04:31:41.857 INFO STEP 249 (remove_files) COMPLETE
60742026-08-29T04:31:43.225Z[ recovery-image] Aug 29 04:31:41.860 INFO O| Aug 29 04:31:41.857 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60752026-08-29T04:31:43.249Z[ recovery-image] Aug 29 04:31:41.883 INFO O| Aug 29 04:31:41.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60762026-08-29T04:31:43.249Z[ recovery-image] Aug 29 04:31:41.883 INFO O| Aug 29 04:31:41.883 INFO STEP 250 (remove_files) COMPLETE
60772026-08-29T04:31:43.249Z[ recovery-image] Aug 29 04:31:41.883 INFO O| Aug 29 04:31:41.883 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-08-29T04:31:43.257Z[ recovery-image] Aug 29 04:31:41.891 INFO O| Aug 29 04:31:41.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60792026-08-29T04:31:43.257Z[ recovery-image] Aug 29 04:31:41.891 INFO O| Aug 29 04:31:41.891 INFO STEP 251 (remove_files) COMPLETE
60802026-08-29T04:31:43.257Z[ recovery-image] Aug 29 04:31:41.891 INFO O| Aug 29 04:31:41.891 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-08-29T04:31:43.264Z[ recovery-image] Aug 29 04:31:41.899 INFO O| Aug 29 04:31:41.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60822026-08-29T04:31:43.265Z[ recovery-image] Aug 29 04:31:41.899 INFO O| Aug 29 04:31:41.899 INFO STEP 252 (remove_files) COMPLETE
60832026-08-29T04:31:43.265Z[ recovery-image] Aug 29 04:31:41.899 INFO O| Aug 29 04:31:41.899 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60842026-08-29T04:31:43.273Z[ recovery-image] Aug 29 04:31:41.908 INFO O| Aug 29 04:31:41.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60852026-08-29T04:31:43.273Z[ recovery-image] Aug 29 04:31:41.908 INFO O| Aug 29 04:31:41.908 INFO STEP 253 (remove_files) COMPLETE
60862026-08-29T04:31:43.277Z[ recovery-image] Aug 29 04:31:41.908 INFO O| Aug 29 04:31:41.908 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60872026-08-29T04:31:43.281Z[ recovery-image] Aug 29 04:31:41.916 INFO O| Aug 29 04:31:41.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60882026-08-29T04:31:43.281Z[ recovery-image] Aug 29 04:31:41.916 INFO O| Aug 29 04:31:41.916 INFO STEP 254 (remove_files) COMPLETE
60892026-08-29T04:31:43.285Z[ recovery-image] Aug 29 04:31:41.916 INFO O| Aug 29 04:31:41.916 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60902026-08-29T04:31:43.289Z[ recovery-image] Aug 29 04:31:41.924 INFO O| Aug 29 04:31:41.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60912026-08-29T04:31:43.289Z[ recovery-image] Aug 29 04:31:41.924 INFO O| Aug 29 04:31:41.924 INFO STEP 255 (remove_files) COMPLETE
60922026-08-29T04:31:43.289Z[ recovery-image] Aug 29 04:31:41.924 INFO O| Aug 29 04:31:41.924 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-08-29T04:31:43.298Z[ recovery-image] Aug 29 04:31:41.932 INFO O| Aug 29 04:31:41.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60942026-08-29T04:31:43.298Z[ recovery-image] Aug 29 04:31:41.932 INFO O| Aug 29 04:31:41.932 INFO STEP 256 (remove_files) COMPLETE
60952026-08-29T04:31:43.298Z[ recovery-image] Aug 29 04:31:41.932 INFO O| Aug 29 04:31:41.932 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60962026-08-29T04:31:43.307Z[ recovery-image] Aug 29 04:31:41.942 INFO O| Aug 29 04:31:41.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60972026-08-29T04:31:43.307Z[ recovery-image] Aug 29 04:31:41.942 INFO O| Aug 29 04:31:41.942 INFO STEP 257 (remove_files) COMPLETE
60982026-08-29T04:31:43.307Z[ recovery-image] Aug 29 04:31:41.942 INFO O| Aug 29 04:31:41.942 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60992026-08-29T04:31:43.316Z[ recovery-image] Aug 29 04:31:41.950 INFO O| Aug 29 04:31:41.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
61002026-08-29T04:31:43.316Z[ recovery-image] Aug 29 04:31:41.951 INFO O| Aug 29 04:31:41.950 INFO STEP 258 (remove_files) COMPLETE
61012026-08-29T04:31:43.319Z[ recovery-image] Aug 29 04:31:41.951 INFO O| Aug 29 04:31:41.950 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61022026-08-29T04:31:43.325Z[ recovery-image] Aug 29 04:31:41.960 INFO O| Aug 29 04:31:41.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
61032026-08-29T04:31:43.329Z[ recovery-image] Aug 29 04:31:41.960 INFO O| Aug 29 04:31:41.960 INFO STEP 259 (remove_files) COMPLETE
61042026-08-29T04:31:43.329Z[ recovery-image] Aug 29 04:31:41.960 INFO O| Aug 29 04:31:41.960 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61052026-08-29T04:31:43.334Z[ recovery-image] Aug 29 04:31:41.969 INFO O| Aug 29 04:31:41.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
61062026-08-29T04:31:43.337Z[ recovery-image] Aug 29 04:31:41.969 INFO O| Aug 29 04:31:41.969 INFO STEP 260 (remove_files) COMPLETE
61072026-08-29T04:31:43.337Z[ recovery-image] Aug 29 04:31:41.969 INFO O| Aug 29 04:31:41.969 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61082026-08-29T04:31:43.342Z[ recovery-image] Aug 29 04:31:41.977 INFO O| Aug 29 04:31:41.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
61092026-08-29T04:31:43.343Z[ recovery-image] Aug 29 04:31:41.977 INFO O| Aug 29 04:31:41.977 INFO STEP 261 (remove_files) COMPLETE
61102026-08-29T04:31:43.347Z[ recovery-image] Aug 29 04:31:41.977 INFO O| Aug 29 04:31:41.977 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-08-29T04:31:43.351Z[ recovery-image] Aug 29 04:31:41.985 INFO O| Aug 29 04:31:41.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
61122026-08-29T04:31:43.354Z[ recovery-image] Aug 29 04:31:41.986 INFO O| Aug 29 04:31:41.985 INFO STEP 262 (remove_files) COMPLETE
61132026-08-29T04:31:43.354Z[ recovery-image] Aug 29 04:31:41.986 INFO O| Aug 29 04:31:41.986 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61142026-08-29T04:31:43.385Z[ recovery-image] Aug 29 04:31:42.019 INFO O| Aug 29 04:31:42.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
61152026-08-29T04:31:43.385Z[ recovery-image] Aug 29 04:31:42.019 INFO O| Aug 29 04:31:42.019 INFO STEP 263 (remove_files) COMPLETE
61162026-08-29T04:31:43.385Z[ recovery-image] Aug 29 04:31:42.019 INFO O| Aug 29 04:31:42.019 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61172026-08-29T04:31:43.395Z[ recovery-image] Aug 29 04:31:42.029 INFO O| Aug 29 04:31:42.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
61182026-08-29T04:31:43.395Z[ recovery-image] Aug 29 04:31:42.029 INFO O| Aug 29 04:31:42.029 INFO STEP 264 (remove_files) COMPLETE
61192026-08-29T04:31:43.395Z[ recovery-image] Aug 29 04:31:42.029 INFO O| Aug 29 04:31:42.029 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61202026-08-29T04:31:43.405Z[ recovery-image] Aug 29 04:31:42.038 INFO O| Aug 29 04:31:42.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
61212026-08-29T04:31:43.405Z[ recovery-image] Aug 29 04:31:42.038 INFO O| Aug 29 04:31:42.038 INFO STEP 265 (remove_files) COMPLETE
61222026-08-29T04:31:43.405Z[ recovery-image] Aug 29 04:31:42.038 INFO O| Aug 29 04:31:42.038 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61232026-08-29T04:31:43.414Z[ recovery-image] Aug 29 04:31:42.048 INFO O| Aug 29 04:31:42.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61242026-08-29T04:31:43.414Z[ recovery-image] Aug 29 04:31:42.048 INFO O| Aug 29 04:31:42.048 INFO STEP 266 (remove_files) COMPLETE
61252026-08-29T04:31:43.414Z[ recovery-image] Aug 29 04:31:42.048 INFO O| Aug 29 04:31:42.048 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61262026-08-29T04:31:43.426Z[ recovery-image] Aug 29 04:31:42.059 INFO O| Aug 29 04:31:42.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61272026-08-29T04:31:43.426Z[ recovery-image] Aug 29 04:31:42.059 INFO O| Aug 29 04:31:42.059 INFO STEP 267 (remove_files) COMPLETE
61282026-08-29T04:31:43.429Z[ recovery-image] Aug 29 04:31:42.059 INFO O| Aug 29 04:31:42.059 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-08-29T04:31:43.436Z[ recovery-image] Aug 29 04:31:42.070 INFO O| Aug 29 04:31:42.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61302026-08-29T04:31:43.436Z[ recovery-image] Aug 29 04:31:42.070 INFO O| Aug 29 04:31:42.070 INFO STEP 268 (remove_files) COMPLETE
61312026-08-29T04:31:43.439Z[ recovery-image] Aug 29 04:31:42.070 INFO O| Aug 29 04:31:42.070 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61322026-08-29T04:31:43.446Z[ recovery-image] Aug 29 04:31:42.080 INFO O| Aug 29 04:31:42.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61332026-08-29T04:31:43.446Z[ recovery-image] Aug 29 04:31:42.080 INFO O| Aug 29 04:31:42.080 INFO STEP 269 (remove_files) COMPLETE
61342026-08-29T04:31:43.446Z[ recovery-image] Aug 29 04:31:42.080 INFO O| Aug 29 04:31:42.080 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61352026-08-29T04:31:43.456Z[ recovery-image] Aug 29 04:31:42.091 INFO O| Aug 29 04:31:42.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61362026-08-29T04:31:43.456Z[ recovery-image] Aug 29 04:31:42.091 INFO O| Aug 29 04:31:42.091 INFO STEP 270 (remove_files) COMPLETE
61372026-08-29T04:31:43.456Z[ recovery-image] Aug 29 04:31:42.091 INFO O| Aug 29 04:31:42.091 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61382026-08-29T04:31:43.466Z[ recovery-image] Aug 29 04:31:42.101 INFO O| Aug 29 04:31:42.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61392026-08-29T04:31:43.466Z[ recovery-image] Aug 29 04:31:42.101 INFO O| Aug 29 04:31:42.101 INFO STEP 271 (remove_files) COMPLETE
61402026-08-29T04:31:43.466Z[ recovery-image] Aug 29 04:31:42.101 INFO O| Aug 29 04:31:42.101 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61412026-08-29T04:31:43.478Z[ recovery-image] Aug 29 04:31:42.112 INFO O| Aug 29 04:31:42.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61422026-08-29T04:31:43.478Z[ recovery-image] Aug 29 04:31:42.112 INFO O| Aug 29 04:31:42.112 INFO STEP 272 (remove_files) COMPLETE
61432026-08-29T04:31:43.478Z[ recovery-image] Aug 29 04:31:42.112 INFO O| Aug 29 04:31:42.112 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61442026-08-29T04:31:43.489Z[ recovery-image] Aug 29 04:31:42.123 INFO O| Aug 29 04:31:42.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61452026-08-29T04:31:43.489Z[ recovery-image] Aug 29 04:31:42.123 INFO O| Aug 29 04:31:42.123 INFO STEP 273 (remove_files) COMPLETE
61462026-08-29T04:31:43.489Z[ recovery-image] Aug 29 04:31:42.123 INFO O| Aug 29 04:31:42.123 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61472026-08-29T04:31:43.499Z[ recovery-image] Aug 29 04:31:42.133 INFO O| Aug 29 04:31:42.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61482026-08-29T04:31:43.499Z[ recovery-image] Aug 29 04:31:42.133 INFO O| Aug 29 04:31:42.133 INFO STEP 274 (remove_files) COMPLETE
61492026-08-29T04:31:43.503Z[ recovery-image] Aug 29 04:31:42.133 INFO O| Aug 29 04:31:42.133 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61502026-08-29T04:31:43.507Z[ recovery-image] Aug 29 04:31:42.142 INFO O| Aug 29 04:31:42.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61512026-08-29T04:31:43.507Z[ recovery-image] Aug 29 04:31:42.142 INFO O| Aug 29 04:31:42.142 INFO STEP 275 (remove_files) COMPLETE
61522026-08-29T04:31:43.507Z[ recovery-image] Aug 29 04:31:42.142 INFO O| Aug 29 04:31:42.142 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61532026-08-29T04:31:43.516Z[ recovery-image] Aug 29 04:31:42.151 INFO O| Aug 29 04:31:42.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61542026-08-29T04:31:43.517Z[ recovery-image] Aug 29 04:31:42.151 INFO O| Aug 29 04:31:42.151 INFO STEP 276 (remove_files) COMPLETE
61552026-08-29T04:31:43.521Z[ recovery-image] Aug 29 04:31:42.151 INFO O| Aug 29 04:31:42.151 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61562026-08-29T04:31:43.525Z[ recovery-image] Aug 29 04:31:42.159 INFO O| Aug 29 04:31:42.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61572026-08-29T04:31:43.525Z[ recovery-image] Aug 29 04:31:42.159 INFO O| Aug 29 04:31:42.159 INFO STEP 277 (remove_files) COMPLETE
61582026-08-29T04:31:43.525Z[ recovery-image] Aug 29 04:31:42.159 INFO O| Aug 29 04:31:42.159 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61592026-08-29T04:31:43.533Z[ recovery-image] Aug 29 04:31:42.167 INFO O| Aug 29 04:31:42.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61602026-08-29T04:31:43.533Z[ recovery-image] Aug 29 04:31:42.167 INFO O| Aug 29 04:31:42.167 INFO STEP 278 (remove_files) COMPLETE
61612026-08-29T04:31:43.536Z[ recovery-image] Aug 29 04:31:42.167 INFO O| Aug 29 04:31:42.167 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61622026-08-29T04:31:43.541Z[ recovery-image] Aug 29 04:31:42.175 INFO O| Aug 29 04:31:42.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61632026-08-29T04:31:43.541Z[ recovery-image] Aug 29 04:31:42.175 INFO O| Aug 29 04:31:42.175 INFO STEP 279 (remove_files) COMPLETE
61642026-08-29T04:31:43.545Z[ recovery-image] Aug 29 04:31:42.175 INFO O| Aug 29 04:31:42.175 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61652026-08-29T04:31:43.549Z[ recovery-image] Aug 29 04:31:42.184 INFO O| Aug 29 04:31:42.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61662026-08-29T04:31:43.549Z[ recovery-image] Aug 29 04:31:42.184 INFO O| Aug 29 04:31:42.184 INFO STEP 280 (remove_files) COMPLETE
61672026-08-29T04:31:43.552Z[ recovery-image] Aug 29 04:31:42.184 INFO O| Aug 29 04:31:42.184 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61682026-08-29T04:31:43.557Z[ recovery-image] Aug 29 04:31:42.192 INFO O| Aug 29 04:31:42.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61692026-08-29T04:31:43.557Z[ recovery-image] Aug 29 04:31:42.192 INFO O| Aug 29 04:31:42.192 INFO STEP 281 (remove_files) COMPLETE
61702026-08-29T04:31:43.562Z[ recovery-image] Aug 29 04:31:42.192 INFO O| Aug 29 04:31:42.192 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61712026-08-29T04:31:43.565Z[ recovery-image] Aug 29 04:31:42.200 INFO O| Aug 29 04:31:42.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61722026-08-29T04:31:43.565Z[ recovery-image] Aug 29 04:31:42.200 INFO O| Aug 29 04:31:42.200 INFO STEP 282 (remove_files) COMPLETE
61732026-08-29T04:31:43.568Z[ recovery-image] Aug 29 04:31:42.200 INFO O| Aug 29 04:31:42.200 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61742026-08-29T04:31:43.574Z[ recovery-image] Aug 29 04:31:42.209 INFO O| Aug 29 04:31:42.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61752026-08-29T04:31:43.574Z[ recovery-image] Aug 29 04:31:42.209 INFO O| Aug 29 04:31:42.209 INFO STEP 283 (remove_files) COMPLETE
61762026-08-29T04:31:43.578Z[ recovery-image] Aug 29 04:31:42.209 INFO O| Aug 29 04:31:42.209 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61772026-08-29T04:31:43.591Z[ recovery-image] Aug 29 04:31:42.226 INFO O| Aug 29 04:31:42.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61782026-08-29T04:31:43.591Z[ recovery-image] Aug 29 04:31:42.226 INFO O| Aug 29 04:31:42.226 INFO STEP 284 (remove_files) COMPLETE
61792026-08-29T04:31:43.591Z[ recovery-image] Aug 29 04:31:42.226 INFO O| Aug 29 04:31:42.226 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61802026-08-29T04:31:43.639Z[ recovery-image] Aug 29 04:31:42.237 INFO O| Aug 29 04:31:42.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61812026-08-29T04:31:43.639Z[ recovery-image] Aug 29 04:31:42.237 INFO O| Aug 29 04:31:42.237 INFO STEP 285 (remove_files) COMPLETE
61822026-08-29T04:31:43.639Z[ recovery-image] Aug 29 04:31:42.237 INFO O| Aug 29 04:31:42.237 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61832026-08-29T04:31:43.639Z[ recovery-image] Aug 29 04:31:42.248 INFO O| Aug 29 04:31:42.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61842026-08-29T04:31:43.639Z[ recovery-image] Aug 29 04:31:42.248 INFO O| Aug 29 04:31:42.248 INFO STEP 286 (remove_files) COMPLETE
61852026-08-29T04:31:43.639Z[ recovery-image] Aug 29 04:31:42.248 INFO O| Aug 29 04:31:42.248 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61862026-08-29T04:31:43.639Z[ recovery-image] Aug 29 04:31:42.257 INFO O| Aug 29 04:31:42.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61872026-08-29T04:31:43.639Z[ recovery-image] Aug 29 04:31:42.257 INFO O| Aug 29 04:31:42.257 INFO STEP 287 (remove_files) COMPLETE
61882026-08-29T04:31:43.639Z[ recovery-image] Aug 29 04:31:42.257 INFO O| Aug 29 04:31:42.257 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61892026-08-29T04:31:43.639Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
61902026-08-29T04:31:43.639Z[ recovery-image] Aug 29 04:31:42.265 INFO O| Aug 29 04:31:42.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61912026-08-29T04:31:43.639Z[ recovery-image] Aug 29 04:31:42.265 INFO O| Aug 29 04:31:42.265 INFO STEP 288 (remove_files) COMPLETE
61922026-08-29T04:31:43.639Z[ recovery-image] Aug 29 04:31:42.265 INFO O| Aug 29 04:31:42.265 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-08-29T04:31:43.645Z[ recovery-image] Aug 29 04:31:42.273 INFO O| Aug 29 04:31:42.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61942026-08-29T04:31:43.645Z[ recovery-image] Aug 29 04:31:42.274 INFO O| Aug 29 04:31:42.273 INFO STEP 289 (remove_files) COMPLETE
61952026-08-29T04:31:43.645Z[ recovery-image] Aug 29 04:31:42.274 INFO O| Aug 29 04:31:42.273 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-08-29T04:31:43.649Z[ recovery-image] Aug 29 04:31:42.284 INFO O| Aug 29 04:31:42.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61972026-08-29T04:31:43.649Z[ recovery-image] Aug 29 04:31:42.284 INFO O| Aug 29 04:31:42.284 INFO STEP 290 (remove_files) COMPLETE
61982026-08-29T04:31:43.653Z[ recovery-image] Aug 29 04:31:42.284 INFO O| Aug 29 04:31:42.284 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-08-29T04:31:43.662Z[ recovery-image] Aug 29 04:31:42.295 INFO O| Aug 29 04:31:42.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
62002026-08-29T04:31:43.662Z[ recovery-image] Aug 29 04:31:42.295 INFO O| Aug 29 04:31:42.295 INFO STEP 291 (remove_files) COMPLETE
62012026-08-29T04:31:43.662Z[ recovery-image] Aug 29 04:31:42.295 INFO O| Aug 29 04:31:42.295 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-08-29T04:31:43.673Z[ recovery-image] Aug 29 04:31:42.306 INFO O| Aug 29 04:31:42.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
62032026-08-29T04:31:43.673Z[ recovery-image] Aug 29 04:31:42.306 INFO O| Aug 29 04:31:42.306 INFO STEP 292 (remove_files) COMPLETE
62042026-08-29T04:31:43.673Z[ recovery-image] Aug 29 04:31:42.306 INFO O| Aug 29 04:31:42.306 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-08-29T04:31:43.681Z[ recovery-image] Aug 29 04:31:42.316 INFO O| Aug 29 04:31:42.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
62062026-08-29T04:31:43.681Z[ recovery-image] Aug 29 04:31:42.316 INFO O| Aug 29 04:31:42.316 INFO STEP 293 (remove_files) COMPLETE
62072026-08-29T04:31:43.681Z[ recovery-image] Aug 29 04:31:42.316 INFO O| Aug 29 04:31:42.316 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-08-29T04:31:43.691Z[ recovery-image] Aug 29 04:31:42.325 INFO O| Aug 29 04:31:42.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
62092026-08-29T04:31:43.691Z[ recovery-image] Aug 29 04:31:42.325 INFO O| Aug 29 04:31:42.325 INFO STEP 294 (remove_files) COMPLETE
62102026-08-29T04:31:43.691Z[ recovery-image] Aug 29 04:31:42.325 INFO O| Aug 29 04:31:42.325 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-08-29T04:31:43.699Z[ recovery-image] Aug 29 04:31:42.334 INFO O| Aug 29 04:31:42.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
62122026-08-29T04:31:43.699Z[ recovery-image] Aug 29 04:31:42.334 INFO O| Aug 29 04:31:42.334 INFO STEP 295 (remove_files) COMPLETE
62132026-08-29T04:31:43.703Z[ recovery-image] Aug 29 04:31:42.334 INFO O| Aug 29 04:31:42.334 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-08-29T04:31:43.707Z[ recovery-image] Aug 29 04:31:42.342 INFO O| Aug 29 04:31:42.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
62152026-08-29T04:31:43.707Z[ recovery-image] Aug 29 04:31:42.342 INFO O| Aug 29 04:31:42.342 INFO STEP 296 (remove_files) COMPLETE
62162026-08-29T04:31:43.707Z[ recovery-image] Aug 29 04:31:42.342 INFO O| Aug 29 04:31:42.342 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-08-29T04:31:43.716Z[ recovery-image] Aug 29 04:31:42.350 INFO O| Aug 29 04:31:42.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
62182026-08-29T04:31:43.716Z[ recovery-image] Aug 29 04:31:42.350 INFO O| Aug 29 04:31:42.350 INFO STEP 297 (remove_files) COMPLETE
62192026-08-29T04:31:43.716Z[ recovery-image] Aug 29 04:31:42.350 INFO O| Aug 29 04:31:42.350 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-08-29T04:31:43.724Z[ recovery-image] Aug 29 04:31:42.359 INFO O| Aug 29 04:31:42.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
62212026-08-29T04:31:43.727Z[ recovery-image] Aug 29 04:31:42.359 INFO O| Aug 29 04:31:42.359 INFO STEP 298 (remove_files) COMPLETE
62222026-08-29T04:31:43.727Z[ recovery-image] Aug 29 04:31:42.359 INFO O| Aug 29 04:31:42.359 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-08-29T04:31:43.735Z[ recovery-image] Aug 29 04:31:42.370 INFO O| Aug 29 04:31:42.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62242026-08-29T04:31:43.735Z[ recovery-image] Aug 29 04:31:42.370 INFO O| Aug 29 04:31:42.370 INFO STEP 299 (remove_files) COMPLETE
62252026-08-29T04:31:43.739Z[ recovery-image] Aug 29 04:31:42.370 INFO O| Aug 29 04:31:42.370 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-08-29T04:31:43.746Z[ recovery-image] Aug 29 04:31:42.380 INFO O| Aug 29 04:31:42.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62272026-08-29T04:31:43.746Z[ recovery-image] Aug 29 04:31:42.380 INFO O| Aug 29 04:31:42.380 INFO STEP 300 (remove_files) COMPLETE
62282026-08-29T04:31:43.746Z[ recovery-image] Aug 29 04:31:42.380 INFO O| Aug 29 04:31:42.380 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-08-29T04:31:43.755Z[ recovery-image] Aug 29 04:31:42.390 INFO O| Aug 29 04:31:42.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62302026-08-29T04:31:43.755Z[ recovery-image] Aug 29 04:31:42.390 INFO O| Aug 29 04:31:42.390 INFO STEP 301 (remove_files) COMPLETE
62312026-08-29T04:31:43.758Z[ recovery-image] Aug 29 04:31:42.390 INFO O| Aug 29 04:31:42.390 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-08-29T04:31:43.765Z[ recovery-image] Aug 29 04:31:42.400 INFO O| Aug 29 04:31:42.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62332026-08-29T04:31:43.765Z[ recovery-image] Aug 29 04:31:42.400 INFO O| Aug 29 04:31:42.400 INFO STEP 302 (remove_files) COMPLETE
62342026-08-29T04:31:43.765Z[ recovery-image] Aug 29 04:31:42.400 INFO O| Aug 29 04:31:42.400 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-08-29T04:31:43.775Z[ recovery-image] Aug 29 04:31:42.410 INFO O| Aug 29 04:31:42.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62362026-08-29T04:31:43.775Z[ recovery-image] Aug 29 04:31:42.410 INFO O| Aug 29 04:31:42.410 INFO STEP 303 (remove_files) COMPLETE
62372026-08-29T04:31:43.775Z[ recovery-image] Aug 29 04:31:42.410 INFO O| Aug 29 04:31:42.410 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-08-29T04:31:43.786Z[ recovery-image] Aug 29 04:31:42.420 INFO O| Aug 29 04:31:42.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62392026-08-29T04:31:43.786Z[ recovery-image] Aug 29 04:31:42.420 INFO O| Aug 29 04:31:42.420 INFO STEP 304 (remove_files) COMPLETE
62402026-08-29T04:31:43.786Z[ recovery-image] Aug 29 04:31:42.420 INFO O| Aug 29 04:31:42.420 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-08-29T04:31:43.795Z[ recovery-image] Aug 29 04:31:42.430 INFO O| Aug 29 04:31:42.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62422026-08-29T04:31:43.795Z[ recovery-image] Aug 29 04:31:42.430 INFO O| Aug 29 04:31:42.430 INFO STEP 305 (remove_files) COMPLETE
62432026-08-29T04:31:43.797Z[ recovery-image] Aug 29 04:31:42.430 INFO O| Aug 29 04:31:42.430 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-08-29T04:31:43.806Z[ recovery-image] Aug 29 04:31:42.440 INFO O| Aug 29 04:31:42.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62452026-08-29T04:31:43.806Z[ recovery-image] Aug 29 04:31:42.440 INFO O| Aug 29 04:31:42.440 INFO STEP 306 (remove_files) COMPLETE
62462026-08-29T04:31:43.806Z[ recovery-image] Aug 29 04:31:42.440 INFO O| Aug 29 04:31:42.440 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-08-29T04:31:43.815Z[ recovery-image] Aug 29 04:31:42.449 INFO O| Aug 29 04:31:42.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62482026-08-29T04:31:43.815Z[ recovery-image] Aug 29 04:31:42.450 INFO O| Aug 29 04:31:42.449 INFO STEP 307 (remove_files) COMPLETE
62492026-08-29T04:31:43.815Z[ recovery-image] Aug 29 04:31:42.450 INFO O| Aug 29 04:31:42.449 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-08-29T04:31:43.825Z[ recovery-image] Aug 29 04:31:42.459 INFO O| Aug 29 04:31:42.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62512026-08-29T04:31:43.825Z[ recovery-image] Aug 29 04:31:42.459 INFO O| Aug 29 04:31:42.459 INFO STEP 308 (remove_files) COMPLETE
62522026-08-29T04:31:43.825Z[ recovery-image] Aug 29 04:31:42.459 INFO O| Aug 29 04:31:42.459 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-08-29T04:31:43.834Z[ recovery-image] Aug 29 04:31:42.469 INFO O| Aug 29 04:31:42.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62542026-08-29T04:31:43.834Z[ recovery-image] Aug 29 04:31:42.469 INFO O| Aug 29 04:31:42.469 INFO STEP 309 (remove_files) COMPLETE
62552026-08-29T04:31:43.834Z[ recovery-image] Aug 29 04:31:42.469 INFO O| Aug 29 04:31:42.469 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-08-29T04:31:43.846Z[ recovery-image] Aug 29 04:31:42.480 INFO O| Aug 29 04:31:42.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62572026-08-29T04:31:43.846Z[ recovery-image] Aug 29 04:31:42.480 INFO O| Aug 29 04:31:42.480 INFO STEP 310 (remove_files) COMPLETE
62582026-08-29T04:31:43.846Z[ recovery-image] Aug 29 04:31:42.480 INFO O| Aug 29 04:31:42.480 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-08-29T04:31:43.856Z[ recovery-image] Aug 29 04:31:42.490 INFO O| Aug 29 04:31:42.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62602026-08-29T04:31:43.856Z[ recovery-image] Aug 29 04:31:42.490 INFO O| Aug 29 04:31:42.490 INFO STEP 311 (remove_files) COMPLETE
62612026-08-29T04:31:43.859Z[ recovery-image] Aug 29 04:31:42.490 INFO O| Aug 29 04:31:42.490 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-08-29T04:31:43.866Z[ recovery-image] Aug 29 04:31:42.500 INFO O| Aug 29 04:31:42.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62632026-08-29T04:31:43.866Z[ recovery-image] Aug 29 04:31:42.500 INFO O| Aug 29 04:31:42.500 INFO STEP 312 (remove_files) COMPLETE
62642026-08-29T04:31:43.870Z[ recovery-image] Aug 29 04:31:42.500 INFO O| Aug 29 04:31:42.500 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-08-29T04:31:43.876Z[ recovery-image] Aug 29 04:31:42.511 INFO O| Aug 29 04:31:42.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62662026-08-29T04:31:43.880Z[ recovery-image] Aug 29 04:31:42.511 INFO O| Aug 29 04:31:42.511 INFO STEP 313 (remove_files) COMPLETE
62672026-08-29T04:31:43.880Z[ recovery-image] Aug 29 04:31:42.511 INFO O| Aug 29 04:31:42.511 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-08-29T04:31:43.885Z[ recovery-image] Aug 29 04:31:42.520 INFO O| Aug 29 04:31:42.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62692026-08-29T04:31:43.885Z[ recovery-image] Aug 29 04:31:42.520 INFO O| Aug 29 04:31:42.520 INFO STEP 314 (remove_files) COMPLETE
62702026-08-29T04:31:43.885Z[ recovery-image] Aug 29 04:31:42.520 INFO O| Aug 29 04:31:42.520 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-08-29T04:31:43.893Z[ recovery-image] Aug 29 04:31:42.528 INFO O| Aug 29 04:31:42.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62722026-08-29T04:31:43.893Z[ recovery-image] Aug 29 04:31:42.528 INFO O| Aug 29 04:31:42.528 INFO STEP 315 (remove_files) COMPLETE
62732026-08-29T04:31:43.894Z[ recovery-image] Aug 29 04:31:42.528 INFO O| Aug 29 04:31:42.528 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-08-29T04:31:43.897Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
62752026-08-29T04:31:43.901Z[ recovery-image] Aug 29 04:31:42.535 INFO O| Aug 29 04:31:42.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62762026-08-29T04:31:43.901Z[ recovery-image] Aug 29 04:31:42.536 INFO O| Aug 29 04:31:42.536 INFO STEP 316 (remove_files) COMPLETE
62772026-08-29T04:31:43.901Z[ recovery-image] Aug 29 04:31:42.536 INFO O| Aug 29 04:31:42.536 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-08-29T04:31:43.909Z[ recovery-image] Aug 29 04:31:42.543 INFO O| Aug 29 04:31:42.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62792026-08-29T04:31:43.909Z[ recovery-image] Aug 29 04:31:42.543 INFO O| Aug 29 04:31:42.543 INFO STEP 317 (remove_files) COMPLETE
62802026-08-29T04:31:43.909Z[ recovery-image] Aug 29 04:31:42.543 INFO O| Aug 29 04:31:42.543 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-08-29T04:31:43.917Z[ recovery-image] Aug 29 04:31:42.550 INFO O| Aug 29 04:31:42.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62822026-08-29T04:31:43.917Z[ recovery-image] Aug 29 04:31:42.550 INFO O| Aug 29 04:31:42.550 INFO STEP 318 (remove_files) COMPLETE
62832026-08-29T04:31:43.917Z[ recovery-image] Aug 29 04:31:42.550 INFO O| Aug 29 04:31:42.550 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-08-29T04:31:43.926Z[ recovery-image] Aug 29 04:31:42.560 INFO O| Aug 29 04:31:42.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62852026-08-29T04:31:43.927Z[ recovery-image] Aug 29 04:31:42.560 INFO O| Aug 29 04:31:42.560 INFO STEP 319 (remove_files) COMPLETE
62862026-08-29T04:31:43.927Z[ recovery-image] Aug 29 04:31:42.560 INFO O| Aug 29 04:31:42.560 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-08-29T04:31:43.935Z[ recovery-image] Aug 29 04:31:42.570 INFO O| Aug 29 04:31:42.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62882026-08-29T04:31:43.935Z[ recovery-image] Aug 29 04:31:42.570 INFO O| Aug 29 04:31:42.570 INFO STEP 320 (remove_files) COMPLETE
62892026-08-29T04:31:43.935Z[ recovery-image] Aug 29 04:31:42.570 INFO O| Aug 29 04:31:42.570 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-08-29T04:31:43.943Z[ recovery-image] Aug 29 04:31:42.578 INFO O| Aug 29 04:31:42.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62912026-08-29T04:31:43.943Z[ recovery-image] Aug 29 04:31:42.578 INFO O| Aug 29 04:31:42.578 INFO STEP 321 (remove_files) COMPLETE
62922026-08-29T04:31:43.943Z[ recovery-image] Aug 29 04:31:42.578 INFO O| Aug 29 04:31:42.578 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-08-29T04:31:43.951Z[ recovery-image] Aug 29 04:31:42.585 INFO O| Aug 29 04:31:42.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62942026-08-29T04:31:43.951Z[ recovery-image] Aug 29 04:31:42.585 INFO O| Aug 29 04:31:42.585 INFO STEP 322 (remove_files) COMPLETE
62952026-08-29T04:31:43.954Z[ recovery-image] Aug 29 04:31:42.585 INFO O| Aug 29 04:31:42.585 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-08-29T04:31:43.960Z[ recovery-image] Aug 29 04:31:42.595 INFO O| Aug 29 04:31:42.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62972026-08-29T04:31:43.960Z[ recovery-image] Aug 29 04:31:42.595 INFO O| Aug 29 04:31:42.595 INFO STEP 323 (remove_files) COMPLETE
62982026-08-29T04:31:43.961Z[ recovery-image] Aug 29 04:31:42.595 INFO O| Aug 29 04:31:42.595 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-08-29T04:31:43.970Z[ recovery-image] Aug 29 04:31:42.604 INFO O| Aug 29 04:31:42.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
63002026-08-29T04:31:43.970Z[ recovery-image] Aug 29 04:31:42.604 INFO O| Aug 29 04:31:42.604 INFO STEP 324 (remove_files) COMPLETE
63012026-08-29T04:31:43.974Z[ recovery-image] Aug 29 04:31:42.604 INFO O| Aug 29 04:31:42.604 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-08-29T04:31:43.979Z[ recovery-image] Aug 29 04:31:42.613 INFO O| Aug 29 04:31:42.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
63032026-08-29T04:31:43.979Z[ recovery-image] Aug 29 04:31:42.613 INFO O| Aug 29 04:31:42.613 INFO STEP 325 (remove_files) COMPLETE
63042026-08-29T04:31:43.979Z[ recovery-image] Aug 29 04:31:42.613 INFO O| Aug 29 04:31:42.613 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-08-29T04:31:43.988Z[ recovery-image] Aug 29 04:31:42.623 INFO O| Aug 29 04:31:42.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
63062026-08-29T04:31:43.988Z[ recovery-image] Aug 29 04:31:42.623 INFO O| Aug 29 04:31:42.623 INFO STEP 326 (remove_files) COMPLETE
63072026-08-29T04:31:43.988Z[ recovery-image] Aug 29 04:31:42.623 INFO O| Aug 29 04:31:42.623 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-08-29T04:31:43.999Z[ recovery-image] Aug 29 04:31:42.633 INFO O| Aug 29 04:31:42.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
63092026-08-29T04:31:43.999Z[ recovery-image] Aug 29 04:31:42.633 INFO O| Aug 29 04:31:42.633 INFO STEP 327 (remove_files) COMPLETE
63102026-08-29T04:31:43.999Z[ recovery-image] Aug 29 04:31:42.633 INFO O| Aug 29 04:31:42.633 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-08-29T04:31:44.010Z[ recovery-image] Aug 29 04:31:42.644 INFO O| Aug 29 04:31:42.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
63122026-08-29T04:31:44.010Z[ recovery-image] Aug 29 04:31:42.644 INFO O| Aug 29 04:31:42.644 INFO STEP 328 (remove_files) COMPLETE
63132026-08-29T04:31:44.013Z[ recovery-image] Aug 29 04:31:42.644 INFO O| Aug 29 04:31:42.644 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-08-29T04:31:44.021Z[ recovery-image] Aug 29 04:31:42.655 INFO O| Aug 29 04:31:42.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
63152026-08-29T04:31:44.021Z[ recovery-image] Aug 29 04:31:42.655 INFO O| Aug 29 04:31:42.655 INFO STEP 329 (remove_files) COMPLETE
63162026-08-29T04:31:44.024Z[ recovery-image] Aug 29 04:31:42.655 INFO O| Aug 29 04:31:42.655 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-08-29T04:31:44.032Z[ recovery-image] Aug 29 04:31:42.666 INFO O| Aug 29 04:31:42.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
63182026-08-29T04:31:44.032Z[ recovery-image] Aug 29 04:31:42.666 INFO O| Aug 29 04:31:42.666 INFO STEP 330 (remove_files) COMPLETE
63192026-08-29T04:31:44.035Z[ recovery-image] Aug 29 04:31:42.666 INFO O| Aug 29 04:31:42.666 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-08-29T04:31:44.043Z[ recovery-image] Aug 29 04:31:42.677 INFO O| Aug 29 04:31:42.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63212026-08-29T04:31:44.043Z[ recovery-image] Aug 29 04:31:42.677 INFO O| Aug 29 04:31:42.677 INFO STEP 331 (remove_files) COMPLETE
63222026-08-29T04:31:44.048Z[ recovery-image] Aug 29 04:31:42.677 INFO O| Aug 29 04:31:42.677 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-08-29T04:31:44.053Z[ recovery-image] Aug 29 04:31:42.688 INFO O| Aug 29 04:31:42.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63242026-08-29T04:31:44.057Z[ recovery-image] Aug 29 04:31:42.689 INFO O| Aug 29 04:31:42.689 INFO STEP 332 (remove_files) COMPLETE
63252026-08-29T04:31:44.057Z[ recovery-image] Aug 29 04:31:42.689 INFO O| Aug 29 04:31:42.689 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-08-29T04:31:44.065Z[ recovery-image] Aug 29 04:31:42.699 INFO O| Aug 29 04:31:42.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63272026-08-29T04:31:44.065Z[ recovery-image] Aug 29 04:31:42.699 INFO O| Aug 29 04:31:42.699 INFO STEP 333 (remove_files) COMPLETE
63282026-08-29T04:31:44.069Z[ recovery-image] Aug 29 04:31:42.699 INFO O| Aug 29 04:31:42.699 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-08-29T04:31:44.075Z[ recovery-image] Aug 29 04:31:42.709 INFO O| Aug 29 04:31:42.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63302026-08-29T04:31:44.075Z[ recovery-image] Aug 29 04:31:42.709 INFO O| Aug 29 04:31:42.709 INFO STEP 334 (remove_files) COMPLETE
63312026-08-29T04:31:44.078Z[ recovery-image] Aug 29 04:31:42.709 INFO O| Aug 29 04:31:42.709 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-08-29T04:31:44.091Z[ recovery-image] Aug 29 04:31:42.726 INFO O| Aug 29 04:31:42.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63332026-08-29T04:31:44.091Z[ recovery-image] Aug 29 04:31:42.726 INFO O| Aug 29 04:31:42.726 INFO STEP 335 (remove_files) COMPLETE
63342026-08-29T04:31:44.095Z[ recovery-image] Aug 29 04:31:42.726 INFO O| Aug 29 04:31:42.726 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-08-29T04:31:44.101Z[ recovery-image] Aug 29 04:31:42.735 INFO O| Aug 29 04:31:42.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63362026-08-29T04:31:44.101Z[ recovery-image] Aug 29 04:31:42.735 INFO O| Aug 29 04:31:42.735 INFO STEP 336 (remove_files) COMPLETE
63372026-08-29T04:31:44.104Z[ recovery-image] Aug 29 04:31:42.735 INFO O| Aug 29 04:31:42.735 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-08-29T04:31:44.112Z[ recovery-image] Aug 29 04:31:42.745 INFO O| Aug 29 04:31:42.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63392026-08-29T04:31:44.112Z[ recovery-image] Aug 29 04:31:42.745 INFO O| Aug 29 04:31:42.745 INFO STEP 337 (remove_files) COMPLETE
63402026-08-29T04:31:44.112Z[ recovery-image] Aug 29 04:31:42.745 INFO O| Aug 29 04:31:42.745 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-08-29T04:31:44.119Z[ recovery-image] Aug 29 04:31:42.754 INFO O| Aug 29 04:31:42.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63422026-08-29T04:31:44.119Z[ recovery-image] Aug 29 04:31:42.754 INFO O| Aug 29 04:31:42.754 INFO STEP 338 (remove_files) COMPLETE
63432026-08-29T04:31:44.119Z[ recovery-image] Aug 29 04:31:42.754 INFO O| Aug 29 04:31:42.754 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-08-29T04:31:44.130Z[ recovery-image] Aug 29 04:31:42.765 INFO O| Aug 29 04:31:42.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63452026-08-29T04:31:44.130Z[ recovery-image] Aug 29 04:31:42.765 INFO O| Aug 29 04:31:42.765 INFO STEP 339 (remove_files) COMPLETE
63462026-08-29T04:31:44.130Z[ recovery-image] Aug 29 04:31:42.765 INFO O| Aug 29 04:31:42.765 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-08-29T04:31:44.140Z[ recovery-image] Aug 29 04:31:42.775 INFO O| Aug 29 04:31:42.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63482026-08-29T04:31:44.140Z[ recovery-image] Aug 29 04:31:42.775 INFO O| Aug 29 04:31:42.775 INFO STEP 340 (remove_files) COMPLETE
63492026-08-29T04:31:44.140Z[ recovery-image] Aug 29 04:31:42.775 INFO O| Aug 29 04:31:42.775 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-08-29T04:31:44.150Z[ recovery-image] Aug 29 04:31:42.785 INFO O| Aug 29 04:31:42.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63512026-08-29T04:31:44.150Z[ recovery-image] Aug 29 04:31:42.785 INFO O| Aug 29 04:31:42.785 INFO STEP 341 (remove_files) COMPLETE
63522026-08-29T04:31:44.150Z[ recovery-image] Aug 29 04:31:42.785 INFO O| Aug 29 04:31:42.785 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-08-29T04:31:44.160Z[ recovery-image] Aug 29 04:31:42.795 INFO O| Aug 29 04:31:42.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63542026-08-29T04:31:44.160Z[ recovery-image] Aug 29 04:31:42.795 INFO O| Aug 29 04:31:42.795 INFO STEP 342 (remove_files) COMPLETE
63552026-08-29T04:31:44.160Z[ recovery-image] Aug 29 04:31:42.795 INFO O| Aug 29 04:31:42.795 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-08-29T04:31:44.170Z[ recovery-image] Aug 29 04:31:42.805 INFO O| Aug 29 04:31:42.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63572026-08-29T04:31:44.170Z[ recovery-image] Aug 29 04:31:42.805 INFO O| Aug 29 04:31:42.805 INFO STEP 343 (remove_files) COMPLETE
63582026-08-29T04:31:44.170Z[ recovery-image] Aug 29 04:31:42.805 INFO O| Aug 29 04:31:42.805 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-08-29T04:31:44.180Z[ recovery-image] Aug 29 04:31:42.815 INFO O| Aug 29 04:31:42.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63602026-08-29T04:31:44.180Z[ recovery-image] Aug 29 04:31:42.815 INFO O| Aug 29 04:31:42.815 INFO STEP 344 (remove_files) COMPLETE
63612026-08-29T04:31:44.180Z[ recovery-image] Aug 29 04:31:42.815 INFO O| Aug 29 04:31:42.815 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-08-29T04:31:44.200Z[ recovery-image] Aug 29 04:31:42.834 INFO O| Aug 29 04:31:42.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63632026-08-29T04:31:44.200Z[ recovery-image] Aug 29 04:31:42.835 INFO O| Aug 29 04:31:42.835 INFO STEP 345 (remove_files) COMPLETE
63642026-08-29T04:31:44.203Z[ recovery-image] Aug 29 04:31:42.835 INFO O| Aug 29 04:31:42.835 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-08-29T04:31:44.211Z[ recovery-image] Aug 29 04:31:42.845 INFO O| Aug 29 04:31:42.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63662026-08-29T04:31:44.211Z[ recovery-image] Aug 29 04:31:42.845 INFO O| Aug 29 04:31:42.845 INFO STEP 346 (remove_files) COMPLETE
63672026-08-29T04:31:44.211Z[ recovery-image] Aug 29 04:31:42.845 INFO O| Aug 29 04:31:42.845 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-08-29T04:31:44.221Z[ recovery-image] Aug 29 04:31:42.855 INFO O| Aug 29 04:31:42.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63692026-08-29T04:31:44.221Z[ recovery-image] Aug 29 04:31:42.856 INFO O| Aug 29 04:31:42.856 INFO STEP 347 (remove_files) COMPLETE
63702026-08-29T04:31:44.221Z[ recovery-image] Aug 29 04:31:42.856 INFO O| Aug 29 04:31:42.856 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-08-29T04:31:44.231Z[ recovery-image] Aug 29 04:31:42.865 INFO O| Aug 29 04:31:42.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63722026-08-29T04:31:44.231Z[ recovery-image] Aug 29 04:31:42.866 INFO O| Aug 29 04:31:42.865 INFO STEP 348 (remove_files) COMPLETE
63732026-08-29T04:31:44.231Z[ recovery-image] Aug 29 04:31:42.866 INFO O| Aug 29 04:31:42.866 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-08-29T04:31:44.246Z[ recovery-image] Aug 29 04:31:42.880 INFO O| Aug 29 04:31:42.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63752026-08-29T04:31:44.246Z[ recovery-image] Aug 29 04:31:42.880 INFO O| Aug 29 04:31:42.880 INFO STEP 349 (remove_files) COMPLETE
63762026-08-29T04:31:44.249Z[ recovery-image] Aug 29 04:31:42.880 INFO O| Aug 29 04:31:42.880 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-08-29T04:31:44.255Z[ recovery-image] Aug 29 04:31:42.890 INFO O| Aug 29 04:31:42.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63782026-08-29T04:31:44.255Z[ recovery-image] Aug 29 04:31:42.890 INFO O| Aug 29 04:31:42.890 INFO STEP 350 (remove_files) COMPLETE
63792026-08-29T04:31:44.255Z[ recovery-image] Aug 29 04:31:42.890 INFO O| Aug 29 04:31:42.890 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-08-29T04:31:44.266Z[ recovery-image] Aug 29 04:31:42.900 INFO O| Aug 29 04:31:42.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63812026-08-29T04:31:44.266Z[ recovery-image] Aug 29 04:31:42.900 INFO O| Aug 29 04:31:42.900 INFO STEP 351 (remove_files) COMPLETE
63822026-08-29T04:31:44.266Z[ recovery-image] Aug 29 04:31:42.900 INFO O| Aug 29 04:31:42.900 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-08-29T04:31:44.275Z[ recovery-image] Aug 29 04:31:42.909 INFO O| Aug 29 04:31:42.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63842026-08-29T04:31:44.275Z[ recovery-image] Aug 29 04:31:42.909 INFO O| Aug 29 04:31:42.909 INFO STEP 352 (remove_files) COMPLETE
63852026-08-29T04:31:44.278Z[ recovery-image] Aug 29 04:31:42.909 INFO O| Aug 29 04:31:42.909 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-08-29T04:31:44.285Z[ recovery-image] Aug 29 04:31:42.920 INFO O| Aug 29 04:31:42.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63872026-08-29T04:31:44.288Z[ recovery-image] Aug 29 04:31:42.921 INFO O| Aug 29 04:31:42.920 INFO STEP 353 (remove_files) COMPLETE
63882026-08-29T04:31:44.288Z[ recovery-image] Aug 29 04:31:42.921 INFO O| Aug 29 04:31:42.920 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-08-29T04:31:44.296Z[ recovery-image] Aug 29 04:31:42.930 INFO O| Aug 29 04:31:42.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63902026-08-29T04:31:44.296Z[ recovery-image] Aug 29 04:31:42.931 INFO O| Aug 29 04:31:42.930 INFO STEP 354 (remove_files) COMPLETE
63912026-08-29T04:31:44.296Z[ recovery-image] Aug 29 04:31:42.931 INFO O| Aug 29 04:31:42.931 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-08-29T04:31:44.306Z[ recovery-image] Aug 29 04:31:42.939 INFO O| Aug 29 04:31:42.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63932026-08-29T04:31:44.306Z[ recovery-image] Aug 29 04:31:42.940 INFO O| Aug 29 04:31:42.940 INFO STEP 355 (remove_files) COMPLETE
63942026-08-29T04:31:44.312Z[ recovery-image] Aug 29 04:31:42.940 INFO O| Aug 29 04:31:42.940 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-08-29T04:31:44.320Z[ recovery-image] Aug 29 04:31:42.949 INFO O| Aug 29 04:31:42.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63962026-08-29T04:31:44.320Z[ recovery-image] Aug 29 04:31:42.949 INFO O| Aug 29 04:31:42.949 INFO STEP 356 (remove_files) COMPLETE
63972026-08-29T04:31:44.320Z[ recovery-image] Aug 29 04:31:42.949 INFO O| Aug 29 04:31:42.949 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-08-29T04:31:44.326Z[ recovery-image] Aug 29 04:31:42.960 INFO O| Aug 29 04:31:42.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63992026-08-29T04:31:44.326Z[ recovery-image] Aug 29 04:31:42.960 INFO O| Aug 29 04:31:42.960 INFO STEP 357 (remove_files) COMPLETE
64002026-08-29T04:31:44.326Z[ recovery-image] Aug 29 04:31:42.960 INFO O| Aug 29 04:31:42.960 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-08-29T04:31:44.334Z[ recovery-image] Aug 29 04:31:42.969 INFO O| Aug 29 04:31:42.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
64022026-08-29T04:31:44.335Z[ recovery-image] Aug 29 04:31:42.969 INFO O| Aug 29 04:31:42.969 INFO STEP 358 (remove_files) COMPLETE
64032026-08-29T04:31:44.335Z[ recovery-image] Aug 29 04:31:42.969 INFO O| Aug 29 04:31:42.969 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-08-29T04:31:44.343Z[ recovery-image] Aug 29 04:31:42.978 INFO O| Aug 29 04:31:42.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
64052026-08-29T04:31:44.343Z[ recovery-image] Aug 29 04:31:42.978 INFO O| Aug 29 04:31:42.978 INFO STEP 359 (remove_files) COMPLETE
64062026-08-29T04:31:44.343Z[ recovery-image] Aug 29 04:31:42.978 INFO O| Aug 29 04:31:42.978 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-08-29T04:31:44.353Z[ recovery-image] Aug 29 04:31:42.986 INFO O| Aug 29 04:31:42.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
64082026-08-29T04:31:44.353Z[ recovery-image] Aug 29 04:31:42.986 INFO O| Aug 29 04:31:42.986 INFO STEP 360 (remove_files) COMPLETE
64092026-08-29T04:31:44.353Z[ recovery-image] Aug 29 04:31:42.986 INFO O| Aug 29 04:31:42.986 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-08-29T04:31:44.441Z[ recovery-image] Aug 29 04:31:43.075 INFO O| Aug 29 04:31:43.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
64112026-08-29T04:31:44.441Z[ recovery-image] Aug 29 04:31:43.075 INFO O| Aug 29 04:31:43.075 INFO STEP 361 (remove_files) COMPLETE
64122026-08-29T04:31:44.445Z[ recovery-image] Aug 29 04:31:43.075 INFO O| Aug 29 04:31:43.075 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-08-29T04:31:44.455Z[ recovery-image] Aug 29 04:31:43.088 INFO O| Aug 29 04:31:43.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
64142026-08-29T04:31:44.455Z[ recovery-image] Aug 29 04:31:43.088 INFO O| Aug 29 04:31:43.087 INFO STEP 362 (remove_files) COMPLETE
64152026-08-29T04:31:44.455Z[ recovery-image] Aug 29 04:31:43.088 INFO O| Aug 29 04:31:43.087 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-08-29T04:31:44.467Z[ recovery-image] Aug 29 04:31:43.100 INFO O| Aug 29 04:31:43.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
64172026-08-29T04:31:44.472Z[ recovery-image] Aug 29 04:31:43.100 INFO O| Aug 29 04:31:43.098 INFO STEP 363 (remove_files) COMPLETE
64182026-08-29T04:31:44.475Z[ recovery-image] Aug 29 04:31:43.100 INFO O| Aug 29 04:31:43.098 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-08-29T04:31:44.478Z[ recovery-image] Aug 29 04:31:43.112 INFO O| Aug 29 04:31:43.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64202026-08-29T04:31:44.478Z[ recovery-image] Aug 29 04:31:43.112 INFO O| Aug 29 04:31:43.112 INFO STEP 364 (remove_files) COMPLETE
64212026-08-29T04:31:44.479Z[ recovery-image] Aug 29 04:31:43.112 INFO O| Aug 29 04:31:43.112 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-08-29T04:31:44.489Z[ recovery-image] Aug 29 04:31:43.123 INFO O| Aug 29 04:31:43.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64232026-08-29T04:31:44.489Z[ recovery-image] Aug 29 04:31:43.123 INFO O| Aug 29 04:31:43.123 INFO STEP 365 (remove_files) COMPLETE
64242026-08-29T04:31:44.492Z[ recovery-image] Aug 29 04:31:43.124 INFO O| Aug 29 04:31:43.123 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-08-29T04:31:44.502Z[ recovery-image] Aug 29 04:31:43.133 INFO O| Aug 29 04:31:43.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64262026-08-29T04:31:44.502Z[ recovery-image] Aug 29 04:31:43.133 INFO O| Aug 29 04:31:43.133 INFO STEP 366 (remove_files) COMPLETE
64272026-08-29T04:31:44.502Z[ recovery-image] Aug 29 04:31:43.133 INFO O| Aug 29 04:31:43.133 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-08-29T04:31:44.508Z[ recovery-image] Aug 29 04:31:43.143 INFO O| Aug 29 04:31:43.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64292026-08-29T04:31:44.508Z[ recovery-image] Aug 29 04:31:43.143 INFO O| Aug 29 04:31:43.143 INFO STEP 367 (remove_files) COMPLETE
64302026-08-29T04:31:44.512Z[ recovery-image] Aug 29 04:31:43.143 INFO O| Aug 29 04:31:43.143 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-08-29T04:31:44.520Z[ recovery-image] Aug 29 04:31:43.154 INFO O| Aug 29 04:31:43.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64322026-08-29T04:31:44.520Z[ recovery-image] Aug 29 04:31:43.154 INFO O| Aug 29 04:31:43.154 INFO STEP 368 (remove_files) COMPLETE
64332026-08-29T04:31:44.520Z[ recovery-image] Aug 29 04:31:43.154 INFO O| Aug 29 04:31:43.154 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-08-29T04:31:44.530Z[ recovery-image] Aug 29 04:31:43.164 INFO O| Aug 29 04:31:43.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64352026-08-29T04:31:44.531Z[ recovery-image] Aug 29 04:31:43.164 INFO O| Aug 29 04:31:43.164 INFO STEP 369 (remove_files) COMPLETE
64362026-08-29T04:31:44.531Z[ recovery-image] Aug 29 04:31:43.164 INFO O| Aug 29 04:31:43.164 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-08-29T04:31:44.540Z[ recovery-image] Aug 29 04:31:43.175 INFO O| Aug 29 04:31:43.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64382026-08-29T04:31:44.540Z[ recovery-image] Aug 29 04:31:43.175 INFO O| Aug 29 04:31:43.175 INFO STEP 370 (remove_files) COMPLETE
64392026-08-29T04:31:44.543Z[ recovery-image] Aug 29 04:31:43.175 INFO O| Aug 29 04:31:43.175 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-08-29T04:31:44.551Z[ recovery-image] Aug 29 04:31:43.185 INFO O| Aug 29 04:31:43.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64412026-08-29T04:31:44.551Z[ recovery-image] Aug 29 04:31:43.185 INFO O| Aug 29 04:31:43.185 INFO STEP 371 (remove_files) COMPLETE
64422026-08-29T04:31:44.551Z[ recovery-image] Aug 29 04:31:43.185 INFO O| Aug 29 04:31:43.185 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-08-29T04:31:44.561Z[ recovery-image] Aug 29 04:31:43.196 INFO O| Aug 29 04:31:43.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64442026-08-29T04:31:44.561Z[ recovery-image] Aug 29 04:31:43.196 INFO O| Aug 29 04:31:43.196 INFO STEP 372 (remove_files) COMPLETE
64452026-08-29T04:31:44.561Z[ recovery-image] Aug 29 04:31:43.196 INFO O| Aug 29 04:31:43.196 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-08-29T04:31:44.570Z[ recovery-image] Aug 29 04:31:43.205 INFO O| Aug 29 04:31:43.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64472026-08-29T04:31:44.570Z[ recovery-image] Aug 29 04:31:43.205 INFO O| Aug 29 04:31:43.205 INFO STEP 373 (remove_files) COMPLETE
64482026-08-29T04:31:44.570Z[ recovery-image] Aug 29 04:31:43.205 INFO O| Aug 29 04:31:43.205 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-08-29T04:31:44.578Z[ recovery-image] Aug 29 04:31:43.213 INFO O| Aug 29 04:31:43.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64502026-08-29T04:31:44.579Z[ recovery-image] Aug 29 04:31:43.213 INFO O| Aug 29 04:31:43.213 INFO STEP 374 (remove_files) COMPLETE
64512026-08-29T04:31:44.579Z[ recovery-image] Aug 29 04:31:43.213 INFO O| Aug 29 04:31:43.213 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-08-29T04:31:44.590Z[ recovery-image] Aug 29 04:31:43.224 INFO O| Aug 29 04:31:43.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64532026-08-29T04:31:44.590Z[ recovery-image] Aug 29 04:31:43.224 INFO O| Aug 29 04:31:43.224 INFO STEP 375 (remove_files) COMPLETE
64542026-08-29T04:31:44.590Z[ recovery-image] Aug 29 04:31:43.224 INFO O| Aug 29 04:31:43.224 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-08-29T04:31:44.600Z[ recovery-image] Aug 29 04:31:43.234 INFO O| Aug 29 04:31:43.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64562026-08-29T04:31:44.600Z[ recovery-image] Aug 29 04:31:43.235 INFO O| Aug 29 04:31:43.234 INFO STEP 376 (remove_files) COMPLETE
64572026-08-29T04:31:44.600Z[ recovery-image] Aug 29 04:31:43.235 INFO O| Aug 29 04:31:43.234 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-08-29T04:31:44.611Z[ recovery-image] Aug 29 04:31:43.245 INFO O| Aug 29 04:31:43.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64592026-08-29T04:31:44.611Z[ recovery-image] Aug 29 04:31:43.245 INFO O| Aug 29 04:31:43.245 INFO STEP 377 (remove_files) COMPLETE
64602026-08-29T04:31:44.614Z[ recovery-image] Aug 29 04:31:43.245 INFO O| Aug 29 04:31:43.245 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-08-29T04:31:44.621Z[ recovery-image] Aug 29 04:31:43.256 INFO O| Aug 29 04:31:43.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64622026-08-29T04:31:44.621Z[ recovery-image] Aug 29 04:31:43.256 INFO O| Aug 29 04:31:43.256 INFO STEP 378 (remove_files) COMPLETE
64632026-08-29T04:31:44.624Z[ recovery-image] Aug 29 04:31:43.256 INFO O| Aug 29 04:31:43.256 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-08-29T04:31:44.630Z[ recovery-image] Aug 29 04:31:43.265 INFO O| Aug 29 04:31:43.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64652026-08-29T04:31:44.630Z[ recovery-image] Aug 29 04:31:43.265 INFO O| Aug 29 04:31:43.265 INFO STEP 379 (remove_files) COMPLETE
64662026-08-29T04:31:44.630Z[ recovery-image] Aug 29 04:31:43.265 INFO O| Aug 29 04:31:43.265 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-08-29T04:31:44.640Z[ recovery-image] Aug 29 04:31:43.275 INFO O| Aug 29 04:31:43.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64682026-08-29T04:31:44.640Z[ recovery-image] Aug 29 04:31:43.275 INFO O| Aug 29 04:31:43.275 INFO STEP 380 (remove_files) COMPLETE
64692026-08-29T04:31:44.641Z[ recovery-image] Aug 29 04:31:43.275 INFO O| Aug 29 04:31:43.275 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-08-29T04:31:44.651Z[ recovery-image] Aug 29 04:31:43.286 INFO O| Aug 29 04:31:43.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64712026-08-29T04:31:44.651Z[ recovery-image] Aug 29 04:31:43.286 INFO O| Aug 29 04:31:43.286 INFO STEP 381 (remove_files) COMPLETE
64722026-08-29T04:31:44.651Z[ recovery-image] Aug 29 04:31:43.286 INFO O| Aug 29 04:31:43.286 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-08-29T04:31:44.663Z[ recovery-image] Aug 29 04:31:43.297 INFO O| Aug 29 04:31:43.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64742026-08-29T04:31:44.663Z[ recovery-image] Aug 29 04:31:43.297 INFO O| Aug 29 04:31:43.297 INFO STEP 382 (remove_files) COMPLETE
64752026-08-29T04:31:44.666Z[ recovery-image] Aug 29 04:31:43.297 INFO O| Aug 29 04:31:43.297 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-08-29T04:31:44.672Z[ recovery-image] Aug 29 04:31:43.307 INFO O| Aug 29 04:31:43.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64772026-08-29T04:31:44.672Z[ recovery-image] Aug 29 04:31:43.307 INFO O| Aug 29 04:31:43.307 INFO STEP 383 (remove_files) COMPLETE
64782026-08-29T04:31:44.673Z[ recovery-image] Aug 29 04:31:43.307 INFO O| Aug 29 04:31:43.307 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-08-29T04:31:44.684Z[ recovery-image] Aug 29 04:31:43.319 INFO O| Aug 29 04:31:43.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64802026-08-29T04:31:44.684Z[ recovery-image] Aug 29 04:31:43.319 INFO O| Aug 29 04:31:43.319 INFO STEP 384 (remove_files) COMPLETE
64812026-08-29T04:31:44.688Z[ recovery-image] Aug 29 04:31:43.319 INFO O| Aug 29 04:31:43.319 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-08-29T04:31:44.693Z[ recovery-image] Aug 29 04:31:43.328 INFO O| Aug 29 04:31:43.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64832026-08-29T04:31:44.696Z[ recovery-image] Aug 29 04:31:43.328 INFO O| Aug 29 04:31:43.328 INFO STEP 385 (remove_files) COMPLETE
64842026-08-29T04:31:44.697Z[ recovery-image] Aug 29 04:31:43.328 INFO O| Aug 29 04:31:43.328 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-08-29T04:31:44.706Z[ recovery-image] Aug 29 04:31:43.340 INFO O| Aug 29 04:31:43.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64862026-08-29T04:31:44.706Z[ recovery-image] Aug 29 04:31:43.340 INFO O| Aug 29 04:31:43.340 INFO STEP 386 (remove_files) COMPLETE
64872026-08-29T04:31:44.706Z[ recovery-image] Aug 29 04:31:43.340 INFO O| Aug 29 04:31:43.340 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-08-29T04:31:44.717Z[ recovery-image] Aug 29 04:31:43.351 INFO O| Aug 29 04:31:43.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64892026-08-29T04:31:44.717Z[ recovery-image] Aug 29 04:31:43.351 INFO O| Aug 29 04:31:43.351 INFO STEP 387 (remove_files) COMPLETE
64902026-08-29T04:31:44.717Z[ recovery-image] Aug 29 04:31:43.351 INFO O| Aug 29 04:31:43.351 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-08-29T04:31:44.728Z[ recovery-image] Aug 29 04:31:43.363 INFO O| Aug 29 04:31:43.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64922026-08-29T04:31:44.728Z[ recovery-image] Aug 29 04:31:43.363 INFO O| Aug 29 04:31:43.363 INFO STEP 388 (remove_files) COMPLETE
64932026-08-29T04:31:44.732Z[ recovery-image] Aug 29 04:31:43.363 INFO O| Aug 29 04:31:43.363 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-08-29T04:31:44.740Z[ recovery-image] Aug 29 04:31:43.375 INFO O| Aug 29 04:31:43.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64952026-08-29T04:31:44.740Z[ recovery-image] Aug 29 04:31:43.375 INFO O| Aug 29 04:31:43.375 INFO STEP 389 (remove_files) COMPLETE
64962026-08-29T04:31:44.743Z[ recovery-image] Aug 29 04:31:43.375 INFO O| Aug 29 04:31:43.375 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-08-29T04:31:44.752Z[ recovery-image] Aug 29 04:31:43.387 INFO O| Aug 29 04:31:43.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64982026-08-29T04:31:44.752Z[ recovery-image] Aug 29 04:31:43.387 INFO O| Aug 29 04:31:43.387 INFO STEP 390 (remove_files) COMPLETE
64992026-08-29T04:31:44.752Z[ recovery-image] Aug 29 04:31:43.387 INFO O| Aug 29 04:31:43.387 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-08-29T04:31:44.764Z[ recovery-image] Aug 29 04:31:43.398 INFO O| Aug 29 04:31:43.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
65012026-08-29T04:31:44.764Z[ recovery-image] Aug 29 04:31:43.398 INFO O| Aug 29 04:31:43.398 INFO STEP 391 (remove_files) COMPLETE
65022026-08-29T04:31:44.764Z[ recovery-image] Aug 29 04:31:43.398 INFO O| Aug 29 04:31:43.398 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-08-29T04:31:44.774Z[ recovery-image] Aug 29 04:31:43.408 INFO O| Aug 29 04:31:43.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
65042026-08-29T04:31:44.774Z[ recovery-image] Aug 29 04:31:43.408 INFO O| Aug 29 04:31:43.408 INFO STEP 392 (remove_files) COMPLETE
65052026-08-29T04:31:44.777Z[ recovery-image] Aug 29 04:31:43.408 INFO O| Aug 29 04:31:43.408 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-08-29T04:31:44.784Z[ recovery-image] Aug 29 04:31:43.419 INFO O| Aug 29 04:31:43.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
65072026-08-29T04:31:44.788Z[ recovery-image] Aug 29 04:31:43.420 INFO O| Aug 29 04:31:43.420 INFO STEP 393 (remove_files) COMPLETE
65082026-08-29T04:31:44.788Z[ recovery-image] Aug 29 04:31:43.420 INFO O| Aug 29 04:31:43.420 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-08-29T04:31:44.799Z[ recovery-image] Aug 29 04:31:43.432 INFO O| Aug 29 04:31:43.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
65102026-08-29T04:31:44.799Z[ recovery-image] Aug 29 04:31:43.432 INFO O| Aug 29 04:31:43.432 INFO STEP 394 (remove_files) COMPLETE
65112026-08-29T04:31:44.803Z[ recovery-image] Aug 29 04:31:43.432 INFO O| Aug 29 04:31:43.432 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-08-29T04:31:44.811Z[ recovery-image] Aug 29 04:31:43.444 INFO O| Aug 29 04:31:43.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
65132026-08-29T04:31:44.811Z[ recovery-image] Aug 29 04:31:43.444 INFO O| Aug 29 04:31:43.444 INFO STEP 395 (remove_files) COMPLETE
65142026-08-29T04:31:44.819Z[ recovery-image] Aug 29 04:31:43.444 INFO O| Aug 29 04:31:43.444 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-08-29T04:31:44.823Z[ recovery-image] Aug 29 04:31:43.455 INFO O| Aug 29 04:31:43.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
65162026-08-29T04:31:44.823Z[ recovery-image] Aug 29 04:31:43.455 INFO O| Aug 29 04:31:43.455 INFO STEP 396 (remove_files) COMPLETE
65172026-08-29T04:31:44.823Z[ recovery-image] Aug 29 04:31:43.455 INFO O| Aug 29 04:31:43.455 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-08-29T04:31:44.831Z[ recovery-image] Aug 29 04:31:43.466 INFO O| Aug 29 04:31:43.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65192026-08-29T04:31:44.831Z[ recovery-image] Aug 29 04:31:43.466 INFO O| Aug 29 04:31:43.466 INFO STEP 397 (remove_files) COMPLETE
65202026-08-29T04:31:44.831Z[ recovery-image] Aug 29 04:31:43.466 INFO O| Aug 29 04:31:43.466 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-08-29T04:31:44.841Z[ recovery-image] Aug 29 04:31:43.475 INFO O| Aug 29 04:31:43.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65222026-08-29T04:31:44.841Z[ recovery-image] Aug 29 04:31:43.476 INFO O| Aug 29 04:31:43.476 INFO STEP 398 (remove_files) COMPLETE
65232026-08-29T04:31:44.845Z[ recovery-image] Aug 29 04:31:43.476 INFO O| Aug 29 04:31:43.476 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-08-29T04:31:44.851Z[ recovery-image] Aug 29 04:31:43.486 INFO O| Aug 29 04:31:43.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65252026-08-29T04:31:44.851Z[ recovery-image] Aug 29 04:31:43.486 INFO O| Aug 29 04:31:43.486 INFO STEP 399 (remove_files) COMPLETE
65262026-08-29T04:31:44.851Z[ recovery-image] Aug 29 04:31:43.486 INFO O| Aug 29 04:31:43.486 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-08-29T04:31:44.860Z[ recovery-image] Aug 29 04:31:43.495 INFO O| Aug 29 04:31:43.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65282026-08-29T04:31:44.860Z[ recovery-image] Aug 29 04:31:43.495 INFO O| Aug 29 04:31:43.495 INFO STEP 400 (remove_files) COMPLETE
65292026-08-29T04:31:44.860Z[ recovery-image] Aug 29 04:31:43.495 INFO O| Aug 29 04:31:43.495 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-08-29T04:31:44.869Z[ recovery-image] Aug 29 04:31:43.504 INFO O| Aug 29 04:31:43.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65312026-08-29T04:31:44.870Z[ recovery-image] Aug 29 04:31:43.504 INFO O| Aug 29 04:31:43.504 INFO STEP 401 (remove_files) COMPLETE
65322026-08-29T04:31:44.870Z[ recovery-image] Aug 29 04:31:43.504 INFO O| Aug 29 04:31:43.504 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-08-29T04:31:44.881Z[ recovery-image] Aug 29 04:31:43.516 INFO O| Aug 29 04:31:43.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65342026-08-29T04:31:44.881Z[ recovery-image] Aug 29 04:31:43.516 INFO O| Aug 29 04:31:43.516 INFO STEP 402 (remove_files) COMPLETE
65352026-08-29T04:31:44.881Z[ recovery-image] Aug 29 04:31:43.516 INFO O| Aug 29 04:31:43.516 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-08-29T04:31:44.890Z[ recovery-image] Aug 29 04:31:43.525 INFO O| Aug 29 04:31:43.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65372026-08-29T04:31:44.890Z[ recovery-image] Aug 29 04:31:43.525 INFO O| Aug 29 04:31:43.525 INFO STEP 403 (remove_files) COMPLETE
65382026-08-29T04:31:44.891Z[ recovery-image] Aug 29 04:31:43.525 INFO O| Aug 29 04:31:43.525 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-08-29T04:31:44.898Z[ recovery-image] Aug 29 04:31:43.533 INFO O| Aug 29 04:31:43.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65402026-08-29T04:31:44.898Z[ recovery-image] Aug 29 04:31:43.533 INFO O| Aug 29 04:31:43.533 INFO STEP 404 (remove_files) COMPLETE
65412026-08-29T04:31:44.898Z[ recovery-image] Aug 29 04:31:43.533 INFO O| Aug 29 04:31:43.533 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-08-29T04:31:44.908Z[ recovery-image] Aug 29 04:31:43.542 INFO O| Aug 29 04:31:43.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65432026-08-29T04:31:44.908Z[ recovery-image] Aug 29 04:31:43.542 INFO O| Aug 29 04:31:43.542 INFO STEP 405 (remove_files) COMPLETE
65442026-08-29T04:31:44.908Z[ recovery-image] Aug 29 04:31:43.542 INFO O| Aug 29 04:31:43.542 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-08-29T04:31:44.918Z[ recovery-image] Aug 29 04:31:43.552 INFO O| Aug 29 04:31:43.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65462026-08-29T04:31:44.918Z[ recovery-image] Aug 29 04:31:43.552 INFO O| Aug 29 04:31:43.552 INFO STEP 406 (remove_files) COMPLETE
65472026-08-29T04:31:44.918Z[ recovery-image] Aug 29 04:31:43.552 INFO O| Aug 29 04:31:43.552 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-08-29T04:31:44.928Z[ recovery-image] Aug 29 04:31:43.563 INFO O| Aug 29 04:31:43.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65492026-08-29T04:31:44.928Z[ recovery-image] Aug 29 04:31:43.563 INFO O| Aug 29 04:31:43.563 INFO STEP 407 (remove_files) COMPLETE
65502026-08-29T04:31:44.928Z[ recovery-image] Aug 29 04:31:43.563 INFO O| Aug 29 04:31:43.563 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-08-29T04:31:44.938Z[ recovery-image] Aug 29 04:31:43.573 INFO O| Aug 29 04:31:43.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65522026-08-29T04:31:44.938Z[ recovery-image] Aug 29 04:31:43.573 INFO O| Aug 29 04:31:43.573 INFO STEP 408 (remove_files) COMPLETE
65532026-08-29T04:31:44.942Z[ recovery-image] Aug 29 04:31:43.573 INFO O| Aug 29 04:31:43.573 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-08-29T04:31:44.948Z[ recovery-image] Aug 29 04:31:43.583 INFO O| Aug 29 04:31:43.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65552026-08-29T04:31:44.948Z[ recovery-image] Aug 29 04:31:43.583 INFO O| Aug 29 04:31:43.583 INFO STEP 409 (remove_files) COMPLETE
65562026-08-29T04:31:44.948Z[ recovery-image] Aug 29 04:31:43.583 INFO O| Aug 29 04:31:43.583 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-08-29T04:31:44.957Z[ recovery-image] Aug 29 04:31:43.592 INFO O| Aug 29 04:31:43.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65582026-08-29T04:31:44.957Z[ recovery-image] Aug 29 04:31:43.592 INFO O| Aug 29 04:31:43.592 INFO STEP 410 (remove_files) COMPLETE
65592026-08-29T04:31:44.957Z[ recovery-image] Aug 29 04:31:43.592 INFO O| Aug 29 04:31:43.592 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-08-29T04:31:44.967Z[ recovery-image] Aug 29 04:31:43.601 INFO O| Aug 29 04:31:43.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65612026-08-29T04:31:44.967Z[ recovery-image] Aug 29 04:31:43.601 INFO O| Aug 29 04:31:43.601 INFO STEP 411 (remove_files) COMPLETE
65622026-08-29T04:31:44.967Z[ recovery-image] Aug 29 04:31:43.601 INFO O| Aug 29 04:31:43.601 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-08-29T04:31:44.975Z[ recovery-image] Aug 29 04:31:43.610 INFO O| Aug 29 04:31:43.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65642026-08-29T04:31:44.975Z[ recovery-image] Aug 29 04:31:43.610 INFO O| Aug 29 04:31:43.610 INFO STEP 412 (remove_files) COMPLETE
65652026-08-29T04:31:44.975Z[ recovery-image] Aug 29 04:31:43.610 INFO O| Aug 29 04:31:43.610 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-08-29T04:31:44.985Z[ recovery-image] Aug 29 04:31:43.620 INFO O| Aug 29 04:31:43.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65672026-08-29T04:31:44.985Z[ recovery-image] Aug 29 04:31:43.620 INFO O| Aug 29 04:31:43.620 INFO STEP 413 (remove_files) COMPLETE
65682026-08-29T04:31:44.985Z[ recovery-image] Aug 29 04:31:43.620 INFO O| Aug 29 04:31:43.620 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-08-29T04:31:44.994Z[ recovery-image] Aug 29 04:31:43.629 INFO O| Aug 29 04:31:43.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65702026-08-29T04:31:44.994Z[ recovery-image] Aug 29 04:31:43.629 INFO O| Aug 29 04:31:43.629 INFO STEP 414 (remove_files) COMPLETE
65712026-08-29T04:31:44.994Z[ recovery-image] Aug 29 04:31:43.629 INFO O| Aug 29 04:31:43.629 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-08-29T04:31:45.004Z[ recovery-image] Aug 29 04:31:43.639 INFO O| Aug 29 04:31:43.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65732026-08-29T04:31:45.004Z[ recovery-image] Aug 29 04:31:43.639 INFO O| Aug 29 04:31:43.639 INFO STEP 415 (remove_files) COMPLETE
65742026-08-29T04:31:45.008Z[ recovery-image] Aug 29 04:31:43.639 INFO O| Aug 29 04:31:43.639 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-08-29T04:31:45.014Z[ recovery-image] Aug 29 04:31:43.649 INFO O| Aug 29 04:31:43.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65762026-08-29T04:31:45.014Z[ recovery-image] Aug 29 04:31:43.649 INFO O| Aug 29 04:31:43.649 INFO STEP 416 (remove_files) COMPLETE
65772026-08-29T04:31:45.014Z[ recovery-image] Aug 29 04:31:43.649 INFO O| Aug 29 04:31:43.649 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-08-29T04:31:45.024Z[ recovery-image] Aug 29 04:31:43.659 INFO O| Aug 29 04:31:43.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65792026-08-29T04:31:45.024Z[ recovery-image] Aug 29 04:31:43.659 INFO O| Aug 29 04:31:43.659 INFO STEP 417 (remove_files) COMPLETE
65802026-08-29T04:31:45.024Z[ recovery-image] Aug 29 04:31:43.659 INFO O| Aug 29 04:31:43.659 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-08-29T04:31:45.034Z[ recovery-image] Aug 29 04:31:43.668 INFO O| Aug 29 04:31:43.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65822026-08-29T04:31:45.034Z[ recovery-image] Aug 29 04:31:43.668 INFO O| Aug 29 04:31:43.668 INFO STEP 418 (remove_files) COMPLETE
65832026-08-29T04:31:45.034Z[ recovery-image] Aug 29 04:31:43.668 INFO O| Aug 29 04:31:43.668 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-08-29T04:31:45.043Z[ recovery-image] Aug 29 04:31:43.678 INFO O| Aug 29 04:31:43.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65852026-08-29T04:31:45.043Z[ recovery-image] Aug 29 04:31:43.678 INFO O| Aug 29 04:31:43.678 INFO STEP 419 (remove_files) COMPLETE
65862026-08-29T04:31:45.043Z[ recovery-image] Aug 29 04:31:43.678 INFO O| Aug 29 04:31:43.678 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-08-29T04:31:45.053Z[ recovery-image] Aug 29 04:31:43.687 INFO O| Aug 29 04:31:43.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65882026-08-29T04:31:45.053Z[ recovery-image] Aug 29 04:31:43.687 INFO O| Aug 29 04:31:43.687 INFO STEP 420 (remove_files) COMPLETE
65892026-08-29T04:31:45.053Z[ recovery-image] Aug 29 04:31:43.687 INFO O| Aug 29 04:31:43.687 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-08-29T04:31:45.062Z[ recovery-image] Aug 29 04:31:43.697 INFO O| Aug 29 04:31:43.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65912026-08-29T04:31:45.062Z[ recovery-image] Aug 29 04:31:43.697 INFO O| Aug 29 04:31:43.697 INFO STEP 421 (remove_files) COMPLETE
65922026-08-29T04:31:45.062Z[ recovery-image] Aug 29 04:31:43.697 INFO O| Aug 29 04:31:43.697 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-08-29T04:31:45.072Z[ recovery-image] Aug 29 04:31:43.706 INFO O| Aug 29 04:31:43.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65942026-08-29T04:31:45.072Z[ recovery-image] Aug 29 04:31:43.706 INFO O| Aug 29 04:31:43.706 INFO STEP 422 (remove_files) COMPLETE
65952026-08-29T04:31:45.072Z[ recovery-image] Aug 29 04:31:43.707 INFO O| Aug 29 04:31:43.706 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-08-29T04:31:45.081Z[ recovery-image] Aug 29 04:31:43.716 INFO O| Aug 29 04:31:43.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65972026-08-29T04:31:45.081Z[ recovery-image] Aug 29 04:31:43.716 INFO O| Aug 29 04:31:43.716 INFO STEP 423 (remove_files) COMPLETE
65982026-08-29T04:31:45.081Z[ recovery-image] Aug 29 04:31:43.716 INFO O| Aug 29 04:31:43.716 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-08-29T04:31:45.091Z[ recovery-image] Aug 29 04:31:43.725 INFO O| Aug 29 04:31:43.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
66002026-08-29T04:31:45.091Z[ recovery-image] Aug 29 04:31:43.725 INFO O| Aug 29 04:31:43.725 INFO STEP 424 (remove_files) COMPLETE
66012026-08-29T04:31:45.091Z[ recovery-image] Aug 29 04:31:43.725 INFO O| Aug 29 04:31:43.725 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-08-29T04:31:45.099Z[ recovery-image] Aug 29 04:31:43.734 INFO O| Aug 29 04:31:43.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
66032026-08-29T04:31:45.099Z[ recovery-image] Aug 29 04:31:43.734 INFO O| Aug 29 04:31:43.734 INFO STEP 425 (remove_files) COMPLETE
66042026-08-29T04:31:45.099Z[ recovery-image] Aug 29 04:31:43.734 INFO O| Aug 29 04:31:43.734 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-08-29T04:31:45.109Z[ recovery-image] Aug 29 04:31:43.744 INFO O| Aug 29 04:31:43.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
66062026-08-29T04:31:45.114Z[ recovery-image] Aug 29 04:31:43.745 INFO O| Aug 29 04:31:43.745 INFO STEP 426 (remove_files) COMPLETE
66072026-08-29T04:31:45.114Z[ recovery-image] Aug 29 04:31:43.745 INFO O| Aug 29 04:31:43.745 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-08-29T04:31:45.120Z[ recovery-image] Aug 29 04:31:43.754 INFO O| Aug 29 04:31:43.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
66092026-08-29T04:31:45.120Z[ recovery-image] Aug 29 04:31:43.754 INFO O| Aug 29 04:31:43.754 INFO STEP 427 (remove_files) COMPLETE
66102026-08-29T04:31:45.124Z[ recovery-image] Aug 29 04:31:43.754 INFO O| Aug 29 04:31:43.754 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-08-29T04:31:45.130Z[ recovery-image] Aug 29 04:31:43.765 INFO O| Aug 29 04:31:43.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
66122026-08-29T04:31:45.131Z[ recovery-image] Aug 29 04:31:43.765 INFO O| Aug 29 04:31:43.765 INFO STEP 428 (remove_files) COMPLETE
66132026-08-29T04:31:45.131Z[ recovery-image] Aug 29 04:31:43.765 INFO O| Aug 29 04:31:43.765 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-08-29T04:31:45.140Z[ recovery-image] Aug 29 04:31:43.774 INFO O| Aug 29 04:31:43.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66152026-08-29T04:31:45.140Z[ recovery-image] Aug 29 04:31:43.774 INFO O| Aug 29 04:31:43.774 INFO STEP 429 (remove_files) COMPLETE
66162026-08-29T04:31:45.140Z[ recovery-image] Aug 29 04:31:43.774 INFO O| Aug 29 04:31:43.774 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-08-29T04:31:45.150Z[ recovery-image] Aug 29 04:31:43.784 INFO O| Aug 29 04:31:43.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66182026-08-29T04:31:45.150Z[ recovery-image] Aug 29 04:31:43.784 INFO O| Aug 29 04:31:43.784 INFO STEP 430 (remove_files) COMPLETE
66192026-08-29T04:31:45.153Z[ recovery-image] Aug 29 04:31:43.784 INFO O| Aug 29 04:31:43.784 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-08-29T04:31:45.159Z[ recovery-image] Aug 29 04:31:43.794 INFO O| Aug 29 04:31:43.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66212026-08-29T04:31:45.160Z[ recovery-image] Aug 29 04:31:43.794 INFO O| Aug 29 04:31:43.794 INFO STEP 431 (remove_files) COMPLETE
66222026-08-29T04:31:45.160Z[ recovery-image] Aug 29 04:31:43.794 INFO O| Aug 29 04:31:43.794 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-08-29T04:31:45.169Z[ recovery-image] Aug 29 04:31:43.804 INFO O| Aug 29 04:31:43.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66242026-08-29T04:31:45.169Z[ recovery-image] Aug 29 04:31:43.804 INFO O| Aug 29 04:31:43.804 INFO STEP 432 (remove_files) COMPLETE
66252026-08-29T04:31:45.173Z[ recovery-image] Aug 29 04:31:43.804 INFO O| Aug 29 04:31:43.804 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-08-29T04:31:45.178Z[ recovery-image] Aug 29 04:31:43.813 INFO O| Aug 29 04:31:43.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66272026-08-29T04:31:45.178Z[ recovery-image] Aug 29 04:31:43.813 INFO O| Aug 29 04:31:43.813 INFO STEP 433 (remove_files) COMPLETE
66282026-08-29T04:31:45.178Z[ recovery-image] Aug 29 04:31:43.813 INFO O| Aug 29 04:31:43.813 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-08-29T04:31:45.189Z[ recovery-image] Aug 29 04:31:43.823 INFO O| Aug 29 04:31:43.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66302026-08-29T04:31:45.189Z[ recovery-image] Aug 29 04:31:43.823 INFO O| Aug 29 04:31:43.823 INFO STEP 434 (remove_files) COMPLETE
66312026-08-29T04:31:45.192Z[ recovery-image] Aug 29 04:31:43.823 INFO O| Aug 29 04:31:43.823 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-08-29T04:31:45.200Z[ recovery-image] Aug 29 04:31:43.834 INFO O| Aug 29 04:31:43.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66332026-08-29T04:31:45.200Z[ recovery-image] Aug 29 04:31:43.834 INFO O| Aug 29 04:31:43.834 INFO STEP 435 (remove_files) COMPLETE
66342026-08-29T04:31:45.200Z[ recovery-image] Aug 29 04:31:43.834 INFO O| Aug 29 04:31:43.834 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-08-29T04:31:45.209Z[ recovery-image] Aug 29 04:31:43.843 INFO O| Aug 29 04:31:43.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66362026-08-29T04:31:45.209Z[ recovery-image] Aug 29 04:31:43.843 INFO O| Aug 29 04:31:43.843 INFO STEP 436 (remove_files) COMPLETE
66372026-08-29T04:31:45.212Z[ recovery-image] Aug 29 04:31:43.843 INFO O| Aug 29 04:31:43.843 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-08-29T04:31:45.220Z[ recovery-image] Aug 29 04:31:43.855 INFO O| Aug 29 04:31:43.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66392026-08-29T04:31:45.220Z[ recovery-image] Aug 29 04:31:43.855 INFO O| Aug 29 04:31:43.855 INFO STEP 437 (remove_files) COMPLETE
66402026-08-29T04:31:45.220Z[ recovery-image] Aug 29 04:31:43.855 INFO O| Aug 29 04:31:43.855 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-08-29T04:31:45.232Z[ recovery-image] Aug 29 04:31:43.866 INFO O| Aug 29 04:31:43.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66422026-08-29T04:31:45.232Z[ recovery-image] Aug 29 04:31:43.866 INFO O| Aug 29 04:31:43.866 INFO STEP 438 (remove_files) COMPLETE
66432026-08-29T04:31:45.232Z[ recovery-image] Aug 29 04:31:43.866 INFO O| Aug 29 04:31:43.866 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-08-29T04:31:45.241Z[ recovery-image] Aug 29 04:31:43.876 INFO O| Aug 29 04:31:43.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66452026-08-29T04:31:45.241Z[ recovery-image] Aug 29 04:31:43.876 INFO O| Aug 29 04:31:43.876 INFO STEP 439 (remove_files) COMPLETE
66462026-08-29T04:31:45.241Z[ recovery-image] Aug 29 04:31:43.876 INFO O| Aug 29 04:31:43.876 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-08-29T04:31:45.254Z[ recovery-image] Aug 29 04:31:43.887 INFO O| Aug 29 04:31:43.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66482026-08-29T04:31:45.254Z[ recovery-image] Aug 29 04:31:43.887 INFO O| Aug 29 04:31:43.887 INFO STEP 440 (remove_files) COMPLETE
66492026-08-29T04:31:45.254Z[ recovery-image] Aug 29 04:31:43.887 INFO O| Aug 29 04:31:43.887 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-08-29T04:31:45.262Z[ recovery-image] Aug 29 04:31:43.896 INFO O| Aug 29 04:31:43.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66512026-08-29T04:31:45.262Z[ recovery-image] Aug 29 04:31:43.896 INFO O| Aug 29 04:31:43.896 INFO STEP 441 (remove_files) COMPLETE
66522026-08-29T04:31:45.262Z[ recovery-image] Aug 29 04:31:43.896 INFO O| Aug 29 04:31:43.896 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-08-29T04:31:45.272Z[ recovery-image] Aug 29 04:31:43.907 INFO O| Aug 29 04:31:43.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66542026-08-29T04:31:45.272Z[ recovery-image] Aug 29 04:31:43.907 INFO O| Aug 29 04:31:43.907 INFO STEP 442 (remove_files) COMPLETE
66552026-08-29T04:31:45.272Z[ recovery-image] Aug 29 04:31:43.907 INFO O| Aug 29 04:31:43.907 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-08-29T04:31:45.281Z[ recovery-image] Aug 29 04:31:43.915 INFO O| Aug 29 04:31:43.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66572026-08-29T04:31:45.281Z[ recovery-image] Aug 29 04:31:43.916 INFO O| Aug 29 04:31:43.916 INFO STEP 443 (remove_files) COMPLETE
66582026-08-29T04:31:45.281Z[ recovery-image] Aug 29 04:31:43.916 INFO O| Aug 29 04:31:43.916 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-08-29T04:31:45.289Z[ recovery-image] Aug 29 04:31:43.924 INFO O| Aug 29 04:31:43.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66602026-08-29T04:31:45.289Z[ recovery-image] Aug 29 04:31:43.924 INFO O| Aug 29 04:31:43.924 INFO STEP 444 (remove_files) COMPLETE
66612026-08-29T04:31:45.289Z[ recovery-image] Aug 29 04:31:43.924 INFO O| Aug 29 04:31:43.924 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-08-29T04:31:45.297Z[ recovery-image] Aug 29 04:31:43.932 INFO O| Aug 29 04:31:43.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66632026-08-29T04:31:45.297Z[ recovery-image] Aug 29 04:31:43.932 INFO O| Aug 29 04:31:43.932 INFO STEP 445 (remove_files) COMPLETE
66642026-08-29T04:31:45.297Z[ recovery-image] Aug 29 04:31:43.932 INFO O| Aug 29 04:31:43.932 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-08-29T04:31:45.307Z[ recovery-image] Aug 29 04:31:43.940 INFO O| Aug 29 04:31:43.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66662026-08-29T04:31:45.307Z[ recovery-image] Aug 29 04:31:43.940 INFO O| Aug 29 04:31:43.940 INFO STEP 446 (remove_files) COMPLETE
66672026-08-29T04:31:45.307Z[ recovery-image] Aug 29 04:31:43.940 INFO O| Aug 29 04:31:43.940 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-08-29T04:31:45.316Z[ recovery-image] Aug 29 04:31:43.949 INFO O| Aug 29 04:31:43.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66692026-08-29T04:31:45.321Z[ recovery-image] Aug 29 04:31:43.951 INFO O| Aug 29 04:31:43.951 INFO STEP 447 (remove_files) COMPLETE
66702026-08-29T04:31:45.321Z[ recovery-image] Aug 29 04:31:43.951 INFO O| Aug 29 04:31:43.951 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-08-29T04:31:45.327Z[ recovery-image] Aug 29 04:31:43.960 INFO O| Aug 29 04:31:43.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66722026-08-29T04:31:45.327Z[ recovery-image] Aug 29 04:31:43.960 INFO O| Aug 29 04:31:43.960 INFO STEP 448 (remove_files) COMPLETE
66732026-08-29T04:31:45.327Z[ recovery-image] Aug 29 04:31:43.960 INFO O| Aug 29 04:31:43.960 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-08-29T04:31:45.336Z[ recovery-image] Aug 29 04:31:43.971 INFO O| Aug 29 04:31:43.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66752026-08-29T04:31:45.337Z[ recovery-image] Aug 29 04:31:43.971 INFO O| Aug 29 04:31:43.971 INFO STEP 449 (remove_files) COMPLETE
66762026-08-29T04:31:45.337Z[ recovery-image] Aug 29 04:31:43.971 INFO O| Aug 29 04:31:43.971 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-08-29T04:31:45.345Z[ recovery-image] Aug 29 04:31:43.979 INFO O| Aug 29 04:31:43.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66782026-08-29T04:31:45.345Z[ recovery-image] Aug 29 04:31:43.979 INFO O| Aug 29 04:31:43.979 INFO STEP 450 (remove_files) COMPLETE
66792026-08-29T04:31:45.345Z[ recovery-image] Aug 29 04:31:43.979 INFO O| Aug 29 04:31:43.979 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-08-29T04:31:45.354Z[ recovery-image] Aug 29 04:31:43.988 INFO O| Aug 29 04:31:43.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66812026-08-29T04:31:45.354Z[ recovery-image] Aug 29 04:31:43.988 INFO O| Aug 29 04:31:43.988 INFO STEP 451 (remove_files) COMPLETE
66822026-08-29T04:31:45.357Z[ recovery-image] Aug 29 04:31:43.988 INFO O| Aug 29 04:31:43.988 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-08-29T04:31:45.364Z[ recovery-image] Aug 29 04:31:43.998 INFO O| Aug 29 04:31:43.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66842026-08-29T04:31:45.364Z[ recovery-image] Aug 29 04:31:43.998 INFO O| Aug 29 04:31:43.998 INFO STEP 452 (remove_files) COMPLETE
66852026-08-29T04:31:45.364Z[ recovery-image] Aug 29 04:31:43.998 INFO O| Aug 29 04:31:43.998 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-08-29T04:31:45.374Z[ recovery-image] Aug 29 04:31:44.009 INFO O| Aug 29 04:31:44.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66872026-08-29T04:31:45.374Z[ recovery-image] Aug 29 04:31:44.009 INFO O| Aug 29 04:31:44.009 INFO STEP 453 (remove_files) COMPLETE
66882026-08-29T04:31:45.378Z[ recovery-image] Aug 29 04:31:44.009 INFO O| Aug 29 04:31:44.009 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-08-29T04:31:45.383Z[ recovery-image] Aug 29 04:31:44.018 INFO O| Aug 29 04:31:44.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66902026-08-29T04:31:45.383Z[ recovery-image] Aug 29 04:31:44.018 INFO O| Aug 29 04:31:44.018 INFO STEP 454 (remove_files) COMPLETE
66912026-08-29T04:31:45.383Z[ recovery-image] Aug 29 04:31:44.018 INFO O| Aug 29 04:31:44.018 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-08-29T04:31:45.391Z[ recovery-image] Aug 29 04:31:44.026 INFO O| Aug 29 04:31:44.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66932026-08-29T04:31:45.395Z[ recovery-image] Aug 29 04:31:44.027 INFO O| Aug 29 04:31:44.027 INFO STEP 455 (remove_files) COMPLETE
66942026-08-29T04:31:45.395Z[ recovery-image] Aug 29 04:31:44.027 INFO O| Aug 29 04:31:44.027 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-08-29T04:31:45.402Z[ recovery-image] Aug 29 04:31:44.035 INFO O| Aug 29 04:31:44.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66962026-08-29T04:31:45.402Z[ recovery-image] Aug 29 04:31:44.035 INFO O| Aug 29 04:31:44.035 INFO STEP 456 (remove_files) COMPLETE
66972026-08-29T04:31:45.403Z[ recovery-image] Aug 29 04:31:44.035 INFO O| Aug 29 04:31:44.035 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-08-29T04:31:45.411Z[ recovery-image] Aug 29 04:31:44.045 INFO O| Aug 29 04:31:44.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66992026-08-29T04:31:45.411Z[ recovery-image] Aug 29 04:31:44.045 INFO O| Aug 29 04:31:44.045 INFO STEP 457 (remove_files) COMPLETE
67002026-08-29T04:31:45.412Z[ recovery-image] Aug 29 04:31:44.045 INFO O| Aug 29 04:31:44.045 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-08-29T04:31:45.420Z[ recovery-image] Aug 29 04:31:44.055 INFO O| Aug 29 04:31:44.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
67022026-08-29T04:31:45.420Z[ recovery-image] Aug 29 04:31:44.055 INFO O| Aug 29 04:31:44.055 INFO STEP 458 (remove_files) COMPLETE
67032026-08-29T04:31:45.420Z[ recovery-image] Aug 29 04:31:44.055 INFO O| Aug 29 04:31:44.055 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-08-29T04:31:45.431Z[ recovery-image] Aug 29 04:31:44.065 INFO O| Aug 29 04:31:44.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
67052026-08-29T04:31:45.434Z[ recovery-image] Aug 29 04:31:44.066 INFO O| Aug 29 04:31:44.066 INFO STEP 459 (remove_files) COMPLETE
67062026-08-29T04:31:45.435Z[ recovery-image] Aug 29 04:31:44.066 INFO O| Aug 29 04:31:44.066 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-08-29T04:31:45.446Z[ recovery-image] Aug 29 04:31:44.081 INFO O| Aug 29 04:31:44.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
67082026-08-29T04:31:45.446Z[ recovery-image] Aug 29 04:31:44.081 INFO O| Aug 29 04:31:44.080 INFO STEP 460 (remove_files) COMPLETE
67092026-08-29T04:31:45.446Z[ recovery-image] Aug 29 04:31:44.081 INFO O| Aug 29 04:31:44.080 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-08-29T04:31:45.455Z[ recovery-image] Aug 29 04:31:44.089 INFO O| Aug 29 04:31:44.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
67112026-08-29T04:31:45.455Z[ recovery-image] Aug 29 04:31:44.090 INFO O| Aug 29 04:31:44.090 INFO STEP 461 (remove_files) COMPLETE
67122026-08-29T04:31:45.456Z[ recovery-image] Aug 29 04:31:44.090 INFO O| Aug 29 04:31:44.090 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-08-29T04:31:45.464Z[ recovery-image] Aug 29 04:31:44.099 INFO O| Aug 29 04:31:44.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67142026-08-29T04:31:45.464Z[ recovery-image] Aug 29 04:31:44.099 INFO O| Aug 29 04:31:44.099 INFO STEP 462 (remove_files) COMPLETE
67152026-08-29T04:31:45.465Z[ recovery-image] Aug 29 04:31:44.099 INFO O| Aug 29 04:31:44.099 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-08-29T04:31:45.473Z[ recovery-image] Aug 29 04:31:44.108 INFO O| Aug 29 04:31:44.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67172026-08-29T04:31:45.473Z[ recovery-image] Aug 29 04:31:44.108 INFO O| Aug 29 04:31:44.108 INFO STEP 463 (remove_files) COMPLETE
67182026-08-29T04:31:45.473Z[ recovery-image] Aug 29 04:31:44.108 INFO O| Aug 29 04:31:44.108 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-08-29T04:31:45.482Z[ recovery-image] Aug 29 04:31:44.116 INFO O| Aug 29 04:31:44.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67202026-08-29T04:31:45.482Z[ recovery-image] Aug 29 04:31:44.116 INFO O| Aug 29 04:31:44.116 INFO STEP 464 (remove_files) COMPLETE
67212026-08-29T04:31:45.485Z[ recovery-image] Aug 29 04:31:44.116 INFO O| Aug 29 04:31:44.116 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-08-29T04:31:45.489Z[ recovery-image] Aug 29 04:31:44.124 INFO O| Aug 29 04:31:44.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67232026-08-29T04:31:45.493Z[ recovery-image] Aug 29 04:31:44.124 INFO O| Aug 29 04:31:44.124 INFO STEP 465 (remove_files) COMPLETE
67242026-08-29T04:31:45.493Z[ recovery-image] Aug 29 04:31:44.124 INFO O| Aug 29 04:31:44.124 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-08-29T04:31:45.501Z[ recovery-image] Aug 29 04:31:44.136 INFO O| Aug 29 04:31:44.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67262026-08-29T04:31:45.501Z[ recovery-image] Aug 29 04:31:44.136 INFO O| Aug 29 04:31:44.136 INFO STEP 466 (remove_files) COMPLETE
67272026-08-29T04:31:45.502Z[ recovery-image] Aug 29 04:31:44.136 INFO O| Aug 29 04:31:44.136 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-08-29T04:31:45.513Z[ recovery-image] Aug 29 04:31:44.147 INFO O| Aug 29 04:31:44.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67292026-08-29T04:31:45.513Z[ recovery-image] Aug 29 04:31:44.148 INFO O| Aug 29 04:31:44.148 INFO STEP 467 (remove_files) COMPLETE
67302026-08-29T04:31:45.513Z[ recovery-image] Aug 29 04:31:44.148 INFO O| Aug 29 04:31:44.148 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-08-29T04:31:45.516Z[verify-libraries] Compiling git2 v0.20.4
67322026-08-29T04:31:45.524Z[ recovery-image] Aug 29 04:31:44.159 INFO O| Aug 29 04:31:44.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67332026-08-29T04:31:45.524Z[ recovery-image] Aug 29 04:31:44.159 INFO O| Aug 29 04:31:44.159 INFO STEP 468 (remove_files) COMPLETE
67342026-08-29T04:31:45.528Z[ recovery-image] Aug 29 04:31:44.159 INFO O| Aug 29 04:31:44.159 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-08-29T04:31:45.535Z[ recovery-image] Aug 29 04:31:44.169 INFO O| Aug 29 04:31:44.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67362026-08-29T04:31:45.535Z[ recovery-image] Aug 29 04:31:44.170 INFO O| Aug 29 04:31:44.169 INFO STEP 469 (remove_files) COMPLETE
67372026-08-29T04:31:45.535Z[ recovery-image] Aug 29 04:31:44.170 INFO O| Aug 29 04:31:44.169 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-08-29T04:31:45.546Z[ recovery-image] Aug 29 04:31:44.181 INFO O| Aug 29 04:31:44.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67392026-08-29T04:31:45.546Z[ recovery-image] Aug 29 04:31:44.181 INFO O| Aug 29 04:31:44.181 INFO STEP 470 (remove_files) COMPLETE
67402026-08-29T04:31:45.546Z[ recovery-image] Aug 29 04:31:44.181 INFO O| Aug 29 04:31:44.181 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-08-29T04:31:45.557Z[ recovery-image] Aug 29 04:31:44.191 INFO O| Aug 29 04:31:44.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67422026-08-29T04:31:45.557Z[ recovery-image] Aug 29 04:31:44.191 INFO O| Aug 29 04:31:44.191 INFO STEP 471 (remove_files) COMPLETE
67432026-08-29T04:31:45.562Z[ recovery-image] Aug 29 04:31:44.191 INFO O| Aug 29 04:31:44.191 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-08-29T04:31:45.566Z[ recovery-image] Aug 29 04:31:44.201 INFO O| Aug 29 04:31:44.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67452026-08-29T04:31:45.566Z[ recovery-image] Aug 29 04:31:44.201 INFO O| Aug 29 04:31:44.201 INFO STEP 472 (remove_files) COMPLETE
67462026-08-29T04:31:45.569Z[ recovery-image] Aug 29 04:31:44.201 INFO O| Aug 29 04:31:44.201 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-08-29T04:31:45.574Z[ recovery-image] Aug 29 04:31:44.209 INFO O| Aug 29 04:31:44.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67482026-08-29T04:31:45.574Z[ recovery-image] Aug 29 04:31:44.209 INFO O| Aug 29 04:31:44.209 INFO STEP 473 (remove_files) COMPLETE
67492026-08-29T04:31:45.574Z[ recovery-image] Aug 29 04:31:44.209 INFO O| Aug 29 04:31:44.209 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-08-29T04:31:45.585Z[ recovery-image] Aug 29 04:31:44.220 INFO O| Aug 29 04:31:44.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67512026-08-29T04:31:45.596Z[ recovery-image] Aug 29 04:31:44.231 INFO O| Aug 29 04:31:44.231 INFO STEP 474 (remove_files) COMPLETE
67522026-08-29T04:31:45.596Z[ recovery-image] Aug 29 04:31:44.231 INFO O| Aug 29 04:31:44.231 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-08-29T04:31:45.605Z[ recovery-image] Aug 29 04:31:44.240 INFO O| Aug 29 04:31:44.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67542026-08-29T04:31:45.605Z[ recovery-image] Aug 29 04:31:44.240 INFO O| Aug 29 04:31:44.240 INFO STEP 475 (remove_files) COMPLETE
67552026-08-29T04:31:45.605Z[ recovery-image] Aug 29 04:31:44.240 INFO O| Aug 29 04:31:44.240 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-08-29T04:31:45.615Z[ recovery-image] Aug 29 04:31:44.250 INFO O| Aug 29 04:31:44.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67572026-08-29T04:31:45.616Z[ recovery-image] Aug 29 04:31:44.250 INFO O| Aug 29 04:31:44.250 INFO STEP 476 (remove_files) COMPLETE
67582026-08-29T04:31:45.616Z[ recovery-image] Aug 29 04:31:44.250 INFO O| Aug 29 04:31:44.250 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-08-29T04:31:45.624Z[ recovery-image] Aug 29 04:31:44.258 INFO O| Aug 29 04:31:44.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67602026-08-29T04:31:45.624Z[ recovery-image] Aug 29 04:31:44.258 INFO O| Aug 29 04:31:44.258 INFO STEP 477 (remove_files) COMPLETE
67612026-08-29T04:31:45.624Z[ recovery-image] Aug 29 04:31:44.259 INFO O| Aug 29 04:31:44.258 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-08-29T04:31:45.632Z[ recovery-image] Aug 29 04:31:44.266 INFO O| Aug 29 04:31:44.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67632026-08-29T04:31:45.632Z[ recovery-image] Aug 29 04:31:44.267 INFO O| Aug 29 04:31:44.267 INFO STEP 478 (remove_files) COMPLETE
67642026-08-29T04:31:45.635Z[ recovery-image] Aug 29 04:31:44.267 INFO O| Aug 29 04:31:44.267 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67652026-08-29T04:31:45.641Z[ recovery-image] Aug 29 04:31:44.276 INFO O| Aug 29 04:31:44.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67662026-08-29T04:31:45.641Z[ recovery-image] Aug 29 04:31:44.276 INFO O| Aug 29 04:31:44.276 INFO STEP 479 (remove_files) COMPLETE
67672026-08-29T04:31:45.641Z[ recovery-image] Aug 29 04:31:44.276 INFO O| Aug 29 04:31:44.276 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-08-29T04:31:45.650Z[ recovery-image] Aug 29 04:31:44.285 INFO O| Aug 29 04:31:44.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67692026-08-29T04:31:45.650Z[ recovery-image] Aug 29 04:31:44.285 INFO O| Aug 29 04:31:44.285 INFO STEP 480 (remove_files) COMPLETE
67702026-08-29T04:31:45.650Z[ recovery-image] Aug 29 04:31:44.285 INFO O| Aug 29 04:31:44.285 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-08-29T04:31:45.660Z[ recovery-image] Aug 29 04:31:44.294 INFO O| Aug 29 04:31:44.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67722026-08-29T04:31:45.663Z[ recovery-image] Aug 29 04:31:44.295 INFO O| Aug 29 04:31:44.295 INFO STEP 481 (remove_files) COMPLETE
67732026-08-29T04:31:45.663Z[ recovery-image] Aug 29 04:31:44.295 INFO O| Aug 29 04:31:44.295 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-08-29T04:31:45.670Z[ recovery-image] Aug 29 04:31:44.304 INFO O| Aug 29 04:31:44.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67752026-08-29T04:31:45.674Z[ recovery-image] Aug 29 04:31:44.304 INFO O| Aug 29 04:31:44.304 INFO STEP 482 (remove_files) COMPLETE
67762026-08-29T04:31:45.674Z[ recovery-image] Aug 29 04:31:44.304 INFO O| Aug 29 04:31:44.304 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67772026-08-29T04:31:45.679Z[ recovery-image] Aug 29 04:31:44.313 INFO O| Aug 29 04:31:44.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67782026-08-29T04:31:45.679Z[ recovery-image] Aug 29 04:31:44.313 INFO O| Aug 29 04:31:44.313 INFO STEP 483 (remove_files) COMPLETE
67792026-08-29T04:31:45.679Z[ recovery-image] Aug 29 04:31:44.313 INFO O| Aug 29 04:31:44.313 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-08-29T04:31:45.688Z[ recovery-image] Aug 29 04:31:44.322 INFO O| Aug 29 04:31:44.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67812026-08-29T04:31:45.692Z[ recovery-image] Aug 29 04:31:44.324 INFO O| Aug 29 04:31:44.324 INFO STEP 484 (remove_files) COMPLETE
67822026-08-29T04:31:45.692Z[ recovery-image] Aug 29 04:31:44.324 INFO O| Aug 29 04:31:44.324 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67832026-08-29T04:31:45.695Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
67842026-08-29T04:31:45.700Z[ recovery-image] Aug 29 04:31:44.334 INFO O| Aug 29 04:31:44.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67852026-08-29T04:31:45.700Z[ recovery-image] Aug 29 04:31:44.334 INFO O| Aug 29 04:31:44.334 INFO STEP 485 (remove_files) COMPLETE
67862026-08-29T04:31:45.703Z[ recovery-image] Aug 29 04:31:44.334 INFO O| Aug 29 04:31:44.334 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-08-29T04:31:45.708Z[ recovery-image] Aug 29 04:31:44.342 INFO O| Aug 29 04:31:44.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67882026-08-29T04:31:45.708Z[ recovery-image] Aug 29 04:31:44.342 INFO O| Aug 29 04:31:44.342 INFO STEP 486 (remove_files) COMPLETE
67892026-08-29T04:31:45.708Z[ recovery-image] Aug 29 04:31:44.342 INFO O| Aug 29 04:31:44.342 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-08-29T04:31:45.716Z[ recovery-image] Aug 29 04:31:44.351 INFO O| Aug 29 04:31:44.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67912026-08-29T04:31:45.721Z[ recovery-image] Aug 29 04:31:44.352 INFO O| Aug 29 04:31:44.352 INFO STEP 487 (remove_files) COMPLETE
67922026-08-29T04:31:45.721Z[ recovery-image] Aug 29 04:31:44.352 INFO O| Aug 29 04:31:44.352 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-08-29T04:31:45.726Z[ recovery-image] Aug 29 04:31:44.361 INFO O| Aug 29 04:31:44.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67942026-08-29T04:31:45.726Z[ recovery-image] Aug 29 04:31:44.361 INFO O| Aug 29 04:31:44.361 INFO STEP 488 (remove_files) COMPLETE
67952026-08-29T04:31:45.726Z[ recovery-image] Aug 29 04:31:44.361 INFO O| Aug 29 04:31:44.361 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-08-29T04:31:45.778Z[ recovery-image] Aug 29 04:31:44.370 INFO O| Aug 29 04:31:44.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67972026-08-29T04:31:45.779Z[ recovery-image] Aug 29 04:31:44.370 INFO O| Aug 29 04:31:44.370 INFO STEP 489 (remove_files) COMPLETE
67982026-08-29T04:31:45.780Z[ recovery-image] Aug 29 04:31:44.370 INFO O| Aug 29 04:31:44.370 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-08-29T04:31:45.780Z[ recovery-image] Aug 29 04:31:44.379 INFO O| Aug 29 04:31:44.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
68002026-08-29T04:31:45.780Z[ recovery-image] Aug 29 04:31:44.379 INFO O| Aug 29 04:31:44.379 INFO STEP 490 (remove_files) COMPLETE
68012026-08-29T04:31:45.780Z[ recovery-image] Aug 29 04:31:44.379 INFO O| Aug 29 04:31:44.379 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-08-29T04:31:45.780Z[ recovery-image] Aug 29 04:31:44.388 INFO O| Aug 29 04:31:44.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
68032026-08-29T04:31:45.780Z[ recovery-image] Aug 29 04:31:44.388 INFO O| Aug 29 04:31:44.388 INFO STEP 491 (remove_files) COMPLETE
68042026-08-29T04:31:45.780Z[ recovery-image] Aug 29 04:31:44.388 INFO O| Aug 29 04:31:44.388 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-08-29T04:31:45.781Z[ recovery-image] Aug 29 04:31:44.397 INFO O| Aug 29 04:31:44.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
68062026-08-29T04:31:45.781Z[ recovery-image] Aug 29 04:31:44.397 INFO O| Aug 29 04:31:44.397 INFO STEP 492 (remove_files) COMPLETE
68072026-08-29T04:31:45.781Z[ recovery-image] Aug 29 04:31:44.397 INFO O| Aug 29 04:31:44.397 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-08-29T04:31:45.781Z[ recovery-image] Aug 29 04:31:44.407 INFO O| Aug 29 04:31:44.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
68092026-08-29T04:31:45.781Z[ recovery-image] Aug 29 04:31:44.407 INFO O| Aug 29 04:31:44.407 INFO STEP 493 (remove_files) COMPLETE
68102026-08-29T04:31:45.781Z[ recovery-image] Aug 29 04:31:44.407 INFO O| Aug 29 04:31:44.407 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-08-29T04:31:45.785Z[ recovery-image] Aug 29 04:31:44.416 INFO O| Aug 29 04:31:44.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68122026-08-29T04:31:45.785Z[ recovery-image] Aug 29 04:31:44.416 INFO O| Aug 29 04:31:44.416 INFO STEP 494 (remove_files) COMPLETE
68132026-08-29T04:31:45.785Z[ recovery-image] Aug 29 04:31:44.416 INFO O| Aug 29 04:31:44.416 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-08-29T04:31:45.790Z[ recovery-image] Aug 29 04:31:44.425 INFO O| Aug 29 04:31:44.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68152026-08-29T04:31:45.790Z[ recovery-image] Aug 29 04:31:44.425 INFO O| Aug 29 04:31:44.425 INFO STEP 495 (remove_files) COMPLETE
68162026-08-29T04:31:45.791Z[ recovery-image] Aug 29 04:31:44.425 INFO O| Aug 29 04:31:44.425 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-08-29T04:31:45.799Z[ recovery-image] Aug 29 04:31:44.434 INFO O| Aug 29 04:31:44.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68182026-08-29T04:31:45.799Z[ recovery-image] Aug 29 04:31:44.434 INFO O| Aug 29 04:31:44.434 INFO STEP 496 (remove_files) COMPLETE
68192026-08-29T04:31:45.799Z[ recovery-image] Aug 29 04:31:44.434 INFO O| Aug 29 04:31:44.434 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-08-29T04:31:45.808Z[ recovery-image] Aug 29 04:31:44.442 INFO O| Aug 29 04:31:44.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68212026-08-29T04:31:45.808Z[ recovery-image] Aug 29 04:31:44.442 INFO O| Aug 29 04:31:44.442 INFO STEP 497 (remove_files) COMPLETE
68222026-08-29T04:31:45.812Z[ recovery-image] Aug 29 04:31:44.442 INFO O| Aug 29 04:31:44.442 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-08-29T04:31:45.822Z[ recovery-image] Aug 29 04:31:44.451 INFO O| Aug 29 04:31:44.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68242026-08-29T04:31:45.827Z[ recovery-image] Aug 29 04:31:44.451 INFO O| Aug 29 04:31:44.451 INFO STEP 498 (remove_files) COMPLETE
68252026-08-29T04:31:45.827Z[ recovery-image] Aug 29 04:31:44.451 INFO O| Aug 29 04:31:44.451 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-08-29T04:31:45.831Z[ recovery-image] Aug 29 04:31:44.462 INFO O| Aug 29 04:31:44.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68272026-08-29T04:31:45.831Z[ recovery-image] Aug 29 04:31:44.462 INFO O| Aug 29 04:31:44.462 INFO STEP 499 (remove_files) COMPLETE
68282026-08-29T04:31:45.831Z[ recovery-image] Aug 29 04:31:44.462 INFO O| Aug 29 04:31:44.462 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-08-29T04:31:45.838Z[ recovery-image] Aug 29 04:31:44.472 INFO O| Aug 29 04:31:44.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68302026-08-29T04:31:45.838Z[ recovery-image] Aug 29 04:31:44.472 INFO O| Aug 29 04:31:44.472 INFO STEP 500 (remove_files) COMPLETE
68312026-08-29T04:31:45.838Z[ recovery-image] Aug 29 04:31:44.472 INFO O| Aug 29 04:31:44.472 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-08-29T04:31:45.847Z[ recovery-image] Aug 29 04:31:44.482 INFO O| Aug 29 04:31:44.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68332026-08-29T04:31:45.847Z[ recovery-image] Aug 29 04:31:44.482 INFO O| Aug 29 04:31:44.482 INFO STEP 501 (remove_files) COMPLETE
68342026-08-29T04:31:45.851Z[ recovery-image] Aug 29 04:31:44.482 INFO O| Aug 29 04:31:44.482 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-08-29T04:31:45.857Z[ recovery-image] Aug 29 04:31:44.492 INFO O| Aug 29 04:31:44.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68362026-08-29T04:31:45.857Z[ recovery-image] Aug 29 04:31:44.492 INFO O| Aug 29 04:31:44.492 INFO STEP 502 (remove_files) COMPLETE
68372026-08-29T04:31:45.857Z[ recovery-image] Aug 29 04:31:44.492 INFO O| Aug 29 04:31:44.492 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-08-29T04:31:45.867Z[ recovery-image] Aug 29 04:31:44.502 INFO O| Aug 29 04:31:44.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68392026-08-29T04:31:45.867Z[ recovery-image] Aug 29 04:31:44.502 INFO O| Aug 29 04:31:44.502 INFO STEP 503 (remove_files) COMPLETE
68402026-08-29T04:31:45.867Z[ recovery-image] Aug 29 04:31:44.502 INFO O| Aug 29 04:31:44.502 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68412026-08-29T04:31:45.877Z[ recovery-image] Aug 29 04:31:44.512 INFO O| Aug 29 04:31:44.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68422026-08-29T04:31:45.877Z[ recovery-image] Aug 29 04:31:44.512 INFO O| Aug 29 04:31:44.512 INFO STEP 504 (remove_files) COMPLETE
68432026-08-29T04:31:45.877Z[ recovery-image] Aug 29 04:31:44.512 INFO O| Aug 29 04:31:44.512 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68442026-08-29T04:31:45.886Z[ recovery-image] Aug 29 04:31:44.521 INFO O| Aug 29 04:31:44.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68452026-08-29T04:31:45.886Z[ recovery-image] Aug 29 04:31:44.521 INFO O| Aug 29 04:31:44.521 INFO STEP 505 (remove_files) COMPLETE
68462026-08-29T04:31:45.886Z[ recovery-image] Aug 29 04:31:44.521 INFO O| Aug 29 04:31:44.521 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68472026-08-29T04:31:45.895Z[ recovery-image] Aug 29 04:31:44.530 INFO O| Aug 29 04:31:44.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68482026-08-29T04:31:45.895Z[ recovery-image] Aug 29 04:31:44.530 INFO O| Aug 29 04:31:44.530 INFO STEP 506 (remove_files) COMPLETE
68492026-08-29T04:31:45.899Z[ recovery-image] Aug 29 04:31:44.530 INFO O| Aug 29 04:31:44.530 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68502026-08-29T04:31:45.905Z[ recovery-image] Aug 29 04:31:44.540 INFO O| Aug 29 04:31:44.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68512026-08-29T04:31:45.905Z[ recovery-image] Aug 29 04:31:44.540 INFO O| Aug 29 04:31:44.540 INFO STEP 507 (remove_files) COMPLETE
68522026-08-29T04:31:45.906Z[ recovery-image] Aug 29 04:31:44.540 INFO O| Aug 29 04:31:44.540 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68532026-08-29T04:31:45.916Z[ recovery-image] Aug 29 04:31:44.550 INFO O| Aug 29 04:31:44.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68542026-08-29T04:31:45.916Z[ recovery-image] Aug 29 04:31:44.550 INFO O| Aug 29 04:31:44.550 INFO STEP 508 (remove_files) COMPLETE
68552026-08-29T04:31:45.916Z[ recovery-image] Aug 29 04:31:44.550 INFO O| Aug 29 04:31:44.550 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68562026-08-29T04:31:45.922Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
68572026-08-29T04:31:45.935Z[ recovery-image] Aug 29 04:31:44.561 INFO O| Aug 29 04:31:44.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68582026-08-29T04:31:45.935Z[ recovery-image] Aug 29 04:31:44.561 INFO O| Aug 29 04:31:44.561 INFO STEP 509 (remove_files) COMPLETE
68592026-08-29T04:31:45.935Z[ recovery-image] Aug 29 04:31:44.561 INFO O| Aug 29 04:31:44.561 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-08-29T04:31:45.938Z[ recovery-image] Aug 29 04:31:44.572 INFO O| Aug 29 04:31:44.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68612026-08-29T04:31:45.938Z[ recovery-image] Aug 29 04:31:44.572 INFO O| Aug 29 04:31:44.572 INFO STEP 510 (remove_files) COMPLETE
68622026-08-29T04:31:45.938Z[ recovery-image] Aug 29 04:31:44.572 INFO O| Aug 29 04:31:44.572 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-08-29T04:31:45.947Z[ recovery-image] Aug 29 04:31:44.582 INFO O| Aug 29 04:31:44.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68642026-08-29T04:31:45.947Z[ recovery-image] Aug 29 04:31:44.582 INFO O| Aug 29 04:31:44.582 INFO STEP 511 (remove_files) COMPLETE
68652026-08-29T04:31:45.947Z[ recovery-image] Aug 29 04:31:44.582 INFO O| Aug 29 04:31:44.582 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-08-29T04:31:45.957Z[ recovery-image] Aug 29 04:31:44.592 INFO O| Aug 29 04:31:44.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68672026-08-29T04:31:45.957Z[ recovery-image] Aug 29 04:31:44.592 INFO O| Aug 29 04:31:44.592 INFO STEP 512 (remove_files) COMPLETE
68682026-08-29T04:31:45.957Z[ recovery-image] Aug 29 04:31:44.592 INFO O| Aug 29 04:31:44.592 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-08-29T04:31:45.967Z[ recovery-image] Aug 29 04:31:44.601 INFO O| Aug 29 04:31:44.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68702026-08-29T04:31:45.972Z[ recovery-image] Aug 29 04:31:44.602 INFO O| Aug 29 04:31:44.602 INFO STEP 513 (remove_files) COMPLETE
68712026-08-29T04:31:45.972Z[ recovery-image] Aug 29 04:31:44.602 INFO O| Aug 29 04:31:44.602 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-08-29T04:31:45.977Z[ recovery-image] Aug 29 04:31:44.612 INFO O| Aug 29 04:31:44.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68732026-08-29T04:31:45.978Z[ recovery-image] Aug 29 04:31:44.612 INFO O| Aug 29 04:31:44.612 INFO STEP 514 (remove_files) COMPLETE
68742026-08-29T04:31:45.978Z[ recovery-image] Aug 29 04:31:44.612 INFO O| Aug 29 04:31:44.612 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-08-29T04:31:45.987Z[ recovery-image] Aug 29 04:31:44.622 INFO O| Aug 29 04:31:44.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68762026-08-29T04:31:45.987Z[ recovery-image] Aug 29 04:31:44.622 INFO O| Aug 29 04:31:44.622 INFO STEP 515 (remove_files) COMPLETE
68772026-08-29T04:31:45.987Z[ recovery-image] Aug 29 04:31:44.622 INFO O| Aug 29 04:31:44.622 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-08-29T04:31:45.997Z[ recovery-image] Aug 29 04:31:44.632 INFO O| Aug 29 04:31:44.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68792026-08-29T04:31:45.997Z[ recovery-image] Aug 29 04:31:44.632 INFO O| Aug 29 04:31:44.632 INFO STEP 516 (remove_files) COMPLETE
68802026-08-29T04:31:45.997Z[ recovery-image] Aug 29 04:31:44.632 INFO O| Aug 29 04:31:44.632 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-08-29T04:31:46.007Z[ recovery-image] Aug 29 04:31:44.641 INFO O| Aug 29 04:31:44.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68822026-08-29T04:31:46.007Z[ recovery-image] Aug 29 04:31:44.641 INFO O| Aug 29 04:31:44.641 INFO STEP 517 (remove_files) COMPLETE
68832026-08-29T04:31:46.007Z[ recovery-image] Aug 29 04:31:44.641 INFO O| Aug 29 04:31:44.641 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-08-29T04:31:46.016Z[ recovery-image] Aug 29 04:31:44.651 INFO O| Aug 29 04:31:44.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68852026-08-29T04:31:46.016Z[ recovery-image] Aug 29 04:31:44.651 INFO O| Aug 29 04:31:44.651 INFO STEP 518 (remove_files) COMPLETE
68862026-08-29T04:31:46.016Z[ recovery-image] Aug 29 04:31:44.651 INFO O| Aug 29 04:31:44.651 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-08-29T04:31:46.025Z[ recovery-image] Aug 29 04:31:44.660 INFO O| Aug 29 04:31:44.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68882026-08-29T04:31:46.025Z[ recovery-image] Aug 29 04:31:44.660 INFO O| Aug 29 04:31:44.660 INFO STEP 519 (remove_files) COMPLETE
68892026-08-29T04:31:46.025Z[ recovery-image] Aug 29 04:31:44.660 INFO O| Aug 29 04:31:44.660 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-08-29T04:31:46.035Z[ recovery-image] Aug 29 04:31:44.669 INFO O| Aug 29 04:31:44.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68912026-08-29T04:31:46.035Z[ recovery-image] Aug 29 04:31:44.669 INFO O| Aug 29 04:31:44.669 INFO STEP 520 (remove_files) COMPLETE
68922026-08-29T04:31:46.035Z[ recovery-image] Aug 29 04:31:44.669 INFO O| Aug 29 04:31:44.669 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-08-29T04:31:46.044Z[ recovery-image] Aug 29 04:31:44.679 INFO O| Aug 29 04:31:44.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68942026-08-29T04:31:46.044Z[ recovery-image] Aug 29 04:31:44.679 INFO O| Aug 29 04:31:44.679 INFO STEP 521 (remove_files) COMPLETE
68952026-08-29T04:31:46.044Z[ recovery-image] Aug 29 04:31:44.679 INFO O| Aug 29 04:31:44.679 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-08-29T04:31:46.054Z[ recovery-image] Aug 29 04:31:44.689 INFO O| Aug 29 04:31:44.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68972026-08-29T04:31:46.054Z[ recovery-image] Aug 29 04:31:44.689 INFO O| Aug 29 04:31:44.689 INFO STEP 522 (remove_files) COMPLETE
68982026-08-29T04:31:46.054Z[ recovery-image] Aug 29 04:31:44.689 INFO O| Aug 29 04:31:44.689 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-08-29T04:31:46.064Z[ recovery-image] Aug 29 04:31:44.699 INFO O| Aug 29 04:31:44.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
69002026-08-29T04:31:46.064Z[ recovery-image] Aug 29 04:31:44.699 INFO O| Aug 29 04:31:44.699 INFO STEP 523 (remove_files) COMPLETE
69012026-08-29T04:31:46.065Z[ recovery-image] Aug 29 04:31:44.699 INFO O| Aug 29 04:31:44.699 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-08-29T04:31:46.074Z[ recovery-image] Aug 29 04:31:44.709 INFO O| Aug 29 04:31:44.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
69032026-08-29T04:31:46.074Z[ recovery-image] Aug 29 04:31:44.709 INFO O| Aug 29 04:31:44.709 INFO STEP 524 (remove_files) COMPLETE
69042026-08-29T04:31:46.074Z[ recovery-image] Aug 29 04:31:44.709 INFO O| Aug 29 04:31:44.709 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-08-29T04:31:46.084Z[ recovery-image] Aug 29 04:31:44.719 INFO O| Aug 29 04:31:44.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
69062026-08-29T04:31:46.084Z[ recovery-image] Aug 29 04:31:44.719 INFO O| Aug 29 04:31:44.719 INFO STEP 525 (remove_files) COMPLETE
69072026-08-29T04:31:46.084Z[ recovery-image] Aug 29 04:31:44.719 INFO O| Aug 29 04:31:44.719 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-08-29T04:31:46.094Z[ recovery-image] Aug 29 04:31:44.729 INFO O| Aug 29 04:31:44.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
69092026-08-29T04:31:46.094Z[ recovery-image] Aug 29 04:31:44.729 INFO O| Aug 29 04:31:44.729 INFO STEP 526 (remove_files) COMPLETE
69102026-08-29T04:31:46.094Z[ recovery-image] Aug 29 04:31:44.729 INFO O| Aug 29 04:31:44.729 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-08-29T04:31:46.104Z[ recovery-image] Aug 29 04:31:44.738 INFO O| Aug 29 04:31:44.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69122026-08-29T04:31:46.104Z[ recovery-image] Aug 29 04:31:44.738 INFO O| Aug 29 04:31:44.738 INFO STEP 527 (remove_files) COMPLETE
69132026-08-29T04:31:46.107Z[ recovery-image] Aug 29 04:31:44.738 INFO O| Aug 29 04:31:44.738 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-08-29T04:31:46.113Z[ recovery-image] Aug 29 04:31:44.747 INFO O| Aug 29 04:31:44.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69152026-08-29T04:31:46.113Z[ recovery-image] Aug 29 04:31:44.748 INFO O| Aug 29 04:31:44.747 INFO STEP 528 (remove_files) COMPLETE
69162026-08-29T04:31:46.114Z[ recovery-image] Aug 29 04:31:44.748 INFO O| Aug 29 04:31:44.748 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-08-29T04:31:46.122Z[ recovery-image] Aug 29 04:31:44.756 INFO O| Aug 29 04:31:44.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69182026-08-29T04:31:46.122Z[ recovery-image] Aug 29 04:31:44.756 INFO O| Aug 29 04:31:44.756 INFO STEP 529 (remove_files) COMPLETE
69192026-08-29T04:31:46.122Z[ recovery-image] Aug 29 04:31:44.756 INFO O| Aug 29 04:31:44.756 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-08-29T04:31:46.131Z[ recovery-image] Aug 29 04:31:44.765 INFO O| Aug 29 04:31:44.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69212026-08-29T04:31:46.131Z[ recovery-image] Aug 29 04:31:44.765 INFO O| Aug 29 04:31:44.765 INFO STEP 530 (remove_files) COMPLETE
69222026-08-29T04:31:46.131Z[ recovery-image] Aug 29 04:31:44.765 INFO O| Aug 29 04:31:44.765 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-08-29T04:31:46.140Z[ recovery-image] Aug 29 04:31:44.774 INFO O| Aug 29 04:31:44.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69242026-08-29T04:31:46.140Z[ recovery-image] Aug 29 04:31:44.774 INFO O| Aug 29 04:31:44.774 INFO STEP 531 (remove_files) COMPLETE
69252026-08-29T04:31:46.145Z[ recovery-image] Aug 29 04:31:44.774 INFO O| Aug 29 04:31:44.774 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-08-29T04:31:46.148Z[ recovery-image] Aug 29 04:31:44.783 INFO O| Aug 29 04:31:44.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69272026-08-29T04:31:46.148Z[ recovery-image] Aug 29 04:31:44.783 INFO O| Aug 29 04:31:44.783 INFO STEP 532 (remove_files) COMPLETE
69282026-08-29T04:31:46.152Z[ recovery-image] Aug 29 04:31:44.783 INFO O| Aug 29 04:31:44.783 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-08-29T04:31:46.158Z[ recovery-image] Aug 29 04:31:44.792 INFO O| Aug 29 04:31:44.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69302026-08-29T04:31:46.158Z[ recovery-image] Aug 29 04:31:44.792 INFO O| Aug 29 04:31:44.792 INFO STEP 533 (remove_files) COMPLETE
69312026-08-29T04:31:46.158Z[ recovery-image] Aug 29 04:31:44.793 INFO O| Aug 29 04:31:44.792 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-08-29T04:31:46.168Z[ recovery-image] Aug 29 04:31:44.803 INFO O| Aug 29 04:31:44.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69332026-08-29T04:31:46.168Z[ recovery-image] Aug 29 04:31:44.803 INFO O| Aug 29 04:31:44.803 INFO STEP 534 (remove_files) COMPLETE
69342026-08-29T04:31:46.168Z[ recovery-image] Aug 29 04:31:44.803 INFO O| Aug 29 04:31:44.803 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-08-29T04:31:46.177Z[ recovery-image] Aug 29 04:31:44.811 INFO O| Aug 29 04:31:44.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69362026-08-29T04:31:46.177Z[ recovery-image] Aug 29 04:31:44.811 INFO O| Aug 29 04:31:44.811 INFO STEP 535 (remove_files) COMPLETE
69372026-08-29T04:31:46.177Z[ recovery-image] Aug 29 04:31:44.811 INFO O| Aug 29 04:31:44.811 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-08-29T04:31:46.185Z[ recovery-image] Aug 29 04:31:44.820 INFO O| Aug 29 04:31:44.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69392026-08-29T04:31:46.185Z[ recovery-image] Aug 29 04:31:44.820 INFO O| Aug 29 04:31:44.820 INFO STEP 536 (remove_files) COMPLETE
69402026-08-29T04:31:46.185Z[ recovery-image] Aug 29 04:31:44.820 INFO O| Aug 29 04:31:44.820 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-08-29T04:31:46.193Z[ recovery-image] Aug 29 04:31:44.828 INFO O| Aug 29 04:31:44.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69422026-08-29T04:31:46.194Z[ recovery-image] Aug 29 04:31:44.828 INFO O| Aug 29 04:31:44.828 INFO STEP 537 (remove_files) COMPLETE
69432026-08-29T04:31:46.197Z[ recovery-image] Aug 29 04:31:44.828 INFO O| Aug 29 04:31:44.828 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-08-29T04:31:46.202Z[ recovery-image] Aug 29 04:31:44.836 INFO O| Aug 29 04:31:44.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69452026-08-29T04:31:46.202Z[ recovery-image] Aug 29 04:31:44.836 INFO O| Aug 29 04:31:44.836 INFO STEP 538 (remove_files) COMPLETE
69462026-08-29T04:31:46.202Z[ recovery-image] Aug 29 04:31:44.836 INFO O| Aug 29 04:31:44.836 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-08-29T04:31:46.212Z[ recovery-image] Aug 29 04:31:44.846 INFO O| Aug 29 04:31:44.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69482026-08-29T04:31:46.212Z[ recovery-image] Aug 29 04:31:44.846 INFO O| Aug 29 04:31:44.846 INFO STEP 539 (remove_files) COMPLETE
69492026-08-29T04:31:46.212Z[ recovery-image] Aug 29 04:31:44.846 INFO O| Aug 29 04:31:44.846 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-08-29T04:31:46.221Z[ recovery-image] Aug 29 04:31:44.856 INFO O| Aug 29 04:31:44.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69512026-08-29T04:31:46.224Z[ recovery-image] Aug 29 04:31:44.856 INFO O| Aug 29 04:31:44.856 INFO STEP 540 (remove_files) COMPLETE
69522026-08-29T04:31:46.224Z[ recovery-image] Aug 29 04:31:44.857 INFO O| Aug 29 04:31:44.856 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-08-29T04:31:46.232Z[ recovery-image] Aug 29 04:31:44.866 INFO O| Aug 29 04:31:44.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69542026-08-29T04:31:46.235Z[ recovery-image] Aug 29 04:31:44.867 INFO O| Aug 29 04:31:44.867 INFO STEP 541 (remove_files) COMPLETE
69552026-08-29T04:31:46.235Z[ recovery-image] Aug 29 04:31:44.867 INFO O| Aug 29 04:31:44.867 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-08-29T04:31:46.242Z[ recovery-image] Aug 29 04:31:44.877 INFO O| Aug 29 04:31:44.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69572026-08-29T04:31:46.242Z[ recovery-image] Aug 29 04:31:44.877 INFO O| Aug 29 04:31:44.877 INFO STEP 542 (remove_files) COMPLETE
69582026-08-29T04:31:46.242Z[ recovery-image] Aug 29 04:31:44.877 INFO O| Aug 29 04:31:44.877 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-08-29T04:31:46.251Z[ recovery-image] Aug 29 04:31:44.886 INFO O| Aug 29 04:31:44.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69602026-08-29T04:31:46.251Z[ recovery-image] Aug 29 04:31:44.886 INFO O| Aug 29 04:31:44.886 INFO STEP 543 (remove_files) COMPLETE
69612026-08-29T04:31:46.251Z[ recovery-image] Aug 29 04:31:44.886 INFO O| Aug 29 04:31:44.886 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-08-29T04:31:46.260Z[ recovery-image] Aug 29 04:31:44.895 INFO O| Aug 29 04:31:44.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69632026-08-29T04:31:46.260Z[ recovery-image] Aug 29 04:31:44.895 INFO O| Aug 29 04:31:44.895 INFO STEP 544 (remove_files) COMPLETE
69642026-08-29T04:31:46.264Z[ recovery-image] Aug 29 04:31:44.895 INFO O| Aug 29 04:31:44.895 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-08-29T04:31:46.268Z[ recovery-image] Aug 29 04:31:44.903 INFO O| Aug 29 04:31:44.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69662026-08-29T04:31:46.269Z[ recovery-image] Aug 29 04:31:44.903 INFO O| Aug 29 04:31:44.903 INFO STEP 545 (remove_files) COMPLETE
69672026-08-29T04:31:46.269Z[ recovery-image] Aug 29 04:31:44.903 INFO O| Aug 29 04:31:44.903 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-08-29T04:31:46.277Z[ recovery-image] Aug 29 04:31:44.912 INFO O| Aug 29 04:31:44.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69692026-08-29T04:31:46.277Z[ recovery-image] Aug 29 04:31:44.912 INFO O| Aug 29 04:31:44.912 INFO STEP 546 (remove_files) COMPLETE
69702026-08-29T04:31:46.277Z[ recovery-image] Aug 29 04:31:44.912 INFO O| Aug 29 04:31:44.912 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-08-29T04:31:46.287Z[ recovery-image] Aug 29 04:31:44.921 INFO O| Aug 29 04:31:44.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69722026-08-29T04:31:46.287Z[ recovery-image] Aug 29 04:31:44.921 INFO O| Aug 29 04:31:44.921 INFO STEP 547 (remove_files) COMPLETE
69732026-08-29T04:31:46.287Z[ recovery-image] Aug 29 04:31:44.921 INFO O| Aug 29 04:31:44.921 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-08-29T04:31:46.297Z[ recovery-image] Aug 29 04:31:44.931 INFO O| Aug 29 04:31:44.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69752026-08-29T04:31:46.297Z[ recovery-image] Aug 29 04:31:44.931 INFO O| Aug 29 04:31:44.931 INFO STEP 548 (remove_files) COMPLETE
69762026-08-29T04:31:46.297Z[ recovery-image] Aug 29 04:31:44.931 INFO O| Aug 29 04:31:44.931 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-08-29T04:31:46.307Z[ recovery-image] Aug 29 04:31:44.941 INFO O| Aug 29 04:31:44.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69782026-08-29T04:31:46.307Z[ recovery-image] Aug 29 04:31:44.941 INFO O| Aug 29 04:31:44.941 INFO STEP 549 (remove_files) COMPLETE
69792026-08-29T04:31:46.307Z[ recovery-image] Aug 29 04:31:44.941 INFO O| Aug 29 04:31:44.941 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-08-29T04:31:46.317Z[ recovery-image] Aug 29 04:31:44.950 INFO O| Aug 29 04:31:44.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69812026-08-29T04:31:46.317Z[ recovery-image] Aug 29 04:31:44.950 INFO O| Aug 29 04:31:44.950 INFO STEP 550 (remove_files) COMPLETE
69822026-08-29T04:31:46.317Z[ recovery-image] Aug 29 04:31:44.951 INFO O| Aug 29 04:31:44.950 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-08-29T04:31:46.327Z[ recovery-image] Aug 29 04:31:44.961 INFO O| Aug 29 04:31:44.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69842026-08-29T04:31:46.328Z[ recovery-image] Aug 29 04:31:44.961 INFO O| Aug 29 04:31:44.961 INFO STEP 551 (remove_files) COMPLETE
69852026-08-29T04:31:46.331Z[ recovery-image] Aug 29 04:31:44.961 INFO O| Aug 29 04:31:44.961 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-08-29T04:31:46.337Z[ recovery-image] Aug 29 04:31:44.971 INFO O| Aug 29 04:31:44.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69872026-08-29T04:31:46.337Z[ recovery-image] Aug 29 04:31:44.971 INFO O| Aug 29 04:31:44.971 INFO STEP 552 (remove_files) COMPLETE
69882026-08-29T04:31:46.340Z[ recovery-image] Aug 29 04:31:44.971 INFO O| Aug 29 04:31:44.971 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-08-29T04:31:46.346Z[ recovery-image] Aug 29 04:31:44.980 INFO O| Aug 29 04:31:44.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69902026-08-29T04:31:46.347Z[ recovery-image] Aug 29 04:31:44.980 INFO O| Aug 29 04:31:44.980 INFO STEP 553 (remove_files) COMPLETE
69912026-08-29T04:31:46.351Z[ recovery-image] Aug 29 04:31:44.980 INFO O| Aug 29 04:31:44.980 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-08-29T04:31:46.355Z[ recovery-image] Aug 29 04:31:44.990 INFO O| Aug 29 04:31:44.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69932026-08-29T04:31:46.355Z[ recovery-image] Aug 29 04:31:44.990 INFO O| Aug 29 04:31:44.990 INFO STEP 554 (remove_files) COMPLETE
69942026-08-29T04:31:46.355Z[ recovery-image] Aug 29 04:31:44.990 INFO O| Aug 29 04:31:44.990 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-08-29T04:31:46.365Z[ recovery-image] Aug 29 04:31:44.999 INFO O| Aug 29 04:31:44.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69962026-08-29T04:31:46.365Z[ recovery-image] Aug 29 04:31:44.999 INFO O| Aug 29 04:31:44.999 INFO STEP 555 (remove_files) COMPLETE
69972026-08-29T04:31:46.365Z[ recovery-image] Aug 29 04:31:44.999 INFO O| Aug 29 04:31:44.999 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-08-29T04:31:46.376Z[ recovery-image] Aug 29 04:31:45.011 INFO O| Aug 29 04:31:45.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69992026-08-29T04:31:46.376Z[ recovery-image] Aug 29 04:31:45.011 INFO O| Aug 29 04:31:45.011 INFO STEP 556 (remove_files) COMPLETE
70002026-08-29T04:31:46.376Z[ recovery-image] Aug 29 04:31:45.011 INFO O| Aug 29 04:31:45.011 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-08-29T04:31:46.386Z[ recovery-image] Aug 29 04:31:45.021 INFO O| Aug 29 04:31:45.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
70022026-08-29T04:31:46.386Z[ recovery-image] Aug 29 04:31:45.021 INFO O| Aug 29 04:31:45.021 INFO STEP 557 (remove_files) COMPLETE
70032026-08-29T04:31:46.386Z[ recovery-image] Aug 29 04:31:45.021 INFO O| Aug 29 04:31:45.021 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-08-29T04:31:46.397Z[ recovery-image] Aug 29 04:31:45.031 INFO O| Aug 29 04:31:45.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
70052026-08-29T04:31:46.398Z[ recovery-image] Aug 29 04:31:45.032 INFO O| Aug 29 04:31:45.032 INFO STEP 558 (remove_files) COMPLETE
70062026-08-29T04:31:46.398Z[ recovery-image] Aug 29 04:31:45.032 INFO O| Aug 29 04:31:45.032 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-08-29T04:31:46.407Z[ recovery-image] Aug 29 04:31:45.041 INFO O| Aug 29 04:31:45.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
70082026-08-29T04:31:46.407Z[ recovery-image] Aug 29 04:31:45.041 INFO O| Aug 29 04:31:45.041 INFO STEP 559 (remove_files) COMPLETE
70092026-08-29T04:31:46.410Z[ recovery-image] Aug 29 04:31:45.041 INFO O| Aug 29 04:31:45.041 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-08-29T04:31:46.420Z[ recovery-image] Aug 29 04:31:45.054 INFO O| Aug 29 04:31:45.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70112026-08-29T04:31:46.420Z[ recovery-image] Aug 29 04:31:45.054 INFO O| Aug 29 04:31:45.052 INFO STEP 560 (remove_files) COMPLETE
70122026-08-29T04:31:46.423Z[ recovery-image] Aug 29 04:31:45.054 INFO O| Aug 29 04:31:45.052 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-08-29T04:31:46.427Z[ recovery-image] Aug 29 04:31:45.061 INFO O| Aug 29 04:31:45.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70142026-08-29T04:31:46.427Z[ recovery-image] Aug 29 04:31:45.061 INFO O| Aug 29 04:31:45.061 INFO STEP 561 (remove_files) COMPLETE
70152026-08-29T04:31:46.432Z[ recovery-image] Aug 29 04:31:45.062 INFO O| Aug 29 04:31:45.061 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-08-29T04:31:46.436Z[ recovery-image] Aug 29 04:31:45.071 INFO O| Aug 29 04:31:45.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70172026-08-29T04:31:46.436Z[ recovery-image] Aug 29 04:31:45.071 INFO O| Aug 29 04:31:45.071 INFO STEP 562 (remove_files) COMPLETE
70182026-08-29T04:31:46.436Z[ recovery-image] Aug 29 04:31:45.071 INFO O| Aug 29 04:31:45.071 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-08-29T04:31:46.446Z[ recovery-image] Aug 29 04:31:45.080 INFO O| Aug 29 04:31:45.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70202026-08-29T04:31:46.446Z[ recovery-image] Aug 29 04:31:45.080 INFO O| Aug 29 04:31:45.080 INFO STEP 563 (remove_files) COMPLETE
70212026-08-29T04:31:46.450Z[ recovery-image] Aug 29 04:31:45.080 INFO O| Aug 29 04:31:45.080 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-08-29T04:31:46.454Z[ recovery-image] Aug 29 04:31:45.089 INFO O| Aug 29 04:31:45.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70232026-08-29T04:31:46.454Z[ recovery-image] Aug 29 04:31:45.089 INFO O| Aug 29 04:31:45.089 INFO STEP 564 (remove_files) COMPLETE
70242026-08-29T04:31:46.454Z[ recovery-image] Aug 29 04:31:45.089 INFO O| Aug 29 04:31:45.089 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-08-29T04:31:46.463Z[ recovery-image] Aug 29 04:31:45.098 INFO O| Aug 29 04:31:45.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70262026-08-29T04:31:46.467Z[ recovery-image] Aug 29 04:31:45.099 INFO O| Aug 29 04:31:45.099 INFO STEP 565 (remove_files) COMPLETE
70272026-08-29T04:31:46.467Z[ recovery-image] Aug 29 04:31:45.099 INFO O| Aug 29 04:31:45.099 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-08-29T04:31:46.475Z[ recovery-image] Aug 29 04:31:45.110 INFO O| Aug 29 04:31:45.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70292026-08-29T04:31:46.478Z[ recovery-image] Aug 29 04:31:45.110 INFO O| Aug 29 04:31:45.110 INFO STEP 566 (remove_files) COMPLETE
70302026-08-29T04:31:46.478Z[ recovery-image] Aug 29 04:31:45.110 INFO O| Aug 29 04:31:45.110 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-08-29T04:31:46.483Z[ recovery-image] Aug 29 04:31:45.118 INFO O| Aug 29 04:31:45.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70322026-08-29T04:31:46.483Z[ recovery-image] Aug 29 04:31:45.118 INFO O| Aug 29 04:31:45.118 INFO STEP 567 (remove_files) COMPLETE
70332026-08-29T04:31:46.487Z[ recovery-image] Aug 29 04:31:45.118 INFO O| Aug 29 04:31:45.118 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-08-29T04:31:46.493Z[ recovery-image] Aug 29 04:31:45.128 INFO O| Aug 29 04:31:45.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70352026-08-29T04:31:46.493Z[ recovery-image] Aug 29 04:31:45.128 INFO O| Aug 29 04:31:45.128 INFO STEP 568 (remove_files) COMPLETE
70362026-08-29T04:31:46.493Z[ recovery-image] Aug 29 04:31:45.128 INFO O| Aug 29 04:31:45.128 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-08-29T04:31:46.502Z[ recovery-image] Aug 29 04:31:45.136 INFO O| Aug 29 04:31:45.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70382026-08-29T04:31:46.502Z[ recovery-image] Aug 29 04:31:45.136 INFO O| Aug 29 04:31:45.136 INFO STEP 569 (remove_files) COMPLETE
70392026-08-29T04:31:46.502Z[ recovery-image] Aug 29 04:31:45.136 INFO O| Aug 29 04:31:45.136 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-08-29T04:31:46.509Z[ recovery-image] Aug 29 04:31:45.144 INFO O| Aug 29 04:31:45.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70412026-08-29T04:31:46.509Z[ recovery-image] Aug 29 04:31:45.144 INFO O| Aug 29 04:31:45.144 INFO STEP 570 (remove_files) COMPLETE
70422026-08-29T04:31:46.509Z[ recovery-image] Aug 29 04:31:45.144 INFO O| Aug 29 04:31:45.144 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-08-29T04:31:46.517Z[ recovery-image] Aug 29 04:31:45.152 INFO O| Aug 29 04:31:45.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70442026-08-29T04:31:46.517Z[ recovery-image] Aug 29 04:31:45.152 INFO O| Aug 29 04:31:45.152 INFO STEP 571 (remove_files) COMPLETE
70452026-08-29T04:31:46.520Z[ recovery-image] Aug 29 04:31:45.152 INFO O| Aug 29 04:31:45.152 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-08-29T04:31:46.525Z[ recovery-image] Aug 29 04:31:45.160 INFO O| Aug 29 04:31:45.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70472026-08-29T04:31:46.525Z[ recovery-image] Aug 29 04:31:45.160 INFO O| Aug 29 04:31:45.160 INFO STEP 572 (remove_files) COMPLETE
70482026-08-29T04:31:46.525Z[ recovery-image] Aug 29 04:31:45.160 INFO O| Aug 29 04:31:45.160 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-08-29T04:31:46.536Z[ recovery-image] Aug 29 04:31:45.171 INFO O| Aug 29 04:31:45.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70502026-08-29T04:31:46.538Z[ recovery-image] Aug 29 04:31:45.171 INFO O| Aug 29 04:31:45.171 INFO STEP 573 (remove_files) COMPLETE
70512026-08-29T04:31:46.538Z[ recovery-image] Aug 29 04:31:45.171 INFO O| Aug 29 04:31:45.171 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-08-29T04:31:46.547Z[ recovery-image] Aug 29 04:31:45.181 INFO O| Aug 29 04:31:45.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70532026-08-29T04:31:46.547Z[ recovery-image] Aug 29 04:31:45.181 INFO O| Aug 29 04:31:45.181 INFO STEP 574 (remove_files) COMPLETE
70542026-08-29T04:31:46.547Z[ recovery-image] Aug 29 04:31:45.181 INFO O| Aug 29 04:31:45.181 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-08-29T04:31:46.557Z[ recovery-image] Aug 29 04:31:45.191 INFO O| Aug 29 04:31:45.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70562026-08-29T04:31:46.557Z[ recovery-image] Aug 29 04:31:45.191 INFO O| Aug 29 04:31:45.191 INFO STEP 575 (remove_files) COMPLETE
70572026-08-29T04:31:46.557Z[ recovery-image] Aug 29 04:31:45.191 INFO O| Aug 29 04:31:45.191 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-08-29T04:31:46.567Z[ recovery-image] Aug 29 04:31:45.201 INFO O| Aug 29 04:31:45.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70592026-08-29T04:31:46.567Z[ recovery-image] Aug 29 04:31:45.202 INFO O| Aug 29 04:31:45.202 INFO STEP 576 (remove_files) COMPLETE
70602026-08-29T04:31:46.567Z[ recovery-image] Aug 29 04:31:45.202 INFO O| Aug 29 04:31:45.202 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-08-29T04:31:46.577Z[ recovery-image] Aug 29 04:31:45.212 INFO O| Aug 29 04:31:45.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70622026-08-29T04:31:46.577Z[ recovery-image] Aug 29 04:31:45.212 INFO O| Aug 29 04:31:45.212 INFO STEP 577 (remove_files) COMPLETE
70632026-08-29T04:31:46.580Z[ recovery-image] Aug 29 04:31:45.212 INFO O| Aug 29 04:31:45.212 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-08-29T04:31:46.588Z[ recovery-image] Aug 29 04:31:45.223 INFO O| Aug 29 04:31:45.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70652026-08-29T04:31:46.592Z[ recovery-image] Aug 29 04:31:45.224 INFO O| Aug 29 04:31:45.224 INFO STEP 578 (remove_files) COMPLETE
70662026-08-29T04:31:46.592Z[ recovery-image] Aug 29 04:31:45.224 INFO O| Aug 29 04:31:45.224 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-08-29T04:31:46.599Z[ recovery-image] Aug 29 04:31:45.233 INFO O| Aug 29 04:31:45.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70682026-08-29T04:31:46.599Z[ recovery-image] Aug 29 04:31:45.234 INFO O| Aug 29 04:31:45.234 INFO STEP 579 (remove_files) COMPLETE
70692026-08-29T04:31:46.604Z[ recovery-image] Aug 29 04:31:45.234 INFO O| Aug 29 04:31:45.234 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-08-29T04:31:46.610Z[ recovery-image] Aug 29 04:31:45.244 INFO O| Aug 29 04:31:45.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70712026-08-29T04:31:46.610Z[ recovery-image] Aug 29 04:31:45.245 INFO O| Aug 29 04:31:45.245 INFO STEP 580 (remove_files) COMPLETE
70722026-08-29T04:31:46.610Z[ recovery-image] Aug 29 04:31:45.245 INFO O| Aug 29 04:31:45.245 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-08-29T04:31:46.620Z[ recovery-image] Aug 29 04:31:45.254 INFO O| Aug 29 04:31:45.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70742026-08-29T04:31:46.620Z[ recovery-image] Aug 29 04:31:45.254 INFO O| Aug 29 04:31:45.254 INFO STEP 581 (remove_files) COMPLETE
70752026-08-29T04:31:46.623Z[ recovery-image] Aug 29 04:31:45.254 INFO O| Aug 29 04:31:45.254 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-08-29T04:31:46.628Z[ recovery-image] Aug 29 04:31:45.263 INFO O| Aug 29 04:31:45.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70772026-08-29T04:31:46.629Z[ recovery-image] Aug 29 04:31:45.263 INFO O| Aug 29 04:31:45.263 INFO STEP 582 (remove_files) COMPLETE
70782026-08-29T04:31:46.634Z[ recovery-image] Aug 29 04:31:45.263 INFO O| Aug 29 04:31:45.263 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-08-29T04:31:46.637Z[ recovery-image] Aug 29 04:31:45.271 INFO O| Aug 29 04:31:45.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70802026-08-29T04:31:46.637Z[ recovery-image] Aug 29 04:31:45.272 INFO O| Aug 29 04:31:45.272 INFO STEP 583 (remove_files) COMPLETE
70812026-08-29T04:31:46.637Z[ recovery-image] Aug 29 04:31:45.272 INFO O| Aug 29 04:31:45.272 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-08-29T04:31:46.648Z[ recovery-image] Aug 29 04:31:45.282 INFO O| Aug 29 04:31:45.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70832026-08-29T04:31:46.648Z[ recovery-image] Aug 29 04:31:45.282 INFO O| Aug 29 04:31:45.282 INFO STEP 584 (remove_files) COMPLETE
70842026-08-29T04:31:46.651Z[ recovery-image] Aug 29 04:31:45.282 INFO O| Aug 29 04:31:45.282 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-08-29T04:31:46.657Z[ recovery-image] Aug 29 04:31:45.292 INFO O| Aug 29 04:31:45.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70862026-08-29T04:31:46.657Z[ recovery-image] Aug 29 04:31:45.292 INFO O| Aug 29 04:31:45.292 INFO STEP 585 (remove_files) COMPLETE
70872026-08-29T04:31:46.657Z[ recovery-image] Aug 29 04:31:45.292 INFO O| Aug 29 04:31:45.292 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-08-29T04:31:46.667Z[ recovery-image] Aug 29 04:31:45.302 INFO O| Aug 29 04:31:45.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70892026-08-29T04:31:46.667Z[ recovery-image] Aug 29 04:31:45.302 INFO O| Aug 29 04:31:45.302 INFO STEP 586 (remove_files) COMPLETE
70902026-08-29T04:31:46.667Z[ recovery-image] Aug 29 04:31:45.302 INFO O| Aug 29 04:31:45.302 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-08-29T04:31:46.677Z[ recovery-image] Aug 29 04:31:45.311 INFO O| Aug 29 04:31:45.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70922026-08-29T04:31:46.677Z[ recovery-image] Aug 29 04:31:45.311 INFO O| Aug 29 04:31:45.311 INFO STEP 587 (remove_files) COMPLETE
70932026-08-29T04:31:46.677Z[ recovery-image] Aug 29 04:31:45.311 INFO O| Aug 29 04:31:45.311 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-08-29T04:31:46.687Z[ recovery-image] Aug 29 04:31:45.321 INFO O| Aug 29 04:31:45.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70952026-08-29T04:31:46.687Z[ recovery-image] Aug 29 04:31:45.321 INFO O| Aug 29 04:31:45.321 INFO STEP 588 (remove_files) COMPLETE
70962026-08-29T04:31:46.687Z[ recovery-image] Aug 29 04:31:45.321 INFO O| Aug 29 04:31:45.321 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-08-29T04:31:46.697Z[ recovery-image] Aug 29 04:31:45.332 INFO O| Aug 29 04:31:45.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70982026-08-29T04:31:46.697Z[ recovery-image] Aug 29 04:31:45.332 INFO O| Aug 29 04:31:45.332 INFO STEP 589 (remove_files) COMPLETE
70992026-08-29T04:31:46.697Z[ recovery-image] Aug 29 04:31:45.332 INFO O| Aug 29 04:31:45.332 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-08-29T04:31:46.707Z[ recovery-image] Aug 29 04:31:45.341 INFO O| Aug 29 04:31:45.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
71012026-08-29T04:31:46.707Z[ recovery-image] Aug 29 04:31:45.341 INFO O| Aug 29 04:31:45.341 INFO STEP 590 (remove_files) COMPLETE
71022026-08-29T04:31:46.707Z[ recovery-image] Aug 29 04:31:45.341 INFO O| Aug 29 04:31:45.341 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-08-29T04:31:46.716Z[ recovery-image] Aug 29 04:31:45.350 INFO O| Aug 29 04:31:45.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
71042026-08-29T04:31:46.716Z[ recovery-image] Aug 29 04:31:45.351 INFO O| Aug 29 04:31:45.350 INFO STEP 591 (remove_files) COMPLETE
71052026-08-29T04:31:46.716Z[ recovery-image] Aug 29 04:31:45.351 INFO O| Aug 29 04:31:45.350 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-08-29T04:31:46.725Z[ recovery-image] Aug 29 04:31:45.359 INFO O| Aug 29 04:31:45.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
71072026-08-29T04:31:46.725Z[ recovery-image] Aug 29 04:31:45.359 INFO O| Aug 29 04:31:45.359 INFO STEP 592 (remove_files) COMPLETE
71082026-08-29T04:31:46.725Z[ recovery-image] Aug 29 04:31:45.359 INFO O| Aug 29 04:31:45.359 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-08-29T04:31:46.734Z[ recovery-image] Aug 29 04:31:45.368 INFO O| Aug 29 04:31:45.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71102026-08-29T04:31:46.735Z[ recovery-image] Aug 29 04:31:45.368 INFO O| Aug 29 04:31:45.368 INFO STEP 593 (remove_files) COMPLETE
71112026-08-29T04:31:46.735Z[ recovery-image] Aug 29 04:31:45.368 INFO O| Aug 29 04:31:45.368 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-08-29T04:31:46.743Z[ recovery-image] Aug 29 04:31:45.378 INFO O| Aug 29 04:31:45.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71132026-08-29T04:31:46.743Z[ recovery-image] Aug 29 04:31:45.378 INFO O| Aug 29 04:31:45.378 INFO STEP 594 (remove_files) COMPLETE
71142026-08-29T04:31:46.743Z[ recovery-image] Aug 29 04:31:45.378 INFO O| Aug 29 04:31:45.378 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-08-29T04:31:46.752Z[ recovery-image] Aug 29 04:31:45.387 INFO O| Aug 29 04:31:45.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71162026-08-29T04:31:46.752Z[ recovery-image] Aug 29 04:31:45.387 INFO O| Aug 29 04:31:45.387 INFO STEP 595 (remove_files) COMPLETE
71172026-08-29T04:31:46.753Z[ recovery-image] Aug 29 04:31:45.387 INFO O| Aug 29 04:31:45.387 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-08-29T04:31:46.766Z[ recovery-image] Aug 29 04:31:45.396 INFO O| Aug 29 04:31:45.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71192026-08-29T04:31:46.766Z[ recovery-image] Aug 29 04:31:45.396 INFO O| Aug 29 04:31:45.396 INFO STEP 596 (remove_files) COMPLETE
71202026-08-29T04:31:46.766Z[ recovery-image] Aug 29 04:31:45.396 INFO O| Aug 29 04:31:45.396 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-08-29T04:31:46.771Z[ recovery-image] Aug 29 04:31:45.404 INFO O| Aug 29 04:31:45.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71222026-08-29T04:31:46.772Z[ recovery-image] Aug 29 04:31:45.405 INFO O| Aug 29 04:31:45.405 INFO STEP 597 (remove_files) COMPLETE
71232026-08-29T04:31:46.772Z[ recovery-image] Aug 29 04:31:45.405 INFO O| Aug 29 04:31:45.405 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-08-29T04:31:46.781Z[ recovery-image] Aug 29 04:31:45.415 INFO O| Aug 29 04:31:45.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71252026-08-29T04:31:46.781Z[ recovery-image] Aug 29 04:31:45.415 INFO O| Aug 29 04:31:45.415 INFO STEP 598 (remove_files) COMPLETE
71262026-08-29T04:31:46.781Z[ recovery-image] Aug 29 04:31:45.415 INFO O| Aug 29 04:31:45.415 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-08-29T04:31:46.789Z[ recovery-image] Aug 29 04:31:45.424 INFO O| Aug 29 04:31:45.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71282026-08-29T04:31:46.790Z[ recovery-image] Aug 29 04:31:45.424 INFO O| Aug 29 04:31:45.424 INFO STEP 599 (remove_files) COMPLETE
71292026-08-29T04:31:46.790Z[ recovery-image] Aug 29 04:31:45.424 INFO O| Aug 29 04:31:45.424 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-08-29T04:31:46.799Z[ recovery-image] Aug 29 04:31:45.434 INFO O| Aug 29 04:31:45.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71312026-08-29T04:31:46.799Z[ recovery-image] Aug 29 04:31:45.434 INFO O| Aug 29 04:31:45.434 INFO STEP 600 (remove_files) COMPLETE
71322026-08-29T04:31:46.802Z[ recovery-image] Aug 29 04:31:45.434 INFO O| Aug 29 04:31:45.434 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-08-29T04:31:46.807Z[ recovery-image] Aug 29 04:31:45.442 INFO O| Aug 29 04:31:45.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71342026-08-29T04:31:46.807Z[ recovery-image] Aug 29 04:31:45.442 INFO O| Aug 29 04:31:45.442 INFO STEP 601 (remove_files) COMPLETE
71352026-08-29T04:31:46.811Z[ recovery-image] Aug 29 04:31:45.442 INFO O| Aug 29 04:31:45.442 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-08-29T04:31:46.815Z[ recovery-image] Aug 29 04:31:45.450 INFO O| Aug 29 04:31:45.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71372026-08-29T04:31:46.815Z[ recovery-image] Aug 29 04:31:45.450 INFO O| Aug 29 04:31:45.450 INFO STEP 602 (remove_files) COMPLETE
71382026-08-29T04:31:46.818Z[ recovery-image] Aug 29 04:31:45.450 INFO O| Aug 29 04:31:45.450 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-08-29T04:31:46.823Z[ recovery-image] Aug 29 04:31:45.457 INFO O| Aug 29 04:31:45.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71402026-08-29T04:31:46.823Z[ recovery-image] Aug 29 04:31:45.457 INFO O| Aug 29 04:31:45.457 INFO STEP 603 (remove_files) COMPLETE
71412026-08-29T04:31:46.823Z[ recovery-image] Aug 29 04:31:45.457 INFO O| Aug 29 04:31:45.457 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-08-29T04:31:46.831Z[ recovery-image] Aug 29 04:31:45.465 INFO O| Aug 29 04:31:45.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71432026-08-29T04:31:46.831Z[ recovery-image] Aug 29 04:31:45.465 INFO O| Aug 29 04:31:45.465 INFO STEP 604 (remove_files) COMPLETE
71442026-08-29T04:31:46.831Z[ recovery-image] Aug 29 04:31:45.465 INFO O| Aug 29 04:31:45.465 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-08-29T04:31:46.841Z[ recovery-image] Aug 29 04:31:45.476 INFO O| Aug 29 04:31:45.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71462026-08-29T04:31:46.841Z[ recovery-image] Aug 29 04:31:45.476 INFO O| Aug 29 04:31:45.476 INFO STEP 605 (remove_files) COMPLETE
71472026-08-29T04:31:46.844Z[ recovery-image] Aug 29 04:31:45.476 INFO O| Aug 29 04:31:45.476 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-08-29T04:31:46.850Z[ recovery-image] Aug 29 04:31:45.485 INFO O| Aug 29 04:31:45.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71492026-08-29T04:31:46.850Z[ recovery-image] Aug 29 04:31:45.485 INFO O| Aug 29 04:31:45.485 INFO STEP 606 (remove_files) COMPLETE
71502026-08-29T04:31:46.850Z[ recovery-image] Aug 29 04:31:45.485 INFO O| Aug 29 04:31:45.485 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-08-29T04:31:46.859Z[ recovery-image] Aug 29 04:31:45.494 INFO O| Aug 29 04:31:45.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71522026-08-29T04:31:46.859Z[ recovery-image] Aug 29 04:31:45.494 INFO O| Aug 29 04:31:45.494 INFO STEP 607 (remove_files) COMPLETE
71532026-08-29T04:31:46.860Z[ recovery-image] Aug 29 04:31:45.494 INFO O| Aug 29 04:31:45.494 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-08-29T04:31:46.869Z[ recovery-image] Aug 29 04:31:45.503 INFO O| Aug 29 04:31:45.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71552026-08-29T04:31:46.869Z[ recovery-image] Aug 29 04:31:45.503 INFO O| Aug 29 04:31:45.503 INFO STEP 608 (remove_files) COMPLETE
71562026-08-29T04:31:46.869Z[ recovery-image] Aug 29 04:31:45.503 INFO O| Aug 29 04:31:45.503 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-08-29T04:31:46.879Z[ recovery-image] Aug 29 04:31:45.513 INFO O| Aug 29 04:31:45.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71582026-08-29T04:31:46.879Z[ recovery-image] Aug 29 04:31:45.513 INFO O| Aug 29 04:31:45.513 INFO STEP 609 (remove_files) COMPLETE
71592026-08-29T04:31:46.879Z[ recovery-image] Aug 29 04:31:45.513 INFO O| Aug 29 04:31:45.513 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-08-29T04:31:46.888Z[ recovery-image] Aug 29 04:31:45.522 INFO O| Aug 29 04:31:45.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71612026-08-29T04:31:46.888Z[ recovery-image] Aug 29 04:31:45.522 INFO O| Aug 29 04:31:45.522 INFO STEP 610 (remove_files) COMPLETE
71622026-08-29T04:31:46.888Z[ recovery-image] Aug 29 04:31:45.522 INFO O| Aug 29 04:31:45.522 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-08-29T04:31:46.896Z[ recovery-image] Aug 29 04:31:45.531 INFO O| Aug 29 04:31:45.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71642026-08-29T04:31:46.896Z[ recovery-image] Aug 29 04:31:45.531 INFO O| Aug 29 04:31:45.531 INFO STEP 611 (remove_files) COMPLETE
71652026-08-29T04:31:46.896Z[ recovery-image] Aug 29 04:31:45.531 INFO O| Aug 29 04:31:45.531 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-08-29T04:31:46.905Z[ recovery-image] Aug 29 04:31:45.539 INFO O| Aug 29 04:31:45.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71672026-08-29T04:31:46.905Z[ recovery-image] Aug 29 04:31:45.539 INFO O| Aug 29 04:31:45.539 INFO STEP 612 (remove_files) COMPLETE
71682026-08-29T04:31:46.905Z[ recovery-image] Aug 29 04:31:45.539 INFO O| Aug 29 04:31:45.539 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-08-29T04:31:46.913Z[ recovery-image] Aug 29 04:31:45.548 INFO O| Aug 29 04:31:45.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71702026-08-29T04:31:46.913Z[ recovery-image] Aug 29 04:31:45.548 INFO O| Aug 29 04:31:45.548 INFO STEP 613 (remove_files) COMPLETE
71712026-08-29T04:31:46.913Z[ recovery-image] Aug 29 04:31:45.548 INFO O| Aug 29 04:31:45.548 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-08-29T04:31:46.923Z[ recovery-image] Aug 29 04:31:45.558 INFO O| Aug 29 04:31:45.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71732026-08-29T04:31:46.924Z[ recovery-image] Aug 29 04:31:45.558 INFO O| Aug 29 04:31:45.558 INFO STEP 614 (remove_files) COMPLETE
71742026-08-29T04:31:46.928Z[ recovery-image] Aug 29 04:31:45.558 INFO O| Aug 29 04:31:45.558 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-08-29T04:31:46.933Z[ recovery-image] Aug 29 04:31:45.568 INFO O| Aug 29 04:31:45.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71762026-08-29T04:31:46.933Z[ recovery-image] Aug 29 04:31:45.568 INFO O| Aug 29 04:31:45.568 INFO STEP 615 (remove_files) COMPLETE
71772026-08-29T04:31:46.938Z[ recovery-image] Aug 29 04:31:45.568 INFO O| Aug 29 04:31:45.568 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-08-29T04:31:46.943Z[ recovery-image] Aug 29 04:31:45.578 INFO O| Aug 29 04:31:45.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71792026-08-29T04:31:46.943Z[ recovery-image] Aug 29 04:31:45.578 INFO O| Aug 29 04:31:45.578 INFO STEP 616 (remove_files) COMPLETE
71802026-08-29T04:31:46.943Z[ recovery-image] Aug 29 04:31:45.578 INFO O| Aug 29 04:31:45.578 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-08-29T04:31:46.954Z[ recovery-image] Aug 29 04:31:45.589 INFO O| Aug 29 04:31:45.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71822026-08-29T04:31:46.954Z[ recovery-image] Aug 29 04:31:45.589 INFO O| Aug 29 04:31:45.589 INFO STEP 617 (remove_files) COMPLETE
71832026-08-29T04:31:46.954Z[ recovery-image] Aug 29 04:31:45.589 INFO O| Aug 29 04:31:45.589 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-08-29T04:31:46.964Z[ recovery-image] Aug 29 04:31:45.599 INFO O| Aug 29 04:31:45.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71852026-08-29T04:31:46.964Z[ recovery-image] Aug 29 04:31:45.599 INFO O| Aug 29 04:31:45.599 INFO STEP 618 (remove_files) COMPLETE
71862026-08-29T04:31:46.964Z[ recovery-image] Aug 29 04:31:45.599 INFO O| Aug 29 04:31:45.599 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-08-29T04:31:46.973Z[ recovery-image] Aug 29 04:31:45.608 INFO O| Aug 29 04:31:45.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71882026-08-29T04:31:46.973Z[ recovery-image] Aug 29 04:31:45.608 INFO O| Aug 29 04:31:45.608 INFO STEP 619 (remove_files) COMPLETE
71892026-08-29T04:31:46.973Z[ recovery-image] Aug 29 04:31:45.608 INFO O| Aug 29 04:31:45.608 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-08-29T04:31:46.982Z[ recovery-image] Aug 29 04:31:45.617 INFO O| Aug 29 04:31:45.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71912026-08-29T04:31:46.982Z[ recovery-image] Aug 29 04:31:45.617 INFO O| Aug 29 04:31:45.617 INFO STEP 620 (remove_files) COMPLETE
71922026-08-29T04:31:46.982Z[ recovery-image] Aug 29 04:31:45.617 INFO O| Aug 29 04:31:45.617 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-08-29T04:31:46.993Z[ recovery-image] Aug 29 04:31:45.628 INFO O| Aug 29 04:31:45.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71942026-08-29T04:31:46.993Z[ recovery-image] Aug 29 04:31:45.628 INFO O| Aug 29 04:31:45.628 INFO STEP 621 (remove_files) COMPLETE
71952026-08-29T04:31:46.993Z[ recovery-image] Aug 29 04:31:45.628 INFO O| Aug 29 04:31:45.628 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-08-29T04:31:47.003Z[ recovery-image] Aug 29 04:31:45.637 INFO O| Aug 29 04:31:45.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71972026-08-29T04:31:47.003Z[ recovery-image] Aug 29 04:31:45.637 INFO O| Aug 29 04:31:45.637 INFO STEP 622 (remove_files) COMPLETE
71982026-08-29T04:31:47.003Z[ recovery-image] Aug 29 04:31:45.637 INFO O| Aug 29 04:31:45.637 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-08-29T04:31:47.012Z[ recovery-image] Aug 29 04:31:45.647 INFO O| Aug 29 04:31:45.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
72002026-08-29T04:31:47.012Z[ recovery-image] Aug 29 04:31:45.647 INFO O| Aug 29 04:31:45.647 INFO STEP 623 (remove_files) COMPLETE
72012026-08-29T04:31:47.012Z[ recovery-image] Aug 29 04:31:45.647 INFO O| Aug 29 04:31:45.647 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-08-29T04:31:47.022Z[ recovery-image] Aug 29 04:31:45.657 INFO O| Aug 29 04:31:45.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
72032026-08-29T04:31:47.022Z[ recovery-image] Aug 29 04:31:45.657 INFO O| Aug 29 04:31:45.657 INFO STEP 624 (remove_files) COMPLETE
72042026-08-29T04:31:47.022Z[ recovery-image] Aug 29 04:31:45.657 INFO O| Aug 29 04:31:45.657 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-08-29T04:31:47.033Z[ recovery-image] Aug 29 04:31:45.667 INFO O| Aug 29 04:31:45.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
72062026-08-29T04:31:47.033Z[ recovery-image] Aug 29 04:31:45.667 INFO O| Aug 29 04:31:45.667 INFO STEP 625 (remove_files) COMPLETE
72072026-08-29T04:31:47.033Z[ recovery-image] Aug 29 04:31:45.667 INFO O| Aug 29 04:31:45.667 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-08-29T04:31:47.043Z[ recovery-image] Aug 29 04:31:45.678 INFO O| Aug 29 04:31:45.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72092026-08-29T04:31:47.043Z[ recovery-image] Aug 29 04:31:45.678 INFO O| Aug 29 04:31:45.678 INFO STEP 626 (remove_files) COMPLETE
72102026-08-29T04:31:47.043Z[ recovery-image] Aug 29 04:31:45.678 INFO O| Aug 29 04:31:45.678 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-08-29T04:31:47.053Z[ recovery-image] Aug 29 04:31:45.688 INFO O| Aug 29 04:31:45.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72122026-08-29T04:31:47.053Z[ recovery-image] Aug 29 04:31:45.688 INFO O| Aug 29 04:31:45.688 INFO STEP 627 (remove_files) COMPLETE
72132026-08-29T04:31:47.053Z[ recovery-image] Aug 29 04:31:45.688 INFO O| Aug 29 04:31:45.688 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-08-29T04:31:47.064Z[ recovery-image] Aug 29 04:31:45.698 INFO O| Aug 29 04:31:45.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72152026-08-29T04:31:47.064Z[ recovery-image] Aug 29 04:31:45.698 INFO O| Aug 29 04:31:45.698 INFO STEP 628 (remove_files) COMPLETE
72162026-08-29T04:31:47.064Z[ recovery-image] Aug 29 04:31:45.698 INFO O| Aug 29 04:31:45.698 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-08-29T04:31:47.074Z[ recovery-image] Aug 29 04:31:45.709 INFO O| Aug 29 04:31:45.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72182026-08-29T04:31:47.074Z[ recovery-image] Aug 29 04:31:45.709 INFO O| Aug 29 04:31:45.709 INFO STEP 629 (remove_files) COMPLETE
72192026-08-29T04:31:47.074Z[ recovery-image] Aug 29 04:31:45.709 INFO O| Aug 29 04:31:45.709 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-08-29T04:31:47.085Z[ recovery-image] Aug 29 04:31:45.720 INFO O| Aug 29 04:31:45.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72212026-08-29T04:31:47.085Z[ recovery-image] Aug 29 04:31:45.720 INFO O| Aug 29 04:31:45.720 INFO STEP 630 (remove_files) COMPLETE
72222026-08-29T04:31:47.086Z[ recovery-image] Aug 29 04:31:45.720 INFO O| Aug 29 04:31:45.720 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-08-29T04:31:47.096Z[ recovery-image] Aug 29 04:31:45.731 INFO O| Aug 29 04:31:45.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72242026-08-29T04:31:47.096Z[ recovery-image] Aug 29 04:31:45.731 INFO O| Aug 29 04:31:45.731 INFO STEP 631 (remove_files) COMPLETE
72252026-08-29T04:31:47.096Z[ recovery-image] Aug 29 04:31:45.731 INFO O| Aug 29 04:31:45.731 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-08-29T04:31:47.106Z[ recovery-image] Aug 29 04:31:45.741 INFO O| Aug 29 04:31:45.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72272026-08-29T04:31:47.107Z[ recovery-image] Aug 29 04:31:45.741 INFO O| Aug 29 04:31:45.741 INFO STEP 632 (remove_files) COMPLETE
72282026-08-29T04:31:47.107Z[ recovery-image] Aug 29 04:31:45.741 INFO O| Aug 29 04:31:45.741 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-08-29T04:31:47.117Z[ recovery-image] Aug 29 04:31:45.751 INFO O| Aug 29 04:31:45.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72302026-08-29T04:31:47.117Z[ recovery-image] Aug 29 04:31:45.751 INFO O| Aug 29 04:31:45.751 INFO STEP 633 (remove_files) COMPLETE
72312026-08-29T04:31:47.117Z[ recovery-image] Aug 29 04:31:45.751 INFO O| Aug 29 04:31:45.751 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-08-29T04:31:47.127Z[ recovery-image] Aug 29 04:31:45.761 INFO O| Aug 29 04:31:45.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72332026-08-29T04:31:47.127Z[ recovery-image] Aug 29 04:31:45.761 INFO O| Aug 29 04:31:45.761 INFO STEP 634 (remove_files) COMPLETE
72342026-08-29T04:31:47.127Z[ recovery-image] Aug 29 04:31:45.761 INFO O| Aug 29 04:31:45.761 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-08-29T04:31:47.136Z[ recovery-image] Aug 29 04:31:45.771 INFO O| Aug 29 04:31:45.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72362026-08-29T04:31:47.137Z[ recovery-image] Aug 29 04:31:45.771 INFO O| Aug 29 04:31:45.771 INFO STEP 635 (remove_files) COMPLETE
72372026-08-29T04:31:47.137Z[ recovery-image] Aug 29 04:31:45.771 INFO O| Aug 29 04:31:45.771 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-08-29T04:31:47.149Z[ recovery-image] Aug 29 04:31:45.780 INFO O| Aug 29 04:31:45.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72392026-08-29T04:31:47.149Z[ recovery-image] Aug 29 04:31:45.780 INFO O| Aug 29 04:31:45.780 INFO STEP 636 (remove_files) COMPLETE
72402026-08-29T04:31:47.150Z[ recovery-image] Aug 29 04:31:45.780 INFO O| Aug 29 04:31:45.780 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-08-29T04:31:47.155Z[ recovery-image] Aug 29 04:31:45.789 INFO O| Aug 29 04:31:45.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72422026-08-29T04:31:47.155Z[ recovery-image] Aug 29 04:31:45.789 INFO O| Aug 29 04:31:45.789 INFO STEP 637 (remove_files) COMPLETE
72432026-08-29T04:31:47.155Z[ recovery-image] Aug 29 04:31:45.789 INFO O| Aug 29 04:31:45.789 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-08-29T04:31:47.164Z[ recovery-image] Aug 29 04:31:45.799 INFO O| Aug 29 04:31:45.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72452026-08-29T04:31:47.165Z[ recovery-image] Aug 29 04:31:45.799 INFO O| Aug 29 04:31:45.799 INFO STEP 638 (remove_files) COMPLETE
72462026-08-29T04:31:47.165Z[ recovery-image] Aug 29 04:31:45.799 INFO O| Aug 29 04:31:45.799 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-08-29T04:31:47.174Z[ recovery-image] Aug 29 04:31:45.808 INFO O| Aug 29 04:31:45.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72482026-08-29T04:31:47.174Z[ recovery-image] Aug 29 04:31:45.808 INFO O| Aug 29 04:31:45.808 INFO STEP 639 (remove_files) COMPLETE
72492026-08-29T04:31:47.174Z[ recovery-image] Aug 29 04:31:45.808 INFO O| Aug 29 04:31:45.808 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-08-29T04:31:47.182Z[ recovery-image] Aug 29 04:31:45.817 INFO O| Aug 29 04:31:45.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72512026-08-29T04:31:47.182Z[ recovery-image] Aug 29 04:31:45.817 INFO O| Aug 29 04:31:45.817 INFO STEP 640 (remove_files) COMPLETE
72522026-08-29T04:31:47.182Z[ recovery-image] Aug 29 04:31:45.817 INFO O| Aug 29 04:31:45.817 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-08-29T04:31:47.191Z[ recovery-image] Aug 29 04:31:45.825 INFO O| Aug 29 04:31:45.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72542026-08-29T04:31:47.191Z[ recovery-image] Aug 29 04:31:45.825 INFO O| Aug 29 04:31:45.825 INFO STEP 641 (remove_files) COMPLETE
72552026-08-29T04:31:47.191Z[ recovery-image] Aug 29 04:31:45.825 INFO O| Aug 29 04:31:45.825 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-08-29T04:31:47.199Z[ recovery-image] Aug 29 04:31:45.834 INFO O| Aug 29 04:31:45.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72572026-08-29T04:31:47.199Z[ recovery-image] Aug 29 04:31:45.834 INFO O| Aug 29 04:31:45.834 INFO STEP 642 (remove_files) COMPLETE
72582026-08-29T04:31:47.199Z[ recovery-image] Aug 29 04:31:45.834 INFO O| Aug 29 04:31:45.834 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-08-29T04:31:47.208Z[ recovery-image] Aug 29 04:31:45.843 INFO O| Aug 29 04:31:45.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72602026-08-29T04:31:47.208Z[ recovery-image] Aug 29 04:31:45.843 INFO O| Aug 29 04:31:45.843 INFO STEP 643 (remove_files) COMPLETE
72612026-08-29T04:31:47.208Z[ recovery-image] Aug 29 04:31:45.843 INFO O| Aug 29 04:31:45.843 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-08-29T04:31:47.217Z[ recovery-image] Aug 29 04:31:45.852 INFO O| Aug 29 04:31:45.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72632026-08-29T04:31:47.217Z[ recovery-image] Aug 29 04:31:45.852 INFO O| Aug 29 04:31:45.852 INFO STEP 644 (remove_files) COMPLETE
72642026-08-29T04:31:47.217Z[ recovery-image] Aug 29 04:31:45.852 INFO O| Aug 29 04:31:45.852 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-08-29T04:31:47.226Z[ recovery-image] Aug 29 04:31:45.861 INFO O| Aug 29 04:31:45.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72662026-08-29T04:31:47.226Z[ recovery-image] Aug 29 04:31:45.861 INFO O| Aug 29 04:31:45.861 INFO STEP 645 (remove_files) COMPLETE
72672026-08-29T04:31:47.226Z[ recovery-image] Aug 29 04:31:45.861 INFO O| Aug 29 04:31:45.861 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-08-29T04:31:47.236Z[ recovery-image] Aug 29 04:31:45.871 INFO O| Aug 29 04:31:45.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72692026-08-29T04:31:47.236Z[ recovery-image] Aug 29 04:31:45.871 INFO O| Aug 29 04:31:45.871 INFO STEP 646 (remove_files) COMPLETE
72702026-08-29T04:31:47.236Z[ recovery-image] Aug 29 04:31:45.871 INFO O| Aug 29 04:31:45.871 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-08-29T04:31:47.246Z[ recovery-image] Aug 29 04:31:45.881 INFO O| Aug 29 04:31:45.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72722026-08-29T04:31:47.246Z[ recovery-image] Aug 29 04:31:45.881 INFO O| Aug 29 04:31:45.881 INFO STEP 647 (remove_files) COMPLETE
72732026-08-29T04:31:47.246Z[ recovery-image] Aug 29 04:31:45.881 INFO O| Aug 29 04:31:45.881 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-08-29T04:31:47.256Z[ recovery-image] Aug 29 04:31:45.890 INFO O| Aug 29 04:31:45.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72752026-08-29T04:31:47.256Z[ recovery-image] Aug 29 04:31:45.890 INFO O| Aug 29 04:31:45.890 INFO STEP 648 (remove_files) COMPLETE
72762026-08-29T04:31:47.256Z[ recovery-image] Aug 29 04:31:45.890 INFO O| Aug 29 04:31:45.890 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-08-29T04:31:47.265Z[ recovery-image] Aug 29 04:31:45.899 INFO O| Aug 29 04:31:45.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72782026-08-29T04:31:47.265Z[ recovery-image] Aug 29 04:31:45.899 INFO O| Aug 29 04:31:45.899 INFO STEP 649 (remove_files) COMPLETE
72792026-08-29T04:31:47.268Z[ recovery-image] Aug 29 04:31:45.899 INFO O| Aug 29 04:31:45.899 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-08-29T04:31:47.274Z[ recovery-image] Aug 29 04:31:45.908 INFO O| Aug 29 04:31:45.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72812026-08-29T04:31:47.274Z[ recovery-image] Aug 29 04:31:45.908 INFO O| Aug 29 04:31:45.908 INFO STEP 650 (remove_files) COMPLETE
72822026-08-29T04:31:47.278Z[ recovery-image] Aug 29 04:31:45.908 INFO O| Aug 29 04:31:45.908 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-08-29T04:31:47.282Z[ recovery-image] Aug 29 04:31:45.917 INFO O| Aug 29 04:31:45.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72842026-08-29T04:31:47.282Z[ recovery-image] Aug 29 04:31:45.917 INFO O| Aug 29 04:31:45.917 INFO STEP 651 (remove_files) COMPLETE
72852026-08-29T04:31:47.286Z[ recovery-image] Aug 29 04:31:45.917 INFO O| Aug 29 04:31:45.917 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-08-29T04:31:47.291Z[ recovery-image] Aug 29 04:31:45.926 INFO O| Aug 29 04:31:45.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72872026-08-29T04:31:47.292Z[ recovery-image] Aug 29 04:31:45.926 INFO O| Aug 29 04:31:45.926 INFO STEP 652 (remove_files) COMPLETE
72882026-08-29T04:31:47.295Z[ recovery-image] Aug 29 04:31:45.926 INFO O| Aug 29 04:31:45.926 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-08-29T04:31:47.300Z[ recovery-image] Aug 29 04:31:45.935 INFO O| Aug 29 04:31:45.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72902026-08-29T04:31:47.300Z[ recovery-image] Aug 29 04:31:45.935 INFO O| Aug 29 04:31:45.935 INFO STEP 653 (remove_files) COMPLETE
72912026-08-29T04:31:47.304Z[ recovery-image] Aug 29 04:31:45.935 INFO O| Aug 29 04:31:45.935 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-08-29T04:31:47.315Z[ recovery-image] Aug 29 04:31:45.950 INFO O| Aug 29 04:31:45.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72932026-08-29T04:31:47.315Z[ recovery-image] Aug 29 04:31:45.950 INFO O| Aug 29 04:31:45.950 INFO STEP 654 (remove_files) COMPLETE
72942026-08-29T04:31:47.315Z[ recovery-image] Aug 29 04:31:45.950 INFO O| Aug 29 04:31:45.950 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-08-29T04:31:47.351Z[ recovery-image] Aug 29 04:31:45.986 INFO O| Aug 29 04:31:45.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72962026-08-29T04:31:47.355Z[ recovery-image] Aug 29 04:31:45.987 INFO O| Aug 29 04:31:45.987 INFO STEP 655 (remove_files) COMPLETE
72972026-08-29T04:31:47.355Z[ recovery-image] Aug 29 04:31:45.987 INFO O| Aug 29 04:31:45.987 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-08-29T04:31:47.379Z[ recovery-image] Aug 29 04:31:46.014 INFO O| Aug 29 04:31:46.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72992026-08-29T04:31:47.379Z[ recovery-image] Aug 29 04:31:46.014 INFO O| Aug 29 04:31:46.014 INFO STEP 656 (remove_files) COMPLETE
73002026-08-29T04:31:47.379Z[ recovery-image] Aug 29 04:31:46.014 INFO O| Aug 29 04:31:46.014 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-08-29T04:31:47.389Z[ recovery-image] Aug 29 04:31:46.024 INFO O| Aug 29 04:31:46.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
73022026-08-29T04:31:47.389Z[ recovery-image] Aug 29 04:31:46.024 INFO O| Aug 29 04:31:46.024 INFO STEP 657 (remove_files) COMPLETE
73032026-08-29T04:31:47.390Z[ recovery-image] Aug 29 04:31:46.024 INFO O| Aug 29 04:31:46.024 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-08-29T04:31:47.399Z[ recovery-image] Aug 29 04:31:46.034 INFO O| Aug 29 04:31:46.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
73052026-08-29T04:31:47.399Z[ recovery-image] Aug 29 04:31:46.034 INFO O| Aug 29 04:31:46.034 INFO STEP 658 (remove_files) COMPLETE
73062026-08-29T04:31:47.403Z[ recovery-image] Aug 29 04:31:46.034 INFO O| Aug 29 04:31:46.034 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-08-29T04:31:47.414Z[ recovery-image] Aug 29 04:31:46.049 INFO O| Aug 29 04:31:46.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
73082026-08-29T04:31:47.420Z[ recovery-image] Aug 29 04:31:46.050 INFO O| Aug 29 04:31:46.050 INFO STEP 659 (remove_files) COMPLETE
73092026-08-29T04:31:47.420Z[ recovery-image] Aug 29 04:31:46.050 INFO O| Aug 29 04:31:46.050 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-08-29T04:31:47.452Z[ recovery-image] Aug 29 04:31:46.086 INFO O| Aug 29 04:31:46.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73112026-08-29T04:31:47.452Z[ recovery-image] Aug 29 04:31:46.086 INFO O| Aug 29 04:31:46.086 INFO STEP 660 (remove_files) COMPLETE
73122026-08-29T04:31:47.452Z[ recovery-image] Aug 29 04:31:46.086 INFO O| Aug 29 04:31:46.086 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-08-29T04:31:47.463Z[ recovery-image] Aug 29 04:31:46.098 INFO O| Aug 29 04:31:46.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73142026-08-29T04:31:47.463Z[ recovery-image] Aug 29 04:31:46.098 INFO O| Aug 29 04:31:46.098 INFO STEP 661 (remove_files) COMPLETE
73152026-08-29T04:31:47.467Z[ recovery-image] Aug 29 04:31:46.098 INFO O| Aug 29 04:31:46.098 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-08-29T04:31:47.474Z[ recovery-image] Aug 29 04:31:46.109 INFO O| Aug 29 04:31:46.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73172026-08-29T04:31:47.474Z[ recovery-image] Aug 29 04:31:46.109 INFO O| Aug 29 04:31:46.109 INFO STEP 662 (remove_files) COMPLETE
73182026-08-29T04:31:47.477Z[ recovery-image] Aug 29 04:31:46.109 INFO O| Aug 29 04:31:46.109 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-08-29T04:31:47.484Z[ recovery-image] Aug 29 04:31:46.119 INFO O| Aug 29 04:31:46.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73202026-08-29T04:31:47.484Z[ recovery-image] Aug 29 04:31:46.119 INFO O| Aug 29 04:31:46.119 INFO STEP 663 (remove_files) COMPLETE
73212026-08-29T04:31:47.485Z[ recovery-image] Aug 29 04:31:46.119 INFO O| Aug 29 04:31:46.119 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-08-29T04:31:47.494Z[ recovery-image] Aug 29 04:31:46.129 INFO O| Aug 29 04:31:46.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73232026-08-29T04:31:47.494Z[ recovery-image] Aug 29 04:31:46.129 INFO O| Aug 29 04:31:46.129 INFO STEP 664 (remove_files) COMPLETE
73242026-08-29T04:31:47.494Z[ recovery-image] Aug 29 04:31:46.129 INFO O| Aug 29 04:31:46.129 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-08-29T04:31:47.504Z[ recovery-image] Aug 29 04:31:46.139 INFO O| Aug 29 04:31:46.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73262026-08-29T04:31:47.504Z[ recovery-image] Aug 29 04:31:46.139 INFO O| Aug 29 04:31:46.139 INFO STEP 665 (remove_files) COMPLETE
73272026-08-29T04:31:47.506Z[ recovery-image] Aug 29 04:31:46.139 INFO O| Aug 29 04:31:46.139 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-08-29T04:31:47.512Z[ recovery-image] Aug 29 04:31:46.147 INFO O| Aug 29 04:31:46.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73292026-08-29T04:31:47.512Z[ recovery-image] Aug 29 04:31:46.147 INFO O| Aug 29 04:31:46.147 INFO STEP 666 (remove_files) COMPLETE
73302026-08-29T04:31:47.512Z[ recovery-image] Aug 29 04:31:46.147 INFO O| Aug 29 04:31:46.147 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-08-29T04:31:47.522Z[ recovery-image] Aug 29 04:31:46.157 INFO O| Aug 29 04:31:46.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73322026-08-29T04:31:47.522Z[ recovery-image] Aug 29 04:31:46.158 INFO O| Aug 29 04:31:46.158 INFO STEP 667 (remove_files) COMPLETE
73332026-08-29T04:31:47.523Z[ recovery-image] Aug 29 04:31:46.158 INFO O| Aug 29 04:31:46.158 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-08-29T04:31:47.532Z[ recovery-image] Aug 29 04:31:46.167 INFO O| Aug 29 04:31:46.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73352026-08-29T04:31:47.532Z[ recovery-image] Aug 29 04:31:46.167 INFO O| Aug 29 04:31:46.167 INFO STEP 668 (remove_files) COMPLETE
73362026-08-29T04:31:47.532Z[ recovery-image] Aug 29 04:31:46.167 INFO O| Aug 29 04:31:46.167 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-08-29T04:31:47.542Z[ recovery-image] Aug 29 04:31:46.177 INFO O| Aug 29 04:31:46.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73382026-08-29T04:31:47.542Z[ recovery-image] Aug 29 04:31:46.177 INFO O| Aug 29 04:31:46.177 INFO STEP 669 (remove_files) COMPLETE
73392026-08-29T04:31:47.542Z[ recovery-image] Aug 29 04:31:46.177 INFO O| Aug 29 04:31:46.177 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-08-29T04:31:47.553Z[ recovery-image] Aug 29 04:31:46.188 INFO O| Aug 29 04:31:46.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73412026-08-29T04:31:47.553Z[ recovery-image] Aug 29 04:31:46.188 INFO O| Aug 29 04:31:46.188 INFO STEP 670 (remove_files) COMPLETE
73422026-08-29T04:31:47.553Z[ recovery-image] Aug 29 04:31:46.188 INFO O| Aug 29 04:31:46.188 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-08-29T04:31:47.561Z[ recovery-image] Aug 29 04:31:46.196 INFO O| Aug 29 04:31:46.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73442026-08-29T04:31:47.561Z[ recovery-image] Aug 29 04:31:46.196 INFO O| Aug 29 04:31:46.196 INFO STEP 671 (remove_files) COMPLETE
73452026-08-29T04:31:47.561Z[ recovery-image] Aug 29 04:31:46.196 INFO O| Aug 29 04:31:46.196 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-08-29T04:31:47.571Z[ recovery-image] Aug 29 04:31:46.206 INFO O| Aug 29 04:31:46.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73472026-08-29T04:31:47.571Z[ recovery-image] Aug 29 04:31:46.206 INFO O| Aug 29 04:31:46.206 INFO STEP 672 (remove_files) COMPLETE
73482026-08-29T04:31:47.572Z[ recovery-image] Aug 29 04:31:46.206 INFO O| Aug 29 04:31:46.206 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-08-29T04:31:47.580Z[ recovery-image] Aug 29 04:31:46.215 INFO O| Aug 29 04:31:46.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73502026-08-29T04:31:47.580Z[ recovery-image] Aug 29 04:31:46.215 INFO O| Aug 29 04:31:46.215 INFO STEP 673 (remove_files) COMPLETE
73512026-08-29T04:31:47.580Z[ recovery-image] Aug 29 04:31:46.215 INFO O| Aug 29 04:31:46.215 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-08-29T04:31:47.588Z[ recovery-image] Aug 29 04:31:46.223 INFO O| Aug 29 04:31:46.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73532026-08-29T04:31:47.588Z[ recovery-image] Aug 29 04:31:46.223 INFO O| Aug 29 04:31:46.223 INFO STEP 674 (remove_files) COMPLETE
73542026-08-29T04:31:47.588Z[ recovery-image] Aug 29 04:31:46.223 INFO O| Aug 29 04:31:46.223 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-08-29T04:31:47.597Z[ recovery-image] Aug 29 04:31:46.232 INFO O| Aug 29 04:31:46.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73562026-08-29T04:31:47.597Z[ recovery-image] Aug 29 04:31:46.232 INFO O| Aug 29 04:31:46.232 INFO STEP 675 (remove_files) COMPLETE
73572026-08-29T04:31:47.597Z[ recovery-image] Aug 29 04:31:46.232 INFO O| Aug 29 04:31:46.232 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-08-29T04:31:47.608Z[ recovery-image] Aug 29 04:31:46.243 INFO O| Aug 29 04:31:46.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73592026-08-29T04:31:47.609Z[ recovery-image] Aug 29 04:31:46.243 INFO O| Aug 29 04:31:46.243 INFO STEP 676 (remove_files) COMPLETE
73602026-08-29T04:31:47.609Z[ recovery-image] Aug 29 04:31:46.243 INFO O| Aug 29 04:31:46.243 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-08-29T04:31:47.617Z[ recovery-image] Aug 29 04:31:46.252 INFO O| Aug 29 04:31:46.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73622026-08-29T04:31:47.617Z[ recovery-image] Aug 29 04:31:46.252 INFO O| Aug 29 04:31:46.252 INFO STEP 677 (remove_files) COMPLETE
73632026-08-29T04:31:47.621Z[ recovery-image] Aug 29 04:31:46.252 INFO O| Aug 29 04:31:46.252 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-08-29T04:31:47.630Z[ recovery-image] Aug 29 04:31:46.264 INFO O| Aug 29 04:31:46.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73652026-08-29T04:31:47.630Z[ recovery-image] Aug 29 04:31:46.264 INFO O| Aug 29 04:31:46.264 INFO STEP 678 (remove_files) COMPLETE
73662026-08-29T04:31:47.630Z[ recovery-image] Aug 29 04:31:46.264 INFO O| Aug 29 04:31:46.264 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-08-29T04:31:47.638Z[ recovery-image] Aug 29 04:31:46.273 INFO O| Aug 29 04:31:46.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73682026-08-29T04:31:47.638Z[ recovery-image] Aug 29 04:31:46.273 INFO O| Aug 29 04:31:46.273 INFO STEP 679 (remove_files) COMPLETE
73692026-08-29T04:31:47.642Z[ recovery-image] Aug 29 04:31:46.273 INFO O| Aug 29 04:31:46.273 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-08-29T04:31:47.651Z[ recovery-image] Aug 29 04:31:46.284 INFO O| Aug 29 04:31:46.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73712026-08-29T04:31:47.651Z[ recovery-image] Aug 29 04:31:46.284 INFO O| Aug 29 04:31:46.284 INFO STEP 680 (remove_files) COMPLETE
73722026-08-29T04:31:47.651Z[ recovery-image] Aug 29 04:31:46.284 INFO O| Aug 29 04:31:46.284 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-08-29T04:31:47.659Z[ recovery-image] Aug 29 04:31:46.294 INFO O| Aug 29 04:31:46.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73742026-08-29T04:31:47.659Z[ recovery-image] Aug 29 04:31:46.294 INFO O| Aug 29 04:31:46.294 INFO STEP 681 (remove_files) COMPLETE
73752026-08-29T04:31:47.659Z[ recovery-image] Aug 29 04:31:46.294 INFO O| Aug 29 04:31:46.294 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-08-29T04:31:47.670Z[ recovery-image] Aug 29 04:31:46.304 INFO O| Aug 29 04:31:46.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73772026-08-29T04:31:47.674Z[ recovery-image] Aug 29 04:31:46.305 INFO O| Aug 29 04:31:46.305 INFO STEP 682 (remove_files) COMPLETE
73782026-08-29T04:31:47.674Z[ recovery-image] Aug 29 04:31:46.305 INFO O| Aug 29 04:31:46.305 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-08-29T04:31:47.679Z[ recovery-image] Aug 29 04:31:46.314 INFO O| Aug 29 04:31:46.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73802026-08-29T04:31:47.679Z[ recovery-image] Aug 29 04:31:46.314 INFO O| Aug 29 04:31:46.314 INFO STEP 683 (remove_files) COMPLETE
73812026-08-29T04:31:47.682Z[ recovery-image] Aug 29 04:31:46.314 INFO O| Aug 29 04:31:46.314 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-08-29T04:31:47.691Z[ recovery-image] Aug 29 04:31:46.326 INFO O| Aug 29 04:31:46.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73832026-08-29T04:31:47.693Z[ recovery-image] Aug 29 04:31:46.326 INFO O| Aug 29 04:31:46.326 INFO STEP 684 (remove_files) COMPLETE
73842026-08-29T04:31:47.694Z[ recovery-image] Aug 29 04:31:46.326 INFO O| Aug 29 04:31:46.326 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-08-29T04:31:47.700Z[ recovery-image] Aug 29 04:31:46.335 INFO O| Aug 29 04:31:46.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73862026-08-29T04:31:47.700Z[ recovery-image] Aug 29 04:31:46.335 INFO O| Aug 29 04:31:46.335 INFO STEP 685 (remove_files) COMPLETE
73872026-08-29T04:31:47.700Z[ recovery-image] Aug 29 04:31:46.335 INFO O| Aug 29 04:31:46.335 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-08-29T04:31:47.709Z[ recovery-image] Aug 29 04:31:46.344 INFO O| Aug 29 04:31:46.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73892026-08-29T04:31:47.709Z[ recovery-image] Aug 29 04:31:46.344 INFO O| Aug 29 04:31:46.344 INFO STEP 686 (remove_files) COMPLETE
73902026-08-29T04:31:47.709Z[ recovery-image] Aug 29 04:31:46.344 INFO O| Aug 29 04:31:46.344 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-08-29T04:31:47.720Z[ recovery-image] Aug 29 04:31:46.355 INFO O| Aug 29 04:31:46.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73922026-08-29T04:31:47.720Z[ recovery-image] Aug 29 04:31:46.355 INFO O| Aug 29 04:31:46.355 INFO STEP 687 (remove_files) COMPLETE
73932026-08-29T04:31:47.720Z[ recovery-image] Aug 29 04:31:46.355 INFO O| Aug 29 04:31:46.355 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-08-29T04:31:47.731Z[ recovery-image] Aug 29 04:31:46.366 INFO O| Aug 29 04:31:46.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73952026-08-29T04:31:47.731Z[ recovery-image] Aug 29 04:31:46.366 INFO O| Aug 29 04:31:46.366 INFO STEP 688 (remove_files) COMPLETE
73962026-08-29T04:31:47.735Z[ recovery-image] Aug 29 04:31:46.366 INFO O| Aug 29 04:31:46.366 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-08-29T04:31:47.741Z[ recovery-image] Aug 29 04:31:46.376 INFO O| Aug 29 04:31:46.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73982026-08-29T04:31:47.741Z[ recovery-image] Aug 29 04:31:46.376 INFO O| Aug 29 04:31:46.376 INFO STEP 689 (remove_files) COMPLETE
73992026-08-29T04:31:47.741Z[ recovery-image] Aug 29 04:31:46.376 INFO O| Aug 29 04:31:46.376 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-08-29T04:31:47.752Z[ recovery-image] Aug 29 04:31:46.387 INFO O| Aug 29 04:31:46.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
74012026-08-29T04:31:47.752Z[ recovery-image] Aug 29 04:31:46.387 INFO O| Aug 29 04:31:46.387 INFO STEP 690 (remove_files) COMPLETE
74022026-08-29T04:31:47.752Z[ recovery-image] Aug 29 04:31:46.387 INFO O| Aug 29 04:31:46.387 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-08-29T04:31:47.763Z[ recovery-image] Aug 29 04:31:46.398 INFO O| Aug 29 04:31:46.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
74042026-08-29T04:31:47.763Z[ recovery-image] Aug 29 04:31:46.398 INFO O| Aug 29 04:31:46.398 INFO STEP 691 (remove_files) COMPLETE
74052026-08-29T04:31:47.763Z[ recovery-image] Aug 29 04:31:46.398 INFO O| Aug 29 04:31:46.398 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-08-29T04:31:47.773Z[ recovery-image] Aug 29 04:31:46.408 INFO O| Aug 29 04:31:46.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
74072026-08-29T04:31:47.773Z[ recovery-image] Aug 29 04:31:46.408 INFO O| Aug 29 04:31:46.408 INFO STEP 692 (remove_files) COMPLETE
74082026-08-29T04:31:47.773Z[ recovery-image] Aug 29 04:31:46.408 INFO O| Aug 29 04:31:46.408 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-08-29T04:31:47.784Z[ recovery-image] Aug 29 04:31:46.419 INFO O| Aug 29 04:31:46.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74102026-08-29T04:31:47.784Z[ recovery-image] Aug 29 04:31:46.419 INFO O| Aug 29 04:31:46.419 INFO STEP 693 (remove_files) COMPLETE
74112026-08-29T04:31:47.784Z[ recovery-image] Aug 29 04:31:46.419 INFO O| Aug 29 04:31:46.419 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-08-29T04:31:47.795Z[ recovery-image] Aug 29 04:31:46.430 INFO O| Aug 29 04:31:46.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74132026-08-29T04:31:47.795Z[ recovery-image] Aug 29 04:31:46.430 INFO O| Aug 29 04:31:46.430 INFO STEP 694 (remove_files) COMPLETE
74142026-08-29T04:31:47.800Z[ recovery-image] Aug 29 04:31:46.430 INFO O| Aug 29 04:31:46.430 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-08-29T04:31:47.805Z[ recovery-image] Aug 29 04:31:46.440 INFO O| Aug 29 04:31:46.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74162026-08-29T04:31:47.805Z[ recovery-image] Aug 29 04:31:46.440 INFO O| Aug 29 04:31:46.440 INFO STEP 695 (remove_files) COMPLETE
74172026-08-29T04:31:47.809Z[ recovery-image] Aug 29 04:31:46.440 INFO O| Aug 29 04:31:46.440 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-08-29T04:31:47.814Z[ recovery-image] Aug 29 04:31:46.449 INFO O| Aug 29 04:31:46.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74192026-08-29T04:31:47.814Z[ recovery-image] Aug 29 04:31:46.449 INFO O| Aug 29 04:31:46.449 INFO STEP 696 (remove_files) COMPLETE
74202026-08-29T04:31:47.814Z[ recovery-image] Aug 29 04:31:46.449 INFO O| Aug 29 04:31:46.449 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-08-29T04:31:47.826Z[ recovery-image] Aug 29 04:31:46.461 INFO O| Aug 29 04:31:46.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74222026-08-29T04:31:47.826Z[ recovery-image] Aug 29 04:31:46.461 INFO O| Aug 29 04:31:46.461 INFO STEP 697 (remove_files) COMPLETE
74232026-08-29T04:31:47.826Z[ recovery-image] Aug 29 04:31:46.461 INFO O| Aug 29 04:31:46.461 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-08-29T04:31:47.881Z[ recovery-image] Aug 29 04:31:46.471 INFO O| Aug 29 04:31:46.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74252026-08-29T04:31:47.881Z[ recovery-image] Aug 29 04:31:46.471 INFO O| Aug 29 04:31:46.471 INFO STEP 698 (remove_files) COMPLETE
74262026-08-29T04:31:47.881Z[ recovery-image] Aug 29 04:31:46.471 INFO O| Aug 29 04:31:46.471 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-08-29T04:31:47.881Z[ recovery-image] Aug 29 04:31:46.481 INFO O| Aug 29 04:31:46.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74282026-08-29T04:31:47.881Z[ recovery-image] Aug 29 04:31:46.481 INFO O| Aug 29 04:31:46.481 INFO STEP 699 (remove_files) COMPLETE
74292026-08-29T04:31:47.881Z[ recovery-image] Aug 29 04:31:46.481 INFO O| Aug 29 04:31:46.481 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-08-29T04:31:47.881Z[ recovery-image] Aug 29 04:31:46.491 INFO O| Aug 29 04:31:46.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74312026-08-29T04:31:47.881Z[ recovery-image] Aug 29 04:31:46.491 INFO O| Aug 29 04:31:46.491 INFO STEP 700 (remove_files) COMPLETE
74322026-08-29T04:31:47.882Z[ recovery-image] Aug 29 04:31:46.491 INFO O| Aug 29 04:31:46.491 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-08-29T04:31:47.882Z[ recovery-image] Aug 29 04:31:46.501 INFO O| Aug 29 04:31:46.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74342026-08-29T04:31:47.882Z[ recovery-image] Aug 29 04:31:46.501 INFO O| Aug 29 04:31:46.501 INFO STEP 701 (remove_files) COMPLETE
74352026-08-29T04:31:47.882Z[ recovery-image] Aug 29 04:31:46.501 INFO O| Aug 29 04:31:46.501 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-08-29T04:31:47.884Z[ recovery-image] Aug 29 04:31:46.510 INFO O| Aug 29 04:31:46.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74372026-08-29T04:31:47.884Z[ recovery-image] Aug 29 04:31:46.510 INFO O| Aug 29 04:31:46.510 INFO STEP 702 (remove_files) COMPLETE
74382026-08-29T04:31:47.884Z[ recovery-image] Aug 29 04:31:46.510 INFO O| Aug 29 04:31:46.510 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-08-29T04:31:47.888Z[ recovery-image] Aug 29 04:31:46.519 INFO O| Aug 29 04:31:46.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74402026-08-29T04:31:47.888Z[ recovery-image] Aug 29 04:31:46.519 INFO O| Aug 29 04:31:46.519 INFO STEP 703 (remove_files) COMPLETE
74412026-08-29T04:31:47.888Z[ recovery-image] Aug 29 04:31:46.519 INFO O| Aug 29 04:31:46.519 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-08-29T04:31:47.894Z[ recovery-image] Aug 29 04:31:46.528 INFO O| Aug 29 04:31:46.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74432026-08-29T04:31:47.894Z[ recovery-image] Aug 29 04:31:46.528 INFO O| Aug 29 04:31:46.528 INFO STEP 704 (remove_files) COMPLETE
74442026-08-29T04:31:47.894Z[ recovery-image] Aug 29 04:31:46.529 INFO O| Aug 29 04:31:46.528 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-08-29T04:31:47.903Z[ recovery-image] Aug 29 04:31:46.538 INFO O| Aug 29 04:31:46.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74462026-08-29T04:31:47.903Z[ recovery-image] Aug 29 04:31:46.538 INFO O| Aug 29 04:31:46.538 INFO STEP 705 (remove_files) COMPLETE
74472026-08-29T04:31:47.903Z[ recovery-image] Aug 29 04:31:46.538 INFO O| Aug 29 04:31:46.538 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-08-29T04:31:47.912Z[ recovery-image] Aug 29 04:31:46.547 INFO O| Aug 29 04:31:46.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74492026-08-29T04:31:47.912Z[ recovery-image] Aug 29 04:31:46.547 INFO O| Aug 29 04:31:46.547 INFO STEP 706 (remove_files) COMPLETE
74502026-08-29T04:31:47.912Z[ recovery-image] Aug 29 04:31:46.547 INFO O| Aug 29 04:31:46.547 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-08-29T04:31:47.923Z[ recovery-image] Aug 29 04:31:46.558 INFO O| Aug 29 04:31:46.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74522026-08-29T04:31:47.923Z[ recovery-image] Aug 29 04:31:46.558 INFO O| Aug 29 04:31:46.558 INFO STEP 707 (remove_files) COMPLETE
74532026-08-29T04:31:47.923Z[ recovery-image] Aug 29 04:31:46.558 INFO O| Aug 29 04:31:46.558 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-08-29T04:31:47.934Z[ recovery-image] Aug 29 04:31:46.569 INFO O| Aug 29 04:31:46.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74552026-08-29T04:31:47.934Z[ recovery-image] Aug 29 04:31:46.569 INFO O| Aug 29 04:31:46.569 INFO STEP 708 (remove_files) COMPLETE
74562026-08-29T04:31:47.934Z[ recovery-image] Aug 29 04:31:46.569 INFO O| Aug 29 04:31:46.569 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-08-29T04:31:47.944Z[ recovery-image] Aug 29 04:31:46.579 INFO O| Aug 29 04:31:46.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74582026-08-29T04:31:47.944Z[ recovery-image] Aug 29 04:31:46.579 INFO O| Aug 29 04:31:46.579 INFO STEP 709 (remove_files) COMPLETE
74592026-08-29T04:31:47.944Z[ recovery-image] Aug 29 04:31:46.579 INFO O| Aug 29 04:31:46.579 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-08-29T04:31:47.954Z[ recovery-image] Aug 29 04:31:46.589 INFO O| Aug 29 04:31:46.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74612026-08-29T04:31:47.954Z[ recovery-image] Aug 29 04:31:46.589 INFO O| Aug 29 04:31:46.589 INFO STEP 710 (remove_files) COMPLETE
74622026-08-29T04:31:47.954Z[ recovery-image] Aug 29 04:31:46.589 INFO O| Aug 29 04:31:46.589 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-08-29T04:31:47.964Z[ recovery-image] Aug 29 04:31:46.599 INFO O| Aug 29 04:31:46.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74642026-08-29T04:31:47.964Z[ recovery-image] Aug 29 04:31:46.599 INFO O| Aug 29 04:31:46.599 INFO STEP 711 (remove_files) COMPLETE
74652026-08-29T04:31:47.965Z[ recovery-image] Aug 29 04:31:46.599 INFO O| Aug 29 04:31:46.599 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-08-29T04:31:47.974Z[ recovery-image] Aug 29 04:31:46.609 INFO O| Aug 29 04:31:46.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74672026-08-29T04:31:47.974Z[ recovery-image] Aug 29 04:31:46.609 INFO O| Aug 29 04:31:46.609 INFO STEP 712 (remove_files) COMPLETE
74682026-08-29T04:31:47.974Z[ recovery-image] Aug 29 04:31:46.609 INFO O| Aug 29 04:31:46.609 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-08-29T04:31:47.984Z[ recovery-image] Aug 29 04:31:46.619 INFO O| Aug 29 04:31:46.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74702026-08-29T04:31:47.984Z[ recovery-image] Aug 29 04:31:46.619 INFO O| Aug 29 04:31:46.619 INFO STEP 713 (remove_files) COMPLETE
74712026-08-29T04:31:47.987Z[ recovery-image] Aug 29 04:31:46.619 INFO O| Aug 29 04:31:46.619 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-08-29T04:31:47.993Z[ recovery-image] Aug 29 04:31:46.629 INFO O| Aug 29 04:31:46.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74732026-08-29T04:31:47.993Z[ recovery-image] Aug 29 04:31:46.629 INFO O| Aug 29 04:31:46.629 INFO STEP 714 (remove_files) COMPLETE
74742026-08-29T04:31:47.996Z[ recovery-image] Aug 29 04:31:46.629 INFO O| Aug 29 04:31:46.629 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-08-29T04:31:48.003Z[ recovery-image] Aug 29 04:31:46.638 INFO O| Aug 29 04:31:46.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74762026-08-29T04:31:48.003Z[ recovery-image] Aug 29 04:31:46.638 INFO O| Aug 29 04:31:46.638 INFO STEP 715 (remove_files) COMPLETE
74772026-08-29T04:31:48.006Z[ recovery-image] Aug 29 04:31:46.638 INFO O| Aug 29 04:31:46.638 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-08-29T04:31:48.012Z[ recovery-image] Aug 29 04:31:46.647 INFO O| Aug 29 04:31:46.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74792026-08-29T04:31:48.012Z[ recovery-image] Aug 29 04:31:46.648 INFO O| Aug 29 04:31:46.647 INFO STEP 716 (remove_files) COMPLETE
74802026-08-29T04:31:48.017Z[ recovery-image] Aug 29 04:31:46.648 INFO O| Aug 29 04:31:46.647 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-08-29T04:31:48.022Z[ recovery-image] Aug 29 04:31:46.657 INFO O| Aug 29 04:31:46.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74822026-08-29T04:31:48.022Z[ recovery-image] Aug 29 04:31:46.657 INFO O| Aug 29 04:31:46.657 INFO STEP 717 (remove_files) COMPLETE
74832026-08-29T04:31:48.023Z[ recovery-image] Aug 29 04:31:46.657 INFO O| Aug 29 04:31:46.657 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-08-29T04:31:48.033Z[ recovery-image] Aug 29 04:31:46.668 INFO O| Aug 29 04:31:46.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74852026-08-29T04:31:48.033Z[ recovery-image] Aug 29 04:31:46.668 INFO O| Aug 29 04:31:46.668 INFO STEP 718 (remove_files) COMPLETE
74862026-08-29T04:31:48.038Z[ recovery-image] Aug 29 04:31:46.668 INFO O| Aug 29 04:31:46.668 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-08-29T04:31:48.043Z[ recovery-image] Aug 29 04:31:46.678 INFO O| Aug 29 04:31:46.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74882026-08-29T04:31:48.043Z[ recovery-image] Aug 29 04:31:46.678 INFO O| Aug 29 04:31:46.678 INFO STEP 719 (remove_files) COMPLETE
74892026-08-29T04:31:48.043Z[ recovery-image] Aug 29 04:31:46.678 INFO O| Aug 29 04:31:46.678 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-08-29T04:31:48.053Z[ recovery-image] Aug 29 04:31:46.688 INFO O| Aug 29 04:31:46.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74912026-08-29T04:31:48.053Z[ recovery-image] Aug 29 04:31:46.688 INFO O| Aug 29 04:31:46.688 INFO STEP 720 (remove_files) COMPLETE
74922026-08-29T04:31:48.053Z[ recovery-image] Aug 29 04:31:46.688 INFO O| Aug 29 04:31:46.688 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-08-29T04:31:48.064Z[ recovery-image] Aug 29 04:31:46.698 INFO O| Aug 29 04:31:46.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74942026-08-29T04:31:48.064Z[ recovery-image] Aug 29 04:31:46.698 INFO O| Aug 29 04:31:46.698 INFO STEP 721 (remove_files) COMPLETE
74952026-08-29T04:31:48.072Z[ recovery-image] Aug 29 04:31:46.698 INFO O| Aug 29 04:31:46.698 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-08-29T04:31:48.075Z[ recovery-image] Aug 29 04:31:46.709 INFO O| Aug 29 04:31:46.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74972026-08-29T04:31:48.075Z[ recovery-image] Aug 29 04:31:46.709 INFO O| Aug 29 04:31:46.709 INFO STEP 722 (remove_files) COMPLETE
74982026-08-29T04:31:48.075Z[ recovery-image] Aug 29 04:31:46.709 INFO O| Aug 29 04:31:46.709 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-08-29T04:31:48.083Z[ recovery-image] Aug 29 04:31:46.718 INFO O| Aug 29 04:31:46.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
75002026-08-29T04:31:48.083Z[ recovery-image] Aug 29 04:31:46.718 INFO O| Aug 29 04:31:46.718 INFO STEP 723 (remove_files) COMPLETE
75012026-08-29T04:31:48.083Z[ recovery-image] Aug 29 04:31:46.718 INFO O| Aug 29 04:31:46.718 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-08-29T04:31:48.093Z[ recovery-image] Aug 29 04:31:46.728 INFO O| Aug 29 04:31:46.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
75032026-08-29T04:31:48.093Z[ recovery-image] Aug 29 04:31:46.728 INFO O| Aug 29 04:31:46.728 INFO STEP 724 (remove_files) COMPLETE
75042026-08-29T04:31:48.093Z[ recovery-image] Aug 29 04:31:46.728 INFO O| Aug 29 04:31:46.728 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-08-29T04:31:48.104Z[ recovery-image] Aug 29 04:31:46.738 INFO O| Aug 29 04:31:46.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
75062026-08-29T04:31:48.104Z[ recovery-image] Aug 29 04:31:46.739 INFO O| Aug 29 04:31:46.739 INFO STEP 725 (remove_files) COMPLETE
75072026-08-29T04:31:48.107Z[ recovery-image] Aug 29 04:31:46.739 INFO O| Aug 29 04:31:46.739 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-08-29T04:31:48.114Z[ recovery-image] Aug 29 04:31:46.749 INFO O| Aug 29 04:31:46.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75092026-08-29T04:31:48.114Z[ recovery-image] Aug 29 04:31:46.749 INFO O| Aug 29 04:31:46.749 INFO STEP 726 (remove_files) COMPLETE
75102026-08-29T04:31:48.114Z[ recovery-image] Aug 29 04:31:46.749 INFO O| Aug 29 04:31:46.749 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-08-29T04:31:48.123Z[ recovery-image] Aug 29 04:31:46.758 INFO O| Aug 29 04:31:46.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75122026-08-29T04:31:48.123Z[ recovery-image] Aug 29 04:31:46.758 INFO O| Aug 29 04:31:46.758 INFO STEP 727 (remove_files) COMPLETE
75132026-08-29T04:31:48.126Z[ recovery-image] Aug 29 04:31:46.758 INFO O| Aug 29 04:31:46.758 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-08-29T04:31:48.134Z[ recovery-image] Aug 29 04:31:46.769 INFO O| Aug 29 04:31:46.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75152026-08-29T04:31:48.134Z[ recovery-image] Aug 29 04:31:46.769 INFO O| Aug 29 04:31:46.769 INFO STEP 728 (remove_files) COMPLETE
75162026-08-29T04:31:48.134Z[ recovery-image] Aug 29 04:31:46.769 INFO O| Aug 29 04:31:46.769 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-08-29T04:31:48.143Z[ recovery-image] Aug 29 04:31:46.778 INFO O| Aug 29 04:31:46.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75182026-08-29T04:31:48.143Z[ recovery-image] Aug 29 04:31:46.778 INFO O| Aug 29 04:31:46.778 INFO STEP 729 (remove_files) COMPLETE
75192026-08-29T04:31:48.146Z[ recovery-image] Aug 29 04:31:46.778 INFO O| Aug 29 04:31:46.778 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-08-29T04:31:48.152Z[ recovery-image] Aug 29 04:31:46.787 INFO O| Aug 29 04:31:46.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75212026-08-29T04:31:48.152Z[ recovery-image] Aug 29 04:31:46.787 INFO O| Aug 29 04:31:46.787 INFO STEP 730 (remove_files) COMPLETE
75222026-08-29T04:31:48.152Z[ recovery-image] Aug 29 04:31:46.787 INFO O| Aug 29 04:31:46.787 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-08-29T04:31:48.162Z[ recovery-image] Aug 29 04:31:46.797 INFO O| Aug 29 04:31:46.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75242026-08-29T04:31:48.162Z[ recovery-image] Aug 29 04:31:46.797 INFO O| Aug 29 04:31:46.797 INFO STEP 731 (remove_files) COMPLETE
75252026-08-29T04:31:48.162Z[ recovery-image] Aug 29 04:31:46.797 INFO O| Aug 29 04:31:46.797 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-08-29T04:31:48.172Z[ recovery-image] Aug 29 04:31:46.807 INFO O| Aug 29 04:31:46.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75272026-08-29T04:31:48.172Z[ recovery-image] Aug 29 04:31:46.807 INFO O| Aug 29 04:31:46.807 INFO STEP 732 (remove_files) COMPLETE
75282026-08-29T04:31:48.172Z[ recovery-image] Aug 29 04:31:46.807 INFO O| Aug 29 04:31:46.807 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-08-29T04:31:48.182Z[ recovery-image] Aug 29 04:31:46.817 INFO O| Aug 29 04:31:46.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75302026-08-29T04:31:48.182Z[ recovery-image] Aug 29 04:31:46.817 INFO O| Aug 29 04:31:46.817 INFO STEP 733 (remove_files) COMPLETE
75312026-08-29T04:31:48.182Z[ recovery-image] Aug 29 04:31:46.817 INFO O| Aug 29 04:31:46.817 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-08-29T04:31:48.192Z[ recovery-image] Aug 29 04:31:46.827 INFO O| Aug 29 04:31:46.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75332026-08-29T04:31:48.192Z[ recovery-image] Aug 29 04:31:46.827 INFO O| Aug 29 04:31:46.827 INFO STEP 734 (remove_files) COMPLETE
75342026-08-29T04:31:48.192Z[ recovery-image] Aug 29 04:31:46.827 INFO O| Aug 29 04:31:46.827 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-08-29T04:31:48.203Z[ recovery-image] Aug 29 04:31:46.837 INFO O| Aug 29 04:31:46.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75362026-08-29T04:31:48.203Z[ recovery-image] Aug 29 04:31:46.837 INFO O| Aug 29 04:31:46.837 INFO STEP 735 (remove_files) COMPLETE
75372026-08-29T04:31:48.203Z[ recovery-image] Aug 29 04:31:46.837 INFO O| Aug 29 04:31:46.837 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-08-29T04:31:48.213Z[ recovery-image] Aug 29 04:31:46.848 INFO O| Aug 29 04:31:46.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75392026-08-29T04:31:48.213Z[ recovery-image] Aug 29 04:31:46.848 INFO O| Aug 29 04:31:46.848 INFO STEP 736 (remove_files) COMPLETE
75402026-08-29T04:31:48.217Z[ recovery-image] Aug 29 04:31:46.848 INFO O| Aug 29 04:31:46.848 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-08-29T04:31:48.223Z[ recovery-image] Aug 29 04:31:46.858 INFO O| Aug 29 04:31:46.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75422026-08-29T04:31:48.223Z[ recovery-image] Aug 29 04:31:46.858 INFO O| Aug 29 04:31:46.858 INFO STEP 737 (remove_files) COMPLETE
75432026-08-29T04:31:48.223Z[ recovery-image] Aug 29 04:31:46.858 INFO O| Aug 29 04:31:46.858 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-08-29T04:31:48.234Z[ recovery-image] Aug 29 04:31:46.869 INFO O| Aug 29 04:31:46.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75452026-08-29T04:31:48.234Z[ recovery-image] Aug 29 04:31:46.869 INFO O| Aug 29 04:31:46.869 INFO STEP 738 (remove_files) COMPLETE
75462026-08-29T04:31:48.234Z[ recovery-image] Aug 29 04:31:46.869 INFO O| Aug 29 04:31:46.869 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-08-29T04:31:48.245Z[ recovery-image] Aug 29 04:31:46.880 INFO O| Aug 29 04:31:46.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75482026-08-29T04:31:48.245Z[ recovery-image] Aug 29 04:31:46.880 INFO O| Aug 29 04:31:46.880 INFO STEP 739 (remove_files) COMPLETE
75492026-08-29T04:31:48.249Z[ recovery-image] Aug 29 04:31:46.880 INFO O| Aug 29 04:31:46.880 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-08-29T04:31:48.249Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
75512026-08-29T04:31:48.257Z[ recovery-image] Aug 29 04:31:46.890 INFO O| Aug 29 04:31:46.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75522026-08-29T04:31:48.257Z[ recovery-image] Aug 29 04:31:46.890 INFO O| Aug 29 04:31:46.890 INFO STEP 740 (remove_files) COMPLETE
75532026-08-29T04:31:48.257Z[ recovery-image] Aug 29 04:31:46.890 INFO O| Aug 29 04:31:46.890 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-08-29T04:31:48.264Z[ recovery-image] Aug 29 04:31:46.899 INFO O| Aug 29 04:31:46.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75552026-08-29T04:31:48.264Z[ recovery-image] Aug 29 04:31:46.899 INFO O| Aug 29 04:31:46.899 INFO STEP 741 (remove_files) COMPLETE
75562026-08-29T04:31:48.266Z[ recovery-image] Aug 29 04:31:46.899 INFO O| Aug 29 04:31:46.899 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75572026-08-29T04:31:48.273Z[ recovery-image] Aug 29 04:31:46.908 INFO O| Aug 29 04:31:46.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75582026-08-29T04:31:48.273Z[ recovery-image] Aug 29 04:31:46.908 INFO O| Aug 29 04:31:46.908 INFO STEP 742 (remove_files) COMPLETE
75592026-08-29T04:31:48.273Z[ recovery-image] Aug 29 04:31:46.908 INFO O| Aug 29 04:31:46.908 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75602026-08-29T04:31:48.280Z[ recovery-image] Aug 29 04:31:46.915 INFO O| Aug 29 04:31:46.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75612026-08-29T04:31:48.281Z[ recovery-image] Aug 29 04:31:46.915 INFO O| Aug 29 04:31:46.915 INFO STEP 743 (remove_files) COMPLETE
75622026-08-29T04:31:48.283Z[ recovery-image] Aug 29 04:31:46.915 INFO O| Aug 29 04:31:46.915 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75632026-08-29T04:31:48.287Z[ recovery-image] Aug 29 04:31:46.922 INFO O| Aug 29 04:31:46.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75642026-08-29T04:31:48.287Z[ recovery-image] Aug 29 04:31:46.922 INFO O| Aug 29 04:31:46.922 INFO STEP 744 (remove_files) COMPLETE
75652026-08-29T04:31:48.287Z[ recovery-image] Aug 29 04:31:46.922 INFO O| Aug 29 04:31:46.922 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75662026-08-29T04:31:48.295Z[ recovery-image] Aug 29 04:31:46.930 INFO O| Aug 29 04:31:46.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75672026-08-29T04:31:48.295Z[ recovery-image] Aug 29 04:31:46.930 INFO O| Aug 29 04:31:46.930 INFO STEP 745 (remove_files) COMPLETE
75682026-08-29T04:31:48.295Z[ recovery-image] Aug 29 04:31:46.930 INFO O| Aug 29 04:31:46.930 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75692026-08-29T04:31:48.302Z[ recovery-image] Aug 29 04:31:46.937 INFO O| Aug 29 04:31:46.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75702026-08-29T04:31:48.303Z[ recovery-image] Aug 29 04:31:46.937 INFO O| Aug 29 04:31:46.937 INFO STEP 746 (remove_files) COMPLETE
75712026-08-29T04:31:48.303Z[ recovery-image] Aug 29 04:31:46.938 INFO O| Aug 29 04:31:46.937 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75722026-08-29T04:31:48.310Z[ recovery-image] Aug 29 04:31:46.945 INFO O| Aug 29 04:31:46.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75732026-08-29T04:31:48.310Z[ recovery-image] Aug 29 04:31:46.945 INFO O| Aug 29 04:31:46.945 INFO STEP 747 (remove_files) COMPLETE
75742026-08-29T04:31:48.310Z[ recovery-image] Aug 29 04:31:46.945 INFO O| Aug 29 04:31:46.945 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75752026-08-29T04:31:48.319Z[ recovery-image] Aug 29 04:31:46.953 INFO O| Aug 29 04:31:46.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75762026-08-29T04:31:48.319Z[ recovery-image] Aug 29 04:31:46.953 INFO O| Aug 29 04:31:46.953 INFO STEP 748 (remove_files) COMPLETE
75772026-08-29T04:31:48.319Z[ recovery-image] Aug 29 04:31:46.953 INFO O| Aug 29 04:31:46.953 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75782026-08-29T04:31:48.327Z[ recovery-image] Aug 29 04:31:46.962 INFO O| Aug 29 04:31:46.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75792026-08-29T04:31:48.327Z[ recovery-image] Aug 29 04:31:46.962 INFO O| Aug 29 04:31:46.962 INFO STEP 749 (remove_files) COMPLETE
75802026-08-29T04:31:48.327Z[ recovery-image] Aug 29 04:31:46.962 INFO O| Aug 29 04:31:46.962 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-08-29T04:31:48.337Z[ recovery-image] Aug 29 04:31:46.971 INFO O| Aug 29 04:31:46.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75822026-08-29T04:31:48.337Z[ recovery-image] Aug 29 04:31:46.972 INFO O| Aug 29 04:31:46.972 INFO STEP 750 (remove_files) COMPLETE
75832026-08-29T04:31:48.337Z[ recovery-image] Aug 29 04:31:46.972 INFO O| Aug 29 04:31:46.972 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-08-29T04:31:48.346Z[ recovery-image] Aug 29 04:31:46.981 INFO O| Aug 29 04:31:46.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75852026-08-29T04:31:48.347Z[ recovery-image] Aug 29 04:31:46.981 INFO O| Aug 29 04:31:46.981 INFO STEP 751 (remove_files) COMPLETE
75862026-08-29T04:31:48.347Z[ recovery-image] Aug 29 04:31:46.981 INFO O| Aug 29 04:31:46.981 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-08-29T04:31:48.355Z[ recovery-image] Aug 29 04:31:46.990 INFO O| Aug 29 04:31:46.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75882026-08-29T04:31:48.355Z[ recovery-image] Aug 29 04:31:46.990 INFO O| Aug 29 04:31:46.990 INFO STEP 752 (remove_files) COMPLETE
75892026-08-29T04:31:48.358Z[ recovery-image] Aug 29 04:31:46.990 INFO O| Aug 29 04:31:46.990 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-08-29T04:31:48.362Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
75912026-08-29T04:31:48.372Z[ recovery-image] Aug 29 04:31:47.007 INFO O| Aug 29 04:31:47.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75922026-08-29T04:31:48.372Z[ recovery-image] Aug 29 04:31:47.007 INFO O| Aug 29 04:31:47.007 INFO STEP 753 (remove_files) COMPLETE
75932026-08-29T04:31:48.372Z[ recovery-image] Aug 29 04:31:47.007 INFO O| Aug 29 04:31:47.007 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-08-29T04:31:48.383Z[ recovery-image] Aug 29 04:31:47.018 INFO O| Aug 29 04:31:47.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75952026-08-29T04:31:48.383Z[ recovery-image] Aug 29 04:31:47.018 INFO O| Aug 29 04:31:47.018 INFO STEP 754 (remove_files) COMPLETE
75962026-08-29T04:31:48.386Z[ recovery-image] Aug 29 04:31:47.018 INFO O| Aug 29 04:31:47.018 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-08-29T04:31:48.402Z[ recovery-image] Aug 29 04:31:47.037 INFO O| Aug 29 04:31:47.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75982026-08-29T04:31:48.402Z[ recovery-image] Aug 29 04:31:47.037 INFO O| Aug 29 04:31:47.037 INFO STEP 755 (remove_files) COMPLETE
75992026-08-29T04:31:48.402Z[ recovery-image] Aug 29 04:31:47.037 INFO O| Aug 29 04:31:47.037 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-08-29T04:31:48.418Z[ recovery-image] Aug 29 04:31:47.053 INFO O| Aug 29 04:31:47.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
76012026-08-29T04:31:48.418Z[ recovery-image] Aug 29 04:31:47.053 INFO O| Aug 29 04:31:47.053 INFO STEP 756 (remove_files) COMPLETE
76022026-08-29T04:31:48.418Z[ recovery-image] Aug 29 04:31:47.053 INFO O| Aug 29 04:31:47.053 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-08-29T04:31:48.427Z[ recovery-image] Aug 29 04:31:47.062 INFO O| Aug 29 04:31:47.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
76042026-08-29T04:31:48.427Z[ recovery-image] Aug 29 04:31:47.062 INFO O| Aug 29 04:31:47.062 INFO STEP 757 (remove_files) COMPLETE
76052026-08-29T04:31:48.430Z[ recovery-image] Aug 29 04:31:47.062 INFO O| Aug 29 04:31:47.062 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-08-29T04:31:48.436Z[ recovery-image] Aug 29 04:31:47.071 INFO O| Aug 29 04:31:47.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
76072026-08-29T04:31:48.436Z[ recovery-image] Aug 29 04:31:47.071 INFO O| Aug 29 04:31:47.071 INFO STEP 758 (remove_files) COMPLETE
76082026-08-29T04:31:48.439Z[ recovery-image] Aug 29 04:31:47.071 INFO O| Aug 29 04:31:47.071 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-08-29T04:31:48.445Z[ recovery-image] Aug 29 04:31:47.079 INFO O| Aug 29 04:31:47.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76102026-08-29T04:31:48.445Z[ recovery-image] Aug 29 04:31:47.080 INFO O| Aug 29 04:31:47.079 INFO STEP 759 (remove_files) COMPLETE
76112026-08-29T04:31:48.445Z[ recovery-image] Aug 29 04:31:47.080 INFO O| Aug 29 04:31:47.079 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-08-29T04:31:48.453Z[ recovery-image] Aug 29 04:31:47.088 INFO O| Aug 29 04:31:47.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76132026-08-29T04:31:48.453Z[ recovery-image] Aug 29 04:31:47.088 INFO O| Aug 29 04:31:47.088 INFO STEP 760 (remove_files) COMPLETE
76142026-08-29T04:31:48.453Z[ recovery-image] Aug 29 04:31:47.088 INFO O| Aug 29 04:31:47.088 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-08-29T04:31:48.463Z[ recovery-image] Aug 29 04:31:47.098 INFO O| Aug 29 04:31:47.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76162026-08-29T04:31:48.463Z[ recovery-image] Aug 29 04:31:47.098 INFO O| Aug 29 04:31:47.098 INFO STEP 761 (remove_files) COMPLETE
76172026-08-29T04:31:48.463Z[ recovery-image] Aug 29 04:31:47.098 INFO O| Aug 29 04:31:47.098 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-08-29T04:31:48.474Z[ recovery-image] Aug 29 04:31:47.109 INFO O| Aug 29 04:31:47.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76192026-08-29T04:31:48.474Z[ recovery-image] Aug 29 04:31:47.109 INFO O| Aug 29 04:31:47.109 INFO STEP 762 (remove_files) COMPLETE
76202026-08-29T04:31:48.474Z[ recovery-image] Aug 29 04:31:47.109 INFO O| Aug 29 04:31:47.109 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-08-29T04:31:48.486Z[ recovery-image] Aug 29 04:31:47.120 INFO O| Aug 29 04:31:47.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76222026-08-29T04:31:48.486Z[ recovery-image] Aug 29 04:31:47.120 INFO O| Aug 29 04:31:47.120 INFO STEP 763 (remove_files) COMPLETE
76232026-08-29T04:31:48.486Z[ recovery-image] Aug 29 04:31:47.120 INFO O| Aug 29 04:31:47.120 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-08-29T04:31:48.495Z[ recovery-image] Aug 29 04:31:47.130 INFO O| Aug 29 04:31:47.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76252026-08-29T04:31:48.495Z[ recovery-image] Aug 29 04:31:47.130 INFO O| Aug 29 04:31:47.130 INFO STEP 764 (remove_files) COMPLETE
76262026-08-29T04:31:48.499Z[ recovery-image] Aug 29 04:31:47.130 INFO O| Aug 29 04:31:47.130 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-08-29T04:31:48.505Z[ recovery-image] Aug 29 04:31:47.139 INFO O| Aug 29 04:31:47.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76282026-08-29T04:31:48.505Z[ recovery-image] Aug 29 04:31:47.139 INFO O| Aug 29 04:31:47.139 INFO STEP 765 (remove_files) COMPLETE
76292026-08-29T04:31:48.505Z[ recovery-image] Aug 29 04:31:47.139 INFO O| Aug 29 04:31:47.139 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-08-29T04:31:48.514Z[ recovery-image] Aug 29 04:31:47.149 INFO O| Aug 29 04:31:47.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76312026-08-29T04:31:48.514Z[ recovery-image] Aug 29 04:31:47.149 INFO O| Aug 29 04:31:47.149 INFO STEP 766 (remove_files) COMPLETE
76322026-08-29T04:31:48.517Z[ recovery-image] Aug 29 04:31:47.149 INFO O| Aug 29 04:31:47.149 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-08-29T04:31:48.524Z[ recovery-image] Aug 29 04:31:47.159 INFO O| Aug 29 04:31:47.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76342026-08-29T04:31:48.524Z[ recovery-image] Aug 29 04:31:47.159 INFO O| Aug 29 04:31:47.159 INFO STEP 767 (remove_files) COMPLETE
76352026-08-29T04:31:48.525Z[ recovery-image] Aug 29 04:31:47.159 INFO O| Aug 29 04:31:47.159 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-08-29T04:31:48.533Z[ recovery-image] Aug 29 04:31:47.168 INFO O| Aug 29 04:31:47.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76372026-08-29T04:31:48.533Z[ recovery-image] Aug 29 04:31:47.168 INFO O| Aug 29 04:31:47.168 INFO STEP 768 (remove_files) COMPLETE
76382026-08-29T04:31:48.533Z[ recovery-image] Aug 29 04:31:47.168 INFO O| Aug 29 04:31:47.168 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-08-29T04:31:48.543Z[ recovery-image] Aug 29 04:31:47.178 INFO O| Aug 29 04:31:47.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76402026-08-29T04:31:48.543Z[ recovery-image] Aug 29 04:31:47.178 INFO O| Aug 29 04:31:47.178 INFO STEP 769 (remove_files) COMPLETE
76412026-08-29T04:31:48.543Z[ recovery-image] Aug 29 04:31:47.178 INFO O| Aug 29 04:31:47.178 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-08-29T04:31:48.552Z[ recovery-image] Aug 29 04:31:47.187 INFO O| Aug 29 04:31:47.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76432026-08-29T04:31:48.554Z[ recovery-image] Aug 29 04:31:47.187 INFO O| Aug 29 04:31:47.187 INFO STEP 770 (remove_files) COMPLETE
76442026-08-29T04:31:48.555Z[ recovery-image] Aug 29 04:31:47.187 INFO O| Aug 29 04:31:47.187 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-08-29T04:31:48.562Z[ recovery-image] Aug 29 04:31:47.197 INFO O| Aug 29 04:31:47.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76462026-08-29T04:31:48.562Z[ recovery-image] Aug 29 04:31:47.197 INFO O| Aug 29 04:31:47.197 INFO STEP 771 (remove_files) COMPLETE
76472026-08-29T04:31:48.562Z[ recovery-image] Aug 29 04:31:47.197 INFO O| Aug 29 04:31:47.197 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-08-29T04:31:48.571Z[ recovery-image] Aug 29 04:31:47.206 INFO O| Aug 29 04:31:47.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76492026-08-29T04:31:48.571Z[ recovery-image] Aug 29 04:31:47.206 INFO O| Aug 29 04:31:47.206 INFO STEP 772 (remove_files) COMPLETE
76502026-08-29T04:31:48.571Z[ recovery-image] Aug 29 04:31:47.206 INFO O| Aug 29 04:31:47.206 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-08-29T04:31:48.579Z[ recovery-image] Aug 29 04:31:47.214 INFO O| Aug 29 04:31:47.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76522026-08-29T04:31:48.579Z[ recovery-image] Aug 29 04:31:47.214 INFO O| Aug 29 04:31:47.214 INFO STEP 773 (remove_files) COMPLETE
76532026-08-29T04:31:48.579Z[ recovery-image] Aug 29 04:31:47.214 INFO O| Aug 29 04:31:47.214 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-08-29T04:31:48.588Z[ recovery-image] Aug 29 04:31:47.223 INFO O| Aug 29 04:31:47.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76552026-08-29T04:31:48.588Z[ recovery-image] Aug 29 04:31:47.223 INFO O| Aug 29 04:31:47.223 INFO STEP 774 (remove_files) COMPLETE
76562026-08-29T04:31:48.588Z[ recovery-image] Aug 29 04:31:47.223 INFO O| Aug 29 04:31:47.223 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-08-29T04:31:48.606Z[ recovery-image] Aug 29 04:31:47.241 INFO O| Aug 29 04:31:47.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76582026-08-29T04:31:48.606Z[ recovery-image] Aug 29 04:31:47.241 INFO O| Aug 29 04:31:47.241 INFO STEP 775 (remove_files) COMPLETE
76592026-08-29T04:31:48.606Z[ recovery-image] Aug 29 04:31:47.241 INFO O| Aug 29 04:31:47.241 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-08-29T04:31:48.616Z[ recovery-image] Aug 29 04:31:47.250 INFO O| Aug 29 04:31:47.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76612026-08-29T04:31:48.619Z[ recovery-image] Aug 29 04:31:47.251 INFO O| Aug 29 04:31:47.251 INFO STEP 776 (remove_files) COMPLETE
76622026-08-29T04:31:48.619Z[ recovery-image] Aug 29 04:31:47.251 INFO O| Aug 29 04:31:47.251 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-08-29T04:31:48.628Z[ recovery-image] Aug 29 04:31:47.262 INFO O| Aug 29 04:31:47.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76642026-08-29T04:31:48.628Z[ recovery-image] Aug 29 04:31:47.263 INFO O| Aug 29 04:31:47.262 INFO STEP 777 (remove_files) COMPLETE
76652026-08-29T04:31:48.628Z[ recovery-image] Aug 29 04:31:47.263 INFO O| Aug 29 04:31:47.262 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-08-29T04:31:48.638Z[ recovery-image] Aug 29 04:31:47.273 INFO O| Aug 29 04:31:47.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76672026-08-29T04:31:48.638Z[ recovery-image] Aug 29 04:31:47.273 INFO O| Aug 29 04:31:47.273 INFO STEP 778 (remove_files) COMPLETE
76682026-08-29T04:31:48.638Z[ recovery-image] Aug 29 04:31:47.273 INFO O| Aug 29 04:31:47.273 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-08-29T04:31:48.647Z[ recovery-image] Aug 29 04:31:47.282 INFO O| Aug 29 04:31:47.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76702026-08-29T04:31:48.648Z[ recovery-image] Aug 29 04:31:47.282 INFO O| Aug 29 04:31:47.282 INFO STEP 779 (remove_files) COMPLETE
76712026-08-29T04:31:48.648Z[ recovery-image] Aug 29 04:31:47.282 INFO O| Aug 29 04:31:47.282 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-08-29T04:31:48.657Z[ recovery-image] Aug 29 04:31:47.291 INFO O| Aug 29 04:31:47.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76732026-08-29T04:31:48.657Z[ recovery-image] Aug 29 04:31:47.291 INFO O| Aug 29 04:31:47.291 INFO STEP 780 (remove_files) COMPLETE
76742026-08-29T04:31:48.657Z[ recovery-image] Aug 29 04:31:47.291 INFO O| Aug 29 04:31:47.291 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-08-29T04:31:48.666Z[ recovery-image] Aug 29 04:31:47.301 INFO O| Aug 29 04:31:47.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76762026-08-29T04:31:48.666Z[ recovery-image] Aug 29 04:31:47.301 INFO O| Aug 29 04:31:47.301 INFO STEP 781 (remove_files) COMPLETE
76772026-08-29T04:31:48.666Z[ recovery-image] Aug 29 04:31:47.301 INFO O| Aug 29 04:31:47.301 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-08-29T04:31:48.677Z[ recovery-image] Aug 29 04:31:47.312 INFO O| Aug 29 04:31:47.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76792026-08-29T04:31:48.677Z[ recovery-image] Aug 29 04:31:47.312 INFO O| Aug 29 04:31:47.312 INFO STEP 782 (remove_files) COMPLETE
76802026-08-29T04:31:48.677Z[ recovery-image] Aug 29 04:31:47.312 INFO O| Aug 29 04:31:47.312 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-08-29T04:31:48.687Z[ recovery-image] Aug 29 04:31:47.322 INFO O| Aug 29 04:31:47.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76822026-08-29T04:31:48.687Z[ recovery-image] Aug 29 04:31:47.322 INFO O| Aug 29 04:31:47.322 INFO STEP 783 (remove_files) COMPLETE
76832026-08-29T04:31:48.687Z[ recovery-image] Aug 29 04:31:47.322 INFO O| Aug 29 04:31:47.322 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-08-29T04:31:48.697Z[ recovery-image] Aug 29 04:31:47.332 INFO O| Aug 29 04:31:47.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76852026-08-29T04:31:48.697Z[ recovery-image] Aug 29 04:31:47.332 INFO O| Aug 29 04:31:47.332 INFO STEP 784 (remove_files) COMPLETE
76862026-08-29T04:31:48.697Z[ recovery-image] Aug 29 04:31:47.332 INFO O| Aug 29 04:31:47.332 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-08-29T04:31:48.708Z[ recovery-image] Aug 29 04:31:47.343 INFO O| Aug 29 04:31:47.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76882026-08-29T04:31:48.708Z[ recovery-image] Aug 29 04:31:47.343 INFO O| Aug 29 04:31:47.343 INFO STEP 785 (remove_files) COMPLETE
76892026-08-29T04:31:48.708Z[ recovery-image] Aug 29 04:31:47.343 INFO O| Aug 29 04:31:47.343 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-08-29T04:31:48.719Z[ recovery-image] Aug 29 04:31:47.354 INFO O| Aug 29 04:31:47.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76912026-08-29T04:31:48.719Z[ recovery-image] Aug 29 04:31:47.355 INFO O| Aug 29 04:31:47.355 INFO STEP 786 (remove_files) COMPLETE
76922026-08-29T04:31:48.722Z[ recovery-image] Aug 29 04:31:47.355 INFO O| Aug 29 04:31:47.355 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-08-29T04:31:48.729Z[ recovery-image] Aug 29 04:31:47.364 INFO O| Aug 29 04:31:47.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76942026-08-29T04:31:48.729Z[ recovery-image] Aug 29 04:31:47.364 INFO O| Aug 29 04:31:47.364 INFO STEP 787 (remove_files) COMPLETE
76952026-08-29T04:31:48.729Z[ recovery-image] Aug 29 04:31:47.364 INFO O| Aug 29 04:31:47.364 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-08-29T04:31:48.738Z[ recovery-image] Aug 29 04:31:47.373 INFO O| Aug 29 04:31:47.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76972026-08-29T04:31:48.738Z[ recovery-image] Aug 29 04:31:47.373 INFO O| Aug 29 04:31:47.373 INFO STEP 788 (remove_files) COMPLETE
76982026-08-29T04:31:48.740Z[ recovery-image] Aug 29 04:31:47.373 INFO O| Aug 29 04:31:47.373 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-08-29T04:31:48.748Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
77002026-08-29T04:31:48.751Z[ recovery-image] Aug 29 04:31:47.384 INFO O| Aug 29 04:31:47.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
77012026-08-29T04:31:48.751Z[ recovery-image] Aug 29 04:31:47.384 INFO O| Aug 29 04:31:47.384 INFO STEP 789 (remove_files) COMPLETE
77022026-08-29T04:31:48.752Z[ recovery-image] Aug 29 04:31:47.384 INFO O| Aug 29 04:31:47.384 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-08-29T04:31:48.759Z[ recovery-image] Aug 29 04:31:47.394 INFO O| Aug 29 04:31:47.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
77042026-08-29T04:31:48.759Z[ recovery-image] Aug 29 04:31:47.394 INFO O| Aug 29 04:31:47.394 INFO STEP 790 (remove_files) COMPLETE
77052026-08-29T04:31:48.759Z[ recovery-image] Aug 29 04:31:47.394 INFO O| Aug 29 04:31:47.394 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-08-29T04:31:48.771Z[ recovery-image] Aug 29 04:31:47.406 INFO O| Aug 29 04:31:47.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
77072026-08-29T04:31:48.771Z[ recovery-image] Aug 29 04:31:47.406 INFO O| Aug 29 04:31:47.406 INFO STEP 791 (remove_files) COMPLETE
77082026-08-29T04:31:48.771Z[ recovery-image] Aug 29 04:31:47.406 INFO O| Aug 29 04:31:47.406 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-08-29T04:31:48.782Z[ recovery-image] Aug 29 04:31:47.417 INFO O| Aug 29 04:31:47.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77102026-08-29T04:31:48.782Z[ recovery-image] Aug 29 04:31:47.417 INFO O| Aug 29 04:31:47.417 INFO STEP 792 (remove_files) COMPLETE
77112026-08-29T04:31:48.782Z[ recovery-image] Aug 29 04:31:47.417 INFO O| Aug 29 04:31:47.417 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-08-29T04:31:48.794Z[ recovery-image] Aug 29 04:31:47.428 INFO O| Aug 29 04:31:47.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77132026-08-29T04:31:48.797Z[ recovery-image] Aug 29 04:31:47.429 INFO O| Aug 29 04:31:47.429 INFO STEP 793 (remove_files) COMPLETE
77142026-08-29T04:31:48.797Z[ recovery-image] Aug 29 04:31:47.429 INFO O| Aug 29 04:31:47.429 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-08-29T04:31:48.815Z[ recovery-image] Aug 29 04:31:47.450 INFO O| Aug 29 04:31:47.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77162026-08-29T04:31:48.816Z[ recovery-image] Aug 29 04:31:47.450 INFO O| Aug 29 04:31:47.450 INFO STEP 794 (remove_files) COMPLETE
77172026-08-29T04:31:48.816Z[ recovery-image] Aug 29 04:31:47.450 INFO O| Aug 29 04:31:47.450 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-08-29T04:31:48.825Z[ recovery-image] Aug 29 04:31:47.460 INFO O| Aug 29 04:31:47.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77192026-08-29T04:31:48.825Z[ recovery-image] Aug 29 04:31:47.460 INFO O| Aug 29 04:31:47.460 INFO STEP 795 (remove_files) COMPLETE
77202026-08-29T04:31:48.825Z[ recovery-image] Aug 29 04:31:47.460 INFO O| Aug 29 04:31:47.460 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-08-29T04:31:48.834Z[ recovery-image] Aug 29 04:31:47.468 INFO O| Aug 29 04:31:47.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77222026-08-29T04:31:48.834Z[ recovery-image] Aug 29 04:31:47.468 INFO O| Aug 29 04:31:47.468 INFO STEP 796 (remove_files) COMPLETE
77232026-08-29T04:31:48.837Z[ recovery-image] Aug 29 04:31:47.468 INFO O| Aug 29 04:31:47.468 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-08-29T04:31:48.842Z[ recovery-image] Aug 29 04:31:47.477 INFO O| Aug 29 04:31:47.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77252026-08-29T04:31:48.842Z[ recovery-image] Aug 29 04:31:47.477 INFO O| Aug 29 04:31:47.477 INFO STEP 797 (remove_files) COMPLETE
77262026-08-29T04:31:48.846Z[ recovery-image] Aug 29 04:31:47.477 INFO O| Aug 29 04:31:47.477 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-08-29T04:31:48.850Z[ recovery-image] Aug 29 04:31:47.485 INFO O| Aug 29 04:31:47.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77282026-08-29T04:31:48.850Z[ recovery-image] Aug 29 04:31:47.485 INFO O| Aug 29 04:31:47.485 INFO STEP 798 (remove_files) COMPLETE
77292026-08-29T04:31:48.853Z[ recovery-image] Aug 29 04:31:47.485 INFO O| Aug 29 04:31:47.485 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-08-29T04:31:48.859Z[ recovery-image] Aug 29 04:31:47.494 INFO O| Aug 29 04:31:47.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77312026-08-29T04:31:48.859Z[ recovery-image] Aug 29 04:31:47.494 INFO O| Aug 29 04:31:47.494 INFO STEP 799 (remove_files) COMPLETE
77322026-08-29T04:31:48.859Z[ recovery-image] Aug 29 04:31:47.494 INFO O| Aug 29 04:31:47.494 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-08-29T04:31:48.868Z[ recovery-image] Aug 29 04:31:47.502 INFO O| Aug 29 04:31:47.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77342026-08-29T04:31:48.868Z[ recovery-image] Aug 29 04:31:47.503 INFO O| Aug 29 04:31:47.502 INFO STEP 800 (remove_files) COMPLETE
77352026-08-29T04:31:48.869Z[ recovery-image] Aug 29 04:31:47.503 INFO O| Aug 29 04:31:47.503 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-08-29T04:31:48.875Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
77372026-08-29T04:31:48.878Z[ recovery-image] Aug 29 04:31:47.512 INFO O| Aug 29 04:31:47.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77382026-08-29T04:31:48.878Z[ recovery-image] Aug 29 04:31:47.512 INFO O| Aug 29 04:31:47.512 INFO STEP 801 (remove_files) COMPLETE
77392026-08-29T04:31:48.878Z[ recovery-image] Aug 29 04:31:47.512 INFO O| Aug 29 04:31:47.512 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-08-29T04:31:48.887Z[ recovery-image] Aug 29 04:31:47.522 INFO O| Aug 29 04:31:47.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77412026-08-29T04:31:48.887Z[ recovery-image] Aug 29 04:31:47.522 INFO O| Aug 29 04:31:47.522 INFO STEP 802 (remove_files) COMPLETE
77422026-08-29T04:31:48.887Z[ recovery-image] Aug 29 04:31:47.522 INFO O| Aug 29 04:31:47.522 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-08-29T04:31:48.897Z[ recovery-image] Aug 29 04:31:47.532 INFO O| Aug 29 04:31:47.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77442026-08-29T04:31:48.898Z[ recovery-image] Aug 29 04:31:47.532 INFO O| Aug 29 04:31:47.532 INFO STEP 803 (remove_files) COMPLETE
77452026-08-29T04:31:48.902Z[ recovery-image] Aug 29 04:31:47.532 INFO O| Aug 29 04:31:47.532 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-08-29T04:31:48.908Z[ recovery-image] Aug 29 04:31:47.542 INFO O| Aug 29 04:31:47.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77472026-08-29T04:31:48.908Z[ recovery-image] Aug 29 04:31:47.542 INFO O| Aug 29 04:31:47.542 INFO STEP 804 (remove_files) COMPLETE
77482026-08-29T04:31:48.911Z[ recovery-image] Aug 29 04:31:47.542 INFO O| Aug 29 04:31:47.542 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-08-29T04:31:48.917Z[ recovery-image] Aug 29 04:31:47.552 INFO O| Aug 29 04:31:47.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77502026-08-29T04:31:48.917Z[ recovery-image] Aug 29 04:31:47.552 INFO O| Aug 29 04:31:47.552 INFO STEP 805 (remove_files) COMPLETE
77512026-08-29T04:31:48.920Z[ recovery-image] Aug 29 04:31:47.552 INFO O| Aug 29 04:31:47.552 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-08-29T04:31:48.928Z[ recovery-image] Aug 29 04:31:47.562 INFO O| Aug 29 04:31:47.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77532026-08-29T04:31:48.928Z[ recovery-image] Aug 29 04:31:47.562 INFO O| Aug 29 04:31:47.562 INFO STEP 806 (remove_files) COMPLETE
77542026-08-29T04:31:48.928Z[ recovery-image] Aug 29 04:31:47.562 INFO O| Aug 29 04:31:47.562 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77552026-08-29T04:31:48.937Z[ recovery-image] Aug 29 04:31:47.572 INFO O| Aug 29 04:31:47.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77562026-08-29T04:31:48.937Z[ recovery-image] Aug 29 04:31:47.572 INFO O| Aug 29 04:31:47.572 INFO STEP 807 (remove_files) COMPLETE
77572026-08-29T04:31:48.941Z[ recovery-image] Aug 29 04:31:47.572 INFO O| Aug 29 04:31:47.572 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77582026-08-29T04:31:48.947Z[ recovery-image] Aug 29 04:31:47.582 INFO O| Aug 29 04:31:47.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77592026-08-29T04:31:48.949Z[ recovery-image] Aug 29 04:31:47.582 INFO O| Aug 29 04:31:47.582 INFO STEP 808 (remove_files) COMPLETE
77602026-08-29T04:31:48.952Z[ recovery-image] Aug 29 04:31:47.582 INFO O| Aug 29 04:31:47.582 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77612026-08-29T04:31:48.958Z[ recovery-image] Aug 29 04:31:47.593 INFO O| Aug 29 04:31:47.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77622026-08-29T04:31:48.958Z[ recovery-image] Aug 29 04:31:47.593 INFO O| Aug 29 04:31:47.593 INFO STEP 809 (remove_files) COMPLETE
77632026-08-29T04:31:48.962Z[ recovery-image] Aug 29 04:31:47.593 INFO O| Aug 29 04:31:47.593 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77642026-08-29T04:31:48.969Z[ recovery-image] Aug 29 04:31:47.603 INFO O| Aug 29 04:31:47.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77652026-08-29T04:31:48.969Z[ recovery-image] Aug 29 04:31:47.603 INFO O| Aug 29 04:31:47.603 INFO STEP 810 (remove_files) COMPLETE
77662026-08-29T04:31:48.969Z[ recovery-image] Aug 29 04:31:47.603 INFO O| Aug 29 04:31:47.603 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77672026-08-29T04:31:48.979Z[ recovery-image] Aug 29 04:31:47.613 INFO O| Aug 29 04:31:47.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77682026-08-29T04:31:48.979Z[ recovery-image] Aug 29 04:31:47.613 INFO O| Aug 29 04:31:47.613 INFO STEP 811 (remove_files) COMPLETE
77692026-08-29T04:31:48.979Z[ recovery-image] Aug 29 04:31:47.613 INFO O| Aug 29 04:31:47.613 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77702026-08-29T04:31:48.987Z[ recovery-image] Aug 29 04:31:47.621 INFO O| Aug 29 04:31:47.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77712026-08-29T04:31:48.987Z[ recovery-image] Aug 29 04:31:47.622 INFO O| Aug 29 04:31:47.621 INFO STEP 812 (remove_files) COMPLETE
77722026-08-29T04:31:48.990Z[ recovery-image] Aug 29 04:31:47.622 INFO O| Aug 29 04:31:47.621 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77732026-08-29T04:31:48.996Z[ recovery-image] Aug 29 04:31:47.630 INFO O| Aug 29 04:31:47.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77742026-08-29T04:31:48.996Z[ recovery-image] Aug 29 04:31:47.631 INFO O| Aug 29 04:31:47.631 INFO STEP 813 (remove_files) COMPLETE
77752026-08-29T04:31:48.996Z[ recovery-image] Aug 29 04:31:47.631 INFO O| Aug 29 04:31:47.631 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77762026-08-29T04:31:49.006Z[ recovery-image] Aug 29 04:31:47.640 INFO O| Aug 29 04:31:47.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77772026-08-29T04:31:49.006Z[ recovery-image] Aug 29 04:31:47.641 INFO O| Aug 29 04:31:47.641 INFO STEP 814 (remove_files) COMPLETE
77782026-08-29T04:31:49.009Z[ recovery-image] Aug 29 04:31:47.641 INFO O| Aug 29 04:31:47.641 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77792026-08-29T04:31:49.014Z[ recovery-image] Aug 29 04:31:47.649 INFO O| Aug 29 04:31:47.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77802026-08-29T04:31:49.014Z[ recovery-image] Aug 29 04:31:47.649 INFO O| Aug 29 04:31:47.649 INFO STEP 815 (remove_files) COMPLETE
77812026-08-29T04:31:49.018Z[ recovery-image] Aug 29 04:31:47.649 INFO O| Aug 29 04:31:47.649 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77822026-08-29T04:31:49.022Z[ recovery-image] Aug 29 04:31:47.657 INFO O| Aug 29 04:31:47.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77832026-08-29T04:31:49.022Z[ recovery-image] Aug 29 04:31:47.657 INFO O| Aug 29 04:31:47.657 INFO STEP 816 (remove_files) COMPLETE
77842026-08-29T04:31:49.022Z[ recovery-image] Aug 29 04:31:47.657 INFO O| Aug 29 04:31:47.657 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77852026-08-29T04:31:49.033Z[ recovery-image] Aug 29 04:31:47.667 INFO O| Aug 29 04:31:47.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77862026-08-29T04:31:49.033Z[ recovery-image] Aug 29 04:31:47.667 INFO O| Aug 29 04:31:47.667 INFO STEP 817 (remove_files) COMPLETE
77872026-08-29T04:31:49.033Z[ recovery-image] Aug 29 04:31:47.667 INFO O| Aug 29 04:31:47.667 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77882026-08-29T04:31:49.042Z[ recovery-image] Aug 29 04:31:47.677 INFO O| Aug 29 04:31:47.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77892026-08-29T04:31:49.042Z[ recovery-image] Aug 29 04:31:47.677 INFO O| Aug 29 04:31:47.677 INFO STEP 818 (remove_files) COMPLETE
77902026-08-29T04:31:49.042Z[ recovery-image] Aug 29 04:31:47.677 INFO O| Aug 29 04:31:47.677 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77912026-08-29T04:31:49.052Z[ recovery-image] Aug 29 04:31:47.687 INFO O| Aug 29 04:31:47.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77922026-08-29T04:31:49.052Z[ recovery-image] Aug 29 04:31:47.687 INFO O| Aug 29 04:31:47.687 INFO STEP 819 (remove_files) COMPLETE
77932026-08-29T04:31:49.052Z[ recovery-image] Aug 29 04:31:47.687 INFO O| Aug 29 04:31:47.687 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77942026-08-29T04:31:49.061Z[ recovery-image] Aug 29 04:31:47.695 INFO O| Aug 29 04:31:47.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77952026-08-29T04:31:49.061Z[ recovery-image] Aug 29 04:31:47.695 INFO O| Aug 29 04:31:47.695 INFO STEP 820 (remove_files) COMPLETE
77962026-08-29T04:31:49.061Z[ recovery-image] Aug 29 04:31:47.695 INFO O| Aug 29 04:31:47.695 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77972026-08-29T04:31:49.070Z[ recovery-image] Aug 29 04:31:47.705 INFO O| Aug 29 04:31:47.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77982026-08-29T04:31:49.070Z[ recovery-image] Aug 29 04:31:47.705 INFO O| Aug 29 04:31:47.705 INFO STEP 821 (remove_files) COMPLETE
77992026-08-29T04:31:49.070Z[ recovery-image] Aug 29 04:31:47.705 INFO O| Aug 29 04:31:47.705 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78002026-08-29T04:31:49.077Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
78012026-08-29T04:31:49.080Z[ recovery-image] Aug 29 04:31:47.713 INFO O| Aug 29 04:31:47.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
78022026-08-29T04:31:49.080Z[ recovery-image] Aug 29 04:31:47.713 INFO O| Aug 29 04:31:47.713 INFO STEP 822 (remove_files) COMPLETE
78032026-08-29T04:31:49.080Z[ recovery-image] Aug 29 04:31:47.713 INFO O| Aug 29 04:31:47.713 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-08-29T04:31:49.088Z[ recovery-image] Aug 29 04:31:47.723 INFO O| Aug 29 04:31:47.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
78052026-08-29T04:31:49.088Z[ recovery-image] Aug 29 04:31:47.723 INFO O| Aug 29 04:31:47.723 INFO STEP 823 (remove_files) COMPLETE
78062026-08-29T04:31:49.088Z[ recovery-image] Aug 29 04:31:47.723 INFO O| Aug 29 04:31:47.723 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-08-29T04:31:49.097Z[ recovery-image] Aug 29 04:31:47.732 INFO O| Aug 29 04:31:47.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
78082026-08-29T04:31:49.097Z[ recovery-image] Aug 29 04:31:47.732 INFO O| Aug 29 04:31:47.732 INFO STEP 824 (remove_files) COMPLETE
78092026-08-29T04:31:49.097Z[ recovery-image] Aug 29 04:31:47.732 INFO O| Aug 29 04:31:47.732 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-08-29T04:31:49.108Z[ recovery-image] Aug 29 04:31:47.742 INFO O| Aug 29 04:31:47.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78112026-08-29T04:31:49.108Z[ recovery-image] Aug 29 04:31:47.742 INFO O| Aug 29 04:31:47.742 INFO STEP 825 (remove_files) COMPLETE
78122026-08-29T04:31:49.108Z[ recovery-image] Aug 29 04:31:47.742 INFO O| Aug 29 04:31:47.742 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-08-29T04:31:49.115Z[ recovery-image] Aug 29 04:31:47.750 INFO O| Aug 29 04:31:47.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78142026-08-29T04:31:49.115Z[ recovery-image] Aug 29 04:31:47.750 INFO O| Aug 29 04:31:47.750 INFO STEP 826 (remove_files) COMPLETE
78152026-08-29T04:31:49.115Z[ recovery-image] Aug 29 04:31:47.750 INFO O| Aug 29 04:31:47.750 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-08-29T04:31:49.123Z[ recovery-image] Aug 29 04:31:47.758 INFO O| Aug 29 04:31:47.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78172026-08-29T04:31:49.123Z[ recovery-image] Aug 29 04:31:47.758 INFO O| Aug 29 04:31:47.758 INFO STEP 827 (remove_files) COMPLETE
78182026-08-29T04:31:49.123Z[ recovery-image] Aug 29 04:31:47.758 INFO O| Aug 29 04:31:47.758 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-08-29T04:31:49.131Z[ recovery-image] Aug 29 04:31:47.766 INFO O| Aug 29 04:31:47.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78202026-08-29T04:31:49.131Z[ recovery-image] Aug 29 04:31:47.766 INFO O| Aug 29 04:31:47.766 INFO STEP 828 (remove_files) COMPLETE
78212026-08-29T04:31:49.131Z[ recovery-image] Aug 29 04:31:47.766 INFO O| Aug 29 04:31:47.766 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-08-29T04:31:49.142Z[ recovery-image] Aug 29 04:31:47.777 INFO O| Aug 29 04:31:47.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78232026-08-29T04:31:49.142Z[ recovery-image] Aug 29 04:31:47.777 INFO O| Aug 29 04:31:47.777 INFO STEP 829 (remove_files) COMPLETE
78242026-08-29T04:31:49.146Z[ recovery-image] Aug 29 04:31:47.777 INFO O| Aug 29 04:31:47.777 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-08-29T04:31:49.151Z[ recovery-image] Aug 29 04:31:47.786 INFO O| Aug 29 04:31:47.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78262026-08-29T04:31:49.151Z[ recovery-image] Aug 29 04:31:47.786 INFO O| Aug 29 04:31:47.786 INFO STEP 830 (remove_files) COMPLETE
78272026-08-29T04:31:49.151Z[ recovery-image] Aug 29 04:31:47.786 INFO O| Aug 29 04:31:47.786 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-08-29T04:31:49.164Z[ recovery-image] Aug 29 04:31:47.798 INFO O| Aug 29 04:31:47.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78292026-08-29T04:31:49.164Z[ recovery-image] Aug 29 04:31:47.799 INFO O| Aug 29 04:31:47.799 INFO STEP 831 (remove_files) COMPLETE
78302026-08-29T04:31:49.167Z[ recovery-image] Aug 29 04:31:47.799 INFO O| Aug 29 04:31:47.799 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-08-29T04:31:49.174Z[ recovery-image] Aug 29 04:31:47.809 INFO O| Aug 29 04:31:47.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78322026-08-29T04:31:49.174Z[ recovery-image] Aug 29 04:31:47.809 INFO O| Aug 29 04:31:47.809 INFO STEP 832 (remove_files) COMPLETE
78332026-08-29T04:31:49.174Z[ recovery-image] Aug 29 04:31:47.809 INFO O| Aug 29 04:31:47.809 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-08-29T04:31:49.184Z[ recovery-image] Aug 29 04:31:47.818 INFO O| Aug 29 04:31:47.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78352026-08-29T04:31:49.184Z[ recovery-image] Aug 29 04:31:47.818 INFO O| Aug 29 04:31:47.818 INFO STEP 833 (remove_files) COMPLETE
78362026-08-29T04:31:49.184Z[ recovery-image] Aug 29 04:31:47.819 INFO O| Aug 29 04:31:47.818 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-08-29T04:31:49.194Z[ recovery-image] Aug 29 04:31:47.827 INFO O| Aug 29 04:31:47.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78382026-08-29T04:31:49.194Z[ recovery-image] Aug 29 04:31:47.827 INFO O| Aug 29 04:31:47.827 INFO STEP 834 (remove_files) COMPLETE
78392026-08-29T04:31:49.194Z[ recovery-image] Aug 29 04:31:47.827 INFO O| Aug 29 04:31:47.827 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-08-29T04:31:49.202Z[ recovery-image] Aug 29 04:31:47.837 INFO O| Aug 29 04:31:47.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78412026-08-29T04:31:49.202Z[ recovery-image] Aug 29 04:31:47.837 INFO O| Aug 29 04:31:47.837 INFO STEP 835 (remove_files) COMPLETE
78422026-08-29T04:31:49.202Z[ recovery-image] Aug 29 04:31:47.837 INFO O| Aug 29 04:31:47.837 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-08-29T04:31:49.212Z[ recovery-image] Aug 29 04:31:47.846 INFO O| Aug 29 04:31:47.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78442026-08-29T04:31:49.212Z[ recovery-image] Aug 29 04:31:47.846 INFO O| Aug 29 04:31:47.846 INFO STEP 836 (remove_files) COMPLETE
78452026-08-29T04:31:49.212Z[ recovery-image] Aug 29 04:31:47.846 INFO O| Aug 29 04:31:47.846 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-08-29T04:31:49.220Z[ recovery-image] Aug 29 04:31:47.855 INFO O| Aug 29 04:31:47.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78472026-08-29T04:31:49.221Z[ recovery-image] Aug 29 04:31:47.855 INFO O| Aug 29 04:31:47.855 INFO STEP 837 (remove_files) COMPLETE
78482026-08-29T04:31:49.224Z[ recovery-image] Aug 29 04:31:47.855 INFO O| Aug 29 04:31:47.855 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-08-29T04:31:49.229Z[ recovery-image] Aug 29 04:31:47.864 INFO O| Aug 29 04:31:47.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78502026-08-29T04:31:49.229Z[ recovery-image] Aug 29 04:31:47.864 INFO O| Aug 29 04:31:47.864 INFO STEP 838 (remove_files) COMPLETE
78512026-08-29T04:31:49.232Z[ recovery-image] Aug 29 04:31:47.864 INFO O| Aug 29 04:31:47.864 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-08-29T04:31:49.236Z[verify-libraries] Compiling yansi v1.0.1
78532026-08-29T04:31:49.240Z[ recovery-image] Aug 29 04:31:47.875 INFO O| Aug 29 04:31:47.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78542026-08-29T04:31:49.240Z[ recovery-image] Aug 29 04:31:47.875 INFO O| Aug 29 04:31:47.875 INFO STEP 839 (remove_files) COMPLETE
78552026-08-29T04:31:49.244Z[ recovery-image] Aug 29 04:31:47.875 INFO O| Aug 29 04:31:47.875 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-08-29T04:31:49.249Z[ recovery-image] Aug 29 04:31:47.884 INFO O| Aug 29 04:31:47.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78572026-08-29T04:31:49.249Z[ recovery-image] Aug 29 04:31:47.884 INFO O| Aug 29 04:31:47.884 INFO STEP 840 (remove_files) COMPLETE
78582026-08-29T04:31:49.249Z[ recovery-image] Aug 29 04:31:47.884 INFO O| Aug 29 04:31:47.884 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-08-29T04:31:49.259Z[ recovery-image] Aug 29 04:31:47.894 INFO O| Aug 29 04:31:47.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78602026-08-29T04:31:49.259Z[ recovery-image] Aug 29 04:31:47.894 INFO O| Aug 29 04:31:47.894 INFO STEP 841 (remove_files) COMPLETE
78612026-08-29T04:31:49.259Z[ recovery-image] Aug 29 04:31:47.894 INFO O| Aug 29 04:31:47.894 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-08-29T04:31:49.269Z[ recovery-image] Aug 29 04:31:47.904 INFO O| Aug 29 04:31:47.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78632026-08-29T04:31:49.269Z[ recovery-image] Aug 29 04:31:47.904 INFO O| Aug 29 04:31:47.904 INFO STEP 842 (remove_files) COMPLETE
78642026-08-29T04:31:49.269Z[ recovery-image] Aug 29 04:31:47.904 INFO O| Aug 29 04:31:47.904 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-08-29T04:31:49.279Z[ recovery-image] Aug 29 04:31:47.914 INFO O| Aug 29 04:31:47.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78662026-08-29T04:31:49.282Z[ recovery-image] Aug 29 04:31:47.914 INFO O| Aug 29 04:31:47.914 INFO STEP 843 (remove_files) COMPLETE
78672026-08-29T04:31:49.282Z[ recovery-image] Aug 29 04:31:47.914 INFO O| Aug 29 04:31:47.914 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-08-29T04:31:49.289Z[ recovery-image] Aug 29 04:31:47.924 INFO O| Aug 29 04:31:47.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78692026-08-29T04:31:49.289Z[ recovery-image] Aug 29 04:31:47.924 INFO O| Aug 29 04:31:47.924 INFO STEP 844 (remove_files) COMPLETE
78702026-08-29T04:31:49.290Z[ recovery-image] Aug 29 04:31:47.924 INFO O| Aug 29 04:31:47.924 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-08-29T04:31:49.301Z[ recovery-image] Aug 29 04:31:47.935 INFO O| Aug 29 04:31:47.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78722026-08-29T04:31:49.301Z[ recovery-image] Aug 29 04:31:47.936 INFO O| Aug 29 04:31:47.936 INFO STEP 845 (remove_files) COMPLETE
78732026-08-29T04:31:49.304Z[ recovery-image] Aug 29 04:31:47.936 INFO O| Aug 29 04:31:47.936 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-08-29T04:31:49.311Z[ recovery-image] Aug 29 04:31:47.946 INFO O| Aug 29 04:31:47.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78752026-08-29T04:31:49.311Z[ recovery-image] Aug 29 04:31:47.946 INFO O| Aug 29 04:31:47.946 INFO STEP 846 (remove_files) COMPLETE
78762026-08-29T04:31:49.311Z[ recovery-image] Aug 29 04:31:47.946 INFO O| Aug 29 04:31:47.946 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-08-29T04:31:49.323Z[ recovery-image] Aug 29 04:31:47.957 INFO O| Aug 29 04:31:47.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78782026-08-29T04:31:49.323Z[ recovery-image] Aug 29 04:31:47.957 INFO O| Aug 29 04:31:47.957 INFO STEP 847 (remove_files) COMPLETE
78792026-08-29T04:31:49.326Z[ recovery-image] Aug 29 04:31:47.957 INFO O| Aug 29 04:31:47.957 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-08-29T04:31:49.331Z[ recovery-image] Aug 29 04:31:47.966 INFO O| Aug 29 04:31:47.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78812026-08-29T04:31:49.331Z[ recovery-image] Aug 29 04:31:47.966 INFO O| Aug 29 04:31:47.966 INFO STEP 848 (remove_files) COMPLETE
78822026-08-29T04:31:49.334Z[ recovery-image] Aug 29 04:31:47.966 INFO O| Aug 29 04:31:47.966 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-08-29T04:31:49.340Z[ recovery-image] Aug 29 04:31:47.975 INFO O| Aug 29 04:31:47.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78842026-08-29T04:31:49.340Z[ recovery-image] Aug 29 04:31:47.975 INFO O| Aug 29 04:31:47.975 INFO STEP 849 (remove_files) COMPLETE
78852026-08-29T04:31:49.343Z[ recovery-image] Aug 29 04:31:47.975 INFO O| Aug 29 04:31:47.975 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-08-29T04:31:49.349Z[ recovery-image] Aug 29 04:31:47.984 INFO O| Aug 29 04:31:47.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78872026-08-29T04:31:49.349Z[ recovery-image] Aug 29 04:31:47.984 INFO O| Aug 29 04:31:47.984 INFO STEP 850 (remove_files) COMPLETE
78882026-08-29T04:31:49.349Z[ recovery-image] Aug 29 04:31:47.984 INFO O| Aug 29 04:31:47.984 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-08-29T04:31:49.360Z[ recovery-image] Aug 29 04:31:47.995 INFO O| Aug 29 04:31:47.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78902026-08-29T04:31:49.361Z[ recovery-image] Aug 29 04:31:47.995 INFO O| Aug 29 04:31:47.995 INFO STEP 851 (remove_files) COMPLETE
78912026-08-29T04:31:49.361Z[ recovery-image] Aug 29 04:31:47.995 INFO O| Aug 29 04:31:47.995 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-08-29T04:31:49.372Z[ recovery-image] Aug 29 04:31:48.007 INFO O| Aug 29 04:31:48.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78932026-08-29T04:31:49.372Z[ recovery-image] Aug 29 04:31:48.007 INFO O| Aug 29 04:31:48.007 INFO STEP 852 (remove_files) COMPLETE
78942026-08-29T04:31:49.372Z[ recovery-image] Aug 29 04:31:48.007 INFO O| Aug 29 04:31:48.007 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78952026-08-29T04:31:49.394Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
78962026-08-29T04:31:49.417Z[ recovery-image] Aug 29 04:31:48.049 INFO O| Aug 29 04:31:48.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78972026-08-29T04:31:49.417Z[ recovery-image] Aug 29 04:31:48.049 INFO O| Aug 29 04:31:48.049 INFO STEP 853 (remove_files) COMPLETE
78982026-08-29T04:31:49.417Z[ recovery-image] Aug 29 04:31:48.049 INFO O| Aug 29 04:31:48.049 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78992026-08-29T04:31:49.440Z[ recovery-image] Aug 29 04:31:48.075 INFO O| Aug 29 04:31:48.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
79002026-08-29T04:31:49.442Z[ recovery-image] Aug 29 04:31:48.075 INFO O| Aug 29 04:31:48.075 INFO STEP 854 (remove_files) COMPLETE
79012026-08-29T04:31:49.442Z[ recovery-image] Aug 29 04:31:48.075 INFO O| Aug 29 04:31:48.075 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79022026-08-29T04:31:49.451Z[ recovery-image] Aug 29 04:31:48.086 INFO O| Aug 29 04:31:48.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
79032026-08-29T04:31:49.451Z[ recovery-image] Aug 29 04:31:48.086 INFO O| Aug 29 04:31:48.086 INFO STEP 855 (remove_files) COMPLETE
79042026-08-29T04:31:49.454Z[ recovery-image] Aug 29 04:31:48.086 INFO O| Aug 29 04:31:48.086 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79052026-08-29T04:31:49.461Z[ recovery-image] Aug 29 04:31:48.096 INFO O| Aug 29 04:31:48.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
79062026-08-29T04:31:49.461Z[ recovery-image] Aug 29 04:31:48.096 INFO O| Aug 29 04:31:48.096 INFO STEP 856 (remove_files) COMPLETE
79072026-08-29T04:31:49.461Z[ recovery-image] Aug 29 04:31:48.096 INFO O| Aug 29 04:31:48.096 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79082026-08-29T04:31:49.471Z[ recovery-image] Aug 29 04:31:48.105 INFO O| Aug 29 04:31:48.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
79092026-08-29T04:31:49.471Z[ recovery-image] Aug 29 04:31:48.105 INFO O| Aug 29 04:31:48.105 INFO STEP 857 (remove_files) COMPLETE
79102026-08-29T04:31:49.474Z[ recovery-image] Aug 29 04:31:48.105 INFO O| Aug 29 04:31:48.105 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79112026-08-29T04:31:49.480Z[ recovery-image] Aug 29 04:31:48.115 INFO O| Aug 29 04:31:48.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79122026-08-29T04:31:49.480Z[ recovery-image] Aug 29 04:31:48.115 INFO O| Aug 29 04:31:48.115 INFO STEP 858 (remove_files) COMPLETE
79132026-08-29T04:31:49.480Z[ recovery-image] Aug 29 04:31:48.115 INFO O| Aug 29 04:31:48.115 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79142026-08-29T04:31:49.490Z[ recovery-image] Aug 29 04:31:48.125 INFO O| Aug 29 04:31:48.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79152026-08-29T04:31:49.491Z[ recovery-image] Aug 29 04:31:48.125 INFO O| Aug 29 04:31:48.125 INFO STEP 859 (remove_files) COMPLETE
79162026-08-29T04:31:49.495Z[ recovery-image] Aug 29 04:31:48.125 INFO O| Aug 29 04:31:48.125 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79172026-08-29T04:31:49.500Z[ recovery-image] Aug 29 04:31:48.135 INFO O| Aug 29 04:31:48.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79182026-08-29T04:31:49.500Z[ recovery-image] Aug 29 04:31:48.135 INFO O| Aug 29 04:31:48.135 INFO STEP 860 (remove_files) COMPLETE
79192026-08-29T04:31:49.500Z[ recovery-image] Aug 29 04:31:48.135 INFO O| Aug 29 04:31:48.135 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79202026-08-29T04:31:49.510Z[ recovery-image] Aug 29 04:31:48.145 INFO O| Aug 29 04:31:48.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79212026-08-29T04:31:49.511Z[ recovery-image] Aug 29 04:31:48.145 INFO O| Aug 29 04:31:48.145 INFO STEP 861 (remove_files) COMPLETE
79222026-08-29T04:31:49.511Z[ recovery-image] Aug 29 04:31:48.145 INFO O| Aug 29 04:31:48.145 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79232026-08-29T04:31:49.519Z[ recovery-image] Aug 29 04:31:48.154 INFO O| Aug 29 04:31:48.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79242026-08-29T04:31:49.519Z[ recovery-image] Aug 29 04:31:48.154 INFO O| Aug 29 04:31:48.154 INFO STEP 862 (remove_files) COMPLETE
79252026-08-29T04:31:49.519Z[ recovery-image] Aug 29 04:31:48.154 INFO O| Aug 29 04:31:48.154 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79262026-08-29T04:31:49.531Z[ recovery-image] Aug 29 04:31:48.165 INFO O| Aug 29 04:31:48.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79272026-08-29T04:31:49.531Z[ recovery-image] Aug 29 04:31:48.165 INFO O| Aug 29 04:31:48.165 INFO STEP 863 (remove_files) COMPLETE
79282026-08-29T04:31:49.531Z[ recovery-image] Aug 29 04:31:48.165 INFO O| Aug 29 04:31:48.165 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79292026-08-29T04:31:49.543Z[ recovery-image] Aug 29 04:31:48.176 INFO O| Aug 29 04:31:48.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79302026-08-29T04:31:49.543Z[ recovery-image] Aug 29 04:31:48.176 INFO O| Aug 29 04:31:48.176 INFO STEP 864 (remove_files) COMPLETE
79312026-08-29T04:31:49.543Z[ recovery-image] Aug 29 04:31:48.176 INFO O| Aug 29 04:31:48.176 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79322026-08-29T04:31:49.551Z[ recovery-image] Aug 29 04:31:48.186 INFO O| Aug 29 04:31:48.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79332026-08-29T04:31:49.555Z[ recovery-image] Aug 29 04:31:48.187 INFO O| Aug 29 04:31:48.187 INFO STEP 865 (remove_files) COMPLETE
79342026-08-29T04:31:49.555Z[ recovery-image] Aug 29 04:31:48.187 INFO O| Aug 29 04:31:48.187 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79352026-08-29T04:31:49.563Z[ recovery-image] Aug 29 04:31:48.197 INFO O| Aug 29 04:31:48.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79362026-08-29T04:31:49.563Z[ recovery-image] Aug 29 04:31:48.197 INFO O| Aug 29 04:31:48.197 INFO STEP 866 (remove_files) COMPLETE
79372026-08-29T04:31:49.563Z[ recovery-image] Aug 29 04:31:48.197 INFO O| Aug 29 04:31:48.197 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79382026-08-29T04:31:49.573Z[ recovery-image] Aug 29 04:31:48.208 INFO O| Aug 29 04:31:48.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79392026-08-29T04:31:49.573Z[ recovery-image] Aug 29 04:31:48.208 INFO O| Aug 29 04:31:48.208 INFO STEP 867 (remove_files) COMPLETE
79402026-08-29T04:31:49.573Z[ recovery-image] Aug 29 04:31:48.208 INFO O| Aug 29 04:31:48.208 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79412026-08-29T04:31:49.584Z[ recovery-image] Aug 29 04:31:48.219 INFO O| Aug 29 04:31:48.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79422026-08-29T04:31:49.587Z[ recovery-image] Aug 29 04:31:48.219 INFO O| Aug 29 04:31:48.219 INFO STEP 868 (remove_files) COMPLETE
79432026-08-29T04:31:49.587Z[ recovery-image] Aug 29 04:31:48.219 INFO O| Aug 29 04:31:48.219 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79442026-08-29T04:31:49.596Z[ recovery-image] Aug 29 04:31:48.231 INFO O| Aug 29 04:31:48.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79452026-08-29T04:31:49.596Z[ recovery-image] Aug 29 04:31:48.231 INFO O| Aug 29 04:31:48.231 INFO STEP 869 (remove_files) COMPLETE
79462026-08-29T04:31:49.596Z[ recovery-image] Aug 29 04:31:48.231 INFO O| Aug 29 04:31:48.231 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79472026-08-29T04:31:49.606Z[ recovery-image] Aug 29 04:31:48.240 INFO O| Aug 29 04:31:48.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79482026-08-29T04:31:49.606Z[ recovery-image] Aug 29 04:31:48.240 INFO O| Aug 29 04:31:48.240 INFO STEP 870 (remove_files) COMPLETE
79492026-08-29T04:31:49.609Z[ recovery-image] Aug 29 04:31:48.240 INFO O| Aug 29 04:31:48.240 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79502026-08-29T04:31:49.616Z[ recovery-image] Aug 29 04:31:48.251 INFO O| Aug 29 04:31:48.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79512026-08-29T04:31:49.616Z[ recovery-image] Aug 29 04:31:48.251 INFO O| Aug 29 04:31:48.251 INFO STEP 871 (remove_files) COMPLETE
79522026-08-29T04:31:49.617Z[ recovery-image] Aug 29 04:31:48.251 INFO O| Aug 29 04:31:48.251 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79532026-08-29T04:31:49.626Z[ recovery-image] Aug 29 04:31:48.261 INFO O| Aug 29 04:31:48.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79542026-08-29T04:31:49.626Z[ recovery-image] Aug 29 04:31:48.261 INFO O| Aug 29 04:31:48.261 INFO STEP 872 (remove_files) COMPLETE
79552026-08-29T04:31:49.626Z[ recovery-image] Aug 29 04:31:48.261 INFO O| Aug 29 04:31:48.261 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79562026-08-29T04:31:49.635Z[ recovery-image] Aug 29 04:31:48.270 INFO O| Aug 29 04:31:48.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79572026-08-29T04:31:49.635Z[ recovery-image] Aug 29 04:31:48.270 INFO O| Aug 29 04:31:48.270 INFO STEP 873 (remove_files) COMPLETE
79582026-08-29T04:31:49.639Z[ recovery-image] Aug 29 04:31:48.270 INFO O| Aug 29 04:31:48.270 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79592026-08-29T04:31:49.646Z[ recovery-image] Aug 29 04:31:48.280 INFO O| Aug 29 04:31:48.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79602026-08-29T04:31:49.646Z[ recovery-image] Aug 29 04:31:48.280 INFO O| Aug 29 04:31:48.280 INFO STEP 874 (remove_files) COMPLETE
79612026-08-29T04:31:49.646Z[ recovery-image] Aug 29 04:31:48.280 INFO O| Aug 29 04:31:48.280 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79622026-08-29T04:31:49.656Z[ recovery-image] Aug 29 04:31:48.290 INFO O| Aug 29 04:31:48.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79632026-08-29T04:31:49.659Z[ recovery-image] Aug 29 04:31:48.290 INFO O| Aug 29 04:31:48.290 INFO STEP 875 (remove_files) COMPLETE
79642026-08-29T04:31:49.659Z[ recovery-image] Aug 29 04:31:48.290 INFO O| Aug 29 04:31:48.290 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79652026-08-29T04:31:49.659Z[verify-libraries] Compiling pretty_assertions v1.4.1
79662026-08-29T04:31:49.665Z[ recovery-image] Aug 29 04:31:48.300 INFO O| Aug 29 04:31:48.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79672026-08-29T04:31:49.665Z[ recovery-image] Aug 29 04:31:48.300 INFO O| Aug 29 04:31:48.300 INFO STEP 876 (remove_files) COMPLETE
79682026-08-29T04:31:49.668Z[ recovery-image] Aug 29 04:31:48.300 INFO O| Aug 29 04:31:48.300 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-08-29T04:31:49.673Z[ recovery-image] Aug 29 04:31:48.308 INFO O| Aug 29 04:31:48.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79702026-08-29T04:31:49.673Z[ recovery-image] Aug 29 04:31:48.308 INFO O| Aug 29 04:31:48.308 INFO STEP 877 (remove_files) COMPLETE
79712026-08-29T04:31:49.673Z[ recovery-image] Aug 29 04:31:48.308 INFO O| Aug 29 04:31:48.308 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-08-29T04:31:49.683Z[ recovery-image] Aug 29 04:31:48.318 INFO O| Aug 29 04:31:48.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79732026-08-29T04:31:49.683Z[ recovery-image] Aug 29 04:31:48.318 INFO O| Aug 29 04:31:48.318 INFO STEP 878 (remove_files) COMPLETE
79742026-08-29T04:31:49.687Z[ recovery-image] Aug 29 04:31:48.318 INFO O| Aug 29 04:31:48.318 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-08-29T04:31:49.691Z[ recovery-image] Aug 29 04:31:48.326 INFO O| Aug 29 04:31:48.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79762026-08-29T04:31:49.691Z[ recovery-image] Aug 29 04:31:48.326 INFO O| Aug 29 04:31:48.326 INFO STEP 879 (remove_files) COMPLETE
79772026-08-29T04:31:49.694Z[ recovery-image] Aug 29 04:31:48.326 INFO O| Aug 29 04:31:48.326 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-08-29T04:31:49.704Z[ recovery-image] Aug 29 04:31:48.337 INFO O| Aug 29 04:31:48.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79792026-08-29T04:31:49.704Z[ recovery-image] Aug 29 04:31:48.337 INFO O| Aug 29 04:31:48.337 INFO STEP 880 (remove_files) COMPLETE
79802026-08-29T04:31:49.704Z[ recovery-image] Aug 29 04:31:48.337 INFO O| Aug 29 04:31:48.337 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-08-29T04:31:49.712Z[ recovery-image] Aug 29 04:31:48.346 INFO O| Aug 29 04:31:48.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79822026-08-29T04:31:49.712Z[ recovery-image] Aug 29 04:31:48.346 INFO O| Aug 29 04:31:48.346 INFO STEP 881 (remove_files) COMPLETE
79832026-08-29T04:31:49.712Z[ recovery-image] Aug 29 04:31:48.346 INFO O| Aug 29 04:31:48.346 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-08-29T04:31:49.722Z[ recovery-image] Aug 29 04:31:48.357 INFO O| Aug 29 04:31:48.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79852026-08-29T04:31:49.722Z[ recovery-image] Aug 29 04:31:48.357 INFO O| Aug 29 04:31:48.357 INFO STEP 882 (remove_files) COMPLETE
79862026-08-29T04:31:49.726Z[ recovery-image] Aug 29 04:31:48.357 INFO O| Aug 29 04:31:48.357 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-08-29T04:31:49.732Z[ recovery-image] Aug 29 04:31:48.367 INFO O| Aug 29 04:31:48.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79882026-08-29T04:31:49.733Z[ recovery-image] Aug 29 04:31:48.367 INFO O| Aug 29 04:31:48.367 INFO STEP 883 (remove_files) COMPLETE
79892026-08-29T04:31:49.733Z[ recovery-image] Aug 29 04:31:48.367 INFO O| Aug 29 04:31:48.367 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-08-29T04:31:49.743Z[ recovery-image] Aug 29 04:31:48.378 INFO O| Aug 29 04:31:48.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79912026-08-29T04:31:49.743Z[ recovery-image] Aug 29 04:31:48.378 INFO O| Aug 29 04:31:48.378 INFO STEP 884 (remove_files) COMPLETE
79922026-08-29T04:31:49.748Z[ recovery-image] Aug 29 04:31:48.378 INFO O| Aug 29 04:31:48.378 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-08-29T04:31:49.753Z[ recovery-image] Aug 29 04:31:48.388 INFO O| Aug 29 04:31:48.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79942026-08-29T04:31:49.753Z[ recovery-image] Aug 29 04:31:48.388 INFO O| Aug 29 04:31:48.388 INFO STEP 885 (remove_files) COMPLETE
79952026-08-29T04:31:49.757Z[ recovery-image] Aug 29 04:31:48.388 INFO O| Aug 29 04:31:48.388 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-08-29T04:31:49.763Z[ recovery-image] Aug 29 04:31:48.398 INFO O| Aug 29 04:31:48.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79972026-08-29T04:31:49.763Z[ recovery-image] Aug 29 04:31:48.398 INFO O| Aug 29 04:31:48.398 INFO STEP 886 (remove_files) COMPLETE
79982026-08-29T04:31:49.767Z[ recovery-image] Aug 29 04:31:48.398 INFO O| Aug 29 04:31:48.398 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-08-29T04:31:49.774Z[ recovery-image] Aug 29 04:31:48.408 INFO O| Aug 29 04:31:48.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
80002026-08-29T04:31:49.774Z[ recovery-image] Aug 29 04:31:48.408 INFO O| Aug 29 04:31:48.408 INFO STEP 887 (remove_files) COMPLETE
80012026-08-29T04:31:49.775Z[ recovery-image] Aug 29 04:31:48.408 INFO O| Aug 29 04:31:48.408 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-08-29T04:31:49.783Z[ recovery-image] Aug 29 04:31:48.418 INFO O| Aug 29 04:31:48.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
80032026-08-29T04:31:49.783Z[ recovery-image] Aug 29 04:31:48.418 INFO O| Aug 29 04:31:48.418 INFO STEP 888 (remove_files) COMPLETE
80042026-08-29T04:31:49.783Z[ recovery-image] Aug 29 04:31:48.418 INFO O| Aug 29 04:31:48.418 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-08-29T04:31:49.792Z[ recovery-image] Aug 29 04:31:48.427 INFO O| Aug 29 04:31:48.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
80062026-08-29T04:31:49.792Z[ recovery-image] Aug 29 04:31:48.427 INFO O| Aug 29 04:31:48.426 INFO STEP 889 (remove_files) COMPLETE
80072026-08-29T04:31:49.796Z[ recovery-image] Aug 29 04:31:48.427 INFO O| Aug 29 04:31:48.426 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-08-29T04:31:49.799Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
80092026-08-29T04:31:49.803Z[ recovery-image] Aug 29 04:31:48.435 INFO O| Aug 29 04:31:48.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
80102026-08-29T04:31:49.803Z[ recovery-image] Aug 29 04:31:48.436 INFO O| Aug 29 04:31:48.436 INFO STEP 890 (remove_files) COMPLETE
80112026-08-29T04:31:49.803Z[ recovery-image] Aug 29 04:31:48.436 INFO O| Aug 29 04:31:48.436 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-08-29T04:31:49.811Z[ recovery-image] Aug 29 04:31:48.446 INFO O| Aug 29 04:31:48.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80132026-08-29T04:31:49.811Z[ recovery-image] Aug 29 04:31:48.446 INFO O| Aug 29 04:31:48.446 INFO STEP 891 (remove_files) COMPLETE
80142026-08-29T04:31:49.812Z[ recovery-image] Aug 29 04:31:48.446 INFO O| Aug 29 04:31:48.446 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-08-29T04:31:49.822Z[ recovery-image] Aug 29 04:31:48.456 INFO O| Aug 29 04:31:48.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80162026-08-29T04:31:49.823Z[ recovery-image] Aug 29 04:31:48.456 INFO O| Aug 29 04:31:48.456 INFO STEP 892 (remove_files) COMPLETE
80172026-08-29T04:31:49.823Z[ recovery-image] Aug 29 04:31:48.456 INFO O| Aug 29 04:31:48.456 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-08-29T04:31:49.833Z[ recovery-image] Aug 29 04:31:48.467 INFO O| Aug 29 04:31:48.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80192026-08-29T04:31:49.836Z[ recovery-image] Aug 29 04:31:48.468 INFO O| Aug 29 04:31:48.468 INFO STEP 893 (remove_files) COMPLETE
80202026-08-29T04:31:49.836Z[ recovery-image] Aug 29 04:31:48.468 INFO O| Aug 29 04:31:48.468 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-08-29T04:31:49.843Z[ recovery-image] Aug 29 04:31:48.478 INFO O| Aug 29 04:31:48.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80222026-08-29T04:31:49.844Z[ recovery-image] Aug 29 04:31:48.478 INFO O| Aug 29 04:31:48.478 INFO STEP 894 (remove_files) COMPLETE
80232026-08-29T04:31:49.847Z[ recovery-image] Aug 29 04:31:48.478 INFO O| Aug 29 04:31:48.478 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-08-29T04:31:49.853Z[ recovery-image] Aug 29 04:31:48.488 INFO O| Aug 29 04:31:48.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80252026-08-29T04:31:49.854Z[ recovery-image] Aug 29 04:31:48.488 INFO O| Aug 29 04:31:48.488 INFO STEP 895 (remove_files) COMPLETE
80262026-08-29T04:31:49.857Z[ recovery-image] Aug 29 04:31:48.488 INFO O| Aug 29 04:31:48.488 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-08-29T04:31:49.864Z[ recovery-image] Aug 29 04:31:48.499 INFO O| Aug 29 04:31:48.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80282026-08-29T04:31:49.864Z[ recovery-image] Aug 29 04:31:48.499 INFO O| Aug 29 04:31:48.499 INFO STEP 896 (remove_files) COMPLETE
80292026-08-29T04:31:49.867Z[ recovery-image] Aug 29 04:31:48.499 INFO O| Aug 29 04:31:48.499 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-08-29T04:31:49.875Z[ recovery-image] Aug 29 04:31:48.510 INFO O| Aug 29 04:31:48.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80312026-08-29T04:31:49.875Z[ recovery-image] Aug 29 04:31:48.510 INFO O| Aug 29 04:31:48.510 INFO STEP 897 (remove_files) COMPLETE
80322026-08-29T04:31:49.879Z[ recovery-image] Aug 29 04:31:48.510 INFO O| Aug 29 04:31:48.510 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-08-29T04:31:49.885Z[ recovery-image] Aug 29 04:31:48.520 INFO O| Aug 29 04:31:48.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80342026-08-29T04:31:49.885Z[ recovery-image] Aug 29 04:31:48.520 INFO O| Aug 29 04:31:48.520 INFO STEP 898 (remove_files) COMPLETE
80352026-08-29T04:31:49.885Z[ recovery-image] Aug 29 04:31:48.520 INFO O| Aug 29 04:31:48.520 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-08-29T04:31:49.895Z[ recovery-image] Aug 29 04:31:48.530 INFO O| Aug 29 04:31:48.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80372026-08-29T04:31:49.895Z[ recovery-image] Aug 29 04:31:48.530 INFO O| Aug 29 04:31:48.530 INFO STEP 899 (remove_files) COMPLETE
80382026-08-29T04:31:49.896Z[ recovery-image] Aug 29 04:31:48.530 INFO O| Aug 29 04:31:48.530 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-08-29T04:31:49.905Z[ recovery-image] Aug 29 04:31:48.540 INFO O| Aug 29 04:31:48.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80402026-08-29T04:31:49.905Z[ recovery-image] Aug 29 04:31:48.540 INFO O| Aug 29 04:31:48.540 INFO STEP 900 (remove_files) COMPLETE
80412026-08-29T04:31:49.905Z[ recovery-image] Aug 29 04:31:48.540 INFO O| Aug 29 04:31:48.540 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-08-29T04:31:49.963Z[ recovery-image] Aug 29 04:31:48.550 INFO O| Aug 29 04:31:48.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80432026-08-29T04:31:49.963Z[ recovery-image] Aug 29 04:31:48.550 INFO O| Aug 29 04:31:48.550 INFO STEP 901 (remove_files) COMPLETE
80442026-08-29T04:31:49.963Z[ recovery-image] Aug 29 04:31:48.550 INFO O| Aug 29 04:31:48.550 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-08-29T04:31:49.964Z[ recovery-image] Aug 29 04:31:48.560 INFO O| Aug 29 04:31:48.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80462026-08-29T04:31:49.964Z[ recovery-image] Aug 29 04:31:48.560 INFO O| Aug 29 04:31:48.560 INFO STEP 902 (remove_files) COMPLETE
80472026-08-29T04:31:49.964Z[ recovery-image] Aug 29 04:31:48.560 INFO O| Aug 29 04:31:48.560 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-08-29T04:31:49.964Z[ recovery-image] Aug 29 04:31:48.569 INFO O| Aug 29 04:31:48.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80492026-08-29T04:31:49.964Z[ recovery-image] Aug 29 04:31:48.570 INFO O| Aug 29 04:31:48.569 INFO STEP 903 (remove_files) COMPLETE
80502026-08-29T04:31:49.964Z[ recovery-image] Aug 29 04:31:48.570 INFO O| Aug 29 04:31:48.570 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-08-29T04:31:49.964Z[ recovery-image] Aug 29 04:31:48.581 INFO O| Aug 29 04:31:48.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80522026-08-29T04:31:49.964Z[ recovery-image] Aug 29 04:31:48.581 INFO O| Aug 29 04:31:48.579 INFO STEP 904 (remove_files) COMPLETE
80532026-08-29T04:31:49.964Z[ recovery-image] Aug 29 04:31:48.581 INFO O| Aug 29 04:31:48.579 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-08-29T04:31:49.964Z[ recovery-image] Aug 29 04:31:48.589 INFO O| Aug 29 04:31:48.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80552026-08-29T04:31:49.964Z[ recovery-image] Aug 29 04:31:48.589 INFO O| Aug 29 04:31:48.589 INFO STEP 905 (remove_files) COMPLETE
80562026-08-29T04:31:49.964Z[ recovery-image] Aug 29 04:31:48.589 INFO O| Aug 29 04:31:48.589 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-08-29T04:31:49.968Z[ recovery-image] Aug 29 04:31:48.598 INFO O| Aug 29 04:31:48.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80582026-08-29T04:31:49.968Z[ recovery-image] Aug 29 04:31:48.598 INFO O| Aug 29 04:31:48.598 INFO STEP 906 (remove_files) COMPLETE
80592026-08-29T04:31:49.968Z[ recovery-image] Aug 29 04:31:48.598 INFO O| Aug 29 04:31:48.598 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-08-29T04:31:49.974Z[ recovery-image] Aug 29 04:31:48.608 INFO O| Aug 29 04:31:48.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80612026-08-29T04:31:49.975Z[ recovery-image] Aug 29 04:31:48.608 INFO O| Aug 29 04:31:48.608 INFO STEP 907 (remove_files) COMPLETE
80622026-08-29T04:31:49.975Z[ recovery-image] Aug 29 04:31:48.608 INFO O| Aug 29 04:31:48.608 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-08-29T04:31:49.985Z[ recovery-image] Aug 29 04:31:48.619 INFO O| Aug 29 04:31:48.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80642026-08-29T04:31:49.985Z[ recovery-image] Aug 29 04:31:48.619 INFO O| Aug 29 04:31:48.619 INFO STEP 908 (remove_files) COMPLETE
80652026-08-29T04:31:49.989Z[ recovery-image] Aug 29 04:31:48.619 INFO O| Aug 29 04:31:48.619 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-08-29T04:31:49.998Z[ recovery-image] Aug 29 04:31:48.631 INFO O| Aug 29 04:31:48.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80672026-08-29T04:31:49.998Z[ recovery-image] Aug 29 04:31:48.631 INFO O| Aug 29 04:31:48.631 INFO STEP 909 (remove_files) COMPLETE
80682026-08-29T04:31:50.001Z[ recovery-image] Aug 29 04:31:48.631 INFO O| Aug 29 04:31:48.631 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-08-29T04:31:50.007Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
80702026-08-29T04:31:50.011Z[ recovery-image] Aug 29 04:31:48.642 INFO O| Aug 29 04:31:48.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80712026-08-29T04:31:50.011Z[ recovery-image] Aug 29 04:31:48.642 INFO O| Aug 29 04:31:48.642 INFO STEP 910 (remove_files) COMPLETE
80722026-08-29T04:31:50.011Z[ recovery-image] Aug 29 04:31:48.642 INFO O| Aug 29 04:31:48.642 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-08-29T04:31:50.017Z[ recovery-image] Aug 29 04:31:48.652 INFO O| Aug 29 04:31:48.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80742026-08-29T04:31:50.017Z[ recovery-image] Aug 29 04:31:48.652 INFO O| Aug 29 04:31:48.652 INFO STEP 911 (remove_files) COMPLETE
80752026-08-29T04:31:50.018Z[ recovery-image] Aug 29 04:31:48.652 INFO O| Aug 29 04:31:48.652 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-08-29T04:31:50.027Z[ recovery-image] Aug 29 04:31:48.662 INFO O| Aug 29 04:31:48.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80772026-08-29T04:31:50.027Z[ recovery-image] Aug 29 04:31:48.662 INFO O| Aug 29 04:31:48.662 INFO STEP 912 (remove_files) COMPLETE
80782026-08-29T04:31:50.030Z[ recovery-image] Aug 29 04:31:48.662 INFO O| Aug 29 04:31:48.662 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-08-29T04:31:50.038Z[ recovery-image] Aug 29 04:31:48.672 INFO O| Aug 29 04:31:48.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80802026-08-29T04:31:50.038Z[ recovery-image] Aug 29 04:31:48.672 INFO O| Aug 29 04:31:48.672 INFO STEP 913 (remove_files) COMPLETE
80812026-08-29T04:31:50.038Z[ recovery-image] Aug 29 04:31:48.672 INFO O| Aug 29 04:31:48.672 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-08-29T04:31:50.048Z[ recovery-image] Aug 29 04:31:48.683 INFO O| Aug 29 04:31:48.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80832026-08-29T04:31:50.048Z[ recovery-image] Aug 29 04:31:48.683 INFO O| Aug 29 04:31:48.683 INFO STEP 914 (remove_files) COMPLETE
80842026-08-29T04:31:50.051Z[ recovery-image] Aug 29 04:31:48.683 INFO O| Aug 29 04:31:48.683 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-08-29T04:31:50.057Z[ recovery-image] Aug 29 04:31:48.692 INFO O| Aug 29 04:31:48.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80862026-08-29T04:31:50.058Z[ recovery-image] Aug 29 04:31:48.692 INFO O| Aug 29 04:31:48.692 INFO STEP 915 (remove_files) COMPLETE
80872026-08-29T04:31:50.058Z[ recovery-image] Aug 29 04:31:48.692 INFO O| Aug 29 04:31:48.692 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-08-29T04:31:50.066Z[ recovery-image] Aug 29 04:31:48.701 INFO O| Aug 29 04:31:48.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80892026-08-29T04:31:50.066Z[ recovery-image] Aug 29 04:31:48.701 INFO O| Aug 29 04:31:48.701 INFO STEP 916 (remove_files) COMPLETE
80902026-08-29T04:31:50.066Z[ recovery-image] Aug 29 04:31:48.701 INFO O| Aug 29 04:31:48.701 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-08-29T04:31:50.075Z[ recovery-image] Aug 29 04:31:48.710 INFO O| Aug 29 04:31:48.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80922026-08-29T04:31:50.075Z[ recovery-image] Aug 29 04:31:48.710 INFO O| Aug 29 04:31:48.710 INFO STEP 917 (remove_files) COMPLETE
80932026-08-29T04:31:50.075Z[ recovery-image] Aug 29 04:31:48.710 INFO O| Aug 29 04:31:48.710 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-08-29T04:31:50.084Z[ recovery-image] Aug 29 04:31:48.719 INFO O| Aug 29 04:31:48.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80952026-08-29T04:31:50.084Z[ recovery-image] Aug 29 04:31:48.719 INFO O| Aug 29 04:31:48.719 INFO STEP 918 (remove_files) COMPLETE
80962026-08-29T04:31:50.088Z[ recovery-image] Aug 29 04:31:48.719 INFO O| Aug 29 04:31:48.719 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-08-29T04:31:50.093Z[ recovery-image] Aug 29 04:31:48.728 INFO O| Aug 29 04:31:48.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80982026-08-29T04:31:50.093Z[ recovery-image] Aug 29 04:31:48.728 INFO O| Aug 29 04:31:48.728 INFO STEP 919 (remove_files) COMPLETE
80992026-08-29T04:31:50.096Z[ recovery-image] Aug 29 04:31:48.728 INFO O| Aug 29 04:31:48.728 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-08-29T04:31:50.101Z[ recovery-image] Aug 29 04:31:48.736 INFO O| Aug 29 04:31:48.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
81012026-08-29T04:31:50.104Z[ recovery-image] Aug 29 04:31:48.736 INFO O| Aug 29 04:31:48.736 INFO STEP 920 (remove_files) COMPLETE
81022026-08-29T04:31:50.104Z[ recovery-image] Aug 29 04:31:48.736 INFO O| Aug 29 04:31:48.736 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-08-29T04:31:50.110Z[ recovery-image] Aug 29 04:31:48.744 INFO O| Aug 29 04:31:48.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
81042026-08-29T04:31:50.110Z[ recovery-image] Aug 29 04:31:48.744 INFO O| Aug 29 04:31:48.744 INFO STEP 921 (remove_files) COMPLETE
81052026-08-29T04:31:50.111Z[ recovery-image] Aug 29 04:31:48.744 INFO O| Aug 29 04:31:48.744 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-08-29T04:31:50.116Z[ recovery-image] Aug 29 04:31:48.751 INFO O| Aug 29 04:31:48.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
81072026-08-29T04:31:50.118Z[ recovery-image] Aug 29 04:31:48.751 INFO O| Aug 29 04:31:48.751 INFO STEP 922 (remove_files) COMPLETE
81082026-08-29T04:31:50.118Z[ recovery-image] Aug 29 04:31:48.751 INFO O| Aug 29 04:31:48.751 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-08-29T04:31:50.124Z[ recovery-image] Aug 29 04:31:48.759 INFO O| Aug 29 04:31:48.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
81102026-08-29T04:31:50.124Z[ recovery-image] Aug 29 04:31:48.759 INFO O| Aug 29 04:31:48.759 INFO STEP 923 (remove_files) COMPLETE
81112026-08-29T04:31:50.127Z[ recovery-image] Aug 29 04:31:48.759 INFO O| Aug 29 04:31:48.759 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-08-29T04:31:50.133Z[ recovery-image] Aug 29 04:31:48.767 INFO O| Aug 29 04:31:48.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81132026-08-29T04:31:50.133Z[ recovery-image] Aug 29 04:31:48.767 INFO O| Aug 29 04:31:48.767 INFO STEP 924 (remove_files) COMPLETE
81142026-08-29T04:31:50.133Z[ recovery-image] Aug 29 04:31:48.767 INFO O| Aug 29 04:31:48.767 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-08-29T04:31:50.142Z[ recovery-image] Aug 29 04:31:48.777 INFO O| Aug 29 04:31:48.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81162026-08-29T04:31:50.142Z[ recovery-image] Aug 29 04:31:48.777 INFO O| Aug 29 04:31:48.776 INFO STEP 925 (remove_files) COMPLETE
81172026-08-29T04:31:50.142Z[ recovery-image] Aug 29 04:31:48.777 INFO O| Aug 29 04:31:48.776 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-08-29T04:31:50.151Z[ recovery-image] Aug 29 04:31:48.786 INFO O| Aug 29 04:31:48.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81192026-08-29T04:31:50.153Z[ recovery-image] Aug 29 04:31:48.786 INFO O| Aug 29 04:31:48.786 INFO STEP 926 (remove_files) COMPLETE
81202026-08-29T04:31:50.153Z[ recovery-image] Aug 29 04:31:48.786 INFO O| Aug 29 04:31:48.786 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-08-29T04:31:50.162Z[ recovery-image] Aug 29 04:31:48.796 INFO O| Aug 29 04:31:48.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81222026-08-29T04:31:50.162Z[ recovery-image] Aug 29 04:31:48.797 INFO O| Aug 29 04:31:48.796 INFO STEP 927 (remove_files) COMPLETE
81232026-08-29T04:31:50.162Z[ recovery-image] Aug 29 04:31:48.797 INFO O| Aug 29 04:31:48.797 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-08-29T04:31:50.172Z[ recovery-image] Aug 29 04:31:48.807 INFO O| Aug 29 04:31:48.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81252026-08-29T04:31:50.172Z[ recovery-image] Aug 29 04:31:48.807 INFO O| Aug 29 04:31:48.807 INFO STEP 928 (remove_files) COMPLETE
81262026-08-29T04:31:50.172Z[ recovery-image] Aug 29 04:31:48.807 INFO O| Aug 29 04:31:48.807 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-08-29T04:31:50.183Z[ recovery-image] Aug 29 04:31:48.818 INFO O| Aug 29 04:31:48.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81282026-08-29T04:31:50.183Z[ recovery-image] Aug 29 04:31:48.818 INFO O| Aug 29 04:31:48.818 INFO STEP 929 (remove_files) COMPLETE
81292026-08-29T04:31:50.183Z[ recovery-image] Aug 29 04:31:48.818 INFO O| Aug 29 04:31:48.818 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-08-29T04:31:50.193Z[ recovery-image] Aug 29 04:31:48.828 INFO O| Aug 29 04:31:48.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81312026-08-29T04:31:50.193Z[ recovery-image] Aug 29 04:31:48.828 INFO O| Aug 29 04:31:48.828 INFO STEP 930 (remove_files) COMPLETE
81322026-08-29T04:31:50.193Z[ recovery-image] Aug 29 04:31:48.828 INFO O| Aug 29 04:31:48.828 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-08-29T04:31:50.202Z[ recovery-image] Aug 29 04:31:48.836 INFO O| Aug 29 04:31:48.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81342026-08-29T04:31:50.205Z[ recovery-image] Aug 29 04:31:48.839 INFO O| Aug 29 04:31:48.839 INFO STEP 931 (remove_files) COMPLETE
81352026-08-29T04:31:50.205Z[ recovery-image] Aug 29 04:31:48.839 INFO O| Aug 29 04:31:48.839 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-08-29T04:31:50.232Z[ recovery-image] Aug 29 04:31:48.866 INFO O| Aug 29 04:31:48.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81372026-08-29T04:31:50.240Z[ recovery-image] Aug 29 04:31:48.875 INFO O| Aug 29 04:31:48.875 INFO STEP 932 (remove_files) COMPLETE
81382026-08-29T04:31:50.241Z[ recovery-image] Aug 29 04:31:48.875 INFO O| Aug 29 04:31:48.875 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-08-29T04:31:50.280Z[ recovery-image] Aug 29 04:31:48.914 INFO O| Aug 29 04:31:48.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81402026-08-29T04:31:50.280Z[ recovery-image] Aug 29 04:31:48.914 INFO O| Aug 29 04:31:48.914 INFO STEP 933 (remove_files) COMPLETE
81412026-08-29T04:31:50.283Z[ recovery-image] Aug 29 04:31:48.914 INFO O| Aug 29 04:31:48.914 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-08-29T04:31:50.288Z[ recovery-image] Aug 29 04:31:48.923 INFO O| Aug 29 04:31:48.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81432026-08-29T04:31:50.288Z[ recovery-image] Aug 29 04:31:48.923 INFO O| Aug 29 04:31:48.923 INFO STEP 934 (remove_files) COMPLETE
81442026-08-29T04:31:50.288Z[ recovery-image] Aug 29 04:31:48.923 INFO O| Aug 29 04:31:48.923 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-08-29T04:31:50.297Z[ recovery-image] Aug 29 04:31:48.932 INFO O| Aug 29 04:31:48.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81462026-08-29T04:31:50.297Z[ recovery-image] Aug 29 04:31:48.932 INFO O| Aug 29 04:31:48.932 INFO STEP 935 (remove_files) COMPLETE
81472026-08-29T04:31:50.300Z[ recovery-image] Aug 29 04:31:48.932 INFO O| Aug 29 04:31:48.932 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81482026-08-29T04:31:50.306Z[ recovery-image] Aug 29 04:31:48.941 INFO O| Aug 29 04:31:48.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81492026-08-29T04:31:50.309Z[ recovery-image] Aug 29 04:31:48.941 INFO O| Aug 29 04:31:48.941 INFO STEP 936 (remove_files) COMPLETE
81502026-08-29T04:31:50.309Z[ recovery-image] Aug 29 04:31:48.941 INFO O| Aug 29 04:31:48.941 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81512026-08-29T04:31:50.314Z[ recovery-image] Aug 29 04:31:48.949 INFO O| Aug 29 04:31:48.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81522026-08-29T04:31:50.317Z[ recovery-image] Aug 29 04:31:48.949 INFO O| Aug 29 04:31:48.949 INFO STEP 937 (remove_files) COMPLETE
81532026-08-29T04:31:50.317Z[ recovery-image] Aug 29 04:31:48.949 INFO O| Aug 29 04:31:48.949 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-08-29T04:31:50.323Z[ recovery-image] Aug 29 04:31:48.958 INFO O| Aug 29 04:31:48.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81552026-08-29T04:31:50.323Z[ recovery-image] Aug 29 04:31:48.958 INFO O| Aug 29 04:31:48.958 INFO STEP 938 (remove_files) COMPLETE
81562026-08-29T04:31:50.323Z[ recovery-image] Aug 29 04:31:48.958 INFO O| Aug 29 04:31:48.958 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-08-29T04:31:50.331Z[ recovery-image] Aug 29 04:31:48.966 INFO O| Aug 29 04:31:48.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81582026-08-29T04:31:50.331Z[ recovery-image] Aug 29 04:31:48.966 INFO O| Aug 29 04:31:48.966 INFO STEP 939 (remove_files) COMPLETE
81592026-08-29T04:31:50.331Z[ recovery-image] Aug 29 04:31:48.966 INFO O| Aug 29 04:31:48.966 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-08-29T04:31:50.340Z[ recovery-image] Aug 29 04:31:48.975 INFO O| Aug 29 04:31:48.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81612026-08-29T04:31:50.340Z[ recovery-image] Aug 29 04:31:48.975 INFO O| Aug 29 04:31:48.975 INFO STEP 940 (remove_files) COMPLETE
81622026-08-29T04:31:50.343Z[ recovery-image] Aug 29 04:31:48.975 INFO O| Aug 29 04:31:48.975 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-08-29T04:31:50.350Z[ recovery-image] Aug 29 04:31:48.985 INFO O| Aug 29 04:31:48.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81642026-08-29T04:31:50.350Z[ recovery-image] Aug 29 04:31:48.985 INFO O| Aug 29 04:31:48.983 INFO STEP 941 (remove_files) COMPLETE
81652026-08-29T04:31:50.350Z[ recovery-image] Aug 29 04:31:48.985 INFO O| Aug 29 04:31:48.983 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-08-29T04:31:50.359Z[ recovery-image] Aug 29 04:31:48.994 INFO O| Aug 29 04:31:48.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81672026-08-29T04:31:50.359Z[ recovery-image] Aug 29 04:31:48.994 INFO O| Aug 29 04:31:48.994 INFO STEP 942 (remove_files) COMPLETE
81682026-08-29T04:31:50.363Z[ recovery-image] Aug 29 04:31:48.994 INFO O| Aug 29 04:31:48.994 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81692026-08-29T04:31:50.372Z[ recovery-image] Aug 29 04:31:49.003 INFO O| Aug 29 04:31:49.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81702026-08-29T04:31:50.372Z[ recovery-image] Aug 29 04:31:49.003 INFO O| Aug 29 04:31:49.003 INFO STEP 943 (remove_files) COMPLETE
81712026-08-29T04:31:50.376Z[ recovery-image] Aug 29 04:31:49.003 INFO O| Aug 29 04:31:49.003 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81722026-08-29T04:31:50.376Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
81732026-08-29T04:31:50.380Z[ recovery-image] Aug 29 04:31:49.013 INFO O| Aug 29 04:31:49.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81742026-08-29T04:31:50.380Z[ recovery-image] Aug 29 04:31:49.013 INFO O| Aug 29 04:31:49.013 INFO STEP 944 (remove_files) COMPLETE
81752026-08-29T04:31:50.380Z[ recovery-image] Aug 29 04:31:49.013 INFO O| Aug 29 04:31:49.013 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-08-29T04:31:50.395Z[ recovery-image] Aug 29 04:31:49.030 INFO O| Aug 29 04:31:49.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81772026-08-29T04:31:50.395Z[ recovery-image] Aug 29 04:31:49.030 INFO O| Aug 29 04:31:49.030 INFO STEP 945 (remove_files) COMPLETE
81782026-08-29T04:31:50.395Z[ recovery-image] Aug 29 04:31:49.030 INFO O| Aug 29 04:31:49.030 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-08-29T04:31:50.417Z[ recovery-image] Aug 29 04:31:49.048 INFO O| Aug 29 04:31:49.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81802026-08-29T04:31:50.417Z[ recovery-image] Aug 29 04:31:49.048 INFO O| Aug 29 04:31:49.048 INFO STEP 946 (remove_files) COMPLETE
81812026-08-29T04:31:50.417Z[ recovery-image] Aug 29 04:31:49.048 INFO O| Aug 29 04:31:49.048 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-08-29T04:31:50.420Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
81832026-08-29T04:31:50.423Z[ recovery-image] Aug 29 04:31:49.058 INFO O| Aug 29 04:31:49.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81842026-08-29T04:31:50.424Z[ recovery-image] Aug 29 04:31:49.058 INFO O| Aug 29 04:31:49.058 INFO STEP 947 (remove_files) COMPLETE
81852026-08-29T04:31:50.424Z[ recovery-image] Aug 29 04:31:49.058 INFO O| Aug 29 04:31:49.058 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-08-29T04:31:50.433Z[ recovery-image] Aug 29 04:31:49.067 INFO O| Aug 29 04:31:49.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81872026-08-29T04:31:50.433Z[ recovery-image] Aug 29 04:31:49.067 INFO O| Aug 29 04:31:49.067 INFO STEP 948 (remove_files) COMPLETE
81882026-08-29T04:31:50.433Z[ recovery-image] Aug 29 04:31:49.067 INFO O| Aug 29 04:31:49.067 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-08-29T04:31:50.443Z[ recovery-image] Aug 29 04:31:49.077 INFO O| Aug 29 04:31:49.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81902026-08-29T04:31:50.443Z[ recovery-image] Aug 29 04:31:49.077 INFO O| Aug 29 04:31:49.077 INFO STEP 949 (remove_files) COMPLETE
81912026-08-29T04:31:50.447Z[ recovery-image] Aug 29 04:31:49.077 INFO O| Aug 29 04:31:49.077 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-08-29T04:31:50.453Z[ recovery-image] Aug 29 04:31:49.088 INFO O| Aug 29 04:31:49.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81932026-08-29T04:31:50.454Z[ recovery-image] Aug 29 04:31:49.088 INFO O| Aug 29 04:31:49.088 INFO STEP 950 (remove_files) COMPLETE
81942026-08-29T04:31:50.457Z[ recovery-image] Aug 29 04:31:49.088 INFO O| Aug 29 04:31:49.088 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-08-29T04:31:50.464Z[ recovery-image] Aug 29 04:31:49.098 INFO O| Aug 29 04:31:49.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81962026-08-29T04:31:50.464Z[ recovery-image] Aug 29 04:31:49.098 INFO O| Aug 29 04:31:49.098 INFO STEP 951 (remove_files) COMPLETE
81972026-08-29T04:31:50.464Z[ recovery-image] Aug 29 04:31:49.098 INFO O| Aug 29 04:31:49.098 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-08-29T04:31:50.473Z[ recovery-image] Aug 29 04:31:49.108 INFO O| Aug 29 04:31:49.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81992026-08-29T04:31:50.473Z[ recovery-image] Aug 29 04:31:49.108 INFO O| Aug 29 04:31:49.108 INFO STEP 952 (remove_files) COMPLETE
82002026-08-29T04:31:50.474Z[ recovery-image] Aug 29 04:31:49.108 INFO O| Aug 29 04:31:49.108 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-08-29T04:31:50.482Z[ recovery-image] Aug 29 04:31:49.117 INFO O| Aug 29 04:31:49.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
82022026-08-29T04:31:50.487Z[ recovery-image] Aug 29 04:31:49.117 INFO O| Aug 29 04:31:49.117 INFO STEP 953 (remove_files) COMPLETE
82032026-08-29T04:31:50.487Z[ recovery-image] Aug 29 04:31:49.117 INFO O| Aug 29 04:31:49.117 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-08-29T04:31:50.497Z[ recovery-image] Aug 29 04:31:49.127 INFO O| Aug 29 04:31:49.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
82052026-08-29T04:31:50.497Z[ recovery-image] Aug 29 04:31:49.127 INFO O| Aug 29 04:31:49.127 INFO STEP 954 (remove_files) COMPLETE
82062026-08-29T04:31:50.497Z[ recovery-image] Aug 29 04:31:49.127 INFO O| Aug 29 04:31:49.127 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-08-29T04:31:50.502Z[ recovery-image] Aug 29 04:31:49.137 INFO O| Aug 29 04:31:49.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
82082026-08-29T04:31:50.505Z[ recovery-image] Aug 29 04:31:49.137 INFO O| Aug 29 04:31:49.137 INFO STEP 955 (remove_files) COMPLETE
82092026-08-29T04:31:50.505Z[ recovery-image] Aug 29 04:31:49.137 INFO O| Aug 29 04:31:49.137 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-08-29T04:31:50.516Z[ recovery-image] Aug 29 04:31:49.150 INFO O| Aug 29 04:31:49.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82112026-08-29T04:31:50.516Z[ recovery-image] Aug 29 04:31:49.150 INFO O| Aug 29 04:31:49.147 INFO STEP 956 (remove_files) COMPLETE
82122026-08-29T04:31:50.516Z[ recovery-image] Aug 29 04:31:49.150 INFO O| Aug 29 04:31:49.147 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-08-29T04:31:50.519Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
82142026-08-29T04:31:50.523Z[ recovery-image] Aug 29 04:31:49.156 INFO O| Aug 29 04:31:49.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82152026-08-29T04:31:50.523Z[ recovery-image] Aug 29 04:31:49.156 INFO O| Aug 29 04:31:49.156 INFO STEP 957 (remove_files) COMPLETE
82162026-08-29T04:31:50.523Z[ recovery-image] Aug 29 04:31:49.156 INFO O| Aug 29 04:31:49.156 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82172026-08-29T04:31:50.528Z[ recovery-image] Aug 29 04:31:49.163 INFO O| Aug 29 04:31:49.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82182026-08-29T04:31:50.531Z[ recovery-image] Aug 29 04:31:49.163 INFO O| Aug 29 04:31:49.163 INFO STEP 958 (remove_files) COMPLETE
82192026-08-29T04:31:50.532Z[ recovery-image] Aug 29 04:31:49.163 INFO O| Aug 29 04:31:49.163 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82202026-08-29T04:31:50.536Z[ recovery-image] Aug 29 04:31:49.171 INFO O| Aug 29 04:31:49.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82212026-08-29T04:31:50.536Z[ recovery-image] Aug 29 04:31:49.171 INFO O| Aug 29 04:31:49.171 INFO STEP 959 (remove_files) COMPLETE
82222026-08-29T04:31:50.540Z[ recovery-image] Aug 29 04:31:49.171 INFO O| Aug 29 04:31:49.171 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82232026-08-29T04:31:50.543Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
82242026-08-29T04:31:50.547Z[ recovery-image] Aug 29 04:31:49.182 INFO O| Aug 29 04:31:49.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82252026-08-29T04:31:50.548Z[ recovery-image] Aug 29 04:31:49.182 INFO O| Aug 29 04:31:49.182 INFO STEP 960 (remove_files) COMPLETE
82262026-08-29T04:31:50.548Z[ recovery-image] Aug 29 04:31:49.182 INFO O| Aug 29 04:31:49.182 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-08-29T04:31:50.559Z[ recovery-image] Aug 29 04:31:49.193 INFO O| Aug 29 04:31:49.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82282026-08-29T04:31:50.559Z[ recovery-image] Aug 29 04:31:49.193 INFO O| Aug 29 04:31:49.193 INFO STEP 961 (remove_files) COMPLETE
82292026-08-29T04:31:50.559Z[ recovery-image] Aug 29 04:31:49.193 INFO O| Aug 29 04:31:49.193 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-08-29T04:31:50.568Z[ recovery-image] Aug 29 04:31:49.203 INFO O| Aug 29 04:31:49.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82312026-08-29T04:31:50.568Z[ recovery-image] Aug 29 04:31:49.203 INFO O| Aug 29 04:31:49.203 INFO STEP 962 (remove_files) COMPLETE
82322026-08-29T04:31:50.572Z[ recovery-image] Aug 29 04:31:49.203 INFO O| Aug 29 04:31:49.203 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82332026-08-29T04:31:50.578Z[ recovery-image] Aug 29 04:31:49.213 INFO O| Aug 29 04:31:49.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82342026-08-29T04:31:50.578Z[ recovery-image] Aug 29 04:31:49.213 INFO O| Aug 29 04:31:49.213 INFO STEP 963 (remove_files) COMPLETE
82352026-08-29T04:31:50.578Z[ recovery-image] Aug 29 04:31:49.213 INFO O| Aug 29 04:31:49.213 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82362026-08-29T04:31:50.587Z[ recovery-image] Aug 29 04:31:49.222 INFO O| Aug 29 04:31:49.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82372026-08-29T04:31:50.588Z[ recovery-image] Aug 29 04:31:49.222 INFO O| Aug 29 04:31:49.222 INFO STEP 964 (remove_files) COMPLETE
82382026-08-29T04:31:50.588Z[ recovery-image] Aug 29 04:31:49.222 INFO O| Aug 29 04:31:49.222 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82392026-08-29T04:31:50.596Z[ recovery-image] Aug 29 04:31:49.231 INFO O| Aug 29 04:31:49.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82402026-08-29T04:31:50.596Z[ recovery-image] Aug 29 04:31:49.231 INFO O| Aug 29 04:31:49.231 INFO STEP 965 (remove_files) COMPLETE
82412026-08-29T04:31:50.599Z[ recovery-image] Aug 29 04:31:49.231 INFO O| Aug 29 04:31:49.231 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82422026-08-29T04:31:50.608Z[ recovery-image] Aug 29 04:31:49.240 INFO O| Aug 29 04:31:49.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82432026-08-29T04:31:50.608Z[ recovery-image] Aug 29 04:31:49.240 INFO O| Aug 29 04:31:49.240 INFO STEP 966 (remove_files) COMPLETE
82442026-08-29T04:31:50.608Z[ recovery-image] Aug 29 04:31:49.240 INFO O| Aug 29 04:31:49.240 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82452026-08-29T04:31:50.614Z[ recovery-image] Aug 29 04:31:49.249 INFO O| Aug 29 04:31:49.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82462026-08-29T04:31:50.615Z[ recovery-image] Aug 29 04:31:49.249 INFO O| Aug 29 04:31:49.249 INFO STEP 967 (remove_files) COMPLETE
82472026-08-29T04:31:50.615Z[ recovery-image] Aug 29 04:31:49.249 INFO O| Aug 29 04:31:49.249 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82482026-08-29T04:31:50.624Z[ recovery-image] Aug 29 04:31:49.259 INFO O| Aug 29 04:31:49.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82492026-08-29T04:31:50.624Z[ recovery-image] Aug 29 04:31:49.259 INFO O| Aug 29 04:31:49.259 INFO STEP 968 (remove_files) COMPLETE
82502026-08-29T04:31:50.627Z[ recovery-image] Aug 29 04:31:49.259 INFO O| Aug 29 04:31:49.259 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-08-29T04:31:50.633Z[ recovery-image] Aug 29 04:31:49.268 INFO O| Aug 29 04:31:49.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82522026-08-29T04:31:50.633Z[ recovery-image] Aug 29 04:31:49.268 INFO O| Aug 29 04:31:49.268 INFO STEP 969 (remove_files) COMPLETE
82532026-08-29T04:31:50.636Z[ recovery-image] Aug 29 04:31:49.268 INFO O| Aug 29 04:31:49.268 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-08-29T04:31:50.642Z[ recovery-image] Aug 29 04:31:49.276 INFO O| Aug 29 04:31:49.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82552026-08-29T04:31:50.642Z[ recovery-image] Aug 29 04:31:49.277 INFO O| Aug 29 04:31:49.277 INFO STEP 970 (remove_files) COMPLETE
82562026-08-29T04:31:50.642Z[ recovery-image] Aug 29 04:31:49.277 INFO O| Aug 29 04:31:49.277 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-08-29T04:31:50.652Z[ recovery-image] Aug 29 04:31:49.286 INFO O| Aug 29 04:31:49.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82582026-08-29T04:31:50.652Z[ recovery-image] Aug 29 04:31:49.286 INFO O| Aug 29 04:31:49.286 INFO STEP 971 (remove_files) COMPLETE
82592026-08-29T04:31:50.656Z[ recovery-image] Aug 29 04:31:49.286 INFO O| Aug 29 04:31:49.286 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-08-29T04:31:50.661Z[ recovery-image] Aug 29 04:31:49.296 INFO O| Aug 29 04:31:49.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82612026-08-29T04:31:50.662Z[ recovery-image] Aug 29 04:31:49.296 INFO O| Aug 29 04:31:49.296 INFO STEP 972 (remove_files) COMPLETE
82622026-08-29T04:31:50.662Z[ recovery-image] Aug 29 04:31:49.296 INFO O| Aug 29 04:31:49.296 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-08-29T04:31:50.671Z[ recovery-image] Aug 29 04:31:49.305 INFO O| Aug 29 04:31:49.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82642026-08-29T04:31:50.671Z[ recovery-image] Aug 29 04:31:49.305 INFO O| Aug 29 04:31:49.305 INFO STEP 973 (remove_files) COMPLETE
82652026-08-29T04:31:50.671Z[ recovery-image] Aug 29 04:31:49.305 INFO O| Aug 29 04:31:49.305 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-08-29T04:31:50.688Z[ recovery-image] Aug 29 04:31:49.323 INFO O| Aug 29 04:31:49.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82672026-08-29T04:31:50.688Z[ recovery-image] Aug 29 04:31:49.323 INFO O| Aug 29 04:31:49.323 INFO STEP 974 (remove_files) COMPLETE
82682026-08-29T04:31:50.689Z[ recovery-image] Aug 29 04:31:49.323 INFO O| Aug 29 04:31:49.323 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-08-29T04:31:50.699Z[ recovery-image] Aug 29 04:31:49.333 INFO O| Aug 29 04:31:49.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82702026-08-29T04:31:50.699Z[ recovery-image] Aug 29 04:31:49.333 INFO O| Aug 29 04:31:49.333 INFO STEP 975 (remove_files) COMPLETE
82712026-08-29T04:31:50.699Z[ recovery-image] Aug 29 04:31:49.333 INFO O| Aug 29 04:31:49.333 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-08-29T04:31:50.709Z[ recovery-image] Aug 29 04:31:49.344 INFO O| Aug 29 04:31:49.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82732026-08-29T04:31:50.713Z[ recovery-image] Aug 29 04:31:49.344 INFO O| Aug 29 04:31:49.344 INFO STEP 976 (remove_files) COMPLETE
82742026-08-29T04:31:50.713Z[ recovery-image] Aug 29 04:31:49.344 INFO O| Aug 29 04:31:49.344 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-08-29T04:31:50.719Z[ recovery-image] Aug 29 04:31:49.354 INFO O| Aug 29 04:31:49.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82762026-08-29T04:31:50.722Z[ recovery-image] Aug 29 04:31:49.354 INFO O| Aug 29 04:31:49.354 INFO STEP 977 (remove_files) COMPLETE
82772026-08-29T04:31:50.722Z[ recovery-image] Aug 29 04:31:49.354 INFO O| Aug 29 04:31:49.354 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-08-29T04:31:50.730Z[ recovery-image] Aug 29 04:31:49.365 INFO O| Aug 29 04:31:49.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82792026-08-29T04:31:50.730Z[ recovery-image] Aug 29 04:31:49.365 INFO O| Aug 29 04:31:49.365 INFO STEP 978 (remove_files) COMPLETE
82802026-08-29T04:31:50.733Z[ recovery-image] Aug 29 04:31:49.365 INFO O| Aug 29 04:31:49.365 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-08-29T04:31:50.740Z[ recovery-image] Aug 29 04:31:49.375 INFO O| Aug 29 04:31:49.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82822026-08-29T04:31:50.740Z[ recovery-image] Aug 29 04:31:49.375 INFO O| Aug 29 04:31:49.375 INFO STEP 979 (remove_files) COMPLETE
82832026-08-29T04:31:50.744Z[ recovery-image] Aug 29 04:31:49.375 INFO O| Aug 29 04:31:49.375 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-08-29T04:31:50.750Z[ recovery-image] Aug 29 04:31:49.385 INFO O| Aug 29 04:31:49.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82852026-08-29T04:31:50.750Z[ recovery-image] Aug 29 04:31:49.385 INFO O| Aug 29 04:31:49.385 INFO STEP 980 (remove_files) COMPLETE
82862026-08-29T04:31:50.753Z[ recovery-image] Aug 29 04:31:49.385 INFO O| Aug 29 04:31:49.385 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-08-29T04:31:50.758Z[ recovery-image] Aug 29 04:31:49.393 INFO O| Aug 29 04:31:49.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82882026-08-29T04:31:50.758Z[ recovery-image] Aug 29 04:31:49.393 INFO O| Aug 29 04:31:49.393 INFO STEP 981 (remove_files) COMPLETE
82892026-08-29T04:31:50.758Z[ recovery-image] Aug 29 04:31:49.393 INFO O| Aug 29 04:31:49.393 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-08-29T04:31:50.769Z[ recovery-image] Aug 29 04:31:49.403 INFO O| Aug 29 04:31:49.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82912026-08-29T04:31:50.769Z[ recovery-image] Aug 29 04:31:49.404 INFO O| Aug 29 04:31:49.404 INFO STEP 982 (remove_files) COMPLETE
82922026-08-29T04:31:50.769Z[ recovery-image] Aug 29 04:31:49.404 INFO O| Aug 29 04:31:49.404 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-08-29T04:31:50.778Z[ recovery-image] Aug 29 04:31:49.413 INFO O| Aug 29 04:31:49.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82942026-08-29T04:31:50.779Z[ recovery-image] Aug 29 04:31:49.413 INFO O| Aug 29 04:31:49.413 INFO STEP 983 (remove_files) COMPLETE
82952026-08-29T04:31:50.782Z[ recovery-image] Aug 29 04:31:49.413 INFO O| Aug 29 04:31:49.413 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-08-29T04:31:50.787Z[ recovery-image] Aug 29 04:31:49.422 INFO O| Aug 29 04:31:49.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82972026-08-29T04:31:50.791Z[ recovery-image] Aug 29 04:31:49.422 INFO O| Aug 29 04:31:49.422 INFO STEP 984 (remove_files) COMPLETE
82982026-08-29T04:31:50.791Z[ recovery-image] Aug 29 04:31:49.422 INFO O| Aug 29 04:31:49.422 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-08-29T04:31:50.796Z[ recovery-image] Aug 29 04:31:49.431 INFO O| Aug 29 04:31:49.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
83002026-08-29T04:31:50.796Z[ recovery-image] Aug 29 04:31:49.431 INFO O| Aug 29 04:31:49.431 INFO STEP 985 (remove_files) COMPLETE
83012026-08-29T04:31:50.796Z[ recovery-image] Aug 29 04:31:49.431 INFO O| Aug 29 04:31:49.431 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-08-29T04:31:50.806Z[ recovery-image] Aug 29 04:31:49.440 INFO O| Aug 29 04:31:49.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
83032026-08-29T04:31:50.806Z[ recovery-image] Aug 29 04:31:49.440 INFO O| Aug 29 04:31:49.440 INFO STEP 986 (remove_files) COMPLETE
83042026-08-29T04:31:50.806Z[ recovery-image] Aug 29 04:31:49.440 INFO O| Aug 29 04:31:49.440 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-08-29T04:31:50.813Z[ recovery-image] Aug 29 04:31:49.448 INFO O| Aug 29 04:31:49.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
83062026-08-29T04:31:50.813Z[ recovery-image] Aug 29 04:31:49.448 INFO O| Aug 29 04:31:49.448 INFO STEP 987 (remove_files) COMPLETE
83072026-08-29T04:31:50.813Z[ recovery-image] Aug 29 04:31:49.448 INFO O| Aug 29 04:31:49.448 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-08-29T04:31:50.823Z[ recovery-image] Aug 29 04:31:49.457 INFO O| Aug 29 04:31:49.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
83092026-08-29T04:31:50.823Z[ recovery-image] Aug 29 04:31:49.457 INFO O| Aug 29 04:31:49.457 INFO STEP 988 (remove_files) COMPLETE
83102026-08-29T04:31:50.823Z[ recovery-image] Aug 29 04:31:49.457 INFO O| Aug 29 04:31:49.457 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-08-29T04:31:50.833Z[ recovery-image] Aug 29 04:31:49.468 INFO O| Aug 29 04:31:49.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
83122026-08-29T04:31:50.833Z[ recovery-image] Aug 29 04:31:49.468 INFO O| Aug 29 04:31:49.468 INFO STEP 989 (remove_files) COMPLETE
83132026-08-29T04:31:50.833Z[ recovery-image] Aug 29 04:31:49.468 INFO O| Aug 29 04:31:49.468 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-08-29T04:31:50.858Z[ recovery-image] Aug 29 04:31:49.479 INFO O| Aug 29 04:31:49.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83152026-08-29T04:31:50.858Z[ recovery-image] Aug 29 04:31:49.479 INFO O| Aug 29 04:31:49.479 INFO STEP 990 (remove_files) COMPLETE
83162026-08-29T04:31:50.859Z[ recovery-image] Aug 29 04:31:49.479 INFO O| Aug 29 04:31:49.479 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-08-29T04:31:50.859Z[ recovery-image] Aug 29 04:31:49.489 INFO O| Aug 29 04:31:49.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83182026-08-29T04:31:50.859Z[ recovery-image] Aug 29 04:31:49.489 INFO O| Aug 29 04:31:49.489 INFO STEP 991 (remove_files) COMPLETE
83192026-08-29T04:31:50.859Z[ recovery-image] Aug 29 04:31:49.489 INFO O| Aug 29 04:31:49.489 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-08-29T04:31:50.863Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
83212026-08-29T04:31:50.866Z[ recovery-image] Aug 29 04:31:49.499 INFO O| Aug 29 04:31:49.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83222026-08-29T04:31:50.866Z[ recovery-image] Aug 29 04:31:49.499 INFO O| Aug 29 04:31:49.499 INFO STEP 992 (remove_files) COMPLETE
83232026-08-29T04:31:50.866Z[ recovery-image] Aug 29 04:31:49.499 INFO O| Aug 29 04:31:49.499 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83242026-08-29T04:31:50.874Z[ recovery-image] Aug 29 04:31:49.509 INFO O| Aug 29 04:31:49.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83252026-08-29T04:31:50.874Z[ recovery-image] Aug 29 04:31:49.509 INFO O| Aug 29 04:31:49.509 INFO STEP 993 (remove_files) COMPLETE
83262026-08-29T04:31:50.877Z[ recovery-image] Aug 29 04:31:49.509 INFO O| Aug 29 04:31:49.509 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83272026-08-29T04:31:50.883Z[ recovery-image] Aug 29 04:31:49.518 INFO O| Aug 29 04:31:49.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83282026-08-29T04:31:50.886Z[ recovery-image] Aug 29 04:31:49.518 INFO O| Aug 29 04:31:49.518 INFO STEP 994 (remove_files) COMPLETE
83292026-08-29T04:31:50.886Z[ recovery-image] Aug 29 04:31:49.518 INFO O| Aug 29 04:31:49.518 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83302026-08-29T04:31:50.892Z[ recovery-image] Aug 29 04:31:49.527 INFO O| Aug 29 04:31:49.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83312026-08-29T04:31:50.892Z[ recovery-image] Aug 29 04:31:49.527 INFO O| Aug 29 04:31:49.527 INFO STEP 995 (remove_files) COMPLETE
83322026-08-29T04:31:50.893Z[ recovery-image] Aug 29 04:31:49.527 INFO O| Aug 29 04:31:49.527 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83332026-08-29T04:31:50.903Z[ recovery-image] Aug 29 04:31:49.537 INFO O| Aug 29 04:31:49.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83342026-08-29T04:31:50.903Z[ recovery-image] Aug 29 04:31:49.538 INFO O| Aug 29 04:31:49.537 INFO STEP 996 (remove_files) COMPLETE
83352026-08-29T04:31:50.903Z[ recovery-image] Aug 29 04:31:49.538 INFO O| Aug 29 04:31:49.537 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83362026-08-29T04:31:50.914Z[ recovery-image] Aug 29 04:31:49.548 INFO O| Aug 29 04:31:49.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83372026-08-29T04:31:50.914Z[ recovery-image] Aug 29 04:31:49.548 INFO O| Aug 29 04:31:49.548 INFO STEP 997 (remove_files) COMPLETE
83382026-08-29T04:31:50.914Z[ recovery-image] Aug 29 04:31:49.548 INFO O| Aug 29 04:31:49.548 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83392026-08-29T04:31:50.933Z[ recovery-image] Aug 29 04:31:49.562 INFO O| Aug 29 04:31:49.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83402026-08-29T04:31:50.933Z[ recovery-image] Aug 29 04:31:49.562 INFO O| Aug 29 04:31:49.562 INFO STEP 998 (remove_files) COMPLETE
83412026-08-29T04:31:50.933Z[ recovery-image] Aug 29 04:31:49.562 INFO O| Aug 29 04:31:49.562 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83422026-08-29T04:31:50.937Z[ recovery-image] Aug 29 04:31:49.572 INFO O| Aug 29 04:31:49.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83432026-08-29T04:31:50.937Z[ recovery-image] Aug 29 04:31:49.572 INFO O| Aug 29 04:31:49.572 INFO STEP 999 (remove_files) COMPLETE
83442026-08-29T04:31:50.937Z[ recovery-image] Aug 29 04:31:49.572 INFO O| Aug 29 04:31:49.572 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83452026-08-29T04:31:50.946Z[ recovery-image] Aug 29 04:31:49.581 INFO O| Aug 29 04:31:49.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83462026-08-29T04:31:50.946Z[ recovery-image] Aug 29 04:31:49.581 INFO O| Aug 29 04:31:49.581 INFO STEP 1000 (remove_files) COMPLETE
83472026-08-29T04:31:50.946Z[ recovery-image] Aug 29 04:31:49.581 INFO O| Aug 29 04:31:49.581 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83482026-08-29T04:31:50.954Z[ recovery-image] Aug 29 04:31:49.589 INFO O| Aug 29 04:31:49.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83492026-08-29T04:31:50.954Z[ recovery-image] Aug 29 04:31:49.589 INFO O| Aug 29 04:31:49.589 INFO STEP 1001 (remove_files) COMPLETE
83502026-08-29T04:31:50.955Z[ recovery-image] Aug 29 04:31:49.589 INFO O| Aug 29 04:31:49.589 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83512026-08-29T04:31:50.959Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
83522026-08-29T04:31:50.963Z[ recovery-image] Aug 29 04:31:49.598 INFO O| Aug 29 04:31:49.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83532026-08-29T04:31:50.963Z[ recovery-image] Aug 29 04:31:49.598 INFO O| Aug 29 04:31:49.598 INFO STEP 1002 (remove_files) COMPLETE
83542026-08-29T04:31:50.963Z[ recovery-image] Aug 29 04:31:49.598 INFO O| Aug 29 04:31:49.598 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83552026-08-29T04:31:50.972Z[ recovery-image] Aug 29 04:31:49.606 INFO O| Aug 29 04:31:49.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83562026-08-29T04:31:50.975Z[ recovery-image] Aug 29 04:31:49.607 INFO O| Aug 29 04:31:49.607 INFO STEP 1003 (remove_files) COMPLETE
83572026-08-29T04:31:50.975Z[ recovery-image] Aug 29 04:31:49.607 INFO O| Aug 29 04:31:49.607 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83582026-08-29T04:31:50.984Z[ recovery-image] Aug 29 04:31:49.618 INFO O| Aug 29 04:31:49.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83592026-08-29T04:31:50.984Z[ recovery-image] Aug 29 04:31:49.619 INFO O| Aug 29 04:31:49.619 INFO STEP 1004 (remove_files) COMPLETE
83602026-08-29T04:31:50.987Z[ recovery-image] Aug 29 04:31:49.619 INFO O| Aug 29 04:31:49.619 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83612026-08-29T04:31:50.994Z[ recovery-image] Aug 29 04:31:49.629 INFO O| Aug 29 04:31:49.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83622026-08-29T04:31:50.994Z[ recovery-image] Aug 29 04:31:49.629 INFO O| Aug 29 04:31:49.629 INFO STEP 1005 (remove_files) COMPLETE
83632026-08-29T04:31:50.994Z[ recovery-image] Aug 29 04:31:49.629 INFO O| Aug 29 04:31:49.629 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83642026-08-29T04:31:51.004Z[ recovery-image] Aug 29 04:31:49.639 INFO O| Aug 29 04:31:49.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83652026-08-29T04:31:51.006Z[ recovery-image] Aug 29 04:31:49.639 INFO O| Aug 29 04:31:49.639 INFO STEP 1006 (remove_files) COMPLETE
83662026-08-29T04:31:51.006Z[ recovery-image] Aug 29 04:31:49.639 INFO O| Aug 29 04:31:49.639 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83672026-08-29T04:31:51.015Z[ recovery-image] Aug 29 04:31:49.650 INFO O| Aug 29 04:31:49.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83682026-08-29T04:31:51.015Z[ recovery-image] Aug 29 04:31:49.650 INFO O| Aug 29 04:31:49.650 INFO STEP 1007 (remove_files) COMPLETE
83692026-08-29T04:31:51.015Z[ recovery-image] Aug 29 04:31:49.650 INFO O| Aug 29 04:31:49.650 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83702026-08-29T04:31:51.027Z[ recovery-image] Aug 29 04:31:49.661 INFO O| Aug 29 04:31:49.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83712026-08-29T04:31:51.027Z[ recovery-image] Aug 29 04:31:49.661 INFO O| Aug 29 04:31:49.661 INFO STEP 1008 (remove_files) COMPLETE
83722026-08-29T04:31:51.030Z[ recovery-image] Aug 29 04:31:49.661 INFO O| Aug 29 04:31:49.661 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83732026-08-29T04:31:51.036Z[ recovery-image] Aug 29 04:31:49.671 INFO O| Aug 29 04:31:49.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83742026-08-29T04:31:51.036Z[ recovery-image] Aug 29 04:31:49.671 INFO O| Aug 29 04:31:49.671 INFO STEP 1009 (remove_files) COMPLETE
83752026-08-29T04:31:51.036Z[ recovery-image] Aug 29 04:31:49.671 INFO O| Aug 29 04:31:49.671 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83762026-08-29T04:31:51.047Z[ recovery-image] Aug 29 04:31:49.681 INFO O| Aug 29 04:31:49.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83772026-08-29T04:31:51.047Z[ recovery-image] Aug 29 04:31:49.682 INFO O| Aug 29 04:31:49.681 INFO STEP 1010 (remove_files) COMPLETE
83782026-08-29T04:31:51.047Z[ recovery-image] Aug 29 04:31:49.682 INFO O| Aug 29 04:31:49.681 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83792026-08-29T04:31:51.057Z[ recovery-image] Aug 29 04:31:49.692 INFO O| Aug 29 04:31:49.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83802026-08-29T04:31:51.058Z[ recovery-image] Aug 29 04:31:49.692 INFO O| Aug 29 04:31:49.692 INFO STEP 1011 (remove_files) COMPLETE
83812026-08-29T04:31:51.058Z[ recovery-image] Aug 29 04:31:49.692 INFO O| Aug 29 04:31:49.692 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83822026-08-29T04:31:51.062Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
83832026-08-29T04:31:51.067Z[ recovery-image] Aug 29 04:31:49.702 INFO O| Aug 29 04:31:49.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83842026-08-29T04:31:51.067Z[ recovery-image] Aug 29 04:31:49.702 INFO O| Aug 29 04:31:49.702 INFO STEP 1012 (remove_files) COMPLETE
83852026-08-29T04:31:51.068Z[ recovery-image] Aug 29 04:31:49.702 INFO O| Aug 29 04:31:49.702 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83862026-08-29T04:31:51.077Z[ recovery-image] Aug 29 04:31:49.712 INFO O| Aug 29 04:31:49.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83872026-08-29T04:31:51.078Z[ recovery-image] Aug 29 04:31:49.712 INFO O| Aug 29 04:31:49.712 INFO STEP 1013 (remove_files) COMPLETE
83882026-08-29T04:31:51.081Z[ recovery-image] Aug 29 04:31:49.712 INFO O| Aug 29 04:31:49.712 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-08-29T04:31:51.088Z[ recovery-image] Aug 29 04:31:49.722 INFO O| Aug 29 04:31:49.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83902026-08-29T04:31:51.088Z[ recovery-image] Aug 29 04:31:49.722 INFO O| Aug 29 04:31:49.722 INFO STEP 1014 (remove_files) COMPLETE
83912026-08-29T04:31:51.092Z[ recovery-image] Aug 29 04:31:49.722 INFO O| Aug 29 04:31:49.722 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83922026-08-29T04:31:51.099Z[ recovery-image] Aug 29 04:31:49.732 INFO O| Aug 29 04:31:49.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83932026-08-29T04:31:51.099Z[ recovery-image] Aug 29 04:31:49.732 INFO O| Aug 29 04:31:49.732 INFO STEP 1015 (remove_files) COMPLETE
83942026-08-29T04:31:51.103Z[ recovery-image] Aug 29 04:31:49.732 INFO O| Aug 29 04:31:49.732 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-08-29T04:31:51.107Z[ recovery-image] Aug 29 04:31:49.742 INFO O| Aug 29 04:31:49.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83962026-08-29T04:31:51.107Z[ recovery-image] Aug 29 04:31:49.742 INFO O| Aug 29 04:31:49.742 INFO STEP 1016 (remove_files) COMPLETE
83972026-08-29T04:31:51.110Z[ recovery-image] Aug 29 04:31:49.742 INFO O| Aug 29 04:31:49.742 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-08-29T04:31:51.119Z[ recovery-image] Aug 29 04:31:49.752 INFO O| Aug 29 04:31:49.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83992026-08-29T04:31:51.119Z[ recovery-image] Aug 29 04:31:49.752 INFO O| Aug 29 04:31:49.752 INFO STEP 1017 (remove_files) COMPLETE
84002026-08-29T04:31:51.120Z[ recovery-image] Aug 29 04:31:49.752 INFO O| Aug 29 04:31:49.752 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-08-29T04:31:51.123Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
84022026-08-29T04:31:51.127Z[ recovery-image] Aug 29 04:31:49.760 INFO O| Aug 29 04:31:49.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
84032026-08-29T04:31:51.127Z[ recovery-image] Aug 29 04:31:49.760 INFO O| Aug 29 04:31:49.760 INFO STEP 1018 (remove_files) COMPLETE
84042026-08-29T04:31:51.127Z[ recovery-image] Aug 29 04:31:49.760 INFO O| Aug 29 04:31:49.760 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-08-29T04:31:51.135Z[ recovery-image] Aug 29 04:31:49.770 INFO O| Aug 29 04:31:49.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
84062026-08-29T04:31:51.135Z[ recovery-image] Aug 29 04:31:49.770 INFO O| Aug 29 04:31:49.770 INFO STEP 1019 (remove_files) COMPLETE
84072026-08-29T04:31:51.135Z[ recovery-image] Aug 29 04:31:49.770 INFO O| Aug 29 04:31:49.770 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-08-29T04:31:51.144Z[ recovery-image] Aug 29 04:31:49.778 INFO O| Aug 29 04:31:49.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
84092026-08-29T04:31:51.145Z[ recovery-image] Aug 29 04:31:49.778 INFO O| Aug 29 04:31:49.778 INFO STEP 1020 (remove_files) COMPLETE
84102026-08-29T04:31:51.145Z[ recovery-image] Aug 29 04:31:49.778 INFO O| Aug 29 04:31:49.778 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-08-29T04:31:51.152Z[ recovery-image] Aug 29 04:31:49.787 INFO O| Aug 29 04:31:49.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
84122026-08-29T04:31:51.153Z[ recovery-image] Aug 29 04:31:49.787 INFO O| Aug 29 04:31:49.787 INFO STEP 1021 (remove_files) COMPLETE
84132026-08-29T04:31:51.153Z[ recovery-image] Aug 29 04:31:49.787 INFO O| Aug 29 04:31:49.787 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-08-29T04:31:51.162Z[ recovery-image] Aug 29 04:31:49.796 INFO O| Aug 29 04:31:49.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
84152026-08-29T04:31:51.162Z[ recovery-image] Aug 29 04:31:49.796 INFO O| Aug 29 04:31:49.796 INFO STEP 1022 (remove_files) COMPLETE
84162026-08-29T04:31:51.162Z[ recovery-image] Aug 29 04:31:49.796 INFO O| Aug 29 04:31:49.796 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84172026-08-29T04:31:51.165Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
84182026-08-29T04:31:51.172Z[ recovery-image] Aug 29 04:31:49.807 INFO O| Aug 29 04:31:49.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84192026-08-29T04:31:51.172Z[ recovery-image] Aug 29 04:31:49.807 INFO O| Aug 29 04:31:49.807 INFO STEP 1023 (remove_files) COMPLETE
84202026-08-29T04:31:51.172Z[ recovery-image] Aug 29 04:31:49.807 INFO O| Aug 29 04:31:49.807 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-08-29T04:31:51.181Z[ recovery-image] Aug 29 04:31:49.816 INFO O| Aug 29 04:31:49.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84222026-08-29T04:31:51.181Z[ recovery-image] Aug 29 04:31:49.816 INFO O| Aug 29 04:31:49.816 INFO STEP 1024 (remove_files) COMPLETE
84232026-08-29T04:31:51.185Z[ recovery-image] Aug 29 04:31:49.816 INFO O| Aug 29 04:31:49.816 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-08-29T04:31:51.193Z[ recovery-image] Aug 29 04:31:49.826 INFO O| Aug 29 04:31:49.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84252026-08-29T04:31:51.193Z[ recovery-image] Aug 29 04:31:49.826 INFO O| Aug 29 04:31:49.826 INFO STEP 1025 (remove_files) COMPLETE
84262026-08-29T04:31:51.197Z[ recovery-image] Aug 29 04:31:49.826 INFO O| Aug 29 04:31:49.826 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84272026-08-29T04:31:51.201Z[ recovery-image] Aug 29 04:31:49.836 INFO O| Aug 29 04:31:49.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84282026-08-29T04:31:51.201Z[ recovery-image] Aug 29 04:31:49.836 INFO O| Aug 29 04:31:49.836 INFO STEP 1026 (remove_files) COMPLETE
84292026-08-29T04:31:51.201Z[ recovery-image] Aug 29 04:31:49.836 INFO O| Aug 29 04:31:49.836 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-08-29T04:31:51.211Z[ recovery-image] Aug 29 04:31:49.845 INFO O| Aug 29 04:31:49.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84312026-08-29T04:31:51.211Z[ recovery-image] Aug 29 04:31:49.845 INFO O| Aug 29 04:31:49.845 INFO STEP 1027 (remove_files) COMPLETE
84322026-08-29T04:31:51.211Z[ recovery-image] Aug 29 04:31:49.845 INFO O| Aug 29 04:31:49.845 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84332026-08-29T04:31:51.229Z[ recovery-image] Aug 29 04:31:49.855 INFO O| Aug 29 04:31:49.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84342026-08-29T04:31:51.229Z[ recovery-image] Aug 29 04:31:49.855 INFO O| Aug 29 04:31:49.855 INFO STEP 1028 (remove_files) COMPLETE
84352026-08-29T04:31:51.229Z[ recovery-image] Aug 29 04:31:49.855 INFO O| Aug 29 04:31:49.855 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84362026-08-29T04:31:51.234Z[ recovery-image] Aug 29 04:31:49.865 INFO O| Aug 29 04:31:49.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84372026-08-29T04:31:51.234Z[ recovery-image] Aug 29 04:31:49.865 INFO O| Aug 29 04:31:49.865 INFO STEP 1029 (remove_files) COMPLETE
84382026-08-29T04:31:51.235Z[ recovery-image] Aug 29 04:31:49.865 INFO O| Aug 29 04:31:49.865 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84392026-08-29T04:31:51.240Z[ recovery-image] Aug 29 04:31:49.875 INFO O| Aug 29 04:31:49.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84402026-08-29T04:31:51.240Z[ recovery-image] Aug 29 04:31:49.875 INFO O| Aug 29 04:31:49.875 INFO STEP 1030 (remove_files) COMPLETE
84412026-08-29T04:31:51.244Z[ recovery-image] Aug 29 04:31:49.875 INFO O| Aug 29 04:31:49.875 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84422026-08-29T04:31:51.250Z[ recovery-image] Aug 29 04:31:49.885 INFO O| Aug 29 04:31:49.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84432026-08-29T04:31:51.253Z[ recovery-image] Aug 29 04:31:49.885 INFO O| Aug 29 04:31:49.885 INFO STEP 1031 (remove_files) COMPLETE
84442026-08-29T04:31:51.253Z[ recovery-image] Aug 29 04:31:49.885 INFO O| Aug 29 04:31:49.885 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84452026-08-29T04:31:51.259Z[ recovery-image] Aug 29 04:31:49.894 INFO O| Aug 29 04:31:49.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84462026-08-29T04:31:51.260Z[ recovery-image] Aug 29 04:31:49.894 INFO O| Aug 29 04:31:49.894 INFO STEP 1032 (remove_files) COMPLETE
84472026-08-29T04:31:51.263Z[ recovery-image] Aug 29 04:31:49.894 INFO O| Aug 29 04:31:49.894 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84482026-08-29T04:31:51.272Z[ recovery-image] Aug 29 04:31:49.907 INFO O| Aug 29 04:31:49.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84492026-08-29T04:31:51.272Z[ recovery-image] Aug 29 04:31:49.907 INFO O| Aug 29 04:31:49.906 INFO STEP 1033 (remove_files) COMPLETE
84502026-08-29T04:31:51.272Z[ recovery-image] Aug 29 04:31:49.907 INFO O| Aug 29 04:31:49.906 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84512026-08-29T04:31:51.281Z[ recovery-image] Aug 29 04:31:49.916 INFO O| Aug 29 04:31:49.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84522026-08-29T04:31:51.281Z[ recovery-image] Aug 29 04:31:49.916 INFO O| Aug 29 04:31:49.916 INFO STEP 1034 (remove_files) COMPLETE
84532026-08-29T04:31:51.281Z[ recovery-image] Aug 29 04:31:49.916 INFO O| Aug 29 04:31:49.916 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84542026-08-29T04:31:51.290Z[ recovery-image] Aug 29 04:31:49.925 INFO O| Aug 29 04:31:49.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84552026-08-29T04:31:51.290Z[ recovery-image] Aug 29 04:31:49.925 INFO O| Aug 29 04:31:49.925 INFO STEP 1035 (remove_files) COMPLETE
84562026-08-29T04:31:51.291Z[ recovery-image] Aug 29 04:31:49.925 INFO O| Aug 29 04:31:49.925 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-08-29T04:31:51.298Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
84582026-08-29T04:31:51.302Z[ recovery-image] Aug 29 04:31:49.935 INFO O| Aug 29 04:31:49.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84592026-08-29T04:31:51.302Z[ recovery-image] Aug 29 04:31:49.935 INFO O| Aug 29 04:31:49.935 INFO STEP 1036 (remove_files) COMPLETE
84602026-08-29T04:31:51.302Z[ recovery-image] Aug 29 04:31:49.935 INFO O| Aug 29 04:31:49.935 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-08-29T04:31:51.310Z[ recovery-image] Aug 29 04:31:49.944 INFO O| Aug 29 04:31:49.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84622026-08-29T04:31:51.310Z[ recovery-image] Aug 29 04:31:49.945 INFO O| Aug 29 04:31:49.945 INFO STEP 1037 (remove_files) COMPLETE
84632026-08-29T04:31:51.313Z[ recovery-image] Aug 29 04:31:49.945 INFO O| Aug 29 04:31:49.945 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-08-29T04:31:51.321Z[ recovery-image] Aug 29 04:31:49.954 INFO O| Aug 29 04:31:49.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84652026-08-29T04:31:51.321Z[ recovery-image] Aug 29 04:31:49.954 INFO O| Aug 29 04:31:49.954 INFO STEP 1038 (remove_files) COMPLETE
84662026-08-29T04:31:51.321Z[ recovery-image] Aug 29 04:31:49.954 INFO O| Aug 29 04:31:49.954 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-08-29T04:31:51.331Z[ recovery-image] Aug 29 04:31:49.965 INFO O| Aug 29 04:31:49.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84682026-08-29T04:31:51.331Z[ recovery-image] Aug 29 04:31:49.965 INFO O| Aug 29 04:31:49.965 INFO STEP 1039 (remove_files) COMPLETE
84692026-08-29T04:31:51.337Z[ recovery-image] Aug 29 04:31:49.965 INFO O| Aug 29 04:31:49.965 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-08-29T04:31:51.340Z[ recovery-image] Aug 29 04:31:49.975 INFO O| Aug 29 04:31:49.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84712026-08-29T04:31:51.340Z[ recovery-image] Aug 29 04:31:49.975 INFO O| Aug 29 04:31:49.975 INFO STEP 1040 (remove_files) COMPLETE
84722026-08-29T04:31:51.344Z[ recovery-image] Aug 29 04:31:49.975 INFO O| Aug 29 04:31:49.975 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-08-29T04:31:51.354Z[ recovery-image] Aug 29 04:31:49.986 INFO O| Aug 29 04:31:49.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84742026-08-29T04:31:51.354Z[ recovery-image] Aug 29 04:31:49.986 INFO O| Aug 29 04:31:49.986 INFO STEP 1041 (remove_files) COMPLETE
84752026-08-29T04:31:51.354Z[ recovery-image] Aug 29 04:31:49.986 INFO O| Aug 29 04:31:49.986 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84762026-08-29T04:31:51.361Z[ recovery-image] Aug 29 04:31:49.996 INFO O| Aug 29 04:31:49.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84772026-08-29T04:31:51.367Z[ recovery-image] Aug 29 04:31:49.998 INFO O| Aug 29 04:31:49.998 INFO STEP 1042 (remove_files) COMPLETE
84782026-08-29T04:31:51.367Z[ recovery-image] Aug 29 04:31:49.998 INFO O| Aug 29 04:31:49.998 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84792026-08-29T04:31:51.381Z[ recovery-image] Aug 29 04:31:50.010 INFO O| Aug 29 04:31:50.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84802026-08-29T04:31:51.381Z[ recovery-image] Aug 29 04:31:50.010 INFO O| Aug 29 04:31:50.010 INFO STEP 1043 (remove_files) COMPLETE
84812026-08-29T04:31:51.381Z[ recovery-image] Aug 29 04:31:50.010 INFO O| Aug 29 04:31:50.010 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-08-29T04:31:51.386Z[ recovery-image] Aug 29 04:31:50.019 INFO O| Aug 29 04:31:50.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84832026-08-29T04:31:51.386Z[ recovery-image] Aug 29 04:31:50.019 INFO O| Aug 29 04:31:50.019 INFO STEP 1044 (remove_files) COMPLETE
84842026-08-29T04:31:51.386Z[ recovery-image] Aug 29 04:31:50.019 INFO O| Aug 29 04:31:50.019 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-08-29T04:31:51.413Z[ recovery-image] Aug 29 04:31:50.048 INFO O| Aug 29 04:31:50.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84862026-08-29T04:31:51.413Z[ recovery-image] Aug 29 04:31:50.048 INFO O| Aug 29 04:31:50.048 INFO STEP 1045 (remove_files) COMPLETE
84872026-08-29T04:31:51.422Z[ recovery-image] Aug 29 04:31:50.048 INFO O| Aug 29 04:31:50.048 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-08-29T04:31:51.425Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
84892026-08-29T04:31:51.438Z[ recovery-image] Aug 29 04:31:50.060 INFO O| Aug 29 04:31:50.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84902026-08-29T04:31:51.438Z[ recovery-image] Aug 29 04:31:50.060 INFO O| Aug 29 04:31:50.060 INFO STEP 1046 (remove_files) COMPLETE
84912026-08-29T04:31:51.438Z[ recovery-image] Aug 29 04:31:50.060 INFO O| Aug 29 04:31:50.060 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84922026-08-29T04:31:51.441Z[ recovery-image] Aug 29 04:31:50.070 INFO O| Aug 29 04:31:50.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84932026-08-29T04:31:51.441Z[ recovery-image] Aug 29 04:31:50.071 INFO O| Aug 29 04:31:50.070 INFO STEP 1047 (remove_files) COMPLETE
84942026-08-29T04:31:51.441Z[ recovery-image] Aug 29 04:31:50.071 INFO O| Aug 29 04:31:50.070 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84952026-08-29T04:31:51.446Z[ recovery-image] Aug 29 04:31:50.081 INFO O| Aug 29 04:31:50.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84962026-08-29T04:31:51.446Z[ recovery-image] Aug 29 04:31:50.081 INFO O| Aug 29 04:31:50.081 INFO STEP 1048 (remove_files) COMPLETE
84972026-08-29T04:31:51.449Z[ recovery-image] Aug 29 04:31:50.081 INFO O| Aug 29 04:31:50.081 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84982026-08-29T04:31:51.456Z[ recovery-image] Aug 29 04:31:50.090 INFO O| Aug 29 04:31:50.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84992026-08-29T04:31:51.456Z[ recovery-image] Aug 29 04:31:50.090 INFO O| Aug 29 04:31:50.090 INFO STEP 1049 (remove_files) COMPLETE
85002026-08-29T04:31:51.459Z[ recovery-image] Aug 29 04:31:50.090 INFO O| Aug 29 04:31:50.090 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85012026-08-29T04:31:51.464Z[ recovery-image] Aug 29 04:31:50.098 INFO O| Aug 29 04:31:50.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
85022026-08-29T04:31:51.464Z[ recovery-image] Aug 29 04:31:50.098 INFO O| Aug 29 04:31:50.098 INFO STEP 1050 (remove_files) COMPLETE
85032026-08-29T04:31:51.464Z[ recovery-image] Aug 29 04:31:50.098 INFO O| Aug 29 04:31:50.098 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85042026-08-29T04:31:51.468Z[verify-libraries] Compiling drift v0.2.0
85052026-08-29T04:31:51.473Z[ recovery-image] Aug 29 04:31:50.108 INFO O| Aug 29 04:31:50.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
85062026-08-29T04:31:51.474Z[ recovery-image] Aug 29 04:31:50.108 INFO O| Aug 29 04:31:50.108 INFO STEP 1051 (remove_files) COMPLETE
85072026-08-29T04:31:51.474Z[ recovery-image] Aug 29 04:31:50.108 INFO O| Aug 29 04:31:50.108 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-08-29T04:31:51.481Z[ recovery-image] Aug 29 04:31:50.116 INFO O| Aug 29 04:31:50.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
85092026-08-29T04:31:51.481Z[ recovery-image] Aug 29 04:31:50.116 INFO O| Aug 29 04:31:50.116 INFO STEP 1052 (remove_files) COMPLETE
85102026-08-29T04:31:51.484Z[ recovery-image] Aug 29 04:31:50.116 INFO O| Aug 29 04:31:50.116 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-08-29T04:31:51.489Z[ recovery-image] Aug 29 04:31:50.124 INFO O| Aug 29 04:31:50.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
85122026-08-29T04:31:51.489Z[ recovery-image] Aug 29 04:31:50.124 INFO O| Aug 29 04:31:50.124 INFO STEP 1053 (remove_files) COMPLETE
85132026-08-29T04:31:51.489Z[ recovery-image] Aug 29 04:31:50.124 INFO O| Aug 29 04:31:50.124 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-08-29T04:31:51.497Z[ recovery-image] Aug 29 04:31:50.132 INFO O| Aug 29 04:31:50.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
85152026-08-29T04:31:51.497Z[ recovery-image] Aug 29 04:31:50.132 INFO O| Aug 29 04:31:50.132 INFO STEP 1054 (remove_files) COMPLETE
85162026-08-29T04:31:51.497Z[ recovery-image] Aug 29 04:31:50.132 INFO O| Aug 29 04:31:50.132 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-08-29T04:31:51.500Z[verify-libraries] Compiling uzers v0.12.2
85182026-08-29T04:31:51.505Z[ recovery-image] Aug 29 04:31:50.140 INFO O| Aug 29 04:31:50.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
85192026-08-29T04:31:51.505Z[ recovery-image] Aug 29 04:31:50.140 INFO O| Aug 29 04:31:50.140 INFO STEP 1055 (remove_files) COMPLETE
85202026-08-29T04:31:51.505Z[ recovery-image] Aug 29 04:31:50.140 INFO O| Aug 29 04:31:50.140 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85212026-08-29T04:31:51.515Z[ recovery-image] Aug 29 04:31:50.149 INFO O| Aug 29 04:31:50.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85222026-08-29T04:31:51.515Z[ recovery-image] Aug 29 04:31:50.149 INFO O| Aug 29 04:31:50.149 INFO STEP 1056 (remove_files) COMPLETE
85232026-08-29T04:31:51.515Z[ recovery-image] Aug 29 04:31:50.149 INFO O| Aug 29 04:31:50.149 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85242026-08-29T04:31:51.523Z[ recovery-image] Aug 29 04:31:50.158 INFO O| Aug 29 04:31:50.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85252026-08-29T04:31:51.523Z[ recovery-image] Aug 29 04:31:50.158 INFO O| Aug 29 04:31:50.158 INFO STEP 1057 (remove_files) COMPLETE
85262026-08-29T04:31:51.523Z[ recovery-image] Aug 29 04:31:50.158 INFO O| Aug 29 04:31:50.158 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85272026-08-29T04:31:51.534Z[ recovery-image] Aug 29 04:31:50.169 INFO O| Aug 29 04:31:50.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85282026-08-29T04:31:51.537Z[ recovery-image] Aug 29 04:31:50.170 INFO O| Aug 29 04:31:50.170 INFO STEP 1058 (remove_files) COMPLETE
85292026-08-29T04:31:51.537Z[ recovery-image] Aug 29 04:31:50.170 INFO O| Aug 29 04:31:50.170 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85302026-08-29T04:31:51.546Z[ recovery-image] Aug 29 04:31:50.181 INFO O| Aug 29 04:31:50.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85312026-08-29T04:31:51.546Z[ recovery-image] Aug 29 04:31:50.181 INFO O| Aug 29 04:31:50.181 INFO STEP 1059 (remove_files) COMPLETE
85322026-08-29T04:31:51.548Z[ recovery-image] Aug 29 04:31:50.181 INFO O| Aug 29 04:31:50.181 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85332026-08-29T04:31:51.556Z[ recovery-image] Aug 29 04:31:50.191 INFO O| Aug 29 04:31:50.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85342026-08-29T04:31:51.559Z[ recovery-image] Aug 29 04:31:50.191 INFO O| Aug 29 04:31:50.191 INFO STEP 1060 (remove_files) COMPLETE
85352026-08-29T04:31:51.559Z[ recovery-image] Aug 29 04:31:50.191 INFO O| Aug 29 04:31:50.191 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85362026-08-29T04:31:51.567Z[ recovery-image] Aug 29 04:31:50.202 INFO O| Aug 29 04:31:50.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85372026-08-29T04:31:51.567Z[ recovery-image] Aug 29 04:31:50.202 INFO O| Aug 29 04:31:50.202 INFO STEP 1061 (remove_files) COMPLETE
85382026-08-29T04:31:51.568Z[ recovery-image] Aug 29 04:31:50.202 INFO O| Aug 29 04:31:50.202 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85392026-08-29T04:31:51.576Z[verify-libraries] Compiling parse-size v1.1.0
85402026-08-29T04:31:51.579Z[ recovery-image] Aug 29 04:31:50.212 INFO O| Aug 29 04:31:50.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85412026-08-29T04:31:51.581Z[ recovery-image] Aug 29 04:31:50.212 INFO O| Aug 29 04:31:50.212 INFO STEP 1062 (remove_files) COMPLETE
85422026-08-29T04:31:51.582Z[ recovery-image] Aug 29 04:31:50.212 INFO O| Aug 29 04:31:50.212 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85432026-08-29T04:31:51.586Z[ recovery-image] Aug 29 04:31:50.221 INFO O| Aug 29 04:31:50.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85442026-08-29T04:31:51.586Z[ recovery-image] Aug 29 04:31:50.221 INFO O| Aug 29 04:31:50.221 INFO STEP 1063 (remove_files) COMPLETE
85452026-08-29T04:31:51.586Z[ recovery-image] Aug 29 04:31:50.221 INFO O| Aug 29 04:31:50.221 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85462026-08-29T04:31:51.595Z[ recovery-image] Aug 29 04:31:50.230 INFO O| Aug 29 04:31:50.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85472026-08-29T04:31:51.595Z[ recovery-image] Aug 29 04:31:50.230 INFO O| Aug 29 04:31:50.230 INFO STEP 1064 (remove_files) COMPLETE
85482026-08-29T04:31:51.595Z[ recovery-image] Aug 29 04:31:50.230 INFO O| Aug 29 04:31:50.230 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85492026-08-29T04:31:51.604Z[ recovery-image] Aug 29 04:31:50.239 INFO O| Aug 29 04:31:50.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85502026-08-29T04:31:51.604Z[ recovery-image] Aug 29 04:31:50.239 INFO O| Aug 29 04:31:50.238 INFO STEP 1065 (remove_files) COMPLETE
85512026-08-29T04:31:51.607Z[ recovery-image] Aug 29 04:31:50.239 INFO O| Aug 29 04:31:50.238 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85522026-08-29T04:31:51.615Z[ recovery-image] Aug 29 04:31:50.249 INFO O| Aug 29 04:31:50.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85532026-08-29T04:31:51.615Z[ recovery-image] Aug 29 04:31:50.249 INFO O| Aug 29 04:31:50.249 INFO STEP 1066 (remove_files) COMPLETE
85542026-08-29T04:31:51.618Z[ recovery-image] Aug 29 04:31:50.249 INFO O| Aug 29 04:31:50.249 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85552026-08-29T04:31:51.625Z[ recovery-image] Aug 29 04:31:50.259 INFO O| Aug 29 04:31:50.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85562026-08-29T04:31:51.626Z[ recovery-image] Aug 29 04:31:50.259 INFO O| Aug 29 04:31:50.259 INFO STEP 1067 (remove_files) COMPLETE
85572026-08-29T04:31:51.626Z[ recovery-image] Aug 29 04:31:50.259 INFO O| Aug 29 04:31:50.259 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85582026-08-29T04:31:51.633Z[ recovery-image] Aug 29 04:31:50.268 INFO O| Aug 29 04:31:50.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85592026-08-29T04:31:51.633Z[ recovery-image] Aug 29 04:31:50.268 INFO O| Aug 29 04:31:50.268 INFO STEP 1068 (remove_files) COMPLETE
85602026-08-29T04:31:51.636Z[ recovery-image] Aug 29 04:31:50.268 INFO O| Aug 29 04:31:50.268 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85612026-08-29T04:31:51.642Z[ recovery-image] Aug 29 04:31:50.277 INFO O| Aug 29 04:31:50.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85622026-08-29T04:31:51.642Z[ recovery-image] Aug 29 04:31:50.277 INFO O| Aug 29 04:31:50.277 INFO STEP 1069 (remove_files) COMPLETE
85632026-08-29T04:31:51.645Z[ recovery-image] Aug 29 04:31:50.277 INFO O| Aug 29 04:31:50.277 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85642026-08-29T04:31:51.651Z[ recovery-image] Aug 29 04:31:50.286 INFO O| Aug 29 04:31:50.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85652026-08-29T04:31:51.651Z[ recovery-image] Aug 29 04:31:50.286 INFO O| Aug 29 04:31:50.286 INFO STEP 1070 (remove_files) COMPLETE
85662026-08-29T04:31:51.651Z[ recovery-image] Aug 29 04:31:50.286 INFO O| Aug 29 04:31:50.286 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85672026-08-29T04:31:51.660Z[ recovery-image] Aug 29 04:31:50.295 INFO O| Aug 29 04:31:50.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85682026-08-29T04:31:51.660Z[ recovery-image] Aug 29 04:31:50.295 INFO O| Aug 29 04:31:50.295 INFO STEP 1071 (remove_files) COMPLETE
85692026-08-29T04:31:51.663Z[ recovery-image] Aug 29 04:31:50.295 INFO O| Aug 29 04:31:50.295 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85702026-08-29T04:31:51.669Z[ recovery-image] Aug 29 04:31:50.304 INFO O| Aug 29 04:31:50.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85712026-08-29T04:31:51.669Z[ recovery-image] Aug 29 04:31:50.304 INFO O| Aug 29 04:31:50.304 INFO STEP 1072 (remove_files) COMPLETE
85722026-08-29T04:31:51.673Z[ recovery-image] Aug 29 04:31:50.304 INFO O| Aug 29 04:31:50.304 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85732026-08-29T04:31:51.679Z[ recovery-image] Aug 29 04:31:50.314 INFO O| Aug 29 04:31:50.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85742026-08-29T04:31:51.679Z[ recovery-image] Aug 29 04:31:50.314 INFO O| Aug 29 04:31:50.314 INFO STEP 1073 (remove_files) COMPLETE
85752026-08-29T04:31:51.682Z[ recovery-image] Aug 29 04:31:50.314 INFO O| Aug 29 04:31:50.314 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85762026-08-29T04:31:51.691Z[ recovery-image] Aug 29 04:31:50.325 INFO O| Aug 29 04:31:50.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85772026-08-29T04:31:51.691Z[ recovery-image] Aug 29 04:31:50.326 INFO O| Aug 29 04:31:50.326 INFO STEP 1074 (remove_files) COMPLETE
85782026-08-29T04:31:51.691Z[ recovery-image] Aug 29 04:31:50.326 INFO O| Aug 29 04:31:50.326 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85792026-08-29T04:31:51.701Z[ recovery-image] Aug 29 04:31:50.336 INFO O| Aug 29 04:31:50.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85802026-08-29T04:31:51.701Z[ recovery-image] Aug 29 04:31:50.336 INFO O| Aug 29 04:31:50.336 INFO STEP 1075 (remove_files) COMPLETE
85812026-08-29T04:31:51.701Z[ recovery-image] Aug 29 04:31:50.336 INFO O| Aug 29 04:31:50.336 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85822026-08-29T04:31:51.712Z[ recovery-image] Aug 29 04:31:50.346 INFO O| Aug 29 04:31:50.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85832026-08-29T04:31:51.714Z[ recovery-image] Aug 29 04:31:50.346 INFO O| Aug 29 04:31:50.346 INFO STEP 1076 (remove_files) COMPLETE
85842026-08-29T04:31:51.715Z[ recovery-image] Aug 29 04:31:50.346 INFO O| Aug 29 04:31:50.346 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85852026-08-29T04:31:51.722Z[ recovery-image] Aug 29 04:31:50.357 INFO O| Aug 29 04:31:50.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85862026-08-29T04:31:51.722Z[ recovery-image] Aug 29 04:31:50.357 INFO O| Aug 29 04:31:50.357 INFO STEP 1077 (remove_files) COMPLETE
85872026-08-29T04:31:51.722Z[ recovery-image] Aug 29 04:31:50.357 INFO O| Aug 29 04:31:50.357 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85882026-08-29T04:31:51.732Z[ recovery-image] Aug 29 04:31:50.367 INFO O| Aug 29 04:31:50.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85892026-08-29T04:31:51.732Z[ recovery-image] Aug 29 04:31:50.367 INFO O| Aug 29 04:31:50.367 INFO STEP 1078 (remove_files) COMPLETE
85902026-08-29T04:31:51.735Z[ recovery-image] Aug 29 04:31:50.367 INFO O| Aug 29 04:31:50.367 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85912026-08-29T04:31:51.750Z[ recovery-image] Aug 29 04:31:50.385 INFO O| Aug 29 04:31:50.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85922026-08-29T04:31:51.750Z[ recovery-image] Aug 29 04:31:50.385 INFO O| Aug 29 04:31:50.385 INFO STEP 1079 (remove_files) COMPLETE
85932026-08-29T04:31:51.750Z[ recovery-image] Aug 29 04:31:50.385 INFO O| Aug 29 04:31:50.385 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85942026-08-29T04:31:51.761Z[ recovery-image] Aug 29 04:31:50.396 INFO O| Aug 29 04:31:50.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85952026-08-29T04:31:51.761Z[ recovery-image] Aug 29 04:31:50.396 INFO O| Aug 29 04:31:50.396 INFO STEP 1080 (remove_files) COMPLETE
85962026-08-29T04:31:51.761Z[ recovery-image] Aug 29 04:31:50.396 INFO O| Aug 29 04:31:50.396 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85972026-08-29T04:31:51.771Z[ recovery-image] Aug 29 04:31:50.405 INFO O| Aug 29 04:31:50.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85982026-08-29T04:31:51.771Z[ recovery-image] Aug 29 04:31:50.405 INFO O| Aug 29 04:31:50.405 INFO STEP 1081 (remove_files) COMPLETE
85992026-08-29T04:31:51.771Z[ recovery-image] Aug 29 04:31:50.405 INFO O| Aug 29 04:31:50.405 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86002026-08-29T04:31:51.780Z[ recovery-image] Aug 29 04:31:50.414 INFO O| Aug 29 04:31:50.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
86012026-08-29T04:31:51.780Z[ recovery-image] Aug 29 04:31:50.414 INFO O| Aug 29 04:31:50.414 INFO STEP 1082 (remove_files) COMPLETE
86022026-08-29T04:31:51.780Z[ recovery-image] Aug 29 04:31:50.414 INFO O| Aug 29 04:31:50.414 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86032026-08-29T04:31:51.789Z[ recovery-image] Aug 29 04:31:50.423 INFO O| Aug 29 04:31:50.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
86042026-08-29T04:31:51.789Z[ recovery-image] Aug 29 04:31:50.424 INFO O| Aug 29 04:31:50.424 INFO STEP 1083 (remove_files) COMPLETE
86052026-08-29T04:31:51.789Z[ recovery-image] Aug 29 04:31:50.424 INFO O| Aug 29 04:31:50.424 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86062026-08-29T04:31:51.798Z[ recovery-image] Aug 29 04:31:50.433 INFO O| Aug 29 04:31:50.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
86072026-08-29T04:31:51.798Z[ recovery-image] Aug 29 04:31:50.433 INFO O| Aug 29 04:31:50.433 INFO STEP 1084 (remove_files) COMPLETE
86082026-08-29T04:31:51.801Z[ recovery-image] Aug 29 04:31:50.433 INFO O| Aug 29 04:31:50.433 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86092026-08-29T04:31:51.810Z[ recovery-image] Aug 29 04:31:50.443 INFO O| Aug 29 04:31:50.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
86102026-08-29T04:31:51.810Z[ recovery-image] Aug 29 04:31:50.443 INFO O| Aug 29 04:31:50.443 INFO STEP 1085 (remove_files) COMPLETE
86112026-08-29T04:31:51.813Z[ recovery-image] Aug 29 04:31:50.443 INFO O| Aug 29 04:31:50.443 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86122026-08-29T04:31:51.822Z[ recovery-image] Aug 29 04:31:50.457 INFO O| Aug 29 04:31:50.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
86132026-08-29T04:31:51.871Z[ recovery-image] Aug 29 04:31:50.458 INFO O| Aug 29 04:31:50.458 INFO STEP 1086 (remove_files) COMPLETE
86142026-08-29T04:31:51.872Z[ recovery-image] Aug 29 04:31:50.458 INFO O| Aug 29 04:31:50.458 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86152026-08-29T04:31:51.872Z[ recovery-image] Aug 29 04:31:50.469 INFO O| Aug 29 04:31:50.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
86162026-08-29T04:31:51.872Z[ recovery-image] Aug 29 04:31:50.469 INFO O| Aug 29 04:31:50.469 INFO STEP 1087 (remove_files) COMPLETE
86172026-08-29T04:31:51.872Z[ recovery-image] Aug 29 04:31:50.469 INFO O| Aug 29 04:31:50.469 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86182026-08-29T04:31:51.872Z[ recovery-image] Aug 29 04:31:50.479 INFO O| Aug 29 04:31:50.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
86192026-08-29T04:31:51.872Z[ recovery-image] Aug 29 04:31:50.479 INFO O| Aug 29 04:31:50.479 INFO STEP 1088 (remove_files) COMPLETE
86202026-08-29T04:31:51.872Z[ recovery-image] Aug 29 04:31:50.479 INFO O| Aug 29 04:31:50.479 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86212026-08-29T04:31:51.872Z[ recovery-image] Aug 29 04:31:50.489 INFO O| Aug 29 04:31:50.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86222026-08-29T04:31:51.872Z[ recovery-image] Aug 29 04:31:50.489 INFO O| Aug 29 04:31:50.489 INFO STEP 1089 (remove_files) COMPLETE
86232026-08-29T04:31:51.872Z[ recovery-image] Aug 29 04:31:50.489 INFO O| Aug 29 04:31:50.489 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86242026-08-29T04:31:51.872Z[ recovery-image] Aug 29 04:31:50.499 INFO O| Aug 29 04:31:50.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86252026-08-29T04:31:51.872Z[ recovery-image] Aug 29 04:31:50.499 INFO O| Aug 29 04:31:50.499 INFO STEP 1090 (remove_files) COMPLETE
86262026-08-29T04:31:51.872Z[ recovery-image] Aug 29 04:31:50.499 INFO O| Aug 29 04:31:50.499 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86272026-08-29T04:31:51.875Z[ recovery-image] Aug 29 04:31:50.508 INFO O| Aug 29 04:31:50.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86282026-08-29T04:31:51.875Z[ recovery-image] Aug 29 04:31:50.508 INFO O| Aug 29 04:31:50.508 INFO STEP 1091 (remove_files) COMPLETE
86292026-08-29T04:31:51.875Z[ recovery-image] Aug 29 04:31:50.508 INFO O| Aug 29 04:31:50.508 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86302026-08-29T04:31:51.882Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
86312026-08-29T04:31:51.885Z[ recovery-image] Aug 29 04:31:50.517 INFO O| Aug 29 04:31:50.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86322026-08-29T04:31:51.885Z[ recovery-image] Aug 29 04:31:50.518 INFO O| Aug 29 04:31:50.518 INFO STEP 1092 (remove_files) COMPLETE
86332026-08-29T04:31:51.885Z[ recovery-image] Aug 29 04:31:50.518 INFO O| Aug 29 04:31:50.518 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86342026-08-29T04:31:51.893Z[ recovery-image] Aug 29 04:31:50.528 INFO O| Aug 29 04:31:50.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86352026-08-29T04:31:51.893Z[ recovery-image] Aug 29 04:31:50.528 INFO O| Aug 29 04:31:50.528 INFO STEP 1093 (remove_files) COMPLETE
86362026-08-29T04:31:51.894Z[ recovery-image] Aug 29 04:31:50.528 INFO O| Aug 29 04:31:50.528 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86372026-08-29T04:31:51.902Z[ recovery-image] Aug 29 04:31:50.537 INFO O| Aug 29 04:31:50.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86382026-08-29T04:31:51.902Z[ recovery-image] Aug 29 04:31:50.537 INFO O| Aug 29 04:31:50.537 INFO STEP 1094 (remove_files) COMPLETE
86392026-08-29T04:31:51.902Z[ recovery-image] Aug 29 04:31:50.537 INFO O| Aug 29 04:31:50.537 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86402026-08-29T04:31:51.912Z[ recovery-image] Aug 29 04:31:50.546 INFO O| Aug 29 04:31:50.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86412026-08-29T04:31:51.912Z[ recovery-image] Aug 29 04:31:50.546 INFO O| Aug 29 04:31:50.546 INFO STEP 1095 (remove_files) COMPLETE
86422026-08-29T04:31:51.912Z[ recovery-image] Aug 29 04:31:50.546 INFO O| Aug 29 04:31:50.546 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86432026-08-29T04:31:51.921Z[ recovery-image] Aug 29 04:31:50.556 INFO O| Aug 29 04:31:50.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86442026-08-29T04:31:51.923Z[ recovery-image] Aug 29 04:31:50.556 INFO O| Aug 29 04:31:50.556 INFO STEP 1096 (remove_files) COMPLETE
86452026-08-29T04:31:51.923Z[ recovery-image] Aug 29 04:31:50.556 INFO O| Aug 29 04:31:50.556 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86462026-08-29T04:31:51.931Z[ recovery-image] Aug 29 04:31:50.565 INFO O| Aug 29 04:31:50.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86472026-08-29T04:31:51.931Z[ recovery-image] Aug 29 04:31:50.565 INFO O| Aug 29 04:31:50.565 INFO STEP 1097 (remove_files) COMPLETE
86482026-08-29T04:31:51.934Z[ recovery-image] Aug 29 04:31:50.565 INFO O| Aug 29 04:31:50.565 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86492026-08-29T04:31:51.940Z[ recovery-image] Aug 29 04:31:50.575 INFO O| Aug 29 04:31:50.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86502026-08-29T04:31:51.940Z[ recovery-image] Aug 29 04:31:50.575 INFO O| Aug 29 04:31:50.575 INFO STEP 1098 (remove_files) COMPLETE
86512026-08-29T04:31:51.943Z[ recovery-image] Aug 29 04:31:50.575 INFO O| Aug 29 04:31:50.575 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86522026-08-29T04:31:51.950Z[ recovery-image] Aug 29 04:31:50.585 INFO O| Aug 29 04:31:50.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86532026-08-29T04:31:51.950Z[ recovery-image] Aug 29 04:31:50.585 INFO O| Aug 29 04:31:50.585 INFO STEP 1099 (remove_files) COMPLETE
86542026-08-29T04:31:51.950Z[ recovery-image] Aug 29 04:31:50.585 INFO O| Aug 29 04:31:50.585 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86552026-08-29T04:31:51.961Z[ recovery-image] Aug 29 04:31:50.596 INFO O| Aug 29 04:31:50.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86562026-08-29T04:31:51.961Z[ recovery-image] Aug 29 04:31:50.596 INFO O| Aug 29 04:31:50.596 INFO STEP 1100 (remove_files) COMPLETE
86572026-08-29T04:31:51.964Z[ recovery-image] Aug 29 04:31:50.596 INFO O| Aug 29 04:31:50.596 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86582026-08-29T04:31:51.970Z[ recovery-image] Aug 29 04:31:50.606 INFO O| Aug 29 04:31:50.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86592026-08-29T04:31:51.971Z[ recovery-image] Aug 29 04:31:50.606 INFO O| Aug 29 04:31:50.606 INFO STEP 1101 (remove_files) COMPLETE
86602026-08-29T04:31:51.971Z[ recovery-image] Aug 29 04:31:50.606 INFO O| Aug 29 04:31:50.606 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86612026-08-29T04:31:51.981Z[ recovery-image] Aug 29 04:31:50.616 INFO O| Aug 29 04:31:50.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86622026-08-29T04:31:51.981Z[ recovery-image] Aug 29 04:31:50.616 INFO O| Aug 29 04:31:50.616 INFO STEP 1102 (remove_files) COMPLETE
86632026-08-29T04:31:51.981Z[ recovery-image] Aug 29 04:31:50.616 INFO O| Aug 29 04:31:50.616 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86642026-08-29T04:31:51.996Z[ recovery-image] Aug 29 04:31:50.626 INFO O| Aug 29 04:31:50.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86652026-08-29T04:31:51.996Z[ recovery-image] Aug 29 04:31:50.626 INFO O| Aug 29 04:31:50.626 INFO STEP 1103 (remove_files) COMPLETE
86662026-08-29T04:31:51.999Z[ recovery-image] Aug 29 04:31:50.626 INFO O| Aug 29 04:31:50.626 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86672026-08-29T04:31:52.002Z[ recovery-image] Aug 29 04:31:50.635 INFO O| Aug 29 04:31:50.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86682026-08-29T04:31:52.002Z[ recovery-image] Aug 29 04:31:50.635 INFO O| Aug 29 04:31:50.635 INFO STEP 1104 (remove_files) COMPLETE
86692026-08-29T04:31:52.002Z[ recovery-image] Aug 29 04:31:50.636 INFO O| Aug 29 04:31:50.635 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86702026-08-29T04:31:52.011Z[ recovery-image] Aug 29 04:31:50.646 INFO O| Aug 29 04:31:50.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86712026-08-29T04:31:52.011Z[ recovery-image] Aug 29 04:31:50.646 INFO O| Aug 29 04:31:50.646 INFO STEP 1105 (remove_files) COMPLETE
86722026-08-29T04:31:52.011Z[ recovery-image] Aug 29 04:31:50.646 INFO O| Aug 29 04:31:50.646 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86732026-08-29T04:31:52.021Z[ recovery-image] Aug 29 04:31:50.656 INFO O| Aug 29 04:31:50.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86742026-08-29T04:31:52.021Z[ recovery-image] Aug 29 04:31:50.656 INFO O| Aug 29 04:31:50.656 INFO STEP 1106 (remove_files) COMPLETE
86752026-08-29T04:31:52.021Z[ recovery-image] Aug 29 04:31:50.656 INFO O| Aug 29 04:31:50.656 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86762026-08-29T04:31:52.031Z[ recovery-image] Aug 29 04:31:50.666 INFO O| Aug 29 04:31:50.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86772026-08-29T04:31:52.031Z[ recovery-image] Aug 29 04:31:50.666 INFO O| Aug 29 04:31:50.666 INFO STEP 1107 (remove_files) COMPLETE
86782026-08-29T04:31:52.034Z[ recovery-image] Aug 29 04:31:50.666 INFO O| Aug 29 04:31:50.666 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86792026-08-29T04:31:52.040Z[ recovery-image] Aug 29 04:31:50.675 INFO O| Aug 29 04:31:50.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86802026-08-29T04:31:52.040Z[ recovery-image] Aug 29 04:31:50.675 INFO O| Aug 29 04:31:50.675 INFO STEP 1108 (remove_files) COMPLETE
86812026-08-29T04:31:52.040Z[ recovery-image] Aug 29 04:31:50.675 INFO O| Aug 29 04:31:50.675 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86822026-08-29T04:31:52.051Z[ recovery-image] Aug 29 04:31:50.686 INFO O| Aug 29 04:31:50.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86832026-08-29T04:31:52.051Z[ recovery-image] Aug 29 04:31:50.686 INFO O| Aug 29 04:31:50.686 INFO STEP 1109 (remove_files) COMPLETE
86842026-08-29T04:31:52.051Z[ recovery-image] Aug 29 04:31:50.686 INFO O| Aug 29 04:31:50.686 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86852026-08-29T04:31:52.063Z[ recovery-image] Aug 29 04:31:50.697 INFO O| Aug 29 04:31:50.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86862026-08-29T04:31:52.063Z[ recovery-image] Aug 29 04:31:50.697 INFO O| Aug 29 04:31:50.697 INFO STEP 1110 (remove_files) COMPLETE
86872026-08-29T04:31:52.066Z[ recovery-image] Aug 29 04:31:50.697 INFO O| Aug 29 04:31:50.697 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86882026-08-29T04:31:52.072Z[ recovery-image] Aug 29 04:31:50.707 INFO O| Aug 29 04:31:50.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86892026-08-29T04:31:52.072Z[ recovery-image] Aug 29 04:31:50.707 INFO O| Aug 29 04:31:50.707 INFO STEP 1111 (remove_files) COMPLETE
86902026-08-29T04:31:52.075Z[ recovery-image] Aug 29 04:31:50.707 INFO O| Aug 29 04:31:50.707 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86912026-08-29T04:31:52.083Z[ recovery-image] Aug 29 04:31:50.718 INFO O| Aug 29 04:31:50.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86922026-08-29T04:31:52.083Z[ recovery-image] Aug 29 04:31:50.718 INFO O| Aug 29 04:31:50.718 INFO STEP 1112 (remove_files) COMPLETE
86932026-08-29T04:31:52.083Z[ recovery-image] Aug 29 04:31:50.718 INFO O| Aug 29 04:31:50.718 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86942026-08-29T04:31:52.095Z[ recovery-image] Aug 29 04:31:50.728 INFO O| Aug 29 04:31:50.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86952026-08-29T04:31:52.095Z[ recovery-image] Aug 29 04:31:50.728 INFO O| Aug 29 04:31:50.728 INFO STEP 1113 (remove_files) COMPLETE
86962026-08-29T04:31:52.095Z[ recovery-image] Aug 29 04:31:50.728 INFO O| Aug 29 04:31:50.728 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86972026-08-29T04:31:52.104Z[ recovery-image] Aug 29 04:31:50.737 INFO O| Aug 29 04:31:50.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86982026-08-29T04:31:52.104Z[ recovery-image] Aug 29 04:31:50.737 INFO O| Aug 29 04:31:50.737 INFO STEP 1114 (remove_files) COMPLETE
86992026-08-29T04:31:52.107Z[ recovery-image] Aug 29 04:31:50.737 INFO O| Aug 29 04:31:50.737 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87002026-08-29T04:31:52.111Z[ recovery-image] Aug 29 04:31:50.746 INFO O| Aug 29 04:31:50.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
87012026-08-29T04:31:52.111Z[ recovery-image] Aug 29 04:31:50.746 INFO O| Aug 29 04:31:50.746 INFO STEP 1115 (remove_files) COMPLETE
87022026-08-29T04:31:52.111Z[ recovery-image] Aug 29 04:31:50.746 INFO O| Aug 29 04:31:50.746 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87032026-08-29T04:31:52.120Z[ recovery-image] Aug 29 04:31:50.755 INFO O| Aug 29 04:31:50.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
87042026-08-29T04:31:52.120Z[ recovery-image] Aug 29 04:31:50.755 INFO O| Aug 29 04:31:50.755 INFO STEP 1116 (remove_files) COMPLETE
87052026-08-29T04:31:52.120Z[ recovery-image] Aug 29 04:31:50.755 INFO O| Aug 29 04:31:50.755 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87062026-08-29T04:31:52.129Z[ recovery-image] Aug 29 04:31:50.764 INFO O| Aug 29 04:31:50.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
87072026-08-29T04:31:52.129Z[ recovery-image] Aug 29 04:31:50.764 INFO O| Aug 29 04:31:50.764 INFO STEP 1117 (remove_files) COMPLETE
87082026-08-29T04:31:52.132Z[ recovery-image] Aug 29 04:31:50.764 INFO O| Aug 29 04:31:50.764 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
87092026-08-29T04:31:52.148Z[ recovery-image] Aug 29 04:31:50.782 INFO O| Aug 29 04:31:50.782 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
87102026-08-29T04:31:52.148Z[ recovery-image] Aug 29 04:31:50.782 INFO O| Aug 29 04:31:50.782 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
87112026-08-29T04:31:52.198Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87122026-08-29T04:31:52.243Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87132026-08-29T04:31:52.725Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
87142026-08-29T04:31:53.133Z[ recovery-image] Aug 29 04:31:51.768 INFO O| Aug 29 04:31:51.768 INFO STEP 1118 (pack_tar) COMPLETE
87152026-08-29T04:31:53.134Z[ recovery-image] Aug 29 04:31:51.768 INFO O| Aug 29 04:31:51.768 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87162026-08-29T04:31:53.137Z[ recovery-image] Aug 29 04:31:51.768 INFO O| Aug 29 04:31:51.768 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87172026-08-29T04:31:53.331Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87182026-08-29T04:31:53.415Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87192026-08-29T04:31:53.439Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87202026-08-29T04:31:54.158Z[ recovery-image] Aug 29 04:31:52.793 INFO O| Aug 29 04:31:52.793 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
87212026-08-29T04:31:54.319Z[ recovery-image] Aug 29 04:31:52.954 INFO O| Aug 29 04:31:52.954 INFO completed processing sled/ramdisk-03-recovery-trim
87222026-08-29T04:31:54.322Z[ recovery-image] Aug 29 04:31:52.957 INFO image builder template: zfs-recovery...
87232026-08-29T04:31:54.322Z[ recovery-image] Aug 29 04:31:52.957 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/.tmpvAHRh8/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
87242026-08-29T04:31:54.349Z[ recovery-image] Aug 29 04:31:52.984 INFO O| Aug 29 04:31:52.984 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87252026-08-29T04:31:54.355Z[ recovery-image] Aug 29 04:31:52.988 INFO O| Aug 29 04:31:52.988 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87262026-08-29T04:31:54.524Z[ recovery-image] Aug 29 04:31:53.158 INFO O| Aug 29 04:31:53.158 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87272026-08-29T04:31:54.656Z[ recovery-image] Aug 29 04:31:53.291 INFO O| Aug 29 04:31:53.291 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87282026-08-29T04:31:54.656Z[ recovery-image] Aug 29 04:31:53.291 INFO O| Aug 29 04:31:53.291 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87292026-08-29T04:31:54.660Z[ recovery-image] Aug 29 04:31:53.295 INFO O| Aug 29 04:31:53.295 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87302026-08-29T04:31:54.760Z[ recovery-image] Aug 29 04:31:53.394 INFO O| Aug 29 04:31:53.394 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87312026-08-29T04:31:54.853Z[ recovery-image] Aug 29 04:31:53.487 INFO O| Aug 29 04:31:53.487 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87322026-08-29T04:31:54.862Z[ recovery-image] Aug 29 04:31:53.497 INFO O| Aug 29 04:31:53.497 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87332026-08-29T04:31:54.867Z[ recovery-image] Aug 29 04:31:53.502 INFO O| Aug 29 04:31:53.501 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87342026-08-29T04:31:54.872Z[ recovery-image] Aug 29 04:31:53.507 INFO O| Aug 29 04:31:53.507 INFO no lofi found
87352026-08-29T04:31:54.872Z[ recovery-image] Aug 29 04:31:53.507 INFO O| Aug 29 04:31:53.507 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87362026-08-29T04:31:54.875Z[ recovery-image] Aug 29 04:31:53.507 INFO O| Aug 29 04:31:53.507 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87372026-08-29T04:31:55.962Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87382026-08-29T04:31:56.242Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87392026-08-29T04:31:56.367Z[ recovery-image] Aug 29 04:31:55.001 INFO O| Aug 29 04:31:55.001 INFO lofi device = /dev/dsk/c2t1d0p0
87402026-08-29T04:31:56.367Z[ recovery-image] Aug 29 04:31:55.001 INFO O| Aug 29 04:31:55.001 INFO pool device = /dev/dsk/c2t1d0p0
87412026-08-29T04:31:56.370Z[ recovery-image] Aug 29 04:31:55.001 INFO O| Aug 29 04:31:55.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"]
87422026-08-29T04:31:56.554Z[ recovery-image] Aug 29 04:31:55.189 INFO O| Aug 29 04:31:55.189 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87432026-08-29T04:31:56.554Z[ recovery-image] Aug 29 04:31:55.189 INFO O| Aug 29 04:31:55.189 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87442026-08-29T04:31:56.583Z[ recovery-image] Aug 29 04:31:55.217 INFO O| Aug 29 04:31:55.217 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87452026-08-29T04:31:56.734Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87462026-08-29T04:31:56.738Z[ recovery-image] Aug 29 04:31:55.370 INFO O| Aug 29 04:31:55.370 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87472026-08-29T04:31:56.772Z[ recovery-image] Aug 29 04:31:55.405 INFO O| Aug 29 04:31:55.405 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87482026-08-29T04:31:56.791Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
87492026-08-29T04:31:56.791Z[ recovery-image] Aug 29 04:31:55.426 INFO O| Aug 29 04:31:55.426 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87502026-08-29T04:31:56.810Z[ recovery-image] Aug 29 04:31:55.444 INFO O| Aug 29 04:31:55.444 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87512026-08-29T04:31:56.852Z[ recovery-image] Aug 29 04:31:55.487 INFO O| Aug 29 04:31:55.487 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87522026-08-29T04:31:56.852Z[ recovery-image] Aug 29 04:31:55.487 INFO O| Aug 29 04:31:55.487 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87532026-08-29T04:31:56.852Z[ recovery-image] Aug 29 04:31:55.487 INFO O| Aug 29 04:31:55.487 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87542026-08-29T04:31:56.863Z[ recovery-image] Aug 29 04:31:55.498 INFO O| Aug 29 04:31:55.498 INFO boot environment UUID: 4bfd52a6-3b64-4e67-94e0-fbb9f1627232
87552026-08-29T04:31:56.863Z[ recovery-image] Aug 29 04:31:55.498 INFO O| Aug 29 04:31:55.498 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 4bfd52a6-3b64-4e67-94e0-fbb9f1627232
87562026-08-29T04:31:56.886Z[ recovery-image] Aug 29 04:31:55.521 INFO O| Aug 29 04:31:55.521 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87572026-08-29T04:31:56.904Z[ recovery-image] Aug 29 04:31:55.539 INFO O| Aug 29 04:31:55.539 INFO STEP 0 (create_be) COMPLETE
87582026-08-29T04:31:56.904Z[ recovery-image] Aug 29 04:31:55.539 INFO O| Aug 29 04:31:55.539 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87592026-08-29T04:31:56.920Z[ recovery-image] Aug 29 04:31:55.555 INFO O| Aug 29 04:31:55.554 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"]
87602026-08-29T04:31:57.719Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
87612026-08-29T04:31:57.908Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
87622026-08-29T04:31:57.989Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
87632026-08-29T04:31:58.301Z[verify-libraries] Compiling multimap v0.10.1
87642026-08-29T04:31:58.602Z[verify-libraries] Compiling termios v0.3.3
87652026-08-29T04:31:58.630Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
87662026-08-29T04:31:58.633Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
87672026-08-29T04:31:58.899Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
87682026-08-29T04:32:02.374Z[verify-libraries] Compiling polar-core v0.27.3
87692026-08-29T04:32:05.668Z[ recovery-image] Aug 29 04:32:04.303 INFO O| Aug 29 04:32:04.303 INFO STEP 1 (unpack_tar) COMPLETE
87702026-08-29T04:32:05.668Z[ recovery-image] Aug 29 04:32:04.303 INFO O| Aug 29 04:32:04.303 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87712026-08-29T04:32:05.678Z[ recovery-image] Aug 29 04:32:04.313 INFO O| Aug 29 04:32:04.313 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87722026-08-29T04:32:06.964Z[ recovery-image] Aug 29 04:32:05.598 INFO O| Aug 29 04:32:05.597 INFO STEP 2 (devfsadm) COMPLETE
87732026-08-29T04:32:06.964Z[ recovery-image] Aug 29 04:32:05.598 INFO O| Aug 29 04:32:05.598 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87742026-08-29T04:32:06.974Z[ recovery-image] Aug 29 04:32:05.609 INFO O| Aug 29 04:32:05.609 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87752026-08-29T04:32:06.974Z[ recovery-image] Aug 29 04:32:05.609 INFO O| Aug 29 04:32:05.609 INFO STEP 3 (ensure_dir) COMPLETE
87762026-08-29T04:32:06.974Z[ recovery-image] Aug 29 04:32:05.609 INFO O| Aug 29 04:32:05.609 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87772026-08-29T04:32:06.986Z[ recovery-image] Aug 29 04:32:05.621 INFO O| Aug 29 04:32:05.621 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87782026-08-29T04:32:06.986Z[ recovery-image] Aug 29 04:32:05.621 INFO O| Aug 29 04:32:05.621 INFO STEP 4 (ensure_dir) COMPLETE
87792026-08-29T04:32:06.986Z[ recovery-image] Aug 29 04:32:05.621 INFO O| Aug 29 04:32:05.621 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87802026-08-29T04:32:06.997Z[ recovery-image] Aug 29 04:32:05.632 INFO O| Aug 29 04:32:05.632 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87812026-08-29T04:32:06.997Z[ recovery-image] Aug 29 04:32:05.632 INFO O| Aug 29 04:32:05.632 INFO STEP 5 (ensure_dir) COMPLETE
87822026-08-29T04:32:07.000Z[ recovery-image] Aug 29 04:32:05.632 INFO O| Aug 29 04:32:05.632 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87832026-08-29T04:32:07.007Z[ recovery-image] Aug 29 04:32:05.642 INFO O| Aug 29 04:32:05.642 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87842026-08-29T04:32:07.007Z[ recovery-image] Aug 29 04:32:05.642 INFO O| Aug 29 04:32:05.642 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87852026-08-29T04:32:07.010Z[ recovery-image] Aug 29 04:32:05.642 INFO O| Aug 29 04:32:05.642 INFO STEP 6 (ensure_dir) COMPLETE
87862026-08-29T04:32:07.010Z[ recovery-image] Aug 29 04:32:05.642 INFO O| Aug 29 04:32:05.642 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87872026-08-29T04:32:07.018Z[ recovery-image] Aug 29 04:32:05.653 INFO O| Aug 29 04:32:05.653 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87882026-08-29T04:32:07.018Z[ recovery-image] Aug 29 04:32:05.653 INFO O| Aug 29 04:32:05.653 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87892026-08-29T04:32:07.018Z[ recovery-image] Aug 29 04:32:05.653 INFO O| Aug 29 04:32:05.653 INFO STEP 7 (ensure_dir) COMPLETE
87902026-08-29T04:32:07.021Z[ recovery-image] Aug 29 04:32:05.653 INFO O| Aug 29 04:32:05.653 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87912026-08-29T04:32:07.028Z[ recovery-image] Aug 29 04:32:05.663 INFO O| Aug 29 04:32:05.663 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87922026-08-29T04:32:07.031Z[ recovery-image] Aug 29 04:32:05.664 INFO O| Aug 29 04:32:05.664 INFO STEP 8 (remove_files) COMPLETE
87932026-08-29T04:32:07.031Z[ recovery-image] Aug 29 04:32:05.664 INFO O| Aug 29 04:32:05.664 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87942026-08-29T04:32:07.038Z[ recovery-image] Aug 29 04:32:05.673 INFO O| Aug 29 04:32:05.673 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87952026-08-29T04:32:07.041Z[ recovery-image] Aug 29 04:32:05.674 INFO O| Aug 29 04:32:05.674 INFO STEP 9 (remove_files) COMPLETE
87962026-08-29T04:32:07.041Z[ recovery-image] Aug 29 04:32:05.674 INFO O| Aug 29 04:32:05.674 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87972026-08-29T04:32:07.049Z[ recovery-image] Aug 29 04:32:05.684 INFO O| Aug 29 04:32:05.684 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87982026-08-29T04:32:07.052Z[ recovery-image] Aug 29 04:32:05.684 INFO O| Aug 29 04:32:05.684 INFO STEP 10 (remove_files) COMPLETE
87992026-08-29T04:32:07.052Z[ recovery-image] Aug 29 04:32:05.684 INFO O| Aug 29 04:32:05.684 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88002026-08-29T04:32:07.059Z[ recovery-image] Aug 29 04:32:05.694 INFO O| Aug 29 04:32:05.694 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
88012026-08-29T04:32:07.059Z[ recovery-image] Aug 29 04:32:05.694 INFO O| Aug 29 04:32:05.694 INFO STEP 11 (remove_files) COMPLETE
88022026-08-29T04:32:07.059Z[ recovery-image] Aug 29 04:32:05.694 INFO O| Aug 29 04:32:05.694 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88032026-08-29T04:32:07.071Z[ recovery-image] Aug 29 04:32:05.703 INFO O| Aug 29 04:32:05.703 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
88042026-08-29T04:32:07.071Z[ recovery-image] Aug 29 04:32:05.704 INFO O| Aug 29 04:32:05.704 INFO STEP 12 (remove_files) COMPLETE
88052026-08-29T04:32:07.074Z[ recovery-image] Aug 29 04:32:05.704 INFO O| Aug 29 04:32:05.704 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88062026-08-29T04:32:07.077Z[ recovery-image] Aug 29 04:32:05.712 INFO O| Aug 29 04:32:05.712 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88072026-08-29T04:32:07.077Z[ recovery-image] Aug 29 04:32:05.712 INFO O| Aug 29 04:32:05.712 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88082026-08-29T04:32:07.077Z[ recovery-image] Aug 29 04:32:05.712 INFO O| Aug 29 04:32:05.712 INFO STEP 13 (ensure_dir) COMPLETE
88092026-08-29T04:32:07.115Z[ recovery-image] Aug 29 04:32:05.712 INFO O| Aug 29 04:32:05.712 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88102026-08-29T04:32:07.115Z[ recovery-image] Aug 29 04:32:05.721 INFO O| Aug 29 04:32:05.721 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88112026-08-29T04:32:07.115Z[ recovery-image] Aug 29 04:32:05.721 INFO O| Aug 29 04:32:05.721 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88122026-08-29T04:32:07.115Z[ recovery-image] Aug 29 04:32:05.721 INFO O| Aug 29 04:32:05.721 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88132026-08-29T04:32:07.115Z[ recovery-image] Aug 29 04:32:05.721 INFO O| Aug 29 04:32:05.721 INFO STEP 14 (ensure_dir) COMPLETE
88142026-08-29T04:32:07.115Z[ recovery-image] Aug 29 04:32:05.721 INFO O| Aug 29 04:32:05.721 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88152026-08-29T04:32:07.115Z[ recovery-image] Aug 29 04:32:05.733 INFO O| Aug 29 04:32:05.733 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88162026-08-29T04:32:07.115Z[ recovery-image] Aug 29 04:32:05.733 INFO O| Aug 29 04:32:05.733 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88172026-08-29T04:32:07.115Z[ recovery-image] Aug 29 04:32:05.733 INFO O| Aug 29 04:32:05.733 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88182026-08-29T04:32:07.117Z[ recovery-image] Aug 29 04:32:05.733 INFO O| Aug 29 04:32:05.733 INFO STEP 15 (ensure_dir) COMPLETE
88192026-08-29T04:32:07.117Z[ recovery-image] Aug 29 04:32:05.733 INFO O| Aug 29 04:32:05.733 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88202026-08-29T04:32:07.117Z[ recovery-image] Aug 29 04:32:05.744 INFO O| Aug 29 04:32:05.743 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88212026-08-29T04:32:07.117Z[ recovery-image] Aug 29 04:32:05.744 INFO O| Aug 29 04:32:05.744 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88222026-08-29T04:32:07.117Z[ recovery-image] Aug 29 04:32:05.744 INFO O| Aug 29 04:32:05.744 INFO STEP 16 (ensure_dir) COMPLETE
88232026-08-29T04:32:07.117Z[ recovery-image] Aug 29 04:32:05.744 INFO O| Aug 29 04:32:05.744 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88242026-08-29T04:32:07.122Z[ recovery-image] Aug 29 04:32:05.754 INFO O| Aug 29 04:32:05.754 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88252026-08-29T04:32:07.122Z[ recovery-image] Aug 29 04:32:05.754 INFO O| Aug 29 04:32:05.754 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88262026-08-29T04:32:07.122Z[ recovery-image] Aug 29 04:32:05.754 INFO O| Aug 29 04:32:05.754 INFO STEP 17 (ensure_dir) COMPLETE
88272026-08-29T04:32:07.122Z[ recovery-image] Aug 29 04:32:05.754 INFO O| Aug 29 04:32:05.754 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88282026-08-29T04:32:07.131Z[ recovery-image] Aug 29 04:32:05.764 INFO O| Aug 29 04:32:05.764 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88292026-08-29T04:32:07.131Z[ recovery-image] Aug 29 04:32:05.764 INFO O| Aug 29 04:32:05.764 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88302026-08-29T04:32:07.135Z[ recovery-image] Aug 29 04:32:05.764 INFO O| Aug 29 04:32:05.764 INFO ok!
88312026-08-29T04:32:07.135Z[ recovery-image] Aug 29 04:32:05.764 INFO O| Aug 29 04:32:05.764 INFO STEP 18 (ensure_symlink) COMPLETE
88322026-08-29T04:32:07.135Z[ recovery-image] Aug 29 04:32:05.764 INFO O| Aug 29 04:32:05.764 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88332026-08-29T04:32:07.140Z[ recovery-image] Aug 29 04:32:05.775 INFO O| Aug 29 04:32:05.775 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88342026-08-29T04:32:07.140Z[ recovery-image] Aug 29 04:32:05.775 INFO O| Aug 29 04:32:05.775 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88352026-08-29T04:32:07.140Z[ recovery-image] Aug 29 04:32:05.775 INFO O| Aug 29 04:32:05.775 INFO ok!
88362026-08-29T04:32:07.143Z[ recovery-image] Aug 29 04:32:05.775 INFO O| Aug 29 04:32:05.775 INFO STEP 19 (ensure_file) COMPLETE
88372026-08-29T04:32:07.143Z[ recovery-image] Aug 29 04:32:05.775 INFO O| Aug 29 04:32:05.775 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88382026-08-29T04:32:07.151Z[ recovery-image] Aug 29 04:32:05.786 INFO O| Aug 29 04:32:05.786 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88392026-08-29T04:32:07.152Z[ recovery-image] Aug 29 04:32:05.786 INFO O| Aug 29 04:32:05.786 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88402026-08-29T04:32:07.155Z[ recovery-image] Aug 29 04:32:05.786 INFO O| Aug 29 04:32:05.786 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88412026-08-29T04:32:07.155Z[ recovery-image] Aug 29 04:32:05.786 INFO O| Aug 29 04:32:05.786 INFO ok!
88422026-08-29T04:32:07.155Z[ recovery-image] Aug 29 04:32:05.786 INFO O| Aug 29 04:32:05.786 INFO STEP 20 (ensure_symlink) COMPLETE
88432026-08-29T04:32:07.155Z[ recovery-image] Aug 29 04:32:05.786 INFO O| Aug 29 04:32:05.786 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88442026-08-29T04:32:07.170Z[ recovery-image] Aug 29 04:32:05.805 INFO O| Aug 29 04:32:05.805 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88452026-08-29T04:32:07.170Z[ recovery-image] Aug 29 04:32:05.805 INFO O| Aug 29 04:32:05.805 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88462026-08-29T04:32:07.170Z[ recovery-image] Aug 29 04:32:05.805 INFO O| Aug 29 04:32:05.805 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88472026-08-29T04:32:07.170Z[ recovery-image] Aug 29 04:32:05.805 INFO O| Aug 29 04:32:05.805 INFO ok!
88482026-08-29T04:32:07.170Z[ recovery-image] Aug 29 04:32:05.805 INFO O| Aug 29 04:32:05.805 INFO STEP 21 (ensure_symlink) COMPLETE
88492026-08-29T04:32:07.174Z[ recovery-image] Aug 29 04:32:05.805 INFO O| Aug 29 04:32:05.805 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88502026-08-29T04:32:07.181Z[ recovery-image] Aug 29 04:32:05.816 INFO O| Aug 29 04:32:05.816 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88512026-08-29T04:32:07.182Z[ recovery-image] Aug 29 04:32:05.816 INFO O| Aug 29 04:32:05.816 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88522026-08-29T04:32:07.186Z[ recovery-image] Aug 29 04:32:05.816 INFO O| Aug 29 04:32:05.816 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88532026-08-29T04:32:07.186Z[ recovery-image] Aug 29 04:32:05.816 INFO O| Aug 29 04:32:05.816 INFO ok!
88542026-08-29T04:32:07.186Z[ recovery-image] Aug 29 04:32:05.816 INFO O| Aug 29 04:32:05.816 INFO STEP 22 (ensure_symlink) COMPLETE
88552026-08-29T04:32:07.186Z[ recovery-image] Aug 29 04:32:05.816 INFO O| Aug 29 04:32:05.816 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88562026-08-29T04:32:07.192Z[ recovery-image] Aug 29 04:32:05.826 INFO O| Aug 29 04:32:05.826 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88572026-08-29T04:32:07.192Z[ recovery-image] Aug 29 04:32:05.827 INFO O| Aug 29 04:32:05.826 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88582026-08-29T04:32:07.195Z[ recovery-image] Aug 29 04:32:05.827 INFO O| Aug 29 04:32:05.827 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88592026-08-29T04:32:07.195Z[ recovery-image] Aug 29 04:32:05.827 INFO O| Aug 29 04:32:05.827 INFO ok!
88602026-08-29T04:32:07.195Z[ recovery-image] Aug 29 04:32:05.827 INFO O| Aug 29 04:32:05.827 INFO STEP 23 (ensure_symlink) COMPLETE
88612026-08-29T04:32:07.195Z[ recovery-image] Aug 29 04:32:05.827 INFO O| Aug 29 04:32:05.827 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88622026-08-29T04:32:07.204Z[ recovery-image] Aug 29 04:32:05.836 INFO O| Aug 29 04:32:05.836 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88632026-08-29T04:32:07.204Z[ recovery-image] Aug 29 04:32:05.836 INFO O| Aug 29 04:32:05.836 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 ...
88642026-08-29T04:32:07.204Z[ recovery-image] Aug 29 04:32:05.837 INFO O| Aug 29 04:32:05.837 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88652026-08-29T04:32:07.204Z[ recovery-image] Aug 29 04:32:05.837 INFO O| Aug 29 04:32:05.837 INFO ok!
88662026-08-29T04:32:07.204Z[ recovery-image] Aug 29 04:32:05.837 INFO O| Aug 29 04:32:05.837 INFO STEP 24 (ensure_file) COMPLETE
88672026-08-29T04:32:07.204Z[ recovery-image] Aug 29 04:32:05.837 INFO O| Aug 29 04:32:05.837 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88682026-08-29T04:32:07.211Z[ recovery-image] Aug 29 04:32:05.846 INFO O| Aug 29 04:32:05.846 INFO updating shadow file
88692026-08-29T04:32:07.211Z[ recovery-image] Aug 29 04:32:05.846 INFO O| Aug 29 04:32:05.846 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88702026-08-29T04:32:07.211Z[ recovery-image] Aug 29 04:32:05.846 INFO O| Aug 29 04:32:05.846 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88712026-08-29T04:32:07.214Z[ recovery-image] Aug 29 04:32:05.846 INFO O| Aug 29 04:32:05.846 INFO STEP 25 (shadow) COMPLETE
88722026-08-29T04:32:07.214Z[ recovery-image] Aug 29 04:32:05.846 INFO O| Aug 29 04:32:05.846 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88732026-08-29T04:32:07.222Z[ recovery-image] Aug 29 04:32:05.856 INFO O| Aug 29 04:32:05.856 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88742026-08-29T04:32:07.222Z[ recovery-image] Aug 29 04:32:05.856 INFO O| Aug 29 04:32:05.856 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88752026-08-29T04:32:07.222Z[ recovery-image] Aug 29 04:32:05.857 INFO O| Aug 29 04:32:05.857 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88762026-08-29T04:32:07.225Z[ recovery-image] Aug 29 04:32:05.857 INFO O| Aug 29 04:32:05.857 INFO ok!
88772026-08-29T04:32:07.226Z[ recovery-image] Aug 29 04:32:05.857 INFO O| Aug 29 04:32:05.857 INFO STEP 26 (ensure_file) COMPLETE
88782026-08-29T04:32:07.226Z[ recovery-image] Aug 29 04:32:05.857 INFO O| Aug 29 04:32:05.857 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88792026-08-29T04:32:07.231Z[ recovery-image] Aug 29 04:32:05.866 INFO O| Aug 29 04:32:05.866 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88802026-08-29T04:32:07.231Z[ recovery-image] Aug 29 04:32:05.866 INFO O| Aug 29 04:32:05.866 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88812026-08-29T04:32:07.231Z[ recovery-image] Aug 29 04:32:05.866 INFO O| Aug 29 04:32:05.866 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88822026-08-29T04:32:07.234Z[ recovery-image] Aug 29 04:32:05.866 INFO O| Aug 29 04:32:05.866 INFO ok!
88832026-08-29T04:32:07.234Z[ recovery-image] Aug 29 04:32:05.866 INFO O| Aug 29 04:32:05.866 INFO STEP 27 (ensure_file) COMPLETE
88842026-08-29T04:32:07.234Z[ recovery-image] Aug 29 04:32:05.866 INFO O| Aug 29 04:32:05.866 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88852026-08-29T04:32:07.242Z[ recovery-image] Aug 29 04:32:05.877 INFO O| Aug 29 04:32:05.877 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88862026-08-29T04:32:07.242Z[ recovery-image] Aug 29 04:32:05.877 INFO O| Aug 29 04:32:05.877 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88872026-08-29T04:32:07.242Z[ recovery-image] Aug 29 04:32:05.877 INFO O| Aug 29 04:32:05.877 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88882026-08-29T04:32:07.247Z[ recovery-image] Aug 29 04:32:05.877 INFO O| Aug 29 04:32:05.877 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88892026-08-29T04:32:07.247Z[ recovery-image] Aug 29 04:32:05.877 INFO O| Aug 29 04:32:05.877 INFO ok!
88902026-08-29T04:32:07.247Z[ recovery-image] Aug 29 04:32:05.877 INFO O| Aug 29 04:32:05.877 INFO STEP 28 (ensure_file) COMPLETE
88912026-08-29T04:32:07.247Z[ recovery-image] Aug 29 04:32:05.877 INFO O| Aug 29 04:32:05.877 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88922026-08-29T04:32:07.255Z[ recovery-image] Aug 29 04:32:05.888 INFO O| Aug 29 04:32:05.888 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88932026-08-29T04:32:07.255Z[ recovery-image] Aug 29 04:32:05.888 INFO O| Aug 29 04:32:05.888 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88942026-08-29T04:32:07.265Z[ recovery-image] Aug 29 04:32:05.888 INFO O| Aug 29 04:32:05.888 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88952026-08-29T04:32:07.265Z[ recovery-image] Aug 29 04:32:05.888 INFO O| Aug 29 04:32:05.888 INFO ok!
88962026-08-29T04:32:07.265Z[ recovery-image] Aug 29 04:32:05.888 INFO O| Aug 29 04:32:05.888 INFO STEP 29 (ensure_file) COMPLETE
88972026-08-29T04:32:07.265Z[ recovery-image] Aug 29 04:32:05.888 INFO O| Aug 29 04:32:05.888 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88982026-08-29T04:32:07.269Z[ recovery-image] Aug 29 04:32:05.899 INFO O| Aug 29 04:32:05.899 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88992026-08-29T04:32:07.269Z[ recovery-image] Aug 29 04:32:05.899 INFO O| Aug 29 04:32:05.899 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89002026-08-29T04:32:07.269Z[ recovery-image] Aug 29 04:32:05.899 INFO O| Aug 29 04:32:05.899 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89012026-08-29T04:32:07.269Z[ recovery-image] Aug 29 04:32:05.899 INFO O| Aug 29 04:32:05.899 INFO STEP 30 (ensure_dir) COMPLETE
89022026-08-29T04:32:07.269Z[ recovery-image] Aug 29 04:32:05.899 INFO O| Aug 29 04:32:05.899 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89032026-08-29T04:32:07.275Z[ recovery-image] Aug 29 04:32:05.909 INFO O| Aug 29 04:32:05.909 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
89042026-08-29T04:32:07.275Z[ recovery-image] Aug 29 04:32:05.909 INFO O| Aug 29 04:32:05.909 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 ...
89052026-08-29T04:32:07.275Z[ recovery-image] Aug 29 04:32:05.909 INFO O| Aug 29 04:32:05.909 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
89062026-08-29T04:32:07.279Z[ recovery-image] Aug 29 04:32:05.909 INFO O| Aug 29 04:32:05.909 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89072026-08-29T04:32:07.279Z[ recovery-image] Aug 29 04:32:05.909 INFO O| Aug 29 04:32:05.909 INFO ok!
89082026-08-29T04:32:07.279Z[ recovery-image] Aug 29 04:32:05.909 INFO O| Aug 29 04:32:05.909 INFO STEP 31 (ensure_file) COMPLETE
89092026-08-29T04:32:07.279Z[ recovery-image] Aug 29 04:32:05.909 INFO O| Aug 29 04:32:05.909 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89102026-08-29T04:32:07.284Z[ recovery-image] Aug 29 04:32:05.919 INFO O| Aug 29 04:32:05.919 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89112026-08-29T04:32:07.284Z[ recovery-image] Aug 29 04:32:05.919 INFO O| Aug 29 04:32:05.919 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89122026-08-29T04:32:07.284Z[ recovery-image] Aug 29 04:32:05.919 INFO O| Aug 29 04:32:05.919 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89132026-08-29T04:32:07.287Z[ recovery-image] Aug 29 04:32:05.919 INFO O| Aug 29 04:32:05.919 INFO STEP 32 (ensure_dir) COMPLETE
89142026-08-29T04:32:07.287Z[ recovery-image] Aug 29 04:32:05.919 INFO O| Aug 29 04:32:05.919 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89152026-08-29T04:32:07.294Z[ recovery-image] Aug 29 04:32:05.929 INFO O| Aug 29 04:32:05.929 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89162026-08-29T04:32:07.294Z[ recovery-image] Aug 29 04:32:05.929 INFO O| Aug 29 04:32:05.929 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 ...
89172026-08-29T04:32:07.294Z[ recovery-image] Aug 29 04:32:05.929 INFO O| Aug 29 04:32:05.929 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
89182026-08-29T04:32:07.297Z[ recovery-image] Aug 29 04:32:05.929 INFO O| Aug 29 04:32:05.929 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89192026-08-29T04:32:07.297Z[ recovery-image] Aug 29 04:32:05.929 INFO O| Aug 29 04:32:05.929 INFO ok!
89202026-08-29T04:32:07.298Z[ recovery-image] Aug 29 04:32:05.929 INFO O| Aug 29 04:32:05.929 INFO STEP 33 (ensure_file) COMPLETE
89212026-08-29T04:32:07.299Z[ recovery-image] Aug 29 04:32:05.929 INFO O| Aug 29 04:32:05.929 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89222026-08-29T04:32:07.304Z[ recovery-image] Aug 29 04:32:05.939 INFO O| Aug 29 04:32:05.939 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89232026-08-29T04:32:07.304Z[ recovery-image] Aug 29 04:32:05.939 INFO O| Aug 29 04:32:05.939 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89242026-08-29T04:32:07.304Z[ recovery-image] Aug 29 04:32:05.939 INFO O| Aug 29 04:32:05.939 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89252026-08-29T04:32:07.304Z[ recovery-image] Aug 29 04:32:05.939 INFO O| Aug 29 04:32:05.939 INFO ok!
89262026-08-29T04:32:07.308Z[ recovery-image] Aug 29 04:32:05.939 INFO O| Aug 29 04:32:05.939 INFO STEP 34 (ensure_file) COMPLETE
89272026-08-29T04:32:07.308Z[ recovery-image] Aug 29 04:32:05.939 INFO O| Aug 29 04:32:05.939 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89282026-08-29T04:32:07.314Z[ recovery-image] Aug 29 04:32:05.949 INFO O| Aug 29 04:32:05.949 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89292026-08-29T04:32:07.314Z[ recovery-image] Aug 29 04:32:05.949 INFO O| Aug 29 04:32:05.949 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89302026-08-29T04:32:07.314Z[ recovery-image] Aug 29 04:32:05.949 INFO O| Aug 29 04:32:05.949 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89312026-08-29T04:32:07.317Z[ recovery-image] Aug 29 04:32:05.949 INFO O| Aug 29 04:32:05.949 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89322026-08-29T04:32:07.317Z[ recovery-image] Aug 29 04:32:05.949 INFO O| Aug 29 04:32:05.949 INFO ok!
89332026-08-29T04:32:07.317Z[ recovery-image] Aug 29 04:32:05.949 INFO O| Aug 29 04:32:05.949 INFO STEP 35 (ensure_file) COMPLETE
89342026-08-29T04:32:07.317Z[ recovery-image] Aug 29 04:32:05.949 INFO O| Aug 29 04:32:05.949 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89352026-08-29T04:32:07.324Z[ recovery-image] Aug 29 04:32:05.959 INFO O| Aug 29 04:32:05.959 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89362026-08-29T04:32:07.324Z[ recovery-image] Aug 29 04:32:05.959 INFO O| Aug 29 04:32:05.959 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89372026-08-29T04:32:07.324Z[ recovery-image] Aug 29 04:32:05.959 INFO O| Aug 29 04:32:05.959 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89382026-08-29T04:32:07.324Z[ recovery-image] Aug 29 04:32:05.959 INFO O| Aug 29 04:32:05.959 INFO ok!
89392026-08-29T04:32:07.324Z[ recovery-image] Aug 29 04:32:05.959 INFO O| Aug 29 04:32:05.959 INFO STEP 36 (ensure_file) COMPLETE
89402026-08-29T04:32:07.328Z[ recovery-image] Aug 29 04:32:05.959 INFO O| Aug 29 04:32:05.959 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89412026-08-29T04:32:07.336Z[ recovery-image] Aug 29 04:32:05.970 INFO O| Aug 29 04:32:05.970 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89422026-08-29T04:32:07.336Z[ recovery-image] Aug 29 04:32:05.971 INFO O| Aug 29 04:32:05.970 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89432026-08-29T04:32:07.339Z[ recovery-image] Aug 29 04:32:05.971 INFO O| Aug 29 04:32:05.971 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89442026-08-29T04:32:07.340Z[ recovery-image] Aug 29 04:32:05.971 INFO O| Aug 29 04:32:05.971 INFO ok!
89452026-08-29T04:32:07.340Z[ recovery-image] Aug 29 04:32:05.971 INFO O| Aug 29 04:32:05.971 INFO STEP 37 (ensure_file) COMPLETE
89462026-08-29T04:32:07.340Z[ recovery-image] Aug 29 04:32:05.971 INFO O| Aug 29 04:32:05.971 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89472026-08-29T04:32:07.349Z[ recovery-image] Aug 29 04:32:05.983 INFO O| Aug 29 04:32:05.983 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89482026-08-29T04:32:07.349Z[ recovery-image] Aug 29 04:32:05.983 INFO O| Aug 29 04:32:05.983 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89492026-08-29T04:32:07.349Z[ recovery-image] Aug 29 04:32:05.984 INFO O| Aug 29 04:32:05.983 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89502026-08-29T04:32:07.352Z[ recovery-image] Aug 29 04:32:05.984 INFO O| Aug 29 04:32:05.983 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89512026-08-29T04:32:07.352Z[ recovery-image] Aug 29 04:32:05.984 INFO O| Aug 29 04:32:05.984 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89522026-08-29T04:32:07.352Z[ recovery-image] Aug 29 04:32:05.984 INFO O| Aug 29 04:32:05.984 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89532026-08-29T04:32:07.352Z[ recovery-image] Aug 29 04:32:05.984 INFO O| Aug 29 04:32:05.984 INFO ok!
89542026-08-29T04:32:07.352Z[ recovery-image] Aug 29 04:32:05.984 INFO O| Aug 29 04:32:05.984 INFO STEP 38 (ensure_file) COMPLETE
89552026-08-29T04:32:07.353Z[ recovery-image] Aug 29 04:32:05.984 INFO O| Aug 29 04:32:05.984 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89562026-08-29T04:32:07.360Z[ recovery-image] Aug 29 04:32:05.995 INFO O| Aug 29 04:32:05.995 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89572026-08-29T04:32:07.360Z[ recovery-image] Aug 29 04:32:05.995 INFO O| Aug 29 04:32:05.995 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89582026-08-29T04:32:07.360Z[ recovery-image] Aug 29 04:32:05.995 INFO O| Aug 29 04:32:05.995 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89592026-08-29T04:32:07.363Z[ recovery-image] Aug 29 04:32:05.995 INFO O| Aug 29 04:32:05.995 INFO STEP 39 (ensure_dir) COMPLETE
89602026-08-29T04:32:07.363Z[ recovery-image] Aug 29 04:32:05.995 INFO O| Aug 29 04:32:05.995 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89612026-08-29T04:32:07.371Z[ recovery-image] Aug 29 04:32:06.006 INFO O| Aug 29 04:32:06.006 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
89622026-08-29T04:32:07.371Z[ recovery-image] Aug 29 04:32:06.006 INFO O| Aug 29 04:32:06.006 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 ...
89632026-08-29T04:32:07.371Z[ recovery-image] Aug 29 04:32:06.006 INFO O| Aug 29 04:32:06.006 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
89642026-08-29T04:32:07.375Z[ recovery-image] Aug 29 04:32:06.006 INFO O| Aug 29 04:32:06.006 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
89652026-08-29T04:32:07.375Z[ recovery-image] Aug 29 04:32:06.006 INFO O| Aug 29 04:32:06.006 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
89662026-08-29T04:32:07.375Z[ recovery-image] Aug 29 04:32:06.006 INFO O| Aug 29 04:32:06.006 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
89672026-08-29T04:32:07.375Z[ recovery-image] Aug 29 04:32:06.006 INFO O| Aug 29 04:32:06.006 INFO ok!
89682026-08-29T04:32:07.375Z[ recovery-image] Aug 29 04:32:06.006 INFO O| Aug 29 04:32:06.006 INFO STEP 40 (ensure_file) COMPLETE
89692026-08-29T04:32:07.375Z[ recovery-image] Aug 29 04:32:06.006 INFO O| Aug 29 04:32:06.006 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89702026-08-29T04:32:07.381Z[ recovery-image] Aug 29 04:32:06.016 INFO O| Aug 29 04:32:06.016 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89712026-08-29T04:32:07.381Z[ recovery-image] Aug 29 04:32:06.016 INFO O| Aug 29 04:32:06.016 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 ...
89722026-08-29T04:32:07.384Z[ recovery-image] Aug 29 04:32:06.016 INFO O| Aug 29 04:32:06.016 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89732026-08-29T04:32:07.384Z[ recovery-image] Aug 29 04:32:06.016 INFO O| Aug 29 04:32:06.016 INFO ok!
89742026-08-29T04:32:07.384Z[ recovery-image] Aug 29 04:32:06.016 INFO O| Aug 29 04:32:06.016 INFO STEP 41 (ensure_symlink) COMPLETE
89752026-08-29T04:32:07.384Z[ recovery-image] Aug 29 04:32:06.016 INFO O| Aug 29 04:32:06.016 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89762026-08-29T04:32:07.392Z[ recovery-image] Aug 29 04:32:06.027 INFO O| Aug 29 04:32:06.027 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89772026-08-29T04:32:07.392Z[ recovery-image] Aug 29 04:32:06.027 INFO O| Aug 29 04:32:06.027 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89782026-08-29T04:32:07.395Z[ recovery-image] Aug 29 04:32:06.027 INFO O| Aug 29 04:32:06.027 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89792026-08-29T04:32:07.395Z[ recovery-image] Aug 29 04:32:06.027 INFO O| Aug 29 04:32:06.027 INFO ok!
89802026-08-29T04:32:07.395Z[ recovery-image] Aug 29 04:32:06.027 INFO O| Aug 29 04:32:06.027 INFO STEP 42 (ensure_symlink) COMPLETE
89812026-08-29T04:32:07.395Z[ recovery-image] Aug 29 04:32:06.027 INFO O| Aug 29 04:32:06.027 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89822026-08-29T04:32:07.402Z[ recovery-image] Aug 29 04:32:06.037 INFO O| Aug 29 04:32:06.037 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89832026-08-29T04:32:07.402Z[ recovery-image] Aug 29 04:32:06.037 INFO O| Aug 29 04:32:06.037 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89842026-08-29T04:32:07.402Z[ recovery-image] Aug 29 04:32:06.037 INFO O| Aug 29 04:32:06.037 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89852026-08-29T04:32:07.405Z[ recovery-image] Aug 29 04:32:06.037 INFO O| Aug 29 04:32:06.037 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89862026-08-29T04:32:07.405Z[ recovery-image] Aug 29 04:32:06.037 INFO O| Aug 29 04:32:06.037 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89872026-08-29T04:32:07.405Z[ recovery-image] Aug 29 04:32:06.037 INFO O| Aug 29 04:32:06.037 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89882026-08-29T04:32:07.405Z[ recovery-image] Aug 29 04:32:06.037 INFO O| Aug 29 04:32:06.037 INFO ok!
89892026-08-29T04:32:07.405Z[ recovery-image] Aug 29 04:32:06.037 INFO O| Aug 29 04:32:06.037 INFO STEP 43 (ensure_file) COMPLETE
89902026-08-29T04:32:07.405Z[ recovery-image] Aug 29 04:32:06.037 INFO O| Aug 29 04:32:06.037 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89912026-08-29T04:32:07.413Z[ recovery-image] Aug 29 04:32:06.048 INFO O| Aug 29 04:32:06.048 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89922026-08-29T04:32:07.413Z[ recovery-image] Aug 29 04:32:06.048 INFO O| Aug 29 04:32:06.048 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 ...
89932026-08-29T04:32:07.413Z[ recovery-image] Aug 29 04:32:06.048 INFO O| Aug 29 04:32:06.048 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
89942026-08-29T04:32:07.416Z[ recovery-image] Aug 29 04:32:06.048 INFO O| Aug 29 04:32:06.048 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89952026-08-29T04:32:07.416Z[ recovery-image] Aug 29 04:32:06.048 INFO O| Aug 29 04:32:06.048 INFO ok!
89962026-08-29T04:32:07.417Z[ recovery-image] Aug 29 04:32:06.048 INFO O| Aug 29 04:32:06.048 INFO STEP 44 (ensure_file) COMPLETE
89972026-08-29T04:32:07.417Z[ recovery-image] Aug 29 04:32:06.048 INFO O| Aug 29 04:32:06.048 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89982026-08-29T04:32:07.425Z[ recovery-image] Aug 29 04:32:06.060 INFO O| Aug 29 04:32:06.060 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89992026-08-29T04:32:07.425Z[ recovery-image] Aug 29 04:32:06.060 INFO O| Aug 29 04:32:06.060 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
90002026-08-29T04:32:07.428Z[ recovery-image] Aug 29 04:32:06.060 INFO O| Aug 29 04:32:06.060 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
90012026-08-29T04:32:07.428Z[ recovery-image] Aug 29 04:32:06.060 INFO O| Aug 29 04:32:06.060 INFO ok!
90022026-08-29T04:32:07.428Z[ recovery-image] Aug 29 04:32:06.060 INFO O| Aug 29 04:32:06.060 INFO STEP 45 (ensure_file) COMPLETE
90032026-08-29T04:32:07.428Z[ recovery-image] Aug 29 04:32:06.060 INFO O| Aug 29 04:32:06.060 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90042026-08-29T04:32:07.435Z[ recovery-image] Aug 29 04:32:06.070 INFO O| Aug 29 04:32:06.070 INFO updating shadow file
90052026-08-29T04:32:07.435Z[ recovery-image] Aug 29 04:32:06.070 INFO O| Aug 29 04:32:06.070 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90062026-08-29T04:32:07.436Z[ recovery-image] Aug 29 04:32:06.070 INFO O| Aug 29 04:32:06.070 INFO STEP 46 (shadow) COMPLETE
90072026-08-29T04:32:07.439Z[ recovery-image] Aug 29 04:32:06.070 INFO O| Aug 29 04:32:06.070 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90082026-08-29T04:32:07.447Z[ recovery-image] Aug 29 04:32:06.082 INFO O| Aug 29 04:32:06.082 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90092026-08-29T04:32:07.447Z[ recovery-image] Aug 29 04:32:06.082 INFO O| Aug 29 04:32:06.082 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90102026-08-29T04:32:07.447Z[ recovery-image] Aug 29 04:32:06.082 INFO O| Aug 29 04:32:06.082 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90112026-08-29T04:32:07.450Z[ recovery-image] Aug 29 04:32:06.082 INFO O| Aug 29 04:32:06.082 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90122026-08-29T04:32:07.450Z[ recovery-image] Aug 29 04:32:06.082 INFO O| Aug 29 04:32:06.082 INFO ok!
90132026-08-29T04:32:07.450Z[ recovery-image] Aug 29 04:32:06.082 INFO O| Aug 29 04:32:06.082 INFO STEP 47 (ensure_file) COMPLETE
90142026-08-29T04:32:07.450Z[ recovery-image] Aug 29 04:32:06.082 INFO O| Aug 29 04:32:06.082 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90152026-08-29T04:32:07.459Z[ recovery-image] Aug 29 04:32:06.094 INFO O| Aug 29 04:32:06.093 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90162026-08-29T04:32:07.459Z[ recovery-image] Aug 29 04:32:06.094 INFO O| Aug 29 04:32:06.094 INFO STEP 48 (ensure_dir) COMPLETE
90172026-08-29T04:32:07.459Z[ recovery-image] Aug 29 04:32:06.094 INFO O| Aug 29 04:32:06.094 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90182026-08-29T04:32:07.469Z[ recovery-image] Aug 29 04:32:06.104 INFO O| Aug 29 04:32:06.104 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90192026-08-29T04:32:07.469Z[ recovery-image] Aug 29 04:32:06.104 INFO O| Aug 29 04:32:06.104 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90202026-08-29T04:32:07.469Z[ recovery-image] Aug 29 04:32:06.104 INFO O| Aug 29 04:32:06.104 INFO STEP 49 (ensure_dir) COMPLETE
90212026-08-29T04:32:07.469Z[ recovery-image] Aug 29 04:32:06.104 INFO O| Aug 29 04:32:06.104 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90222026-08-29T04:32:07.479Z[ recovery-image] Aug 29 04:32:06.114 INFO O| Aug 29 04:32:06.114 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90232026-08-29T04:32:07.479Z[ recovery-image] Aug 29 04:32:06.114 INFO O| Aug 29 04:32:06.114 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90242026-08-29T04:32:07.479Z[ recovery-image] Aug 29 04:32:06.114 INFO O| Aug 29 04:32:06.114 INFO STEP 50 (ensure_dir) COMPLETE
90252026-08-29T04:32:07.479Z[ recovery-image] Aug 29 04:32:06.114 INFO O| Aug 29 04:32:06.114 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90262026-08-29T04:32:07.489Z[ recovery-image] Aug 29 04:32:06.124 INFO O| Aug 29 04:32:06.124 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90272026-08-29T04:32:07.489Z[ recovery-image] Aug 29 04:32:06.124 INFO O| Aug 29 04:32:06.124 INFO copying /tmp/.tmpvAHRh8/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90282026-08-29T04:32:07.537Z[ recovery-image] Aug 29 04:32:06.171 INFO O| Aug 29 04:32:06.171 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90292026-08-29T04:32:07.537Z[ recovery-image] Aug 29 04:32:06.171 INFO O| Aug 29 04:32:06.171 INFO ok!
90302026-08-29T04:32:07.537Z[ recovery-image] Aug 29 04:32:06.171 INFO O| Aug 29 04:32:06.171 INFO STEP 51 (ensure_file) COMPLETE
90312026-08-29T04:32:07.540Z[ recovery-image] Aug 29 04:32:06.171 INFO O| Aug 29 04:32:06.171 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90322026-08-29T04:32:07.549Z[ recovery-image] Aug 29 04:32:06.184 INFO O| Aug 29 04:32:06.184 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90332026-08-29T04:32:07.550Z[ recovery-image] Aug 29 04:32:06.184 INFO O| Aug 29 04:32:06.184 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90342026-08-29T04:32:07.550Z[ recovery-image] Aug 29 04:32:06.184 INFO O| Aug 29 04:32:06.184 INFO STEP 52 (ensure_dir) COMPLETE
90352026-08-29T04:32:07.554Z[ recovery-image] Aug 29 04:32:06.184 INFO O| Aug 29 04:32:06.184 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90362026-08-29T04:32:07.559Z[ recovery-image] Aug 29 04:32:06.194 INFO O| Aug 29 04:32:06.194 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90372026-08-29T04:32:07.561Z[ recovery-image] Aug 29 04:32:06.194 INFO O| Aug 29 04:32:06.194 INFO copying /tmp/.tmpvAHRh8/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90382026-08-29T04:32:07.564Z[ recovery-image] Aug 29 04:32:06.194 INFO O| Aug 29 04:32:06.194 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90392026-08-29T04:32:07.564Z[ recovery-image] Aug 29 04:32:06.194 INFO O| Aug 29 04:32:06.194 INFO ok!
90402026-08-29T04:32:07.564Z[ recovery-image] Aug 29 04:32:06.194 INFO O| Aug 29 04:32:06.194 INFO STEP 53 (ensure_file) COMPLETE
90412026-08-29T04:32:07.564Z[ recovery-image] Aug 29 04:32:06.194 INFO O| Aug 29 04:32:06.194 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90422026-08-29T04:32:07.569Z[ recovery-image] Aug 29 04:32:06.204 INFO O| Aug 29 04:32:06.204 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90432026-08-29T04:32:07.569Z[ recovery-image] Aug 29 04:32:06.204 INFO O| Aug 29 04:32:06.204 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90442026-08-29T04:32:07.572Z[ recovery-image] Aug 29 04:32:06.204 INFO O| Aug 29 04:32:06.204 INFO STEP 54 (ensure_dir) COMPLETE
90452026-08-29T04:32:07.572Z[ recovery-image] Aug 29 04:32:06.204 INFO O| Aug 29 04:32:06.204 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90462026-08-29T04:32:07.579Z[ recovery-image] Aug 29 04:32:06.214 INFO O| Aug 29 04:32:06.214 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90472026-08-29T04:32:07.579Z[ recovery-image] Aug 29 04:32:06.214 INFO O| Aug 29 04:32:06.214 INFO copying /tmp/.tmpvAHRh8/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90482026-08-29T04:32:09.710Z[ recovery-image] Aug 29 04:32:08.345 INFO O| Aug 29 04:32:08.344 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90492026-08-29T04:32:09.710Z[ recovery-image] Aug 29 04:32:08.345 INFO O| Aug 29 04:32:08.345 INFO ok!
90502026-08-29T04:32:09.713Z[ recovery-image] Aug 29 04:32:08.345 INFO O| Aug 29 04:32:08.345 INFO STEP 55 (ensure_file) COMPLETE
90512026-08-29T04:32:09.713Z[ recovery-image] Aug 29 04:32:08.345 INFO O| Aug 29 04:32:08.345 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90522026-08-29T04:32:09.721Z[ recovery-image] Aug 29 04:32:08.356 INFO O| Aug 29 04:32:08.356 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90532026-08-29T04:32:09.721Z[ recovery-image] Aug 29 04:32:08.356 INFO O| Aug 29 04:32:08.356 INFO copying /tmp/.tmpvAHRh8/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90542026-08-29T04:32:11.460Z[verify-libraries] Compiling oso v0.27.3
90552026-08-29T04:32:11.792Z[ recovery-image] Aug 29 04:32:10.426 INFO O| Aug 29 04:32:10.426 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90562026-08-29T04:32:11.792Z[ recovery-image] Aug 29 04:32:10.426 INFO O| Aug 29 04:32:10.426 INFO ok!
90572026-08-29T04:32:11.793Z[ recovery-image] Aug 29 04:32:10.426 INFO O| Aug 29 04:32:10.426 INFO STEP 56 (ensure_file) COMPLETE
90582026-08-29T04:32:11.796Z[ recovery-image] Aug 29 04:32:10.426 INFO O| Aug 29 04:32:10.426 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90592026-08-29T04:32:11.802Z[ recovery-image] Aug 29 04:32:10.437 INFO O| Aug 29 04:32:10.437 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90602026-08-29T04:32:11.802Z[ recovery-image] Aug 29 04:32:10.437 INFO O| Aug 29 04:32:10.437 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90612026-08-29T04:32:11.806Z[ recovery-image] Aug 29 04:32:10.437 INFO O| Aug 29 04:32:10.437 INFO STEP 57 (ensure_dir) COMPLETE
90622026-08-29T04:32:11.806Z[ recovery-image] Aug 29 04:32:10.437 INFO O| Aug 29 04:32:10.437 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90632026-08-29T04:32:11.812Z[ recovery-image] Aug 29 04:32:10.447 INFO O| Aug 29 04:32:10.447 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90642026-08-29T04:32:11.813Z[ recovery-image] Aug 29 04:32:10.447 INFO O| Aug 29 04:32:10.447 INFO copying /tmp/.tmpvAHRh8/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 ...
90652026-08-29T04:32:11.816Z[ recovery-image] Aug 29 04:32:10.447 INFO O| Aug 29 04:32:10.447 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
90662026-08-29T04:32:11.816Z[ recovery-image] Aug 29 04:32:10.447 INFO O| Aug 29 04:32:10.447 INFO ok!
90672026-08-29T04:32:11.816Z[ recovery-image] Aug 29 04:32:10.447 INFO O| Aug 29 04:32:10.447 INFO STEP 58 (ensure_file) COMPLETE
90682026-08-29T04:32:11.816Z[ recovery-image] Aug 29 04:32:10.447 INFO O| Aug 29 04:32:10.447 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90692026-08-29T04:32:11.822Z[ recovery-image] Aug 29 04:32:10.457 INFO O| Aug 29 04:32:10.457 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90702026-08-29T04:32:11.822Z[ recovery-image] Aug 29 04:32:10.457 INFO O| Aug 29 04:32:10.457 INFO copying /tmp/.tmpvAHRh8/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 ...
90712026-08-29T04:32:11.823Z[ recovery-image] Aug 29 04:32:10.457 INFO O| Aug 29 04:32:10.457 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
90722026-08-29T04:32:11.827Z[ recovery-image] Aug 29 04:32:10.457 INFO O| Aug 29 04:32:10.457 INFO ok!
90732026-08-29T04:32:11.827Z[ recovery-image] Aug 29 04:32:10.457 INFO O| Aug 29 04:32:10.457 INFO STEP 59 (ensure_file) COMPLETE
90742026-08-29T04:32:11.827Z[ recovery-image] Aug 29 04:32:10.457 INFO O| Aug 29 04:32:10.457 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90752026-08-29T04:32:11.831Z[ recovery-image] Aug 29 04:32:10.466 INFO O| Aug 29 04:32:10.466 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90762026-08-29T04:32:11.831Z[ recovery-image] Aug 29 04:32:10.466 INFO O| Aug 29 04:32:10.466 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90772026-08-29T04:32:11.835Z[ recovery-image] Aug 29 04:32:10.466 INFO O| Aug 29 04:32:10.466 INFO STEP 60 (ensure_dir) COMPLETE
90782026-08-29T04:32:11.835Z[ recovery-image] Aug 29 04:32:10.466 INFO O| Aug 29 04:32:10.466 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90792026-08-29T04:32:11.841Z[ recovery-image] Aug 29 04:32:10.476 INFO O| Aug 29 04:32:10.476 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90802026-08-29T04:32:11.841Z[ recovery-image] Aug 29 04:32:10.476 INFO O| Aug 29 04:32:10.476 INFO copying /tmp/.tmpvAHRh8/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 ...
90812026-08-29T04:32:11.844Z[ recovery-image] Aug 29 04:32:10.476 INFO O| Aug 29 04:32:10.476 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90822026-08-29T04:32:11.844Z[ recovery-image] Aug 29 04:32:10.476 INFO O| Aug 29 04:32:10.476 INFO ok!
90832026-08-29T04:32:11.844Z[ recovery-image] Aug 29 04:32:10.476 INFO O| Aug 29 04:32:10.476 INFO STEP 61 (ensure_file) COMPLETE
90842026-08-29T04:32:11.844Z[ recovery-image] Aug 29 04:32:10.476 INFO O| Aug 29 04:32:10.476 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90852026-08-29T04:32:11.851Z[ recovery-image] Aug 29 04:32:10.485 INFO O| Aug 29 04:32:10.485 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90862026-08-29T04:32:11.851Z[ recovery-image] Aug 29 04:32:10.485 INFO O| Aug 29 04:32:10.485 INFO copying /tmp/.tmpvAHRh8/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 ...
90872026-08-29T04:32:11.852Z[ recovery-image] Aug 29 04:32:10.486 INFO O| Aug 29 04:32:10.485 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
90882026-08-29T04:32:11.858Z[ recovery-image] Aug 29 04:32:10.486 INFO O| Aug 29 04:32:10.485 INFO ok!
90892026-08-29T04:32:11.858Z[ recovery-image] Aug 29 04:32:10.486 INFO O| Aug 29 04:32:10.485 INFO STEP 62 (ensure_file) COMPLETE
90902026-08-29T04:32:11.858Z[ recovery-image] Aug 29 04:32:10.486 INFO O| Aug 29 04:32:10.486 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90912026-08-29T04:32:11.861Z[ recovery-image] Aug 29 04:32:10.495 INFO O| Aug 29 04:32:10.495 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90922026-08-29T04:32:11.861Z[ recovery-image] Aug 29 04:32:10.495 INFO O| Aug 29 04:32:10.495 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90932026-08-29T04:32:11.861Z[ recovery-image] Aug 29 04:32:10.495 INFO O| Aug 29 04:32:10.495 INFO STEP 63 (ensure_dir) COMPLETE
90942026-08-29T04:32:11.861Z[ recovery-image] Aug 29 04:32:10.495 INFO O| Aug 29 04:32:10.495 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90952026-08-29T04:32:11.873Z[ recovery-image] Aug 29 04:32:10.506 INFO O| Aug 29 04:32:10.506 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90962026-08-29T04:32:11.873Z[ recovery-image] Aug 29 04:32:10.506 INFO O| Aug 29 04:32:10.506 INFO copying /tmp/.tmpvAHRh8/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 ...
90972026-08-29T04:32:11.878Z[ recovery-image] Aug 29 04:32:10.506 INFO O| Aug 29 04:32:10.506 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90982026-08-29T04:32:11.878Z[ recovery-image] Aug 29 04:32:10.506 INFO O| Aug 29 04:32:10.506 INFO ok!
90992026-08-29T04:32:11.878Z[ recovery-image] Aug 29 04:32:10.506 INFO O| Aug 29 04:32:10.506 INFO STEP 64 (ensure_file) COMPLETE
91002026-08-29T04:32:11.878Z[ recovery-image] Aug 29 04:32:10.506 INFO O| Aug 29 04:32:10.506 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91012026-08-29T04:32:11.883Z[ recovery-image] Aug 29 04:32:10.516 INFO O| Aug 29 04:32:10.516 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
91022026-08-29T04:32:11.883Z[ recovery-image] Aug 29 04:32:10.516 INFO O| Aug 29 04:32:10.516 INFO copying /tmp/.tmpvAHRh8/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
91032026-08-29T04:32:11.883Z[ recovery-image] Aug 29 04:32:10.516 INFO O| Aug 29 04:32:10.516 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91042026-08-29T04:32:11.884Z[ recovery-image] Aug 29 04:32:10.516 INFO O| Aug 29 04:32:10.516 INFO ok!
91052026-08-29T04:32:11.884Z[ recovery-image] Aug 29 04:32:10.516 INFO O| Aug 29 04:32:10.516 INFO STEP 65 (ensure_file) COMPLETE
91062026-08-29T04:32:11.884Z[ recovery-image] Aug 29 04:32:10.516 INFO O| Aug 29 04:32:10.516 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91072026-08-29T04:32:11.892Z[ recovery-image] Aug 29 04:32:10.526 INFO O| Aug 29 04:32:10.526 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91082026-08-29T04:32:11.892Z[ recovery-image] Aug 29 04:32:10.526 INFO O| Aug 29 04:32:10.526 INFO STEP 66 (ensure_dir) COMPLETE
91092026-08-29T04:32:11.895Z[ recovery-image] Aug 29 04:32:10.526 INFO O| Aug 29 04:32:10.526 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91102026-08-29T04:32:11.900Z[ recovery-image] Aug 29 04:32:10.535 INFO O| Aug 29 04:32:10.535 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91112026-08-29T04:32:11.900Z[ recovery-image] Aug 29 04:32:10.535 INFO O| Aug 29 04:32:10.535 INFO STEP 67 (ensure_dir) COMPLETE
91122026-08-29T04:32:11.901Z[ recovery-image] Aug 29 04:32:10.535 INFO O| Aug 29 04:32:10.535 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91132026-08-29T04:32:11.909Z[ recovery-image] Aug 29 04:32:10.544 INFO O| Aug 29 04:32:10.544 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91142026-08-29T04:32:11.909Z[ recovery-image] Aug 29 04:32:10.544 INFO O| Aug 29 04:32:10.544 INFO STEP 68 (ensure_dir) COMPLETE
91152026-08-29T04:32:11.909Z[ recovery-image] Aug 29 04:32:10.544 INFO O| Aug 29 04:32:10.544 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91162026-08-29T04:32:11.919Z[ recovery-image] Aug 29 04:32:10.554 INFO O| Aug 29 04:32:10.553 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91172026-08-29T04:32:11.919Z[ recovery-image] Aug 29 04:32:10.554 INFO O| Aug 29 04:32:10.554 INFO STEP 69 (ensure_dir) COMPLETE
91182026-08-29T04:32:11.919Z[ recovery-image] Aug 29 04:32:10.554 INFO O| Aug 29 04:32:10.554 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91192026-08-29T04:32:11.931Z[ recovery-image] Aug 29 04:32:10.564 INFO O| Aug 29 04:32:10.564 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91202026-08-29T04:32:11.931Z[ recovery-image] Aug 29 04:32:10.564 INFO O| Aug 29 04:32:10.564 INFO copying /tmp/.tmpvAHRh8/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91212026-08-29T04:32:11.931Z[ recovery-image] Aug 29 04:32:10.564 INFO O| Aug 29 04:32:10.564 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91222026-08-29T04:32:11.931Z[ recovery-image] Aug 29 04:32:10.564 INFO O| Aug 29 04:32:10.564 INFO ok!
91232026-08-29T04:32:11.931Z[ recovery-image] Aug 29 04:32:10.564 INFO O| Aug 29 04:32:10.564 INFO STEP 70 (ensure_file) COMPLETE
91242026-08-29T04:32:11.931Z[ recovery-image] Aug 29 04:32:10.564 INFO O| Aug 29 04:32:10.564 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91252026-08-29T04:32:11.938Z[ recovery-image] Aug 29 04:32:10.573 INFO O| Aug 29 04:32:10.573 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91262026-08-29T04:32:11.938Z[ recovery-image] Aug 29 04:32:10.573 INFO O| Aug 29 04:32:10.573 INFO STEP 71 (remove_files) COMPLETE
91272026-08-29T04:32:11.938Z[ recovery-image] Aug 29 04:32:10.573 INFO O| Aug 29 04:32:10.573 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91282026-08-29T04:32:11.979Z[ recovery-image] Aug 29 04:32:10.584 INFO O| Aug 29 04:32:10.584 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91292026-08-29T04:32:11.979Z[ recovery-image] Aug 29 04:32:10.584 INFO O| Aug 29 04:32:10.584 INFO STEP 72 (remove_files) COMPLETE
91302026-08-29T04:32:11.983Z[ recovery-image] Aug 29 04:32:10.584 INFO O| Aug 29 04:32:10.584 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91312026-08-29T04:32:11.989Z[ recovery-image] Aug 29 04:32:10.624 INFO O| Aug 29 04:32:10.624 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91322026-08-29T04:32:11.989Z[ recovery-image] Aug 29 04:32:10.624 INFO O| Aug 29 04:32:10.624 INFO STEP 73 (remove_files) COMPLETE
91332026-08-29T04:32:11.989Z[ recovery-image] Aug 29 04:32:10.624 INFO O| Aug 29 04:32:10.624 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91342026-08-29T04:32:12.000Z[ recovery-image] Aug 29 04:32:10.635 INFO O| Aug 29 04:32:10.635 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91352026-08-29T04:32:12.004Z[ recovery-image] Aug 29 04:32:10.635 INFO O| Aug 29 04:32:10.635 INFO STEP 74 (remove_files) COMPLETE
91362026-08-29T04:32:12.004Z[ recovery-image] Aug 29 04:32:10.635 INFO O| Aug 29 04:32:10.635 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91372026-08-29T04:32:12.015Z[ recovery-image] Aug 29 04:32:10.647 INFO O| Aug 29 04:32:10.646 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91382026-08-29T04:32:12.015Z[ recovery-image] Aug 29 04:32:10.647 INFO O| Aug 29 04:32:10.647 INFO STEP 75 (remove_files) COMPLETE
91392026-08-29T04:32:12.015Z[ recovery-image] Aug 29 04:32:10.647 INFO O| Aug 29 04:32:10.647 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91402026-08-29T04:32:12.045Z[ recovery-image] Aug 29 04:32:10.679 INFO O| Aug 29 04:32:10.678 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91412026-08-29T04:32:12.045Z[ recovery-image] Aug 29 04:32:10.679 INFO O| Aug 29 04:32:10.679 INFO STEP 76 (remove_files) COMPLETE
91422026-08-29T04:32:12.045Z[ recovery-image] Aug 29 04:32:10.679 INFO O| Aug 29 04:32:10.679 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91432026-08-29T04:32:12.057Z[ recovery-image] Aug 29 04:32:10.690 INFO O| Aug 29 04:32:10.690 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91442026-08-29T04:32:12.057Z[ recovery-image] Aug 29 04:32:10.690 INFO O| Aug 29 04:32:10.690 INFO STEP 77 (remove_files) COMPLETE
91452026-08-29T04:32:12.057Z[ recovery-image] Aug 29 04:32:10.690 INFO O| Aug 29 04:32:10.690 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91462026-08-29T04:32:12.066Z[ recovery-image] Aug 29 04:32:10.699 INFO O| Aug 29 04:32:10.699 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91472026-08-29T04:32:12.070Z[ recovery-image] Aug 29 04:32:10.699 INFO O| Aug 29 04:32:10.699 INFO STEP 78 (remove_files) COMPLETE
91482026-08-29T04:32:12.073Z[ recovery-image] Aug 29 04:32:10.699 INFO O| Aug 29 04:32:10.699 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91492026-08-29T04:32:12.076Z[ recovery-image] Aug 29 04:32:10.706 INFO O| Aug 29 04:32:10.706 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91502026-08-29T04:32:12.125Z[ recovery-image] Aug 29 04:32:10.706 INFO O| Aug 29 04:32:10.706 INFO STEP 79 (remove_files) COMPLETE
91512026-08-29T04:32:12.125Z[ recovery-image] Aug 29 04:32:10.706 INFO O| Aug 29 04:32:10.706 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91522026-08-29T04:32:12.125Z[ recovery-image] Aug 29 04:32:10.713 INFO O| Aug 29 04:32:10.713 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91532026-08-29T04:32:12.125Z[ recovery-image] Aug 29 04:32:10.713 INFO O| Aug 29 04:32:10.713 INFO STEP 80 (remove_files) COMPLETE
91542026-08-29T04:32:12.125Z[ recovery-image] Aug 29 04:32:10.713 INFO O| Aug 29 04:32:10.713 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91552026-08-29T04:32:12.125Z[ recovery-image] Aug 29 04:32:10.721 INFO O| Aug 29 04:32:10.720 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91562026-08-29T04:32:12.125Z[ recovery-image] Aug 29 04:32:10.721 INFO O| Aug 29 04:32:10.720 INFO STEP 81 (remove_files) COMPLETE
91572026-08-29T04:32:12.125Z[ recovery-image] Aug 29 04:32:10.721 INFO O| Aug 29 04:32:10.720 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91582026-08-29T04:32:12.125Z[ recovery-image] Aug 29 04:32:10.731 INFO O| Aug 29 04:32:10.730 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91592026-08-29T04:32:12.125Z[ recovery-image] Aug 29 04:32:10.731 INFO O| Aug 29 04:32:10.730 INFO STEP 82 (remove_files) COMPLETE
91602026-08-29T04:32:12.126Z[ recovery-image] Aug 29 04:32:10.731 INFO O| Aug 29 04:32:10.730 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91612026-08-29T04:32:12.129Z[ recovery-image] Aug 29 04:32:10.739 INFO O| Aug 29 04:32:10.739 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91622026-08-29T04:32:12.129Z[ recovery-image] Aug 29 04:32:10.739 INFO O| Aug 29 04:32:10.739 INFO STEP 83 (remove_files) COMPLETE
91632026-08-29T04:32:12.129Z[ recovery-image] Aug 29 04:32:10.739 INFO O| Aug 29 04:32:10.739 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91642026-08-29T04:32:12.129Z[ recovery-image] Aug 29 04:32:10.747 INFO O| Aug 29 04:32:10.747 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91652026-08-29T04:32:12.129Z[ recovery-image] Aug 29 04:32:10.747 INFO O| Aug 29 04:32:10.747 INFO STEP 84 (remove_files) COMPLETE
91662026-08-29T04:32:12.129Z[ recovery-image] Aug 29 04:32:10.747 INFO O| Aug 29 04:32:10.747 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91672026-08-29T04:32:12.129Z[ recovery-image] Aug 29 04:32:10.757 INFO O| Aug 29 04:32:10.757 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91682026-08-29T04:32:12.130Z[ recovery-image] Aug 29 04:32:10.757 INFO O| Aug 29 04:32:10.757 INFO STEP 85 (remove_files) COMPLETE
91692026-08-29T04:32:12.130Z[ recovery-image] Aug 29 04:32:10.757 INFO O| Aug 29 04:32:10.757 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91702026-08-29T04:32:12.142Z[ recovery-image] Aug 29 04:32:10.768 INFO O| Aug 29 04:32:10.768 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91712026-08-29T04:32:12.142Z[ recovery-image] Aug 29 04:32:10.768 INFO O| Aug 29 04:32:10.768 INFO STEP 86 (remove_files) COMPLETE
91722026-08-29T04:32:12.142Z[ recovery-image] Aug 29 04:32:10.768 INFO O| Aug 29 04:32:10.768 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91732026-08-29T04:32:12.145Z[ recovery-image] Aug 29 04:32:10.778 INFO O| Aug 29 04:32:10.778 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91742026-08-29T04:32:12.145Z[ recovery-image] Aug 29 04:32:10.779 INFO O| Aug 29 04:32:10.779 INFO STEP 87 (remove_files) COMPLETE
91752026-08-29T04:32:12.145Z[ recovery-image] Aug 29 04:32:10.779 INFO O| Aug 29 04:32:10.779 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91762026-08-29T04:32:12.153Z[ recovery-image] Aug 29 04:32:10.787 INFO O| Aug 29 04:32:10.787 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91772026-08-29T04:32:12.154Z[ recovery-image] Aug 29 04:32:10.787 INFO O| Aug 29 04:32:10.787 INFO STEP 88 (remove_files) COMPLETE
91782026-08-29T04:32:12.154Z[ recovery-image] Aug 29 04:32:10.787 INFO O| Aug 29 04:32:10.787 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91792026-08-29T04:32:12.161Z[ recovery-image] Aug 29 04:32:10.796 INFO O| Aug 29 04:32:10.796 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91802026-08-29T04:32:12.161Z[ recovery-image] Aug 29 04:32:10.796 INFO O| Aug 29 04:32:10.796 INFO STEP 89 (remove_files) COMPLETE
91812026-08-29T04:32:12.161Z[ recovery-image] Aug 29 04:32:10.796 INFO O| Aug 29 04:32:10.796 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91822026-08-29T04:32:12.169Z[ recovery-image] Aug 29 04:32:10.804 INFO O| Aug 29 04:32:10.804 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91832026-08-29T04:32:12.172Z[ recovery-image] Aug 29 04:32:10.804 INFO O| Aug 29 04:32:10.804 INFO STEP 90 (remove_files) COMPLETE
91842026-08-29T04:32:12.172Z[ recovery-image] Aug 29 04:32:10.804 INFO O| Aug 29 04:32:10.804 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91852026-08-29T04:32:12.177Z[ recovery-image] Aug 29 04:32:10.812 INFO O| Aug 29 04:32:10.812 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91862026-08-29T04:32:12.177Z[ recovery-image] Aug 29 04:32:10.812 INFO O| Aug 29 04:32:10.812 INFO STEP 91 (remove_files) COMPLETE
91872026-08-29T04:32:12.177Z[ recovery-image] Aug 29 04:32:10.812 INFO O| Aug 29 04:32:10.812 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91882026-08-29T04:32:12.185Z[ recovery-image] Aug 29 04:32:10.820 INFO O| Aug 29 04:32:10.820 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91892026-08-29T04:32:12.185Z[ recovery-image] Aug 29 04:32:10.820 INFO O| Aug 29 04:32:10.820 INFO STEP 92 (remove_files) COMPLETE
91902026-08-29T04:32:12.186Z[ recovery-image] Aug 29 04:32:10.820 INFO O| Aug 29 04:32:10.820 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91912026-08-29T04:32:12.194Z[ recovery-image] Aug 29 04:32:10.828 INFO O| Aug 29 04:32:10.828 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91922026-08-29T04:32:12.194Z[ recovery-image] Aug 29 04:32:10.828 INFO O| Aug 29 04:32:10.828 INFO STEP 93 (remove_files) COMPLETE
91932026-08-29T04:32:12.194Z[ recovery-image] Aug 29 04:32:10.828 INFO O| Aug 29 04:32:10.828 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91942026-08-29T04:32:12.201Z[ recovery-image] Aug 29 04:32:10.836 INFO O| Aug 29 04:32:10.836 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91952026-08-29T04:32:12.201Z[ recovery-image] Aug 29 04:32:10.836 INFO O| Aug 29 04:32:10.836 INFO STEP 94 (remove_files) COMPLETE
91962026-08-29T04:32:12.204Z[ recovery-image] Aug 29 04:32:10.836 INFO O| Aug 29 04:32:10.836 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91972026-08-29T04:32:12.209Z[ recovery-image] Aug 29 04:32:10.844 INFO O| Aug 29 04:32:10.844 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91982026-08-29T04:32:12.209Z[ recovery-image] Aug 29 04:32:10.844 INFO O| Aug 29 04:32:10.844 INFO STEP 95 (remove_files) COMPLETE
91992026-08-29T04:32:12.212Z[ recovery-image] Aug 29 04:32:10.844 INFO O| Aug 29 04:32:10.844 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92002026-08-29T04:32:12.217Z[ recovery-image] Aug 29 04:32:10.852 INFO O| Aug 29 04:32:10.852 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
92012026-08-29T04:32:12.217Z[ recovery-image] Aug 29 04:32:10.852 INFO O| Aug 29 04:32:10.852 INFO STEP 96 (remove_files) COMPLETE
92022026-08-29T04:32:12.217Z[ recovery-image] Aug 29 04:32:10.852 INFO O| Aug 29 04:32:10.852 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92032026-08-29T04:32:12.226Z[ recovery-image] Aug 29 04:32:10.860 INFO O| Aug 29 04:32:10.860 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92042026-08-29T04:32:12.226Z[ recovery-image] Aug 29 04:32:10.860 INFO O| Aug 29 04:32:10.860 INFO STEP 97 (remove_files) COMPLETE
92052026-08-29T04:32:12.226Z[ recovery-image] Aug 29 04:32:10.860 INFO O| Aug 29 04:32:10.860 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92062026-08-29T04:32:12.245Z[ recovery-image] Aug 29 04:32:10.869 INFO O| Aug 29 04:32:10.869 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92072026-08-29T04:32:12.245Z[ recovery-image] Aug 29 04:32:10.870 INFO O| Aug 29 04:32:10.869 INFO STEP 98 (remove_files) COMPLETE
92082026-08-29T04:32:12.248Z[ recovery-image] Aug 29 04:32:10.870 INFO O| Aug 29 04:32:10.870 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92092026-08-29T04:32:12.248Z[ recovery-image] Aug 29 04:32:10.878 INFO O| Aug 29 04:32:10.878 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92102026-08-29T04:32:12.248Z[ recovery-image] Aug 29 04:32:10.878 INFO O| Aug 29 04:32:10.878 INFO STEP 99 (remove_files) COMPLETE
92112026-08-29T04:32:12.248Z[ recovery-image] Aug 29 04:32:10.878 INFO O| Aug 29 04:32:10.878 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92122026-08-29T04:32:12.257Z[ recovery-image] Aug 29 04:32:10.891 INFO O| Aug 29 04:32:10.891 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92132026-08-29T04:32:12.257Z[ recovery-image] Aug 29 04:32:10.892 INFO O| Aug 29 04:32:10.891 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
92142026-08-29T04:32:16.888Z[ recovery-image] Aug 29 04:32:15.521 INFO O| Aug 29 04:32:15.521 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
92152026-08-29T04:32:16.888Z[ recovery-image] Aug 29 04:32:15.521 INFO O| Aug 29 04:32:15.521 INFO E| svccfg: Loaded 69 smf(7) service descriptions
92162026-08-29T04:32:16.901Z[ recovery-image] Aug 29 04:32:15.536 INFO O| Aug 29 04:32:15.536 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_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"}
92172026-08-29T04:32:17.004Z[ recovery-image] Aug 29 04:32:15.638 INFO O| Aug 29 04:32:15.638 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
92182026-08-29T04:32:17.071Z[ recovery-image] Aug 29 04:32:15.700 INFO O| Aug 29 04:32:15.700 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
92192026-08-29T04:32:17.151Z[ recovery-image] Aug 29 04:32:15.786 INFO O| Aug 29 04:32:15.785 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92202026-08-29T04:32:17.151Z[ recovery-image] Aug 29 04:32:15.786 INFO O| Aug 29 04:32:15.785 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 ...
92212026-08-29T04:32:17.154Z[ recovery-image] Aug 29 04:32:15.788 INFO O| Aug 29 04:32:15.787 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92222026-08-29T04:32:17.154Z[ recovery-image] Aug 29 04:32:15.788 INFO O| Aug 29 04:32:15.787 INFO ok!
92232026-08-29T04:32:17.154Z[ recovery-image] Aug 29 04:32:15.788 INFO O| Aug 29 04:32:15.787 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92242026-08-29T04:32:17.154Z[ recovery-image] Aug 29 04:32:15.788 INFO O| Aug 29 04:32:15.787 INFO STEP 100 (seed_smf) COMPLETE
92252026-08-29T04:32:17.154Z[ recovery-image] Aug 29 04:32:15.788 INFO O| Aug 29 04:32:15.787 INFO steps complete; finalising image!
92262026-08-29T04:32:17.154Z[ recovery-image] Aug 29 04:32:15.788 INFO O| Aug 29 04:32:15.787 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92272026-08-29T04:32:17.215Z[ recovery-image] Aug 29 04:32:15.850 INFO O| Aug 29 04:32:15.850 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Sat Aug 29 04:32:15 2026)
92282026-08-29T04:32:17.377Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
92292026-08-29T04:32:17.425Z[ recovery-image] Aug 29 04:32:16.059 INFO O| Aug 29 04:32:16.059 INFO trim TEMPORARY-sled-zfs-recovery: (44% trimmed, started at Sat Aug 29 04:32:15 2026)
92302026-08-29T04:32:17.630Z[ recovery-image] Aug 29 04:32:16.265 INFO O| Aug 29 04:32:16.265 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sat Aug 29 04:32:15 2026)
92312026-08-29T04:32:17.837Z[ recovery-image] Aug 29 04:32:16.472 INFO O| Aug 29 04:32:16.472 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sat Aug 29 04:32:15 2026)
92322026-08-29T04:32:18.045Z[ recovery-image] Aug 29 04:32:16.679 INFO O| Aug 29 04:32:16.679 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sat Aug 29 04:32:15 2026)
92332026-08-29T04:32:18.250Z[ recovery-image] Aug 29 04:32:16.885 INFO O| Aug 29 04:32:16.885 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sat Aug 29 04:32:15 2026)
92342026-08-29T04:32:18.457Z[ recovery-image] Aug 29 04:32:17.091 INFO O| Aug 29 04:32:17.091 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sat Aug 29 04:32:15 2026)
92352026-08-29T04:32:18.665Z[ recovery-image] Aug 29 04:32:17.297 INFO O| Aug 29 04:32:17.297 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sat Aug 29 04:32:15 2026)
92362026-08-29T04:32:18.869Z[ recovery-image] Aug 29 04:32:17.503 INFO O| Aug 29 04:32:17.503 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sat Aug 29 04:32:15 2026)
92372026-08-29T04:32:19.075Z[ recovery-image] Aug 29 04:32:17.710 INFO O| Aug 29 04:32:17.710 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sat Aug 29 04:32:15 2026)
92382026-08-29T04:32:19.282Z[ recovery-image] Aug 29 04:32:17.916 INFO O| Aug 29 04:32:17.916 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sat Aug 29 04:32:15 2026)
92392026-08-29T04:32:19.488Z[ recovery-image] Aug 29 04:32:18.123 INFO O| Aug 29 04:32:18.123 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sat Aug 29 04:32:15 2026)
92402026-08-29T04:32:19.695Z[ recovery-image] Aug 29 04:32:18.329 INFO O| Aug 29 04:32:18.329 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sat Aug 29 04:32:15 2026)
92412026-08-29T04:32:19.901Z[ recovery-image] Aug 29 04:32:18.535 INFO O| Aug 29 04:32:18.535 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sat Aug 29 04:32:15 2026)
92422026-08-29T04:32:20.106Z[ recovery-image] Aug 29 04:32:18.741 INFO O| Aug 29 04:32:18.741 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sat Aug 29 04:32:15 2026)
92432026-08-29T04:32:20.312Z[ recovery-image] Aug 29 04:32:18.947 INFO O| Aug 29 04:32:18.947 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sat Aug 29 04:32:15 2026)
92442026-08-29T04:32:20.519Z[ recovery-image] Aug 29 04:32:19.153 INFO O| Aug 29 04:32:19.153 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sat Aug 29 04:32:15 2026)
92452026-08-29T04:32:20.712Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
92462026-08-29T04:32:20.739Z[ recovery-image] Aug 29 04:32:19.372 INFO O| Aug 29 04:32:19.372 INFO temporary pool has 496M used, 1.27G avail, 1.00x compressratio
92472026-08-29T04:32:20.744Z[ recovery-image] Aug 29 04:32:19.372 INFO O| Aug 29 04:32:19.372 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
92482026-08-29T04:32:21.553Z[ recovery-image] Aug 29 04:32:20.180 INFO O| Aug 29 04:32:20.180 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
92492026-08-29T04:32:21.553Z[ recovery-image] Aug 29 04:32:20.180 INFO O| Aug 29 04:32:20.180 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
92502026-08-29T04:32:23.078Z[ host-image] Aug 29 04:32:21.712 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24217:20260827T182804Z
92512026-08-29T04:32:23.078Z[ host-image] Aug 29 04:32:21.712 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24217:20260827T182804Z
92522026-08-29T04:32:23.082Z[ host-image] Aug 29 04:32:21.713 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92532026-08-29T04:32:23.082Z[ host-image] Aug 29 04:32:21.713 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92542026-08-29T04:32:23.082Z[ host-image] Aug 29 04:32:21.713 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92552026-08-29T04:32:23.082Z[ host-image] Aug 29 04:32:21.713 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92562026-08-29T04:32:23.082Z[ host-image] Aug 29 04:32:21.713 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92572026-08-29T04:32:23.082Z[ host-image] Aug 29 04:32:21.713 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92582026-08-29T04:32:23.100Z[ host-image] Aug 29 04:32:21.714 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260829T041324Z
92592026-08-29T04:32:23.100Z[ host-image] Aug 29 04:32:21.714 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92602026-08-29T04:32:23.100Z[ host-image] Aug 29 04:32:21.714 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92612026-08-29T04:32:23.105Z[ host-image] Aug 29 04:32:21.714 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24217:20260827T182804Z
92622026-08-29T04:32:23.105Z[ host-image] Aug 29 04:32:21.714 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24217:20260827T182804Z
92632026-08-29T04:32:23.105Z[ host-image] Aug 29 04:32:21.715 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24217:20260827T182805Z
92642026-08-29T04:32:23.105Z[ host-image] Aug 29 04:32:21.715 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24217:20260827T182805Z
92652026-08-29T04:32:23.105Z[ host-image] Aug 29 04:32:21.715 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92662026-08-29T04:32:23.106Z[ host-image] Aug 29 04:32:21.715 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24217:20260827T182805Z
92672026-08-29T04:32:23.106Z[ host-image] Aug 29 04:32:21.715 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24217:20260827T182805Z
92682026-08-29T04:32:23.106Z[ host-image] Aug 29 04:32:21.715 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24217:20260827T182805Z
92692026-08-29T04:32:23.106Z[ host-image] Aug 29 04:32:21.715 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24217:20260827T182805Z
92702026-08-29T04:32:23.106Z[ host-image] Aug 29 04:32:21.715 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24217:20260827T182805Z
92712026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.715 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24217:20260827T182805Z
92722026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.715 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24217:20260827T182805Z
92732026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.715 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24217:20260827T182805Z
92742026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.715 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24217:20260827T182806Z
92752026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.716 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24217:20260827T182806Z
92762026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.716 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24217:20260827T182806Z
92772026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.716 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24217:20260827T182806Z
92782026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.716 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24217:20260827T182807Z
92792026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.716 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24217:20260827T182807Z
92802026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.716 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24217:20260827T182807Z
92812026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.716 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
92822026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.716 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24217:20260827T182808Z
92832026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.716 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24217:20260827T182809Z
92842026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.716 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24217:20260827T182809Z
92852026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.716 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24217:20260827T182809Z
92862026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.716 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24217:20260827T182810Z
92872026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.716 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24217:20260827T182810Z
92882026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.716 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24217:20260827T182810Z
92892026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.720 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92902026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.720 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24217:20260827T182810Z
92912026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.720 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92922026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.720 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92932026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.720 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92942026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.720 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92952026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.720 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24217:20260827T182810Z
92962026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.720 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92972026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.721 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92982026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.721 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92992026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.721 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
93002026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.724 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
93012026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.724 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
93022026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.724 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
93032026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.725 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
93042026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.725 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
93052026-08-29T04:32:23.107Z[ host-image] Aug 29 04:32:21.725 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
93062026-08-29T04:32:23.110Z[ host-image] Aug 29 04:32:21.741 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
93072026-08-29T04:32:23.111Z[ host-image] Aug 29 04:32:21.741 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
93082026-08-29T04:32:23.119Z[ host-image] Aug 29 04:32:21.741 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
93092026-08-29T04:32:23.119Z[ host-image] Aug 29 04:32:21.741 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24217:20260827T182811Z
93102026-08-29T04:32:23.119Z[ host-image] Aug 29 04:32:21.741 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24217:20260827T182814Z
93112026-08-29T04:32:23.119Z[ host-image] Aug 29 04:32:21.741 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93122026-08-29T04:32:23.119Z[ host-image] Aug 29 04:32:21.741 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24217:20260827T182814Z
93132026-08-29T04:32:23.119Z[ host-image] Aug 29 04:32:21.741 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93142026-08-29T04:32:23.119Z[ host-image] Aug 29 04:32:21.741 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93152026-08-29T04:32:23.119Z[ host-image] Aug 29 04:32:21.741 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93162026-08-29T04:32:23.119Z[ host-image] Aug 29 04:32:21.741 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93172026-08-29T04:32:23.119Z[ host-image] Aug 29 04:32:21.741 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24217:20260827T182814Z
93182026-08-29T04:32:23.119Z[ host-image] Aug 29 04:32:21.741 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93192026-08-29T04:32:23.119Z[ host-image] Aug 29 04:32:21.742 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93202026-08-29T04:32:23.119Z[ host-image] Aug 29 04:32:21.742 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93212026-08-29T04:32:23.119Z[ host-image] Aug 29 04:32:21.742 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93222026-08-29T04:32:23.119Z[ host-image] Aug 29 04:32:21.743 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24217:20260827T182814Z
93232026-08-29T04:32:23.119Z[ host-image] Aug 29 04:32:21.743 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93242026-08-29T04:32:23.119Z[ host-image] Aug 29 04:32:21.747 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93252026-08-29T04:32:23.119Z[ host-image] Aug 29 04:32:21.747 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24217:20260827T182814Z
93262026-08-29T04:32:23.119Z[ host-image] Aug 29 04:32:21.747 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24217:20260827T182815Z
93272026-08-29T04:32:23.119Z[ host-image] Aug 29 04:32:21.747 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24217:20260827T182815Z
93282026-08-29T04:32:23.119Z[ host-image] Aug 29 04:32:21.747 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93292026-08-29T04:32:23.119Z[ host-image] Aug 29 04:32:21.747 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24217:20260827T182815Z
93302026-08-29T04:32:23.119Z[ host-image] Aug 29 04:32:21.748 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24217:20260827T182815Z
93312026-08-29T04:32:23.119Z[ host-image] Aug 29 04:32:21.748 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24217:20260827T182815Z
93322026-08-29T04:32:23.119Z[ host-image] Aug 29 04:32:21.748 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24217:20260827T182815Z
93332026-08-29T04:32:23.119Z[ host-image] Aug 29 04:32:21.749 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93342026-08-29T04:32:23.119Z[ host-image] Aug 29 04:32:21.749 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24217:20260827T182816Z
93352026-08-29T04:32:23.165Z[ host-image] Aug 29 04:32:21.749 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24217:20260827T182816Z
93362026-08-29T04:32:23.165Z[ host-image] Aug 29 04:32:21.749 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93372026-08-29T04:32:23.165Z[ host-image] Aug 29 04:32:21.749 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24217:20260827T182816Z
93382026-08-29T04:32:23.165Z[ host-image] Aug 29 04:32:21.749 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24217:20260827T182816Z
93392026-08-29T04:32:23.168Z[ host-image] Aug 29 04:32:21.749 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24217:20260827T182816Z
93402026-08-29T04:32:23.168Z[ host-image] Aug 29 04:32:21.749 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24217:20260827T182816Z
93412026-08-29T04:32:23.168Z[ host-image] Aug 29 04:32:21.751 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24217:20260827T182816Z
93422026-08-29T04:32:23.168Z[ host-image] Aug 29 04:32:21.751 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93432026-08-29T04:32:23.168Z[ host-image] Aug 29 04:32:21.752 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24217:20260827T182816Z
93442026-08-29T04:32:23.168Z[ host-image] Aug 29 04:32:21.752 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24217:20260827T182816Z
93452026-08-29T04:32:23.169Z[ host-image] Aug 29 04:32:21.752 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24217:20260827T182817Z
93462026-08-29T04:32:23.169Z[ host-image] Aug 29 04:32:21.752 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24217:20260827T182817Z
93472026-08-29T04:32:23.169Z[ host-image] Aug 29 04:32:21.752 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24217:20260827T182817Z
93482026-08-29T04:32:23.169Z[ host-image] Aug 29 04:32:21.753 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24217:20260827T182817Z
93492026-08-29T04:32:23.169Z[ host-image] Aug 29 04:32:21.753 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24217:20260827T182817Z
93502026-08-29T04:32:23.169Z[ host-image] Aug 29 04:32:21.753 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24217:20260827T182817Z
93512026-08-29T04:32:23.169Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24217:20260827T182818Z
93522026-08-29T04:32:23.169Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24217:20260827T182817Z
93532026-08-29T04:32:23.169Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24217:20260827T182817Z
93542026-08-29T04:32:23.169Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24217:20260827T182817Z
93552026-08-29T04:32:23.169Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24217:20260827T182818Z
93562026-08-29T04:32:23.169Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24217:20260827T182819Z
93572026-08-29T04:32:23.169Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24217:20260827T182818Z
93582026-08-29T04:32:23.169Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24217:20260827T182818Z
93592026-08-29T04:32:23.218Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93602026-08-29T04:32:23.218Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93612026-08-29T04:32:23.218Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24217:20260827T182818Z
93622026-08-29T04:32:23.218Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93632026-08-29T04:32:23.218Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24217:20260827T182818Z
93642026-08-29T04:32:23.218Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24217:20260827T182818Z
93652026-08-29T04:32:23.218Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24217:20260827T182818Z
93662026-08-29T04:32:23.218Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93672026-08-29T04:32:23.218Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93682026-08-29T04:32:23.218Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24217:20260827T182819Z
93692026-08-29T04:32:23.218Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24217:20260827T182819Z
93702026-08-29T04:32:23.218Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24217:20260827T182819Z
93712026-08-29T04:32:23.219Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24217:20260827T182819Z
93722026-08-29T04:32:23.219Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24217:20260827T182819Z
93732026-08-29T04:32:23.219Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24217:20260827T182819Z
93742026-08-29T04:32:23.219Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93752026-08-29T04:32:23.219Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24217:20260827T182819Z
93762026-08-29T04:32:23.219Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24217:20260827T182819Z
93772026-08-29T04:32:23.219Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24217:20260827T182819Z
93782026-08-29T04:32:23.219Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24217:20260827T182820Z
93792026-08-29T04:32:23.219Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24217:20260827T182820Z
93802026-08-29T04:32:23.219Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24217:20260827T182820Z
93812026-08-29T04:32:23.219Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93822026-08-29T04:32:23.219Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93832026-08-29T04:32:23.219Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24217:20260827T182821Z
93842026-08-29T04:32:23.219Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24217:20260827T182821Z
93852026-08-29T04:32:23.219Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93862026-08-29T04:32:23.219Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93872026-08-29T04:32:23.220Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93882026-08-29T04:32:23.220Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93892026-08-29T04:32:23.220Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93902026-08-29T04:32:23.220Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93912026-08-29T04:32:23.220Z[ host-image] Aug 29 04:32:21.799 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93922026-08-29T04:32:23.220Z[ host-image] Aug 29 04:32:21.799 INFO O| tempdir @ "/tmp/.tmpTxPKPX/tmp"
93932026-08-29T04:32:23.220Z[ host-image] Aug 29 04:32:21.799 INFO O| image root @ "/tmp/.tmpTxPKPX/tmp/root"
93942026-08-29T04:32:23.220Z[ host-image] Aug 29 04:32:21.799 INFO O| creating image...
93952026-08-29T04:32:23.627Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
93962026-08-29T04:32:24.147Z[ recovery-image] Aug 29 04:32:22.780 INFO O| Aug 29 04:32:22.780 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93972026-08-29T04:32:24.147Z[ recovery-image] Aug 29 04:32:22.780 INFO O| Aug 29 04:32:22.780 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93982026-08-29T04:32:24.151Z[ recovery-image] Aug 29 04:32:22.780 INFO O| Aug 29 04:32:22.780 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93992026-08-29T04:32:24.151Z[ recovery-image] Aug 29 04:32:22.780 INFO O| Aug 29 04:32:22.780 INFO completed processing sled/zfs-recovery
94002026-08-29T04:32:24.151Z[ recovery-image] Aug 29 04:32:22.780 INFO O| Aug 29 04:32:22.780 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
94012026-08-29T04:32:24.983Z[ host-image] Aug 29 04:32:23.617 INFO O| copying publishers...
94022026-08-29T04:32:25.079Z[ recovery-image] Aug 29 04:32:23.711 INFO O| Aug 29 04:32:23.711 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
94032026-08-29T04:32:25.219Z[ recovery-image] Aug 29 04:32:23.854 INFO BUILD STRING "heads/stlouis-0-ge73f257543\n"
94042026-08-29T04:32:25.219Z[ recovery-image] Aug 29 04:32:23.854 INFO expanded image name: "recovery 89aef0a/${os_short_commit} 2026-08-29 04:13" -> "recovery 89aef0a/e73f257 2026-08-29 04:13"
94052026-08-29T04:32:25.219Z[ recovery-image] Aug 29 04:32:23.854 INFO output artefacts stored in: "/work/os-recovery"
94062026-08-29T04:32:25.222Z[ recovery-image] Aug 29 04:32:23.854 INFO collecting git info from project "phbl"...
94072026-08-29T04:32:25.227Z[ recovery-image] Aug 29 04:32:23.862 INFO collecting git info from project "dmar-report"...
94082026-08-29T04:32:25.237Z[ recovery-image] Aug 29 04:32:23.871 INFO collecting git info from project "pilot"...
94092026-08-29T04:32:25.245Z[ recovery-image] Aug 29 04:32:23.880 INFO collecting git info from project "amd-host-image-builder"...
94102026-08-29T04:32:25.290Z[ recovery-image] Aug 29 04:32:23.921 INFO collecting git info from project "bootserver"...
94112026-08-29T04:32:25.293Z[ recovery-image] Aug 29 04:32:23.927 INFO collecting git info from project "chelsio-t6-roms"...
94122026-08-29T04:32:25.315Z[ recovery-image] Aug 29 04:32:23.949 INFO collecting git info from project "pinprick"...
94132026-08-29T04:32:25.337Z[ recovery-image] Aug 29 04:32:23.971 INFO collecting git info from project "amd-firmware"...
94142026-08-29T04:32:25.713Z[ recovery-image] Aug 29 04:32:24.348 INFO collecting git info from project "image-builder"...
94152026-08-29T04:32:25.720Z[ recovery-image] Aug 29 04:32:24.355 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94162026-08-29T04:32:26.382Z[ recovery-image] Aug 29 04:32:24.983 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94172026-08-29T04:32:26.740Z[ recovery-image] Aug 29 04:32:25.372 INFO creating Oxide boot image...
94182026-08-29T04:32:26.740Z[ recovery-image] Aug 29 04:32:25.372 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 89aef0a/e73f257 2026-08-29 04:13", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
94192026-08-29T04:32:28.404Z[ host-image] Aug 29 04:32:27.035 INFO O| adding properties...
94202026-08-29T04:32:29.726Z[ host-image] Aug 29 04:32:28.361 INFO O| installing packages...
94212026-08-29T04:32:30.126Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
94222026-08-29T04:32:30.179Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
94232026-08-29T04:32:32.798Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
94242026-08-29T04:32:34.773Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
94252026-08-29T04:32:37.300Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
94262026-08-29T04:32:37.699Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
94272026-08-29T04:32:37.779Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94282026-08-29T04:32:40.156Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94292026-08-29T04:32:43.613Z[ host-image] Aug 29 04:32:42.244 INFO O| seeding SMF database...
94302026-08-29T04:32:48.481Z[ host-image] Aug 29 04:32:47.115 INFO O| configuring SMF profile...
94312026-08-29T04:32:48.481Z[ host-image] Aug 29 04:32:47.116 INFO O| modifying shadow(5)...
94322026-08-29T04:32:48.484Z[ host-image] Aug 29 04:32:47.116 INFO O| loading user and group database...
94332026-08-29T04:32:48.484Z[ host-image] Aug 29 04:32:47.116 INFO O| loading facet selections...
94342026-08-29T04:32:48.733Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94352026-08-29T04:32:48.832Z[ host-image] Aug 29 04:32:47.466 INFO O| devel -> true
94362026-08-29T04:32:48.832Z[ host-image] Aug 29 04:32:47.466 INFO O| doc.man -> true
94372026-08-29T04:32:48.835Z[ host-image] Aug 29 04:32:47.466 INFO O| version-lock.shell/ksh93 -> true
94382026-08-29T04:32:48.835Z[ host-image] Aug 29 04:32:47.466 INFO O| version-lock.system/data/hardware-registry -> true
94392026-08-29T04:32:48.835Z[ host-image] Aug 29 04:32:47.466 INFO O| version-lock.system/data/zoneinfo -> true
94402026-08-29T04:32:48.835Z[ host-image] Aug 29 04:32:47.466 INFO O| version-lock.system/microcode/amd -> true
94412026-08-29T04:32:48.835Z[ host-image] Aug 29 04:32:47.466 INFO O| version-lock.system/microcode/intel -> true
94422026-08-29T04:32:48.835Z[ host-image] Aug 29 04:32:47.466 INFO O| version-lock.system/microcode/oxide -> true
94432026-08-29T04:32:48.835Z[ host-image] Aug 29 04:32:47.466 INFO O| assessing packaged files...
94442026-08-29T04:32:50.583Z[ host-image] Aug 29 04:32:49.217 INFO O| creating archive...
94452026-08-29T04:32:50.606Z[ host-image] Aug 29 04:32:49.240 INFO O| missing from packaging:
94462026-08-29T04:32:50.606Z[ host-image] Aug 29 04:32:49.240 INFO O| "etc/.pwd.lock"
94472026-08-29T04:32:50.606Z[ host-image] Aug 29 04:32:49.240 INFO O| "etc/bash"
94482026-08-29T04:32:50.609Z[ host-image] Aug 29 04:32:49.243 INFO O| "etc/svc/profile/generic.xml"
94492026-08-29T04:32:50.609Z[ host-image] Aug 29 04:32:49.244 INFO O| "etc/svc/profile/inetd_services.xml"
94502026-08-29T04:32:50.610Z[ host-image] Aug 29 04:32:49.244 INFO O| "etc/svc/profile/name_service.xml"
94512026-08-29T04:32:50.610Z[ host-image] Aug 29 04:32:49.244 INFO O| "etc/svc/profile/platform.xml"
94522026-08-29T04:32:50.610Z[ host-image] Aug 29 04:32:49.244 INFO O| "etc/svc/profile/platform_omicron1.xml"
94532026-08-29T04:32:50.610Z[ host-image] Aug 29 04:32:49.244 INFO O| "etc/svc/repository.db"
94542026-08-29T04:32:50.615Z[ host-image] Aug 29 04:32:49.250 INFO O| "opt/ooce/share"
94552026-08-29T04:32:50.615Z[ host-image] Aug 29 04:32:49.250 INFO O| "opt/ooce/share/man"
94562026-08-29T04:32:50.615Z[ host-image] Aug 29 04:32:49.250 INFO O| "opt/ooce/share/man/man1"
94572026-08-29T04:32:50.624Z[ host-image] Aug 29 04:32:49.259 INFO O| finishing archive...
94582026-08-29T04:32:52.992Z[ host-image] Aug 29 04:32:51.626 INFO O| creating gzonly manifest...
94592026-08-29T04:32:52.998Z[ host-image] Aug 29 04:32:51.633 INFO O| ok
94602026-08-29T04:32:53.115Z[ host-image] Aug 29 04:32:51.750 INFO image builder template: ramdisk-02-trim...
94612026-08-29T04:32:53.115Z[ host-image] Aug 29 04:32:51.750 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/.tmpvAHRh8/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
94622026-08-29T04:32:53.136Z[ host-image] Aug 29 04:32:51.770 INFO O| Aug 29 04:32:51.770 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94632026-08-29T04:32:53.140Z[ host-image] Aug 29 04:32:51.775 INFO O| Aug 29 04:32:51.775 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94642026-08-29T04:32:53.826Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
94652026-08-29T04:32:53.945Z[ host-image] Aug 29 04:32:52.579 INFO O| Aug 29 04:32:52.579 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94662026-08-29T04:32:54.094Z[ host-image] Aug 29 04:32:52.729 INFO O| Aug 29 04:32:52.729 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94672026-08-29T04:32:54.094Z[ host-image] Aug 29 04:32:52.729 INFO O| Aug 29 04:32:52.729 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94682026-08-29T04:32:54.100Z[ host-image] Aug 29 04:32:52.735 INFO O| Aug 29 04:32:52.735 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94692026-08-29T04:32:54.104Z[ host-image] Aug 29 04:32:52.739 INFO O| Aug 29 04:32:52.738 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94702026-08-29T04:32:54.108Z[ host-image] Aug 29 04:32:52.743 INFO O| Aug 29 04:32:52.743 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94712026-08-29T04:32:54.564Z[ host-image] Aug 29 04:32:53.198 INFO O| Aug 29 04:32:53.198 INFO rolled back to input snapshot; work may begin
94722026-08-29T04:32:54.564Z[ host-image] Aug 29 04:32:53.198 INFO O| Aug 29 04:32:53.198 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94732026-08-29T04:32:54.569Z[ host-image] Aug 29 04:32:53.203 INFO O| Aug 29 04:32:53.203 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94742026-08-29T04:32:54.579Z[ host-image] Aug 29 04:32:53.214 INFO O| Aug 29 04:32:53.214 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94752026-08-29T04:32:54.620Z[ host-image] Aug 29 04:32:53.255 INFO O| Aug 29 04:32:53.255 INFO STEP 0 (remove_files) COMPLETE
94762026-08-29T04:32:54.623Z[ host-image] Aug 29 04:32:53.255 INFO O| Aug 29 04:32:53.255 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94772026-08-29T04:32:54.631Z[ host-image] Aug 29 04:32:53.266 INFO O| Aug 29 04:32:53.266 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94782026-08-29T04:32:54.634Z[ host-image] Aug 29 04:32:53.267 INFO O| Aug 29 04:32:53.267 INFO STEP 1 (remove_files) COMPLETE
94792026-08-29T04:32:54.634Z[ host-image] Aug 29 04:32:53.267 INFO O| Aug 29 04:32:53.267 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94802026-08-29T04:32:54.642Z[ host-image] Aug 29 04:32:53.277 INFO O| Aug 29 04:32:53.277 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94812026-08-29T04:32:54.656Z[ host-image] Aug 29 04:32:53.290 INFO O| Aug 29 04:32:53.290 INFO STEP 2 (remove_files) COMPLETE
94822026-08-29T04:32:54.656Z[ host-image] Aug 29 04:32:53.291 INFO O| Aug 29 04:32:53.290 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94832026-08-29T04:32:54.667Z[ host-image] Aug 29 04:32:53.301 INFO O| Aug 29 04:32:53.301 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94842026-08-29T04:32:54.669Z[ host-image] Aug 29 04:32:53.303 INFO O| Aug 29 04:32:53.303 INFO STEP 3 (remove_files) COMPLETE
94852026-08-29T04:32:54.670Z[ host-image] Aug 29 04:32:53.303 INFO O| Aug 29 04:32:53.303 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94862026-08-29T04:32:54.677Z[ host-image] Aug 29 04:32:53.312 INFO O| Aug 29 04:32:53.312 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94872026-08-29T04:32:54.680Z[ host-image] Aug 29 04:32:53.315 INFO O| Aug 29 04:32:53.315 INFO STEP 4 (remove_files) COMPLETE
94882026-08-29T04:32:54.683Z[ host-image] Aug 29 04:32:53.315 INFO O| Aug 29 04:32:53.315 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94892026-08-29T04:32:54.689Z[ host-image] Aug 29 04:32:53.324 INFO O| Aug 29 04:32:53.324 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94902026-08-29T04:32:54.691Z[ host-image] Aug 29 04:32:53.326 INFO O| Aug 29 04:32:53.326 INFO STEP 5 (remove_files) COMPLETE
94912026-08-29T04:32:54.692Z[ host-image] Aug 29 04:32:53.326 INFO O| Aug 29 04:32:53.326 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94922026-08-29T04:32:54.700Z[ host-image] Aug 29 04:32:53.335 INFO O| Aug 29 04:32:53.335 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94932026-08-29T04:32:54.711Z[ host-image] Aug 29 04:32:53.345 INFO O| Aug 29 04:32:53.345 INFO STEP 6 (remove_files) COMPLETE
94942026-08-29T04:32:54.711Z[ host-image] Aug 29 04:32:53.345 INFO O| Aug 29 04:32:53.345 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94952026-08-29T04:32:54.711Z[ host-image] Aug 29 04:32:53.345 INFO O| Aug 29 04:32:53.345 INFO skip step because feature "heliosv2" is not enabled
94962026-08-29T04:32:54.714Z[ host-image] Aug 29 04:32:53.345 INFO O| Aug 29 04:32:53.345 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94972026-08-29T04:32:54.721Z[ host-image] Aug 29 04:32:53.355 INFO O| Aug 29 04:32:53.355 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94982026-08-29T04:32:54.732Z[ host-image] Aug 29 04:32:53.367 INFO O| Aug 29 04:32:53.367 INFO STEP 8 (remove_files) COMPLETE
94992026-08-29T04:32:54.735Z[ host-image] Aug 29 04:32:53.367 INFO O| Aug 29 04:32:53.367 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95002026-08-29T04:32:54.742Z[ host-image] Aug 29 04:32:53.377 INFO O| Aug 29 04:32:53.377 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
95012026-08-29T04:32:54.819Z[ host-image] Aug 29 04:32:53.453 INFO O| Aug 29 04:32:53.453 INFO STEP 9 (remove_files) COMPLETE
95022026-08-29T04:32:54.820Z[ host-image] Aug 29 04:32:53.453 INFO O| Aug 29 04:32:53.453 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95032026-08-29T04:32:54.830Z[ host-image] Aug 29 04:32:53.464 INFO O| Aug 29 04:32:53.464 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
95042026-08-29T04:32:54.918Z[ host-image] Aug 29 04:32:53.553 INFO O| Aug 29 04:32:53.553 INFO STEP 10 (remove_files) COMPLETE
95052026-08-29T04:32:54.918Z[ host-image] Aug 29 04:32:53.553 INFO O| Aug 29 04:32:53.553 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95062026-08-29T04:32:54.929Z[ host-image] Aug 29 04:32:53.563 INFO O| Aug 29 04:32:53.563 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
95072026-08-29T04:32:54.932Z[ host-image] Aug 29 04:32:53.566 INFO O| Aug 29 04:32:53.566 INFO STEP 11 (remove_files) COMPLETE
95082026-08-29T04:32:54.932Z[ host-image] Aug 29 04:32:53.566 INFO O| Aug 29 04:32:53.566 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95092026-08-29T04:32:54.940Z[ host-image] Aug 29 04:32:53.575 INFO O| Aug 29 04:32:53.575 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
95102026-08-29T04:32:54.943Z[ host-image] Aug 29 04:32:53.575 INFO O| Aug 29 04:32:53.575 INFO STEP 12 (remove_files) COMPLETE
95112026-08-29T04:32:54.943Z[ host-image] Aug 29 04:32:53.575 INFO O| Aug 29 04:32:53.575 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95122026-08-29T04:32:54.952Z[ host-image] Aug 29 04:32:53.586 INFO O| Aug 29 04:32:53.586 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
95132026-08-29T04:32:54.955Z[ host-image] Aug 29 04:32:53.587 INFO O| Aug 29 04:32:53.587 INFO STEP 13 (remove_files) COMPLETE
95142026-08-29T04:32:54.955Z[ host-image] Aug 29 04:32:53.587 INFO O| Aug 29 04:32:53.587 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95152026-08-29T04:32:55.005Z[ host-image] Aug 29 04:32:53.640 INFO O| Aug 29 04:32:53.639 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95162026-08-29T04:32:55.008Z[ host-image] Aug 29 04:32:53.643 INFO O| Aug 29 04:32:53.643 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95172026-08-29T04:32:55.195Z[ host-image] Aug 29 04:32:53.830 INFO O| Aug 29 04:32:53.830 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95182026-08-29T04:32:55.196Z[ host-image] Aug 29 04:32:53.830 INFO O| Aug 29 04:32:53.830 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95192026-08-29T04:32:55.199Z[ host-image] Aug 29 04:32:53.831 INFO O| Aug 29 04:32:53.831 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95202026-08-29T04:32:55.199Z[ host-image] Aug 29 04:32:53.831 INFO O| Aug 29 04:32:53.831 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95212026-08-29T04:32:55.199Z[ host-image] Aug 29 04:32:53.831 INFO O| Aug 29 04:32:53.831 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95222026-08-29T04:32:55.199Z[ host-image] Aug 29 04:32:53.831 INFO O| Aug 29 04:32:53.831 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95232026-08-29T04:32:55.199Z[ host-image] Aug 29 04:32:53.831 INFO O| Aug 29 04:32:53.831 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95242026-08-29T04:32:55.199Z[ host-image] Aug 29 04:32:53.831 INFO O| Aug 29 04:32:53.831 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95252026-08-29T04:32:55.199Z[ host-image] Aug 29 04:32:53.831 INFO O| Aug 29 04:32:53.831 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95262026-08-29T04:32:55.199Z[ host-image] Aug 29 04:32:53.831 INFO O| Aug 29 04:32:53.831 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95272026-08-29T04:32:55.199Z[ host-image] Aug 29 04:32:53.831 INFO O| Aug 29 04:32:53.831 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95282026-08-29T04:32:55.199Z[ host-image] Aug 29 04:32:53.831 INFO O| Aug 29 04:32:53.831 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95292026-08-29T04:32:55.199Z[ host-image] Aug 29 04:32:53.831 INFO O| Aug 29 04:32:53.831 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95302026-08-29T04:32:55.200Z[ host-image] Aug 29 04:32:53.832 INFO O| Aug 29 04:32:53.832 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95312026-08-29T04:32:55.200Z[ host-image] Aug 29 04:32:53.832 INFO O| Aug 29 04:32:53.832 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95322026-08-29T04:32:55.200Z[ host-image] Aug 29 04:32:53.832 INFO O| Aug 29 04:32:53.832 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95332026-08-29T04:32:55.200Z[ host-image] Aug 29 04:32:53.832 INFO O| Aug 29 04:32:53.832 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95342026-08-29T04:32:55.200Z[ host-image] Aug 29 04:32:53.832 INFO O| Aug 29 04:32:53.832 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95352026-08-29T04:32:55.208Z[ host-image] Aug 29 04:32:53.843 INFO O| Aug 29 04:32:53.843 INFO STEP 14 (remove_files) COMPLETE
95362026-08-29T04:32:55.208Z[ host-image] Aug 29 04:32:53.843 INFO O| Aug 29 04:32:53.843 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95372026-08-29T04:32:55.220Z[ host-image] Aug 29 04:32:53.854 INFO O| Aug 29 04:32:53.854 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95382026-08-29T04:32:55.222Z[ host-image] Aug 29 04:32:53.856 INFO O| Aug 29 04:32:53.856 INFO STEP 15 (remove_files) COMPLETE
95392026-08-29T04:32:55.223Z[ host-image] Aug 29 04:32:53.856 INFO O| Aug 29 04:32:53.856 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95402026-08-29T04:32:55.232Z[ host-image] Aug 29 04:32:53.867 INFO O| Aug 29 04:32:53.866 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95412026-08-29T04:32:55.238Z[ host-image] Aug 29 04:32:53.873 INFO O| Aug 29 04:32:53.873 INFO STEP 16 (remove_files) COMPLETE
95422026-08-29T04:32:55.238Z[ host-image] Aug 29 04:32:53.873 INFO O| Aug 29 04:32:53.873 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95432026-08-29T04:32:55.248Z[ host-image] Aug 29 04:32:53.882 INFO O| Aug 29 04:32:53.882 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95442026-08-29T04:32:55.250Z[ host-image] Aug 29 04:32:53.883 INFO O| Aug 29 04:32:53.883 INFO STEP 17 (remove_files) COMPLETE
95452026-08-29T04:32:55.251Z[ host-image] Aug 29 04:32:53.883 INFO O| Aug 29 04:32:53.883 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95462026-08-29T04:32:55.258Z[ host-image] Aug 29 04:32:53.893 INFO O| Aug 29 04:32:53.893 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95472026-08-29T04:32:55.261Z[ host-image] Aug 29 04:32:53.894 INFO O| Aug 29 04:32:53.894 INFO STEP 18 (remove_files) COMPLETE
95482026-08-29T04:32:55.261Z[ host-image] Aug 29 04:32:53.894 INFO O| Aug 29 04:32:53.894 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95492026-08-29T04:32:55.269Z[ host-image] Aug 29 04:32:53.904 INFO O| Aug 29 04:32:53.904 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95502026-08-29T04:32:55.269Z[ host-image] Aug 29 04:32:53.904 INFO O| Aug 29 04:32:53.904 INFO STEP 19 (remove_files) COMPLETE
95512026-08-29T04:32:55.272Z[ host-image] Aug 29 04:32:53.904 INFO O| Aug 29 04:32:53.904 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95522026-08-29T04:32:55.278Z[ host-image] Aug 29 04:32:53.913 INFO O| Aug 29 04:32:53.913 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95532026-08-29T04:32:55.278Z[ host-image] Aug 29 04:32:53.913 INFO O| Aug 29 04:32:53.913 INFO STEP 20 (remove_files) COMPLETE
95542026-08-29T04:32:55.281Z[ host-image] Aug 29 04:32:53.913 INFO O| Aug 29 04:32:53.913 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95552026-08-29T04:32:55.287Z[ host-image] Aug 29 04:32:53.922 INFO O| Aug 29 04:32:53.922 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95562026-08-29T04:32:55.287Z[ host-image] Aug 29 04:32:53.922 INFO O| Aug 29 04:32:53.922 INFO STEP 21 (remove_files) COMPLETE
95572026-08-29T04:32:55.287Z[ host-image] Aug 29 04:32:53.922 INFO O| Aug 29 04:32:53.922 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95582026-08-29T04:32:55.298Z[ host-image] Aug 29 04:32:53.932 INFO O| Aug 29 04:32:53.932 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95592026-08-29T04:32:55.298Z[ host-image] Aug 29 04:32:53.932 INFO O| Aug 29 04:32:53.932 INFO STEP 22 (remove_files) COMPLETE
95602026-08-29T04:32:55.298Z[ host-image] Aug 29 04:32:53.932 INFO O| Aug 29 04:32:53.932 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95612026-08-29T04:32:55.308Z[ host-image] Aug 29 04:32:53.943 INFO O| Aug 29 04:32:53.942 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95622026-08-29T04:32:55.308Z[ host-image] Aug 29 04:32:53.943 INFO O| Aug 29 04:32:53.943 INFO STEP 23 (remove_files) COMPLETE
95632026-08-29T04:32:55.311Z[ host-image] Aug 29 04:32:53.943 INFO O| Aug 29 04:32:53.943 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95642026-08-29T04:32:55.317Z[ host-image] Aug 29 04:32:53.952 INFO O| Aug 29 04:32:53.952 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95652026-08-29T04:32:55.317Z[ host-image] Aug 29 04:32:53.952 INFO O| Aug 29 04:32:53.952 INFO STEP 24 (remove_files) COMPLETE
95662026-08-29T04:32:55.320Z[ host-image] Aug 29 04:32:53.952 INFO O| Aug 29 04:32:53.952 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95672026-08-29T04:32:55.328Z[ host-image] Aug 29 04:32:53.962 INFO O| Aug 29 04:32:53.962 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95682026-08-29T04:32:55.329Z[ host-image] Aug 29 04:32:53.962 INFO O| Aug 29 04:32:53.962 INFO STEP 25 (remove_files) COMPLETE
95692026-08-29T04:32:55.329Z[ host-image] Aug 29 04:32:53.962 INFO O| Aug 29 04:32:53.962 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95702026-08-29T04:32:55.336Z[ host-image] Aug 29 04:32:53.971 INFO O| Aug 29 04:32:53.971 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95712026-08-29T04:32:55.339Z[ host-image] Aug 29 04:32:53.971 INFO O| Aug 29 04:32:53.971 INFO STEP 26 (remove_files) COMPLETE
95722026-08-29T04:32:55.339Z[ host-image] Aug 29 04:32:53.971 INFO O| Aug 29 04:32:53.971 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95732026-08-29T04:32:55.346Z[ host-image] Aug 29 04:32:53.981 INFO O| Aug 29 04:32:53.981 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95742026-08-29T04:32:55.351Z[ host-image] Aug 29 04:32:53.981 INFO O| Aug 29 04:32:53.981 INFO STEP 27 (remove_files) COMPLETE
95752026-08-29T04:32:55.351Z[ host-image] Aug 29 04:32:53.981 INFO O| Aug 29 04:32:53.981 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95762026-08-29T04:32:55.358Z[ host-image] Aug 29 04:32:53.992 INFO O| Aug 29 04:32:53.992 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95772026-08-29T04:32:55.359Z[ host-image] Aug 29 04:32:53.992 INFO O| Aug 29 04:32:53.992 INFO STEP 28 (remove_files) COMPLETE
95782026-08-29T04:32:55.367Z[ host-image] Aug 29 04:32:53.992 INFO O| Aug 29 04:32:53.992 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95792026-08-29T04:32:55.371Z[ host-image] Aug 29 04:32:54.002 INFO O| Aug 29 04:32:54.002 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95802026-08-29T04:32:55.371Z[ host-image] Aug 29 04:32:54.002 INFO O| Aug 29 04:32:54.002 INFO STEP 29 (remove_files) COMPLETE
95812026-08-29T04:32:55.371Z[ host-image] Aug 29 04:32:54.002 INFO O| Aug 29 04:32:54.002 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95822026-08-29T04:32:55.376Z[ host-image] Aug 29 04:32:54.011 INFO O| Aug 29 04:32:54.011 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95832026-08-29T04:32:55.376Z[ host-image] Aug 29 04:32:54.011 INFO O| Aug 29 04:32:54.011 INFO STEP 30 (remove_files) COMPLETE
95842026-08-29T04:32:55.376Z[ host-image] Aug 29 04:32:54.011 INFO O| Aug 29 04:32:54.011 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95852026-08-29T04:32:55.386Z[ host-image] Aug 29 04:32:54.021 INFO O| Aug 29 04:32:54.021 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95862026-08-29T04:32:55.386Z[ host-image] Aug 29 04:32:54.021 INFO O| Aug 29 04:32:54.021 INFO STEP 31 (remove_files) COMPLETE
95872026-08-29T04:32:55.389Z[ host-image] Aug 29 04:32:54.021 INFO O| Aug 29 04:32:54.021 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95882026-08-29T04:32:55.395Z[ host-image] Aug 29 04:32:54.030 INFO O| Aug 29 04:32:54.030 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95892026-08-29T04:32:55.398Z[ host-image] Aug 29 04:32:54.030 INFO O| Aug 29 04:32:54.030 INFO STEP 32 (remove_files) COMPLETE
95902026-08-29T04:32:55.398Z[ host-image] Aug 29 04:32:54.030 INFO O| Aug 29 04:32:54.030 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95912026-08-29T04:32:55.403Z[ host-image] Aug 29 04:32:54.038 INFO O| Aug 29 04:32:54.038 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95922026-08-29T04:32:55.406Z[ host-image] Aug 29 04:32:54.038 INFO O| Aug 29 04:32:54.038 INFO STEP 33 (remove_files) COMPLETE
95932026-08-29T04:32:55.406Z[ host-image] Aug 29 04:32:54.038 INFO O| Aug 29 04:32:54.038 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95942026-08-29T04:32:55.414Z[ host-image] Aug 29 04:32:54.049 INFO O| Aug 29 04:32:54.049 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95952026-08-29T04:32:55.418Z[ host-image] Aug 29 04:32:54.049 INFO O| Aug 29 04:32:54.049 INFO STEP 34 (remove_files) COMPLETE
95962026-08-29T04:32:55.418Z[ host-image] Aug 29 04:32:54.049 INFO O| Aug 29 04:32:54.049 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95972026-08-29T04:32:55.424Z[ host-image] Aug 29 04:32:54.059 INFO O| Aug 29 04:32:54.059 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95982026-08-29T04:32:55.424Z[ host-image] Aug 29 04:32:54.059 INFO O| Aug 29 04:32:54.059 INFO STEP 35 (remove_files) COMPLETE
95992026-08-29T04:32:55.427Z[ host-image] Aug 29 04:32:54.059 INFO O| Aug 29 04:32:54.059 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96002026-08-29T04:32:55.433Z[ host-image] Aug 29 04:32:54.067 INFO O| Aug 29 04:32:54.067 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
96012026-08-29T04:32:55.433Z[ host-image] Aug 29 04:32:54.067 INFO O| Aug 29 04:32:54.067 INFO STEP 36 (remove_files) COMPLETE
96022026-08-29T04:32:55.435Z[ host-image] Aug 29 04:32:54.067 INFO O| Aug 29 04:32:54.067 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96032026-08-29T04:32:55.440Z[ host-image] Aug 29 04:32:54.075 INFO O| Aug 29 04:32:54.075 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
96042026-08-29T04:32:55.444Z[ host-image] Aug 29 04:32:54.075 INFO O| Aug 29 04:32:54.075 INFO STEP 37 (remove_files) COMPLETE
96052026-08-29T04:32:55.444Z[ host-image] Aug 29 04:32:54.075 INFO O| Aug 29 04:32:54.075 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96062026-08-29T04:32:55.449Z[ host-image] Aug 29 04:32:54.084 INFO O| Aug 29 04:32:54.084 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
96072026-08-29T04:32:55.452Z[ host-image] Aug 29 04:32:54.084 INFO O| Aug 29 04:32:54.084 INFO STEP 38 (remove_files) COMPLETE
96082026-08-29T04:32:55.452Z[ host-image] Aug 29 04:32:54.084 INFO O| Aug 29 04:32:54.084 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96092026-08-29T04:32:55.460Z[ host-image] Aug 29 04:32:54.095 INFO O| Aug 29 04:32:54.095 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
96102026-08-29T04:32:55.463Z[ host-image] Aug 29 04:32:54.095 INFO O| Aug 29 04:32:54.095 INFO STEP 39 (remove_files) COMPLETE
96112026-08-29T04:32:55.463Z[ host-image] Aug 29 04:32:54.095 INFO O| Aug 29 04:32:54.095 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96122026-08-29T04:32:55.470Z[ host-image] Aug 29 04:32:54.104 INFO O| Aug 29 04:32:54.104 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
96132026-08-29T04:32:55.470Z[ host-image] Aug 29 04:32:54.104 INFO O| Aug 29 04:32:54.104 INFO STEP 40 (remove_files) COMPLETE
96142026-08-29T04:32:55.473Z[ host-image] Aug 29 04:32:54.104 INFO O| Aug 29 04:32:54.104 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96152026-08-29T04:32:55.480Z[ host-image] Aug 29 04:32:54.115 INFO O| Aug 29 04:32:54.115 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96162026-08-29T04:32:55.480Z[ host-image] Aug 29 04:32:54.115 INFO O| Aug 29 04:32:54.115 INFO STEP 41 (remove_files) COMPLETE
96172026-08-29T04:32:55.480Z[ host-image] Aug 29 04:32:54.115 INFO O| Aug 29 04:32:54.115 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96182026-08-29T04:32:55.490Z[ host-image] Aug 29 04:32:54.125 INFO O| Aug 29 04:32:54.125 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96192026-08-29T04:32:55.490Z[ host-image] Aug 29 04:32:54.125 INFO O| Aug 29 04:32:54.125 INFO STEP 42 (remove_files) COMPLETE
96202026-08-29T04:32:55.493Z[ host-image] Aug 29 04:32:54.125 INFO O| Aug 29 04:32:54.125 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96212026-08-29T04:32:55.500Z[ host-image] Aug 29 04:32:54.135 INFO O| Aug 29 04:32:54.135 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96222026-08-29T04:32:55.500Z[ host-image] Aug 29 04:32:54.135 INFO O| Aug 29 04:32:54.135 INFO STEP 43 (remove_files) COMPLETE
96232026-08-29T04:32:55.500Z[ host-image] Aug 29 04:32:54.135 INFO O| Aug 29 04:32:54.135 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96242026-08-29T04:32:55.511Z[ host-image] Aug 29 04:32:54.145 INFO O| Aug 29 04:32:54.145 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96252026-08-29T04:32:55.511Z[ host-image] Aug 29 04:32:54.145 INFO O| Aug 29 04:32:54.145 INFO STEP 44 (remove_files) COMPLETE
96262026-08-29T04:32:55.511Z[ host-image] Aug 29 04:32:54.146 INFO O| Aug 29 04:32:54.145 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96272026-08-29T04:32:55.520Z[ host-image] Aug 29 04:32:54.155 INFO O| Aug 29 04:32:54.155 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96282026-08-29T04:32:55.520Z[ host-image] Aug 29 04:32:54.155 INFO O| Aug 29 04:32:54.155 INFO STEP 45 (remove_files) COMPLETE
96292026-08-29T04:32:55.523Z[ host-image] Aug 29 04:32:54.155 INFO O| Aug 29 04:32:54.155 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96302026-08-29T04:32:55.529Z[ host-image] Aug 29 04:32:54.164 INFO O| Aug 29 04:32:54.163 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96312026-08-29T04:32:55.529Z[ host-image] Aug 29 04:32:54.164 INFO O| Aug 29 04:32:54.164 INFO STEP 46 (remove_files) COMPLETE
96322026-08-29T04:32:55.532Z[ host-image] Aug 29 04:32:54.164 INFO O| Aug 29 04:32:54.164 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96332026-08-29T04:32:55.539Z[ host-image] Aug 29 04:32:54.174 INFO O| Aug 29 04:32:54.174 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96342026-08-29T04:32:55.539Z[ host-image] Aug 29 04:32:54.174 INFO O| Aug 29 04:32:54.174 INFO STEP 47 (remove_files) COMPLETE
96352026-08-29T04:32:55.539Z[ host-image] Aug 29 04:32:54.174 INFO O| Aug 29 04:32:54.174 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96362026-08-29T04:32:55.548Z[ host-image] Aug 29 04:32:54.183 INFO O| Aug 29 04:32:54.183 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96372026-08-29T04:32:55.548Z[ host-image] Aug 29 04:32:54.183 INFO O| Aug 29 04:32:54.183 INFO STEP 48 (remove_files) COMPLETE
96382026-08-29T04:32:55.548Z[ host-image] Aug 29 04:32:54.183 INFO O| Aug 29 04:32:54.183 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96392026-08-29T04:32:55.557Z[ host-image] Aug 29 04:32:54.192 INFO O| Aug 29 04:32:54.192 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96402026-08-29T04:32:55.557Z[ host-image] Aug 29 04:32:54.192 INFO O| Aug 29 04:32:54.192 INFO STEP 49 (remove_files) COMPLETE
96412026-08-29T04:32:55.560Z[ host-image] Aug 29 04:32:54.192 INFO O| Aug 29 04:32:54.192 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96422026-08-29T04:32:55.565Z[ host-image] Aug 29 04:32:54.200 INFO O| Aug 29 04:32:54.200 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96432026-08-29T04:32:55.568Z[ host-image] Aug 29 04:32:54.200 INFO O| Aug 29 04:32:54.200 INFO STEP 50 (remove_files) COMPLETE
96442026-08-29T04:32:55.568Z[ host-image] Aug 29 04:32:54.200 INFO O| Aug 29 04:32:54.200 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96452026-08-29T04:32:55.573Z[ host-image] Aug 29 04:32:54.208 INFO O| Aug 29 04:32:54.208 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96462026-08-29T04:32:55.573Z[ host-image] Aug 29 04:32:54.208 INFO O| Aug 29 04:32:54.208 INFO STEP 51 (remove_files) COMPLETE
96472026-08-29T04:32:55.576Z[ host-image] Aug 29 04:32:54.208 INFO O| Aug 29 04:32:54.208 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96482026-08-29T04:32:55.584Z[ host-image] Aug 29 04:32:54.219 INFO O| Aug 29 04:32:54.219 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96492026-08-29T04:32:55.584Z[ host-image] Aug 29 04:32:54.219 INFO O| Aug 29 04:32:54.219 INFO STEP 52 (remove_files) COMPLETE
96502026-08-29T04:32:55.584Z[ host-image] Aug 29 04:32:54.219 INFO O| Aug 29 04:32:54.219 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96512026-08-29T04:32:55.593Z[ host-image] Aug 29 04:32:54.228 INFO O| Aug 29 04:32:54.228 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96522026-08-29T04:32:55.593Z[ host-image] Aug 29 04:32:54.228 INFO O| Aug 29 04:32:54.228 INFO STEP 53 (remove_files) COMPLETE
96532026-08-29T04:32:55.596Z[ host-image] Aug 29 04:32:54.228 INFO O| Aug 29 04:32:54.228 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96542026-08-29T04:32:55.604Z[ host-image] Aug 29 04:32:54.239 INFO O| Aug 29 04:32:54.239 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96552026-08-29T04:32:55.604Z[ host-image] Aug 29 04:32:54.239 INFO O| Aug 29 04:32:54.239 INFO STEP 54 (remove_files) COMPLETE
96562026-08-29T04:32:55.604Z[ host-image] Aug 29 04:32:54.239 INFO O| Aug 29 04:32:54.239 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96572026-08-29T04:32:55.615Z[ host-image] Aug 29 04:32:54.250 INFO O| Aug 29 04:32:54.250 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96582026-08-29T04:32:55.615Z[ host-image] Aug 29 04:32:54.250 INFO O| Aug 29 04:32:54.250 INFO STEP 55 (remove_files) COMPLETE
96592026-08-29T04:32:55.618Z[ host-image] Aug 29 04:32:54.250 INFO O| Aug 29 04:32:54.250 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96602026-08-29T04:32:55.624Z[ host-image] Aug 29 04:32:54.259 INFO O| Aug 29 04:32:54.259 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96612026-08-29T04:32:55.625Z[ host-image] Aug 29 04:32:54.259 INFO O| Aug 29 04:32:54.259 INFO STEP 56 (remove_files) COMPLETE
96622026-08-29T04:32:55.625Z[ host-image] Aug 29 04:32:54.259 INFO O| Aug 29 04:32:54.259 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96632026-08-29T04:32:55.633Z[ host-image] Aug 29 04:32:54.268 INFO O| Aug 29 04:32:54.268 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96642026-08-29T04:32:55.633Z[ host-image] Aug 29 04:32:54.268 INFO O| Aug 29 04:32:54.268 INFO STEP 57 (remove_files) COMPLETE
96652026-08-29T04:32:55.633Z[ host-image] Aug 29 04:32:54.268 INFO O| Aug 29 04:32:54.268 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96662026-08-29T04:32:55.641Z[ host-image] Aug 29 04:32:54.276 INFO O| Aug 29 04:32:54.276 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96672026-08-29T04:32:55.641Z[ host-image] Aug 29 04:32:54.276 INFO O| Aug 29 04:32:54.276 INFO STEP 58 (remove_files) COMPLETE
96682026-08-29T04:32:55.644Z[ host-image] Aug 29 04:32:54.276 INFO O| Aug 29 04:32:54.276 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96692026-08-29T04:32:55.649Z[ host-image] Aug 29 04:32:54.284 INFO O| Aug 29 04:32:54.284 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96702026-08-29T04:32:55.649Z[ host-image] Aug 29 04:32:54.284 INFO O| Aug 29 04:32:54.284 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96712026-08-29T04:32:55.652Z[ host-image] Aug 29 04:32:54.284 INFO O| Aug 29 04:32:54.284 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96722026-08-29T04:32:55.652Z[ host-image] Aug 29 04:32:54.284 INFO O| Aug 29 04:32:54.284 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96732026-08-29T04:32:55.652Z[ host-image] Aug 29 04:32:54.284 INFO O| Aug 29 04:32:54.284 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96742026-08-29T04:32:55.652Z[ host-image] Aug 29 04:32:54.284 INFO O| Aug 29 04:32:54.284 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96752026-08-29T04:32:55.652Z[ host-image] Aug 29 04:32:54.284 INFO O| Aug 29 04:32:54.284 INFO ok!
96762026-08-29T04:32:55.652Z[ host-image] Aug 29 04:32:54.284 INFO O| Aug 29 04:32:54.284 INFO STEP 59 (ensure_file) COMPLETE
96772026-08-29T04:32:55.652Z[ host-image] Aug 29 04:32:54.284 INFO O| Aug 29 04:32:54.284 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96782026-08-29T04:32:55.659Z[ host-image] Aug 29 04:32:54.294 INFO O| Aug 29 04:32:54.294 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96792026-08-29T04:32:55.659Z[ host-image] Aug 29 04:32:54.294 INFO O| Aug 29 04:32:54.294 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96802026-08-29T04:32:55.662Z[ host-image] Aug 29 04:32:54.294 INFO O| Aug 29 04:32:54.294 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96812026-08-29T04:32:55.662Z[ host-image] Aug 29 04:32:54.294 INFO O| Aug 29 04:32:54.294 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96822026-08-29T04:32:55.662Z[ host-image] Aug 29 04:32:54.294 INFO O| Aug 29 04:32:54.294 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96832026-08-29T04:32:55.662Z[ host-image] Aug 29 04:32:54.294 INFO O| Aug 29 04:32:54.294 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96842026-08-29T04:32:55.662Z[ host-image] Aug 29 04:32:54.294 INFO O| Aug 29 04:32:54.294 INFO ok!
96852026-08-29T04:32:55.662Z[ host-image] Aug 29 04:32:54.294 INFO O| Aug 29 04:32:54.294 INFO STEP 60 (ensure_file) COMPLETE
96862026-08-29T04:32:55.662Z[ host-image] Aug 29 04:32:54.294 INFO O| Aug 29 04:32:54.294 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96872026-08-29T04:32:55.669Z[ host-image] Aug 29 04:32:54.304 INFO O| Aug 29 04:32:54.304 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96882026-08-29T04:32:55.669Z[ host-image] Aug 29 04:32:54.304 INFO O| Aug 29 04:32:54.304 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96892026-08-29T04:32:55.672Z[ host-image] Aug 29 04:32:54.304 INFO O| Aug 29 04:32:54.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96902026-08-29T04:32:55.673Z[ host-image] Aug 29 04:32:54.304 INFO O| Aug 29 04:32:54.304 INFO ok!
96912026-08-29T04:32:55.673Z[ host-image] Aug 29 04:32:54.304 INFO O| Aug 29 04:32:54.304 INFO STEP 61 (ensure_file) COMPLETE
96922026-08-29T04:32:55.673Z[ host-image] Aug 29 04:32:54.304 INFO O| Aug 29 04:32:54.304 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96932026-08-29T04:32:55.680Z[ host-image] Aug 29 04:32:54.315 INFO O| Aug 29 04:32:54.315 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96942026-08-29T04:32:55.680Z[ host-image] Aug 29 04:32:54.315 INFO O| Aug 29 04:32:54.315 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96952026-08-29T04:32:55.680Z[ host-image] Aug 29 04:32:54.315 INFO O| Aug 29 04:32:54.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96962026-08-29T04:32:55.680Z[ host-image] Aug 29 04:32:54.315 INFO O| Aug 29 04:32:54.315 INFO ok!
96972026-08-29T04:32:55.683Z[ host-image] Aug 29 04:32:54.315 INFO O| Aug 29 04:32:54.315 INFO STEP 62 (ensure_file) COMPLETE
96982026-08-29T04:32:55.683Z[ host-image] Aug 29 04:32:54.315 INFO O| Aug 29 04:32:54.315 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96992026-08-29T04:32:55.689Z[ host-image] Aug 29 04:32:54.324 INFO O| Aug 29 04:32:54.324 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
97002026-08-29T04:32:55.692Z[ host-image] Aug 29 04:32:54.324 INFO O| Aug 29 04:32:54.324 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
97012026-08-29T04:32:55.692Z[ host-image] Aug 29 04:32:54.324 INFO O| Aug 29 04:32:54.324 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97022026-08-29T04:32:55.692Z[ host-image] Aug 29 04:32:54.324 INFO O| Aug 29 04:32:54.324 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97032026-08-29T04:32:55.692Z[ host-image] Aug 29 04:32:54.324 INFO O| Aug 29 04:32:54.324 INFO ok!
97042026-08-29T04:32:55.693Z[ host-image] Aug 29 04:32:54.324 INFO O| Aug 29 04:32:54.324 INFO STEP 63 (ensure_file) COMPLETE
97052026-08-29T04:32:55.693Z[ host-image] Aug 29 04:32:54.324 INFO O| Aug 29 04:32:54.324 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97062026-08-29T04:32:55.699Z[ host-image] Aug 29 04:32:54.334 INFO O| Aug 29 04:32:54.334 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
97072026-08-29T04:32:55.700Z[ host-image] Aug 29 04:32:54.334 INFO O| Aug 29 04:32:54.334 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
97082026-08-29T04:32:55.702Z[ host-image] Aug 29 04:32:54.334 INFO O| Aug 29 04:32:54.334 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97092026-08-29T04:32:55.703Z[ host-image] Aug 29 04:32:54.334 INFO O| Aug 29 04:32:54.334 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97102026-08-29T04:32:55.703Z[ host-image] Aug 29 04:32:54.334 INFO O| Aug 29 04:32:54.334 INFO ok!
97112026-08-29T04:32:55.703Z[ host-image] Aug 29 04:32:54.334 INFO O| Aug 29 04:32:54.334 INFO STEP 64 (ensure_file) COMPLETE
97122026-08-29T04:32:55.703Z[ host-image] Aug 29 04:32:54.334 INFO O| Aug 29 04:32:54.334 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97132026-08-29T04:32:55.710Z[ host-image] Aug 29 04:32:54.344 INFO O| Aug 29 04:32:54.344 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
97142026-08-29T04:32:55.710Z[ host-image] Aug 29 04:32:54.344 INFO O| Aug 29 04:32:54.344 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97152026-08-29T04:32:55.710Z[ host-image] Aug 29 04:32:54.344 INFO O| Aug 29 04:32:54.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97162026-08-29T04:32:55.713Z[ host-image] Aug 29 04:32:54.344 INFO O| Aug 29 04:32:54.344 INFO ok!
97172026-08-29T04:32:55.713Z[ host-image] Aug 29 04:32:54.344 INFO O| Aug 29 04:32:54.344 INFO STEP 65 (assemble_files) COMPLETE
97182026-08-29T04:32:55.713Z[ host-image] Aug 29 04:32:54.344 INFO O| Aug 29 04:32:54.344 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97192026-08-29T04:32:55.719Z[ host-image] Aug 29 04:32:54.354 INFO O| Aug 29 04:32:54.354 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97202026-08-29T04:32:55.719Z[ host-image] Aug 29 04:32:54.354 INFO O| Aug 29 04:32:54.354 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97212026-08-29T04:32:55.722Z[ host-image] Aug 29 04:32:54.354 INFO O| Aug 29 04:32:54.354 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97222026-08-29T04:32:55.724Z[ host-image] Aug 29 04:32:54.354 INFO O| Aug 29 04:32:54.354 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97232026-08-29T04:32:55.724Z[ host-image] Aug 29 04:32:54.354 INFO O| Aug 29 04:32:54.354 INFO ok!
97242026-08-29T04:32:55.724Z[ host-image] Aug 29 04:32:54.354 INFO O| Aug 29 04:32:54.354 INFO STEP 66 (ensure_file) COMPLETE
97252026-08-29T04:32:55.724Z[ host-image] Aug 29 04:32:54.354 INFO O| Aug 29 04:32:54.354 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97262026-08-29T04:32:55.730Z[ host-image] Aug 29 04:32:54.364 INFO O| Aug 29 04:32:54.364 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97272026-08-29T04:32:55.730Z[ host-image] Aug 29 04:32:54.364 INFO O| Aug 29 04:32:54.364 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97282026-08-29T04:32:55.732Z[ host-image] Aug 29 04:32:54.364 INFO O| Aug 29 04:32:54.364 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97292026-08-29T04:32:55.732Z[ host-image] Aug 29 04:32:54.364 INFO O| Aug 29 04:32:54.364 INFO STEP 67 (ensure_dir) COMPLETE
97302026-08-29T04:32:55.732Z[ host-image] Aug 29 04:32:54.364 INFO O| Aug 29 04:32:54.364 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97312026-08-29T04:32:55.740Z[ host-image] Aug 29 04:32:54.375 INFO O| Aug 29 04:32:54.375 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97322026-08-29T04:32:55.740Z[ host-image] Aug 29 04:32:54.375 INFO O| Aug 29 04:32:54.375 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 ...
97332026-08-29T04:32:55.746Z[ host-image] Aug 29 04:32:54.381 INFO O| Aug 29 04:32:54.381 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
97342026-08-29T04:32:55.746Z[ host-image] Aug 29 04:32:54.381 INFO O| Aug 29 04:32:54.381 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97352026-08-29T04:32:55.746Z[ host-image] Aug 29 04:32:54.381 INFO O| Aug 29 04:32:54.381 INFO ok!
97362026-08-29T04:32:55.749Z[ host-image] Aug 29 04:32:54.381 INFO O| Aug 29 04:32:54.381 INFO STEP 68 (ensure_file) COMPLETE
97372026-08-29T04:32:55.750Z[ host-image] Aug 29 04:32:54.381 INFO O| Aug 29 04:32:54.381 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97382026-08-29T04:32:55.757Z[ host-image] Aug 29 04:32:54.392 INFO O| Aug 29 04:32:54.392 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97392026-08-29T04:32:55.757Z[ host-image] Aug 29 04:32:54.392 INFO O| Aug 29 04:32:54.392 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 ...
97402026-08-29T04:32:55.760Z[ host-image] Aug 29 04:32:54.392 INFO O| Aug 29 04:32:54.392 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
97412026-08-29T04:32:55.760Z[ host-image] Aug 29 04:32:54.392 INFO O| Aug 29 04:32:54.392 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97422026-08-29T04:32:55.760Z[ host-image] Aug 29 04:32:54.392 INFO O| Aug 29 04:32:54.392 INFO ok!
97432026-08-29T04:32:55.760Z[ host-image] Aug 29 04:32:54.392 INFO O| Aug 29 04:32:54.392 INFO STEP 69 (ensure_file) COMPLETE
97442026-08-29T04:32:55.760Z[ host-image] Aug 29 04:32:54.392 INFO O| Aug 29 04:32:54.392 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97452026-08-29T04:32:55.772Z[ host-image] Aug 29 04:32:54.406 INFO O| Aug 29 04:32:54.406 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97462026-08-29T04:32:55.772Z[ host-image] Aug 29 04:32:54.406 INFO O| Aug 29 04:32:54.406 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97472026-08-29T04:32:57.412Z[ host-image] Aug 29 04:32:56.047 INFO O| Aug 29 04:32:56.046 INFO STEP 70 (pack_tar) COMPLETE
97482026-08-29T04:32:57.413Z[ host-image] Aug 29 04:32:56.047 INFO O| Aug 29 04:32:56.047 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97492026-08-29T04:32:57.415Z[ host-image] Aug 29 04:32:56.047 INFO O| Aug 29 04:32:56.047 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97502026-08-29T04:32:57.909Z[ host-image] Aug 29 04:32:56.543 INFO O| Aug 29 04:32:56.543 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97512026-08-29T04:32:58.265Z[ host-image] Aug 29 04:32:56.900 INFO O| Aug 29 04:32:56.899 INFO completed processing sled/ramdisk-02-trim
97522026-08-29T04:32:58.269Z[ host-image] Aug 29 04:32:56.902 INFO image builder template: zfs...
97532026-08-29T04:32:58.269Z[ host-image] Aug 29 04:32:56.902 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/.tmpvAHRh8/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs"], pwd: None
97542026-08-29T04:32:58.279Z[ host-image] Aug 29 04:32:56.914 INFO O| Aug 29 04:32:56.914 INFO skip include "stress" because feature "stress" is not enabled
97552026-08-29T04:32:58.279Z[ host-image] Aug 29 04:32:56.914 INFO O| Aug 29 04:32:56.914 INFO skip include "stress" because feature "compliance" is not enabled
97562026-08-29T04:32:58.309Z[ host-image] Aug 29 04:32:56.943 INFO O| Aug 29 04:32:56.943 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97572026-08-29T04:32:58.313Z[ host-image] Aug 29 04:32:56.947 INFO O| Aug 29 04:32:56.947 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97582026-08-29T04:32:58.412Z[ host-image] Aug 29 04:32:57.046 INFO O| Aug 29 04:32:57.046 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97592026-08-29T04:32:58.469Z[ host-image] Aug 29 04:32:57.104 INFO O| Aug 29 04:32:57.104 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97602026-08-29T04:32:58.470Z[ host-image] Aug 29 04:32:57.104 INFO O| Aug 29 04:32:57.104 INFO work dataset: rpool/images/build/host/work/sled/zfs
97612026-08-29T04:32:58.473Z[ host-image] Aug 29 04:32:57.107 INFO O| Aug 29 04:32:57.107 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97622026-08-29T04:32:58.554Z[ host-image] Aug 29 04:32:57.188 INFO O| Aug 29 04:32:57.188 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97632026-08-29T04:32:58.628Z[ host-image] Aug 29 04:32:57.262 INFO O| Aug 29 04:32:57.262 INFO DESTROY POOL: TEMPORARY-sled-zfs
97642026-08-29T04:32:58.637Z[ host-image] Aug 29 04:32:57.272 INFO O| Aug 29 04:32:57.272 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97652026-08-29T04:32:58.642Z[ host-image] Aug 29 04:32:57.276 INFO O| Aug 29 04:32:57.276 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97662026-08-29T04:32:58.642Z[ host-image] Aug 29 04:32:57.276 INFO O| Aug 29 04:32:57.276 INFO no lofi found
97672026-08-29T04:32:58.642Z[ host-image] Aug 29 04:32:57.276 INFO O| Aug 29 04:32:57.276 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97682026-08-29T04:32:58.642Z[ host-image] Aug 29 04:32:57.276 INFO O| Aug 29 04:32:57.276 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97692026-08-29T04:33:00.367Z[ host-image] Aug 29 04:32:59.001 INFO O| Aug 29 04:32:59.001 INFO lofi device = /dev/dsk/c2t1d0p0
97702026-08-29T04:33:00.367Z[ host-image] Aug 29 04:32:59.001 INFO O| Aug 29 04:32:59.001 INFO pool device = /dev/dsk/c2t1d0p0
97712026-08-29T04:33:00.370Z[ host-image] Aug 29 04:32:59.001 INFO O| Aug 29 04:32:59.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"]
97722026-08-29T04:33:00.451Z[ host-image] Aug 29 04:32:59.085 INFO O| Aug 29 04:32:59.085 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97732026-08-29T04:33:00.451Z[ host-image] Aug 29 04:32:59.085 INFO O| Aug 29 04:32:59.085 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97742026-08-29T04:33:00.468Z[ host-image] Aug 29 04:32:59.103 INFO O| Aug 29 04:32:59.103 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97752026-08-29T04:33:00.521Z[ host-image] Aug 29 04:32:59.156 INFO O| Aug 29 04:32:59.156 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97762026-08-29T04:33:00.552Z[ host-image] Aug 29 04:32:59.186 INFO O| Aug 29 04:32:59.186 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97772026-08-29T04:33:00.612Z[ host-image] Aug 29 04:32:59.239 INFO O| Aug 29 04:32:59.237 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97782026-08-29T04:33:00.699Z[ host-image] Aug 29 04:32:59.333 INFO O| Aug 29 04:32:59.333 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97792026-08-29T04:33:00.735Z[ host-image] Aug 29 04:32:59.370 INFO O| Aug 29 04:32:59.370 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97802026-08-29T04:33:00.736Z[ host-image] Aug 29 04:32:59.370 INFO O| Aug 29 04:32:59.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97812026-08-29T04:33:00.739Z[ host-image] Aug 29 04:32:59.370 INFO O| Aug 29 04:32:59.370 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97822026-08-29T04:33:00.744Z[ host-image] Aug 29 04:32:59.378 INFO O| Aug 29 04:32:59.378 INFO boot environment UUID: ef57cca6-7952-4818-9a68-52ed6370046d
97832026-08-29T04:33:00.744Z[ host-image] Aug 29 04:32:59.378 INFO O| Aug 29 04:32:59.378 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = ef57cca6-7952-4818-9a68-52ed6370046d
97842026-08-29T04:33:00.754Z[ host-image] Aug 29 04:32:59.387 INFO O| Aug 29 04:32:59.387 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97852026-08-29T04:33:00.761Z[ host-image] Aug 29 04:32:59.396 INFO O| Aug 29 04:32:59.396 INFO STEP 0 (create_be) COMPLETE
97862026-08-29T04:33:00.761Z[ host-image] Aug 29 04:32:59.396 INFO O| Aug 29 04:32:59.396 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97872026-08-29T04:33:00.777Z[ host-image] Aug 29 04:32:59.411 INFO O| Aug 29 04:32:59.411 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97882026-08-29T04:33:09.099Z[ host-image] Aug 29 04:33:07.734 INFO O| Aug 29 04:33:07.733 INFO STEP 1 (unpack_tar) COMPLETE
97892026-08-29T04:33:09.099Z[ host-image] Aug 29 04:33:07.734 INFO O| Aug 29 04:33:07.734 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97902026-08-29T04:33:09.110Z[ host-image] Aug 29 04:33:07.744 INFO O| Aug 29 04:33:07.744 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97912026-08-29T04:33:09.551Z[ recovery-image] Aug 29 04:33:08.181 INFO O| ok, image written!
97922026-08-29T04:33:09.561Z[ recovery-image] Aug 29 04:33:08.181 INFO O| ok, boot_image_csum file written!
97932026-08-29T04:33:09.564Z[ recovery-image] Aug 29 04:33:08.184 INFO creating boot archive (CPIO)...
97942026-08-29T04:33:09.564Z[ recovery-image] Aug 29 04:33:08.184 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
97952026-08-29T04:33:09.564Z[ recovery-image] Aug 29 04:33:08.190 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
97962026-08-29T04:33:09.564Z[ recovery-image] Aug 29 04:33:08.190 INFO E| + outfile=/work/os-recovery/cpio
97972026-08-29T04:33:09.564Z[ recovery-image] Aug 29 04:33:08.190 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
97982026-08-29T04:33:09.565Z[ recovery-image] Aug 29 04:33:08.193 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
97992026-08-29T04:33:09.565Z[ recovery-image] Aug 29 04:33:08.193 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
98002026-08-29T04:33:09.629Z[ recovery-image] Aug 29 04:33:08.263 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
98012026-08-29T04:33:09.634Z[ recovery-image] Aug 29 04:33:08.263 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
98022026-08-29T04:33:09.638Z[ recovery-image] Aug 29 04:33:08.270 INFO creating compressed cpio/unix for dev loaders...
98032026-08-29T04:33:09.638Z[ recovery-image] Aug 29 04:33:08.270 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
98042026-08-29T04:33:09.763Z[ host-image] Aug 29 04:33:08.398 INFO O| Aug 29 04:33:08.398 INFO STEP 2 (devfsadm) COMPLETE
98052026-08-29T04:33:09.763Z[ host-image] Aug 29 04:33:08.398 INFO O| Aug 29 04:33:08.398 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98062026-08-29T04:33:09.773Z[ host-image] Aug 29 04:33:08.408 INFO O| Aug 29 04:33:08.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98072026-08-29T04:33:09.776Z[ host-image] Aug 29 04:33:08.408 INFO O| Aug 29 04:33:08.408 INFO STEP 3 (ensure_dir) COMPLETE
98082026-08-29T04:33:09.776Z[ host-image] Aug 29 04:33:08.408 INFO O| Aug 29 04:33:08.408 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98092026-08-29T04:33:09.782Z[ host-image] Aug 29 04:33:08.417 INFO O| Aug 29 04:33:08.417 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98102026-08-29T04:33:09.782Z[ host-image] Aug 29 04:33:08.417 INFO O| Aug 29 04:33:08.417 INFO STEP 4 (ensure_dir) COMPLETE
98112026-08-29T04:33:09.785Z[ host-image] Aug 29 04:33:08.417 INFO O| Aug 29 04:33:08.417 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98122026-08-29T04:33:09.791Z[ host-image] Aug 29 04:33:08.426 INFO O| Aug 29 04:33:08.426 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98132026-08-29T04:33:09.791Z[ host-image] Aug 29 04:33:08.426 INFO O| Aug 29 04:33:08.426 INFO STEP 5 (ensure_dir) COMPLETE
98142026-08-29T04:33:09.791Z[ host-image] Aug 29 04:33:08.426 INFO O| Aug 29 04:33:08.426 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98152026-08-29T04:33:09.799Z[ host-image] Aug 29 04:33:08.434 INFO O| Aug 29 04:33:08.434 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98162026-08-29T04:33:09.802Z[ host-image] Aug 29 04:33:08.434 INFO O| Aug 29 04:33:08.434 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98172026-08-29T04:33:09.802Z[ host-image] Aug 29 04:33:08.434 INFO O| Aug 29 04:33:08.434 INFO STEP 6 (ensure_dir) COMPLETE
98182026-08-29T04:33:09.802Z[ host-image] Aug 29 04:33:08.434 INFO O| Aug 29 04:33:08.434 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98192026-08-29T04:33:09.807Z[ host-image] Aug 29 04:33:08.442 INFO O| Aug 29 04:33:08.442 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98202026-08-29T04:33:09.810Z[ host-image] Aug 29 04:33:08.442 INFO O| Aug 29 04:33:08.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98212026-08-29T04:33:09.810Z[ host-image] Aug 29 04:33:08.442 INFO O| Aug 29 04:33:08.442 INFO STEP 7 (ensure_dir) COMPLETE
98222026-08-29T04:33:09.811Z[ host-image] Aug 29 04:33:08.442 INFO O| Aug 29 04:33:08.442 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98232026-08-29T04:33:09.815Z[ host-image] Aug 29 04:33:08.450 INFO O| Aug 29 04:33:08.450 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98242026-08-29T04:33:09.818Z[ host-image] Aug 29 04:33:08.451 INFO O| Aug 29 04:33:08.451 INFO STEP 8 (remove_files) COMPLETE
98252026-08-29T04:33:09.818Z[ host-image] Aug 29 04:33:08.451 INFO O| Aug 29 04:33:08.451 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98262026-08-29T04:33:09.824Z[ host-image] Aug 29 04:33:08.459 INFO O| Aug 29 04:33:08.459 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98272026-08-29T04:33:09.827Z[ host-image] Aug 29 04:33:08.459 INFO O| Aug 29 04:33:08.459 INFO STEP 9 (remove_files) COMPLETE
98282026-08-29T04:33:09.827Z[ host-image] Aug 29 04:33:08.460 INFO O| Aug 29 04:33:08.459 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98292026-08-29T04:33:09.832Z[ host-image] Aug 29 04:33:08.466 INFO O| Aug 29 04:33:08.466 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98302026-08-29T04:33:09.834Z[ host-image] Aug 29 04:33:08.467 INFO O| Aug 29 04:33:08.467 INFO STEP 10 (remove_files) COMPLETE
98312026-08-29T04:33:09.834Z[ host-image] Aug 29 04:33:08.467 INFO O| Aug 29 04:33:08.467 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98322026-08-29T04:33:09.841Z[ host-image] Aug 29 04:33:08.476 INFO O| Aug 29 04:33:08.476 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98332026-08-29T04:33:09.844Z[ host-image] Aug 29 04:33:08.476 INFO O| Aug 29 04:33:08.476 INFO STEP 11 (remove_files) COMPLETE
98342026-08-29T04:33:09.844Z[ host-image] Aug 29 04:33:08.476 INFO O| Aug 29 04:33:08.476 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98352026-08-29T04:33:09.849Z[ host-image] Aug 29 04:33:08.484 INFO O| Aug 29 04:33:08.484 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98362026-08-29T04:33:09.849Z[ host-image] Aug 29 04:33:08.484 INFO O| Aug 29 04:33:08.484 INFO STEP 12 (remove_files) COMPLETE
98372026-08-29T04:33:09.849Z[ host-image] Aug 29 04:33:08.484 INFO O| Aug 29 04:33:08.484 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98382026-08-29T04:33:09.857Z[ host-image] Aug 29 04:33:08.492 INFO O| Aug 29 04:33:08.492 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98392026-08-29T04:33:09.860Z[ host-image] Aug 29 04:33:08.492 INFO O| Aug 29 04:33:08.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98402026-08-29T04:33:09.860Z[ host-image] Aug 29 04:33:08.492 INFO O| Aug 29 04:33:08.492 INFO STEP 13 (ensure_dir) COMPLETE
98412026-08-29T04:33:09.860Z[ host-image] Aug 29 04:33:08.492 INFO O| Aug 29 04:33:08.492 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98422026-08-29T04:33:09.867Z[ host-image] Aug 29 04:33:08.501 INFO O| Aug 29 04:33:08.501 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98432026-08-29T04:33:09.867Z[ host-image] Aug 29 04:33:08.501 INFO O| Aug 29 04:33:08.501 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98442026-08-29T04:33:09.870Z[ host-image] Aug 29 04:33:08.501 INFO O| Aug 29 04:33:08.501 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98452026-08-29T04:33:09.870Z[ host-image] Aug 29 04:33:08.501 INFO O| Aug 29 04:33:08.501 INFO STEP 14 (ensure_dir) COMPLETE
98462026-08-29T04:33:09.870Z[ host-image] Aug 29 04:33:08.501 INFO O| Aug 29 04:33:08.501 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98472026-08-29T04:33:09.873Z[ recovery-image] Aug 29 04:33:08.505 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
98482026-08-29T04:33:09.877Z[ host-image] Aug 29 04:33:08.509 INFO O| Aug 29 04:33:08.509 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98492026-08-29T04:33:09.877Z[ host-image] Aug 29 04:33:08.509 INFO O| Aug 29 04:33:08.509 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98502026-08-29T04:33:09.878Z[ host-image] Aug 29 04:33:08.509 INFO O| Aug 29 04:33:08.509 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98512026-08-29T04:33:09.878Z[ host-image] Aug 29 04:33:08.509 INFO O| Aug 29 04:33:08.509 INFO STEP 15 (ensure_dir) COMPLETE
98522026-08-29T04:33:09.878Z[ host-image] Aug 29 04:33:08.509 INFO O| Aug 29 04:33:08.509 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98532026-08-29T04:33:09.886Z[ host-image] Aug 29 04:33:08.518 INFO O| Aug 29 04:33:08.518 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98542026-08-29T04:33:09.886Z[ host-image] Aug 29 04:33:08.518 INFO O| Aug 29 04:33:08.518 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98552026-08-29T04:33:09.886Z[ host-image] Aug 29 04:33:08.518 INFO O| Aug 29 04:33:08.518 INFO STEP 16 (ensure_dir) COMPLETE
98562026-08-29T04:33:09.886Z[ host-image] Aug 29 04:33:08.518 INFO O| Aug 29 04:33:08.518 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98572026-08-29T04:33:09.891Z[ host-image] Aug 29 04:33:08.526 INFO O| Aug 29 04:33:08.526 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98582026-08-29T04:33:09.894Z[ host-image] Aug 29 04:33:08.526 INFO O| Aug 29 04:33:08.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98592026-08-29T04:33:09.894Z[ host-image] Aug 29 04:33:08.526 INFO O| Aug 29 04:33:08.526 INFO STEP 17 (ensure_dir) COMPLETE
98602026-08-29T04:33:09.894Z[ host-image] Aug 29 04:33:08.526 INFO O| Aug 29 04:33:08.526 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98612026-08-29T04:33:09.899Z[ host-image] Aug 29 04:33:08.534 INFO O| Aug 29 04:33:08.534 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98622026-08-29T04:33:09.899Z[ host-image] Aug 29 04:33:08.534 INFO O| Aug 29 04:33:08.534 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98632026-08-29T04:33:09.903Z[ host-image] Aug 29 04:33:08.534 INFO O| Aug 29 04:33:08.534 INFO ok!
98642026-08-29T04:33:09.903Z[ host-image] Aug 29 04:33:08.534 INFO O| Aug 29 04:33:08.534 INFO STEP 18 (ensure_symlink) COMPLETE
98652026-08-29T04:33:09.903Z[ host-image] Aug 29 04:33:08.534 INFO O| Aug 29 04:33:08.534 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98662026-08-29T04:33:09.907Z[ host-image] Aug 29 04:33:08.542 INFO O| Aug 29 04:33:08.542 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98672026-08-29T04:33:09.910Z[ host-image] Aug 29 04:33:08.542 INFO O| Aug 29 04:33:08.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98682026-08-29T04:33:09.910Z[ host-image] Aug 29 04:33:08.542 INFO O| Aug 29 04:33:08.542 INFO ok!
98692026-08-29T04:33:09.912Z[ host-image] Aug 29 04:33:08.542 INFO O| Aug 29 04:33:08.542 INFO STEP 19 (ensure_file) COMPLETE
98702026-08-29T04:33:09.912Z[ host-image] Aug 29 04:33:08.542 INFO O| Aug 29 04:33:08.542 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98712026-08-29T04:33:09.915Z[ host-image] Aug 29 04:33:08.549 INFO O| Aug 29 04:33:08.549 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98722026-08-29T04:33:09.915Z[ host-image] Aug 29 04:33:08.550 INFO O| Aug 29 04:33:08.549 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98732026-08-29T04:33:09.915Z[ host-image] Aug 29 04:33:08.550 INFO O| Aug 29 04:33:08.550 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98742026-08-29T04:33:09.916Z[ host-image] Aug 29 04:33:08.550 INFO O| Aug 29 04:33:08.550 INFO ok!
98752026-08-29T04:33:09.916Z[ host-image] Aug 29 04:33:08.550 INFO O| Aug 29 04:33:08.550 INFO STEP 20 (ensure_symlink) COMPLETE
98762026-08-29T04:33:09.916Z[ host-image] Aug 29 04:33:08.550 INFO O| Aug 29 04:33:08.550 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98772026-08-29T04:33:09.923Z[ host-image] Aug 29 04:33:08.558 INFO O| Aug 29 04:33:08.558 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98782026-08-29T04:33:09.923Z[ host-image] Aug 29 04:33:08.558 INFO O| Aug 29 04:33:08.558 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98792026-08-29T04:33:09.925Z[ host-image] Aug 29 04:33:08.558 INFO O| Aug 29 04:33:08.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98802026-08-29T04:33:09.925Z[ host-image] Aug 29 04:33:08.558 INFO O| Aug 29 04:33:08.558 INFO ok!
98812026-08-29T04:33:09.925Z[ host-image] Aug 29 04:33:08.558 INFO O| Aug 29 04:33:08.558 INFO STEP 21 (ensure_symlink) COMPLETE
98822026-08-29T04:33:09.925Z[ host-image] Aug 29 04:33:08.558 INFO O| Aug 29 04:33:08.558 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98832026-08-29T04:33:09.930Z[ host-image] Aug 29 04:33:08.565 INFO O| Aug 29 04:33:08.565 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98842026-08-29T04:33:09.930Z[ host-image] Aug 29 04:33:08.565 INFO O| Aug 29 04:33:08.565 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98852026-08-29T04:33:09.933Z[ host-image] Aug 29 04:33:08.565 INFO O| Aug 29 04:33:08.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98862026-08-29T04:33:09.933Z[ host-image] Aug 29 04:33:08.565 INFO O| Aug 29 04:33:08.565 INFO ok!
98872026-08-29T04:33:09.933Z[ host-image] Aug 29 04:33:08.565 INFO O| Aug 29 04:33:08.565 INFO STEP 22 (ensure_symlink) COMPLETE
98882026-08-29T04:33:09.933Z[ host-image] Aug 29 04:33:08.565 INFO O| Aug 29 04:33:08.565 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98892026-08-29T04:33:09.938Z[ host-image] Aug 29 04:33:08.573 INFO O| Aug 29 04:33:08.573 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98902026-08-29T04:33:09.938Z[ host-image] Aug 29 04:33:08.573 INFO O| Aug 29 04:33:08.573 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98912026-08-29T04:33:09.941Z[ host-image] Aug 29 04:33:08.573 INFO O| Aug 29 04:33:08.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98922026-08-29T04:33:09.941Z[ host-image] Aug 29 04:33:08.573 INFO O| Aug 29 04:33:08.573 INFO ok!
98932026-08-29T04:33:09.941Z[ host-image] Aug 29 04:33:08.573 INFO O| Aug 29 04:33:08.573 INFO STEP 23 (ensure_symlink) COMPLETE
98942026-08-29T04:33:09.941Z[ host-image] Aug 29 04:33:08.573 INFO O| Aug 29 04:33:08.573 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98952026-08-29T04:33:09.944Z[ host-image] Aug 29 04:33:08.579 INFO O| Aug 29 04:33:08.579 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98962026-08-29T04:33:09.945Z[ host-image] Aug 29 04:33:08.579 INFO O| Aug 29 04:33:08.579 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98972026-08-29T04:33:09.947Z[ host-image] Aug 29 04:33:08.580 INFO O| Aug 29 04:33:08.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98982026-08-29T04:33:09.947Z[ host-image] Aug 29 04:33:08.580 INFO O| Aug 29 04:33:08.580 INFO ok!
98992026-08-29T04:33:09.947Z[ host-image] Aug 29 04:33:08.580 INFO O| Aug 29 04:33:08.580 INFO STEP 24 (ensure_file) COMPLETE
99002026-08-29T04:33:09.947Z[ host-image] Aug 29 04:33:08.580 INFO O| Aug 29 04:33:08.580 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
99012026-08-29T04:33:09.953Z[ host-image] Aug 29 04:33:08.587 INFO O| Aug 29 04:33:08.587 INFO updating shadow file
99022026-08-29T04:33:09.953Z[ host-image] Aug 29 04:33:08.587 INFO O| Aug 29 04:33:08.587 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99032026-08-29T04:33:09.953Z[ host-image] Aug 29 04:33:08.587 INFO O| Aug 29 04:33:08.587 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99042026-08-29T04:33:09.956Z[ host-image] Aug 29 04:33:08.587 INFO O| Aug 29 04:33:08.587 INFO STEP 25 (shadow) COMPLETE
99052026-08-29T04:33:09.956Z[ host-image] Aug 29 04:33:08.588 INFO O| Aug 29 04:33:08.587 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99062026-08-29T04:33:09.960Z[ host-image] Aug 29 04:33:08.595 INFO O| Aug 29 04:33:08.595 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
99072026-08-29T04:33:09.960Z[ host-image] Aug 29 04:33:08.595 INFO O| Aug 29 04:33:08.595 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99082026-08-29T04:33:09.963Z[ host-image] Aug 29 04:33:08.595 INFO O| Aug 29 04:33:08.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99092026-08-29T04:33:09.963Z[ host-image] Aug 29 04:33:08.595 INFO O| Aug 29 04:33:08.595 INFO ok!
99102026-08-29T04:33:09.963Z[ host-image] Aug 29 04:33:08.595 INFO O| Aug 29 04:33:08.595 INFO STEP 26 (ensure_file) COMPLETE
99112026-08-29T04:33:09.963Z[ host-image] Aug 29 04:33:08.595 INFO O| Aug 29 04:33:08.595 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99122026-08-29T04:33:09.968Z[ host-image] Aug 29 04:33:08.602 INFO O| Aug 29 04:33:08.602 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99132026-08-29T04:33:09.968Z[ host-image] Aug 29 04:33:08.602 INFO O| Aug 29 04:33:08.602 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99142026-08-29T04:33:09.970Z[ host-image] Aug 29 04:33:08.602 INFO O| Aug 29 04:33:08.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99152026-08-29T04:33:09.970Z[ host-image] Aug 29 04:33:08.602 INFO O| Aug 29 04:33:08.602 INFO ok!
99162026-08-29T04:33:09.970Z[ host-image] Aug 29 04:33:08.602 INFO O| Aug 29 04:33:08.602 INFO STEP 27 (ensure_file) COMPLETE
99172026-08-29T04:33:09.970Z[ host-image] Aug 29 04:33:08.602 INFO O| Aug 29 04:33:08.602 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99182026-08-29T04:33:09.977Z[ host-image] Aug 29 04:33:08.612 INFO O| Aug 29 04:33:08.612 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99192026-08-29T04:33:09.977Z[ host-image] Aug 29 04:33:08.612 INFO O| Aug 29 04:33:08.612 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99202026-08-29T04:33:09.980Z[ host-image] Aug 29 04:33:08.612 INFO O| Aug 29 04:33:08.612 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99212026-08-29T04:33:09.980Z[ host-image] Aug 29 04:33:08.612 INFO O| Aug 29 04:33:08.612 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99222026-08-29T04:33:09.980Z[ host-image] Aug 29 04:33:08.612 INFO O| Aug 29 04:33:08.612 INFO ok!
99232026-08-29T04:33:09.980Z[ host-image] Aug 29 04:33:08.612 INFO O| Aug 29 04:33:08.612 INFO STEP 28 (ensure_file) COMPLETE
99242026-08-29T04:33:09.980Z[ host-image] Aug 29 04:33:08.612 INFO O| Aug 29 04:33:08.612 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99252026-08-29T04:33:09.986Z[ host-image] Aug 29 04:33:08.621 INFO O| Aug 29 04:33:08.621 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99262026-08-29T04:33:09.986Z[ host-image] Aug 29 04:33:08.621 INFO O| Aug 29 04:33:08.621 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99272026-08-29T04:33:09.989Z[ host-image] Aug 29 04:33:08.621 INFO O| Aug 29 04:33:08.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99282026-08-29T04:33:09.989Z[ host-image] Aug 29 04:33:08.621 INFO O| Aug 29 04:33:08.621 INFO ok!
99292026-08-29T04:33:09.989Z[ host-image] Aug 29 04:33:08.621 INFO O| Aug 29 04:33:08.621 INFO STEP 29 (ensure_file) COMPLETE
99302026-08-29T04:33:09.989Z[ host-image] Aug 29 04:33:08.621 INFO O| Aug 29 04:33:08.621 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99312026-08-29T04:33:09.994Z[ host-image] Aug 29 04:33:08.629 INFO O| Aug 29 04:33:08.629 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99322026-08-29T04:33:09.996Z[ host-image] Aug 29 04:33:08.629 INFO O| Aug 29 04:33:08.629 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99332026-08-29T04:33:09.997Z[ host-image] Aug 29 04:33:08.629 INFO O| Aug 29 04:33:08.629 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99342026-08-29T04:33:09.997Z[ host-image] Aug 29 04:33:08.629 INFO O| Aug 29 04:33:08.629 INFO STEP 30 (ensure_dir) COMPLETE
99352026-08-29T04:33:09.997Z[ host-image] Aug 29 04:33:08.629 INFO O| Aug 29 04:33:08.629 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99362026-08-29T04:33:10.001Z[ host-image] Aug 29 04:33:08.636 INFO O| Aug 29 04:33:08.636 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99372026-08-29T04:33:10.001Z[ host-image] Aug 29 04:33:08.636 INFO O| Aug 29 04:33:08.636 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99382026-08-29T04:33:10.004Z[ host-image] Aug 29 04:33:08.636 INFO O| Aug 29 04:33:08.636 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99392026-08-29T04:33:10.004Z[ host-image] Aug 29 04:33:08.636 INFO O| Aug 29 04:33:08.636 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99402026-08-29T04:33:10.004Z[ host-image] Aug 29 04:33:08.636 INFO O| Aug 29 04:33:08.636 INFO ok!
99412026-08-29T04:33:10.004Z[ host-image] Aug 29 04:33:08.636 INFO O| Aug 29 04:33:08.636 INFO STEP 31 (ensure_file) COMPLETE
99422026-08-29T04:33:10.004Z[ host-image] Aug 29 04:33:08.636 INFO O| Aug 29 04:33:08.636 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99432026-08-29T04:33:10.009Z[ host-image] Aug 29 04:33:08.644 INFO O| Aug 29 04:33:08.644 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99442026-08-29T04:33:10.009Z[ host-image] Aug 29 04:33:08.644 INFO O| Aug 29 04:33:08.644 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99452026-08-29T04:33:10.012Z[ host-image] Aug 29 04:33:08.644 INFO O| Aug 29 04:33:08.644 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99462026-08-29T04:33:10.012Z[ host-image] Aug 29 04:33:08.644 INFO O| Aug 29 04:33:08.644 INFO STEP 32 (ensure_dir) COMPLETE
99472026-08-29T04:33:10.012Z[ host-image] Aug 29 04:33:08.644 INFO O| Aug 29 04:33:08.644 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99482026-08-29T04:33:10.018Z[ host-image] Aug 29 04:33:08.653 INFO O| Aug 29 04:33:08.653 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99492026-08-29T04:33:10.018Z[ host-image] Aug 29 04:33:08.653 INFO O| Aug 29 04:33:08.653 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 ...
99502026-08-29T04:33:10.021Z[ host-image] Aug 29 04:33:08.653 INFO O| Aug 29 04:33:08.653 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
99512026-08-29T04:33:10.021Z[ host-image] Aug 29 04:33:08.653 INFO O| Aug 29 04:33:08.653 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99522026-08-29T04:33:10.021Z[ host-image] Aug 29 04:33:08.653 INFO O| Aug 29 04:33:08.653 INFO ok!
99532026-08-29T04:33:10.021Z[ host-image] Aug 29 04:33:08.653 INFO O| Aug 29 04:33:08.653 INFO STEP 33 (ensure_file) COMPLETE
99542026-08-29T04:33:10.021Z[ host-image] Aug 29 04:33:08.653 INFO O| Aug 29 04:33:08.653 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99552026-08-29T04:33:10.026Z[ host-image] Aug 29 04:33:08.661 INFO O| Aug 29 04:33:08.661 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99562026-08-29T04:33:10.026Z[ host-image] Aug 29 04:33:08.661 INFO O| Aug 29 04:33:08.661 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99572026-08-29T04:33:10.029Z[ host-image] Aug 29 04:33:08.661 INFO O| Aug 29 04:33:08.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99582026-08-29T04:33:10.029Z[ host-image] Aug 29 04:33:08.661 INFO O| Aug 29 04:33:08.661 INFO ok!
99592026-08-29T04:33:10.029Z[ host-image] Aug 29 04:33:08.661 INFO O| Aug 29 04:33:08.661 INFO STEP 34 (ensure_file) COMPLETE
99602026-08-29T04:33:10.029Z[ host-image] Aug 29 04:33:08.661 INFO O| Aug 29 04:33:08.661 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99612026-08-29T04:33:10.034Z[ host-image] Aug 29 04:33:08.669 INFO O| Aug 29 04:33:08.669 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99622026-08-29T04:33:10.034Z[ host-image] Aug 29 04:33:08.669 INFO O| Aug 29 04:33:08.669 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99632026-08-29T04:33:10.034Z[ host-image] Aug 29 04:33:08.669 INFO O| Aug 29 04:33:08.669 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99642026-08-29T04:33:10.037Z[ host-image] Aug 29 04:33:08.669 INFO O| Aug 29 04:33:08.669 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99652026-08-29T04:33:10.037Z[ host-image] Aug 29 04:33:08.669 INFO O| Aug 29 04:33:08.669 INFO ok!
99662026-08-29T04:33:10.037Z[ host-image] Aug 29 04:33:08.669 INFO O| Aug 29 04:33:08.669 INFO STEP 35 (ensure_file) COMPLETE
99672026-08-29T04:33:10.039Z[ host-image] Aug 29 04:33:08.669 INFO O| Aug 29 04:33:08.669 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99682026-08-29T04:33:10.042Z[ host-image] Aug 29 04:33:08.677 INFO O| Aug 29 04:33:08.677 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99692026-08-29T04:33:10.042Z[ host-image] Aug 29 04:33:08.677 INFO O| Aug 29 04:33:08.677 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99702026-08-29T04:33:10.045Z[ host-image] Aug 29 04:33:08.677 INFO O| Aug 29 04:33:08.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99712026-08-29T04:33:10.045Z[ host-image] Aug 29 04:33:08.677 INFO O| Aug 29 04:33:08.677 INFO ok!
99722026-08-29T04:33:10.045Z[ host-image] Aug 29 04:33:08.677 INFO O| Aug 29 04:33:08.677 INFO STEP 36 (ensure_file) COMPLETE
99732026-08-29T04:33:10.045Z[ host-image] Aug 29 04:33:08.677 INFO O| Aug 29 04:33:08.677 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99742026-08-29T04:33:10.049Z[ host-image] Aug 29 04:33:08.684 INFO O| Aug 29 04:33:08.684 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99752026-08-29T04:33:10.049Z[ host-image] Aug 29 04:33:08.684 INFO O| Aug 29 04:33:08.684 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99762026-08-29T04:33:10.052Z[ host-image] Aug 29 04:33:08.684 INFO O| Aug 29 04:33:08.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99772026-08-29T04:33:10.052Z[ host-image] Aug 29 04:33:08.684 INFO O| Aug 29 04:33:08.684 INFO ok!
99782026-08-29T04:33:10.052Z[ host-image] Aug 29 04:33:08.684 INFO O| Aug 29 04:33:08.684 INFO STEP 37 (ensure_file) COMPLETE
99792026-08-29T04:33:10.052Z[ host-image] Aug 29 04:33:08.684 INFO O| Aug 29 04:33:08.684 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99802026-08-29T04:33:10.056Z[ host-image] Aug 29 04:33:08.690 INFO O| Aug 29 04:33:08.690 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99812026-08-29T04:33:10.056Z[ host-image] Aug 29 04:33:08.690 INFO O| Aug 29 04:33:08.690 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99822026-08-29T04:33:10.056Z[ host-image] Aug 29 04:33:08.690 INFO O| Aug 29 04:33:08.690 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99832026-08-29T04:33:10.056Z[ host-image] Aug 29 04:33:08.690 INFO O| Aug 29 04:33:08.690 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99842026-08-29T04:33:10.056Z[ host-image] Aug 29 04:33:08.690 INFO O| Aug 29 04:33:08.690 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99852026-08-29T04:33:10.056Z[ host-image] Aug 29 04:33:08.690 INFO O| Aug 29 04:33:08.690 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99862026-08-29T04:33:10.056Z[ host-image] Aug 29 04:33:08.690 INFO O| Aug 29 04:33:08.690 INFO ok!
99872026-08-29T04:33:10.056Z[ host-image] Aug 29 04:33:08.690 INFO O| Aug 29 04:33:08.690 INFO STEP 38 (ensure_file) COMPLETE
99882026-08-29T04:33:10.056Z[ host-image] Aug 29 04:33:08.690 INFO O| Aug 29 04:33:08.690 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99892026-08-29T04:33:10.061Z[ host-image] Aug 29 04:33:08.696 INFO O| Aug 29 04:33:08.696 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99902026-08-29T04:33:10.064Z[ host-image] Aug 29 04:33:08.696 INFO O| Aug 29 04:33:08.696 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99912026-08-29T04:33:10.064Z[ host-image] Aug 29 04:33:08.696 INFO O| Aug 29 04:33:08.696 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99922026-08-29T04:33:10.064Z[ host-image] Aug 29 04:33:08.696 INFO O| Aug 29 04:33:08.696 INFO STEP 39 (ensure_dir) COMPLETE
99932026-08-29T04:33:10.064Z[ host-image] Aug 29 04:33:08.696 INFO O| Aug 29 04:33:08.696 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99942026-08-29T04:33:10.069Z[ host-image] Aug 29 04:33:08.704 INFO O| Aug 29 04:33:08.704 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
99952026-08-29T04:33:10.069Z[ host-image] Aug 29 04:33:08.704 INFO O| Aug 29 04:33:08.704 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 ...
99962026-08-29T04:33:10.072Z[ host-image] Aug 29 04:33:08.704 INFO O| Aug 29 04:33:08.704 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
99972026-08-29T04:33:10.072Z[ host-image] Aug 29 04:33:08.704 INFO O| Aug 29 04:33:08.704 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
99982026-08-29T04:33:10.072Z[ host-image] Aug 29 04:33:08.704 INFO O| Aug 29 04:33:08.704 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
99992026-08-29T04:33:10.072Z[ host-image] Aug 29 04:33:08.704 INFO O| Aug 29 04:33:08.704 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
100002026-08-29T04:33:10.072Z[ host-image] Aug 29 04:33:08.704 INFO O| Aug 29 04:33:08.704 INFO ok!
100012026-08-29T04:33:10.072Z[ host-image] Aug 29 04:33:08.704 INFO O| Aug 29 04:33:08.704 INFO STEP 40 (ensure_file) COMPLETE
100022026-08-29T04:33:10.072Z[ host-image] Aug 29 04:33:08.704 INFO O| Aug 29 04:33:08.704 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100032026-08-29T04:33:10.077Z[ host-image] Aug 29 04:33:08.712 INFO O| Aug 29 04:33:08.712 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
100042026-08-29T04:33:10.077Z[ host-image] Aug 29 04:33:08.712 INFO O| Aug 29 04:33:08.712 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 ...
100052026-08-29T04:33:10.080Z[ host-image] Aug 29 04:33:08.712 INFO O| Aug 29 04:33:08.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100062026-08-29T04:33:10.080Z[ host-image] Aug 29 04:33:08.712 INFO O| Aug 29 04:33:08.712 INFO ok!
100072026-08-29T04:33:10.080Z[ host-image] Aug 29 04:33:08.712 INFO O| Aug 29 04:33:08.712 INFO STEP 41 (ensure_symlink) COMPLETE
100082026-08-29T04:33:10.080Z[ host-image] Aug 29 04:33:08.712 INFO O| Aug 29 04:33:08.712 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100092026-08-29T04:33:10.083Z[ host-image] Aug 29 04:33:08.718 INFO O| Aug 29 04:33:08.718 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100102026-08-29T04:33:10.083Z[ host-image] Aug 29 04:33:08.718 INFO O| Aug 29 04:33:08.718 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100112026-08-29T04:33:10.083Z[ host-image] Aug 29 04:33:08.718 INFO O| Aug 29 04:33:08.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100122026-08-29T04:33:10.083Z[ host-image] Aug 29 04:33:08.718 INFO O| Aug 29 04:33:08.718 INFO ok!
100132026-08-29T04:33:10.084Z[ host-image] Aug 29 04:33:08.718 INFO O| Aug 29 04:33:08.718 INFO STEP 42 (ensure_symlink) COMPLETE
100142026-08-29T04:33:10.084Z[ host-image] Aug 29 04:33:08.718 INFO O| Aug 29 04:33:08.718 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100152026-08-29T04:33:10.090Z[ host-image] Aug 29 04:33:08.725 INFO O| Aug 29 04:33:08.725 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100162026-08-29T04:33:10.092Z[ host-image] Aug 29 04:33:08.725 INFO O| Aug 29 04:33:08.725 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100172026-08-29T04:33:10.092Z[ host-image] Aug 29 04:33:08.725 INFO O| Aug 29 04:33:08.725 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100182026-08-29T04:33:10.092Z[ host-image] Aug 29 04:33:08.725 INFO O| Aug 29 04:33:08.725 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100192026-08-29T04:33:10.093Z[ host-image] Aug 29 04:33:08.725 INFO O| Aug 29 04:33:08.725 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100202026-08-29T04:33:10.093Z[ host-image] Aug 29 04:33:08.725 INFO O| Aug 29 04:33:08.725 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100212026-08-29T04:33:10.093Z[ host-image] Aug 29 04:33:08.725 INFO O| Aug 29 04:33:08.725 INFO ok!
100222026-08-29T04:33:10.093Z[ host-image] Aug 29 04:33:08.725 INFO O| Aug 29 04:33:08.725 INFO STEP 43 (ensure_file) COMPLETE
100232026-08-29T04:33:10.093Z[ host-image] Aug 29 04:33:08.725 INFO O| Aug 29 04:33:08.725 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100242026-08-29T04:33:10.096Z[ host-image] Aug 29 04:33:08.731 INFO O| Aug 29 04:33:08.731 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100252026-08-29T04:33:10.099Z[ host-image] Aug 29 04:33:08.731 INFO O| Aug 29 04:33:08.731 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 ...
100262026-08-29T04:33:10.099Z[ host-image] Aug 29 04:33:08.731 INFO O| Aug 29 04:33:08.731 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
100272026-08-29T04:33:10.099Z[ host-image] Aug 29 04:33:08.731 INFO O| Aug 29 04:33:08.731 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100282026-08-29T04:33:10.099Z[ host-image] Aug 29 04:33:08.731 INFO O| Aug 29 04:33:08.731 INFO ok!
100292026-08-29T04:33:10.099Z[ host-image] Aug 29 04:33:08.731 INFO O| Aug 29 04:33:08.731 INFO STEP 44 (ensure_file) COMPLETE
100302026-08-29T04:33:10.099Z[ host-image] Aug 29 04:33:08.731 INFO O| Aug 29 04:33:08.731 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100312026-08-29T04:33:10.105Z[ host-image] Aug 29 04:33:08.740 INFO O| Aug 29 04:33:08.740 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100322026-08-29T04:33:10.105Z[ host-image] Aug 29 04:33:08.740 INFO O| Aug 29 04:33:08.740 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100332026-08-29T04:33:10.108Z[ host-image] Aug 29 04:33:08.740 INFO O| Aug 29 04:33:08.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100342026-08-29T04:33:10.108Z[ host-image] Aug 29 04:33:08.740 INFO O| Aug 29 04:33:08.740 INFO ok!
100352026-08-29T04:33:10.108Z[ host-image] Aug 29 04:33:08.740 INFO O| Aug 29 04:33:08.740 INFO STEP 45 (ensure_file) COMPLETE
100362026-08-29T04:33:10.108Z[ host-image] Aug 29 04:33:08.740 INFO O| Aug 29 04:33:08.740 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100372026-08-29T04:33:10.113Z[ host-image] Aug 29 04:33:08.748 INFO O| Aug 29 04:33:08.748 INFO updating shadow file
100382026-08-29T04:33:10.117Z[ host-image] Aug 29 04:33:08.748 INFO O| Aug 29 04:33:08.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100392026-08-29T04:33:10.117Z[ host-image] Aug 29 04:33:08.748 INFO O| Aug 29 04:33:08.748 INFO STEP 46 (shadow) COMPLETE
100402026-08-29T04:33:10.117Z[ host-image] Aug 29 04:33:08.748 INFO O| Aug 29 04:33:08.748 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100412026-08-29T04:33:10.121Z[ host-image] Aug 29 04:33:08.756 INFO O| Aug 29 04:33:08.756 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100422026-08-29T04:33:10.121Z[ host-image] Aug 29 04:33:08.756 INFO O| Aug 29 04:33:08.756 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100432026-08-29T04:33:10.124Z[ host-image] Aug 29 04:33:08.756 INFO O| Aug 29 04:33:08.756 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100442026-08-29T04:33:10.124Z[ host-image] Aug 29 04:33:08.756 INFO O| Aug 29 04:33:08.756 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100452026-08-29T04:33:10.124Z[ host-image] Aug 29 04:33:08.756 INFO O| Aug 29 04:33:08.756 INFO ok!
100462026-08-29T04:33:10.124Z[ host-image] Aug 29 04:33:08.756 INFO O| Aug 29 04:33:08.756 INFO STEP 47 (ensure_file) COMPLETE
100472026-08-29T04:33:10.124Z[ host-image] Aug 29 04:33:08.756 INFO O| Aug 29 04:33:08.756 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100482026-08-29T04:33:10.124Z[ host-image] Aug 29 04:33:08.756 INFO O| Aug 29 04:33:08.756 INFO skip step because feature "mfg" is not enabled
100492026-08-29T04:33:10.124Z[ host-image] Aug 29 04:33:08.756 INFO O| Aug 29 04:33:08.756 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100502026-08-29T04:33:10.124Z[ host-image] Aug 29 04:33:08.756 INFO O| Aug 29 04:33:08.756 INFO skip step because feature "mfg" is not enabled
100512026-08-29T04:33:10.124Z[ host-image] Aug 29 04:33:08.756 INFO O| Aug 29 04:33:08.756 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100522026-08-29T04:33:10.130Z[ host-image] Aug 29 04:33:08.764 INFO O| Aug 29 04:33:08.764 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100532026-08-29T04:33:10.130Z[ host-image] Aug 29 04:33:08.764 INFO O| Aug 29 04:33:08.764 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100542026-08-29T04:33:10.153Z[ host-image] Aug 29 04:33:08.788 INFO O| Aug 29 04:33:08.788 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100552026-08-29T04:33:10.153Z[ host-image] Aug 29 04:33:08.788 INFO O| Aug 29 04:33:08.788 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100562026-08-29T04:33:10.156Z[ host-image] Aug 29 04:33:08.788 INFO O| Aug 29 04:33:08.788 INFO ok!
100572026-08-29T04:33:10.156Z[ host-image] Aug 29 04:33:08.788 INFO O| Aug 29 04:33:08.788 INFO STEP 50 (ensure_file) COMPLETE
100582026-08-29T04:33:10.156Z[ host-image] Aug 29 04:33:08.788 INFO O| Aug 29 04:33:08.788 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100592026-08-29T04:33:10.156Z[ host-image] Aug 29 04:33:08.788 INFO O| Aug 29 04:33:08.788 INFO skip step because feature "compliance" is not enabled
100602026-08-29T04:33:10.156Z[ host-image] Aug 29 04:33:08.788 INFO O| Aug 29 04:33:08.788 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100612026-08-29T04:33:10.162Z[ host-image] Aug 29 04:33:08.797 INFO O| Aug 29 04:33:08.797 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100622026-08-29T04:33:10.162Z[ host-image] Aug 29 04:33:08.797 INFO O| Aug 29 04:33:08.797 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100632026-08-29T04:33:10.162Z[ host-image] Aug 29 04:33:08.797 INFO O| Aug 29 04:33:08.797 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100642026-08-29T04:33:10.165Z[ host-image] Aug 29 04:33:08.797 INFO O| Aug 29 04:33:08.797 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100652026-08-29T04:33:10.165Z[ host-image] Aug 29 04:33:08.797 INFO O| Aug 29 04:33:08.797 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100662026-08-29T04:33:10.165Z[ host-image] Aug 29 04:33:08.797 INFO O| Aug 29 04:33:08.797 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100672026-08-29T04:33:10.165Z[ host-image] Aug 29 04:33:08.797 INFO O| Aug 29 04:33:08.797 INFO ok!
100682026-08-29T04:33:10.166Z[ host-image] Aug 29 04:33:08.797 INFO O| Aug 29 04:33:08.797 INFO STEP 52 (ensure_file) COMPLETE
100692026-08-29T04:33:10.166Z[ host-image] Aug 29 04:33:08.797 INFO O| Aug 29 04:33:08.797 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100702026-08-29T04:33:10.170Z[ host-image] Aug 29 04:33:08.805 INFO O| Aug 29 04:33:08.805 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100712026-08-29T04:33:10.170Z[ host-image] Aug 29 04:33:08.805 INFO O| Aug 29 04:33:08.805 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 ...
100722026-08-29T04:33:10.173Z[ host-image] Aug 29 04:33:08.805 INFO O| Aug 29 04:33:08.805 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
100732026-08-29T04:33:10.173Z[ host-image] Aug 29 04:33:08.805 INFO O| Aug 29 04:33:08.805 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100742026-08-29T04:33:10.173Z[ host-image] Aug 29 04:33:08.805 INFO O| Aug 29 04:33:08.805 INFO ok!
100752026-08-29T04:33:10.173Z[ host-image] Aug 29 04:33:08.805 INFO O| Aug 29 04:33:08.805 INFO STEP 53 (ensure_file) COMPLETE
100762026-08-29T04:33:10.173Z[ host-image] Aug 29 04:33:08.805 INFO O| Aug 29 04:33:08.805 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100772026-08-29T04:33:10.178Z[ host-image] Aug 29 04:33:08.813 INFO O| Aug 29 04:33:08.813 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100782026-08-29T04:33:10.182Z[ host-image] Aug 29 04:33:08.813 INFO O| Aug 29 04:33:08.813 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 ...
100792026-08-29T04:33:10.182Z[ host-image] Aug 29 04:33:08.813 INFO O| Aug 29 04:33:08.813 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100802026-08-29T04:33:10.182Z[ host-image] Aug 29 04:33:08.813 INFO O| Aug 29 04:33:08.813 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100812026-08-29T04:33:10.182Z[ host-image] Aug 29 04:33:08.813 INFO O| Aug 29 04:33:08.813 INFO ok!
100822026-08-29T04:33:10.182Z[ host-image] Aug 29 04:33:08.813 INFO O| Aug 29 04:33:08.813 INFO STEP 54 (ensure_file) COMPLETE
100832026-08-29T04:33:10.183Z[ host-image] Aug 29 04:33:08.813 INFO O| Aug 29 04:33:08.813 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100842026-08-29T04:33:10.186Z[ host-image] Aug 29 04:33:08.821 INFO O| Aug 29 04:33:08.821 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100852026-08-29T04:33:10.189Z[ host-image] Aug 29 04:33:08.821 INFO O| Aug 29 04:33:08.821 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 ...
100862026-08-29T04:33:10.189Z[ host-image] Aug 29 04:33:08.821 INFO O| Aug 29 04:33:08.821 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
100872026-08-29T04:33:10.189Z[ host-image] Aug 29 04:33:08.821 INFO O| Aug 29 04:33:08.821 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100882026-08-29T04:33:10.189Z[ host-image] Aug 29 04:33:08.821 INFO O| Aug 29 04:33:08.821 INFO ok!
100892026-08-29T04:33:10.189Z[ host-image] Aug 29 04:33:08.821 INFO O| Aug 29 04:33:08.821 INFO STEP 55 (ensure_file) COMPLETE
100902026-08-29T04:33:10.189Z[ host-image] Aug 29 04:33:08.821 INFO O| Aug 29 04:33:08.821 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100912026-08-29T04:33:10.194Z[ host-image] Aug 29 04:33:08.829 INFO O| Aug 29 04:33:08.829 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100922026-08-29T04:33:10.194Z[ host-image] Aug 29 04:33:08.829 INFO O| Aug 29 04:33:08.829 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 ...
100932026-08-29T04:33:10.197Z[ host-image] Aug 29 04:33:08.829 INFO O| Aug 29 04:33:08.829 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100942026-08-29T04:33:10.197Z[ host-image] Aug 29 04:33:08.829 INFO O| Aug 29 04:33:08.829 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100952026-08-29T04:33:10.197Z[ host-image] Aug 29 04:33:08.829 INFO O| Aug 29 04:33:08.829 INFO ok!
100962026-08-29T04:33:10.197Z[ host-image] Aug 29 04:33:08.829 INFO O| Aug 29 04:33:08.829 INFO STEP 56 (ensure_file) COMPLETE
100972026-08-29T04:33:10.197Z[ host-image] Aug 29 04:33:08.829 INFO O| Aug 29 04:33:08.829 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100982026-08-29T04:33:10.201Z[ host-image] Aug 29 04:33:08.836 INFO O| Aug 29 04:33:08.836 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100992026-08-29T04:33:10.204Z[ host-image] Aug 29 04:33:08.836 INFO O| Aug 29 04:33:08.836 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 ...
101002026-08-29T04:33:10.204Z[ host-image] Aug 29 04:33:08.836 INFO O| Aug 29 04:33:08.836 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
101012026-08-29T04:33:10.205Z[ host-image] Aug 29 04:33:08.836 INFO O| Aug 29 04:33:08.836 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
101022026-08-29T04:33:10.205Z[ host-image] Aug 29 04:33:08.836 INFO O| Aug 29 04:33:08.836 INFO ok!
101032026-08-29T04:33:10.205Z[ host-image] Aug 29 04:33:08.836 INFO O| Aug 29 04:33:08.836 INFO STEP 57 (ensure_file) COMPLETE
101042026-08-29T04:33:10.205Z[ host-image] Aug 29 04:33:08.836 INFO O| Aug 29 04:33:08.836 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101052026-08-29T04:33:10.209Z[ host-image] Aug 29 04:33:08.844 INFO O| Aug 29 04:33:08.844 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101062026-08-29T04:33:10.209Z[ host-image] Aug 29 04:33:08.844 INFO O| Aug 29 04:33:08.844 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 ...
101072026-08-29T04:33:10.212Z[ host-image] Aug 29 04:33:08.844 INFO O| Aug 29 04:33:08.844 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101082026-08-29T04:33:10.212Z[ host-image] Aug 29 04:33:08.844 INFO O| Aug 29 04:33:08.844 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101092026-08-29T04:33:10.212Z[ host-image] Aug 29 04:33:08.844 INFO O| Aug 29 04:33:08.844 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101102026-08-29T04:33:10.212Z[ host-image] Aug 29 04:33:08.844 INFO O| Aug 29 04:33:08.844 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101112026-08-29T04:33:10.212Z[ host-image] Aug 29 04:33:08.844 INFO O| Aug 29 04:33:08.844 INFO ok!
101122026-08-29T04:33:10.213Z[ host-image] Aug 29 04:33:08.844 INFO O| Aug 29 04:33:08.844 INFO STEP 58 (ensure_file) COMPLETE
101132026-08-29T04:33:10.213Z[ host-image] Aug 29 04:33:08.844 INFO O| Aug 29 04:33:08.844 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101142026-08-29T04:33:10.217Z[ host-image] Aug 29 04:33:08.852 INFO O| Aug 29 04:33:08.852 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101152026-08-29T04:33:10.217Z[ host-image] Aug 29 04:33:08.852 INFO O| Aug 29 04:33:08.852 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 ...
101162026-08-29T04:33:10.220Z[ host-image] Aug 29 04:33:08.852 INFO O| Aug 29 04:33:08.852 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
101172026-08-29T04:33:10.220Z[ host-image] Aug 29 04:33:08.852 INFO O| Aug 29 04:33:08.852 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101182026-08-29T04:33:10.220Z[ host-image] Aug 29 04:33:08.852 INFO O| Aug 29 04:33:08.852 INFO ok!
101192026-08-29T04:33:10.220Z[ host-image] Aug 29 04:33:08.852 INFO O| Aug 29 04:33:08.852 INFO STEP 59 (ensure_file) COMPLETE
101202026-08-29T04:33:10.220Z[ host-image] Aug 29 04:33:08.852 INFO O| Aug 29 04:33:08.852 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101212026-08-29T04:33:10.224Z[ host-image] Aug 29 04:33:08.859 INFO O| Aug 29 04:33:08.859 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101222026-08-29T04:33:10.224Z[ host-image] Aug 29 04:33:08.859 INFO O| Aug 29 04:33:08.859 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101232026-08-29T04:33:10.225Z[ host-image] Aug 29 04:33:08.859 INFO O| Aug 29 04:33:08.859 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101242026-08-29T04:33:10.227Z[ host-image] Aug 29 04:33:08.859 INFO O| Aug 29 04:33:08.859 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101252026-08-29T04:33:10.227Z[ host-image] Aug 29 04:33:08.859 INFO O| Aug 29 04:33:08.859 INFO ok!
101262026-08-29T04:33:10.227Z[ host-image] Aug 29 04:33:08.859 INFO O| Aug 29 04:33:08.859 INFO STEP 60 (ensure_file) COMPLETE
101272026-08-29T04:33:10.227Z[ host-image] Aug 29 04:33:08.859 INFO O| Aug 29 04:33:08.859 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101282026-08-29T04:33:10.232Z[ host-image] Aug 29 04:33:08.867 INFO O| Aug 29 04:33:08.867 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101292026-08-29T04:33:10.232Z[ host-image] Aug 29 04:33:08.867 INFO O| Aug 29 04:33:08.867 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 ...
101302026-08-29T04:33:10.235Z[ host-image] Aug 29 04:33:08.867 INFO O| Aug 29 04:33:08.867 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101312026-08-29T04:33:10.235Z[ host-image] Aug 29 04:33:08.867 INFO O| Aug 29 04:33:08.867 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101322026-08-29T04:33:10.235Z[ host-image] Aug 29 04:33:08.867 INFO O| Aug 29 04:33:08.867 INFO ok!
101332026-08-29T04:33:10.235Z[ host-image] Aug 29 04:33:08.867 INFO O| Aug 29 04:33:08.867 INFO STEP 61 (ensure_file) COMPLETE
101342026-08-29T04:33:10.235Z[ host-image] Aug 29 04:33:08.867 INFO O| Aug 29 04:33:08.867 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101352026-08-29T04:33:10.239Z[ host-image] Aug 29 04:33:08.873 INFO O| Aug 29 04:33:08.873 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101362026-08-29T04:33:10.241Z[ host-image] Aug 29 04:33:08.873 INFO O| Aug 29 04:33:08.873 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101372026-08-29T04:33:10.241Z[ host-image] Aug 29 04:33:08.873 INFO O| Aug 29 04:33:08.873 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101382026-08-29T04:33:10.241Z[ host-image] Aug 29 04:33:08.874 INFO O| Aug 29 04:33:08.873 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101392026-08-29T04:33:10.241Z[ host-image] Aug 29 04:33:08.874 INFO O| Aug 29 04:33:08.874 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101402026-08-29T04:33:10.241Z[ host-image] Aug 29 04:33:08.874 INFO O| Aug 29 04:33:08.874 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101412026-08-29T04:33:10.241Z[ host-image] Aug 29 04:33:08.874 INFO O| Aug 29 04:33:08.874 INFO ok!
101422026-08-29T04:33:10.242Z[ host-image] Aug 29 04:33:08.874 INFO O| Aug 29 04:33:08.874 INFO STEP 62 (ensure_file) COMPLETE
101432026-08-29T04:33:10.242Z[ host-image] Aug 29 04:33:08.874 INFO O| Aug 29 04:33:08.874 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101442026-08-29T04:33:10.245Z[ host-image] Aug 29 04:33:08.880 INFO O| Aug 29 04:33:08.880 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101452026-08-29T04:33:10.245Z[ host-image] Aug 29 04:33:08.880 INFO O| Aug 29 04:33:08.880 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 ...
101462026-08-29T04:33:10.248Z[ host-image] Aug 29 04:33:08.880 INFO O| Aug 29 04:33:08.880 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
101472026-08-29T04:33:10.248Z[ host-image] Aug 29 04:33:08.880 INFO O| Aug 29 04:33:08.880 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101482026-08-29T04:33:10.248Z[ host-image] Aug 29 04:33:08.880 INFO O| Aug 29 04:33:08.880 INFO ok!
101492026-08-29T04:33:10.248Z[ host-image] Aug 29 04:33:08.880 INFO O| Aug 29 04:33:08.880 INFO STEP 63 (ensure_file) COMPLETE
101502026-08-29T04:33:10.248Z[ host-image] Aug 29 04:33:08.880 INFO O| Aug 29 04:33:08.880 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101512026-08-29T04:33:10.253Z[ host-image] Aug 29 04:33:08.888 INFO O| Aug 29 04:33:08.888 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101522026-08-29T04:33:10.253Z[ host-image] Aug 29 04:33:08.888 INFO O| Aug 29 04:33:08.888 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 ...
101532026-08-29T04:33:10.257Z[ host-image] Aug 29 04:33:08.888 INFO O| Aug 29 04:33:08.888 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
101542026-08-29T04:33:10.257Z[ host-image] Aug 29 04:33:08.888 INFO O| Aug 29 04:33:08.888 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101552026-08-29T04:33:10.257Z[ host-image] Aug 29 04:33:08.888 INFO O| Aug 29 04:33:08.888 INFO ok!
101562026-08-29T04:33:10.257Z[ host-image] Aug 29 04:33:08.888 INFO O| Aug 29 04:33:08.888 INFO STEP 64 (ensure_file) COMPLETE
101572026-08-29T04:33:10.257Z[ host-image] Aug 29 04:33:08.888 INFO O| Aug 29 04:33:08.888 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101582026-08-29T04:33:10.261Z[ host-image] Aug 29 04:33:08.895 INFO O| Aug 29 04:33:08.895 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101592026-08-29T04:33:10.264Z[ host-image] Aug 29 04:33:08.896 INFO O| Aug 29 04:33:08.895 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 ...
101602026-08-29T04:33:10.264Z[ host-image] Aug 29 04:33:08.896 INFO O| Aug 29 04:33:08.896 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
101612026-08-29T04:33:10.264Z[ host-image] Aug 29 04:33:08.896 INFO O| Aug 29 04:33:08.896 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101622026-08-29T04:33:10.264Z[ host-image] Aug 29 04:33:08.896 INFO O| Aug 29 04:33:08.896 INFO ok!
101632026-08-29T04:33:10.264Z[ host-image] Aug 29 04:33:08.896 INFO O| Aug 29 04:33:08.896 INFO STEP 65 (ensure_file) COMPLETE
101642026-08-29T04:33:10.264Z[ host-image] Aug 29 04:33:08.896 INFO O| Aug 29 04:33:08.896 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101652026-08-29T04:33:10.264Z[ host-image] Aug 29 04:33:08.896 INFO O| Aug 29 04:33:08.896 INFO skip step because feature "mbist" is not enabled
101662026-08-29T04:33:10.264Z[ host-image] Aug 29 04:33:08.896 INFO O| Aug 29 04:33:08.896 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101672026-08-29T04:33:10.267Z[ host-image] Aug 29 04:33:08.902 INFO O| Aug 29 04:33:08.902 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101682026-08-29T04:33:10.267Z[ host-image] Aug 29 04:33:08.902 INFO O| Aug 29 04:33:08.902 INFO STEP 67 (ensure_dir) COMPLETE
101692026-08-29T04:33:10.270Z[ host-image] Aug 29 04:33:08.902 INFO O| Aug 29 04:33:08.902 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101702026-08-29T04:33:10.274Z[ host-image] Aug 29 04:33:08.909 INFO O| Aug 29 04:33:08.909 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101712026-08-29T04:33:10.274Z[ host-image] Aug 29 04:33:08.909 INFO O| Aug 29 04:33:08.909 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101722026-08-29T04:33:10.277Z[ host-image] Aug 29 04:33:08.909 INFO O| Aug 29 04:33:08.909 INFO STEP 68 (ensure_dir) COMPLETE
101732026-08-29T04:33:10.277Z[ host-image] Aug 29 04:33:08.909 INFO O| Aug 29 04:33:08.909 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101742026-08-29T04:33:10.280Z[ host-image] Aug 29 04:33:08.915 INFO O| Aug 29 04:33:08.915 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101752026-08-29T04:33:10.283Z[ host-image] Aug 29 04:33:08.915 INFO O| Aug 29 04:33:08.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101762026-08-29T04:33:10.283Z[ host-image] Aug 29 04:33:08.915 INFO O| Aug 29 04:33:08.915 INFO STEP 69 (ensure_dir) COMPLETE
101772026-08-29T04:33:10.283Z[ host-image] Aug 29 04:33:08.915 INFO O| Aug 29 04:33:08.915 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101782026-08-29T04:33:10.287Z[ host-image] Aug 29 04:33:08.922 INFO O| Aug 29 04:33:08.922 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101792026-08-29T04:33:10.287Z[ host-image] Aug 29 04:33:08.922 INFO O| Aug 29 04:33:08.922 INFO copying /tmp/.tmpvAHRh8/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101802026-08-29T04:33:10.618Z[ host-image] Aug 29 04:33:09.252 INFO O| Aug 29 04:33:09.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101812026-08-29T04:33:10.618Z[ host-image] Aug 29 04:33:09.252 INFO O| Aug 29 04:33:09.252 INFO ok!
101822026-08-29T04:33:10.619Z[ host-image] Aug 29 04:33:09.252 INFO O| Aug 29 04:33:09.252 INFO STEP 70 (ensure_file) COMPLETE
101832026-08-29T04:33:10.622Z[ host-image] Aug 29 04:33:09.252 INFO O| Aug 29 04:33:09.252 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101842026-08-29T04:33:10.627Z[ host-image] Aug 29 04:33:09.262 INFO O| Aug 29 04:33:09.262 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101852026-08-29T04:33:10.627Z[ host-image] Aug 29 04:33:09.262 INFO O| Aug 29 04:33:09.262 INFO copying /tmp/.tmpvAHRh8/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101862026-08-29T04:33:11.226Z[ host-image] Aug 29 04:33:09.861 INFO O| Aug 29 04:33:09.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101872026-08-29T04:33:11.226Z[ host-image] Aug 29 04:33:09.861 INFO O| Aug 29 04:33:09.860 INFO ok!
101882026-08-29T04:33:11.229Z[ host-image] Aug 29 04:33:09.861 INFO O| Aug 29 04:33:09.861 INFO STEP 71 (ensure_file) COMPLETE
101892026-08-29T04:33:11.229Z[ host-image] Aug 29 04:33:09.861 INFO O| Aug 29 04:33:09.861 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101902026-08-29T04:33:11.234Z[ host-image] Aug 29 04:33:09.869 INFO O| Aug 29 04:33:09.869 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101912026-08-29T04:33:11.237Z[ host-image] Aug 29 04:33:09.869 INFO O| Aug 29 04:33:09.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101922026-08-29T04:33:11.237Z[ host-image] Aug 29 04:33:09.869 INFO O| Aug 29 04:33:09.869 INFO STEP 72 (ensure_dir) COMPLETE
101932026-08-29T04:33:11.237Z[ host-image] Aug 29 04:33:09.869 INFO O| Aug 29 04:33:09.869 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101942026-08-29T04:33:11.242Z[ host-image] Aug 29 04:33:09.877 INFO O| Aug 29 04:33:09.877 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101952026-08-29T04:33:11.243Z[ host-image] Aug 29 04:33:09.877 INFO O| Aug 29 04:33:09.877 INFO copying /tmp/.tmpvAHRh8/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 ...
101962026-08-29T04:33:11.246Z[ host-image] Aug 29 04:33:09.877 INFO O| Aug 29 04:33:09.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101972026-08-29T04:33:11.247Z[ host-image] Aug 29 04:33:09.877 INFO O| Aug 29 04:33:09.877 INFO ok!
101982026-08-29T04:33:11.247Z[ host-image] Aug 29 04:33:09.877 INFO O| Aug 29 04:33:09.877 INFO STEP 73 (ensure_file) COMPLETE
101992026-08-29T04:33:11.247Z[ host-image] Aug 29 04:33:09.877 INFO O| Aug 29 04:33:09.877 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102002026-08-29T04:33:11.250Z[ host-image] Aug 29 04:33:09.884 INFO O| Aug 29 04:33:09.884 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
102012026-08-29T04:33:11.250Z[ host-image] Aug 29 04:33:09.884 INFO O| Aug 29 04:33:09.884 INFO copying /tmp/.tmpvAHRh8/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 ...
102022026-08-29T04:33:11.250Z[ host-image] Aug 29 04:33:09.884 INFO O| Aug 29 04:33:09.884 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102032026-08-29T04:33:11.250Z[ host-image] Aug 29 04:33:09.884 INFO O| Aug 29 04:33:09.884 INFO ok!
102042026-08-29T04:33:11.250Z[ host-image] Aug 29 04:33:09.884 INFO O| Aug 29 04:33:09.884 INFO STEP 74 (ensure_file) COMPLETE
102052026-08-29T04:33:11.250Z[ host-image] Aug 29 04:33:09.884 INFO O| Aug 29 04:33:09.884 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102062026-08-29T04:33:11.256Z[ host-image] Aug 29 04:33:09.891 INFO O| Aug 29 04:33:09.891 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102072026-08-29T04:33:11.259Z[ host-image] Aug 29 04:33:09.891 INFO O| Aug 29 04:33:09.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102082026-08-29T04:33:11.259Z[ host-image] Aug 29 04:33:09.891 INFO O| Aug 29 04:33:09.891 INFO STEP 75 (ensure_dir) COMPLETE
102092026-08-29T04:33:11.259Z[ host-image] Aug 29 04:33:09.891 INFO O| Aug 29 04:33:09.891 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102102026-08-29T04:33:11.262Z[ host-image] Aug 29 04:33:09.897 INFO O| Aug 29 04:33:09.897 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102112026-08-29T04:33:11.262Z[ host-image] Aug 29 04:33:09.897 INFO O| Aug 29 04:33:09.897 INFO copying /tmp/.tmpvAHRh8/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 ...
102122026-08-29T04:33:11.262Z[ host-image] Aug 29 04:33:09.897 INFO O| Aug 29 04:33:09.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102132026-08-29T04:33:11.262Z[ host-image] Aug 29 04:33:09.897 INFO O| Aug 29 04:33:09.897 INFO ok!
102142026-08-29T04:33:11.262Z[ host-image] Aug 29 04:33:09.897 INFO O| Aug 29 04:33:09.897 INFO STEP 76 (ensure_file) COMPLETE
102152026-08-29T04:33:11.263Z[ host-image] Aug 29 04:33:09.897 INFO O| Aug 29 04:33:09.897 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102162026-08-29T04:33:11.269Z[ host-image] Aug 29 04:33:09.903 INFO O| Aug 29 04:33:09.903 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102172026-08-29T04:33:11.269Z[ host-image] Aug 29 04:33:09.903 INFO O| Aug 29 04:33:09.903 INFO copying /tmp/.tmpvAHRh8/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 ...
102182026-08-29T04:33:11.272Z[ host-image] Aug 29 04:33:09.903 INFO O| Aug 29 04:33:09.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102192026-08-29T04:33:11.272Z[ host-image] Aug 29 04:33:09.903 INFO O| Aug 29 04:33:09.903 INFO ok!
102202026-08-29T04:33:11.272Z[ host-image] Aug 29 04:33:09.903 INFO O| Aug 29 04:33:09.903 INFO STEP 77 (ensure_file) COMPLETE
102212026-08-29T04:33:11.272Z[ host-image] Aug 29 04:33:09.903 INFO O| Aug 29 04:33:09.903 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102222026-08-29T04:33:11.276Z[ host-image] Aug 29 04:33:09.911 INFO O| Aug 29 04:33:09.911 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102232026-08-29T04:33:11.279Z[ host-image] Aug 29 04:33:09.911 INFO O| Aug 29 04:33:09.911 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102242026-08-29T04:33:11.279Z[ host-image] Aug 29 04:33:09.911 INFO O| Aug 29 04:33:09.911 INFO STEP 78 (ensure_dir) COMPLETE
102252026-08-29T04:33:11.280Z[ host-image] Aug 29 04:33:09.911 INFO O| Aug 29 04:33:09.911 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102262026-08-29T04:33:11.283Z[ host-image] Aug 29 04:33:09.917 INFO O| Aug 29 04:33:09.917 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102272026-08-29T04:33:11.283Z[ host-image] Aug 29 04:33:09.917 INFO O| Aug 29 04:33:09.917 INFO copying /tmp/.tmpvAHRh8/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 ...
102282026-08-29T04:33:11.284Z[ host-image] Aug 29 04:33:09.917 INFO O| Aug 29 04:33:09.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102292026-08-29T04:33:11.284Z[ host-image] Aug 29 04:33:09.917 INFO O| Aug 29 04:33:09.917 INFO ok!
102302026-08-29T04:33:11.284Z[ host-image] Aug 29 04:33:09.917 INFO O| Aug 29 04:33:09.917 INFO STEP 79 (ensure_file) COMPLETE
102312026-08-29T04:33:11.284Z[ host-image] Aug 29 04:33:09.917 INFO O| Aug 29 04:33:09.917 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102322026-08-29T04:33:11.289Z[ host-image] Aug 29 04:33:09.923 INFO O| Aug 29 04:33:09.923 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102332026-08-29T04:33:11.289Z[ host-image] Aug 29 04:33:09.923 INFO O| Aug 29 04:33:09.923 INFO copying /tmp/.tmpvAHRh8/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102342026-08-29T04:33:11.292Z[ host-image] Aug 29 04:33:09.924 INFO O| Aug 29 04:33:09.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102352026-08-29T04:33:11.292Z[ host-image] Aug 29 04:33:09.924 INFO O| Aug 29 04:33:09.924 INFO ok!
102362026-08-29T04:33:11.292Z[ host-image] Aug 29 04:33:09.924 INFO O| Aug 29 04:33:09.924 INFO STEP 80 (ensure_file) COMPLETE
102372026-08-29T04:33:11.292Z[ host-image] Aug 29 04:33:09.924 INFO O| Aug 29 04:33:09.924 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102382026-08-29T04:33:11.296Z[ host-image] Aug 29 04:33:09.930 INFO O| Aug 29 04:33:09.930 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102392026-08-29T04:33:11.299Z[ host-image] Aug 29 04:33:09.930 INFO O| Aug 29 04:33:09.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102402026-08-29T04:33:11.300Z[ host-image] Aug 29 04:33:09.930 INFO O| Aug 29 04:33:09.930 INFO STEP 81 (ensure_dir) COMPLETE
102412026-08-29T04:33:11.300Z[ host-image] Aug 29 04:33:09.930 INFO O| Aug 29 04:33:09.930 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102422026-08-29T04:33:11.304Z[ host-image] Aug 29 04:33:09.937 INFO O| Aug 29 04:33:09.937 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102432026-08-29T04:33:11.304Z[ host-image] Aug 29 04:33:09.937 INFO O| Aug 29 04:33:09.937 INFO copying /tmp/.tmpvAHRh8/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102442026-08-29T04:33:11.891Z[ host-image] Aug 29 04:33:10.525 INFO O| Aug 29 04:33:10.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102452026-08-29T04:33:11.891Z[ host-image] Aug 29 04:33:10.525 INFO O| Aug 29 04:33:10.525 INFO ok!
102462026-08-29T04:33:11.892Z[ host-image] Aug 29 04:33:10.525 INFO O| Aug 29 04:33:10.525 INFO STEP 82 (ensure_file) COMPLETE
102472026-08-29T04:33:11.892Z[ host-image] Aug 29 04:33:10.525 INFO O| Aug 29 04:33:10.525 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102482026-08-29T04:33:11.898Z[ host-image] Aug 29 04:33:10.532 INFO O| Aug 29 04:33:10.532 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102492026-08-29T04:33:11.898Z[ host-image] Aug 29 04:33:10.533 INFO O| Aug 29 04:33:10.532 INFO copying /tmp/.tmpvAHRh8/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102502026-08-29T04:33:12.160Z[ host-image] Aug 29 04:33:10.794 INFO O| Aug 29 04:33:10.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102512026-08-29T04:33:12.160Z[ host-image] Aug 29 04:33:10.794 INFO O| Aug 29 04:33:10.794 INFO ok!
102522026-08-29T04:33:12.160Z[ host-image] Aug 29 04:33:10.794 INFO O| Aug 29 04:33:10.794 INFO STEP 83 (ensure_file) COMPLETE
102532026-08-29T04:33:12.163Z[ host-image] Aug 29 04:33:10.794 INFO O| Aug 29 04:33:10.794 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102542026-08-29T04:33:12.167Z[ host-image] Aug 29 04:33:10.802 INFO O| Aug 29 04:33:10.802 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102552026-08-29T04:33:12.168Z[ host-image] Aug 29 04:33:10.802 INFO O| Aug 29 04:33:10.802 INFO copying /tmp/.tmpvAHRh8/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102562026-08-29T04:33:13.465Z[ host-image] Aug 29 04:33:12.099 INFO O| Aug 29 04:33:12.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102572026-08-29T04:33:13.465Z[ host-image] Aug 29 04:33:12.099 INFO O| Aug 29 04:33:12.099 INFO ok!
102582026-08-29T04:33:13.465Z[ host-image] Aug 29 04:33:12.099 INFO O| Aug 29 04:33:12.099 INFO STEP 84 (ensure_file) COMPLETE
102592026-08-29T04:33:13.468Z[ host-image] Aug 29 04:33:12.099 INFO O| Aug 29 04:33:12.099 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102602026-08-29T04:33:13.474Z[ host-image] Aug 29 04:33:12.109 INFO O| Aug 29 04:33:12.108 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102612026-08-29T04:33:13.477Z[ host-image] Aug 29 04:33:12.109 INFO O| Aug 29 04:33:12.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102622026-08-29T04:33:13.477Z[ host-image] Aug 29 04:33:12.109 INFO O| Aug 29 04:33:12.109 INFO STEP 85 (ensure_dir) COMPLETE
102632026-08-29T04:33:13.477Z[ host-image] Aug 29 04:33:12.109 INFO O| Aug 29 04:33:12.109 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102642026-08-29T04:33:13.482Z[ host-image] Aug 29 04:33:12.116 INFO O| Aug 29 04:33:12.116 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102652026-08-29T04:33:13.482Z[ host-image] Aug 29 04:33:12.116 INFO O| Aug 29 04:33:12.116 INFO copying /tmp/.tmpvAHRh8/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 ...
102662026-08-29T04:33:13.485Z[ host-image] Aug 29 04:33:12.116 INFO O| Aug 29 04:33:12.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102672026-08-29T04:33:13.486Z[ host-image] Aug 29 04:33:12.116 INFO O| Aug 29 04:33:12.116 INFO ok!
102682026-08-29T04:33:13.486Z[ host-image] Aug 29 04:33:12.116 INFO O| Aug 29 04:33:12.116 INFO STEP 86 (ensure_file) COMPLETE
102692026-08-29T04:33:13.486Z[ host-image] Aug 29 04:33:12.116 INFO O| Aug 29 04:33:12.116 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102702026-08-29T04:33:13.491Z[ host-image] Aug 29 04:33:12.125 INFO O| Aug 29 04:33:12.125 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102712026-08-29T04:33:13.491Z[ host-image] Aug 29 04:33:12.125 INFO O| Aug 29 04:33:12.125 INFO copying /tmp/.tmpvAHRh8/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 ...
102722026-08-29T04:33:13.494Z[ host-image] Aug 29 04:33:12.125 INFO O| Aug 29 04:33:12.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102732026-08-29T04:33:13.494Z[ host-image] Aug 29 04:33:12.125 INFO O| Aug 29 04:33:12.125 INFO ok!
102742026-08-29T04:33:13.494Z[ host-image] Aug 29 04:33:12.125 INFO O| Aug 29 04:33:12.125 INFO STEP 87 (ensure_file) COMPLETE
102752026-08-29T04:33:13.494Z[ host-image] Aug 29 04:33:12.125 INFO O| Aug 29 04:33:12.125 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102762026-08-29T04:33:13.498Z[ host-image] Aug 29 04:33:12.133 INFO O| Aug 29 04:33:12.133 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102772026-08-29T04:33:13.498Z[ host-image] Aug 29 04:33:12.133 INFO O| Aug 29 04:33:12.133 INFO copying /tmp/.tmpvAHRh8/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102782026-08-29T04:33:13.501Z[ host-image] Aug 29 04:33:12.133 INFO O| Aug 29 04:33:12.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102792026-08-29T04:33:13.501Z[ host-image] Aug 29 04:33:12.133 INFO O| Aug 29 04:33:12.133 INFO ok!
102802026-08-29T04:33:13.501Z[ host-image] Aug 29 04:33:12.133 INFO O| Aug 29 04:33:12.133 INFO STEP 88 (ensure_file) COMPLETE
102812026-08-29T04:33:13.501Z[ host-image] Aug 29 04:33:12.133 INFO O| Aug 29 04:33:12.133 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102822026-08-29T04:33:13.506Z[ host-image] Aug 29 04:33:12.140 INFO O| Aug 29 04:33:12.140 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102832026-08-29T04:33:13.506Z[ host-image] Aug 29 04:33:12.140 INFO O| Aug 29 04:33:12.140 INFO copying /tmp/.tmpvAHRh8/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102842026-08-29T04:33:13.506Z[ host-image] Aug 29 04:33:12.140 INFO O| Aug 29 04:33:12.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102852026-08-29T04:33:13.506Z[ host-image] Aug 29 04:33:12.140 INFO O| Aug 29 04:33:12.140 INFO ok!
102862026-08-29T04:33:13.506Z[ host-image] Aug 29 04:33:12.140 INFO O| Aug 29 04:33:12.140 INFO STEP 89 (ensure_file) COMPLETE
102872026-08-29T04:33:13.509Z[ host-image] Aug 29 04:33:12.140 INFO O| Aug 29 04:33:12.140 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102882026-08-29T04:33:13.513Z[ host-image] Aug 29 04:33:12.147 INFO O| Aug 29 04:33:12.147 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102892026-08-29T04:33:13.516Z[ host-image] Aug 29 04:33:12.147 INFO O| Aug 29 04:33:12.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102902026-08-29T04:33:13.516Z[ host-image] Aug 29 04:33:12.147 INFO O| Aug 29 04:33:12.147 INFO STEP 90 (ensure_dir) COMPLETE
102912026-08-29T04:33:13.516Z[ host-image] Aug 29 04:33:12.147 INFO O| Aug 29 04:33:12.147 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102922026-08-29T04:33:13.520Z[ host-image] Aug 29 04:33:12.155 INFO O| Aug 29 04:33:12.155 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102932026-08-29T04:33:13.520Z[ host-image] Aug 29 04:33:12.155 INFO O| Aug 29 04:33:12.155 INFO copying /tmp/.tmpvAHRh8/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102942026-08-29T04:33:13.655Z[ host-image] Aug 29 04:33:12.289 INFO O| Aug 29 04:33:12.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102952026-08-29T04:33:13.655Z[ host-image] Aug 29 04:33:12.289 INFO O| Aug 29 04:33:12.289 INFO ok!
102962026-08-29T04:33:13.660Z[ host-image] Aug 29 04:33:12.289 INFO O| Aug 29 04:33:12.289 INFO STEP 91 (ensure_file) COMPLETE
102972026-08-29T04:33:13.660Z[ host-image] Aug 29 04:33:12.289 INFO O| Aug 29 04:33:12.289 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102982026-08-29T04:33:13.663Z[ host-image] Aug 29 04:33:12.298 INFO O| Aug 29 04:33:12.298 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102992026-08-29T04:33:13.663Z[ host-image] Aug 29 04:33:12.298 INFO O| Aug 29 04:33:12.298 INFO copying /tmp/.tmpvAHRh8/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103002026-08-29T04:33:13.663Z[ host-image] Aug 29 04:33:12.298 INFO O| Aug 29 04:33:12.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103012026-08-29T04:33:13.663Z[ host-image] Aug 29 04:33:12.298 INFO O| Aug 29 04:33:12.298 INFO ok!
103022026-08-29T04:33:13.664Z[ host-image] Aug 29 04:33:12.298 INFO O| Aug 29 04:33:12.298 INFO STEP 92 (ensure_file) COMPLETE
103032026-08-29T04:33:13.664Z[ host-image] Aug 29 04:33:12.298 INFO O| Aug 29 04:33:12.298 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103042026-08-29T04:33:13.669Z[ host-image] Aug 29 04:33:12.304 INFO O| Aug 29 04:33:12.304 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103052026-08-29T04:33:13.669Z[ host-image] Aug 29 04:33:12.304 INFO O| Aug 29 04:33:12.304 INFO copying /tmp/.tmpvAHRh8/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103062026-08-29T04:33:13.707Z[ recovery-image] Aug 29 04:33:12.341 INFO creating reset image...
103072026-08-29T04:33:13.707Z[ recovery-image] Aug 29 04:33:12.341 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")
103082026-08-29T04:33:13.995Z[ recovery-image] Aug 29 04:33:12.629 INFO E| Updating crates.io index
103092026-08-29T04:33:14.004Z[ host-image] Aug 29 04:33:12.639 INFO O| Aug 29 04:33:12.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103102026-08-29T04:33:14.007Z[ host-image] Aug 29 04:33:12.639 INFO O| Aug 29 04:33:12.639 INFO ok!
103112026-08-29T04:33:14.007Z[ host-image] Aug 29 04:33:12.639 INFO O| Aug 29 04:33:12.639 INFO STEP 93 (ensure_file) COMPLETE
103122026-08-29T04:33:14.007Z[ host-image] Aug 29 04:33:12.639 INFO O| Aug 29 04:33:12.639 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103132026-08-29T04:33:14.012Z[ host-image] Aug 29 04:33:12.647 INFO O| Aug 29 04:33:12.647 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103142026-08-29T04:33:14.012Z[ host-image] Aug 29 04:33:12.647 INFO O| Aug 29 04:33:12.647 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103152026-08-29T04:33:14.013Z[ host-image] Aug 29 04:33:12.647 INFO O| Aug 29 04:33:12.647 INFO STEP 94 (ensure_dir) COMPLETE
103162026-08-29T04:33:14.016Z[ host-image] Aug 29 04:33:12.647 INFO O| Aug 29 04:33:12.647 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103172026-08-29T04:33:14.021Z[ host-image] Aug 29 04:33:12.656 INFO O| Aug 29 04:33:12.655 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103182026-08-29T04:33:14.021Z[ host-image] Aug 29 04:33:12.656 INFO O| Aug 29 04:33:12.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103192026-08-29T04:33:14.024Z[ host-image] Aug 29 04:33:12.656 INFO O| Aug 29 04:33:12.656 INFO STEP 95 (ensure_dir) COMPLETE
103202026-08-29T04:33:14.024Z[ host-image] Aug 29 04:33:12.656 INFO O| Aug 29 04:33:12.656 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103212026-08-29T04:33:14.027Z[ host-image] Aug 29 04:33:12.662 INFO O| Aug 29 04:33:12.662 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103222026-08-29T04:33:14.027Z[ host-image] Aug 29 04:33:12.662 INFO O| Aug 29 04:33:12.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103232026-08-29T04:33:14.027Z[ host-image] Aug 29 04:33:12.662 INFO O| Aug 29 04:33:12.662 INFO STEP 96 (ensure_dir) COMPLETE
103242026-08-29T04:33:14.030Z[ host-image] Aug 29 04:33:12.662 INFO O| Aug 29 04:33:12.662 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103252026-08-29T04:33:14.034Z[ host-image] Aug 29 04:33:12.668 INFO O| Aug 29 04:33:12.668 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103262026-08-29T04:33:14.034Z[ host-image] Aug 29 04:33:12.668 INFO O| Aug 29 04:33:12.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103272026-08-29T04:33:14.034Z[ host-image] Aug 29 04:33:12.668 INFO O| Aug 29 04:33:12.668 INFO STEP 97 (ensure_dir) COMPLETE
103282026-08-29T04:33:14.034Z[ host-image] Aug 29 04:33:12.668 INFO O| Aug 29 04:33:12.668 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103292026-08-29T04:33:14.041Z[ host-image] Aug 29 04:33:12.676 INFO O| Aug 29 04:33:12.676 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103302026-08-29T04:33:14.041Z[ host-image] Aug 29 04:33:12.676 INFO O| Aug 29 04:33:12.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103312026-08-29T04:33:14.044Z[ host-image] Aug 29 04:33:12.676 INFO O| Aug 29 04:33:12.676 INFO STEP 98 (ensure_dir) COMPLETE
103322026-08-29T04:33:14.044Z[ host-image] Aug 29 04:33:12.676 INFO O| Aug 29 04:33:12.676 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103332026-08-29T04:33:14.049Z[ host-image] Aug 29 04:33:12.683 INFO O| Aug 29 04:33:12.683 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103342026-08-29T04:33:14.052Z[ host-image] Aug 29 04:33:12.683 INFO O| Aug 29 04:33:12.683 INFO copying /tmp/.tmpvAHRh8/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 ...
103352026-08-29T04:33:14.052Z[ host-image] Aug 29 04:33:12.683 INFO O| Aug 29 04:33:12.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103362026-08-29T04:33:14.052Z[ host-image] Aug 29 04:33:12.683 INFO O| Aug 29 04:33:12.683 INFO ok!
103372026-08-29T04:33:14.052Z[ host-image] Aug 29 04:33:12.683 INFO O| Aug 29 04:33:12.683 INFO STEP 99 (ensure_file) COMPLETE
103382026-08-29T04:33:14.052Z[ host-image] Aug 29 04:33:12.683 INFO O| Aug 29 04:33:12.683 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103392026-08-29T04:33:14.056Z[ host-image] Aug 29 04:33:12.689 INFO O| Aug 29 04:33:12.689 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103402026-08-29T04:33:14.056Z[ host-image] Aug 29 04:33:12.689 INFO O| Aug 29 04:33:12.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103412026-08-29T04:33:14.056Z[ host-image] Aug 29 04:33:12.689 INFO O| Aug 29 04:33:12.689 INFO STEP 100 (ensure_dir) COMPLETE
103422026-08-29T04:33:14.056Z[ host-image] Aug 29 04:33:12.689 INFO O| Aug 29 04:33:12.689 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103432026-08-29T04:33:14.061Z[ host-image] Aug 29 04:33:12.695 INFO O| Aug 29 04:33:12.695 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103442026-08-29T04:33:14.061Z[ host-image] Aug 29 04:33:12.695 INFO O| Aug 29 04:33:12.695 INFO copying /tmp/.tmpvAHRh8/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103452026-08-29T04:33:14.324Z[ recovery-image] Aug 29 04:33:12.957 INFO E| Downloading crates ...
103462026-08-29T04:33:14.358Z[ host-image] Aug 29 04:33:12.992 INFO O| Aug 29 04:33:12.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103472026-08-29T04:33:14.358Z[ host-image] Aug 29 04:33:12.992 INFO O| Aug 29 04:33:12.992 INFO ok!
103482026-08-29T04:33:14.362Z[ host-image] Aug 29 04:33:12.992 INFO O| Aug 29 04:33:12.992 INFO STEP 101 (ensure_file) COMPLETE
103492026-08-29T04:33:14.362Z[ host-image] Aug 29 04:33:12.992 INFO O| Aug 29 04:33:12.992 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103502026-08-29T04:33:14.365Z[ host-image] Aug 29 04:33:13.000 INFO O| Aug 29 04:33:13.000 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103512026-08-29T04:33:14.365Z[ host-image] Aug 29 04:33:13.000 INFO O| Aug 29 04:33:13.000 INFO copying /tmp/.tmpvAHRh8/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103522026-08-29T04:33:14.366Z[ host-image] Aug 29 04:33:13.000 INFO O| Aug 29 04:33:13.000 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103532026-08-29T04:33:14.366Z[ host-image] Aug 29 04:33:13.000 INFO O| Aug 29 04:33:13.000 INFO ok!
103542026-08-29T04:33:14.366Z[ host-image] Aug 29 04:33:13.000 INFO O| Aug 29 04:33:13.000 INFO STEP 102 (ensure_file) COMPLETE
103552026-08-29T04:33:14.366Z[ host-image] Aug 29 04:33:13.000 INFO O| Aug 29 04:33:13.000 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103562026-08-29T04:33:14.369Z[ recovery-image] Aug 29 04:33:13.002 INFO E| Downloaded clap_lex v1.1.0
103572026-08-29T04:33:14.372Z[ recovery-image] Aug 29 04:33:13.004 INFO E| Downloaded os_pipe v1.2.3
103582026-08-29T04:33:14.372Z[ recovery-image] Aug 29 04:33:13.005 INFO E| Downloaded sigchld v0.2.4
103592026-08-29T04:33:14.374Z[ recovery-image] Aug 29 04:33:13.008 INFO E| Downloaded shared_thread v0.2.0
103602026-08-29T04:33:14.374Z[ host-image] Aug 29 04:33:13.009 INFO O| Aug 29 04:33:13.009 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103612026-08-29T04:33:14.374Z[ host-image] Aug 29 04:33:13.009 INFO O| Aug 29 04:33:13.009 INFO copying /tmp/.tmpvAHRh8/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103622026-08-29T04:33:14.374Z[ recovery-image] Aug 29 04:33:13.009 INFO E| Downloaded colorchoice v1.0.5
103632026-08-29T04:33:14.377Z[ recovery-image] Aug 29 04:33:13.010 INFO E| Downloaded shared_child v1.1.1
103642026-08-29T04:33:14.380Z[ recovery-image] Aug 29 04:33:13.012 INFO E| Downloaded duct v1.1.1
103652026-08-29T04:33:14.383Z[ host-image] Aug 29 04:33:13.018 INFO O| Aug 29 04:33:13.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103662026-08-29T04:33:14.386Z[ host-image] Aug 29 04:33:13.018 INFO O| Aug 29 04:33:13.018 INFO ok!
103672026-08-29T04:33:14.386Z[ host-image] Aug 29 04:33:13.018 INFO O| Aug 29 04:33:13.018 INFO STEP 103 (ensure_file) COMPLETE
103682026-08-29T04:33:14.386Z[ host-image] Aug 29 04:33:13.018 INFO O| Aug 29 04:33:13.018 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103692026-08-29T04:33:14.391Z[ host-image] Aug 29 04:33:13.026 INFO O| Aug 29 04:33:13.026 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103702026-08-29T04:33:14.391Z[ host-image] Aug 29 04:33:13.026 INFO O| Aug 29 04:33:13.026 INFO copying /tmp/.tmpvAHRh8/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103712026-08-29T04:33:14.394Z[ host-image] Aug 29 04:33:13.026 INFO O| Aug 29 04:33:13.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103722026-08-29T04:33:14.395Z[ host-image] Aug 29 04:33:13.026 INFO O| Aug 29 04:33:13.026 INFO ok!
103732026-08-29T04:33:14.395Z[ host-image] Aug 29 04:33:13.026 INFO O| Aug 29 04:33:13.026 INFO STEP 104 (ensure_file) COMPLETE
103742026-08-29T04:33:14.395Z[ host-image] Aug 29 04:33:13.026 INFO O| Aug 29 04:33:13.026 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103752026-08-29T04:33:14.400Z[ host-image] Aug 29 04:33:13.034 INFO O| Aug 29 04:33:13.034 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103762026-08-29T04:33:14.400Z[ host-image] Aug 29 04:33:13.034 INFO O| Aug 29 04:33:13.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103772026-08-29T04:33:14.400Z[ host-image] Aug 29 04:33:13.034 INFO O| Aug 29 04:33:13.034 INFO STEP 105 (ensure_dir) COMPLETE
103782026-08-29T04:33:14.403Z[ host-image] Aug 29 04:33:13.034 INFO O| Aug 29 04:33:13.034 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103792026-08-29T04:33:14.407Z[ host-image] Aug 29 04:33:13.042 INFO O| Aug 29 04:33:13.042 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103802026-08-29T04:33:14.407Z[ host-image] Aug 29 04:33:13.042 INFO O| Aug 29 04:33:13.042 INFO copying /tmp/.tmpvAHRh8/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 ...
103812026-08-29T04:33:14.415Z[ recovery-image] Aug 29 04:33:13.050 INFO E| Compiling libc v0.2.186
103822026-08-29T04:33:14.418Z[ recovery-image] Aug 29 04:33:13.050 INFO E| Compiling proc-macro2 v1.0.106
103832026-08-29T04:33:14.418Z[ recovery-image] Aug 29 04:33:13.050 INFO E| Compiling unicode-ident v1.0.24
103842026-08-29T04:33:14.418Z[ recovery-image] Aug 29 04:33:13.050 INFO E| Compiling quote v1.0.45
103852026-08-29T04:33:14.418Z[ recovery-image] Aug 29 04:33:13.050 INFO E| Compiling signal-hook v0.3.18
103862026-08-29T04:33:14.418Z[ recovery-image] Aug 29 04:33:13.050 INFO E| Compiling utf8parse v0.2.2
103872026-08-29T04:33:14.418Z[ recovery-image] Aug 29 04:33:13.050 INFO E| Compiling anstyle-query v1.1.5
103882026-08-29T04:33:14.418Z[ recovery-image] Aug 29 04:33:13.050 INFO E| Compiling colorchoice v1.0.5
103892026-08-29T04:33:14.419Z[ recovery-image] Aug 29 04:33:13.050 INFO E| Compiling is_terminal_polyfill v1.70.2
103902026-08-29T04:33:14.429Z[ recovery-image] Aug 29 04:33:13.062 INFO E| Compiling anstyle v1.0.14
103912026-08-29T04:33:14.433Z[ recovery-image] Aug 29 04:33:13.067 INFO E| Compiling heck v0.5.0
103922026-08-29T04:33:14.433Z[ recovery-image] Aug 29 04:33:13.067 INFO E| Compiling strsim v0.11.1
103932026-08-29T04:33:14.436Z[ recovery-image] Aug 29 04:33:13.067 INFO E| Compiling clap_lex v1.1.0
103942026-08-29T04:33:14.436Z[ recovery-image] Aug 29 04:33:13.067 INFO E| Compiling shared_thread v0.2.0
103952026-08-29T04:33:14.620Z[ recovery-image] Aug 29 04:33:13.254 INFO E| Compiling anstyle-parse v1.0.0
103962026-08-29T04:33:14.776Z[ host-image] Aug 29 04:33:13.410 INFO O| Aug 29 04:33:13.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103972026-08-29T04:33:14.776Z[ host-image] Aug 29 04:33:13.410 INFO O| Aug 29 04:33:13.410 INFO ok!
103982026-08-29T04:33:14.776Z[ host-image] Aug 29 04:33:13.410 INFO O| Aug 29 04:33:13.410 INFO STEP 106 (ensure_file) COMPLETE
103992026-08-29T04:33:14.779Z[ host-image] Aug 29 04:33:13.410 INFO O| Aug 29 04:33:13.410 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104002026-08-29T04:33:14.786Z[ host-image] Aug 29 04:33:13.420 INFO O| Aug 29 04:33:13.420 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
104012026-08-29T04:33:14.786Z[ host-image] Aug 29 04:33:13.420 INFO O| Aug 29 04:33:13.420 INFO copying /tmp/.tmpvAHRh8/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 ...
104022026-08-29T04:33:14.786Z[ host-image] Aug 29 04:33:13.420 INFO O| Aug 29 04:33:13.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
104032026-08-29T04:33:14.789Z[ host-image] Aug 29 04:33:13.420 INFO O| Aug 29 04:33:13.420 INFO ok!
104042026-08-29T04:33:14.789Z[ host-image] Aug 29 04:33:13.420 INFO O| Aug 29 04:33:13.420 INFO STEP 107 (ensure_file) COMPLETE
104052026-08-29T04:33:14.790Z[ host-image] Aug 29 04:33:13.420 INFO O| Aug 29 04:33:13.420 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104062026-08-29T04:33:14.795Z[ host-image] Aug 29 04:33:13.430 INFO O| Aug 29 04:33:13.430 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
104072026-08-29T04:33:14.795Z[ host-image] Aug 29 04:33:13.430 INFO O| Aug 29 04:33:13.430 INFO copying /tmp/.tmpvAHRh8/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 ...
104082026-08-29T04:33:14.798Z[ host-image] Aug 29 04:33:13.430 INFO O| Aug 29 04:33:13.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
104092026-08-29T04:33:14.798Z[ host-image] Aug 29 04:33:13.430 INFO O| Aug 29 04:33:13.430 INFO ok!
104102026-08-29T04:33:14.798Z[ host-image] Aug 29 04:33:13.430 INFO O| Aug 29 04:33:13.430 INFO STEP 108 (ensure_file) COMPLETE
104112026-08-29T04:33:14.798Z[ host-image] Aug 29 04:33:13.430 INFO O| Aug 29 04:33:13.430 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104122026-08-29T04:33:14.804Z[ host-image] Aug 29 04:33:13.438 INFO O| Aug 29 04:33:13.438 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
104132026-08-29T04:33:14.804Z[ host-image] Aug 29 04:33:13.438 INFO O| Aug 29 04:33:13.438 INFO copying /tmp/.tmpvAHRh8/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 ...
104142026-08-29T04:33:14.807Z[ host-image] Aug 29 04:33:13.438 INFO O| Aug 29 04:33:13.438 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104152026-08-29T04:33:14.807Z[ host-image] Aug 29 04:33:13.438 INFO O| Aug 29 04:33:13.438 INFO ok!
104162026-08-29T04:33:14.807Z[ host-image] Aug 29 04:33:13.438 INFO O| Aug 29 04:33:13.438 INFO STEP 109 (ensure_file) COMPLETE
104172026-08-29T04:33:14.807Z[ host-image] Aug 29 04:33:13.438 INFO O| Aug 29 04:33:13.438 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104182026-08-29T04:33:14.813Z[ host-image] Aug 29 04:33:13.448 INFO O| Aug 29 04:33:13.448 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
104192026-08-29T04:33:14.813Z[ host-image] Aug 29 04:33:13.448 INFO O| Aug 29 04:33:13.448 INFO copying /tmp/.tmpvAHRh8/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 ...
104202026-08-29T04:33:14.814Z[ host-image] Aug 29 04:33:13.448 INFO O| Aug 29 04:33:13.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104212026-08-29T04:33:14.814Z[ host-image] Aug 29 04:33:13.448 INFO O| Aug 29 04:33:13.448 INFO ok!
104222026-08-29T04:33:14.814Z[ host-image] Aug 29 04:33:13.448 INFO O| Aug 29 04:33:13.448 INFO STEP 110 (ensure_file) COMPLETE
104232026-08-29T04:33:14.814Z[ host-image] Aug 29 04:33:13.448 INFO O| Aug 29 04:33:13.448 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104242026-08-29T04:33:14.819Z[ recovery-image] Aug 29 04:33:13.453 INFO E| Compiling anstream v1.0.0
104252026-08-29T04:33:14.823Z[ host-image] Aug 29 04:33:13.457 INFO O| Aug 29 04:33:13.457 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104262026-08-29T04:33:14.825Z[ host-image] Aug 29 04:33:13.457 INFO O| Aug 29 04:33:13.457 INFO copying /tmp/.tmpvAHRh8/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 ...
104272026-08-29T04:33:14.825Z[ host-image] Aug 29 04:33:13.457 INFO O| Aug 29 04:33:13.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104282026-08-29T04:33:14.825Z[ host-image] Aug 29 04:33:13.457 INFO O| Aug 29 04:33:13.457 INFO ok!
104292026-08-29T04:33:14.826Z[ host-image] Aug 29 04:33:13.457 INFO O| Aug 29 04:33:13.457 INFO STEP 111 (ensure_file) COMPLETE
104302026-08-29T04:33:14.826Z[ host-image] Aug 29 04:33:13.457 INFO O| Aug 29 04:33:13.457 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104312026-08-29T04:33:14.832Z[ host-image] Aug 29 04:33:13.467 INFO O| Aug 29 04:33:13.467 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104322026-08-29T04:33:14.834Z[ host-image] Aug 29 04:33:13.467 INFO O| Aug 29 04:33:13.467 INFO copying /tmp/.tmpvAHRh8/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 ...
104332026-08-29T04:33:14.838Z[ host-image] Aug 29 04:33:13.467 INFO O| Aug 29 04:33:13.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104342026-08-29T04:33:14.838Z[ host-image] Aug 29 04:33:13.467 INFO O| Aug 29 04:33:13.467 INFO ok!
104352026-08-29T04:33:14.838Z[ host-image] Aug 29 04:33:13.467 INFO O| Aug 29 04:33:13.467 INFO STEP 112 (ensure_file) COMPLETE
104362026-08-29T04:33:14.838Z[ host-image] Aug 29 04:33:13.467 INFO O| Aug 29 04:33:13.467 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104372026-08-29T04:33:14.841Z[ host-image] Aug 29 04:33:13.475 INFO O| Aug 29 04:33:13.475 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104382026-08-29T04:33:14.841Z[ host-image] Aug 29 04:33:13.475 INFO O| Aug 29 04:33:13.475 INFO copying /tmp/.tmpvAHRh8/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104392026-08-29T04:33:14.841Z[ host-image] Aug 29 04:33:13.475 INFO O| Aug 29 04:33:13.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104402026-08-29T04:33:14.841Z[ host-image] Aug 29 04:33:13.475 INFO O| Aug 29 04:33:13.475 INFO ok!
104412026-08-29T04:33:14.841Z[ host-image] Aug 29 04:33:13.475 INFO O| Aug 29 04:33:13.475 INFO STEP 113 (ensure_file) COMPLETE
104422026-08-29T04:33:14.841Z[ host-image] Aug 29 04:33:13.475 INFO O| Aug 29 04:33:13.475 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104432026-08-29T04:33:14.850Z[ host-image] Aug 29 04:33:13.485 INFO O| Aug 29 04:33:13.485 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104442026-08-29T04:33:14.850Z[ host-image] Aug 29 04:33:13.485 INFO O| Aug 29 04:33:13.485 INFO copying /tmp/.tmpvAHRh8/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 ...
104452026-08-29T04:33:14.850Z[ host-image] Aug 29 04:33:13.485 INFO O| Aug 29 04:33:13.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104462026-08-29T04:33:14.853Z[ host-image] Aug 29 04:33:13.485 INFO O| Aug 29 04:33:13.485 INFO ok!
104472026-08-29T04:33:14.853Z[ host-image] Aug 29 04:33:13.485 INFO O| Aug 29 04:33:13.485 INFO STEP 114 (ensure_file) COMPLETE
104482026-08-29T04:33:14.853Z[ host-image] Aug 29 04:33:13.485 INFO O| Aug 29 04:33:13.485 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104492026-08-29T04:33:14.860Z[ host-image] Aug 29 04:33:13.494 INFO O| Aug 29 04:33:13.494 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104502026-08-29T04:33:14.860Z[ host-image] Aug 29 04:33:13.494 INFO O| Aug 29 04:33:13.494 INFO copying /tmp/.tmpvAHRh8/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 ...
104512026-08-29T04:33:14.863Z[ host-image] Aug 29 04:33:13.494 INFO O| Aug 29 04:33:13.494 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104522026-08-29T04:33:14.863Z[ host-image] Aug 29 04:33:13.494 INFO O| Aug 29 04:33:13.494 INFO ok!
104532026-08-29T04:33:14.863Z[ host-image] Aug 29 04:33:13.494 INFO O| Aug 29 04:33:13.494 INFO STEP 115 (ensure_file) COMPLETE
104542026-08-29T04:33:14.863Z[ host-image] Aug 29 04:33:13.494 INFO O| Aug 29 04:33:13.494 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104552026-08-29T04:33:14.869Z[ host-image] Aug 29 04:33:13.504 INFO O| Aug 29 04:33:13.504 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104562026-08-29T04:33:14.869Z[ host-image] Aug 29 04:33:13.504 INFO O| Aug 29 04:33:13.504 INFO copying /tmp/.tmpvAHRh8/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 ...
104572026-08-29T04:33:14.872Z[ host-image] Aug 29 04:33:13.504 INFO O| Aug 29 04:33:13.504 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104582026-08-29T04:33:14.872Z[ host-image] Aug 29 04:33:13.504 INFO O| Aug 29 04:33:13.504 INFO ok!
104592026-08-29T04:33:14.872Z[ host-image] Aug 29 04:33:13.504 INFO O| Aug 29 04:33:13.504 INFO STEP 116 (ensure_file) COMPLETE
104602026-08-29T04:33:14.872Z[ host-image] Aug 29 04:33:13.504 INFO O| Aug 29 04:33:13.504 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104612026-08-29T04:33:14.878Z[ host-image] Aug 29 04:33:13.513 INFO O| Aug 29 04:33:13.513 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104622026-08-29T04:33:14.878Z[ host-image] Aug 29 04:33:13.513 INFO O| Aug 29 04:33:13.513 INFO copying /tmp/.tmpvAHRh8/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104632026-08-29T04:33:14.881Z[ host-image] Aug 29 04:33:13.513 INFO O| Aug 29 04:33:13.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104642026-08-29T04:33:14.881Z[ host-image] Aug 29 04:33:13.513 INFO O| Aug 29 04:33:13.513 INFO ok!
104652026-08-29T04:33:14.881Z[ host-image] Aug 29 04:33:13.513 INFO O| Aug 29 04:33:13.513 INFO STEP 117 (ensure_file) COMPLETE
104662026-08-29T04:33:14.881Z[ host-image] Aug 29 04:33:13.513 INFO O| Aug 29 04:33:13.513 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104672026-08-29T04:33:14.886Z[ host-image] Aug 29 04:33:13.521 INFO O| Aug 29 04:33:13.521 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104682026-08-29T04:33:14.886Z[ host-image] Aug 29 04:33:13.521 INFO O| Aug 29 04:33:13.521 INFO copying /tmp/.tmpvAHRh8/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 ...
104692026-08-29T04:33:14.889Z[ host-image] Aug 29 04:33:13.521 INFO O| Aug 29 04:33:13.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104702026-08-29T04:33:14.889Z[ host-image] Aug 29 04:33:13.521 INFO O| Aug 29 04:33:13.521 INFO ok!
104712026-08-29T04:33:14.889Z[ host-image] Aug 29 04:33:13.521 INFO O| Aug 29 04:33:13.521 INFO STEP 118 (ensure_file) COMPLETE
104722026-08-29T04:33:14.889Z[ host-image] Aug 29 04:33:13.521 INFO O| Aug 29 04:33:13.521 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104732026-08-29T04:33:14.896Z[ host-image] Aug 29 04:33:13.531 INFO O| Aug 29 04:33:13.531 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104742026-08-29T04:33:14.899Z[ host-image] Aug 29 04:33:13.531 INFO O| Aug 29 04:33:13.531 INFO copying /tmp/.tmpvAHRh8/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 ...
104752026-08-29T04:33:14.899Z[ host-image] Aug 29 04:33:13.531 INFO O| Aug 29 04:33:13.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104762026-08-29T04:33:14.899Z[ host-image] Aug 29 04:33:13.531 INFO O| Aug 29 04:33:13.531 INFO ok!
104772026-08-29T04:33:14.899Z[ host-image] Aug 29 04:33:13.531 INFO O| Aug 29 04:33:13.531 INFO STEP 119 (ensure_file) COMPLETE
104782026-08-29T04:33:14.901Z[ host-image] Aug 29 04:33:13.531 INFO O| Aug 29 04:33:13.531 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104792026-08-29T04:33:14.905Z[ host-image] Aug 29 04:33:13.540 INFO O| Aug 29 04:33:13.540 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104802026-08-29T04:33:14.905Z[ host-image] Aug 29 04:33:13.540 INFO O| Aug 29 04:33:13.540 INFO copying /tmp/.tmpvAHRh8/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 ...
104812026-08-29T04:33:14.908Z[ host-image] Aug 29 04:33:13.540 INFO O| Aug 29 04:33:13.540 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104822026-08-29T04:33:14.908Z[ host-image] Aug 29 04:33:13.540 INFO O| Aug 29 04:33:13.540 INFO ok!
104832026-08-29T04:33:14.908Z[ host-image] Aug 29 04:33:13.540 INFO O| Aug 29 04:33:13.540 INFO STEP 120 (ensure_file) COMPLETE
104842026-08-29T04:33:14.908Z[ host-image] Aug 29 04:33:13.540 INFO O| Aug 29 04:33:13.540 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104852026-08-29T04:33:14.913Z[ host-image] Aug 29 04:33:13.548 INFO O| Aug 29 04:33:13.548 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104862026-08-29T04:33:14.913Z[ host-image] Aug 29 04:33:13.548 INFO O| Aug 29 04:33:13.548 INFO copying /tmp/.tmpvAHRh8/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 ...
104872026-08-29T04:33:14.916Z[ host-image] Aug 29 04:33:13.548 INFO O| Aug 29 04:33:13.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104882026-08-29T04:33:14.916Z[ host-image] Aug 29 04:33:13.548 INFO O| Aug 29 04:33:13.548 INFO ok!
104892026-08-29T04:33:14.916Z[ host-image] Aug 29 04:33:13.548 INFO O| Aug 29 04:33:13.548 INFO STEP 121 (ensure_file) COMPLETE
104902026-08-29T04:33:14.916Z[ host-image] Aug 29 04:33:13.548 INFO O| Aug 29 04:33:13.548 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104912026-08-29T04:33:14.921Z[ host-image] Aug 29 04:33:13.556 INFO O| Aug 29 04:33:13.556 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104922026-08-29T04:33:14.925Z[ host-image] Aug 29 04:33:13.556 INFO O| Aug 29 04:33:13.556 INFO copying /tmp/.tmpvAHRh8/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 ...
104932026-08-29T04:33:14.925Z[ host-image] Aug 29 04:33:13.556 INFO O| Aug 29 04:33:13.556 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104942026-08-29T04:33:14.925Z[ host-image] Aug 29 04:33:13.556 INFO O| Aug 29 04:33:13.556 INFO ok!
104952026-08-29T04:33:14.925Z[ host-image] Aug 29 04:33:13.556 INFO O| Aug 29 04:33:13.556 INFO STEP 122 (ensure_file) COMPLETE
104962026-08-29T04:33:14.925Z[ host-image] Aug 29 04:33:13.556 INFO O| Aug 29 04:33:13.556 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104972026-08-29T04:33:14.929Z[ host-image] Aug 29 04:33:13.564 INFO O| Aug 29 04:33:13.564 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104982026-08-29T04:33:14.929Z[ host-image] Aug 29 04:33:13.564 INFO O| Aug 29 04:33:13.564 INFO copying /tmp/.tmpvAHRh8/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 ...
104992026-08-29T04:33:14.932Z[ host-image] Aug 29 04:33:13.564 INFO O| Aug 29 04:33:13.564 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
105002026-08-29T04:33:14.932Z[ host-image] Aug 29 04:33:13.564 INFO O| Aug 29 04:33:13.564 INFO ok!
105012026-08-29T04:33:14.932Z[ host-image] Aug 29 04:33:13.564 INFO O| Aug 29 04:33:13.564 INFO STEP 123 (ensure_file) COMPLETE
105022026-08-29T04:33:14.932Z[ host-image] Aug 29 04:33:13.564 INFO O| Aug 29 04:33:13.564 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105032026-08-29T04:33:14.937Z[ host-image] Aug 29 04:33:13.572 INFO O| Aug 29 04:33:13.572 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
105042026-08-29T04:33:14.937Z[ host-image] Aug 29 04:33:13.572 INFO O| Aug 29 04:33:13.572 INFO copying /tmp/.tmpvAHRh8/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 ...
105052026-08-29T04:33:14.940Z[ host-image] Aug 29 04:33:13.572 INFO O| Aug 29 04:33:13.572 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
105062026-08-29T04:33:14.940Z[ host-image] Aug 29 04:33:13.572 INFO O| Aug 29 04:33:13.572 INFO ok!
105072026-08-29T04:33:14.940Z[ host-image] Aug 29 04:33:13.572 INFO O| Aug 29 04:33:13.572 INFO STEP 124 (ensure_file) COMPLETE
105082026-08-29T04:33:14.940Z[ host-image] Aug 29 04:33:13.572 INFO O| Aug 29 04:33:13.572 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105092026-08-29T04:33:14.945Z[ host-image] Aug 29 04:33:13.580 INFO O| Aug 29 04:33:13.580 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
105102026-08-29T04:33:14.948Z[ host-image] Aug 29 04:33:13.580 INFO O| Aug 29 04:33:13.580 INFO copying /tmp/.tmpvAHRh8/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 ...
105112026-08-29T04:33:14.948Z[ host-image] Aug 29 04:33:13.580 INFO O| Aug 29 04:33:13.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
105122026-08-29T04:33:14.948Z[ host-image] Aug 29 04:33:13.580 INFO O| Aug 29 04:33:13.580 INFO ok!
105132026-08-29T04:33:14.948Z[ host-image] Aug 29 04:33:13.580 INFO O| Aug 29 04:33:13.580 INFO STEP 125 (ensure_file) COMPLETE
105142026-08-29T04:33:14.948Z[ host-image] Aug 29 04:33:13.580 INFO O| Aug 29 04:33:13.580 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105152026-08-29T04:33:14.953Z[ host-image] Aug 29 04:33:13.588 INFO O| Aug 29 04:33:13.588 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105162026-08-29T04:33:14.953Z[ host-image] Aug 29 04:33:13.588 INFO O| Aug 29 04:33:13.588 INFO copying /tmp/.tmpvAHRh8/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 ...
105172026-08-29T04:33:14.956Z[ host-image] Aug 29 04:33:13.588 INFO O| Aug 29 04:33:13.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105182026-08-29T04:33:14.956Z[ host-image] Aug 29 04:33:13.588 INFO O| Aug 29 04:33:13.588 INFO ok!
105192026-08-29T04:33:14.956Z[ host-image] Aug 29 04:33:13.588 INFO O| Aug 29 04:33:13.588 INFO STEP 126 (ensure_file) COMPLETE
105202026-08-29T04:33:14.956Z[ host-image] Aug 29 04:33:13.588 INFO O| Aug 29 04:33:13.588 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105212026-08-29T04:33:14.961Z[ host-image] Aug 29 04:33:13.595 INFO O| Aug 29 04:33:13.595 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105222026-08-29T04:33:14.961Z[ host-image] Aug 29 04:33:13.595 INFO O| Aug 29 04:33:13.595 INFO copying /tmp/.tmpvAHRh8/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 ...
105232026-08-29T04:33:14.966Z[ host-image] Aug 29 04:33:13.595 INFO O| Aug 29 04:33:13.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105242026-08-29T04:33:14.966Z[ host-image] Aug 29 04:33:13.595 INFO O| Aug 29 04:33:13.595 INFO ok!
105252026-08-29T04:33:14.968Z[ host-image] Aug 29 04:33:13.595 INFO O| Aug 29 04:33:13.595 INFO STEP 127 (ensure_file) COMPLETE
105262026-08-29T04:33:14.968Z[ host-image] Aug 29 04:33:13.595 INFO O| Aug 29 04:33:13.595 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105272026-08-29T04:33:14.971Z[ host-image] Aug 29 04:33:13.604 INFO O| Aug 29 04:33:13.604 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105282026-08-29T04:33:14.972Z[ host-image] Aug 29 04:33:13.604 INFO O| Aug 29 04:33:13.604 INFO copying /tmp/.tmpvAHRh8/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 ...
105292026-08-29T04:33:14.972Z[ host-image] Aug 29 04:33:13.604 INFO O| Aug 29 04:33:13.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105302026-08-29T04:33:14.972Z[ host-image] Aug 29 04:33:13.604 INFO O| Aug 29 04:33:13.604 INFO ok!
105312026-08-29T04:33:14.972Z[ host-image] Aug 29 04:33:13.604 INFO O| Aug 29 04:33:13.604 INFO STEP 128 (ensure_file) COMPLETE
105322026-08-29T04:33:14.972Z[ host-image] Aug 29 04:33:13.604 INFO O| Aug 29 04:33:13.604 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105332026-08-29T04:33:14.977Z[ host-image] Aug 29 04:33:13.611 INFO O| Aug 29 04:33:13.611 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105342026-08-29T04:33:14.977Z[ host-image] Aug 29 04:33:13.611 INFO O| Aug 29 04:33:13.611 INFO copying /tmp/.tmpvAHRh8/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 ...
105352026-08-29T04:33:14.985Z[ host-image] Aug 29 04:33:13.611 INFO O| Aug 29 04:33:13.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105362026-08-29T04:33:14.985Z[ host-image] Aug 29 04:33:13.611 INFO O| Aug 29 04:33:13.611 INFO ok!
105372026-08-29T04:33:14.985Z[ host-image] Aug 29 04:33:13.611 INFO O| Aug 29 04:33:13.611 INFO STEP 129 (ensure_file) COMPLETE
105382026-08-29T04:33:14.985Z[ host-image] Aug 29 04:33:13.611 INFO O| Aug 29 04:33:13.611 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105392026-08-29T04:33:14.985Z[ host-image] Aug 29 04:33:13.619 INFO O| Aug 29 04:33:13.619 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105402026-08-29T04:33:14.985Z[ host-image] Aug 29 04:33:13.619 INFO O| Aug 29 04:33:13.619 INFO copying /tmp/.tmpvAHRh8/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 ...
105412026-08-29T04:33:14.985Z[ host-image] Aug 29 04:33:13.619 INFO O| Aug 29 04:33:13.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105422026-08-29T04:33:14.986Z[ host-image] Aug 29 04:33:13.619 INFO O| Aug 29 04:33:13.619 INFO ok!
105432026-08-29T04:33:14.990Z[ host-image] Aug 29 04:33:13.619 INFO O| Aug 29 04:33:13.619 INFO STEP 130 (ensure_file) COMPLETE
105442026-08-29T04:33:14.990Z[ host-image] Aug 29 04:33:13.619 INFO O| Aug 29 04:33:13.619 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105452026-08-29T04:33:14.993Z[ host-image] Aug 29 04:33:13.628 INFO O| Aug 29 04:33:13.628 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105462026-08-29T04:33:14.993Z[ host-image] Aug 29 04:33:13.628 INFO O| Aug 29 04:33:13.628 INFO copying /tmp/.tmpvAHRh8/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 ...
105472026-08-29T04:33:14.996Z[ host-image] Aug 29 04:33:13.628 INFO O| Aug 29 04:33:13.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105482026-08-29T04:33:14.996Z[ host-image] Aug 29 04:33:13.628 INFO O| Aug 29 04:33:13.628 INFO ok!
105492026-08-29T04:33:14.996Z[ host-image] Aug 29 04:33:13.628 INFO O| Aug 29 04:33:13.628 INFO STEP 131 (ensure_file) COMPLETE
105502026-08-29T04:33:14.996Z[ host-image] Aug 29 04:33:13.628 INFO O| Aug 29 04:33:13.628 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105512026-08-29T04:33:15.002Z[ host-image] Aug 29 04:33:13.636 INFO O| Aug 29 04:33:13.636 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105522026-08-29T04:33:15.002Z[ host-image] Aug 29 04:33:13.636 INFO O| Aug 29 04:33:13.636 INFO copying /tmp/.tmpvAHRh8/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 ...
105532026-08-29T04:33:15.006Z[ host-image] Aug 29 04:33:13.636 INFO O| Aug 29 04:33:13.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105542026-08-29T04:33:15.006Z[ host-image] Aug 29 04:33:13.636 INFO O| Aug 29 04:33:13.636 INFO ok!
105552026-08-29T04:33:15.006Z[ host-image] Aug 29 04:33:13.636 INFO O| Aug 29 04:33:13.636 INFO STEP 132 (ensure_file) COMPLETE
105562026-08-29T04:33:15.006Z[ host-image] Aug 29 04:33:13.636 INFO O| Aug 29 04:33:13.636 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105572026-08-29T04:33:15.009Z[ host-image] Aug 29 04:33:13.644 INFO O| Aug 29 04:33:13.644 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105582026-08-29T04:33:15.009Z[ host-image] Aug 29 04:33:13.644 INFO O| Aug 29 04:33:13.644 INFO copying /tmp/.tmpvAHRh8/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 ...
105592026-08-29T04:33:15.012Z[ host-image] Aug 29 04:33:13.644 INFO O| Aug 29 04:33:13.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105602026-08-29T04:33:15.012Z[ host-image] Aug 29 04:33:13.644 INFO O| Aug 29 04:33:13.644 INFO ok!
105612026-08-29T04:33:15.012Z[ host-image] Aug 29 04:33:13.644 INFO O| Aug 29 04:33:13.644 INFO STEP 133 (ensure_file) COMPLETE
105622026-08-29T04:33:15.012Z[ host-image] Aug 29 04:33:13.644 INFO O| Aug 29 04:33:13.644 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105632026-08-29T04:33:15.017Z[ host-image] Aug 29 04:33:13.652 INFO O| Aug 29 04:33:13.652 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105642026-08-29T04:33:15.017Z[ host-image] Aug 29 04:33:13.652 INFO O| Aug 29 04:33:13.652 INFO copying /tmp/.tmpvAHRh8/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 ...
105652026-08-29T04:33:15.021Z[ host-image] Aug 29 04:33:13.652 INFO O| Aug 29 04:33:13.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105662026-08-29T04:33:15.021Z[ host-image] Aug 29 04:33:13.652 INFO O| Aug 29 04:33:13.652 INFO ok!
105672026-08-29T04:33:15.021Z[ host-image] Aug 29 04:33:13.652 INFO O| Aug 29 04:33:13.652 INFO STEP 134 (ensure_file) COMPLETE
105682026-08-29T04:33:15.022Z[ host-image] Aug 29 04:33:13.652 INFO O| Aug 29 04:33:13.652 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105692026-08-29T04:33:15.022Z[ recovery-image] Aug 29 04:33:13.654 INFO E| Compiling clap_builder v4.6.0
105702026-08-29T04:33:15.027Z[ host-image] Aug 29 04:33:13.661 INFO O| Aug 29 04:33:13.661 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105712026-08-29T04:33:15.027Z[ host-image] Aug 29 04:33:13.661 INFO O| Aug 29 04:33:13.661 INFO copying /tmp/.tmpvAHRh8/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 ...
105722026-08-29T04:33:15.027Z[ host-image] Aug 29 04:33:13.661 INFO O| Aug 29 04:33:13.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105732026-08-29T04:33:15.030Z[ host-image] Aug 29 04:33:13.661 INFO O| Aug 29 04:33:13.661 INFO ok!
105742026-08-29T04:33:15.030Z[ host-image] Aug 29 04:33:13.661 INFO O| Aug 29 04:33:13.661 INFO STEP 135 (ensure_file) COMPLETE
105752026-08-29T04:33:15.030Z[ host-image] Aug 29 04:33:13.661 INFO O| Aug 29 04:33:13.661 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105762026-08-29T04:33:15.035Z[ host-image] Aug 29 04:33:13.669 INFO O| Aug 29 04:33:13.669 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105772026-08-29T04:33:15.035Z[ host-image] Aug 29 04:33:13.669 INFO O| Aug 29 04:33:13.669 INFO copying /tmp/.tmpvAHRh8/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105782026-08-29T04:33:15.038Z[ host-image] Aug 29 04:33:13.670 INFO O| Aug 29 04:33:13.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105792026-08-29T04:33:15.038Z[ host-image] Aug 29 04:33:13.670 INFO O| Aug 29 04:33:13.670 INFO ok!
105802026-08-29T04:33:15.038Z[ host-image] Aug 29 04:33:13.670 INFO O| Aug 29 04:33:13.670 INFO STEP 136 (ensure_file) COMPLETE
105812026-08-29T04:33:15.038Z[ host-image] Aug 29 04:33:13.670 INFO O| Aug 29 04:33:13.670 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105822026-08-29T04:33:15.043Z[ host-image] Aug 29 04:33:13.678 INFO O| Aug 29 04:33:13.678 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105832026-08-29T04:33:15.043Z[ host-image] Aug 29 04:33:13.678 INFO O| Aug 29 04:33:13.678 INFO copying /tmp/.tmpvAHRh8/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 ...
105842026-08-29T04:33:15.046Z[ host-image] Aug 29 04:33:13.678 INFO O| Aug 29 04:33:13.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105852026-08-29T04:33:15.046Z[ host-image] Aug 29 04:33:13.678 INFO O| Aug 29 04:33:13.678 INFO ok!
105862026-08-29T04:33:15.047Z[ host-image] Aug 29 04:33:13.678 INFO O| Aug 29 04:33:13.678 INFO STEP 137 (ensure_file) COMPLETE
105872026-08-29T04:33:15.047Z[ host-image] Aug 29 04:33:13.678 INFO O| Aug 29 04:33:13.678 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105882026-08-29T04:33:15.052Z[ host-image] Aug 29 04:33:13.687 INFO O| Aug 29 04:33:13.686 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105892026-08-29T04:33:15.052Z[ host-image] Aug 29 04:33:13.687 INFO O| Aug 29 04:33:13.687 INFO copying /tmp/.tmpvAHRh8/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105902026-08-29T04:33:15.054Z[ host-image] Aug 29 04:33:13.687 INFO O| Aug 29 04:33:13.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105912026-08-29T04:33:15.054Z[ host-image] Aug 29 04:33:13.687 INFO O| Aug 29 04:33:13.687 INFO ok!
105922026-08-29T04:33:15.055Z[ host-image] Aug 29 04:33:13.687 INFO O| Aug 29 04:33:13.687 INFO STEP 138 (ensure_file) COMPLETE
105932026-08-29T04:33:15.055Z[ host-image] Aug 29 04:33:13.687 INFO O| Aug 29 04:33:13.687 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105942026-08-29T04:33:15.059Z[ host-image] Aug 29 04:33:13.694 INFO O| Aug 29 04:33:13.694 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105952026-08-29T04:33:15.059Z[ host-image] Aug 29 04:33:13.694 INFO O| Aug 29 04:33:13.694 INFO copying /tmp/.tmpvAHRh8/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105962026-08-29T04:33:15.414Z[ recovery-image] Aug 29 04:33:14.049 INFO E| Compiling errno v0.3.14
105972026-08-29T04:33:15.415Z[ recovery-image] Aug 29 04:33:14.049 INFO E| Compiling os_pipe v1.2.3
105982026-08-29T04:33:15.521Z[ recovery-image] Aug 29 04:33:14.156 INFO E| Compiling signal-hook-registry v1.4.8
105992026-08-29T04:33:15.728Z[ recovery-image] Aug 29 04:33:14.362 INFO E| Compiling syn v2.0.117
106002026-08-29T04:33:15.837Z[ recovery-image] Aug 29 04:33:14.470 INFO E| Compiling sigchld v0.2.4
106012026-08-29T04:33:15.935Z[ recovery-image] Aug 29 04:33:14.569 INFO E| Compiling shared_child v1.1.1
106022026-08-29T04:33:16.073Z[ recovery-image] Aug 29 04:33:14.707 INFO E| Compiling duct v1.1.1
106032026-08-29T04:33:18.149Z[ recovery-image] Aug 29 04:33:16.784 INFO E| Compiling clap_derive v4.6.1
106042026-08-29T04:33:19.729Z[ recovery-image] Aug 29 04:33:18.363 INFO E| Compiling clap v4.6.1
106052026-08-29T04:33:19.807Z[ recovery-image] Aug 29 04:33:18.442 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
106062026-08-29T04:33:20.887Z[ recovery-image] Aug 29 04:33:19.521 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.13s
106072026-08-29T04:33:20.893Z[ recovery-image] Aug 29 04:33:19.528 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
106082026-08-29T04:33:21.176Z[ recovery-image] Aug 29 04:33:19.810 INFO E| Downloading crates ...
106092026-08-29T04:33:21.232Z[ recovery-image] Aug 29 04:33:19.866 INFO E| Downloaded bit_field v0.10.3
106102026-08-29T04:33:21.249Z[ recovery-image] Aug 29 04:33:19.882 INFO E| Downloaded bitstruct v0.1.1
106112026-08-29T04:33:21.252Z[ recovery-image] Aug 29 04:33:19.883 INFO E| Downloaded bitstruct_derive v0.1.0
106122026-08-29T04:33:21.252Z[ recovery-image] Aug 29 04:33:19.884 INFO E| Downloaded cpio_reader v0.1.2
106132026-08-29T04:33:21.265Z[ recovery-image] Aug 29 04:33:19.899 INFO E| Downloaded bitflags v2.13.0
106142026-08-29T04:33:21.269Z[ recovery-image] Aug 29 04:33:19.904 INFO E| Downloaded log v0.4.32
106152026-08-29T04:33:21.273Z[ recovery-image] Aug 29 04:33:19.906 INFO E| Downloaded miniz_oxide v0.9.1
106162026-08-29T04:33:21.278Z[ recovery-image] Aug 29 04:33:19.913 INFO E| Downloaded goblin v0.10.7
106172026-08-29T04:33:21.283Z[ recovery-image] Aug 29 04:33:19.918 INFO E| Downloaded raw-cpuid v10.7.0
106182026-08-29T04:33:21.386Z[ recovery-image] Aug 29 04:33:20.020 INFO E| Downloaded x86 v0.52.0
106192026-08-29T04:33:21.438Z[ recovery-image] Aug 29 04:33:20.072 INFO E| Updating crates.io index
106202026-08-29T04:33:21.460Z[ host-image] Aug 29 04:33:20.094 INFO O| Aug 29 04:33:20.094 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106212026-08-29T04:33:21.460Z[ host-image] Aug 29 04:33:20.094 INFO O| Aug 29 04:33:20.094 INFO ok!
106222026-08-29T04:33:21.463Z[ host-image] Aug 29 04:33:20.094 INFO O| Aug 29 04:33:20.094 INFO STEP 139 (ensure_file) COMPLETE
106232026-08-29T04:33:21.464Z[ host-image] Aug 29 04:33:20.094 INFO O| Aug 29 04:33:20.094 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106242026-08-29T04:33:21.468Z[ host-image] Aug 29 04:33:20.103 INFO O| Aug 29 04:33:20.103 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106252026-08-29T04:33:21.468Z[ host-image] Aug 29 04:33:20.103 INFO O| Aug 29 04:33:20.103 INFO STEP 140 (ensure_dir) COMPLETE
106262026-08-29T04:33:21.468Z[ host-image] Aug 29 04:33:20.103 INFO O| Aug 29 04:33:20.103 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106272026-08-29T04:33:21.477Z[ host-image] Aug 29 04:33:20.111 INFO O| Aug 29 04:33:20.111 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106282026-08-29T04:33:21.481Z[ host-image] Aug 29 04:33:20.111 INFO O| Aug 29 04:33:20.111 INFO STEP 141 (ensure_dir) COMPLETE
106292026-08-29T04:33:21.481Z[ host-image] Aug 29 04:33:20.111 INFO O| Aug 29 04:33:20.111 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106302026-08-29T04:33:21.486Z[ host-image] Aug 29 04:33:20.117 INFO O| Aug 29 04:33:20.117 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106312026-08-29T04:33:21.486Z[ host-image] Aug 29 04:33:20.117 INFO O| Aug 29 04:33:20.117 INFO STEP 142 (ensure_dir) COMPLETE
106322026-08-29T04:33:21.486Z[ host-image] Aug 29 04:33:20.117 INFO O| Aug 29 04:33:20.117 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106332026-08-29T04:33:21.492Z[ host-image] Aug 29 04:33:20.122 INFO O| Aug 29 04:33:20.122 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106342026-08-29T04:33:21.492Z[ host-image] Aug 29 04:33:20.122 INFO O| Aug 29 04:33:20.122 INFO STEP 143 (ensure_dir) COMPLETE
106352026-08-29T04:33:21.492Z[ host-image] Aug 29 04:33:20.122 INFO O| Aug 29 04:33:20.122 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106362026-08-29T04:33:21.494Z[ host-image] Aug 29 04:33:20.127 INFO O| Aug 29 04:33:20.127 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106372026-08-29T04:33:21.494Z[ host-image] Aug 29 04:33:20.127 INFO O| Aug 29 04:33:20.127 INFO copying /tmp/.tmpvAHRh8/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 ...
106382026-08-29T04:33:21.495Z[ host-image] Aug 29 04:33:20.127 INFO O| Aug 29 04:33:20.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106392026-08-29T04:33:21.495Z[ host-image] Aug 29 04:33:20.127 INFO O| Aug 29 04:33:20.127 INFO ok!
106402026-08-29T04:33:21.495Z[ host-image] Aug 29 04:33:20.127 INFO O| Aug 29 04:33:20.127 INFO STEP 144 (ensure_file) COMPLETE
106412026-08-29T04:33:21.495Z[ host-image] Aug 29 04:33:20.127 INFO O| Aug 29 04:33:20.127 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106422026-08-29T04:33:21.498Z[ host-image] Aug 29 04:33:20.132 INFO O| Aug 29 04:33:20.132 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106432026-08-29T04:33:21.498Z[ host-image] Aug 29 04:33:20.132 INFO O| Aug 29 04:33:20.132 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106442026-08-29T04:33:21.501Z[ host-image] Aug 29 04:33:20.132 INFO O| Aug 29 04:33:20.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106452026-08-29T04:33:21.501Z[ host-image] Aug 29 04:33:20.132 INFO O| Aug 29 04:33:20.132 INFO STEP 145 (ensure_dir) COMPLETE
106462026-08-29T04:33:21.501Z[ host-image] Aug 29 04:33:20.132 INFO O| Aug 29 04:33:20.132 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106472026-08-29T04:33:21.505Z[ host-image] Aug 29 04:33:20.138 INFO O| Aug 29 04:33:20.138 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106482026-08-29T04:33:21.505Z[ host-image] Aug 29 04:33:20.138 INFO O| Aug 29 04:33:20.138 INFO copying /tmp/.tmpvAHRh8/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106492026-08-29T04:33:21.505Z[ host-image] Aug 29 04:33:20.138 INFO O| Aug 29 04:33:20.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106502026-08-29T04:33:21.505Z[ host-image] Aug 29 04:33:20.138 INFO O| Aug 29 04:33:20.138 INFO ok!
106512026-08-29T04:33:21.505Z[ host-image] Aug 29 04:33:20.138 INFO O| Aug 29 04:33:20.138 INFO STEP 146 (ensure_file) COMPLETE
106522026-08-29T04:33:21.506Z[ host-image] Aug 29 04:33:20.138 INFO O| Aug 29 04:33:20.138 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106532026-08-29T04:33:21.509Z[ host-image] Aug 29 04:33:20.144 INFO O| Aug 29 04:33:20.144 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106542026-08-29T04:33:21.512Z[ host-image] Aug 29 04:33:20.144 INFO O| Aug 29 04:33:20.144 INFO STEP 147 (remove_files) COMPLETE
106552026-08-29T04:33:21.512Z[ host-image] Aug 29 04:33:20.144 INFO O| Aug 29 04:33:20.144 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106562026-08-29T04:33:21.515Z[ host-image] Aug 29 04:33:20.150 INFO O| Aug 29 04:33:20.150 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106572026-08-29T04:33:21.518Z[ host-image] Aug 29 04:33:20.150 INFO O| Aug 29 04:33:20.150 INFO STEP 148 (remove_files) COMPLETE
106582026-08-29T04:33:21.518Z[ host-image] Aug 29 04:33:20.150 INFO O| Aug 29 04:33:20.150 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106592026-08-29T04:33:21.521Z[ host-image] Aug 29 04:33:20.156 INFO O| Aug 29 04:33:20.156 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106602026-08-29T04:33:21.524Z[ host-image] Aug 29 04:33:20.156 INFO O| Aug 29 04:33:20.156 INFO STEP 149 (remove_files) COMPLETE
106612026-08-29T04:33:21.525Z[ host-image] Aug 29 04:33:20.156 INFO O| Aug 29 04:33:20.156 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106622026-08-29T04:33:21.527Z[ host-image] Aug 29 04:33:20.162 INFO O| Aug 29 04:33:20.162 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106632026-08-29T04:33:21.528Z[ host-image] Aug 29 04:33:20.162 INFO O| Aug 29 04:33:20.162 INFO STEP 150 (remove_files) COMPLETE
106642026-08-29T04:33:21.528Z[ host-image] Aug 29 04:33:20.162 INFO O| Aug 29 04:33:20.162 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106652026-08-29T04:33:21.535Z[ host-image] Aug 29 04:33:20.169 INFO O| Aug 29 04:33:20.169 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106662026-08-29T04:33:21.538Z[ host-image] Aug 29 04:33:20.169 INFO O| Aug 29 04:33:20.169 INFO STEP 151 (remove_files) COMPLETE
106672026-08-29T04:33:21.538Z[ host-image] Aug 29 04:33:20.169 INFO O| Aug 29 04:33:20.169 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106682026-08-29T04:33:21.541Z[ host-image] Aug 29 04:33:20.174 INFO O| Aug 29 04:33:20.174 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106692026-08-29T04:33:21.541Z[ host-image] Aug 29 04:33:20.174 INFO O| Aug 29 04:33:20.174 INFO STEP 152 (remove_files) COMPLETE
106702026-08-29T04:33:21.541Z[ host-image] Aug 29 04:33:20.174 INFO O| Aug 29 04:33:20.174 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106712026-08-29T04:33:21.546Z[ host-image] Aug 29 04:33:20.180 INFO O| Aug 29 04:33:20.180 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106722026-08-29T04:33:21.549Z[ host-image] Aug 29 04:33:20.180 INFO O| Aug 29 04:33:20.180 INFO STEP 153 (remove_files) COMPLETE
106732026-08-29T04:33:21.549Z[ host-image] Aug 29 04:33:20.180 INFO O| Aug 29 04:33:20.180 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106742026-08-29T04:33:21.552Z[ host-image] Aug 29 04:33:20.186 INFO O| Aug 29 04:33:20.185 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106752026-08-29T04:33:21.552Z[ host-image] Aug 29 04:33:20.186 INFO O| Aug 29 04:33:20.186 INFO STEP 154 (remove_files) COMPLETE
106762026-08-29T04:33:21.552Z[ host-image] Aug 29 04:33:20.186 INFO O| Aug 29 04:33:20.186 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106772026-08-29T04:33:21.558Z[ host-image] Aug 29 04:33:20.193 INFO O| Aug 29 04:33:20.192 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106782026-08-29T04:33:21.558Z[ host-image] Aug 29 04:33:20.193 INFO O| Aug 29 04:33:20.193 INFO STEP 155 (remove_files) COMPLETE
106792026-08-29T04:33:21.558Z[ host-image] Aug 29 04:33:20.193 INFO O| Aug 29 04:33:20.193 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106802026-08-29T04:33:21.563Z[ host-image] Aug 29 04:33:20.198 INFO O| Aug 29 04:33:20.198 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106812026-08-29T04:33:21.563Z[ host-image] Aug 29 04:33:20.198 INFO O| Aug 29 04:33:20.198 INFO STEP 156 (remove_files) COMPLETE
106822026-08-29T04:33:21.566Z[ host-image] Aug 29 04:33:20.198 INFO O| Aug 29 04:33:20.198 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106832026-08-29T04:33:21.570Z[ host-image] Aug 29 04:33:20.203 INFO O| Aug 29 04:33:20.203 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106842026-08-29T04:33:21.570Z[ host-image] Aug 29 04:33:20.203 INFO O| Aug 29 04:33:20.203 INFO STEP 157 (remove_files) COMPLETE
106852026-08-29T04:33:21.570Z[ host-image] Aug 29 04:33:20.203 INFO O| Aug 29 04:33:20.203 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106862026-08-29T04:33:21.573Z[ host-image] Aug 29 04:33:20.208 INFO O| Aug 29 04:33:20.208 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106872026-08-29T04:33:21.573Z[ host-image] Aug 29 04:33:20.208 INFO O| Aug 29 04:33:20.208 INFO STEP 158 (remove_files) COMPLETE
106882026-08-29T04:33:21.573Z[ host-image] Aug 29 04:33:20.208 INFO O| Aug 29 04:33:20.208 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106892026-08-29T04:33:21.578Z[ host-image] Aug 29 04:33:20.213 INFO O| Aug 29 04:33:20.213 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106902026-08-29T04:33:21.581Z[ host-image] Aug 29 04:33:20.213 INFO O| Aug 29 04:33:20.213 INFO STEP 159 (remove_files) COMPLETE
106912026-08-29T04:33:21.581Z[ host-image] Aug 29 04:33:20.213 INFO O| Aug 29 04:33:20.213 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106922026-08-29T04:33:21.584Z[ recovery-image] Aug 29 04:33:20.216 INFO E| Downloading crates ...
106932026-08-29T04:33:21.588Z[ host-image] Aug 29 04:33:20.219 INFO O| Aug 29 04:33:20.219 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106942026-08-29T04:33:21.588Z[ host-image] Aug 29 04:33:20.219 INFO O| Aug 29 04:33:20.219 INFO STEP 160 (remove_files) COMPLETE
106952026-08-29T04:33:21.588Z[ host-image] Aug 29 04:33:20.219 INFO O| Aug 29 04:33:20.219 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106962026-08-29T04:33:21.592Z[ host-image] Aug 29 04:33:20.227 INFO O| Aug 29 04:33:20.227 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106972026-08-29T04:33:21.592Z[ host-image] Aug 29 04:33:20.227 INFO O| Aug 29 04:33:20.227 INFO STEP 161 (remove_files) COMPLETE
106982026-08-29T04:33:21.595Z[ host-image] Aug 29 04:33:20.227 INFO O| Aug 29 04:33:20.227 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106992026-08-29T04:33:21.598Z[ host-image] Aug 29 04:33:20.233 INFO O| Aug 29 04:33:20.233 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
107002026-08-29T04:33:21.599Z[ host-image] Aug 29 04:33:20.233 INFO O| Aug 29 04:33:20.233 INFO STEP 162 (remove_files) COMPLETE
107012026-08-29T04:33:21.602Z[ host-image] Aug 29 04:33:20.233 INFO O| Aug 29 04:33:20.233 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107022026-08-29T04:33:21.605Z[ recovery-image] Aug 29 04:33:20.239 INFO E| Downloaded hashbrown v0.17.1
107032026-08-29T04:33:21.608Z[ host-image] Aug 29 04:33:20.240 INFO O| Aug 29 04:33:20.240 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
107042026-08-29T04:33:21.608Z[ host-image] Aug 29 04:33:20.240 INFO O| Aug 29 04:33:20.240 INFO STEP 163 (remove_files) COMPLETE
107052026-08-29T04:33:21.608Z[ host-image] Aug 29 04:33:20.240 INFO O| Aug 29 04:33:20.240 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107062026-08-29T04:33:21.611Z[ recovery-image] Aug 29 04:33:20.244 INFO E| Downloaded rustc-literal-escaper v0.0.7
107072026-08-29T04:33:21.614Z[ host-image] Aug 29 04:33:20.248 INFO O| Aug 29 04:33:20.248 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
107082026-08-29T04:33:21.614Z[ host-image] Aug 29 04:33:20.248 INFO O| Aug 29 04:33:20.248 INFO STEP 164 (remove_files) COMPLETE
107092026-08-29T04:33:21.615Z[ host-image] Aug 29 04:33:20.248 INFO O| Aug 29 04:33:20.248 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107102026-08-29T04:33:21.621Z[ host-image] Aug 29 04:33:20.255 INFO O| Aug 29 04:33:20.255 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
107112026-08-29T04:33:21.622Z[ host-image] Aug 29 04:33:20.255 INFO O| Aug 29 04:33:20.255 INFO STEP 165 (remove_files) COMPLETE
107122026-08-29T04:33:21.626Z[ host-image] Aug 29 04:33:20.255 INFO O| Aug 29 04:33:20.255 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107132026-08-29T04:33:21.628Z[ host-image] Aug 29 04:33:20.261 INFO O| Aug 29 04:33:20.261 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
107142026-08-29T04:33:21.629Z[ host-image] Aug 29 04:33:20.261 INFO O| Aug 29 04:33:20.261 INFO STEP 166 (remove_files) COMPLETE
107152026-08-29T04:33:21.629Z[ host-image] Aug 29 04:33:20.261 INFO O| Aug 29 04:33:20.261 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107162026-08-29T04:33:21.633Z[ host-image] Aug 29 04:33:20.267 INFO O| Aug 29 04:33:20.267 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107172026-08-29T04:33:21.633Z[ host-image] Aug 29 04:33:20.267 INFO O| Aug 29 04:33:20.267 INFO STEP 167 (remove_files) COMPLETE
107182026-08-29T04:33:21.636Z[ host-image] Aug 29 04:33:20.267 INFO O| Aug 29 04:33:20.267 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107192026-08-29T04:33:21.639Z[ host-image] Aug 29 04:33:20.274 INFO O| Aug 29 04:33:20.274 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107202026-08-29T04:33:21.642Z[ host-image] Aug 29 04:33:20.274 INFO O| Aug 29 04:33:20.274 INFO STEP 168 (remove_files) COMPLETE
107212026-08-29T04:33:21.642Z[ host-image] Aug 29 04:33:20.274 INFO O| Aug 29 04:33:20.274 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107222026-08-29T04:33:21.646Z[ host-image] Aug 29 04:33:20.280 INFO O| Aug 29 04:33:20.280 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107232026-08-29T04:33:21.646Z[ host-image] Aug 29 04:33:20.281 INFO O| Aug 29 04:33:20.280 INFO STEP 169 (remove_files) COMPLETE
107242026-08-29T04:33:21.647Z[ host-image] Aug 29 04:33:20.281 INFO O| Aug 29 04:33:20.281 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107252026-08-29T04:33:21.653Z[ recovery-image] Aug 29 04:33:20.286 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)
107262026-08-29T04:33:21.653Z[ recovery-image] Aug 29 04:33:20.286 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)
107272026-08-29T04:33:21.656Z[ recovery-image] Aug 29 04:33:20.286 INFO E| Compiling proc-macro2 v1.0.106
107282026-08-29T04:33:21.656Z[ recovery-image] Aug 29 04:33:20.286 INFO E| Compiling quote v1.0.45
107292026-08-29T04:33:21.656Z[ recovery-image] Aug 29 04:33:20.286 INFO E| Compiling unicode-ident v1.0.24
107302026-08-29T04:33:21.656Z[ recovery-image] Aug 29 04:33:20.286 INFO E| Compiling syn v1.0.109
107312026-08-29T04:33:21.656Z[ recovery-image] Aug 29 04:33:20.286 INFO E| Compiling x86 v0.52.0
107322026-08-29T04:33:21.656Z[ host-image] Aug 29 04:33:20.287 INFO O| Aug 29 04:33:20.287 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107332026-08-29T04:33:21.656Z[ host-image] Aug 29 04:33:20.287 INFO O| Aug 29 04:33:20.287 INFO STEP 170 (remove_files) COMPLETE
107342026-08-29T04:33:21.656Z[ host-image] Aug 29 04:33:20.287 INFO O| Aug 29 04:33:20.287 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107352026-08-29T04:33:21.659Z[ host-image] Aug 29 04:33:20.293 INFO O| Aug 29 04:33:20.293 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107362026-08-29T04:33:21.659Z[ host-image] Aug 29 04:33:20.293 INFO O| Aug 29 04:33:20.293 INFO STEP 171 (remove_files) COMPLETE
107372026-08-29T04:33:21.660Z[ host-image] Aug 29 04:33:20.293 INFO O| Aug 29 04:33:20.293 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107382026-08-29T04:33:21.663Z[ recovery-image] Aug 29 04:33:20.298 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107392026-08-29T04:33:21.666Z[ recovery-image] Aug 29 04:33:20.298 INFO E| Compiling seq-macro v0.3.6
107402026-08-29T04:33:21.671Z[ host-image] Aug 29 04:33:20.301 INFO O| Aug 29 04:33:20.301 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107412026-08-29T04:33:21.671Z[ host-image] Aug 29 04:33:20.301 INFO O| Aug 29 04:33:20.301 INFO STEP 172 (remove_files) COMPLETE
107422026-08-29T04:33:21.671Z[ host-image] Aug 29 04:33:20.301 INFO O| Aug 29 04:33:20.301 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107432026-08-29T04:33:21.674Z[ host-image] Aug 29 04:33:20.309 INFO O| Aug 29 04:33:20.309 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107442026-08-29T04:33:21.677Z[ host-image] Aug 29 04:33:20.309 INFO O| Aug 29 04:33:20.309 INFO STEP 173 (remove_files) COMPLETE
107452026-08-29T04:33:21.677Z[ host-image] Aug 29 04:33:20.309 INFO O| Aug 29 04:33:20.309 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107462026-08-29T04:33:21.682Z[ host-image] Aug 29 04:33:20.317 INFO O| Aug 29 04:33:20.317 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107472026-08-29T04:33:21.686Z[ host-image] Aug 29 04:33:20.317 INFO O| Aug 29 04:33:20.317 INFO STEP 174 (remove_files) COMPLETE
107482026-08-29T04:33:21.686Z[ host-image] Aug 29 04:33:20.317 INFO O| Aug 29 04:33:20.317 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107492026-08-29T04:33:21.690Z[ host-image] Aug 29 04:33:20.325 INFO O| Aug 29 04:33:20.325 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107502026-08-29T04:33:21.690Z[ host-image] Aug 29 04:33:20.325 INFO O| Aug 29 04:33:20.325 INFO STEP 175 (remove_files) COMPLETE
107512026-08-29T04:33:21.691Z[ host-image] Aug 29 04:33:20.325 INFO O| Aug 29 04:33:20.325 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107522026-08-29T04:33:21.703Z[ host-image] Aug 29 04:33:20.337 INFO O| Aug 29 04:33:20.337 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107532026-08-29T04:33:21.703Z[ host-image] Aug 29 04:33:20.337 INFO O| Aug 29 04:33:20.337 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107542026-08-29T04:33:22.561Z[ recovery-image] Aug 29 04:33:21.195 INFO E| Compiling syn v2.0.117
107552026-08-29T04:33:23.849Z[ recovery-image] Aug 29 04:33:22.483 INFO E| Compiling scroll_derive v0.13.1
107562026-08-29T04:33:24.855Z[ recovery-image] Aug 29 04:33:23.489 INFO E| Compiling bitstruct_derive v0.1.0
107572026-08-29T04:33:27.178Z[ host-image] Aug 29 04:33:25.812 INFO O| Aug 29 04:33:25.812 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
107582026-08-29T04:33:27.178Z[ host-image] Aug 29 04:33:25.812 INFO O| Aug 29 04:33:25.812 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107592026-08-29T04:33:27.232Z[ host-image] Aug 29 04:33:25.825 INFO O| Aug 29 04:33:25.825 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_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107602026-08-29T04:33:27.287Z[ host-image] Aug 29 04:33:25.921 INFO O| Aug 29 04:33:25.921 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107612026-08-29T04:33:27.342Z[ host-image] Aug 29 04:33:25.977 INFO O| Aug 29 04:33:25.977 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
107622026-08-29T04:33:27.406Z[ host-image] Aug 29 04:33:26.041 INFO O| Aug 29 04:33:26.041 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107632026-08-29T04:33:27.406Z[ host-image] Aug 29 04:33:26.041 INFO O| Aug 29 04:33:26.041 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107642026-08-29T04:33:27.409Z[ host-image] Aug 29 04:33:26.042 INFO O| Aug 29 04:33:26.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107652026-08-29T04:33:27.410Z[ host-image] Aug 29 04:33:26.042 INFO O| Aug 29 04:33:26.042 INFO ok!
107662026-08-29T04:33:27.410Z[ host-image] Aug 29 04:33:26.042 INFO O| Aug 29 04:33:26.042 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107672026-08-29T04:33:27.410Z[ host-image] Aug 29 04:33:26.042 INFO O| Aug 29 04:33:26.042 INFO STEP 176 (seed_smf) COMPLETE
107682026-08-29T04:33:27.410Z[ host-image] Aug 29 04:33:26.042 INFO O| Aug 29 04:33:26.042 INFO steps complete; finalising image!
107692026-08-29T04:33:27.410Z[ host-image] Aug 29 04:33:26.042 INFO O| Aug 29 04:33:26.042 INFO TRIM POOL: TEMPORARY-sled-zfs
107702026-08-29T04:33:27.482Z[ host-image] Aug 29 04:33:26.116 INFO O| Aug 29 04:33:26.116 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Sat Aug 29 04:33:26 2026)
107712026-08-29T04:33:27.695Z[ host-image] Aug 29 04:33:26.329 INFO O| Aug 29 04:33:26.329 INFO temporary pool has 916M used, 108M avail, 1.80x compressratio
107722026-08-29T04:33:27.695Z[ host-image] Aug 29 04:33:26.329 INFO O| Aug 29 04:33:26.329 INFO EXPORT POOL: TEMPORARY-sled-zfs
107732026-08-29T04:33:28.031Z[ host-image] Aug 29 04:33:26.665 INFO O| Aug 29 04:33:26.665 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107742026-08-29T04:33:28.031Z[ host-image] Aug 29 04:33:26.665 INFO O| Aug 29 04:33:26.665 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107752026-08-29T04:33:28.853Z[ host-image] Aug 29 04:33:27.488 INFO O| Aug 29 04:33:27.488 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107762026-08-29T04:33:28.853Z[ host-image] Aug 29 04:33:27.488 INFO O| Aug 29 04:33:27.488 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107772026-08-29T04:33:28.857Z[ host-image] Aug 29 04:33:27.488 INFO O| Aug 29 04:33:27.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107782026-08-29T04:33:28.857Z[ host-image] Aug 29 04:33:27.488 INFO O| Aug 29 04:33:27.488 INFO completed processing sled/zfs
107792026-08-29T04:33:28.857Z[ host-image] Aug 29 04:33:27.488 INFO O| Aug 29 04:33:27.488 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107802026-08-29T04:33:34.001Z[ recovery-image] Aug 29 04:33:32.635 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)
107812026-08-29T04:33:36.076Z[ recovery-image] Aug 29 04:33:34.710 INFO E| Compiling bitflags v1.3.2
107822026-08-29T04:33:36.076Z[ recovery-image] Aug 29 04:33:34.710 INFO E| Compiling plain v0.2.3
107832026-08-29T04:33:36.076Z[ recovery-image] Aug 29 04:33:34.710 INFO E| Compiling bit_field v0.10.3
107842026-08-29T04:33:36.079Z[ recovery-image] Aug 29 04:33:34.710 INFO E| Compiling adler2 v2.0.1
107852026-08-29T04:33:36.079Z[ recovery-image] Aug 29 04:33:34.710 INFO E| Compiling scroll v0.13.0
107862026-08-29T04:33:36.079Z[ recovery-image] Aug 29 04:33:34.710 INFO E| Compiling log v0.4.32
107872026-08-29T04:33:36.079Z[ recovery-image] Aug 29 04:33:34.710 INFO E| Compiling bitflags v2.13.0
107882026-08-29T04:33:36.079Z[ recovery-image] Aug 29 04:33:34.710 INFO E| Compiling static_assertions v1.1.0
107892026-08-29T04:33:36.079Z[ recovery-image] Aug 29 04:33:34.711 INFO E| Compiling bitstruct v0.1.1
107902026-08-29T04:33:36.129Z[ recovery-image] Aug 29 04:33:34.764 INFO E| Compiling raw-cpuid v10.7.0
107912026-08-29T04:33:36.163Z[ recovery-image] Aug 29 04:33:34.797 INFO E| Compiling miniz_oxide v0.9.1
107922026-08-29T04:33:36.228Z[ recovery-image] Aug 29 04:33:34.862 INFO E| Compiling cpio_reader v0.1.2
107932026-08-29T04:33:36.288Z[ recovery-image] Aug 29 04:33:34.922 INFO E| Compiling goblin v0.10.7
107942026-08-29T04:33:39.093Z[ recovery-image] Aug 29 04:33:37.727 INFO E| Finished `release` profile [optimized] target(s) in 18.18s
107952026-08-29T04:33:39.112Z[ recovery-image] Aug 29 04:33:37.746 INFO building ROM for gimlet
107962026-08-29T04:33:39.112Z[ recovery-image] Aug 29 04:33:37.747 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")
107972026-08-29T04:33:39.187Z[ recovery-image] Aug 29 04:33:37.821 INFO E| Downloading crates ...
107982026-08-29T04:33:39.248Z[ recovery-image] Aug 29 04:33:37.882 INFO E| Downloaded toml_datetime v0.6.9
107992026-08-29T04:33:39.262Z[ recovery-image] Aug 29 04:33:37.896 INFO E| Downloaded anstyle-query v1.1.2
108002026-08-29T04:33:39.266Z[ recovery-image] Aug 29 04:33:37.897 INFO E| Downloaded clap_lex v0.7.4
108012026-08-29T04:33:39.266Z[ recovery-image] Aug 29 04:33:37.898 INFO E| Downloaded os_pipe v1.2.1
108022026-08-29T04:33:39.266Z[ recovery-image] Aug 29 04:33:37.899 INFO E| Downloaded shared_child v1.0.1
108032026-08-29T04:33:39.269Z[ recovery-image] Aug 29 04:33:37.900 INFO E| Downloaded is_terminal_polyfill v1.70.1
108042026-08-29T04:33:39.271Z[ recovery-image] Aug 29 04:33:37.904 INFO E| Downloaded anstyle v1.0.10
108052026-08-29T04:33:39.274Z[ recovery-image] Aug 29 04:33:37.904 INFO E| Downloaded colorchoice v1.0.3
108062026-08-29T04:33:39.274Z[ recovery-image] Aug 29 04:33:37.907 INFO E| Downloaded serde_spanned v0.6.8
108072026-08-29T04:33:39.277Z[ recovery-image] Aug 29 04:33:37.912 INFO E| Downloaded duct v0.13.7
108082026-08-29T04:33:39.280Z[ recovery-image] Aug 29 04:33:37.915 INFO E| Downloaded anstream v0.6.18
108092026-08-29T04:33:39.283Z[ recovery-image] Aug 29 04:33:37.916 INFO E| Downloaded anstyle-parse v0.2.6
108102026-08-29T04:33:39.286Z[ recovery-image] Aug 29 04:33:37.919 INFO E| Downloaded clap_derive v4.5.32
108112026-08-29T04:33:39.289Z[ recovery-image] Aug 29 04:33:37.922 INFO E| Downloaded toml_edit v0.22.26
108122026-08-29T04:33:39.307Z[ recovery-image] Aug 29 04:33:37.941 INFO E| Downloaded toml_write v0.1.1
108132026-08-29T04:33:39.309Z[ recovery-image] Aug 29 04:33:37.942 INFO E| Downloaded clap v4.5.37
108142026-08-29T04:33:39.312Z[ recovery-image] Aug 29 04:33:37.947 INFO E| Downloaded toml v0.8.22
108152026-08-29T04:33:39.330Z[ recovery-image] Aug 29 04:33:37.965 INFO E| Downloaded clap_builder v4.5.37
108162026-08-29T04:33:39.334Z[ recovery-image] Aug 29 04:33:37.969 INFO E| Downloaded cc v1.2.20
108172026-08-29T04:33:39.337Z[ recovery-image] Aug 29 04:33:37.970 INFO E| Downloaded winnow v0.7.7
108182026-08-29T04:33:39.351Z[ recovery-image] Aug 29 04:33:37.985 INFO E| Compiling libc v0.2.172
108192026-08-29T04:33:39.354Z[ recovery-image] Aug 29 04:33:37.986 INFO E| Compiling utf8parse v0.2.2
108202026-08-29T04:33:39.354Z[ recovery-image] Aug 29 04:33:37.986 INFO E| Compiling colorchoice v1.0.3
108212026-08-29T04:33:39.354Z[ recovery-image] Aug 29 04:33:37.986 INFO E| Compiling shlex v1.3.0
108222026-08-29T04:33:39.354Z[ recovery-image] Aug 29 04:33:37.986 INFO E| Compiling is_terminal_polyfill v1.70.1
108232026-08-29T04:33:39.354Z[ recovery-image] Aug 29 04:33:37.986 INFO E| Compiling anstyle v1.0.10
108242026-08-29T04:33:39.355Z[ recovery-image] Aug 29 04:33:37.986 INFO E| Compiling equivalent v1.0.2
108252026-08-29T04:33:39.355Z[ recovery-image] Aug 29 04:33:37.986 INFO E| Compiling once_cell v1.21.3
108262026-08-29T04:33:39.355Z[ recovery-image] Aug 29 04:33:37.986 INFO E| Compiling anstyle-query v1.1.2
108272026-08-29T04:33:39.355Z[ recovery-image] Aug 29 04:33:37.986 INFO E| Compiling hashbrown v0.15.2
108282026-08-29T04:33:39.369Z[ recovery-image] Aug 29 04:33:38.003 INFO E| Compiling clap_lex v0.7.4
108292026-08-29T04:33:39.371Z[ recovery-image] Aug 29 04:33:38.003 INFO E| Compiling anyhow v1.0.98
108302026-08-29T04:33:39.386Z[ recovery-image] Aug 29 04:33:38.020 INFO E| Compiling toml_write v0.1.1
108312026-08-29T04:33:39.389Z[ recovery-image] Aug 29 04:33:38.020 INFO E| Compiling strsim v0.11.1
108322026-08-29T04:33:39.399Z[ recovery-image] Aug 29 04:33:38.033 INFO E| Compiling winnow v0.7.7
108332026-08-29T04:33:39.403Z[ recovery-image] Aug 29 04:33:38.038 INFO E| Compiling syn v2.0.101
108342026-08-29T04:33:39.470Z[ recovery-image] Aug 29 04:33:38.104 INFO E| Compiling anstyle-parse v0.2.6
108352026-08-29T04:33:39.505Z[ recovery-image] Aug 29 04:33:38.138 INFO E| Compiling cc v1.2.20
108362026-08-29T04:33:39.605Z[ recovery-image] Aug 29 04:33:38.239 INFO E| Compiling anstream v0.6.18
108372026-08-29T04:33:39.798Z[ recovery-image] Aug 29 04:33:38.432 INFO E| Compiling clap_builder v4.5.37
108382026-08-29T04:33:39.912Z[ recovery-image] Aug 29 04:33:38.546 INFO E| Compiling indexmap v2.9.0
108392026-08-29T04:33:39.972Z[ recovery-image] Aug 29 04:33:38.603 INFO E| Compiling shared_child v1.0.1
108402026-08-29T04:33:39.972Z[ recovery-image] Aug 29 04:33:38.603 INFO E| Compiling os_pipe v1.2.1
108412026-08-29T04:33:40.082Z[ recovery-image] Aug 29 04:33:38.716 INFO E| Compiling duct v0.13.7
108422026-08-29T04:33:40.538Z[ recovery-image] Aug 29 04:33:39.172 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108432026-08-29T04:33:41.466Z[ recovery-image] Aug 29 04:33:40.099 INFO E| Compiling serde_derive v1.0.219
108442026-08-29T04:33:41.466Z[ recovery-image] Aug 29 04:33:40.099 INFO E| Compiling clap_derive v4.5.32
108452026-08-29T04:33:42.921Z[ recovery-image] Aug 29 04:33:41.555 INFO E| Compiling clap v4.5.37
108462026-08-29T04:33:43.621Z[ recovery-image] Aug 29 04:33:42.254 INFO E| Compiling serde v1.0.219
108472026-08-29T04:33:45.535Z[ recovery-image] Aug 29 04:33:44.168 INFO E| Compiling serde_spanned v0.6.8
108482026-08-29T04:33:45.535Z[ recovery-image] Aug 29 04:33:44.168 INFO E| Compiling toml_datetime v0.6.9
108492026-08-29T04:33:45.710Z[ recovery-image] Aug 29 04:33:44.323 INFO E| Compiling toml_edit v0.22.26
108502026-08-29T04:33:46.229Z[ host-image] Aug 29 04:33:44.862 INFO O| Aug 29 04:33:44.862 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108512026-08-29T04:33:46.342Z[ host-image] Aug 29 04:33:44.976 INFO BUILD STRING "heads/stlouis-0-ge73f257543\n"
108522026-08-29T04:33:46.343Z[ host-image] Aug 29 04:33:44.977 INFO expanded image name: "ci 89aef0a/${os_short_commit} 2026-08-29 04:13" -> "ci 89aef0a/e73f257 2026-08-29 04:13"
108532026-08-29T04:33:46.346Z[ host-image] Aug 29 04:33:44.977 INFO output artefacts stored in: "/work/os-host"
108542026-08-29T04:33:46.346Z[ host-image] Aug 29 04:33:44.977 INFO collecting git info from project "phbl"...
108552026-08-29T04:33:46.349Z[ host-image] Aug 29 04:33:44.984 INFO collecting git info from project "dmar-report"...
108562026-08-29T04:33:46.394Z[ host-image] Aug 29 04:33:44.990 INFO collecting git info from project "pilot"...
108572026-08-29T04:33:46.394Z[ host-image] Aug 29 04:33:44.996 INFO collecting git info from project "amd-host-image-builder"...
108582026-08-29T04:33:46.394Z[ host-image] Aug 29 04:33:45.002 INFO collecting git info from project "bootserver"...
108592026-08-29T04:33:46.394Z[ host-image] Aug 29 04:33:45.008 INFO collecting git info from project "chelsio-t6-roms"...
108602026-08-29T04:33:46.394Z[ host-image] Aug 29 04:33:45.014 INFO collecting git info from project "pinprick"...
108612026-08-29T04:33:46.394Z[ host-image] Aug 29 04:33:45.020 INFO collecting git info from project "amd-firmware"...
108622026-08-29T04:33:46.398Z[ host-image] Aug 29 04:33:45.032 INFO collecting git info from project "image-builder"...
108632026-08-29T04:33:46.403Z[ host-image] Aug 29 04:33:45.038 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108642026-08-29T04:33:46.758Z[ host-image] Aug 29 04:33:45.392 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108652026-08-29T04:33:47.019Z[ recovery-image] Aug 29 04:33:45.650 INFO E| Compiling toml v0.8.22
108662026-08-29T04:33:47.078Z[ host-image] Aug 29 04:33:45.712 INFO creating Oxide boot image...
108672026-08-29T04:33:47.078Z[ host-image] Aug 29 04:33:45.712 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 89aef0a/e73f257 2026-08-29 04:13", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108682026-08-29T04:33:47.859Z[ host-image] Aug 29 04:33:46.493 INFO O| ok, image written!
108692026-08-29T04:33:47.859Z[ host-image] Aug 29 04:33:46.493 INFO O| ok, boot_image_csum file written!
108702026-08-29T04:33:47.862Z[ host-image] Aug 29 04:33:46.495 INFO creating boot archive (CPIO)...
108712026-08-29T04:33:47.862Z[ host-image] Aug 29 04:33:46.495 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
108722026-08-29T04:33:47.866Z[ host-image] Aug 29 04:33:46.499 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108732026-08-29T04:33:47.866Z[ host-image] Aug 29 04:33:46.499 INFO E| + outfile=/work/os-host/cpio
108742026-08-29T04:33:47.866Z[ host-image] Aug 29 04:33:46.499 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108752026-08-29T04:33:47.869Z[ host-image] Aug 29 04:33:46.502 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108762026-08-29T04:33:47.869Z[ host-image] Aug 29 04:33:46.502 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108772026-08-29T04:33:47.896Z[ host-image] Aug 29 04:33:46.529 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108782026-08-29T04:33:47.896Z[ host-image] Aug 29 04:33:46.529 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108792026-08-29T04:33:47.902Z[ host-image] Aug 29 04:33:46.536 INFO creating compressed cpio/unix for dev loaders...
108802026-08-29T04:33:47.902Z[ host-image] Aug 29 04:33:46.536 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
108812026-08-29T04:33:48.132Z[ host-image] Aug 29 04:33:46.766 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108822026-08-29T04:33:49.401Z[ recovery-image] Aug 29 04:33:48.035 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.25s
108832026-08-29T04:33:49.410Z[ recovery-image] Aug 29 04:33:48.045 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`
108842026-08-29T04:33:49.426Z[ recovery-image] Aug 29 04:33:48.060 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108852026-08-29T04:33:49.508Z[ recovery-image] Aug 29 04:33:48.140 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108862026-08-29T04:33:49.511Z[ recovery-image] Aug 29 04:33:48.145 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`
108872026-08-29T04:33:49.643Z[ recovery-image] Aug 29 04:33:48.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108882026-08-29T04:33:49.643Z[ recovery-image] Aug 29 04:33:48.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
108892026-08-29T04:33:49.643Z[ recovery-image] Aug 29 04:33:48.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
108902026-08-29T04:33:49.649Z[ recovery-image] Aug 29 04:33:48.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108912026-08-29T04:33:49.649Z[ recovery-image] Aug 29 04:33:48.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108922026-08-29T04:33:49.649Z[ recovery-image] Aug 29 04:33:48.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
108932026-08-29T04:33:49.649Z[ recovery-image] Aug 29 04:33:48.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
108942026-08-29T04:33:49.649Z[ recovery-image] Aug 29 04:33:48.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
108952026-08-29T04:33:49.649Z[ recovery-image] Aug 29 04:33:48.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
108962026-08-29T04:33:49.649Z[ recovery-image] Aug 29 04:33:48.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
108972026-08-29T04:33:49.650Z[ recovery-image] Aug 29 04:33:48.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
108982026-08-29T04:33:49.650Z[ recovery-image] Aug 29 04:33:48.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
108992026-08-29T04:33:49.650Z[ recovery-image] Aug 29 04:33:48.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109002026-08-29T04:33:49.650Z[ recovery-image] Aug 29 04:33:48.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
109012026-08-29T04:33:49.650Z[ recovery-image] Aug 29 04:33:48.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
109022026-08-29T04:33:49.650Z[ recovery-image] Aug 29 04:33:48.276 INFO O| Info: ABL version: 0x100f5010
109032026-08-29T04:33:49.650Z[ recovery-image] Aug 29 04:33:48.276 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
109042026-08-29T04:33:49.650Z[ recovery-image] Aug 29 04:33:48.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109052026-08-29T04:33:49.650Z[ recovery-image] Aug 29 04:33:48.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109062026-08-29T04:33:49.650Z[ recovery-image] Aug 29 04:33:48.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109072026-08-29T04:33:49.650Z[ recovery-image] Aug 29 04:33:48.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109082026-08-29T04:33:49.651Z[ recovery-image] Aug 29 04:33:48.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109092026-08-29T04:33:49.651Z[ recovery-image] Aug 29 04:33:48.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109102026-08-29T04:33:49.651Z[ recovery-image] Aug 29 04:33:48.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109112026-08-29T04:33:49.651Z[ recovery-image] Aug 29 04:33:48.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109122026-08-29T04:33:49.651Z[ recovery-image] Aug 29 04:33:48.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109132026-08-29T04:33:49.651Z[ recovery-image] Aug 29 04:33:48.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109142026-08-29T04:33:49.651Z[ recovery-image] Aug 29 04:33:48.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109152026-08-29T04:33:49.652Z[ recovery-image] Aug 29 04:33:48.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109162026-08-29T04:33:49.652Z[ recovery-image] Aug 29 04:33:48.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109172026-08-29T04:33:49.652Z[ recovery-image] Aug 29 04:33:48.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109182026-08-29T04:33:49.652Z[ recovery-image] Aug 29 04:33:48.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109192026-08-29T04:33:49.652Z[ recovery-image] Aug 29 04:33:48.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109202026-08-29T04:33:49.652Z[ recovery-image] Aug 29 04:33:48.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109212026-08-29T04:33:49.652Z[ recovery-image] Aug 29 04:33:48.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109222026-08-29T04:33:49.682Z[ recovery-image] Aug 29 04:33:48.316 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109232026-08-29T04:33:49.682Z[ recovery-image] Aug 29 04:33:48.316 INFO building ROM for cosmo
109242026-08-29T04:33:49.682Z[ recovery-image] Aug 29 04:33:48.316 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")
109252026-08-29T04:33:49.783Z[ recovery-image] Aug 29 04:33:48.417 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109262026-08-29T04:33:49.786Z[ recovery-image] Aug 29 04:33:48.421 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`
109272026-08-29T04:33:49.800Z[ recovery-image] Aug 29 04:33:48.434 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109282026-08-29T04:33:49.877Z[ recovery-image] Aug 29 04:33:48.511 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
109292026-08-29T04:33:49.881Z[ recovery-image] Aug 29 04:33:48.515 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`
109302026-08-29T04:33:50.096Z[ recovery-image] Aug 29 04:33:48.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109312026-08-29T04:33:50.097Z[ recovery-image] Aug 29 04:33:48.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109322026-08-29T04:33:50.097Z[ recovery-image] Aug 29 04:33:48.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109332026-08-29T04:33:50.102Z[ recovery-image] Aug 29 04:33:48.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109342026-08-29T04:33:50.102Z[ recovery-image] Aug 29 04:33:48.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109352026-08-29T04:33:50.102Z[ recovery-image] Aug 29 04:33:48.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109362026-08-29T04:33:50.102Z[ recovery-image] Aug 29 04:33:48.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109372026-08-29T04:33:50.102Z[ recovery-image] Aug 29 04:33:48.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109382026-08-29T04:33:50.103Z[ recovery-image] Aug 29 04:33:48.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109392026-08-29T04:33:50.103Z[ recovery-image] Aug 29 04:33:48.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109402026-08-29T04:33:50.103Z[ recovery-image] Aug 29 04:33:48.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109412026-08-29T04:33:50.103Z[ recovery-image] Aug 29 04:33:48.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109422026-08-29T04:33:50.103Z[ recovery-image] Aug 29 04:33:48.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109432026-08-29T04:33:50.103Z[ recovery-image] Aug 29 04:33:48.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109442026-08-29T04:33:50.103Z[ recovery-image] Aug 29 04:33:48.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109452026-08-29T04:33:50.103Z[ recovery-image] Aug 29 04:33:48.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109462026-08-29T04:33:50.104Z[ recovery-image] Aug 29 04:33:48.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109472026-08-29T04:33:50.104Z[ recovery-image] Aug 29 04:33:48.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109482026-08-29T04:33:50.104Z[ recovery-image] Aug 29 04:33:48.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109492026-08-29T04:33:50.104Z[ recovery-image] Aug 29 04:33:48.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109502026-08-29T04:33:50.104Z[ recovery-image] Aug 29 04:33:48.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109512026-08-29T04:33:50.104Z[ recovery-image] Aug 29 04:33:48.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109522026-08-29T04:33:50.104Z[ recovery-image] Aug 29 04:33:48.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109532026-08-29T04:33:50.104Z[ recovery-image] Aug 29 04:33:48.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109542026-08-29T04:33:50.104Z[ recovery-image] Aug 29 04:33:48.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109552026-08-29T04:33:50.104Z[ recovery-image] Aug 29 04:33:48.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109562026-08-29T04:33:50.104Z[ recovery-image] Aug 29 04:33:48.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109572026-08-29T04:33:50.104Z[ recovery-image] Aug 29 04:33:48.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109582026-08-29T04:33:50.104Z[ recovery-image] Aug 29 04:33:48.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109592026-08-29T04:33:50.104Z[ recovery-image] Aug 29 04:33:48.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109602026-08-29T04:33:50.105Z[ recovery-image] Aug 29 04:33:48.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109612026-08-29T04:33:50.105Z[ recovery-image] Aug 29 04:33:48.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109622026-08-29T04:33:50.105Z[ recovery-image] Aug 29 04:33:48.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109632026-08-29T04:33:50.105Z[ recovery-image] Aug 29 04:33:48.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109642026-08-29T04:33:50.105Z[ recovery-image] Aug 29 04:33:48.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109652026-08-29T04:33:50.105Z[ recovery-image] Aug 29 04:33:48.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109662026-08-29T04:33:50.105Z[ recovery-image] Aug 29 04:33:48.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109672026-08-29T04:33:50.105Z[ recovery-image] Aug 29 04:33:48.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109682026-08-29T04:33:50.105Z[ recovery-image] Aug 29 04:33:48.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109692026-08-29T04:33:50.105Z[ recovery-image] Aug 29 04:33:48.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109702026-08-29T04:33:50.105Z[ recovery-image] Aug 29 04:33:48.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109712026-08-29T04:33:50.107Z[ recovery-image] Aug 29 04:33:48.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109722026-08-29T04:33:50.107Z[ recovery-image] Aug 29 04:33:48.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109732026-08-29T04:33:50.107Z[ recovery-image] Aug 29 04:33:48.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109742026-08-29T04:33:50.107Z[ recovery-image] Aug 29 04:33:48.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109752026-08-29T04:33:50.107Z[ recovery-image] Aug 29 04:33:48.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109762026-08-29T04:33:50.107Z[ recovery-image] Aug 29 04:33:48.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109772026-08-29T04:33:50.107Z[ recovery-image] Aug 29 04:33:48.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109782026-08-29T04:33:50.107Z[ recovery-image] Aug 29 04:33:48.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109792026-08-29T04:33:50.107Z[ recovery-image] Aug 29 04:33:48.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109802026-08-29T04:33:50.107Z[ recovery-image] Aug 29 04:33:48.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109812026-08-29T04:33:50.108Z[ recovery-image] Aug 29 04:33:48.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109822026-08-29T04:33:50.108Z[ recovery-image] Aug 29 04:33:48.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109832026-08-29T04:33:50.108Z[ recovery-image] Aug 29 04:33:48.732 INFO O| Info: ABL version: 0x100af010
109842026-08-29T04:33:50.108Z[ recovery-image] Aug 29 04:33:48.732 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109852026-08-29T04:33:50.108Z[ recovery-image] Aug 29 04:33:48.732 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109862026-08-29T04:33:50.108Z[ recovery-image] Aug 29 04:33:48.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109872026-08-29T04:33:50.108Z[ recovery-image] Aug 29 04:33:48.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109882026-08-29T04:33:50.108Z[ recovery-image] Aug 29 04:33:48.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109892026-08-29T04:33:50.108Z[ recovery-image] Aug 29 04:33:48.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109902026-08-29T04:33:50.108Z[ recovery-image] Aug 29 04:33:48.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109912026-08-29T04:33:50.108Z[ recovery-image] Aug 29 04:33:48.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109922026-08-29T04:33:50.108Z[ recovery-image] Aug 29 04:33:48.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109932026-08-29T04:33:50.108Z[ recovery-image] Aug 29 04:33:48.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109942026-08-29T04:33:50.108Z[ recovery-image] Aug 29 04:33:48.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109952026-08-29T04:33:50.108Z[ recovery-image] Aug 29 04:33:48.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109962026-08-29T04:33:50.108Z[ recovery-image] Aug 29 04:33:48.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109972026-08-29T04:33:50.108Z[ recovery-image] Aug 29 04:33:48.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109982026-08-29T04:33:50.108Z[ recovery-image] Aug 29 04:33:48.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109992026-08-29T04:33:50.108Z[ recovery-image] Aug 29 04:33:48.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
110002026-08-29T04:33:50.109Z[ recovery-image] Aug 29 04:33:48.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
110012026-08-29T04:33:50.109Z[ recovery-image] Aug 29 04:33:48.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
110022026-08-29T04:33:50.109Z[ recovery-image] Aug 29 04:33:48.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
110032026-08-29T04:33:50.109Z[ recovery-image] Aug 29 04:33:48.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
110042026-08-29T04:33:50.109Z[ recovery-image] Aug 29 04:33:48.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
110052026-08-29T04:33:50.109Z[ recovery-image] Aug 29 04:33:48.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
110062026-08-29T04:33:50.109Z[ recovery-image] Aug 29 04:33:48.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
110072026-08-29T04:33:50.110Z[ recovery-image] Aug 29 04:33:48.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
110082026-08-29T04:33:50.110Z[ recovery-image] Aug 29 04:33:48.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
110092026-08-29T04:33:50.110Z[ recovery-image] Aug 29 04:33:48.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
110102026-08-29T04:33:50.110Z[ recovery-image] Aug 29 04:33:48.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
110112026-08-29T04:33:50.110Z[ recovery-image] Aug 29 04:33:48.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
110122026-08-29T04:33:50.110Z[ recovery-image] Aug 29 04:33:48.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
110132026-08-29T04:33:50.110Z[ recovery-image] Aug 29 04:33:48.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
110142026-08-29T04:33:50.110Z[ recovery-image] Aug 29 04:33:48.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
110152026-08-29T04:33:50.110Z[ recovery-image] Aug 29 04:33:48.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
110162026-08-29T04:33:50.110Z[ recovery-image] Aug 29 04:33:48.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
110172026-08-29T04:33:50.137Z[ recovery-image] Aug 29 04:33:48.771 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110182026-08-29T04:33:50.137Z[ recovery-image] Aug 29 04:33:48.771 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
110192026-08-29T04:33:51.323Z[ recovery-image] Aug 29 04:33:49.956 INFO image complete! materials are in "/work/os-recovery"
110202026-08-29T04:33:51.326Z[ recovery-image]
110212026-08-29T04:33:51.326Z[ recovery-image] real 3:21.329884443
110222026-08-29T04:33:51.326Z[ recovery-image] user 2:39.524026637
110232026-08-29T04:33:51.327Z[ recovery-image] sys 38.252210777
110242026-08-29T04:33:51.327Z[ recovery-image] trap 0.129037135
110252026-08-29T04:33:51.327Z[ recovery-image] tflt 0.686223703
110262026-08-29T04:33:51.327Z[ recovery-image] dflt 0.801834386
110272026-08-29T04:33:51.327Z[ recovery-image] kflt 0.004068068
110282026-08-29T04:33:51.327Z[ recovery-image] lock 8:03.638888345
110292026-08-29T04:33:51.327Z[ recovery-image] slp 17:49.506401141
110302026-08-29T04:33:51.328Z[ recovery-image] lat 28.192442140
110312026-08-29T04:33:51.328Z[ recovery-image] stop 6.755999055
110322026-08-29T04:33:51.331ZAug 29 04:33:49.960 INFO [recovery-image] process exited with exit status: 0 (201.335205271s)
110332026-08-29T04:33:51.331ZAug 29 04:33:49.960 INFO [tuf-v2-recovery] running task
110342026-08-29T04:33:51.331ZAug 29 04:33:49.961 INFO [tuf-v2-recovery] task succeeded (845.629µs)
110352026-08-29T04:33:51.417Z[ host-image] Aug 29 04:33:50.051 INFO creating reset image...
110362026-08-29T04:33:51.417Z[ host-image] Aug 29 04:33:50.051 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")
110372026-08-29T04:33:51.487Z[ host-image] Aug 29 04:33:50.121 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
110382026-08-29T04:33:51.491Z[ host-image] Aug 29 04:33:50.124 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
110392026-08-29T04:33:51.760Z[ host-image] Aug 29 04:33:50.394 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)
110402026-08-29T04:33:51.760Z[ host-image] Aug 29 04:33:50.394 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)
110412026-08-29T04:33:51.766Z[ host-image] Aug 29 04:33:50.394 INFO E| Compiling proc-macro2 v1.0.106
110422026-08-29T04:33:51.766Z[ host-image] Aug 29 04:33:50.394 INFO E| Compiling quote v1.0.45
110432026-08-29T04:33:51.766Z[ host-image] Aug 29 04:33:50.394 INFO E| Compiling unicode-ident v1.0.24
110442026-08-29T04:33:51.766Z[ host-image] Aug 29 04:33:50.394 INFO E| Compiling syn v1.0.109
110452026-08-29T04:33:51.766Z[ host-image] Aug 29 04:33:50.395 INFO E| Compiling x86 v0.52.0
110462026-08-29T04:33:51.770Z[ host-image] Aug 29 04:33:50.403 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
110472026-08-29T04:33:51.770Z[ host-image] Aug 29 04:33:50.404 INFO E| Compiling seq-macro v0.3.6
110482026-08-29T04:33:52.742Z[ host-image] Aug 29 04:33:51.375 INFO E| Compiling syn v2.0.117
110492026-08-29T04:33:54.023Z[ host-image] Aug 29 04:33:52.657 INFO E| Compiling scroll_derive v0.13.1
110502026-08-29T04:33:55.030Z[ host-image] Aug 29 04:33:53.664 INFO E| Compiling bitstruct_derive v0.1.0
110512026-08-29T04:34:04.369Z[ host-image] Aug 29 04:34:03.003 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)
110522026-08-29T04:34:06.484Z[ host-image] Aug 29 04:34:05.117 INFO E| Compiling bitflags v1.3.2
110532026-08-29T04:34:06.484Z[ host-image] Aug 29 04:34:05.117 INFO E| Compiling bit_field v0.10.3
110542026-08-29T04:34:06.487Z[ host-image] Aug 29 04:34:05.118 INFO E| Compiling plain v0.2.3
110552026-08-29T04:34:06.487Z[ host-image] Aug 29 04:34:05.118 INFO E| Compiling log v0.4.32
110562026-08-29T04:34:06.487Z[ host-image] Aug 29 04:34:05.118 INFO E| Compiling scroll v0.13.0
110572026-08-29T04:34:06.489Z[ host-image] Aug 29 04:34:05.118 INFO E| Compiling bitflags v2.13.0
110582026-08-29T04:34:06.489Z[ host-image] Aug 29 04:34:05.118 INFO E| Compiling adler2 v2.0.1
110592026-08-29T04:34:06.489Z[ host-image] Aug 29 04:34:05.118 INFO E| Compiling bitstruct v0.1.1
110602026-08-29T04:34:06.489Z[ host-image] Aug 29 04:34:05.118 INFO E| Compiling static_assertions v1.1.0
110612026-08-29T04:34:06.543Z[ host-image] Aug 29 04:34:05.176 INFO E| Compiling raw-cpuid v10.7.0
110622026-08-29T04:34:06.572Z[ host-image] Aug 29 04:34:05.206 INFO E| Compiling miniz_oxide v0.9.1
110632026-08-29T04:34:06.641Z[ host-image] Aug 29 04:34:05.275 INFO E| Compiling cpio_reader v0.1.2
110642026-08-29T04:34:06.699Z[ host-image] Aug 29 04:34:05.333 INFO E| Compiling goblin v0.10.7
110652026-08-29T04:34:09.541Z[ host-image] Aug 29 04:34:08.175 INFO E| Finished `release` profile [optimized] target(s) in 18.03s
110662026-08-29T04:34:09.553Z[ host-image] Aug 29 04:34:08.187 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110672026-08-29T04:34:09.553Z[ host-image] Aug 29 04:34:08.187 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110682026-08-29T04:34:09.556Z[ host-image] Aug 29 04:34:08.187 INFO building ROM for cosmo
110692026-08-29T04:34:09.556Z[ host-image] Aug 29 04:34:08.187 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")
110702026-08-29T04:34:09.637Z[ host-image] Aug 29 04:34:08.271 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110712026-08-29T04:34:09.641Z[ host-image] Aug 29 04:34:08.274 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`
110722026-08-29T04:34:09.649Z[ host-image] Aug 29 04:34:08.284 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110732026-08-29T04:34:09.720Z[ host-image] Aug 29 04:34:08.354 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110742026-08-29T04:34:09.723Z[ host-image] Aug 29 04:34:08.357 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`
110752026-08-29T04:34:09.926Z[ host-image] Aug 29 04:34:08.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110762026-08-29T04:34:09.927Z[ host-image] Aug 29 04:34:08.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110772026-08-29T04:34:09.927Z[ host-image] Aug 29 04:34:08.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110782026-08-29T04:34:09.931Z[ host-image] Aug 29 04:34:08.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110792026-08-29T04:34:09.931Z[ host-image] Aug 29 04:34:08.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110802026-08-29T04:34:09.931Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110812026-08-29T04:34:09.931Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110822026-08-29T04:34:09.931Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110832026-08-29T04:34:09.931Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110842026-08-29T04:34:09.932Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110852026-08-29T04:34:09.932Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110862026-08-29T04:34:09.932Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110872026-08-29T04:34:09.932Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110882026-08-29T04:34:09.932Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110892026-08-29T04:34:09.932Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110902026-08-29T04:34:09.932Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110912026-08-29T04:34:09.932Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110922026-08-29T04:34:09.932Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110932026-08-29T04:34:09.932Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110942026-08-29T04:34:09.932Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110952026-08-29T04:34:09.932Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110962026-08-29T04:34:09.932Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110972026-08-29T04:34:09.932Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110982026-08-29T04:34:09.932Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110992026-08-29T04:34:09.932Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111002026-08-29T04:34:09.932Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111012026-08-29T04:34:09.932Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111022026-08-29T04:34:09.932Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111032026-08-29T04:34:09.932Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111042026-08-29T04:34:09.932Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111052026-08-29T04:34:09.932Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111062026-08-29T04:34:09.932Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111072026-08-29T04:34:09.933Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111082026-08-29T04:34:09.933Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111092026-08-29T04:34:09.933Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111102026-08-29T04:34:09.933Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111112026-08-29T04:34:09.933Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111122026-08-29T04:34:09.933Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111132026-08-29T04:34:09.933Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111142026-08-29T04:34:09.933Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111152026-08-29T04:34:09.933Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111162026-08-29T04:34:09.933Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111172026-08-29T04:34:09.933Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111182026-08-29T04:34:09.933Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111192026-08-29T04:34:09.933Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111202026-08-29T04:34:09.933Z[ host-image] Aug 29 04:34:08.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111212026-08-29T04:34:09.933Z[ host-image] Aug 29 04:34:08.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111222026-08-29T04:34:09.935Z[ host-image] Aug 29 04:34:08.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111232026-08-29T04:34:09.935Z[ host-image] Aug 29 04:34:08.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111242026-08-29T04:34:09.935Z[ host-image] Aug 29 04:34:08.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111252026-08-29T04:34:09.935Z[ host-image] Aug 29 04:34:08.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111262026-08-29T04:34:09.935Z[ host-image] Aug 29 04:34:08.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111272026-08-29T04:34:09.935Z[ host-image] Aug 29 04:34:08.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111282026-08-29T04:34:09.935Z[ host-image] Aug 29 04:34:08.562 INFO O| Info: ABL version: 0x100af010
111292026-08-29T04:34:09.935Z[ host-image] Aug 29 04:34:08.562 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111302026-08-29T04:34:09.935Z[ host-image] Aug 29 04:34:08.562 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111312026-08-29T04:34:09.935Z[ host-image] Aug 29 04:34:08.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111322026-08-29T04:34:09.935Z[ host-image] Aug 29 04:34:08.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111332026-08-29T04:34:09.935Z[ host-image] Aug 29 04:34:08.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111342026-08-29T04:34:09.935Z[ host-image] Aug 29 04:34:08.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111352026-08-29T04:34:09.935Z[ host-image] Aug 29 04:34:08.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111362026-08-29T04:34:09.935Z[ host-image] Aug 29 04:34:08.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111372026-08-29T04:34:09.936Z[ host-image] Aug 29 04:34:08.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111382026-08-29T04:34:09.936Z[ host-image] Aug 29 04:34:08.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111392026-08-29T04:34:09.936Z[ host-image] Aug 29 04:34:08.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111402026-08-29T04:34:09.936Z[ host-image] Aug 29 04:34:08.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111412026-08-29T04:34:09.936Z[ host-image] Aug 29 04:34:08.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111422026-08-29T04:34:09.936Z[ host-image] Aug 29 04:34:08.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111432026-08-29T04:34:09.936Z[ host-image] Aug 29 04:34:08.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111442026-08-29T04:34:09.936Z[ host-image] Aug 29 04:34:08.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111452026-08-29T04:34:09.936Z[ host-image] Aug 29 04:34:08.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111462026-08-29T04:34:09.936Z[ host-image] Aug 29 04:34:08.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111472026-08-29T04:34:09.936Z[ host-image] Aug 29 04:34:08.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111482026-08-29T04:34:09.936Z[ host-image] Aug 29 04:34:08.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111492026-08-29T04:34:09.936Z[ host-image] Aug 29 04:34:08.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111502026-08-29T04:34:09.936Z[ host-image] Aug 29 04:34:08.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111512026-08-29T04:34:09.937Z[ host-image] Aug 29 04:34:08.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111522026-08-29T04:34:09.937Z[ host-image] Aug 29 04:34:08.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111532026-08-29T04:34:09.937Z[ host-image] Aug 29 04:34:08.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111542026-08-29T04:34:09.937Z[ host-image] Aug 29 04:34:08.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111552026-08-29T04:34:09.937Z[ host-image] Aug 29 04:34:08.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111562026-08-29T04:34:09.937Z[ host-image] Aug 29 04:34:08.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111572026-08-29T04:34:09.938Z[ host-image] Aug 29 04:34:08.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111582026-08-29T04:34:09.938Z[ host-image] Aug 29 04:34:08.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111592026-08-29T04:34:09.938Z[ host-image] Aug 29 04:34:08.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111602026-08-29T04:34:09.938Z[ host-image] Aug 29 04:34:08.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111612026-08-29T04:34:09.938Z[ host-image] Aug 29 04:34:08.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111622026-08-29T04:34:09.957Z[ host-image] Aug 29 04:34:08.591 INFO building ROM for gimlet
111632026-08-29T04:34:09.960Z[ host-image] Aug 29 04:34:08.591 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")
111642026-08-29T04:34:10.040Z[ host-image] Aug 29 04:34:08.674 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111652026-08-29T04:34:10.043Z[ host-image] Aug 29 04:34:08.676 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`
111662026-08-29T04:34:10.052Z[ host-image] Aug 29 04:34:08.687 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111672026-08-29T04:34:10.117Z[ host-image] Aug 29 04:34:08.751 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111682026-08-29T04:34:10.120Z[ host-image] Aug 29 04:34:08.754 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`
111692026-08-29T04:34:10.229Z[ host-image] Aug 29 04:34:08.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111702026-08-29T04:34:10.229Z[ host-image] Aug 29 04:34:08.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111712026-08-29T04:34:10.229Z[ host-image] Aug 29 04:34:08.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111722026-08-29T04:34:10.233Z[ host-image] Aug 29 04:34:08.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111732026-08-29T04:34:10.233Z[ host-image] Aug 29 04:34:08.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111742026-08-29T04:34:10.233Z[ host-image] Aug 29 04:34:08.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111752026-08-29T04:34:10.233Z[ host-image] Aug 29 04:34:08.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111762026-08-29T04:34:10.234Z[ host-image] Aug 29 04:34:08.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111772026-08-29T04:34:10.234Z[ host-image] Aug 29 04:34:08.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111782026-08-29T04:34:10.234Z[ host-image] Aug 29 04:34:08.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111792026-08-29T04:34:10.234Z[ host-image] Aug 29 04:34:08.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111802026-08-29T04:34:10.234Z[ host-image] Aug 29 04:34:08.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111812026-08-29T04:34:10.234Z[ host-image] Aug 29 04:34:08.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111822026-08-29T04:34:10.234Z[ host-image] Aug 29 04:34:08.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111832026-08-29T04:34:10.234Z[ host-image] Aug 29 04:34:08.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111842026-08-29T04:34:10.234Z[ host-image] Aug 29 04:34:08.864 INFO O| Info: ABL version: 0x100f5010
111852026-08-29T04:34:10.234Z[ host-image] Aug 29 04:34:08.864 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111862026-08-29T04:34:10.234Z[ host-image] Aug 29 04:34:08.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111872026-08-29T04:34:10.234Z[ host-image] Aug 29 04:34:08.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111882026-08-29T04:34:10.234Z[ host-image] Aug 29 04:34:08.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111892026-08-29T04:34:10.234Z[ host-image] Aug 29 04:34:08.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111902026-08-29T04:34:10.234Z[ host-image] Aug 29 04:34:08.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111912026-08-29T04:34:10.234Z[ host-image] Aug 29 04:34:08.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111922026-08-29T04:34:10.235Z[ host-image] Aug 29 04:34:08.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111932026-08-29T04:34:10.235Z[ host-image] Aug 29 04:34:08.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111942026-08-29T04:34:10.235Z[ host-image] Aug 29 04:34:08.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111952026-08-29T04:34:10.235Z[ host-image] Aug 29 04:34:08.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111962026-08-29T04:34:10.235Z[ host-image] Aug 29 04:34:08.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111972026-08-29T04:34:10.235Z[ host-image] Aug 29 04:34:08.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111982026-08-29T04:34:10.235Z[ host-image] Aug 29 04:34:08.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111992026-08-29T04:34:10.235Z[ host-image] Aug 29 04:34:08.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
112002026-08-29T04:34:10.235Z[ host-image] Aug 29 04:34:08.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
112012026-08-29T04:34:10.235Z[ host-image] Aug 29 04:34:08.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
112022026-08-29T04:34:10.235Z[ host-image] Aug 29 04:34:08.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
112032026-08-29T04:34:10.235Z[ host-image] Aug 29 04:34:08.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
112042026-08-29T04:34:10.292Z[ host-image] Aug 29 04:34:08.895 INFO finishing image archive at "/work/os-host/os.tar.gz"...
112052026-08-29T04:34:21.979Z[ host-image] Aug 29 04:34:20.613 INFO image complete! materials are in "/work/os-host"
112062026-08-29T04:34:21.983Z[ host-image]
112072026-08-29T04:34:21.983Z[ host-image] real 4:00.947114332
112082026-08-29T04:34:21.983Z[ host-image] user 2:51.486819135
112092026-08-29T04:34:21.983Z[ host-image] sys 37.372652665
112102026-08-29T04:34:21.983Z[ host-image] trap 0.143626144
112112026-08-29T04:34:21.983Z[ host-image] tflt 0.379494470
112122026-08-29T04:34:21.983Z[ host-image] dflt 0.126793030
112132026-08-29T04:34:21.983Z[ host-image] kflt 0.000395138
112142026-08-29T04:34:21.983Z[ host-image] lock 7:32.192715067
112152026-08-29T04:34:21.983Z[ host-image] slp 20:29.130560381
112162026-08-29T04:34:21.986Z[ host-image] lat 23.010775500
112172026-08-29T04:34:21.986Z[ host-image] stop 1.550125579
112182026-08-29T04:34:21.986ZAug 29 04:34:20.617 INFO [host-image] process exited with exit status: 0 (240.952738809s)
112192026-08-29T04:34:21.986ZAug 29 04:34:20.617 INFO [tuf-v2-host] running task
112202026-08-29T04:34:21.986ZAug 29 04:34:20.617 INFO [tuf-repo] running task
112212026-08-29T04:34:21.986ZAug 29 04:34:20.618 INFO [tuf-v2-host] task succeeded (564.27µs)
112222026-08-29T04:34:21.986ZAug 29 04:34:20.618 INFO [tuf-v2-repo] running task
112232026-08-29T04:34:43.457ZAug 29 04:34:42.091 INFO [tuf-v2-repo] task succeeded (21.473271307s)
112242026-08-29T04:34:43.611ZAug 29 04:34:42.244 INFO assembling repository in `/tmp/tufaceousKrVDni`, component: OmicronRepoAssembler
112252026-08-29T04:34:52.492ZAug 29 04:34:51.126 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112262026-08-29T04:34:52.737ZAug 29 04:34:51.371 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112272026-08-29T04:34:54.930ZAug 29 04:34:53.564 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112282026-08-29T04:34:54.996ZAug 29 04:34:53.630 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112292026-08-29T04:34:55.045ZAug 29 04:34:53.679 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112302026-08-29T04:34:55.093ZAug 29 04:34:53.727 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112312026-08-29T04:34:55.143ZAug 29 04:34:53.776 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112322026-08-29T04:34:55.199ZAug 29 04:34:53.831 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112332026-08-29T04:34:55.256ZAug 29 04:34:53.888 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112342026-08-29T04:35:05.598ZAug 29 04:35:04.231 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
112352026-08-29T04:35:05.604ZAug 29 04:35:04.237 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
112362026-08-29T04:35:05.627ZAug 29 04:35:04.261 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
112372026-08-29T04:35:05.686ZAug 29 04:35:04.319 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112382026-08-29T04:35:05.757ZAug 29 04:35:04.391 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112392026-08-29T04:35:05.831ZAug 29 04:35:04.465 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112402026-08-29T04:35:05.897ZAug 29 04:35:04.531 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
112412026-08-29T04:35:05.903ZAug 29 04:35:04.537 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
112422026-08-29T04:35:05.926ZAug 29 04:35:04.560 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
112432026-08-29T04:35:07.664ZAug 29 04:35:06.298 INFO [tuf-repo] task succeeded (45.68045492s)
112442026-08-29T04:37:37.298Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 04s
112452026-08-29T04:37:37.301Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
112462026-08-29T04:37:37.301Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
112472026-08-29T04:37:39.959ZAug 29 04:37:38.592 INFO [verify-libraries] process exited with exit status: 0 (430.151331641s)
112482026-08-29T04:37:39.960ZAug 29 04:37:38.592 INFO all jobs completed in 1460.140214066s
112492026-08-29T04:37:41.192Zprocess exited: duration 1688351 ms, exit code 0
 
112502026-08-29T04:37:41.204Zfound 41 output files
112512026-08-29T04:37:41.204Zuploading: /work/manifest.toml (17334 bytes)
112522026-08-29T04:37:42.218Zuploaded: /work/manifest.toml
112532026-08-29T04:37:42.218Zuploading: /work/repo.zip (3298861803 bytes)
112542026-08-29T04:38:23.947Zuploaded: /work/repo.zip
112552026-08-29T04:38:23.947Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112562026-08-29T04:38:24.955Zuploaded: /work/repo.zip.sha256.txt
112572026-08-29T04:38:24.965Zuploading: /work/helios.json (647 bytes)
112582026-08-29T04:38:25.975Zuploaded: /work/helios.json
112592026-08-29T04:38:25.975Zuploading: /work/incorporation.p5m (113590 bytes)
112602026-08-29T04:38:27.045Zuploaded: /work/incorporation.p5m
112612026-08-29T04:38:27.045Zuploading: /work/incorporation.p5p (133120 bytes)
112622026-08-29T04:38:28.071Zuploaded: /work/incorporation.p5p
112632026-08-29T04:38:28.071Zuploading: /work/helios-incorp.log (522 bytes)
112642026-08-29T04:38:29.083Zuploaded: /work/helios-incorp.log
112652026-08-29T04:38:29.083Zuploading: /work/helios-setup.log (56964 bytes)
112662026-08-29T04:38:30.113Zuploaded: /work/helios-setup.log
112672026-08-29T04:38:30.113Zuploading: /work/host-image.log (233348 bytes)
112682026-08-29T04:38:31.143Zuploaded: /work/host-image.log
112692026-08-29T04:38:31.143Zuploading: /work/host-package.log (33435 bytes)
112702026-08-29T04:38:32.160Zuploaded: /work/host-package.log
112712026-08-29T04:38:32.161Zuploading: /work/host-target.log (101 bytes)
112722026-08-29T04:38:33.341Zuploaded: /work/host-target.log
112732026-08-29T04:38:33.345Zuploading: /work/incorp-create.log (0 bytes)
112742026-08-29T04:38:34.364Zuploaded: /work/incorp-create.log
112752026-08-29T04:38:34.365Zuploading: /work/incorp-fmt.log (0 bytes)
112762026-08-29T04:38:35.385Zuploaded: /work/incorp-fmt.log
112772026-08-29T04:38:35.385Zuploading: /work/incorp-pkgsend.log (108 bytes)
112782026-08-29T04:38:36.398Zuploaded: /work/incorp-pkgsend.log
112792026-08-29T04:38:36.398Zuploading: /work/incorp-publisher.log (0 bytes)
112802026-08-29T04:38:37.411Zuploaded: /work/incorp-publisher.log
112812026-08-29T04:38:37.411Zuploading: /work/omicron-package.log (10474 bytes)
112822026-08-29T04:38:38.440Zuploaded: /work/omicron-package.log
112832026-08-29T04:38:38.440Zuploading: /work/recovery-image.log (590957 bytes)
112842026-08-29T04:38:39.461Zuploaded: /work/recovery-image.log
112852026-08-29T04:38:39.462Zuploading: /work/recovery-package.log (321 bytes)
112862026-08-29T04:38:40.477Zuploaded: /work/recovery-package.log
112872026-08-29T04:38:40.477Zuploading: /work/recovery-target.log (98 bytes)
112882026-08-29T04:38:41.502Zuploaded: /work/recovery-target.log
112892026-08-29T04:38:41.502Zuploading: /work/stamp-clickhouse.log (117 bytes)
112902026-08-29T04:38:42.513Zuploaded: /work/stamp-clickhouse.log
112912026-08-29T04:38:42.513Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
112922026-08-29T04:38:43.537Zuploaded: /work/stamp-clickhouse_keeper.log
112932026-08-29T04:38:43.537Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
112942026-08-29T04:38:44.597Zuploaded: /work/stamp-clickhouse_server.log
112952026-08-29T04:38:44.597Zuploading: /work/stamp-cockroachdb.log (118 bytes)
112962026-08-29T04:38:45.614Zuploaded: /work/stamp-cockroachdb.log
112972026-08-29T04:38:45.614Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
112982026-08-29T04:38:46.631Zuploaded: /work/stamp-crucible-pantry-zone.log
112992026-08-29T04:38:46.631Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113002026-08-29T04:38:47.647Zuploaded: /work/stamp-crucible-utils.log
113012026-08-29T04:38:47.647Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113022026-08-29T04:38:48.702Zuploaded: /work/stamp-crucible-zone.log
113032026-08-29T04:38:48.702Zuploading: /work/stamp-external-dns.log (119 bytes)
113042026-08-29T04:38:49.714Zuploaded: /work/stamp-external-dns.log
113052026-08-29T04:38:49.714Zuploading: /work/stamp-installinator.log (103 bytes)
113062026-08-29T04:38:50.724Zuploaded: /work/stamp-installinator.log
113072026-08-29T04:38:50.724Zuploading: /work/stamp-internal-dns.log (119 bytes)
113082026-08-29T04:38:51.736Zuploaded: /work/stamp-internal-dns.log
113092026-08-29T04:38:51.736Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113102026-08-29T04:38:52.764Zuploaded: /work/stamp-mg-ddm-gz.log
113112026-08-29T04:38:52.764Zuploading: /work/stamp-nexus.log (112 bytes)
113122026-08-29T04:38:53.791Zuploaded: /work/stamp-nexus.log
113132026-08-29T04:38:53.791Zuploading: /work/stamp-ntp.log (110 bytes)
113142026-08-29T04:38:54.826Zuploaded: /work/stamp-ntp.log
113152026-08-29T04:38:54.826Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113162026-08-29T04:38:55.845Zuploaded: /work/stamp-omicron-sled-agent.log
113172026-08-29T04:38:55.845Zuploading: /work/stamp-overlay.log (114 bytes)
113182026-08-29T04:38:57.507Zuploaded: /work/stamp-overlay.log
113192026-08-29T04:38:57.507Zuploading: /work/stamp-oximeter.log (115 bytes)
113202026-08-29T04:38:58.565Zuploaded: /work/stamp-oximeter.log
113212026-08-29T04:38:58.565Zuploading: /work/stamp-oxlog.log (109 bytes)
113222026-08-29T04:38:59.583Zuploaded: /work/stamp-oxlog.log
113232026-08-29T04:38:59.583Zuploading: /work/stamp-probe.log (112 bytes)
113242026-08-29T04:39:00.612Zuploaded: /work/stamp-probe.log
113252026-08-29T04:39:00.612Zuploading: /work/stamp-propolis-server.log (122 bytes)
113262026-08-29T04:39:01.642Zuploaded: /work/stamp-propolis-server.log
113272026-08-29T04:39:01.649Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113282026-08-29T04:39:02.719Zuploaded: /work/stamp-pumpkind-gz.log
113292026-08-29T04:39:02.719Zuploading: /work/stamp-switch-asic.log (118 bytes)
113302026-08-29T04:39:03.739Zuploaded: /work/stamp-switch-asic.log
113312026-08-29T04:39:03.739Zuploading: /work/verify-libraries.log (50340 bytes)
113322026-08-29T04:39:04.774Zuploaded: /work/verify-libraries.log