01KRC4TYMN8CVKZ5HD8WWWX911: 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: 01KRC4VEBKV1GB09CYNJZ82QJX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-11T18:30:57.331Zjob assigned to worker 01KRC4VM15XNA7XGMY6M3RAT7G [factory aws, i-029e692d2711f8e35] (queued for 49 s)
 
22026-05-11T18:31:04.652Zstarting task 0: "setup"
32026-05-11T18:31:04.656Z++ uname -s
42026-05-11T18:31:04.659Z+ kern=SunOS
52026-05-11T18:31:04.659Z+ build_user=build
62026-05-11T18:31:04.659Z+ build_uid=12345
72026-05-11T18:31:04.659Z+ work_dir=/work
82026-05-11T18:31:04.660Z+ input_dir=/input
92026-05-11T18:31:04.660Z+ [[ 0 == 12345 ]]
102026-05-11T18:31:04.660Z+ case "$kern" in
112026-05-11T18:31:04.660Z+ groupadd -g 12345 build
122026-05-11T18:31:04.663Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-11T18:31:06.668Z+ zfs create -o mountpoint=/work rpool/work
142026-05-11T18:31:06.718Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-11T18:31:06.721Z+ home_fs=zfs
162026-05-11T18:31:06.721Z+ [[ zfs == autofs ]]
172026-05-11T18:31:06.721Z+ mkdir -p /home/build
182026-05-11T18:31:06.724Z+ chown build:build /home/build /work
192026-05-11T18:31:08.724Z+ chmod 0700 /home/build /work
202026-05-11T18:31:08.727Zprocess exited: duration 4078 ms, exit code 0
 
212026-05-11T18:31:08.733Zstarting task 1: "rust-toolchain"
222026-05-11T18:31:08.738Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-11T18:31:08.738Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-11T18:31:08.738Z * rust toolchain channel = "1.94.0"
252026-05-11T18:31:08.738Z * rust toolchain profile = "default"
262026-05-11T18:31:08.738Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-11T18:31:08.738Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-11T18:31:08.741Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-11T18:31:08.741Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-11T18:31:08.847Zinfo: downloading installer
312026-05-11T18:31:10.228Zwarn: It looks like you have an existing rustup settings file at:
322026-05-11T18:31:10.228Zwarn: /home/build/.rustup/settings.toml
332026-05-11T18:31:10.228Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-11T18:31:10.228Zwarn: instead of the one inferred from the default host triple.
352026-05-11T18:31:10.240Zinfo: profile set to default
362026-05-11T18:31:10.240Zinfo: default host triple is x86_64-unknown-illumos
372026-05-11T18:31:10.243Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-11T18:31:10.374Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-11T18:31:10.377Zinfo: downloading 6 components
402026-05-11T18:31:25.879Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-11T18:31:25.879Z
422026-05-11T18:31:25.906Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-11T18:31:25.906Z
442026-05-11T18:31:25.906Z
452026-05-11T18:31:25.906ZRust is installed now. Great!
462026-05-11T18:31:25.906Z
472026-05-11T18:31:25.909ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-11T18:31:25.909Zenvironment variable. This has not been done automatically.
492026-05-11T18:31:25.909Z
502026-05-11T18:31:25.909ZTo configure your current shell, you need to source
512026-05-11T18:31:25.910Zthe corresponding env file under $HOME/.cargo.
522026-05-11T18:31:25.910Z
532026-05-11T18:31:25.910ZThis is usually done by running one of the following (note the leading DOT):
542026-05-11T18:31:25.910Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-11T18:31:25.910Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-11T18:31:25.910Zsource "~/.cargo/env.nu" # For nushell
572026-05-11T18:31:25.910Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-11T18:31:25.910Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-11T18:31:25.910Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-11T18:31:25.910Zwarn: no default linker (`cc`) was found in your PATH
612026-05-11T18:31:25.910Zwarn: many Rust crates require a system C toolchain to build
622026-05-11T18:31:26.009Z+ rustup --version
632026-05-11T18:31:26.015Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-11T18:31:26.018Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-11T18:31:26.036Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-11T18:31:26.039Z+ cargo --version
672026-05-11T18:31:26.047Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-11T18:31:26.050Z+ rustc --version
692026-05-11T18:31:26.070Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-11T18:31:26.073Zprocess exited: duration 17340 ms, exit code 0
 
712026-05-11T18:31:26.079Zstarting task 2: "authentication"
722026-05-11T18:31:26.097Zprocess exited: duration 17 ms, exit code 0
 
732026-05-11T18:31:26.102Zstarting task 3: "clone repository"
742026-05-11T18:31:26.107Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-11T18:31:26.110Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-11T18:31:26.133ZCloning into '/work/oxidecomputer/omicron'...
772026-05-11T18:31:37.668Z+ cd /work/oxidecomputer/omicron
782026-05-11T18:31:37.668Z+ git fetch origin c4b26142f4b39c370639abe8a63f9db0de460c9b
792026-05-11T18:31:38.075ZFrom https://github.com/oxidecomputer/omicron
802026-05-11T18:31:38.075Z * branch c4b26142f4b39c370639abe8a63f9db0de460c9b -> FETCH_HEAD
812026-05-11T18:31:38.083Z+ [[ -n '' ]]
822026-05-11T18:31:38.083Z+ git reset --hard c4b26142f4b39c370639abe8a63f9db0de460c9b
832026-05-11T18:31:38.316ZHEAD is now at c4b26142f Prepend the UUID with the nexus label
842026-05-11T18:31:38.320Zprocess exited: duration 12216 ms, exit code 0
 
852026-05-11T18:31:38.326Zstarting task 4: "build"
862026-05-11T18:31:38.331Z+ source .github/buildomat/ci-env.sh
872026-05-11T18:31:38.331Z++ export CARGO_TERM_COLOR=always
882026-05-11T18:31:38.331Z++ CARGO_TERM_COLOR=always
892026-05-11T18:31:38.331Z+ cargo --version
902026-05-11T18:31:38.341Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-05-11T18:31:38.344Z+ rustc --version
922026-05-11T18:31:38.364Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-05-11T18:31:38.367Z+ cargo tree --locked
942026-05-11T18:31:38.536Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
952026-05-11T18:31:38.859Z Updating crates.io index
962026-05-11T18:31:38.890Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
972026-05-11T18:31:39.648Z Updating git repository `https://github.com/oxidecomputer/lldp`
982026-05-11T18:31:39.978Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
992026-05-11T18:31:40.733Z Updating git repository `https://github.com/oxidecomputer/propolis`
1002026-05-11T18:31:41.604Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1012026-05-11T18:31:42.101Z Updating git repository `https://github.com/oxidecomputer/crucible`
1022026-05-11T18:31:43.474Z Updating git repository `https://github.com/oxidecomputer/opte`
1032026-05-11T18:31:44.563Z Updating git repository `https://github.com/oxidecomputer/tofino`
1042026-05-11T18:31:44.866Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1052026-05-11T18:31:45.824Z Updating git repository `https://github.com/oxidecomputer/clickward`
1062026-05-11T18:31:46.381Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1072026-05-11T18:31:46.774Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1082026-05-11T18:31:47.112Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1092026-05-11T18:31:48.151Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1102026-05-11T18:31:48.717Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1112026-05-11T18:31:49.083Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1122026-05-11T18:31:49.517Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1132026-05-11T18:31:49.904Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1142026-05-11T18:31:50.384Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1152026-05-11T18:31:50.673Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1162026-05-11T18:31:50.938Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1172026-05-11T18:31:51.357Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1182026-05-11T18:31:51.794Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1192026-05-11T18:31:52.229Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1202026-05-11T18:31:52.582Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1212026-05-11T18:31:53.125Z Updating git repository `https://github.com/oxidecomputer/ispf`
1222026-05-11T18:31:53.873Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1232026-05-11T18:31:54.421Z Updating git repository `https://github.com/oxidecomputer/crucible`
1242026-05-11T18:31:55.004Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1252026-05-11T18:31:55.425Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1262026-05-11T18:31:55.732Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1272026-05-11T18:31:56.186Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1282026-05-11T18:31:56.596Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1292026-05-11T18:31:57.087Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1302026-05-11T18:31:57.327Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1312026-05-11T18:31:57.649Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1322026-05-11T18:31:57.949Z Updating git repository `https://github.com/illumos/smf-rs`
1332026-05-11T18:31:58.287Z Updating git repository `https://github.com/oxidecomputer/omicron`
1342026-05-11T18:32:10.670Z Downloading crates ...
1352026-05-11T18:32:10.751Z Downloaded arrayvec v0.7.6
1362026-05-11T18:32:10.753Z Downloaded anstyle-parse v0.2.7
1372026-05-11T18:32:10.756Z Downloaded anstream v0.6.21
1382026-05-11T18:32:10.759Z Downloaded array-init v0.0.4
1392026-05-11T18:32:10.760Z Downloaded aead v0.5.2
1402026-05-11T18:32:10.762Z Downloaded anstyle-query v1.1.5
1412026-05-11T18:32:10.762Z Downloaded adler2 v2.0.1
1422026-05-11T18:32:10.765Z Downloaded base16ct v0.2.0
1432026-05-11T18:32:10.767Z Downloaded cast v0.3.0
1442026-05-11T18:32:10.770Z Downloaded assert_matches v1.5.0
1452026-05-11T18:32:10.773Z Downloaded anstyle v1.0.13
1462026-05-11T18:32:10.775Z Downloaded blowfish v0.9.1
1472026-05-11T18:32:10.775Z Downloaded clap v4.5.60
1482026-05-11T18:32:10.781Z Downloaded datatest-stable v0.3.3
1492026-05-11T18:32:10.784Z Downloaded crunchy v0.2.4
1502026-05-11T18:32:10.787Z Downloaded atty v0.2.14
1512026-05-11T18:32:10.787Z Downloaded daft-derive v0.1.5
1522026-05-11T18:32:10.789Z Downloaded derive-ex v0.1.8
1532026-05-11T18:32:10.792Z Downloaded cargo_metadata v0.23.1
1542026-05-11T18:32:10.792Z Downloaded camino-tempfile-ext v0.3.3
1552026-05-11T18:32:10.795Z Downloaded crossbeam-deque v0.8.6
1562026-05-11T18:32:10.795Z Downloaded ascii-canvas v3.0.0
1572026-05-11T18:32:10.797Z Downloaded crc-any v2.5.0
1582026-05-11T18:32:10.797Z Downloaded cookie v0.18.1
1592026-05-11T18:32:10.800Z Downloaded constant_time_eq v0.3.1
1602026-05-11T18:32:10.802Z Downloaded cargo-platform v0.1.9
1612026-05-11T18:32:10.802Z Downloaded atomic-waker v1.1.2
1622026-05-11T18:32:10.802Z Downloaded colored v2.2.0
1632026-05-11T18:32:10.805Z Downloaded bytecount v0.6.9
1642026-05-11T18:32:10.808Z Downloaded cobs v0.3.0
1652026-05-11T18:32:10.808Z Downloaded csv-core v0.1.13
1662026-05-11T18:32:10.811Z Downloaded cipher v0.4.4
1672026-05-11T18:32:10.811Z Downloaded derive-where v1.6.0
1682026-05-11T18:32:10.813Z Downloaded cookie_store v0.22.1
1692026-05-11T18:32:10.813Z Downloaded ciborium-ll v0.2.2
1702026-05-11T18:32:10.817Z Downloaded cargo-platform v0.2.0
1712026-05-11T18:32:10.817Z Downloaded bit-set v0.8.0
1722026-05-11T18:32:10.820Z Downloaded const_format_proc_macros v0.2.34
1732026-05-11T18:32:10.820Z Downloaded derive_more v0.99.20
1742026-05-11T18:32:10.823Z Downloaded crc32fast v1.5.0
1752026-05-11T18:32:10.823Z Downloaded bcs v0.1.6
1762026-05-11T18:32:10.825Z Downloaded async-stream-impl v0.3.6
1772026-05-11T18:32:10.825Z Downloaded base64ct v1.8.3
1782026-05-11T18:32:10.828Z Downloaded cfg_aliases v0.1.1
1792026-05-11T18:32:10.828Z Downloaded colorchoice v1.0.4
1802026-05-11T18:32:10.830Z Downloaded async-object-pool v0.2.0
1812026-05-11T18:32:10.830Z Downloaded compression-core v0.4.31
1822026-05-11T18:32:10.830Z Downloaded atomicwrites v0.4.4
1832026-05-11T18:32:10.830Z Downloaded convert_case v0.10.0
1842026-05-11T18:32:10.833Z Downloaded castaway v0.2.4
1852026-05-11T18:32:10.833Z Downloaded chacha20poly1305 v0.10.1
1862026-05-11T18:32:10.835Z Downloaded deranged v0.5.8
1872026-05-11T18:32:10.838Z Downloaded bcrypt-pbkdf v0.10.0
1882026-05-11T18:32:10.838Z Downloaded data-encoding v2.10.0
1892026-05-11T18:32:10.838Z Downloaded dirs-sys-next v0.1.2
1902026-05-11T18:32:10.841Z Downloaded debug-ignore v1.0.5
1912026-05-11T18:32:10.841Z Downloaded derive_builder_macro v0.20.2
1922026-05-11T18:32:10.841Z Downloaded darling_macro v0.21.3
1932026-05-11T18:32:10.843Z Downloaded darling_macro v0.20.11
1942026-05-11T18:32:10.843Z Downloaded crucible-workspace-hack v0.1.0
1952026-05-11T18:32:10.846Z Downloaded corncobs v0.1.4
1962026-05-11T18:32:10.846Z Downloaded async-stream v0.3.6
1972026-05-11T18:32:10.849Z Downloaded defmt v0.3.100
1982026-05-11T18:32:10.849Z Downloaded cstr-argument v0.1.2
1992026-05-11T18:32:10.849Z Downloaded cpufeatures v0.3.0
2002026-05-11T18:32:10.852Z Downloaded bitfield-macros v0.19.4
2012026-05-11T18:32:10.852Z Downloaded crc8 v0.1.1
2022026-05-11T18:32:10.852Z Downloaded cmake v0.1.57
2032026-05-11T18:32:10.852Z Downloaded cfg-if v1.0.4
2042026-05-11T18:32:10.854Z Downloaded assert-json-diff v2.0.2
2052026-05-11T18:32:10.854Z Downloaded convert_case v0.4.0
2062026-05-11T18:32:10.857Z Downloaded document-features v0.2.12
2072026-05-11T18:32:10.857Z Downloaded derive_builder_core v0.20.2
2082026-05-11T18:32:10.857Z Downloaded compact_str v0.8.1
2092026-05-11T18:32:10.860Z Downloaded display-error-chain v0.2.2
2102026-05-11T18:32:10.862Z Downloaded backtrace-ext v0.2.1
2112026-05-11T18:32:10.862Z Downloaded defmt-parser v1.0.0
2122026-05-11T18:32:10.864Z Downloaded crc-catalog v2.4.0
2132026-05-11T18:32:10.864Z Downloaded bitfield-struct v0.6.2
2142026-05-11T18:32:10.864Z Downloaded arrayref v0.3.9
2152026-05-11T18:32:10.867Z Downloaded clap_lex v1.0.0
2162026-05-11T18:32:10.867Z Downloaded cbc v0.1.2
2172026-05-11T18:32:10.867Z Downloaded diesel_table_macro_syntax v0.3.0
2182026-05-11T18:32:10.870Z Downloaded ciborium-io v0.2.2
2192026-05-11T18:32:10.870Z Downloaded curve25519-dalek-derive v0.1.1
2202026-05-11T18:32:10.870Z Downloaded bitfield v0.19.4
2212026-05-11T18:32:10.872Z Downloaded anes v0.1.6
2222026-05-11T18:32:10.872Z Downloaded bb8 v0.8.6
2232026-05-11T18:32:10.875Z Downloaded downcast-rs v2.0.2
2242026-05-11T18:32:10.875Z Downloaded cpufeatures v0.2.17
2252026-05-11T18:32:10.878Z Downloaded cfg_aliases v0.2.1
2262026-05-11T18:32:10.878Z Downloaded approx v0.5.1
2272026-05-11T18:32:10.880Z Downloaded async-lock v3.4.2
2282026-05-11T18:32:10.880Z Downloaded async-bb8-diesel v0.2.1
2292026-05-11T18:32:10.883Z Downloaded dirs-next v2.0.0
2302026-05-11T18:32:10.883Z Downloaded camino-tempfile v1.4.1
2312026-05-11T18:32:10.885Z Downloaded defmt v1.0.1
2322026-05-11T18:32:10.888Z Downloaded block-buffer v0.10.4
2332026-05-11T18:32:10.888Z Downloaded block-padding v0.3.3
2342026-05-11T18:32:10.888Z Downloaded async-trait v0.1.89
2352026-05-11T18:32:10.891Z Downloaded dropshot-api-manager-types v0.7.1
2362026-05-11T18:32:10.894Z Downloaded difflib v0.4.0
2372026-05-11T18:32:10.894Z Downloaded dyn-clone v1.0.20
2382026-05-11T18:32:10.894Z Downloaded dunce v1.0.5
2392026-05-11T18:32:10.897Z Downloaded dtrace-parser v0.3.0
2402026-05-11T18:32:10.897Z Downloaded async-compression v0.4.41
2412026-05-11T18:32:10.900Z Downloaded errno v0.3.14
2422026-05-11T18:32:10.902Z Downloaded enum-as-inner v0.6.1
2432026-05-11T18:32:10.902Z Downloaded endian-type v0.1.2
2442026-05-11T18:32:10.902Z Downloaded embedded-io v0.6.1
2452026-05-11T18:32:10.905Z Downloaded colored v3.1.1
2462026-05-11T18:32:10.909Z Downloaded escape8259 v0.5.3
2472026-05-11T18:32:10.909Z Downloaded crc v3.4.0
2482026-05-11T18:32:10.909Z Downloaded cargo_metadata v0.19.2
2492026-05-11T18:32:10.911Z Downloaded equivalent v1.0.2
2502026-05-11T18:32:10.911Z Downloaded byte-wrapper v0.1.0
2512026-05-11T18:32:10.911Z Downloaded fastrand v2.3.0
2522026-05-11T18:32:10.914Z Downloaded cexpr v0.6.0
2532026-05-11T18:32:10.914Z Downloaded cassowary v0.3.0
2542026-05-11T18:32:10.917Z Downloaded dof v0.4.0
2552026-05-11T18:32:10.917Z Downloaded buf-list v1.1.2
2562026-05-11T18:32:10.920Z Downloaded float-cmp v0.10.0
2572026-05-11T18:32:10.920Z Downloaded flagset v0.4.7
2582026-05-11T18:32:10.923Z Downloaded displaydoc v0.2.5
2592026-05-11T18:32:10.923Z Downloaded byteorder v1.5.0
2602026-05-11T18:32:10.926Z Downloaded bit-vec v0.8.0
2612026-05-11T18:32:10.926Z Downloaded backoff v0.4.0
2622026-05-11T18:32:10.928Z Downloaded fixedbitset v0.4.2
2632026-05-11T18:32:10.928Z Downloaded dof v0.3.0
2642026-05-11T18:32:10.928Z Downloaded dtrace-parser v0.2.0
2652026-05-11T18:32:10.931Z Downloaded bit-vec v0.6.3
2662026-05-11T18:32:10.931Z Downloaded cargo_metadata v0.21.0
2672026-05-11T18:32:10.934Z Downloaded diesel-dtrace v0.5.0
2682026-05-11T18:32:10.934Z Downloaded crypto-common v0.1.7
2692026-05-11T18:32:10.934Z Downloaded foreign-types v0.3.2
2702026-05-11T18:32:10.936Z Downloaded float-ord v0.3.2
2712026-05-11T18:32:10.936Z Downloaded embedded-io v0.4.0
2722026-05-11T18:32:10.939Z Downloaded concurrent-queue v2.5.0
2732026-05-11T18:32:10.939Z Downloaded foreign-types v0.5.0
2742026-05-11T18:32:10.939Z Downloaded foreign-types-macros v0.2.3
2752026-05-11T18:32:10.942Z Downloaded form_urlencoded v1.2.2
2762026-05-11T18:32:10.942Z Downloaded autocfg v1.5.0
2772026-05-11T18:32:10.944Z Downloaded dsl_auto_type v0.2.0
2782026-05-11T18:32:10.945Z Downloaded async-recursion v1.1.1
2792026-05-11T18:32:10.947Z Downloaded futures-io v0.3.32
2802026-05-11T18:32:10.947Z Downloaded criterion-plot v0.6.0
2812026-05-11T18:32:10.947Z Downloaded futures-core v0.3.32
2822026-05-11T18:32:10.949Z Downloaded diff v0.1.13
2832026-05-11T18:32:10.952Z Downloaded fnv v1.0.7
2842026-05-11T18:32:10.952Z Downloaded daft v0.1.5
2852026-05-11T18:32:10.955Z Downloaded foreign-types-shared v0.3.1
2862026-05-11T18:32:10.955Z Downloaded foreign-types-shared v0.1.1
2872026-05-11T18:32:10.955Z Downloaded fd-lock v4.0.4
2882026-05-11T18:32:10.958Z Downloaded event-listener-strategy v0.5.4
2892026-05-11T18:32:10.958Z Downloaded digest v0.10.7
2902026-05-11T18:32:10.960Z Downloaded futures-sink v0.3.32
2912026-05-11T18:32:10.960Z Downloaded ghash v0.5.1
2922026-05-11T18:32:10.960Z Downloaded ed25519 v2.2.3
2932026-05-11T18:32:10.962Z Downloaded defmt-macros v1.0.1
2942026-05-11T18:32:10.965Z Downloaded env_logger v0.11.9
2952026-05-11T18:32:10.967Z Downloaded funty v2.0.0
2962026-05-11T18:32:10.967Z Downloaded fxhash v0.2.1
2972026-05-11T18:32:10.967Z Downloaded cfg-expr v0.20.6
2982026-05-11T18:32:10.970Z Downloaded cancel-safe-futures v0.1.5
2992026-05-11T18:32:10.972Z Downloaded gethostname v0.5.0
3002026-05-11T18:32:10.972Z Downloaded git-stub v1.0.0
3012026-05-11T18:32:10.975Z Downloaded erased-serde v0.3.31
3022026-05-11T18:32:10.975Z Downloaded env_filter v1.0.0
3032026-05-11T18:32:10.977Z Downloaded ena v0.14.4
3042026-05-11T18:32:10.978Z Downloaded filetime v0.2.27
3052026-05-11T18:32:10.981Z Downloaded find-msvc-tools v0.1.9
3062026-05-11T18:32:10.981Z Downloaded bitflags v2.11.0
3072026-05-11T18:32:10.983Z Downloaded ahash v0.8.12
3082026-05-11T18:32:10.986Z Downloaded guppy-workspace-hack v0.1.0
3092026-05-11T18:32:10.986Z Downloaded camino v1.2.2
3102026-05-11T18:32:10.990Z Downloaded allocator-api2 v0.2.21
3112026-05-11T18:32:10.990Z Downloaded hash32 v0.3.1
3122026-05-11T18:32:10.993Z Downloaded backon v1.6.0
3132026-05-11T18:32:10.994Z Downloaded headers-core v0.3.0
3142026-05-11T18:32:10.994Z Downloaded hash32 v0.2.1
3152026-05-11T18:32:10.996Z Downloaded ctr v0.9.2
3162026-05-11T18:32:10.996Z Downloaded foldhash v0.2.0
3172026-05-11T18:32:10.996Z Downloaded darling v0.20.11
3182026-05-11T18:32:10.999Z Downloaded heck v0.5.0
3192026-05-11T18:32:11.007Z Downloaded hex v0.4.3
3202026-05-11T18:32:11.007Z Downloaded erased-serde v0.4.9
3212026-05-11T18:32:11.010Z Downloaded ciborium v0.2.2
3222026-05-11T18:32:11.011Z Downloaded heck v0.4.1
3232026-05-11T18:32:11.011Z Downloaded blake2b_simd v1.0.4
3242026-05-11T18:32:11.011Z Downloaded drift v0.1.4
3252026-05-11T18:32:11.013Z Downloaded http-range v0.1.5
3262026-05-11T18:32:11.016Z Downloaded hex-literal v0.4.1
3272026-05-11T18:32:11.016Z Downloaded fs_extra v1.3.0
3282026-05-11T18:32:11.018Z Downloaded fs-err v2.11.0
3292026-05-11T18:32:11.018Z Downloaded bzip2 v0.6.1
3302026-05-11T18:32:11.021Z Downloaded futures-executor v0.3.32
3312026-05-11T18:32:11.021Z Downloaded fs-err v3.3.0
3322026-05-11T18:32:11.023Z Downloaded hubpack v0.1.2
3332026-05-11T18:32:11.023Z Downloaded hostname v0.4.2
3342026-05-11T18:32:11.026Z Downloaded foldhash v0.1.5
3352026-05-11T18:32:11.026Z Downloaded fallible-iterator v0.2.0
3362026-05-11T18:32:11.028Z Downloaded http-body v1.0.1
3372026-05-11T18:32:11.028Z Downloaded generic-array v0.14.7
3382026-05-11T18:32:11.028Z Downloaded httpdate v1.0.3
3392026-05-11T18:32:11.031Z Downloaded clang-sys v1.8.1
3402026-05-11T18:32:11.031Z Downloaded hyper-tls v0.6.0
3412026-05-11T18:32:11.034Z Downloaded hostname v0.3.1
3422026-05-11T18:32:11.034Z Downloaded des v0.8.1
3432026-05-11T18:32:11.036Z Downloaded clap_derive v4.5.55
3442026-05-11T18:32:11.039Z Downloaded console v0.15.11
3452026-05-11T18:32:11.039Z Downloaded ff v0.13.1
3462026-05-11T18:32:11.042Z Downloaded globset v0.4.18
3472026-05-11T18:32:11.042Z Downloaded event-listener v5.4.1
3482026-05-11T18:32:11.045Z Downloaded hubpack_derive v0.1.1
3492026-05-11T18:32:11.045Z Downloaded git-stub-vcs v0.1.0
3502026-05-11T18:32:11.045Z Downloaded globwalk v0.9.1
3512026-05-11T18:32:11.047Z Downloaded glob v0.3.3
3522026-05-11T18:32:11.047Z Downloaded either v1.15.0
3532026-05-11T18:32:11.050Z Downloaded ecdsa v0.16.9
3542026-05-11T18:32:11.050Z Downloaded bzip2 v0.4.4
3552026-05-11T18:32:11.052Z Downloaded indoc v1.0.9
3562026-05-11T18:32:11.053Z Downloaded bumpalo v3.20.2
3572026-05-11T18:32:11.055Z Downloaded group v0.13.0
3582026-05-11T18:32:11.057Z Downloaded is-terminal v0.4.17
3592026-05-11T18:32:11.057Z Downloaded chacha20 v0.10.0
3602026-05-11T18:32:11.060Z Downloaded cargo-util-schemas v0.8.2
3612026-05-11T18:32:11.060Z Downloaded bit-set v0.5.3
3622026-05-11T18:32:11.063Z Downloaded ident_case v1.0.1
3632026-05-11T18:32:11.063Z Downloaded constant_time_eq v0.4.2
3642026-05-11T18:32:11.063Z Downloaded indent_write v2.2.0
3652026-05-11T18:32:11.066Z Downloaded crossbeam-epoch v0.9.18
3662026-05-11T18:32:11.066Z Downloaded futures-channel v0.3.32
3672026-05-11T18:32:11.068Z Downloaded blake2 v0.10.6
3682026-05-11T18:32:11.071Z Downloaded dropshot_endpoint v0.16.7
3692026-05-11T18:32:11.074Z Downloaded highway v1.3.0
3702026-05-11T18:32:11.074Z Downloaded home v0.5.12
3712026-05-11T18:32:11.074Z Downloaded fixedbitset v0.5.7
3722026-05-11T18:32:11.076Z Downloaded instant v0.1.13
3732026-05-11T18:32:11.079Z Downloaded lalrpop-util v0.19.12
3742026-05-11T18:32:11.079Z Downloaded itoa v1.0.17
3752026-05-11T18:32:11.079Z Downloaded darling_core v0.23.0
3762026-05-11T18:32:11.082Z Downloaded is_terminal_polyfill v1.70.2
3772026-05-11T18:32:11.084Z Downloaded is_ci v1.2.0
3782026-05-11T18:32:11.084Z Downloaded inout v0.1.4
3792026-05-11T18:32:11.084Z Downloaded dropshot_endpoint v0.17.0
3802026-05-11T18:32:11.087Z Downloaded lazy_static v1.5.0
3812026-05-11T18:32:11.090Z Downloaded derive_builder v0.20.2
3822026-05-11T18:32:11.092Z Downloaded futures-timer v3.0.3
3832026-05-11T18:32:11.092Z Downloaded keccak v0.1.6
3842026-05-11T18:32:11.095Z Downloaded hyper-staticfile v0.10.1
3852026-05-11T18:32:11.097Z Downloaded const-oid v0.9.6
3862026-05-11T18:32:11.097Z Downloaded darling v0.21.3
3872026-05-11T18:32:11.100Z Downloaded libscf-sys v1.1.0
3882026-05-11T18:32:11.102Z Downloaded kstat-rs v0.2.4
3892026-05-11T18:32:11.103Z Downloaded base64 v0.22.1
3902026-05-11T18:32:11.105Z Downloaded http-body-util v0.1.3
3912026-05-11T18:32:11.105Z Downloaded idna_adapter v1.2.1
3922026-05-11T18:32:11.108Z Downloaded futures-task v0.3.32
3932026-05-11T18:32:11.108Z Downloaded bytes v1.11.1
3942026-05-11T18:32:11.110Z Downloaded humantime v2.3.0
3952026-05-11T18:32:11.113Z Downloaded base64 v0.21.7
3962026-05-11T18:32:11.115Z Downloaded half v1.8.3
3972026-05-11T18:32:11.115Z Downloaded fatfs v0.3.6
3982026-05-11T18:32:11.118Z Downloaded backtrace v0.3.76
3992026-05-11T18:32:11.122Z Downloaded impl-trait-for-tuples v0.2.3
4002026-05-11T18:32:11.125Z Downloaded futures-macro v0.3.32
4012026-05-11T18:32:11.125Z Downloaded console v0.16.2
4022026-05-11T18:32:11.125Z Downloaded lru v0.12.5
4032026-05-11T18:32:11.128Z Downloaded managed v0.8.0
4042026-05-11T18:32:11.128Z Downloaded linkme-impl v0.3.35
4052026-05-11T18:32:11.128Z Downloaded md5 v0.7.0
4062026-05-11T18:32:11.130Z Downloaded instability v0.3.11
4072026-05-11T18:32:11.130Z Downloaded miette-derive v5.10.0
4082026-05-11T18:32:11.133Z Downloaded md-5 v0.10.6
4092026-05-11T18:32:11.133Z Downloaded assert_cmd v2.1.2
4102026-05-11T18:32:11.136Z Downloaded mime v0.3.17
4112026-05-11T18:32:11.136Z Downloaded der_derive v0.7.3
4122026-05-11T18:32:11.138Z Downloaded crossbeam-utils v0.8.21
4132026-05-11T18:32:11.138Z Downloaded indoc v2.0.7
4142026-05-11T18:32:11.141Z Downloaded const_format v0.2.35
4152026-05-11T18:32:11.144Z Downloaded hickory-client v0.25.2
4162026-05-11T18:32:11.146Z Downloaded lru-slab v0.1.2
4172026-05-11T18:32:11.146Z Downloaded chumsky v0.9.3
4182026-05-11T18:32:11.149Z Downloaded compression-codecs v0.4.37
4192026-05-11T18:32:11.152Z Downloaded memmap v0.7.0
4202026-05-11T18:32:11.152Z Downloaded match_cfg v0.1.0
4212026-05-11T18:32:11.155Z Downloaded maplit v1.0.2
4222026-05-11T18:32:11.155Z Downloaded ingot-types v0.1.2
4232026-05-11T18:32:11.155Z Downloaded internet-checksum v0.2.1
4242026-05-11T18:32:11.155Z Downloaded derive_more v2.1.1
4252026-05-11T18:32:11.162Z Downloaded jobserver v0.1.34
4262026-05-11T18:32:11.164Z Downloaded ipnetwork v0.21.1
4272026-05-11T18:32:11.166Z Downloaded nibble_vec v0.1.0
4282026-05-11T18:32:11.167Z Downloaded knuffel-derive v3.2.0
4292026-05-11T18:32:11.169Z Downloaded hyper-rustls v0.27.7
4302026-05-11T18:32:11.169Z Downloaded httptest v0.16.4
4312026-05-11T18:32:11.171Z Downloaded linked-hash-map v0.5.6
4322026-05-11T18:32:11.172Z Downloaded libefi-sys v0.1.0
4332026-05-11T18:32:11.174Z Downloaded getrandom v0.3.4
4342026-05-11T18:32:11.174Z Downloaded linkme v0.3.35
4352026-05-11T18:32:11.177Z Downloaded nodrop v0.1.14
4362026-05-11T18:32:11.177Z Downloaded num v0.4.3
4372026-05-11T18:32:11.181Z Downloaded libsw v3.5.0
4382026-05-11T18:32:11.181Z Downloaded ar_archive_writer v0.5.1
4392026-05-11T18:32:11.184Z Downloaded num-iter v0.1.45
4402026-05-11T18:32:11.184Z Downloaded newtype_derive v0.1.6
4412026-05-11T18:32:11.184Z Downloaded crossterm v0.28.1
4422026-05-11T18:32:11.188Z Downloaded newtype-uuid-macros v0.1.0
4432026-05-11T18:32:11.191Z Downloaded maybe-uninit v2.0.0
4442026-05-11T18:32:11.192Z Downloaded half v2.7.1
4452026-05-11T18:32:11.196Z Downloaded getrandom v0.2.17
4462026-05-11T18:32:11.196Z Downloaded multimap v0.10.1
4472026-05-11T18:32:11.196Z Downloaded macaddr v1.0.1
4482026-05-11T18:32:11.199Z Downloaded lru-cache v0.1.2
4492026-05-11T18:32:11.199Z Downloaded lzss v0.8.2
4502026-05-11T18:32:11.199Z Downloaded linear-map v1.2.0
4512026-05-11T18:32:11.202Z Downloaded libtest-mimic v0.8.1
4522026-05-11T18:32:11.202Z Downloaded num-derive v0.4.2
4532026-05-11T18:32:11.205Z Downloaded mime_guess v2.0.5
4542026-05-11T18:32:11.205Z Downloaded libsw-core v0.3.2
4552026-05-11T18:32:11.208Z Downloaded num_threads v0.1.7
4562026-05-11T18:32:11.208Z Downloaded num_enum_derive v0.5.11
4572026-05-11T18:32:11.208Z Downloaded libloading v0.8.9
4582026-05-11T18:32:11.210Z Downloaded num-derive v0.3.3
4592026-05-11T18:32:11.210Z Downloaded lock_api v0.4.14
4602026-05-11T18:32:11.213Z Downloaded crypto-bigint v0.5.5
4612026-05-11T18:32:11.216Z Downloaded num-conv v0.2.0
4622026-05-11T18:32:11.216Z Downloaded memoffset v0.9.1
4632026-05-11T18:32:11.219Z Downloaded darling_core v0.21.3
4642026-05-11T18:32:11.222Z Downloaded ingot-macros v0.1.1
4652026-05-11T18:32:11.222Z Downloaded httparse v1.10.1
4662026-05-11T18:32:11.225Z Downloaded futures v0.3.32
4672026-05-11T18:32:11.228Z Downloaded cc v1.2.56
4682026-05-11T18:32:11.230Z Downloaded openssl-macros v0.1.1
4692026-05-11T18:32:11.230Z Downloaded multer v3.1.0
4702026-05-11T18:32:11.233Z Downloaded crossbeam-channel v0.5.15
4712026-05-11T18:32:11.236Z Downloaded openssl-probe v0.1.6
4722026-05-11T18:32:11.236Z Downloaded openssl-probe v0.2.1
4732026-05-11T18:32:11.239Z Downloaded native-tls v0.2.18
4742026-05-11T18:32:11.239Z Downloaded der v0.7.10
4752026-05-11T18:32:11.241Z Downloaded iana-time-zone v0.1.65
4762026-05-11T18:32:11.244Z Downloaded newtype-uuid v1.3.2
4772026-05-11T18:32:11.244Z Downloaded litrs v1.0.0
4782026-05-11T18:32:11.248Z Downloaded num-rational v0.4.2
4792026-05-11T18:32:11.251Z Downloaded oso-derive v0.27.3
4802026-05-11T18:32:11.251Z Downloaded heapless v0.7.17
4812026-05-11T18:32:11.251Z Downloaded opaque-debug v0.3.1
4822026-05-11T18:32:11.254Z Downloaded olpc-cjson v0.1.4
4832026-05-11T18:32:11.254Z Downloaded num-integer v0.1.46
4842026-05-11T18:32:11.254Z Downloaded num_enum v0.5.11
4852026-05-11T18:32:11.257Z Downloaded nonempty v0.12.0
4862026-05-11T18:32:11.259Z Downloaded ed25519-dalek v2.2.0
4872026-05-11T18:32:11.262Z Downloaded flate2 v1.1.9
4882026-05-11T18:32:11.265Z Downloaded icu_properties v2.1.2
4892026-05-11T18:32:11.268Z Downloaded fancy-regex v0.14.0
4902026-05-11T18:32:11.271Z Downloaded num_enum v0.7.5
4912026-05-11T18:32:11.273Z Downloaded nu-ansi-term v0.50.3
4922026-05-11T18:32:11.273Z Downloaded num-complex v0.4.6
4932026-05-11T18:32:11.276Z Downloaded memmap2 v0.9.10
4942026-05-11T18:32:11.276Z Downloaded peg-runtime v0.8.5
4952026-05-11T18:32:11.276Z Downloaded pathdiff v0.2.3
4962026-05-11T18:32:11.279Z Downloaded flume v0.11.1
4972026-05-11T18:32:11.282Z Downloaded parking v2.2.1
4982026-05-11T18:32:11.283Z Downloaded packed_struct_codegen v0.10.1
4992026-05-11T18:32:11.283Z Downloaded ignore v0.4.25
5002026-05-11T18:32:11.285Z Downloaded icu_provider v2.1.1
5012026-05-11T18:32:11.285Z Downloaded indexmap v1.9.3
5022026-05-11T18:32:11.288Z Downloaded headers v0.4.1
5032026-05-11T18:32:11.290Z Downloaded ipnet v2.11.0
5042026-05-11T18:32:11.293Z Downloaded percent-encoding v2.3.2
5052026-05-11T18:32:11.293Z Downloaded libbz2-rs-sys v0.2.2
5062026-05-11T18:32:11.296Z Downloaded nanorand v0.7.0
5072026-05-11T18:32:11.296Z Downloaded pbkdf2 v0.11.0
5082026-05-11T18:32:11.299Z Downloaded diesel_derives v2.3.7
5092026-05-11T18:32:11.302Z Downloaded path-slash v0.1.5
5102026-05-11T18:32:11.304Z Downloaded parse-size v1.1.0
5112026-05-11T18:32:11.304Z Downloaded ordered-float v2.10.1
5122026-05-11T18:32:11.307Z Downloaded phf_shared v0.13.1
5132026-05-11T18:32:11.307Z Downloaded icu_locale_core v2.1.1
5142026-05-11T18:32:11.310Z Downloaded plain v0.2.3
5152026-05-11T18:32:11.313Z Downloaded icu_normalizer v2.1.1
5162026-05-11T18:32:11.313Z Downloaded num_enum_derive v0.7.5
5172026-05-11T18:32:11.315Z Downloaded phf_shared v0.11.3
5182026-05-11T18:32:11.315Z Downloaded parse-display v0.10.0
5192026-05-11T18:32:11.319Z Downloaded packed_struct v0.10.1
5202026-05-11T18:32:11.319Z Downloaded pin-utils v0.1.0
5212026-05-11T18:32:11.319Z Downloaded phf_shared v0.12.1
5222026-05-11T18:32:11.322Z Downloaded aes-gcm v0.10.3
5232026-05-11T18:32:11.322Z Downloaded plotters-svg v0.3.7
5242026-05-11T18:32:11.325Z Downloaded oxide-tokio-rt v0.1.4
5252026-05-11T18:32:11.325Z Downloaded potential_utf v0.1.4
5262026-05-11T18:32:11.325Z Downloaded icu_normalizer_data v2.1.1
5272026-05-11T18:32:11.328Z Downloaded owo-colors v4.3.0
5282026-05-11T18:32:11.328Z Downloaded expectorate v1.2.0
5292026-05-11T18:32:11.331Z Downloaded litemap v0.8.1
5302026-05-11T18:32:11.333Z Downloaded parking_lot_core v0.8.6
5312026-05-11T18:32:11.333Z Downloaded normalize-line-endings v0.3.0
5322026-05-11T18:32:11.336Z Downloaded ingot v0.1.1
5332026-05-11T18:32:11.336Z Downloaded nested v0.1.1
5342026-05-11T18:32:11.336Z Downloaded plotters-backend v0.3.7
5352026-05-11T18:32:11.339Z Downloaded log v0.4.29
5362026-05-11T18:32:11.339Z Downloaded partial-io v0.5.4
5372026-05-11T18:32:11.364Z Downloaded heapless v0.8.0
5382026-05-11T18:32:11.364Z Downloaded predicates-core v1.0.10
5392026-05-11T18:32:11.364Z Downloaded proc-macro-crate v1.3.1
5402026-05-11T18:32:11.364Z Downloaded pretty-hex v0.4.1
5412026-05-11T18:32:11.364Z Downloaded powerfmt v0.2.0
5422026-05-11T18:32:11.364Z Downloaded paste v1.0.15
5432026-05-11T18:32:11.364Z Downloaded proc-macro-error-attr v1.0.4
5442026-05-11T18:32:11.364Z Downloaded oorandom v11.1.5
5452026-05-11T18:32:11.364Z Downloaded derive_more-impl v2.1.1
5462026-05-11T18:32:11.364Z Downloaded precomputed-hash v0.1.1
5472026-05-11T18:32:11.364Z Downloaded hickory-resolver v0.25.2
5482026-05-11T18:32:11.364Z Downloaded path-tree v0.8.3
5492026-05-11T18:32:11.364Z Downloaded pem-rfc7468 v0.7.0
5502026-05-11T18:32:11.364Z Downloaded knuffel v3.2.0
5512026-05-11T18:32:11.367Z Downloaded phf v0.13.1
5522026-05-11T18:32:11.367Z Downloaded hickory-resolver v0.24.4
5532026-05-11T18:32:11.367Z Downloaded owo-colors v3.5.0
5542026-05-11T18:32:11.370Z Downloaded pbkdf2 v0.12.2
5552026-05-11T18:32:11.372Z Downloaded proc-macro-crate v3.4.0
5562026-05-11T18:32:11.372Z Downloaded parse-display-derive v0.10.0
5572026-05-11T18:32:11.372Z Downloaded pem v3.0.6
5582026-05-11T18:32:11.375Z Downloaded peg-macros v0.8.5
5592026-05-11T18:32:11.375Z Downloaded progenitor-client v0.11.2
5602026-05-11T18:32:11.378Z Downloaded proc-macro-error-attr2 v2.0.0
5612026-05-11T18:32:11.378Z Downloaded aes v0.8.4
5622026-05-11T18:32:11.381Z Downloaded progenitor-macro v0.11.2
5632026-05-11T18:32:11.381Z Downloaded icu_collections v2.1.1
5642026-05-11T18:32:11.384Z Downloaded progenitor-macro v0.14.0
5652026-05-11T18:32:11.387Z Downloaded once_cell v1.21.3
5662026-05-11T18:32:11.387Z Downloaded phf v0.12.1
5672026-05-11T18:32:11.390Z Downloaded password-hash v0.5.0
5682026-05-11T18:32:11.390Z Downloaded progenitor-client v0.10.0
5692026-05-11T18:32:11.392Z Downloaded password-hash v0.4.2
5702026-05-11T18:32:11.392Z Downloaded pkg-config v0.3.32
5712026-05-11T18:32:11.396Z Downloaded progenitor-macro v0.10.0
5722026-05-11T18:32:11.396Z Downloaded hashbrown v0.12.3
5732026-05-11T18:32:11.398Z Downloaded progenitor-macro v0.13.0
5742026-05-11T18:32:11.398Z Downloaded postgres-protocol v0.6.10
5752026-05-11T18:32:11.399Z Downloaded parking_lot_core v0.9.12
5762026-05-11T18:32:11.401Z Downloaded pin-project-lite v0.2.17
5772026-05-11T18:32:11.404Z Downloaded pkcs8 v0.10.2
5782026-05-11T18:32:11.407Z Downloaded progenitor-client v0.14.0
5792026-05-11T18:32:11.407Z Downloaded psl-types v2.0.11
5802026-05-11T18:32:11.410Z Downloaded predicates-tree v1.0.13
5812026-05-11T18:32:11.410Z Downloaded radium v0.7.0
5822026-05-11T18:32:11.410Z Downloaded peg v0.8.5
5832026-05-11T18:32:11.413Z Downloaded poly1305 v0.8.0
5842026-05-11T18:32:11.416Z Downloaded blake3 v1.8.3
5852026-05-11T18:32:11.420Z Downloaded parking_lot v0.11.2
5862026-05-11T18:32:11.422Z Downloaded primeorder v0.13.6
5872026-05-11T18:32:11.425Z Downloaded criterion v0.7.0
5882026-05-11T18:32:11.428Z Downloaded quick-error v1.2.3
5892026-05-11T18:32:11.431Z Downloaded num-traits v0.2.19
5902026-05-11T18:32:11.431Z Downloaded indicatif v0.18.4
5912026-05-11T18:32:11.433Z Downloaded oxnet v0.1.4
5922026-05-11T18:32:11.436Z Downloaded dropshot-api-manager v0.7.1
5932026-05-11T18:32:11.439Z Downloaded polyval v0.6.2
5942026-05-11T18:32:11.439Z Downloaded darling_core v0.20.11
5952026-05-11T18:32:11.442Z Downloaded progenitor v0.14.0
5962026-05-11T18:32:11.444Z Downloaded pkcs1 v0.7.5
5972026-05-11T18:32:11.444Z Downloaded progenitor-extras v0.2.0
5982026-05-11T18:32:11.447Z Downloaded predicates v3.1.4
5992026-05-11T18:32:11.450Z Downloaded ref-cast-impl v1.0.25
6002026-05-11T18:32:11.450Z Downloaded recursive-proc-macro-impl v0.1.1
6012026-05-11T18:32:11.450Z Downloaded rand_chacha v0.3.1
6022026-05-11T18:32:11.453Z Downloaded progenitor v0.10.0
6032026-05-11T18:32:11.453Z Downloaded progenitor-client v0.13.0
6042026-05-11T18:32:11.453Z Downloaded progenitor v0.13.0
6052026-05-11T18:32:11.455Z Downloaded parking_lot v0.12.5
6062026-05-11T18:32:11.458Z Downloaded jiff-static v0.2.21
6072026-05-11T18:32:11.458Z Downloaded p256 v0.13.2
6082026-05-11T18:32:11.461Z Downloaded oso v0.27.3
6092026-05-11T18:32:11.464Z Downloaded proc-macro-error2 v2.0.1
6102026-05-11T18:32:11.466Z Downloaded postgres-types v0.2.12
6112026-05-11T18:32:11.466Z Downloaded ref-cast v1.0.25
6122026-05-11T18:32:11.469Z Downloaded newline-converter v0.3.0
6132026-05-11T18:32:11.469Z Downloaded new_debug_unreachable v1.0.6
6142026-05-11T18:32:11.472Z Downloaded hmac v0.12.1
6152026-05-11T18:32:11.472Z Downloaded arc-swap v1.8.2
6162026-05-11T18:32:11.475Z Downloaded getrandom v0.4.1
6172026-05-11T18:32:11.477Z Downloaded rfc6979 v0.4.0
6182026-05-11T18:32:11.480Z Downloaded recursive v0.1.1
6192026-05-11T18:32:11.480Z Downloaded ppv-lite86 v0.2.21
6202026-05-11T18:32:11.480Z Downloaded pin-project-internal v1.1.11
6212026-05-11T18:32:11.484Z Downloaded omicron-zone-package v0.12.2
6222026-05-11T18:32:11.484Z Downloaded pkcs5 v0.7.1
6232026-05-11T18:32:11.486Z Downloaded miniz_oxide v0.8.9
6242026-05-11T18:32:11.489Z Downloaded russh-cryptovec v0.7.3
6252026-05-11T18:32:11.489Z Downloaded elliptic-curve v0.13.8
6262026-05-11T18:32:11.492Z Downloaded rustc_version v0.1.7
6272026-05-11T18:32:11.494Z Downloaded rand_core v0.9.5
6282026-05-11T18:32:11.494Z Downloaded hashbrown v0.13.2
6292026-05-11T18:32:11.496Z Downloaded r2d2 v0.8.10
6302026-05-11T18:32:11.499Z Downloaded rand_xorshift v0.4.0
6312026-05-11T18:32:11.499Z Downloaded rustc_version v0.4.1
6322026-05-11T18:32:11.501Z Downloaded rustc-hash v2.1.1
6332026-05-11T18:32:11.501Z Downloaded proc-macro-error v1.0.4
6342026-05-11T18:32:11.504Z Downloaded pest_generator v2.8.6
6352026-05-11T18:32:11.504Z Downloaded rand_core v0.6.4
6362026-05-11T18:32:11.507Z Downloaded quote v1.0.45
6372026-05-11T18:32:11.509Z Downloaded postcard v1.1.3
6382026-05-11T18:32:11.509Z Downloaded papergrid v0.11.0
6392026-05-11T18:32:11.512Z Downloaded pin-project v1.1.11
6402026-05-11T18:32:11.519Z Downloaded rand_seeder v0.4.0
6412026-05-11T18:32:11.521Z Downloaded sapling-renderdag v0.1.0
6422026-05-11T18:32:11.524Z Downloaded same-file v1.0.6
6432026-05-11T18:32:11.524Z Downloaded progenitor v0.11.2
6442026-05-11T18:32:11.524Z Downloaded http v1.4.0
6452026-05-11T18:32:11.527Z Downloaded rand_core v0.10.0
6462026-05-11T18:32:11.529Z Downloaded relative-path v1.9.3
6472026-05-11T18:32:11.529Z Downloaded pest_derive v2.8.6
6482026-05-11T18:32:11.532Z Downloaded hyper-util v0.1.20
6492026-05-11T18:32:11.535Z Downloaded salsa20 v0.10.2
6502026-05-11T18:32:11.537Z Downloaded psm v0.1.30
6512026-05-11T18:32:11.537Z Downloaded crossterm v0.29.0
6522026-05-11T18:32:11.542Z Downloaded secrecy v0.8.0
6532026-05-11T18:32:11.544Z Downloaded scroll_derive v0.13.1
6542026-05-11T18:32:11.544Z Downloaded scroll_derive v0.12.1
6552026-05-11T18:32:11.544Z Downloaded resolv-conf v0.7.6
6562026-05-11T18:32:11.547Z Downloaded rand_chacha v0.9.0
6572026-05-11T18:32:11.547Z Downloaded rtoolbox v0.0.3
6582026-05-11T18:32:11.550Z Downloaded scheduled-thread-pool v0.2.7
6592026-05-11T18:32:11.550Z Downloaded indexmap v2.14.0
6602026-05-11T18:32:11.553Z Downloaded prefix-trie v0.7.0
6612026-05-11T18:32:11.556Z Downloaded miette v5.10.0
6622026-05-11T18:32:11.558Z Downloaded bitflags v1.3.2
6632026-05-11T18:32:11.561Z Downloaded darling_macro v0.23.0
6642026-05-11T18:32:11.561Z Downloaded darling v0.23.0
6652026-05-11T18:32:11.563Z Downloaded proc-macro2 v1.0.106
6662026-05-11T18:32:11.566Z Downloaded hickory-server v0.25.2
6672026-05-11T18:32:11.568Z Downloaded quinn-udp v0.5.14
6682026-05-11T18:32:11.571Z Downloaded rustls-pemfile v2.2.0
6692026-05-11T18:32:11.573Z Downloaded serde-big-array v0.5.1
6702026-05-11T18:32:11.574Z Downloaded semver v0.1.20
6712026-05-11T18:32:11.576Z Downloaded minimal-lexical v0.2.1
6722026-05-11T18:32:11.579Z Downloaded serde-value v0.7.0
6732026-05-11T18:32:11.579Z Downloaded rustls-pemfile v1.0.4
6742026-05-11T18:32:11.581Z Downloaded rustc-demangle v0.1.27
6752026-05-11T18:32:11.581Z Downloaded openssl-sys v0.9.114
6762026-05-11T18:32:11.585Z Downloaded progenitor-impl v0.14.0
6772026-05-11T18:32:11.588Z Downloaded aho-corasick v1.1.4
6782026-05-11T18:32:11.591Z Downloaded serde_plain v1.0.2
6792026-05-11T18:32:11.594Z Downloaded serde_bytes v0.11.19
6802026-05-11T18:32:11.594Z Downloaded rustls-native-certs v0.8.3
6812026-05-11T18:32:11.596Z Downloaded serde_spanned v1.0.4
6822026-05-11T18:32:11.596Z Downloaded progenitor-impl v0.11.2
6832026-05-11T18:32:11.599Z Downloaded pest_meta v2.8.6
6842026-05-11T18:32:11.602Z Downloaded secrecy v0.10.3
6852026-05-11T18:32:11.602Z Downloaded schemars_derive v0.8.22
6862026-05-11T18:32:11.605Z Downloaded scrypt v0.11.0
6872026-05-11T18:32:11.605Z Downloaded scopeguard v1.2.0
6882026-05-11T18:32:11.605Z Downloaded papergrid v0.17.0
6892026-05-11T18:32:11.608Z Downloaded critical-section v1.2.0
6902026-05-11T18:32:11.611Z Downloaded rusty-fork v0.3.1
6912026-05-11T18:32:11.611Z Downloaded rustversion v1.0.22
6922026-05-11T18:32:11.613Z Downloaded chacha20 v0.9.1
6932026-05-11T18:32:11.613Z Downloaded cargo-platform v0.3.2
6942026-05-11T18:32:11.616Z Downloaded serde_urlencoded v0.7.1
6952026-05-11T18:32:11.616Z Downloaded shell-words v1.1.1
6962026-05-11T18:32:11.619Z Downloaded memchr v2.8.0
6972026-05-11T18:32:11.621Z Downloaded hashbrown v0.15.5
6982026-05-11T18:32:11.624Z Downloaded progenitor-impl v0.10.0
6992026-05-11T18:32:11.627Z Downloaded hashbrown v0.16.1
7002026-05-11T18:32:11.630Z Downloaded sha1 v0.10.6
7012026-05-11T18:32:11.632Z Downloaded guppy v0.17.25
7022026-05-11T18:32:11.635Z Downloaded serde_repr v0.1.20
7032026-05-11T18:32:11.637Z Downloaded num-bigint v0.4.6
7042026-05-11T18:32:11.641Z Downloaded signal-hook-tokio v0.3.1
7052026-05-11T18:32:11.641Z Downloaded serde_regex v1.1.0
7062026-05-11T18:32:11.644Z Downloaded argon2 v0.5.3
7072026-05-11T18:32:11.644Z Downloaded sec1 v0.7.3
7082026-05-11T18:32:11.644Z Downloaded prettyplease v0.2.37
7092026-05-11T18:32:11.647Z Downloaded seq-macro v0.3.6
7102026-05-11T18:32:11.650Z Downloaded similar-asserts v1.7.0
7112026-05-11T18:32:11.650Z Downloaded signal-hook-mio v0.2.5
7122026-05-11T18:32:11.653Z Downloaded slog-bunyan v2.5.0
7132026-05-11T18:32:11.653Z Downloaded scroll v0.12.0
7142026-05-11T18:32:11.653Z Downloaded rust-argon2 v2.1.0
7152026-05-11T18:32:11.656Z Downloaded siphasher v1.0.2
7162026-05-11T18:32:11.656Z Downloaded clap_builder v4.5.60
7172026-05-11T18:32:11.660Z Downloaded scroll v0.13.0
7182026-05-11T18:32:11.663Z Downloaded russh-keys v0.45.0
7192026-05-11T18:32:11.666Z Downloaded rcgen v0.12.1
7202026-05-11T18:32:11.666Z Downloaded mio v1.2.0
7212026-05-11T18:32:11.669Z Downloaded serde-untagged v0.1.9
7222026-05-11T18:32:11.674Z Downloaded slog-envlogger v2.2.0
7232026-05-11T18:32:11.674Z Downloaded serde_spanned v0.6.9
7242026-05-11T18:32:11.677Z Downloaded pretty_assertions v1.4.1
7252026-05-11T18:32:11.677Z Downloaded itertools v0.10.5
7262026-05-11T18:32:11.680Z Downloaded hashbrown v0.14.5
7272026-05-11T18:32:11.683Z Downloaded sct v0.7.1
7282026-05-11T18:32:11.686Z Downloaded rustls-pki-types v1.14.0
7292026-05-11T18:32:11.686Z Downloaded anyhow v1.0.102
7302026-05-11T18:32:11.688Z Downloaded addr2line v0.25.1
7312026-05-11T18:32:11.692Z Downloaded serde_path_to_error v0.1.20
7322026-05-11T18:32:11.694Z Downloaded serde_derive_internals v0.29.1
7332026-05-11T18:32:11.694Z Downloaded idna v1.1.0
7342026-05-11T18:32:11.697Z Downloaded iddqd v0.3.18
7352026-05-11T18:32:11.702Z Downloaded smawk v0.3.2
7362026-05-11T18:32:11.704Z Downloaded serde_tokenstream v0.2.3
7372026-05-11T18:32:11.704Z Downloaded ssh-encoding v0.2.0
7382026-05-11T18:32:11.707Z Downloaded sha2 v0.10.9
7392026-05-11T18:32:11.707Z Downloaded stable_deref_trait v1.2.1
7402026-05-11T18:32:11.710Z Downloaded libxml v0.3.3
7412026-05-11T18:32:11.713Z Downloaded ssh-cipher v0.2.0
7422026-05-11T18:32:11.716Z Downloaded simd-adler32 v0.3.8
7432026-05-11T18:32:11.716Z Downloaded sigpipe v0.1.3
7442026-05-11T18:32:11.716Z Downloaded signal-hook-registry v1.4.8
7452026-05-11T18:32:11.719Z Downloaded shlex v1.3.0
7462026-05-11T18:32:11.719Z Downloaded ron v0.8.1
7472026-05-11T18:32:11.722Z Downloaded slab v0.4.12
7482026-05-11T18:32:11.725Z Downloaded sqlparser_derive v0.5.0
7492026-05-11T18:32:11.728Z Downloaded signature v2.2.0
7502026-05-11T18:32:11.728Z Downloaded itertools v0.13.0
7512026-05-11T18:32:11.731Z Downloaded itertools v0.12.1
7522026-05-11T18:32:11.735Z Downloaded strum v0.26.3
7532026-05-11T18:32:11.740Z Downloaded structmeta-derive v0.3.0
7542026-05-11T18:32:11.740Z Downloaded structmeta v0.3.0
7552026-05-11T18:32:11.740Z Downloaded strsim v0.11.1
7562026-05-11T18:32:11.749Z Downloaded strip-ansi-escapes v0.2.1
7572026-05-11T18:32:11.749Z Downloaded serde-hex v0.1.0
7582026-05-11T18:32:11.749Z Downloaded progenitor-impl v0.13.0
7592026-05-11T18:32:11.749Z Downloaded hyper v1.8.1
7602026-05-11T18:32:11.749Z Downloaded slog-async v2.8.0
7612026-05-11T18:32:11.749Z Downloaded semver v1.0.28
7622026-05-11T18:32:11.752Z Downloaded subtle v2.6.1
7632026-05-11T18:32:11.752Z Downloaded strum v0.27.2
7642026-05-11T18:32:11.752Z Downloaded ryu v1.0.23
7652026-05-11T18:32:11.755Z Downloaded swrite v0.1.0
7662026-05-11T18:32:11.755Z Downloaded supports-hyperlinks v2.1.0
7672026-05-11T18:32:11.755Z Downloaded supports-unicode v2.1.0
7682026-05-11T18:32:11.759Z Downloaded slog-stdlog v4.1.1
7692026-05-11T18:32:11.759Z Downloaded slog-term v2.9.2
7702026-05-11T18:32:11.759Z Downloaded tagptr v0.2.0
7712026-05-11T18:32:11.763Z Downloaded supports-color v3.0.2
7722026-05-11T18:32:11.763Z Downloaded futures-util v0.3.32
7732026-05-11T18:32:11.767Z Downloaded tap v1.0.1
7742026-05-11T18:32:11.770Z Downloaded sqlformat v0.3.5
7752026-05-11T18:32:11.770Z Downloaded spki v0.7.3
7762026-05-11T18:32:11.772Z Downloaded tabled_derive v0.7.0
7772026-05-11T18:32:11.773Z Downloaded quinn v0.11.9
7782026-05-11T18:32:11.776Z Downloaded publicsuffix v2.3.0
7792026-05-11T18:32:11.776Z Downloaded schemars v0.8.22
7802026-05-11T18:32:11.782Z Downloaded tabled_derive v0.11.0
7812026-05-11T18:32:11.785Z Downloaded sync_wrapper v1.0.2
7822026-05-11T18:32:11.785Z Downloaded sync-ptr v0.1.4
7832026-05-11T18:32:11.785Z Downloaded static_assertions v1.1.0
7842026-05-11T18:32:11.788Z Downloaded tabwriter v1.4.1
7852026-05-11T18:32:11.789Z Downloaded smf v0.2.3
7862026-05-11T18:32:11.789Z Downloaded rstest v0.25.0
7872026-05-11T18:32:11.791Z Downloaded num-bigint-dig v0.8.6
7882026-05-11T18:32:11.794Z Downloaded stringprep v0.1.5
7892026-05-11T18:32:11.797Z Downloaded stringmetrics v2.2.2
7902026-05-11T18:32:11.797Z Downloaded rand v0.8.5
7912026-05-11T18:32:11.800Z Downloaded target-triple v1.0.0
7922026-05-11T18:32:11.800Z Downloaded strum_macros v0.24.3
7932026-05-11T18:32:11.803Z Downloaded rstest_macros v0.25.0
7942026-05-11T18:32:11.803Z Downloaded strum_macros v0.27.2
7952026-05-11T18:32:11.806Z Downloaded string_cache v0.8.9
7962026-05-11T18:32:11.806Z Downloaded libm v0.2.16
7972026-05-11T18:32:11.811Z Downloaded testing_table v0.3.0
7982026-05-11T18:32:11.814Z Downloaded strum_macros v0.26.4
7992026-05-11T18:32:11.814Z Downloaded terminal_size v0.4.3
8002026-05-11T18:32:11.814Z Downloaded termtree v0.5.1
8012026-05-11T18:32:11.817Z Downloaded terminal_size v0.1.17
8022026-05-11T18:32:11.817Z Downloaded itertools v0.14.0
8032026-05-11T18:32:11.821Z Downloaded supports-color v2.1.0
8042026-05-11T18:32:11.824Z Downloaded support-bundle-viewer v0.1.2
8052026-05-11T18:32:11.824Z Downloaded rayon-core v1.13.0
8062026-05-11T18:32:11.827Z Downloaded thread-id v4.2.2
8072026-05-11T18:32:11.827Z Downloaded serde_derive v1.0.228
8082026-05-11T18:32:11.830Z Downloaded serde_cbor v0.11.2
8092026-05-11T18:32:11.830Z Downloaded bitvec v1.0.1
8102026-05-11T18:32:11.839Z Downloaded tinyvec_macros v0.1.1
8112026-05-11T18:32:11.842Z Downloaded thread-id v5.1.0
8122026-05-11T18:32:11.842Z Downloaded thiserror-impl-no-std v2.0.2
8132026-05-11T18:32:11.842Z Downloaded take_mut v0.2.2
8142026-05-11T18:32:11.842Z Downloaded synstructure v0.13.2
8152026-05-11T18:32:11.846Z Downloaded spin v0.9.8
8162026-05-11T18:32:11.846Z Downloaded time-core v0.1.8
8172026-05-11T18:32:11.849Z Downloaded snafu-derive v0.8.9
8182026-05-11T18:32:11.849Z Downloaded rand v0.9.2
8192026-05-11T18:32:11.849Z Downloaded smallvec v1.15.1
8202026-05-11T18:32:11.852Z Downloaded signal-hook v0.3.18
8212026-05-11T18:32:11.852Z Downloaded nom v7.1.3
8222026-05-11T18:32:11.855Z Downloaded target-lexicon v0.13.3
8232026-05-11T18:32:11.858Z Downloaded stacker v0.1.23
8242026-05-11T18:32:11.858Z Downloaded iri-string v0.7.10
8252026-05-11T18:32:11.862Z Downloaded termcolor v1.4.1
8262026-05-11T18:32:11.865Z Downloaded target-spec v3.5.7
8272026-05-11T18:32:11.865Z Downloaded rustls-platform-verifier v0.6.2
8282026-05-11T18:32:11.868Z Downloaded rsa v0.9.10
8292026-05-11T18:32:11.871Z Downloaded icu_properties_data v2.1.2
8302026-05-11T18:32:11.876Z Downloaded tokio-macros v2.7.0
8312026-05-11T18:32:11.878Z Downloaded serde_core v1.0.228
8322026-05-11T18:32:11.881Z Downloaded qorb v0.4.1
8332026-05-11T18:32:11.884Z Downloaded similar v2.7.0
8342026-05-11T18:32:11.887Z Downloaded thiserror v2.0.18
8352026-05-11T18:32:11.889Z Downloaded toml_write v0.1.2
8362026-05-11T18:32:11.892Z Downloaded thiserror v1.0.69
8372026-05-11T18:32:11.895Z Downloaded thiserror-impl v1.0.69
8382026-05-11T18:32:11.895Z Downloaded rustls-webpki v0.103.9
8392026-05-11T18:32:11.898Z Downloaded serde v1.0.228
8402026-05-11T18:32:11.901Z Downloaded samael v0.0.19
8412026-05-11T18:32:11.903Z Downloaded p521 v0.13.3
8422026-05-11T18:32:11.906Z Downloaded topological-sort v0.2.2
8432026-05-11T18:32:11.906Z Downloaded try-lock v0.2.5
8442026-05-11T18:32:11.909Z Downloaded tower-service v0.3.3
8452026-05-11T18:32:11.909Z Downloaded thiserror-no-std v2.0.2
8462026-05-11T18:32:11.911Z Downloaded tower-layer v0.3.3
8472026-05-11T18:32:11.911Z Downloaded trait-variant v0.1.2
8482026-05-11T18:32:11.912Z Downloaded thiserror-impl v2.0.18
8492026-05-11T18:32:11.914Z Downloaded schemars v0.9.0
8502026-05-11T18:32:11.919Z Downloaded thread_local v1.1.9
8512026-05-11T18:32:11.922Z Downloaded toml_datetime v0.6.11
8522026-05-11T18:32:11.922Z Downloaded termios v0.3.3
8532026-05-11T18:32:11.924Z Downloaded socket2 v0.5.10
8542026-05-11T18:32:11.924Z Downloaded socket2 v0.6.3
8552026-05-11T18:32:11.927Z Downloaded slog v2.8.2
8562026-05-11T18:32:11.927Z Downloaded tinytemplate v1.2.1
8572026-05-11T18:32:11.929Z Downloaded tinystr v0.8.2
8582026-05-11T18:32:11.931Z Downloaded aws-lc-rs v1.16.0
8592026-05-11T18:32:11.935Z Downloaded typify-macro v0.4.3
8602026-05-11T18:32:11.938Z Downloaded typeid v1.0.3
8612026-05-11T18:32:11.938Z Downloaded tokio-dtrace v0.1.1
8622026-05-11T18:32:11.938Z Downloaded term v1.2.1
8632026-05-11T18:32:11.941Z Downloaded unarray v0.1.4
8642026-05-11T18:32:11.944Z Downloaded tempfile v3.25.0
8652026-05-11T18:32:11.944Z Downloaded tls_codec_derive v0.4.2
8662026-05-11T18:32:11.946Z Downloaded tls_codec v0.4.2
8672026-05-11T18:32:11.946Z Downloaded term v0.7.0
8682026-05-11T18:32:11.949Z Downloaded unicode-linebreak v0.1.5
8692026-05-11T18:32:11.949Z Downloaded tokio-tungstenite v0.23.1
8702026-05-11T18:32:11.952Z Downloaded tokio-tungstenite v0.21.0
8712026-05-11T18:32:11.952Z Downloaded universal-hash v0.5.1
8722026-05-11T18:32:11.954Z Downloaded goblin v0.8.2
8732026-05-11T18:32:11.957Z Downloaded unit-prefix v0.5.2
8742026-05-11T18:32:11.957Z Downloaded typify-macro v0.6.2
8752026-05-11T18:32:11.957Z Downloaded unicode-truncate v1.1.0
8762026-05-11T18:32:11.960Z Downloaded untrusted v0.7.1
8772026-05-11T18:32:11.960Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8782026-05-11T18:32:11.963Z Downloaded usdt-attr-macro v0.6.0
8792026-05-11T18:32:11.963Z Downloaded usdt-attr-macro v0.5.0
8802026-05-11T18:32:11.963Z Downloaded tokio-native-tls v0.3.1
8812026-05-11T18:32:11.963Z Downloaded pest v2.8.6
8822026-05-11T18:32:11.966Z Downloaded usdt v0.5.0
8832026-05-11T18:32:11.969Z Downloaded unicode-xid v0.2.6
8842026-05-11T18:32:11.969Z Downloaded toml_datetime v1.0.0+spec-1.1.0
8852026-05-11T18:32:11.969Z Downloaded tiny-keccak v2.0.2
8862026-05-11T18:32:11.972Z Downloaded serde_yaml v0.9.34+deprecated
8872026-05-11T18:32:11.975Z Downloaded toml_writer v1.0.6+spec-1.1.0
8882026-05-11T18:32:11.975Z Downloaded time-macros v0.2.27
8892026-05-11T18:32:11.975Z Downloaded schemars v1.2.1
8902026-05-11T18:32:11.983Z Downloaded hkdf v0.12.4
8912026-05-11T18:32:11.986Z Downloaded usdt-macro v0.6.0
8922026-05-11T18:32:11.986Z Downloaded utf-8 v0.7.6
8932026-05-11T18:32:11.989Z Downloaded tui-tree-widget v0.23.1
8942026-05-11T18:32:11.989Z Downloaded snafu v0.8.9
8952026-05-11T18:32:11.992Z Downloaded h2 v0.4.13
8962026-05-11T18:32:11.997Z Downloaded utf8parse v0.2.2
8972026-05-11T18:32:12.000Z Downloaded usdt-macro v0.5.0
8982026-05-11T18:32:12.000Z Downloaded tokio-rustls v0.25.0
8992026-05-11T18:32:12.000Z Downloaded plotters v0.3.7
9002026-05-11T18:32:12.004Z Downloaded utf8_iter v1.0.4
9012026-05-11T18:32:12.007Z Downloaded tokio-rustls v0.26.4
9022026-05-11T18:32:12.007Z Downloaded bindgen v0.71.1
9032026-05-11T18:32:12.010Z Downloaded waitgroup v0.1.2
9042026-05-11T18:32:12.014Z Downloaded wait-timeout v0.2.1
9052026-05-11T18:32:12.014Z Downloaded version_check v0.9.5
9062026-05-11T18:32:12.014Z Downloaded void v1.0.2
9072026-05-11T18:32:12.017Z Downloaded tokio-rustls v0.24.1
9082026-05-11T18:32:12.017Z Downloaded chrono v0.4.44
9092026-05-11T18:32:12.020Z Downloaded toml_parser v1.0.9+spec-1.1.0
9102026-05-11T18:32:12.022Z Downloaded tokio-test v0.4.5
9112026-05-11T18:32:12.023Z Downloaded toml v0.8.23
9122026-05-11T18:32:12.025Z Downloaded untrusted v0.9.0
9132026-05-11T18:32:12.025Z Downloaded tokio-stream v0.1.18
9142026-05-11T18:32:12.028Z Downloaded test-strategy v0.4.5
9152026-05-11T18:32:12.031Z Downloaded textwrap v0.16.2
9162026-05-11T18:32:12.031Z Downloaded textwrap v0.15.2
9172026-05-11T18:32:12.034Z Downloaded rand v0.10.0
9182026-05-11T18:32:12.036Z Downloaded subprocess v0.2.15
9192026-05-11T18:32:12.036Z Downloaded zerofrom v0.1.6
9202026-05-11T18:32:12.040Z Downloaded serde_with_macros v3.17.0
9212026-05-11T18:32:12.040Z Downloaded rustyline v14.0.0
9222026-05-11T18:32:12.042Z Downloaded steno v0.4.1
9232026-05-11T18:32:12.045Z Downloaded rpassword v7.4.0
9242026-05-11T18:32:12.045Z Downloaded smallvec v0.6.14
9252026-05-11T18:32:12.048Z Downloaded usdt v0.6.0
9262026-05-11T18:32:12.048Z Downloaded slog-scope v4.4.1
9272026-05-11T18:32:12.048Z Downloaded slog-json v2.6.1
9282026-05-11T18:32:12.051Z Downloaded slog-dtrace v0.3.0
9292026-05-11T18:32:12.051Z Downloaded tracing-attributes v0.1.31
9302026-05-11T18:32:12.053Z Downloaded xattr v1.6.1
9312026-05-11T18:32:12.053Z Downloaded trybuild v1.0.116
9322026-05-11T18:32:12.056Z Downloaded rand_distr v0.5.1
9332026-05-11T18:32:12.059Z Downloaded hashbrown v0.17.0
9342026-05-11T18:32:12.062Z Downloaded zerofrom-derive v0.1.6
9352026-05-11T18:32:12.062Z Downloaded xshell-macros v0.2.7
9362026-05-11T18:32:12.064Z Downloaded usdt-impl v0.6.0
9372026-05-11T18:32:12.064Z Downloaded usdt-impl v0.5.0
9382026-05-11T18:32:12.064Z Downloaded twox-hash v2.1.2
9392026-05-11T18:32:12.067Z Downloaded tar v0.4.45
9402026-05-11T18:32:12.067Z Downloaded yoke-derive v0.8.1
9412026-05-11T18:32:12.078Z Downloaded vergen-git2 v1.0.7
9422026-05-11T18:32:12.081Z Downloaded vsss-rs v3.3.4
9432026-05-11T18:32:12.084Z Downloaded tinyvec v1.10.0
9442026-05-11T18:32:12.086Z Downloaded zone_cfg_derive v0.3.1
9452026-05-11T18:32:12.086Z Downloaded want v0.3.1
9462026-05-11T18:32:12.089Z Downloaded uzers v0.12.2
9472026-05-11T18:32:12.089Z Downloaded unicode-properties v0.1.4
9482026-05-11T18:32:12.091Z Downloaded toml v0.9.12+spec-1.1.0
9492026-05-11T18:32:12.091Z Downloaded toml v1.0.6+spec-1.1.0
9502026-05-11T18:32:12.094Z Downloaded toml v0.7.8
9512026-05-11T18:32:12.097Z Downloaded ucd-trie v0.1.7
9522026-05-11T18:32:12.097Z Downloaded russh v0.45.0
9532026-05-11T18:32:12.100Z Downloaded walkdir v2.5.0
9542026-05-11T18:32:12.103Z Downloaded reedline v0.40.0
9552026-05-11T18:32:12.106Z Downloaded writeable v0.6.2
9562026-05-11T18:32:12.108Z Downloaded whoami v2.1.0
9572026-05-11T18:32:12.108Z Downloaded whoami v1.6.1
9582026-05-11T18:32:12.111Z Downloaded git2 v0.20.4
9592026-05-11T18:32:12.114Z Downloaded zeroize_derive v1.4.3
9602026-05-11T18:32:12.117Z Downloaded vergen-lib v0.1.6
9612026-05-11T18:32:12.117Z Downloaded vergen-gitcl v1.0.8
9622026-05-11T18:32:12.117Z Downloaded unicase v2.9.0
9632026-05-11T18:32:12.119Z Downloaded wyz v0.5.1
9642026-05-11T18:32:12.122Z Downloaded p384 v0.13.1
9652026-05-11T18:32:12.125Z Downloaded tracing-core v0.1.36
9662026-05-11T18:32:12.128Z Downloaded tungstenite v0.23.0
9672026-05-11T18:32:12.130Z Downloaded yoke v0.8.1
9682026-05-11T18:32:12.133Z Downloaded zone v0.3.1
9692026-05-11T18:32:12.133Z Downloaded zerovec-derive v0.11.2
9702026-05-11T18:32:12.133Z Downloaded zeroize v1.8.2
9712026-05-11T18:32:12.133Z Downloaded xshell v0.2.7
9722026-05-11T18:32:12.137Z Downloaded typify v0.6.2
9732026-05-11T18:32:12.141Z Downloaded unicode-bidi v0.3.18
9742026-05-11T18:32:12.144Z Downloaded unicode-ident v1.0.24
9752026-05-11T18:32:12.147Z Downloaded vergen v9.0.6
9762026-05-11T18:32:12.147Z Downloaded toml_edit v0.23.10+spec-1.0.0
9772026-05-11T18:32:12.157Z Downloaded zstd-safe v7.2.4
9782026-05-11T18:32:12.160Z Downloaded zstd v0.13.3
9792026-05-11T18:32:12.169Z Downloaded typify v0.4.3
9802026-05-11T18:32:12.171Z Downloaded unsafe-libyaml v0.2.11
9812026-05-11T18:32:12.175Z Downloaded yasna v0.5.2
9822026-05-11T18:32:12.182Z Downloaded zerocopy v0.6.6
9832026-05-11T18:32:12.188Z Downloaded typenum v1.19.0
9842026-05-11T18:32:12.191Z Downloaded tokio-postgres v0.7.16
9852026-05-11T18:32:12.193Z Downloaded zmij v1.0.21
9862026-05-11T18:32:12.196Z Downloaded reqwest v0.13.2
9872026-05-11T18:32:12.199Z Downloaded portable-atomic v1.13.1
9882026-05-11T18:32:12.203Z Downloaded toml_edit v0.19.15
9892026-05-11T18:32:12.213Z Downloaded ssh-key v0.6.7
9902026-05-11T18:32:12.217Z Downloaded quick-xml v0.37.5
9912026-05-11T18:32:12.220Z Downloaded toml_edit v0.22.27
9922026-05-11T18:32:12.224Z Downloaded lalrpop v0.19.12
9932026-05-11T18:32:12.231Z Downloaded zerocopy-derive v0.7.35
9942026-05-11T18:32:12.248Z Downloaded url v2.5.8
9952026-05-11T18:32:12.250Z Downloaded regex v1.12.3
9962026-05-11T18:32:12.257Z Downloaded reqwest v0.12.28
9972026-05-11T18:32:12.261Z Downloaded vte v0.14.1
9982026-05-11T18:32:12.263Z Downloaded zopfli v0.8.3
9992026-05-11T18:32:12.263Z Downloaded typed-path v0.9.3
10002026-05-11T18:32:12.267Z Downloaded moka v0.12.13
10012026-05-11T18:32:12.272Z Downloaded curve25519-dalek v4.1.3
10022026-05-11T18:32:12.277Z Downloaded yansi v1.0.1
10032026-05-11T18:32:12.280Z Downloaded rayon v1.11.0
10042026-05-11T18:32:12.284Z Downloaded tungstenite v0.21.0
10052026-05-11T18:32:12.286Z Downloaded serde_json v1.0.149
10062026-05-11T18:32:12.289Z Downloaded zip v0.6.6
10072026-05-11T18:32:12.292Z Downloaded uuid v1.23.0
10082026-05-11T18:32:12.295Z Downloaded tower v0.5.3
10092026-05-11T18:32:12.299Z Downloaded gimli v0.32.3
10102026-05-11T18:32:12.308Z Downloaded goblin v0.10.5
10112026-05-11T18:32:12.314Z Downloaded zerotrie v0.2.3
10122026-05-11T18:32:12.317Z Downloaded nix v0.27.1
10132026-05-11T18:32:12.322Z Downloaded salty v0.3.0
10142026-05-11T18:32:12.326Z Downloaded rustls-webpki v0.101.7
10152026-05-11T18:32:12.334Z Downloaded unicode_categories v0.1.1
10162026-05-11T18:32:12.337Z Downloaded x509-cert v0.2.5
10172026-05-11T18:32:12.342Z Downloaded petname v2.0.2
10182026-05-11T18:32:12.348Z Downloaded unicode-segmentation v1.12.0
10192026-05-11T18:32:12.354Z Downloaded bstr v1.12.1
10202026-05-11T18:32:12.360Z Downloaded rustls-webpki v0.102.8
10212026-05-11T18:32:12.370Z Downloaded tough v0.20.0
10222026-05-11T18:32:12.375Z Downloaded zerocopy-derive v0.8.40
10232026-05-11T18:32:12.381Z Downloaded radix_trie v0.2.1
10242026-05-11T18:32:12.384Z Downloaded unicode-normalization v0.1.25
10252026-05-11T18:32:12.387Z Downloaded object v0.30.4
10262026-05-11T18:32:12.391Z Downloaded tower-http v0.6.8
10272026-05-11T18:32:12.396Z Downloaded tokio-util v0.7.18
10282026-05-11T18:32:12.400Z Downloaded proptest v1.10.0
10292026-05-11T18:32:12.406Z Downloaded dropshot v0.17.0
10302026-05-11T18:32:12.419Z Downloaded serde_with v3.17.0
10312026-05-11T18:32:12.425Z Downloaded quinn-proto v0.11.13
10322026-05-11T18:32:12.430Z Downloaded openssl v0.10.78
10332026-05-11T18:32:12.436Z Downloaded nix v0.29.0
10342026-05-11T18:32:12.443Z Downloaded nix v0.28.0
10352026-05-11T18:32:12.450Z Downloaded zerocopy v0.7.35
10362026-05-11T18:32:12.459Z Downloaded zip v4.6.1
10372026-05-11T18:32:12.461Z Downloaded hickory-proto v0.24.4
10382026-05-11T18:32:12.470Z Downloaded tabled v0.20.0
10392026-05-11T18:32:12.480Z Downloaded winnow v0.7.14
10402026-05-11T18:32:12.486Z Downloaded zerovec v0.11.5
10412026-05-11T18:32:12.489Z Downloaded polar-core v0.27.3
10422026-05-11T18:32:12.494Z Downloaded dropshot v0.16.7
10432026-05-11T18:32:12.507Z Downloaded tabled v0.15.0
10442026-05-11T18:32:12.515Z Downloaded openapiv3 v2.2.0
10452026-05-11T18:32:12.523Z Downloaded winnow v0.6.26
10462026-05-11T18:32:12.527Z Downloaded winnow v0.5.40
10472026-05-11T18:32:12.532Z Downloaded regex-syntax v0.6.29
10482026-05-11T18:32:12.537Z Downloaded rustls v0.21.12
10492026-05-11T18:32:12.543Z Downloaded rustls v0.22.4
10502026-05-11T18:32:12.551Z Downloaded webpki-roots v1.0.6
10512026-05-11T18:32:12.554Z Downloaded time v0.3.47
10522026-05-11T18:32:12.567Z Downloaded smoltcp v0.11.0
10532026-05-11T18:32:12.574Z Downloaded rustix v0.38.44
10542026-05-11T18:32:12.587Z Downloaded rustls v0.23.37
10552026-05-11T18:32:12.594Z Downloaded smoltcp v0.9.1
10562026-05-11T18:32:12.600Z Downloaded nix v0.31.2
10572026-05-11T18:32:12.607Z Downloaded hickory-proto v0.25.2
10582026-05-11T18:32:12.617Z Downloaded regress v0.10.5
10592026-05-11T18:32:12.622Z Downloaded unicode-width v0.2.0
10602026-05-11T18:32:12.626Z Downloaded unicode-width v0.1.14
10612026-05-11T18:32:12.630Z Downloaded syn v1.0.109
10622026-05-11T18:32:12.636Z Downloaded zlib-rs v0.6.2
10632026-05-11T18:32:12.639Z Downloaded diesel v2.3.7
10642026-05-11T18:32:12.652Z Downloaded syn v2.0.117
10652026-05-11T18:32:12.658Z Downloaded zerocopy v0.8.40
10662026-05-11T18:32:12.664Z Downloaded ratatui v0.29.0
10672026-05-11T18:32:12.675Z Downloaded regex-syntax v0.8.10
10682026-05-11T18:32:12.680Z Downloaded typify-impl v0.4.3
10692026-05-11T18:32:12.690Z Downloaded sled v0.34.7
10702026-05-11T18:32:12.695Z Downloaded bzip2-sys v0.1.13+1.0.8
10712026-05-11T18:32:12.703Z Downloaded rustix v1.1.3
10722026-05-11T18:32:12.716Z Downloaded sqlparser v0.61.0
10732026-05-11T18:32:12.722Z Downloaded regress v0.11.1
10742026-05-11T18:32:12.727Z Downloaded object v0.37.3
10752026-05-11T18:32:12.734Z Downloaded vcpkg v0.2.15
10762026-05-11T18:32:12.757Z Downloaded jiff v0.2.21
10772026-05-11T18:32:12.782Z Downloaded petgraph v0.8.3
10782026-05-11T18:32:12.812Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
10792026-05-11T18:32:12.822Z Downloaded typify-impl v0.6.2
10802026-05-11T18:32:12.832Z Downloaded tracing v0.1.44
10812026-05-11T18:32:12.874Z Downloaded regex-automata v0.4.14
10822026-05-11T18:32:12.882Z Downloaded zerocopy-derive v0.6.6
10832026-05-11T18:32:12.898Z Downloaded httpmock v0.8.3
10842026-05-11T18:32:12.912Z Downloaded petgraph v0.6.5
10852026-05-11T18:32:12.923Z Downloaded chrono-tz v0.10.4
10862026-05-11T18:32:12.946Z Downloaded libc v0.2.185
10872026-05-11T18:32:12.966Z Downloaded csv v1.4.0
10882026-05-11T18:32:12.981Z Downloaded libz-sys v1.1.24
10892026-05-11T18:32:13.009Z Downloaded sha3 v0.10.8
10902026-05-11T18:32:13.024Z Downloaded tokio v1.52.1
10912026-05-11T18:32:13.098Z Downloaded encoding_rs v0.8.35
10922026-05-11T18:32:13.125Z Downloaded ring v0.17.14
10932026-05-11T18:32:13.150Z Downloaded libgit2-sys v0.18.3+1.9.2
10942026-05-11T18:32:13.536Z Downloaded aws-lc-sys v0.37.1
10952026-05-11T18:32:13.967Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
10962026-05-11T18:32:17.765Z Startup: Refreshing catalog 'helios' ... Done
10972026-05-11T18:32:17.810Z Startup: Caching catalogs ... Done
10982026-05-11T18:32:17.965ZPlanning: Solver setup ... Done (0.126s)
10992026-05-11T18:32:17.974ZPlanning: Running solver ... Done (0.009s)
11002026-05-11T18:32:17.985ZPlanning: Finding local manifests ... Done (0.009s)
11012026-05-11T18:32:17.995ZPlanning: Fetching manifests: 0/2 0% complete
11022026-05-11T18:32:18.014ZPlanning: Fetching manifests: 2/2 100% complete
11032026-05-11T18:32:18.026ZPlanning: Package planning ... Done (0.013s)
11042026-05-11T18:32:18.030ZPlanning: Merging actions ... Done (0.002s)
11052026-05-11T18:32:18.219ZPlanning: Checking for conflicting actions ... Done (0.190s)
11062026-05-11T18:32:18.222ZPlanning: Consolidating action changes ... Done (0.001s)
11072026-05-11T18:32:19.164ZPlanning: Evaluating mediators ... Done (0.944s)
11082026-05-11T18:32:19.167ZPlanning: Planning completed in 1.34 seconds
11092026-05-11T18:32:19.173Z Packages to install: 2
11102026-05-11T18:32:19.173Z Estimated space available: 155.72 GB
11112026-05-11T18:32:19.174ZEstimated space to be consumed: 16.95 MB
11122026-05-11T18:32:19.174Z Create boot environment: No
11132026-05-11T18:32:19.174ZCreate backup boot environment: No
11142026-05-11T18:32:19.177Z Rebuild boot archive: No
11152026-05-11T18:32:19.177Z
11162026-05-11T18:32:19.177ZChanged packages:
11172026-05-11T18:32:19.178Zhelios
11182026-05-11T18:32:19.178Z developer/build-essential
11192026-05-11T18:32:19.178Z None -> 11-3.0
11202026-05-11T18:32:19.178Z library/libxmlsec1
11212026-05-11T18:32:19.178Z None -> 1.2.35-3.0
11222026-05-11T18:32:19.210Z
11232026-05-11T18:32:19.210ZDownload: 0/214 items 0.0/1.3MB 0% complete
11242026-05-11T18:32:19.940ZDownload: Completed 1.28 MB in 0.72 seconds (1.8M/s)
11252026-05-11T18:32:20.031Z Actions: 1/268 actions (Installing new actions)
11262026-05-11T18:32:20.067Z Actions: Completed 268 actions in 0.04 seconds.
11272026-05-11T18:32:20.072ZFinalize: Updating package state database ... Done (0.004s)
11282026-05-11T18:32:20.075ZFinalize: Updating package cache ... Done (0.000s)
11292026-05-11T18:32:20.084ZFinalize: Updating image state ... Done (0.012s)
11302026-05-11T18:32:22.670ZFinalize: Creating fast lookup database ... Done (2.537s)
11312026-05-11T18:32:22.714ZFinalize: Reading search index ... Done (0.010s)
11322026-05-11T18:32:22.718ZFinalize: Updating search index ... Done (0.000s)
11332026-05-11T18:32:22.800ZFinalize: Updating package cache ... Done (0.000s)
11342026-05-11T18:32:23.091ZPlanning: Evaluating mediator changes ... Done
11352026-05-11T18:32:23.194ZPlanning: Checking for conflicting actions ... Done
11362026-05-11T18:32:23.198ZPlanning: Consolidating action changes ... Done
11372026-05-11T18:32:23.352ZPlanning: Evaluating mediators ... Done
11382026-05-11T18:32:23.356ZPlanning: Planning completed in 0.26 seconds
11392026-05-11T18:32:23.376Z Mediators to change: 2
11402026-05-11T18:32:23.376Z Create boot environment: No
11412026-05-11T18:32:23.376ZCreate backup boot environment: No
11422026-05-11T18:32:23.446ZFinalize: Updating package state database ... Done
11432026-05-11T18:32:23.447ZFinalize: Updating package cache ... Done
11442026-05-11T18:32:23.455ZFinalize: Updating image state ... Done
11452026-05-11T18:32:25.410ZFinalize: Creating fast lookup database ... Done
11462026-05-11T18:32:25.475ZFinalize: Reading search index ... Done
11472026-05-11T18:32:25.488ZFinalize: Updating search index ... Done
11482026-05-11T18:32:25.555ZFinalize: Updating package cache ... Done
11492026-05-11T18:32:25.846ZPlanning: Evaluating mediator changes ... Done
11502026-05-11T18:32:25.940ZPlanning: Checking for conflicting actions ... Done
11512026-05-11T18:32:25.947ZPlanning: Consolidating action changes ... Done
11522026-05-11T18:32:26.100ZPlanning: Evaluating mediators ... Done
11532026-05-11T18:32:26.105ZPlanning: Planning completed in 0.27 seconds
11542026-05-11T18:32:26.124Z Mediators to change: 1
11552026-05-11T18:32:26.124Z Create boot environment: No
11562026-05-11T18:32:26.124ZCreate backup boot environment: No
11572026-05-11T18:32:26.182ZFinalize: Updating package state database ... Done
11582026-05-11T18:32:26.182ZFinalize: Updating package cache ... Done
11592026-05-11T18:32:26.190ZFinalize: Updating image state ... Done
11602026-05-11T18:32:28.168ZFinalize: Creating fast lookup database ... Done
11612026-05-11T18:32:28.232ZFinalize: Reading search index ... Done
11622026-05-11T18:32:28.235ZFinalize: Updating search index ... Done
11632026-05-11T18:32:28.326ZFinalize: Updating package cache ... Done
11642026-05-11T18:32:28.640ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11652026-05-11T18:32:28.640Zapache system 2.4 system
11662026-05-11T18:32:28.640Zclang system 15 system
11672026-05-11T18:32:28.640Zcsh system system illumos
11682026-05-11T18:32:28.640Zctags system system illumos
11692026-05-11T18:32:28.640Zfile vendor vendor darwinsys
11702026-05-11T18:32:28.640Zfile system system illumos
11712026-05-11T18:32:28.640Zgcc vendor 14 vendor
11722026-05-11T18:32:28.640Zgcc system 13 system
11732026-05-11T18:32:28.640Zgcc system 10 system
11742026-05-11T18:32:28.640Zgo system 1.25 system
11752026-05-11T18:32:28.640Zllvm system 15 system
11762026-05-11T18:32:28.641Zmariadb system 11.4 system
11772026-05-11T18:32:28.641Zmta vendor vendor dma
11782026-05-11T18:32:28.641Zopenjdk system 17 system
11792026-05-11T18:32:28.641Zopenjdk system 11 system
11802026-05-11T18:32:28.641Zopenssl vendor 3 vendor
11812026-05-11T18:32:28.641Zperl system 5.40 system
11822026-05-11T18:32:28.641Zpostgresql system 18 system
11832026-05-11T18:32:28.641Zpostgresql system 17 system
11842026-05-11T18:32:28.641Zpython vendor 3 vendor
11852026-05-11T18:32:28.641Zpython system 2 system
11862026-05-11T18:32:28.641Zpython3 vendor 3.13 vendor
11872026-05-11T18:32:28.641Zruby system 3.4 system
11882026-05-11T18:32:28.641Zruby system 3.0 system
11892026-05-11T18:32:28.641Zwords vendor vendor american-english
11902026-05-11T18:32:28.642Zwords system system australian-english
11912026-05-11T18:32:28.642Zwords system system british-english
11922026-05-11T18:32:28.642Zwords system system canadian-english
11932026-05-11T18:32:28.642Zwords system system french
11942026-05-11T18:32:28.642Zwords system system italian
11952026-05-11T18:32:28.642Zwords system system ngerman
11962026-05-11T18:32:28.642Zwords system system ogerman
11972026-05-11T18:32:28.642Zwords system system spanish
11982026-05-11T18:32:28.894ZPUBLISHER TYPE STATUS P LOCATION
11992026-05-11T18:32:28.894Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12002026-05-11T18:32:29.163ZFMRI IFO
12012026-05-11T18:32:29.163Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12022026-05-11T18:32:29.163Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12032026-05-11T18:32:29.163Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12042026-05-11T18:32:29.163Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12052026-05-11T18:32:29.163Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12062026-05-11T18:32:29.163Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12072026-05-11T18:32:29.163Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12082026-05-11T18:32:29.163Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12092026-05-11T18:32:29.164Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12102026-05-11T18:32:29.727Z Downloading crates ...
12112026-05-11T18:32:29.794Z Downloaded cargo_toml v0.21.0
12122026-05-11T18:32:29.848Z Compiling proc-macro2 v1.0.106
12132026-05-11T18:32:29.848Z Compiling quote v1.0.45
12142026-05-11T18:32:29.848Z Compiling unicode-ident v1.0.24
12152026-05-11T18:32:29.851Z Compiling serde_core v1.0.228
12162026-05-11T18:32:29.851Z Compiling libc v0.2.185
12172026-05-11T18:32:29.851Z Compiling version_check v0.9.5
12182026-05-11T18:32:29.851Z Compiling memchr v2.8.0
12192026-05-11T18:32:29.851Z Compiling serde v1.0.228
12202026-05-11T18:32:29.851Z Compiling stable_deref_trait v1.2.1
12212026-05-11T18:32:29.851Z Compiling zmij v1.0.21
12222026-05-11T18:32:29.935Z Compiling thiserror v1.0.69
12232026-05-11T18:32:29.938Z Compiling autocfg v1.5.0
12242026-05-11T18:32:29.938Z Compiling ucd-trie v0.1.7
12252026-05-11T18:32:29.938Z Compiling itoa v1.0.17
12262026-05-11T18:32:29.938Z Compiling writeable v0.6.2
12272026-05-11T18:32:30.168Z Compiling litemap v0.8.1
12282026-05-11T18:32:30.242Z Compiling byteorder v1.5.0
12292026-05-11T18:32:30.266Z Compiling rustix v1.1.3
12302026-05-11T18:32:30.303Z Compiling icu_properties_data v2.1.2
12312026-05-11T18:32:30.400Z Compiling icu_normalizer_data v2.1.1
12322026-05-11T18:32:30.416Z Compiling bitflags v2.11.0
12332026-05-11T18:32:30.516Z Compiling pest v2.8.6
12342026-05-11T18:32:30.516Z Compiling serde_json v1.0.149
12352026-05-11T18:32:30.537Z Compiling typeid v1.0.3
12362026-05-11T18:32:30.541Z Compiling num-traits v0.2.19
12372026-05-11T18:32:30.683Z Compiling smallvec v1.15.1
12382026-05-11T18:32:30.700Z Compiling hashbrown v0.17.0
12392026-05-11T18:32:30.747Z Compiling equivalent v1.0.2
12402026-05-11T18:32:30.796Z Compiling usdt-impl v0.5.0
12412026-05-11T18:32:30.817Z Compiling proc-macro-error-attr v1.0.4
12422026-05-11T18:32:30.822Z Compiling erased-serde v0.4.9
12432026-05-11T18:32:30.863Z Compiling winnow v0.7.14
12442026-05-11T18:32:30.867Z Compiling toml_write v0.1.2
12452026-05-11T18:32:30.915Z Compiling errno v0.3.14
12462026-05-11T18:32:30.935Z Compiling thread-id v4.2.2
12472026-05-11T18:32:30.961Z Compiling syn v1.0.109
12482026-05-11T18:32:30.990Z Compiling proc-macro-error v1.0.4
12492026-05-11T18:32:31.095Z Compiling thiserror v2.0.18
12502026-05-11T18:32:31.099Z Compiling utf8parse v0.2.2
12512026-05-11T18:32:31.118Z Compiling camino v1.2.2
12522026-05-11T18:32:31.122Z Compiling percent-encoding v2.3.2
12532026-05-11T18:32:31.162Z Compiling getrandom v0.4.1
12542026-05-11T18:32:31.196Z Compiling log v0.4.29
12552026-05-11T18:32:31.206Z Compiling indexmap v2.14.0
12562026-05-11T18:32:31.240Z Compiling utf8_iter v1.0.4
12572026-05-11T18:32:31.342Z Compiling plain v0.2.3
12582026-05-11T18:32:31.353Z Compiling form_urlencoded v1.2.2
12592026-05-11T18:32:31.432Z Compiling anstyle-parse v0.2.7
12602026-05-11T18:32:31.485Z Compiling syn v2.0.117
12612026-05-11T18:32:31.595Z Compiling ordered-float v2.10.1
12622026-05-11T18:32:31.599Z Compiling anstyle v1.0.13
12632026-05-11T18:32:31.620Z Compiling pest_meta v2.8.6
12642026-05-11T18:32:31.656Z Compiling cfg-if v1.0.4
12652026-05-11T18:32:31.701Z Compiling is_terminal_polyfill v1.70.2
12662026-05-11T18:32:31.713Z Compiling pretty-hex v0.4.1
12672026-05-11T18:32:31.738Z Compiling colorchoice v1.0.4
12682026-05-11T18:32:31.810Z Compiling anstyle-query v1.1.5
12692026-05-11T18:32:31.878Z Compiling fs-err v3.3.0
12702026-05-11T18:32:31.900Z Compiling anstream v0.6.21
12712026-05-11T18:32:31.900Z Compiling bytecount v0.6.9
12722026-05-11T18:32:31.922Z Compiling anyhow v1.0.102
12732026-05-11T18:32:31.941Z Compiling terminal_size v0.4.3
12742026-05-11T18:32:31.952Z Compiling fnv v1.0.7
12752026-05-11T18:32:32.049Z Compiling once_cell v1.21.3
12762026-05-11T18:32:32.060Z Compiling strsim v0.11.1
12772026-05-11T18:32:32.072Z Compiling unicode-xid v0.2.6
12782026-05-11T18:32:32.083Z Compiling clap_lex v1.0.0
12792026-05-11T18:32:32.101Z Compiling fastrand v2.3.0
12802026-05-11T18:32:32.111Z Compiling unicode-width v0.1.14
12812026-05-11T18:32:32.217Z Compiling heck v0.4.1
12822026-05-11T18:32:32.225Z Compiling heck v0.5.0
12832026-05-11T18:32:32.283Z Compiling tempfile v3.25.0
12842026-05-11T18:32:32.419Z Compiling semver v1.0.28
12852026-05-11T18:32:32.442Z Compiling papergrid v0.11.0
12862026-05-11T18:32:32.460Z Compiling clap_builder v4.5.60
12872026-05-11T18:32:32.486Z Compiling memmap v0.7.0
12882026-05-11T18:32:32.516Z Compiling smawk v0.3.2
12892026-05-11T18:32:32.519Z Compiling unicode-width v0.2.0
12902026-05-11T18:32:32.539Z Compiling unicode-linebreak v0.1.5
12912026-05-11T18:32:32.695Z Compiling swrite v0.1.0
12922026-05-11T18:32:32.773Z Compiling serde-untagged v0.1.9
12932026-05-11T18:32:32.817Z Compiling textwrap v0.16.2
12942026-05-11T18:32:32.832Z Compiling camino-tempfile v1.4.1
12952026-05-11T18:32:32.847Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
12962026-05-11T18:32:33.291Z Compiling tabled_derive v0.7.0
12972026-05-11T18:32:33.943Z Compiling tabled v0.15.0
12982026-05-11T18:32:34.034Z Compiling synstructure v0.13.2
12992026-05-11T18:32:34.034Z Compiling pest_generator v2.8.6
13002026-05-11T18:32:34.599Z Compiling serde_derive v1.0.228
13012026-05-11T18:32:34.599Z Compiling zerofrom-derive v0.1.6
13022026-05-11T18:32:34.604Z Compiling yoke-derive v0.8.1
13032026-05-11T18:32:34.604Z Compiling zerovec-derive v0.11.2
13042026-05-11T18:32:34.604Z Compiling displaydoc v0.2.5
13052026-05-11T18:32:34.604Z Compiling thiserror-impl v1.0.69
13062026-05-11T18:32:34.604Z Compiling zerocopy-derive v0.7.35
13072026-05-11T18:32:34.604Z Compiling scroll_derive v0.12.1
13082026-05-11T18:32:34.604Z Compiling thiserror-impl v2.0.18
13092026-05-11T18:32:34.604Z Compiling clap_derive v4.5.55
13102026-05-11T18:32:34.648Z Compiling pest_derive v2.8.6
13112026-05-11T18:32:35.220Z Compiling scroll v0.12.0
13122026-05-11T18:32:35.395Z Compiling zerocopy v0.7.35
13132026-05-11T18:32:35.436Z Compiling goblin v0.8.2
13142026-05-11T18:32:35.598Z Compiling zerofrom v0.1.6
13152026-05-11T18:32:35.705Z Compiling yoke v0.8.1
13162026-05-11T18:32:35.733Z Compiling dtrace-parser v0.2.0
13172026-05-11T18:32:35.848Z Compiling zerovec v0.11.5
13182026-05-11T18:32:35.849Z Compiling zerotrie v0.2.3
13192026-05-11T18:32:35.968Z Compiling clap v4.5.60
13202026-05-11T18:32:36.257Z Compiling tinystr v0.8.2
13212026-05-11T18:32:36.257Z Compiling potential_utf v0.1.4
13222026-05-11T18:32:36.369Z Compiling icu_collections v2.1.1
13232026-05-11T18:32:36.402Z Compiling icu_locale_core v2.1.1
13242026-05-11T18:32:36.925Z Compiling icu_provider v2.1.1
13252026-05-11T18:32:37.111Z Compiling serde_spanned v0.6.9
13262026-05-11T18:32:37.111Z Compiling toml_datetime v0.6.11
13272026-05-11T18:32:37.114Z Compiling serde-value v0.7.0
13282026-05-11T18:32:37.114Z Compiling cargo-platform v0.2.0
13292026-05-11T18:32:37.115Z Compiling macaddr v1.0.1
13302026-05-11T18:32:37.122Z Compiling dof v0.3.0
13312026-05-11T18:32:37.125Z Compiling serde_tokenstream v0.2.3
13322026-05-11T18:32:37.134Z Compiling icu_properties v2.1.2
13332026-05-11T18:32:37.139Z Compiling icu_normalizer v2.1.1
13342026-05-11T18:32:37.300Z Compiling toml_edit v0.22.27
13352026-05-11T18:32:37.909Z Compiling usdt-attr-macro v0.5.0
13362026-05-11T18:32:37.913Z Compiling usdt-macro v0.5.0
13372026-05-11T18:32:38.030Z Compiling idna_adapter v1.2.1
13382026-05-11T18:32:38.130Z Compiling idna v1.1.0
13392026-05-11T18:32:38.392Z Compiling url v2.5.8
13402026-05-11T18:32:38.494Z Compiling usdt v0.5.0
13412026-05-11T18:32:38.625Z Compiling toml v0.8.23
13422026-05-11T18:32:38.962Z Compiling cargo-util-schemas v0.8.2
13432026-05-11T18:32:38.962Z Compiling cargo_toml v0.21.0
13442026-05-11T18:32:39.758Z Compiling cargo_metadata v0.21.0
13452026-05-11T18:32:40.672Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13462026-05-11T18:32:42.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.53s
13472026-05-11T18:32:42.819Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13482026-05-11T18:32:43.599Z Compiling libc v0.2.185
13492026-05-11T18:32:43.599Z Compiling serde v1.0.228
13502026-05-11T18:32:43.603Z Compiling shlex v1.3.0
13512026-05-11T18:32:43.604Z Compiling find-msvc-tools v0.1.9
13522026-05-11T18:32:43.604Z Compiling log v0.4.29
13532026-05-11T18:32:43.604Z Compiling smallvec v1.15.1
13542026-05-11T18:32:43.604Z Compiling typenum v1.19.0
13552026-05-11T18:32:43.604Z Compiling subtle v2.6.1
13562026-05-11T18:32:43.746Z Compiling generic-array v0.14.7
13572026-05-11T18:32:43.760Z Compiling scopeguard v1.2.0
13582026-05-11T18:32:43.763Z Compiling const-oid v0.9.6
13592026-05-11T18:32:43.813Z Compiling portable-atomic v1.13.1
13602026-05-11T18:32:43.823Z Compiling zerocopy v0.8.40
13612026-05-11T18:32:43.838Z Compiling syn v2.0.117
13622026-05-11T18:32:43.851Z Compiling serde_json v1.0.149
13632026-05-11T18:32:43.854Z Compiling critical-section v1.2.0
13642026-05-11T18:32:43.920Z Compiling lock_api v0.4.14
13652026-05-11T18:32:43.945Z Compiling pin-project-lite v0.2.17
13662026-05-11T18:32:43.961Z Compiling parking_lot_core v0.9.12
13672026-05-11T18:32:43.976Z Compiling pkg-config v0.3.32
13682026-05-11T18:32:43.980Z Compiling bitflags v2.11.0
13692026-05-11T18:32:44.030Z Compiling libm v0.2.16
13702026-05-11T18:32:44.066Z Compiling num-traits v0.2.19
13712026-05-11T18:32:44.095Z Compiling futures-core v0.3.32
13722026-05-11T18:32:44.111Z Compiling percent-encoding v2.3.2
13732026-05-11T18:32:44.159Z Compiling cpufeatures v0.2.17
13742026-05-11T18:32:44.173Z Compiling futures-sink v0.3.32
13752026-05-11T18:32:44.259Z Compiling futures-io v0.3.32
13762026-05-11T18:32:44.274Z Compiling futures-channel v0.3.32
13772026-05-11T18:32:44.289Z Compiling slab v0.4.12
13782026-05-11T18:32:44.292Z Compiling futures-task v0.3.32
13792026-05-11T18:32:44.331Z Compiling getrandom v0.4.1
13802026-05-11T18:32:44.358Z Compiling rustversion v1.0.22
13812026-05-11T18:32:44.362Z Compiling getrandom v0.3.4
13822026-05-11T18:32:44.433Z Compiling rand_core v0.10.0
13832026-05-11T18:32:44.529Z Compiling indexmap v2.14.0
13842026-05-11T18:32:44.545Z Compiling form_urlencoded v1.2.2
13852026-05-11T18:32:44.557Z Compiling base64ct v1.8.3
13862026-05-11T18:32:44.558Z Compiling fs_extra v1.3.0
13872026-05-11T18:32:44.593Z Compiling dunce v1.0.5
13882026-05-11T18:32:44.608Z Compiling ident_case v1.0.1
13892026-05-11T18:32:44.637Z Compiling flagset v0.4.7
13902026-05-11T18:32:44.711Z Compiling getrandom v0.2.17
13912026-05-11T18:32:44.727Z Compiling jobserver v0.1.34
13922026-05-11T18:32:44.744Z Compiling errno v0.3.14
13932026-05-11T18:32:44.760Z Compiling mio v1.2.0
13942026-05-11T18:32:44.791Z Compiling socket2 v0.6.3
13952026-05-11T18:32:44.865Z Compiling rand_core v0.6.4
13962026-05-11T18:32:44.868Z Compiling signal-hook-registry v1.4.8
13972026-05-11T18:32:44.905Z Compiling once_cell v1.21.3
13982026-05-11T18:32:44.967Z Compiling cc v1.2.56
13992026-05-11T18:32:45.005Z Compiling parking_lot v0.12.5
14002026-05-11T18:32:45.068Z Compiling pem-rfc7468 v0.7.0
14012026-05-11T18:32:45.088Z Compiling rustix v1.1.3
14022026-05-11T18:32:45.132Z Compiling iana-time-zone v0.1.65
14032026-05-11T18:32:45.148Z Compiling uuid v1.23.0
14042026-05-11T18:32:45.177Z Compiling rustc_version v0.4.1
14052026-05-11T18:32:45.222Z Compiling vcpkg v0.2.15
14062026-05-11T18:32:45.225Z Compiling aws-lc-rs v1.16.0
14072026-05-11T18:32:45.263Z Compiling regex-syntax v0.8.10
14082026-05-11T18:32:45.356Z Compiling rand_core v0.9.5
14092026-05-11T18:32:45.375Z Compiling tracing-core v0.1.36
14102026-05-11T18:32:45.399Z Compiling untrusted v0.9.0
14112026-05-11T18:32:45.402Z Compiling schemars v0.8.22
14122026-05-11T18:32:45.432Z Compiling untrusted v0.7.1
14132026-05-11T18:32:45.528Z Compiling openssl-probe v0.2.1
14142026-05-11T18:32:45.544Z Compiling base64 v0.22.1
14152026-05-11T18:32:45.547Z Compiling httparse v1.10.1
14162026-05-11T18:32:45.571Z Compiling dyn-clone v1.0.20
14172026-05-11T18:32:45.587Z Compiling tower-service v0.3.3
14182026-05-11T18:32:45.605Z Compiling atomic-waker v1.1.2
14192026-05-11T18:32:45.672Z Compiling tower-layer v0.3.3
14202026-05-11T18:32:45.695Z Compiling cmake v0.1.57
14212026-05-11T18:32:45.725Z Compiling tinyvec_macros v0.1.1
14222026-05-11T18:32:45.741Z Compiling rustls v0.23.37
14232026-05-11T18:32:45.758Z Compiling try-lock v0.2.5
14242026-05-11T18:32:45.788Z Compiling tinyvec v1.10.0
14252026-05-11T18:32:45.809Z Compiling spin v0.9.8
14262026-05-11T18:32:45.856Z Compiling aho-corasick v1.1.4
14272026-05-11T18:32:45.871Z Compiling num-conv v0.2.0
14282026-05-11T18:32:45.889Z Compiling want v0.3.1
14292026-05-11T18:32:45.905Z Compiling foreign-types-shared v0.1.1
14302026-05-11T18:32:45.908Z Compiling httpdate v1.0.3
14312026-05-11T18:32:45.949Z Compiling openssl v0.10.78
14322026-05-11T18:32:45.952Z Compiling powerfmt v0.2.0
14332026-05-11T18:32:45.979Z Compiling crc32fast v1.5.0
14342026-05-11T18:32:46.008Z Compiling pin-utils v0.1.0
14352026-05-11T18:32:46.023Z Compiling time-core v0.1.8
14362026-05-11T18:32:46.039Z Compiling foreign-types v0.3.2
14372026-05-11T18:32:46.074Z Compiling wait-timeout v0.2.1
14382026-05-11T18:32:46.093Z Compiling simd-adler32 v0.3.8
14392026-05-11T18:32:46.123Z Compiling deranged v0.5.8
14402026-05-11T18:32:46.138Z Compiling num_threads v0.1.7
14412026-05-11T18:32:46.166Z Compiling usdt-impl v0.6.0
14422026-05-11T18:32:46.166Z Compiling quick-error v1.2.3
14432026-05-11T18:32:46.196Z Compiling time-macros v0.2.27
14442026-05-11T18:32:46.199Z Compiling native-tls v0.2.18
14452026-05-11T18:32:46.223Z Compiling syn v1.0.109
14462026-05-11T18:32:46.249Z Compiling crossbeam-utils v0.8.21
14472026-05-11T18:32:46.307Z Compiling siphasher v1.0.2
14482026-05-11T18:32:46.322Z Compiling bit-vec v0.8.0
14492026-05-11T18:32:46.368Z Compiling unicode-normalization v0.1.25
14502026-05-11T18:32:46.382Z Compiling slog v2.8.2
14512026-05-11T18:32:46.426Z Compiling rand_xorshift v0.4.0
14522026-05-11T18:32:46.441Z Compiling heapless v0.7.17
14532026-05-11T18:32:46.519Z Compiling thread-id v5.1.0
14542026-05-11T18:32:46.549Z Compiling aws-lc-sys v0.37.1
14552026-05-11T18:32:46.549Z Compiling ring v0.17.14
14562026-05-11T18:32:46.580Z Compiling openssl-sys v0.9.114
14572026-05-11T18:32:46.583Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14582026-05-11T18:32:46.638Z Compiling bzip2-sys v0.1.13+1.0.8
14592026-05-11T18:32:46.654Z Compiling bit-set v0.8.0
14602026-05-11T18:32:46.658Z Compiling sync_wrapper v1.0.2
14612026-05-11T18:32:46.682Z Compiling synstructure v0.13.2
14622026-05-11T18:32:46.714Z Compiling serde_derive_internals v0.29.1
14632026-05-11T18:32:46.797Z Compiling pest_generator v2.8.6
14642026-05-11T18:32:46.832Z Compiling darling_core v0.20.11
14652026-05-11T18:32:46.860Z Compiling regex-automata v0.4.14
14662026-05-11T18:32:46.969Z Compiling tempfile v3.25.0
14672026-05-11T18:32:46.985Z Compiling darling_core v0.21.3
14682026-05-11T18:32:47.177Z Compiling cookie v0.18.1
14692026-05-11T18:32:47.313Z Compiling time v0.3.47
14702026-05-11T18:32:47.328Z Compiling rusty-fork v0.3.1
14712026-05-11T18:32:47.362Z Compiling signal-hook v0.3.18
14722026-05-11T18:32:47.382Z Compiling zstd-safe v7.2.4
14732026-05-11T18:32:47.579Z Compiling unarray v0.1.4
14742026-05-11T18:32:47.594Z Compiling anyhow v1.0.102
14752026-05-11T18:32:47.612Z Compiling unicode-properties v0.1.4
14762026-05-11T18:32:47.630Z Compiling unicode-bidi v0.3.18
14772026-05-11T18:32:47.676Z Compiling adler2 v2.0.1
14782026-05-11T18:32:47.691Z Compiling paste v1.0.15
14792026-05-11T18:32:47.708Z Compiling allocator-api2 v0.2.21
14802026-05-11T18:32:47.800Z Compiling miniz_oxide v0.8.9
14812026-05-11T18:32:48.021Z Compiling stringprep v0.1.5
14822026-05-11T18:32:48.103Z Compiling num-integer v0.1.46
14832026-05-11T18:32:48.160Z Compiling vergen-lib v0.1.6
14842026-05-11T18:32:48.187Z Compiling curve25519-dalek v4.1.3
14852026-05-11T18:32:48.409Z Compiling ff v0.13.1
14862026-05-11T18:32:48.464Z Compiling serde_derive v1.0.228
14872026-05-11T18:32:48.494Z Compiling zeroize_derive v1.4.3
14882026-05-11T18:32:48.508Z Compiling zerofrom-derive v0.1.6
14892026-05-11T18:32:48.550Z Compiling yoke-derive v0.8.1
14902026-05-11T18:32:48.564Z Compiling zerocopy-derive v0.8.40
14912026-05-11T18:32:48.585Z Compiling zerovec-derive v0.11.2
14922026-05-11T18:32:48.600Z Compiling displaydoc v0.2.5
14932026-05-11T18:32:48.629Z Compiling tokio-macros v2.7.0
14942026-05-11T18:32:48.983Z Compiling futures-macro v0.3.32
14952026-05-11T18:32:49.186Z Compiling zeroize v1.8.2
14962026-05-11T18:32:49.209Z Compiling der_derive v0.7.3
14972026-05-11T18:32:49.417Z Compiling thiserror-impl v2.0.18
14982026-05-11T18:32:49.420Z Compiling rustls-pki-types v1.14.0
14992026-05-11T18:32:49.618Z Compiling tracing-attributes v0.1.31
15002026-05-11T18:32:49.754Z Compiling scroll_derive v0.13.1
15012026-05-11T18:32:49.780Z Compiling schemars_derive v0.8.22
15022026-05-11T18:32:49.850Z Compiling futures-util v0.3.32
15032026-05-11T18:32:49.917Z Compiling crypto-common v0.1.7
15042026-05-11T18:32:49.961Z Compiling zerofrom v0.1.6
15052026-05-11T18:32:49.975Z Compiling block-buffer v0.10.4
15062026-05-11T18:32:50.086Z Compiling yoke v0.8.1
15072026-05-11T18:32:50.117Z Compiling digest v0.10.7
15082026-05-11T18:32:50.162Z Compiling block-padding v0.3.3
15092026-05-11T18:32:50.224Z Compiling der v0.7.10
15102026-05-11T18:32:50.295Z Compiling zerovec v0.11.5
15112026-05-11T18:32:50.341Z Compiling zerotrie v0.2.3
15122026-05-11T18:32:50.388Z Compiling hmac v0.12.1
15132026-05-11T18:32:50.583Z Compiling inout v0.1.4
15142026-05-11T18:32:50.626Z Compiling sha2 v0.10.9
15152026-05-11T18:32:50.687Z Compiling pbkdf2 v0.12.2
15162026-05-11T18:32:50.771Z Compiling cipher v0.4.4
15172026-05-11T18:32:50.822Z Compiling tinystr v0.8.2
15182026-05-11T18:32:50.842Z Compiling potential_utf v0.1.4
15192026-05-11T18:32:50.858Z Compiling thiserror v2.0.18
15202026-05-11T18:32:50.984Z Compiling icu_collections v2.1.1
15212026-05-11T18:32:51.005Z Compiling icu_locale_core v2.1.1
15222026-05-11T18:32:51.030Z Compiling salsa20 v0.10.2
15232026-05-11T18:32:51.045Z Compiling aes v0.8.4
15242026-05-11T18:32:51.058Z Compiling cbc v0.1.2
15252026-05-11T18:32:51.139Z Compiling spki v0.7.3
15262026-05-11T18:32:51.175Z Compiling scrypt v0.11.0
15272026-05-11T18:32:51.191Z Compiling tracing v0.1.44
15282026-05-11T18:32:51.220Z Compiling pest_derive v2.8.6
15292026-05-11T18:32:51.368Z Compiling scroll v0.13.0
15302026-05-11T18:32:51.459Z Compiling pkcs5 v0.7.1
15312026-05-11T18:32:51.491Z Compiling darling_macro v0.20.11
15322026-05-11T18:32:51.491Z Compiling openssl-macros v0.1.1
15332026-05-11T18:32:51.523Z Compiling signature v2.2.0
15342026-05-11T18:32:51.657Z Compiling icu_provider v2.1.1
15352026-05-11T18:32:51.691Z Compiling goblin v0.10.5
15362026-05-11T18:32:51.728Z Compiling dtrace-parser v0.3.0
15372026-05-11T18:32:51.901Z Compiling icu_normalizer v2.1.1
15382026-05-11T18:32:51.922Z Compiling icu_properties v2.1.2
15392026-05-11T18:32:51.937Z Compiling pkcs8 v0.10.2
15402026-05-11T18:32:51.987Z Compiling rustls-native-certs v0.8.3
15412026-05-11T18:32:52.029Z Compiling bytes v1.11.1
15422026-05-11T18:32:52.044Z Compiling chrono v0.4.44
15432026-05-11T18:32:52.089Z Compiling ipnet v2.11.0
15442026-05-11T18:32:52.143Z Compiling darling v0.20.11
15452026-05-11T18:32:52.203Z Compiling scroll_derive v0.12.1
15462026-05-11T18:32:52.236Z Compiling derive_builder_core v0.20.2
15472026-05-11T18:32:52.264Z Compiling thiserror-impl v1.0.69
15482026-05-11T18:32:52.301Z Compiling serde_spanned v0.6.9
15492026-05-11T18:32:52.451Z Compiling toml_datetime v0.6.11
15502026-05-11T18:32:52.466Z Compiling erased-serde v0.3.31
15512026-05-11T18:32:52.503Z Compiling serde_tokenstream v0.2.3
15522026-05-11T18:32:52.608Z Compiling tokio v1.52.1
15532026-05-11T18:32:52.665Z Compiling http v1.4.0
15542026-05-11T18:32:52.737Z Compiling md-5 v0.10.6
15552026-05-11T18:32:52.828Z Compiling idna_adapter v1.2.1
15562026-05-11T18:32:52.894Z Compiling scroll v0.12.0
15572026-05-11T18:32:52.919Z Compiling webpki-roots v1.0.6
15582026-05-11T18:32:52.966Z Compiling ppv-lite86 v0.2.21
15592026-05-11T18:32:52.986Z Compiling idna v1.1.0
15602026-05-11T18:32:53.039Z Compiling darling_macro v0.21.3
15612026-05-11T18:32:53.053Z Compiling zerocopy-derive v0.7.35
15622026-05-11T18:32:53.136Z Compiling derive_builder_macro v0.20.2
15632026-05-11T18:32:53.166Z Compiling hash32 v0.2.1
15642026-05-11T18:32:53.181Z Compiling memoffset v0.9.1
15652026-05-11T18:32:53.198Z Compiling cfg_aliases v0.2.1
15662026-05-11T18:32:53.311Z Compiling rand_chacha v0.9.0
15672026-05-11T18:32:53.343Z Compiling url v2.5.8
15682026-05-11T18:32:53.440Z Compiling http-body v1.0.1
15692026-05-11T18:32:53.454Z Compiling rand_chacha v0.3.1
15702026-05-11T18:32:53.494Z Compiling rustix v0.38.44
15712026-05-11T18:32:53.610Z Compiling rand v0.9.2
15722026-05-11T18:32:53.626Z Compiling http-body-util v0.1.3
15732026-05-11T18:32:53.644Z Compiling num-bigint-dig v0.8.6
15742026-05-11T18:32:53.658Z Compiling thiserror v1.0.69
15752026-05-11T18:32:53.714Z Compiling base16ct v0.2.0
15762026-05-11T18:32:53.734Z Compiling ref-cast v1.0.25
15772026-05-11T18:32:53.773Z Compiling smoltcp v0.9.1
15782026-05-11T18:32:53.876Z Compiling zlib-rs v0.6.2
15792026-05-11T18:32:53.896Z Compiling iri-string v0.7.10
15802026-05-11T18:32:53.913Z Compiling fallible-iterator v0.2.0
15812026-05-11T18:32:54.020Z Compiling ryu v1.0.23
15822026-05-11T18:32:54.060Z Compiling litrs v1.0.0
15832026-05-11T18:32:54.074Z Compiling psl-types v2.0.11
15842026-05-11T18:32:54.163Z Compiling serde_urlencoded v0.7.1
15852026-05-11T18:32:54.186Z Compiling proptest v1.10.0
15862026-05-11T18:32:54.211Z Compiling postgres-protocol v0.6.10
15872026-05-11T18:32:54.249Z Compiling publicsuffix v2.3.0
15882026-05-11T18:32:54.349Z Compiling zerocopy v0.7.35
15892026-05-11T18:32:54.461Z Compiling dof v0.4.0
15902026-05-11T18:32:54.478Z Compiling sec1 v0.7.3
15912026-05-11T18:32:54.537Z Compiling derive_builder v0.20.2
15922026-05-11T18:32:54.565Z Compiling rand v0.8.5
15932026-05-11T18:32:54.593Z Compiling document-features v0.2.12
15942026-05-11T18:32:54.678Z Compiling ipnetwork v0.21.1
15952026-05-11T18:32:54.776Z Compiling darling v0.21.3
15962026-05-11T18:32:54.908Z Compiling nix v0.31.2
15972026-05-11T18:32:54.954Z Compiling oxnet v0.1.4
15982026-05-11T18:32:55.062Z Compiling goblin v0.8.2
15992026-05-11T18:32:55.218Z Compiling cargo-platform v0.1.9
16002026-05-11T18:32:55.266Z Compiling hubpack_derive v0.1.1
16012026-05-11T18:32:55.303Z Compiling hkdf v0.12.4
16022026-05-11T18:32:55.364Z Compiling crypto-bigint v0.5.5
16032026-05-11T18:32:55.383Z Compiling regex v1.12.3
16042026-05-11T18:32:55.509Z Compiling group v0.13.0
16052026-05-11T18:32:55.525Z Compiling strum_macros v0.27.2
16062026-05-11T18:32:55.539Z Compiling curve25519-dalek-derive v0.1.1
16072026-05-11T18:32:55.580Z Compiling async-trait v0.1.89
16082026-05-11T18:32:55.703Z Compiling ref-cast-impl v1.0.25
16092026-05-11T18:32:55.718Z Compiling daft-derive v0.1.5
16102026-05-11T18:32:55.775Z Compiling num-iter v0.1.45
16112026-05-11T18:32:56.062Z Compiling terminal_size v0.4.3
16122026-05-11T18:32:56.078Z Compiling phf_shared v0.13.1
16132026-05-11T18:32:56.200Z Compiling lazy_static v1.5.0
16142026-05-11T18:32:56.234Z Compiling vergen v9.0.6
16152026-05-11T18:32:56.237Z Compiling fs-err v3.3.0
16162026-05-11T18:32:56.237Z Compiling ahash v0.8.12
16172026-05-11T18:32:56.279Z Compiling object v0.37.3
16182026-05-11T18:32:56.329Z Compiling bitflags v1.3.2
16192026-05-11T18:32:56.358Z Compiling foldhash v0.1.5
16202026-05-11T18:32:56.382Z Compiling winnow v0.5.40
16212026-05-11T18:32:56.423Z Compiling tokio-util v0.7.18
16222026-05-11T18:32:56.454Z Compiling tower v0.5.3
16232026-05-11T18:32:56.454Z Compiling tokio-native-tls v0.3.1
16242026-05-11T18:32:56.483Z Compiling libbz2-rs-sys v0.2.2
16252026-05-11T18:32:56.499Z Compiling bumpalo v3.20.2
16262026-05-11T18:32:56.549Z Compiling newtype-uuid v1.3.2
16272026-05-11T18:32:56.575Z Compiling unicode-segmentation v1.12.0
16282026-05-11T18:32:56.651Z Compiling foldhash v0.2.0
16292026-05-11T18:32:56.665Z Compiling managed v0.8.0
16302026-05-11T18:32:56.796Z Compiling flate2 v1.1.9
16312026-05-11T18:32:56.922Z Compiling tower-http v0.6.8
16322026-05-11T18:32:56.937Z Compiling bzip2 v0.6.1
16332026-05-11T18:32:56.940Z Compiling clap_builder v4.5.60
16342026-05-11T18:32:57.020Z Compiling hashbrown v0.16.1
16352026-05-11T18:32:57.163Z Compiling h2 v0.4.13
16362026-05-11T18:32:57.166Z Compiling daft v0.1.5
16372026-05-11T18:32:57.216Z Compiling zopfli v0.8.3
16382026-05-11T18:32:57.287Z Compiling hashbrown v0.15.5
16392026-05-11T18:32:57.350Z Compiling dof v0.3.0
16402026-05-11T18:32:57.545Z Compiling elliptic-curve v0.13.8
16412026-05-11T18:32:57.590Z Compiling strum v0.27.2
16422026-05-11T18:32:57.636Z Compiling phf v0.13.1
16432026-05-11T18:32:57.742Z Compiling toml_edit v0.19.15
16442026-05-11T18:32:57.811Z Compiling signal-hook-mio v0.2.5
16452026-05-11T18:32:57.826Z Compiling usdt-attr-macro v0.6.0
16462026-05-11T18:32:57.852Z Compiling usdt-macro v0.6.0
16472026-05-11T18:32:57.867Z Compiling cargo_metadata v0.19.2
16482026-05-11T18:32:57.947Z Compiling cookie_store v0.22.1
16492026-05-11T18:32:57.985Z Compiling hubpack v0.1.2
16502026-05-11T18:32:58.094Z Compiling bzip2 v0.4.4
16512026-05-11T18:32:58.244Z Compiling zstd v0.13.3
16522026-05-11T18:32:58.392Z Compiling serde_with_macros v3.17.0
16532026-05-11T18:32:58.418Z Compiling postgres-types v0.2.12
16542026-05-11T18:32:58.556Z Compiling dtrace-parser v0.2.0
16552026-05-11T18:32:58.699Z Compiling ed25519 v2.2.3
16562026-05-11T18:32:58.715Z Compiling pkcs1 v0.7.5
16572026-05-11T18:32:58.715Z Compiling serde-big-array v0.5.1
16582026-05-11T18:32:58.745Z Compiling hex v0.4.3
16592026-05-11T18:32:58.897Z Compiling rfc6979 v0.4.0
16602026-05-11T18:32:59.014Z Compiling bstr v1.12.1
16612026-05-11T18:32:59.039Z Compiling strum_macros v0.26.4
16622026-05-11T18:32:59.055Z Compiling clap_derive v4.5.55
16632026-05-11T18:32:59.143Z Compiling enum-as-inner v0.6.1
16642026-05-11T18:32:59.295Z Compiling serde_repr v0.1.20
16652026-05-11T18:32:59.355Z Compiling phf_shared v0.11.3
16662026-05-11T18:32:59.564Z Compiling float-cmp v0.10.0
16672026-05-11T18:32:59.578Z Compiling memmap2 v0.9.10
16682026-05-11T18:32:59.591Z Compiling thread-id v4.2.2
16692026-05-11T18:32:59.636Z Compiling env_filter v1.0.0
16702026-05-11T18:32:59.690Z Compiling encoding_rs v0.8.35
16712026-05-11T18:32:59.704Z Compiling precomputed-hash v0.1.1
16722026-05-11T18:32:59.707Z Compiling either v1.15.0
16732026-05-11T18:32:59.732Z Compiling normalize-line-endings v0.3.0
16742026-05-11T18:32:59.808Z Compiling mime v0.3.17
16752026-05-11T18:32:59.823Z Compiling new_debug_unreachable v1.0.6
16762026-05-11T18:32:59.841Z Compiling predicates-core v1.0.10
16772026-05-11T18:32:59.889Z Compiling rustc-hash v2.1.1
16782026-05-11T18:32:59.908Z Compiling keccak v0.1.6
16792026-05-11T18:32:59.943Z Compiling fixedbitset v0.5.7
16802026-05-11T18:32:59.977Z Compiling static_assertions v1.1.0
16812026-05-11T18:33:00.036Z Compiling data-encoding v2.10.0
16822026-05-11T18:33:00.051Z Compiling difflib v0.4.0
16832026-05-11T18:33:00.069Z Compiling jiff v0.2.21
16842026-05-11T18:33:00.086Z Compiling whoami v2.1.0
16852026-05-11T18:33:00.100Z Compiling fixedbitset v0.4.2
16862026-05-11T18:33:00.274Z Compiling hyper v1.8.1
16872026-05-11T18:33:00.338Z Compiling hickory-proto v0.25.2
16882026-05-11T18:33:00.503Z Compiling tokio-postgres v0.7.16
16892026-05-11T18:33:00.523Z Compiling predicates v3.1.4
16902026-05-11T18:33:00.653Z Compiling petgraph v0.6.5
16912026-05-11T18:33:00.749Z Compiling petgraph v0.8.3
16922026-05-11T18:33:00.775Z Compiling sha3 v0.10.8
16932026-05-11T18:33:00.889Z Compiling strum v0.26.3
16942026-05-11T18:33:00.892Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16952026-05-11T18:33:00.920Z Compiling clap v4.5.60
16962026-05-11T18:33:01.018Z Compiling toml_edit v0.22.27
16972026-05-11T18:33:01.041Z Compiling iddqd v0.3.18
16982026-05-11T18:33:01.214Z Compiling itertools v0.13.0
16992026-05-11T18:33:01.257Z Compiling string_cache v0.8.9
17002026-05-11T18:33:01.260Z Compiling env_logger v0.11.9
17012026-05-11T18:33:01.291Z Compiling usdt v0.6.0
17022026-05-11T18:33:01.508Z Compiling hyper-util v0.1.20
17032026-05-11T18:33:01.581Z Compiling usdt-impl v0.5.0
17042026-05-11T18:33:01.642Z Compiling serde_with v3.17.0
17052026-05-11T18:33:01.896Z Compiling similar v2.7.0
17062026-05-11T18:33:02.149Z Compiling crossterm v0.28.1
17072026-05-11T18:33:02.191Z Compiling toml v0.7.8
17082026-05-11T18:33:02.207Z Compiling ecdsa v0.16.9
17092026-05-11T18:33:02.462Z Compiling rsa v0.9.10
17102026-05-11T18:33:02.618Z Compiling ed25519-dalek v2.2.0
17112026-05-11T18:33:02.740Z Compiling zip v4.6.1
17122026-05-11T18:33:02.834Z Compiling zip v0.6.6
17132026-05-11T18:33:03.184Z Compiling hyper-tls v0.6.0
17142026-05-11T18:33:03.462Z Compiling tokio-stream v0.1.18
17152026-05-11T18:33:03.480Z Compiling heck v0.4.1
17162026-05-11T18:33:03.496Z Compiling buf-list v1.1.2
17172026-05-11T18:33:03.526Z Compiling toml_parser v1.0.9+spec-1.1.0
17182026-05-11T18:33:03.563Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17192026-05-11T18:33:03.685Z Compiling openapiv3 v2.2.0
17202026-05-11T18:33:03.732Z Compiling x509-cert v0.2.5
17212026-05-11T18:33:03.775Z Compiling sha1 v0.10.6
17222026-05-11T18:33:03.801Z Compiling crossbeam-epoch v0.9.18
17232026-05-11T18:33:03.816Z Compiling toml_datetime v0.7.5+spec-1.1.0
17242026-05-11T18:33:03.842Z Compiling peg-runtime v0.8.5
17252026-05-11T18:33:03.888Z Compiling lalrpop-util v0.19.12
17262026-05-11T18:33:03.959Z Compiling thread_local v1.1.9
17272026-05-11T18:33:04.023Z Compiling slog-async v2.8.0
17282026-05-11T18:33:04.102Z Compiling futures-executor v0.3.32
17292026-05-11T18:33:04.129Z Compiling crossbeam-channel v0.5.15
17302026-05-11T18:33:04.150Z Compiling is-terminal v0.4.17
17312026-05-11T18:33:04.165Z Compiling filetime v0.2.27
17322026-05-11T18:33:04.186Z Compiling xattr v1.6.1
17332026-05-11T18:33:04.249Z Compiling take_mut v0.2.2
17342026-05-11T18:33:04.269Z Compiling term v1.2.1
17352026-05-11T18:33:04.321Z Compiling tar v0.4.45
17362026-05-11T18:33:04.366Z Compiling futures v0.3.32
17372026-05-11T18:33:04.618Z Compiling slog-term v2.9.2
17382026-05-11T18:33:21.935Z Compiling rustls-webpki v0.103.9
17392026-05-11T18:33:24.709Z Compiling tokio-rustls v0.26.4
17402026-05-11T18:33:24.709Z Compiling rustls-platform-verifier v0.6.2
17412026-05-11T18:33:24.920Z Compiling hyper-rustls v0.27.7
17422026-05-11T18:33:25.104Z Compiling reqwest v0.12.28
17432026-05-11T18:33:25.104Z Compiling reqwest v0.13.2
17442026-05-11T18:33:27.064Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17452026-05-11T18:33:27.302Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17462026-05-11T18:33:30.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.23s
17472026-05-11T18:33:30.233Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17482026-05-11T18:33:30.284ZMay 11 18:33:29.238 INFO Starting download, target: Clickhouse
17492026-05-11T18:33:30.284ZMay 11 18:33:29.238 INFO Starting download, target: DendriteStub
17502026-05-11T18:33:30.284ZMay 11 18:33:29.238 INFO Starting download, target: Console
17512026-05-11T18:33:30.293ZMay 11 18:33:29.238 INFO Starting download, target: Cockroach
17522026-05-11T18:33:30.293ZMay 11 18:33:29.238 INFO Starting download, target: MaghemiteMgd
17532026-05-11T18:33:30.293ZMay 11 18:33:29.238 INFO Starting download, target: TransceiverControl
17542026-05-11T18:33:30.293ZMay 11 18:33:29.238 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17552026-05-11T18:33:30.293ZMay 11 18:33:29.239 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17562026-05-11T18:33:30.293ZMay 11 18:33:29.239 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17572026-05-11T18:33:30.293ZMay 11 18:33:29.239 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17582026-05-11T18:33:30.293ZMay 11 18:33:29.239 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17592026-05-11T18:33:30.294ZMay 11 18:33:29.239 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17602026-05-11T18:33:30.701ZMay 11 18:33:29.648 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17612026-05-11T18:33:30.919ZMay 11 18:33:29.861 INFO Download complete, target: TransceiverControl
17622026-05-11T18:33:31.309ZMay 11 18:33:30.262 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17632026-05-11T18:33:31.581ZMay 11 18:33:30.524 INFO Download complete, target: Console
17642026-05-11T18:33:31.961ZMay 11 18:33:30.902 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17652026-05-11T18:33:32.601ZMay 11 18:33:31.534 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17662026-05-11T18:33:32.793ZMay 11 18:33:31.735 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17672026-05-11T18:33:33.066ZMay 11 18:33:32.017 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17682026-05-11T18:33:33.066ZMay 11 18:33:32.017 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17692026-05-11T18:33:34.274ZMay 11 18:33:33.223 INFO Download complete, target: DendriteStub
17702026-05-11T18:33:35.190ZMay 11 18:33:34.144 INFO Download complete, target: MaghemiteMgd
17712026-05-11T18:33:37.818ZMay 11 18:33:36.754 INFO Checking that binary works, target: Cockroach
17722026-05-11T18:33:37.918ZMay 11 18:33:36.867 INFO Download complete, target: Cockroach
17732026-05-11T18:33:39.445ZMay 11 18:33:38.400 INFO Checking that binary works, target: Clickhouse
17742026-05-11T18:33:39.534ZMay 11 18:33:38.487 INFO Download complete, target: Clickhouse
17752026-05-11T18:33:39.538ZAll prerequisites installed successfully
17762026-05-11T18:33:39.542Z
17772026-05-11T18:33:39.542Zreal 1:25.560199700
17782026-05-11T18:33:39.542Zuser 6:36.032807589
17792026-05-11T18:33:39.542Zsys 1:39.125408305
17802026-05-11T18:33:39.542Ztrap 0.225605697
17812026-05-11T18:33:39.542Ztflt 1.330003933
17822026-05-11T18:33:39.542Zdflt 2.079733486
17832026-05-11T18:33:39.542Zkflt 0.019992508
17842026-05-11T18:33:39.542Zlock 22:53.028591838
17852026-05-11T18:33:39.542Zslp 18:01.761548973
17862026-05-11T18:33:39.542Zlat 20.313297534
17872026-05-11T18:33:39.542Zstop 2:32.579982930
17882026-05-11T18:33:39.542Z+ source ./tools/include/force-git-over-https.sh
17892026-05-11T18:33:39.542Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
17902026-05-11T18:33:39.542Z++ (( i = 0 ))
17912026-05-11T18:33:39.542Z++ (( i < 5 ))
17922026-05-11T18:33:39.542Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
17932026-05-11T18:33:39.545Z++ (( i++ ))
17942026-05-11T18:33:39.545Z++ (( i < 5 ))
17952026-05-11T18:33:39.545Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
17962026-05-11T18:33:39.548Z++ (( i++ ))
17972026-05-11T18:33:39.548Z++ (( i < 5 ))
17982026-05-11T18:33:39.548Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
17992026-05-11T18:33:39.551Z++ (( i++ ))
18002026-05-11T18:33:39.551Z++ (( i < 5 ))
18012026-05-11T18:33:39.551Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18022026-05-11T18:33:39.551Z++ (( i++ ))
18032026-05-11T18:33:39.551Z++ (( i < 5 ))
18042026-05-11T18:33:39.551Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18052026-05-11T18:33:39.555Z++ (( i++ ))
18062026-05-11T18:33:39.555Z++ (( i < 5 ))
18072026-05-11T18:33:39.555Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18082026-05-11T18:33:39.555Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18092026-05-11T18:33:39.555Z+ rc=0
18102026-05-11T18:33:39.555Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18112026-05-11T18:33:45.533Z+ case $rc in
18122026-05-11T18:33:45.533Z+ pfexec zfs create -p rpool/images/build/host
18132026-05-11T18:33:45.764Z+ pfexec zfs create -p rpool/images/build/recovery
18142026-05-11T18:33:45.834Z+ cargo xtask releng --output-dir /work --mkincorp
18152026-05-11T18:33:46.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18162026-05-11T18:33:46.364Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18172026-05-11T18:33:47.215Z Compiling proc-macro2 v1.0.106
18182026-05-11T18:33:47.215Z Compiling quote v1.0.45
18192026-05-11T18:33:47.218Z Compiling unicode-ident v1.0.24
18202026-05-11T18:33:47.219Z Compiling libc v0.2.185
18212026-05-11T18:33:47.219Z Compiling serde_core v1.0.228
18222026-05-11T18:33:47.219Z Compiling serde v1.0.228
18232026-05-11T18:33:47.219Z Compiling cfg-if v1.0.4
18242026-05-11T18:33:47.219Z Compiling version_check v0.9.5
18252026-05-11T18:33:47.350Z Compiling shlex v1.3.0
18262026-05-11T18:33:47.353Z Compiling find-msvc-tools v0.1.9
18272026-05-11T18:33:47.353Z Compiling typenum v1.19.0
18282026-05-11T18:33:47.353Z Compiling autocfg v1.5.0
18292026-05-11T18:33:47.353Z Compiling portable-atomic v1.13.1
18302026-05-11T18:33:47.353Z Compiling memchr v2.8.0
18312026-05-11T18:33:47.353Z Compiling zerocopy v0.8.40
18322026-05-11T18:33:47.580Z Compiling zmij v1.0.21
18332026-05-11T18:33:47.660Z Compiling serde_json v1.0.149
18342026-05-11T18:33:47.685Z Compiling libm v0.2.16
18352026-05-11T18:33:47.808Z Compiling parking_lot_core v0.9.12
18362026-05-11T18:33:47.853Z Compiling generic-array v0.14.7
18372026-05-11T18:33:47.871Z Compiling num-traits v0.2.19
18382026-05-11T18:33:47.932Z Compiling smallvec v1.15.1
18392026-05-11T18:33:47.962Z Compiling icu_properties_data v2.1.2
18402026-05-11T18:33:47.965Z Compiling icu_normalizer_data v2.1.1
18412026-05-11T18:33:47.965Z Compiling pkg-config v0.3.32
18422026-05-11T18:33:48.006Z Compiling log v0.4.29
18432026-05-11T18:33:48.009Z Compiling itoa v1.0.17
18442026-05-11T18:33:48.065Z Compiling getrandom v0.4.1
18452026-05-11T18:33:48.128Z Compiling subtle v2.6.1
18462026-05-11T18:33:48.175Z Compiling scopeguard v1.2.0
18472026-05-11T18:33:48.209Z Compiling getrandom v0.3.4
18482026-05-11T18:33:48.268Z Compiling jobserver v0.1.34
18492026-05-11T18:33:48.288Z Compiling getrandom v0.2.17
18502026-05-11T18:33:48.303Z Compiling lock_api v0.4.14
18512026-05-11T18:33:48.317Z Compiling stable_deref_trait v1.2.1
18522026-05-11T18:33:48.348Z Compiling errno v0.3.14
18532026-05-11T18:33:48.433Z Compiling rand_core v0.6.4
18542026-05-11T18:33:48.508Z Compiling cc v1.2.56
18552026-05-11T18:33:48.574Z Compiling rustix v1.1.3
18562026-05-11T18:33:48.576Z Compiling critical-section v1.2.0
18572026-05-11T18:33:48.681Z Compiling syn v2.0.117
18582026-05-11T18:33:48.696Z Compiling dunce v1.0.5
18592026-05-11T18:33:49.701Z Compiling fs_extra v1.3.0
18602026-05-11T18:33:49.704Z Compiling pin-project-lite v0.2.17
18612026-05-11T18:33:49.704Z Compiling percent-encoding v2.3.2
18622026-05-11T18:33:49.704Z Compiling writeable v0.6.2
18632026-05-11T18:33:49.704Z Compiling const-oid v0.9.6
18642026-05-11T18:33:49.704Z Compiling litemap v0.8.1
18652026-05-11T18:33:49.704Z Compiling thiserror v2.0.18
18662026-05-11T18:33:49.704Z Compiling once_cell v1.21.3
18672026-05-11T18:33:49.704Z Compiling fnv v1.0.7
18682026-05-11T18:33:49.704Z Compiling rustversion v1.0.22
18692026-05-11T18:33:49.704Z Compiling signal-hook-registry v1.4.8
18702026-05-11T18:33:49.704Z Compiling cmake v0.1.57
18712026-05-11T18:33:49.704Z Compiling aws-lc-rs v1.16.0
18722026-05-11T18:33:49.704Z Compiling heck v0.5.0
18732026-05-11T18:33:49.704Z Compiling equivalent v1.0.2
18742026-05-11T18:33:49.704Z Compiling futures-core v0.3.32
18752026-05-11T18:33:49.704Z Compiling parking_lot v0.12.5
18762026-05-11T18:33:49.705Z Compiling mio v1.2.0
18772026-05-11T18:33:49.705Z Compiling semver v1.0.28
18782026-05-11T18:33:49.705Z Compiling bitflags v2.11.0
18792026-05-11T18:33:49.823Z Compiling ring v0.17.14
18802026-05-11T18:33:49.839Z Compiling aws-lc-sys v0.37.1
18812026-05-11T18:33:49.858Z Compiling httparse v1.10.1
18822026-05-11T18:33:49.878Z Compiling socket2 v0.6.3
18832026-05-11T18:33:49.917Z Compiling vcpkg v0.2.15
18842026-05-11T18:33:49.957Z Compiling schemars v0.8.22
18852026-05-11T18:33:50.076Z Compiling utf8_iter v1.0.4
18862026-05-11T18:33:50.116Z Compiling form_urlencoded v1.2.2
18872026-05-11T18:33:50.242Z Compiling hashbrown v0.17.0
18882026-05-11T18:33:50.414Z Compiling crc32fast v1.5.0
18892026-05-11T18:33:50.417Z Compiling futures-sink v0.3.32
18902026-05-11T18:33:50.508Z Compiling openssl-sys v0.9.114
18912026-05-11T18:33:50.511Z Compiling rand_core v0.10.0
18922026-05-11T18:33:50.524Z Compiling rustls v0.23.37
18932026-05-11T18:33:50.562Z Compiling futures-channel v0.3.32
18942026-05-11T18:33:50.604Z Compiling cpufeatures v0.2.17
18952026-05-11T18:33:50.620Z Compiling futures-io v0.3.32
18962026-05-11T18:33:50.624Z Compiling slab v0.4.12
18972026-05-11T18:33:50.667Z Compiling futures-task v0.3.32
18982026-05-11T18:33:50.931Z Compiling indexmap v2.14.0
18992026-05-11T18:33:50.934Z Compiling rustc_version v0.4.1
19002026-05-11T18:33:50.986Z Compiling ucd-trie v0.1.7
19012026-05-11T18:33:51.047Z Compiling strsim v0.11.1
19022026-05-11T18:33:51.061Z Compiling byteorder v1.5.0
19032026-05-11T18:33:51.170Z Compiling openssl v0.10.78
19042026-05-11T18:33:51.210Z Compiling pest v2.8.6
19052026-05-11T18:33:51.291Z Compiling num-conv v0.2.0
19062026-05-11T18:33:51.328Z Compiling time-core v0.1.8
19072026-05-11T18:33:51.331Z Compiling iana-time-zone v0.1.65
19082026-05-11T18:33:51.393Z Compiling thiserror v1.0.69
19092026-05-11T18:33:51.433Z Compiling ident_case v1.0.1
19102026-05-11T18:33:51.474Z Compiling base64 v0.22.1
19112026-05-11T18:33:51.490Z Compiling time-macros v0.2.27
19122026-05-11T18:33:51.517Z Compiling synstructure v0.13.2
19132026-05-11T18:33:51.551Z Compiling serde_derive_internals v0.29.1
19142026-05-11T18:33:51.914Z Compiling native-tls v0.2.18
19152026-05-11T18:33:51.979Z Compiling syn v1.0.109
19162026-05-11T18:33:52.081Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19172026-05-11T18:33:52.122Z Compiling base64ct v1.8.3
19182026-05-11T18:33:52.156Z Compiling untrusted v0.9.0
19192026-05-11T18:33:52.213Z Compiling crossbeam-utils v0.8.21
19202026-05-11T18:33:52.232Z Compiling uuid v1.23.0
19212026-05-11T18:33:52.268Z Compiling slog v2.8.2
19222026-05-11T18:33:52.339Z Compiling pest_meta v2.8.6
19232026-05-11T18:33:52.381Z Compiling pem-rfc7468 v0.7.0
19242026-05-11T18:33:52.516Z Compiling flagset v0.4.7
19252026-05-11T18:33:52.549Z Compiling regex-syntax v0.8.10
19262026-05-11T18:33:52.553Z Compiling rand_core v0.9.5
19272026-05-11T18:33:52.601Z Compiling bzip2-sys v0.1.13+1.0.8
19282026-05-11T18:33:52.694Z Compiling tracing-core v0.1.36
19292026-05-11T18:33:52.760Z Compiling serde_derive v1.0.228
19302026-05-11T18:33:52.790Z Compiling zeroize_derive v1.4.3
19312026-05-11T18:33:52.865Z Compiling zerofrom-derive v0.1.6
19322026-05-11T18:33:52.897Z Compiling yoke-derive v0.8.1
19332026-05-11T18:33:52.916Z Compiling zerocopy-derive v0.8.40
19342026-05-11T18:33:52.919Z Compiling zerovec-derive v0.11.2
19352026-05-11T18:33:52.919Z Compiling displaydoc v0.2.5
19362026-05-11T18:33:53.152Z Compiling tokio-macros v2.7.0
19372026-05-11T18:33:53.168Z Compiling futures-macro v0.3.32
19382026-05-11T18:33:53.406Z Compiling zeroize v1.8.2
19392026-05-11T18:33:53.676Z Compiling der_derive v0.7.3
19402026-05-11T18:33:53.746Z Compiling thiserror-impl v2.0.18
19412026-05-11T18:33:53.867Z Compiling tracing-attributes v0.1.31
19422026-05-11T18:33:53.884Z Compiling schemars_derive v0.8.22
19432026-05-11T18:33:53.945Z Compiling futures-util v0.3.32
19442026-05-11T18:33:53.988Z Compiling rustls-pki-types v1.14.0
19452026-05-11T18:33:54.008Z Compiling zerofrom v0.1.6
19462026-05-11T18:33:54.156Z Compiling yoke v0.8.1
19472026-05-11T18:33:54.219Z Compiling crypto-common v0.1.7
19482026-05-11T18:33:54.374Z Compiling zerovec v0.11.5
19492026-05-11T18:33:54.391Z Compiling zerotrie v0.2.3
19502026-05-11T18:33:54.580Z Compiling block-buffer v0.10.4
19512026-05-11T18:33:54.791Z Compiling digest v0.10.7
19522026-05-11T18:33:54.861Z Compiling block-padding v0.3.3
19532026-05-11T18:33:54.925Z Compiling tinystr v0.8.2
19542026-05-11T18:33:54.967Z Compiling potential_utf v0.1.4
19552026-05-11T18:33:55.036Z Compiling hmac v0.12.1
19562026-05-11T18:33:55.068Z Compiling inout v0.1.4
19572026-05-11T18:33:55.158Z Compiling icu_locale_core v2.1.1
19582026-05-11T18:33:55.178Z Compiling icu_collections v2.1.1
19592026-05-11T18:33:55.232Z Compiling pest_generator v2.8.6
19602026-05-11T18:33:55.246Z Compiling openssl-macros v0.1.1
19612026-05-11T18:33:55.263Z Compiling cipher v0.4.4
19622026-05-11T18:33:55.556Z Compiling sha2 v0.10.9
19632026-05-11T18:33:55.911Z Compiling bytes v1.11.1
19642026-05-11T18:33:55.947Z Compiling icu_provider v2.1.1
19652026-05-11T18:33:55.962Z Compiling chrono v0.4.44
19662026-05-11T18:33:56.041Z Compiling pest_derive v2.8.6
19672026-05-11T18:33:56.248Z Compiling icu_properties v2.1.2
19682026-05-11T18:33:56.383Z Compiling icu_normalizer v2.1.1
19692026-05-11T18:33:56.487Z Compiling tokio v1.52.1
19702026-05-11T18:33:56.627Z Compiling http v1.4.0
19712026-05-11T18:33:56.835Z Compiling thiserror-impl v1.0.69
19722026-05-11T18:33:57.401Z Compiling idna_adapter v1.2.1
19732026-05-11T18:33:57.517Z Compiling idna v1.1.0
19742026-05-11T18:33:57.567Z Compiling ppv-lite86 v0.2.21
19752026-05-11T18:33:57.597Z Compiling scroll_derive v0.13.1
19762026-05-11T18:33:57.909Z Compiling url v2.5.8
19772026-05-11T18:33:57.922Z Compiling der v0.7.10
19782026-05-11T18:33:57.952Z Compiling camino v1.2.2
19792026-05-11T18:33:58.096Z Compiling plain v0.2.3
19802026-05-11T18:33:58.226Z Compiling paste v1.0.15
19812026-05-11T18:33:58.357Z Compiling http-body v1.0.1
19822026-05-11T18:33:58.559Z Compiling salsa20 v0.10.2
19832026-05-11T18:33:58.638Z Compiling pbkdf2 v0.12.2
19842026-05-11T18:33:58.654Z Compiling tracing v0.1.44
19852026-05-11T18:33:58.772Z Compiling spki v0.7.3
19862026-05-11T18:33:59.126Z Compiling cookie v0.18.1
19872026-05-11T18:33:59.237Z Compiling atomic-waker v1.1.2
19882026-05-11T18:33:59.294Z Compiling dyn-clone v1.0.20
19892026-05-11T18:33:59.330Z Compiling num-bigint-dig v0.8.6
19902026-05-11T18:33:59.347Z Compiling fastrand v2.3.0
19912026-05-11T18:33:59.467Z Compiling scrypt v0.11.0
19922026-05-11T18:33:59.598Z Compiling rand_chacha v0.9.0
19932026-05-11T18:33:59.713Z Compiling aes v0.8.4
19942026-05-11T18:33:59.744Z Compiling cbc v0.1.2
19952026-05-11T18:34:00.075Z Compiling ahash v0.8.12
19962026-05-11T18:34:00.095Z Compiling pretty-hex v0.4.1
19972026-05-11T18:34:00.238Z Compiling openssl-probe v0.2.1
19982026-05-11T18:34:00.283Z Compiling tokio-util v0.7.18
19992026-05-11T18:34:00.311Z Compiling tower-service v0.3.3
20002026-05-11T18:34:00.370Z Compiling try-lock v0.2.5
20012026-05-11T18:34:00.412Z Compiling zstd-safe v7.2.4
20022026-05-11T18:34:00.435Z Compiling usdt-impl v0.6.0
20032026-05-11T18:34:00.454Z Compiling untrusted v0.7.1
20042026-05-11T18:34:00.490Z Compiling anyhow v1.0.102
20052026-05-11T18:34:00.513Z Compiling tower-layer v0.3.3
20062026-05-11T18:34:00.534Z Compiling want v0.3.1
20072026-05-11T18:34:00.667Z Compiling pkcs5 v0.7.1
20082026-05-11T18:34:00.749Z Compiling rand v0.9.2
20092026-05-11T18:34:01.012Z Compiling scroll v0.13.0
20102026-05-11T18:34:01.277Z Compiling ipnet v2.11.0
20112026-05-11T18:34:01.280Z Compiling serde_tokenstream v0.2.3
20122026-05-11T18:34:01.307Z Compiling clap_derive v4.5.55
20132026-05-11T18:34:01.352Z Compiling daft-derive v0.1.5
20142026-05-11T18:34:01.370Z Compiling async-trait v0.1.89
20152026-05-11T18:34:01.508Z Compiling h2 v0.4.13
20162026-05-11T18:34:01.621Z Compiling scroll_derive v0.12.1
20172026-05-11T18:34:01.667Z Compiling heapless v0.7.17
20182026-05-11T18:34:02.065Z Compiling aho-corasick v1.1.4
20192026-05-11T18:34:02.147Z Compiling httpdate v1.0.3
20202026-05-11T18:34:02.275Z Compiling pin-utils v0.1.0
20212026-05-11T18:34:02.408Z Compiling signal-hook v0.3.18
20222026-05-11T18:34:02.559Z Compiling goblin v0.10.5
20232026-05-11T18:34:02.611Z Compiling pkcs8 v0.10.2
20242026-05-11T18:34:02.780Z Compiling tempfile v3.25.0
20252026-05-11T18:34:02.871Z Compiling darling_core v0.20.11
20262026-05-11T18:34:02.921Z Compiling regex-automata v0.4.14
20272026-05-11T18:34:03.087Z Compiling spin v0.9.8
20282026-05-11T18:34:03.344Z Compiling tinyvec_macros v0.1.1
20292026-05-11T18:34:03.431Z Compiling litrs v1.0.0
20302026-05-11T18:34:03.584Z Compiling simd-adler32 v0.3.8
20312026-05-11T18:34:03.819Z Compiling tinyvec v1.10.0
20322026-05-11T18:34:03.906Z Compiling document-features v0.2.12
20332026-05-11T18:34:04.206Z Compiling dtrace-parser v0.3.0
20342026-05-11T18:34:04.227Z Compiling hex v0.4.3
20352026-05-11T18:34:04.581Z Compiling zerocopy-derive v0.7.35
20362026-05-11T18:34:04.843Z Compiling strum_macros v0.26.4
20372026-05-11T18:34:04.888Z Compiling darling_core v0.21.3
20382026-05-11T18:34:04.903Z Compiling curve25519-dalek v4.1.3
20392026-05-11T18:34:04.933Z Compiling darling_macro v0.20.11
20402026-05-11T18:34:04.978Z Compiling thread-id v5.1.0
20412026-05-11T18:34:05.094Z Compiling hyper v1.8.1
20422026-05-11T18:34:05.150Z Compiling memoffset v0.9.1
20432026-05-11T18:34:05.313Z Compiling anstyle v1.0.13
20442026-05-11T18:34:05.387Z Compiling dof v0.4.0
20452026-05-11T18:34:05.458Z Compiling utf8parse v0.2.2
20462026-05-11T18:34:05.568Z Compiling ref-cast v1.0.25
20472026-05-11T18:34:05.589Z Compiling smoltcp v0.9.1
20482026-05-11T18:34:05.626Z Compiling powerfmt v0.2.0
20492026-05-11T18:34:05.698Z Compiling adler2 v2.0.1
20502026-05-11T18:34:05.726Z Compiling unicode-segmentation v1.12.0
20512026-05-11T18:34:05.895Z Compiling rustix v0.38.44
20522026-05-11T18:34:05.917Z Compiling foreign-types-shared v0.1.1
20532026-05-11T18:34:05.943Z Compiling miniz_oxide v0.8.9
20542026-05-11T18:34:05.974Z Compiling deranged v0.5.8
20552026-05-11T18:34:06.029Z Compiling foreign-types v0.3.2
20562026-05-11T18:34:06.114Z Compiling anstyle-parse v0.2.7
20572026-05-11T18:34:06.378Z Compiling darling v0.20.11
20582026-05-11T18:34:06.502Z Compiling hyper-util v0.1.20
20592026-05-11T18:34:06.523Z Compiling rustls-native-certs v0.8.3
20602026-05-11T18:34:06.551Z Compiling http-body-util v0.1.3
20612026-05-11T18:34:06.592Z Compiling toml_datetime v0.6.11
20622026-05-11T18:34:06.613Z Compiling serde_spanned v0.6.9
20632026-05-11T18:34:06.965Z Compiling sync_wrapper v1.0.2
20642026-05-11T18:34:07.002Z Compiling wait-timeout v0.2.1
20652026-05-11T18:34:07.161Z Compiling darling_macro v0.21.3
20662026-05-11T18:34:07.178Z Compiling bit-vec v0.8.0
20672026-05-11T18:34:07.196Z Compiling colorchoice v1.0.4
20682026-05-11T18:34:07.273Z Compiling num_threads v0.1.7
20692026-05-11T18:34:07.397Z Compiling cfg_aliases v0.2.1
20702026-05-11T18:34:07.439Z Compiling siphasher v1.0.2
20712026-05-11T18:34:07.489Z Compiling is_terminal_polyfill v1.70.2
20722026-05-11T18:34:07.620Z Compiling anstyle-query v1.1.5
20732026-05-11T18:34:07.624Z Compiling quick-error v1.2.3
20742026-05-11T18:34:07.653Z Compiling zlib-rs v0.6.2
20752026-05-11T18:34:07.656Z Compiling ryu v1.0.23
20762026-05-11T18:34:07.656Z Compiling time v0.3.47
20772026-05-11T18:34:07.713Z Compiling darling v0.21.3
20782026-05-11T18:34:07.750Z Compiling anstream v0.6.21
20792026-05-11T18:34:07.768Z Compiling rusty-fork v0.3.1
20802026-05-11T18:34:07.815Z Compiling serde_urlencoded v0.7.1
20812026-05-11T18:34:08.015Z Compiling nix v0.31.2
20822026-05-11T18:34:08.116Z Compiling bit-set v0.8.0
20832026-05-11T18:34:08.195Z Compiling tower v0.5.3
20842026-05-11T18:34:08.296Z Compiling derive_builder_core v0.20.2
20852026-05-11T18:34:08.390Z Compiling heck v0.4.1
20862026-05-11T18:34:08.464Z Compiling regex v1.12.3
20872026-05-11T18:34:08.611Z Compiling unicode-normalization v0.1.25
20882026-05-11T18:34:08.960Z Compiling erased-serde v0.3.31
20892026-05-11T18:34:09.089Z Compiling hubpack_derive v0.1.1
20902026-05-11T18:34:09.121Z Compiling signature v2.2.0
20912026-05-11T18:34:09.121Z Compiling webpki-roots v1.0.6
20922026-05-11T18:34:09.148Z Compiling curve25519-dalek-derive v0.1.1
20932026-05-11T18:34:09.239Z Compiling strum_macros v0.27.2
20942026-05-11T18:34:09.254Z Compiling ref-cast-impl v1.0.25
20952026-05-11T18:34:09.300Z Compiling rand_xorshift v0.4.0
20962026-05-11T18:34:09.604Z Compiling fs-err v3.3.0
20972026-05-11T18:34:09.607Z Compiling usdt-impl v0.5.0
20982026-05-11T18:34:09.654Z Compiling object v0.37.3
20992026-05-11T18:34:09.673Z Compiling allocator-api2 v0.2.21
21002026-05-11T18:34:09.711Z Compiling iri-string v0.7.10
21012026-05-11T18:34:09.787Z Compiling flate2 v1.1.9
21022026-05-11T18:34:09.962Z Compiling unicode-bidi v0.3.18
21032026-05-11T18:34:09.980Z Compiling unarray v0.1.4
21042026-05-11T18:34:10.023Z Compiling unicode-properties v0.1.4
21052026-05-11T18:34:10.122Z Compiling proptest v1.10.0
21062026-05-11T18:34:10.396Z Compiling stringprep v0.1.5
21072026-05-11T18:34:10.994Z Compiling derive_builder_macro v0.20.2
21082026-05-11T18:34:11.076Z Compiling serde_with_macros v3.17.0
21092026-05-11T18:34:11.098Z Compiling tower-http v0.6.8
21102026-05-11T18:34:11.264Z Compiling usdt-attr-macro v0.6.0
21112026-05-11T18:34:11.436Z Compiling usdt-macro v0.6.0
21122026-05-11T18:34:11.471Z Compiling ipnetwork v0.21.1
21132026-05-11T18:34:11.659Z Compiling scroll v0.12.0
21142026-05-11T18:34:12.095Z Compiling rand_chacha v0.3.1
21152026-05-11T18:34:12.148Z Compiling md-5 v0.10.6
21162026-05-11T18:34:12.214Z Compiling terminal_size v0.4.3
21172026-05-11T18:34:12.234Z Compiling num-integer v0.1.46
21182026-05-11T18:34:12.293Z Compiling hash32 v0.2.1
21192026-05-11T18:34:12.332Z Compiling vergen-lib v0.1.6
21202026-05-11T18:34:12.376Z Compiling ff v0.13.1
21212026-05-11T18:34:12.391Z Compiling winnow v0.7.14
21222026-05-11T18:34:12.423Z Compiling psl-types v2.0.11
21232026-05-11T18:34:12.491Z Compiling clap_lex v1.0.0
21242026-05-11T18:34:12.507Z Compiling fallible-iterator v0.2.0
21252026-05-11T18:34:12.547Z Compiling base16ct v0.2.0
21262026-05-11T18:34:12.786Z Compiling clap_builder v4.5.60
21272026-05-11T18:34:12.838Z Compiling postgres-protocol v0.6.10
21282026-05-11T18:34:12.914Z Compiling sec1 v0.7.3
21292026-05-11T18:34:13.108Z Compiling publicsuffix v2.3.0
21302026-05-11T18:34:13.129Z Compiling group v0.13.0
21312026-05-11T18:34:13.207Z Compiling num-iter v0.1.45
21322026-05-11T18:34:13.320Z Compiling rand v0.8.5
21332026-05-11T18:34:13.395Z Compiling newtype-uuid v1.3.2
21342026-05-11T18:34:13.992Z Compiling goblin v0.8.2
21352026-05-11T18:34:14.039Z Compiling oxnet v0.1.4
21362026-05-11T18:34:14.098Z Compiling derive_builder v0.20.2
21372026-05-11T18:34:14.129Z Compiling tokio-native-tls v0.3.1
21382026-05-11T18:34:14.265Z Compiling phf_shared v0.13.1
21392026-05-11T18:34:14.383Z Compiling zerocopy v0.7.35
21402026-05-11T18:34:14.430Z Compiling lazy_static v1.5.0
21412026-05-11T18:34:14.535Z Compiling cargo-platform v0.1.9
21422026-05-11T18:34:14.551Z Compiling hkdf v0.12.4
21432026-05-11T18:34:14.565Z Compiling crypto-bigint v0.5.5
21442026-05-11T18:34:14.664Z Compiling serde_repr v0.1.20
21452026-05-11T18:34:14.800Z Compiling enum-as-inner v0.6.1
21462026-05-11T18:34:14.938Z Compiling vergen v9.0.6
21472026-05-11T18:34:14.968Z Compiling encoding_rs v0.8.35
21482026-05-11T18:34:15.127Z Compiling managed v0.8.0
21492026-05-11T18:34:15.199Z Compiling libbz2-rs-sys v0.2.2
21502026-05-11T18:34:15.315Z Compiling winnow v0.5.40
21512026-05-11T18:34:15.378Z Compiling mime v0.3.17
21522026-05-11T18:34:15.604Z Compiling bitflags v1.3.2
21532026-05-11T18:34:15.664Z Compiling bumpalo v3.20.2
21542026-05-11T18:34:15.699Z Compiling foldhash v0.1.5
21552026-05-11T18:34:15.907Z Compiling foldhash v0.2.0
21562026-05-11T18:34:15.940Z Compiling zopfli v0.8.3
21572026-05-11T18:34:15.958Z Compiling hashbrown v0.15.5
21582026-05-11T18:34:16.073Z Compiling hashbrown v0.16.1
21592026-05-11T18:34:16.139Z Compiling bzip2 v0.6.1
21602026-05-11T18:34:16.366Z Compiling dof v0.3.0
21612026-05-11T18:34:16.653Z Compiling toml_edit v0.19.15
21622026-05-11T18:34:16.702Z Compiling elliptic-curve v0.13.8
21632026-05-11T18:34:17.073Z Compiling cargo_metadata v0.19.2
21642026-05-11T18:34:17.166Z Compiling clap v4.5.60
21652026-05-11T18:34:17.440Z Compiling phf v0.13.1
21662026-05-11T18:34:17.751Z Compiling signal-hook-mio v0.2.5
21672026-05-11T18:34:17.894Z Compiling daft v0.1.5
21682026-05-11T18:34:17.969Z Compiling hyper-tls v0.6.0
21692026-05-11T18:34:18.217Z Compiling cookie_store v0.22.1
21702026-05-11T18:34:18.252Z Compiling zstd v0.13.3
21712026-05-11T18:34:18.340Z Compiling postgres-types v0.2.12
21722026-05-11T18:34:18.407Z Compiling bzip2 v0.4.4
21732026-05-11T18:34:18.495Z Compiling strum v0.27.2
21742026-05-11T18:34:18.518Z Compiling dtrace-parser v0.2.0
21752026-05-11T18:34:18.630Z Compiling hubpack v0.1.2
21762026-05-11T18:34:18.649Z Compiling ed25519 v2.2.3
21772026-05-11T18:34:18.702Z Compiling phf_shared v0.11.3
21782026-05-11T18:34:18.716Z Compiling bstr v1.12.1
21792026-05-11T18:34:18.825Z Compiling pkcs1 v0.7.5
21802026-05-11T18:34:18.939Z Compiling serde-big-array v0.5.1
21812026-05-11T18:34:18.944Z Compiling rfc6979 v0.4.0
21822026-05-11T18:34:19.041Z Compiling float-cmp v0.10.0
21832026-05-11T18:34:19.136Z Compiling memmap2 v0.9.10
21842026-05-11T18:34:19.136Z Compiling thread-id v4.2.2
21852026-05-11T18:34:19.165Z Compiling env_filter v1.0.0
21862026-05-11T18:34:19.224Z Compiling toml_write v0.1.2
21872026-05-11T18:34:19.242Z Compiling fixedbitset v0.5.7
21882026-05-11T18:34:19.259Z Compiling new_debug_unreachable v1.0.6
21892026-05-11T18:34:19.340Z Compiling precomputed-hash v0.1.1
21902026-05-11T18:34:19.356Z Compiling rustc-hash v2.1.1
21912026-05-11T18:34:19.374Z Compiling data-encoding v2.10.0
21922026-05-11T18:34:19.377Z Compiling keccak v0.1.6
21932026-05-11T18:34:19.455Z Compiling fixedbitset v0.4.2
21942026-05-11T18:34:19.458Z Compiling difflib v0.4.0
21952026-05-11T18:34:19.501Z Compiling predicates-core v1.0.10
21962026-05-11T18:34:19.535Z Compiling whoami v2.1.0
21972026-05-11T18:34:19.602Z Compiling either v1.15.0
21982026-05-11T18:34:19.678Z Compiling static_assertions v1.1.0
21992026-05-11T18:34:19.682Z Compiling jiff v0.2.21
22002026-05-11T18:34:19.708Z Compiling normalize-line-endings v0.3.0
22012026-05-11T18:34:19.813Z Compiling predicates v3.1.4
22022026-05-11T18:34:19.831Z Compiling itertools v0.13.0
22032026-05-11T18:34:19.881Z Compiling tokio-postgres v0.7.16
22042026-05-11T18:34:19.917Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22052026-05-11T18:34:19.933Z Compiling hickory-proto v0.25.2
22062026-05-11T18:34:19.954Z Compiling petgraph v0.6.5
22072026-05-11T18:34:20.401Z Compiling sha3 v0.10.8
22082026-05-11T18:34:20.508Z Compiling iddqd v0.3.18
22092026-05-11T18:34:20.677Z Compiling petgraph v0.8.3
22102026-05-11T18:34:21.173Z Compiling string_cache v0.8.9
22112026-05-11T18:34:21.177Z Compiling toml_edit v0.22.27
22122026-05-11T18:34:21.444Z Compiling env_logger v0.11.9
22132026-05-11T18:34:21.652Z Compiling usdt v0.6.0
22142026-05-11T18:34:21.916Z Compiling similar v2.7.0
22152026-05-11T18:34:21.951Z Compiling serde_with v3.17.0
22162026-05-11T18:34:21.967Z Compiling ecdsa v0.16.9
22172026-05-11T18:34:22.343Z Compiling zip v4.6.1
22182026-05-11T18:34:22.377Z Compiling rsa v0.9.10
22192026-05-11T18:34:22.762Z Compiling ed25519-dalek v2.2.0
22202026-05-11T18:34:23.066Z Compiling crossterm v0.28.1
22212026-05-11T18:34:23.225Z Compiling zip v0.6.6
22222026-05-11T18:34:23.534Z Compiling toml v0.7.8
22232026-05-11T18:34:23.551Z Compiling crossbeam-epoch v0.9.18
22242026-05-11T18:34:23.683Z Compiling toml_parser v1.0.9+spec-1.1.0
22252026-05-11T18:34:23.699Z Compiling strum v0.26.3
22262026-05-11T18:34:23.847Z Compiling tokio-stream v0.1.18
22272026-05-11T18:34:23.883Z Compiling buf-list v1.1.2
22282026-05-11T18:34:23.955Z Compiling x509-cert v0.2.5
22292026-05-11T18:34:24.163Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22302026-05-11T18:34:24.234Z Compiling openapiv3 v2.2.0
22312026-05-11T18:34:24.255Z Compiling sha1 v0.10.6
22322026-05-11T18:34:24.270Z Compiling structmeta-derive v0.3.0
22332026-05-11T18:34:24.330Z Compiling toml_datetime v0.7.5+spec-1.1.0
22342026-05-11T18:34:24.411Z Compiling radium v0.7.0
22352026-05-11T18:34:24.507Z Compiling lalrpop-util v0.19.12
22362026-05-11T18:34:24.710Z Compiling peg-runtime v0.8.5
22372026-05-11T18:34:25.297Z Compiling structmeta v0.3.0
22382026-05-11T18:34:26.071Z Compiling maybe-uninit v2.0.0
22392026-05-11T18:34:26.294Z Compiling tap v1.0.1
22402026-05-11T18:34:26.427Z Compiling wyz v0.5.1
22412026-05-11T18:34:27.745Z Compiling funty v2.0.0
22422026-05-11T18:34:28.211Z Compiling packed_struct v0.10.1
22432026-05-11T18:34:28.574Z Compiling bitvec v1.0.1
22442026-05-11T18:34:30.504Z Compiling futures-executor v0.3.32
22452026-05-11T18:34:30.567Z Compiling packed_struct_codegen v0.10.1
22462026-05-11T18:34:30.773Z Compiling bitfield-macros v0.19.4
22472026-05-11T18:34:31.013Z Compiling zerocopy-derive v0.6.6
22482026-05-11T18:34:31.041Z Compiling indexmap v1.9.3
22492026-05-11T18:34:31.056Z Compiling nodrop v0.1.14
22502026-05-11T18:34:31.175Z Compiling typeid v1.0.3
22512026-05-11T18:34:31.476Z Compiling crc-catalog v2.4.0
22522026-05-11T18:34:31.596Z Compiling crc v3.4.0
22532026-05-11T18:34:31.610Z Compiling bitfield v0.19.4
22542026-05-11T18:34:31.779Z Compiling zerocopy v0.6.6
22552026-05-11T18:34:31.996Z Compiling array-init v0.0.4
22562026-05-11T18:34:32.155Z Compiling futures v0.3.32
22572026-05-11T18:34:32.498Z Compiling smallvec v0.6.14
22582026-05-11T18:34:32.964Z Compiling derive-ex v0.1.8
22592026-05-11T18:34:34.754Z Compiling hashbrown v0.12.3
22602026-05-11T18:34:34.880Z Compiling base64 v0.21.7
22612026-05-11T18:34:35.177Z Compiling rustls v0.22.4
22622026-05-11T18:34:35.635Z Compiling erased-serde v0.4.9
22632026-05-11T18:34:36.656Z Compiling ron v0.8.1
22642026-05-11T18:34:37.122Z Compiling rustls-webpki v0.103.9
22652026-05-11T18:34:38.436Z Compiling test-strategy v0.4.5
22662026-05-11T18:34:39.061Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22672026-05-11T18:34:39.366Z Compiling serde-hex v0.1.0
22682026-05-11T18:34:39.572Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22692026-05-11T18:34:39.802Z Compiling toml v0.8.23
22702026-05-11T18:34:39.889Z Compiling hashbrown v0.13.2
22712026-05-11T18:34:40.490Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22722026-05-11T18:34:40.980Z Compiling tokio-rustls v0.26.4
22732026-05-11T18:34:41.275Z Compiling hyper-rustls v0.27.7
22742026-05-11T18:34:41.358Z Compiling rustls-platform-verifier v0.6.2
22752026-05-11T18:34:41.436Z Compiling rustls-webpki v0.102.8
22762026-05-11T18:34:41.481Z Compiling pin-project-internal v1.1.11
22772026-05-11T18:34:41.604Z Compiling reqwest v0.13.2
22782026-05-11T18:34:41.620Z Compiling reqwest v0.12.28
22792026-05-11T18:34:41.994Z Compiling filetime v0.2.27
22802026-05-11T18:34:42.013Z Compiling multer v3.1.0
22812026-05-11T18:34:42.230Z Compiling thread_local v1.1.9
22822026-05-11T18:34:42.246Z Compiling rayon-core v1.13.0
22832026-05-11T18:34:42.249Z Compiling same-file v1.0.6
22842026-05-11T18:34:42.277Z Compiling slog-async v2.8.0
22852026-05-11T18:34:42.295Z Compiling match_cfg v0.1.0
22862026-05-11T18:34:42.391Z Compiling crc-any v2.5.0
22872026-05-11T18:34:42.474Z Compiling compression-core v0.4.31
22882026-05-11T18:34:42.529Z Compiling xattr v1.6.1
22892026-05-11T18:34:42.621Z Compiling compression-codecs v0.4.37
22902026-05-11T18:34:42.636Z Compiling pin-project v1.1.11
22912026-05-11T18:34:42.684Z Compiling tar v0.4.45
22922026-05-11T18:34:42.702Z Compiling walkdir v2.5.0
22932026-05-11T18:34:42.719Z Compiling hostname v0.3.1
22942026-05-11T18:34:42.809Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
22952026-05-11T18:34:42.826Z Compiling object v0.30.4
22962026-05-11T18:34:43.014Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22972026-05-11T18:34:43.210Z Compiling crossbeam-channel v0.5.15
22982026-05-11T18:34:43.299Z Compiling slog-json v2.6.1
22992026-05-11T18:34:43.447Z Compiling snafu-derive v0.8.9
23002026-05-11T18:34:43.509Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23012026-05-11T18:34:43.574Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23022026-05-11T18:34:43.671Z Compiling async-stream-impl v0.3.6
23032026-05-11T18:34:43.928Z Compiling ordered-float v2.10.1
23042026-05-11T18:34:43.943Z Compiling serde_path_to_error v0.1.20
23052026-05-11T18:34:44.234Z Compiling toml_datetime v1.0.0+spec-1.1.0
23062026-05-11T18:34:44.263Z Compiling serde_spanned v1.0.4
23072026-05-11T18:34:44.303Z Compiling is-terminal v0.4.17
23082026-05-11T18:34:44.403Z Compiling fs-err v2.11.0
23092026-05-11T18:34:44.417Z Compiling dropshot v0.17.0
23102026-05-11T18:34:44.454Z Compiling path-slash v0.1.5
23112026-05-11T18:34:44.471Z Compiling debug-ignore v1.0.5
23122026-05-11T18:34:44.610Z Compiling take_mut v0.2.2
23132026-05-11T18:34:44.628Z Compiling term v1.2.1
23142026-05-11T18:34:44.644Z Compiling toml_writer v1.0.6+spec-1.1.0
23152026-05-11T18:34:44.750Z Compiling async-stream v0.3.6
23162026-05-11T18:34:44.817Z Compiling serde-value v0.7.0
23172026-05-11T18:34:44.880Z Compiling tokio-rustls v0.25.0
23182026-05-11T18:34:44.926Z Compiling toml v1.0.6+spec-1.1.0
23192026-05-11T18:34:44.961Z Compiling slog-term v2.9.2
23202026-05-11T18:34:45.055Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23212026-05-11T18:34:45.121Z Compiling snafu v0.8.9
23222026-05-11T18:34:45.152Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23232026-05-11T18:34:45.183Z Compiling slog-bunyan v2.5.0
23242026-05-11T18:34:45.324Z Compiling serde-untagged v0.1.9
23252026-05-11T18:34:45.403Z Compiling async-compression v0.4.41
23262026-05-11T18:34:45.534Z Compiling globset v0.4.18
23272026-05-11T18:34:45.710Z Compiling crossbeam-deque v0.8.6
23282026-05-11T18:34:45.724Z Compiling parse-display-derive v0.10.0
23292026-05-11T18:34:45.913Z Compiling camino-tempfile v1.4.1
23302026-05-11T18:34:45.950Z Compiling olpc-cjson v0.1.4
23312026-05-11T18:34:45.982Z Compiling dropshot_endpoint v0.17.0
23322026-05-11T18:34:46.185Z Compiling newtype-uuid-macros v0.1.0
23332026-05-11T18:34:46.240Z Compiling backon v1.6.0
23342026-05-11T18:34:46.329Z Compiling waitgroup v0.1.2
23352026-05-11T18:34:46.475Z Compiling half v2.7.1
23362026-05-11T18:34:46.495Z Compiling serde_plain v1.0.2
23372026-05-11T18:34:46.511Z Compiling rustls-pemfile v2.2.0
23382026-05-11T18:34:46.528Z Compiling async-recursion v1.1.1
23392026-05-11T18:34:46.582Z Compiling pem v3.0.6
23402026-05-11T18:34:46.803Z Compiling blake3 v1.8.3
23412026-05-11T18:34:46.820Z Compiling hostname v0.4.2
23422026-05-11T18:34:46.868Z Compiling instant v0.1.13
23432026-05-11T18:34:46.975Z Compiling unicode-xid v0.2.6
23442026-05-11T18:34:47.011Z Compiling ciborium-io v0.2.2
23452026-05-11T18:34:47.027Z Compiling typed-path v0.9.3
23462026-05-11T18:34:47.150Z Compiling ciborium-ll v0.2.2
23472026-05-11T18:34:47.165Z Compiling cargo-util-schemas v0.8.2
23482026-05-11T18:34:47.184Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23492026-05-11T18:34:47.269Z Compiling parse-display v0.10.0
23502026-05-11T18:34:47.293Z Compiling backoff v0.4.0
23512026-05-11T18:34:47.531Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23522026-05-11T18:34:47.640Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23532026-05-11T18:34:47.988Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23542026-05-11T18:34:48.064Z Compiling regress v0.10.5
23552026-05-11T18:34:48.118Z Compiling itertools v0.14.0
23562026-05-11T18:34:48.150Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23572026-05-11T18:34:48.258Z Compiling macaddr v1.0.1
23582026-05-11T18:34:48.302Z Compiling cargo-platform v0.2.0
23592026-05-11T18:34:48.555Z Compiling indent_write v2.2.0
23602026-05-11T18:34:48.734Z Compiling constant_time_eq v0.4.2
23612026-05-11T18:34:48.864Z Compiling arrayvec v0.7.6
23622026-05-11T18:34:48.941Z Compiling parse-size v1.1.0
23632026-05-11T18:34:48.944Z Compiling arrayref v0.3.9
23642026-05-11T18:34:49.047Z Compiling cargo_metadata v0.21.0
23652026-05-11T18:34:49.126Z Compiling ciborium v0.2.2
23662026-05-11T18:34:49.141Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23672026-05-11T18:34:49.157Z Compiling topological-sort v0.2.2
23682026-05-11T18:34:49.344Z Compiling display-error-chain v0.2.2
23692026-05-11T18:34:49.393Z Compiling shell-words v1.1.1
23702026-05-11T18:34:49.675Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23712026-05-11T18:34:59.704Z Compiling tough v0.20.0
23722026-05-11T18:34:59.705Z Compiling progenitor-client v0.10.0
23732026-05-11T18:34:59.709Z Compiling omicron-zone-package v0.12.2
23742026-05-11T18:34:59.749Z Compiling progenitor-client v0.14.0
23752026-05-11T18:34:59.823Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23762026-05-11T18:34:59.851Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23772026-05-11T18:35:00.138Z Compiling progenitor-extras v0.2.0
23782026-05-11T18:35:00.400Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23792026-05-11T18:35:02.426Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23802026-05-11T18:35:04.791Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23812026-05-11T18:35:08.621Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
23822026-05-11T18:35:16.391Z Finished `release` profile [optimized] target(s) in 1m 29s
23832026-05-11T18:35:16.542Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
23842026-05-11T18:35:16.597ZMay 11 18:35:15.551 DEBG changing working directory to /work/oxidecomputer/omicron
23852026-05-11T18:35:16.688ZMay 11 18:35:15.642 DEBG running: git rev-parse HEAD
23862026-05-11T18:35:16.691ZMay 11 18:35:15.645 DEBG process exited with exit status: 0 (2.760882ms)
23872026-05-11T18:35:16.691ZMay 11 18:35:15.645 INFO version: 20.0.0-0.ci+gitc4b26142f4b
23882026-05-11T18:35:16.699ZMay 11 18:35:15.653 INFO cloning helios to /work/oxidecomputer/helios
23892026-05-11T18:35:16.699ZMay 11 18:35:15.654 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
23902026-05-11T18:35:16.702ZCloning into '/work/oxidecomputer/helios'...
23912026-05-11T18:35:17.501ZMay 11 18:35:16.456 DEBG process exited with exit status: 0 (802.380034ms)
23922026-05-11T18:35:17.501ZMay 11 18:35:16.456 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
23932026-05-11T18:35:17.506ZMay 11 18:35:16.458 DEBG process exited with exit status: 0 (2.588402ms)
23942026-05-11T18:35:17.506ZMay 11 18:35:16.458 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
23952026-05-11T18:35:17.822ZMay 11 18:35:16.776 DEBG process exited with exit status: 0 (317.76196ms)
23962026-05-11T18:35:17.822ZMay 11 18:35:16.776 DEBG running: zfs list rpool/images/build/host
23972026-05-11T18:35:17.826ZNAME USED AVAIL REFER MOUNTPOINT
23982026-05-11T18:35:17.826Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
23992026-05-11T18:35:17.829ZMay 11 18:35:16.780 DEBG process exited with exit status: 0 (4.398223ms)
24002026-05-11T18:35:17.829ZMay 11 18:35:16.780 DEBG running: zfs list rpool/images/build/recovery
24012026-05-11T18:35:17.832ZNAME USED AVAIL REFER MOUNTPOINT
24022026-05-11T18:35:17.832Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24032026-05-11T18:35:17.832ZMay 11 18:35:16.784 DEBG process exited with exit status: 0 (3.567943ms)
24042026-05-11T18:35:17.832ZMay 11 18:35:16.784 INFO [hubris-staging] running task
24052026-05-11T18:35:17.832ZMay 11 18:35:16.785 INFO [hubris-production] running task
24062026-05-11T18:35:17.832ZMay 11 18:35:16.785 INFO [incorp-manifest] running task
24072026-05-11T18:35:17.832ZMay 11 18:35:16.785 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24082026-05-11T18:35:17.832ZMay 11 18:35:16.785 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
24092026-05-11T18:35:17.832ZMay 11 18:35:16.786 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24102026-05-11T18:35:17.832ZMay 11 18:35:16.786 INFO [incorp-create] running: pkgrepo create /work/incorporation
24112026-05-11T18:35:17.858Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24122026-05-11T18:35:18.102ZMay 11 18:35:17.056 INFO [incorp-create] process exited with exit status: 0 (270.110173ms)
24132026-05-11T18:35:18.106ZMay 11 18:35:17.056 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24142026-05-11T18:35:18.300ZMay 11 18:35:17.254 DEBG process exited with exit status: 0 (469.057773ms)
24152026-05-11T18:35:18.300ZMay 11 18:35:17.254 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24162026-05-11T18:35:18.337ZMay 11 18:35:17.290 INFO [incorp-publisher] process exited with exit status: 0 (233.942066ms)
24172026-05-11T18:35:18.420Z[ omicron-package] Blocking waiting for file lock on package cache
24182026-05-11T18:35:18.783ZMay 11 18:35:17.737 DEBG process exited with exit status: 0 (482.983254ms)
24192026-05-11T18:35:18.786ZMay 11 18:35:17.738 INFO [incorp-manifest] task succeeded (953.120208ms)
24202026-05-11T18:35:18.786ZMay 11 18:35:17.738 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24212026-05-11T18:35:18.845Z[ omicron-package] Blocking waiting for file lock on package cache
24222026-05-11T18:35:18.951ZMay 11 18:35:17.905 INFO [incorp-fmt] process exited with exit status: 0 (167.208675ms)
24232026-05-11T18:35:18.954ZMay 11 18:35:17.905 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24242026-05-11T18:35:18.957ZMay 11 18:35:17.909 INFO [hubris-production] task succeeded (1.124047646s)
24252026-05-11T18:35:19.210Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260511T183518Z
24262026-05-11T18:35:19.210Z[ incorp-pkgsend] PUBLISHED
24272026-05-11T18:35:19.253ZMay 11 18:35:18.207 INFO [incorp-pkgsend] process exited with exit status: 0 (301.811678ms)
24282026-05-11T18:35:19.256ZMay 11 18:35:18.207 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24292026-05-11T18:35:19.438Z[ helios-incorp] Retrieving packages for publisher helios ...
24302026-05-11T18:35:19.442Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24312026-05-11T18:35:19.464Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24322026-05-11T18:35:19.464Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24332026-05-11T18:35:19.467Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24342026-05-11T18:35:19.470Z[ helios-incorp]
24352026-05-11T18:35:19.470Z[ helios-incorp] Archiving packages ...
24362026-05-11T18:35:19.470Z[ helios-incorp] Packages to add: 1
24372026-05-11T18:35:19.470Z[ helios-incorp] Files to retrieve: 0
24382026-05-11T18:35:19.470Z[ helios-incorp] Estimated transfer size: 0.00 B
24392026-05-11T18:35:19.470Z[ helios-incorp]
24402026-05-11T18:35:19.470Z[ helios-incorp] Packages to archive:
24412026-05-11T18:35:19.470Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260511T183518Z
24422026-05-11T18:35:19.470Z[ helios-incorp]
24432026-05-11T18:35:19.470Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24442026-05-11T18:35:19.470Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24452026-05-11T18:35:19.505ZMay 11 18:35:18.459 INFO [helios-incorp] process exited with exit status: 0 (251.9931ms)
24462026-05-11T18:35:19.871Z[ omicron-package] Compiling ring v0.17.14
24472026-05-11T18:35:20.100Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24482026-05-11T18:35:20.104Z[ omicron-package] Compiling itertools v0.14.0
24492026-05-11T18:35:20.104Z[ omicron-package] Compiling secrecy v0.10.3
24502026-05-11T18:35:20.132Z[ omicron-package] Compiling heapless v0.8.0
24512026-05-11T18:35:20.151Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24522026-05-11T18:35:20.205Z[ omicron-package] Compiling hash32 v0.3.1
24532026-05-11T18:35:20.208Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24542026-05-11T18:35:20.208Z[ omicron-package] Compiling unicode-width v0.2.0
24552026-05-11T18:35:20.208Z[ omicron-package] Compiling smoltcp v0.11.0
24562026-05-11T18:35:20.546Z[ omicron-package] Compiling cobs v0.3.0
24572026-05-11T18:35:20.546Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24582026-05-11T18:35:20.667Z[ omicron-package] Compiling universal-hash v0.5.1
24592026-05-11T18:35:20.848Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24602026-05-11T18:35:21.033Z[ omicron-package] Compiling convert_case v0.4.0
24612026-05-11T18:35:21.037Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24622026-05-11T18:35:21.037Z[ omicron-package] Compiling opaque-debug v0.3.1
24632026-05-11T18:35:21.170Z[ omicron-package] Compiling postcard v1.1.3
24642026-05-11T18:35:21.220Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24652026-05-11T18:35:21.223Z[ omicron-package] Compiling password-hash v0.5.0
24662026-05-11T18:35:21.223Z[ omicron-package] Compiling poly1305 v0.8.0
24672026-05-11T18:35:21.331Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24682026-05-11T18:35:21.595Z[ omicron-package] Compiling derive_more v0.99.20
24692026-05-11T18:35:21.765Z[ omicron-package] Compiling chacha20 v0.9.1
24702026-05-11T18:35:21.870Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
24712026-05-11T18:35:22.023Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
24722026-05-11T18:35:22.066Z[ omicron-package] Compiling blake2 v0.10.6
24732026-05-11T18:35:22.066Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
24742026-05-11T18:35:22.069Z[ omicron-package] Compiling aead v0.5.2
24752026-05-11T18:35:22.126Z[ omicron-package] Compiling num_enum_derive v0.7.5
24762026-05-11T18:35:22.129Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
24772026-05-11T18:35:22.129Z[ omicron-package] Compiling ingot-macros v0.1.1
24782026-05-11T18:35:22.145Z[ omicron-package] Compiling proc-macro-error v1.0.4
24792026-05-11T18:35:22.182Z[ omicron-package] Compiling thiserror-no-std v2.0.2
24802026-05-11T18:35:22.359Z[ omicron-package] Compiling foreign-types-macros v0.2.3
24812026-05-11T18:35:22.392Z[ omicron-package] Compiling foreign-types-shared v0.3.1
24822026-05-11T18:35:22.472Z[ omicron-package] Compiling cpufeatures v0.3.0
24832026-05-11T18:35:22.553Z[ omicron-package] Compiling argon2 v0.5.3
24842026-05-11T18:35:22.690Z[ omicron-package] Compiling chacha20 v0.10.0
24852026-05-11T18:35:22.693Z[ omicron-package] Compiling vsss-rs v3.3.4
24862026-05-11T18:35:22.758Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
24872026-05-11T18:35:22.891Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
24882026-05-11T18:35:22.891Z[ omicron-package] Compiling num_enum_derive v0.5.11
24892026-05-11T18:35:23.087Z[ omicron-package] Compiling foreign-types v0.5.0
24902026-05-11T18:35:23.213Z[ omicron-package] Compiling tabwriter v1.4.1
24912026-05-11T18:35:23.269Z[ omicron-package] Compiling byte-wrapper v0.1.0
24922026-05-11T18:35:23.294Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24932026-05-11T18:35:23.322Z[ omicron-package] Compiling cstr-argument v0.1.2
24942026-05-11T18:35:23.415Z[ omicron-package] Compiling num_enum v0.7.5
24952026-05-11T18:35:23.507Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
24962026-05-11T18:35:23.527Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24972026-05-11T18:35:23.603Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24982026-05-11T18:35:23.672Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24992026-05-11T18:35:23.694Z[ omicron-package] Compiling rand v0.10.0
25002026-05-11T18:35:23.875Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25012026-05-11T18:35:23.898Z[ omicron-package] Compiling rayon v1.11.0
25022026-05-11T18:35:23.901Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25032026-05-11T18:35:23.978Z[ omicron-package] Compiling libefi-sys v0.1.0
25042026-05-11T18:35:24.009Z[ omicron-package] Compiling num_enum v0.5.11
25052026-05-11T18:35:24.023Z[ omicron-package] Compiling colored v3.1.1
25062026-05-11T18:35:24.077Z[ omicron-package] Compiling rustls v0.23.37
25072026-05-11T18:35:24.082Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25082026-05-11T18:35:24.125Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25092026-05-11T18:35:24.159Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25102026-05-11T18:35:24.180Z[ omicron-package] Compiling itertools v0.12.1
25112026-05-11T18:35:24.342Z[ omicron-package] Compiling usdt-macro v0.5.0
25122026-05-11T18:35:24.412Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25132026-05-11T18:35:24.463Z[ omicron-package] Compiling sigpipe v0.1.3
25142026-05-11T18:35:24.536Z[ omicron-package] Compiling memmap v0.7.0
25152026-05-11T18:35:24.613Z[ omicron-package] Compiling bitfield-struct v0.6.2
25162026-05-11T18:35:24.645Z[ omicron-package] Compiling num-derive v0.4.2
25172026-05-11T18:35:24.827Z[ omicron-package] Compiling swrite v0.1.0
25182026-05-11T18:35:24.860Z[ omicron-package] Compiling glob v0.3.3
25192026-05-11T18:35:24.878Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25202026-05-11T18:35:24.907Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25212026-05-11T18:35:25.039Z[ omicron-package] Compiling ingot-types v0.1.2
25222026-05-11T18:35:25.084Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25232026-05-11T18:35:25.247Z[ omicron-package] Compiling smf v0.2.3
25242026-05-11T18:35:25.321Z[ omicron-package] Compiling usdt v0.5.0
25252026-05-11T18:35:25.457Z[ omicron-package] Compiling rustls-webpki v0.103.9
25262026-05-11T18:35:25.538Z[ omicron-package] Compiling ingot v0.1.1
25272026-05-11T18:35:25.625Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25282026-05-11T18:35:25.647Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25292026-05-11T18:35:25.752Z[ omicron-package] Compiling zone v0.3.1
25302026-05-11T18:35:25.818Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25312026-05-11T18:35:25.856Z[ omicron-package] Compiling whoami v1.6.1
25322026-05-11T18:35:25.898Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25332026-05-11T18:35:25.945Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25342026-05-11T18:35:25.976Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25352026-05-11T18:35:26.170Z[ omicron-package] Compiling console v0.16.2
25362026-05-11T18:35:26.193Z[ omicron-package] Compiling gethostname v0.5.0
25372026-05-11T18:35:26.302Z[ omicron-package] Compiling unit-prefix v0.5.2
25382026-05-11T18:35:26.367Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25392026-05-11T18:35:26.404Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25402026-05-11T18:35:26.829Z[ omicron-package] Compiling indicatif v0.18.4
25412026-05-11T18:35:27.482Z[ omicron-package] Compiling rustls v0.22.4
25422026-05-11T18:35:27.717Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
25432026-05-11T18:35:28.565Z[ omicron-package] Compiling rustls-webpki v0.102.8
25442026-05-11T18:35:29.036Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
25452026-05-11T18:35:29.361Z[ omicron-package] Compiling tokio-rustls v0.26.4
25462026-05-11T18:35:29.361Z[ omicron-package] Compiling rustls-platform-verifier v0.6.2
25472026-05-11T18:35:29.617Z[ omicron-package] Compiling hyper-rustls v0.27.7
25482026-05-11T18:35:29.850Z[ omicron-package] Compiling reqwest v0.12.28
25492026-05-11T18:35:29.853Z[ omicron-package] Compiling reqwest v0.13.2
25502026-05-11T18:35:30.265Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
25512026-05-11T18:35:31.030Z[ omicron-package] Compiling tokio-rustls v0.25.0
25522026-05-11T18:35:31.289Z[ omicron-package] Compiling dropshot v0.17.0
25532026-05-11T18:35:32.321ZMay 11 18:35:31.275 INFO [hubris-staging] task succeeded (14.490947187s)
25542026-05-11T18:35:32.430Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25552026-05-11T18:35:32.759Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25562026-05-11T18:35:33.817Z[ helios-setup] May 11 18:35:32.771 INFO helios repository root is: /work/oxidecomputer/helios
25572026-05-11T18:35:33.821Z[ helios-setup] May 11 18:35:32.772 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
25582026-05-11T18:35:33.821Z[ helios-setup] May 11 18:35:32.772 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, unless_env: None, fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
25592026-05-11T18:35:33.821Z[ helios-setup] May 11 18:35:32.772 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
25602026-05-11T18:35:33.821Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
25612026-05-11T18:35:34.561Z[ helios-setup] May 11 18:35:33.515 INFO clone ok!, project: amd-host-image-builder
25622026-05-11T18:35:34.564Z[ helios-setup] May 11 18:35:33.515 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
25632026-05-11T18:35:34.564Z[ helios-setup] May 11 18:35:33.515 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, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
25642026-05-11T18:35:34.564Z[ helios-setup] May 11 18:35:33.515 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25652026-05-11T18:35:34.564Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25662026-05-11T18:35:34.729Z[ omicron-package] Compiling progenitor-client v0.14.0
25672026-05-11T18:35:34.819Z[ omicron-package] Compiling progenitor-client v0.10.0
25682026-05-11T18:35:34.852Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25692026-05-11T18:35:35.137Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25702026-05-11T18:35:35.166Z[ omicron-package] Compiling progenitor-extras v0.2.0
25712026-05-11T18:35:35.199Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25722026-05-11T18:35:35.230Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25732026-05-11T18:35:35.255Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25742026-05-11T18:35:35.320Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25752026-05-11T18:35:35.388Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25762026-05-11T18:35:35.427Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25772026-05-11T18:35:35.446Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25782026-05-11T18:35:35.595Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25792026-05-11T18:35:40.043Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25802026-05-11T18:35:41.894Z[ helios-setup] May 11 18:35:40.848 INFO clone ok!, project: amd-firmware
25812026-05-11T18:35:41.894Z[ helios-setup] May 11 18:35:40.848 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, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms
25822026-05-11T18:35:41.898Z[ helios-setup] May 11 18:35:40.848 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
25832026-05-11T18:35:41.898Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
25842026-05-11T18:35:42.861Z[ helios-setup] May 11 18:35:41.815 INFO clone ok!, project: chelsio-t6-roms
25852026-05-11T18:35:42.865Z[ helios-setup] May 11 18:35:41.815 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, unless_env: None, fixup: [] }, project: bootserver
25862026-05-11T18:35:42.865Z[ helios-setup] May 11 18:35:41.815 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25872026-05-11T18:35:42.865Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25882026-05-11T18:35:43.567Z[ helios-setup] May 11 18:35:42.521 INFO clone ok!, project: bootserver
25892026-05-11T18:35:43.567Z[ helios-setup] May 11 18:35:42.521 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
25902026-05-11T18:35:43.570Z[ helios-setup] May 11 18:35:42.521 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, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: dmar-report
25912026-05-11T18:35:43.570Z[ helios-setup] May 11 18:35:42.521 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
25922026-05-11T18:35:43.570Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
25932026-05-11T18:35:44.299Z[ helios-setup] May 11 18:35:43.253 INFO clone ok!, project: dmar-report
25942026-05-11T18:35:44.299Z[ helios-setup] May 11 18:35:43.253 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, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
25952026-05-11T18:35:44.303Z[ helios-setup] May 11 18:35:43.253 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25962026-05-11T18:35:44.303Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25972026-05-11T18:35:45.186Z[ helios-setup] May 11 18:35:44.140 INFO clone ok!, project: pilot
25982026-05-11T18:35:45.190Z[ helios-setup] May 11 18:35:44.140 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, unless_env: None, fixup: [] }, project: image-builder
25992026-05-11T18:35:45.190Z[ helios-setup] May 11 18:35:44.140 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26002026-05-11T18:35:45.190Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26012026-05-11T18:35:45.683Z[ helios-setup] May 11 18:35:44.635 INFO clone ok!, project: image-builder
26022026-05-11T18:35:45.686Z[ helios-setup] May 11 18:35:44.636 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, unless_env: None, fixup: [] }, project: pinprick
26032026-05-11T18:35:45.686Z[ helios-setup] May 11 18:35:44.636 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26042026-05-11T18:35:45.686Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26052026-05-11T18:35:46.138Z[ helios-setup] May 11 18:35:45.091 INFO clone ok!, project: pinprick
26062026-05-11T18:35:46.141Z[ helios-setup] May 11 18:35:45.091 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, unless_env: None, fixup: [] }, project: phbl
26072026-05-11T18:35:46.141Z[ helios-setup] May 11 18:35:45.091 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26082026-05-11T18:35:46.141Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26092026-05-11T18:35:46.660Z[ helios-setup] May 11 18:35:45.614 INFO clone ok!, project: phbl
26102026-05-11T18:35:46.666Z[ helios-setup] May 11 18:35:45.614 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26112026-05-11T18:35:46.875Z[ helios-setup] May 11 18:35:45.829 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26122026-05-11T18:35:47.091Z[ helios-setup] May 11 18:35:46.045 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26132026-05-11T18:35:47.091Z[ helios-setup] May 11 18:35:46.045 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26142026-05-11T18:35:47.303Z[ helios-setup] May 11 18:35:46.257 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26152026-05-11T18:35:47.516Z[ helios-setup] May 11 18:35:46.470 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26162026-05-11T18:35:47.517Z[ helios-setup] May 11 18:35:46.470 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26172026-05-11T18:35:47.600Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26182026-05-11T18:35:47.733Z[ helios-setup] May 11 18:35:46.687 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26192026-05-11T18:35:47.977Z[ helios-setup] May 11 18:35:46.931 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26202026-05-11T18:35:47.977Z[ helios-setup] May 11 18:35:46.931 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26212026-05-11T18:35:47.980Z[ helios-setup] May 11 18:35:46.931 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26222026-05-11T18:35:47.980Z[ helios-setup] May 11 18:35:46.931 INFO ok!
26232026-05-11T18:35:47.980Z[ helios-setup] May 11 18:35:46.931 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26242026-05-11T18:35:47.980Z[ helios-setup] May 11 18:35:46.931 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26252026-05-11T18:35:47.980Z[ helios-setup] May 11 18:35:46.931 INFO ok!
26262026-05-11T18:35:47.980Z[ helios-setup] May 11 18:35:46.931 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26272026-05-11T18:35:47.980Z[ helios-setup] May 11 18:35:46.931 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26282026-05-11T18:35:47.980Z[ helios-setup] May 11 18:35:46.931 INFO ok!
26292026-05-11T18:35:47.981Z[ helios-setup] May 11 18:35:46.931 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
26302026-05-11T18:35:48.012Z[ helios-setup] May 11 18:35:46.966 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.94.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
26312026-05-11T18:35:48.012Z[ helios-setup] May 11 18:35:46.966 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
26322026-05-11T18:35:48.012Z[ helios-setup] May 11 18:35:46.966 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
26332026-05-11T18:35:48.161Z[ helios-setup] May 11 18:35:47.114 INFO E| Updating crates.io index
26342026-05-11T18:35:48.161Z[ helios-setup] May 11 18:35:47.115 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
26352026-05-11T18:35:48.619Z[ helios-setup] May 11 18:35:47.573 INFO E| From https://github.com/oxidecomputer/amd-apcb
26362026-05-11T18:35:48.619Z[ helios-setup] May 11 18:35:47.573 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
26372026-05-11T18:35:48.676Z[ helios-setup] May 11 18:35:47.630 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
26382026-05-11T18:35:49.041Z[ helios-setup] May 11 18:35:47.995 INFO E| From https://github.com/oxidecomputer/amd-efs
26392026-05-11T18:35:49.041Z[ helios-setup] May 11 18:35:47.995 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
26402026-05-11T18:35:49.390Z[ helios-setup] May 11 18:35:48.344 INFO E| Downloading crates ...
26412026-05-11T18:35:49.455Z[ helios-setup] May 11 18:35:48.409 INFO E| Downloaded log v0.4.27
26422026-05-11T18:35:49.458Z[ helios-setup] May 11 18:35:48.412 INFO E| Downloaded itoa v1.0.15
26432026-05-11T18:35:49.464Z[ helios-setup] May 11 18:35:48.418 INFO E| Downloaded modular-bitfield v0.11.2
26442026-05-11T18:35:49.471Z[ helios-setup] May 11 18:35:48.425 INFO E| Downloaded unic-char-property v0.9.0
26452026-05-11T18:35:49.474Z[ helios-setup] May 11 18:35:48.427 INFO E| Downloaded strsim v0.8.0
26462026-05-11T18:35:49.478Z[ helios-setup] May 11 18:35:48.432 INFO E| Downloaded modular-bitfield v0.13.1
26472026-05-11T18:35:49.484Z[ helios-setup] May 11 18:35:48.438 INFO E| Downloaded unic-common v0.9.0
26482026-05-11T18:35:49.487Z[ helios-setup] May 11 18:35:48.439 INFO E| Downloaded heck v0.3.3
26492026-05-11T18:35:49.487Z[ helios-setup] May 11 18:35:48.440 INFO E| Downloaded unic-ucd-version v0.9.0
26502026-05-11T18:35:49.487Z[ helios-setup] May 11 18:35:48.440 INFO E| Downloaded four-cc v0.4.0
26512026-05-11T18:35:49.487Z[ helios-setup] May 11 18:35:48.441 INFO E| Downloaded ansi_term v0.12.1
26522026-05-11T18:35:49.495Z[ helios-setup] May 11 18:35:48.449 INFO E| Downloaded strum v0.27.1
26532026-05-11T18:35:49.500Z[ helios-setup] May 11 18:35:48.454 INFO E| Downloaded unic-ucd-ident v0.9.0
26542026-05-11T18:35:49.503Z[ helios-setup] May 11 18:35:48.456 INFO E| Downloaded fletcher v1.0.0
26552026-05-11T18:35:49.507Z[ helios-setup] May 11 18:35:48.462 INFO E| Downloaded dyn-clone v1.0.19
26562026-05-11T18:35:49.511Z[ helios-setup] May 11 18:35:48.464 INFO E| Downloaded vec_map v0.8.2
26572026-05-11T18:35:49.514Z[ helios-setup] May 11 18:35:48.465 INFO E| Downloaded unic-char-range v0.9.0
26582026-05-11T18:35:49.519Z[ helios-setup] May 11 18:35:48.473 INFO E| Downloaded parse_int v0.9.0
26592026-05-11T18:35:49.523Z[ helios-setup] May 11 18:35:48.477 INFO E| Downloaded textwrap v0.11.0
26602026-05-11T18:35:49.526Z[ helios-setup] May 11 18:35:48.478 INFO E| Downloaded autocfg v1.4.0
26612026-05-11T18:35:49.526Z[ helios-setup] May 11 18:35:48.479 INFO E| Downloaded thiserror-impl v2.0.12
26622026-05-11T18:35:49.526Z[ helios-setup] May 11 18:35:48.480 INFO E| Downloaded modular-bitfield-impl v0.11.2
26632026-05-11T18:35:49.529Z[ helios-setup] May 11 18:35:48.481 INFO E| Downloaded strum_macros v0.27.1
26642026-05-11T18:35:49.532Z[ helios-setup] May 11 18:35:48.485 INFO E| Downloaded structopt-derive v0.4.18
26652026-05-11T18:35:49.532Z[ helios-setup] May 11 18:35:48.485 INFO E| Downloaded pest_generator v2.8.0
26662026-05-11T18:35:49.535Z[ helios-setup] May 11 18:35:48.486 INFO E| Downloaded thiserror v2.0.12
26672026-05-11T18:35:49.538Z[ helios-setup] May 11 18:35:48.490 INFO E| Downloaded bytesize v2.0.1
26682026-05-11T18:35:49.538Z[ helios-setup] May 11 18:35:48.491 INFO E| Downloaded modular-bitfield-impl v0.13.1
26692026-05-11T18:35:49.541Z[ helios-setup] May 11 18:35:48.496 INFO E| Downloaded rustversion v1.0.20
26702026-05-11T18:35:49.549Z[ helios-setup] May 11 18:35:48.503 INFO E| Downloaded quote v1.0.40
26712026-05-11T18:35:49.553Z[ helios-setup] May 11 18:35:48.505 INFO E| Downloaded pest_derive v2.8.0
26722026-05-11T18:35:49.560Z[ helios-setup] May 11 18:35:48.514 INFO E| Downloaded structopt v0.3.26
26732026-05-11T18:35:49.564Z[ helios-setup] May 11 18:35:48.519 INFO E| Downloaded unicode-ident v1.0.18
26742026-05-11T18:35:49.567Z[ helios-setup] May 11 18:35:48.520 INFO E| Downloaded ryu v1.0.20
26752026-05-11T18:35:49.570Z[ helios-setup] May 11 18:35:48.522 INFO E| Downloaded pest_meta v2.8.0
26762026-05-11T18:35:49.574Z[ helios-setup] May 11 18:35:48.526 INFO E| Downloaded proc-macro2 v1.0.95
26772026-05-11T18:35:49.578Z[ helios-setup] May 11 18:35:48.532 INFO E| Downloaded typenum v1.18.0
26782026-05-11T18:35:49.581Z[ helios-setup] May 11 18:35:48.534 INFO E| Downloaded memchr v2.7.4
26792026-05-11T18:35:49.584Z[ helios-setup] May 11 18:35:48.538 INFO E| Downloaded clap v2.34.0
26802026-05-11T18:35:49.588Z[ helios-setup] May 11 18:35:48.542 INFO E| Downloaded serde_derive v1.0.219
26812026-05-11T18:35:49.592Z[ helios-setup] May 11 18:35:48.544 INFO E| Downloaded zerocopy-derive v0.8.25
26822026-05-11T18:35:49.595Z[ helios-setup] May 11 18:35:48.548 INFO E| Downloaded serde v1.0.219
26832026-05-11T18:35:49.598Z[ helios-setup] May 11 18:35:48.551 INFO E| Downloaded pest v2.8.0
26842026-05-11T18:35:49.614Z[ helios-setup] May 11 18:35:48.568 INFO E| Downloaded serde_json v1.0.140
26852026-05-11T18:35:49.627Z[ helios-setup] May 11 18:35:48.581 INFO E| Downloaded goblin v0.9.3
26862026-05-11T18:35:49.634Z[ helios-setup] May 11 18:35:48.589 INFO E| Downloaded syn v2.0.101
26872026-05-11T18:35:49.644Z[ helios-setup] May 11 18:35:48.595 INFO E| Downloaded zerocopy v0.8.25
26882026-05-11T18:35:49.750Z[ helios-setup] May 11 18:35:48.703 INFO E| Downloaded libc v0.2.172
26892026-05-11T18:35:49.808Z[ helios-setup] May 11 18:35:48.761 INFO E| Compiling proc-macro2 v1.0.95
26902026-05-11T18:35:49.808Z[ helios-setup] May 11 18:35:48.762 INFO E| Compiling unicode-ident v1.0.18
26912026-05-11T18:35:49.812Z[ helios-setup] May 11 18:35:48.762 INFO E| Compiling memchr v2.7.4
26922026-05-11T18:35:49.812Z[ helios-setup] May 11 18:35:48.762 INFO E| Compiling autocfg v1.4.0
26932026-05-11T18:35:49.812Z[ helios-setup] May 11 18:35:48.762 INFO E| Compiling thiserror v2.0.12
26942026-05-11T18:35:49.812Z[ helios-setup] May 11 18:35:48.762 INFO E| Compiling syn v1.0.109
26952026-05-11T18:35:49.812Z[ helios-setup] May 11 18:35:48.762 INFO E| Compiling serde v1.0.219
26962026-05-11T18:35:49.812Z[ helios-setup] May 11 18:35:48.762 INFO E| Compiling version_check v0.9.5
26972026-05-11T18:35:49.812Z[ helios-setup] May 11 18:35:48.762 INFO E| Compiling serde_json v1.0.140
26982026-05-11T18:35:49.812Z[ helios-setup] May 11 18:35:48.762 INFO E| Compiling ryu v1.0.20
26992026-05-11T18:35:49.812Z[ helios-setup] May 11 18:35:48.762 INFO E| Compiling schemars v0.8.22
27002026-05-11T18:35:49.813Z[ helios-setup] May 11 18:35:48.762 INFO E| Compiling itoa v1.0.15
27012026-05-11T18:35:49.813Z[ helios-setup] May 11 18:35:48.762 INFO E| Compiling zerocopy v0.8.25
27022026-05-11T18:35:49.813Z[ helios-setup] May 11 18:35:48.762 INFO E| Compiling paste v1.0.15
27032026-05-11T18:35:49.813Z[ helios-setup] May 11 18:35:48.762 INFO E| Compiling static_assertions v1.1.0
27042026-05-11T18:35:49.813Z[ helios-setup] May 11 18:35:48.762 INFO E| Compiling rustversion v1.0.20
27052026-05-11T18:35:50.138Z[ helios-setup] May 11 18:35:49.092 INFO E| Compiling ucd-trie v0.1.7
27062026-05-11T18:35:50.238Z[ helios-setup] May 11 18:35:49.192 INFO E| Compiling dyn-clone v1.0.19
27072026-05-11T18:35:50.495Z[ helios-setup] May 11 18:35:49.449 INFO E| Compiling libc v0.2.172
27082026-05-11T18:35:50.502Z[ helios-setup] May 11 18:35:49.456 INFO E| Compiling once_cell v1.21.3
27092026-05-11T18:35:50.517Z[ helios-setup] May 11 18:35:49.469 INFO E| Compiling heck v0.5.0
27102026-05-11T18:35:50.615Z[ helios-setup] May 11 18:35:49.569 INFO E| Compiling unicode-segmentation v1.12.0
27112026-05-11T18:35:50.646Z[ helios-setup] May 11 18:35:49.599 INFO E| Compiling unicode-width v0.1.14
27122026-05-11T18:35:50.708Z[ helios-setup] May 11 18:35:49.660 INFO E| Compiling proc-macro-error-attr v1.0.4
27132026-05-11T18:35:50.784Z[ helios-setup] May 11 18:35:49.738 INFO E| Compiling proc-macro-error v1.0.4
27142026-05-11T18:35:50.788Z[ helios-setup] May 11 18:35:49.739 INFO E| Compiling unic-char-range v0.9.0
27152026-05-11T18:35:50.869Z[ helios-setup] May 11 18:35:49.823 INFO E| Compiling num-traits v0.2.19
27162026-05-11T18:35:50.951Z[ helios-setup] May 11 18:35:49.905 INFO E| Compiling memoffset v0.9.1
27172026-05-11T18:35:50.956Z[ helios-setup] May 11 18:35:49.910 INFO E| Compiling strsim v0.8.0
27182026-05-11T18:35:51.002Z[ helios-setup] May 11 18:35:49.956 INFO E| Compiling byteorder v1.5.0
27192026-05-11T18:35:51.062Z[ helios-setup] May 11 18:35:50.016 INFO E| Compiling textwrap v0.11.0
27202026-05-11T18:35:51.098Z[ helios-setup] May 11 18:35:50.052 INFO E| Compiling heck v0.3.3
27212026-05-11T18:35:51.143Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27222026-05-11T18:35:51.146Z[ helios-setup] May 11 18:35:50.097 INFO E| Compiling fletcher v1.0.0
27232026-05-11T18:35:51.159Z[ helios-setup] May 11 18:35:50.113 INFO E| Compiling ansi_term v0.12.1
27242026-05-11T18:35:51.159Z[ helios-setup] May 11 18:35:50.113 INFO E| Compiling vec_map v0.8.2
27252026-05-11T18:35:51.231Z[ helios-setup] May 11 18:35:50.184 INFO E| Compiling bitflags v1.3.2
27262026-05-11T18:35:51.276Z[ helios-setup] May 11 18:35:50.230 INFO E| Compiling unic-common v0.9.0
27272026-05-11T18:35:51.288Z[ helios-setup] May 11 18:35:50.240 INFO E| Compiling strum v0.27.1
27282026-05-11T18:35:51.313Z[ helios-setup] May 11 18:35:50.267 INFO E| Compiling unic-char-property v0.9.0
27292026-05-11T18:35:51.325Z[ helios-setup] May 11 18:35:50.279 INFO E| Compiling plain v0.2.3
27302026-05-11T18:35:51.333Z[ helios-setup] May 11 18:35:50.287 INFO E| Compiling log v0.4.27
27312026-05-11T18:35:51.338Z[ helios-setup] May 11 18:35:50.292 INFO E| Compiling lazy_static v1.5.0
27322026-05-11T18:35:51.396Z[ helios-setup] May 11 18:35:50.349 INFO E| Compiling unic-ucd-version v0.9.0
27332026-05-11T18:35:51.405Z[ helios-setup] May 11 18:35:50.359 INFO E| Compiling bytesize v2.0.1
27342026-05-11T18:35:51.441Z[ helios-setup] May 11 18:35:50.395 INFO E| Compiling atty v0.2.14
27352026-05-11T18:35:51.459Z[ helios-setup] May 11 18:35:50.413 INFO E| Compiling unic-ucd-ident v0.9.0
27362026-05-11T18:35:51.508Z[ helios-setup] May 11 18:35:50.462 INFO E| Compiling clap v2.34.0
27372026-05-11T18:35:51.557Z[ helios-setup] May 11 18:35:50.510 INFO E| Compiling quote v1.0.40
27382026-05-11T18:35:51.730Z[ helios-setup] May 11 18:35:50.683 INFO E| Compiling syn v2.0.101
27392026-05-11T18:35:52.042Z[ helios-setup] May 11 18:35:50.996 INFO E| Compiling parse_int v0.9.0
27402026-05-11T18:35:52.497Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27412026-05-11T18:35:53.845Z[ helios-setup] May 11 18:35:52.799 INFO E| Compiling modular-bitfield-impl v0.11.2
27422026-05-11T18:35:53.845Z[ helios-setup] May 11 18:35:52.799 INFO E| Compiling structopt-derive v0.4.18
27432026-05-11T18:35:53.982Z[ helios-setup] May 11 18:35:52.935 INFO E| Compiling serde_derive_internals v0.29.1
27442026-05-11T18:35:54.756Z[ helios-setup] May 11 18:35:53.710 INFO E| Compiling thiserror-impl v2.0.12
27452026-05-11T18:35:54.757Z[ helios-setup] May 11 18:35:53.710 INFO E| Compiling serde_derive v1.0.219
27462026-05-11T18:35:54.757Z[ helios-setup] May 11 18:35:53.710 INFO E| Compiling schemars_derive v0.8.22
27472026-05-11T18:35:54.760Z[ helios-setup] May 11 18:35:53.710 INFO E| Compiling zerocopy-derive v0.8.25
27482026-05-11T18:35:54.760Z[ helios-setup] May 11 18:35:53.710 INFO E| Compiling modular-bitfield-impl v0.13.1
27492026-05-11T18:35:54.760Z[ helios-setup] May 11 18:35:53.710 INFO E| Compiling num-derive v0.4.2
27502026-05-11T18:35:54.760Z[ helios-setup] May 11 18:35:53.710 INFO E| Compiling strum_macros v0.27.1
27512026-05-11T18:35:54.760Z[ helios-setup] May 11 18:35:53.710 INFO E| Compiling scroll_derive v0.12.1
27522026-05-11T18:35:54.933Z[ helios-setup] May 11 18:35:53.887 INFO E| Compiling modular-bitfield v0.11.2
27532026-05-11T18:35:54.939Z[ helios-setup] May 11 18:35:53.893 INFO E| Compiling structopt v0.3.26
27542026-05-11T18:35:55.402Z[ helios-setup] May 11 18:35:54.356 INFO E| Compiling scroll v0.12.0
27552026-05-11T18:35:55.610Z[ helios-setup] May 11 18:35:54.564 INFO E| Compiling goblin v0.9.3
27562026-05-11T18:35:55.759Z[ helios-setup] May 11 18:35:54.712 INFO E| Compiling modular-bitfield v0.13.1
27572026-05-11T18:35:55.833Z[ helios-setup] May 11 18:35:54.787 INFO E| Compiling pest v2.8.0
27582026-05-11T18:35:56.823Z[ helios-setup] May 11 18:35:55.776 INFO E| Compiling pest_meta v2.8.0
27592026-05-11T18:35:57.336Z[ helios-setup] May 11 18:35:56.290 INFO E| Compiling pest_generator v2.8.0
27602026-05-11T18:35:57.811Z[ helios-setup] May 11 18:35:56.765 INFO E| Compiling pest_derive v2.8.0
27612026-05-11T18:35:58.482Z[ helios-setup] May 11 18:35:57.436 INFO E| Compiling json5 v0.4.1
27622026-05-11T18:35:59.774Z[ helios-setup] May 11 18:35:58.728 INFO E| Compiling four-cc v0.4.0
27632026-05-11T18:35:59.778Z[ helios-setup] May 11 18:35:58.728 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
27642026-05-11T18:35:59.882Z[ helios-setup] May 11 18:35:58.834 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
27652026-05-11T18:36:02.390Z[ omicron-package] Finished `release` profile [optimized] target(s) in 44.55s
27662026-05-11T18:36:02.620Z[ omicron-package]
27672026-05-11T18:36:02.620Z[ omicron-package] real 44.729305784
27682026-05-11T18:36:02.623Z[ omicron-package] user 5:14.155374631
27692026-05-11T18:36:02.623Z[ omicron-package] sys 28.508040890
27702026-05-11T18:36:02.623Z[ omicron-package] trap 0.531702487
27712026-05-11T18:36:02.623Z[ omicron-package] tflt 0.832206241
27722026-05-11T18:36:02.624Z[ omicron-package] dflt 2.835263902
27732026-05-11T18:36:02.624Z[ omicron-package] kflt 0.000749420
27742026-05-11T18:36:02.624Z[ omicron-package] lock 12:13.099335334
27752026-05-11T18:36:02.624Z[ omicron-package] slp 7:13.556857838
27762026-05-11T18:36:02.624Z[ omicron-package] lat 46.989516514
27772026-05-11T18:36:02.624Z[ omicron-package] stop 1:12.130092968
27782026-05-11T18:36:02.624ZMay 11 18:36:01.574 INFO [omicron-package] process exited with exit status: 0 (44.789106639s)
27792026-05-11T18:36:02.624ZMay 11 18:36:01.575 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27802026-05-11T18:36:02.624ZMay 11 18:36:01.575 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27812026-05-11T18:36:02.633Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27822026-05-11T18:36:02.636Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27832026-05-11T18:36:02.636Z[ recovery-target] Created new build target 'recovery' and set it as active
27842026-05-11T18:36:02.636Z[ host-target] Created new build target 'host' and set it as active
27852026-05-11T18:36:02.639ZMay 11 18:36:01.591 INFO [host-target] process exited with exit status: 0 (16.391942ms)
27862026-05-11T18:36:02.639ZMay 11 18:36:01.591 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27872026-05-11T18:36:02.639ZMay 11 18:36:01.591 INFO [recovery-target] process exited with exit status: 0 (16.361063ms)
27882026-05-11T18:36:02.644Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27892026-05-11T18:36:04.059Z[ host-package] Compiling ring v0.17.14
27902026-05-11T18:36:04.353Z[ host-package] Compiling heck v0.5.0
27912026-05-11T18:36:04.356Z[ host-package] Compiling regress v0.11.1
27922026-05-11T18:36:04.357Z[ host-package] Compiling unsafe-libyaml v0.2.11
27932026-05-11T18:36:04.455Z[ host-package] Compiling regress v0.10.5
27942026-05-11T18:36:04.478Z[ host-package] Compiling unicode-width v0.1.14
27952026-05-11T18:36:04.481Z[ host-package] Compiling is-terminal v0.4.17
27962026-05-11T18:36:04.523Z[ host-package] Compiling prettyplease v0.2.37
27972026-05-11T18:36:04.542Z[ host-package] Compiling bytecount v0.6.9
27982026-05-11T18:36:04.545Z[ host-package] Compiling derive-where v1.6.0
27992026-05-11T18:36:04.545Z[ host-package] Compiling thread_local v1.1.9
28002026-05-11T18:36:04.545Z[ host-package] Compiling compression-core v0.4.31
28012026-05-11T18:36:04.545Z[ host-package] Compiling match_cfg v0.1.0
28022026-05-11T18:36:04.583Z[ host-package] Compiling multer v3.1.0
28032026-05-11T18:36:04.676Z[ host-package] Compiling slog-async v2.8.0
28042026-05-11T18:36:04.723Z[ host-package] Compiling compression-codecs v0.4.37
28052026-05-11T18:36:04.746Z[ host-package] Compiling hostname v0.3.1
28062026-05-11T18:36:04.746Z[ host-package] Compiling crossbeam-channel v0.5.15
28072026-05-11T18:36:04.771Z[ host-package] Compiling slog-json v2.6.1
28082026-05-11T18:36:04.793Z[ host-package] Compiling futures-executor v0.3.32
28092026-05-11T18:36:04.821Z[ host-package] Compiling serde_spanned v1.0.4
28102026-05-11T18:36:04.842Z[ host-package] Compiling toml_datetime v1.0.0+spec-1.1.0
28112026-05-11T18:36:04.891Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
28122026-05-11T18:36:04.929Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28132026-05-11T18:36:04.978Z[ host-package] Compiling term v1.2.1
28142026-05-11T18:36:05.000Z[ host-package] Compiling take_mut v0.2.2
28152026-05-11T18:36:05.032Z[ host-package] Compiling futures v0.3.32
28162026-05-11T18:36:05.077Z[ host-package] Compiling slog-bunyan v2.5.0
28172026-05-11T18:36:05.102Z[ host-package] Compiling toml v1.0.6+spec-1.1.0
28182026-05-11T18:36:05.123Z[ host-package] Compiling async-compression v0.4.41
28192026-05-11T18:36:05.197Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28202026-05-11T18:36:05.248Z[ host-package] Compiling dropshot v0.17.0
28212026-05-11T18:36:05.271Z[ host-package] Compiling async-stream v0.3.6
28222026-05-11T18:36:05.275Z[ host-package] Compiling num-rational v0.4.2
28232026-05-11T18:36:05.322Z[ host-package] Compiling slog-term v2.9.2
28242026-05-11T18:36:05.379Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
28252026-05-11T18:36:05.468Z[ host-package] Compiling waitgroup v0.1.2
28262026-05-11T18:36:05.499Z[ host-package] Compiling backon v1.6.0
28272026-05-11T18:36:05.523Z[ host-package] Compiling rustls-pemfile v2.2.0
28282026-05-11T18:36:05.606Z[ host-package] Compiling num-complex v0.4.6
28292026-05-11T18:36:05.630Z[ host-package] Compiling hostname v0.4.2
28302026-05-11T18:36:05.657Z[ host-package] Compiling serde_path_to_error v0.1.20
28312026-05-11T18:36:05.680Z[ host-package] Compiling instant v0.1.13
28322026-05-11T18:36:05.728Z[ host-package] Compiling debug-ignore v1.0.5
28332026-05-11T18:36:05.750Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28342026-05-11T18:36:05.817Z[ host-package] Compiling backoff v0.4.0
28352026-05-11T18:36:05.840Z[ host-package] Compiling parse-display v0.10.0
28362026-05-11T18:36:05.880Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28372026-05-11T18:36:05.883Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28382026-05-11T18:36:05.924Z[ host-package] Compiling macaddr v1.0.1
28392026-05-11T18:36:06.053Z[ host-package] Compiling typify-impl v0.6.2
28402026-05-11T18:36:06.124Z[ host-package] Compiling num v0.4.3
28412026-05-11T18:36:06.127Z[ host-package] Compiling float-ord v0.3.2
28422026-05-11T18:36:06.269Z[ host-package] Compiling console v0.15.11
28432026-05-11T18:36:06.340Z[ host-package] Compiling newline-converter v0.3.0
28442026-05-11T18:36:06.366Z[ host-package] Compiling atomicwrites v0.4.4
28452026-05-11T18:36:06.366Z[ host-package] Compiling slog-dtrace v0.3.0
28462026-05-11T18:36:06.526Z[ host-package] Compiling cancel-safe-futures v0.1.5
28472026-05-11T18:36:06.553Z[ host-package] Compiling owo-colors v4.3.0
28482026-05-11T18:36:06.557Z[ host-package] Compiling libsw-core v0.3.2
28492026-05-11T18:36:06.662Z[ host-package] Compiling expectorate v1.2.0
28502026-05-11T18:36:06.751Z[ host-package] Compiling resolv-conf v0.7.6
28512026-05-11T18:36:06.774Z[ host-package] Compiling libsw v3.5.0
28522026-05-11T18:36:06.795Z[ host-package] Compiling toml v0.8.23
28532026-05-11T18:36:06.821Z[ host-package] Compiling linear-map v1.2.0
28542026-05-11T18:36:06.912Z[ host-package] Compiling linked-hash-map v0.5.6
28552026-05-11T18:36:06.958Z[ host-package] Compiling minimal-lexical v0.2.1
28562026-05-11T18:36:07.067Z[ host-package] Compiling unicode-xid v0.2.6
28572026-05-11T18:36:07.181Z[ host-package] Compiling nom v7.1.3
28582026-05-11T18:36:07.229Z[ host-package] Compiling lru-cache v0.1.2
28592026-05-11T18:36:07.253Z[ host-package] Compiling hickory-proto v0.24.4
28602026-05-11T18:36:07.253Z[ host-package] Compiling convert_case v0.10.0
28612026-05-11T18:36:07.309Z[ host-package] Compiling papergrid v0.11.0
28622026-05-11T18:36:07.366Z[ host-package] Compiling tabled_derive v0.7.0
28632026-05-11T18:36:07.415Z[ host-package] Compiling termtree v0.5.1
28642026-05-11T18:36:07.442Z[ host-package] Compiling phf_shared v0.12.1
28652026-05-11T18:36:07.445Z[ host-package] Compiling vte v0.14.1
28662026-05-11T18:36:07.574Z[ host-package] Compiling csv-core v0.1.13
28672026-05-11T18:36:07.598Z[ host-package] Compiling derive_more-impl v2.1.1
28682026-05-11T18:36:07.624Z[ host-package] Compiling chrono-tz v0.10.4
28692026-05-11T18:36:07.700Z[ host-package] Compiling highway v1.3.0
28702026-05-11T18:36:07.736Z[ host-package] Compiling strip-ansi-escapes v0.2.1
28712026-05-11T18:36:07.874Z[ host-package] Compiling csv v1.4.0
28722026-05-11T18:36:07.952Z[ host-package] Compiling phf v0.12.1
28732026-05-11T18:36:08.023Z[ host-package] Compiling const_format_proc_macros v0.2.34
28742026-05-11T18:36:08.157Z[ host-package] Compiling fd-lock v4.0.4
28752026-05-11T18:36:08.332Z[ host-package] Compiling rustls v0.23.37
28762026-05-11T18:36:08.358Z[ host-package] Compiling rustls v0.22.4
28772026-05-11T18:36:08.361Z[ host-package] Compiling tabled v0.15.0
28782026-05-11T18:36:08.406Z[ host-package] Compiling peg-macros v0.8.5
28792026-05-11T18:36:08.427Z[ host-package] Compiling nu-ansi-term v0.50.3
28802026-05-11T18:36:08.480Z[ host-package] Compiling derive_more v2.1.1
28812026-05-11T18:36:08.611Z[ host-package] Compiling crossterm v0.29.0
28822026-05-11T18:36:08.641Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28832026-05-11T18:36:08.830Z[ host-package] Compiling const_format v0.2.35
28842026-05-11T18:36:08.908Z[ host-package] Compiling reedline v0.40.0
28852026-05-11T18:36:09.215Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28862026-05-11T18:36:09.354Z[ host-package] Compiling bcs v0.1.6
28872026-05-11T18:36:09.406Z[ host-package] Compiling semver v0.1.20
28882026-05-11T18:36:09.625Z[ host-package] Compiling rustls-webpki v0.103.9
28892026-05-11T18:36:09.742Z[ host-package] Compiling typify-macro v0.6.2
28902026-05-11T18:36:09.797Z[ host-package] Compiling rustls-webpki v0.102.8
28912026-05-11T18:36:09.868Z[ host-package] Compiling hickory-resolver v0.24.4
28922026-05-11T18:36:10.005Z[ host-package] Compiling peg v0.8.5
28932026-05-11T18:36:10.137Z[ host-package] Compiling rustc_version v0.1.7
28942026-05-11T18:36:10.525Z[ host-package] Compiling newtype_derive v0.1.6
28952026-05-11T18:36:10.615Z[ host-package] Compiling smawk v0.3.2
28962026-05-11T18:36:10.822Z[ host-package] Compiling humantime v2.3.0
28972026-05-11T18:36:10.854Z[ host-package] Compiling unicode-linebreak v0.1.5
28982026-05-11T18:36:11.197Z[ host-package] Compiling qorb v0.4.1
28992026-05-11T18:36:11.346Z[ host-package] Compiling textwrap v0.16.2
29002026-05-11T18:36:11.396Z[ host-package] Compiling typify v0.6.2
29012026-05-11T18:36:11.664Z[ host-package] Compiling progenitor-impl v0.14.0
29022026-05-11T18:36:12.789Z[ host-package] Compiling tokio-rustls v0.25.0
29032026-05-11T18:36:13.021Z[ helios-setup] May 11 18:36:11.975 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
29042026-05-11T18:36:13.053Z[ host-package] Compiling progenitor-impl v0.13.0
29052026-05-11T18:36:13.680Z[ host-package] Compiling tokio-rustls v0.26.4
29062026-05-11T18:36:13.980Z[ host-package] Compiling rustls-platform-verifier v0.6.2
29072026-05-11T18:36:14.026Z[ host-package] Compiling hyper-rustls v0.27.7
29082026-05-11T18:36:14.376Z[ host-package] Compiling progenitor-macro v0.14.0
29092026-05-11T18:36:14.525Z[ host-package] Compiling reqwest v0.13.2
29102026-05-11T18:36:15.456Z[ host-package] Compiling reqwest v0.12.28
29112026-05-11T18:36:16.211Z[ host-package] Compiling progenitor-macro v0.13.0
29122026-05-11T18:36:16.661Z[ helios-setup] May 11 18:36:15.614 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
29132026-05-11T18:36:16.689Z[ host-package] Compiling progenitor-client v0.14.0
29142026-05-11T18:36:16.882Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
29152026-05-11T18:36:17.086Z[ host-package] Compiling progenitor-extras v0.2.0
29162026-05-11T18:36:17.158Z[ host-package] Compiling dropshot-api-manager-types v0.7.1
29172026-05-11T18:36:17.378Z[ host-package] Compiling steno v0.4.1
29182026-05-11T18:36:17.889Z[ host-package] Compiling progenitor-client v0.10.0
29192026-05-11T18:36:18.187Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29202026-05-11T18:36:18.264Z[ host-package] Compiling utf-8 v0.7.6
29212026-05-11T18:36:18.472Z[ host-package] Compiling tagptr v0.2.0
29222026-05-11T18:36:18.559Z[ host-package] Compiling tungstenite v0.21.0
29232026-05-11T18:36:18.687Z[ host-package] Compiling moka v0.12.13
29242026-05-11T18:36:18.734Z[ host-package] Compiling num-derive v0.3.3
29252026-05-11T18:36:19.038Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
29262026-05-11T18:36:19.110Z[ host-package] Compiling typify-impl v0.4.3
29272026-05-11T18:36:19.571Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29282026-05-11T18:36:20.060Z[ host-package] Compiling hickory-resolver v0.25.2
29292026-05-11T18:36:20.060Z[ host-package] Compiling tokio-tungstenite v0.21.0
29302026-05-11T18:36:20.496Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29312026-05-11T18:36:20.527Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29322026-05-11T18:36:20.565Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29332026-05-11T18:36:20.807Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29342026-05-11T18:36:20.844Z[ host-package] Compiling libscf-sys v1.1.0
29352026-05-11T18:36:20.916Z[ host-package] Compiling proc-macro-error2 v2.0.1
29362026-05-11T18:36:20.983Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29372026-05-11T18:36:21.099Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
29382026-05-11T18:36:21.123Z[ host-package] Compiling papergrid v0.17.0
29392026-05-11T18:36:21.264Z[ host-package] Compiling tabled_derive v0.11.0
29402026-05-11T18:36:21.384Z[ host-package] Compiling testing_table v0.3.0
29412026-05-11T18:36:21.946Z[ host-package] Compiling vergen-gitcl v1.0.8
29422026-05-11T18:36:22.276Z[ host-package] Compiling progenitor-client v0.13.0
29432026-05-11T18:36:23.295Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29442026-05-11T18:36:23.339Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29452026-05-11T18:36:23.343Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29462026-05-11T18:36:23.903Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29472026-05-11T18:36:24.474Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29482026-05-11T18:36:25.266Z[ host-package] Compiling progenitor v0.14.0
29492026-05-11T18:36:25.467Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29502026-05-11T18:36:26.722Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29512026-05-11T18:36:27.028Z[ host-package] Compiling progenitor v0.13.0
29522026-05-11T18:36:27.084Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29532026-05-11T18:36:27.108Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29542026-05-11T18:36:27.241Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
29552026-05-11T18:36:27.481Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
29562026-05-11T18:36:27.624Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
29572026-05-11T18:36:27.902Z[ host-package] Compiling tough v0.20.0
29582026-05-11T18:36:28.422Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29592026-05-11T18:36:28.429Z[ helios-setup] May 11 18:36:27.383 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.38s
29602026-05-11T18:36:28.467Z[ helios-setup] May 11 18:36:27.420 INFO building project "amd-host-image-builder" ok (40 seconds)
29612026-05-11T18:36:28.467Z[ helios-setup] May 11 18:36:27.420 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
29622026-05-11T18:36:28.476Z[ helios-setup] May 11 18:36:27.429 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.94.0-x86_64-unknown-illumos (default)"
29632026-05-11T18:36:28.476Z[ helios-setup] May 11 18:36:27.429 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
29642026-05-11T18:36:28.479Z[ helios-setup] May 11 18:36:27.429 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
29652026-05-11T18:36:28.593Z[ helios-setup] May 11 18:36:27.547 INFO E| Downloading crates ...
29662026-05-11T18:36:28.643Z[ helios-setup] May 11 18:36:27.597 INFO E| Downloaded unicode-width v0.1.10
29672026-05-11T18:36:28.653Z[ helios-setup] May 11 18:36:27.607 INFO E| Downloaded sha2 v0.10.5
29682026-05-11T18:36:28.656Z[ helios-setup] May 11 18:36:27.608 INFO E| Downloaded cpufeatures v0.2.5
29692026-05-11T18:36:28.659Z[ helios-setup] May 11 18:36:27.611 INFO E| Downloaded typenum v1.15.0
29702026-05-11T18:36:28.659Z[ helios-setup] May 11 18:36:27.613 INFO E| Downloaded miniz_oxide v0.6.2
29712026-05-11T18:36:28.662Z[ helios-setup] May 11 18:36:27.614 INFO E| Downloaded digest v0.10.3
29722026-05-11T18:36:28.662Z[ helios-setup] May 11 18:36:27.615 INFO E| Downloaded generic-array v0.14.6
29732026-05-11T18:36:28.665Z[ helios-setup] May 11 18:36:27.617 INFO E| Downloaded block-buffer v0.10.3
29742026-05-11T18:36:28.668Z[ helios-setup] May 11 18:36:27.622 INFO E| Downloaded anyhow v1.0.62
29752026-05-11T18:36:28.671Z[ helios-setup] May 11 18:36:27.624 INFO E| Downloaded flate2 v1.0.25
29762026-05-11T18:36:28.675Z[ helios-setup] May 11 18:36:27.627 INFO E| Downloaded bytes v1.2.1
29772026-05-11T18:36:28.750Z[ helios-setup] May 11 18:36:27.704 INFO E| Compiling version_check v0.9.4
29782026-05-11T18:36:28.751Z[ helios-setup] May 11 18:36:27.704 INFO E| Compiling typenum v1.15.0
29792026-05-11T18:36:28.751Z[ helios-setup] May 11 18:36:27.704 INFO E| Compiling cfg-if v1.0.0
29802026-05-11T18:36:28.754Z[ helios-setup] May 11 18:36:27.704 INFO E| Compiling crc32fast v1.3.2
29812026-05-11T18:36:28.754Z[ helios-setup] May 11 18:36:27.704 INFO E| Compiling adler v1.0.2
29822026-05-11T18:36:28.754Z[ helios-setup] May 11 18:36:27.704 INFO E| Compiling anyhow v1.0.62
29832026-05-11T18:36:28.754Z[ helios-setup] May 11 18:36:27.704 INFO E| Compiling unicode-width v0.1.10
29842026-05-11T18:36:28.754Z[ helios-setup] May 11 18:36:27.704 INFO E| Compiling cpufeatures v0.2.5
29852026-05-11T18:36:28.754Z[ helios-setup] May 11 18:36:27.704 INFO E| Compiling bitflags v1.3.2
29862026-05-11T18:36:28.754Z[ helios-setup] May 11 18:36:27.705 INFO E| Compiling bytes v1.2.1
29872026-05-11T18:36:28.902Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29882026-05-11T18:36:29.136Z[ helios-setup] May 11 18:36:28.089 INFO E| Compiling miniz_oxide v0.6.2
29892026-05-11T18:36:29.163Z[ helios-setup] May 11 18:36:28.117 INFO E| Compiling generic-array v0.14.6
29902026-05-11T18:36:29.265Z[ helios-setup] May 11 18:36:28.218 INFO E| Compiling getopts v0.2.21
29912026-05-11T18:36:29.925Z[ helios-setup] May 11 18:36:28.878 INFO E| Compiling flate2 v1.0.25
29922026-05-11T18:36:30.194Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29932026-05-11T18:36:30.355Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
29942026-05-11T18:36:30.976Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29952026-05-11T18:36:31.203Z[ helios-setup] May 11 18:36:30.156 INFO E| Compiling crypto-common v0.1.6
29962026-05-11T18:36:31.203Z[ helios-setup] May 11 18:36:30.156 INFO E| Compiling block-buffer v0.10.3
29972026-05-11T18:36:31.322Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29982026-05-11T18:36:31.337Z[ helios-setup] May 11 18:36:30.290 INFO E| Compiling digest v0.10.3
29992026-05-11T18:36:31.549Z[ helios-setup] May 11 18:36:30.503 INFO E| Compiling sha2 v0.10.5
30002026-05-11T18:36:31.788Z[ helios-setup] May 11 18:36:30.742 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
30012026-05-11T18:36:32.376Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30022026-05-11T18:36:32.788Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30032026-05-11T18:36:33.013Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30042026-05-11T18:36:33.330Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30052026-05-11T18:36:33.772Z[ helios-setup] May 11 18:36:32.726 INFO E| Finished `release` profile [optimized] target(s) in 5.28s
30062026-05-11T18:36:33.784Z[ helios-setup] May 11 18:36:32.738 INFO building project "bootserver" ok (5 seconds)
30072026-05-11T18:36:33.784Z[ helios-setup] May 11 18:36:32.738 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
30082026-05-11T18:36:33.794Z[ helios-setup] May 11 18:36:32.748 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.94.0-x86_64-unknown-illumos (default)"
30092026-05-11T18:36:33.794Z[ helios-setup] May 11 18:36:32.748 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
30102026-05-11T18:36:33.797Z[ helios-setup] May 11 18:36:32.748 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
30112026-05-11T18:36:33.797Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30122026-05-11T18:36:33.994Z[ helios-setup] May 11 18:36:32.948 INFO E| Downloading crates ...
30132026-05-11T18:36:34.051Z[ helios-setup] May 11 18:36:33.004 INFO E| Downloaded bitflags v2.9.1
30142026-05-11T18:36:34.058Z[ helios-setup] May 11 18:36:33.012 INFO E| Downloaded errno v0.3.12
30152026-05-11T18:36:34.061Z[ helios-setup] May 11 18:36:33.015 INFO E| Downloaded time-core v0.1.4
30162026-05-11T18:36:34.064Z[ helios-setup] May 11 18:36:33.018 INFO E| Downloaded iana-time-zone v0.1.63
30172026-05-11T18:36:34.075Z[ helios-setup] May 11 18:36:33.029 INFO E| Downloaded deranged v0.4.0
30182026-05-11T18:36:34.083Z[ helios-setup] May 11 18:36:33.037 INFO E| Downloaded time-macros v0.2.22
30192026-05-11T18:36:34.087Z[ helios-setup] May 11 18:36:33.039 INFO E| Downloaded serde_with_macros v3.12.0
30202026-05-11T18:36:34.090Z[ helios-setup] May 11 18:36:33.041 INFO E| Downloaded tempfile v3.20.0
30212026-05-11T18:36:34.096Z[ helios-setup] May 11 18:36:33.050 INFO E| Downloaded getrandom v0.3.3
30222026-05-11T18:36:34.099Z[ helios-setup] May 11 18:36:33.053 INFO E| Downloaded anyhow v1.0.98
30232026-05-11T18:36:34.108Z[ helios-setup] May 11 18:36:33.062 INFO E| Downloaded indexmap v2.9.0
30242026-05-11T18:36:34.115Z[ helios-setup] May 11 18:36:33.068 INFO E| Downloaded hashbrown v0.15.3
30252026-05-11T18:36:34.128Z[ helios-setup] May 11 18:36:33.081 INFO E| Downloaded time v0.3.41
30262026-05-11T18:36:34.132Z[ helios-setup] May 11 18:36:33.086 INFO E| Downloaded serde_with v3.12.0
30272026-05-11T18:36:34.141Z[ helios-setup] May 11 18:36:33.094 INFO E| Downloaded chrono v0.4.41
30282026-05-11T18:36:34.149Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30292026-05-11T18:36:34.152Z[ helios-setup] May 11 18:36:33.105 INFO E| Downloaded rustix v1.0.7
30302026-05-11T18:36:34.216Z[ helios-setup] May 11 18:36:33.169 INFO E| Compiling proc-macro2 v1.0.95
30312026-05-11T18:36:34.216Z[ helios-setup] May 11 18:36:33.169 INFO E| Compiling unicode-ident v1.0.18
30322026-05-11T18:36:34.216Z[ helios-setup] May 11 18:36:33.169 INFO E| Compiling libc v0.2.172
30332026-05-11T18:36:34.219Z[ helios-setup] May 11 18:36:33.169 INFO E| Compiling strsim v0.11.1
30342026-05-11T18:36:34.219Z[ helios-setup] May 11 18:36:33.169 INFO E| Compiling fnv v1.0.7
30352026-05-11T18:36:34.219Z[ helios-setup] May 11 18:36:33.169 INFO E| Compiling ident_case v1.0.1
30362026-05-11T18:36:34.219Z[ helios-setup] May 11 18:36:33.169 INFO E| Compiling serde v1.0.219
30372026-05-11T18:36:34.219Z[ helios-setup] May 11 18:36:33.169 INFO E| Compiling getrandom v0.3.3
30382026-05-11T18:36:34.298Z[ helios-setup] May 11 18:36:33.252 INFO E| Compiling rustix v1.0.7
30392026-05-11T18:36:34.302Z[ helios-setup] May 11 18:36:33.252 INFO E| Compiling thiserror v2.0.12
30402026-05-11T18:36:34.302Z[ helios-setup] May 11 18:36:33.255 INFO E| Compiling bitflags v2.9.1
30412026-05-11T18:36:34.302Z[ helios-setup] May 11 18:36:33.255 INFO E| Compiling anyhow v1.0.98
30422026-05-11T18:36:34.302Z[ helios-setup] May 11 18:36:33.255 INFO E| Compiling serde_json v1.0.140
30432026-05-11T18:36:34.302Z[ helios-setup] May 11 18:36:33.255 INFO E| Compiling cfg-if v1.0.0
30442026-05-11T18:36:34.302Z[ helios-setup] May 11 18:36:33.255 INFO E| Compiling memchr v2.7.4
30452026-05-11T18:36:34.302Z[ helios-setup] May 11 18:36:33.255 INFO E| Compiling fastrand v2.3.0
30462026-05-11T18:36:34.620Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30472026-05-11T18:36:34.699Z[ helios-setup] May 11 18:36:33.651 INFO E| Compiling once_cell v1.21.3
30482026-05-11T18:36:35.021Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30492026-05-11T18:36:35.039Z[ helios-setup] May 11 18:36:33.993 INFO E| Compiling ryu v1.0.20
30502026-05-11T18:36:35.149Z[ helios-setup] May 11 18:36:34.103 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
30512026-05-11T18:36:35.183Z[ helios-setup] May 11 18:36:34.133 INFO E| Compiling itoa v1.0.15
30522026-05-11T18:36:35.468Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30532026-05-11T18:36:35.672Z[ helios-setup] May 11 18:36:34.626 INFO E| Compiling errno v0.3.12
30542026-05-11T18:36:35.958Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30552026-05-11T18:36:35.985Z[ helios-setup] May 11 18:36:34.938 INFO E| Compiling quote v1.0.40
30562026-05-11T18:36:36.218Z[ helios-setup] May 11 18:36:35.171 INFO E| Compiling syn v2.0.101
30572026-05-11T18:36:36.749Z[ helios-setup] May 11 18:36:35.703 INFO E| Compiling tempfile v3.20.0
30582026-05-11T18:36:37.134Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30592026-05-11T18:36:37.748Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30602026-05-11T18:36:37.967Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30612026-05-11T18:36:38.242Z[ host-package] Compiling typify-macro v0.4.3
30622026-05-11T18:36:38.761Z[ helios-setup] May 11 18:36:37.714 INFO E| Compiling darling_core v0.20.11
30632026-05-11T18:36:38.814Z[ host-package] Compiling dirs-sys-next v0.1.2
30642026-05-11T18:36:39.098Z[ host-package] Compiling crunchy v0.2.4
30652026-05-11T18:36:39.430Z[ host-package] Compiling diesel_derives v2.3.7
30662026-05-11T18:36:39.746Z[ host-package] Compiling maplit v1.0.2
30672026-05-11T18:36:39.923Z[ host-package] Compiling glob v0.3.3
30682026-05-11T18:36:39.934Z[ helios-setup] May 11 18:36:38.887 INFO E| Compiling serde_derive v1.0.219
30692026-05-11T18:36:39.934Z[ helios-setup] May 11 18:36:38.888 INFO E| Compiling thiserror-impl v2.0.12
30702026-05-11T18:36:40.188Z[ host-package] Compiling dirs-next v2.0.0
30712026-05-11T18:36:40.262Z[ host-package] Compiling tabled v0.20.0
30722026-05-11T18:36:40.405Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
30732026-05-11T18:36:40.467Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30742026-05-11T18:36:40.722Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30752026-05-11T18:36:40.762Z[ helios-setup] May 11 18:36:39.715 INFO E| Compiling darling_macro v0.20.11
30762026-05-11T18:36:40.905Z[ host-package] Compiling clang-sys v1.8.1
30772026-05-11T18:36:41.074Z[ host-package] Compiling dsl_auto_type v0.2.0
30782026-05-11T18:36:41.246Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30792026-05-11T18:36:41.510Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
30802026-05-11T18:36:41.579Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
30812026-05-11T18:36:41.673Z[ helios-setup] May 11 18:36:40.627 INFO E| Compiling darling v0.20.11
30822026-05-11T18:36:41.728Z[ host-package] Compiling tiny-keccak v2.0.2
30832026-05-11T18:36:41.763Z[ host-package] Compiling xshell-macros v0.2.7
30842026-05-11T18:36:41.771Z[ helios-setup] May 11 18:36:40.724 INFO E| Compiling serde_with_macros v3.12.0
30852026-05-11T18:36:41.856Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30862026-05-11T18:36:41.925Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
30872026-05-11T18:36:41.994Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
30882026-05-11T18:36:42.124Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30892026-05-11T18:36:42.319Z[ host-package] Compiling xshell v0.2.7
30902026-05-11T18:36:43.154Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
30912026-05-11T18:36:43.818Z[ host-package] Compiling r2d2 v0.8.10
30922026-05-11T18:36:44.227Z[ host-package] Compiling term v0.7.0
30932026-05-11T18:36:44.291Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30942026-05-11T18:36:44.685Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30952026-05-11T18:36:44.862Z[ host-package] Compiling downcast-rs v2.0.2
30962026-05-11T18:36:44.915Z[ host-package] Compiling bit-vec v0.6.3
30972026-05-11T18:36:44.938Z[ host-package] Compiling ascii-canvas v3.0.0
30982026-05-11T18:36:45.164Z[ helios-setup] May 11 18:36:44.118 INFO E| Compiling serde_with v3.12.0
30992026-05-11T18:36:45.168Z[ host-package] Compiling bit-set v0.5.3
31002026-05-11T18:36:45.380Z[ host-package] Compiling itertools v0.10.5
31012026-05-11T18:36:45.677Z[ host-package] Compiling ena v0.14.4
31022026-05-11T18:36:46.203Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31032026-05-11T18:36:47.247Z[ host-package] Compiling libloading v0.8.9
31042026-05-11T18:36:47.250Z[ host-package] Compiling crc8 v0.1.1
31052026-05-11T18:36:47.250Z[ host-package] Compiling regex-syntax v0.6.29
31062026-05-11T18:36:47.250Z[ host-package] Compiling unicase v2.9.0
31072026-05-11T18:36:47.307Z[ host-package] Compiling diff v0.1.13
31082026-05-11T18:36:47.484Z[ host-package] Compiling bindgen v0.71.1
31092026-05-11T18:36:47.642Z[ host-package] Compiling diesel v2.3.7
31102026-05-11T18:36:47.680Z[ host-package] Compiling typify v0.4.3
31112026-05-11T18:36:47.878Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31122026-05-11T18:36:48.008Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31132026-05-11T18:36:48.057Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31142026-05-11T18:36:48.144Z[ host-package] Compiling lalrpop v0.19.12
31152026-05-11T18:36:48.628Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31162026-05-11T18:36:48.861Z[ host-package] Compiling cexpr v0.6.0
31172026-05-11T18:36:48.934Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31182026-05-11T18:36:49.175Z[ helios-setup] May 11 18:36:48.128 INFO E| Finished `release` profile [optimized] target(s) in 15.36s
31192026-05-11T18:36:49.185Z[ host-package] Compiling headers-core v0.3.0
31202026-05-11T18:36:49.197Z[ helios-setup] May 11 18:36:48.150 INFO building project "dmar-report" ok (15 seconds)
31212026-05-11T18:36:49.197Z[ helios-setup] May 11 18:36:48.151 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
31222026-05-11T18:36:49.206Z[ helios-setup] May 11 18:36:48.159 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.94.0-x86_64-unknown-illumos (default)"
31232026-05-11T18:36:49.206Z[ helios-setup] May 11 18:36:48.159 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
31242026-05-11T18:36:49.206Z[ helios-setup] May 11 18:36:48.159 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
31252026-05-11T18:36:49.294Z[ host-package] Compiling libxml v0.3.3
31262026-05-11T18:36:49.326Z[ helios-setup] May 11 18:36:48.279 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
31272026-05-11T18:36:49.369Z[ host-package] Compiling headers v0.4.1
31282026-05-11T18:36:49.521Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31292026-05-11T18:36:49.625Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31302026-05-11T18:36:49.665Z[ helios-setup] May 11 18:36:48.618 INFO E| From https://github.com/jclulow/hiercmd
31312026-05-11T18:36:49.665Z[ helios-setup] May 11 18:36:48.618 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
31322026-05-11T18:36:49.680Z[ helios-setup] May 11 18:36:48.634 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
31332026-05-11T18:36:49.705Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31342026-05-11T18:36:49.946Z[ host-package] Compiling strum_macros v0.24.3
31352026-05-11T18:36:50.030Z[ helios-setup] May 11 18:36:48.983 INFO E| From https://github.com/oxidecomputer/network-interface
31362026-05-11T18:36:50.030Z[ helios-setup] May 11 18:36:48.983 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
31372026-05-11T18:36:50.062Z[ helios-setup] May 11 18:36:49.016 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
31382026-05-11T18:36:50.126Z[ host-package] Compiling indoc v1.0.9
31392026-05-11T18:36:50.491Z[ helios-setup] May 11 18:36:49.445 INFO E| From https://github.com/oxidecomputer/boot-image-tools
31402026-05-11T18:36:50.491Z[ helios-setup] May 11 18:36:49.445 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
31412026-05-11T18:36:50.509Z[ helios-setup] May 11 18:36:49.463 INFO E| Updating crates.io index
31422026-05-11T18:36:50.743Z[ helios-setup] May 11 18:36:49.696 INFO E| Downloading crates ...
31432026-05-11T18:36:50.746Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31442026-05-11T18:36:50.860Z[ helios-setup] May 11 18:36:49.814 INFO E| Downloaded toml_parser v1.0.4
31452026-05-11T18:36:50.864Z[ helios-setup] May 11 18:36:49.816 INFO E| Downloaded base64ct v1.8.0
31462026-05-11T18:36:50.867Z[ helios-setup] May 11 18:36:49.818 INFO E| Downloaded anstyle-query v1.1.4
31472026-05-11T18:36:50.867Z[ helios-setup] May 11 18:36:49.819 INFO E| Downloaded devinfo v0.1.0
31482026-05-11T18:36:50.867Z[ helios-setup] May 11 18:36:49.819 INFO E| Downloaded clap_derive v4.5.49
31492026-05-11T18:36:50.870Z[ helios-setup] May 11 18:36:49.821 INFO E| Downloaded futures v0.3.31
31502026-05-11T18:36:50.873Z[ helios-setup] May 11 18:36:49.824 INFO E| Downloaded crc v3.3.0
31512026-05-11T18:36:50.873Z[ helios-setup] May 11 18:36:49.825 INFO E| Downloaded generic-array v0.14.9
31522026-05-11T18:36:50.873Z[ helios-setup] May 11 18:36:49.826 INFO E| Downloaded env_filter v0.1.4
31532026-05-11T18:36:50.876Z[ helios-setup] May 11 18:36:49.827 INFO E| Downloaded getrandom v0.2.16
31542026-05-11T18:36:50.893Z[ helios-setup] May 11 18:36:49.847 INFO E| Downloaded time-core v0.1.6
31552026-05-11T18:36:50.896Z[ helios-setup] May 11 18:36:49.848 INFO E| Downloaded bitfield v0.19.3
31562026-05-11T18:36:50.896Z[ helios-setup] May 11 18:36:49.849 INFO E| Downloaded libdevinfo-sys v1.1.0
31572026-05-11T18:36:50.896Z[ helios-setup] May 11 18:36:49.849 INFO E| Downloaded futures-sink v0.3.31
31582026-05-11T18:36:50.896Z[ helios-setup] May 11 18:36:49.850 INFO E| Downloaded futures-macro v0.3.31
31592026-05-11T18:36:50.899Z[ helios-setup] May 11 18:36:49.851 INFO E| Downloaded futures-channel v0.3.31
31602026-05-11T18:36:50.904Z[ helios-setup] May 11 18:36:49.857 INFO E| Downloaded zeroize_derive v1.4.2
31612026-05-11T18:36:50.906Z[ helios-setup] May 11 18:36:49.858 INFO E| Downloaded futures-core v0.3.31
31622026-05-11T18:36:50.906Z[ helios-setup] May 11 18:36:49.859 INFO E| Downloaded serde_spanned v1.0.3
31632026-05-11T18:36:50.907Z[ helios-setup] May 11 18:36:49.860 INFO E| Downloaded bitfield-macros v0.19.3
31642026-05-11T18:36:50.910Z[ helios-setup] May 11 18:36:49.861 INFO E| Downloaded futures-io v0.3.31
31652026-05-11T18:36:50.938Z[ helios-setup] May 11 18:36:49.892 INFO E| Downloaded thiserror v2.0.17
31662026-05-11T18:36:50.942Z[ helios-setup] May 11 18:36:49.896 INFO E| Downloaded slab v0.4.11
31672026-05-11T18:36:50.953Z[ helios-setup] May 11 18:36:49.907 INFO E| Downloaded futures-task v0.3.31
31682026-05-11T18:36:50.965Z[ helios-setup] May 11 18:36:49.919 INFO E| Downloaded toml_datetime v0.7.3
31692026-05-11T18:36:50.969Z[ helios-setup] May 11 18:36:49.920 INFO E| Downloaded toml_writer v1.0.4
31702026-05-11T18:36:50.969Z[ helios-setup] May 11 18:36:49.921 INFO E| Downloaded tokio-macros v2.6.0
31712026-05-11T18:36:50.969Z[ helios-setup] May 11 18:36:49.922 INFO E| Downloaded thiserror-impl v2.0.17
31722026-05-11T18:36:50.972Z[ helios-setup] May 11 18:36:49.923 INFO E| Downloaded simd-adler32 v0.3.7
31732026-05-11T18:36:50.972Z[ helios-setup] May 11 18:36:49.924 INFO E| Downloaded getopts v0.2.24
31742026-05-11T18:36:50.972Z[ helios-setup] May 11 18:36:49.925 INFO E| Downloaded clap_lex v0.7.6
31752026-05-11T18:36:50.975Z[ helios-setup] May 11 18:36:49.926 INFO E| Downloaded env_logger v0.11.8
31762026-05-11T18:36:50.993Z[ helios-setup] May 11 18:36:49.947 INFO E| Downloaded deranged v0.5.5
31772026-05-11T18:36:50.996Z[ helios-setup] May 11 18:36:49.948 INFO E| Downloaded time-macros v0.2.24
31782026-05-11T18:36:51.002Z[ helios-setup] May 11 18:36:49.955 INFO E| Downloaded signal-hook-registry v1.4.6
31792026-05-11T18:36:51.006Z[ helios-setup] May 11 18:36:49.956 INFO E| Downloaded pin-project-lite v0.2.16
31802026-05-11T18:36:51.009Z[ helios-setup] May 11 18:36:49.962 INFO E| Downloaded iana-time-zone v0.1.64
31812026-05-11T18:36:51.009Z[ helios-setup] May 11 18:36:49.962 INFO E| Downloaded bitflags v2.10.0
31822026-05-11T18:36:51.012Z[ helios-setup] May 11 18:36:49.964 INFO E| Downloaded unicode-ident v1.0.22
31832026-05-11T18:36:51.012Z[ helios-setup] May 11 18:36:49.966 INFO E| Downloaded find-msvc-tools v0.1.4
31842026-05-11T18:36:51.015Z[ helios-setup] May 11 18:36:49.967 INFO E| Downloaded quote v1.0.41
31852026-05-11T18:36:51.015Z[ helios-setup] May 11 18:36:49.969 INFO E| Downloaded futures-executor v0.3.31
31862026-05-11T18:36:51.024Z[ helios-setup] May 11 18:36:49.977 INFO E| Downloaded term v1.2.0
31872026-05-11T18:36:51.032Z[ helios-setup] May 11 18:36:49.986 INFO E| Downloaded proc-macro2 v1.0.103
31882026-05-11T18:36:51.036Z[ helios-setup] May 11 18:36:49.989 INFO E| Downloaded clap v4.5.51
31892026-05-11T18:36:51.048Z[ helios-setup] May 11 18:36:49.998 INFO E| Downloaded flate2 v1.1.5
31902026-05-11T18:36:51.048Z[ helios-setup] May 11 18:36:50.001 INFO E| Downloaded socket2 v0.6.1
31912026-05-11T18:36:51.064Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31922026-05-11T18:36:51.067Z[ helios-setup] May 11 18:36:50.019 INFO E| Downloaded toml_edit v0.23.7
31932026-05-11T18:36:51.071Z[ helios-setup] May 11 18:36:50.022 INFO E| Downloaded bytes v1.10.1
31942026-05-11T18:36:51.071Z[ helios-setup] May 11 18:36:50.024 INFO E| Downloaded anyhow v1.0.100
31952026-05-11T18:36:51.074Z[ helios-setup] May 11 18:36:50.027 INFO E| Downloaded toml v0.9.8
31962026-05-11T18:36:51.077Z[ helios-setup] May 11 18:36:50.030 INFO E| Downloaded log v0.4.28
31972026-05-11T18:36:51.089Z[ helios-setup] May 11 18:36:50.043 INFO E| Downloaded iddqd v0.3.14
31982026-05-11T18:36:51.089Z[ host-package] Compiling derive_builder v0.20.2
31992026-05-11T18:36:51.094Z[ helios-setup] May 11 18:36:50.047 INFO E| Downloaded uuid v1.18.1
32002026-05-11T18:36:51.116Z[ helios-setup] May 11 18:36:50.069 INFO E| Downloaded memchr v2.7.6
32012026-05-11T18:36:51.116Z[ helios-setup] May 11 18:36:50.069 INFO E| Downloaded zerocopy-derive v0.8.27
32022026-05-11T18:36:51.119Z[ helios-setup] May 11 18:36:50.069 INFO E| Downloaded indexmap v2.12.0
32032026-05-11T18:36:51.119Z[ helios-setup] May 11 18:36:50.069 INFO E| Downloaded rsa v0.9.8
32042026-05-11T18:36:51.119Z[ helios-setup] May 11 18:36:50.069 INFO E| Downloaded libm v0.2.15
32052026-05-11T18:36:51.119Z[ helios-setup] May 11 18:36:50.070 INFO E| Downloaded mio v1.1.0
32062026-05-11T18:36:51.123Z[ helios-setup] May 11 18:36:50.075 INFO E| Downloaded cc v1.2.44
32072026-05-11T18:36:51.130Z[ helios-setup] May 11 18:36:50.083 INFO E| Downloaded num-bigint-dig v0.8.4
32082026-05-11T18:36:51.135Z[ helios-setup] May 11 18:36:50.088 INFO E| Downloaded time v0.3.44
32092026-05-11T18:36:51.141Z[ helios-setup] May 11 18:36:50.095 INFO E| Downloaded hashbrown v0.16.0
32102026-05-11T18:36:51.150Z[ helios-setup] May 11 18:36:50.104 INFO E| Downloaded serde_json v1.0.145
32112026-05-11T18:36:51.155Z[ helios-setup] May 11 18:36:50.109 INFO E| Downloaded clap_builder v4.5.51
32122026-05-11T18:36:51.159Z[ helios-setup] May 11 18:36:50.113 INFO E| Downloaded futures-util v0.3.31
32132026-05-11T18:36:51.167Z[ helios-setup] May 11 18:36:50.121 INFO E| Downloaded winnow v0.7.13
32142026-05-11T18:36:51.198Z[ helios-setup] May 11 18:36:50.151 INFO E| Downloaded chrono v0.4.42
32152026-05-11T18:36:51.202Z[ helios-setup] May 11 18:36:50.156 INFO E| Downloaded zerocopy v0.8.27
32162026-05-11T18:36:51.218Z[ helios-setup] May 11 18:36:50.171 INFO E| Downloaded unicode-width v0.2.2
32172026-05-11T18:36:51.221Z[ helios-setup] May 11 18:36:50.175 INFO E| Downloaded syn v2.0.108
32182026-05-11T18:36:51.252Z[ helios-setup] May 11 18:36:50.206 INFO E| Downloaded rustix v1.1.2
32192026-05-11T18:36:51.320Z[ helios-setup] May 11 18:36:50.274 INFO E| Downloaded tokio v1.48.0
32202026-05-11T18:36:51.338Z[ host-package] Compiling oso-derive v0.27.3
32212026-05-11T18:36:51.343Z[ helios-setup] May 11 18:36:50.296 INFO E| Downloaded libc v0.2.177
32222026-05-11T18:36:51.382Z[ host-package] Compiling quick-xml v0.37.5
32232026-05-11T18:36:51.449Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
32242026-05-11T18:36:51.467Z[ helios-setup] May 11 18:36:50.420 INFO E| Compiling proc-macro2 v1.0.103
32252026-05-11T18:36:51.467Z[ helios-setup] May 11 18:36:50.420 INFO E| Compiling unicode-ident v1.0.22
32262026-05-11T18:36:51.467Z[ helios-setup] May 11 18:36:50.420 INFO E| Compiling quote v1.0.41
32272026-05-11T18:36:51.467Z[ helios-setup] May 11 18:36:50.420 INFO E| Compiling libc v0.2.177
32282026-05-11T18:36:51.467Z[ helios-setup] May 11 18:36:50.420 INFO E| Compiling serde_core v1.0.228
32292026-05-11T18:36:51.467Z[ helios-setup] May 11 18:36:50.420 INFO E| Compiling cfg-if v1.0.4
32302026-05-11T18:36:51.470Z[ helios-setup] May 11 18:36:50.420 INFO E| Compiling serde v1.0.228
32312026-05-11T18:36:51.470Z[ helios-setup] May 11 18:36:50.420 INFO E| Compiling version_check v0.9.5
32322026-05-11T18:36:51.470Z[ helios-setup] May 11 18:36:50.420 INFO E| Compiling autocfg v1.5.0
32332026-05-11T18:36:51.470Z[ helios-setup] May 11 18:36:50.420 INFO E| Compiling const-oid v0.9.6
32342026-05-11T18:36:51.470Z[ helios-setup] May 11 18:36:50.420 INFO E| Compiling typenum v1.19.0
32352026-05-11T18:36:51.470Z[ helios-setup] May 11 18:36:50.420 INFO E| Compiling libm v0.2.15
32362026-05-11T18:36:51.470Z[ helios-setup] May 11 18:36:50.420 INFO E| Compiling zerocopy v0.8.27
32372026-05-11T18:36:51.470Z[ helios-setup] May 11 18:36:50.420 INFO E| Compiling rustversion v1.0.22
32382026-05-11T18:36:51.470Z[ helios-setup] May 11 18:36:50.420 INFO E| Compiling smallvec v1.15.1
32392026-05-11T18:36:51.470Z[ helios-setup] May 11 18:36:50.420 INFO E| Compiling zeroize v1.8.2
32402026-05-11T18:36:52.020Z[ host-package] Compiling half v1.8.3
32412026-05-11T18:36:52.093Z[ helios-setup] May 11 18:36:51.046 INFO E| Compiling base64ct v1.8.0
32422026-05-11T18:36:52.093Z[ helios-setup] May 11 18:36:51.046 INFO E| Compiling utf8parse v0.2.2
32432026-05-11T18:36:52.349Z[ host-package] Compiling openssl-probe v0.1.6
32442026-05-11T18:36:52.508Z[ helios-setup] May 11 18:36:51.462 INFO E| Compiling rustix v1.1.2
32452026-05-11T18:36:52.643Z[ helios-setup] May 11 18:36:51.597 INFO E| Compiling pem-rfc7468 v0.7.0
32462026-05-11T18:36:52.712Z[ helios-setup] May 11 18:36:51.662 INFO E| Compiling winnow v0.7.13
32472026-05-11T18:36:52.817Z[ helios-setup] May 11 18:36:51.770 INFO E| Compiling num-traits v0.2.19
32482026-05-11T18:36:52.909Z[ host-package] Compiling serde_cbor v0.11.2
32492026-05-11T18:36:52.912Z[ helios-setup] May 11 18:36:51.861 INFO E| Compiling getrandom v0.2.16
32502026-05-11T18:36:52.953Z[ helios-setup] May 11 18:36:51.906 INFO E| Compiling equivalent v1.0.2
32512026-05-11T18:36:53.006Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32522026-05-11T18:36:53.052Z[ helios-setup] May 11 18:36:52.005 INFO E| Compiling byteorder v1.5.0
32532026-05-11T18:36:53.063Z[ helios-setup] May 11 18:36:52.017 INFO E| Compiling flagset v0.4.7
32542026-05-11T18:36:53.131Z[ helios-setup] May 11 18:36:52.085 INFO E| Compiling anyhow v1.0.100
32552026-05-11T18:36:53.143Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32562026-05-11T18:36:53.146Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32572026-05-11T18:36:53.176Z[ helios-setup] May 11 18:36:52.130 INFO E| Compiling generic-array v0.14.9
32582026-05-11T18:36:53.361Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32592026-05-11T18:36:53.425Z[ helios-setup] May 11 18:36:52.379 INFO E| Compiling hashbrown v0.16.0
32602026-05-11T18:36:53.463Z[ helios-setup] May 11 18:36:52.416 INFO E| Compiling crc32fast v1.5.0
32612026-05-11T18:36:53.570Z[ helios-setup] May 11 18:36:52.524 INFO E| Compiling memchr v2.7.6
32622026-05-11T18:36:53.613Z[ host-package] Compiling bb8 v0.8.6
32632026-05-11T18:36:53.659Z[ helios-setup] May 11 18:36:52.613 INFO E| Compiling rand_core v0.6.4
32642026-05-11T18:36:53.763Z[ helios-setup] May 11 18:36:52.716 INFO E| Compiling errno v0.3.14
32652026-05-11T18:36:53.897Z[ helios-setup] May 11 18:36:52.850 INFO E| Compiling syn v2.0.108
32662026-05-11T18:36:54.001Z[ helios-setup] May 11 18:36:52.955 INFO E| Compiling anstyle-parse v0.2.7
32672026-05-11T18:36:54.074Z[ helios-setup] May 11 18:36:53.028 INFO E| Compiling find-msvc-tools v0.1.4
32682026-05-11T18:36:54.155Z[ helios-setup] May 11 18:36:53.108 INFO E| Compiling toml_datetime v0.7.3
32692026-05-11T18:36:54.222Z[ helios-setup] May 11 18:36:53.176 INFO E| Compiling is_terminal_polyfill v1.70.2
32702026-05-11T18:36:54.229Z[ helios-setup] May 11 18:36:53.183 INFO E| Compiling syn v1.0.109
32712026-05-11T18:36:54.267Z[ host-package] Compiling trait-variant v0.1.2
32722026-05-11T18:36:54.340Z[ helios-setup] May 11 18:36:53.293 INFO E| Compiling radium v0.7.0
32732026-05-11T18:36:54.406Z[ helios-setup] May 11 18:36:53.359 INFO E| Compiling anstyle-query v1.1.4
32742026-05-11T18:36:54.474Z[ helios-setup] May 11 18:36:53.428 INFO E| Compiling shlex v1.3.0
32752026-05-11T18:36:54.547Z[ helios-setup] May 11 18:36:53.500 INFO E| Compiling allocator-api2 v0.2.21
32762026-05-11T18:36:54.574Z[ helios-setup] May 11 18:36:53.528 INFO E| Compiling cpufeatures v0.2.17
32772026-05-11T18:36:54.667Z[ helios-setup] May 11 18:36:53.620 INFO E| Compiling anstyle v1.0.13
32782026-05-11T18:36:54.759Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32792026-05-11T18:36:54.801Z[ helios-setup] May 11 18:36:53.754 INFO E| Compiling colorchoice v1.0.4
32802026-05-11T18:36:54.876Z[ helios-setup] May 11 18:36:53.824 INFO E| Compiling block-buffer v0.10.4
32812026-05-11T18:36:54.949Z[ helios-setup] May 11 18:36:53.902 INFO E| Compiling crypto-common v0.1.6
32822026-05-11T18:36:54.962Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32832026-05-11T18:36:55.030Z[ helios-setup] May 11 18:36:53.983 INFO E| Compiling indexmap v2.12.0
32842026-05-11T18:36:55.036Z[ helios-setup] May 11 18:36:53.990 INFO E| Compiling anstream v0.6.21
32852026-05-11T18:36:55.108Z[ helios-setup] May 11 18:36:54.061 INFO E| Compiling toml_parser v1.0.4
32862026-05-11T18:36:55.134Z[ helios-setup] May 11 18:36:54.087 INFO E| Compiling cc v1.2.44
32872026-05-11T18:36:55.145Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32882026-05-11T18:36:55.162Z[ helios-setup] May 11 18:36:54.115 INFO E| Compiling digest v0.10.7
32892026-05-11T18:36:55.230Z[ helios-setup] May 11 18:36:54.183 INFO E| Compiling slog v2.8.2
32902026-05-11T18:36:55.268Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32912026-05-11T18:36:55.332Z[ helios-setup] May 11 18:36:54.285 INFO E| Compiling pkg-config v0.3.32
32922026-05-11T18:36:55.367Z[ helios-setup] May 11 18:36:54.321 INFO E| Compiling tap v1.0.1
32932026-05-11T18:36:55.379Z[ helios-setup] May 11 18:36:54.332 INFO E| Compiling futures-core v0.3.31
32942026-05-11T18:36:55.507Z[ host-package] Compiling fxhash v0.2.1
32952026-05-11T18:36:55.521Z[ helios-setup] May 11 18:36:54.475 INFO E| Compiling sha2 v0.10.9
32962026-05-11T18:36:55.667Z[ helios-setup] May 11 18:36:54.620 INFO E| Compiling pin-project-lite v0.2.16
32972026-05-11T18:36:55.692Z[ host-package] Compiling salty v0.3.0
32982026-05-11T18:36:55.713Z[ helios-setup] May 11 18:36:54.666 INFO E| Compiling futures-sink v0.3.31
32992026-05-11T18:36:55.790Z[ helios-setup] May 11 18:36:54.743 INFO E| Compiling unicode-width v0.2.2
33002026-05-11T18:36:55.917Z[ helios-setup] May 11 18:36:54.870 INFO E| Compiling maybe-uninit v2.0.0
33012026-05-11T18:36:55.937Z[ helios-setup] May 11 18:36:54.891 INFO E| Compiling parking_lot_core v0.9.12
33022026-05-11T18:36:55.981Z[ helios-setup] May 11 18:36:54.935 INFO E| Compiling futures-channel v0.3.31
33032026-05-11T18:36:56.026Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
33042026-05-11T18:36:56.106Z[ host-package] Compiling progenitor-impl v0.10.0
33052026-05-11T18:36:56.113Z[ helios-setup] May 11 18:36:55.066 INFO E| Compiling num-integer v0.1.46
33062026-05-11T18:36:56.247Z[ host-package] Compiling samael v0.0.19
33072026-05-11T18:36:56.250Z[ helios-setup] May 11 18:36:55.202 INFO E| Compiling wyz v0.5.1
33082026-05-11T18:36:56.331Z[ helios-setup] May 11 18:36:55.284 INFO E| Compiling getopts v0.2.24
33092026-05-11T18:36:56.440Z[ helios-setup] May 11 18:36:55.394 INFO E| Compiling toml_edit v0.23.7
33102026-05-11T18:36:56.477Z[ helios-setup] May 11 18:36:55.431 INFO E| Compiling ahash v0.8.12
33112026-05-11T18:36:56.501Z[ helios-setup] May 11 18:36:55.454 INFO E| Compiling scopeguard v1.2.0
33122026-05-11T18:36:56.559Z[ helios-setup] May 11 18:36:55.512 INFO E| Compiling num-bigint-dig v0.8.4
33132026-05-11T18:36:56.639Z[ helios-setup] May 11 18:36:55.593 INFO E| Compiling packed_struct v0.10.1
33142026-05-11T18:36:56.644Z[ host-package] Compiling progenitor-impl v0.11.2
33152026-05-11T18:36:56.758Z[ helios-setup] May 11 18:36:55.710 INFO E| Compiling heck v0.5.0
33162026-05-11T18:36:56.836Z[ helios-setup] May 11 18:36:55.789 INFO E| Compiling time-core v0.1.6
33172026-05-11T18:36:56.871Z[ helios-setup] May 11 18:36:55.825 INFO E| Compiling bitflags v2.10.0
33182026-05-11T18:36:57.050Z[ helios-setup] May 11 18:36:56.003 INFO E| Compiling powerfmt v0.2.0
33192026-05-11T18:36:57.063Z[ helios-setup] May 11 18:36:56.017 INFO E| Compiling pin-utils v0.1.0
33202026-05-11T18:36:57.074Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33212026-05-11T18:36:57.111Z[ helios-setup] May 11 18:36:56.064 INFO E| Compiling spin v0.9.8
33222026-05-11T18:36:57.138Z[ helios-setup] May 11 18:36:56.091 INFO E| Compiling getrandom v0.3.4
33232026-05-11T18:36:57.141Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33242026-05-11T18:36:57.191Z[ helios-setup] May 11 18:36:56.144 INFO E| Compiling bytes v1.10.1
33252026-05-11T18:36:57.198Z[ helios-setup] May 11 18:36:56.152 INFO E| Compiling itoa v1.0.15
33262026-05-11T18:36:57.198Z[ helios-setup] May 11 18:36:56.152 INFO E| Compiling futures-task v0.3.31
33272026-05-11T18:36:57.211Z[ helios-setup] May 11 18:36:56.164 INFO E| Compiling slab v0.4.11
33282026-05-11T18:36:57.303Z[ helios-setup] May 11 18:36:56.256 INFO E| Compiling strsim v0.11.1
33292026-05-11T18:36:57.442Z[ helios-setup] May 11 18:36:56.395 INFO E| Compiling num-conv v0.1.0
33302026-05-11T18:36:57.546Z[ helios-setup] May 11 18:36:56.500 INFO E| Compiling futures-io v0.3.31
33312026-05-11T18:36:57.621Z[ helios-setup] May 11 18:36:56.574 INFO E| Compiling thiserror v1.0.69
33322026-05-11T18:36:57.621Z[ helios-setup] May 11 18:36:56.574 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
33332026-05-11T18:36:57.686Z[ helios-setup] May 11 18:36:56.639 INFO E| Compiling clap_lex v0.7.6
33342026-05-11T18:36:57.728Z[ helios-setup] May 11 18:36:56.682 INFO E| Compiling funty v2.0.0
33352026-05-11T18:36:57.732Z[ helios-setup] May 11 18:36:56.682 INFO E| Compiling time-macros v0.2.24
33362026-05-11T18:36:57.743Z[ helios-setup] May 11 18:36:56.696 INFO E| Compiling deranged v0.5.5
33372026-05-11T18:36:57.965Z[ host-package] Compiling kstat-rs v0.2.4
33382026-05-11T18:36:58.008Z[ helios-setup] May 11 18:36:56.951 INFO E| Compiling proc-macro-crate v3.4.0
33392026-05-11T18:36:58.104Z[ helios-setup] May 11 18:36:57.057 INFO E| Compiling terminal_size v0.4.3
33402026-05-11T18:36:58.107Z[ helios-setup] May 11 18:36:57.058 INFO E| Compiling lazy_static v1.5.0
33412026-05-11T18:36:58.402Z[ helios-setup] May 11 18:36:57.356 INFO E| Compiling clap_builder v4.5.51
33422026-05-11T18:36:58.409Z[ helios-setup] May 11 18:36:57.363 INFO E| Compiling num-iter v0.1.45
33432026-05-11T18:36:58.465Z[ helios-setup] May 11 18:36:57.418 INFO E| Compiling lock_api v0.4.14
33442026-05-11T18:36:58.656Z[ helios-setup] May 11 18:36:57.609 INFO E| Compiling bitvec v1.0.1
33452026-05-11T18:36:58.724Z[ helios-setup] May 11 18:36:57.677 INFO E| Compiling indexmap v1.9.3
33462026-05-11T18:36:58.812Z[ helios-setup] May 11 18:36:57.765 INFO E| Compiling nodrop v0.1.14
33472026-05-11T18:36:58.824Z[ host-package] Compiling libz-sys v1.1.24
33482026-05-11T18:36:58.827Z[ helios-setup] May 11 18:36:57.778 INFO E| Compiling adler2 v2.0.1
33492026-05-11T18:36:59.030Z[ helios-setup] May 11 18:36:57.983 INFO E| Compiling crc-catalog v2.4.0
33502026-05-11T18:36:59.041Z[ helios-setup] May 11 18:36:57.995 INFO E| Compiling once_cell v1.21.3
33512026-05-11T18:36:59.060Z[ host-package] Compiling nonempty v0.12.0
33522026-05-11T18:36:59.136Z[ helios-setup] May 11 18:36:58.089 INFO E| Compiling simd-adler32 v0.3.7
33532026-05-11T18:36:59.142Z[ helios-setup] May 11 18:36:58.096 INFO E| Compiling log v0.4.28
33542026-05-11T18:36:59.184Z[ helios-setup] May 11 18:36:58.137 INFO E| Compiling serde_json v1.0.145
33552026-05-11T18:36:59.226Z[ helios-setup] May 11 18:36:58.180 INFO E| Compiling iana-time-zone v0.1.64
33562026-05-11T18:36:59.259Z[ host-package] Compiling polar-core v0.27.3
33572026-05-11T18:36:59.262Z[ helios-setup] May 11 18:36:58.213 INFO E| Compiling thiserror v2.0.17
33582026-05-11T18:36:59.293Z[ helios-setup] May 11 18:36:58.247 INFO E| Compiling crc v3.3.0
33592026-05-11T18:36:59.546Z[ helios-setup] May 11 18:36:58.499 INFO E| Compiling env_filter v0.1.4
33602026-05-11T18:36:59.562Z[ helios-setup] May 11 18:36:58.515 INFO E| Compiling chrono v0.4.42
33612026-05-11T18:36:59.628Z[ helios-setup] May 11 18:36:58.572 INFO E| Compiling miniz_oxide v0.8.9
33622026-05-11T18:36:59.676Z[ helios-setup] May 11 18:36:58.629 INFO E| Compiling array-init v0.0.4
33632026-05-11T18:36:59.801Z[ helios-setup] May 11 18:36:58.755 INFO E| Compiling parking_lot v0.12.5
33642026-05-11T18:36:59.958Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33652026-05-11T18:37:00.055Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33662026-05-11T18:37:00.098Z[ helios-setup] May 11 18:36:59.051 INFO E| Compiling time v0.3.44
33672026-05-11T18:37:00.128Z[ helios-setup] May 11 18:36:59.082 INFO E| Compiling smallvec v0.6.14
33682026-05-11T18:37:00.553Z[ host-package] Compiling progenitor-macro v0.10.0
33692026-05-11T18:37:00.683Z[ helios-setup] May 11 18:36:59.636 INFO E| Compiling serde_spanned v1.0.3
33702026-05-11T18:37:00.690Z[ helios-setup] May 11 18:36:59.644 INFO E| Compiling signature v2.2.0
33712026-05-11T18:37:00.723Z[ helios-setup] May 11 18:36:59.676 INFO E| Compiling signal-hook-registry v1.4.6
33722026-05-11T18:37:00.746Z[ helios-setup] May 11 18:36:59.699 INFO E| Compiling socket2 v0.6.1
33732026-05-11T18:37:00.922Z[ helios-setup] May 11 18:36:59.875 INFO E| Compiling mio v1.1.0
33742026-05-11T18:37:00.989Z[ helios-setup] May 11 18:36:59.942 INFO E| Compiling is-terminal v0.4.17
33752026-05-11T18:37:01.132Z[ helios-setup] May 11 18:37:00.086 INFO E| Compiling thread_local v1.1.9
33762026-05-11T18:37:01.158Z[ host-package] Compiling progenitor-macro v0.11.2
33772026-05-11T18:37:01.371Z[ helios-setup] May 11 18:37:00.324 INFO E| Compiling packed_struct_codegen v0.10.1
33782026-05-11T18:37:01.438Z[ helios-setup] May 11 18:37:00.391 INFO E| Compiling serde_derive v1.0.228
33792026-05-11T18:37:01.444Z[ helios-setup] May 11 18:37:00.398 INFO E| Compiling zerocopy-derive v0.8.27
33802026-05-11T18:37:01.768Z[ helios-setup] May 11 18:37:00.722 INFO E| Compiling der_derive v0.7.3
33812026-05-11T18:37:01.947Z[ helios-setup] May 11 18:37:00.901 INFO E| Compiling futures-macro v0.3.31
33822026-05-11T18:37:02.045Z[ helios-setup] May 11 18:37:00.998 INFO E| Compiling num_enum_derive v0.7.5
33832026-05-11T18:37:02.062Z[ helios-setup] May 11 18:37:01.015 INFO E| Compiling bitfield-macros v0.19.3
33842026-05-11T18:37:02.520Z[ helios-setup] May 11 18:37:01.474 INFO E| Compiling thiserror-impl v1.0.69
33852026-05-11T18:37:02.633Z[ helios-setup] May 11 18:37:01.586 INFO E| Compiling zerocopy-derive v0.6.6
33862026-05-11T18:37:02.798Z[ helios-setup] May 11 18:37:01.752 INFO E| Compiling clap_derive v4.5.49
33872026-05-11T18:37:03.038Z[ helios-setup] May 11 18:37:01.991 INFO E| Compiling thiserror-impl v2.0.17
33882026-05-11T18:37:03.341Z[ helios-setup] May 11 18:37:02.294 INFO E| Compiling tokio-macros v2.6.0
33892026-05-11T18:37:03.764Z[ helios-setup] May 11 18:37:02.718 INFO E| Compiling der v0.7.10
33902026-05-11T18:37:04.065Z[ helios-setup] May 11 18:37:03.019 INFO E| Compiling term v1.2.0
33912026-05-11T18:37:04.119Z[ helios-setup] May 11 18:37:03.072 INFO E| Compiling bitfield v0.19.3
33922026-05-11T18:37:04.211Z[ helios-setup] May 11 18:37:03.164 INFO E| Compiling futures-util v0.3.31
33932026-05-11T18:37:04.217Z[ helios-setup] May 11 18:37:03.170 INFO E| Compiling hashbrown v0.12.3
33942026-05-11T18:37:04.467Z[ helios-setup] May 11 18:37:03.420 INFO E| Compiling zerocopy v0.6.6
33952026-05-11T18:37:04.621Z[ helios-setup] May 11 18:37:03.574 INFO E| Compiling num_enum v0.7.5
33962026-05-11T18:37:04.796Z[ helios-setup] May 11 18:37:03.749 INFO E| Compiling libdevinfo-sys v1.1.0
33972026-05-11T18:37:05.075Z[ helios-setup] May 11 18:37:04.028 INFO E| Compiling winnow v0.5.40
33982026-05-11T18:37:05.121Z[ helios-setup] May 11 18:37:04.075 INFO E| Compiling toml_writer v1.0.4
33992026-05-11T18:37:05.173Z[ helios-setup] May 11 18:37:04.126 INFO E| Compiling ryu v1.0.20
34002026-05-11T18:37:05.197Z[ helios-setup] May 11 18:37:04.151 INFO E| Compiling subtle v2.6.1
34012026-05-11T18:37:05.306Z[ helios-setup] May 11 18:37:04.259 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
34022026-05-11T18:37:05.569Z[ helios-setup] May 11 18:37:04.522 INFO E| Compiling base64 v0.21.7
34032026-05-11T18:37:05.632Z[ helios-setup] May 11 18:37:04.585 INFO E| Compiling toml v0.9.8
34042026-05-11T18:37:05.793Z[ helios-setup] May 11 18:37:04.746 INFO E| Compiling tokio v1.48.0
34052026-05-11T18:37:05.984Z[ helios-setup] May 11 18:37:04.936 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34062026-05-11T18:37:06.123Z[ helios-setup] May 11 18:37:05.075 INFO E| Compiling spki v0.7.3
34072026-05-11T18:37:06.139Z[ helios-setup] May 11 18:37:05.092 INFO E| Compiling devinfo v0.1.0
34082026-05-11T18:37:06.385Z[ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
34092026-05-11T18:37:06.471Z[ helios-setup] May 11 18:37:05.424 INFO E| Compiling bzip2 v0.4.4
34102026-05-11T18:37:06.643Z[ helios-setup] May 11 18:37:05.596 INFO E| Compiling clap v4.5.51
34112026-05-11T18:37:06.746Z[ helios-setup] May 11 18:37:05.699 INFO E| Compiling pkcs8 v0.10.2
34122026-05-11T18:37:06.910Z[ helios-setup] May 11 18:37:05.863 INFO E| Compiling x509-cert v0.2.5
34132026-05-11T18:37:07.072Z[ helios-setup] May 11 18:37:06.025 INFO E| Compiling flate2 v1.1.5
34142026-05-11T18:37:07.136Z[ helios-setup] May 11 18:37:06.089 INFO E| Compiling pkcs1 v0.7.5
34152026-05-11T18:37:07.202Z[ helios-setup] May 11 18:37:06.156 INFO E| Compiling uuid v1.18.1
34162026-05-11T18:37:07.335Z[ helios-setup] May 11 18:37:06.288 INFO E| Compiling env_logger v0.11.8
34172026-05-11T18:37:07.701Z[ helios-setup] May 11 18:37:06.654 INFO E| Compiling crc-any v2.5.0
34182026-05-11T18:37:07.727Z[ host-package] Compiling progenitor-client v0.11.2
34192026-05-11T18:37:07.777Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
34202026-05-11T18:37:07.780Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
34212026-05-11T18:37:08.119Z[ helios-setup] May 11 18:37:07.072 INFO E| Compiling ppv-lite86 v0.2.21
34222026-05-11T18:37:08.258Z[ helios-setup] May 11 18:37:07.211 INFO E| Compiling bitflags v1.3.2
34232026-05-11T18:37:08.350Z[ helios-setup] May 11 18:37:07.303 INFO E| Compiling foldhash v0.2.0
34242026-05-11T18:37:08.462Z[ helios-setup] May 11 18:37:07.416 INFO E| Compiling hashbrown v0.13.2
34252026-05-11T18:37:08.496Z[ helios-setup] May 11 18:37:07.449 INFO E| Compiling hex v0.4.3
34262026-05-11T18:37:08.775Z[ helios-setup] May 11 18:37:07.725 INFO E| Compiling erased-serde v0.3.31
34272026-05-11T18:37:08.990Z[ host-package] Compiling darling_core v0.23.0
34282026-05-11T18:37:09.014Z[ helios-setup] May 11 18:37:07.967 INFO E| Compiling serde_spanned v0.6.9
34292026-05-11T18:37:09.056Z[ host-package] Compiling nanorand v0.7.0
34302026-05-11T18:37:09.156Z[ helios-setup] May 11 18:37:08.110 INFO E| Compiling rand_chacha v0.3.1
34312026-05-11T18:37:09.178Z[ helios-setup] May 11 18:37:08.131 INFO E| Compiling futures-executor v0.3.31
34322026-05-11T18:37:09.184Z[ helios-setup] May 11 18:37:08.138 INFO E| Compiling toml_datetime v0.6.11
34332026-05-11T18:37:09.214Z[ helios-setup] May 11 18:37:08.167 INFO E| Compiling serde-hex v0.1.0
34342026-05-11T18:37:09.292Z[ helios-setup] May 11 18:37:08.245 INFO E| Compiling ron v0.8.1
34352026-05-11T18:37:09.382Z[ helios-setup] May 11 18:37:08.336 INFO E| Compiling rustc-hash v2.1.1
34362026-05-11T18:37:09.559Z[ helios-setup] May 11 18:37:08.513 INFO E| Compiling futures v0.3.31
34372026-05-11T18:37:09.657Z[ helios-setup] May 11 18:37:08.610 INFO E| Compiling rand v0.8.5
34382026-05-11T18:37:09.916Z[ helios-setup] May 11 18:37:08.870 INFO E| Compiling toml_edit v0.19.15
34392026-05-11T18:37:09.940Z[ helios-setup] May 11 18:37:08.893 INFO E| Compiling object v0.30.4
34402026-05-11T18:37:09.999Z[ helios-setup] May 11 18:37:08.952 INFO E| Compiling iddqd v0.3.14
34412026-05-11T18:37:10.122Z[ host-package] Compiling arc-swap v1.8.2
34422026-05-11T18:37:10.157Z[ helios-setup] May 11 18:37:09.110 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
34432026-05-11T18:37:10.243Z[ helios-setup] May 11 18:37:09.193 INFO E| Compiling zip v0.6.6
34442026-05-11T18:37:10.477Z[ helios-setup] May 11 18:37:09.430 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
34452026-05-11T18:37:10.697Z[ helios-setup] May 11 18:37:09.650 INFO E| Compiling slog-term v2.9.2
34462026-05-11T18:37:10.723Z[ host-package] Compiling parking_lot_core v0.8.6
34472026-05-11T18:37:11.192Z[ helios-setup] May 11 18:37:10.145 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34482026-05-11T18:37:11.953Z[ helios-setup] May 11 18:37:10.907 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34492026-05-11T18:37:11.986Z[ host-package] Compiling mime_guess v2.0.5
34502026-05-11T18:37:12.030Z[ helios-setup] May 11 18:37:10.983 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
34512026-05-11T18:37:12.685Z[ helios-setup] May 11 18:37:11.638 INFO E| Compiling path-slash v0.1.5
34522026-05-11T18:37:13.297Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
34532026-05-11T18:37:13.312Z[ helios-setup] May 11 18:37:12.266 INFO E| Compiling rsa v0.9.8
34542026-05-11T18:37:13.787Z[ host-package] Compiling darling_macro v0.23.0
34552026-05-11T18:37:14.052Z[ helios-setup] May 11 18:37:13.005 INFO E| Compiling toml v0.7.8
34562026-05-11T18:37:14.291Z[ helios-setup] May 11 18:37:13.244 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
34572026-05-11T18:37:14.299Z[ helios-setup] May 11 18:37:13.253 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
34582026-05-11T18:37:14.854Z[ host-package] Compiling slog-scope v4.4.1
34592026-05-11T18:37:15.540Z[ host-package] Compiling flume v0.11.1
34602026-05-11T18:37:15.814Z[ host-package] Compiling progenitor v0.11.2
34612026-05-11T18:37:16.137Z[ host-package] Compiling progenitor v0.10.0
34622026-05-11T18:37:16.216Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
34632026-05-11T18:37:17.118Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34642026-05-11T18:37:19.646Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34652026-05-11T18:37:20.166Z[ helios-setup] May 11 18:37:19.119 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34662026-05-11T18:37:20.583Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34672026-05-11T18:37:21.412Z[ helios-setup] May 11 18:37:20.365 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
34682026-05-11T18:37:24.082Z[ host-package] Compiling oso v0.27.3
34692026-05-11T18:37:25.463Z[ host-package] Compiling async-bb8-diesel v0.2.1
34702026-05-11T18:37:25.959Z[ host-package] Compiling diesel-dtrace v0.5.0
34712026-05-11T18:37:26.018Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34722026-05-11T18:37:26.149Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34732026-05-11T18:37:26.301Z[ host-package] Compiling primeorder v0.13.6
34742026-05-11T18:37:26.385Z[ helios-setup] May 11 18:37:25.338 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34752026-05-11T18:37:26.873Z[ host-package] Compiling git-stub v1.0.0
34762026-05-11T18:37:27.164Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
34772026-05-11T18:37:27.261Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
34782026-05-11T18:37:27.534Z[ host-package] Compiling instability v0.3.11
34792026-05-11T18:37:27.932Z[ host-package] Compiling git-stub-vcs v0.1.0
34802026-05-11T18:37:28.297Z[ host-package] Compiling p384 v0.13.1
34812026-05-11T18:37:28.325Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
34822026-05-11T18:37:29.391Z[ host-package] Compiling slog-stdlog v4.1.1
34832026-05-11T18:37:29.687Z[ host-package] Compiling darling v0.23.0
34842026-05-11T18:37:30.212Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34852026-05-11T18:37:30.438Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34862026-05-11T18:37:30.532Z[ host-package] Compiling ignore v0.4.25
34872026-05-11T18:37:30.574Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
34882026-05-11T18:37:30.725Z[ host-package] Compiling castaway v0.2.4
34892026-05-11T18:37:30.881Z[ host-package] Compiling atty v0.2.14
34902026-05-11T18:37:30.987Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
34912026-05-11T18:37:31.222Z[ host-package] Compiling http-range v0.1.5
34922026-05-11T18:37:31.643Z[ host-package] Compiling indoc v2.0.7
34932026-05-11T18:37:32.146Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
34942026-05-11T18:37:32.553Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34952026-05-11T18:37:33.314Z[ host-package] Compiling globwalk v0.9.1
34962026-05-11T18:37:33.502Z[ host-package] Compiling compact_str v0.8.1
34972026-05-11T18:37:33.749Z[ host-package] Compiling parking_lot v0.11.2
34982026-05-11T18:37:34.666Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
34992026-05-11T18:37:35.188Z[ host-package] Compiling slog-envlogger v2.2.0
35002026-05-11T18:37:35.241Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35012026-05-11T18:37:35.794Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35022026-05-11T18:37:35.891Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
35032026-05-11T18:37:36.000Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35042026-05-11T18:37:36.654Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35052026-05-11T18:37:36.704Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
35062026-05-11T18:37:36.878Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
35072026-05-11T18:37:37.558Z[ host-package] Compiling predicates-tree v1.0.13
35082026-05-11T18:37:37.636Z[ host-package] Compiling unicode-truncate v1.1.0
35092026-05-11T18:37:37.690Z[ host-package] Compiling lru v0.12.5
35102026-05-11T18:37:37.741Z[ host-package] Compiling rand_seeder v0.4.0
35112026-05-11T18:37:37.882Z[ host-package] Compiling prefix-trie v0.7.0
35122026-05-11T18:37:37.940Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
35132026-05-11T18:37:38.032Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35142026-05-11T18:37:38.084Z[ host-package] Compiling vergen-git2 v1.0.7
35152026-05-11T18:37:38.266Z[ host-package] Compiling corncobs v0.1.4
35162026-05-11T18:37:38.284Z[ helios-setup] May 11 18:37:37.237 INFO E| Finished `release` profile [optimized] target(s) in 49.06s
35172026-05-11T18:37:38.287Z[ helios-setup] May 11 18:37:37.239 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
35182026-05-11T18:37:38.287Z[ helios-setup] May 11 18:37:37.239 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35192026-05-11T18:37:38.300Z[ host-package] Compiling cassowary v0.3.0
35202026-05-11T18:37:38.333Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
35212026-05-11T18:37:38.346Z[ helios-setup] May 11 18:37:37.299 INFO building project "pilot" ok (49 seconds)
35222026-05-11T18:37:38.349Z[ helios-setup] May 11 18:37:37.300 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
35232026-05-11T18:37:38.356Z[ helios-setup] May 11 18:37:37.310 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.94.0-x86_64-unknown-illumos (default)"
35242026-05-11T18:37:38.356Z[ helios-setup] May 11 18:37:37.310 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
35252026-05-11T18:37:38.359Z[ helios-setup] May 11 18:37:37.310 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
35262026-05-11T18:37:38.394Z[ host-package] Compiling hickory-server v0.25.2
35272026-05-11T18:37:38.425Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35282026-05-11T18:37:38.477Z[ helios-setup] May 11 18:37:37.426 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
35292026-05-11T18:37:38.492Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35302026-05-11T18:37:38.535Z[ host-package] Compiling camino-tempfile-ext v0.3.3
35312026-05-11T18:37:38.565Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35322026-05-11T18:37:38.656Z[ host-package] Compiling ratatui v0.29.0
35332026-05-11T18:37:38.680Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35342026-05-11T18:37:38.911Z[ helios-setup] May 11 18:37:37.863 INFO E| From https://github.com/jclulow/rust-jmclib
35352026-05-11T18:37:38.911Z[ helios-setup] May 11 18:37:37.863 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
35362026-05-11T18:37:38.924Z[ helios-setup] May 11 18:37:37.877 INFO E| Updating crates.io index
35372026-05-11T18:37:38.977Z[ helios-setup] May 11 18:37:37.930 INFO E| Downloading crates ...
35382026-05-11T18:37:39.037Z[ helios-setup] May 11 18:37:37.990 INFO E| Downloaded ryu v1.0.15
35392026-05-11T18:37:39.041Z[ helios-setup] May 11 18:37:37.993 INFO E| Downloaded md-5 v0.9.1
35402026-05-11T18:37:39.044Z[ helios-setup] May 11 18:37:37.994 INFO E| Downloaded errno v0.3.1
35412026-05-11T18:37:39.044Z[ helios-setup] May 11 18:37:37.995 INFO E| Downloaded opaque-debug v0.3.0
35422026-05-11T18:37:39.047Z[ helios-setup] May 11 18:37:38.000 INFO E| Downloaded libdevinfo-sys v1.0.0
35432026-05-11T18:37:39.047Z[ helios-setup] May 11 18:37:38.000 INFO E| Downloaded digest v0.9.0
35442026-05-11T18:37:39.058Z[ helios-setup] May 11 18:37:38.011 INFO E| Downloaded sha-1 v0.9.8
35452026-05-11T18:37:39.061Z[ helios-setup] May 11 18:37:38.012 INFO E| Downloaded fastrand v2.0.0
35462026-05-11T18:37:39.061Z[ helios-setup] May 11 18:37:38.013 INFO E| Downloaded itoa v1.0.9
35472026-05-11T18:37:39.061Z[ helios-setup] May 11 18:37:38.014 INFO E| Downloaded cpufeatures v0.2.9
35482026-05-11T18:37:39.064Z[ helios-setup] May 11 18:37:38.015 INFO E| Downloaded block-buffer v0.9.0
35492026-05-11T18:37:39.073Z[ helios-setup] May 11 18:37:38.026 INFO E| Downloaded proc-macro2 v1.0.66
35502026-05-11T18:37:39.076Z[ helios-setup] May 11 18:37:38.028 INFO E| Downloaded quote v1.0.31
35512026-05-11T18:37:39.079Z[ helios-setup] May 11 18:37:38.030 INFO E| Downloaded glob v0.3.1
35522026-05-11T18:37:39.079Z[ helios-setup] May 11 18:37:38.031 INFO E| Downloaded walkdir v2.3.3
35532026-05-11T18:37:39.093Z[ helios-setup] May 11 18:37:38.046 INFO E| Downloaded uuid v0.8.2
35542026-05-11T18:37:39.096Z[ helios-setup] May 11 18:37:38.049 INFO E| Downloaded tempfile v3.7.0
35552026-05-11T18:37:39.099Z[ helios-setup] May 11 18:37:38.050 INFO E| Downloaded serde_derive v1.0.193
35562026-05-11T18:37:39.099Z[ helios-setup] May 11 18:37:38.052 INFO E| Downloaded once_cell v1.18.0
35572026-05-11T18:37:39.102Z[ helios-setup] May 11 18:37:38.054 INFO E| Downloaded bitflags v2.3.3
35582026-05-11T18:37:39.105Z[ helios-setup] May 11 18:37:38.056 INFO E| Downloaded serde v1.0.193
35592026-05-11T18:37:39.106Z[ helios-setup] May 11 18:37:38.058 INFO E| Downloaded anyhow v1.0.72
35602026-05-11T18:37:39.109Z[ helios-setup] May 11 18:37:38.061 INFO E| Downloaded unicode-ident v1.0.11
35612026-05-11T18:37:39.112Z[ helios-setup] May 11 18:37:38.062 INFO E| Downloaded typenum v1.16.0
35622026-05-11T18:37:39.112Z[ helios-setup] May 11 18:37:38.064 INFO E| Downloaded toml v0.5.11
35632026-05-11T18:37:39.112Z[ helios-setup] May 11 18:37:38.065 INFO E| Downloaded getrandom v0.2.10
35642026-05-11T18:37:39.116Z[ helios-setup] May 11 18:37:38.069 INFO E| Downloaded serde_json v1.0.103
35652026-05-11T18:37:39.133Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35662026-05-11T18:37:39.137Z[ helios-setup] May 11 18:37:38.090 INFO E| Downloaded syn v2.0.32
35672026-05-11T18:37:39.154Z[ helios-setup] May 11 18:37:38.107 INFO E| Downloaded rustix v0.38.4
35682026-05-11T18:37:39.170Z[ helios-setup] May 11 18:37:38.123 INFO E| Downloaded libc v0.2.147
35692026-05-11T18:37:39.219Z[ host-package] Compiling hyper-staticfile v0.10.1
35702026-05-11T18:37:39.235Z[ helios-setup] May 11 18:37:38.187 INFO E| Compiling libc v0.2.147
35712026-05-11T18:37:39.235Z[ helios-setup] May 11 18:37:38.187 INFO E| Compiling proc-macro2 v1.0.66
35722026-05-11T18:37:39.235Z[ helios-setup] May 11 18:37:38.187 INFO E| Compiling unicode-ident v1.0.11
35732026-05-11T18:37:39.239Z[ helios-setup] May 11 18:37:38.188 INFO E| Compiling cfg-if v1.0.0
35742026-05-11T18:37:39.239Z[ helios-setup] May 11 18:37:38.188 INFO E| Compiling typenum v1.16.0
35752026-05-11T18:37:39.239Z[ helios-setup] May 11 18:37:38.188 INFO E| Compiling version_check v0.9.4
35762026-05-11T18:37:39.239Z[ helios-setup] May 11 18:37:38.188 INFO E| Compiling serde v1.0.193
35772026-05-11T18:37:39.239Z[ helios-setup] May 11 18:37:38.188 INFO E| Compiling rustix v0.38.4
35782026-05-11T18:37:39.239Z[ helios-setup] May 11 18:37:38.188 INFO E| Compiling itoa v1.0.9
35792026-05-11T18:37:39.242Z[ host-package] Compiling sled v0.34.7
35802026-05-11T18:37:39.257Z[ helios-setup] May 11 18:37:38.210 INFO E| Compiling slog v2.7.0
35812026-05-11T18:37:39.260Z[ helios-setup] May 11 18:37:38.212 INFO E| Compiling num-conv v0.1.0
35822026-05-11T18:37:39.260Z[ helios-setup] May 11 18:37:38.212 INFO E| Compiling time-core v0.1.2
35832026-05-11T18:37:39.260Z[ helios-setup] May 11 18:37:38.213 INFO E| Compiling powerfmt v0.2.0
35842026-05-11T18:37:39.260Z[ helios-setup] May 11 18:37:38.213 INFO E| Compiling num_threads v0.1.6
35852026-05-11T18:37:39.260Z[ helios-setup] May 11 18:37:38.213 INFO E| Compiling once_cell v1.18.0
35862026-05-11T18:37:39.261Z[ helios-setup] May 11 18:37:38.213 INFO E| Compiling bitflags v2.3.3
35872026-05-11T18:37:39.522Z[ helios-setup] May 11 18:37:38.475 INFO E| Compiling anyhow v1.0.72
35882026-05-11T18:37:39.963Z[ helios-setup] May 11 18:37:38.916 INFO E| Compiling generic-array v0.14.7
35892026-05-11T18:37:40.048Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35902026-05-11T18:37:40.091Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35912026-05-11T18:37:40.102Z[ helios-setup] May 11 18:37:39.055 INFO E| Compiling deranged v0.3.11
35922026-05-11T18:37:40.111Z[ helios-setup] May 11 18:37:39.064 INFO E| Compiling thread_local v1.1.7
35932026-05-11T18:37:40.114Z[ helios-setup] May 11 18:37:39.064 INFO E| Compiling opaque-debug v0.3.0
35942026-05-11T18:37:40.114Z[ helios-setup] May 11 18:37:39.064 INFO E| Compiling time-macros v0.2.18
35952026-05-11T18:37:40.117Z[ helios-setup] May 11 18:37:39.070 INFO E| Compiling serde_json v1.0.103
35962026-05-11T18:37:40.128Z[ helios-setup] May 11 18:37:39.081 INFO E| Compiling fastrand v2.0.0
35972026-05-11T18:37:40.211Z[ helios-setup] May 11 18:37:39.165 INFO E| Compiling unicode-width v0.1.10
35982026-05-11T18:37:40.231Z[ helios-setup] May 11 18:37:39.184 INFO E| Compiling same-file v1.0.6
35992026-05-11T18:37:40.358Z[ helios-setup] May 11 18:37:39.307 INFO E| Compiling cpufeatures v0.2.9
36002026-05-11T18:37:40.376Z[ helios-setup] May 11 18:37:39.328 INFO E| Compiling ryu v1.0.15
36012026-05-11T18:37:40.441Z[ helios-setup] May 11 18:37:39.394 INFO E| Compiling getopts v0.2.21
36022026-05-11T18:37:40.552Z[ helios-setup] May 11 18:37:39.504 INFO E| Compiling walkdir v2.3.3
36032026-05-11T18:37:40.609Z[ helios-setup] May 11 18:37:39.562 INFO E| Compiling glob v0.3.1
36042026-05-11T18:37:40.699Z[ helios-setup] May 11 18:37:39.651 INFO E| Compiling libdevinfo-sys v1.0.0
36052026-05-11T18:37:40.749Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36062026-05-11T18:37:41.065Z[ helios-setup] May 11 18:37:40.018 INFO E| Compiling dirs-sys-next v0.1.2
36072026-05-11T18:37:41.079Z[ helios-setup] May 11 18:37:40.032 INFO E| Compiling errno v0.3.1
36082026-05-11T18:37:41.140Z[ helios-setup] May 11 18:37:40.093 INFO E| Compiling atty v0.2.14
36092026-05-11T18:37:41.163Z[ helios-setup] May 11 18:37:40.116 INFO E| Compiling getrandom v0.2.10
36102026-05-11T18:37:41.291Z[ helios-setup] May 11 18:37:40.243 INFO E| Compiling dirs-next v2.0.0
36112026-05-11T18:37:41.372Z[ helios-setup] May 11 18:37:40.324 INFO E| Compiling term v0.7.0
36122026-05-11T18:37:41.388Z[ host-package] Compiling secrecy v0.8.0
36132026-05-11T18:37:41.679Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36142026-05-11T18:37:41.725Z[ helios-setup] May 11 18:37:40.677 INFO E| Compiling quote v1.0.31
36152026-05-11T18:37:41.800Z[ helios-setup] May 11 18:37:40.753 INFO E| Compiling time v0.3.36
36162026-05-11T18:37:41.934Z[ helios-setup] May 11 18:37:40.887 INFO E| Compiling syn v2.0.32
36172026-05-11T18:37:42.253Z[ helios-setup] May 11 18:37:41.206 INFO E| Compiling tempfile v3.7.0
36182026-05-11T18:37:42.266Z[ helios-setup] May 11 18:37:41.219 INFO E| Compiling block-buffer v0.9.0
36192026-05-11T18:37:42.266Z[ helios-setup] May 11 18:37:41.219 INFO E| Compiling digest v0.9.0
36202026-05-11T18:37:42.375Z[ host-package] Compiling rustls v0.21.12
36212026-05-11T18:37:42.381Z[ helios-setup] May 11 18:37:41.334 INFO E| Compiling md-5 v0.9.1
36222026-05-11T18:37:42.381Z[ helios-setup] May 11 18:37:41.335 INFO E| Compiling sha-1 v0.9.8
36232026-05-11T18:37:42.840Z[ helios-setup] May 11 18:37:41.794 INFO E| Compiling slog-term v2.9.0
36242026-05-11T18:37:43.765Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36252026-05-11T18:37:43.996Z[ helios-setup] May 11 18:37:42.949 INFO E| Compiling serde_derive v1.0.193
36262026-05-11T18:37:44.692Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36272026-05-11T18:37:44.814Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
36282026-05-11T18:37:45.314Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36292026-05-11T18:37:46.458Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36302026-05-11T18:37:46.898Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36312026-05-11T18:37:48.237Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36322026-05-11T18:37:48.584Z[ helios-setup] May 11 18:37:47.537 INFO E| Compiling toml v0.5.11
36332026-05-11T18:37:48.584Z[ helios-setup] May 11 18:37:47.537 INFO E| Compiling uuid v0.8.2
36342026-05-11T18:37:48.712Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
36352026-05-11T18:37:49.375Z[ helios-setup] May 11 18:37:48.327 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
36362026-05-11T18:37:49.704Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36372026-05-11T18:37:49.822Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36382026-05-11T18:37:49.934Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36392026-05-11T18:37:50.070Z[ host-package] Compiling sct v0.7.1
36402026-05-11T18:37:50.184Z[ helios-setup] May 11 18:37:49.136 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
36412026-05-11T18:37:50.210Z[ host-package] Compiling rustls-webpki v0.101.7
36422026-05-11T18:37:50.398Z[ host-package] Compiling nix v0.29.0
36432026-05-11T18:37:50.447Z[ host-package] Compiling dropshot v0.16.7
36442026-05-11T18:37:50.710Z[ host-package] Compiling void v1.0.2
36452026-05-11T18:37:50.920Z[ host-package] Compiling lzss v0.8.2
36462026-05-11T18:37:51.271Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
36472026-05-11T18:37:51.639Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36482026-05-11T18:37:52.027Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36492026-05-11T18:37:52.246Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36502026-05-11T18:37:52.728Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36512026-05-11T18:37:52.919Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36522026-05-11T18:37:53.533Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36532026-05-11T18:37:53.772Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36542026-05-11T18:37:54.013Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36552026-05-11T18:37:54.040Z[ helios-setup] May 11 18:37:52.993 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.66s
36562026-05-11T18:37:54.043Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36572026-05-11T18:37:54.066Z[ helios-setup] May 11 18:37:53.019 INFO building project "image-builder" ok (15 seconds)
36582026-05-11T18:37:54.066Z[ helios-setup] May 11 18:37:53.019 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
36592026-05-11T18:37:54.076Z[ helios-setup] May 11 18:37:53.029 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.94.0-x86_64-unknown-illumos (default)"
36602026-05-11T18:37:54.076Z[ helios-setup] May 11 18:37:53.029 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
36612026-05-11T18:37:54.076Z[ helios-setup] May 11 18:37:53.029 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
36622026-05-11T18:37:54.269Z[ helios-setup] May 11 18:37:53.222 INFO E| Downloading crates ...
36632026-05-11T18:37:54.302Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36642026-05-11T18:37:54.306Z[ host-package] Compiling tungstenite v0.23.0
36652026-05-11T18:37:54.319Z[ helios-setup] May 11 18:37:53.272 INFO E| Downloaded adler2 v2.0.0
36662026-05-11T18:37:54.404Z[ helios-setup] May 11 18:37:53.357 INFO E| Downloaded miniz_oxide v0.8.8
36672026-05-11T18:37:54.445Z[ helios-setup] May 11 18:37:53.398 INFO E| Compiling adler2 v2.0.0
36682026-05-11T18:37:54.540Z[ helios-setup] May 11 18:37:53.493 INFO E| Compiling miniz_oxide v0.8.8
36692026-05-11T18:37:54.580Z[ host-package] Compiling toml v0.9.12+spec-1.1.0
36702026-05-11T18:37:54.910Z[ host-package] Compiling nix v0.27.1
36712026-05-11T18:37:54.958Z[ host-package] Compiling dropshot_endpoint v0.16.7
36722026-05-11T18:37:54.981Z[ host-package] Compiling serde_bytes v0.11.19
36732026-05-11T18:37:55.389Z[ host-package] Compiling tokio-tungstenite v0.23.1
36742026-05-11T18:37:55.521Z[ helios-setup] May 11 18:37:54.473 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
36752026-05-11T18:37:55.837Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
36762026-05-11T18:37:56.123Z[ helios-setup] May 11 18:37:55.074 INFO E| Finished `release` profile [optimized] target(s) in 2.03s
36772026-05-11T18:37:56.123Z[ host-package] Compiling git2 v0.20.4
36782026-05-11T18:37:56.132Z[ helios-setup] May 11 18:37:55.084 INFO building project "pinprick" ok (2 seconds)
36792026-05-11T18:37:56.135Z[ helios-setup] rm -f helios-build
36802026-05-11T18:37:56.135Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
36812026-05-11T18:37:56.138Z[ helios-setup]
36822026-05-11T18:37:56.141Z[ helios-setup] Setup complete! ./helios-build is now available.
36832026-05-11T18:37:56.141Z[ helios-setup]
36842026-05-11T18:37:56.141Z[ helios-setup]
36852026-05-11T18:37:56.141Z[ helios-setup] real 2:38.305690609
36862026-05-11T18:37:56.141Z[ helios-setup] user 6:53.131267683
36872026-05-11T18:37:56.141Z[ helios-setup] sys 1:15.360916437
36882026-05-11T18:37:56.141Z[ helios-setup] trap 0.442353473
36892026-05-11T18:37:56.141Z[ helios-setup] tflt 2.086452777
36902026-05-11T18:37:56.141Z[ helios-setup] dflt 6.373071386
36912026-05-11T18:37:56.141Z[ helios-setup] kflt 0.002034951
36922026-05-11T18:37:56.141Z[ helios-setup] lock 38:03.115091855
36932026-05-11T18:37:56.141Z[ helios-setup] slp 35:39.879357724
36942026-05-11T18:37:56.141Z[ helios-setup] lat 6:39.112815905
36952026-05-11T18:37:56.141Z[ helios-setup] stop 1:37.456251707
36962026-05-11T18:37:56.141ZMay 11 18:37:55.094 INFO [helios-setup] process exited with exit status: 0 (158.308594272s)
36972026-05-11T18:37:56.141ZMay 11 18:37:55.094 INFO [helios-record] running task
36982026-05-11T18:37:56.146ZMay 11 18:37:55.094 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
36992026-05-11T18:37:56.149ZMay 11 18:37:55.099 DEBG process exited with exit status: 0 (4.177673ms)
37002026-05-11T18:37:56.149ZMay 11 18:37:55.099 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37012026-05-11T18:37:56.152ZMay 11 18:37:55.103 DEBG process exited with exit status: 0 (4.179703ms)
37022026-05-11T18:37:56.152ZMay 11 18:37:55.103 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37032026-05-11T18:37:56.156ZMay 11 18:37:55.106 DEBG process exited with exit status: 0 (3.294873ms)
37042026-05-11T18:37:56.156ZMay 11 18:37:55.106 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37052026-05-11T18:37:56.159ZMay 11 18:37:55.110 DEBG process exited with exit status: 0 (4.049763ms)
37062026-05-11T18:37:56.159ZMay 11 18:37:55.110 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37072026-05-11T18:37:56.162ZMay 11 18:37:55.114 DEBG process exited with exit status: 0 (3.882763ms)
37082026-05-11T18:37:56.162ZMay 11 18:37:55.114 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37092026-05-11T18:37:56.165ZMay 11 18:37:55.118 DEBG process exited with exit status: 0 (4.273213ms)
37102026-05-11T18:37:56.165ZMay 11 18:37:55.118 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37112026-05-11T18:37:56.169ZMay 11 18:37:55.122 DEBG process exited with exit status: 0 (3.675823ms)
37122026-05-11T18:37:56.169ZMay 11 18:37:55.122 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37132026-05-11T18:37:56.175ZMay 11 18:37:55.125 DEBG process exited with exit status: 0 (3.128672ms)
37142026-05-11T18:37:56.175ZMay 11 18:37:55.125 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37152026-05-11T18:37:56.175ZMay 11 18:37:55.128 DEBG process exited with exit status: 0 (3.027792ms)
37162026-05-11T18:37:56.175ZMay 11 18:37:55.128 INFO [helios-record] task succeeded (34.332536ms)
37172026-05-11T18:37:56.375Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37182026-05-11T18:37:56.762Z[ host-package] Compiling tokio-rustls v0.24.1
37192026-05-11T18:37:57.506Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37202026-05-11T18:37:59.200Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
37212026-05-11T18:37:59.470Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37222026-05-11T18:38:00.554Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37232026-05-11T18:38:01.469Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37242026-05-11T18:38:01.639Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37252026-05-11T18:38:01.917Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37262026-05-11T18:38:02.323Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37272026-05-11T18:38:03.666Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37282026-05-11T18:38:04.676Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37292026-05-11T18:38:05.322Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37302026-05-11T18:38:05.457Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37312026-05-11T18:38:06.436Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37322026-05-11T18:38:06.481Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37332026-05-11T18:38:06.940Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37342026-05-11T18:38:07.152Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37352026-05-11T18:38:08.142Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37362026-05-11T18:38:09.899Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37372026-05-11T18:38:09.943Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37382026-05-11T18:38:10.174Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37392026-05-11T18:38:10.204Z[ host-package] Compiling rustls-pemfile v1.0.4
37402026-05-11T18:38:10.441Z[ host-package] Compiling signal-hook-tokio v0.3.1
37412026-05-11T18:38:10.624Z[ host-package] Compiling twox-hash v2.1.2
37422026-05-11T18:38:10.648Z[ host-package] Compiling yasna v0.5.2
37432026-05-11T18:38:10.759Z[ host-package] Compiling is_ci v1.2.0
37442026-05-11T18:38:10.999Z[ host-package] Compiling supports-color v3.0.2
37452026-05-11T18:38:11.009Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37462026-05-11T18:38:11.195Z[ host-package] Compiling rcgen v0.12.1
37472026-05-11T18:38:11.240Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37482026-05-11T18:38:11.282Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37492026-05-11T18:38:12.242Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37502026-05-11T18:38:12.273Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
37512026-05-11T18:38:13.245Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
37522026-05-11T18:38:13.365Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37532026-05-11T18:38:13.437Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37542026-05-11T18:38:13.566Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
37552026-05-11T18:38:15.567Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37562026-05-11T18:38:15.783Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37572026-05-11T18:38:16.019Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37582026-05-11T18:38:16.253Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37592026-05-11T18:38:16.490Z[ host-package] Compiling fatfs v0.3.6
37602026-05-11T18:38:17.196Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37612026-05-11T18:38:17.440Z[ host-package] Compiling subprocess v0.2.15
37622026-05-11T18:38:17.738Z[ host-package] Compiling rtoolbox v0.0.3
37632026-05-11T18:38:18.018Z[ host-package] Compiling seq-macro v0.3.6
37642026-05-11T18:38:18.437Z[ host-package] Compiling assert_matches v1.5.0
37652026-05-11T18:38:18.511Z[ host-package] Compiling rpassword v7.4.0
37662026-05-11T18:38:18.556Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37672026-05-11T18:38:18.885Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37682026-05-11T18:38:19.330Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37692026-05-11T18:38:19.474Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37702026-05-11T18:38:19.636Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37712026-05-11T18:38:20.706Z[ host-package] Compiling tui-tree-widget v0.23.1
37722026-05-11T18:38:20.898Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37732026-05-11T18:38:21.007Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37742026-05-11T18:38:21.237Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37752026-05-11T18:38:21.575Z[ host-package] Compiling uzers v0.12.2
37762026-05-11T18:38:21.935Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37772026-05-11T18:38:23.017Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37782026-05-11T18:38:23.926Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37792026-05-11T18:38:24.069Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37802026-05-11T18:38:26.395Z[ host-package] Compiling support-bundle-viewer v0.1.2
37812026-05-11T18:38:28.366Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37822026-05-11T18:38:28.723Z[ host-package] Compiling multimap v0.10.1
37832026-05-11T18:38:35.866Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37842026-05-11T18:38:41.133Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37852026-05-11T18:38:49.265Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37862026-05-11T18:50:03.847Z[ host-package] Finished `release` profile [optimized] target(s) in 14m 01s
37872026-05-11T18:50:47.201ZMay 11 18:50:46.150 INFO [host-package] process exited with exit status: 0 (884.558976382s)
37882026-05-11T18:50:47.201ZMay 11 18:50:46.150 INFO [host-stamp] running task
37892026-05-11T18:50:47.204ZMay 11 18:50:46.150 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
37902026-05-11T18:50:47.204ZMay 11 18:50:46.151 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 20.0.0-0.ci+gitc4b26142f4b
37912026-05-11T18:50:47.204ZMay 11 18:50:46.151 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 20.0.0-0.ci+gitc4b26142f4b
37922026-05-11T18:50:47.204ZMay 11 18:50:46.152 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 20.0.0-0.ci+gitc4b26142f4b
37932026-05-11T18:50:47.204ZMay 11 18:50:46.152 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 20.0.0-0.ci+gitc4b26142f4b
37942026-05-11T18:50:47.204ZMay 11 18:50:46.152 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 20.0.0-0.ci+gitc4b26142f4b
37952026-05-11T18:50:47.204ZMay 11 18:50:46.152 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 20.0.0-0.ci+gitc4b26142f4b
37962026-05-11T18:50:47.204ZMay 11 18:50:46.153 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 20.0.0-0.ci+gitc4b26142f4b
37972026-05-11T18:50:47.204ZMay 11 18:50:46.153 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 20.0.0-0.ci+gitc4b26142f4b
37982026-05-11T18:50:47.213Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
37992026-05-11T18:50:47.216Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38002026-05-11T18:50:47.216Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38012026-05-11T18:50:47.216Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38022026-05-11T18:50:47.216Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38032026-05-11T18:50:47.216Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38042026-05-11T18:50:47.216Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38052026-05-11T18:50:47.216Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38062026-05-11T18:50:47.216Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38072026-05-11T18:50:47.216Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38082026-05-11T18:50:47.220ZMay 11 18:50:46.169 INFO [stamp-overlay] process exited with exit status: 0 (16.887212ms)
38092026-05-11T18:50:47.222Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38102026-05-11T18:50:47.226ZMay 11 18:50:46.176 INFO [stamp-oxlog] process exited with exit status: 0 (23.787508ms)
38112026-05-11T18:50:47.250Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38122026-05-11T18:50:47.253ZMay 11 18:50:46.203 INFO [stamp-crucible-utils] process exited with exit status: 0 (50.229858ms)
38132026-05-11T18:50:47.260Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38142026-05-11T18:50:47.264ZMay 11 18:50:46.213 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (62.586018ms)
38152026-05-11T18:50:47.358Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38162026-05-11T18:50:47.361ZMay 11 18:50:46.311 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (159.13503ms)
38172026-05-11T18:50:47.573Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38182026-05-11T18:50:47.576ZMay 11 18:50:46.526 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (373.848601ms)
38192026-05-11T18:50:47.801Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38202026-05-11T18:50:47.805ZMay 11 18:50:46.754 INFO [stamp-propolis-server] process exited with exit status: 0 (603.019694ms)
38212026-05-11T18:50:48.216Z[recovery-package] Compiling newtype-uuid v1.3.2
38222026-05-11T18:50:48.458Z[recovery-package] Compiling daft v0.1.5
38232026-05-11T18:50:48.673Z[recovery-package] Compiling iddqd v0.3.18
38242026-05-11T18:50:49.563Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38252026-05-11T18:50:49.832Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38262026-05-11T18:50:49.832Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38272026-05-11T18:50:49.835Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
38282026-05-11T18:50:49.835Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
38292026-05-11T18:50:49.835Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38302026-05-11T18:50:49.835Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38312026-05-11T18:50:49.835Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38322026-05-11T18:50:49.845Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38332026-05-11T18:50:49.942Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38342026-05-11T18:50:50.129Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38352026-05-11T18:50:50.226Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
38362026-05-11T18:50:50.355Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38372026-05-11T18:50:52.851Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38382026-05-11T18:50:52.855ZMay 11 18:50:51.804 INFO [stamp-switch-asic] process exited with exit status: 0 (5.652898608s)
38392026-05-11T18:50:52.858ZMay 11 18:50:51.805 INFO [host-stamp] task succeeded (5.654661329s)
38402026-05-11T18:50:52.858ZMay 11 18:50:51.805 INFO [host-proto] running task
38412026-05-11T18:50:53.217ZMay 11 18:50:52.167 INFO [host-proto] task succeeded (361.918923ms)
38422026-05-11T18:50:53.217ZMay 11 18:50:52.167 INFO [host-profile] running task
38432026-05-11T18:50:53.221ZMay 11 18:50:52.167 INFO [host-profile] task succeeded (233.441µs)
38442026-05-11T18:50:53.221ZMay 11 18:50:52.167 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.40.474' -P /tmp/.tmpuYb6Gt/proto/host/root -N 'ci c4b2614/${os_short_commit} 2026-05-11 18:35' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38452026-05-11T18:50:53.224Z[ host-image] May 11 18:50:52.173 INFO Checking files for board 'gimlet'
38462026-05-11T18:50:53.224Z[ host-image] May 11 18:50:52.173 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38472026-05-11T18:50:53.224Z[ host-image] May 11 18:50:52.174 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
38482026-05-11T18:50:53.227Z[ host-image] May 11 18:50:52.174 INFO Checking files for board 'cosmo'
38492026-05-11T18:50:53.227Z[ host-image] May 11 18:50:52.174 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38502026-05-11T18:50:53.227Z[ host-image] May 11 18:50:52.174 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38512026-05-11T18:50:53.227Z[ host-image] May 11 18:50:52.174 INFO Checking files for board 'cosmo-mbist-noaggr'
38522026-05-11T18:50:53.227Z[ host-image] May 11 18:50:52.174 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38532026-05-11T18:50:53.227Z[ host-image] May 11 18:50:52.174 INFO Checking files for board 'cosmo-mbist'
38542026-05-11T18:50:53.227Z[ host-image] May 11 18:50:52.174 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38552026-05-11T18:50:53.232Z[ host-image] May 11 18:50:52.182 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpuYb6Gt/proto/host/root"
38562026-05-11T18:50:53.232Z[ host-image] May 11 18:50:52.182 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38572026-05-11T18:50:53.235Z[ host-image] May 11 18:50:52.182 INFO image builder template: ramdisk-01-os...
38582026-05-11T18:50:53.236Z[ host-image] May 11 18:50:52.182 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/.tmpuYb6Gt/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.40.474", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38592026-05-11T18:50:53.245Z[ host-image] May 11 18:50:52.195 INFO O| May 11 18:50:52.194 INFO CREATE DATASET: rpool/images/build/host/output
38602026-05-11T18:50:54.505Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
38612026-05-11T18:50:54.505Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38622026-05-11T18:50:54.505Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38632026-05-11T18:50:54.509Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38642026-05-11T18:50:54.509Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38652026-05-11T18:50:55.597Z[ host-image] May 11 18:50:54.546 INFO O| May 11 18:50:54.546 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38662026-05-11T18:50:55.600Z[ host-image] May 11 18:50:54.550 INFO O| May 11 18:50:54.550 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38672026-05-11T18:50:55.806Z[ host-image] May 11 18:50:54.756 INFO O| May 11 18:50:54.756 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38682026-05-11T18:50:55.916Z[ host-image] May 11 18:50:54.865 INFO O| May 11 18:50:54.865 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38692026-05-11T18:50:55.916Z[ host-image] May 11 18:50:54.865 INFO O| May 11 18:50:54.865 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38702026-05-11T18:50:55.919Z[ host-image] May 11 18:50:54.866 INFO O| May 11 18:50:54.866 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38712026-05-11T18:50:55.919Z[ host-image] May 11 18:50:54.866 INFO O| May 11 18:50:54.866 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38722026-05-11T18:50:55.922Z[ host-image] May 11 18:50:54.871 INFO O| May 11 18:50:54.871 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38732026-05-11T18:50:56.111Z[ host-image] May 11 18:50:55.061 INFO O| May 11 18:50:55.061 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38742026-05-11T18:50:56.118Z[ host-image] May 11 18:50:55.068 INFO O| May 11 18:50:55.068 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
38752026-05-11T18:50:56.383Z[ host-image] May 11 18:50:55.333 INFO O| May 11 18:50:55.332 INFO O| Caching catalogs ... Done
38762026-05-11T18:50:56.452Z[ host-image] May 11 18:50:55.401 INFO O| May 11 18:50:55.401 INFO STEP 0 (pkg_image_create) COMPLETE
38772026-05-11T18:50:56.452Z[ host-image] May 11 18:50:55.401 INFO O| May 11 18:50:55.401 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38782026-05-11T18:50:56.459Z[ host-image] May 11 18:50:55.409 INFO O| May 11 18:50:55.409 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"]
38792026-05-11T18:50:56.713Z[ host-image] May 11 18:50:55.663 INFO O| May 11 18:50:55.663 INFO STEP 1 (pkg_set_publisher) COMPLETE
38802026-05-11T18:50:56.713Z[ host-image] May 11 18:50:55.663 INFO O| May 11 18:50:55.663 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38812026-05-11T18:50:56.713Z[ host-image] May 11 18:50:55.663 INFO O| May 11 18:50:55.663 INFO skip step because feature "publisher_1_name" is not enabled
38822026-05-11T18:50:56.717Z[ host-image] May 11 18:50:55.663 INFO O| May 11 18:50:55.663 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38832026-05-11T18:50:56.717Z[ host-image] May 11 18:50:55.663 INFO O| May 11 18:50:55.663 INFO skip step because feature "publisher_2_name" is not enabled
38842026-05-11T18:50:56.717Z[ host-image] May 11 18:50:55.663 INFO O| May 11 18:50:55.663 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38852026-05-11T18:50:56.717Z[ host-image] May 11 18:50:55.663 INFO O| May 11 18:50:55.663 INFO skip step because feature "publisher_3_name" is not enabled
38862026-05-11T18:50:56.717Z[ host-image] May 11 18:50:55.663 INFO O| May 11 18:50:55.663 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38872026-05-11T18:50:56.969Z[ host-image] May 11 18:50:55.918 INFO O| May 11 18:50:55.918 INFO variant opensolaris.zone is already global
38882026-05-11T18:50:56.969Z[ host-image] May 11 18:50:55.918 INFO O| May 11 18:50:55.918 INFO STEP 5 (pkg_change_variant) COMPLETE
38892026-05-11T18:50:56.969Z[ host-image] May 11 18:50:55.918 INFO O| May 11 18:50:55.918 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38902026-05-11T18:50:57.225Z[ host-image] May 11 18:50:56.173 INFO O| May 11 18:50:56.173 INFO variant opensolaris.imagetype is full; changing to partial
38912026-05-11T18:50:57.225Z[ host-image] May 11 18:50:56.173 INFO O| May 11 18:50:56.173 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38922026-05-11T18:50:57.610Z[ host-image] May 11 18:50:56.559 INFO O| May 11 18:50:56.559 INFO O| Startup: Refreshing catalog 'helios' ... Done
38932026-05-11T18:50:57.645Z[ host-image] May 11 18:50:56.594 INFO O| May 11 18:50:56.594 INFO O| Startup: Caching catalogs ... Done
38942026-05-11T18:50:57.648Z[ host-image] May 11 18:50:56.597 INFO O| May 11 18:50:56.597 INFO O| Planning: Planning completed in 0.00 seconds
38952026-05-11T18:50:57.651Z[ host-image] May 11 18:50:56.597 INFO O| May 11 18:50:56.597 INFO O| Planning: Consolidating action changes ... Done
38962026-05-11T18:50:57.651Z[ host-image] May 11 18:50:56.597 INFO O| May 11 18:50:56.597 INFO O| Planning: Evaluating mediators ... Done
38972026-05-11T18:50:57.651Z[ host-image] May 11 18:50:56.598 INFO O| May 11 18:50:56.598 INFO O| Planning: Planning completed in 0.00 seconds
38982026-05-11T18:50:57.651Z[ host-image] May 11 18:50:56.598 INFO O| May 11 18:50:56.598 INFO O| Variants/Facets to change: 1
38992026-05-11T18:50:57.656Z[ host-image] May 11 18:50:56.606 INFO O| May 11 18:50:56.606 INFO O| Finalize: Updating package state database ... Done
39002026-05-11T18:50:57.656Z[ host-image] May 11 18:50:56.606 INFO O| May 11 18:50:56.606 INFO O| Finalize: Updating package cache ... Done
39012026-05-11T18:50:57.663Z[ host-image] May 11 18:50:56.612 INFO O| May 11 18:50:56.612 INFO O| Finalize: Updating image state ... Done
39022026-05-11T18:50:57.665Z[ host-image] May 11 18:50:56.614 INFO O| May 11 18:50:56.614 INFO O| Finalize: Creating fast lookup database ... Done
39032026-05-11T18:50:57.666Z[ host-image] May 11 18:50:56.615 INFO O| May 11 18:50:56.614 INFO O| Finalize: Reading search index ... Done
39042026-05-11T18:50:57.666Z[ host-image] May 11 18:50:56.615 INFO O| May 11 18:50:56.615 INFO O| Finalize: Updating search index ... Done
39052026-05-11T18:50:57.666Z[ host-image] May 11 18:50:56.615 INFO O| May 11 18:50:56.615 INFO O| Finalize: Updating package cache ... Done
39062026-05-11T18:50:57.723Z[ host-image] May 11 18:50:56.673 INFO O| May 11 18:50:56.673 INFO STEP 6 (pkg_change_variant) COMPLETE
39072026-05-11T18:50:57.723Z[ host-image] May 11 18:50:56.673 INFO O| May 11 18:50:56.673 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39082026-05-11T18:50:57.726Z[ host-image] May 11 18:50:56.673 INFO O| May 11 18:50:56.673 INFO skip step because feature "debug_variant" is not enabled
39092026-05-11T18:50:57.726Z[ host-image] May 11 18:50:56.673 INFO O| May 11 18:50:56.673 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39102026-05-11T18:50:57.982Z[ host-image] May 11 18:50:56.931 INFO O| May 11 18:50:56.931 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39112026-05-11T18:50:58.353Z[ host-image] May 11 18:50:57.303 INFO O| May 11 18:50:57.302 INFO O| Startup: Refreshing catalog 'helios' ... Done
39122026-05-11T18:50:58.388Z[ host-image] May 11 18:50:57.338 INFO O| May 11 18:50:57.338 INFO O| Startup: Caching catalogs ... Done
39132026-05-11T18:50:58.391Z[ host-image] May 11 18:50:57.340 INFO O| May 11 18:50:57.340 INFO O| Planning: Planning completed in 0.00 seconds
39142026-05-11T18:50:58.391Z[ host-image] May 11 18:50:57.341 INFO O| May 11 18:50:57.341 INFO O| Planning: Consolidating action changes ... Done
39152026-05-11T18:50:58.391Z[ host-image] May 11 18:50:57.341 INFO O| May 11 18:50:57.341 INFO O| Planning: Evaluating mediators ... Done
39162026-05-11T18:50:58.394Z[ host-image] May 11 18:50:57.341 INFO O| May 11 18:50:57.341 INFO O| Planning: Planning completed in 0.00 seconds
39172026-05-11T18:50:58.394Z[ host-image] May 11 18:50:57.341 INFO O| May 11 18:50:57.341 INFO O| Variants/Facets to change: 1
39182026-05-11T18:50:58.399Z[ host-image] May 11 18:50:57.349 INFO O| May 11 18:50:57.349 INFO O| Finalize: Updating package state database ... Done
39192026-05-11T18:50:58.399Z[ host-image] May 11 18:50:57.349 INFO O| May 11 18:50:57.349 INFO O| Finalize: Updating package cache ... Done
39202026-05-11T18:50:58.405Z[ host-image] May 11 18:50:57.355 INFO O| May 11 18:50:57.355 INFO O| Finalize: Updating image state ... Done
39212026-05-11T18:50:58.408Z[ host-image] May 11 18:50:57.357 INFO O| May 11 18:50:57.357 INFO O| Finalize: Creating fast lookup database ... Done
39222026-05-11T18:50:58.408Z[ host-image] May 11 18:50:57.357 INFO O| May 11 18:50:57.357 INFO O| Finalize: Reading search index ... Done
39232026-05-11T18:50:58.408Z[ host-image] May 11 18:50:57.357 INFO O| May 11 18:50:57.357 INFO O| Finalize: Updating search index ... Done
39242026-05-11T18:50:58.408Z[ host-image] May 11 18:50:57.358 INFO O| May 11 18:50:57.358 INFO O| Finalize: Updating package cache ... Done
39252026-05-11T18:50:58.460Z[ host-image] May 11 18:50:57.409 INFO O| May 11 18:50:57.409 INFO STEP 8 (pkg_change_facet) COMPLETE
39262026-05-11T18:50:58.460Z[ host-image] May 11 18:50:57.409 INFO O| May 11 18:50:57.409 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39272026-05-11T18:50:58.462Z[ host-image] May 11 18:50:57.409 INFO O| May 11 18:50:57.409 INFO skip step because feature "recovery" is not enabled
39282026-05-11T18:50:58.462Z[ host-image] May 11 18:50:57.409 INFO O| May 11 18:50:57.409 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39292026-05-11T18:50:58.463Z[ host-image] May 11 18:50:57.409 INFO O| May 11 18:50:57.409 INFO skip step because feature "recovery" is not enabled
39302026-05-11T18:50:58.463Z[ host-image] May 11 18:50:57.409 INFO O| May 11 18:50:57.409 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39312026-05-11T18:50:58.466Z[ host-image] May 11 18:50:57.416 INFO O| May 11 18:50:57.416 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", "/consolidation/oxide/omicron-release-incorporation@20.0.0.0"]
39322026-05-11T18:50:58.825Z[ host-image] May 11 18:50:57.774 INFO O| May 11 18:50:57.774 INFO O| Startup: Refreshing catalog 'helios' ... Done
39332026-05-11T18:50:58.861Z[ host-image] May 11 18:50:57.809 INFO O| May 11 18:50:57.809 INFO O| Startup: Caching catalogs ... Done
39342026-05-11T18:50:58.973Z[ host-image] May 11 18:50:57.923 INFO O| May 11 18:50:57.922 INFO O| Planning: Solver setup ... Done
39352026-05-11T18:50:58.978Z[ host-image] May 11 18:50:57.927 INFO O| May 11 18:50:57.927 INFO O| Planning: Running solver ... Done
39362026-05-11T18:50:58.981Z[ host-image] May 11 18:50:57.931 INFO O| May 11 18:50:57.931 INFO O| Planning: Finding local manifests ... Done
39372026-05-11T18:50:58.997Z[ host-image] May 11 18:50:57.946 INFO O| May 11 18:50:57.946 INFO O| Planning: Fetching manifests: 0/127 0% complete
39382026-05-11T18:51:00.452Z[ host-image] May 11 18:50:59.401 INFO O| May 11 18:50:59.401 INFO O| Planning: Fetching manifests: 127/127 100% complete
39392026-05-11T18:51:00.793Z[ host-image] May 11 18:50:59.742 INFO O| May 11 18:50:59.742 INFO O| Planning: Package planning ... Done
39402026-05-11T18:51:01.157Z[ host-image] May 11 18:51:00.106 INFO O| May 11 18:51:00.106 INFO O| Planning: Merging actions ... Done
39412026-05-11T18:51:01.259Z[ host-image] May 11 18:51:00.208 INFO O| May 11 18:51:00.208 INFO O| Planning: Checking for conflicting actions ... Done
39422026-05-11T18:51:01.354Z[ host-image] May 11 18:51:00.304 INFO O| May 11 18:51:00.304 INFO O| Planning: Consolidating action changes ... Done
39432026-05-11T18:51:01.517Z[ host-image] May 11 18:51:00.466 INFO O| May 11 18:51:00.466 INFO O| Planning: Evaluating mediators ... Done
39442026-05-11T18:51:02.185Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39452026-05-11T18:51:02.867Z[ host-image] May 11 18:51:01.817 INFO O| May 11 18:51:01.817 INFO O| Planning: Planning completed in 4.01 seconds
39462026-05-11T18:51:02.871Z[ host-image] May 11 18:51:01.819 INFO O| May 11 18:51:01.819 INFO O| Packages to install: 127
39472026-05-11T18:51:02.871Z[ host-image] May 11 18:51:01.819 INFO O| May 11 18:51:01.819 INFO O| Mediators to change: 5
39482026-05-11T18:51:02.871Z[ host-image] May 11 18:51:01.819 INFO O| May 11 18:51:01.819 INFO O| Services to change: 6
39492026-05-11T18:51:02.896Z[ host-image] May 11 18:51:01.846 INFO O| May 11 18:51:01.846 INFO O| Download: 0/23745 items 0.0/221.8MB 0% complete
39502026-05-11T18:51:03.045Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39512026-05-11T18:51:05.330Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39522026-05-11T18:51:05.330Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39532026-05-11T18:51:06.357Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39542026-05-11T18:51:06.978Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39552026-05-11T18:51:07.990Z[ host-image] May 11 18:51:06.939 INFO O| May 11 18:51:06.939 INFO O| Download: 1620/23745 items 9.7/221.8MB 4% complete (2.1M/s)
39562026-05-11T18:51:13.090Z[ host-image] May 11 18:51:12.039 INFO O| May 11 18:51:12.039 INFO O| Download: 2234/23745 items 24.0/221.8MB 10% complete (2.4M/s)
39572026-05-11T18:51:18.090Z[ host-image] May 11 18:51:17.039 INFO O| May 11 18:51:17.039 INFO O| Download: 4187/23745 items 40.2/221.8MB 18% complete (3.1M/s)
39582026-05-11T18:51:18.719Z[recovery-package] Finished `release` profile [optimized] target(s) in 31.39s
39592026-05-11T18:51:20.058ZMay 11 18:51:19.007 INFO [recovery-package] process exited with exit status: 0 (32.856612237s)
39602026-05-11T18:51:20.058ZMay 11 18:51:19.007 INFO [recovery-stamp] running task
39612026-05-11T18:51:20.061ZMay 11 18:51:19.007 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39622026-05-11T18:51:20.061ZMay 11 18:51:19.007 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 20.0.0-0.ci+gitc4b26142f4b
39632026-05-11T18:51:20.061ZMay 11 18:51:19.008 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 20.0.0-0.ci+gitc4b26142f4b
39642026-05-11T18:51:20.068Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39652026-05-11T18:51:20.071Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39662026-05-11T18:51:20.175Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39672026-05-11T18:51:20.178ZMay 11 18:51:19.128 INFO [stamp-installinator] process exited with exit status: 0 (119.924131ms)
39682026-05-11T18:51:20.218Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39692026-05-11T18:51:20.221ZMay 11 18:51:19.171 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (163.401093ms)
39702026-05-11T18:51:20.221ZMay 11 18:51:19.171 INFO [recovery-stamp] task succeeded (163.576783ms)
39712026-05-11T18:51:20.221ZMay 11 18:51:19.171 INFO [recovery-proto] running task
39722026-05-11T18:51:20.221ZMay 11 18:51:19.171 INFO [tuf-stamp] running task
39732026-05-11T18:51:20.224ZMay 11 18:51:19.171 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 20.0.0-0.ci+gitc4b26142f4b
39742026-05-11T18:51:20.224ZMay 11 18:51:19.171 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 20.0.0-0.ci+gitc4b26142f4b
39752026-05-11T18:51:20.224ZMay 11 18:51:19.172 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 20.0.0-0.ci+gitc4b26142f4b
39762026-05-11T18:51:20.224ZMay 11 18:51:19.172 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 20.0.0-0.ci+gitc4b26142f4b
39772026-05-11T18:51:20.224ZMay 11 18:51:19.173 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 20.0.0-0.ci+gitc4b26142f4b
39782026-05-11T18:51:20.224ZMay 11 18:51:19.173 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 20.0.0-0.ci+gitc4b26142f4b
39792026-05-11T18:51:20.224ZMay 11 18:51:19.173 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 20.0.0-0.ci+gitc4b26142f4b
39802026-05-11T18:51:20.224ZMay 11 18:51:19.174 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 20.0.0-0.ci+gitc4b26142f4b
39812026-05-11T18:51:20.228ZMay 11 18:51:19.174 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 20.0.0-0.ci+gitc4b26142f4b
39822026-05-11T18:51:20.228ZMay 11 18:51:19.174 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 20.0.0-0.ci+gitc4b26142f4b
39832026-05-11T18:51:20.228ZMay 11 18:51:19.175 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 20.0.0-0.ci+gitc4b26142f4b
39842026-05-11T18:51:20.228ZMay 11 18:51:19.175 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 20.0.0-0.ci+gitc4b26142f4b
39852026-05-11T18:51:20.233Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39862026-05-11T18:51:20.236Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39872026-05-11T18:51:20.237Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39882026-05-11T18:51:20.237Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39892026-05-11T18:51:20.237Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39902026-05-11T18:51:20.237Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39912026-05-11T18:51:20.237Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39922026-05-11T18:51:20.237Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39932026-05-11T18:51:20.237Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39942026-05-11T18:51:20.240Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39952026-05-11T18:51:20.240Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39962026-05-11T18:51:20.240Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39972026-05-11T18:51:20.283Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
39982026-05-11T18:51:20.287ZMay 11 18:51:19.237 INFO [stamp-probe] process exited with exit status: 0 (61.993517ms)
39992026-05-11T18:51:20.343ZMay 11 18:51:19.293 INFO [recovery-proto] task succeeded (121.884622ms)
40002026-05-11T18:51:20.346ZMay 11 18:51:19.293 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.40.474' -P /tmp/.tmpuYb6Gt/proto/recovery/root -N 'recovery c4b2614/${os_short_commit} 2026-05-11 18:35' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40012026-05-11T18:51:20.350Z[ recovery-image] May 11 18:51:19.299 INFO Checking files for board 'cosmo'
40022026-05-11T18:51:20.350Z[ recovery-image] May 11 18:51:19.300 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40032026-05-11T18:51:20.353Z[ recovery-image] May 11 18:51:19.300 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40042026-05-11T18:51:20.353Z[ recovery-image] May 11 18:51:19.300 INFO Checking files for board 'cosmo-mbist'
40052026-05-11T18:51:20.353Z[ recovery-image] May 11 18:51:19.300 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40062026-05-11T18:51:20.353Z[ recovery-image] May 11 18:51:19.300 INFO Checking files for board 'cosmo-mbist-noaggr'
40072026-05-11T18:51:20.353Z[ recovery-image] May 11 18:51:19.300 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40082026-05-11T18:51:20.353Z[ recovery-image] May 11 18:51:19.300 INFO Checking files for board 'gimlet'
40092026-05-11T18:51:20.353Z[ recovery-image] May 11 18:51:19.300 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40102026-05-11T18:51:20.353Z[ recovery-image] May 11 18:51:19.300 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
40112026-05-11T18:51:20.359Z[ recovery-image] May 11 18:51:19.309 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpuYb6Gt/proto/recovery/root"
40122026-05-11T18:51:20.362Z[ recovery-image] May 11 18:51:19.309 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40132026-05-11T18:51:20.362Z[ recovery-image] May 11 18:51:19.309 INFO image builder template: ramdisk-01-os...
40142026-05-11T18:51:20.362Z[ recovery-image] May 11 18:51:19.309 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/.tmpuYb6Gt/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.474", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40152026-05-11T18:51:20.376Z[ recovery-image] May 11 18:51:19.326 INFO O| May 11 18:51:19.325 INFO CREATE DATASET: rpool/images/build/recovery/output
40162026-05-11T18:51:20.680Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
40172026-05-11T18:51:20.716Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40182026-05-11T18:51:20.719Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40192026-05-11T18:51:20.722ZMay 11 18:51:19.670 INFO [stamp-ntp] process exited with exit status: 0 (498.903386ms)
40202026-05-11T18:51:20.772Z[ recovery-image] May 11 18:51:19.721 INFO O| May 11 18:51:19.721 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40212026-05-11T18:51:20.775Z[ recovery-image] May 11 18:51:19.725 INFO O| May 11 18:51:19.725 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40222026-05-11T18:51:20.863Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40232026-05-11T18:51:20.868ZMay 11 18:51:19.817 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (644.614185ms)
40242026-05-11T18:51:20.962Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40252026-05-11T18:51:20.966ZMay 11 18:51:19.916 INFO [stamp-internal-dns] process exited with exit status: 0 (741.902168ms)
40262026-05-11T18:51:20.984Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40272026-05-11T18:51:20.988ZMay 11 18:51:19.938 INFO [stamp-external-dns] process exited with exit status: 0 (765.439306ms)
40282026-05-11T18:51:21.095Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40292026-05-11T18:51:21.098ZMay 11 18:51:20.048 INFO [stamp-crucible-zone] process exited with exit status: 0 (875.069409ms)
40302026-05-11T18:51:21.229Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40312026-05-11T18:51:21.233ZMay 11 18:51:20.182 INFO [stamp-oximeter] process exited with exit status: 0 (1.008326329s)
40322026-05-11T18:51:22.338Z[ recovery-image] May 11 18:51:21.287 INFO O| May 11 18:51:21.287 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40332026-05-11T18:51:22.729Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40342026-05-11T18:51:22.732ZMay 11 18:51:21.682 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.507269149s)
40352026-05-11T18:51:23.090Z[ host-image] May 11 18:51:22.039 INFO O| May 11 18:51:22.039 INFO O| Download: 5415/23745 items 46.5/221.8MB 20% complete (2.2M/s)
40362026-05-11T18:51:23.402Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40372026-05-11T18:51:23.406ZMay 11 18:51:22.356 INFO [stamp-nexus] process exited with exit status: 0 (3.182289827s)
40382026-05-11T18:51:23.833Z[ recovery-image] May 11 18:51:22.783 INFO O| May 11 18:51:22.783 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40392026-05-11T18:51:23.833Z[ recovery-image] May 11 18:51:22.783 INFO O| May 11 18:51:22.783 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40402026-05-11T18:51:23.836Z[ recovery-image] May 11 18:51:22.783 INFO O| May 11 18:51:22.783 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40412026-05-11T18:51:23.836Z[ recovery-image] May 11 18:51:22.783 INFO O| May 11 18:51:22.783 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40422026-05-11T18:51:23.839Z[ recovery-image] May 11 18:51:22.789 INFO O| May 11 18:51:22.789 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40432026-05-11T18:51:24.704Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40442026-05-11T18:51:24.708ZMay 11 18:51:23.658 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.485774869s)
40452026-05-11T18:51:24.834Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40462026-05-11T18:51:24.838ZMay 11 18:51:23.787 INFO [stamp-clickhouse] process exited with exit status: 0 (4.616098576s)
40472026-05-11T18:51:24.850Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40482026-05-11T18:51:24.853ZMay 11 18:51:23.803 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.627663194s)
40492026-05-11T18:51:24.853ZMay 11 18:51:23.803 INFO [tuf-stamp] task succeeded (4.632167068s)
40502026-05-11T18:51:25.037Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
40512026-05-11T18:51:25.250Z[verify-libraries] Compiling ar_archive_writer v0.5.1
40522026-05-11T18:51:25.276Z[verify-libraries] Compiling stacker v0.1.23
40532026-05-11T18:51:25.276Z[verify-libraries] Compiling cfg_aliases v0.1.1
40542026-05-11T18:51:25.317Z[verify-libraries] Compiling home v0.5.12
40552026-05-11T18:51:25.337Z[verify-libraries] Compiling nibble_vec v0.1.0
40562026-05-11T18:51:25.337Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
40572026-05-11T18:51:25.340Z[verify-libraries] Compiling endian-type v0.1.2
40582026-05-11T18:51:25.399Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40592026-05-11T18:51:25.417Z[verify-libraries] Compiling nix v0.28.0
40602026-05-11T18:51:25.436Z[verify-libraries] Compiling sqlparser_derive v0.5.0
40612026-05-11T18:51:25.439Z[verify-libraries] Compiling winnow v0.6.26
40622026-05-11T18:51:25.478Z[verify-libraries] Compiling unicode_categories v0.1.1
40632026-05-11T18:51:25.498Z[verify-libraries] Compiling radix_trie v0.2.1
40642026-05-11T18:51:25.518Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
40652026-05-11T18:51:25.560Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40662026-05-11T18:51:25.617Z[verify-libraries] Compiling polyval v0.6.2
40672026-05-11T18:51:25.641Z[verify-libraries] Compiling ctr v0.9.2
40682026-05-11T18:51:25.663Z[verify-libraries] Compiling colored v2.2.0
40692026-05-11T18:51:25.663Z[verify-libraries] Compiling blowfish v0.9.1
40702026-05-11T18:51:25.666Z[verify-libraries] Compiling ssh-encoding v0.2.0
40712026-05-11T18:51:25.728Z[verify-libraries] Compiling password-hash v0.4.2
40722026-05-11T18:51:25.859Z[verify-libraries] Compiling ghash v0.5.1
40732026-05-11T18:51:25.903Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
40742026-05-11T18:51:25.925Z[verify-libraries] Compiling petname v2.0.2
40752026-05-11T18:51:25.970Z[verify-libraries] Compiling p256 v0.13.2
40762026-05-11T18:51:25.970Z[verify-libraries] Compiling p521 v0.13.3
40772026-05-11T18:51:25.991Z[verify-libraries] Compiling aes-gcm v0.10.3
40782026-05-11T18:51:26.031Z[verify-libraries] Compiling psm v0.1.30
40792026-05-11T18:51:26.031Z[verify-libraries] Compiling pbkdf2 v0.11.0
40802026-05-11T18:51:26.075Z[verify-libraries] Compiling russh-cryptovec v0.7.3
40812026-05-11T18:51:26.198Z[verify-libraries] Compiling md5 v0.7.0
40822026-05-11T18:51:26.225Z[verify-libraries] Compiling ssh-cipher v0.2.0
40832026-05-11T18:51:26.254Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40842026-05-11T18:51:26.359Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40852026-05-11T18:51:26.382Z[verify-libraries] Compiling num-bigint v0.4.6
40862026-05-11T18:51:26.384Z[verify-libraries] Compiling des v0.8.1
40872026-05-11T18:51:26.384Z[verify-libraries] Compiling sapling-renderdag v0.1.0
40882026-05-11T18:51:26.453Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
40892026-05-11T18:51:26.497Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
40902026-05-11T18:51:26.521Z[verify-libraries] Compiling ssh-key v0.6.7
40912026-05-11T18:51:26.629Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
40922026-05-11T18:51:26.687Z[verify-libraries] Compiling sync-ptr v0.1.4
40932026-05-11T18:51:26.707Z[verify-libraries] Compiling hex-literal v0.4.1
40942026-05-11T18:51:26.833Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
40952026-05-11T18:51:26.854Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
40962026-05-11T18:51:26.886Z[verify-libraries] Compiling socket2 v0.5.10
40972026-05-11T18:51:26.939Z[verify-libraries] Compiling recursive v0.1.1
40982026-05-11T18:51:26.964Z[verify-libraries] Compiling internet-checksum v0.2.1
40992026-05-11T18:51:27.063Z[verify-libraries] Compiling sqlparser v0.61.0
41002026-05-11T18:51:27.066Z[verify-libraries] Compiling sqlformat v0.3.5
41012026-05-11T18:51:27.107Z[verify-libraries] Compiling rustyline v14.0.0
41022026-05-11T18:51:27.137Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41032026-05-11T18:51:27.159Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41042026-05-11T18:51:27.288Z[ recovery-image] May 11 18:51:26.237 INFO O| May 11 18:51:26.237 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41052026-05-11T18:51:27.299Z[ recovery-image] May 11 18:51:26.248 INFO O| May 11 18:51:26.248 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41062026-05-11T18:51:27.443Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
41072026-05-11T18:51:27.695Z[ recovery-image] May 11 18:51:26.645 INFO O| May 11 18:51:26.644 INFO O| Caching catalogs ... Done
41082026-05-11T18:51:27.740Z[verify-libraries] Compiling russh-keys v0.45.0
41092026-05-11T18:51:27.787Z[ recovery-image] May 11 18:51:26.736 INFO O| May 11 18:51:26.736 INFO STEP 0 (pkg_image_create) COMPLETE
41102026-05-11T18:51:27.787Z[ recovery-image] May 11 18:51:26.736 INFO O| May 11 18:51:26.736 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41112026-05-11T18:51:27.792Z[verify-libraries] Compiling git-stub v1.0.0
41122026-05-11T18:51:27.797Z[ recovery-image] May 11 18:51:26.746 INFO O| May 11 18:51:26.746 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"]
41132026-05-11T18:51:27.907Z[verify-libraries] Compiling diff v0.1.13
41142026-05-11T18:51:28.090Z[ host-image] May 11 18:51:27.039 INFO O| May 11 18:51:27.039 INFO O| Download: 7154/23745 items 49.1/221.8MB 22% complete (945k/s)
41152026-05-11T18:51:28.139Z[ recovery-image] May 11 18:51:27.088 INFO O| May 11 18:51:27.088 INFO STEP 1 (pkg_set_publisher) COMPLETE
41162026-05-11T18:51:28.139Z[ recovery-image] May 11 18:51:27.088 INFO O| May 11 18:51:27.088 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41172026-05-11T18:51:28.142Z[ recovery-image] May 11 18:51:27.088 INFO O| May 11 18:51:27.088 INFO skip step because feature "publisher_1_name" is not enabled
41182026-05-11T18:51:28.142Z[ recovery-image] May 11 18:51:27.088 INFO O| May 11 18:51:27.088 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41192026-05-11T18:51:28.142Z[ recovery-image] May 11 18:51:27.088 INFO O| May 11 18:51:27.088 INFO skip step because feature "publisher_2_name" is not enabled
41202026-05-11T18:51:28.142Z[ recovery-image] May 11 18:51:27.088 INFO O| May 11 18:51:27.088 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41212026-05-11T18:51:28.142Z[ recovery-image] May 11 18:51:27.088 INFO O| May 11 18:51:27.088 INFO skip step because feature "publisher_3_name" is not enabled
41222026-05-11T18:51:28.142Z[ recovery-image] May 11 18:51:27.088 INFO O| May 11 18:51:27.088 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41232026-05-11T18:51:28.197Z[verify-libraries] Compiling yansi v1.0.1
41242026-05-11T18:51:28.340Z[verify-libraries] Compiling git-stub-vcs v0.1.0
41252026-05-11T18:51:28.491Z[ recovery-image] May 11 18:51:27.440 INFO O| May 11 18:51:27.440 INFO variant opensolaris.zone is already global
41262026-05-11T18:51:28.491Z[ recovery-image] May 11 18:51:27.441 INFO O| May 11 18:51:27.440 INFO STEP 5 (pkg_change_variant) COMPLETE
41272026-05-11T18:51:28.494Z[ recovery-image] May 11 18:51:27.441 INFO O| May 11 18:51:27.440 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41282026-05-11T18:51:28.568Z[verify-libraries] Compiling pretty_assertions v1.4.1
41292026-05-11T18:51:28.729Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41302026-05-11T18:51:28.810Z[ recovery-image] May 11 18:51:27.759 INFO O| May 11 18:51:27.759 INFO variant opensolaris.imagetype is full; changing to partial
41312026-05-11T18:51:28.810Z[ recovery-image] May 11 18:51:27.759 INFO O| May 11 18:51:27.759 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41322026-05-11T18:51:29.070Z[verify-libraries] Compiling russh v0.45.0
41332026-05-11T18:51:29.097Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
41342026-05-11T18:51:29.163Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41352026-05-11T18:51:29.239Z[ recovery-image] May 11 18:51:28.188 INFO O| May 11 18:51:28.188 INFO O| Startup: Refreshing catalog 'helios' ... Done
41362026-05-11T18:51:29.294Z[ recovery-image] May 11 18:51:28.243 INFO O| May 11 18:51:28.243 INFO O| Startup: Caching catalogs ... Done
41372026-05-11T18:51:29.297Z[ recovery-image] May 11 18:51:28.246 INFO O| May 11 18:51:28.246 INFO O| Planning: Planning completed in 0.00 seconds
41382026-05-11T18:51:29.300Z[ recovery-image] May 11 18:51:28.247 INFO O| May 11 18:51:28.247 INFO O| Planning: Consolidating action changes ... Done
41392026-05-11T18:51:29.300Z[ recovery-image] May 11 18:51:28.247 INFO O| May 11 18:51:28.247 INFO O| Planning: Evaluating mediators ... Done
41402026-05-11T18:51:29.300Z[ recovery-image] May 11 18:51:28.247 INFO O| May 11 18:51:28.247 INFO O| Planning: Planning completed in 0.00 seconds
41412026-05-11T18:51:29.300Z[ recovery-image] May 11 18:51:28.247 INFO O| May 11 18:51:28.247 INFO O| Variants/Facets to change: 1
41422026-05-11T18:51:29.312Z[ recovery-image] May 11 18:51:28.262 INFO O| May 11 18:51:28.259 INFO O| Finalize: Updating package state database ... Done
41432026-05-11T18:51:29.312Z[ recovery-image] May 11 18:51:28.262 INFO O| May 11 18:51:28.259 INFO O| Finalize: Updating package cache ... Done
41442026-05-11T18:51:29.318Z[ recovery-image] May 11 18:51:28.268 INFO O| May 11 18:51:28.267 INFO O| Finalize: Updating image state ... Done
41452026-05-11T18:51:29.321Z[ recovery-image] May 11 18:51:28.270 INFO O| May 11 18:51:28.270 INFO O| Finalize: Creating fast lookup database ... Done
41462026-05-11T18:51:29.321Z[ recovery-image] May 11 18:51:28.270 INFO O| May 11 18:51:28.270 INFO O| Finalize: Reading search index ... Done
41472026-05-11T18:51:29.321Z[ recovery-image] May 11 18:51:28.270 INFO O| May 11 18:51:28.270 INFO O| Finalize: Updating search index ... Done
41482026-05-11T18:51:29.324Z[ recovery-image] May 11 18:51:28.271 INFO O| May 11 18:51:28.271 INFO O| Finalize: Updating package cache ... Done
41492026-05-11T18:51:29.400Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
41502026-05-11T18:51:29.403Z[ recovery-image] May 11 18:51:28.350 INFO O| May 11 18:51:28.350 INFO STEP 6 (pkg_change_variant) COMPLETE
41512026-05-11T18:51:29.403Z[ recovery-image] May 11 18:51:28.351 INFO O| May 11 18:51:28.350 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41522026-05-11T18:51:29.403Z[ recovery-image] May 11 18:51:28.351 INFO O| May 11 18:51:28.350 INFO skip step because feature "debug_variant" is not enabled
41532026-05-11T18:51:29.403Z[ recovery-image] May 11 18:51:28.351 INFO O| May 11 18:51:28.350 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41542026-05-11T18:51:29.442Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41552026-05-11T18:51:29.646Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41562026-05-11T18:51:29.715Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
41572026-05-11T18:51:29.719Z[ recovery-image] May 11 18:51:28.668 INFO O| May 11 18:51:28.668 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41582026-05-11T18:51:29.761Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
41592026-05-11T18:51:29.905Z[verify-libraries] Compiling drift v0.1.4
41602026-05-11T18:51:30.145Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41612026-05-11T18:51:30.168Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
41622026-05-11T18:51:30.191Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41632026-05-11T18:51:30.191Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41642026-05-11T18:51:30.638Z[ recovery-image] May 11 18:51:29.587 INFO O| May 11 18:51:29.587 INFO O| Startup: Refreshing catalog 'helios' ... Done
41652026-05-11T18:51:30.681Z[ recovery-image] May 11 18:51:29.630 INFO O| May 11 18:51:29.630 INFO O| Startup: Caching catalogs ... Done
41662026-05-11T18:51:30.685Z[ recovery-image] May 11 18:51:29.634 INFO O| May 11 18:51:29.634 INFO O| Planning: Planning completed in 0.00 seconds
41672026-05-11T18:51:30.688Z[ recovery-image] May 11 18:51:29.634 INFO O| May 11 18:51:29.634 INFO O| Planning: Consolidating action changes ... Done
41682026-05-11T18:51:30.688Z[ recovery-image] May 11 18:51:29.634 INFO O| May 11 18:51:29.634 INFO O| Planning: Evaluating mediators ... Done
41692026-05-11T18:51:30.688Z[ recovery-image] May 11 18:51:29.634 INFO O| May 11 18:51:29.634 INFO O| Planning: Planning completed in 0.00 seconds
41702026-05-11T18:51:30.688Z[ recovery-image] May 11 18:51:29.635 INFO O| May 11 18:51:29.635 INFO O| Variants/Facets to change: 1
41712026-05-11T18:51:30.698Z[ recovery-image] May 11 18:51:29.647 INFO O| May 11 18:51:29.647 INFO O| Finalize: Updating package state database ... Done
41722026-05-11T18:51:30.698Z[ recovery-image] May 11 18:51:29.647 INFO O| May 11 18:51:29.647 INFO O| Finalize: Updating package cache ... Done
41732026-05-11T18:51:30.706Z[ recovery-image] May 11 18:51:29.655 INFO O| May 11 18:51:29.655 INFO O| Finalize: Updating image state ... Done
41742026-05-11T18:51:30.709Z[ recovery-image] May 11 18:51:29.657 INFO O| May 11 18:51:29.657 INFO O| Finalize: Creating fast lookup database ... Done
41752026-05-11T18:51:30.709Z[ recovery-image] May 11 18:51:29.657 INFO O| May 11 18:51:29.657 INFO O| Finalize: Reading search index ... Done
41762026-05-11T18:51:30.709Z[ recovery-image] May 11 18:51:29.657 INFO O| May 11 18:51:29.657 INFO O| Finalize: Updating search index ... Done
41772026-05-11T18:51:30.711Z[ recovery-image] May 11 18:51:29.658 INFO O| May 11 18:51:29.658 INFO O| Finalize: Updating package cache ... Done
41782026-05-11T18:51:30.788Z[verify-libraries] Compiling dropshot-api-manager v0.7.1
41792026-05-11T18:51:30.800Z[ recovery-image] May 11 18:51:29.750 INFO O| May 11 18:51:29.750 INFO STEP 8 (pkg_change_facet) COMPLETE
41802026-05-11T18:51:30.800Z[ recovery-image] May 11 18:51:29.750 INFO O| May 11 18:51:29.750 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41812026-05-11T18:51:30.858Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41822026-05-11T18:51:30.911Z[verify-libraries] Compiling termios v0.3.3
41832026-05-11T18:51:31.147Z[ recovery-image] May 11 18:51:30.096 INFO O| May 11 18:51:30.096 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
41842026-05-11T18:51:31.169Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
41852026-05-11T18:51:31.802Z[ recovery-image] May 11 18:51:30.751 INFO O| May 11 18:51:30.751 INFO O| Startup: Refreshing catalog 'helios' ... Done
41862026-05-11T18:51:31.867Z[ recovery-image] May 11 18:51:30.815 INFO O| May 11 18:51:30.815 INFO O| Startup: Caching catalogs ... Done
41872026-05-11T18:51:31.870Z[ recovery-image] May 11 18:51:30.820 INFO O| May 11 18:51:30.819 INFO O| Planning: Planning completed in 0.00 seconds
41882026-05-11T18:51:31.873Z[ recovery-image] May 11 18:51:30.820 INFO O| May 11 18:51:30.820 INFO O| Planning: Consolidating action changes ... Done
41892026-05-11T18:51:31.873Z[ recovery-image] May 11 18:51:30.820 INFO O| May 11 18:51:30.820 INFO O| Planning: Evaluating mediators ... Done
41902026-05-11T18:51:31.873Z[ recovery-image] May 11 18:51:30.820 INFO O| May 11 18:51:30.820 INFO O| Planning: Planning completed in 0.00 seconds
41912026-05-11T18:51:31.873Z[ recovery-image] May 11 18:51:30.821 INFO O| May 11 18:51:30.821 INFO O| Variants/Facets to change: 1
41922026-05-11T18:51:31.901Z[ recovery-image] May 11 18:51:30.850 INFO O| May 11 18:51:30.850 INFO O| Finalize: Updating package state database ... Done
41932026-05-11T18:51:31.901Z[ recovery-image] May 11 18:51:30.850 INFO O| May 11 18:51:30.850 INFO O| Finalize: Updating package cache ... Done
41942026-05-11T18:51:31.909Z[ recovery-image] May 11 18:51:30.858 INFO O| May 11 18:51:30.858 INFO O| Finalize: Updating image state ... Done
41952026-05-11T18:51:31.912Z[ recovery-image] May 11 18:51:30.861 INFO O| May 11 18:51:30.861 INFO O| Finalize: Creating fast lookup database ... Done
41962026-05-11T18:51:31.912Z[ recovery-image] May 11 18:51:30.861 INFO O| May 11 18:51:30.861 INFO O| Finalize: Reading search index ... Done
41972026-05-11T18:51:31.912Z[ recovery-image] May 11 18:51:30.861 INFO O| May 11 18:51:30.861 INFO O| Finalize: Updating search index ... Done
41982026-05-11T18:51:31.915Z[ recovery-image] May 11 18:51:30.862 INFO O| May 11 18:51:30.862 INFO O| Finalize: Updating package cache ... Done
41992026-05-11T18:51:32.003Z[ recovery-image] May 11 18:51:30.952 INFO O| May 11 18:51:30.952 INFO STEP 9 (pkg_change_facet) COMPLETE
42002026-05-11T18:51:32.003Z[ recovery-image] May 11 18:51:30.952 INFO O| May 11 18:51:30.952 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42012026-05-11T18:51:32.063Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42022026-05-11T18:51:32.359Z[ recovery-image] May 11 18:51:31.308 INFO O| May 11 18:51:31.308 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42032026-05-11T18:51:32.377Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42042026-05-11T18:51:33.016Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42052026-05-11T18:51:33.029Z[ recovery-image] May 11 18:51:31.978 INFO O| May 11 18:51:31.978 INFO O| Startup: Refreshing catalog 'helios' ... Done
42062026-05-11T18:51:33.090Z[ recovery-image] May 11 18:51:32.039 INFO O| May 11 18:51:32.039 INFO O| Startup: Caching catalogs ... Done
42072026-05-11T18:51:33.093Z[ recovery-image] May 11 18:51:32.042 INFO O| May 11 18:51:32.042 INFO O| Planning: Planning completed in 0.00 seconds
42082026-05-11T18:51:33.096Z[ recovery-image] May 11 18:51:32.043 INFO O| May 11 18:51:32.043 INFO O| Planning: Consolidating action changes ... Done
42092026-05-11T18:51:33.096Z[ recovery-image] May 11 18:51:32.043 INFO O| May 11 18:51:32.043 INFO O| Planning: Evaluating mediators ... Done
42102026-05-11T18:51:33.096Z[ recovery-image] May 11 18:51:32.043 INFO O| May 11 18:51:32.043 INFO O| Planning: Planning completed in 0.00 seconds
42112026-05-11T18:51:33.096Z[ recovery-image] May 11 18:51:32.043 INFO O| May 11 18:51:32.043 INFO O| Variants/Facets to change: 1
42122026-05-11T18:51:33.110Z[ recovery-image] May 11 18:51:32.060 INFO O| May 11 18:51:32.060 INFO O| Finalize: Updating package state database ... Done
42132026-05-11T18:51:33.111Z[ recovery-image] May 11 18:51:32.060 INFO O| May 11 18:51:32.060 INFO O| Finalize: Updating package cache ... Done
42142026-05-11T18:51:33.118Z[ recovery-image] May 11 18:51:32.067 INFO O| May 11 18:51:32.067 INFO O| Finalize: Updating image state ... Done
42152026-05-11T18:51:33.121Z[ recovery-image] May 11 18:51:32.069 INFO O| May 11 18:51:32.069 INFO O| Finalize: Creating fast lookup database ... Done
42162026-05-11T18:51:33.121Z[ recovery-image] May 11 18:51:32.070 INFO O| May 11 18:51:32.070 INFO O| Finalize: Reading search index ... Done
42172026-05-11T18:51:33.121Z[ recovery-image] May 11 18:51:32.070 INFO O| May 11 18:51:32.070 INFO O| Finalize: Updating search index ... Done
42182026-05-11T18:51:33.121Z[ recovery-image] May 11 18:51:32.070 INFO O| May 11 18:51:32.070 INFO O| Finalize: Updating package cache ... Done
42192026-05-11T18:51:33.209Z[ recovery-image] May 11 18:51:32.158 INFO O| May 11 18:51:32.158 INFO STEP 10 (pkg_change_facet) COMPLETE
42202026-05-11T18:51:33.209Z[ recovery-image] May 11 18:51:32.158 INFO O| May 11 18:51:32.158 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42212026-05-11T18:51:33.219Z[ recovery-image] May 11 18:51:32.169 INFO O| May 11 18:51:32.168 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", "/consolidation/oxide/omicron-release-incorporation@20.0.0.0"]
42222026-05-11T18:51:33.376Z[ host-image] May 11 18:51:32.325 INFO O| May 11 18:51:32.325 INFO O| Download: 8460/23745 items 61.9/221.8MB 27% complete (1.6M/s)
42232026-05-11T18:51:33.825Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
42242026-05-11T18:51:34.084Z[ recovery-image] May 11 18:51:33.033 INFO O| May 11 18:51:33.033 INFO O| Startup: Refreshing catalog 'helios' ... Done
42252026-05-11T18:51:34.146Z[ recovery-image] May 11 18:51:33.095 INFO O| May 11 18:51:33.095 INFO O| Startup: Caching catalogs ... Done
42262026-05-11T18:51:34.280Z[ recovery-image] May 11 18:51:33.229 INFO O| May 11 18:51:33.229 INFO O| Planning: Solver setup ... Done
42272026-05-11T18:51:34.286Z[ recovery-image] May 11 18:51:33.235 INFO O| May 11 18:51:33.235 INFO O| Planning: Running solver ... Done
42282026-05-11T18:51:34.291Z[ recovery-image] May 11 18:51:33.240 INFO O| May 11 18:51:33.240 INFO O| Planning: Finding local manifests ... Done
42292026-05-11T18:51:34.351Z[ recovery-image] May 11 18:51:33.300 INFO O| May 11 18:51:33.300 INFO O| Planning: Fetching manifests: 0/127 0% complete
42302026-05-11T18:51:34.804Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42312026-05-11T18:51:36.337Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
42322026-05-11T18:51:36.541Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
42332026-05-11T18:51:38.379Z[ host-image] May 11 18:51:37.328 INFO O| May 11 18:51:37.328 INFO O| Download: 9748/23745 items 84.2/221.8MB 37% complete (3.5M/s)
42342026-05-11T18:51:38.799Z[ recovery-image] May 11 18:51:37.748 INFO O| May 11 18:51:37.748 INFO O| Planning: Fetching manifests: 127/127 100% complete
42352026-05-11T18:51:38.923Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42362026-05-11T18:51:39.221Z[ recovery-image] May 11 18:51:38.170 INFO O| May 11 18:51:38.170 INFO O| Planning: Package planning ... Done
42372026-05-11T18:51:39.371Z[ recovery-image] May 11 18:51:38.320 INFO O| May 11 18:51:38.320 INFO O| Planning: Merging actions ... Done
42382026-05-11T18:51:39.466Z[ recovery-image] May 11 18:51:38.414 INFO O| May 11 18:51:38.405 INFO O| Planning: Checking for conflicting actions ... Done
42392026-05-11T18:51:39.510Z[ recovery-image] May 11 18:51:38.459 INFO O| May 11 18:51:38.459 INFO O| Planning: Consolidating action changes ... Done
42402026-05-11T18:51:39.739Z[ recovery-image] May 11 18:51:38.688 INFO O| May 11 18:51:38.687 INFO O| Planning: Evaluating mediators ... Done
42412026-05-11T18:51:40.262Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
42422026-05-11T18:51:41.098Z[ recovery-image] May 11 18:51:40.047 INFO O| May 11 18:51:40.047 INFO O| Planning: Planning completed in 6.95 seconds
42432026-05-11T18:51:41.101Z[ recovery-image] May 11 18:51:40.049 INFO O| May 11 18:51:40.049 INFO O| Packages to install: 127
42442026-05-11T18:51:41.101Z[ recovery-image] May 11 18:51:40.049 INFO O| May 11 18:51:40.049 INFO O| Mediators to change: 5
42452026-05-11T18:51:41.101Z[ recovery-image] May 11 18:51:40.049 INFO O| May 11 18:51:40.049 INFO O| Services to change: 5
42462026-05-11T18:51:41.125Z[ recovery-image] May 11 18:51:40.074 INFO O| May 11 18:51:40.074 INFO O| Download: 0/16556 items 0.0/199.0MB 0% complete
42472026-05-11T18:51:43.507Z[ host-image] May 11 18:51:42.456 INFO O| May 11 18:51:42.456 INFO O| Download: 10911/23745 items 96.0/221.8MB 43% complete (3.4M/s)
42482026-05-11T18:51:46.297Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
42492026-05-11T18:51:46.457Z[ recovery-image] May 11 18:51:45.406 INFO O| May 11 18:51:45.406 INFO O| Download: 1058/16556 items 8.0/199.0MB 4% complete (1.7M/s)
42502026-05-11T18:51:47.278Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
42512026-05-11T18:51:48.511Z[ host-image] May 11 18:51:47.460 INFO O| May 11 18:51:47.460 INFO O| Download: 11916/23745 items 101.5/221.8MB 45% complete (1.9M/s)
42522026-05-11T18:51:49.120Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
42532026-05-11T18:51:49.229Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
42542026-05-11T18:51:50.001Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42552026-05-11T18:51:51.143Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
42562026-05-11T18:51:51.462Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
42572026-05-11T18:51:51.729Z[ recovery-image] May 11 18:51:50.678 INFO O| May 11 18:51:50.678 INFO O| Download: 1511/16556 items 21.1/199.0MB 10% complete (2.2M/s)
42582026-05-11T18:51:52.368Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
42592026-05-11T18:51:53.239Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
42602026-05-11T18:51:53.522Z[ host-image] May 11 18:51:52.470 INFO O| May 11 18:51:52.470 INFO O| Download: 12734/23745 items 107.1/221.8MB 48% complete (1.1M/s)
42612026-05-11T18:51:54.096Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
42622026-05-11T18:51:54.704Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
42632026-05-11T18:51:55.111Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
42642026-05-11T18:51:55.801Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
42652026-05-11T18:51:56.745Z[ recovery-image] May 11 18:51:55.692 INFO O| May 11 18:51:55.692 INFO O| Download: 1986/16556 items 28.9/199.0MB 14% complete (2.0M/s)
42662026-05-11T18:51:56.883Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
42672026-05-11T18:51:57.334Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
42682026-05-11T18:51:58.661Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42692026-05-11T18:51:58.949Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
42702026-05-11T18:51:59.045Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42712026-05-11T18:51:59.147Z[ host-image] May 11 18:51:58.088 INFO O| May 11 18:51:58.088 INFO O| Download: 12936/23745 items 118.0/221.8MB 53% complete (1.7M/s)
42722026-05-11T18:52:01.052Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42732026-05-11T18:52:01.289Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42742026-05-11T18:52:01.784Z[ recovery-image] May 11 18:52:00.730 INFO O| May 11 18:52:00.730 INFO O| Download: 3008/16556 items 34.7/199.0MB 17% complete (1.4M/s)
42752026-05-11T18:52:02.296Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42762026-05-11T18:52:04.140Z[ host-image] May 11 18:52:03.088 INFO O| May 11 18:52:03.088 INFO O| Download: 13675/23745 items 119.2/221.8MB 53% complete (1.4M/s)
42772026-05-11T18:52:04.692Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42782026-05-11T18:52:05.311Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42792026-05-11T18:52:05.659Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42802026-05-11T18:52:05.709Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
42812026-05-11T18:52:05.742Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42822026-05-11T18:52:06.794Z[ recovery-image] May 11 18:52:05.743 INFO O| May 11 18:52:05.743 INFO O| Download: 3922/16556 items 39.5/199.0MB 19% complete (1.1M/s)
42832026-05-11T18:52:07.997Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
42842026-05-11T18:52:08.042Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42852026-05-11T18:52:09.141Z[ host-image] May 11 18:52:08.089 INFO O| May 11 18:52:08.089 INFO O| Download: 14949/23745 items 120.2/221.8MB 54% complete (219k/s)
42862026-05-11T18:52:10.099Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
42872026-05-11T18:52:10.169Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42882026-05-11T18:52:10.603Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42892026-05-11T18:52:11.812Z[ recovery-image] May 11 18:52:10.750 INFO O| May 11 18:52:10.750 INFO O| Download: 4306/16556 items 43.3/199.0MB 21% complete (888k/s)
42902026-05-11T18:52:11.869Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42912026-05-11T18:52:14.148Z[ host-image] May 11 18:52:13.089 INFO O| May 11 18:52:13.089 INFO O| Download: 15361/23745 items 126.5/221.8MB 57% complete (735k/s)
42922026-05-11T18:52:20.349Z[ recovery-image] May 11 18:52:15.774 INFO O| May 11 18:52:15.774 INFO O| Download: 5571/16556 items 44.0/199.0MB 22% complete (470k/s)
42932026-05-11T18:52:20.415Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
42942026-05-11T18:52:20.415Z[ host-image] May 11 18:52:18.138 INFO O| May 11 18:52:18.138 INFO O| Download: 16483/23745 items 135.5/221.8MB 61% complete (1.5M/s)
42952026-05-11T18:52:20.449Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42962026-05-11T18:52:20.449Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
42972026-05-11T18:52:21.396Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42982026-05-11T18:52:22.559Z[ recovery-image] May 11 18:52:21.508 INFO O| May 11 18:52:21.508 INFO O| Download: 6132/16556 items 47.3/199.0MB 23% complete (384k/s)
42992026-05-11T18:52:22.923Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43002026-05-11T18:52:24.190Z[ host-image] May 11 18:52:23.138 INFO O| May 11 18:52:23.138 INFO O| Download: 17329/23745 items 145.6/221.8MB 65% complete (1.9M/s)
43012026-05-11T18:52:27.067Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43022026-05-11T18:52:27.339Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43032026-05-11T18:52:27.718Z[ recovery-image] May 11 18:52:26.667 INFO O| May 11 18:52:26.667 INFO O| Download: 6527/16556 items 60.3/199.0MB 30% complete (1.5M/s)
43042026-05-11T18:52:29.193Z[ host-image] May 11 18:52:28.142 INFO O| May 11 18:52:28.142 INFO O| Download: 18491/23745 items 157.7/221.8MB 71% complete (2.2M/s)
43052026-05-11T18:52:32.730Z[ recovery-image] May 11 18:52:31.678 INFO O| May 11 18:52:31.678 INFO O| Download: 7220/16556 items 73.5/199.0MB 36% complete (2.6M/s)
43062026-05-11T18:52:34.197Z[ host-image] May 11 18:52:33.145 INFO O| May 11 18:52:33.145 INFO O| Download: 19171/23745 items 173.3/221.8MB 78% complete (2.8M/s)
43072026-05-11T18:52:34.743Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43082026-05-11T18:52:34.905Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
43092026-05-11T18:52:34.942Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
43102026-05-11T18:52:37.008Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43112026-05-11T18:52:37.748Z[ recovery-image] May 11 18:52:36.697 INFO O| May 11 18:52:36.697 INFO O| Download: 7795/16556 items 82.7/199.0MB 41% complete (2.3M/s)
43122026-05-11T18:52:38.008Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43132026-05-11T18:52:38.709Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
43142026-05-11T18:52:39.501Z[ host-image] May 11 18:52:38.450 INFO O| May 11 18:52:38.450 INFO O| Download: 19753/23745 items 176.0/221.8MB 79% complete (2.4M/s)
43152026-05-11T18:52:43.380Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43162026-05-11T18:52:43.445Z[ recovery-image] May 11 18:52:42.393 INFO O| May 11 18:52:42.393 INFO O| Download: 8481/16556 items 86.2/199.0MB 43% complete (1.3M/s)
43172026-05-11T18:52:44.017Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
43182026-05-11T18:52:44.467Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
43192026-05-11T18:52:44.519Z[ host-image] May 11 18:52:43.467 INFO O| May 11 18:52:43.467 INFO O| Download: 21000/23745 items 180.2/221.8MB 81% complete (675k/s)
43202026-05-11T18:52:47.756Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43212026-05-11T18:52:47.906Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43222026-05-11T18:52:47.955Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
43232026-05-11T18:52:48.613Z[ recovery-image] May 11 18:52:47.561 INFO O| May 11 18:52:47.561 INFO O| Download: 9183/16556 items 91.3/199.0MB 45% complete (815k/s)
43242026-05-11T18:52:49.522Z[ host-image] May 11 18:52:48.469 INFO O| May 11 18:52:48.469 INFO O| Download: 21794/23745 items 189.3/221.8MB 85% complete (1.4M/s)
43252026-05-11T18:52:50.368Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43262026-05-11T18:52:51.327Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43272026-05-11T18:52:53.806Z[ recovery-image] May 11 18:52:52.754 INFO O| May 11 18:52:52.754 INFO O| Download: 9294/16556 items 94.1/199.0MB 47% complete (815k/s)
43282026-05-11T18:52:54.523Z[ host-image] May 11 18:52:53.471 INFO O| May 11 18:52:53.471 INFO O| Download: 22422/23745 items 196.3/221.8MB 88% complete (1.6M/s)
43292026-05-11T18:52:55.114Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43302026-05-11T18:52:55.980Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43312026-05-11T18:52:58.810Z[ recovery-image] May 11 18:52:57.758 INFO O| May 11 18:52:57.758 INFO O| Download: 9580/16556 items 102.7/199.0MB 51% complete (1.2M/s)
43322026-05-11T18:52:59.397Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
43332026-05-11T18:52:59.527Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
43342026-05-11T18:52:59.652Z[ host-image] May 11 18:52:58.601 INFO O| May 11 18:52:58.601 INFO O| Download: 22947/23745 items 215.2/221.8MB 97% complete (2.6M/s)
43352026-05-11T18:53:02.693Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
43362026-05-11T18:53:03.827Z[ recovery-image] May 11 18:53:02.775 INFO O| May 11 18:53:02.775 INFO O| Download: 10844/16556 items 103.3/199.0MB 51% complete (952k/s)
43372026-05-11T18:53:05.086Z[ host-image] May 11 18:53:04.035 INFO O| May 11 18:53:04.035 INFO O| Download: 23189/23745 items 219.8/221.8MB 99% complete (2.6M/s)
43382026-05-11T18:53:10.815Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43392026-05-11T18:53:12.769Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
43402026-05-11T18:53:16.466Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43412026-05-11T18:53:16.469Z[ recovery-image] May 11 18:53:15.417 INFO O| May 11 18:53:15.417 INFO O| Download: 11071/16556 items 103.5/199.0MB 51% complete
43422026-05-11T18:53:16.472Z[ host-image] May 11 18:53:15.418 INFO O| May 11 18:53:15.418 INFO O| Download: 23194/23745 items 219.8/221.8MB 99% complete
43432026-05-11T18:53:19.399Z[ host-image] May 11 18:53:18.347 INFO O| May 11 18:53:18.347 INFO O| Download: Completed 221.84 MB in 136.50 seconds (1.6M/s)
43442026-05-11T18:53:19.820Z[ host-image] May 11 18:53:18.768 INFO O| May 11 18:53:18.768 INFO O| Actions: 1/53903 actions (Installing new actions)
43452026-05-11T18:53:19.965Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43462026-05-11T18:53:22.497Z[ recovery-image] May 11 18:53:21.446 INFO O| May 11 18:53:21.446 INFO O| Download: 11565/16556 items 105.5/199.0MB 52% complete (502k/s)
43472026-05-11T18:53:23.347Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43482026-05-11T18:53:24.826Z[ host-image] May 11 18:53:23.775 INFO O| May 11 18:53:23.774 INFO O| Actions: 25137/53903 actions (Installing new actions)
43492026-05-11T18:53:27.311Z[ host-image] May 11 18:53:26.260 INFO O| May 11 18:53:26.260 INFO O| Actions: Completed 53903 actions in 7.49 seconds.
43502026-05-11T18:53:27.371Z[ host-image] May 11 18:53:26.320 INFO O| May 11 18:53:26.319 INFO O| Finalize: Updating package state database ... Done
43512026-05-11T18:53:27.371Z[ host-image] May 11 18:53:26.320 INFO O| May 11 18:53:26.320 INFO O| Finalize: Updating package cache ... Done
43522026-05-11T18:53:27.389Z[ host-image] May 11 18:53:26.338 INFO O| May 11 18:53:26.338 INFO O| Finalize: Updating image state ... Done
43532026-05-11T18:53:27.499Z[ recovery-image] May 11 18:53:26.447 INFO O| May 11 18:53:26.447 INFO O| Download: 12301/16556 items 131.2/199.0MB 65% complete (2.7M/s)
43542026-05-11T18:53:28.369Z[ host-image] May 11 18:53:27.318 INFO O| May 11 18:53:27.318 INFO O| Finalize: Creating fast lookup database ... Done
43552026-05-11T18:53:28.397Z[ host-image] May 11 18:53:27.345 INFO O| May 11 18:53:27.345 INFO O| Finalize: Reading search index ... Done
43562026-05-11T18:53:30.970Z[ host-image] May 11 18:53:29.918 INFO O| May 11 18:53:29.918 INFO O| Finalize: Building new search index ... Done
43572026-05-11T18:53:31.505Z[ host-image] May 11 18:53:30.454 INFO O| May 11 18:53:30.453 INFO O| Finalize: Updating package cache ... Done
43582026-05-11T18:53:31.619Z[ host-image] May 11 18:53:30.567 INFO O| May 11 18:53:30.567 INFO STEP 11 (pkg_install) COMPLETE
43592026-05-11T18:53:31.619Z[ host-image] May 11 18:53:30.567 INFO O| May 11 18:53:30.567 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43602026-05-11T18:53:31.628Z[ host-image] May 11 18:53:30.577 INFO O| May 11 18:53:30.577 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"]
43612026-05-11T18:53:32.388Z[ host-image] May 11 18:53:31.335 INFO O| May 11 18:53:31.335 INFO O| Startup: Refreshing catalog 'helios' ... Done
43622026-05-11T18:53:32.485Z[ host-image] May 11 18:53:31.433 INFO O| May 11 18:53:31.433 INFO O| Startup: Caching catalogs ... Done
43632026-05-11T18:53:32.517Z[ recovery-image] May 11 18:53:31.447 INFO O| May 11 18:53:31.447 INFO O| Download: 12595/16556 items 150.8/199.0MB 75% complete (4.5M/s)
43642026-05-11T18:53:32.613Z[ host-image] May 11 18:53:31.562 INFO O| May 11 18:53:31.562 INFO O| Planning: Solver setup ... Done
43652026-05-11T18:53:32.619Z[ host-image] May 11 18:53:31.568 INFO O| May 11 18:53:31.568 INFO O| Planning: Running solver ... Done
43662026-05-11T18:53:32.623Z[ host-image] May 11 18:53:31.571 INFO O| May 11 18:53:31.571 INFO O| Planning: Finding local manifests ... Done
43672026-05-11T18:53:32.685Z[ host-image] May 11 18:53:31.633 INFO O| May 11 18:53:31.633 INFO O| Planning: Fetching manifests: 0/6 0% complete
43682026-05-11T18:53:33.206Z[ host-image] May 11 18:53:32.154 INFO O| May 11 18:53:32.154 INFO O| Planning: Fetching manifests: 6/6 100% complete
43692026-05-11T18:53:33.227Z[ host-image] May 11 18:53:32.175 INFO O| May 11 18:53:32.175 INFO O| Planning: Package planning ... Done
43702026-05-11T18:53:33.230Z[ host-image] May 11 18:53:32.177 INFO O| May 11 18:53:32.177 INFO O| Planning: Merging actions ... Done
43712026-05-11T18:53:33.313Z[ host-image] May 11 18:53:32.262 INFO O| May 11 18:53:32.262 INFO O| Planning: Checking for conflicting actions ... Done
43722026-05-11T18:53:33.316Z[ host-image] May 11 18:53:32.263 INFO O| May 11 18:53:32.263 INFO O| Planning: Consolidating action changes ... Done
43732026-05-11T18:53:33.461Z[ host-image] May 11 18:53:32.409 INFO O| May 11 18:53:32.409 INFO O| Planning: Evaluating mediators ... Done
43742026-05-11T18:53:33.464Z[ host-image] May 11 18:53:32.410 INFO O| May 11 18:53:32.410 INFO O| Planning: Planning completed in 0.97 seconds
43752026-05-11T18:53:33.464Z[ host-image] May 11 18:53:32.410 INFO O| May 11 18:53:32.410 INFO O| Packages to install: 6
43762026-05-11T18:53:33.464Z[ host-image] May 11 18:53:32.410 INFO O| May 11 18:53:32.410 INFO O| Services to change: 2
43772026-05-11T18:53:33.472Z[ host-image] May 11 18:53:32.421 INFO O| May 11 18:53:32.421 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
43782026-05-11T18:53:37.500Z[ recovery-image] May 11 18:53:36.448 INFO O| May 11 18:53:36.448 INFO O| Download: 13652/16556 items 155.0/199.0MB 77% complete (2.4M/s)
43792026-05-11T18:53:38.170Z[ host-image] May 11 18:53:37.118 INFO O| May 11 18:53:37.118 INFO O| Download: Completed 1.75 MB in 4.70 seconds (380k/s)
43802026-05-11T18:53:38.190Z[ host-image] May 11 18:53:37.139 INFO O| May 11 18:53:37.139 INFO O| Actions: 1/390 actions (Installing new actions)
43812026-05-11T18:53:38.213Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43822026-05-11T18:53:38.321Z[ host-image] May 11 18:53:37.269 INFO O| May 11 18:53:37.269 INFO O| Actions: Completed 390 actions in 0.13 seconds.
43832026-05-11T18:53:38.325Z[ host-image] May 11 18:53:37.273 INFO O| May 11 18:53:37.273 INFO O| Finalize: Updating package state database ... Done
43842026-05-11T18:53:38.325Z[ host-image] May 11 18:53:37.273 INFO O| May 11 18:53:37.273 INFO O| Finalize: Updating package cache ... Done
43852026-05-11T18:53:38.339Z[ host-image] May 11 18:53:37.288 INFO O| May 11 18:53:37.288 INFO O| Finalize: Updating image state ... Done
43862026-05-11T18:53:38.534Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43872026-05-11T18:53:39.350Z[ host-image] May 11 18:53:38.298 INFO O| May 11 18:53:38.298 INFO O| Finalize: Creating fast lookup database ... Done
43882026-05-11T18:53:39.378Z[ host-image] May 11 18:53:38.326 INFO O| May 11 18:53:38.326 INFO O| Finalize: Reading search index ... Done
43892026-05-11T18:53:39.378Z[ host-image] May 11 18:53:38.326 INFO O| May 11 18:53:38.326 INFO O| Finalize: Updating search index ... Done
43902026-05-11T18:53:39.393Z[ host-image] May 11 18:53:38.341 INFO O| May 11 18:53:38.341 INFO O| Finalize: Updating package cache ... Done
43912026-05-11T18:53:39.497Z[ host-image] May 11 18:53:38.446 INFO O| May 11 18:53:38.446 INFO STEP 12 (pkg_install) COMPLETE
43922026-05-11T18:53:39.497Z[ host-image] May 11 18:53:38.446 INFO O| May 11 18:53:38.446 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43932026-05-11T18:53:39.507Z[ host-image] May 11 18:53:38.455 INFO O| May 11 18:53:38.455 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
43942026-05-11T18:53:40.480Z[ host-image] May 11 18:53:39.429 INFO O| May 11 18:53:39.428 INFO O| Startup: Refreshing catalog 'helios' ... Done
43952026-05-11T18:53:40.526Z[ host-image] May 11 18:53:39.474 INFO O| May 11 18:53:39.474 INFO O| Startup: Caching catalogs ... Done
43962026-05-11T18:53:40.644Z[ host-image] May 11 18:53:39.592 INFO O| May 11 18:53:39.592 INFO O| Planning: Solver setup ... Done
43972026-05-11T18:53:40.649Z[ host-image] May 11 18:53:39.597 INFO O| May 11 18:53:39.597 INFO O| Planning: Running solver ... Done
43982026-05-11T18:53:40.652Z[ host-image] May 11 18:53:39.600 INFO O| May 11 18:53:39.600 INFO O| Planning: Finding local manifests ... Done
43992026-05-11T18:53:40.706Z[ host-image] May 11 18:53:39.654 INFO O| May 11 18:53:39.654 INFO O| Planning: Fetching manifests: 0/6 0% complete
44002026-05-11T18:53:40.892Z[ host-image] May 11 18:53:39.840 INFO O| May 11 18:53:39.840 INFO O| Planning: Fetching manifests: 6/6 100% complete
44012026-05-11T18:53:40.918Z[ host-image] May 11 18:53:39.866 INFO O| May 11 18:53:39.866 INFO O| Planning: Package planning ... Done
44022026-05-11T18:53:40.926Z[ host-image] May 11 18:53:39.874 INFO O| May 11 18:53:39.874 INFO O| Planning: Merging actions ... Done
44032026-05-11T18:53:41.011Z[ host-image] May 11 18:53:39.960 INFO O| May 11 18:53:39.960 INFO O| Planning: Checking for conflicting actions ... Done
44042026-05-11T18:53:41.015Z[ host-image] May 11 18:53:39.964 INFO O| May 11 18:53:39.964 INFO O| Planning: Consolidating action changes ... Done
44052026-05-11T18:53:41.140Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44062026-05-11T18:53:41.180Z[ host-image] May 11 18:53:40.125 INFO O| May 11 18:53:40.125 INFO O| Planning: Evaluating mediators ... Done
44072026-05-11T18:53:41.180Z[ host-image] May 11 18:53:40.128 INFO O| May 11 18:53:40.128 INFO O| Planning: Planning completed in 0.65 seconds
44082026-05-11T18:53:41.180Z[ host-image] May 11 18:53:40.128 INFO O| May 11 18:53:40.128 INFO O| Packages to install: 6
44092026-05-11T18:53:41.180Z[ host-image] May 11 18:53:40.128 INFO O| May 11 18:53:40.128 INFO O| Mediators to change: 1
44102026-05-11T18:53:41.180Z[ host-image] May 11 18:53:40.128 INFO O| May 11 18:53:40.128 INFO O| Services to change: 1
44112026-05-11T18:53:41.190Z[ host-image] May 11 18:53:40.139 INFO O| May 11 18:53:40.139 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
44122026-05-11T18:53:41.227Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44132026-05-11T18:53:42.517Z[ recovery-image] May 11 18:53:41.465 INFO O| May 11 18:53:41.465 INFO O| Download: 14815/16556 items 159.0/199.0MB 79% complete (845k/s)
44142026-05-11T18:53:44.831Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44152026-05-11T18:53:45.425Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44162026-05-11T18:53:46.191Z[ host-image] May 11 18:53:45.140 INFO O| May 11 18:53:45.140 INFO O| Download: 957/1147 items 3.3/7.8MB 42% complete (685k/s)
44172026-05-11T18:53:46.480Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44182026-05-11T18:53:47.133Z[ host-image] May 11 18:53:46.082 INFO O| May 11 18:53:46.081 INFO O| Download: Completed 7.84 MB in 5.94 seconds (1.3M/s)
44192026-05-11T18:53:47.170Z[ host-image] May 11 18:53:46.119 INFO O| May 11 18:53:46.119 INFO O| Actions: 1/1366 actions (Installing new actions)
44202026-05-11T18:53:47.420Z[ host-image] May 11 18:53:46.368 INFO O| May 11 18:53:46.368 INFO O| Actions: Completed 1366 actions in 0.25 seconds.
44212026-05-11T18:53:47.426Z[ host-image] May 11 18:53:46.374 INFO O| May 11 18:53:46.374 INFO O| Finalize: Updating package state database ... Done
44222026-05-11T18:53:47.426Z[ host-image] May 11 18:53:46.374 INFO O| May 11 18:53:46.374 INFO O| Finalize: Updating package cache ... Done
44232026-05-11T18:53:47.446Z[ host-image] May 11 18:53:46.393 INFO O| May 11 18:53:46.393 INFO O| Finalize: Updating image state ... Done
44242026-05-11T18:53:47.711Z[ recovery-image] May 11 18:53:46.658 INFO O| May 11 18:53:46.658 INFO O| Download: 15224/16556 items 161.7/199.0MB 81% complete (694k/s)
44252026-05-11T18:53:48.389Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44262026-05-11T18:53:48.468Z[ host-image] May 11 18:53:47.416 INFO O| May 11 18:53:47.416 INFO O| Finalize: Creating fast lookup database ... Done
44272026-05-11T18:53:48.496Z[ host-image] May 11 18:53:47.445 INFO O| May 11 18:53:47.445 INFO O| Finalize: Reading search index ... Done
44282026-05-11T18:53:48.496Z[ host-image] May 11 18:53:47.445 INFO O| May 11 18:53:47.445 INFO O| Finalize: Updating search index ... Done
44292026-05-11T18:53:48.531Z[ host-image] May 11 18:53:47.479 INFO O| May 11 18:53:47.479 INFO O| Finalize: Updating package cache ... Done
44302026-05-11T18:53:48.640Z[ host-image] May 11 18:53:47.589 INFO O| May 11 18:53:47.589 INFO STEP 13 (pkg_install) COMPLETE
44312026-05-11T18:53:48.640Z[ host-image] May 11 18:53:47.589 INFO O| May 11 18:53:47.589 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44322026-05-11T18:53:48.651Z[ host-image] May 11 18:53:47.599 INFO O| May 11 18:53:47.599 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.40.474"]
44332026-05-11T18:53:49.229Z[ host-image] May 11 18:53:48.177 INFO O| May 11 18:53:48.177 INFO O| Startup: Refreshing catalog 'helios' ... Done
44342026-05-11T18:53:49.315Z[ host-image] May 11 18:53:48.257 INFO O| May 11 18:53:48.256 INFO O| Startup: Caching catalogs ... Done
44352026-05-11T18:53:49.411Z[ host-image] May 11 18:53:48.359 INFO O| May 11 18:53:48.359 INFO O| Planning: Solver setup ... Done
44362026-05-11T18:53:49.416Z[ host-image] May 11 18:53:48.364 INFO O| May 11 18:53:48.364 INFO O| Planning: Running solver ... Done
44372026-05-11T18:53:49.419Z[ host-image] May 11 18:53:48.367 INFO O| May 11 18:53:48.367 INFO O| Planning: Finding local manifests ... Done
44382026-05-11T18:53:49.493Z[ host-image] May 11 18:53:48.442 INFO O| May 11 18:53:48.442 INFO O| Planning: Fetching manifests: 0/1 0% complete
44392026-05-11T18:53:49.522Z[ host-image] May 11 18:53:48.471 INFO O| May 11 18:53:48.471 INFO O| Planning: Fetching manifests: 1/1 100% complete
44402026-05-11T18:53:49.591Z[ host-image] May 11 18:53:48.539 INFO O| May 11 18:53:48.539 INFO O| Planning: Package planning ... Done
44412026-05-11T18:53:49.591Z[ host-image] May 11 18:53:48.540 INFO O| May 11 18:53:48.539 INFO O| Planning: Merging actions ... Done
44422026-05-11T18:53:49.668Z[ host-image] May 11 18:53:48.617 INFO O| May 11 18:53:48.617 INFO O| Planning: Checking for conflicting actions ... Done
44432026-05-11T18:53:49.668Z[ host-image] May 11 18:53:48.617 INFO O| May 11 18:53:48.617 INFO O| Planning: Consolidating action changes ... Done
44442026-05-11T18:53:49.805Z[ host-image] May 11 18:53:48.753 INFO O| May 11 18:53:48.753 INFO O| Planning: Evaluating mediators ... Done
44452026-05-11T18:53:49.808Z[ host-image] May 11 18:53:48.754 INFO O| May 11 18:53:48.754 INFO O| Planning: Planning completed in 0.49 seconds
44462026-05-11T18:53:49.808Z[ host-image] May 11 18:53:48.754 INFO O| May 11 18:53:48.754 INFO O| Packages to install: 1
44472026-05-11T18:53:49.815Z[ host-image] May 11 18:53:48.764 INFO O| May 11 18:53:48.764 INFO O| Download: 0/4 items 0.0/12.6MB 0% complete
44482026-05-11T18:53:50.179Z[ host-image] May 11 18:53:49.127 INFO O| May 11 18:53:49.127 INFO O| Download: Completed 12.63 MB in 0.36 seconds (34.8M/s)
44492026-05-11T18:53:50.224Z[ host-image] May 11 18:53:49.173 INFO O| May 11 18:53:49.173 INFO O| Actions: 1/22 actions (Installing new actions)
44502026-05-11T18:53:50.447Z[ host-image] May 11 18:53:49.396 INFO O| May 11 18:53:49.396 INFO O| Actions: Completed 22 actions in 0.22 seconds.
44512026-05-11T18:53:50.451Z[ host-image] May 11 18:53:49.400 INFO O| May 11 18:53:49.399 INFO O| Finalize: Updating package state database ... Done
44522026-05-11T18:53:50.451Z[ host-image] May 11 18:53:49.400 INFO O| May 11 18:53:49.399 INFO O| Finalize: Updating package cache ... Done
44532026-05-11T18:53:50.465Z[ host-image] May 11 18:53:49.413 INFO O| May 11 18:53:49.413 INFO O| Finalize: Updating image state ... Done
44542026-05-11T18:53:51.415Z[ host-image] May 11 18:53:50.363 INFO O| May 11 18:53:50.363 INFO O| Finalize: Creating fast lookup database ... Done
44552026-05-11T18:53:51.450Z[ host-image] May 11 18:53:50.399 INFO O| May 11 18:53:50.399 INFO O| Finalize: Reading search index ... Done
44562026-05-11T18:53:51.450Z[ host-image] May 11 18:53:50.399 INFO O| May 11 18:53:50.399 INFO O| Finalize: Updating search index ... Done
44572026-05-11T18:53:51.461Z[ host-image] May 11 18:53:50.409 INFO O| May 11 18:53:50.409 INFO O| Finalize: Updating package cache ... Done
44582026-05-11T18:53:51.572Z[ host-image] May 11 18:53:50.521 INFO O| May 11 18:53:50.521 INFO STEP 14 (pkg_install) COMPLETE
44592026-05-11T18:53:51.572Z[ host-image] May 11 18:53:50.521 INFO O| May 11 18:53:50.521 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44602026-05-11T18:53:51.572Z[ host-image] May 11 18:53:50.521 INFO O| May 11 18:53:50.521 INFO skip step because feature "mbist" is not enabled
44612026-05-11T18:53:51.576Z[ host-image] May 11 18:53:50.521 INFO O| May 11 18:53:50.521 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44622026-05-11T18:53:51.576Z[ host-image] May 11 18:53:50.521 INFO O| May 11 18:53:50.521 INFO skip step because feature "mfg" is not enabled
44632026-05-11T18:53:51.576Z[ host-image] May 11 18:53:50.521 INFO O| May 11 18:53:50.521 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44642026-05-11T18:53:51.576Z[ host-image] May 11 18:53:50.521 INFO O| May 11 18:53:50.521 INFO skip step because feature "compliance" is not enabled
44652026-05-11T18:53:51.576Z[ host-image] May 11 18:53:50.521 INFO O| May 11 18:53:50.521 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44662026-05-11T18:53:51.576Z[ host-image] May 11 18:53:50.521 INFO O| May 11 18:53:50.521 INFO skip step because feature "stress" is not enabled
44672026-05-11T18:53:51.576Z[ host-image] May 11 18:53:50.521 INFO O| May 11 18:53:50.521 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44682026-05-11T18:53:51.576Z[ host-image] May 11 18:53:50.521 INFO O| May 11 18:53:50.521 INFO skip step because feature "compliance" is not enabled
44692026-05-11T18:53:51.576Z[ host-image] May 11 18:53:50.521 INFO O| May 11 18:53:50.521 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44702026-05-11T18:53:51.576Z[ host-image] May 11 18:53:50.521 INFO O| May 11 18:53:50.521 INFO skip step because feature "nfs" is not enabled
44712026-05-11T18:53:51.576Z[ host-image] May 11 18:53:50.521 INFO O| May 11 18:53:50.521 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
44722026-05-11T18:53:51.576Z[ host-image] May 11 18:53:50.521 INFO O| May 11 18:53:50.521 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
44732026-05-11T18:53:51.838Z[ host-image] May 11 18:53:50.786 INFO O| May 11 18:53:50.786 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
44742026-05-11T18:53:51.900Z[ host-image] May 11 18:53:50.849 INFO O| May 11 18:53:50.849 INFO completed processing sled/ramdisk-01-os
44752026-05-11T18:53:51.903Z[ host-image] May 11 18:53:50.852 INFO omicron1 baseline generation...
44762026-05-11T18:53:51.911Z[ host-image] May 11 18:53:50.852 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
44772026-05-11T18:53:52.301Z[ host-image] May 11 18:53:51.250 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.23976:20260508T142936Z
44782026-05-11T18:53:53.127Z[ recovery-image] May 11 18:53:52.075 INFO O| May 11 18:53:52.075 INFO O| Download: 15394/16556 items 167.6/199.0MB 84% complete (929k/s)
44792026-05-11T18:53:55.535Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
44802026-05-11T18:53:59.060Z[ recovery-image] May 11 18:53:58.008 INFO O| May 11 18:53:58.008 INFO O| Download: 15970/16556 items 178.0/199.0MB 89% complete (1.7M/s)
44812026-05-11T18:54:04.060Z[ recovery-image] May 11 18:54:03.009 INFO O| May 11 18:54:03.009 INFO O| Download: 16347/16556 items 194.2/199.0MB 97% complete (2.5M/s)
44822026-05-11T18:54:05.092Z[ recovery-image] May 11 18:54:04.040 INFO O| May 11 18:54:04.040 INFO O| Download: Completed 199.05 MB in 143.97 seconds (1.4M/s)
44832026-05-11T18:54:05.386Z[ recovery-image] May 11 18:54:04.335 INFO O| May 11 18:54:04.335 INFO O| Actions: 1/27359 actions (Installing new actions)
44842026-05-11T18:54:10.388Z[ recovery-image] May 11 18:54:09.336 INFO O| May 11 18:54:09.336 INFO O| Actions: 26823/27359 actions (Installing new actions)
44852026-05-11T18:54:10.812Z[ recovery-image] May 11 18:54:09.760 INFO O| May 11 18:54:09.760 INFO O| Actions: Completed 27359 actions in 5.42 seconds.
44862026-05-11T18:54:10.858Z[ recovery-image] May 11 18:54:09.806 INFO O| May 11 18:54:09.806 INFO O| Finalize: Updating package state database ... Done
44872026-05-11T18:54:10.858Z[ recovery-image] May 11 18:54:09.806 INFO O| May 11 18:54:09.806 INFO O| Finalize: Updating package cache ... Done
44882026-05-11T18:54:10.876Z[ recovery-image] May 11 18:54:09.825 INFO O| May 11 18:54:09.825 INFO O| Finalize: Updating image state ... Done
44892026-05-11T18:54:11.553Z[ recovery-image] May 11 18:54:10.501 INFO O| May 11 18:54:10.501 INFO O| Finalize: Creating fast lookup database ... Done
44902026-05-11T18:54:11.568Z[ recovery-image] May 11 18:54:10.517 INFO O| May 11 18:54:10.517 INFO O| Finalize: Reading search index ... Done
44912026-05-11T18:54:13.487Z[ recovery-image] May 11 18:54:12.435 INFO O| May 11 18:54:12.435 INFO O| Finalize: Building new search index ... Done
44922026-05-11T18:54:13.810Z[ recovery-image] May 11 18:54:12.758 INFO O| May 11 18:54:12.758 INFO O| Finalize: Updating package cache ... Done
44932026-05-11T18:54:13.927Z[ recovery-image] May 11 18:54:12.875 INFO O| May 11 18:54:12.875 INFO STEP 11 (pkg_install) COMPLETE
44942026-05-11T18:54:13.927Z[ recovery-image] May 11 18:54:12.875 INFO O| May 11 18:54:12.875 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44952026-05-11T18:54:13.930Z[ recovery-image] May 11 18:54:12.875 INFO O| May 11 18:54:12.875 INFO skip step because feature "recovery" is enabled
44962026-05-11T18:54:13.930Z[ recovery-image] May 11 18:54:12.875 INFO O| May 11 18:54:12.875 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44972026-05-11T18:54:13.930Z[ recovery-image] May 11 18:54:12.875 INFO O| May 11 18:54:12.875 INFO skip step because feature "omicron1" is not enabled
44982026-05-11T18:54:13.930Z[ recovery-image] May 11 18:54:12.875 INFO O| May 11 18:54:12.875 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44992026-05-11T18:54:13.937Z[ recovery-image] May 11 18:54:12.885 INFO O| May 11 18:54:12.885 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.40.474"]
45002026-05-11T18:54:16.428Z[ recovery-image] May 11 18:54:15.374 INFO O| May 11 18:54:15.374 INFO O| Startup: Refreshing catalog 'helios' ... Done
45012026-05-11T18:54:16.493Z[ recovery-image] May 11 18:54:15.441 INFO O| May 11 18:54:15.441 INFO O| Startup: Caching catalogs ... Done
45022026-05-11T18:54:16.602Z[ recovery-image] May 11 18:54:15.550 INFO O| May 11 18:54:15.550 INFO O| Planning: Solver setup ... Done
45032026-05-11T18:54:16.607Z[ recovery-image] May 11 18:54:15.555 INFO O| May 11 18:54:15.555 INFO O| Planning: Running solver ... Done
45042026-05-11T18:54:16.610Z[ recovery-image] May 11 18:54:15.558 INFO O| May 11 18:54:15.558 INFO O| Planning: Finding local manifests ... Done
45052026-05-11T18:54:16.815Z[ recovery-image] May 11 18:54:15.763 INFO O| May 11 18:54:15.763 INFO O| Planning: Fetching manifests: 0/1 0% complete
45062026-05-11T18:54:16.838Z[ recovery-image] May 11 18:54:15.785 INFO O| May 11 18:54:15.785 INFO O| Planning: Fetching manifests: 1/1 100% complete
45072026-05-11T18:54:16.908Z[ recovery-image] May 11 18:54:15.856 INFO O| May 11 18:54:15.856 INFO O| Planning: Package planning ... Done
45082026-05-11T18:54:16.908Z[ recovery-image] May 11 18:54:15.856 INFO O| May 11 18:54:15.856 INFO O| Planning: Merging actions ... Done
45092026-05-11T18:54:16.932Z[ recovery-image] May 11 18:54:15.880 INFO O| May 11 18:54:15.880 INFO O| Planning: Checking for conflicting actions ... Done
45102026-05-11T18:54:16.935Z[ recovery-image] May 11 18:54:15.880 INFO O| May 11 18:54:15.880 INFO O| Planning: Consolidating action changes ... Done
45112026-05-11T18:54:17.046Z[ recovery-image] May 11 18:54:15.994 INFO O| May 11 18:54:15.994 INFO O| Planning: Evaluating mediators ... Done
45122026-05-11T18:54:17.049Z[ recovery-image] May 11 18:54:15.995 INFO O| May 11 18:54:15.994 INFO O| Planning: Planning completed in 0.55 seconds
45132026-05-11T18:54:17.049Z[ recovery-image] May 11 18:54:15.995 INFO O| May 11 18:54:15.995 INFO O| Packages to install: 1
45142026-05-11T18:54:17.058Z[ recovery-image] May 11 18:54:16.006 INFO O| May 11 18:54:16.006 INFO O| Download: 0/4 items 0.0/12.6MB 0% complete
45152026-05-11T18:54:17.192Z[ recovery-image] May 11 18:54:16.140 INFO O| May 11 18:54:16.140 INFO O| Download: Completed 12.63 MB in 0.13 seconds (94.4M/s)
45162026-05-11T18:54:17.237Z[ recovery-image] May 11 18:54:16.185 INFO O| May 11 18:54:16.185 INFO O| Actions: 1/22 actions (Installing new actions)
45172026-05-11T18:54:17.410Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
45182026-05-11T18:54:17.464Z[ recovery-image] May 11 18:54:16.412 INFO O| May 11 18:54:16.412 INFO O| Actions: Completed 22 actions in 0.23 seconds.
45192026-05-11T18:54:17.469Z[ recovery-image] May 11 18:54:16.417 INFO O| May 11 18:54:16.417 INFO O| Finalize: Updating package state database ... Done
45202026-05-11T18:54:17.469Z[ recovery-image] May 11 18:54:16.417 INFO O| May 11 18:54:16.417 INFO O| Finalize: Updating package cache ... Done
45212026-05-11T18:54:17.481Z[ recovery-image] May 11 18:54:16.429 INFO O| May 11 18:54:16.429 INFO O| Finalize: Updating image state ... Done
45222026-05-11T18:54:18.142Z[ recovery-image] May 11 18:54:17.090 INFO O| May 11 18:54:17.090 INFO O| Finalize: Creating fast lookup database ... Done
45232026-05-11T18:54:18.176Z[ recovery-image] May 11 18:54:17.124 INFO O| May 11 18:54:17.124 INFO O| Finalize: Reading search index ... Done
45242026-05-11T18:54:18.176Z[ recovery-image] May 11 18:54:17.125 INFO O| May 11 18:54:17.125 INFO O| Finalize: Updating search index ... Done
45252026-05-11T18:54:18.209Z[ recovery-image] May 11 18:54:17.158 INFO O| May 11 18:54:17.158 INFO O| Finalize: Updating package cache ... Done
45262026-05-11T18:54:18.334Z[ recovery-image] May 11 18:54:17.282 INFO O| May 11 18:54:17.282 INFO STEP 14 (pkg_install) COMPLETE
45272026-05-11T18:54:18.334Z[ recovery-image] May 11 18:54:17.283 INFO O| May 11 18:54:17.282 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45282026-05-11T18:54:18.334Z[ recovery-image] May 11 18:54:17.283 INFO O| May 11 18:54:17.282 INFO skip step because feature "mbist" is not enabled
45292026-05-11T18:54:18.338Z[ recovery-image] May 11 18:54:17.283 INFO O| May 11 18:54:17.282 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45302026-05-11T18:54:18.338Z[ recovery-image] May 11 18:54:17.283 INFO O| May 11 18:54:17.282 INFO skip step because feature "mfg" is not enabled
45312026-05-11T18:54:18.338Z[ recovery-image] May 11 18:54:17.283 INFO O| May 11 18:54:17.282 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45322026-05-11T18:54:18.338Z[ recovery-image] May 11 18:54:17.283 INFO O| May 11 18:54:17.282 INFO skip step because feature "compliance" is not enabled
45332026-05-11T18:54:18.338Z[ recovery-image] May 11 18:54:17.283 INFO O| May 11 18:54:17.282 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45342026-05-11T18:54:18.338Z[ recovery-image] May 11 18:54:17.283 INFO O| May 11 18:54:17.282 INFO skip step because feature "stress" is not enabled
45352026-05-11T18:54:18.338Z[ recovery-image] May 11 18:54:17.283 INFO O| May 11 18:54:17.282 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45362026-05-11T18:54:18.338Z[ recovery-image] May 11 18:54:17.283 INFO O| May 11 18:54:17.282 INFO skip step because feature "compliance" is not enabled
45372026-05-11T18:54:18.338Z[ recovery-image] May 11 18:54:17.283 INFO O| May 11 18:54:17.282 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45382026-05-11T18:54:18.338Z[ recovery-image] May 11 18:54:17.283 INFO O| May 11 18:54:17.282 INFO skip step because feature "nfs" is not enabled
45392026-05-11T18:54:18.338Z[ recovery-image] May 11 18:54:17.283 INFO O| May 11 18:54:17.283 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45402026-05-11T18:54:18.338Z[ recovery-image] May 11 18:54:17.283 INFO O| May 11 18:54:17.283 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45412026-05-11T18:54:18.474Z[ recovery-image] May 11 18:54:17.422 INFO O| May 11 18:54:17.422 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45422026-05-11T18:54:18.586Z[ recovery-image] May 11 18:54:17.534 INFO O| May 11 18:54:17.534 INFO completed processing sled/ramdisk-01-os
45432026-05-11T18:54:18.590Z[ recovery-image] May 11 18:54:17.536 INFO image builder template: ramdisk-02-trim...
45442026-05-11T18:54:18.590Z[ recovery-image] May 11 18:54:17.537 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/.tmpuYb6Gt/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.474", "-n", "ramdisk-02-trim"], pwd: None
45452026-05-11T18:54:18.609Z[ recovery-image] May 11 18:54:17.557 INFO O| May 11 18:54:17.557 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45462026-05-11T18:54:18.614Z[ recovery-image] May 11 18:54:17.561 INFO O| May 11 18:54:17.561 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45472026-05-11T18:54:18.680Z[ recovery-image] May 11 18:54:17.629 INFO O| May 11 18:54:17.629 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45482026-05-11T18:54:18.754Z[ recovery-image] May 11 18:54:17.702 INFO O| May 11 18:54:17.702 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45492026-05-11T18:54:18.754Z[ recovery-image] May 11 18:54:17.702 INFO O| May 11 18:54:17.702 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45502026-05-11T18:54:18.759Z[ recovery-image] May 11 18:54:17.707 INFO O| May 11 18:54:17.707 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45512026-05-11T18:54:18.762Z[ recovery-image] May 11 18:54:17.711 INFO O| May 11 18:54:17.711 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45522026-05-11T18:54:18.766Z[ recovery-image] May 11 18:54:17.715 INFO O| May 11 18:54:17.715 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45532026-05-11T18:54:19.091Z[ recovery-image] May 11 18:54:18.040 INFO O| May 11 18:54:18.040 INFO rolled back to input snapshot; work may begin
45542026-05-11T18:54:19.092Z[ recovery-image] May 11 18:54:18.040 INFO O| May 11 18:54:18.040 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45552026-05-11T18:54:19.097Z[ recovery-image] May 11 18:54:18.045 INFO O| May 11 18:54:18.045 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45562026-05-11T18:54:19.108Z[ recovery-image] May 11 18:54:18.056 INFO O| May 11 18:54:18.056 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45572026-05-11T18:54:19.145Z[ recovery-image] May 11 18:54:18.093 INFO O| May 11 18:54:18.093 INFO STEP 0 (remove_files) COMPLETE
45582026-05-11T18:54:19.145Z[ recovery-image] May 11 18:54:18.094 INFO O| May 11 18:54:18.093 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45592026-05-11T18:54:19.155Z[ recovery-image] May 11 18:54:18.103 INFO O| May 11 18:54:18.103 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45602026-05-11T18:54:19.158Z[ recovery-image] May 11 18:54:18.105 INFO O| May 11 18:54:18.105 INFO STEP 1 (remove_files) COMPLETE
45612026-05-11T18:54:19.158Z[ recovery-image] May 11 18:54:18.105 INFO O| May 11 18:54:18.105 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45622026-05-11T18:54:19.170Z[ recovery-image] May 11 18:54:18.113 INFO O| May 11 18:54:18.112 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45632026-05-11T18:54:19.177Z[ recovery-image] May 11 18:54:18.125 INFO O| May 11 18:54:18.125 INFO STEP 2 (remove_files) COMPLETE
45642026-05-11T18:54:19.177Z[ recovery-image] May 11 18:54:18.125 INFO O| May 11 18:54:18.125 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45652026-05-11T18:54:19.186Z[ recovery-image] May 11 18:54:18.134 INFO O| May 11 18:54:18.134 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45662026-05-11T18:54:19.189Z[ recovery-image] May 11 18:54:18.136 INFO O| May 11 18:54:18.136 INFO STEP 3 (remove_files) COMPLETE
45672026-05-11T18:54:19.189Z[ recovery-image] May 11 18:54:18.136 INFO O| May 11 18:54:18.136 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45682026-05-11T18:54:19.197Z[ recovery-image] May 11 18:54:18.145 INFO O| May 11 18:54:18.145 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45692026-05-11T18:54:19.200Z[ recovery-image] May 11 18:54:18.148 INFO O| May 11 18:54:18.148 INFO STEP 4 (remove_files) COMPLETE
45702026-05-11T18:54:19.200Z[ recovery-image] May 11 18:54:18.149 INFO O| May 11 18:54:18.148 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45712026-05-11T18:54:19.209Z[ recovery-image] May 11 18:54:18.157 INFO O| May 11 18:54:18.157 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45722026-05-11T18:54:19.209Z[ recovery-image] May 11 18:54:18.158 INFO O| May 11 18:54:18.158 INFO STEP 5 (remove_files) COMPLETE
45732026-05-11T18:54:19.212Z[ recovery-image] May 11 18:54:18.158 INFO O| May 11 18:54:18.158 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45742026-05-11T18:54:19.217Z[ recovery-image] May 11 18:54:18.165 INFO O| May 11 18:54:18.165 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45752026-05-11T18:54:19.228Z[ recovery-image] May 11 18:54:18.177 INFO O| May 11 18:54:18.177 INFO STEP 6 (remove_files) COMPLETE
45762026-05-11T18:54:19.228Z[ recovery-image] May 11 18:54:18.177 INFO O| May 11 18:54:18.177 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45772026-05-11T18:54:19.231Z[ recovery-image] May 11 18:54:18.177 INFO O| May 11 18:54:18.177 INFO skip step because feature "heliosv2" is not enabled
45782026-05-11T18:54:19.231Z[ recovery-image] May 11 18:54:18.177 INFO O| May 11 18:54:18.177 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45792026-05-11T18:54:19.231Z[ recovery-image] May 11 18:54:18.177 INFO O| May 11 18:54:18.177 INFO skip step because feature "recovery" is enabled
45802026-05-11T18:54:19.231Z[ recovery-image] May 11 18:54:18.177 INFO O| May 11 18:54:18.177 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45812026-05-11T18:54:19.231Z[ recovery-image] May 11 18:54:18.177 INFO O| May 11 18:54:18.177 INFO skip step because feature "recovery" is enabled
45822026-05-11T18:54:19.231Z[ recovery-image] May 11 18:54:18.177 INFO O| May 11 18:54:18.177 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45832026-05-11T18:54:19.232Z[ recovery-image] May 11 18:54:18.177 INFO O| May 11 18:54:18.177 INFO skip step because feature "recovery" is enabled
45842026-05-11T18:54:19.232Z[ recovery-image] May 11 18:54:18.177 INFO O| May 11 18:54:18.177 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45852026-05-11T18:54:19.237Z[ recovery-image] May 11 18:54:18.186 INFO O| May 11 18:54:18.186 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45862026-05-11T18:54:19.240Z[ recovery-image] May 11 18:54:18.189 INFO O| May 11 18:54:18.189 INFO STEP 11 (remove_files) COMPLETE
45872026-05-11T18:54:19.240Z[ recovery-image] May 11 18:54:18.189 INFO O| May 11 18:54:18.189 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45882026-05-11T18:54:19.248Z[ recovery-image] May 11 18:54:18.197 INFO O| May 11 18:54:18.197 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
45892026-05-11T18:54:19.251Z[ recovery-image] May 11 18:54:18.198 INFO O| May 11 18:54:18.198 INFO STEP 12 (remove_files) COMPLETE
45902026-05-11T18:54:19.251Z[ recovery-image] May 11 18:54:18.198 INFO O| May 11 18:54:18.198 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45912026-05-11T18:54:19.257Z[ recovery-image] May 11 18:54:18.206 INFO O| May 11 18:54:18.206 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
45922026-05-11T18:54:19.260Z[ recovery-image] May 11 18:54:18.207 INFO O| May 11 18:54:18.207 INFO STEP 13 (remove_files) COMPLETE
45932026-05-11T18:54:19.260Z[ recovery-image] May 11 18:54:18.207 INFO O| May 11 18:54:18.207 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45942026-05-11T18:54:19.398Z[ recovery-image] May 11 18:54:18.346 INFO O| May 11 18:54:18.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
45952026-05-11T18:54:19.402Z[ recovery-image] May 11 18:54:18.351 INFO O| May 11 18:54:18.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
45962026-05-11T18:54:19.426Z[ recovery-image] May 11 18:54:18.374 INFO O| May 11 18:54:18.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
45972026-05-11T18:54:19.426Z[ recovery-image] May 11 18:54:18.374 INFO O| May 11 18:54:18.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
45982026-05-11T18:54:19.430Z[ recovery-image] May 11 18:54:18.379 INFO O| May 11 18:54:18.379 INFO STEP 14 (remove_files) COMPLETE
45992026-05-11T18:54:19.430Z[ recovery-image] May 11 18:54:18.379 INFO O| May 11 18:54:18.379 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46002026-05-11T18:54:19.440Z[ recovery-image] May 11 18:54:18.388 INFO O| May 11 18:54:18.388 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
46012026-05-11T18:54:19.443Z[ recovery-image] May 11 18:54:18.389 INFO O| May 11 18:54:18.389 INFO STEP 15 (remove_files) COMPLETE
46022026-05-11T18:54:19.443Z[ recovery-image] May 11 18:54:18.389 INFO O| May 11 18:54:18.389 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46032026-05-11T18:54:19.449Z[ recovery-image] May 11 18:54:18.397 INFO O| May 11 18:54:18.397 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
46042026-05-11T18:54:19.455Z[ recovery-image] May 11 18:54:18.403 INFO O| May 11 18:54:18.403 INFO STEP 16 (remove_files) COMPLETE
46052026-05-11T18:54:19.455Z[ recovery-image] May 11 18:54:18.403 INFO O| May 11 18:54:18.403 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46062026-05-11T18:54:19.512Z[ recovery-image] May 11 18:54:18.460 INFO O| May 11 18:54:18.460 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
46072026-05-11T18:54:19.516Z[ recovery-image] May 11 18:54:18.461 INFO O| May 11 18:54:18.461 INFO STEP 17 (remove_files) COMPLETE
46082026-05-11T18:54:19.516Z[ recovery-image] May 11 18:54:18.461 INFO O| May 11 18:54:18.461 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46092026-05-11T18:54:19.523Z[ recovery-image] May 11 18:54:18.471 INFO O| May 11 18:54:18.471 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
46102026-05-11T18:54:19.526Z[ recovery-image] May 11 18:54:18.472 INFO O| May 11 18:54:18.472 INFO STEP 18 (remove_files) COMPLETE
46112026-05-11T18:54:19.526Z[ recovery-image] May 11 18:54:18.472 INFO O| May 11 18:54:18.472 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46122026-05-11T18:54:19.535Z[ recovery-image] May 11 18:54:18.482 INFO O| May 11 18:54:18.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
46132026-05-11T18:54:19.535Z[ recovery-image] May 11 18:54:18.482 INFO O| May 11 18:54:18.482 INFO STEP 19 (remove_files) COMPLETE
46142026-05-11T18:54:19.538Z[ recovery-image] May 11 18:54:18.482 INFO O| May 11 18:54:18.482 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46152026-05-11T18:54:19.542Z[ recovery-image] May 11 18:54:18.491 INFO O| May 11 18:54:18.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
46162026-05-11T18:54:19.542Z[ recovery-image] May 11 18:54:18.491 INFO O| May 11 18:54:18.491 INFO STEP 20 (remove_files) COMPLETE
46172026-05-11T18:54:19.546Z[ recovery-image] May 11 18:54:18.491 INFO O| May 11 18:54:18.491 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46182026-05-11T18:54:19.551Z[ recovery-image] May 11 18:54:18.500 INFO O| May 11 18:54:18.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46192026-05-11T18:54:19.551Z[ recovery-image] May 11 18:54:18.500 INFO O| May 11 18:54:18.500 INFO STEP 21 (remove_files) COMPLETE
46202026-05-11T18:54:19.551Z[ recovery-image] May 11 18:54:18.500 INFO O| May 11 18:54:18.500 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46212026-05-11T18:54:19.560Z[ recovery-image] May 11 18:54:18.508 INFO O| May 11 18:54:18.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46222026-05-11T18:54:19.560Z[ recovery-image] May 11 18:54:18.508 INFO O| May 11 18:54:18.508 INFO STEP 22 (remove_files) COMPLETE
46232026-05-11T18:54:19.560Z[ recovery-image] May 11 18:54:18.508 INFO O| May 11 18:54:18.508 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46242026-05-11T18:54:19.568Z[ recovery-image] May 11 18:54:18.516 INFO O| May 11 18:54:18.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46252026-05-11T18:54:19.568Z[ recovery-image] May 11 18:54:18.517 INFO O| May 11 18:54:18.517 INFO STEP 23 (remove_files) COMPLETE
46262026-05-11T18:54:19.571Z[ recovery-image] May 11 18:54:18.517 INFO O| May 11 18:54:18.517 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46272026-05-11T18:54:19.599Z[ recovery-image] May 11 18:54:18.547 INFO O| May 11 18:54:18.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46282026-05-11T18:54:19.599Z[ recovery-image] May 11 18:54:18.547 INFO O| May 11 18:54:18.547 INFO STEP 24 (remove_files) COMPLETE
46292026-05-11T18:54:19.602Z[ recovery-image] May 11 18:54:18.547 INFO O| May 11 18:54:18.547 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46302026-05-11T18:54:19.607Z[ recovery-image] May 11 18:54:18.555 INFO O| May 11 18:54:18.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46312026-05-11T18:54:19.607Z[ recovery-image] May 11 18:54:18.555 INFO O| May 11 18:54:18.555 INFO STEP 25 (remove_files) COMPLETE
46322026-05-11T18:54:19.610Z[ recovery-image] May 11 18:54:18.555 INFO O| May 11 18:54:18.555 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46332026-05-11T18:54:19.614Z[ recovery-image] May 11 18:54:18.563 INFO O| May 11 18:54:18.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46342026-05-11T18:54:19.614Z[ recovery-image] May 11 18:54:18.563 INFO O| May 11 18:54:18.563 INFO STEP 26 (remove_files) COMPLETE
46352026-05-11T18:54:19.614Z[ recovery-image] May 11 18:54:18.563 INFO O| May 11 18:54:18.563 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46362026-05-11T18:54:19.621Z[ recovery-image] May 11 18:54:18.570 INFO O| May 11 18:54:18.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46372026-05-11T18:54:19.621Z[ recovery-image] May 11 18:54:18.570 INFO O| May 11 18:54:18.570 INFO STEP 27 (remove_files) COMPLETE
46382026-05-11T18:54:19.625Z[ recovery-image] May 11 18:54:18.570 INFO O| May 11 18:54:18.570 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46392026-05-11T18:54:19.629Z[ recovery-image] May 11 18:54:18.578 INFO O| May 11 18:54:18.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46402026-05-11T18:54:19.629Z[ recovery-image] May 11 18:54:18.578 INFO O| May 11 18:54:18.578 INFO STEP 28 (remove_files) COMPLETE
46412026-05-11T18:54:19.632Z[ recovery-image] May 11 18:54:18.578 INFO O| May 11 18:54:18.578 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46422026-05-11T18:54:19.637Z[ recovery-image] May 11 18:54:18.585 INFO O| May 11 18:54:18.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46432026-05-11T18:54:19.637Z[ recovery-image] May 11 18:54:18.585 INFO O| May 11 18:54:18.585 INFO STEP 29 (remove_files) COMPLETE
46442026-05-11T18:54:19.637Z[ recovery-image] May 11 18:54:18.585 INFO O| May 11 18:54:18.585 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46452026-05-11T18:54:19.644Z[ recovery-image] May 11 18:54:18.592 INFO O| May 11 18:54:18.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46462026-05-11T18:54:19.644Z[ recovery-image] May 11 18:54:18.592 INFO O| May 11 18:54:18.592 INFO STEP 30 (remove_files) COMPLETE
46472026-05-11T18:54:19.647Z[ recovery-image] May 11 18:54:18.592 INFO O| May 11 18:54:18.592 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46482026-05-11T18:54:19.651Z[ recovery-image] May 11 18:54:18.600 INFO O| May 11 18:54:18.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46492026-05-11T18:54:19.651Z[ recovery-image] May 11 18:54:18.600 INFO O| May 11 18:54:18.600 INFO STEP 31 (remove_files) COMPLETE
46502026-05-11T18:54:19.651Z[ recovery-image] May 11 18:54:18.600 INFO O| May 11 18:54:18.600 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46512026-05-11T18:54:19.660Z[ recovery-image] May 11 18:54:18.607 INFO O| May 11 18:54:18.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46522026-05-11T18:54:19.660Z[ recovery-image] May 11 18:54:18.607 INFO O| May 11 18:54:18.607 INFO STEP 32 (remove_files) COMPLETE
46532026-05-11T18:54:19.660Z[ recovery-image] May 11 18:54:18.607 INFO O| May 11 18:54:18.607 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46542026-05-11T18:54:19.665Z[ recovery-image] May 11 18:54:18.613 INFO O| May 11 18:54:18.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46552026-05-11T18:54:19.665Z[ recovery-image] May 11 18:54:18.613 INFO O| May 11 18:54:18.613 INFO STEP 33 (remove_files) COMPLETE
46562026-05-11T18:54:19.668Z[ recovery-image] May 11 18:54:18.613 INFO O| May 11 18:54:18.613 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46572026-05-11T18:54:19.671Z[ recovery-image] May 11 18:54:18.620 INFO O| May 11 18:54:18.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46582026-05-11T18:54:19.671Z[ recovery-image] May 11 18:54:18.620 INFO O| May 11 18:54:18.620 INFO STEP 34 (remove_files) COMPLETE
46592026-05-11T18:54:19.674Z[ recovery-image] May 11 18:54:18.620 INFO O| May 11 18:54:18.620 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46602026-05-11T18:54:19.678Z[ recovery-image] May 11 18:54:18.626 INFO O| May 11 18:54:18.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46612026-05-11T18:54:19.678Z[ recovery-image] May 11 18:54:18.626 INFO O| May 11 18:54:18.626 INFO STEP 35 (remove_files) COMPLETE
46622026-05-11T18:54:19.680Z[ recovery-image] May 11 18:54:18.626 INFO O| May 11 18:54:18.626 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46632026-05-11T18:54:19.685Z[ recovery-image] May 11 18:54:18.633 INFO O| May 11 18:54:18.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46642026-05-11T18:54:19.685Z[ recovery-image] May 11 18:54:18.633 INFO O| May 11 18:54:18.633 INFO STEP 36 (remove_files) COMPLETE
46652026-05-11T18:54:19.687Z[ recovery-image] May 11 18:54:18.633 INFO O| May 11 18:54:18.633 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46662026-05-11T18:54:19.691Z[ recovery-image] May 11 18:54:18.640 INFO O| May 11 18:54:18.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46672026-05-11T18:54:19.691Z[ recovery-image] May 11 18:54:18.640 INFO O| May 11 18:54:18.640 INFO STEP 37 (remove_files) COMPLETE
46682026-05-11T18:54:19.691Z[ recovery-image] May 11 18:54:18.640 INFO O| May 11 18:54:18.640 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46692026-05-11T18:54:19.698Z[ recovery-image] May 11 18:54:18.647 INFO O| May 11 18:54:18.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46702026-05-11T18:54:19.698Z[ recovery-image] May 11 18:54:18.647 INFO O| May 11 18:54:18.647 INFO STEP 38 (remove_files) COMPLETE
46712026-05-11T18:54:19.699Z[ recovery-image] May 11 18:54:18.647 INFO O| May 11 18:54:18.647 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46722026-05-11T18:54:19.705Z[ recovery-image] May 11 18:54:18.654 INFO O| May 11 18:54:18.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46732026-05-11T18:54:19.705Z[ recovery-image] May 11 18:54:18.654 INFO O| May 11 18:54:18.654 INFO STEP 39 (remove_files) COMPLETE
46742026-05-11T18:54:19.706Z[ recovery-image] May 11 18:54:18.654 INFO O| May 11 18:54:18.654 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46752026-05-11T18:54:19.713Z[ recovery-image] May 11 18:54:18.661 INFO O| May 11 18:54:18.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46762026-05-11T18:54:19.713Z[ recovery-image] May 11 18:54:18.661 INFO O| May 11 18:54:18.661 INFO STEP 40 (remove_files) COMPLETE
46772026-05-11T18:54:19.716Z[ recovery-image] May 11 18:54:18.661 INFO O| May 11 18:54:18.661 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46782026-05-11T18:54:19.738Z[ recovery-image] May 11 18:54:18.675 INFO O| May 11 18:54:18.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46792026-05-11T18:54:19.738Z[ recovery-image] May 11 18:54:18.675 INFO O| May 11 18:54:18.675 INFO STEP 41 (remove_files) COMPLETE
46802026-05-11T18:54:19.741Z[ recovery-image] May 11 18:54:18.675 INFO O| May 11 18:54:18.675 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46812026-05-11T18:54:19.741Z[ recovery-image] May 11 18:54:18.685 INFO O| May 11 18:54:18.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46822026-05-11T18:54:19.741Z[ recovery-image] May 11 18:54:18.685 INFO O| May 11 18:54:18.685 INFO STEP 42 (remove_files) COMPLETE
46832026-05-11T18:54:19.741Z[ recovery-image] May 11 18:54:18.685 INFO O| May 11 18:54:18.685 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46842026-05-11T18:54:19.763Z[ recovery-image] May 11 18:54:18.711 INFO O| May 11 18:54:18.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46852026-05-11T18:54:19.763Z[ recovery-image] May 11 18:54:18.711 INFO O| May 11 18:54:18.711 INFO STEP 43 (remove_files) COMPLETE
46862026-05-11T18:54:19.763Z[ recovery-image] May 11 18:54:18.711 INFO O| May 11 18:54:18.711 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46872026-05-11T18:54:19.772Z[ recovery-image] May 11 18:54:18.721 INFO O| May 11 18:54:18.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
46882026-05-11T18:54:19.772Z[ recovery-image] May 11 18:54:18.721 INFO O| May 11 18:54:18.721 INFO STEP 44 (remove_files) COMPLETE
46892026-05-11T18:54:19.773Z[ recovery-image] May 11 18:54:18.721 INFO O| May 11 18:54:18.721 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46902026-05-11T18:54:19.781Z[ recovery-image] May 11 18:54:18.730 INFO O| May 11 18:54:18.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
46912026-05-11T18:54:19.781Z[ recovery-image] May 11 18:54:18.730 INFO O| May 11 18:54:18.730 INFO STEP 45 (remove_files) COMPLETE
46922026-05-11T18:54:19.784Z[ recovery-image] May 11 18:54:18.730 INFO O| May 11 18:54:18.730 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46932026-05-11T18:54:19.791Z[ recovery-image] May 11 18:54:18.739 INFO O| May 11 18:54:18.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
46942026-05-11T18:54:19.791Z[ recovery-image] May 11 18:54:18.739 INFO O| May 11 18:54:18.739 INFO STEP 46 (remove_files) COMPLETE
46952026-05-11T18:54:19.791Z[ recovery-image] May 11 18:54:18.739 INFO O| May 11 18:54:18.739 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46962026-05-11T18:54:19.799Z[ recovery-image] May 11 18:54:18.747 INFO O| May 11 18:54:18.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
46972026-05-11T18:54:19.799Z[ recovery-image] May 11 18:54:18.748 INFO O| May 11 18:54:18.747 INFO STEP 47 (remove_files) COMPLETE
46982026-05-11T18:54:19.799Z[ recovery-image] May 11 18:54:18.748 INFO O| May 11 18:54:18.747 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46992026-05-11T18:54:19.807Z[ recovery-image] May 11 18:54:18.756 INFO O| May 11 18:54:18.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
47002026-05-11T18:54:19.807Z[ recovery-image] May 11 18:54:18.756 INFO O| May 11 18:54:18.756 INFO STEP 48 (remove_files) COMPLETE
47012026-05-11T18:54:19.807Z[ recovery-image] May 11 18:54:18.756 INFO O| May 11 18:54:18.756 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47022026-05-11T18:54:19.815Z[ recovery-image] May 11 18:54:18.764 INFO O| May 11 18:54:18.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
47032026-05-11T18:54:19.815Z[ recovery-image] May 11 18:54:18.764 INFO O| May 11 18:54:18.764 INFO STEP 49 (remove_files) COMPLETE
47042026-05-11T18:54:19.818Z[ recovery-image] May 11 18:54:18.764 INFO O| May 11 18:54:18.764 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47052026-05-11T18:54:19.823Z[ recovery-image] May 11 18:54:18.772 INFO O| May 11 18:54:18.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
47062026-05-11T18:54:19.823Z[ recovery-image] May 11 18:54:18.772 INFO O| May 11 18:54:18.772 INFO STEP 50 (remove_files) COMPLETE
47072026-05-11T18:54:19.823Z[ recovery-image] May 11 18:54:18.772 INFO O| May 11 18:54:18.772 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47082026-05-11T18:54:19.832Z[ recovery-image] May 11 18:54:18.781 INFO O| May 11 18:54:18.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
47092026-05-11T18:54:19.832Z[ recovery-image] May 11 18:54:18.781 INFO O| May 11 18:54:18.781 INFO STEP 51 (remove_files) COMPLETE
47102026-05-11T18:54:19.835Z[ recovery-image] May 11 18:54:18.781 INFO O| May 11 18:54:18.781 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47112026-05-11T18:54:19.841Z[ recovery-image] May 11 18:54:18.790 INFO O| May 11 18:54:18.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
47122026-05-11T18:54:19.841Z[ recovery-image] May 11 18:54:18.790 INFO O| May 11 18:54:18.790 INFO STEP 52 (remove_files) COMPLETE
47132026-05-11T18:54:19.841Z[ recovery-image] May 11 18:54:18.790 INFO O| May 11 18:54:18.790 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47142026-05-11T18:54:19.850Z[ recovery-image] May 11 18:54:18.798 INFO O| May 11 18:54:18.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47152026-05-11T18:54:19.850Z[ recovery-image] May 11 18:54:18.799 INFO O| May 11 18:54:18.798 INFO STEP 53 (remove_files) COMPLETE
47162026-05-11T18:54:19.853Z[ recovery-image] May 11 18:54:18.799 INFO O| May 11 18:54:18.798 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47172026-05-11T18:54:19.859Z[ recovery-image] May 11 18:54:18.807 INFO O| May 11 18:54:18.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47182026-05-11T18:54:19.859Z[ recovery-image] May 11 18:54:18.807 INFO O| May 11 18:54:18.807 INFO STEP 54 (remove_files) COMPLETE
47192026-05-11T18:54:19.859Z[ recovery-image] May 11 18:54:18.807 INFO O| May 11 18:54:18.807 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47202026-05-11T18:54:19.868Z[ recovery-image] May 11 18:54:18.816 INFO O| May 11 18:54:18.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47212026-05-11T18:54:19.868Z[ recovery-image] May 11 18:54:18.816 INFO O| May 11 18:54:18.816 INFO STEP 55 (remove_files) COMPLETE
47222026-05-11T18:54:19.868Z[ recovery-image] May 11 18:54:18.816 INFO O| May 11 18:54:18.816 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47232026-05-11T18:54:19.877Z[ recovery-image] May 11 18:54:18.825 INFO O| May 11 18:54:18.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47242026-05-11T18:54:19.877Z[ recovery-image] May 11 18:54:18.825 INFO O| May 11 18:54:18.825 INFO STEP 56 (remove_files) COMPLETE
47252026-05-11T18:54:19.877Z[ recovery-image] May 11 18:54:18.825 INFO O| May 11 18:54:18.825 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47262026-05-11T18:54:19.885Z[ recovery-image] May 11 18:54:18.833 INFO O| May 11 18:54:18.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47272026-05-11T18:54:19.885Z[ recovery-image] May 11 18:54:18.834 INFO O| May 11 18:54:18.833 INFO STEP 57 (remove_files) COMPLETE
47282026-05-11T18:54:19.893Z[ recovery-image] May 11 18:54:18.834 INFO O| May 11 18:54:18.833 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47292026-05-11T18:54:19.896Z[ recovery-image] May 11 18:54:18.842 INFO O| May 11 18:54:18.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47302026-05-11T18:54:19.896Z[ recovery-image] May 11 18:54:18.842 INFO O| May 11 18:54:18.842 INFO STEP 58 (remove_files) COMPLETE
47312026-05-11T18:54:19.896Z[ recovery-image] May 11 18:54:18.842 INFO O| May 11 18:54:18.842 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47322026-05-11T18:54:19.902Z[ recovery-image] May 11 18:54:18.850 INFO O| May 11 18:54:18.850 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47332026-05-11T18:54:19.902Z[ recovery-image] May 11 18:54:18.851 INFO O| May 11 18:54:18.850 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47342026-05-11T18:54:19.902Z[ recovery-image] May 11 18:54:18.851 INFO O| May 11 18:54:18.851 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47352026-05-11T18:54:19.905Z[ recovery-image] May 11 18:54:18.851 INFO O| May 11 18:54:18.851 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47362026-05-11T18:54:19.905Z[ recovery-image] May 11 18:54:18.851 INFO O| May 11 18:54:18.851 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47372026-05-11T18:54:19.905Z[ recovery-image] May 11 18:54:18.851 INFO O| May 11 18:54:18.851 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47382026-05-11T18:54:19.905Z[ recovery-image] May 11 18:54:18.851 INFO O| May 11 18:54:18.851 INFO ok!
47392026-05-11T18:54:19.905Z[ recovery-image] May 11 18:54:18.851 INFO O| May 11 18:54:18.851 INFO STEP 59 (ensure_file) COMPLETE
47402026-05-11T18:54:19.906Z[ recovery-image] May 11 18:54:18.851 INFO O| May 11 18:54:18.851 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47412026-05-11T18:54:19.910Z[ recovery-image] May 11 18:54:18.859 INFO O| May 11 18:54:18.859 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47422026-05-11T18:54:19.910Z[ recovery-image] May 11 18:54:18.859 INFO O| May 11 18:54:18.859 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47432026-05-11T18:54:19.910Z[ recovery-image] May 11 18:54:18.859 INFO O| May 11 18:54:18.859 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47442026-05-11T18:54:19.913Z[ recovery-image] May 11 18:54:18.859 INFO O| May 11 18:54:18.859 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47452026-05-11T18:54:19.913Z[ recovery-image] May 11 18:54:18.859 INFO O| May 11 18:54:18.859 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47462026-05-11T18:54:19.913Z[ recovery-image] May 11 18:54:18.859 INFO O| May 11 18:54:18.859 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47472026-05-11T18:54:19.914Z[ recovery-image] May 11 18:54:18.859 INFO O| May 11 18:54:18.859 INFO ok!
47482026-05-11T18:54:19.914Z[ recovery-image] May 11 18:54:18.859 INFO O| May 11 18:54:18.859 INFO STEP 60 (ensure_file) COMPLETE
47492026-05-11T18:54:19.914Z[ recovery-image] May 11 18:54:18.859 INFO O| May 11 18:54:18.859 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47502026-05-11T18:54:19.919Z[ recovery-image] May 11 18:54:18.867 INFO O| May 11 18:54:18.867 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47512026-05-11T18:54:20.925Z[ recovery-image] May 11 18:54:18.867 INFO O| May 11 18:54:18.867 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47522026-05-11T18:54:20.925Z[ recovery-image] May 11 18:54:18.867 INFO O| May 11 18:54:18.867 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47532026-05-11T18:54:20.925Z[ recovery-image] May 11 18:54:18.867 INFO O| May 11 18:54:18.867 INFO ok!
47542026-05-11T18:54:20.925Z[ recovery-image] May 11 18:54:18.867 INFO O| May 11 18:54:18.867 INFO STEP 61 (ensure_file) COMPLETE
47552026-05-11T18:54:20.925Z[ recovery-image] May 11 18:54:18.867 INFO O| May 11 18:54:18.867 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47562026-05-11T18:54:20.929Z[ recovery-image] May 11 18:54:18.876 INFO O| May 11 18:54:18.875 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47572026-05-11T18:54:20.929Z[ recovery-image] May 11 18:54:18.876 INFO O| May 11 18:54:18.876 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47582026-05-11T18:54:20.929Z[ recovery-image] May 11 18:54:18.876 INFO O| May 11 18:54:18.876 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47592026-05-11T18:54:20.929Z[ recovery-image] May 11 18:54:18.876 INFO O| May 11 18:54:18.876 INFO ok!
47602026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.876 INFO O| May 11 18:54:18.876 INFO STEP 62 (ensure_file) COMPLETE
47612026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.876 INFO O| May 11 18:54:18.876 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47622026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.884 INFO O| May 11 18:54:18.884 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47632026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.884 INFO O| May 11 18:54:18.884 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47642026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.884 INFO O| May 11 18:54:18.884 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47652026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.884 INFO O| May 11 18:54:18.884 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47662026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.884 INFO O| May 11 18:54:18.884 INFO ok!
47672026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.884 INFO O| May 11 18:54:18.884 INFO STEP 63 (ensure_file) COMPLETE
47682026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.884 INFO O| May 11 18:54:18.884 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47692026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.893 INFO O| May 11 18:54:18.893 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47702026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.893 INFO O| May 11 18:54:18.893 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47712026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.893 INFO O| May 11 18:54:18.893 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47722026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.893 INFO O| May 11 18:54:18.893 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47732026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.893 INFO O| May 11 18:54:18.893 INFO ok!
47742026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.893 INFO O| May 11 18:54:18.893 INFO STEP 64 (ensure_file) COMPLETE
47752026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.893 INFO O| May 11 18:54:18.893 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47762026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.902 INFO O| May 11 18:54:18.901 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47772026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.902 INFO O| May 11 18:54:18.902 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47782026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.902 INFO O| May 11 18:54:18.902 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47792026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.902 INFO O| May 11 18:54:18.902 INFO ok!
47802026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.902 INFO O| May 11 18:54:18.902 INFO STEP 65 (assemble_files) COMPLETE
47812026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.902 INFO O| May 11 18:54:18.902 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47822026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.911 INFO O| May 11 18:54:18.910 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47832026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.911 INFO O| May 11 18:54:18.911 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47842026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.911 INFO O| May 11 18:54:18.911 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47852026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.911 INFO O| May 11 18:54:18.911 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47862026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.911 INFO O| May 11 18:54:18.911 INFO ok!
47872026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.911 INFO O| May 11 18:54:18.911 INFO STEP 66 (ensure_file) COMPLETE
47882026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.911 INFO O| May 11 18:54:18.911 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47892026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.911 INFO O| May 11 18:54:18.911 INFO skip step because feature "omicron1" is not enabled
47902026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.911 INFO O| May 11 18:54:18.911 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47912026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.911 INFO O| May 11 18:54:18.911 INFO skip step because feature "omicron1" is not enabled
47922026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.911 INFO O| May 11 18:54:18.911 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47932026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.911 INFO O| May 11 18:54:18.911 INFO skip step because feature "omicron1" is not enabled
47942026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.911 INFO O| May 11 18:54:18.911 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47952026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.924 INFO O| May 11 18:54:18.924 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
47962026-05-11T18:54:20.930Z[ recovery-image] May 11 18:54:18.924 INFO O| May 11 18:54:18.924 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
47972026-05-11T18:54:21.247Z[ recovery-image] May 11 18:54:20.195 INFO O| May 11 18:54:20.195 INFO STEP 70 (pack_tar) COMPLETE
47982026-05-11T18:54:21.250Z[ recovery-image] May 11 18:54:20.195 INFO O| May 11 18:54:20.195 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47992026-05-11T18:54:21.250Z[ recovery-image] May 11 18:54:20.195 INFO O| May 11 18:54:20.195 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48002026-05-11T18:54:21.715Z[ recovery-image] May 11 18:54:20.663 INFO O| May 11 18:54:20.663 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48012026-05-11T18:54:21.813Z[ recovery-image] May 11 18:54:20.761 INFO O| May 11 18:54:20.761 INFO completed processing sled/ramdisk-02-trim
48022026-05-11T18:54:21.816Z[ recovery-image] May 11 18:54:20.763 INFO image builder template: ramdisk-03-recovery-trim...
48032026-05-11T18:54:21.817Z[ recovery-image] May 11 18:54:20.763 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/.tmpuYb6Gt/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.474", "-n", "ramdisk-03-recovery-trim"], pwd: None
48042026-05-11T18:54:21.820Z[ recovery-image] May 11 18:54:20.769 INFO O| May 11 18:54:20.768 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
48052026-05-11T18:54:21.894Z[ recovery-image] May 11 18:54:20.842 INFO O| May 11 18:54:20.842 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48062026-05-11T18:54:21.897Z[ recovery-image] May 11 18:54:20.846 INFO O| May 11 18:54:20.846 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48072026-05-11T18:54:21.961Z[ recovery-image] May 11 18:54:20.908 INFO O| May 11 18:54:20.908 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
48082026-05-11T18:54:22.026Z[ recovery-image] May 11 18:54:20.972 INFO O| May 11 18:54:20.972 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48092026-05-11T18:54:22.026Z[ recovery-image] May 11 18:54:20.973 INFO O| May 11 18:54:20.972 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48102026-05-11T18:54:22.031Z[ recovery-image] May 11 18:54:20.979 INFO O| May 11 18:54:20.979 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
48112026-05-11T18:54:22.036Z[ recovery-image] May 11 18:54:20.983 INFO O| May 11 18:54:20.983 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48122026-05-11T18:54:22.040Z[ recovery-image] May 11 18:54:20.988 INFO O| May 11 18:54:20.988 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48132026-05-11T18:54:22.420Z[ recovery-image] May 11 18:54:21.367 INFO O| May 11 18:54:21.367 INFO rolled back to input snapshot; work may begin
48142026-05-11T18:54:22.420Z[ recovery-image] May 11 18:54:21.368 INFO O| May 11 18:54:21.367 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
48152026-05-11T18:54:22.424Z[ recovery-image] May 11 18:54:21.372 INFO O| May 11 18:54:21.372 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48162026-05-11T18:54:22.433Z[ recovery-image] May 11 18:54:21.382 INFO O| May 11 18:54:21.381 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48172026-05-11T18:54:22.441Z[ recovery-image] May 11 18:54:21.389 INFO O| May 11 18:54:21.389 INFO STEP 0 (remove_files) COMPLETE
48182026-05-11T18:54:22.441Z[ recovery-image] May 11 18:54:21.389 INFO O| May 11 18:54:21.389 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48192026-05-11T18:54:22.452Z[ recovery-image] May 11 18:54:21.400 INFO O| May 11 18:54:21.400 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48202026-05-11T18:54:22.491Z[ recovery-image] May 11 18:54:21.439 INFO O| May 11 18:54:21.439 INFO STEP 1 (remove_files) COMPLETE
48212026-05-11T18:54:22.491Z[ recovery-image] May 11 18:54:21.439 INFO O| May 11 18:54:21.439 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48222026-05-11T18:54:22.501Z[ recovery-image] May 11 18:54:21.449 INFO O| May 11 18:54:21.449 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48232026-05-11T18:54:22.505Z[ recovery-image] May 11 18:54:21.451 INFO O| May 11 18:54:21.451 INFO STEP 2 (remove_files) COMPLETE
48242026-05-11T18:54:22.506Z[ recovery-image] May 11 18:54:21.451 INFO O| May 11 18:54:21.451 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48252026-05-11T18:54:22.512Z[ recovery-image] May 11 18:54:21.460 INFO O| May 11 18:54:21.460 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48262026-05-11T18:54:22.545Z[ recovery-image] May 11 18:54:21.493 INFO O| May 11 18:54:21.493 INFO STEP 3 (remove_files) COMPLETE
48272026-05-11T18:54:22.545Z[ recovery-image] May 11 18:54:21.493 INFO O| May 11 18:54:21.493 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48282026-05-11T18:54:22.554Z[ recovery-image] May 11 18:54:21.502 INFO O| May 11 18:54:21.502 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48292026-05-11T18:54:22.569Z[ recovery-image] May 11 18:54:21.518 INFO O| May 11 18:54:21.518 INFO STEP 4 (remove_files) COMPLETE
48302026-05-11T18:54:22.569Z[ recovery-image] May 11 18:54:21.518 INFO O| May 11 18:54:21.518 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48312026-05-11T18:54:22.579Z[ recovery-image] May 11 18:54:21.527 INFO O| May 11 18:54:21.527 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48322026-05-11T18:54:22.582Z[ recovery-image] May 11 18:54:21.529 INFO O| May 11 18:54:21.529 INFO STEP 5 (remove_files) COMPLETE
48332026-05-11T18:54:22.582Z[ recovery-image] May 11 18:54:21.529 INFO O| May 11 18:54:21.529 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48342026-05-11T18:54:22.590Z[ recovery-image] May 11 18:54:21.538 INFO O| May 11 18:54:21.538 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48352026-05-11T18:54:22.593Z[ recovery-image] May 11 18:54:21.540 INFO O| May 11 18:54:21.539 INFO STEP 6 (remove_files) COMPLETE
48362026-05-11T18:54:22.593Z[ recovery-image] May 11 18:54:21.540 INFO O| May 11 18:54:21.539 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48372026-05-11T18:54:22.599Z[ recovery-image] May 11 18:54:21.548 INFO O| May 11 18:54:21.548 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48382026-05-11T18:54:22.602Z[ recovery-image] May 11 18:54:21.551 INFO O| May 11 18:54:21.551 INFO STEP 7 (remove_files) COMPLETE
48392026-05-11T18:54:22.602Z[ recovery-image] May 11 18:54:21.551 INFO O| May 11 18:54:21.551 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48402026-05-11T18:54:22.611Z[ recovery-image] May 11 18:54:21.559 INFO O| May 11 18:54:21.559 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48412026-05-11T18:54:22.611Z[ recovery-image] May 11 18:54:21.559 INFO O| May 11 18:54:21.559 INFO STEP 8 (remove_files) COMPLETE
48422026-05-11T18:54:22.611Z[ recovery-image] May 11 18:54:21.559 INFO O| May 11 18:54:21.559 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48432026-05-11T18:54:22.619Z[ recovery-image] May 11 18:54:21.567 INFO O| May 11 18:54:21.567 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48442026-05-11T18:54:22.627Z[ recovery-image] May 11 18:54:21.576 INFO O| May 11 18:54:21.575 INFO STEP 9 (remove_files) COMPLETE
48452026-05-11T18:54:22.627Z[ recovery-image] May 11 18:54:21.576 INFO O| May 11 18:54:21.576 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48462026-05-11T18:54:22.657Z[ recovery-image] May 11 18:54:21.604 INFO O| May 11 18:54:21.604 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48472026-05-11T18:54:23.150Z[ recovery-image] May 11 18:54:22.098 INFO O| May 11 18:54:22.098 INFO STEP 10 (remove_files) COMPLETE
48482026-05-11T18:54:23.150Z[ recovery-image] May 11 18:54:22.098 INFO O| May 11 18:54:22.098 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48492026-05-11T18:54:23.160Z[ recovery-image] May 11 18:54:22.108 INFO O| May 11 18:54:22.108 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48502026-05-11T18:54:23.163Z[ recovery-image] May 11 18:54:22.111 INFO O| May 11 18:54:22.111 INFO STEP 11 (remove_files) COMPLETE
48512026-05-11T18:54:23.163Z[ recovery-image] May 11 18:54:22.111 INFO O| May 11 18:54:22.111 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48522026-05-11T18:54:23.172Z[ recovery-image] May 11 18:54:22.121 INFO O| May 11 18:54:22.121 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48532026-05-11T18:54:23.175Z[ recovery-image] May 11 18:54:22.123 INFO O| May 11 18:54:22.123 INFO STEP 12 (remove_files) COMPLETE
48542026-05-11T18:54:23.175Z[ recovery-image] May 11 18:54:22.123 INFO O| May 11 18:54:22.123 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48552026-05-11T18:54:23.184Z[ recovery-image] May 11 18:54:22.132 INFO O| May 11 18:54:22.132 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48562026-05-11T18:54:23.187Z[ recovery-image] May 11 18:54:22.133 INFO O| May 11 18:54:22.133 INFO STEP 13 (remove_files) COMPLETE
48572026-05-11T18:54:23.187Z[ recovery-image] May 11 18:54:22.133 INFO O| May 11 18:54:22.133 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48582026-05-11T18:54:23.194Z[ recovery-image] May 11 18:54:22.142 INFO O| May 11 18:54:22.142 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48592026-05-11T18:54:23.198Z[ recovery-image] May 11 18:54:22.143 INFO O| May 11 18:54:22.143 INFO STEP 14 (remove_files) COMPLETE
48602026-05-11T18:54:23.198Z[ recovery-image] May 11 18:54:22.143 INFO O| May 11 18:54:22.143 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48612026-05-11T18:54:23.203Z[ recovery-image] May 11 18:54:22.151 INFO O| May 11 18:54:22.151 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48622026-05-11T18:54:23.209Z[ recovery-image] May 11 18:54:22.157 INFO O| May 11 18:54:22.157 INFO STEP 15 (remove_files) COMPLETE
48632026-05-11T18:54:23.209Z[ recovery-image] May 11 18:54:22.157 INFO O| May 11 18:54:22.157 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48642026-05-11T18:54:23.219Z[ recovery-image] May 11 18:54:22.168 INFO O| May 11 18:54:22.168 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48652026-05-11T18:54:23.219Z[ recovery-image] May 11 18:54:22.168 INFO O| May 11 18:54:22.168 INFO STEP 16 (remove_files) COMPLETE
48662026-05-11T18:54:23.222Z[ recovery-image] May 11 18:54:22.168 INFO O| May 11 18:54:22.168 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48672026-05-11T18:54:23.228Z[ recovery-image] May 11 18:54:22.177 INFO O| May 11 18:54:22.177 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48682026-05-11T18:54:23.231Z[ recovery-image] May 11 18:54:22.177 INFO O| May 11 18:54:22.177 INFO STEP 17 (remove_files) COMPLETE
48692026-05-11T18:54:23.231Z[ recovery-image] May 11 18:54:22.177 INFO O| May 11 18:54:22.177 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48702026-05-11T18:54:23.237Z[ recovery-image] May 11 18:54:22.186 INFO O| May 11 18:54:22.185 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48712026-05-11T18:54:23.314Z[ recovery-image] May 11 18:54:22.263 INFO O| May 11 18:54:22.263 INFO STEP 18 (remove_files) COMPLETE
48722026-05-11T18:54:23.315Z[ recovery-image] May 11 18:54:22.263 INFO O| May 11 18:54:22.263 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48732026-05-11T18:54:23.325Z[ recovery-image] May 11 18:54:22.273 INFO O| May 11 18:54:22.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48742026-05-11T18:54:23.365Z[ recovery-image] May 11 18:54:22.313 INFO O| May 11 18:54:22.313 INFO STEP 19 (remove_files) COMPLETE
48752026-05-11T18:54:23.365Z[ recovery-image] May 11 18:54:22.313 INFO O| May 11 18:54:22.313 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48762026-05-11T18:54:23.376Z[ recovery-image] May 11 18:54:22.323 INFO O| May 11 18:54:22.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48772026-05-11T18:54:23.401Z[ recovery-image] May 11 18:54:22.349 INFO O| May 11 18:54:22.349 INFO STEP 20 (remove_files) COMPLETE
48782026-05-11T18:54:23.401Z[ recovery-image] May 11 18:54:22.349 INFO O| May 11 18:54:22.349 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48792026-05-11T18:54:23.411Z[ recovery-image] May 11 18:54:22.359 INFO O| May 11 18:54:22.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
48802026-05-11T18:54:23.415Z[ recovery-image] May 11 18:54:22.364 INFO O| May 11 18:54:22.364 INFO STEP 21 (remove_files) COMPLETE
48812026-05-11T18:54:23.415Z[ recovery-image] May 11 18:54:22.364 INFO O| May 11 18:54:22.364 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48822026-05-11T18:54:23.446Z[ recovery-image] May 11 18:54:22.394 INFO O| May 11 18:54:22.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
48832026-05-11T18:54:23.446Z[ recovery-image] May 11 18:54:22.394 INFO O| May 11 18:54:22.394 INFO STEP 22 (remove_files) COMPLETE
48842026-05-11T18:54:23.446Z[ recovery-image] May 11 18:54:22.394 INFO O| May 11 18:54:22.394 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48852026-05-11T18:54:23.454Z[ recovery-image] May 11 18:54:22.402 INFO O| May 11 18:54:22.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48862026-05-11T18:54:23.477Z[ recovery-image] May 11 18:54:22.426 INFO O| May 11 18:54:22.426 INFO STEP 23 (remove_files) COMPLETE
48872026-05-11T18:54:23.477Z[ recovery-image] May 11 18:54:22.426 INFO O| May 11 18:54:22.426 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48882026-05-11T18:54:23.487Z[ recovery-image] May 11 18:54:22.435 INFO O| May 11 18:54:22.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
48892026-05-11T18:54:23.487Z[ recovery-image] May 11 18:54:22.435 INFO O| May 11 18:54:22.435 INFO STEP 24 (remove_files) COMPLETE
48902026-05-11T18:54:23.487Z[ recovery-image] May 11 18:54:22.435 INFO O| May 11 18:54:22.435 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48912026-05-11T18:54:23.494Z[ recovery-image] May 11 18:54:22.443 INFO O| May 11 18:54:22.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
48922026-05-11T18:54:23.494Z[ recovery-image] May 11 18:54:22.443 INFO O| May 11 18:54:22.443 INFO STEP 25 (remove_files) COMPLETE
48932026-05-11T18:54:23.497Z[ recovery-image] May 11 18:54:22.443 INFO O| May 11 18:54:22.443 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48942026-05-11T18:54:23.503Z[ recovery-image] May 11 18:54:22.451 INFO O| May 11 18:54:22.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
48952026-05-11T18:54:23.503Z[ recovery-image] May 11 18:54:22.451 INFO O| May 11 18:54:22.451 INFO STEP 26 (remove_files) COMPLETE
48962026-05-11T18:54:23.506Z[ recovery-image] May 11 18:54:22.451 INFO O| May 11 18:54:22.451 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48972026-05-11T18:54:23.512Z[ recovery-image] May 11 18:54:22.460 INFO O| May 11 18:54:22.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
48982026-05-11T18:54:23.512Z[ recovery-image] May 11 18:54:22.460 INFO O| May 11 18:54:22.460 INFO STEP 27 (remove_files) COMPLETE
48992026-05-11T18:54:23.512Z[ recovery-image] May 11 18:54:22.460 INFO O| May 11 18:54:22.460 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49002026-05-11T18:54:23.521Z[ recovery-image] May 11 18:54:22.469 INFO O| May 11 18:54:22.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
49012026-05-11T18:54:23.521Z[ recovery-image] May 11 18:54:22.469 INFO O| May 11 18:54:22.469 INFO STEP 28 (remove_files) COMPLETE
49022026-05-11T18:54:23.521Z[ recovery-image] May 11 18:54:22.469 INFO O| May 11 18:54:22.469 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49032026-05-11T18:54:23.529Z[ recovery-image] May 11 18:54:22.477 INFO O| May 11 18:54:22.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
49042026-05-11T18:54:23.529Z[ recovery-image] May 11 18:54:22.477 INFO O| May 11 18:54:22.477 INFO STEP 29 (remove_files) COMPLETE
49052026-05-11T18:54:23.529Z[ recovery-image] May 11 18:54:22.477 INFO O| May 11 18:54:22.477 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49062026-05-11T18:54:23.537Z[ recovery-image] May 11 18:54:22.485 INFO O| May 11 18:54:22.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
49072026-05-11T18:54:23.559Z[ recovery-image] May 11 18:54:22.507 INFO O| May 11 18:54:22.507 INFO STEP 30 (remove_files) COMPLETE
49082026-05-11T18:54:23.559Z[ recovery-image] May 11 18:54:22.507 INFO O| May 11 18:54:22.507 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49092026-05-11T18:54:23.567Z[ recovery-image] May 11 18:54:22.516 INFO O| May 11 18:54:22.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
49102026-05-11T18:54:23.567Z[ recovery-image] May 11 18:54:22.516 INFO O| May 11 18:54:22.516 INFO STEP 31 (remove_files) COMPLETE
49112026-05-11T18:54:23.570Z[ recovery-image] May 11 18:54:22.516 INFO O| May 11 18:54:22.516 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49122026-05-11T18:54:23.575Z[ recovery-image] May 11 18:54:22.523 INFO O| May 11 18:54:22.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
49132026-05-11T18:54:23.575Z[ recovery-image] May 11 18:54:22.523 INFO O| May 11 18:54:22.523 INFO STEP 32 (remove_files) COMPLETE
49142026-05-11T18:54:23.578Z[ recovery-image] May 11 18:54:22.523 INFO O| May 11 18:54:22.523 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49152026-05-11T18:54:23.582Z[ recovery-image] May 11 18:54:22.531 INFO O| May 11 18:54:22.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49162026-05-11T18:54:23.603Z[ recovery-image] May 11 18:54:22.552 INFO O| May 11 18:54:22.552 INFO STEP 33 (remove_files) COMPLETE
49172026-05-11T18:54:23.604Z[ recovery-image] May 11 18:54:22.552 INFO O| May 11 18:54:22.552 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49182026-05-11T18:54:23.613Z[ recovery-image] May 11 18:54:22.562 INFO O| May 11 18:54:22.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49192026-05-11T18:54:23.614Z[ recovery-image] May 11 18:54:22.562 INFO O| May 11 18:54:22.562 INFO STEP 34 (remove_files) COMPLETE
49202026-05-11T18:54:23.617Z[ recovery-image] May 11 18:54:22.562 INFO O| May 11 18:54:22.562 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49212026-05-11T18:54:23.622Z[ recovery-image] May 11 18:54:22.570 INFO O| May 11 18:54:22.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49222026-05-11T18:54:23.622Z[ recovery-image] May 11 18:54:22.570 INFO O| May 11 18:54:22.570 INFO STEP 35 (remove_files) COMPLETE
49232026-05-11T18:54:23.622Z[ recovery-image] May 11 18:54:22.570 INFO O| May 11 18:54:22.570 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49242026-05-11T18:54:23.629Z[ recovery-image] May 11 18:54:22.578 INFO O| May 11 18:54:22.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49252026-05-11T18:54:23.629Z[ recovery-image] May 11 18:54:22.578 INFO O| May 11 18:54:22.578 INFO STEP 36 (remove_files) COMPLETE
49262026-05-11T18:54:23.632Z[ recovery-image] May 11 18:54:22.578 INFO O| May 11 18:54:22.578 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49272026-05-11T18:54:23.637Z[ recovery-image] May 11 18:54:22.585 INFO O| May 11 18:54:22.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49282026-05-11T18:54:23.637Z[ recovery-image] May 11 18:54:22.585 INFO O| May 11 18:54:22.585 INFO STEP 37 (remove_files) COMPLETE
49292026-05-11T18:54:23.643Z[ recovery-image] May 11 18:54:22.585 INFO O| May 11 18:54:22.585 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49302026-05-11T18:54:23.646Z[ recovery-image] May 11 18:54:22.592 INFO O| May 11 18:54:22.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49312026-05-11T18:54:23.646Z[ recovery-image] May 11 18:54:22.592 INFO O| May 11 18:54:22.592 INFO STEP 38 (remove_files) COMPLETE
49322026-05-11T18:54:23.646Z[ recovery-image] May 11 18:54:22.592 INFO O| May 11 18:54:22.592 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49332026-05-11T18:54:23.651Z[ recovery-image] May 11 18:54:22.599 INFO O| May 11 18:54:22.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49342026-05-11T18:54:23.651Z[ recovery-image] May 11 18:54:22.599 INFO O| May 11 18:54:22.599 INFO STEP 39 (remove_files) COMPLETE
49352026-05-11T18:54:23.655Z[ recovery-image] May 11 18:54:22.599 INFO O| May 11 18:54:22.599 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49362026-05-11T18:54:23.658Z[ recovery-image] May 11 18:54:22.606 INFO O| May 11 18:54:22.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49372026-05-11T18:54:23.658Z[ recovery-image] May 11 18:54:22.606 INFO O| May 11 18:54:22.606 INFO STEP 40 (remove_files) COMPLETE
49382026-05-11T18:54:23.658Z[ recovery-image] May 11 18:54:22.606 INFO O| May 11 18:54:22.606 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49392026-05-11T18:54:23.665Z[ recovery-image] May 11 18:54:22.613 INFO O| May 11 18:54:22.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49402026-05-11T18:54:23.665Z[ recovery-image] May 11 18:54:22.613 INFO O| May 11 18:54:22.613 INFO STEP 41 (remove_files) COMPLETE
49412026-05-11T18:54:23.670Z[ recovery-image] May 11 18:54:22.613 INFO O| May 11 18:54:22.613 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49422026-05-11T18:54:23.673Z[ recovery-image] May 11 18:54:22.620 INFO O| May 11 18:54:22.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49432026-05-11T18:54:23.673Z[ recovery-image] May 11 18:54:22.620 INFO O| May 11 18:54:22.620 INFO STEP 42 (remove_files) COMPLETE
49442026-05-11T18:54:23.673Z[ recovery-image] May 11 18:54:22.620 INFO O| May 11 18:54:22.620 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49452026-05-11T18:54:23.679Z[ recovery-image] May 11 18:54:22.627 INFO O| May 11 18:54:22.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49462026-05-11T18:54:23.679Z[ recovery-image] May 11 18:54:22.627 INFO O| May 11 18:54:22.627 INFO STEP 43 (remove_files) COMPLETE
49472026-05-11T18:54:23.682Z[ recovery-image] May 11 18:54:22.627 INFO O| May 11 18:54:22.627 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49482026-05-11T18:54:23.686Z[ recovery-image] May 11 18:54:22.634 INFO O| May 11 18:54:22.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49492026-05-11T18:54:23.686Z[ recovery-image] May 11 18:54:22.634 INFO O| May 11 18:54:22.634 INFO STEP 44 (remove_files) COMPLETE
49502026-05-11T18:54:23.689Z[ recovery-image] May 11 18:54:22.634 INFO O| May 11 18:54:22.634 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49512026-05-11T18:54:23.693Z[ recovery-image] May 11 18:54:22.642 INFO O| May 11 18:54:22.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49522026-05-11T18:54:23.693Z[ recovery-image] May 11 18:54:22.642 INFO O| May 11 18:54:22.642 INFO STEP 45 (remove_files) COMPLETE
49532026-05-11T18:54:23.693Z[ recovery-image] May 11 18:54:22.642 INFO O| May 11 18:54:22.642 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49542026-05-11T18:54:23.700Z[ recovery-image] May 11 18:54:22.649 INFO O| May 11 18:54:22.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49552026-05-11T18:54:23.701Z[ recovery-image] May 11 18:54:22.649 INFO O| May 11 18:54:22.649 INFO STEP 46 (remove_files) COMPLETE
49562026-05-11T18:54:23.704Z[ recovery-image] May 11 18:54:22.649 INFO O| May 11 18:54:22.649 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49572026-05-11T18:54:23.708Z[ recovery-image] May 11 18:54:22.656 INFO O| May 11 18:54:22.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49582026-05-11T18:54:23.708Z[ recovery-image] May 11 18:54:22.656 INFO O| May 11 18:54:22.656 INFO STEP 47 (remove_files) COMPLETE
49592026-05-11T18:54:23.711Z[ recovery-image] May 11 18:54:22.656 INFO O| May 11 18:54:22.656 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49602026-05-11T18:54:23.715Z[ recovery-image] May 11 18:54:22.663 INFO O| May 11 18:54:22.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49612026-05-11T18:54:23.715Z[ recovery-image] May 11 18:54:22.663 INFO O| May 11 18:54:22.663 INFO STEP 48 (remove_files) COMPLETE
49622026-05-11T18:54:23.719Z[ recovery-image] May 11 18:54:22.663 INFO O| May 11 18:54:22.663 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49632026-05-11T18:54:23.723Z[ recovery-image] May 11 18:54:22.671 INFO O| May 11 18:54:22.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49642026-05-11T18:54:23.745Z[ recovery-image] May 11 18:54:22.693 INFO O| May 11 18:54:22.693 INFO STEP 49 (remove_files) COMPLETE
49652026-05-11T18:54:23.745Z[ recovery-image] May 11 18:54:22.693 INFO O| May 11 18:54:22.693 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49662026-05-11T18:54:23.755Z[ recovery-image] May 11 18:54:22.703 INFO O| May 11 18:54:22.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49672026-05-11T18:54:23.755Z[ recovery-image] May 11 18:54:22.703 INFO O| May 11 18:54:22.703 INFO STEP 50 (remove_files) COMPLETE
49682026-05-11T18:54:23.762Z[ recovery-image] May 11 18:54:22.703 INFO O| May 11 18:54:22.703 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49692026-05-11T18:54:23.767Z[ recovery-image] May 11 18:54:22.712 INFO O| May 11 18:54:22.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49702026-05-11T18:54:23.767Z[ recovery-image] May 11 18:54:22.712 INFO O| May 11 18:54:22.712 INFO STEP 51 (remove_files) COMPLETE
49712026-05-11T18:54:23.767Z[ recovery-image] May 11 18:54:22.712 INFO O| May 11 18:54:22.712 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49722026-05-11T18:54:23.772Z[ recovery-image] May 11 18:54:22.720 INFO O| May 11 18:54:22.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49732026-05-11T18:54:23.794Z[ recovery-image] May 11 18:54:22.743 INFO O| May 11 18:54:22.743 INFO STEP 52 (remove_files) COMPLETE
49742026-05-11T18:54:23.794Z[ recovery-image] May 11 18:54:22.743 INFO O| May 11 18:54:22.743 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49752026-05-11T18:54:23.804Z[ recovery-image] May 11 18:54:22.753 INFO O| May 11 18:54:22.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49762026-05-11T18:54:23.809Z[ recovery-image] May 11 18:54:22.757 INFO O| May 11 18:54:22.757 INFO STEP 53 (remove_files) COMPLETE
49772026-05-11T18:54:23.809Z[ recovery-image] May 11 18:54:22.757 INFO O| May 11 18:54:22.757 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49782026-05-11T18:54:23.817Z[ recovery-image] May 11 18:54:22.766 INFO O| May 11 18:54:22.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
49792026-05-11T18:54:23.818Z[ recovery-image] May 11 18:54:22.766 INFO O| May 11 18:54:22.766 INFO STEP 54 (remove_files) COMPLETE
49802026-05-11T18:54:23.820Z[ recovery-image] May 11 18:54:22.766 INFO O| May 11 18:54:22.766 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49812026-05-11T18:54:23.825Z[ recovery-image] May 11 18:54:22.773 INFO O| May 11 18:54:22.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
49822026-05-11T18:54:23.825Z[ recovery-image] May 11 18:54:22.773 INFO O| May 11 18:54:22.773 INFO STEP 55 (remove_files) COMPLETE
49832026-05-11T18:54:23.827Z[ recovery-image] May 11 18:54:22.773 INFO O| May 11 18:54:22.773 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49842026-05-11T18:54:23.833Z[ recovery-image] May 11 18:54:22.781 INFO O| May 11 18:54:22.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
49852026-05-11T18:54:23.833Z[ recovery-image] May 11 18:54:22.781 INFO O| May 11 18:54:22.781 INFO STEP 56 (remove_files) COMPLETE
49862026-05-11T18:54:23.833Z[ recovery-image] May 11 18:54:22.781 INFO O| May 11 18:54:22.781 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49872026-05-11T18:54:23.841Z[ recovery-image] May 11 18:54:22.789 INFO O| May 11 18:54:22.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
49882026-05-11T18:54:23.841Z[ recovery-image] May 11 18:54:22.789 INFO O| May 11 18:54:22.789 INFO STEP 57 (remove_files) COMPLETE
49892026-05-11T18:54:23.844Z[ recovery-image] May 11 18:54:22.789 INFO O| May 11 18:54:22.789 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49902026-05-11T18:54:23.849Z[ recovery-image] May 11 18:54:22.797 INFO O| May 11 18:54:22.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
49912026-05-11T18:54:23.849Z[ recovery-image] May 11 18:54:22.797 INFO O| May 11 18:54:22.797 INFO STEP 58 (remove_files) COMPLETE
49922026-05-11T18:54:23.852Z[ recovery-image] May 11 18:54:22.797 INFO O| May 11 18:54:22.797 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49932026-05-11T18:54:23.857Z[ recovery-image] May 11 18:54:22.805 INFO O| May 11 18:54:22.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
49942026-05-11T18:54:23.857Z[ recovery-image] May 11 18:54:22.805 INFO O| May 11 18:54:22.805 INFO STEP 59 (remove_files) COMPLETE
49952026-05-11T18:54:23.859Z[ recovery-image] May 11 18:54:22.805 INFO O| May 11 18:54:22.805 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49962026-05-11T18:54:23.864Z[ recovery-image] May 11 18:54:22.813 INFO O| May 11 18:54:22.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
49972026-05-11T18:54:23.864Z[ recovery-image] May 11 18:54:22.813 INFO O| May 11 18:54:22.813 INFO STEP 60 (remove_files) COMPLETE
49982026-05-11T18:54:23.867Z[ recovery-image] May 11 18:54:22.813 INFO O| May 11 18:54:22.813 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49992026-05-11T18:54:23.872Z[ recovery-image] May 11 18:54:22.820 INFO O| May 11 18:54:22.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
50002026-05-11T18:54:23.872Z[ recovery-image] May 11 18:54:22.820 INFO O| May 11 18:54:22.820 INFO STEP 61 (remove_files) COMPLETE
50012026-05-11T18:54:23.875Z[ recovery-image] May 11 18:54:22.820 INFO O| May 11 18:54:22.820 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50022026-05-11T18:54:23.879Z[ recovery-image] May 11 18:54:22.828 INFO O| May 11 18:54:22.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
50032026-05-11T18:54:23.879Z[ recovery-image] May 11 18:54:22.828 INFO O| May 11 18:54:22.828 INFO STEP 62 (remove_files) COMPLETE
50042026-05-11T18:54:23.882Z[ recovery-image] May 11 18:54:22.828 INFO O| May 11 18:54:22.828 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50052026-05-11T18:54:23.887Z[ recovery-image] May 11 18:54:22.835 INFO O| May 11 18:54:22.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
50062026-05-11T18:54:23.887Z[ recovery-image] May 11 18:54:22.835 INFO O| May 11 18:54:22.835 INFO STEP 63 (remove_files) COMPLETE
50072026-05-11T18:54:23.890Z[ recovery-image] May 11 18:54:22.835 INFO O| May 11 18:54:22.835 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50082026-05-11T18:54:23.907Z[ recovery-image] May 11 18:54:22.844 INFO O| May 11 18:54:22.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50092026-05-11T18:54:23.907Z[ recovery-image] May 11 18:54:22.844 INFO O| May 11 18:54:22.844 INFO STEP 64 (remove_files) COMPLETE
50102026-05-11T18:54:23.907Z[ recovery-image] May 11 18:54:22.844 INFO O| May 11 18:54:22.844 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50112026-05-11T18:54:23.907Z[ recovery-image] May 11 18:54:22.853 INFO O| May 11 18:54:22.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50122026-05-11T18:54:23.907Z[ recovery-image] May 11 18:54:22.853 INFO O| May 11 18:54:22.853 INFO STEP 65 (remove_files) COMPLETE
50132026-05-11T18:54:23.907Z[ recovery-image] May 11 18:54:22.853 INFO O| May 11 18:54:22.853 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50142026-05-11T18:54:23.913Z[ recovery-image] May 11 18:54:22.861 INFO O| May 11 18:54:22.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50152026-05-11T18:54:23.913Z[ recovery-image] May 11 18:54:22.861 INFO O| May 11 18:54:22.861 INFO STEP 66 (remove_files) COMPLETE
50162026-05-11T18:54:23.916Z[ recovery-image] May 11 18:54:22.861 INFO O| May 11 18:54:22.861 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50172026-05-11T18:54:23.921Z[ recovery-image] May 11 18:54:22.869 INFO O| May 11 18:54:22.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50182026-05-11T18:54:23.924Z[ recovery-image] May 11 18:54:22.869 INFO O| May 11 18:54:22.869 INFO STEP 67 (remove_files) COMPLETE
50192026-05-11T18:54:23.924Z[ recovery-image] May 11 18:54:22.869 INFO O| May 11 18:54:22.869 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50202026-05-11T18:54:23.929Z[ recovery-image] May 11 18:54:22.877 INFO O| May 11 18:54:22.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50212026-05-11T18:54:23.929Z[ recovery-image] May 11 18:54:22.877 INFO O| May 11 18:54:22.877 INFO STEP 68 (remove_files) COMPLETE
50222026-05-11T18:54:23.932Z[ recovery-image] May 11 18:54:22.877 INFO O| May 11 18:54:22.877 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50232026-05-11T18:54:23.937Z[ recovery-image] May 11 18:54:22.885 INFO O| May 11 18:54:22.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50242026-05-11T18:54:23.937Z[ recovery-image] May 11 18:54:22.885 INFO O| May 11 18:54:22.885 INFO STEP 69 (remove_files) COMPLETE
50252026-05-11T18:54:23.940Z[ recovery-image] May 11 18:54:22.885 INFO O| May 11 18:54:22.885 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50262026-05-11T18:54:23.945Z[ recovery-image] May 11 18:54:22.893 INFO O| May 11 18:54:22.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50272026-05-11T18:54:23.945Z[ recovery-image] May 11 18:54:22.894 INFO O| May 11 18:54:22.894 INFO STEP 70 (remove_files) COMPLETE
50282026-05-11T18:54:23.945Z[ recovery-image] May 11 18:54:22.894 INFO O| May 11 18:54:22.894 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50292026-05-11T18:54:23.961Z[ recovery-image] May 11 18:54:22.901 INFO O| May 11 18:54:22.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50302026-05-11T18:54:23.961Z[ recovery-image] May 11 18:54:22.901 INFO O| May 11 18:54:22.901 INFO STEP 71 (remove_files) COMPLETE
50312026-05-11T18:54:23.961Z[ recovery-image] May 11 18:54:22.901 INFO O| May 11 18:54:22.901 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50322026-05-11T18:54:23.961Z[ recovery-image] May 11 18:54:22.909 INFO O| May 11 18:54:22.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50332026-05-11T18:54:23.961Z[ recovery-image] May 11 18:54:22.909 INFO O| May 11 18:54:22.909 INFO STEP 72 (remove_files) COMPLETE
50342026-05-11T18:54:23.961Z[ recovery-image] May 11 18:54:22.909 INFO O| May 11 18:54:22.909 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50352026-05-11T18:54:23.967Z[ recovery-image] May 11 18:54:22.916 INFO O| May 11 18:54:22.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50362026-05-11T18:54:23.967Z[ recovery-image] May 11 18:54:22.916 INFO O| May 11 18:54:22.916 INFO STEP 73 (remove_files) COMPLETE
50372026-05-11T18:54:23.970Z[ recovery-image] May 11 18:54:22.916 INFO O| May 11 18:54:22.916 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50382026-05-11T18:54:23.974Z[ recovery-image] May 11 18:54:22.923 INFO O| May 11 18:54:22.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50392026-05-11T18:54:23.977Z[ recovery-image] May 11 18:54:22.923 INFO O| May 11 18:54:22.923 INFO STEP 74 (remove_files) COMPLETE
50402026-05-11T18:54:23.977Z[ recovery-image] May 11 18:54:22.923 INFO O| May 11 18:54:22.923 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50412026-05-11T18:54:23.983Z[ recovery-image] May 11 18:54:22.930 INFO O| May 11 18:54:22.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50422026-05-11T18:54:23.983Z[ recovery-image] May 11 18:54:22.930 INFO O| May 11 18:54:22.930 INFO STEP 75 (remove_files) COMPLETE
50432026-05-11T18:54:23.986Z[ recovery-image] May 11 18:54:22.930 INFO O| May 11 18:54:22.930 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50442026-05-11T18:54:23.989Z[ recovery-image] May 11 18:54:22.938 INFO O| May 11 18:54:22.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50452026-05-11T18:54:23.989Z[ recovery-image] May 11 18:54:22.938 INFO O| May 11 18:54:22.938 INFO STEP 76 (remove_files) COMPLETE
50462026-05-11T18:54:23.989Z[ recovery-image] May 11 18:54:22.938 INFO O| May 11 18:54:22.938 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50472026-05-11T18:54:23.997Z[ recovery-image] May 11 18:54:22.946 INFO O| May 11 18:54:22.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50482026-05-11T18:54:23.997Z[ recovery-image] May 11 18:54:22.946 INFO O| May 11 18:54:22.946 INFO STEP 77 (remove_files) COMPLETE
50492026-05-11T18:54:23.997Z[ recovery-image] May 11 18:54:22.946 INFO O| May 11 18:54:22.946 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50502026-05-11T18:54:24.005Z[ recovery-image] May 11 18:54:22.953 INFO O| May 11 18:54:22.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50512026-05-11T18:54:24.005Z[ recovery-image] May 11 18:54:22.953 INFO O| May 11 18:54:22.953 INFO STEP 78 (remove_files) COMPLETE
50522026-05-11T18:54:24.009Z[ recovery-image] May 11 18:54:22.953 INFO O| May 11 18:54:22.953 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50532026-05-11T18:54:24.012Z[ recovery-image] May 11 18:54:22.961 INFO O| May 11 18:54:22.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50542026-05-11T18:54:24.012Z[ recovery-image] May 11 18:54:22.961 INFO O| May 11 18:54:22.961 INFO STEP 79 (remove_files) COMPLETE
50552026-05-11T18:54:24.012Z[ recovery-image] May 11 18:54:22.961 INFO O| May 11 18:54:22.961 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50562026-05-11T18:54:24.019Z[ recovery-image] May 11 18:54:22.968 INFO O| May 11 18:54:22.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50572026-05-11T18:54:24.019Z[ recovery-image] May 11 18:54:22.968 INFO O| May 11 18:54:22.968 INFO STEP 80 (remove_files) COMPLETE
50582026-05-11T18:54:24.019Z[ recovery-image] May 11 18:54:22.968 INFO O| May 11 18:54:22.968 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50592026-05-11T18:54:24.026Z[ recovery-image] May 11 18:54:22.975 INFO O| May 11 18:54:22.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50602026-05-11T18:54:24.038Z[ recovery-image] May 11 18:54:22.987 INFO O| May 11 18:54:22.987 INFO STEP 81 (remove_files) COMPLETE
50612026-05-11T18:54:24.038Z[ recovery-image] May 11 18:54:22.987 INFO O| May 11 18:54:22.987 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50622026-05-11T18:54:24.048Z[ recovery-image] May 11 18:54:22.996 INFO O| May 11 18:54:22.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50632026-05-11T18:54:24.048Z[ recovery-image] May 11 18:54:22.996 INFO O| May 11 18:54:22.996 INFO STEP 82 (remove_files) COMPLETE
50642026-05-11T18:54:24.048Z[ recovery-image] May 11 18:54:22.996 INFO O| May 11 18:54:22.996 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50652026-05-11T18:54:24.055Z[ recovery-image] May 11 18:54:23.004 INFO O| May 11 18:54:23.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50662026-05-11T18:54:24.055Z[ recovery-image] May 11 18:54:23.004 INFO O| May 11 18:54:23.004 INFO STEP 83 (remove_files) COMPLETE
50672026-05-11T18:54:24.055Z[ recovery-image] May 11 18:54:23.004 INFO O| May 11 18:54:23.004 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50682026-05-11T18:54:24.063Z[ recovery-image] May 11 18:54:23.010 INFO O| May 11 18:54:23.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50692026-05-11T18:54:24.066Z[ recovery-image] May 11 18:54:23.010 INFO O| May 11 18:54:23.010 INFO STEP 84 (remove_files) COMPLETE
50702026-05-11T18:54:24.066Z[ recovery-image] May 11 18:54:23.010 INFO O| May 11 18:54:23.010 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50712026-05-11T18:54:24.069Z[ recovery-image] May 11 18:54:23.017 INFO O| May 11 18:54:23.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50722026-05-11T18:54:24.069Z[ recovery-image] May 11 18:54:23.017 INFO O| May 11 18:54:23.017 INFO STEP 85 (remove_files) COMPLETE
50732026-05-11T18:54:24.069Z[ recovery-image] May 11 18:54:23.017 INFO O| May 11 18:54:23.017 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50742026-05-11T18:54:24.077Z[ recovery-image] May 11 18:54:23.025 INFO O| May 11 18:54:23.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
50752026-05-11T18:54:24.077Z[ recovery-image] May 11 18:54:23.025 INFO O| May 11 18:54:23.025 INFO STEP 86 (remove_files) COMPLETE
50762026-05-11T18:54:24.101Z[ recovery-image] May 11 18:54:23.025 INFO O| May 11 18:54:23.025 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50772026-05-11T18:54:24.104Z[ recovery-image] May 11 18:54:23.033 INFO O| May 11 18:54:23.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
50782026-05-11T18:54:24.104Z[ recovery-image] May 11 18:54:23.034 INFO O| May 11 18:54:23.034 INFO STEP 87 (remove_files) COMPLETE
50792026-05-11T18:54:24.104Z[ recovery-image] May 11 18:54:23.034 INFO O| May 11 18:54:23.034 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50802026-05-11T18:54:24.104Z[ recovery-image] May 11 18:54:23.041 INFO O| May 11 18:54:23.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
50812026-05-11T18:54:24.104Z[ recovery-image] May 11 18:54:23.041 INFO O| May 11 18:54:23.041 INFO STEP 88 (remove_files) COMPLETE
50822026-05-11T18:54:24.104Z[ recovery-image] May 11 18:54:23.041 INFO O| May 11 18:54:23.041 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50832026-05-11T18:54:24.104Z[ recovery-image] May 11 18:54:23.048 INFO O| May 11 18:54:23.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
50842026-05-11T18:54:24.105Z[ recovery-image] May 11 18:54:23.048 INFO O| May 11 18:54:23.048 INFO STEP 89 (remove_files) COMPLETE
50852026-05-11T18:54:24.105Z[ recovery-image] May 11 18:54:23.048 INFO O| May 11 18:54:23.048 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50862026-05-11T18:54:24.108Z[ recovery-image] May 11 18:54:23.056 INFO O| May 11 18:54:23.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
50872026-05-11T18:54:24.108Z[ recovery-image] May 11 18:54:23.056 INFO O| May 11 18:54:23.056 INFO STEP 90 (remove_files) COMPLETE
50882026-05-11T18:54:24.108Z[ recovery-image] May 11 18:54:23.056 INFO O| May 11 18:54:23.056 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50892026-05-11T18:54:24.115Z[ recovery-image] May 11 18:54:23.064 INFO O| May 11 18:54:23.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
50902026-05-11T18:54:24.115Z[ recovery-image] May 11 18:54:23.064 INFO O| May 11 18:54:23.064 INFO STEP 91 (remove_files) COMPLETE
50912026-05-11T18:54:24.115Z[ recovery-image] May 11 18:54:23.064 INFO O| May 11 18:54:23.064 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50922026-05-11T18:54:24.123Z[ recovery-image] May 11 18:54:23.071 INFO O| May 11 18:54:23.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
50932026-05-11T18:54:24.123Z[ recovery-image] May 11 18:54:23.071 INFO O| May 11 18:54:23.071 INFO STEP 92 (remove_files) COMPLETE
50942026-05-11T18:54:24.123Z[ recovery-image] May 11 18:54:23.071 INFO O| May 11 18:54:23.071 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50952026-05-11T18:54:24.130Z[ recovery-image] May 11 18:54:23.079 INFO O| May 11 18:54:23.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
50962026-05-11T18:54:24.133Z[ recovery-image] May 11 18:54:23.079 INFO O| May 11 18:54:23.079 INFO STEP 93 (remove_files) COMPLETE
50972026-05-11T18:54:24.133Z[ recovery-image] May 11 18:54:23.079 INFO O| May 11 18:54:23.079 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50982026-05-11T18:54:24.138Z[ recovery-image] May 11 18:54:23.086 INFO O| May 11 18:54:23.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
50992026-05-11T18:54:24.138Z[ recovery-image] May 11 18:54:23.086 INFO O| May 11 18:54:23.086 INFO STEP 94 (remove_files) COMPLETE
51002026-05-11T18:54:24.138Z[ recovery-image] May 11 18:54:23.086 INFO O| May 11 18:54:23.086 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51012026-05-11T18:54:24.145Z[ recovery-image] May 11 18:54:23.093 INFO O| May 11 18:54:23.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
51022026-05-11T18:54:24.148Z[ recovery-image] May 11 18:54:23.093 INFO O| May 11 18:54:23.093 INFO STEP 95 (remove_files) COMPLETE
51032026-05-11T18:54:24.148Z[ recovery-image] May 11 18:54:23.093 INFO O| May 11 18:54:23.093 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51042026-05-11T18:54:24.152Z[ recovery-image] May 11 18:54:23.101 INFO O| May 11 18:54:23.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
51052026-05-11T18:54:24.152Z[ recovery-image] May 11 18:54:23.101 INFO O| May 11 18:54:23.101 INFO STEP 96 (remove_files) COMPLETE
51062026-05-11T18:54:24.152Z[ recovery-image] May 11 18:54:23.101 INFO O| May 11 18:54:23.101 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51072026-05-11T18:54:24.160Z[ recovery-image] May 11 18:54:23.108 INFO O| May 11 18:54:23.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51082026-05-11T18:54:24.160Z[ recovery-image] May 11 18:54:23.108 INFO O| May 11 18:54:23.108 INFO STEP 97 (remove_files) COMPLETE
51092026-05-11T18:54:24.163Z[ recovery-image] May 11 18:54:23.108 INFO O| May 11 18:54:23.108 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51102026-05-11T18:54:24.167Z[ recovery-image] May 11 18:54:23.115 INFO O| May 11 18:54:23.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51112026-05-11T18:54:24.167Z[ recovery-image] May 11 18:54:23.115 INFO O| May 11 18:54:23.115 INFO STEP 98 (remove_files) COMPLETE
51122026-05-11T18:54:24.167Z[ recovery-image] May 11 18:54:23.115 INFO O| May 11 18:54:23.115 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51132026-05-11T18:54:24.175Z[ recovery-image] May 11 18:54:23.123 INFO O| May 11 18:54:23.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51142026-05-11T18:54:24.177Z[ recovery-image] May 11 18:54:23.124 INFO O| May 11 18:54:23.124 INFO STEP 99 (remove_files) COMPLETE
51152026-05-11T18:54:24.177Z[ recovery-image] May 11 18:54:23.124 INFO O| May 11 18:54:23.124 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51162026-05-11T18:54:24.183Z[ recovery-image] May 11 18:54:23.131 INFO O| May 11 18:54:23.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51172026-05-11T18:54:24.183Z[ recovery-image] May 11 18:54:23.131 INFO O| May 11 18:54:23.131 INFO STEP 100 (remove_files) COMPLETE
51182026-05-11T18:54:24.186Z[ recovery-image] May 11 18:54:23.131 INFO O| May 11 18:54:23.131 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51192026-05-11T18:54:24.191Z[ recovery-image] May 11 18:54:23.139 INFO O| May 11 18:54:23.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51202026-05-11T18:54:24.194Z[ recovery-image] May 11 18:54:23.139 INFO O| May 11 18:54:23.139 INFO STEP 101 (remove_files) COMPLETE
51212026-05-11T18:54:24.194Z[ recovery-image] May 11 18:54:23.139 INFO O| May 11 18:54:23.139 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51222026-05-11T18:54:24.198Z[ recovery-image] May 11 18:54:23.147 INFO O| May 11 18:54:23.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51232026-05-11T18:54:24.198Z[ recovery-image] May 11 18:54:23.147 INFO O| May 11 18:54:23.147 INFO STEP 102 (remove_files) COMPLETE
51242026-05-11T18:54:24.198Z[ recovery-image] May 11 18:54:23.147 INFO O| May 11 18:54:23.147 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51252026-05-11T18:54:24.207Z[ recovery-image] May 11 18:54:23.156 INFO O| May 11 18:54:23.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51262026-05-11T18:54:24.207Z[ recovery-image] May 11 18:54:23.156 INFO O| May 11 18:54:23.156 INFO STEP 103 (remove_files) COMPLETE
51272026-05-11T18:54:24.210Z[ recovery-image] May 11 18:54:23.156 INFO O| May 11 18:54:23.156 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51282026-05-11T18:54:24.216Z[ recovery-image] May 11 18:54:23.164 INFO O| May 11 18:54:23.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51292026-05-11T18:54:24.216Z[ recovery-image] May 11 18:54:23.164 INFO O| May 11 18:54:23.164 INFO STEP 104 (remove_files) COMPLETE
51302026-05-11T18:54:24.216Z[ recovery-image] May 11 18:54:23.164 INFO O| May 11 18:54:23.164 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51312026-05-11T18:54:24.224Z[ recovery-image] May 11 18:54:23.173 INFO O| May 11 18:54:23.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51322026-05-11T18:54:24.224Z[ recovery-image] May 11 18:54:23.173 INFO O| May 11 18:54:23.173 INFO STEP 105 (remove_files) COMPLETE
51332026-05-11T18:54:24.224Z[ recovery-image] May 11 18:54:23.173 INFO O| May 11 18:54:23.173 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51342026-05-11T18:54:24.235Z[ recovery-image] May 11 18:54:23.182 INFO O| May 11 18:54:23.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51352026-05-11T18:54:24.235Z[ recovery-image] May 11 18:54:23.182 INFO O| May 11 18:54:23.182 INFO STEP 106 (remove_files) COMPLETE
51362026-05-11T18:54:24.236Z[ recovery-image] May 11 18:54:23.182 INFO O| May 11 18:54:23.182 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51372026-05-11T18:54:24.244Z[ recovery-image] May 11 18:54:23.192 INFO O| May 11 18:54:23.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51382026-05-11T18:54:24.244Z[ recovery-image] May 11 18:54:23.192 INFO O| May 11 18:54:23.192 INFO STEP 107 (remove_files) COMPLETE
51392026-05-11T18:54:24.246Z[ recovery-image] May 11 18:54:23.192 INFO O| May 11 18:54:23.192 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51402026-05-11T18:54:24.252Z[ recovery-image] May 11 18:54:23.201 INFO O| May 11 18:54:23.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51412026-05-11T18:54:24.252Z[ recovery-image] May 11 18:54:23.201 INFO O| May 11 18:54:23.201 INFO STEP 108 (remove_files) COMPLETE
51422026-05-11T18:54:24.252Z[ recovery-image] May 11 18:54:23.201 INFO O| May 11 18:54:23.201 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51432026-05-11T18:54:24.262Z[ recovery-image] May 11 18:54:23.210 INFO O| May 11 18:54:23.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51442026-05-11T18:54:24.262Z[ recovery-image] May 11 18:54:23.210 INFO O| May 11 18:54:23.210 INFO STEP 109 (remove_files) COMPLETE
51452026-05-11T18:54:24.262Z[ recovery-image] May 11 18:54:23.210 INFO O| May 11 18:54:23.210 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51462026-05-11T18:54:24.271Z[ recovery-image] May 11 18:54:23.219 INFO O| May 11 18:54:23.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51472026-05-11T18:54:24.273Z[ recovery-image] May 11 18:54:23.219 INFO O| May 11 18:54:23.219 INFO STEP 110 (remove_files) COMPLETE
51482026-05-11T18:54:24.273Z[ recovery-image] May 11 18:54:23.219 INFO O| May 11 18:54:23.219 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51492026-05-11T18:54:24.281Z[ recovery-image] May 11 18:54:23.229 INFO O| May 11 18:54:23.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51502026-05-11T18:54:24.283Z[ recovery-image] May 11 18:54:23.229 INFO O| May 11 18:54:23.229 INFO STEP 111 (remove_files) COMPLETE
51512026-05-11T18:54:24.283Z[ recovery-image] May 11 18:54:23.229 INFO O| May 11 18:54:23.229 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51522026-05-11T18:54:24.291Z[ recovery-image] May 11 18:54:23.238 INFO O| May 11 18:54:23.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51532026-05-11T18:54:24.291Z[ recovery-image] May 11 18:54:23.238 INFO O| May 11 18:54:23.238 INFO STEP 112 (remove_files) COMPLETE
51542026-05-11T18:54:24.291Z[ recovery-image] May 11 18:54:23.238 INFO O| May 11 18:54:23.238 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51552026-05-11T18:54:24.299Z[ recovery-image] May 11 18:54:23.247 INFO O| May 11 18:54:23.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51562026-05-11T18:54:24.299Z[ recovery-image] May 11 18:54:23.248 INFO O| May 11 18:54:23.247 INFO STEP 113 (remove_files) COMPLETE
51572026-05-11T18:54:24.302Z[ recovery-image] May 11 18:54:23.248 INFO O| May 11 18:54:23.248 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51582026-05-11T18:54:24.307Z[ recovery-image] May 11 18:54:23.255 INFO O| May 11 18:54:23.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51592026-05-11T18:54:24.309Z[ recovery-image] May 11 18:54:23.255 INFO O| May 11 18:54:23.255 INFO STEP 114 (remove_files) COMPLETE
51602026-05-11T18:54:24.309Z[ recovery-image] May 11 18:54:23.255 INFO O| May 11 18:54:23.255 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51612026-05-11T18:54:24.315Z[ recovery-image] May 11 18:54:23.264 INFO O| May 11 18:54:23.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51622026-05-11T18:54:24.315Z[ recovery-image] May 11 18:54:23.264 INFO O| May 11 18:54:23.264 INFO STEP 115 (remove_files) COMPLETE
51632026-05-11T18:54:24.318Z[ recovery-image] May 11 18:54:23.264 INFO O| May 11 18:54:23.264 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51642026-05-11T18:54:24.323Z[ recovery-image] May 11 18:54:23.272 INFO O| May 11 18:54:23.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51652026-05-11T18:54:24.323Z[ recovery-image] May 11 18:54:23.272 INFO O| May 11 18:54:23.272 INFO STEP 116 (remove_files) COMPLETE
51662026-05-11T18:54:24.326Z[ recovery-image] May 11 18:54:23.272 INFO O| May 11 18:54:23.272 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51672026-05-11T18:54:24.332Z[ recovery-image] May 11 18:54:23.280 INFO O| May 11 18:54:23.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51682026-05-11T18:54:24.334Z[ recovery-image] May 11 18:54:23.281 INFO O| May 11 18:54:23.281 INFO STEP 117 (remove_files) COMPLETE
51692026-05-11T18:54:24.335Z[ recovery-image] May 11 18:54:23.281 INFO O| May 11 18:54:23.281 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51702026-05-11T18:54:24.340Z[ recovery-image] May 11 18:54:23.289 INFO O| May 11 18:54:23.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51712026-05-11T18:54:24.340Z[ recovery-image] May 11 18:54:23.289 INFO O| May 11 18:54:23.289 INFO STEP 118 (remove_files) COMPLETE
51722026-05-11T18:54:24.343Z[ recovery-image] May 11 18:54:23.289 INFO O| May 11 18:54:23.289 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51732026-05-11T18:54:24.348Z[ recovery-image] May 11 18:54:23.296 INFO O| May 11 18:54:23.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51742026-05-11T18:54:24.351Z[ recovery-image] May 11 18:54:23.296 INFO O| May 11 18:54:23.296 INFO STEP 119 (remove_files) COMPLETE
51752026-05-11T18:54:24.351Z[ recovery-image] May 11 18:54:23.296 INFO O| May 11 18:54:23.296 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51762026-05-11T18:54:24.356Z[ recovery-image] May 11 18:54:23.304 INFO O| May 11 18:54:23.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
51772026-05-11T18:54:24.356Z[ recovery-image] May 11 18:54:23.304 INFO O| May 11 18:54:23.304 INFO STEP 120 (remove_files) COMPLETE
51782026-05-11T18:54:24.358Z[ recovery-image] May 11 18:54:23.304 INFO O| May 11 18:54:23.304 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51792026-05-11T18:54:24.363Z[ recovery-image] May 11 18:54:23.312 INFO O| May 11 18:54:23.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
51802026-05-11T18:54:24.366Z[ recovery-image] May 11 18:54:23.312 INFO O| May 11 18:54:23.312 INFO STEP 121 (remove_files) COMPLETE
51812026-05-11T18:54:24.366Z[ recovery-image] May 11 18:54:23.312 INFO O| May 11 18:54:23.312 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51822026-05-11T18:54:24.371Z[ recovery-image] May 11 18:54:23.319 INFO O| May 11 18:54:23.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
51832026-05-11T18:54:24.371Z[ recovery-image] May 11 18:54:23.319 INFO O| May 11 18:54:23.319 INFO STEP 122 (remove_files) COMPLETE
51842026-05-11T18:54:24.373Z[ recovery-image] May 11 18:54:23.319 INFO O| May 11 18:54:23.319 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51852026-05-11T18:54:24.380Z[ recovery-image] May 11 18:54:23.328 INFO O| May 11 18:54:23.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
51862026-05-11T18:54:24.380Z[ recovery-image] May 11 18:54:23.328 INFO O| May 11 18:54:23.328 INFO STEP 123 (remove_files) COMPLETE
51872026-05-11T18:54:24.383Z[ recovery-image] May 11 18:54:23.328 INFO O| May 11 18:54:23.328 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51882026-05-11T18:54:24.388Z[ recovery-image] May 11 18:54:23.336 INFO O| May 11 18:54:23.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
51892026-05-11T18:54:24.390Z[ recovery-image] May 11 18:54:23.336 INFO O| May 11 18:54:23.336 INFO STEP 124 (remove_files) COMPLETE
51902026-05-11T18:54:24.390Z[ recovery-image] May 11 18:54:23.336 INFO O| May 11 18:54:23.336 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51912026-05-11T18:54:24.397Z[ recovery-image] May 11 18:54:23.346 INFO O| May 11 18:54:23.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
51922026-05-11T18:54:24.397Z[ recovery-image] May 11 18:54:23.346 INFO O| May 11 18:54:23.346 INFO STEP 125 (remove_files) COMPLETE
51932026-05-11T18:54:24.400Z[ recovery-image] May 11 18:54:23.346 INFO O| May 11 18:54:23.346 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51942026-05-11T18:54:24.405Z[ recovery-image] May 11 18:54:23.354 INFO O| May 11 18:54:23.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
51952026-05-11T18:54:24.405Z[ recovery-image] May 11 18:54:23.354 INFO O| May 11 18:54:23.354 INFO STEP 126 (remove_files) COMPLETE
51962026-05-11T18:54:24.408Z[ recovery-image] May 11 18:54:23.354 INFO O| May 11 18:54:23.354 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51972026-05-11T18:54:24.413Z[ recovery-image] May 11 18:54:23.362 INFO O| May 11 18:54:23.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
51982026-05-11T18:54:24.413Z[ recovery-image] May 11 18:54:23.362 INFO O| May 11 18:54:23.362 INFO STEP 127 (remove_files) COMPLETE
51992026-05-11T18:54:24.416Z[ recovery-image] May 11 18:54:23.362 INFO O| May 11 18:54:23.362 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52002026-05-11T18:54:24.422Z[ recovery-image] May 11 18:54:23.371 INFO O| May 11 18:54:23.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
52012026-05-11T18:54:24.423Z[ recovery-image] May 11 18:54:23.371 INFO O| May 11 18:54:23.371 INFO STEP 128 (remove_files) COMPLETE
52022026-05-11T18:54:24.425Z[ recovery-image] May 11 18:54:23.371 INFO O| May 11 18:54:23.371 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52032026-05-11T18:54:24.429Z[ recovery-image] May 11 18:54:23.378 INFO O| May 11 18:54:23.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
52042026-05-11T18:54:24.432Z[ recovery-image] May 11 18:54:23.378 INFO O| May 11 18:54:23.378 INFO STEP 129 (remove_files) COMPLETE
52052026-05-11T18:54:24.432Z[ recovery-image] May 11 18:54:23.378 INFO O| May 11 18:54:23.378 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52062026-05-11T18:54:24.436Z[ recovery-image] May 11 18:54:23.385 INFO O| May 11 18:54:23.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
52072026-05-11T18:54:24.439Z[ recovery-image] May 11 18:54:23.385 INFO O| May 11 18:54:23.385 INFO STEP 130 (remove_files) COMPLETE
52082026-05-11T18:54:24.439Z[ recovery-image] May 11 18:54:23.385 INFO O| May 11 18:54:23.385 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52092026-05-11T18:54:24.442Z[ recovery-image] May 11 18:54:23.391 INFO O| May 11 18:54:23.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52102026-05-11T18:54:24.445Z[ recovery-image] May 11 18:54:23.392 INFO O| May 11 18:54:23.392 INFO STEP 131 (remove_files) COMPLETE
52112026-05-11T18:54:24.445Z[ recovery-image] May 11 18:54:23.392 INFO O| May 11 18:54:23.392 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52122026-05-11T18:54:24.453Z[ recovery-image] May 11 18:54:23.402 INFO O| May 11 18:54:23.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52132026-05-11T18:54:24.454Z[ recovery-image] May 11 18:54:23.402 INFO O| May 11 18:54:23.402 INFO STEP 132 (remove_files) COMPLETE
52142026-05-11T18:54:24.456Z[ recovery-image] May 11 18:54:23.402 INFO O| May 11 18:54:23.402 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52152026-05-11T18:54:24.462Z[ recovery-image] May 11 18:54:23.411 INFO O| May 11 18:54:23.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52162026-05-11T18:54:24.462Z[ recovery-image] May 11 18:54:23.411 INFO O| May 11 18:54:23.411 INFO STEP 133 (remove_files) COMPLETE
52172026-05-11T18:54:24.462Z[ recovery-image] May 11 18:54:23.411 INFO O| May 11 18:54:23.411 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52182026-05-11T18:54:24.470Z[ recovery-image] May 11 18:54:23.419 INFO O| May 11 18:54:23.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52192026-05-11T18:54:24.471Z[ recovery-image] May 11 18:54:23.419 INFO O| May 11 18:54:23.419 INFO STEP 134 (remove_files) COMPLETE
52202026-05-11T18:54:24.473Z[ recovery-image] May 11 18:54:23.419 INFO O| May 11 18:54:23.419 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52212026-05-11T18:54:24.479Z[ recovery-image] May 11 18:54:23.427 INFO O| May 11 18:54:23.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52222026-05-11T18:54:24.479Z[ recovery-image] May 11 18:54:23.427 INFO O| May 11 18:54:23.427 INFO STEP 135 (remove_files) COMPLETE
52232026-05-11T18:54:24.479Z[ recovery-image] May 11 18:54:23.427 INFO O| May 11 18:54:23.427 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52242026-05-11T18:54:24.487Z[ recovery-image] May 11 18:54:23.435 INFO O| May 11 18:54:23.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52252026-05-11T18:54:24.487Z[ recovery-image] May 11 18:54:23.435 INFO O| May 11 18:54:23.435 INFO STEP 136 (remove_files) COMPLETE
52262026-05-11T18:54:24.490Z[ recovery-image] May 11 18:54:23.435 INFO O| May 11 18:54:23.435 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52272026-05-11T18:54:24.496Z[ recovery-image] May 11 18:54:23.444 INFO O| May 11 18:54:23.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52282026-05-11T18:54:24.498Z[ recovery-image] May 11 18:54:23.444 INFO O| May 11 18:54:23.444 INFO STEP 137 (remove_files) COMPLETE
52292026-05-11T18:54:24.498Z[ recovery-image] May 11 18:54:23.444 INFO O| May 11 18:54:23.444 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52302026-05-11T18:54:24.502Z[ recovery-image] May 11 18:54:23.451 INFO O| May 11 18:54:23.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52312026-05-11T18:54:24.502Z[ recovery-image] May 11 18:54:23.451 INFO O| May 11 18:54:23.451 INFO STEP 138 (remove_files) COMPLETE
52322026-05-11T18:54:24.505Z[ recovery-image] May 11 18:54:23.451 INFO O| May 11 18:54:23.451 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52332026-05-11T18:54:24.510Z[ recovery-image] May 11 18:54:23.459 INFO O| May 11 18:54:23.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52342026-05-11T18:54:24.510Z[ recovery-image] May 11 18:54:23.459 INFO O| May 11 18:54:23.459 INFO STEP 139 (remove_files) COMPLETE
52352026-05-11T18:54:24.513Z[ recovery-image] May 11 18:54:23.459 INFO O| May 11 18:54:23.459 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52362026-05-11T18:54:24.520Z[ recovery-image] May 11 18:54:23.468 INFO O| May 11 18:54:23.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52372026-05-11T18:54:24.520Z[ recovery-image] May 11 18:54:23.468 INFO O| May 11 18:54:23.468 INFO STEP 140 (remove_files) COMPLETE
52382026-05-11T18:54:24.523Z[ recovery-image] May 11 18:54:23.468 INFO O| May 11 18:54:23.468 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52392026-05-11T18:54:24.529Z[ recovery-image] May 11 18:54:23.477 INFO O| May 11 18:54:23.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52402026-05-11T18:54:24.529Z[ recovery-image] May 11 18:54:23.477 INFO O| May 11 18:54:23.477 INFO STEP 141 (remove_files) COMPLETE
52412026-05-11T18:54:24.529Z[ recovery-image] May 11 18:54:23.477 INFO O| May 11 18:54:23.477 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52422026-05-11T18:54:24.537Z[ recovery-image] May 11 18:54:23.485 INFO O| May 11 18:54:23.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52432026-05-11T18:54:24.537Z[ recovery-image] May 11 18:54:23.485 INFO O| May 11 18:54:23.485 INFO STEP 142 (remove_files) COMPLETE
52442026-05-11T18:54:24.540Z[ recovery-image] May 11 18:54:23.485 INFO O| May 11 18:54:23.485 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52452026-05-11T18:54:24.544Z[ recovery-image] May 11 18:54:23.493 INFO O| May 11 18:54:23.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52462026-05-11T18:54:24.548Z[ recovery-image] May 11 18:54:23.493 INFO O| May 11 18:54:23.493 INFO STEP 143 (remove_files) COMPLETE
52472026-05-11T18:54:24.548Z[ recovery-image] May 11 18:54:23.493 INFO O| May 11 18:54:23.493 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52482026-05-11T18:54:24.552Z[ recovery-image] May 11 18:54:23.500 INFO O| May 11 18:54:23.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52492026-05-11T18:54:24.552Z[ recovery-image] May 11 18:54:23.500 INFO O| May 11 18:54:23.500 INFO STEP 144 (remove_files) COMPLETE
52502026-05-11T18:54:24.552Z[ recovery-image] May 11 18:54:23.500 INFO O| May 11 18:54:23.500 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52512026-05-11T18:54:24.559Z[ recovery-image] May 11 18:54:23.507 INFO O| May 11 18:54:23.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52522026-05-11T18:54:24.559Z[ recovery-image] May 11 18:54:23.507 INFO O| May 11 18:54:23.507 INFO STEP 145 (remove_files) COMPLETE
52532026-05-11T18:54:24.562Z[ recovery-image] May 11 18:54:23.507 INFO O| May 11 18:54:23.507 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52542026-05-11T18:54:24.581Z[ recovery-image] May 11 18:54:23.517 INFO O| May 11 18:54:23.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52552026-05-11T18:54:24.581Z[ recovery-image] May 11 18:54:23.517 INFO O| May 11 18:54:23.517 INFO STEP 146 (remove_files) COMPLETE
52562026-05-11T18:54:24.581Z[ recovery-image] May 11 18:54:23.517 INFO O| May 11 18:54:23.517 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52572026-05-11T18:54:24.581Z[ recovery-image] May 11 18:54:23.526 INFO O| May 11 18:54:23.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52582026-05-11T18:54:24.581Z[ recovery-image] May 11 18:54:23.526 INFO O| May 11 18:54:23.526 INFO STEP 147 (remove_files) COMPLETE
52592026-05-11T18:54:24.581Z[ recovery-image] May 11 18:54:23.526 INFO O| May 11 18:54:23.526 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52602026-05-11T18:54:24.588Z[ recovery-image] May 11 18:54:23.534 INFO O| May 11 18:54:23.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52612026-05-11T18:54:24.589Z[ recovery-image] May 11 18:54:23.534 INFO O| May 11 18:54:23.534 INFO STEP 148 (remove_files) COMPLETE
52622026-05-11T18:54:24.594Z[ recovery-image] May 11 18:54:23.534 INFO O| May 11 18:54:23.534 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52632026-05-11T18:54:24.600Z[ recovery-image] May 11 18:54:23.542 INFO O| May 11 18:54:23.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52642026-05-11T18:54:24.600Z[ recovery-image] May 11 18:54:23.542 INFO O| May 11 18:54:23.542 INFO STEP 149 (remove_files) COMPLETE
52652026-05-11T18:54:24.600Z[ recovery-image] May 11 18:54:23.542 INFO O| May 11 18:54:23.542 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52662026-05-11T18:54:24.605Z[ recovery-image] May 11 18:54:23.550 INFO O| May 11 18:54:23.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52672026-05-11T18:54:24.605Z[ recovery-image] May 11 18:54:23.550 INFO O| May 11 18:54:23.550 INFO STEP 150 (remove_files) COMPLETE
52682026-05-11T18:54:24.605Z[ recovery-image] May 11 18:54:23.550 INFO O| May 11 18:54:23.550 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52692026-05-11T18:54:24.609Z[ recovery-image] May 11 18:54:23.557 INFO O| May 11 18:54:23.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52702026-05-11T18:54:24.609Z[ recovery-image] May 11 18:54:23.558 INFO O| May 11 18:54:23.558 INFO STEP 151 (remove_files) COMPLETE
52712026-05-11T18:54:24.609Z[ recovery-image] May 11 18:54:23.558 INFO O| May 11 18:54:23.558 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52722026-05-11T18:54:24.617Z[ recovery-image] May 11 18:54:23.566 INFO O| May 11 18:54:23.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
52732026-05-11T18:54:24.623Z[ recovery-image] May 11 18:54:23.566 INFO O| May 11 18:54:23.566 INFO STEP 152 (remove_files) COMPLETE
52742026-05-11T18:54:24.623Z[ recovery-image] May 11 18:54:23.566 INFO O| May 11 18:54:23.566 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52752026-05-11T18:54:24.627Z[ recovery-image] May 11 18:54:23.573 INFO O| May 11 18:54:23.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
52762026-05-11T18:54:24.627Z[ recovery-image] May 11 18:54:23.573 INFO O| May 11 18:54:23.573 INFO STEP 153 (remove_files) COMPLETE
52772026-05-11T18:54:24.627Z[ recovery-image] May 11 18:54:23.573 INFO O| May 11 18:54:23.573 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52782026-05-11T18:54:24.634Z[ recovery-image] May 11 18:54:23.581 INFO O| May 11 18:54:23.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
52792026-05-11T18:54:24.634Z[ recovery-image] May 11 18:54:23.581 INFO O| May 11 18:54:23.581 INFO STEP 154 (remove_files) COMPLETE
52802026-05-11T18:54:24.637Z[ recovery-image] May 11 18:54:23.581 INFO O| May 11 18:54:23.581 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52812026-05-11T18:54:24.641Z[ recovery-image] May 11 18:54:23.589 INFO O| May 11 18:54:23.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
52822026-05-11T18:54:24.641Z[ recovery-image] May 11 18:54:23.589 INFO O| May 11 18:54:23.589 INFO STEP 155 (remove_files) COMPLETE
52832026-05-11T18:54:24.645Z[ recovery-image] May 11 18:54:23.589 INFO O| May 11 18:54:23.589 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52842026-05-11T18:54:24.648Z[ recovery-image] May 11 18:54:23.596 INFO O| May 11 18:54:23.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
52852026-05-11T18:54:24.648Z[ recovery-image] May 11 18:54:23.596 INFO O| May 11 18:54:23.596 INFO STEP 156 (remove_files) COMPLETE
52862026-05-11T18:54:24.648Z[ recovery-image] May 11 18:54:23.596 INFO O| May 11 18:54:23.596 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52872026-05-11T18:54:24.655Z[ recovery-image] May 11 18:54:23.603 INFO O| May 11 18:54:23.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
52882026-05-11T18:54:24.655Z[ recovery-image] May 11 18:54:23.604 INFO O| May 11 18:54:23.603 INFO STEP 157 (remove_files) COMPLETE
52892026-05-11T18:54:24.663Z[ recovery-image] May 11 18:54:23.604 INFO O| May 11 18:54:23.603 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52902026-05-11T18:54:24.666Z[ recovery-image] May 11 18:54:23.610 INFO O| May 11 18:54:23.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
52912026-05-11T18:54:24.666Z[ recovery-image] May 11 18:54:23.610 INFO O| May 11 18:54:23.610 INFO STEP 158 (remove_files) COMPLETE
52922026-05-11T18:54:24.666Z[ recovery-image] May 11 18:54:23.610 INFO O| May 11 18:54:23.610 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52932026-05-11T18:54:24.670Z[ recovery-image] May 11 18:54:23.618 INFO O| May 11 18:54:23.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
52942026-05-11T18:54:24.670Z[ recovery-image] May 11 18:54:23.618 INFO O| May 11 18:54:23.618 INFO STEP 159 (remove_files) COMPLETE
52952026-05-11T18:54:24.670Z[ recovery-image] May 11 18:54:23.618 INFO O| May 11 18:54:23.618 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52962026-05-11T18:54:24.680Z[ recovery-image] May 11 18:54:23.628 INFO O| May 11 18:54:23.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
52972026-05-11T18:54:24.680Z[ recovery-image] May 11 18:54:23.628 INFO O| May 11 18:54:23.628 INFO STEP 160 (remove_files) COMPLETE
52982026-05-11T18:54:24.684Z[ recovery-image] May 11 18:54:23.628 INFO O| May 11 18:54:23.628 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52992026-05-11T18:54:24.689Z[ recovery-image] May 11 18:54:23.636 INFO O| May 11 18:54:23.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
53002026-05-11T18:54:24.689Z[ recovery-image] May 11 18:54:23.637 INFO O| May 11 18:54:23.637 INFO STEP 161 (remove_files) COMPLETE
53012026-05-11T18:54:24.689Z[ recovery-image] May 11 18:54:23.637 INFO O| May 11 18:54:23.637 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53022026-05-11T18:54:24.696Z[ recovery-image] May 11 18:54:23.644 INFO O| May 11 18:54:23.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53032026-05-11T18:54:24.696Z[ recovery-image] May 11 18:54:23.644 INFO O| May 11 18:54:23.644 INFO STEP 162 (remove_files) COMPLETE
53042026-05-11T18:54:24.701Z[ recovery-image] May 11 18:54:23.644 INFO O| May 11 18:54:23.644 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53052026-05-11T18:54:24.704Z[ recovery-image] May 11 18:54:23.651 INFO O| May 11 18:54:23.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53062026-05-11T18:54:24.704Z[ recovery-image] May 11 18:54:23.652 INFO O| May 11 18:54:23.652 INFO STEP 163 (remove_files) COMPLETE
53072026-05-11T18:54:24.704Z[ recovery-image] May 11 18:54:23.652 INFO O| May 11 18:54:23.652 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53082026-05-11T18:54:24.714Z[ recovery-image] May 11 18:54:23.661 INFO O| May 11 18:54:23.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53092026-05-11T18:54:24.714Z[ recovery-image] May 11 18:54:23.661 INFO O| May 11 18:54:23.661 INFO STEP 164 (remove_files) COMPLETE
53102026-05-11T18:54:24.718Z[ recovery-image] May 11 18:54:23.661 INFO O| May 11 18:54:23.661 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53112026-05-11T18:54:24.721Z[ recovery-image] May 11 18:54:23.670 INFO O| May 11 18:54:23.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53122026-05-11T18:54:24.721Z[ recovery-image] May 11 18:54:23.670 INFO O| May 11 18:54:23.670 INFO STEP 165 (remove_files) COMPLETE
53132026-05-11T18:54:24.722Z[ recovery-image] May 11 18:54:23.670 INFO O| May 11 18:54:23.670 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53142026-05-11T18:54:24.730Z[ recovery-image] May 11 18:54:23.678 INFO O| May 11 18:54:23.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53152026-05-11T18:54:24.730Z[ recovery-image] May 11 18:54:23.678 INFO O| May 11 18:54:23.678 INFO STEP 166 (remove_files) COMPLETE
53162026-05-11T18:54:24.733Z[ recovery-image] May 11 18:54:23.678 INFO O| May 11 18:54:23.678 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53172026-05-11T18:54:24.737Z[ recovery-image] May 11 18:54:23.685 INFO O| May 11 18:54:23.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53182026-05-11T18:54:24.737Z[ recovery-image] May 11 18:54:23.685 INFO O| May 11 18:54:23.685 INFO STEP 167 (remove_files) COMPLETE
53192026-05-11T18:54:24.740Z[ recovery-image] May 11 18:54:23.685 INFO O| May 11 18:54:23.685 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53202026-05-11T18:54:24.744Z[ recovery-image] May 11 18:54:23.692 INFO O| May 11 18:54:23.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53212026-05-11T18:54:24.744Z[ recovery-image] May 11 18:54:23.692 INFO O| May 11 18:54:23.692 INFO STEP 168 (remove_files) COMPLETE
53222026-05-11T18:54:24.744Z[ recovery-image] May 11 18:54:23.692 INFO O| May 11 18:54:23.692 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53232026-05-11T18:54:24.751Z[ recovery-image] May 11 18:54:23.698 INFO O| May 11 18:54:23.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53242026-05-11T18:54:24.752Z[ recovery-image] May 11 18:54:23.698 INFO O| May 11 18:54:23.698 INFO STEP 169 (remove_files) COMPLETE
53252026-05-11T18:54:24.754Z[ recovery-image] May 11 18:54:23.698 INFO O| May 11 18:54:23.698 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53262026-05-11T18:54:24.758Z[ recovery-image] May 11 18:54:23.704 INFO O| May 11 18:54:23.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53272026-05-11T18:54:24.758Z[ recovery-image] May 11 18:54:23.705 INFO O| May 11 18:54:23.704 INFO STEP 170 (remove_files) COMPLETE
53282026-05-11T18:54:24.758Z[ recovery-image] May 11 18:54:23.705 INFO O| May 11 18:54:23.705 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53292026-05-11T18:54:24.766Z[ recovery-image] May 11 18:54:23.714 INFO O| May 11 18:54:23.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53302026-05-11T18:54:24.766Z[ recovery-image] May 11 18:54:23.714 INFO O| May 11 18:54:23.714 INFO STEP 171 (remove_files) COMPLETE
53312026-05-11T18:54:24.766Z[ recovery-image] May 11 18:54:23.714 INFO O| May 11 18:54:23.714 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53322026-05-11T18:54:24.774Z[ recovery-image] May 11 18:54:23.723 INFO O| May 11 18:54:23.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53332026-05-11T18:54:24.774Z[ recovery-image] May 11 18:54:23.723 INFO O| May 11 18:54:23.723 INFO STEP 172 (remove_files) COMPLETE
53342026-05-11T18:54:24.777Z[ recovery-image] May 11 18:54:23.723 INFO O| May 11 18:54:23.723 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53352026-05-11T18:54:24.781Z[ recovery-image] May 11 18:54:23.729 INFO O| May 11 18:54:23.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53362026-05-11T18:54:24.781Z[ recovery-image] May 11 18:54:23.729 INFO O| May 11 18:54:23.729 INFO STEP 173 (remove_files) COMPLETE
53372026-05-11T18:54:24.784Z[ recovery-image] May 11 18:54:23.729 INFO O| May 11 18:54:23.729 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53382026-05-11T18:54:24.787Z[ recovery-image] May 11 18:54:23.736 INFO O| May 11 18:54:23.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53392026-05-11T18:54:24.791Z[ recovery-image] May 11 18:54:23.736 INFO O| May 11 18:54:23.736 INFO STEP 174 (remove_files) COMPLETE
53402026-05-11T18:54:24.791Z[ recovery-image] May 11 18:54:23.736 INFO O| May 11 18:54:23.736 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53412026-05-11T18:54:24.794Z[ recovery-image] May 11 18:54:23.743 INFO O| May 11 18:54:23.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53422026-05-11T18:54:24.794Z[ recovery-image] May 11 18:54:23.743 INFO O| May 11 18:54:23.743 INFO STEP 175 (remove_files) COMPLETE
53432026-05-11T18:54:24.797Z[ recovery-image] May 11 18:54:23.743 INFO O| May 11 18:54:23.743 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53442026-05-11T18:54:24.801Z[ recovery-image] May 11 18:54:23.749 INFO O| May 11 18:54:23.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53452026-05-11T18:54:24.801Z[ recovery-image] May 11 18:54:23.749 INFO O| May 11 18:54:23.749 INFO STEP 176 (remove_files) COMPLETE
53462026-05-11T18:54:24.804Z[ recovery-image] May 11 18:54:23.749 INFO O| May 11 18:54:23.749 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-05-11T18:54:24.808Z[ recovery-image] May 11 18:54:23.757 INFO O| May 11 18:54:23.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53482026-05-11T18:54:24.808Z[ recovery-image] May 11 18:54:23.757 INFO O| May 11 18:54:23.757 INFO STEP 177 (remove_files) COMPLETE
53492026-05-11T18:54:24.812Z[ recovery-image] May 11 18:54:23.757 INFO O| May 11 18:54:23.757 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-05-11T18:54:24.818Z[ recovery-image] May 11 18:54:23.765 INFO O| May 11 18:54:23.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53512026-05-11T18:54:24.818Z[ recovery-image] May 11 18:54:23.766 INFO O| May 11 18:54:23.766 INFO STEP 178 (remove_files) COMPLETE
53522026-05-11T18:54:24.821Z[ recovery-image] May 11 18:54:23.766 INFO O| May 11 18:54:23.766 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53532026-05-11T18:54:24.824Z[ recovery-image] May 11 18:54:23.772 INFO O| May 11 18:54:23.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53542026-05-11T18:54:24.824Z[ recovery-image] May 11 18:54:23.772 INFO O| May 11 18:54:23.772 INFO STEP 179 (remove_files) COMPLETE
53552026-05-11T18:54:24.825Z[ recovery-image] May 11 18:54:23.772 INFO O| May 11 18:54:23.772 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-05-11T18:54:24.831Z[ recovery-image] May 11 18:54:23.779 INFO O| May 11 18:54:23.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53572026-05-11T18:54:24.834Z[ recovery-image] May 11 18:54:23.780 INFO O| May 11 18:54:23.780 INFO STEP 180 (remove_files) COMPLETE
53582026-05-11T18:54:24.834Z[ recovery-image] May 11 18:54:23.780 INFO O| May 11 18:54:23.780 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-05-11T18:54:24.839Z[ recovery-image] May 11 18:54:23.788 INFO O| May 11 18:54:23.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53602026-05-11T18:54:24.839Z[ recovery-image] May 11 18:54:23.788 INFO O| May 11 18:54:23.788 INFO STEP 181 (remove_files) COMPLETE
53612026-05-11T18:54:24.843Z[ recovery-image] May 11 18:54:23.788 INFO O| May 11 18:54:23.788 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-05-11T18:54:24.848Z[ recovery-image] May 11 18:54:23.796 INFO O| May 11 18:54:23.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53632026-05-11T18:54:24.848Z[ recovery-image] May 11 18:54:23.796 INFO O| May 11 18:54:23.796 INFO STEP 182 (remove_files) COMPLETE
53642026-05-11T18:54:24.851Z[ recovery-image] May 11 18:54:23.796 INFO O| May 11 18:54:23.796 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-05-11T18:54:24.858Z[ recovery-image] May 11 18:54:23.806 INFO O| May 11 18:54:23.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53662026-05-11T18:54:24.858Z[ recovery-image] May 11 18:54:23.806 INFO O| May 11 18:54:23.806 INFO STEP 183 (remove_files) COMPLETE
53672026-05-11T18:54:24.861Z[ recovery-image] May 11 18:54:23.806 INFO O| May 11 18:54:23.806 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-05-11T18:54:24.867Z[ recovery-image] May 11 18:54:23.815 INFO O| May 11 18:54:23.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53692026-05-11T18:54:24.867Z[ recovery-image] May 11 18:54:23.815 INFO O| May 11 18:54:23.815 INFO STEP 184 (remove_files) COMPLETE
53702026-05-11T18:54:24.867Z[ recovery-image] May 11 18:54:23.815 INFO O| May 11 18:54:23.815 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53712026-05-11T18:54:24.874Z[ recovery-image] May 11 18:54:23.822 INFO O| May 11 18:54:23.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
53722026-05-11T18:54:24.877Z[ recovery-image] May 11 18:54:23.822 INFO O| May 11 18:54:23.822 INFO STEP 185 (remove_files) COMPLETE
53732026-05-11T18:54:24.877Z[ recovery-image] May 11 18:54:23.822 INFO O| May 11 18:54:23.822 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-05-11T18:54:24.881Z[ recovery-image] May 11 18:54:23.829 INFO O| May 11 18:54:23.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
53752026-05-11T18:54:24.884Z[ recovery-image] May 11 18:54:23.829 INFO O| May 11 18:54:23.829 INFO STEP 186 (remove_files) COMPLETE
53762026-05-11T18:54:24.884Z[ recovery-image] May 11 18:54:23.829 INFO O| May 11 18:54:23.829 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-05-11T18:54:24.889Z[ recovery-image] May 11 18:54:23.836 INFO O| May 11 18:54:23.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
53782026-05-11T18:54:24.892Z[ recovery-image] May 11 18:54:23.836 INFO O| May 11 18:54:23.836 INFO STEP 187 (remove_files) COMPLETE
53792026-05-11T18:54:24.892Z[ recovery-image] May 11 18:54:23.836 INFO O| May 11 18:54:23.836 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-05-11T18:54:24.895Z[ recovery-image] May 11 18:54:23.843 INFO O| May 11 18:54:23.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
53812026-05-11T18:54:24.895Z[ recovery-image] May 11 18:54:23.843 INFO O| May 11 18:54:23.843 INFO STEP 188 (remove_files) COMPLETE
53822026-05-11T18:54:24.895Z[ recovery-image] May 11 18:54:23.843 INFO O| May 11 18:54:23.843 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-05-11T18:54:24.901Z[ recovery-image] May 11 18:54:23.849 INFO O| May 11 18:54:23.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
53842026-05-11T18:54:24.901Z[ recovery-image] May 11 18:54:23.849 INFO O| May 11 18:54:23.849 INFO STEP 189 (remove_files) COMPLETE
53852026-05-11T18:54:24.901Z[ recovery-image] May 11 18:54:23.849 INFO O| May 11 18:54:23.849 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-05-11T18:54:24.907Z[ recovery-image] May 11 18:54:23.855 INFO O| May 11 18:54:23.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
53872026-05-11T18:54:24.910Z[ recovery-image] May 11 18:54:23.855 INFO O| May 11 18:54:23.855 INFO STEP 190 (remove_files) COMPLETE
53882026-05-11T18:54:24.910Z[ recovery-image] May 11 18:54:23.855 INFO O| May 11 18:54:23.855 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-05-11T18:54:24.913Z[ recovery-image] May 11 18:54:23.862 INFO O| May 11 18:54:23.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
53902026-05-11T18:54:24.913Z[ recovery-image] May 11 18:54:23.862 INFO O| May 11 18:54:23.862 INFO STEP 191 (remove_files) COMPLETE
53912026-05-11T18:54:24.913Z[ recovery-image] May 11 18:54:23.862 INFO O| May 11 18:54:23.862 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-05-11T18:54:24.919Z[ recovery-image] May 11 18:54:23.868 INFO O| May 11 18:54:23.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
53932026-05-11T18:54:24.922Z[ recovery-image] May 11 18:54:23.868 INFO O| May 11 18:54:23.868 INFO STEP 192 (remove_files) COMPLETE
53942026-05-11T18:54:24.922Z[ recovery-image] May 11 18:54:23.868 INFO O| May 11 18:54:23.868 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-05-11T18:54:24.926Z[ recovery-image] May 11 18:54:23.874 INFO O| May 11 18:54:23.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
53962026-05-11T18:54:24.926Z[ recovery-image] May 11 18:54:23.874 INFO O| May 11 18:54:23.874 INFO STEP 193 (remove_files) COMPLETE
53972026-05-11T18:54:24.926Z[ recovery-image] May 11 18:54:23.874 INFO O| May 11 18:54:23.874 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-05-11T18:54:24.932Z[ recovery-image] May 11 18:54:23.880 INFO O| May 11 18:54:23.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
53992026-05-11T18:54:24.932Z[ recovery-image] May 11 18:54:23.880 INFO O| May 11 18:54:23.880 INFO STEP 194 (remove_files) COMPLETE
54002026-05-11T18:54:24.935Z[ recovery-image] May 11 18:54:23.880 INFO O| May 11 18:54:23.880 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-05-11T18:54:24.941Z[ recovery-image] May 11 18:54:23.890 INFO O| May 11 18:54:23.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54022026-05-11T18:54:24.941Z[ recovery-image] May 11 18:54:23.890 INFO O| May 11 18:54:23.890 INFO STEP 195 (remove_files) COMPLETE
54032026-05-11T18:54:24.941Z[ recovery-image] May 11 18:54:23.890 INFO O| May 11 18:54:23.890 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-05-11T18:54:24.950Z[ recovery-image] May 11 18:54:23.898 INFO O| May 11 18:54:23.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54052026-05-11T18:54:24.950Z[ recovery-image] May 11 18:54:23.898 INFO O| May 11 18:54:23.898 INFO STEP 196 (remove_files) COMPLETE
54062026-05-11T18:54:24.950Z[ recovery-image] May 11 18:54:23.898 INFO O| May 11 18:54:23.898 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-05-11T18:54:24.958Z[ recovery-image] May 11 18:54:23.906 INFO O| May 11 18:54:23.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54082026-05-11T18:54:24.958Z[ recovery-image] May 11 18:54:23.906 INFO O| May 11 18:54:23.906 INFO STEP 197 (remove_files) COMPLETE
54092026-05-11T18:54:24.961Z[ recovery-image] May 11 18:54:23.906 INFO O| May 11 18:54:23.906 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-05-11T18:54:24.966Z[ recovery-image] May 11 18:54:23.914 INFO O| May 11 18:54:23.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54112026-05-11T18:54:24.966Z[ recovery-image] May 11 18:54:23.914 INFO O| May 11 18:54:23.914 INFO STEP 198 (remove_files) COMPLETE
54122026-05-11T18:54:24.969Z[ recovery-image] May 11 18:54:23.914 INFO O| May 11 18:54:23.914 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54132026-05-11T18:54:24.973Z[ recovery-image] May 11 18:54:23.921 INFO O| May 11 18:54:23.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54142026-05-11T18:54:24.976Z[ recovery-image] May 11 18:54:23.921 INFO O| May 11 18:54:23.921 INFO STEP 199 (remove_files) COMPLETE
54152026-05-11T18:54:24.976Z[ recovery-image] May 11 18:54:23.921 INFO O| May 11 18:54:23.921 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54162026-05-11T18:54:24.980Z[ recovery-image] May 11 18:54:23.928 INFO O| May 11 18:54:23.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54172026-05-11T18:54:24.980Z[ recovery-image] May 11 18:54:23.928 INFO O| May 11 18:54:23.928 INFO STEP 200 (remove_files) COMPLETE
54182026-05-11T18:54:24.983Z[ recovery-image] May 11 18:54:23.929 INFO O| May 11 18:54:23.928 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54192026-05-11T18:54:24.987Z[ recovery-image] May 11 18:54:23.935 INFO O| May 11 18:54:23.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54202026-05-11T18:54:24.987Z[ recovery-image] May 11 18:54:23.935 INFO O| May 11 18:54:23.935 INFO STEP 201 (remove_files) COMPLETE
54212026-05-11T18:54:24.987Z[ recovery-image] May 11 18:54:23.935 INFO O| May 11 18:54:23.935 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54222026-05-11T18:54:24.994Z[ recovery-image] May 11 18:54:23.942 INFO O| May 11 18:54:23.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54232026-05-11T18:54:24.994Z[ recovery-image] May 11 18:54:23.942 INFO O| May 11 18:54:23.942 INFO STEP 202 (remove_files) COMPLETE
54242026-05-11T18:54:24.994Z[ recovery-image] May 11 18:54:23.942 INFO O| May 11 18:54:23.942 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54252026-05-11T18:54:25.001Z[ recovery-image] May 11 18:54:23.949 INFO O| May 11 18:54:23.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54262026-05-11T18:54:25.001Z[ recovery-image] May 11 18:54:23.949 INFO O| May 11 18:54:23.949 INFO STEP 203 (remove_files) COMPLETE
54272026-05-11T18:54:25.002Z[ recovery-image] May 11 18:54:23.949 INFO O| May 11 18:54:23.949 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54282026-05-11T18:54:25.008Z[ recovery-image] May 11 18:54:23.957 INFO O| May 11 18:54:23.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54292026-05-11T18:54:25.008Z[ recovery-image] May 11 18:54:23.957 INFO O| May 11 18:54:23.957 INFO STEP 204 (remove_files) COMPLETE
54302026-05-11T18:54:25.008Z[ recovery-image] May 11 18:54:23.957 INFO O| May 11 18:54:23.957 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-05-11T18:54:25.015Z[ recovery-image] May 11 18:54:23.964 INFO O| May 11 18:54:23.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54322026-05-11T18:54:25.016Z[ recovery-image] May 11 18:54:23.964 INFO O| May 11 18:54:23.964 INFO STEP 205 (remove_files) COMPLETE
54332026-05-11T18:54:25.019Z[ recovery-image] May 11 18:54:23.964 INFO O| May 11 18:54:23.964 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-05-11T18:54:25.022Z[ recovery-image] May 11 18:54:23.971 INFO O| May 11 18:54:23.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54352026-05-11T18:54:25.022Z[ recovery-image] May 11 18:54:23.971 INFO O| May 11 18:54:23.971 INFO STEP 206 (remove_files) COMPLETE
54362026-05-11T18:54:25.025Z[ recovery-image] May 11 18:54:23.971 INFO O| May 11 18:54:23.971 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-05-11T18:54:25.032Z[ recovery-image] May 11 18:54:23.980 INFO O| May 11 18:54:23.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54382026-05-11T18:54:25.035Z[ recovery-image] May 11 18:54:23.980 INFO O| May 11 18:54:23.980 INFO STEP 207 (remove_files) COMPLETE
54392026-05-11T18:54:25.035Z[ recovery-image] May 11 18:54:23.980 INFO O| May 11 18:54:23.980 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-05-11T18:54:25.039Z[ recovery-image] May 11 18:54:23.987 INFO O| May 11 18:54:23.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54412026-05-11T18:54:25.042Z[ recovery-image] May 11 18:54:23.987 INFO O| May 11 18:54:23.987 INFO STEP 208 (remove_files) COMPLETE
54422026-05-11T18:54:25.042Z[ recovery-image] May 11 18:54:23.987 INFO O| May 11 18:54:23.987 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-05-11T18:54:25.046Z[ recovery-image] May 11 18:54:23.994 INFO O| May 11 18:54:23.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54442026-05-11T18:54:25.046Z[ recovery-image] May 11 18:54:23.995 INFO O| May 11 18:54:23.994 INFO STEP 209 (remove_files) COMPLETE
54452026-05-11T18:54:25.049Z[ recovery-image] May 11 18:54:23.995 INFO O| May 11 18:54:23.995 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-05-11T18:54:25.057Z[ recovery-image] May 11 18:54:24.005 INFO O| May 11 18:54:24.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54472026-05-11T18:54:25.057Z[ recovery-image] May 11 18:54:24.005 INFO O| May 11 18:54:24.005 INFO STEP 210 (remove_files) COMPLETE
54482026-05-11T18:54:25.057Z[ recovery-image] May 11 18:54:24.005 INFO O| May 11 18:54:24.005 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-05-11T18:54:25.065Z[ recovery-image] May 11 18:54:24.014 INFO O| May 11 18:54:24.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54502026-05-11T18:54:25.069Z[ recovery-image] May 11 18:54:24.014 INFO O| May 11 18:54:24.014 INFO STEP 211 (remove_files) COMPLETE
54512026-05-11T18:54:25.069Z[ recovery-image] May 11 18:54:24.014 INFO O| May 11 18:54:24.014 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-05-11T18:54:25.075Z[ recovery-image] May 11 18:54:24.023 INFO O| May 11 18:54:24.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54532026-05-11T18:54:25.075Z[ recovery-image] May 11 18:54:24.023 INFO O| May 11 18:54:24.023 INFO STEP 212 (remove_files) COMPLETE
54542026-05-11T18:54:25.078Z[ recovery-image] May 11 18:54:24.023 INFO O| May 11 18:54:24.023 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-05-11T18:54:25.084Z[ recovery-image] May 11 18:54:24.032 INFO O| May 11 18:54:24.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54562026-05-11T18:54:25.084Z[ recovery-image] May 11 18:54:24.032 INFO O| May 11 18:54:24.032 INFO STEP 213 (remove_files) COMPLETE
54572026-05-11T18:54:25.087Z[ recovery-image] May 11 18:54:24.032 INFO O| May 11 18:54:24.032 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-05-11T18:54:25.093Z[ recovery-image] May 11 18:54:24.042 INFO O| May 11 18:54:24.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54592026-05-11T18:54:25.093Z[ recovery-image] May 11 18:54:24.042 INFO O| May 11 18:54:24.042 INFO STEP 214 (remove_files) COMPLETE
54602026-05-11T18:54:25.097Z[ recovery-image] May 11 18:54:24.042 INFO O| May 11 18:54:24.042 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-05-11T18:54:25.102Z[ recovery-image] May 11 18:54:24.050 INFO O| May 11 18:54:24.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54622026-05-11T18:54:25.105Z[ recovery-image] May 11 18:54:24.050 INFO O| May 11 18:54:24.050 INFO STEP 215 (remove_files) COMPLETE
54632026-05-11T18:54:25.105Z[ recovery-image] May 11 18:54:24.050 INFO O| May 11 18:54:24.050 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-05-11T18:54:25.110Z[ recovery-image] May 11 18:54:24.058 INFO O| May 11 18:54:24.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54652026-05-11T18:54:25.110Z[ recovery-image] May 11 18:54:24.058 INFO O| May 11 18:54:24.058 INFO STEP 216 (remove_files) COMPLETE
54662026-05-11T18:54:25.113Z[ recovery-image] May 11 18:54:24.058 INFO O| May 11 18:54:24.058 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-05-11T18:54:25.118Z[ recovery-image] May 11 18:54:24.066 INFO O| May 11 18:54:24.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54682026-05-11T18:54:25.118Z[ recovery-image] May 11 18:54:24.066 INFO O| May 11 18:54:24.066 INFO STEP 217 (remove_files) COMPLETE
54692026-05-11T18:54:25.118Z[ recovery-image] May 11 18:54:24.066 INFO O| May 11 18:54:24.066 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-05-11T18:54:25.126Z[ recovery-image] May 11 18:54:24.074 INFO O| May 11 18:54:24.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54712026-05-11T18:54:25.129Z[ recovery-image] May 11 18:54:24.074 INFO O| May 11 18:54:24.074 INFO STEP 218 (remove_files) COMPLETE
54722026-05-11T18:54:25.129Z[ recovery-image] May 11 18:54:24.074 INFO O| May 11 18:54:24.074 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-05-11T18:54:25.135Z[ recovery-image] May 11 18:54:24.083 INFO O| May 11 18:54:24.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
54742026-05-11T18:54:25.138Z[ recovery-image] May 11 18:54:24.083 INFO O| May 11 18:54:24.083 INFO STEP 219 (remove_files) COMPLETE
54752026-05-11T18:54:25.138Z[ recovery-image] May 11 18:54:24.083 INFO O| May 11 18:54:24.083 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-05-11T18:54:25.145Z[ recovery-image] May 11 18:54:24.092 INFO O| May 11 18:54:24.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
54772026-05-11T18:54:25.145Z[ recovery-image] May 11 18:54:24.092 INFO O| May 11 18:54:24.092 INFO STEP 220 (remove_files) COMPLETE
54782026-05-11T18:54:25.145Z[ recovery-image] May 11 18:54:24.092 INFO O| May 11 18:54:24.092 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-05-11T18:54:25.151Z[ recovery-image] May 11 18:54:24.099 INFO O| May 11 18:54:24.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
54802026-05-11T18:54:25.154Z[ recovery-image] May 11 18:54:24.099 INFO O| May 11 18:54:24.099 INFO STEP 221 (remove_files) COMPLETE
54812026-05-11T18:54:25.154Z[ recovery-image] May 11 18:54:24.099 INFO O| May 11 18:54:24.099 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-05-11T18:54:25.158Z[ recovery-image] May 11 18:54:24.106 INFO O| May 11 18:54:24.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
54832026-05-11T18:54:25.158Z[ recovery-image] May 11 18:54:24.106 INFO O| May 11 18:54:24.106 INFO STEP 222 (remove_files) COMPLETE
54842026-05-11T18:54:25.158Z[ recovery-image] May 11 18:54:24.106 INFO O| May 11 18:54:24.106 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-05-11T18:54:25.166Z[ recovery-image] May 11 18:54:24.114 INFO O| May 11 18:54:24.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
54862026-05-11T18:54:25.169Z[ recovery-image] May 11 18:54:24.114 INFO O| May 11 18:54:24.114 INFO STEP 223 (remove_files) COMPLETE
54872026-05-11T18:54:25.169Z[ recovery-image] May 11 18:54:24.114 INFO O| May 11 18:54:24.114 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-05-11T18:54:25.175Z[ recovery-image] May 11 18:54:24.123 INFO O| May 11 18:54:24.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
54892026-05-11T18:54:25.175Z[ recovery-image] May 11 18:54:24.123 INFO O| May 11 18:54:24.123 INFO STEP 224 (remove_files) COMPLETE
54902026-05-11T18:54:25.178Z[ recovery-image] May 11 18:54:24.123 INFO O| May 11 18:54:24.123 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-05-11T18:54:25.183Z[ recovery-image] May 11 18:54:24.131 INFO O| May 11 18:54:24.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
54922026-05-11T18:54:25.183Z[ recovery-image] May 11 18:54:24.131 INFO O| May 11 18:54:24.131 INFO STEP 225 (remove_files) COMPLETE
54932026-05-11T18:54:25.186Z[ recovery-image] May 11 18:54:24.131 INFO O| May 11 18:54:24.131 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-05-11T18:54:25.191Z[ recovery-image] May 11 18:54:24.139 INFO O| May 11 18:54:24.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
54952026-05-11T18:54:25.191Z[ recovery-image] May 11 18:54:24.139 INFO O| May 11 18:54:24.139 INFO STEP 226 (remove_files) COMPLETE
54962026-05-11T18:54:25.191Z[ recovery-image] May 11 18:54:24.139 INFO O| May 11 18:54:24.139 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-05-11T18:54:25.198Z[ recovery-image] May 11 18:54:24.147 INFO O| May 11 18:54:24.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
54982026-05-11T18:54:25.198Z[ recovery-image] May 11 18:54:24.147 INFO O| May 11 18:54:24.147 INFO STEP 227 (remove_files) COMPLETE
54992026-05-11T18:54:25.201Z[ recovery-image] May 11 18:54:24.147 INFO O| May 11 18:54:24.147 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-05-11T18:54:25.205Z[ recovery-image] May 11 18:54:24.153 INFO O| May 11 18:54:24.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55012026-05-11T18:54:25.205Z[ recovery-image] May 11 18:54:24.153 INFO O| May 11 18:54:24.153 INFO STEP 228 (remove_files) COMPLETE
55022026-05-11T18:54:25.208Z[ recovery-image] May 11 18:54:24.153 INFO O| May 11 18:54:24.153 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-05-11T18:54:25.212Z[ recovery-image] May 11 18:54:24.160 INFO O| May 11 18:54:24.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55042026-05-11T18:54:25.212Z[ recovery-image] May 11 18:54:24.160 INFO O| May 11 18:54:24.160 INFO STEP 229 (remove_files) COMPLETE
55052026-05-11T18:54:25.212Z[ recovery-image] May 11 18:54:24.160 INFO O| May 11 18:54:24.160 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-05-11T18:54:25.218Z[ recovery-image] May 11 18:54:24.166 INFO O| May 11 18:54:24.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55072026-05-11T18:54:25.218Z[ recovery-image] May 11 18:54:24.166 INFO O| May 11 18:54:24.166 INFO STEP 230 (remove_files) COMPLETE
55082026-05-11T18:54:25.221Z[ recovery-image] May 11 18:54:24.166 INFO O| May 11 18:54:24.166 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-05-11T18:54:25.228Z[ recovery-image] May 11 18:54:24.176 INFO O| May 11 18:54:24.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55102026-05-11T18:54:25.228Z[ recovery-image] May 11 18:54:24.176 INFO O| May 11 18:54:24.176 INFO STEP 231 (remove_files) COMPLETE
55112026-05-11T18:54:25.231Z[ recovery-image] May 11 18:54:24.176 INFO O| May 11 18:54:24.176 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-05-11T18:54:25.236Z[ recovery-image] May 11 18:54:24.184 INFO O| May 11 18:54:24.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55132026-05-11T18:54:25.239Z[ recovery-image] May 11 18:54:24.185 INFO O| May 11 18:54:24.185 INFO STEP 232 (remove_files) COMPLETE
55142026-05-11T18:54:25.239Z[ recovery-image] May 11 18:54:24.185 INFO O| May 11 18:54:24.185 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-05-11T18:54:25.244Z[ recovery-image] May 11 18:54:24.192 INFO O| May 11 18:54:24.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55162026-05-11T18:54:25.247Z[ recovery-image] May 11 18:54:24.193 INFO O| May 11 18:54:24.193 INFO STEP 233 (remove_files) COMPLETE
55172026-05-11T18:54:25.247Z[ recovery-image] May 11 18:54:24.193 INFO O| May 11 18:54:24.193 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-05-11T18:54:25.253Z[ recovery-image] May 11 18:54:24.201 INFO O| May 11 18:54:24.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55192026-05-11T18:54:25.253Z[ recovery-image] May 11 18:54:24.201 INFO O| May 11 18:54:24.201 INFO STEP 234 (remove_files) COMPLETE
55202026-05-11T18:54:25.253Z[ recovery-image] May 11 18:54:24.201 INFO O| May 11 18:54:24.201 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-05-11T18:54:25.260Z[ recovery-image] May 11 18:54:24.208 INFO O| May 11 18:54:24.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55222026-05-11T18:54:25.260Z[ recovery-image] May 11 18:54:24.208 INFO O| May 11 18:54:24.208 INFO STEP 235 (remove_files) COMPLETE
55232026-05-11T18:54:25.264Z[ recovery-image] May 11 18:54:24.208 INFO O| May 11 18:54:24.208 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-05-11T18:54:25.269Z[ recovery-image] May 11 18:54:24.217 INFO O| May 11 18:54:24.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55252026-05-11T18:54:25.272Z[ recovery-image] May 11 18:54:24.218 INFO O| May 11 18:54:24.218 INFO STEP 236 (remove_files) COMPLETE
55262026-05-11T18:54:25.272Z[ recovery-image] May 11 18:54:24.218 INFO O| May 11 18:54:24.218 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-05-11T18:54:25.278Z[ recovery-image] May 11 18:54:24.227 INFO O| May 11 18:54:24.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55282026-05-11T18:54:25.279Z[ recovery-image] May 11 18:54:24.227 INFO O| May 11 18:54:24.227 INFO STEP 237 (remove_files) COMPLETE
55292026-05-11T18:54:25.279Z[ recovery-image] May 11 18:54:24.227 INFO O| May 11 18:54:24.227 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-05-11T18:54:25.286Z[ recovery-image] May 11 18:54:24.235 INFO O| May 11 18:54:24.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55312026-05-11T18:54:25.286Z[ recovery-image] May 11 18:54:24.235 INFO O| May 11 18:54:24.235 INFO STEP 238 (remove_files) COMPLETE
55322026-05-11T18:54:25.289Z[ recovery-image] May 11 18:54:24.235 INFO O| May 11 18:54:24.235 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-05-11T18:54:25.296Z[ recovery-image] May 11 18:54:24.244 INFO O| May 11 18:54:24.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55342026-05-11T18:54:25.299Z[ recovery-image] May 11 18:54:24.245 INFO O| May 11 18:54:24.245 INFO STEP 239 (remove_files) COMPLETE
55352026-05-11T18:54:25.299Z[ recovery-image] May 11 18:54:24.245 INFO O| May 11 18:54:24.245 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-05-11T18:54:25.306Z[ recovery-image] May 11 18:54:24.254 INFO O| May 11 18:54:24.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55372026-05-11T18:54:25.306Z[ recovery-image] May 11 18:54:24.254 INFO O| May 11 18:54:24.254 INFO STEP 240 (remove_files) COMPLETE
55382026-05-11T18:54:25.309Z[ recovery-image] May 11 18:54:24.254 INFO O| May 11 18:54:24.254 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-05-11T18:54:25.315Z[ recovery-image] May 11 18:54:24.263 INFO O| May 11 18:54:24.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55402026-05-11T18:54:25.318Z[ recovery-image] May 11 18:54:24.263 INFO O| May 11 18:54:24.263 INFO STEP 241 (remove_files) COMPLETE
55412026-05-11T18:54:25.318Z[ recovery-image] May 11 18:54:24.263 INFO O| May 11 18:54:24.263 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-05-11T18:54:25.321Z[ recovery-image] May 11 18:54:24.270 INFO O| May 11 18:54:24.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55432026-05-11T18:54:25.325Z[ recovery-image] May 11 18:54:24.270 INFO O| May 11 18:54:24.270 INFO STEP 242 (remove_files) COMPLETE
55442026-05-11T18:54:25.325Z[ recovery-image] May 11 18:54:24.270 INFO O| May 11 18:54:24.270 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-05-11T18:54:25.330Z[ recovery-image] May 11 18:54:24.278 INFO O| May 11 18:54:24.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55462026-05-11T18:54:25.330Z[ recovery-image] May 11 18:54:24.278 INFO O| May 11 18:54:24.278 INFO STEP 243 (remove_files) COMPLETE
55472026-05-11T18:54:25.330Z[ recovery-image] May 11 18:54:24.278 INFO O| May 11 18:54:24.278 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-05-11T18:54:25.338Z[ recovery-image] May 11 18:54:24.286 INFO O| May 11 18:54:24.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55492026-05-11T18:54:25.338Z[ recovery-image] May 11 18:54:24.286 INFO O| May 11 18:54:24.286 INFO STEP 244 (remove_files) COMPLETE
55502026-05-11T18:54:25.341Z[ recovery-image] May 11 18:54:24.286 INFO O| May 11 18:54:24.286 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-05-11T18:54:25.345Z[ recovery-image] May 11 18:54:24.293 INFO O| May 11 18:54:24.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55522026-05-11T18:54:25.345Z[ recovery-image] May 11 18:54:24.294 INFO O| May 11 18:54:24.294 INFO STEP 245 (remove_files) COMPLETE
55532026-05-11T18:54:25.348Z[ recovery-image] May 11 18:54:24.294 INFO O| May 11 18:54:24.294 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-05-11T18:54:25.352Z[ recovery-image] May 11 18:54:24.300 INFO O| May 11 18:54:24.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55552026-05-11T18:54:25.352Z[ recovery-image] May 11 18:54:24.301 INFO O| May 11 18:54:24.301 INFO STEP 246 (remove_files) COMPLETE
55562026-05-11T18:54:25.355Z[ recovery-image] May 11 18:54:24.301 INFO O| May 11 18:54:24.301 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-05-11T18:54:25.360Z[ recovery-image] May 11 18:54:24.308 INFO O| May 11 18:54:24.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55582026-05-11T18:54:25.360Z[ recovery-image] May 11 18:54:24.308 INFO O| May 11 18:54:24.308 INFO STEP 247 (remove_files) COMPLETE
55592026-05-11T18:54:25.363Z[ recovery-image] May 11 18:54:24.308 INFO O| May 11 18:54:24.308 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-05-11T18:54:25.370Z[ recovery-image] May 11 18:54:24.319 INFO O| May 11 18:54:24.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55612026-05-11T18:54:25.373Z[ recovery-image] May 11 18:54:24.319 INFO O| May 11 18:54:24.319 INFO STEP 248 (remove_files) COMPLETE
55622026-05-11T18:54:25.373Z[ recovery-image] May 11 18:54:24.319 INFO O| May 11 18:54:24.319 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-05-11T18:54:25.379Z[ recovery-image] May 11 18:54:24.327 INFO O| May 11 18:54:24.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55642026-05-11T18:54:25.379Z[ recovery-image] May 11 18:54:24.327 INFO O| May 11 18:54:24.327 INFO STEP 249 (remove_files) COMPLETE
55652026-05-11T18:54:25.379Z[ recovery-image] May 11 18:54:24.327 INFO O| May 11 18:54:24.327 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-05-11T18:54:25.386Z[ recovery-image] May 11 18:54:24.334 INFO O| May 11 18:54:24.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55672026-05-11T18:54:25.386Z[ recovery-image] May 11 18:54:24.334 INFO O| May 11 18:54:24.334 INFO STEP 250 (remove_files) COMPLETE
55682026-05-11T18:54:25.389Z[ recovery-image] May 11 18:54:24.334 INFO O| May 11 18:54:24.334 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-05-11T18:54:25.392Z[ recovery-image] May 11 18:54:24.341 INFO O| May 11 18:54:24.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55702026-05-11T18:54:25.392Z[ recovery-image] May 11 18:54:24.341 INFO O| May 11 18:54:24.341 INFO STEP 251 (remove_files) COMPLETE
55712026-05-11T18:54:25.392Z[ recovery-image] May 11 18:54:24.341 INFO O| May 11 18:54:24.341 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-05-11T18:54:25.399Z[ recovery-image] May 11 18:54:24.347 INFO O| May 11 18:54:24.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
55732026-05-11T18:54:25.399Z[ recovery-image] May 11 18:54:24.347 INFO O| May 11 18:54:24.347 INFO STEP 252 (remove_files) COMPLETE
55742026-05-11T18:54:25.402Z[ recovery-image] May 11 18:54:24.347 INFO O| May 11 18:54:24.347 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-05-11T18:54:25.405Z[ recovery-image] May 11 18:54:24.354 INFO O| May 11 18:54:24.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
55762026-05-11T18:54:25.405Z[ recovery-image] May 11 18:54:24.354 INFO O| May 11 18:54:24.354 INFO STEP 253 (remove_files) COMPLETE
55772026-05-11T18:54:25.408Z[ recovery-image] May 11 18:54:24.354 INFO O| May 11 18:54:24.354 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-05-11T18:54:25.412Z[ recovery-image] May 11 18:54:24.361 INFO O| May 11 18:54:24.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
55792026-05-11T18:54:25.418Z[ recovery-image] May 11 18:54:24.361 INFO O| May 11 18:54:24.361 INFO STEP 254 (remove_files) COMPLETE
55802026-05-11T18:54:25.418Z[ recovery-image] May 11 18:54:24.361 INFO O| May 11 18:54:24.361 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-05-11T18:54:25.422Z[ recovery-image] May 11 18:54:24.367 INFO O| May 11 18:54:24.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
55822026-05-11T18:54:25.422Z[ recovery-image] May 11 18:54:24.367 INFO O| May 11 18:54:24.367 INFO STEP 255 (remove_files) COMPLETE
55832026-05-11T18:54:25.423Z[ recovery-image] May 11 18:54:24.367 INFO O| May 11 18:54:24.367 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-05-11T18:54:25.426Z[ recovery-image] May 11 18:54:24.374 INFO O| May 11 18:54:24.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
55852026-05-11T18:54:25.426Z[ recovery-image] May 11 18:54:24.374 INFO O| May 11 18:54:24.374 INFO STEP 256 (remove_files) COMPLETE
55862026-05-11T18:54:25.426Z[ recovery-image] May 11 18:54:24.374 INFO O| May 11 18:54:24.374 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-05-11T18:54:25.432Z[ recovery-image] May 11 18:54:24.381 INFO O| May 11 18:54:24.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
55882026-05-11T18:54:25.435Z[ recovery-image] May 11 18:54:24.381 INFO O| May 11 18:54:24.381 INFO STEP 257 (remove_files) COMPLETE
55892026-05-11T18:54:25.435Z[ recovery-image] May 11 18:54:24.381 INFO O| May 11 18:54:24.381 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-05-11T18:54:25.441Z[ recovery-image] May 11 18:54:24.388 INFO O| May 11 18:54:24.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
55912026-05-11T18:54:25.444Z[ recovery-image] May 11 18:54:24.388 INFO O| May 11 18:54:24.388 INFO STEP 258 (remove_files) COMPLETE
55922026-05-11T18:54:25.444Z[ recovery-image] May 11 18:54:24.388 INFO O| May 11 18:54:24.388 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-05-11T18:54:25.449Z[ recovery-image] May 11 18:54:24.397 INFO O| May 11 18:54:24.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
55942026-05-11T18:54:25.449Z[ recovery-image] May 11 18:54:24.397 INFO O| May 11 18:54:24.397 INFO STEP 259 (remove_files) COMPLETE
55952026-05-11T18:54:25.449Z[ recovery-image] May 11 18:54:24.397 INFO O| May 11 18:54:24.397 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-05-11T18:54:25.458Z[ recovery-image] May 11 18:54:24.406 INFO O| May 11 18:54:24.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
55972026-05-11T18:54:25.461Z[ recovery-image] May 11 18:54:24.406 INFO O| May 11 18:54:24.406 INFO STEP 260 (remove_files) COMPLETE
55982026-05-11T18:54:25.461Z[ recovery-image] May 11 18:54:24.406 INFO O| May 11 18:54:24.406 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-05-11T18:54:25.474Z[ recovery-image] May 11 18:54:24.415 INFO O| May 11 18:54:24.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
56002026-05-11T18:54:25.474Z[ recovery-image] May 11 18:54:24.415 INFO O| May 11 18:54:24.415 INFO STEP 261 (remove_files) COMPLETE
56012026-05-11T18:54:25.474Z[ recovery-image] May 11 18:54:24.415 INFO O| May 11 18:54:24.415 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-05-11T18:54:25.478Z[ recovery-image] May 11 18:54:24.425 INFO O| May 11 18:54:24.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56032026-05-11T18:54:25.478Z[ recovery-image] May 11 18:54:24.425 INFO O| May 11 18:54:24.425 INFO STEP 262 (remove_files) COMPLETE
56042026-05-11T18:54:25.478Z[ recovery-image] May 11 18:54:24.425 INFO O| May 11 18:54:24.425 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-05-11T18:54:25.486Z[ recovery-image] May 11 18:54:24.434 INFO O| May 11 18:54:24.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56062026-05-11T18:54:25.486Z[ recovery-image] May 11 18:54:24.434 INFO O| May 11 18:54:24.434 INFO STEP 263 (remove_files) COMPLETE
56072026-05-11T18:54:25.489Z[ recovery-image] May 11 18:54:24.434 INFO O| May 11 18:54:24.434 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-05-11T18:54:25.494Z[ recovery-image] May 11 18:54:24.442 INFO O| May 11 18:54:24.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56092026-05-11T18:54:25.494Z[ recovery-image] May 11 18:54:24.442 INFO O| May 11 18:54:24.442 INFO STEP 264 (remove_files) COMPLETE
56102026-05-11T18:54:25.494Z[ recovery-image] May 11 18:54:24.442 INFO O| May 11 18:54:24.442 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-05-11T18:54:25.500Z[ recovery-image] May 11 18:54:24.449 INFO O| May 11 18:54:24.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56122026-05-11T18:54:25.505Z[ recovery-image] May 11 18:54:24.449 INFO O| May 11 18:54:24.449 INFO STEP 265 (remove_files) COMPLETE
56132026-05-11T18:54:25.505Z[ recovery-image] May 11 18:54:24.449 INFO O| May 11 18:54:24.449 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-05-11T18:54:25.510Z[ recovery-image] May 11 18:54:24.455 INFO O| May 11 18:54:24.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56152026-05-11T18:54:25.510Z[ recovery-image] May 11 18:54:24.456 INFO O| May 11 18:54:24.456 INFO STEP 266 (remove_files) COMPLETE
56162026-05-11T18:54:25.510Z[ recovery-image] May 11 18:54:24.456 INFO O| May 11 18:54:24.456 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-05-11T18:54:25.517Z[ recovery-image] May 11 18:54:24.465 INFO O| May 11 18:54:24.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56182026-05-11T18:54:25.517Z[ recovery-image] May 11 18:54:24.465 INFO O| May 11 18:54:24.465 INFO STEP 267 (remove_files) COMPLETE
56192026-05-11T18:54:25.517Z[ recovery-image] May 11 18:54:24.465 INFO O| May 11 18:54:24.465 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-05-11T18:54:25.523Z[ recovery-image] May 11 18:54:24.471 INFO O| May 11 18:54:24.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56212026-05-11T18:54:25.523Z[ recovery-image] May 11 18:54:24.471 INFO O| May 11 18:54:24.471 INFO STEP 268 (remove_files) COMPLETE
56222026-05-11T18:54:25.526Z[ recovery-image] May 11 18:54:24.471 INFO O| May 11 18:54:24.471 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-05-11T18:54:25.529Z[ recovery-image] May 11 18:54:24.477 INFO O| May 11 18:54:24.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56242026-05-11T18:54:25.529Z[ recovery-image] May 11 18:54:24.477 INFO O| May 11 18:54:24.477 INFO STEP 269 (remove_files) COMPLETE
56252026-05-11T18:54:25.529Z[ recovery-image] May 11 18:54:24.477 INFO O| May 11 18:54:24.477 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-05-11T18:54:25.535Z[ recovery-image] May 11 18:54:24.484 INFO O| May 11 18:54:24.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56272026-05-11T18:54:25.535Z[ recovery-image] May 11 18:54:24.484 INFO O| May 11 18:54:24.484 INFO STEP 270 (remove_files) COMPLETE
56282026-05-11T18:54:25.539Z[ recovery-image] May 11 18:54:24.484 INFO O| May 11 18:54:24.484 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-05-11T18:54:25.542Z[ recovery-image] May 11 18:54:24.490 INFO O| May 11 18:54:24.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56302026-05-11T18:54:25.542Z[ recovery-image] May 11 18:54:24.490 INFO O| May 11 18:54:24.490 INFO STEP 271 (remove_files) COMPLETE
56312026-05-11T18:54:25.542Z[ recovery-image] May 11 18:54:24.490 INFO O| May 11 18:54:24.490 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-05-11T18:54:25.547Z[ recovery-image] May 11 18:54:24.496 INFO O| May 11 18:54:24.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56332026-05-11T18:54:25.547Z[ recovery-image] May 11 18:54:24.496 INFO O| May 11 18:54:24.496 INFO STEP 272 (remove_files) COMPLETE
56342026-05-11T18:54:25.550Z[ recovery-image] May 11 18:54:24.496 INFO O| May 11 18:54:24.496 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-05-11T18:54:25.554Z[ recovery-image] May 11 18:54:24.502 INFO O| May 11 18:54:24.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56362026-05-11T18:54:25.554Z[ recovery-image] May 11 18:54:24.502 INFO O| May 11 18:54:24.502 INFO STEP 273 (remove_files) COMPLETE
56372026-05-11T18:54:25.554Z[ recovery-image] May 11 18:54:24.502 INFO O| May 11 18:54:24.502 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-05-11T18:54:25.560Z[ recovery-image] May 11 18:54:24.508 INFO O| May 11 18:54:24.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56392026-05-11T18:54:25.560Z[ recovery-image] May 11 18:54:24.508 INFO O| May 11 18:54:24.508 INFO STEP 274 (remove_files) COMPLETE
56402026-05-11T18:54:25.563Z[ recovery-image] May 11 18:54:24.508 INFO O| May 11 18:54:24.508 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-05-11T18:54:25.567Z[ recovery-image] May 11 18:54:24.515 INFO O| May 11 18:54:24.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56422026-05-11T18:54:25.567Z[ recovery-image] May 11 18:54:24.515 INFO O| May 11 18:54:24.515 INFO STEP 275 (remove_files) COMPLETE
56432026-05-11T18:54:25.570Z[ recovery-image] May 11 18:54:24.515 INFO O| May 11 18:54:24.515 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-05-11T18:54:25.573Z[ recovery-image] May 11 18:54:24.521 INFO O| May 11 18:54:24.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56452026-05-11T18:54:25.573Z[ recovery-image] May 11 18:54:24.521 INFO O| May 11 18:54:24.521 INFO STEP 276 (remove_files) COMPLETE
56462026-05-11T18:54:25.573Z[ recovery-image] May 11 18:54:24.521 INFO O| May 11 18:54:24.521 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-05-11T18:54:25.579Z[ recovery-image] May 11 18:54:24.527 INFO O| May 11 18:54:24.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56482026-05-11T18:54:25.579Z[ recovery-image] May 11 18:54:24.527 INFO O| May 11 18:54:24.527 INFO STEP 277 (remove_files) COMPLETE
56492026-05-11T18:54:25.582Z[ recovery-image] May 11 18:54:24.527 INFO O| May 11 18:54:24.527 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-05-11T18:54:25.586Z[ recovery-image] May 11 18:54:24.534 INFO O| May 11 18:54:24.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56512026-05-11T18:54:25.586Z[ recovery-image] May 11 18:54:24.534 INFO O| May 11 18:54:24.534 INFO STEP 278 (remove_files) COMPLETE
56522026-05-11T18:54:25.586Z[ recovery-image] May 11 18:54:24.534 INFO O| May 11 18:54:24.534 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-05-11T18:54:25.596Z[ recovery-image] May 11 18:54:24.544 INFO O| May 11 18:54:24.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56542026-05-11T18:54:25.596Z[ recovery-image] May 11 18:54:24.544 INFO O| May 11 18:54:24.544 INFO STEP 279 (remove_files) COMPLETE
56552026-05-11T18:54:25.596Z[ recovery-image] May 11 18:54:24.544 INFO O| May 11 18:54:24.544 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-05-11T18:54:25.605Z[ recovery-image] May 11 18:54:24.553 INFO O| May 11 18:54:24.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56572026-05-11T18:54:25.608Z[ recovery-image] May 11 18:54:24.553 INFO O| May 11 18:54:24.553 INFO STEP 280 (remove_files) COMPLETE
56582026-05-11T18:54:25.608Z[ recovery-image] May 11 18:54:24.553 INFO O| May 11 18:54:24.553 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-05-11T18:54:25.613Z[ recovery-image] May 11 18:54:24.561 INFO O| May 11 18:54:24.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56602026-05-11T18:54:25.613Z[ recovery-image] May 11 18:54:24.561 INFO O| May 11 18:54:24.561 INFO STEP 281 (remove_files) COMPLETE
56612026-05-11T18:54:25.613Z[ recovery-image] May 11 18:54:24.561 INFO O| May 11 18:54:24.561 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-05-11T18:54:25.621Z[ recovery-image] May 11 18:54:24.569 INFO O| May 11 18:54:24.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56632026-05-11T18:54:25.621Z[ recovery-image] May 11 18:54:24.569 INFO O| May 11 18:54:24.569 INFO STEP 282 (remove_files) COMPLETE
56642026-05-11T18:54:25.624Z[ recovery-image] May 11 18:54:24.569 INFO O| May 11 18:54:24.569 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-05-11T18:54:25.629Z[ recovery-image] May 11 18:54:24.577 INFO O| May 11 18:54:24.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
56662026-05-11T18:54:25.630Z[ recovery-image] May 11 18:54:24.577 INFO O| May 11 18:54:24.577 INFO STEP 283 (remove_files) COMPLETE
56672026-05-11T18:54:25.633Z[ recovery-image] May 11 18:54:24.577 INFO O| May 11 18:54:24.577 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-05-11T18:54:25.636Z[ recovery-image] May 11 18:54:24.585 INFO O| May 11 18:54:24.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
56692026-05-11T18:54:25.636Z[ recovery-image] May 11 18:54:24.585 INFO O| May 11 18:54:24.585 INFO STEP 284 (remove_files) COMPLETE
56702026-05-11T18:54:25.639Z[ recovery-image] May 11 18:54:24.585 INFO O| May 11 18:54:24.585 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-05-11T18:54:25.644Z[ recovery-image] May 11 18:54:24.592 INFO O| May 11 18:54:24.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
56722026-05-11T18:54:25.644Z[ recovery-image] May 11 18:54:24.592 INFO O| May 11 18:54:24.592 INFO STEP 285 (remove_files) COMPLETE
56732026-05-11T18:54:25.644Z[ recovery-image] May 11 18:54:24.592 INFO O| May 11 18:54:24.592 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-05-11T18:54:25.651Z[ recovery-image] May 11 18:54:24.600 INFO O| May 11 18:54:24.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
56752026-05-11T18:54:25.651Z[ recovery-image] May 11 18:54:24.600 INFO O| May 11 18:54:24.600 INFO STEP 286 (remove_files) COMPLETE
56762026-05-11T18:54:25.651Z[ recovery-image] May 11 18:54:24.600 INFO O| May 11 18:54:24.600 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-05-11T18:54:25.658Z[ recovery-image] May 11 18:54:24.607 INFO O| May 11 18:54:24.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
56782026-05-11T18:54:25.662Z[ recovery-image] May 11 18:54:24.607 INFO O| May 11 18:54:24.607 INFO STEP 287 (remove_files) COMPLETE
56792026-05-11T18:54:25.662Z[ recovery-image] May 11 18:54:24.607 INFO O| May 11 18:54:24.607 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-05-11T18:54:25.666Z[ recovery-image] May 11 18:54:24.615 INFO O| May 11 18:54:24.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
56812026-05-11T18:54:25.666Z[ recovery-image] May 11 18:54:24.615 INFO O| May 11 18:54:24.615 INFO STEP 288 (remove_files) COMPLETE
56822026-05-11T18:54:25.669Z[ recovery-image] May 11 18:54:24.615 INFO O| May 11 18:54:24.615 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-05-11T18:54:25.673Z[ recovery-image] May 11 18:54:24.622 INFO O| May 11 18:54:24.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
56842026-05-11T18:54:25.677Z[ recovery-image] May 11 18:54:24.622 INFO O| May 11 18:54:24.622 INFO STEP 289 (remove_files) COMPLETE
56852026-05-11T18:54:25.677Z[ recovery-image] May 11 18:54:24.622 INFO O| May 11 18:54:24.622 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-05-11T18:54:25.681Z[ recovery-image] May 11 18:54:24.630 INFO O| May 11 18:54:24.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
56872026-05-11T18:54:25.681Z[ recovery-image] May 11 18:54:24.630 INFO O| May 11 18:54:24.630 INFO STEP 290 (remove_files) COMPLETE
56882026-05-11T18:54:25.681Z[ recovery-image] May 11 18:54:24.630 INFO O| May 11 18:54:24.630 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-05-11T18:54:25.689Z[ recovery-image] May 11 18:54:24.637 INFO O| May 11 18:54:24.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
56902026-05-11T18:54:25.689Z[ recovery-image] May 11 18:54:24.637 INFO O| May 11 18:54:24.637 INFO STEP 291 (remove_files) COMPLETE
56912026-05-11T18:54:25.689Z[ recovery-image] May 11 18:54:24.637 INFO O| May 11 18:54:24.637 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-05-11T18:54:25.698Z[ recovery-image] May 11 18:54:24.646 INFO O| May 11 18:54:24.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
56932026-05-11T18:54:25.698Z[ recovery-image] May 11 18:54:24.646 INFO O| May 11 18:54:24.646 INFO STEP 292 (remove_files) COMPLETE
56942026-05-11T18:54:25.698Z[ recovery-image] May 11 18:54:24.646 INFO O| May 11 18:54:24.646 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-05-11T18:54:25.706Z[ recovery-image] May 11 18:54:24.654 INFO O| May 11 18:54:24.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
56962026-05-11T18:54:25.706Z[ recovery-image] May 11 18:54:24.654 INFO O| May 11 18:54:24.654 INFO STEP 293 (remove_files) COMPLETE
56972026-05-11T18:54:25.706Z[ recovery-image] May 11 18:54:24.654 INFO O| May 11 18:54:24.654 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-05-11T18:54:25.715Z[ recovery-image] May 11 18:54:24.663 INFO O| May 11 18:54:24.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
56992026-05-11T18:54:25.718Z[ recovery-image] May 11 18:54:24.663 INFO O| May 11 18:54:24.663 INFO STEP 294 (remove_files) COMPLETE
57002026-05-11T18:54:25.718Z[ recovery-image] May 11 18:54:24.663 INFO O| May 11 18:54:24.663 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-05-11T18:54:25.723Z[ recovery-image] May 11 18:54:24.672 INFO O| May 11 18:54:24.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57022026-05-11T18:54:25.726Z[ recovery-image] May 11 18:54:24.672 INFO O| May 11 18:54:24.672 INFO STEP 295 (remove_files) COMPLETE
57032026-05-11T18:54:25.726Z[ recovery-image] May 11 18:54:24.672 INFO O| May 11 18:54:24.672 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-05-11T18:54:25.731Z[ recovery-image] May 11 18:54:24.679 INFO O| May 11 18:54:24.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57052026-05-11T18:54:25.734Z[ recovery-image] May 11 18:54:24.679 INFO O| May 11 18:54:24.679 INFO STEP 296 (remove_files) COMPLETE
57062026-05-11T18:54:25.734Z[ recovery-image] May 11 18:54:24.679 INFO O| May 11 18:54:24.679 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-05-11T18:54:25.738Z[ recovery-image] May 11 18:54:24.686 INFO O| May 11 18:54:24.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57082026-05-11T18:54:25.738Z[ recovery-image] May 11 18:54:24.686 INFO O| May 11 18:54:24.686 INFO STEP 297 (remove_files) COMPLETE
57092026-05-11T18:54:25.741Z[ recovery-image] May 11 18:54:24.686 INFO O| May 11 18:54:24.686 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-05-11T18:54:25.747Z[ recovery-image] May 11 18:54:24.695 INFO O| May 11 18:54:24.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57112026-05-11T18:54:25.747Z[ recovery-image] May 11 18:54:24.695 INFO O| May 11 18:54:24.695 INFO STEP 298 (remove_files) COMPLETE
57122026-05-11T18:54:25.747Z[ recovery-image] May 11 18:54:24.695 INFO O| May 11 18:54:24.695 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-05-11T18:54:25.754Z[ recovery-image] May 11 18:54:24.702 INFO O| May 11 18:54:24.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57142026-05-11T18:54:25.757Z[ recovery-image] May 11 18:54:24.702 INFO O| May 11 18:54:24.702 INFO STEP 299 (remove_files) COMPLETE
57152026-05-11T18:54:25.757Z[ recovery-image] May 11 18:54:24.702 INFO O| May 11 18:54:24.702 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-05-11T18:54:25.762Z[ recovery-image] May 11 18:54:24.711 INFO O| May 11 18:54:24.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57172026-05-11T18:54:25.762Z[ recovery-image] May 11 18:54:24.711 INFO O| May 11 18:54:24.711 INFO STEP 300 (remove_files) COMPLETE
57182026-05-11T18:54:25.762Z[ recovery-image] May 11 18:54:24.711 INFO O| May 11 18:54:24.711 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-05-11T18:54:25.770Z[ recovery-image] May 11 18:54:24.718 INFO O| May 11 18:54:24.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57202026-05-11T18:54:25.770Z[ recovery-image] May 11 18:54:24.718 INFO O| May 11 18:54:24.718 INFO STEP 301 (remove_files) COMPLETE
57212026-05-11T18:54:25.775Z[ recovery-image] May 11 18:54:24.718 INFO O| May 11 18:54:24.718 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-05-11T18:54:25.780Z[ recovery-image] May 11 18:54:24.728 INFO O| May 11 18:54:24.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57232026-05-11T18:54:25.783Z[ recovery-image] May 11 18:54:24.728 INFO O| May 11 18:54:24.728 INFO STEP 302 (remove_files) COMPLETE
57242026-05-11T18:54:25.783Z[ recovery-image] May 11 18:54:24.728 INFO O| May 11 18:54:24.728 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-05-11T18:54:25.788Z[ recovery-image] May 11 18:54:24.736 INFO O| May 11 18:54:24.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57262026-05-11T18:54:25.788Z[ recovery-image] May 11 18:54:24.736 INFO O| May 11 18:54:24.736 INFO STEP 303 (remove_files) COMPLETE
57272026-05-11T18:54:25.788Z[ recovery-image] May 11 18:54:24.736 INFO O| May 11 18:54:24.736 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-05-11T18:54:25.796Z[ recovery-image] May 11 18:54:24.744 INFO O| May 11 18:54:24.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57292026-05-11T18:54:25.796Z[ recovery-image] May 11 18:54:24.744 INFO O| May 11 18:54:24.744 INFO STEP 304 (remove_files) COMPLETE
57302026-05-11T18:54:25.799Z[ recovery-image] May 11 18:54:24.744 INFO O| May 11 18:54:24.744 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-05-11T18:54:25.802Z[ recovery-image] May 11 18:54:24.751 INFO O| May 11 18:54:24.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57322026-05-11T18:54:25.802Z[ recovery-image] May 11 18:54:24.751 INFO O| May 11 18:54:24.751 INFO STEP 305 (remove_files) COMPLETE
57332026-05-11T18:54:25.803Z[ recovery-image] May 11 18:54:24.751 INFO O| May 11 18:54:24.751 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-05-11T18:54:25.809Z[ recovery-image] May 11 18:54:24.757 INFO O| May 11 18:54:24.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57352026-05-11T18:54:25.809Z[ recovery-image] May 11 18:54:24.757 INFO O| May 11 18:54:24.757 INFO STEP 306 (remove_files) COMPLETE
57362026-05-11T18:54:25.809Z[ recovery-image] May 11 18:54:24.758 INFO O| May 11 18:54:24.757 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-05-11T18:54:25.816Z[ recovery-image] May 11 18:54:24.764 INFO O| May 11 18:54:24.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57382026-05-11T18:54:25.816Z[ recovery-image] May 11 18:54:24.764 INFO O| May 11 18:54:24.764 INFO STEP 307 (remove_files) COMPLETE
57392026-05-11T18:54:25.816Z[ recovery-image] May 11 18:54:24.764 INFO O| May 11 18:54:24.764 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-05-11T18:54:25.825Z[ recovery-image] May 11 18:54:24.773 INFO O| May 11 18:54:24.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57412026-05-11T18:54:25.825Z[ recovery-image] May 11 18:54:24.773 INFO O| May 11 18:54:24.773 INFO STEP 308 (remove_files) COMPLETE
57422026-05-11T18:54:25.825Z[ recovery-image] May 11 18:54:24.773 INFO O| May 11 18:54:24.773 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-05-11T18:54:25.831Z[ recovery-image] May 11 18:54:24.780 INFO O| May 11 18:54:24.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57442026-05-11T18:54:25.831Z[ recovery-image] May 11 18:54:24.780 INFO O| May 11 18:54:24.780 INFO STEP 309 (remove_files) COMPLETE
57452026-05-11T18:54:25.835Z[ recovery-image] May 11 18:54:24.780 INFO O| May 11 18:54:24.780 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-05-11T18:54:25.838Z[ recovery-image] May 11 18:54:24.786 INFO O| May 11 18:54:24.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57472026-05-11T18:54:25.838Z[ recovery-image] May 11 18:54:24.786 INFO O| May 11 18:54:24.786 INFO STEP 310 (remove_files) COMPLETE
57482026-05-11T18:54:25.838Z[ recovery-image] May 11 18:54:24.786 INFO O| May 11 18:54:24.786 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-05-11T18:54:25.843Z[ recovery-image] May 11 18:54:24.792 INFO O| May 11 18:54:24.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57502026-05-11T18:54:25.843Z[ recovery-image] May 11 18:54:24.792 INFO O| May 11 18:54:24.792 INFO STEP 311 (remove_files) COMPLETE
57512026-05-11T18:54:25.846Z[ recovery-image] May 11 18:54:24.792 INFO O| May 11 18:54:24.792 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-05-11T18:54:25.850Z[ recovery-image] May 11 18:54:24.798 INFO O| May 11 18:54:24.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57532026-05-11T18:54:25.850Z[ recovery-image] May 11 18:54:24.798 INFO O| May 11 18:54:24.798 INFO STEP 312 (remove_files) COMPLETE
57542026-05-11T18:54:25.850Z[ recovery-image] May 11 18:54:24.798 INFO O| May 11 18:54:24.798 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-05-11T18:54:25.856Z[ recovery-image] May 11 18:54:24.805 INFO O| May 11 18:54:24.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57562026-05-11T18:54:25.856Z[ recovery-image] May 11 18:54:24.805 INFO O| May 11 18:54:24.805 INFO STEP 313 (remove_files) COMPLETE
57572026-05-11T18:54:25.860Z[ recovery-image] May 11 18:54:24.805 INFO O| May 11 18:54:24.805 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-05-11T18:54:25.863Z[ recovery-image] May 11 18:54:24.811 INFO O| May 11 18:54:24.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57592026-05-11T18:54:25.866Z[ recovery-image] May 11 18:54:24.811 INFO O| May 11 18:54:24.811 INFO STEP 314 (remove_files) COMPLETE
57602026-05-11T18:54:25.866Z[ recovery-image] May 11 18:54:24.811 INFO O| May 11 18:54:24.811 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-05-11T18:54:25.870Z[ recovery-image] May 11 18:54:24.819 INFO O| May 11 18:54:24.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57622026-05-11T18:54:25.870Z[ recovery-image] May 11 18:54:24.819 INFO O| May 11 18:54:24.819 INFO STEP 315 (remove_files) COMPLETE
57632026-05-11T18:54:25.870Z[ recovery-image] May 11 18:54:24.819 INFO O| May 11 18:54:24.819 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-05-11T18:54:25.877Z[ recovery-image] May 11 18:54:24.826 INFO O| May 11 18:54:24.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57652026-05-11T18:54:25.880Z[ recovery-image] May 11 18:54:24.826 INFO O| May 11 18:54:24.826 INFO STEP 316 (remove_files) COMPLETE
57662026-05-11T18:54:25.880Z[ recovery-image] May 11 18:54:24.826 INFO O| May 11 18:54:24.826 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-05-11T18:54:25.884Z[ recovery-image] May 11 18:54:24.833 INFO O| May 11 18:54:24.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57682026-05-11T18:54:25.884Z[ recovery-image] May 11 18:54:24.833 INFO O| May 11 18:54:24.833 INFO STEP 317 (remove_files) COMPLETE
57692026-05-11T18:54:25.887Z[ recovery-image] May 11 18:54:24.833 INFO O| May 11 18:54:24.833 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-05-11T18:54:25.891Z[ recovery-image] May 11 18:54:24.840 INFO O| May 11 18:54:24.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
57712026-05-11T18:54:25.891Z[ recovery-image] May 11 18:54:24.840 INFO O| May 11 18:54:24.840 INFO STEP 318 (remove_files) COMPLETE
57722026-05-11T18:54:25.894Z[ recovery-image] May 11 18:54:24.840 INFO O| May 11 18:54:24.840 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-05-11T18:54:25.898Z[ recovery-image] May 11 18:54:24.847 INFO O| May 11 18:54:24.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
57742026-05-11T18:54:25.901Z[ recovery-image] May 11 18:54:24.847 INFO O| May 11 18:54:24.847 INFO STEP 319 (remove_files) COMPLETE
57752026-05-11T18:54:25.901Z[ recovery-image] May 11 18:54:24.847 INFO O| May 11 18:54:24.847 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-05-11T18:54:25.905Z[ recovery-image] May 11 18:54:24.854 INFO O| May 11 18:54:24.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
57772026-05-11T18:54:25.905Z[ recovery-image] May 11 18:54:24.854 INFO O| May 11 18:54:24.854 INFO STEP 320 (remove_files) COMPLETE
57782026-05-11T18:54:25.908Z[ recovery-image] May 11 18:54:24.854 INFO O| May 11 18:54:24.854 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-05-11T18:54:25.912Z[ recovery-image] May 11 18:54:24.861 INFO O| May 11 18:54:24.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
57802026-05-11T18:54:25.916Z[ recovery-image] May 11 18:54:24.861 INFO O| May 11 18:54:24.861 INFO STEP 321 (remove_files) COMPLETE
57812026-05-11T18:54:25.916Z[ recovery-image] May 11 18:54:24.861 INFO O| May 11 18:54:24.861 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-05-11T18:54:25.920Z[ recovery-image] May 11 18:54:24.868 INFO O| May 11 18:54:24.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
57832026-05-11T18:54:25.920Z[ recovery-image] May 11 18:54:24.869 INFO O| May 11 18:54:24.868 INFO STEP 322 (remove_files) COMPLETE
57842026-05-11T18:54:25.923Z[ recovery-image] May 11 18:54:24.869 INFO O| May 11 18:54:24.869 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-05-11T18:54:25.928Z[ recovery-image] May 11 18:54:24.876 INFO O| May 11 18:54:24.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
57862026-05-11T18:54:25.928Z[ recovery-image] May 11 18:54:24.876 INFO O| May 11 18:54:24.876 INFO STEP 323 (remove_files) COMPLETE
57872026-05-11T18:54:25.928Z[ recovery-image] May 11 18:54:24.876 INFO O| May 11 18:54:24.876 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-05-11T18:54:25.935Z[ recovery-image] May 11 18:54:24.883 INFO O| May 11 18:54:24.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
57892026-05-11T18:54:25.935Z[ recovery-image] May 11 18:54:24.883 INFO O| May 11 18:54:24.883 INFO STEP 324 (remove_files) COMPLETE
57902026-05-11T18:54:25.935Z[ recovery-image] May 11 18:54:24.883 INFO O| May 11 18:54:24.883 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-05-11T18:54:25.943Z[ recovery-image] May 11 18:54:24.891 INFO O| May 11 18:54:24.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
57922026-05-11T18:54:25.943Z[ recovery-image] May 11 18:54:24.891 INFO O| May 11 18:54:24.891 INFO STEP 325 (remove_files) COMPLETE
57932026-05-11T18:54:25.946Z[ recovery-image] May 11 18:54:24.891 INFO O| May 11 18:54:24.891 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-05-11T18:54:25.949Z[ recovery-image] May 11 18:54:24.897 INFO O| May 11 18:54:24.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
57952026-05-11T18:54:25.949Z[ recovery-image] May 11 18:54:24.897 INFO O| May 11 18:54:24.897 INFO STEP 326 (remove_files) COMPLETE
57962026-05-11T18:54:25.949Z[ recovery-image] May 11 18:54:24.897 INFO O| May 11 18:54:24.897 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-05-11T18:54:25.956Z[ recovery-image] May 11 18:54:24.904 INFO O| May 11 18:54:24.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
57982026-05-11T18:54:25.959Z[ recovery-image] May 11 18:54:24.904 INFO O| May 11 18:54:24.904 INFO STEP 327 (remove_files) COMPLETE
57992026-05-11T18:54:25.959Z[ recovery-image] May 11 18:54:24.904 INFO O| May 11 18:54:24.904 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-05-11T18:54:25.964Z[ recovery-image] May 11 18:54:24.912 INFO O| May 11 18:54:24.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58012026-05-11T18:54:25.964Z[ recovery-image] May 11 18:54:24.912 INFO O| May 11 18:54:24.912 INFO STEP 328 (remove_files) COMPLETE
58022026-05-11T18:54:25.967Z[ recovery-image] May 11 18:54:24.912 INFO O| May 11 18:54:24.912 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-05-11T18:54:25.971Z[ recovery-image] May 11 18:54:24.919 INFO O| May 11 18:54:24.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58042026-05-11T18:54:25.971Z[ recovery-image] May 11 18:54:24.919 INFO O| May 11 18:54:24.919 INFO STEP 329 (remove_files) COMPLETE
58052026-05-11T18:54:25.974Z[ recovery-image] May 11 18:54:24.919 INFO O| May 11 18:54:24.919 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-05-11T18:54:25.977Z[ recovery-image] May 11 18:54:24.926 INFO O| May 11 18:54:24.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58072026-05-11T18:54:25.977Z[ recovery-image] May 11 18:54:24.926 INFO O| May 11 18:54:24.926 INFO STEP 330 (remove_files) COMPLETE
58082026-05-11T18:54:25.977Z[ recovery-image] May 11 18:54:24.926 INFO O| May 11 18:54:24.926 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-05-11T18:54:25.987Z[ recovery-image] May 11 18:54:24.935 INFO O| May 11 18:54:24.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58102026-05-11T18:54:25.987Z[ recovery-image] May 11 18:54:24.935 INFO O| May 11 18:54:24.935 INFO STEP 331 (remove_files) COMPLETE
58112026-05-11T18:54:25.987Z[ recovery-image] May 11 18:54:24.935 INFO O| May 11 18:54:24.935 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-05-11T18:54:25.994Z[ recovery-image] May 11 18:54:24.942 INFO O| May 11 18:54:24.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58132026-05-11T18:54:25.994Z[ recovery-image] May 11 18:54:24.942 INFO O| May 11 18:54:24.942 INFO STEP 332 (remove_files) COMPLETE
58142026-05-11T18:54:25.997Z[ recovery-image] May 11 18:54:24.942 INFO O| May 11 18:54:24.942 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-05-11T18:54:26.001Z[ recovery-image] May 11 18:54:24.950 INFO O| May 11 18:54:24.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58162026-05-11T18:54:26.004Z[ recovery-image] May 11 18:54:24.950 INFO O| May 11 18:54:24.950 INFO STEP 333 (remove_files) COMPLETE
58172026-05-11T18:54:26.004Z[ recovery-image] May 11 18:54:24.950 INFO O| May 11 18:54:24.950 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-05-11T18:54:26.011Z[ recovery-image] May 11 18:54:24.959 INFO O| May 11 18:54:24.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58192026-05-11T18:54:26.014Z[ recovery-image] May 11 18:54:24.959 INFO O| May 11 18:54:24.959 INFO STEP 334 (remove_files) COMPLETE
58202026-05-11T18:54:26.014Z[ recovery-image] May 11 18:54:24.959 INFO O| May 11 18:54:24.959 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-05-11T18:54:26.018Z[ recovery-image] May 11 18:54:24.966 INFO O| May 11 18:54:24.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58222026-05-11T18:54:26.018Z[ recovery-image] May 11 18:54:24.966 INFO O| May 11 18:54:24.966 INFO STEP 335 (remove_files) COMPLETE
58232026-05-11T18:54:26.021Z[ recovery-image] May 11 18:54:24.966 INFO O| May 11 18:54:24.966 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-05-11T18:54:26.024Z[ recovery-image] May 11 18:54:24.972 INFO O| May 11 18:54:24.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58252026-05-11T18:54:26.024Z[ recovery-image] May 11 18:54:24.972 INFO O| May 11 18:54:24.972 INFO STEP 336 (remove_files) COMPLETE
58262026-05-11T18:54:26.027Z[ recovery-image] May 11 18:54:24.972 INFO O| May 11 18:54:24.972 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-05-11T18:54:26.030Z[ recovery-image] May 11 18:54:24.978 INFO O| May 11 18:54:24.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58282026-05-11T18:54:26.033Z[ recovery-image] May 11 18:54:24.978 INFO O| May 11 18:54:24.978 INFO STEP 337 (remove_files) COMPLETE
58292026-05-11T18:54:26.033Z[ recovery-image] May 11 18:54:24.978 INFO O| May 11 18:54:24.978 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-05-11T18:54:26.036Z[ recovery-image] May 11 18:54:24.985 INFO O| May 11 18:54:24.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58312026-05-11T18:54:26.037Z[ recovery-image] May 11 18:54:24.985 INFO O| May 11 18:54:24.985 INFO STEP 338 (remove_files) COMPLETE
58322026-05-11T18:54:26.037Z[ recovery-image] May 11 18:54:24.985 INFO O| May 11 18:54:24.985 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-05-11T18:54:26.042Z[ recovery-image] May 11 18:54:24.991 INFO O| May 11 18:54:24.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58342026-05-11T18:54:26.042Z[ recovery-image] May 11 18:54:24.991 INFO O| May 11 18:54:24.991 INFO STEP 339 (remove_files) COMPLETE
58352026-05-11T18:54:26.046Z[ recovery-image] May 11 18:54:24.991 INFO O| May 11 18:54:24.991 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-05-11T18:54:26.049Z[ recovery-image] May 11 18:54:24.997 INFO O| May 11 18:54:24.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58372026-05-11T18:54:26.049Z[ recovery-image] May 11 18:54:24.997 INFO O| May 11 18:54:24.997 INFO STEP 340 (remove_files) COMPLETE
58382026-05-11T18:54:26.049Z[ recovery-image] May 11 18:54:24.997 INFO O| May 11 18:54:24.997 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-05-11T18:54:26.054Z[ recovery-image] May 11 18:54:25.003 INFO O| May 11 18:54:25.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58402026-05-11T18:54:26.055Z[ recovery-image] May 11 18:54:25.003 INFO O| May 11 18:54:25.003 INFO STEP 341 (remove_files) COMPLETE
58412026-05-11T18:54:26.058Z[ recovery-image] May 11 18:54:25.003 INFO O| May 11 18:54:25.003 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-05-11T18:54:26.064Z[ recovery-image] May 11 18:54:25.012 INFO O| May 11 18:54:25.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58432026-05-11T18:54:26.064Z[ recovery-image] May 11 18:54:25.012 INFO O| May 11 18:54:25.012 INFO STEP 342 (remove_files) COMPLETE
58442026-05-11T18:54:26.064Z[ recovery-image] May 11 18:54:25.012 INFO O| May 11 18:54:25.012 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-05-11T18:54:26.073Z[ recovery-image] May 11 18:54:25.021 INFO O| May 11 18:54:25.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58462026-05-11T18:54:26.076Z[ recovery-image] May 11 18:54:25.021 INFO O| May 11 18:54:25.021 INFO STEP 343 (remove_files) COMPLETE
58472026-05-11T18:54:26.076Z[ recovery-image] May 11 18:54:25.021 INFO O| May 11 18:54:25.021 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-05-11T18:54:26.081Z[ recovery-image] May 11 18:54:25.029 INFO O| May 11 18:54:25.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58492026-05-11T18:54:26.081Z[ recovery-image] May 11 18:54:25.029 INFO O| May 11 18:54:25.029 INFO STEP 344 (remove_files) COMPLETE
58502026-05-11T18:54:26.082Z[ recovery-image] May 11 18:54:25.029 INFO O| May 11 18:54:25.029 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-05-11T18:54:26.090Z[ recovery-image] May 11 18:54:25.039 INFO O| May 11 18:54:25.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58522026-05-11T18:54:26.090Z[ recovery-image] May 11 18:54:25.039 INFO O| May 11 18:54:25.039 INFO STEP 345 (remove_files) COMPLETE
58532026-05-11T18:54:26.093Z[ recovery-image] May 11 18:54:25.039 INFO O| May 11 18:54:25.039 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-05-11T18:54:26.098Z[ recovery-image] May 11 18:54:25.046 INFO O| May 11 18:54:25.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58552026-05-11T18:54:26.101Z[ recovery-image] May 11 18:54:25.046 INFO O| May 11 18:54:25.046 INFO STEP 346 (remove_files) COMPLETE
58562026-05-11T18:54:26.101Z[ recovery-image] May 11 18:54:25.046 INFO O| May 11 18:54:25.046 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-05-11T18:54:26.105Z[ recovery-image] May 11 18:54:25.053 INFO O| May 11 18:54:25.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58582026-05-11T18:54:26.110Z[ recovery-image] May 11 18:54:25.053 INFO O| May 11 18:54:25.053 INFO STEP 347 (remove_files) COMPLETE
58592026-05-11T18:54:26.110Z[ recovery-image] May 11 18:54:25.053 INFO O| May 11 18:54:25.053 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-05-11T18:54:26.115Z[ recovery-image] May 11 18:54:25.063 INFO O| May 11 18:54:25.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58612026-05-11T18:54:26.115Z[ recovery-image] May 11 18:54:25.063 INFO O| May 11 18:54:25.063 INFO STEP 348 (remove_files) COMPLETE
58622026-05-11T18:54:26.115Z[ recovery-image] May 11 18:54:25.063 INFO O| May 11 18:54:25.063 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-05-11T18:54:26.123Z[ recovery-image] May 11 18:54:25.071 INFO O| May 11 18:54:25.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58642026-05-11T18:54:26.126Z[ recovery-image] May 11 18:54:25.071 INFO O| May 11 18:54:25.071 INFO STEP 349 (remove_files) COMPLETE
58652026-05-11T18:54:26.126Z[ recovery-image] May 11 18:54:25.071 INFO O| May 11 18:54:25.071 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-05-11T18:54:26.132Z[ recovery-image] May 11 18:54:25.080 INFO O| May 11 18:54:25.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
58672026-05-11T18:54:26.136Z[ recovery-image] May 11 18:54:25.080 INFO O| May 11 18:54:25.080 INFO STEP 350 (remove_files) COMPLETE
58682026-05-11T18:54:26.136Z[ recovery-image] May 11 18:54:25.080 INFO O| May 11 18:54:25.080 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-05-11T18:54:26.139Z[ recovery-image] May 11 18:54:25.087 INFO O| May 11 18:54:25.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
58702026-05-11T18:54:26.139Z[ recovery-image] May 11 18:54:25.088 INFO O| May 11 18:54:25.088 INFO STEP 351 (remove_files) COMPLETE
58712026-05-11T18:54:26.142Z[ recovery-image] May 11 18:54:25.088 INFO O| May 11 18:54:25.088 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-05-11T18:54:26.146Z[ recovery-image] May 11 18:54:25.095 INFO O| May 11 18:54:25.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
58732026-05-11T18:54:26.146Z[ recovery-image] May 11 18:54:25.095 INFO O| May 11 18:54:25.095 INFO STEP 352 (remove_files) COMPLETE
58742026-05-11T18:54:26.146Z[ recovery-image] May 11 18:54:25.095 INFO O| May 11 18:54:25.095 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-05-11T18:54:26.153Z[ recovery-image] May 11 18:54:25.101 INFO O| May 11 18:54:25.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
58762026-05-11T18:54:26.153Z[ recovery-image] May 11 18:54:25.101 INFO O| May 11 18:54:25.101 INFO STEP 353 (remove_files) COMPLETE
58772026-05-11T18:54:26.156Z[ recovery-image] May 11 18:54:25.101 INFO O| May 11 18:54:25.101 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-05-11T18:54:26.159Z[ recovery-image] May 11 18:54:25.108 INFO O| May 11 18:54:25.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
58792026-05-11T18:54:26.162Z[ recovery-image] May 11 18:54:25.108 INFO O| May 11 18:54:25.108 INFO STEP 354 (remove_files) COMPLETE
58802026-05-11T18:54:26.162Z[ recovery-image] May 11 18:54:25.108 INFO O| May 11 18:54:25.108 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-05-11T18:54:26.166Z[ recovery-image] May 11 18:54:25.114 INFO O| May 11 18:54:25.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
58822026-05-11T18:54:26.166Z[ recovery-image] May 11 18:54:25.114 INFO O| May 11 18:54:25.114 INFO STEP 355 (remove_files) COMPLETE
58832026-05-11T18:54:26.169Z[ recovery-image] May 11 18:54:25.114 INFO O| May 11 18:54:25.114 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-05-11T18:54:26.173Z[ recovery-image] May 11 18:54:25.121 INFO O| May 11 18:54:25.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
58852026-05-11T18:54:26.176Z[ recovery-image] May 11 18:54:25.121 INFO O| May 11 18:54:25.121 INFO STEP 356 (remove_files) COMPLETE
58862026-05-11T18:54:26.176Z[ recovery-image] May 11 18:54:25.121 INFO O| May 11 18:54:25.121 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-05-11T18:54:26.180Z[ recovery-image] May 11 18:54:25.128 INFO O| May 11 18:54:25.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
58882026-05-11T18:54:26.180Z[ recovery-image] May 11 18:54:25.128 INFO O| May 11 18:54:25.128 INFO STEP 357 (remove_files) COMPLETE
58892026-05-11T18:54:26.180Z[ recovery-image] May 11 18:54:25.128 INFO O| May 11 18:54:25.128 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-05-11T18:54:26.187Z[ recovery-image] May 11 18:54:25.135 INFO O| May 11 18:54:25.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
58912026-05-11T18:54:26.187Z[ recovery-image] May 11 18:54:25.135 INFO O| May 11 18:54:25.135 INFO STEP 358 (remove_files) COMPLETE
58922026-05-11T18:54:26.189Z[ recovery-image] May 11 18:54:25.135 INFO O| May 11 18:54:25.135 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-05-11T18:54:26.193Z[ recovery-image] May 11 18:54:25.142 INFO O| May 11 18:54:25.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
58942026-05-11T18:54:26.193Z[ recovery-image] May 11 18:54:25.142 INFO O| May 11 18:54:25.142 INFO STEP 359 (remove_files) COMPLETE
58952026-05-11T18:54:26.193Z[ recovery-image] May 11 18:54:25.142 INFO O| May 11 18:54:25.142 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-05-11T18:54:26.200Z[ recovery-image] May 11 18:54:25.149 INFO O| May 11 18:54:25.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
58972026-05-11T18:54:26.201Z[ recovery-image] May 11 18:54:25.149 INFO O| May 11 18:54:25.149 INFO STEP 360 (remove_files) COMPLETE
58982026-05-11T18:54:26.201Z[ recovery-image] May 11 18:54:25.149 INFO O| May 11 18:54:25.149 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-05-11T18:54:26.207Z[ recovery-image] May 11 18:54:25.156 INFO O| May 11 18:54:25.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59002026-05-11T18:54:26.207Z[ recovery-image] May 11 18:54:25.156 INFO O| May 11 18:54:25.156 INFO STEP 361 (remove_files) COMPLETE
59012026-05-11T18:54:26.210Z[ recovery-image] May 11 18:54:25.156 INFO O| May 11 18:54:25.156 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-05-11T18:54:26.214Z[ recovery-image] May 11 18:54:25.162 INFO O| May 11 18:54:25.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59032026-05-11T18:54:26.214Z[ recovery-image] May 11 18:54:25.162 INFO O| May 11 18:54:25.162 INFO STEP 362 (remove_files) COMPLETE
59042026-05-11T18:54:26.214Z[ recovery-image] May 11 18:54:25.162 INFO O| May 11 18:54:25.162 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-05-11T18:54:26.220Z[ recovery-image] May 11 18:54:25.169 INFO O| May 11 18:54:25.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59062026-05-11T18:54:26.223Z[ recovery-image] May 11 18:54:25.169 INFO O| May 11 18:54:25.169 INFO STEP 363 (remove_files) COMPLETE
59072026-05-11T18:54:26.223Z[ recovery-image] May 11 18:54:25.169 INFO O| May 11 18:54:25.169 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-05-11T18:54:26.227Z[ recovery-image] May 11 18:54:25.175 INFO O| May 11 18:54:25.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59092026-05-11T18:54:26.227Z[ recovery-image] May 11 18:54:25.175 INFO O| May 11 18:54:25.175 INFO STEP 364 (remove_files) COMPLETE
59102026-05-11T18:54:26.230Z[ recovery-image] May 11 18:54:25.175 INFO O| May 11 18:54:25.175 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-05-11T18:54:26.234Z[ recovery-image] May 11 18:54:25.183 INFO O| May 11 18:54:25.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59122026-05-11T18:54:26.234Z[ recovery-image] May 11 18:54:25.183 INFO O| May 11 18:54:25.183 INFO STEP 365 (remove_files) COMPLETE
59132026-05-11T18:54:26.237Z[ recovery-image] May 11 18:54:25.183 INFO O| May 11 18:54:25.183 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-05-11T18:54:26.244Z[ recovery-image] May 11 18:54:25.192 INFO O| May 11 18:54:25.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59152026-05-11T18:54:26.247Z[ recovery-image] May 11 18:54:25.192 INFO O| May 11 18:54:25.192 INFO STEP 366 (remove_files) COMPLETE
59162026-05-11T18:54:26.247Z[ recovery-image] May 11 18:54:25.192 INFO O| May 11 18:54:25.192 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-05-11T18:54:26.251Z[ recovery-image] May 11 18:54:25.199 INFO O| May 11 18:54:25.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59182026-05-11T18:54:26.251Z[ recovery-image] May 11 18:54:25.199 INFO O| May 11 18:54:25.199 INFO STEP 367 (remove_files) COMPLETE
59192026-05-11T18:54:26.251Z[ recovery-image] May 11 18:54:25.199 INFO O| May 11 18:54:25.199 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-05-11T18:54:26.261Z[ recovery-image] May 11 18:54:25.209 INFO O| May 11 18:54:25.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59212026-05-11T18:54:26.261Z[ recovery-image] May 11 18:54:25.209 INFO O| May 11 18:54:25.209 INFO STEP 368 (remove_files) COMPLETE
59222026-05-11T18:54:26.261Z[ recovery-image] May 11 18:54:25.209 INFO O| May 11 18:54:25.209 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-05-11T18:54:26.270Z[ recovery-image] May 11 18:54:25.218 INFO O| May 11 18:54:25.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59242026-05-11T18:54:26.270Z[ recovery-image] May 11 18:54:25.218 INFO O| May 11 18:54:25.218 INFO STEP 369 (remove_files) COMPLETE
59252026-05-11T18:54:26.270Z[ recovery-image] May 11 18:54:25.218 INFO O| May 11 18:54:25.218 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-05-11T18:54:26.278Z[ recovery-image] May 11 18:54:25.227 INFO O| May 11 18:54:25.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59272026-05-11T18:54:26.278Z[ recovery-image] May 11 18:54:25.227 INFO O| May 11 18:54:25.227 INFO STEP 370 (remove_files) COMPLETE
59282026-05-11T18:54:26.278Z[ recovery-image] May 11 18:54:25.227 INFO O| May 11 18:54:25.227 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-05-11T18:54:26.287Z[ recovery-image] May 11 18:54:25.235 INFO O| May 11 18:54:25.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59302026-05-11T18:54:26.287Z[ recovery-image] May 11 18:54:25.235 INFO O| May 11 18:54:25.235 INFO STEP 371 (remove_files) COMPLETE
59312026-05-11T18:54:26.287Z[ recovery-image] May 11 18:54:25.235 INFO O| May 11 18:54:25.235 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-05-11T18:54:26.296Z[ recovery-image] May 11 18:54:25.244 INFO O| May 11 18:54:25.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59332026-05-11T18:54:26.296Z[ recovery-image] May 11 18:54:25.244 INFO O| May 11 18:54:25.244 INFO STEP 372 (remove_files) COMPLETE
59342026-05-11T18:54:26.299Z[ recovery-image] May 11 18:54:25.244 INFO O| May 11 18:54:25.244 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-05-11T18:54:26.305Z[ recovery-image] May 11 18:54:25.253 INFO O| May 11 18:54:25.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59362026-05-11T18:54:26.305Z[ recovery-image] May 11 18:54:25.253 INFO O| May 11 18:54:25.253 INFO STEP 373 (remove_files) COMPLETE
59372026-05-11T18:54:26.308Z[ recovery-image] May 11 18:54:25.253 INFO O| May 11 18:54:25.253 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-05-11T18:54:26.313Z[ recovery-image] May 11 18:54:25.261 INFO O| May 11 18:54:25.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59392026-05-11T18:54:26.313Z[ recovery-image] May 11 18:54:25.261 INFO O| May 11 18:54:25.261 INFO STEP 374 (remove_files) COMPLETE
59402026-05-11T18:54:26.313Z[ recovery-image] May 11 18:54:25.261 INFO O| May 11 18:54:25.261 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-05-11T18:54:26.320Z[ recovery-image] May 11 18:54:25.268 INFO O| May 11 18:54:25.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59422026-05-11T18:54:26.323Z[ recovery-image] May 11 18:54:25.268 INFO O| May 11 18:54:25.268 INFO STEP 375 (remove_files) COMPLETE
59432026-05-11T18:54:26.323Z[ recovery-image] May 11 18:54:25.268 INFO O| May 11 18:54:25.268 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-05-11T18:54:26.332Z[ recovery-image] May 11 18:54:25.278 INFO O| May 11 18:54:25.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59452026-05-11T18:54:26.332Z[ recovery-image] May 11 18:54:25.278 INFO O| May 11 18:54:25.278 INFO STEP 376 (remove_files) COMPLETE
59462026-05-11T18:54:26.335Z[ recovery-image] May 11 18:54:25.278 INFO O| May 11 18:54:25.278 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-05-11T18:54:26.339Z[ recovery-image] May 11 18:54:25.287 INFO O| May 11 18:54:25.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59482026-05-11T18:54:26.339Z[ recovery-image] May 11 18:54:25.287 INFO O| May 11 18:54:25.287 INFO STEP 377 (remove_files) COMPLETE
59492026-05-11T18:54:26.339Z[ recovery-image] May 11 18:54:25.287 INFO O| May 11 18:54:25.287 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-05-11T18:54:26.348Z[ recovery-image] May 11 18:54:25.296 INFO O| May 11 18:54:25.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59512026-05-11T18:54:26.348Z[ recovery-image] May 11 18:54:25.296 INFO O| May 11 18:54:25.296 INFO STEP 378 (remove_files) COMPLETE
59522026-05-11T18:54:26.352Z[ recovery-image] May 11 18:54:25.296 INFO O| May 11 18:54:25.296 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-05-11T18:54:26.358Z[ recovery-image] May 11 18:54:25.305 INFO O| May 11 18:54:25.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59542026-05-11T18:54:26.358Z[ recovery-image] May 11 18:54:25.305 INFO O| May 11 18:54:25.305 INFO STEP 379 (remove_files) COMPLETE
59552026-05-11T18:54:26.362Z[ recovery-image] May 11 18:54:25.305 INFO O| May 11 18:54:25.305 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-05-11T18:54:26.366Z[ recovery-image] May 11 18:54:25.314 INFO O| May 11 18:54:25.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59572026-05-11T18:54:26.366Z[ recovery-image] May 11 18:54:25.314 INFO O| May 11 18:54:25.314 INFO STEP 380 (remove_files) COMPLETE
59582026-05-11T18:54:26.369Z[ recovery-image] May 11 18:54:25.314 INFO O| May 11 18:54:25.314 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-05-11T18:54:26.374Z[ recovery-image] May 11 18:54:25.323 INFO O| May 11 18:54:25.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59602026-05-11T18:54:26.378Z[ recovery-image] May 11 18:54:25.323 INFO O| May 11 18:54:25.323 INFO STEP 381 (remove_files) COMPLETE
59612026-05-11T18:54:26.378Z[ recovery-image] May 11 18:54:25.323 INFO O| May 11 18:54:25.323 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-05-11T18:54:26.383Z[ recovery-image] May 11 18:54:25.331 INFO O| May 11 18:54:25.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59632026-05-11T18:54:26.383Z[ recovery-image] May 11 18:54:25.331 INFO O| May 11 18:54:25.331 INFO STEP 382 (remove_files) COMPLETE
59642026-05-11T18:54:26.387Z[ recovery-image] May 11 18:54:25.331 INFO O| May 11 18:54:25.331 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-05-11T18:54:26.391Z[ recovery-image] May 11 18:54:25.340 INFO O| May 11 18:54:25.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
59662026-05-11T18:54:26.394Z[ recovery-image] May 11 18:54:25.340 INFO O| May 11 18:54:25.340 INFO STEP 383 (remove_files) COMPLETE
59672026-05-11T18:54:26.394Z[ recovery-image] May 11 18:54:25.340 INFO O| May 11 18:54:25.340 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-05-11T18:54:26.400Z[ recovery-image] May 11 18:54:25.349 INFO O| May 11 18:54:25.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
59692026-05-11T18:54:26.400Z[ recovery-image] May 11 18:54:25.349 INFO O| May 11 18:54:25.349 INFO STEP 384 (remove_files) COMPLETE
59702026-05-11T18:54:26.404Z[ recovery-image] May 11 18:54:25.349 INFO O| May 11 18:54:25.349 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-05-11T18:54:26.411Z[ recovery-image] May 11 18:54:25.358 INFO O| May 11 18:54:25.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
59722026-05-11T18:54:26.411Z[ recovery-image] May 11 18:54:25.358 INFO O| May 11 18:54:25.358 INFO STEP 385 (remove_files) COMPLETE
59732026-05-11T18:54:26.414Z[ recovery-image] May 11 18:54:25.358 INFO O| May 11 18:54:25.358 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-05-11T18:54:26.418Z[ recovery-image] May 11 18:54:25.366 INFO O| May 11 18:54:25.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
59752026-05-11T18:54:26.421Z[ recovery-image] May 11 18:54:25.366 INFO O| May 11 18:54:25.366 INFO STEP 386 (remove_files) COMPLETE
59762026-05-11T18:54:26.421Z[ recovery-image] May 11 18:54:25.366 INFO O| May 11 18:54:25.366 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-05-11T18:54:26.429Z[ recovery-image] May 11 18:54:25.377 INFO O| May 11 18:54:25.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
59782026-05-11T18:54:26.432Z[ recovery-image] May 11 18:54:25.377 INFO O| May 11 18:54:25.377 INFO STEP 387 (remove_files) COMPLETE
59792026-05-11T18:54:26.432Z[ recovery-image] May 11 18:54:25.377 INFO O| May 11 18:54:25.377 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-05-11T18:54:26.437Z[ recovery-image] May 11 18:54:25.386 INFO O| May 11 18:54:25.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
59812026-05-11T18:54:26.438Z[ recovery-image] May 11 18:54:25.386 INFO O| May 11 18:54:25.386 INFO STEP 388 (remove_files) COMPLETE
59822026-05-11T18:54:26.441Z[ recovery-image] May 11 18:54:25.386 INFO O| May 11 18:54:25.386 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-05-11T18:54:26.445Z[ recovery-image] May 11 18:54:25.394 INFO O| May 11 18:54:25.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
59842026-05-11T18:54:26.449Z[ recovery-image] May 11 18:54:25.394 INFO O| May 11 18:54:25.394 INFO STEP 389 (remove_files) COMPLETE
59852026-05-11T18:54:26.449Z[ recovery-image] May 11 18:54:25.394 INFO O| May 11 18:54:25.394 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-05-11T18:54:26.455Z[ recovery-image] May 11 18:54:25.404 INFO O| May 11 18:54:25.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
59872026-05-11T18:54:26.455Z[ recovery-image] May 11 18:54:25.404 INFO O| May 11 18:54:25.404 INFO STEP 390 (remove_files) COMPLETE
59882026-05-11T18:54:26.458Z[ recovery-image] May 11 18:54:25.404 INFO O| May 11 18:54:25.404 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-05-11T18:54:26.465Z[ recovery-image] May 11 18:54:25.413 INFO O| May 11 18:54:25.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
59902026-05-11T18:54:26.465Z[ recovery-image] May 11 18:54:25.413 INFO O| May 11 18:54:25.413 INFO STEP 391 (remove_files) COMPLETE
59912026-05-11T18:54:26.469Z[ recovery-image] May 11 18:54:25.413 INFO O| May 11 18:54:25.413 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-05-11T18:54:26.475Z[ recovery-image] May 11 18:54:25.422 INFO O| May 11 18:54:25.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
59932026-05-11T18:54:26.475Z[ recovery-image] May 11 18:54:25.422 INFO O| May 11 18:54:25.422 INFO STEP 392 (remove_files) COMPLETE
59942026-05-11T18:54:26.475Z[ recovery-image] May 11 18:54:25.422 INFO O| May 11 18:54:25.422 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-05-11T18:54:26.483Z[ recovery-image] May 11 18:54:25.431 INFO O| May 11 18:54:25.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
59962026-05-11T18:54:26.483Z[ recovery-image] May 11 18:54:25.431 INFO O| May 11 18:54:25.431 INFO STEP 393 (remove_files) COMPLETE
59972026-05-11T18:54:26.487Z[ recovery-image] May 11 18:54:25.431 INFO O| May 11 18:54:25.431 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-05-11T18:54:26.493Z[ recovery-image] May 11 18:54:25.441 INFO O| May 11 18:54:25.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
59992026-05-11T18:54:26.493Z[ recovery-image] May 11 18:54:25.441 INFO O| May 11 18:54:25.441 INFO STEP 394 (remove_files) COMPLETE
60002026-05-11T18:54:26.493Z[ recovery-image] May 11 18:54:25.441 INFO O| May 11 18:54:25.441 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-05-11T18:54:26.503Z[ recovery-image] May 11 18:54:25.451 INFO O| May 11 18:54:25.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60022026-05-11T18:54:26.503Z[ recovery-image] May 11 18:54:25.451 INFO O| May 11 18:54:25.451 INFO STEP 395 (remove_files) COMPLETE
60032026-05-11T18:54:26.507Z[ recovery-image] May 11 18:54:25.451 INFO O| May 11 18:54:25.451 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-05-11T18:54:26.512Z[ recovery-image] May 11 18:54:25.460 INFO O| May 11 18:54:25.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60052026-05-11T18:54:26.512Z[ recovery-image] May 11 18:54:25.460 INFO O| May 11 18:54:25.460 INFO STEP 396 (remove_files) COMPLETE
60062026-05-11T18:54:26.512Z[ recovery-image] May 11 18:54:25.460 INFO O| May 11 18:54:25.460 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-05-11T18:54:26.521Z[ recovery-image] May 11 18:54:25.469 INFO O| May 11 18:54:25.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60082026-05-11T18:54:26.524Z[ recovery-image] May 11 18:54:25.469 INFO O| May 11 18:54:25.469 INFO STEP 397 (remove_files) COMPLETE
60092026-05-11T18:54:26.524Z[ recovery-image] May 11 18:54:25.469 INFO O| May 11 18:54:25.469 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-05-11T18:54:26.529Z[ recovery-image] May 11 18:54:25.478 INFO O| May 11 18:54:25.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60112026-05-11T18:54:26.529Z[ recovery-image] May 11 18:54:25.478 INFO O| May 11 18:54:25.478 INFO STEP 398 (remove_files) COMPLETE
60122026-05-11T18:54:26.530Z[ recovery-image] May 11 18:54:25.478 INFO O| May 11 18:54:25.478 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-05-11T18:54:26.539Z[ recovery-image] May 11 18:54:25.487 INFO O| May 11 18:54:25.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60142026-05-11T18:54:26.539Z[ recovery-image] May 11 18:54:25.488 INFO O| May 11 18:54:25.488 INFO STEP 399 (remove_files) COMPLETE
60152026-05-11T18:54:26.543Z[ recovery-image] May 11 18:54:25.488 INFO O| May 11 18:54:25.488 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-05-11T18:54:26.547Z[ recovery-image] May 11 18:54:25.496 INFO O| May 11 18:54:25.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60172026-05-11T18:54:26.547Z[ recovery-image] May 11 18:54:25.496 INFO O| May 11 18:54:25.496 INFO STEP 400 (remove_files) COMPLETE
60182026-05-11T18:54:26.551Z[ recovery-image] May 11 18:54:25.496 INFO O| May 11 18:54:25.496 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-05-11T18:54:26.554Z[ recovery-image] May 11 18:54:25.503 INFO O| May 11 18:54:25.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60202026-05-11T18:54:26.554Z[ recovery-image] May 11 18:54:25.503 INFO O| May 11 18:54:25.503 INFO STEP 401 (remove_files) COMPLETE
60212026-05-11T18:54:26.557Z[ recovery-image] May 11 18:54:25.503 INFO O| May 11 18:54:25.503 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-05-11T18:54:26.561Z[ recovery-image] May 11 18:54:25.509 INFO O| May 11 18:54:25.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60232026-05-11T18:54:26.561Z[ recovery-image] May 11 18:54:25.509 INFO O| May 11 18:54:25.509 INFO STEP 402 (remove_files) COMPLETE
60242026-05-11T18:54:26.564Z[ recovery-image] May 11 18:54:25.509 INFO O| May 11 18:54:25.509 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-05-11T18:54:26.568Z[ recovery-image] May 11 18:54:25.517 INFO O| May 11 18:54:25.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60262026-05-11T18:54:26.571Z[ recovery-image] May 11 18:54:25.517 INFO O| May 11 18:54:25.517 INFO STEP 403 (remove_files) COMPLETE
60272026-05-11T18:54:26.571Z[ recovery-image] May 11 18:54:25.517 INFO O| May 11 18:54:25.517 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-05-11T18:54:26.578Z[ recovery-image] May 11 18:54:25.527 INFO O| May 11 18:54:25.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60292026-05-11T18:54:26.578Z[ recovery-image] May 11 18:54:25.527 INFO O| May 11 18:54:25.527 INFO STEP 404 (remove_files) COMPLETE
60302026-05-11T18:54:26.582Z[ recovery-image] May 11 18:54:25.527 INFO O| May 11 18:54:25.527 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-05-11T18:54:26.587Z[ recovery-image] May 11 18:54:25.535 INFO O| May 11 18:54:25.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60322026-05-11T18:54:26.587Z[ recovery-image] May 11 18:54:25.536 INFO O| May 11 18:54:25.536 INFO STEP 405 (remove_files) COMPLETE
60332026-05-11T18:54:26.587Z[ recovery-image] May 11 18:54:25.536 INFO O| May 11 18:54:25.536 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-05-11T18:54:26.597Z[ recovery-image] May 11 18:54:25.545 INFO O| May 11 18:54:25.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60352026-05-11T18:54:26.597Z[ recovery-image] May 11 18:54:25.545 INFO O| May 11 18:54:25.545 INFO STEP 406 (remove_files) COMPLETE
60362026-05-11T18:54:26.597Z[ recovery-image] May 11 18:54:25.545 INFO O| May 11 18:54:25.545 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-05-11T18:54:26.604Z[ recovery-image] May 11 18:54:25.552 INFO O| May 11 18:54:25.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60382026-05-11T18:54:26.604Z[ recovery-image] May 11 18:54:25.552 INFO O| May 11 18:54:25.552 INFO STEP 407 (remove_files) COMPLETE
60392026-05-11T18:54:26.607Z[ recovery-image] May 11 18:54:25.552 INFO O| May 11 18:54:25.552 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-05-11T18:54:26.613Z[ recovery-image] May 11 18:54:25.561 INFO O| May 11 18:54:25.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60412026-05-11T18:54:26.613Z[ recovery-image] May 11 18:54:25.561 INFO O| May 11 18:54:25.561 INFO STEP 408 (remove_files) COMPLETE
60422026-05-11T18:54:26.616Z[ recovery-image] May 11 18:54:25.561 INFO O| May 11 18:54:25.561 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-05-11T18:54:26.623Z[ recovery-image] May 11 18:54:25.571 INFO O| May 11 18:54:25.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60442026-05-11T18:54:26.623Z[ recovery-image] May 11 18:54:25.571 INFO O| May 11 18:54:25.571 INFO STEP 409 (remove_files) COMPLETE
60452026-05-11T18:54:26.626Z[ recovery-image] May 11 18:54:25.571 INFO O| May 11 18:54:25.571 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-05-11T18:54:26.631Z[ recovery-image] May 11 18:54:25.579 INFO O| May 11 18:54:25.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60472026-05-11T18:54:26.631Z[ recovery-image] May 11 18:54:25.579 INFO O| May 11 18:54:25.579 INFO STEP 410 (remove_files) COMPLETE
60482026-05-11T18:54:26.631Z[ recovery-image] May 11 18:54:25.579 INFO O| May 11 18:54:25.579 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-05-11T18:54:26.639Z[ recovery-image] May 11 18:54:25.588 INFO O| May 11 18:54:25.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60502026-05-11T18:54:26.639Z[ recovery-image] May 11 18:54:25.588 INFO O| May 11 18:54:25.588 INFO STEP 411 (remove_files) COMPLETE
60512026-05-11T18:54:26.640Z[ recovery-image] May 11 18:54:25.588 INFO O| May 11 18:54:25.588 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-05-11T18:54:26.647Z[ recovery-image] May 11 18:54:25.595 INFO O| May 11 18:54:25.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60532026-05-11T18:54:26.647Z[ recovery-image] May 11 18:54:25.595 INFO O| May 11 18:54:25.595 INFO STEP 412 (remove_files) COMPLETE
60542026-05-11T18:54:26.650Z[ recovery-image] May 11 18:54:25.596 INFO O| May 11 18:54:25.595 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-05-11T18:54:26.657Z[ recovery-image] May 11 18:54:25.605 INFO O| May 11 18:54:25.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60562026-05-11T18:54:26.657Z[ recovery-image] May 11 18:54:25.605 INFO O| May 11 18:54:25.605 INFO STEP 413 (remove_files) COMPLETE
60572026-05-11T18:54:26.660Z[ recovery-image] May 11 18:54:25.605 INFO O| May 11 18:54:25.605 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-05-11T18:54:26.666Z[ recovery-image] May 11 18:54:25.614 INFO O| May 11 18:54:25.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
60592026-05-11T18:54:26.669Z[ recovery-image] May 11 18:54:25.614 INFO O| May 11 18:54:25.614 INFO STEP 414 (remove_files) COMPLETE
60602026-05-11T18:54:26.669Z[ recovery-image] May 11 18:54:25.614 INFO O| May 11 18:54:25.614 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-05-11T18:54:26.680Z[ recovery-image] May 11 18:54:25.625 INFO O| May 11 18:54:25.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
60622026-05-11T18:54:26.680Z[ recovery-image] May 11 18:54:25.625 INFO O| May 11 18:54:25.625 INFO STEP 415 (remove_files) COMPLETE
60632026-05-11T18:54:26.683Z[ recovery-image] May 11 18:54:25.625 INFO O| May 11 18:54:25.625 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-05-11T18:54:26.686Z[ recovery-image] May 11 18:54:25.634 INFO O| May 11 18:54:25.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
60652026-05-11T18:54:26.686Z[ recovery-image] May 11 18:54:25.634 INFO O| May 11 18:54:25.634 INFO STEP 416 (remove_files) COMPLETE
60662026-05-11T18:54:26.686Z[ recovery-image] May 11 18:54:25.634 INFO O| May 11 18:54:25.634 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-05-11T18:54:26.693Z[ recovery-image] May 11 18:54:25.641 INFO O| May 11 18:54:25.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
60682026-05-11T18:54:26.693Z[ recovery-image] May 11 18:54:25.641 INFO O| May 11 18:54:25.641 INFO STEP 417 (remove_files) COMPLETE
60692026-05-11T18:54:26.693Z[ recovery-image] May 11 18:54:25.642 INFO O| May 11 18:54:25.641 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-05-11T18:54:26.704Z[ recovery-image] May 11 18:54:25.652 INFO O| May 11 18:54:25.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
60712026-05-11T18:54:26.704Z[ recovery-image] May 11 18:54:25.652 INFO O| May 11 18:54:25.652 INFO STEP 418 (remove_files) COMPLETE
60722026-05-11T18:54:26.704Z[ recovery-image] May 11 18:54:25.652 INFO O| May 11 18:54:25.652 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-05-11T18:54:26.713Z[ recovery-image] May 11 18:54:25.661 INFO O| May 11 18:54:25.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
60742026-05-11T18:54:26.713Z[ recovery-image] May 11 18:54:25.661 INFO O| May 11 18:54:25.661 INFO STEP 419 (remove_files) COMPLETE
60752026-05-11T18:54:26.713Z[ recovery-image] May 11 18:54:25.661 INFO O| May 11 18:54:25.661 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-05-11T18:54:26.723Z[ recovery-image] May 11 18:54:25.671 INFO O| May 11 18:54:25.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
60772026-05-11T18:54:26.723Z[ recovery-image] May 11 18:54:25.671 INFO O| May 11 18:54:25.671 INFO STEP 420 (remove_files) COMPLETE
60782026-05-11T18:54:26.723Z[ recovery-image] May 11 18:54:25.671 INFO O| May 11 18:54:25.671 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-05-11T18:54:26.733Z[ recovery-image] May 11 18:54:25.681 INFO O| May 11 18:54:25.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
60802026-05-11T18:54:26.733Z[ recovery-image] May 11 18:54:25.681 INFO O| May 11 18:54:25.681 INFO STEP 421 (remove_files) COMPLETE
60812026-05-11T18:54:26.737Z[ recovery-image] May 11 18:54:25.681 INFO O| May 11 18:54:25.681 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-05-11T18:54:26.740Z[ recovery-image] May 11 18:54:25.689 INFO O| May 11 18:54:25.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
60832026-05-11T18:54:26.740Z[ recovery-image] May 11 18:54:25.689 INFO O| May 11 18:54:25.689 INFO STEP 422 (remove_files) COMPLETE
60842026-05-11T18:54:26.744Z[ recovery-image] May 11 18:54:25.689 INFO O| May 11 18:54:25.689 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-05-11T18:54:26.747Z[ recovery-image] May 11 18:54:25.695 INFO O| May 11 18:54:25.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
60862026-05-11T18:54:26.747Z[ recovery-image] May 11 18:54:25.695 INFO O| May 11 18:54:25.695 INFO STEP 423 (remove_files) COMPLETE
60872026-05-11T18:54:26.752Z[ recovery-image] May 11 18:54:25.696 INFO O| May 11 18:54:25.695 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-05-11T18:54:26.759Z[ recovery-image] May 11 18:54:25.705 INFO O| May 11 18:54:25.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
60892026-05-11T18:54:26.759Z[ recovery-image] May 11 18:54:25.705 INFO O| May 11 18:54:25.705 INFO STEP 424 (remove_files) COMPLETE
60902026-05-11T18:54:26.759Z[ recovery-image] May 11 18:54:25.705 INFO O| May 11 18:54:25.705 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-05-11T18:54:26.766Z[ recovery-image] May 11 18:54:25.714 INFO O| May 11 18:54:25.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
60922026-05-11T18:54:26.766Z[ recovery-image] May 11 18:54:25.714 INFO O| May 11 18:54:25.714 INFO STEP 425 (remove_files) COMPLETE
60932026-05-11T18:54:26.766Z[ recovery-image] May 11 18:54:25.714 INFO O| May 11 18:54:25.714 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-05-11T18:54:26.776Z[ recovery-image] May 11 18:54:25.725 INFO O| May 11 18:54:25.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
60952026-05-11T18:54:26.776Z[ recovery-image] May 11 18:54:25.725 INFO O| May 11 18:54:25.725 INFO STEP 426 (remove_files) COMPLETE
60962026-05-11T18:54:26.780Z[ recovery-image] May 11 18:54:25.725 INFO O| May 11 18:54:25.725 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-05-11T18:54:26.785Z[ recovery-image] May 11 18:54:25.733 INFO O| May 11 18:54:25.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
60982026-05-11T18:54:26.785Z[ recovery-image] May 11 18:54:25.733 INFO O| May 11 18:54:25.733 INFO STEP 427 (remove_files) COMPLETE
60992026-05-11T18:54:26.785Z[ recovery-image] May 11 18:54:25.733 INFO O| May 11 18:54:25.733 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-05-11T18:54:26.795Z[ recovery-image] May 11 18:54:25.743 INFO O| May 11 18:54:25.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61012026-05-11T18:54:26.795Z[ recovery-image] May 11 18:54:25.743 INFO O| May 11 18:54:25.743 INFO STEP 428 (remove_files) COMPLETE
61022026-05-11T18:54:26.798Z[ recovery-image] May 11 18:54:25.743 INFO O| May 11 18:54:25.743 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-05-11T18:54:26.803Z[ recovery-image] May 11 18:54:25.752 INFO O| May 11 18:54:25.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61042026-05-11T18:54:26.803Z[ recovery-image] May 11 18:54:25.752 INFO O| May 11 18:54:25.752 INFO STEP 429 (remove_files) COMPLETE
61052026-05-11T18:54:26.807Z[ recovery-image] May 11 18:54:25.752 INFO O| May 11 18:54:25.752 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-05-11T18:54:26.813Z[ recovery-image] May 11 18:54:25.761 INFO O| May 11 18:54:25.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61072026-05-11T18:54:26.813Z[ recovery-image] May 11 18:54:25.761 INFO O| May 11 18:54:25.761 INFO STEP 430 (remove_files) COMPLETE
61082026-05-11T18:54:26.816Z[ recovery-image] May 11 18:54:25.761 INFO O| May 11 18:54:25.761 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-05-11T18:54:26.822Z[ recovery-image] May 11 18:54:25.770 INFO O| May 11 18:54:25.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61102026-05-11T18:54:26.822Z[ recovery-image] May 11 18:54:25.770 INFO O| May 11 18:54:25.770 INFO STEP 431 (remove_files) COMPLETE
61112026-05-11T18:54:26.825Z[ recovery-image] May 11 18:54:25.770 INFO O| May 11 18:54:25.770 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-05-11T18:54:26.831Z[ recovery-image] May 11 18:54:25.779 INFO O| May 11 18:54:25.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61132026-05-11T18:54:26.834Z[ recovery-image] May 11 18:54:25.780 INFO O| May 11 18:54:25.780 INFO STEP 432 (remove_files) COMPLETE
61142026-05-11T18:54:26.834Z[ recovery-image] May 11 18:54:25.780 INFO O| May 11 18:54:25.780 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-05-11T18:54:26.842Z[ recovery-image] May 11 18:54:25.788 INFO O| May 11 18:54:25.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61162026-05-11T18:54:26.842Z[ recovery-image] May 11 18:54:25.788 INFO O| May 11 18:54:25.788 INFO STEP 433 (remove_files) COMPLETE
61172026-05-11T18:54:26.842Z[ recovery-image] May 11 18:54:25.788 INFO O| May 11 18:54:25.788 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-05-11T18:54:26.847Z[ recovery-image] May 11 18:54:25.795 INFO O| May 11 18:54:25.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61192026-05-11T18:54:26.847Z[ recovery-image] May 11 18:54:25.795 INFO O| May 11 18:54:25.795 INFO STEP 434 (remove_files) COMPLETE
61202026-05-11T18:54:26.847Z[ recovery-image] May 11 18:54:25.795 INFO O| May 11 18:54:25.795 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-05-11T18:54:26.854Z[ recovery-image] May 11 18:54:25.802 INFO O| May 11 18:54:25.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61222026-05-11T18:54:26.854Z[ recovery-image] May 11 18:54:25.802 INFO O| May 11 18:54:25.802 INFO STEP 435 (remove_files) COMPLETE
61232026-05-11T18:54:26.854Z[ recovery-image] May 11 18:54:25.802 INFO O| May 11 18:54:25.802 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-05-11T18:54:26.864Z[ recovery-image] May 11 18:54:25.812 INFO O| May 11 18:54:25.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61252026-05-11T18:54:26.864Z[ recovery-image] May 11 18:54:25.812 INFO O| May 11 18:54:25.812 INFO STEP 436 (remove_files) COMPLETE
61262026-05-11T18:54:26.867Z[ recovery-image] May 11 18:54:25.812 INFO O| May 11 18:54:25.812 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-05-11T18:54:26.873Z[ recovery-image] May 11 18:54:25.821 INFO O| May 11 18:54:25.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61282026-05-11T18:54:26.873Z[ recovery-image] May 11 18:54:25.821 INFO O| May 11 18:54:25.821 INFO STEP 437 (remove_files) COMPLETE
61292026-05-11T18:54:26.873Z[ recovery-image] May 11 18:54:25.821 INFO O| May 11 18:54:25.821 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-05-11T18:54:26.881Z[ recovery-image] May 11 18:54:25.829 INFO O| May 11 18:54:25.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61312026-05-11T18:54:26.881Z[ recovery-image] May 11 18:54:25.829 INFO O| May 11 18:54:25.829 INFO STEP 438 (remove_files) COMPLETE
61322026-05-11T18:54:26.881Z[ recovery-image] May 11 18:54:25.829 INFO O| May 11 18:54:25.829 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-05-11T18:54:26.889Z[ recovery-image] May 11 18:54:25.837 INFO O| May 11 18:54:25.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61342026-05-11T18:54:26.889Z[ recovery-image] May 11 18:54:25.837 INFO O| May 11 18:54:25.837 INFO STEP 439 (remove_files) COMPLETE
61352026-05-11T18:54:26.892Z[ recovery-image] May 11 18:54:25.837 INFO O| May 11 18:54:25.837 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-05-11T18:54:26.898Z[ recovery-image] May 11 18:54:25.846 INFO O| May 11 18:54:25.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61372026-05-11T18:54:26.898Z[ recovery-image] May 11 18:54:25.846 INFO O| May 11 18:54:25.846 INFO STEP 440 (remove_files) COMPLETE
61382026-05-11T18:54:26.901Z[ recovery-image] May 11 18:54:25.846 INFO O| May 11 18:54:25.846 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-05-11T18:54:26.905Z[ recovery-image] May 11 18:54:25.853 INFO O| May 11 18:54:25.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61402026-05-11T18:54:26.905Z[ recovery-image] May 11 18:54:25.853 INFO O| May 11 18:54:25.853 INFO STEP 441 (remove_files) COMPLETE
61412026-05-11T18:54:26.909Z[ recovery-image] May 11 18:54:25.853 INFO O| May 11 18:54:25.853 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-05-11T18:54:26.913Z[ recovery-image] May 11 18:54:25.860 INFO O| May 11 18:54:25.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61432026-05-11T18:54:26.913Z[ recovery-image] May 11 18:54:25.860 INFO O| May 11 18:54:25.860 INFO STEP 442 (remove_files) COMPLETE
61442026-05-11T18:54:26.913Z[ recovery-image] May 11 18:54:25.860 INFO O| May 11 18:54:25.860 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-05-11T18:54:26.932Z[ recovery-image] May 11 18:54:25.868 INFO O| May 11 18:54:25.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61462026-05-11T18:54:26.932Z[ recovery-image] May 11 18:54:25.868 INFO O| May 11 18:54:25.868 INFO STEP 443 (remove_files) COMPLETE
61472026-05-11T18:54:26.932Z[ recovery-image] May 11 18:54:25.868 INFO O| May 11 18:54:25.868 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-05-11T18:54:26.932Z[ recovery-image] May 11 18:54:25.876 INFO O| May 11 18:54:25.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61492026-05-11T18:54:26.932Z[ recovery-image] May 11 18:54:25.876 INFO O| May 11 18:54:25.876 INFO STEP 444 (remove_files) COMPLETE
61502026-05-11T18:54:26.932Z[ recovery-image] May 11 18:54:25.876 INFO O| May 11 18:54:25.876 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-05-11T18:54:26.936Z[ recovery-image] May 11 18:54:25.883 INFO O| May 11 18:54:25.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61522026-05-11T18:54:26.937Z[ recovery-image] May 11 18:54:25.883 INFO O| May 11 18:54:25.883 INFO STEP 445 (remove_files) COMPLETE
61532026-05-11T18:54:26.937Z[ recovery-image] May 11 18:54:25.883 INFO O| May 11 18:54:25.883 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-05-11T18:54:26.941Z[ recovery-image] May 11 18:54:25.890 INFO O| May 11 18:54:25.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61552026-05-11T18:54:26.941Z[ recovery-image] May 11 18:54:25.890 INFO O| May 11 18:54:25.890 INFO STEP 446 (remove_files) COMPLETE
61562026-05-11T18:54:26.941Z[ recovery-image] May 11 18:54:25.890 INFO O| May 11 18:54:25.890 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-05-11T18:54:26.948Z[ recovery-image] May 11 18:54:25.896 INFO O| May 11 18:54:25.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
61582026-05-11T18:54:26.948Z[ recovery-image] May 11 18:54:25.896 INFO O| May 11 18:54:25.896 INFO STEP 447 (remove_files) COMPLETE
61592026-05-11T18:54:26.951Z[ recovery-image] May 11 18:54:25.896 INFO O| May 11 18:54:25.896 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-05-11T18:54:26.957Z[ recovery-image] May 11 18:54:25.905 INFO O| May 11 18:54:25.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
61612026-05-11T18:54:26.957Z[ recovery-image] May 11 18:54:25.905 INFO O| May 11 18:54:25.905 INFO STEP 448 (remove_files) COMPLETE
61622026-05-11T18:54:26.957Z[ recovery-image] May 11 18:54:25.905 INFO O| May 11 18:54:25.905 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-05-11T18:54:26.966Z[ recovery-image] May 11 18:54:25.915 INFO O| May 11 18:54:25.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
61642026-05-11T18:54:26.967Z[ recovery-image] May 11 18:54:25.915 INFO O| May 11 18:54:25.915 INFO STEP 449 (remove_files) COMPLETE
61652026-05-11T18:54:26.970Z[ recovery-image] May 11 18:54:25.915 INFO O| May 11 18:54:25.915 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-05-11T18:54:26.975Z[ recovery-image] May 11 18:54:25.923 INFO O| May 11 18:54:25.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
61672026-05-11T18:54:26.975Z[ recovery-image] May 11 18:54:25.923 INFO O| May 11 18:54:25.923 INFO STEP 450 (remove_files) COMPLETE
61682026-05-11T18:54:26.975Z[ recovery-image] May 11 18:54:25.923 INFO O| May 11 18:54:25.923 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-05-11T18:54:26.983Z[ recovery-image] May 11 18:54:25.932 INFO O| May 11 18:54:25.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
61702026-05-11T18:54:26.983Z[ recovery-image] May 11 18:54:25.932 INFO O| May 11 18:54:25.932 INFO STEP 451 (remove_files) COMPLETE
61712026-05-11T18:54:26.987Z[ recovery-image] May 11 18:54:25.932 INFO O| May 11 18:54:25.932 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-05-11T18:54:26.993Z[ recovery-image] May 11 18:54:25.941 INFO O| May 11 18:54:25.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
61732026-05-11T18:54:26.993Z[ recovery-image] May 11 18:54:25.941 INFO O| May 11 18:54:25.941 INFO STEP 452 (remove_files) COMPLETE
61742026-05-11T18:54:26.993Z[ recovery-image] May 11 18:54:25.941 INFO O| May 11 18:54:25.941 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-05-11T18:54:27.001Z[ recovery-image] May 11 18:54:25.949 INFO O| May 11 18:54:25.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
61762026-05-11T18:54:27.001Z[ recovery-image] May 11 18:54:25.949 INFO O| May 11 18:54:25.949 INFO STEP 453 (remove_files) COMPLETE
61772026-05-11T18:54:27.001Z[ recovery-image] May 11 18:54:25.949 INFO O| May 11 18:54:25.949 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-05-11T18:54:27.011Z[ recovery-image] May 11 18:54:25.959 INFO O| May 11 18:54:25.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
61792026-05-11T18:54:27.011Z[ recovery-image] May 11 18:54:25.959 INFO O| May 11 18:54:25.959 INFO STEP 454 (remove_files) COMPLETE
61802026-05-11T18:54:27.011Z[ recovery-image] May 11 18:54:25.959 INFO O| May 11 18:54:25.959 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-05-11T18:54:27.021Z[ recovery-image] May 11 18:54:25.969 INFO O| May 11 18:54:25.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
61822026-05-11T18:54:27.021Z[ recovery-image] May 11 18:54:25.969 INFO O| May 11 18:54:25.969 INFO STEP 455 (remove_files) COMPLETE
61832026-05-11T18:54:27.021Z[ recovery-image] May 11 18:54:25.969 INFO O| May 11 18:54:25.969 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-05-11T18:54:27.030Z[ recovery-image] May 11 18:54:25.978 INFO O| May 11 18:54:25.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
61852026-05-11T18:54:27.030Z[ recovery-image] May 11 18:54:25.978 INFO O| May 11 18:54:25.978 INFO STEP 456 (remove_files) COMPLETE
61862026-05-11T18:54:27.030Z[ recovery-image] May 11 18:54:25.978 INFO O| May 11 18:54:25.978 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-05-11T18:54:27.037Z[ recovery-image] May 11 18:54:25.986 INFO O| May 11 18:54:25.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
61882026-05-11T18:54:27.037Z[ recovery-image] May 11 18:54:25.986 INFO O| May 11 18:54:25.986 INFO STEP 457 (remove_files) COMPLETE
61892026-05-11T18:54:27.037Z[ recovery-image] May 11 18:54:25.986 INFO O| May 11 18:54:25.986 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-05-11T18:54:27.047Z[ recovery-image] May 11 18:54:25.994 INFO O| May 11 18:54:25.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
61912026-05-11T18:54:27.047Z[ recovery-image] May 11 18:54:25.994 INFO O| May 11 18:54:25.994 INFO STEP 458 (remove_files) COMPLETE
61922026-05-11T18:54:27.047Z[ recovery-image] May 11 18:54:25.994 INFO O| May 11 18:54:25.994 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-05-11T18:54:27.055Z[ recovery-image] May 11 18:54:26.003 INFO O| May 11 18:54:26.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
61942026-05-11T18:54:27.055Z[ recovery-image] May 11 18:54:26.003 INFO O| May 11 18:54:26.003 INFO STEP 459 (remove_files) COMPLETE
61952026-05-11T18:54:27.058Z[ recovery-image] May 11 18:54:26.003 INFO O| May 11 18:54:26.003 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-05-11T18:54:27.063Z[ recovery-image] May 11 18:54:26.012 INFO O| May 11 18:54:26.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
61972026-05-11T18:54:27.063Z[ recovery-image] May 11 18:54:26.012 INFO O| May 11 18:54:26.012 INFO STEP 460 (remove_files) COMPLETE
61982026-05-11T18:54:27.067Z[ recovery-image] May 11 18:54:26.012 INFO O| May 11 18:54:26.012 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-05-11T18:54:27.072Z[ recovery-image] May 11 18:54:26.020 INFO O| May 11 18:54:26.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62002026-05-11T18:54:27.072Z[ recovery-image] May 11 18:54:26.020 INFO O| May 11 18:54:26.020 INFO STEP 461 (remove_files) COMPLETE
62012026-05-11T18:54:27.076Z[ recovery-image] May 11 18:54:26.020 INFO O| May 11 18:54:26.020 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-05-11T18:54:27.080Z[ recovery-image] May 11 18:54:26.028 INFO O| May 11 18:54:26.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62032026-05-11T18:54:27.080Z[ recovery-image] May 11 18:54:26.028 INFO O| May 11 18:54:26.028 INFO STEP 462 (remove_files) COMPLETE
62042026-05-11T18:54:27.083Z[ recovery-image] May 11 18:54:26.028 INFO O| May 11 18:54:26.028 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-05-11T18:54:27.107Z[ recovery-image] May 11 18:54:26.055 INFO O| May 11 18:54:26.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62062026-05-11T18:54:27.107Z[ recovery-image] May 11 18:54:26.055 INFO O| May 11 18:54:26.055 INFO STEP 463 (remove_files) COMPLETE
62072026-05-11T18:54:27.107Z[ recovery-image] May 11 18:54:26.055 INFO O| May 11 18:54:26.055 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-05-11T18:54:27.115Z[ recovery-image] May 11 18:54:26.063 INFO O| May 11 18:54:26.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62092026-05-11T18:54:27.115Z[ recovery-image] May 11 18:54:26.063 INFO O| May 11 18:54:26.063 INFO STEP 464 (remove_files) COMPLETE
62102026-05-11T18:54:27.118Z[ recovery-image] May 11 18:54:26.063 INFO O| May 11 18:54:26.063 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-05-11T18:54:27.124Z[ recovery-image] May 11 18:54:26.072 INFO O| May 11 18:54:26.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62122026-05-11T18:54:27.124Z[ recovery-image] May 11 18:54:26.072 INFO O| May 11 18:54:26.072 INFO STEP 465 (remove_files) COMPLETE
62132026-05-11T18:54:27.124Z[ recovery-image] May 11 18:54:26.072 INFO O| May 11 18:54:26.072 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-05-11T18:54:27.132Z[ recovery-image] May 11 18:54:26.080 INFO O| May 11 18:54:26.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62152026-05-11T18:54:27.132Z[ recovery-image] May 11 18:54:26.080 INFO O| May 11 18:54:26.080 INFO STEP 466 (remove_files) COMPLETE
62162026-05-11T18:54:27.135Z[ recovery-image] May 11 18:54:26.080 INFO O| May 11 18:54:26.080 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-05-11T18:54:27.139Z[ recovery-image] May 11 18:54:26.087 INFO O| May 11 18:54:26.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62182026-05-11T18:54:27.139Z[ recovery-image] May 11 18:54:26.088 INFO O| May 11 18:54:26.088 INFO STEP 467 (remove_files) COMPLETE
62192026-05-11T18:54:27.143Z[ recovery-image] May 11 18:54:26.088 INFO O| May 11 18:54:26.088 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-05-11T18:54:27.146Z[ recovery-image] May 11 18:54:26.094 INFO O| May 11 18:54:26.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62212026-05-11T18:54:27.146Z[ recovery-image] May 11 18:54:26.094 INFO O| May 11 18:54:26.094 INFO STEP 468 (remove_files) COMPLETE
62222026-05-11T18:54:27.151Z[ recovery-image] May 11 18:54:26.094 INFO O| May 11 18:54:26.094 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-05-11T18:54:27.157Z[ recovery-image] May 11 18:54:26.105 INFO O| May 11 18:54:26.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62242026-05-11T18:54:27.157Z[ recovery-image] May 11 18:54:26.105 INFO O| May 11 18:54:26.105 INFO STEP 469 (remove_files) COMPLETE
62252026-05-11T18:54:27.157Z[ recovery-image] May 11 18:54:26.105 INFO O| May 11 18:54:26.105 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-05-11T18:54:27.167Z[ recovery-image] May 11 18:54:26.115 INFO O| May 11 18:54:26.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62272026-05-11T18:54:27.167Z[ recovery-image] May 11 18:54:26.115 INFO O| May 11 18:54:26.115 INFO STEP 470 (remove_files) COMPLETE
62282026-05-11T18:54:27.167Z[ recovery-image] May 11 18:54:26.115 INFO O| May 11 18:54:26.115 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-05-11T18:54:27.174Z[ recovery-image] May 11 18:54:26.122 INFO O| May 11 18:54:26.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62302026-05-11T18:54:27.174Z[ recovery-image] May 11 18:54:26.122 INFO O| May 11 18:54:26.122 INFO STEP 471 (remove_files) COMPLETE
62312026-05-11T18:54:27.177Z[ recovery-image] May 11 18:54:26.122 INFO O| May 11 18:54:26.122 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-05-11T18:54:27.182Z[ recovery-image] May 11 18:54:26.130 INFO O| May 11 18:54:26.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62332026-05-11T18:54:27.185Z[ recovery-image] May 11 18:54:26.130 INFO O| May 11 18:54:26.130 INFO STEP 472 (remove_files) COMPLETE
62342026-05-11T18:54:27.185Z[ recovery-image] May 11 18:54:26.130 INFO O| May 11 18:54:26.130 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-05-11T18:54:27.192Z[ recovery-image] May 11 18:54:26.140 INFO O| May 11 18:54:26.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62362026-05-11T18:54:27.192Z[ recovery-image] May 11 18:54:26.140 INFO O| May 11 18:54:26.140 INFO STEP 473 (remove_files) COMPLETE
62372026-05-11T18:54:27.192Z[ recovery-image] May 11 18:54:26.140 INFO O| May 11 18:54:26.140 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-05-11T18:54:27.200Z[ recovery-image] May 11 18:54:26.148 INFO O| May 11 18:54:26.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62392026-05-11T18:54:27.200Z[ recovery-image] May 11 18:54:26.148 INFO O| May 11 18:54:26.148 INFO STEP 474 (remove_files) COMPLETE
62402026-05-11T18:54:27.200Z[ recovery-image] May 11 18:54:26.148 INFO O| May 11 18:54:26.148 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-05-11T18:54:27.208Z[ recovery-image] May 11 18:54:26.156 INFO O| May 11 18:54:26.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62422026-05-11T18:54:27.208Z[ recovery-image] May 11 18:54:26.156 INFO O| May 11 18:54:26.156 INFO STEP 475 (remove_files) COMPLETE
62432026-05-11T18:54:27.208Z[ recovery-image] May 11 18:54:26.156 INFO O| May 11 18:54:26.156 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-05-11T18:54:27.216Z[ recovery-image] May 11 18:54:26.164 INFO O| May 11 18:54:26.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62452026-05-11T18:54:27.216Z[ recovery-image] May 11 18:54:26.164 INFO O| May 11 18:54:26.164 INFO STEP 476 (remove_files) COMPLETE
62462026-05-11T18:54:27.219Z[ recovery-image] May 11 18:54:26.164 INFO O| May 11 18:54:26.164 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-05-11T18:54:27.222Z[ recovery-image] May 11 18:54:26.171 INFO O| May 11 18:54:26.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62482026-05-11T18:54:27.222Z[ recovery-image] May 11 18:54:26.171 INFO O| May 11 18:54:26.171 INFO STEP 477 (remove_files) COMPLETE
62492026-05-11T18:54:27.222Z[ recovery-image] May 11 18:54:26.171 INFO O| May 11 18:54:26.171 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-05-11T18:54:27.229Z[ recovery-image] May 11 18:54:26.178 INFO O| May 11 18:54:26.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62512026-05-11T18:54:27.229Z[ recovery-image] May 11 18:54:26.178 INFO O| May 11 18:54:26.178 INFO STEP 478 (remove_files) COMPLETE
62522026-05-11T18:54:27.230Z[ recovery-image] May 11 18:54:26.178 INFO O| May 11 18:54:26.178 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-05-11T18:54:27.236Z[ recovery-image] May 11 18:54:26.185 INFO O| May 11 18:54:26.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62542026-05-11T18:54:27.237Z[ recovery-image] May 11 18:54:26.185 INFO O| May 11 18:54:26.185 INFO STEP 479 (remove_files) COMPLETE
62552026-05-11T18:54:27.240Z[ recovery-image] May 11 18:54:26.185 INFO O| May 11 18:54:26.185 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-05-11T18:54:27.244Z[ recovery-image] May 11 18:54:26.192 INFO O| May 11 18:54:26.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
62572026-05-11T18:54:27.244Z[ recovery-image] May 11 18:54:26.192 INFO O| May 11 18:54:26.192 INFO STEP 480 (remove_files) COMPLETE
62582026-05-11T18:54:27.244Z[ recovery-image] May 11 18:54:26.192 INFO O| May 11 18:54:26.192 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-05-11T18:54:27.255Z[ recovery-image] May 11 18:54:26.200 INFO O| May 11 18:54:26.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
62602026-05-11T18:54:27.255Z[ recovery-image] May 11 18:54:26.200 INFO O| May 11 18:54:26.200 INFO STEP 481 (remove_files) COMPLETE
62612026-05-11T18:54:27.255Z[ recovery-image] May 11 18:54:26.200 INFO O| May 11 18:54:26.200 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-05-11T18:54:27.266Z[ recovery-image] May 11 18:54:26.207 INFO O| May 11 18:54:26.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
62632026-05-11T18:54:27.266Z[ recovery-image] May 11 18:54:26.207 INFO O| May 11 18:54:26.207 INFO STEP 482 (remove_files) COMPLETE
62642026-05-11T18:54:27.270Z[ recovery-image] May 11 18:54:26.207 INFO O| May 11 18:54:26.207 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-05-11T18:54:27.270Z[ recovery-image] May 11 18:54:26.214 INFO O| May 11 18:54:26.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
62662026-05-11T18:54:27.270Z[ recovery-image] May 11 18:54:26.214 INFO O| May 11 18:54:26.214 INFO STEP 483 (remove_files) COMPLETE
62672026-05-11T18:54:27.270Z[ recovery-image] May 11 18:54:26.215 INFO O| May 11 18:54:26.214 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-05-11T18:54:27.284Z[ recovery-image] May 11 18:54:26.232 INFO O| May 11 18:54:26.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
62692026-05-11T18:54:27.284Z[ recovery-image] May 11 18:54:26.232 INFO O| May 11 18:54:26.232 INFO STEP 484 (remove_files) COMPLETE
62702026-05-11T18:54:27.287Z[ recovery-image] May 11 18:54:26.232 INFO O| May 11 18:54:26.232 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-05-11T18:54:27.294Z[ recovery-image] May 11 18:54:26.242 INFO O| May 11 18:54:26.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
62722026-05-11T18:54:27.294Z[ recovery-image] May 11 18:54:26.242 INFO O| May 11 18:54:26.242 INFO STEP 485 (remove_files) COMPLETE
62732026-05-11T18:54:27.297Z[ recovery-image] May 11 18:54:26.242 INFO O| May 11 18:54:26.242 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-05-11T18:54:27.303Z[ recovery-image] May 11 18:54:26.252 INFO O| May 11 18:54:26.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
62752026-05-11T18:54:27.303Z[ recovery-image] May 11 18:54:26.252 INFO O| May 11 18:54:26.252 INFO STEP 486 (remove_files) COMPLETE
62762026-05-11T18:54:27.307Z[ recovery-image] May 11 18:54:26.252 INFO O| May 11 18:54:26.252 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-05-11T18:54:27.313Z[ recovery-image] May 11 18:54:26.261 INFO O| May 11 18:54:26.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
62782026-05-11T18:54:27.313Z[ recovery-image] May 11 18:54:26.262 INFO O| May 11 18:54:26.262 INFO STEP 487 (remove_files) COMPLETE
62792026-05-11T18:54:27.313Z[ recovery-image] May 11 18:54:26.262 INFO O| May 11 18:54:26.262 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-05-11T18:54:27.331Z[ recovery-image] May 11 18:54:26.272 INFO O| May 11 18:54:26.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
62812026-05-11T18:54:27.331Z[ recovery-image] May 11 18:54:26.272 INFO O| May 11 18:54:26.272 INFO STEP 488 (remove_files) COMPLETE
62822026-05-11T18:54:27.331Z[ recovery-image] May 11 18:54:26.272 INFO O| May 11 18:54:26.272 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-05-11T18:54:27.334Z[ recovery-image] May 11 18:54:26.282 INFO O| May 11 18:54:26.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
62842026-05-11T18:54:27.334Z[ recovery-image] May 11 18:54:26.282 INFO O| May 11 18:54:26.282 INFO STEP 489 (remove_files) COMPLETE
62852026-05-11T18:54:27.334Z[ recovery-image] May 11 18:54:26.282 INFO O| May 11 18:54:26.282 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-05-11T18:54:27.344Z[ recovery-image] May 11 18:54:26.292 INFO O| May 11 18:54:26.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
62872026-05-11T18:54:27.344Z[ recovery-image] May 11 18:54:26.292 INFO O| May 11 18:54:26.292 INFO STEP 490 (remove_files) COMPLETE
62882026-05-11T18:54:27.347Z[ recovery-image] May 11 18:54:26.292 INFO O| May 11 18:54:26.292 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-05-11T18:54:27.352Z[ recovery-image] May 11 18:54:26.300 INFO O| May 11 18:54:26.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
62902026-05-11T18:54:27.352Z[ recovery-image] May 11 18:54:26.300 INFO O| May 11 18:54:26.300 INFO STEP 491 (remove_files) COMPLETE
62912026-05-11T18:54:27.352Z[ recovery-image] May 11 18:54:26.301 INFO O| May 11 18:54:26.300 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-05-11T18:54:27.360Z[ recovery-image] May 11 18:54:26.308 INFO O| May 11 18:54:26.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
62932026-05-11T18:54:27.360Z[ recovery-image] May 11 18:54:26.309 INFO O| May 11 18:54:26.309 INFO STEP 492 (remove_files) COMPLETE
62942026-05-11T18:54:27.364Z[ recovery-image] May 11 18:54:26.309 INFO O| May 11 18:54:26.309 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-05-11T18:54:27.370Z[ recovery-image] May 11 18:54:26.318 INFO O| May 11 18:54:26.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
62962026-05-11T18:54:27.370Z[ recovery-image] May 11 18:54:26.318 INFO O| May 11 18:54:26.318 INFO STEP 493 (remove_files) COMPLETE
62972026-05-11T18:54:27.373Z[ recovery-image] May 11 18:54:26.318 INFO O| May 11 18:54:26.318 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-05-11T18:54:27.379Z[ recovery-image] May 11 18:54:26.327 INFO O| May 11 18:54:26.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
62992026-05-11T18:54:27.379Z[ recovery-image] May 11 18:54:26.327 INFO O| May 11 18:54:26.327 INFO STEP 494 (remove_files) COMPLETE
63002026-05-11T18:54:27.382Z[ recovery-image] May 11 18:54:26.327 INFO O| May 11 18:54:26.327 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-05-11T18:54:27.387Z[ recovery-image] May 11 18:54:26.335 INFO O| May 11 18:54:26.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63022026-05-11T18:54:27.387Z[ recovery-image] May 11 18:54:26.335 INFO O| May 11 18:54:26.335 INFO STEP 495 (remove_files) COMPLETE
63032026-05-11T18:54:27.387Z[ recovery-image] May 11 18:54:26.335 INFO O| May 11 18:54:26.335 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-05-11T18:54:27.395Z[ recovery-image] May 11 18:54:26.343 INFO O| May 11 18:54:26.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63052026-05-11T18:54:27.398Z[ recovery-image] May 11 18:54:26.344 INFO O| May 11 18:54:26.344 INFO STEP 496 (remove_files) COMPLETE
63062026-05-11T18:54:27.398Z[ recovery-image] May 11 18:54:26.344 INFO O| May 11 18:54:26.344 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-05-11T18:54:27.403Z[ recovery-image] May 11 18:54:26.351 INFO O| May 11 18:54:26.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63082026-05-11T18:54:27.403Z[ recovery-image] May 11 18:54:26.351 INFO O| May 11 18:54:26.351 INFO STEP 497 (remove_files) COMPLETE
63092026-05-11T18:54:27.403Z[ recovery-image] May 11 18:54:26.351 INFO O| May 11 18:54:26.351 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-05-11T18:54:27.410Z[ recovery-image] May 11 18:54:26.359 INFO O| May 11 18:54:26.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63112026-05-11T18:54:27.410Z[ recovery-image] May 11 18:54:26.359 INFO O| May 11 18:54:26.359 INFO STEP 498 (remove_files) COMPLETE
63122026-05-11T18:54:27.414Z[ recovery-image] May 11 18:54:26.359 INFO O| May 11 18:54:26.359 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-05-11T18:54:27.418Z[ recovery-image] May 11 18:54:26.366 INFO O| May 11 18:54:26.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63142026-05-11T18:54:27.418Z[ recovery-image] May 11 18:54:26.366 INFO O| May 11 18:54:26.366 INFO STEP 499 (remove_files) COMPLETE
63152026-05-11T18:54:27.418Z[ recovery-image] May 11 18:54:26.366 INFO O| May 11 18:54:26.366 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-05-11T18:54:27.426Z[ recovery-image] May 11 18:54:26.374 INFO O| May 11 18:54:26.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63172026-05-11T18:54:27.426Z[ recovery-image] May 11 18:54:26.375 INFO O| May 11 18:54:26.375 INFO STEP 500 (remove_files) COMPLETE
63182026-05-11T18:54:27.429Z[ recovery-image] May 11 18:54:26.375 INFO O| May 11 18:54:26.375 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-05-11T18:54:27.434Z[ recovery-image] May 11 18:54:26.382 INFO O| May 11 18:54:26.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63202026-05-11T18:54:27.434Z[ recovery-image] May 11 18:54:26.383 INFO O| May 11 18:54:26.383 INFO STEP 501 (remove_files) COMPLETE
63212026-05-11T18:54:27.434Z[ recovery-image] May 11 18:54:26.383 INFO O| May 11 18:54:26.383 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-05-11T18:54:27.441Z[ recovery-image] May 11 18:54:26.390 INFO O| May 11 18:54:26.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63232026-05-11T18:54:27.441Z[ recovery-image] May 11 18:54:26.390 INFO O| May 11 18:54:26.390 INFO STEP 502 (remove_files) COMPLETE
63242026-05-11T18:54:27.441Z[ recovery-image] May 11 18:54:26.390 INFO O| May 11 18:54:26.390 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-05-11T18:54:27.448Z[ recovery-image] May 11 18:54:26.396 INFO O| May 11 18:54:26.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63262026-05-11T18:54:27.448Z[ recovery-image] May 11 18:54:26.396 INFO O| May 11 18:54:26.396 INFO STEP 503 (remove_files) COMPLETE
63272026-05-11T18:54:27.451Z[ recovery-image] May 11 18:54:26.396 INFO O| May 11 18:54:26.396 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-05-11T18:54:27.456Z[ recovery-image] May 11 18:54:26.405 INFO O| May 11 18:54:26.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63292026-05-11T18:54:27.456Z[ recovery-image] May 11 18:54:26.405 INFO O| May 11 18:54:26.405 INFO STEP 504 (remove_files) COMPLETE
63302026-05-11T18:54:27.456Z[ recovery-image] May 11 18:54:26.405 INFO O| May 11 18:54:26.405 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-05-11T18:54:27.466Z[ recovery-image] May 11 18:54:26.414 INFO O| May 11 18:54:26.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63322026-05-11T18:54:27.466Z[ recovery-image] May 11 18:54:26.414 INFO O| May 11 18:54:26.414 INFO STEP 505 (remove_files) COMPLETE
63332026-05-11T18:54:27.469Z[ recovery-image] May 11 18:54:26.414 INFO O| May 11 18:54:26.414 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-05-11T18:54:27.474Z[ recovery-image] May 11 18:54:26.422 INFO O| May 11 18:54:26.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63352026-05-11T18:54:27.474Z[ recovery-image] May 11 18:54:26.422 INFO O| May 11 18:54:26.422 INFO STEP 506 (remove_files) COMPLETE
63362026-05-11T18:54:27.477Z[ recovery-image] May 11 18:54:26.422 INFO O| May 11 18:54:26.422 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-05-11T18:54:27.481Z[ recovery-image] May 11 18:54:26.429 INFO O| May 11 18:54:26.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63382026-05-11T18:54:27.481Z[ recovery-image] May 11 18:54:26.430 INFO O| May 11 18:54:26.430 INFO STEP 507 (remove_files) COMPLETE
63392026-05-11T18:54:27.481Z[ recovery-image] May 11 18:54:26.430 INFO O| May 11 18:54:26.430 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-05-11T18:54:27.491Z[ recovery-image] May 11 18:54:26.439 INFO O| May 11 18:54:26.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63412026-05-11T18:54:27.491Z[ recovery-image] May 11 18:54:26.439 INFO O| May 11 18:54:26.439 INFO STEP 508 (remove_files) COMPLETE
63422026-05-11T18:54:27.494Z[ recovery-image] May 11 18:54:26.439 INFO O| May 11 18:54:26.439 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-05-11T18:54:27.499Z[ recovery-image] May 11 18:54:26.447 INFO O| May 11 18:54:26.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
63442026-05-11T18:54:27.499Z[ recovery-image] May 11 18:54:26.447 INFO O| May 11 18:54:26.447 INFO STEP 509 (remove_files) COMPLETE
63452026-05-11T18:54:27.502Z[ recovery-image] May 11 18:54:26.447 INFO O| May 11 18:54:26.447 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-05-11T18:54:27.506Z[ recovery-image] May 11 18:54:26.454 INFO O| May 11 18:54:26.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63472026-05-11T18:54:27.506Z[ recovery-image] May 11 18:54:26.454 INFO O| May 11 18:54:26.454 INFO STEP 510 (remove_files) COMPLETE
63482026-05-11T18:54:27.509Z[ recovery-image] May 11 18:54:26.454 INFO O| May 11 18:54:26.454 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-05-11T18:54:27.513Z[ recovery-image] May 11 18:54:26.462 INFO O| May 11 18:54:26.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63502026-05-11T18:54:27.513Z[ recovery-image] May 11 18:54:26.462 INFO O| May 11 18:54:26.462 INFO STEP 511 (remove_files) COMPLETE
63512026-05-11T18:54:27.517Z[ recovery-image] May 11 18:54:26.462 INFO O| May 11 18:54:26.462 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-05-11T18:54:27.523Z[ recovery-image] May 11 18:54:26.471 INFO O| May 11 18:54:26.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63532026-05-11T18:54:27.526Z[ recovery-image] May 11 18:54:26.472 INFO O| May 11 18:54:26.472 INFO STEP 512 (remove_files) COMPLETE
63542026-05-11T18:54:27.526Z[ recovery-image] May 11 18:54:26.472 INFO O| May 11 18:54:26.472 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-05-11T18:54:27.535Z[ recovery-image] May 11 18:54:26.484 INFO O| May 11 18:54:26.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63562026-05-11T18:54:27.539Z[ recovery-image] May 11 18:54:26.484 INFO O| May 11 18:54:26.484 INFO STEP 513 (remove_files) COMPLETE
63572026-05-11T18:54:27.539Z[ recovery-image] May 11 18:54:26.484 INFO O| May 11 18:54:26.484 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-05-11T18:54:27.543Z[ recovery-image] May 11 18:54:26.491 INFO O| May 11 18:54:26.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
63592026-05-11T18:54:27.543Z[ recovery-image] May 11 18:54:26.491 INFO O| May 11 18:54:26.491 INFO STEP 514 (remove_files) COMPLETE
63602026-05-11T18:54:27.546Z[ recovery-image] May 11 18:54:26.491 INFO O| May 11 18:54:26.491 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-05-11T18:54:27.553Z[ recovery-image] May 11 18:54:26.501 INFO O| May 11 18:54:26.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
63622026-05-11T18:54:27.556Z[ recovery-image] May 11 18:54:26.501 INFO O| May 11 18:54:26.501 INFO STEP 515 (remove_files) COMPLETE
63632026-05-11T18:54:27.556Z[ recovery-image] May 11 18:54:26.501 INFO O| May 11 18:54:26.501 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-05-11T18:54:27.563Z[ recovery-image] May 11 18:54:26.511 INFO O| May 11 18:54:26.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
63652026-05-11T18:54:27.563Z[ recovery-image] May 11 18:54:26.511 INFO O| May 11 18:54:26.511 INFO STEP 516 (remove_files) COMPLETE
63662026-05-11T18:54:28.569Z[ recovery-image] May 11 18:54:26.511 INFO O| May 11 18:54:26.511 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-05-11T18:54:28.575Z[ recovery-image] May 11 18:54:26.519 INFO O| May 11 18:54:26.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
63682026-05-11T18:54:28.575Z[ recovery-image] May 11 18:54:26.519 INFO O| May 11 18:54:26.519 INFO STEP 517 (remove_files) COMPLETE
63692026-05-11T18:54:28.575Z[ recovery-image] May 11 18:54:26.519 INFO O| May 11 18:54:26.519 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-05-11T18:54:28.575Z[ recovery-image] May 11 18:54:26.527 INFO O| May 11 18:54:26.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
63712026-05-11T18:54:28.575Z[ recovery-image] May 11 18:54:26.527 INFO O| May 11 18:54:26.527 INFO STEP 518 (remove_files) COMPLETE
63722026-05-11T18:54:28.575Z[ recovery-image] May 11 18:54:26.527 INFO O| May 11 18:54:26.527 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-05-11T18:54:28.575Z[ recovery-image] May 11 18:54:26.534 INFO O| May 11 18:54:26.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
63742026-05-11T18:54:28.575Z[ recovery-image] May 11 18:54:26.534 INFO O| May 11 18:54:26.534 INFO STEP 519 (remove_files) COMPLETE
63752026-05-11T18:54:28.575Z[ recovery-image] May 11 18:54:26.534 INFO O| May 11 18:54:26.534 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-05-11T18:54:28.575Z[ recovery-image] May 11 18:54:26.544 INFO O| May 11 18:54:26.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
63772026-05-11T18:54:28.575Z[ recovery-image] May 11 18:54:26.544 INFO O| May 11 18:54:26.544 INFO STEP 520 (remove_files) COMPLETE
63782026-05-11T18:54:28.575Z[ recovery-image] May 11 18:54:26.544 INFO O| May 11 18:54:26.544 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-05-11T18:54:28.575Z[ recovery-image] May 11 18:54:26.552 INFO O| May 11 18:54:26.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
63802026-05-11T18:54:28.575Z[ recovery-image] May 11 18:54:26.552 INFO O| May 11 18:54:26.552 INFO STEP 521 (remove_files) COMPLETE
63812026-05-11T18:54:28.575Z[ recovery-image] May 11 18:54:26.552 INFO O| May 11 18:54:26.552 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-05-11T18:54:28.575Z[ recovery-image] May 11 18:54:26.561 INFO O| May 11 18:54:26.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
63832026-05-11T18:54:28.575Z[ recovery-image] May 11 18:54:26.561 INFO O| May 11 18:54:26.561 INFO STEP 522 (remove_files) COMPLETE
63842026-05-11T18:54:28.575Z[ recovery-image] May 11 18:54:26.561 INFO O| May 11 18:54:26.561 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-05-11T18:54:28.575Z[ recovery-image] May 11 18:54:26.569 INFO O| May 11 18:54:26.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
63862026-05-11T18:54:28.575Z[ recovery-image] May 11 18:54:26.569 INFO O| May 11 18:54:26.569 INFO STEP 523 (remove_files) COMPLETE
63872026-05-11T18:54:28.575Z[ recovery-image] May 11 18:54:26.569 INFO O| May 11 18:54:26.569 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-05-11T18:54:28.575Z[ recovery-image] May 11 18:54:26.577 INFO O| May 11 18:54:26.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
63892026-05-11T18:54:28.575Z[ recovery-image] May 11 18:54:26.577 INFO O| May 11 18:54:26.577 INFO STEP 524 (remove_files) COMPLETE
63902026-05-11T18:54:28.575Z[ recovery-image] May 11 18:54:26.577 INFO O| May 11 18:54:26.577 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-05-11T18:54:28.575Z[ recovery-image] May 11 18:54:26.586 INFO O| May 11 18:54:26.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
63922026-05-11T18:54:28.575Z[ recovery-image] May 11 18:54:26.586 INFO O| May 11 18:54:26.586 INFO STEP 525 (remove_files) COMPLETE
63932026-05-11T18:54:28.575Z[ recovery-image] May 11 18:54:26.586 INFO O| May 11 18:54:26.586 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-05-11T18:54:28.575Z[ recovery-image] May 11 18:54:26.594 INFO O| May 11 18:54:26.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
63952026-05-11T18:54:28.575Z[ recovery-image] May 11 18:54:26.595 INFO O| May 11 18:54:26.594 INFO STEP 526 (remove_files) COMPLETE
63962026-05-11T18:54:28.575Z[ recovery-image] May 11 18:54:26.595 INFO O| May 11 18:54:26.595 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.605 INFO O| May 11 18:54:26.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
63982026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.605 INFO O| May 11 18:54:26.605 INFO STEP 527 (remove_files) COMPLETE
63992026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.605 INFO O| May 11 18:54:26.605 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.613 INFO O| May 11 18:54:26.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
64012026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.613 INFO O| May 11 18:54:26.613 INFO STEP 528 (remove_files) COMPLETE
64022026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.613 INFO O| May 11 18:54:26.613 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.623 INFO O| May 11 18:54:26.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
64042026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.623 INFO O| May 11 18:54:26.623 INFO STEP 529 (remove_files) COMPLETE
64052026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.623 INFO O| May 11 18:54:26.623 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.632 INFO O| May 11 18:54:26.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
64072026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.632 INFO O| May 11 18:54:26.632 INFO STEP 530 (remove_files) COMPLETE
64082026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.632 INFO O| May 11 18:54:26.632 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.642 INFO O| May 11 18:54:26.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
64102026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.642 INFO O| May 11 18:54:26.642 INFO STEP 531 (remove_files) COMPLETE
64112026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.642 INFO O| May 11 18:54:26.642 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.650 INFO O| May 11 18:54:26.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
64132026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.651 INFO O| May 11 18:54:26.650 INFO STEP 532 (remove_files) COMPLETE
64142026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.651 INFO O| May 11 18:54:26.650 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.660 INFO O| May 11 18:54:26.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
64162026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.660 INFO O| May 11 18:54:26.660 INFO STEP 533 (remove_files) COMPLETE
64172026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.660 INFO O| May 11 18:54:26.660 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.670 INFO O| May 11 18:54:26.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
64192026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.670 INFO O| May 11 18:54:26.670 INFO STEP 534 (remove_files) COMPLETE
64202026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.670 INFO O| May 11 18:54:26.670 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.677 INFO O| May 11 18:54:26.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
64222026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.677 INFO O| May 11 18:54:26.677 INFO STEP 535 (remove_files) COMPLETE
64232026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.678 INFO O| May 11 18:54:26.677 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.688 INFO O| May 11 18:54:26.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
64252026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.688 INFO O| May 11 18:54:26.688 INFO STEP 536 (remove_files) COMPLETE
64262026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.688 INFO O| May 11 18:54:26.688 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.697 INFO O| May 11 18:54:26.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
64282026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.697 INFO O| May 11 18:54:26.697 INFO STEP 537 (remove_files) COMPLETE
64292026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.697 INFO O| May 11 18:54:26.697 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.706 INFO O| May 11 18:54:26.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
64312026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.706 INFO O| May 11 18:54:26.706 INFO STEP 538 (remove_files) COMPLETE
64322026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.706 INFO O| May 11 18:54:26.706 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.713 INFO O| May 11 18:54:26.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
64342026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.713 INFO O| May 11 18:54:26.713 INFO STEP 539 (remove_files) COMPLETE
64352026-05-11T18:54:28.576Z[ recovery-image] May 11 18:54:26.713 INFO O| May 11 18:54:26.713 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-05-11T18:54:28.577Z[ recovery-image] May 11 18:54:26.723 INFO O| May 11 18:54:26.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
64372026-05-11T18:54:28.577Z[ recovery-image] May 11 18:54:26.723 INFO O| May 11 18:54:26.723 INFO STEP 540 (remove_files) COMPLETE
64382026-05-11T18:54:28.577Z[ recovery-image] May 11 18:54:26.723 INFO O| May 11 18:54:26.723 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-05-11T18:54:28.577Z[ recovery-image] May 11 18:54:26.730 INFO O| May 11 18:54:26.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
64402026-05-11T18:54:28.577Z[ recovery-image] May 11 18:54:26.731 INFO O| May 11 18:54:26.731 INFO STEP 541 (remove_files) COMPLETE
64412026-05-11T18:54:28.577Z[ recovery-image] May 11 18:54:26.731 INFO O| May 11 18:54:26.731 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-05-11T18:54:28.577Z[ recovery-image] May 11 18:54:26.739 INFO O| May 11 18:54:26.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
64432026-05-11T18:54:28.577Z[ recovery-image] May 11 18:54:26.739 INFO O| May 11 18:54:26.739 INFO STEP 542 (remove_files) COMPLETE
64442026-05-11T18:54:28.577Z[ recovery-image] May 11 18:54:26.739 INFO O| May 11 18:54:26.739 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-05-11T18:54:28.577Z[ recovery-image] May 11 18:54:26.746 INFO O| May 11 18:54:26.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
64462026-05-11T18:54:28.577Z[ recovery-image] May 11 18:54:26.746 INFO O| May 11 18:54:26.746 INFO STEP 543 (remove_files) COMPLETE
64472026-05-11T18:54:28.577Z[ recovery-image] May 11 18:54:26.746 INFO O| May 11 18:54:26.746 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-05-11T18:54:28.577Z[ recovery-image] May 11 18:54:26.753 INFO O| May 11 18:54:26.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
64492026-05-11T18:54:28.577Z[ recovery-image] May 11 18:54:26.753 INFO O| May 11 18:54:26.753 INFO STEP 544 (remove_files) COMPLETE
64502026-05-11T18:54:28.577Z[ recovery-image] May 11 18:54:26.753 INFO O| May 11 18:54:26.753 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-05-11T18:54:28.577Z[ recovery-image] May 11 18:54:26.760 INFO O| May 11 18:54:26.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
64522026-05-11T18:54:28.577Z[ recovery-image] May 11 18:54:26.760 INFO O| May 11 18:54:26.760 INFO STEP 545 (remove_files) COMPLETE
64532026-05-11T18:54:28.577Z[ recovery-image] May 11 18:54:26.760 INFO O| May 11 18:54:26.760 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-05-11T18:54:28.577Z[ recovery-image] May 11 18:54:26.769 INFO O| May 11 18:54:26.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
64552026-05-11T18:54:28.577Z[ recovery-image] May 11 18:54:26.769 INFO O| May 11 18:54:26.768 INFO STEP 546 (remove_files) COMPLETE
64562026-05-11T18:54:28.577Z[ recovery-image] May 11 18:54:26.769 INFO O| May 11 18:54:26.769 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-05-11T18:54:28.577Z[ recovery-image] May 11 18:54:26.776 INFO O| May 11 18:54:26.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
64582026-05-11T18:54:28.577Z[ recovery-image] May 11 18:54:26.776 INFO O| May 11 18:54:26.776 INFO STEP 547 (remove_files) COMPLETE
64592026-05-11T18:54:28.577Z[ recovery-image] May 11 18:54:26.776 INFO O| May 11 18:54:26.776 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-05-11T18:54:28.577Z[ recovery-image] May 11 18:54:26.784 INFO O| May 11 18:54:26.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
64612026-05-11T18:54:28.577Z[ recovery-image] May 11 18:54:26.784 INFO O| May 11 18:54:26.784 INFO STEP 548 (remove_files) COMPLETE
64622026-05-11T18:54:28.577Z[ recovery-image] May 11 18:54:26.784 INFO O| May 11 18:54:26.784 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-05-11T18:54:28.577Z[ recovery-image] May 11 18:54:26.792 INFO O| May 11 18:54:26.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
64642026-05-11T18:54:28.577Z[ recovery-image] May 11 18:54:26.792 INFO O| May 11 18:54:26.792 INFO STEP 549 (remove_files) COMPLETE
64652026-05-11T18:54:28.577Z[ recovery-image] May 11 18:54:26.792 INFO O| May 11 18:54:26.792 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-05-11T18:54:28.577Z[ recovery-image] May 11 18:54:26.799 INFO O| May 11 18:54:26.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
64672026-05-11T18:54:28.583Z[ recovery-image] May 11 18:54:26.799 INFO O| May 11 18:54:26.799 INFO STEP 550 (remove_files) COMPLETE
64682026-05-11T18:54:28.583Z[ recovery-image] May 11 18:54:26.799 INFO O| May 11 18:54:26.799 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-05-11T18:54:28.583Z[ recovery-image] May 11 18:54:26.807 INFO O| May 11 18:54:26.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
64702026-05-11T18:54:28.583Z[ recovery-image] May 11 18:54:26.807 INFO O| May 11 18:54:26.807 INFO STEP 551 (remove_files) COMPLETE
64712026-05-11T18:54:28.583Z[ recovery-image] May 11 18:54:26.808 INFO O| May 11 18:54:26.807 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-05-11T18:54:28.583Z[ recovery-image] May 11 18:54:26.816 INFO O| May 11 18:54:26.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
64732026-05-11T18:54:28.583Z[ recovery-image] May 11 18:54:26.816 INFO O| May 11 18:54:26.816 INFO STEP 552 (remove_files) COMPLETE
64742026-05-11T18:54:28.583Z[ recovery-image] May 11 18:54:26.816 INFO O| May 11 18:54:26.816 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-05-11T18:54:28.583Z[ recovery-image] May 11 18:54:26.824 INFO O| May 11 18:54:26.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
64762026-05-11T18:54:28.583Z[ recovery-image] May 11 18:54:26.824 INFO O| May 11 18:54:26.824 INFO STEP 553 (remove_files) COMPLETE
64772026-05-11T18:54:28.583Z[ recovery-image] May 11 18:54:26.824 INFO O| May 11 18:54:26.824 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-05-11T18:54:28.583Z[ recovery-image] May 11 18:54:26.832 INFO O| May 11 18:54:26.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
64792026-05-11T18:54:28.583Z[ recovery-image] May 11 18:54:26.832 INFO O| May 11 18:54:26.832 INFO STEP 554 (remove_files) COMPLETE
64802026-05-11T18:54:28.583Z[ recovery-image] May 11 18:54:26.832 INFO O| May 11 18:54:26.832 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-05-11T18:54:28.583Z[ recovery-image] May 11 18:54:26.839 INFO O| May 11 18:54:26.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
64822026-05-11T18:54:28.583Z[ recovery-image] May 11 18:54:26.839 INFO O| May 11 18:54:26.839 INFO STEP 555 (remove_files) COMPLETE
64832026-05-11T18:54:28.583Z[ recovery-image] May 11 18:54:26.839 INFO O| May 11 18:54:26.839 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-05-11T18:54:28.583Z[ recovery-image] May 11 18:54:26.848 INFO O| May 11 18:54:26.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
64852026-05-11T18:54:28.583Z[ recovery-image] May 11 18:54:26.848 INFO O| May 11 18:54:26.848 INFO STEP 556 (remove_files) COMPLETE
64862026-05-11T18:54:28.583Z[ recovery-image] May 11 18:54:26.848 INFO O| May 11 18:54:26.848 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-05-11T18:54:28.583Z[ recovery-image] May 11 18:54:26.857 INFO O| May 11 18:54:26.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
64882026-05-11T18:54:28.583Z[ recovery-image] May 11 18:54:26.857 INFO O| May 11 18:54:26.857 INFO STEP 557 (remove_files) COMPLETE
64892026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.857 INFO O| May 11 18:54:26.857 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.866 INFO O| May 11 18:54:26.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
64912026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.866 INFO O| May 11 18:54:26.866 INFO STEP 558 (remove_files) COMPLETE
64922026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.866 INFO O| May 11 18:54:26.866 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.873 INFO O| May 11 18:54:26.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
64942026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.873 INFO O| May 11 18:54:26.873 INFO STEP 559 (remove_files) COMPLETE
64952026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.873 INFO O| May 11 18:54:26.873 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.882 INFO O| May 11 18:54:26.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
64972026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.882 INFO O| May 11 18:54:26.882 INFO STEP 560 (remove_files) COMPLETE
64982026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.882 INFO O| May 11 18:54:26.882 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.890 INFO O| May 11 18:54:26.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
65002026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.890 INFO O| May 11 18:54:26.890 INFO STEP 561 (remove_files) COMPLETE
65012026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.890 INFO O| May 11 18:54:26.890 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.897 INFO O| May 11 18:54:26.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
65032026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.897 INFO O| May 11 18:54:26.897 INFO STEP 562 (remove_files) COMPLETE
65042026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.897 INFO O| May 11 18:54:26.897 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.906 INFO O| May 11 18:54:26.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
65062026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.906 INFO O| May 11 18:54:26.906 INFO STEP 563 (remove_files) COMPLETE
65072026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.906 INFO O| May 11 18:54:26.906 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.914 INFO O| May 11 18:54:26.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
65092026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.914 INFO O| May 11 18:54:26.914 INFO STEP 564 (remove_files) COMPLETE
65102026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.914 INFO O| May 11 18:54:26.914 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.921 INFO O| May 11 18:54:26.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
65122026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.921 INFO O| May 11 18:54:26.921 INFO STEP 565 (remove_files) COMPLETE
65132026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.921 INFO O| May 11 18:54:26.921 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.929 INFO O| May 11 18:54:26.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
65152026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.929 INFO O| May 11 18:54:26.929 INFO STEP 566 (remove_files) COMPLETE
65162026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.929 INFO O| May 11 18:54:26.929 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.937 INFO O| May 11 18:54:26.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
65182026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.937 INFO O| May 11 18:54:26.937 INFO STEP 567 (remove_files) COMPLETE
65192026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.937 INFO O| May 11 18:54:26.937 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.945 INFO O| May 11 18:54:26.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
65212026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.945 INFO O| May 11 18:54:26.945 INFO STEP 568 (remove_files) COMPLETE
65222026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.945 INFO O| May 11 18:54:26.945 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.952 INFO O| May 11 18:54:26.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
65242026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.952 INFO O| May 11 18:54:26.952 INFO STEP 569 (remove_files) COMPLETE
65252026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.952 INFO O| May 11 18:54:26.952 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-05-11T18:54:28.584Z[ recovery-image] May 11 18:54:26.959 INFO O| May 11 18:54:26.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
65272026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:26.959 INFO O| May 11 18:54:26.959 INFO STEP 570 (remove_files) COMPLETE
65282026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:26.959 INFO O| May 11 18:54:26.959 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:26.966 INFO O| May 11 18:54:26.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
65302026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:26.966 INFO O| May 11 18:54:26.966 INFO STEP 571 (remove_files) COMPLETE
65312026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:26.966 INFO O| May 11 18:54:26.966 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:26.974 INFO O| May 11 18:54:26.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
65332026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:26.974 INFO O| May 11 18:54:26.974 INFO STEP 572 (remove_files) COMPLETE
65342026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:26.974 INFO O| May 11 18:54:26.974 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:26.981 INFO O| May 11 18:54:26.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
65362026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:26.981 INFO O| May 11 18:54:26.981 INFO STEP 573 (remove_files) COMPLETE
65372026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:26.981 INFO O| May 11 18:54:26.981 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:26.990 INFO O| May 11 18:54:26.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
65392026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:26.990 INFO O| May 11 18:54:26.990 INFO STEP 574 (remove_files) COMPLETE
65402026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:26.990 INFO O| May 11 18:54:26.990 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:26.998 INFO O| May 11 18:54:26.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
65422026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:26.998 INFO O| May 11 18:54:26.998 INFO STEP 575 (remove_files) COMPLETE
65432026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:26.998 INFO O| May 11 18:54:26.998 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:27.006 INFO O| May 11 18:54:27.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
65452026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:27.006 INFO O| May 11 18:54:27.006 INFO STEP 576 (remove_files) COMPLETE
65462026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:27.006 INFO O| May 11 18:54:27.006 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:27.014 INFO O| May 11 18:54:27.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
65482026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:27.014 INFO O| May 11 18:54:27.014 INFO STEP 577 (remove_files) COMPLETE
65492026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:27.014 INFO O| May 11 18:54:27.014 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:27.023 INFO O| May 11 18:54:27.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
65512026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:27.023 INFO O| May 11 18:54:27.023 INFO STEP 578 (remove_files) COMPLETE
65522026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:27.023 INFO O| May 11 18:54:27.023 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:27.030 INFO O| May 11 18:54:27.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
65542026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:27.030 INFO O| May 11 18:54:27.030 INFO STEP 579 (remove_files) COMPLETE
65552026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:27.030 INFO O| May 11 18:54:27.030 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:27.037 INFO O| May 11 18:54:27.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
65572026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:27.037 INFO O| May 11 18:54:27.037 INFO STEP 580 (remove_files) COMPLETE
65582026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:27.037 INFO O| May 11 18:54:27.037 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:27.045 INFO O| May 11 18:54:27.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
65602026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:27.045 INFO O| May 11 18:54:27.045 INFO STEP 581 (remove_files) COMPLETE
65612026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:27.045 INFO O| May 11 18:54:27.045 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:27.051 INFO O| May 11 18:54:27.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
65632026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:27.051 INFO O| May 11 18:54:27.051 INFO STEP 582 (remove_files) COMPLETE
65642026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:27.051 INFO O| May 11 18:54:27.051 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-05-11T18:54:28.585Z[ recovery-image] May 11 18:54:27.059 INFO O| May 11 18:54:27.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
65662026-05-11T18:54:28.586Z[ recovery-image] May 11 18:54:27.059 INFO O| May 11 18:54:27.059 INFO STEP 583 (remove_files) COMPLETE
65672026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.059 INFO O| May 11 18:54:27.059 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.065 INFO O| May 11 18:54:27.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
65692026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.065 INFO O| May 11 18:54:27.065 INFO STEP 584 (remove_files) COMPLETE
65702026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.065 INFO O| May 11 18:54:27.065 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.072 INFO O| May 11 18:54:27.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
65722026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.072 INFO O| May 11 18:54:27.072 INFO STEP 585 (remove_files) COMPLETE
65732026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.072 INFO O| May 11 18:54:27.072 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.079 INFO O| May 11 18:54:27.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
65752026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.080 INFO O| May 11 18:54:27.080 INFO STEP 586 (remove_files) COMPLETE
65762026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.080 INFO O| May 11 18:54:27.080 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.088 INFO O| May 11 18:54:27.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
65782026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.088 INFO O| May 11 18:54:27.088 INFO STEP 587 (remove_files) COMPLETE
65792026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.088 INFO O| May 11 18:54:27.088 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.094 INFO O| May 11 18:54:27.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
65812026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.094 INFO O| May 11 18:54:27.094 INFO STEP 588 (remove_files) COMPLETE
65822026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.094 INFO O| May 11 18:54:27.094 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.103 INFO O| May 11 18:54:27.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
65842026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.103 INFO O| May 11 18:54:27.103 INFO STEP 589 (remove_files) COMPLETE
65852026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.103 INFO O| May 11 18:54:27.103 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.110 INFO O| May 11 18:54:27.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
65872026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.110 INFO O| May 11 18:54:27.110 INFO STEP 590 (remove_files) COMPLETE
65882026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.110 INFO O| May 11 18:54:27.110 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.118 INFO O| May 11 18:54:27.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
65902026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.118 INFO O| May 11 18:54:27.118 INFO STEP 591 (remove_files) COMPLETE
65912026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.118 INFO O| May 11 18:54:27.118 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.125 INFO O| May 11 18:54:27.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
65932026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.125 INFO O| May 11 18:54:27.125 INFO STEP 592 (remove_files) COMPLETE
65942026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.125 INFO O| May 11 18:54:27.125 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.132 INFO O| May 11 18:54:27.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
65962026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.132 INFO O| May 11 18:54:27.132 INFO STEP 593 (remove_files) COMPLETE
65972026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.132 INFO O| May 11 18:54:27.132 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-05-11T18:54:28.590Z[ recovery-image] May 11 18:54:27.138 INFO O| May 11 18:54:27.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
65992026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.138 INFO O| May 11 18:54:27.138 INFO STEP 594 (remove_files) COMPLETE
66002026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.138 INFO O| May 11 18:54:27.138 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.144 INFO O| May 11 18:54:27.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
66022026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.144 INFO O| May 11 18:54:27.144 INFO STEP 595 (remove_files) COMPLETE
66032026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.144 INFO O| May 11 18:54:27.144 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.151 INFO O| May 11 18:54:27.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
66052026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.151 INFO O| May 11 18:54:27.151 INFO STEP 596 (remove_files) COMPLETE
66062026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.151 INFO O| May 11 18:54:27.151 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.157 INFO O| May 11 18:54:27.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
66082026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.157 INFO O| May 11 18:54:27.157 INFO STEP 597 (remove_files) COMPLETE
66092026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.157 INFO O| May 11 18:54:27.157 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.163 INFO O| May 11 18:54:27.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
66112026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.163 INFO O| May 11 18:54:27.163 INFO STEP 598 (remove_files) COMPLETE
66122026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.163 INFO O| May 11 18:54:27.163 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.169 INFO O| May 11 18:54:27.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
66142026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.169 INFO O| May 11 18:54:27.169 INFO STEP 599 (remove_files) COMPLETE
66152026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.169 INFO O| May 11 18:54:27.169 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.175 INFO O| May 11 18:54:27.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
66172026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.175 INFO O| May 11 18:54:27.175 INFO STEP 600 (remove_files) COMPLETE
66182026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.175 INFO O| May 11 18:54:27.175 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.181 INFO O| May 11 18:54:27.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
66202026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.181 INFO O| May 11 18:54:27.181 INFO STEP 601 (remove_files) COMPLETE
66212026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.181 INFO O| May 11 18:54:27.181 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.189 INFO O| May 11 18:54:27.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
66232026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.190 INFO O| May 11 18:54:27.190 INFO STEP 602 (remove_files) COMPLETE
66242026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.190 INFO O| May 11 18:54:27.190 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.197 INFO O| May 11 18:54:27.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
66262026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.197 INFO O| May 11 18:54:27.197 INFO STEP 603 (remove_files) COMPLETE
66272026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.197 INFO O| May 11 18:54:27.197 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.205 INFO O| May 11 18:54:27.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
66292026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.205 INFO O| May 11 18:54:27.205 INFO STEP 604 (remove_files) COMPLETE
66302026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.205 INFO O| May 11 18:54:27.205 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.212 INFO O| May 11 18:54:27.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
66322026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.212 INFO O| May 11 18:54:27.212 INFO STEP 605 (remove_files) COMPLETE
66332026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.212 INFO O| May 11 18:54:27.212 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.219 INFO O| May 11 18:54:27.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
66352026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.219 INFO O| May 11 18:54:27.219 INFO STEP 606 (remove_files) COMPLETE
66362026-05-11T18:54:28.591Z[ recovery-image] May 11 18:54:27.219 INFO O| May 11 18:54:27.219 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-05-11T18:54:28.592Z[ recovery-image] May 11 18:54:27.227 INFO O| May 11 18:54:27.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
66382026-05-11T18:54:28.592Z[ recovery-image] May 11 18:54:27.227 INFO O| May 11 18:54:27.227 INFO STEP 607 (remove_files) COMPLETE
66392026-05-11T18:54:28.592Z[ recovery-image] May 11 18:54:27.227 INFO O| May 11 18:54:27.227 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-05-11T18:54:28.592Z[ recovery-image] May 11 18:54:27.234 INFO O| May 11 18:54:27.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
66412026-05-11T18:54:28.592Z[ recovery-image] May 11 18:54:27.234 INFO O| May 11 18:54:27.234 INFO STEP 608 (remove_files) COMPLETE
66422026-05-11T18:54:28.592Z[ recovery-image] May 11 18:54:27.234 INFO O| May 11 18:54:27.234 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-05-11T18:54:28.592Z[ recovery-image] May 11 18:54:27.241 INFO O| May 11 18:54:27.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
66442026-05-11T18:54:28.592Z[ recovery-image] May 11 18:54:27.241 INFO O| May 11 18:54:27.241 INFO STEP 609 (remove_files) COMPLETE
66452026-05-11T18:54:28.592Z[ recovery-image] May 11 18:54:27.241 INFO O| May 11 18:54:27.241 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-05-11T18:54:28.592Z[ recovery-image] May 11 18:54:27.250 INFO O| May 11 18:54:27.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
66472026-05-11T18:54:28.592Z[ recovery-image] May 11 18:54:27.250 INFO O| May 11 18:54:27.250 INFO STEP 610 (remove_files) COMPLETE
66482026-05-11T18:54:28.592Z[ recovery-image] May 11 18:54:27.250 INFO O| May 11 18:54:27.250 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-05-11T18:54:28.592Z[ recovery-image] May 11 18:54:27.257 INFO O| May 11 18:54:27.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
66502026-05-11T18:54:28.592Z[ recovery-image] May 11 18:54:27.257 INFO O| May 11 18:54:27.257 INFO STEP 611 (remove_files) COMPLETE
66512026-05-11T18:54:28.592Z[ recovery-image] May 11 18:54:27.257 INFO O| May 11 18:54:27.257 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-05-11T18:54:28.592Z[ recovery-image] May 11 18:54:27.265 INFO O| May 11 18:54:27.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
66532026-05-11T18:54:28.592Z[ recovery-image] May 11 18:54:27.266 INFO O| May 11 18:54:27.266 INFO STEP 612 (remove_files) COMPLETE
66542026-05-11T18:54:28.592Z[ recovery-image] May 11 18:54:27.266 INFO O| May 11 18:54:27.266 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-05-11T18:54:28.592Z[ recovery-image] May 11 18:54:27.273 INFO O| May 11 18:54:27.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
66562026-05-11T18:54:28.592Z[ recovery-image] May 11 18:54:27.273 INFO O| May 11 18:54:27.273 INFO STEP 613 (remove_files) COMPLETE
66572026-05-11T18:54:28.592Z[ recovery-image] May 11 18:54:27.273 INFO O| May 11 18:54:27.273 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-05-11T18:54:28.592Z[ recovery-image] May 11 18:54:27.282 INFO O| May 11 18:54:27.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
66592026-05-11T18:54:28.592Z[ recovery-image] May 11 18:54:27.282 INFO O| May 11 18:54:27.282 INFO STEP 614 (remove_files) COMPLETE
66602026-05-11T18:54:28.592Z[ recovery-image] May 11 18:54:27.282 INFO O| May 11 18:54:27.282 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-05-11T18:54:28.592Z[ recovery-image] May 11 18:54:27.290 INFO O| May 11 18:54:27.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
66622026-05-11T18:54:28.592Z[ recovery-image] May 11 18:54:27.290 INFO O| May 11 18:54:27.290 INFO STEP 615 (remove_files) COMPLETE
66632026-05-11T18:54:28.592Z[ recovery-image] May 11 18:54:27.290 INFO O| May 11 18:54:27.290 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66642026-05-11T18:54:28.592Z[ recovery-image] May 11 18:54:27.298 INFO O| May 11 18:54:27.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
66652026-05-11T18:54:28.592Z[ recovery-image] May 11 18:54:27.298 INFO O| May 11 18:54:27.298 INFO STEP 616 (remove_files) COMPLETE
66662026-05-11T18:54:28.592Z[ recovery-image] May 11 18:54:27.298 INFO O| May 11 18:54:27.298 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66672026-05-11T18:54:28.596Z[ recovery-image] May 11 18:54:27.306 INFO O| May 11 18:54:27.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
66682026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.306 INFO O| May 11 18:54:27.306 INFO STEP 617 (remove_files) COMPLETE
66692026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.306 INFO O| May 11 18:54:27.306 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66702026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.314 INFO O| May 11 18:54:27.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
66712026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.314 INFO O| May 11 18:54:27.314 INFO STEP 618 (remove_files) COMPLETE
66722026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.314 INFO O| May 11 18:54:27.314 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66732026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.321 INFO O| May 11 18:54:27.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
66742026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.321 INFO O| May 11 18:54:27.321 INFO STEP 619 (remove_files) COMPLETE
66752026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.321 INFO O| May 11 18:54:27.321 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.329 INFO O| May 11 18:54:27.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
66772026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.329 INFO O| May 11 18:54:27.329 INFO STEP 620 (remove_files) COMPLETE
66782026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.329 INFO O| May 11 18:54:27.329 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.337 INFO O| May 11 18:54:27.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
66802026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.337 INFO O| May 11 18:54:27.337 INFO STEP 621 (remove_files) COMPLETE
66812026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.337 INFO O| May 11 18:54:27.337 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.345 INFO O| May 11 18:54:27.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
66832026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.345 INFO O| May 11 18:54:27.345 INFO STEP 622 (remove_files) COMPLETE
66842026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.345 INFO O| May 11 18:54:27.345 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.352 INFO O| May 11 18:54:27.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
66862026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.352 INFO O| May 11 18:54:27.352 INFO STEP 623 (remove_files) COMPLETE
66872026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.352 INFO O| May 11 18:54:27.352 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.359 INFO O| May 11 18:54:27.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
66892026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.359 INFO O| May 11 18:54:27.359 INFO STEP 624 (remove_files) COMPLETE
66902026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.359 INFO O| May 11 18:54:27.359 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.367 INFO O| May 11 18:54:27.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
66922026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.367 INFO O| May 11 18:54:27.367 INFO STEP 625 (remove_files) COMPLETE
66932026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.367 INFO O| May 11 18:54:27.367 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.374 INFO O| May 11 18:54:27.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
66952026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.374 INFO O| May 11 18:54:27.374 INFO STEP 626 (remove_files) COMPLETE
66962026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.374 INFO O| May 11 18:54:27.374 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.383 INFO O| May 11 18:54:27.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
66982026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.383 INFO O| May 11 18:54:27.383 INFO STEP 627 (remove_files) COMPLETE
66992026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.383 INFO O| May 11 18:54:27.383 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.389 INFO O| May 11 18:54:27.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
67012026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.389 INFO O| May 11 18:54:27.389 INFO STEP 628 (remove_files) COMPLETE
67022026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.389 INFO O| May 11 18:54:27.389 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.396 INFO O| May 11 18:54:27.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
67042026-05-11T18:54:28.597Z[ recovery-image] May 11 18:54:27.396 INFO O| May 11 18:54:27.396 INFO STEP 629 (remove_files) COMPLETE
67052026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.396 INFO O| May 11 18:54:27.396 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.402 INFO O| May 11 18:54:27.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
67072026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.402 INFO O| May 11 18:54:27.402 INFO STEP 630 (remove_files) COMPLETE
67082026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.402 INFO O| May 11 18:54:27.402 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.409 INFO O| May 11 18:54:27.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
67102026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.410 INFO O| May 11 18:54:27.410 INFO STEP 631 (remove_files) COMPLETE
67112026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.410 INFO O| May 11 18:54:27.410 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.417 INFO O| May 11 18:54:27.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
67132026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.417 INFO O| May 11 18:54:27.417 INFO STEP 632 (remove_files) COMPLETE
67142026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.417 INFO O| May 11 18:54:27.417 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.424 INFO O| May 11 18:54:27.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
67162026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.424 INFO O| May 11 18:54:27.424 INFO STEP 633 (remove_files) COMPLETE
67172026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.424 INFO O| May 11 18:54:27.424 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.433 INFO O| May 11 18:54:27.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
67192026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.433 INFO O| May 11 18:54:27.433 INFO STEP 634 (remove_files) COMPLETE
67202026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.433 INFO O| May 11 18:54:27.433 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.440 INFO O| May 11 18:54:27.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
67222026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.440 INFO O| May 11 18:54:27.440 INFO STEP 635 (remove_files) COMPLETE
67232026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.440 INFO O| May 11 18:54:27.440 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.447 INFO O| May 11 18:54:27.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
67252026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.447 INFO O| May 11 18:54:27.447 INFO STEP 636 (remove_files) COMPLETE
67262026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.447 INFO O| May 11 18:54:27.447 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.455 INFO O| May 11 18:54:27.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
67282026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.455 INFO O| May 11 18:54:27.455 INFO STEP 637 (remove_files) COMPLETE
67292026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.455 INFO O| May 11 18:54:27.455 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.463 INFO O| May 11 18:54:27.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
67312026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.463 INFO O| May 11 18:54:27.463 INFO STEP 638 (remove_files) COMPLETE
67322026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.463 INFO O| May 11 18:54:27.463 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.470 INFO O| May 11 18:54:27.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
67342026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.470 INFO O| May 11 18:54:27.470 INFO STEP 639 (remove_files) COMPLETE
67352026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.470 INFO O| May 11 18:54:27.470 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.478 INFO O| May 11 18:54:27.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
67372026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.479 INFO O| May 11 18:54:27.478 INFO STEP 640 (remove_files) COMPLETE
67382026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.479 INFO O| May 11 18:54:27.478 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.486 INFO O| May 11 18:54:27.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
67402026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.486 INFO O| May 11 18:54:27.486 INFO STEP 641 (remove_files) COMPLETE
67412026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.486 INFO O| May 11 18:54:27.486 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.493 INFO O| May 11 18:54:27.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
67432026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.493 INFO O| May 11 18:54:27.493 INFO STEP 642 (remove_files) COMPLETE
67442026-05-11T18:54:28.598Z[ recovery-image] May 11 18:54:27.493 INFO O| May 11 18:54:27.493 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-05-11T18:54:28.599Z[ recovery-image] May 11 18:54:27.501 INFO O| May 11 18:54:27.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
67462026-05-11T18:54:28.599Z[ recovery-image] May 11 18:54:27.501 INFO O| May 11 18:54:27.501 INFO STEP 643 (remove_files) COMPLETE
67472026-05-11T18:54:28.599Z[ recovery-image] May 11 18:54:27.501 INFO O| May 11 18:54:27.501 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-05-11T18:54:28.599Z[ recovery-image] May 11 18:54:27.509 INFO O| May 11 18:54:27.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
67492026-05-11T18:54:28.599Z[ recovery-image] May 11 18:54:27.509 INFO O| May 11 18:54:27.509 INFO STEP 644 (remove_files) COMPLETE
67502026-05-11T18:54:28.599Z[ recovery-image] May 11 18:54:27.509 INFO O| May 11 18:54:27.509 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-05-11T18:54:28.599Z[ recovery-image] May 11 18:54:27.517 INFO O| May 11 18:54:27.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
67522026-05-11T18:54:28.599Z[ recovery-image] May 11 18:54:27.517 INFO O| May 11 18:54:27.517 INFO STEP 645 (remove_files) COMPLETE
67532026-05-11T18:54:28.599Z[ recovery-image] May 11 18:54:27.517 INFO O| May 11 18:54:27.517 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-05-11T18:54:28.599Z[ recovery-image] May 11 18:54:27.525 INFO O| May 11 18:54:27.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
67552026-05-11T18:54:28.599Z[ recovery-image] May 11 18:54:27.525 INFO O| May 11 18:54:27.525 INFO STEP 646 (remove_files) COMPLETE
67562026-05-11T18:54:28.599Z[ recovery-image] May 11 18:54:27.525 INFO O| May 11 18:54:27.525 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-05-11T18:54:28.599Z[ recovery-image] May 11 18:54:27.532 INFO O| May 11 18:54:27.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
67582026-05-11T18:54:28.599Z[ recovery-image] May 11 18:54:27.532 INFO O| May 11 18:54:27.532 INFO STEP 647 (remove_files) COMPLETE
67592026-05-11T18:54:28.599Z[ recovery-image] May 11 18:54:27.532 INFO O| May 11 18:54:27.532 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-05-11T18:54:28.599Z[ recovery-image] May 11 18:54:27.539 INFO O| May 11 18:54:27.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
67612026-05-11T18:54:28.599Z[ recovery-image] May 11 18:54:27.539 INFO O| May 11 18:54:27.539 INFO STEP 648 (remove_files) COMPLETE
67622026-05-11T18:54:28.599Z[ recovery-image] May 11 18:54:27.539 INFO O| May 11 18:54:27.539 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-05-11T18:54:28.603Z[ recovery-image] May 11 18:54:27.545 INFO O| May 11 18:54:27.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
67642026-05-11T18:54:28.603Z[ recovery-image] May 11 18:54:27.545 INFO O| May 11 18:54:27.545 INFO STEP 649 (remove_files) COMPLETE
67652026-05-11T18:54:28.603Z[ recovery-image] May 11 18:54:27.545 INFO O| May 11 18:54:27.545 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-05-11T18:54:28.606Z[ recovery-image] May 11 18:54:27.554 INFO O| May 11 18:54:27.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
67672026-05-11T18:54:28.606Z[ recovery-image] May 11 18:54:27.554 INFO O| May 11 18:54:27.554 INFO STEP 650 (remove_files) COMPLETE
67682026-05-11T18:54:28.606Z[ recovery-image] May 11 18:54:27.554 INFO O| May 11 18:54:27.554 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-05-11T18:54:28.612Z[ recovery-image] May 11 18:54:27.560 INFO O| May 11 18:54:27.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
67702026-05-11T18:54:28.612Z[ recovery-image] May 11 18:54:27.560 INFO O| May 11 18:54:27.560 INFO STEP 651 (remove_files) COMPLETE
67712026-05-11T18:54:28.615Z[ recovery-image] May 11 18:54:27.560 INFO O| May 11 18:54:27.560 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-05-11T18:54:28.620Z[ recovery-image] May 11 18:54:27.568 INFO O| May 11 18:54:27.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
67732026-05-11T18:54:28.620Z[ recovery-image] May 11 18:54:27.568 INFO O| May 11 18:54:27.568 INFO STEP 652 (remove_files) COMPLETE
67742026-05-11T18:54:28.623Z[ recovery-image] May 11 18:54:27.568 INFO O| May 11 18:54:27.568 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-05-11T18:54:28.626Z[ recovery-image] May 11 18:54:27.574 INFO O| May 11 18:54:27.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
67762026-05-11T18:54:28.629Z[ recovery-image] May 11 18:54:27.574 INFO O| May 11 18:54:27.574 INFO STEP 653 (remove_files) COMPLETE
67772026-05-11T18:54:28.629Z[ recovery-image] May 11 18:54:27.574 INFO O| May 11 18:54:27.574 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-05-11T18:54:28.632Z[ recovery-image] May 11 18:54:27.581 INFO O| May 11 18:54:27.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
67792026-05-11T18:54:28.635Z[ recovery-image] May 11 18:54:27.581 INFO O| May 11 18:54:27.581 INFO STEP 654 (remove_files) COMPLETE
67802026-05-11T18:54:28.635Z[ recovery-image] May 11 18:54:27.581 INFO O| May 11 18:54:27.581 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-05-11T18:54:28.640Z[ recovery-image] May 11 18:54:27.588 INFO O| May 11 18:54:27.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
67822026-05-11T18:54:28.643Z[ recovery-image] May 11 18:54:27.589 INFO O| May 11 18:54:27.589 INFO STEP 655 (remove_files) COMPLETE
67832026-05-11T18:54:28.643Z[ recovery-image] May 11 18:54:27.589 INFO O| May 11 18:54:27.589 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-05-11T18:54:28.649Z[ recovery-image] May 11 18:54:27.597 INFO O| May 11 18:54:27.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
67852026-05-11T18:54:28.649Z[ recovery-image] May 11 18:54:27.597 INFO O| May 11 18:54:27.597 INFO STEP 656 (remove_files) COMPLETE
67862026-05-11T18:54:28.649Z[ recovery-image] May 11 18:54:27.597 INFO O| May 11 18:54:27.597 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-05-11T18:54:28.657Z[ recovery-image] May 11 18:54:27.606 INFO O| May 11 18:54:27.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
67882026-05-11T18:54:28.660Z[ recovery-image] May 11 18:54:27.606 INFO O| May 11 18:54:27.606 INFO STEP 657 (remove_files) COMPLETE
67892026-05-11T18:54:28.660Z[ recovery-image] May 11 18:54:27.606 INFO O| May 11 18:54:27.606 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-05-11T18:54:28.665Z[ recovery-image] May 11 18:54:27.611 INFO O| May 11 18:54:27.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
67912026-05-11T18:54:28.665Z[ recovery-image] May 11 18:54:27.611 INFO O| May 11 18:54:27.611 INFO STEP 658 (remove_files) COMPLETE
67922026-05-11T18:54:28.665Z[ recovery-image] May 11 18:54:27.611 INFO O| May 11 18:54:27.611 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-05-11T18:54:28.669Z[ recovery-image] May 11 18:54:27.618 INFO O| May 11 18:54:27.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
67942026-05-11T18:54:28.669Z[ recovery-image] May 11 18:54:27.618 INFO O| May 11 18:54:27.618 INFO STEP 659 (remove_files) COMPLETE
67952026-05-11T18:54:28.672Z[ recovery-image] May 11 18:54:27.618 INFO O| May 11 18:54:27.618 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-05-11T18:54:28.678Z[ recovery-image] May 11 18:54:27.626 INFO O| May 11 18:54:27.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
67972026-05-11T18:54:28.681Z[ recovery-image] May 11 18:54:27.627 INFO O| May 11 18:54:27.627 INFO STEP 660 (remove_files) COMPLETE
67982026-05-11T18:54:28.681Z[ recovery-image] May 11 18:54:27.627 INFO O| May 11 18:54:27.627 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-05-11T18:54:28.687Z[ recovery-image] May 11 18:54:27.636 INFO O| May 11 18:54:27.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
68002026-05-11T18:54:28.687Z[ recovery-image] May 11 18:54:27.636 INFO O| May 11 18:54:27.636 INFO STEP 661 (remove_files) COMPLETE
68012026-05-11T18:54:28.690Z[ recovery-image] May 11 18:54:27.636 INFO O| May 11 18:54:27.636 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-05-11T18:54:28.695Z[ recovery-image] May 11 18:54:27.643 INFO O| May 11 18:54:27.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
68032026-05-11T18:54:28.695Z[ recovery-image] May 11 18:54:27.643 INFO O| May 11 18:54:27.643 INFO STEP 662 (remove_files) COMPLETE
68042026-05-11T18:54:28.698Z[ recovery-image] May 11 18:54:27.643 INFO O| May 11 18:54:27.643 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-05-11T18:54:28.703Z[ recovery-image] May 11 18:54:27.651 INFO O| May 11 18:54:27.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
68062026-05-11T18:54:28.703Z[ recovery-image] May 11 18:54:27.651 INFO O| May 11 18:54:27.651 INFO STEP 663 (remove_files) COMPLETE
68072026-05-11T18:54:28.706Z[ recovery-image] May 11 18:54:27.651 INFO O| May 11 18:54:27.651 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-05-11T18:54:28.710Z[ recovery-image] May 11 18:54:27.659 INFO O| May 11 18:54:27.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
68092026-05-11T18:54:28.710Z[ recovery-image] May 11 18:54:27.659 INFO O| May 11 18:54:27.659 INFO STEP 664 (remove_files) COMPLETE
68102026-05-11T18:54:28.714Z[ recovery-image] May 11 18:54:27.659 INFO O| May 11 18:54:27.659 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-05-11T18:54:28.717Z[ recovery-image] May 11 18:54:27.666 INFO O| May 11 18:54:27.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
68122026-05-11T18:54:28.717Z[ recovery-image] May 11 18:54:27.666 INFO O| May 11 18:54:27.666 INFO STEP 665 (remove_files) COMPLETE
68132026-05-11T18:54:28.721Z[ recovery-image] May 11 18:54:27.666 INFO O| May 11 18:54:27.666 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-05-11T18:54:28.724Z[ recovery-image] May 11 18:54:27.672 INFO O| May 11 18:54:27.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
68152026-05-11T18:54:28.724Z[ recovery-image] May 11 18:54:27.672 INFO O| May 11 18:54:27.672 INFO STEP 666 (remove_files) COMPLETE
68162026-05-11T18:54:28.724Z[ recovery-image] May 11 18:54:27.672 INFO O| May 11 18:54:27.672 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-05-11T18:54:28.730Z[ recovery-image] May 11 18:54:27.679 INFO O| May 11 18:54:27.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
68182026-05-11T18:54:28.730Z[ recovery-image] May 11 18:54:27.679 INFO O| May 11 18:54:27.679 INFO STEP 667 (remove_files) COMPLETE
68192026-05-11T18:54:28.730Z[ recovery-image] May 11 18:54:27.679 INFO O| May 11 18:54:27.679 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-05-11T18:54:28.738Z[ recovery-image] May 11 18:54:27.687 INFO O| May 11 18:54:27.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
68212026-05-11T18:54:28.738Z[ recovery-image] May 11 18:54:27.687 INFO O| May 11 18:54:27.687 INFO STEP 668 (remove_files) COMPLETE
68222026-05-11T18:54:28.741Z[ recovery-image] May 11 18:54:27.687 INFO O| May 11 18:54:27.687 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-05-11T18:54:28.745Z[ recovery-image] May 11 18:54:27.694 INFO O| May 11 18:54:27.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
68242026-05-11T18:54:28.745Z[ recovery-image] May 11 18:54:27.694 INFO O| May 11 18:54:27.694 INFO STEP 669 (remove_files) COMPLETE
68252026-05-11T18:54:28.748Z[ recovery-image] May 11 18:54:27.694 INFO O| May 11 18:54:27.694 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-05-11T18:54:28.752Z[ recovery-image] May 11 18:54:27.700 INFO O| May 11 18:54:27.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
68272026-05-11T18:54:28.752Z[ recovery-image] May 11 18:54:27.700 INFO O| May 11 18:54:27.700 INFO STEP 670 (remove_files) COMPLETE
68282026-05-11T18:54:28.752Z[ recovery-image] May 11 18:54:27.700 INFO O| May 11 18:54:27.700 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-05-11T18:54:28.758Z[ recovery-image] May 11 18:54:27.706 INFO O| May 11 18:54:27.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
68302026-05-11T18:54:28.758Z[ recovery-image] May 11 18:54:27.706 INFO O| May 11 18:54:27.706 INFO STEP 671 (remove_files) COMPLETE
68312026-05-11T18:54:28.761Z[ recovery-image] May 11 18:54:27.706 INFO O| May 11 18:54:27.706 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-05-11T18:54:28.766Z[ recovery-image] May 11 18:54:27.714 INFO O| May 11 18:54:27.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
68332026-05-11T18:54:28.766Z[ recovery-image] May 11 18:54:27.714 INFO O| May 11 18:54:27.714 INFO STEP 672 (remove_files) COMPLETE
68342026-05-11T18:54:28.769Z[ recovery-image] May 11 18:54:27.714 INFO O| May 11 18:54:27.714 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-05-11T18:54:28.772Z[ recovery-image] May 11 18:54:27.720 INFO O| May 11 18:54:27.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
68362026-05-11T18:54:28.772Z[ recovery-image] May 11 18:54:27.720 INFO O| May 11 18:54:27.720 INFO STEP 673 (remove_files) COMPLETE
68372026-05-11T18:54:28.772Z[ recovery-image] May 11 18:54:27.720 INFO O| May 11 18:54:27.720 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-05-11T18:54:28.779Z[ recovery-image] May 11 18:54:27.726 INFO O| May 11 18:54:27.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
68392026-05-11T18:54:28.779Z[ recovery-image] May 11 18:54:27.726 INFO O| May 11 18:54:27.726 INFO STEP 674 (remove_files) COMPLETE
68402026-05-11T18:54:28.779Z[ recovery-image] May 11 18:54:27.726 INFO O| May 11 18:54:27.726 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68412026-05-11T18:54:28.784Z[ recovery-image] May 11 18:54:27.732 INFO O| May 11 18:54:27.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
68422026-05-11T18:54:28.784Z[ recovery-image] May 11 18:54:27.733 INFO O| May 11 18:54:27.732 INFO STEP 675 (remove_files) COMPLETE
68432026-05-11T18:54:28.784Z[ recovery-image] May 11 18:54:27.733 INFO O| May 11 18:54:27.732 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68442026-05-11T18:54:28.790Z[ recovery-image] May 11 18:54:27.738 INFO O| May 11 18:54:27.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
68452026-05-11T18:54:28.790Z[ recovery-image] May 11 18:54:27.738 INFO O| May 11 18:54:27.738 INFO STEP 676 (remove_files) COMPLETE
68462026-05-11T18:54:28.790Z[ recovery-image] May 11 18:54:27.738 INFO O| May 11 18:54:27.738 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68472026-05-11T18:54:28.798Z[ recovery-image] May 11 18:54:27.746 INFO O| May 11 18:54:27.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
68482026-05-11T18:54:28.801Z[ recovery-image] May 11 18:54:27.746 INFO O| May 11 18:54:27.746 INFO STEP 677 (remove_files) COMPLETE
68492026-05-11T18:54:28.801Z[ recovery-image] May 11 18:54:27.746 INFO O| May 11 18:54:27.746 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68502026-05-11T18:54:28.804Z[ recovery-image] May 11 18:54:27.753 INFO O| May 11 18:54:27.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
68512026-05-11T18:54:28.804Z[ recovery-image] May 11 18:54:27.753 INFO O| May 11 18:54:27.753 INFO STEP 678 (remove_files) COMPLETE
68522026-05-11T18:54:28.807Z[ recovery-image] May 11 18:54:27.753 INFO O| May 11 18:54:27.753 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68532026-05-11T18:54:28.812Z[ recovery-image] May 11 18:54:27.761 INFO O| May 11 18:54:27.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
68542026-05-11T18:54:28.815Z[ recovery-image] May 11 18:54:27.761 INFO O| May 11 18:54:27.761 INFO STEP 679 (remove_files) COMPLETE
68552026-05-11T18:54:28.815Z[ recovery-image] May 11 18:54:27.761 INFO O| May 11 18:54:27.761 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68562026-05-11T18:54:28.818Z[ recovery-image] May 11 18:54:27.766 INFO O| May 11 18:54:27.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
68572026-05-11T18:54:28.819Z[ recovery-image] May 11 18:54:27.766 INFO O| May 11 18:54:27.766 INFO STEP 680 (remove_files) COMPLETE
68582026-05-11T18:54:28.819Z[ recovery-image] May 11 18:54:27.766 INFO O| May 11 18:54:27.766 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68592026-05-11T18:54:28.826Z[ recovery-image] May 11 18:54:27.774 INFO O| May 11 18:54:27.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
68602026-05-11T18:54:28.826Z[ recovery-image] May 11 18:54:27.774 INFO O| May 11 18:54:27.774 INFO STEP 681 (remove_files) COMPLETE
68612026-05-11T18:54:28.826Z[ recovery-image] May 11 18:54:27.774 INFO O| May 11 18:54:27.774 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68622026-05-11T18:54:28.833Z[ recovery-image] May 11 18:54:27.781 INFO O| May 11 18:54:27.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
68632026-05-11T18:54:28.833Z[ recovery-image] May 11 18:54:27.781 INFO O| May 11 18:54:27.781 INFO STEP 682 (remove_files) COMPLETE
68642026-05-11T18:54:28.836Z[ recovery-image] May 11 18:54:27.781 INFO O| May 11 18:54:27.781 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68652026-05-11T18:54:28.839Z[ recovery-image] May 11 18:54:27.787 INFO O| May 11 18:54:27.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
68662026-05-11T18:54:28.842Z[ recovery-image] May 11 18:54:27.787 INFO O| May 11 18:54:27.787 INFO STEP 683 (remove_files) COMPLETE
68672026-05-11T18:54:28.842Z[ recovery-image] May 11 18:54:27.787 INFO O| May 11 18:54:27.787 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68682026-05-11T18:54:28.847Z[ recovery-image] May 11 18:54:27.795 INFO O| May 11 18:54:27.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
68692026-05-11T18:54:28.851Z[ recovery-image] May 11 18:54:27.796 INFO O| May 11 18:54:27.796 INFO STEP 684 (remove_files) COMPLETE
68702026-05-11T18:54:28.851Z[ recovery-image] May 11 18:54:27.796 INFO O| May 11 18:54:27.796 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-05-11T18:54:28.855Z[ recovery-image] May 11 18:54:27.803 INFO O| May 11 18:54:27.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
68722026-05-11T18:54:28.855Z[ recovery-image] May 11 18:54:27.803 INFO O| May 11 18:54:27.803 INFO STEP 685 (remove_files) COMPLETE
68732026-05-11T18:54:28.855Z[ recovery-image] May 11 18:54:27.803 INFO O| May 11 18:54:27.803 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68742026-05-11T18:54:28.861Z[ recovery-image] May 11 18:54:27.809 INFO O| May 11 18:54:27.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
68752026-05-11T18:54:28.861Z[ recovery-image] May 11 18:54:27.809 INFO O| May 11 18:54:27.809 INFO STEP 686 (remove_files) COMPLETE
68762026-05-11T18:54:28.864Z[ recovery-image] May 11 18:54:27.809 INFO O| May 11 18:54:27.809 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68772026-05-11T18:54:28.869Z[ recovery-image] May 11 18:54:27.817 INFO O| May 11 18:54:27.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
68782026-05-11T18:54:28.869Z[ recovery-image] May 11 18:54:27.817 INFO O| May 11 18:54:27.817 INFO STEP 687 (remove_files) COMPLETE
68792026-05-11T18:54:28.869Z[ recovery-image] May 11 18:54:27.817 INFO O| May 11 18:54:27.817 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68802026-05-11T18:54:28.876Z[ recovery-image] May 11 18:54:27.824 INFO O| May 11 18:54:27.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
68812026-05-11T18:54:28.876Z[ recovery-image] May 11 18:54:27.824 INFO O| May 11 18:54:27.824 INFO STEP 688 (remove_files) COMPLETE
68822026-05-11T18:54:28.879Z[ recovery-image] May 11 18:54:27.824 INFO O| May 11 18:54:27.824 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68832026-05-11T18:54:28.883Z[ recovery-image] May 11 18:54:27.831 INFO O| May 11 18:54:27.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
68842026-05-11T18:54:28.883Z[ recovery-image] May 11 18:54:27.831 INFO O| May 11 18:54:27.831 INFO STEP 689 (remove_files) COMPLETE
68852026-05-11T18:54:28.886Z[ recovery-image] May 11 18:54:27.831 INFO O| May 11 18:54:27.831 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68862026-05-11T18:54:28.890Z[ recovery-image] May 11 18:54:27.838 INFO O| May 11 18:54:27.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
68872026-05-11T18:54:28.893Z[ recovery-image] May 11 18:54:27.838 INFO O| May 11 18:54:27.838 INFO STEP 690 (remove_files) COMPLETE
68882026-05-11T18:54:28.893Z[ recovery-image] May 11 18:54:27.838 INFO O| May 11 18:54:27.838 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68892026-05-11T18:54:28.897Z[ recovery-image] May 11 18:54:27.845 INFO O| May 11 18:54:27.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
68902026-05-11T18:54:28.897Z[ recovery-image] May 11 18:54:27.845 INFO O| May 11 18:54:27.845 INFO STEP 691 (remove_files) COMPLETE
68912026-05-11T18:54:28.900Z[ recovery-image] May 11 18:54:27.845 INFO O| May 11 18:54:27.845 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-05-11T18:54:28.905Z[ recovery-image] May 11 18:54:27.853 INFO O| May 11 18:54:27.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
68932026-05-11T18:54:28.908Z[ recovery-image] May 11 18:54:27.853 INFO O| May 11 18:54:27.853 INFO STEP 692 (remove_files) COMPLETE
68942026-05-11T18:54:28.908Z[ recovery-image] May 11 18:54:27.853 INFO O| May 11 18:54:27.853 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-05-11T18:54:28.913Z[ recovery-image] May 11 18:54:27.861 INFO O| May 11 18:54:27.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
68962026-05-11T18:54:28.913Z[ recovery-image] May 11 18:54:27.861 INFO O| May 11 18:54:27.861 INFO STEP 693 (remove_files) COMPLETE
68972026-05-11T18:54:28.916Z[ recovery-image] May 11 18:54:27.861 INFO O| May 11 18:54:27.861 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-05-11T18:54:28.919Z[ recovery-image] May 11 18:54:27.867 INFO O| May 11 18:54:27.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
68992026-05-11T18:54:28.922Z[ recovery-image] May 11 18:54:27.867 INFO O| May 11 18:54:27.867 INFO STEP 694 (remove_files) COMPLETE
69002026-05-11T18:54:28.922Z[ recovery-image] May 11 18:54:27.867 INFO O| May 11 18:54:27.867 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-05-11T18:54:28.925Z[ recovery-image] May 11 18:54:27.874 INFO O| May 11 18:54:27.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
69022026-05-11T18:54:28.926Z[ recovery-image] May 11 18:54:27.874 INFO O| May 11 18:54:27.874 INFO STEP 695 (remove_files) COMPLETE
69032026-05-11T18:54:28.926Z[ recovery-image] May 11 18:54:27.874 INFO O| May 11 18:54:27.874 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-05-11T18:54:28.931Z[ recovery-image] May 11 18:54:27.880 INFO O| May 11 18:54:27.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
69052026-05-11T18:54:28.931Z[ recovery-image] May 11 18:54:27.880 INFO O| May 11 18:54:27.880 INFO STEP 696 (remove_files) COMPLETE
69062026-05-11T18:54:28.934Z[ recovery-image] May 11 18:54:27.880 INFO O| May 11 18:54:27.880 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-05-11T18:54:28.938Z[ recovery-image] May 11 18:54:27.886 INFO O| May 11 18:54:27.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
69082026-05-11T18:54:28.940Z[ recovery-image] May 11 18:54:27.886 INFO O| May 11 18:54:27.886 INFO STEP 697 (remove_files) COMPLETE
69092026-05-11T18:54:28.941Z[ recovery-image] May 11 18:54:27.886 INFO O| May 11 18:54:27.886 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-05-11T18:54:28.945Z[ recovery-image] May 11 18:54:27.893 INFO O| May 11 18:54:27.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
69112026-05-11T18:54:28.945Z[ recovery-image] May 11 18:54:27.893 INFO O| May 11 18:54:27.893 INFO STEP 698 (remove_files) COMPLETE
69122026-05-11T18:54:28.948Z[ recovery-image] May 11 18:54:27.893 INFO O| May 11 18:54:27.893 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-05-11T18:54:28.951Z[ recovery-image] May 11 18:54:27.900 INFO O| May 11 18:54:27.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
69142026-05-11T18:54:28.951Z[ recovery-image] May 11 18:54:27.900 INFO O| May 11 18:54:27.900 INFO STEP 699 (remove_files) COMPLETE
69152026-05-11T18:54:28.951Z[ recovery-image] May 11 18:54:27.900 INFO O| May 11 18:54:27.900 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-05-11T18:54:28.957Z[ recovery-image] May 11 18:54:27.905 INFO O| May 11 18:54:27.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
69172026-05-11T18:54:28.957Z[ recovery-image] May 11 18:54:27.905 INFO O| May 11 18:54:27.905 INFO STEP 700 (remove_files) COMPLETE
69182026-05-11T18:54:28.957Z[ recovery-image] May 11 18:54:27.905 INFO O| May 11 18:54:27.905 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-05-11T18:54:28.963Z[ recovery-image] May 11 18:54:27.911 INFO O| May 11 18:54:27.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
69202026-05-11T18:54:28.963Z[ recovery-image] May 11 18:54:27.911 INFO O| May 11 18:54:27.911 INFO STEP 701 (remove_files) COMPLETE
69212026-05-11T18:54:28.966Z[ recovery-image] May 11 18:54:27.911 INFO O| May 11 18:54:27.911 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-05-11T18:54:28.971Z[ recovery-image] May 11 18:54:27.919 INFO O| May 11 18:54:27.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
69232026-05-11T18:54:28.971Z[ recovery-image] May 11 18:54:27.919 INFO O| May 11 18:54:27.919 INFO STEP 702 (remove_files) COMPLETE
69242026-05-11T18:54:28.971Z[ recovery-image] May 11 18:54:27.919 INFO O| May 11 18:54:27.919 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-05-11T18:54:28.979Z[ recovery-image] May 11 18:54:27.928 INFO O| May 11 18:54:27.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
69262026-05-11T18:54:28.982Z[ recovery-image] May 11 18:54:27.928 INFO O| May 11 18:54:27.928 INFO STEP 703 (remove_files) COMPLETE
69272026-05-11T18:54:28.982Z[ recovery-image] May 11 18:54:27.928 INFO O| May 11 18:54:27.928 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-05-11T18:54:28.986Z[ recovery-image] May 11 18:54:27.934 INFO O| May 11 18:54:27.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
69292026-05-11T18:54:28.989Z[ recovery-image] May 11 18:54:27.934 INFO O| May 11 18:54:27.934 INFO STEP 704 (remove_files) COMPLETE
69302026-05-11T18:54:28.989Z[ recovery-image] May 11 18:54:27.934 INFO O| May 11 18:54:27.934 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-05-11T18:54:28.993Z[ recovery-image] May 11 18:54:27.941 INFO O| May 11 18:54:27.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
69322026-05-11T18:54:28.996Z[ recovery-image] May 11 18:54:27.941 INFO O| May 11 18:54:27.941 INFO STEP 705 (remove_files) COMPLETE
69332026-05-11T18:54:28.996Z[ recovery-image] May 11 18:54:27.941 INFO O| May 11 18:54:27.941 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-05-11T18:54:29.001Z[ recovery-image] May 11 18:54:27.949 INFO O| May 11 18:54:27.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
69352026-05-11T18:54:29.001Z[ recovery-image] May 11 18:54:27.949 INFO O| May 11 18:54:27.949 INFO STEP 706 (remove_files) COMPLETE
69362026-05-11T18:54:29.004Z[ recovery-image] May 11 18:54:27.949 INFO O| May 11 18:54:27.949 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-05-11T18:54:29.008Z[ recovery-image] May 11 18:54:27.956 INFO O| May 11 18:54:27.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
69382026-05-11T18:54:29.008Z[ recovery-image] May 11 18:54:27.956 INFO O| May 11 18:54:27.956 INFO STEP 707 (remove_files) COMPLETE
69392026-05-11T18:54:29.008Z[ recovery-image] May 11 18:54:27.956 INFO O| May 11 18:54:27.956 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-05-11T18:54:29.013Z[ recovery-image] May 11 18:54:27.962 INFO O| May 11 18:54:27.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
69412026-05-11T18:54:29.016Z[ recovery-image] May 11 18:54:27.963 INFO O| May 11 18:54:27.963 INFO STEP 708 (remove_files) COMPLETE
69422026-05-11T18:54:29.016Z[ recovery-image] May 11 18:54:27.963 INFO O| May 11 18:54:27.963 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-05-11T18:54:29.020Z[ recovery-image] May 11 18:54:27.969 INFO O| May 11 18:54:27.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
69442026-05-11T18:54:29.021Z[ recovery-image] May 11 18:54:27.969 INFO O| May 11 18:54:27.969 INFO STEP 709 (remove_files) COMPLETE
69452026-05-11T18:54:29.024Z[ recovery-image] May 11 18:54:27.969 INFO O| May 11 18:54:27.969 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-05-11T18:54:29.028Z[ recovery-image] May 11 18:54:27.976 INFO O| May 11 18:54:27.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
69472026-05-11T18:54:29.029Z[ recovery-image] May 11 18:54:27.976 INFO O| May 11 18:54:27.976 INFO STEP 710 (remove_files) COMPLETE
69482026-05-11T18:54:29.032Z[ recovery-image] May 11 18:54:27.976 INFO O| May 11 18:54:27.976 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-05-11T18:54:29.035Z[ recovery-image] May 11 18:54:27.982 INFO O| May 11 18:54:27.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
69502026-05-11T18:54:29.035Z[ recovery-image] May 11 18:54:27.982 INFO O| May 11 18:54:27.982 INFO STEP 711 (remove_files) COMPLETE
69512026-05-11T18:54:29.035Z[ recovery-image] May 11 18:54:27.982 INFO O| May 11 18:54:27.982 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-05-11T18:54:29.040Z[ recovery-image] May 11 18:54:27.988 INFO O| May 11 18:54:27.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
69532026-05-11T18:54:29.040Z[ recovery-image] May 11 18:54:27.988 INFO O| May 11 18:54:27.988 INFO STEP 712 (remove_files) COMPLETE
69542026-05-11T18:54:29.043Z[ recovery-image] May 11 18:54:27.988 INFO O| May 11 18:54:27.988 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-05-11T18:54:29.046Z[ recovery-image] May 11 18:54:27.993 INFO O| May 11 18:54:27.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
69562026-05-11T18:54:29.046Z[ recovery-image] May 11 18:54:27.993 INFO O| May 11 18:54:27.993 INFO STEP 713 (remove_files) COMPLETE
69572026-05-11T18:54:29.046Z[ recovery-image] May 11 18:54:27.993 INFO O| May 11 18:54:27.993 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-05-11T18:54:29.053Z[ recovery-image] May 11 18:54:28.002 INFO O| May 11 18:54:28.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
69592026-05-11T18:54:29.054Z[ recovery-image] May 11 18:54:28.002 INFO O| May 11 18:54:28.002 INFO STEP 714 (remove_files) COMPLETE
69602026-05-11T18:54:29.054Z[ recovery-image] May 11 18:54:28.002 INFO O| May 11 18:54:28.002 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-05-11T18:54:29.060Z[ recovery-image] May 11 18:54:28.008 INFO O| May 11 18:54:28.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
69622026-05-11T18:54:29.063Z[ recovery-image] May 11 18:54:28.008 INFO O| May 11 18:54:28.008 INFO STEP 715 (remove_files) COMPLETE
69632026-05-11T18:54:29.063Z[ recovery-image] May 11 18:54:28.008 INFO O| May 11 18:54:28.008 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-05-11T18:54:29.068Z[ recovery-image] May 11 18:54:28.016 INFO O| May 11 18:54:28.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
69652026-05-11T18:54:29.068Z[ recovery-image] May 11 18:54:28.016 INFO O| May 11 18:54:28.016 INFO STEP 716 (remove_files) COMPLETE
69662026-05-11T18:54:29.071Z[ recovery-image] May 11 18:54:28.016 INFO O| May 11 18:54:28.016 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-05-11T18:54:29.074Z[ recovery-image] May 11 18:54:28.023 INFO O| May 11 18:54:28.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
69682026-05-11T18:54:29.077Z[ recovery-image] May 11 18:54:28.023 INFO O| May 11 18:54:28.023 INFO STEP 717 (remove_files) COMPLETE
69692026-05-11T18:54:29.077Z[ recovery-image] May 11 18:54:28.023 INFO O| May 11 18:54:28.023 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-05-11T18:54:29.081Z[ recovery-image] May 11 18:54:28.029 INFO O| May 11 18:54:28.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
69712026-05-11T18:54:29.081Z[ recovery-image] May 11 18:54:28.029 INFO O| May 11 18:54:28.029 INFO STEP 718 (remove_files) COMPLETE
69722026-05-11T18:54:29.081Z[ recovery-image] May 11 18:54:28.029 INFO O| May 11 18:54:28.029 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-05-11T18:54:29.089Z[ recovery-image] May 11 18:54:28.038 INFO O| May 11 18:54:28.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
69742026-05-11T18:54:29.090Z[ recovery-image] May 11 18:54:28.038 INFO O| May 11 18:54:28.038 INFO STEP 719 (remove_files) COMPLETE
69752026-05-11T18:54:29.092Z[ recovery-image] May 11 18:54:28.038 INFO O| May 11 18:54:28.038 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-05-11T18:54:29.097Z[ recovery-image] May 11 18:54:28.046 INFO O| May 11 18:54:28.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
69772026-05-11T18:54:29.097Z[ recovery-image] May 11 18:54:28.046 INFO O| May 11 18:54:28.046 INFO STEP 720 (remove_files) COMPLETE
69782026-05-11T18:54:29.101Z[ recovery-image] May 11 18:54:28.046 INFO O| May 11 18:54:28.046 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-05-11T18:54:29.106Z[ recovery-image] May 11 18:54:28.053 INFO O| May 11 18:54:28.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
69802026-05-11T18:54:29.106Z[ recovery-image] May 11 18:54:28.053 INFO O| May 11 18:54:28.053 INFO STEP 721 (remove_files) COMPLETE
69812026-05-11T18:54:29.110Z[ recovery-image] May 11 18:54:28.053 INFO O| May 11 18:54:28.053 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-05-11T18:54:29.114Z[ recovery-image] May 11 18:54:28.060 INFO O| May 11 18:54:28.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
69832026-05-11T18:54:29.114Z[ recovery-image] May 11 18:54:28.060 INFO O| May 11 18:54:28.060 INFO STEP 722 (remove_files) COMPLETE
69842026-05-11T18:54:29.114Z[ recovery-image] May 11 18:54:28.060 INFO O| May 11 18:54:28.060 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-05-11T18:54:29.118Z[ recovery-image] May 11 18:54:28.066 INFO O| May 11 18:54:28.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
69862026-05-11T18:54:29.118Z[ recovery-image] May 11 18:54:28.066 INFO O| May 11 18:54:28.066 INFO STEP 723 (remove_files) COMPLETE
69872026-05-11T18:54:29.121Z[ recovery-image] May 11 18:54:28.066 INFO O| May 11 18:54:28.066 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-05-11T18:54:29.126Z[ recovery-image] May 11 18:54:28.073 INFO O| May 11 18:54:28.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
69892026-05-11T18:54:29.126Z[ recovery-image] May 11 18:54:28.073 INFO O| May 11 18:54:28.073 INFO STEP 724 (remove_files) COMPLETE
69902026-05-11T18:54:29.129Z[ recovery-image] May 11 18:54:28.073 INFO O| May 11 18:54:28.073 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-05-11T18:54:29.133Z[ recovery-image] May 11 18:54:28.081 INFO O| May 11 18:54:28.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
69922026-05-11T18:54:29.133Z[ recovery-image] May 11 18:54:28.081 INFO O| May 11 18:54:28.081 INFO STEP 725 (remove_files) COMPLETE
69932026-05-11T18:54:29.136Z[ recovery-image] May 11 18:54:28.081 INFO O| May 11 18:54:28.081 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69942026-05-11T18:54:29.140Z[ recovery-image] May 11 18:54:28.088 INFO O| May 11 18:54:28.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
69952026-05-11T18:54:29.143Z[ recovery-image] May 11 18:54:28.088 INFO O| May 11 18:54:28.088 INFO STEP 726 (remove_files) COMPLETE
69962026-05-11T18:54:29.143Z[ recovery-image] May 11 18:54:28.088 INFO O| May 11 18:54:28.088 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-05-11T18:54:29.147Z[ recovery-image] May 11 18:54:28.096 INFO O| May 11 18:54:28.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
69982026-05-11T18:54:29.150Z[ recovery-image] May 11 18:54:28.096 INFO O| May 11 18:54:28.096 INFO STEP 727 (remove_files) COMPLETE
69992026-05-11T18:54:29.150Z[ recovery-image] May 11 18:54:28.096 INFO O| May 11 18:54:28.096 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-05-11T18:54:29.155Z[ recovery-image] May 11 18:54:28.103 INFO O| May 11 18:54:28.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
70012026-05-11T18:54:29.158Z[ recovery-image] May 11 18:54:28.103 INFO O| May 11 18:54:28.103 INFO STEP 728 (remove_files) COMPLETE
70022026-05-11T18:54:29.158Z[ recovery-image] May 11 18:54:28.103 INFO O| May 11 18:54:28.103 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-05-11T18:54:29.163Z[ recovery-image] May 11 18:54:28.111 INFO O| May 11 18:54:28.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
70042026-05-11T18:54:29.163Z[ recovery-image] May 11 18:54:28.111 INFO O| May 11 18:54:28.111 INFO STEP 729 (remove_files) COMPLETE
70052026-05-11T18:54:29.166Z[ recovery-image] May 11 18:54:28.111 INFO O| May 11 18:54:28.111 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-05-11T18:54:29.169Z[ recovery-image] May 11 18:54:28.117 INFO O| May 11 18:54:28.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
70072026-05-11T18:54:29.172Z[ recovery-image] May 11 18:54:28.117 INFO O| May 11 18:54:28.117 INFO STEP 730 (remove_files) COMPLETE
70082026-05-11T18:54:29.172Z[ recovery-image] May 11 18:54:28.117 INFO O| May 11 18:54:28.117 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-05-11T18:54:29.177Z[ recovery-image] May 11 18:54:28.125 INFO O| May 11 18:54:28.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
70102026-05-11T18:54:29.177Z[ recovery-image] May 11 18:54:28.125 INFO O| May 11 18:54:28.125 INFO STEP 731 (remove_files) COMPLETE
70112026-05-11T18:54:29.180Z[ recovery-image] May 11 18:54:28.125 INFO O| May 11 18:54:28.125 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-05-11T18:54:29.184Z[ recovery-image] May 11 18:54:28.132 INFO O| May 11 18:54:28.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
70132026-05-11T18:54:29.187Z[ recovery-image] May 11 18:54:28.132 INFO O| May 11 18:54:28.132 INFO STEP 732 (remove_files) COMPLETE
70142026-05-11T18:54:29.187Z[ recovery-image] May 11 18:54:28.132 INFO O| May 11 18:54:28.132 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-05-11T18:54:29.191Z[ recovery-image] May 11 18:54:28.140 INFO O| May 11 18:54:28.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
70162026-05-11T18:54:29.191Z[ recovery-image] May 11 18:54:28.140 INFO O| May 11 18:54:28.140 INFO STEP 733 (remove_files) COMPLETE
70172026-05-11T18:54:29.194Z[ recovery-image] May 11 18:54:28.140 INFO O| May 11 18:54:28.140 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-05-11T18:54:29.199Z[ recovery-image] May 11 18:54:28.147 INFO O| May 11 18:54:28.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
70192026-05-11T18:54:29.199Z[ recovery-image] May 11 18:54:28.147 INFO O| May 11 18:54:28.147 INFO STEP 734 (remove_files) COMPLETE
70202026-05-11T18:54:29.202Z[ recovery-image] May 11 18:54:28.147 INFO O| May 11 18:54:28.147 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-05-11T18:54:29.205Z[ recovery-image] May 11 18:54:28.154 INFO O| May 11 18:54:28.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
70222026-05-11T18:54:29.205Z[ recovery-image] May 11 18:54:28.154 INFO O| May 11 18:54:28.154 INFO STEP 735 (remove_files) COMPLETE
70232026-05-11T18:54:29.210Z[ recovery-image] May 11 18:54:28.154 INFO O| May 11 18:54:28.154 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-05-11T18:54:29.214Z[ recovery-image] May 11 18:54:28.160 INFO O| May 11 18:54:28.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
70252026-05-11T18:54:29.214Z[ recovery-image] May 11 18:54:28.160 INFO O| May 11 18:54:28.160 INFO STEP 736 (remove_files) COMPLETE
70262026-05-11T18:54:29.214Z[ recovery-image] May 11 18:54:28.160 INFO O| May 11 18:54:28.160 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-05-11T18:54:29.221Z[ recovery-image] May 11 18:54:28.169 INFO O| May 11 18:54:28.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
70282026-05-11T18:54:29.224Z[ recovery-image] May 11 18:54:28.169 INFO O| May 11 18:54:28.169 INFO STEP 737 (remove_files) COMPLETE
70292026-05-11T18:54:29.224Z[ recovery-image] May 11 18:54:28.169 INFO O| May 11 18:54:28.169 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-05-11T18:54:29.229Z[ recovery-image] May 11 18:54:28.178 INFO O| May 11 18:54:28.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
70312026-05-11T18:54:29.229Z[ recovery-image] May 11 18:54:28.178 INFO O| May 11 18:54:28.178 INFO STEP 738 (remove_files) COMPLETE
70322026-05-11T18:54:29.230Z[ recovery-image] May 11 18:54:28.178 INFO O| May 11 18:54:28.178 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-05-11T18:54:29.238Z[ recovery-image] May 11 18:54:28.186 INFO O| May 11 18:54:28.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
70342026-05-11T18:54:29.238Z[ recovery-image] May 11 18:54:28.186 INFO O| May 11 18:54:28.186 INFO STEP 739 (remove_files) COMPLETE
70352026-05-11T18:54:29.241Z[ recovery-image] May 11 18:54:28.186 INFO O| May 11 18:54:28.186 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-05-11T18:54:29.246Z[ recovery-image] May 11 18:54:28.195 INFO O| May 11 18:54:28.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
70372026-05-11T18:54:29.246Z[ recovery-image] May 11 18:54:28.195 INFO O| May 11 18:54:28.195 INFO STEP 740 (remove_files) COMPLETE
70382026-05-11T18:54:29.246Z[ recovery-image] May 11 18:54:28.195 INFO O| May 11 18:54:28.195 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-05-11T18:54:29.254Z[ recovery-image] May 11 18:54:28.202 INFO O| May 11 18:54:28.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
70402026-05-11T18:54:29.254Z[ recovery-image] May 11 18:54:28.202 INFO O| May 11 18:54:28.202 INFO STEP 741 (remove_files) COMPLETE
70412026-05-11T18:54:29.257Z[ recovery-image] May 11 18:54:28.202 INFO O| May 11 18:54:28.202 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-05-11T18:54:29.261Z[ recovery-image] May 11 18:54:28.209 INFO O| May 11 18:54:28.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
70432026-05-11T18:54:29.264Z[ recovery-image] May 11 18:54:28.209 INFO O| May 11 18:54:28.209 INFO STEP 742 (remove_files) COMPLETE
70442026-05-11T18:54:29.264Z[ recovery-image] May 11 18:54:28.209 INFO O| May 11 18:54:28.209 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-05-11T18:54:29.270Z[ recovery-image] May 11 18:54:28.219 INFO O| May 11 18:54:28.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
70462026-05-11T18:54:29.270Z[ recovery-image] May 11 18:54:28.219 INFO O| May 11 18:54:28.219 INFO STEP 743 (remove_files) COMPLETE
70472026-05-11T18:54:29.274Z[ recovery-image] May 11 18:54:28.219 INFO O| May 11 18:54:28.219 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-05-11T18:54:29.279Z[ recovery-image] May 11 18:54:28.226 INFO O| May 11 18:54:28.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
70492026-05-11T18:54:29.279Z[ recovery-image] May 11 18:54:28.226 INFO O| May 11 18:54:28.226 INFO STEP 744 (remove_files) COMPLETE
70502026-05-11T18:54:29.279Z[ recovery-image] May 11 18:54:28.226 INFO O| May 11 18:54:28.226 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-05-11T18:54:29.286Z[ recovery-image] May 11 18:54:28.235 INFO O| May 11 18:54:28.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
70522026-05-11T18:54:29.287Z[ recovery-image] May 11 18:54:28.235 INFO O| May 11 18:54:28.235 INFO STEP 745 (remove_files) COMPLETE
70532026-05-11T18:54:29.287Z[ recovery-image] May 11 18:54:28.235 INFO O| May 11 18:54:28.235 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-05-11T18:54:29.295Z[ recovery-image] May 11 18:54:28.243 INFO O| May 11 18:54:28.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
70552026-05-11T18:54:29.295Z[ recovery-image] May 11 18:54:28.243 INFO O| May 11 18:54:28.243 INFO STEP 746 (remove_files) COMPLETE
70562026-05-11T18:54:29.298Z[ recovery-image] May 11 18:54:28.243 INFO O| May 11 18:54:28.243 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-05-11T18:54:29.302Z[ recovery-image] May 11 18:54:28.251 INFO O| May 11 18:54:28.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
70582026-05-11T18:54:29.302Z[ recovery-image] May 11 18:54:28.251 INFO O| May 11 18:54:28.251 INFO STEP 747 (remove_files) COMPLETE
70592026-05-11T18:54:29.303Z[ recovery-image] May 11 18:54:28.251 INFO O| May 11 18:54:28.251 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-05-11T18:54:29.330Z[ recovery-image] May 11 18:54:28.259 INFO O| May 11 18:54:28.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
70612026-05-11T18:54:29.330Z[ recovery-image] May 11 18:54:28.259 INFO O| May 11 18:54:28.259 INFO STEP 748 (remove_files) COMPLETE
70622026-05-11T18:54:29.330Z[ recovery-image] May 11 18:54:28.259 INFO O| May 11 18:54:28.259 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-05-11T18:54:29.330Z[ recovery-image] May 11 18:54:28.266 INFO O| May 11 18:54:28.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
70642026-05-11T18:54:29.330Z[ recovery-image] May 11 18:54:28.267 INFO O| May 11 18:54:28.267 INFO STEP 749 (remove_files) COMPLETE
70652026-05-11T18:54:29.330Z[ recovery-image] May 11 18:54:28.267 INFO O| May 11 18:54:28.267 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-05-11T18:54:29.330Z[ recovery-image] May 11 18:54:28.274 INFO O| May 11 18:54:28.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
70672026-05-11T18:54:29.330Z[ recovery-image] May 11 18:54:28.274 INFO O| May 11 18:54:28.274 INFO STEP 750 (remove_files) COMPLETE
70682026-05-11T18:54:29.330Z[ recovery-image] May 11 18:54:28.274 INFO O| May 11 18:54:28.274 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-05-11T18:54:29.334Z[ recovery-image] May 11 18:54:28.283 INFO O| May 11 18:54:28.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
70702026-05-11T18:54:29.337Z[ recovery-image] May 11 18:54:28.283 INFO O| May 11 18:54:28.283 INFO STEP 751 (remove_files) COMPLETE
70712026-05-11T18:54:29.337Z[ recovery-image] May 11 18:54:28.283 INFO O| May 11 18:54:28.283 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-05-11T18:54:29.341Z[ recovery-image] May 11 18:54:28.289 INFO O| May 11 18:54:28.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
70732026-05-11T18:54:29.344Z[ recovery-image] May 11 18:54:28.289 INFO O| May 11 18:54:28.289 INFO STEP 752 (remove_files) COMPLETE
70742026-05-11T18:54:29.344Z[ recovery-image] May 11 18:54:28.289 INFO O| May 11 18:54:28.289 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-05-11T18:54:29.347Z[ recovery-image] May 11 18:54:28.296 INFO O| May 11 18:54:28.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
70762026-05-11T18:54:29.347Z[ recovery-image] May 11 18:54:28.296 INFO O| May 11 18:54:28.296 INFO STEP 753 (remove_files) COMPLETE
70772026-05-11T18:54:29.347Z[ recovery-image] May 11 18:54:28.296 INFO O| May 11 18:54:28.296 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-05-11T18:54:29.354Z[ recovery-image] May 11 18:54:28.302 INFO O| May 11 18:54:28.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
70792026-05-11T18:54:29.354Z[ recovery-image] May 11 18:54:28.302 INFO O| May 11 18:54:28.302 INFO STEP 754 (remove_files) COMPLETE
70802026-05-11T18:54:29.354Z[ recovery-image] May 11 18:54:28.302 INFO O| May 11 18:54:28.302 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-05-11T18:54:29.360Z[ recovery-image] May 11 18:54:28.308 INFO O| May 11 18:54:28.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
70822026-05-11T18:54:29.360Z[ recovery-image] May 11 18:54:28.308 INFO O| May 11 18:54:28.308 INFO STEP 755 (remove_files) COMPLETE
70832026-05-11T18:54:29.363Z[ recovery-image] May 11 18:54:28.308 INFO O| May 11 18:54:28.308 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-05-11T18:54:29.366Z[ recovery-image] May 11 18:54:28.315 INFO O| May 11 18:54:28.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
70852026-05-11T18:54:29.366Z[ recovery-image] May 11 18:54:28.315 INFO O| May 11 18:54:28.315 INFO STEP 756 (remove_files) COMPLETE
70862026-05-11T18:54:29.369Z[ recovery-image] May 11 18:54:28.315 INFO O| May 11 18:54:28.315 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-05-11T18:54:29.375Z[ recovery-image] May 11 18:54:28.323 INFO O| May 11 18:54:28.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
70882026-05-11T18:54:29.375Z[ recovery-image] May 11 18:54:28.323 INFO O| May 11 18:54:28.323 INFO STEP 757 (remove_files) COMPLETE
70892026-05-11T18:54:29.375Z[ recovery-image] May 11 18:54:28.323 INFO O| May 11 18:54:28.323 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-05-11T18:54:29.381Z[ recovery-image] May 11 18:54:28.330 INFO O| May 11 18:54:28.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
70912026-05-11T18:54:29.381Z[ recovery-image] May 11 18:54:28.330 INFO O| May 11 18:54:28.330 INFO STEP 758 (remove_files) COMPLETE
70922026-05-11T18:54:29.384Z[ recovery-image] May 11 18:54:28.330 INFO O| May 11 18:54:28.330 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-05-11T18:54:29.389Z[ recovery-image] May 11 18:54:28.336 INFO O| May 11 18:54:28.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
70942026-05-11T18:54:29.389Z[ recovery-image] May 11 18:54:28.336 INFO O| May 11 18:54:28.336 INFO STEP 759 (remove_files) COMPLETE
70952026-05-11T18:54:29.389Z[ recovery-image] May 11 18:54:28.336 INFO O| May 11 18:54:28.336 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-05-11T18:54:29.393Z[ recovery-image] May 11 18:54:28.342 INFO O| May 11 18:54:28.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
70972026-05-11T18:54:29.393Z[ recovery-image] May 11 18:54:28.342 INFO O| May 11 18:54:28.342 INFO STEP 760 (remove_files) COMPLETE
70982026-05-11T18:54:29.393Z[ recovery-image] May 11 18:54:28.342 INFO O| May 11 18:54:28.342 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-05-11T18:54:29.401Z[ recovery-image] May 11 18:54:28.349 INFO O| May 11 18:54:28.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
71002026-05-11T18:54:29.401Z[ recovery-image] May 11 18:54:28.349 INFO O| May 11 18:54:28.349 INFO STEP 761 (remove_files) COMPLETE
71012026-05-11T18:54:29.404Z[ recovery-image] May 11 18:54:28.349 INFO O| May 11 18:54:28.349 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-05-11T18:54:29.407Z[ recovery-image] May 11 18:54:28.355 INFO O| May 11 18:54:28.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
71032026-05-11T18:54:29.407Z[ recovery-image] May 11 18:54:28.355 INFO O| May 11 18:54:28.355 INFO STEP 762 (remove_files) COMPLETE
71042026-05-11T18:54:29.407Z[ recovery-image] May 11 18:54:28.355 INFO O| May 11 18:54:28.355 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-05-11T18:54:29.413Z[ recovery-image] May 11 18:54:28.361 INFO O| May 11 18:54:28.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
71062026-05-11T18:54:29.413Z[ recovery-image] May 11 18:54:28.361 INFO O| May 11 18:54:28.361 INFO STEP 763 (remove_files) COMPLETE
71072026-05-11T18:54:29.416Z[ recovery-image] May 11 18:54:28.361 INFO O| May 11 18:54:28.361 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-05-11T18:54:29.420Z[ recovery-image] May 11 18:54:28.367 INFO O| May 11 18:54:28.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
71092026-05-11T18:54:29.420Z[ recovery-image] May 11 18:54:28.367 INFO O| May 11 18:54:28.367 INFO STEP 764 (remove_files) COMPLETE
71102026-05-11T18:54:29.420Z[ recovery-image] May 11 18:54:28.367 INFO O| May 11 18:54:28.367 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-05-11T18:54:29.425Z[ recovery-image] May 11 18:54:28.374 INFO O| May 11 18:54:28.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
71122026-05-11T18:54:29.428Z[ recovery-image] May 11 18:54:28.374 INFO O| May 11 18:54:28.374 INFO STEP 765 (remove_files) COMPLETE
71132026-05-11T18:54:29.428Z[ recovery-image] May 11 18:54:28.374 INFO O| May 11 18:54:28.374 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-05-11T18:54:29.435Z[ recovery-image] May 11 18:54:28.383 INFO O| May 11 18:54:28.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
71152026-05-11T18:54:29.435Z[ recovery-image] May 11 18:54:28.383 INFO O| May 11 18:54:28.383 INFO STEP 766 (remove_files) COMPLETE
71162026-05-11T18:54:29.438Z[ recovery-image] May 11 18:54:28.383 INFO O| May 11 18:54:28.383 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-05-11T18:54:29.441Z[ recovery-image] May 11 18:54:28.389 INFO O| May 11 18:54:28.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
71182026-05-11T18:54:29.441Z[ recovery-image] May 11 18:54:28.389 INFO O| May 11 18:54:28.389 INFO STEP 767 (remove_files) COMPLETE
71192026-05-11T18:54:29.441Z[ recovery-image] May 11 18:54:28.389 INFO O| May 11 18:54:28.389 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-05-11T18:54:29.447Z[ recovery-image] May 11 18:54:28.395 INFO O| May 11 18:54:28.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
71212026-05-11T18:54:29.447Z[ recovery-image] May 11 18:54:28.395 INFO O| May 11 18:54:28.395 INFO STEP 768 (remove_files) COMPLETE
71222026-05-11T18:54:29.450Z[ recovery-image] May 11 18:54:28.395 INFO O| May 11 18:54:28.395 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-05-11T18:54:29.453Z[ recovery-image] May 11 18:54:28.401 INFO O| May 11 18:54:28.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
71242026-05-11T18:54:29.453Z[ recovery-image] May 11 18:54:28.401 INFO O| May 11 18:54:28.401 INFO STEP 769 (remove_files) COMPLETE
71252026-05-11T18:54:29.453Z[ recovery-image] May 11 18:54:28.401 INFO O| May 11 18:54:28.401 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-05-11T18:54:29.459Z[ recovery-image] May 11 18:54:28.407 INFO O| May 11 18:54:28.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
71272026-05-11T18:54:29.462Z[ recovery-image] May 11 18:54:28.408 INFO O| May 11 18:54:28.408 INFO STEP 770 (remove_files) COMPLETE
71282026-05-11T18:54:29.462Z[ recovery-image] May 11 18:54:28.408 INFO O| May 11 18:54:28.408 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-05-11T18:54:29.468Z[ recovery-image] May 11 18:54:28.416 INFO O| May 11 18:54:28.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
71302026-05-11T18:54:29.468Z[ recovery-image] May 11 18:54:28.416 INFO O| May 11 18:54:28.416 INFO STEP 771 (remove_files) COMPLETE
71312026-05-11T18:54:29.468Z[ recovery-image] May 11 18:54:28.416 INFO O| May 11 18:54:28.416 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-05-11T18:54:29.477Z[ recovery-image] May 11 18:54:28.425 INFO O| May 11 18:54:28.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
71332026-05-11T18:54:29.480Z[ recovery-image] May 11 18:54:28.425 INFO O| May 11 18:54:28.425 INFO STEP 772 (remove_files) COMPLETE
71342026-05-11T18:54:29.480Z[ recovery-image] May 11 18:54:28.425 INFO O| May 11 18:54:28.425 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-05-11T18:54:29.484Z[ recovery-image] May 11 18:54:28.433 INFO O| May 11 18:54:28.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
71362026-05-11T18:54:29.484Z[ recovery-image] May 11 18:54:28.433 INFO O| May 11 18:54:28.433 INFO STEP 773 (remove_files) COMPLETE
71372026-05-11T18:54:29.485Z[ recovery-image] May 11 18:54:28.433 INFO O| May 11 18:54:28.433 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-05-11T18:54:29.492Z[ recovery-image] May 11 18:54:28.441 INFO O| May 11 18:54:28.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
71392026-05-11T18:54:29.492Z[ recovery-image] May 11 18:54:28.441 INFO O| May 11 18:54:28.441 INFO STEP 774 (remove_files) COMPLETE
71402026-05-11T18:54:29.492Z[ recovery-image] May 11 18:54:28.441 INFO O| May 11 18:54:28.441 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-05-11T18:54:29.499Z[ recovery-image] May 11 18:54:28.447 INFO O| May 11 18:54:28.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
71422026-05-11T18:54:29.499Z[ recovery-image] May 11 18:54:28.447 INFO O| May 11 18:54:28.447 INFO STEP 775 (remove_files) COMPLETE
71432026-05-11T18:54:29.499Z[ recovery-image] May 11 18:54:28.447 INFO O| May 11 18:54:28.447 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-05-11T18:54:29.505Z[ recovery-image] May 11 18:54:28.453 INFO O| May 11 18:54:28.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
71452026-05-11T18:54:29.505Z[ recovery-image] May 11 18:54:28.453 INFO O| May 11 18:54:28.453 INFO STEP 776 (remove_files) COMPLETE
71462026-05-11T18:54:29.508Z[ recovery-image] May 11 18:54:28.453 INFO O| May 11 18:54:28.453 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-05-11T18:54:29.511Z[ recovery-image] May 11 18:54:28.459 INFO O| May 11 18:54:28.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
71482026-05-11T18:54:29.511Z[ recovery-image] May 11 18:54:28.459 INFO O| May 11 18:54:28.459 INFO STEP 777 (remove_files) COMPLETE
71492026-05-11T18:54:29.511Z[ recovery-image] May 11 18:54:28.459 INFO O| May 11 18:54:28.459 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-05-11T18:54:29.517Z[ recovery-image] May 11 18:54:28.465 INFO O| May 11 18:54:28.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
71512026-05-11T18:54:29.517Z[ recovery-image] May 11 18:54:28.465 INFO O| May 11 18:54:28.465 INFO STEP 778 (remove_files) COMPLETE
71522026-05-11T18:54:29.517Z[ recovery-image] May 11 18:54:28.465 INFO O| May 11 18:54:28.465 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-05-11T18:54:29.525Z[ recovery-image] May 11 18:54:28.471 INFO O| May 11 18:54:28.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
71542026-05-11T18:54:29.525Z[ recovery-image] May 11 18:54:28.471 INFO O| May 11 18:54:28.471 INFO STEP 779 (remove_files) COMPLETE
71552026-05-11T18:54:29.525Z[ recovery-image] May 11 18:54:28.471 INFO O| May 11 18:54:28.471 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-05-11T18:54:29.529Z[ recovery-image] May 11 18:54:28.478 INFO O| May 11 18:54:28.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
71572026-05-11T18:54:29.530Z[ recovery-image] May 11 18:54:28.478 INFO O| May 11 18:54:28.478 INFO STEP 780 (remove_files) COMPLETE
71582026-05-11T18:54:29.530Z[ recovery-image] May 11 18:54:28.478 INFO O| May 11 18:54:28.478 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-05-11T18:54:29.536Z[ recovery-image] May 11 18:54:28.484 INFO O| May 11 18:54:28.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
71602026-05-11T18:54:29.536Z[ recovery-image] May 11 18:54:28.484 INFO O| May 11 18:54:28.484 INFO STEP 781 (remove_files) COMPLETE
71612026-05-11T18:54:29.539Z[ recovery-image] May 11 18:54:28.484 INFO O| May 11 18:54:28.484 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-05-11T18:54:29.542Z[ recovery-image] May 11 18:54:28.490 INFO O| May 11 18:54:28.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
71632026-05-11T18:54:29.542Z[ recovery-image] May 11 18:54:28.490 INFO O| May 11 18:54:28.490 INFO STEP 782 (remove_files) COMPLETE
71642026-05-11T18:54:29.542Z[ recovery-image] May 11 18:54:28.490 INFO O| May 11 18:54:28.490 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-05-11T18:54:29.553Z[ recovery-image] May 11 18:54:28.499 INFO O| May 11 18:54:28.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
71662026-05-11T18:54:29.553Z[ recovery-image] May 11 18:54:28.499 INFO O| May 11 18:54:28.499 INFO STEP 783 (remove_files) COMPLETE
71672026-05-11T18:54:29.557Z[ recovery-image] May 11 18:54:28.499 INFO O| May 11 18:54:28.499 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-05-11T18:54:29.564Z[ recovery-image] May 11 18:54:28.508 INFO O| May 11 18:54:28.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
71692026-05-11T18:54:29.564Z[ recovery-image] May 11 18:54:28.508 INFO O| May 11 18:54:28.508 INFO STEP 784 (remove_files) COMPLETE
71702026-05-11T18:54:29.564Z[ recovery-image] May 11 18:54:28.508 INFO O| May 11 18:54:28.508 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-05-11T18:54:29.568Z[ recovery-image] May 11 18:54:28.516 INFO O| May 11 18:54:28.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
71722026-05-11T18:54:29.569Z[ recovery-image] May 11 18:54:28.516 INFO O| May 11 18:54:28.516 INFO STEP 785 (remove_files) COMPLETE
71732026-05-11T18:54:29.569Z[ recovery-image] May 11 18:54:28.516 INFO O| May 11 18:54:28.516 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-05-11T18:54:29.576Z[ recovery-image] May 11 18:54:28.524 INFO O| May 11 18:54:28.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
71752026-05-11T18:54:29.576Z[ recovery-image] May 11 18:54:28.524 INFO O| May 11 18:54:28.524 INFO STEP 786 (remove_files) COMPLETE
71762026-05-11T18:54:29.576Z[ recovery-image] May 11 18:54:28.524 INFO O| May 11 18:54:28.524 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-05-11T18:54:29.583Z[ recovery-image] May 11 18:54:28.532 INFO O| May 11 18:54:28.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
71782026-05-11T18:54:29.583Z[ recovery-image] May 11 18:54:28.532 INFO O| May 11 18:54:28.532 INFO STEP 787 (remove_files) COMPLETE
71792026-05-11T18:54:29.583Z[ recovery-image] May 11 18:54:28.532 INFO O| May 11 18:54:28.532 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-05-11T18:54:29.591Z[ recovery-image] May 11 18:54:28.539 INFO O| May 11 18:54:28.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
71812026-05-11T18:54:29.591Z[ recovery-image] May 11 18:54:28.539 INFO O| May 11 18:54:28.539 INFO STEP 788 (remove_files) COMPLETE
71822026-05-11T18:54:29.594Z[ recovery-image] May 11 18:54:28.539 INFO O| May 11 18:54:28.539 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-05-11T18:54:29.598Z[ recovery-image] May 11 18:54:28.546 INFO O| May 11 18:54:28.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
71842026-05-11T18:54:29.598Z[ recovery-image] May 11 18:54:28.546 INFO O| May 11 18:54:28.546 INFO STEP 789 (remove_files) COMPLETE
71852026-05-11T18:54:29.598Z[ recovery-image] May 11 18:54:28.546 INFO O| May 11 18:54:28.546 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-05-11T18:54:29.607Z[ recovery-image] May 11 18:54:28.555 INFO O| May 11 18:54:28.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
71872026-05-11T18:54:29.607Z[ recovery-image] May 11 18:54:28.555 INFO O| May 11 18:54:28.555 INFO STEP 790 (remove_files) COMPLETE
71882026-05-11T18:54:29.610Z[ recovery-image] May 11 18:54:28.555 INFO O| May 11 18:54:28.555 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-05-11T18:54:29.614Z[ recovery-image] May 11 18:54:28.562 INFO O| May 11 18:54:28.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
71902026-05-11T18:54:29.614Z[ recovery-image] May 11 18:54:28.562 INFO O| May 11 18:54:28.562 INFO STEP 791 (remove_files) COMPLETE
71912026-05-11T18:54:29.617Z[ recovery-image] May 11 18:54:28.562 INFO O| May 11 18:54:28.562 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-05-11T18:54:29.621Z[ recovery-image] May 11 18:54:28.569 INFO O| May 11 18:54:28.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
71932026-05-11T18:54:29.621Z[ recovery-image] May 11 18:54:28.570 INFO O| May 11 18:54:28.570 INFO STEP 792 (remove_files) COMPLETE
71942026-05-11T18:54:29.624Z[ recovery-image] May 11 18:54:28.570 INFO O| May 11 18:54:28.570 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-05-11T18:54:29.630Z[ recovery-image] May 11 18:54:28.578 INFO O| May 11 18:54:28.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
71962026-05-11T18:54:29.630Z[ recovery-image] May 11 18:54:28.578 INFO O| May 11 18:54:28.578 INFO STEP 793 (remove_files) COMPLETE
71972026-05-11T18:54:29.630Z[ recovery-image] May 11 18:54:28.578 INFO O| May 11 18:54:28.578 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-05-11T18:54:29.637Z[ recovery-image] May 11 18:54:28.586 INFO O| May 11 18:54:28.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
71992026-05-11T18:54:29.640Z[ recovery-image] May 11 18:54:28.586 INFO O| May 11 18:54:28.586 INFO STEP 794 (remove_files) COMPLETE
72002026-05-11T18:54:29.640Z[ recovery-image] May 11 18:54:28.586 INFO O| May 11 18:54:28.586 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-05-11T18:54:29.645Z[ recovery-image] May 11 18:54:28.592 INFO O| May 11 18:54:28.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
72022026-05-11T18:54:29.648Z[ recovery-image] May 11 18:54:28.592 INFO O| May 11 18:54:28.592 INFO STEP 795 (remove_files) COMPLETE
72032026-05-11T18:54:29.648Z[ recovery-image] May 11 18:54:28.592 INFO O| May 11 18:54:28.592 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-05-11T18:54:29.651Z[ recovery-image] May 11 18:54:28.599 INFO O| May 11 18:54:28.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
72052026-05-11T18:54:29.651Z[ recovery-image] May 11 18:54:28.599 INFO O| May 11 18:54:28.599 INFO STEP 796 (remove_files) COMPLETE
72062026-05-11T18:54:29.654Z[ recovery-image] May 11 18:54:28.599 INFO O| May 11 18:54:28.599 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-05-11T18:54:29.660Z[ recovery-image] May 11 18:54:28.606 INFO O| May 11 18:54:28.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
72082026-05-11T18:54:29.660Z[ recovery-image] May 11 18:54:28.606 INFO O| May 11 18:54:28.606 INFO STEP 797 (remove_files) COMPLETE
72092026-05-11T18:54:29.660Z[ recovery-image] May 11 18:54:28.606 INFO O| May 11 18:54:28.606 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-05-11T18:54:29.663Z[ recovery-image] May 11 18:54:28.612 INFO O| May 11 18:54:28.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
72112026-05-11T18:54:29.663Z[ recovery-image] May 11 18:54:28.612 INFO O| May 11 18:54:28.612 INFO STEP 798 (remove_files) COMPLETE
72122026-05-11T18:54:29.663Z[ recovery-image] May 11 18:54:28.612 INFO O| May 11 18:54:28.612 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-05-11T18:54:29.671Z[ recovery-image] May 11 18:54:28.619 INFO O| May 11 18:54:28.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
72142026-05-11T18:54:29.671Z[ recovery-image] May 11 18:54:28.620 INFO O| May 11 18:54:28.619 INFO STEP 799 (remove_files) COMPLETE
72152026-05-11T18:54:29.671Z[ recovery-image] May 11 18:54:28.620 INFO O| May 11 18:54:28.619 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-05-11T18:54:29.677Z[ recovery-image] May 11 18:54:28.626 INFO O| May 11 18:54:28.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
72172026-05-11T18:54:29.677Z[ recovery-image] May 11 18:54:28.626 INFO O| May 11 18:54:28.626 INFO STEP 800 (remove_files) COMPLETE
72182026-05-11T18:54:29.677Z[ recovery-image] May 11 18:54:28.626 INFO O| May 11 18:54:28.626 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-05-11T18:54:29.685Z[ recovery-image] May 11 18:54:28.633 INFO O| May 11 18:54:28.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
72202026-05-11T18:54:29.685Z[ recovery-image] May 11 18:54:28.633 INFO O| May 11 18:54:28.633 INFO STEP 801 (remove_files) COMPLETE
72212026-05-11T18:54:29.688Z[ recovery-image] May 11 18:54:28.633 INFO O| May 11 18:54:28.633 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-05-11T18:54:29.691Z[ recovery-image] May 11 18:54:28.639 INFO O| May 11 18:54:28.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
72232026-05-11T18:54:29.691Z[ recovery-image] May 11 18:54:28.639 INFO O| May 11 18:54:28.639 INFO STEP 802 (remove_files) COMPLETE
72242026-05-11T18:54:29.694Z[ recovery-image] May 11 18:54:28.639 INFO O| May 11 18:54:28.639 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-05-11T18:54:29.698Z[ recovery-image] May 11 18:54:28.646 INFO O| May 11 18:54:28.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
72262026-05-11T18:54:29.698Z[ recovery-image] May 11 18:54:28.646 INFO O| May 11 18:54:28.646 INFO STEP 803 (remove_files) COMPLETE
72272026-05-11T18:54:29.701Z[ recovery-image] May 11 18:54:28.646 INFO O| May 11 18:54:28.646 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-05-11T18:54:29.706Z[ recovery-image] May 11 18:54:28.654 INFO O| May 11 18:54:28.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
72292026-05-11T18:54:29.706Z[ recovery-image] May 11 18:54:28.654 INFO O| May 11 18:54:28.654 INFO STEP 804 (remove_files) COMPLETE
72302026-05-11T18:54:29.709Z[ recovery-image] May 11 18:54:28.654 INFO O| May 11 18:54:28.654 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-05-11T18:54:29.712Z[ recovery-image] May 11 18:54:28.661 INFO O| May 11 18:54:28.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
72322026-05-11T18:54:29.712Z[ recovery-image] May 11 18:54:28.661 INFO O| May 11 18:54:28.661 INFO STEP 805 (remove_files) COMPLETE
72332026-05-11T18:54:29.716Z[ recovery-image] May 11 18:54:28.661 INFO O| May 11 18:54:28.661 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-05-11T18:54:29.720Z[ recovery-image] May 11 18:54:28.668 INFO O| May 11 18:54:28.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
72352026-05-11T18:54:29.722Z[ recovery-image] May 11 18:54:28.669 INFO O| May 11 18:54:28.669 INFO STEP 806 (remove_files) COMPLETE
72362026-05-11T18:54:29.722Z[ recovery-image] May 11 18:54:28.669 INFO O| May 11 18:54:28.669 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-05-11T18:54:29.727Z[ recovery-image] May 11 18:54:28.675 INFO O| May 11 18:54:28.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
72382026-05-11T18:54:29.730Z[ recovery-image] May 11 18:54:28.675 INFO O| May 11 18:54:28.675 INFO STEP 807 (remove_files) COMPLETE
72392026-05-11T18:54:29.730Z[ recovery-image] May 11 18:54:28.675 INFO O| May 11 18:54:28.675 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-05-11T18:54:29.735Z[ recovery-image] May 11 18:54:28.683 INFO O| May 11 18:54:28.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
72412026-05-11T18:54:29.737Z[ recovery-image] May 11 18:54:28.683 INFO O| May 11 18:54:28.683 INFO STEP 808 (remove_files) COMPLETE
72422026-05-11T18:54:29.738Z[ recovery-image] May 11 18:54:28.683 INFO O| May 11 18:54:28.683 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-05-11T18:54:29.743Z[ recovery-image] May 11 18:54:28.691 INFO O| May 11 18:54:28.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
72442026-05-11T18:54:29.747Z[ recovery-image] May 11 18:54:28.691 INFO O| May 11 18:54:28.691 INFO STEP 809 (remove_files) COMPLETE
72452026-05-11T18:54:29.747Z[ recovery-image] May 11 18:54:28.691 INFO O| May 11 18:54:28.691 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-05-11T18:54:29.751Z[ recovery-image] May 11 18:54:28.698 INFO O| May 11 18:54:28.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
72472026-05-11T18:54:29.751Z[ recovery-image] May 11 18:54:28.698 INFO O| May 11 18:54:28.698 INFO STEP 810 (remove_files) COMPLETE
72482026-05-11T18:54:29.751Z[ recovery-image] May 11 18:54:28.698 INFO O| May 11 18:54:28.698 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-05-11T18:54:29.757Z[ recovery-image] May 11 18:54:28.705 INFO O| May 11 18:54:28.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
72502026-05-11T18:54:29.757Z[ recovery-image] May 11 18:54:28.705 INFO O| May 11 18:54:28.705 INFO STEP 811 (remove_files) COMPLETE
72512026-05-11T18:54:29.760Z[ recovery-image] May 11 18:54:28.705 INFO O| May 11 18:54:28.705 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-05-11T18:54:29.764Z[ recovery-image] May 11 18:54:28.713 INFO O| May 11 18:54:28.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
72532026-05-11T18:54:29.768Z[ recovery-image] May 11 18:54:28.713 INFO O| May 11 18:54:28.713 INFO STEP 812 (remove_files) COMPLETE
72542026-05-11T18:54:29.768Z[ recovery-image] May 11 18:54:28.713 INFO O| May 11 18:54:28.713 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-05-11T18:54:29.774Z[ recovery-image] May 11 18:54:28.722 INFO O| May 11 18:54:28.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
72562026-05-11T18:54:29.774Z[ recovery-image] May 11 18:54:28.722 INFO O| May 11 18:54:28.722 INFO STEP 813 (remove_files) COMPLETE
72572026-05-11T18:54:29.777Z[ recovery-image] May 11 18:54:28.722 INFO O| May 11 18:54:28.722 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-05-11T18:54:29.782Z[ recovery-image] May 11 18:54:28.730 INFO O| May 11 18:54:28.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
72592026-05-11T18:54:29.785Z[ recovery-image] May 11 18:54:28.730 INFO O| May 11 18:54:28.730 INFO STEP 814 (remove_files) COMPLETE
72602026-05-11T18:54:29.785Z[ recovery-image] May 11 18:54:28.730 INFO O| May 11 18:54:28.730 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-05-11T18:54:29.790Z[ recovery-image] May 11 18:54:28.738 INFO O| May 11 18:54:28.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
72622026-05-11T18:54:29.790Z[ recovery-image] May 11 18:54:28.738 INFO O| May 11 18:54:28.738 INFO STEP 815 (remove_files) COMPLETE
72632026-05-11T18:54:29.793Z[ recovery-image] May 11 18:54:28.738 INFO O| May 11 18:54:28.738 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-05-11T18:54:29.799Z[ recovery-image] May 11 18:54:28.747 INFO O| May 11 18:54:28.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
72652026-05-11T18:54:29.802Z[ recovery-image] May 11 18:54:28.747 INFO O| May 11 18:54:28.747 INFO STEP 816 (remove_files) COMPLETE
72662026-05-11T18:54:29.802Z[ recovery-image] May 11 18:54:28.747 INFO O| May 11 18:54:28.747 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-05-11T18:54:29.807Z[ recovery-image] May 11 18:54:28.755 INFO O| May 11 18:54:28.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
72682026-05-11T18:54:29.807Z[ recovery-image] May 11 18:54:28.755 INFO O| May 11 18:54:28.755 INFO STEP 817 (remove_files) COMPLETE
72692026-05-11T18:54:29.807Z[ recovery-image] May 11 18:54:28.755 INFO O| May 11 18:54:28.755 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-05-11T18:54:29.816Z[ recovery-image] May 11 18:54:28.764 INFO O| May 11 18:54:28.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
72712026-05-11T18:54:29.816Z[ recovery-image] May 11 18:54:28.764 INFO O| May 11 18:54:28.764 INFO STEP 818 (remove_files) COMPLETE
72722026-05-11T18:54:29.816Z[ recovery-image] May 11 18:54:28.764 INFO O| May 11 18:54:28.764 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-05-11T18:54:29.825Z[ recovery-image] May 11 18:54:28.773 INFO O| May 11 18:54:28.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
72742026-05-11T18:54:29.828Z[ recovery-image] May 11 18:54:28.773 INFO O| May 11 18:54:28.773 INFO STEP 819 (remove_files) COMPLETE
72752026-05-11T18:54:29.828Z[ recovery-image] May 11 18:54:28.773 INFO O| May 11 18:54:28.773 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-05-11T18:54:29.834Z[ recovery-image] May 11 18:54:28.782 INFO O| May 11 18:54:28.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
72772026-05-11T18:54:29.834Z[ recovery-image] May 11 18:54:28.782 INFO O| May 11 18:54:28.782 INFO STEP 820 (remove_files) COMPLETE
72782026-05-11T18:54:29.834Z[ recovery-image] May 11 18:54:28.782 INFO O| May 11 18:54:28.782 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-05-11T18:54:29.843Z[ recovery-image] May 11 18:54:28.791 INFO O| May 11 18:54:28.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
72802026-05-11T18:54:29.843Z[ recovery-image] May 11 18:54:28.791 INFO O| May 11 18:54:28.791 INFO STEP 821 (remove_files) COMPLETE
72812026-05-11T18:54:29.846Z[ recovery-image] May 11 18:54:28.791 INFO O| May 11 18:54:28.791 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-05-11T18:54:29.851Z[ recovery-image] May 11 18:54:28.799 INFO O| May 11 18:54:28.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
72832026-05-11T18:54:29.851Z[ recovery-image] May 11 18:54:28.799 INFO O| May 11 18:54:28.799 INFO STEP 822 (remove_files) COMPLETE
72842026-05-11T18:54:29.854Z[ recovery-image] May 11 18:54:28.799 INFO O| May 11 18:54:28.799 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-05-11T18:54:29.860Z[ recovery-image] May 11 18:54:28.808 INFO O| May 11 18:54:28.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
72862026-05-11T18:54:29.860Z[ recovery-image] May 11 18:54:28.808 INFO O| May 11 18:54:28.808 INFO STEP 823 (remove_files) COMPLETE
72872026-05-11T18:54:29.860Z[ recovery-image] May 11 18:54:28.808 INFO O| May 11 18:54:28.808 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-05-11T18:54:29.869Z[ recovery-image] May 11 18:54:28.817 INFO O| May 11 18:54:28.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
72892026-05-11T18:54:29.869Z[ recovery-image] May 11 18:54:28.817 INFO O| May 11 18:54:28.817 INFO STEP 824 (remove_files) COMPLETE
72902026-05-11T18:54:29.869Z[ recovery-image] May 11 18:54:28.817 INFO O| May 11 18:54:28.817 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-05-11T18:54:29.878Z[ recovery-image] May 11 18:54:28.826 INFO O| May 11 18:54:28.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
72922026-05-11T18:54:29.878Z[ recovery-image] May 11 18:54:28.826 INFO O| May 11 18:54:28.826 INFO STEP 825 (remove_files) COMPLETE
72932026-05-11T18:54:29.881Z[ recovery-image] May 11 18:54:28.826 INFO O| May 11 18:54:28.826 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-05-11T18:54:29.887Z[ recovery-image] May 11 18:54:28.836 INFO O| May 11 18:54:28.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
72952026-05-11T18:54:29.887Z[ recovery-image] May 11 18:54:28.836 INFO O| May 11 18:54:28.836 INFO STEP 826 (remove_files) COMPLETE
72962026-05-11T18:54:29.887Z[ recovery-image] May 11 18:54:28.836 INFO O| May 11 18:54:28.836 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-05-11T18:54:29.897Z[ recovery-image] May 11 18:54:28.846 INFO O| May 11 18:54:28.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
72982026-05-11T18:54:29.897Z[ recovery-image] May 11 18:54:28.846 INFO O| May 11 18:54:28.846 INFO STEP 827 (remove_files) COMPLETE
72992026-05-11T18:54:29.897Z[ recovery-image] May 11 18:54:28.846 INFO O| May 11 18:54:28.846 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-05-11T18:54:29.906Z[ recovery-image] May 11 18:54:28.854 INFO O| May 11 18:54:28.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
73012026-05-11T18:54:29.909Z[ recovery-image] May 11 18:54:28.854 INFO O| May 11 18:54:28.854 INFO STEP 828 (remove_files) COMPLETE
73022026-05-11T18:54:29.909Z[ recovery-image] May 11 18:54:28.854 INFO O| May 11 18:54:28.854 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-05-11T18:54:29.914Z[ recovery-image] May 11 18:54:28.863 INFO O| May 11 18:54:28.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
73042026-05-11T18:54:29.917Z[ recovery-image] May 11 18:54:28.863 INFO O| May 11 18:54:28.863 INFO STEP 829 (remove_files) COMPLETE
73052026-05-11T18:54:29.917Z[ recovery-image] May 11 18:54:28.863 INFO O| May 11 18:54:28.863 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-05-11T18:54:29.923Z[ recovery-image] May 11 18:54:28.871 INFO O| May 11 18:54:28.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
73072026-05-11T18:54:29.923Z[ recovery-image] May 11 18:54:28.871 INFO O| May 11 18:54:28.871 INFO STEP 830 (remove_files) COMPLETE
73082026-05-11T18:54:29.923Z[ recovery-image] May 11 18:54:28.871 INFO O| May 11 18:54:28.871 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-05-11T18:54:29.931Z[ recovery-image] May 11 18:54:28.879 INFO O| May 11 18:54:28.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
73102026-05-11T18:54:29.933Z[ recovery-image] May 11 18:54:28.879 INFO O| May 11 18:54:28.879 INFO STEP 831 (remove_files) COMPLETE
73112026-05-11T18:54:29.934Z[ recovery-image] May 11 18:54:28.879 INFO O| May 11 18:54:28.879 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-05-11T18:54:29.938Z[ recovery-image] May 11 18:54:28.887 INFO O| May 11 18:54:28.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
73132026-05-11T18:54:29.938Z[ recovery-image] May 11 18:54:28.887 INFO O| May 11 18:54:28.887 INFO STEP 832 (remove_files) COMPLETE
73142026-05-11T18:54:29.942Z[ recovery-image] May 11 18:54:28.887 INFO O| May 11 18:54:28.887 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-05-11T18:54:29.946Z[ recovery-image] May 11 18:54:28.894 INFO O| May 11 18:54:28.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
73162026-05-11T18:54:29.946Z[ recovery-image] May 11 18:54:28.894 INFO O| May 11 18:54:28.894 INFO STEP 833 (remove_files) COMPLETE
73172026-05-11T18:54:29.950Z[ recovery-image] May 11 18:54:28.894 INFO O| May 11 18:54:28.894 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-05-11T18:54:29.955Z[ recovery-image] May 11 18:54:28.903 INFO O| May 11 18:54:28.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
73192026-05-11T18:54:29.955Z[ recovery-image] May 11 18:54:28.903 INFO O| May 11 18:54:28.903 INFO STEP 834 (remove_files) COMPLETE
73202026-05-11T18:54:29.955Z[ recovery-image] May 11 18:54:28.903 INFO O| May 11 18:54:28.903 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-05-11T18:54:29.964Z[ recovery-image] May 11 18:54:28.912 INFO O| May 11 18:54:28.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
73222026-05-11T18:54:29.964Z[ recovery-image] May 11 18:54:28.912 INFO O| May 11 18:54:28.912 INFO STEP 835 (remove_files) COMPLETE
73232026-05-11T18:54:29.967Z[ recovery-image] May 11 18:54:28.912 INFO O| May 11 18:54:28.912 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-05-11T18:54:29.972Z[ recovery-image] May 11 18:54:28.921 INFO O| May 11 18:54:28.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
73252026-05-11T18:54:29.972Z[ recovery-image] May 11 18:54:28.921 INFO O| May 11 18:54:28.921 INFO STEP 836 (remove_files) COMPLETE
73262026-05-11T18:54:29.976Z[ recovery-image] May 11 18:54:28.921 INFO O| May 11 18:54:28.921 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-05-11T18:54:29.981Z[ recovery-image] May 11 18:54:28.929 INFO O| May 11 18:54:28.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
73282026-05-11T18:54:29.985Z[ recovery-image] May 11 18:54:28.929 INFO O| May 11 18:54:28.929 INFO STEP 837 (remove_files) COMPLETE
73292026-05-11T18:54:29.985Z[ recovery-image] May 11 18:54:28.929 INFO O| May 11 18:54:28.929 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-05-11T18:54:29.989Z[ recovery-image] May 11 18:54:28.938 INFO O| May 11 18:54:28.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
73312026-05-11T18:54:29.993Z[ recovery-image] May 11 18:54:28.938 INFO O| May 11 18:54:28.938 INFO STEP 838 (remove_files) COMPLETE
73322026-05-11T18:54:29.993Z[ recovery-image] May 11 18:54:28.938 INFO O| May 11 18:54:28.938 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-05-11T18:54:29.999Z[ recovery-image] May 11 18:54:28.947 INFO O| May 11 18:54:28.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
73342026-05-11T18:54:30.002Z[ recovery-image] May 11 18:54:28.947 INFO O| May 11 18:54:28.947 INFO STEP 839 (remove_files) COMPLETE
73352026-05-11T18:54:30.002Z[ recovery-image] May 11 18:54:28.947 INFO O| May 11 18:54:28.947 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-05-11T18:54:30.007Z[ recovery-image] May 11 18:54:28.956 INFO O| May 11 18:54:28.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
73372026-05-11T18:54:30.007Z[ recovery-image] May 11 18:54:28.956 INFO O| May 11 18:54:28.956 INFO STEP 840 (remove_files) COMPLETE
73382026-05-11T18:54:30.010Z[ recovery-image] May 11 18:54:28.956 INFO O| May 11 18:54:28.956 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-05-11T18:54:30.017Z[ recovery-image] May 11 18:54:28.966 INFO O| May 11 18:54:28.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
73402026-05-11T18:54:30.017Z[ recovery-image] May 11 18:54:28.966 INFO O| May 11 18:54:28.966 INFO STEP 841 (remove_files) COMPLETE
73412026-05-11T18:54:30.020Z[ recovery-image] May 11 18:54:28.966 INFO O| May 11 18:54:28.966 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-05-11T18:54:30.027Z[ recovery-image] May 11 18:54:28.975 INFO O| May 11 18:54:28.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
73432026-05-11T18:54:30.027Z[ recovery-image] May 11 18:54:28.975 INFO O| May 11 18:54:28.975 INFO STEP 842 (remove_files) COMPLETE
73442026-05-11T18:54:30.030Z[ recovery-image] May 11 18:54:28.975 INFO O| May 11 18:54:28.975 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-05-11T18:54:30.035Z[ recovery-image] May 11 18:54:28.984 INFO O| May 11 18:54:28.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
73462026-05-11T18:54:30.036Z[ recovery-image] May 11 18:54:28.984 INFO O| May 11 18:54:28.984 INFO STEP 843 (remove_files) COMPLETE
73472026-05-11T18:54:30.039Z[ recovery-image] May 11 18:54:28.984 INFO O| May 11 18:54:28.984 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-05-11T18:54:30.046Z[ recovery-image] May 11 18:54:28.994 INFO O| May 11 18:54:28.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
73492026-05-11T18:54:30.046Z[ recovery-image] May 11 18:54:28.994 INFO O| May 11 18:54:28.994 INFO STEP 844 (remove_files) COMPLETE
73502026-05-11T18:54:30.049Z[ recovery-image] May 11 18:54:28.994 INFO O| May 11 18:54:28.994 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-05-11T18:54:30.055Z[ recovery-image] May 11 18:54:29.004 INFO O| May 11 18:54:29.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
73522026-05-11T18:54:30.059Z[ recovery-image] May 11 18:54:29.004 INFO O| May 11 18:54:29.004 INFO STEP 845 (remove_files) COMPLETE
73532026-05-11T18:54:30.059Z[ recovery-image] May 11 18:54:29.004 INFO O| May 11 18:54:29.004 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-05-11T18:54:30.064Z[ recovery-image] May 11 18:54:29.013 INFO O| May 11 18:54:29.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
73552026-05-11T18:54:30.064Z[ recovery-image] May 11 18:54:29.013 INFO O| May 11 18:54:29.013 INFO STEP 846 (remove_files) COMPLETE
73562026-05-11T18:54:30.064Z[ recovery-image] May 11 18:54:29.013 INFO O| May 11 18:54:29.013 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-05-11T18:54:30.074Z[ recovery-image] May 11 18:54:29.022 INFO O| May 11 18:54:29.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
73582026-05-11T18:54:30.074Z[ recovery-image] May 11 18:54:29.022 INFO O| May 11 18:54:29.022 INFO STEP 847 (remove_files) COMPLETE
73592026-05-11T18:54:30.074Z[ recovery-image] May 11 18:54:29.022 INFO O| May 11 18:54:29.022 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-05-11T18:54:30.084Z[ recovery-image] May 11 18:54:29.032 INFO O| May 11 18:54:29.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
73612026-05-11T18:54:30.084Z[ recovery-image] May 11 18:54:29.032 INFO O| May 11 18:54:29.032 INFO STEP 848 (remove_files) COMPLETE
73622026-05-11T18:54:30.084Z[ recovery-image] May 11 18:54:29.032 INFO O| May 11 18:54:29.032 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-05-11T18:54:30.094Z[ recovery-image] May 11 18:54:29.042 INFO O| May 11 18:54:29.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
73642026-05-11T18:54:30.094Z[ recovery-image] May 11 18:54:29.042 INFO O| May 11 18:54:29.042 INFO STEP 849 (remove_files) COMPLETE
73652026-05-11T18:54:30.097Z[ recovery-image] May 11 18:54:29.042 INFO O| May 11 18:54:29.042 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-05-11T18:54:30.102Z[ recovery-image] May 11 18:54:29.051 INFO O| May 11 18:54:29.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
73672026-05-11T18:54:30.106Z[ recovery-image] May 11 18:54:29.051 INFO O| May 11 18:54:29.051 INFO STEP 850 (remove_files) COMPLETE
73682026-05-11T18:54:30.106Z[ recovery-image] May 11 18:54:29.051 INFO O| May 11 18:54:29.051 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-05-11T18:54:30.112Z[ recovery-image] May 11 18:54:29.059 INFO O| May 11 18:54:29.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
73702026-05-11T18:54:30.112Z[ recovery-image] May 11 18:54:29.059 INFO O| May 11 18:54:29.059 INFO STEP 851 (remove_files) COMPLETE
73712026-05-11T18:54:30.116Z[ recovery-image] May 11 18:54:29.059 INFO O| May 11 18:54:29.059 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-05-11T18:54:30.121Z[ recovery-image] May 11 18:54:29.069 INFO O| May 11 18:54:29.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
73732026-05-11T18:54:30.121Z[ recovery-image] May 11 18:54:29.069 INFO O| May 11 18:54:29.069 INFO STEP 852 (remove_files) COMPLETE
73742026-05-11T18:54:30.121Z[ recovery-image] May 11 18:54:29.069 INFO O| May 11 18:54:29.069 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-05-11T18:54:30.130Z[ recovery-image] May 11 18:54:29.077 INFO O| May 11 18:54:29.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
73762026-05-11T18:54:30.130Z[ recovery-image] May 11 18:54:29.077 INFO O| May 11 18:54:29.077 INFO STEP 853 (remove_files) COMPLETE
73772026-05-11T18:54:30.134Z[ recovery-image] May 11 18:54:29.077 INFO O| May 11 18:54:29.077 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-05-11T18:54:30.139Z[ recovery-image] May 11 18:54:29.087 INFO O| May 11 18:54:29.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
73792026-05-11T18:54:30.139Z[ recovery-image] May 11 18:54:29.087 INFO O| May 11 18:54:29.087 INFO STEP 854 (remove_files) COMPLETE
73802026-05-11T18:54:30.142Z[ recovery-image] May 11 18:54:29.087 INFO O| May 11 18:54:29.087 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-05-11T18:54:30.147Z[ recovery-image] May 11 18:54:29.095 INFO O| May 11 18:54:29.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
73822026-05-11T18:54:30.150Z[ recovery-image] May 11 18:54:29.095 INFO O| May 11 18:54:29.095 INFO STEP 855 (remove_files) COMPLETE
73832026-05-11T18:54:30.150Z[ recovery-image] May 11 18:54:29.095 INFO O| May 11 18:54:29.095 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-05-11T18:54:30.155Z[ recovery-image] May 11 18:54:29.104 INFO O| May 11 18:54:29.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
73852026-05-11T18:54:30.159Z[ recovery-image] May 11 18:54:29.104 INFO O| May 11 18:54:29.104 INFO STEP 856 (remove_files) COMPLETE
73862026-05-11T18:54:30.159Z[ recovery-image] May 11 18:54:29.104 INFO O| May 11 18:54:29.104 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-05-11T18:54:30.164Z[ recovery-image] May 11 18:54:29.112 INFO O| May 11 18:54:29.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
73882026-05-11T18:54:30.164Z[ recovery-image] May 11 18:54:29.112 INFO O| May 11 18:54:29.112 INFO STEP 857 (remove_files) COMPLETE
73892026-05-11T18:54:30.167Z[ recovery-image] May 11 18:54:29.112 INFO O| May 11 18:54:29.112 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-05-11T18:54:30.172Z[ recovery-image] May 11 18:54:29.120 INFO O| May 11 18:54:29.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
73912026-05-11T18:54:30.172Z[ recovery-image] May 11 18:54:29.120 INFO O| May 11 18:54:29.120 INFO STEP 858 (remove_files) COMPLETE
73922026-05-11T18:54:30.175Z[ recovery-image] May 11 18:54:29.120 INFO O| May 11 18:54:29.120 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-05-11T18:54:30.182Z[ recovery-image] May 11 18:54:29.130 INFO O| May 11 18:54:29.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
73942026-05-11T18:54:30.182Z[ recovery-image] May 11 18:54:29.130 INFO O| May 11 18:54:29.130 INFO STEP 859 (remove_files) COMPLETE
73952026-05-11T18:54:30.185Z[ recovery-image] May 11 18:54:29.130 INFO O| May 11 18:54:29.130 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-05-11T18:54:30.192Z[ recovery-image] May 11 18:54:29.140 INFO O| May 11 18:54:29.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
73972026-05-11T18:54:30.192Z[ recovery-image] May 11 18:54:29.140 INFO O| May 11 18:54:29.140 INFO STEP 860 (remove_files) COMPLETE
73982026-05-11T18:54:30.192Z[ recovery-image] May 11 18:54:29.140 INFO O| May 11 18:54:29.140 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-05-11T18:54:30.201Z[ recovery-image] May 11 18:54:29.149 INFO O| May 11 18:54:29.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
74002026-05-11T18:54:30.201Z[ recovery-image] May 11 18:54:29.149 INFO O| May 11 18:54:29.149 INFO STEP 861 (remove_files) COMPLETE
74012026-05-11T18:54:30.201Z[ recovery-image] May 11 18:54:29.149 INFO O| May 11 18:54:29.149 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-05-11T18:54:30.208Z[ recovery-image] May 11 18:54:29.157 INFO O| May 11 18:54:29.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
74032026-05-11T18:54:30.209Z[ recovery-image] May 11 18:54:29.157 INFO O| May 11 18:54:29.157 INFO STEP 862 (remove_files) COMPLETE
74042026-05-11T18:54:30.212Z[ recovery-image] May 11 18:54:29.157 INFO O| May 11 18:54:29.157 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-05-11T18:54:30.218Z[ recovery-image] May 11 18:54:29.166 INFO O| May 11 18:54:29.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
74062026-05-11T18:54:30.218Z[ recovery-image] May 11 18:54:29.167 INFO O| May 11 18:54:29.166 INFO STEP 863 (remove_files) COMPLETE
74072026-05-11T18:54:30.221Z[ recovery-image] May 11 18:54:29.167 INFO O| May 11 18:54:29.167 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-05-11T18:54:30.227Z[ recovery-image] May 11 18:54:29.175 INFO O| May 11 18:54:29.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
74092026-05-11T18:54:30.230Z[ recovery-image] May 11 18:54:29.175 INFO O| May 11 18:54:29.175 INFO STEP 864 (remove_files) COMPLETE
74102026-05-11T18:54:30.230Z[ recovery-image] May 11 18:54:29.175 INFO O| May 11 18:54:29.175 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-05-11T18:54:30.236Z[ recovery-image] May 11 18:54:29.183 INFO O| May 11 18:54:29.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
74122026-05-11T18:54:30.239Z[ recovery-image] May 11 18:54:29.183 INFO O| May 11 18:54:29.183 INFO STEP 865 (remove_files) COMPLETE
74132026-05-11T18:54:30.239Z[ recovery-image] May 11 18:54:29.183 INFO O| May 11 18:54:29.183 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-05-11T18:54:30.244Z[ recovery-image] May 11 18:54:29.192 INFO O| May 11 18:54:29.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
74152026-05-11T18:54:30.247Z[ recovery-image] May 11 18:54:29.193 INFO O| May 11 18:54:29.192 INFO STEP 866 (remove_files) COMPLETE
74162026-05-11T18:54:30.247Z[ recovery-image] May 11 18:54:29.193 INFO O| May 11 18:54:29.193 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-05-11T18:54:30.254Z[ recovery-image] May 11 18:54:29.203 INFO O| May 11 18:54:29.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
74182026-05-11T18:54:30.254Z[ recovery-image] May 11 18:54:29.203 INFO O| May 11 18:54:29.203 INFO STEP 867 (remove_files) COMPLETE
74192026-05-11T18:54:30.258Z[ recovery-image] May 11 18:54:29.203 INFO O| May 11 18:54:29.203 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-05-11T18:54:30.265Z[ recovery-image] May 11 18:54:29.213 INFO O| May 11 18:54:29.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
74212026-05-11T18:54:30.265Z[ recovery-image] May 11 18:54:29.213 INFO O| May 11 18:54:29.213 INFO STEP 868 (remove_files) COMPLETE
74222026-05-11T18:54:30.265Z[ recovery-image] May 11 18:54:29.213 INFO O| May 11 18:54:29.213 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-05-11T18:54:30.275Z[ recovery-image] May 11 18:54:29.223 INFO O| May 11 18:54:29.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
74242026-05-11T18:54:30.278Z[ recovery-image] May 11 18:54:29.223 INFO O| May 11 18:54:29.223 INFO STEP 869 (remove_files) COMPLETE
74252026-05-11T18:54:30.278Z[ recovery-image] May 11 18:54:29.223 INFO O| May 11 18:54:29.223 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-05-11T18:54:30.287Z[ recovery-image] May 11 18:54:29.234 INFO O| May 11 18:54:29.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
74272026-05-11T18:54:30.287Z[ recovery-image] May 11 18:54:29.234 INFO O| May 11 18:54:29.234 INFO STEP 870 (remove_files) COMPLETE
74282026-05-11T18:54:30.290Z[ recovery-image] May 11 18:54:29.234 INFO O| May 11 18:54:29.234 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-05-11T18:54:30.295Z[ recovery-image] May 11 18:54:29.244 INFO O| May 11 18:54:29.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
74302026-05-11T18:54:30.296Z[ recovery-image] May 11 18:54:29.244 INFO O| May 11 18:54:29.244 INFO STEP 871 (remove_files) COMPLETE
74312026-05-11T18:54:30.296Z[ recovery-image] May 11 18:54:29.244 INFO O| May 11 18:54:29.244 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-05-11T18:54:30.307Z[ recovery-image] May 11 18:54:29.255 INFO O| May 11 18:54:29.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
74332026-05-11T18:54:30.307Z[ recovery-image] May 11 18:54:29.255 INFO O| May 11 18:54:29.255 INFO STEP 872 (remove_files) COMPLETE
74342026-05-11T18:54:30.310Z[ recovery-image] May 11 18:54:29.255 INFO O| May 11 18:54:29.255 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-05-11T18:54:30.318Z[ recovery-image] May 11 18:54:29.266 INFO O| May 11 18:54:29.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
74362026-05-11T18:54:30.318Z[ recovery-image] May 11 18:54:29.266 INFO O| May 11 18:54:29.266 INFO STEP 873 (remove_files) COMPLETE
74372026-05-11T18:54:30.321Z[ recovery-image] May 11 18:54:29.266 INFO O| May 11 18:54:29.266 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-05-11T18:54:30.328Z[ recovery-image] May 11 18:54:29.277 INFO O| May 11 18:54:29.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
74392026-05-11T18:54:30.328Z[ recovery-image] May 11 18:54:29.277 INFO O| May 11 18:54:29.277 INFO STEP 874 (remove_files) COMPLETE
74402026-05-11T18:54:30.331Z[ recovery-image] May 11 18:54:29.277 INFO O| May 11 18:54:29.277 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-05-11T18:54:30.338Z[ recovery-image] May 11 18:54:29.286 INFO O| May 11 18:54:29.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
74422026-05-11T18:54:30.338Z[ recovery-image] May 11 18:54:29.286 INFO O| May 11 18:54:29.286 INFO STEP 875 (remove_files) COMPLETE
74432026-05-11T18:54:30.342Z[ recovery-image] May 11 18:54:29.286 INFO O| May 11 18:54:29.286 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-05-11T18:54:30.347Z[ recovery-image] May 11 18:54:29.295 INFO O| May 11 18:54:29.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
74452026-05-11T18:54:30.347Z[ recovery-image] May 11 18:54:29.296 INFO O| May 11 18:54:29.296 INFO STEP 876 (remove_files) COMPLETE
74462026-05-11T18:54:30.347Z[ recovery-image] May 11 18:54:29.296 INFO O| May 11 18:54:29.296 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-05-11T18:54:30.356Z[ recovery-image] May 11 18:54:29.304 INFO O| May 11 18:54:29.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
74482026-05-11T18:54:30.356Z[ recovery-image] May 11 18:54:29.304 INFO O| May 11 18:54:29.304 INFO STEP 877 (remove_files) COMPLETE
74492026-05-11T18:54:30.356Z[ recovery-image] May 11 18:54:29.304 INFO O| May 11 18:54:29.304 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-05-11T18:54:30.365Z[ recovery-image] May 11 18:54:29.314 INFO O| May 11 18:54:29.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
74512026-05-11T18:54:30.365Z[ recovery-image] May 11 18:54:29.314 INFO O| May 11 18:54:29.314 INFO STEP 878 (remove_files) COMPLETE
74522026-05-11T18:54:30.366Z[ recovery-image] May 11 18:54:29.314 INFO O| May 11 18:54:29.314 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-05-11T18:54:30.375Z[ recovery-image] May 11 18:54:29.323 INFO O| May 11 18:54:29.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
74542026-05-11T18:54:30.375Z[ recovery-image] May 11 18:54:29.323 INFO O| May 11 18:54:29.323 INFO STEP 879 (remove_files) COMPLETE
74552026-05-11T18:54:30.375Z[ recovery-image] May 11 18:54:29.323 INFO O| May 11 18:54:29.323 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-05-11T18:54:30.386Z[ recovery-image] May 11 18:54:29.333 INFO O| May 11 18:54:29.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
74572026-05-11T18:54:30.390Z[ recovery-image] May 11 18:54:29.333 INFO O| May 11 18:54:29.333 INFO STEP 880 (remove_files) COMPLETE
74582026-05-11T18:54:30.390Z[ recovery-image] May 11 18:54:29.333 INFO O| May 11 18:54:29.333 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-05-11T18:54:30.395Z[ recovery-image] May 11 18:54:29.343 INFO O| May 11 18:54:29.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
74602026-05-11T18:54:30.395Z[ recovery-image] May 11 18:54:29.343 INFO O| May 11 18:54:29.343 INFO STEP 881 (remove_files) COMPLETE
74612026-05-11T18:54:30.395Z[ recovery-image] May 11 18:54:29.343 INFO O| May 11 18:54:29.343 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-05-11T18:54:30.403Z[ recovery-image] May 11 18:54:29.352 INFO O| May 11 18:54:29.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
74632026-05-11T18:54:30.407Z[ recovery-image] May 11 18:54:29.352 INFO O| May 11 18:54:29.352 INFO STEP 882 (remove_files) COMPLETE
74642026-05-11T18:54:30.407Z[ recovery-image] May 11 18:54:29.352 INFO O| May 11 18:54:29.352 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-05-11T18:54:30.413Z[ recovery-image] May 11 18:54:29.361 INFO O| May 11 18:54:29.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
74662026-05-11T18:54:30.413Z[ recovery-image] May 11 18:54:29.362 INFO O| May 11 18:54:29.361 INFO STEP 883 (remove_files) COMPLETE
74672026-05-11T18:54:30.416Z[ recovery-image] May 11 18:54:29.362 INFO O| May 11 18:54:29.361 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-05-11T18:54:30.422Z[ recovery-image] May 11 18:54:29.371 INFO O| May 11 18:54:29.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
74692026-05-11T18:54:30.426Z[ recovery-image] May 11 18:54:29.371 INFO O| May 11 18:54:29.371 INFO STEP 884 (remove_files) COMPLETE
74702026-05-11T18:54:30.426Z[ recovery-image] May 11 18:54:29.371 INFO O| May 11 18:54:29.371 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-05-11T18:54:30.433Z[ recovery-image] May 11 18:54:29.381 INFO O| May 11 18:54:29.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
74722026-05-11T18:54:30.433Z[ recovery-image] May 11 18:54:29.381 INFO O| May 11 18:54:29.381 INFO STEP 885 (remove_files) COMPLETE
74732026-05-11T18:54:30.436Z[ recovery-image] May 11 18:54:29.381 INFO O| May 11 18:54:29.381 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-05-11T18:54:30.442Z[ recovery-image] May 11 18:54:29.390 INFO O| May 11 18:54:29.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
74752026-05-11T18:54:30.442Z[ recovery-image] May 11 18:54:29.390 INFO O| May 11 18:54:29.390 INFO STEP 886 (remove_files) COMPLETE
74762026-05-11T18:54:30.446Z[ recovery-image] May 11 18:54:29.390 INFO O| May 11 18:54:29.390 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-05-11T18:54:30.452Z[ recovery-image] May 11 18:54:29.400 INFO O| May 11 18:54:29.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
74782026-05-11T18:54:30.452Z[ recovery-image] May 11 18:54:29.400 INFO O| May 11 18:54:29.400 INFO STEP 887 (remove_files) COMPLETE
74792026-05-11T18:54:30.452Z[ recovery-image] May 11 18:54:29.400 INFO O| May 11 18:54:29.400 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-05-11T18:54:30.460Z[ recovery-image] May 11 18:54:29.408 INFO O| May 11 18:54:29.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
74812026-05-11T18:54:30.460Z[ recovery-image] May 11 18:54:29.408 INFO O| May 11 18:54:29.408 INFO STEP 888 (remove_files) COMPLETE
74822026-05-11T18:54:30.463Z[ recovery-image] May 11 18:54:29.408 INFO O| May 11 18:54:29.408 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-05-11T18:54:30.469Z[ recovery-image] May 11 18:54:29.417 INFO O| May 11 18:54:29.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
74842026-05-11T18:54:30.469Z[ recovery-image] May 11 18:54:29.417 INFO O| May 11 18:54:29.417 INFO STEP 889 (remove_files) COMPLETE
74852026-05-11T18:54:30.472Z[ recovery-image] May 11 18:54:29.417 INFO O| May 11 18:54:29.417 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-05-11T18:54:30.478Z[ recovery-image] May 11 18:54:29.426 INFO O| May 11 18:54:29.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
74872026-05-11T18:54:30.478Z[ recovery-image] May 11 18:54:29.426 INFO O| May 11 18:54:29.426 INFO STEP 890 (remove_files) COMPLETE
74882026-05-11T18:54:30.478Z[ recovery-image] May 11 18:54:29.426 INFO O| May 11 18:54:29.426 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-05-11T18:54:30.487Z[ recovery-image] May 11 18:54:29.435 INFO O| May 11 18:54:29.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
74902026-05-11T18:54:30.487Z[ recovery-image] May 11 18:54:29.435 INFO O| May 11 18:54:29.435 INFO STEP 891 (remove_files) COMPLETE
74912026-05-11T18:54:30.487Z[ recovery-image] May 11 18:54:29.435 INFO O| May 11 18:54:29.435 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-05-11T18:54:30.496Z[ recovery-image] May 11 18:54:29.444 INFO O| May 11 18:54:29.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
74932026-05-11T18:54:30.496Z[ recovery-image] May 11 18:54:29.444 INFO O| May 11 18:54:29.444 INFO STEP 892 (remove_files) COMPLETE
74942026-05-11T18:54:30.496Z[ recovery-image] May 11 18:54:29.444 INFO O| May 11 18:54:29.444 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-05-11T18:54:30.506Z[ recovery-image] May 11 18:54:29.454 INFO O| May 11 18:54:29.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
74962026-05-11T18:54:30.506Z[ recovery-image] May 11 18:54:29.454 INFO O| May 11 18:54:29.454 INFO STEP 893 (remove_files) COMPLETE
74972026-05-11T18:54:30.509Z[ recovery-image] May 11 18:54:29.454 INFO O| May 11 18:54:29.454 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-05-11T18:54:30.515Z[ recovery-image] May 11 18:54:29.463 INFO O| May 11 18:54:29.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
74992026-05-11T18:54:30.515Z[ recovery-image] May 11 18:54:29.464 INFO O| May 11 18:54:29.464 INFO STEP 894 (remove_files) COMPLETE
75002026-05-11T18:54:30.515Z[ recovery-image] May 11 18:54:29.464 INFO O| May 11 18:54:29.464 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-05-11T18:54:30.525Z[ recovery-image] May 11 18:54:29.473 INFO O| May 11 18:54:29.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
75022026-05-11T18:54:30.525Z[ recovery-image] May 11 18:54:29.473 INFO O| May 11 18:54:29.473 INFO STEP 895 (remove_files) COMPLETE
75032026-05-11T18:54:30.529Z[ recovery-image] May 11 18:54:29.473 INFO O| May 11 18:54:29.473 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-05-11T18:54:30.533Z[ recovery-image] May 11 18:54:29.481 INFO O| May 11 18:54:29.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
75052026-05-11T18:54:30.533Z[ recovery-image] May 11 18:54:29.481 INFO O| May 11 18:54:29.481 INFO STEP 896 (remove_files) COMPLETE
75062026-05-11T18:54:30.533Z[ recovery-image] May 11 18:54:29.481 INFO O| May 11 18:54:29.481 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-05-11T18:54:30.542Z[ recovery-image] May 11 18:54:29.490 INFO O| May 11 18:54:29.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
75082026-05-11T18:54:30.542Z[ recovery-image] May 11 18:54:29.490 INFO O| May 11 18:54:29.490 INFO STEP 897 (remove_files) COMPLETE
75092026-05-11T18:54:30.545Z[ recovery-image] May 11 18:54:29.490 INFO O| May 11 18:54:29.490 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-05-11T18:54:30.551Z[ recovery-image] May 11 18:54:29.499 INFO O| May 11 18:54:29.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
75112026-05-11T18:54:30.551Z[ recovery-image] May 11 18:54:29.499 INFO O| May 11 18:54:29.499 INFO STEP 898 (remove_files) COMPLETE
75122026-05-11T18:54:30.554Z[ recovery-image] May 11 18:54:29.499 INFO O| May 11 18:54:29.499 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-05-11T18:54:30.559Z[ recovery-image] May 11 18:54:29.507 INFO O| May 11 18:54:29.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
75142026-05-11T18:54:30.559Z[ recovery-image] May 11 18:54:29.507 INFO O| May 11 18:54:29.507 INFO STEP 899 (remove_files) COMPLETE
75152026-05-11T18:54:30.562Z[ recovery-image] May 11 18:54:29.507 INFO O| May 11 18:54:29.507 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-05-11T18:54:30.567Z[ recovery-image] May 11 18:54:29.515 INFO O| May 11 18:54:29.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
75172026-05-11T18:54:30.567Z[ recovery-image] May 11 18:54:29.515 INFO O| May 11 18:54:29.515 INFO STEP 900 (remove_files) COMPLETE
75182026-05-11T18:54:30.567Z[ recovery-image] May 11 18:54:29.515 INFO O| May 11 18:54:29.515 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-05-11T18:54:30.575Z[ recovery-image] May 11 18:54:29.523 INFO O| May 11 18:54:29.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
75202026-05-11T18:54:30.575Z[ recovery-image] May 11 18:54:29.523 INFO O| May 11 18:54:29.523 INFO STEP 901 (remove_files) COMPLETE
75212026-05-11T18:54:30.578Z[ recovery-image] May 11 18:54:29.523 INFO O| May 11 18:54:29.523 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-05-11T18:54:30.583Z[ recovery-image] May 11 18:54:29.532 INFO O| May 11 18:54:29.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
75232026-05-11T18:54:30.583Z[ recovery-image] May 11 18:54:29.532 INFO O| May 11 18:54:29.532 INFO STEP 902 (remove_files) COMPLETE
75242026-05-11T18:54:30.583Z[ recovery-image] May 11 18:54:29.532 INFO O| May 11 18:54:29.532 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-05-11T18:54:30.594Z[ recovery-image] May 11 18:54:29.542 INFO O| May 11 18:54:29.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
75262026-05-11T18:54:30.594Z[ recovery-image] May 11 18:54:29.542 INFO O| May 11 18:54:29.542 INFO STEP 903 (remove_files) COMPLETE
75272026-05-11T18:54:30.594Z[ recovery-image] May 11 18:54:29.542 INFO O| May 11 18:54:29.542 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-05-11T18:54:30.603Z[ recovery-image] May 11 18:54:29.551 INFO O| May 11 18:54:29.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
75292026-05-11T18:54:30.603Z[ recovery-image] May 11 18:54:29.551 INFO O| May 11 18:54:29.551 INFO STEP 904 (remove_files) COMPLETE
75302026-05-11T18:54:30.603Z[ recovery-image] May 11 18:54:29.551 INFO O| May 11 18:54:29.551 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-05-11T18:54:30.612Z[ recovery-image] May 11 18:54:29.560 INFO O| May 11 18:54:29.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
75322026-05-11T18:54:30.612Z[ recovery-image] May 11 18:54:29.560 INFO O| May 11 18:54:29.560 INFO STEP 905 (remove_files) COMPLETE
75332026-05-11T18:54:30.615Z[ recovery-image] May 11 18:54:29.560 INFO O| May 11 18:54:29.560 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-05-11T18:54:30.626Z[ recovery-image] May 11 18:54:29.569 INFO O| May 11 18:54:29.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
75352026-05-11T18:54:30.626Z[ recovery-image] May 11 18:54:29.569 INFO O| May 11 18:54:29.569 INFO STEP 906 (remove_files) COMPLETE
75362026-05-11T18:54:30.626Z[ recovery-image] May 11 18:54:29.569 INFO O| May 11 18:54:29.569 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-05-11T18:54:30.638Z[ recovery-image] May 11 18:54:29.580 INFO O| May 11 18:54:29.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
75382026-05-11T18:54:30.638Z[ recovery-image] May 11 18:54:29.580 INFO O| May 11 18:54:29.580 INFO STEP 907 (remove_files) COMPLETE
75392026-05-11T18:54:30.638Z[ recovery-image] May 11 18:54:29.580 INFO O| May 11 18:54:29.580 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-05-11T18:54:30.642Z[ recovery-image] May 11 18:54:29.591 INFO O| May 11 18:54:29.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
75412026-05-11T18:54:30.643Z[ recovery-image] May 11 18:54:29.591 INFO O| May 11 18:54:29.591 INFO STEP 908 (remove_files) COMPLETE
75422026-05-11T18:54:30.643Z[ recovery-image] May 11 18:54:29.591 INFO O| May 11 18:54:29.591 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-05-11T18:54:30.652Z[ recovery-image] May 11 18:54:29.600 INFO O| May 11 18:54:29.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
75442026-05-11T18:54:30.652Z[ recovery-image] May 11 18:54:29.600 INFO O| May 11 18:54:29.600 INFO STEP 909 (remove_files) COMPLETE
75452026-05-11T18:54:30.652Z[ recovery-image] May 11 18:54:29.600 INFO O| May 11 18:54:29.600 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-05-11T18:54:30.661Z[ recovery-image] May 11 18:54:29.609 INFO O| May 11 18:54:29.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
75472026-05-11T18:54:30.661Z[ recovery-image] May 11 18:54:29.609 INFO O| May 11 18:54:29.609 INFO STEP 910 (remove_files) COMPLETE
75482026-05-11T18:54:30.663Z[ recovery-image] May 11 18:54:29.609 INFO O| May 11 18:54:29.609 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-05-11T18:54:30.670Z[ recovery-image] May 11 18:54:29.618 INFO O| May 11 18:54:29.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
75502026-05-11T18:54:30.670Z[ recovery-image] May 11 18:54:29.618 INFO O| May 11 18:54:29.618 INFO STEP 911 (remove_files) COMPLETE
75512026-05-11T18:54:30.673Z[ recovery-image] May 11 18:54:29.618 INFO O| May 11 18:54:29.618 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-05-11T18:54:30.679Z[ recovery-image] May 11 18:54:29.627 INFO O| May 11 18:54:29.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
75532026-05-11T18:54:30.679Z[ recovery-image] May 11 18:54:29.628 INFO O| May 11 18:54:29.628 INFO STEP 912 (remove_files) COMPLETE
75542026-05-11T18:54:30.682Z[ recovery-image] May 11 18:54:29.628 INFO O| May 11 18:54:29.628 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-05-11T18:54:30.690Z[ recovery-image] May 11 18:54:29.639 INFO O| May 11 18:54:29.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
75562026-05-11T18:54:30.690Z[ recovery-image] May 11 18:54:29.639 INFO O| May 11 18:54:29.639 INFO STEP 913 (remove_files) COMPLETE
75572026-05-11T18:54:30.690Z[ recovery-image] May 11 18:54:29.639 INFO O| May 11 18:54:29.639 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-05-11T18:54:30.701Z[ recovery-image] May 11 18:54:29.649 INFO O| May 11 18:54:29.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
75592026-05-11T18:54:30.701Z[ recovery-image] May 11 18:54:29.649 INFO O| May 11 18:54:29.649 INFO STEP 914 (remove_files) COMPLETE
75602026-05-11T18:54:30.704Z[ recovery-image] May 11 18:54:29.649 INFO O| May 11 18:54:29.649 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-05-11T18:54:30.710Z[ recovery-image] May 11 18:54:29.658 INFO O| May 11 18:54:29.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
75622026-05-11T18:54:30.710Z[ recovery-image] May 11 18:54:29.658 INFO O| May 11 18:54:29.658 INFO STEP 915 (remove_files) COMPLETE
75632026-05-11T18:54:30.713Z[ recovery-image] May 11 18:54:29.658 INFO O| May 11 18:54:29.658 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-05-11T18:54:30.719Z[ recovery-image] May 11 18:54:29.667 INFO O| May 11 18:54:29.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
75652026-05-11T18:54:30.719Z[ recovery-image] May 11 18:54:29.667 INFO O| May 11 18:54:29.667 INFO STEP 916 (remove_files) COMPLETE
75662026-05-11T18:54:30.719Z[ recovery-image] May 11 18:54:29.667 INFO O| May 11 18:54:29.667 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-05-11T18:54:30.731Z[ recovery-image] May 11 18:54:29.679 INFO O| May 11 18:54:29.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
75682026-05-11T18:54:30.731Z[ recovery-image] May 11 18:54:29.679 INFO O| May 11 18:54:29.679 INFO STEP 917 (remove_files) COMPLETE
75692026-05-11T18:54:30.731Z[ recovery-image] May 11 18:54:29.679 INFO O| May 11 18:54:29.679 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-05-11T18:54:30.740Z[ recovery-image] May 11 18:54:29.688 INFO O| May 11 18:54:29.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
75712026-05-11T18:54:30.740Z[ recovery-image] May 11 18:54:29.688 INFO O| May 11 18:54:29.688 INFO STEP 918 (remove_files) COMPLETE
75722026-05-11T18:54:30.743Z[ recovery-image] May 11 18:54:29.688 INFO O| May 11 18:54:29.688 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-05-11T18:54:30.749Z[ recovery-image] May 11 18:54:29.698 INFO O| May 11 18:54:29.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
75742026-05-11T18:54:30.749Z[ recovery-image] May 11 18:54:29.698 INFO O| May 11 18:54:29.698 INFO STEP 919 (remove_files) COMPLETE
75752026-05-11T18:54:30.752Z[ recovery-image] May 11 18:54:29.698 INFO O| May 11 18:54:29.698 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-05-11T18:54:30.759Z[ recovery-image] May 11 18:54:29.707 INFO O| May 11 18:54:29.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
75772026-05-11T18:54:30.759Z[ recovery-image] May 11 18:54:29.707 INFO O| May 11 18:54:29.707 INFO STEP 920 (remove_files) COMPLETE
75782026-05-11T18:54:30.762Z[ recovery-image] May 11 18:54:29.707 INFO O| May 11 18:54:29.707 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-05-11T18:54:30.771Z[ recovery-image] May 11 18:54:29.717 INFO O| May 11 18:54:29.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
75802026-05-11T18:54:30.771Z[ recovery-image] May 11 18:54:29.717 INFO O| May 11 18:54:29.717 INFO STEP 921 (remove_files) COMPLETE
75812026-05-11T18:54:30.774Z[ recovery-image] May 11 18:54:29.717 INFO O| May 11 18:54:29.717 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-05-11T18:54:30.778Z[ recovery-image] May 11 18:54:29.726 INFO O| May 11 18:54:29.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
75832026-05-11T18:54:30.778Z[ recovery-image] May 11 18:54:29.726 INFO O| May 11 18:54:29.726 INFO STEP 922 (remove_files) COMPLETE
75842026-05-11T18:54:30.778Z[ recovery-image] May 11 18:54:29.726 INFO O| May 11 18:54:29.726 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-05-11T18:54:30.788Z[ recovery-image] May 11 18:54:29.736 INFO O| May 11 18:54:29.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
75862026-05-11T18:54:30.788Z[ recovery-image] May 11 18:54:29.736 INFO O| May 11 18:54:29.736 INFO STEP 923 (remove_files) COMPLETE
75872026-05-11T18:54:30.791Z[ recovery-image] May 11 18:54:29.736 INFO O| May 11 18:54:29.736 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-05-11T18:54:30.797Z[ recovery-image] May 11 18:54:29.746 INFO O| May 11 18:54:29.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
75892026-05-11T18:54:30.800Z[ recovery-image] May 11 18:54:29.746 INFO O| May 11 18:54:29.746 INFO STEP 924 (remove_files) COMPLETE
75902026-05-11T18:54:30.800Z[ recovery-image] May 11 18:54:29.746 INFO O| May 11 18:54:29.746 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-05-11T18:54:30.808Z[ recovery-image] May 11 18:54:29.756 INFO O| May 11 18:54:29.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
75922026-05-11T18:54:30.808Z[ recovery-image] May 11 18:54:29.756 INFO O| May 11 18:54:29.756 INFO STEP 925 (remove_files) COMPLETE
75932026-05-11T18:54:30.808Z[ recovery-image] May 11 18:54:29.756 INFO O| May 11 18:54:29.756 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-05-11T18:54:30.818Z[ recovery-image] May 11 18:54:29.766 INFO O| May 11 18:54:29.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
75952026-05-11T18:54:30.821Z[ recovery-image] May 11 18:54:29.766 INFO O| May 11 18:54:29.766 INFO STEP 926 (remove_files) COMPLETE
75962026-05-11T18:54:30.821Z[ recovery-image] May 11 18:54:29.766 INFO O| May 11 18:54:29.766 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-05-11T18:54:30.826Z[ recovery-image] May 11 18:54:29.775 INFO O| May 11 18:54:29.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
75982026-05-11T18:54:30.829Z[ recovery-image] May 11 18:54:29.775 INFO O| May 11 18:54:29.775 INFO STEP 927 (remove_files) COMPLETE
75992026-05-11T18:54:30.829Z[ recovery-image] May 11 18:54:29.775 INFO O| May 11 18:54:29.775 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-05-11T18:54:30.837Z[ recovery-image] May 11 18:54:29.785 INFO O| May 11 18:54:29.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
76012026-05-11T18:54:30.837Z[ recovery-image] May 11 18:54:29.785 INFO O| May 11 18:54:29.785 INFO STEP 928 (remove_files) COMPLETE
76022026-05-11T18:54:30.837Z[ recovery-image] May 11 18:54:29.785 INFO O| May 11 18:54:29.785 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-05-11T18:54:30.845Z[ recovery-image] May 11 18:54:29.794 INFO O| May 11 18:54:29.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
76042026-05-11T18:54:30.848Z[ recovery-image] May 11 18:54:29.794 INFO O| May 11 18:54:29.794 INFO STEP 929 (remove_files) COMPLETE
76052026-05-11T18:54:30.848Z[ recovery-image] May 11 18:54:29.794 INFO O| May 11 18:54:29.794 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-05-11T18:54:30.857Z[ recovery-image] May 11 18:54:29.804 INFO O| May 11 18:54:29.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
76072026-05-11T18:54:30.857Z[ recovery-image] May 11 18:54:29.805 INFO O| May 11 18:54:29.805 INFO STEP 930 (remove_files) COMPLETE
76082026-05-11T18:54:30.860Z[ recovery-image] May 11 18:54:29.805 INFO O| May 11 18:54:29.805 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-05-11T18:54:30.866Z[ recovery-image] May 11 18:54:29.814 INFO O| May 11 18:54:29.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
76102026-05-11T18:54:30.884Z[ recovery-image] May 11 18:54:29.814 INFO O| May 11 18:54:29.814 INFO STEP 931 (remove_files) COMPLETE
76112026-05-11T18:54:30.884Z[ recovery-image] May 11 18:54:29.814 INFO O| May 11 18:54:29.814 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-05-11T18:54:30.884Z[ recovery-image] May 11 18:54:29.824 INFO O| May 11 18:54:29.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
76132026-05-11T18:54:30.884Z[ recovery-image] May 11 18:54:29.824 INFO O| May 11 18:54:29.824 INFO STEP 932 (remove_files) COMPLETE
76142026-05-11T18:54:30.884Z[ recovery-image] May 11 18:54:29.824 INFO O| May 11 18:54:29.824 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-05-11T18:54:30.887Z[ recovery-image] May 11 18:54:29.834 INFO O| May 11 18:54:29.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
76162026-05-11T18:54:30.887Z[ recovery-image] May 11 18:54:29.834 INFO O| May 11 18:54:29.834 INFO STEP 933 (remove_files) COMPLETE
76172026-05-11T18:54:30.887Z[ recovery-image] May 11 18:54:29.834 INFO O| May 11 18:54:29.834 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-05-11T18:54:30.895Z[ recovery-image] May 11 18:54:29.844 INFO O| May 11 18:54:29.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
76192026-05-11T18:54:30.895Z[ recovery-image] May 11 18:54:29.844 INFO O| May 11 18:54:29.844 INFO STEP 934 (remove_files) COMPLETE
76202026-05-11T18:54:30.895Z[ recovery-image] May 11 18:54:29.844 INFO O| May 11 18:54:29.844 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-05-11T18:54:30.905Z[ recovery-image] May 11 18:54:29.853 INFO O| May 11 18:54:29.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
76222026-05-11T18:54:30.905Z[ recovery-image] May 11 18:54:29.854 INFO O| May 11 18:54:29.854 INFO STEP 935 (remove_files) COMPLETE
76232026-05-11T18:54:30.908Z[ recovery-image] May 11 18:54:29.854 INFO O| May 11 18:54:29.854 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-05-11T18:54:30.916Z[ recovery-image] May 11 18:54:29.865 INFO O| May 11 18:54:29.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
76252026-05-11T18:54:30.919Z[ recovery-image] May 11 18:54:29.865 INFO O| May 11 18:54:29.865 INFO STEP 936 (remove_files) COMPLETE
76262026-05-11T18:54:30.919Z[ recovery-image] May 11 18:54:29.865 INFO O| May 11 18:54:29.865 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-05-11T18:54:30.927Z[ recovery-image] May 11 18:54:29.876 INFO O| May 11 18:54:29.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
76282026-05-11T18:54:30.927Z[ recovery-image] May 11 18:54:29.876 INFO O| May 11 18:54:29.876 INFO STEP 937 (remove_files) COMPLETE
76292026-05-11T18:54:30.927Z[ recovery-image] May 11 18:54:29.876 INFO O| May 11 18:54:29.876 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-05-11T18:54:30.937Z[ recovery-image] May 11 18:54:29.885 INFO O| May 11 18:54:29.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
76312026-05-11T18:54:30.937Z[ recovery-image] May 11 18:54:29.885 INFO O| May 11 18:54:29.885 INFO STEP 938 (remove_files) COMPLETE
76322026-05-11T18:54:30.937Z[ recovery-image] May 11 18:54:29.885 INFO O| May 11 18:54:29.885 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-05-11T18:54:30.947Z[ recovery-image] May 11 18:54:29.895 INFO O| May 11 18:54:29.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
76342026-05-11T18:54:30.947Z[ recovery-image] May 11 18:54:29.895 INFO O| May 11 18:54:29.895 INFO STEP 939 (remove_files) COMPLETE
76352026-05-11T18:54:30.947Z[ recovery-image] May 11 18:54:29.895 INFO O| May 11 18:54:29.895 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-05-11T18:54:30.958Z[ recovery-image] May 11 18:54:29.906 INFO O| May 11 18:54:29.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
76372026-05-11T18:54:30.958Z[ recovery-image] May 11 18:54:29.906 INFO O| May 11 18:54:29.906 INFO STEP 940 (remove_files) COMPLETE
76382026-05-11T18:54:30.962Z[ recovery-image] May 11 18:54:29.906 INFO O| May 11 18:54:29.906 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-05-11T18:54:30.967Z[ recovery-image] May 11 18:54:29.916 INFO O| May 11 18:54:29.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
76402026-05-11T18:54:30.968Z[ recovery-image] May 11 18:54:29.916 INFO O| May 11 18:54:29.916 INFO STEP 941 (remove_files) COMPLETE
76412026-05-11T18:54:30.970Z[ recovery-image] May 11 18:54:29.916 INFO O| May 11 18:54:29.916 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-05-11T18:54:30.978Z[ recovery-image] May 11 18:54:29.926 INFO O| May 11 18:54:29.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
76432026-05-11T18:54:30.978Z[ recovery-image] May 11 18:54:29.926 INFO O| May 11 18:54:29.926 INFO STEP 942 (remove_files) COMPLETE
76442026-05-11T18:54:30.981Z[ recovery-image] May 11 18:54:29.927 INFO O| May 11 18:54:29.926 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-05-11T18:54:30.988Z[ recovery-image] May 11 18:54:29.936 INFO O| May 11 18:54:29.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
76462026-05-11T18:54:30.988Z[ recovery-image] May 11 18:54:29.936 INFO O| May 11 18:54:29.936 INFO STEP 943 (remove_files) COMPLETE
76472026-05-11T18:54:30.990Z[ recovery-image] May 11 18:54:29.936 INFO O| May 11 18:54:29.936 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-05-11T18:54:31.010Z[ recovery-image] May 11 18:54:29.958 INFO O| May 11 18:54:29.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
76492026-05-11T18:54:31.010Z[ recovery-image] May 11 18:54:29.959 INFO O| May 11 18:54:29.959 INFO STEP 944 (remove_files) COMPLETE
76502026-05-11T18:54:31.013Z[ recovery-image] May 11 18:54:29.959 INFO O| May 11 18:54:29.959 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-05-11T18:54:31.018Z[ recovery-image] May 11 18:54:29.967 INFO O| May 11 18:54:29.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
76522026-05-11T18:54:31.018Z[ recovery-image] May 11 18:54:29.967 INFO O| May 11 18:54:29.967 INFO STEP 945 (remove_files) COMPLETE
76532026-05-11T18:54:31.021Z[ recovery-image] May 11 18:54:29.967 INFO O| May 11 18:54:29.967 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-05-11T18:54:31.027Z[ recovery-image] May 11 18:54:29.976 INFO O| May 11 18:54:29.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
76552026-05-11T18:54:31.027Z[ recovery-image] May 11 18:54:29.976 INFO O| May 11 18:54:29.976 INFO STEP 946 (remove_files) COMPLETE
76562026-05-11T18:54:31.027Z[ recovery-image] May 11 18:54:29.976 INFO O| May 11 18:54:29.976 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-05-11T18:54:31.035Z[ recovery-image] May 11 18:54:29.983 INFO O| May 11 18:54:29.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
76582026-05-11T18:54:31.035Z[ recovery-image] May 11 18:54:29.984 INFO O| May 11 18:54:29.984 INFO STEP 947 (remove_files) COMPLETE
76592026-05-11T18:54:31.035Z[ recovery-image] May 11 18:54:29.984 INFO O| May 11 18:54:29.984 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-05-11T18:54:31.043Z[ recovery-image] May 11 18:54:29.991 INFO O| May 11 18:54:29.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
76612026-05-11T18:54:31.043Z[ recovery-image] May 11 18:54:29.991 INFO O| May 11 18:54:29.991 INFO STEP 948 (remove_files) COMPLETE
76622026-05-11T18:54:31.046Z[ recovery-image] May 11 18:54:29.991 INFO O| May 11 18:54:29.991 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-05-11T18:54:31.052Z[ recovery-image] May 11 18:54:30.000 INFO O| May 11 18:54:30.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
76642026-05-11T18:54:31.052Z[ recovery-image] May 11 18:54:30.000 INFO O| May 11 18:54:30.000 INFO STEP 949 (remove_files) COMPLETE
76652026-05-11T18:54:31.055Z[ recovery-image] May 11 18:54:30.000 INFO O| May 11 18:54:30.000 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-05-11T18:54:31.060Z[ recovery-image] May 11 18:54:30.009 INFO O| May 11 18:54:30.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
76672026-05-11T18:54:31.060Z[ recovery-image] May 11 18:54:30.009 INFO O| May 11 18:54:30.009 INFO STEP 950 (remove_files) COMPLETE
76682026-05-11T18:54:31.061Z[ recovery-image] May 11 18:54:30.009 INFO O| May 11 18:54:30.009 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-05-11T18:54:31.068Z[ recovery-image] May 11 18:54:30.017 INFO O| May 11 18:54:30.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
76702026-05-11T18:54:31.068Z[ recovery-image] May 11 18:54:30.017 INFO O| May 11 18:54:30.017 INFO STEP 951 (remove_files) COMPLETE
76712026-05-11T18:54:31.068Z[ recovery-image] May 11 18:54:30.017 INFO O| May 11 18:54:30.017 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-05-11T18:54:31.076Z[ recovery-image] May 11 18:54:30.024 INFO O| May 11 18:54:30.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
76732026-05-11T18:54:31.076Z[ recovery-image] May 11 18:54:30.024 INFO O| May 11 18:54:30.024 INFO STEP 952 (remove_files) COMPLETE
76742026-05-11T18:54:31.079Z[ recovery-image] May 11 18:54:30.024 INFO O| May 11 18:54:30.024 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-05-11T18:54:31.084Z[ recovery-image] May 11 18:54:30.033 INFO O| May 11 18:54:30.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
76762026-05-11T18:54:31.084Z[ recovery-image] May 11 18:54:30.033 INFO O| May 11 18:54:30.033 INFO STEP 953 (remove_files) COMPLETE
76772026-05-11T18:54:31.087Z[ recovery-image] May 11 18:54:30.033 INFO O| May 11 18:54:30.033 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-05-11T18:54:31.093Z[ recovery-image] May 11 18:54:30.041 INFO O| May 11 18:54:30.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
76792026-05-11T18:54:31.093Z[ recovery-image] May 11 18:54:30.041 INFO O| May 11 18:54:30.041 INFO STEP 954 (remove_files) COMPLETE
76802026-05-11T18:54:31.093Z[ recovery-image] May 11 18:54:30.041 INFO O| May 11 18:54:30.041 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-05-11T18:54:31.102Z[ recovery-image] May 11 18:54:30.050 INFO O| May 11 18:54:30.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
76822026-05-11T18:54:31.102Z[ recovery-image] May 11 18:54:30.051 INFO O| May 11 18:54:30.051 INFO STEP 955 (remove_files) COMPLETE
76832026-05-11T18:54:31.105Z[ recovery-image] May 11 18:54:30.051 INFO O| May 11 18:54:30.051 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-05-11T18:54:31.111Z[ recovery-image] May 11 18:54:30.060 INFO O| May 11 18:54:30.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
76852026-05-11T18:54:31.115Z[ recovery-image] May 11 18:54:30.060 INFO O| May 11 18:54:30.060 INFO STEP 956 (remove_files) COMPLETE
76862026-05-11T18:54:31.116Z[ recovery-image] May 11 18:54:30.060 INFO O| May 11 18:54:30.060 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-05-11T18:54:31.122Z[ recovery-image] May 11 18:54:30.069 INFO O| May 11 18:54:30.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
76882026-05-11T18:54:31.122Z[ recovery-image] May 11 18:54:30.069 INFO O| May 11 18:54:30.069 INFO STEP 957 (remove_files) COMPLETE
76892026-05-11T18:54:31.122Z[ recovery-image] May 11 18:54:30.069 INFO O| May 11 18:54:30.069 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-05-11T18:54:31.130Z[ recovery-image] May 11 18:54:30.078 INFO O| May 11 18:54:30.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
76912026-05-11T18:54:31.130Z[ recovery-image] May 11 18:54:30.078 INFO O| May 11 18:54:30.078 INFO STEP 958 (remove_files) COMPLETE
76922026-05-11T18:54:31.135Z[ recovery-image] May 11 18:54:30.078 INFO O| May 11 18:54:30.078 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-05-11T18:54:31.138Z[ recovery-image] May 11 18:54:30.086 INFO O| May 11 18:54:30.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
76942026-05-11T18:54:31.138Z[ recovery-image] May 11 18:54:30.086 INFO O| May 11 18:54:30.086 INFO STEP 959 (remove_files) COMPLETE
76952026-05-11T18:54:31.138Z[ recovery-image] May 11 18:54:30.086 INFO O| May 11 18:54:30.086 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-05-11T18:54:31.146Z[ recovery-image] May 11 18:54:30.095 INFO O| May 11 18:54:30.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
76972026-05-11T18:54:31.147Z[ recovery-image] May 11 18:54:30.095 INFO O| May 11 18:54:30.095 INFO STEP 960 (remove_files) COMPLETE
76982026-05-11T18:54:31.147Z[ recovery-image] May 11 18:54:30.095 INFO O| May 11 18:54:30.095 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-05-11T18:54:31.155Z[ recovery-image] May 11 18:54:30.104 INFO O| May 11 18:54:30.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
77002026-05-11T18:54:31.158Z[ recovery-image] May 11 18:54:30.104 INFO O| May 11 18:54:30.104 INFO STEP 961 (remove_files) COMPLETE
77012026-05-11T18:54:31.158Z[ recovery-image] May 11 18:54:30.104 INFO O| May 11 18:54:30.104 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-05-11T18:54:31.164Z[ recovery-image] May 11 18:54:30.112 INFO O| May 11 18:54:30.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
77032026-05-11T18:54:31.164Z[ recovery-image] May 11 18:54:30.112 INFO O| May 11 18:54:30.112 INFO STEP 962 (remove_files) COMPLETE
77042026-05-11T18:54:31.164Z[ recovery-image] May 11 18:54:30.112 INFO O| May 11 18:54:30.112 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-05-11T18:54:31.173Z[ recovery-image] May 11 18:54:30.121 INFO O| May 11 18:54:30.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
77062026-05-11T18:54:31.173Z[ recovery-image] May 11 18:54:30.121 INFO O| May 11 18:54:30.121 INFO STEP 963 (remove_files) COMPLETE
77072026-05-11T18:54:31.173Z[ recovery-image] May 11 18:54:30.121 INFO O| May 11 18:54:30.121 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-05-11T18:54:31.182Z[ recovery-image] May 11 18:54:30.130 INFO O| May 11 18:54:30.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
77092026-05-11T18:54:31.182Z[ recovery-image] May 11 18:54:30.130 INFO O| May 11 18:54:30.130 INFO STEP 964 (remove_files) COMPLETE
77102026-05-11T18:54:31.185Z[ recovery-image] May 11 18:54:30.130 INFO O| May 11 18:54:30.130 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-05-11T18:54:31.191Z[ recovery-image] May 11 18:54:30.140 INFO O| May 11 18:54:30.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
77122026-05-11T18:54:31.191Z[ recovery-image] May 11 18:54:30.140 INFO O| May 11 18:54:30.140 INFO STEP 965 (remove_files) COMPLETE
77132026-05-11T18:54:31.194Z[ recovery-image] May 11 18:54:30.140 INFO O| May 11 18:54:30.140 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-05-11T18:54:31.201Z[ recovery-image] May 11 18:54:30.149 INFO O| May 11 18:54:30.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
77152026-05-11T18:54:31.201Z[ recovery-image] May 11 18:54:30.149 INFO O| May 11 18:54:30.149 INFO STEP 966 (remove_files) COMPLETE
77162026-05-11T18:54:31.201Z[ recovery-image] May 11 18:54:30.149 INFO O| May 11 18:54:30.149 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-05-11T18:54:31.210Z[ recovery-image] May 11 18:54:30.159 INFO O| May 11 18:54:30.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
77182026-05-11T18:54:31.210Z[ recovery-image] May 11 18:54:30.159 INFO O| May 11 18:54:30.159 INFO STEP 967 (remove_files) COMPLETE
77192026-05-11T18:54:31.213Z[ recovery-image] May 11 18:54:30.159 INFO O| May 11 18:54:30.159 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-05-11T18:54:31.219Z[ recovery-image] May 11 18:54:30.168 INFO O| May 11 18:54:30.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
77212026-05-11T18:54:31.219Z[ recovery-image] May 11 18:54:30.168 INFO O| May 11 18:54:30.168 INFO STEP 968 (remove_files) COMPLETE
77222026-05-11T18:54:31.222Z[ recovery-image] May 11 18:54:30.168 INFO O| May 11 18:54:30.168 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-05-11T18:54:31.227Z[ recovery-image] May 11 18:54:30.176 INFO O| May 11 18:54:30.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
77242026-05-11T18:54:31.228Z[ recovery-image] May 11 18:54:30.176 INFO O| May 11 18:54:30.176 INFO STEP 969 (remove_files) COMPLETE
77252026-05-11T18:54:31.230Z[ recovery-image] May 11 18:54:30.176 INFO O| May 11 18:54:30.176 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-05-11T18:54:31.236Z[ recovery-image] May 11 18:54:30.184 INFO O| May 11 18:54:30.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
77272026-05-11T18:54:31.236Z[ recovery-image] May 11 18:54:30.184 INFO O| May 11 18:54:30.184 INFO STEP 970 (remove_files) COMPLETE
77282026-05-11T18:54:31.239Z[ recovery-image] May 11 18:54:30.184 INFO O| May 11 18:54:30.184 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-05-11T18:54:31.244Z[ recovery-image] May 11 18:54:30.193 INFO O| May 11 18:54:30.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
77302026-05-11T18:54:31.244Z[ recovery-image] May 11 18:54:30.193 INFO O| May 11 18:54:30.193 INFO STEP 971 (remove_files) COMPLETE
77312026-05-11T18:54:31.247Z[ recovery-image] May 11 18:54:30.193 INFO O| May 11 18:54:30.193 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-05-11T18:54:31.253Z[ recovery-image] May 11 18:54:30.201 INFO O| May 11 18:54:30.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
77332026-05-11T18:54:31.253Z[ recovery-image] May 11 18:54:30.201 INFO O| May 11 18:54:30.201 INFO STEP 972 (remove_files) COMPLETE
77342026-05-11T18:54:31.257Z[ recovery-image] May 11 18:54:30.201 INFO O| May 11 18:54:30.201 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-05-11T18:54:31.261Z[ recovery-image] May 11 18:54:30.210 INFO O| May 11 18:54:30.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
77362026-05-11T18:54:31.261Z[ recovery-image] May 11 18:54:30.210 INFO O| May 11 18:54:30.210 INFO STEP 973 (remove_files) COMPLETE
77372026-05-11T18:54:31.261Z[ recovery-image] May 11 18:54:30.210 INFO O| May 11 18:54:30.210 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-05-11T18:54:31.270Z[ recovery-image] May 11 18:54:30.218 INFO O| May 11 18:54:30.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
77392026-05-11T18:54:31.270Z[ recovery-image] May 11 18:54:30.218 INFO O| May 11 18:54:30.218 INFO STEP 974 (remove_files) COMPLETE
77402026-05-11T18:54:31.270Z[ recovery-image] May 11 18:54:30.218 INFO O| May 11 18:54:30.218 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-05-11T18:54:31.282Z[ recovery-image] May 11 18:54:30.228 INFO O| May 11 18:54:30.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
77422026-05-11T18:54:31.282Z[ recovery-image] May 11 18:54:30.228 INFO O| May 11 18:54:30.228 INFO STEP 975 (remove_files) COMPLETE
77432026-05-11T18:54:31.282Z[ recovery-image] May 11 18:54:30.228 INFO O| May 11 18:54:30.228 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-05-11T18:54:31.289Z[ recovery-image] May 11 18:54:30.237 INFO O| May 11 18:54:30.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
77452026-05-11T18:54:31.292Z[ recovery-image] May 11 18:54:30.238 INFO O| May 11 18:54:30.238 INFO STEP 976 (remove_files) COMPLETE
77462026-05-11T18:54:31.292Z[ recovery-image] May 11 18:54:30.238 INFO O| May 11 18:54:30.238 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-05-11T18:54:31.299Z[ recovery-image] May 11 18:54:30.247 INFO O| May 11 18:54:30.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
77482026-05-11T18:54:31.299Z[ recovery-image] May 11 18:54:30.247 INFO O| May 11 18:54:30.247 INFO STEP 977 (remove_files) COMPLETE
77492026-05-11T18:54:31.302Z[ recovery-image] May 11 18:54:30.247 INFO O| May 11 18:54:30.247 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-05-11T18:54:31.309Z[ recovery-image] May 11 18:54:30.257 INFO O| May 11 18:54:30.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
77512026-05-11T18:54:31.309Z[ recovery-image] May 11 18:54:30.257 INFO O| May 11 18:54:30.257 INFO STEP 978 (remove_files) COMPLETE
77522026-05-11T18:54:31.309Z[ recovery-image] May 11 18:54:30.257 INFO O| May 11 18:54:30.257 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-05-11T18:54:31.319Z[ recovery-image] May 11 18:54:30.267 INFO O| May 11 18:54:30.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
77542026-05-11T18:54:31.319Z[ recovery-image] May 11 18:54:30.267 INFO O| May 11 18:54:30.267 INFO STEP 979 (remove_files) COMPLETE
77552026-05-11T18:54:31.319Z[ recovery-image] May 11 18:54:30.267 INFO O| May 11 18:54:30.267 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-05-11T18:54:31.329Z[ recovery-image] May 11 18:54:30.277 INFO O| May 11 18:54:30.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
77572026-05-11T18:54:31.329Z[ recovery-image] May 11 18:54:30.277 INFO O| May 11 18:54:30.277 INFO STEP 980 (remove_files) COMPLETE
77582026-05-11T18:54:31.329Z[ recovery-image] May 11 18:54:30.277 INFO O| May 11 18:54:30.277 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-05-11T18:54:31.339Z[ recovery-image] May 11 18:54:30.288 INFO O| May 11 18:54:30.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
77602026-05-11T18:54:31.339Z[ recovery-image] May 11 18:54:30.288 INFO O| May 11 18:54:30.288 INFO STEP 981 (remove_files) COMPLETE
77612026-05-11T18:54:31.339Z[ recovery-image] May 11 18:54:30.288 INFO O| May 11 18:54:30.288 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-05-11T18:54:31.351Z[ recovery-image] May 11 18:54:30.299 INFO O| May 11 18:54:30.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
77632026-05-11T18:54:31.351Z[ recovery-image] May 11 18:54:30.299 INFO O| May 11 18:54:30.299 INFO STEP 982 (remove_files) COMPLETE
77642026-05-11T18:54:31.351Z[ recovery-image] May 11 18:54:30.299 INFO O| May 11 18:54:30.299 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-05-11T18:54:31.362Z[ recovery-image] May 11 18:54:30.311 INFO O| May 11 18:54:30.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
77662026-05-11T18:54:31.362Z[ recovery-image] May 11 18:54:30.311 INFO O| May 11 18:54:30.311 INFO STEP 983 (remove_files) COMPLETE
77672026-05-11T18:54:31.362Z[ recovery-image] May 11 18:54:30.311 INFO O| May 11 18:54:30.311 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-05-11T18:54:31.372Z[ recovery-image] May 11 18:54:30.320 INFO O| May 11 18:54:30.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
77692026-05-11T18:54:31.375Z[ recovery-image] May 11 18:54:30.321 INFO O| May 11 18:54:30.321 INFO STEP 984 (remove_files) COMPLETE
77702026-05-11T18:54:31.375Z[ recovery-image] May 11 18:54:30.321 INFO O| May 11 18:54:30.321 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-05-11T18:54:31.382Z[ recovery-image] May 11 18:54:30.330 INFO O| May 11 18:54:30.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
77722026-05-11T18:54:31.385Z[ recovery-image] May 11 18:54:30.331 INFO O| May 11 18:54:30.331 INFO STEP 985 (remove_files) COMPLETE
77732026-05-11T18:54:31.385Z[ recovery-image] May 11 18:54:30.331 INFO O| May 11 18:54:30.331 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-05-11T18:54:31.391Z[ recovery-image] May 11 18:54:30.339 INFO O| May 11 18:54:30.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
77752026-05-11T18:54:31.391Z[ recovery-image] May 11 18:54:30.339 INFO O| May 11 18:54:30.339 INFO STEP 986 (remove_files) COMPLETE
77762026-05-11T18:54:31.394Z[ recovery-image] May 11 18:54:30.339 INFO O| May 11 18:54:30.339 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-05-11T18:54:31.399Z[ recovery-image] May 11 18:54:30.347 INFO O| May 11 18:54:30.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
77782026-05-11T18:54:31.399Z[ recovery-image] May 11 18:54:30.347 INFO O| May 11 18:54:30.347 INFO STEP 987 (remove_files) COMPLETE
77792026-05-11T18:54:31.402Z[ recovery-image] May 11 18:54:30.347 INFO O| May 11 18:54:30.347 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-05-11T18:54:31.407Z[ recovery-image] May 11 18:54:30.356 INFO O| May 11 18:54:30.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
77812026-05-11T18:54:31.407Z[ recovery-image] May 11 18:54:30.356 INFO O| May 11 18:54:30.356 INFO STEP 988 (remove_files) COMPLETE
77822026-05-11T18:54:31.411Z[ recovery-image] May 11 18:54:30.356 INFO O| May 11 18:54:30.356 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-05-11T18:54:31.416Z[ recovery-image] May 11 18:54:30.364 INFO O| May 11 18:54:30.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
77842026-05-11T18:54:31.416Z[ recovery-image] May 11 18:54:30.364 INFO O| May 11 18:54:30.364 INFO STEP 989 (remove_files) COMPLETE
77852026-05-11T18:54:31.419Z[ recovery-image] May 11 18:54:30.364 INFO O| May 11 18:54:30.364 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-05-11T18:54:31.424Z[ recovery-image] May 11 18:54:30.372 INFO O| May 11 18:54:30.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
77872026-05-11T18:54:31.424Z[ recovery-image] May 11 18:54:30.372 INFO O| May 11 18:54:30.372 INFO STEP 990 (remove_files) COMPLETE
77882026-05-11T18:54:31.427Z[ recovery-image] May 11 18:54:30.372 INFO O| May 11 18:54:30.372 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-05-11T18:54:31.433Z[ recovery-image] May 11 18:54:30.381 INFO O| May 11 18:54:30.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
77902026-05-11T18:54:31.433Z[ recovery-image] May 11 18:54:30.381 INFO O| May 11 18:54:30.381 INFO STEP 991 (remove_files) COMPLETE
77912026-05-11T18:54:31.436Z[ recovery-image] May 11 18:54:30.381 INFO O| May 11 18:54:30.381 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-05-11T18:54:31.442Z[ recovery-image] May 11 18:54:30.390 INFO O| May 11 18:54:30.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
77932026-05-11T18:54:31.442Z[ recovery-image] May 11 18:54:30.390 INFO O| May 11 18:54:30.390 INFO STEP 992 (remove_files) COMPLETE
77942026-05-11T18:54:31.445Z[ recovery-image] May 11 18:54:30.390 INFO O| May 11 18:54:30.390 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-05-11T18:54:31.450Z[ recovery-image] May 11 18:54:30.399 INFO O| May 11 18:54:30.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
77962026-05-11T18:54:31.453Z[ recovery-image] May 11 18:54:30.399 INFO O| May 11 18:54:30.399 INFO STEP 993 (remove_files) COMPLETE
77972026-05-11T18:54:31.453Z[ recovery-image] May 11 18:54:30.399 INFO O| May 11 18:54:30.399 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-05-11T18:54:31.459Z[ recovery-image] May 11 18:54:30.407 INFO O| May 11 18:54:30.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
77992026-05-11T18:54:31.459Z[ recovery-image] May 11 18:54:30.407 INFO O| May 11 18:54:30.407 INFO STEP 994 (remove_files) COMPLETE
78002026-05-11T18:54:31.462Z[ recovery-image] May 11 18:54:30.407 INFO O| May 11 18:54:30.407 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-05-11T18:54:31.467Z[ recovery-image] May 11 18:54:30.416 INFO O| May 11 18:54:30.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
78022026-05-11T18:54:31.467Z[ recovery-image] May 11 18:54:30.416 INFO O| May 11 18:54:30.416 INFO STEP 995 (remove_files) COMPLETE
78032026-05-11T18:54:31.470Z[ recovery-image] May 11 18:54:30.416 INFO O| May 11 18:54:30.416 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-05-11T18:54:31.475Z[ recovery-image] May 11 18:54:30.423 INFO O| May 11 18:54:30.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
78052026-05-11T18:54:31.475Z[ recovery-image] May 11 18:54:30.423 INFO O| May 11 18:54:30.423 INFO STEP 996 (remove_files) COMPLETE
78062026-05-11T18:54:31.478Z[ recovery-image] May 11 18:54:30.423 INFO O| May 11 18:54:30.423 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-05-11T18:54:31.485Z[ recovery-image] May 11 18:54:30.432 INFO O| May 11 18:54:30.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
78082026-05-11T18:54:31.485Z[ recovery-image] May 11 18:54:30.432 INFO O| May 11 18:54:30.432 INFO STEP 997 (remove_files) COMPLETE
78092026-05-11T18:54:31.488Z[ recovery-image] May 11 18:54:30.432 INFO O| May 11 18:54:30.432 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-05-11T18:54:31.493Z[ recovery-image] May 11 18:54:30.441 INFO O| May 11 18:54:30.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
78112026-05-11T18:54:31.493Z[ recovery-image] May 11 18:54:30.441 INFO O| May 11 18:54:30.441 INFO STEP 998 (remove_files) COMPLETE
78122026-05-11T18:54:31.496Z[ recovery-image] May 11 18:54:30.441 INFO O| May 11 18:54:30.441 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-05-11T18:54:31.503Z[ recovery-image] May 11 18:54:30.451 INFO O| May 11 18:54:30.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
78142026-05-11T18:54:31.503Z[ recovery-image] May 11 18:54:30.451 INFO O| May 11 18:54:30.451 INFO STEP 999 (remove_files) COMPLETE
78152026-05-11T18:54:31.503Z[ recovery-image] May 11 18:54:30.451 INFO O| May 11 18:54:30.451 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-05-11T18:54:31.511Z[ recovery-image] May 11 18:54:30.459 INFO O| May 11 18:54:30.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
78172026-05-11T18:54:31.511Z[ recovery-image] May 11 18:54:30.460 INFO O| May 11 18:54:30.460 INFO STEP 1000 (remove_files) COMPLETE
78182026-05-11T18:54:31.511Z[ recovery-image] May 11 18:54:30.460 INFO O| May 11 18:54:30.460 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-05-11T18:54:31.521Z[ recovery-image] May 11 18:54:30.470 INFO O| May 11 18:54:30.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
78202026-05-11T18:54:31.521Z[ recovery-image] May 11 18:54:30.470 INFO O| May 11 18:54:30.470 INFO STEP 1001 (remove_files) COMPLETE
78212026-05-11T18:54:31.522Z[ recovery-image] May 11 18:54:30.470 INFO O| May 11 18:54:30.470 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-05-11T18:54:31.531Z[ recovery-image] May 11 18:54:30.480 INFO O| May 11 18:54:30.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
78232026-05-11T18:54:31.531Z[ recovery-image] May 11 18:54:30.480 INFO O| May 11 18:54:30.480 INFO STEP 1002 (remove_files) COMPLETE
78242026-05-11T18:54:31.531Z[ recovery-image] May 11 18:54:30.480 INFO O| May 11 18:54:30.480 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-05-11T18:54:31.541Z[ recovery-image] May 11 18:54:30.490 INFO O| May 11 18:54:30.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
78262026-05-11T18:54:31.541Z[ recovery-image] May 11 18:54:30.490 INFO O| May 11 18:54:30.490 INFO STEP 1003 (remove_files) COMPLETE
78272026-05-11T18:54:31.541Z[ recovery-image] May 11 18:54:30.490 INFO O| May 11 18:54:30.490 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-05-11T18:54:31.551Z[ recovery-image] May 11 18:54:30.499 INFO O| May 11 18:54:30.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
78292026-05-11T18:54:31.551Z[ recovery-image] May 11 18:54:30.499 INFO O| May 11 18:54:30.499 INFO STEP 1004 (remove_files) COMPLETE
78302026-05-11T18:54:31.551Z[ recovery-image] May 11 18:54:30.499 INFO O| May 11 18:54:30.499 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-05-11T18:54:31.560Z[ recovery-image] May 11 18:54:30.508 INFO O| May 11 18:54:30.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
78322026-05-11T18:54:31.560Z[ recovery-image] May 11 18:54:30.508 INFO O| May 11 18:54:30.508 INFO STEP 1005 (remove_files) COMPLETE
78332026-05-11T18:54:31.563Z[ recovery-image] May 11 18:54:30.508 INFO O| May 11 18:54:30.508 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-05-11T18:54:31.570Z[ recovery-image] May 11 18:54:30.517 INFO O| May 11 18:54:30.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
78352026-05-11T18:54:31.570Z[ recovery-image] May 11 18:54:30.518 INFO O| May 11 18:54:30.517 INFO STEP 1006 (remove_files) COMPLETE
78362026-05-11T18:54:31.573Z[ recovery-image] May 11 18:54:30.518 INFO O| May 11 18:54:30.517 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-05-11T18:54:31.578Z[ recovery-image] May 11 18:54:30.527 INFO O| May 11 18:54:30.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
78382026-05-11T18:54:31.578Z[ recovery-image] May 11 18:54:30.527 INFO O| May 11 18:54:30.527 INFO STEP 1007 (remove_files) COMPLETE
78392026-05-11T18:54:31.579Z[ recovery-image] May 11 18:54:30.527 INFO O| May 11 18:54:30.527 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-05-11T18:54:31.594Z[ recovery-image] May 11 18:54:30.537 INFO O| May 11 18:54:30.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
78412026-05-11T18:54:31.594Z[ recovery-image] May 11 18:54:30.537 INFO O| May 11 18:54:30.537 INFO STEP 1008 (remove_files) COMPLETE
78422026-05-11T18:54:31.594Z[ recovery-image] May 11 18:54:30.537 INFO O| May 11 18:54:30.537 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-05-11T18:54:31.598Z[ recovery-image] May 11 18:54:30.546 INFO O| May 11 18:54:30.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
78442026-05-11T18:54:31.598Z[ recovery-image] May 11 18:54:30.547 INFO O| May 11 18:54:30.547 INFO STEP 1009 (remove_files) COMPLETE
78452026-05-11T18:54:31.601Z[ recovery-image] May 11 18:54:30.547 INFO O| May 11 18:54:30.547 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-05-11T18:54:31.608Z[ recovery-image] May 11 18:54:30.556 INFO O| May 11 18:54:30.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
78472026-05-11T18:54:31.608Z[ recovery-image] May 11 18:54:30.556 INFO O| May 11 18:54:30.556 INFO STEP 1010 (remove_files) COMPLETE
78482026-05-11T18:54:31.611Z[ recovery-image] May 11 18:54:30.556 INFO O| May 11 18:54:30.556 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-05-11T18:54:31.618Z[ recovery-image] May 11 18:54:30.566 INFO O| May 11 18:54:30.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
78502026-05-11T18:54:31.618Z[ recovery-image] May 11 18:54:30.566 INFO O| May 11 18:54:30.566 INFO STEP 1011 (remove_files) COMPLETE
78512026-05-11T18:54:31.618Z[ recovery-image] May 11 18:54:30.566 INFO O| May 11 18:54:30.566 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-05-11T18:54:31.629Z[ recovery-image] May 11 18:54:30.576 INFO O| May 11 18:54:30.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
78532026-05-11T18:54:31.629Z[ recovery-image] May 11 18:54:30.577 INFO O| May 11 18:54:30.576 INFO STEP 1012 (remove_files) COMPLETE
78542026-05-11T18:54:31.629Z[ recovery-image] May 11 18:54:30.577 INFO O| May 11 18:54:30.577 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-05-11T18:54:31.638Z[ recovery-image] May 11 18:54:30.586 INFO O| May 11 18:54:30.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
78562026-05-11T18:54:31.638Z[ recovery-image] May 11 18:54:30.586 INFO O| May 11 18:54:30.586 INFO STEP 1013 (remove_files) COMPLETE
78572026-05-11T18:54:31.641Z[ recovery-image] May 11 18:54:30.586 INFO O| May 11 18:54:30.586 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-05-11T18:54:31.647Z[ recovery-image] May 11 18:54:30.596 INFO O| May 11 18:54:30.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
78592026-05-11T18:54:31.648Z[ recovery-image] May 11 18:54:30.596 INFO O| May 11 18:54:30.596 INFO STEP 1014 (remove_files) COMPLETE
78602026-05-11T18:54:31.651Z[ recovery-image] May 11 18:54:30.596 INFO O| May 11 18:54:30.596 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-05-11T18:54:31.658Z[ recovery-image] May 11 18:54:30.605 INFO O| May 11 18:54:30.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
78622026-05-11T18:54:31.658Z[ recovery-image] May 11 18:54:30.605 INFO O| May 11 18:54:30.605 INFO STEP 1015 (remove_files) COMPLETE
78632026-05-11T18:54:31.660Z[ recovery-image] May 11 18:54:30.605 INFO O| May 11 18:54:30.605 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-05-11T18:54:31.667Z[ recovery-image] May 11 18:54:30.616 INFO O| May 11 18:54:30.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
78652026-05-11T18:54:31.667Z[ recovery-image] May 11 18:54:30.616 INFO O| May 11 18:54:30.616 INFO STEP 1016 (remove_files) COMPLETE
78662026-05-11T18:54:31.670Z[ recovery-image] May 11 18:54:30.616 INFO O| May 11 18:54:30.616 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-05-11T18:54:31.677Z[ recovery-image] May 11 18:54:30.625 INFO O| May 11 18:54:30.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
78682026-05-11T18:54:31.677Z[ recovery-image] May 11 18:54:30.625 INFO O| May 11 18:54:30.625 INFO STEP 1017 (remove_files) COMPLETE
78692026-05-11T18:54:31.677Z[ recovery-image] May 11 18:54:30.625 INFO O| May 11 18:54:30.625 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-05-11T18:54:31.685Z[ recovery-image] May 11 18:54:30.634 INFO O| May 11 18:54:30.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
78712026-05-11T18:54:31.685Z[ recovery-image] May 11 18:54:30.634 INFO O| May 11 18:54:30.634 INFO STEP 1018 (remove_files) COMPLETE
78722026-05-11T18:54:31.685Z[ recovery-image] May 11 18:54:30.634 INFO O| May 11 18:54:30.634 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-05-11T18:54:31.694Z[ recovery-image] May 11 18:54:30.642 INFO O| May 11 18:54:30.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
78742026-05-11T18:54:31.694Z[ recovery-image] May 11 18:54:30.642 INFO O| May 11 18:54:30.642 INFO STEP 1019 (remove_files) COMPLETE
78752026-05-11T18:54:31.694Z[ recovery-image] May 11 18:54:30.642 INFO O| May 11 18:54:30.642 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-05-11T18:54:31.703Z[ recovery-image] May 11 18:54:30.651 INFO O| May 11 18:54:30.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
78772026-05-11T18:54:31.703Z[ recovery-image] May 11 18:54:30.651 INFO O| May 11 18:54:30.651 INFO STEP 1020 (remove_files) COMPLETE
78782026-05-11T18:54:31.703Z[ recovery-image] May 11 18:54:30.651 INFO O| May 11 18:54:30.651 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-05-11T18:54:31.711Z[ recovery-image] May 11 18:54:30.659 INFO O| May 11 18:54:30.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
78802026-05-11T18:54:31.711Z[ recovery-image] May 11 18:54:30.659 INFO O| May 11 18:54:30.659 INFO STEP 1021 (remove_files) COMPLETE
78812026-05-11T18:54:31.711Z[ recovery-image] May 11 18:54:30.659 INFO O| May 11 18:54:30.659 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-05-11T18:54:31.719Z[ recovery-image] May 11 18:54:30.668 INFO O| May 11 18:54:30.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
78832026-05-11T18:54:31.719Z[ recovery-image] May 11 18:54:30.668 INFO O| May 11 18:54:30.668 INFO STEP 1022 (remove_files) COMPLETE
78842026-05-11T18:54:31.720Z[ recovery-image] May 11 18:54:30.668 INFO O| May 11 18:54:30.668 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-05-11T18:54:31.729Z[ recovery-image] May 11 18:54:30.677 INFO O| May 11 18:54:30.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
78862026-05-11T18:54:31.729Z[ recovery-image] May 11 18:54:30.677 INFO O| May 11 18:54:30.677 INFO STEP 1023 (remove_files) COMPLETE
78872026-05-11T18:54:31.729Z[ recovery-image] May 11 18:54:30.677 INFO O| May 11 18:54:30.677 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-05-11T18:54:31.737Z[ recovery-image] May 11 18:54:30.685 INFO O| May 11 18:54:30.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
78892026-05-11T18:54:31.737Z[ recovery-image] May 11 18:54:30.686 INFO O| May 11 18:54:30.686 INFO STEP 1024 (remove_files) COMPLETE
78902026-05-11T18:54:31.737Z[ recovery-image] May 11 18:54:30.686 INFO O| May 11 18:54:30.686 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-05-11T18:54:31.747Z[ recovery-image] May 11 18:54:30.694 INFO O| May 11 18:54:30.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
78922026-05-11T18:54:31.747Z[ recovery-image] May 11 18:54:30.694 INFO O| May 11 18:54:30.694 INFO STEP 1025 (remove_files) COMPLETE
78932026-05-11T18:54:31.747Z[ recovery-image] May 11 18:54:30.694 INFO O| May 11 18:54:30.694 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-05-11T18:54:31.754Z[ recovery-image] May 11 18:54:30.702 INFO O| May 11 18:54:30.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
78952026-05-11T18:54:31.754Z[ recovery-image] May 11 18:54:30.702 INFO O| May 11 18:54:30.702 INFO STEP 1026 (remove_files) COMPLETE
78962026-05-11T18:54:31.758Z[ recovery-image] May 11 18:54:30.702 INFO O| May 11 18:54:30.702 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-05-11T18:54:31.762Z[ recovery-image] May 11 18:54:30.711 INFO O| May 11 18:54:30.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
78982026-05-11T18:54:31.762Z[ recovery-image] May 11 18:54:30.711 INFO O| May 11 18:54:30.711 INFO STEP 1027 (remove_files) COMPLETE
78992026-05-11T18:54:31.762Z[ recovery-image] May 11 18:54:30.711 INFO O| May 11 18:54:30.711 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-05-11T18:54:31.771Z[ recovery-image] May 11 18:54:30.719 INFO O| May 11 18:54:30.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
79012026-05-11T18:54:31.771Z[ recovery-image] May 11 18:54:30.719 INFO O| May 11 18:54:30.719 INFO STEP 1028 (remove_files) COMPLETE
79022026-05-11T18:54:31.771Z[ recovery-image] May 11 18:54:30.719 INFO O| May 11 18:54:30.719 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-05-11T18:54:31.779Z[ recovery-image] May 11 18:54:30.728 INFO O| May 11 18:54:30.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
79042026-05-11T18:54:31.780Z[ recovery-image] May 11 18:54:30.728 INFO O| May 11 18:54:30.728 INFO STEP 1029 (remove_files) COMPLETE
79052026-05-11T18:54:31.780Z[ recovery-image] May 11 18:54:30.728 INFO O| May 11 18:54:30.728 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-05-11T18:54:31.788Z[ recovery-image] May 11 18:54:30.737 INFO O| May 11 18:54:30.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
79072026-05-11T18:54:31.788Z[ recovery-image] May 11 18:54:30.737 INFO O| May 11 18:54:30.737 INFO STEP 1030 (remove_files) COMPLETE
79082026-05-11T18:54:31.788Z[ recovery-image] May 11 18:54:30.737 INFO O| May 11 18:54:30.737 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-05-11T18:54:31.797Z[ recovery-image] May 11 18:54:30.745 INFO O| May 11 18:54:30.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
79102026-05-11T18:54:31.800Z[ recovery-image] May 11 18:54:30.746 INFO O| May 11 18:54:30.746 INFO STEP 1031 (remove_files) COMPLETE
79112026-05-11T18:54:31.800Z[ recovery-image] May 11 18:54:30.746 INFO O| May 11 18:54:30.746 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-05-11T18:54:31.807Z[ recovery-image] May 11 18:54:30.755 INFO O| May 11 18:54:30.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
79132026-05-11T18:54:31.807Z[ recovery-image] May 11 18:54:30.755 INFO O| May 11 18:54:30.755 INFO STEP 1032 (remove_files) COMPLETE
79142026-05-11T18:54:31.809Z[ recovery-image] May 11 18:54:30.755 INFO O| May 11 18:54:30.755 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-05-11T18:54:31.816Z[ recovery-image] May 11 18:54:30.764 INFO O| May 11 18:54:30.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
79162026-05-11T18:54:31.816Z[ recovery-image] May 11 18:54:30.764 INFO O| May 11 18:54:30.764 INFO STEP 1033 (remove_files) COMPLETE
79172026-05-11T18:54:31.819Z[ recovery-image] May 11 18:54:30.764 INFO O| May 11 18:54:30.764 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-05-11T18:54:31.826Z[ recovery-image] May 11 18:54:30.774 INFO O| May 11 18:54:30.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
79192026-05-11T18:54:31.826Z[ recovery-image] May 11 18:54:30.774 INFO O| May 11 18:54:30.774 INFO STEP 1034 (remove_files) COMPLETE
79202026-05-11T18:54:31.829Z[ recovery-image] May 11 18:54:30.774 INFO O| May 11 18:54:30.774 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-05-11T18:54:31.836Z[ recovery-image] May 11 18:54:30.784 INFO O| May 11 18:54:30.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
79222026-05-11T18:54:31.836Z[ recovery-image] May 11 18:54:30.784 INFO O| May 11 18:54:30.784 INFO STEP 1035 (remove_files) COMPLETE
79232026-05-11T18:54:31.836Z[ recovery-image] May 11 18:54:30.784 INFO O| May 11 18:54:30.784 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-05-11T18:54:31.846Z[ recovery-image] May 11 18:54:30.795 INFO O| May 11 18:54:30.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
79252026-05-11T18:54:31.846Z[ recovery-image] May 11 18:54:30.795 INFO O| May 11 18:54:30.795 INFO STEP 1036 (remove_files) COMPLETE
79262026-05-11T18:54:31.846Z[ recovery-image] May 11 18:54:30.795 INFO O| May 11 18:54:30.795 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-05-11T18:54:31.856Z[ recovery-image] May 11 18:54:30.804 INFO O| May 11 18:54:30.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
79282026-05-11T18:54:31.856Z[ recovery-image] May 11 18:54:30.804 INFO O| May 11 18:54:30.804 INFO STEP 1037 (remove_files) COMPLETE
79292026-05-11T18:54:31.856Z[ recovery-image] May 11 18:54:30.804 INFO O| May 11 18:54:30.804 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-05-11T18:54:31.865Z[ recovery-image] May 11 18:54:30.813 INFO O| May 11 18:54:30.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
79312026-05-11T18:54:31.865Z[ recovery-image] May 11 18:54:30.813 INFO O| May 11 18:54:30.813 INFO STEP 1038 (remove_files) COMPLETE
79322026-05-11T18:54:31.865Z[ recovery-image] May 11 18:54:30.813 INFO O| May 11 18:54:30.813 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-05-11T18:54:31.873Z[ recovery-image] May 11 18:54:30.821 INFO O| May 11 18:54:30.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
79342026-05-11T18:54:31.873Z[ recovery-image] May 11 18:54:30.821 INFO O| May 11 18:54:30.821 INFO STEP 1039 (remove_files) COMPLETE
79352026-05-11T18:54:31.873Z[ recovery-image] May 11 18:54:30.821 INFO O| May 11 18:54:30.821 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-05-11T18:54:31.881Z[ recovery-image] May 11 18:54:30.830 INFO O| May 11 18:54:30.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
79372026-05-11T18:54:31.881Z[ recovery-image] May 11 18:54:30.830 INFO O| May 11 18:54:30.830 INFO STEP 1040 (remove_files) COMPLETE
79382026-05-11T18:54:31.886Z[ recovery-image] May 11 18:54:30.830 INFO O| May 11 18:54:30.830 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-05-11T18:54:31.889Z[ recovery-image] May 11 18:54:30.838 INFO O| May 11 18:54:30.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
79402026-05-11T18:54:31.890Z[ recovery-image] May 11 18:54:30.838 INFO O| May 11 18:54:30.838 INFO STEP 1041 (remove_files) COMPLETE
79412026-05-11T18:54:31.892Z[ recovery-image] May 11 18:54:30.838 INFO O| May 11 18:54:30.838 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-05-11T18:54:31.899Z[ recovery-image] May 11 18:54:30.847 INFO O| May 11 18:54:30.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
79432026-05-11T18:54:31.899Z[ recovery-image] May 11 18:54:30.847 INFO O| May 11 18:54:30.847 INFO STEP 1042 (remove_files) COMPLETE
79442026-05-11T18:54:31.899Z[ recovery-image] May 11 18:54:30.847 INFO O| May 11 18:54:30.847 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-05-11T18:54:31.914Z[ recovery-image] May 11 18:54:30.855 INFO O| May 11 18:54:30.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
79462026-05-11T18:54:31.915Z[ recovery-image] May 11 18:54:30.855 INFO O| May 11 18:54:30.855 INFO STEP 1043 (remove_files) COMPLETE
79472026-05-11T18:54:31.915Z[ recovery-image] May 11 18:54:30.855 INFO O| May 11 18:54:30.855 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-05-11T18:54:31.917Z[ recovery-image] May 11 18:54:30.863 INFO O| May 11 18:54:30.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
79492026-05-11T18:54:31.917Z[ recovery-image] May 11 18:54:30.863 INFO O| May 11 18:54:30.863 INFO STEP 1044 (remove_files) COMPLETE
79502026-05-11T18:54:31.917Z[ recovery-image] May 11 18:54:30.863 INFO O| May 11 18:54:30.863 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-05-11T18:54:31.923Z[ recovery-image] May 11 18:54:30.871 INFO O| May 11 18:54:30.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
79522026-05-11T18:54:31.923Z[ recovery-image] May 11 18:54:30.871 INFO O| May 11 18:54:30.871 INFO STEP 1045 (remove_files) COMPLETE
79532026-05-11T18:54:31.923Z[ recovery-image] May 11 18:54:30.871 INFO O| May 11 18:54:30.871 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-05-11T18:54:31.933Z[ recovery-image] May 11 18:54:30.880 INFO O| May 11 18:54:30.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
79552026-05-11T18:54:31.933Z[ recovery-image] May 11 18:54:30.880 INFO O| May 11 18:54:30.880 INFO STEP 1046 (remove_files) COMPLETE
79562026-05-11T18:54:31.933Z[ recovery-image] May 11 18:54:30.880 INFO O| May 11 18:54:30.880 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-05-11T18:54:31.941Z[ recovery-image] May 11 18:54:30.889 INFO O| May 11 18:54:30.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
79582026-05-11T18:54:31.941Z[ recovery-image] May 11 18:54:30.889 INFO O| May 11 18:54:30.889 INFO STEP 1047 (remove_files) COMPLETE
79592026-05-11T18:54:31.941Z[ recovery-image] May 11 18:54:30.889 INFO O| May 11 18:54:30.889 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-05-11T18:54:31.949Z[ recovery-image] May 11 18:54:30.897 INFO O| May 11 18:54:30.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
79612026-05-11T18:54:31.949Z[ recovery-image] May 11 18:54:30.897 INFO O| May 11 18:54:30.897 INFO STEP 1048 (remove_files) COMPLETE
79622026-05-11T18:54:31.949Z[ recovery-image] May 11 18:54:30.897 INFO O| May 11 18:54:30.897 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-05-11T18:54:31.957Z[ recovery-image] May 11 18:54:30.905 INFO O| May 11 18:54:30.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
79642026-05-11T18:54:31.957Z[ recovery-image] May 11 18:54:30.905 INFO O| May 11 18:54:30.905 INFO STEP 1049 (remove_files) COMPLETE
79652026-05-11T18:54:31.960Z[ recovery-image] May 11 18:54:30.906 INFO O| May 11 18:54:30.905 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-05-11T18:54:31.965Z[ recovery-image] May 11 18:54:30.914 INFO O| May 11 18:54:30.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
79672026-05-11T18:54:31.965Z[ recovery-image] May 11 18:54:30.914 INFO O| May 11 18:54:30.914 INFO STEP 1050 (remove_files) COMPLETE
79682026-05-11T18:54:31.965Z[ recovery-image] May 11 18:54:30.914 INFO O| May 11 18:54:30.914 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-05-11T18:54:31.974Z[ recovery-image] May 11 18:54:30.922 INFO O| May 11 18:54:30.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
79702026-05-11T18:54:31.974Z[ recovery-image] May 11 18:54:30.922 INFO O| May 11 18:54:30.922 INFO STEP 1051 (remove_files) COMPLETE
79712026-05-11T18:54:31.974Z[ recovery-image] May 11 18:54:30.922 INFO O| May 11 18:54:30.922 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-05-11T18:54:31.981Z[ recovery-image] May 11 18:54:30.930 INFO O| May 11 18:54:30.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
79732026-05-11T18:54:31.981Z[ recovery-image] May 11 18:54:30.930 INFO O| May 11 18:54:30.930 INFO STEP 1052 (remove_files) COMPLETE
79742026-05-11T18:54:31.981Z[ recovery-image] May 11 18:54:30.930 INFO O| May 11 18:54:30.930 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-05-11T18:54:31.990Z[ recovery-image] May 11 18:54:30.938 INFO O| May 11 18:54:30.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
79762026-05-11T18:54:31.990Z[ recovery-image] May 11 18:54:30.938 INFO O| May 11 18:54:30.938 INFO STEP 1053 (remove_files) COMPLETE
79772026-05-11T18:54:31.990Z[ recovery-image] May 11 18:54:30.938 INFO O| May 11 18:54:30.938 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-05-11T18:54:31.998Z[ recovery-image] May 11 18:54:30.946 INFO O| May 11 18:54:30.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
79792026-05-11T18:54:31.998Z[ recovery-image] May 11 18:54:30.946 INFO O| May 11 18:54:30.946 INFO STEP 1054 (remove_files) COMPLETE
79802026-05-11T18:54:32.001Z[ recovery-image] May 11 18:54:30.946 INFO O| May 11 18:54:30.946 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-05-11T18:54:32.009Z[ recovery-image] May 11 18:54:30.958 INFO O| May 11 18:54:30.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
79822026-05-11T18:54:32.009Z[ recovery-image] May 11 18:54:30.958 INFO O| May 11 18:54:30.955 INFO STEP 1055 (remove_files) COMPLETE
79832026-05-11T18:54:32.012Z[ recovery-image] May 11 18:54:30.958 INFO O| May 11 18:54:30.955 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-05-11T18:54:32.015Z[ recovery-image] May 11 18:54:30.963 INFO O| May 11 18:54:30.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
79852026-05-11T18:54:32.015Z[ recovery-image] May 11 18:54:30.963 INFO O| May 11 18:54:30.963 INFO STEP 1056 (remove_files) COMPLETE
79862026-05-11T18:54:32.015Z[ recovery-image] May 11 18:54:30.963 INFO O| May 11 18:54:30.963 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-05-11T18:54:32.022Z[ recovery-image] May 11 18:54:30.971 INFO O| May 11 18:54:30.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
79882026-05-11T18:54:32.022Z[ recovery-image] May 11 18:54:30.971 INFO O| May 11 18:54:30.971 INFO STEP 1057 (remove_files) COMPLETE
79892026-05-11T18:54:32.023Z[ recovery-image] May 11 18:54:30.971 INFO O| May 11 18:54:30.971 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-05-11T18:54:32.031Z[ recovery-image] May 11 18:54:30.979 INFO O| May 11 18:54:30.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
79912026-05-11T18:54:32.031Z[ recovery-image] May 11 18:54:30.979 INFO O| May 11 18:54:30.979 INFO STEP 1058 (remove_files) COMPLETE
79922026-05-11T18:54:32.031Z[ recovery-image] May 11 18:54:30.979 INFO O| May 11 18:54:30.979 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-05-11T18:54:32.039Z[ recovery-image] May 11 18:54:30.987 INFO O| May 11 18:54:30.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
79942026-05-11T18:54:32.039Z[ recovery-image] May 11 18:54:30.987 INFO O| May 11 18:54:30.987 INFO STEP 1059 (remove_files) COMPLETE
79952026-05-11T18:54:32.039Z[ recovery-image] May 11 18:54:30.987 INFO O| May 11 18:54:30.987 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-05-11T18:54:32.052Z[ recovery-image] May 11 18:54:30.996 INFO O| May 11 18:54:30.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
79972026-05-11T18:54:32.052Z[ recovery-image] May 11 18:54:30.996 INFO O| May 11 18:54:30.996 INFO STEP 1060 (remove_files) COMPLETE
79982026-05-11T18:54:32.053Z[ recovery-image] May 11 18:54:30.996 INFO O| May 11 18:54:30.996 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-05-11T18:54:32.058Z[ recovery-image] May 11 18:54:31.006 INFO O| May 11 18:54:31.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
80002026-05-11T18:54:32.058Z[ recovery-image] May 11 18:54:31.006 INFO O| May 11 18:54:31.006 INFO STEP 1061 (remove_files) COMPLETE
80012026-05-11T18:54:32.061Z[ recovery-image] May 11 18:54:31.006 INFO O| May 11 18:54:31.006 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-05-11T18:54:32.067Z[ recovery-image] May 11 18:54:31.016 INFO O| May 11 18:54:31.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
80032026-05-11T18:54:32.067Z[ recovery-image] May 11 18:54:31.016 INFO O| May 11 18:54:31.016 INFO STEP 1062 (remove_files) COMPLETE
80042026-05-11T18:54:32.067Z[ recovery-image] May 11 18:54:31.016 INFO O| May 11 18:54:31.016 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-05-11T18:54:32.077Z[ recovery-image] May 11 18:54:31.025 INFO O| May 11 18:54:31.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
80062026-05-11T18:54:32.077Z[ recovery-image] May 11 18:54:31.025 INFO O| May 11 18:54:31.025 INFO STEP 1063 (remove_files) COMPLETE
80072026-05-11T18:54:32.080Z[ recovery-image] May 11 18:54:31.025 INFO O| May 11 18:54:31.025 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-05-11T18:54:32.088Z[ recovery-image] May 11 18:54:31.036 INFO O| May 11 18:54:31.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
80092026-05-11T18:54:32.088Z[ recovery-image] May 11 18:54:31.036 INFO O| May 11 18:54:31.036 INFO STEP 1064 (remove_files) COMPLETE
80102026-05-11T18:54:32.088Z[ recovery-image] May 11 18:54:31.036 INFO O| May 11 18:54:31.036 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-05-11T18:54:32.099Z[ recovery-image] May 11 18:54:31.047 INFO O| May 11 18:54:31.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
80122026-05-11T18:54:32.099Z[ recovery-image] May 11 18:54:31.047 INFO O| May 11 18:54:31.047 INFO STEP 1065 (remove_files) COMPLETE
80132026-05-11T18:54:32.102Z[ recovery-image] May 11 18:54:31.047 INFO O| May 11 18:54:31.047 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-05-11T18:54:32.114Z[ recovery-image] May 11 18:54:31.061 INFO O| May 11 18:54:31.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
80152026-05-11T18:54:32.114Z[ recovery-image] May 11 18:54:31.061 INFO O| May 11 18:54:31.058 INFO STEP 1066 (remove_files) COMPLETE
80162026-05-11T18:54:32.114Z[ recovery-image] May 11 18:54:31.061 INFO O| May 11 18:54:31.058 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-05-11T18:54:32.120Z[ recovery-image] May 11 18:54:31.069 INFO O| May 11 18:54:31.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
80182026-05-11T18:54:32.120Z[ recovery-image] May 11 18:54:31.069 INFO O| May 11 18:54:31.069 INFO STEP 1067 (remove_files) COMPLETE
80192026-05-11T18:54:32.121Z[ recovery-image] May 11 18:54:31.069 INFO O| May 11 18:54:31.069 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-05-11T18:54:32.142Z[ recovery-image] May 11 18:54:31.088 INFO O| May 11 18:54:31.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
80212026-05-11T18:54:32.145Z[ recovery-image] May 11 18:54:31.088 INFO O| May 11 18:54:31.088 INFO STEP 1068 (remove_files) COMPLETE
80222026-05-11T18:54:32.145Z[ recovery-image] May 11 18:54:31.088 INFO O| May 11 18:54:31.088 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-05-11T18:54:32.154Z[ recovery-image] May 11 18:54:31.099 INFO O| May 11 18:54:31.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
80242026-05-11T18:54:32.154Z[ recovery-image] May 11 18:54:31.099 INFO O| May 11 18:54:31.099 INFO STEP 1069 (remove_files) COMPLETE
80252026-05-11T18:54:32.154Z[ recovery-image] May 11 18:54:31.099 INFO O| May 11 18:54:31.099 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-05-11T18:54:32.163Z[ recovery-image] May 11 18:54:31.110 INFO O| May 11 18:54:31.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
80272026-05-11T18:54:32.163Z[ recovery-image] May 11 18:54:31.110 INFO O| May 11 18:54:31.110 INFO STEP 1070 (remove_files) COMPLETE
80282026-05-11T18:54:32.163Z[ recovery-image] May 11 18:54:31.110 INFO O| May 11 18:54:31.110 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-05-11T18:54:32.173Z[ recovery-image] May 11 18:54:31.121 INFO O| May 11 18:54:31.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
80302026-05-11T18:54:32.173Z[ recovery-image] May 11 18:54:31.121 INFO O| May 11 18:54:31.121 INFO STEP 1071 (remove_files) COMPLETE
80312026-05-11T18:54:32.173Z[ recovery-image] May 11 18:54:31.121 INFO O| May 11 18:54:31.121 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-05-11T18:54:32.182Z[ recovery-image] May 11 18:54:31.131 INFO O| May 11 18:54:31.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
80332026-05-11T18:54:32.182Z[ recovery-image] May 11 18:54:31.131 INFO O| May 11 18:54:31.131 INFO STEP 1072 (remove_files) COMPLETE
80342026-05-11T18:54:32.185Z[ recovery-image] May 11 18:54:31.131 INFO O| May 11 18:54:31.131 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-05-11T18:54:32.200Z[ recovery-image] May 11 18:54:31.141 INFO O| May 11 18:54:31.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
80362026-05-11T18:54:32.200Z[ recovery-image] May 11 18:54:31.141 INFO O| May 11 18:54:31.141 INFO STEP 1073 (remove_files) COMPLETE
80372026-05-11T18:54:32.200Z[ recovery-image] May 11 18:54:31.141 INFO O| May 11 18:54:31.141 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-05-11T18:54:32.204Z[ recovery-image] May 11 18:54:31.151 INFO O| May 11 18:54:31.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
80392026-05-11T18:54:32.204Z[ recovery-image] May 11 18:54:31.151 INFO O| May 11 18:54:31.151 INFO STEP 1074 (remove_files) COMPLETE
80402026-05-11T18:54:32.204Z[ recovery-image] May 11 18:54:31.151 INFO O| May 11 18:54:31.151 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-05-11T18:54:32.213Z[ recovery-image] May 11 18:54:31.161 INFO O| May 11 18:54:31.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
80422026-05-11T18:54:32.213Z[ recovery-image] May 11 18:54:31.161 INFO O| May 11 18:54:31.161 INFO STEP 1075 (remove_files) COMPLETE
80432026-05-11T18:54:32.213Z[ recovery-image] May 11 18:54:31.161 INFO O| May 11 18:54:31.161 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-05-11T18:54:32.223Z[ recovery-image] May 11 18:54:31.171 INFO O| May 11 18:54:31.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
80452026-05-11T18:54:32.223Z[ recovery-image] May 11 18:54:31.171 INFO O| May 11 18:54:31.171 INFO STEP 1076 (remove_files) COMPLETE
80462026-05-11T18:54:32.223Z[ recovery-image] May 11 18:54:31.171 INFO O| May 11 18:54:31.171 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-05-11T18:54:32.232Z[ recovery-image] May 11 18:54:31.180 INFO O| May 11 18:54:31.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
80482026-05-11T18:54:32.232Z[ recovery-image] May 11 18:54:31.180 INFO O| May 11 18:54:31.180 INFO STEP 1077 (remove_files) COMPLETE
80492026-05-11T18:54:32.235Z[ recovery-image] May 11 18:54:31.180 INFO O| May 11 18:54:31.180 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-05-11T18:54:32.256Z[ recovery-image] May 11 18:54:31.188 INFO O| May 11 18:54:31.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
80512026-05-11T18:54:32.256Z[ recovery-image] May 11 18:54:31.189 INFO O| May 11 18:54:31.189 INFO STEP 1078 (remove_files) COMPLETE
80522026-05-11T18:54:32.256Z[ recovery-image] May 11 18:54:31.189 INFO O| May 11 18:54:31.189 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-05-11T18:54:32.256Z[ recovery-image] May 11 18:54:31.198 INFO O| May 11 18:54:31.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
80542026-05-11T18:54:32.256Z[ recovery-image] May 11 18:54:31.198 INFO O| May 11 18:54:31.198 INFO STEP 1079 (remove_files) COMPLETE
80552026-05-11T18:54:32.256Z[ recovery-image] May 11 18:54:31.198 INFO O| May 11 18:54:31.198 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-05-11T18:54:32.259Z[ recovery-image] May 11 18:54:31.207 INFO O| May 11 18:54:31.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
80572026-05-11T18:54:32.259Z[ recovery-image] May 11 18:54:31.207 INFO O| May 11 18:54:31.207 INFO STEP 1080 (remove_files) COMPLETE
80582026-05-11T18:54:32.259Z[ recovery-image] May 11 18:54:31.207 INFO O| May 11 18:54:31.207 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-05-11T18:54:32.267Z[ recovery-image] May 11 18:54:31.216 INFO O| May 11 18:54:31.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
80602026-05-11T18:54:32.267Z[ recovery-image] May 11 18:54:31.216 INFO O| May 11 18:54:31.216 INFO STEP 1081 (remove_files) COMPLETE
80612026-05-11T18:54:32.270Z[ recovery-image] May 11 18:54:31.216 INFO O| May 11 18:54:31.216 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-05-11T18:54:32.276Z[ recovery-image] May 11 18:54:31.224 INFO O| May 11 18:54:31.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
80632026-05-11T18:54:32.276Z[ recovery-image] May 11 18:54:31.224 INFO O| May 11 18:54:31.224 INFO STEP 1082 (remove_files) COMPLETE
80642026-05-11T18:54:32.279Z[ recovery-image] May 11 18:54:31.224 INFO O| May 11 18:54:31.224 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-05-11T18:54:32.284Z[ recovery-image] May 11 18:54:31.232 INFO O| May 11 18:54:31.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
80662026-05-11T18:54:32.284Z[ recovery-image] May 11 18:54:31.232 INFO O| May 11 18:54:31.232 INFO STEP 1083 (remove_files) COMPLETE
80672026-05-11T18:54:32.287Z[ recovery-image] May 11 18:54:31.232 INFO O| May 11 18:54:31.232 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-05-11T18:54:32.293Z[ recovery-image] May 11 18:54:31.240 INFO O| May 11 18:54:31.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
80692026-05-11T18:54:32.293Z[ recovery-image] May 11 18:54:31.240 INFO O| May 11 18:54:31.240 INFO STEP 1084 (remove_files) COMPLETE
80702026-05-11T18:54:32.296Z[ recovery-image] May 11 18:54:31.240 INFO O| May 11 18:54:31.240 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-05-11T18:54:32.300Z[ recovery-image] May 11 18:54:31.248 INFO O| May 11 18:54:31.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
80722026-05-11T18:54:32.303Z[ recovery-image] May 11 18:54:31.248 INFO O| May 11 18:54:31.248 INFO STEP 1085 (remove_files) COMPLETE
80732026-05-11T18:54:32.303Z[ recovery-image] May 11 18:54:31.249 INFO O| May 11 18:54:31.249 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-05-11T18:54:32.309Z[ recovery-image] May 11 18:54:31.257 INFO O| May 11 18:54:31.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
80752026-05-11T18:54:32.309Z[ recovery-image] May 11 18:54:31.257 INFO O| May 11 18:54:31.257 INFO STEP 1086 (remove_files) COMPLETE
80762026-05-11T18:54:32.309Z[ recovery-image] May 11 18:54:31.257 INFO O| May 11 18:54:31.257 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-05-11T18:54:32.321Z[ recovery-image] May 11 18:54:31.267 INFO O| May 11 18:54:31.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
80782026-05-11T18:54:32.321Z[ recovery-image] May 11 18:54:31.267 INFO O| May 11 18:54:31.267 INFO STEP 1087 (remove_files) COMPLETE
80792026-05-11T18:54:32.324Z[ recovery-image] May 11 18:54:31.267 INFO O| May 11 18:54:31.267 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-05-11T18:54:32.328Z[ recovery-image] May 11 18:54:31.276 INFO O| May 11 18:54:31.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
80812026-05-11T18:54:32.328Z[ recovery-image] May 11 18:54:31.276 INFO O| May 11 18:54:31.276 INFO STEP 1088 (remove_files) COMPLETE
80822026-05-11T18:54:32.331Z[ recovery-image] May 11 18:54:31.276 INFO O| May 11 18:54:31.276 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-05-11T18:54:32.336Z[ recovery-image] May 11 18:54:31.284 INFO O| May 11 18:54:31.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
80842026-05-11T18:54:32.336Z[ recovery-image] May 11 18:54:31.284 INFO O| May 11 18:54:31.284 INFO STEP 1089 (remove_files) COMPLETE
80852026-05-11T18:54:32.338Z[ recovery-image] May 11 18:54:31.284 INFO O| May 11 18:54:31.284 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-05-11T18:54:32.343Z[ recovery-image] May 11 18:54:31.292 INFO O| May 11 18:54:31.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
80872026-05-11T18:54:32.343Z[ recovery-image] May 11 18:54:31.292 INFO O| May 11 18:54:31.292 INFO STEP 1090 (remove_files) COMPLETE
80882026-05-11T18:54:32.346Z[ recovery-image] May 11 18:54:31.292 INFO O| May 11 18:54:31.292 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-05-11T18:54:32.351Z[ recovery-image] May 11 18:54:31.299 INFO O| May 11 18:54:31.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
80902026-05-11T18:54:32.351Z[ recovery-image] May 11 18:54:31.299 INFO O| May 11 18:54:31.299 INFO STEP 1091 (remove_files) COMPLETE
80912026-05-11T18:54:32.354Z[ recovery-image] May 11 18:54:31.299 INFO O| May 11 18:54:31.299 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80922026-05-11T18:54:32.359Z[ recovery-image] May 11 18:54:31.307 INFO O| May 11 18:54:31.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
80932026-05-11T18:54:32.359Z[ recovery-image] May 11 18:54:31.307 INFO O| May 11 18:54:31.307 INFO STEP 1092 (remove_files) COMPLETE
80942026-05-11T18:54:32.362Z[ recovery-image] May 11 18:54:31.307 INFO O| May 11 18:54:31.307 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80952026-05-11T18:54:32.367Z[ recovery-image] May 11 18:54:31.315 INFO O| May 11 18:54:31.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
80962026-05-11T18:54:32.367Z[ recovery-image] May 11 18:54:31.315 INFO O| May 11 18:54:31.315 INFO STEP 1093 (remove_files) COMPLETE
80972026-05-11T18:54:32.370Z[ recovery-image] May 11 18:54:31.315 INFO O| May 11 18:54:31.315 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80982026-05-11T18:54:32.375Z[ recovery-image] May 11 18:54:31.323 INFO O| May 11 18:54:31.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
80992026-05-11T18:54:32.375Z[ recovery-image] May 11 18:54:31.323 INFO O| May 11 18:54:31.323 INFO STEP 1094 (remove_files) COMPLETE
81002026-05-11T18:54:32.378Z[ recovery-image] May 11 18:54:31.323 INFO O| May 11 18:54:31.323 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-05-11T18:54:32.383Z[ recovery-image] May 11 18:54:31.331 INFO O| May 11 18:54:31.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
81022026-05-11T18:54:32.386Z[ recovery-image] May 11 18:54:31.332 INFO O| May 11 18:54:31.332 INFO STEP 1095 (remove_files) COMPLETE
81032026-05-11T18:54:32.386Z[ recovery-image] May 11 18:54:31.332 INFO O| May 11 18:54:31.332 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-05-11T18:54:32.393Z[ recovery-image] May 11 18:54:31.341 INFO O| May 11 18:54:31.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
81052026-05-11T18:54:32.393Z[ recovery-image] May 11 18:54:31.341 INFO O| May 11 18:54:31.341 INFO STEP 1096 (remove_files) COMPLETE
81062026-05-11T18:54:32.395Z[ recovery-image] May 11 18:54:31.341 INFO O| May 11 18:54:31.341 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-05-11T18:54:32.402Z[ recovery-image] May 11 18:54:31.350 INFO O| May 11 18:54:31.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
81082026-05-11T18:54:32.402Z[ recovery-image] May 11 18:54:31.350 INFO O| May 11 18:54:31.350 INFO STEP 1097 (remove_files) COMPLETE
81092026-05-11T18:54:32.402Z[ recovery-image] May 11 18:54:31.350 INFO O| May 11 18:54:31.350 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-05-11T18:54:32.411Z[ recovery-image] May 11 18:54:31.359 INFO O| May 11 18:54:31.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
81112026-05-11T18:54:32.411Z[ recovery-image] May 11 18:54:31.359 INFO O| May 11 18:54:31.359 INFO STEP 1098 (remove_files) COMPLETE
81122026-05-11T18:54:32.411Z[ recovery-image] May 11 18:54:31.359 INFO O| May 11 18:54:31.359 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-05-11T18:54:32.421Z[ recovery-image] May 11 18:54:31.369 INFO O| May 11 18:54:31.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
81142026-05-11T18:54:32.421Z[ recovery-image] May 11 18:54:31.369 INFO O| May 11 18:54:31.369 INFO STEP 1099 (remove_files) COMPLETE
81152026-05-11T18:54:32.423Z[ recovery-image] May 11 18:54:31.369 INFO O| May 11 18:54:31.369 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-05-11T18:54:32.430Z[ recovery-image] May 11 18:54:31.378 INFO O| May 11 18:54:31.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
81172026-05-11T18:54:32.430Z[ recovery-image] May 11 18:54:31.378 INFO O| May 11 18:54:31.378 INFO STEP 1100 (remove_files) COMPLETE
81182026-05-11T18:54:32.433Z[ recovery-image] May 11 18:54:31.378 INFO O| May 11 18:54:31.378 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-05-11T18:54:32.439Z[ recovery-image] May 11 18:54:31.388 INFO O| May 11 18:54:31.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
81202026-05-11T18:54:32.439Z[ recovery-image] May 11 18:54:31.388 INFO O| May 11 18:54:31.388 INFO STEP 1101 (remove_files) COMPLETE
81212026-05-11T18:54:32.442Z[ recovery-image] May 11 18:54:31.388 INFO O| May 11 18:54:31.388 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-05-11T18:54:32.448Z[ recovery-image] May 11 18:54:31.396 INFO O| May 11 18:54:31.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
81232026-05-11T18:54:32.448Z[ recovery-image] May 11 18:54:31.396 INFO O| May 11 18:54:31.396 INFO STEP 1102 (remove_files) COMPLETE
81242026-05-11T18:54:32.448Z[ recovery-image] May 11 18:54:31.396 INFO O| May 11 18:54:31.396 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-05-11T18:54:32.457Z[ recovery-image] May 11 18:54:31.405 INFO O| May 11 18:54:31.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
81262026-05-11T18:54:32.457Z[ recovery-image] May 11 18:54:31.405 INFO O| May 11 18:54:31.405 INFO STEP 1103 (remove_files) COMPLETE
81272026-05-11T18:54:32.460Z[ recovery-image] May 11 18:54:31.405 INFO O| May 11 18:54:31.405 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-05-11T18:54:32.466Z[ recovery-image] May 11 18:54:31.414 INFO O| May 11 18:54:31.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
81292026-05-11T18:54:32.466Z[ recovery-image] May 11 18:54:31.414 INFO O| May 11 18:54:31.414 INFO STEP 1104 (remove_files) COMPLETE
81302026-05-11T18:54:32.469Z[ recovery-image] May 11 18:54:31.414 INFO O| May 11 18:54:31.414 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-05-11T18:54:32.474Z[ recovery-image] May 11 18:54:31.423 INFO O| May 11 18:54:31.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
81322026-05-11T18:54:32.474Z[ recovery-image] May 11 18:54:31.423 INFO O| May 11 18:54:31.423 INFO STEP 1105 (remove_files) COMPLETE
81332026-05-11T18:54:32.474Z[ recovery-image] May 11 18:54:31.423 INFO O| May 11 18:54:31.423 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-05-11T18:54:32.483Z[ recovery-image] May 11 18:54:31.431 INFO O| May 11 18:54:31.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
81352026-05-11T18:54:32.483Z[ recovery-image] May 11 18:54:31.431 INFO O| May 11 18:54:31.431 INFO STEP 1106 (remove_files) COMPLETE
81362026-05-11T18:54:32.486Z[ recovery-image] May 11 18:54:31.431 INFO O| May 11 18:54:31.431 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-05-11T18:54:32.492Z[ recovery-image] May 11 18:54:31.440 INFO O| May 11 18:54:31.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
81382026-05-11T18:54:32.492Z[ recovery-image] May 11 18:54:31.440 INFO O| May 11 18:54:31.440 INFO STEP 1107 (remove_files) COMPLETE
81392026-05-11T18:54:32.492Z[ recovery-image] May 11 18:54:31.440 INFO O| May 11 18:54:31.440 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-05-11T18:54:32.501Z[ recovery-image] May 11 18:54:31.450 INFO O| May 11 18:54:31.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
81412026-05-11T18:54:32.501Z[ recovery-image] May 11 18:54:31.450 INFO O| May 11 18:54:31.450 INFO STEP 1108 (remove_files) COMPLETE
81422026-05-11T18:54:32.501Z[ recovery-image] May 11 18:54:31.450 INFO O| May 11 18:54:31.450 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-05-11T18:54:32.511Z[ recovery-image] May 11 18:54:31.459 INFO O| May 11 18:54:31.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
81442026-05-11T18:54:32.511Z[ recovery-image] May 11 18:54:31.459 INFO O| May 11 18:54:31.459 INFO STEP 1109 (remove_files) COMPLETE
81452026-05-11T18:54:32.514Z[ recovery-image] May 11 18:54:31.459 INFO O| May 11 18:54:31.459 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-05-11T18:54:32.519Z[ recovery-image] May 11 18:54:31.468 INFO O| May 11 18:54:31.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
81472026-05-11T18:54:32.520Z[ recovery-image] May 11 18:54:31.468 INFO O| May 11 18:54:31.468 INFO STEP 1110 (remove_files) COMPLETE
81482026-05-11T18:54:32.524Z[ recovery-image] May 11 18:54:31.468 INFO O| May 11 18:54:31.468 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-05-11T18:54:32.529Z[ recovery-image] May 11 18:54:31.477 INFO O| May 11 18:54:31.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
81502026-05-11T18:54:32.529Z[ recovery-image] May 11 18:54:31.477 INFO O| May 11 18:54:31.477 INFO STEP 1111 (remove_files) COMPLETE
81512026-05-11T18:54:32.529Z[ recovery-image] May 11 18:54:31.477 INFO O| May 11 18:54:31.477 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-05-11T18:54:32.538Z[ recovery-image] May 11 18:54:31.486 INFO O| May 11 18:54:31.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
81532026-05-11T18:54:32.538Z[ recovery-image] May 11 18:54:31.486 INFO O| May 11 18:54:31.486 INFO STEP 1112 (remove_files) COMPLETE
81542026-05-11T18:54:32.538Z[ recovery-image] May 11 18:54:31.486 INFO O| May 11 18:54:31.486 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-05-11T18:54:32.547Z[ recovery-image] May 11 18:54:31.496 INFO O| May 11 18:54:31.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
81562026-05-11T18:54:32.547Z[ recovery-image] May 11 18:54:31.496 INFO O| May 11 18:54:31.496 INFO STEP 1113 (remove_files) COMPLETE
81572026-05-11T18:54:32.548Z[ recovery-image] May 11 18:54:31.496 INFO O| May 11 18:54:31.496 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-05-11T18:54:32.557Z[ recovery-image] May 11 18:54:31.506 INFO O| May 11 18:54:31.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
81592026-05-11T18:54:32.557Z[ recovery-image] May 11 18:54:31.506 INFO O| May 11 18:54:31.506 INFO STEP 1114 (remove_files) COMPLETE
81602026-05-11T18:54:32.558Z[ recovery-image] May 11 18:54:31.506 INFO O| May 11 18:54:31.506 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-05-11T18:54:32.567Z[ recovery-image] May 11 18:54:31.516 INFO O| May 11 18:54:31.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
81622026-05-11T18:54:32.567Z[ recovery-image] May 11 18:54:31.516 INFO O| May 11 18:54:31.516 INFO STEP 1115 (remove_files) COMPLETE
81632026-05-11T18:54:32.568Z[ recovery-image] May 11 18:54:31.516 INFO O| May 11 18:54:31.516 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-05-11T18:54:32.578Z[ recovery-image] May 11 18:54:31.526 INFO O| May 11 18:54:31.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
81652026-05-11T18:54:32.578Z[ recovery-image] May 11 18:54:31.526 INFO O| May 11 18:54:31.526 INFO STEP 1116 (remove_files) COMPLETE
81662026-05-11T18:54:32.578Z[ recovery-image] May 11 18:54:31.526 INFO O| May 11 18:54:31.526 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-05-11T18:54:32.587Z[ recovery-image] May 11 18:54:31.535 INFO O| May 11 18:54:31.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
81682026-05-11T18:54:32.587Z[ recovery-image] May 11 18:54:31.535 INFO O| May 11 18:54:31.535 INFO STEP 1117 (remove_files) COMPLETE
81692026-05-11T18:54:32.587Z[ recovery-image] May 11 18:54:31.535 INFO O| May 11 18:54:31.535 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-05-11T18:54:32.595Z[ recovery-image] May 11 18:54:31.544 INFO O| May 11 18:54:31.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
81712026-05-11T18:54:32.595Z[ recovery-image] May 11 18:54:31.544 INFO O| May 11 18:54:31.544 INFO STEP 1118 (remove_files) COMPLETE
81722026-05-11T18:54:32.595Z[ recovery-image] May 11 18:54:31.544 INFO O| May 11 18:54:31.544 INFO STEP 1119: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
81732026-05-11T18:54:32.608Z[ recovery-image] May 11 18:54:31.556 INFO O| May 11 18:54:31.556 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
81742026-05-11T18:54:32.608Z[ recovery-image] May 11 18:54:31.556 INFO O| May 11 18:54:31.556 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
81752026-05-11T18:54:33.690Z[ recovery-image] May 11 18:54:32.638 INFO O| May 11 18:54:32.638 INFO STEP 1119 (pack_tar) COMPLETE
81762026-05-11T18:54:33.690Z[ recovery-image] May 11 18:54:32.638 INFO O| May 11 18:54:32.638 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
81772026-05-11T18:54:33.690Z[ recovery-image] May 11 18:54:32.638 INFO O| May 11 18:54:32.638 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
81782026-05-11T18:54:33.954Z[ recovery-image] May 11 18:54:32.902 INFO O| May 11 18:54:32.902 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
81792026-05-11T18:54:34.039Z[ recovery-image] May 11 18:54:32.987 INFO O| May 11 18:54:32.987 INFO completed processing sled/ramdisk-03-recovery-trim
81802026-05-11T18:54:34.042Z[ recovery-image] May 11 18:54:32.990 INFO image builder template: zfs-recovery...
81812026-05-11T18:54:34.042Z[ recovery-image] May 11 18:54:32.990 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/.tmpuYb6Gt/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.474", "-n", "zfs-recovery"], pwd: None
81822026-05-11T18:54:34.069Z[ recovery-image] May 11 18:54:33.017 INFO O| May 11 18:54:33.017 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
81832026-05-11T18:54:34.072Z[ recovery-image] May 11 18:54:33.020 INFO O| May 11 18:54:33.020 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
81842026-05-11T18:54:34.152Z[ recovery-image] May 11 18:54:33.100 INFO O| May 11 18:54:33.100 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
81852026-05-11T18:54:34.220Z[ recovery-image] May 11 18:54:33.168 INFO O| May 11 18:54:33.168 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
81862026-05-11T18:54:34.220Z[ recovery-image] May 11 18:54:33.168 INFO O| May 11 18:54:33.168 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
81872026-05-11T18:54:34.224Z[ recovery-image] May 11 18:54:33.172 INFO O| May 11 18:54:33.172 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
81882026-05-11T18:54:34.309Z[ recovery-image] May 11 18:54:33.257 INFO O| May 11 18:54:33.257 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
81892026-05-11T18:54:34.417Z[ recovery-image] May 11 18:54:33.365 INFO O| May 11 18:54:33.364 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
81902026-05-11T18:54:34.425Z[ recovery-image] May 11 18:54:33.374 INFO O| May 11 18:54:33.374 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
81912026-05-11T18:54:34.430Z[ recovery-image] May 11 18:54:33.379 INFO O| May 11 18:54:33.379 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
81922026-05-11T18:54:34.433Z[ recovery-image] May 11 18:54:33.380 INFO O| May 11 18:54:33.380 INFO no lofi found
81932026-05-11T18:54:34.433Z[ recovery-image] May 11 18:54:33.380 INFO O| May 11 18:54:33.380 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
81942026-05-11T18:54:34.433Z[ recovery-image] May 11 18:54:33.380 INFO O| May 11 18:54:33.380 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
81952026-05-11T18:54:36.053Z[ recovery-image] May 11 18:54:35.001 INFO O| May 11 18:54:35.001 INFO lofi device = /dev/dsk/c2t1d0p0
81962026-05-11T18:54:36.053Z[ recovery-image] May 11 18:54:35.001 INFO O| May 11 18:54:35.001 INFO pool device = /dev/dsk/c2t1d0p0
81972026-05-11T18:54:36.056Z[ recovery-image] May 11 18:54:35.001 INFO O| May 11 18:54:35.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"]
81982026-05-11T18:54:36.277Z[ recovery-image] May 11 18:54:35.225 INFO O| May 11 18:54:35.225 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
81992026-05-11T18:54:36.280Z[ recovery-image] May 11 18:54:35.225 INFO O| May 11 18:54:35.225 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
82002026-05-11T18:54:36.310Z[ recovery-image] May 11 18:54:35.257 INFO O| May 11 18:54:35.257 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
82012026-05-11T18:54:36.406Z[ recovery-image] May 11 18:54:35.345 INFO O| May 11 18:54:35.345 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
82022026-05-11T18:54:36.432Z[ recovery-image] May 11 18:54:35.380 INFO O| May 11 18:54:35.380 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
82032026-05-11T18:54:36.452Z[ recovery-image] May 11 18:54:35.401 INFO O| May 11 18:54:35.401 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
82042026-05-11T18:54:36.470Z[ recovery-image] May 11 18:54:35.418 INFO O| May 11 18:54:35.418 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
82052026-05-11T18:54:36.515Z[ recovery-image] May 11 18:54:35.460 INFO O| May 11 18:54:35.460 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82062026-05-11T18:54:36.515Z[ recovery-image] May 11 18:54:35.460 INFO O| May 11 18:54:35.460 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82072026-05-11T18:54:36.515Z[ recovery-image] May 11 18:54:35.460 INFO O| May 11 18:54:35.460 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
82082026-05-11T18:54:36.523Z[ recovery-image] May 11 18:54:35.471 INFO O| May 11 18:54:35.471 INFO boot environment UUID: 32c2565d-6c9f-4e85-8219-feae131715a9
82092026-05-11T18:54:36.523Z[ recovery-image] May 11 18:54:35.471 INFO O| May 11 18:54:35.471 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 32c2565d-6c9f-4e85-8219-feae131715a9
82102026-05-11T18:54:36.540Z[ recovery-image] May 11 18:54:35.488 INFO O| May 11 18:54:35.488 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
82112026-05-11T18:54:36.560Z[ recovery-image] May 11 18:54:35.508 INFO O| May 11 18:54:35.508 INFO STEP 0 (create_be) COMPLETE
82122026-05-11T18:54:36.560Z[ recovery-image] May 11 18:54:35.508 INFO O| May 11 18:54:35.508 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
82132026-05-11T18:54:36.574Z[ recovery-image] May 11 18:54:35.522 INFO O| May 11 18:54:35.522 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"]
82142026-05-11T18:54:43.559Z[ host-image] May 11 18:54:42.507 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.23976:20260508T143012Z
82152026-05-11T18:54:43.559Z[ host-image] May 11 18:54:42.507 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.23976:20260508T143012Z
82162026-05-11T18:54:43.564Z[ host-image] May 11 18:54:42.507 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
82172026-05-11T18:54:43.564Z[ host-image] May 11 18:54:42.507 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
82182026-05-11T18:54:43.564Z[ host-image] May 11 18:54:42.507 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
82192026-05-11T18:54:43.564Z[ host-image] May 11 18:54:42.507 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
82202026-05-11T18:54:43.564Z[ host-image] May 11 18:54:42.508 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
82212026-05-11T18:54:43.564Z[ host-image] May 11 18:54:42.508 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
82222026-05-11T18:54:43.564Z[ host-image] May 11 18:54:42.508 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0-3.0:20260511T183518Z
82232026-05-11T18:54:43.564Z[ host-image] May 11 18:54:42.508 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
82242026-05-11T18:54:43.564Z[ host-image] May 11 18:54:42.508 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
82252026-05-11T18:54:43.565Z[ host-image] May 11 18:54:42.508 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.23976:20260508T143012Z
82262026-05-11T18:54:43.565Z[ host-image] May 11 18:54:42.509 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.23976:20260508T143013Z
82272026-05-11T18:54:43.565Z[ host-image] May 11 18:54:42.509 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.23976:20260508T143013Z
82282026-05-11T18:54:43.565Z[ host-image] May 11 18:54:42.509 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.23976:20260508T143013Z
82292026-05-11T18:54:43.565Z[ host-image] May 11 18:54:42.509 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
82302026-05-11T18:54:43.565Z[ host-image] May 11 18:54:42.509 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.23976:20260508T143014Z
82312026-05-11T18:54:43.565Z[ host-image] May 11 18:54:42.510 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.23976:20260508T143014Z
82322026-05-11T18:54:43.565Z[ host-image] May 11 18:54:42.510 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.23976:20260508T143014Z
82332026-05-11T18:54:43.565Z[ host-image] May 11 18:54:42.510 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.23976:20260508T143014Z
82342026-05-11T18:54:43.565Z[ host-image] May 11 18:54:42.510 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.23976:20260508T143015Z
82352026-05-11T18:54:43.565Z[ host-image] May 11 18:54:42.510 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.23976:20260508T143015Z
82362026-05-11T18:54:43.565Z[ host-image] May 11 18:54:42.510 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.23976:20260508T143015Z
82372026-05-11T18:54:43.565Z[ host-image] May 11 18:54:42.510 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.23976:20260508T143016Z
82382026-05-11T18:54:43.565Z[ host-image] May 11 18:54:42.510 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.23976:20260508T143017Z
82392026-05-11T18:54:43.565Z[ host-image] May 11 18:54:42.510 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.23976:20260508T143017Z
82402026-05-11T18:54:43.565Z[ host-image] May 11 18:54:42.510 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.23976:20260508T143018Z
82412026-05-11T18:54:43.565Z[ host-image] May 11 18:54:42.510 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.23976:20260508T143018Z
82422026-05-11T18:54:43.565Z[ host-image] May 11 18:54:42.510 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.23976:20260508T143020Z
82432026-05-11T18:54:43.566Z[ host-image] May 11 18:54:42.510 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.23976:20260508T143021Z
82442026-05-11T18:54:43.566Z[ host-image] May 11 18:54:42.510 INFO O| install = pkg://helios/driver/network/opte@0.40.474:20260420T214202Z
82452026-05-11T18:54:43.566Z[ host-image] May 11 18:54:42.510 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.23976:20260508T143022Z
82462026-05-11T18:54:43.566Z[ host-image] May 11 18:54:42.510 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.23976:20260508T143024Z
82472026-05-11T18:54:43.566Z[ host-image] May 11 18:54:42.510 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.23976:20260508T143025Z
82482026-05-11T18:54:43.566Z[ host-image] May 11 18:54:42.511 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.23976:20260508T143026Z
82492026-05-11T18:54:43.566Z[ host-image] May 11 18:54:42.511 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.23976:20260508T143027Z
82502026-05-11T18:54:43.569Z[ host-image] May 11 18:54:42.511 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.23976:20260508T143028Z
82512026-05-11T18:54:43.569Z[ host-image] May 11 18:54:42.516 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
82522026-05-11T18:54:43.569Z[ host-image] May 11 18:54:42.516 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.23976:20260508T143028Z
82532026-05-11T18:54:43.569Z[ host-image] May 11 18:54:42.516 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
82542026-05-11T18:54:43.569Z[ host-image] May 11 18:54:42.516 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
82552026-05-11T18:54:43.569Z[ host-image] May 11 18:54:42.516 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
82562026-05-11T18:54:43.570Z[ host-image] May 11 18:54:42.516 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
82572026-05-11T18:54:43.570Z[ host-image] May 11 18:54:42.516 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.23976:20260508T143028Z
82582026-05-11T18:54:43.570Z[ host-image] May 11 18:54:42.516 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
82592026-05-11T18:54:43.570Z[ host-image] May 11 18:54:42.516 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
82602026-05-11T18:54:43.570Z[ host-image] May 11 18:54:42.516 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
82612026-05-11T18:54:43.570Z[ host-image] May 11 18:54:42.516 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
82622026-05-11T18:54:43.573Z[ host-image] May 11 18:54:42.518 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
82632026-05-11T18:54:43.573Z[ host-image] May 11 18:54:42.518 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
82642026-05-11T18:54:43.573Z[ host-image] May 11 18:54:42.519 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
82652026-05-11T18:54:43.573Z[ host-image] May 11 18:54:42.519 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
82662026-05-11T18:54:43.573Z[ host-image] May 11 18:54:42.519 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
82672026-05-11T18:54:43.573Z[ host-image] May 11 18:54:42.519 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
82682026-05-11T18:54:43.583Z[ host-image] May 11 18:54:42.532 INFO O| install = pkg://helios/library/security/openssl-3@3.5.6-3.0:20260411T024444Z
82692026-05-11T18:54:43.583Z[ host-image] May 11 18:54:42.532 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
82702026-05-11T18:54:43.586Z[ host-image] May 11 18:54:42.532 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
82712026-05-11T18:54:43.586Z[ host-image] May 11 18:54:42.532 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.23976:20260508T143030Z
82722026-05-11T18:54:43.586Z[ host-image] May 11 18:54:42.532 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.23976:20260508T143036Z
82732026-05-11T18:54:43.586Z[ host-image] May 11 18:54:42.532 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
82742026-05-11T18:54:43.586Z[ host-image] May 11 18:54:42.532 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.23976:20260508T143037Z
82752026-05-11T18:54:43.587Z[ host-image] May 11 18:54:42.532 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
82762026-05-11T18:54:43.587Z[ host-image] May 11 18:54:42.532 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
82772026-05-11T18:54:43.587Z[ host-image] May 11 18:54:42.532 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
82782026-05-11T18:54:43.587Z[ host-image] May 11 18:54:42.532 INFO O| install = pkg://helios/network/rsync@3.4.1-3.0:20260212T150619Z
82792026-05-11T18:54:43.587Z[ host-image] May 11 18:54:42.532 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.23976:20260508T143037Z
82802026-05-11T18:54:43.587Z[ host-image] May 11 18:54:42.532 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
82812026-05-11T18:54:43.587Z[ host-image] May 11 18:54:42.533 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
82822026-05-11T18:54:43.587Z[ host-image] May 11 18:54:42.533 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
82832026-05-11T18:54:43.587Z[ host-image] May 11 18:54:42.533 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
82842026-05-11T18:54:43.587Z[ host-image] May 11 18:54:42.534 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.23976:20260508T143037Z
82852026-05-11T18:54:43.587Z[ host-image] May 11 18:54:42.534 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
82862026-05-11T18:54:43.590Z[ host-image] May 11 18:54:42.538 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
82872026-05-11T18:54:43.590Z[ host-image] May 11 18:54:42.538 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.23976:20260508T143038Z
82882026-05-11T18:54:43.593Z[ host-image] May 11 18:54:42.539 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.23976:20260508T143038Z
82892026-05-11T18:54:43.593Z[ host-image] May 11 18:54:42.539 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.23976:20260508T143038Z
82902026-05-11T18:54:43.593Z[ host-image] May 11 18:54:42.539 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
82912026-05-11T18:54:43.593Z[ host-image] May 11 18:54:42.539 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.23976:20260508T143040Z
82922026-05-11T18:54:43.593Z[ host-image] May 11 18:54:42.539 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.23976:20260508T143040Z
82932026-05-11T18:54:43.593Z[ host-image] May 11 18:54:42.539 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.23976:20260508T143040Z
82942026-05-11T18:54:43.593Z[ host-image] May 11 18:54:42.539 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.23976:20260508T143040Z
82952026-05-11T18:54:43.593Z[ host-image] May 11 18:54:42.540 INFO O| install = pkg://helios/shell/bash@5.2.32-3.0:20260212T151110Z
82962026-05-11T18:54:43.593Z[ host-image] May 11 18:54:42.540 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.23976:20260508T143041Z
82972026-05-11T18:54:43.593Z[ host-image] May 11 18:54:42.540 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.23976:20260508T143042Z
82982026-05-11T18:54:43.593Z[ host-image] May 11 18:54:42.540 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
82992026-05-11T18:54:43.593Z[ host-image] May 11 18:54:42.541 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.23976:20260508T143042Z
83002026-05-11T18:54:43.593Z[ host-image] May 11 18:54:42.541 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.23976:20260508T143042Z
83012026-05-11T18:54:43.593Z[ host-image] May 11 18:54:42.541 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.23976:20260508T143042Z
83022026-05-11T18:54:43.593Z[ host-image] May 11 18:54:42.541 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.23976:20260508T143043Z
83032026-05-11T18:54:43.596Z[ host-image] May 11 18:54:42.543 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.23976:20260508T143043Z
83042026-05-11T18:54:43.596Z[ host-image] May 11 18:54:42.543 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
83052026-05-11T18:54:43.596Z[ host-image] May 11 18:54:42.543 INFO O| install = pkg://helios/system/data/zoneinfo@2026.2-3.0.23976:20260508T143043Z
83062026-05-11T18:54:43.599Z[ host-image] May 11 18:54:42.544 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.23976:20260508T143043Z
83072026-05-11T18:54:43.599Z[ host-image] May 11 18:54:42.544 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.23976:20260508T143043Z
83082026-05-11T18:54:43.599Z[ host-image] May 11 18:54:42.544 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.23976:20260508T143043Z
83092026-05-11T18:54:43.599Z[ host-image] May 11 18:54:42.544 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.23976:20260508T143044Z
83102026-05-11T18:54:43.599Z[ host-image] May 11 18:54:42.544 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.23976:20260508T143044Z
83112026-05-11T18:54:43.599Z[ host-image] May 11 18:54:42.544 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.23976:20260508T143045Z
83122026-05-11T18:54:43.599Z[ host-image] May 11 18:54:42.547 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.23976:20260508T143046Z
83132026-05-11T18:54:43.599Z[ host-image] May 11 18:54:42.547 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.23976:20260508T143045Z
83142026-05-11T18:54:43.602Z[ host-image] May 11 18:54:42.548 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.23976:20260508T143045Z
83152026-05-11T18:54:43.602Z[ host-image] May 11 18:54:42.548 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.23976:20260508T143045Z
83162026-05-11T18:54:43.602Z[ host-image] May 11 18:54:42.548 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.23976:20260508T143046Z
83172026-05-11T18:54:43.606Z[ host-image] May 11 18:54:42.554 INFO O| install = pkg://helios/system/library@0.5.11-3.0.23976:20260508T143049Z
83182026-05-11T18:54:43.606Z[ host-image] May 11 18:54:42.554 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.23976:20260508T143046Z
83192026-05-11T18:54:43.609Z[ host-image] May 11 18:54:42.554 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.23976:20260508T143046Z
83202026-05-11T18:54:43.609Z[ host-image] May 11 18:54:42.554 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
83212026-05-11T18:54:43.609Z[ host-image] May 11 18:54:42.554 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
83222026-05-11T18:54:43.615Z[ host-image] May 11 18:54:42.564 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.23976:20260508T143046Z
83232026-05-11T18:54:43.615Z[ host-image] May 11 18:54:42.564 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
83242026-05-11T18:54:43.618Z[ host-image] May 11 18:54:42.564 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.23976:20260508T143046Z
83252026-05-11T18:54:43.618Z[ host-image] May 11 18:54:42.564 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.23976:20260508T143047Z
83262026-05-11T18:54:43.618Z[ host-image] May 11 18:54:42.564 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.23976:20260508T143047Z
83272026-05-11T18:54:43.618Z[ host-image] May 11 18:54:42.564 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
83282026-05-11T18:54:43.618Z[ host-image] May 11 18:54:42.564 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
83292026-05-11T18:54:43.619Z[ host-image] May 11 18:54:42.565 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.23976:20260508T143048Z
83302026-05-11T18:54:43.619Z[ host-image] May 11 18:54:42.565 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.23976:20260508T143048Z
83312026-05-11T18:54:43.619Z[ host-image] May 11 18:54:42.565 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.23976:20260508T143048Z
83322026-05-11T18:54:43.619Z[ host-image] May 11 18:54:42.565 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.23976:20260508T143048Z
83332026-05-11T18:54:43.619Z[ host-image] May 11 18:54:42.565 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.23976:20260508T143049Z
83342026-05-11T18:54:43.619Z[ host-image] May 11 18:54:42.565 INFO O| install = pkg://helios/system/man@0.5.11-3.0.23976:20260508T143049Z
83352026-05-11T18:54:43.619Z[ host-image] May 11 18:54:42.566 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
83362026-05-11T18:54:43.619Z[ host-image] May 11 18:54:42.566 INFO O| install = pkg://helios/system/microcode/amd@20251202-3.0.23976:20260508T143050Z
83372026-05-11T18:54:43.619Z[ host-image] May 11 18:54:42.566 INFO O| install = pkg://helios/system/microcode/intel@20260227-3.0.23976:20260508T143050Z
83382026-05-11T18:54:43.619Z[ host-image] May 11 18:54:42.566 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.23976:20260508T143050Z
83392026-05-11T18:54:43.619Z[ host-image] May 11 18:54:42.566 INFO O| install = pkg://helios/system/network@0.5.11-3.0.23976:20260508T143051Z
83402026-05-11T18:54:43.619Z[ host-image] May 11 18:54:42.566 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.23976:20260508T143050Z
83412026-05-11T18:54:43.619Z[ host-image] May 11 18:54:42.566 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.23976:20260508T143051Z
83422026-05-11T18:54:43.619Z[ host-image] May 11 18:54:42.566 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
83432026-05-11T18:54:43.619Z[ host-image] May 11 18:54:42.567 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
83442026-05-11T18:54:43.619Z[ host-image] May 11 18:54:42.567 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.23976:20260508T143053Z
83452026-05-11T18:54:43.622Z[ host-image] May 11 18:54:42.567 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.23976:20260508T143054Z
83462026-05-11T18:54:43.622Z[ host-image] May 11 18:54:42.567 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
83472026-05-11T18:54:43.622Z[ host-image] May 11 18:54:42.567 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
83482026-05-11T18:54:43.622Z[ host-image] May 11 18:54:42.567 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
83492026-05-11T18:54:43.622Z[ host-image] May 11 18:54:42.567 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
83502026-05-11T18:54:43.622Z[ host-image] May 11 18:54:42.567 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
83512026-05-11T18:54:43.622Z[ host-image] May 11 18:54:42.567 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
83522026-05-11T18:54:43.622Z[ host-image] May 11 18:54:42.568 INFO O| install = pkg://helios/web/curl@8.19.0-3.0:20260311T180510Z
83532026-05-11T18:54:43.622Z[ host-image] May 11 18:54:42.568 INFO O| tempdir @ "/tmp/.tmpmMcXAf/tmp"
83542026-05-11T18:54:43.622Z[ host-image] May 11 18:54:42.568 INFO O| image root @ "/tmp/.tmpmMcXAf/tmp/root"
83552026-05-11T18:54:43.622Z[ host-image] May 11 18:54:42.568 INFO O| creating image...
83562026-05-11T18:54:45.296Z[ recovery-image] May 11 18:54:44.244 INFO O| May 11 18:54:44.244 INFO STEP 1 (unpack_tar) COMPLETE
83572026-05-11T18:54:45.296Z[ recovery-image] May 11 18:54:44.244 INFO O| May 11 18:54:44.244 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83582026-05-11T18:54:46.731Z[ recovery-image] May 11 18:54:45.679 INFO O| May 11 18:54:45.679 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83592026-05-11T18:54:47.054Z[ recovery-image] May 11 18:54:46.001 INFO O| May 11 18:54:46.001 INFO STEP 2 (devfsadm) COMPLETE
83602026-05-11T18:54:47.054Z[ recovery-image] May 11 18:54:46.001 INFO O| May 11 18:54:46.001 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83612026-05-11T18:54:47.062Z[ recovery-image] May 11 18:54:46.010 INFO O| May 11 18:54:46.010 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83622026-05-11T18:54:47.062Z[ recovery-image] May 11 18:54:46.010 INFO O| May 11 18:54:46.010 INFO STEP 3 (ensure_dir) COMPLETE
83632026-05-11T18:54:47.062Z[ recovery-image] May 11 18:54:46.010 INFO O| May 11 18:54:46.010 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83642026-05-11T18:54:47.076Z[ recovery-image] May 11 18:54:46.021 INFO O| May 11 18:54:46.021 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83652026-05-11T18:54:47.076Z[ recovery-image] May 11 18:54:46.021 INFO O| May 11 18:54:46.021 INFO STEP 4 (ensure_dir) COMPLETE
83662026-05-11T18:54:47.079Z[ recovery-image] May 11 18:54:46.021 INFO O| May 11 18:54:46.021 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83672026-05-11T18:54:47.079Z[ host-image] May 11 18:54:46.022 INFO O| copying publishers...
83682026-05-11T18:54:47.083Z[ recovery-image] May 11 18:54:46.031 INFO O| May 11 18:54:46.031 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83692026-05-11T18:54:47.083Z[ recovery-image] May 11 18:54:46.031 INFO O| May 11 18:54:46.031 INFO STEP 5 (ensure_dir) COMPLETE
83702026-05-11T18:54:47.088Z[ recovery-image] May 11 18:54:46.031 INFO O| May 11 18:54:46.031 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83712026-05-11T18:54:47.097Z[ recovery-image] May 11 18:54:46.045 INFO O| May 11 18:54:46.045 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83722026-05-11T18:54:47.097Z[ recovery-image] May 11 18:54:46.046 INFO O| May 11 18:54:46.046 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83732026-05-11T18:54:47.100Z[ recovery-image] May 11 18:54:46.046 INFO O| May 11 18:54:46.046 INFO STEP 6 (ensure_dir) COMPLETE
83742026-05-11T18:54:47.100Z[ recovery-image] May 11 18:54:46.046 INFO O| May 11 18:54:46.046 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83752026-05-11T18:54:47.107Z[ recovery-image] May 11 18:54:46.055 INFO O| May 11 18:54:46.055 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83762026-05-11T18:54:47.107Z[ recovery-image] May 11 18:54:46.055 INFO O| May 11 18:54:46.055 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83772026-05-11T18:54:47.110Z[ recovery-image] May 11 18:54:46.055 INFO O| May 11 18:54:46.055 INFO STEP 7 (ensure_dir) COMPLETE
83782026-05-11T18:54:47.110Z[ recovery-image] May 11 18:54:46.055 INFO O| May 11 18:54:46.055 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83792026-05-11T18:54:47.115Z[ recovery-image] May 11 18:54:46.063 INFO O| May 11 18:54:46.063 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
83802026-05-11T18:54:47.118Z[ recovery-image] May 11 18:54:46.064 INFO O| May 11 18:54:46.064 INFO STEP 8 (remove_files) COMPLETE
83812026-05-11T18:54:47.118Z[ recovery-image] May 11 18:54:46.064 INFO O| May 11 18:54:46.064 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83822026-05-11T18:54:47.125Z[ recovery-image] May 11 18:54:46.073 INFO O| May 11 18:54:46.073 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
83832026-05-11T18:54:47.128Z[ recovery-image] May 11 18:54:46.074 INFO O| May 11 18:54:46.074 INFO STEP 9 (remove_files) COMPLETE
83842026-05-11T18:54:47.128Z[ recovery-image] May 11 18:54:46.074 INFO O| May 11 18:54:46.074 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83852026-05-11T18:54:47.136Z[ recovery-image] May 11 18:54:46.084 INFO O| May 11 18:54:46.084 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
83862026-05-11T18:54:47.139Z[ recovery-image] May 11 18:54:46.085 INFO O| May 11 18:54:46.085 INFO STEP 10 (remove_files) COMPLETE
83872026-05-11T18:54:47.139Z[ recovery-image] May 11 18:54:46.085 INFO O| May 11 18:54:46.085 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83882026-05-11T18:54:47.159Z[ recovery-image] May 11 18:54:46.095 INFO O| May 11 18:54:46.094 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
83892026-05-11T18:54:47.159Z[ recovery-image] May 11 18:54:46.095 INFO O| May 11 18:54:46.095 INFO STEP 11 (remove_files) COMPLETE
83902026-05-11T18:54:47.159Z[ recovery-image] May 11 18:54:46.095 INFO O| May 11 18:54:46.095 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83912026-05-11T18:54:47.159Z[ recovery-image] May 11 18:54:46.104 INFO O| May 11 18:54:46.104 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
83922026-05-11T18:54:47.159Z[ recovery-image] May 11 18:54:46.104 INFO O| May 11 18:54:46.104 INFO STEP 12 (remove_files) COMPLETE
83932026-05-11T18:54:47.159Z[ recovery-image] May 11 18:54:46.104 INFO O| May 11 18:54:46.104 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83942026-05-11T18:54:47.169Z[ recovery-image] May 11 18:54:46.113 INFO O| May 11 18:54:46.113 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83952026-05-11T18:54:47.169Z[ recovery-image] May 11 18:54:46.113 INFO O| May 11 18:54:46.113 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83962026-05-11T18:54:47.172Z[ recovery-image] May 11 18:54:46.113 INFO O| May 11 18:54:46.113 INFO STEP 13 (ensure_dir) COMPLETE
83972026-05-11T18:54:47.172Z[ recovery-image] May 11 18:54:46.113 INFO O| May 11 18:54:46.113 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83982026-05-11T18:54:47.176Z[ recovery-image] May 11 18:54:46.121 INFO O| May 11 18:54:46.121 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83992026-05-11T18:54:47.176Z[ recovery-image] May 11 18:54:46.121 INFO O| May 11 18:54:46.121 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84002026-05-11T18:54:47.176Z[ recovery-image] May 11 18:54:46.121 INFO O| May 11 18:54:46.121 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84012026-05-11T18:54:47.176Z[ recovery-image] May 11 18:54:46.121 INFO O| May 11 18:54:46.121 INFO STEP 14 (ensure_dir) COMPLETE
84022026-05-11T18:54:47.176Z[ recovery-image] May 11 18:54:46.121 INFO O| May 11 18:54:46.121 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84032026-05-11T18:54:47.184Z[ recovery-image] May 11 18:54:46.132 INFO O| May 11 18:54:46.132 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84042026-05-11T18:54:47.184Z[ recovery-image] May 11 18:54:46.132 INFO O| May 11 18:54:46.132 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84052026-05-11T18:54:47.184Z[ recovery-image] May 11 18:54:46.132 INFO O| May 11 18:54:46.132 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84062026-05-11T18:54:47.184Z[ recovery-image] May 11 18:54:46.132 INFO O| May 11 18:54:46.132 INFO STEP 15 (ensure_dir) COMPLETE
84072026-05-11T18:54:47.187Z[ recovery-image] May 11 18:54:46.132 INFO O| May 11 18:54:46.132 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84082026-05-11T18:54:47.194Z[ recovery-image] May 11 18:54:46.141 INFO O| May 11 18:54:46.141 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84092026-05-11T18:54:47.194Z[ recovery-image] May 11 18:54:46.141 INFO O| May 11 18:54:46.141 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84102026-05-11T18:54:47.197Z[ recovery-image] May 11 18:54:46.141 INFO O| May 11 18:54:46.141 INFO STEP 16 (ensure_dir) COMPLETE
84112026-05-11T18:54:47.197Z[ recovery-image] May 11 18:54:46.141 INFO O| May 11 18:54:46.141 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84122026-05-11T18:54:47.201Z[ recovery-image] May 11 18:54:46.149 INFO O| May 11 18:54:46.149 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84132026-05-11T18:54:47.201Z[ recovery-image] May 11 18:54:46.149 INFO O| May 11 18:54:46.149 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84142026-05-11T18:54:47.201Z[ recovery-image] May 11 18:54:46.149 INFO O| May 11 18:54:46.149 INFO STEP 17 (ensure_dir) COMPLETE
84152026-05-11T18:54:47.204Z[ recovery-image] May 11 18:54:46.149 INFO O| May 11 18:54:46.149 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84162026-05-11T18:54:47.212Z[ recovery-image] May 11 18:54:46.159 INFO O| May 11 18:54:46.159 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
84172026-05-11T18:54:47.212Z[ recovery-image] May 11 18:54:46.159 INFO O| May 11 18:54:46.159 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
84182026-05-11T18:54:47.212Z[ recovery-image] May 11 18:54:46.159 INFO O| May 11 18:54:46.159 INFO ok!
84192026-05-11T18:54:47.215Z[ recovery-image] May 11 18:54:46.159 INFO O| May 11 18:54:46.159 INFO STEP 18 (ensure_symlink) COMPLETE
84202026-05-11T18:54:47.215Z[ recovery-image] May 11 18:54:46.159 INFO O| May 11 18:54:46.159 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84212026-05-11T18:54:47.220Z[ recovery-image] May 11 18:54:46.168 INFO O| May 11 18:54:46.168 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
84222026-05-11T18:54:47.220Z[ recovery-image] May 11 18:54:46.168 INFO O| May 11 18:54:46.168 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
84232026-05-11T18:54:47.220Z[ recovery-image] May 11 18:54:46.168 INFO O| May 11 18:54:46.168 INFO ok!
84242026-05-11T18:54:47.220Z[ recovery-image] May 11 18:54:46.168 INFO O| May 11 18:54:46.168 INFO STEP 19 (ensure_file) COMPLETE
84252026-05-11T18:54:47.226Z[ recovery-image] May 11 18:54:46.168 INFO O| May 11 18:54:46.168 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84262026-05-11T18:54:47.230Z[ recovery-image] May 11 18:54:46.178 INFO O| May 11 18:54:46.178 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
84272026-05-11T18:54:47.230Z[ recovery-image] May 11 18:54:46.179 INFO O| May 11 18:54:46.178 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
84282026-05-11T18:54:47.230Z[ recovery-image] May 11 18:54:46.179 INFO O| May 11 18:54:46.179 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
84292026-05-11T18:54:47.234Z[ recovery-image] May 11 18:54:46.179 INFO O| May 11 18:54:46.179 INFO ok!
84302026-05-11T18:54:47.234Z[ recovery-image] May 11 18:54:46.179 INFO O| May 11 18:54:46.179 INFO STEP 20 (ensure_symlink) COMPLETE
84312026-05-11T18:54:47.234Z[ recovery-image] May 11 18:54:46.179 INFO O| May 11 18:54:46.179 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84322026-05-11T18:54:47.241Z[ recovery-image] May 11 18:54:46.188 INFO O| May 11 18:54:46.188 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
84332026-05-11T18:54:47.241Z[ recovery-image] May 11 18:54:46.188 INFO O| May 11 18:54:46.188 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
84342026-05-11T18:54:47.245Z[ recovery-image] May 11 18:54:46.188 INFO O| May 11 18:54:46.188 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
84352026-05-11T18:54:47.245Z[ recovery-image] May 11 18:54:46.188 INFO O| May 11 18:54:46.188 INFO ok!
84362026-05-11T18:54:47.245Z[ recovery-image] May 11 18:54:46.188 INFO O| May 11 18:54:46.188 INFO STEP 21 (ensure_symlink) COMPLETE
84372026-05-11T18:54:47.246Z[ recovery-image] May 11 18:54:46.188 INFO O| May 11 18:54:46.188 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84382026-05-11T18:54:47.250Z[ recovery-image] May 11 18:54:46.198 INFO O| May 11 18:54:46.198 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
84392026-05-11T18:54:47.250Z[ recovery-image] May 11 18:54:46.198 INFO O| May 11 18:54:46.198 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
84402026-05-11T18:54:47.250Z[ recovery-image] May 11 18:54:46.198 INFO O| May 11 18:54:46.198 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
84412026-05-11T18:54:47.253Z[ recovery-image] May 11 18:54:46.198 INFO O| May 11 18:54:46.198 INFO ok!
84422026-05-11T18:54:47.253Z[ recovery-image] May 11 18:54:46.198 INFO O| May 11 18:54:46.198 INFO STEP 22 (ensure_symlink) COMPLETE
84432026-05-11T18:54:47.253Z[ recovery-image] May 11 18:54:46.198 INFO O| May 11 18:54:46.198 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84442026-05-11T18:54:47.260Z[ recovery-image] May 11 18:54:46.208 INFO O| May 11 18:54:46.208 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
84452026-05-11T18:54:47.260Z[ recovery-image] May 11 18:54:46.208 INFO O| May 11 18:54:46.208 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
84462026-05-11T18:54:47.260Z[ recovery-image] May 11 18:54:46.208 INFO O| May 11 18:54:46.208 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
84472026-05-11T18:54:47.269Z[ recovery-image] May 11 18:54:46.208 INFO O| May 11 18:54:46.208 INFO ok!
84482026-05-11T18:54:47.269Z[ recovery-image] May 11 18:54:46.208 INFO O| May 11 18:54:46.208 INFO STEP 23 (ensure_symlink) COMPLETE
84492026-05-11T18:54:47.269Z[ recovery-image] May 11 18:54:46.208 INFO O| May 11 18:54:46.208 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84502026-05-11T18:54:47.280Z[ recovery-image] May 11 18:54:46.216 INFO O| May 11 18:54:46.216 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
84512026-05-11T18:54:47.280Z[ recovery-image] May 11 18:54:46.216 INFO O| May 11 18:54:46.216 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 ...
84522026-05-11T18:54:47.280Z[ recovery-image] May 11 18:54:46.216 INFO O| May 11 18:54:46.216 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
84532026-05-11T18:54:47.280Z[ recovery-image] May 11 18:54:46.216 INFO O| May 11 18:54:46.216 INFO ok!
84542026-05-11T18:54:47.281Z[ recovery-image] May 11 18:54:46.216 INFO O| May 11 18:54:46.216 INFO STEP 24 (ensure_file) COMPLETE
84552026-05-11T18:54:47.281Z[ recovery-image] May 11 18:54:46.216 INFO O| May 11 18:54:46.216 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
84562026-05-11T18:54:47.281Z[ recovery-image] May 11 18:54:46.224 INFO O| May 11 18:54:46.224 INFO updating shadow file
84572026-05-11T18:54:47.281Z[ recovery-image] May 11 18:54:46.224 INFO O| May 11 18:54:46.224 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84582026-05-11T18:54:47.281Z[ recovery-image] May 11 18:54:46.224 INFO O| May 11 18:54:46.224 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84592026-05-11T18:54:47.281Z[ recovery-image] May 11 18:54:46.224 INFO O| May 11 18:54:46.224 INFO STEP 25 (shadow) COMPLETE
84602026-05-11T18:54:47.281Z[ recovery-image] May 11 18:54:46.224 INFO O| May 11 18:54:46.224 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84612026-05-11T18:54:47.284Z[ recovery-image] May 11 18:54:46.232 INFO O| May 11 18:54:46.232 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
84622026-05-11T18:54:47.285Z[ recovery-image] May 11 18:54:46.232 INFO O| May 11 18:54:46.232 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
84632026-05-11T18:54:47.285Z[ recovery-image] May 11 18:54:46.232 INFO O| May 11 18:54:46.232 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
84642026-05-11T18:54:47.285Z[ recovery-image] May 11 18:54:46.232 INFO O| May 11 18:54:46.232 INFO ok!
84652026-05-11T18:54:47.285Z[ recovery-image] May 11 18:54:46.232 INFO O| May 11 18:54:46.232 INFO STEP 26 (ensure_file) COMPLETE
84662026-05-11T18:54:47.285Z[ recovery-image] May 11 18:54:46.232 INFO O| May 11 18:54:46.232 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84672026-05-11T18:54:47.294Z[ recovery-image] May 11 18:54:46.240 INFO O| May 11 18:54:46.240 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
84682026-05-11T18:54:47.294Z[ recovery-image] May 11 18:54:46.240 INFO O| May 11 18:54:46.240 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
84692026-05-11T18:54:47.298Z[ recovery-image] May 11 18:54:46.240 INFO O| May 11 18:54:46.240 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
84702026-05-11T18:54:47.298Z[ recovery-image] May 11 18:54:46.240 INFO O| May 11 18:54:46.240 INFO ok!
84712026-05-11T18:54:47.298Z[ recovery-image] May 11 18:54:46.240 INFO O| May 11 18:54:46.240 INFO STEP 27 (ensure_file) COMPLETE
84722026-05-11T18:54:47.299Z[ recovery-image] May 11 18:54:46.240 INFO O| May 11 18:54:46.240 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84732026-05-11T18:54:47.305Z[ recovery-image] May 11 18:54:46.249 INFO O| May 11 18:54:46.249 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
84742026-05-11T18:54:47.305Z[ recovery-image] May 11 18:54:46.249 INFO O| May 11 18:54:46.249 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
84752026-05-11T18:54:47.305Z[ recovery-image] May 11 18:54:46.249 INFO O| May 11 18:54:46.249 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84762026-05-11T18:54:47.305Z[ recovery-image] May 11 18:54:46.249 INFO O| May 11 18:54:46.249 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84772026-05-11T18:54:47.305Z[ recovery-image] May 11 18:54:46.249 INFO O| May 11 18:54:46.249 INFO ok!
84782026-05-11T18:54:47.306Z[ recovery-image] May 11 18:54:46.249 INFO O| May 11 18:54:46.249 INFO STEP 28 (ensure_file) COMPLETE
84792026-05-11T18:54:47.306Z[ recovery-image] May 11 18:54:46.249 INFO O| May 11 18:54:46.249 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84802026-05-11T18:54:47.314Z[ recovery-image] May 11 18:54:46.256 INFO O| May 11 18:54:46.256 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
84812026-05-11T18:54:47.314Z[ recovery-image] May 11 18:54:46.256 INFO O| May 11 18:54:46.256 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
84822026-05-11T18:54:47.314Z[ recovery-image] May 11 18:54:46.256 INFO O| May 11 18:54:46.256 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
84832026-05-11T18:54:47.314Z[ recovery-image] May 11 18:54:46.256 INFO O| May 11 18:54:46.256 INFO ok!
84842026-05-11T18:54:47.314Z[ recovery-image] May 11 18:54:46.256 INFO O| May 11 18:54:46.256 INFO STEP 29 (ensure_file) COMPLETE
84852026-05-11T18:54:47.315Z[ recovery-image] May 11 18:54:46.256 INFO O| May 11 18:54:46.256 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84862026-05-11T18:54:47.319Z[ recovery-image] May 11 18:54:46.265 INFO O| May 11 18:54:46.265 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84872026-05-11T18:54:47.319Z[ recovery-image] May 11 18:54:46.265 INFO O| May 11 18:54:46.265 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84882026-05-11T18:54:47.320Z[ recovery-image] May 11 18:54:46.265 INFO O| May 11 18:54:46.265 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84892026-05-11T18:54:47.320Z[ recovery-image] May 11 18:54:46.265 INFO O| May 11 18:54:46.265 INFO STEP 30 (ensure_dir) COMPLETE
84902026-05-11T18:54:47.320Z[ recovery-image] May 11 18:54:46.265 INFO O| May 11 18:54:46.265 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84912026-05-11T18:54:47.327Z[ recovery-image] May 11 18:54:46.276 INFO O| May 11 18:54:46.275 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
84922026-05-11T18:54:47.327Z[ recovery-image] May 11 18:54:46.276 INFO O| May 11 18:54:46.275 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 ...
84932026-05-11T18:54:47.327Z[ recovery-image] May 11 18:54:46.276 INFO O| May 11 18:54:46.276 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
84942026-05-11T18:54:47.332Z[ recovery-image] May 11 18:54:46.276 INFO O| May 11 18:54:46.276 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
84952026-05-11T18:54:47.332Z[ recovery-image] May 11 18:54:46.276 INFO O| May 11 18:54:46.276 INFO ok!
84962026-05-11T18:54:47.332Z[ recovery-image] May 11 18:54:46.276 INFO O| May 11 18:54:46.276 INFO STEP 31 (ensure_file) COMPLETE
84972026-05-11T18:54:47.332Z[ recovery-image] May 11 18:54:46.276 INFO O| May 11 18:54:46.276 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84982026-05-11T18:54:47.341Z[ recovery-image] May 11 18:54:46.287 INFO O| May 11 18:54:46.287 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84992026-05-11T18:54:47.341Z[ recovery-image] May 11 18:54:46.287 INFO O| May 11 18:54:46.287 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85002026-05-11T18:54:47.341Z[ recovery-image] May 11 18:54:46.287 INFO O| May 11 18:54:46.287 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85012026-05-11T18:54:47.346Z[ recovery-image] May 11 18:54:46.287 INFO O| May 11 18:54:46.287 INFO STEP 32 (ensure_dir) COMPLETE
85022026-05-11T18:54:47.346Z[ recovery-image] May 11 18:54:46.287 INFO O| May 11 18:54:46.287 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85032026-05-11T18:54:47.355Z[ recovery-image] May 11 18:54:46.297 INFO O| May 11 18:54:46.297 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
85042026-05-11T18:54:47.355Z[ recovery-image] May 11 18:54:46.297 INFO O| May 11 18:54:46.297 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 ...
85052026-05-11T18:54:47.355Z[ recovery-image] May 11 18:54:46.298 INFO O| May 11 18:54:46.297 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
85062026-05-11T18:54:47.355Z[ recovery-image] May 11 18:54:46.298 INFO O| May 11 18:54:46.298 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
85072026-05-11T18:54:47.355Z[ recovery-image] May 11 18:54:46.298 INFO O| May 11 18:54:46.298 INFO ok!
85082026-05-11T18:54:47.355Z[ recovery-image] May 11 18:54:46.298 INFO O| May 11 18:54:46.298 INFO STEP 33 (ensure_file) COMPLETE
85092026-05-11T18:54:47.355Z[ recovery-image] May 11 18:54:46.298 INFO O| May 11 18:54:46.298 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85102026-05-11T18:54:47.360Z[ recovery-image] May 11 18:54:46.307 INFO O| May 11 18:54:46.306 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
85112026-05-11T18:54:47.360Z[ recovery-image] May 11 18:54:46.307 INFO O| May 11 18:54:46.306 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
85122026-05-11T18:54:47.360Z[ recovery-image] May 11 18:54:46.307 INFO O| May 11 18:54:46.307 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
85132026-05-11T18:54:47.360Z[ recovery-image] May 11 18:54:46.307 INFO O| May 11 18:54:46.307 INFO ok!
85142026-05-11T18:54:47.360Z[ recovery-image] May 11 18:54:46.307 INFO O| May 11 18:54:46.307 INFO STEP 34 (ensure_file) COMPLETE
85152026-05-11T18:54:47.360Z[ recovery-image] May 11 18:54:46.307 INFO O| May 11 18:54:46.307 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85162026-05-11T18:54:47.368Z[ recovery-image] May 11 18:54:46.315 INFO O| May 11 18:54:46.315 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
85172026-05-11T18:54:47.368Z[ recovery-image] May 11 18:54:46.315 INFO O| May 11 18:54:46.315 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
85182026-05-11T18:54:47.373Z[ recovery-image] May 11 18:54:46.315 INFO O| May 11 18:54:46.315 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85192026-05-11T18:54:47.373Z[ recovery-image] May 11 18:54:46.315 INFO O| May 11 18:54:46.315 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85202026-05-11T18:54:47.373Z[ recovery-image] May 11 18:54:46.315 INFO O| May 11 18:54:46.315 INFO ok!
85212026-05-11T18:54:47.373Z[ recovery-image] May 11 18:54:46.315 INFO O| May 11 18:54:46.315 INFO STEP 35 (ensure_file) COMPLETE
85222026-05-11T18:54:47.373Z[ recovery-image] May 11 18:54:46.315 INFO O| May 11 18:54:46.315 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85232026-05-11T18:54:47.379Z[ recovery-image] May 11 18:54:46.324 INFO O| May 11 18:54:46.324 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
85242026-05-11T18:54:47.379Z[ recovery-image] May 11 18:54:46.324 INFO O| May 11 18:54:46.324 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
85252026-05-11T18:54:47.379Z[ recovery-image] May 11 18:54:46.324 INFO O| May 11 18:54:46.324 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
85262026-05-11T18:54:47.379Z[ recovery-image] May 11 18:54:46.324 INFO O| May 11 18:54:46.324 INFO ok!
85272026-05-11T18:54:47.379Z[ recovery-image] May 11 18:54:46.324 INFO O| May 11 18:54:46.324 INFO STEP 36 (ensure_file) COMPLETE
85282026-05-11T18:54:47.379Z[ recovery-image] May 11 18:54:46.324 INFO O| May 11 18:54:46.324 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85292026-05-11T18:54:47.386Z[ recovery-image] May 11 18:54:46.333 INFO O| May 11 18:54:46.333 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
85302026-05-11T18:54:47.386Z[ recovery-image] May 11 18:54:46.333 INFO O| May 11 18:54:46.333 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
85312026-05-11T18:54:47.390Z[ recovery-image] May 11 18:54:46.333 INFO O| May 11 18:54:46.333 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
85322026-05-11T18:54:47.390Z[ recovery-image] May 11 18:54:46.333 INFO O| May 11 18:54:46.333 INFO ok!
85332026-05-11T18:54:47.390Z[ recovery-image] May 11 18:54:46.333 INFO O| May 11 18:54:46.333 INFO STEP 37 (ensure_file) COMPLETE
85342026-05-11T18:54:47.390Z[ recovery-image] May 11 18:54:46.333 INFO O| May 11 18:54:46.333 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85352026-05-11T18:54:47.394Z[ recovery-image] May 11 18:54:46.341 INFO O| May 11 18:54:46.341 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
85362026-05-11T18:54:47.394Z[ recovery-image] May 11 18:54:46.341 INFO O| May 11 18:54:46.341 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
85372026-05-11T18:54:47.394Z[ recovery-image] May 11 18:54:46.341 INFO O| May 11 18:54:46.341 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85382026-05-11T18:54:47.394Z[ recovery-image] May 11 18:54:46.341 INFO O| May 11 18:54:46.341 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85392026-05-11T18:54:47.394Z[ recovery-image] May 11 18:54:46.341 INFO O| May 11 18:54:46.341 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85402026-05-11T18:54:47.394Z[ recovery-image] May 11 18:54:46.341 INFO O| May 11 18:54:46.341 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85412026-05-11T18:54:47.395Z[ recovery-image] May 11 18:54:46.341 INFO O| May 11 18:54:46.341 INFO ok!
85422026-05-11T18:54:47.395Z[ recovery-image] May 11 18:54:46.341 INFO O| May 11 18:54:46.341 INFO STEP 38 (ensure_file) COMPLETE
85432026-05-11T18:54:47.395Z[ recovery-image] May 11 18:54:46.341 INFO O| May 11 18:54:46.341 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85442026-05-11T18:54:47.407Z[ recovery-image] May 11 18:54:46.352 INFO O| May 11 18:54:46.352 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85452026-05-11T18:54:47.407Z[ recovery-image] May 11 18:54:46.352 INFO O| May 11 18:54:46.352 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85462026-05-11T18:54:47.407Z[ recovery-image] May 11 18:54:46.352 INFO O| May 11 18:54:46.352 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85472026-05-11T18:54:47.407Z[ recovery-image] May 11 18:54:46.352 INFO O| May 11 18:54:46.352 INFO STEP 39 (ensure_dir) COMPLETE
85482026-05-11T18:54:47.413Z[ recovery-image] May 11 18:54:46.352 INFO O| May 11 18:54:46.352 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85492026-05-11T18:54:47.419Z[ recovery-image] May 11 18:54:46.361 INFO O| May 11 18:54:46.361 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
85502026-05-11T18:54:47.419Z[ recovery-image] May 11 18:54:46.361 INFO O| May 11 18:54:46.361 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 ...
85512026-05-11T18:54:47.419Z[ recovery-image] May 11 18:54:46.361 INFO O| May 11 18:54:46.361 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
85522026-05-11T18:54:47.419Z[ recovery-image] May 11 18:54:46.361 INFO O| May 11 18:54:46.361 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
85532026-05-11T18:54:47.419Z[ recovery-image] May 11 18:54:46.361 INFO O| May 11 18:54:46.361 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
85542026-05-11T18:54:47.419Z[ recovery-image] May 11 18:54:46.361 INFO O| May 11 18:54:46.361 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
85552026-05-11T18:54:47.419Z[ recovery-image] May 11 18:54:46.361 INFO O| May 11 18:54:46.361 INFO ok!
85562026-05-11T18:54:47.419Z[ recovery-image] May 11 18:54:46.361 INFO O| May 11 18:54:46.361 INFO STEP 40 (ensure_file) COMPLETE
85572026-05-11T18:54:47.419Z[ recovery-image] May 11 18:54:46.361 INFO O| May 11 18:54:46.361 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85582026-05-11T18:54:47.422Z[ recovery-image] May 11 18:54:46.370 INFO O| May 11 18:54:46.370 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
85592026-05-11T18:54:47.422Z[ recovery-image] May 11 18:54:46.370 INFO O| May 11 18:54:46.370 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 ...
85602026-05-11T18:54:47.423Z[ recovery-image] May 11 18:54:46.370 INFO O| May 11 18:54:46.370 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
85612026-05-11T18:54:47.423Z[ recovery-image] May 11 18:54:46.370 INFO O| May 11 18:54:46.370 INFO ok!
85622026-05-11T18:54:47.423Z[ recovery-image] May 11 18:54:46.370 INFO O| May 11 18:54:46.370 INFO STEP 41 (ensure_symlink) COMPLETE
85632026-05-11T18:54:47.426Z[ recovery-image] May 11 18:54:46.370 INFO O| May 11 18:54:46.370 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85642026-05-11T18:54:47.432Z[ recovery-image] May 11 18:54:46.380 INFO O| May 11 18:54:46.380 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
85652026-05-11T18:54:47.432Z[ recovery-image] May 11 18:54:46.380 INFO O| May 11 18:54:46.380 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
85662026-05-11T18:54:47.432Z[ recovery-image] May 11 18:54:46.380 INFO O| May 11 18:54:46.380 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
85672026-05-11T18:54:47.436Z[ recovery-image] May 11 18:54:46.380 INFO O| May 11 18:54:46.380 INFO ok!
85682026-05-11T18:54:47.436Z[ recovery-image] May 11 18:54:46.380 INFO O| May 11 18:54:46.380 INFO STEP 42 (ensure_symlink) COMPLETE
85692026-05-11T18:54:47.436Z[ recovery-image] May 11 18:54:46.380 INFO O| May 11 18:54:46.380 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85702026-05-11T18:54:47.443Z[ recovery-image] May 11 18:54:46.390 INFO O| May 11 18:54:46.390 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
85712026-05-11T18:54:47.443Z[ recovery-image] May 11 18:54:46.390 INFO O| May 11 18:54:46.390 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
85722026-05-11T18:54:47.443Z[ recovery-image] May 11 18:54:46.390 INFO O| May 11 18:54:46.390 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85732026-05-11T18:54:47.450Z[ recovery-image] May 11 18:54:46.390 INFO O| May 11 18:54:46.390 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85742026-05-11T18:54:47.450Z[ recovery-image] May 11 18:54:46.390 INFO O| May 11 18:54:46.390 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85752026-05-11T18:54:47.450Z[ recovery-image] May 11 18:54:46.390 INFO O| May 11 18:54:46.390 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85762026-05-11T18:54:47.450Z[ recovery-image] May 11 18:54:46.390 INFO O| May 11 18:54:46.390 INFO ok!
85772026-05-11T18:54:47.450Z[ recovery-image] May 11 18:54:46.390 INFO O| May 11 18:54:46.390 INFO STEP 43 (ensure_file) COMPLETE
85782026-05-11T18:54:47.450Z[ recovery-image] May 11 18:54:46.390 INFO O| May 11 18:54:46.390 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85792026-05-11T18:54:47.454Z[ recovery-image] May 11 18:54:46.399 INFO O| May 11 18:54:46.399 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
85802026-05-11T18:54:47.454Z[ recovery-image] May 11 18:54:46.399 INFO O| May 11 18:54:46.399 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 ...
85812026-05-11T18:54:47.454Z[ recovery-image] May 11 18:54:46.399 INFO O| May 11 18:54:46.399 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
85822026-05-11T18:54:47.454Z[ recovery-image] May 11 18:54:46.399 INFO O| May 11 18:54:46.399 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
85832026-05-11T18:54:47.455Z[ recovery-image] May 11 18:54:46.399 INFO O| May 11 18:54:46.399 INFO ok!
85842026-05-11T18:54:47.455Z[ recovery-image] May 11 18:54:46.399 INFO O| May 11 18:54:46.399 INFO STEP 44 (ensure_file) COMPLETE
85852026-05-11T18:54:47.455Z[ recovery-image] May 11 18:54:46.399 INFO O| May 11 18:54:46.399 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85862026-05-11T18:54:47.460Z[ recovery-image] May 11 18:54:46.408 INFO O| May 11 18:54:46.408 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
85872026-05-11T18:54:47.460Z[ recovery-image] May 11 18:54:46.408 INFO O| May 11 18:54:46.408 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
85882026-05-11T18:54:47.460Z[ recovery-image] May 11 18:54:46.408 INFO O| May 11 18:54:46.408 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
85892026-05-11T18:54:47.464Z[ recovery-image] May 11 18:54:46.408 INFO O| May 11 18:54:46.408 INFO ok!
85902026-05-11T18:54:47.464Z[ recovery-image] May 11 18:54:46.408 INFO O| May 11 18:54:46.408 INFO STEP 45 (ensure_file) COMPLETE
85912026-05-11T18:54:47.464Z[ recovery-image] May 11 18:54:46.408 INFO O| May 11 18:54:46.408 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85922026-05-11T18:54:47.471Z[ recovery-image] May 11 18:54:46.419 INFO O| May 11 18:54:46.418 INFO updating shadow file
85932026-05-11T18:54:47.486Z[ recovery-image] May 11 18:54:46.419 INFO O| May 11 18:54:46.419 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85942026-05-11T18:54:47.487Z[ recovery-image] May 11 18:54:46.419 INFO O| May 11 18:54:46.419 INFO STEP 46 (shadow) COMPLETE
85952026-05-11T18:54:47.487Z[ recovery-image] May 11 18:54:46.419 INFO O| May 11 18:54:46.419 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85962026-05-11T18:54:47.491Z[ recovery-image] May 11 18:54:46.428 INFO O| May 11 18:54:46.428 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
85972026-05-11T18:54:47.491Z[ recovery-image] May 11 18:54:46.428 INFO O| May 11 18:54:46.428 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
85982026-05-11T18:54:47.491Z[ recovery-image] May 11 18:54:46.428 INFO O| May 11 18:54:46.428 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85992026-05-11T18:54:47.491Z[ recovery-image] May 11 18:54:46.428 INFO O| May 11 18:54:46.428 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86002026-05-11T18:54:47.491Z[ recovery-image] May 11 18:54:46.428 INFO O| May 11 18:54:46.428 INFO ok!
86012026-05-11T18:54:47.491Z[ recovery-image] May 11 18:54:46.428 INFO O| May 11 18:54:46.428 INFO STEP 47 (ensure_file) COMPLETE
86022026-05-11T18:54:47.491Z[ recovery-image] May 11 18:54:46.428 INFO O| May 11 18:54:46.428 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86032026-05-11T18:54:47.491Z[ recovery-image] May 11 18:54:46.436 INFO O| May 11 18:54:46.436 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
86042026-05-11T18:54:47.491Z[ recovery-image] May 11 18:54:46.436 INFO O| May 11 18:54:46.436 INFO STEP 48 (ensure_dir) COMPLETE
86052026-05-11T18:54:47.492Z[ recovery-image] May 11 18:54:46.436 INFO O| May 11 18:54:46.436 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86062026-05-11T18:54:47.498Z[ recovery-image] May 11 18:54:46.445 INFO O| May 11 18:54:46.445 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86072026-05-11T18:54:47.498Z[ recovery-image] May 11 18:54:46.445 INFO O| May 11 18:54:46.445 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86082026-05-11T18:54:47.503Z[ recovery-image] May 11 18:54:46.445 INFO O| May 11 18:54:46.445 INFO STEP 49 (ensure_dir) COMPLETE
86092026-05-11T18:54:47.503Z[ recovery-image] May 11 18:54:46.445 INFO O| May 11 18:54:46.445 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86102026-05-11T18:54:47.512Z[ recovery-image] May 11 18:54:46.454 INFO O| May 11 18:54:46.454 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86112026-05-11T18:54:47.512Z[ recovery-image] May 11 18:54:46.454 INFO O| May 11 18:54:46.454 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86122026-05-11T18:54:47.512Z[ recovery-image] May 11 18:54:46.454 INFO O| May 11 18:54:46.454 INFO STEP 50 (ensure_dir) COMPLETE
86132026-05-11T18:54:47.512Z[ recovery-image] May 11 18:54:46.454 INFO O| May 11 18:54:46.454 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86142026-05-11T18:54:47.516Z[ recovery-image] May 11 18:54:46.462 INFO O| May 11 18:54:46.462 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
86152026-05-11T18:54:47.516Z[ recovery-image] May 11 18:54:46.462 INFO O| May 11 18:54:46.462 INFO copying /tmp/.tmpuYb6Gt/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
86162026-05-11T18:54:47.548Z[ recovery-image] May 11 18:54:46.495 INFO O| May 11 18:54:46.495 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
86172026-05-11T18:54:47.548Z[ recovery-image] May 11 18:54:46.495 INFO O| May 11 18:54:46.495 INFO ok!
86182026-05-11T18:54:47.554Z[ recovery-image] May 11 18:54:46.495 INFO O| May 11 18:54:46.495 INFO STEP 51 (ensure_file) COMPLETE
86192026-05-11T18:54:47.554Z[ recovery-image] May 11 18:54:46.495 INFO O| May 11 18:54:46.495 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86202026-05-11T18:54:47.558Z[ recovery-image] May 11 18:54:46.504 INFO O| May 11 18:54:46.504 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86212026-05-11T18:54:47.558Z[ recovery-image] May 11 18:54:46.504 INFO O| May 11 18:54:46.504 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86222026-05-11T18:54:47.558Z[ recovery-image] May 11 18:54:46.504 INFO O| May 11 18:54:46.504 INFO STEP 52 (ensure_dir) COMPLETE
86232026-05-11T18:54:47.558Z[ recovery-image] May 11 18:54:46.504 INFO O| May 11 18:54:46.504 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86242026-05-11T18:54:47.565Z[ recovery-image] May 11 18:54:46.511 INFO O| May 11 18:54:46.511 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
86252026-05-11T18:54:47.565Z[ recovery-image] May 11 18:54:46.511 INFO O| May 11 18:54:46.511 INFO copying /tmp/.tmpuYb6Gt/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
86262026-05-11T18:54:47.574Z[ recovery-image] May 11 18:54:46.511 INFO O| May 11 18:54:46.511 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
86272026-05-11T18:54:47.574Z[ recovery-image] May 11 18:54:46.511 INFO O| May 11 18:54:46.511 INFO ok!
86282026-05-11T18:54:47.574Z[ recovery-image] May 11 18:54:46.511 INFO O| May 11 18:54:46.511 INFO STEP 53 (ensure_file) COMPLETE
86292026-05-11T18:54:47.574Z[ recovery-image] May 11 18:54:46.511 INFO O| May 11 18:54:46.511 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86302026-05-11T18:54:47.574Z[ recovery-image] May 11 18:54:46.518 INFO O| May 11 18:54:46.518 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86312026-05-11T18:54:47.574Z[ recovery-image] May 11 18:54:46.518 INFO O| May 11 18:54:46.518 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86322026-05-11T18:54:47.574Z[ recovery-image] May 11 18:54:46.518 INFO O| May 11 18:54:46.518 INFO STEP 54 (ensure_dir) COMPLETE
86332026-05-11T18:54:47.574Z[ recovery-image] May 11 18:54:46.518 INFO O| May 11 18:54:46.518 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86342026-05-11T18:54:47.578Z[ recovery-image] May 11 18:54:46.526 INFO O| May 11 18:54:46.526 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
86352026-05-11T18:54:47.578Z[ recovery-image] May 11 18:54:46.526 INFO O| May 11 18:54:46.526 INFO copying /tmp/.tmpuYb6Gt/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
86362026-05-11T18:54:47.706Z[ host-image] May 11 18:54:46.654 INFO O| adding properties...
86372026-05-11T18:54:48.060Z[ recovery-image] May 11 18:54:47.007 INFO O| May 11 18:54:47.007 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
86382026-05-11T18:54:48.060Z[ recovery-image] May 11 18:54:47.007 INFO O| May 11 18:54:47.007 INFO ok!
86392026-05-11T18:54:48.101Z[ recovery-image] May 11 18:54:47.007 INFO O| May 11 18:54:47.007 INFO STEP 55 (ensure_file) COMPLETE
86402026-05-11T18:54:48.101Z[ recovery-image] May 11 18:54:47.007 INFO O| May 11 18:54:47.007 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86412026-05-11T18:54:48.107Z[ recovery-image] May 11 18:54:47.017 INFO O| May 11 18:54:47.017 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
86422026-05-11T18:54:48.107Z[ recovery-image] May 11 18:54:47.017 INFO O| May 11 18:54:47.017 INFO copying /tmp/.tmpuYb6Gt/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
86432026-05-11T18:54:48.642Z[ recovery-image] May 11 18:54:47.588 INFO O| May 11 18:54:47.588 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
86442026-05-11T18:54:48.642Z[ recovery-image] May 11 18:54:47.589 INFO O| May 11 18:54:47.588 INFO ok!
86452026-05-11T18:54:48.649Z[ recovery-image] May 11 18:54:47.589 INFO O| May 11 18:54:47.588 INFO STEP 56 (ensure_file) COMPLETE
86462026-05-11T18:54:48.649Z[ recovery-image] May 11 18:54:47.589 INFO O| May 11 18:54:47.588 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86472026-05-11T18:54:48.652Z[ recovery-image] May 11 18:54:47.598 INFO O| May 11 18:54:47.598 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86482026-05-11T18:54:48.652Z[ recovery-image] May 11 18:54:47.598 INFO O| May 11 18:54:47.598 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86492026-05-11T18:54:48.652Z[ recovery-image] May 11 18:54:47.598 INFO O| May 11 18:54:47.598 INFO STEP 57 (ensure_dir) COMPLETE
86502026-05-11T18:54:48.652Z[ recovery-image] May 11 18:54:47.598 INFO O| May 11 18:54:47.598 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86512026-05-11T18:54:48.658Z[ recovery-image] May 11 18:54:47.606 INFO O| May 11 18:54:47.606 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
86522026-05-11T18:54:48.658Z[ recovery-image] May 11 18:54:47.606 INFO O| May 11 18:54:47.606 INFO copying /tmp/.tmpuYb6Gt/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 ...
86532026-05-11T18:54:48.664Z[ recovery-image] May 11 18:54:47.606 INFO O| May 11 18:54:47.606 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
86542026-05-11T18:54:48.664Z[ recovery-image] May 11 18:54:47.606 INFO O| May 11 18:54:47.606 INFO ok!
86552026-05-11T18:54:48.664Z[ recovery-image] May 11 18:54:47.606 INFO O| May 11 18:54:47.606 INFO STEP 58 (ensure_file) COMPLETE
86562026-05-11T18:54:48.664Z[ recovery-image] May 11 18:54:47.606 INFO O| May 11 18:54:47.606 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86572026-05-11T18:54:48.670Z[ recovery-image] May 11 18:54:47.615 INFO O| May 11 18:54:47.615 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
86582026-05-11T18:54:48.670Z[ recovery-image] May 11 18:54:47.615 INFO O| May 11 18:54:47.615 INFO copying /tmp/.tmpuYb6Gt/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 ...
86592026-05-11T18:54:48.670Z[ recovery-image] May 11 18:54:47.615 INFO O| May 11 18:54:47.615 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
86602026-05-11T18:54:48.670Z[ recovery-image] May 11 18:54:47.615 INFO O| May 11 18:54:47.615 INFO ok!
86612026-05-11T18:54:48.670Z[ recovery-image] May 11 18:54:47.615 INFO O| May 11 18:54:47.615 INFO STEP 59 (ensure_file) COMPLETE
86622026-05-11T18:54:48.670Z[ recovery-image] May 11 18:54:47.615 INFO O| May 11 18:54:47.615 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86632026-05-11T18:54:48.680Z[ recovery-image] May 11 18:54:47.627 INFO O| May 11 18:54:47.627 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86642026-05-11T18:54:48.680Z[ recovery-image] May 11 18:54:47.627 INFO O| May 11 18:54:47.627 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86652026-05-11T18:54:48.684Z[ recovery-image] May 11 18:54:47.627 INFO O| May 11 18:54:47.627 INFO STEP 60 (ensure_dir) COMPLETE
86662026-05-11T18:54:48.684Z[ recovery-image] May 11 18:54:47.627 INFO O| May 11 18:54:47.627 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86672026-05-11T18:54:48.688Z[ recovery-image] May 11 18:54:47.635 INFO O| May 11 18:54:47.635 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
86682026-05-11T18:54:48.688Z[ recovery-image] May 11 18:54:47.635 INFO O| May 11 18:54:47.635 INFO copying /tmp/.tmpuYb6Gt/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 ...
86692026-05-11T18:54:48.694Z[ recovery-image] May 11 18:54:47.635 INFO O| May 11 18:54:47.635 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
86702026-05-11T18:54:48.694Z[ recovery-image] May 11 18:54:47.635 INFO O| May 11 18:54:47.635 INFO ok!
86712026-05-11T18:54:48.694Z[ recovery-image] May 11 18:54:47.635 INFO O| May 11 18:54:47.635 INFO STEP 61 (ensure_file) COMPLETE
86722026-05-11T18:54:48.694Z[ recovery-image] May 11 18:54:47.635 INFO O| May 11 18:54:47.635 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86732026-05-11T18:54:48.700Z[ recovery-image] May 11 18:54:47.645 INFO O| May 11 18:54:47.645 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
86742026-05-11T18:54:48.700Z[ recovery-image] May 11 18:54:47.645 INFO O| May 11 18:54:47.645 INFO copying /tmp/.tmpuYb6Gt/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 ...
86752026-05-11T18:54:48.700Z[ recovery-image] May 11 18:54:47.645 INFO O| May 11 18:54:47.645 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
86762026-05-11T18:54:48.700Z[ recovery-image] May 11 18:54:47.645 INFO O| May 11 18:54:47.645 INFO ok!
86772026-05-11T18:54:48.700Z[ recovery-image] May 11 18:54:47.645 INFO O| May 11 18:54:47.645 INFO STEP 62 (ensure_file) COMPLETE
86782026-05-11T18:54:48.700Z[ recovery-image] May 11 18:54:47.646 INFO O| May 11 18:54:47.645 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86792026-05-11T18:54:48.707Z[ recovery-image] May 11 18:54:47.654 INFO O| May 11 18:54:47.654 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86802026-05-11T18:54:48.707Z[ recovery-image] May 11 18:54:47.654 INFO O| May 11 18:54:47.654 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86812026-05-11T18:54:48.715Z[ recovery-image] May 11 18:54:47.654 INFO O| May 11 18:54:47.654 INFO STEP 63 (ensure_dir) COMPLETE
86822026-05-11T18:54:48.715Z[ recovery-image] May 11 18:54:47.654 INFO O| May 11 18:54:47.654 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86832026-05-11T18:54:48.718Z[ recovery-image] May 11 18:54:47.663 INFO O| May 11 18:54:47.663 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
86842026-05-11T18:54:48.718Z[ recovery-image] May 11 18:54:47.663 INFO O| May 11 18:54:47.663 INFO copying /tmp/.tmpuYb6Gt/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 ...
86852026-05-11T18:54:48.718Z[ recovery-image] May 11 18:54:47.663 INFO O| May 11 18:54:47.663 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
86862026-05-11T18:54:48.718Z[ recovery-image] May 11 18:54:47.663 INFO O| May 11 18:54:47.663 INFO ok!
86872026-05-11T18:54:48.718Z[ recovery-image] May 11 18:54:47.663 INFO O| May 11 18:54:47.663 INFO STEP 64 (ensure_file) COMPLETE
86882026-05-11T18:54:48.718Z[ recovery-image] May 11 18:54:47.663 INFO O| May 11 18:54:47.663 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86892026-05-11T18:54:48.725Z[ recovery-image] May 11 18:54:47.673 INFO O| May 11 18:54:47.672 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
86902026-05-11T18:54:48.725Z[ recovery-image] May 11 18:54:47.673 INFO O| May 11 18:54:47.673 INFO copying /tmp/.tmpuYb6Gt/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
86912026-05-11T18:54:48.729Z[ recovery-image] May 11 18:54:47.673 INFO O| May 11 18:54:47.673 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
86922026-05-11T18:54:48.729Z[ recovery-image] May 11 18:54:47.673 INFO O| May 11 18:54:47.673 INFO ok!
86932026-05-11T18:54:48.729Z[ recovery-image] May 11 18:54:47.673 INFO O| May 11 18:54:47.673 INFO STEP 65 (ensure_file) COMPLETE
86942026-05-11T18:54:48.729Z[ recovery-image] May 11 18:54:47.673 INFO O| May 11 18:54:47.673 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86952026-05-11T18:54:48.735Z[ recovery-image] May 11 18:54:47.683 INFO O| May 11 18:54:47.682 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
86962026-05-11T18:54:48.735Z[ recovery-image] May 11 18:54:47.683 INFO O| May 11 18:54:47.682 INFO STEP 66 (ensure_dir) COMPLETE
86972026-05-11T18:54:48.744Z[ recovery-image] May 11 18:54:47.683 INFO O| May 11 18:54:47.682 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86982026-05-11T18:54:48.744Z[ recovery-image] May 11 18:54:47.691 INFO O| May 11 18:54:47.691 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
86992026-05-11T18:54:48.744Z[ recovery-image] May 11 18:54:47.691 INFO O| May 11 18:54:47.691 INFO STEP 67 (ensure_dir) COMPLETE
87002026-05-11T18:54:48.744Z[ recovery-image] May 11 18:54:47.691 INFO O| May 11 18:54:47.691 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87012026-05-11T18:54:48.753Z[ recovery-image] May 11 18:54:47.701 INFO O| May 11 18:54:47.700 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
87022026-05-11T18:54:48.753Z[ recovery-image] May 11 18:54:47.701 INFO O| May 11 18:54:47.701 INFO STEP 68 (ensure_dir) COMPLETE
87032026-05-11T18:54:48.756Z[ recovery-image] May 11 18:54:47.701 INFO O| May 11 18:54:47.701 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87042026-05-11T18:54:48.760Z[ recovery-image] May 11 18:54:47.708 INFO O| May 11 18:54:47.708 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
87052026-05-11T18:54:48.760Z[ recovery-image] May 11 18:54:47.708 INFO O| May 11 18:54:47.708 INFO STEP 69 (ensure_dir) COMPLETE
87062026-05-11T18:54:48.760Z[ recovery-image] May 11 18:54:47.709 INFO O| May 11 18:54:47.708 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87072026-05-11T18:54:48.774Z[ recovery-image] May 11 18:54:47.718 INFO O| May 11 18:54:47.717 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
87082026-05-11T18:54:48.774Z[ recovery-image] May 11 18:54:47.718 INFO O| May 11 18:54:47.718 INFO copying /tmp/.tmpuYb6Gt/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
87092026-05-11T18:54:48.774Z[ recovery-image] May 11 18:54:47.718 INFO O| May 11 18:54:47.718 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
87102026-05-11T18:54:48.774Z[ recovery-image] May 11 18:54:47.718 INFO O| May 11 18:54:47.718 INFO ok!
87112026-05-11T18:54:48.781Z[ recovery-image] May 11 18:54:47.718 INFO O| May 11 18:54:47.718 INFO STEP 70 (ensure_file) COMPLETE
87122026-05-11T18:54:48.781Z[ recovery-image] May 11 18:54:47.718 INFO O| May 11 18:54:47.718 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87132026-05-11T18:54:48.784Z[ recovery-image] May 11 18:54:47.726 INFO O| May 11 18:54:47.726 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
87142026-05-11T18:54:48.784Z[ recovery-image] May 11 18:54:47.726 INFO O| May 11 18:54:47.726 INFO STEP 71 (remove_files) COMPLETE
87152026-05-11T18:54:48.784Z[ recovery-image] May 11 18:54:47.726 INFO O| May 11 18:54:47.726 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87162026-05-11T18:54:48.788Z[ recovery-image] May 11 18:54:47.735 INFO O| May 11 18:54:47.735 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
87172026-05-11T18:54:48.788Z[ recovery-image] May 11 18:54:47.736 INFO O| May 11 18:54:47.735 INFO STEP 72 (remove_files) COMPLETE
87182026-05-11T18:54:48.788Z[ recovery-image] May 11 18:54:47.736 INFO O| May 11 18:54:47.736 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87192026-05-11T18:54:48.799Z[ recovery-image] May 11 18:54:47.745 INFO O| May 11 18:54:47.745 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
87202026-05-11T18:54:48.808Z[ recovery-image] May 11 18:54:47.745 INFO O| May 11 18:54:47.745 INFO STEP 73 (remove_files) COMPLETE
87212026-05-11T18:54:48.808Z[ recovery-image] May 11 18:54:47.745 INFO O| May 11 18:54:47.745 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87222026-05-11T18:54:48.815Z[ recovery-image] May 11 18:54:47.753 INFO O| May 11 18:54:47.753 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
87232026-05-11T18:54:48.815Z[ recovery-image] May 11 18:54:47.753 INFO O| May 11 18:54:47.753 INFO STEP 74 (remove_files) COMPLETE
87242026-05-11T18:54:48.815Z[ recovery-image] May 11 18:54:47.753 INFO O| May 11 18:54:47.753 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87252026-05-11T18:54:48.816Z[ recovery-image] May 11 18:54:47.763 INFO O| May 11 18:54:47.763 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
87262026-05-11T18:54:48.816Z[ recovery-image] May 11 18:54:47.763 INFO O| May 11 18:54:47.763 INFO STEP 75 (remove_files) COMPLETE
87272026-05-11T18:54:48.816Z[ recovery-image] May 11 18:54:47.763 INFO O| May 11 18:54:47.763 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87282026-05-11T18:54:48.823Z[ recovery-image] May 11 18:54:47.771 INFO O| May 11 18:54:47.771 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
87292026-05-11T18:54:48.823Z[ recovery-image] May 11 18:54:47.771 INFO O| May 11 18:54:47.771 INFO STEP 76 (remove_files) COMPLETE
87302026-05-11T18:54:48.825Z[ recovery-image] May 11 18:54:47.771 INFO O| May 11 18:54:47.771 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87312026-05-11T18:54:48.831Z[ recovery-image] May 11 18:54:47.779 INFO O| May 11 18:54:47.779 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
87322026-05-11T18:54:48.832Z[ recovery-image] May 11 18:54:47.780 INFO O| May 11 18:54:47.780 INFO STEP 77 (remove_files) COMPLETE
87332026-05-11T18:54:48.839Z[ recovery-image] May 11 18:54:47.780 INFO O| May 11 18:54:47.780 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87342026-05-11T18:54:48.844Z[ recovery-image] May 11 18:54:47.787 INFO O| May 11 18:54:47.787 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
87352026-05-11T18:54:48.844Z[ recovery-image] May 11 18:54:47.787 INFO O| May 11 18:54:47.787 INFO STEP 78 (remove_files) COMPLETE
87362026-05-11T18:54:48.844Z[ recovery-image] May 11 18:54:47.787 INFO O| May 11 18:54:47.787 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87372026-05-11T18:54:48.849Z[ recovery-image] May 11 18:54:47.795 INFO O| May 11 18:54:47.795 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
87382026-05-11T18:54:48.849Z[ recovery-image] May 11 18:54:47.795 INFO O| May 11 18:54:47.795 INFO STEP 79 (remove_files) COMPLETE
87392026-05-11T18:54:48.849Z[ recovery-image] May 11 18:54:47.795 INFO O| May 11 18:54:47.795 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87402026-05-11T18:54:48.854Z[ recovery-image] May 11 18:54:47.802 INFO O| May 11 18:54:47.802 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
87412026-05-11T18:54:48.854Z[ recovery-image] May 11 18:54:47.802 INFO O| May 11 18:54:47.802 INFO STEP 80 (remove_files) COMPLETE
87422026-05-11T18:54:48.854Z[ recovery-image] May 11 18:54:47.802 INFO O| May 11 18:54:47.802 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87432026-05-11T18:54:49.866Z[ recovery-image] May 11 18:54:47.809 INFO O| May 11 18:54:47.809 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
87442026-05-11T18:54:49.866Z[ recovery-image] May 11 18:54:47.809 INFO O| May 11 18:54:47.809 INFO STEP 81 (remove_files) COMPLETE
87452026-05-11T18:54:49.877Z[ recovery-image] May 11 18:54:47.809 INFO O| May 11 18:54:47.809 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87462026-05-11T18:54:49.877Z[ recovery-image] May 11 18:54:47.816 INFO O| May 11 18:54:47.816 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
87472026-05-11T18:54:49.877Z[ recovery-image] May 11 18:54:47.816 INFO O| May 11 18:54:47.816 INFO STEP 82 (remove_files) COMPLETE
87482026-05-11T18:54:49.877Z[ recovery-image] May 11 18:54:47.816 INFO O| May 11 18:54:47.816 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87492026-05-11T18:54:49.877Z[ recovery-image] May 11 18:54:47.825 INFO O| May 11 18:54:47.825 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
87502026-05-11T18:54:49.877Z[ recovery-image] May 11 18:54:47.825 INFO O| May 11 18:54:47.825 INFO STEP 83 (remove_files) COMPLETE
87512026-05-11T18:54:49.877Z[ recovery-image] May 11 18:54:47.825 INFO O| May 11 18:54:47.825 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87522026-05-11T18:54:49.877Z[ recovery-image] May 11 18:54:47.833 INFO O| May 11 18:54:47.833 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
87532026-05-11T18:54:49.877Z[ recovery-image] May 11 18:54:47.833 INFO O| May 11 18:54:47.833 INFO STEP 84 (remove_files) COMPLETE
87542026-05-11T18:54:49.877Z[ recovery-image] May 11 18:54:47.833 INFO O| May 11 18:54:47.833 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87552026-05-11T18:54:49.877Z[ recovery-image] May 11 18:54:47.841 INFO O| May 11 18:54:47.841 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
87562026-05-11T18:54:49.877Z[ recovery-image] May 11 18:54:47.841 INFO O| May 11 18:54:47.841 INFO STEP 85 (remove_files) COMPLETE
87572026-05-11T18:54:49.877Z[ recovery-image] May 11 18:54:47.841 INFO O| May 11 18:54:47.841 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87582026-05-11T18:54:49.877Z[ recovery-image] May 11 18:54:47.852 INFO O| May 11 18:54:47.852 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
87592026-05-11T18:54:49.878Z[ recovery-image] May 11 18:54:47.852 INFO O| May 11 18:54:47.852 INFO STEP 86 (remove_files) COMPLETE
87602026-05-11T18:54:49.878Z[ recovery-image] May 11 18:54:47.852 INFO O| May 11 18:54:47.852 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87612026-05-11T18:54:49.878Z[ recovery-image] May 11 18:54:47.861 INFO O| May 11 18:54:47.861 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
87622026-05-11T18:54:49.878Z[ recovery-image] May 11 18:54:47.861 INFO O| May 11 18:54:47.861 INFO STEP 87 (remove_files) COMPLETE
87632026-05-11T18:54:49.878Z[ recovery-image] May 11 18:54:47.861 INFO O| May 11 18:54:47.861 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87642026-05-11T18:54:49.878Z[ recovery-image] May 11 18:54:47.871 INFO O| May 11 18:54:47.871 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
87652026-05-11T18:54:49.878Z[ recovery-image] May 11 18:54:47.871 INFO O| May 11 18:54:47.871 INFO STEP 88 (remove_files) COMPLETE
87662026-05-11T18:54:49.878Z[ recovery-image] May 11 18:54:47.871 INFO O| May 11 18:54:47.871 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87672026-05-11T18:54:49.878Z[ recovery-image] May 11 18:54:47.882 INFO O| May 11 18:54:47.882 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
87682026-05-11T18:54:49.878Z[ recovery-image] May 11 18:54:47.882 INFO O| May 11 18:54:47.882 INFO STEP 89 (remove_files) COMPLETE
87692026-05-11T18:54:49.878Z[ recovery-image] May 11 18:54:47.882 INFO O| May 11 18:54:47.882 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87702026-05-11T18:54:49.878Z[ recovery-image] May 11 18:54:47.890 INFO O| May 11 18:54:47.890 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
87712026-05-11T18:54:49.878Z[ recovery-image] May 11 18:54:47.890 INFO O| May 11 18:54:47.890 INFO STEP 90 (remove_files) COMPLETE
87722026-05-11T18:54:49.878Z[ recovery-image] May 11 18:54:47.890 INFO O| May 11 18:54:47.890 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87732026-05-11T18:54:49.878Z[ recovery-image] May 11 18:54:47.898 INFO O| May 11 18:54:47.897 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
87742026-05-11T18:54:49.878Z[ recovery-image] May 11 18:54:47.898 INFO O| May 11 18:54:47.898 INFO STEP 91 (remove_files) COMPLETE
87752026-05-11T18:54:49.878Z[ recovery-image] May 11 18:54:47.898 INFO O| May 11 18:54:47.898 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87762026-05-11T18:54:49.878Z[ recovery-image] May 11 18:54:47.906 INFO O| May 11 18:54:47.906 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
87772026-05-11T18:54:49.878Z[ recovery-image] May 11 18:54:47.906 INFO O| May 11 18:54:47.906 INFO STEP 92 (remove_files) COMPLETE
87782026-05-11T18:54:49.878Z[ recovery-image] May 11 18:54:47.906 INFO O| May 11 18:54:47.906 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87792026-05-11T18:54:49.878Z[ recovery-image] May 11 18:54:47.916 INFO O| May 11 18:54:47.916 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
87802026-05-11T18:54:49.878Z[ recovery-image] May 11 18:54:47.916 INFO O| May 11 18:54:47.916 INFO STEP 93 (remove_files) COMPLETE
87812026-05-11T18:54:49.878Z[ recovery-image] May 11 18:54:47.916 INFO O| May 11 18:54:47.916 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87822026-05-11T18:54:49.878Z[ recovery-image] May 11 18:54:47.925 INFO O| May 11 18:54:47.925 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
87832026-05-11T18:54:49.878Z[ recovery-image] May 11 18:54:47.925 INFO O| May 11 18:54:47.925 INFO STEP 94 (remove_files) COMPLETE
87842026-05-11T18:54:49.878Z[ recovery-image] May 11 18:54:47.925 INFO O| May 11 18:54:47.925 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87852026-05-11T18:54:49.879Z[ recovery-image] May 11 18:54:47.934 INFO O| May 11 18:54:47.934 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
87862026-05-11T18:54:49.879Z[ recovery-image] May 11 18:54:47.935 INFO O| May 11 18:54:47.935 INFO STEP 95 (remove_files) COMPLETE
87872026-05-11T18:54:49.879Z[ recovery-image] May 11 18:54:47.935 INFO O| May 11 18:54:47.935 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87882026-05-11T18:54:49.879Z[ recovery-image] May 11 18:54:47.943 INFO O| May 11 18:54:47.943 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
87892026-05-11T18:54:49.879Z[ recovery-image] May 11 18:54:47.943 INFO O| May 11 18:54:47.943 INFO STEP 96 (remove_files) COMPLETE
87902026-05-11T18:54:49.879Z[ recovery-image] May 11 18:54:47.943 INFO O| May 11 18:54:47.943 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87912026-05-11T18:54:49.879Z[ host-image] May 11 18:54:47.944 INFO O| installing packages...
87922026-05-11T18:54:49.879Z[ recovery-image] May 11 18:54:47.951 INFO O| May 11 18:54:47.951 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
87932026-05-11T18:54:49.879Z[ recovery-image] May 11 18:54:47.951 INFO O| May 11 18:54:47.951 INFO STEP 97 (remove_files) COMPLETE
87942026-05-11T18:54:49.879Z[ recovery-image] May 11 18:54:47.951 INFO O| May 11 18:54:47.951 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87952026-05-11T18:54:49.879Z[ recovery-image] May 11 18:54:47.961 INFO O| May 11 18:54:47.961 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
87962026-05-11T18:54:49.879Z[ recovery-image] May 11 18:54:47.961 INFO O| May 11 18:54:47.961 INFO STEP 98 (remove_files) COMPLETE
87972026-05-11T18:54:49.879Z[ recovery-image] May 11 18:54:47.961 INFO O| May 11 18:54:47.961 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87982026-05-11T18:54:49.879Z[ recovery-image] May 11 18:54:47.970 INFO O| May 11 18:54:47.970 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
87992026-05-11T18:54:49.879Z[ recovery-image] May 11 18:54:47.970 INFO O| May 11 18:54:47.970 INFO STEP 99 (remove_files) COMPLETE
88002026-05-11T18:54:49.879Z[ recovery-image] May 11 18:54:47.970 INFO O| May 11 18:54:47.970 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88012026-05-11T18:54:49.879Z[ recovery-image] May 11 18:54:47.983 INFO O| May 11 18:54:47.983 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
88022026-05-11T18:54:49.879Z[ recovery-image] May 11 18:54:47.983 INFO O| May 11 18:54:47.983 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
88032026-05-11T18:54:52.974Z[ recovery-image] May 11 18:54:51.922 INFO O| May 11 18:54:51.922 INFO O| Loading smf(7) service descriptions: 1/682/683/684/685/686/687/688/689/6810/6811/6812/6813/6814/6815/6816/6817/6818/6819/6820/6821/6822/6823/6824/6825/6826/6827/6828/6829/6830/6831/6832/6833/6834/6835/6836/6837/6838/6839/6840/6841/6842/6843/6844/6845/6846/6847/6848/6849/6850/6851/6852/6853/6854/6855/6856/6857/6858/6859/6860/6861/6862/6863/6864/6865/6866/6867/6868/68
88042026-05-11T18:54:52.974Z[ recovery-image] May 11 18:54:51.922 INFO O| May 11 18:54:51.922 INFO E| svccfg: Loaded 68 smf(7) service descriptions
88052026-05-11T18:54:52.987Z[ recovery-image] May 11 18:54:51.934 INFO O| May 11 18:54:51.934 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
88062026-05-11T18:54:53.079Z[ recovery-image] May 11 18:54:52.027 INFO O| May 11 18:54:52.026 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
88072026-05-11T18:54:53.145Z[ recovery-image] May 11 18:54:52.093 INFO O| May 11 18:54:52.093 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_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"}
88082026-05-11T18:54:53.223Z[ recovery-image] May 11 18:54:52.170 INFO O| May 11 18:54:52.170 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
88092026-05-11T18:54:53.223Z[ recovery-image] May 11 18:54:52.170 INFO O| May 11 18:54:52.170 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 ...
88102026-05-11T18:54:53.230Z[ recovery-image] May 11 18:54:52.172 INFO O| May 11 18:54:52.172 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
88112026-05-11T18:54:53.230Z[ recovery-image] May 11 18:54:52.172 INFO O| May 11 18:54:52.172 INFO ok!
88122026-05-11T18:54:53.230Z[ recovery-image] May 11 18:54:52.172 INFO O| May 11 18:54:52.172 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
88132026-05-11T18:54:53.230Z[ recovery-image] May 11 18:54:52.172 INFO O| May 11 18:54:52.172 INFO STEP 100 (seed_smf) COMPLETE
88142026-05-11T18:54:53.230Z[ recovery-image] May 11 18:54:52.172 INFO O| May 11 18:54:52.172 INFO steps complete; finalising image!
88152026-05-11T18:54:53.230Z[ recovery-image] May 11 18:54:52.172 INFO O| May 11 18:54:52.172 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
88162026-05-11T18:54:53.365Z[ recovery-image] May 11 18:54:52.309 INFO O| May 11 18:54:52.309 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Mon May 11 18:54:52 2026)
88172026-05-11T18:54:53.591Z[ recovery-image] May 11 18:54:52.514 INFO O| May 11 18:54:52.514 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon May 11 18:54:52 2026)
88182026-05-11T18:54:53.778Z[ recovery-image] May 11 18:54:52.719 INFO O| May 11 18:54:52.719 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon May 11 18:54:52 2026)
88192026-05-11T18:54:53.992Z[ recovery-image] May 11 18:54:52.936 INFO O| May 11 18:54:52.936 INFO temporary pool has 488M used, 1.27G avail, 1.00x compressratio
88202026-05-11T18:54:53.993Z[ recovery-image] May 11 18:54:52.936 INFO O| May 11 18:54:52.936 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
88212026-05-11T18:54:54.519Z[ recovery-image] May 11 18:54:53.465 INFO O| May 11 18:54:53.465 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
88222026-05-11T18:54:54.519Z[ recovery-image] May 11 18:54:53.465 INFO O| May 11 18:54:53.465 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
88232026-05-11T18:54:56.652Z[ recovery-image] May 11 18:54:55.599 INFO O| May 11 18:54:55.599 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88242026-05-11T18:54:56.652Z[ recovery-image] May 11 18:54:55.599 INFO O| May 11 18:54:55.599 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88252026-05-11T18:54:56.652Z[ recovery-image] May 11 18:54:55.599 INFO O| May 11 18:54:55.599 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88262026-05-11T18:54:56.659Z[ recovery-image] May 11 18:54:55.599 INFO O| May 11 18:54:55.599 INFO completed processing sled/zfs-recovery
88272026-05-11T18:54:56.659Z[ recovery-image] May 11 18:54:55.599 INFO O| May 11 18:54:55.599 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88282026-05-11T18:54:58.294Z[ recovery-image] May 11 18:54:57.242 INFO O| May 11 18:54:57.242 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
88292026-05-11T18:54:58.425Z[ recovery-image] May 11 18:54:57.373 INFO BUILD STRING "heads/stlouis-0-g2205894696\n"
88302026-05-11T18:54:58.425Z[ recovery-image] May 11 18:54:57.373 INFO expanded image name: "recovery c4b2614/${os_short_commit} 2026-05-11 18:35" -> "recovery c4b2614/2205894 2026-05-11 18:35"
88312026-05-11T18:54:58.425Z[ recovery-image] May 11 18:54:57.373 INFO output artefacts stored in: "/work/os-recovery"
88322026-05-11T18:54:58.428Z[ recovery-image] May 11 18:54:57.373 INFO collecting git info from project "dmar-report"...
88332026-05-11T18:54:58.444Z[ recovery-image] May 11 18:54:57.383 INFO collecting git info from project "pilot"...
88342026-05-11T18:54:58.455Z[ recovery-image] May 11 18:54:57.392 INFO collecting git info from project "pinprick"...
88352026-05-11T18:54:58.455Z[ recovery-image] May 11 18:54:57.397 INFO collecting git info from project "phbl"...
88362026-05-11T18:54:58.461Z[ recovery-image] May 11 18:54:57.403 INFO collecting git info from project "bootserver"...
88372026-05-11T18:54:58.461Z[ recovery-image] May 11 18:54:57.408 INFO collecting git info from project "amd-host-image-builder"...
88382026-05-11T18:54:58.517Z[ recovery-image] May 11 18:54:57.459 INFO collecting git info from project "image-builder"...
88392026-05-11T18:54:58.535Z[ recovery-image] May 11 18:54:57.466 INFO collecting git info from project "chelsio-t6-roms"...
88402026-05-11T18:54:58.549Z[ recovery-image] May 11 18:54:57.495 INFO collecting git info from project "amd-firmware"...
88412026-05-11T18:54:58.865Z[ recovery-image] May 11 18:54:57.812 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
88422026-05-11T18:54:59.420Z[ recovery-image] May 11 18:54:58.367 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
88432026-05-11T18:54:59.765Z[ recovery-image] May 11 18:54:58.710 INFO creating Oxide boot image...
88442026-05-11T18:54:59.765Z[ recovery-image] May 11 18:54:58.710 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery c4b2614/2205894 2026-05-11 18:35", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
88452026-05-11T18:55:03.400Z[ host-image] May 11 18:55:02.348 INFO O| seeding SMF database...
88462026-05-11T18:55:07.567Z[ host-image] May 11 18:55:06.507 INFO O| configuring SMF profile...
88472026-05-11T18:55:07.567Z[ host-image] May 11 18:55:06.507 INFO O| modifying shadow(5)...
88482026-05-11T18:55:07.567Z[ host-image] May 11 18:55:06.507 INFO O| loading user and group database...
88492026-05-11T18:55:07.567Z[ host-image] May 11 18:55:06.507 INFO O| loading facet selections...
88502026-05-11T18:55:07.864Z[ host-image] May 11 18:55:06.811 INFO O| devel -> true
88512026-05-11T18:55:07.864Z[ host-image] May 11 18:55:06.811 INFO O| doc.man -> true
88522026-05-11T18:55:07.864Z[ host-image] May 11 18:55:06.811 INFO O| version-lock.shell/ksh93 -> true
88532026-05-11T18:55:07.864Z[ host-image] May 11 18:55:06.811 INFO O| version-lock.system/data/hardware-registry -> true
88542026-05-11T18:55:07.877Z[ host-image] May 11 18:55:06.811 INFO O| version-lock.system/data/zoneinfo -> true
88552026-05-11T18:55:07.877Z[ host-image] May 11 18:55:06.811 INFO O| version-lock.system/microcode/amd -> true
88562026-05-11T18:55:07.877Z[ host-image] May 11 18:55:06.811 INFO O| version-lock.system/microcode/intel -> true
88572026-05-11T18:55:07.877Z[ host-image] May 11 18:55:06.811 INFO O| version-lock.system/microcode/oxide -> true
88582026-05-11T18:55:07.877Z[ host-image] May 11 18:55:06.811 INFO O| assessing packaged files...
88592026-05-11T18:55:09.513Z[ host-image] May 11 18:55:08.461 INFO O| creating archive...
88602026-05-11T18:55:09.549Z[ host-image] May 11 18:55:08.482 INFO O| missing from packaging:
88612026-05-11T18:55:09.549Z[ host-image] May 11 18:55:08.482 INFO O| "etc/.pwd.lock"
88622026-05-11T18:55:09.549Z[ host-image] May 11 18:55:08.482 INFO O| "etc/bash"
88632026-05-11T18:55:09.573Z[ host-image] May 11 18:55:08.485 INFO O| "etc/svc/profile/generic.xml"
88642026-05-11T18:55:09.573Z[ host-image] May 11 18:55:08.485 INFO O| "etc/svc/profile/inetd_services.xml"
88652026-05-11T18:55:09.574Z[ host-image] May 11 18:55:08.485 INFO O| "etc/svc/profile/name_service.xml"
88662026-05-11T18:55:09.574Z[ host-image] May 11 18:55:08.485 INFO O| "etc/svc/profile/platform.xml"
88672026-05-11T18:55:09.574Z[ host-image] May 11 18:55:08.485 INFO O| "etc/svc/profile/platform_omicron1.xml"
88682026-05-11T18:55:09.574Z[ host-image] May 11 18:55:08.485 INFO O| "etc/svc/repository.db"
88692026-05-11T18:55:09.574Z[ host-image] May 11 18:55:08.491 INFO O| "opt/ooce/share"
88702026-05-11T18:55:09.574Z[ host-image] May 11 18:55:08.491 INFO O| "opt/ooce/share/man"
88712026-05-11T18:55:09.574Z[ host-image] May 11 18:55:08.491 INFO O| "opt/ooce/share/man/man1"
88722026-05-11T18:55:09.574Z[ host-image] May 11 18:55:08.500 INFO O| finishing archive...
88732026-05-11T18:55:16.084Z[ host-image] May 11 18:55:10.840 INFO O| creating gzonly manifest...
88742026-05-11T18:55:16.143Z[ host-image] May 11 18:55:10.846 INFO O| ok
88752026-05-11T18:55:16.143Z[ host-image] May 11 18:55:10.932 INFO image builder template: ramdisk-02-trim...
88762026-05-11T18:55:16.143Z[ host-image] May 11 18:55:10.932 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/.tmpuYb6Gt/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.40.474", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
88772026-05-11T18:55:16.143Z[ host-image] May 11 18:55:10.949 INFO O| May 11 18:55:10.949 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
88782026-05-11T18:55:16.143Z[ host-image] May 11 18:55:10.952 INFO O| May 11 18:55:10.952 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
88792026-05-11T18:55:16.143Z[ host-image] May 11 18:55:11.116 INFO O| May 11 18:55:11.116 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
88802026-05-11T18:55:16.143Z[ host-image] May 11 18:55:11.190 INFO O| May 11 18:55:11.189 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
88812026-05-11T18:55:16.143Z[ host-image] May 11 18:55:11.190 INFO O| May 11 18:55:11.190 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
88822026-05-11T18:55:16.143Z[ host-image] May 11 18:55:11.194 INFO O| May 11 18:55:11.194 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
88832026-05-11T18:55:16.144Z[ host-image] May 11 18:55:11.197 INFO O| May 11 18:55:11.197 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
88842026-05-11T18:55:16.144Z[ host-image] May 11 18:55:11.201 INFO O| May 11 18:55:11.201 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
88852026-05-11T18:55:16.144Z[ host-image] May 11 18:55:11.596 INFO O| May 11 18:55:11.595 INFO rolled back to input snapshot; work may begin
88862026-05-11T18:55:16.144Z[ host-image] May 11 18:55:11.596 INFO O| May 11 18:55:11.595 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
88872026-05-11T18:55:16.144Z[ host-image] May 11 18:55:11.601 INFO O| May 11 18:55:11.601 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
88882026-05-11T18:55:16.144Z[ host-image] May 11 18:55:11.609 INFO O| May 11 18:55:11.609 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
88892026-05-11T18:55:16.144Z[ host-image] May 11 18:55:11.643 INFO O| May 11 18:55:11.643 INFO STEP 0 (remove_files) COMPLETE
88902026-05-11T18:55:16.144Z[ host-image] May 11 18:55:11.643 INFO O| May 11 18:55:11.643 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
88912026-05-11T18:55:16.144Z[ host-image] May 11 18:55:11.653 INFO O| May 11 18:55:11.653 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
88922026-05-11T18:55:16.144Z[ host-image] May 11 18:55:11.655 INFO O| May 11 18:55:11.655 INFO STEP 1 (remove_files) COMPLETE
88932026-05-11T18:55:16.144Z[ host-image] May 11 18:55:11.655 INFO O| May 11 18:55:11.655 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
88942026-05-11T18:55:16.144Z[ host-image] May 11 18:55:11.663 INFO O| May 11 18:55:11.662 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
88952026-05-11T18:55:16.144Z[ host-image] May 11 18:55:11.674 INFO O| May 11 18:55:11.674 INFO STEP 2 (remove_files) COMPLETE
88962026-05-11T18:55:16.144Z[ host-image] May 11 18:55:11.674 INFO O| May 11 18:55:11.674 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
88972026-05-11T18:55:16.144Z[ host-image] May 11 18:55:11.684 INFO O| May 11 18:55:11.684 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
88982026-05-11T18:55:16.144Z[ host-image] May 11 18:55:11.685 INFO O| May 11 18:55:11.685 INFO STEP 3 (remove_files) COMPLETE
88992026-05-11T18:55:16.144Z[ host-image] May 11 18:55:11.685 INFO O| May 11 18:55:11.685 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89002026-05-11T18:55:16.144Z[ host-image] May 11 18:55:11.695 INFO O| May 11 18:55:11.694 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
89012026-05-11T18:55:16.144Z[ host-image] May 11 18:55:11.697 INFO O| May 11 18:55:11.697 INFO STEP 4 (remove_files) COMPLETE
89022026-05-11T18:55:16.144Z[ host-image] May 11 18:55:11.697 INFO O| May 11 18:55:11.697 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89032026-05-11T18:55:16.144Z[ host-image] May 11 18:55:11.706 INFO O| May 11 18:55:11.706 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
89042026-05-11T18:55:16.144Z[ host-image] May 11 18:55:11.708 INFO O| May 11 18:55:11.707 INFO STEP 5 (remove_files) COMPLETE
89052026-05-11T18:55:16.144Z[ host-image] May 11 18:55:11.708 INFO O| May 11 18:55:11.708 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89062026-05-11T18:55:16.144Z[ host-image] May 11 18:55:11.717 INFO O| May 11 18:55:11.717 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
89072026-05-11T18:55:16.144Z[ host-image] May 11 18:55:11.727 INFO O| May 11 18:55:11.727 INFO STEP 6 (remove_files) COMPLETE
89082026-05-11T18:55:16.144Z[ host-image] May 11 18:55:11.727 INFO O| May 11 18:55:11.727 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89092026-05-11T18:55:16.144Z[ host-image] May 11 18:55:11.727 INFO O| May 11 18:55:11.727 INFO skip step because feature "heliosv2" is not enabled
89102026-05-11T18:55:16.144Z[ host-image] May 11 18:55:11.727 INFO O| May 11 18:55:11.727 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89112026-05-11T18:55:16.144Z[ host-image] May 11 18:55:11.737 INFO O| May 11 18:55:11.737 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
89122026-05-11T18:55:16.144Z[ host-image] May 11 18:55:11.748 INFO O| May 11 18:55:11.748 INFO STEP 8 (remove_files) COMPLETE
89132026-05-11T18:55:16.144Z[ host-image] May 11 18:55:11.748 INFO O| May 11 18:55:11.748 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89142026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.757 INFO O| May 11 18:55:11.757 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
89152026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.822 INFO O| May 11 18:55:11.822 INFO STEP 9 (remove_files) COMPLETE
89162026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.822 INFO O| May 11 18:55:11.822 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89172026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.831 INFO O| May 11 18:55:11.831 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
89182026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.908 INFO O| May 11 18:55:11.908 INFO STEP 10 (remove_files) COMPLETE
89192026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.908 INFO O| May 11 18:55:11.908 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89202026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.917 INFO O| May 11 18:55:11.917 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
89212026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.920 INFO O| May 11 18:55:11.920 INFO STEP 11 (remove_files) COMPLETE
89222026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.920 INFO O| May 11 18:55:11.920 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89232026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.929 INFO O| May 11 18:55:11.929 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
89242026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.929 INFO O| May 11 18:55:11.929 INFO STEP 12 (remove_files) COMPLETE
89252026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.929 INFO O| May 11 18:55:11.929 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89262026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.936 INFO O| May 11 18:55:11.936 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
89272026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.937 INFO O| May 11 18:55:11.937 INFO STEP 13 (remove_files) COMPLETE
89282026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.937 INFO O| May 11 18:55:11.937 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89292026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.945 INFO O| May 11 18:55:11.945 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
89302026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.945 INFO O| May 11 18:55:11.945 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
89312026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.945 INFO O| May 11 18:55:11.945 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
89322026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.945 INFO O| May 11 18:55:11.945 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
89332026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.945 INFO O| May 11 18:55:11.945 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
89342026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.945 INFO O| May 11 18:55:11.945 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
89352026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.945 INFO O| May 11 18:55:11.945 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
89362026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.945 INFO O| May 11 18:55:11.945 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
89372026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.945 INFO O| May 11 18:55:11.945 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
89382026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.945 INFO O| May 11 18:55:11.945 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
89392026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.945 INFO O| May 11 18:55:11.945 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
89402026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.946 INFO O| May 11 18:55:11.945 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
89412026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.946 INFO O| May 11 18:55:11.946 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
89422026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.946 INFO O| May 11 18:55:11.946 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
89432026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.946 INFO O| May 11 18:55:11.946 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
89442026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.946 INFO O| May 11 18:55:11.946 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
89452026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.952 INFO O| May 11 18:55:11.952 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
89462026-05-11T18:55:16.145Z[ host-image] May 11 18:55:11.952 INFO O| May 11 18:55:11.952 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
89472026-05-11T18:55:16.146Z[ host-image] May 11 18:55:11.985 INFO O| May 11 18:55:11.985 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
89482026-05-11T18:55:16.146Z[ host-image] May 11 18:55:11.997 INFO O| May 11 18:55:11.997 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
89492026-05-11T18:55:16.146Z[ host-image] May 11 18:55:12.173 INFO O| May 11 18:55:12.173 INFO STEP 14 (remove_files) COMPLETE
89502026-05-11T18:55:16.146Z[ host-image] May 11 18:55:12.173 INFO O| May 11 18:55:12.173 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89512026-05-11T18:55:16.146Z[ host-image] May 11 18:55:12.183 INFO O| May 11 18:55:12.182 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
89522026-05-11T18:55:16.146Z[ host-image] May 11 18:55:12.184 INFO O| May 11 18:55:12.184 INFO STEP 15 (remove_files) COMPLETE
89532026-05-11T18:55:16.146Z[ host-image] May 11 18:55:12.184 INFO O| May 11 18:55:12.184 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89542026-05-11T18:55:16.146Z[ host-image] May 11 18:55:12.192 INFO O| May 11 18:55:12.192 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
89552026-05-11T18:55:16.146Z[ host-image] May 11 18:55:12.197 INFO O| May 11 18:55:12.197 INFO STEP 16 (remove_files) COMPLETE
89562026-05-11T18:55:16.146Z[ host-image] May 11 18:55:12.197 INFO O| May 11 18:55:12.197 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89572026-05-11T18:55:16.146Z[ host-image] May 11 18:55:12.206 INFO O| May 11 18:55:12.206 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
89582026-05-11T18:55:16.146Z[ host-image] May 11 18:55:12.206 INFO O| May 11 18:55:12.206 INFO STEP 17 (remove_files) COMPLETE
89592026-05-11T18:55:16.146Z[ host-image] May 11 18:55:12.206 INFO O| May 11 18:55:12.206 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89602026-05-11T18:55:16.146Z[ host-image] May 11 18:55:12.213 INFO O| May 11 18:55:12.213 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
89612026-05-11T18:55:16.146Z[ host-image] May 11 18:55:12.214 INFO O| May 11 18:55:12.214 INFO STEP 18 (remove_files) COMPLETE
89622026-05-11T18:55:16.146Z[ host-image] May 11 18:55:12.214 INFO O| May 11 18:55:12.214 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89632026-05-11T18:55:16.146Z[ host-image] May 11 18:55:12.220 INFO O| May 11 18:55:12.220 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
89642026-05-11T18:55:16.146Z[ host-image] May 11 18:55:12.220 INFO O| May 11 18:55:12.220 INFO STEP 19 (remove_files) COMPLETE
89652026-05-11T18:55:16.146Z[ host-image] May 11 18:55:12.220 INFO O| May 11 18:55:12.220 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89662026-05-11T18:55:16.146Z[ host-image] May 11 18:55:12.228 INFO O| May 11 18:55:12.228 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
89672026-05-11T18:55:16.146Z[ host-image] May 11 18:55:12.228 INFO O| May 11 18:55:12.228 INFO STEP 20 (remove_files) COMPLETE
89682026-05-11T18:55:16.146Z[ host-image] May 11 18:55:12.228 INFO O| May 11 18:55:12.228 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89692026-05-11T18:55:16.146Z[ host-image] May 11 18:55:12.235 INFO O| May 11 18:55:12.235 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
89702026-05-11T18:55:16.146Z[ host-image] May 11 18:55:12.235 INFO O| May 11 18:55:12.235 INFO STEP 21 (remove_files) COMPLETE
89712026-05-11T18:55:16.146Z[ host-image] May 11 18:55:12.235 INFO O| May 11 18:55:12.235 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89722026-05-11T18:55:16.146Z[ host-image] May 11 18:55:12.242 INFO O| May 11 18:55:12.242 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
89732026-05-11T18:55:16.146Z[ host-image] May 11 18:55:12.243 INFO O| May 11 18:55:12.243 INFO STEP 22 (remove_files) COMPLETE
89742026-05-11T18:55:16.192Z[ host-image] May 11 18:55:12.243 INFO O| May 11 18:55:12.243 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89752026-05-11T18:55:16.192Z[ host-image] May 11 18:55:12.252 INFO O| May 11 18:55:12.252 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
89762026-05-11T18:55:16.192Z[ host-image] May 11 18:55:12.252 INFO O| May 11 18:55:12.252 INFO STEP 23 (remove_files) COMPLETE
89772026-05-11T18:55:16.192Z[ host-image] May 11 18:55:12.252 INFO O| May 11 18:55:12.252 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89782026-05-11T18:55:16.192Z[ host-image] May 11 18:55:12.260 INFO O| May 11 18:55:12.260 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
89792026-05-11T18:55:16.192Z[ host-image] May 11 18:55:12.260 INFO O| May 11 18:55:12.260 INFO STEP 24 (remove_files) COMPLETE
89802026-05-11T18:55:16.192Z[ host-image] May 11 18:55:12.260 INFO O| May 11 18:55:12.260 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89812026-05-11T18:55:16.192Z[ host-image] May 11 18:55:12.268 INFO O| May 11 18:55:12.268 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
89822026-05-11T18:55:16.192Z[ host-image] May 11 18:55:12.268 INFO O| May 11 18:55:12.268 INFO STEP 25 (remove_files) COMPLETE
89832026-05-11T18:55:16.192Z[ host-image] May 11 18:55:12.268 INFO O| May 11 18:55:12.268 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89842026-05-11T18:55:16.192Z[ host-image] May 11 18:55:12.276 INFO O| May 11 18:55:12.276 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
89852026-05-11T18:55:16.192Z[ host-image] May 11 18:55:12.277 INFO O| May 11 18:55:12.276 INFO STEP 26 (remove_files) COMPLETE
89862026-05-11T18:55:16.192Z[ host-image] May 11 18:55:12.277 INFO O| May 11 18:55:12.277 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89872026-05-11T18:55:16.192Z[ host-image] May 11 18:55:12.287 INFO O| May 11 18:55:12.286 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
89882026-05-11T18:55:16.192Z[ host-image] May 11 18:55:12.287 INFO O| May 11 18:55:12.287 INFO STEP 27 (remove_files) COMPLETE
89892026-05-11T18:55:16.192Z[ host-image] May 11 18:55:12.287 INFO O| May 11 18:55:12.287 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89902026-05-11T18:55:16.192Z[ host-image] May 11 18:55:12.295 INFO O| May 11 18:55:12.295 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
89912026-05-11T18:55:16.192Z[ host-image] May 11 18:55:12.295 INFO O| May 11 18:55:12.295 INFO STEP 28 (remove_files) COMPLETE
89922026-05-11T18:55:16.192Z[ host-image] May 11 18:55:12.295 INFO O| May 11 18:55:12.295 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89932026-05-11T18:55:16.192Z[ host-image] May 11 18:55:12.305 INFO O| May 11 18:55:12.305 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
89942026-05-11T18:55:16.193Z[ host-image] May 11 18:55:12.305 INFO O| May 11 18:55:12.305 INFO STEP 29 (remove_files) COMPLETE
89952026-05-11T18:55:16.193Z[ host-image] May 11 18:55:12.305 INFO O| May 11 18:55:12.305 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89962026-05-11T18:55:16.193Z[ host-image] May 11 18:55:12.314 INFO O| May 11 18:55:12.314 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
89972026-05-11T18:55:16.193Z[ host-image] May 11 18:55:12.314 INFO O| May 11 18:55:12.314 INFO STEP 30 (remove_files) COMPLETE
89982026-05-11T18:55:16.193Z[ host-image] May 11 18:55:12.314 INFO O| May 11 18:55:12.314 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89992026-05-11T18:55:16.193Z[ host-image] May 11 18:55:12.321 INFO O| May 11 18:55:12.321 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
90002026-05-11T18:55:16.193Z[ host-image] May 11 18:55:12.321 INFO O| May 11 18:55:12.321 INFO STEP 31 (remove_files) COMPLETE
90012026-05-11T18:55:16.193Z[ host-image] May 11 18:55:12.321 INFO O| May 11 18:55:12.321 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90022026-05-11T18:55:16.193Z[ host-image] May 11 18:55:12.328 INFO O| May 11 18:55:12.328 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
90032026-05-11T18:55:16.193Z[ host-image] May 11 18:55:12.328 INFO O| May 11 18:55:12.328 INFO STEP 32 (remove_files) COMPLETE
90042026-05-11T18:55:16.193Z[ host-image] May 11 18:55:12.328 INFO O| May 11 18:55:12.328 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90052026-05-11T18:55:16.193Z[ host-image] May 11 18:55:12.336 INFO O| May 11 18:55:12.336 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
90062026-05-11T18:55:16.193Z[ host-image] May 11 18:55:12.336 INFO O| May 11 18:55:12.336 INFO STEP 33 (remove_files) COMPLETE
90072026-05-11T18:55:16.193Z[ host-image] May 11 18:55:12.336 INFO O| May 11 18:55:12.336 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90082026-05-11T18:55:16.193Z[ host-image] May 11 18:55:12.345 INFO O| May 11 18:55:12.345 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
90092026-05-11T18:55:16.193Z[ host-image] May 11 18:55:12.345 INFO O| May 11 18:55:12.345 INFO STEP 34 (remove_files) COMPLETE
90102026-05-11T18:55:16.193Z[ host-image] May 11 18:55:12.345 INFO O| May 11 18:55:12.345 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90112026-05-11T18:55:16.193Z[ host-image] May 11 18:55:12.355 INFO O| May 11 18:55:12.354 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
90122026-05-11T18:55:16.193Z[ host-image] May 11 18:55:12.355 INFO O| May 11 18:55:12.355 INFO STEP 35 (remove_files) COMPLETE
90132026-05-11T18:55:16.193Z[ host-image] May 11 18:55:12.355 INFO O| May 11 18:55:12.355 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90142026-05-11T18:55:16.193Z[ host-image] May 11 18:55:12.364 INFO O| May 11 18:55:12.364 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
90152026-05-11T18:55:16.193Z[ host-image] May 11 18:55:12.364 INFO O| May 11 18:55:12.364 INFO STEP 36 (remove_files) COMPLETE
90162026-05-11T18:55:16.193Z[ host-image] May 11 18:55:12.364 INFO O| May 11 18:55:12.364 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90172026-05-11T18:55:16.193Z[ host-image] May 11 18:55:12.374 INFO O| May 11 18:55:12.374 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
90182026-05-11T18:55:16.193Z[ host-image] May 11 18:55:12.374 INFO O| May 11 18:55:12.374 INFO STEP 37 (remove_files) COMPLETE
90192026-05-11T18:55:16.193Z[ host-image] May 11 18:55:12.374 INFO O| May 11 18:55:12.374 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90202026-05-11T18:55:16.193Z[ host-image] May 11 18:55:12.383 INFO O| May 11 18:55:12.383 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
90212026-05-11T18:55:16.193Z[ host-image] May 11 18:55:12.383 INFO O| May 11 18:55:12.383 INFO STEP 38 (remove_files) COMPLETE
90222026-05-11T18:55:16.193Z[ host-image] May 11 18:55:12.383 INFO O| May 11 18:55:12.383 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90232026-05-11T18:55:16.193Z[ host-image] May 11 18:55:12.391 INFO O| May 11 18:55:12.391 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
90242026-05-11T18:55:16.193Z[ host-image] May 11 18:55:12.391 INFO O| May 11 18:55:12.391 INFO STEP 39 (remove_files) COMPLETE
90252026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.391 INFO O| May 11 18:55:12.391 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90262026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.400 INFO O| May 11 18:55:12.400 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
90272026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.400 INFO O| May 11 18:55:12.400 INFO STEP 40 (remove_files) COMPLETE
90282026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.400 INFO O| May 11 18:55:12.400 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90292026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.407 INFO O| May 11 18:55:12.407 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
90302026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.407 INFO O| May 11 18:55:12.407 INFO STEP 41 (remove_files) COMPLETE
90312026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.407 INFO O| May 11 18:55:12.407 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90322026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.416 INFO O| May 11 18:55:12.416 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
90332026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.417 INFO O| May 11 18:55:12.416 INFO STEP 42 (remove_files) COMPLETE
90342026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.417 INFO O| May 11 18:55:12.417 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90352026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.424 INFO O| May 11 18:55:12.424 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
90362026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.425 INFO O| May 11 18:55:12.425 INFO STEP 43 (remove_files) COMPLETE
90372026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.425 INFO O| May 11 18:55:12.425 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90382026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.434 INFO O| May 11 18:55:12.434 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
90392026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.434 INFO O| May 11 18:55:12.434 INFO STEP 44 (remove_files) COMPLETE
90402026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.434 INFO O| May 11 18:55:12.434 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90412026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.443 INFO O| May 11 18:55:12.443 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
90422026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.443 INFO O| May 11 18:55:12.443 INFO STEP 45 (remove_files) COMPLETE
90432026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.443 INFO O| May 11 18:55:12.443 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90442026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.452 INFO O| May 11 18:55:12.452 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
90452026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.452 INFO O| May 11 18:55:12.452 INFO STEP 46 (remove_files) COMPLETE
90462026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.452 INFO O| May 11 18:55:12.452 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90472026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.460 INFO O| May 11 18:55:12.460 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
90482026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.460 INFO O| May 11 18:55:12.460 INFO STEP 47 (remove_files) COMPLETE
90492026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.460 INFO O| May 11 18:55:12.460 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90502026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.470 INFO O| May 11 18:55:12.470 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
90512026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.470 INFO O| May 11 18:55:12.470 INFO STEP 48 (remove_files) COMPLETE
90522026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.470 INFO O| May 11 18:55:12.470 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90532026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.479 INFO O| May 11 18:55:12.479 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
90542026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.479 INFO O| May 11 18:55:12.479 INFO STEP 49 (remove_files) COMPLETE
90552026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.479 INFO O| May 11 18:55:12.479 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90562026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.487 INFO O| May 11 18:55:12.487 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
90572026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.487 INFO O| May 11 18:55:12.487 INFO STEP 50 (remove_files) COMPLETE
90582026-05-11T18:55:16.194Z[ host-image] May 11 18:55:12.487 INFO O| May 11 18:55:12.487 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90592026-05-11T18:55:16.195Z[ host-image] May 11 18:55:12.497 INFO O| May 11 18:55:12.497 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
90602026-05-11T18:55:16.195Z[ host-image] May 11 18:55:12.497 INFO O| May 11 18:55:12.497 INFO STEP 51 (remove_files) COMPLETE
90612026-05-11T18:55:16.195Z[ host-image] May 11 18:55:12.497 INFO O| May 11 18:55:12.497 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90622026-05-11T18:55:16.195Z[ host-image] May 11 18:55:12.507 INFO O| May 11 18:55:12.507 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
90632026-05-11T18:55:16.195Z[ host-image] May 11 18:55:12.508 INFO O| May 11 18:55:12.508 INFO STEP 52 (remove_files) COMPLETE
90642026-05-11T18:55:16.195Z[ host-image] May 11 18:55:12.508 INFO O| May 11 18:55:12.508 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90652026-05-11T18:55:16.195Z[ host-image] May 11 18:55:12.518 INFO O| May 11 18:55:12.518 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
90662026-05-11T18:55:16.195Z[ host-image] May 11 18:55:12.518 INFO O| May 11 18:55:12.518 INFO STEP 53 (remove_files) COMPLETE
90672026-05-11T18:55:16.195Z[ host-image] May 11 18:55:12.518 INFO O| May 11 18:55:12.518 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90682026-05-11T18:55:16.195Z[ host-image] May 11 18:55:12.533 INFO O| May 11 18:55:12.533 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
90692026-05-11T18:55:16.195Z[ host-image] May 11 18:55:12.533 INFO O| May 11 18:55:12.533 INFO STEP 54 (remove_files) COMPLETE
90702026-05-11T18:55:16.195Z[ host-image] May 11 18:55:12.533 INFO O| May 11 18:55:12.533 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90712026-05-11T18:55:16.195Z[ host-image] May 11 18:55:12.568 INFO O| May 11 18:55:12.568 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
90722026-05-11T18:55:16.195Z[ host-image] May 11 18:55:12.568 INFO O| May 11 18:55:12.568 INFO STEP 55 (remove_files) COMPLETE
90732026-05-11T18:55:16.195Z[ host-image] May 11 18:55:12.568 INFO O| May 11 18:55:12.568 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90742026-05-11T18:55:16.201Z[ host-image] May 11 18:55:12.576 INFO O| May 11 18:55:12.576 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
90752026-05-11T18:55:16.202Z[ host-image] May 11 18:55:12.576 INFO O| May 11 18:55:12.576 INFO STEP 56 (remove_files) COMPLETE
90762026-05-11T18:55:16.202Z[ host-image] May 11 18:55:12.576 INFO O| May 11 18:55:12.576 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90772026-05-11T18:55:16.202Z[ host-image] May 11 18:55:12.585 INFO O| May 11 18:55:12.584 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
90782026-05-11T18:55:16.202Z[ host-image] May 11 18:55:12.585 INFO O| May 11 18:55:12.585 INFO STEP 57 (remove_files) COMPLETE
90792026-05-11T18:55:16.202Z[ host-image] May 11 18:55:12.585 INFO O| May 11 18:55:12.585 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90802026-05-11T18:55:16.202Z[ host-image] May 11 18:55:12.592 INFO O| May 11 18:55:12.592 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
90812026-05-11T18:55:16.202Z[ host-image] May 11 18:55:12.592 INFO O| May 11 18:55:12.592 INFO STEP 58 (remove_files) COMPLETE
90822026-05-11T18:55:16.202Z[ host-image] May 11 18:55:12.592 INFO O| May 11 18:55:12.592 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90832026-05-11T18:55:16.202Z[ host-image] May 11 18:55:12.599 INFO O| May 11 18:55:12.599 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
90842026-05-11T18:55:16.202Z[ host-image] May 11 18:55:12.599 INFO O| May 11 18:55:12.599 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
90852026-05-11T18:55:16.203Z[ host-image] May 11 18:55:12.599 INFO O| May 11 18:55:12.599 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
90862026-05-11T18:55:16.203Z[ host-image] May 11 18:55:12.599 INFO O| May 11 18:55:12.599 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
90872026-05-11T18:55:16.203Z[ host-image] May 11 18:55:12.599 INFO O| May 11 18:55:12.599 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
90882026-05-11T18:55:16.203Z[ host-image] May 11 18:55:12.599 INFO O| May 11 18:55:12.599 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
90892026-05-11T18:55:16.203Z[ host-image] May 11 18:55:12.599 INFO O| May 11 18:55:12.599 INFO ok!
90902026-05-11T18:55:16.203Z[ host-image] May 11 18:55:12.599 INFO O| May 11 18:55:12.599 INFO STEP 59 (ensure_file) COMPLETE
90912026-05-11T18:55:16.203Z[ host-image] May 11 18:55:12.599 INFO O| May 11 18:55:12.599 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90922026-05-11T18:55:16.203Z[ host-image] May 11 18:55:12.607 INFO O| May 11 18:55:12.607 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
90932026-05-11T18:55:16.203Z[ host-image] May 11 18:55:12.607 INFO O| May 11 18:55:12.607 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
90942026-05-11T18:55:16.203Z[ host-image] May 11 18:55:12.607 INFO O| May 11 18:55:12.607 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
90952026-05-11T18:55:16.203Z[ host-image] May 11 18:55:12.607 INFO O| May 11 18:55:12.607 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
90962026-05-11T18:55:16.203Z[ host-image] May 11 18:55:12.607 INFO O| May 11 18:55:12.607 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
90972026-05-11T18:55:16.204Z[ host-image] May 11 18:55:12.607 INFO O| May 11 18:55:12.607 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
90982026-05-11T18:55:16.204Z[ host-image] May 11 18:55:12.607 INFO O| May 11 18:55:12.607 INFO ok!
90992026-05-11T18:55:16.204Z[ host-image] May 11 18:55:12.607 INFO O| May 11 18:55:12.607 INFO STEP 60 (ensure_file) COMPLETE
91002026-05-11T18:55:16.204Z[ host-image] May 11 18:55:12.607 INFO O| May 11 18:55:12.607 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91012026-05-11T18:55:16.204Z[ host-image] May 11 18:55:12.614 INFO O| May 11 18:55:12.614 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
91022026-05-11T18:55:16.204Z[ host-image] May 11 18:55:12.614 INFO O| May 11 18:55:12.614 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
91032026-05-11T18:55:16.204Z[ host-image] May 11 18:55:12.614 INFO O| May 11 18:55:12.614 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
91042026-05-11T18:55:16.206Z[ host-image] May 11 18:55:12.614 INFO O| May 11 18:55:12.614 INFO ok!
91052026-05-11T18:55:16.206Z[ host-image] May 11 18:55:12.614 INFO O| May 11 18:55:12.614 INFO STEP 61 (ensure_file) COMPLETE
91062026-05-11T18:55:16.206Z[ host-image] May 11 18:55:12.614 INFO O| May 11 18:55:12.614 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91072026-05-11T18:55:16.206Z[ host-image] May 11 18:55:12.624 INFO O| May 11 18:55:12.624 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
91082026-05-11T18:55:16.206Z[ host-image] May 11 18:55:12.624 INFO O| May 11 18:55:12.624 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
91092026-05-11T18:55:16.206Z[ host-image] May 11 18:55:12.624 INFO O| May 11 18:55:12.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
91102026-05-11T18:55:16.206Z[ host-image] May 11 18:55:12.624 INFO O| May 11 18:55:12.624 INFO ok!
91112026-05-11T18:55:16.206Z[ host-image] May 11 18:55:12.624 INFO O| May 11 18:55:12.624 INFO STEP 62 (ensure_file) COMPLETE
91122026-05-11T18:55:16.206Z[ host-image] May 11 18:55:12.624 INFO O| May 11 18:55:12.624 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91132026-05-11T18:55:16.206Z[ host-image] May 11 18:55:12.633 INFO O| May 11 18:55:12.633 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
91142026-05-11T18:55:16.206Z[ host-image] May 11 18:55:12.633 INFO O| May 11 18:55:12.633 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
91152026-05-11T18:55:16.206Z[ host-image] May 11 18:55:12.633 INFO O| May 11 18:55:12.633 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
91162026-05-11T18:55:16.206Z[ host-image] May 11 18:55:12.633 INFO O| May 11 18:55:12.633 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
91172026-05-11T18:55:16.206Z[ host-image] May 11 18:55:12.633 INFO O| May 11 18:55:12.633 INFO ok!
91182026-05-11T18:55:16.206Z[ host-image] May 11 18:55:12.633 INFO O| May 11 18:55:12.633 INFO STEP 63 (ensure_file) COMPLETE
91192026-05-11T18:55:16.206Z[ host-image] May 11 18:55:12.633 INFO O| May 11 18:55:12.633 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91202026-05-11T18:55:16.206Z[ host-image] May 11 18:55:12.671 INFO O| May 11 18:55:12.671 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
91212026-05-11T18:55:16.206Z[ host-image] May 11 18:55:12.671 INFO O| May 11 18:55:12.671 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
91222026-05-11T18:55:16.206Z[ host-image] May 11 18:55:12.671 INFO O| May 11 18:55:12.671 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
91232026-05-11T18:55:16.206Z[ host-image] May 11 18:55:12.671 INFO O| May 11 18:55:12.671 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
91242026-05-11T18:55:16.206Z[ host-image] May 11 18:55:12.671 INFO O| May 11 18:55:12.671 INFO ok!
91252026-05-11T18:55:16.207Z[ host-image] May 11 18:55:12.671 INFO O| May 11 18:55:12.671 INFO STEP 64 (ensure_file) COMPLETE
91262026-05-11T18:55:16.207Z[ host-image] May 11 18:55:12.671 INFO O| May 11 18:55:12.671 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91272026-05-11T18:55:16.207Z[ host-image] May 11 18:55:12.693 INFO O| May 11 18:55:12.693 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
91282026-05-11T18:55:16.207Z[ host-image] May 11 18:55:12.694 INFO O| May 11 18:55:12.693 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
91292026-05-11T18:55:16.207Z[ host-image] May 11 18:55:12.694 INFO O| May 11 18:55:12.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
91302026-05-11T18:55:16.207Z[ host-image] May 11 18:55:12.694 INFO O| May 11 18:55:12.694 INFO ok!
91312026-05-11T18:55:16.207Z[ host-image] May 11 18:55:12.694 INFO O| May 11 18:55:12.694 INFO STEP 65 (assemble_files) COMPLETE
91322026-05-11T18:55:16.207Z[ host-image] May 11 18:55:12.694 INFO O| May 11 18:55:12.694 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91332026-05-11T18:55:16.207Z[ host-image] May 11 18:55:12.703 INFO O| May 11 18:55:12.703 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
91342026-05-11T18:55:16.207Z[ host-image] May 11 18:55:12.703 INFO O| May 11 18:55:12.703 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
91352026-05-11T18:55:16.207Z[ host-image] May 11 18:55:12.703 INFO O| May 11 18:55:12.703 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
91362026-05-11T18:55:16.207Z[ host-image] May 11 18:55:12.703 INFO O| May 11 18:55:12.703 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
91372026-05-11T18:55:16.207Z[ host-image] May 11 18:55:12.703 INFO O| May 11 18:55:12.703 INFO ok!
91382026-05-11T18:55:16.207Z[ host-image] May 11 18:55:12.703 INFO O| May 11 18:55:12.703 INFO STEP 66 (ensure_file) COMPLETE
91392026-05-11T18:55:16.207Z[ host-image] May 11 18:55:12.703 INFO O| May 11 18:55:12.703 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91402026-05-11T18:55:16.207Z[ host-image] May 11 18:55:12.717 INFO O| May 11 18:55:12.717 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
91412026-05-11T18:55:16.207Z[ host-image] May 11 18:55:12.717 INFO O| May 11 18:55:12.717 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
91422026-05-11T18:55:16.207Z[ host-image] May 11 18:55:12.717 INFO O| May 11 18:55:12.717 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
91432026-05-11T18:55:16.207Z[ host-image] May 11 18:55:12.717 INFO O| May 11 18:55:12.717 INFO STEP 67 (ensure_dir) COMPLETE
91442026-05-11T18:55:16.207Z[ host-image] May 11 18:55:12.717 INFO O| May 11 18:55:12.717 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91452026-05-11T18:55:16.207Z[ host-image] May 11 18:55:12.737 INFO O| May 11 18:55:12.737 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
91462026-05-11T18:55:16.207Z[ host-image] May 11 18:55:12.737 INFO O| May 11 18:55:12.737 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 ...
91472026-05-11T18:55:16.208Z[ host-image] May 11 18:55:12.742 INFO O| May 11 18:55:12.742 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
91482026-05-11T18:55:16.208Z[ host-image] May 11 18:55:12.742 INFO O| May 11 18:55:12.742 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
91492026-05-11T18:55:16.208Z[ host-image] May 11 18:55:12.742 INFO O| May 11 18:55:12.742 INFO ok!
91502026-05-11T18:55:16.208Z[ host-image] May 11 18:55:12.742 INFO O| May 11 18:55:12.742 INFO STEP 68 (ensure_file) COMPLETE
91512026-05-11T18:55:16.208Z[ host-image] May 11 18:55:12.742 INFO O| May 11 18:55:12.742 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91522026-05-11T18:55:16.208Z[ host-image] May 11 18:55:12.751 INFO O| May 11 18:55:12.751 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
91532026-05-11T18:55:16.208Z[ host-image] May 11 18:55:12.751 INFO O| May 11 18:55:12.751 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 ...
91542026-05-11T18:55:16.208Z[ host-image] May 11 18:55:12.751 INFO O| May 11 18:55:12.751 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
91552026-05-11T18:55:16.208Z[ host-image] May 11 18:55:12.751 INFO O| May 11 18:55:12.751 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
91562026-05-11T18:55:16.208Z[ host-image] May 11 18:55:12.751 INFO O| May 11 18:55:12.751 INFO ok!
91572026-05-11T18:55:16.208Z[ host-image] May 11 18:55:12.751 INFO O| May 11 18:55:12.751 INFO STEP 69 (ensure_file) COMPLETE
91582026-05-11T18:55:16.208Z[ host-image] May 11 18:55:12.751 INFO O| May 11 18:55:12.751 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91592026-05-11T18:55:16.208Z[ host-image] May 11 18:55:12.772 INFO O| May 11 18:55:12.772 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
91602026-05-11T18:55:16.208Z[ host-image] May 11 18:55:12.773 INFO O| May 11 18:55:12.773 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
91612026-05-11T18:55:16.208Z[ host-image] May 11 18:55:14.133 INFO O| May 11 18:55:14.133 INFO STEP 70 (pack_tar) COMPLETE
91622026-05-11T18:55:16.208Z[ host-image] May 11 18:55:14.133 INFO O| May 11 18:55:14.133 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
91632026-05-11T18:55:16.208Z[ host-image] May 11 18:55:14.133 INFO O| May 11 18:55:14.133 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
91642026-05-11T18:55:16.208Z[ host-image] May 11 18:55:14.976 INFO O| May 11 18:55:14.976 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91652026-05-11T18:55:16.208Z[ host-image] May 11 18:55:15.038 INFO O| May 11 18:55:15.038 INFO completed processing sled/ramdisk-02-trim
91662026-05-11T18:55:16.208Z[ host-image] May 11 18:55:15.040 INFO image builder template: zfs...
91672026-05-11T18:55:16.208Z[ host-image] May 11 18:55:15.040 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/.tmpuYb6Gt/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.40.474", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "zfs"], pwd: None
91682026-05-11T18:55:16.208Z[ host-image] May 11 18:55:15.053 INFO O| May 11 18:55:15.052 INFO skip include "stress" because feature "stress" is not enabled
91692026-05-11T18:55:16.208Z[ host-image] May 11 18:55:15.053 INFO O| May 11 18:55:15.053 INFO skip include "stress" because feature "compliance" is not enabled
91702026-05-11T18:55:16.208Z[ host-image] May 11 18:55:15.091 INFO O| May 11 18:55:15.091 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
91712026-05-11T18:55:16.208Z[ host-image] May 11 18:55:15.094 INFO O| May 11 18:55:15.094 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
91722026-05-11T18:55:16.208Z[ host-image] May 11 18:55:15.128 INFO O| May 11 18:55:15.128 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
91732026-05-11T18:55:16.218Z[ host-image] May 11 18:55:15.160 INFO O| May 11 18:55:15.160 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
91742026-05-11T18:55:16.218Z[ host-image] May 11 18:55:15.160 INFO O| May 11 18:55:15.160 INFO work dataset: rpool/images/build/host/work/sled/zfs
91752026-05-11T18:55:16.222Z[ host-image] May 11 18:55:15.163 INFO O| May 11 18:55:15.163 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
91762026-05-11T18:55:16.249Z[ host-image] May 11 18:55:15.197 INFO O| May 11 18:55:15.197 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
91772026-05-11T18:55:16.271Z[ host-image] May 11 18:55:15.219 INFO O| May 11 18:55:15.219 INFO DESTROY POOL: TEMPORARY-sled-zfs
91782026-05-11T18:55:16.278Z[ host-image] May 11 18:55:15.226 INFO O| May 11 18:55:15.226 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
91792026-05-11T18:55:16.284Z[ host-image] May 11 18:55:15.229 INFO O| May 11 18:55:15.229 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
91802026-05-11T18:55:16.284Z[ host-image] May 11 18:55:15.229 INFO O| May 11 18:55:15.229 INFO no lofi found
91812026-05-11T18:55:16.284Z[ host-image] May 11 18:55:15.229 INFO O| May 11 18:55:15.229 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
91822026-05-11T18:55:16.284Z[ host-image] May 11 18:55:15.229 INFO O| May 11 18:55:15.229 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
91832026-05-11T18:55:18.053Z[ host-image] May 11 18:55:17.001 INFO O| May 11 18:55:17.001 INFO lofi device = /dev/dsk/c2t1d0p0
91842026-05-11T18:55:18.053Z[ host-image] May 11 18:55:17.001 INFO O| May 11 18:55:17.001 INFO pool device = /dev/dsk/c2t1d0p0
91852026-05-11T18:55:18.057Z[ host-image] May 11 18:55:17.001 INFO O| May 11 18:55:17.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"]
91862026-05-11T18:55:18.267Z[ host-image] May 11 18:55:17.214 INFO O| May 11 18:55:17.214 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
91872026-05-11T18:55:18.267Z[ host-image] May 11 18:55:17.214 INFO O| May 11 18:55:17.214 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
91882026-05-11T18:55:18.286Z[ host-image] May 11 18:55:17.234 INFO O| May 11 18:55:17.233 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
91892026-05-11T18:55:18.353Z[ host-image] May 11 18:55:17.301 INFO O| May 11 18:55:17.301 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
91902026-05-11T18:55:18.383Z[ host-image] May 11 18:55:17.331 INFO O| May 11 18:55:17.331 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
91912026-05-11T18:55:18.400Z[ host-image] May 11 18:55:17.348 INFO O| May 11 18:55:17.348 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
91922026-05-11T18:55:18.413Z[ host-image] May 11 18:55:17.361 INFO O| May 11 18:55:17.361 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
91932026-05-11T18:55:18.450Z[ host-image] May 11 18:55:17.398 INFO O| May 11 18:55:17.398 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
91942026-05-11T18:55:18.450Z[ host-image] May 11 18:55:17.398 INFO O| May 11 18:55:17.398 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
91952026-05-11T18:55:18.453Z[ host-image] May 11 18:55:17.398 INFO O| May 11 18:55:17.398 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
91962026-05-11T18:55:18.457Z[ host-image] May 11 18:55:17.405 INFO O| May 11 18:55:17.405 INFO boot environment UUID: fdf58220-990c-44cd-a8c5-fc128f0b9f37
91972026-05-11T18:55:18.457Z[ host-image] May 11 18:55:17.405 INFO O| May 11 18:55:17.405 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = fdf58220-990c-44cd-a8c5-fc128f0b9f37
91982026-05-11T18:55:18.471Z[ host-image] May 11 18:55:17.419 INFO O| May 11 18:55:17.419 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
91992026-05-11T18:55:18.485Z[ host-image] May 11 18:55:17.433 INFO O| May 11 18:55:17.433 INFO STEP 0 (create_be) COMPLETE
92002026-05-11T18:55:18.485Z[ host-image] May 11 18:55:17.433 INFO O| May 11 18:55:17.433 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
92012026-05-11T18:55:18.496Z[ host-image] May 11 18:55:17.444 INFO O| May 11 18:55:17.444 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
92022026-05-11T18:55:29.094Z[ host-image] May 11 18:55:28.042 INFO O| May 11 18:55:28.041 INFO STEP 1 (unpack_tar) COMPLETE
92032026-05-11T18:55:29.094Z[ host-image] May 11 18:55:28.042 INFO O| May 11 18:55:28.041 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92042026-05-11T18:55:29.104Z[ host-image] May 11 18:55:28.052 INFO O| May 11 18:55:28.052 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
92052026-05-11T18:55:29.287Z[ host-image] May 11 18:55:28.235 INFO O| May 11 18:55:28.235 INFO STEP 2 (devfsadm) COMPLETE
92062026-05-11T18:55:29.287Z[ host-image] May 11 18:55:28.235 INFO O| May 11 18:55:28.235 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92072026-05-11T18:55:29.295Z[ host-image] May 11 18:55:28.243 INFO O| May 11 18:55:28.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
92082026-05-11T18:55:29.299Z[ host-image] May 11 18:55:28.243 INFO O| May 11 18:55:28.243 INFO STEP 3 (ensure_dir) COMPLETE
92092026-05-11T18:55:29.299Z[ host-image] May 11 18:55:28.243 INFO O| May 11 18:55:28.243 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92102026-05-11T18:55:29.302Z[ host-image] May 11 18:55:28.250 INFO O| May 11 18:55:28.250 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
92112026-05-11T18:55:29.303Z[ host-image] May 11 18:55:28.250 INFO O| May 11 18:55:28.250 INFO STEP 4 (ensure_dir) COMPLETE
92122026-05-11T18:55:29.303Z[ host-image] May 11 18:55:28.250 INFO O| May 11 18:55:28.250 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92132026-05-11T18:55:29.311Z[ host-image] May 11 18:55:28.259 INFO O| May 11 18:55:28.259 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
92142026-05-11T18:55:29.311Z[ host-image] May 11 18:55:28.259 INFO O| May 11 18:55:28.259 INFO STEP 5 (ensure_dir) COMPLETE
92152026-05-11T18:55:29.311Z[ host-image] May 11 18:55:28.259 INFO O| May 11 18:55:28.259 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92162026-05-11T18:55:29.319Z[ host-image] May 11 18:55:28.267 INFO O| May 11 18:55:28.267 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
92172026-05-11T18:55:29.319Z[ host-image] May 11 18:55:28.267 INFO O| May 11 18:55:28.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
92182026-05-11T18:55:29.322Z[ host-image] May 11 18:55:28.267 INFO O| May 11 18:55:28.267 INFO STEP 6 (ensure_dir) COMPLETE
92192026-05-11T18:55:29.322Z[ host-image] May 11 18:55:28.267 INFO O| May 11 18:55:28.267 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92202026-05-11T18:55:29.326Z[ host-image] May 11 18:55:28.274 INFO O| May 11 18:55:28.274 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
92212026-05-11T18:55:29.326Z[ host-image] May 11 18:55:28.274 INFO O| May 11 18:55:28.274 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
92222026-05-11T18:55:29.330Z[ host-image] May 11 18:55:28.274 INFO O| May 11 18:55:28.274 INFO STEP 7 (ensure_dir) COMPLETE
92232026-05-11T18:55:29.330Z[ host-image] May 11 18:55:28.274 INFO O| May 11 18:55:28.274 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92242026-05-11T18:55:29.333Z[ host-image] May 11 18:55:28.280 INFO O| May 11 18:55:28.280 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
92252026-05-11T18:55:29.333Z[ host-image] May 11 18:55:28.281 INFO O| May 11 18:55:28.281 INFO STEP 8 (remove_files) COMPLETE
92262026-05-11T18:55:29.333Z[ host-image] May 11 18:55:28.281 INFO O| May 11 18:55:28.281 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92272026-05-11T18:55:29.339Z[ host-image] May 11 18:55:28.287 INFO O| May 11 18:55:28.287 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
92282026-05-11T18:55:29.344Z[ host-image] May 11 18:55:28.287 INFO O| May 11 18:55:28.287 INFO STEP 9 (remove_files) COMPLETE
92292026-05-11T18:55:29.344Z[ host-image] May 11 18:55:28.287 INFO O| May 11 18:55:28.287 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92302026-05-11T18:55:29.347Z[ host-image] May 11 18:55:28.293 INFO O| May 11 18:55:28.293 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
92312026-05-11T18:55:29.347Z[ host-image] May 11 18:55:28.294 INFO O| May 11 18:55:28.294 INFO STEP 10 (remove_files) COMPLETE
92322026-05-11T18:55:29.347Z[ host-image] May 11 18:55:28.294 INFO O| May 11 18:55:28.294 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92332026-05-11T18:55:29.354Z[ host-image] May 11 18:55:28.302 INFO O| May 11 18:55:28.302 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
92342026-05-11T18:55:29.357Z[ host-image] May 11 18:55:28.302 INFO O| May 11 18:55:28.302 INFO STEP 11 (remove_files) COMPLETE
92352026-05-11T18:55:29.357Z[ host-image] May 11 18:55:28.302 INFO O| May 11 18:55:28.302 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92362026-05-11T18:55:29.362Z[ host-image] May 11 18:55:28.309 INFO O| May 11 18:55:28.309 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
92372026-05-11T18:55:29.362Z[ host-image] May 11 18:55:28.310 INFO O| May 11 18:55:28.309 INFO STEP 12 (remove_files) COMPLETE
92382026-05-11T18:55:29.365Z[ host-image] May 11 18:55:28.310 INFO O| May 11 18:55:28.309 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92392026-05-11T18:55:29.369Z[ host-image] May 11 18:55:28.317 INFO O| May 11 18:55:28.317 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
92402026-05-11T18:55:29.369Z[ host-image] May 11 18:55:28.317 INFO O| May 11 18:55:28.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
92412026-05-11T18:55:29.369Z[ host-image] May 11 18:55:28.317 INFO O| May 11 18:55:28.317 INFO STEP 13 (ensure_dir) COMPLETE
92422026-05-11T18:55:29.369Z[ host-image] May 11 18:55:28.317 INFO O| May 11 18:55:28.317 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92432026-05-11T18:55:29.378Z[ host-image] May 11 18:55:28.325 INFO O| May 11 18:55:28.325 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
92442026-05-11T18:55:29.378Z[ host-image] May 11 18:55:28.325 INFO O| May 11 18:55:28.325 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
92452026-05-11T18:55:29.378Z[ host-image] May 11 18:55:28.326 INFO O| May 11 18:55:28.326 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
92462026-05-11T18:55:29.378Z[ host-image] May 11 18:55:28.326 INFO O| May 11 18:55:28.326 INFO STEP 14 (ensure_dir) COMPLETE
92472026-05-11T18:55:29.381Z[ host-image] May 11 18:55:28.326 INFO O| May 11 18:55:28.326 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92482026-05-11T18:55:29.385Z[ host-image] May 11 18:55:28.333 INFO O| May 11 18:55:28.333 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
92492026-05-11T18:55:29.385Z[ host-image] May 11 18:55:28.333 INFO O| May 11 18:55:28.333 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
92502026-05-11T18:55:29.385Z[ host-image] May 11 18:55:28.333 INFO O| May 11 18:55:28.333 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
92512026-05-11T18:55:29.385Z[ host-image] May 11 18:55:28.333 INFO O| May 11 18:55:28.333 INFO STEP 15 (ensure_dir) COMPLETE
92522026-05-11T18:55:29.388Z[ host-image] May 11 18:55:28.333 INFO O| May 11 18:55:28.333 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92532026-05-11T18:55:29.392Z[ host-image] May 11 18:55:28.339 INFO O| May 11 18:55:28.339 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
92542026-05-11T18:55:29.392Z[ host-image] May 11 18:55:28.339 INFO O| May 11 18:55:28.339 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
92552026-05-11T18:55:29.392Z[ host-image] May 11 18:55:28.339 INFO O| May 11 18:55:28.339 INFO STEP 16 (ensure_dir) COMPLETE
92562026-05-11T18:55:29.392Z[ host-image] May 11 18:55:28.339 INFO O| May 11 18:55:28.339 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92572026-05-11T18:55:29.400Z[ host-image] May 11 18:55:28.347 INFO O| May 11 18:55:28.347 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
92582026-05-11T18:55:29.400Z[ host-image] May 11 18:55:28.348 INFO O| May 11 18:55:28.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
92592026-05-11T18:55:29.403Z[ host-image] May 11 18:55:28.348 INFO O| May 11 18:55:28.348 INFO STEP 17 (ensure_dir) COMPLETE
92602026-05-11T18:55:29.403Z[ host-image] May 11 18:55:28.348 INFO O| May 11 18:55:28.348 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92612026-05-11T18:55:29.411Z[ host-image] May 11 18:55:28.357 INFO O| May 11 18:55:28.357 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
92622026-05-11T18:55:29.411Z[ host-image] May 11 18:55:28.357 INFO O| May 11 18:55:28.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
92632026-05-11T18:55:29.411Z[ host-image] May 11 18:55:28.357 INFO O| May 11 18:55:28.357 INFO ok!
92642026-05-11T18:55:29.411Z[ host-image] May 11 18:55:28.357 INFO O| May 11 18:55:28.357 INFO STEP 18 (ensure_symlink) COMPLETE
92652026-05-11T18:55:29.415Z[ host-image] May 11 18:55:28.357 INFO O| May 11 18:55:28.357 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92662026-05-11T18:55:29.418Z[ host-image] May 11 18:55:28.366 INFO O| May 11 18:55:28.366 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
92672026-05-11T18:55:29.418Z[ host-image] May 11 18:55:28.366 INFO O| May 11 18:55:28.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
92682026-05-11T18:55:29.418Z[ host-image] May 11 18:55:28.366 INFO O| May 11 18:55:28.366 INFO ok!
92692026-05-11T18:55:29.418Z[ host-image] May 11 18:55:28.366 INFO O| May 11 18:55:28.366 INFO STEP 19 (ensure_file) COMPLETE
92702026-05-11T18:55:29.419Z[ host-image] May 11 18:55:28.366 INFO O| May 11 18:55:28.366 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92712026-05-11T18:55:29.425Z[ host-image] May 11 18:55:28.372 INFO O| May 11 18:55:28.372 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
92722026-05-11T18:55:29.428Z[ host-image] May 11 18:55:28.373 INFO O| May 11 18:55:28.372 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
92732026-05-11T18:55:29.428Z[ host-image] May 11 18:55:28.373 INFO O| May 11 18:55:28.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
92742026-05-11T18:55:29.428Z[ host-image] May 11 18:55:28.373 INFO O| May 11 18:55:28.373 INFO ok!
92752026-05-11T18:55:29.428Z[ host-image] May 11 18:55:28.373 INFO O| May 11 18:55:28.373 INFO STEP 20 (ensure_symlink) COMPLETE
92762026-05-11T18:55:29.428Z[ host-image] May 11 18:55:28.373 INFO O| May 11 18:55:28.373 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92772026-05-11T18:55:29.432Z[ host-image] May 11 18:55:28.380 INFO O| May 11 18:55:28.379 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
92782026-05-11T18:55:29.432Z[ host-image] May 11 18:55:28.380 INFO O| May 11 18:55:28.379 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
92792026-05-11T18:55:29.432Z[ host-image] May 11 18:55:28.380 INFO O| May 11 18:55:28.380 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
92802026-05-11T18:55:29.432Z[ host-image] May 11 18:55:28.380 INFO O| May 11 18:55:28.380 INFO ok!
92812026-05-11T18:55:29.432Z[ host-image] May 11 18:55:28.380 INFO O| May 11 18:55:28.380 INFO STEP 21 (ensure_symlink) COMPLETE
92822026-05-11T18:55:29.432Z[ host-image] May 11 18:55:28.380 INFO O| May 11 18:55:28.380 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92832026-05-11T18:55:29.439Z[ host-image] May 11 18:55:28.386 INFO O| May 11 18:55:28.386 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
92842026-05-11T18:55:29.439Z[ host-image] May 11 18:55:28.386 INFO O| May 11 18:55:28.386 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
92852026-05-11T18:55:29.439Z[ host-image] May 11 18:55:28.386 INFO O| May 11 18:55:28.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
92862026-05-11T18:55:29.442Z[ host-image] May 11 18:55:28.386 INFO O| May 11 18:55:28.386 INFO ok!
92872026-05-11T18:55:29.442Z[ host-image] May 11 18:55:28.386 INFO O| May 11 18:55:28.386 INFO STEP 22 (ensure_symlink) COMPLETE
92882026-05-11T18:55:29.442Z[ host-image] May 11 18:55:28.386 INFO O| May 11 18:55:28.386 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92892026-05-11T18:55:29.446Z[ host-image] May 11 18:55:28.392 INFO O| May 11 18:55:28.392 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
92902026-05-11T18:55:29.446Z[ host-image] May 11 18:55:28.392 INFO O| May 11 18:55:28.392 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
92912026-05-11T18:55:29.446Z[ host-image] May 11 18:55:28.392 INFO O| May 11 18:55:28.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
92922026-05-11T18:55:29.446Z[ host-image] May 11 18:55:28.392 INFO O| May 11 18:55:28.392 INFO ok!
92932026-05-11T18:55:29.446Z[ host-image] May 11 18:55:28.392 INFO O| May 11 18:55:28.392 INFO STEP 23 (ensure_symlink) COMPLETE
92942026-05-11T18:55:29.446Z[ host-image] May 11 18:55:28.392 INFO O| May 11 18:55:28.392 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92952026-05-11T18:55:29.450Z[ host-image] May 11 18:55:28.398 INFO O| May 11 18:55:28.398 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
92962026-05-11T18:55:29.451Z[ host-image] May 11 18:55:28.398 INFO O| May 11 18:55:28.398 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
92972026-05-11T18:55:29.454Z[ host-image] May 11 18:55:28.398 INFO O| May 11 18:55:28.398 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
92982026-05-11T18:55:29.454Z[ host-image] May 11 18:55:28.398 INFO O| May 11 18:55:28.398 INFO ok!
92992026-05-11T18:55:29.454Z[ host-image] May 11 18:55:28.398 INFO O| May 11 18:55:28.398 INFO STEP 24 (ensure_file) COMPLETE
93002026-05-11T18:55:29.454Z[ host-image] May 11 18:55:28.398 INFO O| May 11 18:55:28.398 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
93012026-05-11T18:55:29.460Z[ host-image] May 11 18:55:28.408 INFO O| May 11 18:55:28.408 INFO updating shadow file
93022026-05-11T18:55:29.464Z[ host-image] May 11 18:55:28.408 INFO O| May 11 18:55:28.408 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
93032026-05-11T18:55:29.464Z[ host-image] May 11 18:55:28.408 INFO O| May 11 18:55:28.408 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
93042026-05-11T18:55:29.464Z[ host-image] May 11 18:55:28.408 INFO O| May 11 18:55:28.408 INFO STEP 25 (shadow) COMPLETE
93052026-05-11T18:55:29.464Z[ host-image] May 11 18:55:28.408 INFO O| May 11 18:55:28.408 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93062026-05-11T18:55:29.468Z[ host-image] May 11 18:55:28.416 INFO O| May 11 18:55:28.416 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
93072026-05-11T18:55:29.472Z[ host-image] May 11 18:55:28.416 INFO O| May 11 18:55:28.416 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
93082026-05-11T18:55:29.472Z[ host-image] May 11 18:55:28.416 INFO O| May 11 18:55:28.416 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
93092026-05-11T18:55:29.472Z[ host-image] May 11 18:55:28.416 INFO O| May 11 18:55:28.416 INFO ok!
93102026-05-11T18:55:29.472Z[ host-image] May 11 18:55:28.416 INFO O| May 11 18:55:28.416 INFO STEP 26 (ensure_file) COMPLETE
93112026-05-11T18:55:29.472Z[ host-image] May 11 18:55:28.416 INFO O| May 11 18:55:28.416 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93122026-05-11T18:55:29.476Z[ host-image] May 11 18:55:28.424 INFO O| May 11 18:55:28.424 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
93132026-05-11T18:55:29.476Z[ host-image] May 11 18:55:28.424 INFO O| May 11 18:55:28.424 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
93142026-05-11T18:55:29.477Z[ host-image] May 11 18:55:28.424 INFO O| May 11 18:55:28.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
93152026-05-11T18:55:29.477Z[ host-image] May 11 18:55:28.424 INFO O| May 11 18:55:28.424 INFO ok!
93162026-05-11T18:55:29.477Z[ host-image] May 11 18:55:28.424 INFO O| May 11 18:55:28.424 INFO STEP 27 (ensure_file) COMPLETE
93172026-05-11T18:55:29.481Z[ host-image] May 11 18:55:28.424 INFO O| May 11 18:55:28.424 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93182026-05-11T18:55:29.484Z[ host-image] May 11 18:55:28.432 INFO O| May 11 18:55:28.432 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
93192026-05-11T18:55:29.484Z[ host-image] May 11 18:55:28.432 INFO O| May 11 18:55:28.432 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
93202026-05-11T18:55:29.488Z[ host-image] May 11 18:55:28.432 INFO O| May 11 18:55:28.432 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
93212026-05-11T18:55:29.488Z[ host-image] May 11 18:55:28.432 INFO O| May 11 18:55:28.432 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
93222026-05-11T18:55:29.488Z[ host-image] May 11 18:55:28.432 INFO O| May 11 18:55:28.432 INFO ok!
93232026-05-11T18:55:29.488Z[ host-image] May 11 18:55:28.432 INFO O| May 11 18:55:28.432 INFO STEP 28 (ensure_file) COMPLETE
93242026-05-11T18:55:29.488Z[ host-image] May 11 18:55:28.432 INFO O| May 11 18:55:28.432 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93252026-05-11T18:55:29.492Z[ host-image] May 11 18:55:28.438 INFO O| May 11 18:55:28.438 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
93262026-05-11T18:55:29.492Z[ host-image] May 11 18:55:28.439 INFO O| May 11 18:55:28.438 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
93272026-05-11T18:55:29.492Z[ host-image] May 11 18:55:28.439 INFO O| May 11 18:55:28.439 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
93282026-05-11T18:55:29.492Z[ host-image] May 11 18:55:28.439 INFO O| May 11 18:55:28.439 INFO ok!
93292026-05-11T18:55:29.492Z[ host-image] May 11 18:55:28.439 INFO O| May 11 18:55:28.439 INFO STEP 29 (ensure_file) COMPLETE
93302026-05-11T18:55:29.492Z[ host-image] May 11 18:55:28.439 INFO O| May 11 18:55:28.439 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
93312026-05-11T18:55:29.500Z[ host-image] May 11 18:55:28.448 INFO O| May 11 18:55:28.447 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
93322026-05-11T18:55:29.500Z[ host-image] May 11 18:55:28.448 INFO O| May 11 18:55:28.448 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
93332026-05-11T18:55:29.509Z[ host-image] May 11 18:55:28.448 INFO O| May 11 18:55:28.448 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
93342026-05-11T18:55:29.509Z[ host-image] May 11 18:55:28.448 INFO O| May 11 18:55:28.448 INFO STEP 30 (ensure_dir) COMPLETE
93352026-05-11T18:55:29.509Z[ host-image] May 11 18:55:28.448 INFO O| May 11 18:55:28.448 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93362026-05-11T18:55:29.509Z[ host-image] May 11 18:55:28.455 INFO O| May 11 18:55:28.455 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
93372026-05-11T18:55:29.509Z[ host-image] May 11 18:55:28.455 INFO O| May 11 18:55:28.455 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
93382026-05-11T18:55:29.509Z[ host-image] May 11 18:55:28.455 INFO O| May 11 18:55:28.455 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
93392026-05-11T18:55:29.509Z[ host-image] May 11 18:55:28.455 INFO O| May 11 18:55:28.455 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
93402026-05-11T18:55:29.510Z[ host-image] May 11 18:55:28.455 INFO O| May 11 18:55:28.455 INFO ok!
93412026-05-11T18:55:29.510Z[ host-image] May 11 18:55:28.455 INFO O| May 11 18:55:28.455 INFO STEP 31 (ensure_file) COMPLETE
93422026-05-11T18:55:29.510Z[ host-image] May 11 18:55:28.455 INFO O| May 11 18:55:28.455 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
93432026-05-11T18:55:29.516Z[ host-image] May 11 18:55:28.462 INFO O| May 11 18:55:28.462 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
93442026-05-11T18:55:29.516Z[ host-image] May 11 18:55:28.462 INFO O| May 11 18:55:28.462 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
93452026-05-11T18:55:29.517Z[ host-image] May 11 18:55:28.462 INFO O| May 11 18:55:28.462 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
93462026-05-11T18:55:29.517Z[ host-image] May 11 18:55:28.462 INFO O| May 11 18:55:28.462 INFO STEP 32 (ensure_dir) COMPLETE
93472026-05-11T18:55:29.517Z[ host-image] May 11 18:55:28.462 INFO O| May 11 18:55:28.462 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93482026-05-11T18:55:29.538Z[ host-image] May 11 18:55:28.468 INFO O| May 11 18:55:28.468 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
93492026-05-11T18:55:29.538Z[ host-image] May 11 18:55:28.468 INFO O| May 11 18:55:28.468 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 ...
93502026-05-11T18:55:29.538Z[ host-image] May 11 18:55:28.468 INFO O| May 11 18:55:28.468 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
93512026-05-11T18:55:29.538Z[ host-image] May 11 18:55:28.468 INFO O| May 11 18:55:28.468 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
93522026-05-11T18:55:29.538Z[ host-image] May 11 18:55:28.468 INFO O| May 11 18:55:28.468 INFO ok!
93532026-05-11T18:55:29.538Z[ host-image] May 11 18:55:28.468 INFO O| May 11 18:55:28.468 INFO STEP 33 (ensure_file) COMPLETE
93542026-05-11T18:55:29.538Z[ host-image] May 11 18:55:28.468 INFO O| May 11 18:55:28.468 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93552026-05-11T18:55:29.538Z[ host-image] May 11 18:55:28.477 INFO O| May 11 18:55:28.477 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
93562026-05-11T18:55:29.538Z[ host-image] May 11 18:55:28.477 INFO O| May 11 18:55:28.477 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
93572026-05-11T18:55:29.538Z[ host-image] May 11 18:55:28.477 INFO O| May 11 18:55:28.477 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
93582026-05-11T18:55:29.539Z[ host-image] May 11 18:55:28.477 INFO O| May 11 18:55:28.477 INFO ok!
93592026-05-11T18:55:29.539Z[ host-image] May 11 18:55:28.477 INFO O| May 11 18:55:28.477 INFO STEP 34 (ensure_file) COMPLETE
93602026-05-11T18:55:29.539Z[ host-image] May 11 18:55:28.477 INFO O| May 11 18:55:28.477 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93612026-05-11T18:55:29.539Z[ host-image] May 11 18:55:28.483 INFO O| May 11 18:55:28.483 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
93622026-05-11T18:55:29.539Z[ host-image] May 11 18:55:28.483 INFO O| May 11 18:55:28.483 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
93632026-05-11T18:55:29.539Z[ host-image] May 11 18:55:28.483 INFO O| May 11 18:55:28.483 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
93642026-05-11T18:55:29.539Z[ host-image] May 11 18:55:28.483 INFO O| May 11 18:55:28.483 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
93652026-05-11T18:55:29.539Z[ host-image] May 11 18:55:28.483 INFO O| May 11 18:55:28.483 INFO ok!
93662026-05-11T18:55:29.539Z[ host-image] May 11 18:55:28.483 INFO O| May 11 18:55:28.483 INFO STEP 35 (ensure_file) COMPLETE
93672026-05-11T18:55:29.539Z[ host-image] May 11 18:55:28.483 INFO O| May 11 18:55:28.483 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93682026-05-11T18:55:29.543Z[ host-image] May 11 18:55:28.489 INFO O| May 11 18:55:28.489 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
93692026-05-11T18:55:29.543Z[ host-image] May 11 18:55:28.489 INFO O| May 11 18:55:28.489 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
93702026-05-11T18:55:29.543Z[ host-image] May 11 18:55:28.489 INFO O| May 11 18:55:28.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
93712026-05-11T18:55:29.543Z[ host-image] May 11 18:55:28.489 INFO O| May 11 18:55:28.489 INFO ok!
93722026-05-11T18:55:29.544Z[ host-image] May 11 18:55:28.489 INFO O| May 11 18:55:28.489 INFO STEP 36 (ensure_file) COMPLETE
93732026-05-11T18:55:29.544Z[ host-image] May 11 18:55:28.489 INFO O| May 11 18:55:28.489 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93742026-05-11T18:55:29.548Z[ host-image] May 11 18:55:28.496 INFO O| May 11 18:55:28.496 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
93752026-05-11T18:55:29.548Z[ host-image] May 11 18:55:28.496 INFO O| May 11 18:55:28.496 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
93762026-05-11T18:55:29.551Z[ host-image] May 11 18:55:28.496 INFO O| May 11 18:55:28.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
93772026-05-11T18:55:29.551Z[ host-image] May 11 18:55:28.496 INFO O| May 11 18:55:28.496 INFO ok!
93782026-05-11T18:55:29.551Z[ host-image] May 11 18:55:28.496 INFO O| May 11 18:55:28.496 INFO STEP 37 (ensure_file) COMPLETE
93792026-05-11T18:55:29.551Z[ host-image] May 11 18:55:28.496 INFO O| May 11 18:55:28.496 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93802026-05-11T18:55:29.557Z[ host-image] May 11 18:55:28.502 INFO O| May 11 18:55:28.502 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
93812026-05-11T18:55:29.557Z[ host-image] May 11 18:55:28.502 INFO O| May 11 18:55:28.502 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
93822026-05-11T18:55:29.557Z[ host-image] May 11 18:55:28.502 INFO O| May 11 18:55:28.502 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
93832026-05-11T18:55:29.557Z[ host-image] May 11 18:55:28.502 INFO O| May 11 18:55:28.502 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
93842026-05-11T18:55:29.557Z[ host-image] May 11 18:55:28.502 INFO O| May 11 18:55:28.502 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
93852026-05-11T18:55:29.557Z[ host-image] May 11 18:55:28.502 INFO O| May 11 18:55:28.502 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
93862026-05-11T18:55:29.557Z[ host-image] May 11 18:55:28.502 INFO O| May 11 18:55:28.502 INFO ok!
93872026-05-11T18:55:29.557Z[ host-image] May 11 18:55:28.502 INFO O| May 11 18:55:28.502 INFO STEP 38 (ensure_file) COMPLETE
93882026-05-11T18:55:29.557Z[ host-image] May 11 18:55:28.502 INFO O| May 11 18:55:28.502 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93892026-05-11T18:55:29.561Z[ host-image] May 11 18:55:28.507 INFO O| May 11 18:55:28.507 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
93902026-05-11T18:55:29.561Z[ host-image] May 11 18:55:28.508 INFO O| May 11 18:55:28.508 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
93912026-05-11T18:55:29.561Z[ host-image] May 11 18:55:28.508 INFO O| May 11 18:55:28.508 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
93922026-05-11T18:55:29.561Z[ host-image] May 11 18:55:28.508 INFO O| May 11 18:55:28.508 INFO STEP 39 (ensure_dir) COMPLETE
93932026-05-11T18:55:29.561Z[ host-image] May 11 18:55:28.508 INFO O| May 11 18:55:28.508 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93942026-05-11T18:55:29.565Z[ host-image] May 11 18:55:28.513 INFO O| May 11 18:55:28.513 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
93952026-05-11T18:55:29.569Z[ host-image] May 11 18:55:28.513 INFO O| May 11 18:55:28.513 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 ...
93962026-05-11T18:55:29.569Z[ host-image] May 11 18:55:28.513 INFO O| May 11 18:55:28.513 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
93972026-05-11T18:55:29.569Z[ host-image] May 11 18:55:28.513 INFO O| May 11 18:55:28.513 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
93982026-05-11T18:55:29.569Z[ host-image] May 11 18:55:28.513 INFO O| May 11 18:55:28.513 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
93992026-05-11T18:55:29.569Z[ host-image] May 11 18:55:28.513 INFO O| May 11 18:55:28.513 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
94002026-05-11T18:55:29.569Z[ host-image] May 11 18:55:28.513 INFO O| May 11 18:55:28.513 INFO ok!
94012026-05-11T18:55:29.569Z[ host-image] May 11 18:55:28.513 INFO O| May 11 18:55:28.513 INFO STEP 40 (ensure_file) COMPLETE
94022026-05-11T18:55:29.569Z[ host-image] May 11 18:55:28.513 INFO O| May 11 18:55:28.513 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94032026-05-11T18:55:29.573Z[ host-image] May 11 18:55:28.520 INFO O| May 11 18:55:28.520 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
94042026-05-11T18:55:29.573Z[ host-image] May 11 18:55:28.520 INFO O| May 11 18:55:28.520 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 ...
94052026-05-11T18:55:29.573Z[ host-image] May 11 18:55:28.520 INFO O| May 11 18:55:28.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
94062026-05-11T18:55:29.573Z[ host-image] May 11 18:55:28.520 INFO O| May 11 18:55:28.520 INFO ok!
94072026-05-11T18:55:29.573Z[ host-image] May 11 18:55:28.520 INFO O| May 11 18:55:28.520 INFO STEP 41 (ensure_symlink) COMPLETE
94082026-05-11T18:55:29.573Z[ host-image] May 11 18:55:28.520 INFO O| May 11 18:55:28.520 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94092026-05-11T18:55:29.578Z[ host-image] May 11 18:55:28.526 INFO O| May 11 18:55:28.526 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
94102026-05-11T18:55:29.582Z[ host-image] May 11 18:55:28.526 INFO O| May 11 18:55:28.526 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
94112026-05-11T18:55:29.582Z[ host-image] May 11 18:55:28.526 INFO O| May 11 18:55:28.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
94122026-05-11T18:55:29.582Z[ host-image] May 11 18:55:28.526 INFO O| May 11 18:55:28.526 INFO ok!
94132026-05-11T18:55:29.583Z[ host-image] May 11 18:55:28.526 INFO O| May 11 18:55:28.526 INFO STEP 42 (ensure_symlink) COMPLETE
94142026-05-11T18:55:29.583Z[ host-image] May 11 18:55:28.526 INFO O| May 11 18:55:28.526 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94152026-05-11T18:55:29.586Z[ host-image] May 11 18:55:28.532 INFO O| May 11 18:55:28.532 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
94162026-05-11T18:55:29.587Z[ host-image] May 11 18:55:28.532 INFO O| May 11 18:55:28.532 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
94172026-05-11T18:55:29.587Z[ host-image] May 11 18:55:28.532 INFO O| May 11 18:55:28.532 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94182026-05-11T18:55:29.587Z[ host-image] May 11 18:55:28.532 INFO O| May 11 18:55:28.532 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94192026-05-11T18:55:29.587Z[ host-image] May 11 18:55:28.532 INFO O| May 11 18:55:28.532 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94202026-05-11T18:55:29.587Z[ host-image] May 11 18:55:28.532 INFO O| May 11 18:55:28.532 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94212026-05-11T18:55:29.587Z[ host-image] May 11 18:55:28.532 INFO O| May 11 18:55:28.532 INFO ok!
94222026-05-11T18:55:29.587Z[ host-image] May 11 18:55:28.532 INFO O| May 11 18:55:28.532 INFO STEP 43 (ensure_file) COMPLETE
94232026-05-11T18:55:29.587Z[ host-image] May 11 18:55:28.532 INFO O| May 11 18:55:28.532 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94242026-05-11T18:55:29.591Z[ host-image] May 11 18:55:28.538 INFO O| May 11 18:55:28.538 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
94252026-05-11T18:55:29.591Z[ host-image] May 11 18:55:28.538 INFO O| May 11 18:55:28.538 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 ...
94262026-05-11T18:55:29.592Z[ host-image] May 11 18:55:28.538 INFO O| May 11 18:55:28.538 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
94272026-05-11T18:55:29.592Z[ host-image] May 11 18:55:28.538 INFO O| May 11 18:55:28.538 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
94282026-05-11T18:55:29.592Z[ host-image] May 11 18:55:28.538 INFO O| May 11 18:55:28.538 INFO ok!
94292026-05-11T18:55:29.592Z[ host-image] May 11 18:55:28.538 INFO O| May 11 18:55:28.538 INFO STEP 44 (ensure_file) COMPLETE
94302026-05-11T18:55:29.592Z[ host-image] May 11 18:55:28.538 INFO O| May 11 18:55:28.538 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94312026-05-11T18:55:29.599Z[ host-image] May 11 18:55:28.546 INFO O| May 11 18:55:28.546 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
94322026-05-11T18:55:29.599Z[ host-image] May 11 18:55:28.546 INFO O| May 11 18:55:28.546 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
94332026-05-11T18:55:29.599Z[ host-image] May 11 18:55:28.547 INFO O| May 11 18:55:28.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
94342026-05-11T18:55:29.603Z[ host-image] May 11 18:55:28.547 INFO O| May 11 18:55:28.547 INFO ok!
94352026-05-11T18:55:29.603Z[ host-image] May 11 18:55:28.547 INFO O| May 11 18:55:28.547 INFO STEP 45 (ensure_file) COMPLETE
94362026-05-11T18:55:29.603Z[ host-image] May 11 18:55:28.547 INFO O| May 11 18:55:28.547 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94372026-05-11T18:55:29.607Z[ host-image] May 11 18:55:28.554 INFO O| May 11 18:55:28.554 INFO updating shadow file
94382026-05-11T18:55:29.607Z[ host-image] May 11 18:55:28.554 INFO O| May 11 18:55:28.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
94392026-05-11T18:55:29.607Z[ host-image] May 11 18:55:28.554 INFO O| May 11 18:55:28.554 INFO STEP 46 (shadow) COMPLETE
94402026-05-11T18:55:29.607Z[ host-image] May 11 18:55:28.554 INFO O| May 11 18:55:28.554 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94412026-05-11T18:55:29.615Z[ host-image] May 11 18:55:28.563 INFO O| May 11 18:55:28.563 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
94422026-05-11T18:55:29.618Z[ host-image] May 11 18:55:28.563 INFO O| May 11 18:55:28.563 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
94432026-05-11T18:55:29.618Z[ host-image] May 11 18:55:28.563 INFO O| May 11 18:55:28.563 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
94442026-05-11T18:55:29.618Z[ host-image] May 11 18:55:28.563 INFO O| May 11 18:55:28.563 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
94452026-05-11T18:55:29.618Z[ host-image] May 11 18:55:28.563 INFO O| May 11 18:55:28.563 INFO ok!
94462026-05-11T18:55:29.618Z[ host-image] May 11 18:55:28.563 INFO O| May 11 18:55:28.563 INFO STEP 47 (ensure_file) COMPLETE
94472026-05-11T18:55:29.618Z[ host-image] May 11 18:55:28.563 INFO O| May 11 18:55:28.563 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94482026-05-11T18:55:29.619Z[ host-image] May 11 18:55:28.563 INFO O| May 11 18:55:28.563 INFO skip step because feature "mfg" is not enabled
94492026-05-11T18:55:29.619Z[ host-image] May 11 18:55:28.563 INFO O| May 11 18:55:28.563 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94502026-05-11T18:55:29.619Z[ host-image] May 11 18:55:28.563 INFO O| May 11 18:55:28.563 INFO skip step because feature "mfg" is not enabled
94512026-05-11T18:55:29.619Z[ host-image] May 11 18:55:28.563 INFO O| May 11 18:55:28.563 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94522026-05-11T18:55:29.624Z[ host-image] May 11 18:55:28.572 INFO O| May 11 18:55:28.572 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
94532026-05-11T18:55:29.624Z[ host-image] May 11 18:55:28.572 INFO O| May 11 18:55:28.572 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
94542026-05-11T18:55:29.645Z[ host-image] May 11 18:55:28.592 INFO O| May 11 18:55:28.592 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
94552026-05-11T18:55:29.645Z[ host-image] May 11 18:55:28.592 INFO O| May 11 18:55:28.592 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
94562026-05-11T18:55:29.649Z[ host-image] May 11 18:55:28.592 INFO O| May 11 18:55:28.592 INFO ok!
94572026-05-11T18:55:29.649Z[ host-image] May 11 18:55:28.592 INFO O| May 11 18:55:28.592 INFO STEP 50 (ensure_file) COMPLETE
94582026-05-11T18:55:29.649Z[ host-image] May 11 18:55:28.592 INFO O| May 11 18:55:28.592 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94592026-05-11T18:55:29.649Z[ host-image] May 11 18:55:28.592 INFO O| May 11 18:55:28.592 INFO skip step because feature "compliance" is not enabled
94602026-05-11T18:55:29.650Z[ host-image] May 11 18:55:28.592 INFO O| May 11 18:55:28.592 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94612026-05-11T18:55:29.654Z[ host-image] May 11 18:55:28.601 INFO O| May 11 18:55:28.601 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
94622026-05-11T18:55:29.654Z[ host-image] May 11 18:55:28.601 INFO O| May 11 18:55:28.601 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
94632026-05-11T18:55:29.654Z[ host-image] May 11 18:55:28.601 INFO O| May 11 18:55:28.601 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
94642026-05-11T18:55:29.654Z[ host-image] May 11 18:55:28.601 INFO O| May 11 18:55:28.601 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
94652026-05-11T18:55:29.654Z[ host-image] May 11 18:55:28.601 INFO O| May 11 18:55:28.601 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
94662026-05-11T18:55:29.655Z[ host-image] May 11 18:55:28.601 INFO O| May 11 18:55:28.601 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
94672026-05-11T18:55:29.655Z[ host-image] May 11 18:55:28.601 INFO O| May 11 18:55:28.601 INFO ok!
94682026-05-11T18:55:29.655Z[ host-image] May 11 18:55:28.601 INFO O| May 11 18:55:28.601 INFO STEP 52 (ensure_file) COMPLETE
94692026-05-11T18:55:29.655Z[ host-image] May 11 18:55:28.601 INFO O| May 11 18:55:28.601 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94702026-05-11T18:55:29.661Z[ host-image] May 11 18:55:28.609 INFO O| May 11 18:55:28.609 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
94712026-05-11T18:55:29.665Z[ host-image] May 11 18:55:28.609 INFO O| May 11 18:55:28.609 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 ...
94722026-05-11T18:55:29.665Z[ host-image] May 11 18:55:28.609 INFO O| May 11 18:55:28.609 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
94732026-05-11T18:55:29.665Z[ host-image] May 11 18:55:28.609 INFO O| May 11 18:55:28.609 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
94742026-05-11T18:55:29.665Z[ host-image] May 11 18:55:28.609 INFO O| May 11 18:55:28.609 INFO ok!
94752026-05-11T18:55:29.665Z[ host-image] May 11 18:55:28.609 INFO O| May 11 18:55:28.609 INFO STEP 53 (ensure_file) COMPLETE
94762026-05-11T18:55:29.665Z[ host-image] May 11 18:55:28.609 INFO O| May 11 18:55:28.609 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94772026-05-11T18:55:29.670Z[ host-image] May 11 18:55:28.617 INFO O| May 11 18:55:28.617 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
94782026-05-11T18:55:29.670Z[ host-image] May 11 18:55:28.617 INFO O| May 11 18:55:28.617 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 ...
94792026-05-11T18:55:29.673Z[ host-image] May 11 18:55:28.618 INFO O| May 11 18:55:28.617 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
94802026-05-11T18:55:29.673Z[ host-image] May 11 18:55:28.618 INFO O| May 11 18:55:28.618 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
94812026-05-11T18:55:29.673Z[ host-image] May 11 18:55:28.618 INFO O| May 11 18:55:28.618 INFO ok!
94822026-05-11T18:55:29.673Z[ host-image] May 11 18:55:28.618 INFO O| May 11 18:55:28.618 INFO STEP 54 (ensure_file) COMPLETE
94832026-05-11T18:55:29.673Z[ host-image] May 11 18:55:28.618 INFO O| May 11 18:55:28.618 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94842026-05-11T18:55:29.677Z[ host-image] May 11 18:55:28.625 INFO O| May 11 18:55:28.625 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
94852026-05-11T18:55:29.677Z[ host-image] May 11 18:55:28.625 INFO O| May 11 18:55:28.625 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 ...
94862026-05-11T18:55:29.677Z[ host-image] May 11 18:55:28.625 INFO O| May 11 18:55:28.625 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
94872026-05-11T18:55:29.680Z[ host-image] May 11 18:55:28.625 INFO O| May 11 18:55:28.625 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
94882026-05-11T18:55:29.680Z[ host-image] May 11 18:55:28.625 INFO O| May 11 18:55:28.625 INFO ok!
94892026-05-11T18:55:29.680Z[ host-image] May 11 18:55:28.625 INFO O| May 11 18:55:28.625 INFO STEP 55 (ensure_file) COMPLETE
94902026-05-11T18:55:29.680Z[ host-image] May 11 18:55:28.625 INFO O| May 11 18:55:28.625 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94912026-05-11T18:55:29.684Z[ host-image] May 11 18:55:28.631 INFO O| May 11 18:55:28.631 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
94922026-05-11T18:55:29.684Z[ host-image] May 11 18:55:28.631 INFO O| May 11 18:55:28.631 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 ...
94932026-05-11T18:55:29.684Z[ host-image] May 11 18:55:28.631 INFO O| May 11 18:55:28.631 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
94942026-05-11T18:55:29.684Z[ host-image] May 11 18:55:28.632 INFO O| May 11 18:55:28.631 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
94952026-05-11T18:55:29.684Z[ host-image] May 11 18:55:28.632 INFO O| May 11 18:55:28.631 INFO ok!
94962026-05-11T18:55:29.684Z[ host-image] May 11 18:55:28.632 INFO O| May 11 18:55:28.631 INFO STEP 56 (ensure_file) COMPLETE
94972026-05-11T18:55:29.684Z[ host-image] May 11 18:55:28.632 INFO O| May 11 18:55:28.631 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94982026-05-11T18:55:29.690Z[ host-image] May 11 18:55:28.638 INFO O| May 11 18:55:28.638 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
94992026-05-11T18:55:29.693Z[ host-image] May 11 18:55:28.638 INFO O| May 11 18:55:28.638 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 ...
95002026-05-11T18:55:29.693Z[ host-image] May 11 18:55:28.638 INFO O| May 11 18:55:28.638 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
95012026-05-11T18:55:29.693Z[ host-image] May 11 18:55:28.638 INFO O| May 11 18:55:28.638 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
95022026-05-11T18:55:29.693Z[ host-image] May 11 18:55:28.638 INFO O| May 11 18:55:28.638 INFO ok!
95032026-05-11T18:55:29.694Z[ host-image] May 11 18:55:28.638 INFO O| May 11 18:55:28.638 INFO STEP 57 (ensure_file) COMPLETE
95042026-05-11T18:55:29.694Z[ host-image] May 11 18:55:28.638 INFO O| May 11 18:55:28.638 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95052026-05-11T18:55:29.698Z[ host-image] May 11 18:55:28.646 INFO O| May 11 18:55:28.646 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
95062026-05-11T18:55:29.698Z[ host-image] May 11 18:55:28.646 INFO O| May 11 18:55:28.646 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 ...
95072026-05-11T18:55:29.701Z[ host-image] May 11 18:55:28.646 INFO O| May 11 18:55:28.646 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95082026-05-11T18:55:29.701Z[ host-image] May 11 18:55:28.646 INFO O| May 11 18:55:28.646 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95092026-05-11T18:55:29.701Z[ host-image] May 11 18:55:28.646 INFO O| May 11 18:55:28.646 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95102026-05-11T18:55:29.702Z[ host-image] May 11 18:55:28.646 INFO O| May 11 18:55:28.646 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95112026-05-11T18:55:29.702Z[ host-image] May 11 18:55:28.646 INFO O| May 11 18:55:28.646 INFO ok!
95122026-05-11T18:55:29.702Z[ host-image] May 11 18:55:28.646 INFO O| May 11 18:55:28.646 INFO STEP 58 (ensure_file) COMPLETE
95132026-05-11T18:55:29.702Z[ host-image] May 11 18:55:28.646 INFO O| May 11 18:55:28.646 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95142026-05-11T18:55:29.705Z[ host-image] May 11 18:55:28.653 INFO O| May 11 18:55:28.653 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
95152026-05-11T18:55:29.706Z[ host-image] May 11 18:55:28.653 INFO O| May 11 18:55:28.653 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 ...
95162026-05-11T18:55:29.706Z[ host-image] May 11 18:55:28.653 INFO O| May 11 18:55:28.653 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
95172026-05-11T18:55:29.706Z[ host-image] May 11 18:55:28.653 INFO O| May 11 18:55:28.653 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
95182026-05-11T18:55:29.706Z[ host-image] May 11 18:55:28.653 INFO O| May 11 18:55:28.653 INFO ok!
95192026-05-11T18:55:29.706Z[ host-image] May 11 18:55:28.653 INFO O| May 11 18:55:28.653 INFO STEP 59 (ensure_file) COMPLETE
95202026-05-11T18:55:29.706Z[ host-image] May 11 18:55:28.653 INFO O| May 11 18:55:28.653 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95212026-05-11T18:55:29.712Z[ host-image] May 11 18:55:28.660 INFO O| May 11 18:55:28.660 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
95222026-05-11T18:55:29.712Z[ host-image] May 11 18:55:28.660 INFO O| May 11 18:55:28.660 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
95232026-05-11T18:55:29.716Z[ host-image] May 11 18:55:28.660 INFO O| May 11 18:55:28.660 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
95242026-05-11T18:55:29.716Z[ host-image] May 11 18:55:28.660 INFO O| May 11 18:55:28.660 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
95252026-05-11T18:55:29.716Z[ host-image] May 11 18:55:28.660 INFO O| May 11 18:55:28.660 INFO ok!
95262026-05-11T18:55:29.716Z[ host-image] May 11 18:55:28.660 INFO O| May 11 18:55:28.660 INFO STEP 60 (ensure_file) COMPLETE
95272026-05-11T18:55:29.716Z[ host-image] May 11 18:55:28.660 INFO O| May 11 18:55:28.660 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95282026-05-11T18:55:29.719Z[ host-image] May 11 18:55:28.667 INFO O| May 11 18:55:28.667 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
95292026-05-11T18:55:29.719Z[ host-image] May 11 18:55:28.667 INFO O| May 11 18:55:28.667 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 ...
95302026-05-11T18:55:29.720Z[ host-image] May 11 18:55:28.667 INFO O| May 11 18:55:28.667 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
95312026-05-11T18:55:29.720Z[ host-image] May 11 18:55:28.667 INFO O| May 11 18:55:28.667 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
95322026-05-11T18:55:29.720Z[ host-image] May 11 18:55:28.667 INFO O| May 11 18:55:28.667 INFO ok!
95332026-05-11T18:55:29.720Z[ host-image] May 11 18:55:28.667 INFO O| May 11 18:55:28.667 INFO STEP 61 (ensure_file) COMPLETE
95342026-05-11T18:55:29.720Z[ host-image] May 11 18:55:28.667 INFO O| May 11 18:55:28.667 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95352026-05-11T18:55:29.725Z[ host-image] May 11 18:55:28.673 INFO O| May 11 18:55:28.673 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
95362026-05-11T18:55:29.726Z[ host-image] May 11 18:55:28.673 INFO O| May 11 18:55:28.673 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
95372026-05-11T18:55:29.729Z[ host-image] May 11 18:55:28.674 INFO O| May 11 18:55:28.673 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
95382026-05-11T18:55:29.729Z[ host-image] May 11 18:55:28.674 INFO O| May 11 18:55:28.674 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
95392026-05-11T18:55:29.729Z[ host-image] May 11 18:55:28.674 INFO O| May 11 18:55:28.674 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
95402026-05-11T18:55:29.729Z[ host-image] May 11 18:55:28.674 INFO O| May 11 18:55:28.674 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
95412026-05-11T18:55:29.729Z[ host-image] May 11 18:55:28.674 INFO O| May 11 18:55:28.674 INFO ok!
95422026-05-11T18:55:29.730Z[ host-image] May 11 18:55:28.674 INFO O| May 11 18:55:28.674 INFO STEP 62 (ensure_file) COMPLETE
95432026-05-11T18:55:29.730Z[ host-image] May 11 18:55:28.674 INFO O| May 11 18:55:28.674 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95442026-05-11T18:55:29.736Z[ host-image] May 11 18:55:28.683 INFO O| May 11 18:55:28.683 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
95452026-05-11T18:55:29.736Z[ host-image] May 11 18:55:28.683 INFO O| May 11 18:55:28.683 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 ...
95462026-05-11T18:55:29.736Z[ host-image] May 11 18:55:28.683 INFO O| May 11 18:55:28.683 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
95472026-05-11T18:55:29.736Z[ host-image] May 11 18:55:28.683 INFO O| May 11 18:55:28.683 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
95482026-05-11T18:55:29.736Z[ host-image] May 11 18:55:28.683 INFO O| May 11 18:55:28.683 INFO ok!
95492026-05-11T18:55:29.740Z[ host-image] May 11 18:55:28.683 INFO O| May 11 18:55:28.683 INFO STEP 63 (ensure_file) COMPLETE
95502026-05-11T18:55:29.741Z[ host-image] May 11 18:55:28.683 INFO O| May 11 18:55:28.683 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95512026-05-11T18:55:29.744Z[ host-image] May 11 18:55:28.690 INFO O| May 11 18:55:28.690 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
95522026-05-11T18:55:29.744Z[ host-image] May 11 18:55:28.690 INFO O| May 11 18:55:28.690 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 ...
95532026-05-11T18:55:29.744Z[ host-image] May 11 18:55:28.691 INFO O| May 11 18:55:28.690 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
95542026-05-11T18:55:29.744Z[ host-image] May 11 18:55:28.691 INFO O| May 11 18:55:28.691 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
95552026-05-11T18:55:29.744Z[ host-image] May 11 18:55:28.691 INFO O| May 11 18:55:28.691 INFO ok!
95562026-05-11T18:55:29.744Z[ host-image] May 11 18:55:28.691 INFO O| May 11 18:55:28.691 INFO STEP 64 (ensure_file) COMPLETE
95572026-05-11T18:55:29.745Z[ host-image] May 11 18:55:28.691 INFO O| May 11 18:55:28.691 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95582026-05-11T18:55:29.752Z[ host-image] May 11 18:55:28.700 INFO O| May 11 18:55:28.700 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
95592026-05-11T18:55:29.752Z[ host-image] May 11 18:55:28.700 INFO O| May 11 18:55:28.700 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 ...
95602026-05-11T18:55:29.756Z[ host-image] May 11 18:55:28.700 INFO O| May 11 18:55:28.700 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
95612026-05-11T18:55:29.756Z[ host-image] May 11 18:55:28.700 INFO O| May 11 18:55:28.700 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
95622026-05-11T18:55:29.756Z[ host-image] May 11 18:55:28.700 INFO O| May 11 18:55:28.700 INFO ok!
95632026-05-11T18:55:29.756Z[ host-image] May 11 18:55:28.700 INFO O| May 11 18:55:28.700 INFO STEP 65 (ensure_file) COMPLETE
95642026-05-11T18:55:29.756Z[ host-image] May 11 18:55:28.700 INFO O| May 11 18:55:28.700 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95652026-05-11T18:55:29.756Z[ host-image] May 11 18:55:28.700 INFO O| May 11 18:55:28.700 INFO skip step because feature "mbist" is not enabled
95662026-05-11T18:55:29.756Z[ host-image] May 11 18:55:28.700 INFO O| May 11 18:55:28.700 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95672026-05-11T18:55:29.759Z[ host-image] May 11 18:55:28.707 INFO O| May 11 18:55:28.707 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
95682026-05-11T18:55:29.759Z[ host-image] May 11 18:55:28.707 INFO O| May 11 18:55:28.707 INFO STEP 67 (ensure_dir) COMPLETE
95692026-05-11T18:55:29.763Z[ host-image] May 11 18:55:28.707 INFO O| May 11 18:55:28.707 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95702026-05-11T18:55:29.767Z[ host-image] May 11 18:55:28.713 INFO O| May 11 18:55:28.713 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
95712026-05-11T18:55:29.767Z[ host-image] May 11 18:55:28.713 INFO O| May 11 18:55:28.713 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
95722026-05-11T18:55:29.767Z[ host-image] May 11 18:55:28.713 INFO O| May 11 18:55:28.713 INFO STEP 68 (ensure_dir) COMPLETE
95732026-05-11T18:55:29.767Z[ host-image] May 11 18:55:28.713 INFO O| May 11 18:55:28.713 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95742026-05-11T18:55:29.775Z[ host-image] May 11 18:55:28.722 INFO O| May 11 18:55:28.722 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
95752026-05-11T18:55:29.775Z[ host-image] May 11 18:55:28.722 INFO O| May 11 18:55:28.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
95762026-05-11T18:55:29.775Z[ host-image] May 11 18:55:28.722 INFO O| May 11 18:55:28.722 INFO STEP 69 (ensure_dir) COMPLETE
95772026-05-11T18:55:29.775Z[ host-image] May 11 18:55:28.722 INFO O| May 11 18:55:28.722 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95782026-05-11T18:55:29.781Z[ host-image] May 11 18:55:28.729 INFO O| May 11 18:55:28.729 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
95792026-05-11T18:55:29.781Z[ host-image] May 11 18:55:28.729 INFO O| May 11 18:55:28.729 INFO copying /tmp/.tmpuYb6Gt/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
95802026-05-11T18:55:30.453Z[ host-image] May 11 18:55:29.401 INFO O| May 11 18:55:29.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
95812026-05-11T18:55:30.453Z[ host-image] May 11 18:55:29.401 INFO O| May 11 18:55:29.401 INFO ok!
95822026-05-11T18:55:30.457Z[ host-image] May 11 18:55:29.401 INFO O| May 11 18:55:29.401 INFO STEP 70 (ensure_file) COMPLETE
95832026-05-11T18:55:30.457Z[ host-image] May 11 18:55:29.401 INFO O| May 11 18:55:29.401 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95842026-05-11T18:55:30.462Z[ host-image] May 11 18:55:29.410 INFO O| May 11 18:55:29.410 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
95852026-05-11T18:55:30.462Z[ host-image] May 11 18:55:29.410 INFO O| May 11 18:55:29.410 INFO copying /tmp/.tmpuYb6Gt/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
95862026-05-11T18:55:31.101Z[ host-image] May 11 18:55:30.049 INFO O| May 11 18:55:30.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
95872026-05-11T18:55:31.101Z[ host-image] May 11 18:55:30.049 INFO O| May 11 18:55:30.049 INFO ok!
95882026-05-11T18:55:31.101Z[ host-image] May 11 18:55:30.049 INFO O| May 11 18:55:30.049 INFO STEP 71 (ensure_file) COMPLETE
95892026-05-11T18:55:31.105Z[ host-image] May 11 18:55:30.049 INFO O| May 11 18:55:30.049 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95902026-05-11T18:55:31.109Z[ host-image] May 11 18:55:30.057 INFO O| May 11 18:55:30.057 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
95912026-05-11T18:55:31.109Z[ host-image] May 11 18:55:30.057 INFO O| May 11 18:55:30.057 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
95922026-05-11T18:55:31.113Z[ host-image] May 11 18:55:30.057 INFO O| May 11 18:55:30.057 INFO STEP 72 (ensure_dir) COMPLETE
95932026-05-11T18:55:31.113Z[ host-image] May 11 18:55:30.057 INFO O| May 11 18:55:30.057 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95942026-05-11T18:55:31.116Z[ host-image] May 11 18:55:30.064 INFO O| May 11 18:55:30.064 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
95952026-05-11T18:55:31.116Z[ host-image] May 11 18:55:30.064 INFO O| May 11 18:55:30.064 INFO copying /tmp/.tmpuYb6Gt/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 ...
95962026-05-11T18:55:31.120Z[ host-image] May 11 18:55:30.064 INFO O| May 11 18:55:30.064 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
95972026-05-11T18:55:31.120Z[ host-image] May 11 18:55:30.064 INFO O| May 11 18:55:30.064 INFO ok!
95982026-05-11T18:55:31.120Z[ host-image] May 11 18:55:30.064 INFO O| May 11 18:55:30.064 INFO STEP 73 (ensure_file) COMPLETE
95992026-05-11T18:55:31.120Z[ host-image] May 11 18:55:30.064 INFO O| May 11 18:55:30.064 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96002026-05-11T18:55:31.124Z[ host-image] May 11 18:55:30.070 INFO O| May 11 18:55:30.070 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
96012026-05-11T18:55:31.124Z[ host-image] May 11 18:55:30.070 INFO O| May 11 18:55:30.070 INFO copying /tmp/.tmpuYb6Gt/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 ...
96022026-05-11T18:55:31.124Z[ host-image] May 11 18:55:30.070 INFO O| May 11 18:55:30.070 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
96032026-05-11T18:55:31.124Z[ host-image] May 11 18:55:30.070 INFO O| May 11 18:55:30.070 INFO ok!
96042026-05-11T18:55:31.124Z[ host-image] May 11 18:55:30.070 INFO O| May 11 18:55:30.070 INFO STEP 74 (ensure_file) COMPLETE
96052026-05-11T18:55:31.124Z[ host-image] May 11 18:55:30.070 INFO O| May 11 18:55:30.070 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96062026-05-11T18:55:31.130Z[ host-image] May 11 18:55:30.077 INFO O| May 11 18:55:30.077 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96072026-05-11T18:55:31.133Z[ host-image] May 11 18:55:30.077 INFO O| May 11 18:55:30.077 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96082026-05-11T18:55:31.133Z[ host-image] May 11 18:55:30.077 INFO O| May 11 18:55:30.077 INFO STEP 75 (ensure_dir) COMPLETE
96092026-05-11T18:55:31.134Z[ host-image] May 11 18:55:30.077 INFO O| May 11 18:55:30.077 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96102026-05-11T18:55:31.137Z[ host-image] May 11 18:55:30.084 INFO O| May 11 18:55:30.084 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
96112026-05-11T18:55:31.137Z[ host-image] May 11 18:55:30.084 INFO O| May 11 18:55:30.084 INFO copying /tmp/.tmpuYb6Gt/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 ...
96122026-05-11T18:55:31.137Z[ host-image] May 11 18:55:30.084 INFO O| May 11 18:55:30.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
96132026-05-11T18:55:31.137Z[ host-image] May 11 18:55:30.084 INFO O| May 11 18:55:30.084 INFO ok!
96142026-05-11T18:55:31.137Z[ host-image] May 11 18:55:30.084 INFO O| May 11 18:55:30.084 INFO STEP 76 (ensure_file) COMPLETE
96152026-05-11T18:55:31.137Z[ host-image] May 11 18:55:30.084 INFO O| May 11 18:55:30.084 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96162026-05-11T18:55:31.145Z[ host-image] May 11 18:55:30.093 INFO O| May 11 18:55:30.093 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
96172026-05-11T18:55:31.146Z[ host-image] May 11 18:55:30.093 INFO O| May 11 18:55:30.093 INFO copying /tmp/.tmpuYb6Gt/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 ...
96182026-05-11T18:55:31.146Z[ host-image] May 11 18:55:30.093 INFO O| May 11 18:55:30.093 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
96192026-05-11T18:55:31.146Z[ host-image] May 11 18:55:30.093 INFO O| May 11 18:55:30.093 INFO ok!
96202026-05-11T18:55:31.149Z[ host-image] May 11 18:55:30.093 INFO O| May 11 18:55:30.093 INFO STEP 77 (ensure_file) COMPLETE
96212026-05-11T18:55:31.150Z[ host-image] May 11 18:55:30.093 INFO O| May 11 18:55:30.093 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96222026-05-11T18:55:31.152Z[ host-image] May 11 18:55:30.100 INFO O| May 11 18:55:30.100 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96232026-05-11T18:55:31.153Z[ host-image] May 11 18:55:30.100 INFO O| May 11 18:55:30.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96242026-05-11T18:55:31.153Z[ host-image] May 11 18:55:30.100 INFO O| May 11 18:55:30.100 INFO STEP 78 (ensure_dir) COMPLETE
96252026-05-11T18:55:31.153Z[ host-image] May 11 18:55:30.100 INFO O| May 11 18:55:30.100 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96262026-05-11T18:55:31.158Z[ host-image] May 11 18:55:30.106 INFO O| May 11 18:55:30.106 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
96272026-05-11T18:55:31.161Z[ host-image] May 11 18:55:30.106 INFO O| May 11 18:55:30.106 INFO copying /tmp/.tmpuYb6Gt/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 ...
96282026-05-11T18:55:31.162Z[ host-image] May 11 18:55:30.106 INFO O| May 11 18:55:30.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
96292026-05-11T18:55:31.162Z[ host-image] May 11 18:55:30.106 INFO O| May 11 18:55:30.106 INFO ok!
96302026-05-11T18:55:31.162Z[ host-image] May 11 18:55:30.106 INFO O| May 11 18:55:30.106 INFO STEP 79 (ensure_file) COMPLETE
96312026-05-11T18:55:31.162Z[ host-image] May 11 18:55:30.106 INFO O| May 11 18:55:30.106 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96322026-05-11T18:55:31.165Z[ host-image] May 11 18:55:30.111 INFO O| May 11 18:55:30.111 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
96332026-05-11T18:55:31.165Z[ host-image] May 11 18:55:30.111 INFO O| May 11 18:55:30.111 INFO copying /tmp/.tmpuYb6Gt/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
96342026-05-11T18:55:31.165Z[ host-image] May 11 18:55:30.111 INFO O| May 11 18:55:30.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
96352026-05-11T18:55:31.165Z[ host-image] May 11 18:55:30.111 INFO O| May 11 18:55:30.111 INFO ok!
96362026-05-11T18:55:31.165Z[ host-image] May 11 18:55:30.111 INFO O| May 11 18:55:30.111 INFO STEP 80 (ensure_file) COMPLETE
96372026-05-11T18:55:31.165Z[ host-image] May 11 18:55:30.111 INFO O| May 11 18:55:30.111 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96382026-05-11T18:55:31.173Z[ host-image] May 11 18:55:30.121 INFO O| May 11 18:55:30.121 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
96392026-05-11T18:55:31.173Z[ host-image] May 11 18:55:30.121 INFO O| May 11 18:55:30.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
96402026-05-11T18:55:31.176Z[ host-image] May 11 18:55:30.121 INFO O| May 11 18:55:30.121 INFO STEP 81 (ensure_dir) COMPLETE
96412026-05-11T18:55:31.176Z[ host-image] May 11 18:55:30.121 INFO O| May 11 18:55:30.121 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96422026-05-11T18:55:31.181Z[ host-image] May 11 18:55:30.129 INFO O| May 11 18:55:30.129 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
96432026-05-11T18:55:31.181Z[ host-image] May 11 18:55:30.129 INFO O| May 11 18:55:30.129 INFO copying /tmp/.tmpuYb6Gt/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
96442026-05-11T18:55:31.493Z[ host-image] May 11 18:55:30.441 INFO O| May 11 18:55:30.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
96452026-05-11T18:55:31.493Z[ host-image] May 11 18:55:30.441 INFO O| May 11 18:55:30.441 INFO ok!
96462026-05-11T18:55:31.493Z[ host-image] May 11 18:55:30.441 INFO O| May 11 18:55:30.441 INFO STEP 82 (ensure_file) COMPLETE
96472026-05-11T18:55:31.497Z[ host-image] May 11 18:55:30.441 INFO O| May 11 18:55:30.441 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96482026-05-11T18:55:31.502Z[ host-image] May 11 18:55:30.449 INFO O| May 11 18:55:30.449 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
96492026-05-11T18:55:31.502Z[ host-image] May 11 18:55:30.449 INFO O| May 11 18:55:30.449 INFO copying /tmp/.tmpuYb6Gt/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
96502026-05-11T18:55:32.035Z[ host-image] May 11 18:55:30.983 INFO O| May 11 18:55:30.983 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
96512026-05-11T18:55:32.035Z[ host-image] May 11 18:55:30.983 INFO O| May 11 18:55:30.983 INFO ok!
96522026-05-11T18:55:32.035Z[ host-image] May 11 18:55:30.983 INFO O| May 11 18:55:30.983 INFO STEP 83 (ensure_file) COMPLETE
96532026-05-11T18:55:32.039Z[ host-image] May 11 18:55:30.983 INFO O| May 11 18:55:30.983 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96542026-05-11T18:55:32.044Z[ host-image] May 11 18:55:30.992 INFO O| May 11 18:55:30.992 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
96552026-05-11T18:55:32.044Z[ host-image] May 11 18:55:30.992 INFO O| May 11 18:55:30.992 INFO copying /tmp/.tmpuYb6Gt/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
96562026-05-11T18:55:33.464Z[ host-image] May 11 18:55:32.411 INFO O| May 11 18:55:32.411 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
96572026-05-11T18:55:33.464Z[ host-image] May 11 18:55:32.411 INFO O| May 11 18:55:32.411 INFO ok!
96582026-05-11T18:55:33.464Z[ host-image] May 11 18:55:32.411 INFO O| May 11 18:55:32.411 INFO STEP 84 (ensure_file) COMPLETE
96592026-05-11T18:55:33.467Z[ host-image] May 11 18:55:32.411 INFO O| May 11 18:55:32.411 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96602026-05-11T18:55:33.471Z[ host-image] May 11 18:55:32.419 INFO O| May 11 18:55:32.419 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
96612026-05-11T18:55:33.471Z[ host-image] May 11 18:55:32.419 INFO O| May 11 18:55:32.419 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
96622026-05-11T18:55:33.475Z[ host-image] May 11 18:55:32.419 INFO O| May 11 18:55:32.419 INFO STEP 85 (ensure_dir) COMPLETE
96632026-05-11T18:55:33.475Z[ host-image] May 11 18:55:32.419 INFO O| May 11 18:55:32.419 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96642026-05-11T18:55:33.480Z[ host-image] May 11 18:55:32.428 INFO O| May 11 18:55:32.428 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
96652026-05-11T18:55:33.480Z[ host-image] May 11 18:55:32.428 INFO O| May 11 18:55:32.428 INFO copying /tmp/.tmpuYb6Gt/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 ...
96662026-05-11T18:55:33.483Z[ host-image] May 11 18:55:32.428 INFO O| May 11 18:55:32.428 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
96672026-05-11T18:55:33.483Z[ host-image] May 11 18:55:32.428 INFO O| May 11 18:55:32.428 INFO ok!
96682026-05-11T18:55:33.483Z[ host-image] May 11 18:55:32.428 INFO O| May 11 18:55:32.428 INFO STEP 86 (ensure_file) COMPLETE
96692026-05-11T18:55:33.484Z[ host-image] May 11 18:55:32.428 INFO O| May 11 18:55:32.428 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96702026-05-11T18:55:33.487Z[ host-image] May 11 18:55:32.435 INFO O| May 11 18:55:32.435 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
96712026-05-11T18:55:33.487Z[ host-image] May 11 18:55:32.435 INFO O| May 11 18:55:32.435 INFO copying /tmp/.tmpuYb6Gt/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 ...
96722026-05-11T18:55:33.490Z[ host-image] May 11 18:55:32.435 INFO O| May 11 18:55:32.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
96732026-05-11T18:55:33.491Z[ host-image] May 11 18:55:32.435 INFO O| May 11 18:55:32.435 INFO ok!
96742026-05-11T18:55:33.491Z[ host-image] May 11 18:55:32.435 INFO O| May 11 18:55:32.435 INFO STEP 87 (ensure_file) COMPLETE
96752026-05-11T18:55:33.491Z[ host-image] May 11 18:55:32.435 INFO O| May 11 18:55:32.435 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96762026-05-11T18:55:33.494Z[ host-image] May 11 18:55:32.441 INFO O| May 11 18:55:32.441 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
96772026-05-11T18:55:33.494Z[ host-image] May 11 18:55:32.441 INFO O| May 11 18:55:32.441 INFO copying /tmp/.tmpuYb6Gt/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
96782026-05-11T18:55:33.494Z[ host-image] May 11 18:55:32.441 INFO O| May 11 18:55:32.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
96792026-05-11T18:55:33.494Z[ host-image] May 11 18:55:32.441 INFO O| May 11 18:55:32.441 INFO ok!
96802026-05-11T18:55:33.494Z[ host-image] May 11 18:55:32.441 INFO O| May 11 18:55:32.441 INFO STEP 88 (ensure_file) COMPLETE
96812026-05-11T18:55:33.494Z[ host-image] May 11 18:55:32.441 INFO O| May 11 18:55:32.441 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96822026-05-11T18:55:33.502Z[ host-image] May 11 18:55:32.450 INFO O| May 11 18:55:32.450 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
96832026-05-11T18:55:33.502Z[ host-image] May 11 18:55:32.450 INFO O| May 11 18:55:32.450 INFO copying /tmp/.tmpuYb6Gt/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
96842026-05-11T18:55:33.505Z[ host-image] May 11 18:55:32.450 INFO O| May 11 18:55:32.450 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
96852026-05-11T18:55:33.505Z[ host-image] May 11 18:55:32.450 INFO O| May 11 18:55:32.450 INFO ok!
96862026-05-11T18:55:33.505Z[ host-image] May 11 18:55:32.450 INFO O| May 11 18:55:32.450 INFO STEP 89 (ensure_file) COMPLETE
96872026-05-11T18:55:33.505Z[ host-image] May 11 18:55:32.450 INFO O| May 11 18:55:32.450 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96882026-05-11T18:55:33.510Z[ host-image] May 11 18:55:32.457 INFO O| May 11 18:55:32.457 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
96892026-05-11T18:55:33.511Z[ host-image] May 11 18:55:32.457 INFO O| May 11 18:55:32.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
96902026-05-11T18:55:33.514Z[ host-image] May 11 18:55:32.457 INFO O| May 11 18:55:32.457 INFO STEP 90 (ensure_dir) COMPLETE
96912026-05-11T18:55:33.514Z[ host-image] May 11 18:55:32.457 INFO O| May 11 18:55:32.457 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96922026-05-11T18:55:33.517Z[ host-image] May 11 18:55:32.464 INFO O| May 11 18:55:32.464 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
96932026-05-11T18:55:33.517Z[ host-image] May 11 18:55:32.464 INFO O| May 11 18:55:32.464 INFO copying /tmp/.tmpuYb6Gt/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
96942026-05-11T18:55:33.520Z[ host-image] May 11 18:55:32.466 INFO O| May 11 18:55:32.466 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
96952026-05-11T18:55:33.521Z[ host-image] May 11 18:55:32.466 INFO O| May 11 18:55:32.466 INFO ok!
96962026-05-11T18:55:33.521Z[ host-image] May 11 18:55:32.466 INFO O| May 11 18:55:32.466 INFO STEP 91 (ensure_file) COMPLETE
96972026-05-11T18:55:33.521Z[ host-image] May 11 18:55:32.466 INFO O| May 11 18:55:32.466 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96982026-05-11T18:55:33.524Z[ host-image] May 11 18:55:32.472 INFO O| May 11 18:55:32.472 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
96992026-05-11T18:55:33.524Z[ host-image] May 11 18:55:32.472 INFO O| May 11 18:55:32.472 INFO copying /tmp/.tmpuYb6Gt/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
97002026-05-11T18:55:33.524Z[ host-image] May 11 18:55:32.472 INFO O| May 11 18:55:32.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
97012026-05-11T18:55:33.524Z[ host-image] May 11 18:55:32.472 INFO O| May 11 18:55:32.472 INFO ok!
97022026-05-11T18:55:33.524Z[ host-image] May 11 18:55:32.472 INFO O| May 11 18:55:32.472 INFO STEP 92 (ensure_file) COMPLETE
97032026-05-11T18:55:33.524Z[ host-image] May 11 18:55:32.472 INFO O| May 11 18:55:32.472 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97042026-05-11T18:55:33.532Z[ host-image] May 11 18:55:32.480 INFO O| May 11 18:55:32.480 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
97052026-05-11T18:55:33.532Z[ host-image] May 11 18:55:32.480 INFO O| May 11 18:55:32.480 INFO copying /tmp/.tmpuYb6Gt/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
97062026-05-11T18:55:34.304Z[ host-image] May 11 18:55:33.252 INFO O| May 11 18:55:33.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
97072026-05-11T18:55:34.305Z[ host-image] May 11 18:55:33.252 INFO O| May 11 18:55:33.252 INFO ok!
97082026-05-11T18:55:34.305Z[ host-image] May 11 18:55:33.252 INFO O| May 11 18:55:33.252 INFO STEP 93 (ensure_file) COMPLETE
97092026-05-11T18:55:34.308Z[ host-image] May 11 18:55:33.252 INFO O| May 11 18:55:33.252 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97102026-05-11T18:55:34.312Z[ host-image] May 11 18:55:33.260 INFO O| May 11 18:55:33.260 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
97112026-05-11T18:55:34.315Z[ host-image] May 11 18:55:33.260 INFO O| May 11 18:55:33.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
97122026-05-11T18:55:34.315Z[ host-image] May 11 18:55:33.260 INFO O| May 11 18:55:33.260 INFO STEP 94 (ensure_dir) COMPLETE
97132026-05-11T18:55:34.315Z[ host-image] May 11 18:55:33.260 INFO O| May 11 18:55:33.260 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97142026-05-11T18:55:34.321Z[ host-image] May 11 18:55:33.269 INFO O| May 11 18:55:33.269 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
97152026-05-11T18:55:34.321Z[ host-image] May 11 18:55:33.269 INFO O| May 11 18:55:33.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
97162026-05-11T18:55:34.325Z[ host-image] May 11 18:55:33.269 INFO O| May 11 18:55:33.269 INFO STEP 95 (ensure_dir) COMPLETE
97172026-05-11T18:55:34.325Z[ host-image] May 11 18:55:33.269 INFO O| May 11 18:55:33.269 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97182026-05-11T18:55:34.328Z[ host-image] May 11 18:55:33.275 INFO O| May 11 18:55:33.275 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
97192026-05-11T18:55:34.328Z[ host-image] May 11 18:55:33.275 INFO O| May 11 18:55:33.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
97202026-05-11T18:55:34.328Z[ host-image] May 11 18:55:33.275 INFO O| May 11 18:55:33.275 INFO STEP 96 (ensure_dir) COMPLETE
97212026-05-11T18:55:34.328Z[ host-image] May 11 18:55:33.275 INFO O| May 11 18:55:33.275 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97222026-05-11T18:55:34.333Z[ host-image] May 11 18:55:33.281 INFO O| May 11 18:55:33.281 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97232026-05-11T18:55:34.337Z[ host-image] May 11 18:55:33.281 INFO O| May 11 18:55:33.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97242026-05-11T18:55:34.337Z[ host-image] May 11 18:55:33.281 INFO O| May 11 18:55:33.281 INFO STEP 97 (ensure_dir) COMPLETE
97252026-05-11T18:55:34.337Z[ host-image] May 11 18:55:33.281 INFO O| May 11 18:55:33.281 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97262026-05-11T18:55:34.341Z[ host-image] May 11 18:55:33.287 INFO O| May 11 18:55:33.287 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97272026-05-11T18:55:34.341Z[ host-image] May 11 18:55:33.287 INFO O| May 11 18:55:33.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97282026-05-11T18:55:34.341Z[ host-image] May 11 18:55:33.287 INFO O| May 11 18:55:33.287 INFO STEP 98 (ensure_dir) COMPLETE
97292026-05-11T18:55:34.341Z[ host-image] May 11 18:55:33.287 INFO O| May 11 18:55:33.287 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97302026-05-11T18:55:34.348Z[ host-image] May 11 18:55:33.296 INFO O| May 11 18:55:33.296 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
97312026-05-11T18:55:34.351Z[ host-image] May 11 18:55:33.296 INFO O| May 11 18:55:33.296 INFO copying /tmp/.tmpuYb6Gt/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 ...
97322026-05-11T18:55:34.351Z[ host-image] May 11 18:55:33.296 INFO O| May 11 18:55:33.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
97332026-05-11T18:55:34.351Z[ host-image] May 11 18:55:33.296 INFO O| May 11 18:55:33.296 INFO ok!
97342026-05-11T18:55:34.351Z[ host-image] May 11 18:55:33.296 INFO O| May 11 18:55:33.296 INFO STEP 99 (ensure_file) COMPLETE
97352026-05-11T18:55:34.351Z[ host-image] May 11 18:55:33.296 INFO O| May 11 18:55:33.296 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97362026-05-11T18:55:34.354Z[ host-image] May 11 18:55:33.302 INFO O| May 11 18:55:33.302 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
97372026-05-11T18:55:34.355Z[ host-image] May 11 18:55:33.302 INFO O| May 11 18:55:33.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
97382026-05-11T18:55:34.355Z[ host-image] May 11 18:55:33.302 INFO O| May 11 18:55:33.302 INFO STEP 100 (ensure_dir) COMPLETE
97392026-05-11T18:55:34.355Z[ host-image] May 11 18:55:33.302 INFO O| May 11 18:55:33.302 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97402026-05-11T18:55:34.360Z[ host-image] May 11 18:55:33.308 INFO O| May 11 18:55:33.308 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
97412026-05-11T18:55:34.360Z[ host-image] May 11 18:55:33.308 INFO O| May 11 18:55:33.308 INFO copying /tmp/.tmpuYb6Gt/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
97422026-05-11T18:55:34.661Z[ host-image] May 11 18:55:33.606 INFO O| May 11 18:55:33.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
97432026-05-11T18:55:34.661Z[ host-image] May 11 18:55:33.606 INFO O| May 11 18:55:33.606 INFO ok!
97442026-05-11T18:55:34.661Z[ host-image] May 11 18:55:33.606 INFO O| May 11 18:55:33.606 INFO STEP 101 (ensure_file) COMPLETE
97452026-05-11T18:55:34.661Z[ host-image] May 11 18:55:33.606 INFO O| May 11 18:55:33.606 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97462026-05-11T18:55:34.668Z[ host-image] May 11 18:55:33.615 INFO O| May 11 18:55:33.615 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
97472026-05-11T18:55:34.668Z[ host-image] May 11 18:55:33.615 INFO O| May 11 18:55:33.615 INFO copying /tmp/.tmpuYb6Gt/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
97482026-05-11T18:55:34.671Z[ host-image] May 11 18:55:33.615 INFO O| May 11 18:55:33.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
97492026-05-11T18:55:34.671Z[ host-image] May 11 18:55:33.615 INFO O| May 11 18:55:33.615 INFO ok!
97502026-05-11T18:55:34.671Z[ host-image] May 11 18:55:33.615 INFO O| May 11 18:55:33.615 INFO STEP 102 (ensure_file) COMPLETE
97512026-05-11T18:55:34.671Z[ host-image] May 11 18:55:33.615 INFO O| May 11 18:55:33.615 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97522026-05-11T18:55:34.675Z[ host-image] May 11 18:55:33.623 INFO O| May 11 18:55:33.623 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
97532026-05-11T18:55:34.675Z[ host-image] May 11 18:55:33.623 INFO O| May 11 18:55:33.623 INFO copying /tmp/.tmpuYb6Gt/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
97542026-05-11T18:55:34.682Z[ host-image] May 11 18:55:33.630 INFO O| May 11 18:55:33.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
97552026-05-11T18:55:34.686Z[ host-image] May 11 18:55:33.630 INFO O| May 11 18:55:33.630 INFO ok!
97562026-05-11T18:55:34.686Z[ host-image] May 11 18:55:33.630 INFO O| May 11 18:55:33.630 INFO STEP 103 (ensure_file) COMPLETE
97572026-05-11T18:55:34.686Z[ host-image] May 11 18:55:33.630 INFO O| May 11 18:55:33.630 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97582026-05-11T18:55:34.691Z[ host-image] May 11 18:55:33.639 INFO O| May 11 18:55:33.639 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
97592026-05-11T18:55:34.691Z[ host-image] May 11 18:55:33.639 INFO O| May 11 18:55:33.639 INFO copying /tmp/.tmpuYb6Gt/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
97602026-05-11T18:55:34.694Z[ host-image] May 11 18:55:33.639 INFO O| May 11 18:55:33.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
97612026-05-11T18:55:34.694Z[ host-image] May 11 18:55:33.639 INFO O| May 11 18:55:33.639 INFO ok!
97622026-05-11T18:55:34.694Z[ host-image] May 11 18:55:33.639 INFO O| May 11 18:55:33.639 INFO STEP 104 (ensure_file) COMPLETE
97632026-05-11T18:55:34.694Z[ host-image] May 11 18:55:33.639 INFO O| May 11 18:55:33.639 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97642026-05-11T18:55:34.698Z[ host-image] May 11 18:55:33.645 INFO O| May 11 18:55:33.645 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
97652026-05-11T18:55:34.698Z[ host-image] May 11 18:55:33.645 INFO O| May 11 18:55:33.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
97662026-05-11T18:55:34.698Z[ host-image] May 11 18:55:33.645 INFO O| May 11 18:55:33.645 INFO STEP 105 (ensure_dir) COMPLETE
97672026-05-11T18:55:34.698Z[ host-image] May 11 18:55:33.645 INFO O| May 11 18:55:33.645 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97682026-05-11T18:55:34.705Z[ host-image] May 11 18:55:33.653 INFO O| May 11 18:55:33.653 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
97692026-05-11T18:55:34.705Z[ host-image] May 11 18:55:33.653 INFO O| May 11 18:55:33.653 INFO copying /tmp/.tmpuYb6Gt/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 ...
97702026-05-11T18:55:34.973Z[ host-image] May 11 18:55:33.921 INFO O| May 11 18:55:33.921 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
97712026-05-11T18:55:34.973Z[ host-image] May 11 18:55:33.921 INFO O| May 11 18:55:33.921 INFO ok!
97722026-05-11T18:55:34.974Z[ host-image] May 11 18:55:33.921 INFO O| May 11 18:55:33.921 INFO STEP 106 (ensure_file) COMPLETE
97732026-05-11T18:55:34.977Z[ host-image] May 11 18:55:33.921 INFO O| May 11 18:55:33.921 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97742026-05-11T18:55:34.981Z[ host-image] May 11 18:55:33.929 INFO O| May 11 18:55:33.929 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
97752026-05-11T18:55:34.981Z[ host-image] May 11 18:55:33.929 INFO O| May 11 18:55:33.929 INFO copying /tmp/.tmpuYb6Gt/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 ...
97762026-05-11T18:55:34.984Z[ host-image] May 11 18:55:33.929 INFO O| May 11 18:55:33.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
97772026-05-11T18:55:34.985Z[ host-image] May 11 18:55:33.929 INFO O| May 11 18:55:33.929 INFO ok!
97782026-05-11T18:55:34.985Z[ host-image] May 11 18:55:33.929 INFO O| May 11 18:55:33.929 INFO STEP 107 (ensure_file) COMPLETE
97792026-05-11T18:55:34.985Z[ host-image] May 11 18:55:33.929 INFO O| May 11 18:55:33.929 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97802026-05-11T18:55:34.990Z[ host-image] May 11 18:55:33.937 INFO O| May 11 18:55:33.937 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
97812026-05-11T18:55:34.990Z[ host-image] May 11 18:55:33.937 INFO O| May 11 18:55:33.937 INFO copying /tmp/.tmpuYb6Gt/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 ...
97822026-05-11T18:55:34.993Z[ host-image] May 11 18:55:33.937 INFO O| May 11 18:55:33.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
97832026-05-11T18:55:34.994Z[ host-image] May 11 18:55:33.938 INFO O| May 11 18:55:33.937 INFO ok!
97842026-05-11T18:55:34.994Z[ host-image] May 11 18:55:33.938 INFO O| May 11 18:55:33.937 INFO STEP 108 (ensure_file) COMPLETE
97852026-05-11T18:55:34.994Z[ host-image] May 11 18:55:33.938 INFO O| May 11 18:55:33.937 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97862026-05-11T18:55:34.997Z[ host-image] May 11 18:55:33.945 INFO O| May 11 18:55:33.945 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
97872026-05-11T18:55:34.997Z[ host-image] May 11 18:55:33.945 INFO O| May 11 18:55:33.945 INFO copying /tmp/.tmpuYb6Gt/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 ...
97882026-05-11T18:55:34.998Z[ host-image] May 11 18:55:33.945 INFO O| May 11 18:55:33.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
97892026-05-11T18:55:34.998Z[ host-image] May 11 18:55:33.945 INFO O| May 11 18:55:33.945 INFO ok!
97902026-05-11T18:55:34.998Z[ host-image] May 11 18:55:33.945 INFO O| May 11 18:55:33.945 INFO STEP 109 (ensure_file) COMPLETE
97912026-05-11T18:55:34.998Z[ host-image] May 11 18:55:33.945 INFO O| May 11 18:55:33.945 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97922026-05-11T18:55:35.003Z[ host-image] May 11 18:55:33.951 INFO O| May 11 18:55:33.951 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
97932026-05-11T18:55:35.003Z[ host-image] May 11 18:55:33.951 INFO O| May 11 18:55:33.951 INFO copying /tmp/.tmpuYb6Gt/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 ...
97942026-05-11T18:55:35.007Z[ host-image] May 11 18:55:33.951 INFO O| May 11 18:55:33.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
97952026-05-11T18:55:35.007Z[ host-image] May 11 18:55:33.951 INFO O| May 11 18:55:33.951 INFO ok!
97962026-05-11T18:55:35.007Z[ host-image] May 11 18:55:33.951 INFO O| May 11 18:55:33.951 INFO STEP 110 (ensure_file) COMPLETE
97972026-05-11T18:55:35.007Z[ host-image] May 11 18:55:33.951 INFO O| May 11 18:55:33.951 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97982026-05-11T18:55:35.012Z[ host-image] May 11 18:55:33.956 INFO O| May 11 18:55:33.956 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
97992026-05-11T18:55:35.012Z[ host-image] May 11 18:55:33.956 INFO O| May 11 18:55:33.956 INFO copying /tmp/.tmpuYb6Gt/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 ...
98002026-05-11T18:55:35.012Z[ host-image] May 11 18:55:33.957 INFO O| May 11 18:55:33.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
98012026-05-11T18:55:35.012Z[ host-image] May 11 18:55:33.957 INFO O| May 11 18:55:33.957 INFO ok!
98022026-05-11T18:55:35.012Z[ host-image] May 11 18:55:33.957 INFO O| May 11 18:55:33.957 INFO STEP 111 (ensure_file) COMPLETE
98032026-05-11T18:55:35.012Z[ host-image] May 11 18:55:33.957 INFO O| May 11 18:55:33.957 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98042026-05-11T18:55:35.017Z[ host-image] May 11 18:55:33.962 INFO O| May 11 18:55:33.962 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
98052026-05-11T18:55:35.017Z[ host-image] May 11 18:55:33.962 INFO O| May 11 18:55:33.962 INFO copying /tmp/.tmpuYb6Gt/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 ...
98062026-05-11T18:55:35.017Z[ host-image] May 11 18:55:33.962 INFO O| May 11 18:55:33.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
98072026-05-11T18:55:35.017Z[ host-image] May 11 18:55:33.962 INFO O| May 11 18:55:33.962 INFO ok!
98082026-05-11T18:55:35.017Z[ host-image] May 11 18:55:33.962 INFO O| May 11 18:55:33.962 INFO STEP 112 (ensure_file) COMPLETE
98092026-05-11T18:55:35.017Z[ host-image] May 11 18:55:33.962 INFO O| May 11 18:55:33.962 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98102026-05-11T18:55:35.023Z[ host-image] May 11 18:55:33.970 INFO O| May 11 18:55:33.970 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
98112026-05-11T18:55:35.023Z[ host-image] May 11 18:55:33.970 INFO O| May 11 18:55:33.970 INFO copying /tmp/.tmpuYb6Gt/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
98122026-05-11T18:55:35.026Z[ host-image] May 11 18:55:33.970 INFO O| May 11 18:55:33.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
98132026-05-11T18:55:35.026Z[ host-image] May 11 18:55:33.971 INFO O| May 11 18:55:33.970 INFO ok!
98142026-05-11T18:55:35.026Z[ host-image] May 11 18:55:33.971 INFO O| May 11 18:55:33.970 INFO STEP 113 (ensure_file) COMPLETE
98152026-05-11T18:55:35.026Z[ host-image] May 11 18:55:33.971 INFO O| May 11 18:55:33.971 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98162026-05-11T18:55:35.030Z[ host-image] May 11 18:55:33.977 INFO O| May 11 18:55:33.977 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
98172026-05-11T18:55:35.030Z[ host-image] May 11 18:55:33.977 INFO O| May 11 18:55:33.977 INFO copying /tmp/.tmpuYb6Gt/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 ...
98182026-05-11T18:55:35.030Z[ host-image] May 11 18:55:33.977 INFO O| May 11 18:55:33.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
98192026-05-11T18:55:35.030Z[ host-image] May 11 18:55:33.977 INFO O| May 11 18:55:33.977 INFO ok!
98202026-05-11T18:55:35.030Z[ host-image] May 11 18:55:33.977 INFO O| May 11 18:55:33.977 INFO STEP 114 (ensure_file) COMPLETE
98212026-05-11T18:55:35.030Z[ host-image] May 11 18:55:33.977 INFO O| May 11 18:55:33.977 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98222026-05-11T18:55:35.036Z[ host-image] May 11 18:55:33.984 INFO O| May 11 18:55:33.984 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
98232026-05-11T18:55:35.036Z[ host-image] May 11 18:55:33.984 INFO O| May 11 18:55:33.984 INFO copying /tmp/.tmpuYb6Gt/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 ...
98242026-05-11T18:55:35.039Z[ host-image] May 11 18:55:33.984 INFO O| May 11 18:55:33.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
98252026-05-11T18:55:35.039Z[ host-image] May 11 18:55:33.984 INFO O| May 11 18:55:33.984 INFO ok!
98262026-05-11T18:55:35.040Z[ host-image] May 11 18:55:33.984 INFO O| May 11 18:55:33.984 INFO STEP 115 (ensure_file) COMPLETE
98272026-05-11T18:55:35.040Z[ host-image] May 11 18:55:33.984 INFO O| May 11 18:55:33.984 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98282026-05-11T18:55:35.044Z[ host-image] May 11 18:55:33.992 INFO O| May 11 18:55:33.992 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
98292026-05-11T18:55:35.047Z[ host-image] May 11 18:55:33.992 INFO O| May 11 18:55:33.992 INFO copying /tmp/.tmpuYb6Gt/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 ...
98302026-05-11T18:55:35.047Z[ host-image] May 11 18:55:33.992 INFO O| May 11 18:55:33.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
98312026-05-11T18:55:35.047Z[ host-image] May 11 18:55:33.992 INFO O| May 11 18:55:33.992 INFO ok!
98322026-05-11T18:55:35.048Z[ host-image] May 11 18:55:33.992 INFO O| May 11 18:55:33.992 INFO STEP 116 (ensure_file) COMPLETE
98332026-05-11T18:55:35.048Z[ host-image] May 11 18:55:33.992 INFO O| May 11 18:55:33.992 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98342026-05-11T18:55:35.051Z[ host-image] May 11 18:55:33.998 INFO O| May 11 18:55:33.998 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
98352026-05-11T18:55:35.051Z[ host-image] May 11 18:55:33.998 INFO O| May 11 18:55:33.998 INFO copying /tmp/.tmpuYb6Gt/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
98362026-05-11T18:55:35.051Z[ host-image] May 11 18:55:33.998 INFO O| May 11 18:55:33.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
98372026-05-11T18:55:35.051Z[ host-image] May 11 18:55:33.999 INFO O| May 11 18:55:33.998 INFO ok!
98382026-05-11T18:55:35.051Z[ host-image] May 11 18:55:33.999 INFO O| May 11 18:55:33.998 INFO STEP 117 (ensure_file) COMPLETE
98392026-05-11T18:55:35.052Z[ host-image] May 11 18:55:33.999 INFO O| May 11 18:55:33.999 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98402026-05-11T18:55:35.058Z[ host-image] May 11 18:55:34.006 INFO O| May 11 18:55:34.005 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
98412026-05-11T18:55:35.058Z[ host-image] May 11 18:55:34.006 INFO O| May 11 18:55:34.005 INFO copying /tmp/.tmpuYb6Gt/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 ...
98422026-05-11T18:55:35.058Z[ host-image] May 11 18:55:34.006 INFO O| May 11 18:55:34.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
98432026-05-11T18:55:35.061Z[ host-image] May 11 18:55:34.006 INFO O| May 11 18:55:34.006 INFO ok!
98442026-05-11T18:55:35.061Z[ host-image] May 11 18:55:34.006 INFO O| May 11 18:55:34.006 INFO STEP 118 (ensure_file) COMPLETE
98452026-05-11T18:55:35.061Z[ host-image] May 11 18:55:34.006 INFO O| May 11 18:55:34.006 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98462026-05-11T18:55:35.064Z[ host-image] May 11 18:55:34.012 INFO O| May 11 18:55:34.012 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
98472026-05-11T18:55:35.064Z[ host-image] May 11 18:55:34.012 INFO O| May 11 18:55:34.012 INFO copying /tmp/.tmpuYb6Gt/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 ...
98482026-05-11T18:55:35.064Z[ host-image] May 11 18:55:34.012 INFO O| May 11 18:55:34.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
98492026-05-11T18:55:35.065Z[ host-image] May 11 18:55:34.012 INFO O| May 11 18:55:34.012 INFO ok!
98502026-05-11T18:55:35.065Z[ host-image] May 11 18:55:34.012 INFO O| May 11 18:55:34.012 INFO STEP 119 (ensure_file) COMPLETE
98512026-05-11T18:55:35.065Z[ host-image] May 11 18:55:34.012 INFO O| May 11 18:55:34.012 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98522026-05-11T18:55:35.072Z[ host-image] May 11 18:55:34.020 INFO O| May 11 18:55:34.020 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
98532026-05-11T18:55:35.072Z[ host-image] May 11 18:55:34.020 INFO O| May 11 18:55:34.020 INFO copying /tmp/.tmpuYb6Gt/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 ...
98542026-05-11T18:55:35.072Z[ host-image] May 11 18:55:34.020 INFO O| May 11 18:55:34.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
98552026-05-11T18:55:35.072Z[ host-image] May 11 18:55:34.020 INFO O| May 11 18:55:34.020 INFO ok!
98562026-05-11T18:55:35.075Z[ host-image] May 11 18:55:34.020 INFO O| May 11 18:55:34.020 INFO STEP 120 (ensure_file) COMPLETE
98572026-05-11T18:55:35.076Z[ host-image] May 11 18:55:34.020 INFO O| May 11 18:55:34.020 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98582026-05-11T18:55:35.079Z[ host-image] May 11 18:55:34.026 INFO O| May 11 18:55:34.026 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
98592026-05-11T18:55:35.079Z[ host-image] May 11 18:55:34.026 INFO O| May 11 18:55:34.026 INFO copying /tmp/.tmpuYb6Gt/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 ...
98602026-05-11T18:55:35.079Z[ host-image] May 11 18:55:34.026 INFO O| May 11 18:55:34.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
98612026-05-11T18:55:35.079Z[ host-image] May 11 18:55:34.027 INFO O| May 11 18:55:34.026 INFO ok!
98622026-05-11T18:55:35.079Z[ host-image] May 11 18:55:34.027 INFO O| May 11 18:55:34.026 INFO STEP 121 (ensure_file) COMPLETE
98632026-05-11T18:55:35.079Z[ host-image] May 11 18:55:34.027 INFO O| May 11 18:55:34.026 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98642026-05-11T18:55:35.086Z[ host-image] May 11 18:55:34.034 INFO O| May 11 18:55:34.034 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
98652026-05-11T18:55:35.086Z[ host-image] May 11 18:55:34.034 INFO O| May 11 18:55:34.034 INFO copying /tmp/.tmpuYb6Gt/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 ...
98662026-05-11T18:55:35.090Z[ host-image] May 11 18:55:34.034 INFO O| May 11 18:55:34.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
98672026-05-11T18:55:35.090Z[ host-image] May 11 18:55:34.034 INFO O| May 11 18:55:34.034 INFO ok!
98682026-05-11T18:55:35.090Z[ host-image] May 11 18:55:34.034 INFO O| May 11 18:55:34.034 INFO STEP 122 (ensure_file) COMPLETE
98692026-05-11T18:55:35.090Z[ host-image] May 11 18:55:34.034 INFO O| May 11 18:55:34.034 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98702026-05-11T18:55:35.093Z[ host-image] May 11 18:55:34.040 INFO O| May 11 18:55:34.040 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
98712026-05-11T18:55:35.093Z[ host-image] May 11 18:55:34.040 INFO O| May 11 18:55:34.040 INFO copying /tmp/.tmpuYb6Gt/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 ...
98722026-05-11T18:55:35.093Z[ host-image] May 11 18:55:34.040 INFO O| May 11 18:55:34.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
98732026-05-11T18:55:35.093Z[ host-image] May 11 18:55:34.040 INFO O| May 11 18:55:34.040 INFO ok!
98742026-05-11T18:55:35.094Z[ host-image] May 11 18:55:34.040 INFO O| May 11 18:55:34.040 INFO STEP 123 (ensure_file) COMPLETE
98752026-05-11T18:55:35.094Z[ host-image] May 11 18:55:34.040 INFO O| May 11 18:55:34.040 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98762026-05-11T18:55:35.098Z[ host-image] May 11 18:55:34.047 INFO O| May 11 18:55:34.047 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
98772026-05-11T18:55:35.099Z[ host-image] May 11 18:55:34.047 INFO O| May 11 18:55:34.047 INFO copying /tmp/.tmpuYb6Gt/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 ...
98782026-05-11T18:55:35.102Z[ host-image] May 11 18:55:34.047 INFO O| May 11 18:55:34.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
98792026-05-11T18:55:35.102Z[ host-image] May 11 18:55:34.047 INFO O| May 11 18:55:34.047 INFO ok!
98802026-05-11T18:55:35.102Z[ host-image] May 11 18:55:34.047 INFO O| May 11 18:55:34.047 INFO STEP 124 (ensure_file) COMPLETE
98812026-05-11T18:55:35.102Z[ host-image] May 11 18:55:34.047 INFO O| May 11 18:55:34.047 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98822026-05-11T18:55:35.105Z[ host-image] May 11 18:55:34.053 INFO O| May 11 18:55:34.053 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
98832026-05-11T18:55:35.105Z[ host-image] May 11 18:55:34.053 INFO O| May 11 18:55:34.053 INFO copying /tmp/.tmpuYb6Gt/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 ...
98842026-05-11T18:55:35.106Z[ host-image] May 11 18:55:34.053 INFO O| May 11 18:55:34.053 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
98852026-05-11T18:55:35.106Z[ host-image] May 11 18:55:34.053 INFO O| May 11 18:55:34.053 INFO ok!
98862026-05-11T18:55:35.106Z[ host-image] May 11 18:55:34.053 INFO O| May 11 18:55:34.053 INFO STEP 125 (ensure_file) COMPLETE
98872026-05-11T18:55:35.106Z[ host-image] May 11 18:55:34.053 INFO O| May 11 18:55:34.053 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98882026-05-11T18:55:35.112Z[ host-image] May 11 18:55:34.060 INFO O| May 11 18:55:34.060 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
98892026-05-11T18:55:35.112Z[ host-image] May 11 18:55:34.060 INFO O| May 11 18:55:34.060 INFO copying /tmp/.tmpuYb6Gt/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 ...
98902026-05-11T18:55:35.116Z[ host-image] May 11 18:55:34.061 INFO O| May 11 18:55:34.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
98912026-05-11T18:55:35.116Z[ host-image] May 11 18:55:34.061 INFO O| May 11 18:55:34.060 INFO ok!
98922026-05-11T18:55:35.116Z[ host-image] May 11 18:55:34.061 INFO O| May 11 18:55:34.060 INFO STEP 126 (ensure_file) COMPLETE
98932026-05-11T18:55:35.116Z[ host-image] May 11 18:55:34.061 INFO O| May 11 18:55:34.061 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98942026-05-11T18:55:35.121Z[ host-image] May 11 18:55:34.067 INFO O| May 11 18:55:34.067 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
98952026-05-11T18:55:35.121Z[ host-image] May 11 18:55:34.067 INFO O| May 11 18:55:34.067 INFO copying /tmp/.tmpuYb6Gt/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 ...
98962026-05-11T18:55:35.121Z[ host-image] May 11 18:55:34.067 INFO O| May 11 18:55:34.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
98972026-05-11T18:55:35.121Z[ host-image] May 11 18:55:34.067 INFO O| May 11 18:55:34.067 INFO ok!
98982026-05-11T18:55:35.121Z[ host-image] May 11 18:55:34.067 INFO O| May 11 18:55:34.067 INFO STEP 127 (ensure_file) COMPLETE
98992026-05-11T18:55:35.121Z[ host-image] May 11 18:55:34.067 INFO O| May 11 18:55:34.067 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99002026-05-11T18:55:35.125Z[ host-image] May 11 18:55:34.073 INFO O| May 11 18:55:34.073 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
99012026-05-11T18:55:35.125Z[ host-image] May 11 18:55:34.073 INFO O| May 11 18:55:34.073 INFO copying /tmp/.tmpuYb6Gt/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 ...
99022026-05-11T18:55:35.125Z[ host-image] May 11 18:55:34.073 INFO O| May 11 18:55:34.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
99032026-05-11T18:55:35.125Z[ host-image] May 11 18:55:34.073 INFO O| May 11 18:55:34.073 INFO ok!
99042026-05-11T18:55:35.128Z[ host-image] May 11 18:55:34.073 INFO O| May 11 18:55:34.073 INFO STEP 128 (ensure_file) COMPLETE
99052026-05-11T18:55:35.128Z[ host-image] May 11 18:55:34.073 INFO O| May 11 18:55:34.073 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99062026-05-11T18:55:35.132Z[ host-image] May 11 18:55:34.078 INFO O| May 11 18:55:34.078 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
99072026-05-11T18:55:35.132Z[ host-image] May 11 18:55:34.078 INFO O| May 11 18:55:34.078 INFO copying /tmp/.tmpuYb6Gt/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 ...
99082026-05-11T18:55:35.132Z[ host-image] May 11 18:55:34.078 INFO O| May 11 18:55:34.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
99092026-05-11T18:55:35.132Z[ host-image] May 11 18:55:34.078 INFO O| May 11 18:55:34.078 INFO ok!
99102026-05-11T18:55:35.132Z[ host-image] May 11 18:55:34.078 INFO O| May 11 18:55:34.078 INFO STEP 129 (ensure_file) COMPLETE
99112026-05-11T18:55:35.132Z[ host-image] May 11 18:55:34.078 INFO O| May 11 18:55:34.078 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99122026-05-11T18:55:35.139Z[ host-image] May 11 18:55:34.086 INFO O| May 11 18:55:34.086 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
99132026-05-11T18:55:35.139Z[ host-image] May 11 18:55:34.086 INFO O| May 11 18:55:34.086 INFO copying /tmp/.tmpuYb6Gt/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 ...
99142026-05-11T18:55:35.144Z[ host-image] May 11 18:55:34.086 INFO O| May 11 18:55:34.086 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
99152026-05-11T18:55:35.144Z[ host-image] May 11 18:55:34.086 INFO O| May 11 18:55:34.086 INFO ok!
99162026-05-11T18:55:35.144Z[ host-image] May 11 18:55:34.086 INFO O| May 11 18:55:34.086 INFO STEP 130 (ensure_file) COMPLETE
99172026-05-11T18:55:35.144Z[ host-image] May 11 18:55:34.086 INFO O| May 11 18:55:34.086 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99182026-05-11T18:55:35.148Z[ host-image] May 11 18:55:34.093 INFO O| May 11 18:55:34.093 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
99192026-05-11T18:55:35.148Z[ host-image] May 11 18:55:34.093 INFO O| May 11 18:55:34.093 INFO copying /tmp/.tmpuYb6Gt/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 ...
99202026-05-11T18:55:35.148Z[ host-image] May 11 18:55:34.093 INFO O| May 11 18:55:34.093 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
99212026-05-11T18:55:35.148Z[ host-image] May 11 18:55:34.093 INFO O| May 11 18:55:34.093 INFO ok!
99222026-05-11T18:55:35.148Z[ host-image] May 11 18:55:34.093 INFO O| May 11 18:55:34.093 INFO STEP 131 (ensure_file) COMPLETE
99232026-05-11T18:55:35.148Z[ host-image] May 11 18:55:34.093 INFO O| May 11 18:55:34.093 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99242026-05-11T18:55:35.151Z[ host-image] May 11 18:55:34.099 INFO O| May 11 18:55:34.099 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
99252026-05-11T18:55:35.151Z[ host-image] May 11 18:55:34.099 INFO O| May 11 18:55:34.099 INFO copying /tmp/.tmpuYb6Gt/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 ...
99262026-05-11T18:55:35.152Z[ host-image] May 11 18:55:34.099 INFO O| May 11 18:55:34.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
99272026-05-11T18:55:35.152Z[ host-image] May 11 18:55:34.099 INFO O| May 11 18:55:34.099 INFO ok!
99282026-05-11T18:55:35.152Z[ host-image] May 11 18:55:34.099 INFO O| May 11 18:55:34.099 INFO STEP 132 (ensure_file) COMPLETE
99292026-05-11T18:55:35.152Z[ host-image] May 11 18:55:34.099 INFO O| May 11 18:55:34.099 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99302026-05-11T18:55:35.158Z[ host-image] May 11 18:55:34.106 INFO O| May 11 18:55:34.106 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
99312026-05-11T18:55:35.162Z[ host-image] May 11 18:55:34.106 INFO O| May 11 18:55:34.106 INFO copying /tmp/.tmpuYb6Gt/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 ...
99322026-05-11T18:55:35.162Z[ host-image] May 11 18:55:34.106 INFO O| May 11 18:55:34.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
99332026-05-11T18:55:35.162Z[ host-image] May 11 18:55:34.106 INFO O| May 11 18:55:34.106 INFO ok!
99342026-05-11T18:55:35.162Z[ host-image] May 11 18:55:34.106 INFO O| May 11 18:55:34.106 INFO STEP 133 (ensure_file) COMPLETE
99352026-05-11T18:55:35.162Z[ host-image] May 11 18:55:34.106 INFO O| May 11 18:55:34.106 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99362026-05-11T18:55:35.165Z[ host-image] May 11 18:55:34.113 INFO O| May 11 18:55:34.113 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
99372026-05-11T18:55:35.165Z[ host-image] May 11 18:55:34.113 INFO O| May 11 18:55:34.113 INFO copying /tmp/.tmpuYb6Gt/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 ...
99382026-05-11T18:55:35.165Z[ host-image] May 11 18:55:34.113 INFO O| May 11 18:55:34.113 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
99392026-05-11T18:55:35.166Z[ host-image] May 11 18:55:34.113 INFO O| May 11 18:55:34.113 INFO ok!
99402026-05-11T18:55:35.166Z[ host-image] May 11 18:55:34.113 INFO O| May 11 18:55:34.113 INFO STEP 134 (ensure_file) COMPLETE
99412026-05-11T18:55:35.166Z[ host-image] May 11 18:55:34.113 INFO O| May 11 18:55:34.113 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99422026-05-11T18:55:35.172Z[ host-image] May 11 18:55:34.120 INFO O| May 11 18:55:34.120 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
99432026-05-11T18:55:35.172Z[ host-image] May 11 18:55:34.120 INFO O| May 11 18:55:34.120 INFO copying /tmp/.tmpuYb6Gt/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 ...
99442026-05-11T18:55:35.172Z[ host-image] May 11 18:55:34.120 INFO O| May 11 18:55:34.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
99452026-05-11T18:55:35.175Z[ host-image] May 11 18:55:34.120 INFO O| May 11 18:55:34.120 INFO ok!
99462026-05-11T18:55:35.175Z[ host-image] May 11 18:55:34.120 INFO O| May 11 18:55:34.120 INFO STEP 135 (ensure_file) COMPLETE
99472026-05-11T18:55:35.175Z[ host-image] May 11 18:55:34.120 INFO O| May 11 18:55:34.120 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99482026-05-11T18:55:35.178Z[ host-image] May 11 18:55:34.126 INFO O| May 11 18:55:34.126 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
99492026-05-11T18:55:35.182Z[ host-image] May 11 18:55:34.126 INFO O| May 11 18:55:34.126 INFO copying /tmp/.tmpuYb6Gt/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
99502026-05-11T18:55:35.182Z[ host-image] May 11 18:55:34.126 INFO O| May 11 18:55:34.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
99512026-05-11T18:55:35.182Z[ host-image] May 11 18:55:34.126 INFO O| May 11 18:55:34.126 INFO ok!
99522026-05-11T18:55:35.182Z[ host-image] May 11 18:55:34.126 INFO O| May 11 18:55:34.126 INFO STEP 136 (ensure_file) COMPLETE
99532026-05-11T18:55:35.182Z[ host-image] May 11 18:55:34.126 INFO O| May 11 18:55:34.126 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99542026-05-11T18:55:35.185Z[ host-image] May 11 18:55:34.133 INFO O| May 11 18:55:34.133 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
99552026-05-11T18:55:35.186Z[ host-image] May 11 18:55:34.133 INFO O| May 11 18:55:34.133 INFO copying /tmp/.tmpuYb6Gt/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 ...
99562026-05-11T18:55:35.186Z[ host-image] May 11 18:55:34.133 INFO O| May 11 18:55:34.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
99572026-05-11T18:55:35.189Z[ host-image] May 11 18:55:34.133 INFO O| May 11 18:55:34.133 INFO ok!
99582026-05-11T18:55:35.189Z[ host-image] May 11 18:55:34.133 INFO O| May 11 18:55:34.133 INFO STEP 137 (ensure_file) COMPLETE
99592026-05-11T18:55:35.189Z[ host-image] May 11 18:55:34.133 INFO O| May 11 18:55:34.133 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99602026-05-11T18:55:35.193Z[ host-image] May 11 18:55:34.140 INFO O| May 11 18:55:34.140 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
99612026-05-11T18:55:35.193Z[ host-image] May 11 18:55:34.140 INFO O| May 11 18:55:34.140 INFO copying /tmp/.tmpuYb6Gt/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
99622026-05-11T18:55:35.193Z[ host-image] May 11 18:55:34.140 INFO O| May 11 18:55:34.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
99632026-05-11T18:55:35.193Z[ host-image] May 11 18:55:34.140 INFO O| May 11 18:55:34.140 INFO ok!
99642026-05-11T18:55:35.193Z[ host-image] May 11 18:55:34.140 INFO O| May 11 18:55:34.140 INFO STEP 138 (ensure_file) COMPLETE
99652026-05-11T18:55:35.193Z[ host-image] May 11 18:55:34.140 INFO O| May 11 18:55:34.140 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99662026-05-11T18:55:35.198Z[ host-image] May 11 18:55:34.146 INFO O| May 11 18:55:34.146 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
99672026-05-11T18:55:35.198Z[ host-image] May 11 18:55:34.146 INFO O| May 11 18:55:34.146 INFO copying /tmp/.tmpuYb6Gt/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
99682026-05-11T18:55:40.963Z[ host-image] May 11 18:55:39.910 INFO O| May 11 18:55:39.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
99692026-05-11T18:55:40.963Z[ host-image] May 11 18:55:39.910 INFO O| May 11 18:55:39.910 INFO ok!
99702026-05-11T18:55:40.963Z[ host-image] May 11 18:55:39.910 INFO O| May 11 18:55:39.910 INFO STEP 139 (ensure_file) COMPLETE
99712026-05-11T18:55:40.968Z[ host-image] May 11 18:55:39.910 INFO O| May 11 18:55:39.910 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99722026-05-11T18:55:40.971Z[ host-image] May 11 18:55:39.919 INFO O| May 11 18:55:39.919 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
99732026-05-11T18:55:40.971Z[ host-image] May 11 18:55:39.919 INFO O| May 11 18:55:39.919 INFO STEP 140 (ensure_dir) COMPLETE
99742026-05-11T18:55:40.971Z[ host-image] May 11 18:55:39.919 INFO O| May 11 18:55:39.919 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99752026-05-11T18:55:40.979Z[ host-image] May 11 18:55:39.927 INFO O| May 11 18:55:39.927 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
99762026-05-11T18:55:40.979Z[ host-image] May 11 18:55:39.927 INFO O| May 11 18:55:39.927 INFO STEP 141 (ensure_dir) COMPLETE
99772026-05-11T18:55:40.979Z[ host-image] May 11 18:55:39.927 INFO O| May 11 18:55:39.927 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99782026-05-11T18:55:40.986Z[ host-image] May 11 18:55:39.933 INFO O| May 11 18:55:39.933 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
99792026-05-11T18:55:40.986Z[ host-image] May 11 18:55:39.933 INFO O| May 11 18:55:39.933 INFO STEP 142 (ensure_dir) COMPLETE
99802026-05-11T18:55:40.989Z[ host-image] May 11 18:55:39.933 INFO O| May 11 18:55:39.933 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99812026-05-11T18:55:40.992Z[ host-image] May 11 18:55:39.940 INFO O| May 11 18:55:39.940 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
99822026-05-11T18:55:40.992Z[ host-image] May 11 18:55:39.940 INFO O| May 11 18:55:39.940 INFO STEP 143 (ensure_dir) COMPLETE
99832026-05-11T18:55:40.992Z[ host-image] May 11 18:55:39.940 INFO O| May 11 18:55:39.940 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99842026-05-11T18:55:40.998Z[ host-image] May 11 18:55:39.946 INFO O| May 11 18:55:39.946 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
99852026-05-11T18:55:41.001Z[ host-image] May 11 18:55:39.946 INFO O| May 11 18:55:39.946 INFO copying /tmp/.tmpuYb6Gt/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 ...
99862026-05-11T18:55:41.001Z[ host-image] May 11 18:55:39.946 INFO O| May 11 18:55:39.946 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
99872026-05-11T18:55:41.002Z[ host-image] May 11 18:55:39.946 INFO O| May 11 18:55:39.946 INFO ok!
99882026-05-11T18:55:41.002Z[ host-image] May 11 18:55:39.946 INFO O| May 11 18:55:39.946 INFO STEP 144 (ensure_file) COMPLETE
99892026-05-11T18:55:41.002Z[ host-image] May 11 18:55:39.946 INFO O| May 11 18:55:39.946 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99902026-05-11T18:55:41.006Z[ host-image] May 11 18:55:39.953 INFO O| May 11 18:55:39.953 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
99912026-05-11T18:55:41.006Z[ host-image] May 11 18:55:39.953 INFO O| May 11 18:55:39.953 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
99922026-05-11T18:55:41.006Z[ host-image] May 11 18:55:39.953 INFO O| May 11 18:55:39.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
99932026-05-11T18:55:41.006Z[ host-image] May 11 18:55:39.953 INFO O| May 11 18:55:39.953 INFO STEP 145 (ensure_dir) COMPLETE
99942026-05-11T18:55:41.006Z[ host-image] May 11 18:55:39.953 INFO O| May 11 18:55:39.953 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99952026-05-11T18:55:41.012Z[ host-image] May 11 18:55:39.960 INFO O| May 11 18:55:39.960 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
99962026-05-11T18:55:41.015Z[ host-image] May 11 18:55:39.960 INFO O| May 11 18:55:39.960 INFO copying /tmp/.tmpuYb6Gt/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
99972026-05-11T18:55:41.015Z[ host-image] May 11 18:55:39.960 INFO O| May 11 18:55:39.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
99982026-05-11T18:55:41.015Z[ host-image] May 11 18:55:39.960 INFO O| May 11 18:55:39.960 INFO ok!
99992026-05-11T18:55:41.015Z[ host-image] May 11 18:55:39.960 INFO O| May 11 18:55:39.960 INFO STEP 146 (ensure_file) COMPLETE
100002026-05-11T18:55:41.015Z[ host-image] May 11 18:55:39.960 INFO O| May 11 18:55:39.960 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100012026-05-11T18:55:41.020Z[ host-image] May 11 18:55:39.968 INFO O| May 11 18:55:39.968 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
100022026-05-11T18:55:41.023Z[ host-image] May 11 18:55:39.969 INFO O| May 11 18:55:39.969 INFO STEP 147 (remove_files) COMPLETE
100032026-05-11T18:55:41.023Z[ host-image] May 11 18:55:39.969 INFO O| May 11 18:55:39.969 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100042026-05-11T18:55:41.027Z[ host-image] May 11 18:55:39.976 INFO O| May 11 18:55:39.976 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
100052026-05-11T18:55:41.030Z[ host-image] May 11 18:55:39.976 INFO O| May 11 18:55:39.976 INFO STEP 148 (remove_files) COMPLETE
100062026-05-11T18:55:41.030Z[ host-image] May 11 18:55:39.976 INFO O| May 11 18:55:39.976 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100072026-05-11T18:55:41.034Z[ host-image] May 11 18:55:39.982 INFO O| May 11 18:55:39.982 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
100082026-05-11T18:55:41.039Z[ host-image] May 11 18:55:39.982 INFO O| May 11 18:55:39.982 INFO STEP 149 (remove_files) COMPLETE
100092026-05-11T18:55:41.039Z[ host-image] May 11 18:55:39.982 INFO O| May 11 18:55:39.982 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100102026-05-11T18:55:41.043Z[ host-image] May 11 18:55:39.988 INFO O| May 11 18:55:39.988 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
100112026-05-11T18:55:41.043Z[ host-image] May 11 18:55:39.988 INFO O| May 11 18:55:39.988 INFO STEP 150 (remove_files) COMPLETE
100122026-05-11T18:55:41.043Z[ host-image] May 11 18:55:39.988 INFO O| May 11 18:55:39.988 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100132026-05-11T18:55:41.048Z[ host-image] May 11 18:55:39.995 INFO O| May 11 18:55:39.995 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
100142026-05-11T18:55:41.048Z[ host-image] May 11 18:55:39.995 INFO O| May 11 18:55:39.995 INFO STEP 151 (remove_files) COMPLETE
100152026-05-11T18:55:41.051Z[ host-image] May 11 18:55:39.995 INFO O| May 11 18:55:39.995 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100162026-05-11T18:55:41.055Z[ host-image] May 11 18:55:40.002 INFO O| May 11 18:55:40.002 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
100172026-05-11T18:55:41.055Z[ host-image] May 11 18:55:40.002 INFO O| May 11 18:55:40.002 INFO STEP 152 (remove_files) COMPLETE
100182026-05-11T18:55:41.055Z[ host-image] May 11 18:55:40.002 INFO O| May 11 18:55:40.002 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100192026-05-11T18:55:41.062Z[ host-image] May 11 18:55:40.010 INFO O| May 11 18:55:40.010 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
100202026-05-11T18:55:41.065Z[ host-image] May 11 18:55:40.010 INFO O| May 11 18:55:40.010 INFO STEP 153 (remove_files) COMPLETE
100212026-05-11T18:55:41.065Z[ host-image] May 11 18:55:40.010 INFO O| May 11 18:55:40.010 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100222026-05-11T18:55:41.069Z[ host-image] May 11 18:55:40.017 INFO O| May 11 18:55:40.017 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
100232026-05-11T18:55:41.069Z[ host-image] May 11 18:55:40.017 INFO O| May 11 18:55:40.017 INFO STEP 154 (remove_files) COMPLETE
100242026-05-11T18:55:41.069Z[ host-image] May 11 18:55:40.017 INFO O| May 11 18:55:40.017 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100252026-05-11T18:55:41.077Z[ host-image] May 11 18:55:40.024 INFO O| May 11 18:55:40.024 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
100262026-05-11T18:55:41.080Z[ host-image] May 11 18:55:40.024 INFO O| May 11 18:55:40.024 INFO STEP 155 (remove_files) COMPLETE
100272026-05-11T18:55:41.080Z[ host-image] May 11 18:55:40.024 INFO O| May 11 18:55:40.024 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100282026-05-11T18:55:41.084Z[ host-image] May 11 18:55:40.031 INFO O| May 11 18:55:40.031 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
100292026-05-11T18:55:41.084Z[ host-image] May 11 18:55:40.031 INFO O| May 11 18:55:40.031 INFO STEP 156 (remove_files) COMPLETE
100302026-05-11T18:55:41.084Z[ host-image] May 11 18:55:40.031 INFO O| May 11 18:55:40.031 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100312026-05-11T18:55:41.090Z[ host-image] May 11 18:55:40.038 INFO O| May 11 18:55:40.038 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
100322026-05-11T18:55:41.091Z[ host-image] May 11 18:55:40.038 INFO O| May 11 18:55:40.038 INFO STEP 157 (remove_files) COMPLETE
100332026-05-11T18:55:41.091Z[ host-image] May 11 18:55:40.038 INFO O| May 11 18:55:40.038 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100342026-05-11T18:55:41.097Z[ host-image] May 11 18:55:40.045 INFO O| May 11 18:55:40.045 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
100352026-05-11T18:55:41.101Z[ host-image] May 11 18:55:40.045 INFO O| May 11 18:55:40.045 INFO STEP 158 (remove_files) COMPLETE
100362026-05-11T18:55:41.101Z[ host-image] May 11 18:55:40.045 INFO O| May 11 18:55:40.045 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100372026-05-11T18:55:41.105Z[ host-image] May 11 18:55:40.053 INFO O| May 11 18:55:40.053 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
100382026-05-11T18:55:41.105Z[ host-image] May 11 18:55:40.053 INFO O| May 11 18:55:40.053 INFO STEP 159 (remove_files) COMPLETE
100392026-05-11T18:55:41.105Z[ host-image] May 11 18:55:40.053 INFO O| May 11 18:55:40.053 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100402026-05-11T18:55:41.112Z[ host-image] May 11 18:55:40.060 INFO O| May 11 18:55:40.060 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
100412026-05-11T18:55:41.112Z[ host-image] May 11 18:55:40.060 INFO O| May 11 18:55:40.060 INFO STEP 160 (remove_files) COMPLETE
100422026-05-11T18:55:41.116Z[ host-image] May 11 18:55:40.060 INFO O| May 11 18:55:40.060 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100432026-05-11T18:55:41.119Z[ host-image] May 11 18:55:40.066 INFO O| May 11 18:55:40.066 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
100442026-05-11T18:55:41.119Z[ host-image] May 11 18:55:40.066 INFO O| May 11 18:55:40.066 INFO STEP 161 (remove_files) COMPLETE
100452026-05-11T18:55:41.119Z[ host-image] May 11 18:55:40.066 INFO O| May 11 18:55:40.066 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100462026-05-11T18:55:41.126Z[ host-image] May 11 18:55:40.073 INFO O| May 11 18:55:40.073 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
100472026-05-11T18:55:41.129Z[ host-image] May 11 18:55:40.073 INFO O| May 11 18:55:40.073 INFO STEP 162 (remove_files) COMPLETE
100482026-05-11T18:55:41.129Z[ host-image] May 11 18:55:40.073 INFO O| May 11 18:55:40.073 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100492026-05-11T18:55:41.133Z[ host-image] May 11 18:55:40.079 INFO O| May 11 18:55:40.079 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
100502026-05-11T18:55:41.133Z[ host-image] May 11 18:55:40.079 INFO O| May 11 18:55:40.079 INFO STEP 163 (remove_files) COMPLETE
100512026-05-11T18:55:41.133Z[ host-image] May 11 18:55:40.079 INFO O| May 11 18:55:40.079 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100522026-05-11T18:55:41.138Z[ host-image] May 11 18:55:40.086 INFO O| May 11 18:55:40.086 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
100532026-05-11T18:55:41.138Z[ host-image] May 11 18:55:40.086 INFO O| May 11 18:55:40.086 INFO STEP 164 (remove_files) COMPLETE
100542026-05-11T18:55:41.138Z[ host-image] May 11 18:55:40.086 INFO O| May 11 18:55:40.086 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100552026-05-11T18:55:41.145Z[ host-image] May 11 18:55:40.093 INFO O| May 11 18:55:40.093 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
100562026-05-11T18:55:41.145Z[ host-image] May 11 18:55:40.094 INFO O| May 11 18:55:40.093 INFO STEP 165 (remove_files) COMPLETE
100572026-05-11T18:55:41.148Z[ host-image] May 11 18:55:40.094 INFO O| May 11 18:55:40.093 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100582026-05-11T18:55:41.152Z[ host-image] May 11 18:55:40.100 INFO O| May 11 18:55:40.100 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
100592026-05-11T18:55:41.152Z[ host-image] May 11 18:55:40.100 INFO O| May 11 18:55:40.100 INFO STEP 166 (remove_files) COMPLETE
100602026-05-11T18:55:41.155Z[ host-image] May 11 18:55:40.100 INFO O| May 11 18:55:40.100 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100612026-05-11T18:55:41.158Z[ host-image] May 11 18:55:40.106 INFO O| May 11 18:55:40.106 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
100622026-05-11T18:55:41.158Z[ host-image] May 11 18:55:40.106 INFO O| May 11 18:55:40.106 INFO STEP 167 (remove_files) COMPLETE
100632026-05-11T18:55:41.161Z[ host-image] May 11 18:55:40.106 INFO O| May 11 18:55:40.106 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100642026-05-11T18:55:41.165Z[ host-image] May 11 18:55:40.113 INFO O| May 11 18:55:40.113 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
100652026-05-11T18:55:41.165Z[ host-image] May 11 18:55:40.113 INFO O| May 11 18:55:40.113 INFO STEP 168 (remove_files) COMPLETE
100662026-05-11T18:55:41.165Z[ host-image] May 11 18:55:40.113 INFO O| May 11 18:55:40.113 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100672026-05-11T18:55:41.172Z[ host-image] May 11 18:55:40.120 INFO O| May 11 18:55:40.120 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
100682026-05-11T18:55:41.172Z[ host-image] May 11 18:55:40.120 INFO O| May 11 18:55:40.120 INFO STEP 169 (remove_files) COMPLETE
100692026-05-11T18:55:41.172Z[ host-image] May 11 18:55:40.120 INFO O| May 11 18:55:40.120 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100702026-05-11T18:55:41.178Z[ host-image] May 11 18:55:40.126 INFO O| May 11 18:55:40.126 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
100712026-05-11T18:55:41.178Z[ host-image] May 11 18:55:40.126 INFO O| May 11 18:55:40.126 INFO STEP 170 (remove_files) COMPLETE
100722026-05-11T18:55:41.181Z[ host-image] May 11 18:55:40.126 INFO O| May 11 18:55:40.126 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100732026-05-11T18:55:41.185Z[ host-image] May 11 18:55:40.132 INFO O| May 11 18:55:40.132 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
100742026-05-11T18:55:41.188Z[ host-image] May 11 18:55:40.132 INFO O| May 11 18:55:40.132 INFO STEP 171 (remove_files) COMPLETE
100752026-05-11T18:55:41.188Z[ host-image] May 11 18:55:40.132 INFO O| May 11 18:55:40.132 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100762026-05-11T18:55:41.192Z[ host-image] May 11 18:55:40.138 INFO O| May 11 18:55:40.138 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
100772026-05-11T18:55:41.192Z[ host-image] May 11 18:55:40.139 INFO O| May 11 18:55:40.139 INFO STEP 172 (remove_files) COMPLETE
100782026-05-11T18:55:41.192Z[ host-image] May 11 18:55:40.139 INFO O| May 11 18:55:40.139 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100792026-05-11T18:55:41.198Z[ host-image] May 11 18:55:40.146 INFO O| May 11 18:55:40.146 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
100802026-05-11T18:55:41.201Z[ host-image] May 11 18:55:40.147 INFO O| May 11 18:55:40.146 INFO STEP 173 (remove_files) COMPLETE
100812026-05-11T18:55:41.202Z[ host-image] May 11 18:55:40.147 INFO O| May 11 18:55:40.147 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100822026-05-11T18:55:41.207Z[ host-image] May 11 18:55:40.154 INFO O| May 11 18:55:40.154 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
100832026-05-11T18:55:41.207Z[ host-image] May 11 18:55:40.154 INFO O| May 11 18:55:40.154 INFO STEP 174 (remove_files) COMPLETE
100842026-05-11T18:55:41.210Z[ host-image] May 11 18:55:40.154 INFO O| May 11 18:55:40.154 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100852026-05-11T18:55:41.213Z[ host-image] May 11 18:55:40.159 INFO O| May 11 18:55:40.159 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
100862026-05-11T18:55:41.213Z[ host-image] May 11 18:55:40.159 INFO O| May 11 18:55:40.159 INFO STEP 175 (remove_files) COMPLETE
100872026-05-11T18:55:41.213Z[ host-image] May 11 18:55:40.159 INFO O| May 11 18:55:40.159 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100882026-05-11T18:55:41.220Z[ host-image] May 11 18:55:40.168 INFO O| May 11 18:55:40.168 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
100892026-05-11T18:55:41.220Z[ host-image] May 11 18:55:40.168 INFO O| May 11 18:55:40.168 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
100902026-05-11T18:55:46.659Z[ recovery-image] May 11 18:55:45.607 INFO O| ok, image written!
100912026-05-11T18:55:46.659Z[ recovery-image] May 11 18:55:45.607 INFO O| ok, boot_image_csum file written!
100922026-05-11T18:55:46.663Z[ recovery-image] May 11 18:55:45.609 INFO creating boot archive (CPIO)...
100932026-05-11T18:55:46.663Z[ recovery-image] May 11 18:55:45.609 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
100942026-05-11T18:55:46.666Z[ recovery-image] May 11 18:55:45.614 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
100952026-05-11T18:55:46.666Z[ recovery-image] May 11 18:55:45.614 INFO E| + outfile=/work/os-recovery/cpio
100962026-05-11T18:55:46.666Z[ recovery-image] May 11 18:55:45.614 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
100972026-05-11T18:55:46.670Z[ recovery-image] May 11 18:55:45.615 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
100982026-05-11T18:55:46.670Z[ recovery-image] May 11 18:55:45.615 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
100992026-05-11T18:55:46.691Z[ recovery-image] May 11 18:55:45.639 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
101002026-05-11T18:55:46.695Z[ recovery-image] May 11 18:55:45.639 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
101012026-05-11T18:55:46.698Z[ recovery-image] May 11 18:55:45.644 INFO creating compressed cpio/unix for dev loaders...
101022026-05-11T18:55:46.698Z[ recovery-image] May 11 18:55:45.644 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
101032026-05-11T18:55:46.746Z[ host-image] May 11 18:55:45.694 INFO O| May 11 18:55:45.694 INFO O| Loading smf(7) service descriptions: 1/792/793/794/795/796/797/798/799/7910/7911/7912/7913/7914/7915/7916/7917/7918/7919/7920/7921/7922/7923/7924/7925/7926/7927/7928/7929/7930/7931/7932/7933/7934/7935/7936/7937/7938/7939/7940/7941/7942/7943/7944/7945/7946/7947/7948/7949/7950/7951/7952/7953/7954/7955/7956/7957/7958/7959/7960/7961/7962/7963/7964/7965/7966/7967/7968/7969/7970/7971/7972/7973/7974/7975/7976/7977/7978/7979/79
101042026-05-11T18:55:46.746Z[ host-image] May 11 18:55:45.694 INFO O| May 11 18:55:45.694 INFO E| svccfg: Loaded 79 smf(7) service descriptions
101052026-05-11T18:55:46.759Z[ host-image] May 11 18:55:45.705 INFO O| May 11 18:55:45.705 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
101062026-05-11T18:55:46.851Z[ host-image] May 11 18:55:45.797 INFO O| May 11 18:55:45.797 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
101072026-05-11T18:55:46.903Z[ host-image] May 11 18:55:45.848 INFO O| May 11 18:55:45.848 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
101082026-05-11T18:55:46.914Z[ recovery-image] May 11 18:55:45.861 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
101092026-05-11T18:55:46.960Z[ host-image] May 11 18:55:45.907 INFO O| May 11 18:55:45.907 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
101102026-05-11T18:55:46.960Z[ host-image] May 11 18:55:45.907 INFO O| May 11 18:55:45.907 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
101112026-05-11T18:55:46.964Z[ host-image] May 11 18:55:45.908 INFO O| May 11 18:55:45.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
101122026-05-11T18:55:46.964Z[ host-image] May 11 18:55:45.908 INFO O| May 11 18:55:45.908 INFO ok!
101132026-05-11T18:55:46.964Z[ host-image] May 11 18:55:45.908 INFO O| May 11 18:55:45.908 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
101142026-05-11T18:55:46.965Z[ host-image] May 11 18:55:45.908 INFO O| May 11 18:55:45.908 INFO STEP 176 (seed_smf) COMPLETE
101152026-05-11T18:55:46.965Z[ host-image] May 11 18:55:45.908 INFO O| May 11 18:55:45.908 INFO steps complete; finalising image!
101162026-05-11T18:55:46.965Z[ host-image] May 11 18:55:45.908 INFO O| May 11 18:55:45.908 INFO TRIM POOL: TEMPORARY-sled-zfs
101172026-05-11T18:55:47.056Z[ host-image] May 11 18:55:46.003 INFO O| May 11 18:55:46.003 INFO trim TEMPORARY-sled-zfs: (10% trimmed, started at Mon May 11 18:55:45 2026)
101182026-05-11T18:55:47.287Z[ host-image] May 11 18:55:46.216 INFO O| May 11 18:55:46.216 INFO temporary pool has 799M used, 96.9M avail, 1.86x compressratio
101192026-05-11T18:55:47.287Z[ host-image] May 11 18:55:46.216 INFO O| May 11 18:55:46.216 INFO EXPORT POOL: TEMPORARY-sled-zfs
101202026-05-11T18:55:47.556Z[ host-image] May 11 18:55:46.504 INFO O| May 11 18:55:46.504 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
101212026-05-11T18:55:47.556Z[ host-image] May 11 18:55:46.504 INFO O| May 11 18:55:46.504 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
101222026-05-11T18:55:48.230Z[ host-image] May 11 18:55:47.178 INFO O| May 11 18:55:47.178 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
101232026-05-11T18:55:48.230Z[ host-image] May 11 18:55:47.178 INFO O| May 11 18:55:47.178 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
101242026-05-11T18:55:48.234Z[ host-image] May 11 18:55:47.178 INFO O| May 11 18:55:47.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
101252026-05-11T18:55:48.234Z[ host-image] May 11 18:55:47.178 INFO O| May 11 18:55:47.178 INFO completed processing sled/zfs
101262026-05-11T18:55:48.234Z[ host-image] May 11 18:55:47.178 INFO O| May 11 18:55:47.178 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
101272026-05-11T18:55:50.130Z[ recovery-image] May 11 18:55:49.077 INFO creating reset image...
101282026-05-11T18:55:50.130Z[ recovery-image] May 11 18:55:49.078 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
101292026-05-11T18:56:08.001Z[ recovery-image] May 11 18:56:06.948 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-04-17-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
101302026-05-11T18:56:08.001Z[ recovery-image] May 11 18:56:06.948 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")
101312026-05-11T18:56:08.132Z[ recovery-image] May 11 18:56:07.080 INFO E| Updating crates.io index
101322026-05-11T18:56:08.343Z[ recovery-image] May 11 18:56:07.291 INFO E| Downloading crates ...
101332026-05-11T18:56:08.390Z[ recovery-image] May 11 18:56:07.338 INFO E| Downloaded shared_thread v0.2.0
101342026-05-11T18:56:08.399Z[ recovery-image] May 11 18:56:07.347 INFO E| Downloaded duct v1.1.1
101352026-05-11T18:56:08.402Z[ recovery-image] May 11 18:56:07.348 INFO E| Downloaded shared_child v1.1.1
101362026-05-11T18:56:08.402Z[ recovery-image] May 11 18:56:07.349 INFO E| Downloaded sigchld v0.2.4
101372026-05-11T18:56:08.402Z[ recovery-image] May 11 18:56:07.350 INFO E| Downloaded clap_derive v4.6.1
101382026-05-11T18:56:08.406Z[ recovery-image] May 11 18:56:07.351 INFO E| Downloaded colorchoice v1.0.5
101392026-05-11T18:56:08.406Z[ recovery-image] May 11 18:56:07.353 INFO E| Downloaded clap_lex v1.1.0
101402026-05-11T18:56:08.409Z[ recovery-image] May 11 18:56:07.354 INFO E| Downloaded anstyle v1.0.14
101412026-05-11T18:56:08.409Z[ recovery-image] May 11 18:56:07.356 INFO E| Downloaded os_pipe v1.2.3
101422026-05-11T18:56:08.412Z[ recovery-image] May 11 18:56:07.358 INFO E| Downloaded anstream v1.0.0
101432026-05-11T18:56:08.412Z[ recovery-image] May 11 18:56:07.360 INFO E| Downloaded anstyle-parse v1.0.0
101442026-05-11T18:56:08.417Z[ recovery-image] May 11 18:56:07.365 INFO E| Downloaded clap v4.6.1
101452026-05-11T18:56:08.423Z[ recovery-image] May 11 18:56:07.371 INFO E| Downloaded clap_builder v4.6.0
101462026-05-11T18:56:08.455Z[ recovery-image] May 11 18:56:07.403 INFO E| Compiling libc v0.2.185
101472026-05-11T18:56:08.458Z[ recovery-image] May 11 18:56:07.403 INFO E| Compiling proc-macro2 v1.0.106
101482026-05-11T18:56:08.458Z[ recovery-image] May 11 18:56:07.403 INFO E| Compiling signal-hook v0.3.18
101492026-05-11T18:56:08.458Z[ recovery-image] May 11 18:56:07.403 INFO E| Compiling unicode-ident v1.0.24
101502026-05-11T18:56:08.459Z[ recovery-image] May 11 18:56:07.403 INFO E| Compiling quote v1.0.45
101512026-05-11T18:56:08.459Z[ recovery-image] May 11 18:56:07.404 INFO E| Compiling utf8parse v0.2.2
101522026-05-11T18:56:08.459Z[ recovery-image] May 11 18:56:07.404 INFO E| Compiling colorchoice v1.0.5
101532026-05-11T18:56:08.459Z[ recovery-image] May 11 18:56:07.404 INFO E| Compiling anstyle-query v1.1.5
101542026-05-11T18:56:08.459Z[ recovery-image] May 11 18:56:07.404 INFO E| Compiling is_terminal_polyfill v1.70.2
101552026-05-11T18:56:08.459Z[ recovery-image] May 11 18:56:07.404 INFO E| Compiling anstyle v1.0.14
101562026-05-11T18:56:08.466Z[ recovery-image] May 11 18:56:07.414 INFO E| Compiling heck v0.5.0
101572026-05-11T18:56:08.469Z[ recovery-image] May 11 18:56:07.415 INFO E| Compiling strsim v0.11.1
101582026-05-11T18:56:08.469Z[ recovery-image] May 11 18:56:07.415 INFO E| Compiling clap_lex v1.1.0
101592026-05-11T18:56:08.470Z[ recovery-image] May 11 18:56:07.415 INFO E| Compiling shared_thread v0.2.0
101602026-05-11T18:56:08.575Z[ recovery-image] May 11 18:56:07.522 INFO E| Compiling anstyle-parse v1.0.0
101612026-05-11T18:56:08.716Z[ recovery-image] May 11 18:56:07.664 INFO E| Compiling anstream v1.0.0
101622026-05-11T18:56:08.907Z[ recovery-image] May 11 18:56:07.855 INFO E| Compiling clap_builder v4.6.0
101632026-05-11T18:56:09.169Z[ recovery-image] May 11 18:56:08.116 INFO E| Compiling errno v0.3.14
101642026-05-11T18:56:09.169Z[ recovery-image] May 11 18:56:08.116 INFO E| Compiling os_pipe v1.2.3
101652026-05-11T18:56:09.260Z[ recovery-image] May 11 18:56:08.208 INFO E| Compiling signal-hook-registry v1.4.8
101662026-05-11T18:56:09.436Z[ recovery-image] May 11 18:56:08.384 INFO E| Compiling syn v2.0.117
101672026-05-11T18:56:09.510Z[ recovery-image] May 11 18:56:08.458 INFO E| Compiling sigchld v0.2.4
101682026-05-11T18:56:09.605Z[ recovery-image] May 11 18:56:08.547 INFO E| Compiling shared_child v1.1.1
101692026-05-11T18:56:09.715Z[ recovery-image] May 11 18:56:08.663 INFO E| Compiling duct v1.1.1
101702026-05-11T18:56:11.323Z[ recovery-image] May 11 18:56:10.271 INFO E| Compiling clap_derive v4.6.1
101712026-05-11T18:56:12.433Z[ recovery-image] May 11 18:56:11.380 INFO E| Compiling clap v4.6.1
101722026-05-11T18:56:12.486Z[ recovery-image] May 11 18:56:11.434 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
101732026-05-11T18:56:13.221Z[ recovery-image] May 11 18:56:12.169 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
101742026-05-11T18:56:13.229Z[ recovery-image] May 11 18:56:12.177 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
101752026-05-11T18:56:13.433Z[ recovery-image] May 11 18:56:12.380 INFO E| Downloading crates ...
101762026-05-11T18:56:13.485Z[ recovery-image] May 11 18:56:12.433 INFO E| Downloaded bitstruct v0.1.1
101772026-05-11T18:56:13.488Z[ recovery-image] May 11 18:56:12.435 INFO E| Downloaded bitstruct_derive v0.1.0
101782026-05-11T18:56:13.491Z[ recovery-image] May 11 18:56:12.438 INFO E| Downloaded cpio_reader v0.1.2
101792026-05-11T18:56:13.517Z[ recovery-image] May 11 18:56:12.465 INFO E| Downloaded bit_field v0.10.3
101802026-05-11T18:56:13.533Z[ recovery-image] May 11 18:56:12.481 INFO E| Downloaded raw-cpuid v10.7.0
101812026-05-11T18:56:13.575Z[ recovery-image] May 11 18:56:12.523 INFO E| Downloaded bitflags v2.11.1
101822026-05-11T18:56:13.595Z[ recovery-image] May 11 18:56:12.543 INFO E| Downloaded miniz_oxide v0.9.1
101832026-05-11T18:56:13.673Z[ recovery-image] May 11 18:56:12.620 INFO E| Downloaded x86 v0.52.0
101842026-05-11T18:56:13.703Z[ recovery-image] May 11 18:56:12.651 INFO E| Updating crates.io index
101852026-05-11T18:56:13.749Z[ recovery-image] May 11 18:56:12.697 INFO E| Downloading crates ...
101862026-05-11T18:56:13.791Z[ recovery-image] May 11 18:56:12.739 INFO E| Downloaded rustc-literal-escaper v0.0.7
101872026-05-11T18:56:13.828Z[ recovery-image] May 11 18:56:12.776 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
101882026-05-11T18:56:13.828Z[ recovery-image] May 11 18:56:12.776 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
101892026-05-11T18:56:13.831Z[ recovery-image] May 11 18:56:12.776 INFO E| Compiling proc-macro2 v1.0.106
101902026-05-11T18:56:13.831Z[ recovery-image] May 11 18:56:12.776 INFO E| Compiling quote v1.0.45
101912026-05-11T18:56:13.831Z[ recovery-image] May 11 18:56:12.776 INFO E| Compiling unicode-ident v1.0.24
101922026-05-11T18:56:13.831Z[ recovery-image] May 11 18:56:12.776 INFO E| Compiling syn v1.0.109
101932026-05-11T18:56:13.831Z[ recovery-image] May 11 18:56:12.776 INFO E| Compiling x86 v0.52.0
101942026-05-11T18:56:13.831Z[ recovery-image] May 11 18:56:12.776 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
101952026-05-11T18:56:13.831Z[ recovery-image] May 11 18:56:12.776 INFO E| Compiling seq-macro v0.3.6
101962026-05-11T18:56:13.888Z[ host-image] May 11 18:56:12.835 INFO O| May 11 18:56:12.835 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
101972026-05-11T18:56:14.007Z[ host-image] May 11 18:56:12.953 INFO BUILD STRING "heads/stlouis-0-g2205894696\n"
101982026-05-11T18:56:14.007Z[ host-image] May 11 18:56:12.953 INFO expanded image name: "ci c4b2614/${os_short_commit} 2026-05-11 18:35" -> "ci c4b2614/2205894 2026-05-11 18:35"
101992026-05-11T18:56:14.007Z[ host-image] May 11 18:56:12.953 INFO output artefacts stored in: "/work/os-host"
102002026-05-11T18:56:14.010Z[ host-image] May 11 18:56:12.954 INFO collecting git info from project "dmar-report"...
102012026-05-11T18:56:14.013Z[ host-image] May 11 18:56:12.960 INFO collecting git info from project "pilot"...
102022026-05-11T18:56:14.018Z[ host-image] May 11 18:56:12.966 INFO collecting git info from project "pinprick"...
102032026-05-11T18:56:14.023Z[ host-image] May 11 18:56:12.971 INFO collecting git info from project "phbl"...
102042026-05-11T18:56:14.028Z[ host-image] May 11 18:56:12.976 INFO collecting git info from project "bootserver"...
102052026-05-11T18:56:14.034Z[ host-image] May 11 18:56:12.982 INFO collecting git info from project "amd-host-image-builder"...
102062026-05-11T18:56:14.040Z[ host-image] May 11 18:56:12.988 INFO collecting git info from project "image-builder"...
102072026-05-11T18:56:14.046Z[ host-image] May 11 18:56:12.993 INFO collecting git info from project "chelsio-t6-roms"...
102082026-05-11T18:56:14.052Z[ host-image] May 11 18:56:13.000 INFO collecting git info from project "amd-firmware"...
102092026-05-11T18:56:14.065Z[ host-image] May 11 18:56:13.013 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
102102026-05-11T18:56:14.374Z[ host-image] May 11 18:56:13.322 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
102112026-05-11T18:56:14.677Z[ host-image] May 11 18:56:13.625 INFO creating Oxide boot image...
102122026-05-11T18:56:14.677Z[ host-image] May 11 18:56:13.625 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci c4b2614/2205894 2026-05-11 18:35", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
102132026-05-11T18:56:14.747Z[ recovery-image] May 11 18:56:13.695 INFO E| Compiling syn v2.0.117
102142026-05-11T18:56:15.370Z[ host-image] May 11 18:56:14.318 INFO O| ok, image written!
102152026-05-11T18:56:15.370Z[ host-image] May 11 18:56:14.318 INFO O| ok, boot_image_csum file written!
102162026-05-11T18:56:15.373Z[ host-image] May 11 18:56:14.320 INFO creating boot archive (CPIO)...
102172026-05-11T18:56:15.374Z[ host-image] May 11 18:56:14.320 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
102182026-05-11T18:56:15.377Z[ host-image] May 11 18:56:14.324 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
102192026-05-11T18:56:15.377Z[ host-image] May 11 18:56:14.324 INFO E| + outfile=/work/os-host/cpio
102202026-05-11T18:56:15.377Z[ host-image] May 11 18:56:14.324 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
102212026-05-11T18:56:15.380Z[ host-image] May 11 18:56:14.326 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
102222026-05-11T18:56:15.380Z[ host-image] May 11 18:56:14.326 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
102232026-05-11T18:56:15.404Z[ host-image] May 11 18:56:14.352 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
102242026-05-11T18:56:15.404Z[ host-image] May 11 18:56:14.352 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
102252026-05-11T18:56:15.410Z[ host-image] May 11 18:56:14.358 INFO creating compressed cpio/unix for dev loaders...
102262026-05-11T18:56:15.413Z[ host-image] May 11 18:56:14.358 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
102272026-05-11T18:56:15.629Z[ host-image] May 11 18:56:14.577 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
102282026-05-11T18:56:16.088Z[ recovery-image] May 11 18:56:15.035 INFO E| Compiling scroll_derive v0.13.1
102292026-05-11T18:56:17.076Z[ recovery-image] May 11 18:56:16.021 INFO E| Compiling bitstruct_derive v0.1.0
102302026-05-11T18:56:18.827Z[ host-image] May 11 18:56:17.774 INFO creating reset image...
102312026-05-11T18:56:18.827Z[ host-image] May 11 18:56:17.774 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
102322026-05-11T18:56:18.859Z[ host-image] May 11 18:56:17.807 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-04-17-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
102332026-05-11T18:56:18.859Z[ host-image] May 11 18:56:17.807 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")
102342026-05-11T18:56:18.924Z[ host-image] May 11 18:56:17.871 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
102352026-05-11T18:56:18.927Z[ host-image] May 11 18:56:17.873 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
102362026-05-11T18:56:19.198Z[ host-image] May 11 18:56:18.145 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
102372026-05-11T18:56:19.198Z[ host-image] May 11 18:56:18.145 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
102382026-05-11T18:56:19.201Z[ host-image] May 11 18:56:18.145 INFO E| Compiling proc-macro2 v1.0.106
102392026-05-11T18:56:19.201Z[ host-image] May 11 18:56:18.145 INFO E| Compiling unicode-ident v1.0.24
102402026-05-11T18:56:19.201Z[ host-image] May 11 18:56:18.145 INFO E| Compiling quote v1.0.45
102412026-05-11T18:56:19.201Z[ host-image] May 11 18:56:18.145 INFO E| Compiling syn v1.0.109
102422026-05-11T18:56:19.201Z[ host-image] May 11 18:56:18.146 INFO E| Compiling x86 v0.52.0
102432026-05-11T18:56:19.206Z[ host-image] May 11 18:56:18.154 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
102442026-05-11T18:56:19.208Z[ host-image] May 11 18:56:18.154 INFO E| Compiling seq-macro v0.3.6
102452026-05-11T18:56:20.116Z[ host-image] May 11 18:56:19.064 INFO E| Compiling syn v2.0.117
102462026-05-11T18:56:21.448Z[ host-image] May 11 18:56:20.395 INFO E| Compiling scroll_derive v0.13.1
102472026-05-11T18:56:22.448Z[ host-image] May 11 18:56:21.396 INFO E| Compiling bitstruct_derive v0.1.0
102482026-05-11T18:56:25.982Z[ recovery-image] May 11 18:56:24.930 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
102492026-05-11T18:56:28.186Z[ recovery-image] May 11 18:56:27.134 INFO E| Compiling bitflags v1.3.2
102502026-05-11T18:56:28.186Z[ recovery-image] May 11 18:56:27.134 INFO E| Compiling bit_field v0.10.3
102512026-05-11T18:56:28.189Z[ recovery-image] May 11 18:56:27.134 INFO E| Compiling scroll v0.13.0
102522026-05-11T18:56:28.189Z[ recovery-image] May 11 18:56:27.134 INFO E| Compiling log v0.4.29
102532026-05-11T18:56:28.189Z[ recovery-image] May 11 18:56:27.134 INFO E| Compiling bitflags v2.11.1
102542026-05-11T18:56:28.189Z[ recovery-image] May 11 18:56:27.134 INFO E| Compiling plain v0.2.3
102552026-05-11T18:56:28.189Z[ recovery-image] May 11 18:56:27.134 INFO E| Compiling adler2 v2.0.1
102562026-05-11T18:56:28.189Z[ recovery-image] May 11 18:56:27.134 INFO E| Compiling bitstruct v0.1.1
102572026-05-11T18:56:28.189Z[ recovery-image] May 11 18:56:27.134 INFO E| Compiling static_assertions v1.1.0
102582026-05-11T18:56:28.241Z[ recovery-image] May 11 18:56:27.188 INFO E| Compiling raw-cpuid v10.7.0
102592026-05-11T18:56:28.288Z[ recovery-image] May 11 18:56:27.235 INFO E| Compiling miniz_oxide v0.9.1
102602026-05-11T18:56:28.364Z[ recovery-image] May 11 18:56:27.311 INFO E| Compiling cpio_reader v0.1.2
102612026-05-11T18:56:28.424Z[ recovery-image] May 11 18:56:27.371 INFO E| Compiling goblin v0.10.5
102622026-05-11T18:56:31.465Z[ recovery-image] May 11 18:56:30.412 INFO E| Finished `release` profile [optimized] target(s) in 18.22s
102632026-05-11T18:56:31.487Z[ recovery-image] May 11 18:56:30.435 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
102642026-05-11T18:56:31.518Z[ recovery-image] May 11 18:56:30.465 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.94.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
102652026-05-11T18:56:31.518Z[ recovery-image] May 11 18:56:30.465 INFO building ROM for cosmo
102662026-05-11T18:56:31.520Z[ recovery-image] May 11 18:56:30.465 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")
102672026-05-11T18:56:31.592Z[ host-image] May 11 18:56:30.540 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
102682026-05-11T18:56:31.599Z[ recovery-image] May 11 18:56:30.546 INFO E| Downloading crates ...
102692026-05-11T18:56:31.644Z[ recovery-image] May 11 18:56:30.592 INFO E| Downloaded serde_spanned v0.6.8
102702026-05-11T18:56:31.652Z[ recovery-image] May 11 18:56:30.600 INFO E| Downloaded toml_write v0.1.1
102712026-05-11T18:56:31.655Z[ recovery-image] May 11 18:56:30.601 INFO E| Downloaded is_terminal_polyfill v1.70.1
102722026-05-11T18:56:31.655Z[ recovery-image] May 11 18:56:30.602 INFO E| Downloaded duct v0.13.7
102732026-05-11T18:56:31.658Z[ recovery-image] May 11 18:56:30.603 INFO E| Downloaded anstream v0.6.18
102742026-05-11T18:56:31.661Z[ recovery-image] May 11 18:56:30.608 INFO E| Downloaded colorchoice v1.0.3
102752026-05-11T18:56:31.664Z[ recovery-image] May 11 18:56:30.609 INFO E| Downloaded anstyle-query v1.1.2
102762026-05-11T18:56:31.664Z[ recovery-image] May 11 18:56:30.611 INFO E| Downloaded shared_child v1.0.1
102772026-05-11T18:56:31.667Z[ recovery-image] May 11 18:56:30.612 INFO E| Downloaded anstyle v1.0.10
102782026-05-11T18:56:31.671Z[ recovery-image] May 11 18:56:30.616 INFO E| Downloaded toml_datetime v0.6.9
102792026-05-11T18:56:31.671Z[ recovery-image] May 11 18:56:30.617 INFO E| Downloaded anstyle-parse v0.2.6
102802026-05-11T18:56:31.674Z[ recovery-image] May 11 18:56:30.620 INFO E| Downloaded os_pipe v1.2.1
102812026-05-11T18:56:31.681Z[ recovery-image] May 11 18:56:30.629 INFO E| Downloaded clap v4.5.37
102822026-05-11T18:56:31.687Z[ recovery-image] May 11 18:56:30.635 INFO E| Downloaded toml v0.8.22
102832026-05-11T18:56:31.710Z[ recovery-image] May 11 18:56:30.658 INFO E| Downloaded clap_builder v4.5.37
102842026-05-11T18:56:31.715Z[ recovery-image] May 11 18:56:30.662 INFO E| Downloaded toml_edit v0.22.26
102852026-05-11T18:56:31.743Z[ recovery-image] May 11 18:56:30.690 INFO E| Downloaded cc v1.2.20
102862026-05-11T18:56:31.746Z[ recovery-image] May 11 18:56:30.693 INFO E| Downloaded winnow v0.7.7
102872026-05-11T18:56:31.751Z[ recovery-image] May 11 18:56:30.699 INFO E| Downloaded clap_derive v4.5.32
102882026-05-11T18:56:31.763Z[ recovery-image] May 11 18:56:30.711 INFO E| Compiling syn v2.0.101
102892026-05-11T18:56:31.763Z[ recovery-image] May 11 18:56:30.711 INFO E| Compiling libc v0.2.172
102902026-05-11T18:56:31.763Z[ recovery-image] May 11 18:56:30.711 INFO E| Compiling utf8parse v0.2.2
102912026-05-11T18:56:31.766Z[ recovery-image] May 11 18:56:30.711 INFO E| Compiling equivalent v1.0.2
102922026-05-11T18:56:31.766Z[ recovery-image] May 11 18:56:30.711 INFO E| Compiling hashbrown v0.15.2
102932026-05-11T18:56:31.766Z[ recovery-image] May 11 18:56:30.711 INFO E| Compiling anstyle v1.0.10
102942026-05-11T18:56:31.766Z[ recovery-image] May 11 18:56:30.711 INFO E| Compiling once_cell v1.21.3
102952026-05-11T18:56:31.766Z[ recovery-image] May 11 18:56:30.711 INFO E| Compiling anstyle-query v1.1.2
102962026-05-11T18:56:31.766Z[ recovery-image] May 11 18:56:30.711 INFO E| Compiling is_terminal_polyfill v1.70.1
102972026-05-11T18:56:31.766Z[ recovery-image] May 11 18:56:30.711 INFO E| Compiling colorchoice v1.0.3
102982026-05-11T18:56:31.766Z[ recovery-image] May 11 18:56:30.711 INFO E| Compiling shlex v1.3.0
102992026-05-11T18:56:31.766Z[ recovery-image] May 11 18:56:30.711 INFO E| Compiling clap_lex v0.7.4
103002026-05-11T18:56:31.766Z[ recovery-image] May 11 18:56:30.711 INFO E| Compiling toml_write v0.1.1
103012026-05-11T18:56:31.766Z[ recovery-image] May 11 18:56:30.711 INFO E| Compiling strsim v0.11.1
103022026-05-11T18:56:31.766Z[ recovery-image] May 11 18:56:30.711 INFO E| Compiling winnow v0.7.7
103032026-05-11T18:56:31.766Z[ recovery-image] May 11 18:56:30.711 INFO E| Compiling anyhow v1.0.98
103042026-05-11T18:56:32.106Z[ recovery-image] May 11 18:56:31.054 INFO E| Compiling anstyle-parse v0.2.6
103052026-05-11T18:56:32.265Z[ recovery-image] May 11 18:56:31.212 INFO E| Compiling indexmap v2.9.0
103062026-05-11T18:56:32.347Z[ recovery-image] May 11 18:56:31.295 INFO E| Compiling anstream v0.6.18
103072026-05-11T18:56:32.364Z[ recovery-image] May 11 18:56:31.312 INFO E| Compiling cc v1.2.20
103082026-05-11T18:56:32.610Z[ recovery-image] May 11 18:56:31.558 INFO E| Compiling clap_builder v4.5.37
103092026-05-11T18:56:32.673Z[ recovery-image] May 11 18:56:31.621 INFO E| Compiling os_pipe v1.2.1
103102026-05-11T18:56:32.674Z[ recovery-image] May 11 18:56:31.621 INFO E| Compiling shared_child v1.0.1
103112026-05-11T18:56:32.809Z[ recovery-image] May 11 18:56:31.756 INFO E| Compiling duct v0.13.7
103122026-05-11T18:56:33.472Z[ recovery-image] May 11 18:56:32.420 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
103132026-05-11T18:56:34.198Z[ host-image] May 11 18:56:33.145 INFO E| Compiling bitflags v1.3.2
103142026-05-11T18:56:34.198Z[ host-image] May 11 18:56:33.145 INFO E| Compiling scroll v0.13.0
103152026-05-11T18:56:34.201Z[ host-image] May 11 18:56:33.145 INFO E| Compiling log v0.4.29
103162026-05-11T18:56:34.201Z[ host-image] May 11 18:56:33.145 INFO E| Compiling bit_field v0.10.3
103172026-05-11T18:56:34.201Z[ host-image] May 11 18:56:33.145 INFO E| Compiling bitflags v2.11.1
103182026-05-11T18:56:34.201Z[ host-image] May 11 18:56:33.145 INFO E| Compiling plain v0.2.3
103192026-05-11T18:56:34.201Z[ host-image] May 11 18:56:33.145 INFO E| Compiling adler2 v2.0.1
103202026-05-11T18:56:34.201Z[ host-image] May 11 18:56:33.145 INFO E| Compiling bitstruct v0.1.1
103212026-05-11T18:56:34.201Z[ host-image] May 11 18:56:33.146 INFO E| Compiling static_assertions v1.1.0
103222026-05-11T18:56:34.272Z[ host-image] May 11 18:56:33.220 INFO E| Compiling raw-cpuid v10.7.0
103232026-05-11T18:56:34.289Z[ host-image] May 11 18:56:33.237 INFO E| Compiling miniz_oxide v0.9.1
103242026-05-11T18:56:34.380Z[ host-image] May 11 18:56:33.328 INFO E| Compiling cpio_reader v0.1.2
103252026-05-11T18:56:34.428Z[ host-image] May 11 18:56:33.376 INFO E| Compiling goblin v0.10.5
103262026-05-11T18:56:34.545Z[ recovery-image] May 11 18:56:33.493 INFO E| Compiling serde_derive v1.0.219
103272026-05-11T18:56:34.546Z[ recovery-image] May 11 18:56:33.493 INFO E| Compiling clap_derive v4.5.32
103282026-05-11T18:56:36.365Z[ recovery-image] May 11 18:56:35.311 INFO E| Compiling clap v4.5.37
103292026-05-11T18:56:36.821Z[ recovery-image] May 11 18:56:35.769 INFO E| Compiling serde v1.0.219
103302026-05-11T18:56:37.522Z[ host-image] May 11 18:56:36.470 INFO E| Finished `release` profile [optimized] target(s) in 18.58s
103312026-05-11T18:56:37.539Z[ host-image] May 11 18:56:36.486 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
103322026-05-11T18:56:37.574Z[ host-image] May 11 18:56:36.520 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.94.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
103332026-05-11T18:56:37.574Z[ host-image] May 11 18:56:36.521 INFO building ROM for gimlet
103342026-05-11T18:56:37.574Z[ host-image] May 11 18:56:36.521 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.h.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")
103352026-05-11T18:56:37.662Z[ host-image] May 11 18:56:36.610 INFO E| Blocking waiting for file lock on artifact directory
103362026-05-11T18:56:38.726Z[ recovery-image] May 11 18:56:37.673 INFO E| Compiling serde_spanned v0.6.8
103372026-05-11T18:56:38.726Z[ recovery-image] May 11 18:56:37.673 INFO E| Compiling toml_datetime v0.6.9
103382026-05-11T18:56:38.889Z[ recovery-image] May 11 18:56:37.836 INFO E| Compiling toml_edit v0.22.26
103392026-05-11T18:56:40.226Z[ recovery-image] May 11 18:56:39.173 INFO E| Compiling toml v0.8.22
103402026-05-11T18:56:42.380Z[ recovery-image] May 11 18:56:41.326 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.82s
103412026-05-11T18:56:42.389Z[ host-image] May 11 18:56:41.334 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.77s
103422026-05-11T18:56:42.395Z[ host-image] May 11 18:56:41.338 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.h.toml --image /work/os-host/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5`
103432026-05-11T18:56:42.395Z[ recovery-image] May 11 18:56:41.338 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`
103442026-05-11T18:56:42.408Z[ host-image] May 11 18:56:41.356 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
103452026-05-11T18:56:42.411Z[ recovery-image] May 11 18:56:41.358 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
103462026-05-11T18:56:42.428Z[ recovery-image] May 11 18:56:41.376 INFO E| Blocking waiting for file lock on package cache
103472026-05-11T18:56:42.452Z[ host-image] May 11 18:56:41.399 INFO E| Blocking waiting for file lock on package cache
103482026-05-11T18:56:42.479Z[ recovery-image] May 11 18:56:41.422 INFO E| Blocking waiting for file lock on package cache
103492026-05-11T18:56:42.484Z[ host-image] May 11 18:56:41.423 INFO E| Blocking waiting for file lock on package cache
103502026-05-11T18:56:42.484Z[ recovery-image] May 11 18:56:41.425 INFO E| Blocking waiting for file lock on package cache
103512026-05-11T18:56:42.494Z[ host-image] May 11 18:56:41.441 INFO E| Blocking waiting for file lock on package cache
103522026-05-11T18:56:42.508Z[ recovery-image] May 11 18:56:41.455 INFO E| Blocking waiting for file lock on artifact directory
103532026-05-11T18:56:42.522Z[ host-image] May 11 18:56:41.468 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
103542026-05-11T18:56:42.525Z[ host-image] May 11 18:56:41.473 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.h -o /work/os-host/gimlet.rom`
103552026-05-11T18:56:42.532Z[ recovery-image] May 11 18:56:41.479 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
103562026-05-11T18:56:42.537Z[ recovery-image] May 11 18:56:41.483 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`
103572026-05-11T18:56:42.662Z[ host-image] May 11 18:56:41.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
103582026-05-11T18:56:42.662Z[ host-image] May 11 18:56:41.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
103592026-05-11T18:56:42.662Z[ host-image] May 11 18:56:41.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
103602026-05-11T18:56:42.665Z[ host-image] May 11 18:56:41.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
103612026-05-11T18:56:42.665Z[ host-image] May 11 18:56:41.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
103622026-05-11T18:56:42.665Z[ host-image] May 11 18:56:41.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
103632026-05-11T18:56:42.665Z[ host-image] May 11 18:56:41.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
103642026-05-11T18:56:42.665Z[ host-image] May 11 18:56:41.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
103652026-05-11T18:56:42.665Z[ host-image] May 11 18:56:41.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
103662026-05-11T18:56:42.665Z[ host-image] May 11 18:56:41.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
103672026-05-11T18:56:42.665Z[ host-image] May 11 18:56:41.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
103682026-05-11T18:56:42.666Z[ host-image] May 11 18:56:41.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
103692026-05-11T18:56:42.666Z[ host-image] May 11 18:56:41.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
103702026-05-11T18:56:42.666Z[ host-image] May 11 18:56:41.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
103712026-05-11T18:56:42.666Z[ host-image] May 11 18:56:41.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
103722026-05-11T18:56:42.666Z[ host-image] May 11 18:56:41.610 INFO O| Info: ABL version: 0x100f5010
103732026-05-11T18:56:42.666Z[ host-image] May 11 18:56:41.610 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
103742026-05-11T18:56:42.666Z[ host-image] May 11 18:56:41.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
103752026-05-11T18:56:42.666Z[ host-image] May 11 18:56:41.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
103762026-05-11T18:56:42.666Z[ host-image] May 11 18:56:41.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
103772026-05-11T18:56:42.666Z[ host-image] May 11 18:56:41.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
103782026-05-11T18:56:42.666Z[ host-image] May 11 18:56:41.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
103792026-05-11T18:56:42.666Z[ host-image] May 11 18:56:41.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
103802026-05-11T18:56:42.666Z[ host-image] May 11 18:56:41.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
103812026-05-11T18:56:42.666Z[ host-image] May 11 18:56:41.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
103822026-05-11T18:56:42.666Z[ host-image] May 11 18:56:41.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
103832026-05-11T18:56:42.666Z[ host-image] May 11 18:56:41.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
103842026-05-11T18:56:42.666Z[ host-image] May 11 18:56:41.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
103852026-05-11T18:56:42.666Z[ host-image] May 11 18:56:41.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
103862026-05-11T18:56:42.666Z[ host-image] May 11 18:56:41.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
103872026-05-11T18:56:42.666Z[ host-image] May 11 18:56:41.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
103882026-05-11T18:56:42.666Z[ host-image] May 11 18:56:41.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
103892026-05-11T18:56:42.666Z[ host-image] May 11 18:56:41.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
103902026-05-11T18:56:42.666Z[ host-image] May 11 18:56:41.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
103912026-05-11T18:56:42.666Z[ host-image] May 11 18:56:41.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
103922026-05-11T18:56:42.696Z[ host-image] May 11 18:56:41.644 INFO building ROM for cosmo
103932026-05-11T18:56:42.699Z[ host-image] May 11 18:56:41.644 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")
103942026-05-11T18:56:42.766Z[ recovery-image] May 11 18:56:41.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
103952026-05-11T18:56:42.766Z[ recovery-image] May 11 18:56:41.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
103962026-05-11T18:56:42.770Z[ recovery-image] May 11 18:56:41.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
103972026-05-11T18:56:42.770Z[ recovery-image] May 11 18:56:41.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
103982026-05-11T18:56:42.770Z[ recovery-image] May 11 18:56:41.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
103992026-05-11T18:56:42.770Z[ recovery-image] May 11 18:56:41.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
104002026-05-11T18:56:42.771Z[ recovery-image] May 11 18:56:41.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
104012026-05-11T18:56:42.771Z[ recovery-image] May 11 18:56:41.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
104022026-05-11T18:56:42.771Z[ recovery-image] May 11 18:56:41.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
104032026-05-11T18:56:42.771Z[ recovery-image] May 11 18:56:41.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
104042026-05-11T18:56:42.771Z[ recovery-image] May 11 18:56:41.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
104052026-05-11T18:56:42.771Z[ recovery-image] May 11 18:56:41.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
104062026-05-11T18:56:42.771Z[ recovery-image] May 11 18:56:41.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
104072026-05-11T18:56:42.771Z[ recovery-image] May 11 18:56:41.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
104082026-05-11T18:56:42.771Z[ recovery-image] May 11 18:56:41.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
104092026-05-11T18:56:42.771Z[ recovery-image] May 11 18:56:41.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
104102026-05-11T18:56:42.771Z[ recovery-image] May 11 18:56:41.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
104112026-05-11T18:56:42.771Z[ recovery-image] May 11 18:56:41.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
104122026-05-11T18:56:42.771Z[ recovery-image] May 11 18:56:41.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
104132026-05-11T18:56:42.771Z[ recovery-image] May 11 18:56:41.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
104142026-05-11T18:56:42.771Z[ recovery-image] May 11 18:56:41.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
104152026-05-11T18:56:42.771Z[ recovery-image] May 11 18:56:41.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
104162026-05-11T18:56:42.771Z[ recovery-image] May 11 18:56:41.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
104172026-05-11T18:56:42.771Z[ recovery-image] May 11 18:56:41.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
104182026-05-11T18:56:42.771Z[ recovery-image] May 11 18:56:41.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
104192026-05-11T18:56:42.771Z[ recovery-image] May 11 18:56:41.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
104202026-05-11T18:56:42.771Z[ recovery-image] May 11 18:56:41.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
104212026-05-11T18:56:42.771Z[ recovery-image] May 11 18:56:41.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
104222026-05-11T18:56:42.771Z[ recovery-image] May 11 18:56:41.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
104232026-05-11T18:56:42.771Z[ recovery-image] May 11 18:56:41.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
104242026-05-11T18:56:42.771Z[ recovery-image] May 11 18:56:41.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
104252026-05-11T18:56:42.771Z[ recovery-image] May 11 18:56:41.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
104262026-05-11T18:56:42.771Z[ recovery-image] May 11 18:56:41.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
104272026-05-11T18:56:42.771Z[ recovery-image] May 11 18:56:41.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
104282026-05-11T18:56:42.771Z[ recovery-image] May 11 18:56:41.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
104292026-05-11T18:56:42.772Z[ recovery-image] May 11 18:56:41.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
104302026-05-11T18:56:42.772Z[ recovery-image] May 11 18:56:41.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
104312026-05-11T18:56:42.772Z[ recovery-image] May 11 18:56:41.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
104322026-05-11T18:56:42.772Z[ recovery-image] May 11 18:56:41.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
104332026-05-11T18:56:42.772Z[ recovery-image] May 11 18:56:41.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
104342026-05-11T18:56:42.772Z[ recovery-image] May 11 18:56:41.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
104352026-05-11T18:56:42.772Z[ recovery-image] May 11 18:56:41.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
104362026-05-11T18:56:42.772Z[ recovery-image] May 11 18:56:41.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
104372026-05-11T18:56:42.772Z[ recovery-image] May 11 18:56:41.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
104382026-05-11T18:56:42.772Z[ recovery-image] May 11 18:56:41.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
104392026-05-11T18:56:42.772Z[ recovery-image] May 11 18:56:41.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
104402026-05-11T18:56:42.772Z[ recovery-image] May 11 18:56:41.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
104412026-05-11T18:56:42.772Z[ recovery-image] May 11 18:56:41.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
104422026-05-11T18:56:42.772Z[ recovery-image] May 11 18:56:41.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
104432026-05-11T18:56:42.772Z[ recovery-image] May 11 18:56:41.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
104442026-05-11T18:56:42.772Z[ recovery-image] May 11 18:56:41.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
104452026-05-11T18:56:42.772Z[ recovery-image] May 11 18:56:41.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
104462026-05-11T18:56:42.772Z[ recovery-image] May 11 18:56:41.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
104472026-05-11T18:56:42.772Z[ recovery-image] May 11 18:56:41.715 INFO O| Info: ABL version: 0x100af010
104482026-05-11T18:56:42.772Z[ recovery-image] May 11 18:56:41.715 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
104492026-05-11T18:56:42.772Z[ recovery-image] May 11 18:56:41.715 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
104502026-05-11T18:56:42.772Z[ recovery-image] May 11 18:56:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
104512026-05-11T18:56:42.772Z[ recovery-image] May 11 18:56:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
104522026-05-11T18:56:42.772Z[ recovery-image] May 11 18:56:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
104532026-05-11T18:56:42.772Z[ recovery-image] May 11 18:56:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
104542026-05-11T18:56:42.772Z[ recovery-image] May 11 18:56:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
104552026-05-11T18:56:42.772Z[ recovery-image] May 11 18:56:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
104562026-05-11T18:56:42.772Z[ recovery-image] May 11 18:56:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
104572026-05-11T18:56:42.772Z[ recovery-image] May 11 18:56:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
104582026-05-11T18:56:42.772Z[ recovery-image] May 11 18:56:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
104592026-05-11T18:56:42.773Z[ recovery-image] May 11 18:56:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
104602026-05-11T18:56:42.773Z[ recovery-image] May 11 18:56:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
104612026-05-11T18:56:42.773Z[ recovery-image] May 11 18:56:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
104622026-05-11T18:56:42.773Z[ recovery-image] May 11 18:56:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
104632026-05-11T18:56:42.773Z[ recovery-image] May 11 18:56:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
104642026-05-11T18:56:42.773Z[ recovery-image] May 11 18:56:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
104652026-05-11T18:56:42.773Z[ recovery-image] May 11 18:56:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
104662026-05-11T18:56:42.773Z[ recovery-image] May 11 18:56:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
104672026-05-11T18:56:42.773Z[ recovery-image] May 11 18:56:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
104682026-05-11T18:56:42.773Z[ recovery-image] May 11 18:56:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
104692026-05-11T18:56:42.773Z[ recovery-image] May 11 18:56:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
104702026-05-11T18:56:42.773Z[ recovery-image] May 11 18:56:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
104712026-05-11T18:56:42.773Z[ recovery-image] May 11 18:56:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
104722026-05-11T18:56:42.773Z[ recovery-image] May 11 18:56:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
104732026-05-11T18:56:42.773Z[ recovery-image] May 11 18:56:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
104742026-05-11T18:56:42.773Z[ recovery-image] May 11 18:56:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
104752026-05-11T18:56:42.773Z[ recovery-image] May 11 18:56:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
104762026-05-11T18:56:42.773Z[ recovery-image] May 11 18:56:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
104772026-05-11T18:56:42.773Z[ recovery-image] May 11 18:56:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
104782026-05-11T18:56:42.773Z[ recovery-image] May 11 18:56:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
104792026-05-11T18:56:42.773Z[ recovery-image] May 11 18:56:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
104802026-05-11T18:56:42.773Z[ recovery-image] May 11 18:56:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
104812026-05-11T18:56:42.790Z[ host-image] May 11 18:56:41.738 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
104822026-05-11T18:56:42.795Z[ host-image] May 11 18:56:41.743 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`
104832026-05-11T18:56:42.805Z[ recovery-image] May 11 18:56:41.752 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
104842026-05-11T18:56:42.805Z[ recovery-image] May 11 18:56:41.753 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
104852026-05-11T18:56:42.808Z[ recovery-image] May 11 18:56:41.753 INFO building ROM for gimlet
104862026-05-11T18:56:42.808Z[ recovery-image] May 11 18:56:41.753 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.h.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")
104872026-05-11T18:56:42.811Z[ host-image] May 11 18:56:41.758 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
104882026-05-11T18:56:42.860Z[ recovery-image] May 11 18:56:41.808 INFO E| Blocking waiting for file lock on package cache
104892026-05-11T18:56:42.883Z[ host-image] May 11 18:56:41.819 INFO E| Blocking waiting for file lock on package cache
104902026-05-11T18:56:42.909Z[ host-image] May 11 18:56:41.854 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
104912026-05-11T18:56:42.912Z[ recovery-image] May 11 18:56:41.854 INFO E| Blocking waiting for file lock on artifact directory
104922026-05-11T18:56:42.912Z[ host-image] May 11 18:56:41.858 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`
104932026-05-11T18:56:42.912Z[ recovery-image] May 11 18:56:41.859 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
104942026-05-11T18:56:42.916Z[ recovery-image] May 11 18:56:41.863 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.h.toml --image /work/os-recovery/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5`
104952026-05-11T18:56:42.926Z[ recovery-image] May 11 18:56:41.873 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
104962026-05-11T18:56:42.992Z[ recovery-image] May 11 18:56:41.940 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
104972026-05-11T18:56:42.995Z[ recovery-image] May 11 18:56:41.943 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.h -o /work/os-recovery/gimlet.rom`
104982026-05-11T18:56:43.123Z[ recovery-image] May 11 18:56:42.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
104992026-05-11T18:56:43.123Z[ recovery-image] May 11 18:56:42.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
105002026-05-11T18:56:43.128Z[ recovery-image] May 11 18:56:42.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
105012026-05-11T18:56:43.128Z[ recovery-image] May 11 18:56:42.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
105022026-05-11T18:56:43.128Z[ recovery-image] May 11 18:56:42.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
105032026-05-11T18:56:43.128Z[ recovery-image] May 11 18:56:42.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
105042026-05-11T18:56:43.128Z[ recovery-image] May 11 18:56:42.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
105052026-05-11T18:56:43.128Z[ recovery-image] May 11 18:56:42.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
105062026-05-11T18:56:43.128Z[ recovery-image] May 11 18:56:42.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
105072026-05-11T18:56:43.128Z[ recovery-image] May 11 18:56:42.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
105082026-05-11T18:56:43.128Z[ recovery-image] May 11 18:56:42.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
105092026-05-11T18:56:43.128Z[ recovery-image] May 11 18:56:42.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
105102026-05-11T18:56:43.128Z[ recovery-image] May 11 18:56:42.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
105112026-05-11T18:56:43.128Z[ recovery-image] May 11 18:56:42.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
105122026-05-11T18:56:43.129Z[ recovery-image] May 11 18:56:42.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
105132026-05-11T18:56:43.129Z[ recovery-image] May 11 18:56:42.070 INFO O| Info: ABL version: 0x100f5010
105142026-05-11T18:56:43.129Z[ recovery-image] May 11 18:56:42.070 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
105152026-05-11T18:56:43.129Z[ recovery-image] May 11 18:56:42.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
105162026-05-11T18:56:43.129Z[ recovery-image] May 11 18:56:42.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
105172026-05-11T18:56:43.129Z[ recovery-image] May 11 18:56:42.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
105182026-05-11T18:56:43.129Z[ recovery-image] May 11 18:56:42.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
105192026-05-11T18:56:43.129Z[ recovery-image] May 11 18:56:42.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
105202026-05-11T18:56:43.129Z[ recovery-image] May 11 18:56:42.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
105212026-05-11T18:56:43.129Z[ recovery-image] May 11 18:56:42.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
105222026-05-11T18:56:43.129Z[ recovery-image] May 11 18:56:42.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
105232026-05-11T18:56:43.129Z[ recovery-image] May 11 18:56:42.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
105242026-05-11T18:56:43.129Z[ recovery-image] May 11 18:56:42.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
105252026-05-11T18:56:43.129Z[ recovery-image] May 11 18:56:42.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
105262026-05-11T18:56:43.129Z[ recovery-image] May 11 18:56:42.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
105272026-05-11T18:56:43.129Z[ recovery-image] May 11 18:56:42.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
105282026-05-11T18:56:43.129Z[ recovery-image] May 11 18:56:42.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
105292026-05-11T18:56:43.129Z[ recovery-image] May 11 18:56:42.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
105302026-05-11T18:56:43.129Z[ recovery-image] May 11 18:56:42.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
105312026-05-11T18:56:43.129Z[ recovery-image] May 11 18:56:42.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
105322026-05-11T18:56:43.129Z[ recovery-image] May 11 18:56:42.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
105332026-05-11T18:56:43.129Z[ host-image] May 11 18:56:42.073 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
105342026-05-11T18:56:43.129Z[ host-image] May 11 18:56:42.073 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
105352026-05-11T18:56:43.129Z[ host-image] May 11 18:56:42.073 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
105362026-05-11T18:56:43.129Z[ host-image] May 11 18:56:42.073 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
105372026-05-11T18:56:43.129Z[ host-image] May 11 18:56:42.073 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
105382026-05-11T18:56:43.129Z[ host-image] May 11 18:56:42.073 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
105392026-05-11T18:56:43.129Z[ host-image] May 11 18:56:42.073 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
105402026-05-11T18:56:43.129Z[ host-image] May 11 18:56:42.073 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
105412026-05-11T18:56:43.129Z[ host-image] May 11 18:56:42.073 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
105422026-05-11T18:56:43.129Z[ host-image] May 11 18:56:42.073 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
105432026-05-11T18:56:43.129Z[ host-image] May 11 18:56:42.073 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
105442026-05-11T18:56:43.129Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
105452026-05-11T18:56:43.129Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
105462026-05-11T18:56:43.129Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
105472026-05-11T18:56:43.129Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
105482026-05-11T18:56:43.129Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
105492026-05-11T18:56:43.129Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
105502026-05-11T18:56:43.130Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
105512026-05-11T18:56:43.130Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
105522026-05-11T18:56:43.130Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
105532026-05-11T18:56:43.130Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
105542026-05-11T18:56:43.130Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
105552026-05-11T18:56:43.130Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
105562026-05-11T18:56:43.130Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
105572026-05-11T18:56:43.130Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
105582026-05-11T18:56:43.130Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
105592026-05-11T18:56:43.130Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
105602026-05-11T18:56:43.130Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
105612026-05-11T18:56:43.130Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
105622026-05-11T18:56:43.130Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
105632026-05-11T18:56:43.130Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
105642026-05-11T18:56:43.130Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
105652026-05-11T18:56:43.130Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
105662026-05-11T18:56:43.130Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
105672026-05-11T18:56:43.134Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
105682026-05-11T18:56:43.134Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
105692026-05-11T18:56:43.134Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
105702026-05-11T18:56:43.134Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
105712026-05-11T18:56:43.134Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
105722026-05-11T18:56:43.134Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
105732026-05-11T18:56:43.134Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
105742026-05-11T18:56:43.134Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
105752026-05-11T18:56:43.134Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
105762026-05-11T18:56:43.134Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
105772026-05-11T18:56:43.134Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
105782026-05-11T18:56:43.134Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
105792026-05-11T18:56:43.134Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
105802026-05-11T18:56:43.134Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
105812026-05-11T18:56:43.134Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
105822026-05-11T18:56:43.134Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
105832026-05-11T18:56:43.134Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
105842026-05-11T18:56:43.134Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
105852026-05-11T18:56:43.134Z[ host-image] May 11 18:56:42.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
105862026-05-11T18:56:43.134Z[ host-image] May 11 18:56:42.075 INFO O| Info: ABL version: 0x100af010
105872026-05-11T18:56:43.134Z[ host-image] May 11 18:56:42.075 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
105882026-05-11T18:56:43.134Z[ host-image] May 11 18:56:42.075 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
105892026-05-11T18:56:43.134Z[ host-image] May 11 18:56:42.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
105902026-05-11T18:56:43.134Z[ host-image] May 11 18:56:42.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
105912026-05-11T18:56:43.134Z[ host-image] May 11 18:56:42.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
105922026-05-11T18:56:43.134Z[ host-image] May 11 18:56:42.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
105932026-05-11T18:56:43.134Z[ host-image] May 11 18:56:42.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
105942026-05-11T18:56:43.135Z[ host-image] May 11 18:56:42.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
105952026-05-11T18:56:43.135Z[ host-image] May 11 18:56:42.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
105962026-05-11T18:56:43.135Z[ host-image] May 11 18:56:42.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
105972026-05-11T18:56:43.135Z[ host-image] May 11 18:56:42.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
105982026-05-11T18:56:43.135Z[ host-image] May 11 18:56:42.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
105992026-05-11T18:56:43.135Z[ host-image] May 11 18:56:42.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
106002026-05-11T18:56:43.135Z[ host-image] May 11 18:56:42.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
106012026-05-11T18:56:43.135Z[ host-image] May 11 18:56:42.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
106022026-05-11T18:56:43.135Z[ host-image] May 11 18:56:42.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
106032026-05-11T18:56:43.135Z[ host-image] May 11 18:56:42.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
106042026-05-11T18:56:43.135Z[ host-image] May 11 18:56:42.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
106052026-05-11T18:56:43.135Z[ host-image] May 11 18:56:42.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
106062026-05-11T18:56:43.135Z[ host-image] May 11 18:56:42.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
106072026-05-11T18:56:43.135Z[ host-image] May 11 18:56:42.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
106082026-05-11T18:56:43.135Z[ host-image] May 11 18:56:42.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
106092026-05-11T18:56:43.135Z[ host-image] May 11 18:56:42.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
106102026-05-11T18:56:43.135Z[ host-image] May 11 18:56:42.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
106112026-05-11T18:56:43.135Z[ host-image] May 11 18:56:42.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
106122026-05-11T18:56:43.135Z[ host-image] May 11 18:56:42.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
106132026-05-11T18:56:43.135Z[ host-image] May 11 18:56:42.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
106142026-05-11T18:56:43.135Z[ host-image] May 11 18:56:42.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
106152026-05-11T18:56:43.135Z[ host-image] May 11 18:56:42.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
106162026-05-11T18:56:43.135Z[ host-image] May 11 18:56:42.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
106172026-05-11T18:56:43.135Z[ host-image] May 11 18:56:42.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
106182026-05-11T18:56:43.135Z[ host-image] May 11 18:56:42.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
106192026-05-11T18:56:43.135Z[ host-image] May 11 18:56:42.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
106202026-05-11T18:56:43.167Z[ recovery-image] May 11 18:56:42.115 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
106212026-05-11T18:56:43.171Z[ host-image] May 11 18:56:42.119 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
106222026-05-11T18:56:43.171Z[ host-image] May 11 18:56:42.119 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
106232026-05-11T18:56:43.174Z[ host-image] May 11 18:56:42.119 INFO finishing image archive at "/work/os-host/os.tar.gz"...
106242026-05-11T18:56:44.437Z[ recovery-image] May 11 18:56:43.384 INFO image complete! materials are in "/work/os-recovery"
106252026-05-11T18:56:44.440Z[ recovery-image]
106262026-05-11T18:56:44.440Z[ recovery-image] real 5:24.090759639
106272026-05-11T18:56:44.440Z[ recovery-image] user 2:40.745056003
106282026-05-11T18:56:44.440Z[ recovery-image] sys 39.264459253
106292026-05-11T18:56:44.440Z[ recovery-image] trap 0.077378775
106302026-05-11T18:56:44.440Z[ recovery-image] tflt 0.549082196
106312026-05-11T18:56:44.440Z[ recovery-image] dflt 0.897710736
106322026-05-11T18:56:44.440Z[ recovery-image] kflt 0.000107890
106332026-05-11T18:56:44.444Z[ recovery-image] lock 19:58.484455510
106342026-05-11T18:56:44.444Z[ recovery-image] slp 30:57.010865828
106352026-05-11T18:56:44.444Z[ recovery-image] lat 55.073691785
106362026-05-11T18:56:44.444Z[ recovery-image] stop 9.659174663
106372026-05-11T18:56:44.444ZMay 11 18:56:43.388 INFO [recovery-image] process exited with exit status: 0 (324.095473293s)
106382026-05-11T18:56:45.862Z[ host-image] May 11 18:56:44.810 INFO image complete! materials are in "/work/os-host"
106392026-05-11T18:56:45.865Z[ host-image]
106402026-05-11T18:56:45.865Z[ host-image] real 5:52.640977933
106412026-05-11T18:56:45.865Z[ host-image] user 2:30.289513953
106422026-05-11T18:56:45.865Z[ host-image] sys 33.663216794
106432026-05-11T18:56:45.865Z[ host-image] trap 0.078606424
106442026-05-11T18:56:45.866Z[ host-image] tflt 0.203781516
106452026-05-11T18:56:45.866Z[ host-image] dflt 0.394558950
106462026-05-11T18:56:45.866Z[ host-image] kflt 0.000497550
106472026-05-11T18:56:45.868Z[ host-image] lock 6:37.066060628
106482026-05-11T18:56:45.868Z[ host-image] slp 34:06.941319170
106492026-05-11T18:56:45.868Z[ host-image] lat 52.303060895
106502026-05-11T18:56:45.868Z[ host-image] stop 1.704718157
106512026-05-11T18:56:45.868ZMay 11 18:56:44.814 INFO [host-image] process exited with exit status: 0 (352.646644246s)
106522026-05-11T18:56:45.868ZMay 11 18:56:44.814 INFO [tuf-repo] running task
106532026-05-11T18:57:04.514ZMay 11 18:57:03.459 INFO assembling repository in `/tmp/tufaceousIifVlX`, component: OmicronRepoAssembler
106542026-05-11T18:57:09.293ZMay 11 18:57:08.240 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
106552026-05-11T18:57:09.440ZMay 11 18:57:08.387 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
106562026-05-11T18:57:17.293ZMay 11 18:57:16.240 INFO extracting uploaded archive to /tmp/.tmpe1anTz
106572026-05-11T18:57:18.886ZMay 11 18:57:17.833 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.h9ixkT
106582026-05-11T18:57:18.935ZMay 11 18:57:17.882 INFO added artifact, length: 6681025, hash: 507f1a735b9415991df3bfb420eda19e9455dc702be3ae3eb6ca9e7a75cfa773, version: 1.0.67, kind: gimlet_sp, name: cosmo-a
106592026-05-11T18:57:19.017ZMay 11 18:57:17.964 INFO added artifact, length: 6682169, hash: 39114a9d24f509bedd076bbb3f5296f9986ac359b3df902f05e2a3f05e5f9733, version: 1.0.67, kind: gimlet_sp, name: cosmo-b
106602026-05-11T18:57:19.085ZMay 11 18:57:18.033 INFO added artifact, length: 5505128, hash: c9aba93ce5fc19767c084e23d725c13a0f39c70a41fc8715253c7e9418784d4b, version: 1.0.67, kind: gimlet_sp, name: gimlet-b
106612026-05-11T18:57:19.151ZMay 11 18:57:18.098 INFO added artifact, length: 5507388, hash: b4e19a43cee00d0af098c6e222d4f488fda6330fcb38af3ddef7ae9f80634172, version: 1.0.67, kind: gimlet_sp, name: gimlet-c
106622026-05-11T18:57:19.216ZMay 11 18:57:18.163 INFO added artifact, length: 5508118, hash: 36aada9452464887cae88b9b812e2264985f9a42e185c09ea33c04954010877c, version: 1.0.67, kind: gimlet_sp, name: gimlet-d
106632026-05-11T18:57:19.285ZMay 11 18:57:18.233 INFO added artifact, length: 5507840, hash: d0f30f19c49d9eb757bc595be110af3b13777a477e514f91d0196d070520ea71, version: 1.0.67, kind: gimlet_sp, name: gimlet-e
106642026-05-11T18:57:19.364ZMay 11 18:57:18.311 INFO added artifact, length: 5507881, hash: 2b28fe078969f29dcfbe28da86dbff83245ed97852777150937fe67e97cd2378, version: 1.0.67, kind: gimlet_sp, name: gimlet-f
106652026-05-11T18:57:19.448ZMay 11 18:57:18.395 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
106662026-05-11T18:57:19.448ZMay 11 18:57:18.395 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
106672026-05-11T18:57:19.494ZMay 11 18:57:18.441 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
106682026-05-11T18:57:19.494ZMay 11 18:57:18.441 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
106692026-05-11T18:57:19.541ZMay 11 18:57:18.488 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
106702026-05-11T18:57:19.541ZMay 11 18:57:18.488 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
106712026-05-11T18:57:19.588ZMay 11 18:57:18.535 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
106722026-05-11T18:57:19.588ZMay 11 18:57:18.535 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
106732026-05-11T18:57:19.635ZMay 11 18:57:18.583 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
106742026-05-11T18:57:19.635ZMay 11 18:57:18.583 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
106752026-05-11T18:57:19.681ZMay 11 18:57:18.628 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
106762026-05-11T18:57:19.681ZMay 11 18:57:18.628 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
106772026-05-11T18:57:19.727ZMay 11 18:57:18.674 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
106782026-05-11T18:57:19.727ZMay 11 18:57:18.674 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
106792026-05-11T18:57:19.730ZMay 11 18:57:18.675 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
106802026-05-11T18:57:19.730ZMay 11 18:57:18.676 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
106812026-05-11T18:57:19.730ZMay 11 18:57:18.676 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
106822026-05-11T18:57:19.730ZMay 11 18:57:18.677 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
106832026-05-11T18:57:19.733ZMay 11 18:57:18.677 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
106842026-05-11T18:57:24.617ZMay 11 18:57:23.565 INFO added artifact, length: 33554432, hash: 8b40fb8aec2f1d5241da139b1ba0cd0415a07c85e8e6398a91efde30ef55b621, version: 20.0.0-0.ci+gitc4b26142f4b, kind: gimlet_host_phase_1, name: host
106852026-05-11T18:57:24.617ZMay 11 18:57:23.565 INFO added artifact, length: 33554432, hash: db2b0c8f0db3da527827c3dfc829cbabe77968be1429656d2f0950a6f8c8879f, version: 20.0.0-0.ci+gitc4b26142f4b, kind: cosmo_host_phase_1, name: host
106862026-05-11T18:57:24.620ZMay 11 18:57:23.565 INFO added artifact, length: 1101008896, hash: f9253b87c98fccd866907bf15e396b636dae414cf3830d357d14900d08aae1ce, version: 20.0.0-0.ci+gitc4b26142f4b, kind: host_phase_2, name: host
106872026-05-11T18:57:25.536ZMay 11 18:57:24.483 INFO added artifact, length: 33554432, hash: 7df54ecf2601dc80c671685d4398e6a97000636b4439ca02386ba87a3c1b1144, version: 20.0.0-0.ci+gitc4b26142f4b, kind: gimlet_trampoline_phase_1, name: trampoline
106882026-05-11T18:57:25.536ZMay 11 18:57:24.483 INFO added artifact, length: 33554432, hash: 172c7383820e8ef7f910304425aee0d34cb44dba27e5d7c1c636258cc8bb4409, version: 20.0.0-0.ci+gitc4b26142f4b, kind: cosmo_trampoline_phase_1, name: trampoline
106892026-05-11T18:57:25.539ZMay 11 18:57:24.483 INFO added artifact, length: 165977016, hash: 9be2db8324840fa8ee4edd1017a8c7a833f2bfbbc65bccaeb24054dc96a3cab2, version: 20.0.0-0.ci+gitc4b26142f4b, kind: trampoline_phase_2, name: trampoline
106902026-05-11T18:57:27.180ZMay 11 18:57:26.127 INFO added artifact, length: 311553131, hash: 71e18f43d67ce0215cad645b1b233ac688b84ac62731f9ec04ed5acda0b4eadb, version: 20.0.0-0.ci+gitc4b26142f4b, kind: zone, name: clickhouse_keeper
106912026-05-11T18:57:28.969ZMay 11 18:57:27.916 INFO added artifact, length: 326538182, hash: 705f185be06ed331787535f7798fa24eefbd6ddb3c033f8f9ca6eacd995c42b3, version: 20.0.0-0.ci+gitc4b26142f4b, kind: zone, name: clickhouse_server
106922026-05-11T18:57:30.717ZMay 11 18:57:29.664 INFO added artifact, length: 326539705, hash: fb0a595f32ab2d79d76c94594db16a07ca51f7490b94fa0d252569afebd3c7c7, version: 20.0.0-0.ci+gitc4b26142f4b, kind: zone, name: clickhouse
106932026-05-11T18:57:31.692ZMay 11 18:57:30.639 INFO added artifact, length: 168543207, hash: 6ae3a2aac54836f3e8ad4340a2cd890e31823ff2e5285e2c966d69bebd4601c5, version: 20.0.0-0.ci+gitc4b26142f4b, kind: zone, name: cockroachdb
106942026-05-11T18:57:31.936ZMay 11 18:57:30.883 INFO added artifact, length: 44720636, hash: 83ee0889381dbf579f8a945a21d3fd22bea91de51960f4425d97f37e6b489c84, version: 20.0.0-0.ci+gitc4b26142f4b, kind: zone, name: crucible-pantry-zone
106952026-05-11T18:57:32.250ZMay 11 18:57:31.197 INFO added artifact, length: 59198077, hash: 11879320f70348626d5ca491fb485dd02383958e50b00ba1056d6ed80c8af2ed, version: 20.0.0-0.ci+gitc4b26142f4b, kind: zone, name: crucible-zone
106962026-05-11T18:57:32.517ZMay 11 18:57:31.465 INFO added artifact, length: 50432894, hash: b02b269b6cd5e762679b0fe45b0aa6bec136613eadf52334b984d53bc9486307, version: 20.0.0-0.ci+gitc4b26142f4b, kind: zone, name: external-dns
106972026-05-11T18:57:32.813ZMay 11 18:57:31.760 INFO added artifact, length: 50432492, hash: bdbd923e73d877d53c655bf1af04c713189f0e446377a5c93a111944e4de0d86, version: 20.0.0-0.ci+gitc4b26142f4b, kind: zone, name: internal-dns
106982026-05-11T18:57:34.100ZMay 11 18:57:33.048 INFO added artifact, length: 225670099, hash: 4a31abb59f8740105207c60cb68518b872ad66364c92e1df653bea1b712650a0, version: 20.0.0-0.ci+gitc4b26142f4b, kind: zone, name: nexus
106992026-05-11T18:57:34.300ZMay 11 18:57:33.246 INFO added artifact, length: 32368646, hash: 138d5e09f2512bec36448166c80a64777a13cd19d849828149976636b30f33bd, version: 20.0.0-0.ci+gitc4b26142f4b, kind: zone, name: ntp
107002026-05-11T18:57:34.727ZMay 11 18:57:33.674 INFO added artifact, length: 66910993, hash: 0dbc176e1679659fbe0217d9b37186c58c1c37cd952739e0931171ad8f53f9c1, version: 20.0.0-0.ci+gitc4b26142f4b, kind: zone, name: oximeter
107012026-05-11T18:57:34.746ZMay 11 18:57:33.693 INFO added artifact, length: 3109592, hash: 3c0a06d1b87d0eb7c855de154ea229adcf8320dc5926bbfd6569b225ba2a798d, version: 20.0.0-0.ci+gitc4b26142f4b, kind: zone, name: probe
107022026-05-11T18:57:34.752ZMay 11 18:57:33.693 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
107032026-05-11T18:57:34.752ZMay 11 18:57:33.694 INFO added artifact, length: 829, hash: 4f0867908a9cec01289c4e8f6d9b590dff33a183fdf37e5592ad146774472fdb, version: 1.0.67, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.67
107042026-05-11T18:57:34.752ZMay 11 18:57:33.694 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
107052026-05-11T18:57:34.783ZMay 11 18:57:33.731 INFO added artifact, length: 4138115, hash: 7aba723634e1207644df6841843b35f8312d8023594c006f4f48c7bda121d152, version: 1.0.67, kind: psc_sp, name: psc-b
107062026-05-11T18:57:34.819ZMay 11 18:57:33.766 INFO added artifact, length: 4141808, hash: fc025c39b8f2900228a168a3fa29bb264d79b0de3b74c5cdd1126c5388150c17, version: 1.0.67, kind: psc_sp, name: psc-c
107072026-05-11T18:57:34.872ZMay 11 18:57:33.819 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
107082026-05-11T18:57:34.872ZMay 11 18:57:33.819 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
107092026-05-11T18:57:34.922ZMay 11 18:57:33.869 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
107102026-05-11T18:57:34.922ZMay 11 18:57:33.869 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
107112026-05-11T18:57:34.989ZMay 11 18:57:33.916 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
107122026-05-11T18:57:34.989ZMay 11 18:57:33.916 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
107132026-05-11T18:57:35.024ZMay 11 18:57:33.971 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
107142026-05-11T18:57:35.024ZMay 11 18:57:33.971 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
107152026-05-11T18:57:35.027ZMay 11 18:57:33.972 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
107162026-05-11T18:57:35.027ZMay 11 18:57:33.972 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
107172026-05-11T18:57:35.027ZMay 11 18:57:33.973 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
107182026-05-11T18:57:35.079ZMay 11 18:57:34.026 INFO added artifact, length: 6959600, hash: 11fc30ac326d25dcdb40343e8e991aae1add089cbedd39ade879879ec1c1c393, version: 1.0.67, kind: switch_sp, name: sidecar-b
107192026-05-11T18:57:35.176ZMay 11 18:57:34.124 INFO added artifact, length: 6977107, hash: 6f8e9f4bed4983694047ec1554f717e59197cfb3d2abeee8897defdf8a367cd2, version: 1.0.67, kind: switch_sp, name: sidecar-c
107202026-05-11T18:57:35.278ZMay 11 18:57:34.223 INFO added artifact, length: 6977239, hash: 36cd4351b68f939124c0dadd69503800aa6118438193e17abb96f4251118707c, version: 1.0.67, kind: switch_sp, name: sidecar-d
107212026-05-11T18:57:35.373ZMay 11 18:57:34.320 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
107222026-05-11T18:57:35.373ZMay 11 18:57:34.320 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
107232026-05-11T18:57:35.434ZMay 11 18:57:34.381 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
107242026-05-11T18:57:35.437ZMay 11 18:57:34.381 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
107252026-05-11T18:57:35.483ZMay 11 18:57:34.430 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
107262026-05-11T18:57:35.483ZMay 11 18:57:34.430 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
107272026-05-11T18:57:35.528ZMay 11 18:57:34.475 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
107282026-05-11T18:57:35.532ZMay 11 18:57:34.475 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
107292026-05-11T18:57:35.532ZMay 11 18:57:34.476 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
107302026-05-11T18:57:35.532ZMay 11 18:57:34.476 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
107312026-05-11T18:57:35.532ZMay 11 18:57:34.477 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
107322026-05-11T18:57:35.532ZMay 11 18:57:34.477 INFO added artifact, length: 924, hash: 2cffb7ee499e7d43c6c6ee005843070c980a1d6467ed0ea3913bf62ae3322c34, version: 20.0.0-0.ci+gitc4b26142f4b, kind: installinator_document, name: installinator_document
107332026-05-11T18:57:35.937ZMay 11 18:57:34.884 INFO extracting uploaded archive to /tmp/.tmpx8iHxH
107342026-05-11T18:57:37.590ZMay 11 18:57:36.534 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.eRjOCA
107352026-05-11T18:57:37.646ZMay 11 18:57:36.591 INFO added artifact, length: 6681025, hash: 507f1a735b9415991df3bfb420eda19e9455dc702be3ae3eb6ca9e7a75cfa773, version: 1.0.67, kind: gimlet_sp, name: cosmo-a
107362026-05-11T18:57:37.754ZMay 11 18:57:36.701 INFO added artifact, length: 6682169, hash: 39114a9d24f509bedd076bbb3f5296f9986ac359b3df902f05e2a3f05e5f9733, version: 1.0.67, kind: gimlet_sp, name: cosmo-b
107372026-05-11T18:57:37.845ZMay 11 18:57:36.792 INFO added artifact, length: 5505128, hash: c9aba93ce5fc19767c084e23d725c13a0f39c70a41fc8715253c7e9418784d4b, version: 1.0.67, kind: gimlet_sp, name: gimlet-b
107382026-05-11T18:57:37.925ZMay 11 18:57:36.873 INFO added artifact, length: 5507388, hash: b4e19a43cee00d0af098c6e222d4f488fda6330fcb38af3ddef7ae9f80634172, version: 1.0.67, kind: gimlet_sp, name: gimlet-c
107392026-05-11T18:57:38.002ZMay 11 18:57:36.949 INFO added artifact, length: 5508118, hash: 36aada9452464887cae88b9b812e2264985f9a42e185c09ea33c04954010877c, version: 1.0.67, kind: gimlet_sp, name: gimlet-d
107402026-05-11T18:57:38.092ZMay 11 18:57:37.039 INFO added artifact, length: 5507840, hash: d0f30f19c49d9eb757bc595be110af3b13777a477e514f91d0196d070520ea71, version: 1.0.67, kind: gimlet_sp, name: gimlet-e
107412026-05-11T18:57:38.164ZMay 11 18:57:37.111 INFO added artifact, length: 5507881, hash: 2b28fe078969f29dcfbe28da86dbff83245ed97852777150937fe67e97cd2378, version: 1.0.67, kind: gimlet_sp, name: gimlet-f
107422026-05-11T18:57:38.557ZMay 11 18:57:37.504 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
107432026-05-11T18:57:38.557ZMay 11 18:57:37.504 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
107442026-05-11T18:57:38.609ZMay 11 18:57:37.557 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
107452026-05-11T18:57:38.609ZMay 11 18:57:37.557 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
107462026-05-11T18:57:38.664ZMay 11 18:57:37.611 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107472026-05-11T18:57:38.665ZMay 11 18:57:37.612 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107482026-05-11T18:57:38.719ZMay 11 18:57:37.666 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107492026-05-11T18:57:38.719ZMay 11 18:57:37.666 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107502026-05-11T18:57:38.776ZMay 11 18:57:37.723 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107512026-05-11T18:57:38.776ZMay 11 18:57:37.723 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107522026-05-11T18:57:38.835ZMay 11 18:57:37.782 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
107532026-05-11T18:57:38.835ZMay 11 18:57:37.782 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
107542026-05-11T18:57:38.928ZMay 11 18:57:37.875 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
107552026-05-11T18:57:38.928ZMay 11 18:57:37.875 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
107562026-05-11T18:57:38.931ZMay 11 18:57:37.878 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
107572026-05-11T18:57:38.935ZMay 11 18:57:37.879 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
107582026-05-11T18:57:38.938ZMay 11 18:57:37.883 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
107592026-05-11T18:57:38.941ZMay 11 18:57:37.888 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
107602026-05-11T18:57:38.951ZMay 11 18:57:37.898 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
107612026-05-11T18:57:45.052ZMay 11 18:57:43.999 INFO added artifact, length: 33554432, hash: 8b40fb8aec2f1d5241da139b1ba0cd0415a07c85e8e6398a91efde30ef55b621, version: 20.0.0-0.ci+gitc4b26142f4b, kind: gimlet_host_phase_1, name: host
107622026-05-11T18:57:45.052ZMay 11 18:57:43.999 INFO added artifact, length: 33554432, hash: db2b0c8f0db3da527827c3dfc829cbabe77968be1429656d2f0950a6f8c8879f, version: 20.0.0-0.ci+gitc4b26142f4b, kind: cosmo_host_phase_1, name: host
107632026-05-11T18:57:45.055ZMay 11 18:57:43.999 INFO added artifact, length: 1101008896, hash: f9253b87c98fccd866907bf15e396b636dae414cf3830d357d14900d08aae1ce, version: 20.0.0-0.ci+gitc4b26142f4b, kind: host_phase_2, name: host
107642026-05-11T18:57:46.027ZMay 11 18:57:44.975 INFO added artifact, length: 33554432, hash: 7df54ecf2601dc80c671685d4398e6a97000636b4439ca02386ba87a3c1b1144, version: 20.0.0-0.ci+gitc4b26142f4b, kind: gimlet_trampoline_phase_1, name: trampoline
107652026-05-11T18:57:46.027ZMay 11 18:57:44.975 INFO added artifact, length: 33554432, hash: 172c7383820e8ef7f910304425aee0d34cb44dba27e5d7c1c636258cc8bb4409, version: 20.0.0-0.ci+gitc4b26142f4b, kind: cosmo_trampoline_phase_1, name: trampoline
107662026-05-11T18:57:46.028ZMay 11 18:57:44.975 INFO added artifact, length: 165977016, hash: 9be2db8324840fa8ee4edd1017a8c7a833f2bfbbc65bccaeb24054dc96a3cab2, version: 20.0.0-0.ci+gitc4b26142f4b, kind: trampoline_phase_2, name: trampoline
107672026-05-11T18:57:54.613ZMay 11 18:57:53.560 INFO added artifact, length: 1724021353, hash: 4ec74e6b449eb96f4fbda59bf4706f16dda6c0b521f530779e4c83433d39d94a, version: 20.0.0-0.ci+gitc4b26142f4b, kind: control_plane, name: control-plane
107682026-05-11T18:57:54.617ZMay 11 18:57:53.560 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
107692026-05-11T18:57:54.617ZMay 11 18:57:53.560 INFO added artifact, length: 829, hash: 4f0867908a9cec01289c4e8f6d9b590dff33a183fdf37e5592ad146774472fdb, version: 1.0.67, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.67
107702026-05-11T18:57:54.671ZMay 11 18:57:53.618 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
107712026-05-11T18:57:55.137ZMay 11 18:57:54.084 INFO added artifact, length: 4138115, hash: 7aba723634e1207644df6841843b35f8312d8023594c006f4f48c7bda121d152, version: 1.0.67, kind: psc_sp, name: psc-b
107722026-05-11T18:57:55.252ZMay 11 18:57:54.199 INFO added artifact, length: 4141808, hash: fc025c39b8f2900228a168a3fa29bb264d79b0de3b74c5cdd1126c5388150c17, version: 1.0.67, kind: psc_sp, name: psc-c
107732026-05-11T18:57:55.314ZMay 11 18:57:54.261 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
107742026-05-11T18:57:55.314ZMay 11 18:57:54.261 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
107752026-05-11T18:57:55.468ZMay 11 18:57:54.415 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
107762026-05-11T18:57:55.468ZMay 11 18:57:54.415 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
107772026-05-11T18:57:55.818ZMay 11 18:57:54.765 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
107782026-05-11T18:57:55.818ZMay 11 18:57:54.765 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
107792026-05-11T18:57:55.941ZMay 11 18:57:54.888 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
107802026-05-11T18:57:55.941ZMay 11 18:57:54.888 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
107812026-05-11T18:57:55.944ZMay 11 18:57:54.889 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
107822026-05-11T18:57:55.945ZMay 11 18:57:54.889 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
107832026-05-11T18:57:55.945ZMay 11 18:57:54.890 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
107842026-05-11T18:57:56.095ZMay 11 18:57:55.041 INFO added artifact, length: 6959600, hash: 11fc30ac326d25dcdb40343e8e991aae1add089cbedd39ade879879ec1c1c393, version: 1.0.67, kind: switch_sp, name: sidecar-b
107852026-05-11T18:57:56.185ZMay 11 18:57:55.131 INFO added artifact, length: 6977107, hash: 6f8e9f4bed4983694047ec1554f717e59197cfb3d2abeee8897defdf8a367cd2, version: 1.0.67, kind: switch_sp, name: sidecar-c
107862026-05-11T18:57:57.225ZMay 11 18:57:56.172 INFO added artifact, length: 6977239, hash: 36cd4351b68f939124c0dadd69503800aa6118438193e17abb96f4251118707c, version: 1.0.67, kind: switch_sp, name: sidecar-d
107872026-05-11T18:57:57.316ZMay 11 18:57:56.263 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
107882026-05-11T18:57:57.316ZMay 11 18:57:56.263 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
107892026-05-11T18:57:57.464ZMay 11 18:57:56.411 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
107902026-05-11T18:57:57.464ZMay 11 18:57:56.411 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
107912026-05-11T18:57:57.595ZMay 11 18:57:56.542 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
107922026-05-11T18:57:57.595ZMay 11 18:57:56.542 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
107932026-05-11T18:57:57.646ZMay 11 18:57:56.593 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
107942026-05-11T18:57:57.646ZMay 11 18:57:56.593 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
107952026-05-11T18:57:57.649ZMay 11 18:57:56.593 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
107962026-05-11T18:57:57.669ZMay 11 18:57:56.616 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
107972026-05-11T18:57:57.694ZMay 11 18:57:56.641 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
107982026-05-11T18:57:57.713ZMay 11 18:57:56.660 INFO added artifact, length: 924, hash: 2cffb7ee499e7d43c6c6ee005843070c980a1d6467ed0ea3913bf62ae3322c34, version: 20.0.0-0.ci+gitc4b26142f4b, kind: installinator_document, name: installinator_document
107992026-05-11T18:57:58.155ZMay 11 18:57:57.102 INFO [tuf-repo] task succeeded (72.288137898s)
108002026-05-11T18:59:00.545Z[verify-libraries] Finished `release` profile [optimized] target(s) in 7m 36s
108012026-05-11T18:59:00.899ZMay 11 18:58:59.845 INFO [verify-libraries] process exited with exit status: 0 (460.837650687s)
108022026-05-11T18:59:00.899ZMay 11 18:58:59.845 INFO all jobs completed in 1423.060362648s
108032026-05-11T18:59:01.500Zprocess exited: duration 1643164 ms, exit code 0
 
108042026-05-11T18:59:01.512Zfound 41 output files
108052026-05-11T18:59:01.512Zuploading: /work/manifest.toml (17174 bytes)
108062026-05-11T18:59:02.523Zuploaded: /work/manifest.toml
108072026-05-11T18:59:02.523Zuploading: /work/repo.zip (2972495277 bytes)
108082026-05-11T18:59:38.043Zuploaded: /work/repo.zip
108092026-05-11T18:59:38.043Zuploading: /work/repo.zip.sha256.txt (65 bytes)
108102026-05-11T18:59:39.089Zuploaded: /work/repo.zip.sha256.txt
108112026-05-11T18:59:39.089Zuploading: /work/helios.json (647 bytes)
108122026-05-11T18:59:40.097Zuploaded: /work/helios.json
108132026-05-11T18:59:40.097Zuploading: /work/incorporation.p5m (113249 bytes)
108142026-05-11T18:59:41.110Zuploaded: /work/incorporation.p5m
108152026-05-11T18:59:41.110Zuploading: /work/incorporation.p5p (133120 bytes)
108162026-05-11T18:59:42.123Zuploaded: /work/incorporation.p5p
108172026-05-11T18:59:42.123Zuploading: /work/helios-incorp.log (522 bytes)
108182026-05-11T18:59:43.132Zuploaded: /work/helios-incorp.log
108192026-05-11T18:59:43.132Zuploading: /work/helios-setup.log (56085 bytes)
108202026-05-11T18:59:44.144Zuploaded: /work/helios-setup.log
108212026-05-11T18:59:44.144Zuploading: /work/host-image.log (237034 bytes)
108222026-05-11T18:59:45.180Zuploaded: /work/host-image.log
108232026-05-11T18:59:45.180Zuploading: /work/host-package.log (33472 bytes)
108242026-05-11T18:59:46.199Zuploaded: /work/host-package.log
108252026-05-11T18:59:46.199Zuploading: /work/host-target.log (101 bytes)
108262026-05-11T18:59:47.211Zuploaded: /work/host-target.log
108272026-05-11T18:59:47.211Zuploading: /work/incorp-create.log (0 bytes)
108282026-05-11T18:59:48.219Zuploaded: /work/incorp-create.log
108292026-05-11T18:59:48.219Zuploading: /work/incorp-fmt.log (0 bytes)
108302026-05-11T18:59:49.229Zuploaded: /work/incorp-fmt.log
108312026-05-11T18:59:49.229Zuploading: /work/incorp-pkgsend.log (108 bytes)
108322026-05-11T18:59:50.240Zuploaded: /work/incorp-pkgsend.log
108332026-05-11T18:59:50.240Zuploading: /work/incorp-publisher.log (0 bytes)
108342026-05-11T18:59:51.249Zuploaded: /work/incorp-publisher.log
108352026-05-11T18:59:51.249Zuploading: /work/omicron-package.log (9169 bytes)
108362026-05-11T18:59:52.262Zuploaded: /work/omicron-package.log
108372026-05-11T18:59:52.262Zuploading: /work/recovery-image.log (593629 bytes)
108382026-05-11T18:59:53.315Zuploaded: /work/recovery-image.log
108392026-05-11T18:59:53.316Zuploading: /work/recovery-package.log (2546 bytes)
108402026-05-11T18:59:54.327Zuploaded: /work/recovery-package.log
108412026-05-11T18:59:54.327Zuploading: /work/recovery-target.log (98 bytes)
108422026-05-11T18:59:55.336Zuploaded: /work/recovery-target.log
108432026-05-11T18:59:55.339Zuploading: /work/stamp-clickhouse.log (117 bytes)
108442026-05-11T18:59:56.350Zuploaded: /work/stamp-clickhouse.log
108452026-05-11T18:59:56.350Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
108462026-05-11T18:59:57.363Zuploaded: /work/stamp-clickhouse_keeper.log
108472026-05-11T18:59:57.363Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
108482026-05-11T18:59:58.374Zuploaded: /work/stamp-clickhouse_server.log
108492026-05-11T18:59:58.374Zuploading: /work/stamp-cockroachdb.log (118 bytes)
108502026-05-11T18:59:59.385Zuploaded: /work/stamp-cockroachdb.log
108512026-05-11T18:59:59.385Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
108522026-05-11T19:00:00.395Zuploaded: /work/stamp-crucible-pantry-zone.log
108532026-05-11T19:00:00.395Zuploading: /work/stamp-crucible-utils.log (118 bytes)
108542026-05-11T19:00:01.427Zuploaded: /work/stamp-crucible-utils.log
108552026-05-11T19:00:01.427Zuploading: /work/stamp-crucible-zone.log (120 bytes)
108562026-05-11T19:00:02.458Zuploaded: /work/stamp-crucible-zone.log
108572026-05-11T19:00:02.458Zuploading: /work/stamp-external-dns.log (119 bytes)
108582026-05-11T19:00:03.469Zuploaded: /work/stamp-external-dns.log
108592026-05-11T19:00:03.469Zuploading: /work/stamp-installinator.log (103 bytes)
108602026-05-11T19:00:04.483Zuploaded: /work/stamp-installinator.log
108612026-05-11T19:00:04.483Zuploading: /work/stamp-internal-dns.log (119 bytes)
108622026-05-11T19:00:05.499Zuploaded: /work/stamp-internal-dns.log
108632026-05-11T19:00:05.499Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
108642026-05-11T19:00:06.520Zuploaded: /work/stamp-mg-ddm-gz.log
108652026-05-11T19:00:06.520Zuploading: /work/stamp-nexus.log (112 bytes)
108662026-05-11T19:00:07.542Zuploaded: /work/stamp-nexus.log
108672026-05-11T19:00:07.542Zuploading: /work/stamp-ntp.log (110 bytes)
108682026-05-11T19:00:08.559Zuploaded: /work/stamp-ntp.log
108692026-05-11T19:00:08.559Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
108702026-05-11T19:00:09.596Zuploaded: /work/stamp-omicron-sled-agent.log
108712026-05-11T19:00:09.596Zuploading: /work/stamp-overlay.log (114 bytes)
108722026-05-11T19:00:10.616Zuploaded: /work/stamp-overlay.log
108732026-05-11T19:00:10.616Zuploading: /work/stamp-oximeter.log (115 bytes)
108742026-05-11T19:00:11.638Zuploaded: /work/stamp-oximeter.log
108752026-05-11T19:00:11.638Zuploading: /work/stamp-oxlog.log (109 bytes)
108762026-05-11T19:00:12.654Zuploaded: /work/stamp-oxlog.log
108772026-05-11T19:00:12.654Zuploading: /work/stamp-probe.log (112 bytes)
108782026-05-11T19:00:13.671Zuploaded: /work/stamp-probe.log
108792026-05-11T19:00:13.671Zuploading: /work/stamp-propolis-server.log (122 bytes)
108802026-05-11T19:00:14.688Zuploaded: /work/stamp-propolis-server.log
108812026-05-11T19:00:14.688Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
108822026-05-11T19:00:15.705Zuploaded: /work/stamp-pumpkind-gz.log
108832026-05-11T19:00:15.706Zuploading: /work/stamp-switch-asic.log (118 bytes)
108842026-05-11T19:00:16.727Zuploaded: /work/stamp-switch-asic.log
108852026-05-11T19:00:16.727Zuploading: /work/verify-libraries.log (13784 bytes)
108862026-05-11T19:00:17.742Zuploaded: /work/verify-libraries.log